@charset "UTF-8";
@import url(product.css);
@import url(product-list.css);
@import url(cart.css);
@import url(checkout.css);
/*--------------------- TABLE OF CONTENTS --------------- */
/*--------------------- 1.    GENERAL STYLES ------------------- */
/*--------------------- 2.    HEADERS ------------------- */
/*--------------------- 2.1   Menu ------------------- */
/*--------------------- 2.2   Vertical Menu ------------------- */
/*--------------------- 2.3   Sticky Header ------------------- */
/*--------------------- 2.4   Mobile Menu ------------------- */
/*--------------------- 3.    FOOTERS ------------------- */
/*--------------------- 4.    ELEMENTS ------------------- */
/*--------------------- 4.1.  Page Header -------------------- */
/*--------------------- 4.2.  BreadCrumbs -------------------- */
/*--------------------- 4.3.  Titles -------------------- */
/*--------------------- 4.4.  Icon boxes -------------------- */
/*--------------------- 4.5.  Cards -------------------- */
/*--------------------- 4.6.  Tabs -------------------- */
/*--------------------- 4.7.  Buttons -------------------- */
/*--------------------- 4.8.  Products -------------------- */
/*--------------------- 4.9.  Banners -------------------- */
/*--------------------- 4.10. Banners Video -------------------- */
/*--------------------- 4.11. Banners Category -------------------- */
/*--------------------- 4.12. Social Icons -------------------- */
/*--------------------- 4.13. Testimonials -------------------- */
/*--------------------- 4.14. Forms -------------------- */
/*--------------------- 4.15. Call to Actions -------------------- */
/*--------------------- 4.16. Tables -------------------- */
/*--------------------- 4.17. Counters -------------------- */
/*--------------------- 4.18. Pagination -------------------- */
/*--------------------- 4.19. Modals -------------------- */
/*--------------------- 4.20. Alerts -------------------- */
/*--------------------- 4.21. Instagram Feeds -------------------- */
/*--------------------- 5.    PAGES -------------------- */
/*--------------------- 5.1.  Home -------------------- */
/*--------------------- 5.2.  Category -------------------- */
/*--------------------- 5.3.  Product Pages -------------------- */
/*--------------------- 5.4.  Blog -------------------- */
/*--------------------- 5.5.  Single/Blog Post -------------------- */
/*--------------------- 5.6.  Portfolio -------------------- */
/*--------------------- 5.7.  About -------------------- */
/*--------------------- 5.8.  About 2 -------------------- */
/*--------------------- 5.9.  Contact -------------------- */
/*--------------------- 5.10. Contact 2 -------------------- */
/*--------------------- 5.11. Login -------------------- */
/*--------------------- 5.12. Category Banner Page -------------------- */
/*--------------------- 5.13. Checkout -------------------- */
/*--------------------- 5.14. Wishlist -------------------- */
/*--------------------- 5.15. Cart -------------------- */
/*--------------------- 5.16. Dashboard -------------------- */
/*--------------------- 5.17. 404 -------------------- */
/*--------------------- 5.18. Coming Soon -------------------- */
/*--------------------- 6.    SPACING & HELPERS -------------------- */
/*--------------------- 7.    FONT ICONS -------------------- */
/*--------------------- END of TABLE OF CONTENTS  ---------- */
/* Main CSS File */
/* Fonts */
@import url("https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700,800");
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Stalemate&display=swap");

/* font-family: 'Poppins', sans-serif; */
/*--------------------- 1.General Styles ---------- */
html {
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-size-adjust: 100%;
}

html,
body {
  height: 100%;
}

body {
  font-size: 16px;
  color: #222222;
  font-family: dm_sans;
  font-weight: normal;
  background-color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
}
@font-face {
  font-family: oswald_medium;
  src: url(../fonts/oswald/static/Oswald-Medium.ttf);
}
@font-face {
  font-family: oswald;
  src: url(../fonts/oswald/static/Oswald-Regular.ttf);
}
@font-face {
  font-family: oswald-light;
  src: url(../fonts/oswald/static/Oswald-Light.ttf);
}
@font-face {
  font-family: dm_sans;
  src: url(../fonts/dm_san/DMSans-Regular.ttf);
}
@font-face {
  font-family: sans_medium;
  src: url(../fonts/dm_san/DMSans-Medium.ttf);
}
@font-face {
  font-family: avenir;
  src: url(../fonts/Roman.otf);
}

.blog-widget .widget-title span,
.breadcrumb-item a,
.blog-post h1.title,
#module-jms_blog-post .widget-recent h6,
#module-jms_blog-post #left-column .email_subscription h4,
#module-jms_blog-post #right-column .email_subscription h4,
#product .product-variants #group_1 .attribute-name,
#product .product-name,
#product .tag-vendor-barcode span,
#product .product-reference span,
#product .product-cat a,
.product-add-to-cart #quantity_wanted,
.cart-overview #quantity_wanted,
.block-categories .title-block h3,
#search_filters .facet-title,
.block_newsletter h4,
.block-bestseller > h3,
#search_filters .js-search-filters-clear-all,
.pagination .block-pagination span,
.products-sort-order .select-title span,
#js-product-list-top #_desktop_search_filters_clear_all button,
.cat-post-list .post-title,
.widget-recent h6,
#module-jms_blog-post .title-leave-comment {
  font-family: sans_medium;
}
/*  my code  */

#mobile-header .user-info > a span {
  /*display: none;*/
}
#mobile-header > .alert-box{
  display: none;
}
#mobile-header .header-top{
}
.jms_ajax_search.fullwidth #search-form-dropdown {
  margin-top: 30px;
}
.jms_ajax_search.fullwidth #search-form-dropdown .label-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 15px;
}

.jms_ajax_search.fullscreen #search-form-dropdown {
  margin-top: 0px;
  height: 100%;
  top: 0px;
}
.jms_ajax_search.fullscreen #search-form-dropdown .container {
  -webkit-transform: translate(0, 50%);
          transform: translate(0, 50%);
  height: 100%;
}
.jms_ajax_search.fullscreen #search-form-dropdown .label-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 15px;
}

.header-mobile-2 .icon-search svg path {
  stroke: #5E280B;
}
.header-mobile-2 .jms_ajax_search {
  margin-right: 20px;
}

.header-mobile-3 .icon-search svg path {
  stroke: #5E280B;
}
.header-mobile-3 .jms_ajax_search {
  margin-right: 20px;
}
.header-mobile-3 #header-mobile-bottom {
  padding-left: 15px;
  padding-right: 15px;
}

.header-mobile-4 .header-right > a {
  margin-right: 5px;
}
.header-mobile-4 .header-left {
  margin-right: 20px;
}
.header-mobile-4 .user-info > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 5px !important;
  margin-left: 5px;
}
.header-mobile-4 .user-info > a span:not(.text) {
  margin-right: 5px;
}
.header-mobile-4 .blockcart {
  margin-right: 5px;
}
.header-mobile-4 .icon-search svg path {
  stroke: #5E280B;
}
.header-mobile-4 .icon-bars svg rect {
  fill: #5E280B;
}
.header-mobile-4 #cart_block .ajax_cart_quantity {
  right: -5px;
  top: -10px;
  min-height: 18px;
  min-width: 18px;
  font-size: 12px;
}

#module-jms_pagebuilder-page .breadcrumb-wrapper {
  display: none;
}
.logo-header-1 {
  display: flex;
  justify-content: center;
  align-items: center;
}
.block-content a:hover::after {
  transform: scaleX(1);
  transform-origin: 0% 50%;
}
.block-content a::after {
  display: block;
  content: "";
  border-bottom: 1px solid #206942;
  transform: scaleX(0);
  transition: transform 350ms ease-in-out;
  transform-origin: 100% 50%;
}
.jms-megamenu .nav > .menu-item .mega-nav li:not(.group) > a span::after {
  display: block;
  content: "";
  border-bottom: 2px solid #ffffff;
  transform: scaleX(0);
  transition: transform 250ms ease-in-out;
  transform-origin: 100% 50%;
}
#desktop-header .jms-megamenu > ul > li.menu-item > a > span::after {
  display: block;
  content: "";
  border-bottom: 2px solid #206942;
  transform: scaleX(0);
  transition: transform 250ms ease-in-out;
  transform-origin: 100% 50%;
}
#desktop-header .jms-megamenu > ul > li.menu-item:hover > a > span::after,
.jms-megamenu .nav > .menu-item .mega-nav li:not(.group):hover > a span::after {
  transform: scaleX(1);
  transform-origin: 0% 50%;
}
#desktop-header .jms-megamenu > ul > li.menu-item > a > span,
.jms-megamenu .nav > .menu-item .mega-nav li:not(.group) > a span {
  display: inline-block;
  margin: 0;
  line-height: initial;
}
.image-effect .pb-banner-img:hover img {
  -webkit-transform: scale3d(1.1, 1.1, 1);
  transform: scale3d(1.1, 1.1, 1);
}
.image-effect .pb-banner:hover img {
  -webkit-transform: scale3d(1.1, 1.1, 1);
  transform: scale3d(1.1, 1.1, 1);
}
.image-effect .pb-banner img {
  width: 100%;
  transition: transform 400ms, -webkit-transform 400ms;
}
.image-effect .pb-image:hover img {
  -webkit-transform: scale3d(1.1, 1.1, 1);
  transform: scale3d(1.1, 1.1, 1);
}
.image-effect .pb-image img {
  width: 100%;
  transition: transform 400ms, -webkit-transform 400ms;
}
.image-effect .pb-image,
.image-effect .post-thumb {
  overflow: hidden;
}
.image-effect .pb-service-icon:hover img {
  -webkit-transform: scale3d(1.1, 1.1, 1);
  transform: scale3d(1.1, 1.1, 1);
}
.image-effect .pb-service-icon img {
  width: 100%;
  transition: transform 400ms, -webkit-transform 400ms;
}
.image-effect .post-thumb:hover img {
  -webkit-transform: scale3d(1.1, 1.1, 1);
  transform: scale3d(1.1, 1.1, 1);
}
.image-effect .post-thumb img {
  width: 100%;
  transition: transform 400ms, -webkit-transform 400ms;
  border-radius: 20px;
}
.image-effect .brand-item {
  overflow: hidden;
  border-radius: 20px;
}
.image-effect .brand-item:hover img {
  -webkit-transform: scale3d(1.1, 1.1, 1);
  transform: scale3d(1.1, 1.1, 1);
}
.image-effect .brand-item img {
  width: 100%;
  transition: transform 400ms, -webkit-transform 400ms;
}
.pb-categoryproduct .owl-nav button,
.pb-producttab .owl-nav button,
.pb-filter-products .owl-nav button {
  display: none;
}
.pb-categoryproduct:hover .owl-nav button,
.pb-producttab:hover .owl-nav button,
.pb-filter-products:hover .owl-nav button {
  display: block;
}
@media screen and (min-width: 992px) {
  .owl-stage-outer {
    padding-left: 2px;
    padding-right: 2px;
  }
}
@media screen and (max-width: 1290px) {
  .leaf-before .pb-heading::before {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
  }
}
@media screen and (max-width: 576px) {
  #footer-copyright .container::before,
  #footer-copyright .container-fluid::before {
    left: 0;
  }
  #footer-copyright p {
    font-size: 16px !important;
  }
}
@media screen and (min-width: 1290px) {
  .your-plants .header-general .pb-heading::before {
    padding-top: 15px;
    padding-left: 236px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 1290px) {
  .service-plants .pb-service-title {
    font-size: 19px !important;
  }
}
@media (max-width: 991px) {
  .pb-right-column {
    margin-top: 50px;
  }
}

.post-thumb {
  border-radius: 20px;
  position: relative;
}
.post-thumb img {
  border-radius: 20px;
}
/*sub menu*/
.sub-home .mega-nav > li > a {
  display: none !important;
}
/*sub-menu*/

.contact-form .form-select-option,
.wishlist_product_detail {
  position: relative;
}
@media screen and (max-width: 360px) {
  .wishlist_product_detail:after {
    display: none;
  }
  #mywishlist .product_name {
    font-size: 14px;
  }
}
#mywishlist .product_name {
  margin-top: 15px;
}
.contact-form .form-select-option:after {
  content: ">";
  font-size: 20px;
  color: #666666;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  right: 32px;
  top: 7px;
  position: absolute;
  pointer-events: none;
}
.contact-form .form-select-option select,
.wishlist_product_detail select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.wishlist_product_detail:after {
  content: ">";
  font-size: 20px;
  color: #666666;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  right: 16px;
  bottom: 6px;
  position: absolute;
  pointer-events: none;
}
#contact-form input.btn {
  color: #206942;
  border: 1px solid #206942;
  background: #ffffff;
  border-radius: 10px;
  font-size: 20px;
  line-height: 26px;
  text-align: center;
  letter-spacing: 0.04em;
}
#contact-form input.btn:hover {
  background: #206942;
  color: #ffffff;
  transition: all 400ms;
}
/*Post blog*/
#module-jms_blog-post .post-fulltext li::before {
  background: #206942;
  border: 1px solid #206942;
  content: "";
  border-radius: 50%;
  display: inline-block;
  width: 9px;
  height: 9px;
  margin-right: 9px;
}
@media screen and (max-width: 400px) {
  .blog-post h1.title {
    font-size: 15px !important;
  }
}
.blog-post h1.title {
  font-size: 36px;
  line-height: 55px;
  letter-spacing: 0.02em;
  color: #222222;
}
#module-jms_blog-post .block-categories {
  display: none;
}
.post-fulltext p:first-child {
  margin-top: 29px;
}
.post-fulltext p {
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 28px;
  color: #666666;
}
.circle-left li {
  font-size: 14px;
  line-height: 30px;
  color: #666666;
}
.circle-left li:not(:last-child) {
  margin-bottom: 5px;
}
.circle-left li:last-child {
  margin-bottom: 22px;
}
#module-jms_blog-archive .post-title {
  margin-top: 30px;
}
#module-jms_blog-archive .title-blog {
  margin-bottom: 30px;
}
.blog-list-title {
  font-size: 20px;
  line-height: 26px;
  letter-spacing: 0.02em;
  color: #222222;
}
/*Post blog*/
/* product detail*/
#product .col-lg-9 .vertical-thumbs .js-qv-mask {
  flex: 0 0 20%;
}
#product .col-lg-9 .product-quantity {
  display: grid;
}
#product .col-lg-9 .product-quantity .qty {
  margin-left: 0;
  margin-bottom: 25px;
}
#product .col-lg-9 .vertical-thumbs .product-cover {
  flex: 0 0 78%;
}
#product .col-lg-9 .product-detail {
  margin-top: 0;
}
#product .product-variants #group_2 .attribute-name {
  display: none;
}
#product .product-variants #group_1 .attribute-name {
  font-weight: 500;
  font-size: 15px;
  line-height: 30px;
  text-align: center;
  letter-spacing: 0.02em;
  color: #5d6763;
}
#product .product-variants #group_1 li:not(:last-child) {
  margin-right: 6px;
}
@media only screen and (min-width: 576px) and (max-width: 1040px) {
  #product .product-variants #group_1 li:not(:last-child) {
    margin-bottom: 10px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 340px) {
  #product .product-variants {
    display: block !important;
  }
  .product_variants {
    margin-bottom: 10px;
  }
  .product_variants .color .control-label {
    padding-bottom: 10px;
  }
}
@media screen and (max-width: 380px) {
  .product-variants #group_1 li > span {
    min-width: 40px;
  }
}
.product-variants #group_1 li > span {
  background: #ffffff;
  border: 2px solid #ebebeb;
  border-radius: 5px;
  text-align: center;
  min-width: 90px;
}
.quickview-modal .product-variants #group_1 li > span {
  min-width: 30px;
}
#product .product-variants #group_1 li input ~ span:hover {
  border: 2px solid #efbc48;
  color: #206942;
}
#product .product-variants #group_1 li input ~ span:hover span {
  color: #206942;
}
#product .product-variants #group_1 li input:checked ~ span {
  border: 2px solid #efbc48;
}
#product .product-variants #group_1 li input:checked ~ span span {
  color: #206942;
}
#product .same-category {
  display: none;
}
@media screen and (min-width: 1290px) {
  #product #wrapper {
    max-width: 1440px;
    padding: 0 15px;
    margin: 0 auto;
  }
}
#product .rating::before {
  content: url(../iconsvg/start-rating-product111.svg);
}
#product .block-availability span {
  font-weight: bold;
  font-size: 16px;
  line-height: 28px;
  color: #206942;
  padding-left: 12px;
}
.block-availability {
  border-bottom: 1px solid #eaeaea;
  padding-bottom: 20px;
}
#product .wishlist-compare {
  display: flex;
  height: 22px;
  margin-top: 24px;
}
#product .wishlist-compare > a {
  display: flex;
  align-items: center;
}
#product .wishlist-compare span {
  font-size: 14px;
  line-height: 18px;
  text-align: center;
  letter-spacing: 0.04em;
  color: #666666;
  padding-left: 9px;
  padding-bottom: 5px;
}
#product .wishlist-compare p {
  width: 1px;
  height: 21px;
  background: #e9e9e9;
  margin: 0 37px;
}
#product .wishlist-compare > a span:hover {
  color: #efbc48;
}
.addwishlist::before {
  content: url(../iconsvg/heart-productdetail.svg);
}
.addcompare::before {
  content: url(../iconsvg/left-arrow-productdetail.svg);
  height: 35px;
}
#product .product-reference label,
#product .product-cat span,
#product .block-availability,
#product .tag-vendor-barcode {
  font-size: 14px;
  line-height: 28px;
  color: #666666;
}
#product .product-cat a,
#product .tag-vendor-barcode span {
  color: #222222;
  font-size: 14px;
  line-height: 28px;
  padding-left: 5px;
  font-weight: 700;
}
#product .product-reference span {
  color: #222222;
  font-size: 14px;
  line-height: 28px;
  font-weight: 700;
}
#product .product-information p {
  font-size: 14px;
  line-height: 28px;
  color: #666666;
}

#product .product-variants {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row-reverse;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .product-variants #group_1 li > span {
    min-width: 30px;
  }
  .product-variants-item .control-label {
    margin-right: 5px;
  }
}

.product_variants {
  margin-bottom: 25px;
}
.price-product-detail {
  display: flex;
  gap: 10px;
  align-items: center;
}
#product .product-add-to-cart {
  border-top: 1px solid #e8e8e8;
}
#product .product-quantity {
  display: flex;
  align-items: center;
  gap: 15px;
  padding-top: 30px;
}
@media (max-width: 768px) {
  #product #wrapper .container-fluid {
    max-width: 720px;
  }
}

@media screen and (min-width: 1200px) {
  .slick-list .slick-slide {
    margin-bottom: 40px;
  }
}
.vertical-thumbs .slick-next {
  bottom: 0;
  left: 41px;
}
.vertical-thumbs .slick-prev {
  bottom: 0;
  left: -47px;
}
@media screen and (max-width: 1200px) {
  .slick-list .slick-slide {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .product-variants #group_1 li > span {
    min-width: 30px;
  }
}
@media screen and (max-width: 480px) {
  #product .product-add-to-cart .text-addcart {
    font-size: 15px !important;
  }
  #more_info_block li a {
    font-size: 14px;
    padding: 0px 24.79px;
  }
}
@media screen and (max-width: 576px) {
  #product .product-variants {
    gap: 15px;
  }
  .product-variants-item .control-label {
    margin-right: 10px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 768px) {
  /* #product .product-variants {
    display: block;
  } */
  /* #product .product-variants .color {
    margin-bottom: 20px;
  } */
}

@media only screen and (min-width: 621px) and (max-width: 1200px) {
  #product .product-add-to-cart .add-to-cart {
    padding: 8px 1.29vw;
  }
}
@media only screen and (min-width: 576px) and (max-width: 620px) {
  #product .product-quantity {
    display: block;
  }
  #product .product-quantity .qty {
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 875px) {
  #product .product-name {
    font-size: 37px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  #product .product-name {
    font-size: 30px;
  }
}
@media only screen and (min-width: 440px) and (max-width: 1400px) {
  .product_variants {
    width: 50%;
  }
}
#product .price-product-detail .new {
  font-weight: bold;
  font-size: 30px;
  line-height: 1.3;
  color: #206942;
}
#product .product-quantity .qty > span {
  display: none;
}
#product .product-add-to-cart .addToWishlist {
  display: none;
}
#product .product-add-to-cart .text-addcart {
  font-size: 18px;
  line-height: 1.534;
  text-align: center;
  letter-spacing: 0.04em;
  color: #ffffff;
}

/* #product .product-quantity .qty{
  margin-left: 30px;
} */
#product #sticky-bar {
  display: none;
}
#product .product-add-to-cart #product-availability {
  display: none;
}
@media (min-width: 576px) {
  #product .product-detail {
    margin-top: 68px;
  }
}

.product-detail .product-reference {
  margin-top: 26px;
}
.tag-vendor-barcode p {
  margin-bottom: 0;
}
@media screen and (max-width: 992px) {
  #product .product-accessories > h3 {
    margin-bottom: 40px !important;
  }
  #product .product-accessories {
    margin-top: 20px;
  }
}
#product .product-accessories > h3 {
  font-family: oswald;
  font-size: 36px;
  text-transform: uppercase;
  line-height: 53px;
  letter-spacing: 0.15em;
  color: #222222;
  margin-bottom: 70px;
}

@media screen and (max-width: 380px) {
  #product .product-accessories h3 {
    font-size: 29px;
  }
}
@media screen and (min-width: 1290px) {
  #product .product-accessories h3::before {
    padding-top: 15px;
    padding-left: 133px;
  }
}
#product .product-accessories h3::before {
  content: url(../images/frame-green.png);
  position: absolute;
  z-index: -1;
}
@media screen and (max-width: 1290px) {
  #product .product-accessories h3::before {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
  }
}

/* product detail*/
/*product-list*/

.product-list-addtocart {
  display: none;
}
.productlist-addwishlist-quickview {
  display: none;
}
.products-list .product-list-addtocart {
  display: block;
}
.products-list .productbox-1:hover .productlist-addwishlist-quickview {
  display: flex;
  transition: all 1s;
}
.products-list
  .productbox-1:hover
  .productlist-addwishlist-quickview
  span:hover {
  color: #efbc48;
}
.products-list .productlist-addwishlist-quickview {
  max-width: 340px;
  margin-top: 32px;
}
.products-list .productlist-addwishlist-quickview .addToWishlist span::before {
  content: url(../iconsvg/heart-product-list.svg);
}
.products-list .productlist-addwishlist-quickview .quick-view span::before {
  content: url(../iconsvg/link-product-list.svg);
}
.products-list .productbox-1 .product-actions {
  display: none !important;
}
.products-list .productlist-addwishlist-quickview .addToWishlist {
  display: block !important;
}
.products-list .productbox-1 .ajax-add-to-cart {
  max-width: 330px;
}
.products-list .productlist-addwishlist-quickview a span {
  font-size: 14px;
  line-height: 18px;
  text-align: center;
  letter-spacing: 0.04em;
  color: #666666;
  padding-left: 9px;
  display: flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 0;
  height: 21px;
  padding-bottom: 0;
}
/*product-list*/
#cart .card .checkout a {
}
/*my-account*/
#my-account .links #history-link .link-item i,
#my-account .links #identity-link .link-item i,
#my-account .links .lnk_wishlist .link-item i {
  height: 21px;
}
#identity #wrapper .container-fluid,
#my-account #wrapper .container-fluid,
#address #wrapper .container-fluid,
#history #wrapper .container-fluid,
#order-slip #wrapper .container-fluid,
#discount #wrapper .container-fluid,
#module-jms_wishlist-mywishlist #wrapper .container-fluid,
#password #wrapper .container-fluid {
  max-width: 1100px;
  padding: 0 15px;
}
#password .form-control-submit{
  border-radius: 10px;
    color: #206942;
    border: 1px solid #206942;
    background: #ffffff;
}
#password .form-control-submit:hover{
  background: #206942;
    color: #ffffff;
}
/*  my code  */

input[type="text"]:focus {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

ul,
ol {
  list-style: none;
  padding: 0;
  margin: 0 0 15px;
}

b,
strong {
  font-weight: 700;
}

em,
i {
  font-style: italic;
}

hr {
  border: none;
  border-top: 1px solid #ebebeb;
  margin: 30px auto 25px;
}

sub,
sup {
  position: relative;
  font-size: 70%;
  line-height: 0;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

.overflow-y-hidden {
  overflow-y: hidden;
}
.bg-image {
  background-color: #ccc;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.bg-overlay {
  position: relative;
}
.bg-overlay:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
  opacity: 0.3;
  background-color: #333;
}
.bg-overlay .container,
.bg-overlay .container-fluid {
  position: relative;
  z-index: 2;
}

#index #wrapper > .row {
  margin: 0;
}

.pb-divider-separator {
  display: block;
}

.banner-overlay-light .pb-banner > a:hover::after {
  opacity: 1;
  visibility: visible;
}
.banner-overlay-light .pb-banner > a::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.3);
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.banner-overlay-dark .pb-banner > a:hover::after {
  opacity: 1;
  visibility: visible;
}
.banner-overlay-dark .pb-banner > a::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(51, 51, 51, 0.4);
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}

.container-fluid .owl-carousel.brand-carousel .owl-nav button.owl-prev {
  left: 20px;
}
.container-fluid .owl-carousel.brand-carousel .owl-nav button.owl-next {
  right: 20px;
}

.nav-fullheight .owl-carousel .owl-nav button {
  width: 30px;
  height: calc(100% - 40px);
  background: rgba(255, 255, 255, 0.75);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.nav-fullheight .owl-carousel .owl-nav button::after {
  content: "";
  display: block;
  width: 10px;
  height: 100%;
  position: absolute;
  left: 100%;
  top: 0;
  border-radius: 20px 0 0 20px;
  background-size: contain;
  background-repeat: no-repeat;
}
.nav-fullheight .owl-carousel .owl-nav button::before {
  font-size: 2rem;
}
.nav-fullheight .owl-carousel .owl-nav button.disabled {
  opacity: 0;
  pointer-events: none;
  cursor: default;
}
.nav-fullheight .owl-carousel .owl-nav button.owl-next {
  right: 10px;
}
.nav-fullheight .owl-carousel .owl-nav button.owl-next::after {
  left: auto;
  right: 100%;
  background-image: url("./../images/nav-next-shadow.png");
}
.nav-fullheight .owl-carousel .owl-nav button.owl-prev {
  left: 10px;
}
.nav-fullheight .owl-carousel .owl-nav button.owl-prev::after {
  background-image: url("./../images/nav-prev-shadow.png");
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
  .fraction-slider .prev,
  .fraction-slider .next {
    width: 25px;
    height: 25px;
  }
}
@media (max-width: 480px) {
  .fraction-slider .prev,
  .fraction-slider .next {
    border: 0 !important;
  }
  .jms-slider-wrapper .slider button {
    font-size: 15px;
    border-radius: 10px;
    padding: 5px 25px;
  }
}
.owl_carousel {
  position: relative;
}
.owl_carousel button.owl-dot {
  background: none;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}
.owl_carousel .owl-nav button.owl-prev,
.owl_carousel .owl-nav button.owl-next {
  background: none;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}
.owl_carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-item,
.owl_carousel .owl-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.owl-carousel .item,
.owl_carousel .item {
  width: 100%;
}
.owl-carousel .owl-nav button,
.owl_carousel .owl-nav button {
  width: 42px;
  height: 42px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.owl-carousel .owl-nav button::before,
.owl_carousel .owl-nav button::before {
  font-size: 30px;
  color: #ccc;
  font-family: "dm_sans";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.owl-carousel .owl-nav button.disabled,
.owl_carousel .owl-nav button.disabled {
  cursor: default;
  opacity: 0.7;
}
.owl-carousel .owl-nav button span,
.owl_carousel .owl-nav button span {
  display: none;
}
.owl-carousel .owl-nav button.owl-prev,
.owl_carousel .owl-nav button.owl-prev {
  left: 10px;
  top: 35%;
}
.pb-producttab .owl-carousel .owl-nav button.owl-prev,
.pb-producttab .owl_carousel .owl-nav button.owl-prev {
  top: 39%;
}
.owl-carousel .owl-nav button.owl-prev::before,
.owl_carousel .owl-nav button.owl-prev::before {
  content: url(../iconsvg/left-arrow-slider.svg);
  padding-top: 5px;
}
.owl-carousel .owl-nav button.owl-next,
.owl_carousel .owl-nav button.owl-next {
  right: 11px;
  top: 35%;
}
.pb-producttab .owl-carousel .owl-nav button.owl-next,
.pb-producttab .owl_carousel .owl-nav button.owl-next {
  top: 39%;
}
.owl-carousel .owl-nav button.owl-next::before,
.owl_carousel .owl-nav button.owl-next::before {
  content: url(../iconsvg/right-arrow-slider.svg);
  padding-top: 5px;
}

.owl-carousel.customs .owl-stage-outer .owl-stage,
.owl_carousel.customs .owl-stage-outer .owl-stage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.productbox-no-shadow .owl-carousel.customs .owl-stage-outer {
  margin: 0;
  padding-left: 0;
  padding-right: 0;
}

.jms-row.no-padding .container-fluid {
  padding: 0;
}

.brand-carousel.owl-carousel .owl-item img {
  width: auto;
}

.brand-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-height: 48px;
  width: 100%;
}

.fraction-slider .text-primary {
  letter-spacing: -0.025em;
}
.fraction-slider .text-primary sup {
  top: -20px;
  font-size: 2rem;
  line-height: 1;
  letter-spacing: 0;
}
.fraction-slider .text-primary sup + sup {
  margin-left: 8px;
}

.pb-categorytab .product-miniature,
.pb-producttab .product-miniature {
  margin-bottom: 40px;
}
.pb-categorytab .nav .nav-item,
.pb-producttab .nav .nav-item {
  margin: 0;
}
.pb-categorytab .nav .nav-item:hover,
.pb-producttab .nav .nav-item:hover {
  background: #206942;
  border-radius: 50px;
}
.pb-categorytab .nav .nav-item:hover a,
.pb-producttab .nav.nav-item:hover a {
  color: #ffffff;
}
.pb-categorytab .nav .nav-item .nav-link,
.pb-producttab .nav .nav-item .nav-link {
  padding: 11px 52px;
  font-weight: 500;
  font-size: 20px;
  line-height: 26px;
  letter-spacing: 0.02em;
  color: #206942;
  position: relative;
}
/* @media only screen and (min-width: 480px) and (max-width: 678px) {
  .pb-categorytab .nav .nav-item .nav-link,
  .pb-producttab .nav .nav-item .nav-link {
    padding: 11px 30px;
  }
} */
@media screen and (max-width: 360px) {
  .pb-categorytab .nav .nav-item .nav-link,
  .pb-producttab .nav .nav-item .nav-link {
    padding: 7px 13px;
    font-size: 16px;
  }
}
@media only screen and (min-width: 360px) and (max-width: 440px) {
  .pb-categorytab .nav .nav-item .nav-link,
  .pb-producttab .nav .nav-item .nav-link {
    padding: 10px 18px;
    font-size: 17px;
  }
}

/*my code*/
@media (max-width: 768px) {
  .pb-producttab > .nav {
    display: flex;
    justify-content: space-between !important;
    width: 100% !important;
  }
}
@media only screen and (min-width: 440px) and (max-width: 768px) {
  .pb-categorytab .nav .nav-item .nav-link,
  .pb-producttab .nav .nav-item .nav-link {
    padding: 10px 25px;
  }
}
.pb-producttab > .nav {
  box-sizing: border-box;
  border-radius: 50px;
  width: auto;
  justify-content: space-around;
  position: relative;
  margin-bottom: 60px;
  border: 1px solid #efbc48;
}

/* @media screen and (min-width:1380px){
  .pb-producttab > .nav{
    border: 1px solid #EFBC48;
  }

} */
/* @media screen and (max-width:480px){
  .pb-producttab > .nav{
    margin: 0;
    border: 0;
  }
} */
/* @media only screen and (min-width : 480px) and (max-width : 1380px){
  .pb-producttab > .nav{
    margin: 0 100px;
    border: 0;
  }
} */
/* @media screen and (min-width:590px){
  .pb-producttab > .nav{
    border: 1px solid #EFBC48;
  }
} */
/* @media screen and (max-width :1400px)
{
  .pb-producttab > .nav{
    margin: 0 15px;
    border: 0;
  }
} */

/*my code*/
.pb-testimonial .pb-testimonial-box {
  text-align: center;
  width: 100%;
}
/* .pb-testimonial .pb-testimonial-box .pb-testimonial-img {
  margin-bottom: 2.5rem;
} */
.pb-testimonial .pb-testimonial-box .pb-testimonial-img img {
  width: 90px;
  height: 90px;
  margin: auto;
}
.pb-testimonial .pb-testimonial-box .pb-testimonial-comment {
  max-width: 705px;
  margin-left: auto;
  margin-right: auto;
  font-size: 16px;
  line-height: 30px;
  letter-spacing: 0.02em;
  color: #222222;
  margin-bottom: 25px;
}
.pb-testimonial .pb-testimonial-box .pb-testimonial-comment .lead {
  color: #333;
  margin: 0;
  font-size: 1.6rem;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-bottom: 10px;
}
.pb-testimonial .pb-testimonial-box .pb-testimonial-author {
  text-transform: capitalize;
  font-family: oswald;
  font-style: normal;
  font-weight: normal;
  font-size: 26px;
  line-height: 30px;
  letter-spacing: 0.05em;
  color: #206942;
}
.pb-testimonial .pb-testimonial-box .pb-testimonial-position {
  font-size: 14px;
  line-height: 30px;
  letter-spacing: 0.02em;
  color: #666666;
}
.pb-testimonial .owl-dots {
  margin-top: 20px;
  text-align: left;
}

.owl-dots.disabled,
.owl-nav.disabled {
  display: none;
}

.fs_loader .spinner {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  position: absolute;
  border: 5px solid #eee;
  display: inline-block;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.fs_loader .spinner:after,
.fs_loader .spinner:before {
  content: "";
  display: block;
  width: 50px;
  height: 50px;
  border-radius: 50%;
}
.fs_loader .spinner:after {
  position: absolute;
  top: -5px;
  left: -5px;
  border: 5px solid transparent;
  border-top-color: #928a8a;
  -webkit-animation: spin 0.5s linear infinite;
  animation: spin 0.5s linear infinite;
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/* Animation for lazyload */
@-webkit-keyframes rotating {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotating {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@media (min-width: 768px) {
  .hidden-md-up {
    display: none;
  }
}
@media (min-width: 1200px) {
  .col-2xl-5col {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    max-width: 40%;
  }
}
/* Type */

a {
  text-decoration: none;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

a:hover,
a:focus {
  color: #eebb48;
  text-decoration: none;
}

.link-underline {
  -webkit-box-shadow: 0 1px 0 0 #a6c76c;
  box-shadow: 0 1px 0 0 #a6c76c;
}

.text-primary {
  color: #a6c76c !important;
}

.text-secondary {
  color: #a6c76c !important;
}

.text-dark {
  color: #333 !important;
}

.text-light {
  color: #ccc !important;
}

.lead {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.875;
  margin-bottom: 12px;
}

.hidden {
  display: none !important;
}

blockquote {
  position: relative;
  margin: 0 0 42px;
  padding: 0;
  color: #777;
  font-style: italic;
  font-size: 1.6rem;
  line-height: 1.625;
}
blockquote p {
  max-width: 1120px;
}
blockquote.text-center p {
  margin-left: auto;
  margin-right: auto;
}
blockquote cite {
  font-style: normal;
  font-weight: 500;
  color: #333333;
  letter-spacing: -0.01em;
  line-height: 1;
}
blockquote cite span {
  display: block;
  font-weight: 300;
  font-size: 1.4rem;
}
blockquote.text-white cite {
  color: #cccccc;
}
blockquote.text-white cite span {
  color: #777;
}

@media screen and (min-width: 768px) {
  h1,
  .h1 {
    font-size: 5rem;
  }

  h2,
  .h2 {
    font-size: 4rem;
  }

  h3,
  .h3 {
    font-size: 3rem;
  }

  h4,
  .h4 {
    font-size: 2.4rem;
  }
}
/* Layout */
/* .row {
  margin-left: -10px;
  margin-right: -10px;
} */

.no-gutters {
  margin-left: 0;
  margin-right: 0;
}
.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-left: 0;
  padding-right: 0;
}

.container {
  width: 1180px;
  max-width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
}

.page-wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100%;
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}
.mmenu-active .page-wrapper {
  -webkit-transform: translateX(200px);
  transform: translateX(200px);
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .page-wrapper {
    display: block;
  }
}
.main {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 100%;
}

@media screen and (min-width: 992px) {
  .col-5col {
    -ms-flex: 0 0 20%;
    -webkit-box-flex: 0;
    flex: 0 0 20%;
    max-width: 20%;
  }
}
.col-xl-4-5col {
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
}

.col-xl-2-5col {
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
}

.col-xl-3-5col {
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
}

@media screen and (min-width: 1200px) {
  .container-fluid {
    padding-left: 15px;
    padding-right: 15px;
  }

  .col-xl-5col {
    -ms-flex: 0 0 20%;
    -webkit-box-flex: 0;
    flex: 0 0 20%;
    max-width: 20%;
  }

  .col-xl-4-5col {
    -ms-flex: 0 0 80%;
    -webkit-box-flex: 0;
    flex: 0 0 80%;
    max-width: 80%;
  }

  .col-xl-2-5col {
    -ms-flex: 0 0 calc(40%);
    -webkit-box-flex: 0;
    flex: 0 0 calc(40%);
    max-width: calc(40%);
  }

  .col-xl-3-5col {
    -ms-flex: 0 0 calc(60%);
    -webkit-box-flex: 0;
    flex: 0 0 calc(60%);
    max-width: calc(60%);
  }

  .no-gutters .col-xl-2-5col {
    -ms-flex: 0 0 calc(40% + 8px);
    -webkit-box-flex: 0;
    flex: 0 0 calc(40% + 8px);
    max-width: calc(40% + 8px);
  }
  .no-gutters .col-xl-3-5col {
    -ms-flex: 0 0 calc(60% - 8px);
    -webkit-box-flex: 0;
    flex: 0 0 calc(60% - 8px);
    max-width: calc(60% - 8px);
  }
}

/* Extend grid - 1600px */
@media screen and (min-width: 1600px) {
  .col-xxl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-xxl-auto {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-xxl-1 {
    -ms-flex: 0 0 8.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }

  .col-xxl-2 {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  .offset-xxl-2 {
    margin-left: 16.666667%;
  }

  .col-xxl-3 {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-xxl-4 {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .col-xxl-5 {
    -ms-flex: 0 0 41.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

  .col-xxl-6 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-xxl-7 {
    -ms-flex: 0 0 58.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  .col-xxl-8 {
    -ms-flex: 0 0 66.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  .col-xxl-9 {
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-xxl-10 {
    -ms-flex: 0 0 83.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }

  .col-xxl-11 {
    -ms-flex: 0 0 91.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }

  .col-xxl-12 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .col-xxl-5col {
    -ms-flex: 0 0 20%;
    -webkit-box-flex: 0;
    flex: 0 0 20%;
    max-width: 20%;
  }

  .col-xxl-4-5col {
    -ms-flex: 0 0 80%;
    -webkit-box-flex: 0;
    flex: 0 0 80%;
    max-width: 80%;
  }

  .d-xxl-block {
    display: block !important;
  }

  .d-xxl-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}
@media screen and (min-width: 1920px) {
  .container-fluid {
    max-width: 1760px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 15px;
  }
}
/*--------------------- 2.Headers -------------------- */
/* Header */
/*Header-1*/
@media only screen and (min-width: 992px) and (max-width: 1880px) {
  .header-1 .header-sticky {
    margin: 0 15px;
  }
}
.header-1 .header-middle {
  min-height: 50px;
}
.header-1 .header-middle .container-fluid .row > .header-right {
  margin-right: 8px;
}
.header-1 .header-middle > .container-fluid > .row {
  border-radius: 0px 0px 15px 15px;
  background-color: #f3f3f3;
  min-height: 50px;
}
.header-1 #hor-menu {
  padding-left: 57px;
}
.header-1 .call-us {
  font-family: oswald;
  font-style: normal;
  font-weight: normal;
  font-size: 22px;
  line-height: 33px;
  text-align: right;
  letter-spacing: 0.06em;
  color: #206942;
  padding-right: 0;
}
.header-1 .header-left {
  padding-bottom: 10px;
  padding-left: 0;
}

/*Header-1*/
/*Header-2*/
.header-2 .container-fluid > .row {
  margin-left: -30px;
  margin-right: -30px;
}
.header-2 .sticky-slide .header-left,
.header-4 .sticky-slide .header-left {
  position: static;
}
.header-2 .img.logo {
  padding-bottom: 9px;
}
.header-2 #search-form {
  margin: inherit;
}
.header-2 #search-form .search-input {
  width: 96px;
  padding-left: 5px;
}
.header-2 .header-intro-clearance .blockcart,
.header-2 .header-intro-clearance .wishlist,
.header-2 .header-intro-clearance .account {
  padding-left: 35px;
}
@media only screen and (min-width: 992px) and (max-width: 1100px) {
  .header-2 .header-intro-clearance .blockcart,
  .header-2 .header-intro-clearance .wishlist,
  .header-2 .header-intro-clearance .account {
    padding-left: 15px !important;
  }
}
.header-2 #hor-menu .jms-megamenu .nav.level0 > li > a {
  line-height: 100px;
}
@media screen and (min-width: 992px) {
  .header-2 .sticky-wrapper:not(.sticky) #cart_block > a .ajax_cart_quantity {
    top: 38px;
  }
  .header-2 .header-left {
    padding-left: 30px;
  }
  .header-2 .sticky #cart_block > a .ajax_cart_quantity {
    top: 28px;
  }
}
/*Header-2*/
/*Header-3*/
.header-3 .header-phone span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.04em;
  color: #222222;
}
.header-3 .header-phone i::before {
  content: url(../iconsvg/phone_header.svg);
  display: block;
  padding-right: 5px;
}
.header-3 #cart_block {
  padding-left: 38px;
}
.header-3 img.logo {
  padding-bottom: 5px;
  margin-top: -4px;
}
.header-3 #header-middle {
  margin-top: 32px;
}
@media only screen and (min-width: 1200px) {
  .header-3 #hor-menu .jms-megamenu .nav.level0 > li:first-child > a {
    padding-left: 33px;
  }
}
@media screen and (min-width: 1400px) {
  .header-3 .container-fluid {
    padding: 0 15px;
    max-width: 1410px;
  }
}
@media screen and (min-width: 992px) {
  .header-3 #search-form {
    margin: inherit;
  }
  .header-3 #search-form .jms-search-input {
    max-width: 92px;
  }
}
/*Header-3*/
/*Header-4*/

/* .header-4 .sticky {
  top: -20px !important;
} */
.header-4 .header-sticky{
  background: #333333;
}
.header-4 #cart_block .ajax_cart_quantity {
  top: 30px;
}
.header-4 .header-top {
  background: #efbc48;
  padding: 10px 0;
}
.header-4 .header-top span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.04em;
  color: #222222;
}
.header-4 .header-dropdown > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.04em;
  color: #222222;
}
.header-4 .header-phone {
  padding-right: 64px;
}
.header-4 .header-phone i::before {
  content: url(../iconsvg/phone_header.svg);
  display: block;
  padding-right: 5px;
}
.header-4 .header-support i::before {
  content: url(../iconsvg/support.svg);
  display: block;
  padding-right: 5px;
}
.header-4 .container-fluid {
  padding: 0 20px;
}
.header-4 #search-form {
  margin: inherit;
}
.header-4 #search-form .input-group {
  max-width: 115px;
}
.header-4 #hor-menu .jms-megamenu .nav.level0 > li > a {
  color: #ffffff;
  line-height: 85px;
}
.header-4 #cart_block {
  padding-right: 0;
}
.header-4 .sticky {
  background: #333333;
}
.header-4 .icon-shopping-cart:before {
  content: url(../iconsvg/bag_header_white.svg);
}
.header-4 .icon-search:before {
  content: url(../iconsvg/search_header-white.svg);
}
.header-4 input::placeholder {
  color: #ffffff;
}
.header-4 .header-intro-clearance .faqs span,
.header-4 .header-intro-clearance #cart_block > a .text,
.header-4 #cart_block > a .ajax_cart_quantity {
  color: #ffffff;
}
/*Header-4*/
/*Header-5*/
.header-5 #cart_block .ajax_cart_quantity {
  top: 35px;
}
.header-5 .logo {
  margin-top: -10px;
}
.header-5 .sticky {
  background-color: #ffffff !important;
}
.header-5 .header-top {
  background: #efbc48;
  padding: 6px 0;
}
.header-5 .header-top span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.04em;
  color: #222222;
}
.header-5 .header-dropdown > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.04em;
  color: #222222;
}
.header-5 #search-form {
  margin: inherit;
}
.header-5 #search-form .input-group {
  max-width: 115px;
}
.header-5 #hor-menu .jms-megamenu .nav.level0 > li > a {
  line-height: 95px;
}
.header-5 #cart_block {
  padding-right: 0;
  padding-left: 40px;
}
/* .header-5 .sticky-wrapper > .container-fluid{
  position: static;
} */
.header-5 .header-center {
  position: static;
}
@media screen and (min-width: 1320px) {
  .header-5 .header-center {
    padding-left: 84px;
  }
  .header-5 .container-fluid {
    max-width: 1920px;
    padding: 0 80px;
  }
}
/*Header-5*/
/*Header-6*/
.header-6 .header-intro-clearance .wishlist a > i {
  padding-left: 11px;
}
.header-6 .currency-info {
  margin-left: 40px;
}
.header-6 .header-dropdown + .header-dropdown {
  margin-left: 34px;
}
.header-6 .container-fluid {
  max-width: 1440px;
  padding: 0 15px;
}
.header-6 .logo {
  margin-top: -8px;
}
/* .header-6 .sticky {
  background-color: inherit !important;
  top: -20px !important;
} */
.header-6 .header-intro-clearance .account {
  padding-left: 0;
}
.header-6 .header-top {
  background: #efbc48;
  padding: 6px 0;
}
.header-6 .header-top span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.04em;
  color: #222222;
}
.header-6 .header-dropdown > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.04em;
  color: #222222;
}
.header-6 #search-form {
  margin: inherit;
}
.header-6 #search-form .input-group {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-flow: row-reverse;
  flex-flow: row-reverse;
  background: #f3f3f3;
  border-radius: 50px;
  min-width: 360px;
  padding: 1px 9px 1px 16px;
}
.header-6 #hor-menu .jms-megamenu .nav.level0 > li > a {
  line-height: 95px;
}
.header-6 #cart_block {
  padding-right: 0;
  padding-left: 40px;
}
/*Header-6*/
/*Header-7*/
.header-7 .header-intro-clearance .wishlist a > i,
.header-8 .header-intro-clearance .wishlist a > i {
  padding-left: 11px;
}
.header-7 #hor-menu .jms-megamenu .nav.level0 > li > a,
.header-8 #hor-menu .jms-megamenu .nav.level0 > li > a {
  line-height: 75px;
}
.header-7 #header-middle {
  padding-bottom: 7px;
}
.header-7 .logo,
.header-8 .logo {
  margin-top: -7px;
}
.header-7 {
  background: #ffffff;
}
.header-7 #header-middle {
  padding-top: 38px;
}
.header-7 #search-form {
  margin: inherit;
  -webkit-box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
  border-radius: 50px;
}
.header-7 #search-form .input-group {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-flow: row-reverse;
  flex-flow: row-reverse;
  min-width: 360px;
  padding: 1px 9px 1px 16px;
}
.header-7 .wishlist span {
  padding-left: 35px !important;
}
.header-7 .blockcart {
  padding-left: 36px !important;
}
@media screen and (min-width: 1200px) {
  .header-7 {
    -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.04);
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.04);
    border-radius: 0px 0px 40px 40px;
  }
  .header-7 .container-fluid {
    max-width: 1440px;
    padding: 0 15px;
  }
}
/*Header-7*/
/*Header-8*/
.sticky #hor-menu .jms-megamenu .nav.level0 > li > a {
  line-height: 80px;
}
.header-8 {
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.04);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.04);
  border-radius: 0px 0px 40px 40px;
  background: #ffffff;
}
.header-8 #header-middle {
  padding-top: 36px;
  padding-bottom: 5px;
}
.header-8 #search-form {
  margin: inherit;
  -webkit-box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
  border-radius: 50px;
}
.header-8 #search-form .input-group {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-flow: row-reverse;
  flex-flow: row-reverse;
  min-width: 360px;
  padding: 1px 9px 1px 16px;
}
.header-8 .wishlist span {
  padding-left: 35px !important;
}
.header-8 .blockcart {
  padding-left: 36px !important;
}
@media screen and (min-width: 1200px) {
  .header-8 .container-fluid {
    max-width: 1440px;
    padding: 0 15px;
  }
}
/*Header-8*/
#desktop-header .header-sticky.sticky .jms-megamenu .dropdown-menu {
  top: 100%;
}

.header-menu ul a {
  line-height: 1.5;
}

.header {
  width: 100%;
  background-color: #fff;
}
.header .container,
.header .container-fluid {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header-left,
.header-center,
.header-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header-right {
  margin-left: auto;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

.header-center {
  margin-left: auto;
  margin-right: auto;
}

.logo {
  display: block;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.logo img {
  display: block;
  max-width: 100%;
  height: auto;
}
.header-top a {
  color: inherit;
}
.header-top .container,
.header-top .container-fluid {
  position: relative;
}

.top-menu {
  margin: 0;
}
.top-menu > li {
  position: relative;
}
/* .top-menu a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
} */
/* .top-menu i {
  font-size: 1.5rem;
  margin-right: 0.8rem;
  line-height: 1;
} */
/* .top-menu i.icon-heart-o {
  margin-top: -0.2rem;
} */

.header-dropdown {
  position: relative;
}
.header-dropdown.user-info > a::after {
  display: none;
}
.header-dropdown + .header-dropdown {
  margin-left: 45px;
}
@media screen and (min-width: 992px) {
  .header-dropdown {
    margin-left: 42px;
  }
}
@media screen and (max-width: 991px) {
  .header-dropdown {
    margin-left: 0px!important;
    width: 33%;
    text-align: center;
  }
}
.header-dropdown > a,
.header-dropdown > span {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding-top: 2px;
  padding-bottom: 2px;
  padding-right: 22px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-transform: uppercase;
}
.header-dropdown > a::after,
.header-dropdown > span::after {
  font-family: "dm_sans";
  content: url(../iconsvg/arrow_header_1.svg);
  position: absolute;
  right: 0;
  top: 50%;
  display: inline-block;

  line-height: 1;
  margin-top: -8px;
}
.header-dropdown a:hover,
.header-dropdown a:focus {
  text-decoration: none;
}

.header-menu {
  position: absolute;
  left: -15px;
  top: 100%;
  z-index: 20;
  padding-top: 6px;
  padding-bottom: 6px;
  min-width: 100%;
  visibility: hidden;
  opacity: 0;
  background-color: #fff;
  -webkit-box-shadow: 2px 5px 8px rgba(51, 51, 51, 0.05),
    -2px 5px 8px rgba(51, 51, 51, 0.05);
  box-shadow: 2px 5px 8px rgba(51, 51, 51, 0.05),
    -2px 5px 8px rgba(51, 51, 51, 0.05);
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
  margin-top: 1px;
  z-index: 1000;
}
.header-dropdown:first-child .header-menu {
  left: 0;
}
.header-menu:before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  top: -1px;
  left: 0;
}
.header-dropdown:hover > .header-menu,
.header-dropdown:focus > .header-menu {
  visibility: visible;
  opacity: 1;
}
.header-menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.header-menu ul li {
  margin: 0;
}
.header-menu ul a {
  padding: 3px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  white-space: nowrap;
}
.header-menu a {
  color: inherit;
}

.header-right .header-menu,
.header-right .header-dropdown:first-child .header-menu {
  left: auto;
  right: 0;
}
.header-right .top-menu + .header-dropdown {
  margin-left: 25px;
}

.cart-dropdown,
.compare-dropdown {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.cart-dropdown .dropdown-toggle,
.compare-dropdown .dropdown-toggle {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none !important;
  line-height: 1;
  color: #333;
}
.cart-dropdown .dropdown-toggle::after,
.compare-dropdown .dropdown-toggle::after {
  display: none;
}
.cart-dropdown .dropdown-menu,
.compare-dropdown .dropdown-menu {
  display: block;
  width: 300px;
  z-index: 100;
  font-size: 1.3rem;
  z-index: 1001;
  border: none;
  margin: 1px 0 0;
  padding: 22px 30px 25px;
  border-radius: 0;
  border: none;
  -webkit-box-shadow: 5px 10px 16px rgba(51, 51, 51, 0.05),
    -5px 10px 16px rgba(51, 51, 51, 0.05);
  box-shadow: 5px 10px 16px rgba(51, 51, 51, 0.05),
    -5px 10px 16px rgba(51, 51, 51, 0.05);
  background-color: #fff;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.cart-dropdown .dropdown-menu:before,
.compare-dropdown .dropdown-menu:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 100%;
  left: 0;
  right: 0;
  height: 1px;
}
.cart-dropdown .dropdown-menu.dropdown-menu-right,
.compare-dropdown .dropdown-menu.dropdown-menu-right {
  right: -1px;
}
.cart-dropdown .btn-remove,
.compare-dropdown .btn-remove {
  position: absolute;
  top: 50%;
  right: -5.5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  color: #cccccc;
  font-size: 1.3rem;
  line-height: 1;
  text-align: center;
  margin-top: -12px;
}
.cart-dropdown:hover .dropdown-menu,
.cart-dropdown.show .dropdown-menu,
.compare-dropdown:hover .dropdown-menu,
.compare-dropdown.show .dropdown-menu {
  visibility: visible;
  opacity: 1;
}

.compare-dropdown {
  padding-left: 25px;
}
.compare-dropdown .dropdown-toggle {
  font-size: 2.6rem;
}

.compare-products {
  list-style: none;
  padding: 0;
  margin: 0;
}

.compare-product {
  position: relative;
  padding: 5px 0;
  margin: 0;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.compare-product:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.compare-product-title {
  font-weight: 300;
  font-size: 1.3rem;
  line-height: 1.35;
  margin: 0;
  letter-spacing: -0.01em;
}
.compare-product-title a {
  color: inherit;
}

.cart-dropdown {
  padding-left: 25px;
}
.cart-dropdown .dropdown-toggle {
  font-size: 3.2rem;
}
.cart-dropdown .dropdown-toggle i {
  display: inline-block;
  margin-top: -3px;
}
.cart-dropdown .cart-count {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-width: 20px;
  height: 20px;
  border-radius: 50%;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1;
  margin-left: 2px;
  margin-top: 1px;
  color: #fff;
}
.cart-dropdown .dropdown-cart-products {
  margin-top: -10px;
}
.cart-dropdown .product {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 16px 24px 16px 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  margin: 0 !important;
  border: none;
  border-bottom: 1px solid #ebebeb;
  box-shadow: none !important;
}
.cart-dropdown .product-image-container {
  position: relative;
  max-width: 60px;
  margin: 0;
  margin-left: auto;
}
.cart-dropdown .product-title {
  font-weight: 400;
  font-size: 1.3rem;
  line-height: 1.3;
  color: #666;
  margin-bottom: 4px;
}
.cart-dropdown .product-title a {
  color: inherit;
}
.cart-dropdown .product-cart-details {
  font-weight: 400;
  max-width: 150px;
  font-size: 1.3rem;
  display: flex;
  align-items: center;
  gap: 5px;
}

.dropdown-cart-total {
  padding: 10px 0 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  font-size: 1.4rem;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 11px;
}
.dropdown-cart-total .cart-total-price {
  font-size: 1.5rem;
  margin-left: auto;
}

.dropdown-cart-action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 0 5px;
}
.dropdown-cart-action .btn {
  font-size: 1.3rem;
  min-width: 110px;
  padding-top: 7.5px;
  padding-bottom: 7.5px;
}

/* Header Search */
.search-toggle {
  position: relative;
  display: block;
  font-size: 2.4rem;
  line-height: 1;
  min-width: 25px;
  padding: 3px 2px;
  font-weight: 400;
  color: #333;
  text-align: center;
  z-index: 11;
}
.search-toggle:hover,
.search-toggle:focus,
.search-toggle.active {
  outline: none !important;
}

.header-search {
  position: relative;
  margin: 0;
  font-size: 0;
  line-height: 1;
  padding: 0;
  border: none;
}
.header-search .header-search-wrapper {
  position: absolute;
  right: -14px;
  top: 50%;
  margin-top: -20px;
  display: none;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  overflow: visible;
  border-radius: 20px;
  width: 100%;
  min-width: 270px;
  background-color: #fff;
  border: 1px solid #ebebeb;
  border-radius: 20px;
  z-index: 10;
}
.header-search .header-search-wrapper.show {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header-search .search-wrapper-wide {
  width: 570px;
}
.header-search form {
  margin: 0;
}
.header-search .select-custom {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 200px;
  flex: 0 0 200px;
  max-width: 200px;
  padding-right: 0;
  margin: 0;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}
.header-search .select-custom:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  width: 1px;
  height: 26px;
  margin-top: -13px;
  background-color: #ebebeb;
}
.header-search .select-custom::after {
  right: 20px;
  color: #999;
  font-size: 1.2rem;
}
.header-search .form-control,
.header-search select {
  line-height: 1;
  font-weight: 400;
  font-size: 1.4rem;
  letter-spacing: 0;
  background-color: #fff;
  margin: 0;
}
.header-search .form-control {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 9px 50px 9px 23px;
  width: 100%;
  margin: 0;
  height: 38px;
  line-height: 20px;
  border: none;
  border-radius: 20px;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.header-search select {
  width: 100%;
  border: none;
  line-height: 38px;
  height: 38px;
  color: #777;
  padding: 1px 40px 1px 20px;
  border-radius: 0;
  -moz-appearance: none;
  -webkit-appearance: none;
}
.header-search select:focus {
  outline: none !important;
}
.header-search option {
  font-size: 1.3rem;
  padding: 1px 3px;
}
.header-search .btn {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 40px;
  flex: 0 0 40px;
  max-width: 40px;
  min-width: 0;
  height: 40px;
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 1;
  border: 0;
  padding: 0;
  margin: 0;
  min-width: 0;
  cursor: pointer;
  margin-top: -1px;
  margin-right: -1px;
  margin-bottom: -10px;
  border-radius: 0 20px 20px 0;
}
.header-search .btn i {
  margin: 0 !important;
}

.header-search-extended {
  margin-right: 190px;
  width: 100%;
  max-width: 570px;
  margin-top: 22px;
  margin-bottom: 22px;
}
.header-search-extended .header-search-wrapper {
  border-radius: 30px;
}
.header-search-extended .form-control,
.header-search-extended select {
  font-weight: 300;
}
.header-search-extended .form-control {
  height: 44px;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-right: 24px;
  border-radius: 30px 0 0 30px;
}
.header-search-extended select {
  line-height: 44px;
  height: 44px;
}
.header-search-extended .btn {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 70px;
  flex: 0 0 70px;
  max-width: 70px;
  height: 46px;
  font-size: 2rem;
  border-radius: 0 30px 30px 0;
}

.header-search-visible .search-toggle {
  display: none;
}
.header-search-visible .header-search-wrapper {
  position: static;
  left: auto;
  right: auto;
  top: auto;
  margin-top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header-search-no-radius .header-search-wrapper,
.header-search-no-radius .form-control,
.header-search-no-radius .btn {
  border-radius: 0;
}

.header-search-no-round .header-search-wrapper {
  border-radius: 3px;
}
.header-search-no-round .form-control {
  border-radius: 3px 0 0 3px;
}
.header-search-no-round .btn {
  border-radius: 0 3px 3px 0;
}

.mobile-menu-toggler {
  border: none;
  background: transparent;
  padding: 2px 2.5px;
  font-size: 2.8rem;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
  margin-left: 10px;
  margin-right: 10px;
}

.header-bottom .mobile-menu-toggler {
  margin-top: 5.5px;
  margin-bottom: 5.5px;
  margin-left: -4px;
}
.menu-item .mod-content .demo {
  min-height: 520px;
}

.menu-item .mod-content .demo::-webkit-scrollbar {
  height: 10px;
  width: 7px;
}
.menu-item .mod-content .demo::-webkit-scrollbar-thumb {
  background: #ebebeb;
  border-radius: 10px;
}
.menu-item .mod-content .demo::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  margin: 8px;
  width: 100%;
}
.menu-item .mod-content .demo .hidden {
  opacity: 0;
  max-height: 0;
  padding-bottom: 0;
  overflow: hidden;
  -webkit-transform: translateY(50px);
  transform: translateY(50px);
}
.menu-item .mod-content .demo .demo-item {
  display: block !important;
  opacity: 1;
  max-height: 100%;
  padding-bottom: 30px;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.disabled-hidden {
  opacity: 0;
  width: 0;
  height: 0;
  padding: 0 !important;
  overflow: hidden;
}

.header-intro-clearance .header-middle .header-left,
.header-intro-clearance .header-bottom .header-left {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc((100% + 20px) / 4);
  flex: 0 0 calc((100% + 20px) / 4);
  max-width: calc((100% + 20px) / 4);
  margin: 0;
}
.header-intro-clearance .header-middle .header-center,
.header-intro-clearance .header-bottom .header-center {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc((100% + 20px) / 2 - 20px);
  flex: 0 0 calc((100% + 20px) / 2 - 20px);
  max-width: calc((100% + 20px) / 2 - 20px);
  margin: 0;
}
/* .header-intro-clearance .header-middle .header-right,
.header-intro-clearance .header-bottom .header-right {
  margin-left: auto;
} */
.header-intro-clearance .header-bottom .menu > li > a {
  font-size: 1.4rem;

  text-transform: none;
}
.header-intro-clearance .header-bottom .menu > li > a::before {
  top: 0;
}
.header-intro-clearance
  .header-bottom
  .menu.sf-arrows
  > li
  > .sf-with-ul::after {
  right: 13px;
}
.header-intro-clearance .header-bottom .menu > li + li {
  margin-left: 7px;
}
.header-intro-clearance .header-bottom .header-left {
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}
.header-intro-clearance .header-bottom .header-right p {
  padding-right: 5px;
  font-size: 1.4rem;
  font-weight: 500;
}
.header-intro-clearance .header-bottom .header-right .highlight {
  color: #333;
}
.header-intro-clearance .header-bottom .header-right i {
  color: #333;
  font-size: 1.6rem;
  margin-right: 15px;
}
.header-intro-clearance .header-bottom .container::before {
  position: absolute;
  content: "";
  left: 285px;
  height: 15px;
  width: 1px;
  top: 50%;
  background-color: #ccc;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 0;
}
.header-intro-clearance .header-bottom .container::after {
  position: absolute;
  content: "";
  right: 280px;
  height: 15px;
  width: 1px;
  top: 50%;
  background-color: #ccc;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 0;
}
/* .header-intro-clearance .header-middle .header-right p {
  font-size: 1.1rem;
} */
.header-intro-clearance .top-menu {
  text-transform: none;
}
.header-intro-clearance .header-dropdown.user-info > a {
  padding-right: 0;
}
.header-intro-clearance .header-dropdown > a,
.header-intro-clearance .header-dropdown > span {
  padding-right: 20px;
  text-transform: none;
}
/*
.header-intro-clearance .header-dropdown > a:after,
.header-intro-clearance .header-dropdown > span:after {
  font-size: 1rem;
  margin-top: -0.6rem;
} */
.header-intro-clearance .dropdown.category-dropdown {
  width: 275px;
  max-width: 95%;
}
.header-intro-clearance .dropdown.category-dropdown .dropdown-toggle {
  color: #333;
  text-transform: none;
  padding-left: 55px;
  min-width: 100%;
}
.header-intro-clearance .dropdown.category-dropdown .dropdown-toggle i {
  font-size: 1rem;
  position: absolute;
  right: 15px;
}
.header-intro-clearance .dropdown.category-dropdown .dropdown-toggle::before {
  height: 0;
}
.header-intro-clearance .dropdown.category-dropdown .dropdown-toggle::after {
  font-weight: 400;
  position: absolute;
  margin-left: 0;
  left: 15px;
}
.header-intro-clearance .header-menu ul {
  display: block;
}
.header-intro-clearance .top-menu:not(.top-link-menu) .header-menu li + li {
  margin-left: 0;
}
.header-intro-clearance .account,
.header-intro-clearance .wishlist,
.header-intro-clearance .compare-dropdown,
.header-intro-clearance .cart-dropdown,
.header-intro-clearance #cart_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -webkit-box-align: initial;
  -ms-flex-align: initial;
  align-items: initial;
}
.header-intro-clearance .account > a,
.header-intro-clearance .wishlist > a,
.header-intro-clearance .compare-dropdown > a,
.header-intro-clearance .cart-dropdown > a,
.header-intro-clearance #cart_block > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;

  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.header-intro-clearance div.icon {
  position: relative;
  height: 32px;
}
/* .header-intro-clearance .account a {
  font-size: 0;
} */
.header-intro-clearance .faqs {
 /* display: flex; remove Faq's menu */
  display: none;
  align-items: center;
}
.header-intro-clearance .account a span,
.header-intro-clearance .faqs a span {
  font-size: 14px;
  color: #222222;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
  letter-spacing: 0.04em;
}
.header-intro-clearance .account .user-info .login {
  display: flex;
  align-items: center;
  gap: 5px;
}
.header-intro-clearance .wishlist a span {
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.04em;
  color: #222222;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
  padding-left: 42px;
}
.header-intro-clearance .wishlist a > i {
  padding-top: 6px;
  padding-left: 13px;
}
.header-intro-clearance #cart_block {
  position: relative;
}

.header-intro-clearance #cart_block > a .text {
  font-size: 14px;
  color: #222222;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
  margin-right: 8px;
  letter-spacing: 0.04em;
}

.header-intro-clearance #cart_block > a .cart_block_total {
  display: none;
}
.header-intro-clearance .cart-dropdown .cart-count,
.header-intro-clearance .wishlist .wishlist-count {
  min-width: 16px;
  height: 16px;
}
.header-intro-clearance .wishlist .wishlist-count {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 50%;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1;
  color: #fff;
}
.header-intro-clearance .wishlist .wishlist-count {
  position: absolute;
  top: 0;
  right: -5px;
}
.header-intro-clearance .cart-dropdown .cart-count {
  position: absolute;
  top: 0;
  right: -3px;
}
.header-intro-clearance .blockcart {
  padding-left: 31px;
}
.header-intro-clearance .account {
  padding-left: 39px;
}
.header-intro-clearance .account .user-info ~ .text,
#mobile-header .account .user-info ~ .text {
  display: none;
}
#cart_block.open .dropdown-menu {
  display: block;
}
#cart_block:hover .dropdown-menu {
  display: block;
}
#cart_block .shoppingcart-sidebar .cart-title {
  font-size: 1.4rem;
  border: none;
}
#cart_block .shoppingcart-sidebar .cart_block_list .layout-column.product-info {
  padding-left: 0;
  padding-right: 15px;
}
#cart_block .shoppingcart-sidebar .billing-info {
  width: 100%;
}
#cart_block .shoppingcart-sidebar .cart-button {
  width: 100%;
}
#cart_block .remove-from-cart {
  margin-left: 10px;
  margin-right: 15px;
}
#cart_block .dropdown-menu::-webkit-scrollbar {
  width: 6px;
  background-color: #f5f5f5;
}
#cart_block .dropdown-menu::-webkit-scrollbar-thumb {
  background-color: #000000;
}
@media screen and (max-height: 390px) {
  #cart_block .dropdown-menu {
    max-height: 345px !important;
  }
}
#cart_block .dropdown-menu {
  max-height: 500px;
  overflow: hidden;
  overflow-y: scroll;
  display: none;
  top: 100%;
  width: 300px;
  right: 10px;
  font-size: 1.3rem;
  z-index: 1001;
  border: none;
  margin: 1px 0 0;
  margin-top: 0;

  border: none;
  -webkit-box-shadow: 5px 10px 16px rgba(51, 51, 51, 0.05),
    -5px 10px 16px rgba(51, 51, 51, 0.05);
  box-shadow: 5px 10px 16px rgba(51, 51, 51, 0.05),
    -5px 10px 16px rgba(51, 51, 51, 0.05);
  background-color: #fff;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
  -webkit-animation-duration: 0.25s;
  animation-duration: 0.25s;
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease;
}
#cart_block .dropdown-menu.shoppingcart-sidebar {
  position: fixed;
  top: 0;
  right: -300px;
  z-index: 1000;
}
#cart_block .dropdown-menu.shoppingcart-sidebar.show {
  right: 0;
}
#cart_block .dropdown-menu.show {
  display: block;
}
#cart_block .cart-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#cart_block .cart-button .btn {
  padding-top: 9.5px;
  padding-bottom: 7.5px;
  min-width: 110px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  display: block;
  border-radius: 10px;
  color: #206942;
  border: 1px solid #206942;
  background: #ffffff;
}
#cart_block .cart-button .btn:hover {
  background: #206942;
  color: #ffffff;
}
#cart_block .cart-button .btn + .btn {
  margin-left: 10px;
}
#cart_block .cart-button .btn i {
  margin-right: 0;
  display: none;
}

.cart_block_list li {
  border-bottom: 1px solid #ebebeb;
}

.billing-info {
  padding-top: 10px;
  padding-bottom: 15px;
}
.billing-info .cart-prices-line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.billing-info .cart-prices-line .label {
  font-weight: 600;
  text-transform: uppercase;
  color: #222222;
  display: inline-block;
  padding: 0;
}
.billing-info .cart-prices-line .value {
  font-size: 1.5rem;
  font-weight: 400;
  color: #666;
  display: inline-block;
  margin-left: auto;
}

.product-link-cart {
  display: inline-block;
  color: #222222;
  font-weight: 600;
  line-height: 1.3;
}

@media (max-width: 340px) {
  .header-search .search-wrapper-wide {
    width: 260px;
  }

  .compare-dropdown,
  .account,
  .wishlist-link {
    display: none !important;
  }
}
#hor-menu .jms-megamenu .nav.level0 > li.open > a::before {
  -webkit-transform-origin: left center;
  transform-origin: left center;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}

#hor-menu .jms-megamenu .nav.level0 > li > a .caret::after {
  right: 13px;
}
#hor-menu .jms-megamenu .nav.level0 > li > a:hover::before {
  -webkit-transform-origin: left center;
  transform-origin: left center;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}
#hor-menu .jms-megamenu .nav.level0 > li > a::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 1px;
  -webkit-transform-origin: right center;
  transform-origin: right center;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.jms-megamenu {
  position: static;
}

.header-middle .container,
.header-middle .container-fluid {
  position: relative;
}
.sub-home .mega-col-nav {
  padding: 0;
}
.jms-megamenu .nav > .sub-home,
.jms-megamenu .nav > .sub-shop {
  position: static;
}

.jms-megamenu .nav > .sub-home > .dropdown-menu {
  max-width: 1410px;
  width: 100%;
  padding: 0;
  background: #333333;
}
.jms-megamenu .nav > .sub-home .mega-nav li {
  padding: 0;
}
.jms-megamenu .nav > .sub-home .view-all-demos {
  min-width: 210px;
}
.jms-megamenu .sub-shop .dropdown-menu {
  max-width: 1170px;
  width: 100%;
  background: #333333;
}
.jms-megamenu .sub-product .dropdown-menu {
  padding: 0;
}
.jms-megamenu .sub-pages .dropdown-menu,
.jms-megamenu .sub-blog .dropdown-menu {
  background: #333333;
}
.jms-megamenu .sub-product .mega-col-nav.col-banner li .banner .banner-content {
  left: 24px;
  bottom: 24px;
  top: auto;
}
.jms-megamenu
  .sub-product
  .mega-col-nav.col-banner
  li
  .banner
  .banner-content
  .banner-title
  span {
  font-size: 2.4rem;
}
.jms-megamenu .mega-col-nav.col-banner li {
  padding: 0 !important;
}
.jms-megamenu .mega-col-nav.col-banner li .banner {
  margin-bottom: 0;
  max-width: 218px;
  margin-left: auto;
}
.jms-megamenu .mega-col-nav.col-banner li .banner .banner-content {
  left: 20px;
  top: 24px;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.jms-megamenu
  .mega-col-nav.col-banner
  li
  .banner
  .banner-content
  .banner-title {
  margin: 0;
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 1.25;
  text-transform: uppercase;
  letter-spacing: 0;
}
.jms-megamenu
  .mega-col-nav.col-banner
  li
  .banner
  .banner-content
  .banner-title
  span {
  line-height: 1.05;
  font-size: 3.1rem;
}

.search-form i {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

#mobile-header .header-top {
  padding: 5px 0;
  background-color: #f8f8f8;
}
#mobile-header .header-top .header-left .icon-phone {
  margin-right: 5px;
}
#mobile-header .header-top .header-left .text-h1 {
  display: none;
}
#mobile-header .header-top .header-right {
  position: relative;
}
#mobile-header .header-top .header-right .btn-link {
  color: #666;
  font-weight: 300;
  padding-right: 20px;
  position: relative;
  border: none;
}
#mobile-header .header-top .header-right .btn-link::after {
  font-family: dm_sans;
  content: url(../iconsvg/arrow_header.svg);
  position: absolute;
  right: 0;
  top: 50%;
  display: inline-block;
  font-size: 1.2rem;
  line-height: 1;
  margin-top: -7px;
}
#mobile-header .header-top .header-right .btn-link:hover,
#mobile-header .header-top .header-right .btn-link:focus {
  border: none;
}
#mobile-header .header-top .header-right #link {
  min-width: 141px;
  padding: 6px 0;
}
#mobile-header
  .header-top
  .header-right
  #link
  .header-dropdown
  + .header-dropdown {
  margin-left: 0;
}
#mobile-header .header-top .header-right #link .header-dropdown a {
  color: #666;
}
#mobile-header .header-top .header-right #link .header-dropdown > a {
  text-transform: capitalize;
  padding: 3px 15px;
}
#mobile-header .header-top .header-right #link .header-dropdown .header-menu {
  right: 100%;
}
#mobile-header #header-mobile-top {
  padding: 15px 0;
}
#mobile-header img.logo {
  padding-bottom: 10px;
}

#mobile-header #mobile-menu-toggle {
  font-size: 2.8rem;
  color: #333;
  cursor: pointer;
}
#mobile-header #wishlist_block > a,
#mobile-header #cart_block > a {
  font-size: 1.1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#mobile-header #wishlist_block > a i,
#mobile-header #cart_block > a i {
  color: #333;
  line-height: 1;
}
#mobile-header .user-info {
  position: relative;
  top: 2px;
}
#mobile-header .user-info > a i {
  font-size: 3rem;
}
#mobile-header .user-info > a .text {
  margin-top: -3px;
}
#mobile-header .user-info .dropdown-menu {
  left: 50%;
  right: auto;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  min-width: 100px;
}
#mobile-header .user-info .dropdown-menu ul li a {
  color: #777;
}
#mobile-header #wishlist_block {
  position: relative;
  top: 3px;
  margin-left: 10px;
}
#mobile-header #wishlist_block > a i {
  font-size: 2.8rem;
}
#mobile-header #wishlist_block > a .text {
  margin-top: -2px;
}
#mobile-header #cart_block {
  margin-left: 0;
}
#mobile-header #cart_block > a i {
  font-size: 3.2rem;
}
#mobile-header #cart_block .cart_block_total {
  display: none;
}
#mobile-header #cart_block .text {
  margin-top: 2px;
}
#mobile-header #mobile-menu-close {
  border-bottom: 0;
}
#mobile-header #mobile-menu-close i {
  font-size: 1.6rem;
  color: #666;
}
#mobile-header #search_widget .mobile-search {
  margin-top: 8px;
}
#mobile-header #search_widget button i {
  margin-right: 0;
  margin-left: 0;
}
#mobile-header .text-menu {
  padding: 0 20px;
  font-weight: 600;
  font-size: 1.3rem;
  line-height: 1.5;
  text-transform: uppercase;
  margin-top: 23px;
  margin-bottom: 0;
  text-align: left;
}
#mobile-header .social-block {
  margin-top: 25px;
}
#mobile-header .social-block .social-label {
  display: none;
}
#mobile-header #social-links {
  display: flex;
  justify-content: space-evenly;
}
#mobile-header .social-block ul li {
  display: inline-block;
  margin: 0 7px;
}
#mobile-header .social-block .social-icon {
  width: 30px;
  height: 30px;
  border: 0;
}
#mobile-header .social-block .social-icon i {
  color: #999;
  -webkit-transition: 0.4s all;
  transition: 0.4s all;
}
#mobile-header .mobile-menu-light {
  padding: 0;
}
#mobile-header .mobile-menu-light #jms_ajax_search {
  padding-top: 5px;
}
#mobile-header .mobile-menu-light .user-info > a {
  color: #333;
}
#mobile-header .mobile-menu-light .search-form.dropdown-menu {
  margin-top: 0;
}
#mobile-header .mobile-menu-light .jms-search-input {
  border: none;
  background-color: transparent;
}
#mobile-header .mobile-menu-light .user-info .text {
  display: none;
}
#mobile-header .mobile-menu-light #cart_block .text {
  display: none;
}
/* #mobile-header.header-mobile-1 .mobile-menu-light #cart_block .text {
  display: block;
} */
#mobile-header.header-mobile-2 img.logo {
  margin: 0 auto;
}
#mobile-header.header-mobile-3 img.logo {
  margin: 0 auto;
}
#mobile-header.header-mobile-3 .user-info,
#mobile-header.header-mobile-3 #cart_block {
  margin: 0 auto;
}

#off-canvas-menu .nav > li.open > a .caret::after {
  content: url(../iconsvg/arrow-prev.svg);
}
#off-canvas-menu .nav > li:not(.open) > a .caret::after {
  content: url(../iconsvg/arrow-next.svg);
}
#off-canvas-menu .nav > li .dropdown-menu {
  border-bottom: 1px solid #efefef;
}
#off-canvas-menu .nav > li .dropdown-menu ul li a {
  font-size: 1.2rem;
  color: #666;
  font-weight: 300;
  line-height: 30px;
}
#off-canvas-menu .nav > li > a {
  font-size: 1.2rem;
  line-height: 38px;
  color: #666;
  font-weight: 300;
  border-bottom: 1px solid #efefef;
}
#off-canvas-menu .nav > li > a .caret {
  width: 12px;
  height: 23px;
  right: 24px;
}
#off-canvas-menu .nav > li > a .caret::after {
  font-size: 1.2rem;
  position: static;
  margin-top: 0;
  right: 24px;
}

.show-menu .main-site {
  left: 200px;
}
.show-menu .mobile-menu-overlay {
  visibility: visible;
  opacity: 1;
}

@media (min-width: 576px) {
  #mobile-header #wishlist_block {
    margin-left: 30px;
  }
  #mobile-header #cart_block {
    margin-left: 16px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 992px) {
  .header-general .pb-heading {
    margin-bottom: 40px !important ;
  }
}
@media (min-width: 1200px) {
  .header-intro-clearance .header-bottom .container::before,
  .header-intro-clearance .header-bottom .container::after {
    opacity: 1;
  }

  #hor-menu .jms-megamenu .nav.level0 > li > a {
    padding-right: 31px;
  }
  #hor-menu .jms-megamenu .nav.level0 > li > a .caret::after {
    right: 23px;
  }
}

@media screen and (max-width: 991px) {
  .header-middle .header-center {
    display: none;
  }

  .top-menu:not(.top-link-menu) ul {
    min-width: 141px;
  }

  .top-menu > li {
    padding-top: 7.5px;
    padding-bottom: 7.5px;
  }
  .top-menu .header-dropdown {
    padding: 0;
  }
  .top-menu .header-dropdown ul {
    left: -100%;
    right: 100%;
  }
  .top-menu .header-menu {
    padding: 0;
  }
}
@media screen and (min-width: 1290px) {
  .trending-products .header-general .pb-heading::before {
    padding-left: 145px;
    padding-top: 14px;
  }
}

.header-general .pb-heading::before {
  content: url(../images/frame-green.png);
  position: absolute;
  z-index: -1;
}
.header-general .pb-heading {
  font-family: oswald;
  line-height: 53px;
  letter-spacing: 0.15em;
  position: relative;
  margin-bottom: 69px;
}
@media screen and (max-width: 576px) {
  .header-general .pb-heading {
    margin-bottom: 35px !important;
  }
  .header-general .pb-heading::before {
    display: none;
  }
}
/* @media screen and (min-width: 576px) {
  .header-general {
    padding-left: 0;
    padding-right: 0;
  }
} */

/*--------------------- 2.1.Menu -------------------- */
.main-nav {
  margin-left: 20px;
  display: none;
}

/* Menu Structure */
.menu,
.menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1.5;
}
.menu li {
  position: relative;
}
.menu li:hover > ul,
.menu li:hover > .megamenu,
.menu li.show > ul,
.menu li.show > .megamenu {
  display: block;
}
.menu .megamenu-container {
  position: static;
}
.menu ul {
  position: absolute;
  display: none;
  top: 100%;
  left: 0;
  z-index: 1002;
}
.menu ul ul {
  top: -16px;
  left: 100%;
}
.menu .megamenu {
  display: none;
  position: absolute;
  left: 15px;
  right: 15px;
  top: 100%;
  z-index: 1002;
}
.menu .megamenu.megamenu-sm {
  left: 0;
  right: auto;
  width: 456px;
}
.menu .megamenu.megamenu-md {
  left: -100px;
  right: auto;
  width: 694px;
}
.menu .megamenu > ul,
.menu .megamenu div > ul {
  display: block;
  position: static;
  left: auto;
  right: auto;
  top: auto;
  bottom: auto;
  -webkit-box-shadow: none;
  box-shadow: none;
  margin-top: 0;
  padding: 0;
  min-width: 0;
}
.menu ul,
.menu .megamenu {
  margin-top: 1px;
}
.menu ul:before,
.menu .megamenu:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 100%;
  height: 1px;
  left: 0;
  right: 0;
}
.menu ul ul,
.menu .megamenu ul {
  margin-top: 0;
}
.menu a:not(.btn) {
  display: block;
  position: relative;
  text-decoration: none;
}
.menu a:not(.btn):focus {
  outline: none !important;
}

/* Menu Style */
.menu li > a {
  color: #999999;
  font-weight: 300;
  font-size: 1.3rem;
  letter-spacing: 0;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 30px;
  padding-right: 3px;
}
.menu li > a span:not(.tip) {
  position: relative;
}
.menu > li > a {
  color: #333;
  font-weight: 500;
  font-size: 1.4rem;
  padding: 39.5px 30px;
  text-transform: uppercase;
}
.menu > li + li {
  margin-left: 0;
}
.menu.sf-arrows > li > .sf-with-ul {
  padding-right: 20px;
}
.menu.sf-arrows .sf-with-ul {
  position: relative;
}
.menu.sf-arrows .sf-with-ul::after {
  font-family: "dm_sans";
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  display: block;
  font-size: 1rem;
  line-height: 1;
  margin-top: -5px;
}
.menu.sf-arrows ul .sf-with-ul {
  padding-right: 40px;
}
.menu.sf-arrows ul .sf-with-ul:after {
  content: "";
  right: 30px;
}
.menu .megamenu,
.menu ul {
  background-color: #fff;
  -webkit-box-shadow: 5px 10px 16px rgba(51, 51, 51, 0.05),
    -5px 10px 16px rgba(51, 51, 51, 0.05);
  box-shadow: 5px 10px 16px rgba(51, 51, 51, 0.05),
    -5px 10px 16px rgba(51, 51, 51, 0.05);
}
.menu ul {
  min-width: 218px;
  padding: 16px 0 20px;
}
.menu .megamenu .banner > a {
  display: block;
  padding: 0;
  margin: 0;
}
.menu .megamenu li a {
  padding-right: 0;
  padding-left: 0;
}
.menu .megamenu .btn {
  min-width: 210px;
  text-transform: uppercase;
}
.menu .banner {
  margin: 0;
  max-width: 218px;
  float: right;
  height: 100%;
}
.menu .menu-col {
  padding-left: 30px;
  padding-right: 30px;
  margin-top: 22px;
}
.menu .menu-title {
  color: #ffffff;
  font-weight: 400;
  margin-bottom: 6px;
  font-size: 18px;
}
.menu .megamenu-action {
  padding-bottom: 20px;
  width: 100%;
}
.mod-content {
  background: #333333;
}
.menu .megamenu-action .btn i {
  display: none;
}
.menu .megamenu-action .btn {
  filter: drop-shadow(0px 6px 10px rgba(0, 0, 0, 0.14));
  background: #efbc48;
  border-radius: 10px;
  border: 0;
}
.menu .megamenu-action .btn span {
  font-size: 20px;
  line-height: 26px;
  text-align: center;
  letter-spacing: 0.04em;
  color: #206942;
}
.menu .megamenu-action .btn:hover {
  background: #206942;
}
.menu .megamenu-action .btn:hover span {
  color: #efbc48;
}
.menu ul + .menu-title {
  margin-top: 15px;
}
.menu .banner-content {
  padding-top: 0;
}
.menu .banner-content.banner-content-bottom {
  left: 24px;
  bottom: 24px;
}
.menu .banner-content.banner-content-top {
  left: 20px;
  top: 24px;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -ms-transform: translateY(0);
}
.menu .banner-title {
  margin: 0;
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 1.25;
  text-transform: uppercase;
  letter-spacing: 0;
}
.menu .banner-title span {
  font-size: 2.4rem;
}
.menu .banner-content-top .banner-title span {
  line-height: 1.05;
  font-size: 3.1rem;
}

/* Menu Hover Style */
.menu li:hover > a,
.menu li.show > a,
.menu li.active > a {
  color: #a6c76c;
}

/* Demos */
.demo-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  margin: 18px -10px 4px;
}

.demo-item {
  color: #999999;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
  padding: 0 10px;
  text-align: center;
  padding-bottom: 30px;
  margin-bottom: auto;
}
.demo-item a {
  color: inherit;
}
.demo-item a:hover,
.demo-item a:focus {
  color: #a6c76c;
}
.demo-item a:hover .demo-bg,
.demo-item a:focus .demo-bg {
  -webkit-box-shadow: 3px 10px 16px rgba(51, 51, 51, 0.05),
    -3px 10px 16px rgba(51, 51, 51, 0.05);
  box-shadow: 3px 10px 16px rgba(51, 51, 51, 0.05),
    -3px 10px 16px rgba(51, 51, 51, 0.05);
  background-position: center bottom;
  -webkit-transition: background-position 2s linear, -webkit-box-shadow 0.3s;
  transition: background-position 2s linear, -webkit-box-shadow 0.3s;
  transition: background-position 2s linear, box-shadow 0.3s;
  transition: background-position 2s linear, box-shadow 0.3s,
    -webkit-box-shadow 0.3s;
}

.demo-bg {
  border-radius: 10px;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  background-color: #f4f4f4;
  border: 1px solid #ebebeb;
  margin-bottom: 12px;
  padding-top: 80.95%;
  background-position: center top;
  -webkit-transition: background-position 0.6s linear, -webkit-box-shadow 0.3s;
  transition: background-position 0.6s linear, -webkit-box-shadow 0.3s;
  transition: background-position 0.6s linear, box-shadow 0.3s;
  transition: background-position 0.6s linear, box-shadow 0.3s,
    -webkit-box-shadow 0.3s;
}

.demo-title {
  color: #ffffff;
  font-size: 1.3rem;
  letter-spacing: 0.01em;
}

/* Label - Tip */
.tip {
  color: #fff;
  display: block;
  position: absolute;
  left: 100%;
  bottom: 11px;
  text-align: center;
  font-weight: 400;
  font-size: 0.8rem;
  line-height: 1;
  letter-spacing: 0;
  padding: 3px 1px 1px;
  min-width: 23px;
  z-index: 1;
  border-radius: 0;
  margin-left: 5px;
  text-transform: uppercase;
  background-color: #a6c76c;
}
.tip.tip-new {
  background-color: #a6c76c;
}
.tip.tip-hot {
  background-color: #ef837b;
}

/* Header Bottom  - Menu position in header-bottom */
.header-bottom .main-nav {
  margin-left: 0;
}
.header-bottom .menu .megamenu.megamenu-md {
  left: 0;
}
.header-bottom .menu > li + li {
  margin-left: 10px;
}
.header-bottom .menu > li > a {
  padding: 16.5px 10px;
}
.header-bottom .menu > li > .sf-with-ul {
  padding-right: 30px;
}
.header-bottom .menu > li > a:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: #a6c76c;
  -webkit-transform-origin: right center;
  transform-origin: right center;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.header-bottom .menu li:hover > a:before,
.header-bottom .menu li.show > a:before,
.header-bottom .menu li.active > a:before {
  -webkit-transform-origin: left center;
  transform-origin: left center;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}
.header-bottom .menu.sf-arrows > li > .sf-with-ul::after {
  right: 10px;
}

@media screen and (min-width: 992px) {
  .main-nav {
    display: block;
  }
}
/*--------------------- 2.2.Vertical Menu -------------------- */
/* Vertical Menu */
.side-nav {
  position: relative;
  margin: 0;
}

.sidenav-title {
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 1.5;
  padding: 14.5px 30px;
  color: #fff;
  background-color: #333;
  text-transform: uppercase;
}

.category-dropdown {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.category-dropdown .dropdown-toggle {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  color: #333333;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 1.5;
  text-transform: uppercase;
  padding: 10px 19px 10px 20px;
  min-width: 270px;
  -webkit-transition: background 0.4s, color 0.1s;
  transition: background 0.4s, color 0.1s;
}
.category-dropdown .dropdown-toggle:after {
  content: "";
  font-family: "dm_sans";
  border: none;
  font-size: 2.3rem;
  line-height: 1;
  margin-left: 67px;
}
.category-dropdown .dropdown-toggle:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background-color: #a6c76c;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}
.category-dropdown .dropdown-toggle:hover,
.category-dropdown .dropdown-toggle:focus {
  color: #fff;
  background-color: #a6c76c;
  outline: none !important;
}
.category-dropdown:not(.is-on):hover .dropdown-menu {
  display: block;
}
.category-dropdown:not(.is-on):hover .dropdown-toggle {
  color: #fff !important;
  background-color: #a6c76c;
}
.category-dropdown:not(.is-on):hover .dropdown-toggle:after {
  content: "";
}
.category-dropdown.show .dropdown-toggle {
  color: #fff;
  background-color: #a6c76c;
}
.category-dropdown.show .dropdown-toggle:after {
  content: "";
}
.category-dropdown .dropdown-menu {
  left: 0;
  width: 100%;
  margin: 0;
  border-radius: 0;
  border: none;
  padding: 0;
  -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}
.category-dropdown .dropdown-item {
  color: #666;
  font-weight: 300;
  font-size: 1.4rem;
  line-height: 1.5;
  letter-spacing: -0.01em;
  border: 1px solid #ebebeb;
  border-top: none;
  padding: 9px 19px;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.category-dropdown .dropdown-item.dropdown-item-lead {
  color: #333;
  font-weight: 500;
  background-color: #f9f9f9;
}
.category-dropdown .dropdown-item:hover,
.category-dropdown .dropdown-item:focus {
  color: #a6c76c;
  background-color: #fff;
  outline: none !important;
}
.category-dropdown .dropdown-item:hover.dropdown-item-lead,
.category-dropdown .dropdown-item:focus.dropdown-item-lead {
  background-color: #f9f9f9;
}

.menu-vertical,
.menu-vertical ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.menu-vertical {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: static;
  line-height: 1.5;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.menu-vertical li {
  position: relative;
}
.menu-vertical li:hover > ul,
.menu-vertical li:hover > .megamenu,
.menu-vertical li.show > ul,
.menu-vertical li.show > .megamenu {
  display: block;
}
.menu-vertical a:not(.btn) {
  display: block;
  position: relative;
  text-decoration: none;
}
.menu-vertical a:not(.btn):focus {
  outline: none !important;
}
.menu-vertical .megamenu-container {
  position: static;
}
.menu-vertical ul {
  min-width: 218px;
  padding: 16px 0 20px;
}
.menu-vertical ul,
.menu-vertical .megamenu {
  display: none;
  position: absolute;
  top: 0;
  left: 100%;
  z-index: 1002;
  margin-top: 0;
  background-color: #fff;
  -webkit-box-shadow: 5px 10px 16px rgba(51, 51, 51, 0.05),
    -5px 10px 16px rgba(51, 51, 51, 0.05);
  box-shadow: 5px 10px 16px rgba(51, 51, 51, 0.05),
    -5px 10px 16px rgba(51, 51, 51, 0.05);
}
.menu-vertical ul:before,
.menu-vertical .megamenu:before {
  display: none;
}
.menu-vertical .megamenu {
  width: 713px;
}
.menu-vertical .megamenu.megamenu-sm {
  width: 456px;
}
.menu-vertical .megamenu.megamenu-md {
  width: 694px;
}
@media screen and (min-width: 1200px) {
  .menu-vertical .megamenu:not(.megamenu-sm):not(.megamenu-md) {
    width: 893px;
    min-height: 100%;
  }
}
.menu-vertical .megamenu > ul,
.menu-vertical .megamenu div > ul {
  display: block;
  position: static;
  left: auto;
  right: auto;
  top: auto;
  bottom: auto;
  -webkit-box-shadow: none;
  box-shadow: none;
  margin-top: 0;
  padding: 0;
  min-width: 0;
}
.menu-vertical .banner {
  margin: 0;
  max-width: 280px;
  float: right;
  border-radius: 0;
}
.menu-vertical .banner img {
  border-radius: 0;
}
.menu-vertical .menu-banners {
  margin-top: 24px;
}
.menu-vertical .menu-banners .banner {
  float: none;
  max-width: 100%;
}
.menu-vertical.sf-arrows > li > .sf-with-ul {
  padding-right: 30px;
}
.menu-vertical.sf-arrows .sf-with-ul {
  position: relative;
}
.menu-vertical.sf-arrows .sf-with-ul::after {
  display: block;
  font-family: "dm_sans";
  content: "";
  position: absolute;
  right: 18px;
  top: 50%;
  line-height: 1;
  font-size: 1.2rem;
  margin-top: -6px;
}
.menu-vertical li > a {
  color: #666;
  font-weight: 300;
  font-size: 1.3rem;
  letter-spacing: 0;
  padding-top: 6px;
  padding-bottom: 6px;
  padding-left: 30px;
  padding-right: 30px;
}
.menu-vertical li > a span:not(.tip) {
  position: relative;
}
.menu-vertical li > a strong {
  font-weight: 600;
}
.menu-vertical > li {
  width: 100%;
}
.menu-vertical > li > a {
  display: block;
  color: #666;
  font-weight: 300;
  font-size: 1.4rem;
  line-height: 1.5;
  border: 1px solid #ebebeb;
  border-top: none;
  padding: 9px 19px;
  width: 100%;
}
.menu-vertical > li.item-lead > a {
  color: #333;
  font-weight: 500;
  background-color: #f9f9f9;
}
.menu-vertical > li + li {
  margin-left: 0;
}
.menu-vertical .menu-title {
  color: #333;
  font-weight: 600;
  font-size: 1.4rem;
  text-transform: capitalize;
  padding-bottom: 10px;
  border-bottom: 1px solid #eeeeee;
  margin-bottom: 7px;
}
.menu-vertical ul + .menu-title {
  margin-top: 12px;
}
.menu-vertical i {
  display: inline-block;
  color: #ccc;
  min-width: 34px;
}
.menu-vertical .menu-col {
  padding-left: 20px;
  padding-right: 20px;
  margin-top: 15px;
  padding-bottom: 15px;
}
.menu-vertical .menu-col li > a {
  padding-left: 0;
  padding-right: 0;
}
.menu-vertical li:hover > a,
.menu-vertical li.show > a,
.menu-vertical li.active > a {
  color: #a6c76c;
}
.menu-vertical > li:hover > a,
.menu-vertical > li.show > a,
.menu-vertical > li.active > a {
  color: #a6c76c;
}

.menu-brands.menu-col {
  padding-top: 20px;
  margin-top: 0 !important;
  border-top: 1px solid #ebebeb;
}
.menu-brands .brand {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.menu-brands .col,
.menu-brands [class*="col-"] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.vermenu {
  width: 220px;
  position: relative;
}
.vermenu:hover .navbar {
  opacity: 1;
  visibility: visible;
}
.vermenu:hover .vermenu-btn {
  color: #fff;
}
.vermenu:hover .vermenu-btn::before {
  content: "";
}
.vermenu .caret::after {
  content: "";
  right: 24px;
  font-size: 1.2rem;
}
.vermenu .jms-megamenu .dropdown-menu {
  left: 100%;
  top: 0;
  padding: 16px 0;
}
.vermenu .jms-megamenu li {
  padding: 0;
}
.vermenu .jms-megamenu li a {
  display: block;
  padding: 13px 30px;
  line-height: 1;
  color: #666;
  font-weight: 300;
}
.vermenu .jms-megamenu .nav > .menu-item .mega-nav li {
  padding: 0;
}
.vermenu .jms-megamenu .nav > .menu-item .mega-nav li > a {
  line-height: 1;
  font-weight: 300;
}
.vermenu .jms-megamenu .nav > li {
  display: block;
  width: 100%;
}
.vermenu .jms-megamenu .nav > li.item-lead {
  background-color: #f9f9f9;
}
.vermenu .jms-megamenu .nav > li.item-lead > a {
  color: #333;
  font-weight: 500;
}
.vermenu .jms-megamenu .nav > li:not(:last-child) {
  border-bottom: 1px solid #ebebeb;
}
.vermenu .vermenu-btn {
  color: #333;
  font-weight: 500;
  padding: 15.5px 15px;
  width: 100%;
  line-height: 1.5;
  -webkit-transition: 0.4s all;
  transition: 0.4s all;
}
.vermenu .vermenu-btn::before {
  content: "";
  font-family: "dm_sans";
  border: none;
  font-size: 2.3rem;
  line-height: 1;
  margin-right: 17px;
}
.vermenu .menu-dropdown {
  padding: 0;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  width: 100%;
  top: 100%;
  left: 0;
  background-color: #fff;
  z-index: 1000;
  -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}

@media (min-width: 1200px) {
  .vermenu {
    width: 275px;
  }
}
/*--------------------- 2.3.Sticky Header -------------------- */
/* Sticky Header */
@-webkit-keyframes fixedHeader {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-60px);
    transform: translateY(-60px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fixedHeader {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-60px);
    transform: translateY(-60px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@media screen and (min-width: 992px) {
  .sticky-header.fixed {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 1040;
    -webkit-animation-name: fixedHeader;
    animation-name: fixedHeader;
    -webkit-animation-duration: 0.4s;
    animation-duration: 0.4s;
    background-color: #fff;
    -webkit-box-shadow: 0 3px 6px rgba(51, 51, 51, 0.05);
    box-shadow: 0 3px 6px rgba(51, 51, 51, 0.05);
  }
  .sticky-header.fixed .logo {
    margin-top: 0;
    margin-bottom: 0;
  }
  .sticky-header.fixed.header-middle .menu > li > a {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
/*--------------------- 2.4.Mobiel Menu -------------------- */
/* Mobile Menu */
.mobile-menu-container {
  position: fixed;
  left: -280px;
  top: 0;
  bottom: 0;
  z-index: 1001;
  background-color: #333;
  width: 100%;
  max-width: 280px;
  overflow-y: scroll;
  -webkit-box-shadow: 1px 0 6px 0 rgba(51, 51, 51, 0.5);
  box-shadow: 1px 0 6px 0 rgba(51, 51, 51, 0.5);
  will-change: transform;
  visibility: hidden;
  font-size: 1.2rem;
  line-height: 1.5;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.mmenu-active .mobile-menu-container {
  visibility: visible;
  -webkit-transform: translateX(280px);
  transform: translateX(280px);
}
.mobile-menu-container .social-icons {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 0;
}
.mobile-menu-container .social-icon {
  width: 30px;
  height: 30px;
  font-size: 1.2rem;
  background-color: transparent;
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.45);
  border-color: rgba(255, 255, 255, 0.45);
}
.mobile-menu-container .social-icon + .social-icon {
  margin-left: 8px;
}
.mobile-menu-container .social-icon:hover,
.mobile-menu-container .social-icon:focus {
  background-color: transparent;
}

.mobile-menu-wrapper {
  position: relative;
  padding: 42px 0;
}

.mobile-menu-close {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 7px;
  right: 10px;
  padding: 0;
  z-index: 9;
  cursor: pointer;
  font-size: 1.6rem;
  line-height: 1;
  color: #fff;
  -webkit-transition: color 0.35s;
  transition: color 0.35s;
}
.mobile-menu-close:hover,
.mobile-menu-close:focus {
  color: #a6c76c;
}

.mobile-menu-overlay {
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(25, 25, 25, 0.25);
  z-index: 1000;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  visibility: hidden;
  opacity: 0;
}

.mmenu-active .mobile-menu-overlay {
  visibility: visible;
  opacity: 1;
}

.mobile-nav {
  padding: 0;
  margin: 0 0 25px;
}

.mobile-menu {
  margin: 0;
  padding: 0;
  list-style: none;
}
.mobile-menu > li > a {
  text-transform: uppercase;
}
.mobile-menu li {
  display: block;
  position: relative;
}
.mobile-menu li a {
  position: relative;
  display: block;
  padding: 10px 45px 10px 20px;
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.mobile-menu li a:hover,
.mobile-menu li a:focus {
  color: #a6c76c;
  text-decoration: none;
  outline: none !important;
}
.mobile-menu li.open > a,
.mobile-menu li.active > a {
  color: #a6c76c;
}
.mobile-menu li ul {
  margin: 0;
  padding: 7px 0 9px;
  display: none;
  margin-bottom: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.mobile-menu li ul li a {
  padding-top: 6px;
  padding-bottom: 6px;
  padding-left: 35px;
  border-bottom: none;
}
.mobile-menu li ul li a:not(:hover):not(:focus) {
  color: rgba(255, 255, 255, 0.8);
}
.mobile-menu li ul li:last-child ul {
  border-bottom: none;
  padding-bottom: 0;
}
.mobile-menu li ul ul {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}
.mobile-menu li ul ul li a {
  padding-left: 50px;
}
.mobile-menu > li > a {
  text-transform: uppercase;
}
.mobile-menu span:not(.mmenu-btn):not(.tip) {
  position: relative;
}

.mmenu-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  right: 10px;
  top: 50%;
  z-index: 10;
  width: 30px;
  height: 30px;
  font-size: 1.2rem;
  color: #fff;
  margin-top: -15px;
  border-radius: 0;
  background-color: transparent;
  cursor: pointer;
  outline: none;
  -webkit-transition: color 0.35s;
  transition: color 0.35s;
}
.mmenu-btn::after {
  font-family: "dm_sans";
  content: "";
  display: inline-block;
}
.mmenu-btn:hover,
.mmenu-btn:focus {
  color: #a6c76c;
}
.open > a > .mmenu-btn::after {
  content: "";
}

.mobile-search {
  margin: 10px 0 15px;
  padding: 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.mobile-search .form-control {
  height: 36px;
  margin-bottom: 0;
  -webkit-appearance: none;
  font-size: 1.2rem;
  line-height: 1.5;
  padding: 8px 15px;
  max-width: calc(100% - 36px);
  background-color: #333;
  border-color: rgba(255, 255, 255, 0.1);
  border-right-width: 0;
}
.mobile-search .form-control::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.45);
}
.mobile-search .form-control::-moz-placeholder {
  color: rgba(255, 255, 255, 0.45);
}
.mobile-search .form-control:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.45);
}
.mobile-search .form-control::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.45);
}
.mobile-search .form-control::placeholder {
  color: rgba(255, 255, 255, 0.45);
}
.mobile-search .form-control:focus {
  color: #fff;
  border-color: #a6c76c;
  background-color: #333;
}
.mobile-search .btn {
  min-width: 36px;
  max-height: 36px;
  background-color: #fff;
  border-radius: 0 15px 15px 0;
  border-left: 0;
  padding-top: 14px;
}

.mobile-menu-container .tab-content {
  padding: 0;
  margin: 0 0 25px;
  border: none;
}
.mobile-menu-container .tab-content .mobile-nav,
.mobile-menu-container .tab-content .mobile-cats-nav {
  margin-bottom: 0;
}
.mobile-menu-container .tab-pane {
  padding: 0;
}

.nav.nav-pills-mobile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  margin: 0 0 2px;
}
.nav.nav-pills-mobile .nav-item {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  margin: 0 0 -1px;
}
.nav.nav-pills-mobile .nav-link {
  color: #fff;
  font-weight: 600;
  font-size: 1.3rem;
  line-height: 1.5;
  text-transform: uppercase;
  border-bottom: 2px solid transparent;
  background: none;
  padding: 8px 20px;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.nav.nav-pills-mobile .nav-link.active,
.nav.nav-pills-mobile .nav-link:hover,
.nav.nav-pills-mobile .nav-link:focus {
  color: #a6c76c;
  border-bottom-color: #a6c76c;
}

.mobile-cats-nav .mobile-menu > li > a {
  text-transform: capitalize;
}

.mobile-cats-menu li a {
  position: relative;
  display: block;
  padding: 10px 45px 10px 20px;
  color: rgba(255, 255, 255, 0.8);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.mobile-cats-menu li a.mobile-cats-lead {
  font-weight: 500;
  color: #fff;
}
.mobile-cats-menu li a:hover,
.mobile-cats-menu li a:focus {
  color: #a6c76c;
  text-decoration: none;
  outline: none !important;
}

/* Mobile Menu Light */
.mobile-menu-light {
  background-color: #fff;
}
.mobile-menu-light .mobile-menu-close:not(:hover):not(:focus) {
  color: #666;
}
.mobile-menu-light .mobile-menu li a {
  border-bottom-color: #efefef;
}
.mobile-menu-light .mobile-menu li a:not(:hover):not(:focus) {
  color: #666;
}
.mobile-menu-light .mobile-menu li.open > a,
.mobile-menu-light .mobile-menu li.active > a {
  color: #a6c76c;
}
.mobile-menu-light .mobile-menu li ul {
  border-bottom-color: #efefef;
}
.mobile-menu-light .mobile-menu li ul li a:not(:hover):not(:focus) {
  color: #666;
}
.mobile-menu-light .mobile-menu li ul ul {
  border-top-color: #efefef;
}
.mobile-menu-light .mmenu-btn:not(:hover):not(:focus) {
  color: #666;
}
.mobile-menu-light .mobile-search .form-control {
  color: #222222;
  background-color: #fff;
  border-color: #e5e5e5;
  border-radius: 15px 0 0 15px;
}
.mobile-menu-light .mobile-search .form-control::-webkit-input-placeholder {
  color: #666;
}
.mobile-menu-light .mobile-search .form-control::-moz-placeholder {
  color: #666;
}
.mobile-menu-light .mobile-search .form-control:-ms-input-placeholder {
  color: #666;
}
.mobile-menu-light .mobile-search .form-control::-ms-input-placeholder {
  color: #666;
}
.mobile-menu-light .mobile-search .form-control::placeholder {
  color: #666;
}
.mobile-menu-light .mobile-search .form-control:focus {
  color: #222222;
  background-color: #fff;
}
.mobile-menu-light .nav.nav-pills-mobile {
  border-bottom-color: #efefef;
}
.mobile-menu-light
  .nav.nav-pills-mobile
  .nav-link:not(:hover):not(:focus):not(.active) {
  color: #333;
}
.mobile-menu-light .mobile-cats-menu li a {
  border-bottom-color: #efefef;
}
.mobile-menu-light .mobile-cats-menu li a:not(:hover):not(:focus) {
  color: #666;
}
.mobile-menu-light
  .mobile-cats-menu
  li
  a:not(:hover):not(:focus).mobile-cats-lead {
  color: #333;
}

/*--------------------- 3.Footer -------------------- */
/* Footer */

/*  my code  */

#footer .icon-twitter:before {
  display: none;
}
.footer-1 {
  border-top: 1px solid #e3e3e3;
  margin-top: 30px;
}
@media screen and (min-width: 1200px) {
  #footer .container-fluid {
    max-width: 1440px;
    padding: 0 15px;
  }
}
.footer-1 .footer-main .row > div:nth-child(4) {
  display: none;
}
.footer-icon-social {
  display: flex;
  margin-top: 22px;
}
.footer-icon-social li {
  padding-right: 19px;
}
.html-1 p {
  font-family: avenir;
  font-size: 16px;
  line-height: 29px;
  color: #555555;
}
.html-1 p.footer-phone {
  letter-spacing: 0.1em;
}
.icon-fb a::before {
  content: url(../iconsvg/Facebook.svg);
}
.icon-twitter a::before {
  content: url(../iconsvg/Twitter.svg);
}

.icon-pin a::before {
  content: url(../iconsvg/Pin.svg);
}

.icon-vector a::before {
  content: url(../iconsvg/instagram.svg);
}
.footer-1 .email_subscription .input-group {
  display: block;
}
.footer-1 .email_subscription .input-group input {
  width: 100%;
  border-radius: 10px;
  margin-bottom: 15px;
}
.footer-1 .email_subscription .input-group button {
  width: 100%;
  min-height: 50px;
}
.footer-1 .email_subscription .input-group button span {
  font-size: 17px;
  line-height: 22px;
  letter-spacing: 0.04em;
  color: #ffffff;
}
.footer-1 .email_subscription .input-group button i {
  display: none;
}
.follow-us > p {
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.02em;
  color: #666666;
  margin-bottom: 19px;
}
#footer-main .block-content a {
  font-size: 14px;
  line-height: 27px;
  letter-spacing: 0.02em;
}
.footer-3 {
  margin-top: 30px;
}
.footer-3 .footer-main {
  padding: 61px 0 46px;
}
.footer-3 #footer-copyright .container-fluid {
  padding-bottom: 17px;
}
@media screen and (min-width: 992px) {
  .footer-3 .block:not(:last-child) {
    padding-right: 130px !important;
    padding-left: 22px !important;
  }
}
.footer-4 .footer-main {
  padding: 69px 0 46px !important;
}
/*  my code  */

/* #footer {
  width: 100%;
} */
#footer .social-links {
  display: inline-block;
  margin: 0px;
}
#footer .social-links li {
  display: inline-block;
  margin-left: 16px;
}
#footer .widget-title {
  color: #333333;
  font-weight: 500;
  font-size: 1.6rem;
  margin-top: 0;
  margin-bottom: 19px;
}
#footer .block-content ul li:not(:last-child) {
  margin-bottom: 7px;
}

#footer-copyright .col-copyright {
  margin-bottom: 10px;
}
#footer-copyright p {
  text-align: center;
  font-family: oswald-light;
  font-weight: 400;
  font-size: 18px;
  line-height: 32px;
  letter-spacing: 0.05em;
  color: #222222;
  text-transform: initial;
}
#footer-copyright p span {
  color: #206942;
  font-weight: 300;
  font-family: oswald;
}
#footer-copyright p span:hover {
  color: #eebb48;
}
#footer-copyright .cms-page-link {
  -webkit-box-shadow: 0 1px 0 #b5b5b5;
  box-shadow: 0 1px 0 #b5b5b5;
  margin-left: 2px;
  margin-right: 15px;
  position: relative;
}
#footer-copyright .cms-page-link ~ .cms-page-link {
  margin-right: 0;
}
#footer-copyright .cms-page-link:first-child::after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 12px;
  position: absolute;
  right: -11px;
  top: 50%;
  margin-top: -6px;
  background-color: #b5b5b5;
}
#footer-copyright .container,
#footer-copyright .container-fluid {
  padding-top: 30px;
  padding-bottom: 23px;
  position: relative;
}
#footer-copyright .container::before,
#footer-copyright .container-fluid::before {
  content: "";
  display: block;
  height: 1px;
  position: absolute;
  top: 0;
  right: 0;
  left: 15px;
  max-width: 1410px;
  background-color: #e7e7e7;
}
/* #footer-copyright img {
  padding-bottom: 0.5rem;
} */
.footer-1 .footer-main {
  padding: 85px 0 46px;
}
.footer-main.collapsed .block.collapsed .block-title::after {
  content: "";
}
.footer-main.collapsed .block .block-title::after {
  content: "";
  line-height: 1;
  float: right;
}

.cms-page-link,
.custom-page-link {
  color: #666666;
  display: inline-block;
}

.logo-footer {
  margin-bottom: 20px;
}

.widget-about p {
  max-width: 250px;
}
.container-fluid .widget-about p {
  max-width: 540px;
}
.widget-about p:last-of-type {
  margin-bottom: 32px;
}

.widget-list {
  margin-bottom: 0;
}
.widget-list li:not(:last-child) {
  margin-bottom: 4px;
}

.widget-newsletter form {
  padding-top: 7px;
}
.widget-newsletter .form-control {
  height: 46px;
  padding-top: 11.5px;
  padding-bottom: 11.5px;
  background-color: #fff;
  border-right-width: 0;
}
.widget-newsletter .form-control:not(:focus) {
  border-color: #dadada;
}
.widget-newsletter .btn {
  min-width: 46px;
  font-size: 1.5rem;
  padding: 11px 10px;
}
.widget-newsletter .btn i {
  margin: 0 !important;
}

.footer-bottom .container,
.footer-bottom .container-fluid {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-top: 21px;
  padding-bottom: 29px;
}
.footer-bottom .container:before,
.footer-bottom .container-fluid:before {
  content: "";
  display: block;
  height: 1px;
  position: absolute;
  top: 0;
  left: 10px;
  right: 10px;
  background-color: #ebebeb;
}

.footer-copyright {
  text-align: center;
}

.footer-payments {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0;
}

/* Scroll Top Button */
#scroll-top {
  width: 40px;
  height: 40px;
  position: fixed;
  right: 15px;
  bottom: 128px;
  z-index: 999;
  color: #cccccc;
  display: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  line-height: 1;
  visibility: hidden;
  opacity: 0;
  border-radius: 0;
  border: none;
  background-color: #fafafa;
  font-size: 3rem;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-transform: translateY(60px);
  transform: translateY(60px);
  -ms-transform: translateY(60px);
}

#scroll-top:hover,
#scroll-top:focus {
  background-color: gray !important;
}

#scroll-top.show {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  border: 2px solid gray;
  background: #ffffff;
  border-radius: 10px;
}

@media screen and (min-width: 768px) {
  #scroll-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (min-width: 992px) {
  .footer-bottom .container,
  .footer-bottom .container-fluid {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .footer-payments {
    margin-right: 0;
  }
}
@media screen and (min-width: 1200px) {
  .footer-bottom .container-fluid:before {
    left: 30px;
    right: 30px;
  }
}
@media screen and (min-width: 1600px) {
  .footer-bottom .container-fluid:before {
    left: 70px;
    right: 70px;
  }
}
@media (min-width: 992px) {
  #footer-copyright .col-copyright {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 992px) and (max-width: 1200px) {
  .footer .widget-about .social-icon:not(:last-child) {
    margin-right: 4px;
  }
}
/*--------------------- 4.Elements -------------------- */
/*--------------------- 4.1.Page Header -------------------- */
/* Page Header */

.page-header .page-title {
  display: none;
}
#category .breadcrumb .seperator-arrow {
  margin-bottom: 61px;
}
#category .page-header h1 {
  display: block;
}
.page-header {
  padding: 46px 0 50px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.page-header h1 {
  font-family: Oswald;
  font-size: 26px;
  line-height: 39px;
  letter-spacing: 0.15em;
  color: #222222;
  text-transform: uppercase;
  margin-top: 70px;
  margin-bottom: -12px;
}
.page-header h1 span {
  display: block;
  color: #a6c76c;
  font-size: 1.6rem;
  margin-top: 8px;
}
.page-header.page-header-big {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-height: 250px;
  margin-bottom: 50px;
}
.page-header.page-header-big h1 span {
  font-size: 1.6rem;
  margin-top: 4px;
  letter-spacing: 0;
}

@media screen and (min-width: 768px) {
  .page-header h1 span {
    font-size: 18px;
  }
  .page-header.page-header-big {
    min-height: 350px;
  }
}
@media screen and (min-width: 992px) {
  .page-header h1 span {
    font-size: 20px;
  }
  .page-header.page-header-big {
    min-height: 450px;
  }
}
/*--------------------- 4.2.BreadCrumbs -------------------- */
/* Breadcrumb */
/*my code*/

/*my code*/
.breadcrumb-nav {
  margin-bottom: 40px;
  border-bottom: 1px solid rgba(235, 235, 235, 0.55);
}
.breadcrumb-nav .container,
.breadcrumb-nav .container-fluid {
  padding-top: 14px;
  padding-bottom: 14px;
}

.breadcrumb-with-filter .container,
.breadcrumb-with-filter .container-fluid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.breadcrumb-with-filter .container-fluid {
  width: 100%;
}

.breadcrumb {
  background: #d2e6d4;
  border-radius: 0;
  margin: 0;
  padding: 0;
}
.breadcrumb .seperator-arrow {
  margin-top: 22px;
  margin-bottom: 21px;
}
.breadcrumb-item i {
  font-size: 1.3rem;
  vertical-align: top;
  margin-top: -2px;
}
.breadcrumb-item i::before {
  margin: 0;
}
.breadcrumb-item a {
  font-size: 14px;
  line-height: 27px;
  letter-spacing: 0.02em;
  color: #222222;
  text-transform: capitalize;
}
.breadcrumb-item a:hover,
.breadcrumb-item a:focus {
  color: #a6c76c;
}
.breadcrumb-item.active {
  color: #333333;
}
.breadcrumb-item + .breadcrumb-item {
  padding-left: 0;
}
.breadcrumb-item + .breadcrumb-item:before {
  display: none;
}

.breadcrumb-wrapper {
  padding: 0;
}
.breadcrumb-wrapper .breadcrumb-nav .row {
  margin: 0;
}
.breadcrumb-wrapper .breadcrumb-nav ul {
  margin-bottom: 0;
  line-height: 1;
}
.breadcrumb-wrapper .breadcrumb-nav ul.align-center {
  text-align: center;
}
.breadcrumb-wrapper .breadcrumb-nav ul.align-right {
  text-align: right;
}
.breadcrumb-wrapper .breadcrumb-nav li {
  display: inline-block;
}
.breadcrumb-wrapper .breadcrumb-nav li:last-child a {
  color: #333;
}
.breadcrumb-wrapper .breadcrumb-nav li:not(:last-child) {
  margin-right: 7px;
}

.breadcrumb-wrapper .breadcrumb-nav li:last-child::after {
  display: none;
}
.breadcrumb-wrapper .breadcrumb-nav .seperator-dash li:after {
  content: "-";
}
.breadcrumb-wrapper .breadcrumb-nav .seperator-arrow li:after {
  content: "/";
  font-family: "dm_sans";
  font-size: 1.1rem;
  vertical-align: middle;
  padding-left: 6px;
}

/*--------------------- 4.3.Titles -------------------- */
/* Titles */
.title {
  font-size: 2.2rem;
}

.title-lg {
  font-weight: 600;
  font-size: 2.6rem;
}

.title-sm {
  font-size: 2rem;
}

.heading {
  margin-bottom: 16px;
}
.heading.heading-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}
.heading .title {
  margin-bottom: 0;
}
.heading.heading-center {
  text-align: center;
}
.heading.heading-center .title {
  margin-bottom: 15px;
}
.heading.heading-center .title-lg {
  margin-bottom: 24px;
}

.title-separator {
  font-weight: 300;
  color: #cccccc;
}
.text-white .title-separator {
  color: #777;
}

.pb-text-content {
  color: #777;
  font-weight: 300;
  font-size: 1.4rem;
  line-height: 1.5;
  margin-bottom: 0;
}

.heading-right {
  margin-top: 5px;
}

.title-link {
  font-weight: 500;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.title-link:hover,
.title-link:focus {
  -webkit-box-shadow: 0 1px 0 0 #a6c76c;
  box-shadow: 0 1px 0 0 #a6c76c;
}

.title-link i {
  font-size: 1.5rem;
}

.title-link i:last-child {
  margin-left: 5px;
}

@media screen and (min-width: 768px) {
  .title {
    font-size: 2.4rem;
  }

  .title-lg {
    font-size: 3rem;
  }
}
@media screen and (min-width: 992px) {
  .heading.heading-flex {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    text-align: left;
  }

  .heading-right {
    margin-top: 0;
    margin-left: auto;
  }
}
/*--------------------- 4.4.Icon boxes -------------------- */
/* Service boxes */
.pb-service-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: block;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.pb-service-box .pb-service-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 15px;
}

.icon-box-side p {
  font-weight: 400;
  margin-bottom: 0;
}

.icon-box-card .pb-service-box {
  display: block;
}
.icon-box-card .pb-service-box .pb-service-icon {
  margin-bottom: 13px;
}
.icon-box-card .pb-service-box .pb-service-content .pb-service-title {
  font-size: 1.8rem;
  margin-bottom: 9px;
}

/* Icon boxes */
.icon-box {
  color: #777;
  font-weight: 300;
  font-size: 1.6rem;
  line-height: 1.5;
  margin-bottom: 20px;
}
.icon-box.icon-box-sm {
  font-size: 1.4rem;
  line-height: 1.86;
}

.icon-box-title {
  color: #333333;
  font-weight: 400;
  font-size: 1.8rem;
  margin-bottom: 9px;
}

.icon-box-icon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #a6c76c;
  font-size: 4rem;
  line-height: 1;
  margin-bottom: 20px;
}

.icon-box-content p:last-child {
  margin-bottom: 0;
}

.icon-box-left {
  position: relative;
  padding-left: 70px;
}
.icon-box-left .icon-box-icon {
  position: absolute;
  left: 0;
  top: -10px;
}

.icon-box-circle .icon-box-icon {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  color: #fff;
  background-color: #a6c76c;
}
.icon-box-circle.icon-box-left {
  padding-left: 100px;
}
.icon-box-circle.icon-box-left .icon-box-icon {
  left: 10px;
}

/* Icon Box Card */
.icon-box-card {
  background-color: #fafafa;
  padding: 65px 20px 60px;
}
.icon-box-card .icon-box-title {
  font-weight: 600;
}
.icon-box-card .icon-box-icon {
  margin-bottom: 13px;
}

/* Icon Boxes */
.icon-boxes-container {
  background-color: #f7f7f7;
  padding-top: 28px;
  padding-bottom: 28px;
  margin-bottom: 0;
}
.icon-boxes-container.bg-dark .icon-box-icon {
  color: #666666;
}
.icon-boxes-container.bg-dark .icon-box-title {
  color: #fff;
}

.icon-box-side {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-bottom: 0;
}
.icon-box-side p {
  margin-bottom: 0;
}
.icon-box-side .icon-box-icon {
  display: inline-block;
  line-height: 0;
  min-width: 70px;
  text-align: center;
  margin-bottom: 0;
}
.icon-box-side .icon-box-title {
  font-weight: 500;
  font-size: 1.6rem;
  margin-top: 2px;
  margin-bottom: 0;
}

@media screen and (min-width: 768px) {
  .icon-box {
    margin-bottom: 40px;
  }

  .icon-box-side {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1200px) {
  .icon-boxes-separator [class*="col-"] + [class*="col-"]:before {
    content: "";
    display: block;
    width: 1px;
    height: 53px;
    background-color: #e9e9e9;
    position: absolute;
    left: -3px;
    top: 50%;
    margin-top: -25.5px;
  }
}
@media screen and (max-width: 1199px) {
  .icon-box-sm br {
    display: none;
  }
}
/*--------------------- 4.5.Cards -------------------- */
.accordion {
  margin-bottom: 30px;
}

.card {
  border-radius: 0;
  margin-bottom: 0;
  border: none;
  border-top: 1px solid #ebebeb;
}
.card:last-child {
  border-bottom: 1px solid #ebebeb;
}

.card-header {
  position: relative;
  padding: 0;
  border: none;
  font-weight: 700;
  line-height: 1.5;
  background-color: transparent;
  margin: 0;
}
.card-header::after {
  display: block;
  clear: both;
  content: "";
}

.card-title {
  font-size: 1.8rem;
  line-height: 1.2;
  margin-bottom: 0;
}
.card-title a {
  display: block;
  padding: 17px 40px 17px 12px;
  position: relative;
  color: #a6c76c;
  border: none;
  background-color: transparent;
  outline: none !important;
}
.card-title a i {
  min-width: 17px;
  margin-right: 24px;
}
.card-title a:before {
  content: url(../iconsvg/arrow_header.svg);
  transform: rotate(-180deg);
  display: inline-block;
  position: absolute;
  right: 12px;
  top: 40%;
  line-height: 1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.card-title a.collapsed {
  color: #333;
}
.card-title a.collapsed:hover,
.card-title a.collapsed:focus {
  color: #a6c76c;
}
.card-title a.collapsed:before {
  content: url(../iconsvg/arrow_header.svg);
  color: #8c8c8c;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

.card-body {
  padding: 4px 40px 18px 12px;
  border: none;
  border-radius: 0;
}
.accordion-icon .card-body {
  padding-left: 55px !important;
}

.accordion-plus .card-title a:before {
  content: "";
}
.accordion-plus .card-title a.collapsed:before {
  content: "";
}

.accordion-rounded .card:first-child {
  border-radius: 3px 3px 0 0;
}
.accordion-rounded .card:last-child {
  border-radius: 0 0 3px 3px;
}

.card.card-box .card-title a {
  padding-left: 20px;
}
.card.card-box .card-title a:before {
  right: 20px;
}
.card.card-box .card-title a i {
  margin-right: 14px;
}
.card.card-box .card-body {
  padding: 10px 20px 20px;
}
.card.card-sm .card-title {
  font-size: 1.6rem;
}
.card.card-sm .card-title a {
  padding-top: 21px;
  padding-bottom: 21px;
}
.card.card-sm .card-title a:before {
  right: 20px;
}
.card.card-sm .card-body {
  padding: 10px 20px 20px;
}
.card.bg-light,
.card.bg-white {
  background-color: #fff !important;
  border: 1px solid #ebebeb;
}
.card.bg-light .card-title a,
.card.bg-white .card-title a {
  background-color: #fff;
}
.card.bg-light .card-title a.collapsed {
  background-color: #fafafa;
}

@media screen and (min-width: 992px) {
  .card-title {
    font-size: 2rem;
  }
}
/*--------------------- 4.6.Tabs -------------------- */
/* Tabs */
.addon-tab .nav-tabs .nav-link.active {
  background-color: transparent;
}

.tab-content > .fade.active {
  opacity: 1;
}
.tab-content > .tab-pane {
  display: block;
  height: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: none;
  transition: none;
}
.tab-content > .tab-pane.active {
  height: initial;
  opacity: 1;
  visibility: visible;
}

.addon-tab .tab-content .tab-pane.active {
  padding: 0;
}

.tab-pane.active {
  padding: 14px 22px;
}

.nav-link:focus {
  outline: none !important;
}

.nav-tabs .nav-link {
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.nav.nav-tabs .nav-link:hover,
.nav.nav-tabs .nav-link:focus {
  color: #ffffff;
  border-color: transparent;
}
/* .nav.nav-tabs .nav-item + .nav-item {
  margin-left: 0.1rem;
} */
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-item .nav-link.active {
  background: #206942;
  border-radius: 50px;
  color: #ffffff;
}
.nav.nav-tabs.nav-tabs-bg .nav-link:not(.active) {
  border-color: #ebebeb #ebebeb #d7d7d7 #ebebeb;
  background-color: #fafafa;
}
.nav.nav-tabs.justify-content-center {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}

.tab-content-border {
  border: 1px solid #d7d7d7;
  border-radius: 3px;
  border-top-left-radius: 0;
  border-top-width: 0;
}
.justify-content-center + .tab-content-border {
  border-top-left-radius: 3px;
}

.tab-pane p:last-child {
  margin-bottom: 0;
}

/* Nav Pills - Line Tabs */
.nav.nav-pills .nav-link {
  color: #777;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1.5;
  padding: 4.5px 10px;
  border-radius: 0;
  text-align: center;
  text-transform: uppercase;
  border: none;
  border-bottom: 1px solid transparent;
  background-color: transparent;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.nav.nav-pills .nav-link:hover,
.nav.nav-pills .nav-link:focus {
  color: #a6c76c;
}
.nav.nav-pills .nav-link:focus {
  outline: none !important;
}
.nav.nav-pills .nav-item + .nav-item {
  margin-left: 10px;
}
.nav.nav-pills .nav-item.show .nav-link,
.nav.nav-pills .nav-item .nav-link.active {
  color: #a6c76c;
  border-color: #d7d7d7;
  border-bottom-color: #a6c76c;
}

.nav-pills + .tab-content .tab-pane {
  padding: 14px 0;
}
.nav-pills + .tab-content .tab-pane p:last-child {
  margin-bottom: 0;
}

/* Vertical Tabs */
.tabs-vertical {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.tabs-vertical .tab-content-border {
  border-top-width: 1px;
  border-left-width: 0;
  border-bottom-left-radius: 0;
}
.tabs-vertical .nav {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.tabs-vertical .nav .nav-link {
  min-width: 100px;
}
.tabs-vertical .nav.nav-tabs {
  border-bottom-width: 0;
  border-right-width: 1px;
}
.tabs-vertical .nav.nav-tabs .nav-link {
  border-top-left-radius: 3px;
  border-top-right-radius: 0;
  border-bottom-left-radius: 3px;
}
.tabs-vertical .nav.nav-tabs .nav-item {
  margin-bottom: 0;
  margin-right: -1px;
}
.tabs-vertical .nav.nav-tabs .nav-item + .nav-item {
  margin-left: 0;
  margin-top: 1px;
}
.tabs-vertical .nav.nav-tabs .nav-item.show .nav-link,
.tabs-vertical .nav.nav-tabs .nav-item .nav-link.active {
  border-color: #d7d7d7;
  border-right-color: transparent;
}
.tabs-vertical .nav.nav-tabs.nav-tabs-bg .nav-link:not(.active) {
  border-color: #ebebeb #d7d7d7 #ebebeb #ebebeb;
  background-color: #fafafa;
}

/* Tab content product - with carouse */
.tab-content.tab-content-carousel > .tab-pane {
  display: block;
  visibility: hidden;
  height: 0 !important;
}
.tab-content.tab-content-carousel > .tab-pane:not(.active) {
  overflow: hidden !important;
}
.tab-content.tab-content-carousel > .active {
  height: auto !important;
  visibility: visible;
}

.nav.nav-border-anim .nav-link {
  position: relative;
  border-bottom: none;
}
.nav.nav-border-anim .nav-link:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: #a6c76c;
  -webkit-transform-origin: right center;
  transform-origin: right center;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.form-tab .nav.nav-border-anim .nav-link:before {
  height: 2px;
}
.nav.nav-border-anim .nav-link.active:before {
  -webkit-transform-origin: left center;
  transform-origin: left center;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}
.nav.nav-border-anim.nav-pills-mobile .nav-link:before {
  height: 2px;
}

@media screen and (min-width: 992px) {
  .nav-pills + .tab-content .tab-pane {
    padding-left: 10px;
    padding-right: 10px;
  }
}
/*--------------------- 4.7.Buttons -------------------- */
/* Buttons */
.btn-wrap {
  display: inline-block;
  margin-bottom: 20px;
}
.btn-wrap > span {
  display: block;
  color: #ccc;
  margin-bottom: 3px;
}

.btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  padding: 8.5px 15px;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1.5;
  min-width: 170px;
  border-radius: 0;
  white-space: normal;
  border: 1px solid #ebebeb;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.btn span {
  line-height: 1;
}
.btn i:last-child {
  margin-left: 10px;
}
.btn i.fa {
  margin-left: 0;
  margin-right: 10px;
}
.btn i + span {
  margin-left: 10px;
}
.btn:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn:focus,
.btn:active {
  outline: none !important;
}
.btn:active:focus {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.btn.btn-minwidth {
  min-width: 170px;
}
.btn.btn-minwidth-lg {
  min-width: 218px;
}

.btn:active {
  outline: none;
}

.btn-rounded {
  border-radius: 2px;
}

.btn-round {
  border-radius: 30px;
}

.btn-lg {
  font-weight: 500;
  font-size: 1.5rem;
  min-width: 170px;
  padding: 11px 20px;
}
.btn-lg i:first-child {
  margin-right: 14px;
}
.btn-lg i:last-child {
  margin-left: 14px;
}

.btn-more {
  padding-top: 11.5px;
  padding-bottom: 11.5px;
  min-width: 230px;
}

.btn-link {
  padding: 4px 10px;
  min-width: 0;
  color: #a6c76c;
  text-decoration: none;
  border: none;
  border-bottom: 1px solid transparent;
  letter-spacing: 0;
  font-size: 1.4rem;
  min-width: 0;
}

/*--------------------- 4.8.Products -------------------- */
/* Product */
/* Product box 1 */
.productbox-1 {
  text-align: center;
}
@media only screen and (min-width:768px) and (max-width:992px){
  .grid-4 .col-product,.grid-5 .col-product,.grid-6 .col-product{
    flex: 0 0 50% !important;
    max-width: 50% !important;
  }
}
@media only screen and (min-width: 320px) and (max-width: 768px) {
  .productbox-1 .product-title {
    margin-top: 15px !important;
  }
}
.productbox-1 .product-link {
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.04em;
  color: #222222;
  font-size: 16px;
}
.productbox-1 .product-title {
  margin-top: 4px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.productbox-1 .product-buttons {
  display: flex;
  width: 100%;
  text-align: center;
  border-radius: 0px 0px 20px 20px;
  min-height: 40px;
  position: relative;
  background: #ffffff;
}
.productbox-1 .product-buttons span:hover {
  color: #eebb48;
}
.productbox-1 .product-buttons .addToWishlist span {
  border-right: 1px solid #e9e9e9;
}
@media screen and (max-width: 480px) {
  .productbox-1 .product-buttons .addToWishlist {
    width: 100%;
  }
  .productbox-1 .product-buttons .quick-view {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .productbox-1 .product-buttons .btn-icon span {
    font-size: 13px;
  }
}
.productbox-1 .addToWishlist {
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
  min-width: 82px;
}
.productbox-1 .quick-view {
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
  min-width: 74px;
}
.productbox-1 .ajax-add-to-cart::before {
  display: none;
}
.productbox-1:hover .ajax-add-to-cart {
  background: #206942;
  color: #ffffff;
}
.productbox-1 .ajax-add-to-cart {
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.04em;
  min-height: 36px;
  color: #206942;
  border: 1px solid #206942;
  background: #ffffff;
  border-radius: 10px;
  padding: 7px 10px 9px;
}

.productbox-1 .addToWishlist::before,
.productbox-1 .quick-view::before {
  display: none;
}
.productbox-1:hover .product-actions {
  visibility: visible;
  opacity: 1;
  color: #ffffff;
  background: #206942;
  border-radius: 10px;
  border: 0;
}

.productbox-1 div.product-actions .content_price {
  display: none;
}
.productbox-1 div.product-actions #review {
  display: none;
}
.productbox-1 div.product-actions .quick-view {
  display: none;
}

/* Product box 2 */
/* my code */
.productbox-2 .product-title {
  margin-top: 15px !important;
}
.productbox-2 .quick-switch::before {
  content: url(../iconsvg/left_arrow_product.svg);
  height: 22px;
}
.productbox-2 .quick-view::before {
  content: url(../iconsvg/link-product.svg);
  height: 22px;
}
.productbox-2 .quick-switch:hover::before {
  content: url(../iconsvg/left_arrow_product-hover.svg) !important;
}
.productbox-2 .quick-view:hover::before {
  content: url(../iconsvg/link-product-hover.svg) !important;
}
.productbox-2 .ajax-add-to-cart:hover::before {
  content: url(../iconsvg/Bag_product-hover.svg) !important;
}
.productbox-2 .addToWishlist:hover:before {
  content: url(../iconsvg/heart_product-hover.svg) !important;
}

/* my code */

.productbox-2:hover .product-action {
  top: calc(100% - 57px);
}
.productbox-2 .product-buttons .btn-icon span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.productbox-2 .product-preview {
  overflow: hidden;
}
.productbox-2 .product-title a {
  font-size: 16px;
  line-height: 21px;
  text-align: center;
  letter-spacing: 0.04em;
  color: #222222;
}
.productbox-2 .product-title {
  margin-top: 4px;
}

.productbox-2 .wrapp-buttons {
  top: 30px;
}
.productbox-2 .product-action {
  top: 100%;
}
.productbox-2 .product-action .product-cart {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  justify-content: center;
  gap: 9px;
}
.productbox-2 .product-action .product-cart > button {
  color: #fff;
  border: 0;
  border-radius: 50%;
  text-transform: lowercase;
  font-size: 1.3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  height: 42px;
  width: 42px;
  background-color: #ffffff;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.productbox-2 .product-action .product-cart > button:hover,
.productbox-2 .product-action .product-cart > a:hover {
  background: #efbc48;
}

.productbox-2 .product-action .product-cart > a {
  color: #fff;
  border: 0;
  border-radius: 50%;
  text-transform: lowercase;
  font-size: 1.3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  height: 42px;
  width: 42px;
  background-color: #ffffff;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.productbox-2 .product-action .product-cart > button.disabled {
  cursor: not-allowed;
}

.productbox-2 .variant-links {
  margin-top: 5px;
  margin-bottom: 8px;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.productbox-2 .variant-links a {
  margin: 0;
  margin-right: 5px;
}

/* Product box 3 */
.productbox-3 .product-actions {
  background-color: initial !important;
}
.productbox-3 .product-title {
  font-size: 20px;
  line-height: 26px;
  text-align: center;
  letter-spacing: 0.04em;
  margin-bottom: 13px;
  margin-top: 12px;
}
.productbox-3 .product-title a {
  color: #222222;
}
.productbox-3 .content_price {
  text-align: center;
  margin-bottom: 12px;
}
.productbox-3 .content_price .new {
  font-size: 20px;
  line-height: 26px;
  letter-spacing: 0.04em;
  color: #222222;
}
.productbox-3 .ajax-add-to-cart {
  border: 0;
  margin: 0 60px;
  background: linear-gradient(14.29deg, #efbc48 7.56%, #ffd064 87.33%);
  border-radius: 10px;
  padding-top: 9px;
  padding-bottom: 9px;
  margin-bottom: 14px;
}
.productbox-3 .ajax-add-to-cart span {
  font-size: 14px;
  line-height: 18px;
  text-align: center;
  letter-spacing: 0.04em;
  color: #206942;
}
.productbox-3 .ajax-add-to-cart::before {
  display: none;
}
.productbox-3 .ajax-add-to-cart:hover {
  background: #206942;
}
.productbox-3 .ajax-add-to-cart:hover span {
  color: #efbc48;
}
.productbox-3 .product-info {
  padding-bottom: 18px;
  border-radius: 0 0 20px 20px;
  display: none;
}
.productbox-3 {
  box-shadow: 6px 6px 40px rgb(0 0 0 / 15%);
  border-radius: 20px;
}
.pb-producttab .productbox-3 {
  margin-bottom: 50px;
}

/* Product box 4 */
/* .productbox-4 {
  margin-bottom: 20px;
}
.productbox-4:hover .product-action {
  bottom: 0;
}
.productbox-4:hover .wrapp-buttons {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.productbox-4 .product-flags .product-flag {
  font-weight: 400;
  font-size: 1.3rem;
  line-height: 1.6rem;
  padding: 5px 9px;
  min-width: 45px;
  text-transform: uppercase;
  width: auto;
  height: auto;
  border-radius: 0;
}
.productbox-4 .product-flags .on-sale {
  background-color: #333;
}
.productbox-4 .wrapp-buttons {
  right: 2rem;
  -webkit-transform: translateY(-15px);
          transform: translateY(-15px);
}
.productbox-4 .category-name {
  font-weight: 400;
  color: #ccc;
  margin-bottom: 0.2rem;
  letter-spacing: 0;
}
.productbox-4 .category-name:hover {
  color: #666;
}
.productbox-4 .product-preview {
  overflow: hidden;
}
.productbox-4 .product-title {
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0;
  margin-bottom: -0.4rem;
}
.productbox-4 .content_price span.price {
  font-size: 1.4rem;
  margin-bottom: 0.3rem;
}
.productbox-4 .content_price span.price.new {
  font-weight: 500;
}
.productbox-4 .content_price span.price.new.has-discount {
  font-weight: 400;
}
.productbox-4 .product-info {
  text-align: center;
  padding-bottom: 1rem;
}
.productbox-4 .product-action {
  top: auto;
  bottom: -4rem;
  opacity: 1;
  visibility: visible;
  -webkit-transform: none;
          transform: none;
  padding: 0;
  background-color: #fff;
}
.productbox-4 .product-action .product-btn {
  border: 0;
  padding-top: 1.2rem;
  padding-bottom: 1rem;
  text-transform: lowercase;
  border-bottom: 0.1rem solid #ebebeb;
}
.productbox-4 .product-action .product-btn:hover {
  color: #fff;
}
.productbox-4 .product-action .product-btn span {
  font-size: 1.3rem;
  font-weight: 400;
  letter-spacing: -0.01em;
} */

/* Product box 5 */
/* .productbox-5:hover .product-action {
  bottom: 0;
}
.productbox-5:hover .wrapp-buttons {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.productbox-5 .category-name {
  display: none;
}
.productbox-5 .product-buttons .btn-icon {
  border-color: #333;
  color: #fff;
  background-color: #333;
}
.productbox-5 .product-list-reviews {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.productbox-5 .product-flags .product-flag {
  font-weight: 400;
  font-size: 1.3rem;
  line-height: 1.6rem;
  letter-spacing: -0.01em;
  padding: 0.5rem 0.9rem;
  width: 4.6rem;
  height: 4.6rem;
  border-radius: 50%;
}
.productbox-5 .product-flags .on-sale {
  background-color: #ef837b;
}
.productbox-5 .wrapp-buttons {
  right: 2rem;
  -webkit-transform: translateX(-15px);
          transform: translateX(-15px);
}
.productbox-5 .category-name {
  font-weight: 400;
  color: #ccc;
  margin-bottom: 0.2rem;
  letter-spacing: 0;
}
.productbox-5 .category-name:hover {
  color: #666;
}
.productbox-5 .product-preview {
  overflow: hidden;
}
.productbox-5 .product-title {
  font-size: 1.4rem;
  font-weight: 300;
  letter-spacing: 0;
  margin-bottom: -0.2rem;
}
.productbox-5 .content_price span.price {
  font-size: 1.4rem;
  margin-bottom: 0.3rem;
}
.productbox-5 .content_price span.price.new.has-discount {
  font-weight: 400;
}
.productbox-5 .variant-links {
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
}
.productbox-5 .product-info {
  text-align: center;
  padding-bottom: 4.5rem;
  padding-top: 1.7rem;
}
.productbox-5 .product-action {
  top: auto;
  bottom: -4rem;
  opacity: 1;
  visibility: visible;
  -webkit-transform: none;
          transform: none;
  padding: 0;
  background-color: #fff;
}
.productbox-5 .product-action .product-btn {
  border: 0;
  padding-top: 1.2rem;
  padding-bottom: 1rem;
  background-color: #333;
  color: #fff;
}
.productbox-5 .product-action .product-btn span {
  font-size: 1.3rem;
  font-weight: 400;
  letter-spacing: -0.01em;
}
.productbox-5 .specific_prices {
  position: absolute;
  bottom: 2rem;
  left: 0;
  right: 0;
}
.productbox-5 .specific_prices .countdown {
  text-align: center;
}
.productbox-5 #review {
  margin-top: 1.5rem;
} */

/* Product box 6 */
/* .productbox-6:hover .product-action {
  bottom: 0;
}
.productbox-6:hover .wrapp-buttons {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.productbox-6 .product-buttons .btn-icon {
  border-color: #333;
  color: #fff;
  background-color: #333;
}
.productbox-6 .product-list-reviews {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.productbox-6 .product-flags .product-flag {
  font-weight: 400;
  font-size: 1.3rem;
  line-height: 1.6rem;
  letter-spacing: -0.01em;
  padding: 0.5rem 0.9rem;
  width: auto;
  height: auto;
  border-radius: 0;
}
.productbox-6 .product-flags .on-sale {
  background-color: #ef837b;
}
.productbox-6 .wrapp-buttons {
  right: 2rem;
  -webkit-transform: translateX(-15px);
          transform: translateX(-15px);
}
.productbox-6 .category-name {
  font-weight: 400;
  color: #ccc;
  margin-bottom: 0.4rem;
  letter-spacing: 0;
}
.productbox-6 .category-name:hover {
  color: #666;
}
.productbox-6 .product-preview {
  overflow: hidden;
}
.productbox-6 .product-title {
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: -0.01em;
  margin-bottom: -0.1rem;
}
.productbox-6 .content_price span.price {
  font-size: 1.6rem;
  margin-bottom: 0.3rem;
}
.productbox-6 .content_price span.price.new.has-discount {
  font-weight: 400;
}
.productbox-6 .variant-links {
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
}
.productbox-6 .product-info {
  text-align: center;
  padding-bottom: 4.5rem;
  padding-top: 1.7rem;
}
.productbox-6 .product-action {
  top: auto;
  bottom: -4rem;
  opacity: 1;
  visibility: visible;
  -webkit-transform: none;
          transform: none;
  padding: 0;
  background-color: #fff;
}
.productbox-6 .product-action .product-btn {
  border: 0;
  padding-top: 1.2rem;
  padding-bottom: 1rem;
  background-color: #333;
  color: #fff;
}
.productbox-6 .product-action .product-btn span {
  font-size: 1.3rem;
  font-weight: 400;
  letter-spacing: -0.01em;
  margin-left: -1.35rem;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.productbox-6 .product-action .product-btn:hover span {
  margin-left: 0;
}
.productbox-6 .product-action .product-btn:hover::before {
  opacity: 1;
  visibility: visible;
}
.productbox-6 .product-action .product-btn::before {
  color: #fff;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
}
.productbox-6 .specific_prices {
  position: absolute;
  bottom: 2rem;
  left: 0;
  right: 0;
}
.productbox-6 .specific_prices .countdown {
  text-align: center;
}
.productbox-6 #review {
  margin-top: 1.5rem;
} */

/* Product box 7 */
/* .productbox-7:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.productbox-7:hover .product-action {
  bottom: 0;
}
.productbox-7:hover .wrapp-buttons {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.productbox-7 .product-buttons .btn-icon {
  color: #fff;
}
.productbox-7 .product-buttons .btn-icon span {
  background-color: #222;
}
.productbox-7 .product-buttons .btn-icon:hover {
  border-color: #222;
  background-color: #222;
}
.productbox-7 .product-list-reviews {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.productbox-7 .product-flags .product-flag {
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 1.6rem;
  letter-spacing: -0.01em;
  padding: 0.5rem 0.9rem;
  width: auto;
  height: auto;
  border-radius: 0;
  text-transform: uppercase;
}
.productbox-7 .product-flags .on-sale {
  background-color: #ef837b;
}
.productbox-7 .wrapp-buttons {
  right: 2rem;
  -webkit-transform: translateX(-15px);
          transform: translateX(-15px);
}
.productbox-7 .category-name {
  font-weight: 400;
  color: #ccc;
  margin-bottom: 0.4rem;
  letter-spacing: 0;
  display: none;
}
.productbox-7 .category-name:hover {
  color: #666;
}
.productbox-7 .product-preview {
  overflow: hidden;
}
.productbox-7 .product-title {
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: 0;
  margin-bottom: 0;
}
.productbox-7 .content_price span.price {
  font-size: 1.4rem;
  margin-bottom: 0.3rem;
}
.productbox-7 .content_price span.price.new.has-discount {
  font-weight: 400;
}
.productbox-7 .variant-links {
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
}
.productbox-7 .product-info {
  text-align: center;
  padding-bottom: 4.5rem;
  padding-top: 1.7rem;
}
.productbox-7 .product-action {
  top: auto;
  bottom: -4rem;
  opacity: 1;
  visibility: visible;
  -webkit-transform: none;
          transform: none;
  padding: 0;
  background-color: #fff;
}
.productbox-7 .product-action .product-btn {
  border: 0;
  padding-top: 1.2rem;
  padding-bottom: 1rem;
  color: #fff;
}
.productbox-7 .product-action .product-btn span {
  font-size: 1.3rem;
  font-weight: 400;
  letter-spacing: -0.01em;
  margin-left: -2.6rem;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.productbox-7 .product-action .product-btn:hover {
  background-color: #222;
}
.productbox-7 .product-action .product-btn:hover span {
  margin-left: 0;
}
.productbox-7 .product-action .product-btn:hover::before {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.productbox-7 .product-action .product-btn::before {
  color: #fff;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateX(-2.6rem);
          transform: translateX(-2.6rem);
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}
.productbox-7 .specific_prices {
  position: absolute;
  bottom: 2rem;
  left: 0;
  right: 0;
}
.productbox-7 .specific_prices .countdown {
  text-align: center;
}
.productbox-7 #review {
  margin-top: -0.3rem;
} */

/* Product box 8 */
/* .productbox-8 {
  overflow: hidden;
}
.productbox-8:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.productbox-8:hover .wrapp-buttons {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.productbox-8:hover .product-action {
  -webkit-transform: none;
          transform: none;
}
.productbox-8:hover .product-preview .product-image::before {
  opacity: 0.2;
}
.productbox-8 .product-preview {
  overflow: hidden;
}
.productbox-8 .product-preview .product-image {
  position: relative;
}
.productbox-8 .product-preview .product-image::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  opacity: 0;
  background-color: #999;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 1;
}
.productbox-8 .product-preview .product-buttons .addToWishlist {
  border-color: #fff;
}
.productbox-8 .product-preview .product-buttons .addToWishlist:hover {
  color: #fff;
}
.productbox-8 .product-info .variant-links {
  display: none;
}
.productbox-8 .product-buttons .btn-icon {
  color: #fff;
}
.productbox-8 .product-buttons .btn-icon span {
  background-color: #222;
}
.productbox-8 .product-buttons .btn-icon:hover {
  border-color: #222;
  background-color: #222;
}
.productbox-8 .product-list-reviews {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.productbox-8 .product-flags .product-flag {
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 1.6rem;
  letter-spacing: -0.01em;
  padding: 0.5rem 0.9rem;
  width: auto;
  height: auto;
  border-radius: 0;
  text-transform: uppercase;
}
.productbox-8 .product-flags .on-sale {
  background-color: #ef837b;
}
.productbox-8 .wrapp-buttons {
  right: 2rem;
  -webkit-transform: translateX(-15px);
          transform: translateX(-15px);
}
.productbox-8 .category-name {
  font-size: 1.5rem;
  font-weight: 400;
  color: #ccc;
  margin-bottom: 0.9rem;
  letter-spacing: 0;
  display: inline-block;
}
.productbox-8 .category-name:hover {
  color: #777;
  -webkit-box-shadow: 0 1px 0 #bcbcbc;
          box-shadow: 0 1px 0 #bcbcbc;
}
.productbox-8 .product-title {
  font-weight: 400;
  letter-spacing: 0;
  font-size: 1.5rem;
  line-height: 1.3;
  margin-bottom: 1rem;
}
.productbox-8 .content_price span.price {
  font-size: 1.6rem;
  font-weight: 500;
  margin-bottom: 0.3rem;
}
.productbox-8 .content_price span.price.new.has-discount {
  font-weight: 400;
}
.productbox-8 .variant-links {
  margin-top: 1.7rem;
  width: 100%;
}
.productbox-8 .product-info {
  text-align: center;
  padding-bottom: 0;
  padding-top: 1.7rem;
  background-color: #fff;
  z-index: 2;
}
.productbox-8 .ajax-add-to-cart:hover {
  background-color: transparent;
}
.productbox-8 .product-footer {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #fff;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  visibility: hidden;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
  padding: 0;
  z-index: 9;
}
.productbox-8 div.product-action {
  position: static;
  opacity: 1;
  visibility: visible;
  -webkit-transform: none;
          transform: none;
  padding: 0;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 2.1rem;
  border-top: 0.1rem solid #ebebeb;
}
.productbox-8 div.product-action .btn-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 50%;
  text-transform: uppercase;
  font-size: 1.3rem;
  font-weight: 400;
  letter-spacing: -0.01em;
  position: relative;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  line-height: 1;
}
.productbox-8 div.product-action .btn-icon span {
  display: none;
}
.productbox-8 div.product-action .btn-icon:not(:last-child)::after {
  content: "";
  width: 0.1rem;
  height: 2rem;
  background-color: #e5e5e5;
  position: absolute;
  right: -0.1rem;
}
.productbox-8 div.product-action .btn-icon::before {
  font-size: 1.8rem;
  margin-right: 0.9rem;
}
.productbox-8 div.product-action .product-btn {
  border: 0;
}
.productbox-8 div.product-action .product-btn span {
  font-size: 1.3rem;
  font-weight: 400;
  letter-spacing: -0.01em;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.productbox-8 .specific_prices {
  position: absolute;
  bottom: 2rem;
  left: 0;
  right: 0;
}
.productbox-8 .specific_prices .countdown {
  text-align: center;
}
.productbox-8 #review {
  margin-top: -0.2rem;
  margin-bottom: -0.8rem;
} */

/* Product box 9 */
/* .productbox-9:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.productbox-9:hover .wrapp-buttons {
  top: 2rem;
}
.productbox-9:hover .quick-view {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.productbox-9 .product-preview {
  overflow: hidden;
}
.productbox-9 .wrapp-buttons {
  right: 2rem;
  top: 3.5rem;
}
.productbox-9 .quick-view {
  display: block;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.9);
  font-size: 1.3rem;
  color: #777;
  text-transform: lowercase;
  font-weight: 400;
  letter-spacing: -0.01em;
  line-height: 4rem;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.productbox-9 .quick-view:hover {
  color: #fff;
}
.productbox-9 .quick-view::before {
  display: none;
}
.productbox-9 .product-info {
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0;
}
.productbox-9 .product-title {
  font-size: 1.4rem;
  color: #666;
  letter-spacing: 0;
}
.productbox-9 .content_price .price {
  font-size: 1.4rem;
}
.productbox-9 .variant-links {
  margin-top: 0;
  padding-bottom: 0.2rem;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.productbox-9 .product-action {
  position: static;
  padding: 0;
  -webkit-transform: none;
          transform: none;
  background-color: transparent;
  margin-top: -0.3rem;
}
.productbox-9 .product-action .content_price, .productbox-9 .product-action #review {
  display: none;
}
.productbox-9 .product-action .ajax-add-to-cart {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 1.4rem;
  border: none;
  padding: 0.1rem 0;
  text-transform: lowercase;
}
.productbox-9 .product-action .ajax-add-to-cart:hover {
  background-color: transparent;
}
.productbox-9 .product-action .ajax-add-to-cart::before {
  display: none;
}
.productbox-9 .product-action .ajax-add-to-cart i {
  font-size: 1.8rem;
  margin-left: 0.9rem;
} */

/* Product box 10 */
/* .productbox-10 {
  border-radius: 0.4rem;
  overflow: hidden;
}
.productbox-10:hover .product-action {
  opacity: 1;
  visibility: visible;
}
.productbox-10 .product-preview {
  overflow: hidden;
}
.productbox-10 .product-flags .product-flag {
  width: auto;
  height: auto;
  border-radius: 0.2rem;
  padding: 0.65rem 0.9rem;
  font-size: 1.3rem;
}
.productbox-10 .product-buttons .btn-icon:hover {
  color: #fff;
}
.productbox-10 .product-info {
  padding-bottom: 1.5rem;
}
.productbox-10 .wrapp-buttons {
  top: 2rem;
  right: 2rem;
}
.productbox-10 .category-name {
  color: #ccc;
}
.productbox-10 .category-name:hover {
  color: #666;
}
.productbox-10 .product-title {
  font-size: 1.4rem;
}
.productbox-10 .content_price {
  margin-top: -0.2rem;
}
.productbox-10 .content_price .price {
  font-size: 1.4rem;
}
.productbox-10 .content_price .price.new.has-discount {
  color: #ef837b;
}
.productbox-10 .specific_prices {
  display: none;
}
.productbox-10 .product-action {
  opacity: 0;
  visibility: hidden;
  padding: 0;
  bottom: 0;
  -webkit-transform: none;
          transform: none;
  width: calc(100% - 4rem);
  margin: auto;
}
.productbox-10 .product-action .product-cart {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #333;
  width: 100%;
}
.productbox-10 .product-action .product-cart > button {
  width: 100%;
  border-radius: 0.2rem;
  text-transform: uppercase;
  font-size: 1.3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  height: 4rem;
  background-color: #fff;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.productbox-10 .product-action .product-cart > button:hover {
  color: #fff;
}
.productbox-10 .product-action .product-cart > button.disabled {
  cursor: not-allowed;
}
.productbox-10 .product-action .product-cart > button::before {
  margin-right: 0.9rem;
  font-size: 1.8rem;
  line-height: 1;
}
.productbox-10 .product-action .product-cart > button span {
  line-height: 1.3rem;
  font-weight: 400;
  font-size: 1.3rem;
  letter-spacing: -0.01em;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.productbox-10 .variant-links {
  margin-top: 0.5rem;
  margin-bottom: 0.8rem;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.productbox-10 .variant-links a {
  margin: 0;
  margin-right: 0.5rem;
}
.productbox-10 #review {
  margin-top: 0.1rem;
  margin-bottom: 0.9rem;
} */

/* Product box 11 */
/* .productbox-11 {
  padding: 0.9rem;
  -webkit-transition: -webkit-box-shadow 0.35s ease;
  transition: -webkit-box-shadow 0.35s ease;
  transition: box-shadow 0.35s ease;
  transition: box-shadow 0.35s ease, -webkit-box-shadow 0.35s ease;
}
.productbox-11:hover .product-action {
  bottom: 0;
}
.productbox-11:hover .wrapp-buttons {
  right: 1rem;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.productbox-11.customs .category-name {
  display: block;
}
.productbox-11 .product-buttons .btn-icon {
  color: #333;
}
.productbox-11 .product-buttons .btn-icon span {
  color: #333;
}
.productbox-11 .product-list-reviews {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.productbox-11 .product-flags {
  top: 1.1rem;
  left: 1.1rem;
}
.productbox-11 .product-flags .product-flag {
  font-weight: 400;
  font-size: 1.3rem;
  line-height: 1.6rem;
  letter-spacing: -0.01em;
  padding: 0.5rem 0.9rem;
  width: auto;
  height: auto;
  border-radius: 0;
}
.productbox-11 .product-flags .on-sale {
  background-color: #ef837b;
}
.productbox-11 .wrapp-buttons {
  right: 1rem;
  -webkit-transform: translateX(-15px);
          transform: translateX(-15px);
}
.productbox-11 .category-name {
  display: none;
  color: #ccc;
  margin-bottom: 0.2rem;
}
.productbox-11 .category-name:hover {
  color: #666;
}
.productbox-11 .product-preview {
  overflow: hidden;
}
.productbox-11 .product-title {
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: -0.01em;
  margin-bottom: -0.4rem;
  line-height: 1.4;
}
.productbox-11 .content_price span.price {
  font-size: 1.4rem;
  margin-bottom: 0.3rem;
}
.productbox-11 .content_price span.price.new.has-discount {
  font-weight: 400;
  color: #ef837b;
}
.productbox-11 .variant-links {
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
}
.productbox-11 .product-info {
  padding: 1.7rem 1rem 0.7rem;
}
.productbox-11 .product-action {
  position: absolute;
  top: auto;
  bottom: -4rem;
  left: 0;
  right: 0;
  opacity: 1;
  visibility: visible;
  -webkit-transform: none;
          transform: none;
  padding: 0;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.productbox-11 .product-action .product-btn {
  border: 0;
  padding-top: 1.2rem;
  padding-bottom: 1rem;
  background-color: rgba(252, 184, 66, 0.95);
}
.productbox-11 .product-action .product-btn:hover {
  background-color: #fff;
}
.productbox-11 .product-action .product-btn span {
  font-size: 1.3rem;
  font-weight: 400;
  letter-spacing: -0.01em;
}
.productbox-11 .specific_prices {
  position: absolute;
  bottom: 2rem;
  left: 0;
  right: 0;
}
.productbox-11 .specific_prices .countdown {
  text-align: center;
}
.productbox-11 #review {
  margin-top: 1.5rem;
} */

/* Product box 12 */
/* .productbox-12 {
  padding: 3rem 2rem 1rem;
  border-radius: 0.4rem;
  background-color: #fff;
  border: 0.1rem solid #ebebeb;
}
.productbox-12:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.productbox-12:hover .product-info .product-footer {
  display: block;
}
.productbox-12:hover .product-action {
  -webkit-transform: none;
          transform: none;
}
.productbox-12 .product-preview {
  position: static;
  margin-left: 1rem;
  margin-right: 1rem;
}
.productbox-12 .product-flags {
  left: 1.8rem;
}
.productbox-12 .product-flags .product-flag {
  width: auto;
  height: auto;
  min-width: 45px;
  border-radius: 0.3rem;
  padding: 0.5rem 0.9rem;
  line-height: 1.6rem;
  letter-spacing: -0.01em;
  font-weight: 400;
  font-size: 1.3rem;
}
.productbox-12 .category-name {
  color: #ccc;
  text-transform: initial;
  margin-bottom: 0.1rem;
}
.productbox-12 .category-name span {
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.productbox-12 .category-name:hover span {
  color: #666;
}
.productbox-12 .product-title {
  font-size: 1.4rem;
  line-height: 1.43;
  margin-bottom: -0.2rem;
}
.productbox-12 .product-title a {
  text-transform: initial;
}
.productbox-12 .product-info {
  padding: 1.7rem 0 1.3rem;
}
.productbox-12 .product-info .product-footer {
  display: none;
  position: absolute;
  left: -21px;
  right: -21px;
  top: 100%;
  padding: 0 2rem 1.3rem;
  border-radius: 0.4rem;
  background-color: #fff;
  border: 0.1rem solid #ebebeb;
  border-top: none;
  -webkit-box-shadow: 1px 3px 5px rgba(0, 0, 0, 0.01);
          box-shadow: 1px 3px 5px rgba(0, 0, 0, 0.01);
}
.productbox-12 .product-info .product-footer #review {
  margin-top: -0.6rem;
  margin-bottom: 0.5rem;
}
.productbox-12 .product-info .product-footer .cart-button {
  padding-top: 1rem;
  padding-bottom: 1rem;
  border-radius: 0.3rem;
}
.productbox-12 .product-info .product-footer .cart-button:hover {
  color: #fff;
}
.productbox-12 .product-info .product-footer .addToWishlist {
  margin-top: 0.3rem;
  display: block;
  text-align: center;
  font-size: 1.4rem;
  font-weight: 400;
  color: #777;
  letter-spacing: -0.01em;
}
.productbox-12 .product-info .product-footer .addToWishlist:hover::before {
  content: "";
}
.productbox-12 .product-info .product-footer .addToWishlist::before {
  font-size: 1.6rem;
  margin-right: 0.3rem;
}
.productbox-12 .content_price .price {
  font-size: 1.4rem;
}
.productbox-12.product-miniature .product-action {
  position: static;
} */

/* Product box 13 */
/* .productbox-13 {
  background-color: #fff;
  text-align: center;
  padding-bottom: 2.7rem;
}
.productbox-13:hover .product-info .product-footer {
  display: block;
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
          box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
}
.productbox-13:hover .product-action {
  -webkit-transform: none;
          transform: none;
}
.productbox-13 .product-preview {
  position: static;
}
.productbox-13 .product-flags {
  left: 1.8rem;
}
.productbox-13 .product-flags .product-flag {
  width: auto;
  height: auto;
  min-width: 45px;
  border-radius: 0;
  padding: 0.5rem 0.9rem;
  line-height: 1.6rem;
  letter-spacing: -0.01em;
  font-weight: 400;
  font-size: 1.3rem;
}
.productbox-13 .category-name {
  text-transform: initial;
  margin-bottom: 0.4rem;
}
.productbox-13 .category-name span {
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.productbox-13 .category-name:hover span {
  color: #666;
}
.productbox-13 .product-title {
  margin-bottom: -0.2rem;
}
.productbox-13 .product-title a {
  text-transform: initial;
}
.productbox-13 .product-info {
  padding: 0 0 1.4rem;
}
.productbox-13 .product-info .product-footer {
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  padding: 1.3rem 15.7%;
  border-radius: 0.4rem;
  background-color: #fff;
  border-top: none;
  -webkit-box-shadow: 1px 3px 5px rgba(0, 0, 0, 0.01);
          box-shadow: 1px 3px 5px rgba(0, 0, 0, 0.01);
}
.productbox-13 .product-info .product-footer #review {
  margin-top: -0.6rem;
  margin-bottom: 0.5rem;
}
.productbox-13 .product-info .product-footer .cart-button {
  padding-top: 1rem;
  padding-bottom: 1rem;
  border-radius: 0;
}
.productbox-13 .product-info .product-footer .cart-button span {
  font-size: 1.3rem;
}
.productbox-13 .product-info .product-footer .cart-button:hover {
  color: #fff;
}
.productbox-13 .product-info .product-footer .addToWishlist {
  margin-top: 0.3rem;
  display: block;
  text-align: center;
  font-size: 1.4rem;
  font-weight: 300;
  color: #777;
  letter-spacing: -0.01em;
}
.productbox-13 .product-info .product-footer .addToWishlist:hover::before {
  content: "";
}
.productbox-13 .product-info .product-footer .addToWishlist::before {
  font-size: 1.6rem;
  margin-right: 0.3rem;
}
.productbox-13 .product-list-reviews {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.productbox-13 .product-list-reviews.empty .grade-stars.small-stars span {
  font-size: 1.3rem;
}
.productbox-13.product-miniature .product-action {
  position: static;
} */

/* Product box 14 */
/* .productbox-14 {
  overflow: hidden;
}
.productbox-14:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
  margin-bottom: -9rem !important;
}
.productbox-14:hover .wrapp-buttons {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.productbox-14:hover .product-info {
  -webkit-transform: translateY(-30%);
          transform: translateY(-30%);
}
.productbox-14:hover .product-info.has-variants .product-intro {
  padding-bottom: 9rem;
}
.productbox-14:hover .product-info .product-intro {
  padding-bottom: 3rem;
}
.productbox-14:hover .product-info .product-detail {
  bottom: 1rem;
  opacity: 1;
  visibility: visible;
}
.productbox-14:hover .product-info .product-action {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}
.productbox-14 .product-preview {
  overflow: hidden;
}
.productbox-14 .product-preview .product-buttons .addToWishlist {
  border-color: #fff;
}
.productbox-14 .product-preview .product-buttons .addToWishlist:hover {
  color: #fff;
}
.productbox-14 .product-info .variant-links a {
  width: 4rem;
  height: 5rem;
  border-radius: 0.5rem;
}
.productbox-14 .product-info .product-action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  z-index: 10;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
}
.productbox-14 .product-info .product-action::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 0.1rem;
  background-color: #ebebeb;
}
.productbox-14 .product-info .product-action .ajax-add-to-cart {
  color: #666666;
  font-weight: 400;
  font-size: 1.3rem;
  letter-spacing: -0.01em;
  width: 100%;
  border: none;
}
.productbox-14 .product-info .product-detail {
  position: absolute;
  visibility: hidden;
  padding-top: 1rem;
  opacity: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  padding-bottom: 0.1rem;
}
.productbox-14 .product-buttons .btn-icon:hover {
  color: #fff;
}
.productbox-14 .product-list-reviews {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.productbox-14 .product-flags .product-flag {
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 1.6rem;
  letter-spacing: -0.01em;
  padding: 0.5rem 0.9rem;
  width: auto;
  height: auto;
  border-radius: 0;
  text-transform: uppercase;
}
.productbox-14 .product-flags .on-sale {
  background-color: #ef837b;
}
.productbox-14 .wrapp-buttons {
  right: 2rem;
  -webkit-transform: translateX(-15px);
          transform: translateX(-15px);
}
.productbox-14 .category-name {
  font-size: 1.3rem;
  font-weight: 300;
  color: #777;
  margin-bottom: 0;
  letter-spacing: 0;
  display: inline-block;
}
.productbox-14 .category-name:hover {
  color: #666;
}
.productbox-14 .product-title {
  font-weight: 400;
  letter-spacing: 0;
  font-size: 1.6rem;
  line-height: 1.3;
  margin-bottom: 0.5rem;
}
.productbox-14 .content_price span.price {
  font-size: 1.4rem;
  font-weight: 500;
  margin-bottom: 0.3rem;
}
.productbox-14 .content_price span.price.new.has-discount {
  font-weight: 400;
}
.productbox-14 .variant-links {
  margin-top: 1.7rem;
  width: 100%;
}
.productbox-14 .product-info {
  text-align: center;
  padding-bottom: 0;
  padding-top: 1.7rem;
  background-color: #fff;
  z-index: 2;
}
.productbox-14 .ajax-add-to-cart:hover {
  background-color: transparent;
}
.productbox-14 .specific_prices {
  position: absolute;
  bottom: 2rem;
  left: 0;
  right: 0;
}
.productbox-14 .specific_prices .countdown {
  text-align: center;
}
.productbox-14 #review {
  margin-top: -0.2rem;
  margin-bottom: -0.8rem;
} */

/* Product box 15 */
/* .productbox-15 {
  padding-bottom: 50px;
  text-align: center;
}
.productbox-15:hover .product-info {
  -webkit-transform: translateY(-56px);
          transform: translateY(-56px);
}
.productbox-15:hover .product-info .product-footer {
  opacity: 1;
  visibility: visible;
}
.productbox-15:hover .product-action {
  -webkit-transform: none;
          transform: none;
}
.productbox-15 .product-preview {
  position: static;
}
.productbox-15 .product-buttons .btn-icon {
  border: none;
  font-size: 1.4rem;
}
.productbox-15 .product-buttons .btn-icon:hover {
  color: #fff;
  border-radius: 3rem;
}
.productbox-15 .product-flags {
  left: 1.8rem;
}
.productbox-15 .product-flags .product-flag {
  width: auto;
  height: auto;
  min-width: 45px;
  border-radius: 0;
  padding: 0.5rem 0.9rem;
  line-height: 1.6rem;
  letter-spacing: -0.01em;
  font-weight: 700;
  font-size: 1.3rem;
}
.productbox-15 .category-name {
  color: #ccc;
  text-transform: initial;
  margin-bottom: 0.1rem;
}
.productbox-15 .category-name span {
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.productbox-15 .category-name:hover span {
  color: #666;
}
.productbox-15 .product-title {
  font-size: 1.3rem;
  line-height: 1.43;
  margin-bottom: 0.2rem;
  letter-spacing: 0;
}
.productbox-15 .product-title a {
  text-transform: initial;
}
.productbox-15 .product-info {
  padding: 1.7rem 0 1.3rem;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.productbox-15 .product-info .category-name {
  display: none;
}
.productbox-15 .product-info #review .product-list-reviews {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.productbox-15 .product-info .product-footer {
  position: absolute;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.productbox-15 .product-info .product-footer .cart-button {
  padding: 0.5rem 1.5rem;
  border-radius: 0.5rem;
  border: 0.2rem solid;
  max-width: 164px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.9;
}
.productbox-15 .product-info .product-footer .cart-button::before {
  display: none;
}
.productbox-15 .product-info .product-footer .cart-button:hover {
  color: #fff;
}
.productbox-15 .product-info .product-footer .addToWishlist {
  margin-top: 0.3rem;
  display: block;
  text-align: center;
  font-size: 1.6rem;
  font-weight: 300;
  color: #ccc;
  letter-spacing: -0.01em;
}
.productbox-15 .product-info .product-footer .addToWishlist:hover {
  color: #666;
}
.productbox-15 .product-info .product-footer .addToWishlist:hover::before {
  content: "";
}
.productbox-15 .product-info .product-footer .addToWishlist::before {
  font-size: 1.6rem;
  margin-right: 0.3rem;
}
.productbox-15 .content_price .price.new {
  font-size: 1.3rem;
  letter-spacing: 0;
  color: #333333;
  font-weight: 700;
}
.productbox-15 .content_price .price.new.has-discount {
  color: #ef837b;
}
.productbox-15 .content_price .price.old {
  font-size: 1.3rem;
  color: #ccc;
}
.productbox-15.product-miniature .product-action {
  position: static;
  margin-top: 2.7rem;
}
.productbox-15 .ajax-add-to-cart span {
  width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
} */

.product-miniature .product-action {
  position: absolute;
  left: 0;
  right: 0;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}

.product {
  position: relative;
  margin-bottom: 10px;
  -webkit-transition: -webkit-box-shadow 0.35s ease;
  transition: -webkit-box-shadow 0.35s ease;
  transition: box-shadow 0.35s ease;
  transition: box-shadow 0.35s ease, -webkit-box-shadow 0.35s ease;
  background-color: #fff;
}
.owl-carousel .product {
  margin-bottom: 0 !important;
}

.product:hover {
  -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
}

.product-media {
  position: relative;
  display: block;
  background-color: #d7d7d7;
  margin-bottom: 0;
  overflow: hidden;
}

.product-media > a {
  display: block;
}

.product-image {
  display: block;
  width: 100%;
  height: auto;
  position: relative;
}

.product-image-hover {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  width: 100%;
  height: auto;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.product:hover .product-image-hover {
  opacity: 1;
}

.specific_prices {
  display: none;
}

.product-countdown {
  position: absolute;
  left: 8px;
  right: 8px;
  bottom: 13px;
  z-index: 6;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  visibility: visible;
  opacity: 1;
}
.product-countdown .countdown-show4 .countdown-section {
  width: calc(25% - 10px);
}
.product-countdown .countdown-section {
  font-size: 1rem;
  line-height: 1;
  padding: 14px 0 12px;
  margin-left: 5px;
  margin-right: 5px;
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 4px;
}
.product-countdown .countdown-section:not(:last-child):after {
  color: #fff;
  content: ":";
  display: inline-block;
  font-weight: 400;
  font-size: 20px;
  line-height: 1;
  position: absolute;
  left: 100%;
  margin-left: 3px;
  margin-top: -1px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.product-countdown .countdown-period {
  display: block;
  font-weight: 400;
  color: #333333;
  text-transform: lowercase;
  width: 100%;
  padding-left: 2px;
  padding-right: 2px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.product-countdown .countdown-amount {
  display: inline-block;
  color: #ef837b;
  font-weight: 500;
  font-size: 1.8rem;
  letter-spacing: -0.03em;
  margin-bottom: 6px;
}
.product-countdown.countdown-primary .countdown-amount {
  color: #a6c76c;
}

.product-countdown-container {
  position: absolute;
  left: 14px;
  right: 14px;
  bottom: 13px;
  z-index: 6;
  padding-top: 9px;
  padding-bottom: 9px;
  border-radius: 3px;
  background-color: rgba(255, 255, 255, 0.95);
  letter-spacing: -0.01em;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  visibility: visible;
  opacity: 1;
}
.product-countdown-container .product-contdown-title {
  display: block;
  color: #333;
  font-weight: 400;
  font-size: 1.3rem;
  line-height: 1.2;
  margin-bottom: 3px;
  text-align: center;
}
.product-countdown-container .product-countdown {
  position: relative;
  left: auto;
  right: auto;
  bottom: auto;
  z-index: 6;
  line-height: 1;
  opacity: 1;
}
.product-countdown-container .product-countdown .countdown-amount {
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 1;
  margin-bottom: 0;
  text-transform: uppercase;
}

.product:hover .product-countdown,
.product:hover .product-countdown-container {
  opacity: 0;
  visibility: hidden;
}

.product-body {
  position: relative;
  padding: 16px 20px;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
  background-color: #fff;
}
.product-body.product-action-inner {
  padding-right: 40px;
}

.product-title a:hover,
.product-title a:focus {
  color: #efbc48;
}

.product-price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.25;
  color: #a6c76c;
  margin-bottom: 13px;
}

.new-price {
  color: #ef837b;
  margin-right: 8px;
}

.old-price {
  color: #cccccc;
  text-decoration: line-through;
}

.out-price {
  color: #cccccc;
}

.out-text {
  display: block;
  width: 100%;
  font-size: 1.3rem;
  margin-top: 0;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 8px;
}

.product-label {
  position: absolute;
  z-index: 1;
  top: 20px;
  left: 20px;
  font-weight: 400;
  font-size: 1.3rem;
  line-height: 1.6rem;
  letter-spacing: -0.01em;
  padding: 5px 9px;
  min-width: 45px;
  text-align: center;
  color: #333333;
  background-color: #fff;
}
.product-label + .product-label {
  top: 50px;
}
.product-label.label-sale {
  color: #fff;
  background-color: #ef837b;
}
.product-label.label-new {
  color: #fff;
  background-color: #a6c76c;
}
.product-label.label-top {
  color: #fff;
  background-color: #7dd2ea;
}
.product-label.label-out {
  color: #fff;
  background-color: #ccc;
}
.product-label.label-primary {
  color: #fff;
  background-color: #a6c76c;
}
.product-label.label-secondary {
  color: #fff;
  background-color: #a6c76c;
}

.product-label-text {
  color: #a6c76c;
  font-weight: 400;
  font-size: 1.3rem;
  line-height: 1;
  letter-spacing: -0.01em;
  margin-top: -1px;
}

.label-circle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  min-width: 0;
  border-radius: 50%;
  line-height: 1;
}
.label-circle + .label-circle {
  top: 56px;
}
.label-circle.label-out {
  font-size: 1.1rem;
}

.ratings-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1.3rem;
  margin-bottom: 17px;
  line-height: 1;
  white-space: nowrap;
}

.ratings {
  position: relative;
  color: #cccccc;
}

.ratings,
.ratings-val {
  display: inline-block;
  font-size: 1.4rem;
  letter-spacing: 0.1em;
  line-height: 1;
}
.ratings:before,
.ratings-val:before {
  content: "" "" "" "" "";
}

.ratings-val {
  position: absolute;
  top: 0;
  left: 0;
  white-space: nowrap;
  overflow: hidden;
  color: #fcb941;
}
.ratings-primary .ratings-val {
  color: #a6c76c;
}

.ratings-text {
  color: #cccccc;
  letter-spacing: -0.01em;
  margin-left: 0.8rem;
}

.ratings-text a {
  color: inherit;
}
.ratings-text a:hover,
.ratings-text a:focus {
  color: #a6c76c;
}

.product-actions {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 20px;
  background-color: rgba(255, 255, 255, 0.95);
  z-index: 10;
  /* -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
 opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(100%);
          transform: translateY(100%); */
}

.product:hover .product-actions,
.product:focus .product-actions {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.action-icon-top {
  padding-top: 8px;
  padding-bottom: 8px;
}
.action-icon-top .btn-product {
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.action-icon-top .btn-product span {
  margin-top: 9px;
}
.action-icon-top:before {
  margin-right: 0;
}

.btn-product {
  color: #a6c76c;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 1.8rem;
  line-height: 1;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
  padding-top: 19px;
  padding-bottom: 19px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
}
.btn-product + .btn-product {
  border-left: 1px dotted #e5e5e5;
}
.btn-product:before {
  margin-right: 9px;
}
.btn-product span {
  color: #666666;
  font-weight: 400;
  font-size: 1.3rem;
  letter-spacing: -0.01em;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.btn-product:hover,
.btn-product:focus {
  outline: none !important;
}
.btn-product:hover span,
.btn-product:focus span {
  color: #a6c76c;
  -webkit-box-shadow: 0 1px 0 0 #a6c76c;
  box-shadow: 0 1px 0 0 #a6c76c;
}

.product-action-dark {
  background-color: #333333;
}
.product-action-dark .btn-product:not(:hover):not(:focus) span {
  color: #fff;
}
.product-action-dark .btn-product + .btn-product {
  border-left-color: #4b4b4b;
}

.product-action-vertical {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: absolute;
  right: 20px;
  top: 20px;
  background-color: transparent;
  z-index: 10;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
  -webkit-transform: translateX(-15px);
  transform: translateX(-15px);
}

.product:hover .product-action-vertical {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.btn-product-icon {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  padding: 0;
  font-size: 1.4rem;
  line-height: 1;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
  padding: 0;
  border-radius: 50%;
  color: #a6c76c;
  background-color: #fff;
}
.btn-product-icon span {
  display: none;
}
.btn-product-icon:hover,
.btn-product-icon:focus {
  color: #fff;
  background-color: #a6c76c;
}

.btn-product-icon + .btn-product-icon {
  margin-top: 10px;
}

.btn-cart:before {
  content: "";
}

.btn-wishlist {
  font-size: 1.6rem;
}
.btn-wishlist:before {
  content: "";
}

.product-body .btn-wishlist {
  position: absolute;
  top: 34px;
  right: 20px;
  color: #ccc;
  padding: 0;
  margin: 0;
  background: none;
}
.product-body .btn-wishlist:before {
  margin-right: 0;
}
.product-body .btn-wishlist span {
  display: none;
}
.product-body .btn-wishlist:hover,
.product-body .btn-wishlist:focus {
  color: #a6c76c;
  background: none;
}

.btn-quickview:before {
  content: "";
}

.btn-compare:before {
  content: "";
}

.btn-expandable {
  position: relative;
}
.btn-expandable span {
  position: absolute;
  right: 100%;
  top: 0;
  bottom: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-weight: 300;
  font-size: 1.1rem;
  white-space: nowrap;
  letter-spacing: 0;
  min-width: 100px;
  padding-left: 18px;
  padding-right: 4px;
  color: #fff;
  background-color: #a6c76c;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
  opacity: 0;
  visibility: hidden;
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
  -webkit-transform: translateX(15px);
  transform: translateX(15px);
  z-index: -1;
}
.btn-expandable:hover,
.btn-expandable:focus {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-expandable:hover span,
.btn-expandable:focus span {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.product-size {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 2px;
  margin-bottom: 16px;
}
.product-size a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  width: 21px;
  height: 21px;
  font-weight: 400;
  font-size: 1.2rem;
  padding-top: 1px;
  line-height: 1;
  color: #666666;
  background-color: #f7f8fa;
  border-radius: 2px;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
  margin-right: 5px;
}
.product-size a:last-child {
  margin-right: 0;
}
.product-size a:hover,
.product-size a:focus,
.product-size a.active {
  color: #fff;
  background-color: #333;
}
.product-size a.disabled {
  color: #cccccc;
  pointer-events: none;
}

.product-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.product-nav-dots {
  margin-bottom: 5px;
}
.product-nav-dots a,
.product-nav-dots span {
  display: block;
  width: 17px;
  height: 17px;
  border-radius: 50%;
  border: 2px solid #fff;
  margin-right: 5px;
  -webkit-transition: -webkit-box-shadow 0.35s ease;
  transition: -webkit-box-shadow 0.35s ease;
  transition: box-shadow 0.35s ease;
  transition: box-shadow 0.35s ease, -webkit-box-shadow 0.35s ease;
  background-repeat: no-repeat;
  background-position: center center;
}
.product-nav-dots a.active,
.product-nav-dots a:hover,
.product-nav-dots a:focus,
.product-nav-dots span.active,
.product-nav-dots span:hover,
.product-nav-dots span:focus {
  -webkit-box-shadow: 0 0 0 1px #cccccc;
  box-shadow: 0 0 0 1px #cccccc;
}
.product-nav-dots a:last-child,
.product-nav-dots span:last-child {
  margin-right: 0;
}

.product-nav-thumbs {
  padding-top: 2px;
  margin-bottom: 16px;
}
.product-nav-thumbs a,
.product-nav-thumbs span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 44px;
  height: 44px;
  border-radius: 2px;
  border: 2px solid #fff;
  margin-right: 4px;
  -webkit-transition: -webkit-box-shadow 0.35s ease;
  transition: -webkit-box-shadow 0.35s ease;
  transition: box-shadow 0.35s ease;
  transition: box-shadow 0.35s ease, -webkit-box-shadow 0.35s ease;
}
.product-nav-thumbs a.active,
.product-nav-thumbs a:hover,
.product-nav-thumbs a:focus,
.product-nav-thumbs span.active,
.product-nav-thumbs span:hover,
.product-nav-thumbs span:focus {
  -webkit-box-shadow: 0 0 0 1px #cccccc;
  box-shadow: 0 0 0 1px #cccccc;
}
.product-nav-thumbs a:last-child,
.product-nav-thumbs span:last-child {
  margin-right: 0;
}
.product-nav-thumbs img {
  border-radius: 2px;
}

.product-disabled {
  pointer-events: none;
}
.product-disabled .btn-product,
.product-disabled .btn-product-icon {
  pointer-events: none;
  color: #fff;
  background-color: #ccc !important;
}

.product.text-center .product-price,
.product.text-center .ratings-container,
.product.text-center .product-nav,
.product.text-center .product-size {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.col-grid .product-miniature {
  margin-bottom: 20px;
}

/* Productbox flex */
.productbox-flex .ajax-add-to-cart span {
  font-size: 14px;
  line-height: 18px;
  text-align: center;
  letter-spacing: 0.04em;
  color: #206942;
  padding-top: 3px;
}
.productbox-flex .ajax-add-to-cart span:hover {
  color: #efbc48;
}
.productbox-flex .ajax-add-to-cart {
  border: 0;
  justify-content: flex-start;
  padding-left: 0;
}
.productbox-flex .ajax-add-to-cart::before {
  display: none;
}
.productbox-flex .product-link {
  font-size: 16px;
  line-height: 21px;
  letter-spacing: 0.04em;
  color: #222222;
}
.productbox-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 25px;
}
.productbox-flex:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.productbox-flex .product-preview {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 85.22px;
  flex: 0 0 85.22px;
  max-width: 86px;
}
.productbox-flex .product-info {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 0 0 0 20px;
}
.productbox-flex .category-name {
  color: #cccccc;
  font-weight: 400;
  font-size: 1.3rem;
  text-transform: uppercase;
  margin-bottom: 2px;
}
.productbox-flex .category-name:hover {
  color: #666;
}
.productbox-flex .content_price .price {
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.04em;
  color: #222222;
}
.productbox-flex .content_price .price.new.has-discount {
  color: #ef837b;
}

.product-miniature .product-info .addToWishlist {
  display: none;
}
.product-miniature .js-count {
  display: none;
}
.product-miniature .product-action .quick-view {
  display: none;
}

.product-miniature .countdown-section {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  border-radius: 3px;
  min-width: 51.5px;
  line-height: 1;
  padding-top: 14px;
  padding-bottom: 14px;
  background-color: rgba(204, 102, 102, 0.85);
}
.product-miniature .countdown-section .countdown-amount {
  display: inline-block;
  color: #fff;
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 1;
  letter-spacing: -0.03em;
  margin-bottom: 4px;
  padding-right: 0;
}
.product-miniature .countdown-section .countdown-period {
  text-align: center;
  display: block;
  font-size: 1rem;
  font-weight: 400;
  color: #fff;
  text-transform: lowercase;
  width: 100%;
  padding-left: 2px;
  padding-right: 2px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.product-miniature .countdown-section:not(:last-child) {
  margin-right: 16px;
}
.product-miniature .countdown-section:not(:last-child)::after {
  color: #333333;
  content: ":";
  display: inline-block;
  font-weight: 400;
  font-size: 2rem;
  line-height: 1;
  position: absolute;
  left: 100%;
  margin-left: 6px;
  margin-top: -1px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.products-list .product-miniature .product-actions .product-btn:hover {
  color: #fff;
}

/* Product List */
.product.product-list {
  -webkit-box-shadow: none;
  box-shadow: none;
  padding-bottom: 20px;
  border-bottom: 1px solid #ebebeb;
  margin-bottom: 20px;
}
.product.product-list .product-media {
  height: 100%;
}
.product.product-list .product-media > a {
  height: 100%;
}
.product.product-list .product-media img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.product.product-list .product-body {
  padding: 16px 0 0;
}
.product.product-list .product-body .btn-wishlist {
  top: 31px;
}
.product.product-list .product-list-action {
  padding: 34px 0 0;
}
.product.product-list .product-content {
  color: #777;
  font-weight: 300;
  font-size: 1.4rem;
  line-height: 1.43;
  padding-top: 10px;
  margin-bottom: 34px;
}
.product.product-list .product-content p {
  margin-bottom: 0;
}
.product.product-list .product-action {
  position: static;
  left: auto;
  right: auto;
  bottom: auto;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
  margin-bottom: 12px;
}
.product.product-list .ratings-container {
  margin-bottom: 26px;
}
.product.product-list .btn-product {
  color: #777;
  padding-top: 0;
  padding-bottom: 0;
  line-height: 1.4;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 50%;
  flex: 1 1 50%;
  max-width: 50%;
}
.product.product-list .btn-product:before {
  margin-right: 5px;
}
.product.product-list .btn-product span {
  color: inherit;
  font-size: 1.2rem;
  -webkit-transition: color 0s ease, -webkit-box-shadow 0.35s ease;
  transition: color 0s ease, -webkit-box-shadow 0.35s ease;
  transition: box-shadow 0.35s ease, color 0s ease;
  transition: box-shadow 0.35s ease, color 0s ease,
    -webkit-box-shadow 0.35s ease;
}
.product.product-list .btn-product.disabled {
  pointer-events: none;
}
.product.product-list .btn-product:hover,
.product.product-list .btn-product:focus {
  color: #a6c76c;
}
.product.product-list .btn-product:hover span,
.product.product-list .btn-product:focus span {
  color: inherit;
}
.product.product-list .btn-product.btn-cart {
  color: #a6c76c;
  border: 1px solid #a6c76c;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  max-width: 100%;
  text-transform: uppercase;
  line-height: 1;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.product.product-list .btn-product.btn-cart span {
  font-size: 1.3rem;
}
.product.product-list .btn-product.btn-cart:hover,
.product.product-list .btn-product.btn-cart:focus {
  color: #fff;
  background-color: #a6c76c;
}
.product.product-list .btn-product.btn-cart:hover span,
.product.product-list .btn-product.btn-cart:focus span {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.product.product-list .btn-product.btn-cart.disabled {
  color: #ccc;
  border-color: #ebebeb;
  background-color: #fafafa;
}
.product.product-list .btn-product.btn-cart.disabled:before {
  display: none;
}
.product.product-list .product-nav {
  margin-bottom: 0;
}

/* Products Small */
.product.product-sm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 20px;
}
.product.product-sm:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.product.product-sm .product-media {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 80px;
  flex: 0 0 80px;
  max-width: 80px;
}
.product.product-sm .product-body {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 10px 0 0 20px;
}
.product.product-sm .product-cat {
  color: #cccccc;
  font-weight: 400;
  font-size: 1.3rem;
  text-transform: uppercase;
  margin-bottom: 2px;
}
.product.product-sm .product-title {
  font-size: 1.4rem;
}
.product.product-sm .product-price {
  font-size: 1.6rem;
}
.product.product-sm .product-title {
  margin-bottom: 2px;
}
.product.product-sm .product-price {
  margin-bottom: 0;
}
.product.product-sm .product-price .old-price {
  text-decoration: none;
}

@media screen and (min-width: 480px) {
  .just-action-icons-sm .btn-icon span {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .just-action-icons-md .btn-product span {
    display: none;
  }
  .just-action-icons-md .btn-product:before {
    margin-right: 0;
  }
}
@media screen and (min-width: 992px) {
  .just-action-icons-lg .btn-product span {
    display: none;
  }
  .just-action-icons-lg .btn-product:before {
    margin-right: 0;
  }
}
@media screen and (min-width: 1200px) {
  .just-action-icons-xl .btn-product span {
    display: none;
  }
  .just-action-icons-xl .btn-product:before {
    margin-right: 0;
  }
}
@media (min-width: 768px) {
  .specific_prices {
    display: block;
  }

  .productbox-12 .product-list-reviews.empty .grade-stars.small-stars span {
    display: inline-block;
  }

  .productbox-13 .product-list-reviews.empty .grade-stars.small-stars span {
    display: inline-block;
  }
}
@media (min-width: 1200px) {
  .productbox-8 div.product-action .btn-icon span {
    display: block;
  }

  .productbox-14:hover .product-info {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
}
/*--------------------- 4.9.Banners -------------------- */
/* Banners */
.banners-group {
  margin-bottom: 19px;
}

.banner {
  display: block;
  position: relative;
  margin-bottom: 20px;
}
.banner > a {
  position: relative;
  display: block;
  outline: none !important;
}
.banner img {
  display: block;
  max-width: none;
  width: 100%;
  height: auto;
}

.banner.banner-menu img {
  height: 100%;
}

.banner-content {
  display: inline-block;
  position: absolute;
  padding-top: 4px;
  left: 20px;
  top: 50%;
  z-index: 2;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.banner-content a:hover,
.banner-content a:focus {
  text-decoration: underline;
}

.banner-big .banner-content.banner-content-center,
.banner-content-center.banner-content {
  max-width: none;
  left: 0;
  right: 0;
  text-align: center;
}

.banner-title {
  color: #333333;
  font-weight: 500;
  font-size: 2rem;
  line-height: 1.3;
  margin-bottom: 15px;
  letter-spacing: -0.03em;
}
.banner-title a {
  color: inherit;
}
.banner-title a:hover,
.banner-title a:focus {
  text-decoration: none;
}
.banner-title.text-white a {
  color: #fff;
}

.banner-subtitle {
  color: #777;
  font-weight: 300;
  font-size: 1.6rem;
  line-height: 1.2;
  letter-spacing: 0;
  margin-bottom: 10px;
}
.banner-subtitle a {
  color: inherit;
}
.banner-subtitle a:hover,
.banner-subtitle a:focus {
  text-decoration: none;
}
.banner-subtitle.text-white a {
  color: #fff;
}

.banner-link {
  font-weight: 400;
  display: inline-block;
}

.banner-big {
  color: #cccccc;
}
.banner-big .banner-content {
  max-width: 470px;
  left: 30px;
}
.banner-big .banner-subtitle {
  font-size: 1.8rem;
  margin-bottom: 6px;
}
.banner-big .banner-title {
  font-size: 3rem;
  line-height: 1.15;
  margin-bottom: 10px;
}
.banner-big .banner-title + .btn {
  margin-top: 10px;
}
.banner-big p:last-of-type {
  margin-bottom: 23px;
}

@media screen and (min-width: 768px) {
  .banner-content {
    left: 30px;
  }

  .banner-big .banner-content {
    left: 60px;
  }
  .banner-big .banner-title {
    font-size: 4rem;
  }
}
@media screen and (min-width: 992px) {
  .banner-content {
    left: 40px;
  }

  .banner-big .banner-content {
    left: 100px;
  }
  .banner-big .banner-title {
    font-size: 5rem;
  }
}
.banner-display > a:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  background-color: rgba(51, 51, 51, 0.4);
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.banner-display:hover > a:before {
  visibility: visible;
  opacity: 1;
}
.banner-display .banner-content {
  padding-top: 0;
}
.banner-display .banner-title {
  font-weight: 600;
  font-size: 2rem;
}
.banner-display.banner-link-anim .banner-title {
  margin-bottom: 0;
}
.banner-display.banner-link-anim:hover .banner-content {
  padding-bottom: 45px;
}

.btn.banner-link {
  font-size: 1.4rem;
  line-height: 1;
  padding: 8px 14px;
  min-width: 0;
  text-transform: uppercase;
  text-decoration: none !important;
}
.btn.banner-link i {
  margin-right: 0;
  margin-left: 0;
}
.btn.banner-link i:first-child {
  margin-right: 0;
}
.btn.banner-link i:last-child {
  margin-left: 9px;
}

.banner-overlay > a {
  position: relative;
}
.banner-overlay > a:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(51, 51, 51, 0.25);
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.banner-overlay.banner-overlay-light > a:after {
  background-color: rgba(255, 255, 255, 0.3);
}
.banner-overlay:hover > a:after,
.banner-overlay:focus > a:after {
  visibility: visible;
  opacity: 1;
}

@media screen and (min-width: 768px) {
  .banner-display .banner-title {
    font-size: 2.4rem;
  }
}
/*--------------------- 4.10.Banners Video -------------------- */
/* Banners Videos */
.pb-video .modal-dialog {
  max-width: 900px;
  height: 506px;
  margin: 0;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) !important;
  transform: translate(-50%, -50%) !important;
}
.pb-video .modal-dialog .modal-content {
  height: 100%;
}
.pb-video .modal-dialog .modal-header {
  padding: 0;
  border: none;
}
.pb-video .modal-dialog .mfp-close {
  top: 10px;
  right: 10px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #fff;
  color: #333;
  font-size: 2rem;
}
.pb-video .pb-video-open-modal {
  border-radius: 50%;
  border: 1px solid #ffffff;
  width: 97px;
  height: 97px;
  position: relative;
  background: initial;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.pb-video .pb-video-open-modal:hover {
  -webkit-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.2);
  box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.2);
}
.pb-video .pb-video-open-modal i {
  font-size: 1.8rem;
}

.video-banner p {
  max-width: 500px;
}
.video-banner p:last-child {
  margin-bottom: 0;
}
.video-banner.text-center p {
  margin-left: auto;
  margin-right: auto;
}

.video-banner-bg {
  padding-top: 85px;
  padding-bottom: 75px;
}

.video-banner-title {
  letter-spacing: -0.025em;
}
.video-banner-title > span {
  display: block;
  font-weight: 400;
  font-size: 2rem;
  letter-spacing: -0.03em;
  margin-bottom: 16px;
}

.video-fullheight {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.btn-video {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 54px;
  height: 54px;
  font-size: 1.6rem;
  line-height: 1;
  color: #a6c76c;
  background-color: #fff;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 0 15px rgba(255, 255, 255, 0.2);
  box-shadow: 0 0 0 15px rgba(255, 255, 255, 0.2);
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.btn-video i {
  margin-right: -2px;
}
.btn-video:hover,
.btn-video:focus {
  color: #fff;
  background-color: #a6c76c;
  -webkit-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.2);
  box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.2);
}

.video-banner-poster .video-banner-title {
  font-weight: 400;
  margin-bottom: 16px;
}
.video-banner-poster .video-banner-title span {
  font-weight: 300;
  font-size: 1.6rem;
}

.video-poster {
  position: relative;
}
.video-poster img {
  border-radius: 4px;
}

.video-poster-content {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.video-poster-title {
  font-weight: 400;
  margin-bottom: 30px;
  letter-spacing: -0.025em;
}

.video-banner-box {
  padding: 30px;
}
.video-banner-box .video-poster img {
  border-radius: 0;
}

.video-box-content {
  padding-left: 0;
  max-width: 460px;
  font-size: 1.5rem;
  color: #777;
}
.video-box-content .video-banner-title {
  font-weight: 400;
  margin-bottom: 12px;
}
.video-box-content .video-banner-title span {
  font-weight: 300;
  font-size: 1.8rem;
  margin-bottom: 6px;
}
.video-box-content p:not(:last-child) {
  margin-bottom: 20px;
}

@media screen and (min-width: 768px) {
  .video-banner-bg {
    padding-top: 145px;
    padding-bottom: 135px;
  }

  .video-banner-title > span {
    font-size: 2.4rem;
  }

  .video-box-content .video-banner-title span {
    font-size: 2rem;
  }

  .btn-video {
    width: 70px;
    height: 70px;
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 992px) {
  .video-banner-bg {
    padding-top: 185px;
    padding-bottom: 175px;
  }

  .video-box-content {
    padding-left: 50px;
  }

  .video-fullheight {
    height: 100vh;
    max-height: 900px;
  }
}
@media screen and (min-width: 992px) {
  .video-box-content {
    padding-left: 70px;
  }
}
/*--------------------- 4.11.Banners Category -------------------- */
/* Banners Category */
.banner-cat .banner-title {
  margin-bottom: 1px;
}
.banner-cat .banner-subtitle {
  margin-bottom: 16px;
}

.banner-content-overlay {
  overflow: hidden;
  padding: 18px 20px 7px;
  background-color: rgba(255, 255, 255, 0.9);
  left: 0;
  right: 0;
  top: auto;
  bottom: 0;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -ms-transform: translateY(0);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.banner-content-overlay .banner-subtitle {
  margin-bottom: 9px;
}
.banner-content-overlay .banner-link {
  opacity: 0;
  position: absolute;
  bottom: 12px;
  left: 0;
  right: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: translateY(30px);
  transform: translateY(30px);
  -ms-transform: translateY(30px);
}

.banner:hover .banner-content-overlay {
  padding-bottom: 37px;
  background-color: white;
}
.banner:hover .banner-content-overlay .banner-link {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -ms-transform: translateY(0);
}

.banner-content-static {
  overflow: hidden;
  display: block;
  width: 100%;
  margin-top: 0;
  padding: 12px 20px;
  background-color: white;
  position: static;
  left: auto;
  right: auto;
  top: auto;
  bottom: auto;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -ms-transform: translateY(0);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.banner-content-static .banner-subtitle {
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  margin-bottom: 9px;
}
.banner-content-static .banner-link {
  opacity: 0;
  position: absolute;
  bottom: 19px;
  left: 0;
  right: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: translateY(30px);
  transform: translateY(30px);
  -ms-transform: translateY(30px);
}

.banner:hover .banner-content-static {
  background-color: white;
}
.banner:hover .banner-content-static .banner-subtitle {
  opacity: 0;
}
.banner:hover .banner-content-static .banner-link {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -ms-transform: translateY(0);
}

.banner-content.banner-content-top {
  top: 105px;
}
.banner-content.banner-content-bottom {
  top: auto;
  bottom: 60px;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -ms-transform: translateY(0);
}
.banner-content.banner-content-right {
  left: auto;
  right: 30px;
}

.banner-link-anim .banner-content {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.banner-link-anim .banner-subtitle {
  margin-bottom: 0;
}
.banner-link-anim .banner-link {
  opacity: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  min-width: 130px;
  padding-left: 5px;
  padding-right: 5px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: translateY(-20px);
  transform: translateY(-20px);
  -ms-transform: translateY(-20px);
}
.banner-link-anim .banner-content-center .banner-link {
  left: 50%;
  -webkit-transform: translateY(-20px) translateX(-50%);
  transform: translateY(-20px) translateX(-50%);
  -ms-transform: translateY(-20px) translateX(-50%);
}
.banner-link-anim:hover .banner-content {
  padding-bottom: 40px;
}
.banner-link-anim:hover .banner-link {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -ms-transform: translateY(0);
}
.banner-link-anim:hover .banner-content-center .banner-link {
  -webkit-transform: translateY(0) translateX(-50%);
  transform: translateY(0) translateX(-50%);
  -ms-transform: translateY(0) translateX(-50%);
}

.banner-badge .banner-link {
  font-size: 1.6rem;
  display: inline-block;
  background-color: #fff;
  padding: 12px 20px;
  text-align: center;
  min-width: 170px;
  border-radius: 2px;
  position: absolute;
  top: auto;
  bottom: 32px;
  right: auto;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(0);
  transform: translateX(-50%) translateY(0);
  -ms-transform: translateX(-50%) translateY(0);
  overflow: hidden;
}
.banner-badge .banner-title,
.banner-badge .banner-subtitle {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.banner-badge .banner-subtitle {
  margin-bottom: 0;
}
.banner-badge .banner-link-text {
  opacity: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  color: #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
}
.banner-badge .banner-link:hover,
.banner-badge .banner-link:focus {
  text-decoration: none;
}
.banner-badge .banner-link:hover .banner-title,
.banner-badge .banner-link:hover .banner-subtitle,
.banner-badge .banner-link:focus .banner-title,
.banner-badge .banner-link:focus .banner-subtitle {
  opacity: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
}
.banner-badge .banner-link:hover .banner-link-text,
.banner-badge .banner-link:focus .banner-link-text {
  opacity: 1;
  background-color: #a6c76c;
  transform: translateY(0);
  -webkit-transform: translateY(0);
}

/*--------------------- 4.12.Social Icons -------------------- */
/* Social Icons */
.social-icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}

.social-icon {
  font-size: 1.3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: #777;
  margin: 0;
  background-color: transparent;
  border: 1px solid #e1e2e6;
  border-radius: 50%;
  text-decoration: none;
  opacity: 1;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.social-icon:not(:last-child) {
  margin-right: 10px;
}
.social-icon:hover,
.social-icon:focus {
  color: #a6c76c;
  border-color: #a6c76c;
  background-color: transparent;
}
.social-icon.social-facebook {
  color: #8f79ed;
}
.social-icon.social-twitter {
  color: #79c8ed;
}
.social-icon.social-instagram {
  color: #dd6d9a;
}
.social-icon.social-youtube {
  color: #e66262;
}
.social-icon.social-pinterest {
  color: #e66262;
}
.social-icon.social-linkedin {
  color: #3399cc;
}

.social-icons-color,
.social-icons-simple {
  line-height: 1;
}
.social-icons-color .social-icon,
.social-icons-simple .social-icon {
  width: auto;
  height: auto;
  border: none;
}
.social-icons-color .social-icon:not(:last-child),
.social-icons-simple .social-icon:not(:last-child) {
  margin-right: 20px;
}

.social-label {
  margin-bottom: 0;
}

.social-icons-sm .social-icon {
  font-size: 1.2rem;
  width: 30px;
  height: 30px;
}
.social-icons-sm .social-icon:not(:last-child) {
  margin-right: 5px;
}
.social-icons-sm .social-label {
  margin-right: 10px;
}

.pb-social-circle .pb-social-box {
  padding: 0;
  margin: 0;
  width: 46px;
  height: 46px;
  display: inline-block;
  margin: 0 3px;
}
.pb-social-circle .pb-social-box i {
  font-size: 1.8rem;
  border-radius: 50%;
  color: #fff;
  width: 46px;
  height: 46px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.pb-social-circle .pb-social-box i:hover {
  background-color: #fff;
  border: 1px solid #d7d7d7;
}
.pb-social-circle .pb-social-box .icon-facebook-f {
  border-color: #8f79ed;
  background-color: #8f79ed;
}
.pb-social-circle .pb-social-box .icon-facebook-f:hover {
  color: #8f79ed;
}
.pb-social-circle .pb-social-box .icon-twitter {
  border-color: #79c8ed;
  background-color: #79c8ed;
}
.pb-social-circle .pb-social-box .icon-twitter:hover {
  color: #79c8ed;
}
.pb-social-circle .pb-social-box .icon-instagram {
  border-color: #dd6d9a;
  background-color: #dd6d9a;
}
.pb-social-circle .pb-social-box .icon-instagram:hover {
  color: #dd6d9a;
}
.pb-social-circle .pb-social-box .icon-youtube {
  border-color: #e66262;
  background-color: #e66262;
}
.pb-social-circle .pb-social-box .icon-youtube:hover {
  color: #e66262;
}
.pb-social-circle .pb-social-box .icon-pinterest {
  border-color: #e66262;
  background-color: #e66262;
}
.pb-social-circle .pb-social-box .icon-pinterest:hover {
  color: #8f79ed;
}
.pb-social-circle .pb-social-box .icon-linkedin {
  border-color: #3399cc;
  background-color: #3399cc;
}
.pb-social-circle .pb-social-box .icon-linkedin:hover {
  color: #3399cc;
}
.pb-social-circle .pb-social-box:hover,
.pb-social-circle .pb-social-box:focus {
  background-color: #fff !important;
  border-color: #d7d7d7 !important;
}
.pb-social-circle .pb-social-box:hover.social-facebook,
.pb-social-circle .pb-social-box:focus.social-facebook {
  color: #8f79ed;
}
.pb-social-circle .pb-social-box:hover.social-twitter,
.pb-social-circle .pb-social-box:focus.social-twitter {
  color: #79c8ed;
}
.pb-social-circle .pb-social-box:hover.social-instagram,
.pb-social-circle .pb-social-box:focus.social-instagram {
  color: #dd6d9a;
}
.pb-social-circle .pb-social-box:hover.social-youtube,
.pb-social-circle .pb-social-box:focus.social-youtube {
  color: #e66262;
}
.pb-social-circle .pb-social-box:hover.social-pinterest,
.pb-social-circle .pb-social-box:focus.social-pinterest {
  color: #e66262;
}
.pb-social-circle .pb-social-box:hover.social-linkedin,
.pb-social-circle .pb-social-box:focus.social-linkedin {
  color: #3399cc;
}

/*--------------------- 4.13.Testimonials -------------------- */
/* Testimonials */
.testimonial-icon:before {
  font-family: "dm_sans";
  content: "";
  display: inline-block;
  font-style: normal;
  font-weight: normal;
  font-size: 2.6rem;
  line-height: 1;
  color: #a6c76c;
  margin-top: 15px;
  margin-bottom: 15px;
}

.testimonial img {
  display: inline-block !important;
  max-width: 70px;
  border-radius: 50%;
  margin-top: 10px;
  margin-bottom: 21px;
}

.owl-testimonials.owl-theme .owl-nav [class*="owl-"] {
  top: 65px;
}

.owl-testimonials-photo.owl-theme .owl-nav [class*="owl-"] {
  top: 110px;
}

/*--------------------- 4.14.Forms -------------------- */
/* Inputs */
.form-group {
  margin-bottom: 30px;
}
.form-group .form-control,
.form-group .select-custom {
  margin-bottom: 0;
  border: 1px solid #dadada;
  box-sizing: border-box;
  border-radius: 10px;
  -webkit-box-shadow: 0 0 0px 33px #ffffff inset;
}

.form-control {
  height: 42px;
  padding: 8.5px 15px;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.04em;
  /* background-color: #fafafa; */
  border: 1px solid #ebebeb;
  border-radius: 0;
  margin-bottom: 20px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-box-shadow: none;
  box-shadow: none;
}

select.form-control:not([size]):not([multiple]) {
  height: 42px;
}

.form-control-white {
  border-color: #fff;
}

.form-control-label {
  color: #222222;
  font-weight: 300;
  font-size: 16px;
  margin: 0 0 11px;
}

.form-control:focus {
  color: #666666;
  background-color: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none !important;
}

.form-control::-webkit-input-placeholder {
  color: #666666;
}

.form-control::-moz-placeholder {
  color: #666666;
}

.form-control:-ms-input-placeholder {
  color: #666666;
}

.form-control::-ms-input-placeholder {
  color: #666666;
}

.form-control::placeholder {
  color: #666666;
}
textarea#comment {
  min-height: 118px;
}
textarea.form-control {
  min-height: 160px;
  padding-top: 11px;
  padding-left: 20px;
}

.form-control-rounded {
  border-radius: 2px;
}

.input-group-round .form-control {
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
}
.input-group-round > .input-group-append > .btn {
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
}

.form-text {
  color: #999999;
  line-height: 1.5;
  margin-top: 0;
}
.form-control + .form-text {
  margin-top: -5px;
  margin-bottom: 6px;
}

small.form-text {
  font-size: 85%;
}

.required-field > label::after {
  content: "*";
  color: #e02b27;
  font-size: 1.2rem;
  margin: 0 0 0 4.5px;
}
#history .page-content h6,
#order-slip .page-content h6,
#discount .page-content h6 {
  font-size: 20px;
  margin-bottom: 25px;
}
.form-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-top: 6px;
}
.form-footer button,
.addresses-footer a {
  color: #206942;
  border: 1px solid #206942;
  background: #ffffff;
  border-radius: 15px;
}
.form-footer button:hover,
.addresses-footer a:hover {
  background: #206942;
  color: #ffffff;
  transition: all 400ms;
  border: 1px solid #206942;
}
.form-control-comment {
  font-size: 13px;
  color: #666666;
}

.select-custom {
  position: relative;
  margin-bottom: 10px;
}
.select-custom select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.select-custom::after {
  content: "";
  position: absolute;
  display: inline-block;
  right: 19px;
  top: 50%;
  font-size: 1.5rem;
  -webkit-transform: translateY(-51%);
  transform: translateY(-51%);
  color: #333333;
}
.select-custom .form-control,
.select-custom .form-control-sm {
  padding-right: 40px;
}

.form-group-custom-control {
  margin-top: 20px;
}
.form-group-custom-control .custom-control {
  margin-top: 0;
  margin-bottom: 20px;
}
.form-group-custom-control + .form-group-custom-control {
  margin-top: -5px;
}
.form-group-custom-control .custom-control-label {
  text-transform: initial;
  letter-spacing: 0;
  font-weight: 400;
}

.custom-control {
  position: relative;
  padding-left: 26px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.custom-control-label {
  position: static;
  margin-bottom: 0;
  margin-top: 1px;
  font-size: 1.4rem;
  padding-left: 26px;
  margin-left: -26px;
}

.custom-control-label::before {
  left: 0;
  top: 6px;
  width: 16px;
  height: 16px;
  background-color: #f9f9f9;
  border: 1px solid #dadada;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #dadada;
}

.custom-control-label::after {
  left: 0;
  top: 6px;
  width: 16px;
  height: 16px;
}

.custom-checkbox .custom-control-label::before {
  border-radius: 0;
}

.custom-checkbox .custom-control-label::after {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  background-image: none;
  font-size: 1rem;
  content: "";
  line-height: 1;
  text-align: center;
  opacity: 0;
  margin-top: 1px;
  visibility: hidden;
  -webkit-transition: opacity 0.01s;
  transition: opacity 0.01s;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #333;
  background-color: #333;
}

.custom-checkbox
  .custom-control-input:indeterminate
  ~ .custom-control-label::before {
  background-color: #333;
}

.custom-checkbox
  .custom-control-input:disabled:checked
  ~ .custom-control-label::before {
  background-color: rgba(51, 51, 51, 0.5);
}

.custom-checkbox
  .custom-control-input:disabled:indeterminate
  ~ .custom-control-label::before {
  background-color: rgba(51, 51, 51, 0.5);
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: none;
  opacity: 1;
  visibility: visible;
}

.custom-control.custom-radio .custom-control-label::before {
  top: 4px;
  background-color: #f9f9f9;
  border-color: #dadada;
  border-radius: 50%;
}
.custom-control.custom-radio
  .custom-control-input:checked
  ~ .custom-control-label::before {
  border-color: #a6c76c;
  background-color: #fff;
}
.custom-control.custom-radio .custom-control-label::after {
  border-radius: 50%;
  width: 6px;
  height: 6px;
  top: 9px;
  left: 5px;
}
.custom-control.custom-radio
  .custom-control-input:checked
  ~ .custom-control-label::after {
  background-image: none !important;
  z-index: 2;
  background-color: #a6c76c;
}

.form-control-tooltip {
  position: relative;
  padding-right: 40px;
}
.form-control-tooltip .input-tooltip {
  display: inline-block;
  position: absolute;
  right: 0;
  top: 50%;
  font-size: 2.4rem;
  color: #777;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.form-control-tooltip .input-tooltip:hover,
.form-control-tooltip .input-tooltip:focus {
  color: #000;
}

/*--------------------- 4.15.Call to Actions -------------------- */
/* Call to Actions */
.cta .input-group {
  margin-bottom: 0;
}
.cta .form-control {
  height: 46px;
  padding-top: 11.5px;
  padding-bottom: 11.5px;
  background-color: #fff;
}
.cta .form-control:not(:focus):not(.form-control-white) {
  border-color: #dadada;
}
.cta .btn {
  padding-top: 11.5px;
  padding-bottom: 11.5px;
}
.cta .btn:not(.btn-block) {
  min-width: 170px;
}
.cta.bg-image {
  background-color: #f5f5f5;
}

.cta-title {
  font-weight: 500;
  font-size: 2rem;
  line-height: 1.2;
  letter-spacing: -0.03em;
  margin-bottom: 0;
}

.cta-desc {
  margin-bottom: 15px;
}

.cta-horizontal .form-control {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin-right: 20px;
}
.cta-horizontal .form-control,
.cta-horizontal .cta-desc {
  margin-bottom: 0;
}

.cta-horizontal-box {
  padding-top: 52px;
  padding-bottom: 48px;
}

.cta-heading {
  padding-top: 7px;
  margin-bottom: 27px;
}
.cta-heading .cta-title {
  margin-bottom: 5px;
}

.cta-text {
  padding-top: 5px;
}
.cta-text .cta-title {
  margin-bottom: 21px;
}
.cta-text .cta-desc {
  margin-bottom: 23px;
}

.cta-separator {
  position: relative;
}
.cta-separator [class*="col-"] + [class*="col-"]:before {
  content: "";
  width: 1px;
  display: block;
  height: 80%;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  background-color: #ebebeb;
}
.cta-separator.bg-image [class*="col-"] + [class*="col-"]:before {
  background-color: #dadada;
}

.cta-wrapper {
  padding-top: 56px;
  padding-bottom: 56px;
  max-width: 370px;
  margin-left: auto;
  margin-right: auto;
}
.cta-wrapper .cta-title {
  margin-bottom: 6px;
}
.cta-wrapper .cta-desc {
  margin-bottom: 20px;
}
.cta-wrapper.cta-text {
  max-width: 330px;
}
.cta-wrapper.cta-text .cta-title {
  margin-bottom: 16px;
}
.cta-wrapper.cta-text .cta-desc {
  margin-bottom: 26px;
}

.cta-border {
  padding: 39px 20px;
  border: 10px solid #f5f5f5;
  text-align: center;
}
.cta-border .cta-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.cta-border .cta-heading {
  width: 100%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  margin: 0;
  padding-top: 0;
  padding-right: 0;
}
.cta-border .cta-title {
  margin: 0 0 20px;
}
.cta-border .cta-text {
  position: relative;
  padding: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin-bottom: 20px;
}
.cta-border .cta-text::before {
  content: "";
  background-color: #f5f5f5;
  width: 5px;
  height: 90px;
  position: absolute;
  left: -3px;
  top: 50%;
  margin-top: -45px;
  display: none;
}
.cta-border p {
  max-width: 460px;
  margin-bottom: 0;
}

@media screen and (min-width: 992px) {
  .cta-border {
    text-align: left;
    padding-left: 0;
    padding-right: 0;
  }
  .cta-border .cta-content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    padding-left: 15px;
  }
  .cta-border .cta-heading {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 24.7%;
    flex: 0 0 24.7%;
    max-width: 24.7%;
    padding-right: 30px;
  }
  .cta-border .cta-title {
    margin-bottom: 0;
  }
  .cta-border .cta-text {
    margin-right: 20px;
    padding-left: 30px;
    margin-bottom: 0;
  }
  .cta-border .cta-text::before {
    display: block;
  }
}
@media screen and (max-width: 1199px) {
  .cta-horizontal-box {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media screen and (max-width: 991px) {
  .cta-horizontal .cta-desc {
    margin-bottom: 15px;
  }

  .cta-separator [class*="col-"] + [class*="col-"]:before {
    height: 1px;
    width: 80%;
    left: 10%;
    top: 0;
    bottom: auto;
  }

  .cta-border .cta-title,
  .cta-border .cta-title.text-right {
    text-align: center !important;
  }
}
@media screen and (max-width: 767px) {
  .cta-horizontal .form-control {
    margin-right: 10px;
  }

  .cta .btn:not(.btn-block) {
    min-width: 0;
  }

  .cta-wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 575px) {
  .cta .input-group {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .cta .input-group .form-control {
    width: 100%;
    margin-right: 0;
  }
  .cta .input-group .btn {
    margin-left: 0;
    margin-top: 10px;
  }
  .cta .input-group .input-group-append,
  .cta .input-group .input-group-prepend {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .cta .input-group-round .form-control,
  .cta .input-group-round .btn {
    border-radius: 30px;
  }
  .cta .input-group-round .input-group-append {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
/*--------------------- 4.16.Tables -------------------- */
/* Tables */
.table {
  margin-bottom: 10px;
}
.table th {
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1.5;
  color: #222222;
}
.table th,
.table thead th,
.table td {
  padding-left: 7.5px;
  padding-right: 7.5px;
  border-top: none;
  border-bottom: 1px solid #ebebeb;
}
tbody tr th {
  line-height: 3 !important;
}
.table th,
.table td {
  padding-left: 0;
  padding-right: 0;
  padding-top: 14px;
  padding-bottom: 14px;
  text-align: center;
}
.table td {
  vertical-align: middle;
}
.table tbody + tbody {
  border: none;
}

/*--------------------- 4.17. Counters -------------------- */
/* Counters */
.count-container {
  margin-bottom: 33px;
}

.count-wrapper {
  color: #a6c76c;
  font-weight: 400;
  font-size: 3rem;
  line-height: 1.2;
  margin-bottom: 6px;
}

.count-title {
  font-weight: 400;
  font-size: 1.6rem;
  letter-spacing: -0.01em;
}

/*--------------------- 4.18.Pagination -------------------- */
/* Pagination */
.pagination .block-pagination {
  font-size: 16px;
  letter-spacing: 0.03em;
  color: #666666;
  display: none;
}
.pagination .block-pagination span {
  color: #222222;
  margin-left: 4px;
}
.pagination .page-pagination {
  margin: auto;
}
.pagination .page-pagination ul {
  margin-bottom: 0;
}
.pagination .page-pagination ul li {
  margin-left: 4px;
}
.pagination .page-pagination ul li.current a {
  background-color: transparent;
  border-color: #ebebeb;
}
.pagination .page-pagination ul li a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-width: 30px;
  height: 40px;
  font-weight: 400;
  font-size: 1.4rem;
  padding: 0 3px;
  line-height: 1;
  color: #706f6c;
  border-radius: 3px;
  background-color: transparent;
  border: 1px solid transparent;
}
.pagination .page-pagination ul li a.next,
.pagination .page-pagination ul li a.previous {
  padding-left: 10px;
  padding-right: 10px;
  min-width: 70px;
}
.pagination .page-pagination ul li a.previous i {
  margin-left: 0;
  margin-right: 10px;
}
.pagination .page-pagination ul li a i {
  margin-left: 10px;
}
.pagination .page-pagination ul li a:hover {
  background-color: transparent;
  border-color: #ebebeb;
}

/*--------------------- 4.19.Modals -------------------- */
/* Modals */
/* My code */
/* #product .quickview-modal .product-variants{
  justify-content: flex-end;
} */
@media screen and (min-width: 992px) {
  .quickview-modal .js-qv-mask {
    max-height: 300px;
    overflow: hidden;
  }
}
@media screen and (max-width: 992px) {
  .quickview-modal .js-qv-mask {
    max-height: 69vw;
    overflow: hidden;
  }
  .quickview-modal .product-name {
    margin-top: 20px;
  }
}

@media screen and (max-width: 440px) {
  .quickview-modal .product-variants {
    display: grid !important;
    gap: 20px !important;
  }
  .quickview-modal .product_variants {
    width: 100%;
  }
  .quickview-modal .product-name {
    font-size: 15px !important;
  }
}
.quickview-modal .product-name {
  font-size: 20px;
}
.quickview-modal .product-reference {
  margin-bottom: 15px;
}
.quickview-modal .js-qv-product-cover {
  border-radius: 20px;
}
.quickview-modal .product-variants #group_1 li input ~ span:hover {
  border: 2px solid #efbc48;
  color: #206942;
}
.quickview-modal .product-variants #group_1 li input ~ span:hover span {
  color: #206942;
}
.quickview-modal .product-variants #group_1 li input:checked ~ span {
  border: 2px solid #efbc48;
}
.quickview-modal .product-variants #group_1 li input:checked ~ span span {
  color: #206942;
}
/* .quickview-modal .product-variants .size{
margin-bottom: 20px;
} */
.quickview-modal .size .control-label {
  margin-right: 6px;
}
.quickview-modal .color .control-label {
  margin-right: 5px;
  padding-bottom: 2px;
}
.quickview-modal .product-quantity {
  display: flex;
  align-items: center;
  gap: 15px;
  padding-top: 18px;
  margin-bottom: 20px;
  flex-wrap: wrap;
}
.compare-addwishlist-productavailability {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
.compare-addwishlist-productavailability #product-availability {
  display: flex;
  align-items: center;
  gap: 2px;
}
.quickview-modal .product-variants {
  gap: 15px;
  display: flex;
}
.quickview-modal .product-quantity .price-product-detail {
  display: none;
}
.quickview-modal .product-variants #group_1 li:not(:last-child) {
  margin-right: 3px;
}
.quickview-modal .product-desc p {
  font-size: 14px;
  line-height: 28px;
  color: #666666;
}
/* .quickview-modal .product-quantity{
 display: flex !important;
 align-items: center;
 gap: 15px;
} */
.quickview-modal .product-quantity .control-label {
  display: none;
}
.quickview-modal .add .addToWishlist {
  display: none;
}

.quickview-modal .product-add-to-cart .add-to-cart {
  padding: 0 25px;
  color: #ffffff;
  height: 44px;
}
.quickview-modal .addToWishlist {
  display: flex;
  align-items: center;
  gap: 5px;
}
.quickview-modal .color .attribute-name {
  display: none;
}
/* My code */
.quickview-modal .modal-dialog {
  width: 900px;
  max-width: calc(100% - 30px);
  padding: 20px;
  margin: 70px auto;
}
/* .quickview-modal .product-reference{
  margin-bottom: 15px;
} */
/* .quickview-modal .product-add-to-cart{
margin-top: 25px;
} */
/* #blockcart-modal.modal.fade .modal-dialog {
  top: 40%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
} */
/* #blockcart-modal.modal.show .modal-dialog {
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
} */
#blockcart-modal .modal-dialog {
  padding: 0 10px;
  max-width: 800px;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
#blockcart-modal .modal-title {
  font-weight: 400;
  font-size: 19px;
  letter-spacing: 0;
}
#blockcart-modal .divide-left {
  border-left: 0;
}
#blockcart-modal .cart-content p {
  margin-bottom: 10px;
}
#blockcart-modal {
  padding-right: 0 !important;
}
#blockcart-modal .cart-content .btn {
  margin-right: 5px;
  margin-bottom: 10px;
  border-radius: 10px;
  color: #206942;
  border: 1px solid #206942;
  background: #ffffff;
  margin-top: 15px;
}
@media screen and (max-width: 992px) {
  #blockcart-modal .divide-right,
  #blockcart-modal .divide-left p {
    display: none;
  }
  #blockcart-modal .divide-left .cart-content {
    text-align: center;
  }
}

#blockcart-modal .cart-content .btn:hover {
  background: #206942;
  color: #ffffff;
}
.modal-backdrop {
  background-color: #333;
}
.modal-backdrop.show {
  opacity: 0.6;
}

.modal-body {
  padding: 0;
}
.modal-body .product_variants {
  margin-bottom: 0;
}
.modal-body .close {
  position: absolute;
  right: 15px;
  top: 15px;
}

.modal-content {
  border: none;
  -webkit-box-shadow: 5px 10px 16px rgba(51, 51, 51, 0.05),
    -5px 10px 16px rgba(51, 51, 51, 0.05);
  box-shadow: 5px 10px 16px rgba(51, 51, 51, 0.05),
    -5px 10px 16px rgba(51, 51, 51, 0.05);
}

.close {
  font-weight: normal;
  font-size: 1.8rem;
  color: #666666;
  opacity: 1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.close:hover,
.close:focus {
  color: #a6c76c;
}

@media screen and (min-width: 768px) {
  .modal-dialog {
    max-width: 575px;
  }
}
@media screen and (max-width: 768px) {
  #blockcart-modal .product-name {
    margin-top: 20px;
    font-size: 34px;
  }
}
@media (min-width: 768px) {
  #blockcart-modal .divide-left {
    border-left: #ebebeb 1px solid;
  }
  #blockcart-modal .product-name {
    font-size: 20px;
  }
  /* #blockcart-modal .product-name{}
  #blockcart-modal .cart-content {
    padding: 0 20px;
  } */
}
/*--------------------- 4.20.Alerts -------------------- */
/* Alerts */
.alert {
  font-weight: 300;
  font-size: 1.4rem;
  line-height: 1.43;
  border-radius: 0;
  margin: 0;
  padding: 10px 15px;
  border: none;
}
.alert .container {
  position: relative;
}
.alert a {
  color: rgba(255, 255, 255, 0.7);
}
.alert a:hover,
.alert a:focus {
  color: rgba(255, 255, 255, 0.9);
}
.alert .close {
  color: rgba(255, 255, 255, 0.5);
  font-weight: 300;
  font-size: 1.6rem;
  line-height: 1;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.alert .close span {
  display: inline-block;
  line-height: 1;
  padding-bottom: 2px;
}

.alert-primary {
  color: #fff;
  background-color: #a6c76c;
}

.alert-dark {
  color: #fff;
  background-color: #333;
}

.alert-danger {
  color: #fff;
  background-color: #da2828;
}

.alert-info {
  color: #fff;
  background-color: #32b1d6;
}

.alert-success {
  color: #fff;
  background-color: #20cb55;
}
.alert-success ul {
  margin-bottom: 0;
}

.alert-warning {
  color: #fff;
  background-color: #ea8745;
}

/*--------------------- 4.21.Instagram Feeds -------------------- */
/* Instagram Feed */
.instagram-feed {
  width: 100%;
  display: block;
  position: relative;
  background-color: #ccc;
  margin-bottom: 20px;
}
.owl-carousel .instagram-feed {
  margin-bottom: 0;
}
.instagram-feed:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(51, 51, 51, 0.4);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  opacity: 0;
  visibility: hidden;
  z-index: 1;
}
.instagram-feed:hover:after,
.instagram-feed:hover .instagram-feed-content {
  opacity: 1;
  visibility: visible;
}
.instagram-feed img {
  max-width: none;
  width: 100%;
}

.instagram-feed-content {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  z-index: 2;
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  color: #fff;
  font-weight: 400;
  font-size: 1.6rem;
  -webkit-transition: all 0.45s ease;
  transition: all 0.45s ease;
  opacity: 0;
  visibility: hidden;
}
.instagram-feed-content i {
  font-weight: normal;
  margin-right: 8px;
}
.instagram-feed-content a {
  color: inherit;
}
.instagram-feed-content a:hover,
.instagram-feed-content a:focus {
  color: #a6c76c;
}
.instagram-feed-content a + a {
  margin-left: 20px;
}

/*--------------------- 4.21.Elements list -------------------- */
/* Lists */
.elements > div {
  padding: 10px;
}
.elements > div:nth-child(1) .element-img {
  background-position: calc(-200px * calc(1 - 1)) 0;
}
.elements > div:nth-child(1) .element-hover-img {
  background-position: calc(-200px * 1 + 100px) 0;
}
.elements > div:nth-child(2) .element-img {
  background-position: calc(-200px * calc(2 - 1)) 0;
}
.elements > div:nth-child(2) .element-hover-img {
  background-position: calc(-200px * 2 + 100px) 0;
}
.elements > div:nth-child(3) .element-img {
  background-position: calc(-200px * calc(3 - 1)) 0;
}
.elements > div:nth-child(3) .element-hover-img {
  background-position: calc(-200px * 3 + 100px) 0;
}
.elements > div:nth-child(4) .element-img {
  background-position: calc(-200px * calc(4 - 1)) 0;
}
.elements > div:nth-child(4) .element-hover-img {
  background-position: calc(-200px * 4 + 100px) 0;
}
.elements > div:nth-child(5) .element-img {
  background-position: calc(-200px * calc(5 - 1)) 0;
}
.elements > div:nth-child(5) .element-hover-img {
  background-position: calc(-200px * 5 + 100px) 0;
}
.elements > div:nth-child(6) .element-img {
  background-position: calc(-200px * calc(6 - 1)) 0;
}
.elements > div:nth-child(6) .element-hover-img {
  background-position: calc(-200px * 6 + 100px) 0;
}
.elements > div:nth-child(7) .element-img {
  background-position: calc(-200px * calc(7 - 1)) 0;
}
.elements > div:nth-child(7) .element-hover-img {
  background-position: calc(-200px * 7 + 100px) 0;
}
.elements > div:nth-child(8) .element-img {
  background-position: calc(-200px * calc(8 - 1)) 0;
}
.elements > div:nth-child(8) .element-hover-img {
  background-position: calc(-200px * 8 + 100px) 0;
}
.elements > div:nth-child(9) .element-img {
  background-position: calc(-200px * calc(9 - 1)) 0;
}
.elements > div:nth-child(9) .element-hover-img {
  background-position: calc(-200px * 9 + 100px) 0;
}
.elements > div:nth-child(10) .element-img {
  background-position: calc(-200px * calc(10 - 1)) 0;
}
.elements > div:nth-child(10) .element-hover-img {
  background-position: calc(-200px * 10 + 100px) 0;
}
.elements > div:nth-child(11) .element-img {
  background-position: calc(-200px * calc(11 - 1)) 0;
}
.elements > div:nth-child(11) .element-hover-img {
  background-position: calc(-200px * 11 + 100px) 0;
}
.elements > div:nth-child(12) .element-img {
  background-position: calc(-200px * calc(12 - 1)) 0;
}
.elements > div:nth-child(12) .element-hover-img {
  background-position: calc(-200px * 12 + 100px) 0;
}
.elements > div:nth-child(13) .element-img {
  background-position: calc(-200px * calc(13 - 1)) 0;
}
.elements > div:nth-child(13) .element-hover-img {
  background-position: calc(-200px * 13 + 100px) 0;
}
.elements > div:nth-child(14) .element-img {
  background-position: calc(-200px * calc(14 - 1)) 0;
}
.elements > div:nth-child(14) .element-hover-img {
  background-position: calc(-200px * 14 + 100px) 0;
}
.elements > div > a {
  display: block;
}

.element {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 1px solid #ebebeb;
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.element:hover,
.element:focus {
  -webkit-box-shadow: 0 5px 20px rgba(234, 234, 234, 0.8);
  box-shadow: 0 5px 20px rgba(234, 234, 234, 0.8);
}
.element:hover .element-hover-img,
.element:focus .element-hover-img {
  visibility: visible;
  opacity: 1;
}
.element:hover .element-img,
.element:focus .element-img {
  opacity: 0;
}
.element:hover p,
.element:focus p {
  color: #333;
}
.element p {
  margin-top: -10px;
  padding-bottom: 10px;
}

.element-img,
.element-hover-img {
  width: 100px;
  height: 100px;
  background-image: url(../images/elements.png);
  background-repeat: no-repeat;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.element-hover-img {
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.element-type {
  font-size: 1.3rem;
  font-weight: 400;
  letter-spacing: 0.01em;
  color: #666;
  text-transform: uppercase;
}

/*--------------------- 5.Pages -------------------- */
/*--------------------- 5.1.Home -------------------- */
/*  Index.html - Home page */

.quickview-modal .close {
  top: 10px;
  right: 10px;
}
.quickview-modal .mfp-close {
  width: 30px;
  height: 30px;
  color: #333;
  position: static;
  display: block;
}

.quickview-modal .modal-content::before {
  content: "";
  width: 100%;
  height: 100%;
  background: #fff;
  position: absolute;
  z-index: -2;
}
.quickview-modal .modal-body {
  padding: 25px;
}
.quickview-modal .col-2 {
  padding: 0;
}
.quickview-modal .zoom-icon {
  display: none;
}
.quickview-modal .block-social {
  margin-top: 20px;
}
.quickview-modal .images-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-around;
}
.quickview-modal .images-container .row {
  width: 100%;
}
.quickview-modal .images-container .thumb-container {
  margin-bottom: 36px;
  width: 100% !important;
}

.intro-section {
  margin-top: -1px;
}

.intro-banners .banner {
  margin-bottom: 20px;
}

.text-darkwhite {
  color: #ebebeb;
}

.banner-link-anim {
  background-color: transparent;
}

.banner-subtitle {
  margin-bottom: 5px;
}

.intro-slider-container,
.intro-slide {
  background-color: #cccccc;
}

.intro-slider-container,
.intro-slide .slide-image {
  position: relative;
}
.intro-slider-container:before,
.intro-slide .slide-image:before {
  display: block;
  content: "";
  width: 100%;
}

.slider-container-1:before,
.intro-slider-1 .slide-image:before {
  padding-top: 56.5384615385%;
}
@media screen and (max-width: 479px) {
  .slider-container-1:before,
  .intro-slider-1 .slide-image:before {
    padding-top: 83.3333333333%;
  }
}

.slider-container-ratio .intro-slider,
.slide-image > picture,
.slide-image > img {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  width: 100%;
}

.slide-image img {
  display: block;
  width: 100%;
  max-width: none;
  height: auto;
}

.slider-loader {
  color: #333;
}
.slider-loader::after {
  content: "";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  margin-top: -25px;
  margin-left: -25px;
  position: absolute;
  left: 50%;
  top: 50%;
  font-size: 4rem;
  -webkit-transform-origin: center center;
  transform-origin: center center;
  -webkit-animation: rotating 3s linear infinite;
  animation: rotating 3s linear infinite;
  z-index: 20;
}

.owl-loaded + .slider-loader {
  display: none;
}

button:focus {
  outline: none;
}

@keyframes rotating {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.intro-content {
  position: absolute;
  left: 20px;
  top: 50%;
  z-index: 10;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.intro-content .btn {
  font-size: 1.2rem;
  min-width: 90px;
  padding: 6.5px 10px;
}

.intro-subtitle {
  color: #fff;
  font-weight: 300;
  font-size: 1.4rem;
  margin-bottom: 5px;
}

.intro-title {
  color: #fff;
  font-weight: 700;
  font-size: 3rem;
  line-height: 1.2;
  letter-spacing: -0.03em;
  margin-bottom: 12px;
  text-indent: -2px;
}

.brand {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-height: 48px;
}
.brand img {
  width: auto !important;
  max-width: 100% !important;
}
.brand:focus {
  outline: none !important;
}

.nav.nav-pills .nav-link {
  font-size: 1.6rem;
}

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

.categories.container {
  position: relative;
}
.categories.container::before {
  content: "";
  position: absolute;
  left: 10px;
  right: 10px;
  height: 1px;
  top: 0;
  background-color: #ebebeb;
}

.more-container {
  margin-bottom: 70px;
}

.icon-box-icon {
  color: #333;
  font-size: 3.4rem;
}

/* .carousel-with-shadow .owl-stage-outer {
  padding: 0 1rem 2rem;
  margin-left: -1rem;
  margin-right: -1rem;
  margin-top: -3rem;
  padding-top: 3rem;
} */
.carousel-with-shadow.owl-simple .owl-nav [class*="owl-"] {
  margin-top: -31px;
}

.blog-posts .entry {
  color: #777;
  font-size: 1.5rem;
  line-height: 1.73;
  margin-bottom: 30px;
}
.blog-posts .entry-media {
  margin-bottom: 17px;
}
.blog-posts .entry-meta {
  color: #cccccc;
  margin-bottom: 8px;
}
.blog-posts .entry-title {
  font-weight: 500;
  font-size: 1.8rem;
  margin-bottom: 5px;
}
.blog-posts .read-more {
  padding-right: 0;
  font-weight: 400;
  text-transform: uppercase;
}
.blog-posts .read-more:after {
  display: none;
}
.blog-posts .read-more:hover,
.blog-posts .read-more:focus {
  padding-right: 0;
}

.entry.entry-display {
  -webkit-transition: -webkit-box-shadow 0.35s ease;
  transition: -webkit-box-shadow 0.35s ease;
  transition: box-shadow 0.35s ease;
  transition: box-shadow 0.35s ease, -webkit-box-shadow 0.35s ease;
}
.entry.entry-display .entry-body {
  padding: 0 20px 25px;
}
.entry.entry-display:hover {
  -webkit-box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.03),
    -5px 5px 10px rgba(0, 0, 0, 0.03);
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.03),
    -5px 5px 10px rgba(0, 0, 0, 0.03);
}

.cta-display .cta-title {
  font-weight: 600;
  font-size: 2.6rem;
  letter-spacing: -0.01em;
}
.cta-display .cta-desc {
  font-size: 1.6rem;
  margin-bottom: 0;
}

.cta-display-content {
  max-width: 630px;
  margin-left: auto;
  margin-right: auto;
}

.footer .widget-title {
  font-weight: 600;
}

.widget-about p {
  max-width: 260px;
}

.cross-txt {
  position: absolute;
  left: -1px;
  right: -1px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
}

.cross-txt:before,
.cross-txt:after {
  content: "";
  -ms-flex: 1;
  -webkit-box-flex: 1;
  flex: 1;
  height: 1px;
  background: #fff;
}

.cross-txt:before {
  margin-right: 25px;
}

.cross-txt:after {
  margin-left: 25px;
}

.mfp-ready.mfp-bg {
  opacity: 0.6;
}

.quickView-content {
  padding: 40px 20px;
  background-color: #fff;
}
.quickView-content .owl-theme.owl-light .owl-nav [class*="owl-"] {
  border: none;
  font-size: 3rem;
  color: #fff;
}
.quickView-content .owl-theme.owl-light .owl-nav [class*="owl-"]:hover,
.quickView-content .owl-theme.owl-light .owl-nav [class*="owl-"]:focus {
  color: #c96;
  background-color: transparent;
}
.quickView-content .owl-theme.owl-nav-inside .owl-nav .owl-prev {
  left: 30px;
  margin: 0;
}
.quickView-content .owl-theme.owl-nav-inside .owl-nav .owl-next {
  right: 30px;
  margin: 0;
}
.quickView-content .owl-theme .owl-nav [class*="owl-"] {
  top: 50%;
}
.quickView-content .owl-theme.owl-light .owl-nav [class*="owl-"] {
  background-color: transparent;
}
.quickView-content .owl-theme.owl-nav-inside .owl-dots {
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  right: unset;
}
.quickView-content > .row {
  margin-left: 0;
  margin-right: 0;
}
.quickView-content > .row > div {
  padding-left: 20px;
  padding-right: 20px;
}
.quickView-content > .row > div .row {
  margin-left: 0;
  margin-right: 0;
}
.quickView-content .product-title {
  margin-top: 30px;
}
.quickView-content .product-title,
.quickView-content .product-price {
  font-size: 2.4rem;
  font-weight: 400;
  color: #333;
  margin-bottom: 10px;
}
.quickView-content .rating-container {
  margin-bottom: 20px;
}
.quickView-content p {
  color: #666;
  margin-bottom: 40px;
}
.quickView-content .product-nav-thumbs a,
.quickView-content .product-nav-thumbs span {
  height: 54px;
}
.quickView-content .details-filter-row label {
  font-size: 1.4rem;
  letter-spacing: 0;
  text-transform: uppercase;
  color: #333;
}
.quickView-content .product-details-action {
  margin-top: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: normal;
  -ms-flex-align: normal;
  align-items: normal;
  margin-bottom: 40px;
}
.quickView-content .details-action-wrapper {
  margin-left: 0;
  margin-bottom: 20px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.quickView-content .btn-product {
  background-color: transparent;
}
.quickView-content .btn-product span {
  font-size: 1.3rem;
  letter-spacing: 0.01em;
  color: #777;
  text-transform: uppercase;
}
.quickView-content .btn-product.btn-cart {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  padding: 12px 15px;
}
.quickView-content .btn-product.btn-cart:hover span,
.quickView-content .btn-product.btn-cart:focus span {
  color: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.quickView-content .btn-product.btn-cart span {
  font-size: 1.4rem;
  letter-spacing: 0.1em;
}
.quickView-content .product-details-footer {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding-top: 40px;
}
.quickView-content .product-details-footer .social-icons {
  margin-left: 0;
}
.quickView-content .product-cat {
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: 0.01em;
  color: #777;
  margin-bottom: 45px;
}
.quickView-content .product-cat span {
  margin-right: 7px;
}
.quickView-content .product-cat a {
  color: #666;
}
.quickView-content .product-left {
  padding-left: 5px;
  padding-right: 5px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 19.2%;
  flex: 0 0 19.2%;
  max-width: 19.2%;
}
.quickView-content .product-left img {
  margin-bottom: 10px;
}
.quickView-content .product-right {
  padding-left: 5px;
  padding-right: 5px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 80.8%;
  flex: 0 0 80.8%;
  max-width: 80.8%;
}
.quickView-content .intro-slider-container,
.quickView-content .intro-slide {
  height: unset;
}
.quickView-content .btn-wishlist:before {
  content: "";
}
.quickView-content .btn-compare:before {
  content: "";
}
.quickView-content .btn-wishlist,
.quickView-content .btn-compare {
  border: none;
}
.quickView-content .btn-wishlist:hover,
.quickView-content .btn-wishlist:focus,
.quickView-content .btn-compare:hover,
.quickView-content .btn-compare:focus {
  color: #c96;
  background-color: transparent;
}
.quickView-content .btn-wishlist:hover span,
.quickView-content .btn-wishlist:focus span,
.quickView-content .btn-compare:hover span,
.quickView-content .btn-compare:focus span {
  color: #c96;
}
.quickView-content .details-action-wrapper .btn-product + .btn-product {
  margin-left: 0;
  padding-left: 0;
}
.quickView-content .carousel-dot img {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0.6;
}
.quickView-content .carousel-dot.active img {
  opacity: 1;
  -webkit-box-shadow: 0 0 0 1px #c96;
  box-shadow: 0 0 0 1px #c96;
}
.quickView-content .carousel-dot:hover img,
.quickView-content .carousel-dot:focus img {
  opacity: 1;
}
.quickView-content .btn-fullscreen {
  position: absolute;
  right: 20px;
  bottom: 20px;
  z-index: 49;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  width: 40px;
  height: 40px;
  color: #777;
  font-weight: normal;
  font-size: 2rem;
  line-height: 1;
  background-color: #fff;
  -webkit-box-shadow: 2px 6px 16px rgba(51, 51, 51, 0.05);
  box-shadow: 2px 6px 16px rgba(51, 51, 51, 0.05);
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.quickView-content .btn-fullscreen:hover,
.quickView-content .btn-fullscreen:focus {
  color: #fff;
  background-color: #c96;
}

.container.quickView-container,
.fullscreen-container .container,
.container.newsletter-popup-container {
  width: 1188px;
  max-width: 100%;
}

.quickView-container,
.fullscreen-container {
  position: relative;
}
.quickView-container button.mfp-close,
.fullscreen-container button.mfp-close {
  color: #666;
  font-size: 1.8rem;
  top: 15px;
  right: 20px;
  display: block;
  width: 20px;
  height: 20px;
}

.fullscreen-container {
  margin-left: -8px;
  margin-right: -8px;
}
.fullscreen-container .carousel-dots {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 60px;
  padding-right: 60px;
}
.fullscreen-container .carousel-dot {
  padding-left: 5px;
  padding-right: 5px;
}
.fullscreen-container .quickView-content {
  padding: 10px 0 40px;
}

.mfp-newsletter.mfp-bg {
  background: #222;
  opacity: 0.6;
}

.newsletter-desc {
  letter-spacing: -0.01em;
}
.newsletter-desc span {
  color: #fff;
  font-weight: 400;
}

.newsletter-button.btn-popup {
  display: none;
}

.jms-popup-content #dontshowagain {
  position: static;
}

.newsletter-popup-container {
  position: relative;
}
.newsletter-popup-container .btn-submit {
  display: none;
}
.newsletter-popup-container .email_subscription input {
  background-color: #f5f5f5;
}
.newsletter-popup-container .newsletter-button.btn-popup {
  display: block;
}
.newsletter-popup-container .newsletter-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.newsletter-popup-container .banner-content-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.newsletter-popup-container .banner-content {
  position: static;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  padding-top: 25px;
  padding-left: 10px;
  padding-right: 10px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc((100% + 20px) / 6 * 4);
  flex: 0 0 calc((100% + 20px) / 6 * 4);
  max-width: calc((100% + 20px) / 6 * 4);
}
.newsletter-popup-container .banner-title {
  font-size: 2.6rem;
  font-weight: 700;
  color: #222;
  margin-bottom: 10px;
  text-transform: uppercase;
  line-height: 1.4em;
}
.newsletter-popup-container .banner-title span {
  color: #a6c76c;
  font-weight: 700;
}
.newsletter-popup-container .banner-title .light {
  font-weight: 400;
}
.newsletter-popup-container p {
  font-weight: 400;
  letter-spacing: 0.01em;
  margin-bottom: 33px;
  line-height: 1.75em;
}
.newsletter-popup-container .logo {
  margin-left: auto;
  margin-right: auto;
  margin-top: 25px;
  margin-bottom: 15px;
  min-height: 0;
}
.newsletter-popup-container .form-control {
  background-color: #f5f5f5;
  border-color: #f5f5f5;
  border-radius: 0;
  height: 46px;
  background-clip: border-box;
  color: #666;
}
.newsletter-popup-container .form-control::-webkit-input-placeholder {
  color: #666;
}
.newsletter-popup-container .form-control::-moz-placeholder {
  color: #666;
}
.newsletter-popup-container .form-control:-ms-input-placeholder {
  color: #666;
}
.newsletter-popup-container .form-control::-ms-input-placeholder {
  color: #666;
}
.newsletter-popup-container .form-control::placeholder {
  color: #666;
}
.newsletter-popup-container .form-control:focus {
  border-color: #f5f5f5;
}
.newsletter-popup-container .input-group {
  border: none;
}
.newsletter-popup-container .input-group .btn {
  min-width: 70px;
  background-color: #222;
  color: #fff;
  border-radius: 0;
  text-transform: uppercase;
  border-color: transparent;
}
.newsletter-popup-container .input-group .btn:hover,
.newsletter-popup-container .input-group .btn:focus {
  background-color: #a6c76c;
}
.newsletter-popup-container .custom-control {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
}
.newsletter-popup-container .custom-control-label {
  font-size: 1.3rem;
  font-weight: 400;
  letter-spacing: 0.01em;
}
.newsletter-popup-container .custom-control-label:before,
.newsletter-popup-container .custom-control-label:after {
  left: -5p;
  width: 14px;
  height: 14px;
  border-radius: 2px;
  top: 8px;
}
.newsletter-popup-container .newsletter-popup-content {
  -webkit-box-shadow: 0 10px 20px rgba(34, 34, 34, 0.3);
  box-shadow: 0 10px 20px rgba(34, 34, 34, 0.3);
}
.newsletter-popup-container .mfp-close {
  top: 10px;
  right: calc(100% / 12 + 20px);
  font-size: 2rem;
  background-color: #fff;
  border-radius: 50%;
  width: 30px;
  height: 30px;
}

/*** newsletter ***/
.email_subscription {
  max-width: 580px;
  margin: auto;
}
.email_subscription .widget-title,
.email_subscription .widget-desc {
  display: none;
}
.email_subscription .form-control {
  padding: 24px 20px;
  background-color: #fff;
}
.email_subscription .form-control::-webkit-input-placeholder {
  color: #666666;
}
.email_subscription .form-control::-moz-placeholder {
  color: #666666;
}
.email_subscription .form-control:-ms-input-placeholder {
  color: #666666;
}
.email_subscription .form-control::-ms-input-placeholder {
  color: #666666;
}
.email_subscription .form-control::placeholder {
  color: #666666;
}

#newsletter-btn {
  background: #206942;
  border-radius: 10px;
  color: #ffffff;
  font-weight: 500;
  min-width: 150px;
  border: none;
  line-height: 32px;
  border: 1px solid #206942;
}
#newsletter-btn:hover {
  background-color: #fff;
  border: 1px solid #206942;
}
#newsletter-btn:hover span {
  color: #206942;
}
@media screen and (min-width: 1200px) {
  .quickView-content > .row .product-fullscreen {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(50% + 20px);
    flex: 0 0 calc(50% + 20px);
    max-width: calc(50% + 20px);
    padding-left: 0;
    padding-right: 0;
  }
}
.mfp-wrap .mfp-content {
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  opacity: 0;
}

.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}

@media screen and (min-width: 576px) {
  .intro-content {
    left: 50px;
  }
  .intro-content .btn {
    font-size: 1.2rem;
    min-width: 110px;
    padding-top: 7.5px;
    padding-bottom: 7.5px;
  }

  .intro-subtitle {
    font-size: 1.6rem;
  }

  .intro-title {
    font-size: 3.6rem;
    margin-bottom: 13px;
  }
}
@media screen and (min-width: 768px) {
  .intro-content {
    left: 70px;
  }
  .intro-content .btn {
    font-size: 1.3rem;
    min-width: 130px;
    padding: 9.5 15px;
  }

  .intro-subtitle {
    font-size: 1.8rem;
  }

  .intro-title {
    font-size: 4.2rem;
    margin-bottom: 17px;
  }
}
@media screen and (min-width: 992px) {
  .cta-display .cta-title {
    font-size: 3rem;
  }
}
@media screen and (min-width: 1200px) {
  .intro-content {
    left: 100px;
  }
  .intro-content .btn {
    font-size: 1.4rem;
    min-width: 150px;
    padding-top: 11.5px;
    padding-bottom: 11.5px;
  }

  .intro-subtitle {
    font-size: 2rem;
  }

  .intro-title {
    font-size: 5.2rem;
  }
}
@media screen and (max-width: 575px) {
  .cta-display .cta-desc {
    margin-bottom: 20px;
  }
  .cta-display .btn {
    padding-top: 8.5px;
    padding-bottom: 8.5px;
  }
}
@media screen and (max-width: 991px) {
  .newsletter-img {
    display: none;
  }

  .newsletter-popup-container .banner-content {
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 900px) {
  .fullscreen-container {
    margin-left: -6px;
    margin-right: -6px;
  }
}
@media screen and (min-width: 768px) {
  .banner-display .banner-title {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 591px) {
  .newsletter-popup-container .banner-content {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 90%;
    flex: 0 0 90%;
    max-width: 90%;
  }
}
@media screen and (max-width: 439px) {
  .quickView-content .details-action-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .quickView-content .details-action-wrapper .btn-product + .btn-product {
    border: none;
    margin-top: 10px;
  }
}
@media (min-width: 768px) {
  .quickview-modal .col-lg-6.right {
    margin-top: 0;
  }

  .newsletter-popup-container .banner-title {
    font-size: 4.6rem;
  }
}
@media screen and (min-width: 992px) {
  .banners-sm .banner-link-anim {
    padding-left: 0;
    padding-right: 0;
  }
  .banners-sm .row {
    margin-left: 0;
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  div.sliders .jms-slide-content .btn {
    padding: 2vw 4vw;
    min-width: auto;
  }
}
/*--------------------- 5.2.Category -------------------- */
/* Category */
/* my code */

#js-product-list-top #_desktop_search_filters_clear_all button {
  padding: 0;
  border: 0;
  background: none;
  min-width: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 62px;
  gap: 7px;
}
#category #wrapper > .container-fluid > .row {
  align-items: baseline;
}

@media (min-width: 992px) {
  #category #wrapper > .container-fluid > .row {
    justify-content: space-between;
    margin-top: 52px;
  }
  #category #wrapper .col-lg-3 {
    -ms-flex: 0 0 22.917%;
    flex: 0 0 22.917%;
    max-width: 22.917%;
  }
  #category #wrapper .col-lg-9 {
    -ms-flex: 0 0 74.3%;
    flex: 0 0 74.3%;
    max-width: 74.6%;
  }
}

#category #wrapper .container-fluid {
  max-width: 1440px;
  padding: 0 15px;
}
#category .block_newsletter {
}
@media (max-width: 768px) {
  .banner-general-column {
    display: none;
  }
}
.banner-general-column {
  margin-top: 0;
}
.product-images .thumb-container > .thumb {
  border-radius: 15px;
}
.product-images .thumb-container > .selected,
.product-images .thumb-container > .thumb:hover {
  border: 1px solid #206942;
  border-radius: 15px;
}
/* my code */
.open-filter#category div#left-column,
.open-filter#category div#right-column {
  left: 0;
  opacity: 1;
}
.bg-overlay {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  z-index: 5999;
  display: none;
}
.open-filter .main-site > .bg-overlay {
  opacity: 1;
  display: block;
}
@media (max-width: 768px) {
  #category div#left-column,
  #category div#right-column {
    position: fixed;
    opacity: 0;
    width: 290px;
    max-width: 290px;
    height: 100%;
    background: #fff;
    top: 0;
    left: -290px;
    transition: all 0.3s;
    padding: 40px 30px 50px;
    margin-top: 0;
    overflow-y: auto;
    z-index: 10000;
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  #category .col-md-4#left-column,
  #category .col-md-4#right-column {
    flex: 0 0 25%;
    max-width: 100%;
  }
  #js-product-list-top #_desktop_search_filters_clear_all button {
    display: none;
  }
  #category #left-column ~ #content-wrapper {
    flex: 0 0 75%;
    max-width: 100%;
  }
}

#category .sidebar-column .block-custom-html,
#category .sidebar-column .block-bestseller {
  display: none;
}
#product_list .productbox-12 {
  margin-bottom: 20px;
}

.products-list .col-product {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.products-list .product-miniature {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -10px;
  margin-left: -10px;
  margin-bottom: 30px;
  text-align: left;
}
.products-list .product-miniature:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.products-list .product-miniature .product-preview {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 30.951%;
  flex: 0 0 30.951%;
  max-width: 31%;
}
.products-list .product-miniature .product-preview .wrapp-buttons {
  display: none;
}
.products-list .product-miniature .product-preview .product-action {
  display: none;
}
.products-list .product-miniature .product-preview .specific_prices {
  display: none;
}
@media (max-width: 992px) {
  .products-list .product-miniature {
    margin-right: 0;
    margin-left: 0;
  }
}
@media only screen and (min-width: 678px) and (max-width: 992px) {
  .products-list .product-miniature .product-info {
    -ms-flex: 0 0 50%;
    flex: 0 0 42% !important;
  }
  .products-list .product-miniature .product-preview {
    max-width: 58% !important;
    -ms-flex: 0 0 50%;
    flex: 0 0 58%;
  }
}
@media (max-width: 677px) {
  .products-list .product-miniature .product-info {
    -ms-flex: 0 0 100%;
    max-width: 100% !important;
    flex: 0 0 100% !important;
    padding-left: 0 !important;
    padding-bottom: 0;
  }
  .product-list .productbox-1 .product-link {
    font-size: 28px;
  }
  .products-list .product-miniature .product-preview {
    max-width: 100% !important;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
  /* .products-list .product-flags .discount,  .products-list .product-flags .on-sale{

  } */
}
.products-list .product-miniature .product-info {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 65%;
  flex: 0 0 65%;
  min-height: 300px;
  max-width: 70%;
  padding-left: 30px;
  padding-top: 4px;
  text-align: left;
  -webkit-transition: none;
  transition: none;
  align-self: center;
  transition: all 1s;
  padding-bottom: 0;
}
.products-list .product-miniature .product-info #review {
  display: none;
}
.products-list .product-miniature .product-info .category-name {
  display: inline-block;
}

/* .products-list .product-miniature .product-info .addToWishlist {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: absolute;
  right: 3.5rem;
  top: 2.8rem;
} */
.products-list .product-miniature .product-info .variant-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: static;
  margin-top: 37px;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.products-list .product-miniature .product-footer {
  display: none;
}
/* .products-list .product-miniature .product-actions {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  max-width: 25%;
  padding-right: 10px;
  padding-left: 10px;
  padding-top: 3.3rem;
  position: static;
  opacity: 1;
  visibility: visible;
  -webkit-transform: none;
          transform: none;
  -webkit-transition: none;
  transition: none;
  display: block;
} */
.products-list .product-miniature .product-actions .content_price {
  display: block;
  margin-bottom: -1px;
}
.products-list .product-miniature .product-actions #review {
  display: block;
  margin-bottom: 19px;
}
.products-list .product-miniature .product-actions .quick-view {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1.2rem;
  color: #777;
  font-weight: 400;
  text-transform: lowercase;
  margin-bottom: 12px;
  line-height: 1.4;
}
.products-list .product-miniature .product-actions .quick-view::before {
  font-size: 1.8rem;
}
.products-list .product-miniature .product-actions .quick-view span {
  margin-left: 5px;
}
.products-list .product-miniature .product-actions .product-btn {
  line-height: 1;
  padding-top: 10px;
  padding-bottom: 10px;
  border: 1px solid;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-transform: uppercase;
}
.products-list .product-miniature .product-actions .product-btn.disabled {
  cursor: not-allowed;
}
.products-list .product-miniature .product-list-reviews {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.products-list .product-miniature .product-short-desc {
  display: block;
  margin-top: 17px;
  font-size: 14px;
  line-height: 28px;
  color: #666666;
  margin-bottom: 40px;
}
/* .products-list .productbox-8 .product-info {
  -webkit-transform: none !important;
          transform: none !important;
}
.products-list .productbox-8 #review {
  margin-top: 4px;
  margin-bottom: 0;
}
.products-list .productbox-9 .product-preview .quick-view {
  display: none;
}
.products-list .productbox-9 .product-actions .content_price, .products-list .productbox-9 .product-actions #review {
  display: block;
}
.products-list .productbox-9 .product-actions .quick-view {
  -webkit-transform: none;
          transform: none;
}
.products-list .productbox-9 .product-actions .quick-view:hover {
  background-color: transparent;
}
.products-list .productbox-9 .product-actions .quick-view::before {
  display: block;
}
.products-list .productbox-9 .ajax-add-to-cart i {
  display: none;
}
.products-list .productbox-12 {
  border: none;
}
.products-list .productbox-12:hover .product-info .product-footer {
  display: none;
}
.products-list .productbox-12 .product-preview {
  margin: 0;
}
.products-list .productbox-13:hover .product-info .product-footer {
  display: none;
}
.products-list .productbox-14:hover {
  margin-bottom: 2rem !important;
}
.products-list .productbox-14:hover .product-info {
  -webkit-transform: none;
          transform: none;
}
.products-list .productbox-14 .product-info .product-detail {
  display: none;
}
.products-list .productbox-14 .product-info .product-action {
  display: none;
}
.products-list .productbox-15:hover .product-info {
  -webkit-transform: none;
          transform: none;
} */
.grid-2 .col-product,
.grid-3 .col-product,
.grid-4 .col-product {
  padding: 0 14px 60px;
}
@media (max-width: 440px) {
  .products .col-product {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (max-width: 992px) {
  .products .col-product {
    padding-bottom: 20px;
  }
}
.col-product {
  padding: 0 14px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

#category .sidebar-column {
  margin-top: 20px;
}
/* @media only screen and (min-width:768px) and (max-width:992px){

} */
#category .breadcrumb-wrapper {
  margin-bottom: 20px;
}
#category .breadcrumb-nav {
  margin-bottom: 0;
}
@media screen and (min-width: 1200px) {
  #category #footer {
    margin-top: 125px;
  }
}

#search #footer {
  margin-top: 70px;
}

#js-product-list-top .sidebar-toggler {
  display: none;
}

.sidebar-toggler a {
  color: #222222;
  display: flex;
  align-items: center;
}

.sidebar-filter-active .main-site::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(25, 25, 25, 0.25);
  z-index: 1000;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.sidebar-filter-active #content-wrapper #search_filters_wrapper {
  left: 0;
  visibility: visible;
}

#content-wrapper #search_filters_wrapper {
  position: fixed;
  left: -350px;
  top: 0;
  bottom: 0;
  z-index: 1001;
  background-color: #fff;
  width: 100%;
  max-width: 300px;
  padding: 35px 27px 15px;
  overflow-y: scroll;
  -webkit-box-shadow: 1px 0 6px 0 rgba(51, 51, 51, 0.5);
  box-shadow: 1px 0 6px 0 rgba(51, 51, 51, 0.5);
  will-change: transform;
  visibility: hidden;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}
#content-wrapper
  #search_filters_wrapper
  ~ #main
  #js-product-list-top
  .sidebar-toggler {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
#content-wrapper
  #search_filters_wrapper
  ~ #main
  #js-product-list-top
  .col-pagination {
  display: none;
}
#content-wrapper
  #search_filters_wrapper
  ~ #main
  #js-product-list-top
  .col-pagination
  .pagination {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#content-wrapper
  #search_filters_wrapper
  ~ #main
  #js-product-list-top
  .col-sort {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
#content-wrapper
  #search_filters_wrapper
  ~ #main
  #js-product-list-top
  .col-sort
  .sort-by {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
#content-wrapper
  #search_filters_wrapper
  ~ #main
  #js-product-list-top
  .col-sort
  .inlude_sort_by {
  margin-right: 0;
}
#content-wrapper
  #search_filters_wrapper
  ~ #main
  #js-product-list-top
  .col-sort
  .view-mode {
  display: none;
}
#products-top .col-pagination {
  display: flex;
  align-items: center;
}
#products-top {
  margin: 0 0 50px;
  border: 0;
  padding: 0;
}
@media (max-width: 576px) {
  #products-top .col-0 {
    display: none;
  }
}

#products-top .page-pagination::after {
  content: url(../iconsvg/arrow-sorting.svg);
  display: flex;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  border: 1px solid #efbc48;
  border-radius: 50px;
  height: 34px;
  width: 34px;
  margin-left: 15px;
  margin-right: 40px;
}
#products-top .page-pagination:hover:after {
  background: #efbc48;
}
#products-top .pagination {
  margin: 0;
  padding: 0;
  border: 0;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#products-top .select-title {
  position: relative;
}
#products-top .select-title:hover::after {
  background: #efbc48;
}
#products-top .select-title::after {
  content: url(../iconsvg/arrow-sorting.svg);
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-51%);
  transform: translateY(-51%);
  z-index: -1;
  border: 1px solid #efbc48;
  border-radius: 50px;
  height: 34px;
  width: 34px;
}
#products-top .sort-by {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#products-top .sort-by .label-sort-by {
  font-size: 16px;
  letter-spacing: 0.03em;
  color: #666666;
  margin-right: 11px;
}
#products-top .view-mode {
  display: none;
}
#products-top .view-mode .switch-view.active svg rect {
  fill: #efbc48;
}
#products-top .view-mode .switch-view:not(:first-child) {
  margin-left: 9px;
}
#products-top .view-mode .switch-view:hover svg {
  fill: #333;
}
#products-top .view-mode .switch-view.active svg {
  fill: #333;
}
#products-top .view-mode .switch-view svg {
  fill: #dadada;
  -webkit-transition: fill 0.35s;
  transition: fill 0.35s;
}
#products-top .block-pagination {
  display: block;
}

.toolbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1.5;
  margin-top: 0;
  margin-bottom: 20px;
}
.toolbox::after {
  display: block;
  clear: both;
  content: "";
}
.toolbox .select-custom {
  margin-bottom: 0;
}
.toolbox .select-custom::after {
  right: 9px;
  font-size: 1rem;
}
.toolbox .select-custom .form-control {
  font-size: 1.3rem;
  padding-right: 20px;
  max-width: 140px;
  min-width: 140px;
  background-color: #fff;
  border-color: #e4e4e4;
}
.toolbox label {
  font-weight: 400;
  color: #333333;
  font-size: 1.2rem;
  margin: 0;
}
.toolbox .form-control {
  color: #999999;
  font-weight: 300;
  font-size: 1.2rem;
  padding: 4.5px 10px;
  height: 30px;
  margin-bottom: 0;
}
.toolbox .form-control:not(:focus) {
  border-color: #d7d7d7;
}
.toolbox select.form-control:not([size]):not([multiple]) {
  height: 30px;
}

.toolbox-left,
.toolbox-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 0px;
  flex: 1 1 0;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.toolbox-center {
  margin-top: 10px;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
}

.toolbox-right {
  margin-top: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.toolbox-info {
  color: #ccc;
}
.toolbox-info span {
  color: #333333;
}

.toolbox-sort {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.toolbox-sort label {
  margin-right: 16px;
}

.toolbox-layout {
  margin-top: 10px;
}

.btn-layout {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 5px;
}
.btn-layout + .btn-layout {
  margin-left: 5px;
}
.btn-layout svg {
  fill: #dadada;
  -webkit-transition: fill 0.35s;
  transition: fill 0.35s;
}
.btn-layout:hover svg,
.btn-layout:focus svg,
.btn-layout.active svg {
  fill: #333;
}

.products > .row > [class*="col-"] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
}
.products .product {
  width: 100%;
}

.product {
  overflow: hidden;
}

.carousel-equal-height .owl-stage,
.carousel-equal-height .owl-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.carousel-equal-height .product {
  width: 100%;
}

.owl-carousel .entry {
  margin-bottom: 0;
}

.load-more-container {
  margin-top: 40px;
  margin-bottom: 20px;
}

.btn.btn-load-more {
  text-transform: uppercase;
  min-width: 190px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-left: 20px;
  padding-right: 20px;
}
.btn.btn-load-more i {
  margin: 0 !important;
}

.sidebar-shop .widget {
  color: #333333;
  margin: 0 0 20px;
  border-bottom: 1px solid #ebebeb;
}
.sidebar-shop .widget:last-child {
  border-bottom: none;
}
.sidebar-shop .widget-title {
  color: #333333;
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 1.15;
  margin-bottom: 7px;
}
.sidebar-shop .custom-control {
  padding-left: 27px;
  margin: 0;
}
.sidebar-shop .custom-control-label {
  font-weight: 400;
  color: #333333;
  cursor: pointer;
}
.sidebar-shop .custom-control-label::before {
  border-radius: 2px;
}

.widget-clean {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 6px;
  padding-bottom: 21px;
}
.widget-clean label {
  color: inherit;
  font-weight: 400;
  font-size: 1.4rem;
  margin: 0;
}
.widget-clean a {
  display: inline-block;
  font-weight: 400;
  font-size: 1.2rem;
  margin-left: auto;
}

.widget-collapsible .widget-title a {
  position: relative;
  display: block;
  color: inherit;
  text-decoration: none;
  padding-right: 30px;
}
.widget-collapsible .widget-title a:after {
  color: #333333;
  content: "";
  display: block;
  font-size: 1.4rem;
  line-height: 1;
  position: absolute;
  top: 50%;
  right: 16px;
  margin-top: -7px;
}
.widget-collapsible .widget-title a.collapsed:after {
  content: "";
}
.widget-collapsible .widget-title a:focus {
  outline: none !important;
}
.widget-collapsible .widget-body {
  padding-top: 10px;
  padding-bottom: 20px;
}

.filter-item {
  position: relative;
  margin-bottom: 3px;
}

.filter-items-count .filter-item {
  padding-right: 40px;
}
.filter-items-count .item-count {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  right: 10px;
  top: 50%;
  min-width: 25px;
  height: 20px;
  margin-top: -10px;
  font-weight: 300;
  font-size: 1.3rem;
  line-height: 1;
  border-radius: 6px;
  color: #777;
  background-color: #f8f8f8;
}

.sidebar-toggler {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #333333;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1;
  text-transform: uppercase;
}
.sidebar-toggler i {
  font-size: 1.6rem;
  margin-right: 9px;
}
.sidebar-toggler:hover,
.sidebar-toggler:focus {
  color: #a6c76c;
}

.sub-filter-items {
  padding-left: 27px;
}

.filter-colors {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-top: 7px;
  padding-bottom: 5px;
}
.filter-colors a {
  position: relative;
  display: block;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: 2px solid #fff;
  margin: 0 3px 3px;
  -webkit-transition: -webkit-box-shadow 0.35s ease;
  transition: -webkit-box-shadow 0.35s ease;
  transition: box-shadow 0.35s ease;
  transition: box-shadow 0.35s ease, -webkit-box-shadow 0.35s ease;
}
.filter-colors a:after {
  color: #fff;
  content: "";
  font-size: 1rem;
  line-height: 1;
  position: absolute;
  left: 50%;
  top: 50%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.01s;
  transition: opacity 0.01s;
  margin-top: -4px;
  margin-left: -5px;
}
.filter-colors a.selected,
.filter-colors a:hover,
.filter-colors a:focus {
  -webkit-box-shadow: 0 0 0 1px #cccccc;
  box-shadow: 0 0 0 1px #cccccc;
}
.filter-colors a.selected:after {
  visibility: visible;
  opacity: 1;
}

.filter-price {
  padding-top: 2px;
  padding-bottom: 30px;
}

.filter-price-text {
  font-size: 14px;
  line-height: 27px;
  letter-spacing: 0.02em;
  color: #666666;
}

#filter-price-range {
  color: #a6c76c;
}

@media (min-width: 576px) {
  #content-wrapper #search_filters_wrapper {
    max-width: 350px;
  }
}
@media (min-width: 1200px) {
  .grid-5 .products .col-product {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .grid-5 .products .col-product {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .grid-5 .productbox-1 .product-link,
  .grid-4 .productbox-1 .product-link,
  .grid-6 .productbox-1 .product-link {
    font-size: 13px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inherit;
  }
}
@media (min-width: 1430px) {
  .grid-6 .products .col-product {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1430px) {
  .grid-6 .products .col-product {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
}
@media(min-width:992px){
  .grid-4 .products .col-product {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
}
@media (min-width: 768px) {
  .col-product {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .grid-2 .products .col-product {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .grid-3 .products .col-product {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }


  #products-top .view-mode {
    display: block;
  }

  #products-top .sort-by {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  #products-top .pagination {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-bottom: 0;
  }

  #content-wrapper
    #search_filters_wrapper
    ~ #main
    #js-product-list-top
    .sidebar-toggler {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  #content-wrapper
    #search_filters_wrapper
    ~ #main
    #js-product-list-top
    .col-pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
    max-width: 60%;
  }
  #content-wrapper
    #search_filters_wrapper
    ~ #main
    #js-product-list-top
    .col-sort {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
}
@media (max-width: 992px) {
  #content-wrapper
    #search_filters_wrapper
    ~ #main
    #js-product-list-top
    .col-pagination
    #_desktop_search_filters_clear_all {
    display: none;
  }
}
@media (min-width: 992px) {
  #category .sidebar-column .block-custom-html,
  #category .sidebar-column .block-bestseller {
    display: block;
  }
}
/*--------------------- 5.3.Product Pages -------------------- */
.accordion .panel-title {
  margin-bottom: 0;
}
.accordion .panel-body {
  padding-top: 20px;
}

.product-description.panel-collapse {
  margin-bottom: 20px;
}
.product-description p {
  font-size: 14px;
  line-height: 30px;
  color: #666666;
  margin-bottom: 20px;
}

.images-container.grid .product-images,
.images-container.thumbs-vertical .product-images {
  margin-left: -10px;
  margin-right: -10px;
}
.images-container.grid .thumb-container,
.images-container.thumbs-vertical .thumb-container {
  margin-bottom: 20px;
  width: 50%;
  float: left;
  padding: 0 10px;
}
.images-container.grid .thumb-container::after,
.images-container.thumbs-vertical .thumb-container::after {
  display: none;
}
.images-container.grid .thumb-container > .thumb,
.images-container.thumbs-vertical .thumb-container > .thumb {
  border-color: #ebebeb;
}

.product-images .thumb-container {
  position: relative;
  list-style-type: none;
}
.product-images .thumb-container:hover::after {
  visibility: hidden;
  opacity: 0;
}
.product-images .thumb-container.selected::after,
.product-images .thumb-container.selected:hover::after,
.product-images .thumb-container.slick-current::after,
.product-images .thumb-container.slick-current:hover::after {
  visibility: hidden;
  opacity: 0;
}
/* .product-images .thumb-container::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  visibility: visible;
  opacity: 1;
  background-color: rgba(255, 255, 255, 0.4);
} */

#product-modal .modal-dialog {
  max-width: 500px;
  margin: 0 auto;
  width: 100%;
  padding: 0 10px;
}
#product-modal.modal.fade .modal-dialog {
  top: 50%;
  -webkit-transform: translate(0, -60%);
  transform: translate(0, -60%);
}
#product-modal.modal.show .modal-dialog {
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
#product-modal .thumb {
  margin: 0 auto;
  border-radius: 20px;
}
#product-modal .owl-item {
  opacity: 0;
}
#product-modal .owl-item.active {
  opacity: 1;
}
#product-modal .owl-nav button {
  width: 32px;
  height: 34px;
  background: transparent;
  border: none;
  padding: 0;
  margin: 0;
  opacity: 0.6;
}
#product-modal .owl-nav button:hover {
  opacity: 1;
}
#product-modal .owl-nav button.disabled {
  cursor: default;
}
#product-modal .owl-nav button.disabled:hover {
  opacity: 0.6;
}
#product-modal .owl-nav button.owl-next {
  right: 20px !important;
}
#product-modal .owl-nav button.owl-prev {
  left: 0 !important;
}
#product-modal .owl-nav button.owl-prev::before {
  content: url(../iconsvg/chevron-left-modal-product.svg);
}
#product-modal .owl-nav button.owl-next::before {
  content: url(../iconsvg/chevron-right-modal-product.svg);
}
#product-modal .owl-nav button::before {
  color: #fff;
  font-weight: normal;
  font-size: 3.2rem;
  line-height: 1;
}
#product-modal .owl-nav button span {
  display: none;
}

.productModal-carousel .owl-stage-outer {
  overflow: hidden;
}

.thumbs-gallery .product-images .thumb-container::after {
  display: none;
}

.product-layout-sticky-info .product-images .thumb-container > .thumb.selected {
  border-color: #ebebeb;
}
.product-layout-sticky-info #more_info_block .panel-default {
  border: 1px solid #ebebeb;
}
.product-layout-sticky-info #more_info_block .panel-default + .panel-default {
  border-top: 0;
}
.product-layout-sticky-info #more_info_block .panel-default .panel-title > a {
  padding-top: 21px;
  padding-bottom: 21px;
  padding: 21px 40px 21px 20px;
  line-height: 1.2;
  -webkit-transition: none;
  transition: none;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.product-layout-sticky-info
  #more_info_block
  .panel-default
  .panel-title
  > a.collapsed {
  background-color: #fafafa;
}
.product-layout-sticky-info
  #more_info_block
  .panel-default
  .panel-title
  > a.collapsed::after {
  content: "";
  color: #8c8c8c;
}
.product-layout-sticky-info
  #more_info_block
  .panel-default
  .panel-title
  > a::after {
  content: "";
  font-size: 1.6rem;
  display: inline-block;
  position: absolute;
  right: 12px;
  top: 50%;
  line-height: 1;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.product-layout-sticky-info #more_info_block .panel-body {
  padding: 10px 20px 20px;
  padding-top: 0;
}

.product-layout-3columns .product-quantity .product-btn.cart-button {
  padding: 10px 30px;
  margin-top: 25px;
}
.product-layout-3columns .product-quantity .add {
  display: block;
}
.product-layout-3columns .block-social {
  margin-top: 20px;
}
.product-layout-3columns .product-action {
  border: 1px solid #ebebeb;
  padding: 20px 20px;
}

@media screen and (max-width: 480px) {
  .product-name {
    font-size: 23px !important;
  }
}
.product-name {
  margin-bottom: 7px;
  margin-top: -5px;
  font-size: 40px;
  line-height: 1.2;
  letter-spacing: 0.04em;
  color: #222222;
}

.rating {
  margin-top: 15px;
  margin-bottom: 7px;
}

.product-prices {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.product-prices .new,
.product-prices .price {
  font-size: 2.4rem;
  margin-bottom: 0;
  margin-right: 5px;
}
.product-prices .old {
  font-size: 1.8rem;
  margin-bottom: 0;
  text-decoration: line-through;
}

.product-prices #jms_productvideo {
  margin-top: 20px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.product-information .specific_prices {
  margin-bottom: 30px;
}
.product-information .specific_prices .countdown-section {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  border-radius: 3px;
  min-width: 51.5px;
  line-height: 1;
  padding-top: 14px;
  padding-bottom: 14px;
  background-color: rgba(204, 102, 102, 0.85);
}
.product-information .specific_prices .countdown-section .countdown-amount {
  display: inline-block;
  color: #fff;
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 1;
  letter-spacing: -0.03em;
  margin-bottom: 4px;
  padding-right: 0;
}
.product-information .specific_prices .countdown-section .countdown-period {
  text-align: center;
  display: block;
  font-size: 1rem;
  font-weight: 400;
  color: #fff;
  text-transform: lowercase;
  width: 100%;
  padding-left: 2px;
  padding-right: 2px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.product-information .specific_prices .countdown-section:not(:last-child) {
  margin-right: 16px;
}
.product-information
  .specific_prices
  .countdown-section:not(:last-child)::after {
  color: #333333;
  content: ":";
  display: inline-block;
  font-weight: 400;
  font-size: 2rem;
  line-height: 1;
  position: absolute;
  left: 100%;
  margin-left: 6px;
  margin-top: -1px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.product-variants .select-option {
  position: relative;
}
.product-variants .select-option::before {
  content: "";
  position: absolute;
  display: inline-block;
  right: 9px;
  top: 50%;
  font-size: 1rem;
  -webkit-transform: translateY(-51%);
  transform: translateY(-51%);
  color: #333;
  z-index: -1;
}
.product-variants .select-option select {
  color: #777;
  height: 40px;
  font-weight: 400;
  margin-bottom: 0;
  padding-left: 10px;
  padding-right: 30px;
  background: transparent;
  border: 1px solid #d7d7d7;
  min-width: 135px;
  -moz-appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
}
.product-add-to-cart .add-to-cart:hover,
.cart-overview .add-to-cart:hover {
  background: #eebb48;
}
.product-add-to-cart .add-to-cart:hover .text-addcart,
.cart-overview .add-to-cart:hover .text-addcart {
  color: #206942 !important ;
}
.product-add-to-cart .add-to-cart,
.cart-overview .add-to-cart {
  padding: 8.21px 7.29vw;
  background: #206942;
  border-radius: 10px;
  border: 0;
  line-height: 1;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
/* .product-add-to-cart .add-to-cart::before, .cart-overview .add-to-cart::before {
  content: "";
  font-family: "dm_sans";
  margin-right: 0.4rem;
  font-size: 1.8rem;
} */
.product-add-to-cart .addToWishlist::before,
.cart-overview .addToWishlist::before {
  font-size: 1.6rem;
}
.product-add-to-cart .bootstrap-touchspin {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: auto;
  border: 2px solid #ebebeb;
  border-radius: 10px;
  padding-left: 37px;
}
.quickview-modal .bootstrap-touchspin-up {
  margin-right: 4px;
}
.quickview-modal .bootstrap-touchspin-down {
  margin-left: 6px;
}
#product .bootstrap-touchspin-up {
  margin-right: 18px;
}
#product .bootstrap-touchspin-down {
  margin-left: 10px;
}
.product-add-to-cart #quantity_wanted,
.cart-overview #quantity_wanted {
  border: none;
  background: transparent;
  height: 40px;
  max-width: 57px;
  font-weight: 500;
  font-size: 20px;
  line-height: 26px;
  text-align: center;
  color: #222222;
}
.product-add-to-cart .btn-touchspin,
.cart-overview .btn-touchspin {
  border: 0;
  width: 24px;
  height: 40px;
  min-width: auto;
  padding: 0;
  font-size: 1rem;
}
.product-add-to-cart .btn-touchspin i,
.cart-overview .btn-touchspin i {
  display: none;
}
.product-add-to-cart .btn-touchspin::before,
.cart-overview .btn-touchspin::before {
  line-height: 1;
}
.product-add-to-cart .bootstrap-touchspin-up::before {
  content: url(../iconsvg/plus.svg);
}
.product-add-to-cart .bootstrap-touchspin-down,
.cart-overview .bootstrap-touchspin-down {
  position: absolute;
  top: 0;
  left: 0;
}
.product-add-to-cart .bootstrap-touchspin-down::before {
  content: url(../iconsvg/minus.svg);
}
.cart-overview .bootstrap-touchspin-down::before {
  content: url(../iconsvg/minus.svg);
  padding-left: 20px;
}
.cart-overview .bootstrap-touchspin-up::before {
  content: url(../iconsvg/plus.svg);
  padding-right: 20px;
}
.product-details-top {
  margin-bottom: 10px;
}

.product-gallery {
  margin-bottom: 20px;
}

.product-main-image {
  position: relative;
  margin-bottom: 10px;
}
.product-main-image img {
  max-width: none;
  width: 100%;
}

.product-image-gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  margin-left: -5px;
  margin-right: -5px;
}

.product-gallery-item {
  position: relative;
  display: block;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
  padding-left: 5px;
  padding-right: 5px;
  margin-bottom: 10px;
}
.max-col-6 .product-gallery-item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 16.66%;
  flex: 0 0 16.66%;
  max-width: 16.66%;
}
.product-gallery-item img {
  max-width: none;
  width: 100%;
}
.product-gallery-item:before,
.product-gallery-item:after {
  content: "";
  display: block;
  position: absolute;
  left: 5px;
  right: 5px;
  top: 0;
  bottom: 0;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.product-gallery-item:before {
  opacity: 0;
  visibility: hidden;
}
.product-gallery-item:after {
  visibility: visible;
  opacity: 1;
  background-color: rgba(255, 255, 255, 0.4);
}
.product-gallery-item.active:before {
  visibility: visible;
  opacity: 1;
}
.product-gallery-item:hover:after,
.product-gallery-item.active:after {
  opacity: 0;
  visibility: hidden;
}

.product-gallery-vertical .row {
  margin-left: 0;
  margin-right: 0;
}
.product-gallery-vertical .product-image-gallery,
.product-gallery-vertical .product-main-image {
  width: 100%;
}
.product-gallery-vertical .product-image-gallery {
  width: calc(100% + 10px);
}

.product-gallery-masonry {
  position: relative;
  display: block !important;
}
.product-gallery-masonry .product-gallery-item {
  max-width: 50%;
  width: 50%;
}

/* Important for image zoom in carousel */
.product-gallery-carousel.owl-carousel {
  z-index: initial;
}
.product-gallery-carousel.owl-carousel .owl-item:not(.active) {
  pointer-events: none;
}

.product-gallery-image {
  margin-bottom: 0;
  padding-right: 10px;
}

.product-gallery-separated {
  position: relative;
}

.product-separated-item {
  position: relative;
  display: block;
  margin-bottom: 10px;
}
.product-separated-item img {
  max-width: none;
  width: 100%;
}

.product-pager {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.product-pager-link {
  color: #ccc;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1.3;
  letter-spacing: 0;
}
.product-pager-link i {
  color: #666;
  font-size: 2rem;
  line-height: 1;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.product-pager-link span {
  display: inline-block;
  -webkit-transition: -webkit-box-shadow 0.3s ease;
  transition: -webkit-box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease, -webkit-box-shadow 0.3s ease;
}
.product-pager-link:hover i,
.product-pager-link:focus i {
  color: inherit;
}
.product-pager-link + .product-pager-link {
  margin-left: 30px;
}

.product-pager-prev i {
  margin-right: 5px;
}

.product-pager-next i {
  margin-left: 5px;
}

.product-details {
  margin-bottom: 20px;
}
.product-details .ratings-container {
  margin-bottom: 13px;
}
.product-details .product-price {
  font-size: 2.4rem;
}
.product-details .new-price {
  margin-right: 10px;
}
.product-details .product-content {
  margin-bottom: 16px;
}
.product-details .product-content p:last-child {
  margin-bottom: 0;
}
.product-details .product-countdown {
  position: static;
  left: auto;
  right: auto;
  bottom: auto;
  top: auto;
  max-width: 260px;
  margin-left: -5px;
  margin-bottom: 20px;
}
.product-details .product-countdown .countdown-section {
  background-color: #fafafa;
}
.product-details .product-nav-dots a,
.product-details .product-nav-dots span {
  width: 20px;
  height: 20px;
}
.product-details .product-cat {
  font-weight: 400;
  font-size: 1.4rem;
}
.product-details .product-cat span {
  margin-right: 7px;
}
.product-details .product-cat a {
  color: #666;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.product-details .product-size {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  padding-top: 0;
  margin-bottom: 0;
}
.product-details .product-size a {
  color: #666;
  width: 40px;
  height: 40px;
  font-weight: 400;
  font-size: 1.4rem;
  border: 1px solid #d7d7d7;
  background-color: transparent;
  border-radius: 0;
  margin-right: 10px;
}
.product-details .product-size a.active,
.product-details .product-size a:hover,
.product-details .product-size a:focus {
  background-color: transparent;
}
.product-details .product-size a.disabled {
  color: #dadada;
  border-color: #ebebeb;
  background-color: transparent;
}

.details-filter-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  margin-bottom: 20px;
}
.details-filter-row .form-control {
  font-weight: 400;
  margin-bottom: 0;
  padding-left: 10px;
  padding-right: 10px;
  background-color: #fff;
  border-color: #d7d7d7;
  min-width: 131px;
}
.details-filter-row .select-custom {
  margin-bottom: 0;
  margin-right: 39px;
}
.details-filter-row .select-custom .form-control {
  padding-right: 30px;
}
.details-filter-row .select-custom::after {
  font-size: 1rem;
  right: 9px;
}
.details-filter-row label {
  display: inline-block;
  width: 67px;
  font-weight: 400;
  font-size: 1.4rem;
  margin-bottom: 0;
}
.details-filter-row .product-nav {
  margin-bottom: 0;
}
.details-filter-row .product-nav-thumbs {
  padding-top: 0;
}

.size-guide {
  color: #777;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.size-guide i {
  font-size: 1.8rem;
  margin-right: 7px;
}

.product-details-quantity {
  max-width: 131px;
}
.product-details-quantity .form-control {
  padding-left: 26px;
  padding-right: 26px;
  text-align: center;
  margin-bottom: 0;
}

.product-details-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.product-details-footer .social-icons {
  margin-left: auto;
}
.product-details-footer .social-icon {
  margin-bottom: 0;
}
.product-details-footer #jms_productvideo {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  margin-top: 20px;
}

.icon-video {
  font-size: 3rem;
  color: #666;
}

@media screen and (min-width: 992px) {
  .container-fluid .product-details-top .col-lg-7 {
    -ms-flex: 0 0 56.5%;
    -webkit-box-flex: 0;
    flex: 0 0 56.5%;
    max-width: 56.5%;
  }
  .container-fluid .product-details-top .col-lg-5 {
    -ms-flex: 0 0 43.5%;
    -webkit-box-flex: 0;
    flex: 0 0 43.5%;
    max-width: 43.5%;
  }
}
@media screen and (min-width: 1700px) {
  .container-fluid .product-details-action .btn-cart {
    min-width: 240px;
  }
  .container-fluid .details-filter-row .form-control {
    min-width: 171px;
  }
}
.product-desc-content h2 {
  font-weight: 400;
  font-size: 2.4rem;
  margin-bottom: 18px;
}
.product-desc-content h3 {
  font-weight: 400;
  font-size: 1.6rem;
  margin-bottom: 18px;
}
.product-desc-content ul {
  color: #333333;
}
.product-desc-content ul li {
  position: relative;
  padding-left: 13px;
}
.product-desc-content a {
  color: #333;
  border-bottom: 1px solid #b8b8b8;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.product-desc-content blockquote {
  color: #333;
  font-style: normal;
  font-weight: 400;
  font-size: 2.4rem;
  line-height: 1.25;
  letter-spacing: -0.01em;
  margin-bottom: 16px;
}
.product-desc-content blockquote p {
  margin-bottom: 0;
}
.product-desc-content blockquote cite {
  font-weight: 300;
  font-size: 1.4rem;
  letter-spacing: 0;
}

#review-nav #product-comments > .row {
  margin-left: 0;
  margin-right: 0;
}
#review-nav #product-comments > .row > div {
  padding-left: 0;
  padding-right: 0;
}
#review-nav .comments-note {
  display: none;
}

.reviews h3 {
  font-size: 1.6rem;
  margin-bottom: 23px;
}

.review {
  padding-bottom: 13px;
  margin-bottom: 20px;
  border-bottom: 1px solid #ebebeb;
}
.review:last-child {
  margin-bottom: 0;
}
.review .col-auto {
  width: 120px;
  padding-right: 20px;
}
.review h4 {
  color: #333;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.25;
  margin-bottom: 8px;
}
.review h4 a {
  color: inherit;
}
.review .ratings-container {
  padding-top: 7px;
  margin-bottom: 5px;
}
.review .review-date {
  color: #ccc;
}

.review-content {
  margin-bottom: 8px;
}

.review-action {
  font-size: 1.2rem;
}
.review-action a {
  color: #777;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.review-action a + a {
  margin-left: 16px;
}
.review-action i {
  font-size: 1.4rem;
  margin-right: 6px;
}

/* Product Centered */
.product-details-centered {
  text-align: center;
}
.product-details-centered .ratings-container,
.product-details-centered .product-price,
.product-details-centered .details-filter-row {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.product-details-centered .product-content {
  max-width: 470px;
  margin-left: auto;
  margin-right: auto;
}
.product-details-centered .details-row-size .select-custom {
  margin-right: 20px;
}
.product-details-centered .details-filter-row label {
  width: auto;
  margin-right: 10px;
}
.product-details-centered .details-filter-row .form-control {
  min-width: 104px;
}
.product-details-centered .product-details-action {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.product-details-centered .product-details-action .btn-cart {
  min-width: 218px;
}
.product-details-centered .details-action-wrapper {
  margin-left: 0;
}
.product-details-centered .details-action-wrapper .btn-product + .btn-product {
  border-left-width: 0;
}
.product-details-centered .product-details-quantity {
  max-width: 100px;
}

.details-action-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 22px;
}
.details-action-col .product-details-quantity {
  margin-right: 20px;
}
.details-action-col label {
  display: inline-block;
  width: 67px;
  font-weight: 400;
  font-size: 1.4rem;
  margin-bottom: 0;
}

.product-desc-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 50px;
  padding-bottom: 50px;
  min-height: 500px;
}
.product-desc-row.text-white h2,
.product-desc-row.text-white h3,
.product-desc-row.text-white h4 {
  color: inherit;
}

.details-footer-col {
  padding-top: 0;
  padding-bottom: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-top: none;
}
.product-details-centered .details-footer-col {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.details-footer-col .product-cat {
  margin-bottom: 26px;
}
.details-footer-col .social-icons {
  margin-left: 0;
}

/* Sticky Info */
.product-details-accordion .card {
  border: 1px solid #ebebeb;
}
.product-details-accordion .card .card-title {
  font-weight: 400;
}
.product-details-accordion .card .card-title a {
  background-color: #fafafa;
}
.product-details-accordion .card .card-title a:not(.collapsed) {
  background-color: #fff;
}
.product-details-accordion .card .card-body {
  padding-top: 0;
}
.product-details-accordion .card .card-body p:last-child {
  margin-bottom: 2px;
}

/* With Sidebar */
.product-details-sidebar {
  margin-bottom: 30px;
}
.product-details-sidebar .details-filter-row .select-custom {
  margin-right: 19px;
}
.product-details-sidebar .product-details-action {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.product-details-sidebar .details-action-wrapper {
  margin-left: 0;
}
.product-details-sidebar .details-action-col {
  width: 100%;
}
.product-details-sidebar .details-action-col .btn-product {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  max-width: 230px;
}
.product-details-sidebar .product-details-action {
  margin-bottom: 26px;
}

.sidebar-product {
  max-width: 280px;
  margin-left: auto;
  margin-right: auto;
}
.sidebar-product .widget {
  margin-bottom: 45px;
}
.sidebar-product .widget-title {
  font-size: 2.4rem;
  margin-bottom: 24px;
}
.sidebar-product .products {
  margin-bottom: 30px;
}
.sidebar-product .btn {
  display: block;
  width: 100%;
  text-align: center;
  text-transform: uppercase;
}

.block-bestseller {
  margin-bottom: 50px;
}
.block-bestseller > h3 {
  margin: 50px 0 23px;
}
.block-bestseller > a {
  display: none;
}
/* Sticky bar */
#sticky-bar {
  display: none;
}
#sticky-bar .col-right form > * {
  display: none;
}
#sticky-bar .col-right form .product-add-to-cart {
  display: block;
}
#sticky-bar .product-cover {
  margin-right: 20px;
}
#sticky-bar .product-cover img {
  max-width: 60px;
}
#sticky-bar .product-prices.content_price > * {
  display: none;
}
#sticky-bar .product-prices.content_price .price {
  display: inline-block;
}
#sticky-bar .product-prices.content_price .price.new {
  font-size: 1.6rem;
}
#sticky-bar .product-prices.content_price .price.old {
  font-size: 1.4rem;
}
#sticky-bar #product-availability {
  display: none;
}
#sticky-bar #quantity_wanted {
  max-width: 48px;
  padding: 0 10px;
}
#sticky-bar .product-quantity {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#sticky-bar .product-quantity .control-label {
  display: none;
}
#sticky-bar .product-quantity .qty {
  margin-bottom: 0;
  margin-right: 20px;
}
#sticky-bar .product-quantity .product-btn.cart-button {
  margin-right: 10px;
  margin-bottom: 0;
}
#sticky-bar .product-quantity .addToWishlist {
  margin-right: 10px;
}
#sticky-bar .product-quantity .addToWishlist::before {
  font-size: 1.6rem;
}
#sticky-bar .product-quantity .addToWishlist span {
  display: none;
}

.zoomContainer {
  display: none;
}

@media (max-width: 1199px) {
  .inner-wrapper-sticky {
    position: static !important;
    top: auto !important;
    width: auto !important;
    bottom: auto !important;
    -webkit-transform: none !important;
    transform: none !important;
  }
}
@media (min-width: 768px) {
  .images-container.grid .thumb-container,
  .images-container.thumbs-vertical .thumb-container {
    width: 100%;
  }
}
@media screen and (min-width: 992px) {
  .zoomContainer {
    display: block;
  }

  .product-gallery-vertical .row {
    margin-left: -5px;
    margin-right: -5px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .product-gallery-vertical .btn-product-gallery {
    right: 25px;
  }
  .product-gallery-vertical .product-image-gallery,
  .product-gallery-vertical .product-main-image {
    padding-left: 5px;
    padding-right: 5px;
  }
  .product-gallery-vertical .product-main-image {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 80%;
    flex: 0 0 80%;
    max-width: 80%;
  }
  .product-gallery-vertical .product-image-gallery {
    width: auto;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    margin-left: 0;
    margin-right: 0;
  }
  .product-gallery-vertical .product-gallery-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 10px;
  }
  .product-gallery-vertical .product-gallery-item:before,
  .product-gallery-vertical .product-gallery-item:after {
    left: 0;
    right: 0;
  }

  #sticky-bar {
    display: block;
    width: 100%;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1002;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #fff;
    -webkit-box-shadow: -15px 0 43px rgba(51, 51, 51, 0.15);
    box-shadow: -15px 0 43px rgba(51, 51, 51, 0.15);
  }
  #sticky-bar .row {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  #sticky-bar .col-6 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  #sticky-bar .product-media {
    max-width: 60px;
    margin-right: 20px;
    margin-bottom: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
  #sticky-bar .product-title {
    margin-bottom: 0;
    letter-spacing: -0.025em;
  }
  #sticky-bar .product-price {
    margin-bottom: 0;
    margin-right: 20px;
  }
  #sticky-bar .product-details-quantity {
    margin-right: 20px;
    max-width: 100px;
  }
  #sticky-bar .product-details-action {
    margin-bottom: 0;
  }
  #sticky-bar .btn-cart {
    min-width: 200px;
    margin-right: 20px;
  }
  #sticky-bar .btn-product + .btn-product {
    border: none;
  }
  #sticky-bar .btn-wishlist {
    font-size: 1.8rem;
    margin-right: 20px;
  }
  #sticky-bar .btn-wishlist span {
    display: none;
  }
  #sticky-bar .btn-wishlist:before {
    margin-right: 0;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .details-action-wrapper {
    margin-left: 10px;
  }

  .product-details-sidebar .product-details-quantity {
    max-width: 91px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .product-details-action {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .details-action-wrapper {
    margin-left: 0;
    margin-top: 15px;
  }

  .product-details-action .btn-cart {
    min-width: 198px;
  }

  .product-details-tab .nav.nav-pills .nav-item + .nav-item {
    margin-left: 10px;
  }
  .product-details-tab .nav.nav-pills .nav-item .nav-link {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 767px) {
  .product-desc-row {
    min-height: 380px;
  }

  .product-desc-content h2,
  .product-details .product-title {
    font-size: 2.2rem;
  }

  .product-gallery-separated {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 575px) {
  .breadcrumb-nav .d-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }

  .product-pager {
    margin-right: auto;
    margin-top: 10px;
  }

  .product-details-tab .nav.nav-pills .nav-item + .nav-item {
    margin-left: 0;
  }
}
@media (min-width: 1200px) {
  #product-modal .modal-dialog {
    max-width: 800px;
  }
}
/*--------------------- 5.4.Blog -------------------- */
/* my code*/

@media only screen and (min-width: 576px) and (max-width: 678px) {
  #module-jms_blog-post #left-column {
    flex: 0 0 70%;
    max-width: 100%;
  }
}
@media (max-width: 992px) {
  #right-column {
    margin-top: 32px;
  }
}
@media only screen and (min-width: 678px) and (max-width: 992px) {
  #module-jms_blog-post #left-column {
    flex: 0 0 30%;
    max-width: 100%;
  }
  #module-jms_blog-post .blog-post h1.title {
    font-size: 24px;
  }
  #module-jms_blog-post #left-column ~ #content-wrapper {
    flex: 0 0 70%;
    max-width: 100%;
  }
}
#module-jms_blog-category .email_subscription,
#module-jms_blog-post .email_subscription {
  margin-top: 35px;
}
#module-jms_blog-category #wrapper .container-fluid,
#module-jms_blog-post #wrapper .container-fluid {
  max-width: 1440px;
  padding: 0 15px;
}
@media screen and (min-width: 992px) {
  #module-jms_blog-category .widget-categories {
    margin-top: -15px;
  }
  #module-jms_blog-post .col-lg-3,
  #module-jms_blog-category .col-lg-3 {
    flex: 0 0 28%;
    max-width: 28%;
  }
  #module-jms_blog-post .col-lg-9,
  #module-jms_blog-category .col-lg-9 {
    flex: 0 0 72%;
    max-width: 72%;
  }
  #module-jms_blog-post #wrapper .container-fluid > .row,
  #module-jms_blog-category #wrapper .container-fluid > .row {
    display: flex;
    justify-content: space-between;
  }
}
#left-column .email_subscription h4,
#right-column .email_subscription h4 {
  font-size: 18px;
  line-height: 30px;
  letter-spacing: 0.2em;
  color: #222222;
  text-transform: uppercase;
  margin-bottom: 28px;
}
.widget-recent h6 {
  font-size: 20px;
  line-height: 26px;
  letter-spacing: 0.02em;
  color: #222222;
  /* white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; */
  margin-top: 19px;
  margin-bottom: 13px;
}
.blog-widget ul li a:hover {
  color: #206942;
}
.widget-recent h6:hover {
  color: #206942;
}
.post-blog-widget {
  display: flex;
}
.post-blog-widget li {
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.02em;
  color: #666666;
  margin-right: 13px;
  position: relative;
}
.post-blog-widget li:not(:last-child)::before {
  content: "/";
  position: absolute;
  right: -9px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
#module-jms_blog-post #wrapper {
  margin-top: 64px;
}
#module-jms_blog-category #wrapper {
  margin-top: 80px;
  margin-bottom: 37px;
}
#module-jms_blog-post #wrapper > .container {
  width: 1500px;
  padding: 0 15px;
}
.newsletter-column p {
  font-size: 13px;
  line-height: 24px;
  color: #666666;
}
.form-your-email {
  display: flex;
  min-height: 47px;
  margin-bottom: 15px;
}
.form-your-email input[type="text"] {
  border: 0;
  background: #f0f0f0;
  border-radius: 10px 0 0 10px;
  padding-left: 16px;
}
.form-your-email input[type="text"]::placeholder {
  font-size: 14px;
  line-height: 27px;
  color: #666666;
}
.form-your-email button {
  padding: 0 4px 0 0;
  border: 0;
  background: #f0f0f0;
  min-width: 47px;
  border-radius: 0 10px 10px 0;
}
.banner-general-column {
  margin-top: 45px;
}
.banner-general-column img {
  border-radius: 20px;
}
.newsletter-column {
  display: block !important;
}
.newsletter-column-1 {
  display: none !important;
}
.post-created {
  position: absolute;
  top: 10px;
  left: 10px;
  list-style: none;
  width: 70px;
  height: 70px;
  background: #ffffff;
  border-radius: 50%;
}
.post-created > p {
  margin-bottom: 0;
  text-align: center;
}
.day-post {
  font-family: oswald_medium;
  font-weight: 500;
  font-size: 20px;
  margin-top: 10px;
  line-height: 32px;
  color: #222222;
  margin-right: 22px;
}
.separatio-day-month {
  width: 43.67px;
  height: 2px;
  background: #dddddd;
  transform: rotate(-45deg);
  margin-left: 13px;
  margin-top: -7px;
}
.month-post {
  font-family: oswald;
  font-size: 14px;
  line-height: 32px;
  letter-spacing: 0.02em;
  color: #666666;
  margin-left: 20px;
  margin-top: -4px;
}
@media (max-width: 380px) {
  .pb-blog .post-title {
    font-size: 15px !important;
  }
}
@media (max-width: 576px) {
  .pb-blog .post-title {
    margin-top: 10px !important;
    margin-bottom: 2px !important;
  }
}
@media only screen and (min-width: 381px) and (max-width: 400px) {
  .pb-blog .post-title {
    font-size: 19px !important;
  }
}
.pb-blog .post-title {
  font-weight: 500;
  font-size: 20px;
  line-height: 26px;
  letter-spacing: 0.02em;
  color: #222222;
  display: block;
  font-family: "sans_medium";
  margin-top: 21px;
  margin-bottom: 14px;
}
.pb-blog .post-meta {
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.02em;
  color: #666666;
}
.pb-blog .post-meta li {
  display: inline-block;
  position: relative;
  padding: 0 9px 0 1px;
}
.pb-blog .post-meta li:not(:last-child)::after {
  content: "/";
  position: absolute;
  right: -1px;
}
/* my code*/

.pb-blog {
  text-align: left;
}
.pb-blog .post-thumb {
  max-width: 450px;
  max-height: 320px;
}
/* .pb-blog .blog-item {
  -webkit-transition: 0.35s all;
  transition: 0.35s all;
}
.pb-blog .blog-item:hover {
  -webkit-box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.03), -5px 5px 10px rgba(0, 0, 0, 0.03);
          box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.03), -5px 5px 10px rgba(0, 0, 0, 0.03);
} */

.pb-blog .post-intro {
  margin-bottom: 12px;
}
.pb-blog .post-intro p {
  color: #777;
  font-size: 1.4rem;
  line-height: 1.73;
}

.post-readmore {
  color: #333;
  display: block;
  font-weight: 400;
}
.post-readmore span {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding-bottom: 2px;
}
.post-readmore:hover span {
  -webkit-box-shadow: 0 1px 0 0 #a6c76c;
  box-shadow: 0 1px 0 0 #a6c76c;
}

.blog-post .post-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 8px;
  margin-bottom: 27px;
}
.blog-post .post-meta li {
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.02em;
  color: #666666;
  margin-right: 13px;
  position: relative;
}
.blog-post .post-meta li:not(:last-child)::before {
  content: "/";
  position: absolute;
  right: -10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.blog-post .title-blog {
  color: #333333;
  font-weight: 600;
  font-size: 2.4rem;
  line-height: 1.25;
  margin-bottom: 4px;
}

.post-category {
  margin-bottom: 12px;
}
.post-category a {
  color: #666;
}

.comment-heading h3 {
  font-weight: 500;
  font-size: 18px;
  line-height: 30px;
  letter-spacing: 0.2em;
  color: #222222;
}
#new_comment_form_footer button {
  background: #206942;
  border-radius: 10px;
  font-size: 17px;
  line-height: 22px;
  text-align: center;
  letter-spacing: 0.04em;
  color: #ffffff;
  min-width: 160px;
  padding: 13px 15px;
  margin-top: 22px;
}
#new_comment_form_footer button:hover {
  background: #efbc48;
  color: #206942;
}
#commentForm {
  margin-top: 64px;
}
#module-jms_blog-post .title-leave-comment {
  font-weight: 500;
  font-size: 18px;
  line-height: 30px;
  letter-spacing: 0.2em;
  color: #222222;
  margin-bottom: 26px;
}
#commentForm .heading {
  font-weight: 500;
  font-size: 18px;
  line-height: 30px;
  letter-spacing: 0.2em;
  color: #222222;
}
#commentForm .form-group {
  margin-bottom: 20px;
}
#commentForm .h-info {
  color: #ccc;
  font-size: 1.3rem;
  margin-bottom: 22px;
}
#commentForm .form-control,
#commentForm textarea {
  background-color: #fff;
}
#commentForm .three-form-infor .form-control {
  min-height: 50px;
}
#post-comments .post-comment {
  padding-bottom: 41px;
  padding-top: 45px;
}
#post-comments .post-comment:not(:last-child) {
  border-bottom: 1px solid #ebebeb;
}
#post-comments .post-comment-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#post-comments .post-comment-content {
  margin-top: 9px;
  margin-bottom: 0;
}
#post-comments .info h6 {
  color: #333;
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 1;
  margin-bottom: 0;
}
#post-comments .info .time_add {
  color: #ccc;
  font-weight: 300;
  font-size: 1.3rem;
  line-height: 1;
}
#post-comments img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 30px;
}

#module-jms_blog-post #footer {
  margin-top: 79px;
}
.blog-widget {
  margin-bottom: 25px;
}
.widget-categories {
  margin-bottom: 25px;
}
.widget-recent {
  margin-bottom: 22px;
}
.blog-widget ~ .block-bestseller {
  display: none;
}
.blog-widget .item-post:not(:last-child) {
  border-bottom: 1px solid #ebebeb;
}
.blog-widget .item-post .post-created {
  display: block;
  color: #cccccc;
  font-weight: 300;
  font-size: 1.4rem;
  line-height: 1.25;
  margin-bottom: 5px;
}
.blog-widget .item-post .post-title {
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1.4;
  letter-spacing: 0;
  margin-bottom: 0;
  display: block;
}

.widget-categories li a span::before {
  content: "";
  display: block;
  font-size: 1rem;
  line-height: 1;
}
.widget-categories li a span i {
  display: none;
}
.cat-post-list .post-title {
  font-weight: 500;
  font-size: 20px;
  line-height: 26px;
  letter-spacing: 0.02em;
  color: #222222;
  margin-top: 21px;
  margin-bottom: 14px;
}
.cat-post-list .category-info {
  margin-top: 20px;
}
.cat-post-list .post-thumb img {
  width: 100%;
}
.cat-post-list .category-post {
  margin-bottom: 50px;
}
.cat-post-list .blog-post {
  margin-bottom: 45px;
}
.cat-post-list .blog-post .post-meta {
  margin-top: 0;
  margin-bottom: 0;
}
.cat-post-list .post-intro p {
  margin-bottom: 10px;
}

.post-list {
  text-align: center;
}
.post-list .post-meta {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.post-list .post-meta li {
  margin-left: 11px;
  margin-right: 11px;
}
.post-list .blog-post {
  margin-bottom: 50px;
}

.read-more {
  display: inline-block;
  position: relative;
  font-weight: 400;
  padding-bottom: 1px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.read-more:after {
  content: "";
  font-size: 1.5rem;
  line-height: 1;
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -7.5px;
  opacity: 0;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  -webkit-transform: translateX(-6px);
  transform: translateX(-6px);
}
.read-more:hover,
.read-more:focus {
  padding-right: 22px;
  -webkit-box-shadow: 0 1px 0 0 #a6c76c;
  box-shadow: 0 1px 0 0 #a6c76c;
}
.read-more:hover:after,
.read-more:focus:after {
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
@media screen and (min-width: 768px) {
  .cat-post-list {
    margin-bottom: 50px;
  }
  .cat-post-list .col-5 {
    -ms-flex: 0 0 45%;
    -webkit-box-flex: 0;
    flex: 0 0 45%;
    max-width: 45%;
  }
  .cat-post-list .col-7 {
    -ms-flex: 0 0 55%;
    -webkit-box-flex: 0;
    flex: 0 0 55%;
    max-width: 55%;
  }
}
/*--------------------- 5.5.Single/Blog Post -------------------- */
/* Single Entry - Post */
.entry.single-entry {
  margin-bottom: 40px;
}

.single-entry .entry-body {
  margin-bottom: 40px;
}
.single-entry .entry-meta,
.single-entry .entry-cats {
  color: #ccc;
}
.single-entry .entry-meta a:not(:hover):not(:focus),
.single-entry .entry-cats a:not(:hover):not(:focus) {
  color: #666;
}
.single-entry .entry-title-big {
  font-weight: 400;
  font-size: 2.8rem;
}

.editor-content::after {
  display: block;
  clear: both;
  content: "";
}
.editor-content .float-left {
  margin-right: 28px;
  margin-bottom: 15px;
}
.editor-content .float-right {
  margin-left: 28px;
  margin-bottom: 15px;
}
.editor-content img {
  margin-bottom: 20px;
}
.editor-content p {
  margin-bottom: 24px;
}
.editor-content h3 {
  font-weight: 400;
  font-size: 2.2rem;
  margin-bottom: 20px;
}
.editor-content a {
  color: #333;
  -webkit-box-shadow: 0 1px 0 #333;
  box-shadow: 0 1px 0 #333;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.editor-content a:hover,
.editor-content a:focus {
  color: #a6c76c;
  -webkit-box-shadow: 0 1px 0 #a6c76c;
  box-shadow: 0 1px 0 #a6c76c;
}
.editor-content blockquote {
  position: relative;
  color: #333333;
  font-style: normal;
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 1.67;
  padding: 70px 30px 40px 30px;
  border-left: 1px solid #a6c76c;
  background-color: #fafafa;
  margin-top: 42px;
  margin-bottom: 42px;
}
.editor-content blockquote p:last-child {
  margin-bottom: 0;
}
.editor-content blockquote:before {
  color: #ebebeb;
  content: "";
  font-weight: normal;
  font-size: 3rem;
  line-height: 1;
  position: absolute;
  left: 30px;
  top: 40px;
  margin-top: -15px;
}
.editor-content ul li {
  position: relative;
  margin-bottom: 27px;
}
.editor-content ul li:before {
  display: inline-block;
  content: "•";
  font-size: 1.8rem;
  line-height: 1;
  margin-right: 10px;
  vertical-align: middle;
  margin-top: -1px;
}

.entry-footer {
  margin-top: 36px;
  margin-bottom: 50px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.entry-footer .social-icon {
  font-size: 1.3rem;
}

.entry-tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  padding-top: 2px;
}
.entry-tags span {
  margin-right: 10px;
}
.entry-tags a {
  display: block;
  color: #777;
  font-weight: 300;
  font-size: 1.4rem;
  line-height: 1.4;
  border-radius: 3px;
  padding: 4.5px 9px;
  background-color: #fafafa;
  border: 1px solid #ebebeb;
  margin-right: 5px;
  margin-bottom: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.entry-tags a:hover,
.entry-tags a:focus {
  color: #a6c76c;
  background-color: #fff;
}

.entry-author-details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 50px 30px 46px;
  background-color: #fafafa;
}
.entry-author-details h4 {
  color: #333;
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 1;
  margin-bottom: 0;
}
.entry-author-details h4 a {
  color: inherit;
}
.entry-author-details h4 a:hover,
.entry-author-details h4 a:focus {
  color: #a6c76c;
}

.author-media,
.comment-media {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50px;
  flex: 0 0 50px;
  max-width: 50px;
}
.author-media img,
.comment-media img {
  border-radius: 50%;
}

.author-content p:last-child,
.comment-content p:last-child {
  margin-bottom: 0;
}

.author-body {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding-left: 20px;
}

.author-header {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  line-height: 1;
  margin-bottom: 20px;
}

.author-link {
  color: #777;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.author-link:hover,
.author-link:focus {
  color: #a6c76c;
  -webkit-box-shadow: 0 1px 0 #a6c76c;
  box-shadow: 0 1px 0 #a6c76c;
}

.pager-nav {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 45px;
  padding-bottom: 10px;
}

.pager-link {
  position: relative;
  color: #a6c76c;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  width: 100%;
  font-weight: 400;
  padding-top: 9.5px;
  padding-bottom: 9.5px;
  font-size: 1.4rem;
  line-height: 1.5;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.pager-link + .pager-link {
  border-top: 1px solid #ebebeb;
}
.pager-link:after {
  color: #333;
  display: block;
  font-size: 1.5rem;
  line-height: 1;
  position: absolute;
  top: 50%;
  -webkit-transition: all 0.35s ease 0.05s;
  transition: all 0.35s ease 0.05s;
  margin-top: -8px;
}
.pager-link.pager-link-prev {
  padding-left: 100px;
  padding-right: 10px;
}
.pager-link.pager-link-prev:after {
  content: "";
  left: 30px;
}
.pager-link.pager-link-next {
  padding-left: 10px;
  padding-right: 100px;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  text-align: right;
}
.pager-link.pager-link-next:after {
  content: "";
  right: 30px;
}
.pager-link:hover,
.pager-link:focus {
  color: #a6c76c;
}
.pager-link:hover:after,
.pager-link:focus:after {
  color: #a6c76c;
}
.pager-link:hover.pager-link-prev,
.pager-link:focus.pager-link-prev {
  padding-left: 70px;
}
.pager-link:hover.pager-link-prev:after,
.pager-link:focus.pager-link-prev:after {
  left: 0;
}
.pager-link:hover.pager-link-next,
.pager-link:focus.pager-link-next {
  padding-right: 70px;
}
.pager-link:hover.pager-link-next:after,
.pager-link:focus.pager-link-next:after {
  right: 0;
}
.pager-link:hover .pager-link-title,
.pager-link:focus .pager-link-title {
  -webkit-box-shadow: 0 1px 0 #333;
  box-shadow: 0 1px 0 #333;
}

.pager-link-title {
  display: inline-block;
  margin-top: 6px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  color: #333;
  font-size: 1.5rem;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
  max-width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.related-posts {
  padding-bottom: 45px;
  margin-bottom: 45px;
  border-bottom: 1px solid #ebebeb;
}
.related-posts .title {
  font-weight: 600;
  font-size: 1.8rem;
  margin-bottom: 30px;
}
.related-posts .entry.entry-grid {
  margin-bottom: 0;
}
.related-posts .entry-grid .entry-title {
  font-weight: 400;
}

.comments {
  margin-bottom: 50px;
}
.comments .title {
  font-weight: 600;
  font-size: 1.8rem;
  margin-bottom: 45px;
}
.comments ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.comments ul ul {
  margin-top: 40px;
  margin-left: 80px;
  padding-top: 45px;
  border-top: 1px solid #ebebeb;
}
.comments li {
  border-bottom: 1px solid #ebebeb;
  padding-bottom: 40px;
  margin-bottom: 50px;
}
.comments li:last-child {
  border-bottom-width: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}

.comment {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.comment-body {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding-left: 30px;
}

.comment-reply {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #777;
  position: absolute;
  right: 0;
  top: 0;
  font-weight: 300;
  font-size: 1.4rem;
  line-height: 1;
  padding-bottom: 4px;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.comment-reply:after {
  content: "";
  font-size: 1.5rem;
  margin-left: 0.7rem;
}
.comment-reply:hover,
.comment-reply:focus {
  color: #a6c76c;
  -webkit-box-shadow: 0 1px 0 #a6c76c;
  box-shadow: 0 1px 0 #a6c76c;
}

.comment-user {
  margin-bottom: 10px;
}
.comment-user h4 {
  color: #333;
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 1;
  margin-bottom: 0;
}
.comment-user h4 a {
  color: inherit;
}
.comment-user h4 a:hover,
.comment-user h4 a:focus {
  color: #a6c76c;
}
.comment-user h4 span {
  display: block;
}

.comment-date {
  color: #ccc;
  font-weight: 300;
  font-size: 1.3rem;
  line-height: 1;
}

.reply {
  background-color: #fafafa;
  padding: 40px 30px 50px;
  margin-bottom: 20px;
}
.reply .heading {
  margin-bottom: 24px;
}
.reply .title {
  font-weight: 600;
  font-size: 1.8rem;
  margin-bottom: 9px;
}
.reply .title-desc {
  color: #ccc;
  font-size: 1.3rem;
}
.reply .form-control {
  background-color: #fff;
}
.reply textarea.form-control {
  min-height: 100px;
}

/* Fullwidth */
.entry-fullwidth .entry-body {
  position: relative;
}
@media screen and (min-width: 1200px) {
  .entry-fullwidth .entry-body {
    padding-left: 20px;
  }
}
.entry-fullwidth .author-body {
  padding-left: 40px;
}
.entry-fullwidth .social-icons.social-icons-vertical {
  margin-bottom: 20px;
}

@media screen and (min-width: 576px) {
  .pager-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    padding-bottom: 35px;
    border-bottom: 1px solid #ebebeb;
  }

  .pager-link {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    padding-top: 5.5px;
    padding-bottom: 5.5px;
  }
  .pager-link + .pager-link {
    border-top: none;
    border-left: 1px solid #ebebeb;
  }
}
@media screen and (min-width: 768px) {
  .single-entry .entry-title-big {
    font-size: 3.4rem;
  }

  .editor-content::after {
    display: block;
    clear: both;
    content: "";
  }
  .editor-content .float-left {
    margin-right: 48px;
    margin-bottom: 20px;
  }
  .editor-content .float-right {
    margin-left: 48px;
    margin-bottom: 20px;
  }
  .editor-content h3 {
    font-size: 2.4rem;
  }
  .editor-content blockquote {
    padding: 40px 60px 40px 120px;
  }
  .editor-content blockquote:before {
    left: 40px;
    top: 50%;
  }
}
@media screen and (min-width: 992px) {
  .single-entry .entry-title-big {
    font-size: 4rem;
  }

  .social-icons.social-icons-vertical {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
    padding-bottom: 40px;
  }
  .entry-fullwidth .social-icons.social-icons-vertical {
    margin-bottom: 0;
  }
  .social-icons.social-icons-vertical .social-label {
    margin-right: 0;
    margin-bottom: 11px;
  }
  .social-icons.social-icons-vertical .social-icon {
    margin-bottom: 10px;
    margin-right: 0;
  }
  .social-icons.social-icons-vertical .social-icon + .social-icon {
    margin-left: 0;
  }
}
@media screen and (max-width: 991px) {
  .sticky-content.is_stuck {
    position: static !important;
    top: auto !important;
    width: auto !important;
    bottom: auto !important;
  }
}
/*--------------------- 5.6.Portfolio -------------------- */
/* Portfolio */
.nav-filter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
}
.nav-filter a {
  display: inline-block;
  color: #777;
  padding: 4px 10px;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1.5;
  text-transform: uppercase;
  border-bottom: 1px solid transparent;
}
.nav-filter a:hover,
.nav-filter a:focus {
  color: #a6c76c;
}
.nav-filter .active a {
  color: #a6c76c;
  border-bottom-color: #a6c76c;
}

.portfolio-container {
  position: relative;
  margin: 0 -10px 40px;
  -webkit-transition: height 0.4s;
  transition: height 0.4s;
}
.portfolio-container::after {
  display: block;
  clear: both;
  content: "";
}

.portfolio-nogap {
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 10px;
}
.portfolio-nogap .col,
.portfolio-nogap [class*="col-"] {
  padding-left: 0;
  padding-right: 0;
}
.portfolio-nogap .portfolio-item {
  margin-bottom: 0;
}

.portfolio-item {
  float: left;
  margin-bottom: 20px;
}

.portfolio {
  position: relative;
}

.portfolio-media {
  background-color: #ccc;
  margin: 0;
}
.portfolio-media > a {
  position: relative;
  display: block;
  overflow: hidden;
  outline: none !important;
}
.portfolio-media > a:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
  background-color: #444444;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.45s ease;
  transition: all 0.45s ease;
}
.portfolio-media img {
  display: block;
  max-width: none;
  width: 100%;
  height: auto;
}

.portfolio-item:hover .portfolio-media > a:after {
  visibility: visible;
  opacity: 0.4;
}
.portfolio-item:hover .portfolio-content {
  background-color: #f6f6f6;
}

.portfolio-content {
  padding: 16px 20px;
  -webkit-transition: all 0.45s ease;
  transition: all 0.45s ease;
}

.portfolio-title {
  color: #333;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.3;
  margin-bottom: 1px;
}
.portfolio-title a {
  color: inherit;
}
.portfolio-title a:hover,
.portfolio-title a:focus {
  color: #a6c76c;
}

.portfolio-tags {
  font-weight: 300;
  font-size: 1.3rem;
}
.portfolio-tags a {
  color: #a6c76c;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.portfolio-tags a:hover,
.portfolio-tags a:focus {
  color: #a6c76c;
  -webkit-box-shadow: 0 1px 0 #a6c76c;
  box-shadow: 0 1px 0 #a6c76c;
}

.portfolio-overlay {
  overflow: hidden;
}
.portfolio-overlay .portfolio-content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 20px 30px;
  opacity: 0;
  z-index: 2;
  visibility: hidden;
  -webkit-backface-visibility: hidden;
}
.portfolio-overlay .portfolio-content.portfolio-content-center {
  bottom: auto;
  top: 50%;
  text-align: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.portfolio-overlay .portfolio-title {
  color: #fff;
}
.portfolio-overlay .portfolio-title a:hover,
.portfolio-overlay .portfolio-title a:focus {
  color: #f1f1f1;
}
.portfolio-overlay .portfolio-tags a {
  color: #ccc;
}
.portfolio-overlay .portfolio-tags a:hover,
.portfolio-overlay .portfolio-tags a:focus {
  color: #fff;
  -webkit-box-shadow: 0 1px 0 #fff;
  box-shadow: 0 1px 0 #fff;
}
.portfolio-overlay:hover .portfolio-content {
  visibility: visible;
  opacity: 1;
  background-color: transparent;
}

@media screen and (max-width: 575px) {
  .nav-filter {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
/*--------------------- 5.7.About -------------------- */
/* About us */
.cms-id-4 #wrapper > .container,
.cms-id-7 #wrapper > .container {
  max-width: 100%;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.cms-id-4 #footer,
.cms-id-7 #footer {
  border-top: 0;
}

.page-cms-4,
.page-cms-7 {
  padding-bottom: 0;
}

.page-cms-7 .bg-image {
  margin-top: 80px;
}

.about-images {
  position: relative;
  text-align: right;
  padding-top: 40px;
}

.about-img-front {
  position: relative;
  z-index: 2;
  border: 20px solid #f9f9f9;
}

.about-img-back {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}

.brands-text {
  max-width: 430px;
  margin-top: 5px;
  margin-bottom: 30px;
}
.brands-text .title {
  line-height: 1.5;
}

.brands-display {
  margin-top: 5px;
}
.brands-display .brand {
  min-height: 0;
  margin-bottom: 40px;
}
.brands-display [class*="col-"] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.brands-display [class*="col-"] .brand {
  width: 100%;
}

.testimonial p {
  font-size: 1.4rem;
  color: #777;
}

.about-testimonials blockquote {
  color: #666666;
  max-width: 850px;
  margin-left: auto;
  margin-right: auto;
  font-style: normal;
  line-height: 1.875;
}

.member {
  margin-bottom: 20px;
  max-width: 376px;
  margin-left: auto;
  margin-right: auto;
}
.member p {
  max-width: 240px;
  color: #999;
}
.member.text-center p {
  margin-left: auto;
  margin-right: auto;
}
.member.text-center .social-icons {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.member-media {
  position: relative;
  margin: 0;
}

.member-content {
  padding-top: 24px;
  padding-bottom: 24px;
  overflow: hidden;
}

.member-title {
  font-weight: 400;
  font-size: 1.6rem;
  letter-spacing: 0;
  margin-bottom: 0;
}
.member-title span {
  display: block;
  color: #999999;
  font-weight: 300;
  font-size: 1.4rem;
  margin-top: 3px;
}

.member-overlay {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: rgba(102, 102, 102, 0.7);
  color: #fff;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
}
.member-overlay .member-title {
  color: inherit;
  margin-bottom: 15px;
}
.member-overlay .member-title span {
  color: #ebebeb;
}
.member-overlay .social-icons {
  margin-top: 27px;
}
.member-overlay .social-icon {
  font-size: 1.5rem;
}
.member-overlay .social-icon + .social-icon {
  margin-left: 28px;
}
.member-overlay .social-icon:not(:hover) {
  color: inherit;
}

.member-content,
.member-overlay {
  -webkit-transition: all 0.45s ease;
  transition: all 0.45s ease;
}

.member:hover .member-content {
  opacity: 0;
}
.member:hover .member-overlay {
  visibility: visible;
  opacity: 1;
}
.member:hover.member-anim .member-overlay .member-title,
.member:hover.member-anim .member-overlay p,
.member:hover.member-anim .member-overlay .social-icons {
  -webkit-animation-name: fadeInUpShort;
  animation-name: fadeInUpShort;
  -webkit-animation-duration: 0.65s;
  animation-duration: 0.65s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.member:hover.member-anim .member-overlay p {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}
.member:hover.member-anim .member-overlay .social-icons {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}
.member:hover.member-anim .member-content .member-title {
  -webkit-animation-name: fadeOutUpShort;
  animation-name: fadeOutUpShort;
  -webkit-animation-duration: 0.65s;
  animation-duration: 0.65s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes fadeInUpShort {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100px, 0);
    transform: translate3d(0, 100px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInUpShort {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100px, 0);
    transform: translate3d(0, 100px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes fadeOutUpShort {
  from {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100px, 0);
    transform: translate3d(0, -100px, 0);
  }
}
@keyframes fadeOutUpShort {
  from {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100px, 0);
    transform: translate3d(0, -100px, 0);
  }
}
/*--------------------- 5.8.About 2 -------------------- */
/* About us 2 */
.member.member-2 {
  background-color: #fff;
  max-width: 277px;
  margin-left: auto;
  margin-right: auto;
}
.member.member-2 .member-content {
  visibility: visible;
  opacity: 1;
  padding-top: 17px;
  padding-bottom: 27px;
}
.member.member-2 .member-overlay {
  color: #333333;
  background-color: rgba(249, 249, 249, 0.7);
}
.member.member-2 .member-overlay .social-icons {
  margin-top: 0;
  margin-bottom: 0;
}

/*--------------------- 5.9.Contact -------------------- */
/* Contact us */
#contact .breadcrumb-wrapper,
#contact .breadcrumb-nav {
  margin-bottom: 0;
}
#contact #wrapper > .container {
  max-width: 100%;
  width: 100%;
  padding: 0;
}
#contact .page-content {
  padding-bottom: 0;
}
#contact .contact-map {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.contact-info .title {
  margin-bottom: 10px;
}
.contact-info .section {
  position: relative;
  padding-left: 40px;
  margin-bottom: 14px;
}
.contact-info .section.address {
  max-width: 270px;
}
.contact-info h3 {
  margin-top: 34px;
  font-weight: 400;
  font-size: 1.8rem;
  margin-bottom: 15px;
}
.contact-info i {
  display: inline-block;
  position: absolute;
  left: 0;
}

.contact-form .input-group-btn .btn {
  cursor: pointer;
  border-radius: 0 10px 10px 0;
}
.contact-form .form-footer {
  padding-top: 0;
}

.contact-layout-1 .contact-box {
  width: 100%;
}

.contact-layout-2 {
  padding: 70px 0;
}

.contact-layout-3 {
  padding: 70px 0;
}
.contact-layout-3 #contact-info {
  margin-bottom: 30px;
}

/*--------------------- 5.10.Contact 2 -------------------- */
/* Contact us 2 */
.contact-box {
  margin-bottom: 30px;
}
.contact-box h3 {
  font-weight: 400;
  font-size: 1.6rem;
  margin-bottom: 16px;
}
.contact-box address,
.contact-box div {
  font-weight: 300;
  font-style: normal;
}
.contact-box a {
  color: inherit;
}
.contact-box a:hover,
.contact-box a:focus {
  color: #a6c76c;
}
.contact-box .social-icons {
  padding-top: 15px;
}
.contact-box .social-icon {
  font-size: 1.3rem;
}

.touch-container .lead {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

/*--------------------- 5.11.Login -------------------- */
/* Login */

/*My code */
#login-wrapper .show-pass button {
  border-radius: 0 10px 10px 0;
}
#login-wrapper .form-footer button {
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  letter-spacing: 0.04em;
}
#login-wrapper .form-footer button i {
  display: none;
}
#login-wrapper .form-footer button:hover {
  background: #206942;
  color: #ffffff;
}
.forgot-password a:hover,
.no-account a:hover {
  border-bottom: 1px solid #206942;
}
#authentication #wrapper .container-fluid {
  max-width: 1100px;
}
#contact #wrapper .container-fluid {
  max-width: 1100px;
}
/*My code */

#authentication .breadcrumb-wrapper {
  margin-bottom: 0;
}
#authentication .breadcrumb-nav {
  margin-bottom: 0;
}
#authentication.has-background-image #wrapper {
  padding: 120px 0;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url("../images/backgrounds/login-bg.jpg");
}
#authentication #wrapper {
  padding: 70px 0;
}
#authentication .page-content {
  padding-bottom: 0;
}

.login-layout-2 .login-form,
.login-layout-3 .login-form {
  margin-bottom: 50px;
}

.login-layout-5 {
  max-width: 575px;
  margin-left: auto;
  margin-right: auto;
  background-color: #fff;
  padding: 37px 20px 64px;
  -webkit-box-shadow: 0 3px 16px rgba(51, 51, 51, 0.1);
  box-shadow: 0 3px 16px rgba(51, 51, 51, 0.1);
  min-height: 420px;
}
.login-layout-5 .tab-pane.active {
  padding: 0;
}
.login-layout-5 .nav.nav-tabs {
  text-align: center;
}
.login-layout-5 .nav.nav-tabs .nav-item {
  width: 50%;
  margin: 0 0 -1px;
}
.login-layout-5 .nav.nav-tabs .nav-item .nav-link {
  text-transform: capitalize;
  font-weight: 400;
  font-size: 2.4rem;
  border-bottom-width: 2px;
  padding: 9px 10px;
  color: #333;
  text-align: center;
  line-height: 1.5;
  border: none;
  border-bottom: 2px solid transparent;
}
.login-layout-5 .nav.nav-tabs .nav-item .nav-link.active {
  border: none;
  color: #333;
  border-bottom: 2px solid;
}
.login-layout-5 #login-form {
  width: 100%;
  margin-top: 20px;
}
.login-layout-5 #login-form .form-group {
  margin-bottom: 13px;
}
.login-layout-5 #login-form .form-footer .btn {
  width: 100%;
  margin-bottom: 15px;
  text-transform: uppercase;
  -webkit-box-shadow: none;
  box-shadow: none;
  min-width: 115px;
}
.login-layout-5 #login-form .form-footer .btn:hover {
  color: #fff;
}
.login-layout-5 #login-form .form-footer .btn i {
  margin-right: 0;
}
.login-layout-5 #login-form .authentication-links {
  width: 100%;
  text-align: center;
  margin-left: 0;
}
.login-layout-5 #login-form .authentication-links .forgot-password {
  float: none;
}
.login-layout-5 a {
  color: #666;
}
.login-layout-5 .login-form .form-control-label {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.login-layout-5 .login-form .col-md-10 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

#login-form .authentication-links {
  margin-left: 20px;
}

.forgot-password a,
.no-account a {
  color: #666666;
  font-size: 14px;
}

.show-pass button {
  border: 1px solid #ebebeb;
  border-left: 0;
  padding: 0px 10px;
  border-radius: 0 10px 10px 0;
}

.register-form {
  max-width: 575px;
  margin-left: auto;
  margin-right: auto;
  background-color: #fff;
  padding: 37px 60px 64px;
}

@media (min-width: 576px) {
  .login-layout-5 {
    padding-left: 60px;
    padding-right: 60px;
  }
  .login-layout-5 #login-form .form-footer .btn {
    margin-bottom: 0;
    width: auto;
  }
  .login-layout-5 #login-form .authentication-links {
    margin-left: auto;
    width: auto;
    text-align: right;
  }
}
/*--------------------- 5.12.Category Banner Page -------------------- */
/* Category banner page  */
.block-category {
  margin-bottom: 30px;
}

/*--------------------- 5.13.Checkout -------------------- */
/* Checkout */
@media screen and (min-width: 992px) {
  .checkout .col-lg-3 {
    -ms-flex: 0 0 30%;
    -webkit-box-flex: 0;
    flex: 0 0 30%;
    max-width: 30%;
  }
  .checkout .col-lg-9 {
    -ms-flex: 0 70%;
    -webkit-box-flex: 0;
    flex: 0 0 70%;
    max-width: 70%;
  }
}
.checkout label {
  margin-bottom: 2px;
}
.checkout .form-control {
  margin-bottom: 13px;
}
.checkout .form-control + .form-control {
  margin-top: 20px;
}
.checkout .form-control:not(:focus) {
  background-color: #f9f9f9;
}
.checkout textarea.form-control {
  min-height: 150px;
}
.checkout .custom-control {
  margin-top: 25px;
}
.checkout .custom-control + .custom-control {
  margin-top: 18px;
}
.checkout .custom-control + label {
  margin-top: 10px;
}
.checkout .custom-control .custom-control-label {
  font-weight: 400;
  color: #333;
}

.checkout-title {
  font-weight: 500;
  font-size: 1.6rem;
  letter-spacing: 0;
  margin-top: 22px;
  margin-bottom: 18px;
}

.checkout-discount {
  position: relative;
  max-width: 340px;
  margin-bottom: 5px;
}
.checkout-discount label {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  padding-left: 11px;
  padding-right: 11px;
  font-weight: 400;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  opacity: 1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.checkout-discount label span {
  color: #a6c76c;
}
.checkout-discount .form-control {
  background-color: transparent !important;
  border-radius: 3px;
  border: 1px dashed #d7d7d7;
  padding-left: 11px;
  padding-right: 11px;
}
.checkout-discount .form-control:focus {
  border-color: #a6c76c;
  outline: none !important;
}

.summary {
  padding: 25px 30px 30px;
  border: 1px dashed #d7d7d7;
  background-color: #f9f9f9;
  border-radius: 3px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.summary-title {
  font-weight: 500;
  font-size: 1.6rem;
  letter-spacing: 0;
  padding-bottom: 17px;
  border-bottom: 1px solid #cccccc;
  margin-bottom: 21px;
}

.table.table-summary {
  line-height: 1.43;
  color: #666666;
  border: none;
  margin-bottom: 0;
}
.table.table-summary a {
  color: inherit;
}
.table.table-summary a:hover,
.table.table-summary a:focus {
  color: #a6c76c;
}
.table.table-summary thead th,
.table.table-summary .summary-subtotal td {
  color: #333333;
  font-weight: 400;
  font-size: 1.6rem;
}
.table.table-summary thead th {
  border-bottom: none;
  padding: 0 0 3px;
}
.table.table-summary tbody td {
  padding: 0;
  height: 70px;
  border-bottom: 1px solid #ebebeb;
}
.table.table-summary thead th,
.table.table-summary tbody td {
  vertical-align: middle;
  border-top: none;
}
.table.table-summary thead th:last-child,
.table.table-summary tbody td:last-child {
  text-align: right;
  min-width: 100px;
}
.table.table-summary .summary-total td {
  font-weight: 400;
  font-size: 1.6rem;
  color: #a6c76c;
  border-bottom: none;
}

.accordion-summary {
  margin-bottom: 32px;
}
.accordion-summary .card {
  color: #999999;
  font-weight: 300;
  font-size: 1.2rem;
  line-height: 1.67;
  border: none;
  background-color: transparent;
}
.accordion-summary .card-title {
  font-weight: 300;
  font-size: 1.4rem;
  color: #333333;
  letter-spacing: 0;
}
.accordion-summary .card-title a {
  color: inherit;
  padding: 7px 0 7px 30px;
}
.accordion-summary .card-title a img {
  margin-top: 10px;
}
.accordion-summary .card-title a:hover,
.accordion-summary .card-title a:focus {
  color: inherit;
}
.accordion-summary .card-title a small {
  font-size: 1.1rem;
  color: #999999;
}
.accordion-summary .card-title a:before {
  content: "";
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 1px solid #a6c76c;
  right: auto;
  left: 0;
  top: 7px;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -ms-transform: translateY(0);
}
.accordion-summary .card-title a:after {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  position: absolute;
  left: 5px;
  top: 12px;
  border-radius: 50%;
  background-color: #a6c76c;
  visibility: visible;
  opacity: 1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.accordion-summary .card-title a.collapsed:before {
  border-color: #dadada;
}
.accordion-summary .card-title a.collapsed:after {
  opacity: 0;
  visibility: hidden;
}
.accordion-summary .card-body {
  padding: 4px 0 8px 30px;
}

.paypal-link {
  cursor: pointer;
  margin-top: 2px;
}
.paypal-link:hover,
.paypal-link:focus {
  color: #a6c76c !important;
}

@media screen and (min-width: 992px) {
  .summary {
    margin-top: 0;
  }
}
/*--------------------- 5.14.Wishlist -------------------- */
/* Wishlist */
#mywishlist {
  padding: 20px 0 60px;
}
#mywishlist .btn {
  color: #206942;
  border: 1px solid #206942;
  background: #ffffff;
  border-radius: 15px;
}
#mywishlist .btn:hover {
  background: #206942;
  color: #ffffff;
  transition: all 400ms;
}

.wishlist-add,
.button_account,
.wishlist-box-delete,
td > a {
  color: #666;
}

.is_wish_list_default {
  margin-bottom: 0;
}

.wishlist-footer-links {
  margin-top: 30px;
}

/*--------------------- 5.15.Cart -------------------- */
/* Shopping Cart */
.featured-products.clearfix {
  margin-top: 50px;
}

.card.cart-summary {
  border: none;
  background-color: transparent;
}
.card.cart-summary:last-child {
  border-bottom: none;
}

#cart-summary-product-list .product-name {
  font-size: 1.4rem;
}

.cart-detailed-totals {
  margin-bottom: 20px;
}

.cart-overview .row {
  margin-left: 0;
  margin-right: 0;
  position: relative;
}
.cart-overview .row > .col {
  padding-left: 0;
  padding-right: 0;
}
.cart-overview .qty {
  min-width: 100px;
  padding: 0;
  margin: 10px 0;
}
.cart-overview .qty input {
  background-color: transparent;
  border: none;
}
.cart-overview .bootstrap-touchspin {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: auto;
  border: 2px solid #ebebeb;
  border-radius: 10px;
  padding-left: 24px;
  max-width: 100px;
}
.cart-overview .remove-from-cart i {
  font-size: 1.7rem;
  line-height: 1;
  color: #ccc;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}
.cart-overview .remove-from-cart i:hover {
  color: #333;
}

.promo-code form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.promo-code form input {
  width: 80%;
  border-radius: 10px;
}
.promo-code form button.btn {
  width: 20%;
  min-width: auto;
  margin-left: 10px;
  border-radius: 10px;
}
.promo-code form button.btn i {
  margin-left: 0;
  height: 21px;
}

.product-line-grid-left > .row {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#cart .cart-box > a {
  border: 1px solid #206942;
  border-radius: 10px;
  color: #206942;
}
#cart .cart-box > a:hover {
  background: #206942;
  color: #ffffff;
}
.col.price {
  min-width: 120px;
  max-width: 120px;
}
.col.qty {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 135px;
  min-width: 135px;
}
.col.total {
  max-width: 80px;
  min-width: 80px;
}
.col.cart-line-product-actions {
  max-width: 38px;
  min-width: 38px;
  text-align: right;
}

.cart-items li {
  border: 1px solid #ebebeb;
}

.cart-items li:nth-child(2) + li {
  border-top: none;
}

.product-line-grid-right {
  position: static;
}
.cart-grid .checkout button {
  border: 1px solid #206942;
  border-radius: 10px;
  color: #206942;
  background: #ffffff;
}
.cart-grid .checkout button:hover {
  background: #206942;
  color: #ffffff;
}
.cart-grid .cart-line-product-actions {
  position: absolute;
  right: 0px;
  transform: translate(0);
  padding-bottom: 5px;
  bottom: -20px;
}
.cart-grid .product-price {
  color: #333;
  font-weight: 400;
  font-size: 1.6rem;
  margin-bottom: 0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .cart-grid .price .product-price {
    justify-content: flex-end;
  }
  .cart-grid .cart-overview .qty {
    display: flex;
    justify-content: flex-start;
  }
}
@media (max-width: 992px) {
  .cart-grid-right .right-box {
    margin-top: 50px;
  }
}
@media screen and (min-width: 992px) {
  .cart-grid .col-lg-3 {
    -ms-flex: 0 0 30%;
    -webkit-box-flex: 0;
    flex: 0 0 30%;
    max-width: 30%;
  }
  .cart-grid .col-lg-9 {
    -ms-flex: 0 70%;
    -webkit-box-flex: 0;
    flex: 0 0 70%;
    max-width: 70%;
  }
}

.table .total-col {
  color: #a6c76c;
  font-weight: 400;
  font-size: 1.6rem;
}

.table.table-cart .price-col {
  width: 120px;
}
.table.table-cart .total-col {
  width: 80px;
}
.table.table-cart .quantity-col {
  width: 135px;
}

.cart-product-quantity {
  width: 100px;
}
.cart-product-quantity .form-control {
  padding: 8.5px 26px;
  height: 40px;
  max-width: 100%;
  border-color: #dadada;
  background-color: #fff;
  margin: 0;
}

.input-spinner {
  position: relative;
}
.input-spinner .input-group-prepend,
.input-spinner .input-group-append {
  position: absolute;
  top: 0;
}
.input-spinner .input-group-prepend {
  left: 0;
}
.input-spinner .input-group-append {
  right: 0;
}
.input-spinner .form-control {
  padding: 8.5px 26px;
  height: auto;
  border-color: #dadada;
  background-color: #fff;
  margin: 0;
}
.input-spinner .form-control[disabled] {
  background-color: #f9f9f9;
}

.btn.btn-spinner {
  min-width: 0;
  color: #333333;
  padding: 12.5px 4px;
  font-size: 1rem;
  border: none;
  background: none;
}
.btn.btn-spinner i {
  margin: 0 !important;
}
.btn.btn-spinner:hover,
.btn.btn-spinner:focus {
  color: #a6c76c;
}

.cart-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 50px;
}
.cart-bottom .btn {
  margin-left: auto;
  min-width: 152px;
}

.cart-discount {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 326px;
}
.cart-discount .form-control {
  margin-right: 11px;
}
.cart-discount .btn {
  min-width: 40px;
  padding-left: 0;
  padding-right: 0;
}

.summary.summary-cart {
  margin-bottom: 30px;
}
.summary.summary-cart .summary-title {
  margin-bottom: 0;
}

.table.table-summary .summary-shipping {
  color: #333333;
  font-weight: 400;
  font-size: 1.6rem;
}
.table.table-summary .summary-shipping td {
  padding-top: 20px;
  padding-bottom: 13px;
  height: auto;
  border-bottom: none;
}
.table.table-summary .summary-shipping-row {
  color: #333333;
}
.table.table-summary .summary-shipping-row label {
  color: inherit;
}
.table.table-summary .summary-shipping-row td {
  height: auto;
  padding-top: 5px;
  padding-bottom: 5px;
  border-bottom: none;
}
.table.table-summary .custom-control {
  margin: 0;
}
.table.table-summary .summary-shipping-estimate {
  color: #333333;
  font-weight: 400;
  font-size: 1.6rem;
}
.table.table-summary .summary-shipping-estimate td {
  height: auto;
  padding-top: 14px;
  padding-bottom: 23px;
}
.table.table-summary .summary-shipping-estimate a {
  margin-top: 6px;
  display: inline-block;
  font-weight: 300;
  color: #999999;
  font-size: 1.4rem;
  border-bottom: 1px solid #999999;
}
.table.table-summary .summary-shipping-estimate a:hover,
.table.table-summary .summary-shipping-estimate a:focus {
  color: #a6c76c;
  border-bottom-color: #a6c76c;
}

.summary-cart .table.table-summary thead th:last-child,
.summary-cart .table.table-summary tbody td:last-child {
  min-width: 0;
}

@media (min-width: 576px) {
  .cart-grid .cart-line-product-actions {
    position: static;
  }
}
@media (min-width: 768px) {
  .product-line-grid-left > .row {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .cart-overview .qty {
    margin: 0;
  }

  .cart-items li {
    border: none;
    border-bottom: 1px solid #ebebeb;
  }
}
/*--------------------- 5.16.Dashboard -------------------- */
/* Dashboard */
#notifications ul {
  margin-bottom: 0;
}
.psgdpr_consent_message {
  display: flex;
  align-items: center;
}
.psgdpr_consent_message span {
  font-size: 14px;
}
.psgdprgetdatabtn17 {
  float: none;
}
#exportDataToCsv:hover,
#exportDataToPdf:hover {
  background: #206942;
  color: #ffffff;
  transition: all 400ms;
  border: 1px solid #206942;
}
#module-psgdpr-gdpr h5 {
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
}
#exportDataToCsv {
  margin-right: 10px;
  margin-left: 0;
  margin-bottom: 10px;
  color: #206942;
  border: 1px solid #206942;
  background: #ffffff;
  border-radius: 15px;
}

#exportDataToPdf {
  margin-left: 0;
  margin-bottom: 10px;
  color: #206942;
  border: 1px solid #206942;
  background: #ffffff;
  border-radius: 15px;
}

@media screen and (min-width: 992px) {
  .dashboard .col-lg-3 {
    -ms-flex: 0 0 30%;
    -webkit-box-flex: 0;
    flex: 0 0 30%;
    max-width: 30%;
  }
  .dashboard .col-lg-9 {
    -ms-flex: 0 70%;
    -webkit-box-flex: 0;
    flex: 0 0 70%;
    max-width: 70%;
  }
}
.dashboard label {
  margin-bottom: 2px;
}
.dashboard .form-control {
  margin-bottom: 13px;
}
.dashboard .form-control + .form-control {
  margin-top: 20px;
}
.dashboard .form-control:not(:focus) {
  background-color: #f9f9f9;
}
.dashboard .tab-pane {
  padding: 0;
  border: none;
  line-height: 2.15;
  padding-bottom: 20px;
}
.dashboard .tab-pane p {
  margin-bottom: 10px;
}
.dashboard .btn {
  min-width: 123px;
}

.nav-dashboard {
  margin-top: -10px;
}
.nav-dashboard .nav-link {
  overflow: hidden;
  position: relative;
  font-weight: 300;
  font-size: 1.4rem;
  line-height: 1.5;
  padding: 14px 0;
  color: #333333;
  border-bottom: 1px solid #ebebeb;
}
.nav-dashboard .nav-link:before {
  content: "";
  display: block;
  font-size: 1.5rem;
  line-height: 1;
  position: absolute;
  top: 50%;
  left: -15px;
  margin-top: -7.5px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0;
}
.nav-dashboard .nav-link:hover,
.nav-dashboard .nav-link:focus,
.nav-dashboard .nav-link.active {
  color: #a6c76c;
}
.nav-dashboard .nav-link.active {
  padding-left: 20px;
}
.nav-dashboard .nav-link.active:before {
  left: 0;
  opacity: 1;
}

.card-dashboard {
  margin-bottom: 30px;
  background-color: #f9f9f9;
  border: 1px solid #ebebeb;
}
.card-dashboard .card-title {
  letter-spacing: 0;
  margin-bottom: 5px;
}
.card-dashboard .card-body {
  padding: 40px 28px 20px;
}

/*--------------------- 5.17.404 -------------------- */
/* 404 - Error */
#pagenotfound .breadcrumb {
  display: none;
}
#pagenotfound .breadcrumb-nav,
#pagenotfound .breadcrumb-wrapper {
  margin-bottom: 0;
  border: none;
}
#pagenotfound .breadcrumb-nav {
  border-top: 1px solid #ebebeb;
}
#pagenotfound #footer {
  border-top: none;
}

.page-not-found {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #222222;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.5;
  padding-top: 85px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  min-height: 600px;
  background-image: url(../images/404.jpg);
}
.page-not-found .btn {
  color: #206942;
  border: 1px solid #206942;
  border-radius: 10px;
}
.page-not-found .btn:hover {
  background: #206942;
  color: #ffffff;
  transition: all 400ms;
}
.page-not-found p {
  margin-bottom: 25px;
  font-size: 1.4rem;
  font-weight: 300;
  letter-spacing: 0;
}

.error-title {
  margin-bottom: 14px;
}

/*--------------------- 5.18.Coming Soon -------------------- */
/* Coming Soon */
.soon {
  position: relative;
  background-color: #fff;
}

.soon-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  padding-top: 80px;
  padding-bottom: 90px;
  min-height: 100vh;
  background-color: #fff;
  z-index: 2;
  color: #999999;
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 1.875;
}
.soon-content form,
.soon-content hr {
  max-width: 496px;
}
.soon-content.text-center p {
  max-width: 680px;
  margin-left: auto;
  margin-right: auto;
}
.soon-content.text-center form,
.soon-content.text-center hr,
.soon-content.text-center .coming-countdown {
  margin-left: auto;
  margin-right: auto;
}
.soon-content form {
  padding-top: 5px;
}
.soon-content .input-group {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.soon-content .btn {
  min-width: 140px;
  margin-top: 10px;
}
.soon-content .form-control {
  width: 100%;
}
.soon-content .form-control:not(:focus) {
  border-color: #dadada;
}

.soon-bg {
  display: none;
  height: 100%;
  width: 50%;
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  z-index: 1;
}

.soon-logo {
  margin-bottom: 23px;
}

.soon-title {
  font-weight: 400;
  margin-bottom: 42px;
}

.coming-countdown {
  max-width: 476px;
  min-height: 53px;
  padding-bottom: 7px;
}
.coming-countdown .countdown-section {
  font-weight: 300;
  font-size: 1.4rem;
  line-height: 1;
  letter-spacing: 0;
}
.coming-countdown .countdown-amount {
  color: #a6c76c;
  font-weight: 400;
  font-size: 2.4rem;
}
.coming-countdown.countdown-separator
  .countdown-section:not(:last-child):after {
  font-size: 30px;
  margin-left: 8px;
  color: #a6c76c;
  margin-top: -10px;
}

@media screen and (min-width: 576px) {
  .soon-content {
    font-size: 1.6rem;
  }
  .soon-content .input-group {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .soon-content .btn {
    margin-left: 10px;
    margin-top: 0;
  }
  .soon-content .form-control {
    width: auto;
  }

  .coming-countdown .countdown-section {
    font-size: 1.6rem;
  }
  .coming-countdown .countdown-amount {
    font-size: 3rem;
  }
}
@media screen and (min-width: 768px) {
  .soon-content {
    padding-right: 30px;
  }

  .soon-bg {
    display: block;
  }
}
@media screen and (min-width: 1200px) {
  .soon-content {
    padding-right: 0;
  }
}
/*--------------------- 5.19.History -------------------- */
/* History */
#history .page-content article,
#order-slip .page-content article {
  margin-bottom: 20px;
}
#order-detail #order-infos a.btn{
  color: #206942;
    border: 1px solid #206942;
    background: #ffffff;
    border-radius: 10px;
}
#order-detail #order-infos a.btn:hover{
  color: #ffffff;
  background: #206942;
}
#order-detail .form-footer  button{
  padding: 5px 35px;
}
#order-detail .order-message-form .form-fields{
  margin-top: 15px;
}
#order-detail #order-products img{
  padding-left: 10px;
}
#order-detail .select-box::after{
  content: ">";
    font-size: 20px;
    color: #666666;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    right: 32px;
    top: 7px;
    position: absolute;
    pointer-events: none;
}
#order-detail .select-box select{
  -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
@media (max-width:346px){
  #order-infos a.btn{
    margin-top: 15px;
  }
}
@media (max-width:768px){
  #order-confirmation .order-confirmation-details h3{
    margin-top: 20px;
  }
}
#order-confirmation .order-confirmation-details h3{
  margin-bottom: 15px;
  padding-left: 0;
}
#order-confirmation .order-confirmation-details ul li{
  margin-bottom: 10px;
}
#order-confirmation h5.page-title{
  margin-bottom: 15px;
}
/*--------------------- 6.Spacing + Helpers -------------------- */
/* Spacing */
.mt-0 {
  margin-top: 0 !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.mt-1 {
  margin-top: 10px !important;
}

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

.pt-1 {
  padding-top: 10px !important;
}

.pb-1 {
  padding-bottom: 10px !important;
}

.mt-2 {
  margin-top: 20px !important;
}

.mb-2 {
  margin-bottom: 20px !important;
}

.pt-2 {
  padding-top: 20px !important;
}

.pb-2 {
  padding-bottom: 20px !important;
}

.mt-3 {
  margin-top: 30px !important;
}

.mb-3 {
  margin-bottom: 30px !important;
}

.pt-3 {
  padding-top: 30px !important;
}

.pb-3 {
  padding-bottom: 30px !important;
}

.mt-4 {
  margin-top: 40px !important;
}

.mb-4 {
  margin-bottom: 40px !important;
}

.pt-4 {
  padding-top: 40px !important;
}

.pb-4 {
  padding-bottom: 40px !important;
}

.mt-5 {
  margin-top: 50px !important;
}

.mb-5 {
  margin-bottom: 50px !important;
}

.pt-5 {
  padding-top: 50px !important;
}

.pb-5 {
  padding-bottom: 50px !important;
}

.mt-6 {
  margin-top: 60px !important;
}

.mb-6 {
  margin-bottom: 60px !important;
}

.pt-6 {
  padding-top: 60px !important;
}

.pb-6 {
  padding-bottom: 60px !important;
}

.mt-7 {
  margin-top: 70px !important;
}

.mb-7 {
  margin-bottom: 70px !important;
}

.pt-7 {
  padding-top: 70px !important;
}

.pb-7 {
  padding-bottom: 70px !important;
}

.mt-8 {
  margin-top: 80px !important;
}

.mb-8 {
  margin-bottom: 80px !important;
}

.pt-8 {
  padding-top: 80px !important;
}

.pb-8 {
  padding-bottom: 80px !important;
}

.mt-9 {
  margin-top: 90px !important;
}

.mb-9 {
  margin-bottom: 90px !important;
}

.pt-9 {
  padding-top: 90px !important;
}

.pb-9 {
  padding-bottom: 90px !important;
}

.mt-10 {
  margin-top: 100px !important;
}

.mb-10 {
  margin-bottom: 100px !important;
}

.pt-10 {
  padding-top: 100px !important;
}

.pb-10 {
  padding-bottom: 100px !important;
}

.mt-11 {
  margin-top: 110px !important;
}

.mb-11 {
  margin-bottom: 110px !important;
}

.pt-11 {
  padding-top: 110px !important;
}

.pb-11 {
  padding-bottom: 110px !important;
}

.mt-12 {
  margin-top: 120px !important;
}

.mb-12 {
  margin-bottom: 120px !important;
}

.pt-12 {
  padding-top: 120px !important;
}

.pb-12 {
  padding-bottom: 120px !important;
}

.mt-13 {
  margin-top: 130px !important;
}

.mb-13 {
  margin-bottom: 130px !important;
}

.pt-13 {
  padding-top: 130px !important;
}

.pb-13 {
  padding-bottom: 130px !important;
}

.mt-14 {
  margin-top: 140px !important;
}

.mb-14 {
  margin-bottom: 140px !important;
}

.pt-14 {
  padding-top: 140px !important;
}

.pb-14 {
  padding-bottom: 140px !important;
}

.mt-15 {
  margin-top: 150px !important;
}

.mb-15 {
  margin-bottom: 150px !important;
}

.pt-15 {
  padding-top: 150px !important;
}

.pb-15 {
  padding-bottom: 150px !important;
}

@media screen and (min-width: 576px) {
  .mt-sm-0 {
    margin-top: 0rem !important;
  }

  .mt-sm-1 {
    margin-top: 1rem !important;
  }

  .mt-sm-2 {
    margin-top: 2rem !important;
  }

  .mt-sm-3 {
    margin-top: 3rem !important;
  }

  .mt-sm-4 {
    margin-top: 4rem !important;
  }

  .mt-sm-5 {
    margin-top: 5rem !important;
  }

  .mt-sm-6 {
    margin-top: 6rem !important;
  }

  .mt-sm-7 {
    margin-top: 7rem !important;
  }

  .mt-sm-8 {
    margin-top: 8rem !important;
  }

  .mt-sm-9 {
    margin-top: 9rem !important;
  }

  .mt-sm-10 {
    margin-top: 10rem !important;
  }

  .mt-sm-11 {
    margin-top: 11rem !important;
  }

  .mt-sm-12 {
    margin-top: 12rem !important;
  }

  .mt-sm-13 {
    margin-top: 13rem !important;
  }

  .mt-sm-14 {
    margin-top: 14rem !important;
  }

  .mt-sm-15 {
    margin-top: 15rem !important;
  }

  .mb-sm-0 {
    margin-bottom: 0rem !important;
  }

  .mb-sm-1 {
    margin-bottom: 1rem !important;
  }

  .mb-sm-2 {
    margin-bottom: 2rem !important;
  }

  .mb-sm-3 {
    margin-bottom: 3rem !important;
  }

  .mb-sm-4 {
    margin-bottom: 4rem !important;
  }

  .mb-sm-5 {
    margin-bottom: 5rem !important;
  }

  .mb-sm-6 {
    margin-bottom: 6rem !important;
  }

  .mb-sm-7 {
    margin-bottom: 7rem !important;
  }

  .mb-sm-8 {
    margin-bottom: 8rem !important;
  }

  .mb-sm-9 {
    margin-bottom: 9rem !important;
  }

  .mb-sm-10 {
    margin-bottom: 10rem !important;
  }

  .mb-sm-11 {
    margin-bottom: 11rem !important;
  }

  .mb-sm-12 {
    margin-bottom: 12rem !important;
  }

  .mb-sm-13 {
    margin-bottom: 13rem !important;
  }

  .mb-sm-14 {
    margin-bottom: 14rem !important;
  }

  .mb-sm-15 {
    margin-bottom: 15rem !important;
  }

  .pt-sm-0 {
    padding-top: 0rem !important;
  }

  .pt-sm-1 {
    padding-top: 1rem !important;
  }

  .pt-sm-2 {
    padding-top: 2rem !important;
  }

  .pt-sm-3 {
    padding-top: 3rem !important;
  }

  .pt-sm-4 {
    padding-top: 4rem !important;
  }

  .pt-sm-5 {
    padding-top: 5rem !important;
  }

  .pt-sm-6 {
    padding-top: 6rem !important;
  }

  .pt-sm-7 {
    padding-top: 7rem !important;
  }

  .pt-sm-8 {
    padding-top: 8rem !important;
  }

  .pt-sm-9 {
    padding-top: 9rem !important;
  }

  .pt-sm-10 {
    padding-top: 10rem !important;
  }

  .pt-sm-11 {
    padding-top: 11rem !important;
  }

  .pt-sm-12 {
    padding-top: 12rem !important;
  }

  .pt-sm-13 {
    padding-top: 13rem !important;
  }

  .pt-sm-14 {
    padding-top: 14rem !important;
  }

  .pt-sm-15 {
    padding-top: 15rem !important;
  }

  .pb-sm-0 {
    padding-bottom: 0rem !important;
  }

  .pb-sm-1 {
    padding-bottom: 1rem !important;
  }

  .pb-sm-2 {
    padding-bottom: 2rem !important;
  }

  .pb-sm-3 {
    padding-bottom: 3rem !important;
  }

  .pb-sm-4 {
    padding-bottom: 4rem !important;
  }

  .pb-sm-5 {
    padding-bottom: 5rem !important;
  }

  .pb-sm-6 {
    padding-bottom: 6rem !important;
  }

  .pb-sm-7 {
    padding-bottom: 7rem !important;
  }

  .pb-sm-8 {
    padding-bottom: 8rem !important;
  }

  .pb-sm-9 {
    padding-bottom: 9rem !important;
  }

  .pb-sm-10 {
    padding-bottom: 10rem !important;
  }

  .pb-sm-11 {
    padding-bottom: 11rem !important;
  }

  .pb-sm-12 {
    padding-bottom: 12rem !important;
  }

  .pb-sm-13 {
    padding-bottom: 13rem !important;
  }

  .pb-sm-14 {
    padding-bottom: 14rem !important;
  }

  .pb-sm-15 {
    padding-bottom: 15rem !important;
  }
}
@media screen and (min-width: 768px) {
  .mt-md-0 {
    margin-top: 0rem !important;
  }

  .mt-md-1 {
    margin-top: 1rem !important;
  }

  .mt-md-2 {
    margin-top: 2rem !important;
  }

  .mt-md-3 {
    margin-top: 3rem !important;
  }

  .mt-md-4 {
    margin-top: 4rem !important;
  }

  .mt-md-5 {
    margin-top: 5rem !important;
  }

  .mt-md-6 {
    margin-top: 6rem !important;
  }

  .mt-md-7 {
    margin-top: 7rem !important;
  }

  .mt-md-8 {
    margin-top: 8rem !important;
  }

  .mt-md-9 {
    margin-top: 9rem !important;
  }

  .mt-md-10 {
    margin-top: 10rem !important;
  }

  .mt-md-11 {
    margin-top: 11rem !important;
  }

  .mt-md-12 {
    margin-top: 12rem !important;
  }

  .mt-md-13 {
    margin-top: 13rem !important;
  }

  .mt-md-14 {
    margin-top: 14rem !important;
  }

  .mt-md-15 {
    margin-top: 15rem !important;
  }

  /* .mb-md-0 {
    margin-bottom: 0rem !important;
  } */

  .mb-md-1 {
    margin-bottom: 1rem !important;
  }

  .mb-md-2 {
    margin-bottom: 2rem !important;
  }

  .mb-md-3 {
    margin-bottom: 3rem !important;
  }

  .mb-md-4 {
    margin-bottom: 4rem !important;
  }

  .mb-md-5 {
    margin-bottom: 5rem !important;
  }

  .mb-md-6 {
    margin-bottom: 6rem !important;
  }

  .mb-md-7 {
    margin-bottom: 7rem !important;
  }

  .mb-md-8 {
    margin-bottom: 8rem !important;
  }

  .mb-md-9 {
    margin-bottom: 9rem !important;
  }

  .mb-md-10 {
    margin-bottom: 10rem !important;
  }

  .mb-md-11 {
    margin-bottom: 11rem !important;
  }

  .mb-md-12 {
    margin-bottom: 12rem !important;
  }

  .mb-md-13 {
    margin-bottom: 13rem !important;
  }

  .mb-md-14 {
    margin-bottom: 14rem !important;
  }

  .mb-md-15 {
    margin-bottom: 15rem !important;
  }

  .pt-md-0 {
    padding-top: 0rem !important;
  }

  .pt-md-1 {
    padding-top: 1rem !important;
  }

  .pt-md-2 {
    padding-top: 2rem !important;
  }

  .pt-md-3 {
    padding-top: 3rem !important;
  }

  .pt-md-4 {
    padding-top: 4rem !important;
  }

  .pt-md-5 {
    padding-top: 5rem !important;
  }

  .pt-md-6 {
    padding-top: 6rem !important;
  }

  .pt-md-7 {
    padding-top: 7rem !important;
  }

  .pt-md-8 {
    padding-top: 8rem !important;
  }

  .pt-md-9 {
    padding-top: 9rem !important;
  }

  .pt-md-10 {
    padding-top: 10rem !important;
  }

  .pt-md-11 {
    padding-top: 11rem !important;
  }

  .pt-md-12 {
    padding-top: 12rem !important;
  }

  .pt-md-13 {
    padding-top: 13rem !important;
  }

  .pt-md-14 {
    padding-top: 14rem !important;
  }

  .pt-md-15 {
    padding-top: 15rem !important;
  }

  .pb-md-0 {
    padding-bottom: 0rem !important;
  }

  .pb-md-1 {
    padding-bottom: 1rem !important;
  }

  .pb-md-2 {
    padding-bottom: 2rem !important;
  }

  .pb-md-3 {
    padding-bottom: 3rem !important;
  }

  .pb-md-4 {
    padding-bottom: 4rem !important;
  }

  .pb-md-5 {
    padding-bottom: 5rem !important;
  }

  .pb-md-6 {
    padding-bottom: 6rem !important;
  }

  .pb-md-7 {
    padding-bottom: 7rem !important;
  }

  .pb-md-8 {
    padding-bottom: 8rem !important;
  }

  .pb-md-9 {
    padding-bottom: 9rem !important;
  }

  .pb-md-10 {
    padding-bottom: 10rem !important;
  }

  .pb-md-11 {
    padding-bottom: 11rem !important;
  }

  .pb-md-12 {
    padding-bottom: 12rem !important;
  }

  .pb-md-13 {
    padding-bottom: 13rem !important;
  }

  .pb-md-14 {
    padding-bottom: 14rem !important;
  }

  .pb-md-15 {
    padding-bottom: 15rem !important;
  }
}
@media screen and (min-width: 992px) {
  .mt-lg-0 {
    margin-top: 0rem !important;
  }

  .mt-lg-1 {
    margin-top: 1rem !important;
  }

  .mt-lg-2 {
    margin-top: 2rem !important;
  }

  .mt-lg-3 {
    margin-top: 3rem !important;
  }

  .mt-lg-4 {
    margin-top: 4rem !important;
  }

  .mt-lg-5 {
    margin-top: 5rem !important;
  }

  .mt-lg-6 {
    margin-top: 6rem !important;
  }

  .mt-lg-7 {
    margin-top: 7rem !important;
  }

  .mt-lg-8 {
    margin-top: 8rem !important;
  }

  .mt-lg-9 {
    margin-top: 9rem !important;
  }

  .mt-lg-10 {
    margin-top: 10rem !important;
  }

  .mt-lg-11 {
    margin-top: 11rem !important;
  }

  .mt-lg-12 {
    margin-top: 12rem !important;
  }

  .mt-lg-13 {
    margin-top: 13rem !important;
  }

  .mt-lg-14 {
    margin-top: 14rem !important;
  }

  .mt-lg-15 {
    margin-top: 15rem !important;
  }

  .mb-lg-0 {
    margin-bottom: 0rem !important;
  }

  .mb-lg-1 {
    margin-bottom: 1rem !important;
  }

  .mb-lg-2 {
    margin-bottom: 2rem !important;
  }

  .mb-lg-3 {
    margin-bottom: 3rem !important;
  }

  .mb-lg-4 {
    margin-bottom: 4rem !important;
  }

  .mb-lg-5 {
    margin-bottom: 5rem !important;
  }

  .mb-lg-6 {
    margin-bottom: 6rem !important;
  }

  .mb-lg-7 {
    margin-bottom: 7rem !important;
  }

  .mb-lg-8 {
    margin-bottom: 8rem !important;
  }

  .mb-lg-9 {
    margin-bottom: 9rem !important;
  }

  .mb-lg-10 {
    margin-bottom: 10rem !important;
  }

  .mb-lg-11 {
    margin-bottom: 11rem !important;
  }

  .mb-lg-12 {
    margin-bottom: 12rem !important;
  }

  .mb-lg-13 {
    margin-bottom: 13rem !important;
  }

  .mb-lg-14 {
    margin-bottom: 14rem !important;
  }

  .mb-lg-15 {
    margin-bottom: 15rem !important;
  }

  .pt-lg-0 {
    padding-top: 0rem !important;
  }

  .pt-lg-1 {
    padding-top: 1rem !important;
  }

  .pt-lg-2 {
    padding-top: 2rem !important;
  }

  .pt-lg-3 {
    padding-top: 3rem !important;
  }

  .pt-lg-4 {
    padding-top: 4rem !important;
  }

  .pt-lg-5 {
    padding-top: 5rem !important;
  }

  .pt-lg-6 {
    padding-top: 6rem !important;
  }

  .pt-lg-7 {
    padding-top: 7rem !important;
  }

  .pt-lg-8 {
    padding-top: 8rem !important;
  }

  .pt-lg-9 {
    padding-top: 9rem !important;
  }

  .pt-lg-10 {
    padding-top: 10rem !important;
  }

  .pt-lg-11 {
    padding-top: 11rem !important;
  }

  .pt-lg-12 {
    padding-top: 12rem !important;
  }

  .pt-lg-13 {
    padding-top: 13rem !important;
  }

  .pt-lg-14 {
    padding-top: 14rem !important;
  }

  .pt-lg-15 {
    padding-top: 15rem !important;
  }

  .pb-lg-0 {
    padding-bottom: 0rem !important;
  }

  .pb-lg-1 {
    padding-bottom: 1rem !important;
  }

  .pb-lg-2 {
    padding-bottom: 2rem !important;
  }

  .pb-lg-3 {
    padding-bottom: 3rem !important;
  }

  .pb-lg-4 {
    padding-bottom: 4rem !important;
  }

  .pb-lg-5 {
    padding-bottom: 5rem !important;
  }

  .pb-lg-6 {
    padding-bottom: 6rem !important;
  }

  .pb-lg-7 {
    padding-bottom: 7rem !important;
  }

  .pb-lg-8 {
    padding-bottom: 8rem !important;
  }

  .pb-lg-9 {
    padding-bottom: 9rem !important;
  }

  .pb-lg-10 {
    padding-bottom: 10rem !important;
  }

  .pb-lg-11 {
    padding-bottom: 11rem !important;
  }

  .pb-lg-12 {
    padding-bottom: 12rem !important;
  }

  .pb-lg-13 {
    padding-bottom: 13rem !important;
  }

  .pb-lg-14 {
    padding-bottom: 14rem !important;
  }

  .pb-lg-15 {
    padding-bottom: 15rem !important;
  }
}
@media screen and (min-width: 1200px) {
  .mt-xl-0 {
    margin-top: 0rem !important;
  }

  .mt-xl-1 {
    margin-top: 1rem !important;
  }

  .mt-xl-2 {
    margin-top: 2rem !important;
  }

  .mt-xl-3 {
    margin-top: 3rem !important;
  }

  .mt-xl-4 {
    margin-top: 4rem !important;
  }

  .mt-xl-5 {
    margin-top: 5rem !important;
  }

  .mt-xl-6 {
    margin-top: 6rem !important;
  }

  .mt-xl-7 {
    margin-top: 7rem !important;
  }

  .mt-xl-8 {
    margin-top: 8rem !important;
  }

  .mt-xl-9 {
    margin-top: 9rem !important;
  }

  .mt-xl-10 {
    margin-top: 10rem !important;
  }

  .mt-xl-11 {
    margin-top: 11rem !important;
  }

  .mt-xl-12 {
    margin-top: 12rem !important;
  }

  .mt-xl-13 {
    margin-top: 13rem !important;
  }

  .mt-xl-14 {
    margin-top: 14rem !important;
  }

  .mt-xl-15 {
    margin-top: 15rem !important;
  }

  .mb-xl-0 {
    margin-bottom: 0rem !important;
  }

  .mb-xl-1 {
    margin-bottom: 1rem !important;
  }

  .mb-xl-2 {
    margin-bottom: 2rem !important;
  }

  .mb-xl-3 {
    margin-bottom: 3rem !important;
  }

  .mb-xl-4 {
    margin-bottom: 4rem !important;
  }

  .mb-xl-5 {
    margin-bottom: 5rem !important;
  }

  .mb-xl-6 {
    margin-bottom: 6rem !important;
  }

  .mb-xl-7 {
    margin-bottom: 7rem !important;
  }

  .mb-xl-8 {
    margin-bottom: 8rem !important;
  }

  .mb-xl-9 {
    margin-bottom: 9rem !important;
  }

  .mb-xl-10 {
    margin-bottom: 10rem !important;
  }

  .mb-xl-11 {
    margin-bottom: 11rem !important;
  }

  .mb-xl-12 {
    margin-bottom: 12rem !important;
  }

  .mb-xl-13 {
    margin-bottom: 13rem !important;
  }

  .mb-xl-14 {
    margin-bottom: 14rem !important;
  }

  .mb-xl-15 {
    margin-bottom: 15rem !important;
  }
}
@media screen and (min-width: 1600px) {
  .mt-xxl-0 {
    margin-top: 0rem !important;
  }

  .mt-xxl-1 {
    margin-top: 1rem !important;
  }

  .mt-xxl-2 {
    margin-top: 2rem !important;
  }

  .mt-xxl-3 {
    margin-top: 3rem !important;
  }

  .mt-xxl-4 {
    margin-top: 4rem !important;
  }

  .mt-xxl-5 {
    margin-top: 5rem !important;
  }

  .mt-xxl-6 {
    margin-top: 6rem !important;
  }

  .mt-xxl-7 {
    margin-top: 7rem !important;
  }

  .mt-xxl-8 {
    margin-top: 8rem !important;
  }

  .mt-xxl-9 {
    margin-top: 9rem !important;
  }

  .mt-xxl-10 {
    margin-top: 10rem !important;
  }

  .mt-xxl-11 {
    margin-top: 11rem !important;
  }

  .mt-xxl-12 {
    margin-top: 12rem !important;
  }

  .mt-xxl-13 {
    margin-top: 13rem !important;
  }

  .mt-xxl-14 {
    margin-top: 14rem !important;
  }

  .mt-xxl-15 {
    margin-top: 15rem !important;
  }

  .mb-xxl-0 {
    margin-bottom: 0rem !important;
  }

  .mb-xxl-1 {
    margin-bottom: 1rem !important;
  }

  .mb-xxl-2 {
    margin-bottom: 2rem !important;
  }

  .mb-xxl-3 {
    margin-bottom: 3rem !important;
  }

  .mb-xxl-4 {
    margin-bottom: 4rem !important;
  }

  .mb-xxl-5 {
    margin-bottom: 5rem !important;
  }

  .mb-xxl-6 {
    margin-bottom: 6rem !important;
  }

  .mb-xxl-7 {
    margin-bottom: 7rem !important;
  }

  .mb-xxl-8 {
    margin-bottom: 8rem !important;
  }

  .mb-xxl-9 {
    margin-bottom: 9rem !important;
  }

  .mb-xxl-10 {
    margin-bottom: 10rem !important;
  }

  .mb-xxl-11 {
    margin-bottom: 11rem !important;
  }

  .mb-xxl-12 {
    margin-bottom: 12rem !important;
  }

  .mb-xxl-13 {
    margin-bottom: 13rem !important;
  }

  .mb-xxl-14 {
    margin-bottom: 14rem !important;
  }

  .mb-xxl-15 {
    margin-bottom: 15rem !important;
  }
}
/*--------------------- 7.Font Icons -------------------- */
/* Font Icons */
@font-face {
  font-family: "dm_sans";
  src: url("../fonts/dm_sans.eot?74273691");
  src: url("../fonts/dm_sans.eot?74273691#iefix") format("embedded-opentype"),
    url("../fonts/dm_sans.woff2?74273691") format("woff2"),
    url("../fonts/dm_sans.woff?74273691") format("woff"),
    url("../fonts/dm_sans.ttf?74273691") format("truetype"),
    url("../fonts/dm_sans.svg?74273691#dm_sans") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "dm_sans";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-google:before {
  content: "";
}

/* '' */

/* '' */
.icon-angle-up:before {
  content: "";
}

/* '' */
.icon-life-ring:before {
  content: "";
}

/* '' */
.icon-phone-square:before {
  content: "";
}

/* '' */
.icon-euro:before {
  content: "";
}

/* '' */
.icon-phone:before {
  content: url(../iconsvg/phone-header-mobile.svg);
}

/* '' */
.icon-life-bouy:before {
  content: "";
}

/* '' */
.icon-rmb:before {
  content: "";
}

/* '' */
.icon-creative-commons-1:before {
  content: "";
}

/* '' */
.icon-comment-o:before {
  content: "";
}

/* '' */
.icon-check-circle-o:before {
  content: "";
}

/* '' */
.icon-info-circle:before {
  content: "";
}

/* '' */
.icon-cog:before {
  content: "";
}

/* '' */
.icon-cogs:before {
  content: "";
}

/* '' */
.icon-gift:before {
  content: "";
}

/* '' */
.icon-cart-arrow-down:before {
  content: "";
}

/* '' */
.icon-home:before {
  content: "";
}

/* '' */
.icon-cart-plus:before {
  content: "";
}

/* '' */
.icon-refresh:before {
  content: "";
}

/* '' */
.icon-eye:before {
  content: "";
}

/* '' */
.icon-map-marker:before {
  content: url(../iconsvg/location-med-2.svg);
}
.icon-phone-contact::before {
  content: url(../iconsvg/phone-contact.svg);
}

/* '' */
.icon-headphones:before {
  content: "";
}

/* '' */
.icon-comments:before {
  content: "";
}

/* '' */
.icon-list-alt:before {
  content: "";
}

/* '' */
.icon-list-ol:before {
  content: "";
}

/* '' */
.icon-clone-1:before {
  content: "";
}

/* '' */
.icon-plus-square-o:before {
  content: "";
}

/* '' */
.icon-rotate-left:before {
  content: "";
}

/* '' */
.icon-tv:before {
  content: "";
}

/* '' */
.icon-play:before {
  top: 30%;
  content: url(../iconsvg/polygon.svg);
  position: absolute;
  right: 30%;
}

/* '' */
.icon-check:before {
  content: url(../iconsvg/check.svg);
}

/* '' */
.icon-music:before {
  content: "";
}

/* '' */
.icon-gift-1:before {
  content: "";
}

/* '' */
.icon-twitter-square:before {
  content: "";
}

/* '' */
.icon-facebook-square:before {
  content: "";
}

/* '' */
.icon-linkedin:before {
  content: "";
}

/* '' */
.icon-github-square:before {
  content: "";
}

/* '' */
/* .icon-twitter:before {
  content: "";
} */

/* '' */
.icon-facebook:before {
  content: "";
}

/* '' */
.icon-github:before {
  content: "";
}

/* '' */
.icon-pinterest:before {
  content: url(../iconsvg/Pin.svg);
}

/* '' */
.icon-pinterest-square:before {
  content: "";
}

/* '' */
.icon-google-plus-square:before {
  content: "";
}

/* '' */
.icon-google-plus-g:before {
  content: "";
}

/* '' */
.icon-linkedin-in:before {
  content: "";
}

/* '' */
.icon-laptop:before {
  content: "";
}

/* '' */
.icon-quote-left:before {
  content: "";
}

/* '' */
.icon-quote-right:before {
  content: "";
}

/* '' */
.icon-angle-down:before {
  content: "";
}

/* '' */
.icon-angle-left:before {
  content: "";
}

/* '' */
.icon-angle-right:before {
  content: "";
}

/* '' */
.icon-github-alt:before {
  content: "";
}

/* '' */
.icon-arrow-down:before {
  content: "";
}

/* '' */
.icon-arrow-left:before {
  content: "";
}

/* '' */
.icon-arrow-right:before {
  content: "";
}

/* '' */
.icon-arrow-up:before {
  content: url(../iconsvg/arrow-up-solid.svg);
  width: 15px;
}

/* '' */
.icon-arrows:before {
  content: url(../iconsvg/zoom-in.svg);
}

/* '' */
.icon-balance-scale:before {
  content: "";
}

/* '' */
.icon-bars:before {
  content: url(../iconsvg/icon-bars.svg);
}

/* '' */
.icon-maxcdn:before {
  content: "";
}

/* '' */
.icon-html5:before {
  content: "";
}

/* '' */
.icon-css3:before {
  content: "";
}

/* '' */
.icon-binoculars:before {
  content: "";
}

/* '' */
.icon-bookmark-o:before {
  content: "";
}

/* '' */
.icon-btc:before {
  content: "";
}

/* '' */
.icon-calendar:before {
  content: url(../iconsvg/form-login-calendar.svg);
}

/* '' */
.icon-youtube:before {
  content: url(../iconsvg/youtube.svg);
}

/* '' */
.icon-xing:before {
  content: "";
}

/* '' */
.icon-xing-square:before {
  content: "";
}

/* '' */
.icon-dropbox:before {
  content: "";
}

/* '' */
.icon-stack-overflow:before {
  content: "";
}

/* '' */
.icon-instagram:before {
  content: url(../iconsvg/instagram.svg);
}

/* '' */
.icon-flickr:before {
  content: "";
}

/* '' */
.icon-adn:before {
  content: "";
}

/* '' */
.icon-bitbucket:before {
  content: "";
}

/* '' */
.icon-tumblr:before {
  content: "";
}

/* '' */
.icon-tumblr-square:before {
  content: "";
}

/* '' */
.icon-certificate:before {
  content: "";
}

/* '' */
.icon-apple:before {
  content: "";
}

/* '' */
.icon-windows:before {
  content: "";
}

/* '' */
.icon-android:before {
  content: "";
}

/* '' */
.icon-linux:before {
  content: "";
}

/* '' */
.icon-dribbble:before {
  content: "";
}

/* '' */
.icon-skype:before {
  content: "";
}

/* '' */
.icon-foursquare:before {
  content: "";
}

/* '' */
.icon-trello:before {
  content: "";
}

/* '' */
.icon-gratipay:before {
  content: "";
}

/* '' */
.icon-vk:before {
  content: "";
}

/* '' */
.icon-weibo:before {
  content: "";
}

/* '' */
.icon-renren:before {
  content: "";
}

/* '' */
.icon-pagelines:before {
  content: "";
}

/* '' */
.icon-stack-exchange:before {
  content: "";
}

/* '' */
.icon-clock-o:before {
  content: "";
}

/* '' */
.icon-close:before {
  content: url(../iconsvg/clear.svg);
}

/* '' */
.icon-vimeo-square:before {
  content: "";
}

/* '' */
.icon-slack:before {
  content: "";
}

/* '' */
.icon-wordpress:before {
  content: "";
}

/* '' */
.icon-openid:before {
  content: "";
}

/* '' */
.icon-yahoo:before {
  content: "";
}

/* '' */
.icon-reddit:before {
  content: "";
}

/* '' */
.icon-reddit-square:before {
  content: "";
}

/* '' */
.icon-stumbleupon-circle:before {
  content: "";
}

/* '' */
.icon-stumbleupon:before {
  content: "";
}

/* '' */
.icon-delicious:before {
  content: "";
}

/* '' */
.icon-digg:before {
  content: "";
}

/* '' */
.icon-pied-piper-pp:before {
  content: "";
}

/* '' */
.icon-pied-piper-alt:before {
  content: "";
}

/* '' */
.icon-drupal:before {
  content: "";
}

/* '' */
.icon-joomla:before {
  content: "";
}

/* '' */
.icon-behance:before {
  content: "";
}

/* '' */
.icon-behance-square:before {
  content: "";
}

/* '' */
.icon-steam:before {
  content: "";
}

/* '' */
.icon-steam-square:before {
  content: "";
}

/* '' */
.icon-dollar:before {
  content: "";
}

/* '' */
.icon-spotify:before {
  content: "";
}

/* '' */
.icon-deviantart:before {
  content: "";
}

/* '' */
.icon-soundcloud:before {
  content: "";
}

/* '' */
.icon-edit:before {
  content: "";
}

/* '' */
.icon-envelope:before {
  content: url(../iconsvg/mail.svg);
}

/* '' */
.icon-vine:before {
  content: "";
}

/* '' */
.icon-codepen:before {
  content: "";
}

/* '' */
.icon-jsfiddle:before {
  content: "";
}

/* '' */
.icon-exclamation-circle:before {
  content: "";
}

/* '' */
.icon-rebel:before {
  content: "";
}

/* '' */
.icon-empire:before {
  content: "";
}

/* '' */
.icon-git:before {
  content: "";
}

/* '' */
.icon-hacker-news:before {
  content: "";
}

/* '' */
.icon-tencent-weibo:before {
  content: "";
}

/* '' */
.icon-qq:before {
  content: "";
}

/* '' */
.icon-weixin:before {
  content: "";
}

/* '' */
.icon-slideshare:before {
  content: "";
}

/* '' */
.icon-twitch:before {
  content: "";
}

/* '' */
.icon-yelp:before {
  content: "";
}

/* '' */
.icon-paypal:before {
  content: "";
}

/* '' */
.icon-google-wallet:before {
  content: "";
}

/* '' */
.icon-cc-visa:before {
  content: "";
}

/* '' */
.icon-cc-mastercard:before {
  content: "";
}

/* '' */
.icon-cc-discover:before {
  content: "";
}

/* '' */
.icon-cc-amex:before {
  content: "";
}

/* '' */
.icon-cc-paypal:before {
  content: "";
}

/* '' */
.icon-cc-stripe:before {
  content: "";
}

/* '' */
.icon-lastfm:before {
  content: "";
}

/* '' */
.icon-lastfm-square:before {
  content: "";
}

/* '' */
.icon-ioxhost:before {
  content: "";
}

/* '' */
.icon-angellist:before {
  content: "";
}

/* '' */
.icon-buysellads:before {
  content: "";
}

/* '' */
.icon-connectdevelop:before {
  content: "";
}

/* '' */
.icon-dashcube:before {
  content: "";
}

/* '' */
.icon-forumbee:before {
  content: "";
}

/* '' */
.icon-leanpub:before {
  content: "";
}

/* '' */
.icon-sellsy:before {
  content: "";
}

/* '' */
.icon-shirtsinbulk:before {
  content: "";
}

/* '' */
.icon-simplybuilt:before {
  content: "";
}

/* '' */
.icon-skyatlas:before {
  content: "";
}

/* '' */
.icon-heartbeat:before {
  content: "";
}

/* '' */
.icon-pinterest-p:before {
  content: "";
}

/* '' */
.icon-whatsapp:before {
  content: "";
}

/* '' */
.icon-heart:before {
  content: url(../iconsvg/form-login-heart.svg);
}

/* '' */
.icon-heart-o:before {
  content: url(../iconsvg/heart_product.svg);
}

/* '' */
.icon-viacoin:before {
  content: "";
}

/* '' */
.icon-medium:before {
  content: "";
}

/* '' */
.icon-y-combinator:before {
  content: "";
}

/* '' */
.icon-optin-monster:before {
  content: "";
}

/* '' */
.icon-opencart:before {
  content: "";
}

/* '' */
.icon-expeditedssl:before {
  content: "";
}

/* '' */
.icon-cc-jcb:before {
  content: "";
}

/* '' */
.icon-cc-diners-club:before {
  content: "";
}

/* '' */
.icon-clone:before {
  content: "";
}

/* '' */
.icon-jpy:before {
  content: "";
}

/* '' */
.icon-creative-commons:before {
  content: "";
}

/* '' */
.icon-gg:before {
  content: "";
}

/* '' */
.icon-gg-circle:before {
  content: "";
}

/* '' */
.icon-tripadvisor:before {
  content: "";
}

/* '' */
.icon-odnoklassniki:before {
  content: "";
}

/* '' */
.icon-odnoklassniki-square:before {
  content: "";
}

/* '' */
.icon-get-pocket:before {
  content: "";
}

/* '' */
.icon-wikipedia-w:before {
  content: "";
}

/* '' */
.icon-safari:before {
  content: "";
}

/* '' */
.icon-chrome:before {
  content: "";
}

/* '' */
.icon-firefox:before {
  content: "";
}

/* '' */
.icon-opera:before {
  content: "";
}

/* '' */
.icon-internet-explorer:before {
  content: "";
}

/* '' */
.icon-list:before {
  content: "";
}

/* '' */
.icon-contao:before {
  content: "";
}

/* '' */
.icon-500px:before {
  content: "";
}

/* '' */
.icon-list-ul:before {
  content: "";
}

/* '' */
.icon-amazon:before {
  content: "";
}

/* '' */
.icon-long-arrow-down:before {
  content: "";
}

/* '' */
.icon-long-arrow-left:before {
  content: "";
}

/* '' */
.icon-long-arrow-right:before {
  content: url(../iconsvg/send-1.svg);
}

/* '' */
.icon-long-arrow-up:before {
  content: "";
}

/* '' */
.icon-magic:before {
  content: "";
}

/* '' */
.icon-map-signs:before {
  content: "";
}

/* '' */
.icon-mail-reply:before {
  content: "";
}

/* '' */
.icon-houzz:before {
  content: "";
}

/* '' */
.icon-vimeo-v:before {
  content: "";
}

/* '' */
.icon-black-tie:before {
  content: "";
}

/* '' */
.icon-fonticons:before {
  content: "";
}

/* '' */
.icon-reddit-alien:before {
  content: "";
}

/* '' */
.icon-edge:before {
  content: "";
}

/* '' */
.icon-codiepie:before {
  content: "";
}

/* '' */
.icon-modx:before {
  content: "";
}

/* '' */
.icon-fort-awesome:before {
  content: "";
}

/* '' */
.icon-usb:before {
  content: "";
}

/* '' */
.icon-product-hunt:before {
  content: "";
}

/* '' */
.icon-mixcloud:before {
  content: "";
}

/* '' */
.icon-scribd:before {
  content: "";
}

/* '' */
.icon-minus:before {
  content: "";
}

/* '' */
.icon-shopping-bag:before {
  content: "";
}

/* '' */
.icon-bluetooth:before {
  content: "";
}

/* '' */
.icon-bluetooth-b:before {
  content: "";
}

/* '' */
.icon-gitlab:before {
  content: "";
}

/* '' */
.icon-wpbeginner:before {
  content: "";
}

/* '' */
.icon-wpforms:before {
  content: "";
}

/* '' */
.icon-envira:before {
  content: "";
}

/* '' */
.icon-glide:before {
  content: "";
}

/* '' */
.icon-glide-g:before {
  content: "";
}

/* '' */
.icon-viadeo:before {
  content: "";
}

/* '' */
.icon-viadeo-square:before {
  content: "";
}

/* '' */
.icon-snapchat:before {
  content: "";
}

/* '' */
.icon-snapchat-ghost:before {
  content: "";
}

/* '' */
.icon-snapchat-square:before {
  content: "";
}

/* '' */
.icon-pied-piper:before {
  content: "";
}

/* '' */
.icon-first-order:before {
  content: "";
}

/* '' */
.icon-yoast:before {
  content: "";
}

/* '' */
.icon-themeisle:before {
  content: "";
}

/* '' */
.icon-google-plus:before {
  content: "";
}

/* '' */
.icon-font-awesome:before {
  content: "";
}

/* '' */
.icon-linode:before {
  content: "";
}

/* '' */
.icon-play-outline:before {
  content: "";
}

/* '' */
.icon-plus:before {
  content: "";
}

/* '' */
.icon-quora:before {
  content: "";
}

/* '' */
.icon-free-code-camp:before {
  content: "";
}

/* '' */
.icon-telegram:before {
  content: "";
}

/* '' */
.icon-puzzle-piece:before {
  content: "";
}

/* '' */
.icon-question-circle:before {
  content: "";
}

/* '' */
.icon-random:before {
  content: "";
}

/* '' */
.icon-bandcamp:before {
  content: "";
}

/* '' */
.icon-grav:before {
  content: "";
}

/* '' */
.icon-etsy:before {
  content: "";
}

/* '' */
.icon-imdb:before {
  content: "";
}

/* '' */
.icon-ravelry:before {
  content: "";
}

/* '' */
.icon-sellcast:before {
  content: "";
}

/* '' */
.icon-superpowers:before {
  content: "";
}

/* '' */
.icon-wpexplorer:before {
  content: "";
}

/* '' */
.icon-rocket:before {
  content: "";
}

/* '' */
.icon-meetup:before {
  content: "";
}

/* '' */
.icon-rotate-right:before {
  content: "";
}

/* '' */
.icon-rupee:before {
  content: "";
}

/* '' */
.icon-search:before {
  content: url(../iconsvg/search_header.svg);
}

/* '' */
.icon-search-plus:before {
  content: "";
}

/* '' */
.icon-shopping-cart:before {
  content: url(../iconsvg/bag_header.svg);
}

/* '' */
.icon-spinner:before {
  content: "";
}

/* '' */
.icon-star:before {
  content: "";
}

/* '' */
.icon-star-o:before {
  content: "";
}

/* '' */
.icon-tag:before {
  content: "";
}

/* '' */
.icon-tags:before {
  content: "";
}

/* '' */
.icon-th-list:before {
  content: "";
}

/* '' */
.icon-thumbs-down:before {
  content: "";
}

/* '' */
.icon-thumbs-up:before {
  content: "";
}

/* '' */
.icon-times:before {
  content: "";
}

/* '' */
.icon-times-circle-o:before {
  content: "";
}

/* '' */
.icon-trophy:before {
  content: "";
}

/* '' */
.icon-truck:before {
  content: "";
}

/* '' */
.icon-turkish-lira:before {
  content: "";
}

/* '' */
.icon-font-awesome-alt:before {
  content: "";
}

/* '' */
.icon-unlock:before {
  content: "";
}

/* '' */
.icon-usd:before {
  content: "";
}

/* '' */
.icon-user:before {
  content: url(../iconsvg/form-login-user.svg);
}

/* '' */
.icon-accessible-icon:before {
  content: "";
}

/* '' */
.icon-accusoft:before {
  content: "";
}

/* '' */
.icon-adversal:before {
  content: "";
}

/* '' */
.icon-affiliatetheme:before {
  content: "";
}

/* '' */
.icon-algolia:before {
  content: "";
}

/* '' */
.icon-amilia:before {
  content: "";
}

/* '' */
.icon-angrycreative:before {
  content: "";
}

/* '' */
.icon-app-store:before {
  content: "";
}

/* '' */
.icon-app-store-ios:before {
  content: "";
}

/* '' */
.icon-apper:before {
  content: "";
}

/* '' */
.icon-asymmetrik:before {
  content: "";
}

/* '' */
.icon-audible:before {
  content: "";
}

/* '' */
.icon-avianex:before {
  content: "";
}

/* '' */
.icon-aws:before {
  content: "";
}

/* '' */
.icon-bimobject:before {
  content: "";
}

/* '' */
.icon-bitcoin:before {
  content: "";
}

/* '' */
.icon-bity:before {
  content: "";
}

/* '' */
.icon-blackberry:before {
  content: "";
}

/* '' */
.icon-blogger:before {
  content: "";
}

/* '' */
.icon-blogger-b:before {
  content: "";
}

/* '' */
.icon-buromobelexperte:before {
  content: "";
}

/* '' */
.icon-centercode:before {
  content: "";
}

/* '' */
.icon-cloudscale:before {
  content: "";
}

/* '' */
.icon-cloudsmith:before {
  content: "";
}

/* '' */
.icon-cloudversify:before {
  content: "";
}

/* '' */
.icon-cpanel:before {
  content: "";
}

/* '' */
.icon-yen:before {
  content: "";
}

/* '' */
.icon-css3-alt:before {
  content: "";
}

/* '' */
.icon-cuttlefish:before {
  content: "";
}

/* '' */
.icon-d-and-d:before {
  content: "";
}

/* '' */
.icon-deploydog:before {
  content: "";
}

/* '' */
.icon-deskpro:before {
  content: "";
}

/* '' */
.icon-digital-ocean:before {
  content: "";
}

/* '' */
.icon-discord:before {
  content: "";
}

/* '' */
.icon-discourse:before {
  content: "";
}

/* '' */
.icon-dochub:before {
  content: "";
}

/* '' */
.icon-docker:before {
  content: "";
}

/* '' */
.icon-draft2digital:before {
  content: "";
}

/* '' */
.icon-dribbble-square:before {
  content: "";
}

/* '' */
.icon-dyalog:before {
  content: "";
}

/* '' */
.icon-earlybirds:before {
  content: "";
}

/* '' */
.icon-erlang:before {
  content: "";
}

/* '' */
.icon-facebook-f:before {
  content: url(../iconsvg/Facebook.svg);
}
.icon-twitter:before {
  content: url(../iconsvg/Twitter.svg);
}
/* '' */
.icon-facebook-messenger:before {
  content: "";
}

/* '' */
.icon-firstdraft:before {
  content: "";
}

/* '' */
.icon-fonticons-fi:before {
  content: "";
}

/* '' */
.icon-fort-awesome-alt:before {
  content: "";
}

/* '' */
.icon-freebsd:before {
  content: "";
}

/* '' */
.icon-gitkraken:before {
  content: "";
}

/* '' */
.icon-gofore:before {
  content: "";
}

/* '' */
.icon-goodreads:before {
  content: "";
}

/* '' */
.icon-goodreads-g:before {
  content: "";
}

/* '' */
.icon-google-drive:before {
  content: "";
}

/* '' */
.icon-google-play:before {
  content: "";
}

/* '' */
.icon-gripfire:before {
  content: "";
}

/* '' */
.icon-grunt:before {
  content: "";
}

/* '' */
.icon-gulp:before {
  content: "";
}

/* '' */
.icon-hacker-news-square:before {
  content: "";
}

/* '' */
.icon-hire-a-helper:before {
  content: "";
}

/* '' */
.icon-hotjar:before {
  content: "";
}

/* '' */
.icon-hubspot:before {
  content: "";
}

/* '' */
.icon-itunes:before {
  content: "";
}

/* '' */
.icon-itunes-note:before {
  content: "";
}

/* '' */
.icon-jenkins:before {
  content: "";
}

/* '' */
.icon-joget:before {
  content: "";
}

/* '' */
.icon-js:before {
  content: "";
}

/* '' */
.icon-js-square:before {
  content: "";
}

/* '' */
.icon-keycdn:before {
  content: "";
}

/* '' */
.icon-kickstarter:before {
  content: "";
}

/* '' */
.icon-kickstarter-k:before {
  content: "";
}

/* '' */
.icon-laravel:before {
  content: "";
}

/* '' */
.icon-line:before {
  content: "";
}

/* '' */
.icon-lyft:before {
  content: "";
}

/* '' */
.icon-magento:before {
  content: "";
}

/* '' */
.icon-medapps:before {
  content: "";
}

/* '' */
.icon-medium-m:before {
  content: "";
}

/* '' */
.icon-medrt:before {
  content: "";
}

/* '' */
.icon-microsoft:before {
  content: "";
}

/* '' */
.icon-mix:before {
  content: "";
}

/* '' */
.icon-mizuni:before {
  content: "";
}

/* '' */
.icon-mobile-alt:before {
  content: "";
}

/* '' */
.icon-monero:before {
  content: "";
}

/* '' */
.icon-napster:before {
  content: "";
}

/* '' */
.icon-node-js:before {
  content: "";
}

/* '' */
.icon-npm:before {
  content: "";
}

/* '' */
.icon-ns8:before {
  content: "";
}

/* '' */
.icon-nutritionix:before {
  content: "";
}

/* '' */
.icon-page4:before {
  content: "";
}

/* '' */
.icon-palfed:before {
  content: "";
}

/* '' */
.icon-patreon:before {
  content: "";
}

/* '' */
.icon-periscope:before {
  content: "";
}

/* '' */
.icon-phabricator:before {
  content: "";
}

/* '' */
.icon-phoenix-framework:before {
  content: "";
}

/* '' */
.icon-playstation:before {
  content: "";
}

/* '' */
.icon-pushed:before {
  content: "";
}

/* '' */
.icon-python:before {
  content: "";
}

/* '' */
.icon-red-river:before {
  content: "";
}

/* '' */
.icon-wpressr:before {
  content: "";
}

/* '' */
.icon-replyd:before {
  content: "";
}

/* '' */
.icon-resolving:before {
  content: "";
}

/* '' */
.icon-rocketchat:before {
  content: "";
}

/* '' */
.icon-rockrms:before {
  content: "";
}

/* '' */
.icon-schlix:before {
  content: "";
}

/* '' */
.icon-searchengin:before {
  content: "";
}

/* '' */
.icon-servicestack:before {
  content: "";
}

/* '' */
.icon-sistrix:before {
  content: "";
}

/* '' */
.icon-slack-hash:before {
  content: "";
}

/* '' */
.icon-speakap:before {
  content: "";
}

/* '' */
.icon-staylinked:before {
  content: "";
}

/* '' */
.icon-steam-symbol:before {
  content: "";
}

/* '' */
.icon-sticker-mule:before {
  content: "";
}

/* '' */
.icon-studiovinari:before {
  content: "";
}

/* '' */
.icon-supple:before {
  content: "";
}

/* '' */
.icon-telegram-plane:before {
  content: "";
}

/* '' */
.icon-uber:before {
  content: "";
}

/* '' */
.icon-uikit:before {
  content: "";
}

/* '' */
.icon-uniregistry:before {
  content: "";
}

/* '' */
.icon-untappd:before {
  content: "";
}

/* '' */
.icon-ussunnah:before {
  content: "";
}

/* '' */
.icon-vaadin:before {
  content: "";
}

/* '' */
.icon-viber:before {
  content: "";
}

/* '' */
.icon-vimeo:before {
  content: "";
}

/* '' */
.icon-vnv:before {
  content: "";
}

/* '' */
.icon-whatsapp-square:before {
  content: "";
}

/* '' */
.icon-whmcs:before {
  content: "";
}

/* '' */
.icon-wordpress-simple:before {
  content: "";
}

/* '' */
.icon-xbox:before {
  content: "";
}

/* '' */
.icon-yandex:before {
  content: "";
}

/* '' */
.icon-yandex-international:before {
  content: "";
}

/* '' */
.icon-apple-pay:before {
  content: "";
}

/* '' */
.icon-cc-apple-pay:before {
  content: "";
}

/* '' */
.icon-fly:before {
  content: "";
}

/* '' */
.icon-nintendo-switch:before {
  content: "";
}

/* '' */
.icon-node:before {
  content: "";
}

/* '' */
.icon-osi:before {
  content: "";
}

/* '' */
.icon-react:before {
  content: "";
}

/* '' */
.icon-autoprefixer:before {
  content: "";
}

/* '' */
.icon-less:before {
  content: "";
}

/* '' */
.icon-sass:before {
  content: "";
}

/* '' */
.icon-vuejs:before {
  content: "";
}

/* '' */
.icon-angular:before {
  content: "";
}

/* '' */
.icon-aviato:before {
  content: "";
}

/* '' */
.icon-ember:before {
  content: "";
}

/* '' */
.icon-font-awesome-flag:before {
  content: "";
}

/* '' */
.icon-gitter:before {
  content: "";
}

/* '' */
.icon-hooli:before {
  content: "";
}

/* '' */
.icon-strava:before {
  content: "";
}

/* '' */
.icon-stripe:before {
  content: "";
}

/* '' */
.icon-stripe-s:before {
  content: "";
}

/* '' */
.icon-typo3:before {
  content: "";
}

/* '' */
.icon-amazon-pay:before {
  content: "";
}

/* '' */
.icon-cc-amazon-pay:before {
  content: "";
}

/* '' */
.icon-ethereum:before {
  content: "";
}

/* '' */
.icon-korvue:before {
  content: "";
}

/* '' */
.icon-elementor:before {
  content: "";
}

/* '' */
.icon-youtube-square:before {
  content: "";
}

/* '' */
.icon-flipboard:before {
  content: "";
}

/* '' */
.icon-hips:before {
  content: "";
}

/* '' */
.icon-php:before {
  content: "";
}

/* '' */
.icon-quinscape:before {
  content: "";
}

/* '' */
.icon-couch:before {
  content: "";
}

/* '' */
.icon-readme:before {
  content: "";
}

/* '' */
.icon-java:before {
  content: "";
}

/* '' */
.icon-pied-piper-hat:before {
  content: "";
}

/* '' */
.icon-creative-commons-by:before {
  content: "";
}

/* '' */
.icon-creative-commons-nc:before {
  content: "";
}

/* '' */
.icon-creative-commons-nc-eu:before {
  content: "";
}

/* '' */
.icon-creative-commons-nc-jp:before {
  content: "";
}

/* '' */
.icon-creative-commons-nd:before {
  content: "";
}

/* '' */
.icon-creative-commons-pd:before {
  content: "";
}

/* '' */
.icon-creative-commons-pd-alt:before {
  content: "";
}

/* '' */
.icon-creative-commons-remix:before {
  content: "";
}

/* '' */
.icon-creative-commons-sa:before {
  content: "";
}

/* '' */
.icon-creative-commons-sampling:before {
  content: "";
}

/* '' */
.icon-creative-commons-sampling-plus:before {
  content: "";
}

/* '' */
.icon-creative-commons-share:before {
  content: "";
}

/* '' */
.icon-creative-commons-zero:before {
  content: "";
}

/* '' */
.icon-ebay:before {
  content: "";
}

/* '' */
.icon-keybase:before {
  content: "";
}

/* '' */
.icon-mastodon:before {
  content: "";
}

/* '' */
.icon-r-project:before {
  content: "";
}

/* '' */
.icon-researchgate:before {
  content: "";
}

/* '' */
.icon-teamspeak:before {
  content: "";
}

/* '' */
.icon-first-order-alt:before {
  content: "";
}

/* '' */
.icon-fulcrum:before {
  content: "";
}

/* '' */
.icon-galactic-republic:before {
  content: "";
}

/* '' */
.icon-galactic-senate:before {
  content: "";
}

/* '' */
.icon-jedi-order:before {
  content: "";
}

/* '' */
.icon-mandalorian:before {
  content: "";
}

/* '' */
.icon-old-republic:before {
  content: "";
}

/* '' */
.icon-phoenix-squadron:before {
  content: "";
}

/* '' */
.icon-sith:before {
  content: "";
}

/* '' */
.icon-trade-federation:before {
  content: "";
}

/* '' */
.icon-wolf-pack-battalion:before {
  content: "";
}

/* '' */
.icon-blender:before {
  content: "";
}

/* '' */
.icon-shoe-prints:before {
  content: "";
}

/* '' */
.icon-tshirt:before {
  content: "";
}

/* '' */
.icon-concierge-bell:before {
  content: "";
}

/* '' */
.icon-hornbill:before {
  content: "";
}

/* '' */
.icon-mailchimp:before {
  content: "";
}

/* '' */
.icon-megaport:before {
  content: "";
}

/* '' */
.icon-nimblr:before {
  content: "";
}

/* '' */
.icon-rev:before {
  content: "";
}

/* '' */
.icon-shopware:before {
  content: "";
}

/* '' */
.icon-squarespace:before {
  content: "";
}

/* '' */
.icon-themeco:before {
  content: "";
}

/* '' */
.icon-weebly:before {
  content: "";
}

/* '' */
.icon-wix:before {
  content: "";
}

/* '' */
.icon-ello:before {
  content: "";
}

/* '' */
.icon-hackerrank:before {
  content: "";
}

/* '' */
.icon-kaggle:before {
  content: "";
}

/* '' */
.icon-markdown:before {
  content: "";
}

/* '' */
.icon-neos:before {
  content: "";
}

/* '' */
.icon-zhihu:before {
  content: "";
}

/* '' */
.icon-alipay:before {
  content: "";
}

/* '' */
.icon-the-red-yeti:before {
  content: "";
}

/* '' */
.icon-acquisitions-incorporated:before {
  content: "";
}

/* '' */
.icon-critical-role:before {
  content: "";
}

/* '' */
.icon-d-and-d-beyond:before {
  content: "";
}

/* '' */
.icon-dev:before {
  content: "";
}

/* '' */
.icon-fantasy-flight-games:before {
  content: "";
}

/* '' */
.icon-penny-arcade:before {
  content: "";
}

/* '' */
.icon-wizards-of-the-coast:before {
  content: "";
}

/* '' */
.icon-think-peaks:before {
  content: "";
}

/* '' */
.icon-reacteurope:before {
  content: "";
}

/* '' */
.icon-adobe:before {
  content: "";
}

/* '' */
.icon-artstation:before {
  content: "";
}

/* '' */
.icon-atlassian:before {
  content: "";
}

/* '' */
.icon-canadian-maple-leaf:before {
  content: "";
}

/* '' */
.icon-centos:before {
  content: "";
}

/* '' */
.icon-confluence:before {
  content: "";
}

/* '' */
.icon-dhl:before {
  content: "";
}

/* '' */
.icon-diaspora:before {
  content: "";
}

/* '' */
.icon-fedex:before {
  content: "";
}

/* '' */
.icon-fedora:before {
  content: "";
}

/* '' */
.icon-figma:before {
  content: "";
}

/* '' */
.icon-intercom:before {
  content: "";
}

/* '' */
.icon-invision:before {
  content: "";
}

/* '' */
.icon-jira:before {
  content: "";
}

/* '' */
.icon-mendeley:before {
  content: "";
}

/* '' */
.icon-raspberry-pi:before {
  content: "";
}

/* '' */
.icon-redhat:before {
  content: "";
}

/* '' */
.icon-sketch:before {
  content: "";
}

/* '' */
.icon-sourcetree:before {
  content: "";
}

/* '' */
.icon-suse:before {
  content: "";
}

/* '' */
.icon-ubuntu:before {
  content: "";
}

/* '' */
.icon-ups:before {
  content: "";
}

/* '' */
.icon-usps:before {
  content: "";
}

/* '' */
.icon-yarn:before {
  content: "";
}

/* '' */
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1442;
  overflow: hidden;
  position: fixed;
  opacity: 0;
  background: #333333;
  -webkit-transition: opacity 0.55s ease;
  transition: opacity 0.55s ease;
}

.mfp-ready.mfp-bg {
  opacity: 0.9;
}

.mfp-removing.mfp-ready.mfp-bg {
  opacity: 0;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1443;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1445;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #ccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1444;
}
.mfp-preloader a {
  color: #ccc;
}
.mfp-preloader a:hover {
  color: #fff;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1446;
  -webkit-box-shadow: none;
  box-shadow: none;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 60px;
  height: 52px;
  font: normal normal 2.6rem/1 "dm_sans";
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.6;
  padding: 0;
  color: #fff;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.mfp-close span {
  display: none;
}
.mfp-close:before {
  content: url(../iconsvg/clear_all.svg);
}
.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}
.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder,
.mfp-iframe-holder,
.mfp-ajax-holder {
  opacity: 0;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
}
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close,
.mfp-ajax-holder .mfp-close {
  color: #fff;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  outline: none !important;
  display: none;
}

.mfp-ready .mfp-image-holder,
.mfp-ready .mfp-iframe-holder,
.mfp-ready .mfp-ajax-holder,
.mfp-ready .mfp-container {
  opacity: 1;
}

.mfp-removing .mfp-image-holder,
.mfp-removing .mfp-iframe-holder,
.mfp-removing .mfp-ajax-holder,
.mfp-removing .mfp-container {
  opacity: 0;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #ccc;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  position: absolute;
  opacity: 0.6;
  margin: 0;
  top: 50%;
  margin-top: -50px;
  font-family: "dm_sans";
  color: #fff;
  font-weight: normal;
  font-size: 3.2rem;
  line-height: 1;
  padding: 0;
  width: 64px;
  height: 100px;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.mfp-arrow:active {
  margin-top: -54px;
}
.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}

.mfp-arrow-left {
  left: 0;
}
.mfp-arrow-left:before {
  content: "";
}

.mfp-arrow-right {
  right: 0;
}
.mfp-arrow-right:before {
  content: "";
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 1060px;
}
.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}
.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}
.mfp-figure small {
  color: #bdbdbd;
  display: block;
  font-size: 12px;
  line-height: 14px;
}
.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  font-size: 13px;
  line-height: 18px;
  color: #f3f3f3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape),
  screen and (max-height: 300px) {
  /**
  * Remove all paddings around the image on small screen
  */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
/**
 * Simple fade transition,
 */
.mfp-fade.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}

.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.9;
}

.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}

.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}

/*--------------------- 8.Sliders -------------------- */
/* Sliders */
