@import url("https://fonts.googleapis.com/css2?family=Cormorant:wght@700&family=Lato:wght@400;700&display=swap");
#home {
  min-width: 360px;
  font-family: "Lato", sans-serif, sans-serif;
}

#home a, #home p, #home span {
  font-family: "Lato", sans-serif, sans-serif;
  font-weight: 400;
}

#home a {
  color: #000;
}

#home a:hover, #home a:focus {
  color: #780E11;
}

#home h1, #home h2, #home h3, #home h4, #home h5, #home h6 {
  font-family: "Lato", sans-serif, sans-serif;
}

#home .container {
  max-width: 1170px;
}

#home .section-title {
  height: auto;
  width: 100%;
  overflow: visible;
  text-align: left;
}

#home .section-title span {
  font-family: 'Cormorant';
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 39px;
  color: #780E11;
  text-transform: none;
}

#home .section-title span::before, #home .section-title span::after {
  display: none;
}

@media (max-width: 568px) {
  #home .section-title span {
    font-size: 22px;
    line-height: 27px;
  }
}

#home .alert {
  margin-bottom: 0;
}

#home .shop-sorting {
  border-bottom: 0;
}

#home .row .success_buttons .p-0 {
  padding-left: 15px !important;
  padding-right: 15px !important;
}

#home .footer-widgets {
  display: block !important;
}

#home .content-area .page-section.titles {
  background-color: transparent;
  border: none;
}

#home .product-item .thumbnail .caption,
#home .product-layout .thumbnail .caption {
  max-height: 100%;
}

#home .product-single .product_slide {
  max-height: 500px;
  -o-object-fit: contain;
     object-fit: contain;
}

#home .cart_drop_down.dropdown
.dropdown-menu
.cart-items
.cart-items-inner
.cart-content
.cart-header {
  background-color: #780E11;
}

#home .form-control:focus {
  border-color: #780E11;
}

#home .information-title,
#home .widget.account-details .widget-title {
  border-color: #780E11;
}

#home .extra-action-holder.position-absolute {
  position: static !important;
  margin-left: 10px;
}

#home .extra-action-holder.position-absolute .quantity_key {
  padding: 0;
  position: static !important;
}

#home.account-login .content-area > section > div > div > div.login_wrapper:after {
  display: none !important;
}

#home.checkout-checkout .logo img {
  padding: 0;
}

#home.checkout-checkout label {
  font-weight: 400 !important;
  text-transform: none;
}

#home.checkout-checkout .form-row.mb-3 {
  margin-bottom: 0 !important;
}

#home.checkout-checkout .form-row.mb-3:last-child {
  margin-bottom: 2rem !important;
}

#home.checkout-checkout .checkout_form .register_block .checkout_title {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#home.checkout-checkout .alert.alert-danger {
  margin: 0 0 1rem 0 !important;
}

#home.checkout-checkout div:not(.checkout_title) > h2 {
  margin-top: 1.8rem;
}

#home.checkout-checkout .panel-title {
  font-size: 0.875rem !important;
}

#home.checkout-checkout .panel-title a,
#home.checkout-checkout .panel-title a:hover {
  color: black;
}

#home.checkout-checkout .panel-title a.collapsed,
#home.checkout-checkout .panel-title a.collapsed:hover {
  color: #737475;
}

#home.checkout-checkout .payment {
  margin-top: 1rem;
}

#home.checkout-checkout .container.checkout_cart_inner > .row.mt-4 .col-12.col-lg-8 {
  margin-bottom: 1.5rem;
}

#home.checkout-checkout .remove_item {
  margin-left: 8px;
}

#home.checkout-cart .content-area .page-section .checkout_cart_inner .button-continue-wrapper {
  display: block;
}

#home.checkout-cart .total_text {
  min-width: 100px;
  text-align: right;
}

#home.checkout-cart .wrapper .header .header-wrapper .header-search {
  display: block !important;
}

@media (max-width: 992px) {
  #home.checkout-cart .wrapper .header .header-wrapper .header-search {
    display: none !important;
  }
}

#home.account-register legend {
  position: relative;
  left: 20px;
}

#home.account-register fieldset#account,
#home.account-register fieldset#address,
#home.account-register fieldset#address + fieldset {
  background-color: rgba(0, 0, 0, 0.05);
  margin-bottom: 30px;
}

#home.account-register fieldset#account,
#home.account-register fieldset#address,
#home.account-register fieldset#address + fieldset {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

#home.account-register .form-group label {
  max-width: 100%;
  text-transform: none;
}

#home.account-register .seller-comments label {
  text-transform: uppercase;
}

#home.account-register #address div:nth-child(3),
#home.account-register #address div:nth-child(4) {
  -webkit-box-ordinal-group: -4;
      -ms-flex-order: -5;
          order: -5;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

#home.account-register #address > div:last-child {
  -webkit-box-ordinal-group: -1;
      -ms-flex-order: -2;
          order: -2;
}

#home.account-register #address > div:nth-last-child(2) {
  -webkit-box-ordinal-group: -2;
      -ms-flex-order: -3;
          order: -3;
}

#home.account-register #address div:nth-child(5) {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

#home.account-register fieldset#address > div,
#home.account-register fieldset#address + fieldset .form-group {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 50%;
          flex: 1 0 50%;
}

#home.account-register fieldset#address .form-group.col-10 {
  max-width: 50%;
}

@media (max-width: 510px) {
  #home.account-register fieldset .form-group:not(.col-10) {
    min-width: 100%;
  }
  #home.account-register fieldset#address > div:nth-child(3) {
    min-width: 100%;
  }
}

@media (min-width: 768px) {
  #home.account-register fieldset#account .form-group.required {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 50%;
            flex: 1 0 50%;
  }
  #home.account-register fieldset#address > div,
  #home.account-register fieldset#address + fieldset .form-group {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 33%;
            flex: 1 0 33%;
  }
  #home.account-register #address div:nth-child(3),
  #home.account-register #address div:nth-child(5) {
    min-width: 66%;
  }
}

@media (min-width: 576px) {
  #home.account-register .col-sm-10 {
    max-width: 100%;
  }
}

#home.account-register .form-horizontal fieldset:last-child > .form-group .col-md-12 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#home.account-register .form-horizontal fieldset:last-child > .form-group .col-md-12 .check {
  top: unset !important;
}

@media (min-width: 576px) {
  #home.account-register .form-horizontal fieldset:last-child > .form-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #home.account-register .form-horizontal fieldset:last-child > .form-group .col-md-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
  }
  #home.account-register .form-horizontal fieldset:last-child > .form-group .col-md-12 label {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }
  #home.account-register .form-horizontal fieldset:last-child > .form-group .col-sm-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
  }
}

#home.account-register .wrapper > .container {
  padding-bottom: 40px;
}

#home.product-category .subcategories_top {
  display: block;
}

#home.product-category .subcategories_top > .container > .row .media_holder .caption-title {
  text-transform: none;
}

#home.product-category .subcategories_top > .container > .row .media_holder .caption-title span {
  padding: 0;
  color: #000 !important;
}

#home.product-category .wrapper .subcategories_top .thumbnail .media .media-link .img_holder {
  margin: auto;
}

#home.product-category .wrapper .subcategories_top .media_holder {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin: 10px;
  min-width: 130px;
  max-width: 140px;
}

#home .content-area {
  padding-top: 0;
}

#home.common-home .content-area {
  padding-bottom: 0;
}

#home .shop-sorting .btn-group {
  display: none !important;
}

/*UNSORTED*/
/*SOMETHING ELSE*/
@media only screen and (max-width: 576px) {
  .out-of-stock-stamp {
    top: 0;
    bottom: auto;
  }
  #home.bottom-nav-enabled nav.mobile_bottom_nav > ul.mobile_side_nav_menu li.bottom-nav-search #mobile_search_results > a .item_data {
    width: 115px;
  }
  #home.theme_11.bottom-nav-enabled nav.mobile_bottom_nav > ul.mobile_side_nav_menu li.bottom-nav-search #mobile_search_results .add_to_cart > button {
    width: 90px;
  }
}

#home .wrapper .page-section .featured-products.grid .product-item .thumbnail .caption h4.caption-title {
  text-align: left !important;
}

#home.account-wishlist .shop-sorting {
  display: none;
}

@media only screen and (max-width: 575px) {
  #home.checkout-cart .checkout_cart_inner .product-item small {
    text-align: center;
  }
}

#home .widget.shop-categories,
#home .widget.side-categories {
  border: 1px solid #000;
}

#home .md-bg-holder {
  background: transparent;
}

#home .remove_from_cart i {
  color: #000 !important;
}

#home.checkout-cart .checkout_cart_inner > .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media only screen and (max-width: 992px) {
  #home.checkout-cart .content-area .page-section .checkout_cart_inner .cart_product .product_row .buttons, #home .content-area .page-section .checkout_cart_inner .cart_product .product_row .product-description, #home .content-area .page-section .checkout_cart_inner .cart_product .product_row .product-price, #home .content-area .page-section .checkout_cart_inner .cart_product .product_row .product-thumb, #home .content-area .page-section .checkout_cart_inner .cart_product .product_row .qty_column {
    min-width: 100px;
  }
}

#register-form {
  float: none;
}

.cart-wrapper .cart-items a {
  text-transform: none !important;
}

/*ACCOUNT FIX*/
#home.account-account .block-title.alt {
  text-transform: none;
}

#home.account-account .details-wrap li {
  padding-left: 10px;
}

/*ACCOUNT FIX*/
#home.account-account .block-title.alt {
  text-transform: none;
}

#home.account-account .details-wrap li {
  padding-left: 10px;
}

/*ACCOUNT EDIT FIX*/
#home.account-password .float-left,
#home.account-edit .float-left,
#home.account-address .float-left,
#home.account-order .float-left {
  float: left !important;
}

