@import url("https://fonts.googleapis.com/css2?family=Crimson+Text:wght@700&family=Heebo:wght@300;400;500;600;700;800;900&family=Jost:wght@400;500;600;700&family=Poppins:wght@300;400;500;600;700;800;900&display=swap");
@media only screen and (min-width: 1200px) {
  .container {
    max-width: 1500px;
  }
}
*,
*::after,
*::before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.text-rtl {
  text-align: right !important;
}
.text-ltr {
  text-align: left !important;
}
html,
body {
  height: 100%;
}
.ltr {
  direction: ltr !important;
}
.rtl {
  direction: rtl !important;
}
body {
  line-height: 24px;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  color: #000;
  font-family: "Poppins", sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #000;
  font-weight: 400;
  margin-top: 0;
  font-family: "Poppins", sans-serif;
}
p {
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  color: #666;
  margin-bottom: 15px;
  font-family: "Poppins", 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: #000;
}
a,
button,
img,
input,
span {
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  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;
}
.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;
}
.position-relative {
  position: relative;
}
.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;
}
.mt-0 {
  margin-top: 0;
}
.mt-5 {
  margin-top: 5px !important;
}
.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;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .mt-130 {
    margin-top: 70px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .mt-130 {
    margin-top: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .mt-130 {
    margin-top: 60px;
  }
}

.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;
}
.mb-0 {
  margin-bottom: 0;
}
.mb-10 {
  margin-bottom: 10px;
}
.mb-8 {
  margin-bottom: 8px;
}
.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-37 {
  margin-bottom: 37px;
}
.mb-45 {
  margin-bottom: 45px;
}
.mb-50 {
  margin-bottom: 50px;
}

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

