body main {
    min-height: calc(100vh - 624.09px);
}

.footer .widget-about-title {
    color: white;
}

.footer .widget-about-info {
    font-size: 1.5rem;
}

.footer .phone-numbers {
    display: flex;
    flex-direction: column;
}

.slider-loader.product-slider,
.slider-loader.cart-slider {
    display: none;
    background: rgba(204, 153, 102, 0.15);
    width: 100vw;
    height: 100vh;
    z-index: 500;
    position: fixed;
    top: 0;
    left: 0;
}

.slider-loader.product-slider:after,
.slider-loader.cart-slider:after {
    margin-top: 0;
    margin-left: 0;
    transform: translateX(-50%) translateY(-50%);
    z-index: 510;
}

.product .product-media > a {
    position: relative;
    padding-top: 100%;
}

.product .product-image {
    object-fit: cover;
    width: 100%;
    height: 100%;
    object-position: center;
    top: 0;
    left: 0;
    position: absolute;
}

.dropdown-menu.searchBlock {
    padding-top: 0;
    max-height: 500px;
    overflow: auto;
}

.dropdown-menu.searchBlock::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: #f5f5f5;
}

.dropdown-menu.searchBlock::-webkit-scrollbar {
    width: 6px;
    background-color: #f5f5f5;
}

.dropdown-menu.searchBlock::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #ccc;
}

.dropdown-menu.searchBlock .search-product {
    padding: 15px;
    display: flex;
    align-items: center;
}

.dropdown-menu.searchBlock .search-product:nth-child(odd) {
    background: #d3d3d347;
}

.dropdown-menu.searchBlock .search-product .product-image {
    display: flex;
    align-items: center;
    position: static;
    width: 100%;
    max-width: 50px;
    max-height: 50px;
}

.dropdown-menu.searchBlock .product-search-details {
    padding-left: 20px;
}

.dropdown-menu.searchBlock .dropdown-cart-products > p {
    font-size: 14px;
    padding: 15px;
    margin-bottom: 0;
}

.custom-toast {
    width: 200px;
    height: auto;
    z-index: 1200;
    position: fixed;
    left: 50%;
    bottom: 30px;
    transform: translateX(-50%);
    background-color: #cc9966;
    color: #fff;
    line-height: 18px;
    padding: 10px;
    font-weight: 600;
    text-align: center;
}

.table-cart .product .product-media > a {
    padding-top: 0;
}

/* orderInfoDiv */
#orderInfo {
    padding: 0 !important;
}

#orderInfo .modal-content {
    height: calc(100vh - 3.5rem);
    overflow-y: auto;
}

.orderInfoDiv {
    padding: 10px;
}

.orderInfoDiv .badge {
    color: #fff;
}

.orderInfoDiv span.category {
    font-weight: 600;
    padding: 0 10px 0 0;
}

.product-table {
    display: grid;
    grid-template-columns: 150px repeat(4, 1fr);
}

.product-table.products-header {
    padding-top: 30px;
}


.orderInfoDiv .products .products-header span {
    padding: 0 5px 10px;
    font-weight: 600;
    text-align: center;
}


.orderInfoDiv .products .products-content .product-items {
    margin: 0 0 20px 0;
}

.orderInfoDiv .products .products-content .product-item {
    padding: 0 5px 10px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.orderInfoDiv .products .products-content .product-item span.category {
    display: none;
}


@media screen and (max-width: 767px) {
    .orderInfoDiv .products .products-header {
        display: none;
    }

    .orderInfoDiv .products {
        margin: 0 -10px;
    }

    .product-table {
        display: flex;
        flex-direction: column;
    }

    .orderInfoDiv .products .products-content .product-item-img {
        order: 2;
    }

    .orderInfoDiv .products .products-content .product-item-name {
        order: 1;
    }

    .orderInfoDiv .products .products-content .product-item-price {
        order: 3;
    }

    .orderInfoDiv .products .products-content .product-item-count {
        order: 4;
    }

    .orderInfoDiv .products .products-content .product-item-sum {
        order: 5;
    }

    .orderInfoDiv .products .products-content .product-item {
        justify-content: flex-start;
        padding: 0 0 10px;
    }

    .orderInfoDiv .products .products-content .product-item span.category {
        padding: 0 20px 0 0;
        display: inline-block;
        font-weight: 600;
    }

    .orderInfoDiv .products .products-content .product-item-name {
        padding: 10px 0;
    }

    .orderInfoDiv .products .products-content .product-items {
        border-top: 1px solid #dee2e6;
        padding: 0 10px;
    }
}

#orderInfo .modal-content {
    overflow-y: hidden;
    height: unset;
}