#home.account-password .float-right,
#home.account-edit .float-right,
#home.account-address .float-right,
#home.account-order .float-right {
  float: right !important;
}

/*FIX CITY INPUT REGISTRATION*/
#home span.select2-container--default .select2-selection--single {
  height: 40px;
}

#home span.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 40px;
}

#home .widget.shop-categories ul li + li, #home .widget.side-categories ul li + li {
  border: none;
}

@media screen and (max-width: 369px) {
  .product-product .product-single .buttons .btn-compare, .product-product .product-single .buttons .btn-wish-list {
    display: block;
  }
}

/*ADD FIXES*/
#home .media .media-heading {
  max-width: 150px;
}

#home .dropdown-item:active {
  background-color: transparent;
}

#home .continue_button {
  margin-bottom: 20px;
}

#home .filter_price_amount {
  width: 100% !important;
}

#home #content #sidebar {
  min-width: 292px;
}

@media only screen and (max-width: 992px) {
  #home aside .widget-filter-brand, #home aside .widget-filter-price {
    display: block;
  }
}

@media (min-width: 992px) {
  #home .category_content_wrapper {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    max-width: 100%;
  }
}

#home #tab-specification .table td {
  padding: 5px;
}

#home .content-tabs .tab-content,
#home .comments-form {
  border: none;
}

#home .content-tabs .tab-content h2,
#home .comments-form h2 {
  margin-bottom: 25px;
  font-family: "Lato", sans-serif, sans-serif;
  font-weight: 600;
  font-size: 32px;
  line-height: 1;
  font-style: normal;
  font-weight: 700;
  color: #780E11;
  text-transform: none;
  text-align: left;
}

#home .content-tabs .tab-content h2::before, #home .content-tabs .tab-content h2::after,
#home .comments-form h2::before,
#home .comments-form h2::after {
  display: none;
}

@media (max-width: 576px) {
  #home .content-tabs .tab-content h2,
  #home .comments-form h2 {
    font-size: 22px;
    line-height: 24px;
  }
}

#home .content-tabs .tab-content .form-control,
#home .comments-form .form-control {
  background: #FFFFFF !important;
  border: 1px solid #DBDBDB !important;
  border-radius: 5px !important;
}

#home .tab-content {
  padding-left: 0;
}

#home .share_page_wrapper {
  display: none;
}

#home .widget-filter-price .noUi-connect {
  background-color: #780E11;
}

#home .widget-filter-price .noUi-handle:hover {
  background: #780E11;
}

#home .filter-tab:hover {
  border-color: #780E11;
}

#home .filter-tab:hover .filter-tab-text, #home .filter-tab:hover .filter-tab-x {
  color: #780E11;
}

#home .checkout-progress-bar .step-number.active {
  background-color: #780E11;
}

#home.checkout-cart .button-continue-wrapper .btn {
  height: 40px;
}

#home.checkout-checkout .shiptobilling,
#home.checkout-checkout #shipping-address,
#home.checkout-checkout .form-group.sign_up_form {
  display: none;
}

#home.checkout-checkout .payment_thumb img[src*="sber"] {
  display: none;
}

#home.checkout-checkout .md-style-textarea-container {
  border: 2px solid #000;
}

#home.checkout-checkout .md-style-textarea .md-bg-holder {
  border: none;
}

#home .caption-weight,
#home .product-weight {
  display: none !important;
}

#home .btn:not(.btn-wish-list) {
  border-radius: 0;
}

#home .btn.btn-theme:not(.btn-wish-list):not(.btn-quick-view) {
  font-weight: 400;
  border-radius: 0;
  background-color: #fff;
  border-color: #780E11;
  color: #780E11;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-width: 1px;
}

#home .btn.btn-theme:not(.btn-wish-list):not(.btn-quick-view):hover, #home .btn.btn-theme:not(.btn-wish-list):not(.btn-quick-view):focus {
  background-color: #780E11;
  border-color: #780E11;
  color: #fff;
}

#home .btn-wish-list {
  max-width: 100%;
}

#home .btn.btn-theme-default {
  background-color: #780E11;
  border-color: #780E11;
  color: #fff;
  border-width: 1px;
}

#home .btn.btn-theme-default:hover, #home .btn.btn-theme-default:focus {
  background-color: #fff;
  border-color: #780E11;
  color: #780E11;
  border-radius: 0;
  border-width: 1px;
}

#home .btn.btn-wish-list,
#home .btn.btn-quick-view {
  color: #C5C5C5;
  background-color: #fff;
  border-color: #fff;
}

#home .btn.btn-wish-list i,
#home .btn.btn-quick-view i {
  font-weight: 700 !important;
}

#home .btn.btn-wish-list:hover,
#home .btn.btn-wish-list:focus,
#home .btn.btn-quick-view:hover,
#home .btn.btn-quick-view:focus {
  background-color: #fff;
  border-color: #fff;
}

#home .btn.btn-wish-list:hover i,
#home .btn.btn-wish-list:focus i,
#home .btn.btn-quick-view:hover i,
#home .btn.btn-quick-view:focus i {
  color: #780E11 !important;
}

#home .btn.btn-theme.btn-theme-transparent.active i {
  color: #780E11 !important;
}

#home .btn.btn-theme.btn-theme-transparent.btn-wish-list:not(.active) i {
  color: #C5C5C5;
}

#home .btn.btn-theme:active, #home .btn.btn-theme:focus {
  border-width: 1px;
}

#home .btn-primary {
  background-color: #fff;
  border-color: #780E11;
  color: #780E11;
  margin-right: -15px;
}

#home .btn-primary:hover, #home .btn-primary:focus {
  background-color: #780E11;
  border-color: #780E11;
  color: #fff;
}

#home .btn.dropdown-toggle {
  border-color: #000;
  text-align: center;
}

#home .btn.dropdown-toggle:hover,
#home .btn.dropdown-toggle:focus {
  border-color: #780E11;
}

#home.product-category .side-categories .widget-content ul.children li {
  padding-top: 15px;
  padding-bottom: 15px;
}

#home .dropdown-menu > .active > a {
  background-color: #780E11;
  color: #fff;
}

#home .mobile_filter_button {
  display: none !important;
}

#home .btn-info {
  background-color: #fff;
  color: #fff !important;
  border-color: #780E11;
}

#home .btn-info:hover, #home .btn-info:focus {
  background-color: #780E11;
  border-color: #780E11;
}

#home .btn-danger {
  background-color: #780E11;
  color: #780E11;
  border-color: #780E11;
}

#home .btn-danger:hover, #home .btn-danger:focus {
  background-color: #fff;
  border-color: #780E11;
  color: #780E11;
}

#home .wrapper .header {
  border-bottom: none !important;
  background-color: #fff;
}

#home .wrapper .header .logo {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

@media (max-width: 991px) {
  #home .wrapper .header .logo {
    z-index: 2;
  }
}

#home .wrapper .header .nav.sf-menu {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

@media (max-width: 992px) {
  #home .wrapper .header .header-cart {
    position: relative;
  }
}

#home .wrapper .header .header-cart .cart-wrapper {
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#home .wrapper .header .header-cart .cart-wrapper .d-none.d-lg-inline-block {
  color: #000;
  padding-right: 15px;
  margin-left: 10px;
}

#home .wrapper .header .header-cart .cart-wrapper .d-none.d-lg-inline-block:hover, #home .wrapper .header .header-cart .cart-wrapper .d-none.d-lg-inline-block:focus {
  color: #780E11;
}

#home .header-wrapper .container-fluid {
  max-width: 1170px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  min-height: 88px;
}

#home .header-wrapper .mobile-navigation-wrapper {
  top: 0;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#home .header-wrapper .mobile-navigation-wrapper i {
  font-size: 25px;
}

@media (min-width: 992px) {
  #home .header-wrapper .mobile-navigation-wrapper {
    display: none;
  }
}

#home .header-wrapper .logo {
  margin-right: auto;
  margin-left: auto;
}

@media (max-width: 992px) {
  #home .header-wrapper .logo {
    height: auto !important;
    margin-left: auto;
  }
}

@media (max-width: 450px) {
  #home .header-wrapper .logo img {
    max-width: 100%;
  }
}

@media (max-width: 992px) {
  #home .header-wrapper {
    padding-left: 95px;
    padding-right: 10px;
  }
}

#home .header.sticky_trigger.sticky + .content-area {
  padding-top: 95px;
}

#home .header #search {
  position: relative;
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  max-width: 284px;
  margin: 0;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 284px;
          flex: 0 1 284px;
}

@media (max-width: 991px) {
  #home .header #search {
    height: 50px;
    top: 50% !important;
    position: absolute !important;
    margin-top: -25px;
    right: auto;
    left: 45px;
    z-index: 1;
    max-width: calc(100% - 130px);
    width: 100%;
  }
  #home .header #search .search_field {
    -webkit-transition: -webkit-transform 0.2s ease-in;
    transition: -webkit-transform 0.2s ease-in;
    transition: transform 0.2s ease-in;
    transition: transform 0.2s ease-in, -webkit-transform 0.2s ease-in;
    -webkit-transform-origin: 0;
            transform-origin: 0;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    padding: 0;
  }
  #home .header #search .search_field input {
    padding-left: 55px !important;
    border-color: #C4C4C4 !important;
  }
  #home .header #search.opened {
    z-index: 5;
  }
  #home .header #search.opened .search_field {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
  #home .header #search button {
    right: auto !important;
    left: 29px !important;
  }
}

@media (max-width: 650px) {
  #home .header #search {
    max-width: calc(100% - 90px);
    left: 35px;
  }
}

