/* Common Style */
*,
*::after,
*::before {
  box-sizing: border-box;
}

html,
body {
  height: 100%;
}

body {
  font-family: "Inter", sans-serif, Arial, Helvetica, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  font-style: normal;
  line-height: 1.75;
  position: relative;
  visibility: visible;
  overflow-x: hidden;
  color: #333;
  background: #FFFFFF;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  body {
    font-size: 15px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  body {
    font-size: 15px;
  }
}

@media only screen and (max-width: 767px) {
  body {
    font-size: 15px;
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  line-height: 1.2;
  margin-top: 0;
  color: #000;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  line-height: inherit;
  margin: 0;
}

p:last-child {
  margin-bottom: 0;
}

a,
button {
  line-height: inherit;
  cursor: pointer;
  text-decoration: none;
  color: inherit;
}

a:hover,
a:active,
a:focus {
  box-shadow: none;
  outline: none;
  text-decoration: none;
}

a,
button,
img,
input {
  transition: all 0.5s ease 0s;
}

*:focus {
  outline: none;
}

a:focus {
  text-decoration: none;
  color: inherit;
  outline: none;
}

a:hover {
  text-decoration: none;
  color: #d95200;
}

button,
input[type=submit] {
  cursor: pointer;
}
.entry-content ul{padding:0; margin:0 0 20px;}
.entry-content ol{padding:0; margin:0 0 20px; list-style: none; counter-reset: my-awesome-counter;}
.entry-content ul li{position:relative; padding:0 0 0 20px; margin:0 0 8px;}
.entry-content ul li:before{content:""; position:absolute; left:0; top:9px; width: 0; height: 0; border-style: solid; border-top: 5px solid transparent; border-bottom: 5px solid transparent; border-left: 8px solid #da5000; border-right: 0;}
.entry-content ul li li{list-style:disc;}
.entry-content ol li{counter-increment: my-awesome-counter; margin:0 0 8px;}
.entry-content ol li::before{content: counter(my-awesome-counter) ". "; font-weight:400;}

table, 
.entry-content table{border-right:1px solid #eee; border-top:1px solid #eee; width: 100%; }
table th, table td,
.entry-content table th,
.entry-content table td {
  border-left:1px solid #eee; border-bottom: 1px solid #eee; text-align:left; font-size:16px; color:#333; font-weight:400; padding:12px 20px; vertical-align:middle;
}

img {
  height: auto;
  max-width: 100%;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  opacity: 0.6;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
  opacity: 0.6;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  opacity: 0.6;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  opacity: 1;
}

.selectbox {
  position: relative;
  background: #fff;
  border: 0 solid #111;
}

.selectbox select {
  background: none;
  border: 0;
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  color: #000;
  padding: 0 20px 0 2px;
  width: 100%;
  height: 30px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
  z-index: 1;
  text-overflow: ellipsis;
}

.selectbox:after {
  position: absolute;
  top: 0;
  right: 0;
  content: "";
  font-family: 'FontAwesome';
  font-size: 24px;
  z-index: 0;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  -moz-transition: all 0.4s ease 0s;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  opacity: 1;
  background: url("../menu-down.svg") no-repeat center;
  background-size: 13px auto;
}

.cate-sort-select {
  width: 110px;
}

ul {
  margin: 0;
  padding: 0;
}

ul:last-child {
  margin-bottom: 0;
}

ul li {
  list-style: none;
}

hr {
  border-top-width: 2px;
}

.main-content {
  overflow: hidden;
}

.v-center {
  align-items: center;
}

.ml-auto {
  margin-left: auto !important;
}

.mr-auto {
  margin-right: auto !important;
}

.bg-gray {
  background: #eee;
}

.bg2 {
  background: #FFF6F5;
}

.bg-gredient-bottom {
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(250, 250, 250, 1) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.bg-gredient-top {
  background: linear-gradient(to bottom, rgba(250, 250, 250, 1) 0%, rgba(255, 255, 255, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.ptb-40 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.small-title {
  font-size: 60px;
  line-height: 1;
  color: #76c250;
  font-weight: 400;
  font-family: 'Tangerine', cursive;
  position: relative;
  margin: 0 0 -20px -40px;
}


/*----------------------------------------*/
/*  Template Classes CSS
/*----------------------------------------*/
.bg-img {
  background: no-repeat center center;
  background-size: cover;
}

.wrapper {
  overflow-x: hidden;
}

.section-space {
  padding-bottom: 80px;
  padding-top: 80px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .section-space {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-space {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

@media only screen and (max-width: 767px) {
  .section-space {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.table> :not(:first-child) {
  border-top: none;
}

.row {
  margin-top: 0;
}

.row .col,
.row [class*=col-] {
  margin-top: 0;
}

.modal {
  z-index: 9999;
}

.hide {
  display: none;
}

/*----------------------------------------*/
/*  Header CSS
/*----------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
  .header-area {
    padding: 10px 0;
  }
}

.header-area .container {
  max-width: 1733px;
}

.header-transparent {
  background-color: transparent;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 9;
}

.header-navigation {
  position: relative;
}

@media only screen and (max-width: 767px),
only screen and (min-width: 768px) and (max-width: 991px) {
  .header-navigation {
    display: none;
  }
}

.main-nav {
  display: flex;
}

.main-nav>li {
  position: relative;
  margin: 0 10px;
}

@media only screen and (min-width: 1200px) and (max-width: 1549px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px) {
  .main-nav>li {
    margin: 0 10px;
  }
}

.main-nav>li:first-child {
  margin-left: 0;
}

.main-nav>li:first-child>a {
  padding-left: 0;
}

.main-nav>li:last-child {
  margin-right: 0;
}

.main-nav>li:last-child>a {
  padding-right: 0;
}

.main-nav>li>a {
  color: #262626;
  font-size: 16px;
  font-weight: 500;
  height: 144px;
  padding: 0 12px;
  display: inline-block;
  line-height: 144px;
  letter-spacing: 0;
  position: relative;
  text-transform: capitalize;
  transition: all 0s ease-out;
  -webkit-transition: all 0s ease-out;
  -moz-transition: all 0s ease-out;
  -ms-transition: all 0s ease-out;
  -o-transition: all 0s ease-out;
}

@media only screen and (min-width: 1200px) and (max-width: 1549px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px) {
  .main-nav>li>a {
    height: 120px;
    line-height: 120px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .main-nav>li>a {
    padding: 0 8px;
  }
}

.main-nav>li>a:hover {
  color: #d95200;
}

.main-nav .has-submenu:hover a {
  color: #d95200;
}

.main-nav .has-submenu:hover .submenu-nav,
.main-nav .has-submenu:hover .submenu-nav-mega {
  margin-top: 0;
  opacity: 1;
  visibility: visible;
  pointer-events: visible;
}

.main-nav .has-submenu .submenu-nav,
.main-nav .has-submenu .submenu-nav-mega {
  box-shadow: 0 1px 24px 0 rgba(0, 0, 0, 0.09);
  background-color: #FFFFFF;
  border-radius: 0 0 4px 4px;
  color: #000000;
  left: -15px;
  opacity: 0;
  margin-top: 30px;
  min-width: 230px;
  padding: 0 0;
  position: absolute;
  pointer-events: none;
  top: 100%;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  visibility: hidden;
  width: 230px;
  z-index: 9999;
}

.main-nav .has-submenu .submenu-nav>li,
.main-nav .has-submenu .submenu-nav-mega>li {
  border-bottom: 1px solid rgba(173, 181, 189, 0.15);
  padding: 0;
  margin-bottom: 0;
}

.main-nav .has-submenu .submenu-nav>li:last-child,
.main-nav .has-submenu .submenu-nav-mega>li:last-child {
  margin-bottom: 0;
  border-bottom: none;
}

.main-nav .has-submenu .submenu-nav>li.active:after,
.main-nav .has-submenu .submenu-nav-mega>li.active:after {
  color: #d95200;
}

.main-nav .has-submenu .submenu-nav>li a,
.main-nav .has-submenu .submenu-nav-mega>li a {
  color: #1d1d1d;
  display: block;
  font-size: 14px;
  padding: 11px 25px 10px;
  position: relative;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
}

.main-nav .has-submenu .submenu-nav>li a:hover,
.main-nav .has-submenu .submenu-nav-mega>li a:hover {
  color: #d95200;
  background-color: rgba(173, 181, 189, 0.15);
}

.main-nav .has-submenu .submenu-nav .has-submenu,
.main-nav .has-submenu .submenu-nav-mega .has-submenu {
  position: relative;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px) {

  .main-nav .has-submenu .submenu-nav .has-submenu a,
  .main-nav .has-submenu .submenu-nav-mega .has-submenu a {
    padding: 11px 10px 10px 32px;
  }
}

.main-nav .has-submenu .submenu-nav .has-submenu a:before,
.main-nav .has-submenu .submenu-nav-mega .has-submenu a:before {
  content: "\f105";
  font-family: "FontAwesome";
  right: 20px;
  position: absolute;
  top: 50%;
  transform: translate(0%, -50%);
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px) {

  .main-nav .has-submenu .submenu-nav .has-submenu a:before,
  .main-nav .has-submenu .submenu-nav-mega .has-submenu a:before {
    left: 15px;
    right: auto;
    content: "\f104";
  }
}

.main-nav .has-submenu .submenu-nav .has-submenu .submenu-nav,
.main-nav .has-submenu .submenu-nav-mega .has-submenu .submenu-nav {
  border-radius: 0;
  box-shadow: 0 0 3.76px 0.24px rgba(0, 0, 0, 0.05);
  left: 100%;
  right: auto;
  top: 8px;
  opacity: 0;
  visibility: hidden;
  margin-top: 30px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px) {

  .main-nav .has-submenu .submenu-nav .has-submenu .submenu-nav,
  .main-nav .has-submenu .submenu-nav-mega .has-submenu .submenu-nav {
    left: auto;
    right: 100%;
  }
}

.main-nav .has-submenu .submenu-nav .has-submenu .submenu-nav a,
.main-nav .has-submenu .submenu-nav-mega .has-submenu .submenu-nav a {
  padding: 11px 25px 10px;
}

.main-nav .has-submenu .submenu-nav .has-submenu .submenu-nav a:before,
.main-nav .has-submenu .submenu-nav-mega .has-submenu .submenu-nav a:before {
  display: none;
}

.main-nav .has-submenu .submenu-nav .has-submenu .submenu-nav a:hover,
.main-nav .has-submenu .submenu-nav-mega .has-submenu .submenu-nav a:hover {
  color: #d95200;
}

.main-nav .has-submenu .submenu-nav .has-submenu:hover a,
.main-nav .has-submenu .submenu-nav-mega .has-submenu:hover a {
  color: #d95200;
}

.main-nav .has-submenu .submenu-nav .has-submenu:hover .submenu-nav,
.main-nav .has-submenu .submenu-nav-mega .has-submenu:hover .submenu-nav {
  opacity: 1;
  visibility: visible;
  margin-top: 0;
}

.main-nav .has-submenu .submenu-nav .has-submenu:hover .submenu-nav a,
.main-nav .has-submenu .submenu-nav-mega .has-submenu:hover .submenu-nav a {
  color: #1d1d1d;
}

.main-nav .has-submenu .submenu-nav .has-submenu:hover .submenu-nav a:hover,
.main-nav .has-submenu .submenu-nav-mega .has-submenu:hover .submenu-nav a:hover {
  color: #d95200;
}

.main-nav .has-submenu .submenu-nav-mega {
  display: flex;
  left: 0;
  min-width: 100%;
  padding: 0;
  min-width: 720px;
}

.main-nav .has-submenu .submenu-nav-mega li {
  border-right: 1px solid rgba(173, 181, 189, 0.15);
  border-bottom: none;
  flex-basis: 50%;
  margin: 0;
  padding: 0 0;
}

.main-nav .has-submenu .submenu-nav-mega li:last-child {
  border-right: none;
}

.main-nav .has-submenu .submenu-nav-mega li ul>li {
  border-bottom: 1px solid rgba(173, 181, 189, 0.15);
}

.main-nav .has-submenu .submenu-nav-mega li ul>li.active>a {
  color: #d95200 !important;
}

.main-nav .has-submenu .submenu-nav-mega li ul>li>a {
  color: #1d1d1d !important;
  font-size: 13px;
  padding: 11px 35px 10px;
}

.main-nav .has-submenu .submenu-nav-mega li ul>li>a:hover {
  background-color: rgba(173, 181, 189, 0.15);
  color: #d95200 !important;
  text-decoration: none;
}

.main-nav .has-submenu .submenu-nav-mega li ul>li:first-child {
  border-top: 1px solid rgba(173, 181, 189, 0.15);
}

.main-nav .has-submenu .submenu-nav-mega li:hover .mega-title {
  color: #d95200;
  text-decoration: none;
}

.main-nav .has-submenu .submenu-nav-mega .mega-title {
  color: #2d2d2d;
  font-size: 14px;
  font-weight: 600;
  padding: 18px 35px 15px;
  text-decoration: none;
  text-transform: uppercase;
}

.main-nav .has-submenu .submenu-nav-mega .mega-title:hover {
  background-color: transparent;
  color: #2d2d2d;
  cursor: auto;
  text-decoration: none;
}

.main-nav li.active a {
  color: #d95200;
}

.main-nav li.active ul li.active a {
  color: #d95200;
}

.main-nav li.active ul li.active ul li.active a {
  color: #d95200 !important;
}

.main-nav .has-submenu .submenu-nav-mega.cate-mega-menu li {
  min-width: 100%;
}

.cate-mega-list {
  padding: 0 20px 20px;
  display: flex;
  flex-wrap: wrap;
}

.main-nav .has-submenu .submenu-nav-mega .cate-mega-list li {
  min-width: 150px;
  max-width: 150px;
  border: 0 !important;
  padding: 0;
  margin: 0 10px 10px 0;
}

.main-nav .has-submenu .submenu-nav-mega .cate-mega-list li a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background: #eee;
  font-size: 16px;
  line-height: 1.2;
  font-weight: 500;
  border-radius: 8px;
}

.main-nav .has-submenu .submenu-nav-mega .cate-mega-list li:nth-child(1n+1) a {
  background: #DCFFD2;
}

.main-nav .has-submenu .submenu-nav-mega .cate-mega-list li:nth-child(2n+1) a {
  background: rgb(255, 237, 180);
}

.main-nav .has-submenu .submenu-nav-mega .cate-mega-list li:nth-child(3n+1) a {
  background: rgb(223, 228, 255);
}

.main-nav .has-submenu .submenu-nav-mega .cate-mega-list li:nth-child(4n+1) a {
  background: rgb(255, 234, 204);
}

.main-nav .has-submenu .submenu-nav-mega .cate-mega-list li:nth-child(5n+1) a {
  background: rgb(255, 218, 224);
}

.main-nav .has-submenu .submenu-nav-mega .cate-mega-list li:nth-child(6n+1) a {
  background: rgb(255, 243, 218);
}


.sticky-header {
  transition: all 0.4s ease-out;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
}

.sticky-header.sticky-show {
  -webkit-animation-name: slideDown !important;
  animation-name: slideDown !important;
}

.sticky-header.sticky {
  box-shadow: 0 8px 8px -6px rgba(0, 0, 0, 0.06);
  background-color: #FFFFFF;
  position: fixed;
  left: 0;
  top: 0 !important;
  width: 100%;
  z-index: 99;
  -webkit-animation-name: slideUp;
  animation-name: slideUp;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  transition: all 0.4s ease-out;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
}

.sticky-header.sticky .header-logo img {
  width: 140px;
}

.sticky-header.sticky .main-nav>li>a {
  height: 80px;
  line-height: 80px;
}

@media only screen and (min-width: 1200px) and (max-width: 1549px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
  .header-logo img {
    width: 180px;
  }
}

.header-action {
  align-items: center;
  display: flex;
}

.header-action .header-action-btn {
  position: relative;
  border: none;
  margin: 0;
  padding: 0;
  background: none;
  width: 30px;
  height: 30px;
  margin-left: 30px;
}

.header-action .header-action-btn i {
  font-size: 22px;
  transition: all 0.3s ease;
}

.header-action .header-action-btn i:hover,
.header-action-btn.wishlist-icon a:hover {
  color: #da5000;
}

.cart-count {
  display: inline-flex;
  background: #da5000;
  min-width: 22px;
  height: 22px;
  border-radius: 50%;
  font-size: 12px;
  line-height: normal;
  font-weight: 400;
  color: #fff;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: absolute;
  right: -14px;
  top: -10px;
}

@media only screen and (min-width: 1200px) and (max-width: 1549px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
  .header-action .header-action-btn {
    margin-left: 28px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
  .header-action .header-action-btn {
    margin-left: 25px;
  }
}

@media only screen and (max-width: 767px) {
  .header-action .header-action-btn {
    margin-left: 16px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1549px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
  .header-action .header-action-btn svg {
    width: 24px;
  }
}

.header-menu-btn {
  background-color: transparent;
  border: none;
  margin: 2px 0 0 6px;
  padding: 0;
  display: none;
}

@media only screen and (max-width: 767px),
only screen and (min-width: 768px) and (max-width: 991px) {
  .header-menu-btn {
    display: inline-block;
  }
}

.header-menu-btn span {
  background-color: #000;
  width: 20px;
  height: 2px;
  display: block;
  margin-bottom: 4px;
  border-radius: 50px;
}

.header-menu-btn span:last-child {
  margin-bottom: 0;
}

.aside-search-box-wrapper .search-note p {
  font-size: 14px;
  text-transform: capitalize;
  color: #666;
  font-weight: 400;
  margin-bottom: 8px;
}

@media only screen and (max-width: 479px) {
  .aside-search-box-wrapper .search-note p {
    font-size: 13px;
  }
}

.aside-search-box-wrapper.offcanvas-top {
  height: fit-content;
  min-height: 239px;
}


.aside-search-box-wrapper .offcanvas-header {
  justify-content: flex-end;
  padding: 0;
}

.aside-search-box-wrapper .offcanvas-body {
  padding-top: 64px;
}

@media only screen and (max-width: 767px) {
  .aside-search-box-wrapper .offcanvas-body {
    padding-top: 40px;
  }
}

.aside-search-box-wrapper .btn-close {
  position: absolute;
  background-image: none;
  background-color: #d95200;
  color: #fff;
  opacity: 1;
  font-size: 18px;
  top: 0;
  width: 40px;
  padding: 0;
  margin: 0;
  height: 40px;
  line-height: 40px;
  border-radius: 0 0 8px 8px;
  right: 15px;
}

@media only screen and (max-width: 767px) {
  .aside-search-box-wrapper .btn-close {
    padding: 0;
    margin: 0;
    width: 26px;
    height: 26px;
    line-height: 0;
    font-size: 12px;
    border-radius: 50%;
    right: -4px;
    top: -4px;
  }
}

.aside-search-box-wrapper .btn-close:hover {
  color: #FFFFFF;
  background-color: #ff3232;
}

.aside-search-form {
  position: relative;
}

.aside-search-form .form-control {
  border: 1px solid #d95200;
  color: #d95200;
  box-shadow: none;
  border-radius: 8px;
  height: 70px;
  font-size: 15px;
  font-weight: 500;
  line-height: 70px;
  padding: 10px 75px 10px 24px;
}

.aside-search-form .form-control::-webkit-input-placeholder {
  color: #d95200;
}

.aside-search-form .form-control:-moz-placeholder {
  color: #d95200;
}

.aside-search-form .form-control::-moz-placeholder {
  color: #d95200;
}

.aside-search-form .form-control:-ms-input-placeholder {
  color: #d95200;
}

@media only screen and (max-width: 767px) {
  .aside-search-form .form-control {
    font-size: 13px;
    height: 50px;
    padding: 10px 75px 10px 14px;
  }
}

.aside-search-form .search-button {
  border: none;
  background-color: #d95200;
  border-radius: 0 8px 8px 0;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 70px;
  font-size: 18px;
  color: #fff;
}

@media only screen and (max-width: 767px) {
  .aside-search-form .search-button {
    width: 50px;
    font-size: 16px;
  }
}

.aside-search-form .search-button:hover {
  color: #FFFFFF;
  background-color: #ff3232;
}

.offcanvas {
  z-index: 999 !important;
}

@-webkit-keyframes slideDown {
  0% {
    -webkit-transform: translateY(-100%);
  }

  100% {
    -webkit-transform: translateY(0);
  }
}

@keyframes slideDown {
  0% {
    transform: translateY(-100%);
  }

  100% {
    transform: translateY(0);
  }
}

@-webkit-keyframes slideUp {
  0% {
    -webkit-transform: translateY(0);
  }

  100% {
    -webkit-transform: translateY(-100%);
  }
}

@keyframes slideUp {
  0% {
    transform: translateY(0);
  }

  100% {
    transform: translateY(-100%);
  }
}

.trans {
  -moz-transition: all 0.4s ease 0s;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}

.blank_header {
  width: 100%;
  height: 144px;
}

@media only screen and (max-width: 1549px) {
  .blank_header {
    height: 120px;
  }
}

@media only screen and (max-width: 991px) {
  .blank_header {
    height: 108px;
  }
}

@media only screen and (max-width: 479px) {
  .blank_header {
    height: 98px;
  }
}

/*----------------------------------------*/
/*  Footer CSS
/*----------------------------------------*/
.footer-area {
  background: #FAFAFA;
  border-radius: 10px 10px 0 0;
}

.footer-main {
  padding: 80px 0;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .footer-main {
    padding: 70px 0 58px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer-main {
    padding: 70px 0 58px;
  }
}

@media only screen and (max-width: 767px) {
  .footer-main {
    padding: 50px 0 30px;
  }
}

.footer-main .widget-title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 35px;
}

.footer-main .widget-logo {
  display: inline-block;
  margin-bottom: 20px;
}

.footer-main .desc {
  max-width: 285px;
}

.footer-main .widget-nav {
  -moz-column-count: 2;
  -webkit-column-count: 2;
  column-count: 2;
  -moz-column-gap: 10px;
  -webkit-column-gap: 10px;
  column-gap: 10px;
}
.footer-main .widget-nav li {
  color: #333;
  font-size: 16px;
  position: relative;
  transition: all 0.5s ease 0s;
  margin-bottom: 15px;
}

.footer-main .widget-nav li a {
  transition: all 0.5s ease 0s;
}

.footer-main .widget-nav li a:hover {
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
}

.footer-main .widget-social {
  display: flex;
}

.footer-main .widget-social a {
  display: inline-block;
  min-width: 40px;
  max-width: 40px;
  height: 40px;
  background: #fff;
  font-size: 18px;
  line-height: 42px;
  color: #db442c;
  text-align: center;
  border-radius: 50%;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.05);
}

.footer-main .widget-social a+a {
  margin-left: 15px;
}

.footer-main .widget-social a:hover {
  background: #d95200;
  color: #fff;
}

.footer-bottom-content {
  border-top: 1px solid #E8E8E8;
  text-align: center;
  padding: 20px 0;
}

.footer-bottom-content p {
  font-size: 14px;
  color: #6D6D6D;
}

.footer-bottom-content p i {
  color: #eb3e32;
  font-size: 13px;
  margin: 0 2px;
}

.f-contact p {
  font-size: 18px;
  margin: 0;
}

.f-contact p+p {
  margin-top: 10px;
}

.f-contact a {
  display: inline-block;
  color: #333;
  position: relative;
}

.f-contact a:hover {
  color: #d95200;
}

.f-contact p strong {
  font-weight: 500;
}

.f-contact p i {
  color: #d95200;
  margin-right: 10px;
}

/*----------------------------------------*/
/*  Wrapper CSS
/*----------------------------------------*/
.section-title {
  margin-bottom: 40px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .section-title {
    margin-bottom: 55px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-title {
    margin-bottom: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .section-title {
    margin-bottom: 20px;
  }
}

.section-title .title {
  font-size: 38px;
  line-height: 40px;
  font-weight: 700;
  margin-bottom: 15px;
  text-transform: capitalize;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .section-title .title {
    font-size: 32px;
    line-height: 32px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-title .title {
    font-size: 28px;
    line-height: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .section-title .title {
    font-size: 28px;
    line-height: 30px;
  }
}

.section-title p {
  margin: 0 auto;
}

.line-left-style {
  background-color: #CECECE;
  display: inline-block;
  height: 1px;
  width: 40px;
}

.breadcrumb-style1 {
  background: #FFFAEF;
  padding: 36px 0 20px;
}

.breadcrumb-item {
  color: #494949;
  font-size: 14px;
  line-height: 28px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
  .breadcrumb-item {
    font-size: 15px;
  }
}

.breadcrumb-item a {
  color: #494949;
}

.breadcrumb-item a:hover {
  color: #d95200;
}

.breadcrumb-item.active {
  color: #494949;
}

.breadcrumb-item+.breadcrumb-item:before {
  color: #494949;
  font-size: 16px;
}

.page-header-style2-area {
  border-radius: 30px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right center;
  margin: 0 auto;
  max-width: 96%;
}

.blog-banner-inn {
  padding-left: 20px;
  padding-right: 20px;
}

@media only screen and (max-width: 1649px) {
  .page-header-style2-area {
    background-position: left center;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .page-header-content .title-img {
    margin-bottom: -60px;
    width: 330px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
  .page-header-content .title-img {
    margin-bottom: -52px;
    width: 250px;
  }
}

@media only screen and (max-width: 479px) {
  .page-header-content .title-img {
    width: 180px;
    margin-bottom: -32px;
  }
}

.page-header-content .page-header-title {
  font-size: 48px;
  font-weight: 700;
  margin-bottom: 10px;Ś
}
.about-page-banner .page-header-content .page-header-title {
  font-size: 40px;
}
.about-page-banner .small-title {
  font-size: 50px;
}
.about-page-banner .page-header-content .page-header-desc {
  font-size: 18px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px) {
  .page-header-content .page-header-title {
    font-size: 40px;
    margin-bottom: 10px;
  }
  .about-page-banner .page-header-content .page-header-title {
    font-size: 34px;
  }
  .about-page-banner .page-header-content .page-header-desc {
      font-size: 16px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
  .page-header-content .page-header-title {
    font-size: 32px;
    margin-bottom: 10px;
  }

  .small-title {
    font-size: 40px;
    margin: 0 0 0 -20px;
  }
  .about-page-banner .page-header-content .page-header-title {
      font-size: 30px;
  }
}

@media only screen and (max-width: 479px) {
  .page-header-content .page-header-title {
    font-size: 32px;
  }
}

.page-header-content .page-header-sub-title {
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 0.2em;
  margin-bottom: 20px;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
  .page-header-content .page-header-sub-title {
    font-size: 18px;
    margin-bottom: 10px;
  }
}

@media only screen and (max-width: 479px) {
  .page-header-content .page-header-sub-title {
    font-size: 14px;
    margin-bottom: 10px;
  }
}

.page-header-content .page-header-desc {
  font-size: 20px;
  line-height: 1.5;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
  .page-header-content .page-header-desc {
    font-size: 16px;
  }
}

@media only screen and (max-width: 479px) {
  .page-header-content .page-header-desc {
    font-size: 15px;
  }
}

.page-header-st3-content .breadcrumb {
  margin-bottom: 10px;
}

.page-header-st3-content .page-header-title {
  font-size: 28px;
  font-weight: 400;
  margin-bottom: 0;
}

.showing-pagination-results {
  font-size: 15px;
  font-weight: 400;
  line-height: 1.75;
  margin-bottom: 0;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
  .showing-pagination-results {
    font-size: 15px;
  }
}

.page-header-thumb {
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .page-header-thumb {
    margin-top: 20px;
  }

  .page-header-content {
    text-align: center;
  }

  .small-title {
    margin: 0;
  }
}

.newsletter-content-wrap {
  height: 230px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 171px 0 100px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .newsletter-content-wrap {
    padding: 0 30px 0 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .newsletter-content-wrap {
    padding: 0 15px 0 15px;
  }
}

@media only screen and (max-width: 767px) {
  .newsletter-content-wrap {
    display: block;
    padding: 40px 20px 44px;
    text-align: center;
    height: auto;
  }
}

.newsletter-content {
  padding-top: 10px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .newsletter-content {
    padding-right: 15px;
  }
}

@media only screen and (max-width: 767px) {
  .newsletter-content {
    padding-right: 0;
    padding-top: 0;
  }
}

.newsletter-content .title {
  color: #fff;
  margin-bottom: 10px;
}

.newsletter-content p {
  max-width: 310px;
  color: #fff;
}

.newsletter-form {
  position: relative;
  margin-top: 12px;
}

.newsletter-form .form-control {
  box-shadow: none;
  border: 1px solid #DC7354;
  border-radius: 10px;
  font-size: 16px;
  font-style: italic;
  color: #979797;
  height: 60px;
  width: 400px;
  padding: 5px 60px 5px 20px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .newsletter-form .form-control {
    width: 318px;
    padding: 5px 30px 7px 28px;
  }
}

@media only screen and (max-width: 767px) {
  .newsletter-form .form-control {
    width: 100%;
    padding: 5px 30px 7px 28px;
  }
}

.newsletter-form .btn-submit {
  background-color: #CE4820;
  border-radius: 10px;
  position: absolute;
  top: 0;
  right: 0;
  border: none;
  color: #fff;
  height: 100%;
  width: 60px;
  padding: 0;
  margin: 0;
  display: inline-block;
  font-size: 15px;
  line-height: 38px;
}

.newsletter-form .btn-submit:hover {
  background-color: #a23919;
}

.my-account-tab-menu {
  flex-direction: column;
}

@media only screen and (max-width: 767px) {
  .my-account-tab-menu {
    margin-bottom: 40px;
  }
}

.my-account-tab-menu.nav-tabs .nav-link {
  background-color: transparent;
  border: 1px solid #e5e5e5;
  border-bottom: none;
  border-radius: 0;
  color: #000000;
  font-size: 15px;
  font-weight: 500;
  display: block;
  padding: 10px 15px;
  text-align: left;
  text-transform: capitalize;
}

.my-account-tab-menu.nav-tabs .nav-link:last-child {
  border-bottom: 1px solid #e5e5e5;
}

.my-account-tab-menu.nav-tabs .nav-link.active {
  background-color: #d95200;
}

.my-account-tab-menu.nav-tabs .nav-link:hover,
.my-account-tab-menu.nav-tabs .nav-link.active {
  background-color: #d95200;
  border-color: #d95200;
  color: #FFFFFF;
}

.myaccount-content {
  border: 1px solid #eeeeee;
  padding: 30px 30px 15px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
  .myaccount-content {
    padding: 25px 25px 10px;
  }
}

.myaccount-content form {
  margin-top: -20px;
}

.myaccount-content h3 {
  font-weight: 500; font-size: 20px; line-height: normal; border-bottom: 1px dashed #ccc; padding-bottom: 20px; margin-bottom: 20px;
}
.myaccount-content hr + h3{
  padding-top: 10px;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
  .myaccount-content h3 {
    font-size: 18px;
  }
}

.myaccount-content .welcome a:hover {
  color: #d95200;
}

.myaccount-content .welcome strong {
  font-weight: 600;
  color: #d95200;
}

.myaccount-content p {
  line-height: normal;
  margin-bottom: 6px;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
  .myaccount-content p {
    font-size: 15px;
  }
}

.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 #e5e5e5;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
  .myaccount-content fieldset legend {
    font-size: 15px;
  }
}

.myaccount-content .account-details-form {
  margin-top: 40px;
}

.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;
  width: 100%;
  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: #d95200;
  text-transform: uppercase;
  font-weight: 600;
  padding: 20px 40px;
  line-height: 1;
  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;
}

.myaccount-table table td a,
.myaccount-table .table td a {
  font-size: 14px;
  color: #000000;
}

.page-not-found-area {
  align-items: center;
  display: flex;
  height: calc(100vh - 144px);
  min-height: 650px;
}

.page-not-found {
  margin-top: -50px;
  text-align: center;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
  .page-not-found {
    margin-top: 0;
  }
}

.page-not-found img {
  margin-bottom: 18px;
}

.page-not-found .title {
  color: #000000;
  font-weight: 500;
  font-size: 50px;
  line-height: 66px;
  margin-bottom: 14px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
  .page-not-found .title {
    font-size: 40px;
    line-height: 1.2;
    margin-bottom: 4px;
  }
}

@media only screen and (max-width: 479px) {
  .page-not-found .title {
    font-size: 30px;
  }
}

.page-not-found .back-btn {
  color: #000000;
  font-size: 18px;
  line-height: 1.6;
  margin-bottom: 0;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
  .page-not-found .back-btn {
    font-size: 15px;
  }
}

.page-not-found .back-btn a {
  font-weight: 500;
  font-size: 18px;
  line-height: 1.6;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  color: #007DF0;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
  .page-not-found .back-btn a {
    font-size: 16px;
  }
}

.page-not-found .back-btn a:hover {
  color: #d95200;
}

.btn {
  background-color: #d95200;
  border: 2px solid #d95200;
  box-shadow: none;
  border-radius: 50px;
  color: #FFFFFF;
  display: inline-block;
  font-size: 14px;
  height: 50px;
  letter-spacing: 7px;
  line-height: 37px;
  padding: 5px 25px 5px 37px;
  text-align: center;
  text-transform: uppercase;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
  .btn {
    padding: 5px 18px 5px 25px;
    height: 48px;
    line-height: 35px;
    letter-spacing: 5px;
  }
}

.btn:hover {
  background-color: #000;
  border-color: #000;
  color: #FFFFFF;
}

.btn.btn-border-primary {
  background-color: transparent;
  border-color: #d95200;
  color: #000;
}

.btn.btn-border-primary:hover {
  background-color: #d95200;
  border-color: #d95200;
  color: #FFFFFF;
}

.btn.btn-border-dark {
  background-color: #FFFFFF;
  border-color: #7A7A7A;
  color: #000;
}

.btn.btn-border-dark:hover {
  background-color: #d95200;
  border-color: #d95200;
  color: #FFFFFF;
}

.btn.btn-sm {
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.5em;
  padding: 5px 41px 5px 47px;
}

.btn-link {
  color: #572DFF;
  display: inline-block;
  font-size: 13px;
  font-weight: 500;
  position: relative;
  text-transform: uppercase;
  text-decoration: none;
}

.btn-link:before {
  background-color: #572DFF;
  content: "";
  height: 2px;
  position: absolute;
  width: 100%;
  bottom: 1px;
  opacity: 0.6;
  transition: all 0.5s ease 0s;
}

.btn-link:hover {
  color: #d95200;
}

.btn-link:hover:before {
  background-color: #d95200;
}

.ht-popup-video {
  align-items: center;
  display: flex;
}

.ht-popup-video .icon {
  background-color: #d95200;
  height: 60px;
  width: 60px;
  border-radius: 50%;
  color: #fff;
  text-align: center;
  line-height: 59px;
  font-size: 14px;
  padding-left: 2px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
  .ht-popup-video .icon {
    height: 50px;
    width: 50px;
    line-height: 50px;
    font-size: 14px;
  }
}

.ht-popup-video span {
  color: #1D3557;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.2em;
  margin-left: 14px;
  text-transform: uppercase;
  transition: all 0.5s ease 0s;
}

.ht-popup-video:hover span {
  color: #d95200;
}

.map-area iframe {
  display: block;
  width: 100%;
  height: 440px;
  border-radius: 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
  .map-area iframe {
    height: 340px;
  }
}

.pagination {
  align-items: center;
  border: 2px solid #d95200;
  border-radius: 50px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.pagination .page-link {
  font-weight: 500;
  font-size: 13px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #000;
  border: none;
  border-radius: 0;
  background: none;
  padding: 0;
  margin: 0;
  height: 46px;
  width: 46px;
  text-align: center;
  line-height: 46px;
}

@media only screen and (max-width: 767px) {
  .pagination .page-link {
    width: 38px;
  }
}

.pagination .page-link:hover {
  color: #d95200;
}

.pagination span {
  color: #575757;
}

.pagination .previous {
  border-right: 1px solid #CDCDCD;
  margin-right: 18px;
}

@media only screen and (max-width: 767px) {
  .pagination .previous {
    margin-right: 0;
  }
}

.pagination .next {
  border-left: 1px solid #CDCDCD;
  margin-left: 16px !important;
}

@media only screen and (max-width: 767px) {
  .pagination .next {
    margin-left: 0 !important;
  }
}

.pagination .previous,
.pagination .next {
  height: 25px;
  font-size: 12px;
  line-height: 26px;
}

.fancybox__content {
  background-color: transparent;
  outline: none;
  border: none;
  padding: 0;
  margin: 0;
}

.fancybox__carousel.is-draggable .fancybox__slide,
.fancybox__carousel.is-draggable .fancybox__slide .fancybox__content {
  cursor: url("../images/cancel-white.webp"), auto;
}

.offcanvas-backdrop,
.modal-backdrop {
  background-color: rgba(43, 43, 43, 0.92);
  cursor: url("../images/cancel-white.webp"), auto;
}

.offcanvas-backdrop.show,
.modal-backdrop.show {
  opacity: 1;
}

.nice-select {
  height: auto;
  width: auto;
  line-height: 1;
  background: none;
  border-radius: 0;
  padding: 0 18px 0 0;
}

.nice-select .current {
  margin-right: 0;
}

.nice-select .option {
  font-size: 14px;
  line-height: 35px;
  min-height: 35px;
  border-bottom: 1px solid #eee;
  padding: 2px 20px;
}

.nice-select .option:last-child {
  border-bottom: none;
}

.nice-select:after {
  content: url("../images/menu-down2.svg");
  border: none;
  height: auto;
  width: auto;
  transform: translate(0%, -50%) rotate(0deg);
  transform-origin: inherit;
  -webkit-transform-origin: inherit;
  -moz-transform-origin: inherit;
  -ms-transform-origin: inherit;
  -o-transform-origin: inherit;
  margin: 0;
  right: 0;
  line-height: 1;
}

.nice-select.open:after {
  transform: translate(0%, -50%) rotate(-180deg);
}

.offcanvas {
  z-index: 10;
}

.offcanvas-backdrop {
  z-index: 9;
}

.scroll-to-top {
  box-shadow: 0 0 8px 1px rgba(0, 0, 0, 0.2);
  bottom: -60px;
  background-color: #d95200;
  color: #FFFFFF;
  position: fixed;
  right: 30px;
  display: block;
  padding: 0;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  text-align: center;
  font-size: 20px;
  line-height: 38px;
  font-weight: 700;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  -webkit-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  -ms-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  z-index: 999;
}

.scroll-to-top:hover {
  background-color: #d95200;
}

.scroll-to-top.show {
  visibility: visible;
  opacity: 0.8;
  bottom: 20px;
}

.scroll-to-top.show:hover {
  opacity: 1;
}

/*----------------------------------------*/
/*  Home Slider CSS
/*----------------------------------------*/
.hero-two-slider-area {
  max-width: 1733px;
  margin: 0 auto;
  padding: 0 15px;
}

.hero-slide-item {
  background-color: #FAFAFA;
  height: 1000px !important;
  z-index: 1;
  display: flex;
  align-items: center;
  position: relative;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px) {
  .hero-slide-item {
    height: 660px !important;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero-slide-item {
    height: 512px !important;
  }
}

@media only screen and (max-width: 767px) {
  .hero-slide-item {
    height: auto !important;
  }
}

.hero-slide-item:before {
  background-color: #76c25036;
  position: absolute;
  width: 50%;
  content: "";
  top: 0;
  right: 0;
  height: 100%;
  z-index: -1;
}

.hero-two-slide-item {
  align-items: center;
  background-color: #FCEBED;
  border-radius: 30px;
  height: 700px !important;
  display: flex;
  position: relative;
  z-index: 1;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .hero-two-slide-item {
    height: 550px !important;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero-two-slide-item {
    height: 500px !important;
  }
}

@media only screen and (max-width: 767px) {
  .hero-two-slide-item {
    border-radius: 20px;
    height: auto !important;
  }
}

.hero-slide-content {
  position: relative;
  padding-top: 156px;
  z-index: 1;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px) {
  .hero-slide-content {
    padding-top: 76px;
    margin-top: 50px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero-slide-content {
    padding-top: 60px;
    margin-top: 0;
  }
}

@media only screen and (max-width: 767px) {
  .hero-slide-content {
    padding-top: 120px;
    margin-top: 0;
    margin-bottom: 0;
  }
}

@media only screen and (max-width: 479px) {
  .hero-slide-content {
    text-align: center;
  }
}

.hero-slide-content .hero-slide-text-img {
  position: absolute;
  top: 7px;
  left: 2px;
  z-index: -1;
  pointer-events: none;
  font-size: 100px;
  line-height: 1.2;
  color: #76c250;
  font-weight: 400;
  font-family: 'Tangerine', cursive;
  position: relative;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px) {
  .hero-slide-content .hero-slide-text-img {
    top: 0;
    font-size: 60px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero-slide-content .hero-slide-text-img {
    top: 0;
    font-size: 40px;
  }
}

@media only screen and (max-width: 767px) {
  .hero-slide-content .hero-slide-text-img {
    top: 0;
    font-size: 30px;
  }
}

@media only screen and (max-width: 479px) {
  .hero-slide-content .hero-slide-text-img {
    margin: 0 auto;
    position: relative;
    top: 0;
  }
}

.hero-slide-content .hero-slide-title {
  font-size: 50px;
  font-weight: 700;
  margin-bottom: 14px;
  text-transform: uppercase;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .hero-slide-content .hero-slide-title {
    font-size: 34px;
    margin-bottom: 10px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero-slide-content .hero-slide-title {
    font-size: 28px;
    margin-bottom: 10px;
  }
}

@media only screen and (max-width: 767px) {
  .hero-slide-content .hero-slide-title {
    font-size: 28px;
    margin-bottom: 10px;
  }
}

.hero-slide-content .hero-slide-desc {
  font-size: 21px;
  line-height: 1.34;
  max-width: 410px;
  margin-bottom: 30px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .hero-slide-content .hero-slide-desc {
    font-size: 16px;
    margin-bottom: 20px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero-slide-content .hero-slide-desc {
    font-size: 15px;
    margin-bottom: 18px;
  }
}

@media only screen and (max-width: 767px) {
  .hero-slide-content .hero-slide-desc {
    font-size: 15px;
    margin-bottom: 18px;
  }
}

@media only screen and (max-width: 479px) {
  .hero-slide-content .hero-slide-desc {
    max-width: 100%;
  }
}

.hero-two-slide-content {
  position: relative;
  padding-top: 44px;
  z-index: 1;
}

@media only screen and (max-width: 767px) {
  .hero-two-slide-content {
    padding-top: 98px;
  }
}

@media only screen and (max-width: 479px) {
  .hero-two-slide-content {
    padding-top: 38px;
    text-align: center;
  }
}

.hero-two-slide-content .hero-two-slide-text-img {
  position: absolute;
  top: -105px;
  left: 2px;
  z-index: -1;
  pointer-events: none;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .hero-two-slide-content .hero-two-slide-text-img {
    top: -38px;
    width: 280px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero-two-slide-content .hero-two-slide-text-img {
    width: 250px;
    top: -32px;
    left: 0px;
  }
}

@media only screen and (max-width: 767px) {
  .hero-two-slide-content .hero-two-slide-text-img {
    width: 200px;
    top: 38px;
  }
}

@media only screen and (max-width: 479px) {
  .hero-two-slide-content .hero-two-slide-text-img {
    position: relative;
    margin: 0 auto;
  }
}

.hero-two-slide-content .hero-two-slide-title {
  font-size: 67px;
  font-weight: 700;
  margin-bottom: 14px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .hero-two-slide-content .hero-two-slide-title {
    font-size: 56px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero-two-slide-content .hero-two-slide-title {
    font-size: 44px;
  }
}

@media only screen and (max-width: 767px) {
  .hero-two-slide-content .hero-two-slide-title {
    font-size: 40px;
  }
}

@media only screen and (max-width: 479px) {
  .hero-two-slide-content .hero-two-slide-title {
    font-size: 30px;
    margin-bottom: 10px;
  }
}

.hero-two-slide-content .hero-two-slide-desc {
  font-size: 21px;
  line-height: 1.34;
  max-width: 410px;
  margin-bottom: 30px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .hero-two-slide-content .hero-two-slide-desc {
    font-size: 20px;
    margin-bottom: 22px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero-two-slide-content .hero-two-slide-desc {
    font-size: 17px;
    margin-bottom: 22px;
  }
}

@media only screen and (max-width: 767px) {
  .hero-two-slide-content .hero-two-slide-desc {
    font-size: 16px;
  }
}

@media only screen and (max-width: 479px) {
  .hero-two-slide-content .hero-two-slide-desc {
    font-size: 14px;
    margin-bottom: 22px;
    max-width: 100%;
  }
}

.hero-two-slide-meta {
  align-items: center;
  display: flex;
}

@media only screen and (max-width: 479px) {
  .hero-two-slide-meta {
    display: block;
  }
}

.hero-two-slide-meta .ht-popup-video {
  margin-left: 24px;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (max-width: 767px) {
  .hero-two-slide-meta .ht-popup-video {
    margin-left: 12px;
  }
}

@media only screen and (max-width: 479px) {
  .hero-two-slide-meta .ht-popup-video {
    margin-left: 0;
    margin-top: 18px;
    justify-content: center;
  }
}

.hero-slide-thumb {
  position: absolute;
  right: 0;
  top: -162px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px) {
  .hero-slide-thumb {
    position: relative;
    top: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .hero-slide-thumb {
    position: relative;
    top: 0;
    margin-bottom: 50px;
  }
}

.hero-slide-thumb img {
  max-width: none;
}

@media only screen and (min-width: 1200px) and (max-width: 1549px) {
  .hero-slide-thumb img {
    width: 770px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
  .hero-slide-thumb img {
    max-width: 100%;
  }
}

.hero-two-slide-thumb {
  float: left;
  position: relative;
  bottom: 23px;
  right: 18px;
}

@media only screen and (min-width: 1200px) and (max-width: 1549px) {
  .hero-two-slide-thumb {
    bottom: -10px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .hero-two-slide-thumb {
    float: none;
    right: 0;
    bottom: -15px;
    margin-right: -150px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero-two-slide-thumb {
    float: none;
    bottom: -20px;
    right: 0;
    margin-right: -140px;
  }
}

@media only screen and (max-width: 767px) {
  .hero-two-slide-thumb {
    float: none;
    right: 0;
    bottom: 0;
  }
}

@media only screen and (max-width: 479px) {
  .hero-two-slide-thumb {
    margin-right: -54px;
  }
}

.hero-two-slide-thumb img {
  max-width: none;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
  .hero-two-slide-thumb img {
    max-width: 100%;
  }
}

.hero-slide-text-shape {
  left: calc(50% + 520px);
  position: absolute;
  pointer-events: none;
  top: 50%;
  transform: translate(0%, -50%) rotate(13deg) scale(0.8);
  -webkit-transform: translate(0%, -50%) rotate(13deg) scale(0.8);
  -moz-transform: translate(0%, -50%) rotate(13deg) scale(0.8);
  -ms-transform: translate(0%, -50%) rotate(13deg) scale(0.8);
  -o-transform: translate(0%, -50%) rotate(13deg) scale(0.8);
  transition: all 3s ease-out;
  -webkit-transition: all 3s ease-out;
  -moz-transition: all 3s ease-out;
  -ms-transition: all 3s ease-out;
  -o-transition: all 3s ease-out;
  opacity: 0;
  z-index: -1;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px) {
  .hero-slide-text-shape {
    display: none;
  }
}

.hero-slide-social-media {
  position: absolute;
  right: 82px;
  bottom: 48px;
  z-index: 1;
}

@media only screen and (min-width: 1200px) and (max-width: 1549px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px) {
  .hero-slide-social-media {
    display: flex;
    bottom: 24px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px) {
  .hero-slide-social-media {
    right: 0;
  }
}

@media only screen and (max-width: 767px) {
  .hero-slide-social-media {
    right: 0;
    bottom: 3px;
  }
}

.hero-slide-social-media a {
  color: #353434;
  font-size: 22px;
  width: 36px;
  height: 36px;
  display: block;
  text-align: center;
  line-height: 40px;
  margin-bottom: 5px;
}

@media only screen and (min-width: 1200px) and (max-width: 1549px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px) {
  .hero-slide-social-media a {
    margin-bottom: 0;
    margin-right: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero-slide-social-media a {
    font-size: 18px;
    margin-right: 0;
  }
}

@media only screen and (max-width: 767px) {
  .hero-slide-social-media a {
    font-size: 15px;
    margin-bottom: 0;
  }
}

.hero-slide-social-media a:hover {
  color: #d95200;
}

.hero-slide-social-shape {
  background-color: #fff;
  width: 1px;
  top: 171px;
  right: 100px;
  position: absolute;
}

@media only screen and (min-width: 1200px) and (max-width: 1549px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px) {
  .hero-slide-social-shape {
    bottom: 40px;
    top: auto;
    right: 280px;
    height: 1px;
    width: 100px;
    -webkit-animation-name: inherit !important;
    animation-name: inherit !important;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .hero-slide-social-shape {
    right: 200px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero-slide-social-shape {
    right: 180px;
  }
}

@media only screen and (max-width: 767px) {
  .hero-slide-social-shape {
    right: 17px;
    top: auto;
    height: 160px;
    bottom: 152px;
    -webkit-animation-name: inherit !important;
    animation-name: inherit !important;
  }
}

.hero-slider-pagination {
  align-items: center;
  color: #000000;
  display: flex;
  font-weight: 300;
  font-size: 21px;
  line-height: 1;
  position: absolute;
  z-index: 1;
  left: -89px;
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  height: 20px;
  width: 363px;
  top: calc(50% - 12px);
  bottom: auto;
}

@media only screen and (min-width: 1200px) and (max-width: 1549px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px) {
  .hero-slider-pagination {
    transform: none;
    left: 30px;
    top: auto;
    bottom: 30px;
    width: 200px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero-slider-pagination {
    font-size: 16px;
  }
}

@media only screen and (max-width: 767px) {
  .hero-slider-pagination {
    font-size: 16px;
    width: 200px;
    left: -80px;
    bottom: 110px;
    top: auto;
  }
}

.hero-slider-pagination:before,
.hero-slider-pagination:after {
  background-color: #F3B7A2;
  content: "";
  height: 2px;
  width: 111px;
  display: inline-block;
}

.hero-slider-pagination:before {
  margin-right: 39px;
}

@media only screen and (min-width: 1200px) and (max-width: 1549px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
  .hero-slider-pagination:before {
    margin-right: 10px;
  }
}

.hero-slider-pagination:after {
  margin-left: 39px;
}

@media only screen and (min-width: 1200px) and (max-width: 1549px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
  .hero-slider-pagination:after {
    margin-left: 10px;
  }
}

.hero-slider-pagination .swiper-pagination-current {
  margin-right: 10px;
}

.hero-slider-pagination .swiper-pagination-total {
  margin-left: 10px;
}

.hero-two-slider-pagination {
  position: absolute;
  bottom: 58px !important;
  left: 56px !important;
  line-height: 1;
  z-index: 1;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
  .hero-two-slider-pagination {
    text-align: center;
    left: 0 !important;
    bottom: 20px !important;
  }
}

.hero-two-slider-pagination .swiper-pagination-bullet {
  background-color: #fff;
  height: 6px;
  border-radius: 50px;
  margin: 0 7.5px;
  opacity: 1;
  width: 40px;
  transition: all 0.5s ease 0s;
}

.hero-two-slider-pagination .swiper-pagination-bullet-active {
  background-color: #d95200;
}

.hero-slide-item.swiper-slide-active .hero-slide-thumb img {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.hero-slide-item.swiper-slide-active .hero-slide-content .hero-slide-text-img {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
  -webkit-animation-delay: 1.3s;
  animation-delay: 1.3s;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.hero-slide-item.swiper-slide-active .hero-slide-content .hero-slide-title {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
  -webkit-animation-delay: 2.2s;
  animation-delay: 2.2s;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.hero-slide-item.swiper-slide-active .hero-slide-content .hero-slide-desc {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
  -webkit-animation-delay: 2.8s;
  animation-delay: 2.8s;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.hero-slide-item.swiper-slide-active .hero-slide-content .btn {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
  -webkit-animation-delay: 3.2s;
  animation-delay: 3.2s;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.hero-slide-item.swiper-slide-active .hero-slide-text-shape {
  transform: translate(0%, -50%) rotate(0) scale(1);
  -webkit-transform: translate(0%, -50%) rotate(0) scale(1);
  -moz-transform: translate(0%, -50%) rotate(0) scale(1);
  -ms-transform: translate(0%, -50%) rotate(0) scale(1);
  -o-transform: translate(0%, -50%) rotate(0) scale(1);
  opacity: 1;
}

.hero-slide-item.swiper-slide-active .hero-slide-social-shape {
  -webkit-animation-name: heightIn;
  animation-name: heightIn;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.hero-two-slide-item.swiper-slide-active .hero-two-slide-thumb img {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.hero-two-slide-item.swiper-slide-active .hero-two-slide-content .hero-two-slide-text-img {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
  -webkit-animation-delay: 1.3s;
  animation-delay: 1.3s;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.hero-two-slide-item.swiper-slide-active .hero-two-slide-content .hero-two-slide-title {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
  -webkit-animation-delay: 2.2s;
  animation-delay: 2.2s;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.hero-two-slide-item.swiper-slide-active .hero-two-slide-content .hero-two-slide-desc {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
  -webkit-animation-delay: 2.8s;
  animation-delay: 2.8s;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.hero-two-slide-item.swiper-slide-active .hero-two-slide-content .btn {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
  -webkit-animation-delay: 3.2s;
  animation-delay: 3.2s;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.hero-two-slide-item.swiper-slide-active .hero-two-slide-content .ht-popup-video {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
  -webkit-animation-delay: 3.3s;
  animation-delay: 3.3s;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    transform: scale3d(0.9, 0.9, 0.9);
  }

  50% {
    opacity: 1;
  }
}

@keyframes zoomIn {
  from {
    opacity: 0;
    transform: scale3d(0.9, 0.9, 0.9);
  }

  50% {
    opacity: 1;
  }
}

@-webkit-keyframes heightIn {
  from {
    height: 0;
  }

  to {
    height: 524px;
  }
}

@keyframes heightIn {
  from {
    height: 0;
  }

  to {
    height: 524px;
  }
}

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translate3d(-15%, 0, 0);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translate3d(-15%, 0, 0);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 80%, 0);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 80%, 0);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

/*----------------------------------------*/
/*  Product CSS
/*----------------------------------------*/
.product-item .product-thumb {
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  background: #e3e3e3;
  height: 270px;
}

.product-item .product-thumb a {
  height: 100%;
  width: 100%;
}

.product-item .product-thumb img {
  border-radius: 10px;
  transition: all 0.5s ease 0s;
  object-fit: cover;
  object-position: center;
  display: block;
  height: 100%;
  width: 100%;
}

@media only screen and (max-width: 991px) {
  .product-item .product-thumb {
    height: 330px;
  }
}

@media only screen and (max-width: 575px) {
  .product-item .product-thumb img {
    width: 100%;
  }
}

.product-item .product-info {
  padding-top: 14px;
}

.product-item .product-info .title {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 12px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
  .product-item .product-info .title {
    font-size: 17px;
    font-weight: 500;
    margin-bottom: 8px;
  }
}

.product-item .product-info+.product-action-bottom {
  margin-top: 12px;
}

.product-item .product-action {
  display: flex;
  position: absolute;
  bottom: 30px;
  width: 100%;
  justify-content: center;
}

@media only screen and (max-width: 575px) {
  .product-item .product-action {
    display: none;
  }
}

.product-item .product-action .product-action-btn {
  background-color: #FFFFFF;
  border: 2px solid #d95200;
  color: #000;
  display: inline-block;
  opacity: 0;
  transform: translate(0, 40px);
  -webkit-transform: translate(0, 40px);
  -moz-transform: translate(0, 40px);
  -ms-transform: translate(0, 40px);
  -o-transform: translate(0, 40px);
  transition: all 0.5s ease 0s;
  transition-delay: 100ms;
}

.product-item .product-action .action-btn-cart {
  border-radius: 50px;
  height: 40px;
  letter-spacing: 0.1em;
  font-size: 12px;
  color: #000;
  font-weight: 500;
  margin: 0 10px;
  padding: 6px 15px 5px 15px;
  text-align: center;
  text-transform: uppercase;
  transition-delay: 150ms;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px) {
  .product-item .product-action .action-btn-cart {
    letter-spacing: 0;
    padding: 06px 10px 5px 10px;
  }
}

@media only screen and (max-width: 767px) {
  .product-item .product-action .action-btn-cart {
    height: 40px;
    font-size: 11px;
    margin: 0 8px;
    padding: 7px 15px 5px 17px;
    letter-spacing: 0.4px;
  }

  .product-item .product-action {
    display: none;
  }
}

.product-item .product-action .action-btn-quick-view,
.product-item .product-action .action-btn-wishlist {
  border-radius: 50%;
  height: 40px;
  font-size: 16px;
  line-height: 35px;
  width: 40px;
}

/*@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .product-item .product-action .action-btn-quick-view,
.product-item .product-action .action-btn-wishlist {
    height: 40px;
    font-size: 15px;
    line-height: 38px;
    width: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .product-item .product-action .action-btn-quick-view,
.product-item .product-action .action-btn-wishlist {
    height: 40px;
    font-size: 14px;
    line-height: 36px;
    width: 40px;
  }
}*/
.product-item .product-action .action-btn-wishlist {
  transition-delay: 200ms;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px) {
  .product-item .product-action .action-btn-quick-view {
    font-size: 14px;
    line-height: 30px;
    height: 44px;
    width: 44px;
  }
}

@media only screen and (max-width: 767px) {
  .product-item .product-action .action-btn-quick-view {
    font-size: 12px;
    line-height: 25px;
    height: 42px;
    width: 42px;
  }
}

.product-item .product-action-bottom {
  display: none;
  flex-wrap: wrap;
  justify-content: space-between;
}

@media only screen and (max-width: 767px) {
  .product-item {
    display: flex;
    flex-direction: column;
    height: 100%;
  }

  .product-item .product-info+.product-action-bottom {
    margin-top: auto;
    padding-top: 10px;
  }

  .product-item .product-action-bottom {
    display: flex;
  }
}

.product-item .product-action-bottom .product-action-btn {
  background-color: #f7f7f7;
  border: 1px solid #eee;
  width: calc(50% - 2px);
  font-size: 16px;
  padding: 4px;
  height: 40px;
}

.product-item .product-action-bottom .action-btn-cart {
  font-size: 14px;
  color: #fff;
  display: block;
  width: 100%;
  font-weight: 500;
  padding: 6px 0 8px;
  margin-top: 4px;
  background: #d95200;
  border-color: #d95200;
}

.product-item .product-rating {
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
  .product-item .product-rating {
    margin-bottom: 8px;
    display: block;
  }
}

.product-item .product-rating .rating {
  color: #d95200;
  /* cursor: pointer; */
  font-size: 16px;
  display: flex;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
  .product-item .product-rating .rating {
    font-size: 13px;
  }
}

@media only screen and (max-width: 575px) {
  .product-item .product-rating .rating {
    font-size: 11px;
  }
}

.product-item .product-rating .rating i+i {
  margin-left: 5px;
}

@media only screen and (max-width: 575px) {
  .product-item .product-rating .rating i+i {
    margin-left: 2px;
  }
}

.product-item .product-rating .reviews {
  color: #898989;
  font-size: 13px;
  font-style: italic;
  font-weight: 400;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
  .product-item .product-rating .reviews {
    margin-top: 8px;
  }
}

@media only screen and (max-width: 575px) {
  .product-item .product-rating .reviews {
    margin-top: 5px;
    font-size: 12px;
  }
}

.product-item .prices span {
  font-size: 21px;
  font-weight: 500;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
  .product-item .prices span {
    font-size: 16px;
  }
}

@media only screen and (max-width: 575px) {
  .product-item .prices span {
    font-size: 14px;
  }
}

.product-item .prices .price-old {
  color: #333;
  font-size: 12px;
  font-weight: 300;
  margin-left: 4px;
  -webkit-text-decoration-line: line-through;
  text-decoration-line: line-through;
}

@media only screen and (max-width: 575px) {
  .product-item .prices .price-old {
    font-size: 11px;
  }
}

.product-item .flag-new {
  background-color: #d95200;
  border-radius: 50px;
  color: #FFFFFF;
  display: inline-block;
  font-size: 16px;
  font-weight: 400;
  text-transform: capitalize;
  text-align: center;
  padding: 7px 22px 10px;
  line-height: 1;
  position: absolute;
  top: 15px;
  right: 15px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
  .product-item .flag-new {
    font-size: 14px;
    padding: 5px 18px 8px;
  }
}

@media only screen and (max-width: 575px) {
  .product-item .flag-new {
    font-size: 12px;
    padding: 5px 12px 6px;
    top: 5px;
    right: 5px;
  }
}

.product-item:hover .product-thumb img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
}

.product-item:hover .product-action .product-action-btn {
  opacity: 1;
  visibility: visible;
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
}

.product-st2-item {
  background-color: #FAFAFA;
  border-radius: 10px;
}

.product-st2-item .product-info {
  background-color: #FAFAFA;
  border-radius: 10px;
  overflow: hidden;
  padding: 25px 30px 36px;
  position: relative;
  transition: all 0.5s ease 0s;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .product-st2-item .product-info {
    padding: 25px 24px 28px;
  }
}

@media only screen and (max-width: 767px) {
  .product-st2-item .product-info {
    padding: 24px 18px 20px;
  }
}

@media only screen and (max-width: 575px) {
  .product-st2-item .product-info {
    padding: 14px 10px 12px;
  }
}

@media only screen and (max-width: 575px) {
  .product-st2-item .product-info .title {
    font-size: 15px;
  }
}

.product-st2-item .prices {
  margin-bottom: 20px;
}

.product-st2-item .product-action {
  bottom: 0;
  justify-content: space-between;
  margin-bottom: -86px;
  position: relative;
  transition: all 0.5s ease 0s;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .product-st2-item .product-action {
    margin-bottom: -76px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
  .product-st2-item .product-action {
    margin: 0;
    transform: none;
  }
}

@media only screen and (max-width: 575px) {
  .product-st2-item .product-action {
    width: 220px;
  }
}

.product-st2-item .product-action .product-action-btn {
  opacity: 1;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
  .product-st2-item .product-action .product-action-btn {
    transform: none;
  }
}

.product-st2-item .product-action .action-btn-cart {
  margin: 0;
}

.product-st2-item:hover .product-info {
  margin-top: -86px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .product-st2-item:hover .product-info {
    margin-top: -76px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
  .product-st2-item:hover .product-info {
    margin-top: 0;
  }
}

.product-st2-item:hover .product-action {
  margin-bottom: 0;
}

.product-st3-item .flag-new {
  font-size: 14px;
  padding: 5px 16px 8px;
}

@media only screen and (max-width: 575px) {
  .product-st3-item .flag-new {
    font-size: 12px;
    padding: 5px 12px 6px;
    top: 5px;
    right: 5px;
  }
}

.product-st3-item .product-rating {
  margin-bottom: 14px;
}

.product-st3-item .product-rating .rating {
  font-size: 14px;
}

@media only screen and (max-width: 575px) {
  .product-st3-item .product-rating .rating {
    font-size: 11px;
  }
}

.product-st3-item .product-info .title {
  font-size: 19px;
  margin-bottom: 12px;
}

@media only screen and (max-width: 575px) {
  .product-st3-item .product-info .title {
    font-size: 17px;
  }
}

.product-st3-item .prices span {
  font-size: 18px;
}

@media only screen and (max-width: 575px) {
  .product-st3-item .prices span {
    font-size: 14px;
  }
}

.product-st3-item .product-action .action-btn-cart {
  height: 40px;
  letter-spacing: 1px;
  font-size: 11px;
  margin: 0 10px;
  padding: 7px 13px 5px 15px;
}

.product-st3-item .product-action .action-btn-quick-view,
.product-st3-item .product-action .action-btn-wishlist {
  height: 40px;
  font-size: 16px;
  line-height: 36px;
  width: 40px;
}

.product-st3-item .product-action .action-btn-quick-view {
  font-size: 14px;
  line-height: 34px;
}

.product-category-item {
  border-radius: 10px;
  background-color: #DCFFD2;
  display: block;
  padding: 45px 15px 30px;
  height: 100%;
  position: relative;
  text-align: center;
  transition: all 0.5s ease 0s;
}

@media only screen and (max-width: 479px) {
  .product-category-item {
    padding: 34px 15px 25px;
  }
}

.product-category-item .icon {
  margin-bottom: 30px;
  transition: all 0.8s ease 0s;
  width: 64px;
  height: 64px;
  object-fit: contain;
}

@media only screen and (max-width: 479px) {
  .product-category-item .icon {
    width: 54px;
    margin-bottom: 20px;
  }
}

.product-category-item .title {
  color: #000;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 0;
  position: relative;
  padding-top: 11px;
}

@media only screen and (max-width: 479px) {
  .product-category-item .title {
    font-size: 15px;
  }
}

.product-category-item .title:before {
  background-color: #d95200;
  content: "";
  height: 1px;
  left: 50%;
  position: absolute;
  top: 0;
  transform: translate(-50%, 0px);
  -webkit-transform: translate(-50%, 0px);
  -moz-transform: translate(-50%, 0px);
  -ms-transform: translate(-50%, 0px);
  -o-transform: translate(-50%, 0px);
  width: 25px;
}

.product-category-item .flag-new {
  position: absolute;
  right: 20px;
  top: -35px;
  background-color: #d95200;
  border-radius: 50px;
  color: #FFFFFF;
  display: inline-block;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  padding: 22px 1px 22px 4px;
  -ms-writing-mode: tb-lr;
  writing-mode: vertical-lr;
  transform: rotate(180deg);
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .product-category-item .flag-new {
    font-size: 14px;
    -ms-writing-mode: inherit;
    writing-mode: inherit;
    padding: 2px 20px 4px;
    top: 10px;
    right: 10px;
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .product-category-item .flag-new {
    font-size: 14px;
    -ms-writing-mode: inherit;
    writing-mode: inherit;
    padding: 2px 20px 4px;
    top: 10px;
    right: 10px;
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
  }
}

@media only screen and (max-width: 767px) {
  .product-category-item .flag-new {
    font-size: 14px;
    -ms-writing-mode: inherit;
    writing-mode: inherit;
    padding: 2px 20px 4px;
    top: 10px;
    right: 10px;
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
  }
}

@media only screen and (max-width: 575px) {
  .product-category-item .flag-new {
    font-size: 13px;
    padding: 0 15px 2px;
  }
}

.product-category-item:hover {
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.15);
}

.product-category-item:hover img {
  transform: rotateY(360deg);
}

.product-banner-item {
  border-radius: 10px;
  display: block;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.product-banner-item img {
  border-radius: 10px;
  transition: all 0.5s ease 0s;
  width: 100%;
}

.product-banner-item:before {
  background-color: rgba(255, 255, 255, 0.09);
  content: "";
  height: 200%;
  left: -280px;
  position: absolute;
  top: -50%;
  transform: rotate(35deg);
  -webkit-transform: rotate(35deg);
  -moz-transform: rotate(35deg);
  -ms-transform: rotate(35deg);
  -o-transform: rotate(35deg);
  transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1);
  -ms-transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1);
  width: 80px;
  z-index: 1;
}

.product-banner-item:after {
  background-color: rgba(255, 255, 255, 0.09);
  content: "";
  height: 200%;
  left: 180%;
  position: absolute;
  top: -50%;
  transform: rotate(35deg);
  -webkit-transform: rotate(35deg);
  -moz-transform: rotate(35deg);
  -ms-transform: rotate(35deg);
  -o-transform: rotate(35deg);
  transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1);
  -ms-transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1);
  width: 80px;
  z-index: 1;
}

.product-banner-item:hover img {
  transform: scale(1.03);
  -webkit-transform: scale(1.03);
  -moz-transform: scale(1.03);
  -ms-transform: scale(1.03);
  -o-transform: scale(1.03);
}

.product-banner-item:hover:before {
  left: 180%;
}

.product-banner-item:hover:after {
  left: -280px;
}

.product-cart-view-modal .modal-dialog {
  max-width: 1180px;
}

.product-cart-view-modal .modal-body {
  padding: 30px 15px;
}

@media only screen and (max-width: 575px) {
  .product-cart-view-modal .modal-body {
    padding: 15px 0;
  }
}

.product-cart-view-modal .modal-content {
  border: none;
  margin: 0 auto;
  width: auto;
}

.product-cart-view-modal .product-single-info {
  padding-bottom: 0;
  padding-top: 20px;
  margin-left: 0;
  margin-bottom: 0;
}

.product-cart-view-modal .product-single-info .prices {
  margin: 20px 0 20px 0;
}

.product-cart-view-modal .product-single-info .desc {
  margin-bottom: 20px;
}

.product-cart-view-modal .btn-close {
  background-color: #fff;
  box-shadow: none;
  border: 1px solid #c8c8c8;
  background-image: none;
  font-size: 22px;
  line-height: 1;
  border-radius: 0 0 60px 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 45px;
  height: 45px;
  text-align: left;
}

.product-cart-view-modal .btn-close span {
  position: relative;
  top: -7px;
  left: 7px;
}

.product-action-modal .modal-content {
  border-radius: 0 0 5px 5px;
}

.product-action-modal .product-action-view-content .btn-close {
  background-image: none;
  box-shadow: none;
  border-radius: 5px 5px 0 0;
  font-size: 18px;
  width: 100%;
  height: 32px;
  line-height: 18px;
  position: absolute;
  right: 0;
  bottom: 100%;
  background-color: #d95200;
  color: #FFFFFF;
  opacity: 1;
  text-align: center;
  padding: 0;
  margin: 0;
}

.product-action-modal .product-action-view-content .modal-action-messages {
  font-size: 15px;
  line-height: 1;
  color: green;
  text-transform: capitalize;
  text-align: center;
  margin-bottom: 17px;
}

.product-action-modal .product-action-view-content .modal-action-messages i {
  position: relative;
  top: 0px;
  margin-right: 5px;
}

.product-action-modal .product-action-view-content .modal-action-product .thumb img {
  border-radius: 8px;
  width: 100%;
}

.product-action-modal .product-action-view-content .modal-action-product .product-name {
  margin: 18px 0 2px;
  font-size: 18px;
  text-align: center;
}

.shop-top-bar-area {
  border-bottom: 1px solid #76c250;
}

.shop-top-bar {
  display: flex;
  justify-content: space-between;
  height: 70px;
  align-items: center;
}

@media only screen and (max-width: 767px) {
  .shop-top-bar {
    height: auto;
    flex-wrap: wrap;
    padding: 20px 0;
  }
}

@media only screen and (max-width: 767px) {
  .shop-top-bar .select-shoing {
    width: 100% !important;
    border-bottom: 1px solid #ddd;
  }
}

@media only screen and (max-width: 767px) {
  .shop-top-bar .select-on-sale {
    width: 100%;
    justify-content: right;
  }
}

.select-shoing {
  -webkit-appearance: inherit;
  -moz-appearance: inherit;
  appearance: inherit;
  border: none;
  color: #000;
  cursor: pointer;
  font-size: 16px;
  line-height: 28px;
  margin: 0;
}

.select-cate-sort {
  min-width: 160px;
}

.select-on-sorting {
  min-width: 240px;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
  .select-shoing {
    font-size: 14px;
  }
}

.select-shoing option {
  font-size: 14px;
}

.select-on-sale {
  display: flex;
  width: 123px;
}

.select-on-sale span {
  font-size: 16px;
  color: #1D3557;
  margin-right: 10px;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
  .select-on-sale span {
    font-size: 14px;
  }
}

.select-on-sale .select-on-sale-form {
  -webkit-appearance: inherit;
  -moz-appearance: inherit;
  appearance: inherit;
  border: none;
  color: #000;
  cursor: pointer;
  font-size: 16px;
  line-height: 28px;
  margin: 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
  .select-on-sale .select-on-sale-form {
    font-size: 14px;
  }
}

.select-on-sale .select-on-sale-form option {
  font-size: 14px;
}

.select-price-range {
  align-items: center;
  border-right: 1px solid #76c250;
  border-left: 1px solid #76c250;
  justify-content: center;
  display: flex;
  min-height: 38px;
  padding: 0 0 0;
  width: 53.42%;
}

@media only screen and (max-width: 767px) {
  .select-price-range {
    padding: 10px 0;
    border: 0;
    width: 100%;
    margin: 0;
  }
}

.select-price-range .title {
  font-size: 16px;
  font-weight: 400;
  color: #1D3557;
  margin-bottom: 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
  .select-price-range .title {
    font-size: 14px;
  }
}

.select-price-range-slider {
  align-items: center;
  display: flex;
  margin-left: 15px;
}

@media only screen and (max-width: 767px) {
  .select-price-range-slider {
    width: 100%;
  }

  .select-cate-sort {
    min-width: 100%;
  }

  .select-price-range .select-price-range-slider .noUi-target {
    width: 100%;
  }
}

.select-price-range-slider .noUi-connect {
  background-color: #76c250;
}

.select-price-range-slider .noUi-horizontal {
  height: 1px;
}

.select-price-range-slider .noUi-horizontal .noUi-handle {
  background-color: #76c250;
  cursor: pointer;
  width: 10px;
  height: 10px;
  top: 50%;
  transform: translate(0px, -50%);
  -webkit-transform: translate(0px, -50%);
  -moz-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  -o-transform: translate(0px, -50%);
}

.select-price-range-slider .noUi-target {
  border-radius: 0;
  width: 130px;
}

.select-price-range-slider .slider-labels {
  margin-left: 15px;
  white-space: nowrap;
}

.select-price-range-slider .slider-labels span {
  font-weight: 400;
  font-size: 16px;
  color: #1D3557;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
  .select-price-range-slider .slider-labels span {
    font-size: 14px;
  }

  .select-price-range-slider .noUi-target {
    width: 100px;
  }

  .select-on-sorting {
    min-width: 210px;
  }
}

.product-details-thumb {
  position: relative;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
  .product-details-thumb {
    margin-bottom: 40px;
  }
}

.product-details-thumb img {
  border-radius: 10px;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
  .product-details-thumb img {
    width: 100%;
  }
}

.product-details-thumb .flag-new,
.pro-tag {
  background-color: #d95200;
  border-radius: 50px;
  color: #FFFFFF;
  display: inline-block;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  padding: 7px 22px 10px;
  line-height: 1;
  position: absolute;
  top: 30px;
  right: 30px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {

  .product-details-thumb .flag-new,
  .pro-tag {
    font-size: 14px;
    padding: 5px 18px 8px;
  }
}

.product-details-content {
  padding-left: 42px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
  .product-details-content {
    padding-left: 0;
  }
}

.product-details-content .product-details-collection {
  color: #000000;
  font-weight: 400;
  font-size: 16px;
  margin-bottom: 14px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
  .product-details-content .product-details-collection {
    font-size: 14px;
    margin-bottom: 12px;
  }
}

.product-details-content .product-details-title {
  font-weight: 700;
  font-size: 42px;
  line-height: 50px;
  margin-bottom: 20px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
  .product-details-content .product-details-title {
    font-size: 28px;
    line-height: 38px;
    margin-bottom: 10px;
  }
}

.product-details-review {
  align-items: center;
  display: flex;
}

.product-details-review .product-review-icon {
  display: flex;
  font-size: 16px;
  color: #d95200;
  letter-spacing: 5px;
  margin-right: 26px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
  .product-details-review .product-review-icon {
    font-size: 14px;
    margin-right: 8px;
  }
}

.product-details-review .product-review-show {
  background: none;
  border: none;
  margin: 0;
  padding: 0;
  font-style: italic;
  font-size: 13px;
  line-height: 1;
  text-align: right;
  color: #898989;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
  .product-details-review .product-review-show {
    font-size: 13px;
  }
}

.product-details-qty-list {
  border-top: 1px solid #E3E3E3;
  border-bottom: 1px solid #E3E3E3;
  margin: 20px 0;
  padding: 20px 0 5px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
  .product-details-qty-list {
    margin: 24px 0;
    padding: 12px 0 0px;
  }
}

.product-details-qty-list .qty-list-check {
  margin-bottom: 17px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
  .product-details-qty-list .qty-list-check {
    margin-bottom: 12px;
  }
}

.product-details-qty-list .form-check-input {
  cursor: pointer;
  box-shadow: none;
  width: 20px;
  height: 20px;
  background-color: #FFFFFF;
  border: 1px solid #BABABA;
  margin-right: 20px;
  margin-top: 4px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
  .product-details-qty-list .form-check-input {
    width: 15px;
    height: 15px;
    margin-right: 7px;
    margin-top: 6px;
  }
}

.product-details-qty-list .form-check-input:checked[type=radio] {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='2' fill='%235B5B5B'/%3E%3C/svg%3E");
  background-size: 12px;
  box-shadow: none;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
  .product-details-qty-list .form-check-input:checked[type=radio] {
    background-size: 9px;
  }
}

.product-details-qty-list .form-check-label {
  cursor: pointer;
  font-style: italic;
  font-weight: 400;
  font-size: 16px;
  color: #000000;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
  .product-details-qty-list .form-check-label {
    font-size: 13px;
  }
}

.product-details-qty-list .form-check-label b {
  font-weight: 600;
}

.product-details-qty-list .extra-offer {
  display: block;
  font-style: italic;
  font-weight: 400;
  font-size: 13px;
  color: #898989;
  line-height: 1;
  margin-top: 2px;
}

.product-details-pro-qty {
  border-bottom: 1px solid #E3E3E3;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
  .product-details-pro-qty {
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
}

.pro-qty {
  display: inline-block;
  position: relative;
}

.pro-qty input {
  width: 170px;
  height: 50px;
  font-size: 13px;
  border: 2px solid #d95200;
  border-radius: 50px;
  color: #000;
  font-weight: 700;
  padding: 0 55px 0;
  text-align: center;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
  .pro-qty input {
    width: 163px;
    height: 44px;
    padding: 0 48px 0;
  }
}

.pro-qty .qty-btn {
  cursor: pointer;
  position: absolute;
  line-height: 21px;
  color: #555555;
  height: 25px;
  top: 50%;
  transform: translate(0%, -50%);
  font-size: 28px;
  width: 53px;
  text-align: center;
  transition: all 0.5s ease 0s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
  .pro-qty .qty-btn {
    font-size: 22px;
    width: 43px;
  }
}

.pro-qty .qty-btn:hover {
  color: #d95200;
}

.pro-qty .dec {
  left: 0;
  border-right: 1px solid #CDCDCD;
  padding-left: 5px;
  line-height: 22px;
}

.pro-qty .inc {
  right: 0;
  border-left: 1px solid #CDCDCD;
  padding-right: 5px;
}

.product-details-shipping-cost .form-check-input {
  cursor: pointer;
  box-shadow: none;
  width: 20px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  height: 20px;
  background-color: #FFFFFF;
  border: 1px solid #BABABA;
  margin-right: 20px;
  margin-top: 4px;
  border-radius: 50%;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
  .product-details-shipping-cost .form-check-input {
    margin-right: 5px;
    width: 15px;
    height: 15px;
    margin-top: 5px;
  }
}

.product-details-shipping-cost .form-check-input:checked[type=checkbox] {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='2' fill='%235B5B5B'/%3E%3C/svg%3E");
  background-size: 12px;
  box-shadow: none;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
  .product-details-shipping-cost .form-check-input:checked[type=checkbox] {
    background-size: 9px;
  }
}

.product-details-shipping-cost .form-check-label {
  cursor: pointer;
  font-style: italic;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-weight: 400;
  font-size: 16px;
  color: #000000;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
  .product-details-shipping-cost .form-check-label {
    font-size: 13px;
  }
}

.product-details-action {
  align-items: center;
  background: #fff;
  display: flex;
  margin-top: 30px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
  .product-details-action {
    margin-top: 20px;
  }
}

@media only screen and (max-width: 575px) {
  .product-details-action {
    flex-wrap: wrap;
  }
}

@media only screen and (max-width: 479px) {
  .product-details-action {
    flex-direction: column;
    align-items: flex-start;
  }
}

.product-details-action .price {
  font-size: 40px;
  font-weight: 400;
  margin-bottom: 0;
  line-height: 1;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
  .product-details-action .price {
    font-size: 32px;
  }
}

.product-details-cart-wishlist {
  display: flex;
  margin-left: 50px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
  .product-details-cart-wishlist {
    margin-left: 20px;
  }
}

@media only screen and (max-width: 479px) {
  .product-details-cart-wishlist {
    margin-left: 0;
    margin-top: 20px;
  }
}

.product-details-cart-wishlist .btn-wishlist {
  color: #4F4F4F;
  width: 50px;
  height: 50px;
  background: #FFFFFF;
  border: 2px solid #d95200;
  font-size: 20px;
  border-radius: 50%;
  line-height: 2.3;
  margin-right: 20px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
  .product-details-cart-wishlist .btn-wishlist {
    width: 45px;
    height: 45px;
    font-size: 18px;
    margin-right: 10px;
  }
}

.product-details-cart-wishlist .btn {
  letter-spacing: 2px;
  font-weight: 500;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
  .product-details-cart-wishlist .btn {
    height: 45px;
    line-height: 32px;
  }
}

.product-details-nav {
  display: flex;
  margin-bottom: 30px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
  .product-details-nav {
    margin-bottom: 20px;
  }
}

.product-details-nav .nav-link {
  display: block;
  padding: 10px 0;
  border: none;
  background-color: transparent;
  line-height: 1.2;
  font-weight: 400;
  font-size: 20px;
  position: relative;
  color: #898989;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
  .product-details-nav .nav-link {
    font-size: 18px;
  }
}

.product-details-nav .nav-link:before {
  background-color: #898989;
  content: "";
  height: 2px;
  width: 100%;
  position: absolute;
  bottom: 0;
}

.product-details-nav .nav-link.active {
  color: #d95200;
}

.product-details-nav .nav-link.active:before {
  background-color: #d95200;
}

.product-details-nav .nav-link+.nav-link {
  margin-left: 40px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
  .product-details-nav .nav-link+.nav-link {
    margin-left: 25px;
  }
}

.group-product-list {
  margin-bottom: 35px;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
  .group-product-list {
    overflow-x: auto;
  }
}

.group-product-list .info-text {
  font-size: 16px;
  font-weight: 500;
  display: block;
  margin-bottom: 15px;
}

@media only screen and (max-width: 479px) {
  .group-product-list .info-text {
    font-size: 14px;
  }
}

.group-product-list .info-text .text-primary {
  color: #d95200;
  font-weight: 600;
}

.group-product-list table {
  width: 100%;
  margin-bottom: 15px;
  border-top: 1px dotted #e5e5e5;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
  .group-product-list table {
    min-width: 400px;
  }
}

.group-product-list table tbody tr td {
  font-weight: 500;
  padding: 10px 10px 10px 0;
  border-width: 0 0 1px 0;
  border-style: dotted;
  border-color: #e5e5e5;
  background-color: transparent;
}

.group-product-list table tbody tr .thumb {
  width: 50px;
}

.group-product-list table tbody tr .title {
  font-size: 14px;
  font-weight: 500;
  text-transform: capitalize;
}

.group-product-list table tbody tr .title a {
  color: #282828;
}

.group-product-list table tbody tr .title a:hover {
  color: #d95200;
}

.group-product-list table tbody tr input {
  cursor: pointer;
}

.group-product-list table tbody tr .price {
  padding-right: 0;
  text-align: right;
}

.group-product-list table tbody tr .price .pro-price span {
  font-size: 14px;
  font-weight: 500;
  color: #333;
}

.group-product-list table tbody tr .price .pro-price .old {
  font-size: 14px;
  margin-right: 5px;
  text-decoration: line-through;
  opacity: 0.5;
}

.group-product-list .info-text {
  font-size: 14px;
  font-weight: 600;
  display: block;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
  .product-quick-view-content .product-single-thumb {
    margin-bottom: 30px;
  }
}

.product-quick-view-content .product-single-thumb img {
  border-radius: 4px;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
  .product-quick-view-content .product-single-thumb img {
    width: 100%;
  }
}

.product-quick-view-content .product-details-content {
  padding-left: 0;
}

.product-quick-view-content .product-details-content .product-details-title {
  font-size: 40px;
  margin-bottom: 22px;
  line-height: 1.2;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
  .product-quick-view-content .product-details-content .product-details-title {
    font-size: 34px;
  }
}

@media only screen and (max-width: 767px) {
  .product-quick-view-content .product-details-content .product-details-title {
    font-size: 28px;
  }

  .select-on-sorting,
  .sorting-inn {
    min-width: 100%;
  }
}

.product-quick-view-content .product-details-content .product-details-pro-qty {
  margin-bottom: 0;
}

.product-quick-view-content .product-details-content .product-details-action {
  margin-top: 30px;
}

.product-quick-view-content .product-details-content .product-details-action .price {
  font-size: 44px;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
  .product-quick-view-content .product-details-content .product-details-action .price {
    font-size: 34px;
  }

  .product-details-content {
    padding: 30px 0 0;
  }
}

@media only screen and (max-width: 767px) {
  .product-quick-view-content .product-details-content .product-details-action .price {
    font-size: 28px;
  }
}

.product-quick-view-content .product-details-content .product-details-cart-wishlist {
  margin-left: 28px;
}

@media only screen and (max-width: 479px) {
  .product-quick-view-content .product-details-content .product-details-cart-wishlist {
    margin-left: 0;
    margin-top: 10px;
  }
}

.product-quick-view-content .product-details-content .product-details-cart-wishlist .btn {
  letter-spacing: 1px;
  font-weight: 500;
  font-size: 12px;
  padding: 0 20px 0;
  height: 44px;
}

.product-review-item {
  background: #FAFAFA;
  border-radius: 30px;
  margin-bottom: 30px;
  margin-right: 30px;
  padding: 30px 30px 28px;
  position: relative;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
  .product-review-item {
    margin-right: 15px;
    border-radius: 10px;
  }
}

@media only screen and (max-width: 575px) {
  .product-review-item {
    padding: 20px 20px 18px;
  }
}

.product-review-item .product-review-top {
  align-items: center;
  display: flex;
  margin-bottom: 20px;
}

.product-review-item .product-review-thumb {
  margin-right: 10px;
  min-width: 40px;
  max-width: 40px;
  height: 40px;
  overflow: hidden;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.product-review-item .product-review-thumb img {
  border-radius: 50%;
}

.product-review-item .product-review-content {
  align-items: center;
  display: flex;
}

@media only screen and (max-width: 575px) {
  .product-review-item .product-review-content {
    flex-direction: column;
    align-items: flex-start;
  }
}

.product-review-item .product-review-name {
  font-weight: 500;
  font-size: 18px;
  line-height: 1;
  margin-right: 32px;
}

@media only screen and (max-width: 767px) {
  .product-review-item .product-review-name {
    margin-right: 22px;
  }
}

@media only screen and (max-width: 575px) {
  .product-review-item .product-review-name {
    margin-right: 0;
    margin-top: 8px;
  }
}

.product-review-item .product-review-designation {
  font-weight: 400;
  font-size: 13px;
  line-height: 1;
  margin-right: 44px;
}

@media only screen and (max-width: 767px) {
  .product-review-item .product-review-designation {
    margin-right: 24px;
  }
}

@media only screen and (max-width: 575px) {
  .product-review-item .product-review-designation {
    margin-right: 0;
    margin-top: 8px;
  }
}

.product-review-item .product-review-icon {
  display: flex;
  font-size: 16px;
  color: #d95200;
  letter-spacing: 5px;
  line-height: 1;
}

@media only screen and (max-width: 767px) {
  .product-review-item .product-review-icon {
    font-size: 13px;
  }
}

@media only screen and (max-width: 575px) {
  .product-review-item .product-review-icon {
    margin-top: 8px;
  }
}

.product-review-item .desc {
  font-size: 14px;
  line-height: 1.4;
  font-weight: 400;
  margin: 0 0 10px;
}

.product-review-item .review-reply {
  border-radius: 0;
  border: none;
  background: transparent;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 40px;
  right: 50px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
  .product-review-item .review-reply {
    width: 50px;
    height: 22px;
    border-radius: 4px;
    background-color: #d95200;
    color: #FFFFFF;
    text-align: center;
    line-height: 18px;
    font-size: 13px;
    bottom: 0;
    position: relative;
    right: 0;
    top: 0;
  }
}

.product-review-item .review-reply:hover {
  color: #d95200;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
  .product-review-item .review-reply:hover {
    background-color: #ff3232;
    color: #FFFFFF;
  }
}

.product-review-reply {
  margin-left: 30px;
  margin-right: 0;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
  .product-review-reply {
    margin-left: 15px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
  .product-reviews-form-wrap {
    margin-top: 50px;
  }
}

.product-reviews-form .form-input-item {
  margin-bottom: 30px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
  .product-reviews-form .form-input-item {
    margin-bottom: 20px;
  }
}

.product-reviews-form .form-control {
  font-weight: 400;
  box-shadow: none;
  font-size: 16px;
  line-height: 1.2;
  border-radius: 0;
  resize: none;
  border-width: 0 0 1px 0;
  border-color: #CBCBCB;
  background: none;
  padding: 0 0 10px 0;
}

.product-reviews-form .form-control::-webkit-input-placeholder {
  color: #111;
}

.product-reviews-form .form-control:-moz-placeholder {
  color: #111;
}

.product-reviews-form .form-control::-moz-placeholder {
  color: #111;
}

.product-reviews-form .form-control:-ms-input-placeholder {
  color: #111;
}

.product-reviews-form textarea.form-control {
  padding: 0 0 80px 0;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
  .product-reviews-form textarea.form-control {
    padding: 0 0 40px 0;
  }
}

.product-reviews-form [type=submit] {
  letter-spacing: 0.5em;
  font-size: 13px;
  padding: 5px 38px 5px 50px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
  .product-reviews-form [type=submit] {
    letter-spacing: 0.5em;
    font-size: 12px;
    padding: 0px 22px 0px 28px;
    height: 43px;
  }
}

.product-reviews-form .form-ratings-item {
  display: flex;
  align-items: center;
}

.product-reviews-form .form-ratings-item .title {
  font-weight: 400;
  font-size: 16px;
  color: #000000;
  display: inline-block;
  margin: 0 auto 0 20px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
  .product-reviews-form .form-ratings-item .title {
    font-size: 14px;
    margin: 0 auto 0 10px;
  }
}

.product-reviews-form .select-ratings {
  width: 80px;
  height: 50px;
  border: 2px solid #d95200;
  border-radius: 50px;
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #000;
  align-items: center;
  display: flex;
  padding: 7px 10px 5px 5px;
  justify-content: center;
}

.product-reviews-form .select-ratings select {
  height: 50px;
  text-align: center;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
  .product-reviews-form .select-ratings {
    width: 70px;
    height: 40px;
    letter-spacing: 0;
    padding: 0;
    justify-content: center;
  }
}

.product-reviews-form .select-ratings:after {
  right: 5px;
  top: 0;
  bottom: 0;
  margin: auto;
}

.product-reviews-form .select-ratings:before {
  display: none;
  content: "";
  background-color: #000;
  width: 2px;
  height: 18px;
  position: absolute;
  right: 22px;
  top: 50%;
  transform: translate(0px, -50%);
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
  .product-reviews-form .select-ratings:before {
    display: none;
  }
}

.product-ratingsform-form-wrap {
  position: relative;
}

.product-ratingsform-form-wrap .product-ratingsform-form-icon,
.product-ratingsform-form-wrap .product-ratingsform-form-icon-fill {
  display: flex;
  cursor: pointer;
  font-size: 16px;
  color: #d95200;
  overflow: hidden;
  line-height: 1;
  gap: 5px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {

  .product-ratingsform-form-wrap .product-ratingsform-form-icon,
  .product-ratingsform-form-wrap .product-ratingsform-form-icon-fill {
    font-size: 14px;
  }
}

.product-ratingsform-form-wrap .product-ratingsform-form-icon-fill {
  width: 0%;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.5s ease 0s;
}

.product-form-title {
  line-height: 1.2;
  font-weight: 400;
  font-size: 21px;
  display: inline-block;
  position: relative;
  margin-bottom: 52px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
  .product-form-title {
    font-size: 18px;
    margin-bottom: 25px;
  }
}

.product-form-title:before {
  background-color: #000;
  content: "";
  height: 2px;
  width: 100%;
  position: absolute;
  bottom: 1px;
  z-index: -1;
}

.reviews-form-checkbox {
  margin-top: 32px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
  .reviews-form-checkbox {
    margin-top: 22px;
  }
}

.reviews-form-checkbox .form-check-input {
  cursor: pointer;
  box-shadow: none;
  width: 20px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  height: 20px;
  background-color: #FFFFFF;
  border: 1px solid #BABABA;
  margin-right: 10px;
  margin-top: 4px;
  border-radius: 50%;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
  .reviews-form-checkbox .form-check-input {
    margin-right: 5px;
    width: 15px;
    height: 15px;
    margin-top: 5px;
  }
}

.reviews-form-checkbox .form-check-input:checked[type=checkbox] {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='2' fill='%235B5B5B'/%3E%3C/svg%3E");
  background-size: 12px;
  box-shadow: none;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
  .reviews-form-checkbox .form-check-input:checked[type=checkbox] {
    background-size: 9px;
  }
}

.reviews-form-checkbox .form-check-label {
  cursor: pointer;
  font-style: italic;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-weight: 400;
  font-size: 16px;
  color: #000000;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
  .reviews-form-checkbox .form-check-label {
    font-size: 13px;
  }
}

.product-details-info-wrap {
  border-bottom: 1px solid #ccc;
  margin-bottom: 30px;
  padding-bottom: 20px;
}

.product-details-info-wrap li {
  color: #111;
  font-size: 16px;
  list-style: outside none none;
  margin: 0 0 10px;
  display: flex;
}

.product-details-info-wrap li span {
  color: #525252;
  display: inline-block;
  font-weight: 400;
  margin: 0 20px 0 0;
  min-width: 100px;
}

.product-details-info-wrap li p {
  display: inline-block;
}

.aside-cart-wrapper .btn-aside-cart-close {
  display: block;
  width: 100%;
  height: 60px;
  background-color: #d95200;
  border: none;
  border-bottom: 1px solid #e8e8e8;
  opacity: 1;
  border-radius: 0;
  color: #FFFFFF;
  background-image: none;
  padding: 0 49px;
  line-height: 60px;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 600;
  text-align: left;
  position: relative;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
}

@media only screen and (max-width: 767px) {
  .aside-cart-wrapper .btn-aside-cart-close {
    padding: 0 19px;
    font-size: 14px;
    height: 50px;
    line-height: 50px;
  }
}

.aside-cart-wrapper .btn-aside-cart-close i {
  position: absolute;
  right: 35px;
  top: 50%;
  transform: translate(0%, -50%);
}

@media only screen and (max-width: 767px) {
  .aside-cart-wrapper .btn-aside-cart-close i {
    font-size: 12px;
    right: 19px;
  }
}

.aside-cart-wrapper .btn-aside-cart-close:hover {
  color: #FFFFFF;
  background-color: #000000;
}

.aside-cart-wrapper .aside-cart-product-list {
  margin-bottom: 35px;
}

.aside-cart-wrapper .aside-cart-product-list .aside-product-list-item {
  display: inline-block;
  width: 100%;
  position: relative;
  margin-bottom: 30px;
}

@media only screen and (max-width: 767px) {
  .aside-cart-wrapper .aside-cart-product-list .aside-product-list-item {
    margin-bottom: 18px;
  }
}

.aside-cart-wrapper .aside-cart-product-list .aside-product-list-item .remove {
  top: 0%;
  color: #343538;
  display: block;
  font-weight: normal;
  font-size: 16px;
  height: 20px;
  line-height: 17px;
  overflow: hidden;
  position: absolute;
  right: 0;
  text-align: right;
  width: 20px;
}

.aside-cart-wrapper .aside-cart-product-list .aside-product-list-item a {
  color: #242424;
  display: block;
  font-size: 15px;
  font-weight: 500;
  line-height: normal;
  margin: 0 0 5px;
  transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
}

@media only screen and (max-width: 767px) {
  .aside-cart-wrapper .aside-cart-product-list .aside-product-list-item a {
    font-size: 14px;
  }
}

.aside-cart-wrapper .aside-cart-product-list .aside-product-list-item a img {
  float: left;
  max-width: 70px;
  margin-right: 20px;
  border: 1px solid #eee;
  padding: 2px;
  border-radius: 4px;
}

.aside-cart-wrapper .aside-cart-product-list .aside-product-list-item a:hover {
  color: #d95200;
}

.aside-cart-wrapper .aside-cart-product-list .aside-product-list-item .product-price {
  color: #343538;
  font-size: 14px;
}

.aside-cart-wrapper .aside-cart-product-list .aside-product-list-item:last-child {
  margin-bottom: 0;
  padding-right: 10px;
}

.aside-cart-wrapper .cart-total {
  color: #242424;
  vertical-align: middle;
  display: inline-block;
  width: 100%;
  margin-bottom: 30px;
}

.aside-cart-wrapper .cart-total span {
  color: #000000;
  font-size: 16px;
  font-weight: 600;
}

.aside-cart-wrapper .cart-total .amount {
  font-weight: 500;
  font-size: 18px;
  float: right;
}

.aside-cart-wrapper .btn-total {
  border-radius: 0;
  display: block;
  text-align: center;
  font-size: 12px;
  padding: 15px 19px 14px;
  background-color: #000;
  border: 1px solid #000;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.4px;
  transition: all 0.4s ease-out;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
}

@media only screen and (max-width: 767px) {
  .aside-cart-wrapper .btn-total {
    font-size: 12px;
    padding: 16px 19px 14px;
  }
}

.aside-cart-wrapper .btn-total:hover {
  background-color: #d95200;
  border-color: #d95200;
}

.aside-cart-wrapper .btn-total+.btn-total {
  margin-top: 10px;
}

.aside-cart-wrapper.offcanvas {
  box-shadow: 0px 0px 87px 0px rgba(0, 0, 0, 0.09);
  background-color: #FFFFFF;
  width: 400px;
}

@media only screen and (max-width: 767px) {
  .aside-cart-wrapper.offcanvas {
    width: 310px;
  }
}

.aside-cart-wrapper .offcanvas-header {
  padding: 0;
}

.aside-cart-wrapper .offcanvas-body {
  padding: 50px 50px 102px;
}

@media only screen and (max-width: 767px) {
  .aside-cart-wrapper .offcanvas-body {
    padding: 19px 19px 70px;
  }
}

.shopping-cart-form {
  margin-bottom: 40px;
}

.shopping-cart-form table {
  background: #fff;
  border: 1px solid #e5e5e5;
  border-width: 1px 0 1px 1px;
  color: #323232;
  margin: 0 0 70px;
  text-align: left;
  width: 100%;
  border-radius: 5px;
  margin: 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
  .shopping-cart-form table {
    width: 810px;
  }
}

.shopping-cart-form table th {
  border-bottom: none;
  border-top: none;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
  line-height: 1;
  background: #eee;
  border-right: 1px solid #e5e5e5;
}

.shopping-cart-form table th,
.shopping-cart-form table td {
  padding: 15px 10px;
  vertical-align: middle;
}

.shopping-cart-form table td {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  line-height: 1.5em;
  border-bottom: none;
  font-size: 15px;
  border-right: 1px solid #e5e5e5;
}

.shopping-cart-form table .tbody-item {
  background-color: transparent;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
}

.shopping-cart-form table .tbody-item:hover {
  background-color: #FAFAFA;
}

.shopping-cart-form table .tbody-item-actions td {
  text-align: right;
}

.shopping-cart-form table .product-remove .remove {
  color: #323232;
  font-size: 20px;
  font-weight: 500;
  line-height: 20px;
  width: 20px;
  height: 20px;
  display: inline-block;
}

.shopping-cart-form table .product-remove .remove:hover {
  color: #d95200;
}

.shopping-cart-form table .product-thumbnail {
  min-width: 32px;
}

.shopping-cart-form table .product-thumbnail img {
  width: 75px;
  border-radius: 2px;
}

.shopping-cart-form table .product-name .title {
  color: #323232;
  font-weight: 500;
}

.shopping-cart-form table .product-name .title:hover {
  color: #d95200;
}

.shopping-cart-form table .product-price .price {
  color: #323232;
  font-size: 15px;
  font-weight: 500;
}

.shopping-cart-form table .product-quantity .pro-qty input {
  border: 1px solid #eee;
  box-shadow: inset 0 0 6px 0px #00000017;
}

.shopping-cart-form table .product-subtotal {
  font-weight: 500;
}

.shopping-cart-form tbody:not(:first-child) {
  border-top: none;
}

.shopping-cart-form .btn-update-cart {
  background: #FFFFFF;
  border: 2px solid #d9d9d9;
  box-shadow: none;
  color: #545454;
  display: inline-block;
  font-size: 1.077em;
  font-weight: 500;
  height: 50px;
  line-height: 46px;
  padding: 0px 35px;
  border-radius: 4px;
  transition: all 0.3s ease 0s;
  text-transform: capitalize;
}

.shopping-cart-form .btn-update-cart:hover {
  background-color: #ebe9eb;
  border-color: #e5e5e5;
}

.coupon-wrap .title {
  border-bottom: 1px solid #999;
  font-size: 18px;
  margin: 0 0 22px;
  padding: 0 0 10px;
  text-transform: uppercase;
  font-weight: 600;
}

.coupon-wrap .desc {
  color: #888;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.8;
  margin-bottom: 12px;
}

.coupon-wrap .form-control {
  background: #fff;
  box-shadow: none;
  border: 1px solid #999;
  border-radius: 4px;
  height: 50px;
  line-height: 48px;
  padding: 0 16px;
  vertical-align: middle;
  margin: 0 0 25px;
  width: 100%;
  font-size: 14px;
}

.coupon-wrap .btn-coupon {
  background: #fff;
  border: 2px solid #e5e5e5;
  box-shadow: none;
  color: #323232;
  display: inline-block;
  height: 50px;
  padding: 0 35px;
  border-radius: 4px;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
  line-height: 48px;
}

.coupon-wrap .btn-coupon:hover {
  background-color: #d95200;
  border-color: #d95200;
  color: #FFFFFF;
}

.coupon-wrap {
  padding: 30px;
  background: #76c25036;
}

.cart-totals-wrap {
  background: #76c25036;
  padding: 30px;
  width: 100%;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
  .cart-totals-wrap {
    margin-top: 20px;
  }
}

.cart-totals-wrap .title {
  border-bottom: 1px solid #999;
  font-size: 18px;
  font-weight: 600;
  margin: 0 0 4px;
  padding: 0 0 10px;
  text-transform: uppercase;
}

.cart-totals-wrap table {
  width: 100%;
}

.cart-totals-wrap table tbody tr:first-child th {
  border-top: none;
}

.cart-totals-wrap table tbody tr th {
  border: none;
  border-bottom: 1px solid #999;
  font-size: 14px;
  font-weight: 500;
  padding: 16px 0 15px;
  text-align: left;
  text-transform: uppercase;
  vertical-align: top;
}

.cart-totals-wrap table tbody tr td {
  border-bottom: 1px solid #999;
  padding: 15px 0;
  text-align: right;
  vertical-align: top;
}

.cart-totals-wrap table tbody .amount {
  color: #242424;
  font-size: 20px;
  font-weight: 500;
  line-height: 21px;
  text-transform: uppercase;
}

.cart-totals-wrap table tbody .shipping-list {
  margin-top: 2px;
  margin-bottom: 20px;
}

.cart-totals-wrap table tbody .shipping-list li {
  margin: 0 0 4px;
  padding: 0;
  text-align: right;
  line-height: 1.5em;
}

.cart-totals-wrap table tbody .shipping-list li input {
  cursor: pointer;
  margin-right: 2px;
  position: relative;
  top: 1px;
  font-weight: 500;
}

.cart-totals-wrap table tbody .shipping-list li label {
  cursor: pointer;
  color: #323232;
  font-size: 14px;
  font-weight: 500;
}

.cart-totals-wrap table tbody .shipping-list li label span {
  color: #000;
  font-weight: 500;
  margin-left: 5px;
  text-align: left;
}

.cart-totals-wrap table tbody .destination {
  font-size: 14px;
  margin-bottom: 6px;
}

.cart-totals-wrap table tbody .destination strong {
  font-weight: 700;
}

.cart-totals-wrap table tbody .btn-shipping-address {
  font-size: 13px;
  color: #000;
  font-weight: 500;
  margin-bottom: 3px;
  display: inline-block;
}

.cart-totals-wrap table tbody .btn-shipping-address:hover {
  color: #d95200;
}

.cart-totals-wrap table .order-total th {
  padding-top: 18px;
}

.cart-totals-wrap .checkout-button {
  background: #d95200;
  border: 2px solid #d95200;
  box-shadow: none;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  height: 50px;
  letter-spacing: 0;
  margin-top: 30px;
  line-height: 46px;
  outline: none;
  overflow: hidden;
  padding: 0 35px;
  text-shadow: none;
  text-transform: uppercase;
  vertical-align: middle;
  white-space: nowrap;
  border-radius: 4px;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
}

@media only screen and (max-width: 575px) {
  .cart-totals-wrap .checkout-button {
    font-size: 14px;
    padding: 0 15px;
  }
}

.cart-totals-wrap .checkout-button:hover {
  background: #000;
  border-color: #000;
  color: #fff;
}

.disabled {
  color: inherit;
  cursor: not-allowed;
  opacity: 0.5;
}

.shopping-wishlist-form table {
  background: #fff;
  border: 1px solid #e5e5e5;
  border-width: 1px 0 1px 1px;
  color: #323232;
  margin: 0 0 70px;
  text-align: left;
  width: 100%;
  border-radius: 5px;
  margin: 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
  .shopping-wishlist-form table {
    width: 1199px;
  }
}

.shopping-wishlist-form table tbody:not(:first-child) {
  border-top: none;
}

.shopping-wishlist-form table th {
  border-bottom: none;
  border-top: none;
  font-size: 14px;
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 1.5em;
  background: #eee;
  border-right: 1px solid #e5e5e5;
}

.shopping-wishlist-form table th,
.shopping-wishlist-form table td {
  padding: 15px 10px;
  vertical-align: middle;
}

.shopping-wishlist-form table td {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  line-height: 1.5em;
  border-bottom: none;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  border-right: 1px solid #e5e5e5;
}

.shopping-wishlist-form table .tbody-item {
  background-color: transparent;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
}

.shopping-wishlist-form table .tbody-item:hover {
  background-color: #FAFAFA;
}

.shopping-wishlist-form table .product-remove .remove {
  color: #323232;
  font-size: 20px;
  font-weight: 700;
  line-height: 20px;
  width: 20px;
  height: 20px;
  display: inline-block;
}

.shopping-wishlist-form table .product-remove .remove:hover {
  color: #d95200;
}

.shopping-wishlist-form table .product-thumbnail img {
  border-radius: 2px;
  width: 68px;
}

.shopping-wishlist-form table .product-name .title {
  color: #323232;
  font-weight: 600;
}

.shopping-wishlist-form table .product-name .title:hover {
  color: #d95200;
}

.shopping-wishlist-form table .product-price .price {
  color: #323232;
  font-size: 14px;
  font-weight: 600;
}

.shopping-wishlist-form table .product-stock-status .wishlist-in-stock {
  color: #d95200;
  font-size: 14px;
  font-weight: 600;
}

.shopping-wishlist-form table .product-add-to-cart .btn-shop-cart {
  background: #fff;
  border: 2px solid #e5e5e5;
  box-shadow: none;
  color: #323232;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  height: 40px;
  line-height: 36px;
  padding: 0 10px;
  border-radius: 4px;
  transition: 0.3s ease;
}

.shopping-wishlist-form table .product-add-to-cart .btn-shop-cart:hover {
  color: #FFFFFF;
  background-color: #d95200;
  border-color: #d95200;
}

.shopping-checkout-wrap .title {
  font-size: 20px;
  position: relative;
  padding-bottom: 12px;
  margin-bottom: 35px;
  font-weight: 600;
  text-transform: capitalize;
}

.shopping-checkout-wrap .title:before {
  background-color: #000000;
  bottom: 0;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  width: 50px;
}

.billing-form-wrap form .form-group {
  margin-bottom: 20px;
}

.billing-form-wrap form .form-group label {
  font-size: 14px;
  color: #000000;
  margin-bottom: 8px;
}

.billing-form-wrap form .form-group label .required {
  color: #f00;
  text-decoration: none;
}

.billing-form-wrap form .form-group .form-control {
  border-radius: 0;
  box-shadow: none;
  border: 1px solid #e8e8e8;
  color: #626262;
  font-size: 14px;
  height: 50px;
  line-height: 50px;
  padding: 0 20px;
}

.billing-form-wrap form .form-group .form-control::-webkit-input-placeholder {
  color: #626262;
}

.billing-form-wrap form .form-group .form-control:-moz-placeholder {
  color: #626262;
}

.billing-form-wrap form .form-group .form-control::-moz-placeholder {
  color: #626262;
}

.billing-form-wrap form .form-group .form-control:-ms-input-placeholder {
  color: #626262;
}

.billing-form-wrap form .form-group .form-control:active,
.billing-form-wrap form .form-group .form-control:focus {
  border-color: #000000;
}

.billing-form-wrap form .form-group textarea.form-control {
  min-height: 120px;
  background-color: #fff;
  border: 1px solid #e8e8e8;
  padding: 20px;
  line-height: 1.3;
}

.billing-form-wrap form .form-group .nice-select:after {
  right: 10px;
  margin: 0;
}

.billing-form-wrap .checkout-box .custom-checkbox {
  position: relative;
  margin-bottom: 20px;
  margin-top: 6px;
}

.checkout-box-width {
  width: max-content;
}

.billing-form-wrap .checkout-box .custom-checkbox .custom-control-input:checked~.custom-control-label:before {
  content: "";
  background-color: #FFFFFF;
  border-radius: 0;
  border-color: #000000;
  box-shadow: none;
  width: 18px;
  height: 18px;
  border-width: 2px;
}

.billing-form-wrap .checkout-box .custom-checkbox .custom-control-input:checked~.custom-control-label:after {
  display: inline-block;
  color: #666;
  content: "\f00c";
  font-family: "FontAwesome";
  font-size: 10px;
  position: absolute;
  text-align: center;
  padding-left: 3px;
  box-shadow: none;
  left: 1px;
  top: 5px;
}

.billing-form-wrap .checkout-box .custom-checkbox .custom-control-label {
  color: #000000;
  font-size: 14px;
  margin-bottom: 0;
  padding-left: 25px;
  padding-top: 2px;
  cursor: pointer;
}

.billing-form-wrap .checkout-box .custom-checkbox .custom-control-label:before {
  content: "";
  background-color: #fff;
  border-radius: 0;
  box-shadow: none;
  border-color: #e4e4e4;
  width: 18px;
  height: 18px;
  border-width: 2px;
  position: absolute;
  left: 0;
  border-style: solid;
  top: 5px;
}

.checkout-order-details-wrap {
  margin-left: 40px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
  .checkout-order-details-wrap {
    margin-left: 0;
  }
}

.checkout-order-details-wrap .order-details-table-wrap {
  background: #FAFAFA;
  border-color: rgba(52, 53, 56, 0.1);
  border-width: 2px;
  border-style: solid;
  margin-bottom: 50px;
  padding: 48px 50px 54px;
  position: relative;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
  .checkout-order-details-wrap .order-details-table-wrap {
    padding: 20px 20px 20px;
    margin-top: 40px;
    margin-bottom: 0;
  }
}

.checkout-order-details-wrap .order-details-table-wrap .table .product-total {
  text-align: right;
}

.checkout-order-details-wrap .order-details-table-wrap .table .cart-item {
  line-height: 20px;
}

.checkout-order-details-wrap .order-details-table-wrap .table .cart-item:first-child td {
  padding-top: 27px;
}

.checkout-order-details-wrap .order-details-table-wrap .table .cart-item:last-child td {
  padding-bottom: 27px;
  border-bottom-width: 1px;
}

.checkout-order-details-wrap .order-details-table-wrap .table .shipping td {
  min-width: 140px;
  text-align: right;
}

.checkout-order-details-wrap .order-details-table-wrap .table .product-quantity {
  color: #000000;
}

.checkout-order-details-wrap .order-details-table-wrap .table tbody:not(:first-child) {
  border-top: none;
}

.checkout-order-details-wrap .order-details-table-wrap .table-foot td {
  text-align: right;
}

.checkout-order-details-wrap .order-details-table-wrap .table-foot td,
.checkout-order-details-wrap .order-details-table-wrap .table-foot th {
  padding: 15px 0 !important;
  border-bottom-width: 1px !important;
}

.checkout-order-details-wrap .order-details-table-wrap .table th {
  border-style: solid;
  border-width: 0 0 1px 0;
  border-color: #e8e8e8;
  padding: 8px 0;
}

.checkout-order-details-wrap .order-details-table-wrap .table td {
  border-width: 0;
  border-color: #e8e8e8;
  border-style: solid;
  padding: 8px 0;
}

.checkout-order-details-wrap .order-details-table-wrap .table th,
.checkout-order-details-wrap .order-details-table-wrap .table td {
  color: #000000;
  font-weight: 400;
  font-size: 14px;
  vertical-align: middle;
}

.checkout-order-details-wrap .order-details-table-wrap .shop-payment-method {
  margin-top: 34px;
}

.checkout-order-details-wrap .order-details-table-wrap .shop-payment-method .card {
  background-color: transparent;
  border-radius: 0;
  border: none;
  margin-bottom: 10px;
}

.checkout-order-details-wrap .order-details-table-wrap .shop-payment-method .card .card-header {
  border: none;
  background-color: transparent;
  padding: 0;
  display: inline-block;
}

.checkout-order-details-wrap .order-details-table-wrap .shop-payment-method .card .card-header .title {
  display: inline-block;
  font-weight: 400;
  font-size: 14px;
  margin-bottom: 0;
  position: relative;
  padding-left: 20px;
  padding-bottom: 0;
  text-transform: uppercase;
}

.checkout-order-details-wrap .order-details-table-wrap .shop-payment-method .card .card-header .title:before {
  position: absolute;
  content: "";
  background-color: #fff;
  border: 1px solid #666;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}

.checkout-order-details-wrap .order-details-table-wrap .shop-payment-method .card .card-header .title:after {
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  background-color: #0075ff;
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
  left: 3px;
  display: block;
}

.checkout-order-details-wrap .order-details-table-wrap .shop-payment-method .card .card-header .title[aria-expanded=false]:after {
  display: none;
}

.checkout-order-details-wrap .order-details-table-wrap .shop-payment-method .card .card-header .title[aria-expanded=true]:before {
  border-color: #0075ff;
}

.checkout-order-details-wrap .order-details-table-wrap .shop-payment-method .card .card-header .title[aria-expanded=true]:after {
  display: block;
}

.checkout-order-details-wrap .order-details-table-wrap .shop-payment-method .card .card-header:hover {
  cursor: pointer;
}

.checkout-order-details-wrap .order-details-table-wrap .shop-payment-method .card .card-body {
  padding: 0;
  margin-top: 10px;
  margin-bottom: 10px;
}

.checkout-order-details-wrap .order-details-table-wrap .shop-payment-method .card .card-body p {
  color: #747474;
  font-size: 13px;
  line-height: 24px;
}

.checkout-order-details-wrap .order-details-table-wrap .shop-payment-method .p-text {
  color: #747474;
  font-size: 14px;
  margin-top: 24px;
  margin-bottom: 18px;
}

.checkout-order-details-wrap .order-details-table-wrap .shop-payment-method .p-text a {
  color: #d95200;
  text-decoration: underline;
}

.checkout-order-details-wrap .order-details-table-wrap .shop-payment-method .p-text a:hover {
  color: #d95200;
}

.checkout-order-details-wrap .order-details-table-wrap .shop-payment-method .agree-policy .required {
  color: #f00;
}

.checkout-order-details-wrap .order-details-table-wrap .shop-payment-method .agree-policy .custom-checkbox {
  position: relative;
  padding-left: 24px;
}

.checkout-order-details-wrap .order-details-table-wrap .shop-payment-method .agree-policy .custom-checkbox .custom-control-input:checked~.custom-control-label:before {
  background-color: #FFFFFF;
  border-radius: 0;
  border-color: #000000;
  box-shadow: none;
  width: 15px;
  height: 15px;
  border-width: 2px;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
}

.checkout-order-details-wrap .order-details-table-wrap .shop-payment-method .agree-policy .custom-checkbox .custom-control-input:checked~.custom-control-label:after {
  display: inline-block;
  color: #000000;
  content: "\f00c";
  font-family: "FontAwesome";
  font-size: 8px;
  position: absolute;
  text-align: center;
  padding-left: 0px;
  line-height: 14px;
  box-shadow: none;
  left: 4px;
  top: 7px;
  transition: all 0.1s ease-out;
  -webkit-transition: all 0.1s ease-out;
  -moz-transition: all 0.1s ease-out;
  -ms-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
}

.checkout-order-details-wrap .order-details-table-wrap .shop-payment-method .agree-policy .custom-checkbox .custom-control-label {
  color: #000000;
  font-size: 14px;
  margin-bottom: 0;
  padding-left: 0;
  padding-top: 0;
  cursor: pointer;
}

.checkout-order-details-wrap .order-details-table-wrap .shop-payment-method .agree-policy .custom-checkbox .custom-control-label:before {
  content: "";
  position: absolute;
  background-color: #FFFFFF;
  border-radius: 0;
  box-shadow: none;
  border-color: #e4e4e4;
  width: 15px;
  height: 15px;
  border-width: 2px;
  border-style: solid;
  top: 7px;
  left: 0;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
}

.checkout-order-details-wrap .order-details-table-wrap .shop-payment-method .btn-place-order {
  display: block;
  text-align: center;
  border-radius: 0;
  padding: 18px 20px 16px;
  margin-top: 32px;
  font-size: 16px;
  background-color: #d95200;
  border-color: #d95200;
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
}

.checkout-order-details-wrap .order-details-table-wrap .shop-payment-method .btn-place-order:hover {
  background-color: #000000;
  border-color: #000000;
}

.checkout-page-coupon-wrap {
  margin-bottom: 40px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
  .checkout-page-coupon-wrap {
    margin-bottom: 30px;
  }
}

.checkout-page-coupon-wrap .coupon-accordion .card {
  background-color: transparent;
  border: none;
  border-radius: 0;
}

.checkout-page-coupon-wrap .coupon-accordion .card h3 {
  background-color: #eeeff2;
  border-top: 2px solid #76c250;
  color: #000000;
  font-weight: 400;
  font-size: 14px;
  padding: 20px 21px 18px;
  margin-bottom: 0;
}

.checkout-page-coupon-wrap .coupon-accordion .card h3 i {
  font-size: 14px;
  color: #76c250;
  margin-right: 12px;
}

.checkout-page-coupon-wrap .coupon-accordion .card h3 a {
  color: #000000;
}

.checkout-page-coupon-wrap .coupon-accordion .card h3 a:hover {
  color: #d95200;
}

.checkout-page-coupon-wrap .coupon-accordion .card .card-body {
  padding: 0;
}

.checkout-page-coupon-wrap .coupon-accordion .card .card-body .apply-coupon-wrap {
  border: 1px solid #e8e8e8;
  padding: 20px;
  margin: 0;
  text-align: left;
  border-radius: 5px;
}

.checkout-page-coupon-wrap .coupon-accordion .card .card-body .apply-coupon-wrap p {
  color: #8a8a8a;
  font-size: 14px;
  margin-bottom: 10px;
}

.checkout-page-coupon-wrap .coupon-accordion .card .card-body .apply-coupon-wrap form .form-group {
  margin-bottom: 0;
}

.checkout-page-coupon-wrap .coupon-accordion .card .card-body .apply-coupon-wrap form .form-group .form-control {
  border: 1px solid #e8e8e8;
  border-radius: 0;
  box-shadow: none;
  color: #626262;
  font-size: 14px;
  height: 50px;
  line-height: 50px;
  padding: 0 20px;
}

.checkout-page-coupon-wrap .coupon-accordion .card .card-body .apply-coupon-wrap form .form-group .form-control::-webkit-input-placeholder {
  color: #626262;
}

.checkout-page-coupon-wrap .coupon-accordion .card .card-body .apply-coupon-wrap form .form-group .form-control:-moz-placeholder {
  color: #626262;
}

.checkout-page-coupon-wrap .coupon-accordion .card .card-body .apply-coupon-wrap form .form-group .form-control::-moz-placeholder {
  color: #626262;
}

.checkout-page-coupon-wrap .coupon-accordion .card .card-body .apply-coupon-wrap form .form-group .form-control:-ms-input-placeholder {
  color: #626262;
}

.checkout-page-coupon-wrap .coupon-accordion .card .card-body .apply-coupon-wrap form .btn-coupon {
  background-color: #fff;
  border: 1px solid #e8e8e8;
  color: #626262;
  width: 162px;
  height: 50px;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 600;
  padding: 5px 5px;
  line-height: 40px;
  margin-left: 0;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
  .checkout-page-coupon-wrap .coupon-accordion .card .card-body .apply-coupon-wrap form .btn-coupon {
    margin-left: 0;
  }
}

@media only screen and (max-width: 767px) {
  .checkout-page-coupon-wrap .coupon-accordion .card .card-body .apply-coupon-wrap form .btn-coupon {
    margin-top: 15px;
  }
}

.checkout-page-coupon-wrap .coupon-accordion .card .card-body .apply-coupon-wrap form .btn-coupon:hover {
  color: #FFFFFF;
  background-color: #d95200;
  border-color: #d95200;
}

.shopping-compare-area .container {
  padding-bottom: 120px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
  .shopping-compare-area .container {
    padding-bottom: 80px;
  }
}

.shopping-compare-form .table {
  color: #242424;
  font-size: 13px;
  display: block;
  margin: 0;
  border: 0;
  border-left: 1px solid #e5e5e5;
  width: 100%;
  overflow: auto;
  padding: 0;
}

.shopping-compare-form .table tbody tr .product-remove {
  line-height: 1;
  margin-top: 0;
  margin-bottom: 19px;
}

.shopping-compare-form .table tbody tr .product-remove a {
  color: #242424;
  font-size: 13px;
  font-weight: 600;
}

.shopping-compare-form .table tbody tr .product-remove a:hover {
  color: #d95200;
}

.shopping-compare-form .table tbody tr .product-remove i {
  margin-right: 5px;
  position: relative;
  top: -1px;
}

.shopping-compare-form .table tbody tr .product-thumb {
  width: 120px;
  max-width: 100%;
  margin: 0 auto;
  margin-bottom: 16px;
}

.shopping-compare-form .table tbody tr .product-name .title {
  color: #333131;
  font-weight: 600;
  font-size: 15px;
  margin-bottom: 12px;
  margin-top: 24px;
}

.shopping-compare-form .table tbody tr .product-name .title a {
  color: #242424;
}

.shopping-compare-form .table tbody tr .btn-cart {
  background-color: #343538;
  border-radius: 50px;
  color: #fff;
  font-size: 12px;
  padding: 5px 20px;
  display: inline-block;
  margin-top: 6px;
  font-weight: 600;
  text-transform: capitalize;
}

.shopping-compare-form .table tbody tr .price {
  color: #343538;
  font-size: 14px;
}

.shopping-compare-form .table tbody tr .product-sku {
  color: #242424;
  font-size: 13px;
  text-transform: uppercase;
}

.shopping-compare-form .table tbody tr .product-desc {
  color: #242424;
  font-size: 13px;
  line-height: 1.714286;
  padding-right: 10px;
  padding-left: 10px;
}

.shopping-compare-form .table tbody tr .product-stock {
  background-color: #35d56a;
  font-size: 0.875em;
  display: inline-block;
  color: #fff;
  border-radius: 15px;
  padding: 2px 15px;
}

.shopping-compare-form .table tbody tr th {
  color: #242424;
  min-width: 200px;
  width: 200px;
  font-size: 14px;
  background-color: #f2f2f2;
  vertical-align: middle;
  border-color: #e7e7e7;
  font-weight: bold;
  border-left: 0;
  padding-left: 20px;
  padding-right: 20px;
}

.shopping-compare-form .table tbody tr td {
  min-width: 250px;
  width: 322px;
  border-color: #e7e7e7;
  text-align: center;
  padding: 15px 0;
  vertical-align: middle;
}

.shopping-compare-form .table th,
.shopping-compare-form .table td {
  border-width: 1px;
  border-style: solid;
  padding: 10px;
}

/*----------------------------------------*/
/*  Blog Post CSS
/*----------------------------------------*/
.post-item .thumb {
  border-radius: 10px;
  display: block;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.post-item .thumb img {
  border-radius: 10px;
  transition: all 0.5s ease 0s;
}

@media only screen and (max-width: 575px) {
  .post-item .thumb img {
    width: 100%;
  }
}

.post-item .thumb:before {
  background-color: rgba(255, 255, 255, 0.09);
  content: "";
  height: 200%;
  left: -280px;
  position: absolute;
  top: -50%;
  transform: rotate(35deg);
  -webkit-transform: rotate(35deg);
  -moz-transform: rotate(35deg);
  -ms-transform: rotate(35deg);
  -o-transform: rotate(35deg);
  transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1);
  -ms-transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1);
  width: 80px;
  z-index: 1;
}

.post-item .thumb:after {
  background-color: rgba(255, 255, 255, 0.09);
  content: "";
  height: 200%;
  left: 180%;
  position: absolute;
  top: -50%;
  transform: rotate(35deg);
  -webkit-transform: rotate(35deg);
  -moz-transform: rotate(35deg);
  -ms-transform: rotate(35deg);
  -o-transform: rotate(35deg);
  transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1);
  -ms-transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1);
  width: 80px;
  z-index: 1;
}

.post-item .thumb+.content {
  margin-top: 20px;
}

.post-item .content .post-category {
  background-color: #FF9C9C;
  color: #FFFFFF;
  font-size: 13px;
  font-weight: 500;
  text-transform: uppercase;
  display: inline-block;
  border-radius: 50px;
  padding: 7px 31px;
  transition: all 0.5s ease 0s;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .post-item .content .post-category {
    padding: 5px 22px;
    font-size: 12px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .post-item .content .post-category {
    padding: 5px 18px;
    font-size: 11px;
  }
}

@media only screen and (max-width: 767px) {
  .post-item .content .post-category {
    padding: 3px 16px;
    font-size: 11px;
  }
}

.post-item .content .post-category-two:hover {
  background-color: #7569ff !important;
}

.post-item .content .post-category-three:hover {
  background-color: #69c8ff !important;
}

.post-item .content .post-category:hover {
  background-color: #ff6969;
}

.post-item .content .post-category+.title {
  margin-top: 28px;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
  .post-item .content .post-category+.title {
    margin-top: 10px;
  }
}

.post-item .content .title {
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 15px;
  height: 50px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .post-item .content .title {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 14px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .post-item .content .title {
    font-size: 18px;
    margin-bottom: 10px;
    margin-top: 12px;
    line-height: 1.3;
  }
}

@media only screen and (max-width: 767px) {
  .post-item .content .title {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 12px;
  }
}

.post-item .content .desc {
  font-size: 20px;
  line-height: 1.34;
  margin-bottom: 22px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
  .post-item .content .desc {
    font-size: 15px;
    margin-bottom: 12px;
  }
}

.post-item .content .meta {
  display: flex;
}

@media only screen and (max-width: 767px) {
  .post-item .content .meta {
    display: block;
  }
}

.post-item .content .meta li {
  color: #6D6D6D;
  font-size: 13px;
  font-weight: 500;
  text-transform: uppercase;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
  .post-item .content .meta li {
    font-size: 12px;
  }
}

.post-item .content .meta li a {
  color: #6D6D6D;
}

.post-item .content .meta li a:hover {
  color: #d95200;
}

.post-item .content .meta li+li {
  margin-left: 52px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px) {
  .post-item .content .meta li+li {
    margin-left: 14px;
  }
}

@media only screen and (max-width: 767px) {
  .post-item .content .meta li+li {
    margin-left: 0;
  }
}

.post-item:hover .thumb img {
  transform: scale(1.03);
  -webkit-transform: scale(1.03);
  -moz-transform: scale(1.03);
  -ms-transform: scale(1.03);
  -o-transform: scale(1.03);
}

.post-item:hover .thumb:before {
  left: 180%;
}

.post-item:hover .thumb:after {
  left: -280px;
}

.blog-detail .desc {
  margin-bottom: 32px;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
  .blog-detail .desc {
    margin-bottom: 18px;
  }
}

.blog-detail .desc:last-child {
  margin-bottom: 0;
}

.blog-next-previous {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
  .blog-next-previous {
    display: block;
  }
}

.blog-next-previous .thumb {
  display: flex;
}

.blog-next-previous .content {
  padding-left: 20px;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
  .blog-next-previous .content {
    display: none;
    padding-left: 0;
    padding-top: 20px;
  }
}

.blog-next-previous img {
  max-width: 93px;
  max-height: 80px;
  margin-left: 10px;
}

.blog-next-previous .title {
  color: #333;
  line-height: 1.5;
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 5px;
  max-width: 215px;
  transition: all 0.5s ease 0s;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
  .blog-next-previous .title {
    font-size: 16px;
    max-width: none;
  }
}

.blog-next-previous .post-date {
  font-weight: 500;
  font-size: 13px;
  line-height: 24px;
  text-transform: uppercase;
  color: #6D6D6D;
  margin-bottom: 0;
}

.blog-next-previous .arrow {
  background: #F5F5F5;
  border-radius: 3px;
  font-size: 14px;
  line-height: 24px;
  color: #5A5A5A;
  text-transform: uppercase;
  -ms-writing-mode: tb-lr;
  writing-mode: vertical-lr;
  padding: 22px 3px 22px;
  transition: all 0.5s ease 0s;
}

.blog-next-previous.blog-next {
  text-align: right;
  flex-direction: row-reverse;
  position: relative;
}

@media only screen and (max-width: 991px) {
  .blog-next-previous .arrow {
    padding: 5px 20px;
    writing-mode: inherit;
  }

  .blog-next-previous.blog-next:before {
    display: none;
  }

  .blog-next-previous.blog-next {
    margin: 0 !important;
  }

  .pagi-block {
    padding-top: 0 !important;
    flex-wrap: nowrap;
  }

  .pagi-block .col-sm-6 {
    width: auto;
  }
}

@media only screen and (max-width: 575px) {
  .blog-next-previous.blog-next {
    margin-top: 30px;
  }
}

.blog-next-previous.blog-next:before {
  height: 60px;
  width: 1px;
  background-color: #666;
  content: "";
  position: absolute;
  left: -15px;
}

@media only screen and (max-width: 575px) {
  .blog-next-previous.blog-next:before {
    display: none;
  }
}

.blog-next-previous.blog-next .thumb {
  display: flex;
  flex-direction: row-reverse;
}

.blog-next-previous.blog-next img {
  margin-right: 10px;
  margin-left: 0;
}

.blog-next-previous.blog-next .content {
  padding-left: 0;
  padding-right: 20px;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
  .blog-next-previous.blog-next .content {
    padding-right: 0;
    padding-top: 20px;
  }
}

.blog-next-previous:hover .title {
  color: #d95200;
}

.blog-next-previous:hover .arrow {
  background-color: #d95200;
  color: #FFFFFF;
}

.blog-comment-form-wrap {
  border-top: 1px solid #C2C2C2;
  padding: 51px 0 0;
}

.blog-comment-form-title {
  border-bottom: 1px solid #C2C2C2;
  font-weight: 500;
  line-height: 37px;
  font-size: 28px;
  padding-bottom: 8px;
  margin-bottom: 18px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
  .blog-comment-form-title {
    font-size: 22px;
    line-height: 30px;
  }
}

.blog-comment-form {
  align-items: center;
  border-bottom: 1px solid #C2C2C2;
  display: flex;
  padding: 0 0 29px;
}

@media only screen and (max-width: 479px) {
  .blog-comment-form {
    flex-direction: column;
    align-items: flex-start;
  }
}

.blog-comment-form .blog-comment-img {
  border-radius: 50%;
  margin-right: 60px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
  .blog-comment-form .blog-comment-img {
    margin-right: 20px;
    width: 80px;
  }
}

@media only screen and (max-width: 479px) {
  .blog-comment-form .blog-comment-img {
    margin-bottom: 20px;
  }
}

.blog-comment-form .blog-comment-control {
  font-size: 18px;
  color: #333;
  resize: none;
  border: 1px solid #C4C4C4;
  border-radius: 10px;
  width: 100%;
  height: 70px;
  line-height: 24px;
  padding: 22px 34px 5px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
  .blog-comment-form .blog-comment-control {
    font-size: 14px;
    padding: 15px 18px 0px;
    height: 55px;
  }
}

.blog-comment-form .blog-comment-control::-webkit-input-placeholder {
  color: #333;
}

.blog-comment-form .blog-comment-control:-moz-placeholder {
  color: #333;
}

.blog-comment-form .blog-comment-control::-moz-placeholder {
  color: #333;
}

.blog-comment-form .blog-comment-control:-ms-input-placeholder {
  color: #333;
}

.blog-comment-form-info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 26px;
}

@media only screen and (max-width: 479px) {
  .blog-comment-form-info {
    flex-direction: column-reverse;
    align-items: flex-start;
  }
}

.blog-comment-form-social {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.blog-comment-form-social span {
  font-size: 18px;
  margin-right: 16px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
  .blog-comment-form-social span {
    font-size: 15px;
    margin-right: 8px;
  }
}

.blog-comment-form-social a {
  color: #353434;
  font-size: 22px;
  width: 36px;
  height: 36px;
  display: block;
  text-align: center;
  line-height: 40px;
  margin-bottom: 0;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
  .blog-comment-form-social a {
    font-size: 14px;
  }
}

.blog-comment-form-social a+a {
  margin-left: 12px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
  .blog-comment-form-social a+a {
    margin-left: 5px;
  }
}

.blog-comment-form-social a:hover {
  color: #d95200;
}

.blog-comment-form-select {
  font-size: 18px;
  line-height: 28px;
  color: #333;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  position: relative;
  padding-right: 24px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
  .blog-comment-form-select {
    font-size: 14px;
  }
}

.blog-detail-title {
  font-weight: 300;
  font-size: 48px;
  line-height: 1.2;
  margin-bottom: 30px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .blog-detail-title {
    font-size: 48px;
    margin-bottom: 24px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
  .blog-detail-title {
    font-size: 36px;
    margin-bottom: 26px;
  }
}

@media only screen and (max-width: 575px) {
  .blog-detail-title {
    font-size: 30px;
  }
}

.cate-list {
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
}

.cate-list li {
  padding: 0;
  margin: 0 5px 5px 0;
}

.blog-detail-category {
  display: flex;
  margin-bottom: 20px;
}

.blog-detail-category .category {
  background-color: #FF9C9C;
  color: #FFFFFF;
  font-size: 13px;
  font-weight: 500;
  text-transform: uppercase;
  display: inline-block;
  border-radius: 50px;
  padding: 7px 31px;
  transition: all 0.5s ease 0s;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
  .blog-detail-category .category {
    font-size: 12px;
    padding: 5px 22px;
  }
}

.blog-detail-category .category+.category {
  margin-left: 20px;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
  .blog-detail-category .category+.category {
    margin-left: 10px;
  }
}

.blog-detail-meta {
  display: flex;
}

.blog-detail-meta li {
  align-items: center;
  display: flex;
  font-size: 21px;
  line-height: 28px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px) {
  .blog-detail-meta li {
    font-size: 16px;
  }
}

@media only screen and (max-width: 767px) {
  .blog-detail-meta li {
    font-size: 14px;
  }
}

@media only screen and (max-width: 479px) {
  .blog-detail-meta li {
    font-size: 12px;
  }
}

.blog-detail-meta li+li {
  margin-left: 50px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px) {
  .blog-detail-meta li+li {
    margin-left: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .blog-detail-meta li+li {
    margin-left: 15px;
  }
}

.blog-detail-meta .meta-admin img {
  border: 6px solid #DEDEE4;
  border-radius: 50%;
  margin-right: 22px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px) {
  .blog-detail-meta .meta-admin img {
    margin-right: 12px;
  }
}

@media only screen and (max-width: 767px) {
  .blog-detail-meta .meta-admin img {
    margin-right: 8px;
  }
}

@media only screen and (max-width: 479px) {
  .blog-detail-meta .meta-admin img {
    width: 40px;
    border-width: 3px;
  }
}

.blog-detail-social {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

@media only screen and (max-width: 767px) {
  .blog-detail-social {
    justify-content: flex-start;
    margin-top: 10px;
  }
}

.blog-detail-social span {
  font-size: 18px;
  margin-right: 16px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px) {
  .blog-detail-social span {
    font-size: 15px;
    margin-right: 8px;
  }
}

@media only screen and (max-width: 767px) {
  .blog-detail-social span {
    font-size: 14px;
    margin-right: 4px;
  }
}

.blog-detail-social a {
  color: #353434;
  font-size: 22px;
  width: 36px;
  height: 36px;
  display: block;
  text-align: center;
  line-height: 40px;
  margin-bottom: 0;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px) {
  .blog-detail-social a {
    font-size: 16px;
  }
}

@media only screen and (max-width: 767px) {
  .blog-detail-social a {
    font-size: 14px;
  }
}

.blog-detail-social a+a {
  margin-left: 12px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
  .blog-detail-social a+a {
    margin-left: -6px;
  }
}

.blog-detail-social a:hover {
  color: #d95200;
}

.blog-detail-list li {
  margin-bottom: 5px;
}

.blog-detail-blockquote {
  padding: 32px 0 56px;
  position: relative;
  text-align: center;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
  .blog-detail-blockquote {
    padding: 24px 0 28px;
  }
}

.blog-detail-blockquote:before,
.blog-detail-blockquote:after {
  background-color: #c2c2c2;
  content: "";
  width: 220px;
  height: 2px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0%);
}

.blog-detail-blockquote:after {
  bottom: 0;
  top: auto;
}

.blog-detail-blockquote .desc {
  font-style: italic;
  font-size: 21px;
  line-height: 28px;
  margin-bottom: 20px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
  .blog-detail-blockquote .desc {
    font-size: 16px;
    margin-bottom: 14px;
  }
}

.blog-detail-blockquote .user-name {
  font-size: 21px;
  line-height: 28px;
  font-style: italic;
  text-align: center;
  color: #A3A3A3;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
  .blog-detail-blockquote .user-name {
    font-size: 18px;
    color: #959595;
  }
}

.blog-detail-blockquote .quote-icon {
  position: absolute;
  bottom: 22px;
  left: 50%;
  transform: translate(-50%, 0%);
  z-index: -1;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
  .blog-detail-blockquote .quote-icon {
    width: 60px;
  }
}

.blog-detail-img {
  border-radius: 30px;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
  .blog-detail-img {
    border-radius: 15px;
  }
}

/*----------------------------------------*/
/*  Brand Logo CSS
/*----------------------------------------*/
.brand-logo-item {
  align-items: center;
  display: flex;
  justify-content: center;
}

/*----------------------------------------*/
/*  Funfact CSS
/*----------------------------------------*/
.funfact-area {
  background-color: #FFF6F5;
  border-radius: 30px;
  max-width: 1703px;
  margin: 0 auto;
}

.funfact-list {
  justify-content: center;
}

.funfact-item {
  background-color: #FFF6F5;
  border: 3px solid #d95200;
  border-radius: 30px;
  text-align: center;
  padding: 22px 44px 30px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
  .funfact-item {
    padding: 22px 44px 28px;
  }
}

.funfact-item .icon {
  border-bottom: 1px solid #d952004d;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
  .funfact-item .icon {
    margin-bottom: 15px;
  }
}

.funfact-item .icon img {
  width: 80px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
  .funfact-item .icon img {
    width: 70px;
  }
}

.funfact-item .funfact-number {
  color: #333;
  font-size: 50px;
  font-weight: 500;
  margin-bottom: 4px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
  .funfact-item .funfact-number {
    font-size: 38px;
  }
}

.funfact-item .funfact-title {
  color: #000;
  font-size: 21px;
  font-weight: 400;
  margin-bottom: 0;
  text-transform: uppercase;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
  .funfact-item .funfact-title {
    font-size: 15px;
  }
}

/*----------------------------------------*/
/*  About CSS
/*----------------------------------------*/
.about-thumb {
  margin: 20px auto 0;
}

.about-thumb img {
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}

/*----------------------------------------*/
/*  Feature CSS
/*----------------------------------------*/
.feature-area {
  background-color: #FFF6F5;
}

.feature-item .title {
  font-weight: 500;
  font-size: 21px;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  line-height: 1;
  margin-bottom: 20px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
  .feature-item .title {
    font-size: 18px;
    margin-bottom: 10px;
  }
}

.feature-item .title .icon {
  margin-right: 21px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
  .feature-item .title .icon {
    margin-right: 8px;
    width: 48px;
  }
}

.feature-item .desc {
  font-size: 18px;
  line-height: 1.7;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
  .feature-item .desc {
    font-size: 15px;
  }
}

/*----------------------------------------*/
/*  Contact CSS
/*----------------------------------------*/
.contact-area {
  padding: 65px 0 0;
  position: relative;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
  .contact-form {
    margin-bottom: 60px;
  }
}

.contact-form .form-group {
  margin-bottom: 56px;
}

.contact-form .form-control {
  box-shadow: none;
  outline: none;
  color: #3F3F3F;
  font-size: 16px;
  font-weight: 500;
  padding: 0;
  margin: 0;
  border-radius: 0;
  border-width: 0 0 1px 0;
  border-color: #B9B9B9;
  padding-bottom: 16px;
}

.contact-form .form-control::-webkit-input-placeholder {
  color: #3F3F3F;
}

.contact-form .form-control:-moz-placeholder {
  color: #3F3F3F;
}

.contact-form .form-control::-moz-placeholder {
  color: #3F3F3F;
}

.contact-form .form-control:-ms-input-placeholder {
  color: #3F3F3F;
}

.contact-form textarea.form-control {
  height: 138px;
  resize: none;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
  .contact-form textarea.form-control {
    height: 100px;
  }

  .contact-area {
    padding: 40px 0 0;
    border-top: 1px solid #ddd;
  }
}

.contact-info {
  background: #FFFAEF;
  border-radius: 10px;
  display: flex;
  justify-content: space-between;
  padding: 41px 0;
}

@media only screen and (max-width: 767px) {
  .contact-info {
    flex-wrap: wrap;
  }

  .contact-area {
    padding: 40px 0 0;
    border-top: 1px solid #ddd;
  }

  .contact-form .form-group {
    margin-bottom: 30px;
  }
}

.contact-info-item {
  text-align: center;
  width: 33.3333%;
}

@media only screen and (max-width: 767px) {
  .contact-info-item {
    width: 50%;
    margin-bottom: 30px;
  }
}

@media only screen and (max-width: 479px) {
  .contact-info-item {
    width: 100%;
  }
}

.contact-info-item:nth-child(2n) {
  border-left: 2px solid #E0E0E0;
  border-right: 2px solid #E0E0E0;
}

@media only screen and (max-width: 767px) {
  .contact-info-item:nth-child(2n) {
    border-left: none;
    border-right: none;
  }
}

.contact-info-item .icon {
  margin-bottom: 24px;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
  .contact-info-item .icon {
    margin-bottom: 14px;
  }
}

.contact-info-item a,
.contact-info-item p {
  color: #000000;
  font-size: 16px;
  line-height: 28px;
  display: block;
  margin-bottom: 5px;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {

  .contact-info-item a,
  .contact-info-item p {
    font-size: 15px;
  }
}

.contact-info-item a:hover {
  color: #d95200;
}

.contact-info-item p {
  margin: 0 auto;
  padding: 0 20px;
}

.contact-left-img {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  border-radius: 0px 30px 30px 0px;
  left: 0;
  height: 100%;
  position: absolute;
  top: 0;
  width: calc(50% - 15px);
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
  .contact-left-img {
    height: 430px;
    position: relative;
    width: calc(100% - 15px);
  }
}

.my-account-item-wrap .title {
  font-size: 28px;
  font-weight: 500;
  margin-bottom: 30px;
  text-transform: capitalize;
}

.my-account-form label {
  color: #262626;
  display: block;
  cursor: pointer;
  margin-bottom: 8px;
  font-size: 13px;
}

.my-account-form label sup {
  color: #e74c3c;
  font-size: 12px;
  top: 1px;
}

.my-account-form input {
  border: 1px solid #D4D4D4;
  background: #fff;
  box-shadow: none;
  font-size: 14px;
  display: block;
  outline: 0;
  padding: 12px 15px;
  width: 100%;
  height: 56px;
}

.my-account-form .selectbox select {
  border: 1px solid #D4D4D4;
  box-shadow: none;
  font-size: 14px;
  display: block;
  outline: 0;
  padding: 15px;
  width: 100%;
  height: 56px;
}
.my-account-form .selectbox:after {
  background-size: 22px auto;
  width: 40px;
  height: 56px;
}
.my-account-form .css-13cymwt-control{
  border: 1px solid #D4D4D4;
  border-radius: 0;
}
.my-account-form .css-1fdsijx-ValueContainer {
  height: 54px;
  width: 100%;
  font-size: 16px;
  padding: 0 15px;
}
.my-account-form .css-1fdsijx-ValueContainer .css-qbdosj-Input{
  margin: 0; padding: 0;
}
.my-account-form .css-1hb7zxy-IndicatorsContainer {
  position: absolute;
  top: 0;
  right: 0;
  content: "";
  font-family: 'FontAwesome';
  font-size: 24px;
  z-index: 0;
  width: 40px;
  height: 56px;
  line-height: 30px;
  text-align: center;
  -moz-transition: all 0.4s ease 0s;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  opacity: 1;
  background: url("../menu-down.svg") no-repeat center;
  background-size: 22px auto;
}
.my-account-form .css-1hb7zxy-IndicatorsContainer *{
  display: none;
}

.my-account-form .btn {
  padding: 5px 30px 5px;
  border-radius: 0;
  background-color: #262626;
  border-color: #262626;
  font-size: 12px;
  letter-spacing: 1.5px;
}

.my-account-form .btn:hover {
  background-color: #d95200;
  border-color: #d95200;
}

.my-account-form .form-check {
  line-height: 1;
  padding: 0;
  min-height: auto;
  margin: 0;
}

.my-account-form .form-check-input {
  margin: 1px 0 0 0;
  cursor: pointer;
  box-shadow: none;
  border-radius: 0;
  width: 15px;
  height: 15px;
  padding: 0;
  border: 2px solid #D4D4D4;
}

.my-account-form .form-check-input:checked[type=checkbox] {
  border-color: #d95200;
}

.my-account-form .form-check-label {
  color: #202020;
  font-size: 14px;
  padding-left: 6px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
  font-weight: 400;
  margin: 0;
  display: inline-block;
  line-height: 1;
}

.my-account-form .lost-password {
  font-size: 14px;
  color: #d25b5b;
  margin-top: 14px;
  display: inline-block;
}

.my-account-form .lost-password:hover {
  text-decoration: underline;
}

.my-account-form .desc {
  font-size: 13px;
}
.my-account-form .radio-item input {
  width: 16px;
  height: 16px;
  margin-right: 5px;
  top: 3px;
  position: relative;
}
.radio-item + .radio-item {
  margin-left: 20px;
}

.acc-dropdown-menu {
  position: absolute;
  left: auto;
  right: -5px;
  top: 100%;
  background: #fff;
  white-space: nowrap;
  text-align: left;
  border: 1px solid #ddd;
  min-width: 140px;
  padding: 5px 0;
  border-radius: 4px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

.acc-dropdown-menu ul li {
  display: block;font-size: 16px;line-height: 24px;padding: 8px 15px;
}

.acc-dropdown-menu ul li a {
  display: block;
}
.relative {
  position: relative;
}
.static {
  position: static;
}
.qty-list-check .hero-slide-social-media {
  padding-left: 20px;
}

.billing-address .form-inner {
  flex-wrap: wrap; margin: 0 -6px;
}
.billing-address .input-field{
  padding: 0 6px; min-width: 50%; max-width: 50%; margin: 0 0 18px;
}
.billing-address .input-field.full-width{
  min-width: 100%; max-width: 100%;
}
.billing-address .input-field .label{
display: inline-block; font-size: 15px; line-height: 18px; color: #1E2248; font-weight: 400; margin: 0 0 10px;
}
.billing-address .input-field input,
.billing-address .input-field .form-select,
.billing-address .input-field textarea{
padding: 2px 18px; height: 50px; font-size: 15px; color: #1E2248; background-color: #fff; border: 2px solid #c8cde1; -webkit-border-radius: 5px;-moz-border-radius: 5px;border-radius: 5px; box-shadow: none !important; -moz-transition:all 0.4s ease 0s;-webkit-transition:all 0.4s ease 0s;transition:all 0.4s ease 0s;
}
.billing-address .input-field textarea{
padding: 15px 18px; height: auto; /*min-height: 100px;*/
}
.billing-address .input-field input:hover,
.billing-address .input-field input:focus,
.billing-address .input-field .form-select:hover,
.billing-address .input-field .form-select:focus,
.billing-address .input-field textarea:hover,
.billing-address .input-field textarea:focus{
background-color: #fefaf1; border-color: #f3a100;
}
.billing-address .block-radiobox{
	display: block; position: relative;
}
.billing-address .block-radiobox input{
	position: absolute; left: 0; right: 0; width: 100%; height: 100%; opacity: 0; z-index: 2; cursor: pointer;
}
.billing-address .card-address{
    padding: 22px 30px; position: relative; border: 2px solid #dde1f1; -webkit-border-radius: 10px;-moz-border-radius: 10px;border-radius: 10px;
}
.billing-address .card-address h4{
	font-size: 18px; line-height: 22px; color: #222222; margin: 0 0 10px;
}
.billing-address .card-address p{
	font-size: 15px; line-height: 24px; color: #555;
}
.billing-address .edit-add-btn{
  display: inline-flex; align-items: center; justify-content: center;
  position: absolute; right: -8px; top: 0; bottom: 0; z-index: 3; margin: auto !important; width: 30px; height: 30px; font-size: 14px; color: #d95200; background: #fff; border: 2px solid rgb(217 82 0 / 30%); -webkit-border-radius: 50%;-moz-border-radius: 50%;border-radius: 50%;
}
.billing-address .block-radiobox input:checked~.card-address {
  background: #fefaf2;
  border-color: #d95200;
}

.billing-address .custom-checkbox {
  position: relative;
  padding-left: 24px;
}

.billing-address .custom-checkbox .custom-control-input:checked~.custom-control-label:before {
  background-color: #FFFFFF;
  border-radius: 0;
  border-color: #000000;
  box-shadow: none;
  width: 15px;
  height: 15px;
  border-width: 2px;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
}

.billing-address .custom-checkbox .custom-control-input:checked~.custom-control-label:after {
  display: inline-block;
  color: #000000;
  content: "\f00c";
  font-family: "FontAwesome";
  font-size: 8px;
  position: absolute;
  text-align: center;
  padding-left: 0px;
  line-height: 14px;
  box-shadow: none;
  left: 4px;
  top: 7px;
  transition: all 0.1s ease-out;
  -webkit-transition: all 0.1s ease-out;
  -moz-transition: all 0.1s ease-out;
  -ms-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
}

.billing-address .custom-checkbox .custom-control-label {
  color: #000000;
  font-size: 14px;
  margin-bottom: 0;
  padding-left: 0;
  padding-top: 0;
  cursor: pointer;
}

.billing-address .custom-checkbox .custom-control-label:before {
  content: "";
  position: absolute;
  background-color: #FFFFFF;
  border-radius: 0;
  box-shadow: none;
  border-color: #e4e4e4;
  width: 15px;
  height: 15px;
  border-width: 2px;
  border-style: solid;
  top: 7px;
  left: 0;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
}


/*----------------------------------------*/
/*  Sidebar CSS
/*----------------------------------------*/
.product-sidebar-widget .product-widget {
  background-color: #f7f7f7c2;
  border: 1px solid 1px solid #eeeeeedb;
  border-radius: 8px;
  margin-bottom: 40px;
  padding: 25px 30px 24px;
}

.product-sidebar-widget .product-widget-title {
  color: #000;
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  display: inline-block;
  margin-bottom: 22px;
  position: relative;
  padding-left: 22px;
}

.product-sidebar-widget .product-widget-title:before {
  border: 2px solid #d95200;
  border-radius: 50%;
  content: "";
  height: 11px;
  left: 0;
  position: absolute;
  top: 50%;
  width: 11px;
  transform: translate(0px, -50%);
  -webkit-transform: translate(0px, -50%);
  -moz-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  -o-transform: translate(0px, -50%);
}

.product-sidebar-widget .product-widget-search {
  margin-bottom: 40px;
  position: relative;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
  .product-sidebar-widget .product-widget-search {
    margin-bottom: 30px;
  }
}

.product-sidebar-widget .product-widget-search [type=search] {
  background-color: #f7f7f7c2;
  border: 1px solid #eeeeeedb;
  border-radius: 8px;
  box-shadow: none;
  color: #747474;
  font-size: 14px;
  font-weight: 400;
  height: 56px;
  padding: 10px 64px 10px 18px;
  width: 100%;
}

.product-sidebar-widget .product-widget-search [type=search]::-webkit-input-placeholder {
  color: #747474;
}

.product-sidebar-widget .product-widget-search [type=search]:-moz-placeholder {
  color: #747474;
}

.product-sidebar-widget .product-widget-search [type=search]::-moz-placeholder {
  color: #747474;
}

.product-sidebar-widget .product-widget-search [type=search]:-ms-input-placeholder {
  color: #747474;
}

.product-sidebar-widget .product-widget-search [type=search]:active,
.product-sidebar-widget .product-widget-search [type=search]:focus {
  border-color: #d95200;
}

.product-sidebar-widget .product-widget-search [type=search]:active+[type=submit],
.product-sidebar-widget .product-widget-search [type=search]:focus+[type=submit] {
  border-color: #d95200;
}

.product-sidebar-widget .product-widget-search [type=submit] {
  border: none;
  background: none;
  box-shadow: none;
  margin: 0;
  font-size: 16px;
  padding: 0;
  height: 100%;
  width: 60px;
  position: absolute;
  color: #919191;
  border-left: 1px solid #e9e9e9;
  right: 0;
}

.product-sidebar-widget .product-widget-search [type=submit]:hover {
  color: #d95200;
}

.product-sidebar-widget .product-widget-category {
  margin-bottom: 0;
}

.product-sidebar-widget .product-widget-category li {
  display: block;
}

.product-sidebar-widget .product-widget-category li a {
  border-top: 1px solid #e7e7e7;
  font-size: 14px;
  display: flex;
  justify-content: space-between;
  padding: 10px 0 10px;
}

.product-sidebar-widget .product-widget-category li:first-child a {
  border-top: none;
  padding-top: 0;
}

.product-sidebar-widget .product-widget-category li:last-child a {
  padding-bottom: 0;
}

.product-sidebar-widget .product-widget-range-slider .noUi-connect {
  background-color: #76c250;
}

.product-sidebar-widget .product-widget-range-slider .noUi-horizontal {
  height: 4px;
}

.product-sidebar-widget .product-widget-range-slider .noUi-horizontal .noUi-handle {
  background-color: #76c250;
  cursor: pointer;
  width: 10px;
  height: 10px;
  top: 50%;
  transform: translate(0px, -50%);
  -webkit-transform: translate(0px, -50%);
  -moz-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  -o-transform: translate(0px, -50%);
}

.product-sidebar-widget .product-widget-range-slider .noUi-target {
  border-radius: 0;
  width: 100%;
}

.product-sidebar-widget .product-widget-range-slider .slider-labels {
  margin-top: 14px;
}

.product-sidebar-widget .product-widget-range-slider .slider-labels span {
  font-weight: 500;
  font-size: 14px;
  color: #1D3557;
}

.product-sidebar-widget .product-widget-tags li {
  display: inline-block;
  margin-right: 3px;
  margin-bottom: 6px;
}

.product-sidebar-widget .product-widget-tags li a {
  background-color: #f9f9f9;
  border: 1px solid #d9d9d9;
  border-radius: 5px;
  color: #5a5a5a;
  display: inline-block;
  font-size: 13px;
  letter-spacing: 0.2px;
  padding: 2px 12px 3px;
  text-transform: capitalize;
}

.product-sidebar-widget .product-widget-tags li a:hover {
  background-color: #d95200;
  border-color: #d95200;
  color: #FFFFFF;
}

.blog-sidebar-widget .blog-widget {
  border: 1px solid #d0d0d0;
  border-radius: 5px;
  padding: 36px 40px 32px 40px;
  margin-bottom: 50px;
}
.pickup-appoi .selectbox select {
  border: 1px solid #D4D4D4;
  box-shadow: none;
  font-size: 14px;
  display: block;
  outline: 0;
  padding: 10px 15px;
  width: 100%;
  height: 46px;
}
.pickup-appoi .selectbox:after {
  height: 46px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
  .blog-sidebar-widget .blog-widget {
    margin-bottom: 30px;
  }
}

@media only screen and (max-width: 575px) {
  .blog-sidebar-widget .blog-widget {
    padding: 30px 34px 27px 34px;
  }
}

.blog-sidebar-widget .blog-widget-title {
  color: #000;
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
  display: inline-block;
  margin-bottom: 24px;
  position: relative;
  padding-left: 22px;
}

.blog-sidebar-widget .blog-widget-title:before {
  border: 2px solid #d95200;
  border-radius: 50%;
  content: "";
  height: 11px;
  left: 0;
  position: absolute;
  top: 50%;
  width: 11px;
  transform: translate(0px, -50%);
  -webkit-transform: translate(0px, -50%);
  -moz-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  -o-transform: translate(0px, -50%);
}

.blog-sidebar-widget .blog-search-widget {
  margin-bottom: 50px;
  position: relative;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
  .blog-sidebar-widget .blog-search-widget {
    margin-bottom: 30px;
  }
}

.blog-sidebar-widget .blog-search-widget [type=search] {
  background-color: #FFFFFF;
  border: 1px solid #cfcfcf;
  border-radius: 15px;
  box-shadow: none;
  color: #747474;
  font-size: 14px;
  font-weight: 400;
  height: 60px;
  padding: 10px 64px 10px 18px;
  width: 100%;
}

.blog-sidebar-widget .blog-search-widget [type=search]::-webkit-input-placeholder {
  color: #747474;
}

.blog-sidebar-widget .blog-search-widget [type=search]:-moz-placeholder {
  color: #747474;
}

.blog-sidebar-widget .blog-search-widget [type=search]::-moz-placeholder {
  color: #747474;
}

.blog-sidebar-widget .blog-search-widget [type=search]:-ms-input-placeholder {
  color: #747474;
}

.blog-sidebar-widget .blog-search-widget [type=submit] {
  border: none;
  background: none;
  box-shadow: none;
  margin: 0;
  font-size: 18px;
  padding: 0;
  height: 100%;
  width: 60px;
  position: absolute;
  color: #919191;
  border-left: 1px solid #cfcfcf;
  right: 0;
}

.blog-sidebar-widget .blog-search-widget [type=submit]:hover {
  color: #d95200;
}

.blog-sidebar-widget .blog-widget-category {
  margin-bottom: 0;
}

.blog-sidebar-widget .blog-widget-category li {
  display: block;
}

.blog-sidebar-widget .blog-widget-category li a {
  border-top: 1px solid #d0d0d0;
  font-size: 15px;
  display: flex;
  justify-content: space-between;
  padding: 10px 0 10px;
}

.blog-sidebar-widget .blog-widget-category li:first-child a {
  border-top: none;
  padding-top: 0;
}

.blog-sidebar-widget .blog-widget-category li:last-child a {
  padding-bottom: 0;
}

.blog-sidebar-widget .blog-widget-single-post {
  border-bottom: 1px solid #d0d0d0;
  overflow: hidden;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.blog-sidebar-widget .blog-widget-single-post:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.blog-sidebar-widget .blog-widget-single-post img {
  float: left;
  margin-right: 12px;
  border: 1px solid #eee;
  padding: 2px;
  border-radius: 4px;
}

.blog-sidebar-widget .blog-widget-single-post a {
  color: #000;
  display: block;
  font-size: 16px;
  font-weight: 500;
  margin: 0;
  line-height: 1.5;
}

.blog-sidebar-widget .blog-widget-single-post a:hover {
  color: #d95200;
}

.blog-sidebar-widget .blog-widget-single-post .date {
  color: #d95200;
  font-weight: 600;
  font-size: 12px;
}

.blog-sidebar-widget .blog-widget-tags li {
  display: inline-block;
  margin-right: 6px;
  margin-bottom: 10px;
}

.blog-sidebar-widget .blog-widget-tags li a {
  background-color: #f9f9f9;
  border: 1px solid #d9d9d9;
  border-radius: 5px;
  color: #7e7e7e;
  display: inline-block;
  font-size: 15px;
  letter-spacing: 0.2px;
  padding: 2px 16px;
  text-transform: capitalize;
}

.blog-sidebar-widget .blog-widget-tags li a:hover {
  background-color: #d95200;
  border-color: #d95200;
  color: #FFFFFF;
}

/*
-----------------------------------------------------------------------
  Offcanvas Header
-----------------------------------------------------------------------
*/
.off-canvas-wrapper.offcanvas {
  background-color: #1f1f1f;
  width: 310px;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
  .off-canvas-wrapper.offcanvas {
    width: 310px;
  }
}

.off-canvas-wrapper .offcanvas-header {
  padding: 0;
}

.off-canvas-wrapper .offcanvas-body {
  padding: 12px 20px 20px;
  scrollbar-width: auto;
  scrollbar-color: #1f1f1f #292929;
  /* Chrome, Edge, and Safari */
}

.off-canvas-wrapper .offcanvas-body::-webkit-scrollbar {
  width: 2px;
}

.off-canvas-wrapper .offcanvas-body::-webkit-scrollbar-track {
  background: #292929;
}

.off-canvas-wrapper .offcanvas-body::-webkit-scrollbar-thumb {
  background-color: #1f1f1f;
  border-radius: 2px;
  border: 2px solid #1f1f1f;
}

.off-canvas-wrapper .btn-menu-close {
  display: block;
  width: 100%;
  height: 60px;
  background-color: #d95200;
  opacity: 1;
  border-radius: 0;
  color: #FFFFFF;
  background-image: none;
  padding: 0 20px;
  line-height: 60px;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  font-weight: 600;
  text-align: left;
  border: none;
  position: relative;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
}

.off-canvas-wrapper .btn-menu-close i {
  position: absolute;
  right: 21px;
  top: 50%;
  transform: translate(0%, -50%);
}

.off-canvas-wrapper .btn-menu-close:hover {
  color: #d95200;
  background-color: #000000;
}

.offcanvas-menu-nav {
  position: relative;
  z-index: 1;
}

.offcanvas-menu-nav ul ul {
  display: none;
}

.offcanvas-menu-nav li.active>ul {
  display: block;
}

.offcanvas-menu-nav li a {
  color: #fff;
  display: block;
  text-transform: capitalize;
  position: relative;
  font-size: 17px;
  font-weight: 400;
  padding: 15px 0;
  line-height: 1;
}

.offcanvas-menu-nav li a:hover {
  color: #d95200;
}

.offcanvas-menu-nav li ul {
  border-left: 1px solid rgba(255, 255, 255, 0.11);
  padding-left: 18px;
  margin-bottom: 18px;
}

.offcanvas-menu-nav li ul li {
  padding: 4px 0;
}

.offcanvas-menu-nav li ul li a {
  color: #fff;
  display: block;
  text-transform: capitalize;
  position: relative;
  font-size: 13px;
  font-weight: 600;
  padding: 0;
  line-height: 1.8;
}

.offcanvas-menu-nav li ul li a:hover {
  color: #d95200;
}

.offcanvas-menu-nav .offcanvas-nav-parent ul li .offcanvas-nav-item {
  font-size: 15px;
  padding: 4px 0;
}

.offcanvas-menu-nav .offcanvas-nav-parent ul li .offcanvas-nav-item:after {
  top: 4px;
}

.offcanvas-menu-nav .offcanvas-nav-parent ul li ul {
  margin-bottom: 8px;
}

.offcanvas-menu-nav a:not(:only-child):after {
  content: "\f107";
  font-family: "FontAwesome";
  position: absolute;
  right: 0;
  top: 15px;
}

.offcanvas-menu-nav .active>a:not(:only-child):after {
  content: "\f106";
}

/*
-----------------------------------------------------------------------
  Faq
-----------------------------------------------------------------------
*/
.faq-area {
  padding: 110px 0 105px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .faq-area {
    padding: 85px 0 80px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
  .faq-area {
    padding: 65px 0 60px;
  }
}

.faq-thumb {
  text-align: right;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
  .faq-thumb {
    text-align: center;
  }
}

.faq-content {
  padding-bottom: 90px;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
  .faq-content {
    padding-bottom: 50px;
  }
}

.faq-text-img {
  margin-bottom: -14px;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
  .faq-text-img {
    width: 120px;
  }
}

.faq-title {
  color: #333;
  font-size: 41px;
  font-weight: 500;
  margin-bottom: 5px;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
  .faq-title {
    font-size: 30px;
  }
}

@media only screen and (max-width: 575px) {
  .faq-title {
    font-size: 25px;
  }
}

.faq-line {
  background-color: #d95200;
  display: inline-block;
  height: 2px;
  width: 130px;
}

.faq-desc {
  color: #333;
  font-size: 21px;
  line-height: 1.53;
  margin-top: 16px;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
  .faq-desc {
    font-size: 16px;
  }
}

.accordion-item {
  border: none;
  margin-bottom: 10px;
}

.accordion-item:first-of-type {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.accordion-item:first-of-type .accordion-button {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.accordion-button {
  background-color: #F8F9FA;
  box-shadow: none;
  border: 1px solid #f1f3f5;
  font-size: 15px;
  font-weight: 500;
  padding: 20px 24px 18px;
}

.accordion-button:not(.collapsed) {
  color: #e65b5b;
  border-color: #fff1f1;
  background-color: #fff1f1;
  box-shadow: none;
  font-size: 15px;
}

.accordion-button:active,
.accordion-button:focus {
  box-shadow: none;
}

.accordion-body {
  border: 1px solid #fff1f1;
  border-top: 0;
  font-size: 14px;
  padding: 18px 24px 18px;
}

/*vision-section*/
.vision-section {
  overflow: hidden;
}

.vision-list .items {
  position: relative;
}

.vision-list .items:before {
  display: block;
  content: "";
  height: 1px;
  border-top: 1px dashed #ccc;
  position: absolute;
  left: 50%;
  right: -50%;
  top: 60px;
}

.vision-list .items:last-child:before {
  display: none;
}

.card-vission {
  flex-direction: column;
  align-items: center;
  justify-content: center;
  max-width: 240px;
  text-align: center;
  margin: 0 auto;
}

.card-vission .iconbox {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 120px;
  max-width: 120px;
  height: 120px;
  background: #eee;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 0 20px;
}

.card-vission .iconbox img {
  display: block;
  max-width: 64px;
  object-fit: cover;
  object-position: center;
}

.card-vission h4 {
  font-size: 20px;
  line-height: 24px;
  font-weight: 400;
  position: relative;
  padding: 0 0 5px;
  -moz-transition: all 0.4s ease 0s;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}

.card-vission h4:before {
  content: "";
  width: 0;
  height: 1px;
  bottom: -1px;
  position: absolute;
  left: auto;
  right: 0;
  z-index: 1;
  transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
  background: currentColor;
}

.card-vission:hover h4:before {
  width: 100%;
  left: 0;
  right: auto;
}

.card-vission:hover h4 {
  color: #d95200;
}

/*Products Made Section*/
.what-list .items {
  margin: 0 0 20px;
}

.card-what {
  padding: 40px 30px;
  background: #fff;
  flex-direction: column;
  height: 100%;
  position: relative;
  overflow: hidden;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}

.bdr-div {
  position: absolute;
  left: 0;
  top: 0;
  width: 100px;
  height: 100px;
  border-top: 3px solid #d95200;
  border-left: 3px solid #d95200;
  -webkit-border-top-left-radius: 30px;
  -moz-border-radius-topleft: 30px;
  border-top-left-radius: 30px;
}

.card-what h4 {
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
  position: relative;
  margin: 0;
}

.card-what .iconbox {
  max-width: 70px;
  margin: 0 0 25px;
}

.card-what p {
  font-size: 15px;
  line-height: 20px;
  color: #555;
}

.card-what .arrow-link {
  display: inline-flex;
  font-size: 24px;
}

@media only screen and (max-width: 767px) {
  .vision-list .items:before {
    display: none;
  }

  .vision-list .items+.items {
    margin-top: 30px;
  }
}

.check-pincode-block {
  position: relative;
  margin: 0 0 20px;
}

.check-pincode-block input {
  padding: 2px 20px;
  width: 100%;
  height: 44px;
  border: 0;
  background: #ddd;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  padding-right: 50px;
}

.check-pincode-block .btn {
  min-width: 0;
  width: 44px;
  height: 44px;
  padding: 0 0 0 4px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  letter-spacing: 0;
  font-size: 14px;
  line-height: normal;
  font-weight: 400;
  border: 0;
}

.prod-slide-main {
  background: #e3e3e3;
  overflow: hidden;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}

.prod-imgbox {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 500px;
  overflow: hidden;
  position: relative;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}

.prod-imgbox img {
  max-width: 570px;
  max-height: 500px;
}

.prod-swiper-container {
  position: relative;
  overflow: hidden;
}

.swiper-button-next,
.swiper-button-prev {
  color: #d95200;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  font-size: 28px;
}

.my-account-item-wrap {
  padding: 60px;
  background: #e9e9e9;
  height: 100%;
}

.sqr-btn {
  padding: 3px 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: #eee;
  border-radius: 4px;
}

.sqr-btn i {
  margin: 0 4px;
}

/*Thank You Page*/
.thankyou-order-received {
  padding: 30px 20px;
  display: block;
  text-align: center;
  background: #edffed;
  font-size: 20px;
  line-height: 32px;
  color: green;
  font-weight: 400;
  margin: 0 0 40px;
}

.thankyou-order-details {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  background: #eee;
  padding: 20px 30px;
  margin: 0 0 40px;
}

.thankyou-order-details li {
  font-size: 18px;
  line-height: 24px;
  color: #000;
  margin: 0;
  padding: 15px 0;
  border: 0;
  border-top: 1px dashed #d3ced2;
  width: 100%;
}

.thankyou-order-details li:first-child {
  border: 0;
}

.thankyou-order-details li strong {
  font-size: 15px;
  font-weight: 600;
}

.wc-item-meta li {
  padding: 2px 10px;
  margin: 5px 5px 0 0;
  font-size: 14px;
  display: inline-flex;
  align-items: center;
  background: #eee;
}

.wc-item-metap {
  font-size: 14px;
}

.people-trust-area {
    background-color: #FFF6F5; border-radius: 30px; max-width: 1703px; margin: 0 auto;
}
.people-trust {
    border: 2px solid #d95200; border-radius: 30px; padding: 30px 20px; height: 100%;
}
.people-trust .icon {
    margin-bottom: 20px;
}
.people-trust .icon img {
    width: 80px;
}
.people-trust h4 {
    font-weight: 600; margin-bottom: 10px;
}
.people-trust p {
    line-height: 1.5;
}

@media only screen and (max-width: 991px) {
.people-trust-list .items {
    padding: 15px;
}

}
@media only screen and (max-width: 767px) {
  .breadcrumb-item {
    font-size: 13px;
  }

  .breadcrumb-item+.breadcrumb-item:before {
    font-size: 12px;
  }

  .my-account-item-wrap {
    padding: 30px;
  }

  .pro-main-section {
    padding-top: 0;
  }

  .pro-inn-block {
    background: #f6f6f6;
    padding: 10px;
  }

  .product-details-content,
  .pro-inn-block .container {
    padding: 0;
  }

  .product-details {
    margin: 0;
    padding: 0;
  }

  .imgbox-pro-mobi {
    padding: 0 0 10px;
  }

  .prod-slide-main {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background: #f4f2f0;
    border: 17px solid #fff;
  }

  .prod-slide-main:after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 55px;
    height: 50px;
    background: #fff;
    clip-path: polygon(100% 0, 0% 100%, 100% 100%);
  }

  .prod-imgbox {
    height: 420px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
  }

  .prod-imgbox img {
    max-width: 100%;
    max-height: 300px;
  }

  .prod-imgbox .pro-tag {
    top: 10px;
    right: 10px;
  }

  .swiper-button-prev {
    left: 0;
  }

  .swiper-button-next {
    right: 0;
  }

  .product-details-content .product-details-title {
    font-size: 18px;
    line-height: 24px;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 15px;
  }

  .product-details-qty-list .qty-list-check {
    margin-bottom: 2px;
  }

  .pro-text-right-block {
    padding: 0;
  }

  .white-text-box {
    padding: 20px;
    background: #fff;
    position: relative;
  }

  .product-details-qty-list {
    margin: 0;
    padding: 20px;
    background: #fff;
    border: 0;
    position: relative;
  }

  .pro-text-right-block .product-details-qty-list:after,
  .pro-text-right-block .white-text-box:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    width: calc(100% - 40px);
    background: #e5e5e5;
    margin: 0 auto;
  }

  .scroll-to-top {
    display: none;
  }

  .product-details-cart-wishlist {
    background: #fff;
    margin: 0;
    padding: 0 10px 15px;
    width: 100%;
  }

  .product-details-cart-wishlist .btn-wishlist {
    width: 50%;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border: 1px solid #4F4F4F;
    font-size: 14px;
    line-height: normal;
    text-transform: uppercase;
    height: 40px;
    font-weight: 400;
    letter-spacing: 0.05em;
  }

  .product-details-cart-wishlist .btn {
    width: 50%;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    font-size: 14px;
    line-height: normal;
    text-transform: uppercase;
    height: 40px;
    font-weight: 400;
    letter-spacing: 0.05em;
  }

  .btn-wishlist .hide {
    display: inline-block;
  }

  .check-pincode-block {
    display: none !important;
    margin: 0;
    background: #fff;
    padding: 10px 20px;
  }

  .product-details-pro-qty {
    padding: 20px;
    margin: 0;
    background: #fff;
    border: 0;
    display: flex;
  }

  .product-details-pro-qty .pro-qty {
    width: 140px;
    margin-left: auto;
  }

  .product-details-pro-qty .pro-qty input {
    padding: 0 40px;
    width: 100%;
    border: 1px solid #ccc;
    height: 34px;
  }

  .product-details-action {
    margin: 0;
    position: relative;
    border: 0;
  }

  .product-details-action .price {
    font-size: 20px;
    position: absolute;
    left: 20px;
    bottom: 100%;
    padding: 0 0 26px;
  }

  .prod-slide-main .swiper-pagination {
    text-align: right;
    padding: 0;
    bottom: 0;
  }

  .product-details-info-wrap {
    margin-bottom: 15px;
    padding-bottom: 10px;
  }

  .product-details .swiper-button-next,
  .product-details .swiper-button-prev {
    display: none;
  }

  .product-other-info {
    background: #f6f6f6;
    padding: 0 0 10px;
  }

  .product-details-nav {
    display: block;
    margin: 0;
  }

  .product-details-nav .nav-link {
    background: #fff;
    display: block;
    padding: 12px 30px;
    border: none;
    width: 100%;
    margin: 0;
    text-align: left;
    font-size: 16px;
  }

  .product-details-nav .nav-link+.nav-link {
    margin-left: 0;
    margin-top: 5px;
  }

  .product-details-nav .nav-link:before {
    display: none;
  }

  .product-details-nav .nav-link.active {
    color: #fff;
    background: #f7bf65;
  }

  .product-other-info .tab-content {
    background: #fff;
    padding: 30px 22px;
    margin-top: 5px;
  }

  .product-other-info .product-details-info-wrap li {
    font-size: 15px;
  }

  .product-other-info .product-reviews-form-wrap {
    background: #fff;
    padding: 30px 22px;
    margin-top: 10px;
  }

  .product-other-info .product-review-item {
    margin-right: 0;
    margin-bottom: 10px;
  }

  .product-reviews-form .form-ratings-item .title {
    line-height: 1.3;
  }

  .product-reviews-form .select-ratings {
    width: 55px;
    padding-right: 5px !important;
  }

  .related-product-list .product-st2-item .prices {
    margin-bottom: 0;
  }

  .footer-main .desc {
    max-width: 100%;
  }




}

.prod-slide-front {
  margin: 0 -15px;
}

.prod-slide-front .swiper-button-prev {
  left: 0;
}

.prod-slide-front .swiper-button-next {
  right: 0;
}

.prod-slide-front .swiper-button-next,
.prod-slide-front .swiper-button-prev {
  color: #d95200;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #fff;
  border: 1px solid #d95200;
  margin-top: -100px;

}

.prod-slide-front .swiper-button-next:after,
.prod-slide-front .swiper-button-prev:after {
  font-size: 18px;
}

.front-prod-items {
  padding: 0 15px;
}

.header-action-btn.wishlist-icon a {
  font-size: 20px;
  display: flex;
  margin: 2px 0 0;
  color: #000;
  font-weight: 900;
}

.header-action-btn.wishlist-icon .cart-count {
  right: -10px;
}

.product-item .fa.fa-heart,
.product-details .fa.fa-heart {
  color: #da5000;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

input[type=number] {
  -moz-appearance: textfield;
}

.autocomplete-dropdown-container {
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
}

.autocomplete-dropdown-container ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.autocomplete-dropdown-container ul li {
  font-size: 14px;
  padding: 5px 15px;
  border-bottom: 1px solid #eee;
  cursor: pointer;
}

.autocomplete-dropdown-container ul li:hover {
  background: #eee;
}

@media only screen and (max-width:1199px) {

  .prod-slide-front .swiper-button-next,
  .prod-slide-front .swiper-button-prev {
    margin-top: -90px;
  }
}

.categories .swiper-slide:nth-child(1n+1) .product-category-item {
  background: #DCFFD2;
}

.categories .swiper-slide:nth-child(2n+1) .product-category-item {
  background: rgb(255, 237, 180);
}

.categories .swiper-slide:nth-child(3n+1) .product-category-item {
  background: rgb(223, 228, 255);
}

.categories .swiper-slide:nth-child(4n+1) .product-category-item {
  background: rgb(255, 234, 204);
}

.categories .swiper-slide:nth-child(5n+1) .product-category-item {
  background: rgb(255, 218, 224);
}

.categories .swiper-slide:nth-child(6n+1) .product-category-item {
  background: rgb(255, 243, 218);
}

.front-cate-section.categories .prod-slide-front .swiper-slide {
  height: auto;
}

.prod-slide-front .category_items {
  padding: 15px;
  height: 100%;
}

.loader-container {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
}

.loader {
  border: 4px solid rgba(0, 0, 0, 0.1);
  border-left-color: #333;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}


.pwd-eye {
  position: relative;
}

.pwd-eye .pass-view {
  position: absolute;
  right: 20px;
  top: 50px;
  cursor: pointer;
}

.delete-icon svg {
  width: 16px;
}
.search-product-list .items {
  padding: 15px;
}
.search-product-list .aside-product-list-item .imgbox {
  width: 100%;
  height: 200px;
  display: block;
}
.search-product-list .aside-product-list-item .imgbox img {
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 10px;
  object-fit: cover;
  object-position: center;
}
.search-product-list .aside-product-list-item .pro-title {
  display: block;
  margin: 10px 0 0;
  background: none;
}

@media only screen and (max-width:1199px) {
.search-product-list .aside-product-list-item .imgbox {
    height: 160px;
}
}

@media only screen and (max-width:991px) {
.search-product-list .aside-product-list-item .imgbox {
    height: 180px;
}
.offer-banner-section .row > div {
  padding-top: 10px;
  padding-bottom: 10px;
}
}

@media only screen and (max-width:767px) {
.search-product-list .aside-product-list-item .imgbox {
    height: 170px;
}
.search-product-list {
  margin: 0 -10px;
}
.search-product-list .items {
  padding: 10px;
}

.prod-slide-front {
  margin: 0 -5px;
}
.prod-slide-front .category_items{
  padding: 10px;
}
.product-item .product-thumb {
  height: 180px;
}
.front-prod-items {
  padding: 10px;
}
.prod-slide-front .swiper-button-next,
.prod-slide-front .swiper-button-prev{
  margin-top: 0; top: 85px; width: 30px; height: 30px;
}
.prod-slide-front .swiper-button-next:after,
.prod-slide-front .swiper-button-prev:after {
  font-size: 12px;
}
.prod-mobi-slider .swiper-wrapper .swiper-slide{
  height: auto;
}
.prod-mobi-slider .front-prod-items{
  height: 100%; margin: 0 !important;
}
.prod-mobi-slider .product-action-bottom{
  padding-top: 0 !important;
}
.prod-slide-front.prod-mobi-slider {
  margin: 0 0 0px !important;
}
.product-cart-view-modal .modal-content{
  width: 100%;
}
.product-quick-view-content .product-details-action{
  margin-top: 10px !important
}
.cate-sort-select {
  width: 100%;
  background: #fafafa;
  padding-left: 10px;
}
.select-price-range-slider .noUi-horizontal{
  width: 100%;
}

.product-details-content.outofstock .product-details-action .price{
  position: relative; margin-right: 30px;
}
.product-details-content.outofstock.dtl .product-details-action{
  flex-wrap: wrap;
}
.product-details-content.outofstock.dtl .product-details-action .price {
  padding-top: 20px;
}
.product-quick-view-content .product-details-content.homeproduct .product-details-cart-wishlist {
  margin-left: 0;padding-left: 0;
}
.product-quick-view-content .product-details-content.homeproduct .product-details-pro-qty {
  padding-left: 0;
}
.homeproduct .product-details-action .price {
  left: 0;
}
.homeproduct .product-details-qty-list {
  padding: 0;
}


}

.order-details-table-wrap .shipping > div{
  padding: 0;
}
.address-box{
  padding: 30px; background: #e9e9e9;
}
.my-account-form-wrap{
  padding: 40px; background: #e9e9e9; border: 0;
}
.required {
  color: #d95200; text-decoration: none !important; font-style: normal !important;
}

.error-message{
  position: absolute;
}


.header-action-btn .dropdown-toggle:after{
  display: none;
}

.shop-payment-method .selectbox {
  width: 100%;
}

.checkout-order-details-wrap .table{
  border-right: none;
}

.checkout-order-details-wrap .loader{
  top: 0; bottom:  0; margin: auto;
}

.download-btn{
  height: 30px;
  cursor: pointer;
  margin-left: 10px;
}
.sitemap-section {
  padding: 60px 0;
  background: #f9f9f9;
}

.sitemap-title {
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 40px;
  color: #333;
}

.sitemap-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 20px;
  max-width: 900px;
  margin: 0 auto;
}

.sitemap-item {
  display: flex;
  align-items: center;
  padding: 10px 15px;
  background-color: #fff;
  border-radius: 8px;
  transition: all 0.3s ease;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
}

.sitemap-item:hover {
  background-color: #eaf7ff;
  transform: translateY(-3px);
}

.arrow {
  margin-right: 10px;
  color: #da5000;
  font-size: 1.2rem;
}

.sitemap-link {
  text-decoration: none;
  color: #222;
  font-weight: 500;
  transition: color 0.3s;
}

.sitemap-link:hover {
  color: #da5000;
}
