/*-----------------------------------------------------------------------------------

    Template Name: Daxone - eCommerce Bootstrap 5 Template
    Version: 2.2

-----------------------------------------------------------------------------------

    CSS INDEX
    ===================

    1. Template default CSS
    2. Header style
    3. Slider style
    4. Banner style
    5. Section title style
    6. Product style
    7. Discount style
    8. Footer style
    9. Overview style
    10. Instagram style
    11. Category style
    12. Deal style
    13. Feature style
    14. Brand logo style
    15. Blog style
    16. Breadcrumb style
    17. Product details style
    18. Blog details style
    19. Sidebar style
    20. Cart style
    21. Login register style
    22. Contect us style
    23. Checkout style
    24. Compare style
    25. My account style
    26. About us style

-----------------------------------------------------------------------------------*/
/*----------------------------------------*/
/*  1. Template default CSS
/*----------------------------------------*/
/*-- Google Font --*/
@import url("https://fonts.googleapis.com/css?family=Marck+Script|Poppins:300,400,500,600,700|Roboto+Mono:400,500,700|Roboto+Slab:300,400,700|Roboto:300,400,500,700,900");
/*-- Common Style --*/
@media only screen and (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
}
.row {
  margin-right: calc(var(--bs-gutter-x) * -0.6);
  margin-left: calc(var(--bs-gutter-x) * -0.6);
}

.row > * {
  padding-right: calc(var(--bs-gutter-x) * 0.6);
  padding-left: calc(var(--bs-gutter-x) * 0.6);
}

.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
  padding-right: var(--bs-gutter-x, 0.9rem);
  padding-left: var(--bs-gutter-x, 0.9rem);
}

:root {
  scroll-behavior: unset;
}

*,
*::after,
*::before {
  box-sizing: border-box;
}

html,
body {
  height: 100%;
  width: 100%;
}

body {
  background-color: #ffffff;
  line-height: 24px;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
  color: #010225;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #373737;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  margin-top: 0;
}

p {
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  color: #737373;
  margin-bottom: 15px;
  font-family: "Roboto", sans-serif;
}

h1 {
  font-size: 36px;
}

h2 {
  font-size: 30px;
}

h3 {
  font-size: 24px;
}

h4 {
  font-size: 18px;
}

h5 {
  font-size: 14px;
}

h6 {
  font-size: 12px;
}

p:last-child {
  margin-bottom: 0;
}

a,
button {
  color: inherit;
  line-height: inherit;
  text-decoration: none;
  cursor: pointer;
  color: #373737;
}

a,
button,
img,
input,
span {
  transition: all 0.3s ease 0s;
}

*:focus {
  outline: none !important;
}

a:focus {
  color: inherit;
  outline: none;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

button,
input[type=submit] {
  cursor: pointer;
}

ul {
  list-style: outside none none;
  margin: 0;
  padding: 0;
}

/*-- 
    - Common Classes
-----------------------------------------*/
.fix {
  overflow: hidden;
}

.hidden {
  display: none;
}

.clear {
  clear: both;
}

.section {
  float: left;
  width: 100%;
}

.f-right {
  float: right;
}

.capitalize {
  text-transform: capitalize;
}

.uppercase {
  text-transform: uppercase;
}

.bg-img {
  background-position: center center;
  background-size: cover;
}

.border-bottom-1 {
  border-bottom: 1px solid #d5d5d5;
}

.border-top-1 {
  border-top: 1px solid #e5e5e5;
}

.border-top-2 {
  border-top: 1px solid #282828;
}

.border-top-3 {
  border-top: 2px solid #313443;
}

a:hover {
  color: #008cff;
}

/*************************
  Basic margin padding
*************************/
.m-0 {
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
}

.p-0 {
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
}

/*************************
         Margin top
*************************/
.mt-0 {
  margin-top: 0;
}

.mt-10 {
  margin-top: 10px;
}

.mt-12 {
  margin-top: 12px;
}

.mt-15 {
  margin-top: 15px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-25 {
  margin-top: 25px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-35 {
  margin-top: 35px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-45 {
  margin-top: 45px;
}

.mt-50 {
  margin-top: 50px;
}

.mt-55 {
  margin-top: 55px;
}

.mt-60 {
  margin-top: 60px;
}

.mt-70 {
  margin-top: 70px;
}

.mt-80 {
  margin-top: 80px;
}

.mt-90 {
  margin-top: 90px;
}

.mt-100 {
  margin-top: 100px;
}

.mt-110 {
  margin-top: 110px;
}

.mt-120 {
  margin-top: 120px;
}

.mt-130 {
  margin-top: 130px;
}

.mt-140 {
  margin-top: 140px;
}

.mt-150 {
  margin-top: 150px;
}

/*************************
      Margin right
*************************/
.mr-0 {
  margin-right: 0px;
}

.mr-10 {
  margin-right: 10px;
}

.mr-12 {
  margin-right: 12px;
}

.mr-15 {
  margin-right: 15px;
}

.mr-20 {
  margin-right: 20px;
}

.mr-25 {
  margin-right: 25px;
}

.mr-30 {
  margin-right: 30px;
}

.mr-35 {
  margin-right: 35px;
}

.mr-40 {
  margin-right: 40px;
}

.mr-45 {
  margin-right: 45px;
}

.mr-50 {
  margin-right: 50px;
}

.mr-60 {
  margin-right: 60px;
}

.mr-70 {
  margin-right: 70px;
}

.mr-80 {
  margin-right: 80px;
}

.mr-90 {
  margin-right: 90px;
}

.mr-100 {
  margin-right: 100px;
}

.mr-110 {
  margin-right: 110px;
}

.mr-120 {
  margin-right: 120px;
}

.mr-130 {
  margin-right: 130px;
}

.mr-140 {
  margin-right: 140px;
}

.mr-150 {
  margin-right: 150px;
}

.mr-200 {
  margin-right: 200px;
}

.mr-210 {
  margin-right: 210px;
}

.mr-220 {
  margin-right: 220px;
}

.mr-230 {
  margin-right: 230px;
}

/*************************
      Margin bottom
*************************/
.mb-0 {
  margin-bottom: 0;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-12 {
  margin-bottom: 12px;
}

.mb-15 {
  margin-bottom: 15px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-25 {
  margin-bottom: 25px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-35 {
  margin-bottom: 35px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-45 {
  margin-bottom: 45px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mb-55 {
  margin-bottom: 55px;
}

.mb-60 {
  margin-bottom: 60px;
}

.mb-65 {
  margin-bottom: 65px;
}

.mb-70 {
  margin-bottom: 70px;
}

.mb-75 {
  margin-bottom: 75px;
}

.mb-80 {
  margin-bottom: 80px;
}

.mb-90 {
  margin-bottom: 90px;
}

.mb-95 {
  margin-bottom: 95px;
}

.mb-100 {
  margin-bottom: 100px;
}

.mb-110 {
  margin-bottom: 110px;
}

.mb-120 {
  margin-bottom: 120px;
}

.mb-130 {
  margin-bottom: 130px;
}

.mb-140 {
  margin-bottom: 140px;
}

.mb-150 {
  margin-bottom: 150px;
}

/*************************
        Margin left
*************************/
.ml-0 {
  margin-left: 0;
}

.ml-10 {
  margin-left: 10px;
}

.ml-12 {
  margin-left: 12px;
}

.ml-15 {
  margin-left: 15px;
}

.ml-20 {
  margin-left: 20px;
}

.ml-25 {
  margin-left: 25px;
}

.ml-30 {
  margin-left: 30px;
}

.ml-35 {
  margin-left: 35px;
}

.ml-40 {
  margin-left: 40px;
}

.ml-45 {
  margin-left: 45px;
}

.ml-50 {
  margin-left: 50px;
}

.ml-55 {
  margin-left: 55px;
}

.ml-60 {
  margin-left: 60px;
}

.ml-70 {
  margin-left: 70px;
}

.ml-75 {
  margin-left: 75px;
}

.ml-80 {
  margin-left: 80px;
}

.ml-90 {
  margin-left: 90px;
}

.ml-95 {
  margin-left: 95px;
}

.ml-100 {
  margin-left: 100px;
}

.ml-110 {
  margin-left: 110px;
}

.ml-120 {
  margin-left: 120px;
}

.ml-130 {
  margin-left: 130px;
}

.ml-135 {
  margin-left: 135px;
}

.ml-140 {
  margin-left: 140px;
}

.ml-145 {
  margin-left: 145px;
}

.ml-150 {
  margin-left: 150px;
}

.ml-200 {
  margin-left: 200px;
}

.ml-300 {
  margin-left: 300px;
}

.ml-ntv5 {
  margin-left: -5px;
}

/*************************
        Padding top
*************************/
.pt-0 {
  padding-top: 0;
}

.pt-10 {
  padding-top: 10px;
}

.pt-15 {
  padding-top: 15px;
}

.pt-20 {
  padding-top: 20px;
}

.pt-25 {
  padding-top: 25px;
}

.pt-30 {
  padding-top: 30px;
}

.pt-35 {
  padding-top: 35px;
}

.pt-40 {
  padding-top: 40px;
}

.pt-45 {
  padding-top: 45px;
}

.pt-50 {
  padding-top: 50px;
}

.pt-55 {
  padding-top: 55px;
}

.pt-60 {
  padding-top: 60px;
}

.pt-70 {
  padding-top: 70px;
}

.pt-75 {
  padding-top: 75px;
}

.pt-85 {
  padding-top: 85px;
}
@media only screen and (max-width: 767px) {
  .pt-85 {
    padding-top: 45px;
  }
}

.pt-80 {
  padding-top: 80px;
}
@media only screen and (max-width: 767px) {
  .pt-80 {
    padding-top: 50px;
  }
}

.pt-95 {
  padding-top: 95px;
}

.pt-90 {
  padding-top: 90px;
}
@media only screen and (max-width: 767px) {
  .pt-90 {
    padding-top: 50px;
  }
}

.pt-100 {
  padding-top: 100px;
}
@media only screen and (max-width: 767px) {
  .pt-100 {
    padding-top: 50px;
  }
}

.pt-105 {
  padding-top: 105px;
}
@media only screen and (max-width: 767px) {
  .pt-105 {
    padding-top: 45px;
  }
}

.pt-110 {
  padding-top: 110px;
}
@media only screen and (max-width: 767px) {
  .pt-110 {
    padding-top: 50px;
  }
}

.pt-115 {
  padding-top: 115px;
}

.pt-120 {
  padding-top: 120px;
}
@media only screen and (max-width: 767px) {
  .pt-120 {
    padding-top: 50px;
  }
}

.pt-125 {
  padding-top: 125px;
}

.pt-128 {
  padding-top: 128px;
}

.pt-130 {
  padding-top: 130px;
}

.pt-135 {
  padding-top: 135px;
}

.pt-165 {
  padding-top: 165px;
}

.pt-140 {
  padding-top: 140px;
}

.pt-150 {
  padding-top: 150px;
}

.pt-155 {
  padding-top: 155px;
}

.pt-170 {
  padding-top: 170px;
}

.pt-180 {
  padding-top: 180px;
}

.pt-200 {
  padding-top: 200px;
}

.pt-220 {
  padding-top: 220px;
}

.pt-250 {
  padding-top: 250px;
}

.pt-210 {
  padding-top: 210px;
}

.pt-230 {
  padding-top: 230px;
}

.pt-270 {
  padding-top: 270px;
}

.pt-240 {
  padding-top: 240px;
}

.pt-365 {
  padding-top: 365px;
}

.pt-370 {
  padding-top: 370px;
}

.pt-380 {
  padding-top: 380px;
}

/*************************
        Padding right
*************************/
.pr-0 {
  padding-right: 0;
}

.pr-10 {
  padding-right: 10px;
}

.pr-15 {
  padding-right: 15px;
}

.pr-20 {
  padding-right: 20px;
}

.pr-30 {
  padding-right: 30px;
}

.pr-40 {
  padding-right: 40px;
}

.pr-50 {
  padding-right: 50px;
}

.pr-60 {
  padding-right: 60px;
}

.pr-70 {
  padding-right: 70px;
}

.pr-80 {
  padding-right: 80px;
}

.pr-90 {
  padding-right: 90px;
}

.pr-100 {
  padding-right: 100px;
}

.pr-110 {
  padding-right: 110px;
}

.pr-120 {
  padding-right: 120px;
}

.pr-130 {
  padding-right: 130px;
}

.pr-140 {
  padding-right: 140px;
}

.pr-155 {
  padding-right: 155px;
}

.pr-270 {
  padding-right: 270px;
}

.pr-210 {
  padding-right: 210px;
}

.pr-215 {
  padding-right: 215px;
}

.pr-220 {
  padding-right: 220px;
}

.pr-230 {
  padding-right: 230px;
}

.pr-260 {
  padding-right: 260px;
}

.pr-430 {
  padding-right: 430px;
}

.pr-445 {
  padding-right: 445px;
}

/*************************
        Padding bottom
*************************/
.pb-0 {
  padding-bottom: 0;
}

.pb-10 {
  padding-bottom: 10px;
}

.pb-15 {
  padding-bottom: 15px;
}

.pb-20 {
  padding-bottom: 20px;
}

.pb-25 {
  padding-bottom: 25px;
}

.pb-30 {
  padding-bottom: 30px;
}

.pb-35 {
  padding-bottom: 35px;
}

.pb-40 {
  padding-bottom: 40px;
}

.pb-45 {
  padding-bottom: 45px;
}

.pb-50 {
  padding-bottom: 50px;
}
@media only screen and (max-width: 767px) {
  .pb-50 {
    padding-bottom: 20px;
  }
}

.pb-55 {
  padding-bottom: 55px;
}

.pb-60 {
  padding-bottom: 60px;
}

.pb-65 {
  padding-bottom: 65px;
}

.pb-70 {
  padding-bottom: 70px;
}
@media only screen and (max-width: 767px) {
  .pb-70 {
    padding-bottom: 20px;
  }
}

.pb-75 {
  padding-bottom: 75px;
}

.pb-80 {
  padding-bottom: 80px;
}
@media only screen and (max-width: 767px) {
  .pb-80 {
    padding-bottom: 50px;
  }
}

.pb-85 {
  padding-bottom: 85px;
}

.pb-90 {
  padding-bottom: 90px;
}
@media only screen and (max-width: 767px) {
  .pb-90 {
    padding-bottom: 50px;
  }
}

.pb-95 {
  padding-bottom: 95px;
}

.pb-100 {
  padding-bottom: 100px;
}
@media only screen and (max-width: 767px) {
  .pb-100 {
    padding-bottom: 50px;
  }
}

.pb-105 {
  padding-bottom: 105px;
}

.pb-110 {
  padding-bottom: 110px;
}
@media only screen and (max-width: 767px) {
  .pb-110 {
    padding-bottom: 50px;
  }
}

.pb-115 {
  padding-bottom: 115px;
}

.pb-120 {
  padding-bottom: 120px;
}

.pb-125 {
  padding-bottom: 125px;
}

.pb-130 {
  padding-bottom: 130px;
}

.pb-135 {
  padding-bottom: 135px;
}
@media only screen and (max-width: 767px) {
  .pb-135 {
    padding-bottom: 86px;
  }
}

.pb-140 {
  padding-bottom: 140px;
}

.pb-145 {
  padding-bottom: 145px;
}

.pb-150 {
  padding-bottom: 150px;
}

.pb-170 {
  padding-bottom: 170px;
}

.pb-175 {
  padding-bottom: 175px;
}

.pb-180 {
  padding-bottom: 180px;
}

.pb-280 {
  padding-bottom: 280px;
}

.pb-210 {
  padding-bottom: 210px;
}

.pb-285 {
  padding-bottom: 285px;
}

.pb-270 {
  padding-bottom: 270px;
}

.pb-290 {
  padding-bottom: 290px;
}

/*************************
        Padding left
*************************/
.pl-0 {
  padding-left: 0;
}

.pl-10 {
  padding-left: 10px;
}

.pl-15 {
  padding-left: 15px;
}

.pl-20 {
  padding-left: 20px;
}

.pl-30 {
  padding-left: 30px;
}

.pl-40 {
  padding-left: 40px;
}

.pl-50 {
  padding-left: 50px;
}

.pl-60 {
  padding-left: 60px;
}

.pl-70 {
  padding-left: 70px;
}

.pl-80 {
  padding-left: 80px;
}

.pl-90 {
  padding-left: 90px;
}

.pl-100 {
  padding-left: 100px;
}

.pl-110 {
  padding-left: 110px;
}

.pl-120 {
  padding-left: 120px;
}

.pl-130 {
  padding-left: 130px;
}

.pl-140 {
  padding-left: 140px;
}

.pl-150 {
  padding-left: 150px;
}

.pl-155 {
  padding-left: 155px;
}

.pl-190 {
  padding-left: 190px;
}

.pl-200 {
  padding-left: 200px;
}

.pl-215 {
  padding-left: 215px;
}

/***************************
    Page section padding 
****************************/
.ptb-0 {
  padding: 0;
}

.ptb-10 {
  padding: 10px 0;
}

.ptb-20 {
  padding: 20px 0;
}

.ptb-30 {
  padding: 30px 0;
}

.ptb-35 {
  padding: 35px 0;
}

.ptb-32 {
  padding: 32px 0;
}

.ptb-40 {
  padding: 40px 0;
}

.ptb-50 {
  padding: 50px 0;
}

.ptb-60 {
  padding: 60px 0;
}

.ptb-70 {
  padding: 70px 0;
}

.ptb-80 {
  padding: 80px 0;
}

.ptb-90 {
  padding: 90px 0;
}

.ptb-100 {
  padding: 100px 0;
}

.ptb-110 {
  padding: 110px 0;
}

.ptb-120 {
  padding: 120px 0;
}

.ptb-130 {
  padding: 130px 0;
}

.ptb-140 {
  padding: 140px 0;
}

.ptb-150 {
  padding: 150px 0;
}

.ptb-160 {
  padding: 160px 0;
}

.ptb-170 {
  padding: 170px 0;
}

.ptb-177 {
  padding: 177px 0;
}

.ptb-180 {
  padding: 180px 0;
}

.ptb-190 {
  padding: 190px 0;
}

.ptb-200 {
  padding: 200px 0;
}

.ptb-210 {
  padding: 210px 0;
}

.ptb-220 {
  padding: 220px 0;
}

.ptb-290 {
  padding: 290px 0;
}

.ptb-310 {
  padding: 310px 0;
}

/***************************
    Page section margin 
****************************/
.mtb-0 {
  margin: 0;
}

.mtb-10 {
  margin: 10px 0;
}

.mtb-15 {
  margin: 15px 0;
}

.mtb-20 {
  margin: 20px 0;
}

.mtb-30 {
  margin: 30px 0;
}

.mtb-40 {
  margin: 40px 0;
}

.mtb-50 {
  margin: 50px 0;
}

.mtb-60 {
  margin: 60px 0;
}

.mtb-70 {
  margin: 70px 0;
}

.mtb-80 {
  margin: 80px 0;
}

.mtb-90 {
  margin: 90px 0;
}

.mtb-100 {
  margin: 100px 0;
}

.mtb-110 {
  margin: 110px 0;
}

.mtb-120 {
  margin: 120px 0;
}

.mtb-130 {
  margin: 130px 0;
}

.mtb-140 {
  margin: 140px 0;
}

.mtb-150 {
  margin: 150px 0;
}

.mtb-290 {
  margin: 290px 0;
}

/*-- 
    - Input Placeholder
-----------------------------------------*/
input:-moz-placeholder,
textarea:-moz-placeholder {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

input {
  background: #eceff8;
  border: 2px solid #eceff8;
  height: 45px;
  box-shadow: none;
  padding-left: 10px;
  font-size: 14px;
  color: #737373;
  width: 100%;
}

select {
  width: 100%;
  background: transparent;
  border: 0px solid #eceff8;
  box-shadow: none;
  font-size: 14px;
  color: #737373;
}

option {
  background: #fff;
  border: 0px solid #626262;
  padding-left: 10px;
  font-size: 14px;
}

input:focus {
  background: transparent;
}

textarea {
  resize: vertical;
  background: #eceff8;
  border: 2px solid #eceff8;
  padding: 10px;
  width: 100%;
  font-size: 14px;
  color: #737373;
}

textarea:focus {
  background: transparent;
  border: 2px solid #4FC1F0;
  outline: none;
}

button, input, optgroup, select, textarea {
  font-family: "Roboto", sans-serif;
}

.position-relative {
  position: relative;
}

.custom-col-5 {
  flex: 0 0 20%;
  max-width: 20%;
  padding-right: 15px;
  padding-left: 15px;
  position: relative;
  width: 100%;
  min-height: 1px;
}
@media only screen and (min-width: 1200px) and (max-width: 1366px) {
  .custom-col-5 {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .custom-col-5 {
    padding-right: 15px;
    padding-left: 15px;
    flex: 0 0 33.333%;
    max-width: 33.333%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .custom-col-5 {
    padding-right: 15px;
    padding-left: 15px;
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media only screen and (max-width: 767px) {
  .custom-col-5 {
    padding-right: 15px;
    padding-left: 15px;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .custom-col-5 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

/*-- 
    Scroll Up 
-----------------------------------------*/
#scrollUp {
  width: 50px;
  height: 50px;
  background-color: #008cff;
  color: #fff;
  right: 20px;
  bottom: 60px;
  text-align: center;
  overflow: hidden;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  z-index: 9811 !important;
}
@media only screen and (max-width: 767px) {
  #scrollUp {
    width: 40px;
    height: 40px;
  }
}
#scrollUp i {
  display: block;
  line-height: 50px;
  font-size: 22px;
}
@media only screen and (max-width: 767px) {
  #scrollUp i {
    line-height: 40px;
    font-size: 16px;
  }
}
#scrollUp:hover i {
  animation-name: fadeInUp;
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-iteration-count: infinite;
}

.height-100vh {
  height: 100vh;
}

.transparent-bar {
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 99;
}

/*--
    - Background Color
------------------------------------------*/
.bg-gray {
  background-color: #f8f8f8;
}

.bg-gray-2 {
  background-color: #ebebeb;
}

.bg-gray-3 {
  background-color: #f7f8f9;
}

.bg-gray-4 {
  background-color: #faf9f9;
}

.bg-black {
  background-color: #010211;
}

.bg-black-2 {
  background-color: #282828;
}

.bg-black-3 {
  background-color: #030512;
}

.bg-black-4 {
  background-color: #333745;
}

.bg-bluegray {
  background-color: #f9f9f9;
}

.bg-red {
  background-color: #ea2e49;
}

.bg-yellow-light {
  background-color: #f3e7cb;
}

.bg-yellow-light-2 {
  background-color: #fffaf3;
}

.default-overlay {
  position: relative;
}
.default-overlay:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  right: 0;
  bottom: 0;
}

.default-btn a {
  font-weight: 500;
  text-transform: uppercase;
  display: inline-block;
  line-height: 1;
  z-index: 1;
}
.default-btn a.btn-color-theme {
  color: #008cff;
}
.default-btn a.btn-color-theme-bg {
  background-color: #008cff;
}
.default-btn a.btn-color-white {
  color: #ffffff;
}
.default-btn a.btn-size-md {
  padding: 14px 30px 14px;
}
.default-btn a.btn-size-md-2 {
  padding: 12px 30px 12px;
}
.default-btn a.btn-style-outline {
  background-color: transparent;
  border: 1px solid #008cff;
}
.default-btn a.border-radious {
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
}
.default-btn a.border-radious-5 {
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}

.default-btn-2 a {
  font-weight: 500;
  text-transform: capitalize;
  display: inline-block;
  line-height: 1;
  z-index: 1;
  font-size: 16px;
  letter-spacing: 0.2px;
}
.default-btn-2 a.btn-color-theme {
  color: #010211;
}
.default-btn-2 a.btn-size-md {
  padding: 8px 30px 11px;
}
.default-btn-2 a.btn-style-outline-black {
  background-color: transparent;
  border: 1px solid #010211;
}
.default-btn-2 a.border-radious {
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
}

.btn-hover a {
  position: relative;
  transition: all 0.3s ease-in-out 0s;
}
.btn-hover a:hover {
  border: 1px solid #008cff;
  color: #fff;
}
.btn-hover a::before, .btn-hover a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  z-index: -1;
}
.btn-hover a::after {
  width: 0;
  left: auto;
  right: 0;
  background: #008cff;
}
.btn-hover a.black-color::after {
  background: #373737;
}
.btn-hover a.white-color::after {
  background: #fff;
}
.btn-hover a:hover::after {
  width: 100%;
  left: 0;
  right: auto;
}
.btn-hover.btn-hover-radious a::before, .btn-hover.btn-hover-radious a::after {
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
}
.btn-hover.hover-border-none a.black-color::after {
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}
.btn-hover.hover-border-none a:hover {
  border: none;
}

.section-padding-1 .container-fluid {
  padding: 0 185px;
}
@media only screen and (min-width: 1367px) and (max-width: 1600px) {
  .section-padding-1 .container-fluid {
    padding: 0 65px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1366px) {
  .section-padding-1 .container-fluid {
    padding: 0 15px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .section-padding-1 .container-fluid {
    padding: 0 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-padding-1 .container-fluid {
    padding: 0 45px;
  }
}
@media only screen and (max-width: 767px) {
  .section-padding-1 .container-fluid {
    padding: 0 15px;
  }
}

.section-padding-2 .container-fluid {
  padding: 0 100px;
}
@media only screen and (min-width: 1367px) and (max-width: 1600px) {
  .section-padding-2 .container-fluid {
    padding: 0 65px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1366px) {
  .section-padding-2 .container-fluid {
    padding: 0 15px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .section-padding-2 .container-fluid {
    padding: 0 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-padding-2 .container-fluid {
    padding: 0 45px;
  }
}
@media only screen and (max-width: 767px) {
  .section-padding-2 .container-fluid {
    padding: 0 15px;
  }
}

.section-padding-3 .container-fluid {
  padding: 0 150px;
}
@media only screen and (min-width: 1367px) and (max-width: 1600px) {
  .section-padding-3 .container-fluid {
    padding: 0 65px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1366px) {
  .section-padding-3 .container-fluid {
    padding: 0 15px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .section-padding-3 .container-fluid {
    padding: 0 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-padding-3 .container-fluid {
    padding: 0 45px;
  }
}
@media only screen and (max-width: 767px) {
  .section-padding-3 .container-fluid {
    padding: 0 15px;
  }
}

.section-padding-4 .container-fluid {
  padding: 0 250px;
}
@media only screen and (min-width: 1367px) and (max-width: 1600px) {
  .section-padding-4 .container-fluid {
    padding: 0 65px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1366px) {
  .section-padding-4 .container-fluid {
    padding: 0 15px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .section-padding-4 .container-fluid {
    padding: 0 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-padding-4 .container-fluid {
    padding: 0 45px;
  }
}
@media only screen and (max-width: 767px) {
  .section-padding-4 .container-fluid {
    padding: 0 15px;
  }
}

.section-margin-1 {
  margin: 0 100px;
}
@media only screen and (min-width: 1367px) and (max-width: 1600px) {
  .section-margin-1 {
    margin: 0 65px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1366px) {
  .section-margin-1 {
    margin: 0 15px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .section-margin-1 {
    margin: 0 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-margin-1 {
    margin: 0 45px;
  }
}
@media only screen and (max-width: 767px) {
  .section-margin-1 {
    margin: 0 15px;
  }
}

.section-margin-2 {
  margin: 0 250px;
}
@media only screen and (min-width: 1367px) and (max-width: 1600px) {
  .section-margin-2 {
    margin: 0 65px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1366px) {
  .section-margin-2 {
    margin: 0 15px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .section-margin-2 {
    margin: 0 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-margin-2 {
    margin: 0 45px;
  }
}
@media only screen and (max-width: 767px) {
  .section-margin-2 {
    margin: 0 15px;
  }
}

.section-margin-3 {
  margin: 0 120px;
}
@media only screen and (min-width: 1367px) and (max-width: 1600px) {
  .section-margin-3 {
    margin: 0 65px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1366px) {
  .section-margin-3 {
    margin: 0 15px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .section-margin-3 {
    margin: 0 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-margin-3 {
    margin: 0 45px;
  }
}
@media only screen and (max-width: 767px) {
  .section-margin-3 {
    margin: 0 15px;
  }
}

/*-------- 2. Header style ---------*/
.main-wrapper {
  min-height: 100%;
  height: auto !important;
  margin-bottom: -105px;
}

.logo img {
  max-width: 150px;
}
.logo.logo-mrg-2 {
  margin-top: 33px;
}

.mobile-logo img {
  max-width: 150px;
}

.logo-border {
  position: relative;
}
.logo-border:before {
  position: absolute;
  right: 40px;
  top: 0px;
  width: 1px;
  background-color: #fff;
  content: "";
  height: 100%;
}
@media only screen and (min-width: 1367px) and (max-width: 1600px) {
  .logo-border:before {
    right: 0px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1366px) {
  .logo-border:before {
    right: 0px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .logo-border:before {
    right: 0px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .main-header-wrap {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .main-header-wrap {
    display: none;
  }
}

.header-small-mobile {
  display: none;
  padding: 25px 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-small-mobile {
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  .header-small-mobile {
    display: block;
  }
}

.main-menu.menu-other-style {
  margin-left: 9px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .main-menu.menu-other-style {
    margin-left: 0px;
  }
}
.main-menu.menu-common-style nav ul li {
  display: inline-block;
  position: relative;
  margin-right: 41px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .main-menu.menu-common-style nav ul li {
    margin-right: 28px;
  }
}
.main-menu.menu-common-style nav ul li:last-child {
  margin-right: 0;
}
.main-menu.menu-common-style nav ul li.angle-shape::before {
  border-bottom: 16px solid #fff;
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  content: "";
  height: 0;
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
  bottom: 0px;
  width: 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease 0s;
  z-index: 9999;
}
.main-menu.menu-common-style nav ul li a {
  font-size: 18px;
  display: inline-block;
  letter-spacing: 0.2px;
}
.main-menu.menu-common-style nav ul li ul.submenu {
  background: #fff none repeat scroll 0 0;
  box-shadow: 0 0 20px 0.4px rgba(0, 0, 0, 0.1);
  display: block;
  left: 0;
  padding: 28px 30px 28px;
  position: absolute;
  top: 100%;
  transform: rotateX(90deg);
  transform-origin: center top 0;
  transition: all 0.5s ease 0s;
  visibility: hidden;
  width: 190px;
  z-index: 999;
}
.main-menu.menu-common-style nav ul li ul.submenu li {
  margin-bottom: 22px;
  margin-right: 0;
  display: block;
}
.main-menu.menu-common-style nav ul li ul.submenu li:last-child {
  margin-bottom: 0px;
}
.main-menu.menu-common-style nav ul li ul.submenu li a {
  font-size: 14px;
  color: #000000;
  letter-spacing: 0.2px;
  display: block;
  line-height: 1;
  text-transform: capitalize;
  text-align: left;
}
.main-menu.menu-common-style nav ul li ul.submenu li a:hover {
  color: #008cff;
}
.main-menu.menu-common-style nav ul li ul.mega-menu {
  background-color: #fff;
  display: block;
  left: -273px;
  padding: 23px 30px 67px 0;
  position: absolute;
  text-align: left;
  top: 100%;
  transform: rotateX(90deg);
  transform-origin: center top 0;
  transition: all 0.5s ease 0s;
  visibility: hidden;
  width: 972px;
  z-index: 9999;
  box-shadow: 0 0 20px 0.4px rgba(0, 0, 0, 0.1);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .main-menu.menu-common-style nav ul li ul.mega-menu {
    width: 900px;
    left: -320px;
  }
}
.main-menu.menu-common-style nav ul li ul.mega-menu.mega-menu-mrg-ngtv2 {
  left: -445px;
}
@media only screen and (min-width: 1367px) and (max-width: 1600px) {
  .main-menu.menu-common-style nav ul li ul.mega-menu.mega-menu-mrg-ngtv2 {
    left: -460px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1366px) {
  .main-menu.menu-common-style nav ul li ul.mega-menu.mega-menu-mrg-ngtv2 {
    left: -520px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .main-menu.menu-common-style nav ul li ul.mega-menu.mega-menu-mrg-ngtv2 {
    left: -470px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .main-menu.menu-common-style nav ul li ul.mega-menu.mega-menu-hm4 {
    left: -280px;
  }
}
.main-menu.menu-common-style nav ul li ul.mega-menu > li {
  display: inline-block;
  float: left;
  padding-left: 30px;
  margin-right: 0;
  width: 25%;
}
.main-menu.menu-common-style nav ul li ul.mega-menu > li a.menu-title {
  color: #000000;
  font-size: 16px;
  letter-spacing: 0.2px;
  display: block;
  border-bottom: 1px solid #cccccc;
  padding-bottom: 21px;
  line-height: 1;
}
.main-menu.menu-common-style nav ul li ul.mega-menu > li a.menu-banner {
  margin-top: 37px;
}
.main-menu.menu-common-style nav ul li ul.mega-menu > li a.menu-banner img {
  width: 100%;
}
.main-menu.menu-common-style nav ul li ul.mega-menu > li ul {
  margin-top: 30px;
}
.main-menu.menu-common-style nav ul li ul.mega-menu > li ul li {
  display: block;
  margin-bottom: 32px;
  margin-right: 0;
}
.main-menu.menu-common-style nav ul li ul.mega-menu > li ul li:last-child {
  margin-bottom: 0px;
}
.main-menu.menu-common-style nav ul li ul.mega-menu > li ul li a {
  font-size: 14px;
  color: #000000;
  letter-spacing: 0.2px;
  display: block;
  line-height: 1;
  text-transform: capitalize;
}
.main-menu.menu-common-style nav ul li ul.mega-menu > li ul li a:hover {
  color: #008cff;
}
.main-menu.menu-common-style nav ul li:hover > ul.mega-menu {
  transform: rotateX(0deg);
  visibility: visible;
}
.main-menu.menu-common-style nav ul li:hover > ul.submenu {
  transform: rotateX(0deg);
  visibility: visible;
}
.main-menu.menu-common-style nav ul li:hover a {
  color: #008cff;
}
.main-menu.menu-common-style nav ul li:hover.angle-shape::before {
  opacity: 1;
  visibility: visible;
}
.main-menu.menu-common-style.menu-lh-1 nav ul li a {
  line-height: 112px;
}
.main-menu.menu-common-style.menu-lh-1 nav ul li ul.submenu li a {
  line-height: 1;
}
.main-menu.menu-common-style.menu-lh-1 nav ul li ul.mega-menu li a {
  line-height: 1;
}
.main-menu.menu-common-style.menu-lh-1 nav ul li ul.mega-menu li ul li a {
  line-height: 1;
}
.main-menu.menu-common-style.menu-white nav ul li a {
  color: #fff;
}
.main-menu.menu-common-style.menu-font-2 > nav > ul > li > a {
  font-size: 16px;
  font-weight: 500;
  color: #010211;
}
.main-menu.menu-common-style.menu-font-2.menu-font-2-white > nav > ul > li > a {
  color: #fff;
}
.main-menu.menu-common-style.menu-font-2.menu-font-2-white > nav > ul > li:hover > a {
  color: #010211;
}
.main-menu.menu-common-style.menu-font-3 > nav > ul > li > a {
  font-size: 16px;
  font-weight: 500;
  color: #1c1c1c;
}
.main-menu.menu-common-style.menu-margin-2 nav ul li {
  margin-right: 40px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .main-menu.menu-common-style.menu-margin-2 nav ul li {
    margin-right: 24px;
  }
}
.main-menu.menu-common-style.menu-margin-2 nav ul li:last-child {
  margin-right: 0;
}
.main-menu.menu-common-style.menu-margin-3 nav ul li {
  margin-right: 120px;
}
.main-menu.menu-common-style.menu-margin-3 nav ul li a {
  color: #010211;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .main-menu.menu-common-style.menu-margin-3 nav ul li {
    margin-right: 40px;
  }
}
.main-menu.menu-common-style.menu-margin-3 nav ul li:last-child {
  margin-right: 0;
}
.main-menu.menu-common-style.menu-margin-4 {
  position: relative;
  z-index: 9;
}
.main-menu.menu-common-style.menu-margin-4 > nav > ul > li {
  margin-right: 76px;
}
@media only screen and (min-width: 1367px) and (max-width: 1600px) {
  .main-menu.menu-common-style.menu-margin-4 > nav > ul > li {
    margin-right: 38px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1366px) {
  .main-menu.menu-common-style.menu-margin-4 > nav > ul > li {
    margin-right: 32px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .main-menu.menu-common-style.menu-margin-4 > nav > ul > li {
    margin-right: 27px;
  }
}
.main-menu.menu-common-style.menu-margin-4 > nav > ul > li:last-child {
  margin-right: 0;
}
.main-menu.menu-common-style.menu-margin-4 > nav > ul > li:hover > a {
  color: #008cff;
}
@media only screen and (min-width: 1367px) and (max-width: 1600px) {
  .main-menu.menu-common-style.menu-margin-4.menu-others-page {
    text-align: center;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1366px) {
  .main-menu.menu-common-style.menu-margin-4.menu-others-page {
    text-align: center;
  }
}
@media only screen and (min-width: 1367px) and (max-width: 1600px) {
  .main-menu.menu-common-style.menu-margin-4.menu-others-page > nav > ul > li {
    margin-right: 65px;
  }
  .main-menu.menu-common-style.menu-margin-4.menu-others-page > nav > ul > li:last-child {
    margin-right: 0;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1366px) {
  .main-menu.menu-common-style.menu-margin-4.menu-others-page > nav > ul > li {
    margin-right: 50px;
  }
  .main-menu.menu-common-style.menu-margin-4.menu-others-page > nav > ul > li:last-child {
    margin-right: 0;
  }
}
@media only screen and (min-width: 1367px) and (max-width: 1600px) {
  .main-menu.menu-common-style.menu-margin-4.res-hm8-margin > nav > ul > li {
    margin-right: 55px;
  }
  .main-menu.menu-common-style.menu-margin-4.res-hm8-margin > nav > ul > li:last-child {
    margin-right: 0;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1366px) {
  .main-menu.menu-common-style.menu-margin-4.res-hm8-margin > nav > ul > li {
    margin-right: 60px;
  }
  .main-menu.menu-common-style.menu-margin-4.res-hm8-margin > nav > ul > li:last-child {
    margin-right: 0;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .main-menu.menu-common-style.menu-margin-4.res-hm8-margin > nav > ul > li {
    margin-right: 50px;
  }
  .main-menu.menu-common-style.menu-margin-4.res-hm8-margin > nav > ul > li:last-child {
    margin-right: 0;
  }
}
@media only screen and (min-width: 1367px) and (max-width: 1600px) {
  .main-menu.menu-common-style.menu-margin-4.res-hm9-margin > nav > ul > li {
    margin-right: 60px;
  }
  .main-menu.menu-common-style.menu-margin-4.res-hm9-margin > nav > ul > li:last-child {
    margin-right: 0;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1366px) {
  .main-menu.menu-common-style.menu-margin-4.res-hm9-margin > nav > ul > li {
    margin-right: 55px;
  }
  .main-menu.menu-common-style.menu-margin-4.res-hm9-margin > nav > ul > li:last-child {
    margin-right: 0;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .main-menu.menu-common-style.menu-margin-4.res-hm9-margin > nav > ul > li {
    margin-right: 30px;
  }
  .main-menu.menu-common-style.menu-margin-4.res-hm9-margin > nav > ul > li:last-child {
    margin-right: 0;
  }
}
.main-menu.menu-common-style.menu-margin-5 {
  position: relative;
  z-index: 9;
}
.main-menu.menu-common-style.menu-margin-5 > nav > ul > li {
  margin-right: 110px;
}
@media only screen and (min-width: 1367px) and (max-width: 1600px) {
  .main-menu.menu-common-style.menu-margin-5 > nav > ul > li {
    margin-right: 90px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1366px) {
  .main-menu.menu-common-style.menu-margin-5 > nav > ul > li {
    margin-right: 80px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .main-menu.menu-common-style.menu-margin-5 > nav > ul > li {
    margin-right: 50px;
  }
}
.main-menu.menu-common-style.menu-margin-5 > nav > ul > li:last-child {
  margin-right: 0;
}
.main-menu.menu-common-style.menu-margin-5 > nav > ul > li:hover > a {
  color: #008cff;
}
.main-menu.menu-common-style.menu-ngtv-mrg-1 {
  margin-right: -64px;
}
@media only screen and (min-width: 1367px) and (max-width: 1600px) {
  .main-menu.menu-common-style.menu-ngtv-mrg-1 {
    margin-right: 0px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1366px) {
  .main-menu.menu-common-style.menu-ngtv-mrg-1 {
    margin-right: 0px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .main-menu.menu-common-style.menu-ngtv-mrg-1 {
    margin-right: 0px;
  }
}
.main-menu.menu-common-style.menu-lh-2 nav ul li a {
  line-height: 100px;
}
.main-menu.menu-common-style.menu-lh-2 nav ul li ul.submenu li a {
  line-height: 1;
}
.main-menu.menu-common-style.menu-lh-2 nav ul li ul.mega-menu li a {
  line-height: 1;
}
.main-menu.menu-common-style.menu-lh-2 nav ul li ul.mega-menu li ul li a {
  line-height: 1;
}
.main-menu.menu-common-style.menu-lh-3 nav ul li a {
  line-height: 127px;
}
.main-menu.menu-common-style.menu-lh-3 nav ul li ul.submenu li a {
  line-height: 1;
}
.main-menu.menu-common-style.menu-lh-3 nav ul li ul.mega-menu li a {
  line-height: 1;
}
.main-menu.menu-common-style.menu-lh-3 nav ul li ul.mega-menu li ul li a {
  line-height: 1;
}
.main-menu.menu-common-style.menu-lh-4 nav ul li a {
  line-height: 92px;
}
.main-menu.menu-common-style.menu-lh-4 nav ul li ul.submenu li a {
  line-height: 1;
}
.main-menu.menu-common-style.menu-lh-4 nav ul li ul.mega-menu li a {
  line-height: 1;
}
.main-menu.menu-common-style.menu-lh-4 nav ul li ul.mega-menu li ul li a {
  line-height: 1;
}
.main-menu.menu-common-style.menu-lh-5 nav ul li a {
  line-height: 55px;
}
.main-menu.menu-common-style.menu-lh-5 nav ul li ul.submenu li a {
  line-height: 1;
}
.main-menu.menu-common-style.menu-lh-5 nav ul li ul.mega-menu li a {
  line-height: 1;
}
.main-menu.menu-common-style.menu-lh-5 nav ul li ul.mega-menu li ul li a {
  line-height: 1;
}

.stick .main-menu.menu-common-style.menu-lh-1 nav ul li a {
  line-height: 84px;
}
.stick .main-menu.menu-common-style.menu-lh-2 nav ul li a {
  line-height: 84px;
}
.stick .main-menu.menu-common-style.menu-lh-3 nav ul li a {
  line-height: 84px;
}
.stick .main-menu.menu-common-style.menu-font-2.menu-font-2-white > nav > ul > li > a {
  color: #010211;
}
.stick .main-menu.menu-common-style.menu-font-2.menu-font-2-white > nav > ul > li:hover > a {
  color: #008cff;
}
.stick .logo.mt-40 {
  margin-top: 25px;
}
.stick .logo.mt-45 {
  margin-top: 25px;
}
.stick .logo.logo-mrg-2 {
  margin-top: 24px;
}
.stick .header-right-wrap.mt-40 {
  margin-top: 27px;
}
.stick .header-right-wrap.mt-40.stick-mt-40 {
  margin-top: 20px;
}
.stick .header-right-wrap.mt-35 {
  margin-top: 27px;
}
.stick .category-menu-wrap h3 a {
  color: #373737;
}
.stick .category-menu-wrap h3 a i {
  color: #373737;
}
.stick .category-menu-wrap h3 a img.category-menu-non-stick {
  display: none;
}
.stick .category-menu-wrap h3 a img.category-menu-stick {
  display: inline-block;
}
.stick .category-menu {
  display: none;
}
.stick .sidebar-main-menu a.clickable-mainmenu-active {
  height: 100px;
  line-height: 100px;
}
.stick.pt-10 {
  padding-top: 0;
}
.stick .sidebar-main-menu a.clickable-mainmenu-button {
  width: 120px;
  height: 80px;
  line-height: 80px;
}

.menu-others-page {
  margin-right: -70px;
  margin-left: 48px;
}
@media only screen and (min-width: 1367px) and (max-width: 1600px) {
  .menu-others-page {
    margin-left: 0px;
    margin-right: -65px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1366px) {
  .menu-others-page {
    margin-left: 0px;
    margin-right: -65px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .menu-others-page {
    margin-right: 0px;
    margin-left: 0px;
  }
}

.header-right-wrap {
  display: flex;
  justify-content: flex-end;
}
.header-right-wrap .common-style button {
  background-color: transparent;
  border: none;
  font-size: 30px;
  padding: 0;
}
@media only screen and (max-width: 767px) {
  .header-right-wrap .common-style button {
    font-size: 25px;
  }
}
.header-right-wrap .common-style:hover button {
  color: #008cff;
}
.header-right-wrap .cart-wrap a {
  display: flex;
  align-items: center;
}
.header-right-wrap .cart-wrap a i {
  line-height: 1;
}
.header-right-wrap .cart-wrap a span.custom-badge {
  font-size: 18px;
  display: inline-block;
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  .header-right-wrap .cart-wrap a span.custom-badge {
    font-size: 16px;
    margin-left: 4px;
  }
}
.header-right-wrap .cart-wrap a span.custom-badge span {
  font-size: 16px;
  position: relative;
  top: -2px;
}
.header-right-wrap .cart-wrap a span.custom-badge.count-theme-color {
  color: #008cff;
}
.header-right-wrap .cart-wrap a span.custom-badge.mini-cart-price {
  color: #008cff;
  font-weight: bold;
  letter-spacing: 0.2px;
  margin-right: 3px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-right-wrap .cart-wrap a span {
    margin-left: 4px;
    font-size: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .header-right-wrap .cart-wrap a span {
    margin-left: 4px;
    font-size: 15px;
  }
}
.header-right-wrap .cart-wrap a.cart-3 i {
  color: #010211;
  font-size: 25px;
}
.header-right-wrap .cart-wrap a :hover i {
  color: #008cff;
}
.header-right-wrap .cart-wrap a :hover span {
  color: #008cff;
}
.header-right-wrap .cart-wrap-2 button {
  border: none;
  padding: 0;
  background-color: transparent;
  position: relative;
}
.header-right-wrap .cart-wrap-2 button i {
  font-size: 40px;
  color: #010211;
  transition: all 0.3s ease 0s;
}
.header-right-wrap .cart-wrap-2 button span.mini-cart-price-2 {
  color: #008cff;
  font-weight: bold;
  letter-spacing: 0.2px;
  font-size: 14px;
  margin: 9px 7px 0 0;
}
.header-right-wrap .cart-wrap-2 button span.count-style-2 {
  position: absolute;
  font-size: 10px;
  height: 20px;
  line-height: 20px;
  color: #fff;
  display: block;
  bottom: -2px;
  right: -6px;
  width: 20px;
  text-align: center;
  padding: 0;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  background-color: #008cff;
  font-weight: bold;
}
.header-right-wrap .cart-wrap-2 button:hover i {
  color: #008cff;
}
.header-right-wrap .search-wrap-2 button {
  border: none;
  padding: 0;
  background-color: transparent;
}
.header-right-wrap .search-wrap-2 button i {
  color: #010211;
  font-size: 22px;
  transition: all 0.3s ease 0s;
}
.header-right-wrap .search-wrap-2 button i:hover {
  color: #008cff;
}
.header-right-wrap .search-wrap-2.search-wrap-2-mrg {
  margin: 14px 0px 0 0px;
}
.header-right-wrap .setting-wrap a {
  display: flex;
  align-items: center;
  color: #010211;
  letter-spacing: 0.2px;
}
.header-right-wrap .setting-wrap a i {
  font-size: 22px;
  margin: 0 8px 0 0;
}
.header-right-wrap .setting-wrap a:hover {
  color: #008cff;
}
.header-right-wrap .setting-wrap.setting-wrap-mrg {
  margin: 14px 80px 0 78px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-right-wrap .setting-wrap.setting-wrap-mrg {
    margin: 14px 35px 0 33px;
  }
}
.header-right-wrap .setting-wrap .setting-content {
  background: #fff none repeat scroll 0 0;
  padding: 26px 30px 32px;
  position: absolute;
  right: 0;
  top: 188%;
  width: 300px;
  z-index: 9999;
  box-shadow: 0 0 20px 0.4px rgba(0, 0, 0, 0.1);
  max-height: 636px;
  overflow-y: auto;
  display: none;
}
@media only screen and (min-width: 1367px) and (max-width: 1600px) {
  .header-right-wrap .setting-wrap .setting-content {
    max-height: 510px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1366px) {
  .header-right-wrap .setting-wrap .setting-content {
    max-height: 400px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-right-wrap .setting-wrap .setting-content {
    max-height: 400px;
  }
}
.header-right-wrap .setting-wrap .setting-content ul li {
  padding-bottom: 30px;
}
.header-right-wrap .setting-wrap .setting-content ul li:last-child {
  padding-bottom: 0px;
}
.header-right-wrap .setting-wrap .setting-content ul li h4 {
  font-size: 16px;
  margin: 0;
  color: #000000;
  padding-bottom: 19px;
  border-bottom: 1px solid #cccccc;
  font-weight: 500;
}
.header-right-wrap .setting-wrap .setting-content ul li ul {
  padding-top: 18px;
}
.header-right-wrap .setting-wrap .setting-content ul li ul li {
  padding-bottom: 25px;
}
.header-right-wrap .setting-wrap .setting-content ul li ul li:last-child {
  padding-bottom: 0px;
}
.header-right-wrap .setting-wrap .setting-content ul li ul li a {
  letter-spacing: 0.2px;
  color: #000000;
  font-weight: 300;
  display: block;
  line-height: 1;
}
.header-right-wrap .setting-wrap .setting-content ul li ul li a:hover {
  color: #008cff;
}
@media only screen and (min-width: 1200px) and (max-width: 1366px) {
  .header-right-wrap .search-wrap.mr-45 {
    margin-right: 25px;
  }
}
.header-right-wrap.header-right-white .common-style button {
  color: #fff;
}
.header-right-wrap .header-login a {
  color: #010211;
  display: inline-block;
  line-height: 25px;
}
.header-right-wrap .header-login a .header-user-icon {
  background: url(../images/user.svg) no-repeat center;
  background-size: 20px 20px;
  display: inline-block;
  width: 20px;
  height: 20px;
  line-height: 20px;
  vertical-align: middle;
}
.header-right-wrap .header-login a .header-user-icon::before {
  content: "";
  background-image: url(../images/blue-user.svg);
}
.header-right-wrap .header-login a span {
  font-size: 16px;
  display: inline-block;
  line-height: 25px;
  padding-left: 4px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  max-width: 125px;
}
.header-right-wrap .header-login a img {
  width: 20px;
  height: auto;
  vertical-align: middle;
}
.header-right-wrap .header-login a:hover i {
  color: #008cff;
  transition: all 0.3s ease 0s;
}
.header-right-wrap .header-login a:hover span {
  color: #008cff;
  transition: all 0.3s ease 0s;
}
.header-right-wrap .header-login a:hover .header-user-icon {
  background-image: url(../images/blue-user.svg);
}
.header-right-wrap .header-wishlist {
  margin-top: -2px;
}
.header-right-wrap .header-wishlist a {
  font-size: 22px;
  color: #010211;
}
.header-right-wrap .header-wishlist a:hover {
  color: #008cff;
}

.border-style {
  position: relative;
}
.border-style::before {
  background-color: #9c9687;
  position: absolute;
  height: 20px;
  width: 1px;
  content: "";
  right: -39px;
  top: -1px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .border-style::before {
    right: -18px;
  }
}

.shopping-cart-content {
  background: #fff none repeat scroll 0 0;
  padding: 28px 20px 20px;
  position: absolute;
  right: 15px;
  top: 100%;
  width: 300px;
  z-index: 9999;
  box-shadow: 0 0 20px 0.4px rgba(0, 0, 0, 0.1);
  max-height: 591px;
  overflow-y: auto;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease 0s;
  transform-origin: center top 0;
  transform: rotateX(90deg);
  text-align: left;
}
.shopping-cart-content.show {
  opacity: 1;
  visibility: visible;
  transform: rotateX(0deg);
}
@media only screen and (min-width: 1200px) and (max-width: 1366px) {
  .shopping-cart-content {
    max-height: 400px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .shopping-cart-content {
    overflow-y: auto;
    height: 400px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .shopping-cart-content {
    overflow-y: auto;
    height: 350px;
    margin-top: 18px;
    top: 100%;
    margin-top: 14px;
  }
}
@media only screen and (max-width: 767px) {
  .shopping-cart-content {
    width: 295px;
    right: 15px;
    padding: 31px 15px 10px;
    overflow-y: auto;
    height: 350px;
    top: 100%;
    margin-top: 14px;
  }
}
.shopping-cart-content .shopping-cart-top {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #cccccc;
  padding-bottom: 12px;
  margin-bottom: 20px;
}
.shopping-cart-content .shopping-cart-top h4 {
  font-size: 12px;
  margin: 0;
  line-height: 1;
  color: #282828;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 300;
}
.shopping-cart-content .shopping-cart-top a {
  color: #282828;
  font-size: 12px;
  margin-top: -6px;
}
.shopping-cart-content .shopping-cart-top a:hover {
  color: #008cff;
}
.shopping-cart-content ul li {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
.shopping-cart-content ul li .shopping-cart-img {
  flex: 0 0 70px;
  margin-right: 10px;
}
.shopping-cart-content ul li .shopping-cart-img img {
  width: 100%;
}
.shopping-cart-content ul li .shopping-cart-title h4 {
  font-size: 14px;
  margin: 0 0 3px;
}
.shopping-cart-content ul li .shopping-cart-title h4 a {
  color: #000000;
  line-height: 1;
  display: block;
}
.shopping-cart-content ul li .shopping-cart-title h4 a:hover {
  color: #008cff;
}
.shopping-cart-content ul li .shopping-cart-title span {
  font-size: 16px;
  font-weight: 500;
  color: #373737;
}
.shopping-cart-content ul li:last-child {
  margin-bottom: 0;
}
.shopping-cart-content ul li .shopping-cart-delete {
  display: flex;
  flex-grow: 100;
  justify-content: flex-end;
}
.shopping-cart-content ul li .shopping-cart-delete a {
  font-size: 16px;
  color: #282828;
  margin-top: -4px;
}
.shopping-cart-content ul li .shopping-cart-delete a:hover {
  color: #008cff;
}
.shopping-cart-content .shopping-cart-total {
  margin: 50px 0 20px;
  border-bottom: 1px solid #cccccc;
  padding: 0px 0px 17px;
}
.shopping-cart-content .shopping-cart-total h4 {
  font-size: 20px;
  margin: 0;
}
.shopping-cart-content .shopping-cart-total h4 span {
  float: right;
}
.shopping-cart-content .shopping-cart-btn a {
  margin-bottom: 10px;
  padding: 16px 40px 17px;
  font-size: 16px;
  display: block;
  text-transform: capitalize;
  background-color: #008cff;
  color: #ffffff;
  border: 1px solid transparent;
}
.shopping-cart-content .shopping-cart-btn a:hover {
  border: 1px solid #373737;
}

.header-right-border {
  position: relative;
}
.header-right-border:before {
  position: absolute;
  left: 19px;
  top: 0px;
  width: 1px;
  background-color: #fff;
  content: "";
  height: 100%;
}
@media only screen and (min-width: 1367px) and (max-width: 1600px) {
  .header-right-border:before {
    left: 0px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1366px) {
  .header-right-border:before {
    left: 0px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-right-border:before {
    left: 0px;
  }
}

.sticky-bar.stick {
  animation: 700ms ease-in-out 0s normal none 1 running fadeInDown;
  background-color: #fff;
  border-bottom: 0 solid #4a90e2;
  box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.06);
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
  left: 0;
  transition: all 0.3s ease 0s;
}
.sticky-bar.bg-black {
  background-color: #010211;
}

.mobile-off-canvas-active {
  position: fixed;
  top: 0;
  width: 330px;
  min-height: 100vh;
  bottom: 0;
  z-index: 111;
  right: -330px;
  visibility: hidden;
  opacity: 1;
  transition: all 400ms ease-out;
  background-color: #fff;
  box-shadow: 0 0 87px 0 rgba(0, 0, 0, 0.09);
  z-index: 9999;
}
@media only screen and (max-width: 767px) {
  .mobile-off-canvas-active {
    width: 260px;
    right: -260px;
  }
}
.mobile-off-canvas-active.inside {
  visibility: visible;
  opacity: 1;
  right: 0px;
}
.mobile-off-canvas-active .mobile-aside-close {
  position: absolute;
  left: -40px;
  top: 0px;
  z-index: 9;
  width: 40px;
  height: 40px;
  color: #fff;
  line-height: 40px;
  text-align: center;
  font-size: 18px;
  background-color: #343538;
}
.mobile-off-canvas-active .mobile-aside-close i {
  transition: all 0.3s ease-in-out;
  display: inline-block;
  color: #fff;
}
.mobile-off-canvas-active .mobile-aside-close:hover i {
  color: #008cff;
  transform: rotate(90deg);
}
.mobile-off-canvas-active .header-mobile-aside-wrap {
  padding: 40px 30px 50px;
  overflow: auto;
  height: 100%;
}
@media only screen and (max-width: 767px) {
  .mobile-off-canvas-active .header-mobile-aside-wrap {
    padding: 30px 20px 50px;
  }
}
.mobile-off-canvas-active .header-mobile-aside-wrap .mobile-search {
  border-bottom: 1px solid #ddd;
  margin-bottom: 27px;
  padding-bottom: 40px;
}
.mobile-off-canvas-active .header-mobile-aside-wrap .mobile-search form {
  position: relative;
}
.mobile-off-canvas-active .header-mobile-aside-wrap .mobile-search form input {
  background-color: #f6f6f6;
  border: none;
  border-radius: 0px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  height: 50px;
  padding: 0 60px 0 15px;
  width: 100%;
  font-size: 14px;
}
.mobile-off-canvas-active .header-mobile-aside-wrap .mobile-search form button {
  background-color: transparent;
  border-color: #ddd;
  -o-border-image: none;
     border-image: none;
  border-radius: 5px 0 0 5px;
  -webkit-border-radius: 5px 0 0 5px;
  -moz-border-radius: 5px 0 0 5px;
  -ms-border-radius: 5px 0 0 5px;
  -o-border-radius: 5px 0 0 5px;
  border-style: none none none solid;
  border-width: medium medium medium 1px;
  color: #000000;
  font-size: 18px;
  height: 100%;
  padding: 0 15px 0 14px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s ease 0s;
}
@media only screen and (max-width: 767px) {
  .mobile-off-canvas-active .header-mobile-aside-wrap .mobile-search form button {
    font-size: 16px;
  }
}
.mobile-off-canvas-active .header-mobile-aside-wrap .mobile-search form button:hover {
  color: #008cff;
}
.mobile-off-canvas-active .header-mobile-aside-wrap .mobile-search form button i {
  margin-top: 5px;
  display: inline-block;
}
.mobile-off-canvas-active .header-mobile-aside-wrap .mobile-menu-wrap {
  border-bottom: 1px solid #ddd;
  margin-bottom: 36px;
  padding-bottom: 27px;
}
.mobile-off-canvas-active .header-mobile-aside-wrap .mobile-menu-wrap .mobile-navigation nav {
  height: 100%;
}
.mobile-off-canvas-active .header-mobile-aside-wrap .mobile-menu-wrap .mobile-navigation nav .mobile-menu li {
  display: block;
  position: relative;
}
.mobile-off-canvas-active .header-mobile-aside-wrap .mobile-menu-wrap .mobile-navigation nav .mobile-menu li.menu-item-has-children .menu-expand {
  line-height: 50;
  top: -5px;
  left: 95%;
  width: 30px;
  position: absolute;
  height: 50px;
  text-align: center;
  cursor: pointer;
}
.mobile-off-canvas-active .header-mobile-aside-wrap .mobile-menu-wrap .mobile-navigation nav .mobile-menu li.menu-item-has-children .menu-expand i {
  display: block;
  position: relative;
  width: 10px;
  margin-top: 25px;
  border-bottom: 1px solid #1f2226;
  transition: all 250ms ease-out;
}
.mobile-off-canvas-active .header-mobile-aside-wrap .mobile-menu-wrap .mobile-navigation nav .mobile-menu li.menu-item-has-children .menu-expand i::before {
  top: 0;
  width: 100%;
  content: "";
  display: block;
  position: absolute;
  transform: rotate(90deg);
  border-bottom: 1px solid #1f2226;
  transition: 0.4s;
}
.mobile-off-canvas-active .header-mobile-aside-wrap .mobile-menu-wrap .mobile-navigation nav .mobile-menu li.menu-item-has-children.active > .menu-expand i::before {
  transform: rotate(0);
}
.mobile-off-canvas-active .header-mobile-aside-wrap .mobile-menu-wrap .mobile-navigation nav .mobile-menu li a {
  font-size: 16px;
  text-transform: capitalize;
  line-height: 18px;
  position: relative;
  display: inline-block;
  padding: 10px 0;
  font-family: "Roboto", sans-serif;
}
.mobile-off-canvas-active .header-mobile-aside-wrap .mobile-menu-wrap .mobile-navigation nav .mobile-menu li ul li a {
  padding: 10px 15px 5px;
  font-size: 14px;
  color: #000000;
  font-weight: 300;
}
.mobile-off-canvas-active .header-mobile-aside-wrap .mobile-menu-wrap .mobile-navigation nav .mobile-menu li ul li a:hover {
  color: #008cff;
}
.mobile-off-canvas-active .header-mobile-aside-wrap .mobile-menu-wrap .mobile-navigation nav .mobile-menu li ul li ul li a {
  padding: 10px 30px 5px;
  font-size: 14px;
  color: #000000;
  font-weight: 300;
}
.mobile-off-canvas-active .header-mobile-aside-wrap .mobile-curr-lang-wrap {
  border-bottom: 1px solid #ddd;
  margin-bottom: 31px;
  padding-bottom: 37px;
}
@media only screen and (max-width: 767px) {
  .mobile-off-canvas-active .header-mobile-aside-wrap .mobile-curr-lang-wrap {
    display: block;
  }
}
.mobile-off-canvas-active .header-mobile-aside-wrap .mobile-curr-lang-wrap .single-mobile-curr-lang {
  position: relative;
  margin-bottom: 15px;
}
.mobile-off-canvas-active .header-mobile-aside-wrap .mobile-curr-lang-wrap .single-mobile-curr-lang:last-child {
  margin-bottom: 0;
}
.mobile-off-canvas-active .header-mobile-aside-wrap .mobile-curr-lang-wrap .single-mobile-curr-lang a {
  font-size: 16px;
  display: block;
  letter-spacing: 0.2px;
  font-family: "Roboto", sans-serif;
}
.mobile-off-canvas-active .header-mobile-aside-wrap .mobile-curr-lang-wrap .single-mobile-curr-lang a i {
  float: right;
  font-size: 10px;
  position: relative;
  top: 8px;
}
.mobile-off-canvas-active .header-mobile-aside-wrap .mobile-curr-lang-wrap .single-mobile-curr-lang .lang-curr-dropdown {
  margin-top: 5px;
  display: none;
  background-color: #fff;
  box-shadow: 0 0 20px 0.4px rgba(0, 0, 0, 0.1);
  padding: 22px 30px 26px;
  width: 100%;
  z-index: 11;
}
.mobile-off-canvas-active .header-mobile-aside-wrap .mobile-curr-lang-wrap .single-mobile-curr-lang .lang-curr-dropdown ul li {
  padding-bottom: 10px;
}
.mobile-off-canvas-active .header-mobile-aside-wrap .mobile-curr-lang-wrap .single-mobile-curr-lang .lang-curr-dropdown ul li:last-child {
  padding-bottom: 0px;
}
.mobile-off-canvas-active .header-mobile-aside-wrap .mobile-curr-lang-wrap .single-mobile-curr-lang .lang-curr-dropdown ul li a {
  font-size: 14px;
  letter-spacing: 0.2px;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
}
.mobile-off-canvas-active .header-mobile-aside-wrap .mobile-curr-lang-wrap .single-mobile-curr-lang .lang-curr-dropdown ul li a:hover {
  color: #008cff;
}
.mobile-off-canvas-active .header-mobile-aside-wrap .mobile-curr-lang-wrap .single-mobile-curr-lang:hover > a {
  color: #008cff;
}
@media only screen and (max-width: 767px) {
  .mobile-off-canvas-active .header-mobile-aside-wrap .mobile-curr-lang-wrap .single-mobile-curr-lang {
    margin-bottom: 5px;
  }
  .mobile-off-canvas-active .header-mobile-aside-wrap .mobile-curr-lang-wrap .single-mobile-curr-lang:last-child {
    margin-bottom: 0;
  }
}
.mobile-off-canvas-active .header-mobile-aside-wrap .mobile-social-wrap {
  margin-bottom: 20px;
}
.mobile-off-canvas-active .header-mobile-aside-wrap .mobile-social-wrap a {
  font-size: 16px;
  margin-right: 20px;
}
.mobile-off-canvas-active .header-mobile-aside-wrap .mobile-social-wrap a:last-child {
  margin-right: 0;
}
.mobile-off-canvas-active .header-mobile-aside-wrap .mobile-social-wrap a.facebook {
  color: #3b5999;
}
.mobile-off-canvas-active .header-mobile-aside-wrap .mobile-social-wrap a.twitter {
  color: #55acee;
}
.mobile-off-canvas-active .header-mobile-aside-wrap .mobile-social-wrap a.pinterest {
  color: #bd081c;
}
.mobile-off-canvas-active .header-mobile-aside-wrap .mobile-social-wrap a.instagram {
  color: #e4405f;
}
.mobile-off-canvas-active .header-mobile-aside-wrap .mobile-social-wrap a.google {
  color: #dd4b39;
}

.header-small-mobile .header-right-wrap {
  align-items: center;
}
.header-small-mobile .header-right-wrap .mobile-off-canvas {
  margin-left: 20px;
  margin-top: 4px;
}
@media only screen and (max-width: 767px) {
  .header-small-mobile .header-right-wrap .mobile-off-canvas {
    margin-left: 12px;
  }
}
.header-small-mobile .header-right-wrap .mobile-off-canvas a {
  font-size: 12px;
}
.header-small-mobile.header-mobile-white .header-right-wrap .cart-wrap button i {
  color: #ffffff;
}
.header-small-mobile.header-mobile-white .header-right-wrap .cart-wrap button span {
  color: #ffffff;
}
.header-small-mobile.header-mobile-white .header-right-wrap .mobile-off-canvas a {
  color: #ffffff;
}

.main-wrapper .body-overlay,
.main-wrapper .body-overlay-2,
.main-wrapper-2 .body-overlay,
.main-wrapper-2 .body-overlay-2 {
  background: rgba(35, 35, 36, 0.7) none repeat scroll 0 0;
  height: 100%;
  left: 0;
  opacity: 0;
  position: fixed;
  top: 0;
  transition: all 0.5s ease-in-out 0s;
  visibility: hidden;
  width: 100%;
  z-index: 9999;
}
.main-wrapper.overlay-active .body-overlay, .main-wrapper.overlay-active-2 .body-overlay-2,
.main-wrapper-2.overlay-active .body-overlay,
.main-wrapper-2.overlay-active-2 .body-overlay-2 {
  opacity: 1;
  visibility: visible;
}

.main-search-active {
  background: rgba(0, 0, 0, 0.95) none repeat scroll 0 0;
  color: #353535;
  display: flex;
  justify-content: center;
  min-height: 100vh;
  padding: 32px 46px 39px;
  position: fixed;
  right: 0;
  top: 0;
  transform: translateX(110%);
  transition: transform 0.5s ease-in-out 0s;
  width: 100%;
  z-index: 9999;
}
.main-search-active.inside {
  transform: translateX(0px);
  z-index: 9999;
}
.main-search-active .sidebar-search-icon {
  display: block;
  overflow: hidden;
  position: absolute;
  right: 50%;
  top: 50px;
  transform: translateX(50%);
}
.main-search-active .sidebar-search-icon button {
  background: transparent none repeat scroll 0 0;
  border: medium none;
  color: #fff;
  cursor: pointer;
  font-size: 35px;
  line-height: 1;
  padding: 0;
  transition: all 0.3s ease 0s;
}
.main-search-active .sidebar-search-icon button:hover {
  color: #008cff;
}
.main-search-active .sidebar-search-input {
  padding: 300px 0 0;
}
.main-search-active .sidebar-search-input .form-search {
  position: relative;
}
.main-search-active .sidebar-search-input .form-search input {
  background-color: transparent;
  border-color: #6e6e6e;
  border-style: solid;
  border-width: 0 0 1px;
  color: #c0c0c0;
  display: block;
  font-size: 20px;
  height: 50px;
  line-height: 62px;
  padding: 0;
  width: 770px;
  font-family: "Poppins", sans-serif;
  letter-spacing: 2px;
  padding: 0 55px 0 0;
}
.main-search-active .sidebar-search-input .form-search input::-moz-input-placeholder {
  color: #c0c0c0;
  opacity: 1;
}
.main-search-active .sidebar-search-input .form-search input::-webkit-input-placeholder {
  color: #c0c0c0;
  opacity: 1;
}
.main-search-active .sidebar-search-input .form-search button {
  background-color: transparent;
  border: medium none;
  color: #ffffff;
  cursor: pointer;
  font-size: 24px;
  padding: 0;
  position: absolute;
  right: 0;
  top: 13px;
  transition: all 0.3s ease 0s;
}
.main-search-active .sidebar-search-input .form-search button:hover {
  color: #008cff;
}

.header-padding-1 .container-fluid {
  padding: 0 70px;
}
@media only screen and (min-width: 1200px) and (max-width: 1366px) {
  .header-padding-1 .container-fluid {
    padding: 0 15px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-padding-1 .container-fluid {
    padding: 0 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-padding-1 .container-fluid {
    padding: 0 45px;
  }
}
@media only screen and (max-width: 767px) {
  .header-padding-1 .container-fluid {
    padding: 0 15px;
  }
}

.header-padding-2 .container-fluid {
  padding: 0 100px;
}
@media only screen and (min-width: 1367px) and (max-width: 1600px) {
  .header-padding-2 .container-fluid {
    padding: 0 65px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1366px) {
  .header-padding-2 .container-fluid {
    padding: 0 15px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-padding-2 .container-fluid {
    padding: 0 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-padding-2 .container-fluid {
    padding: 0 45px;
  }
}
@media only screen and (max-width: 767px) {
  .header-padding-2 .container-fluid {
    padding: 0 15px;
  }
}

.header-padding-3 .container-fluid {
  padding: 0 150px;
}
@media only screen and (min-width: 1367px) and (max-width: 1600px) {
  .header-padding-3 .container-fluid {
    padding: 0 65px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1366px) {
  .header-padding-3 .container-fluid {
    padding: 0 15px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-padding-3 .container-fluid {
    padding: 0 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-padding-3 .container-fluid {
    padding: 0 45px;
  }
}
@media only screen and (max-width: 767px) {
  .header-padding-3 .container-fluid {
    padding: 0 15px;
  }
}

.header-padding-4 .container-fluid {
  padding: 0 250px;
}
@media only screen and (min-width: 1367px) and (max-width: 1600px) {
  .header-padding-4 .container-fluid {
    padding: 0 65px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1366px) {
  .header-padding-4 .container-fluid {
    padding: 0 15px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-padding-4 .container-fluid {
    padding: 0 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-padding-4 .container-fluid {
    padding: 0 45px;
  }
}
@media only screen and (max-width: 767px) {
  .header-padding-4 .container-fluid {
    padding: 0 15px;
  }
}

.header-padding-5 .container-fluid {
  padding: 0 120px;
}
@media only screen and (min-width: 1367px) and (max-width: 1600px) {
  .header-padding-5 .container-fluid {
    padding: 0 65px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1366px) {
  .header-padding-5 .container-fluid {
    padding: 0 15px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-padding-5 .container-fluid {
    padding: 0 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-padding-5 .container-fluid {
    padding: 0 45px;
  }
}
@media only screen and (max-width: 767px) {
  .header-padding-5 .container-fluid {
    padding: 0 15px;
  }
}

.header-padding-6 .container-fluid {
  padding: 0 0px 0 100px;
}
@media only screen and (min-width: 1367px) and (max-width: 1600px) {
  .header-padding-6 .container-fluid {
    padding: 0 0px 0 65px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1366px) {
  .header-padding-6 .container-fluid {
    padding: 0 0px 0 15px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-padding-6 .container-fluid {
    padding: 0 0px 0 30px;
  }
}

.search-style-2 .form-search {
  position: relative;
}
.search-style-2 .form-search input {
  font-size: 14px;
  color: #8b8b8b;
  letter-spacing: 0.2px;
  background-color: transparent;
  border: none;
  padding: 2px 25px;
  height: 35px;
}
.search-style-2 .form-search button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  font-size: 18px;
  color: #010211;
  padding: 0;
  border: none;
  background-color: transparent;
  transition: all 0.3s ease 0s;
}
.search-style-2 .form-search button:hover {
  color: #008cff;
}

.welcome p {
  font-size: 16px;
  color: #c7c7c7;
  margin: 0;
  letter-spacing: 0.2px;
}

.setting-wrap-2 {
  display: flex;
  justify-content: flex-end;
}
.setting-wrap-2 .setting-content2-left {
  position: relative;
  margin-right: 80px;
}
.setting-wrap-2 .setting-content2-left a {
  font-size: 16px;
  color: #c7c7c7;
  letter-spacing: 0.2px;
}
.setting-wrap-2 .setting-content2-left a i {
  color: #c7c7c7;
  font-size: 13px;
}
.setting-wrap-2 .setting-content2-left .currency-dropdown {
  background: #fff none repeat scroll 0 0;
  box-shadow: 0 1px 7px -2px rgba(0, 0, 0, 0.3);
  left: 0;
  padding: 8px 12px 10px;
  position: absolute;
  text-align: left;
  top: 160%;
  width: 100px;
  z-index: 220;
  display: none;
}
.setting-wrap-2 .setting-content2-left .currency-dropdown ul li {
  padding: 0 0 5px;
}
.setting-wrap-2 .setting-content2-left .currency-dropdown ul li:last-child {
  padding: 0 0 0px;
}
.setting-wrap-2 .setting-content2-left .currency-dropdown ul li a {
  font-size: 14px;
  color: #030512;
  text-transform: uppercase;
}
.setting-wrap-2 .setting-content2-left .currency-dropdown ul li a:hover {
  color: #008cff;
}
.setting-wrap-2 .setting-content2-left:hover a {
  color: #008cff;
}
.setting-wrap-2 .setting-content2-right a {
  font-size: 16px;
  color: #c7c7c7;
  letter-spacing: 0.2px;
  margin-left: 46px;
}
.setting-wrap-2 .setting-content2-right a:hover {
  color: #008cff;
}
.setting-wrap-2 .setting-content2-right a:first-child {
  margin-left: 0;
}

.header-contact-search-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-contact-search-wrap .header-contact {
    margin-left: 20px;
  }
}
.header-contact-search-wrap .header-contact ul {
  display: flex;
}
.header-contact-search-wrap .header-contact ul li {
  color: #c7c7c7;
  font-size: 16px;
  letter-spacing: 0.2px;
  margin-right: 98px;
}
.header-contact-search-wrap .header-contact ul li:last-child {
  margin-right: 0px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-contact-search-wrap .header-contact ul li {
    margin-right: 30px;
  }
}
.header-contact-search-wrap .header-contact ul li i {
  font-size: 22px;
  margin-right: 7px;
  top: 2px;
  position: relative;
}
.header-contact-search-wrap .header-contact ul li a {
  color: #c7c7c7;
}
.header-contact-search-wrap .header-contact ul li a:hover {
  color: #008cff;
}
.header-contact-search-wrap .header-contact-2 {
  display: flex;
}
.header-contact-search-wrap .header-contact-2 .header-contact-2-icon {
  margin: 0 11px 0 0;
}
.header-contact-search-wrap .header-contact-2 .header-contact-2-icon i {
  font-size: 22px;
  color: #ea2e49;
}
.header-contact-search-wrap .header-contact-2 .header-contact-2-text span,
.header-contact-search-wrap .header-contact-2 .header-contact-2-text p {
  font-size: 16px;
  color: #030512;
  display: block;
  line-height: 1;
  letter-spacing: 0.2px;
}
.header-contact-search-wrap .header-contact-2 .header-contact-2-text p {
  margin: 6px 0 0;
}
.header-contact-search-wrap .search-style-3 .form-search-3 {
  position: relative;
}
.header-contact-search-wrap .search-style-3 .form-search-3 input {
  background-color: #000;
  border: 1px solid #282828;
  height: 50px;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  font-weight: 300;
  color: #c7c7c7;
  font-size: 13px;
  width: 400px;
  padding: 2px 60px 2px 29px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-contact-search-wrap .search-style-3 .form-search-3 input {
    width: 285px;
  }
}
.header-contact-search-wrap .search-style-3 .form-search-3 button {
  border: none;
  background-color: transparent;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 22px;
  font-size: 22px;
  color: #c7c7c7;
  transition: all 0.3s ease 0s;
}
.header-contact-search-wrap .search-style-3 .form-search-3 button:hover {
  color: #008cff;
}
.header-contact-search-wrap .search-style-4 .form-search-4 {
  position: relative;
}
.header-contact-search-wrap .search-style-4 .form-search-4 input {
  background-color: #f2f2f2;
  border: 1px solid #282828;
  height: 50px;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  font-weight: 300;
  color: #030512;
  font-size: 13px;
  width: 400px;
  padding: 2px 60px 2px 29px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-contact-search-wrap .search-style-4 .form-search-4 input {
    width: 285px;
  }
}
.header-contact-search-wrap .search-style-4 .form-search-4 button {
  border: none;
  background-color: transparent;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 22px;
  font-size: 22px;
  color: #030512;
  transition: all 0.3s ease 0s;
}
.header-contact-search-wrap .search-style-4 .form-search-4 button:hover {
  color: #008cff;
}
.header-contact-search-wrap.header-contact-search-mrg {
  margin: 0 70px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-contact-search-wrap.header-contact-search-mrg {
    margin: 0 30px;
  }
}

.cart-wrap-3 {
  text-align: right;
}
.cart-wrap-3 button {
  border: none;
  background-color: transparent;
  padding: 0;
  position: relative;
  transition: all 0.3s ease 0s;
}
.cart-wrap-3 button i {
  font-size: 30px;
  color: #fff;
  margin-right: 25px;
  transition: all 0.3s ease 0s;
}
.cart-wrap-3 button span.mini-cart-price-3 {
  font-size: 18px;
  color: #fff;
  font-weight: 500;
  color: #008cff;
  letter-spacing: 0.2px;
}
.cart-wrap-3 button span.count-style-3 {
  position: absolute;
  font-size: 12px;
  height: 25px;
  line-height: 24px;
  color: #fff;
  display: block;
  top: 2px;
  right: 1px;
  width: 25px;
  text-align: center;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border: 1px solid #fff;
}
.cart-wrap-3 button:hover i {
  color: #008cff;
}
.cart-wrap-3.cart-wrap-3-white button i {
  color: #030512;
}
.cart-wrap-3.cart-wrap-3-white button span.mini-cart-price-3 {
  color: #ea2e49;
}
.cart-wrap-3.cart-wrap-3-white button span.count-style-3 {
  color: #030512;
  border: 1px solid #030512;
}
.cart-wrap-3.cart-wrap-hm9 button i {
  margin-right: 36px;
}

.category-menu-wrap {
  position: relative;
}
.category-menu-wrap h3 {
  font-size: 14px;
  color: #fff;
  letter-spacing: 0.2px;
  font-weight: 500;
  text-transform: uppercase;
  margin: 0;
}
.category-menu-wrap h3 a {
  color: #fff;
}
.category-menu-wrap h3 a img {
  margin-right: 32px;
}
.category-menu-wrap h3 a img.category-menu-stick {
  display: none;
}
.category-menu-wrap h3 a i {
  margin-left: 11px;
}

.category-menu {
  border: 1px solid #77c4d3;
  width: 290px;
  position: absolute;
  top: 205%;
  left: 0;
  z-index: 9;
  background-color: #fff;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  padding: 23px 0 25px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .category-menu {
    left: 50%;
    transform: translateX(-50%);
  }
}
@media only screen and (max-width: 767px) {
  .category-menu {
    left: 50%;
    transform: translateX(-50%);
  }
}
.category-menu nav > ul > li {
  margin-bottom: 23px;
  position: relative;
}
.category-menu nav > ul > li:last-child {
  margin-bottom: 0px;
}
@media only screen and (min-width: 1367px) and (max-width: 1600px) {
  .category-menu nav > ul > li {
    margin-bottom: 8px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1366px) {
  .category-menu nav > ul > li {
    margin-bottom: 8px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .category-menu nav > ul > li {
    margin-bottom: 6px;
  }
}
.category-menu nav > ul > li > a {
  color: #333745;
  padding: 0 40px;
  display: block;
}
.category-menu nav > ul > li > a span {
  float: right;
  font-size: 14px;
  color: #616161;
  position: relative;
  top: 1px;
}
.category-menu nav > ul > li .category-menu-dropdown {
  position: absolute;
  left: 100%;
  top: -22px;
  width: 570px;
  background-color: #fff;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  padding: 30px 52px 40px 30px;
  margin-left: 1px;
  transform: rotateX(90deg);
  transform-origin: center top 0;
  transition: all 0.5s ease 0s;
  visibility: hidden;
  z-index: 99;
  box-shadow: 0 0 30px 0.4px rgba(0, 0, 0, 0.1);
}
.category-menu nav > ul > li .category-menu-dropdown .single-category-menu {
  display: inline-block;
  width: 50%;
  float: left;
}
.category-menu nav > ul > li .category-menu-dropdown .single-category-menu.ct-menu-mrg-bottom {
  margin-bottom: 74px;
}
.category-menu nav > ul > li .category-menu-dropdown .single-category-menu.ct-menu-mrg-left {
  padding-left: 38px;
}
.category-menu nav > ul > li .category-menu-dropdown .single-category-menu.category-menu-border {
  position: relative;
}
.category-menu nav > ul > li .category-menu-dropdown .single-category-menu.category-menu-border:before {
  position: absolute;
  content: "";
  bottom: -36px;
  left: 0;
  background-color: #d6d7da;
  height: 1px;
  width: 180px;
}
.category-menu nav > ul > li .category-menu-dropdown .single-category-menu h4 {
  color: #333745;
  font-weight: 500;
  font-size: 14px;
  margin: 0 0 18px;
  letter-spacing: 0.2px;
  text-transform: uppercase;
}
.category-menu nav > ul > li .category-menu-dropdown .single-category-menu ul li {
  padding: 0 0 9px;
}
.category-menu nav > ul > li .category-menu-dropdown .single-category-menu ul li:last-child {
  padding: 0 0 0px;
}
.category-menu nav > ul > li .category-menu-dropdown .single-category-menu ul li a {
  color: #333745;
}
.category-menu nav > ul > li .category-menu-dropdown .single-category-menu ul li a:hover {
  color: #ea2e49;
}
.category-menu nav > ul > li .category-menu-dropdown .single-category-menu > a img {
  width: 100%;
}
@media only screen and (min-width: 1367px) and (max-width: 1600px) {
  .category-menu nav > ul > li .category-menu-dropdown.ct-menu-res-height-1 {
    height: 280px;
    overflow-y: auto;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1366px) {
  .category-menu nav > ul > li .category-menu-dropdown.ct-menu-res-height-1 {
    height: 280px;
    overflow-y: auto;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .category-menu nav > ul > li .category-menu-dropdown.ct-menu-res-height-1 {
    height: 280px;
    overflow-y: auto;
  }
}
.category-menu nav > ul > li .cr-menu-desktop-none {
  display: none;
  padding: 15px 0 0 60px;
}
.category-menu nav > ul > li .cr-menu-desktop-none li {
  padding: 0 0 6px;
}
.category-menu nav > ul > li .cr-menu-desktop-none li:last-child {
  padding: 0 0 0px;
}
.category-menu nav > ul > li .cr-menu-desktop-none li a {
  display: block;
  padding: 0 40px 0 0;
}
.category-menu nav > ul > li .cr-menu-desktop-none li a i {
  float: right;
  font-size: 12px;
}
.category-menu nav > ul > li .cr-menu-desktop-none li ul {
  padding: 10px 0 0;
}
.category-menu nav > ul > li .cr-menu-desktop-none li ul li a {
  padding: 0 0px 0 20px;
}
.category-menu nav > ul > li:hover > a, .category-menu nav > ul > li:hover > a span {
  color: #ea2e49;
}
.category-menu nav > ul > li:hover .category-menu-dropdown {
  transform: rotateX(0deg);
  visibility: visible;
}

.ct-menu-small-device {
  display: none;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .ct-menu-small-device {
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  .ct-menu-small-device {
    display: block;
  }
}
.ct-menu-small-device .category-menu-wrap h3 {
  display: flex;
  justify-content: center;
}
.ct-menu-small-device .category-menu-wrap .category-menu {
  display: none;
}

.sidebar-main-menu {
  text-align: right;
}
.sidebar-main-menu a.clickable-mainmenu-button {
  width: 120px;
  height: 150px;
  background-color: #232323;
  line-height: 150px;
  display: inline-block;
  text-align: center;
}

.clickable-mainmenu-active {
  position: fixed;
  top: 0;
  width: 330px;
  height: 100vh;
  bottom: 0;
  z-index: 111;
  right: -330px;
  visibility: hidden;
  opacity: 1;
  transition: all 400ms ease-out;
  background-color: #fff;
  box-shadow: 0 0 87px 0 rgba(0, 0, 0, 0.09);
  z-index: 9999;
}
@media only screen and (max-width: 767px) {
  .clickable-mainmenu-active {
    width: 260px;
    right: -260px;
  }
}
.clickable-mainmenu-active.inside {
  visibility: visible;
  opacity: 1;
  right: 0px;
}
.clickable-mainmenu-active .clickable-mainmenu-close {
  position: absolute;
  left: -60px;
  top: 0px;
  z-index: 9;
  width: 60px;
  height: 60px;
  color: #fff;
  line-height: 60px;
  text-align: center;
  font-size: 25px;
  background-color: #343538;
}
.clickable-mainmenu-active .clickable-mainmenu-close i {
  transition: all 0.3s ease-in-out;
  display: inline-block;
  color: #fff;
}
.clickable-mainmenu-active .clickable-mainmenu-close:hover i {
  color: #008cff;
  transform: rotate(90deg);
}
.clickable-mainmenu-active .click-mainmenu-aside-wrap {
  padding: 70px 30px 80px;
  overflow: auto;
  height: 100%;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .clickable-mainmenu-active .click-mainmenu-aside-wrap {
    padding: 30px 20px 80px;
  }
}
@media only screen and (max-width: 767px) {
  .clickable-mainmenu-active .click-mainmenu-aside-wrap {
    padding: 30px 20px 50px;
  }
}
.clickable-mainmenu-active .click-mainmenu-aside-wrap .click-mainmenu-wrap {
  border-bottom: 1px solid #ddd;
  margin-bottom: 36px;
  padding-bottom: 27px;
}
.clickable-mainmenu-active .click-mainmenu-aside-wrap .click-mainmenu-wrap nav {
  height: 100%;
}
.clickable-mainmenu-active .click-mainmenu-aside-wrap .click-mainmenu-wrap nav .sidebar-menu li {
  display: block;
  position: relative;
}
.clickable-mainmenu-active .click-mainmenu-aside-wrap .click-mainmenu-wrap nav .sidebar-menu li.menu-item-has-children .menu-expand {
  line-height: 50;
  top: -1px;
  left: 95%;
  width: 30px;
  position: absolute;
  height: 50px;
  text-align: center;
  cursor: pointer;
}
.clickable-mainmenu-active .click-mainmenu-aside-wrap .click-mainmenu-wrap nav .sidebar-menu li.menu-item-has-children .menu-expand i {
  display: block;
  position: relative;
  width: 15px;
  margin-top: 25px;
  border-bottom: 1px solid #000;
  transition: all 250ms ease-out;
}
.clickable-mainmenu-active .click-mainmenu-aside-wrap .click-mainmenu-wrap nav .sidebar-menu li.menu-item-has-children .menu-expand i::before {
  top: 0;
  width: 100%;
  content: "";
  display: block;
  position: absolute;
  transform: rotate(90deg);
  border-bottom: 1px solid #000;
  transition: 0.4s;
}
.clickable-mainmenu-active .click-mainmenu-aside-wrap .click-mainmenu-wrap nav .sidebar-menu li.menu-item-has-children.active > .menu-expand i::before {
  transform: rotate(0);
}
.clickable-mainmenu-active .click-mainmenu-aside-wrap .click-mainmenu-wrap nav .sidebar-menu li a {
  font-size: 18px;
  text-transform: capitalize;
  line-height: 18px;
  position: relative;
  display: inline-block;
  padding: 15px 0;
  font-family: "Roboto", sans-serif;
  color: #000;
}
.clickable-mainmenu-active .click-mainmenu-aside-wrap .click-mainmenu-wrap nav .sidebar-menu li a:hover {
  color: #008cff;
}
.clickable-mainmenu-active .click-mainmenu-aside-wrap .click-mainmenu-wrap nav .sidebar-menu li ul li a {
  padding: 7px 20px 7px;
  font-size: 14px;
  color: #222;
  font-weight: 400;
}
.clickable-mainmenu-active .click-mainmenu-aside-wrap .click-mainmenu-wrap nav .sidebar-menu li ul li a:hover {
  color: #008cff;
}
.clickable-mainmenu-active .click-mainmenu-aside-wrap .click-mainmenu-wrap nav .sidebar-menu li ul li ul li a {
  padding: 10px 20px 5px 40px;
  font-size: 14px;
  color: #000000;
  font-weight: 300;
}
.clickable-mainmenu-active .click-mainmenu-aside-wrap .click-mainmenu-social-wrap {
  margin-bottom: 20px;
}
.clickable-mainmenu-active .click-mainmenu-aside-wrap .click-mainmenu-social-wrap a {
  font-size: 16px;
  margin-right: 20px;
}
.clickable-mainmenu-active .click-mainmenu-aside-wrap .click-mainmenu-social-wrap a:last-child {
  margin-right: 0;
}
.clickable-mainmenu-active .click-mainmenu-aside-wrap .click-mainmenu-social-wrap a.facebook {
  color: #3b5999;
}
.clickable-mainmenu-active .click-mainmenu-aside-wrap .click-mainmenu-social-wrap a.twitter {
  color: #55acee;
}
.clickable-mainmenu-active .click-mainmenu-aside-wrap .click-mainmenu-social-wrap a.pinterest {
  color: #bd081c;
}
.clickable-mainmenu-active .click-mainmenu-aside-wrap .click-mainmenu-social-wrap a.instagram {
  color: #e4405f;
}
.clickable-mainmenu-active .click-mainmenu-aside-wrap .click-mainmenu-social-wrap a.google {
  color: #dd4b39;
}

.header-cart-icon {
  background: url("../images/cart-full.svg") no-repeat center;
  background-size: 20px 20px;
  display: inline-block;
  width: 20px;
  height: 20px;
  line-height: 20px;
  vertical-align: middle;
}
.header-cart-icon::before {
  content: "";
  background-image: url("../images/blue-cart-full.svg");
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-cart-icon {
    margin-left: 6px;
  }
}
@media only screen and (max-width: 767px) {
  .header-cart-icon {
    margin-left: 6px;
  }
}

.cart-empty .header-cart-icon {
  background: url(../images/cart.svg) no-repeat center;
  background-size: 20px 20px;
}
.cart-empty .header-cart-icon::before {
  content: "";
  background-image: url("../images/blue-cart.svg");
}

.header-login a:hover .header-cart-icon {
  background-image: url("../images/blue-cart-full.svg");
}

.header-login.cart-empty a:hover .header-cart-icon {
  background: url("../images/blue-cart.svg") no-repeat center;
  background-size: 20px 20px;
}

/*-------- 3. Slider style ---------*/
.slider-area {
  position: relative;
}
.slider-area .single-slider {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .slider-area .single-slider {
    display: block;
    align-items: inherit;
    padding: 0px 0 70px;
  }
  .slider-area .single-slider.height-100vh {
    height: auto;
  }
}
.slider-area .nav-style-1 .owl-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 20px;
}
.slider-area .nav-style-1 .owl-nav button {
  display: block;
}
.slider-area .nav-style-1 .owl-nav .owl-prev {
  margin-bottom: 62px;
  transition: all 0.3s ease 0s;
}
.slider-area .nav-style-1 .owl-nav .owl-prev:hover {
  color: #008cff;
}
@media only screen and (max-width: 767px) {
  .slider-area .nav-style-1 .owl-nav .owl-prev {
    margin-bottom: 35px;
  }
}
.slider-area .nav-style-1 .owl-nav .owl-next {
  margin-top: 63px;
  transition: all 0.3s ease 0s;
}
.slider-area .nav-style-1 .owl-nav .owl-next:hover {
  color: #008cff;
}
@media only screen and (max-width: 767px) {
  .slider-area .nav-style-1 .owl-nav .owl-next {
    margin-top: 35px;
  }
}
.slider-area .nav-style-1.nav-dot-left .owl-nav {
  left: 50px;
}
@media only screen and (max-width: 767px) {
  .slider-area .nav-style-1.nav-dot-left .owl-nav {
    left: 15px;
  }
}
.slider-area .dot-style-1 .owl-dots {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 50px;
  font-size: 20px;
}
@media only screen and (max-width: 767px) {
  .slider-area .dot-style-1 .owl-dots {
    left: 15px;
  }
}
.slider-area .dot-style-1 .owl-dots .owl-dot {
  display: none;
  font-size: 20px;
}
.slider-area .dot-style-1 .owl-dots .owl-dot.active {
  display: block;
}
.slider-area .dot-style-1 .owl-dots.nav-dot-left .owl-dots {
  left: 50px;
}
.slider-area .nav-style-3 .owl-nav {
  position: absolute;
  left: 0;
  bottom: 13px;
}
.slider-area .nav-style-3 .owl-nav button {
  display: inline-block;
  font-size: 30px;
  width: 63px;
  height: 75px;
  background-color: #ffffff;
  margin-right: 4px;
  line-height: 75px;
  color: #010211;
  text-align: center;
  transition: all 0.3s ease 0s;
}
@media only screen and (max-width: 767px) {
  .slider-area .nav-style-3 .owl-nav button {
    line-height: 50px;
    height: 50px;
    width: 48px;
    font-size: 25px;
  }
}
.slider-area .nav-style-3 .owl-nav button:hover {
  color: #008cff;
}
.slider-area .nav-style-4 .owl-nav {
  position: absolute;
  right: 7px;
  bottom: 8px;
}
.slider-area .nav-style-4 .owl-nav button {
  display: inline-block;
  font-size: 24px;
  width: 65px;
  height: 50px;
  margin: 0 1px;
  line-height: 50px;
  color: #585e66;
  text-align: center;
  transition: all 0.3s ease 0s;
  background-color: #d1d9e9;
}
@media only screen and (max-width: 767px) {
  .slider-area .nav-style-4 .owl-nav button {
    line-height: 50px;
    height: 50px;
    width: 48px;
    font-size: 25px;
  }
}
.slider-area .nav-style-4 .owl-nav button:hover {
  color: #008cff;
}
.slider-area .nav-style-5 .owl-nav {
  position: absolute;
  right: 30px;
  bottom: 30px;
}
.slider-area .nav-style-5 .owl-nav button {
  display: inline-block;
  font-size: 24px;
  width: 65px;
  height: 50px;
  margin: 0 1px;
  line-height: 50px;
  color: #585e66;
  text-align: center;
  transition: all 0.3s ease 0s;
  background-color: #edf5f4;
}
@media only screen and (max-width: 767px) {
  .slider-area .nav-style-5 .owl-nav button {
    line-height: 50px;
    height: 50px;
    width: 48px;
    font-size: 25px;
  }
}
.slider-area .nav-style-5 .owl-nav button:hover {
  color: #008cff;
}
.slider-content-1 {
  margin-top: 65px;
}
.slider-content-1 h3 {
  font-size: 80px;
  font-family: "Marck Script", cursive;
  color: #008cff;
  margin: 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .slider-content-1 h3 {
    font-size: 70px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider-content-1 h3 {
    font-size: 65px;
  }
}
@media only screen and (max-width: 767px) {
  .slider-content-1 h3 {
    font-size: 50px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .slider-content-1 h3 {
    font-size: 45px;
  }
}
.slider-content-1 h1 {
  font-size: 70px;
  font-weight: bold;
  margin: 29px 0 14px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .slider-content-1 h1 {
    font-size: 55px;
    margin: 20px 0 14px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider-content-1 h1 {
    font-size: 50px;
    margin: 10px 0 14px;
  }
}
@media only screen and (max-width: 767px) {
  .slider-content-1 h1 {
    font-size: 40px;
    margin: 16px 0 10px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .slider-content-1 h1 {
    font-size: 32px;
    margin: 10px 0 10px;
  }
}
.slider-content-1 p {
  font-size: 22px;
  margin: 0px 0 44px;
  font-family: "Poppins", sans-serif;
  color: #010225;
  letter-spacing: 0.2px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .slider-content-1 p {
    font-size: 22px;
  }
}
@media only screen and (max-width: 767px) {
  .slider-content-1 p {
    font-size: 18px;
    margin: 0px 0 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider-content-1.ml-70 {
    margin-left: 0;
  }
}
@media only screen and (max-width: 767px) {
  .slider-content-1 {
    margin-top: 35px;
    text-align: center;
  }
  .slider-content-1.ml-70 {
    margin-left: 0;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .slider-content-1 {
    margin-top: 70px;
    text-align: left;
  }
}

.slider-sin-img-hm1.slider-sin-mrg1 {
  margin-left: -205px;
  margin-right: -35px;
  margin-top: 140px;
}
@media only screen and (min-width: 1367px) and (max-width: 1600px) {
  .slider-sin-img-hm1.slider-sin-mrg1 {
    margin-left: -80px;
    margin-right: 0px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1366px) {
  .slider-sin-img-hm1.slider-sin-mrg1 {
    margin-left: 0px;
    margin-right: 0px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .slider-sin-img-hm1.slider-sin-mrg1 {
    margin-left: -80px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider-sin-img-hm1.slider-sin-mrg1 {
    margin-left: -122px;
    margin-right: 0;
    margin-top: 95px;
  }
}
@media only screen and (max-width: 767px) {
  .slider-sin-img-hm1.slider-sin-mrg1 {
    margin-left: 0px;
    margin-right: 0;
    margin-top: 130px;
  }
}

.slider-sin-img-hm2.slider-sin-mrg2 {
  margin-right: 70px;
  margin-left: -56px;
}
@media only screen and (min-width: 1367px) and (max-width: 1600px) {
  .slider-sin-img-hm2.slider-sin-mrg2 {
    margin-left: 0px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1366px) {
  .slider-sin-img-hm2.slider-sin-mrg2 {
    margin-left: 0px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .slider-sin-img-hm2.slider-sin-mrg2 {
    margin-right: 50px;
    margin-left: 0px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider-sin-img-hm2.slider-sin-mrg2 {
    margin-left: 0px;
    margin-right: 0px;
  }
}
@media only screen and (max-width: 767px) {
  .slider-sin-img-hm2.slider-sin-mrg2 {
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 40px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .slider-sin-img-hm2.slider-sin-mrg2 {
    margin-top: 0px;
  }
}

.slider-height-2 {
  padding: 67px 0 0 0;
}
@media only screen and (min-width: 1367px) and (max-width: 1600px) {
  .slider-height-2 {
    padding: 50px 0 0 0;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1366px) {
  .slider-height-2 {
    padding: 30px 0 0 0;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .slider-height-2 {
    padding: 30px 0 0 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider-height-2 {
    padding: 30px 0 0 0;
  }
}

.single-slider-2 {
  display: flex;
  align-items: flex-end;
}

.slider-content-2 {
  position: relative;
  margin-top: -30px;
}
.slider-content-2:before {
  position: absolute;
  left: -20px;
  top: -39px;
  content: "";
  width: 30px;
  height: 407px;
  background-color: #ffe9e2;
}
@media only screen and (max-width: 767px) {
  .slider-content-2:before {
    top: -10px;
    height: 380px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .slider-content-2:before {
    top: -20px;
    height: 380px;
  }
}
.slider-content-2 h1 {
  font-weight: bold;
  color: #010211;
  letter-spacing: 0.2px;
  line-height: 70px;
  font-size: 60px;
  margin: 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .slider-content-2 h1 {
    line-height: 60px;
    font-size: 45px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider-content-2 h1 {
    line-height: 50px;
    font-size: 35px;
  }
}
@media only screen and (max-width: 767px) {
  .slider-content-2 h1 {
    line-height: 43px;
    font-size: 28px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .slider-content-2 h1 {
    line-height: 36px;
    font-size: 24px;
  }
}
.slider-content-2 p {
  font-size: 16px;
  letter-spacing: 0.2px;
  line-height: 26px;
  color: #010211;
  width: 70%;
  margin: 9px 0 23px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider-content-2 p {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .slider-content-2 p {
    width: 100%;
    margin: 9px 0 15px;
  }
}
.slider-content-2 .slider-price-video {
  display: flex;
  align-items: center;
  margin: 0 0 28px;
  z-index: 9;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .slider-content-2 .slider-price-video {
    margin: 0 0 20px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .slider-content-2 .slider-price-video {
    margin: 0 0 15px;
  }
}
.slider-content-2 .slider-price-video .slider-price span {
  font-weight: bold;
  font-size: 40px;
  color: #010211;
  letter-spacing: 0.2px;
  display: block;
  line-height: 1;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider-content-2 .slider-price-video .slider-price span {
    font-size: 28px;
  }
}
@media only screen and (max-width: 767px) {
  .slider-content-2 .slider-price-video .slider-price span {
    font-size: 22px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .slider-content-2 .slider-price-video .slider-price span {
    font-size: 20px;
  }
}
.slider-content-2 .slider-price-video .slider-video {
  margin-left: 45px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider-content-2 .slider-price-video .slider-video {
    margin-left: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .slider-content-2 .slider-price-video .slider-video {
    margin-left: 15px;
  }
}
.slider-content-2 .slider-price-video .slider-video a {
  font-size: 16px;
  color: #010211;
  letter-spacing: 0.2px;
  display: flex;
  align-items: center;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .slider-content-2 .slider-price-video .slider-video a {
    font-size: 15px;
    letter-spacing: 0px;
  }
}
.slider-content-2 .slider-price-video .slider-video a i {
  font-size: 36px;
  color: #008cff;
  margin-right: 10px;
}
.slider-content-2 .slider-price-video .slider-video a:hover {
  color: #008cff;
}

.owl-item .slider-content * {
  animation-duration: 1.3s;
  animation-fill-mode: both;
}

.owl-item.active .slider-animated-1 h3 {
  animation-delay: 1s;
  animation-name: fadeInRight;
}
.owl-item.active .slider-animated-1 h5 {
  animation-delay: 1s;
  animation-name: fadeInRight;
}
.owl-item.active .slider-animated-1 h1 {
  animation-delay: 1.3s;
  animation-name: fadeInRight;
}
.owl-item.active .slider-animated-1 img {
  animation-delay: 1.3s;
  animation-name: fadeInRight;
}
.owl-item.active .slider-animated-1 p {
  animation-delay: 1.5s;
  animation-name: fadeInRight;
}
.owl-item.active .slider-animated-1 a {
  animation-delay: 1.6s;
  animation-name: fadeInRight;
}
.owl-item.active .slider-animated-1.slider-sin-img-hm1 img {
  animation-delay: 1.6s;
  animation-name: fadeInLeft;
}
.owl-item.active .slider-animated-1.slider-sin-img-hm9 img {
  animation-delay: 1.6s;
  animation-name: fadeInLeft;
}
.owl-item.active .slider-animated-2 h1 {
  animation-delay: 1.3s;
  animation-name: fadeInUp;
}
.owl-item.active .slider-animated-2 p {
  animation-delay: 1.5s;
  animation-name: fadeInUp;
}
.owl-item.active .slider-animated-2 span {
  animation-delay: 1.6s;
  animation-name: fadeInUp;
}
.owl-item.active .slider-animated-2 .slider-video a {
  animation-delay: 1.6s;
  animation-name: fadeInUp;
}
.owl-item.active .slider-animated-2 a {
  animation-delay: 1.8s;
  animation-name: fadeInUp;
}
.owl-item.active .slider-animated-2.slider-sin-img-hm2 img {
  animation-delay: 1.9s;
  animation-name: fadeInUp;
}

.slider-height-3 {
  height: 800px;
  display: flex;
  align-items: center;
  margin: 0 100px;
}
@media only screen and (min-width: 1367px) and (max-width: 1600px) {
  .slider-height-3 {
    margin: 0 65px;
    height: 650px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1366px) {
  .slider-height-3 {
    margin: 0 15px;
    height: 650px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .slider-height-3 {
    margin: 0 30px;
    height: 500px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider-height-3 {
    margin: 0 45px;
    height: 450px;
    background-position: 43%;
  }
}
@media only screen and (max-width: 767px) {
  .slider-height-3 {
    margin: 0 15px;
    height: 420px;
    background-position: 20%;
  }
}

.slider-content-3 {
  margin-top: -12px;
  position: relative;
  z-index: 9;
}
.slider-content-3 h1 {
  font-size: 48px;
  line-height: 65px;
  font-weight: bold;
  color: #008cff;
  margin: 0;
  letter-spacing: 0.2px;
}
@media only screen and (min-width: 1200px) and (max-width: 1366px) {
  .slider-content-3 h1 {
    font-size: 40px;
    line-height: 55px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .slider-content-3 h1 {
    font-size: 32px;
    line-height: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider-content-3 h1 {
    font-size: 32px;
    line-height: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .slider-content-3 h1 {
    font-size: 24px;
    line-height: 35px;
  }
}
.slider-content-3 p {
  font-size: 16px;
  color: #535252;
  line-height: 30px;
  letter-spacing: 0.2px;
  margin: 16px 0 34px;
  font-family: "Roboto", sans-serif;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .slider-content-3 p {
    margin: 10px 0 28px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider-content-3 p {
    margin: 7px 0 25px;
  }
}
@media only screen and (max-width: 767px) {
  .slider-content-3 p {
    margin: 6px 0 19px;
    color: #000;
  }
}

.slider-sin-img-hm4 {
  height: 100vh;
}
@media only screen and (max-width: 767px) {
  .slider-sin-img-hm4 {
    height: auto;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider-sin-img-hm4 {
    height: auto;
    margin: 85px 0 0;
  }
}
.slider-sin-img-hm4 img {
  width: auto;
  margin-left: -124px;
}
@media only screen and (min-width: 1367px) and (max-width: 1600px) {
  .slider-sin-img-hm4 img {
    width: 100%;
    margin-left: -78px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1366px) {
  .slider-sin-img-hm4 img {
    width: 100%;
    margin-left: -68px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .slider-sin-img-hm4 img {
    width: 100%;
    margin-left: -55px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider-sin-img-hm4 img {
    width: 100%;
    margin-left: 0px;
  }
}
@media only screen and (max-width: 767px) {
  .slider-sin-img-hm4 img {
    width: 100%;
    margin-left: 15px;
  }
}

.slider-content-4 {
  padding: 90px 0 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider-content-4 {
    padding: 77px 0 0px;
  }
}
@media only screen and (max-width: 767px) {
  .slider-content-4 {
    padding: 100px 0 30px;
  }
}
.slider-content-4 h1 {
  font-size: 72px;
  color: #663e27;
  letter-spacing: 0.2px;
  font-weight: bold;
  line-height: 90px;
  font-family: "Roboto Slab", serif;
}
@media only screen and (min-width: 1367px) and (max-width: 1600px) {
  .slider-content-4 h1 {
    font-size: 65px;
    line-height: 75px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1366px) {
  .slider-content-4 h1 {
    font-size: 52px;
    line-height: 60px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .slider-content-4 h1 {
    font-size: 45px;
    line-height: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider-content-4 h1 {
    font-size: 35px;
    line-height: 46px;
  }
}
@media only screen and (max-width: 767px) {
  .slider-content-4 h1 {
    font-size: 35px;
    line-height: 45px;
  }
}
.slider-content-4 p {
  color: #a1a1a1;
  font-size: 16px;
  letter-spacing: 0.2px;
  line-height: 26px;
  margin: 11px 0 38px;
  width: 68%;
  font-family: "Roboto", sans-serif;
}
@media only screen and (min-width: 1200px) and (max-width: 1366px) {
  .slider-content-4 p {
    width: 77%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .slider-content-4 p {
    width: 90%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider-content-4 p {
    width: 90%;
    margin: 11px 0 17px;
  }
}
@media only screen and (max-width: 767px) {
  .slider-content-4 p {
    width: 100%;
    margin: 11px 0 20px;
  }
}
.slider-content-4 .slider-btn-4 > a {
  padding: 5px 8px 5px 48px;
  border: 1px solid #663e27;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  line-height: 1;
  display: inline-block;
  font-size: 16px;
  color: #663e27;
  letter-spacing: 0.2px;
}
.slider-content-4 .slider-btn-4 > a span {
  position: relative;
  top: -2px;
  right: 18px;
}
.slider-content-4 .slider-btn-4 > a > i {
  font-size: 20px;
  color: #ffffff;
  background-color: #663e27;
  width: 30px;
  height: 30px;
  line-height: 29px;
  display: inline-block;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  text-align: center;
  transition: all 0.3s ease 0s;
}
.slider-content-4 .slider-btn-4 > a:hover {
  color: #ffffff;
  border: 1px solid #008cff;
  background-color: #008cff;
}
.slider-content-4 .slider-btn-4 > a:hover i {
  color: #008cff;
  background-color: #ffffff;
}
@media only screen and (min-width: 1367px) and (max-width: 1600px) {
  .slider-content-4.ml-150 {
    margin-left: 65px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1366px) {
  .slider-content-4.ml-150 {
    margin-left: 15px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .slider-content-4.ml-150 {
    margin-left: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider-content-4.ml-150 {
    margin-left: 45px;
  }
}
@media only screen and (max-width: 767px) {
  .slider-content-4.ml-150 {
    margin-left: 15px;
    margin-right: 15px;
  }
}

.slider-height-5 {
  height: 570px;
  display: flex;
  align-items: center;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .slider-height-5 {
    height: 454px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider-height-5 {
    height: 430px;
  }
}
@media only screen and (max-width: 767px) {
  .slider-height-5 {
    height: 400px;
    background-position: 85%;
  }
}

.slider-content-5 {
  margin-left: 60px;
  z-index: 9;
}
@media only screen and (max-width: 767px) {
  .slider-content-5 {
    margin-left: 20px;
  }
}
.slider-content-5 h1 {
  font-size: 40px;
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .slider-content-5 h1 {
    font-size: 28px;
  }
}
.slider-content-5 h1 span {
  font-weight: bold;
}
.slider-content-5 h1 span.text-red {
  color: #008cff;
}
.slider-content-5 p {
  color: #373737;
  font-size: 16px;
  line-height: 26px;
  margin: 12px 0 19px;
  width: 58%;
  font-family: "Roboto", sans-serif;
}
@media only screen and (max-width: 767px) {
  .slider-content-5 p {
    width: 95%;
    color: #000;
  }
}
.slider-content-5 .slider-btn-5 a {
  font-weight: bold;
  color: #373737;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  border: 1px solid #5f5f5f;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  line-height: 1;
  padding: 14px 30px 12px;
  z-index: 9;
}
.slider-content-5 .slider-btn-5 a:hover {
  border: 1px solid #008cff;
  color: #ffffff;
}

.slider-height-6 {
  height: 700px;
  display: flex;
  align-items: center;
}
@media only screen and (min-width: 1367px) and (max-width: 1600px) {
  .slider-height-6 {
    height: 600px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1366px) {
  .slider-height-6 {
    height: 600px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .slider-height-6 {
    height: 454px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider-height-6 {
    height: 430px;
  }
}
@media only screen and (max-width: 767px) {
  .slider-height-6 {
    height: auto;
    background-position: 85%;
    padding: 50px 0 30px;
  }
}

.slider-content-6 {
  margin-top: -60px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .slider-content-6 {
    margin-top: 0px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider-content-6 {
    margin-top: 0px;
  }
}
@media only screen and (max-width: 767px) {
  .slider-content-6 {
    margin-top: 0px;
    margin-bottom: 20px;
    text-align: center;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .slider-content-6 {
    text-align: left;
  }
}
.slider-content-6 h1 {
  font-size: 40px;
  font-weight: bold;
  color: #ffffff;
  margin: 0;
  line-height: 1;
}
.slider-content-6 p {
  font-size: 16px;
  color: #d1d1d1;
  margin: 26px 0 26px;
  line-height: 26px;
}
.slider-content-6 .slider-btn-6 a {
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 1px;
  color: #fff;
  background-color: #008cff;
  display: inline-block;
  line-height: 1;
  padding: 12px 30px 11px;
  z-index: 1;
}
.slider-content-6 .slider-btn-6 a:hover {
  border: none;
  color: #008cff;
}

.slider-sin-img-hm6 {
  margin-left: 70px;
  position: relative;
  margin-top: 10px;
}
.slider-sin-img-hm6 img {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .slider-sin-img-hm6 {
    margin-left: 0px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .slider-sin-img-hm6 {
    margin-top: 0px;
  }
}
.slider-sin-img-hm6 .slider-price {
  position: absolute;
  top: 95px;
  left: 57px;
  animation-iteration-count: infinite;
  animation-name: bounce-img;
  animation-duration: 2.2s;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider-sin-img-hm6 .slider-price {
    top: 60px;
    left: 10px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .slider-sin-img-hm6 .slider-price {
    top: 60px;
    left: 6px;
  }
}
.slider-sin-img-hm6 .slider-price h4 {
  font-size: 20px;
  font-weight: bold;
  margin: 0;
  color: #fff;
  width: 78px;
  height: 78px;
  background-color: #141135;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  line-height: 78px;
  text-align: center;
  position: relative;
}
.slider-sin-img-hm6 .slider-price h4:before {
  width: 93px;
  height: 93px;
  position: absolute;
  content: "";
  top: -8px;
  left: -8px;
  border: 8px solid #462a63;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
}
.slider-sin-img-hm6 .slider-price h4:after {
  width: 107px;
  height: 107px;
  position: absolute;
  content: "";
  top: -15px;
  left: -15px;
  border: 8px solid #2a1440;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
}

/* slider text bounce */
@keyframes bounce-img {
  0% {
    opacity: 1;
    transform: translateY(0px);
  }
  50% {
    opacity: 1;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}
.slider-height-8 {
  height: 570px;
  display: flex;
  align-items: center;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider-height-8 {
    height: 450px;
  }
}
@media only screen and (max-width: 767px) {
  .slider-height-8 {
    height: 370px;
    background-position: 100%;
  }
}

.slider-content-8 {
  margin-left: 113px;
  z-index: 9;
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider-content-8 {
    margin-left: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .slider-content-8 {
    margin-left: 15px;
  }
}
.slider-content-8 h1 {
  font-weight: bold;
  font-size: 50px;
  color: #333745;
  margin: 0;
  line-height: 41px;
}
@media only screen and (max-width: 767px) {
  .slider-content-8 h1 {
    font-size: 30px;
    line-height: 35px;
  }
}
.slider-content-8 p {
  font-size: 16px;
  color: #333745;
  margin: 21px 0 30px;
  line-height: 25px;
  width: 58%;
}
@media only screen and (max-width: 767px) {
  .slider-content-8 p {
    margin: 10px 0 25px;
    width: 90%;
    color: #000;
  }
}
.slider-content-8 .slider-btn-8 a {
  color: #fff;
  letter-spacing: 0.2px;
  display: inline-block;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  background-color: #ea2e49;
  padding: 12px 30px;
}

.dot-style-2 {
  position: relative;
}
.dot-style-2 .owl-dots {
  position: absolute;
  bottom: 30px;
  left: 29.4%;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .dot-style-2 .owl-dots {
    left: 7%;
  }
}
@media only screen and (max-width: 767px) {
  .dot-style-2 .owl-dots {
    left: 4%;
  }
}
.dot-style-2 .owl-dots .owl-dot {
  background-color: #e9b2bb;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  display: inline-block;
  margin: 0 7px;
  transition: all 0.3s ease 0s;
}
.dot-style-2 .owl-dots .owl-dot.active, .dot-style-2 .owl-dots .owl-dot:hover {
  background-color: #ea2e49;
}

.slider-height-9 {
  padding-top: 130px;
}

.slider-sin-img-hm9 {
  margin: 0 95px 0 48px;
}
@media only screen and (min-width: 1367px) and (max-width: 1600px) {
  .slider-sin-img-hm9 {
    margin: 0 130px 0 48px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1366px) {
  .slider-sin-img-hm9 {
    margin: 0 130px 0 48px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider-sin-img-hm9 {
    margin: 0 60px 0 20px;
  }
}
@media only screen and (max-width: 767px) {
  .slider-sin-img-hm9 {
    margin: 25px 0px 0 0px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .slider-sin-img-hm9 {
    margin: 0px 0px 0 0px;
  }
}

.slider-content-9 {
  margin-left: 70px;
  margin-top: -30px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .slider-content-9 {
    margin-left: 0px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider-content-9 {
    margin-left: 0px;
  }
}
@media only screen and (max-width: 767px) {
  .slider-content-9 {
    margin-left: 0px;
  }
}
.slider-content-9 img {
  width: 291px;
}
@media only screen and (max-width: 767px) {
  .slider-content-9 img {
    width: 200px;
  }
}
.slider-content-9 p {
  font-size: 18px;
  color: #000000;
  line-height: 30px;
  font-weight: 300;
  margin: 15px 0 35px;
  width: 85%;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider-content-9 p {
    margin: 10px 0 15px;
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .slider-content-9 p {
    margin: 10px 0 15px;
    width: 100%;
  }
}
.slider-content-9 .slider-btn-9 a {
  font-size: 16px;
  color: #000000;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.6px;
  display: inline-block;
  border: 1px solid #060606;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  line-height: 1;
  padding: 12px 40px 11px;
}
.slider-content-9 .slider-btn-9 a i {
  font-size: 18px;
  margin-left: 10px;
}
.slider-content-9 .slider-btn-9 a:hover {
  color: #fff;
  border: 1px solid #008cff;
}

.owl-carousel .owl-item .slider-content-9 img {
  width: 291px;
}
@media only screen and (max-width: 767px) {
  .owl-carousel .owl-item .slider-content-9 img {
    width: 200px;
  }
}

.slider-height-10 {
  height: 830px;
  display: flex;
  align-items: center;
}
@media only screen and (min-width: 1367px) and (max-width: 1600px) {
  .slider-height-10 {
    height: 650px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1366px) {
  .slider-height-10 {
    height: 650px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .slider-height-10 {
    height: 500px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider-height-10 {
    height: 450px;
    background-position: 30%;
  }
}
@media only screen and (max-width: 767px) {
  .slider-height-10 {
    height: 400px;
    background-position: 30%;
  }
}

.slider-content-10 {
  z-index: 9;
}
@media only screen and (max-width: 767px) {
  .slider-content-10 {
    text-align: center;
  }
}
.slider-content-10 h5 {
  font-size: 18px;
  color: #010225;
  font-weight: 300;
  line-height: 30px;
  margin: 0;
}
.slider-content-10 h1 {
  font-size: 50px;
  color: #010225;
  font-weight: 500;
  line-height: 40px;
  margin: 13px 0 38px;
  text-transform: uppercase;
}
@media only screen and (min-width: 1200px) and (max-width: 1366px) {
  .slider-content-10 h1 {
    font-size: 45px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .slider-content-10 h1 {
    font-size: 40px;
    margin: 13px 0 28px;
    line-height: 35px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider-content-10 h1 {
    font-size: 40px;
    margin: 10px 0 25px;
    line-height: 35px;
  }
}
@media only screen and (max-width: 767px) {
  .slider-content-10 h1 {
    font-size: 26px;
    margin: 8px 0 18px;
    line-height: 28px;
  }
}
.slider-content-10 .slider-btn-10 a {
  line-height: 1;
  display: inline-block;
  font-size: 18px;
  font-weight: 300;
  color: #010225;
  border: 1px solid #008cff;
  padding: 18px 40px 17px;
}
@media only screen and (max-width: 767px) {
  .slider-content-10 .slider-btn-10 a {
    padding: 15px 25px 14px;
    font-size: 15px;
  }
}
.slider-content-10 .slider-btn-10 a:hover {
  color: #ffffff;
}

.slider-content-border2 {
  position: relative;
}
.slider-content-border2::before {
  position: absolute;
  content: "";
  left: -23px;
  top: 8px;
  height: 103px;
  width: 1px;
  background-color: #008cff;
}
@media only screen and (max-width: 767px) {
  .slider-content-border2::before {
    left: 50px;
  }
}

.slider-height-7 {
  height: 100vh;
  display: flex;
  align-items: center;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider-height-7 {
    height: auto;
    padding: 100px 0 200px;
  }
}
@media only screen and (max-width: 767px) {
  .slider-height-7 {
    height: auto;
    padding: 100px 0 270px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .slider-height-7 {
    padding: 100px 0 230px;
  }
}

.slider-content-7 {
  padding-left: 86px;
}
@media only screen and (min-width: 1367px) and (max-width: 1600px) {
  .slider-content-7 {
    padding-left: 65px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1366px) {
  .slider-content-7 {
    padding-left: 0px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .slider-content-7 {
    padding-left: 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider-content-7 {
    padding-left: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .slider-content-7 {
    padding-left: 0px;
  }
}
.slider-content-7 h1 {
  font-size: 80px;
  color: #282828;
  line-height: 90px;
  margin: 0;
  font-family: "Roboto Mono", monospace;
  font-weight: bold;
}
@media only screen and (min-width: 1367px) and (max-width: 1600px) {
  .slider-content-7 h1 {
    font-size: 55px;
    line-height: 70px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1366px) {
  .slider-content-7 h1 {
    font-size: 55px;
    line-height: 70px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .slider-content-7 h1 {
    font-size: 44px;
    line-height: 60px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider-content-7 h1 {
    font-size: 55px;
    line-height: 70px;
  }
}
@media only screen and (max-width: 767px) {
  .slider-content-7 h1 {
    font-size: 33px;
    line-height: 45px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .slider-content-7 h1 {
    font-size: 40px;
    line-height: 55px;
  }
}
.slider-content-7 p {
  font-size: 18px;
  color: #282828;
  line-height: 30px;
  margin: 19px 0 0px;
  font-weight: 300;
  width: 86%;
}
@media only screen and (min-width: 1200px) and (max-width: 1366px) {
  .slider-content-7 p {
    font-size: 17px;
    width: 100%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .slider-content-7 p {
    font-size: 16px;
    width: 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider-content-7 p {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .slider-content-7 p {
    width: 100%;
    font-size: 16px;
  }
}

.slider-video-7 {
  position: absolute;
  bottom: 40px;
  left: 86px;
}
@media only screen and (min-width: 1367px) and (max-width: 1600px) {
  .slider-video-7 {
    left: 65px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1366px) {
  .slider-video-7 {
    left: 0px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .slider-video-7 {
    left: 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider-video-7 {
    left: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .slider-video-7 {
    left: 0px;
    bottom: 80px;
  }
}
.slider-video-7 a {
  display: flex;
  align-items: center;
  font-size: 18px;
  font-weight: 500;
  color: #008cff;
  text-transform: uppercase;
}
@media only screen and (max-width: 767px) {
  .slider-video-7 a {
    font-size: 14px;
  }
}
.slider-video-7 a i {
  font-size: 80px;
  color: #c3c3c3;
}
@media only screen and (max-width: 767px) {
  .slider-video-7 a i {
    font-size: 50px;
  }
}

.slider-social-wrap {
  position: absolute;
  bottom: 208px;
  right: -113px;
  transform: rotate(-90deg);
}
@media only screen and (max-width: 767px) {
  .slider-social-wrap {
    bottom: 40px;
    left: 15px;
    right: inherit;
    transform: inherit;
  }
}
.slider-social-wrap a {
  color: #ababab;
  display: inline-block;
  margin: 0 30px 0 0;
}
@media only screen and (max-width: 767px) {
  .slider-social-wrap a {
    margin: 0 12px 0 0;
  }
}
.slider-social-wrap a:hover {
  color: #008cff;
}

.slider7-border {
  position: relative;
  overflow: hidden;
}
.slider7-border:before {
  position: absolute;
  right: 120px;
  top: 0;
  height: 100%;
  width: 1px;
  background-color: #d5d4d4;
  content: "";
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider7-border:before {
    content: none;
  }
}
@media only screen and (max-width: 767px) {
  .slider7-border:before {
    content: none;
  }
}

.scroll-down {
  position: absolute;
  bottom: 70px;
  left: 0;
  right: 0;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .scroll-down {
    bottom: 105px;
  }
}
.scroll-down a {
  position: relative;
}
.scroll-down a:before {
  position: absolute;
  border: 3px solid #8c8c8c;
  width: 34px;
  height: 60px;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  content: "";
  left: -16px;
  top: -10px;
}
.scroll-down a:hover:before {
  border: 3px solid #008cff;
}

.home7-img-wrap {
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .home7-img-wrap {
    margin-top: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .home7-img-wrap {
    margin-top: 90px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .home7-img-wrap {
    margin-top: 66px;
  }
}
.home7-img-wrap .drone {
  width: 100%;
}
.home7-img-wrap .drone .layer {
  margin-right: 75px;
}
@media only screen and (max-width: 767px) {
  .home7-img-wrap .drone .layer {
    margin-right: 0px;
  }
}
.home7-img-wrap .drone .layer img {
  width: 100%;
}

.drone-shape-1 {
  position: absolute;
  top: 10%;
  left: 31%;
  z-index: 1;
  width: 100%;
}
.drone-shape-1 .layer.layer-border {
  position: relative;
}
.drone-shape-1 .layer.layer-border::before {
  position: absolute;
  content: "";
  width: 20px;
  height: 20px;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  background-color: #008cff;
  bottom: -17px;
  left: 185px;
}
@media only screen and (min-width: 1367px) and (max-width: 1600px) {
  .drone-shape-1 .layer.layer-border::before {
    left: 110px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1366px) {
  .drone-shape-1 .layer.layer-border::before {
    left: 110px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .drone-shape-1 .layer.layer-border::before {
    left: 80px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .drone-shape-1 .layer.layer-border::before {
    left: 100px;
  }
}
@media only screen and (max-width: 767px) {
  .drone-shape-1 .layer.layer-border::before {
    left: 40px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .drone-shape-1 .layer.layer-border::before {
    left: 95px;
  }
}
.drone-shape-1 .layer.layer-border::after {
  animation: 1500ms ease-out 0s normal none infinite running border-jump;
  background: #008cff;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  content: "";
  display: block;
  height: 25px;
  position: absolute;
  transform: translateX(-50%) translateY(-50%);
  width: 25px;
  z-index: -1;
  bottom: -32px;
  left: 195px;
}
@media only screen and (min-width: 1367px) and (max-width: 1600px) {
  .drone-shape-1 .layer.layer-border::after {
    left: 120px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1366px) {
  .drone-shape-1 .layer.layer-border::after {
    left: 120px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .drone-shape-1 .layer.layer-border::after {
    left: 90px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .drone-shape-1 .layer.layer-border::after {
    left: 110px;
  }
}
@media only screen and (max-width: 767px) {
  .drone-shape-1 .layer.layer-border::after {
    left: 50px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .drone-shape-1 .layer.layer-border::after {
    left: 105px;
  }
}
.drone-shape-1 .layer img {
  width: 185px;
}
@media only screen and (min-width: 1367px) and (max-width: 1600px) {
  .drone-shape-1 .layer img {
    width: 110px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1366px) {
  .drone-shape-1 .layer img {
    width: 110px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .drone-shape-1 .layer img {
    width: 80px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .drone-shape-1 .layer img {
    width: 100px;
  }
}
@media only screen and (max-width: 767px) {
  .drone-shape-1 .layer img {
    width: 40px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .drone-shape-1 .layer img {
    width: 95px;
  }
}

.drone-shape-2 {
  position: absolute;
  bottom: 16%;
  left: 50%;
  z-index: 1;
  width: 100%;
}
@media only screen and (min-width: 1367px) and (max-width: 1600px) {
  .drone-shape-2 {
    bottom: 7%;
    left: 48%;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1366px) {
  .drone-shape-2 {
    bottom: 2%;
    left: 47%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .drone-shape-2 {
    bottom: 0%;
    left: 47%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .drone-shape-2 {
    left: 48%;
    bottom: 8%;
  }
}
@media only screen and (max-width: 767px) {
  .drone-shape-2 {
    left: 53%;
    bottom: -15%;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .drone-shape-2 {
    left: 53%;
    bottom: -2%;
  }
}
.drone-shape-2 .layer.layer-border {
  position: relative;
}
.drone-shape-2 .layer.layer-border:before {
  position: absolute;
  content: "";
  width: 20px;
  height: 20px;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  background-color: #008cff;
  top: -18px;
  left: -14px;
}
.drone-shape-2 .layer.layer-border::after {
  animation: 1500ms ease-out 0s normal none infinite running border-jump;
  background: #008cff;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  content: "";
  display: block;
  height: 25px;
  position: absolute;
  transform: translateX(-50%) translateY(-50%);
  width: 25px;
  z-index: -1;
  top: -8px;
  left: -5px;
}
.drone-shape-2 .layer img {
  width: 57px;
}
@media only screen and (max-width: 767px) {
  .drone-shape-2 .layer img {
    width: 40px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .drone-shape-2 .layer img {
    width: 57px;
  }
}

.drone-content-1 {
  position: absolute;
  top: 10%;
  left: 19.6%;
  z-index: 1;
  width: 100%;
}
@media only screen and (min-width: 1367px) and (max-width: 1600px) {
  .drone-content-1 {
    left: 12%;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1366px) {
  .drone-content-1 {
    left: 12%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .drone-content-1 {
    left: 7%;
    top: 5%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .drone-content-1 {
    left: 7%;
    top: 5%;
  }
}
@media only screen and (max-width: 767px) {
  .drone-content-1 {
    left: 0%;
    top: -36%;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .drone-content-1 {
    left: 0%;
    top: -12%;
  }
}
.drone-content-1 .layer h5 {
  margin: 0 0 7px;
  font-size: 14px;
  color: #282828;
  font-weight: 500;
  line-height: 1;
}
.drone-content-1 .layer p {
  margin: 0;
  font-size: 14px;
  color: #282828;
  font-weight: 300;
  line-height: 22px;
}

.drone-content-2 {
  position: absolute;
  bottom: 7%;
  left: 55%;
  z-index: 1;
  width: 100%;
}
@media only screen and (min-width: 1367px) and (max-width: 1600px) {
  .drone-content-2 {
    bottom: -6%;
    left: 56%;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1366px) {
  .drone-content-2 {
    bottom: -13%;
    left: 56%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .drone-content-2 {
    bottom: -60px;
    left: 57%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .drone-content-2 {
    left: 56%;
    bottom: -9%;
  }
}
@media only screen and (max-width: 767px) {
  .drone-content-2 {
    bottom: -60%;
    left: 40%;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .drone-content-2 {
    bottom: -22%;
    left: 66%;
  }
}
.drone-content-2 .layer h5 {
  margin: 0 0 7px;
  font-size: 14px;
  color: #282828;
  font-weight: 500;
  line-height: 1;
}
.drone-content-2 .layer p {
  margin: 0;
  font-size: 14px;
  color: #282828;
  font-weight: 300;
  line-height: 22px;
}

#scene.main-wrapper {
  backface-visibility: unset !important;
  transform: unset !important;
  transform-style: unset !important;
}
@keyframes border-jump {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
  }
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
  }
}
/*-------- 4. Banner style ---------*/
.banner-content {
  text-align: right;
}
@media only screen and (max-width: 767px) {
  .banner-content {
    margin-right: 10px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .banner-content {
    margin-right: 0px;
  }
}
.banner-content h2 {
  color: #7c5e48;
  font-size: 48px;
  line-height: 55px;
  margin: 0 0 20px;
  font-family: "Poppins", sans-serif;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .banner-content h2 {
    font-size: 40px;
    line-height: 45px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner-content h2 {
    font-size: 40px;
    line-height: 45px;
  }
}
@media only screen and (max-width: 767px) {
  .banner-content h2 {
    font-size: 20px;
    line-height: 25px;
  }
}
.banner-content a {
  color: #7c5e48;
  text-transform: uppercase;
  font-weight: 500;
  display: inline-block;
  line-height: 1;
  font-family: "Poppins", sans-serif;
  border-bottom: 1px solid #a29083;
  padding-bottom: 2px;
}
.banner-content a:hover {
  border-bottom: 1px solid #008cff;
  color: #008cff;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .learn-banner.pt-100 {
    padding-top: 72px;
  }
  .learn-banner.pb-100 {
    padding-bottom: 72px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .learn-banner.pt-100 {
    padding-top: 72px;
  }
  .learn-banner.pb-100 {
    padding-bottom: 72px;
  }
}
@media only screen and (max-width: 767px) {
  .learn-banner {
    background-position: 17%;
  }
  .learn-banner.pt-100 {
    padding-top: 50px;
  }
  .learn-banner.pb-100 {
    padding-bottom: 50px;
  }
}

.banner-wrap {
  position: relative;
  overflow: hidden;
}
.banner-wrap a img {
  width: 100%;
  transition: all 0.5s ease 0s;
}
.banner-wrap .banner-position-1 {
  position: absolute;
  right: 37px;
  top: 48px;
  z-index: 99;
}
@media only screen and (min-width: 1200px) and (max-width: 1366px) {
  .banner-wrap .banner-position-1 {
    right: 20px;
    top: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner-wrap .banner-position-1 {
    right: 10px;
    top: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .banner-wrap .banner-position-1 {
    right: 10px;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
  }
}
.banner-wrap .banner-position-2 {
  position: absolute;
  right: 28px;
  top: 48px;
  z-index: 99;
}
@media only screen and (max-width: 767px) {
  .banner-wrap .banner-position-2 {
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
  }
}
.banner-wrap .banner-position-3 {
  position: absolute;
  left: 45px;
  bottom: 34px;
  z-index: 99;
}
.banner-wrap .banner-content-2 h3 {
  font-size: 30px;
  font-weight: 300;
  color: #292624;
  letter-spacing: 3.7px;
  margin: 0 0 5px;
}
@media only screen and (min-width: 1200px) and (max-width: 1366px) {
  .banner-wrap .banner-content-2 h3 {
    font-size: 25px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner-wrap .banner-content-2 h3 {
    font-size: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .banner-wrap .banner-content-2 h3 {
    font-size: 20px;
    letter-spacing: 2.7px;
    margin: 0 0 3px;
  }
}
.banner-wrap .banner-content-2 p {
  font-weight: 500;
  font-size: 16px;
  margin: 0;
  color: #27262e;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner-wrap .banner-content-2 p {
    font-size: 15px;
  }
}
.banner-wrap .banner-content-3 {
  text-align: center;
}
.banner-wrap .banner-content-3 h3 {
  font-size: 22px;
  font-weight: 500;
  color: #27262e;
  margin: 0px;
  line-height: 30px;
  letter-spacing: 2px;
  text-transform: uppercase;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner-wrap .banner-content-3 h3 {
    font-size: 16px;
    line-height: 25px;
  }
}
@media only screen and (max-width: 767px) {
  .banner-wrap .banner-content-3 h3 {
    font-size: 16px;
    line-height: 25px;
  }
}
.banner-wrap .banner-content-4 {
  position: absolute;
  right: 44px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 9;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner-wrap .banner-content-4 {
    right: 20px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .banner-wrap .banner-content-4 {
    right: 20px;
  }
}
.banner-wrap .banner-content-4 h2 {
  font-size: 30px;
  font-weight: bold;
  color: #010211;
  line-height: 35px;
  letter-spacing: 0.2px;
  margin: 0 0 9px;
}
@media only screen and (min-width: 1200px) and (max-width: 1366px) {
  .banner-wrap .banner-content-4 h2 {
    font-size: 25px;
    line-height: 30px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .banner-wrap .banner-content-4 h2 {
    font-size: 22px;
    line-height: 28px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner-wrap .banner-content-4 h2 {
    font-size: 18px;
    line-height: 23px;
    margin: 0 0 5px;
  }
}
@media only screen and (max-width: 767px) {
  .banner-wrap .banner-content-4 h2 {
    font-size: 18px;
    line-height: 22px;
    margin: 0 0 5px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .banner-wrap .banner-content-4 h2 {
    font-size: 25px;
    line-height: 30px;
    margin: 0 0 12px;
  }
}
.banner-wrap .banner-content-4 p {
  color: #010211;
  line-height: 22px;
  font-size: 14px;
  letter-spacing: 0.2px;
  margin: 0;
  font-family: "Roboto", sans-serif;
}
.banner-wrap .banner-content-5 {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  padding: 10px 40px;
  justify-content: space-between;
  display: flex;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .banner-wrap .banner-content-5 {
    padding: 10px 20px;
  }
}
@media only screen and (max-width: 767px) {
  .banner-wrap .banner-content-5 {
    padding: 10px 10px;
  }
}
.banner-wrap .banner-content-5 .banner-title-img {
  display: flex;
  align-items: center;
}
.banner-wrap .banner-content-5 .banner-title-img .banner-img {
  flex: 0 0 40px;
  margin: 0 13px 0 0;
}
.banner-wrap .banner-content-5 .banner-title-img .banner-img img {
  width: 100%;
}
.banner-wrap .banner-content-5 .banner-title-img .banner-title h4 {
  color: #ffffff;
  margin: 0;
  font-size: 16px;
  letter-spacing: 0.2px;
  font-family: "Roboto Slab", serif;
}
.banner-wrap .banner-content-5 .banner-zoom a {
  width: 40px;
  height: 40px;
  color: #ffffff;
  border: 1px solid #ffffff;
  display: inline-block;
  font-size: 16px;
  text-align: center;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
}
.banner-wrap .banner-content-5 .banner-zoom a i {
  line-height: 38px;
}
.banner-wrap .banner-content-5 .banner-zoom a:hover {
  border: 1px solid #008cff;
  color: #ffffff;
  background-color: #008cff;
}
.banner-wrap .banner-content-6 {
  position: absolute;
  top: 18px;
  left: 35px;
}
@media only screen and (max-width: 767px) {
  .banner-wrap .banner-content-6 {
    left: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .banner-wrap .banner-content-6 {
    top: 50%;
    transform: translateY(-50%);
  }
}
.banner-wrap .banner-content-6 h3 {
  font-weight: bold;
  font-size: 26px;
  color: #000000;
  margin: 0 0 41px;
  line-height: 34px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .banner-wrap .banner-content-6 h3 {
    margin: 0 0 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner-wrap .banner-content-6 h3 {
    margin: 0 0 20px;
  }
}
@media only screen and (max-width: 767px) {
  .banner-wrap .banner-content-6 h3 {
    margin: 0 0 20px;
    font-size: 20px;
    line-height: 25px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .banner-wrap .banner-content-6 h3 {
    margin: 0 0 25px;
    font-size: 25px;
    line-height: 30px;
  }
}
.banner-wrap .banner-content-6 span {
  font-size: 13px;
  color: #008cff;
  display: block;
  line-height: 1;
}
.banner-wrap .banner-content-6 h4 {
  font-size: 30px;
  font-weight: bold;
  color: #000000;
  margin: 0 0 41px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .banner-wrap .banner-content-6 h4 {
    margin: 0 0 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner-wrap .banner-content-6 h4 {
    margin: 0 0 20px;
  }
}
@media only screen and (max-width: 767px) {
  .banner-wrap .banner-content-6 h4 {
    margin: 0 0 20px;
    font-size: 25px;
  }
}
.banner-wrap .banner-content-6 a {
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 1px;
  display: inline-block;
  line-height: 1;
  border-bottom: 1px solid #a7a6a6;
}
.banner-wrap .banner-content-6 a:hover {
  border-bottom: 1px solid #008cff;
}
.banner-wrap .banner-content-7 {
  position: absolute;
  top: 20px;
  left: 0;
  right: 0;
  text-align: center;
}
.banner-wrap .banner-content-7 h3 {
  font-size: 20px;
  font-weight: bold;
  margin: 0;
}
.banner-wrap .banner-content-7 h3 span {
  color: #008cff;
}
.banner-wrap .banner-content-7 p {
  color: #000000;
  margin: 0px 0 6px;
}
@media only screen and (max-width: 767px) {
  .banner-wrap .banner-content-7 p {
    margin: 0px 0 0px;
  }
}
.banner-wrap .banner-content-7 a {
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 1px;
  display: inline-block;
  line-height: 1;
  border-bottom: 1px solid #a7a6a6;
}
.banner-wrap .banner-content-7 a:hover {
  border-bottom: 1px solid #008cff;
}
.banner-wrap .banner-content-8 {
  position: absolute;
  top: 23px;
  right: 40px;
  text-align: right;
}
@media only screen and (max-width: 767px) {
  .banner-wrap .banner-content-8 {
    top: 15px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .banner-wrap .banner-content-8 {
    top: 30px;
  }
}
.banner-wrap .banner-content-8 h2 {
  font-size: 30px;
  font-weight: bold;
  letter-spacing: 0.25px;
  margin: 0 0 5px;
  color: #000000;
}
@media only screen and (max-width: 767px) {
  .banner-wrap .banner-content-8 h2 {
    font-size: 12px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .banner-wrap .banner-content-8 h2 {
    font-size: 18px;
  }
}
.banner-wrap .banner-content-8 h5 {
  font-size: 22px;
  font-weight: bold;
  letter-spacing: 0.25px;
  margin: 0 0 81px;
  color: #000000;
  line-height: 1;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .banner-wrap .banner-content-8 h5 {
    margin: 0 0 30px;
    font-size: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .banner-wrap .banner-content-8 h5 {
    margin: 0 0 10px;
    font-size: 18px;
  }
}
@media only screen and (max-width: 767px) {
  .banner-wrap .banner-content-8 h5 {
    margin: 0 0 12px;
    font-size: 22px;
  }
}
.banner-wrap .banner-content-8 h3 {
  font-size: 30px;
  font-weight: bold;
  letter-spacing: 0.25px;
  margin: 0 0 12px;
  color: #000000;
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  .banner-wrap .banner-content-8 h3 {
    font-size: 24px;
    margin: 0 0 8px;
  }
}
.banner-wrap .banner-content-8 h3 span {
  color: #008cff;
}
.banner-wrap .banner-content-8 h4 {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.25px;
  margin: 0 0 0px;
  color: #fff;
  text-shadow: 1px 1px #000, -1px 1px #000, -1px -1px #000, 1px -1px #000;
}
.banner-wrap .banner-content-8 h4 span {
  margin: 0 5px;
}
.banner-wrap .banner-content-9 {
  position: absolute;
  top: 50px;
  left: 20px;
  z-index: 9;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .banner-wrap .banner-content-9 {
    top: 30px;
  }
}
.banner-wrap .banner-content-9 h3 {
  font-size: 26px;
  font-weight: bold;
  letter-spacing: 0.25px;
  margin: 0 0 72px;
  color: #000000;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .banner-wrap .banner-content-9 h3 {
    margin: 0 0 15px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .banner-wrap .banner-content-9 h3 {
    margin: 0 0 25px;
  }
}
.banner-wrap .banner-content-9 p {
  font-size: 13px;
  color: #000000;
  letter-spacing: 0.25px;
  line-height: 16px;
  margin: 0 0 9px;
  width: 60%;
}
.banner-wrap .banner-content-9 a {
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 1px;
  display: inline-block;
  line-height: 1;
  border-bottom: 1px solid #a7a6a6;
}
.banner-wrap .banner-content-9 a:hover {
  border-bottom: 1px solid #008cff;
}
.banner-wrap .banner-content-9 h1 {
  font-size: 40px;
  font-weight: 900;
  letter-spacing: 0.25px;
  margin: 0 0 4px;
  color: #fff;
  text-shadow: 2px 2px #22e2d6, -2px 2px #22e2d6, -2px -2px #22e2d6, 2px -2px #22e2d6;
  line-height: 33px;
}
.banner-wrap .banner-content-9 h4 {
  font-size: 22px;
  font-weight: 300;
  letter-spacing: 0.25px;
  margin: 0 0 71px;
  color: #333333;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .banner-wrap .banner-content-9 h4 {
    margin: 0 0 15px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .banner-wrap .banner-content-9 h4 {
    margin: 0 0 25px;
  }
}
.banner-wrap .banner-content-9 h4 span {
  font-weight: 500;
}
.banner-wrap .banner-content-9.banner-content-9-mrg2 h4 {
  margin: 28px 0 80px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .banner-wrap .banner-content-9.banner-content-9-mrg2 h4 {
    margin: 28px 0 20px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .banner-wrap .banner-content-9.banner-content-9-mrg2 h4 {
    margin: 28px 0 20px;
  }
}
.banner-wrap .banner-content-10 {
  position: absolute;
  top: 62px;
  left: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner-wrap .banner-content-10 {
    top: 35px;
  }
}
.banner-wrap .banner-content-10 h2 {
  font-size: 26px;
  font-weight: bold;
  color: #393939;
  margin: 0;
  line-height: 1;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner-wrap .banner-content-10 h2 {
    font-size: 17px;
  }
}
@media only screen and (max-width: 767px) {
  .banner-wrap .banner-content-10 h2 {
    font-size: 20px;
  }
}
.banner-wrap .banner-content-10-btn {
  position: absolute;
  left: 30px;
  bottom: 37px;
}
.banner-wrap .banner-content-10-btn a {
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 1px;
  display: inline-block;
  line-height: 1;
  border-bottom: 1px solid #a7a6a6;
}
.banner-wrap .banner-content-10-btn a:hover {
  border-bottom: 1px solid #008cff;
}
.banner-wrap .banner-content-11 {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  text-align: center;
}
.banner-wrap .banner-content-11 h2 {
  font-size: 92px;
  color: #ffffff;
  margin: 0;
  font-weight: bold;
  line-height: 68px;
  text-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}
@media only screen and (max-width: 767px) {
  .banner-wrap .banner-content-11 h2 {
    font-size: 50px;
    line-height: 40px;
  }
}
.banner-wrap .banner-content-11 h3 {
  font-size: 28px;
  color: #000000;
  margin: 9px 0 27px;
  font-weight: 300;
  letter-spacing: 7.4px;
}
@media only screen and (max-width: 767px) {
  .banner-wrap .banner-content-11 h3 {
    margin: 5px 0 10px;
    line-height: 1;
  }
}
.banner-wrap .banner-content-11 h4 {
  font-size: 18px;
  color: #000000;
  margin: 0;
  font-weight: 500;
  letter-spacing: 6.4px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner-wrap .banner-content-11 h4 {
    letter-spacing: 3.4px;
  }
}
@media only screen and (max-width: 767px) {
  .banner-wrap .banner-content-11 h4 {
    letter-spacing: 1.4px;
  }
}
.banner-wrap .banner-content-12 {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 60px;
  text-align: right;
}
@media only screen and (max-width: 767px) {
  .banner-wrap .banner-content-12 {
    right: 30px;
  }
}
.banner-wrap .banner-content-12 h2 {
  font-size: 30px;
  font-weight: bold;
  color: #000000;
  letter-spacing: 0.25px;
  margin: 0;
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  .banner-wrap .banner-content-12 h2 {
    font-size: 23px;
  }
}
.banner-wrap .banner-content-12 h5 {
  font-size: 22px;
  font-weight: bold;
  color: #000000;
  letter-spacing: 0.25px;
  margin: 7px 0 12px;
  line-height: 1;
}
.banner-wrap .banner-content-12 h3 {
  font-size: 30px;
  font-weight: 300;
  color: #000000;
  letter-spacing: 0.25px;
  margin: 0;
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  .banner-wrap .banner-content-12 h3 {
    font-size: 25px;
  }
}
.banner-wrap .banner-content-13 {
  position: absolute;
  top: 60px;
  left: 50px;
  z-index: 9;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner-wrap .banner-content-13 {
    top: 35px;
    left: 35px;
  }
}
@media only screen and (max-width: 767px) {
  .banner-wrap .banner-content-13 {
    top: 15px;
    left: 15px;
  }
}
.banner-wrap .banner-content-13 h3 {
  font-size: 26px;
  font-weight: bold;
  color: #333745;
  margin: 0 0 36px;
  line-height: 20px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .banner-wrap .banner-content-13 h3 {
    margin: 0 0 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner-wrap .banner-content-13 h3 {
    font-size: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .banner-wrap .banner-content-13 h3 {
    font-size: 20px;
    margin: 0 0 10px;
  }
}
.banner-wrap .banner-content-13 p {
  font-size: 16px;
  color: #333745;
  margin: 0;
  line-height: 25px;
  width: 63%;
}
@media only screen and (max-width: 767px) {
  .banner-wrap .banner-content-13 p {
    width: 80%;
    color: #000;
  }
}
.banner-wrap .banner-content-14 {
  position: absolute;
  left: 40px;
  bottom: 39%;
  z-index: 9;
}
@media only screen and (min-width: 1200px) and (max-width: 1366px) {
  .banner-wrap .banner-content-14 {
    left: 15px;
    bottom: 100px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner-wrap .banner-content-14 {
    left: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .banner-wrap .banner-content-14 {
    left: 25px;
  }
}
.banner-wrap .banner-content-14 h4 {
  font-size: 24px;
  color: #000000;
  line-height: 30px;
  margin: 0;
  text-align: center;
}
@media only screen and (min-width: 1200px) and (max-width: 1366px) {
  .banner-wrap .banner-content-14 h4 {
    font-size: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner-wrap .banner-content-14 h4 {
    font-size: 20px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .banner-wrap .banner-content-14 h4 {
    font-size: 20px;
  }
}
.banner-wrap .banner-content-14 h4 span {
  color: #960000;
}
.banner-wrap .banner-content-15 {
  position: absolute;
  left: 40px;
  top: 50%;
  transform: translateY(-50%);
}
.banner-wrap .banner-content-15 h2 {
  font-size: 40px;
  color: #bd7a4c;
  line-height: 50px;
  font-weight: 300;
  margin: 0;
}
.banner-wrap .banner-content-16 {
  position: absolute;
  left: 50px;
  bottom: 35px;
  z-index: 9;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner-wrap .banner-content-16 {
    left: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .banner-wrap .banner-content-16 {
    left: 20px;
  }
}
.banner-wrap .banner-content-16 h3 {
  font-size: 18px;
  color: #333333;
  font-weight: 500;
  margin: 0 0 5px;
  line-height: 1;
}
.banner-wrap .banner-content-16 h3 a {
  color: #333333;
}
.banner-wrap .banner-content-16 h3 a:hover {
  color: #008cff;
}
.banner-wrap .banner-content-16 span {
  color: #333333;
  font-size: 13px;
  display: block;
  line-height: 1;
}
.banner-wrap:hover a img {
  transform: scale(1.1);
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner-h5-wrap {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .banner-h5-wrap {
    margin-top: 30px;
  }
}
.banner-slider-active {
  overflow: hidden;
}
.banner-slider-active .slick-list {
  margin: 0 -10px;
}
.banner-slider-active .slick-list .slick-slide {
  margin: 0 10px;
}

@media only screen and (min-width: 1200px) and (max-width: 1366px) {
  .res-white-overly-xl {
    position: relative;
  }
  .res-white-overly-xl:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    background-color: #fff;
    opacity: 0.5;
    z-index: 1;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .res-white-overly-lg {
    position: relative;
  }
  .res-white-overly-lg:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    background-color: #fff;
    opacity: 0.5;
    z-index: 1;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .res-white-overly-md {
    position: relative;
  }
  .res-white-overly-md:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    background-color: #fff;
    opacity: 0.5;
    z-index: 1;
  }
}
@media only screen and (max-width: 767px) {
  .res-white-overly-xs {
    position: relative;
  }
  .res-white-overly-xs:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    background-color: #fff;
    opacity: 0.5;
    z-index: 1;
  }
}
.banner-pattern-wrap {
  position: relative;
}
.banner-pattern-wrap .banner-pattern-1 {
  position: absolute;
  top: -36px;
  left: -36px;
}
@media only screen and (min-width: 1200px) and (max-width: 1366px) {
  .banner-pattern-wrap .banner-pattern-1 {
    left: -10px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .banner-pattern-wrap .banner-pattern-1 {
    left: -20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner-pattern-wrap .banner-pattern-1 {
    left: -20px;
  }
}
@media only screen and (max-width: 767px) {
  .banner-pattern-wrap .banner-pattern-1 {
    left: 0px;
  }
}
.banner-pattern-wrap .banner-pattern-1 img {
  width: 99px;
}
.banner-pattern-wrap .banner-pattern-2 {
  position: absolute;
  bottom: -7px;
  right: -128px;
}
@media only screen and (min-width: 1367px) and (max-width: 1600px) {
  .banner-pattern-wrap .banner-pattern-2 {
    right: -25px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1366px) {
  .banner-pattern-wrap .banner-pattern-2 {
    right: -10px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .banner-pattern-wrap .banner-pattern-2 {
    right: -10px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner-pattern-wrap .banner-pattern-2 {
    right: -20px;
  }
}
@media only screen and (max-width: 767px) {
  .banner-pattern-wrap .banner-pattern-2 {
    right: 0px;
    bottom: 14px;
  }
}
.banner-pattern-wrap .banner-pattern-2 img {
  width: 99px;
}

@media only screen and (max-width: 767px) {
  .banner-area.pb-75 {
    padding-bottom: 20px;
  }
  .banner-area.pt-50 {
    padding-top: 20px;
  }
  .banner-area.pb-40 {
    padding-bottom: 20px;
  }
}

/*-------- 5. Section title style ---------*/
.section-title h2 {
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 21px;
  line-height: 30px;
}
@media only screen and (max-width: 767px) {
  .section-title h2 {
    margin-bottom: 14px;
    font-size: 30px;
    line-height: 26px;
  }
}
.section-title p {
  width: 41%;
  margin: 0 auto;
  line-height: 26px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .section-title p {
    width: 52%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-title p {
    width: 69%;
  }
}
@media only screen and (max-width: 767px) {
  .section-title p {
    width: 100%;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .section-title p {
    width: 95%;
  }
}
@media only screen and (max-width: 767px) {
  .section-title.mb-40 {
    margin-bottom: 30px;
  }
}

.section-title-2 {
  margin-bottom: 33px;
}
@media only screen and (max-width: 767px) {
  .section-title-2 {
    margin-bottom: 25px;
  }
}
.section-title-2 h2 {
  font-size: 33px;
  font-weight: 500;
  margin-bottom: 9px;
  line-height: 30px;
  color: #292323;
}
@media only screen and (max-width: 767px) {
  .section-title-2 h2 {
    margin-bottom: 14px;
    font-size: 28px;
    margin-bottom: 6px;
    line-height: 26px;
  }
}

.section-title-3 {
  margin-bottom: 47px;
}
@media only screen and (max-width: 767px) {
  .section-title-3 {
    margin-bottom: 25px;
  }
}
.section-title-3 h2 {
  font-size: 33px;
  font-weight: bold;
  margin-bottom: 22px;
  line-height: 30px;
  color: #292323;
}
@media only screen and (max-width: 767px) {
  .section-title-3 h2 {
    margin-bottom: 14px;
  }
}
.section-title-3 p {
  font-size: 18px;
  color: #666666;
  letter-spacing: 2px;
}
.section-title-3 p span {
  color: #008cff;
}

.section-title-4 {
  margin-bottom: 50px;
}
@media only screen and (max-width: 767px) {
  .section-title-4 {
    margin-bottom: 25px;
  }
}
.section-title-4 h2 {
  font-size: 30px;
  font-weight: bold;
  margin: 0;
  line-height: 25px;
  font-family: "Roboto Slab", serif;
}
@media only screen and (max-width: 767px) {
  .section-title-4 h2 {
    margin-bottom: 14px;
    font-size: 22px;
    line-height: 20px;
  }
}

.section-title-5 h2 {
  font-size: 26px;
  font-weight: bold;
  margin: 0;
  line-height: 21px;
  color: #333745;
  letter-spacing: 0.25px;
  text-transform: uppercase;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-title-5 h2 {
    font-size: 19px;
  }
}
@media only screen and (max-width: 767px) {
  .section-title-5 h2 {
    margin-bottom: 14px;
    font-size: 20px;
    line-height: 20px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .section-title-5 h2 {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 1px;
  }
}

.section-title-6 h2, .section-title-7 h2 {
  font-size: 33px;
  font-weight: 500;
  margin: 0;
  line-height: 28px;
  color: #292323;
  letter-spacing: 0.25px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-title-6 h2, .section-title-7 h2 {
    font-size: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .section-title-6 h2, .section-title-7 h2 {
    margin-bottom: 14px;
    font-size: 25px;
    line-height: 20px;
    text-align: center;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .section-title-6 h2, .section-title-7 h2 {
    font-size: 25px;
    line-height: 20px;
    margin-bottom: 1px;
    text-align: inherit;
  }
}
@media only screen and (max-width: 767px) {
  .section-title-6.mb-50, .section-title-7.mb-50 {
    margin-bottom: 30px;
  }
}

/*-------- 6. Product style ---------*/
.product-wrap {
  position: relative;
  border-radius: 8px;
}
.product-wrap .product-img {
  position: relative;
  overflow: hidden;
  border-radius: 10px 10px 0 0;
}
.product-wrap .product-img a img {
  width: 100%;
}
.product-wrap .product-img > span {
  position: absolute;
  width: 45px;
  height: 45px;
  text-align: center;
  color: #fff;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  background-color: #008cff;
  top: 10px;
}
.product-wrap .product-img > span.price-dec {
  line-height: 45px;
  right: 10px;
}
.product-wrap .product-img > span.font-dec {
  font-size: 12px;
  left: 10px;
}
.product-wrap .product-img > span.new-stock {
  font-size: 12px;
  line-height: 58px;
  right: 10px;
}
.product-wrap .product-img > span.new-stock > span {
  line-height: 1;
  display: inline-block;
}
.product-wrap .product-img .product-action {
  position: absolute;
  left: 20px;
  bottom: 15px;
  display: flex;
  flex-direction: column;
}
.product-wrap .product-img .product-action a {
  font-size: 22px;
  color: #737373;
  border: 1px solid #e6e6e6;
  background-color: #fff;
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  text-align: center;
  margin: 5px 0 5px -20px;
  opacity: 0;
  visibility: hidden;
}
.product-wrap .product-img .product-action a:nth-child(1) {
  transition-delay: 0.2s;
}
.product-wrap .product-img .product-action a:nth-child(2) {
  transition-delay: 0.1s;
}
.product-wrap .product-img .product-action a:nth-child(3) {
  transition-delay: 0s;
}
.product-wrap .product-img .product-action a:hover {
  border: 1px solid #008cff;
  background-color: #008cff;
  color: #ffffff;
}
.product-wrap .product-img .product-action-3 {
  position: absolute;
  right: 20px;
  top: 13px;
  display: flex;
  flex-direction: column;
}
.product-wrap .product-img .product-action-3 a {
  font-size: 22px;
  color: #373737;
  border: 1px solid #008cff;
  background-color: #fff;
  display: inline-block;
  width: 45px;
  height: 45px;
  line-height: 45px;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  text-align: center;
  margin: -7px 0px -7px 0px;
  opacity: 0;
  visibility: hidden;
}
.product-wrap .product-img .product-action-3 a:nth-child(1) {
  transition-delay: 0.2s;
}
.product-wrap .product-img .product-action-3 a:nth-child(2) {
  transition-delay: 0.1s;
}
.product-wrap .product-img .product-action-3 a:nth-child(3) {
  transition-delay: 0s;
}
.product-wrap .product-img .product-action-3 a:hover {
  border: 1px solid #008cff;
  background-color: #008cff;
  color: #ffffff;
}
.product-wrap .product-img .product-action-2 {
  position: absolute;
  left: 0px;
  bottom: -20px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  background-color: #f8e7e8;
  padding: 9px 10px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease 0s;
}
.product-wrap .product-img .product-action-2 a {
  font-size: 22px;
  color: #008cff;
  margin: 0 20px;
}
.product-wrap .product-img .product-action-2 a:hover {
  color: #373737;
}
.product-wrap .product-img .product-action-4 {
  bottom: 0px;
  left: 0;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  right: 0;
  text-align: center;
  transition: all 0.6s ease 0s;
}
.product-wrap .product-img .product-action-4 .product-action-4-style {
  background-color: #fff;
  box-shadow: 0 0 20px 0.4px rgba(0, 0, 0, 0.1);
  display: inline-block;
  padding: 8px 17px 6px;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
}
.product-wrap .product-img .product-action-4 .product-action-4-style a {
  color: #333745;
  font-size: 20px;
  line-height: 1;
  padding: 0 15px;
  position: relative;
}
.product-wrap .product-img .product-action-4 .product-action-4-style a:hover {
  color: #008cff;
}
.product-wrap .product-img .product-action-4 .product-action-4-style a::before {
  background: #eff0f1 none repeat scroll 0 0;
  content: "";
  height: 30px;
  position: absolute;
  right: 2px;
  top: -3px;
  width: 1px;
}
.product-wrap .product-img .product-action-4 .product-action-4-style a:last-child::before {
  display: none;
}
.product-wrap .product-img .product-action-4 .product-action-4-style a::after {
  content: attr(data-bs-tooltip);
  position: absolute;
  bottom: 100%;
  left: 50%;
  margin-bottom: 8px;
  transform: translateX(-50%);
  font-size: 12px;
  background-color: transparent;
  color: #333745;
  white-space: nowrap;
  opacity: 0;
  visibility: hidden;
  letter-spacing: 0.2px;
}
.product-wrap .product-img .product-action-4 .product-action-4-style a:hover::after {
  opacity: 1;
  visibility: visible;
}
.product-wrap .product-img .product-badge {
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  font-size: 12px;
  letter-spacing: 0.2px;
  color: #ffffff;
  background-color: #d6d6d6;
  font-weight: 900;
  position: absolute;
  top: 10px;
}
.product-wrap .product-img .product-badge.badge-right {
  right: 10px;
}
.product-wrap .product-img .product-badge.badge-left {
  left: 10px;
}
.product-wrap .product-content > span {
  color: #737373;
  font-size: 16px;
  line-height: 1.6;
}
.product-wrap .product-content h4 {
  font-size: 16px;
  margin: 0px 0 5px;
}
.product-wrap .product-content .price-addtocart {
  display: flex;
  justify-content: space-between;
}
.product-wrap .product-content .price-addtocart .product-price span {
  color: #373737;
  font-size: 16px;
  font-weight: 500;
}
.product-wrap .product-content .price-addtocart .product-price span.old {
  font-weight: 300;
  font-size: 14px;
  text-decoration: line-through;
  margin-left: 9px;
}
.product-wrap .product-content .price-addtocart .product-price span.old2 {
  font-weight: 500;
  font-size: 14px;
  text-decoration: line-through;
  margin-left: 9px;
}
.product-wrap .product-content .price-addtocart .product-addtocart a {
  color: #008cff;
  opacity: 0;
  visibility: hidden;
  margin-right: 0;
  transition: all 0.5s ease 0s;
}
.product-wrap .product-content .price-addtocart .product-addtocart a:hover {
  color: #212529;
}
.product-wrap .product-content.product-content-padding {
  padding: 21px 20px;
}
.product-wrap .product-content .timer-style-2 {
  border-top: 1px solid #f1f1f1;
  margin-top: 14px;
  padding-top: 16px;
}
.product-wrap .product-content .timer-style-2 div {
  display: flex;
  flex-wrap: wrap;
}
.product-wrap .product-content .timer-style-2 div > span {
  text-align: center;
  font-size: 16px;
  color: #000000;
  position: relative;
  margin-right: 26px;
}
.product-wrap .product-content .timer-style-2 div > span:last-child {
  margin-right: 0px;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .product-wrap .product-content .timer-style-2 div > span {
    margin-right: 15px;
  }
}
.product-wrap .product-content .timer-style-2 div > span::before {
  background: #ffeded none repeat scroll 0 0;
  content: "";
  height: 32px;
  position: absolute;
  right: -14px;
  top: 5px;
  width: 1px;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .product-wrap .product-content .timer-style-2 div > span::before {
    right: -8px;
  }
}
.product-wrap .product-content .timer-style-2 div > span:last-child::before {
  display: none;
}
.product-wrap .product-content .timer-style-2 div > span p {
  margin: 10px 0 0;
  font-size: 16px;
  color: #000000;
  margin: 2px 0 0;
  line-height: 1;
}
.product-wrap .product-content-2 {
  padding: 0 40px 30px 40px;
}
.product-wrap .product-content-2 h4 {
  font-size: 18px;
  font-weight: bold;
  margin: 0;
  font-family: "Roboto Slab", serif;
}
.product-wrap .product-content-2 > span {
  font-weight: 300;
  color: #9c9b9b;
  display: block;
  line-height: 1;
  margin: 6px 0 5px;
}
.product-wrap .product-content-2 .pro-price-2 {
  display: flex;
  align-items: center;
}
.product-wrap .product-content-2 .pro-price-2 span {
  color: #373737;
  font-weight: bold;
  font-family: "Roboto Slab", serif;
  font-size: 22px;
  line-height: 1;
}
.product-wrap .product-content-2 .pro-price-2 span.old-price {
  font-weight: 400;
  text-decoration: line-through;
  font-size: 16px;
  margin: 0 0 0 10px;
}
.product-wrap:hover .product-content .product-addtocart a {
  opacity: 1;
  visibility: visible;
  margin-right: 30px;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .product-wrap:hover .product-content .product-addtocart a {
    margin-right: 15px;
  }
}
.product-wrap:hover .product-action a {
  opacity: 1;
  visibility: visible;
  margin: 5px 0 5px 0px;
}
.product-wrap:hover .product-action-3 a {
  opacity: 1;
  visibility: visible;
  margin: 7px 0 7px 0px;
}
.product-wrap:hover .product-action a:nth-child(1) {
  transition-delay: 0s;
}
.product-wrap:hover .product-action a:nth-child(2) {
  transition-delay: 0.2s;
}
.product-wrap:hover .product-action a:nth-child(3) {
  transition-delay: 0.3s;
}
.product-wrap:hover .product-action-3 a:nth-child(1) {
  transition-delay: 0s;
}
.product-wrap:hover .product-action-3 a:nth-child(2) {
  transition-delay: 0.2s;
}
.product-wrap:hover .product-action-3 a:nth-child(3) {
  transition-delay: 0.3s;
}
.product-wrap:hover .product-action-2 {
  opacity: 1;
  visibility: visible;
  bottom: 0px;
}
.product-wrap:hover .product-action-4 {
  opacity: 1;
  visibility: visible;
  bottom: 20px;
}
.product-wrap.product-border-1 {
  border: 1px solid #f7f8f9;
}
.product-wrap.product-border-2 {
  border-top: 1px solid #f1f1f1;
  border-bottom: 1px solid #f1f1f1;
  border-left: 1px solid #f1f1f1;
  border-right: 1px solid #f1f1f1;
}
.product-wrap.product-border-2:hover {
  border-bottom: 0px solid #f1f1f1;
}
.product-wrap.product-border-3 {
  border: 1px solid #f2f2f2;
}
.product-wrap.pro-hover-shadow {
  transition: all 0.3s ease 0s;
}
.product-wrap.pro-hover-shadow:hover {
  box-shadow: 0 20px 30px rgba(0, 0, 0, 0.07);
}
.product-wrap.product-img-zoom .product-img a img {
  transition: all 0.5s ease 0s;
  transform: scale(1);
}
.product-wrap.product-img-zoom:hover .product-img a img {
  transform: scale(1.1);
}
@media only screen and (max-width: 767px) {
  .product-wrap.mb-40 {
    margin-bottom: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .product-area.pb-60 {
    padding-bottom: 10px;
  }
  .product-area.pt-60 {
    padding-top: 20px;
  }
  .product-area.pb-85 {
    padding-bottom: 45px;
  }
  .product-area.pb-40 {
    padding-bottom: 20px;
  }
  .product-area.pb-95 {
    padding-bottom: 45px;
  }
}

.modal-dialog {
  margin: 2% auto 8%;
  max-width: 960px;
  width: 960px;
  padding: 35px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .modal-dialog {
    width: 720px;
    max-width: 720px;
  }
}
@media only screen and (max-width: 767px) {
  .modal-dialog {
    width: 100%;
    max-width: 100%;
    padding: 35px 0;
  }
}
.modal-dialog .modal-header .close {
  color: #333;
  cursor: pointer;
  opacity: 1;
}
.modal-dialog .modal-header .close:hover {
  color: #008cff;
}
.modal-dialog .modal-body {
  padding: 15px;
}
.modal-dialog .quickview-big-img img {
  width: 100%;
}

.product-details-content > span {
  font-size: 18px;
  color: #333333;
  margin: 0 0 10px;
}
.product-details-content h2 {
  font-weight: bold;
  color: #333333;
  font-size: 28px;
  margin: 0 0 10px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .product-details-content h2 {
    font-size: 25px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .product-details-content h2 {
    font-size: 22px;
  }
}
@media only screen and (max-width: 767px) {
  .product-details-content h2 {
    font-size: 20px;
    margin: 7px 0 10px;
  }
}
.product-details-content .product-ratting-review {
  display: flex;
  align-items: center;
  margin: 0 0 38px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .product-details-content .product-ratting-review {
    margin: 0 0 18px;
  }
}
@media only screen and (max-width: 767px) {
  .product-details-content .product-ratting-review {
    margin: 0 0 15px;
  }
}
.product-details-content .product-ratting-review .product-ratting {
  margin-right: 20px;
}
.product-details-content .product-ratting-review .product-ratting i {
  font-size: 18px;
  color: #008cff;
  opacity: 0.4;
}
.product-details-content .product-ratting-review .product-review span {
  font-size: 14px;
  color: #959595;
  letter-spacing: 0.2px;
}
.product-details-content .pro-details-color-wrap {
  margin: 0 0 20px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .product-details-content .pro-details-color-wrap {
    margin: 0 0 20px;
  }
}
@media only screen and (max-width: 767px) {
  .product-details-content .pro-details-color-wrap {
    margin: 0 0 15px;
  }
}
.product-details-content .pro-details-color-wrap span {
  font-size: 16px;
  font-weight: 500;
  color: #797979;
  margin: 0 0 5px;
  display: block;
}
.product-details-content .pro-details-color-wrap .pro-details-color-content {
  display: block;
  overflow: hidden;
}
.product-details-content .pro-details-color-wrap .pro-details-color-content ul li {
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  cursor: pointer;
  display: block;
  float: left;
  height: 28px;
  margin-right: 10px;
  margin-top: 5px;
  margin-bottom: 5px;
  border: 2px solid transparent;
  outline: 1px solid transparent;
  transition: all 0.4s ease 0s;
  width: 28px;
  position: relative;
  margin-left: 5px;
}
.product-details-content .pro-details-color-wrap .pro-details-color-content ul li.green {
  background-color: #75ffba;
}
.product-details-content .pro-details-color-wrap .pro-details-color-content ul li.yellow {
  background-color: #ffcd75;
}
.product-details-content .pro-details-color-wrap .pro-details-color-content ul li.red {
  background-color: #ff4f4f;
}
.product-details-content .pro-details-color-wrap .pro-details-color-content ul li.blue {
  background-color: #5666ff;
}
.product-details-content .pro-details-color-wrap .pro-details-color-content ul li.active {
  border: 2px solid white;
  -webkit-border: 2px solid white;
  -moz-border: 2px solid white;
}
.product-details-content .pro-details-color-wrap .pro-details-color-content ul li.active::before {
  content: "";
  position: absolute;
  width: 30px;
  height: 30px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border: 2px solid #008cff;
}
.product-details-content .pro-details-size {
  margin-bottom: 35px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .product-details-content .pro-details-size {
    margin: 0 0 20px;
  }
}
@media only screen and (max-width: 767px) {
  .product-details-content .pro-details-size {
    margin: 0 0 15px;
  }
}
.product-details-content .pro-details-size span {
  font-size: 16px;
  font-weight: bold;
  color: #333333;
  margin: 0 0 8px;
  display: block;
}
.product-details-content .pro-details-size .pro-details-size-content ul li {
  display: inline-block;
  margin-right: 38px;
}
.product-details-content .pro-details-size .pro-details-size-content ul li:last-child {
  margin-right: 0px;
}
.product-details-content .pro-details-size .pro-details-size-content ul li a {
  font-size: 16px;
  color: #333333;
  text-transform: uppercase;
}
.product-details-content .pro-details-size .pro-details-size-content ul li a:hover {
  color: #008cff;
}
.product-details-content .pro-details-price-wrap {
  display: flex;
  margin-bottom: 20px;
  margin-top: 20px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .product-details-content .pro-details-price-wrap {
    margin: 0 0 20px;
  }
}
@media only screen and (max-width: 767px) {
  .product-details-content .pro-details-price-wrap {
    margin: 0 0 15px;
  }
}
.product-details-content .pro-details-price-wrap .product-price span {
  font-size: 22px;
  font-weight: 400;
  color: #333333;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .product-details-content .pro-details-price-wrap .product-price span {
    font-size: 25px;
  }
}
@media only screen and (max-width: 767px) {
  .product-details-content .pro-details-price-wrap .product-price span {
    font-size: 20px;
  }
}
.product-details-content .pro-details-price-wrap .product-price span.old {
  font-size: 16px;
  text-decoration: line-through;
  font-weight: 400;
  margin-left: 10px;
}
.product-details-content .pro-details-price-wrap .dec-rang span {
  color: #fff;
  display: inline-block;
  background-color: #333333;
  padding: 3px 6px;
  line-height: 1;
  margin-left: 20px;
}
.product-details-content .pro-details-quality .cart-plus-minus {
  display: inline-block;
  height: auto;
  padding: 0;
  position: relative;
  width: 100px;
}
.product-details-content .pro-details-quality .cart-plus-minus .qtybutton {
  color: #727272;
  cursor: pointer;
  float: inherit;
  font-size: 16px;
  margin: 0;
  position: absolute;
  transition: all 0.3s ease 0s;
  width: auto;
  text-align: center;
  background-color: #fff;
}
.product-details-content .pro-details-quality .cart-plus-minus .qtybutton.dec {
  left: 1px;
  top: 3px;
  padding: 0 8px;
}
.product-details-content .pro-details-quality .cart-plus-minus .qtybutton.inc {
  right: 21px;
  top: 3px;
  padding: 0 8px;
}
.product-details-content .pro-details-quality .cart-plus-minus input.cart-plus-minus-box {
  color: #333;
  font-size: 13px;
  height: 30px;
  margin: 0;
  width: 80px;
  background: #fff;
  border: 1px solid #e1e1e1;
  padding: 0;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  text-align: center;
}
.product-details-content .pro-details-compare-wishlist {
  display: flex;
  border-bottom: 1px solid #f1f1f1;
  margin: 37px 0 30px;
  padding-bottom: 16px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .product-details-content .pro-details-compare-wishlist {
    margin: 20px 0 20px;
  }
}
@media only screen and (max-width: 767px) {
  .product-details-content .pro-details-compare-wishlist {
    margin: 15px 0 15px;
  }
}
.product-details-content .pro-details-compare-wishlist .pro-details-compare {
  margin-right: 11px;
}
.product-details-content .pro-details-compare-wishlist .pro-details-compare a {
  font-size: 14px;
  color: #333333;
}
.product-details-content .pro-details-compare-wishlist .pro-details-compare a:hover {
  color: #008cff;
}
.product-details-content .pro-details-compare-wishlist .pro-details-compare a i {
  font-size: 16px;
  color: #333333;
  margin-left: 5px;
}
.product-details-content .pro-details-compare-wishlist .pro-details-wishlist a {
  font-size: 14px;
  color: #333333;
}
.product-details-content .pro-details-compare-wishlist .pro-details-wishlist a:hover {
  color: #008cff;
}
.product-details-content .pro-details-compare-wishlist .pro-details-wishlist a i {
  font-size: 16px;
  color: #333333;
  margin-left: 5px;
}
.product-details-content .pro-details-buy-now {
  padding-top: 5px;
}
.product-details-content .pro-details-buy-now a {
  background-color: #008cff;
  display: inline-block;
  cursor: pointer;
  padding: 12px 40px;
  text-transform: uppercase;
  font-weight: 700;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border: 1px solid transparent;
}
.product-details-content .pro-details-buy-now a:hover {
  background-color: #2a9fff;
}
.product-details-content .pro-details-buy-now a::after {
  display: none;
}
.product-details-content .pro-details-buy-now a::before {
  display: none;
}
.product-details-content .pro-details-buy-now a.card-preview {
  background-color: transparent;
  color: #373737;
  border: 1px solid #c6c6c6;
  margin-right: 20px;
}
.product-details-content .pro-details-buy-now a.card-preview:hover {
  border-color: #373737;
}
@media only screen and (max-width: 767px) {
  .product-details-content.quickview-content {
    margin-top: 30px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .product-details-content.quickview-content {
    margin-top: 0px;
  }
}
.product-details-content.pro-details-center {
  margin-top: 30px;
}
.product-details-content.pro-details-center .product-ratting-review {
  justify-content: center;
}
.product-details-content.pro-details-center .pro-details-color-wrap .pro-details-color-content ul {
  display: inline-block;
}
.product-details-content.pro-details-center .pro-details-price-wrap {
  justify-content: center;
}
.product-details-content.pro-details-center .pro-details-compare-wishlist {
  justify-content: center;
}

.nav-style-2.owl-carousel > .owl-nav button {
  color: #1f2226;
  display: inline-block;
  font-size: 13px;
  left: 0px;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s ease 0s;
  border: 1px solid #e1e2e2;
  background-color: #ffffff;
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
}
.nav-style-2.owl-carousel > .owl-nav button:hover {
  color: #ffffff;
  background-color: #008cff;
  border: 1px solid #008cff;
}
.nav-style-2.owl-carousel > .owl-nav button.owl-next {
  right: 0px;
  left: auto;
}
.nav-style-2.owl-carousel:hover > .owl-nav button {
  opacity: 1;
  visibility: visible;
}

.product-tab-list {
  justify-content: center;
}
.product-tab-list a {
  position: relative;
  border: 1px solid #f5f5f5;
  flex: 0 0 200px;
  padding: 40px 30px 35px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .product-tab-list a {
    flex: 0 0 160px;
    padding: 40px 15px 35px;
  }
}
@media only screen and (max-width: 767px) {
  .product-tab-list a {
    flex: 0 0 50%;
    padding: 40px 15px 35px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .product-tab-list a {
    flex: 0 0 25%;
    padding: 40px 15px 35px;
  }
}
.product-tab-list a span {
  position: relative;
  display: block;
}
.product-tab-list a span img.fixed-img {
  opacity: 1;
  visibility: visible;
}
.product-tab-list a span img.hover-img {
  position: absolute;
  top: 20px;
  left: 0;
  opacity: 0;
  visibility: hidden;
}
.product-tab-list a h5 {
  font-size: 18px;
  color: #373737;
  line-height: 25px;
  font-family: "Roboto Slab", serif;
  margin: 24px 0 0;
}
@media only screen and (max-width: 767px) {
  .product-tab-list a h5 {
    font-size: 16px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .product-tab-list a h5 {
    font-size: 15px;
  }
}
.product-tab-list a.active {
  background-color: #008cff;
}
.product-tab-list a.active h5 {
  color: #fff;
}
.product-tab-list a.active span img.fixed-img {
  opacity: 0;
  visibility: hidden;
}
.product-tab-list a.active span img.hover-img {
  opacity: 1;
  visibility: visible;
  top: 0px;
}
@media only screen and (max-width: 767px) {
  .product-tab-list.pb-60 {
    padding-bottom: 30px;
  }
}

.tab-content.jump .tab-pane {
  display: block;
  height: 0;
  opacity: 0;
  overflow: hidden;
}
.tab-content.jump .tab-pane.active {
  display: block;
  height: auto;
  opacity: 1;
  overflow: visible;
}

.product-tab-list-2 {
  display: flex;
  justify-content: center;
  border-bottom: 1px solid #ffb9b9;
  padding-bottom: 7px;
}
.product-tab-list-2 a {
  margin: 0 34px;
}
@media only screen and (max-width: 767px) {
  .product-tab-list-2 a {
    margin: 0 6px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .product-tab-list-2 a {
    margin: 0 15px;
  }
}
.product-tab-list-2 a h5 {
  font-size: 24px;
  font-weight: 500;
  color: #c4c4c4;
  letter-spacing: 0.25px;
  line-height: 24px;
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .product-tab-list-2 a h5 {
    font-size: 18px;
    line-height: 18px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .product-tab-list-2 a h5 {
    font-size: 22px;
  }
}
.product-tab-list-2 a.active {
  position: relative;
}
.product-tab-list-2 a.active::before {
  border-bottom: 6px solid #ff9797;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  content: "";
  height: 0;
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
  bottom: -7px;
  width: 0;
  opacity: 1;
  visibility: visible;
  transition: all 0.5s ease 0s;
  z-index: 99;
}
.product-tab-list-2 a.active h5 {
  color: #373737;
}

.product-tab-list-3 {
  display: flex;
  justify-content: center;
  padding-bottom: 55px;
}
@media only screen and (max-width: 767px) {
  .product-tab-list-3 {
    padding-bottom: 20px;
  }
}
.product-tab-list-3 a {
  margin: 0 10px;
}
@media only screen and (max-width: 767px) {
  .product-tab-list-3 a {
    margin: 0 7px 15px;
  }
}
.product-tab-list-3 a h5 {
  font-size: 16px;
  font-weight: 300;
  color: #17062a;
  text-transform: uppercase;
  border: 1px solid #17062a;
  display: inline-block;
  padding: 11px 40px 10px;
  margin: 0;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}
@media only screen and (max-width: 767px) {
  .product-tab-list-3 a h5 {
    padding: 9px 20px 8px;
  }
}
.product-tab-list-3 a.active h5 {
  background-color: #17062a;
  color: #ffffff;
}

.product-tab-list-4 {
  display: flex;
  justify-content: flex-end;
}
@media only screen and (max-width: 767px) {
  .product-tab-list-4 {
    justify-content: flex-start;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .product-tab-list-4 {
    justify-content: flex-end;
  }
}
.product-tab-list-4 a {
  margin: 0 0px 0 45px;
}
.product-tab-list-4 a:first-child {
  margin: 0 0px 0 0px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .product-tab-list-4 a {
    margin: 0 0px 0 30px;
  }
}
@media only screen and (max-width: 767px) {
  .product-tab-list-4 a {
    margin: 0 0px 0 9px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .product-tab-list-4 a {
    margin: 0 0px 0 12px;
  }
}
.product-tab-list-4 a h5 {
  font-size: 16px;
  color: #333745;
  letter-spacing: 0.25px;
  line-height: 21px;
  margin: 0;
  transition: all 0.5s ease 0s;
}
@media only screen and (max-width: 767px) {
  .product-tab-list-4 a h5 {
    font-size: 14px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .product-tab-list-4 a h5 {
    font-size: 15px;
  }
}
.product-tab-list-4 a.active, .product-tab-list-4 a:hover {
  position: relative;
}
.product-tab-list-4 a.active::before, .product-tab-list-4 a:hover::before {
  border-bottom: 6px solid #ff9797;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  content: "";
  height: 0;
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
  bottom: -10px;
  width: 0;
  opacity: 1;
  visibility: visible;
  transition: all 0.5s ease 0s;
  z-index: 9999;
}
.product-tab-list-4 a.active h5, .product-tab-list-4 a:hover h5 {
  color: #ea2e49;
}

.section-title-tab-wrap {
  border-bottom: 1px solid #ffb9b9;
  padding-bottom: 10px;
  margin-bottom: 33px;
}

.single-recent-selling {
  display: flex;
  align-items: center;
  border: 1px solid #f1f1f1;
}
.single-recent-selling .recent-selling-img {
  flex: 0 0 130px;
}
.single-recent-selling .recent-selling-img a img {
  width: 100%;
}
.single-recent-selling .recent-selling-content {
  padding: 0 10px 0 26px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .single-recent-selling .recent-selling-content {
    padding: 0 10px 0 16px;
  }
}
@media only screen and (max-width: 767px) {
  .single-recent-selling .recent-selling-content {
    padding: 0 10px 0 16px;
  }
}
.single-recent-selling .recent-selling-content h4 {
  font-size: 18px;
  color: #434343;
  font-weight: 500;
  margin: 0 0 10px;
  line-height: 16px;
  letter-spacing: 0.2px;
}
.single-recent-selling .recent-selling-content .price span {
  color: #008cff;
  font-size: 18px;
  letter-spacing: 0.2px;
}
.single-recent-selling .recent-selling-content .price span.old {
  font-size: 14px;
  color: #9e9e9e;
  text-decoration: line-through;
  margin-left: 3px;
}

@media only screen and (max-width: 767px) {
  .recent-selling-area.pb-60 {
    padding-bottom: 20px;
  }
}
.product-tab-list-5 {
  display: flex;
  justify-content: flex-end;
  margin: 13px 0 0;
}
@media only screen and (max-width: 767px) {
  .product-tab-list-5 {
    justify-content: center;
    margin: 0px 0 0;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .product-tab-list-5 {
    justify-content: flex-end;
  }
}
.product-tab-list-5 a {
  margin: 0 0px 0 60px;
  transition: all 0.5s ease 0s;
}
.product-tab-list-5 a:first-child {
  margin: 0 0px 0 0px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .product-tab-list-5 a {
    margin: 0 0px 0 30px;
  }
}
@media only screen and (max-width: 767px) {
  .product-tab-list-5 a {
    margin: 0 0px 0 28px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .product-tab-list-5 a {
    margin: 0 0px 0 28px;
  }
}
.product-tab-list-5 a h5 {
  font-size: 16px;
  color: #373737;
  line-height: 15px;
  margin: 0;
  transition: all 0.5s ease 0s;
}
@media only screen and (max-width: 767px) {
  .product-tab-list-5 a h5 {
    font-size: 14px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .product-tab-list-5 a h5 {
    font-size: 15px;
  }
}
.product-tab-list-5 a.active, .product-tab-list-5 a:hover {
  position: relative;
  transition: all 0.5s ease 0s;
}
.product-tab-list-5 a.active::before, .product-tab-list-5 a:hover::before {
  position: absolute;
  left: -10px;
  bottom: 2px;
  background-color: #ffb9b9;
  width: 37px;
  height: 8px;
  content: "";
  z-index: -1;
  transition: all 0.5s ease 0s;
}

.section-title-tab-wrap2 {
  margin-bottom: 50px;
}
@media only screen and (max-width: 767px) {
  .section-title-tab-wrap2 {
    margin-bottom: 30px;
  }
}

.shop-topbar-wrapper {
  border: 1px solid #e9e9e9;
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
  padding: 15px 24px;
}
@media only screen and (max-width: 767px) {
  .shop-topbar-wrapper {
    display: block;
    padding: 15px 15px;
    justify-content: inherit;
  }
}
.shop-topbar-wrapper .shop-topbar-left .view-mode {
  display: inline-block;
  float: left;
  margin-right: 33px;
  display: inline-block;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .shop-topbar-wrapper .shop-topbar-left .view-mode {
    margin-right: 10px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .shop-topbar-wrapper .shop-topbar-left .view-mode {
    margin-right: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .shop-topbar-wrapper .shop-topbar-left .view-mode {
    margin-right: 7px;
  }
}
.shop-topbar-wrapper .shop-topbar-left .view-mode a {
  color: #333;
  font-size: 25px;
  display: inline-block;
  margin: 0 10px 0 0;
}
.shop-topbar-wrapper .shop-topbar-left .view-mode a.active {
  color: #008cff;
}
.shop-topbar-wrapper .shop-topbar-left p {
  display: inline-block;
  margin: 0px 0 0;
  color: #333;
}
.shop-topbar-wrapper .product-sorting-wrapper {
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (max-width: 767px) {
  .shop-topbar-wrapper .product-sorting-wrapper {
    display: block;
    flex-wrap: inherit;
    overflow: hidden;
    width: 100%;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .shop-topbar-wrapper .product-sorting-wrapper {
    display: flex;
    flex-wrap: wrap;
  }
}
.shop-topbar-wrapper .product-sorting-wrapper .shorting-style {
  margin-left: 20px;
  display: flex;
}
@media only screen and (max-width: 767px) {
  .shop-topbar-wrapper .product-sorting-wrapper .shorting-style {
    margin-left: 0px;
    display: block;
    margin-bottom: 15px;
    margin-top: 15px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .shop-topbar-wrapper .product-sorting-wrapper .shorting-style {
    margin-left: 15px;
    margin-bottom: 0px;
  }
}
.shop-topbar-wrapper .product-sorting-wrapper .shorting-style label {
  color: #242424;
  cursor: pointer;
  margin: 3px 11px 0 0;
  font-size: 14px;
}
.shop-topbar-wrapper .product-sorting-wrapper .shorting-style select {
  -moz-appearance: none;
  -webkit-appearance: none;
  background: #fff url("../../assets/images/icon-img/shop.png") no-repeat scroll right 10px center;
  border: 1px solid #ebebeb;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  box-shadow: none;
  color: #242424;
  cursor: pointer;
  font-size: 14px;
  height: 30px;
  padding-left: 10px;
  width: 210px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .shop-topbar-wrapper .product-sorting-wrapper .shorting-style select {
    width: 150px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .shop-topbar-wrapper .product-sorting-wrapper .shorting-style select {
    width: 150px;
  }
}
@media only screen and (max-width: 767px) {
  .shop-topbar-wrapper .product-sorting-wrapper .shorting-style select {
    width: 150px;
  }
}
.shop-topbar-wrapper .product-sorting-wrapper .shorting-style select option {
  background: #fff;
  border: 0px solid #626262;
  padding-left: 10px;
  font-size: 14px;
}
.shop-topbar-wrapper .product-sorting-wrapper .shorting-style.product-shorting {
  margin-left: 0;
}
.shop-topbar-wrapper .product-sorting-wrapper .shorting-style.product-shorting select {
  width: 110px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .shop-topbar-wrapper .product-sorting-wrapper .shorting-style.product-shorting select {
    width: 75px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .shop-topbar-wrapper .product-sorting-wrapper .shorting-style.product-shorting select {
    width: 75px;
  }
}
@media only screen and (max-width: 767px) {
  .shop-topbar-wrapper .product-sorting-wrapper .shorting-style.product-shorting select {
    width: 163px;
  }
}

.shop-list-wrap .product-list-img {
  position: relative;
  transition: all 0.3s ease 0s;
}
.shop-list-wrap .product-list-img a img {
  width: 100%;
}
.shop-list-wrap .product-list-img .product-list-quickview {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease 0s;
  margin-top: 20px;
}
.shop-list-wrap .product-list-img .product-list-quickview a {
  font-size: 22px;
  color: #737373;
  border: 1px solid #e6e6e6;
  background-color: #fff;
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  text-align: center;
}
.shop-list-wrap .product-list-img .product-list-quickview a:hover {
  color: #fff;
  border: 1px solid #008cff;
  background-color: #008cff;
}
.shop-list-wrap .product-list-img.product-border-2 {
  border: 1px solid #f1f1f1;
}
.shop-list-wrap .shop-list-content span {
  color: #737373;
  font-size: 15px;
}
.shop-list-wrap .shop-list-content h4 {
  font-size: 20px;
  margin: 5px 0 17px;
  font-weight: 500;
}
.shop-list-wrap .shop-list-content .pro-list-price span {
  color: #373737;
  font-weight: bold;
  font-size: 22px;
  line-height: 1;
}
.shop-list-wrap .shop-list-content .pro-list-price span.old-price {
  font-weight: 400;
  text-decoration: line-through;
  font-size: 16px;
  margin: 0 0 0 10px;
}
.shop-list-wrap .shop-list-content p {
  font-size: 15px;
  color: #333333;
  line-height: 25px;
  margin: 10px 0 20px;
}
.shop-list-wrap .shop-list-content .product-list-action a {
  font-size: 22px;
  color: #222;
  border: 1px solid #e6e6e6;
  background-color: #F7F8FA;
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  text-align: center;
  margin-right: 10px;
}
.shop-list-wrap .shop-list-content .product-list-action a:last-child {
  margin-right: 0;
}
.shop-list-wrap .shop-list-content .product-list-action a:hover {
  color: #fff;
  border: 1px solid #008cff;
  background-color: #008cff;
}
@media only screen and (max-width: 767px) {
  .shop-list-wrap .shop-list-content {
    margin-top: 15px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .shop-list-wrap .shop-list-content {
    margin-top: 0px;
  }
}
.shop-list-wrap:hover .product-list-img .product-list-quickview {
  opacity: 1;
  visibility: visible;
  margin-top: 0px;
}
.shop-list-wrap:hover .product-list-img.pro-hover-shadow {
  box-shadow: 0 20px 30px rgba(0, 0, 0, 0.07);
}

/*-------- 7. Discount style ---------*/
.discount-img {
  margin: 0px 0 0 70px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .discount-img {
    margin: 0px 0 0 30px;
  }
}
.discount-img:before {
  background-color: #fff6f6;
  content: "";
  height: calc(100% - 30px);
  left: -70px;
  position: absolute;
  top: -40px;
  width: 100%;
  z-index: -1;
}
@media only screen and (max-width: 767px) {
  .discount-img:before {
    top: -30px;
    left: -30px;
  }
}
.discount-img a img {
  width: 100%;
}

.discount-content {
  margin-left: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .discount-content {
    margin-left: 0px;
  }
}
@media only screen and (max-width: 767px) {
  .discount-content {
    margin-left: 0px;
    margin-top: 30px;
  }
}
.discount-content p.bright-color {
  color: #373737;
  width: 83%;
  margin: 0 0 8px;
}
@media only screen and (max-width: 767px) {
  .discount-content p.bright-color {
    width: 100%;
  }
}
.discount-content h2 {
  font-size: 36px;
  color: #383838;
  font-weight: bold;
  margin: 21px 0 34px;
  line-height: 46px;
  letter-spacing: 0.5px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .discount-content h2 {
    margin: 15px 0 20px;
    line-height: 40px;
    font-size: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .discount-content h2 {
    margin: 15px 0 20px;
    line-height: 40px;
    font-size: 26px;
  }
}

/*-------- 8. Footer style ---------*/
.footer-push {
  height: 105px;
}

footer {
  margin-top: -105px;
}

.footer-widget {
  position: relative;
  z-index: 1;
}
.footer-widget .footer-social {
  margin-top: 21px;
}
.footer-widget .footer-social span {
  font-size: 16px;
  color: #737373;
}
.footer-widget .footer-social ul {
  margin-top: 23px;
}
.footer-widget .footer-social ul li {
  display: inline-block;
  margin-right: 23px;
}
.footer-widget .footer-social ul li:last-child {
  margin-right: 0;
}
.footer-widget .footer-social ul li a {
  font-size: 16px;
  color: #9d9d9d;
}
.footer-widget .footer-social ul li a:hover {
  color: #008cff;
}
.footer-widget .footer-title {
  margin: 0 0 30px;
}
@media only screen and (max-width: 767px) {
  .footer-widget .footer-title {
    margin: 0 0 18px;
  }
}
.footer-widget .footer-title h3 {
  font-size: 16px;
  color: #373737;
  text-transform: uppercase;
  font-weight: 500;
  margin: 0;
}
.footer-widget .footer-title-2 {
  margin: 0 0 40px;
}
@media only screen and (max-width: 767px) {
  .footer-widget .footer-title-2 {
    margin: 0 0 20px;
  }
}
.footer-widget .footer-title-2 h3 {
  color: #ffffff;
  font-weight: bold;
  font-size: 18px;
  font-family: "Poppins", sans-serif;
  text-transform: uppercase;
  margin: 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer-widget .footer-title-2 h3 {
    font-size: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .footer-widget .footer-title-2 h3 {
    font-size: 15px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .footer-widget .footer-title-2 h3 {
    font-size: 16px;
  }
}
.footer-widget .footer-title-3 {
  margin: 0 0 35px;
}
.footer-widget .footer-title-3 h3 {
  font-size: 18px;
  font-weight: 500;
  margin: 0 0 0px;
}
.footer-widget .footer-title-4 {
  margin: 0 0 35px;
}
.footer-widget .footer-title-4 h3 {
  font-size: 24px;
  font-weight: 500;
  margin: 0 0 0px;
  color: #ababab;
  text-transform: uppercase;
  position: relative;
  padding: 0 0 10px;
}
.footer-widget .footer-title-4 h3:before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 30px;
  height: 2px;
  background-color: #008cff;
}
.footer-widget .footer-list ul li {
  margin: 0 0 10px;
}
.footer-widget .footer-list ul li:last-child {
  margin-right: 0;
}
.footer-widget .footer-list ul li a {
  color: #737373;
  font-size: 16px;
}
.footer-widget .footer-list ul li a:hover {
  color: #008cff;
}
.footer-widget .footer-list-2 ul li {
  margin: 0px 0 16px;
}
.footer-widget .footer-list-2 ul li:last-child {
  margin-right: 0;
}
.footer-widget .footer-list-2 ul li a {
  color: #999999;
  font-size: 14px;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
}
.footer-widget .footer-list-2 ul li a:hover {
  color: #008cff;
}
.footer-widget .footer-list-3 ul li {
  margin: 0px 0 18px;
}
.footer-widget .footer-list-3 ul li:last-child {
  margin-right: 0;
}
.footer-widget .footer-list-4 ul li {
  margin: 0px 0 16px;
}
.footer-widget .footer-list-4 ul li:last-child {
  margin: 0px 0 0px;
}
.footer-widget .footer-list-4 ul li a {
  font-size: 16px;
  font-weight: 500;
  color: #ababab;
}
.footer-widget .footer-list-4 ul li a:hover {
  color: #008cff;
}
.footer-widget .footer-contact-wrap p {
  font-family: "Poppins", sans-serif;
  color: #999999;
  margin: 0;
}
.footer-widget .footer-contact-wrap .subscribe-form-2 {
  margin: 27px 0 37px;
}
.footer-widget .footer-contact-wrap .subscribe-form-2 .mc-form {
  position: relative;
}
.footer-widget .footer-contact-wrap .subscribe-form-2 .mc-form > input {
  background-color: rgba(255, 255, 255, 0.1);
  border: none;
  height: 45px;
  padding: 2px 60px 2px 30px;
  color: #999999;
  font-family: "Poppins", sans-serif;
  font-size: 12px;
  letter-spacing: 1px;
}
.footer-widget .footer-contact-wrap .subscribe-form-2 .mc-form .mc-news {
  display: none;
}
.footer-widget .footer-contact-wrap .subscribe-form-2 .mc-form .clear {
  display: inline-block;
  position: absolute;
  right: 2px;
  top: 0;
  transition: all 0.3s ease 0s;
  width: 50px;
  border: none;
  padding: 0;
  z-index: 99;
  background: rgba(0, 0, 0, 0) url("../../assets/images/icon-img/footer-mail.png") no-repeat scroll right 22px center;
}
.footer-widget .footer-contact-wrap .subscribe-form-2 .mc-form .clear input {
  background-color: transparent;
  border: none;
}
.footer-widget .footer-contact-wrap .subscribe-form-2 .mc-form .clear:hover {
  background: rgba(0, 0, 0, 0) url("../../assets/images/icon-img/footer-mail-hover.png") no-repeat scroll right 22px center;
}
.footer-widget .footer-contact-wrap .footer-contact-content p {
  display: flex;
  align-items: center;
  font-family: "Poppins", sans-serif;
  color: #999999;
  margin: 0 0 16px;
}
.footer-widget .footer-contact-wrap .footer-contact-content p:last-child {
  margin: 0;
}
.footer-widget .footer-contact-wrap .footer-contact-content p i {
  color: #999999;
  font-size: 20px;
  margin-right: 12px;
}
.footer-widget .subscribe-style > p {
  color: #373737;
  font-size: 16px;
  margin: 0;
}
.footer-widget .subscribe-style .subscribe-form .mc-form {
  position: relative;
}
.footer-widget .subscribe-style .subscribe-form .mc-form input {
  font-size: 14px;
  color: #737373;
  letter-spacing: 0.02px;
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #e3e3e3;
  padding: 2px 60px 2px 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer-widget .subscribe-style .subscribe-form .mc-form input {
    padding: 2px 40px 2px 0;
  }
}
.footer-widget .subscribe-style .subscribe-form .mc-form input::-webkit-input-placeholder {
  color: #737373;
  opacity: 1;
}
.footer-widget .subscribe-style .subscribe-form .mc-form .mc-news {
  display: none;
}
.footer-widget .subscribe-style .subscribe-form .mc-form .clear {
  display: inline-block;
  position: absolute;
  right: 2px;
  top: 0;
  transition: all 0.3s ease 0s;
  width: 50px;
  border: none;
  padding: 0;
  z-index: 99;
  background: rgba(0, 0, 0, 0) url("../../assets/images/icon-img/footer-search.png") no-repeat scroll right 18px center;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer-widget .subscribe-style .subscribe-form .mc-form .clear {
    background: rgba(0, 0, 0, 0) url("../../assets/images/icon-img/footer-search.png") no-repeat scroll right 0px center;
  }
}
.footer-widget .subscribe-style .subscribe-form .mc-form .clear input {
  width: 50px;
  cursor: pointer;
  z-index: -1;
}
.footer-widget .subscribe-style .subscribe-form .mc-form .clear:hover {
  background: rgba(0, 0, 0, 0) url("../../assets/images/icon-img/footer-search-hover.png") no-repeat scroll right 18px center;
}
@media only screen and (max-width: 767px) {
  .footer-widget .subscribe-style.mt-45 {
    margin-top: 18px;
  }
}
.footer-widget .footer-about p {
  color: #373737;
  font-family: "Roboto", sans-serif;
  margin: 0;
  line-height: 25px;
  margin: 42px 0 0;
  width: 76%;
}
@media only screen and (min-width: 1200px) and (max-width: 1366px) {
  .footer-widget .footer-about p {
    width: 90%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .footer-widget .footer-about p {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer-widget .footer-about p {
    width: 90%;
    margin: 25px 0 0;
  }
}
@media only screen and (max-width: 767px) {
  .footer-widget .footer-about p {
    width: 100%;
    margin: 20px 0 0;
  }
}
.footer-widget.footer-ngtv-mrg1 {
  margin-left: -12px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .footer-widget.footer-ngtv-mrg1 {
    margin-left: 0px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer-widget.footer-ngtv-mrg1 {
    margin-left: 0px;
  }
}
@media only screen and (max-width: 767px) {
  .footer-widget.footer-ngtv-mrg1 {
    margin-left: 0px;
  }
}
@media only screen and (min-width: 1367px) and (max-width: 1600px) {
  .footer-widget.ml-135 {
    margin-left: 55px;
  }
  .footer-widget.ml-200 {
    margin-left: 145px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1366px) {
  .footer-widget.ml-135 {
    margin-left: 40px;
  }
  .footer-widget.ml-35 {
    margin-left: 0px;
  }
  .footer-widget.ml-200 {
    margin-left: 120px;
  }
  .footer-widget.ml-55 {
    margin-left: 60px;
  }
  .footer-widget.ml-55.mrg-md-footer {
    margin-left: 0px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .footer-widget.ml-135 {
    margin-left: 0px;
  }
  .footer-widget.ml-35 {
    margin-left: 0px;
  }
  .footer-widget.ml-200 {
    margin-left: 70px;
  }
  .footer-widget.ml-55 {
    margin-left: 50px;
  }
  .footer-widget.ml-55.mrg-md-footer {
    margin-left: 0px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer-widget.ml-135 {
    margin-left: 0px;
  }
  .footer-widget.ml-35 {
    margin-left: 0px;
  }
  .footer-widget.ml-55 {
    margin-left: 0px;
  }
  .footer-widget.ml-55.mrg-md-footer {
    margin-left: 30px;
  }
  .footer-widget.ml-200 {
    margin-left: 0px;
  }
  .footer-widget.f-right {
    float: left;
    margin-left: 30px;
  }
  .footer-widget.footer-mrg-hm1 {
    margin-left: 28px;
  }
}
@media only screen and (max-width: 767px) {
  .footer-widget.ml-135 {
    margin-left: 0px;
  }
  .footer-widget.ml-35 {
    margin-left: 0px;
  }
  .footer-widget.ml-55 {
    margin-left: 0px;
  }
  .footer-widget.ml-200 {
    margin-left: 0px;
  }
  .footer-widget.f-right {
    float: left;
  }
}

.copyright p {
  letter-spacing: 13px;
  letter-spacing: 1px;
}
.copyright p a {
  color: #737373;
}
.copyright p a:hover {
  color: #008cff;
}

.copyright-2 p {
  letter-spacing: 1px;
  color: #999999;
}
.copyright-2 p a {
  color: #999999;
}
.copyright-2 p a:hover {
  color: #008cff;
}

.copyright-3 p {
  color: #6d6d6d;
}
.copyright-3 p a {
  color: #6d6d6d;
}
.copyright-3 p a:hover {
  color: #008cff;
}

.copyright-5 p {
  color: #919191;
  line-height: 1;
}
.copyright-5 p a {
  color: #919191;
}
.copyright-5 p a:hover {
  color: #008cff;
}
@media only screen and (max-width: 767px) {
  .copyright-5 {
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .copyright-5 {
    margin-bottom: 0px;
  }
}

.copyright-4 {
  margin-top: 33px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .copyright-4 {
    margin-top: 7px;
  }
}
@media only screen and (max-width: 767px) {
  .copyright-4 {
    margin-top: 0px;
  }
}
.copyright-4 p {
  color: #919191;
  line-height: 1;
}
.copyright-4 p a {
  color: #919191;
}
.copyright-4 p a:hover {
  color: #008cff;
}

@media only screen and (max-width: 767px) {
  .footer-top.pb-75 {
    padding-bottom: 20px;
  }
  .footer-top.pb-85 {
    padding-bottom: 20px;
  }
  .footer-top.pb-40 {
    padding-bottom: 15px;
  }
  .footer-top.pb-60 {
    padding-bottom: 10px;
  }
}

.footer-overlay::before {
  opacity: 0.9;
  background-color: #000;
}

.footer-tag-wrap {
  display: flex;
  padding: 0 15px 0px;
}
.footer-tag-wrap .footer-tag-title {
  flex: 0 0 57px;
}
.footer-tag-wrap .footer-tag-title span {
  color: #373737;
  font-weight: bold;
  font-size: 16px;
  text-transform: uppercase;
}
.footer-tag-wrap .footer-tag-list ul li {
  display: inline-block;
  margin: 0 20px 5px 20px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .footer-tag-wrap .footer-tag-list ul li {
    margin: 0 20px 5px 0px;
  }
}
.footer-tag-wrap .footer-tag-list ul li:before {
  background-color: #6c6d6e;
  position: absolute;
  height: 12px;
  width: 1px;
  content: "";
  right: -20px;
  top: 5px;
}
@media only screen and (max-width: 767px) {
  .footer-tag-wrap .footer-tag-list ul li:before {
    right: -10px;
  }
}
.footer-tag-wrap .footer-tag-list ul li:last-child:before {
  display: none;
}
.footer-tag-wrap .footer-tag-list ul li a {
  color: #373737;
  font-weight: 400;
}
.footer-tag-wrap .footer-tag-list ul li a:hover {
  color: #008cff;
}

.footer-menu {
  margin-left: 77px;
}
@media only screen and (max-width: 767px) {
  .footer-menu {
    margin-left: 0px;
    text-align: center;
  }
}
.footer-menu nav ul li {
  display: inline-block;
  margin-right: 75px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .footer-menu nav ul li {
    margin-right: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer-menu nav ul li {
    margin-right: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .footer-menu nav ul li {
    margin-right: 18px;
  }
}
.footer-menu nav ul li:last-child {
  margin-right: 0;
}
.footer-menu nav ul li a {
  color: #010211;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.2px;
}
.footer-menu nav ul li a:hover {
  color: #008cff;
}

.footer-social-2 {
  margin-top: 29px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer-social-2 {
    margin-top: 0px;
  }
}
@media only screen and (max-width: 767px) {
  .footer-social-2 {
    margin-top: 0px;
    text-align: center;
  }
}
.footer-social-2 ul {
  margin: 5px 0 0;
}
.footer-social-2 ul li {
  display: inline-block;
  margin-right: 27px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .footer-social-2 ul li {
    margin-right: 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer-social-2 ul li {
    margin-right: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .footer-social-2 ul li {
    margin-right: 15px;
  }
}
.footer-social-2 ul li:last-child {
  margin-right: 0px;
}
.footer-social-2 ul li a {
  font-size: 14px;
  color: #ababab;
}
.footer-social-2 ul li a:hover {
  color: #008cff;
}

.footer-payment {
  text-align: right;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer-payment a img {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .footer-payment {
    text-align: center;
  }
  .footer-payment a img {
    width: 100%;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .footer-payment a img {
    width: auto;
  }
  .footer-payment.footer-payment2 a img {
    width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  .footer-logo-4 {
    text-align: center;
  }
}
@media only screen and (max-width: 767px) {
  .subscribe-bg.pb-50 {
    padding-bottom: 50px;
  }
}
.subscribe-content-3 h2 {
  font-size: 26px;
  font-weight: bold;
  color: #393939;
  margin: 0 0 28px;
}
@media only screen and (max-width: 767px) {
  .subscribe-content-3 h2 {
    font-size: 20px;
  }
}
.subscribe-content-3 .subscribe-form-3 {
  position: relative;
}
.subscribe-content-3 .subscribe-form-3 .mc-form {
  position: relative;
}
.subscribe-content-3 .subscribe-form-3 .mc-form input {
  height: 50px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border: 1px solid #eeeff3;
  font-size: 14px;
  color: #393939;
  font-weight: 300;
  letter-spacing: 1px;
  background-color: transparent;
  padding: 0 70px 0 30px;
}
.subscribe-content-3 .subscribe-form-3 .mc-form input::-moz-placeholder {
  color: #393939;
  opacity: 1 !important;
}
.subscribe-content-3 .subscribe-form-3 .mc-form input::-webkit-input-placeholder {
  color: #393939;
  opacity: 1 !important;
}
.subscribe-content-3 .subscribe-form-3 .mc-form .mc-news {
  display: none;
}
.subscribe-content-3 .subscribe-form-3 .mc-form .clear {
  display: inline-block;
  position: absolute;
  right: 2px;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s ease 0s;
  width: 50px;
  border: none;
  padding: 0;
  z-index: 99;
  background: rgba(0, 0, 0, 0) url("../../assets/images/icon-img/send-hm5.png") no-repeat scroll right 33px center;
}
.subscribe-content-3 .subscribe-form-3 .mc-form .clear input {
  background-color: transparent;
  border: none;
  padding: 0 0px 0 0px;
}
.subscribe-content-3 .subscribe-form-3 .mc-form .clear:hover {
  background: rgba(0, 0, 0, 0) url("../../assets/images/icon-img/send-hm5-white.png") no-repeat scroll right 33px center;
}

.footer-contact-wrap-2 .footer-contact-content-2 {
  margin: 39px 0 0;
}
.footer-contact-wrap-2 .footer-contact-content-2 h5 {
  font-size: 22px;
  font-weight: 500;
  color: #ababab;
  margin: 0 0 10px;
  line-height: 1;
}
.footer-contact-wrap-2 .footer-contact-content-2 .footer-info-hm5 {
  margin: 0 0 41px;
}
.footer-contact-wrap-2 .footer-contact-content-2 .footer-info-hm5 span {
  font-size: 22px;
  color: #ababab;
  display: block;
  line-height: 1;
  margin: 0 0 9px;
}
.footer-contact-wrap-2 .footer-contact-content-2 .footer-info-hm5 p {
  font-size: 22px;
  color: #ababab;
}
.footer-contact-wrap-2 .footer-contact-content-2 .footer-info-hm5 p a {
  color: #ababab;
}
.footer-contact-wrap-2 .footer-contact-content-2 .footer-info-hm5 p a:hover {
  color: #008cff;
}
.footer-contact-wrap-2 .footer-contact-content-2 .footer-social-hm5 span {
  font-size: 22px;
  color: #ababab;
  display: block;
  line-height: 1;
  margin: 0 0 17px;
}
.footer-contact-wrap-2 .footer-contact-content-2 .footer-social-hm5 ul li {
  display: inline-block;
  margin-right: 28px;
}
.footer-contact-wrap-2 .footer-contact-content-2 .footer-social-hm5 ul li:last-child {
  margin-right: 0px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .footer-contact-wrap-2 .footer-contact-content-2 .footer-social-hm5 ul li {
    margin-right: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .footer-contact-wrap-2 .footer-contact-content-2 .footer-social-hm5 ul li {
    margin-right: 10px;
  }
}
.footer-contact-wrap-2 .footer-contact-content-2 .footer-social-hm5 ul li a {
  color: #ababab;
}
.footer-contact-wrap-2 .footer-contact-content-2 .footer-social-hm5 ul li a:hover {
  color: #008cff;
}

/*-------- 9. Overview style ---------*/
.overview-img {
  margin: 0 -36px 0 70px;
}
@media only screen and (min-width: 1200px) and (max-width: 1366px) {
  .overview-img {
    margin: 0 0px 0 70px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .overview-img {
    margin: 0 0px 0 60px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .overview-img {
    margin: 0 0px 0 0px;
  }
}
@media only screen and (max-width: 767px) {
  .overview-img {
    margin: 0 0px 0 0px;
  }
}
.overview-img img {
  width: 100%;
}

.overview-content {
  padding-left: 70px;
  margin-top: -63px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .overview-content {
    padding-left: 0px;
    margin-top: -63px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .overview-content {
    padding-left: 0px;
    margin-top: -43px;
  }
}
@media only screen and (max-width: 767px) {
  .overview-content {
    padding-left: 0px;
    margin-top: 20px;
    margin-bottom: 50px;
  }
}
.overview-content h2 {
  color: #292323;
  font-size: 50px;
  font-weight: bold;
  line-height: 55px;
  margin: 0;
  text-transform: uppercase;
}
@media only screen and (min-width: 1200px) and (max-width: 1366px) {
  .overview-content h2 {
    font-size: 40px;
    line-height: 50px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .overview-content h2 {
    font-size: 38px;
    line-height: 47px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .overview-content h2 {
    font-size: 30px;
    line-height: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .overview-content h2 {
    font-size: 25px;
    line-height: 35px;
  }
}
.overview-content p {
  font-size: 16px;
  color: #383838;
  line-height: 26px;
  width: 80%;
  margin: 23px 0 31px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .overview-content p {
    margin: 13px 0 21px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .overview-content p {
    width: 100%;
    margin: 15px 0 21px;
  }
}
@media only screen and (max-width: 767px) {
  .overview-content p {
    width: 100%;
  }
}
.overview-content .overview-video {
  display: inline-block;
}
.overview-content .overview-video a {
  display: flex;
  align-items: center;
  font-size: 16px;
  color: #010211;
  letter-spacing: 0.2px;
}
.overview-content .overview-video a i {
  font-size: 36px;
  color: #008cff;
  margin-right: 8px;
}
.overview-content .overview-video a:hover {
  color: #008cff;
}

/*-------- 10. Instagram style ---------*/
.instafeed-style {
  display: flex;
}

.instagram-item {
  overflow: hidden;
}
.instagram-item a img {
  width: 100%;
  transform: scale(1);
  transition: all 0.5s ease 0s;
}
.instagram-item a img:hover {
  transform: scale(1.1);
}

/*-------- 11. Category style ---------*/
.category-wrap {
  position: relative;
}
.category-wrap:before {
  background-color: #1d1d26;
  opacity: 0.6;
  pointer-events: none;
  transition: all 0.3s ease 0s;
}
.category-wrap > a {
  display: block;
}
.category-wrap > a img {
  width: 100%;
}
.category-wrap .category-content {
  position: absolute;
  top: 83px;
  left: 44px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .category-wrap .category-content {
    top: 30px;
    left: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .category-wrap .category-content {
    top: 30px;
    left: 30px;
  }
}
.category-wrap .category-content h3 {
  color: #ffffff;
  font-size: 30px;
  margin: 14px 0 0;
  font-weight: bold;
  line-height: 35px;
  letter-spacing: 0.2px;
}
@media only screen and (min-width: 1200px) and (max-width: 1366px) {
  .category-wrap .category-content h3 {
    font-size: 25px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .category-wrap .category-content h3 {
    font-size: 23px;
    line-height: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .category-wrap .category-content h3 {
    font-size: 26px;
  }
}
@media only screen and (max-width: 767px) {
  .category-wrap .category-content h3 {
    font-size: 25px;
  }
}
.category-wrap .category-icon {
  position: absolute;
  bottom: 56px;
  left: 44px;
  overflow: hidden;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .category-wrap .category-icon {
    bottom: 30px;
    left: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .category-wrap .category-icon {
    bottom: 30px;
    left: 30px;
  }
}
.category-wrap .category-icon a {
  display: inline-block;
}
.category-wrap .category-icon a img {
  position: relative;
}
.category-wrap .category-icon a img.category-normal-icon {
  opacity: 1;
  visibility: visible;
  transition: all 0.3s ease 0s;
  left: 0px;
}
.category-wrap .category-icon a img.category-hover-icon {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 0;
  left: -20px;
  transition: all 0.4s ease 0s;
}
.category-wrap .category-icon:hover a img.category-hover-icon {
  opacity: 1;
  visibility: visible;
  left: 0px;
}
.category-wrap .category-icon:hover a img.category-normal-icon {
  opacity: 0;
  visibility: hidden;
  left: 20px;
}
.category-wrap:hover:before {
  opacity: 0.9;
}
.category-wrap:hover .category-content img {
  animation: 500ms ease-in-out 0s normal none 1 running tada;
}

/*-------- 12. Deal style ---------*/
.deal-img {
  margin: 0 100px 0 -30px;
}
@media only screen and (min-width: 1367px) and (max-width: 1600px) {
  .deal-img {
    margin: 0 100px 0 0px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1366px) {
  .deal-img {
    margin: 0 100px 0 0px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .deal-img {
    margin: 0 50px 0 0px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .deal-img {
    margin: 0 0px 0 0px;
  }
}
@media only screen and (max-width: 767px) {
  .deal-img {
    margin: 0 0px 0 0px;
    position: relative;
    z-index: 9;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .deal-img {
    margin: 0 30px 0 30px;
  }
}
.deal-img a img {
  width: 100%;
}

.deal-content {
  margin-top: 15px;
  position: relative;
  z-index: 9;
}
.deal-content h2 {
  color: #141517;
  font-size: 48px;
  font-weight: bold;
  margin: 0 0 19px;
  letter-spacing: 0.2px;
  line-height: 42px;
}
@media only screen and (min-width: 1200px) and (max-width: 1366px) {
  .deal-content h2 {
    font-size: 40px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .deal-content h2 {
    font-size: 34px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .deal-content h2 {
    font-size: 24px;
    margin: 0 0 10px;
    line-height: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .deal-content h2 {
    font-size: 25px;
    margin: 20px 0 10px;
    line-height: 33px;
  }
}
.deal-content span {
  font-size: 18px;
  font-weight: bold;
  color: #141517;
  letter-spacing: 0.2px;
  display: block;
  line-height: 1;
}
.deal-content .deal-price {
  display: flex;
  align-items: flex-end;
  margin: 26px 0 22px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .deal-content .deal-price {
    margin: 16px 0 12px;
  }
}
@media only screen and (max-width: 767px) {
  .deal-content .deal-price {
    margin: 18px 0 14px;
  }
}
.deal-content .deal-price span {
  font-size: 30px;
  font-weight: bold;
  color: #141517;
  letter-spacing: 0.2px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .deal-content .deal-price span {
    font-size: 25px;
  }
}
@media only screen and (max-width: 767px) {
  .deal-content .deal-price span {
    font-size: 24px;
  }
}
.deal-content .deal-price span.old {
  font-size: 20px;
  color: #898989;
  text-decoration: line-through;
  margin: 0 0 0 18px;
}
.deal-content p {
  color: #373737;
  font-size: 16px;
  line-height: 26px;
  font-family: "Roboto", sans-serif;
  margin: 0;
  width: 81%;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .deal-content p {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .deal-content p {
    width: 90%;
  }
}
@media only screen and (max-width: 767px) {
  .deal-content p {
    width: 100%;
  }
}
.deal-content .timer-style-1 {
  margin: 32px 0 39px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .deal-content .timer-style-1 {
    margin: 22px 0 29px;
  }
}
@media only screen and (max-width: 767px) {
  .deal-content .timer-style-1 {
    margin: 20px 0 20px;
  }
}
.deal-content .timer-style-1 div {
  display: flex;
  flex-wrap: wrap;
}
.deal-content .timer-style-1 div > span {
  display: flex;
  align-items: flex-end;
  margin: 0 30px 0 0;
}
.deal-content .timer-style-1 div > span span {
  font-size: 30px;
  color: #141517;
  font-weight: 300;
  letter-spacing: 0.2px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .deal-content .timer-style-1 div > span {
    margin: 0 15px 0 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .deal-content .timer-style-1 div > span {
    margin: 0 10px 10px 0;
  }
}
@media only screen and (max-width: 767px) {
  .deal-content .timer-style-1 div > span {
    margin: 0 30px 20px 0;
  }
}
.deal-content .timer-style-1 div > span > p {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-size: 16px;
  margin: 0 0 0 10px;
}

.deal-area {
  position: relative;
  overflow: hidden;
}
.deal-area img.deal-leaf-1 {
  position: absolute;
  bottom: 0;
  left: 5px;
  width: 353px;
}
@media only screen and (min-width: 1367px) and (max-width: 1600px) {
  .deal-area img.deal-leaf-1 {
    width: 220px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1366px) {
  .deal-area img.deal-leaf-1 {
    width: 200px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .deal-area img.deal-leaf-1 {
    width: 150px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .deal-area img.deal-leaf-1 {
    width: 150px;
  }
}
@media only screen and (max-width: 767px) {
  .deal-area img.deal-leaf-1 {
    width: 150px;
  }
}
.deal-area img.deal-leaf-2 {
  position: absolute;
  right: 0;
  top: 17px;
  width: 191px;
  z-index: 1;
}
@media only screen and (min-width: 1367px) and (max-width: 1600px) {
  .deal-area img.deal-leaf-2 {
    width: 145px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1366px) {
  .deal-area img.deal-leaf-2 {
    width: 135px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .deal-area img.deal-leaf-2 {
    width: 100px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .deal-area img.deal-leaf-2 {
    width: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .deal-area img.deal-leaf-2 {
    width: 120px;
    top: 0px;
  }
}
.deal-area img.deal-leaf-3 {
  position: absolute;
  bottom: 0;
  right: 78px;
  width: 74px;
}
@media only screen and (max-width: 767px) {
  .deal-area img.deal-leaf-3 {
    right: 20px;
  }
}

.deal-content-2 {
  margin-left: -13px;
  position: relative;
  z-index: 9;
}
@media only screen and (min-width: 1200px) and (max-width: 1366px) {
  .deal-content-2 {
    margin-left: 0px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .deal-content-2 {
    margin-left: 0px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .deal-content-2 {
    margin-left: 0px;
  }
}
@media only screen and (max-width: 767px) {
  .deal-content-2 {
    margin-left: 0px;
    text-align: center;
  }
}
.deal-content-2 h2 {
  font-size: 40px;
  font-weight: 300;
  color: #3c3d40;
  letter-spacing: 1px;
  margin: 0px;
}
@media only screen and (max-width: 767px) {
  .deal-content-2 h2 {
    font-size: 28px;
  }
}
.deal-content-2 p {
  color: #232323;
  font-size: 16px;
  line-height: 26px;
  margin: 15px 0 31px;
  width: 80%;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .deal-content-2 p {
    width: 62%;
  }
}
@media only screen and (max-width: 767px) {
  .deal-content-2 p {
    width: 100%;
    color: #000;
  }
}
.deal-content-2 .deal-5-btn {
  margin-top: 45px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .deal-content-2 .deal-5-btn {
    margin-top: 0px;
  }
}
@media only screen and (max-width: 767px) {
  .deal-content-2 .deal-5-btn {
    margin-top: 10px;
  }
}
.deal-content-2 .deal-5-btn a {
  font-weight: bold;
  background-color: #008cff;
  color: #fff;
  display: inline-block;
  line-height: 1;
  letter-spacing: 1px;
  font-size: 14px;
  z-index: 1;
  padding: 12px 30px 15px;
}
.deal-content-2.deal-content-5 p {
  width: 95%;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .deal-content-2.deal-content-5 p {
    width: 62%;
    margin: 15px auto 31px;
  }
}

.timer-style-3 div {
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (max-width: 767px) {
  .timer-style-3 div {
    justify-content: center;
  }
}
.timer-style-3 div > span {
  text-align: center;
  margin-right: 4px;
}
.timer-style-3 div > span:last-child {
  margin-right: 0px;
}
@media only screen and (max-width: 767px) {
  .timer-style-3 div > span {
    margin: 0 2px 20px;
  }
}
.timer-style-3 div > span span {
  font-size: 50px;
  color: #9390a0;
  font-weight: 300;
  height: 100px;
  width: 100px;
  line-height: 100px;
  background-color: #fff;
  display: block;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
  z-index: 9;
  position: relative;
}
.timer-style-3 div > span p {
  font-size: 12px;
  text-transform: uppercase;
  color: #1c1c1c;
  letter-spacing: 1px;
  margin: 4px 0 0;
  line-height: 1;
  background-color: #fff;
  min-width: 100px;
  padding: 9px 0 8px;
  z-index: 1;
  position: relative;
}

.deal-img-2 {
  margin: 0 -20px 0 -33px;
  position: relative;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .deal-img-2 {
    margin: 0 0px 0 0px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .deal-img-2 {
    margin: 0 0px 0 0px;
  }
}
@media only screen and (max-width: 767px) {
  .deal-img-2 {
    margin: 0 0px 0 0px;
  }
}
.deal-img-2 img {
  width: 100%;
}
.deal-img-2 .deal-btn {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 175px;
}
@media only screen and (max-width: 767px) {
  .deal-img-2 .deal-btn {
    bottom: 50px;
  }
}
.deal-img-2 .deal-btn a {
  display: inline-block;
  border: 1px solid #000;
  background-color: #ea2e49;
  color: #fff;
  text-transform: uppercase;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  line-height: 1;
  z-index: 1;
  padding: 14px 40px 13px;
}
@media only screen and (max-width: 767px) {
  .deal-img-2 .deal-btn a {
    padding: 14px 15px 13px;
  }
}

.deal-content-3 {
  margin-left: 70px;
  margin-top: -55px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .deal-content-3 {
    margin-left: 0px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .deal-content-3 {
    margin-left: 0px;
    margin-top: 35px;
    margin-bottom: 50px;
    text-align: center;
  }
  .deal-content-3 .timer-style-3 div {
    justify-content: center;
  }
}
@media only screen and (max-width: 767px) {
  .deal-content-3 {
    margin-left: 0px;
    margin-top: 35px;
    margin-bottom: 50px;
    text-align: center;
  }
  .deal-content-3 .timer-style-3 div {
    justify-content: center;
  }
}
.deal-content-3 h2 {
  font-weight: bold;
  font-size: 50px;
  color: #292323;
  margin: 0 0 30px;
  text-transform: uppercase;
  line-height: 55px;
}
@media only screen and (min-width: 1200px) and (max-width: 1366px) {
  .deal-content-3 h2 {
    font-size: 36px;
    margin: 0 0 20px;
    line-height: 45px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .deal-content-3 h2 {
    font-size: 30px;
    margin: 0 0 20px;
    line-height: 38px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .deal-content-3 h2 {
    font-size: 30px;
    margin: 0 0 20px;
    line-height: 38px;
  }
}
@media only screen and (max-width: 767px) {
  .deal-content-3 h2 {
    font-size: 24px;
    margin: 0 0 20px;
    line-height: 32px;
  }
}

.deal-content-4 {
  margin-left: 70px;
}
@media only screen and (max-width: 767px) {
  .deal-content-4 {
    margin-left: 0px;
  }
}
.deal-content-4 img {
  width: 381px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .deal-content-4 img {
    width: 330px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .deal-content-4 img {
    width: 280px;
  }
}
@media only screen and (max-width: 767px) {
  .deal-content-4 img {
    width: 180px;
  }
}
.deal-content-4 h2 {
  font-size: 50px;
  font-weight: 500;
  color: #010225;
  margin: -25px 0 0px;
}
@media only screen and (min-width: 1200px) and (max-width: 1366px) {
  .deal-content-4 h2 {
    font-size: 42px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .deal-content-4 h2 {
    font-size: 40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .deal-content-4 h2 {
    font-size: 37px;
  }
}
@media only screen and (max-width: 767px) {
  .deal-content-4 h2 {
    font-size: 25px;
    margin: -15px 0 0px;
  }
}
.deal-content-4 p {
  font-size: 16px;
  color: #010225;
  margin: 16px 0 23px;
  line-height: 26px;
  width: 67%;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .deal-content-4 p {
    width: 78%;
    margin: 10px 0 13px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .deal-content-4 p {
    width: 73%;
    margin: 10px 0 13px;
  }
}
@media only screen and (max-width: 767px) {
  .deal-content-4 p {
    width: 100%;
    margin: 6px 0 13px;
  }
}
.deal-content-4 .deal-btn4 a {
  display: inline-block;
  line-height: 1;
  color: #008cff;
  font-size: 16px;
  border: 1px solid #008cff;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  padding: 15px 30px;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .deal-content-4 .deal-btn4 a {
    padding: 10px 30px 12px;
  }
}
.deal-content-4 .deal-btn4 a:hover {
  color: #fff;
}

.deal-bg {
  padding: 150px 0;
}
@media only screen and (min-width: 1367px) and (max-width: 1600px) {
  .deal-bg {
    padding: 72px 0;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1366px) {
  .deal-bg {
    padding: 60px 0;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .deal-bg {
    padding: 50px 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .deal-bg {
    padding: 25px 0;
    background-position: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .deal-bg {
    padding: 20px 0;
    background-position: 2%;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .deal-bg {
    background-position: 94%;
  }
}

.deal-content-5 {
  margin-left: 370px;
  margin-top: -14px;
}
@media only screen and (min-width: 1367px) and (max-width: 1600px) {
  .deal-content-5 {
    margin-left: 65px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1366px) {
  .deal-content-5 {
    margin-left: 15px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .deal-content-5 {
    margin-left: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .deal-content-5 {
    margin-left: 0px;
    text-align: center;
  }
  .deal-content-5 .timer-style-3 div {
    justify-content: center;
  }
}
@media only screen and (max-width: 767px) {
  .deal-content-5 {
    margin-left: 15px;
    margin-right: 15px;
  }
}

.deal-5-img {
  margin-left: 86px;
}
@media only screen and (min-width: 1200px) and (max-width: 1366px) {
  .deal-5-img {
    margin-left: 15px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .deal-5-img {
    margin-left: 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .deal-5-img {
    margin-left: 40px;
    margin-top: 40px;
    margin-right: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .deal-5-img {
    margin-left: 15px;
    margin-top: 30px;
    margin-right: 15px;
  }
}
.deal-5-img img {
  width: 100%;
}

/*-------- 13. Feature style ---------*/
.feature-border {
  border: 1px solid #f1f1f1;
  padding: 63px 0 30px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .feature-border {
    padding: 43px 20px 10px 20px;
  }
  .feature-border.feature-border-about {
    padding: 43px 20px 10px 20px;
  }
}
@media only screen and (max-width: 767px) {
  .feature-border {
    padding: 43px 20px 10px 20px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .feature-wrap {
    text-align: center;
  }
}
@media only screen and (max-width: 767px) {
  .feature-wrap {
    text-align: center;
  }
}
.feature-wrap h5 {
  font-size: 16px;
  margin: 18px 0 6px;
}
.feature-wrap p {
  margin: 0;
}
.feature-wrap:hover img {
  animation: 500ms ease-in-out 0s normal none 1 running flip;
}
.feature-wrap.feature-mrg-1 {
  margin-left: 148px;
}
@media only screen and (min-width: 1367px) and (max-width: 1600px) {
  .feature-wrap.feature-mrg-1 {
    margin-left: 44px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1366px) {
  .feature-wrap.feature-mrg-1 {
    margin-left: 44px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .feature-wrap.feature-mrg-1 {
    margin-left: 35px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .feature-wrap.feature-mrg-1 {
    margin-left: 0px;
  }
}
@media only screen and (max-width: 767px) {
  .feature-wrap.feature-mrg-1 {
    margin-left: 0px;
  }
}
.feature-wrap.feature-mrg-2 {
  margin-left: 135px;
}
@media only screen and (min-width: 1367px) and (max-width: 1600px) {
  .feature-wrap.feature-mrg-2 {
    margin-left: 60px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1366px) {
  .feature-wrap.feature-mrg-2 {
    margin-left: 60px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .feature-wrap.feature-mrg-2 {
    margin-left: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .feature-wrap.feature-mrg-2 {
    margin-left: 0px;
  }
}
@media only screen and (max-width: 767px) {
  .feature-wrap.feature-mrg-2 {
    margin-left: 0px;
  }
}
.feature-wrap.feature-mrg-3 {
  margin-left: 121px;
}
@media only screen and (min-width: 1367px) and (max-width: 1600px) {
  .feature-wrap.feature-mrg-3 {
    margin-left: 85px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1366px) {
  .feature-wrap.feature-mrg-3 {
    margin-left: 85px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .feature-wrap.feature-mrg-3 {
    margin-left: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .feature-wrap.feature-mrg-3 {
    margin-left: 0px;
  }
}
@media only screen and (max-width: 767px) {
  .feature-wrap.feature-mrg-3 {
    margin-left: 0px;
  }
}
.feature-wrap.feature-mrg-4 {
  margin-left: 110px;
}
@media only screen and (min-width: 1200px) and (max-width: 1366px) {
  .feature-wrap.feature-mrg-4 {
    margin-left: 95px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .feature-wrap.feature-mrg-4 {
    margin-left: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .feature-wrap.feature-mrg-4 {
    margin-left: 0px;
  }
}
@media only screen and (max-width: 767px) {
  .feature-wrap.feature-mrg-4 {
    margin-left: 0px;
  }
}

/*------- 14. Brand logo style  -------*/
.brand-logo-active.owl-carousel .owl-item img {
  display: inline-block;
  width: auto;
}
.brand-logo-active .single-brand-logo {
  text-align: center;
}
.brand-logo-active .single-brand-logo img {
  filter: grayscale(100%);
  transition: all 0.5s ease 0s;
}
.brand-logo-active .single-brand-logo:hover img {
  filter: grayscale(0%);
}

.brand-logo-border {
  border: 1px solid #f1f1f1;
  padding: 60px 50px 60px 100px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .brand-logo-border {
    padding: 60px 20px 60px 70px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .brand-logo-border {
    padding: 60px 20px 60px 50px;
  }
}
@media only screen and (max-width: 767px) {
  .brand-logo-border {
    padding: 40px 0px 40px 0px;
  }
}

.brand-logo-active-2.owl-carousel .owl-item img {
  display: inline-block;
  width: auto;
}
.brand-logo-active-2 .single-brand-logo {
  height: 48px;
  display: flex;
  align-items: center;
}
.brand-logo-active-2 .single-brand-logo img {
  opacity: 0.2;
}
.brand-logo-active-2 .single-brand-logo:hover img {
  opacity: 1;
}

.brand-logo-padding {
  padding: 75px 70px;
}
@media only screen and (max-width: 767px) {
  .brand-logo-padding {
    padding: 40px 15px;
  }
}

@media only screen and (max-width: 767px) {
  .brand-logo-area.pb-70 {
    padding-bottom: 50px;
  }
}

/*-------- 15. Blog style ---------*/
@media only screen and (max-width: 767px) {
  .blog-area.pb-50 {
    padding-bottom: 10px;
  }
}
.blog-wrap {
  position: relative;
}
.blog-wrap .blog-img {
  position: relative;
  overflow: hidden;
}
.blog-wrap .blog-img a img {
  width: 100%;
  transition: all 0.5s ease 0s;
  transform: scale(1);
}
@media only screen and (max-width: 767px) {
  .blog-wrap .blog-img.mb-20 {
    margin-bottom: 10px;
  }
  .blog-wrap .blog-img.mb-25 {
    margin-bottom: 15px;
  }
}
.blog-wrap .blog-content {
  margin: 0 10px 0 67px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .blog-wrap .blog-content {
    margin: 0 10px 0 58px;
  }
}
@media only screen and (max-width: 767px) {
  .blog-wrap .blog-content {
    margin: 0 10px 0 55px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .blog-wrap .blog-content {
    margin: 0 10px 0 37px;
  }
}
.blog-wrap .blog-content h3 {
  font-size: 18px;
  color: #373737;
  line-height: 30px;
  margin: 0;
  text-transform: uppercase;
  font-weight: 500;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .blog-wrap .blog-content h3 {
    font-size: 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .blog-wrap .blog-content h3 {
    font-size: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .blog-wrap .blog-content h3 {
    font-size: 15px;
    line-height: 28px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .blog-wrap .blog-content h3 {
    font-size: 15px;
    line-height: 25px;
  }
}
.blog-wrap .blog-content-2 h3 {
  font-size: 28px;
  font-weight: bold;
  color: #333333;
  margin: 0;
}
.blog-wrap .blog-content-2 h3 a {
  color: #333;
}
.blog-wrap .blog-content-2 h3 a:hover {
  color: #008cff;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .blog-wrap .blog-content-2 h3 {
    font-size: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .blog-wrap .blog-content-2 h3 {
    font-size: 22px;
  }
}
@media only screen and (max-width: 767px) {
  .blog-wrap .blog-content-2 h3 {
    font-size: 20px;
  }
}
.blog-wrap .blog-content-2 p {
  font-size: 16px;
  color: #333333;
  line-height: 25px;
  margin: 10px 0 20px;
}
@media only screen and (max-width: 767px) {
  .blog-wrap .blog-content-2 p {
    margin: 10px 0 12px;
  }
}
.blog-wrap .blog-content-2 .blog-meta {
  display: flex;
}
.blog-wrap .blog-content-2 .blog-meta .blog-author {
  margin-right: 52px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .blog-wrap .blog-content-2 .blog-meta .blog-author {
    margin-right: 10px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .blog-wrap .blog-content-2 .blog-meta .blog-author {
    margin-right: 20px;
  }
}
.blog-wrap .blog-content-2 .blog-meta .blog-author a {
  font-size: 16px;
  color: #333;
  line-height: 1;
  display: inline-block;
  position: relative;
  padding-left: 60px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .blog-wrap .blog-content-2 .blog-meta .blog-author a {
    padding-left: 30px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .blog-wrap .blog-content-2 .blog-meta .blog-author a {
    padding-left: 30px;
  }
}
.blog-wrap .blog-content-2 .blog-meta .blog-author a:hover {
  color: #008cff;
}
.blog-wrap .blog-content-2 .blog-meta .blog-author a:before {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  background-color: #008cff;
  width: 40px;
  height: 2px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .blog-wrap .blog-content-2 .blog-meta .blog-author a:before {
    width: 20px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .blog-wrap .blog-content-2 .blog-meta .blog-author a:before {
    width: 20px;
  }
}
.blog-wrap .blog-content-2 .blog-meta .blog-like a {
  color: #333333;
  font-weight: 300;
}
.blog-wrap .blog-content-2 .blog-meta .blog-like a i {
  font-size: 20px;
  color: #008cff;
  position: relative;
  top: 2px;
}
.blog-wrap .blog-content-2 .blog-meta .blog-like a:hover {
  color: #008cff;
}
.blog-wrap .blog-border {
  position: relative;
}
.blog-wrap .blog-border::before {
  position: absolute;
  content: "";
  left: -38px;
  top: -48px;
  height: 60px;
  width: 8px;
  background-color: #008cff;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .blog-wrap .blog-border::before {
    left: -23px;
  }
}
.blog-wrap:hover .blog-img a img {
  transform: scale(1.1);
}
@media only screen and (max-width: 767px) {
  .blog-wrap.mb-45 {
    margin-bottom: 30px;
  }
}

.grid-sizer {
  width: 25%;
}

.pagination-style ul li {
  display: inline-block;
}
.pagination-style ul li a {
  font-size: 18px;
  color: #706c6c;
  width: 35px;
  height: 35px;
  line-height: 37px;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  background-color: transparent;
  text-align: center;
  display: inline-block;
}
@media only screen and (max-width: 767px) {
  .pagination-style ul li a {
    width: 30px;
    height: 30px;
    line-height: 32px;
    font-size: 15px;
  }
}
.pagination-style ul li a.active, .pagination-style ul li a:hover {
  color: #fff;
  background-color: #008cff;
}
.pagination-style ul li a.next {
  width: 48px;
  color: #fff;
  background-color: #008cff;
  height: 35px;
  border-radius: 0 50px 50px 0px;
  -webkit-border-radius: 0 50px 50px 0;
  -moz-border-radius: 0 50px 50px 0;
  -ms-border-radius: 0 50px 50px 0;
  -o-border-radius: 0 50px 50px 0;
  margin: 0 0px 0 20px;
}
@media only screen and (max-width: 767px) {
  .pagination-style ul li a.next {
    width: 35px;
    margin: 0 0px 0 5px;
    line-height: 35px;
  }
}
.pagination-style ul li a.next:hover {
  background-color: #333;
}
.pagination-style ul li a.prev {
  width: 48px;
  color: #fff;
  background-color: #008cff;
  height: 35px;
  border-radius: 50px 0px 0px 50px;
  -webkit-border-radius: 50px 0 0 50px;
  -moz-border-radius: 50px 0 0 50px;
  -ms-border-radius: 50px 0 0 50px;
  -o-border-radius: 50px 0 0 50px;
  margin: 0 20px 0 0;
}
@media only screen and (max-width: 767px) {
  .pagination-style ul li a.prev {
    width: 35px;
    margin: 0 5px 0 0;
    line-height: 35px;
  }
}
.pagination-style ul li a.prev:hover {
  background-color: #333;
}
@media only screen and (max-width: 767px) {
  .pagination-style.mt-40 {
    margin-top: 0;
  }
}

/*-------- 16. Breadcrumb style ---------*/
.breadcrumb-area {
  height: 190px;
  display: flex;
  align-items: center;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .breadcrumb-area {
    height: 300px;
    background-position: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .breadcrumb-area {
    height: 280px;
    background-position: 100%;
  }
}

.breadcrumb-content {
  margin: 73px 0 0;
}
.breadcrumb-content h1 {
  font-size: 30px;
  font-weight: 500;
  margin: 0 0 10px;
  color: #010225;
}
@media only screen and (max-width: 767px) {
  .breadcrumb-content h1 {
    font-size: 21px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .breadcrumb-content h1 {
    font-size: 28px;
  }
}
.breadcrumb-content ul li {
  display: inline-block;
  font-size: 15px;
  font-weight: 400;
  margin-right: 18px;
  text-transform: capitalize;
  position: relative;
  color: #008cff;
}
.breadcrumb-content ul li::before {
  position: absolute;
  width: 18px;
  height: 1px;
  background-color: #1f2226;
  content: "";
  right: -21px;
  top: 12px;
  z-index: 9;
  transform: rotate(115deg);
}
.breadcrumb-content ul li:last-child::before {
  display: none;
}
.breadcrumb-content ul li:last-child {
  margin-right: 0px;
}
.breadcrumb-content ul li a {
  font-weight: 500;
  color: #373737;
}
.breadcrumb-content ul li a:hover {
  color: #008cff;
}

/*-------- 17. Product details style ---------*/
.product-details-img-left {
  margin-right: -30px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .product-details-img-left {
    margin-right: 0px;
  }
}
@media only screen and (max-width: 767px) {
  .product-details-img-left {
    margin-right: 0px;
  }
}
.product-details-img-left img {
  width: 100%;
}

.pro-details-buy-now .buy-now-btn {
  background-color: #008cff;
  display: inline-block;
  cursor: pointer;
  height: 55px;
  line-height: 55px;
  width: 165px;
  text-transform: uppercase;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  border: 1px solid transparent;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  margin-bottom: 30px;
}

.pro-details-buy-now .buy-now-btn:hover {
  background-color: #2a9fff;
}

.tabbing-wrapper {
  background-color: #fff;
  padding: 50px;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tabbing-wrapper {
    padding: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .tabbing-wrapper {
    padding: 15px 5px 10px;
  }
}

.dec-review-topbar {
  display: flex;
  justify-content: space-between;
  overflow: hidden;
  background-color: #f1f1f1;
  border-radius: 8px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  width: 600px;
  max-width: 100%;
  text-align: center;
  padding: 4px;
  margin: 0 auto 30px;
}
@media only screen and (max-width: 767px) {
  .dec-review-topbar {
    align-items: center;
    margin-bottom: 20px;
    flex-wrap: nowrap;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    width: auto;
    justify-content: space-around;
  }
}
.dec-review-topbar a {
  padding: 10px 35px;
  font-size: 16px;
  color: #868686;
  font-weight: 500;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
}
@media only screen and (max-width: 767px) {
  .dec-review-topbar a {
    padding: 6px 8px;
    line-height: 18px;
    font-size: 12px;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
  }
}
.dec-review-topbar a.active {
  color: #008cff;
  background-color: #fff;
}

.dec-review-wrap p {
  line-height: 26px;
  font-size: 16px;
  margin: 0 0 10px 0;
  color: #666666;
}
.dec-review-wrap h4 {
  margin-bottom: 20px;
  margin-top: 20px;
  font-size: 20px;
}
.dec-review-wrap ul {
  margin-left: 20px;
  margin-top: 15px;
  margin-bottom: 15px;
}
.dec-review-wrap ul li {
  list-style: disc;
  line-height: 26px;
  font-size: 16px;
  margin: 0;
  color: #666666;
}
.dec-review-wrap a {
  color: #008cff;
}

.dec-review-bottom {
  padding: 0 30px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .dec-review-bottom {
    padding: 0;
  }
}
@media only screen and (max-width: 767px) {
  .dec-review-bottom {
    padding: 0 15px;
  }
}
.dec-review-bottom .description-wrap p {
  line-height: 26px;
  font-size: 16px;
  margin: 0 0 10px 0;
  color: #666666;
}
.dec-review-bottom .description-wrap ul {
  margin-left: 20px;
  margin-top: 15px;
}
.dec-review-bottom .description-wrap ul li {
  list-style: disc;
  line-height: 26px;
  font-size: 16px;
  margin: 0;
  color: #666666;
}
.dec-review-bottom .specification-wrap p {
  line-height: 26px;
  font-size: 16px;
  margin: 0 0 10px 0;
  color: #666666;
}
@media only screen and (max-width: 767px) {
  .dec-review-bottom .specification-wrap p {
    line-height: 24px;
    font-size: 14px;
  }
}
.dec-review-bottom .specification-wrap table {
  margin-top: 30px;
  width: 100%;
}
.dec-review-bottom .specification-wrap table tbody {
  border: 1px solid #f0f0f0;
  width: 100%;
}
.dec-review-bottom .specification-wrap table tbody tr {
  border-bottom: 1px solid #f0f0f0;
}
.dec-review-bottom .specification-wrap table tbody tr td {
  border-right: 1px solid #f0f0f0;
  font-size: 14px;
  color: #333333;
  padding: 17px 70px;
}
@media only screen and (max-width: 767px) {
  .dec-review-bottom .specification-wrap table tbody tr td {
    padding: 17px 15px;
  }
}
.dec-review-bottom .specification-wrap table tbody tr td.width1 {
  width: 300px;
}
@media only screen and (max-width: 767px) {
  .dec-review-bottom .specification-wrap table tbody tr td.width1 {
    width: 150px;
  }
}
.dec-review-bottom .dec-review-wrap .dec-review-img-wrap {
  display: flex;
  align-items: center;
}
.dec-review-bottom .dec-review-wrap .dec-review-img-wrap .dec-review-img {
  flex: 0 0 70px;
  margin-right: 30px;
}
.dec-review-bottom .dec-review-wrap .dec-review-img-wrap .dec-review-img img {
  width: 100%;
}
.dec-review-bottom .dec-review-wrap .dec-review-img-wrap .dec-client-name h4 {
  margin: 0 0 2px;
  font-size: 18px;
  color: #333333;
}
.dec-review-bottom .dec-review-wrap .dec-review-img-wrap .dec-client-name .dec-client-rating i {
  font-size: 16px;
  color: #008cff;
  opacity: 0.4;
  margin: 0 0px 0 0;
}
.dec-review-bottom .dec-review-wrap .dec-review-content {
  margin-left: 52px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .dec-review-bottom .dec-review-wrap .dec-review-content {
    margin-left: 0px;
  }
}
@media only screen and (max-width: 767px) {
  .dec-review-bottom .dec-review-wrap .dec-review-content {
    margin-left: 0px;
    margin-top: 20px;
  }
}
.dec-review-bottom .dec-review-wrap .dec-review-content p {
  color: #666666;
  line-height: 26px;
  margin: 0;
}
.dec-review-bottom .dec-review-wrap .dec-review-content .review-content-bottom {
  display: flex;
  justify-content: space-between;
  margin: 7px 0 0;
}
.dec-review-bottom .dec-review-wrap .dec-review-content .review-content-bottom .review-like span {
  font-size: 13px;
  font-weight: 300;
  color: #008cff;
  display: block;
  line-height: 1;
}
.dec-review-bottom .dec-review-wrap .dec-review-content .review-content-bottom .review-like span i {
  font-size: 16px;
  margin: 0 7px 0 0;
  position: relative;
  top: 2px;
}
.dec-review-bottom .dec-review-wrap .dec-review-content .review-content-bottom .review-date span {
  font-size: 13px;
  font-weight: 300;
  color: #008cff;
  display: block;
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  .dec-review-bottom .dec-review-wrap.mb-50 {
    margin-bottom: 30px;
  }
}

.single-pro-details2-wrap {
  overflow: hidden;
}
.single-pro-details2-wrap .single-pro-details2-content {
  padding: 20px 118px 20px 100px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .single-pro-details2-wrap .single-pro-details2-content {
    padding: 20px 60px 20px 60px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single-pro-details2-wrap .single-pro-details2-content {
    padding: 20px 30px 20px 30px;
  }
}
@media only screen and (max-width: 767px) {
  .single-pro-details2-wrap .single-pro-details2-content {
    padding: 0px 0px 30px 0px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .single-pro-details2-wrap .single-pro-details2-content {
    padding: 0px 15px 0px 15px;
  }
}
.single-pro-details2-wrap .single-pro-details2-content h3 {
  font-weight: bold;
  font-size: 28px;
  color: #333333;
  line-height: 28px;
  margin: 0 0 30px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .single-pro-details2-wrap .single-pro-details2-content h3 {
    font-size: 26px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single-pro-details2-wrap .single-pro-details2-content h3 {
    font-size: 22px;
  }
}
@media only screen and (max-width: 767px) {
  .single-pro-details2-wrap .single-pro-details2-content h3 {
    font-size: 21px;
    margin: 0 0 10px;
    line-height: 20px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .single-pro-details2-wrap .single-pro-details2-content h3 {
    font-size: 16px;
    line-height: 24px;
  }
}
.single-pro-details2-wrap .single-pro-details2-content p {
  font-size: 16px;
  color: #333333;
  line-height: 25px;
  margin: 0 0 0px;
}
.single-pro-details2-wrap .single-pro-details2-img {
  overflow: hidden;
  transition: all 0.5s ease 0s;
}
.single-pro-details2-wrap .single-pro-details2-img img {
  width: 100%;
  transform: scale(1);
  transition: all 0.5s ease 0s;
}
.single-pro-details2-wrap:hover .single-pro-details2-img img {
  transform: scale(1.2);
}

.product-details-img {
  position: relative;
}
.product-details-img .zoompro-span {
  position: relative;
}
.product-details-img .zoompro-span .zoompro {
  width: 100%;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}
.product-details-img .zoompro-span > span {
  background-color: #008cff;
  color: #fff;
  left: 20px;
  line-height: 1;
  padding: 4px 10px 5px;
  position: absolute;
  top: 20px;
  z-index: 99;
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
}
.product-details-img .product-dec-slider {
  padding: 0 50px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .product-details-img .product-dec-slider {
    padding: 0;
  }
}
@media only screen and (max-width: 767px) {
  .product-details-img .product-dec-slider {
    padding: 0;
    margin-bottom: 20px;
  }
}
.product-details-img .product-dec-slider .product-dec-icon {
  color: #1f2226;
  display: inline-block;
  font-size: 13px;
  left: 30px;
  opacity: 1;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  z-index: 99;
  width: 30px;
  height: 30px;
  background-color: #fff;
  line-height: 28px;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border: 1px solid #e1e2e2;
  text-align: center;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .product-details-img .product-dec-slider .product-dec-icon {
    left: 0px;
  }
}
@media only screen and (max-width: 767px) {
  .product-details-img .product-dec-slider .product-dec-icon {
    left: 0px;
  }
}
.product-details-img .product-dec-slider .product-dec-icon:hover {
  background-color: #008cff;
  border: 1px solid #008cff;
  color: #ffffff;
}
.product-details-img .product-dec-slider .product-dec-icon.product-dec-next {
  left: auto;
  right: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .product-details-img .product-dec-slider .product-dec-icon.product-dec-next {
    right: 0px;
  }
}
@media only screen and (max-width: 767px) {
  .product-details-img .product-dec-slider .product-dec-icon.product-dec-next {
    right: 0px;
  }
}
.product-details-img .product-dec-slider-2 {
  display: inline-block;
  padding: 0;
  width: 20%;
  margin: 12px 0 0px;
  float: left;
}
@media only screen and (max-width: 767px) {
  .product-details-img .product-dec-slider-2 {
    width: 30%;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .product-details-img .product-dec-slider-2 {
    width: 20%;
  }
}
.product-details-img .product-dec-slider-2 .slick-slide {
  margin-bottom: 3px;
  margin-top: 3px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .product-details-img .product-dec-slider-2 .slick-slide {
    margin-bottom: 5px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .product-details-img .product-dec-slider-2 .slick-slide {
    margin-bottom: 10px;
  }
}
.product-details-img .product-dec-slider-2 .slick-slide img {
  width: 100%;
}
.product-details-img .product-dec-slider-2 .product-dec-icon {
  cursor: pointer;
  display: inline-block;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  z-index: 99;
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border: 1px solid #e1e2e2;
  text-align: center;
  font-size: 13px;
  color: #1f2226;
}
.product-details-img .product-dec-slider-2 .product-dec-icon:hover {
  background-color: #008cff;
  border: 1px solid #008cff;
  color: #ffffff;
}
.product-details-img .product-dec-slider-2 .product-dec-icon.product-dec-prev {
  top: -13px;
}
.product-details-img .product-dec-slider-2 .product-dec-icon.product-dec-next {
  bottom: -7px;
}
.product-details-img .product-zoom-right {
  display: inline-block;
  position: relative;
  width: 80%;
  float: left;
}
@media only screen and (max-width: 767px) {
  .product-details-img .product-zoom-right {
    width: 70%;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .product-details-img .product-zoom-right {
    width: 80%;
  }
}

@media only screen and (max-width: 767px) {
  .sidebar-active .product-details-content {
    margin-top: 0;
  }
}
.sidebar-active.col-lg-6 {
  padding-left: 15px;
  padding-right: 15px;
}
.sidebar-active.col-lg-6.is-affixed {
  padding-left: 0px;
  padding-right: 0px;
}
.sidebar-active.col-lg-6.is-affixed .inner-wrapper-sticky {
  padding-left: 15px;
  padding-right: 15px;
}

.box-slider-active.owl-carousel .owl-nav button {
  color: #1f2226;
  display: inline-block;
  font-size: 18px;
  left: 10px;
  opacity: 1;
  visibility: visible;
  position: absolute;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s ease 0s;
  border: 1px solid #e1e2e2;
  background-color: #ffffff;
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .box-slider-active.owl-carousel .owl-nav button {
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .box-slider-active.owl-carousel .owl-nav button {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .box-slider-active.owl-carousel .owl-nav button {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 15px;
  }
}
.box-slider-active.owl-carousel .owl-nav button:hover {
  background-color: #008cff;
  color: #ffffff;
  border: 1px solid #008cff;
}
.box-slider-active.owl-carousel .owl-nav button.owl-next {
  left: auto;
  right: 10px;
}

.product-detail-wrapper {
  background-color: #fff;
  padding: 30px;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .product-detail-wrapper {
    padding: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .product-detail-wrapper {
    padding: 20px 15px;
  }
}

.product-detail-content-wrapper {
  padding-left: 20px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .product-detail-content-wrapper {
    padding: 20px 0 0;
  }
}
@media only screen and (max-width: 767px) {
  .product-detail-content-wrapper {
    padding: 15px 0 0;
  }
}
.product-detail-content-wrapper .rating {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.product-detail-content-wrapper .rating ul {
  display: flex;
}
.product-detail-content-wrapper .rating ul li {
  margin-right: 8px;
}
.product-detail-content-wrapper .rating ul li a {
  pointer-events: none;
}
.product-detail-content-wrapper .rating ul li a img {
  width: 20px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .product-detail-content-wrapper .rating ul li a img {
    width: 20px;
    height: auto;
  }
}
@media only screen and (max-width: 767px) {
  .product-detail-content-wrapper .rating ul li a img {
    width: 15px;
    height: auto;
  }
}
.product-detail-content-wrapper .rating > span {
  font-weight: 700;
  font-size: 15px;
  line-height: 24px;
  color: #000000;
  position: relative;
  top: 1px;
}
@media only screen and (max-width: 767px) {
  .product-detail-content-wrapper .rating > span {
    font-size: 16px;
  }
}
.product-detail-content-wrapper .product-info h2 {
  font-size: 30px;
  font-weight: 700;
  line-height: 40px;
  color: #000000;
  margin-bottom: 5px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .product-detail-content-wrapper .product-info h2 {
    font-size: 30px;
    line-height: 38px;
  }
}
@media only screen and (max-width: 767px) {
  .product-detail-content-wrapper .product-info h2 {
    font-size: 28px;
  }
}
.product-detail-content-wrapper .product-info h3 {
  font-size: 22px;
  font-weight: 400;
  line-height: 33px;
  color: #000000;
  margin-bottom: 10px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .product-detail-content-wrapper .product-info h3 {
    font-size: 28px;
    line-height: 33px;
  }
}
.product-detail-content-wrapper .product-info p {
  font-size: 17px;
  font-weight: 300;
  line-height: 20px;
  color: #000000;
  font-style: italic;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .product-detail-content-wrapper .product-info p {
    font-size: 15px;
    margin-bottom: 16px;
  }
}
.product-detail-content-wrapper .product-detail-buttons .start .desing-btn {
  background-color: #008cff;
  display: inline-block;
  cursor: pointer;
  text-transform: uppercase;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  text-align: left;
  border: 1px solid transparent;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  margin-bottom: 20px;
  width: 225px;
  height: 60px;
  line-height: 60px;
  position: relative;
  padding-left: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .product-detail-content-wrapper .product-detail-buttons .start .desing-btn {
    width: 235px;
    width: 205px;
    height: 45px;
    line-height: 45px;
    position: relative;
    padding-left: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .product-detail-content-wrapper .product-detail-buttons .start .desing-btn {
    width: 205px;
    height: 45px;
    line-height: 45px;
    padding-left: 20px;
    margin-bottom: 20px;
  }
}
.product-detail-content-wrapper .product-detail-buttons .start .desing-btn:hover {
  background-color: #2a9fff;
  color: #fff;
}
.product-detail-content-wrapper .product-detail-buttons .start .desing-btn:hover i {
  color: #fff;
}
.product-detail-content-wrapper .product-detail-buttons .start .desing-btn i {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .product-detail-content-wrapper .product-detail-buttons .start .desing-btn i {
    right: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .product-detail-content-wrapper .product-detail-buttons .start .desing-btn i {
    right: 20px;
  }
}
.product-detail-content-wrapper .product-detail-buttons .continue .continue-btn {
  background-color: #373737;
  display: inline-block;
  cursor: pointer;
  text-transform: uppercase;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  text-align: left;
  border: 1px solid transparent;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  margin-bottom: 30px;
  width: 235px;
  height: 55px;
  line-height: 55px;
  position: relative;
  margin-right: 10px;
  padding-left: 20px;
}
.product-detail-content-wrapper .product-detail-buttons .continue .continue-btn:hover {
  background-color: #4e4e4e;
  color: #fff;
}
.product-detail-content-wrapper .product-detail-buttons .continue .continue-btn:hover i {
  color: #fff;
}
.product-detail-content-wrapper .product-detail-buttons .continue .continue-btn i {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
}
.product-detail-content-wrapper .product-detail-buttons .continue .add-to-cart {
  background-color: #008cff;
  display: inline-block;
  cursor: pointer;
  height: 55px;
  line-height: 55px;
  width: 165px;
  text-transform: uppercase;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  border: 1px solid transparent;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}
.product-detail-content-wrapper .product-detail-buttons .continue .add-to-cart:hover {
  background-color: #2a9fff;
}
.product-detail-content-wrapper .product-detail-buttons p {
  font-size: 18px;
  line-height: 21px;
  font-weight: 400;
  color: #000000;
  margin-bottom: 15px;
}
@media only screen and (max-width: 767px) {
  .product-detail-content-wrapper .product-detail-buttons p {
    font-size: 16px;
    margin-bottom: 5px;
  }
}
.product-detail-content-wrapper .product-detail-features {
  display: flex;
  margin-bottom: 20px;
  -moz-column-gap: 30px;
       column-gap: 30px;
}
@media only screen and (max-width: 767px) {
  .product-detail-content-wrapper .product-detail-features {
    flex-wrap: wrap;
    -moz-column-gap: 0;
         column-gap: 0;
    row-gap: 15px;
    margin-bottom: 20px;
  }
}
.product-detail-content-wrapper .product-detail-features .items {
  width: 74px;
  height: auto;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .product-detail-content-wrapper .product-detail-features .items {
    width: 50%;
  }
}
.product-detail-content-wrapper .product-detail-features .items img {
  max-width: 45px;
}
@media only screen and (max-width: 767px) {
  .product-detail-content-wrapper .product-detail-features .items img {
    width: 70px;
  }
}
.product-detail-content-wrapper .product-detail-features .items p {
  font-weight: 300;
  font-size: 14px;
  line-height: 19px;
  color: #373737;
}
.product-detail-content-wrapper .product-detail-payment p {
  font-size: 18px;
  line-height: 21px;
  color: #000000;
  margin-bottom: 10px;
}
@media only screen and (max-width: 767px) {
  .product-detail-content-wrapper .product-detail-payment p {
    margin-bottom: 15px;
  }
}
.product-detail-content-wrapper .product-detail-payment .payment-icons {
  display: flex;
  align-items: center;
}
.product-detail-content-wrapper .product-detail-payment .payment-icons .items {
  margin-right: 10px;
}
.product-detail-content-wrapper .product-detail-payment .payment-icons .items:last-child {
  margin-right: 0;
}
.product-detail-content-wrapper .product-detail-payment .payment-icons .items img {
  width: 87px;
}

/*-------- 18. Blog details style ---------*/
.blog-details-wrap .blog-details-img img {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .blog-details-wrap .blog-details-img.mb-40 {
    margin-bottom: 20px;
  }
}
.blog-details-wrap .blog-details-author h4 {
  font-size: 13px;
  color: #333333;
  font-style: italic;
  letter-spacing: 0.2px;
  line-height: 24px;
  margin: 0;
}
.blog-details-wrap .blog-details-author h4 span {
  display: block;
  color: #999999;
}
.blog-details-wrap .blog-details-author .author-social {
  border-top: 2px solid #eeeeee;
  padding-top: 30px;
  margin-top: 27px;
}
.blog-details-wrap .blog-details-author .author-social ul li {
  display: inline-block;
  margin-right: 19px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .blog-details-wrap .blog-details-author .author-social ul li {
    margin-right: 10px;
  }
}
.blog-details-wrap .blog-details-author .author-social ul li:last-child {
  margin-right: 0px;
}
.blog-details-wrap .blog-details-author .author-social ul li a {
  display: inline-block;
  height: 30px;
  width: 30px;
  line-height: 30px;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  color: #cccccc;
  font-size: 12px;
  border: 1px solid #cccccc;
  text-align: center;
}
.blog-details-wrap .blog-details-author .author-social ul li a:hover {
  color: #008cff;
}
@media only screen and (max-width: 767px) {
  .blog-details-wrap .blog-details-author {
    margin-bottom: 30px;
  }
}
.blog-details-wrap .blog-details-content p {
  color: #333333;
  font-size: 16px;
  line-height: 34px;
}
@media only screen and (max-width: 767px) {
  .blog-details-wrap .blog-details-content p.mb-80 {
    margin-bottom: 30px;
  }
  .blog-details-wrap .blog-details-content p.mb-35 {
    margin-bottom: 20px;
  }
}
.blog-details-wrap .blog-details-content blockquote {
  text-align: center;
  margin: 77px 0 93px;
}
@media only screen and (max-width: 767px) {
  .blog-details-wrap .blog-details-content blockquote {
    margin: 30px 0 30px;
  }
}
.blog-details-wrap .blog-details-content blockquote h3 {
  font-size: 28px;
  color: #191a1d;
  margin: 28px 0 0;
  letter-spacing: 0.2px;
  line-height: 38px;
}
@media only screen and (max-width: 767px) {
  .blog-details-wrap .blog-details-content blockquote h3 {
    font-size: 20px;
    line-height: 30px;
  }
}
.blog-details-wrap .blog-details-content .place h3 {
  font-size: 24px;
  color: #333333;
  font-weight: bold;
  margin: 0 0 23px;
}
@media only screen and (max-width: 767px) {
  .blog-details-wrap .blog-details-content .place h3 {
    margin: 0 0 10px;
  }
}
.blog-details-wrap .blog-tag {
  margin: 36px 0 30px;
}
@media only screen and (max-width: 767px) {
  .blog-details-wrap .blog-tag {
    margin: 20px 0 30px;
  }
}
.blog-details-wrap .blog-tag ul li {
  display: inline-block;
  margin-right: 8px;
}
@media only screen and (max-width: 767px) {
  .blog-details-wrap .blog-tag ul li {
    margin-bottom: 10px;
  }
}
.blog-details-wrap .blog-tag ul li:last-child {
  margin-right: 0px;
}
.blog-details-wrap .blog-tag ul li a {
  display: inline-block;
  background-color: #f0f0f0;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  color: #74797e;
  font-size: 10px;
  letter-spacing: 1px;
  text-transform: uppercase;
  line-height: 1;
  padding: 5px 11px;
}
.blog-details-wrap .blog-tag ul li a:hover {
  background-color: #008cff;
  color: #fff;
}
.blog-details-wrap .blog-share {
  display: flex;
}
.blog-details-wrap .blog-share span {
  color: #333333;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin: 4px 57px 0 0;
}
@media only screen and (max-width: 767px) {
  .blog-details-wrap .blog-share span {
    margin: 4px 5px 0 0;
  }
}
.blog-details-wrap .blog-share ul li {
  display: inline-block;
  margin-right: 27px;
}
@media only screen and (max-width: 767px) {
  .blog-details-wrap .blog-share ul li {
    margin-right: 5px;
  }
}
.blog-details-wrap .blog-share ul li:last-child {
  margin-right: 0;
}
.blog-details-wrap .blog-share ul li a {
  color: #fff;
  font-size: 12px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  padding: 9px 10px 10px;
  display: inline-block;
  line-height: 1;
  border: 1px solid transparent;
}
@media only screen and (max-width: 767px) {
  .blog-details-wrap .blog-share ul li a {
    padding: 9px 8px 10px;
  }
}
.blog-details-wrap .blog-share ul li a i {
  margin-right: 18px;
  position: relative;
  top: 1px;
}
.blog-details-wrap .blog-share ul li a.facebook {
  background-color: #4c68b3;
}
.blog-details-wrap .blog-share ul li a.facebook:hover {
  border: 1px solid #4c68b3;
  background-color: transparent;
  color: #4c68b3;
}
.blog-details-wrap .blog-share ul li a.twitter {
  background-color: #00abed;
}
.blog-details-wrap .blog-share ul li a.twitter:hover {
  border: 1px solid #00abed;
  background-color: transparent;
  color: #00abed;
}
.blog-details-wrap .blog-share ul li a.google {
  background-color: #d73d32;
}
.blog-details-wrap .blog-share ul li a.google:hover {
  border: 1px solid #d73d32;
  background-color: transparent;
  color: #d73d32;
}
.blog-details-wrap .blog-comment-area {
  margin-top: 45px;
}
.blog-details-wrap .blog-comment-area h4 {
  font-size: 20px;
  color: #757a7f;
  letter-spacing: 0.4px;
  margin: 0;
  border-bottom: 1px solid #eeeeee;
  margin-bottom: 30px;
  padding-bottom: 27px;
}
.blog-details-wrap .blog-comment-area .blog-comment-wrap .single-blog-comment {
  display: flex;
  border-bottom: 1px solid #eeeeee;
  margin-bottom: 30px;
  padding-bottom: 27px;
}
.blog-details-wrap .blog-comment-area .blog-comment-wrap .single-blog-comment:last-child {
  margin-bottom: 0px;
}
.blog-details-wrap .blog-comment-area .blog-comment-wrap .single-blog-comment .blog-comment-img {
  flex: 0 0 50px;
  margin: 0 50px 0 0;
}
@media only screen and (max-width: 767px) {
  .blog-details-wrap .blog-comment-area .blog-comment-wrap .single-blog-comment .blog-comment-img {
    margin: 0 15px 0 0;
  }
}
.blog-details-wrap .blog-comment-area .blog-comment-wrap .single-blog-comment .blog-comment-img img {
  width: 100%;
}
.blog-details-wrap .blog-comment-area .blog-comment-wrap .single-blog-comment .blog-comment-content .blog-comment-top {
  display: flex;
  margin: 0 0 14px;
}
.blog-details-wrap .blog-comment-area .blog-comment-wrap .single-blog-comment .blog-comment-content .blog-comment-top h5 {
  font-size: 14px;
  color: #333333;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin: 0;
}
.blog-details-wrap .blog-comment-area .blog-comment-wrap .single-blog-comment .blog-comment-content .blog-comment-top span {
  font-size: 14px;
  color: #aaaaaa;
  letter-spacing: 0.4px;
  display: block;
  line-height: 1;
  margin-left: 21px;
}
.blog-details-wrap .blog-comment-area .blog-comment-wrap .single-blog-comment .blog-comment-content .blog-comment-top span img {
  margin-right: 5px;
}
.blog-details-wrap .blog-comment-area .blog-comment-wrap .single-blog-comment .blog-comment-content p {
  color: #999999;
  letter-spacing: 0.2px;
  margin: 0;
}
.blog-details-wrap .blog-comment-area .blog-comment-wrap .single-blog-comment .blog-comment-reply textarea {
  background-color: transparent;
  border: none;
  height: 50px;
  resize: none;
  width: 400px;
  padding: 0;
  font-size: 13px;
  color: #666;
  font-style: italic;
  letter-spacing: 0.2px;
  padding: 12px 0 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .blog-details-wrap .pl-215 {
    padding-left: 175px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .blog-details-wrap .pl-215 {
    padding-left: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .blog-details-wrap .pl-215 {
    padding-left: 15px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .blog-details-wrap .pr-445 {
    padding-right: 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .blog-details-wrap .pr-445 {
    padding-right: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .blog-details-wrap .pr-445 {
    padding-right: 15px;
  }
}

/*-------- 19. Sidebar style ---------*/
.sidebar-wrapper {
  border: 1px solid #efefef;
  padding: 17px 18px 29px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .sidebar-wrapper {
    margin-top: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .sidebar-wrapper {
    margin-top: 40px;
  }
}

.sidebar-widget h4.sidebar-title {
  font-size: 18px;
  font-weight: 500;
  margin: 0;
  line-height: 1;
  color: #222;
}
.sidebar-widget .sidebar-search .sidebar-search-form {
  position: relative;
}
.sidebar-widget .sidebar-search .sidebar-search-form input {
  background: transparent none repeat scroll 0 0;
  border: 1px solid #e6e6e6;
  font-size: 14px;
  height: 43px;
  padding: 2px 55px 2px 18px;
  color: #444;
}
.sidebar-widget .sidebar-search .sidebar-search-form button {
  background: transparent none repeat scroll 0 0;
  border-color: #a1a5aa;
  -o-border-image: none;
     border-image: none;
  border-style: none none none solid;
  border-width: medium medium medium 1px;
  padding: 1px 15px 0;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  color: #000;
  transition: all 0.3s ease 0s;
  font-size: 17px;
}
.sidebar-widget .sidebar-search .sidebar-search-form button:hover {
  color: #008cff;
}
.sidebar-widget .shop-catigory > ul > li {
  padding: 0 0 13px;
  display: block;
}
.sidebar-widget .shop-catigory > ul > li:last-child {
  padding: 0 0 0;
}
.sidebar-widget .shop-catigory > ul > li > a {
  font-size: 15px;
  display: block;
}
.sidebar-widget .shop-catigory > ul > li > a i {
  float: right;
  font-size: 12px;
}
.sidebar-widget .shop-catigory > ul > li ul li {
  padding: 7px 0 0 15px;
}
.sidebar-widget .shop-catigory > ul > li ul li a {
  display: block;
}
.sidebar-widget .price-filter span {
  display: block;
  margin: 0 0 21px;
}
.sidebar-widget .price-filter .price-slider-amount input {
  background: transparent;
  padding: 0;
  border: none;
  font-size: 15px;
  font-weight: 500;
}
.sidebar-widget .price-filter #slider-range {
  background: #dbdbdb none repeat scroll 0 0;
  border: medium none;
  border-radius: 0px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  height: 5px;
  margin-bottom: 12px;
  margin-left: auto;
  margin-top: 5px;
}
.sidebar-widget .price-filter #slider-range span {
  transition: all 0s ease 0s;
}
.sidebar-widget .price-filter #slider-range .ui-slider-range {
  position: absolute;
  display: block;
  border: 0;
  background: #008cff none repeat scroll 0 0;
  border: none;
  transition: all 0s ease 0s;
}
.sidebar-widget .price-filter #slider-range .ui-slider-handle {
  background: #fff none repeat scroll 0 0;
  border: medium none;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  height: 15px;
  margin-left: 0;
  width: 15px;
  border: 4px solid #008cff;
}
.sidebar-widget .price-filter .price-slider-amount .label-input input {
  color: #333;
  height: 37px;
}
.sidebar-widget .price-filter .price-slider-amount button {
  background-color: #333;
  border: medium none;
  color: #fff;
  line-height: 1;
  padding: 8px 16px;
  cursor: pointer;
  transition: all 0.3s ease 0s;
}
.sidebar-widget .sidebar-widget-list ul li {
  align-items: center;
  position: relative;
  padding: 0px 0 18px;
}
.sidebar-widget .sidebar-widget-list ul li:last-child {
  padding: 0px 0 0px;
}
.sidebar-widget .sidebar-widget-list ul li .sidebar-widget-list-left {
  position: relative;
}
.sidebar-widget .sidebar-widget-list ul li .sidebar-widget-list-left input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  z-index: 999;
  width: auto;
}
.sidebar-widget .sidebar-widget-list ul li .sidebar-widget-list-left input:checked ~ .checkmark {
  background-color: #008cff;
  border: 2px solid #008cff;
}
.sidebar-widget .sidebar-widget-list ul li .sidebar-widget-list-left input:checked ~ .checkmark::after {
  display: block;
}
.sidebar-widget .sidebar-widget-list ul li .sidebar-widget-list-left .checkmark {
  position: absolute;
  top: 5px;
  left: 0;
  height: 15px;
  width: 15px;
  background-color: #fff;
  border: 1px solid #888888;
}
.sidebar-widget .sidebar-widget-list ul li .sidebar-widget-list-left .checkmark::after {
  content: "";
  position: absolute;
  display: none;
}
.sidebar-widget .sidebar-widget-list ul li .sidebar-widget-list-left .checkmark::after {
  left: 3px;
  top: 0px;
  width: 5px;
  height: 8px;
  border: solid white;
  border-top-width: medium;
  border-right-width: medium;
  border-bottom-width: medium;
  border-left-width: medium;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.sidebar-widget .sidebar-widget-list ul li a {
  margin-left: 30px;
  display: block;
}
.sidebar-widget .sidebar-widget-list ul li a span {
  background-color: #eeeeee;
  width: 25px;
  height: 25px;
  display: inline-block;
  text-align: center;
  line-height: 25px;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  float: right;
  transition: all 0.3s ease 0s;
  font-size: 13px;
}
.sidebar-widget .sidebar-widget-list ul li a:hover span {
  color: #fff;
  background-color: #008cff;
}
.sidebar-widget .sidebar-widget-tag ul li {
  display: inline-block;
  margin: 0 10px 15px 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .sidebar-widget .sidebar-widget-tag ul li {
    margin: 0 3px 15px 0;
  }
}
.sidebar-widget .sidebar-widget-tag ul li a {
  display: inline-block;
  padding: 10px 17px 10px;
  line-height: 1;
  border: 1px solid #ebebeb;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .sidebar-widget .sidebar-widget-tag ul li a {
    padding: 9px 7px 10px;
  }
}
.sidebar-widget .sidebar-widget-tag ul li a:hover {
  background-color: #008cff;
  color: #fff;
}
.sidebar-widget .single-sidebar-blog {
  border-bottom: 1px solid #dee0e4;
  display: flex;
  margin: 0 0 20px;
  padding: 0 0 20px;
  align-items: center;
}
.sidebar-widget .single-sidebar-blog:last-child {
  border-bottom: none;
  margin: 0 0 0px;
  padding: 0 0 0px;
}
.sidebar-widget .single-sidebar-blog .sidebar-blog-img {
  flex: 0 0 70px;
  margin: 0 20px 0 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .sidebar-widget .single-sidebar-blog .sidebar-blog-img {
    margin: 0 8px 0 0;
  }
}
.sidebar-widget .single-sidebar-blog .sidebar-blog-img img {
  width: 100%;
}
.sidebar-widget .single-sidebar-blog .sidebar-blog-content span {
  display: block;
  font-size: 13px;
  font-weight: 400;
  line-height: 1;
  margin: 0px;
  text-transform: capitalize;
  color: #666;
}
.sidebar-widget .single-sidebar-blog .sidebar-blog-content h4 {
  font-size: 14px;
  margin: 0px 0 5px;
  font-weight: 500;
  text-transform: capitalize;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .sidebar-widget .single-sidebar-blog .sidebar-blog-content h4 {
    font-size: 14px;
  }
}
.sidebar-widget .sidebar-widget-archives ul li {
  margin-bottom: 6px;
}
.sidebar-widget .sidebar-widget-archives ul li:last-child {
  margin-bottom: 0px;
}
.sidebar-widget .sidebar-widget-video {
  position: relative;
}
.sidebar-widget .sidebar-widget-video a {
  display: block;
}
.sidebar-widget .sidebar-widget-video a img {
  width: 100%;
}
.sidebar-widget .sidebar-widget-video .blog-video-icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  text-align: center;
}
.sidebar-widget .sidebar-widget-video .blog-video-icon a {
  font-size: 25px;
  color: #fff;
  background-color: #008cff;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  display: inline-block;
}
.sidebar-widget .sidebar-widget-video .blog-video-icon a:hover {
  color: #008cff;
  background-color: #fff;
}

.shop-sidebar-border {
  border-top: 1px solid #ebebeb;
}

/*-------- 20. Cart page ---------*/
@media only screen and (max-width: 767px) {
  .cart-main-area.pt-85 {
    padding-top: 45px;
  }
}

h3.cart-page-title {
  font-size: 20px;
  font-weight: 600;
  margin: 0 0 15px;
}

.cart-table-content table {
  border: none;
  border-collapse: separate;
  border-spacing: 0 15px;
  margin-top: -15px;
}
@media only screen and (max-width: 767px) {
  .cart-table-content table {
    width: 100%;
  }
}
.cart-table-content table thead > tr {
  background-color: #ffffff;
  border: 1px solid #ebebeb;
}
@media only screen and (max-width: 767px) {
  .cart-table-content table thead > tr {
    width: 100%;
    display: block;
    padding: 10px 0;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .cart-table-content table thead > tr {
    width: inherit;
    display: inline-block;
    padding: 10px 0;
  }
}
.cart-table-content table thead > tr th {
  border-top: medium none;
  font-size: 14px;
  font-weight: 500;
  padding: 21px 45px 22px;
  text-align: center;
  text-transform: uppercase;
  vertical-align: middle;
  white-space: nowrap;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .cart-table-content table thead > tr th {
    padding: 21px 35px 22px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cart-table-content table thead > tr th {
    padding: 21px 15px 22px;
  }
}
@media only screen and (max-width: 767px) {
  .cart-table-content table thead > tr th {
    padding: 0px 20px 5px;
    width: 100%;
    display: block;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .cart-table-content table thead > tr th {
    width: inherit;
    display: inline-block;
  }
}
.cart-table-content table tbody > tr {
  border-bottom: 1px solid #ebebeb;
  position: relative;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .cart-table-content table tbody > tr {
    width: 50%;
    float: left;
  }
}
@media only screen and (max-width: 767px) {
  .cart-table-content table tbody > tr {
    padding: 10px 0;
  }
}
.cart-table-content table tbody > tr td.product-thumbnail {
  width: 150px;
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
@media only screen and (max-width: 767px) {
  .cart-table-content table tbody > tr td.product-thumbnail {
    width: 100%;
    display: block;
    overflow: hidden;
    padding-top: 30px;
    border-top-right-radius: 6px;
  }
}
.cart-table-content table tbody > tr td.product-name {
  width: 435px;
  vertical-align: middle;
  text-align: left;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cart-table-content table tbody > tr td.product-name {
    width: 300px;
  }
}
@media only screen and (max-width: 767px) {
  .cart-table-content table tbody > tr td.product-name {
    text-align: center;
  }
}
.cart-table-content table tbody > tr td.product-name h4 {
  font-weight: 500;
  font-size: 16px;
}
@media only screen and (max-width: 767px) {
  .cart-table-content table tbody > tr td.product-name h4 {
    text-align: center !important;
  }
}
@media only screen and (max-width: 767px) {
  .cart-table-content table tbody > tr td.product-name .paddingzero {
    text-align: center !important;
  }
}
.cart-table-content table tbody > tr td.product-name .product-color {
  font-size: 13px;
}
@media only screen and (max-width: 767px) {
  .cart-table-content table tbody > tr td.product-name {
    width: 100%;
    display: block;
    overflow: hidden;
  }
}
.cart-table-content table tbody > tr td.product-name a {
  font-size: 15px;
  display: inline-block;
}
.cart-table-content table tbody > tr td.product-name a:hover {
  color: #008cff;
}
.cart-table-content table tbody > tr td.product-price-cart {
  width: 435px;
}
@media only screen and (max-width: 767px) {
  .cart-table-content table tbody > tr td.product-price-cart {
    width: 100%;
    display: block;
    overflow: hidden;
  }
}
.cart-table-content table tbody > tr td.product-price-cart span {
  color: #333;
  font-weight: 500;
}
.cart-table-content table tbody > tr td.product-quantity {
  width: 110px;
  vertical-align: bottom;
}
@media only screen and (max-width: 767px) {
  .cart-table-content table tbody > tr td.product-quantity {
    width: 100%;
    display: block;
    overflow: hidden;
  }
}
.cart-table-content table tbody > tr td.product-quantity .cart-plus-minus {
  display: inline-block;
  height: auto;
  padding: 0;
  position: relative;
  width: 120px;
}
@media only screen and (max-width: 767px) {
  .cart-table-content table tbody > tr td.product-quantity .cart-plus-minus {
    display: block;
    margin: 0 auto;
  }
}
.cart-table-content table tbody > tr td.product-quantity .cart-plus-minus .qtybutton {
  color: #727272;
  cursor: pointer;
  float: inherit;
  font-size: 16px;
  margin: 0;
  position: absolute;
  transition: all 0.3s ease 0s;
  width: auto;
  text-align: center;
  background-color: #fff;
}
.cart-table-content table tbody > tr td.product-quantity .cart-plus-minus .dec.qtybutton {
  left: 21px;
  top: 3px;
  padding: 0 8px;
}
.cart-table-content table tbody > tr td.product-quantity .cart-plus-minus .inc.qtybutton {
  right: 21px;
  top: 3px;
  padding: 0 8px;
}
.cart-table-content table tbody > tr td.product-quantity .cart-plus-minus input.cart-plus-minus-box {
  color: #333;
  font-size: 13px;
  height: 30px;
  margin: 0;
  width: 80px;
  background: transparent none repeat scroll 0 0;
  border: 1px solid #e1e1e1;
  padding: 0;
  border-radius: 6px;
  text-align: center;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
}
.cart-table-content table tbody > tr td.product-remove {
  width: 100px;
}
@media only screen and (max-width: 767px) {
  .cart-table-content table tbody > tr td.product-remove {
    width: 100%;
    display: block;
    overflow: hidden;
  }
}
.cart-table-content table tbody > tr td.product-remove a {
  font-size: 17px;
  margin: 0 6px;
  position: absolute;
  top: 15px;
  right: 10px;
}
.cart-table-content table tbody > tr td.product-remove a:hover {
  color: #008cff;
}
.cart-table-content table tbody > tr td.product-remove a i {
  color: #b2b2b2;
}
.cart-table-content table tbody > tr td.product-remove a i:hover {
  color: #333;
}
.cart-table-content table tbody > tr td.product-wishlist-cart > a {
  background-color: #008cff;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  line-height: 1;
  padding: 7px 12px;
  text-transform: uppercase;
}
.cart-table-content table tbody > tr td.product-wishlist-cart > a:hover {
  background-color: #333;
}
.cart-table-content table tbody > tr td {
  font-size: 13px;
  padding: 20px 0;
  text-align: center;
  font-weight: 500;
  vertical-align: bottom;
  color: #b2b2b2;
  background-color: #fff;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cart-table-content table tbody > tr td {
    padding: 30px 0 30px 10px;
  }
}
@media only screen and (max-width: 767px) {
  .cart-table-content table tbody > tr td {
    padding: 10px 0 10px 0px;
    width: 100%;
    display: block;
    overflow: hidden;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .cart-table-content table tbody > tr td {
    text-align: left;
    padding: 10px 20px 10px 20px;
  }
}
.cart-table-content table tbody > tr td.product-subtotal {
  width: 100px;
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
  color: #333;
}
@media only screen and (max-width: 767px) {
  .cart-table-content table tbody > tr td.product-subtotal {
    width: auto;
    color: #333;
    padding-bottom: 20px;
    border-bottom-left-radius: 6px;
  }
}
.cart-table-content table tbody > tr td.product-remove {
  width: auto;
  vertical-align: top;
  position: relative;
  height: auto;
  padding: 0;
}

.cart-shiping-update-wrapper {
  display: flex;
  justify-content: space-between;
  padding: 0px 0px 55px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cart-shiping-update-wrapper {
    padding: 0;
  }
}
@media only screen and (max-width: 767px) {
  .cart-shiping-update-wrapper {
    display: block;
    padding: 15px 0px 15px;
  }
}
.cart-shiping-update-wrapper .cart-shiping-update > a,
.cart-shiping-update-wrapper .cart-clear > button,
.cart-shiping-update-wrapper .cart-clear > a {
  display: inline-block;
  color: #333333;
  font-size: 13px;
  font-weight: 600;
  line-height: 1;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  padding-bottom: 3px;
  cursor: pointer;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cart-shiping-update-wrapper .cart-shiping-update > a,
  .cart-shiping-update-wrapper .cart-clear > button,
  .cart-shiping-update-wrapper .cart-clear > a {
    font-size: 13px;
  }
}
@media only screen and (max-width: 767px) {
  .cart-shiping-update-wrapper .cart-shiping-update > a,
  .cart-shiping-update-wrapper .cart-clear > button,
  .cart-shiping-update-wrapper .cart-clear > a {
    margin: 0 0 15px;
  }
}
.cart-shiping-update-wrapper .cart-shiping-update > a:hover,
.cart-shiping-update-wrapper .cart-clear > button:hover,
.cart-shiping-update-wrapper .cart-clear > a:hover {
  color: #008cff;
}
.cart-shiping-update-wrapper .cart-clear > button {
  border: medium none;
  cursor: pointer;
  margin-right: 27px;
  transition: all 0.3s ease 0s;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cart-shiping-update-wrapper .cart-clear > button {
    margin-right: 15px;
  }
}

.custom-empty-cart {
  text-align: center;
  margin-top: 80px;
}
.custom-empty-cart h3 {
  border-top-style: solid;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-color: #dbdbdb;
  padding: 15px 70px;
  line-height: 1.5;
  display: inline-block;
  width: auto;
}
.custom-empty-cart .cart-shiping-update-wrapper {
  justify-content: center;
}
.custom-empty-cart .cart-shiping-update-wrapper .cart-shiping-update a {
  background-color: #008cff;
  color: #ffffff;
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  padding: 20px 80px;
  text-transform: uppercase;
  border: 1px solid transparent;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}
.custom-empty-cart .cart-shiping-update-wrapper .cart-shiping-update a:hover {
  background-color: #2a9fff;
}

.cart-tax,
.discount-code-wrapper {
  background-color: #f9f9f9;
  border: 1px solid #ebebeb;
  border-radius: 5px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  padding: 45px 30px 50px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .cart-tax,
  .discount-code-wrapper {
    padding: 45px 18px 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cart-tax,
  .discount-code-wrapper {
    padding: 45px 20px 50px;
  }
}
@media only screen and (max-width: 767px) {
  .cart-tax,
  .discount-code-wrapper {
    padding: 45px 18px 50px;
  }
}
.cart-tax .title-wrap,
.discount-code-wrapper .title-wrap {
  position: relative;
}
.cart-tax .title-wrap::before,
.discount-code-wrapper .title-wrap::before {
  background-color: #e3e1e1;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  top: 10px;
  transition: all 0.4s ease 0s;
  width: 100%;
  z-index: 1;
}
.cart-tax .title-wrap h4.cart-bottom-title,
.discount-code-wrapper .title-wrap h4.cart-bottom-title {
  display: inline-block;
  font-size: 18px;
  font-weight: 600;
  margin: 0;
  padding-right: 18px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .cart-tax .title-wrap h4.cart-bottom-title,
  .discount-code-wrapper .title-wrap h4.cart-bottom-title {
    font-size: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .cart-tax .title-wrap h4.cart-bottom-title,
  .discount-code-wrapper .title-wrap h4.cart-bottom-title {
    font-size: 17px;
  }
}
.cart-tax .title-wrap .section-bg-gray,
.discount-code-wrapper .title-wrap .section-bg-gray {
  background-color: #f8f9f9;
  position: relative;
  z-index: 99;
}
.cart-tax .tax-wrapper,
.discount-code-wrapper .tax-wrapper {
  margin-top: 22px;
}
.cart-tax .tax-wrapper p,
.discount-code-wrapper .tax-wrapper p {
  margin: 0;
}
.cart-tax .tax-wrapper .tax-select-wrapper,
.discount-code-wrapper .tax-wrapper .tax-select-wrapper {
  margin: 5px 0 0;
}
.cart-tax .tax-wrapper .tax-select-wrapper .tax-select,
.discount-code-wrapper .tax-wrapper .tax-select-wrapper .tax-select {
  margin: 0 0 26px;
}
.cart-tax .tax-wrapper .tax-select-wrapper .tax-select label,
.discount-code-wrapper .tax-wrapper .tax-select-wrapper .tax-select label {
  color: #333;
  font-size: 14px;
  margin: 0 0 5px;
  font-weight: 400;
}
.cart-tax .tax-wrapper .tax-select-wrapper .tax-select select,
.discount-code-wrapper .tax-wrapper .tax-select-wrapper .tax-select select {
  -moz-appearance: none;
  -webkit-appearance: none;
  background: #fff url("../../assets/images/icon-img/cart.png") no-repeat scroll right 18px center;
  border: 1px solid #ebebeb;
  box-shadow: none;
  color: #242424;
  font-size: 13px;
  height: 40px;
  padding: 0 50px 0 15px;
  width: 100%;
  cursor: pointer;
}
.cart-tax .tax-wrapper .tax-select-wrapper .tax-select input,
.discount-code-wrapper .tax-wrapper .tax-select-wrapper .tax-select input {
  background: #fff none repeat scroll 0 0;
  border: 1px solid #ebebeb;
  height: 40px;
}
.cart-tax .tax-wrapper .tax-select-wrapper button.cart-btn-2,
.discount-code-wrapper .tax-wrapper .tax-select-wrapper button.cart-btn-2 {
  background-color: #333;
  border: medium none;
  color: #fff;
  cursor: pointer;
  font-size: 13px;
  font-weight: 600;
  padding: 12px 40px 13px;
  text-transform: uppercase;
  transition: all 0.3s ease 0s;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}
.cart-tax .tax-wrapper .tax-select-wrapper button.cart-btn-2:hover,
.discount-code-wrapper .tax-wrapper .tax-select-wrapper button.cart-btn-2:hover {
  background-color: #008cff;
}
.cart-tax .discount-code,
.discount-code-wrapper .discount-code {
  margin: 21px 0 0;
}
.cart-tax .discount-code p,
.discount-code-wrapper .discount-code p {
  margin: 0 0 15px;
}
.cart-tax .discount-code form input,
.discount-code-wrapper .discount-code form input {
  background: #fff;
  border: 1px solid #ebebeb;
  height: 40px;
  margin-bottom: 30px;
  padding-left: 10px;
}
.cart-tax .discount-code form button.cart-btn-2,
.discount-code-wrapper .discount-code form button.cart-btn-2 {
  background-color: #333;
  border: medium none;
  color: #fff;
  cursor: pointer;
  font-size: 13px;
  font-weight: 600;
  padding: 12px 40px 13px;
  text-transform: uppercase;
  transition: all 0.3s ease 0s;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}
.cart-tax .discount-code form button.cart-btn-2:hover,
.discount-code-wrapper .discount-code form button.cart-btn-2:hover {
  background-color: #008cff;
}

.grand-totall {
  background-color: #ffffff;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  padding: 20px 30px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .grand-totall {
    padding: 45px 18px 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .grand-totall {
    padding: 45px 20px 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .grand-totall {
    margin-top: 15px;
  }
}
.grand-totall .title-wrap {
  position: relative;
}
.grand-totall .title-wrap::before {
  background-color: #e3e1e1;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  top: 10px;
  transition: all 0.4s ease 0s;
  width: 100%;
  z-index: 1;
}
.grand-totall .title-wrap h4.cart-bottom-title {
  display: inline-block;
  font-size: 18px;
  font-weight: 600;
  margin: 0;
  padding-right: 18px;
}
.grand-totall .title-wrap .section-bg-gary-cart {
  background-color: #ffffff;
  position: relative;
  z-index: 9;
}
.grand-totall h5 {
  font-size: 14px;
  margin-top: 30px;
  margin-bottom: 0;
  font-weight: 600;
}
.grand-totall h5:last-child {
  margin: 0;
}
.grand-totall h5 span {
  float: right;
  font-size: 16px;
  font-weight: 500;
  color: #727272;
}
.grand-totall h5.gst-price {
  margin-top: 20px;
}
.grand-totall .total-shipping {
  border-bottom: 1px solid #ebebeb;
  border-top: 1px solid #ebebeb;
  margin: 0 0 27px;
  padding: 28px 0;
}
.grand-totall .total-shipping h5 {
  font-size: 14px;
  margin: 0;
}
.grand-totall .total-shipping ul {
  padding: 19px 0 0 0px;
}
.grand-totall .total-shipping ul li {
  color: #242424;
  list-style: outside none none;
  margin: 0 0 6px;
}
.grand-totall .total-shipping ul li:last-child {
  margin: 0 0 0px;
}
.grand-totall .total-shipping ul li input {
  background: #e9e9e9 none repeat scroll 0 0;
  border: 1px solid #d7d7d7;
  border-radius: 5px !important;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  color: #626262;
  cursor: pointer;
  height: 13px;
  margin-right: 10px;
  padding: 0;
  position: relative;
  top: 2px;
  width: 13px;
}
.grand-totall .total-shipping ul li span {
  float: right;
}
.grand-totall h4.grand-totall-title {
  color: #008cff;
  font-size: 17px;
  font-weight: 500;
  margin: 20px 0 25px;
}
.grand-totall h4.grand-totall-title span {
  float: right;
}
.grand-totall a {
  background-color: transparent;
  color: #373737;
  border: 1px solid #c6c6c6;
  display: block;
  font-size: 13px;
  font-weight: 600;
  line-height: 1;
  padding: 18px 10px 17px;
  text-align: center;
  text-transform: uppercase;
  border-radius: 10px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  margin-top: 15px;
}
.grand-totall a:hover {
  border-color: #373737;
}
.grand-totall a.proceed_to_checkout_btn {
  background-color: #008cff;
  border: none;
  color: #fff;
  display: block;
  font-size: 13px;
  font-weight: 600;
  line-height: 1;
  padding: 18px 10px 17px;
  text-align: center;
  text-transform: uppercase;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  margin-top: 30px;
  border: 2px solid transparent;
}
.grand-totall a.proceed_to_checkout_btn:hover {
  background-color: #2a9fff;
}

@media only screen and (max-width: 767px) {
  .discount-code-wrapper {
    margin: 30px 0;
  }
}

@media only screen and (max-width: 767px) {
  .cart-clear {
    text-align: center;
  }
}

.cart-detail-wrapper {
  padding: 20px 0;
  background: #fff;
  border-radius: 6px;
  display: flex;
  margin-bottom: 10px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .cart-detail-wrapper {
    flex-wrap: wrap;
  }
}
.cart-detail-wrapper .cart-img {
  width: 150px;
  text-align: center;
}
.cart-detail-wrapper .cart-img a {
  position: relative;
  display: inline-block;
  transition: all 0.3s;
}
.cart-detail-wrapper .cart-img a:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.6);
  opacity: 0;
  transition: all 0.3s;
}
.cart-detail-wrapper .cart-img a:before {
  content: "Preview";
  position: absolute;
  color: #fff;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  font-weight: 500;
  margin-bottom: 0;
  font-size: 15px;
  text-align: center;
  z-index: 1;
  opacity: 0;
  transition: all 0.3s;
}
.cart-detail-wrapper .cart-img a:hover:after, .cart-detail-wrapper .cart-img a:hover:before {
  opacity: 1;
  transition: all 0.3s;
}
@media only screen and (max-width: 767px) {
  .cart-detail-wrapper .cart-img {
    flex-basis: 100%;
  }
}
.cart-detail-wrapper .cart-info {
  flex: 1;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cart-detail-wrapper .cart-info .cart-info-wrapper {
    display: flex;
    align-items: start;
  }
}
@media only screen and (max-width: 767px) {
  .cart-detail-wrapper .cart-info .cart-info-wrapper {
    display: flex;
    flex-direction: column-reverse;
    margin-left: 0;
    flex-wrap: wrap;
    align-items: center;
    margin-left: 0;
    row-gap: 8px;
  }
}
@media only screen and (max-width: 767px) {
  .cart-detail-wrapper .cart-info .cart-info-wrapper span {
    margin-left: 0;
  }
}
.cart-detail-wrapper .cart-info .badge {
  font-size: 11px;
  background: #f1f1f1;
  color: #8b8b8b !important;
  padding: 3px 10px;
  margin-left: 15px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cart-detail-wrapper .cart-info .badge {
    margin-left: 0;
    padding: 0px 5px;
  }
}
@media only screen and (max-width: 767px) {
  .cart-detail-wrapper .cart-info {
    flex-basis: 100%;
    margin-top: 10px;
    margin-bottom: 8px;
    text-align: center;
  }
}
.cart-detail-wrapper .cart-info a {
  display: flex;
  margin-bottom: 0;
  align-items: center;
  display: inline-block;
}
@media only screen and (max-width: 767px) {
  .cart-detail-wrapper .cart-info a {
    justify-content: center;
  }
}
.cart-detail-wrapper .cart-info a:hover h4 {
  color: #008cff;
}
.cart-detail-wrapper .cart-info a h4 {
  font-weight: 400;
  margin-bottom: 0;
  font-size: 15px;
}
.cart-detail-wrapper .cart-info a .cart-username {
  font-size: 14px;
  line-height: 24px;
  margin-left: 2px;
}
.cart-detail-wrapper .cart-info span {
  font-size: 12px;
  line-height: 22px;
  font-weight: 400;
  letter-spacing: 0.1px;
  color: #b2b2b2;
}
.cart-detail-wrapper .cart-info .paddingzero {
  line-height: 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cart-detail-wrapper .cart-info .paddingzero {
    display: flex;
    align-items: center;
    -moz-column-gap: 10px;
         column-gap: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .cart-detail-wrapper .cart-info .paddingzero {
    display: flex;
    align-items: center;
    -moz-column-gap: 10px;
         column-gap: 10px;
    justify-content: center;
  }
}
.cart-detail-wrapper .cart-price {
  align-self: end;
  text-align: center;
  width: 100px;
}
@media only screen and (max-width: 767px) {
  .cart-detail-wrapper .cart-price {
    flex-basis: 100%;
    width: auto;
    margin-top: 10px;
  }
}
.cart-detail-wrapper .cart-qty {
  align-self: end;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .cart-detail-wrapper .cart-qty {
    flex-basis: 100%;
  }
}
.cart-detail-wrapper .cart-qty .cart-plus-minus {
  display: inline-block;
  height: auto;
  padding: 0;
  position: relative;
  width: 120px;
}
.cart-detail-wrapper .cart-qty .cart-plus-minus .qtybutton {
  color: #727272;
  cursor: pointer;
  float: inherit;
  font-size: 16px;
  margin: 0;
  position: absolute;
  transition: all 0.3s ease 0s;
  width: auto;
  text-align: center;
  background-color: #fff;
}
.cart-detail-wrapper .cart-qty .cart-plus-minus .qtybutton.dec {
  left: 21px;
  top: 3px;
  padding: 0 8px;
}
.cart-detail-wrapper .cart-qty .cart-plus-minus .qtybutton.inc {
  right: 21px;
  top: 3px;
  padding: 0 8px;
}
.cart-detail-wrapper .cart-qty .cart-plus-minus .cart-plus-minus-box {
  color: #333;
  font-size: 13px;
  height: 30px;
  margin: 0;
  width: 80px;
  background: transparent none repeat scroll 0 0;
  border: 1px solid #e1e1e1;
  padding: 0;
  border-radius: 6px;
  text-align: center;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
}
.cart-detail-wrapper .product-remove {
  position: absolute;
  right: 20px;
  top: 10px;
}
.cart-detail-wrapper .product-remove a i {
  color: #b2b2b2;
  font-size: 16px;
}
.cart-detail-wrapper .product-remove a i:hover {
  color: #333;
}

/*-------- 21. Login register style ---------*/
.login-register-wrapper .login-register-tab-list {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .login-register-wrapper .login-register-tab-list {
    margin-bottom: 20px;
  }
}
.login-register-wrapper .login-register-tab-list a {
  position: relative;
}
.login-register-wrapper .login-register-tab-list a::before {
  background-color: #454545;
  bottom: 5px;
  content: "";
  height: 18px;
  margin: 0 auto;
  position: absolute;
  right: -2px;
  transition: all 0.4s ease 0s;
  width: 1px;
}
.login-register-wrapper .login-register-tab-list a h4 {
  font-size: 25px;
  font-weight: 700;
  margin: 0 20px;
  text-transform: capitalize;
  transition: all 0.3s ease 0s;
}
.login-register-wrapper .login-register-tab-list a:last-child::before {
  display: none;
}
.login-register-wrapper .login-register-tab-list a.active h4 {
  color: #008cff;
}
.login-register-wrapper .login-form-container {
  padding: 10px 80px 80px;
  text-align: left;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .login-register-wrapper .login-form-container {
    padding: 80px 50px;
  }
}
@media only screen and (max-width: 767px) {
  .login-register-wrapper .login-form-container {
    padding: 40px 15px;
  }
}
.login-register-wrapper .login-form-container .login-register-form form .form-row {
  margin-left: -10px;
  margin-right: -10px;
}
.login-register-wrapper .login-form-container .login-register-form form label {
  font-size: 14px;
  text-transform: capitalize;
  display: block;
  font-weight: 400;
  margin-bottom: 5px;
  color: #3d3d3d;
}
.login-register-wrapper .login-form-container .login-register-form form label abbr {
  text-decoration: none;
}
.login-register-wrapper .login-form-container .login-register-form form label.error {
  font-weight: 400;
  text-transform: none;
}
.login-register-wrapper .login-form-container .login-register-form form input {
  background-color: #ffffff;
  border: 1px solid #ebebeb;
  font-size: 14px;
  height: 50px;
  margin-bottom: 20px;
  padding: 0 15px;
  color: #010225;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}
.login-register-wrapper .login-form-container .login-register-form form input[type=password] {
  position: relative;
  padding-right: 30px;
}
@media only screen and (max-width: 767px) {
  .login-register-wrapper .login-form-container .login-register-form form input {
    height: 40px;
  }
}
.login-register-wrapper .login-form-container .login-register-form form input[type=checkbox] {
  height: 15px;
  margin: 0;
  position: relative;
  top: 2px;
  width: 17px;
  color: #010225;
}
.login-register-wrapper .login-form-container .login-register-form form .policy-content a {
  color: #008cff;
  margin-bottom: 30px;
  display: inline-block;
}
.login-register-wrapper .login-form-container .login-register-form form .button-box {
  text-align: center;
}
.login-register-wrapper .login-form-container .login-register-form form .button-box .login-toggle-btn {
  padding: 10px 0 19px;
  text-align: left;
}
.login-register-wrapper .login-form-container .login-register-form form .button-box .login-toggle-btn label {
  font-size: 15px;
  font-weight: 400;
  display: inline-block;
}
@media only screen and (max-width: 767px) {
  .login-register-wrapper .login-form-container .login-register-form form .button-box .login-toggle-btn label {
    font-size: 14px;
  }
}
.login-register-wrapper .login-form-container .login-register-form form .button-box .login-toggle-btn label.error {
  font-weight: 400;
}
.login-register-wrapper .login-form-container .login-register-form form .button-box .login-toggle-btn a {
  float: right;
  font-size: 15px;
  color: #010225;
  transition: all 0.3s ease 0s;
}
@media only screen and (max-width: 767px) {
  .login-register-wrapper .login-form-container .login-register-form form .button-box .login-toggle-btn a {
    font-size: 14px;
  }
}
.login-register-wrapper .login-form-container .login-register-form form .button-box .login-toggle-btn a:hover {
  color: #008cff;
}
.login-register-wrapper .login-form-container .login-register-form form .button-box button {
  background-color: #008cff;
  color: #fff;
  border: medium none;
  cursor: pointer;
  font-size: 13px;
  font-weight: 600;
  line-height: 1;
  height: 48px;
  width: 250px;
  text-transform: uppercase;
  transition: all 0.3s ease 0s;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
}
.login-register-wrapper .login-form-container .login-register-form form .button-box button:hover {
  background-color: #4e4e4e;
  color: #fff;
}

@media only screen and (max-width: 767px) {
  .login-register-area.pb-100 {
    padding-bottom: 60px;
  }
}

.social-login {
  text-align: center;
}

/*------- 22. Contact us style  -------*/
.get-in-touch-wrap {
  max-width: 800px;
  margin-right: auto;
  margin-left: auto;
}

.contact-info-wrap h3, .get-in-touch-wrap h3 {
  text-transform: capitalize;
  font-size: 25px;
  font-weight: 600;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .contact-info-wrap h3, .get-in-touch-wrap h3 {
    margin: 0 0 24px;
  }
}
.contact-info-wrap p, .get-in-touch-wrap p {
  text-align: center;
  margin-bottom: 30px;
  margin-top: 12px;
  font-size: 18px;
  color: #3a3a3a;
}
.contact-info-wrap p a, .get-in-touch-wrap p a {
  color: #008cff;
}
@media only screen and (max-width: 767px) {
  .contact-info-wrap.mb-60, .get-in-touch-wrap.mb-60 {
    margin-bottom: 13px;
  }
}

.single-contact-info {
  background-color: #ffffff;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  padding: 30px 0;
  max-width: 800px;
  margin: 0 auto;
}
.single-contact-info > i {
  font-size: 36px;
  color: #008cff;
  transition: all 0.3s ease 0s;
  display: block;
}
.single-contact-info h4 {
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0.4px;
  text-transform: capitalize;
  margin: 19px 0 10px;
}
.single-contact-info p {
  letter-spacing: 0.4px;
  font-size: 15px;
  color: #333;
  max-width: 540px;
  width: 100%;
  margin: 0 auto;
}
.single-contact-info ul li {
  border-bottom: 2px solid #fff;
  letter-spacing: 0.4px;
  margin-bottom: 30px;
  padding-bottom: 33px;
  font-size: 15px;
}
.single-contact-info ul li:last-child {
  padding-bottom: 0px;
  margin-bottom: 0px;
  border-bottom: none;
}
.single-contact-info ul li i {
  font-size: 18px;
  margin-right: 7px;
  color: #008cff;
  top: 3px;
  position: relative;
  transition: all 0.3s ease 0s;
  display: inline-block;
}
.single-contact-info ul li:hover i {
  animation: 500ms ease-in-out 0s normal none 1 running tada;
}
.single-contact-info:hover > i {
  animation: 500ms ease-in-out 0s normal none 1 running tada;
}

.contact-from input, .contact-from textarea {
  background: #f7f7f7 none repeat scroll 0 0;
  border: none;
  color: #000;
  height: 60px;
  padding: 2px 20px;
  margin-bottom: 20px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .contact-from input, .contact-from textarea {
    margin-bottom: 20px;
  }
}
.contact-from textarea {
  height: 200px;
  padding: 20px 20px;
}
.contact-from button {
  border: none;
  background-color: transparent;
  text-transform: capitalize;
  background-color: #008cff;
  color: #fff;
  padding: 12px 30px;
  font-size: 15px;
  letter-spacing: 0.2px;
  font-weight: 500;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border: 1px solid transparent;
}
.contact-from button:hover {
  background-color: #2a9fff;
}

#map {
  height: 500px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #map {
    height: 400px;
  }
}
@media only screen and (max-width: 767px) {
  #map {
    height: 300px;
  }
}

/*-------- 23. Checkout style ---------*/
.customer-zone > p {
  font-size: 14px;
  position: relative;
  padding: 14px 30px 14px 60px;
  background-color: #eeeff2;
  margin: 0;
  position: relative;
  color: #373737;
}
@media only screen and (max-width: 767px) {
  .customer-zone > p {
    padding: 14px 30px 14px 40px;
  }
}
.customer-zone > p:before {
  content: "\f17c";
  color: #6dde6d;
  display: inline-block;
  position: absolute;
  font-family: LineAwesome;
  left: 15px;
  top: 15px;
  font-size: 18px;
}
.customer-zone > p a {
  color: #008cff;
}

.checkout-login-info {
  margin: 20px 0 0;
  display: none;
}
.checkout-login-info p {
  font-size: 14px;
  margin: 0 0 12px;
}
.checkout-login-info form {
  display: block;
  overflow: hidden;
}
.checkout-login-info form .sin-checkout-login {
  margin-bottom: 30px;
}
.checkout-login-info form .sin-checkout-login label {
  font-size: 14px;
  text-transform: capitalize;
  margin: 0 0 5px;
}
.checkout-login-info form .sin-checkout-login label span {
  color: red;
}
.checkout-login-info form .sin-checkout-login input {
  border: 1px solid #e8e8e8;
  height: 50px;
  background-color: transparent;
}
.checkout-login-info form .sin-checkout-login input:focus {
  border: 1px solid #343538;
}
.checkout-login-info form .button-remember-wrap {
  display: block;
  overflow: hidden;
}
.checkout-login-info form .button-remember-wrap button {
  border: 1px solid #aaa;
  font-size: 13px;
  padding: 10px 30px 9px;
  display: inline-block;
  float: left;
  margin-right: 20px;
  font-weight: 600;
  text-transform: uppercase;
}
.checkout-login-info form .button-remember-wrap button:hover {
  background-color: #008cff;
  color: #fff;
  border: 1px solid #008cff;
}
.checkout-login-info form .button-remember-wrap .checkout-login-toggle-btn {
  display: flex;
  margin: 8px 0 0;
}
.checkout-login-info form .button-remember-wrap .checkout-login-toggle-btn input {
  height: 15px;
  margin: 0;
  position: relative;
  top: 5px;
  width: 17px;
}
.checkout-login-info form .button-remember-wrap .checkout-login-toggle-btn label {
  font-size: 14px;
  margin: 0 0 0 5px;
}
.checkout-login-info form .lost-password {
  margin: 20px 0 11px;
}
.checkout-login-info form .lost-password a {
  font-size: 14px;
}
.checkout-login-info .checkout-login-social span {
  font-size: 14px;
  margin: 0 0 13px;
  display: block;
}
.checkout-login-info .checkout-login-social ul li {
  display: inline-block;
  margin: 0 14px 0 0;
}
.checkout-login-info .checkout-login-social ul li:last-child {
  margin: 0 0px 0 0;
}
@media only screen and (max-width: 767px) {
  .checkout-login-info .checkout-login-social ul li {
    margin: 0 5px 0 0;
  }
}
.checkout-login-info .checkout-login-social ul li a {
  background-color: #f5f5f5;
  text-transform: uppercase;
  font-weight: 500;
  display: block;
  float: left;
  font-size: 13px;
  padding: 20px;
  padding: 24px 106px 25px;
  line-height: 1;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .checkout-login-info .checkout-login-social ul li a {
    padding: 24px 70px 25px;
  }
}
@media only screen and (max-width: 767px) {
  .checkout-login-info .checkout-login-social ul li a {
    padding: 15px 13px 16px;
  }
}
.checkout-login-info .checkout-login-social ul li a:hover {
  background-color: #008cff;
  color: #fff;
}

.checkout-login-info2 {
  display: none;
  margin: 20px 0 0;
}
.checkout-login-info2 ul li {
  display: inline-block;
}
.checkout-login-info2 ul li a {
  color: #8a8a8a;
  font-size: 12px;
}
.checkout-login-info2 ul li a:hover {
  color: #008cff;
}

.checkout-login-info3 {
  display: none;
  margin-top: 20px;
}
.checkout-login-info3 form input[type=text] {
  width: 48%;
  background-color: #ffffff;
  border: 1px solid #ebebeb;
  font-size: 14px;
  height: 50px;
  margin-bottom: 20px;
  padding: 0 15px;
  color: #010225;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}
.checkout-login-info3 form input[type=text]:focus {
  border: none;
}
.checkout-login-info3 form input[type=submit] {
  background: #373737 none repeat scroll 0 0;
  border: medium none;
  color: #fff;
  height: 50px;
  margin-left: 6px;
  padding: 5px 30px;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 600;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  width: inherit;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .checkout-login-info3 form input[type=submit] {
    padding: 5px 15px;
  }
}
@media only screen and (max-width: 767px) {
  .checkout-login-info3 form input[type=submit] {
    padding: 5px 16px;
  }
}
.checkout-login-info3 form input[type=submit]:hover {
  background-color: #4e4e4e;
}

.billing-info-wrap h3 {
  font-size: 20px;
  font-weight: 600;
  position: relative;
  margin: 0 0 45px;
  text-transform: uppercase;
}
@media only screen and (max-width: 767px) {
  .billing-info-wrap h3 {
    margin-bottom: 40px;
  }
}
.billing-info-wrap h3:before {
  position: absolute;
  content: "";
  left: 0;
  bottom: -12px;
  background-color: #008cff;
  width: 50px;
  height: 2px;
}
.billing-info-wrap .billing-info label {
  font-size: 14px;
  text-transform: capitalize;
  display: block;
  margin: 0 0 5px;
}
.billing-info-wrap .billing-info label abbr {
  color: red;
}
.billing-info-wrap .billing-info input {
  border: 1px solid #e8e8e8;
  height: 50px;
  background-color: transparent;
  padding: 2px 20px;
  color: #1f2226;
  font-size: 14px;
}
.billing-info-wrap .billing-info input:focus {
  border: 1px solid #ebebeb;
  outline: none;
}
.billing-info-wrap .billing-info input.billing-address {
  margin-bottom: 20px;
}
.billing-info-wrap .billing-select label {
  font-size: 14px;
  text-transform: capitalize;
  display: block;
  margin: 0 0 5px;
}
.billing-info-wrap .billing-select label abbr {
  color: red;
}
.billing-info-wrap .billing-select select {
  border: 1px solid #e6e6e6;
  -moz-appearance: none;
  -webkit-appearance: none;
  color: #333;
  font-size: 14px;
  height: 50px;
  padding: 2px 20px;
  background: rgba(0, 0, 0, 0) url("../../assets/images/icon-img/select.png") no-repeat scroll right 18px center;
  cursor: pointer;
}
.billing-info-wrap .billing-select select option {
  background: #fff;
  border: 0px solid #626262;
  padding-left: 10px;
  color: #333;
  font-size: 12px;
}
.billing-info-wrap .checkout-account input {
  border: 1px solid #9fa0a2;
  display: inline-block;
  float: left;
  height: 12px;
  width: 12px;
  position: relative;
  top: 5px;
  color: #333;
}
.billing-info-wrap .checkout-account .ship-different-label {
  color: #333;
  font-weight: 400;
  margin: 0 0 0 8px;
  font-size: 14px;
  text-transform: uppercase;
  cursor: pointer;
}
.billing-info-wrap .checkout-account-toggle label {
  font-size: 14px;
  text-transform: capitalize;
  display: block;
  margin: 0 0 5px;
}
.billing-info-wrap .checkout-account-toggle label abbr {
  color: red;
}
.billing-info-wrap .checkout-account-toggle input {
  border: 1px solid #e8e8e8;
  height: 50px;
  background-color: transparent;
  color: #333;
  font-size: 14px;
  padding: 2px 20px;
}
.billing-info-wrap .checkout-account-toggle input:focus {
  border: 1px solid #343538;
}
.billing-info-wrap .different-address {
  display: none;
}
.billing-info-wrap .additional-info-wrap {
  margin-top: 20px;
  transition: all 0.5s ease;
}
.billing-info-wrap .additional-info-wrap label {
  color: #010225;
  font-size: 14px;
  text-transform: capitalize;
  display: block;
  margin-bottom: 5px;
  margin-left: 5px;
}
.billing-info-wrap .additional-info-wrap textarea {
  min-height: 120px;
  border: 1px solid #ebebeb;
  background-color: #fff;
  padding: 8px 20px 2px;
  color: #1f2226;
  border-radius: 4px;
  font-size: 14px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .billing-info-wrap.mr-50 {
    margin-right: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .billing-info-wrap.mr-50 {
    margin-right: 0px;
  }
}
@media only screen and (max-width: 767px) {
  .billing-info-wrap.mr-50 {
    margin-right: 0px;
  }
}

.your-order-area {
  padding: 30px 25px;
  position: relative;
  background-color: #fff;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .your-order-area {
    padding: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .your-order-area {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .your-order-area {
    padding: 20px 15px;
    margin-top: 20px;
  }
}
.your-order-area h3 {
  font-size: 20px;
  font-weight: 600;
  position: relative;
  margin: 0 0 45px;
  text-transform: uppercase;
}
.your-order-area h3:before {
  position: absolute;
  content: "";
  left: 0;
  bottom: -12px;
  background-color: #008cff;
  width: 50px;
  height: 2px;
}
.your-order-area .your-order-wrap .your-order-info ul li {
  font-size: 14px;
  text-transform: uppercase;
}
.your-order-area .your-order-wrap .your-order-info ul li span {
  float: right;
  color: #008cff;
}
.your-order-area .your-order-wrap .your-order-info.order-subtotal {
  padding-top: 8px;
  font-weight: 400;
}
.your-order-area .your-order-wrap .your-order-info.order-subtotal ul li span {
  font-size: 14px;
}
.your-order-area .your-order-wrap .your-order-info.order-shipping {
  padding: 15px 0 13px;
  display: block;
  overflow: hidden;
}
.your-order-area .your-order-wrap .your-order-info.order-shipping ul li > p {
  float: right;
  font-size: 14px;
  text-align: right;
  color: #333;
  text-transform: capitalize;
}
.your-order-area .your-order-wrap .your-order-info.order-total {
  padding-top: 12px;
}
.your-order-area .your-order-wrap .your-order-info.order-total ul li {
  font-weight: 500;
  color: #008cff;
}
.your-order-area .your-order-wrap .your-order-info.order-total ul li span {
  font-size: 14px;
  color: #008cff;
}
.your-order-area .your-order-wrap .your-order-info.order-total ul li.price-taxes {
  font-size: 12px;
  font-weight: 400;
  text-transform: none;
  color: #999;
  letter-spacing: 0.2px;
}
.your-order-area .your-order-wrap .your-order-middle {
  padding-top: 8px;
}
.your-order-area .your-order-wrap .your-order-middle ul li {
  font-size: 14px;
  margin: 0 0 7px;
}
.your-order-area .your-order-wrap .your-order-middle ul li .checkout-card-warapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding-bottom: 7px;
  border-bottom: 1px solid #f1f1f1;
}
.your-order-area .your-order-wrap .your-order-middle ul li .checkout-card-warapper .checkout-card-details {
  padding-right: 10px;
}
.your-order-area .your-order-wrap .your-order-middle ul li .checkout-card-warapper .checkout-card-details .first {
  margin-bottom: 0;
  font-size: 14px;
  color: #010225;
}
.your-order-area .your-order-wrap .your-order-middle ul li .checkout-card-warapper .checkout-card-details .second {
  font-size: 13px;
  margin-bottom: 0;
  color: #b2b2b2;
  line-height: 19px;
}
.your-order-area .your-order-wrap .your-order-middle ul li:last-child {
  margin-bottom: 0;
}
.your-order-area .your-order-wrap .your-order-middle ul li span {
  float: right;
  font-size: 14px;
}
.your-order-area .your-order-wrap .payment-method {
  margin: 27px 0 0;
}
.your-order-area .your-order-wrap .payment-method .sin-payment {
  margin-bottom: 20px;
}
.your-order-area .your-order-wrap .payment-method .sin-payment input {
  width: auto;
  display: inline-block;
  float: left;
  height: auto;
  margin-top: 5px;
}
.your-order-area .your-order-wrap .payment-method .sin-payment label {
  font-size: 14px;
  text-transform: uppercase;
  margin: 0px 0 0 21px;
  display: flex;
  align-items: center;
  font-weight: 500;
}
@media only screen and (max-width: 767px) {
  .your-order-area .your-order-wrap .payment-method .sin-payment label {
    display: block;
  }
}
.your-order-area .your-order-wrap .payment-method .sin-payment label img {
  max-width: 140px;
  display: inline-block;
  margin: 0 5px;
}
.your-order-area .your-order-wrap .payment-method .sin-payment label a {
  text-decoration: underline;
}
.your-order-area .your-order-wrap .payment-method .sin-payment .payment-box {
  margin: 6px 0 0;
  display: none;
}
.your-order-area .your-order-wrap .payment-method .sin-payment .payment-box p {
  font-size: 14px;
  margin: 0;
}
.your-order-area .Place-order a {
  background-color: #008cff;
  display: block;
  cursor: pointer;
  padding: 14px 50px;
  text-transform: uppercase;
  font-weight: 700;
  width: 100%;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border: 1px solid transparent;
}
.your-order-area .Place-order a:hover {
  background-color: #2a9fff;
}

@media only screen and (max-width: 767px) {
  .checkout-main-area.pb-70 {
    padding-bottom: 50px;
  }
}

/*-------- 24. Compare style ---------*/
.compare-table .table tbody tr {
  margin-bottom: 20px;
}
.compare-table .table tbody tr td {
  padding: 20px 20px;
  vertical-align: middle;
  border-color: #ccc;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .compare-table .table tbody tr td {
    padding: 20px 15px;
  }
}
@media only screen and (max-width: 767px) {
  .compare-table .table tbody tr td {
    padding: 10px 20px;
    display: block;
    width: 100%;
    overflow: hidden;
    margin-bottom: 5px;
  }
}
.compare-table .table tbody tr td.first-column {
  min-width: 175px;
  font-size: 15px;
  font-weight: 600;
  margin: 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .compare-table .table tbody tr td.first-column {
    min-width: 110px;
  }
}
@media only screen and (max-width: 767px) {
  .compare-table .table tbody tr td.first-column {
    min-width: 100%;
    display: block;
    width: 100%;
    overflow: hidden;
    margin-bottom: 5px;
    margin-top: 35px;
  }
}
.compare-table .table tbody tr td.product-image-title {
  min-width: 310px;
  vertical-align: bottom;
  text-align: left;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .compare-table .table tbody tr td.product-image-title {
    min-width: 210px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .compare-table .table tbody tr td.product-image-title {
    min-width: 110px;
  }
}
@media only screen and (max-width: 767px) {
  .compare-table .table tbody tr td.product-image-title {
    min-width: 100%;
    display: block;
    width: 100%;
    overflow: hidden;
    padding: 20px;
  }
}
.compare-table .table tbody tr td.product-image-title .image {
  clear: both;
  width: 100%;
  margin-bottom: 15px;
  display: block;
}
.compare-table .table tbody tr td.product-image-title .image img {
  width: 100%;
}
.compare-table .table tbody tr td.product-image-title .category {
  float: left;
  clear: both;
  color: #008cff;
  text-transform: capitalize;
  letter-spacing: 0.5px;
}
.compare-table .table tbody tr td.product-image-title .title {
  float: left;
  clear: both;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 500;
  text-transform: capitalize;
  margin-top: 5px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .compare-table .table tbody tr td.product-image-title .title {
    font-size: 16px;
  }
}
.compare-table .table tbody tr td.product-image-title .title:hover {
  color: #008cff;
}
.compare-table .table tbody tr td.pro-desc p {
  text-align: left;
  margin: 0;
}
.compare-table .table tbody tr td.pro-price, .compare-table .table tbody tr td.pro-color, .compare-table .table tbody tr td.pro-stock {
  font-size: 14px;
  font-weight: 400;
}
.compare-table .table tbody tr td.pro-remove button {
  border: none;
  background-color: transparent;
  padding: 0;
  cursor: pointer;
}
.compare-table .table tbody tr td.pro-remove button:hover {
  color: #008cff;
}
.compare-table .table tbody tr td.pro-remove button i {
  font-size: 20px;
}
.compare-table .table tbody tr td.pro-ratting i {
  color: #e7a415;
}

@media only screen and (max-width: 767px) {
  .compare-page-wrapper.pt-90 {
    padding-top: 20px;
  }
}
/*------ end Compare Page Wrapper -----*/
/*-------- 25. My account style ---------*/
.myaccount-tab-menu {
  flex-direction: column;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  background: #fff;
}
.myaccount-tab-menu a {
  border: none;
  border-bottom: none;
  font-weight: 600;
  font-size: 13px;
  display: block;
  padding: 10px 15px;
  text-transform: uppercase;
  padding-left: 15px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  transition: all 0s;
}
.myaccount-tab-menu a:last-child {
  margin-bottom: 0;
}
.myaccount-tab-menu a span {
  padding-left: 5px;
}
.myaccount-tab-menu a:hover {
  background-color: #efefef;
  color: #373737;
}
.myaccount-tab-menu a.active {
  background-color: #008cff;
  border-color: #008cff;
  color: #ffffff;
}
.myaccount-tab-menu a.active img {
  filter: brightness(0) invert(1);
}
.myaccount-tab-menu a i.fa {
  font-size: 14px;
  text-align: center;
  width: 25px;
}
.myaccount-tab-menu a img {
  width: 20px;
  height: auto;
}

@media only screen and (max-width: 767px) {
  #myaccountContent {
    margin-top: 30px;
  }
}
#myaccountContent h3 .add-more {
  line-height: 1.2;
  display: inline-block;
  position: relative;
  top: -2px;
  left: 3px;
}
#myaccountContent h3 .add-more i {
  width: 26px;
  height: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgb(224, 224, 224);
  border-radius: 50%;
  cursor: pointer;
  position: relative;
  font-size: 12px;
  line-height: 1.2;
}

.myaccount-content-wrapper.no-content h3 {
  text-align: center;
  color: #999;
  margin-bottom: 0 !important;
  line-height: 1.4;
  font-weight: 400;
  font-size: 16px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .myaccount-content-wrapper.no-content h3 {
    font-size: 20px;
    margin-bottom: 0 !important;
  }
}
@media only screen and (max-width: 767px) {
  .myaccount-content-wrapper.no-content h3 {
    font-size: 18px;
    margin-bottom: 0 !important;
  }
}
.myaccount-content-wrapper.no-content h3 a {
  color: #008cff;
}

.myaccount-content {
  border: none;
  background-color: #fff;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  padding: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .myaccount-content {
    min-height: auto;
    padding: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .myaccount-content {
    padding: 5px 15px;
    min-height: auto;
  }
}
.myaccount-content .date-range-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .myaccount-content .date-range-wrapper {
    justify-content: end;
  }
}
@media only screen and (max-width: 767px) {
  .myaccount-content .date-range-wrapper {
    display: block;
  }
}
.myaccount-content .date-range-wrapper > div {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .myaccount-content .date-range-wrapper h3 {
    font-weight: 400;
    margin-bottom: 15px;
  }
}
.myaccount-content .date-range-wrapper input.insight-date-range-input {
  position: relative;
  height: 40px;
  width: auto;
  border-radius: 18px;
  background-color: #fff;
  padding: 11px 18px;
  border-color: #ebebeb;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .myaccount-content .date-range-wrapper input.insight-date-range-input {
    padding-left: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .myaccount-content .date-range-wrapper input.insight-date-range-input {
    font-size: 0;
    padding: 0;
    margin: 0;
    width: 30px;
    height: 30px;
    border-radius: 4px;
  }
}
.myaccount-content .date-range-wrapper .insight-date-range-wrapper {
  position: relative;
  display: inline-block;
}
@media only screen and (max-width: 767px) {
  .myaccount-content .date-range-wrapper .insight-date-range-wrapper {
    top: -4px;
    margin-left: auto;
  }
}
.myaccount-content .date-range-wrapper .insight-date-range-wrapper label {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 26px;
  z-index: 1;
  color: #ccc;
  cursor: pointer;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .myaccount-content .date-range-wrapper .insight-date-range-wrapper label {
    left: 12px;
  }
}
@media only screen and (max-width: 767px) {
  .myaccount-content .date-range-wrapper .insight-date-range-wrapper label {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 9px;
    z-index: 1;
    color: #ccc;
    cursor: pointer;
    margin-top: 2px;
  }
}
.myaccount-content .date-range-wrapper .insight-date-range-wrapper label i {
  font-weight: 400;
}
.myaccount-content .date-range-wrapper .profile-btn-heading {
  font-size: 16px;
  color: #8E8E93;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .myaccount-content .date-range-wrapper .profile-btn-heading {
    font-size: 14px;
  }
}
@media only screen and (max-width: 767px) {
  .myaccount-content .date-range-wrapper .profile-btn-heading {
    font-size: 14px;
  }
}
.myaccount-content .date-range-wrapper .profile-select-btn {
  margin-left: 4px;
  font-weight: 500;
  font-size: 16px;
  line-height: 21px;
}
.myaccount-content .date-range-wrapper .profile-select-btn .selected-card-name {
  width: auto;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 150px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .myaccount-content .date-range-wrapper .profile-select-btn {
    font-size: 14px;
    margin-right: 8px;
  }
}
@media only screen and (max-width: 767px) {
  .myaccount-content .date-range-wrapper .profile-select-btn {
    font-size: 14px;
    width: 150px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 30px;
    vertical-align: middle;
  }
}
.myaccount-content .date-range-wrapper .profile-select-btn:hover {
  color: #373737;
}
.myaccount-content .date-range-wrapper .profile-select-btn .user-profile-pic {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-color: #ccc;
  overflow: hidden;
  margin-right: 4px;
}
.myaccount-content .date-range-wrapper .profile-select-btn .user-profile-pic.all-selected {
  display: none;
}
.myaccount-content .date-range-wrapper .profile-select-btn .user-profile-pic .user-first-letter {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  font-size: 12px;
  color: #ffffff;
  text-transform: uppercase;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .myaccount-content .date-range-wrapper .profile-select-btn .caret {
    width: 10px;
  }
}
.myaccount-content form {
  margin-top: -20px;
}
.myaccount-content h3 {
  font-size: 20px;
  font-weight: 500;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .myaccount-content h3 {
    font-weight: 400;
  }
}
.myaccount-content address p:first-child {
  margin-bottom: 10px;
  font-size: 17px;
  font-weight: 400;
}
.myaccount-content .welcome a:hover {
  color: #008cff;
}
.myaccount-content .welcome strong {
  font-weight: 600;
  color: #008cff;
}
.myaccount-content fieldset {
  margin-top: 20px;
}
.myaccount-content fieldset legend {
  font-size: 16px;
  margin-bottom: 20px;
  font-weight: 600;
  padding-bottom: 10px;
  border-bottom: 1px solid #ccc;
}
.myaccount-content .account-details-form .single-input-item label {
  font-size: 14px;
  display: block;
  font-weight: 400;
  margin-bottom: 5px;
  margin-left: 5px;
  color: #3d3d3d;
}
.myaccount-content .account-details-form .single-input-item label.error {
  font-weight: 400;
}
.myaccount-content .account-details-form .single-input-item input {
  background-color: #ffffff;
  border: 1px solid #ebebeb;
  font-size: 14px;
  height: 50px;
  margin-bottom: 20px;
  padding: 0 15px;
  color: #010225;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}
@media only screen and (max-width: 767px) {
  .myaccount-content .account-details-form .single-input-item input {
    height: 40px;
  }
}
.myaccount-content .account-details-form .single-input-item button {
  color: #373737;
  border: 1px solid #c6c6c6;
  background-color: transparent;
  text-transform: uppercase;
  font-weight: 400;
  padding: 9px 25px;
  font-size: 13px;
  line-height: inherit;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}
@media only screen and (max-width: 767px) {
  .myaccount-content .account-details-form .single-input-item button {
    padding: 6px 15px;
  }
}
.myaccount-content .account-details-form .single-input-item button:hover {
  border-color: #373737;
}
.myaccount-content .account-details-form .single-input-item button:disabled, .myaccount-content .account-details-form .single-input-item button:disabled:hover {
  border-color: #ccc;
  color: #ccc;
}
.myaccount-content .insight-wrapper .social-insight-box {
  border: 1px solid #ebebeb;
  border-radius: 4px;
  padding: 20px 15px 15px;
}
@media only screen and (max-width: 767px) {
  .myaccount-content .insight-wrapper .social-insight-box {
    min-height: 114px;
  }
}
.myaccount-content .insight-wrapper .social-insight-box h3 {
  font-size: 16px;
  color: #333;
  margin-bottom: 40px;
  font-weight: 400;
}
@media only screen and (max-width: 767px) {
  .myaccount-content .insight-wrapper .social-insight-box h3 {
    margin-bottom: 20px;
    font-size: 14px !important;
    display: flex;
    align-items: center;
  }
}
.myaccount-content .insight-wrapper .social-insight-box img {
  margin-right: 10px;
  width: 30px;
  height: 30px;
}
.myaccount-content .insight-wrapper .social-insight-box .box-footer {
  margin-left: 4px;
}
.myaccount-content .insight-wrapper .social-insight-box .box-footer span {
  font-size: 18px;
  color: #373737;
}
@media only screen and (max-width: 767px) {
  .myaccount-content .insight-wrapper .social-insight-box .box-footer span {
    font-size: 15px;
  }
}
.myaccount-content .insight-wrapper .social-insight-box .box-footer .counter {
  font-size: 24px;
  color: #333;
  margin-right: 8px;
  font-weight: 500;
}
@media only screen and (max-width: 767px) {
  .myaccount-content .insight-wrapper .social-insight-box .box-footer .counter {
    font-size: 20px;
  }
}
.myaccount-content .insight-wrapper .social-insight-box p {
  font-size: 14px;
  color: #818181;
  margin-bottom: 5px;
  text-align: center;
}
.myaccount-content .insight-wrapper .social-insight-box p img {
  max-width: 30px;
}
.myaccount-content .insight-wrapper .social-insight-box p i.info {
  font-weight: 600;
  font-size: 6px;
  border: 1px solid #b1b1b1;
  padding: 2px;
  border-radius: 15px;
  width: 12px;
  text-align: center;
  color: #b1b1b1;
  margin-left: 1px;
  vertical-align: middle;
}
.myaccount-content .insight-wrapper .social-insight-box p i {
  font-size: 30px;
  color: #dddddd;
}
.myaccount-content .insight-wrapper .social-insight-box .counter {
  animation-duration: 1s;
  animation-delay: 0s;
}

.myaccount-table {
  white-space: nowrap;
  font-size: 14px;
}
.myaccount-table table,
.myaccount-table .table {
  border: none;
  border-collapse: separate;
  border-spacing: 0 10px;
  margin-bottom: -10px;
}
@media only screen and (max-width: 767px) {
  .myaccount-table table,
  .myaccount-table .table {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .myaccount-table table,
  .myaccount-table .table {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
.myaccount-table table tr,
.myaccount-table .table tr {
  background-color: #f9f9f9;
}
.myaccount-table table tr td:first-child,
.myaccount-table .table tr td:first-child {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
  padding-left: 10px;
}
.myaccount-table table tr td:last-child,
.myaccount-table .table tr td:last-child {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}
.myaccount-table table tr th:first-child,
.myaccount-table .table tr th:first-child {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
  padding-left: 30px;
}
.myaccount-table table tr th:last-child,
.myaccount-table .table tr th:last-child {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}
.myaccount-table table tr td a,
.myaccount-table .table tr td a {
  color: #008cff;
}
.myaccount-table table tr td a .my-account-invoice-icon,
.myaccount-table .table tr td a .my-account-invoice-icon {
  background: url(../images/invoice.png) no-repeat center;
  background-size: 20px 20px;
  display: inline-block;
  width: 20px;
  height: 20px;
  line-height: 20px;
  vertical-align: middle;
  margin-right: 5px;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}
.myaccount-table table tr td a .my-account-invoice-icon::before,
.myaccount-table .table tr td a .my-account-invoice-icon::before {
  content: "";
  background-image: url("../images/blue-invoice.png");
}
.myaccount-table table tr td a .my-account-delivery-icon,
.myaccount-table .table tr td a .my-account-delivery-icon {
  background: url(../images/delivery.png) no-repeat center;
  background-size: 20px 20px;
  display: inline-block;
  width: 20px;
  height: 20px;
  line-height: 20px;
  vertical-align: middle;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}
.myaccount-table table tr td a .my-account-delivery-icon::before,
.myaccount-table .table tr td a .my-account-delivery-icon::before {
  content: "";
  background-image: url("../images/blue-delivery.png");
}
.myaccount-table table tr td a .my-account-edit-icon,
.myaccount-table .table tr td a .my-account-edit-icon {
  background: url(../images/edit.png) no-repeat center;
  background-size: 20px 20px;
  display: inline-block;
  width: 20px;
  height: 20px;
  line-height: 20px;
  vertical-align: middle;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}
.myaccount-table table tr td a .my-account-edit-icon::before,
.myaccount-table .table tr td a .my-account-edit-icon::before {
  content: "";
  background-image: url("../images/blue-edit.png");
}
.myaccount-table table tr td a .my-account-preview-icon,
.myaccount-table .table tr td a .my-account-preview-icon {
  background: url(../images/preview.png) no-repeat center;
  background-size: 20px 20px;
  display: inline-block;
  width: 20px;
  height: 20px;
  line-height: 20px;
  vertical-align: middle;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}
.myaccount-table table tr td a .my-account-preview-icon::before,
.myaccount-table .table tr td a .my-account-preview-icon::before {
  content: "";
  background-image: url("../images/blue-preview.png");
}
.myaccount-table table tr td a:hover .my-account-invoice-icon,
.myaccount-table .table tr td a:hover .my-account-invoice-icon {
  background-image: url("../images/blue-invoice.png");
}
.myaccount-table table tr td a:hover .my-account-delivery-icon,
.myaccount-table .table tr td a:hover .my-account-delivery-icon {
  background-image: url("../images/blue-delivery.png");
}
.myaccount-table table tr td a:hover .my-account-edit-icon,
.myaccount-table .table tr td a:hover .my-account-edit-icon {
  background-image: url("../images/blue-edit.png");
}
.myaccount-table table tr td a:hover .my-account-preview-icon,
.myaccount-table .table tr td a:hover .my-account-preview-icon {
  background-image: url("../images/blue-preview.png");
}
.myaccount-table table tr td a:last-child,
.myaccount-table .table tr td a:last-child {
  margin-right: 0;
}
.myaccount-table table tr:nth-child(even),
.myaccount-table .table tr:nth-child(even) {
  background-color: #efefef;
}
.myaccount-table table th,
.myaccount-table .table th {
  padding: 10px;
  font-weight: 400;
  color: #1f2226;
  border: none;
  text-align: left;
  background-color: #e6e6e6;
}
.myaccount-table table td,
.myaccount-table .table td {
  padding: 10px;
  vertical-align: middle;
  border: none;
  text-align: left;
  font-size: 13px;
}
.myaccount-table table td .card-info span,
.myaccount-table .table td .card-info span {
  font-size: 12px;
  line-height: 22px;
  font-weight: 400;
  letter-spacing: 0.1px;
  color: #777;
}
.myaccount-table table td .card-details,
.myaccount-table .table td .card-details {
  font-size: 12px;
  line-height: 22px;
  font-weight: 400;
  letter-spacing: 0.1px;
  color: #777;
}
.myaccount-table table td .card-details .first,
.myaccount-table .table td .card-details .first {
  font-weight: 400;
  margin-bottom: 0;
  font-size: 15px;
  color: #373737;
}
.myaccount-table table td .action-button,
.myaccount-table .table td .action-button {
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  cursor: pointer;
}
.myaccount-table table td .action-button i,
.myaccount-table .table td .action-button i {
  font-size: 24px;
  line-height: 26px;
  font-weight: 600;
  color: #686767;
}
.myaccount-table table .my-card,
.myaccount-table .table .my-card {
  padding: 0;
  position: absolute;
  top: 28px;
  right: 37px;
  background: #fff;
  z-index: 1;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  display: none;
  border: 1px solid #f1f1f1;
}
.myaccount-table table .my-card.show,
.myaccount-table .table .my-card.show {
  display: block;
}
.myaccount-table table .my-card a.my-card-item,
.myaccount-table .table .my-card a.my-card-item {
  font-size: 13px;
  padding: 2px 8px;
  text-align: left;
  display: block;
}

.saved-message {
  background-color: #fff;
  border-top: 3px solid #008cff;
  font-size: 14px;
  padding: 20px 0;
  color: #333;
}

/*---------------- Order Tracking Wizard ------------------*/
.order-tracking .modal-title {
  font-size: 26px;
  font-weight: 500;
}

.modal-dialog.order-tracking .modal-body {
  padding: 35px 50px;
}

.timeline-item.current h5 {
  color: #777777;
}

.timeline-item.pending h5 {
  color: #cccccc;
}

.timeline-with-icons {
  border-left: 1px solid hsl(0, 0%, 90%);
  position: relative;
  list-style: none;
  padding-left: 28px;
}

.timeline-with-icons .timeline-item {
  position: relative;
  padding-left: 12px;
}

.order-tracking .fw-bold {
  margin-top: 10px;
  font-size: 18px;
}

.order-tracking p.text-muted {
  font-size: 15px !important;
  font-weight: 400 !important;
}

.order-tracking p.text-muted.fw-bold {
  color: #c1c1c1 !important;
}

.order-tracking .timeline-with-icons .timeline-icon {
  margin-top: -5px;
}

.order-tracking .timeline-with-icons .timeline-icon img {
  width: 20px;
}

.timeline-with-icons .timeline-item:after {
  position: absolute;
  display: block;
  top: 0;
}

.timeline-with-icons .timeline-icon {
  position: absolute;
  left: -48px;
  background-color: hsl(217, 100%, 96%);
  color: hsl(217, 88.8%, 35.1%);
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  height: 40px;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.modal-close {
  background-color: #008cff;
  display: block;
  cursor: pointer;
  padding: 12px 40px 12px;
  text-transform: uppercase;
  font-weight: 700;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border: 1x solid transparent;
}

.modal-close:hover {
  background-color: #2a9fff;
  color: #fff;
}

/*-------- Start My Account Page Wrapper --------*/
.myaccount-table .table.responsive tbody {
  display: table;
  width: 100%;
}
.myaccount-table .table.responsive tbody th {
  padding-left: 10px;
  background-color: transparent;
}
.myaccount-table .table.responsive tbody td {
  text-align: right;
}

.myaccount-content-wrapper .my-device-wrapper {
  display: flex;
  flex-direction: row;
  gap: 20px;
  margin-top: 30px;
  flex-wrap: wrap;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .myaccount-content-wrapper .my-device-wrapper {
    margin-top: 0;
  }
}
@media only screen and (max-width: 767px) {
  .myaccount-content-wrapper .my-device-wrapper {
    margin-top: 15px;
  }
}
.myaccount-content-wrapper .my-device-wrapper .pagination-wrap {
  display: block;
  width: 100%;
}
.myaccount-content-wrapper .my-device-wrapper .my-device-box {
  flex-basis: calc(50% - 10px);
  flex-shrink: 0;
  background: #fff;
  border-radius: 4px;
  overflow: hidden;
}
.myaccount-content-wrapper .my-device-wrapper .my-device-box .head-part {
  padding: 15px;
  -moz-column-gap: 15px;
       column-gap: 15px;
  display: flex;
  align-items: center;
}
.myaccount-content-wrapper .my-device-wrapper .my-device-box .head-part .device-content h3 {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.3;
  margin-bottom: 4px;
  color: #373737;
}
.myaccount-content-wrapper .my-device-wrapper .my-device-box .head-part .device-content p {
  font-size: 13px;
  font-weight: 400;
  line-height: 18px;
  color: #737373;
  margin-bottom: 0;
}
.myaccount-content-wrapper .my-device-wrapper .my-device-box .bottom-part {
  border-top: 1px solid #f1f1f1;
  height: 76px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.myaccount-content-wrapper .my-device-wrapper .my-device-box .bottom-part .device-connect {
  text-align: center;
}
.myaccount-content-wrapper .my-device-wrapper .my-device-box .bottom-part .device-connect a {
  font-size: 13px;
  color: #373737;
  background-color: #ffffff;
  border-radius: 8px;
  border: 1px solid #c6c6c6;
  -webkit-border-radius: 50px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  display: inline-block;
  padding: 0;
  text-align: center;
  padding: 6px 30px;
}
.myaccount-content-wrapper .my-device-wrapper .my-device-box .bottom-part .device-connect a:hover {
  background-color: #fff;
  box-shadow: none;
  border-color: #373737;
}
.myaccount-content-wrapper .my-device-wrapper .my-device-box .bottom-part .conncted-profile-pic {
  display: none;
}
.myaccount-content-wrapper .my-device-wrapper .my-device-box .bottom-part .conncted-profile-info {
  display: none;
}
.myaccount-content-wrapper .my-device-wrapper .my-device-box .bottom-part.connected {
  border-top: 1px solid #f1f1f1;
  padding: 15px;
  display: flex;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
.myaccount-content-wrapper .my-device-wrapper .my-device-box .bottom-part.connected .device-connect {
  display: none;
}
.myaccount-content-wrapper .my-device-wrapper .my-device-box .bottom-part.connected .conncted-profile-pic {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  overflow: hidden;
  flex-shrink: 0;
  display: block;
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  text-transform: uppercase;
  background-color: #ccc;
}
.myaccount-content-wrapper .my-device-wrapper .my-device-box .bottom-part.connected .conncted-profile-info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.myaccount-content-wrapper .my-device-wrapper .my-device-box .bottom-part.connected .conncted-profile-info .profile-content h4 {
  font-size: 15px;
  margin-bottom: 3px;
  width: 170px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.myaccount-content-wrapper .my-device-wrapper .my-device-box .bottom-part.connected .conncted-profile-info .profile-content p {
  font-size: 13px;
  color: #b2b2b2;
  width: 170px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.myaccount-content-wrapper .my-device-wrapper .my-device-box .bottom-part.connected .conncted-profile-info .action-button .preview {
  font-size: 12px;
  color: #373737;
  background-color: #ffffff;
  border-radius: 8px;
  border: 1px solid #c6c6c6;
  -webkit-border-radius: 50px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  display: inline-block;
  padding: 0;
  text-align: center;
  padding: 3px 12px;
}
.myaccount-content-wrapper .my-device-wrapper .my-device-box .bottom-part.connected .conncted-profile-info .action-button .preview:hover {
  background-color: #fff;
  box-shadow: none;
  border-color: #373737;
}
.myaccount-content-wrapper .my-device-wrapper .my-device-box .bottom-part.connected .conncted-profile-info .action-button .disconnect {
  font-size: 13px;
  color: #ffffff;
  background-color: #373737;
  border-radius: 8px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  display: inline-block;
  padding: 0;
  margin-left: 4px;
  text-align: center;
  padding: 4px 12px;
}
.myaccount-content-wrapper .my-device-wrapper .my-device-box .bottom-part.connected .conncted-profile-info .action-button .disconnect:hover {
  background-color: #4e4e4e;
  color: #fff;
}
.myaccount-content-wrapper .bg-white {
  padding: 20px 30px;
  border-radius: 4px;
}
.myaccount-content-wrapper .contact-list-wrapper {
  margin-top: 30px;
}
.myaccount-content-wrapper .contact-list-wrapper .list-row {
  display: flex;
  align-items: center;
  background-color: #fff;
  border-radius: 8px;
  margin-bottom: 10px;
  padding: 12px 24px 12px 24px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .myaccount-content-wrapper .contact-list-wrapper .list-row {
    padding-left: 0;
  }
}
@media only screen and (max-width: 767px) {
  .myaccount-content-wrapper .contact-list-wrapper .list-row {
    padding: 12px 10px;
    border: 1px solid #f7f7f7;
  }
}
.myaccount-content-wrapper .contact-list-wrapper .list-row h4 {
  font-size: 14px;
  display: block;
  font-weight: 400;
  margin-bottom: 0;
  color: #1f2226;
}
.myaccount-content-wrapper .contact-list-wrapper .list-row.first {
  background-color: transparent;
  padding: 0 24px;
  padding-left: 10px;
  margin-top: -15px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .myaccount-content-wrapper .contact-list-wrapper .list-row.first {
    padding-left: 0;
  }
}
@media only screen and (max-width: 767px) {
  .myaccount-content-wrapper .contact-list-wrapper .list-row.first {
    display: none;
  }
}
.myaccount-content-wrapper .contact-list-wrapper .list-row.first .select-box {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 37px;
  border-radius: 10px;
  cursor: pointer;
  padding: 0 14px;
  cursor: pointer;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .myaccount-content-wrapper .contact-list-wrapper .list-row.first .select-box {
    padding-left: 0;
  }
}
.myaccount-content-wrapper .contact-list-wrapper .list-row.first .select-box .dropdown .dropdown-menu {
  border: none;
  box-shadow: 2px 2px 10px #c5c5c5;
  width: auto;
  min-width: 11.5em;
  z-index: 1;
}
.myaccount-content-wrapper .contact-list-wrapper .list-row.first .select-box .dropdown .dropdown-menu .dropdown-item {
  font-size: 14px;
  line-height: 1;
  text-align: left;
  padding: 8px 18px;
}
.myaccount-content-wrapper .contact-list-wrapper .list-row.first .select-box .dropdown .dropdown-menu .dropdown-item:active {
  background-color: #f8f9fa;
  color: inherit;
}
.myaccount-content-wrapper .contact-list-wrapper .list-row.first .select-box .dropdown .dropdown-menu .dropdown-item img {
  height: 20px;
  width: auto;
  margin-right: 4px;
  position: relative;
  top: -1px;
}
.myaccount-content-wrapper .contact-list-wrapper .list-row.first .select-box .dropdown .action-btn {
  display: block;
  width: 20px;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .myaccount-content-wrapper .contact-list-wrapper .list-row.first .select-box .dropdown .action-btn {
    width: 14px;
  }
}
.myaccount-content-wrapper .contact-list-wrapper .list-row.first .select-box .select-all {
  width: 15px;
  border: 1px solid #c0c0c0;
  height: 15px;
  border-radius: 4px;
  cursor: pointer;
}
.myaccount-content-wrapper .contact-list-wrapper .list-row.first .select-box label {
  margin-left: 8px;
  margin-bottom: 0;
  color: #010225;
  cursor: pointer;
}
.myaccount-content-wrapper .contact-list-wrapper .list-row.first .select-box .select-all-arrow {
  width: 17px;
  padding: 0px 4px;
  opacity: 0.8;
}
.myaccount-content-wrapper .contact-list-wrapper .list-row:last-child {
  margin-bottom: 0;
}
.myaccount-content-wrapper .contact-list-wrapper .list-row .contact-info {
  flex-basis: 50%;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  -moz-column-gap: 15px;
       column-gap: 15px;
}
@media only screen and (max-width: 767px) {
  .myaccount-content-wrapper .contact-list-wrapper .list-row .contact-info {
    -moz-column-gap: 10px;
         column-gap: 10px;
    flex-basis: 70%;
  }
}
.myaccount-content-wrapper .contact-list-wrapper .list-row .contact-info h4 {
  margin-left: 27px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .myaccount-content-wrapper .contact-list-wrapper .list-row .contact-info .select-box {
    padding-left: 0;
  }
}
@media only screen and (max-width: 767px) {
  .myaccount-content-wrapper .contact-list-wrapper .list-row .contact-info .select-box {
    display: none;
  }
}
.myaccount-content-wrapper .contact-list-wrapper .list-row .contact-info .select-box .select-all {
  width: 15px;
  border: 1px solid #c0c0c0;
  height: 15px;
  border-radius: 4px;
}
.myaccount-content-wrapper .contact-list-wrapper .list-row .contact-info .contact-img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #ccc;
}
.myaccount-content-wrapper .contact-list-wrapper .list-row .contact-info .contact-img span {
  font-size: 16px;
  text-transform: uppercase;
  color: #ffffff;
}
@media only screen and (max-width: 767px) {
  .myaccount-content-wrapper .contact-list-wrapper .list-row .contact-info .contact-img span {
    font-size: 13px;
  }
}
@media only screen and (max-width: 767px) {
  .myaccount-content-wrapper .contact-list-wrapper .list-row .contact-info .contact-img {
    width: 35px;
    height: 35px;
  }
}
.myaccount-content-wrapper .contact-list-wrapper .list-row .contact-info .content p:first-child {
  display: inline-block;
  overflow: hidden;
  font-size: 15px;
  max-width: 200px;
  font-weight: 500;
  line-height: 1;
  white-space: nowrap;
  color: #333;
  margin-bottom: 0;
  text-overflow: ellipsis;
}
@media only screen and (max-width: 767px) {
  .myaccount-content-wrapper .contact-list-wrapper .list-row .contact-info .content p:first-child {
    font-size: 15px;
    max-width: 130px;
  }
}
.myaccount-content-wrapper .contact-list-wrapper .list-row .contact-info .content p:last-child {
  color: #4F4F4F;
  overflow: hidden;
  font-size: 13px;
  max-width: 200px;
  white-space: nowrap;
  text-overflow: ellipsis;
  line-height: 1.5;
}
@media only screen and (max-width: 767px) {
  .myaccount-content-wrapper .contact-list-wrapper .list-row .contact-info .content p:last-child {
    max-width: 130px;
  }
}
.myaccount-content-wrapper .contact-list-wrapper .list-row .connect-with {
  flex-basis: 20%;
  flex-shrink: 0;
  text-align: center;
}
.myaccount-content-wrapper .contact-list-wrapper .list-row .connect-with .img-wrapper {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 auto;
  background: #cccccc;
  align-items: center;
  font-size: 14px;
  justify-content: center;
  display: flex;
  color: #ffffff;
  font-weight: 500;
}
@media only screen and (max-width: 767px) {
  .myaccount-content-wrapper .contact-list-wrapper .list-row .connect-with .img-wrapper {
    width: 25px;
    height: 25px;
  }
}
.myaccount-content-wrapper .contact-list-wrapper .list-row .connect-with .dummy-avtar {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  overflow: hidden;
  font-size: 14px;
  background: #ccc;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .myaccount-content-wrapper .contact-list-wrapper .list-row .connect-with .dummy-avtar {
    width: 25px;
    font-size: 13px;
    height: 25px;
  }
}
.myaccount-content-wrapper .contact-list-wrapper .list-row .date {
  flex-basis: 25%;
  flex-shrink: 0;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .myaccount-content-wrapper .contact-list-wrapper .list-row .date {
    display: none;
  }
}
.myaccount-content-wrapper .contact-list-wrapper .list-row .date p {
  color: #666;
  font-size: 13px;
  line-height: 1;
}
.myaccount-content-wrapper .contact-list-wrapper .list-row .action {
  flex-basis: 5%;
  flex-shrink: 0;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .myaccount-content-wrapper .contact-list-wrapper .list-row .action {
    flex-basis: 10%;
  }
}
.myaccount-content-wrapper .contact-list-wrapper .list-row .action .dropdown .dropdown-menu {
  left: auto !important;
  right: 15px;
  border: none;
  box-shadow: 2px 2px 10px #c5c5c5;
  transform: translate3d(0px, 24px, 0px) !important;
  width: auto;
  min-width: 11.5em;
  z-index: 1;
}
.myaccount-content-wrapper .contact-list-wrapper .list-row .action .dropdown .dropdown-menu .dropdown-item {
  font-size: 14px;
  line-height: 1;
  text-align: left;
  padding: 8px 18px;
}
.myaccount-content-wrapper .contact-list-wrapper .list-row .action .dropdown .dropdown-menu .dropdown-item:active {
  background-color: #f8f9fa;
  color: inherit;
}
.myaccount-content-wrapper .contact-list-wrapper .list-row .action .dropdown .dropdown-menu .dropdown-item img {
  height: 20px;
  width: auto;
  margin-right: 4px;
  position: relative;
  top: -1px;
}
.myaccount-content-wrapper .contact-list-wrapper .list-row .action .dropdown .action-btn {
  display: block;
  width: 20px;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .myaccount-content-wrapper .contact-list-wrapper .list-row .action .dropdown .action-btn {
    width: 14px;
  }
}
.myaccount-content-wrapper h3 {
  font-size: 20px;
  margin-bottom: 15px;
  font-weight: 500;
  line-height: 1.2;
  color: #373737;
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .myaccount-content-wrapper h3 {
    font-weight: 400;
  }
}
.myaccount-content-wrapper h3 .add-more {
  line-height: 1.2;
  display: inline-block;
  position: relative;
  top: -2px;
  left: 3px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .myaccount-content-wrapper h3 .add-more {
    font-size: 16px;
    top: -2px;
    left: 0;
  }
}
@media only screen and (max-width: 767px) {
  .myaccount-content-wrapper h3 .add-more {
    font-size: 16px;
    top: 0;
  }
}
.myaccount-content-wrapper h3 .add-more i {
  width: 26px;
  height: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgb(224, 224, 224);
  border-radius: 50%;
  cursor: pointer;
  position: relative;
  font-size: 12px;
  line-height: 1.2;
}
.myaccount-content-wrapper .my-account-card-wrapper {
  margin-top: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .myaccount-content-wrapper .my-account-card-wrapper {
    margin-top: 0;
  }
}
@media only screen and (max-width: 767px) {
  .myaccount-content-wrapper .my-account-card-wrapper {
    margin-top: 0;
  }
}
.myaccount-content-wrapper .my-account-card-wrapper .my-account-card-box {
  text-align: center;
  background-color: #fff;
  border-radius: 4px;
  padding: 30px 0px 30px;
  position: relative;
  min-height: 286px;
}
.myaccount-content-wrapper .my-account-card-wrapper .my-account-card-box.empty {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.myaccount-content-wrapper .my-account-card-wrapper .my-account-card-box.empty .icon-btn {
  width: 64px;
  cursor: pointer;
  height: 64px;
  display: flex;
  align-items: center;
  border-radius: 50%;
  justify-content: center;
  background-color: #f7f7f7;
  margin-bottom: 10px;
}
.myaccount-content-wrapper .my-account-card-wrapper .my-account-card-box.empty h3 {
  font-size: 18px;
  margin-bottom: 0px;
  font-weight: 400;
  line-height: 1.5;
  color: #373737;
  margin-top: 15px;
}
.myaccount-content-wrapper .my-account-card-wrapper .my-account-card-box .my-account-card-img {
  width: 100px;
  margin: 0 auto;
  height: 100px;
  position: relative;
  overflow: hidden;
}
.myaccount-content-wrapper .my-account-card-wrapper .my-account-card-box .my-account-card-img .user-first-letter {
  width: 80px;
  margin: 0 auto;
  height: 80px;
  position: relative;
  overflow: hidden;
  background-color: #ccc;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 6px solid #f7f7f7;
  z-index: 0;
  text-transform: uppercase;
}
.myaccount-content-wrapper .my-account-card-wrapper .my-account-card-box .my-account-card-img .user-first-letter span {
  font-size: 24px;
  color: #ffffff;
  text-transform: uppercase;
}
.myaccount-content-wrapper .my-account-card-wrapper .my-account-card-box .my-account-card-img img {
  border: 6px solid #f7f7f7;
  border-radius: 50%;
  position: absolute;
  top: -9999px;
  left: -9999px;
  right: -9999px;
  bottom: -9999px;
  margin: auto;
  width: 80px;
  height: 80px;
}
.myaccount-content-wrapper .my-account-card-wrapper .my-account-card-box .my-account-card-content h4 {
  font-size: 18px;
  margin-bottom: 0px;
  font-weight: 600;
  line-height: 1.5;
  color: #373737;
}
.myaccount-content-wrapper .my-account-card-wrapper .my-account-card-box .my-account-card-content p {
  font-size: 13px;
  font-weight: 400;
  line-height: 24px;
  color: #737373;
  margin-bottom: 0;
}
.myaccount-content-wrapper .my-account-card-wrapper .my-account-card-box .my-account-card-content p:last-child {
  margin-bottom: 15px;
  color: #c1c1c1;
}
.myaccount-content-wrapper .my-account-card-wrapper .my-account-card-box .my-card-bottom-part .btn-wrap .edit {
  font-size: 13px;
  color: #373737;
  background-color: #ffffff;
  border-radius: 8px;
  border: 1px solid #c6c6c6;
  line-height: 35px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  width: 104px;
  display: inline-block;
  padding: 0;
  height: 35px;
}
.myaccount-content-wrapper .my-account-card-wrapper .my-account-card-box .my-card-bottom-part .btn-wrap .edit:hover {
  background-color: #fff;
  box-shadow: none;
  border-color: #373737;
}
.myaccount-content-wrapper .my-account-card-wrapper .my-account-card-box .my-card-bottom-part .btn-wrap .share {
  font-size: 13px;
  color: #373737;
  background-color: #ffffff;
  border-radius: 8px;
  border: 1px solid #c6c6c6;
  line-height: 35px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  width: 104px;
  display: inline-block;
  padding: 0;
  height: 35px;
  margin-left: 10px;
}
.myaccount-content-wrapper .my-account-card-wrapper .my-account-card-box .my-card-bottom-part .btn-wrap .share:hover {
  background-color: #fff;
  box-shadow: none;
  border-color: #373737;
}
.myaccount-content-wrapper .my-account-card-wrapper .my-account-card-box .my-card-bottom-part .btn-wrap .black-btn {
  font-size: 13px;
  color: #ffffff;
  background-color: #373737;
  border-radius: 8px;
  line-height: 34px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  width: 104px;
  display: inline-block;
  padding: 0;
  height: 35px;
  border: 0;
  margin-left: 10px;
}
.myaccount-content-wrapper .my-account-card-wrapper .my-account-card-box .my-card-bottom-part .btn-wrap .black-btn:hover {
  background-color: #4e4e4e;
  color: #fff;
  border-color: #4e4e4e;
}
.myaccount-content-wrapper .my-account-card-wrapper .my-account-card-box .my-card-bottom-part .connected-device-data {
  display: grid;
  grid-template-columns: 55px auto auto;
  grid-column-gap: 0;
  -moz-column-gap: 10px;
       column-gap: 10px;
  align-items: center;
  padding: 15px;
  border-top: 1px solid #efefef;
}
.myaccount-content-wrapper .my-account-card-wrapper .my-account-card-box .my-card-bottom-part .connected-device-data .device-image {
  width: 55px;
  height: 55px;
}
.myaccount-content-wrapper .my-account-card-wrapper .my-account-card-box .my-card-bottom-part .connected-device-data .device-content h3 {
  font-size: 14px;
  margin-bottom: 15px;
  font-weight: 500;
  line-height: 1.5;
  color: #373737;
  margin-bottom: 0;
  width: 125px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.myaccount-content-wrapper .my-account-card-wrapper .my-account-card-box .my-card-bottom-part .connected-device-data .device-content p {
  font-size: 13px;
  margin-bottom: 15px;
  font-weight: 400;
  line-height: 1.2;
  color: #bfbfbf;
  margin-bottom: 0;
  width: 125px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .myaccount-content-wrapper .my-account-card-wrapper .my-account-card-box .my-card-bottom-part .connected-device-data .device-action-button {
    text-align: right;
  }
}
@media only screen and (max-width: 767px) {
  .myaccount-content-wrapper .my-account-card-wrapper .my-account-card-box .my-card-bottom-part .connected-device-data .device-action-button {
    text-align: left;
    flex: 1 0 100%;
  }
}
.myaccount-content-wrapper .my-account-card-wrapper .my-account-card-box .my-card-bottom-part .connected-device-data .device-action-button .preview {
  font-size: 13px;
  color: #ffffff;
  background-color: #373737;
  border-radius: 8px;
  line-height: 30px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  width: 80px;
  display: inline-block;
  padding: 0;
  height: 30px;
  margin-left: 10px;
  text-align: center;
}
.myaccount-content-wrapper .my-account-card-wrapper .my-account-card-box .my-card-bottom-part .connected-device-data .device-action-button .disconnect {
  font-size: 13px;
  color: #373737;
  background-color: #ffffff;
  border-radius: 8px;
  border: 1px solid #c6c6c6;
  line-height: 30px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  width: 95px;
  display: inline-block;
  padding: 0;
  height: 30px;
  text-align: center;
}
.myaccount-content-wrapper .my-account-card-wrapper .my-account-card-box .action-btn {
  position: absolute;
  top: 10px;
  right: 15px;
}
.myaccount-content-wrapper .my-account-card-wrapper .my-account-card-box .action-btn .dropdown .dropdown-toggle {
  padding: 0;
  width: 20px;
}
.myaccount-content-wrapper .my-account-card-wrapper .my-account-card-box .action-btn .dropdown .dropdown-toggle:hover {
  opacity: 0.8;
}
.myaccount-content-wrapper .my-account-card-wrapper .my-account-card-box .action-btn .dropdown .dropdown-toggle i {
  color: #b3b3b3;
}
.myaccount-content-wrapper .my-account-card-wrapper .my-account-card-box .action-btn .dropdown .dropdown-menu {
  left: auto !important;
  right: 0;
  border: none;
  box-shadow: 2px 2px 10px #c5c5c5;
  transform: translate3d(0px, 24px, 0px) !important;
  width: auto;
  min-width: 11.5em;
  z-index: 1;
}
.myaccount-content-wrapper .my-account-card-wrapper .my-account-card-box .action-btn .dropdown .dropdown-menu .dropdown-item {
  font-size: 14px;
  line-height: 1;
  text-align: left;
  padding: 8px 18px;
}
.myaccount-content-wrapper .my-account-card-wrapper .my-account-card-box .action-btn .dropdown .dropdown-menu .dropdown-item.delete-card-profile-btn {
  color: #f00;
}
.myaccount-content-wrapper .my-account-card-wrapper .my-account-card-box .action-btn .dropdown .dropdown-menu .dropdown-item:active {
  background-color: #f8f9fa;
  color: inherit;
}
.myaccount-content-wrapper .my-account-card-wrapper .my-account-card-box .action-btn .dropdown .dropdown-menu .dropdown-item img {
  height: 20px;
  width: auto;
  margin-right: 4px;
  position: relative;
  top: -1px;
}
.myaccount-content-wrapper .my-account-card-wrapper .bottom-part {
  border-top: 1px solid #f1f1f1;
  height: 76px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.myaccount-content-wrapper .my-account-card-wrapper .bottom-part .device-connect {
  text-align: center;
}
.myaccount-content-wrapper .my-account-card-wrapper .bottom-part .device-connect a {
  font-size: 13px;
  color: #373737;
  background-color: #ffffff;
  border-radius: 8px;
  border: 1px solid #c6c6c6;
  -webkit-border-radius: 50px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  display: inline-block;
  padding: 0;
  text-align: center;
  padding: 6px 30px;
}
.myaccount-content-wrapper .my-account-card-wrapper .bottom-part .device-connect a:hover {
  background-color: #fff;
  box-shadow: none;
  border-color: #373737;
}
.myaccount-content-wrapper .my-account-card-wrapper .bottom-part .conncted-profile-info {
  display: none;
}
.myaccount-content-wrapper .my-account-card-wrapper .bottom-part.connected {
  border-top: 1px solid #f1f1f1;
  padding: 15px;
  display: flex;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
.myaccount-content-wrapper .my-account-card-wrapper .bottom-part.connected .device-connect {
  display: none;
}
.myaccount-content-wrapper .my-account-card-wrapper .bottom-part.connected .conncted-profile-pic {
  width: 40px;
  height: 40px;
  flex-shrink: 0;
  display: block;
  border: 1px solid #efefef;
  display: flex;
  justify-content: center;
  align-items: center;
  text-transform: uppercase;
}
.myaccount-content-wrapper .my-account-card-wrapper .bottom-part.connected .conncted-profile-info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  text-align: left;
}
.myaccount-content-wrapper .my-account-card-wrapper .bottom-part.connected .conncted-profile-info .profile-content h4 {
  font-size: 15px;
  margin-bottom: 3px;
  width: 170px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.myaccount-content-wrapper .my-account-card-wrapper .bottom-part.connected .conncted-profile-info .profile-content p {
  font-size: 13px;
  color: #b2b2b2;
  width: 170px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.myaccount-content-wrapper .my-account-card-wrapper .bottom-part.connected .conncted-profile-info .action-button .preview {
  font-size: 12px;
  color: #373737;
  background-color: #ffffff;
  border-radius: 8px;
  border: 1px solid #c6c6c6;
  -webkit-border-radius: 50px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  display: inline-block;
  padding: 0;
  text-align: center;
  padding: 3px 12px;
}
.myaccount-content-wrapper .my-account-card-wrapper .bottom-part.connected .conncted-profile-info .action-button .preview:hover {
  background-color: #fff;
  box-shadow: none;
  border-color: #373737;
}
.myaccount-content-wrapper .my-account-card-wrapper .bottom-part.connected .conncted-profile-info .action-button .disconnect {
  font-size: 13px;
  color: #ffffff;
  background-color: #373737;
  border-radius: 8px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  display: inline-block;
  padding: 0;
  margin-left: 4px;
  text-align: center;
  padding: 4px 12px;
}
.myaccount-content-wrapper .my-account-card-wrapper .bottom-part.connected .conncted-profile-info .action-button .disconnect:hover {
  background-color: #4e4e4e;
  color: #fff;
}

.my-account-card-wrapper .row:last-child {
  margin-bottom: 0 !important;
}

.profile-select-modal .modal-body {
  padding: 30px 15px;
  background: #f5f5f7;
}
.profile-select-modal .modal-body .profile-wrapper {
  display: flex;
  flex-direction: row;
  gap: 15px;
  flex-wrap: wrap;
}
@media only screen and (max-width: 767px) {
  .profile-select-modal .modal-body .profile-wrapper {
    justify-content: center;
  }
}
.profile-select-modal .modal-body .profile-wrapper .profile-box {
  flex-basis: calc(50% - 8px);
  display: flex;
  flex-direction: row;
  row-gap: 20px;
  border: 1px solid #dbdbdb;
  padding: 6px 10px;
  border-radius: 6px;
  background: #fff;
  cursor: pointer;
}
.profile-select-modal .modal-body .profile-wrapper .profile-box.selected {
  border-color: #008cff;
}
.profile-select-modal .modal-body .profile-wrapper .profile-box.all-selected .profile-img {
  display: none;
}
.profile-select-modal .modal-body .profile-wrapper .profile-box.all-selected .profile-info {
  text-align: left;
  align-self: center;
  padding-left: 10px;
}
@media only screen and (max-width: 767px) {
  .profile-select-modal .modal-body .profile-wrapper .profile-box.all-selected {
    min-width: 264px;
    height: 64px;
  }
}
.profile-select-modal .modal-body .profile-wrapper .profile-box .profile-img {
  width: 50px;
  margin-right: 10px;
  height: 50px;
  border-radius: 50%;
  overflow: hidden;
}
.profile-select-modal .modal-body .profile-wrapper .profile-box .profile-info {
  text-align: left;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.profile-select-modal .modal-body .profile-wrapper .profile-box .profile-info .all-selected .profile-img {
  display: none;
}
.profile-select-modal .modal-body .profile-wrapper .profile-box .profile-info h4 {
  font-size: 15px;
  margin-bottom: 3px;
  width: 180px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.profile-select-modal .modal-body .profile-wrapper .profile-box .profile-info p {
  font-size: 13px;
  color: #b2b2b2;
  width: 180px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.profile-select-modal .modal-body {
  padding: 30px 15px;
  background: #f5f5f7;
}
.profile-select-modal .modal-body .profile-wrapper {
  display: flex;
  flex-direction: row;
  gap: 15px;
  flex-wrap: wrap;
}
.profile-select-modal .modal-body .profile-wrapper .profile-box {
  flex-basis: calc(50% - 8px);
  display: flex;
  flex-direction: row;
  row-gap: 20px;
  border: 1px solid #dbdbdb;
  padding: 6px 10px;
  border-radius: 6px;
  background: #fff;
  cursor: pointer;
}
.profile-select-modal .modal-body .profile-wrapper .profile-box .profile-img {
  width: 50px;
  margin-right: 10px;
  height: 50px;
  border-radius: 50%;
  overflow: hidden;
  background: #ccc;
  display: flex;
  justify-content: center;
  align-items: center;
}
.profile-select-modal .modal-body .profile-wrapper .profile-box .profile-img .user-first-letter span {
  font-size: 16px;
  text-transform: uppercase;
  color: #ffffff;
}
.profile-select-modal .modal-body .profile-wrapper .profile-box .profile-info {
  text-align: left;
}
.profile-select-modal .modal-body .profile-wrapper .profile-box .profile-info h4 {
  font-size: 15px;
  margin-bottom: 3px;
  width: 180px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.profile-select-modal .modal-body .profile-wrapper .profile-box .profile-info p {
  font-size: 13px;
  color: #b2b2b2;
  width: 180px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

#cardDeviceListPopup .profile-img {
  border-radius: 0;
}

/*-------- 26. About us style ---------*/
.compatible-device ul {
  list-style: disc;
  padding-left: 16px;
}
.compatible-device ul li:last-child {
  margin-top: 5px;
  margin-left: -16px;
  list-style: none;
  font-size: 16px;
}

@media only screen and (max-width: 767px) {
  .page-description {
    margin-top: 30px;
  }
}
.page-description hr {
  background-color: #b1b1b1;
}
.page-description h2 {
  font-size: 26px;
  font-weight: 500;
  position: relative;
  line-height: 1.4;
  margin-bottom: 22px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .page-description h2 {
    font-size: 32px;
    margin-bottom: 18px;
    padding-bottom: 22px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .page-description h2 {
    font-size: 25px;
    margin-bottom: 15px;
    padding-bottom: 19px;
  }
}
@media only screen and (max-width: 767px) {
  .page-description h2 {
    font-size: 22px;
    margin-bottom: 15px;
    padding-bottom: 19px;
  }
}
.page-description h2 span {
  color: #008cff;
}
.page-description h3 {
  font-size: 26px;
  font-weight: 500;
  margin-bottom: 15px;
  position: relative;
  line-height: 1.4;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .page-description h3 {
    font-size: 32px;
    margin-bottom: 18px;
    padding-bottom: 22px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .page-description h3 {
    font-size: 25px;
    margin-bottom: 15px;
    padding-bottom: 19px;
  }
}
@media only screen and (max-width: 767px) {
  .page-description h3 {
    font-size: 22px;
    margin-bottom: 10px;
    padding-bottom: 9px;
    line-height: 32px;
  }
}
.page-description h3 span {
  color: #008cff;
}
.page-description ul {
  margin-bottom: 10px;
  list-style: disc;
  padding-left: 16px;
  font-size: 16px;
  line-height: 28px;
}
.page-description ol li {
  font-size: 16px;
  line-height: 28px;
}
.page-description h4 {
  font-size: 20px;
  font-weight: 500;
  margin-top: 20px;
  padding-bottom: 10px;
  position: relative;
  line-height: 1;
}
.page-description table {
  border-color: #e7e9ec;
}
.page-description p {
  margin: 0 0 15px 0;
  color: #333;
  font-size: 16px;
  line-height: 26px;
}
.page-description p.peragraph-blog {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 20px;
  line-height: 28px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .page-description p.peragraph-blog {
    margin-bottom: 12px;
  }
}
@media only screen and (max-width: 767px) {
  .page-description p.peragraph-blog {
    margin-bottom: 15px;
    font-weight: 500;
    font-size: 15px;
  }
}
.page-description p span {
  font-weight: 500;
}
.page-description a {
  color: #008cff;
}
.page-description .about-us-btn {
  margin-top: 45px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .page-description .about-us-btn {
    margin-top: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .page-description .about-us-btn {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .page-description .about-us-btn {
    margin-top: 20px;
  }
}
.page-description .about-us-btn a {
  display: inline-block;
  background-color: #008cff;
  color: #fff;
  text-transform: uppercase;
  font-weight: 500;
  line-height: 1;
  z-index: 1;
  padding: 12px 22px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}

.about-us-img {
  margin-right: 30px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .about-us-img {
    margin-right: 0px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-us-img {
    margin-right: 0px;
  }
}
@media only screen and (max-width: 767px) {
  .about-us-img {
    margin-right: 0px;
  }
}
.about-us-img img {
  width: 100%;
}

.sin-testimonial .client-content {
  border: 1px solid #e7e9ec;
  padding: 40px 40px 65px;
}
@media only screen and (max-width: 767px) {
  .sin-testimonial .client-content {
    padding: 40px 22px 65px;
  }
}
.sin-testimonial .client-content p {
  color: #333;
  font-size: 16px;
  line-height: 30px;
  margin: 0;
}
.sin-testimonial .client-info {
  align-items: center;
  background-color: #fff;
  display: flex;
  float: left;
  margin-left: 32px;
  margin-top: -44px;
  padding-right: 18px;
  position: relative;
  z-index: 99;
}
@media only screen and (max-width: 767px) {
  .sin-testimonial .client-info {
    margin-left: 10px;
  }
}
.sin-testimonial .client-info h5 {
  color: #333;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  margin: 0 22px 0 10px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .sin-testimonial .client-info h5 {
    font-size: 14px;
  }
}
.sin-testimonial .client-info h5::before {
  background-color: #95999e;
  content: "";
  height: 1px;
  position: absolute;
  right: -15px;
  top: 8px;
  width: 7px;
}
.sin-testimonial .client-info span {
  color: #333;
  font-size: 14px;
  font-weight: 400;
}

.testimonial-active.owl-carousel .owl-item img {
  display: inline-block;
  width: auto;
}

.team-wrapper .team-img {
  overflow: hidden;
  position: relative;
}
.team-wrapper .team-img a img {
  width: 100%;
}
.team-wrapper .team-img .team-action {
  background: #fff none repeat scroll 0 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  padding: 10px;
  position: absolute;
  right: 0;
  text-align: center;
  top: 70%;
  transform: translateY(-50%);
  transition: all 0.6s ease 0s;
  width: 100%;
  z-index: 5;
}
.team-wrapper .team-img .team-action a {
  color: #fff;
  font-size: 15px;
  transition: all 0.3s ease 0s;
  margin: 0 7px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  display: inline-block;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
}
.team-wrapper .team-img .team-action a.facebook {
  background-color: #3b5998;
  border: 1px solid #3b5998;
}
.team-wrapper .team-img .team-action a.facebook:hover {
  background-color: transparent;
  color: #3b5998;
}
.team-wrapper .team-img .team-action a.twitter {
  background-color: #55acee;
  border: 1px solid #55acee;
}
.team-wrapper .team-img .team-action a.twitter:hover {
  background-color: transparent;
  color: #55acee;
}
.team-wrapper .team-img .team-action a.instagram {
  background-color: #c32aa3;
  border: 1px solid #c32aa3;
}
.team-wrapper .team-img .team-action a.instagram:hover {
  background-color: transparent;
  color: #c32aa3;
}
.team-wrapper .team-content {
  padding: 20px 10px 21px;
  box-shadow: 0 3px 5px rgba(85, 85, 85, 0.2);
}
.team-wrapper .team-content h4 {
  font-size: 18px;
  font-weight: 500;
  margin: 0 0 5px;
  text-transform: capitalize;
  color: #333;
}
.team-wrapper .team-content span {
  font-size: 15px;
  font-style: italic;
  color: #555;
}
.team-wrapper:hover .team-action {
  opacity: 1;
  visibility: visible;
  top: 50%;
}

@media only screen and (max-width: 767px) {
  .team-area.pt-60 {
    padding-top: 20px;
  }
  .team-area.pb-60 {
    padding-bottom: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .testimonial-area.pt-60 {
    padding-top: 20px;
  }
  .testimonial-area.pb-80 {
    padding-bottom: 40px;
  }
}

.wizard-form .wizard-header h3 {
  color: #333;
  font-size: 36px;
  font-weight: 800;
  margin: 0;
}

.wizard-form .wizard-header p {
  color: #666;
  font-size: 16px;
  font-weight: 600;
  margin: 6px 0 26px;
}

.wizard-form {
  background-color: #fff;
  padding: 60px 30px;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}

.form-register .steps {
  margin-bottom: 50px;
}

.form-register .steps ul {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -o-justify-content: center;
  -ms-justify-content: center;
  -moz-justify-content: center;
  -webkit-justify-content: center;
  list-style: none;
  padding-left: 0;
  max-width: 870px;
  margin: 0 auto;
}

.form-register .steps li,
.form-register .steps li.current {
  outline: none;
  -o-outline: none;
  -ms-outline: none;
  -moz-outline: none;
  -webkit-outline: none;
  position: relative;
  width: 20%;
}

.form-register .steps li:last-child {
  padding-right: 0;
}

.form-register .steps li:after {
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  top: 5px;
  right: 0;
  color: #333;
}

.form-register .steps li:last-child:after {
  display: none;
}

.form-register .steps li .current-info {
  display: none;
}

.form-register .steps li a {
  text-decoration: none;
  outline: none;
  -o-outline: none;
  -ms-outline: none;
  -moz-outline: none;
  -webkit-outline: none;
}

.form-register .steps li a .title {
  text-align: center;
}

.form-register .steps li a .title span.step-number {
  display: block;
}

.form-register .steps li a .step-icon img {
  position: absolute;
  width: 40%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}

.form-register a .step-icon .personal-info-icon {
  background: url("../images/form-wizard/personal-info.png") no-repeat center;
  background-size: 20px 20px;
  display: inline-block;
  width: 20px;
  height: 20px;
  line-height: 20px;
  vertical-align: middle;
  transition: all 0.3s;
}

.form-register a .step-icon .contact-info-icon {
  background: url("../images/form-wizard/call.png") no-repeat center;
  background-size: 20px 20px;
  display: inline-block;
  width: 20px;
  height: 20px;
  line-height: 20px;
  vertical-align: middle;
  transition: all 0.3s;
}

.form-register a .step-icon .social-info-icon {
  background: url("../images/form-wizard/chat.png") no-repeat center;
  background-size: 20px 20px;
  display: inline-block;
  width: 20px;
  height: 20px;
  line-height: 20px;
  vertical-align: middle;
  transition: all 0.3s;
}

.form-register .steps li.done .step-icon .personal-info-icon,
.form-register .steps li.done .step-icon .contact-info-icon,
.form-register .steps li.done .step-icon .social-info-icon {
  background-image: url("../images/form-wizard/finish.png");
}

.form-register .steps li a .title .step-icon {
  display: flex;
  font-size: 13px;
  width: 32px;
  height: 32px;
  align-items: center;
  font-weight: 600;
  border-radius: 50%;
  justify-content: center;
  color: #fff;
  margin: 0 auto 10px;
  color: #828282;
  background-color: #f2f2f2;
}

.form-register .steps .done::before {
  background: #28a745;
}

.form-register .steps li.current a .step-icon {
  background-color: #333;
  color: #fff;
}

.form-register .steps li.done a .step-icon {
  background-color: #333;
  color: #fff;
}

.form-register .steps li a .step-number {
  color: #666;
  font-weight: 400;
  padding: 17px 0 0;
  font-size: 14px;
}

.form-register .steps li a .step-text {
  font-size: 13px;
  text-align: center;
  font-weight: 500;
  color: #828282;
}

.form-register .steps li.current a .step-text,
.form-register .steps li.done a .step-text {
  color: #333;
}

.form-register .content {
  border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  padding: 0;
  max-width: 800px;
  margin: 0 auto;
}

.form-register .content h2 {
  display: none;
}

.inner .form-row {
  display: flex;
  margin: 0 -10px;
  position: relative;
}

.form-row > .col,
.form-row > [class*=col-] {
  padding-right: 10px;
  padding-left: 10px;
}

.inner .form-row.form-row-2 {
  width: 80.6%;
}

.inner .form-row .form-holder {
  width: 50%;
  padding: 0 13px;
  margin-bottom: 22px;
  position: relative;
}

.inner .form-row .form-holder.form-holder-2 {
  width: 100%;
  position: relative;
}

.inner .form-row .form-holder.form-holder-3 {
  width: 100%;
}

.inner .form-row .form-holder label {
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  padding-bottom: 11px;
  display: block;
}

.inner .form-row .form-holder input,
.inner .form-row .form-holder select {
  width: 100%;
  padding: 13px 25px;
  border: none;
  background: #2f8be0;
  border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  appearance: unset;
  -moz-appearance: unset;
  -webkit-appearance: unset;
  -o-appearance: unset;
  -ms-appearance: unset;
  outline: none;
  -moz-outline: none;
  -webkit-outline: none;
  -o-outline: none;
  -ms-outline: none;
  font-family: "Raleway", sans-serif;
  font-size: 16px;
  color: #fff;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
}

.inner .form-row .form-holder input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.6);
  font-size: 15px;
}

.inner .form-row .form-holder input::placeholder {
  color: rgba(255, 255, 255, 0.6);
  font-size: 15px;
}

.inner .form-row .form-holder input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: rgba(255, 255, 255, 0.6);
  font-size: 15px;
}

.inner .form-row .form-holder input::-ms-input-placeholder {
  /* Microsoft Edge */
  color: rgba(255, 255, 255, 0.6);
  font-size: 15px;
}

.inner .form-row .form-holder select {
  background: #2f8be0 url("../../images/form-wizard/wizard_v2_icon.png") no-repeat scroll;
  background-position: right 16px center;
  z-index: 1;
  cursor: pointer;
  color: rgba(255, 255, 255, 0.6);
  position: relative;
}

.inner .form-row .form-holder select option {
  background: #fff;
  color: #000;
}

.inner .form-row .form-holder.form-holder-2 .select-btn {
  top: 27%;
  right: 6.5%;
}

.inner .form-row .form-holder .ui-datepicker-trigger {
  background: transparent;
  border: none;
  color: #666;
  font-size: 19px;
  position: absolute;
  cursor: pointer;
  right: 10.5%;
  top: 27.5%;
  outline: none;
  -o-outline: none;
  -ms-outline: none;
  -moz-outline: none;
  -webkit-outline: none;
}

.inner h3 {
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  margin: 0 0 11px;
}

.inner .form-row.table-responsive {
  border: none;
  border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  padding: 24px 26px 31px;
  margin: 0;
  margin-bottom: 22px;
  background: #2f8be0;
}

.inner .table-responsive .table {
  width: 100%;
}

.inner .table-responsive tbody {
  text-align: left;
}

.inner .table-responsive tr.space-row > td,
.inner .table-responsive tr.space-row > th {
  padding-bottom: 18px;
}

.inner .table-responsive tbody th {
  color: rgba(255, 255, 255, 0.6);
  font-size: 16px;
  font-weight: 400;
}

.inner .table-responsive tbody td {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
}

.actions ul {
  list-style: none;
  padding-left: 0;
  padding-right: 12px;
  margin: 15px auto 0;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -o-justify-content: space-between;
  -ms-justify-content: space-between;
  -moz-justify-content: space-between;
  -webkit-justify-content: space-between;
  max-width: 800px;
}

.actions ul li.disabled {
  opacity: 0;
}

.actions ul li {
  padding: 0;
  border: none;
  border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  display: inline-flex;
  height: 50px;
  width: 50px;
  justify-content: center;
  -o-justify-content: center;
  -ms-justify-content: center;
  -moz-justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -o-align-items: center;
  -ms-align-items: center;
  -moz-align-items: center;
  -webkit-align-items: center;
  background: #008cff;
  font-family: "Raleway", sans-serif;
  font-size: 16px;
  font-weight: 400;
  cursor: pointer;
}

.actions ul li:hover {
  background: #5fa125;
}

.actions ul li:first-child {
  background: transparent;
  border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  box-shadow: none;
  -o-box-shadow: none;
  -ms-box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
}

.actions.clearfix li {
  width: auto;
  height: auto;
  display: block;
}

.moblie-user-heading {
  display: none;
}

.actions ul li a[href="#previous"] {
  background-color: transparent;
  color: #686868;
}

.actions ul li a[href="#previous"]:hover {
  background-color: transparent;
}

.actions ul li a {
  background-color: #373737;
  display: block;
  cursor: pointer;
  padding: 10px 34px;
  font-weight: 700;
  width: 100%;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  border-width: 1px;
  border-style: solid;
  border-color: transparent;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}

.actions ul li a:hover {
  background-color: #4e4e4e;
}

.actions ul li:first-child a {
  color: #373737;
  border: 1px solid #c6c6c6;
}

.actions ul li:first-child a:hover {
  border-color: #373737;
}

.actions ul li a i {
  font-size: 18px;
}

.user-profile-wrap .user-profile-info .user-logo {
  border: none;
  box-shadow: none;
  margin-top: 10px;
  padding-left: 0;
  width: auto;
  display: inline-block;
  width: 183px;
  font-size: 13px;
  padding-right: 0;
}

.user-profile-wrap .user-profile-info .user-logo:focus,
.user-profile-wrap .user-profile-info .user-logo:active {
  border: none;
  box-shadow: none;
  outline: none;
}

.user-profile-wrap .user-profile-info .user-logo::file-selector-button {
  border: none;
  padding-left: 20px;
}

/* Responsive */
@media screen and (max-width: 1199px) {
  .wizard-v1-content {
    margin: 180px 20px;
  }
  .form-register .steps li,
  .form-register .steps li.current {
    width: 25%;
  }
  .actions ul li a {
    padding: 12px 40px;
  }
}
@media screen and (max-width: 991px) {
  .inner .form-row {
    flex-direction: row;
    -o-flex-direction: row;
    -moz-flex-direction: row;
    margin: 0;
  }
  .inner .form-row.form-row-2 {
    width: 100%;
  }
  .inner .form-row .form-holder {
    padding: 0;
    width: 100%;
  }
  .inner .form-row .form-holder .ui-datepicker-trigger {
    right: 5%;
  }
  .inner .form-row .form-holder .select-btn {
    right: 6%;
  }
}
@media screen and (max-width: 575px) {
  .actions ul li a {
    padding: 8px 24px;
  }
  .moblie-user-heading {
    display: block;
    margin-bottom: 30px;
    font-weight: 600;
    color: #707070;
    text-align: center;
  }
  .form-register .steps li a .step-text {
    display: none !important;
  }
  .wizard-v1-content .wizard-form {
    padding: 40px 20px;
    width: auto;
  }
  .form-register .content {
    padding: 10px 0;
  }
  .form-register .steps li,
  .form-register .steps li.current {
    padding-right: 5px;
  }
  .form-register .steps li.current::after {
    left: auto;
  }
  .inner .form-row .form-holder .ui-datepicker-trigger {
    right: 0;
  }
  .inner .form-row .form-holder .select-btn {
    right: 6.5%;
  }
  .inner .table-responsive tr.space-row,
  .inner .table-responsive tbody th {
    display: block;
  }
  .inner .table-responsive tr.space-row > th {
    padding-bottom: 10px;
  }
  .inner .table-responsive tr.space-row > td {
    padding-bottom: 30px;
  }
}
.user-profile-wrap .profile-pic-btns a {
  background-color: transparent;
  cursor: pointer;
  padding: 2px 12px 2px;
  text-transform: capitalize;
  font-weight: 700;
  font-size: 12px;
  font-weight: 600;
  text-align: center;
  display: inline-block;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  margin-left: 10px;
  color: #373737;
  border: 1px solid #c6c6c6;
}
@media only screen and (max-width: 767px) {
  .user-profile-wrap .profile-pic-btns a {
    margin-left: 0;
  }
}
.user-profile-wrap .profile-pic-btns a:hover {
  color: #333;
  border: 1px solid #333;
}
.user-profile-wrap .user-profile-info a {
  background-color: #008cff;
  cursor: pointer;
  padding: 2px 12px 2px;
  text-transform: capitalize;
  font-weight: 700;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  text-align: center;
  display: inline-block;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
}
.user-profile-wrap .user-profile-info a:hover {
  background-color: #2a9fff;
}
.user-profile-wrap input[type=number]::-webkit-inner-spin-button,
.user-profile-wrap input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
}
.user-profile-wrap h3 {
  font-size: 20px;
  font-weight: 600;
  position: relative;
  margin: 0 0 55px;
  text-transform: uppercase;
}
@media only screen and (max-width: 767px) {
  .user-profile-wrap h3 {
    margin-bottom: 40px;
  }
}
.user-profile-wrap h3:before {
  position: absolute;
  content: "";
  left: 0;
  bottom: -12px;
  background-color: #008cff;
  width: 50px;
  height: 2px;
}
.user-profile-wrap .user-profile-info label {
  font-size: 14px;
  text-transform: capitalize;
  display: block;
  font-weight: 400;
  margin-bottom: 5px;
  color: #000000;
}
.user-profile-wrap .user-profile-info label abbr {
  color: red;
  text-decoration: none;
}
.user-profile-wrap .user-profile-info label span {
  line-height: 30px;
}
.user-profile-wrap .user-profile-info label span i {
  font-weight: 600;
  font-size: 6px;
  border: 1px solid #b1b1b1;
  padding: 2px;
  border-radius: 15px;
  width: 12px;
  text-align: center;
  color: #b1b1b1;
  margin-bottom: 14px;
  margin-left: 1px;
}
.user-profile-wrap .user-profile-info span.input-group-text {
  height: 45px;
  background-color: #e9ecef;
  border-radius: 8px 0 0 8px;
  -webkit-border-radius: 8px 0 0 8px;
  -moz-border-radius: 8px 0 0 8px;
  -ms-border-radius: 8px 0 0 8px;
  -o-border-radius: 8px 0 0 8px;
  font-size: 14px;
  padding-right: 12px;
  border-right: none;
  border-color: #ebebeb;
}
.user-profile-wrap .user-profile-info input {
  background-color: #ffffff;
  border: 1px solid #ebebeb;
  font-size: 14px;
  height: 45px;
  margin-bottom: 20px;
  padding: 0 15px;
  color: #010225;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}
.user-profile-wrap .user-profile-info input:focus {
  outline: none;
  box-shadow: none;
}
.user-profile-wrap .user-profile-info input.user-profile-address {
  margin-bottom: 20px;
}
.user-profile-wrap .user-profile-info textarea {
  border: 1px solid #ebebeb;
  background-color: #fff;
  padding: 10px 20px 2px;
  color: #1f2226;
  border-radius: 4px;
  font-size: 14px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
}
.user-profile-wrap .user-profile-info select {
  width: 100%;
  background: #fff;
  border: 0px solid #eceff8;
  box-shadow: none;
  font-size: 14px;
  padding: 0 15px;
  padding-right: 30px;
  color: #737373;
  height: 50px;
  border: 1px solid #ebebeb;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  margin-bottom: 20px;
  background-position: right 10px center;
  background-repeat: no-repeat;
  background-size: auto 30%;
  -moz-appearance: none;
  -webkit-appearance: none;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAyNS40LjEsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiDQoJIHZpZXdCb3g9IjAgMCAyNTYgNDQ4IiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAyNTYgNDQ4OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+DQo8c3R5bGUgdHlwZT0idGV4dC9jc3MiPg0KCS5zdDB7ZmlsbDojQzRDNEM0O30NCjwvc3R5bGU+DQo8cGF0aCBjbGFzcz0ic3QwIiBkPSJNMjU1LjksMTY4YzAtNC4yLTEuNi03LjktNC44LTExLjJjLTMuMi0zLjItNi45LTQuOC0xMS4yLTQuOEgxNmMtNC4yLDAtNy45LDEuNi0xMS4yLDQuOFMwLDE2My44LDAsMTY4DQoJYzAsNC40LDEuNiw4LjIsNC44LDExLjRsMTEyLDExMmMzLjEsMy4xLDYuOCw0LjYsMTEuMiw0LjZzOC4yLTEuNSwxMS40LTQuNmwxMTItMTEyQzI1NC40LDE3Ni4yLDI1NS45LDE3Mi40LDI1NS45LDE2OHoiLz4NCjwvc3ZnPg0K);
  appearance: none;
}
.user-profile-wrap .user-profile-select label {
  font-size: 14px;
  text-transform: capitalize;
  display: block;
  margin: 0 0 5px;
}
.user-profile-wrap .user-profile-select label abbr {
  color: red;
}
.user-profile-wrap .user-profile-select select {
  border: 1px solid #e6e6e6;
  -moz-appearance: none;
  -webkit-appearance: none;
  color: #333;
  font-size: 14px;
  height: 50px;
  padding: 2px 20px;
  background: rgba(0, 0, 0, 0) url("../../assets/images/icon-img/select.png") no-repeat scroll right 18px center;
  cursor: pointer;
}
.user-profile-wrap .user-profile-select select option {
  background: #fff;
  border: 0px solid #626262;
  padding-left: 10px;
  color: #333;
  font-size: 12px;
}
.user-profile-wrap .checkout-account input {
  border: 1px solid #9fa0a2;
  display: inline-block;
  float: left;
  height: 10px;
  width: 10px;
  position: relative;
  top: 6px;
  color: #333;
}
.user-profile-wrap .checkout-account span {
  color: #333;
  font-weight: 400;
  margin: 0 0 0 12px;
  font-size: 14px;
  text-transform: uppercase;
}
.user-profile-wrap .checkout-account-toggle label {
  font-size: 14px;
  text-transform: capitalize;
  display: block;
  margin: 0 0 5px;
}
.user-profile-wrap .checkout-account-toggle label abbr {
  color: red;
}
.user-profile-wrap .checkout-account-toggle input {
  border: 1px solid #e8e8e8;
  height: 50px;
  background-color: transparent;
  color: #333;
  font-size: 14px;
  padding: 2px 20px;
}
.user-profile-wrap .checkout-account-toggle input:focus {
  border: 1px solid #343538;
}
.user-profile-wrap .different-address {
  display: none;
}
.user-profile-wrap .additional-info-wrap {
  margin: 22px 0 0;
}
.user-profile-wrap .additional-info-wrap label {
  color: #010225;
  font-size: 14px;
  text-transform: capitalize;
  display: block;
  margin: 0 0 5px;
}
.user-profile-wrap .additional-info-wrap textarea {
  min-height: 120px;
  background-color: #f7f7f7;
  border-color: #f7f7f7;
  padding: 20px;
  color: #333;
  font-size: 14px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .user-profile-wrap.mr-50 {
    margin-right: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .user-profile-wrap.mr-50 {
    margin-right: 0px;
  }
}
@media only screen and (max-width: 767px) {
  .user-profile-wrap.mr-50 {
    margin-right: 0px;
  }
}

.user-profile-btns {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}
@media only screen and (max-width: 767px) {
  .user-profile-btns {
    display: flex;
    justify-content: center;
    margin-top: 20px;
    flex-direction: column;
    row-gap: 12px;
  }
}

.user-profile-select label {
  font-size: 14px;
  text-transform: capitalize;
  display: block;
  margin: 0 0 5px;
}
.user-profile-select label abbr {
  color: red;
}
.user-profile-select select {
  border: 1px solid #e6e6e6;
  -moz-appearance: none;
  -webkit-appearance: none;
  color: #333;
  font-size: 14px;
  height: 50px;
  padding: 2px 20px;
  background: rgba(0, 0, 0, 0) url("../../assets/images/icon-img/select.png") no-repeat scroll right 18px center;
  cursor: pointer;
}
.user-profile-select select option {
  background: #fff;
  border: 0px solid #626262;
  padding-left: 10px;
  color: #333;
  font-size: 12px;
}

#updateAddressForm {
  max-width: 800px;
  margin: 0 auto;
}

.user-profile-wrap .previewImg img {
  border: 1px solid #efefef;
}

.product-listing-section .product-wrap {
  background-color: #ffffff;
}

.product-listing-section .product-content > h4 {
  margin-bottom: 5px;
  font-size: 24px;
}

h4.card-heading {
  font-size: 2em;
  line-height: 1.25;
  letter-spacing: -0.025em;
  margin: 0 0 1em 0;
  color: #1a1a1a;
  font-weight: bold;
}

.product-wrap .product-content {
  padding: 15px 20px 20px 20px;
}
.product-wrap .product-content h4 {
  font-weight: 600;
}
.product-wrap .product-content > span {
  display: inline-block;
}
.product-wrap .product-list-ul {
  list-style: disc;
  padding-left: 16px;
  padding-top: 16px;
}
.product-wrap .product-list-ul li {
  font-size: 14px;
  line-height: 28px;
  color: #000000;
}
.product-wrap .product-content-heading {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.product-wrap .product-content-heading h4 {
  display: block !important;
  font-size: 22px;
  font-weight: 600;
}
.product-wrap .product-content-heading .rating {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.product-wrap .product-content-heading .rating ul {
  display: flex;
}
.product-wrap .product-content-heading .rating ul li {
  margin-right: 3px;
}
.product-wrap .product-content-heading .rating ul li a {
  pointer-events: none;
}
.product-wrap .product-content-heading .rating ul li a img {
  width: 15px;
}
.product-wrap .product-content-heading .rating > span {
  font-weight: 700;
  font-size: 14px;
  line-height: 24px;
  color: #9f9f9f;
  position: relative;
  top: 1px;
}
@media only screen and (max-width: 767px) {
  .product-wrap .product-content-heading .rating > span {
    font-size: 16px;
  }
}
.product-wrap .price-addtocart {
  margin-top: 5px;
  align-items: center;
}
.product-wrap .price-addtocart .product-price span {
  color: #008cff;
}
.product-wrap .price-addtocart .card-btn a {
  background-color: #008cff;
  display: inline-block;
  cursor: pointer;
  padding: 11px 40px;
  text-transform: uppercase;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  border: 1px solid transparent;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}
.product-wrap .price-addtocart .card-btn a:hover {
  background-color: #2a9fff;
}
.product-wrap .price-addtocart .card-btn a.disable {
  background-color: transparent;
  color: #626262;
  border: 1px solid #626262;
  pointer-events: none;
}

@media (max-width: 1199px) {
  .product-wrap .product-content > span {
    min-height: 120px;
  }
  .product-wrap .price-addtocart .card-btn a {
    padding: 10px 26px;
  }
  h4.card-heading {
    margin: 0 0 0.5em 0;
  }
}
@media (max-width: 991px) {
  .product-listing-section .product-content > h4 {
    display: block;
    font-size: 16px;
    margin-bottom: 10px;
  }
  .product-wrap .product-content > span {
    min-height: auto;
  }
  h4.card-heading {
    display: none;
  }
  .product-listing-section .product-wrap {
    max-width: 350px;
    margin: 0 auto;
  }
  .product-wrap .price-addtocart .card-btn a {
    padding: 8px 20px;
    font-size: 14px;
  }
  .user-profile-wrap .previewImg img {
    border: 4px solid #efefef;
  }
}
#mobile-accordian {
  display: none;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #mobile-accordian {
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  #mobile-accordian {
    display: block;
  }
}
#mobile-accordian .card {
  border: none;
}
@media only screen and (max-width: 767px) {
  #mobile-accordian .card {
    overflow: visible;
  }
}
#mobile-accordian .card .card-header {
  padding: 0;
  border-bottom: none;
}
#mobile-accordian .card .card-header a {
  border: none;
  border-bottom: none;
  font-weight: 400;
  font-size: 13px;
  display: block;
  padding: 10px 15px;
  padding-left: 15px;
  border-radius: 4px;
  margin-top: 10px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  transition: all 0s;
  background-color: #008cff;
  color: #fff;
}
#mobile-accordian .card .card-header a.collapsed {
  background-color: #fff;
  color: #373737;
}
#mobile-accordian .card .card-header a.collapsed img {
  filter: none;
}
#mobile-accordian .card .card-header a::after {
  content: "\f106";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  float: right;
}
#mobile-accordian .card .card-header a.collapsed::after {
  content: "\f107";
}
#mobile-accordian .card .card-header a.active {
  background-color: #008cff;
  border-color: #008cff;
  color: #ffffff;
  transition: all 0s;
}
#mobile-accordian .card .card-header a.active img {
  filter: brightness(0) invert(1);
  transition: all 0s;
}
#mobile-accordian .card .card-header a img {
  width: 20px;
  height: auto;
  transition: all 0s;
  filter: brightness(0) invert(1);
}
#mobile-accordian .card .card-header a:hover img {
  transition: all 0s;
  filter: brightness(0) invert(1);
}
#mobile-accordian .card .card-header a:hover {
  background-color: #008cff;
  color: #ffffff;
  transition: all 0s;
}
#mobile-accordian .card .card-header a span {
  transition: all 0s;
  margin-left: 6px;
}
#mobile-accordian .card .card-body .my-card-profiles-data-wrap {
  margin-top: 15px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #mobile-accordian .card .card-body .my-card-profiles-data-wrap {
    margin-top: 24px;
  }
}
#mobile-accordian .card .card-body .my-cards-data-mobile-wrap {
  gap: 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #mobile-accordian .card .card-body .my-cards-data-mobile-wrap {
    gap: 15px;
  }
}
#mobile-accordian .card .card-body h3 {
  font-size: 16px;
}
#mobile-accordian .card .card-body h3 i {
  width: 22px;
  height: 22px;
  background-color: rgb(224, 224, 224);
  border-radius: 50%;
  cursor: pointer;
  position: relative;
  font-size: 10px;
  text-align: center;
  line-height: 22px;
  margin-left: 5px;
}
#mobile-accordian .card .card-body .my-device-box {
  flex-basis: calc(50% - 10px);
  flex-shrink: 0;
  background: #fff;
  border-radius: 4px;
  overflow: hidden;
  margin: 15px 0px;
  padding: 0 15px;
  border: 2px solid #f8f8f8;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #mobile-accordian .card .card-body .my-device-box {
    margin: 0;
  }
}
@media only screen and (max-width: 767px) {
  #mobile-accordian .card .card-body .my-device-box {
    flex-basis: 100%;
  }
}
#mobile-accordian .card .card-body .my-device-box .head-part {
  padding: 15px 0;
  -moz-column-gap: 15px;
       column-gap: 15px;
  display: flex;
  align-items: center;
}
#mobile-accordian .card .card-body .my-device-box .head-part .device-content h3 {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.3;
  margin-bottom: 4px;
  color: #373737;
}
#mobile-accordian .card .card-body .my-device-box .head-part .device-content p {
  font-size: 13px;
  font-weight: 400;
  line-height: 18px;
  color: #737373;
  margin-bottom: 0;
}
#mobile-accordian .card .card-body .my-device-box .bottom-part {
  border-top: 1px solid #f1f1f1;
  height: 76px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  #mobile-accordian .card .card-body .my-device-box .bottom-part {
    height: auto;
    padding: 20px 0;
  }
}
#mobile-accordian .card .card-body .my-device-box .bottom-part .conncted-profile-pic {
  display: none;
}
#mobile-accordian .card .card-body .my-device-box .bottom-part .conncted-profile-info {
  display: none;
}
#mobile-accordian .card .card-body .my-device-box .bottom-part .device-connect {
  text-align: center;
}
#mobile-accordian .card .card-body .my-device-box .bottom-part .device-connect a {
  font-size: 13px;
  color: #373737;
  background-color: #ffffff;
  border-radius: 8px;
  border: 1px solid #c6c6c6;
  -webkit-border-radius: 50px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  display: inline-block;
  padding: 0;
  text-align: center;
  padding: 6px 30px;
}
#mobile-accordian .card .card-body .my-device-box .bottom-part .device-connect a:hover {
  background-color: #fff;
  box-shadow: none;
  border-color: #373737;
}
#mobile-accordian .card .card-body .my-device-box .bottom-part.connected {
  border-top: 1px solid #f1f1f1;
  padding: 15px;
  display: flex;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #mobile-accordian .card .card-body .my-device-box .bottom-part.connected {
    height: auto;
    align-items: start;
    -moz-column-gap: 16px;
         column-gap: 16px;
    padding-left: 0;
    padding-right: 0;
  }
}
@media only screen and (max-width: 767px) {
  #mobile-accordian .card .card-body .my-device-box .bottom-part.connected {
    padding: 15px 0;
  }
}
#mobile-accordian .card .card-body .my-device-box .bottom-part.connected .device-connect {
  display: none;
}
#mobile-accordian .card .card-body .my-device-box .bottom-part.connected .conncted-profile-pic {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  overflow: hidden;
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
#mobile-accordian .card .card-body .my-device-box .bottom-part.connected .conncted-profile-pic span {
  line-height: 40px;
}
#mobile-accordian .card .card-body .my-device-box .bottom-part.connected .conncted-profile-info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #mobile-accordian .card .card-body .my-device-box .bottom-part.connected .conncted-profile-info {
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 767px) {
  #mobile-accordian .card .card-body .my-device-box .bottom-part.connected .conncted-profile-info .profile-content {
    padding-right: 10px;
  }
}
#mobile-accordian .card .card-body .my-device-box .bottom-part.connected .conncted-profile-info .profile-content h4 {
  font-size: 15px;
  margin-bottom: 3px;
  flex: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #mobile-accordian .card .card-body .my-device-box .bottom-part.connected .conncted-profile-info .profile-content h4 {
    width: 150px;
  }
}
#mobile-accordian .card .card-body .my-device-box .bottom-part.connected .conncted-profile-info .profile-content p {
  font-size: 13px;
  color: #b2b2b2;
  flex: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #mobile-accordian .card .card-body .my-device-box .bottom-part.connected .conncted-profile-info .profile-content p {
    width: 150px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #mobile-accordian .card .card-body .my-device-box .bottom-part.connected .conncted-profile-info .action-button {
    display: flex;
    align-items: center;
  }
}
@media only screen and (max-width: 767px) {
  #mobile-accordian .card .card-body .my-device-box .bottom-part.connected .conncted-profile-info .action-button {
    text-align: right;
    display: flex;
  }
}
#mobile-accordian .card .card-body .my-device-box .bottom-part.connected .conncted-profile-info .action-button .preview {
  font-size: 12px;
  color: #373737;
  background-color: #ffffff;
  border-radius: 8px;
  border: 1px solid #c6c6c6;
  -webkit-border-radius: 50px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  display: inline-block;
  text-align: center;
  padding: 0;
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#mobile-accordian .card .card-body .my-device-box .bottom-part.connected .conncted-profile-info .action-button .preview img {
  width: 15px;
}
#mobile-accordian .card .card-body .my-device-box .bottom-part.connected .conncted-profile-info .action-button .disconnect {
  font-size: 13px;
  color: #ffffff;
  background-color: #373737;
  border-radius: 8px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  display: inline-block;
  margin-left: 8px;
  text-align: center;
  padding: 0;
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#mobile-accordian .card .card-body .my-device-box .bottom-part.connected .conncted-profile-info .action-button .disconnect img {
  width: 11px;
}
@media only screen and (max-width: 767px) {
  #mobile-accordian .card .card-body {
    padding: 15px 15px;
  }
}
#mobile-accordian .card table {
  border: none;
  border-collapse: separate;
  border-spacing: 0 10px;
  margin-bottom: -10px;
}
#mobile-accordian .card table tr {
  border: none;
  background-color: none;
}
#mobile-accordian .card table tr:nth-child(even) table {
  background-color: #efefef;
}
#mobile-accordian .card table tr td,
#mobile-accordian .card table tr th {
  border: none;
  box-shadow: none;
  padding: 0.5rem 0.75rem;
}
@media only screen and (max-width: 767px) {
  #mobile-accordian .card table tr td,
  #mobile-accordian .card table tr th {
    padding: 0.3rem 0.75rem;
  }
}
#mobile-accordian .card table tr td {
  border-radius: 0 4px 4px 0;
  text-align: right;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #mobile-accordian .card table tr td:first-child {
    padding-left: 0;
    padding-right: 0;
  }
}
#mobile-accordian .card table tr td a .my-account-invoice-icon {
  background: url(../images/invoice.png) no-repeat center;
  background-size: 20px 20px;
  display: inline-block;
  width: 20px;
  height: 20px;
  line-height: 20px;
  vertical-align: middle;
  margin-right: 5px;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}
#mobile-accordian .card table tr td a .my-account-delivery-icon {
  background: url(../images/delivery.png) no-repeat center;
  background-size: 20px 20px;
  display: inline-block;
  width: 20px;
  height: 20px;
  line-height: 20px;
  vertical-align: middle;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}
#mobile-accordian .card table tr td a:hover .my-account-invoice-icon {
  background-image: url("../images/blue-invoice.png");
}
#mobile-accordian .card table tr td a:hover .my-account-delivery-icon {
  background-image: url("../images/blue-delivery.png");
}
#mobile-accordian .card table tr td table {
  background-color: #f9f9f9;
  border-radius: 4px;
}
#mobile-accordian .card table tr th {
  border-radius: 4px 0 0 4px;
  text-align: left;
}

.card-layout .tab-content .user-profile-info .form-group {
  margin-bottom: 0;
}
.card-layout .tab-content .user-profile-info input {
  background-color: #ffffff;
  border: 1px solid #ebebeb;
  font-size: 14px;
  height: 40px;
  margin-bottom: 20px;
  padding: 0 15px;
  color: #010225;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}
.card-layout .tab-content .user-profile-info label {
  font-size: 14px;
  display: block;
  font-weight: 500;
  margin-bottom: 5px;
  margin-left: 5px;
  color: #3d3d3d;
}
.card-layout .add-to-cart-submit {
  background-color: #008cff;
  display: inline-block;
  cursor: pointer;
  padding: 11px 40px;
  text-transform: uppercase;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  border: 1px solid transparent;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}

.dynamic-product_field {
  border: 1px solid transparent;
  outline: none;
  background-color: transparent;
  font-family: "Manrope", sans-serif;
  padding-left: 0;
  width: 100%;
  height: auto;
  display: inline-block;
  -webkit-appearance: none;
}

.selected-text {
  background: rgba(0, 140, 255, 0.3) !important;
}

.card-designing {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, #F5F5F7, #F5F5F7), linear-gradient(3.63deg, #C3CFE2 -36.52%, #FFFFFF 140.08%);
  z-index: 99999;
}
@media only screen and (min-width: 1367px) and (max-width: 1600px) {
  .card-designing {
    overflow-y: scroll;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1366px) {
  .card-designing {
    overflow-y: scroll;
  }
}
@media only screen and (max-width: 767px) {
  .card-designing {
    overflow-y: scroll;
  }
}
.card-designing .card-designing-head {
  display: flex;
  justify-content: space-between;
  padding: 35px 80px 40px;
  align-items: center;
}
@media only screen and (min-width: 1200px) and (max-width: 1366px) {
  .card-designing .card-designing-head {
    padding: 25px 80px 20px;
  }
}
@media only screen and (min-width: 1367px) and (max-width: 1600px) {
  .card-designing .card-designing-head {
    padding: 25px 80px 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .card-designing .card-designing-head {
    padding: 30px 20px 50px;
  }
}
@media only screen and (max-width: 767px) {
  .card-designing .card-designing-head {
    padding: 20px 15px;
    justify-content: start;
  }
}
.card-designing .card-designing-head .close-btn {
  flex: 1;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .card-designing .card-designing-head .close-btn {
    flex: inherit;
  }
}
@media only screen and (max-width: 767px) {
  .card-designing .card-designing-head .close-btn {
    flex: inherit;
  }
}
.card-designing .card-designing-head .head-title {
  flex: 1;
}
@media only screen and (max-width: 767px) {
  .card-designing .card-designing-head .head-title {
    flex: inherit;
  }
}
.card-designing .card-designing-head .head-title h2 {
  font-weight: 700;
  font-size: 24px;
  line-height: 28px;
  text-align: center;
  color: #000000;
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .card-designing .card-designing-head .head-title h2 {
    font-size: 20px;
    padding-left: 20px;
  }
}
.card-designing .card-designing-head .head-btn {
  flex: 1;
  text-align: right;
  min-height: 48px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .card-designing .card-designing-head .head-btn {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .card-designing .card-designing-head .head-btn {
    display: none;
  }
}
.card-designing .card-designing-head .head-btn .cart-btn {
  background-color: transparent;
  display: inline-block;
  cursor: pointer;
  width: 150px;
  height: 48px;
  line-height: 48px;
  margin-right: 10px;
  text-transform: uppercase;
  color: #373737;
  border: 1px solid #c6c6c6;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}
.card-designing .card-designing-head .head-btn .cart-btn:hover {
  border: 1px solid #373737;
}
.card-designing .card-designing-head .head-btn .buy-now-btn,
.card-designing .card-designing-head .head-btn .checkout-btn {
  background-color: #008cff;
  display: inline-block;
  cursor: pointer;
  width: 150px;
  height: 48px;
  line-height: 48px;
  text-transform: uppercase;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  border: 1px solid transparent;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}
.card-designing .card-designing-head .head-btn .buy-now-btn:hover,
.card-designing .card-designing-head .head-btn .checkout-btn:hover {
  background-color: #2a9fff;
}
.card-designing .card-designing-body {
  width: 680px;
  height: auto;
  margin: 0 auto;
  background-color: #fff;
  padding: 30px;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  max-width: 100%;
}
@media only screen and (max-width: 767px) {
  .card-designing .card-designing-body {
    padding: 10px 15px;
  }
}
.card-designing .card-designing-body .nav-tabs {
  border: none;
  margin-bottom: 30px;
}
@media only screen and (min-width: 1367px) and (max-width: 1600px) {
  .card-designing .card-designing-body .nav-tabs {
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1366px) {
  .card-designing .card-designing-body .nav-tabs {
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .card-designing .card-designing-body .nav-tabs {
    margin-bottom: 20px;
  }
}
.card-designing .card-designing-body .nav-tabs .nav-item {
  margin-bottom: 0;
  display: inline-block;
  flex: 1;
  text-align: center;
  background-color: #E6E6E6;
  border: 1px solid #fff;
  position: relative;
}
.card-designing .card-designing-body .nav-tabs .nav-item:first-child a {
  border-radius: 4px 0 0 4px;
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  -ms-border-radius: 4px 0 0 4px;
  -o-border-radius: 4px 0 0 4px;
}
.card-designing .card-designing-body .nav-tabs .nav-item:last-child {
  border-radius: 0 4px 4px 0;
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  -ms-border-radius: 0 4px 4px 0;
  -o-border-radius: 0 4px 4px 0;
  overflow: hidden;
}
.card-designing .card-designing-body .nav-tabs .nav-item:first-child a {
  padding: 8px 0 8px 20px;
}
@media only screen and (max-width: 767px) {
  .card-designing .card-designing-body .nav-tabs .nav-item:first-child a {
    padding: 6px 0 6px 10px;
  }
}
.card-designing .card-designing-body .nav-tabs .nav-item a {
  display: inline-block;
  width: 100%;
  font-weight: 500;
  font-size: 15px;
  text-align: left;
  line-height: 26px;
  padding: 8px 0 8px 33px;
  color: #646464;
  position: relative;
  z-index: 1;
  height: 42px;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}
@media only screen and (max-width: 767px) {
  .card-designing .card-designing-body .nav-tabs .nav-item a {
    text-align: center;
    padding: 6px 0 6px 15px;
  }
}
.card-designing .card-designing-body .nav-tabs .nav-item a.error span:not(.tab-number) {
  color: #fff;
}
.card-designing .card-designing-body .nav-tabs .nav-item a:after {
  content: "";
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 0 21px 22.5px 21px;
  border-color: transparent transparent #E6E6E6 transparent;
  transform: rotate(90deg);
  position: absolute;
  top: 10px;
  right: -32px;
  z-index: 3;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .card-designing .card-designing-body .nav-tabs .nav-item a:after {
    right: -31px;
  }
}
@media only screen and (max-width: 767px) {
  .card-designing .card-designing-body .nav-tabs .nav-item a:after {
    right: -31px;
  }
}
.card-designing .card-designing-body .nav-tabs .nav-item a:before {
  content: "";
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 0 21px 22.5px 21px;
  border-color: transparent transparent #ffffff transparent;
  transform: rotate(90deg);
  position: absolute;
  top: 10px;
  right: -34px;
  z-index: 2;
}
@media only screen and (max-width: 767px) {
  .card-designing .card-designing-body .nav-tabs .nav-item a:before {
    right: -33px;
  }
}
.card-designing .card-designing-body .nav-tabs .nav-item a.active {
  background-color: #919191;
  color: #fff;
}
.card-designing .card-designing-body .nav-tabs .nav-item a.active::after {
  content: "";
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 0 21px 22.5px 21px;
  border-color: transparent transparent #919191 transparent;
  transform: rotate(90deg);
  position: absolute;
  top: 10px;
  right: -32px;
  z-index: 3;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .card-designing .card-designing-body .nav-tabs .nav-item a.active::after {
    right: -31px;
  }
}
@media only screen and (max-width: 767px) {
  .card-designing .card-designing-body .nav-tabs .nav-item a.active::after {
    right: -31px;
  }
}
.card-designing .card-designing-body .nav-tabs .nav-item a.success {
  background-color: #646464;
  color: #fff;
  z-index: 4;
}
.card-designing .card-designing-body .nav-tabs .nav-item a.success::after {
  border-color: transparent transparent #646464 transparent;
}
.card-designing .card-designing-body .nav-tabs .nav-item a.error {
  background-color: #919191;
  color: #fff;
  z-index: 5;
}
.card-designing .card-designing-body .nav-tabs .nav-item a.error::after {
  border-color: transparent transparent #919191 transparent;
}
.card-designing .card-designing-body .nav-tabs .nav-item a .tab-number {
  background: #fff;
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  line-height: 24px;
  color: #646464;
  margin-right: 4px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .card-designing .card-designing-body .nav-tabs .nav-item a .tab-number {
    display: none;
  }
}
.card-designing .card-designing-body .nav-tabs .nav-item a .right-img {
  background: #fff;
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  line-height: 24px;
  margin-right: 4px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
@media only screen and (max-width: 767px) {
  .card-designing .card-designing-body .nav-tabs .nav-item a .right-img {
    display: none !important;
  }
}
.card-designing .card-designing-body .nav-tabs .nav-item:last-child a::after, .card-designing .card-designing-body .nav-tabs .nav-item:last-child a::before {
  display: none;
}
.card-designing .card-designing-body .tab-content .tab-pane .card-layout {
  position: relative;
  margin: 0 auto;
  width: 100%;
}
.card-designing .card-designing-body .tab-content .tab-pane .card-layout .card {
  box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.18);
}
.card-designing .card-designing-body .tab-content .tab-pane .card-layout .card.front {
  bottom: auto;
  height: 376px;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
}
@media only screen and (max-width: 767px) {
  .card-designing .card-designing-body .tab-content .tab-pane .card-layout .card.front {
    height: 200px;
    width: 90%;
    box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.18);
  }
}
.card-designing .card-designing-body .tab-content .tab-pane .card-layout .card.front .card-body {
  display: flex;
  width: 100%;
  height: 100%;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px 30px 17px;
  max-width: 100%;
}
@media only screen and (max-width: 767px) {
  .card-designing .card-designing-body .tab-content .tab-pane .card-layout .card.front .card-body {
    padding: 15px;
  }
}
.card-designing .card-designing-body .tab-content .tab-pane .card-layout .card.front .card-body .header .header-body {
  display: flex;
  justify-content: space-between;
}
.card-designing .card-designing-body .tab-content .tab-pane .card-layout .card.front .card-body .header .header-body .card-brand {
  width: 110px;
  height: auto;
}
@media only screen and (max-width: 767px) {
  .card-designing .card-designing-body .tab-content .tab-pane .card-layout .card.front .card-body .header .header-body .card-brand {
    width: 70px;
  }
}
.card-designing .card-designing-body .tab-content .tab-pane .card-layout .card.front .card-body .header .header-body .wifi-signal {
  width: 30px;
  height: auto;
}
@media only screen and (max-width: 767px) {
  .card-designing .card-designing-body .tab-content .tab-pane .card-layout .card.front .card-body .header .header-body .wifi-signal {
    width: 20px;
  }
}
.card-designing .card-designing-body .tab-content .tab-pane .card-layout .card.front .card-body .middle .middle-body img {
  width: 165px;
  height: auto;
}
@media only screen and (max-width: 767px) {
  .card-designing .card-designing-body .tab-content .tab-pane .card-layout .card.front .card-body .middle .middle-body img {
    width: 75px;
  }
}
.card-designing .card-designing-body .tab-content .tab-pane .card-layout .card.front .card-body .middle .middle-body .dynamic-product_field {
  border: 1px solid transparent;
  outline: none;
  background-color: transparent;
  width: 100%;
  font-family: "Manrope", sans-serif;
  height: auto;
  padding: 0;
}
.card-designing .card-designing-body .tab-content .tab-pane .card-layout .card.front .card-body .middle .middle-body .your-name,
.card-designing .card-designing-body .tab-content .tab-pane .card-layout .card.front .card-body .middle .middle-body .span-card_name-front {
  font-size: 44px;
  font-weight: 600;
  line-height: 60px;
  width: 100%;
  font-family: "Manrope", sans-serif;
  margin-bottom: 0;
  color: #FFFFFF;
}
@media only screen and (max-width: 767px) {
  .card-designing .card-designing-body .tab-content .tab-pane .card-layout .card.front .card-body .middle .middle-body .your-name,
  .card-designing .card-designing-body .tab-content .tab-pane .card-layout .card.front .card-body .middle .middle-body .span-card_name-front {
    font-size: 28px;
    line-height: 30px;
  }
}
.card-designing .card-designing-body .tab-content .tab-pane .card-layout .card.front .card-body .middle .middle-body .designation,
.card-designing .card-designing-body .tab-content .tab-pane .card-layout .card.front .card-body .middle .middle-body .span-card_designation-front {
  font-weight: 400;
  font-size: 28px;
  font-family: "Manrope", sans-serif;
  line-height: 38px;
  color: #FFFFFF;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .card-designing .card-designing-body .tab-content .tab-pane .card-layout .card.front .card-body .middle .middle-body .designation,
  .card-designing .card-designing-body .tab-content .tab-pane .card-layout .card.front .card-body .middle .middle-body .span-card_designation-front {
    font-size: 18px;
    line-height: 18px;
  }
}
.card-designing .card-designing-body .tab-content .tab-pane .card-layout .card.back {
  bottom: auto;
  height: 376px;
  width: 100%;
  margin: 0 auto;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  max-width: 100%;
}
@media only screen and (max-width: 767px) {
  .card-designing .card-designing-body .tab-content .tab-pane .card-layout .card.back {
    height: 200px;
    width: 90%;
  }
}
.card-designing .card-designing-body .tab-content .tab-pane .card-layout .card.back .card-body {
  display: flex;
  width: 100%;
  height: 100%;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px;
}
@media only screen and (max-width: 767px) {
  .card-designing .card-designing-body .tab-content .tab-pane .card-layout .card.back .card-body {
    padding: 15px;
  }
}
.card-designing .card-designing-body .tab-content .tab-pane .card-layout .card.back .card-body .header .header-body {
  display: flex;
  justify-content: space-between;
}
.card-designing .card-designing-body .tab-content .tab-pane .card-layout .card.back .card-body .header .header-body .card-brand {
  width: 110px;
  height: auto;
}
@media only screen and (max-width: 767px) {
  .card-designing .card-designing-body .tab-content .tab-pane .card-layout .card.back .card-body .header .header-body .card-brand {
    width: 53px;
  }
}
.card-designing .card-designing-body .tab-content .tab-pane .card-layout .card.back .card-body .header .header-body .wifi-signal {
  width: 30px;
  height: auto;
}
@media only screen and (max-width: 767px) {
  .card-designing .card-designing-body .tab-content .tab-pane .card-layout .card.back .card-body .header .header-body .wifi-signal {
    width: 15px;
  }
}
.card-designing .card-designing-body .tab-content .tab-pane .card-layout .card.back .card-body .footer .footer-body img {
  width: 170px;
  height: auto;
}
.card-designing .card-designing-body .tab-content .tab-pane .card-layout .card.back .card-body .footer .footer-body .dynamic-product_field {
  border: 1px solid transparent;
  outline: none;
  background-color: transparent;
  width: 100%;
  font-family: "Manrope", sans-serif;
  padding-left: 0;
  transition: none;
  height: auto;
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
}
.card-designing .card-designing-body .tab-content .tab-pane .card-layout .card.back .card-body .footer .footer-body .field-card_address1-back,
.card-designing .card-designing-body .tab-content .tab-pane .card-layout .card.back .card-body .footer .footer-body .span-card_address1-back {
  font-size: 32px;
  font-weight: 600;
  line-height: 44px;
  color: #FFFFFF;
  padding: 1px;
  font-family: "Manrope", sans-serif;
}
@media only screen and (max-width: 767px) {
  .card-designing .card-designing-body .tab-content .tab-pane .card-layout .card.back .card-body .footer .footer-body .field-card_address1-back,
  .card-designing .card-designing-body .tab-content .tab-pane .card-layout .card.back .card-body .footer .footer-body .span-card_address1-back {
    font-size: 18px;
    line-height: 25px;
  }
}
.card-designing .card-designing-body .tab-content .tab-pane .card-layout .card.back .card-body .footer .footer-body .field-card_address2-back,
.card-designing .card-designing-body .tab-content .tab-pane .card-layout .card.back .card-body .footer .footer-body .field-card_address3-back,
.card-designing .card-designing-body .tab-content .tab-pane .card-layout .card.back .card-body .footer .footer-body .field-card_address4-back,
.card-designing .card-designing-body .tab-content .tab-pane .card-layout .card.back .card-body .footer .footer-body .span-card_address2-back,
.card-designing .card-designing-body .tab-content .tab-pane .card-layout .card.back .card-body .footer .footer-body .span-card_address3-back,
.card-designing .card-designing-body .tab-content .tab-pane .card-layout .card.back .card-body .footer .footer-body .span-card_address4-back {
  font-weight: 400;
  font-size: 24px;
  line-height: 31px;
  color: #FFFFFF;
  font-family: "Manrope", sans-serif;
}
@media only screen and (max-width: 767px) {
  .card-designing .card-designing-body .tab-content .tab-pane .card-layout .card.back .card-body .footer .footer-body .field-card_address2-back,
  .card-designing .card-designing-body .tab-content .tab-pane .card-layout .card.back .card-body .footer .footer-body .field-card_address3-back,
  .card-designing .card-designing-body .tab-content .tab-pane .card-layout .card.back .card-body .footer .footer-body .field-card_address4-back,
  .card-designing .card-designing-body .tab-content .tab-pane .card-layout .card.back .card-body .footer .footer-body .span-card_address2-back,
  .card-designing .card-designing-body .tab-content .tab-pane .card-layout .card.back .card-body .footer .footer-body .span-card_address3-back,
  .card-designing .card-designing-body .tab-content .tab-pane .card-layout .card.back .card-body .footer .footer-body .span-card_address4-back {
    font-size: 12px;
    line-height: 16px;
  }
}
.card-designing .card-designing-body .tab-content .tab-pane .card-layout .card.back .card-body .footer .footer-body .field-card_address1-back,
.card-designing .card-designing-body .tab-content .tab-pane .card-layout .card.back .card-body .footer .footer-body .field-card_address1-back,
.card-designing .card-designing-body .tab-content .tab-pane .card-layout .card.back .card-body .footer .footer-body .field-card_address3-back,
.card-designing .card-designing-body .tab-content .tab-pane .card-layout .card.back .card-body .footer .footer-body .field-card_address4-back {
  width: 100%;
}
.card-designing .card-designing-body .tab-content .tab-pane .card-layout .card.without-address .card-body {
  justify-content: center;
  align-items: center;
  position: relative;
}
.card-designing .card-designing-body .tab-content .tab-pane .card-layout .card.without-address .card-body .bussiness-nfc {
  position: absolute;
  top: 30px;
  right: 30px;
}
.card-designing .card-designing-body .tab-content .tab-pane .card-layout .card.without-address .card-body .bussiness-nfc img {
  width: 30px;
  height: auto;
}
.card-designing .card-designing-body .tab-content .tab-pane .card-layout .card.without-address .card-body .middle .middle-body img {
  width: 279px;
  height: auto;
}
@media only screen and (max-width: 767px) {
  .card-designing .card-designing-body .tab-content .tab-pane .card-layout .card.without-address .card-body .middle .middle-body img {
    width: 150px;
  }
}
.card-designing .card-designing-body .tab-content .tab-pane .card-layout.bussiness .card.front .card-body {
  padding: 28px 32px;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
@media only screen and (max-width: 767px) {
  .card-designing .card-designing-body .tab-content .tab-pane .card-layout.bussiness .card.front .card-body {
    padding: 16px;
  }
}
.card-designing .card-designing-body .tab-content .tab-pane .card-layout.bussiness .card.front .card-body .header {
  width: 100%;
  display: block;
}
.card-designing .card-designing-body .tab-content .tab-pane .card-layout.bussiness .card.front .card-body .header .header-body {
  display: block;
}
.card-designing .card-designing-body .tab-content .tab-pane .card-layout.bussiness .card.front .card-body .header .header-body .business-name {
  font-weight: 700;
  font-size: 36px;
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  .card-designing .card-designing-body .tab-content .tab-pane .card-layout.bussiness .card.front .card-body .header .header-body .business-name {
    font-size: 18px;
    line-height: 1;
    width: 100%;
  }
}
.card-designing .card-designing-body .tab-content .tab-pane .card-layout.bussiness .card.front .card-body .middle {
  width: 100%;
}
.card-designing .card-designing-body .tab-content .tab-pane .card-layout.bussiness .card.front .card-body .middle .middle-body .your-name {
  font-weight: 600;
  font-size: 26px;
  line-height: 1.7;
}
@media only screen and (max-width: 767px) {
  .card-designing .card-designing-body .tab-content .tab-pane .card-layout.bussiness .card.front .card-body .middle .middle-body .your-name {
    font-size: 16px;
    line-height: 1;
  }
}
.card-designing .card-designing-body .tab-content .tab-pane .card-layout.bussiness .card.front .card-body .middle .middle-body .card-box {
  display: flex;
  align-items: end;
  width: 100%;
}
.card-designing .card-designing-body .tab-content .tab-pane .card-layout.bussiness .card.front .card-body .middle .middle-body .card-box .card-left {
  flex-basis: 75%;
  flex-shrink: 0;
}
.card-designing .card-designing-body .tab-content .tab-pane .card-layout.bussiness .card.front .card-body .middle .middle-body .card-box .card-left .designation,
.card-designing .card-designing-body .tab-content .tab-pane .card-layout.bussiness .card.front .card-body .middle .middle-body .card-box .card-left .your-email,
.card-designing .card-designing-body .tab-content .tab-pane .card-layout.bussiness .card.front .card-body .middle .middle-body .card-box .card-left .mobile-number,
.card-designing .card-designing-body .tab-content .tab-pane .card-layout.bussiness .card.front .card-body .middle .middle-body .card-box .card-left .website {
  font-weight: 400;
  font-size: 20px;
  line-height: 1.7;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .card-designing .card-designing-body .tab-content .tab-pane .card-layout.bussiness .card.front .card-body .middle .middle-body .card-box .card-left .designation,
  .card-designing .card-designing-body .tab-content .tab-pane .card-layout.bussiness .card.front .card-body .middle .middle-body .card-box .card-left .your-email,
  .card-designing .card-designing-body .tab-content .tab-pane .card-layout.bussiness .card.front .card-body .middle .middle-body .card-box .card-left .mobile-number,
  .card-designing .card-designing-body .tab-content .tab-pane .card-layout.bussiness .card.front .card-body .middle .middle-body .card-box .card-left .website {
    font-size: 13px;
    line-height: 1;
  }
}
.card-designing .card-designing-body .tab-content .tab-pane .card-layout.bussiness .card.front .card-body .middle .middle-body .card-box .card-right {
  flex-basis: 25%;
  flex-shrink: 0;
}
.card-designing .card-designing-body .tab-content .tab-pane .card-layout.bussiness .card.front .card-body .middle .middle-body .card-box .card-right img {
  width: 125px;
  height: auto;
}
@media only screen and (max-width: 767px) {
  .card-designing .card-designing-body .tab-content .tab-pane .card-layout.bussiness .card.front .card-body .middle .middle-body .card-box .card-right img {
    width: 70px;
  }
}
@media only screen and (max-width: 767px) {
  .card-designing .card-designing-body .tab-content .tab-pane .card-layout.bussiness .card.front .card-body .middle .middle-body .position-relative {
    line-height: 0;
  }
}
.card-designing .card-designing-body .tab-content .tab-pane .card-layout.bussiness .card.back {
  bottom: auto;
  height: 376px;
  width: 600px;
  margin: 0 auto;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
}
.card-designing .card-designing-body .tab-content .tab-pane .card-layout.bussiness .card.back .card-body {
  display: flex;
  width: 100%;
  height: 100%;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px;
}
.card-designing .card-designing-body .tab-content .tab-pane .card-layout.bussiness .card.back .card-body .header .header-body {
  display: flex;
  justify-content: space-between;
}
.card-designing .card-designing-body .tab-content .tab-pane .card-layout.bussiness .card.back .card-body .header .header-body .card-brand {
  width: 110px;
  height: auto;
}
.card-designing .card-designing-body .tab-content .tab-pane .card-layout.bussiness .card.back .card-body .header .header-body .wifi-signal {
  width: 30px;
  height: auto;
}
.card-designing .card-designing-body .tab-content .tab-pane .card-layout.bussiness .card.back .card-body .footer .footer-body img {
  width: 170px;
  height: auto;
}
.card-designing .card-designing-body .tab-content .tab-pane .card-layout.bussiness .card.back .card-body .footer .footer-body .field-card_address1-back {
  font-size: 36px;
  font-weight: 600;
  line-height: 49px;
  color: #FFFFFF;
}
.card-designing .card-designing-body .tab-content .tab-pane .card-layout.bussiness .card.back .card-body .footer .footer-body .field-card_address2-back,
.card-designing .card-designing-body .tab-content .tab-pane .card-layout.bussiness .card.back .card-body .footer .footer-body .field-card_address3-back,
.card-designing .card-designing-body .tab-content .tab-pane .card-layout.bussiness .card.back .card-body .footer .footer-body .field-card_address4-back {
  font-weight: 400;
  font-size: 24px;
  line-height: 30px;
  color: #FFFFFF;
}
.card-designing .card-designing-body .tab-content .tab-pane .address-selector {
  display: flex;
  justify-content: center;
  margin-top: 18px;
}
.card-designing .card-designing-body .tab-content .tab-pane .address-selector .box {
  display: flex;
  align-items: center;
  margin-right: 20px;
}
.card-designing .card-designing-body .tab-content .tab-pane .address-selector .box input {
  width: 18px;
  height: 18px;
  margin-right: 8px;
}
.card-designing .card-designing-body .tab-content .tab-pane .address-selector .box label {
  font-weight: 400;
  font-size: 13px;
  line-height: 18px;
  color: #000000;
  margin-bottom: 0;
}
.card-designing .card-designing-body .tab-content .tab-pane .address-selector .box:last-child {
  margin-right: 0;
}
.card-designing .card-designing-body .tab-content .tab-pane .product-image-gallery label input {
  display: none;
}
.card-designing .card-designing-body .tab-content .tab-pane .error-lists .error {
  top: 0;
}
.card-designing .card-designing-body .tab-content #preview h3, .card-designing .card-designing-body .tab-content #preview h4, .card-designing .card-designing-body .tab-content #preview p {
  font-family: "Manrope", sans-serif;
  transform: translateZ(0);
}
.card-designing .card-designing-body .tab-content #preview .card-layout {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.card-designing .card-designing-body .tab-content #preview .card-layout .custom-width-auto {
  width: calc(50% - 8px);
}
@media only screen and (max-width: 767px) {
  .card-designing .card-designing-body .tab-content #preview .card-layout .custom-width-auto {
    width: 90%;
    margin: 0 auto;
    margin-right: auto !important;
  }
}
@media only screen and (max-width: 767px) {
  .card-designing .card-designing-body .tab-content #preview .card-layout {
    flex-direction: column;
  }
}
@media only screen and (max-width: 767px) {
  .card-designing .card-designing-body .tab-content #preview .card-layout > div:last-child {
    margin-top: 30px;
  }
}
.card-designing .card-designing-body .tab-content #preview .card-layout h2 {
  font-weight: 500;
  font-size: 18px;
  line-height: 21px;
  color: #646464;
  margin-bottom: 14px;
  text-align: center;
}
.card-designing .card-designing-body .tab-content #preview .card-layout.bussiness .card.front .card-body {
  padding: 16px;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.card-designing .card-designing-body .tab-content #preview .card-layout.bussiness .card.front .card-body .header {
  width: 100%;
  display: block;
}
.card-designing .card-designing-body .tab-content #preview .card-layout.bussiness .card.front .card-body .header .header-body {
  display: block;
}
.card-designing .card-designing-body .tab-content #preview .card-layout.bussiness .card.front .card-body .header .header-body .business-name {
  font-weight: 700;
  font-size: 18px;
  line-height: 25px;
}
.card-designing .card-designing-body .tab-content #preview .card-layout.bussiness .card.front .card-body .middle {
  width: 100%;
}
.card-designing .card-designing-body .tab-content #preview .card-layout.bussiness .card.front .card-body .middle .middle-body .preview-card_name-front {
  font-weight: 600;
  font-size: 13px;
  line-height: 20px;
  margin: 0;
}
.card-designing .card-designing-body .tab-content #preview .card-layout.bussiness .card.front .card-body .middle .middle-body .card-box {
  display: flex;
  align-items: end;
  width: 100%;
}
.card-designing .card-designing-body .tab-content #preview .card-layout.bussiness .card.front .card-body .middle .middle-body .card-box .card-left {
  flex-basis: 75%;
  flex-shrink: 0;
}
.card-designing .card-designing-body .tab-content #preview .card-layout.bussiness .card.front .card-body .middle .middle-body .card-box .card-left .preview-card_designation-front,
.card-designing .card-designing-body .tab-content #preview .card-layout.bussiness .card.front .card-body .middle .middle-body .card-box .card-left .preview-card_email-front,
.card-designing .card-designing-body .tab-content #preview .card-layout.bussiness .card.front .card-body .middle .middle-body .card-box .card-left .preview-card_phone-front,
.card-designing .card-designing-body .tab-content #preview .card-layout.bussiness .card.front .card-body .middle .middle-body .card-box .card-left .preview-card_website-front {
  font-weight: 400;
  font-size: 12px;
  line-height: 1.5;
  text-align: left;
  margin-bottom: 0;
  text-align: left;
}
.card-designing .card-designing-body .tab-content #preview .card-layout.bussiness .card.front .card-body .middle .middle-body .card-box .card-right {
  flex-basis: 25%;
  flex-shrink: 0;
}
.card-designing .card-designing-body .tab-content #preview .card-layout.bussiness .card.front .card-body .middle .middle-body .card-box .card-right img {
  width: 60px;
  height: auto;
}
.card-designing .card-designing-body .tab-content #preview .card-layout.bussiness .card .card-body {
  position: relative;
}
.card-designing .card-designing-body .tab-content #preview .card-layout.bussiness .card .card-body .card-left img {
  width: 68px;
}
.card-designing .card-designing-body .tab-content #preview .card-layout.bussiness .card .card-body .card-right .header .header-body .business-name {
  font-weight: 600;
  font-size: 16px;
  line-height: 1.5;
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .card-designing .card-designing-body .tab-content #preview .card-layout.bussiness .card .card-body .card-right .header .header-body .business-name {
    width: 100%;
    word-break: break-all;
  }
}
.card-designing .card-designing-body .tab-content #preview .card-layout.bussiness .card .card-body .card-right .middle .middle-body {
  text-align: left;
}
.card-designing .card-designing-body .tab-content #preview .card-layout.bussiness .card .card-body .card-right .middle .middle-body .your-name {
  font-weight: 500;
  font-size: 13px;
  line-height: 13px;
  margin-top: 0;
}
.card-designing .card-designing-body .tab-content #preview .card-layout.bussiness .card .card-body .card-right .middle .middle-body .designation {
  font-weight: 400;
  font-size: 11px;
  line-height: 11px;
  position: relative;
  top: -2px;
}
.card-designing .card-designing-body .tab-content #preview .card-layout.bussiness .card .card-body .card-right .middle .middle-body .social-info .your-email,
.card-designing .card-designing-body .tab-content #preview .card-layout.bussiness .card .card-body .card-right .middle .middle-body .social-info .mobile-number {
  font-weight: 400;
  font-size: 11px;
  line-height: 11px;
}
.card-designing .card-designing-body .tab-content #preview .card-layout.bussiness .card .card-body .card-right .middle .middle-body .social-info .mobile-number {
  position: relative;
  top: -2px;
}
.card-designing .card-designing-body .tab-content #preview .card-layout.bussiness .card .card-body .card-right .footer .footer-body .website {
  font-weight: 400;
  font-size: 11px;
  line-height: 11px;
}
.card-designing .card-designing-body .tab-content #preview .card.front,
.card-designing .card-designing-body .tab-content #preview .card.back {
  height: 180px;
  width: 100%;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}
.card-designing .card-designing-body .tab-content #preview .card.front .card-body,
.card-designing .card-designing-body .tab-content #preview .card.back .card-body {
  padding: 14px;
}
.card-designing .card-designing-body .tab-content #preview .card.front .card-body .header .header-body .card-brand,
.card-designing .card-designing-body .tab-content #preview .card.back .card-body .header .header-body .card-brand {
  width: 53px;
}
.card-designing .card-designing-body .tab-content #preview .card.front .card-body .header .header-body .wifi-signal,
.card-designing .card-designing-body .tab-content #preview .card.back .card-body .header .header-body .wifi-signal {
  width: 15px;
}
.card-designing .card-designing-body .tab-content #preview .card.front .card-body .middle .middle-body,
.card-designing .card-designing-body .tab-content #preview .card.back .card-body .middle .middle-body {
  line-height: initial;
}
.card-designing .card-designing-body .tab-content #preview .card.front .card-body .middle .middle-body img,
.card-designing .card-designing-body .tab-content #preview .card.back .card-body .middle .middle-body img {
  width: 79px;
}
.card-designing .card-designing-body .tab-content #preview .card.front .card-body .middle .middle-body .your-name,
.card-designing .card-designing-body .tab-content #preview .card.back .card-body .middle .middle-body .your-name {
  font-size: 18px;
  margin-top: 4px;
  line-height: 20px;
  font-family: "Manrope", sans-serif;
}
.card-designing .card-designing-body .tab-content #preview .card.front .card-body .middle .middle-body .designation,
.card-designing .card-designing-body .tab-content #preview .card.back .card-body .middle .middle-body .designation {
  font-size: 14px;
  line-height: 14px;
  font-family: "Manrope", sans-serif;
}
.card-designing .card-designing-body .tab-content #preview .card.front .card-body .footer,
.card-designing .card-designing-body .tab-content #preview .card.back .card-body .footer {
  line-height: 0;
}
.card-designing .card-designing-body .tab-content #preview .card.front .card-body {
  padding: 15px 14px 12px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .card-designing .card-designing-body .tab-content #preview .card.front .card-body {
    padding: 8px 14px 8px;
  }
}
.card-designing .card-designing-body .tab-content #preview .card.back .card-body {
  padding: 15px 14px 14px;
}
.card-designing .card-designing-body .tab-content #preview .card.back .card-body .footer .footer-body .address-line1 {
  font-size: 16px;
  line-height: 25px;
  font-weight: 600;
}
.card-designing .card-designing-body .tab-content #preview .card.back .card-body .footer .footer-body .preview-card_address2-back,
.card-designing .card-designing-body .tab-content #preview .card.back .card-body .footer .footer-body .preview-card_address3-back,
.card-designing .card-designing-body .tab-content #preview .card.back .card-body .footer .footer-body .preview-card_address4-back {
  font-size: 12px;
  line-height: 16px;
}
.card-designing .card-designing-body .tab-content #preview .card.without-address .card-body {
  align-items: center;
  justify-content: center;
  position: relative;
}
.card-designing .card-designing-body .tab-content #preview .card.without-address .card-body .bussiness-nfc {
  position: absolute;
  top: 15px;
  right: 14px;
}
.card-designing .card-designing-body .tab-content #preview .card.without-address .card-body .bussiness-nfc img {
  width: 15px;
  height: auto;
}
.card-designing .card-designing-body .tab-content #preview .card.without-address .card-body .middle .middle-body img {
  width: 130px;
  height: auto;
}
.card-designing .card-designing-body .tab-content #preview .order-successful {
  vertical-align: middle;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 50px 0 0;
}
@media only screen and (max-width: 767px) {
  .card-designing .card-designing-body .tab-content #preview .order-successful {
    min-height: auto;
    justify-content: center;
  }
}
.card-designing .card-designing-body .tab-content #preview .order-successful p {
  font-weight: 600;
  font-size: 17px;
  line-height: 20px;
  color: #4BB543;
  text-align: center;
  flex: 1;
}
.card-designing .card-designing-body .tab-content #preview .order-place-btn {
  text-align: center;
}
.card-designing .card-designing-body .tab-content #preview .order-place-btn .cart-btn {
  background-color: transparent;
  display: inline-block;
  cursor: pointer;
  width: 240px;
  height: 48px;
  line-height: 48px;
  text-transform: uppercase;
  color: #373737;
  border: 1px solid #c6c6c6;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  margin-right: 16px;
}
.card-designing .card-designing-body .tab-content #preview .order-place-btn .cart-btn:hover {
  border: 1px solid #373737;
}
@media only screen and (max-width: 767px) {
  .card-designing .card-designing-body .tab-content #preview .order-place-btn .cart-btn {
    width: 130px;
    height: 38px;
    line-height: 38px;
  }
}
.card-designing .card-designing-body .tab-content #preview .order-place-btn .buy-now-btn {
  background-color: #FFD814;
  display: inline-block;
  cursor: pointer;
  width: 240px;
  height: 55px;
  line-height: 55px;
  text-transform: uppercase;
  color: #111;
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  border: 1px solid transparent;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}
.card-designing .card-designing-body .tab-content #preview .order-place-btn .buy-now-btn:hover {
  background-color: #ffcc4b;
}
@media only screen and (max-width: 767px) {
  .card-designing .card-designing-body .tab-content #preview .order-place-btn .buy-now-btn {
    width: 130px;
    height: 38px;
    line-height: 38px;
    font-size: 16px;
  }
}
.card-designing .card-designing-body .tab-content #preview .order-successful-btn {
  text-align: center;
  margin-top: 30px;
}
.card-designing .card-designing-body .tab-content #preview .order-successful-btn a {
  background-color: #008cff;
  display: inline-block;
  cursor: pointer;
  width: 240px;
  height: 48px;
  line-height: 48px;
  text-transform: uppercase;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  border: 1px solid transparent;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}
.card-designing .card-designing-body .tab-content #preview .order-successful-btn a:hover {
  background-color: #2a9fff;
}
@media only screen and (max-width: 767px) {
  .card-designing .card-designing-body .tab-content #preview .order-successful-btn a {
    width: 150px;
    height: 38px;
    line-height: 38px;
  }
}
.card-designing .card-designing-body .product-image-gallery {
  margin-top: 50px;
}
@media only screen and (min-width: 1200px) and (max-width: 1366px) {
  .card-designing .card-designing-body .product-image-gallery {
    margin-top: 20px;
  }
}
@media only screen and (min-width: 1367px) and (max-width: 1600px) {
  .card-designing .card-designing-body .product-image-gallery {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .card-designing .card-designing-body .product-image-gallery {
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
}
.card-designing .card-designing-body .product-image-gallery label {
  margin-bottom: 0;
  cursor: pointer;
  margin-right: 10px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border: 1px solid transparent;
}
@media only screen and (max-width: 767px) {
  .card-designing .card-designing-body .product-image-gallery label {
    width: 50px;
    margin-right: 8px;
  }
}
.card-designing .card-designing-body .product-image-gallery label.active {
  border: 1px solid #008cff;
}
.card-designing .card-designing-body .product-image-gallery label img {
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
}
@media only screen and (max-width: 767px) {
  .card-designing .card-designing-body .product-image-gallery label img {
    width: 100%;
  }
}
.card-designing .card-designing-body .product-image-gallery label:last-child {
  margin-right: 0;
}
.card-designing .safari-mac input::-webkit-contacts-auto-fill-button {
  visibility: hidden;
  display: none !important;
  pointer-events: none;
  position: absolute;
  right: 0;
}

#front-side-tab {
  z-index: 6;
}

#preview-tab.success {
  z-index: 1;
}

.card-designing .card-designing-body .nav-tabs .nav-item a.success .right-img {
  background-color: #00D971;
}

.card-designing .card-designing-body .nav-tabs .nav-item a.success .right-img img {
  filter: brightness(0) invert(1);
  -webkit-filter: brightness(0) invert(1);
}

.card-designing .card-designing-body .tab-content .tab-pane .card-layout .invalid-input {
  border-color: #ffcdcd;
  animation-name: blinking;
  animation-duration: 1s;
  animation-iteration-count: infinite;
}

@keyframes blinking {
  50% {
    border-color: #ff8383;
  }
}
.card-designing .input-overlap-text {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
}

.cart-preview .card_heading {
  font-weight: 500;
  font-size: 18px;
  line-height: 21px;
  color: #646464;
  margin-bottom: 18px;
  text-align: center;
}
.cart-preview .card-layout.bussiness {
  display: flex;
  flex-direction: row;
  transform: translateZ(0);
  justify-content: center;
  -moz-column-gap: 20px;
       column-gap: 20px;
}
@media only screen and (max-width: 767px) {
  .cart-preview .card-layout.bussiness {
    flex-direction: column;
    row-gap: 20px;
    -moz-column-gap: auto;
         column-gap: auto;
  }
}
.cart-preview .card-layout.bussiness .card {
  height: 180px;
  width: 300px;
  max-width: 100%;
  margin: 0 auto;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.18);
}
.cart-preview .card-layout.bussiness .card .card-body {
  padding: 16px;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.cart-preview .card-layout.bussiness .card .card-body .header {
  width: 100%;
  display: block;
}
.cart-preview .card-layout.bussiness .card .card-body .header .header-body {
  display: block;
}
.cart-preview .card-layout.bussiness .card .card-body .header .header-body .business-name {
  font-weight: 700;
  font-size: 18px;
  line-height: 25px;
  font-family: "Manrope", sans-serif;
  transform: translateZ(0);
}
.cart-preview .card-layout.bussiness .card .card-body .middle {
  width: 100%;
  text-align: center;
}
.cart-preview .card-layout.bussiness .card .card-body .middle .middle-body .preview-card_name-front {
  font-weight: 600;
  font-size: 13px;
  line-height: 20px;
  margin: 0;
  text-align: left;
  font-family: "Manrope", sans-serif;
  transform: translateZ(0);
}
.cart-preview .card-layout.bussiness .card .card-body .middle .middle-body .card-box {
  display: flex;
  align-items: end;
  width: 100%;
}
.cart-preview .card-layout.bussiness .card .card-body .middle .middle-body .card-box .card-left {
  flex-basis: 75%;
  flex-shrink: 0;
}
.cart-preview .card-layout.bussiness .card .card-body .middle .middle-body .card-box .card-left .preview-card_designation-front,
.cart-preview .card-layout.bussiness .card .card-body .middle .middle-body .card-box .card-left .preview-card_email-front,
.cart-preview .card-layout.bussiness .card .card-body .middle .middle-body .card-box .card-left .preview-card_phone-front,
.cart-preview .card-layout.bussiness .card .card-body .middle .middle-body .card-box .card-left .preview-card_website-front {
  font-weight: 400;
  font-size: 12px;
  line-height: 1.5;
  text-align: left;
  margin-bottom: 0;
  text-align: left;
  font-family: "Manrope", sans-serif;
  transform: translateZ(0);
}
.cart-preview .card-layout.bussiness .card .card-body .middle .middle-body .card-box .card-right {
  flex-basis: 25%;
  flex-shrink: 0;
}
.cart-preview .card-layout.bussiness .card .card-body .middle .middle-body .card-box .card-right img {
  width: 60px;
  height: auto;
}
.cart-preview .card-layout.bussiness .card.back .card-body {
  padding: 15px 14px 10px;
  flex-direction: column;
}
.cart-preview .card-layout.bussiness .card.back .card-body .header .header-body {
  display: flex;
  justify-content: space-between;
}
.cart-preview .card-layout.bussiness .card.back .card-body .header .header-body .card-brand {
  width: 53px;
}
.cart-preview .card-layout.bussiness .card.back .card-body .header .header-body .card-brand .wifi-signal {
  width: 15px;
}
.cart-preview .card-layout.bussiness .card.back .card-body .footer .footer-body .preview-card_address1-back {
  font-size: 16px;
  line-height: 25px;
  font-weight: 600;
  font-family: "Manrope", sans-serif;
  transform: translateZ(0);
  margin-bottom: 2px;
  color: #000;
}
.cart-preview .card-layout.bussiness .card.back .card-body .footer .footer-body .preview-card_address2-back {
  font-size: 12px;
  line-height: 16px;
  font-weight: 300;
  font-family: "Manrope", sans-serif;
  transform: translateZ(0);
  color: #000;
  margin-bottom: 0;
}
.cart-preview .card-layout.bussiness .card.back .card-body .footer .footer-body .preview-card_address3-back {
  font-size: 12px;
  line-height: 16px;
  font-weight: 300;
  font-family: "Manrope", sans-serif;
  transform: translateZ(0);
  color: #000;
  margin-bottom: 0;
}
.cart-preview .card-layout.bussiness .card.back .card-body .footer .footer-body .preview-card_address4-back {
  font-size: 12px;
  line-height: 16px;
  font-weight: 300;
  font-family: "Manrope", sans-serif;
  transform: translateZ(0);
  color: #000;
  margin-bottom: 0;
}
.cart-preview .card-layout.bussiness .card.back.without-address .card-body {
  padding: 0;
  justify-content: center;
  align-items: center;
  position: relative;
}
.cart-preview .card-layout.bussiness .card.back.without-address .card-body .middle .middle-body .card-brand {
  width: 130px;
  height: auto;
}
.cart-preview .card-layout.bussiness .card.back.without-address .card-body .bussiness-nfc {
  position: absolute;
  top: 15px;
  right: 14px;
}
.cart-preview .card-layout.personal .card {
  height: 180px;
  width: 300px;
  max-width: 100%;
  margin: 0 auto;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.18);
}
.cart-preview .card-layout.personal .card .card-body {
  padding: 8px 14px 12px;
}
.cart-preview .card-layout.personal .card .card-body .header .header-body {
  display: flex;
  justify-content: space-between;
}
.cart-preview .card-layout.personal .card .card-body .header .header-body .card-brand {
  width: 53px;
}
.cart-preview .card-layout.personal .card .card-body .header .header-body .card-brand .wifi-signal {
  width: 15px;
}
.cart-preview .card-layout.personal .card .card-body .middle .middle-body {
  line-height: initial;
}
.cart-preview .card-layout.personal .card .card-body .middle .middle-body img {
  width: 79px;
}
.cart-preview .card-layout.personal .card .card-body .middle .middle-body .your-name {
  font-size: 20px;
  margin-top: 4px;
  line-height: 20px;
  font-weight: 600;
  font-family: "Manrope", sans-serif;
}
.cart-preview .card-layout.personal .card .card-body .middle .middle-body .designation {
  font-size: 14px;
  line-height: 14px;
  font-weight: 400;
  font-family: "Manrope", sans-serif;
}
.cart-preview .card-layout.personal .card.back .card-body {
  padding: 15px 14px 10px;
  flex-direction: column;
}
.cart-preview .card-layout.personal .card.back .card-body .header .header-body {
  display: flex;
  justify-content: space-between;
}
.cart-preview .card-layout.personal .card.back .card-body .header .header-body .card-brand {
  width: 53px;
}
.cart-preview .card-layout.personal .card.back .card-body .header .header-body .card-brand .wifi-signal {
  width: 15px;
}
.cart-preview .card-layout.personal .card.back .card-body .footer .footer-body .preview-card_address1-back {
  font-size: 16px;
  line-height: 25px;
  font-weight: 600;
  font-family: "Manrope", sans-serif;
  transform: translateZ(0);
  margin-bottom: 2px;
  color: #000;
}
.cart-preview .card-layout.personal .card.back .card-body .footer .footer-body .preview-card_address2-back {
  font-size: 12px;
  line-height: 16px;
  font-weight: 300;
  font-family: "Manrope", sans-serif;
  transform: translateZ(0);
  color: #000;
  margin-bottom: 0;
}
.cart-preview .card-layout.personal .card.back .card-body .footer .footer-body .preview-card_address3-back {
  font-size: 12px;
  line-height: 16px;
  font-weight: 300;
  font-family: "Manrope", sans-serif;
  transform: translateZ(0);
  color: #000;
  margin-bottom: 0;
}
.cart-preview .card-layout.personal .card.back .card-body .footer .footer-body .preview-card_address4-back {
  font-size: 12px;
  line-height: 16px;
  font-weight: 300;
  font-family: "Manrope", sans-serif;
  transform: translateZ(0);
  color: #000;
  margin-bottom: 0;
}
.cart-preview .card-layout.personal .card.back.without-address .card-body {
  padding: 0;
  justify-content: center;
  align-items: center;
  position: relative;
}
.cart-preview .card-layout.personal .card.back.without-address .card-body .middle .middle-body .card-brand {
  width: 130px;
  height: auto;
}
.cart-preview .card-layout.personal .card.back.without-address .card-body .bussiness-nfc {
  position: absolute;
  top: 15px;
  right: 14px;
}
.cart-preview .card-layout.classic .card {
  height: 180px;
  width: 300px;
  max-width: 100%;
  margin: 0 auto;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.18);
}
.cart-preview .card-layout.classic .card .card-body {
  padding: 8px 14px 12px;
}
.cart-preview .card-layout.classic .card .card-body .header .header-body {
  display: flex;
  justify-content: end;
}
.cart-preview .card-layout.classic .card .card-body .header .header-body .card-brand {
  width: 53px;
}
.cart-preview .card-layout.classic .card .card-body .header .header-body .card-brand .wifi-signal {
  width: 15px;
}
.cart-preview .card-layout.classic .card .card-body .middle {
  margin: auto;
}
.cart-preview .card-layout.classic .card .card-body .middle .middle-body {
  line-height: initial;
}
.cart-preview .card-layout.classic .card .card-body .middle .middle-body .classic-preview-logo {
  margin-top: 5px;
}
.cart-preview .card-layout.classic .card .card-body .middle .middle-body .classic-preview-logo img {
  max-width: 55px;
}
.cart-preview .card-layout.classic .card .card-body .middle .middle-body img {
  width: 79px;
}
.cart-preview .card-layout.classic .card .card-body .middle .middle-body .your-name {
  font-size: 20px;
  margin-top: 4px;
  line-height: 20px;
  font-weight: 600;
  font-family: "Manrope", sans-serif;
}
.cart-preview .card-layout.classic .card .card-body .middle .middle-body .designation {
  font-size: 14px;
  line-height: 14px;
  font-weight: 400;
  font-family: "Manrope", sans-serif;
}
.cart-preview .card-layout.classic .card.back .card-body {
  padding: 15px 14px 10px;
  flex-direction: column;
}
.cart-preview .card-layout.classic .card.back .card-body .header .header-body {
  display: flex;
  justify-content: space-between;
}
.cart-preview .card-layout.classic .card.back .card-body .header .header-body .card-brand {
  width: 53px;
}
.cart-preview .card-layout.classic .card.back .card-body .header .header-body .card-brand .wifi-signal {
  width: 15px;
}
.cart-preview .card-layout.classic .card.back .card-body .footer .footer-body .preview-card_address1-back {
  font-size: 16px;
  line-height: 25px;
  font-weight: 600;
  font-family: "Manrope", sans-serif;
  transform: translateZ(0);
  margin-bottom: 2px;
  color: #000;
}
.cart-preview .card-layout.classic .card.back .card-body .footer .footer-body .preview-card_address2-back {
  font-size: 12px;
  line-height: 16px;
  font-weight: 300;
  font-family: "Manrope", sans-serif;
  transform: translateZ(0);
  color: #000;
  margin-bottom: 0;
}
.cart-preview .card-layout.classic .card.back .card-body .footer .footer-body .preview-card_address3-back {
  font-size: 12px;
  line-height: 16px;
  font-weight: 300;
  font-family: "Manrope", sans-serif;
  transform: translateZ(0);
  color: #000;
  margin-bottom: 0;
}
.cart-preview .card-layout.classic .card.back .card-body .footer .footer-body .preview-card_address4-back {
  font-size: 12px;
  line-height: 16px;
  font-weight: 300;
  font-family: "Manrope", sans-serif;
  transform: translateZ(0);
  color: #000;
  margin-bottom: 0;
}
.cart-preview .card-layout.classic .card.back.without-address .card-body {
  padding: 0;
  justify-content: center;
  align-items: center;
  position: relative;
}
.cart-preview .card-layout.classic .card.back.without-address .card-body .middle .middle-body .card-brand {
  width: 130px;
  height: auto;
}
.cart-preview .card-layout.classic .card.back.without-address .card-body .bussiness-nfc {
  position: absolute;
  top: 15px;
  right: 14px;
}

.cart-preview .modal-dialog .modal-body {
  padding: 25px 0 35px;
}

.cart-preview .modal-dialog {
  max-width: 100%;
  width: 830px;
}

.modal-header {
  position: relative;
  justify-content: center;
}

.cart-preview .modal-header .close {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  padding: 0;
  margin: 0;
}

.modal-title {
  font-weight: 700;
  font-size: 24px;
  line-height: 28px;
  text-align: center;
  color: rgb(84, 84, 84);
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .modal-title {
    font-size: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .modal-title {
    font-size: 18px;
  }
}

.card-layout.personal {
  display: flex;
  flex-direction: row;
  transform: translateZ(0);
  justify-content: center;
  -moz-column-gap: 20px;
       column-gap: 20px;
}
@media only screen and (max-width: 767px) {
  .card-layout.personal {
    flex-direction: column;
    row-gap: 20px;
    -moz-column-gap: auto;
         column-gap: auto;
  }
}

.card-layout.classic {
  display: flex;
  flex-direction: row;
  transform: translateZ(0);
  justify-content: center;
  -moz-column-gap: 20px;
       column-gap: 20px;
}
@media only screen and (max-width: 767px) {
  .card-layout.classic {
    flex-direction: column;
    row-gap: 20px;
    -moz-column-gap: auto;
         column-gap: auto;
  }
}

.faqs .section-head h2 {
  font-size: 26px;
  font-weight: 500;
  position: relative;
  line-height: 1.4;
  margin-bottom: 22px;
  color: #373737;
}
.faqs .faqs-inner {
  padding-bottom: 80px;
}
.faqs .faqs-inner .faqs-items {
  margin-bottom: 30px;
}
.faqs .faqs-inner .faqs-items h3 {
  font-size: 22px;
  color: #333333;
  font-weight: 500;
  margin-top: 10px;
  padding-left: 25px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .faqs .faqs-inner .faqs-items h3 {
    padding-left: 0;
    font-size: 18px;
    line-height: 1.5;
  }
}
.faqs .faqs-inner .faqs-items h3:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 8px;
  height: 8px;
  transform: translateY(-50%);
  border-radius: 50%;
  background-color: #008cff;
}
@media only screen and (max-width: 767px) {
  .faqs .faqs-inner .faqs-items h3:before {
    display: none;
  }
}
.faqs .faqs-inner .faqs-items p {
  font-size: 16px;
  padding-left: 25px;
  line-height: 28px;
  color: #898989;
  letter-spacing: 0.3px;
  font-weight: 400;
}
@media only screen and (max-width: 767px) {
  .faqs .faqs-inner .faqs-items p {
    padding-left: 0;
  }
}
.faqs .faqs-inner .faqs-items ol {
  margin-left: 33px;
  margin-top: -10px;
}
@media only screen and (max-width: 767px) {
  .faqs .faqs-inner .faqs-items ol {
    margin-left: 0px;
    padding-left: 20px;
  }
}
.faqs .faqs-inner .faqs-items ol li {
  font-size: 16px;
  line-height: 28px;
  color: #898989;
  letter-spacing: 0.3px;
  font-weight: 400;
}

.order-detail-page .timeline-with-icons {
  border-left: 1px solid hsl(0, 0%, 90%);
  position: relative;
  list-style: none;
  padding-left: 28px;
}
.order-detail-page .timeline-with-icons .timeline-item {
  position: relative;
  padding-left: 12px;
}
.order-detail-page .timeline-with-icons .timeline-item .timeline-icon {
  position: absolute;
  left: -48px;
  background-color: hsl(217, 100%, 96%);
  color: hsl(217, 88.8%, 35.1%);
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  height: 40px;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.order-detail-page .timeline-with-icons .timeline-item .timeline-icon img {
  width: 20px;
}
.order-detail-page .timeline-with-icons .timeline-item .fw-bold {
  margin-top: 10px;
  font-size: 18px;
}
.order-detail-page .timeline-with-icons .timeline-item .text-muted {
  font-size: 15px !important;
  font-weight: 400 !important;
}
.order-detail-page .timeline-with-icons .timeline-item .text-muted.fw-bold {
  color: #c1c1c1 !important;
}

.signup-wrapper {
  display: flex;
  min-height: 100vh;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .signup-wrapper {
    background-color: #ffffff;
  }
}
@media only screen and (max-width: 767px) {
  .signup-wrapper {
    background-color: #ffffff;
  }
}
.signup-wrapper .left-side {
  flex-basis: 50%;
  flex-shrink: 0;
  padding: 60px 30px;
  background-color: #fff;
  border-radius: 0px 30px 30px 0px;
  max-width: 760px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .signup-wrapper .left-side {
    flex-basis: 60%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .signup-wrapper .left-side {
    flex-basis: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .signup-wrapper .left-side {
    flex-basis: 100%;
    padding: 15px;
  }
}
.signup-wrapper .left-side nav .nav-tabs {
  justify-content: center;
  -moz-column-gap: 50px;
       column-gap: 50px;
  border-bottom: none;
}
@media only screen and (max-width: 767px) {
  .signup-wrapper .left-side nav .nav-tabs {
    -moz-column-gap: 20px;
         column-gap: 20px;
  }
}
.signup-wrapper .left-side nav .nav-tabs .nav-item {
  text-align: center;
  padding: 0;
  position: relative;
}
.signup-wrapper .left-side nav .nav-tabs .nav-item span {
  display: flex;
  font-size: 13px;
  width: 32px;
  height: 32px;
  align-items: center;
  font-weight: 600;
  border-radius: 50%;
  justify-content: center;
  color: #fff;
  margin: 0 auto 10px;
  color: #828282;
  background-color: #f2f2f2;
}
.signup-wrapper .left-side nav .nav-tabs .nav-item p {
  font-size: 13px;
  text-align: center;
  font-weight: 500;
  color: #828282;
  line-height: 1.5;
}
@media only screen and (max-width: 767px) {
  .signup-wrapper .left-side nav .nav-tabs .nav-item p {
    max-width: 75px;
  }
}
.signup-wrapper .left-side nav .nav-tabs .nav-item.active span {
  background-color: #333;
  color: #fff;
}
.signup-wrapper .left-side nav .nav-tabs .nav-item.active p {
  color: #333;
}
.signup-wrapper .left-side nav .nav-tabs .nav-item:after {
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  top: 5px;
  right: -25px;
  color: #333;
}
@media only screen and (max-width: 767px) {
  .signup-wrapper .left-side nav .nav-tabs .nav-item:after {
    right: -15px;
  }
}
.signup-wrapper .left-side nav .nav-tabs .nav-item:last-child:after {
  display: none;
}
.signup-wrapper .left-side .tab-content {
  padding-top: 80px;
  height: 100%;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .signup-wrapper .left-side .tab-content {
    padding-top: 50px;
  }
}
.signup-wrapper .left-side .tab-content .tab-pane {
  max-width: 360px;
  width: 100%;
  margin: 0 auto;
}
.signup-wrapper .left-side .tab-content .tab-pane .tab-wrapper .tab-logo {
  width: 120px;
  margin-bottom: 30px;
}
.signup-wrapper .left-side .tab-content .tab-pane .tab-wrapper .tab-inner-content h2 {
  font-size: 24px;
  font-weight: 400;
  margin-bottom: 8px;
  line-height: 1.3;
  color: #000;
}
.signup-wrapper .left-side .tab-content .tab-pane .tab-wrapper .tab-inner-content p {
  font-size: 13px;
  line-height: 1.5;
  color: #8b8b8b;
  margin-bottom: 20px;
}
.signup-wrapper .left-side .tab-content .tab-pane .tab-wrapper .tab-box label {
  font-size: 14px;
  display: block;
  font-weight: 400;
  margin-bottom: 5px;
  color: #3d3d3d;
}
.signup-wrapper .left-side .tab-content .tab-pane .tab-wrapper .tab-box input {
  background-color: #ffffff;
  border: 1px solid #ebebeb;
  font-size: 14px;
  height: 45px;
  margin-bottom: 20px;
  padding: 0 15px;
  color: #010225;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}
.signup-wrapper .left-side .tab-content .tab-pane .tab-wrapper .tab-box input:focus, .signup-wrapper .left-side .tab-content .tab-pane .tab-wrapper .tab-box input:focus-visible {
  box-shadow: none;
  outline: none;
}
.signup-wrapper .left-side .tab-content .tab-pane .tab-wrapper .tab-box input::-moz-placeholder {
  color: #c9c9c9;
}
.signup-wrapper .left-side .tab-content .tab-pane .tab-wrapper .tab-box input::placeholder {
  color: #c9c9c9;
}
.signup-wrapper .left-side .tab-content .tab-pane .tab-wrapper .tab-box a {
  font-size: 14px;
  color: #ffffff;
  background-color: #373737;
  border-radius: 8px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  display: inline-block;
  padding: 8px 0;
  width: 100%;
  text-align: center;
  border: 1px solid transparent;
}
.signup-wrapper .left-side .tab-content .tab-pane .tab-wrapper .tab-box a:hover {
  background-color: #4e4e4e;
  color: #fff;
}
.signup-wrapper .left-side .tab-content .tab-pane .tab-wrapper .tab-box a.disabled {
  background-color: #ccc;
  color: rgba(0, 0, 0, 0.2588235294);
  pointer-events: none;
  border: none;
}
.signup-wrapper .left-side .tab-content .tab-pane .tab-wrapper .tab-box a.add-more-social {
  background-color: transparent;
  border: 1px solid #c6c6c6;
  color: #373737;
  margin-bottom: 20px;
}
.signup-wrapper .left-side .tab-content .tab-pane .tab-wrapper .tab-box a.add-more-social:hover {
  background-color: #fff;
  box-shadow: none;
  border-color: #373737;
}
.signup-wrapper .left-side .tab-content .tab-pane .tab-wrapper .tab-box a.add-more-social i {
  margin-right: 6px;
}
.signup-wrapper .left-side .tab-content .tab-pane .tab-wrapper .google-signup-btn {
  text-align: center;
}
.signup-wrapper .left-side .tab-content .tab-pane .tab-wrapper .google-signup-btn .google-btn {
  font-size: 13px;
  color: #373737;
  background-color: #ffffff;
  border-radius: 8px;
  border: 1px solid #c6c6c6;
  line-height: 35px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  display: flex;
  padding: 4px 30px;
  justify-content: center;
}
.signup-wrapper .left-side .tab-content .tab-pane .tab-wrapper .google-signup-btn .google-btn span {
  width: 20px;
  height: 20px;
  margin-right: 8px;
  vertical-align: top;
}
.signup-wrapper .left-side .tab-content .tab-pane .tab-wrapper .google-signup-btn .google-btn:hover {
  opacity: 0.8;
}
.signup-wrapper .left-side .tab-content .tab-pane .tab-wrapper .form-divider {
  position: relative;
  font-size: 14px;
  text-align: center;
  margin: 20px auto 15px;
}
.signup-wrapper .left-side .tab-content .tab-pane .tab-wrapper .form-divider:after {
  content: "";
  position: absolute;
  background: #e7e7e7;
  height: 1px;
  width: 45%;
  right: 0;
  top: 8px;
}
.signup-wrapper .left-side .tab-content .tab-pane .tab-wrapper .form-divider:before {
  content: "";
  position: absolute;
  background: #e7e7e7;
  height: 1px;
  width: 45%;
  left: 0;
  right: 0;
  top: 8px;
}
.signup-wrapper .left-side .tab-content .tab-pane .tab-wrapper .tab-footer-btn {
  margin-top: 20px;
  text-align: center;
}
.signup-wrapper .left-side .tab-content .tab-pane .tab-wrapper .tab-footer-btn p {
  margin-bottom: 0;
}
.signup-wrapper .left-side .tab-content .tab-pane .tab-wrapper .tab-footer-btn p a {
  font-size: 14px;
  color: #008cff;
}
.signup-wrapper .left-side .tab-content .tab-pane .tab-wrapper .tab-footer-btn p a i {
  margin-right: 8px;
}
.signup-wrapper .left-side .tab-content .tab-pane .tab-wrapper .tab-footer-btn p a:hover {
  color: #4e4e4e;
}
.signup-wrapper .right-side {
  flex: 1;
  background-color: #F5F5F7;
  min-height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .signup-wrapper .right-side {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .signup-wrapper .right-side {
    display: none;
  }
}
.signup-wrapper .right-side .right-side-wrapper .mobile-mockup {
  width: 254px;
  height: 521px;
  background: url("../images/device.svg") no-repeat center;
  background-size: 100% auto;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: end;
  padding-bottom: 0;
  box-shadow: 0px 0px 35px 10px rgb(209, 209, 209);
  border-radius: 35px;
}
.signup-wrapper .right-side .right-side-wrapper .mobile-mockup .mobile-wrapper {
  width: calc(100% - 25px);
  height: calc(100% - 50px);
  padding-top: 90px;
}
.signup-wrapper .right-side .right-side-wrapper .mobile-mockup .mobile-wrapper .card-wrapper {
  background-color: #fff;
  position: relative;
  width: calc(100% - 16px);
  height: 100%;
  margin: 0 auto;
  height: calc(100% - 60px);
  border-radius: 12px;
}
.signup-wrapper .right-side .right-side-wrapper .mobile-mockup .mobile-wrapper .card-wrapper .card-img-box {
  margin: 0 auto;
  width: 110px;
  height: 110px;
  border-radius: 50%;
  position: absolute;
  top: -55px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  overflow: hidden;
  border: 6px solid #f7f7f7;
  background: #ccc;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
}
.signup-wrapper .right-side .right-side-wrapper .mobile-mockup .mobile-wrapper .card-wrapper .card-img-box span {
  font-size: 24px;
  color: #ffffff;
}
.signup-wrapper .right-side .right-side-wrapper .mobile-mockup .mobile-wrapper .card-wrapper .card-title {
  padding-top: 70px;
  margin-bottom: 0;
  text-align: center;
}
.signup-wrapper .right-side .right-side-wrapper .mobile-mockup .mobile-wrapper .card-wrapper .card-title h3 {
  margin-bottom: 2px;
  font-size: 14px;
  font-weight: 500;
  color: #000000;
  width: 100%;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  padding: 0 15px;
}
.signup-wrapper .right-side .right-side-wrapper .mobile-mockup .mobile-wrapper .card-wrapper .card-title p {
  font-size: 11px;
  font-weight: 400;
  color: #324e63;
  width: 100%;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  padding: 0 15px;
}
.signup-wrapper .right-side .right-side-wrapper .mobile-mockup .mobile-wrapper .card-wrapper .card-links {
  margin-top: 15px;
}
.signup-wrapper .right-side .right-side-wrapper .mobile-mockup .mobile-wrapper .card-wrapper .card-links ul {
  padding-left: 20px;
}
.signup-wrapper .right-side .right-side-wrapper .mobile-mockup .mobile-wrapper .card-wrapper .card-links ul li {
  line-height: 1.5;
}
.signup-wrapper .right-side .right-side-wrapper .mobile-mockup .mobile-wrapper .card-wrapper .card-links ul li a {
  text-decoration: none;
  color: #324e63;
  font-weight: 500;
  font-size: 13px;
  display: inline-block;
  padding-right: 15px;
  width: 100%;
}
.signup-wrapper .right-side .right-side-wrapper .mobile-mockup .mobile-wrapper .card-wrapper .card-links ul li a:hover {
  opacity: 0.8;
}
.signup-wrapper .right-side .right-side-wrapper .mobile-mockup .mobile-wrapper .card-wrapper .card-links ul li a i {
  margin-right: 8px;
}
.signup-wrapper .right-side .right-side-wrapper .mobile-mockup .mobile-wrapper .card-wrapper .card-links ul li a span {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  width: calc(100% - 25px);
}
.signup-wrapper .right-side .right-side-wrapper .mobile-mockup .mobile-wrapper .card-wrapper .card-save-btn {
  text-align: center;
  margin-top: 15px;
}
.signup-wrapper .right-side .right-side-wrapper .mobile-mockup .mobile-wrapper .card-wrapper .card-save-btn button {
  font-size: 13px;
  color: #ffffff;
  background-color: #373737;
  border-radius: 8px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  display: inline-block;
  padding: 2px 0;
  width: 60%;
  text-align: center;
  border: 1px solid transparent;
  cursor: text;
}
.signup-wrapper .right-side .right-side-wrapper .mobile-mockup .mobile-wrapper .card-wrapper .card-icons ul {
  display: flex;
  justify-content: center;
  flex-direction: row;
  gap: 10px;
  margin-top: 20px;
  flex-wrap: wrap;
}
.signup-wrapper .right-side .right-side-wrapper .mobile-mockup .mobile-wrapper .card-wrapper .card-icons ul li {
  list-style: none;
}
.signup-wrapper .right-side .right-side-wrapper .mobile-mockup .mobile-wrapper .card-wrapper .card-icons ul li a {
  width: 30px;
  height: 30px;
  align-items: center;
  justify-content: center;
  color: #fff;
  position: relative;
  flex-shrink: 0;
  transition: all 0.3s;
  border-radius: 50%;
  display: inline-block;
}
.signup-wrapper .right-side .right-side-wrapper .mobile-mockup .mobile-wrapper .card-wrapper .card-icons ul li a img {
  width: 30px;
  border-radius: 50%;
}
.signup-wrapper .right-side .right-side-wrapper .mobile-mockup .mobile-wrapper .card-wrapper .card-icons ul li a:hover {
  opacity: 0.8;
}
.signup-wrapper .right-side .right-side-wrapper .mobile-mockup .mobile-time p {
  position: absolute;
  top: 8px;
  left: 24px;
  color: #9b9b9b;
  margin-bottom: 0;
  font-size: 11px;
}

.social-links-modal .modal-body .social-link-warapper {
  width: 100%;
  flex-direction: column;
}
.social-links-modal .modal-body .social-link-warapper .user-profile-info {
  padding-right: 0px;
  text-align: left;
  margin-bottom: 10px;
}
.social-links-modal .modal-body .social-link-warapper .user-profile-info label img {
  margin-right: 5px;
  width: 20px;
}
.social-links-modal .modal-body .social-link-warapper .user-profile-info label span {
  font-size: 14px;
  text-transform: capitalize;
  font-weight: 400;
  color: #3d3d3d;
  line-height: 30px;
}
.social-links-modal .modal-body .social-link-warapper .user-profile-info label span i {
  font-weight: 600;
  font-size: 6px;
  border: 1px solid #b1b1b1;
  padding: 2px;
  border-radius: 15px;
  width: 12px;
  text-align: center;
  color: #b1b1b1;
  margin-bottom: 14px;
  margin-left: 1px;
}
.social-links-modal .modal-body .social-link-warapper .user-profile-info .input-group .input-group-prepend span {
  height: 45px;
  background-color: #e9ecef;
  border-radius: 8px 0 0 8px;
  -webkit-border-radius: 8px 0 0 8px;
  -moz-border-radius: 8px 0 0 8px;
  -ms-border-radius: 8px 0 0 8px;
  -o-border-radius: 8px 0 0 8px;
  font-size: 14px;
  padding-right: 12px;
  border-right: none;
  border-color: #ebebeb;
}
.social-links-modal .modal-body .social-link-warapper .user-profile-info .input-group input {
  background-color: #ffffff;
  border: 1px solid #ebebeb;
  font-size: 14px;
  height: 45px;
  margin-bottom: 5px;
  padding: 0 15px;
  color: #010225;
  padding-left: 5px;
}
.social-links-modal .modal-body .social-link-warapper .user-profile-info .input-group input:focus, .social-links-modal .modal-body .social-link-warapper .user-profile-info .input-group input:focus-visible {
  box-shadow: none;
  outline: none;
}
.social-links-modal .modal-body .social-link-warapper .user-profile-info .social-form-btn {
  background-color: #373737;
  display: block;
  cursor: pointer;
  padding: 12px 34px;
  font-weight: 700;
  width: 100%;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  border-width: 1px;
  border-style: solid;
  border-color: transparent;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}
.social-links-modal .modal-body .social-link-warapper .user-profile-info .social-form-btn:hover {
  background-color: #4e4e4e;
}

.login-wrapper {
  display: flex;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .login-wrapper {
    background-color: #ffffff;
  }
}
@media only screen and (max-width: 767px) {
  .login-wrapper {
    background-color: #ffffff;
  }
}
.login-wrapper .left-side {
  flex-basis: 50%;
  flex-shrink: 0;
  padding: 60px 30px;
  background-color: #fff;
  border-radius: 0px 30px 30px 0px;
  max-width: 760px;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .login-wrapper .left-side {
    flex-basis: 60%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .login-wrapper .left-side {
    flex-basis: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .login-wrapper .left-side {
    flex-basis: 100%;
    padding: 15px;
  }
}
.login-wrapper .left-side .left-wrapper {
  max-width: 360px;
  width: 100%;
  margin: 0 auto;
}
.login-wrapper .left-side .left-wrapper .logo-box {
  width: 120px;
  margin-bottom: 30px;
}
.login-wrapper .left-side .left-wrapper .left-inner-content h2 {
  font-size: 24px;
  font-weight: 400;
  margin-bottom: 8px;
  line-height: 1.3;
  color: #000;
}
.login-wrapper .left-side .left-wrapper .left-inner-content p {
  font-size: 13px;
  line-height: 1.5;
  color: #8b8b8b;
  margin-bottom: 20px;
}
.login-wrapper .left-side .left-wrapper .left-input-box label {
  font-size: 14px;
  display: block;
  font-weight: 400;
  margin-bottom: 5px;
  color: #3d3d3d;
}
.login-wrapper .left-side .left-wrapper .left-input-box input {
  background-color: #ffffff;
  border: 1px solid #ebebeb;
  font-size: 14px;
  height: 45px;
  margin-bottom: 20px;
  padding: 0 15px;
  color: #010225;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}
.login-wrapper .left-side .left-wrapper .left-input-box input:focus, .login-wrapper .left-side .left-wrapper .left-input-box input:focus-visible {
  box-shadow: none;
  outline: none;
}
.login-wrapper .left-side .left-wrapper .left-input-box input::-moz-placeholder {
  color: #c9c9c9;
}
.login-wrapper .left-side .left-wrapper .left-input-box input::placeholder {
  color: #c9c9c9;
}
.login-wrapper .left-side .left-wrapper .left-form-submit-btn button {
  font-size: 14px;
  color: #ffffff;
  background-color: #373737;
  border-radius: 8px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  display: inline-block;
  padding: 8px 0;
  width: 100%;
  text-align: center;
  border: 1px solid transparent;
}
.login-wrapper .left-side .left-wrapper .left-form-submit-btn button:hover {
  background-color: #4e4e4e;
  color: #fff;
}
.login-wrapper .left-side .left-wrapper .form-divider h3 {
  position: relative;
  font-size: 14px;
  text-align: center;
  margin: 20px auto 15px;
}
.login-wrapper .left-side .left-wrapper .form-divider h3:after {
  content: "";
  position: absolute;
  background: #e7e7e7;
  height: 1px;
  width: 45%;
  right: 0;
  top: 8px;
}
.login-wrapper .left-side .left-wrapper .form-divider h3:before {
  content: "";
  position: absolute;
  background: #e7e7e7;
  height: 1px;
  width: 45%;
  left: 0;
  right: 0;
  top: 8px;
}
.login-wrapper .left-side .left-wrapper .google-signup-btn {
  text-align: center;
  margin-bottom: 20px;
}
.login-wrapper .left-side .left-wrapper .google-signup-btn .google-btn {
  font-size: 13px;
  color: #373737;
  background-color: #ffffff;
  border-radius: 8px;
  border: 1px solid #c6c6c6;
  line-height: 35px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  display: flex;
  padding: 4px 30px;
  justify-content: center;
}
.login-wrapper .left-side .left-wrapper .google-signup-btn .google-btn span {
  width: 20px;
  height: 20px;
  margin-right: 8px;
  vertical-align: top;
}
.login-wrapper .left-side .left-wrapper .google-signup-btn .google-btn:hover {
  opacity: 0.8;
}
.login-wrapper .left-side .left-wrapper .left-footer-btn p {
  margin-bottom: 0;
  text-align: center;
  margin-top: 20px;
}
.login-wrapper .left-side .left-wrapper .left-footer-btn p a {
  font-size: 14px;
  color: #008cff;
}
.login-wrapper .right-side {
  flex: 1;
  background-color: #F5F5F7;
  min-height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .login-wrapper .right-side {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .login-wrapper .right-side {
    display: none;
  }
}

.daterangepicker {
  border-radius: 4px;
  padding: 10px 40px;
  display: none;
  box-shadow: 2px 2px 10px #c5c5c5;
  border: none;
  z-index: 0;
  right: calc((100% - 1170px) / 2) !important;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .daterangepicker {
    right: calc((100% - 705px) / 2) !important;
  }
}
@media only screen and (max-width: 767px) {
  .daterangepicker {
    right: 15px !important;
  }
}

.daterangepicker.opensright:before {
  left: 28px;
  display: none;
}

.daterangepicker.opensright:after {
  left: 30px;
  display: none;
}

.daterangepicker .ranges li {
  font-size: 14px;
  padding: 12px 0;
  cursor: pointer;
  color: #999;
}

.daterangepicker .ranges li:hover {
  background-color: transparent;
}

.daterangepicker .ranges li.active {
  background-color: transparent;
  color: #333;
}

.daterangepicker.show-ranges.ltr .drp-calendar.left {
  border-left: none;
}

.daterangepicker .drp-buttons {
  border-top: none;
}

.daterangepicker.show-ranges.ltr .drp-calendar.left {
  border-left: none;
}

.daterangepicker .calendar-table th,
.daterangepicker .calendar-table td {
  color: #999;
  font-weight: 400;
}

.daterangepicker .calendar-table .next span,
.daterangepicker .calendar-table .prev span {
  color: #fff;
  border: solid #999999;
  border-width: 0 2px 2px 0;
  border-radius: 0;
  display: inline-block;
  padding: 3px;
  margin-bottom: 5px;
}

.daterangepicker th.month {
  color: #333;
  font-size: 14px;
  padding-bottom: 10px;
  font-weight: 500;
}

.daterangepicker td.start-date {
  border-radius: 50% 0 0 50%;
}

.daterangepicker td.start-date:hover {
  border-radius: 50% 0 0 50% !important;
  background-color: #008cff !important;
  color: #fff !important;
}

.daterangepicker .calendar-table th,
.daterangepicker .calendar-table td {
  min-width: 32px;
  width: 32px;
  height: 32px;
}

.daterangepicker td.active,
.daterangepicker td.active:hover {
  background-color: #008cff;
  border-color: transparent;
  color: #fff;
}

.daterangepicker td.in-range {
  background-color: #e9f8ff;
  border-color: transparent;
  color: #999;
  border-radius: 0;
}

.daterangepicker td.available:hover,
.daterangepicker th.available:hover {
  background-color: #e9f8ff;
  border-color: transparent;
  color: inherit;
  border-radius: 50%;
}

.daterangepicker td.end-date {
  border-radius: 0 50% 50% 0;
  background-color: #008cff;
  color: #fff;
}

.daterangepicker td.end-date:hover {
  border-radius: 0 50% 50% 0 !important;
  background-color: #008cff !important;
  color: #fff !important;
}

.daterangepicker td.in-range:hover {
  background-color: #e9f8ff;
  border-radius: 0;
  color: #999;
}

.daterangepicker .drp-buttons .btn {
  font-size: 13px;
  color: #ffffff;
  background-color: #373737;
  border-radius: 8px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  min-width: 104px;
  display: inline-block;
  padding: 10px 20px;
  margin-left: 10px;
  border: none;
  box-shadow: none;
  outline: none;
  text-transform: capitalize;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .daterangepicker .drp-buttons .btn {
    min-width: 84px;
    display: inline-block;
    padding: 5px 15px;
  }
}

.daterangepicker .drp-buttons .cancelBtn {
  background-color: transparent;
  border: 1px solid #c6c6c6;
  color: #373737;
}

.daterangepicker .drp-buttons .btn:hover {
  background-color: #4e4e4e;
  color: #fff;
}

.daterangepicker .drp-buttons .cancelBtn:hover {
  border-color: #373737;
  background-color: transparent;
  color: #373737;
}

.daterangepicker .drp-selected {
  display: inline-block;
  font-size: 14px;
  padding-right: 8px;
  font-weight: 500;
  color: #333;
}

input#insight-date-range {
  height: 40px;
  width: auto;
  border-radius: 18px;
  background-color: #fff;
  padding: 11px 18px;
  border: 1px solid #ebebeb;
  margin-left: 15px;
  padding-left: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  input#insight-date-range {
    font-size: 13px;
  }
}

.daterangepicker td.in-range:last-child {
  border-radius: 0 50% 50% 0;
}

.daterangepicker td.in-range:first-child {
  border-radius: 50% 0 0 50%;
}

input#insight-date-range:focus,
input#insight-date-range:focus-visible,
input#insight-date-range:active {
  outline: none;
  box-shadow: none;
}

body {
  background-color: #F5F5F7;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px white inset !important;
}

input::-moz-placeholder {
  color: #c6c6c6;
}

input::placeholder,
input::-moz-placeholder,
input::-webkit-input-placeholder,
input::-ms-input-placeholder {
  color: #c6c6c6;
}/*# sourceMappingURL=style.css.map */