#home .header #search .search_field input {
  border: 1px solid transparent;
  border-bottom: 1px solid #C4C4C4;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  border-radius: 0;
  padding-left: 5px;
  padding-right: 30px;
  background-color: #fff;
}

#home .header #search .search_field input::-webkit-input-placeholder {
  color: #696969 !important;
}

#home .header #search .search_field input:-ms-input-placeholder {
  color: #696969 !important;
}

#home .header #search .search_field input::-ms-input-placeholder {
  color: #696969 !important;
}

#home .header #search .search_field input::placeholder {
  color: #696969 !important;
}

#home .header #search button {
  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;
  height: 100%;
  right: 5px;
}

#home .header #search button i {
  -webkit-transition: color 0.2s ease-in;
  transition: color 0.2s ease-in;
  font-size: 20px;
}

#home .header #search button:hover i, #home .header #search button:focus i {
  color: #780E11;
}

@media (max-width: 992px) {
  #home .header #search button {
    left: auto;
    right: 29px;
  }
}

@media only screen and (max-width: 991px) {
  #home .wrapper .header .header-wrapper .search_black_screen {
    background-color: rgba(0, 0, 0, 0.5);
  }
}

@media only screen and (max-width: 992px) {
  #home .wrapper .header .header-wrapper .header-search.opened .search_close {
    z-index: 6;
  }
  #home .wrapper .header .header-wrapper .header-search.opened .search_close i {
    font-size: 30px;
    font-weight: 300;
    color: #A7A7A7;
  }
  #home .wrapper .header .header-wrapper .header-search.opened .search_close i::before {
    content: "\f00d";
  }
}

#home .wrapper .sticky-wrapper.is-sticky .header {
  -webkit-box-shadow: 0 10px 40px -10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 10px 40px -10px rgba(0, 0, 0, 0.2);
}

#home .navigation-wrapper {
  background-color: #fff;
  border-top: none;
}

#home .navigation-wrapper .container {
  padding-top: 10px;
  padding-bottom: 10px;
}

#home .navigation-wrapper .navigation .nav.sf-menu > li:hover > a {
  color: #780E11 !important;
}

#home .navigation-wrapper .navigation .nav.sf-menu > li:hover > a i {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

#home .navigation-wrapper nav.navigation ul.nav.sf-menu > li.flexy:hover > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.3);
  border-radius: 0;
}

#home .navigation-wrapper nav.navigation ul.nav.sf-menu > li.flexy:hover > ul li {
  border-right: 0;
  padding: 8px;
  background-color: transparent;
}

#home .navigation-wrapper nav.navigation ul.nav.sf-menu > li.flexy:hover > ul li:last-of-type {
  border-left: 0;
}

#home .navigation-wrapper nav.navigation ul.nav.sf-menu > li.flexy:hover > ul > li.megaline > div > ul > li::before {
  content: unset;
  position: absolute;
  left: -5px;
  top: 10px;
}

#home .navigation-wrapper nav.navigation ul.nav.sf-menu > li.flexy:hover > ul > li.megaline > div > ul > li {
  padding-top: 0;
  padding-bottom: 5px;
}

#home .navigation-wrapper nav.navigation ul.nav.sf-menu > li.flexy:hover > ul > li.megaline > div > ul > li:last-child {
  padding-bottom: 20px;
}

#home .navigation-wrapper nav.navigation ul.nav.sf-menu > li.flexy:hover > ul > li.megaline > div:last-of-type {
  border-left: 0;
}

#home .navigation .nav.sf-menu {
  padding: 0;
}

#home .navigation .nav.sf-menu > li > a {
  border: none;
  padding: 0 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

#home .navigation .nav.sf-menu > li > a:hover, #home .navigation .nav.sf-menu > li > a:focus {
  color: #780E11 !important;
  text-decoration: underline;
}

#home .navigation .nav.sf-menu > li:hover {
  background-color: transparent;
}

#home .navigation .nav.sf-menu > li:hover a::before {
  display: none;
}

#home .navigation .nav.sf-menu ul > li > a {
  padding: 0;
}

#home .sf-menu li:hover {
  color: #780E11;
}

#home .megaline {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

#home .megaline > div {
  border-right: 0;
}

#home .megaline > div > ul {
  margin-top: 0;
  padding-top: 0;
  padding-left: 15px;
}

#home .megaline .block-title span:after {
  display: none;
}

#home .wrapper .header .navigation-wrapper nav.navigation ul.nav.sf-menu > li.flexy:not(.more-text-link) > a .arrow, #home .wrapper .header .navigation-wrapper nav.navigation ul.nav.sf-menu > li[data-nav-part=home]:not(.more-text-link) > a .arrow {
  font-weight: 200;
  display: block !important;
  margin-left: 10px;
  -webkit-transition: -webkit-transform 0.2s ease-in;
  transition: -webkit-transform 0.2s ease-in;
  transition: transform 0.2s ease-in;
  transition: transform 0.2s ease-in, -webkit-transform 0.2s ease-in;
}

#home nav.navigation ul.nav.sf-menu > li.flexy:hover > ul,
#home nav.navigation ul.nav.sf-menu > li.flexy:focus > ul {
  width: 100%;
  min-width: 0;
  padding: 0;
  min-height: 100%;
  max-height: -webkit-max-content;
  max-height: -moz-max-content;
  max-height: max-content;
  border-radius: 0;
}

#home nav.navigation ul.nav.sf-menu > li.flexy.megamenu:hover > ul,
#home nav.navigation ul.nav.sf-menu > li.flexy.megamenu:focus > ul {
  width: 100%;
  padding: 0;
  min-width: 0;
}

#home nav .megaline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding: 0 !important;
  border-radius: 0;
}

#home nav .megaline::after {
  display: none;
}

#home nav .megaline div {
  background-color: transparent;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: 0;
}

#home nav .megaline .megaline .block-title.h4 {
  width: 100%;
}

#home .sf-menu li.megamenu ul a {
  line-height: 27px;
}

#home .sf-menu li.megamenu ul {
  margin-top: 0;
}

#home .wrapper .header .navigation-wrapper nav.navigation ul.nav.sf-menu > li.flexy:hover > ul > li,
#home .wrapper .header .navigation-wrapper nav.navigation ul.nav.sf-menu > li.flexy:focus > ul > li {
  -ms-flex-line-pack: start;
      align-content: flex-start;
}

#home .wrapper .header .navigation-wrapper nav.navigation ul.nav.sf-menu > li.flexy:hover > ul > li::before,
#home .wrapper .header .navigation-wrapper nav.navigation ul.nav.sf-menu > li.flexy:focus > ul > li::before {
  content: unset;
}

#home .wrapper .header .navigation-wrapper nav.navigation ul.nav.sf-menu > li.flexy:hover > ul > li::after,
#home .wrapper .header .navigation-wrapper nav.navigation ul.nav.sf-menu > li.flexy:focus > ul > li::after {
  display: none;
}

#home nav.navigation ul.nav.sf-menu > li.flexy:hover > ul > li > a,
#home nav.navigation ul.nav.sf-menu > li.flexy:focus > ul > li > a {
  text-align: left;
}

#home .wrapper .header .navigation-wrapper nav.navigation ul.nav.sf-menu > li.flexy:hover > ul,
#home .wrapper .header .navigation-wrapper nav.navigation ul.nav.sf-menu > li.flexy:focus > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.25);
  padding: 25px;
}

#home ul.nav.sf-menu > li.flexy:hover > ul,
#home ul.nav.sf-menu > li.flexy:hover > ul li,
#home ul.nav.sf-menu > li.flexy:focus > ul,
#home ul.nav.sf-menu > li.flexy:focus > ul li {
  background-color: #fff;
}

#home nav.navigation ul.nav.sf-menu > li.flexy:hover > ul > li,
#home nav.navigation ul.nav.sf-menu > li.flexy:focus > ul > li {
  border: none;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

#home .sf-menu ul li > a {
  padding: 0;
  font-size: 16px;
  line-height: 27px;
}

#home .sf-menu ul a:hover,
#home .sf-menu ul a:focus {
  background-color: transparent;
  color: #780E11 !important;
}

#home nav.navigation ul.nav.sf-menu > li.flexy:hover > ul > li > a,
#home nav.navigation ul.nav.sf-menu > li.flexy:focusr > ul > li > a {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
}

#home .wrapper .header .navigation-wrapper nav.navigation ul.nav.sf-menu > li.flexy:hover > ul > li.megaline > div > ul > li:first-child,
#home .wrapper .header .navigation-wrapper nav.navigation ul.nav.sf-menu > li.flexy:focus > ul > li.megaline > div > ul > li:first-child {
  padding-top: 20px;
}

#home .wrapper .header .navigation-wrapper nav.navigation ul.nav.sf-menu > li.flexy:hover > ul > li.megaline > div > ul > li:last-child,
#home .wrapper .header .navigation-wrapper nav.navigation ul.nav.sf-menu > li.flexy:focus > ul > li.megaline > div > ul > li:last-child {
  padding-bottom: 20px;
}

#home .header .navigation-wrapper nav.navigation ul.nav.sf-menu > li.flexy:hover > ul > li.megaline > div > ul > li > a,
#home .header .navigation-wrapper nav.navigation ul.nav.sf-menu > li.flexy:focus > ul > li.megaline > div > ul > li > a {
  padding: 0 !important;
}

#home .sf-menu ul a {
  color: #000 !important;
}

#home .block-title span:after {
  display: none;
}

#home nav.navigation ul.nav.sf-menu > li.flexy:hover > ul > li.megaline > div,
#home nav.navigation ul.nav.sf-menu > li.flexy:focus > ul > li.megaline > div {
  border: none;
  width: 100%;
  padding: 20px 60px 1px 20px;
}