.form-rating .rating {
    display: inline-block;
    position: relative;
    height: 22px;
    line-height: 22px;
    font-size: 50px;
}

.form-rating .rating label {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    font-size: 2.5rem;
    cursor: pointer;
}

.form-rating .rating label:last-child {
    position: static;
}

.form-rating .rating label:nth-child(1) {
    z-index: 5;
}

.form-rating .rating label:nth-child(2) {
    z-index: 4;
}

.form-rating .rating label:nth-child(3) {
    z-index: 3;
}

.form-rating .rating label:nth-child(4) {
    z-index: 2;
}

.form-rating .rating label:nth-child(5) {
    z-index: 1;
}

.form-rating .rating label input {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}

.form-rating .rating label .icon {
    float: left;
    color: transparent;
}

.form-rating .rating label:last-child .icon {
    color: #000;
}

.form-rating .rating:not(:hover) label input:checked~.icon,
.form-rating .rating:hover label:hover input~.icon {
    color: #cc9966;
}

.form-rating .rating label input:focus:not(:checked)~.icon:last-child {
    color: #000;
    text-shadow: 0 0 5px #cc9966;
}

.select2.select2-container {
    width: 100% !important;
}

.select2.select2-container .select2-selection {
    border: 1px solid #ccc;
    border-radius: 3px;
    height: 40px;
    margin-bottom: 15px;
    outline: none !important;
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
}

.select2.select2-container .select2-selection .select2-selection__rendered {
    color: #333;
    line-height: 40px;
    padding-right: 33px;
}

.select2.select2-container .select2-selection .select2-selection__arrow {
    background: #f8f8f8;
    border-left: 1px solid #ebebeb;
    border-radius: 0 3px 3px 0;
    height: 38px;
    width: 33px;
}

.select2-container--default .select2-selection--single {
    background-color: #f9f9f9;
}

.select2.select2-container .select2-selection {
    border: 1px solid #ebebeb;
}

.select2.select2-container.select2-container--open .select2-selection.select2-selection--single {
    background: #f8f8f8;
}

.select2.select2-container.select2-container--open .select2-selection.select2-selection--single .select2-selection__arrow {
    border-radius: 0 3px 0 0;
}

.select2.select2-container.select2-container--open .select2-selection.select2-selection--multiple {
    border: 1px solid #34495e;
}

.select2.select2-container .select2-selection--multiple {
    height: auto;
    min-height: 34px;
}

.select2.select2-container .select2-selection--multiple .select2-search--inline .select2-search__field {
    margin-top: 0;
    height: 32px;
}

.select2.select2-container .select2-selection--multiple .select2-selection__rendered {
    display: block;
    padding: 0 4px;
    line-height: 29px;
}

.select2.select2-container .select2-selection--multiple .select2-selection__choice {
    background-color: #f8f8f8;
    border: 1px solid #ccc;
    border-radius: 3px;
    margin: 4px 4px 0 0;
    padding: 0 6px 0 22px;
    height: 24px;
    line-height: 24px;
    font-size: 12px;
    position: relative;
}

.select2.select2-container .select2-selection--multiple .select2-selection__choice .select2-selection__choice__remove {
    position: absolute;
    top: 0;
    left: 0;
    height: 22px;
    width: 22px;
    margin: 0;
    text-align: center;
    color: #e74c3c;
    font-weight: bold;
    font-size: 16px;
}

.select2-container .select2-dropdown {
    background: transparent;
    border: none;
    margin-top: -5px;
}

.select2-container .select2-dropdown .select2-search {
    padding: 0;
}

.select2-container .select2-dropdown .select2-search input {
    outline: none !important;
    border: 1px solid #ebebeb !important;
    border-bottom: none !important;
    padding: 4px 6px !important;
    background-color: #fafafa;
}

.select2-container .select2-dropdown .select2-results {
    padding: 0;
}

.select2-container .select2-dropdown .select2-results ul {
    background: #fafafa;
    border: 1px solid #ebebeb;
}

.select2-container .select2-dropdown .select2-results ul .select2-results__option--highlighted[aria-selected] {
    background-color: #ddd;
    color: black;
}

.select2-container--default .select2-results__option--selected {
    background-color: #cc9966;
}