.pt-0 {
  padding-top: 0;
}
.pt-5 {
  padding-top: 5px !important;
}
.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;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .pt-105 {
    padding-top: 45px;
  }
}
@media only screen and (max-width: 767px) {
  .pt-105 {
    padding-top: 25px;
  }
}
.pt-110 {
  padding-top: 110px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .pt-110 {
    padding-top: 70px;
  }
}
@media only screen and (max-width: 767px) {
  .pt-110 {
    padding-top: 50px;
  }
}
.pt-115 {
  padding-top: 115px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .pt-115 {
    padding-top: 75px;
  }
}
@media only screen and (max-width: 767px) {
  .pt-115 {
    padding-top: 55px;
  }
}
.pt-120 {
  padding-top: 120px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .pt-120 {
    padding-top: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .pt-120 {
    padding-top: 60px;
  }
}
.pt-125 {
  padding-top: 125px;
}
.pt-128 {
  padding-top: 128px;
}
.pt-130 {
  padding-top: 130px;
}
.pt-135 {
  padding-top: 135px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .pt-135 {
    padding-top: 75px;
  }
}
@media only screen and (max-width: 767px) {
  .pt-135 {
    padding-top: 55px;
  }
}
.pt-165 {
  padding-top: 165px;
}
.pt-140 {
  padding-top: 140px;
}
.pt-145 {
  padding-top: 145px;
}
.pt-150 {
  padding-top: 150px;
}
.pt-155 {
  padding-top: 155px;
}
.pt-160 {
  padding-top: 160px;
}
.pt-170 {
  padding-top: 170px;
}
.pt-180 {
  padding-top: 180px;
}
.pt-185 {
  padding-top: 185px;
}
.pt-190 {
  padding-top: 190px;
}
.pt-195 {
  padding-top: 195px;
}
.pt-200 {
  padding-top: 200px;
}
.pt-220 {
  padding-top: 220px;
}
.pt-250 {
  padding-top: 250px;
}
.pt-255 {
  padding-top: 255px;
}
.pt-210 {
  padding-top: 210px;
}
.pt-230 {
  padding-top: 230px;
}
.pt-270 {
  padding-top: 270px;
}
.pt-290 {
  padding-top: 290px;
}
.pt-295 {
  padding-top: 295px;
}
.pt-280 {
  padding-top: 280px;
}
.pt-240 {
  padding-top: 240px;
}
.pt-330 {
  padding-top: 330px;
}
.pt-340 {
  padding-top: 340px;
}
.pt-350 {
  padding-top: 350px;
}
.pt-365 {
  padding-top: 365px;
}
.pt-360 {
  padding-top: 360px;
}
.pt-370 {
  padding-top: 370px;
}
.pt-380 {
  padding-top: 380px;
}
.pt-400 {
  padding-top: 400px;
}
.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;
}
.pb-0 {
  padding-bottom: 0;
}
.pb-5 {
  padding-bottom: 5px !important;
}
.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;
}
.pb-55 {
  padding-bottom: 55px;
}
.pb-60 {
  padding-bottom: 60px;
}
.pb-65 {
  padding-bottom: 65px;
}
.pb-70 {
  padding-bottom: 70px;
}
.pb-75 {
  padding-bottom: 75px;
}
.pb-80 {
  padding-bottom: 80px;
}
.pb-85 {
  padding-bottom: 85px;
}
.pb-90 {
  padding-bottom: 90px;
}
.pb-95 {
  padding-bottom: 95px;
}
.pb-100 {
  padding-bottom: 100px;
}
.pb-105 {
  padding-bottom: 105px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .pb-105 {
    padding-bottom: 65px;
  }
}
@media only screen and (max-width: 767px) {
  .pb-105 {
    padding-bottom: 45px;
  }
}
.pb-110 {
  padding-bottom: 110px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .pb-110 {
    padding-bottom: 70px;
  }
}
@media only screen and (max-width: 767px) {
  .pb-110 {
    padding-bottom: 50px;
  }
}
.pb-115 {
  padding-bottom: 115px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .pb-115 {
    padding-bottom: 75px;
  }
}
@media only screen and (max-width: 767px) {
  .pb-115 {
    padding-bottom: 55px;
  }
}
.pb-120 {
  padding-bottom: 120px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .pb-120 {
    padding-bottom: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .pb-120 {
    padding-bottom: 60px;
  }
}
.pb-125 {
  padding-bottom: 125px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .pb-125 {
    padding-bottom: 65px;
  }
}
@media only screen and (max-width: 767px) {
  .pb-125 {
    padding-bottom: 45px;
  }
}
.pb-130 {
  padding-bottom: 130px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .pb-130 {
    padding-bottom: 70px;
  }
}
@media only screen and (max-width: 767px) {
  .pb-130 {
    padding-bottom: 50px;
  }
}
.pb-135 {
  padding-bottom: 135px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .pb-135 {
    padding-bottom: 75px;
  }
}
@media only screen and (max-width: 767px) {
  .pb-135 {
    padding-bottom: 55px;
  }
}
.pb-140 {
  padding-bottom: 140px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .pb-140 {
    padding-bottom: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .pb-140 {
    padding-bottom: 60px;
  }
}
.pb-145 {
  padding-bottom: 145px;
}
.pb-150 {
  padding-bottom: 150px;
}
.pb-155 {
  padding-bottom: 155px;
}
.pb-160 {
  padding-bottom: 160px;
}
.pb-170 {
  padding-bottom: 170px;
}
.pb-190 {
  padding-bottom: 190px;
}
.pb-175 {
  padding-bottom: 175px;
}
.pb-180 {
  padding-bottom: 180px;
}
.pb-280 {
  padding-bottom: 280px;
}
.pb-200 {
  padding-bottom: 200px;
}
.pb-205 {
  padding-bottom: 205px;
}
.pb-210 {
  padding-bottom: 210px;
}
.pb-220 {
  padding-bottom: 220px;
}
.pb-215 {
  padding-bottom: 215px;
}
.pb-250 {
  padding-bottom: 250px;
}
.pb-285 {
  padding-bottom: 285px;
}
.pb-270 {
  padding-bottom: 270px;
}
.pb-290 {
  padding-bottom: 290px;
}
.pb-315 {
  padding-bottom: 315px;
}
.pb-330 {
  padding-bottom: 330px;
}
.pb-335 {
  padding-bottom: 335px;
}
.pb-340 {
  padding-bottom: 340px;
}
.pb-325 {
  padding-bottom: 325px;
}
.pb-320 {
  padding-bottom: 300px;
}
.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-35 {
  padding-left: 35px;
}
.pl-40 {
  padding-left: 40px;
}
.pl-45 {
  padding-left: 45px;
}
.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;
}
.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;
}
.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:-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: #f5f5f5;
  border: 2px solid #eceff8;
  height: 45px;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 9px !important;
  padding-left: 10px;
  font-size: 14px;
  color: #737373;
  width: 100%;
}
select {
  width: 100%;
  background: transparent;
  border: 0px solid #eceff8;
  -webkit-box-shadow: none;
  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;
}
.custom-d-flex {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.custom-align-item-center {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.custom-align-item-end {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.justify-content-center {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.custom-col-5 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 20%;
  -ms-flex: 0 0 20%;
  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: 1366px) and (max-width: 1600px) {
  .custom-col-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 20%;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1365px) {
  .custom-col-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 20%;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .custom-col-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .custom-col-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.333%;
    -ms-flex: 0 0 33.333%;
    flex: 0 0 33.333%;
    max-width: 33.333%;
  }
}
@media only screen and (max-width: 767px) {
  .custom-col-5 {
    padding-right: 15px;
    padding-left: 15px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .custom-col-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}
#scrollUp {
  width: 40px;
  height: 40px;
  background-color: transparent;
  color: #666;
  right: 70px;
  bottom: 120px;
  text-align: center;
  overflow: hidden;
  border: 1px solid #666;
  z-index: 999 !important;
}
#scrollUp:hover {
  color: #ffffff;
  border: 1px solid #1b7baf;
  background-color: #1b7baf;
}
@media only screen and (max-width: 767px) {
  #scrollUp {
    width: 40px;
    height: 40px;
    right: 15px;
  }
}
#scrollUp i {
  display: block;
  line-height: 38px;
  font-size: 18px;
}
@media only screen and (max-width: 767px) {
  #scrollUp i {
    line-height: 40px;
    font-size: 16px;
  }
}
.height-100vh {
  height: 100vh !important;
}
.transparent-bar {
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 99;
}
.bg-gray {
  background-color: #f0f4f6;
}
.bg-gray-2 {
  background-color: #efeeed;
}
.bg-gray-3 {
  background-color: #f9f9f9;
}
.bg-gray-4 {
  background-color: #efefef;
}
.bg-gray-5 {
  background-color: #e5e5e5;
}
.bg-gray-6 {
  background-color: #ececec;
}
.bg-gray-7 {
  background-color: #eaeff2;
}
.bg-gray-8 {
  background-color: #f4f4f4;
}
.bg-gray-9 {
  background-color: #f6f6f6;
}
.bg-gray-10 {
  background-color: #e7eaec;
}
.bg-white {
  background-color: #ffffff;
}
.bg-black {
  background-color: #000000;
}
.bg-blue {
  background-color: #0064e0;
}
.bg-orange {
  background-color: #e44311;
}
.bg-green-2 {
  background-color: #6aae27;
}
.border-bottom-1 {
  border-bottom: 1px solid #dadada;
}
.border-bottom-2 {
  border-bottom: 1px solid #e8e8e8;
}
.border-bottom-3 {
  border-bottom: 1px solid #e1e1e1;
}
.border-bottom-4 {
  border-bottom: 1px solid #dbdbdb;
}
.border-bottom-5 {
  border-bottom: 1px solid #e3e3e3;
}
.border-bottom-6 {
  border-bottom: 1px solid #eaeaea;
}
.border-bottom-7 {
  border-bottom: 1px solid #e2e2e2;
}
.border-bottom-8 {
  border-bottom: 1px solid #408be8;
}
.border-bottom-9 {
  border-bottom: 1px solid #eb724d;
}
.default-overlay {
  position: relative;
}
.default-overlay:before {
  content: "";
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 250ms ease-out;
  -o-transition: all 250ms ease-out;
  transition: all 250ms ease-out;
  z-index: 9;
}
.default-overlay.overly-point-4:before {
  background-color: #181818;
  opacity: 0.4;
}
.default-overlay-white {
  position: relative;
}
.default-overlay-white:before {
  content: "";
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 250ms ease-out;
  -o-transition: all 250ms ease-out;
  transition: all 250ms ease-out;
  z-index: 9;
}
@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.4;
    z-index: 9;
  }
}
@media only screen and (max-width: 767px) {
  .res-black-overly-xs {
    position: relative;
  }
  .res-black-overly-xs:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    background-color: #000;
    opacity: 0.5;
    z-index: 9;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .res-white-overly-md {
    position: relative;
  }
  .res-white-overly-md:after {
    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) {
  .xs-mb-30 {
    margin-bottom: 30px;
  }
}
.section-padding-1 .container-fluid {
  padding: 0 180px;
}
@media only screen and (min-width: 1366px) and (max-width: 1600px) {
  .section-padding-1 .container-fluid {
    padding: 0 100px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1365px) {
  .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 40px;
  }
}
@media only screen and (max-width: 767px) {
  .section-padding-1 .container-fluid {
    padding: 0 15px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .section-padding-1 .container-fluid {
    padding: 0 30px;
  }
}
.section-padding-2 .container-fluid {
  padding: 0 70px;
}
@media only screen and (min-width: 1366px) and (max-width: 1600px) {
  .section-padding-2 .container-fluid {
    padding: 0 30px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1365px) {
  .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 40px;
  }
}
@media only screen and (max-width: 767px) {
  .section-padding-2 .container-fluid {
    padding: 0 15px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .section-padding-2 .container-fluid {
    padding: 0 30px;
  }
}
.padding-10-row-col .row {
  margin-right: -5px;
  margin-left: -5px;
}
.padding-10-row-col .row div[class^="col-"] {
  padding-left: 5px;
  padding-right: 5px;
}
.box-layout-width {
  display: block;
  margin: 0px auto;
  width: 1310px;
}
@media only screen and (min-width: 1366px) and (max-width: 1600px) {
  .box-layout-width {
    width: 1200px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1365px) {
  .box-layout-width {
    width: 1170px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .box-layout-width {
    width: 970px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .box-layout-width {
    width: 730px;
  }
}
@media only screen and (max-width: 767px) {
  .box-layout-width {
    width: 100%;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .box-layout-width {
    width: 550px;
  }
}
.box-layout-width-2 {
  display: block;
  margin: 0px auto;
  width: 1370px;
  background-color: #ffffff;
}
@media only screen and (min-width: 1366px) and (max-width: 1600px) {
  .box-layout-width-2 {
    width: 1200px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1365px) {
  .box-layout-width-2 {
    width: 1170px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .box-layout-width-2 {
    width: 970px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .box-layout-width-2 {
    width: 730px;
  }
}
@media only screen and (max-width: 767px) {
  .box-layout-width-2 {
    width: 100%;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .box-layout-width-2 {
    width: 550px;
  }
}

.header-small-device {
  display: none;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-small-device {
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  .header-small-device {
    display: block;
  }
}
.header-small-device.small-device-ptb-1 {
  padding: 25px 0 25px;
}
.header-large-device {
  display: block;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-large-device {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .header-large-device {
    display: none;
  }
}
.header-offer-wrap p {
  color: #000000;
  margin: 0;
}
.header-offer-wrap p span {
  color: #1b7baf;
}
.header-offer-wrap p i {
  font-size: 16px;
  margin: 0 9px 0 0;
  position: relative;
  top: 2px;
}
.header-top-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.same-style-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.same-style-wrap .same-style {
  margin-right: 60px;
  position: relative;
}
.same-style-wrap .same-style.same-style-mrg-2 {
  margin-right: 42px;
}
.same-style-wrap .same-style.same-style-mrg-2:last-child {
  margin-right: 0px;
}
.same-style-wrap .same-style.same-style-mrg-2 a {
  color: #fff;
}
.same-style-wrap .same-style.same-style-mrg-3 {
  margin-right: 22px;
}
@media only screen and (min-width: 1366px) and (max-width: 1600px) {
  .same-style-wrap .same-style.same-style-mrg-3 {
    margin-right: 10px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1365px) {
  .same-style-wrap .same-style.same-style-mrg-3 {
    margin-right: 5px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .same-style-wrap .same-style.same-style-mrg-3 {
    margin-right: 7px;
  }
}
.same-style-wrap .same-style.same-style-mrg-3:last-child {
  margin-right: 0px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .same-style-wrap .same-style {
    margin-right: 25px;
  }
}
.same-style-wrap .same-style:last-child {
  margin-right: 0px;
}
.same-style-wrap .same-style a {
  color: #000000;
  display: inline-block;
}
.same-style-wrap .same-style a i {
  font-size: 12px;
  margin: 0 0 0 3px;
}
.same-style-wrap .same-style.same-style-border:before {
  position: absolute;
  content: "";
  height: 24px;
  width: 1px;
  background-color: #dedede;
  right: -31px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .same-style-wrap .same-style.same-style-border:before {
    right: -12px;
  }
}
.same-style-wrap .same-style.track-order a {
  text-decoration: underline;
}
.same-style-wrap .same-style .language-dropdown,
.same-style-wrap .same-style .currency-dropdown {
  background: #000 none repeat scroll 0 0;
  position: absolute;
  right: 0;
  top: 100%;
  z-index: 99;
  -webkit-box-shadow: 0 3px 14px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 14px 2px rgba(0, 0, 0, 0.1);
  display: none;
}
.same-style-wrap .same-style .language-dropdown ul,
.same-style-wrap .same-style .currency-dropdown ul {
  padding: 14px 0px 15px;
}
.same-style-wrap .same-style .language-dropdown ul li,
.same-style-wrap .same-style .currency-dropdown ul li {
  display: block;
  padding-bottom: 5px;
}
.same-style-wrap .same-style .language-dropdown ul li:last-child,
.same-style-wrap .same-style .currency-dropdown ul li:last-child {
  padding-bottom: 0;
}
.same-style-wrap .same-style .language-dropdown ul li a,
.same-style-wrap .same-style .currency-dropdown ul li a {
  color: #ffffff;
  display: block;
  font-size: 13px;
  padding: 0 25px;
}
.same-style-wrap .same-style .language-dropdown ul li a:hover,
.same-style-wrap .same-style .currency-dropdown ul li a:hover {
  color: #1b7baf;
}
.same-style-wrap .same-style .currency-dropdown {
  width: 90px;
}
.same-style-wrap .same-style:hover > a {
  color: #000;
}
.social-style-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.social-style-1 a {
  color: #080808;
  font-size: 16px;
  display: inline-block;
  margin-right: 20px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .social-style-1 a {
    margin-right: 14px;
  }
}
.social-style-1 a:last-child {
  margin-right: 0;
}
.social-style-1 a:hover {
  color: #000;
}
.social-style-1.social-style-1-white a {
  color: #ffffff;
}
@media only screen and (min-width: 1366px) and (max-width: 1600px) {
  .social-style-1.social-style-1-white a {
    margin-right: 12px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1365px) {
  .social-style-1.social-style-1-white a {
    margin-right: 8px;
  }
}
.social-style-1.social-style-1-white a:hover {
  color: #1b7baf;
}
.social-style-1.social-style-1-mrg {
  margin-left: 60px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .social-style-1.social-style-1-mrg {
    margin-left: 25px;
  }
}
.social-style-1.social-style-1-mrg-2 {
  margin: 55px 0 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .social-style-1.social-style-1-mrg-2 {
    margin: 17px 0 0;
  }
}
@media only screen and (max-width: 767px) {
  .social-style-1.social-style-1-mrg-2 {
    margin: 20px 0 0;
  }
}
.social-style-1.social-style-1-font-inc a {
  font-size: 18px;
}
.header-top-ptb-1 {
  background-color: #1b7baf;
  color: white;
  padding: 14px 0 14px;
}

.main-menu > nav > ul > li {
  display: inline-block;
  position: relative;
}
.main-menu > nav > ul > li > ul {
  background: #fff none repeat scroll 0 0;
  -webkit-box-shadow: 0 0 20px 0.4px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 20px 0.4px rgba(0, 0, 0, 0.1);
  display: block;
  left: 0;
  padding: 28px 25px 28px;
  position: absolute;
  top: 100%;
  -webkit-transform: rotateX(90deg);
  transform: rotateX(90deg);
  -webkit-transform-origin: center top 0;
  -ms-transform-origin: center top 0;
  transform-origin: center top 0;
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  visibility: hidden;
  z-index: 99;
}
.main-menu > nav > ul > li > ul li {
  display: block;
  position: relative;
  line-height: 1;
  margin-bottom: 20px;
}
.main-menu > nav > ul > li > ul li:last-child {
  margin-bottom: 0px;
}
.main-menu > nav > ul > li > ul li a {
  display: block;
  color: #000000;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0.2px;
  text-transform: capitalize;
}
.main-menu > nav > ul > li > ul li:hover > a {
  color: #1b7baf;
}
.main-menu > nav > ul > li > ul.sub-menu-style {
  width: 190px;
  text-align: left;
}
.main-menu > nav > ul > li > ul.mega-menu-style {
  width: 750px;
  padding: 28px 30px 0px;
  text-align: left;
}
.main-menu > nav > ul > li > ul.mega-menu-style.mega-menu-mrg-1 {
  left: -100px;
}
.main-menu > nav > ul > li > ul.mega-menu-style.mega-menu-mrg-2 {
  left: -100px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .main-menu > nav > ul > li > ul.mega-menu-style.mega-menu-mrg-2 {
    left: -150px;
  }
}
.main-menu > nav > ul > li > ul.mega-menu-style > li > ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.main-menu > nav > ul > li > ul.mega-menu-style > li > ul > li {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 33.333%;
  -ms-flex: 0 0 33.333%;
  flex: 0 0 33.333%;
  max-width: 33.333%;
}
.main-menu
  > nav
  > ul
  > li
  > ul.mega-menu-style
  > li
  > ul
  > li
  > a.dropdown-title {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 30px;
}
.main-menu > nav > ul > li > ul.mega-menu-style > li > ul > li ul li {
  margin-bottom: 22px;
}
.main-menu
  > nav
  > ul
  > li
  > ul.mega-menu-style
  > li
  > ul
  > li
  ul
  li:last-child {
  margin-bottom: 0;
}
.main-menu > nav > ul > li a {
  color: #000000;
  font-size: 16px;
  font-weight: 600;
  display: inline-block;
}
.main-menu > nav > ul > li a span {
  position: absolute;
  top: 13px;
  right: 15px;
  color: #ffffff;
  font-size: 12px;
  line-height: 1;
  padding: 1px 5px 3px;
  border-radius: 3px;
}
.main-menu > nav > ul > li a span.bg-red {
  background-color: #1b7baf;
}
.bg-new {
  background-color: #c4b297;
  color: white;
}
.main-menu > nav > ul > li a span.bg-green {
  background-color: #70c01a;
}
.main-menu > nav > ul > li a i {
  position: relative;
  top: 1px;
  margin-left: 4px;
}
.main-menu > nav > ul > li:hover > a {
  color: #1b7baf;
}
.main-menu > nav > ul > li:hover > ul {
  -webkit-transform: rotateX(0deg);
  transform: rotateX(0deg);
  visibility: visible;
}
.main-menu.main-menu-white > nav > ul > li > a {
  color: #ffffff;
}
.main-menu.main-menu-white > nav > ul > li:hover > a {
  color: #1b7baf;
}
.main-menu.main-menu-white.main-menu-hover-black > nav > ul > li:hover > a {
  color: #000000;
}
.main-menu.main-menu-font-size-14 > nav > ul > li a {
  font-size: 14px;
}
.main-menu.main-menu-hover-semibold > nav > ul > li a.active {
  font-weight: 600;
}
.main-menu.main-menu-hover-semibold > nav > ul > li:hover > a {
  font-weight: 600;
}
.main-menu.main-menu-hover-border > nav > ul > li {
  position: relative;
}
.main-menu.main-menu-hover-border > nav > ul > li > a {
  position: relative;
}
.main-menu.main-menu-hover-border > nav > ul > li > a::after {
  content: "";
  height: 1px;
  right: 0px;
  left: auto;
  width: 0;
  bottom: 15px;
  position: absolute;
  -webkit-transition: width 300ms ease-out;
  -o-transition: width 300ms ease-out;
  transition: width 300ms ease-out;
  background-color: #000000;
}
.main-menu.main-menu-hover-border > nav > ul > li > a.active::after {
  left: 0px;
  right: auto;
  width: 100%;
  -webkit-transition: width 300ms ease-in;
  -o-transition: width 300ms ease-in;
  transition: width 300ms ease-in;
}
.main-menu.main-menu-hover-border > nav > ul > li:hover > a {
  color: #000000;
}
.main-menu.main-menu-hover-border > nav > ul > li:hover > a::after {
  left: 0px;
  right: auto;
  width: 100%;
  -webkit-transition: width 300ms ease-in;
  -o-transition: width 300ms ease-in;
  transition: width 300ms ease-in;
}
.main-menu.main-menu-hm4 > nav > ul > li > a {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.5px;
}
.main-menu.main-menu-hm4 > nav > ul > li > a.active {
  font-weight: bold;
}
.main-menu.main-menu-hm4 > nav > ul > li:hover > a {
  font-weight: bold;
  color: #000000;
}
.main-menu.main-menu-padding-1 > nav > ul > li {
  padding-right: 46px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .main-menu.main-menu-padding-1 > nav > ul > li {
    padding-right: 40px;
  }
}

.main-menu.main-menu-padding-2 > nav > ul > li {
  padding-right: 50px;
}
.main-menu.main-menu-padding-2 > nav > ul > li:last-child {
  padding-right: 0px;
}
.main-menu.main-menu-padding-3 > nav > ul > li {
  padding-right: 30px;
}
.main-menu.main-menu-padding-3 > nav > ul > li:last-child {
  padding-right: 0px;
}
.main-menu.main-menu-lh-1 > nav > ul > li {
  line-height: 95px;
}
.main-menu.main-menu-lh-2 > nav > ul > li {
  line-height: 78px;
}
.main-menu.main-menu-lh-3 > nav > ul > li {
  line-height: 100px;
}
.main-menu.main-menu-lh-4 > nav > ul > li {
  line-height: 55px;
}
.main-menu.main-menu-lh-5 > nav > ul > li {
  line-height: 48px;
}
.main-menu.main-menu-font-width-400 > nav > ul > li a {
  font-weight: 400;
}
.main-menu.main-menu-center {
  text-align: center;
}
.header-action.header-action-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.header-action.header-action-mrg-right {
  margin-right: 13px;
}
.header-action .same-style-2 {
  line-height: 1;
  margin-right: 30px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-action .same-style-2 {
    margin-right: 25px;
  }
}
@media only screen and (max-width: 767px) {
  .header-action .same-style-2 {
    margin-right: 20px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .header-action .same-style-2 {
    margin-right: 25px;
  }
}
.header-action .same-style-2:last-child {
  margin-right: 0;
}
.header-action .same-style-2 a {
  color: #000000;
  font-size: 22px;
  display: inline-block;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .header-action .same-style-2 a {
    font-size: 20px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .header-action .same-style-2 a {
    font-size: 22px;
  }
}
.header-action .same-style-2 a span.pro-count {
  position: absolute;
  top: -8px;
  font-size: 12px;
  width: 20px;
  height: 20px;
  display: inline-block;
  line-height: 19px;
  color: #fff;
  text-align: center;
  left: 14px;
  border-radius: 50px;
  font-weight: 600;
}
@media only screen and (max-width: 767px) {
  .header-action .same-style-2 a span.pro-count {
    font-size: 10px;
    width: 18px;
    height: 18px;
    line-height: 17px;
  }
}
.header-action .same-style-2 a span.red {
  background-color: #1b7baf;
}
.header-action .same-style-2 a span.black {
  background-color: #000000;
}
.header-action .same-style-2 a span.green {
  background-color: #c4b297;
}
.header-action .same-style-2 a span.purple {
  background-color: #6f50a7;
}
.header-action .same-style-2 a:hover {
  color: #1b7baf;
}
.header-action .same-style-2.same-style-2-white a {
  color: #ffffff;
}
.header-action .same-style-2.same-style-2-white a:hover {
  color: #1b7baf;
}
.header-action
  .same-style-2.same-style-2-white.same-style-2-hover-black
  a:hover {
  color: #000000;
}
.header-action .same-style-2.header-cart a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.header-action .same-style-2.header-cart a span.cart-amount {
  color: #c4b297;
  font-weight: 600;
  font-family: "Times New Roman", Times, serif;
  font-size: 17px;
  margin: 8px 0 0 16px;
}
.header-action .same-style-2.header-cart a span.cart-amount.light-yellow {
  color: #ffd74b;
}
.header-action .same-style-2.header-cart a span.cart-amount.white {
  color: #ffffff;
}
.header-action .same-style-2.same-style-2-font-inc a {
  font-size: 24px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-action .same-style-2.same-style-2-font-inc a {
    font-size: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .header-action .same-style-2.same-style-2-font-inc a {
    font-size: 20px;
  }
}
.header-action .same-style-2.same-style-2-font-dec a {
  font-size: 18px;
}

.main-wrapper .body-overlay {
  background-color: #232324;
  height: 100%;
  left: 0;
  opacity: 0;
  position: fixed;
  top: 0;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
  visibility: hidden;
  width: 100%;
  z-index: 9999;
}
.main-wrapper.overlay-active .body-overlay {
  opacity: 0.7;
  visibility: visible;
  z-index: 9999;
}
.sidebar-cart-active {
  position: fixed;
  top: 0;
  width: 420px;
  padding: 104px 50px 50px;
  min-height: 100vh;
  bottom: 0;
  z-index: 9999;
  right: 0;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 250ms ease-in;
  -o-transition: all 250ms ease-in;
  transition: all 250ms ease-in;
  -webkit-transform: translate(200px, 0);
  -ms-transform: translate(200px, 0);
  transform: translate(200px, 0);
  -webkit-box-shadow: 0 0 87px 0 rgba(0, 0, 0, 0.09);
  box-shadow: 0 0 87px 0 rgba(0, 0, 0, 0.09);
  background-color: #fff;
}
.sidebar-cart-active.inside {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .sidebar-cart-active {
    width: 350px;
    padding: 104px 30px 50px;
  }
}
@media only screen and (max-width: 767px) {
  .sidebar-cart-active {
    padding: 60px 15px 50px;
    width: 280px;
  }
}
.sidebar-cart-active .sidebar-cart-all .cart-close {
  position: absolute;
  top: 37px;
  right: 50px;
  font-size: 36px;
  line-height: 30px;
  color: #6d6d6d;
  -webkit-transition: all 250ms ease-out;
  -o-transition: all 250ms ease-out;
  transition: all 250ms ease-out;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .sidebar-cart-active .sidebar-cart-all .cart-close {
    font-size: 25px;
  }
}
@media only screen and (max-width: 767px) {
  .sidebar-cart-active .sidebar-cart-all .cart-close {
    top: 27px;
    right: 17px;
    font-size: 23px;
  }
}
.sidebar-cart-active .sidebar-cart-all .cart-close:hover {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  color: #1b7baf;
}
.sidebar-cart-active .sidebar-cart-all .cart-content > h3 {
  font-size: 18px;
  font-weight: 600;
  margin: 0 0 35px;
}
.sidebar-cart-active .sidebar-cart-all .cart-content ul {
  margin: 0 -30px 0 0;
  padding: 0 30px 0 0;
  max-height: 310px;
  max-height: calc(100vh - 430px);
  overflow: auto;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .sidebar-cart-active .sidebar-cart-all .cart-content ul {
    max-height: calc(100vh - 365px);
  }
}
@media only screen and (max-width: 767px) {
  .sidebar-cart-active .sidebar-cart-all .cart-content ul {
    max-height: calc(100vh - 360px);
  }
}
.sidebar-cart-active .sidebar-cart-all .cart-content ul li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
}
.sidebar-cart-active .sidebar-cart-all .cart-content ul li .cart-img {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 70px;
  -ms-flex: 0 0 70px;
  flex: 0 0 70px;
}
.sidebar-cart-active .sidebar-cart-all .cart-content ul li .cart-img a img {
  width: 100%;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.sidebar-cart-active .sidebar-cart-all .cart-content ul li .cart-title {
  margin: 0px 20px;
}
.sidebar-cart-active .sidebar-cart-all .cart-content ul li .cart-title h4 {
  font-size: 15px;
  margin: 0 0 8px;
  font-weight: 500;
}
.sidebar-cart-active .sidebar-cart-all .cart-content ul li .cart-title h4 a {
  color: #000000;
}
.sidebar-cart-active
  .sidebar-cart-all
  .cart-content
  ul
  li
  .cart-title
  h4
  a:hover {
  color: #1b7baf;
}
.sidebar-cart-active .sidebar-cart-all .cart-content ul li .cart-title span {
  font-size: 15px;
  color: #000000;
}
.sidebar-cart-active .sidebar-cart-all .cart-content ul li .cart-delete {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 100;
  -webkit-flex-grow: 100;
  -ms-flex-positive: 100;
  flex-grow: 100;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.sidebar-cart-active .sidebar-cart-all .cart-content ul li .cart-delete a {
  display: block;
  font-size: 16px;
  height: 20px;
  line-height: 17px;
  overflow: hidden;
  width: 20px;
  text-align: right;
  color: #000000;
}
.sidebar-cart-active
  .sidebar-cart-all
  .cart-content
  ul
  li
  .cart-delete
  a:hover {
  color: #1b7baf;
}
.sidebar-cart-active .sidebar-cart-all .cart-content .cart-total {
  display: block;
  width: 100%;
  margin: 16px 0 26px;
}
.sidebar-cart-active .sidebar-cart-all .cart-content .cart-total h4 {
  font-size: 16px;
  margin: 0;
  font-weight: 600;
  color: #000000;
}
.sidebar-cart-active .sidebar-cart-all .cart-content .cart-total h4 span {
  font-size: 22px;
  color: #282b2d;
  float: right;
  font-family: "Times New Roman", Times, serif;
  font-weight: 600;
}
.sidebar-cart-active .sidebar-cart-all .cart-content .cart-checkout-btn {
  display: block;
  width: 100%;
}
.sidebar-cart-active .sidebar-cart-all .cart-content .cart-checkout-btn a {
  width: 100%;
  display: block;
  margin: 10px 0 0;
  text-align: center;
  padding: 18px 20px 17px;
  background-color: #146591;
  color: #fff;
  text-transform: capitalize;
  font-size: 16px;
  line-height: 1;
}
.sidebar-cart-active
  .sidebar-cart-all
  .cart-content
  .cart-checkout-btn
  a:hover {
  background-color: #114460;
}
.sidebar-cart-active
  .sidebar-cart-all
  .cart-content
  .cart-checkout-btn
  a:first-child {
  margin-top: 0;
}

.nice-select {
  padding-right: 0 !important;
}
.logo a {
  display: block;
}
.logo a img {
  width: 100px;
  height: auto;
  /* max-width: 100%; */
}
.social-offer-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.header-offer-wrap-2 {
  margin: 0 0 0 45px;
}
.header-offer-wrap-2.mrg-none {
  margin: 0 0 0 0px;
}
.header-offer-wrap-2 p {
  margin: 0;
}
.header-offer-wrap-2 p span {
  color: #000000;
}
.categori-search-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  z-index: 9;
  border: 1px solid #e1e1e1;
}
.categori-search-wrap .categori-style-1 {
  min-width: 130px;
  margin-right: 20px;
  position: relative;
}
.categori-search-wrap .categori-style-1:before {
  position: absolute;
  content: "";
  right: -14px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 1px;
  height: 24px;
  background-color: #cccccc;
}
.categori-search-wrap .categori-style-1 .nice-select.nice-select-style-1 {
  border: none;
  background-color: transparent;
  border-radius: 0;
  min-width: 137px;
}
.categori-search-wrap .categori-style-1 .nice-select.nice-select-style-1 span {
  font-size: 13px;
  color: #222222;
}
.categori-search-wrap .categori-style-1 .nice-select::after {
  border-bottom: 1px solid #222222;
  border-right: 1px solid #222222;
  height: 7px;
  right: 12px;
  width: 7px;
}

.main-categori-wrap {
  position: relative;
}
.main-categori-wrap > a {
  color: #1b7baf;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.25px;
  display: block;
  width: 100%;
  line-height: 1;
  padding: 0 14px 0 0;
}
.search-top-btn {
  background: transparent none repeat scroll 0 0;
  border-color: #a1a5aa;
  border-image: none;
  border-style: none none none solid;
  border-width: medium medium medium 1px;
  padding: 1px 15px 0;
  position: absolute;
  right: 3%;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  color: #000;
  transition: all 0.3s ease 0s;
  font-size: 17px;
}
.main-categori-wrap > a i {
  font-size: 22px;
  margin-right: 18px;
  position: relative;
  top: 4px;
  line-height: 1;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .main-categori-wrap > a i {
    margin-right: 12px;
  }
}
.main-categori-wrap > a i.icon-right {
  float: right;
  font-size: 12px;
  margin-right: 0;
  top: 11px;
}
.main-categori-wrap > a.purple {
  color: #6f50a7;
}
.main-categori-wrap > a.green {
  color: #6aae27;
}
.main-categori-wrap > a.blue {
  color: #0064e0;
}
.main-categori-wrap.main-categori-wrap-modify > a {
  color: #ffffff;
  padding: 9px 20px 18px 20px;
  background-color: #6f50a7;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .main-categori-wrap.main-categori-wrap-modify > a {
    padding: 9px 12px 18px 12px;
  }
}
.main-categori-wrap.main-categori-wrap-modify-2 > a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  color: #ffffff;
  min-height: 48px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 2px 20px 2px 20px;
  background-color: #468707;
}
.main-categori-wrap.main-categori-wrap-modify-2 > a.categori-blue {
  background-color: #03479b;
}
.main-categori-wrap.main-categori-wrap-modify-2 > a i.icon-right {
  top: 1px;
}

.header-middle-padding-1 {
  padding: 34px 0 0;
}

.main-wrapper .body-overlay-1 {
  background: rgba(35, 35, 36, 0.7) none repeat scroll 0 0;
  height: 100%;
  left: 0;
  opacity: 0;
  position: fixed;
  top: 0;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
  visibility: hidden;
  width: 100%;
  z-index: 9999;
}
.main-wrapper.overlay-active-1 .body-overlay-1 {
  opacity: 1;
  visibility: visible;
}
.mobile-header-active {
  position: fixed;
  top: 0;
  width: 350px;
  min-height: 100vh;
  bottom: 0;
  z-index: 111;
  right: 0;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 400ms ease-out;
  -o-transition: all 400ms ease-out;
  transition: all 400ms ease-out;
  -webkit-transform: translate(200px, 0);
  -ms-transform: translate(200px, 0);
  transform: translate(200px, 0);
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.09);
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.09);
  z-index: 9999;
}
@media only screen and (max-width: 767px) {
  .mobile-header-active {
    width: 290px;
  }
}
.mobile-header-active.sidebar-visible {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
.mobile-header-active .clickalbe-sidebar-wrap {
  padding: 80px 30px 20px;
  height: 100%;
}
@media only screen and (max-width: 767px) {
  .mobile-header-active .clickalbe-sidebar-wrap {
    padding: 80px 20px 20px;
  }
}
.mobile-header-active .clickalbe-sidebar-wrap .sidebar-close {
  position: absolute;
  top: 20px;
  left: 30px;
  font-size: 30px;
  line-height: 30px;
  -webkit-transition: all 250ms ease-out;
  -o-transition: all 250ms ease-out;
  transition: all 250ms ease-out;
  color: #000000;
}
@media only screen and (max-width: 767px) {
  .mobile-header-active .clickalbe-sidebar-wrap .sidebar-close {
    left: 20px;
  }
}
.mobile-header-active .clickalbe-sidebar-wrap .sidebar-close:hover {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  color: #1b7baf;
}
.mobile-header-active .clickalbe-sidebar-wrap .mobile-header-content-area {
  overflow-y: auto;
  overflow-x: hidden;
  height: 100%;
  padding-right: 10px;
}
.mobile-header-active
  .clickalbe-sidebar-wrap
  .mobile-header-content-area
  .mobile-header-padding-border-1 {
  border-bottom: 1px solid #ddd;
  margin-bottom: 17px;
  padding-bottom: 30px;
}
.mobile-header-active
  .clickalbe-sidebar-wrap
  .mobile-header-content-area
  .mobile-header-padding-border-2 {
  border-bottom: 1px solid #ddd;
  margin-bottom: 20px;
  padding-bottom: 17px;
}
.mobile-header-active
  .clickalbe-sidebar-wrap
  .mobile-header-content-area
  .mobile-header-padding-border-3 {
  border-bottom: 1px solid #ddd;
  margin-bottom: 24px;
  padding-bottom: 30px;
}
.mobile-header-active
  .clickalbe-sidebar-wrap
  .mobile-header-content-area
  .mobile-header-padding-border-4 {
  border-bottom: 1px solid #ddd;
  margin-bottom: 30px;
  padding-bottom: 24px;
}
.mobile-header-active
  .clickalbe-sidebar-wrap
  .mobile-header-content-area
  .mobile-search
  form {
  position: relative;
}
.mobile-header-active
  .clickalbe-sidebar-wrap
  .mobile-header-content-area
  .mobile-search
  form
  input {
  background-color: #f6f6f6;
  border: none;
  border-radius: 0px;
  height: 50px;
  padding: 0 60px 0 15px;
  width: 100%;
  font-size: 14px;
  color: #181818;
}
.mobile-header-active
  .clickalbe-sidebar-wrap
  .mobile-header-content-area
  .mobile-search
  form
  button {
  background-color: transparent;
  border-color: #ddd;
  -webkit-border-image: none;
  -o-border-image: none;
  border-image: none;
  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%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
@media only screen and (max-width: 767px) {
  .mobile-header-active
    .clickalbe-sidebar-wrap
    .mobile-header-content-area
    .mobile-search
    form
    button {
    font-size: 16px;
  }
}
.mobile-header-active
  .clickalbe-sidebar-wrap
  .mobile-header-content-area
  .mobile-search
  form
  button:hover {
  color: #1b7baf;
}
.mobile-header-active
  .clickalbe-sidebar-wrap
  .mobile-header-content-area
  .mobile-search
  form
  button
  i {
  margin-top: 5px;
  display: inline-block;
}
.mobile-header-active
  .clickalbe-sidebar-wrap
  .mobile-header-content-area
  .mobile-menu-wrap
  nav {
  height: 100%;
}
.mobile-header-active
  .clickalbe-sidebar-wrap
  .mobile-header-content-area
  .mobile-menu-wrap
  nav
  .mobile-menu
  li {
  display: block;
  position: relative;
}
.mobile-header-active
  .clickalbe-sidebar-wrap
  .mobile-header-content-area
  .mobile-menu-wrap
  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-header-active
  .clickalbe-sidebar-wrap
  .mobile-header-content-area
  .mobile-menu-wrap
  nav
  .mobile-menu
  li.menu-item-has-children
  .menu-expand
  i {
  display: block;
  position: relative;
  width: 10px;
  margin-top: 25px;
  border-bottom: 1px solid #000000;
  -webkit-transition: all 250ms ease-out;
  -o-transition: all 250ms ease-out;
  transition: all 250ms ease-out;
}
.mobile-header-active
  .clickalbe-sidebar-wrap
  .mobile-header-content-area
  .mobile-menu-wrap
  nav
  .mobile-menu
  li.menu-item-has-children
  .menu-expand
  i::before {
  top: 0;
  width: 100%;
  content: "";
  display: block;
  position: absolute;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  border-bottom: 1px solid #000000;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.mobile-header-active
  .clickalbe-sidebar-wrap
  .mobile-header-content-area
  .mobile-menu-wrap
  nav
  .mobile-menu
  li.menu-item-has-children.active
  > .menu-expand
  i::before {
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
}
.mobile-header-active
  .clickalbe-sidebar-wrap
  .mobile-header-content-area
  .mobile-menu-wrap
  nav
  .mobile-menu
  li
  a {
  font-size: 16px;
  text-transform: capitalize;
  line-height: 18px;
  position: relative;
  display: inline-block;
  padding: 10px 0;
  color: #000000;
}
.mobile-header-active
  .clickalbe-sidebar-wrap
  .mobile-header-content-area
  .mobile-menu-wrap
  nav
  .mobile-menu
  li
  a
  i {
  margin-right: 5px;
}
.mobile-header-active
  .clickalbe-sidebar-wrap
  .mobile-header-content-area
  .mobile-menu-wrap
  nav
  .mobile-menu
  li
  ul
  li
  a {
  padding: 10px 15px 5px;
  font-size: 14px;
  color: #333;
}
.mobile-header-active
  .clickalbe-sidebar-wrap
  .mobile-header-content-area
  .mobile-menu-wrap
  nav
  .mobile-menu
  li
  ul
  li
  a:hover {
  color: #1b7baf;
}
.mobile-header-active
  .clickalbe-sidebar-wrap
  .mobile-header-content-area
  .mobile-menu-wrap
  nav
  .mobile-menu
  li
  ul
  li
  ul
  li
  a {
  padding: 10px 30px 5px;
  font-size: 14px;
  color: #333;
}
.mobile-header-active
  .clickalbe-sidebar-wrap
  .mobile-header-content-area
  .mobile-menu-wrap
  nav
  .mobile-menu
  li:hover
  > a {
  color: #1b7baf;
}
.mobile-header-active
  .clickalbe-sidebar-wrap
  .mobile-header-content-area
  .mobile-menu-wrap
  nav
  .mobile-menu
  li:hover.menu-item-has-children
  > .menu-expand
  > i {
  border-bottom: 1px solid #1b7baf;
}
.mobile-header-active
  .clickalbe-sidebar-wrap
  .mobile-header-content-area
  .mobile-menu-wrap
  nav
  .mobile-menu
  li:hover.menu-item-has-children
  > .menu-expand
  > i::before {
  border-bottom: 1px solid #1b7baf;
}
@media only screen and (max-width: 767px) {
  .mobile-header-active
    .clickalbe-sidebar-wrap
    .mobile-header-content-area
    .mobile-header-info-wrap {
    display: block;
  }
}
.mobile-header-active
  .clickalbe-sidebar-wrap
  .mobile-header-content-area
  .mobile-header-info-wrap
  .single-mobile-header-info {
  position: relative;
  margin-bottom: 13px;
}
.mobile-header-active
  .clickalbe-sidebar-wrap
  .mobile-header-content-area
  .mobile-header-info-wrap
  .single-mobile-header-info:last-child {
  margin-bottom: 0;
}
.mobile-header-active
  .clickalbe-sidebar-wrap
  .mobile-header-content-area
  .mobile-header-info-wrap
  .single-mobile-header-info
  a {
  font-size: 15px;
  display: block;
  color: #000000;
}
.mobile-header-active
  .clickalbe-sidebar-wrap
  .mobile-header-content-area
  .mobile-header-info-wrap
  .single-mobile-header-info
  a
  span {
  float: right;
  font-size: 10px;
  position: relative;
  top: 8px;
  line-height: 1;
}
.mobile-header-active
  .clickalbe-sidebar-wrap
  .mobile-header-content-area
  .mobile-header-info-wrap
  .single-mobile-header-info
  .lang-curr-dropdown {
  margin-top: 5px;
  display: none;
  background-color: #fff;
  -webkit-box-shadow: 0 0 20px 0.4px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 20px 0.4px rgba(0, 0, 0, 0.1);
  padding: 22px 30px 26px;
  width: 100%;
  z-index: 11;
}
.mobile-header-active
  .clickalbe-sidebar-wrap
  .mobile-header-content-area
  .mobile-header-info-wrap
  .single-mobile-header-info
  .lang-curr-dropdown
  ul
  li {
  padding-bottom: 10px;
}
.mobile-header-active
  .clickalbe-sidebar-wrap
  .mobile-header-content-area
  .mobile-header-info-wrap
  .single-mobile-header-info
  .lang-curr-dropdown
  ul
  li:last-child {
  padding-bottom: 0px;
}
.mobile-header-active
  .clickalbe-sidebar-wrap
  .mobile-header-content-area
  .mobile-header-info-wrap
  .single-mobile-header-info
  .lang-curr-dropdown
  ul
  li
  a {
  font-size: 14px;
  color: #000000;
}
.mobile-header-active
  .clickalbe-sidebar-wrap
  .mobile-header-content-area
  .mobile-header-info-wrap
  .single-mobile-header-info
  .lang-curr-dropdown
  ul
  li
  a:hover {
  color: #1b7baf;
}
.mobile-header-active
  .clickalbe-sidebar-wrap
  .mobile-header-content-area
  .mobile-header-info-wrap
  .single-mobile-header-info:hover
  > a {
  color: #1b7baf;
}
.mobile-header-active
  .clickalbe-sidebar-wrap
  .mobile-header-content-area
  .mobile-contact-info
  ul
  li {
  color: #000000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 14px;
  font-size: 15px;
}
.mobile-header-active
  .clickalbe-sidebar-wrap
  .mobile-header-content-area
  .mobile-contact-info
  ul
  li:last-child {
  margin: 0 0 0px;
}
.mobile-header-active
  .clickalbe-sidebar-wrap
  .mobile-header-content-area
  .mobile-contact-info
  ul
  li
  i {
  font-size: 14px;
  margin-right: 12px;
  position: relative;
  top: 4px;
}
.mobile-header-active
  .clickalbe-sidebar-wrap
  .mobile-header-content-area
  .mobile-social-icon
  a {
  display: inline-block;
  width: 33px;
  height: 33px;
  line-height: 33px;
  text-align: center;
  border-radius: 100%;
  color: #ffffff;
  font-size: 15px;
  margin-right: 10px;
}
.mobile-header-active
  .clickalbe-sidebar-wrap
  .mobile-header-content-area
  .mobile-social-icon
  a:last-child {
  margin-right: 0;
}
.mobile-header-active
  .clickalbe-sidebar-wrap
  .mobile-header-content-area
  .mobile-social-icon
  a.facebook {
  background-color: #3b5999;
  border: 1px solid #3b5999;
}
.mobile-header-active
  .clickalbe-sidebar-wrap
  .mobile-header-content-area
  .mobile-social-icon
  a.facebook:hover {
  color: #3b5999;
  background-color: transparent;
}
.mobile-header-active
  .clickalbe-sidebar-wrap
  .mobile-header-content-area
  .mobile-social-icon
  a.twitter {
  background-color: #55acee;
  border: 1px solid #55acee;
}
.mobile-header-active
  .clickalbe-sidebar-wrap
  .mobile-header-content-area
  .mobile-social-icon
  a.twitter:hover {
  color: #55acee;
  background-color: transparent;
}
.mobile-header-active
  .clickalbe-sidebar-wrap
  .mobile-header-content-area
  .mobile-social-icon
  a.pinterest {
  background-color: #bd081c;
  border: 1px solid #bd081c;
}
.mobile-header-active
  .clickalbe-sidebar-wrap
  .mobile-header-content-area
  .mobile-social-icon
  a.pinterest:hover {
  color: #bd081c;
  background-color: transparent;
}
.mobile-header-active
  .clickalbe-sidebar-wrap
  .mobile-header-content-area
  .mobile-social-icon
  a.instagram {
  background-color: #e4405f;
  border: 1px solid #e4405f;
}
.mobile-header-active
  .clickalbe-sidebar-wrap
  .mobile-header-content-area
  .mobile-social-icon
  a.instagram:hover {
  color: #e4405f;
  background-color: transparent;
}
.categori-hide-2 {
  display: none;
  padding-top: 20px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider-area.pt-30 {
    padding-top: 0px;
  }
}
@media only screen and (max-width: 767px) {
  .slider-area.pt-30 {
    padding-top: 0px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .single-hero-slider-hm9 {
    padding: 50px 0 55px;
  }
}
.service-border-1 {
  position: relative;
}
.service-border-1:before {
  position: absolute;
  content: "";
  right: 0;
  top: -6%;
  width: 1px;
  height: 63px;
  background-color: #e0e0e0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service-border-1.service-border-1-none-md:before {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .service-border-1:before {
    display: none;
  }
  .service-border-1.service-border-1-none-xs:before {
    display: none;
  }
}
.service-wrap-padding-2 {
  padding: 37px 35px 7px 35px;
}
.service-wrap-padding-3 {
  padding: 32px 0 3px;
}
@media only screen and (max-width: 767px) {
  .service-wrap-padding-3 {
    padding: 32px 20px 3px;
  }
}
.single-service-wrap-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media only screen and (max-width: 767px) {
  .single-service-wrap-2 {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}
.single-service-wrap-2 .service-icon-2 {
  margin-right: 25px;
}
.single-service-wrap-2 .service-icon-2 i {
  font-size: 34px;
  color: #999999;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.single-service-wrap-2 .service-content-2 h3 {
  font-size: 18px;
  font-weight: 600;
  margin: 0 0 5px;
}
.single-service-wrap-2 .service-content-2 p {
  margin: 0;
  letter-spacing: 0.25px;
}
.single-service-wrap-2.single-service-wrap-2-modify {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.single-service-wrap-2.single-service-wrap-2-modify .service-icon-2 i {
  font-size: 30px;
}
.single-service-wrap-2.single-service-wrap-2-modify .service-content-2 h3 {
  font-size: 16px;
}
.single-service-wrap-2:hover .service-icon-2 i {
  color: #1b7baf;
}
.single-service-wrap-2:hover .service-icon-2.icon-purple i {
  color: #6f50a7;
}
.single-service-wrap-2:hover .service-icon-2.icon-green-2 i {
  color: #6aae27;
}
.single-service-wrap-2:hover .service-icon-2.icon-red i {
  color: #1b7baf;
}
@media only screen and (max-width: 767px) {
  .service-area.pt-45 {
    padding-top: 25px;
  }
  .service-area .pb-50 {
    padding-bottom: 30px;
  }
}
.about-us-content h3 {
  font-size: 24px;
  font-weight: bold;
  font-family: "Heebo", sans-serif;
  margin: 0;
  text-transform: uppercase;
}
.about-us-content p {
  font-size: 20px;
  font-family: "Jost", sans-serif;
  line-height: 36px;
  margin: 23px 0 51px;
  width: 93%;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-us-content p {
    font-size: 18px;
    line-height: 34px;
    margin: 15px 0 40px;
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .about-us-content p {
    font-size: 18px;
    line-height: 34px;
    margin: 10px 0 30px;
    width: 100%;
  }
}
.about-us-content .signature h2 {
  font-size: 24px;
  font-family: "Signerica Fat";
}
@media only screen and (max-width: 767px) {
  .about-us-content {
    margin-top: 20px;
  }
}
.about-content-pb {
  padding-bottom: 120px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-content-pb {
    padding-bottom: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .about-content-pb {
    padding-bottom: 60px;
  }
}
.about-us-content-2 .about-us-content-2-title {
  margin: 0 0 35px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-us-content-2 .about-us-content-2-title {
    margin: 0 0 15px;
  }
}
@media only screen and (max-width: 767px) {
  .about-us-content-2 .about-us-content-2-title {
    margin: 0 0 15px;
  }
}
.about-us-content-2 .about-us-content-2-title h4 {
  font-size: 20px;
  font-weight: 600;
  letter-spacing: -0.25px;
  margin: 0;
}
.about-us-content-2 p {
  line-height: 30px;
  margin: 0 0 35px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-us-content-2 p {
    margin: 0 0 15px;
  }
}
@media only screen and (max-width: 767px) {
  .about-us-content-2 p {
    margin: 0 0 15px;
  }
}
.about-us-content-2 p:last-child {
  margin-bottom: 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-us-area.pt-85 {
    padding-top: 25px;
  }
  .team-area.pb-90 {
    padding-bottom: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .about-us-area.pt-85 {
    padding-top: 20px;
  }
  .team-area.pb-90 {
    padding-bottom: 30px;
  }
}
.section-title-tab-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.section-title-tab-wrap.align-items-inherit {
  -webkit-box-align: inherit;
  -webkit-align-items: inherit;
  -ms-flex-align: inherit;
  align-items: inherit;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-title-tab-wrap.mb-45 {
    margin-bottom: 40px;
  }
  .section-title-tab-wrap.mb-55 {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .section-title-tab-wrap.mb-45 {
    margin-bottom: 25px;
  }
  .section-title-tab-wrap.mb-30 {
    margin-bottom: 15px;
  }
  .section-title-tab-wrap.mb-50 {
    margin-bottom: 23px;
  }
  .section-title-tab-wrap.mb-55 {
    margin-bottom: 20px;
  }
}
.section-title h2 {
  font-size: 24px;
  font-weight: bold;
  font-family: "Heebo", sans-serif;
  margin: 0;
  text-transform: uppercase;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-title h2 {
    font-size: 22px;
  }
}
.section-title p {
  font-size: 16px;
  margin: 10px 0 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-title.mb-45 {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .section-title.mb-45 {
    margin-bottom: 25px;
  }
}
.section-title-tag-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-title-tag-wrap.mb-70 {
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .section-title-tag-wrap.mb-70 {
    margin-bottom: 25px;
  }
}

.section-title-3 h2 {
  font-size: 24px;
  font-weight: 600;
  margin: 0;
  letter-spacing: -0.25px;
}
@media only screen and (max-width: 767px) {
  .section-title-3 h2 {
    font-size: 19px;
  }
}
.section-title-3 p {
  margin: 8px 0 0;
}
.section-title-3.section-title-3-white h2 {
  color: #ffffff;
}
.section-title-3.section-title-3-white p {
  color: #ffffff;
}

.section-title-6 h2 {
  font-size: 24px;
  text-transform: uppercase;
  margin: 0;
  line-height: 1;
  letter-spacing: 0.25px;
  padding-bottom: 5px;
  border-bottom: 2px solid #1b7baf;
  border-radius: 4px;
}
@media only screen and (max-width: 767px) {
  .section-title-6 h2 {
    font-size: 17px;
  }
}
.section-title-6 h2 i {
  position: relative;
  top: 2px;
  margin-right: 14px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-title-6.mb-60 {
    margin-bottom: 35px;
  }
}
@media only screen and (max-width: 767px) {
  .section-title-6.section-title-6-xs h2 {
    font-size: 20px;
  }
  .section-title-6.mb-60 {
    margin-bottom: 25px;
  }
  .section-title-6.mb-25 {
    margin-bottom: 15px;
  }
}

.product-area {
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .tab-style-1 {
    margin-top: 15px;
  }
}

.single-product-wrap {
  position: relative;
  overflow: hidden;
}
.single-product-wrap .product-img {
  position: relative;
  overflow: hidden;
}
.single-product-wrap .product-img a {
  display: block;
}
.single-product-wrap .product-img a img {
  width: 100%;
  height: 350px;
  object-fit: cover;
}

.category-wrap .product-img a img {
  border-radius: 45%;
}
.category-wrap .product-img a img:hover {
  border: 1px solid #0064e0;
}
.single-product-wrap .product-img span.pro-badge {
  position: absolute;
  top: 17px;
  font-weight: 600;
  color: #ffffff;
  display: inline-block;
  padding: 4px 6px 5px;
  line-height: 1;
}
.single-product-wrap .product-img span.pro-badge.left {
  left: 17px;
}
.single-product-wrap .product-img span.pro-badge.right {
  right: 17px;
}
.single-product-wrap .product-img span.pro-badge.bg-black {
  background-color: #000000;
}
.single-product-wrap .product-img span.pro-badge.bg-red {
  background-color: #1b7baf;
}
.single-product-wrap .product-img .product-action-2 {
  position: absolute;
  right: 15px;
  top: 15px;
  z-index: 9;
}
@media only screen and (min-width: 1200px) and (max-width: 1365px) {
  .single-product-wrap .product-img .product-action-2 {
    right: 10px;
    top: 10px;
  }
}
.single-product-wrap .product-img .product-action-2 button {
  display: block;
  border: none;
  padding: 0;
  line-height: 1;
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  color: #000000;
  border-radius: 100%;
  background-color: #ffffff;
  margin-bottom: 7px;
  border: 1px solid #ebebeb;
}
.single-product-wrap .product-img .product-action-2 button:nth-child(1) {
  -webkit-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  transition-delay: 0.2s;
  opacity: 0;
  visibility: hidden;
  margin-top: -10px;
}
.single-product-wrap .product-img .product-action-2 button:nth-child(2) {
  -webkit-transition-delay: 0.1s;
  -o-transition-delay: 0.1s;
  transition-delay: 0.1s;
  opacity: 0;
  visibility: hidden;
  margin-top: -10px;
}
.single-product-wrap .product-img .product-action-2 button:nth-child(3) {
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
  opacity: 0;
  visibility: hidden;
  margin-top: -10px;
}
.single-product-wrap .product-img .product-action-2 button:hover {
  background-color: #000000;
  border: 1px solid #000000;
  color: #ffffff;
}
.single-product-wrap .product-img .product-action-2 button i {
  line-height: 40px;
}
.single-product-wrap .product-img .product-action-2 button:last-child {
  margin-bottom: 0;
}
.single-product-wrap .product-img .product-action-wrap {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 18px 20px;
  background-color: #ffffff;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
@media only screen and (min-width: 1366px) and (max-width: 1600px) {
  .single-product-wrap .product-img .product-action-wrap {
    padding: 18px 15px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1365px) {
  .single-product-wrap .product-img .product-action-wrap {
    padding: 18px 15px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .single-product-wrap .product-img .product-action-wrap {
    padding: 18px 15px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .single-product-wrap .product-img .product-action-wrap {
    padding: 18px 15px;
  }
}
.single-product-wrap .product-img .product-action-wrap .product-action-left {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 80%;
  -ms-flex: 0 0 80%;
  flex: 0 0 80%;
  max-width: 80%;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .single-product-wrap .product-img .product-action-wrap .product-action-left {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
}
.single-product-wrap
  .product-img
  .product-action-wrap
  .product-action-left
  button {
  border: none;
  padding: 0;
  color: #000000;
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  background-color: transparent;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
@media only screen and (min-width: 1366px) and (max-width: 1600px) {
  .single-product-wrap
    .product-img
    .product-action-wrap
    .product-action-left
    button {
    font-size: 15px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1365px) {
  .single-product-wrap
    .product-img
    .product-action-wrap
    .product-action-left
    button {
    font-size: 15px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .single-product-wrap
    .product-img
    .product-action-wrap
    .product-action-left
    button {
    font-size: 14px;
  }
}
.single-product-wrap
  .product-img
  .product-action-wrap
  .product-action-left
  button
  i {
  font-size: 25px;
  margin-right: 15px;
  position: relative;
  top: 2px;
}
@media only screen and (min-width: 1366px) and (max-width: 1600px) {
  .single-product-wrap
    .product-img
    .product-action-wrap
    .product-action-left
    button
    i {
    margin-right: 10px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1365px) {
  .single-product-wrap
    .product-img
    .product-action-wrap
    .product-action-left
    button
    i {
    margin-right: 10px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .single-product-wrap
    .product-img
    .product-action-wrap
    .product-action-left
    button
    i {
    margin-right: 10px;
  }
}
.single-product-wrap
  .product-img
  .product-action-wrap
  .product-action-left
  button:hover {
  color: #1b7baf;
}
.single-product-wrap .product-img .product-action-wrap .product-action-right {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 40%;
  -ms-flex: 0 0 40%;
  flex: 0 0 40%;
  max-width: 40%;
  text-align: right;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .single-product-wrap .product-img .product-action-wrap .product-action-right {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 35%;
    -ms-flex: 0 0 35%;
    flex: 0 0 35%;
    max-width: 35%;
  }
}
.single-product-wrap
  .product-img
  .product-action-wrap
  .product-action-right
  button {
  border: none;
  padding: 0;
  color: #000000;
  margin-left: 24px;
  position: relative;
  background-color: transparent;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
@media only screen and (min-width: 1200px) and (max-width: 1365px) {
  .single-product-wrap
    .product-img
    .product-action-wrap
    .product-action-right
    button {
    margin-left: 20px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .single-product-wrap
    .product-img
    .product-action-wrap
    .product-action-right
    button {
    margin-left: 18px;
  }
}
.single-product-wrap
  .product-img
  .product-action-wrap
  .product-action-right
  button:first-child {
  margin-left: 0;
}
.single-product-wrap
  .product-img
  .product-action-wrap
  .product-action-right
  button
  i {
  font-size: 18px;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .single-product-wrap
    .product-img
    .product-action-wrap
    .product-action-right
    button
    i {
    font-size: 16px;
  }
}
.single-product-wrap
  .product-img
  .product-action-wrap
  .product-action-right
  button.font-inc
  i {
  font-size: 22px;
  position: relative;
  top: 1px;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .single-product-wrap
    .product-img
    .product-action-wrap
    .product-action-right
    button.font-inc
    i {
    font-size: 20px;
  }
}
.single-product-wrap
  .product-img
  .product-action-wrap
  .product-action-right
  button:hover {
  color: #1b7baf;
}
.single-product-wrap .product-img.product-img-zoom a img {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.single-product-wrap .product-img.product-img-border a img {
  border: 1px solid #e1e1e1;
  border-radius: 100%;
}
.single-product-wrap .product-img.product-img-border-transparent a img {
  border: 1px solid transparent;
}
.single-product-wrap .product-content-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.single-product-wrap .product-content-wrap .product-content-left {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 80%;
  -ms-flex: 0 0 80%;
  flex: 0 0 80%;
  max-width: 80%;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .single-product-wrap .product-content-wrap .product-content-left {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 85%;
    -ms-flex: 0 0 85%;
    flex: 0 0 85%;
    max-width: 85%;
  }
}
.single-product-wrap .product-content-wrap .product-content-left h4 {
  font-size: 16px;
  font-weight: bold;
  margin: 0 0 7px;
}
.single-product-wrap .product-content-wrap .product-content-left h4 a {
  color: #000000;
}
.single-product-wrap .product-content-wrap .product-content-left h4 a:hover {
  text-decoration: underline;
}
.single-product-wrap .product-content-wrap .product-content-left span {
  font-size: 20px;
  color: #000000;
  font-family: "Heebo", sans-serif;
}
.single-product-wrap
  .product-content-wrap
  .product-content-left
  span.new-price {
  color: #1b7baf;
}
.single-product-wrap
  .product-content-wrap
  .product-content-left
  span.old-price {
  text-decoration: line-through;
  margin-left: 12px;
}
.single-product-wrap .product-content-wrap .product-content-right {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 20%;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
  text-align: right;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .single-product-wrap .product-content-wrap .product-content-right {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 15%;
    -ms-flex: 0 0 15%;
    flex: 0 0 15%;
    max-width: 15%;
  }
}
.single-product-wrap .product-content-wrap .product-content-right button {
  border: none;
  padding: 0;
  background-color: transparent;
  font-size: 16px;
  color: #000000;
  position: relative;
}
.single-product-wrap .product-content-wrap .product-content-right button:hover {
  color: #1b7baf;
}
.single-product-wrap .product-content-wrap-2 {
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.single-product-wrap .product-content-wrap-2 .product-rating-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.single-product-wrap
  .product-content-wrap-2
  .product-rating-wrap
  .product-rating
  i {
  color: #ff9806;
}
.single-product-wrap
  .product-content-wrap-2
  .product-rating-wrap
  .product-rating
  i.gray {
  color: #cccccc;
}
.single-product-wrap .product-content-wrap-2 .product-rating-wrap span {
  margin-left: 6px;
  color: #999999;
  font-family: "Heebo", sans-serif;
}
.single-product-wrap .product-content-wrap-2 h3 {
  font-size: 14px;
  font-weight: bold;
  margin: 2px 0 8px;
}
.single-product-wrap .product-content-wrap-2 h3 a {
  color: #000000;
}
.single-product-wrap .product-content-wrap-2 h3 a:hover {
  color: #1b7baf;
}
.single-product-wrap .product-content-wrap-2 .product-price-2 span {
  font-size: 18px;
  color: #000000;
  font-family: "Heebo", sans-serif;
  display: inline-block;
  margin: 0 4px;
}
.single-product-wrap .product-content-wrap-2 .product-price-2 span.new-price {
  color: #1b7baf;
}
.single-product-wrap .product-content-wrap-2 .product-price-2 span.old-price {
  font-size: 14px;
  color: #999999;
  text-decoration: line-through;
}
.single-product-wrap .product-content-wrap-2 .product-author {
  margin: 7px 0 0;
}
.single-product-wrap .product-content-wrap-2 .product-author span {
  color: #666666;
  display: block;
  line-height: 1;
}
.single-product-wrap .product-content-wrap-2 .product-author span a {
  color: #000000;
}
.single-product-wrap .product-content-wrap-2 .product-author span a:hover {
  color: #0064e0;
}
.single-product-wrap .product-content-wrap-2 .pro-add-to-cart {
  margin: 14px 0 0;
}
.single-product-wrap .product-content-wrap-2 .pro-add-to-cart button {
  border: none;
  font-weight: bold;
  color: #ffffff;
  background-color: #000000;
  font-size: 14px;
  padding: 8px 28px 8px;
  border-radius: 50px;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.single-product-wrap .product-content-wrap-2 .pro-add-to-cart button:hover {
  background-color: #1b7baf;
}
.single-product-wrap
  .product-content-wrap-2.product-content-wrap-2-modify
  .pro-add-to-cart {
  margin: 4px 0 0;
}
.single-product-wrap
  .product-content-wrap-2.product-content-wrap-2-modify
  .pro-add-to-cart
  button {
  font-size: 13px;
  padding: 4px 20px 4px;
}
.single-product-wrap .product-content-wrap-3 .product-content-categories a {
  color: #999999;
  font-size: 13px;
  text-transform: uppercase;
}
.single-product-wrap
  .product-content-wrap-3
  .product-content-categories
  a:hover {
  color: #1b7baf;
}
.single-product-wrap
  .product-content-wrap-3
  .product-content-categories
  a:hover.blue {
  color: #0064e0;
}
.single-product-wrap
  .product-content-wrap-3
  .product-content-categories
  a:hover.purple {
  color: #6f50a7;
}
.single-product-wrap .product-content-wrap-3 h3 {
  font-size: 14px;
  font-weight: 600;
  color: #222222;
  margin: 5px 0 3px;
}
.single-product-wrap .product-content-wrap-3 h3.mrg-none {
  margin: 0px 0 3px;
}
.single-product-wrap .product-content-wrap-3 h3.bold {
  font-weight: bold;
}
.single-product-wrap .product-content-wrap-3 h3 a {
  color: #222222;
}
.single-product-wrap .product-content-wrap-3 h3 a:hover {
  color: #1b7baf;
}
.single-product-wrap .product-content-wrap-3 h3 a:hover.blue {
  color: #0064e0;
}
.single-product-wrap .product-content-wrap-3 h3 a:hover.purple {
  color: #6f50a7;
}
.single-product-wrap .product-content-wrap-3 h3 a:hover.orange {
  color: #e44311;
}
.single-product-wrap .product-content-wrap-3 .product-rating-wrap-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 8px;
}
.single-product-wrap
  .product-content-wrap-3
  .product-rating-wrap-2
  .product-rating-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.single-product-wrap
  .product-content-wrap-3
  .product-rating-wrap-2
  .product-rating-4
  i {
  font-size: 12px;
  color: #ff9806;
  margin-right: 2px;
}
.single-product-wrap
  .product-content-wrap-3
  .product-rating-wrap-2
  .product-rating-4
  i.gray {
  color: #cccccc;
}
.single-product-wrap .product-content-wrap-3 .product-rating-wrap-2 span {
  color: #999999;
  font-size: 12px;
  font-family: "Heebo", sans-serif;
  margin-left: 4px;
}
.single-product-wrap .product-content-wrap-3 .product-price-4 span {
  font-size: 18px;
  font-family: "Heebo", sans-serif;
  color: black;
}
.single-product-wrap .product-content-wrap-3 .product-price-4 span.new-price {
  color: #1b7baf;
}
.single-product-wrap .product-content-wrap-3 .product-price-4 span.old-price {
  margin: 0 0 0 7px;
  font-size: 14px;
  color: #999999;
  text-decoration: line-through;
}
.single-product-wrap
  .product-content-wrap-3
  .product-price-4.product-price-4-hm10 {
  margin: 7px 0 7px;
}
.single-product-wrap .product-content-wrap-3 .pro-add-to-cart-2 {
  margin: 11px 0 0;
}
.single-product-wrap .product-content-wrap-3 .pro-add-to-cart-2 button {
  border: none;
  font-weight: bold;
  color: #ffffff;
  background-color: #000000;
  font-size: 13px;
  padding: 4px 20px 4px;
  border-radius: 50px;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.single-product-wrap .product-content-wrap-3 .pro-add-to-cart-2 button:hover {
  background-color: #1b7baf;
}
.single-product-wrap .product-content-wrap-3 .product-author {
  margin: 7px 0 0;
}
.single-product-wrap .product-content-wrap-3 .product-author span {
  color: #666666;
  display: block;
  line-height: 1;
}
.single-product-wrap .product-content-wrap-3 .product-author span a {
  color: #000000;
}
.single-product-wrap .product-content-wrap-3 .product-author span a:hover {
  color: #0064e0;
}
.single-product-wrap
  .product-content-wrap-3
  .product-author
  span
  a:hover.orange {
  color: #e44311;
}
.single-product-wrap .product-content-wrap-3 .single-product-sold {
  margin-top: 15px;
}
.single-product-wrap .product-content-wrap-3 .single-product-sold .progress {
  background: #eeeeee none repeat scroll 0 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  height: 8px;
  overflow: visible;
}
.single-product-wrap
  .product-content-wrap-3
  .single-product-sold
  .progress
  .progress-bar {
  background: #e44311;
  -webkit-box-shadow: none;
  box-shadow: none;
  position: relative;
}
.single-product-wrap
  .product-content-wrap-3
  .single-product-sold
  .progress
  .progress-bar.progress-bar-width70 {
  width: 70%;
}
.single-product-wrap
  .product-content-wrap-3
  .single-product-sold
  .progress
  .progress-bar.progress-bar-width50 {
  width: 50%;
}
.single-product-wrap
  .product-content-wrap-3
  .single-product-sold
  .progress
  .progress-bar.progress-bar-width30 {
  width: 30%;
}
.single-product-wrap
  .product-content-wrap-3
  .single-product-sold
  .progress
  .progress-bar.progress-bar-width90 {
  width: 90%;
}
.single-product-wrap
  .product-content-wrap-3
  .single-product-sold
  .progress
  .progress-bar.progress-bar-width60 {
  width: 60%;
}
.single-product-wrap .product-content-wrap-3 .single-product-sold span {
  font-size: 13px;
  color: #000000;
  letter-spacing: 0.25px;
  display: block;
  margin: 11px 0 0;
  line-height: 1;
}
.single-product-wrap .product-content-position {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -30px;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  visibility: hidden;
  opacity: 0;
  background-color: #ffffff;
  padding: 17px 10px 5px;
}
.single-product-wrap .product-content-position.product-content-wrap-2-modify {
  padding: 10px 10px 5px;
}
.single-product-wrap .product-content-position.product-content-position-plr-0 {
  padding: 10px 0px 5px;
}
.single-product-wrap .product-content-position h3 a {
  color: #999999;
}
.single-product-wrap .product-content-position h3 a:hover {
  color: #1b7baf;
}
.single-product-wrap .product-content-position-2 {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -30px;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  visibility: hidden;
  opacity: 0;
  background-color: #ffffff;
  padding: 17px 0px 5px;
}
.single-product-wrap .product-content-position-2.pro-position-2-padding-dec {
  padding: 10px 0px 5px;
}
.single-product-wrap .tooltip-style button span {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  top: -45px;
  color: #ffffff;
  background-color: #000000;
  white-space: pre;
  font-size: 13px;
  display: block;
  line-height: 1;
  padding: 4px 12px 6px;
  opacity: 0;
  visibility: hidden;
}
.single-product-wrap .tooltip-style button span:before {
  position: absolute;
  content: "";
  bottom: -11px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  border-top: 12px solid #000;
}
.single-product-wrap .tooltip-style button:first-child span {
  left: -14px;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}
.single-product-wrap .tooltip-style button:first-child span:before {
  left: 19px;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}
.single-product-wrap .tooltip-style button:last-child span {
  right: 0px;
  top: -41px;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  left: auto;
}
.single-product-wrap .tooltip-style button:last-child span:before {
  right: 7px;
  left: auto;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}
.single-product-wrap .tooltip-style button:hover span {
  opacity: 1;
  visibility: visible;
}
.single-product-wrap .product-content-2 h3 {
  margin: 0;
  font-size: 20px;
  font-weight: 300;
}
.single-product-wrap .product-content-2 h3 a {
  position: relative;
  color: #000000;
}
.single-product-wrap .product-content-2 h3 a span.blod {
  font-weight: bold;
}
.single-product-wrap .product-content-2 h3 a span.available-product {
  position: absolute;
  font-size: 12px;
  top: 3px;
  right: -28px;
}
@media only screen and (min-width: 1200px) and (max-width: 1365px) {
  .single-product-wrap .product-content-2 h3 a span.available-product {
    right: -25px;
  }
}
.single-product-wrap .product-content-2 h3 a:hover {
  text-decoration: underline;
}
.single-product-wrap .product-content-categories-2 h5 {
  font-size: 14px;
  font-weight: 600;
  color: #000000;
  letter-spacing: 0.5px;
  margin: 0;
  text-transform: uppercase;
}
.single-product-wrap .product-content-categories-2 h5.font-width-dec {
  font-weight: 400;
  letter-spacing: 0px;
}
.single-product-wrap .product-content-categories-2 h5 a {
  color: #000000;
}
.single-product-wrap .product-content-categories-2 h5 a:hover {
  color: #6f50a7;
}
.single-product-wrap .product-content-categories-2.product-content-blue h5 a {
  display: inline-block;
  border-bottom: 1px solid transparent;
}
.single-product-wrap
  .product-content-categories-2.product-content-blue
  h5
  a:hover {
  border-bottom: 1px solid #0064e0;
  color: #0064e0;
}
.single-product-wrap .product-content-categories-2.product-content-orange h5 a {
  display: inline-block;
  border-bottom: 1px solid transparent;
}
.single-product-wrap
  .product-content-categories-2.product-content-orange
  h5
  a:hover {
  border-bottom: 1px solid #e44311;
  color: #e44311;
}
.single-product-wrap
  .product-content-categories-2.product-content-green-2
  h5
  a {
  display: inline-block;
  border-bottom: 1px solid transparent;
}
.single-product-wrap
  .product-content-categories-2.product-content-green-2
  h5
  a:hover {
  border-bottom: 1px solid #6aae27;
  color: #6aae27;
}
.single-product-wrap:hover .product-img.product-img-zoom a img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.single-product-wrap:hover .product-img .product-action-wrap {
  bottom: 0px;
  opacity: 1;
  visibility: visible;
}
.single-product-wrap:hover .product-img .product-action-2 button:nth-child(1) {
  -webkit-transition-delay: 0.1s;
  -o-transition-delay: 0.1s;
  transition-delay: 0.1s;
  opacity: 1;
  visibility: visible;
  margin-top: 0px;
}
.single-product-wrap:hover .product-img .product-action-2 button:nth-child(2) {
  -webkit-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  transition-delay: 0.2s;
  opacity: 1;
  visibility: visible;
  margin-top: 0px;
}
.single-product-wrap:hover .product-img .product-action-2 button:nth-child(3) {
  -webkit-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  transition-delay: 0.3s;
  opacity: 1;
  visibility: visible;
  margin-top: 0px;
}
.single-product-wrap:hover .product-img.product-img-border a img {
  border: 1px solid #6f50a7;
}
.single-product-wrap:hover .product-img.product-img-border.border-blue a img {
  border: 1px solid #0064e0;
}
.single-product-wrap:hover
  .product-img.product-img-border.border-green-2
  a
  img {
  border: 1px solid #6aae27;
}
.single-product-wrap:hover .product-img.product-img-border-transparent a img {
  border: 1px solid #e44311;
}
.single-product-wrap:hover .product-content-wrap-2 {
  opacity: 0;
  visibility: hidden;
}
.single-product-wrap:hover .product-content-position {
  opacity: 1;
  visibility: visible;
  bottom: 0;
}
.single-product-wrap:hover .product-content-position-2 {
  opacity: 1;
  visibility: visible;
  bottom: 0;
}
@media only screen and (max-width: 767px) {
  .single-product-wrap.mb-35 {
    margin-bottom: 30px;
  }
  .single-product-wrap.mb-60 {
    margin-bottom: 30px;
  }
  .single-product-wrap.mb-50 {
    margin-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;
  -webkit-animation-name: moveUp;
  animation-name: moveUp;
  -webkit-animation-duration: 500ms;
  animation-duration: 500ms;
  -webkit-animation-timing-function: cubic-bezier(0.26, 0.69, 0.37, 0.96);
  animation-timing-function: cubic-bezier(0.26, 0.69, 0.37, 0.96);
  -webkit-animation-play-state: running;
  animation-play-state: running;
}
.product-slider-active .slick-list,
.product-slider-active-3 .slick-list,
.product-slider-active-4 .slick-list,
.product-slider-active-5 .slick-list,
.product-slider-active-7 .slick-list,
.product-slider-active-8 .slick-list,
.product-slider-active-9 .slick-list,
.related-product-active .slick-list {
  margin: 0 -15px;
}
.product-slider-active .slick-list .product-plr-1,
.product-slider-active-3 .slick-list .product-plr-1,
.product-slider-active-4 .slick-list .product-plr-1,
.product-slider-active-5 .slick-list .product-plr-1,
.product-slider-active-7 .slick-list .product-plr-1,
.product-slider-active-8 .slick-list .product-plr-1,
.product-slider-active-9 .slick-list .product-plr-1,
.related-product-active .slick-list .product-plr-1 {
  padding: 0 15px;
}
.product-categories-slider-1 .slick-list,
.product-categories-slider-2 .slick-list,
.product-categories-slider-3 .slick-list {
  margin: 0 -20px;
}
@media only screen and (min-width: 1200px) and (max-width: 1365px) {
  .product-categories-slider-1 .slick-list,
  .product-categories-slider-2 .slick-list,
  .product-categories-slider-3 .slick-list {
    margin: 0 -15px;
  }
}
@media only screen and (max-width: 767px) {
  .product-categories-slider-1 .slick-list,
  .product-categories-slider-2 .slick-list,
  .product-categories-slider-3 .slick-list {
    margin: 0 -15px;
  }
}
.product-categories-slider-1 .slick-list .product-plr-1,
.product-categories-slider-2 .slick-list .product-plr-1,
.product-categories-slider-3 .slick-list .product-plr-1 {
  padding: 0 20px;
}
@media only screen and (min-width: 1200px) and (max-width: 1365px) {
  .product-categories-slider-1 .slick-list .product-plr-1,
  .product-categories-slider-2 .slick-list .product-plr-1,
  .product-categories-slider-3 .slick-list .product-plr-1 {
    padding: 0 15px;
  }
}
@media only screen and (max-width: 767px) {
  .product-categories-slider-1 .slick-list .product-plr-1,
  .product-categories-slider-2 .slick-list .product-plr-1,
  .product-categories-slider-3 .slick-list .product-plr-1 {
    padding: 0 15px;
  }
}
.product-slider-active-2 .slick-list {
  margin: 0 -15px;
  padding: 20px 0 20px;
}
.product-slider-active-2 .slick-list .product-plr-2 {
  padding: 0 15px;
}
.product-slider-active-6 .slick-list {
  margin: 0 -15px;
}
.product-slider-active-6 .slick-list .product-plr-2 {
  padding: 0 15px;
}
.tab-btn-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .tab-btn-wrap {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .tab-btn-wrap.mb-40 {
    margin-bottom: 30px;
  }
}
.tab-style-2 a {
  color: #999999;
  display: inline-block;
  letter-spacing: 0.1px;
  text-transform: uppercase;
  margin-right: 30px;
}
@media only screen and (max-width: 767px) {
  .tab-style-2 a {
    margin-bottom: 5px;
  }
}
.tab-style-2 a:last-child {
  margin-right: 0;
}
.tab-style-2 a.active {
  color: #181b31;
}
@media only screen and (max-width: 767px) {
  .tab-style-2 {
    margin: 0px 8px 2px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.section-title-btn-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .section-title-btn-wrap.pb-20 {
    padding-bottom: 15px;
  }
  .section-title-btn-wrap.mb-50 {
    margin-bottom: 30px;
  }
}

.deal-bg-color {
  background-color: #eaeff2;
}

.product-area-padding {
  padding: 35px 30px 0 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .product-area-padding {
    padding: 20px 30px 0 0;
  }
}
@media only screen and (max-width: 767px) {
  .product-area-padding {
    padding: 30px 15px 30px 15px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .product-area-padding {
    padding: 30px 30px 30px 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tab-style-10 {
    margin: 5px 0 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .product-area.pb-100 {
    padding-bottom: 40px;
  }
  .product-area.pb-75 {
    padding-bottom: 35px;
  }
  .product-area.pb-80 {
    padding-bottom: 40px;
  }
  .product-categories-area.pb-70 {
    padding-bottom: 30px;
  }
  .product-categories-area.pb-60 {
    padding-bottom: 20px;
  }
  .deal-area.pt-150 {
    padding-top: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .product-area.pb-100 {
    padding-bottom: 25px;
  }
  .product-area.pb-95 {
    padding-bottom: 15px;
  }
  .product-area.pb-75 {
    padding-bottom: 20px;
  }
  .product-area.pb-80 {
    padding-bottom: 25px;
  }
  .product-area.pb-85 {
    padding-bottom: 60px;
  }
  .product-categories-area.pb-70 {
    padding-bottom: 30px;
  }
  .product-categories-area.pb-60 {
    padding-bottom: 20px;
  }
  .deal-area.pt-150 {
    padding-top: 60px;
  }
}

.banner-wrap {
  position: relative;
}

.banner-wrap .banner-img {
  position: relative;
  overflow: hidden;
}
.banner-wrap .banner-img a {
  display: block;
}
.banner-wrap .banner-img a img {
  width: 100%;
}
.banner-wrap .banner-img.banner-img-border {
  border: 1px solid #d9d9d9;
}
.banner-wrap .banner-img-zoom a {
  display: block;
}
.banner-wrap .banner-img-zoom a img {
  width: 100%;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

.banner-wrap:hover .banner-img-zoom a img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
@media only screen and (max-width: 767px) {
  .banner-wrap.banner-mt-none-xs.mt-40 {
    margin-top: 0px;
  }
}

.brand-logo-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .brand-logo-wrap {
    -webkit-box-pack: inherit;
    -webkit-justify-content: inherit;
    -ms-flex-pack: inherit;
    justify-content: inherit;
  }
}
@media only screen and (max-width: 767px) {
  .brand-logo-wrap {
    -webkit-box-pack: inherit;
    -webkit-justify-content: inherit;
    -ms-flex-pack: inherit;
    justify-content: inherit;
  }
}

.brand-logo-wrap .single-brand-logo {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 20%;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .brand-logo-wrap .single-brand-logo {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.333%;
    -ms-flex: 0 0 33.333%;
    flex: 0 0 33.333%;
    max-width: 33.333%;
  }
}
@media only screen and (max-width: 767px) {
  .brand-logo-wrap .single-brand-logo {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .brand-logo-wrap .single-brand-logo {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.333%;
    -ms-flex: 0 0 33.333%;
    flex: 0 0 33.333%;
    max-width: 33.333%;
  }
}
.brand-logo-wrap .single-brand-logo img {
  width: 100%;
  opacity: 0.45;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.brand-logo-wrap .single-brand-logo:hover img {
  opacity: 1;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.brand-logo-wrap-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.brand-logo-wrap-2 .single-brand-logo-2 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 16.63%;
  -ms-flex: 0 0 16.63%;
  flex: 0 0 16.63%;
  max-width: 16.63%;
  text-align: center;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .brand-logo-wrap-2 .single-brand-logo-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.333%;
    -ms-flex: 0 0 33.333%;
    flex: 0 0 33.333%;
    max-width: 33.333%;
  }
}
@media only screen and (max-width: 767px) {
  .brand-logo-wrap-2 .single-brand-logo-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .brand-logo-wrap-2 .single-brand-logo-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.333%;
    -ms-flex: 0 0 33.333%;
    flex: 0 0 33.333%;
    max-width: 33.333%;
  }
}
.brand-logo-wrap-2 .single-brand-logo-2:first-child {
  text-align: left;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .brand-logo-wrap-2 .single-brand-logo-2:first-child {
    text-align: center;
  }
}
@media only screen and (max-width: 767px) {
  .brand-logo-wrap-2 .single-brand-logo-2:first-child {
    text-align: center;
  }
}
.brand-logo-wrap-2 .single-brand-logo-2:last-child {
  text-align: right;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .brand-logo-wrap-2 .single-brand-logo-2:last-child {
    text-align: center;
  }
}
@media only screen and (max-width: 767px) {
  .brand-logo-wrap-2 .single-brand-logo-2:last-child {
    text-align: center;
  }
}
.brand-logo-wrap-2 .single-brand-logo-2 img {
  max-width: 100%;
  opacity: 0.45;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.brand-logo-wrap-2 .single-brand-logo-2:hover img {
  opacity: 1;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.copyright p {
  color: #999;
  letter-spacing: 0.25px;
}
.copyright p a {
  color: #999;
}
.copyright p a span {
  color: #1b7baf;
}
.copyright p a:hover {
  color: #1b7baf;
}
@media only screen and (max-width: 767px) {
  .copyright.copyright-center {
    text-align: center;
  }
}

.footer-widget {
  overflow: hidden;
}
.footer-widget h3.footer-title {
  font-size: 16px;
  font-weight: 600;
  letter-spacing: -0.25px;
  margin: 0 0 40px;
  text-transform: uppercase;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer-widget h3.footer-title {
    margin: 0 0 20px;
  }
}
@media only screen and (max-width: 767px) {
  .footer-widget h3.footer-title {
    margin: 0 0 20px;
  }
}
.footer-widget .footer-info-list ul li {
  display: block;
  margin-bottom: 8px;
}
.footer-widget .footer-info-list ul li:last-child {
  margin-bottom: 0;
}
.footer-widget .footer-info-list ul li a {
  color: #666666;
  display: block;
}
.footer-widget .footer-info-list ul li a:hover {
  color: #000000;
  text-decoration: underline;
}
.footer-widget .footer-info-list.info-list-50-parcent ul li {
  width: 50%;
  float: left;
}
.footer-widget .contact-info-2 .single-contact-info-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 12px;
}
.footer-widget .contact-info-2 .single-contact-info-2 .contact-info-2-icon i {
  font-size: 16px;
  color: #000000;
}
.footer-widget .contact-info-2 .single-contact-info-2 .contact-info-2-content {
  margin-left: 13px;
}
.footer-widget
  .contact-info-2
  .single-contact-info-2
  .contact-info-2-content
  p {
  color: #000000;
  margin: 0 0 0px;
}
.footer-widget
  .contact-info-2
  .single-contact-info-2
  .contact-info-2-content
  h3 {
  font-size: 30px;
  font-weight: 600;
  color: #1b7baf;
  margin: 19px 0 28px;
}
.footer-widget
  .contact-info-2
  .single-contact-info-2
  .contact-info-2-content
  h3.purple {
  color: #6f50a7;
}
.footer-widget
  .contact-info-2
  .single-contact-info-2
  .contact-info-2-content
  h3.blue {
  color: #0064e0;
}
.footer-widget
  .contact-info-2
  .single-contact-info-2
  .contact-info-2-content
  h3.green-2 {
  color: #6aae27;
}
.footer-widget
  .contact-info-2
  .single-contact-info-2
  .contact-info-2-content
  h3.orange {
  color: #e44311;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .footer-widget
    .contact-info-2
    .single-contact-info-2
    .contact-info-2-content
    h3 {
    font-size: 23px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer-widget
    .contact-info-2
    .single-contact-info-2
    .contact-info-2-content
    h3 {
    font-size: 16px;
    margin: 12px 0 4px;
  }
}
@media only screen and (max-width: 767px) {
  .footer-widget
    .contact-info-2
    .single-contact-info-2
    .contact-info-2-content
    h3 {
    font-size: 20px;
    margin: 12px 0 5px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer-widget.ml-70 {
    margin-left: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .footer-widget.ml-70 {
    margin-left: 0px;
  }
}
.payment-img a {
  display: block;
}
.payment-img a img {
  max-width: 100%;
}
.payment-img.payment-img-right {
  text-align: right;
}
@media only screen and (max-width: 767px) {
  .payment-img.payment-img-right {
    text-align: center;
  }
}
@media only screen and (max-width: 767px) {
  .payment-img {
    margin-bottom: 15px;
    text-align: center;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer-area.pb-65 {
    padding-bottom: 45px;
  }
  .footer-top.pb-55 {
    padding-bottom: 35px;
  }
}
@media only screen and (max-width: 767px) {
  .footer-area.pb-65 {
    padding-bottom: 55px;
  }
  .footer-area.pb-90 {
    padding-bottom: 55px;
  }
  .footer-area.pt-85 {
    padding-top: 55px;
  }
  .footer-area.pt-95 {
    padding-top: 55px;
  }
  .footer-top.pb-55 {
    padding-bottom: 15px;
  }
}

.tag-wrap a {
  display: inline-block;
  color: #555555;
  line-height: 1;
  background-color: #f5f5f5;
  padding: 8px 13px 10px;
  margin: 0 1px 7px;
  border-radius: 3px;
  border: 1px solid transparent;
}
.tag-wrap a:hover {
  background-color: transparent;
  border: 1px solid #6aae27;
  color: #6aae27;
}
.modal-dialog {
  margin: 2% auto 8%;
  max-width: 960px;
  width: 960px;
}
@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;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .modal-dialog {
    width: 480px;
    max-width: 480px;
    padding: 35px 0;
  }
}
.modal-dialog .modal-header .close {
  color: #333;
  cursor: pointer;
  opacity: 1;
}
.modal-dialog .modal-body {
  padding: 35px 15px;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .modal-dialog .modal-body {
    padding: 35px 30px;
  }
}
.modal-dialog .quickview-big-img img {
  width: 100%;
}
.quickview-img img {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .product-details-content {
    margin: 25px 0 0;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .product-details-content {
    margin: 30px 0 0;
  }
}
.product-details-content h2 {
  font-size: 25px;
  font-weight: bold;
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .product-details-content h2 {
    font-size: 22px;
  }
}
.product-details-content .product-ratting-review-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 16px 0 10px;
}
.product-details-content
  .product-ratting-review-wrap
  .product-ratting-digit-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: 35px;
  position: relative;
}
.product-details-content
  .product-ratting-review-wrap
  .product-ratting-digit-wrap:before {
  position: absolute;
  content: "";
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: -18px;
  background-color: #bcbcbc;
  height: 15px;
  width: 1px;
}
.product-details-content
  .product-ratting-review-wrap
  .product-ratting-digit-wrap
  .product-ratting {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.product-details-content
  .product-ratting-review-wrap
  .product-ratting-digit-wrap
  .product-ratting
  i {
  font-size: 12px;
  color: #ff9806;
  margin-right: 2px;
}
.product-details-content
  .product-ratting-review-wrap
  .product-ratting-digit-wrap
  .product-digit {
  margin-left: 18px;
}
.product-details-content
  .product-ratting-review-wrap
  .product-ratting-digit-wrap
  .product-digit
  span {
  font-size: 16px;
  color: #484848;
}
.product-details-content
  .product-ratting-review-wrap
  .product-review-order
  span {
  font-size: 15px;
  margin-right: 10px;
}
.product-details-content
  .product-ratting-review-wrap
  .product-review-order
  span:last-child {
  margin-right: 0;
}
.product-details-content .product-ratting-review-wrap.product-ratting-mrg-none {
  margin: 33px 0 14px;
}
@media only screen and (max-width: 767px) {
  .product-details-content
    .product-ratting-review-wrap.product-ratting-mrg-none {
    margin: 15px 0 14px;
  }
}
.product-details-content p {
  font-size: 15px;
  line-height: 28px;
  margin: 0;
}
.product-details-content .pro-details-price {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 22px 0 22px;
}
.product-details-content .pro-details-price span {
  font-size: 28px;
  font-weight: 500;
  font-family: "Heebo", sans-serif;
}
.product-details-content .pro-details-price span.new-price {
  color: #1b7baf;
}
.product-details-content .pro-details-price span.old-price {
  text-decoration: line-through;
  font-size: 20px;
  color: #000000;
  margin-left: 15px;
}
.product-details-content .pro-details-price.pro-details-price-4 {
  margin: 0px 0 25px;
}
.product-details-content .pro-details-color-wrap {
  margin-bottom: 25px;
}
.product-details-content .pro-details-color-wrap span {
  display: block;
  font-weight: 600;
  margin: 0 0 7px;
  line-height: 1;
  letter-spacing: 0.5px;
}
.product-details-content .pro-details-size {
  margin-bottom: 20px;
}
.product-details-content .pro-details-size span {
  display: block;
  font-weight: 600;
  margin: 0 0 7px;
  line-height: 1;
  letter-spacing: 0.5px;
}
.product-details-content .pro-details-size .pro-details-size-content ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.product-details-content .pro-details-size .pro-details-size-content ul li {
  margin-right: 5px;
}
.product-details-content
  .pro-details-size
  .pro-details-size-content
  ul
  li:last-child {
  margin-right: 0;
}
.pro-details-size span {
  color: #1b7baf;
  font-weight: bold;
}
.product-details-content .pro-details-size .pro-details-size-content ul li a {
  display: inline-block;
  border: 1px solid #1b7baf;
  width: auto;
  height: 41px;
  font-weight: 600;
  padding: 5px 12px;
  border-radius: 5px 12px;
  box-shadow: 2px 2px 3px #ddd;
  text-align: center;
  line-height: 28px;
  margin: auto 5px;
}
.active_attr {
  background-color: #1b7baf;
  color: white;
}
.product-details-content
  .pro-details-size
  .pro-details-size-content
  ul
  li
  a:hover {
  background-color: #1b7baf;
  color: #ffffff;
  border: 1px solid #1b7baf;
}
.product-details-content .pro-details-group {
  margin: 35px 0 25px;
}
.product-details-content .pro-details-group .single-group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 28px;
}
.product-details-content .pro-details-group .single-group:last-child {
  margin-bottom: 0px;
}
.product-details-content .pro-details-group .single-group .pro-dec-title-price {
  margin-left: 10px;
}
.product-details-content
  .pro-details-group
  .single-group
  .pro-dec-title-price
  .pro-dec-title
  h5 {
  font-size: 15px;
  font-weight: 600;
  margin: 0 0 5px;
}
.product-details-content
  .pro-details-group
  .single-group
  .pro-dec-title-price
  .pro-dec-title
  h5
  a {
  color: #000000;
}
.product-details-content
  .pro-details-group
  .single-group
  .pro-dec-title-price
  .pro-dec-price
  span {
  font-size: 16px;
  font-weight: 500;
  font-family: "Heebo", sans-serif;
}
.product-details-content
  .pro-details-group
  .single-group
  .pro-dec-title-price
  .pro-dec-price
  span.new-price {
  color: #1b7baf;
}
.product-details-content
  .pro-details-group
  .single-group
  .pro-dec-title-price
  .pro-dec-price
  span.old-price {
  text-decoration: line-through;
  font-size: 14px;
  color: #000000;
  margin-left: 7px;
}
.product-details-content .product-details-meta {
  margin: 11px 0 19px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .product-details-content .product-details-meta {
    margin: 20px 0 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .product-details-content .product-details-meta {
    margin: 20px 0 20px;
  }
}
@media only screen and (max-width: 767px) {
  .product-details-content .product-details-meta {
    margin: 20px 0 20px;
  }
}
.product-details-content .product-details-meta ul li {
  margin: 0 0 5px;
}
.product-details-content .product-details-meta ul li:last-child {
  margin: 0 0 0px;
}
.product-details-content .product-details-meta ul li span {
  display: inline-block;
  width: 105px;
  font-weight: 600;
  letter-spacing: 0.5px;
}
.product-details-content .product-details-meta ul li a {
  color: #1c1c1c;
}
.product-details-content .product-details-meta ul li a:hover {
  color: #1b7baf;
}
.product-details-content .pro-details-action-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .product-details-content .pro-details-action-wrap {
    display: block;
  }
}
.product-details-content .pro-details-action-wrap.pro-details-action-center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.product-details-content .pro-details-action-wrap .pro-details-add-to-cart {
  margin-right: 15px;
  width: 70%;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .product-details-content .pro-details-action-wrap .pro-details-add-to-cart {
    margin-right: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .product-details-content .pro-details-action-wrap .pro-details-add-to-cart {
    margin-bottom: 20px;
  }
}
.product-details-content .pro-details-action-wrap .pro-details-add-to-cart a {
  display: inline-block;
  font-size: 20px;
  font-weight: 500;
  color: #fff;
  width: 100%;
  text-align: center;
  line-height: 1;
  background-color: #5298cd;
  padding: 18px 50px 17px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .product-details-content .pro-details-action-wrap .pro-details-add-to-cart a {
    padding: 18px 30px 17px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .product-details-content .pro-details-action-wrap .pro-details-add-to-cart a {
    padding: 14px 18px 15px;
  }
}
.product-details-content
  .pro-details-action-wrap
  .pro-details-add-to-cart
  a:hover {
  background-color: #1b7baf;
}
.product-details-content .pro-details-action-wrap .pro-details-action {
  position: relative;
}
.product-details-content .pro-details-action-wrap .pro-details-action > a {
  display: inline-block;
  font-size: 17px;
  line-height: 1;
  padding: 16px 18px 17px;
  color: #000000;
  border: 1px solid #ededed;
  margin-right: 15px;
  position: relative;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .product-details-content .pro-details-action-wrap .pro-details-action > a {
    padding: 16px 15px 17px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .product-details-content .pro-details-action-wrap .pro-details-action > a {
    padding: 12px 14px 13px;
    margin-right: 5px;
  }
}
.product-details-content
  .pro-details-action-wrap
  .pro-details-action
  > a:last-child {
  margin-right: 0px;
}
.product-details-content
  .pro-details-action-wrap
  .pro-details-action
  > a:hover {
  background-color: #1b7baf;
  color: #ffffff;
}
.product-details-content.pro-details-content-mrg .pro-details-price {
  margin: 22px 0 32px;
}
.product-details-content.pro-details-content-mrg .pro-details-color-wrap {
  margin-bottom: 35px;
}
.product-details-content.pro-details-content-mrg .pro-details-color-wrap span {
  font-size: 15px;
}
.product-details-content.pro-details-content-mrg .pro-details-size {
  margin-bottom: 30px;
}
.product-details-content.pro-details-content-mrg .pro-details-size span {
  font-size: 15px;
}
.product-details-content.pro-details-content-mrg .pro-details-quality span {
  font-size: 15px;
}
.product-details-content.pro-details-content-mrg .product-details-meta {
  margin: 21px 0 29px;
}
.product-details-content.pro-details-content-mrg
  .product-details-meta
  ul
  li
  span {
  font-size: 15px;
}
.pro-details-quality {
  margin: 57px auto;
  display: flex;
  align-items: center;
  justify-content: start;
}
.pro-details-quality .quantity-wrapper {
  width: 40%;
}
.pro-details-quality .quantity-wrapper .qty-input {
  width: 30%;
  height: 40px;
}

.pro-details-quality span {
  display: inline-flex;
  font-size: 20px;
  background-color: #f3f3f3;
  font-weight: 600;
  color: rgb(47, 47, 47);
  border-radius: 7px;
  padding: 1rem 1.5rem;
  letter-spacing: 0.5px;
}
.pro-details-quality .cart-plus-minus {
  display: inline-block;
  overflow: hidden;
  padding: 0;
  position: relative;
}
.pro-details-quality .cart-plus-minus .qtybutton {
  color: #000000;
  cursor: pointer;
  float: inherit;
  font-size: 18px;
  line-height: 20px;
  margin: 0;
  position: absolute;
  text-align: center;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  top: 0;
}
.pro-details-quality .cart-plus-minus .qtybutton.dec {
  height: 31px;
  width: 31px;
  line-height: 31px;
  border: 1px solid #e3e4e9;
}
.pro-details-quality .cart-plus-minus .qtybutton.inc {
  height: 31px;
  width: 31px;
  line-height: 31px;
  border: 1px solid #e3e4e9;
  right: 0px;
}
.pro-details-quality .cart-plus-minus input.cart-plus-minus-box {
  background: transparent none repeat scroll 0 0;
  border: medium none;
  color: #3a3a3a;
  float: left;
  font-size: 14px;
  font-weight: 500;
  height: 31px;
  margin: 0;
  padding: 0;
  text-align: center;
  width: 92px;
}
.pro-details-quality
  .cart-plus-minus
  input.cart-plus-minus-box.plus-minus-width-inc {
  width: 120px;
}
.pro-details-color-content ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.pro-details-color-content ul li {
  margin-right: 5px;
  display: inline-block;
}
.pro-details-color-content ul li:last-child {
  margin-right: 0;
}
.pro-details-color-content ul li a {
  width: 31px;
  height: 31px;
  font-size: 0;
  display: inline-block;
  border: 1px solid #e3e4e9;
  position: relative;
}
.pro-details-color-content ul li a.active::before {
  color: #fff;
  content: "\eed8";
  font-family: IcoFont;
  font-size: 20px;
  position: absolute;
  z-index: 9;
  left: 50%;
  top: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
}
.pro-details-color-content ul li a.white {
  background-color: #fff;
}
.pro-details-color-content ul li a.azalea {
  background-color: #fbbbbb;
}
.pro-details-color-content ul li a.dolly {
  background-color: #f3e66d;
}
.pro-details-color-content ul li a.peach-orange {
  background-color: #ffcc8a;
}
.pro-details-color-content ul li a.mona-lisa {
  background-color: #fb9696;
}
.pro-details-color-content ul li a.cupid {
  background-color: #f5a8de;
}
.pro-details-color-content ul li a.one {
  background-color: #d0ccf8;
}
.pro-details-color-content ul li a.two {
  background-color: #b6e3f6;
}
.pro-details-color-content ul li a.three {
  background-color: #d1d0ae;
}
.pro-details-color-content ul li a.four {
  background-color: #bed4a5;
}
.pro-details-color-content ul li a.five {
  background-color: #c4bb6c;
}
.pro-details-color-content ul li a.six {
  background-color: #a0d1b7;
}
.pro-details-color-content ul li a.seven {
  background-color: #e1a8a8;
}
.pro-details-color-content ul li a.eight {
  background-color: #b8bbd4;
}
.pro-details-color-content ul li a.nine {
  background-color: #a8a6b4;
}
.pro-details-color-content ul li a.ten {
  background-color: #5d6061;
}
@media only screen and (max-width: 767px) {
  .pro-details-color-content.mt-50 {
    margin-top: 20px;
  }
}
.product-dec-social {
  position: absolute;
  bottom: -33px;
  right: -7px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
@media only screen and (max-width: 767px) {
  .product-dec-social {
    left: 0;
    right: auto;
  }
}
.product-dec-social a {
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  color: #fff;
  text-align: center;
  font-size: 12px;
}
.product-dec-social a.facebook {
  background-color: #5678bf;
}
.product-dec-social a.twitter {
  background-color: #73c2fd;
}
.product-dec-social a.instagram {
  background-color: #e4405f;
}
.product-dec-social a.pinterest {
  background-color: #c32026;
}
.product-dec-social.show {
  visibility: visible;
  opacity: 1;
  right: 15px;
}

.easyzoom-style {
  position: relative;
}
.easyzoom-style a.easyzoom-pop-up {
  position: absolute;
  right: 25px;
  bottom: 20px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  display: inline-block;
  background-color: #fff;
  color: #000;
  font-size: 16px;
  text-align: center;
  border-radius: 100%;
  z-index: 999;
}
@media only screen and (max-width: 767px) {
  .easyzoom-style a.easyzoom-pop-up {
    width: 40px;
    height: 40px;
    font-size: 14px;
    line-height: 40px;
  }
}
.easyzoom-style a.easyzoom-pop-up i {
  line-height: 50px;
}
@media only screen and (max-width: 767px) {
  .easyzoom-style a.easyzoom-pop-up i {
    line-height: 40px;
  }
}
.easyzoom-style a.easyzoom-pop-up:hover {
  color: #1b7baf;
}
.easyzoom-style .easyzoom {
  display: block;
}
.easyzoom-style .easyzoom > a {
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}
.easyzoom-style .easyzoom > a img {
  width: 100%;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}
.easyzoom-style .easyzoom-popup > a img {
  width: 100%;
}

.dec-review-topbar {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.dec-review-topbar a {
  display: inline-block;
  font-size: 18px;
  color: #000000;
  padding: 0 30px 5px;
  margin: 0 14px 0 0;
  position: relative;
}
.dec-review-topbar a:last-child {
  margin: 0 0px 0 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .dec-review-topbar a {
    padding: 0 15px 22px;
    margin: 0 7px 0 0;
  }
}
@media only screen and (max-width: 767px) {
  .dec-review-topbar a {
    padding: 0 10px 10px;
    margin: 0 0px 10px 0;
    font-size: 16px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .dec-review-topbar a {
    padding: 0 7px 10px;
  }
}

.dec-review-topbar a.active {
  color: #2d2d2d;
  font-size: 28px;
  font-weight: 600;
}
.dec-review-topbar a.active:before {
  opacity: 1;
  visibility: visible;
}
@media only screen and (max-width: 767px) {
  .dec-review-topbar.mb-45 {
    margin-bottom: 25px;
  }
}
.dec-review-topbar.dec-review-topbar-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-bottom: none;
}
.dec-review-bottom .description-wrap p {
  font-size: 15px;
  line-height: 30px;
  margin: 0 0 20px;
}
@media only screen and (max-width: 767px) {
  .dec-review-bottom .description-wrap p {
    font-size: 14px;
    margin: 0 0 18x;
    line-height: 27px;
  }
}
.dec-review-bottom .description-wrap p:last-child {
  margin: 0 0 0px;
}
.dec-review-bottom .specification-wrap table {
  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: #000000;
  padding: 17px 30px;
}
.dec-review-bottom .specification-wrap table tbody tr td.title {
  font-weight: 500;
  font-size: 15px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .dec-review-bottom .specification-wrap table tbody tr td {
    padding: 17px 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .dec-review-bottom .specification-wrap table tbody tr td {
    padding: 17px 20px;
  }
}
@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 (min-width: 992px) and (max-width: 1199px) {
  .dec-review-bottom .specification-wrap table tbody tr td.width1 {
    width: 200px;
  }
}
@media only screen and (max-width: 767px) {
  .dec-review-bottom .specification-wrap table tbody tr td.width1 {
    width: 100px;
  }
}
.dec-review-bottom .review-wrapper h2 {
  font-size: 22px;
  margin: 0 0 25px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .dec-review-bottom .review-wrapper h2 {
    font-size: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .dec-review-bottom .review-wrapper h2 {
    font-size: 18px;
    margin: 0 0 18px;
  }
}
.dec-review-bottom .single-review {
  margin: 0 0 60px;
  padding: 50px 30px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .dec-review-bottom .single-review {
    padding: 50px 20px;
  }
}
@media only screen and (max-width: 767px) {
  .dec-review-bottom .single-review {
    padding: 30px;
    display: block;
    margin: 0 0 30px;
  }
}
.dec-review-bottom .single-review .review-img {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 60px;
  -ms-flex: 0 0 60px;
  flex: 0 0 60px;
}
.dec-review-bottom .single-review .review-content {
  margin-left: 20px;
}
@media only screen and (max-width: 767px) {
  .dec-review-bottom .single-review .review-content {
    margin-left: 0px;
  }
}
.dec-review-bottom .single-review .review-content .review-top-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 0 15px;
}
@media only screen and (max-width: 767px) {
  .dec-review-bottom .single-review .review-content .review-top-wrap {
    display: block;
    margin: 10px 0 10px;
  }
}
.dec-review-bottom
  .single-review
  .review-content
  .review-top-wrap
  .review-name
  h5 {
  font-size: 13px;
  margin: 0;
  color: #535353;
}
.dec-review-bottom
  .single-review
  .review-content
  .review-top-wrap
  .review-name
  h5
  span {
  font-weight: 600;
  font-size: 14px;
  color: #000000;
}
.dec-review-bottom
  .single-review
  .review-content
  .review-top-wrap
  .review-rating {
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  .dec-review-bottom
    .single-review
    .review-content
    .review-top-wrap
    .review-rating {
    margin: 10px 0 0px;
  }
}
.dec-review-bottom
  .single-review
  .review-content
  .review-top-wrap
  .review-rating
  i {
  font-size: 14px;
  color: #d5d6d8;
}
.dec-review-bottom
  .single-review
  .review-content
  .review-top-wrap
  .review-rating
  i.yellow {
  color: #f5b223;
}
.dec-review-bottom .single-review .review-content p {
  font-size: 15px;
  line-height: 28px;
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .dec-review-bottom .single-review .review-content p {
    font-size: 15px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1365px) {
  .dec-review-bottom .single-review.pro-details-9-single-review {
    padding: 50px 12px;
  }
}
.dec-review-bottom .ratting-form-wrapper > span {
  display: block;
  line-height: 1;
  font-size: 16px;
}
.dec-review-bottom .ratting-form-wrapper p {
  font-size: 14px;
  margin: 9px 0 0;
  color: #535353;
}
.dec-review-bottom .ratting-form-wrapper p span {
  color: red;
}
.dec-review-bottom .ratting-form-wrapper .ratting-form {
  margin: 30px 0 0;
}
.dec-review-bottom .ratting-form-wrapper .ratting-form .star-box-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 16px 0 29px;
}
.dec-review-bottom
  .ratting-form-wrapper
  .ratting-form
  .star-box-wrap
  .single-ratting-star {
  margin-right: 17px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.dec-review-bottom
  .ratting-form-wrapper
  .ratting-form
  .star-box-wrap
  .single-ratting-star
  a {
  color: #535353;
}
.dec-review-bottom
  .ratting-form-wrapper
  .ratting-form
  .star-box-wrap
  .single-ratting-star:hover
  i {
  color: #f5b223;
}
.dec-review-bottom
  .ratting-form-wrapper
  .ratting-form
  .rating-form-style
  label {
  margin: 0 0 5px;
}
.dec-review-bottom
  .ratting-form-wrapper
  .ratting-form
  .rating-form-style
  label
  span {
  color: red;
}
.dec-review-bottom .ratting-form-wrapper .ratting-form .rating-form-style input,
.dec-review-bottom
  .ratting-form-wrapper
  .ratting-form
  .rating-form-style
  textarea {
  background: transparent;
  border: 1px solid #cdcdcd;
  height: 50px;
  padding: 5px 10px;
}
.dec-review-bottom
  .ratting-form-wrapper
  .ratting-form
  .rating-form-style
  input:focus,
.dec-review-bottom
  .ratting-form-wrapper
  .ratting-form
  .rating-form-style
  textarea:focus {
  border: 1px solid #262626;
}
.dec-review-bottom
  .ratting-form-wrapper
  .ratting-form
  .rating-form-style
  textarea {
  height: 150px;
}
.dec-review-bottom .ratting-form-wrapper .ratting-form .form-submit {
  margin-top: 20px;
}
.dec-review-bottom .ratting-form-wrapper .ratting-form .form-submit input {
  padding: 8px 35px;
  line-height: 30px;
  color: #fff;
  border-width: 0;
  font-weight: 600;
  display: inline-block;
  width: auto;
  height: auto;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #000000;
}
.dec-review-bottom
  .ratting-form-wrapper
  .ratting-form
  .form-submit
  input:hover {
  background: #1b7baf;
}
.product-dec-left {
  position: relative;
  float: left;
  width: 115px;
  padding-right: 20px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .product-dec-left {
    width: 110px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .product-dec-left {
    width: 135px;
  }
}
@media only screen and (max-width: 767px) {
  .product-dec-left {
    width: 90px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .product-dec-left {
    width: 100px;
  }
}
.product-dec-right {
  float: right;
  position: relative;
  width: calc(100% - 115px);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .product-dec-right {
    width: calc(100% - 110px);
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .product-dec-right {
    width: calc(100% - 135px);
  }
}
@media only screen and (max-width: 767px) {
  .product-dec-right {
    width: calc(100% - 90px);
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .product-dec-right {
    width: calc(100% - 100px);
  }
}
.product-dec-small-style2 {
  text-align: center;
}
.product-dec-small-style2 .product-dec-small {
  margin: 5px 0px 5px 0px;
  cursor: pointer;
}
.product-dec-small-style2 .product-dec-small img {
  width: 100%;
}
.product-dec-small-style2 .product-dec-small.slick-active {
  border: 1px solid transparent;
}
.product-dec-small-style2 .product-dec-small.slick-active.slick-current {
  border: 1px solid #1b7baf;
}
.product-dec-small-style2 .product-dec-small:last-child {
  margin: 0 0 0px;
}
.product-dec-small-style2 span {
  color: #262626;
  font-size: 10px;
  line-height: 1;
  cursor: pointer;
  z-index: 9;
  width: 24px;
  height: 24px;
  line-height: 24px;
  border: 1px solid #979797;
  color: #1e1e1e;
  text-align: center;
  border-radius: 100%;
  display: inline-block;
}
.product-dec-small-style2 span:hover {
  color: #ffffff;
  border: 1px solid #1b7baf;
  background-color: #1b7baf;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .pro-details-content-mt-md {
    margin-top: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .modal-header {
    padding: 10px 1rem;
  }
}
.breadcrumb-area {
  padding: 35px 0;
}
.breadcrumb-content ul li {
  display: inline-block;
  font-size: 16px;
  font-weight: 400;
  color: #1b7baf;
  margin-right: 18px;
  text-transform: capitalize;
  position: relative;
}
/* .breadcrumb-content ul li::before {
  position: absolute;
  width: 18px;
  height: 1px;
  background-color: #5b5858;
  content: "";
  right: -21px;
  top: 12px;
  z-index: 9;
  -webkit-transform: rotate(115deg);
  -ms-transform: rotate(115deg);
  transform: rotate(115deg);
} */
.contact-details {
  font-size: 1.2rem;
}
.contact-details ul {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.breadcrumb-content ul li:last-child::before {
  display: none;
}
.breadcrumb-content ul li a {
  color: #000000;
  font-weight: 600;
}
.breadcrumb-content ul li a:hover {
  color: #1b7baf;
}
.sidebar-wrapper.sidebar-wrapper-mrg-left {
  margin-left: 20px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .sidebar-wrapper.sidebar-wrapper-mrg-left {
    margin-left: 0px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .sidebar-wrapper.sidebar-wrapper-mrg-left {
    margin-left: 0px;
  }
}
@media only screen and (max-width: 767px) {
  .sidebar-wrapper.sidebar-wrapper-mrg-left {
    margin-left: 0px;
  }
}
.sidebar-wrapper.sidebar-wrapper-mrg-right {
  margin-right: 20px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .sidebar-wrapper.sidebar-wrapper-mrg-right {
    margin-right: 0px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .sidebar-wrapper.sidebar-wrapper-mrg-right {
    margin-right: 0px;
  }
}
@media only screen and (max-width: 767px) {
  .sidebar-wrapper.sidebar-wrapper-mrg-right {
    margin-right: 0px;
  }
}
@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: 30px;
  }
}
.sidebar-widget h4.sidebar-widget-title {
  font-size: 18px;
  font-weight: 600;
  margin: 0;
  line-height: 1;
}
.sidebar-widget .sidebar-search {
  margin-top: 20px;
}
.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: #000;
}
.sidebar-widget
  .sidebar-search
  .sidebar-search-form
  input::-moz-input-placeholder {
  color: #000;
  opacity: 1;
}
.sidebar-widget
  .sidebar-search
  .sidebar-search-form
  input::-webkit-input-placeholder {
  color: #000;
  opacity: 1;
}
.sidebar-widget .sidebar-search .sidebar-search-form button {
  background: transparent none repeat scroll 0 0;
  border-color: #a1a5aa;
  -webkit-border-image: none;
  -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%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  cursor: pointer;
  color: #000;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  font-size: 17px;
}
.sidebar-widget .sidebar-search .sidebar-search-form button:hover {
  color: #1b7baf;
}
.sidebar-widget .shop-catigory {
  margin-top: 18px;
}
.sidebar-widget .shop-catigory ul li {
  margin-bottom: 10px;
}
.sidebar-widget .shop-catigory ul li:last-child {
  margin-bottom: 0;
}
.sidebar-widget .shop-catigory ul li a {
  color: #000000;
  display: block;
}
.sidebar-widget .shop-catigory ul li a:hover {
  color: #1b7baf;
}
.sidebar-widget .price-filter {
  margin-top: 15px;
}
.sidebar-widget .price-filter span {
  display: block;
  margin: 0 0 16px;
}
.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;
  height: 5px;
  margin-bottom: 12px;
  margin-left: auto;
  margin-top: 5px;
}
.sidebar-widget .price-filter #slider-range span {
  -webkit-transition: all 0s ease 0s;
  -o-transition: all 0s ease 0s;
  transition: all 0s ease 0s;
}
.sidebar-widget .price-filter #slider-range .ui-slider-range {
  position: absolute;
  display: block;
  border: 0;
  background: #1b7baf none repeat scroll 0 0;
  border: none;
  -webkit-transition: all 0s ease 0s;
  -o-transition: all 0s ease 0s;
  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%;
  height: 15px;
  margin-left: 0;
  width: 15px;
  border: 4px solid #1b7baf;
}
.sidebar-widget .price-filter .price-slider-amount .label-input input {
  color: #000000;
  height: 37px;
}
.sidebar-widget .price-filter .price-slider-amount button {
  background-color: #000000;
  border: medium none;
  color: #fff;
  line-height: 1;
  padding: 8px 16px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.sidebar-widget .price-filter .price-slider-amount button:hover {
  background-color: #1b7baf;
}
.sidebar-widget .sidebar-widget-list {
  margin-top: 20px;
}
.sidebar-widget .sidebar-widget-list ul li {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  padding: 0px 0 10px;
}
.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;
  height: 15px;
  width: 15px;
  top: 5px;
  left: 0;
}
.sidebar-widget
  .sidebar-widget-list
  ul
  li
  .sidebar-widget-list-left
  input:checked
  ~ .checkmark {
  background-color: #1b7baf;
  border: 2px solid #1b7baf;
}
.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;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.sidebar-widget .sidebar-widget-list ul li a {
  margin-left: 25px;
  display: block;
  color: #000000;
}
.sidebar-widget .sidebar-widget-list ul li a:hover {
  color: #1b7baf;
}
.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;
  float: right;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  font-size: 13px;
}
.sidebar-widget .sidebar-widget-list ul li a:hover span {
  color: #fff;
  background-color: #1b7baf;
}
.sidebar-widget .sidebar-widget-tag {
  margin-top: 26px;
}
.sidebar-widget .sidebar-widget-tag a {
  padding: 8px 12px 10px;
}
.sidebar-widget .sidebar-widget-tag a:hover {
  border: 1px solid #1b7baf;
  color: #1b7baf;
}
.sidebar-widget .recent-post {
  margin-top: 22px;
}
.sidebar-widget .recent-post .single-sidebar-blog {
  margin-bottom: 18px;
}

.shop-sidebar-border {
  border-top: 1px solid #ebebeb;
}
.shop-topbar-wrapper {
  border: 1px solid #e9e9e9;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  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;
    -webkit-box-pack: inherit;
    -webkit-justify-content: inherit;
    -ms-flex-pack: inherit;
    justify-content: inherit;
  }
}
.shop-topbar-wrapper .shop-topbar-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.shop-topbar-wrapper .shop-topbar-left .view-mode {
  margin-right: 20px;
  line-height: 1;
}
@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: #000000;
  font-size: 20px;
  display: inline-block;
  margin: 0 10px 0 0;
}
.shop-topbar-wrapper .shop-topbar-left .view-mode a.active {
  color: #1b7baf;
}
.shop-topbar-wrapper .shop-topbar-left p {
  display: inline-block;
  margin: 0px 0 0;
  color: #000000;
}
.shop-topbar-wrapper .product-sorting-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media only screen and (max-width: 767px) {
  .shop-topbar-wrapper .product-sorting-wrapper {
    display: block;
    -webkit-flex-wrap: inherit;
    -ms-flex-wrap: inherit;
    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: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.shop-topbar-wrapper .product-sorting-wrapper .shorting-style {
  margin-left: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  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: #000000;
  cursor: pointer;
  margin: 3px 11px 0 0;
  font-size: 14px;
  font-weight: 500;
}
.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-box-shadow: none;
  box-shadow: none;
  color: #000000;
  cursor: pointer;
  font-size: 14px;
  height: 30px;
  padding-left: 10px;
  width: 170px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .shop-topbar-wrapper .product-sorting-wrapper .shorting-style select {
    width: 130px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .shop-topbar-wrapper .product-sorting-wrapper .shorting-style select {
    width: 130px;
  }
}
@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 {
  overflow: hidden;
  position: relative;
}
.shop-list-wrap .product-list-img a {
  display: block;
}
.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%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  margin-top: 20px;
}
.shop-list-wrap .product-list-img .product-list-quickview button {
  font-size: 16px;
  color: #000000;
  border: 1px solid #e6e6e6;
  background-color: #fff;
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 100%;
  text-align: center;
}
.shop-list-wrap .product-list-img .product-list-quickview button:hover {
  background-color: #1b7baf;
  color: #ffffff;
  border: 1px solid #1b7baf;
}
.shop-list-wrap .shop-list-content h3 {
  font-size: 16px;
  font-weight: bold;
  margin: 0;
}
.shop-list-wrap .shop-list-content h3 a {
  color: #000000;
}
.shop-list-wrap .shop-list-content h3 a:hover {
  color: #1b7baf;
}
.shop-list-wrap .shop-list-content .pro-list-price {
  margin: 15px 0 8px;
}
@media only screen and (max-width: 767px) {
  .shop-list-wrap .shop-list-content .pro-list-price {
    margin: 10px 0 5px;
  }
}
.shop-list-wrap .shop-list-content .pro-list-price span {
  font-size: 20px;
  color: #000000;
  font-family: "Heebo", sans-serif;
  display: inline-block;
  margin: 0 4px;
}
.shop-list-wrap .shop-list-content .pro-list-price span.new-price {
  color: #1b7baf;
}
.shop-list-wrap .shop-list-content .pro-list-price span.old-price {
  font-size: 16px;
  color: #999999;
  text-decoration: line-through;
}
.shop-list-wrap .shop-list-content .product-list-rating-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.shop-list-wrap
  .shop-list-content
  .product-list-rating-wrap
  .product-list-rating
  i {
  color: #ff9806;
}
.shop-list-wrap
  .shop-list-content
  .product-list-rating-wrap
  .product-list-rating
  i.gray {
  color: #cccccc;
}
.shop-list-wrap .shop-list-content .product-list-rating-wrap span {
  margin-left: 6px;
  color: #999999;
  font-family: "Heebo", sans-serif;
}
.shop-list-wrap .shop-list-content p {
  margin: 7px 0 20px;
}
@media only screen and (max-width: 767px) {
  .shop-list-wrap .shop-list-content p {
    margin: 5px 0 15px;
  }
}
.shop-list-wrap .shop-list-content .product-list-action button {
  font-size: 16px;
  color: #000000;
  border: 1px solid #e6e6e6;
  background-color: #f7f8fa;
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 100%;
  text-align: center;
  margin-right: 10px;
}
.shop-list-wrap .shop-list-content .product-list-action button:hover {
  background-color: #1b7baf;
  color: #ffffff;
  border: 1px solid #1b7baf;
}
@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;
}
.pro-pagination-style ul li {
  display: inline-block;
  margin: 0 4px;
}
.pro-pagination-style ul li a {
  display: inline-block;
  width: 35px;
  height: 35px;
  text-align: center;
  line-height: 35px;
  font-size: 16px;
  border-radius: 100%;
  color: #000000;
  -webkit-box-shadow: 0 0px 12px 0.8px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0px 12px 0.8px rgba(0, 0, 0, 0.1);
}
.pro-pagination-style ul li a:hover {
  background-color: #1b7baf;
  color: #fff;
}
.pro-pagination-style ul li a.active {
  background-color: #1b7baf;
  color: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.pro-pagination-style ul li a.active:hover {
  background-color: #333;
}
.pro-pagination-style ul li a.prev,
.pro-pagination-style ul li a.next {
  background-color: #f0f4f6;
  color: #000000;
  font-size: 14px;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.pro-pagination-style ul li a.prev:hover,
.pro-pagination-style ul li a.next:hover {
  background-color: #1b7baf;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .pro-pagination-style.mt-10 {
    margin-top: 0px;
  }
}

h3.cart-page-title {
  font-size: 20px;
  font-weight: 600;
  margin: 0 0 15px;
}
.cart-table-content table {
  border: 1px solid #ebebeb;
}
@media only screen and (max-width: 767px) {
  .cart-table-content table {
    width: 100%;
  }
}
.cart-table-content table thead > tr {
  background-color: #f9f9f9;
  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: 16px;
  font-weight: 600;
  padding: 21px 45px 22px;
  text-align: center;
  text-transform: capitalize;
  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;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .cart-table-content table tbody > tr {
    width: 50%;
    float: left;
  }
}
.cart-table-content table tbody > tr td.product-thumbnail {
  width: 150px;
}
.cart-table-content table tbody > tr td.product-thumbnail img {
  width: 150px;
}
@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;
    padding-bottom: 5px;
  }
}
.cart-table-content table tbody > tr td.product-name {
  width: 435px;
}
@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: 19px;
}
.cart-table-content table tbody > tr td.product-name a:hover {
  color: #1b7baf;
}
.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 {
  font-weight: 500;
}
.cart-table-content table tbody > tr td.product-quantity {
  width: 435px;
}
@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-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;
    padding-bottom: 21px;
  }
}
.cart-table-content table tbody > tr td.product-remove a {
  font-size: 20px;
}
.cart-table-content table tbody > tr td.product-remove a:hover {
  color: #1b7baf;
}
@media only screen and (max-width: 767px) {
  .cart-table-content table tbody > tr td.product-wishlist-cart {
    padding-bottom: 30px;
  }
}
.cart-table-content table tbody > tr td.product-wishlist-cart > a {
  background-color: #000000;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  line-height: 1;
  padding: 10px 12px 11px;
  display: inline-block;
  text-transform: capitalize;
}
.cart-table-content table tbody > tr td.product-wishlist-cart > a:hover {
  background-color: #1b7baf;
}
.cart-table-content table tbody > tr td {
  font-size: 15px;
  padding: 30px 0;
  text-align: center;
  font-weight: 500;
}
@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: 6px 0 6px 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: 6px 20px 6px 20px;
  }
}
.cart-shiping-update-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 30px 0px 55px;
}
@media only screen and (max-width: 767px) {
  .cart-shiping-update-wrapper {
    display: block;
    padding: 30px 0px 15px;
  }
}
.cart-shiping-update-wrapper .cart-shiping-update > a,
.cart-shiping-update-wrapper .cart-clear > button,
.cart-shiping-update-wrapper .cart-clear > a {
  background-color: #f2f2f2;
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  padding: 18px 40px 17px;
  text-transform: capitalize;
  letter-spacing: 0.3px;
}
@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 {
    padding: 18px 25px 17px;
  }
}
@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 {
    padding: 18px 40px 17px;
    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 {
  background-color: #1b7baf;
  color: #fff;
}
.cart-shiping-update-wrapper .cart-clear > button {
  border: medium none;
  cursor: pointer;
  margin-right: 27px;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cart-shiping-update-wrapper .cart-clear > button {
    margin-right: 15px;
  }
}
.cart-tax,
.discount-code-wrapper {
  background-color: #f9f9f9;
  border: 1px solid #ebebeb;
  border-radius: 5px;
  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;
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  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 {
  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;
  -webkit-box-shadow: none;
  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: #000000;
  border: medium none;
  color: #fff;
  cursor: pointer;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.3px;
  padding: 12px 40px 13px;
  text-transform: capitalize;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.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: #1b7baf;
}
.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: #000000;
  border: medium none;
  color: #ffffff;
  cursor: pointer;
  font-size: 14px;
  font-weight: 600;
  padding: 12px 40px 13px;
  text-transform: capitalize;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.cart-tax .discount-code form button.cart-btn-2:hover,
.discount-code-wrapper .discount-code form button.cart-btn-2:hover {
  background-color: #1b7baf;
}
.grand-totall {
  background-color: #f9f9f9;
  border: 1px solid #ebebeb;
  border-radius: 5px;
  padding: 45px 30px 50px;
}
@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: 30px;
  }
}
.grand-totall .title-wrap {
  position: relative;
}
.grand-totall .title-wrap::before {
  background-color: #e3e1e1;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  top: 10px;
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  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: #f9f9f9;
  position: relative;
  z-index: 9;
}
.grand-totall h5 {
  font-size: 14px;
  margin: 36px 0 27px;
  font-weight: 600;
}
.grand-totall h5 span {
  float: right;
  font-size: 18px;
  font-weight: 500;
}
.grand-totall .total-shipping {
  border-bottom: 1px solid #ebebeb;
  /* border-top: 1px solid #ebebeb; */
  margin: 15px 0 17px;
  padding: 8px 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;
  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: #1b7baf;
  font-size: 20px;
  font-weight: 500;
  margin: 0 0 25px;
}
.grand-totall h4.grand-totall-title span {
  float: right;
}
.grand-totall a {
  background-color: #1b7baf;
  color: #fff;
  display: block;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  padding: 18px 10px 17px;
  text-align: center;
  text-transform: capitalize;
  letter-spacing: 0.3px;
}
.discount-code-wrapper .discount-code form button.cart-btn-2,
.cart-tax .tax-wrapper .tax-select-wrapper button.cart-btn-2 {
  background-color: #1b7baf !important;
}
.grand-totall a:hover {
  background-color: #1b7baf;
}
@media only screen and (max-width: 767px) {
  .discount-code-wrapper {
    margin: 30px 0;
  }
}

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

.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: #1b7baf;
  color: #fff;
  border: 1px solid #1b7baf;
}
.checkout-login-info form .button-remember-wrap .checkout-login-toggle-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  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: #1b7baf;
  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: #1b7baf;
}
.checkout-login-info3 {
  display: none;
  margin-top: 20px;
}
.checkout-login-info3 form input[type="text"] {
  border: 1px solid #e8e8e8;
  height: 50px;
  background-color: transparent;
  width: 48%;
  font-size: 14px;
  padding: 0 20px;
}
.checkout-login-info3 form input[type="text"]:focus {
  border: 1px solid #1f2226;
}
.checkout-login-info3 form input[type="submit"] {
  background: #1f2226 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;
  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: #1b7baf;
}
.billing-info-wrap h3 {
  font-size: 20px;
  font-weight: 600;
  position: relative;
  margin: 0 0 55px;
  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: #1b7baf;
  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 #343538;
}
.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("") 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: 10px;
  width: 10px;
  position: relative;
  top: 6px;
  color: #333;
}
.billing-info-wrap .checkout-account span {
  color: #333;
  font-weight: 400;
  margin: 0 0 0 12px;
  font-size: 14px;
  text-transform: uppercase;
}
.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: 22px 0 0;
}
.billing-info-wrap .additional-info-wrap label {
  color: #010225;
  font-size: 14px;
  text-transform: capitalize;
  display: block;
  margin: 0 0 5px;
}
.billing-info-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) {
  .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: 40px 50px 50px;
  border-width: 2px;
  border-style: solid;
  position: relative;
  border-color: rgba(52, 53, 56, 0.1);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .your-order-area {
    padding: 40px 25px 50px;
  }
}
@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: 40px 12px 50px;
    margin-top: 30px;
  }
}
.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: #1b7baf;
  width: 50px;
  height: 2px;
}
.your-order-area .your-order-wrap .your-order-info {
  border-bottom: 1px solid #e8e8e8;
}
.your-order-area .your-order-wrap .your-order-info ul li {
  font-size: 14px;
  padding: 0 0 7px;
  text-transform: uppercase;
  font-weight: 500;
}
.your-order-area .your-order-wrap .your-order-info ul li span {
  float: right;
  color: #1b7baf;
}
.your-order-area .your-order-wrap .your-order-info.order-subtotal {
  padding: 15px 0 10px;
}
.your-order-area .your-order-wrap .your-order-info.order-subtotal ul li span {
  font-size: 16px;
}
.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: 15px 0 10px;
}
.your-order-area .your-order-wrap .your-order-info.order-total ul li span {
  font-size: 16px;
}
.your-order-area .your-order-wrap .your-order-middle {
  border-bottom: 1px solid #e8e8e8;
  padding: 24px 0 23px;
}
.your-order-area .your-order-wrap .your-order-middle ul li {
  font-size: 14px;
  margin: 0 0 11px;
}
.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: 16px;
}
.your-order-area .your-order-wrap .payment-method {
  margin: 40px 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: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  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 {
  margin-top: 40px;
}
@media only screen and (max-width: 767px) {
  .your-order-area .Place-order {
    margin-top: 20px;
  }
}
.your-order-area .Place-order a {
  background-color: #1b7baf;
  display: block;
  cursor: pointer;
  padding: 16px 50px 17px;
  text-transform: uppercase;
  font-weight: 700;
  width: 100%;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
}
.your-order-area .Place-order a:hover {
  background-color: #333;
}
@media only screen and (max-width: 767px) {
  .checkout-main-area.pb-70 {
    padding-bottom: 50px;
  }
}
.myaccount-tab-menu {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.myaccount-tab-menu a {
  border: 1px solid #ccc;
  border-bottom: none;
  font-weight: 600;
  font-size: 13px;
  display: block;
  padding: 10px 15px;
  text-transform: uppercase;
}
.myaccount-tab-menu a:last-child {
  border-bottom: 1px solid #ccc;
}
.myaccount-tab-menu a:hover,
.myaccount-tab-menu a.active {
  background-color: #1b7baf;
  border-color: #1b7baf;
  color: #ffffff;
}
.myaccount-tab-menu a i.fa {
  font-size: 14px;
  text-align: center;
  width: 25px;
}
@media only screen and (max-width: 767px) {
  #myaccountContent {
    margin-top: 30px;
  }
}
.myaccount-content {
  border: 1px solid #eeeeee;
  padding: 30px;
}
@media only screen and (max-width: 767px) {
  .myaccount-content {
    padding: 20px 15px;
  }
}

.myaccount-content h3 {
  font-size: 20px;
  border-bottom: 1px dashed #ccc;
  padding-bottom: 10px;
  margin-bottom: 25px;
  font-weight: 600;
}
.myaccount-content .welcome a:hover {
  color: #1b7baf;
}
.myaccount-content .welcome strong {
  font-weight: 600;
  color: #1b7baf;
}
.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 {
  margin-top: 50px;
}
.myaccount-content .account-details-form .single-input-item {
  margin-bottom: 20px;
}
.myaccount-content .account-details-form .single-input-item label {
  font-size: 14px;
  text-transform: capitalize;
  display: block;
  margin: 0 0 5px;
}
.myaccount-content .account-details-form .single-input-item input {
  border: 1px solid #e8e8e8;
  height: 50px;
  background-color: transparent;
  padding: 2px 20px;
  color: #1f2226;
  font-size: 13px;
}
.myaccount-content .account-details-form .single-input-item input:focus {
  border: 1px solid #343538;
}
.myaccount-content .account-details-form .single-input-item button {
  border: none;
  background-color: #1b7baf;
  text-transform: uppercase;
  font-weight: 600;
  padding: 9px 25px;
  color: #fff;
  font-size: 13px;
}
.myaccount-content .account-details-form .single-input-item button:hover {
  background-color: #1f2226;
}
.myaccount-table {
  white-space: nowrap;
  font-size: 14px;
}
.myaccount-table table th,
.myaccount-table .table th {
  padding: 10px;
  font-weight: 600;
  background-color: #f8f8f8;
  border-color: #ccc;
  border-bottom: 0;
  color: #1f2226;
}
.myaccount-table table td,
.myaccount-table .table td {
  padding: 10px;
  vertical-align: middle;
  border-color: #ccc;
}
.saved-message {
  background-color: #fff;
  border-top: 3px solid #1b7baf;
  font-size: 14px;
  padding: 20px 0;
  color: #333;
}
.login-register-wrapper .login-register-tab-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 40px;
}
@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;
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  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;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  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: #1b7baf;
}
.login-register-wrapper .login-form-container {
  background: transparent none repeat scroll 0 0;
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
  padding: 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 input {
  background-color: transparent;
  border: 1px solid #ebebeb;
  font-size: 14px;
  height: 50px;
  margin-bottom: 5px;
  padding: 0 15px;
  color: #010225;
}
.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
  .button-box
  .login-toggle-btn {
  padding: 10px 0 19px;
}
.login-register-wrapper
  .login-form-container
  .login-register-form
  form
  .button-box
  .login-toggle-btn
  label {
  font-size: 15px;
  font-weight: 400;
}
@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
  a {
  float: right;
  font-size: 15px;
  color: #010225;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  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: #1b7baf;
}
.login-register-wrapper
  .login-form-container
  .login-register-form
  form
  .button-box
  button {
  background-color: #1b7baf;
  color: #fff;
  border: medium none;
  cursor: pointer;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  padding: 13px 30px 13px;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.login-register-wrapper
  .login-form-container
  .login-register-form
  form
  .button-box
  button:hover {
  background-color: #010225;
}
@media only screen and (max-width: 767px) {
  .login-register-area.pb-100 {
    padding-bottom: 60px;
  }
}
.contact-info-wrap-3 h3,
.get-in-touch-wrap h3 {
  text-transform: capitalize;
  font-size: 25px;
  font-weight: 600;
  margin: 0 0 30px;
}
@media only screen and (max-width: 767px) {
  .contact-info-wrap-3 h3,
  .get-in-touch-wrap h3 {
    margin: 0 0 24px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .contact-info-wrap-3.pb-85,
  .get-in-touch-wrap.pb-85 {
    padding-bottom: 45px;
  }
}
@media only screen and (max-width: 767px) {
  .contact-info-wrap-3.pb-85,
  .get-in-touch-wrap.pb-85 {
    padding-bottom: 25px;
  }
}
.single-contact-info-3 {
  background-color: #f7f7f7;
  padding: 48px 10px 49px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single-contact-info-3 {
    padding: 28px 20px 29px;
  }
}
.single-contact-info-3 > i {
  font-size: 24px;
  color: #1b7baf;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  display: block;
}
.single-contact-info-3 h4 {
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0.4px;
  text-transform: capitalize;
  margin: 19px 0 10px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single-contact-info-3 h4 {
    font-size: 18px;
    margin: 12px 0 10px;
  }
}
.single-contact-info-3 p {
  letter-spacing: 0.4px;
  font-size: 15px;
  color: #000000;
}
.single-contact-info-3 ul li {
  border-bottom: 2px solid #fff;
  letter-spacing: 0.4px;
  margin-bottom: 23px;
  padding-bottom: 26px;
  font-size: 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single-contact-info-3 ul li {
    display: block;
    margin-bottom: 11px;
    padding-bottom: 11px;
  }
}
.single-contact-info-3 ul li:last-child {
  padding-bottom: 0px;
  margin-bottom: 0px;
  border-bottom: none;
}
.single-contact-info-3 ul li i {
  font-size: 24px;
  margin-right: 7px;
  color: #1b7baf;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  display: inline-block;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single-contact-info-3 ul li i {
    display: block;
    margin-right: 0px;
    margin-bottom: 3px;
  }
}
.single-contact-info-3 ul li a {
  color: #000000;
}
.single-contact-info-3 ul li a:hover {
  color: #1b7baf;
}
.single-contact-info-3 ul li:hover i {
  -webkit-animation: 500ms ease-in-out 0s normal none 1 running tada;
  animation: 500ms ease-in-out 0s normal none 1 running tada;
}
.single-contact-info-3:hover > i {
  -webkit-animation: 500ms ease-in-out 0s normal none 1 running tada;
  animation: 500ms ease-in-out 0s normal none 1 running tada;
}
.error-message,
.valid-error,
.invalid-feedback {
  color: red;
}
.form-group {
  margin: 1rem 0px !important;
}
.form-label {
  color: #146591;
}
.contact-from input,
.contact-from textarea {
  background: #f7f7f7 none repeat scroll 0 0;
  border: none;
  color: #000;
  height: 60px;
  padding: 2px 20px;
  margin-bottom: 10px;
  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: #1b7baf;
  color: #fff;
  padding: 12px 30px;
  font-size: 15px;
  font-weight: 600;
}
.contact-from button:hover {
  background-color: #000000;
}
#map {
  height: 400px;
}
@media only screen and (max-width: 767px) {
  #map {
    height: 300px;
  }
}
.blog-details-top .blog-details-img {
  position: relative;
}
.blog-details-top .blog-details-img img {
  width: 100%;
}
.blog-details-top .blog-details-img .video-icon {
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.blog-details-top .blog-details-img .video-icon a {
  background-color: #ff0000;
  border-radius: 50px;
  color: #fff;
  display: inline-block;
  font-size: 25px;
  height: 60px;
  line-height: 61px;
  width: 60px;
}
.blog-details-top .blog-details-img .video-icon a:hover {
  background-color: #1b7baf;
}
.blog-details-top .blog-details-content {
  margin-top: 30px;
}
@media only screen and (max-width: 767px) {
  .blog-details-top .blog-details-content {
    margin-top: 15px;
  }
}
.blog-details-top .blog-details-content .blog-meta-2 ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.blog-details-top .blog-details-content .blog-meta-2 ul li {
  margin-right: 30px;
  position: relative;
}
.blog-details-top .blog-details-content .blog-meta-2 ul li:before {
  position: absolute;
  content: "";
  right: -16px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 1px;
  height: 12px;
  background-color: #000;
}
.blog-details-top .blog-details-content .blog-meta-2 ul li:last-child {
  margin-right: 0;
}
.blog-details-top .blog-details-content .blog-meta-2 ul li:last-child:before {
  display: none;
}
.blog-details-top .blog-details-content .blog-meta-2 ul li a {
  color: #000000;
  font-weight: 600;
}
.blog-details-top .blog-details-content .blog-meta-2 ul li a:hover {
  color: #1b7baf;
}
.blog-details-top .blog-details-content h1 {
  font-size: 24px;
  font-weight: 600;
  margin: 8px 0 20px;
  color: #222;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .blog-details-top .blog-details-content h1 {
    font-size: 22px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .blog-details-top .blog-details-content h1 {
    font-size: 22px;
  }
}
@media only screen and (max-width: 767px) {
  .blog-details-top .blog-details-content h1 {
    font-size: 18px;
    line-height: 28px;
    margin: 8px 0 12px;
  }
}
.blog-details-top .blog-details-content p {
  margin: 0;
  font-size: 15px;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  .blog-details-top .blog-details-content p {
    font-size: 14px;
    line-height: 26px;
  }
}
.blog-details-top .blog-details-content blockquote {
  color: #222;
  font-size: 18px;
  margin: 25px 0 26px;
  line-height: 34px;
  font-weight: 500;
  font-style: italic;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .blog-details-top .blog-details-content blockquote {
    font-size: 17px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .blog-details-top .blog-details-content blockquote {
    font-size: 17px;
  }
}
@media only screen and (max-width: 767px) {
  .blog-details-top .blog-details-content blockquote {
    font-size: 16px;
    line-height: 28px;
    margin: 15px 0 15px;
  }
}
.dec-img-wrapper {
  margin-top: 50px;
}
@media only screen and (max-width: 767px) {
  .dec-img-wrapper {
    margin-top: 25px;
  }
}
.dec-img-wrapper p {
  font-size: 15px;
  line-height: 28px;
}
.dec-img-wrapper .dec-img img {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .dec-img-wrapper .dec-img.mb-50 {
    margin-bottom: 25px;
  }
}
.tag-share {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 30px 0 30px;
}
@media only screen and (max-width: 767px) {
  .tag-share {
    display: block;
    margin: 20px 0 25px;
  }
}
@media only screen and (max-width: 767px) {
  .tag-share .dec-tag {
    margin-bottom: 10px;
  }
}
.tag-share .dec-tag ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.tag-share .dec-tag ul li {
  margin-right: 10px;
  position: relative;
}
.tag-share .dec-tag ul li a {
  text-transform: capitalize;
  font-size: 15px;
  color: #000000;
}
.tag-share .dec-tag ul li a:hover {
  color: #1b7baf;
}
.tag-share .blog-share {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.tag-share .blog-share span {
  font-size: 15px;
  text-transform: capitalize;
}
.tag-share .blog-share ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.tag-share .blog-share ul li {
  margin-left: 10px;
}
.tag-share .blog-share ul li a {
  font-size: 16px;
  color: #000000;
}
.tag-share .blog-share ul li a:hover.facebook {
  color: #5678bf;
}
.tag-share .blog-share ul li a:hover.twitter {
  color: #73c2fd;
}
.tag-share .blog-share ul li a:hover.instagram {
  color: #e4405f;
}
.next-previous-post {
  border-bottom: 1px solid #f1f1f1;
  border-top: 1px solid #f1f1f1;
  padding: 18px 0 17px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.next-previous-post a {
  font-size: 15px;
  text-transform: capitalize;
  color: #000000;
}
.next-previous-post a:hover {
  color: #1b7baf;
}

.order-tracking-content p {
  line-height: 30px;
  margin: 0 auto;
  text-align: center;
  width: 89%;
  color: #333;
}
@media only screen and (max-width: 767px) {
  .order-tracking-content p {
    width: 100%;
  }
}
.order-tracking-content .order-tracking-form {
  margin: 30px 0 0;
}
.order-tracking-content .order-tracking-form .sin-order-tracking {
  margin: 0 0 36px;
}
.order-tracking-content .order-tracking-form .sin-order-tracking label {
  letter-spacing: 0.2px;
  font-weight: 600;
  margin: 0 0 10px;
  display: block;
}
.order-tracking-content .order-tracking-form .sin-order-tracking input {
  background: transparent;
  border: 1px solid #cecece;
  height: 60px;
  padding: 10px 20px;
  color: #000000;
  font-size: 14px;
}
.order-tracking-content .order-tracking-form .sin-order-tracking input:focus {
  border: 1px solid #262626;
}
.order-tracking-content .order-tracking-form .order-track-btn {
  text-align: center;
}
.order-tracking-content .order-tracking-form .order-track-btn a {
  display: block;
  font-weight: 600;
  color: #ffffff;
  background-color: #000000;
  line-height: 1;
  padding: 22px 45px;
  text-transform: uppercase;
}
.order-tracking-content .order-tracking-form .order-track-btn a:hover {
  background-color: #1b7baf;
}
.slider-banner-area {
  overflow: hidden;
  height: 65vh !important;
}
.slider-banner-area img {
  height: 65vh;
  width: 100%;
  object-fit: cover;
}
.slider-banner-area .banner-img-zoom img {
  height: 32vh;
  object-position: center;
  object-fit: cover;
}
.baner-radius {
  overflow: hidden;
  border-radius: 50px !important;
}
.main-menu-padding-1 nav {
  border-bottom: 2px solid #000;
  width: 80%;
  margin: auto;
}
.main-menu-padding-1 nav ul li .nav-item {
  /* border-bottom:  8px solid #1b7baf ; */
  font-size: 1.1rem !important;
  margin-bottom: 0px !important;
  padding: 0 0.4rem;
}
.main-menu-padding-1 nav ul li:hover .nav-item {
  background-color: #146591;
  color: white;
  border-radius: 0.3rem;
}
.gold-cl {
  color: #c4b297 !important;
}
.gold-bg {
  background-color: #c4b297 !important;
  color: #fff;
}
.blue-bg {
  background-color: #1b7baf !important;
  color: #fff;
}
.blue-btn {
  box-shadow: 2px 2px 4px #ddd;
  background-color: #1b7baf !important;
  color: #fff;
}

.product-img-border {
  width: 105%;
  height: 250px;
  object-fit: cover;
}
.product-img-border img {
  width: 95%;
  height: 240px;
  object-fit: cover;
}
.custom-slick-arrow {
  display: flex !important;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 35px;
  background: rgba(20, 20, 20, 0.8);
  color: #fff;
  border-radius: 25%;
  z-index: 2;
  transition: 0.3s;
}
.custom-slick-arrow:hover {
  background-color: #333;
}
.slick-prev:before,
.slick-next:before {
  font-size: 0.7rem !important;
}
.slick-prev {
  left: -25px;
}
.slick-next {
  right: -25px;
}
@media (min-width: 1150px) {
  .slick-prev {
    left: -25px;
  }
  .slick-next {
    right: -25px;
  }
}
@media (min-width: 1300px) {
  .slick-prev:before,
  .slick-next:before {
    padding-top: 0.2rem;
    font-size: 1.3rem !important;
  }
  .slick-prev {
    left: -45px;
  }
  .slick-next {
    right: -65px;
  }
}

.brands .product-img {
  width: 100%;
  height: 150px;
  object-fit: cover;
  text-align: center;
}

brands .product-img img {
  width: 170px;
  height: 126px;
  object-fit: cover;
  border-radius: 20px;
}

.new-arrivals .single-product-wrap .product-img {
  width: 100%;
  height: 360px;
}
.slick-track {
  display: flex;
  gap: 40px !important;
}
.new-arrivals .single-product-wrap .product-img img {
  width: 100%;
  height: 300px;
  object-fit: contain;
}
@media (min-width: 997px) {
  .banner-area {
    height: 67vh;
    overflow: hidden;
  }
  .banner-area .banner-img {
    height: 60vh;
    overflow: hidden;
  }
  .banner-area .banner-img img {
    height: 60vh;
    overflow: hidden;
    width: 90% !important;
    margin: auto !important;
    object-fit: cover;
  }
}

.cta {
  display: flex;
  padding: 8px 13px;
  text-decoration: none;
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  color: white;
  width: 250px !important;
  margin: 1rem 0;
  background: #2a2a2a;
  transition: 1s;
  box-shadow: 4px 4px 0 #ddd;
  transform: skewX(-35deg);
  border: none;
  border-radius: 10px;
}

.cta:focus {
  outline: none;
}

.cta:hover {
  width: 250px !important;
  transition: 0.5s;
  box-shadow: 10px 10px 0 #869da6;
}

.cta .second {
  transition: 0.5s;
  margin-right: 0px;
}

.cta:hover .second {
  transition: 0.5s;
  margin-right: 45px;
}

.span {
  transform: skewX(15deg);
}

.second {
  width: 20px;
  margin-left: 30px;
  position: relative;
  top: 12%;
}

.one {
  transition: 0.4s;
  transform: translateX(-60%);
}

.two {
  transition: 0.5s;
  transform: translateX(-30%);
}

.cta:hover .three {
  animation: color_anim 1s infinite 0.2s;
}

.cta:hover .one {
  transform: translateX(0%);
  animation: color_anim 1s infinite 0.6s;
}

.cta:hover .two {
  transform: translateX(0%);
  animation: color_anim 1s infinite 0.4s;
}

@keyframes color_anim {
  0% {
    fill: white;
  }

  50% {
    fill: #2768b3;
  }

  100% {
    fill: white;
  }
}
.custom-banner {
  height: 450px;
  width: 90%;
  margin: auto;
  overflow: hidden;
}
.custom-banner img {
  height: 380px;
  object-fit: cover;
  width: 100%;
  border-radius: 30rem 0rem 0rem 0rem;
}
.why-banner {
  width: 100%;
  border-radius: 25rem 0rem 0 0;
}
.why-us .features-box {
  width: 100%;
  text-align: right;
}
.why-us .features-box h2 {
  color: #1b7baf;
  font-size: 3rem;
  margin-bottom: 2rem;
  text-align: start;
}

.why-us .feature-item {
  display: flex;
  flex-direction: column;
  align-items: start;
  padding: 0 2rem;
  gap: 1rem;
  margin-bottom: 4rem;
  color: #000;
}

.why-us .feature-item i {
  color: #1b7baf;
  font-size: 2.8rem;
  min-width: 30px;
}
.why-us .feature-item span {
  text-transform: capitalize;
  font-size: 1.4rem;
}
.modal.fade {
  opacity: 0 !important;
  transition: opacity 0.8s ease-in-out !important;
  transform: translateY(-20px) !important;
  pointer-events: none !important;
}
.modal.fade.show {
  opacity: 1 !important;
  transform: translateY(0) !important;
  pointer-events: auto !important;
}
.bottom-social a i {
  padding: 0.3rem;
  border-radius: 0.5rem;
}
.main-color {
  color: #1b7baf;
}
.terms strong {
  display: inline-block;
  margin: 2rem 0;
  color: darkred;
  font-weight: 300;
  font-size: 1.1rem;
}
.footer-app-section {
  text-align: center;
  padding: 1rem;

  color: #000;
}

.footer-app-section h3 {
  font-size: 1.5rem;
  margin-bottom: 1rem;
}

.store-buttons {
  display: flex;
  justify-content: center;
  gap: 1rem;
  margin-bottom: 1rem;
}

.store-button img {
  height: 40px;
  border: 1px solid #000;
  border-radius: 8px;
  padding: 0.2rem 0.5rem;
  background-color: #fff;
}

.footer-app-section p {
  font-size: 0.9rem;
  color: #555;
  line-height: 1.6;
}
.border-bot::before {
  content: "";
  position: absolute;
  width: 270px;

  height: 2px;
  background-color: #1b7baf;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
}

.px-50 {
  padding-right: 80px;
  padding-left: 80px;
}

.swiper-button-prev:after,
.swiper-button-next:after {
  font-size: 1rem !important;
  color: white;
  z-index: 9999999999999999999 !important;
}
.swiper-button-next {
  right: 0px !important;
}

.swiper-button-next,
.swiper-button-prev {
  top: 42% !important;
}
.wts-icon {
  width: 18px;
  height: 18px;
  margin-top: -5px;
}
.insta-icon {
  width: 40px;
  height: 50px;
  object-fit: contain;
  margin-top: -12px;
}
.search-wrap-3 input {
  border-radius: 13px !important;
  background-color: white !important;
  border-color: #ccc !important;
}
.search-wrap-3 input:focus {
  border-color: #000 !important;
}
.section-title .title-border {
  border-bottom: 4px solid #146591;
  text-shadow: 2px 6px 1px #ccc;
}
.quantity-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin: auto;
  border-radius: 8px;
  padding: 5px 10px;
  width: fit-content;
  background-color: #fafafa;
}

.qty-btn {
  background-color: #f7f7f7;
  border: none;
  padding: 5px 12px;
  font-size: 18px;
  font-weight: bold;
  border-radius: 6px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.qty-btn:hover {
  background-color: #ddd;
}

.qty-input {
  width: 50px;
  height: 35px;
  margin: auto;
  background-color: white;
  text-align: center;
  font-size: 16px;
  padding: 2px;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
}

.modal-content {
  border: none;
  background-color: transparent;
  position: relative;
  max-width: 80%;
  flex-direction: row !important;
  height: 800px;
}
.btn-light {
  background-color: #146591;
  color: white;
  border-radius: 10px;
}
.zoomed-img {
  width: 100%;
  height: auto;
  object-fit: contain;
  border-radius: 6px;
}

.close-btn {
  position: absolute;
  top: -10px;
  right: -10px;
  background: #fff;
  border: none;
  border-radius: 50%;
  font-size: 24px;
  cursor: pointer;
  width: 35px;
  height: 35px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
}
/* From Uiverse.io by boryanakrasteva */
@-webkit-keyframes honeycomb {
  0%,
  20%,
  80%,
  100% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  30%,
  70% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes honeycomb {
  0%,
  20%,
  80%,
  100% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  30%,
  70% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.honeycomb {
  height: 250px;
  position: relative;
  width: 250px;
  margin-top: 3rem;
}

.honeycomb div {
  -webkit-animation: honeycomb 2.1s infinite backwards;
  animation: honeycomb 2.1s infinite backwards;
  background: #1b7baf;
  height: 8px;
  margin-top: 6px;
  position: absolute;
  width: 24px;
}

.honeycomb div:after,
.honeycomb div:before {
  content: "";
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  position: absolute;
  left: 0;
  right: 0;
}

.honeycomb div:after {
  top: -6px;
  border-bottom: 6px solid #114460;
}

.honeycomb div:before {
  bottom: -6px;
  border-top: 6px solid #114460;
}

.honeycomb div:nth-child(1) {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  left: -28px;
  top: 0;
}

.honeycomb div:nth-child(2) {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
  left: -14px;
  top: 22px;
}

.honeycomb div:nth-child(3) {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
  left: 14px;
  top: 22px;
}

.honeycomb div:nth-child(4) {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
  left: 28px;
  top: 0;
}

.honeycomb div:nth-child(5) {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
  left: 14px;
  top: -22px;
}

.honeycomb div:nth-child(6) {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
  left: -14px;
  top: -22px;
}

.honeycomb div:nth-child(7) {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
  left: 0;
  top: 0;
}
.skeleton {
  background: linear-gradient(90deg, #e0e0e0 25%, #f0f0f0 37%, #e0e0e0 63%);
  animation: shimmer 1.2s infinite;
  background-size: 1000px 100%;
  border-radius: 4px;
}

@keyframes shimmer {
  0% {
    background-position: -1000px 0;
  }
  100% {
    background-position: 1000px 0;
  }
}
.error-message {
  color: #ff0000;
  font-size: 0.8rem;
  margin-top: 0.25rem;
  margin-bottom: 1rem;
  text-align: start;
}

input.error {
  border-color: #ff0000;
}

.button-box button:disabled {
  opacity: 0.7;
  cursor: not-allowed;
}
/* تنسيق الجدول الرئيسي */
.myaccount-table {
  margin-bottom: 30px;
}

.thead-light {
  background-color: #f8f9fa;
}

/* تنسيق تفاصيل الطلب */
.order-details-row {
  background-color: #f9f9f9;
}

.order-details {
  padding: 20px;
}

/* خط سير حالة الطلب */
.timeline-steps {
  display: flex;
  justify-content: space-between;
  padding: 0;
  margin: 0;
  list-style: none;
}

.timeline-step {
  flex: 1;
  text-align: center;
  position: relative;
}

.timeline-step-circle {
  width: 30px;
  height: 30px;
  margin: 0 auto 10px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.timeline-step.completed .timeline-step-circle {
  background-color: #28a745;
  color: white;
}

.timeline-step.pending .timeline-step-circle {
  background-color: #6c757d;
  color: white;
}

.timeline-step.rejected .timeline-step-circle {
  background-color: #dc3545;
  color: white;
}

.timeline-step-label {
  font-size: 0.8rem;
  color: #6c757d;
}

.check-btn,
.cancel-btn {
  padding: 5px 10px;
  border-radius: 4px;
  font-size: 0.9rem;
}

.empty-orders {
  text-align: center;
  padding: 40px 0;
}
.myaccount-tab-menu .nav-link {
  padding: 10px 15px;
  color: #333;
  border: none;
  background: none;
  width: 100%;
  text-align: inherit;
  cursor: pointer;
  transition: all 0.3s;
}
#policy-title {
  color: #166b99;
  font-size: 1.5rem;
}
.policy-content {
  width: 100% !important;
  display: inline-block !important;
  margin-top: 1rem;
  text-align: inherit !important;
}
#policy-desc p {
  margin-bottom: 0 !important;
}
pre {
  text-wrap: unset !important;
}
.myaccount-tab-menu .nav-link.active {
  color: #fff;
  background-color: #0e4f72;
  border-radius: 10px;
  border-bottom: 5px solid #f2f2f2;
}
.myaccount-tab-menu .nav-link:hover {
  color: #fff;
  background-color: #aaa;
  border-radius: 10px;
}

.myaccount-tab-menu .nav-link i {
  margin-right: 10px;
}

.tab-content {
  position: relative;
  padding: 20px;
  padding-top: 25px;
  padding-bottom: 25px;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.main-btn {
  background-color: #1b7baf;
  color: white;
  border-radius: 8px;
}
.user-profile-container {
  padding: 20px;
  max-width: 800px;
  margin: 0 auto;
}

.user-profile-container .profile-table {
  width: 100%;
  border-collapse: collapse;
}

.user-profile-container .profile-table tr {
  border-bottom: 1px solid #eee;
}

.user-profile-container .profile-table tr:last-child {
  border-bottom: none;
}

.user-profile-container .label-cell {
  width: 120px;
  padding: 12px 0;
  font-weight: 200;
  font-size: 1.1rem;
  color: #1465ad;
  vertical-align: top;
}

.user-profile-container .value-cell {
  text-transform: uppercase;
  padding: 12px 0;
}

.user-profile-container .user-profile-container .action-cell {
  width: 100px;
  text-align: right;
  padding: 12px 0;
}

.user-profile-container .user-profile-container .edit-btn {
  background: none;
  border: 1px solid #ddd;
  padding: 5px 10px;
  border-radius: 4px;
  cursor: pointer;
  transition: all 0.3s;
}

.user-profile-container .user-profile-container .edit-btn:hover {
  background: #f5f5f5;
}

.user-profile-container .user-profile-container .profile-form {
  padding: 15px;
  background: #f9f9f9;
  border-radius: 4px;
  margin: 20px 0 !important;
}

.user-profile-container .form-group {
  display: flex;
  gap: 10px;
  margin-bottom: 10px;
}

.user-profile-container .form-group input {
  flex: 1;
  padding: 8px;
  border: 1px solid #ddd;
  text-align: inherit;
  border-radius: 4px;
}

.user-profile-container .form-actions {
  display: flex;
  justify-content: flex-start;
  gap: 10px;
  margin-bottom: 10px;
}

.user-profile-container .save-btn {
  background: #1b7baf;
  color: white;
  border: none;
  padding: 8px 15px;
  border-radius: 8px;
  cursor: pointer;
}

.user-profile-container .cancel-btn {
  background: transparent;
  color: #222;
  border: 1px solid #aaa;
  padding: 8px 15px;
  border-radius: 8px;
  cursor: pointer;
}
.second-btn {
  background-color: transparent;
  border: 1px solid #aaa;
  color: #2a2a2a;
  cursor: pointer;
  border-radius: 8px;
  margin: 0 10px;
  padding: 0.2rem 0.9rem;
}
.second-btn:hover {
  background-color: #ddd;
}
.data-table {
  position: relative;
  margin-top: -3%;
}
.user_png {
  /* position: absolute;
  top: -20%;
  left: 40%; */
  width: 50px;
  margin: 0 0.5rem;
  z-index: 888;
  padding: 0.5rem;

  background-color: white;
}
.user_png img {
  box-shadow: inset 14px 25px 10px #fff;
}
.orders-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 15px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  overflow: hidden;
  border-radius: 10px;
}

.orders-table thead {
  background-color: #007bff;
  color: #fff;
  text-align: inherit;
}

.orders-table th,
.orders-table td {
  padding: 12px 15px;
}

.orders-table tbody tr:nth-child(odd) {
  background-color: #ffffff;
}

.orders-table tbody tr:nth-child(even) {
  background-color: #f7f7f7;
}

.timeline-step {
  text-align: center;
  flex: 1;
  padding: 10px;
  opacity: 0.8;
}

.timeline-step.completed {
  color: green;
  font-weight: bold;
}

.timeline-step.rejected {
  color: red;
  font-weight: bold;
}

.timeline-step.pending {
  color: #999;
}
.search-results-dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  width: 95%;
  right: 0;
  background: white;
  border: 1px solid #ddd;
  border-top: none;
  border-radius: 10px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  z-index: 1000;
  max-height: 700px;
  margin: auto;
  overflow-y: auto;
}

.search-results-dropdown ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.search-results-dropdown li {
  border-bottom: 1px solid #eee;
}

.search-results-dropdown li:last-child {
  border-bottom: none;
}

.search-results-dropdown a {
  display: block;
  padding: 10px;
  color: #333;
  text-decoration: none;
}

.search-result-item {
  display: flex;
  align-items: center;
}

.search-result-image {
  width: 100px;
  height: 100px;
  object-fit: cover;
  margin-right: 15px;
}

.search-result-details h4 {
  margin: 0 0 5px 0;
  font-size: 14px;
}

.price {
  font-size: 13px;
}

.new-price {
  color: #1b7baf;
  font-weight: bold;
}

.old-price {
  text-decoration: line-through;
  color: #999;
  margin-left: 8px;
}
.mobHead {
  width: 50px;
  height: 50px;
}
@media (max-width: 997px) {
  .same-style-wrap {
    width: 100%;
  }
  .px-50 {
    padding-right: 40px;
    padding-left: 40px;
  }
  .product-img-border {
    width: 90%;
    margin: auto;
  }

  .search-result-image {
    width: 50px;
    height: 50px;
    object-fit: cover;
    margin: 10px;
  }

  .search-result-details h4 {
    font-size: 10px;
  }

  .price {
    font-size: 9px;
  }
}