#home .wrapper .header .navigation-wrapper nav.navigation ul.nav.sf-menu > li.flexy:hover > ul > li.megaline > div,
#home .wrapper .header .navigation-wrapper nav.navigation ul.nav.sf-menu > li.flexy:focus > ul > li.megaline > div {
  max-width: 100%;
}

#home nav.navigation ul.nav.sf-menu > li.flexy > ul > li.megaline > div::after {
  content: '';
  position: absolute;
  width: 6px;
  height: 6px;
  right: 40px;
  margin-top: 3px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  -webkit-transform: rotate(45deg) translate(-15px, -15px);
          transform: rotate(45deg) translate(-15px, -15px);
  -webkit-transition: border-color 0.2s ease-in, -webkit-transform 0.2s ease-in;
  transition: border-color 0.2s ease-in, -webkit-transform 0.2s ease-in;
  transition: border-color 0.2s ease-in, transform 0.2s ease-in;
  transition: border-color 0.2s ease-in, transform 0.2s ease-in, -webkit-transform 0.2s ease-in;
}

#home nav.navigation ul.nav.sf-menu > li.flexy > ul > li.megaline > div:hover::after,
#home .nav.sf-menu li:hover::after {
  border-color: #780E11;
  -webkit-transform: rotate(45deg) translate(-5px, -25px);
          transform: rotate(45deg) translate(-5px, -25px);
}

#home nav.navigation ul.nav.sf-menu > li.flexy:hover > ul > li.megaline > div ul,
#home nav.navigation ul.nav.sf-menu > li.flexy:focus > ul > li.megaline > div ul {
  display: none;
  position: absolute;
  top: 0;
  right: -100%;
  min-height: 100%;
  max-height: -webkit-max-content;
  max-height: -moz-max-content;
  max-height: max-content;
  width: 100%;
  margin: 0;
  padding: 0;
  border-radius: 0;
  -webkit-box-shadow: 0px 0px 18px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 0px 18px rgba(0, 0, 0, 0.25);
  background-color: #fff;
}

#home .megaline > div ul li::after {
  display: none;
}

#home .megaline {
  padding-right: 0 !important;
}

#home nav.navigation ul.nav.sf-menu > li.flexy:hover > ul > li.megaline > div:hover ul,
#home nav.navigation ul.nav.sf-menu > li.flexy:focus > ul > li.megaline > div:focus ul {
  display: block;
}

#home .catalogue-menu li:hover a,
#home .catalogue-menu li:focus a {
  background-color: #fff;
}

#home nav.navigation ul.nav.sf-menu > li.flexy:hover > ul > li.megaline > div:hover::after,
#home .nav.sf-menu li:hover::after,
#home nav.navigation ul.nav.sf-menu > li.flexy:focus > ul > li.megaline > div:focus::after,
#home .nav.sf-menu li:focus::after {
  border-color: #780E11;
}

#home.sidenav-enabled.ltr .flexy > .arrow {
  display: block;
  border-right: 0;
  left: auto;
  right: -15px;
}

#home .sf-menu li:hover > a:not(.hidden_nav_link),
#home .sf-menu li:focus > a:not(.hidden_nav_link) {
  color: #780E11;
}

#home .div-no-arrow::after {
  display: none;
}

.arrow {
  width: 0.88rem;
  height: 1rem;
  display: inline-block;
  position: relative;
  margin-left: 10px;
}

.arrow span {
  top: 0.6rem;
  position: absolute;
  width: 0.57rem;
  height: 0.1rem;
  background-color: #fff;
  display: inline-block;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
}

.arrow span:first-of-type {
  left: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.arrow span:last-of-type {
  right: 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.nav.sf-menu > li:hover .arrow span:first-of-type {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.nav.sf-menu > li:hover .arrow span:last-of-type {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

#home.common-home .main-slider {
  margin-bottom: 50px;
}

#home .homefeatured_category {
  margin-bottom: 70px;
}

@media (max-width: 592px) {
  #home .homefeatured_category {
    margin-bottom: 50px;
  }
}

#home .homefeatured_category .row {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#home .thumbnail.thumbnail-banner .caption-inner {
  border: none;
}

#home .homefeatured_category .row {
  gap: 42px;
}

@media (max-width: 768px) {
  #home .homefeatured_category .row {
    -webkit-column-gap: 40px;
            column-gap: 40px;
  }
}

@media (max-width: 592px) {
  #home .homefeatured_category .row {
    -webkit-column-gap: 15px;
            column-gap: 15px;
  }
}

#home .wrapper .homefeatured_category > div > div > div {
  max-width: 359px;
  height: auto;
  margin: 0 !important;
  padding: 0;
  border: 0;
}

@media (max-width: 768px) {
  #home .wrapper .homefeatured_category > div > div > div {
    max-width: 250px;
    max-height: auto;
  }
}

@media (max-width: 592px) {
  #home .wrapper .homefeatured_category > div > div > div {
    max-width: 155px;
    max-height: auto;
  }
}

#home .homefeatured_category .thumbnail .media {
  background: #ffffff;
  border: none;
  width: 359px;
  height: auto;
  max-width: 100%;
  margin-bottom: 0px;
  -webkit-transition: -webkit-box-shadow 0.2s ease-in;
  transition: -webkit-box-shadow 0.2s ease-in;
  transition: box-shadow 0.2s ease-in;
  transition: box-shadow 0.2s ease-in, -webkit-box-shadow 0.2s ease-in;
  overflow: visible;
}

@media (max-width: 768px) {
  #home .homefeatured_category .thumbnail .media {
    width: 250px;
    height: auto;
  }
}

@media (max-width: 592px) {
  #home .homefeatured_category .thumbnail .media {
    width: 155px;
    height: auto;
  }
}

#home .homefeatured_category .thumbnail .media img {
  max-width: 359px;
  height: 359px;
  padding: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: -webkit-transform 0.2s ease-in;
  transition: -webkit-transform 0.2s ease-in;
  transition: transform 0.2s ease-in;
  transition: transform 0.2s ease-in, -webkit-transform 0.2s ease-in;
}

@media (max-width: 768px) {
  #home .homefeatured_category .thumbnail .media img {
    width: 250px;
    height: 250px;
  }
}

@media (max-width: 592px) {
  #home .homefeatured_category .thumbnail .media img {
    width: 155px;
    height: 225px;
  }
}

#home .wrapper .homefeatured_category > div > div > div > .thumbnail {
  border: none;
}

#home .wrapper .homefeatured_category > div > div > div > .thumbnail .media .media-link .caption {
  position: relative;
}

#home .wrapper .homefeatured_category > div > div > div > .thumbnail .media .media-link .caption .caption-wrapper {
  height: 100% !important;
  display: table !important;
  padding-left: 0;
  padding-right: 0;
}

@media (max-width: 592px) {
  #home .wrapper .homefeatured_category > div > div > div > .thumbnail .media .media-link .caption .caption-wrapper {
    padding-top: 10px;
    height: 90% !important;
    padding-bottom: 0;
  }
}

#home .wrapper .homefeatured_category > div > div > div > .thumbnail .media .media-link .caption .caption-inner {
  display: table-cell !important;
  vertical-align: bottom !important;
  height: auto !important;
  position: relative;
  padding-left: 0;
}

@media (max-width: 592px) {
  #home .wrapper .homefeatured_category > div > div > div > .thumbnail .media .media-link .caption .caption-inner {
    padding-left: 0;
    padding-top: 0;
  }
}

#home .homefeatured_category .caption-title {
  width: 100%;
  overflow: visible;
  margin: 0 auto;
  margin-left: 0;
  -webkit-transition: background-color 0.2s ease-in;
  transition: background-color 0.2s ease-in;
  text-align: left !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 50px;
}

#home .homefeatured_category .caption-title svg {
  fill: #000;
  -webkit-transition: fill 0.2s ease-in, -webkit-transform 0.2s ease-in;
  transition: fill 0.2s ease-in, -webkit-transform 0.2s ease-in;
  transition: transform 0.2s ease-in, fill 0.2s ease-in;
  transition: transform 0.2s ease-in, fill 0.2s ease-in, -webkit-transform 0.2s ease-in;
  min-width: 21px;
  max-width: 21px;
}

@media (max-width: 592px) {
  #home .homefeatured_category .caption-title svg {
    min-width: 11px;
    max-width: 11px;
  }
}

@media (max-width: 592px) {
  #home .homefeatured_category .caption-title {
    bottom: -75px;
  }
}

#home .homefeatured_category .caption-title span {
  font-weight: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  color: #000;
  background-color: transparent;
  text-align: left;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-left: 0;
  padding-bottom: 0;
  margin: 0;
  -webkit-transition: color 0.2s ease-in;
  transition: color 0.2s ease-in;
  text-transform: none;
  padding-right: 0;
  max-width: 52%;
  min-height: 0;
}

@media (max-width: 768px) {
  #home .homefeatured_category .caption-title span {
    max-width: 100%;
  }
}

#home .homefeatured_category .media-link {
  text-align: center;
  width: 100%;
  height: 100%;
  overflow: visible;
}

#home .homefeatured_category .media-link .btn {
  display: block;
  position: absolute;
  bottom: 0;
  margin-top: auto;
  max-width: 212px;
  background-color: transparent;
  border-color: #000000;
  border-radius: 5px;
  color: #000 !important;
  text-transform: none;
}

@media (max-width: 592px) {
  #home .homefeatured_category .media-link .btn {
    max-width: 134px;
    font-size: 11px;
    padding: 5px 8px;
  }
}

#home .homefeatured_category .media-link:hover .caption-title span, #home .homefeatured_category .media-link:focus .caption-title span {
  color: #780E11;
}

#home .homefeatured_category .media-link:hover .caption-title svg, #home .homefeatured_category .media-link:focus .caption-title svg {
  fill: #780E11;
  -webkit-transform: translateX(10px);
          transform: translateX(10px);
}