.select2-results__option {
    font-weight: 600;
}

.product-gallery .product-image-gallery .product-gallery-item {
    max-width: 100%;
    flex: 0 0 100%;
    margin-bottom: 0;
}

.product-gallery .product-image-gallery {
    margin: 0;
}

.product-gallery .product-image-gallery .owl-nav {
    position: absolute;
    display: flex;
    justify-content: space-between;
    width: calc(100% + 40px);
    top: 50%;
    transform: translateY(-50%);
    height: 100%;
    left: -20px;
    z-index: -1;
}

.product-gallery .product-gallery-wrapp {
    padding: 0 20px;
}

.dropdown-cart-action .btn-primary {
    color: white !important;
}

.dropdown-cart-action .btn-primary:hover {
    color: #222 !important;
}

.intro-title {
    letter-spacing: unset;
}

.table-wishlist .product .product-media > a {
    width: 75px;
}

.table-wishlist .product .product-media > a img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}

.table-wishlist .btn-cart:before {
    content: unset;
}

.table-wishlist .btn-cart {
    white-space: nowrap;
}

.table .stock-col {
    padding-right: 20px;
    line-height: 1.2;
}

.main-page .deal-content {
    margin-bottom: 30px;
}

.deal-product-wrap {
    background: white;
    padding-bottom: 30px;
}

.deal-product-wrap .product-body {
    padding: 30px 10px 0;
}

.deal-product-wrap a.action {
    display: flex;
    max-width: fit-content;
    margin: 0 auto;
    text-align: center;
}

.footer-bottom .container:before, .footer-bottom .container-fluid:before {
    opacity: 15%;
}

.product-details-action .btn-cart span {
    transition: box-shadow .35s ease, color .1s ease;
}

.product-details-action .btn-cart:hover span {
    color: white;
}

.mfp-wrap.mfp-gallery {
    height: 100% !important;
}

.form-rating .rating label:last-child .icon {
    color: #cfcfcf;
}

.product-desc-content .item-title {
    font-weight: 700;
}

.product-desc-content .propertyRow {
    display: flex;
}

.product-desc-content .propertyRow .propertyCal {
    font-weight: 700;
    margin-right: 5px;
}

.details-filter-row.details-row-size.quantityArea .qtyInput {
    min-width: unset;
}

.reset-page-wrapp .card .bg-primary.bg-soft {
    background-color: #AA7149 !important;
}

.reset-page-wrapp .card .text-primary {
    color: white !important;
}

.reset-page-wrapp .card .btn-primary {
    background-color: #AA7149 !important;
    border-color: #AA7149 !important;
    color: white !important;
}

.reset-page-wrapp .card .rounded-circle {
    max-width: 100%;
    height: auto;
}

.btn-wishlist.activeList::before {
    content: '\f233';
  }
  
  .btn-product:focus span {
    color: white;
  }
  
  .errorField {
    font-weight: 600;
    color: red;
  }
  
  body.mfp-zoom-out-cur {
    overflow: hidden;
  }
  
  .product-label.badge.bg-primary {
    background-color: rgb(13,110,253) !important;
    color: white !important;
  }
  
  .product-label.badge.bg-success {
    background-color: rgb(25,135,84) !important;
    color: white !important;
  }
  
  .product-label.badge.bg-info {
    background-color: rgb(13,202,240) !important;
    color: white !important;
  }
  
  .product-label.badge.bg-warning {
    background-color: rgb(255,193,7) !important;
    color: white !important;
  }
  
  .product-label.badge.bg-danger {
    background-color: rgb(220,53,69) !important;
    color: white !important;
  }
  
  @media screen and (max-width: 450px) {
    .intro-slider-container .intro-title {
      font-size: 4rem;
    }
  
    .product-label {
      top: 1rem;
      left: 1rem;
    }
  }

.menu .megamenu.megamenu-md {
    width: 270px;
}

.menu li>a {
    color: black;
    font-size: 1.5rem;
}

.product-nav.product-nav-thumbs {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}

.product-nav-thumbs a {
    width: 5.4rem;
    height: 5.4rem;
    margin-right: .6rem;
}

.product-nav-thumbs a+div {
    width: 5.4rem !important;
    font-size: 1.1rem !important;
    text-align: center;
}

.details-filter-row.details-row-size {
    flex-direction: column;
    align-items: flex-start;
}
.nonСlickable {
    pointer-events: none !important;
    cursor: not-allowed !important;
    color: grey !important;
}