#home .categories-add-text {
  text-align: left;
  font-size: 16px;
  line-height: 19px;
  color: #000 !important;
  max-width: 255px;
}

@media (max-width: 592px) {
  #home .categories-add-text {
    font-size: 11px;
    line-height: 13px;
  }
}

@media (max-width: 592px) {
  #home .homefeatured_category .media {
    height: auto;
  }
  #home .homefeatured_category .thumbnail .media img {
    max-height: 225px;
  }
  #home .homefeatured_category .caption-title span {
    font-size: 12px;
    line-height: 14px;
    margin: 0;
  }
}

@media (max-width: 767px) {
  #home .homefeatured_category .thumbnail .media {
    min-height: 0 !important;
  }
}

@media (max-width: 992px) {
  #home .row.products.grid {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

#home .latest-section {
  margin-bottom: 100px;
}

@media (max-width: 768px) {
  #home .latest-section {
    margin-bottom: 70px;
  }
}

#home:not(.product-product) .product-item {
  border: none;
  -webkit-transition: -webkit-box-shadow 0.2s ease-in;
  transition: -webkit-box-shadow 0.2s ease-in;
  transition: box-shadow 0.2s ease-in;
  transition: box-shadow 0.2s ease-in, -webkit-box-shadow 0.2s ease-in;
  max-width: 300px;
}

#home:not(.product-product) .product-item.mb-md-4 {
  padding: 15px;
}

#home:not(.product-product) .product-item:hover {
  -webkit-box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.11);
          box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.11);
}

#home #search_results .product-item {
  max-width: 100%;
  width: 100%;
}

#home .checkout_cart_inner .product-item {
  max-width: 100%;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

#home .sticker {
  right: auto;
  left: 0;
}

#home .add_to_cart {
  height: 50px;
}

@media (max-width: 592px) {
  #home .add_to_cart {
    height: 45px;
  }
}

#home .add_to_cart > button {
  background-color: #fff !important;
  color: #780E11 !important;
  border-color: #780E11 !important;
  border: 1px solid;
  font-size: 16px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: auto;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

@media (max-width: 592px) {
  #home .add_to_cart > button {
    height: 45px;
  }
}

#home .add_to_cart > button:hover, #home .add_to_cart > button:focus {
  background-color: #780E11 !important;
  border-color: #780E11 !important;
  color: #fff !important;
}

#home .add_to_cart > button i {
  display: none;
}

#home .add_to_cart .buttons_added.quantity {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#home .product-item .thumbnail .caption {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

#home .product-item .thumbnail .caption.text-center {
  text-align: left !important;
  width: 100%;
  margin-bottom: 10px;
}

#home .product-item .thumbnail .caption.text-center h4 {
  -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important;
}

@media (max-width: 768px) {
  #home .product-item .thumbnail .caption {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

#home .product-item .thumbnail .media a {
  margin-left: 0;
}

#home .product-item .thumbnail .price_actions {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  max-width: 100%;
  width: 100%;
  margin: 0 auto;
  margin-top: auto;
}

#home .product-item .thumbnail .price_actions .spinner-grow {
  display: none;
}

#home .product-item .thumbnail .bottom_price_actions {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
  margin-top: auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#home .product-item .thumbnail .bottom_price_actions .price {
  display: block;
  width: 100%;
  margin-bottom: 17px;
  text-align: center;
}

#home .product-item .thumbnail .bottom_price_actions .add_to_cart {
  width: 100%;
}

#home .product-item .thumbnail .caption-title {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center !important;
  max-height: 2.5rem;
  text-overflow: ellipsis;
}

#home .product-item .thumbnail .caption-title a {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #000;
  text-align: center;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

#home .price {
  margin-bottom: 0;
  font-weight: bold;
  font-size: 16px;
  line-height: 22px;
}

#home .price ins {
  color: #000;
}

#home .price del {
  color: #838383;
}

#home .add_to_cart span {
  margin: 0 auto;
}

#home .product-item .thumbnail .upper_price_actions {
  margin-top: 0;
  width: 50%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 35px;
  text-align: left;
  display: none !important;
}

#home .wrapper-out-of-stock {
  top: 0 !important;
}

#home.product-product .product-single .buttons {
  -ms-flex-wrap: nowrap !important;
      flex-wrap: nowrap !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#home.product-product .product-single .buttons .quantity {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  margin-right: 10px;
}

#home.product-product .product-single .buttons .quantity + button {
  margin: 0;
  margin-right: 10px;
  min-width: 125px;
}

#home.product-product .product-single .buttons .quantity .btn {
  background-color: #780E11;
  color: #fff;
}

#home.product-product .product-single .buttons .quantity .btn:hover {
  border-radius: 0;
}

#home.product-product .product-single .btn.btn-theme.btn-wish-list {
  margin: 0;
  border-color: #780E11;
  border-radius: 0;
  border-width: 1px;
}

#home.product-product .product-single .buttons .quantity .btn i {
  padding: 15px;
  margin: 0;
  color: #fff;
}

#home .wrapper .page-section .products.grid .product-item {
  border: none !important;
}

#home.checkout-cart .content-area .page-section .checkout_cart_inner .cart_product .product_row .qty_column .quantity {
  border: none !important;
}

#home .social-icons li {
  padding: 0;
  border: none;
}

#home .social-icons li a:hover,
#home .social-icons li a:focus {
  background-color: transparent;
}

#home footer.footer {
  border-top: none;
  background-color: #fff;
}

#home .footer-widgets {
  background-color: #FAFAFA;
  padding: 0;
  border-bottom: 1px solid transparent;
  border-top: 1px solid transparent;
}

#home .footer-widgets .widget-categories ul li a {
  color: #2B2A28;
  padding-left: 0;
  margin-bottom: 5px;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
}

@media (max-width: 592px) {
  #home .footer-widgets .widget-categories ul li a {
    font-size: 14px;
    line-height: 16px;
  }
}

#home .footer-widgets .widget-categories ul li + li {
  border-top: none;
}

#home .footer-widgets .widget-categories a:hover,
#home .footer-widgets .widget-categories a:focus {
  color: #780E11 !important;
}

#home .footer-widgets .widget-title {
  font-family: 'Cormorant';
  font-style: normal;
  color: #780E11;
  font-size: 22px;
  line-height: 27px;
  font-weight: 700;
  margin-bottom: 25px;
  padding-bottom: 0;
  text-transform: none;
}

@media (max-width: 592px) {
  #home .footer-widgets .widget-title {
    font-size: 22px;
    line-height: 27px;
  }
}

#home .footer-widgets .widget-title::before {
  display: none;
}

#home .footer-widgets .widget-categories ul li a:before {
  display: none;
}

#home .footer-widgets .container > .row {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#home .footer-widgets .container > .row > div {
  padding-top: 50px;
  padding-bottom: 50px;
  padding-left: 30px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33%;
          flex: 0 0 33%;
  max-width: 33%;
}

#home .footer-meta {
  border-top: none;
}

@media (max-width: 595px) {
  #home .footer-meta {
    padding-bottom: 10px;
  }
}

#home .footer-meta .footer_content_wrapper {
  margin-bottom: 0;
}

#home .footer-meta .footer_content_wrapper svg {
  max-width: 360px !important;
}

@media (max-width: 595px) {
  #home .footer-meta .footer_content_wrapper svg {
    max-width: 100% !important;
  }
}

#home .footer-meta .copyright a {
  text-align: center;
}

#home .footer-meta .copyright img {
  max-width: 120px;
}

#home .footer-meta .container {
  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;
}

#home .footer-meta p {
  margin-bottom: 0;
}

#home .footer-widgets > .container {
  margin: auto;
  height: auto;
}

#home .social-icons {
  margin-top: 20px;
}

#home .social-icons li a i {
  color: #2B2A28;
  font-size: 25px;
}

#home .social-icons li a:hover i,
#home .social-icons li a:focus i {
  color: #780E11;
}

#home .fa.fa-wheelchair {
  color: #000 !important;
}

#home .footer .copyright_row {
  width: 100%;
}

@media (max-width: 768px) {
  #home .footer .copyright_row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

#home .footer-meta .payments {
  max-width: 100%;
  width: 337px;
}

@media (max-width: 992px) {
  #home .footer .footer-widgets .row {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #home .footer-meta .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media (max-width: 768px) {
  #home .footer-widgets {
    border-bottom: 0;
  }
  #home .footer .footer-widgets .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-top: 40px;
    padding-bottom: 40px;
  }
  #home .footer .footer-widgets .row > div {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    border-right: none;
    border-left: none;
    border-collapse: collapse;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  #home .footer .copyright_row > div {
    margin: 0 auto;
  }
  #home .footer .footer-meta {
    border-top: none;
  }
}

/*PRODUCT PAGE*/
#home .product-single.product-item .buttons #button-booking,
#home .product-single.product-item .buttons #button-cart {
  background-color: #780E11;
  margin-top: 0;
}

#home .product-single.product-item .buttons #button-booking:hover,
#home .product-single.product-item .buttons #button-cart:hover,
#home .product-single.product-item .buttons #button-booking:focus,
#home .product-single.product-item .buttons #button-cart:focus {
  background-color: #fff;
  color: #780E11;
  border-color: #780E11;
}

#home .social-icons li a {
  border: none;
}

#home .content-tabs .nav-tabs > li > a.active {
  color: #780E11;
  border-top-color: #e9e9e9;
}

#home.product-product .btn.btn-theme.btn-wish-list,
#home.product-product .btn.btn-theme.btn-wish-list {
  border-color: transparent !important;
  background-color: transparent;
}

#home.product-product .btn.btn-theme.btn-wish-list i,
#home.product-product .btn.btn-theme.btn-wish-list i {
  font-size: 25px;
  font-weight: 300;
}

#home.product-product .btn.btn-theme.btn-wish-list:hover,
#home.product-product .btn.btn-theme.btn-wish-list:focus {
  border-color: transparent;
  background-color: transparent;
}

#home.product-product .btn.btn-theme.btn-wish-list:hover i,
#home.product-product .btn.btn-theme.btn-wish-list:focus i {
  color: #780E11 !important;
  font-weight: 700;
}

#home.product-product #button-cart .fa-shopping-cart {
  display: none;
}

#home .dotstyle.dotstyle-fillup {
  display: none !important;
}

body#home .modal#quick_view_modal .modal-content.quick_view_modal_content {
  border-radius: 20px;
  padding: 20px !important;
}

body#home .modal#quick_view_modal .modal-content.quick_view_modal_content .modal-footer {
  border: none;
}

body#home .modal#quick_view_modal .modal-content.quick_view_modal_content .special-price + .product-price {
  color: #FF2D2D;
}

body#home .modal#quick_view_modal .modal-content.quick_view_modal_content .modal-header {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  border-bottom: 0;
  position: relative;
}

body#home .modal#quick_view_modal .modal-content.quick_view_modal_content .modal-header .product-title {
  font-weight: 800;
  font-size: 28px;
  line-height: 28px;
  padding-right: 40px;
}

body#home .modal#quick_view_modal .modal-content.quick_view_modal_content .modal-header .close {
  font-size: 40px;
  line-height: 1;
  font-weight: 100;
}

body#home .modal#quick_view_modal .modal-content.quick_view_modal_content .modal-footer .row {
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
}

body#home .modal#quick_view_modal .modal-content.quick_view_modal_content .modal-footer .row > div {
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  width: auto;
  max-width: 100%;
}

body#home .modal#quick_view_modal .modal-content.quick_view_modal_content .quick_view_modal_content {
  border-radius: 20px;
  padding: 30px 60px !important;
}

body#home .modal#quick_view_modal .modal-content.quick_view_modal_content .product-item {
  max-width: 100%;
  padding-bottom: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

body#home .modal#quick_view_modal .modal-content.quick_view_modal_content .product-item .upsale_product_wrapper .title {
  font-size: 18px;
  line-height: 16px;
  color: #000000;
}

body#home .modal#quick_view_modal .modal-content.quick_view_modal_content .product-item label.control-label {
  font-size: 18px;
  line-height: 16px;
  color: #000000;
}

body#home .modal#quick_view_modal .modal-content.quick_view_modal_content .product-item #tab-description > h3 {
  font-weight: 700;
  font-size: 28px;
  line-height: 28px;
}

body#home .modal#quick_view_modal .modal-content.quick_view_modal_content .buttons {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

body#home .modal#quick_view_modal .modal-content.quick_view_modal_content .buttons .quantity {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  border: none;
}

@media (max-width: 592px) {
  body#home .modal#quick_view_modal .modal-content.quick_view_modal_content .buttons .quantity .quantity_key {
    min-width: 44px;
    height: 44px;
  }
}

body#home .modal#quick_view_modal .modal-content.quick_view_modal_content .buttons .quantity + button {
  margin: 0;
  min-width: 125px;
}

body#home .modal#quick_view_modal .modal-content.quick_view_modal_content .buttons .quantity .qty {
  height: 44px;
  border: none;
}

body#home .modal#quick_view_modal .modal-content.quick_view_modal_content .btn.btn-theme.btn-wish-list {
  margin: 0;
  border-color: #780E11 !important;
  border-radius: 6px;
  border-width: 1px;
  margin-left: 10px;
}

body#home .modal#quick_view_modal .modal-content.quick_view_modal_content .buttons .quantity .btn {
  height: 44px !important;
}

body#home .modal#quick_view_modal .modal-content.quick_view_modal_content .buttons .quantity .btn i {
  padding: 0;
  margin: 0;
  color: #fff;
}

body#home .modal#quick_view_modal .modal-content.quick_view_modal_content .buttons #button-booking,
body#home .modal#quick_view_modal .modal-content.quick_view_modal_content .buttons #button-cart {
  background-color: #780E11;
  color: #fff;
  border-color: #780E11;
  margin-top: 0;
}

body#home .modal#quick_view_modal .modal-content.quick_view_modal_content .buttons #button-booking:hover, body#home .modal#quick_view_modal .modal-content.quick_view_modal_content .buttons #button-booking:focus,
body#home .modal#quick_view_modal .modal-content.quick_view_modal_content .buttons #button-cart:hover,
body#home .modal#quick_view_modal .modal-content.quick_view_modal_content .buttons #button-cart:focus {
  background-color: #780E11 !important;
  border-color: #780E11 !important;
  color: #fff !important;
}

body#home .modal#quick_view_modal .modal-content.quick_view_modal_content #button-cart .fa-shopping-cart {
  display: none;
}

body#home .modal#quick_view_modal .modal-content.quick_view_modal_content .btn.btn-theme.btn-theme-transparent.btn-wish-list:not(.active),
body#home .modal#quick_view_modal .modal-content.quick_view_modal_content .btn.btn-theme.btn-theme-transparent.btn-wish-list:not(.active) {
  background-color: transparent;
}

body#home .modal#quick_view_modal .modal-content.quick_view_modal_content .btn.btn-theme.btn-theme-transparent.btn-wish-list:not(.active) i,
body#home .modal#quick_view_modal .modal-content.quick_view_modal_content .btn.btn-theme.btn-theme-transparent.btn-wish-list:not(.active) i {
  font-size: 25px;
  font-weight: 300;
  color: #25201D;
}

body#home .modal#quick_view_modal .modal-content.quick_view_modal_content .btn.btn-theme.btn-theme-transparent.btn-wish-list:not(.active):hover, body#home .modal#quick_view_modal .modal-content.quick_view_modal_content .btn.btn-theme.btn-theme-transparent.btn-wish-list:not(.active):focus,
body#home .modal#quick_view_modal .modal-content.quick_view_modal_content .btn.btn-theme.btn-theme-transparent.btn-wish-list:not(.active):hover,
body#home .modal#quick_view_modal .modal-content.quick_view_modal_content .btn.btn-theme.btn-theme-transparent.btn-wish-list:not(.active):focus {
  border-color: transparent;
  background-color: transparent;
}

body#home .modal#quick_view_modal .modal-content.quick_view_modal_content .btn.btn-theme.btn-theme-transparent.btn-wish-list:not(.active):hover i, body#home .modal#quick_view_modal .modal-content.quick_view_modal_content .btn.btn-theme.btn-theme-transparent.btn-wish-list:not(.active):focus i,
body#home .modal#quick_view_modal .modal-content.quick_view_modal_content .btn.btn-theme.btn-theme-transparent.btn-wish-list:not(.active):hover i,
body#home .modal#quick_view_modal .modal-content.quick_view_modal_content .btn.btn-theme.btn-theme-transparent.btn-wish-list:not(.active):focus i {
  color: #25201D !important;
  font-weight: 700;
}

body#home .modal#quick_view_modal .modal-content.quick_view_modal_content .btn.btn-theme.btn-theme-transparent.btn-wish-list.active {
  border-color: #25201D !important;
}

body#home .modal#quick_view_modal .modal-content.quick_view_modal_content .btn.btn-theme.btn-theme-transparent.btn-wish-list.active i {
  font-size: 25px;
  font-weight: 300;
  color: #25201D !important;
  font-weight: 700;
}

body#home .modal#quick_view_modal .modal-content.quick_view_modal_content .btn.btn-theme.btn-theme-transparent.btn-wish-list.active:hover, body#home .modal#quick_view_modal .modal-content.quick_view_modal_content .btn.btn-theme.btn-theme-transparent.btn-wish-list.active:focus {
  border-color: transparent;
  background-color: transparent;
}

body#home .modal#quick_view_modal .modal-content.quick_view_modal_content .btn.btn-theme.btn-theme-transparent.btn-wish-list.active:hover i, body#home .modal#quick_view_modal .modal-content.quick_view_modal_content .btn.btn-theme.btn-theme-transparent.btn-wish-list.active:focus i {
  color: #25201D !important;
  font-weight: 300 !important;
}

body#home .modal#quick_view_modal .modal-content.quick_view_modal_content .product_slide {
  max-height: 500px;
  -o-object-fit: contain;
     object-fit: contain;
}

body#home .modal#quick_view_modal .modal-content.quick_view_modal_content .social-icons li a {
  border: none;
}

body#home .modal#quick_view_modal .modal-content.quick_view_modal_content .content-tabs .nav-tabs > li > a.active {
  color: #780E11;
  border-top-color: #e9e9e9;
  border: none;
}

@media screen and (max-width: 369px) {
  body#home .modal#quick_view_modal .modal-content.quick_view_modal_content .product-product .buttons .btn-compare, body#home .modal#quick_view_modal .modal-content.quick_view_modal_content .product-product .buttons .btn-wish-list {
    display: block;
  }
}

body#home .modal#quick_view_modal .modal-content.quick_view_modal_content .product-page-whatsapp-btn {
  border: none;
  background: transparent;
  font-weight: 500;
  font-size: 16px;
  line-height: 165%;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  text-transform: uppercase;
  color: #25201D;
  margin: 20px auto;
  padding: 0;
}

body#home .modal#quick_view_modal .modal-content.quick_view_modal_content .product-page-whatsapp-btn:hover, body#home .modal#quick_view_modal .modal-content.quick_view_modal_content .product-page-whatsapp-btn:focus {
  color: #780E11;
}

/*SEARCH RESULTS*/
#home .wrapper .header .header-wrapper .header-search #search_results > .results_text > a {
  border-color: #780E11;
  color: #780E11;
}

#home .wrapper .header .header-wrapper .header-search #search_results .product-item .img,
#home.bottom-nav-enabled nav.mobile_bottom_nav > ul.mobile_side_nav_menu li.bottom-nav-search #mobile_search_results > a .img {
  width: 100px;
  min-width: 100px;
  margin-right: 10px;
}

#home .header .header-wrapper .header-search #search_results .product-item .item_data {
  min-width: 340px;
  max-width: 340px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

@media (max-width: 768px) {
  #home .header .header-wrapper .header-search #search_results .product-item .item_data {
    min-width: 150px;
    max-width: 150px;
  }
}

@media (max-width: 550px) {
  #home .header .header-wrapper .header-search #search_results .product-item .item_data {
    min-width: 100px;
    max-width: 100px;
  }
}

#home .wrapper .header .header-wrapper .header-search #search_results .product-item .add_to_cart {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 140px;
  width: 100%;
  padding: 0;
  border-radius: 0;
}

#home .wrapper .header .header-wrapper .header-search #search_results {
  min-width: -webkit-max-content;
  min-width: -moz-max-content;
  min-width: max-content;
  -webkit-box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.15);
  border-radius: 0;
}

@media (max-width: 991px) {
  #home .wrapper .header .header-wrapper .header-search #search_results {
    min-width: 0;
    width: 100%;
  }
}

@media (max-width: 550px) {
  #home .wrapper .header .header-wrapper .header-search #search_results {
    position: fixed;
    top: 88px;
  }
}

#home .wrapper .header .header-wrapper .header-search #search_results .product-item {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-bottom: 0;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#home .checkbox.customized label {
  z-index: 1;
}

#home .checkbox.customized .check {
  z-index: 1;
}

#home .wrapper .header .header-wrapper .header-search #search_results .product-item .item_data .name,
#home.bottom-nav-enabled nav.mobile_bottom_nav > ul.mobile_side_nav_menu li.bottom-nav-search #mobile_search_results > a .item_data .name {
  font-size: 13px;
  color: #2B2A28;
}

#home.bottom-nav-enabled nav.mobile_bottom_nav > ul.mobile_side_nav_menu li.bottom-nav-search #mobile_search_results .add_to_cart > button {
  width: 130px;
}

#home.bottom-nav-enabled nav.mobile_bottom_nav > ul.mobile_side_nav_menu li.bottom-nav-search #mobile_search_results > a .item_data .name {
  word-wrap: break-word;
}

#home .wrapper .header .header-wrapper .header-search #search_results .add_to_cart > button {
  width: 140px;
  -ms-flex-item-align: end;
      align-self: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 50px;
  border-radius: 0;
}

#home .wrapper .header .header-wrapper .header-search #search_results .add_to_cart > button:hover {
  background-color: #780E11;
}

#home .wrapper .header .header-wrapper .header-search #search_results .add_to_cart > button i {
  margin-left: 0;
}

/*QUANTITY BTNS*/
#home #mobile_search_results .add_to_cart .buttons_added.quantity,
#home #search_results .add_to_cart .buttons_added.quantity,
#home .thumbnail .price_actions .add_to_cart .buttons_added.quantity,
#home .price_actions .more_details_btn_wrapper .buttons_added.quantity {
  border: 1px solid transparent !important;
  border-radius: 0;
  overflow: hidden;
  height: 100%;
}

#home #mobile_search_results .add_to_cart .buttons_added.quantity i,
#home #mobile_search_results .add_to_cart .buttons_added.quantity input.minus,
#home #mobile_search_results .add_to_cart .buttons_added.quantity input.plus,
#home #mobile_search_results .add_to_cart .buttons_added.quantity input.quantity_field,
#home #search_results .add_to_cart .buttons_added.quantity i,
#home #search_results .add_to_cart .buttons_added.quantity input.minus,
#home #search_results .add_to_cart .buttons_added.quantity input.plus,
#home #search_results .add_to_cart .buttons_added.quantity input.quantity_field {
  color: #780E11 !important;
  min-width: 50px;
  -webkit-transition: color 0.2s ease-in;
  transition: color 0.2s ease-in;
}

#home #mobile_search_results .add_to_cart .buttons_added.quantity i:hover, #home #mobile_search_results .add_to_cart .buttons_added.quantity i:focus,
#home #mobile_search_results .add_to_cart .buttons_added.quantity input.minus:hover,
#home #mobile_search_results .add_to_cart .buttons_added.quantity input.minus:focus,
#home #mobile_search_results .add_to_cart .buttons_added.quantity input.plus:hover,
#home #mobile_search_results .add_to_cart .buttons_added.quantity input.plus:focus,
#home #mobile_search_results .add_to_cart .buttons_added.quantity input.quantity_field:hover,
#home #mobile_search_results .add_to_cart .buttons_added.quantity input.quantity_field:focus,
#home #search_results .add_to_cart .buttons_added.quantity i:hover,
#home #search_results .add_to_cart .buttons_added.quantity i:focus,
#home #search_results .add_to_cart .buttons_added.quantity input.minus:hover,
#home #search_results .add_to_cart .buttons_added.quantity input.minus:focus,
#home #search_results .add_to_cart .buttons_added.quantity input.plus:hover,
#home #search_results .add_to_cart .buttons_added.quantity input.plus:focus,
#home #search_results .add_to_cart .buttons_added.quantity input.quantity_field:hover,
#home #search_results .add_to_cart .buttons_added.quantity input.quantity_field:focus {
  color: #000 !important;
}

@media (max-width: 592px) {
  #home #mobile_search_results .add_to_cart .buttons_added.quantity i,
  #home #mobile_search_results .add_to_cart .buttons_added.quantity input.minus,
  #home #mobile_search_results .add_to_cart .buttons_added.quantity input.plus,
  #home #mobile_search_results .add_to_cart .buttons_added.quantity input.quantity_field,
  #home #search_results .add_to_cart .buttons_added.quantity i,
  #home #search_results .add_to_cart .buttons_added.quantity input.minus,
  #home #search_results .add_to_cart .buttons_added.quantity input.plus,
  #home #search_results .add_to_cart .buttons_added.quantity input.quantity_field {
    min-width: 25px;
  }
}

#home.product-product .product-single.product-item .buttons .quantity {
  border-color: transparent;
  margin-right: 0;
  height: 48px;
  border-width: 1px !important;
}

#home.product-product .product-single .mobile_wishlist {
  bottom: 50px;
}

#home.product-product .product-single .mobile_wishlist .btn.btn-theme.btn-wish-list {
  background-color: #fff;
  border-radius: 100%;
}

#home .quantity input.form-control {
  width: 100%;
  max-width: 100%;
  min-width: 35px;
  background-color: transparent;
  border: 1px solid transparent;
  color: #000 !important;
}

#home:not(.checkout-cart) .quantity input.form-control {
  height: 45px;
}

.quantity.buttons_added {
  border: 0;
}

#home .quantity_key {
  max-width: 75px;
  width: 100%;
  text-align: center;
  background-color: #F7F7F7 !important;
  color: #000 !important;
  opacity: 1;
  -webkit-transition: color 0.2s ease-in;
  transition: color 0.2s ease-in;
  padding: 14px;
}

#home .quantity_key:hover, #home .quantity_key:focus {
  color: #780E11 !important;
}

#home.sidenav-enabled .mobile_side_nav {
  -webkit-box-shadow: none;
          box-shadow: none;
  border-right: 0;
}

#home .section-advantages {
  margin-bottom: 80px;
}

#home .advantages-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  row-gap: 24px;
}

@media (max-width: 1100px) {
  #home .advantages-list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    max-width: 550px;
    margin: 0 auto;
  }
}

@media (max-width: 592px) {
  #home .advantages-list {
    max-width: 320px;
  }
}

#home .advantages-list__item {
  width: 267px;
  -ms-grid-column-align: center;
      justify-self: center;
  -webkit-box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.1);
  padding: 26px;
}

@media (max-width: 592px) {
  #home .advantages-list__item {
    width: 150px;
    padding: 19px 12px;
  }
}

#home .advantages-list__icon {
  width: 45px;
  height: 45px;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

#home .advantages-list__icon.advantages-1 {
  background-image: url("https://sellavi-russia-dev.github.io/134694/images/advantages-1.svg");
}

#home .advantages-list__icon.advantages-2 {
  background-image: url("https://sellavi-russia-dev.github.io/134694/images/advantages-2.svg");
}

#home .advantages-list__icon.advantages-3 {
  background-image: url("https://sellavi-russia-dev.github.io/134694/images/advantages-3.svg");
}

#home .advantages-list__icon.advantages-4 {
  background-image: url("https://sellavi-russia-dev.github.io/134694/images/advantages-4.svg");
}

@media (max-width: 592px) {
  #home .advantages-list__icon {
    width: 30px;
    height: 30px;
  }
}

#home .advantages-list__title {
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  margin-top: 0;
  text-align: center;
  color: #000;
}

@media (max-width: 592px) {
  #home .advantages-list__title {
    font-size: 12px;
    line-height: 14px;
  }
}

#home .section-feedback {
  margin-bottom: 70px;
}

@media (max-width: 768px) {
  #home .section-feedback {
    margin-bottom: 0;
  }
}

#home .feedback__card {
  width: 350px;
  height: 423px;
}

#home .feedback__card img {
  max-width: 100%;
  max-height: 100%;
}

@media (max-width: 420px) {
  #home .feedback__card {
    height: 411px;
    width: 300px;
  }
}

#home .swiper {
  height: 423px;
  max-width: 1200px;
  padding: 0 60px;
  position: relative;
  overflow: hidden;
}

@media (max-width: 1024px) {
  #home .swiper {
    max-width: 800px;
  }
}

@media (max-width: 768px) {
  #home .swiper {
    max-width: 100%;
    padding: 0;
    height: 483px;
  }
}

#home .swiper__buttons-container {
  display: block;
}

#home .swiper-prev,
#home .swiper-next {
  position: absolute;
  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;
  top: 40%;
  z-index: 2;
  border: none;
  -webkit-box-shadow: 0px 2.4px 5.4px rgba(0, 0, 0, 0.06) !important;
          box-shadow: 0px 2.4px 5.4px rgba(0, 0, 0, 0.06) !important;
  border-radius: 5px;
  background-color: #fff;
  padding: 10px;
  height: 39px;
  width: 39px;
}

#home .swiper-prev i,
#home .swiper-next i {
  font-size: 25px;
  color: #780E11;
  -webkit-transition: color 0.2s ease-in;
  transition: color 0.2s ease-in;
}

#home .swiper-prev:hover, #home .swiper-prev:focus,
#home .swiper-next:hover,
#home .swiper-next:focus {
  background-color: #780E11;
}

#home .swiper-prev:hover i, #home .swiper-prev:focus i,
#home .swiper-next:hover i,
#home .swiper-next:focus i {
  color: #fff;
}

@media (max-width: 595px) {
  #home .swiper-prev,
  #home .swiper-next {
    height: 40px;
    width: 40px;
  }
}

#home .bx-prev,
#home .bx-next {
  top: 0;
}

#home .swiper-prev {
  left: 15px;
}

@media (min-width: 1300px) {
  #home .swiper-prev {
    left: 0;
  }
}

@media (max-width: 768px) {
  #home .swiper-prev {
    display: none;
  }
}

#home .swiper-next {
  right: 15px;
}

@media (min-width: 1300px) {
  #home .swiper-next {
    right: 0;
  }
}

@media (max-width: 768px) {
  #home .swiper-next {
    display: none;
  }
}

#home .header_widgets {
  position: static;
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
}

#home .header_login,
#home .header-wishlist {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
}

#home .header-wishlist {
  margin-right: 10px;
}

#home .header-cart {
  -webkit-box-ordinal-group: 6;
      -ms-flex-order: 5;
          order: 5;
}

#home .header-cart .cart-wrapper {
  margin: 0;
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: transparent;
}

#home .header_login {
  padding: 0;
}

@media (max-width: 992px) {
  #home .header_login {
    display: none;
  }
}

#home .header_login svg {
  fill: #2B2A28;
  stroke: transparent;
  -webkit-transition: stroke 0.2s ease-in, fill 0.2s ease-in;
  transition: stroke 0.2s ease-in, fill 0.2s ease-in;
}

#home .header_login > a {
  min-width: auto;
  width: 45px;
  height: auto;
  text-align: center;
}

#home .header_login > a:hover svg,
#home .header_login > a:focus svg {
  fill: #780E11;
  stroke: transparent;
}

#home .header-wishlist__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-width: auto;
  width: 45px;
  height: 45px;
  align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}

#home .header-wishlist__link svg {
  fill: #2B2A28;
  stroke: transparent;
  -webkit-transition: stroke 0.2s ease-in, fill 0.2s ease-in;
  transition: stroke 0.2s ease-in, fill 0.2s ease-in;
}

#home .header-wishlist__link:hover svg,
#home .header-wishlist__link:focus svg {
  fill: #780E11;
  stroke: transparent;
}

#home #cart {
  min-width: auto;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1;
  padding: 0;
  padding-top: 2px;
  text-align: center;
}

#home #cart i {
  display: none !important;
}

#home #cart .cart-norm-qty {
  display: none !important;
}

#home .cart-qty-circle {
  border: 1px solid #780E11;
  font-family: "Lato", sans-serif, sans-serif;
  display: block !important;
  color: #fff;
  background-color: #780E11;
  height: 19px;
  width: 19px;
  font-size: 10px;
  line-height: 18px;
  top: -5px;
  right: -2px;
}

@media (max-width: 992px) {
  #home .cart-qty-circle {
    right: -8px;
    height: 15px;
    width: 15px;
    line-height: 14px;
  }
}

#home .header-cart {
  background-color: transparent;
  min-width: auto;
  padding: 0;
  margin: 0;
}

#home .header-cart .cart_drop_down {
  position: static;
}

#home .header-cart .cart_drop_down a svg {
  fill: #2B2A28;
  stroke: transparent;
  -webkit-transition: stroke 0.2s ease-in, fill 0.2s ease-in;
  transition: stroke 0.2s ease-in, fill 0.2s ease-in;
}

#home .header-cart .cart_drop_down a:hover svg,
#home .header-cart .cart_drop_down a:focus svg {
  fill: #780E11;
  stroke: transparent;
}

#home .dropdown-menu.dropdown-menu-right {
  border-radius: 0;
  right: 0;
}

#home.sidenav-enabled .mobile_side_nav {
  -webkit-box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.4);
          box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.4);
  border-right: 0;
}

@media screen and (max-width: 991px) and (min-width: 592px) {
  #home.sidenav-enabled .mobile_side_nav {
    width: 500px;
  }
}

@media screen and (max-width: 991px) and (min-width: 592px) {
  #home.sidenav-enabled.ltr .wrapper-opened {
    left: 500px;
  }
}

#home.sidenav-enabled.ltr .flexy > .arrow {
  display: block;
  border-right: 0;
  left: auto;
  right: 0;
}

#home.sidenav-enabled .mobile_side_nav > ul a {
  padding-left: 0;
  padding-right: 0;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 0.035em;
  text-transform: none;
  border-bottom: none;
  padding-right: 20px;
}

#home.sidenav-enabled .mobile_side_nav > ul {
  padding: 42px 38px 178px;
}

#home.sidenav-enabled .mobile_side_nav > ul > .flexy > a {
  border-bottom: none;
  font-weight: 500;
  line-height: 17px;
}

#home.sidenav-enabled .mobile_side_nav .flexy > .arrow.clicked {
  background-color: #fff;
}

#home.sidenav-enabled.ltr .mobile_side_nav ul {
  direction: ltr;
}

#home .flexy > .arrow[aria-expanded="true"] i {
  color: #780E11 !important;
}

#home .mobile_side_nav_menu .flexy:first-child {
  padding-top: 0;
}

#home.sidenav-enabled .mobile_side_nav_menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

#home.sidenav-enabled .mobile_side_nav_menu > li {
  position: relative;
  max-width: 400px;
  width: 100%;
  margin: 0 auto;
}

@media (max-width: 992px) {
  #home.sidenav-enabled .mobile_side_nav_menu .header-btn {
    display: block;
    margin: 26px auto 26px;
    max-width: 100%;
  }
}

#home .mobile_side_nav_menu .flexy:first-child {
  padding-top: 0;
  border-top: none;
}

#home .header_tel-number {
  text-align: center;
}

#home .header_tel-number span {
  font-weight: 700;
  font-size: 20px;
  line-height: 137%;
  color: #000;
}

#home .mobile-nav-search {
  display: block;
  padding: 11px;
  width: 111px;
  background-color: #C5A995;
  position: absolute;
  z-index: 100;
  right: 0;
  font-weight: 600;
  font-size: 15px;
  line-height: 18px;
  font-style: normal;
  color: #fff;
  text-align: center;
}

#home .mobile_side_nav_menu .flexy.header_login-mobile {
  margin-top: 20px !important;
  padding-top: 20px !important;
  border-top: 1px solid #e4e4e4;
}

#home .mobile_side_nav .sidenav_search {
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
  display: block;
  max-width: 400px;
  margin: 0 auto;
  margin-top: 23px !important;
  margin-bottom: 30px !important;
  width: 100%;
}

#home .mobile_side_nav .sidenav_search .form-control {
  border-color: #CFCFCF;
  background: #fff;
  border-radius: 0;
  color: #A3A4A5;
  direction: ltr;
  height: 45px;
}

#home .mobile_side_nav .sidenav_search .form-control::-webkit-input-placeholder {
  color: #A29E9E !important;
}

#home .mobile_side_nav .sidenav_search .form-control:-ms-input-placeholder {
  color: #A29E9E !important;
}

#home .mobile_side_nav .sidenav_search .form-control::-ms-input-placeholder {
  color: #A29E9E !important;
}

#home .mobile_side_nav .sidenav_search .form-control::placeholder {
  color: #A29E9E !important;
}

#home .mobile_side_nav .sidenav_search i {
  color: #780E11 !important;
}

#home .header_login-mobile {
  margin-top: 20px;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#home .header_login-mobile svg {
  fill: transparent;
}

#home .fas.fa-bars {
  color: #2B2A28;
  font-weight: 300;
}

#home .fas.fa-times {
  color: #2B2A28;
  font-weight: 300;
}

#home .mobile_side_nav .sidenav_search .fa-search {
  color: #949494;
}

#home .mobile_side_nav_menu > .flexy:not(.header_login-mobile) > a,
#home .mobile_side_nav_menu .home_link > a {
  font-weight: 700 !important;
  font-size: 18px !important;
  line-height: 25px !important;
  color: #000 !important;
  letter-spacing: 0 !important;
}

#home .mobile_side_nav_menu > .flexy > div > ul > li > div > ul > li > a {
  padding-left: 15px !important;
  color: #636363 !important;
  font-size: 13px;
}

#home .mobile_side_nav_menu > .flexy > div > ul > li > div > ul > li > a:hover, #home .mobile_side_nav_menu > .flexy > div > ul > li > div > ul > li > a:focus {
  color: #780E11 !important;
}

#home .mobile_side_nav_menu .arrow {
  position: absolute;
  height: 100%;
}

#home .mobile_side_nav_menu .arrow i {
  font-weight: 700;
}

body#home .mobile_side_nav .sidenav_search .fa-search {
  top: 18px;
}
/*# sourceMappingURL=style.css.map */