@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

.image-wrapper {
    position: relative;
    width: 100%;
    overflow: hidden;
    height: 0;
    padding-bottom: 150%;
}

.imgInner {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    text-align: center;
    display: flex;
    align-items: center;
    cursor: pointer;
}
.imgInnerThumb {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    text-align: center;
    display: flex;
    align-items: center;
    cursor: pointer;
}
.image-wrapperThumb {
    position: relative;
    width: 100%;
    overflow: hidden;
    height: 0;
    padding-bottom: 150%;
}
.image-wrapperThumb img {
    max-width: calc(100%);
    max-height: calc(100%);
    margin: 0 auto;
    border-radius: 2px;
    transform: scale(1);
    transition: all .3s;
}
.image-wrapper img {
    max-width: calc(100%);
    max-height: calc(100%);
    margin: 0 auto;
    border-radius: 2px;
    transform: scale(1);
    transition: all .3s;
}

.image-wrapper:hover img {
    /* transform: scale(1.1); */
}

#productDetailInner .image-wrapper:hover img {
    transform: none;
}
div#productThumb {
    width: 15%!important;
    margin-right: -10px!important;
}

div#productImage {
    width: 84%;
}
*::placeholder {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #808888;
}

body {
    background: #fff !important;
    background-color: #f2f2f2;
    font-family: 'Montserrat', sans-serif;
}

input, textarea {
    font-family: 'Montserrat', sans-serif;
}

.container {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    float: none;
}

.subMenu .container {
    min-width: 1400px;
	max-width: 1600px;
}

@media screen and (min-width: 1231px) {
    .parallax-bg1 .container {
        min-width: 1600px;
        margin: 0 auto;
    }
    .parallax-bg1 .container {
        width: calc(100% - 50px);
        margin: 0 auto;
    }
    
}


input[type="text"], input[type="email"], input[type="password"], input[type="tel"], textarea {
    background: #FFFFFF;
    border: 1px solid #DDDCDB;
    height: 40px;
    margin-top: 5px;
}

textarea {
    resize: none;
    min-height: 100px;
}

.form-group button, .generalMarginSupporter input[type=submit], #orderList .orderItem .Detail a, input.saveThis.change-password-button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    background: #C4C4C4;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
    border-radius: 1px 0px 0px 0px;
    height: 50px;
    border: none;
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    color: #3C3631;
}

a, button {
    text-decoration: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: inherit;
}




#cartPopup, #UserPopup, #MobileMenu {
    right: 0;
    position: fixed;
    height: 100%;
    max-height: 100%;
    width: 400px !important;
    background: #dddcdb 0% 0% no-repeat padding-box;
    box-shadow: -5px 0px 15px #043c5529;
    opacity: 1;
    border: none;
    padding: 10px 0;
    box-sizing: border-box;
    border-radius: 0;
    z-index: 999;
    display: none;
    flex-direction: column;
}

#MobileMenu {
    right: auto;
    left: 0;
    max-width: 300px;
}

#cartPopupOverlay, #UserPopupOverlay, #MobileMenuOverlay {
    position: fixed;
    width: 100%;
    height: 100%;
    background: #0000008c;
    left: 0;
    top: 0;
    z-index: 998;
    display: none;
    cursor: pointer;
}

#cartPopup.active, #cartPopup.active + #cartPopupOverlay, #UserPopup.active, #UserPopup.active + #UserPopupOverlay, #MobileMenu.active, #MobileMenu.active + #MobileMenuOverlay {
    display: flex;
}

#cartPopup .closeCartPopup, #UserPopup .closeUserPopup {
    padding: 0 10px;
    box-sizing: border-box;
}

    #cartPopup .closeCartPopup span, #UserPopup .closeUserPopup span {
        background: #000;
        height: 40px;
        width: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #fff;
        border-radius: 100%;
        cursor: pointer;
    }

#cartPopup .panelPopupTitle {
    text-align: center;
    margin-bottom: 30px;
}

    #cartPopup .panelPopupTitle .MainTitle {
        font-style: normal;
        font-weight: 600;
        font-size: 18px;
        line-height: 1;
        color: #202020;
        margin-top: 10px;
    }

    #cartPopup .panelPopupTitle .SubTitle {
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 1;
        text-align: center;
        color: #202020;
        margin-top: 10px;
    }

#cartPopup .panelPopupButtons {
    position: absolute;
    right: 0;
    bottom: 0;
    height: 80px;
    background: #dddcdb 0% 0% no-repeat padding-box;
    display: flex;
    align-items: center;
    justify-content: space-around;
}

    #cartPopup .panelPopupButtons button:last-child {
        text-transform: capitalize;
        height: 55px;
        display: flex;
        align-items: center;
        justify-content: center;
        background: #149350;
        border-radius: 5px;
        font-style: normal;
        font-weight: 500;
        font-size: 15px;
        color: #FFFFFF;
        width: 45%;
        text-align: center;
        border: none;
        outline: none;
        text-transform: uppercase;
    }

    #cartPopup .panelPopupButtons button:first-child {
        display: flex;
        align-items: center;
        justify-content: center;
        background: transparent;
        text-transform: uppercase;
        font-style: normal;
        font-weight: normal;
        font-size: 13px;
        text-decoration-line: underline;
        color: #202020;
        width: 45%;
        box-sizing: border-box;
        border: none;
        height: 55px;
    }

#cartPopup .panelPopupInfo {
    background: #dddcdb 0% 0% no-repeat padding-box;
    position: absolute;
    bottom: 60px;
    left: 0;
    border-bottom: 1px solid #e5e5e5;
    padding: 10px;
    box-sizing: border-box;
    border-top: 1px solid #e5e5e5;
}

#cartPopup .panelPopupItem {
    padding: 10px 0;
    position: relative;
    border-bottom: 1px solid #e5e5e5;
}

    #cartPopup .panelPopupItem .Title {
        font-style: normal;
        font-weight: 500;
        font-size: 14px;
        line-height: 15px;
        letter-spacing: 0.03em;
        color: #202020;
        height: 30px;
        overflow: hidden;
        margin-bottom: 10px;
    }

    #cartPopup .panelPopupItem .VariantQty {
        margin-bottom: 20px;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    #cartPopup .panelPopupItem .VariantQty {
        font-style: normal;
        font-weight: normal;
        font-size: 13px;
        line-height: 16px;
        letter-spacing: 0.03em;
        color: #5A6670;
        text-align: center;
    }


    #cartPopup .panelPopupItem .price .oldPrice {
        font-style: normal;
        font-weight: normal;
        font-size: 13px;
        line-height: 16px;
        letter-spacing: 0.03em;
        text-decoration-line: line-through;
        color: #5A6670;
    }

    #cartPopup .panelPopupItem .price .mainPrice {
        font-weight: 600;
        font-size: 18px;
        line-height: 22px;
        letter-spacing: 0.03em;
        color: #202020;
    }

    #cartPopup .panelPopupItem button.deleteCartItem {
        width: 40px;
        height: 40px;
        display: flex;
        align-items: center;
        outline: none;
        border: none;
        background: transparent;
        color: red;
        justify-content: center;
    }

#cartPopup .panelPopupInfo .Item .text-left {
    font-style: normal;
    font-weight: bold;
    font-size: 13px;
    line-height: 1;
    letter-spacing: 0.03em;
    color: #202020;
}

#cartPopup .panelPopupInfo .Item {
    margin: 10px 0;
    display: flex;
}

    #cartPopup .panelPopupInfo .Item .text-right {
        font-weight: bold;
        font-size: 13px;
        line-height: 16px;
        text-align: right;
        letter-spacing: 0.03em;
        color: #202020;
    }


#cartPopup .Item .text-right.R {
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    text-align: right;
    letter-spacing: 0.03em;
    color: #202020;
}

.message-error.text-center.validation-summary-errors {
    color: #fa0303;
}

span.field-validation-error {
    color: #fa0303;
}

input.checkout-as-guest-button {
    margin-top: 10px;
    background-color: #0c0c0c;
    border-color: #0c0c0c;
    font-size: 14px;
    font-weight: 400;
    border: none;
    outline: none;
    color: #fff;
    height: 40px;
    width: 200px;
    border-radius: 6px;
}

input.register-button {
    margin-top: 10px;
    background-color: #686262;
    border-color: #686262;
    font-size: 14px;
    font-weight: 400;
    border: none;
    outline: none;
    color: #fff;
    height: 40px;
    width: 200px;
    border-radius: 6px;
}

ul#guestLogin {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}

.Seperator {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 10px 0;
}

    .Seperator::after {
        background: #929292;
        content: '';
        display: flex;
        width: 100%;
        left: 0;
        height: 2px;
        position: absolute;
        z-index: 2;
    }

    .Seperator span {
        z-index: 3;
        background: #fff;
        position: relative;
        padding: 10px 20px;
        box-sizing: border-box;
    }

.text-center {
    text-align: center;
}

.BannerMobile {
    display: none !important;
}


.fade:not(.show) {
    opacity: 0;
}



.fade {
    transition: opacity .15s linear;
}



.modal-dialog.product-quickview {
    width: calc(100% - 200px);
}

.product-quickview .modal-body {
    max-height: calc(115vh - 280px);
    overflow-y: auto;
}

#NewAddressModal .modal-dialog {
    max-width: 500px;
}

div#generalModal .modal-dialog {
    max-width: 500px;
}

div#ModalConditionsOfUse .modal-dialog {
    max-width: 500px;
    width: 100%;
    margin: 30px auto;
}

div#ModalConditionsOfUse .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
}

div#ModelShoppingTds {
    z-index: 99999999999;
}

    div#ModelShoppingTds .modal-dialog {
        max-width: 600px;
        margin: 1.75rem auto;
    }

div#modal-ModelShoppingTds {
    display: block !important;
}

#modal-ModelShoppingTds .modal-body {
    min-height: 560px;
}

iframe#modalBodyTds {
    width: -webkit-fill-available;
    height: -webkit-fill-available;
    border: none;
}

#ModalAddToCart.show {
    display: flex !important;
    justify-content: center;
}

#ModalAddToCart {
    transition: unset;
    z-index: 999999999;
}



    #ModalAddToCart.show {
        display: flex !important;
        justify-content: center;
    }

#ModalAddToCart {
    transition: unset;
    z-index: 999999999;
}

    #ModalAddToCart .modal-dialog {
        min-width: 580px;
    }



    #ModalAddToCart .modal-header {
        padding: 20px;
        border-bottom: 1px solid #e5e5e5;
        height: 50px;
    }

    #ModalAddToCart .bg-info {
        background-color: #ee8c3d !important;
    }

.modal-header h5.text-center.text-white.w-100.mb-0, .modal-border .mb-02 {
    font-size: 15px;
}

.modal-content {
    -webkit-box-shadow: 0 5px 15px rgb(0 0 0 / 50%);
    box-shadow: 0 5px 15px rgb(0 0 0 / 50%);
}

.text-center {
    text-align: center;
}

.modal-body a.text-center {
    color: #000;
    font-weight: 600;
}

#ModalAddToCart .btn {
    font-weight: 500;
    cursor: pointer;
    font-size: 13px;
}

#ModalAddToCart .modal-body {
    padding: 0.5rem;
    font-size: 13px;
}

.form-group h4.w-100.mb-0 {
    font-size: 15px;
    margin-bottom: 3px;
    margin-top: 0;
}

h4.modal-title.text-center {
    font-weight: 400;
}

@media screen and (max-width: 768px) {
    #ModalAddToCart .modal-dialog {
        max-width: 100%;
        min-width: unset;
    }

    #ModalAddToCart img.img-fluid {
        display: none;
    }

    .text-center > .form-group.justify-content-center {
        display: none;
    }
}

#ModalAddToCart .modal-body {
    padding: 0.5rem;
    font-size: 13px;
}

.form-group h4.w-100.mb-0 {
    font-size: 15px;
    margin-bottom: 3px;
    margin-top: 0;
    font-weight: 600;
}

h4.modal-title.text-center {
    font-weight: 400;
}

@media screen and (max-width: 768px) {
    #ModalAddToCart .modal-dialog {
        max-width: 100%;
        min-width: unset;
    }

    #ModalAddToCart img.img-fluid {
        display: none;
    }

    .text-center > .form-group.justify-content-center {
        display: none;
    }
    .BannerWindows {display: none !important;}
    .BannerMobile {
    display: block !important;
    margin-top: 90px;
}
    #productLeft .image-wrapper {padding-bottom: 150%;}
div#NewAddressModal {
    z-index: 99999;
  
}

div#NewAddressModal .modal-dialog {margin:0}
 button.close {
        right: 6%!important;
    }
}

div#category-navigation .h5, h5.modal-title {
    font-size: 16px;
    font-weight: 600;
}

.box {
    float: left;
    padding-left: 10px;
    padding-right: 10px;
    box-sizing: border-box;
}

span.required {
    color: red;
}

select.custom-select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: flex;
    padding: 5px 15px;
    font-size: 14px;
    line-height: 1.75;
    color: #000;
    border: 1px solid #dfdfdf;
    cursor: pointer;
    height: 39px;
    /* max-width: 200px; */
    border-radius: 3px;
    background: url(/Themes/Theme02/Content/Assets/Images/arrow.svg) calc(100% - 20px) center no-repeat;
}

    select.custom-select.form-control {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        display: flex;
        padding: 5px 15px;
        font-size: 14px;
        line-height: 1.75;
        color: #000;
        border: 1px solid #dfdfdf;
        cursor: pointer;
        height: 39px;
        border-radius: 3px;
        margin-top: 5px;
    }

input::placeholder {
    font-size: 14px;
}

.customerContent > .Panel label {
    font-size: 14px;
}

input {
    outline: hidden;
}

.col {
    float: left;
    padding-left: 10px;
    padding-right: 10px;
    box-sizing: border-box;
}

.iti__country-list {
    bottom: 100%;
    margin-bottom: -1px;
}

li.iti__country {
    float: revert;
}

.account-page .fl {
    margin-bottom: 10px;
}

h3 {
    display: block;
    font-size: 1.17em;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: bold;
}
/*autocomplete*/

.advanced-search-results {
    display: none;
}

    .advanced-search-results .no-data {
        display: none;
        font-size: 14px;
    }

    .advanced-search-results.open {
        display: flex;
        position: absolute;
        top: 80px;
        /* left: 0px; */
        /* left: 15px; */
        right: 25%;
        width: 50%;
        max-height: calc(100vh - 180px);
        overflow-y: auto;
        overflow-x: hidden;
        padding-left: 0;
        border: 1px solid rgba(0, 0, 0, .15);
        border-top: 0;
        border-bottom-left-radius: 4px;
        border-bottom-right-radius: 4px;
        background: #fff;
        box-shadow: 0px 5px 15px 1px rgb(0 0 0 / 20%);
        z-index: 999;
    }

.imgOpenSearch {
    display: flex;
}

.advanced-search-results.open::-webkit-scrollbar {
    width: 5px;
}

.advanced-search-results.open::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 10px;
}

.advanced-search-results.open::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
}

.advanced-search-results ul {
    padding-left: 0;
}

.advanced-search-results .categories-container > ul {
    margin-bottom: 10px;
}

.advanced-search-results .title {
    margin-bottom: 10px;
    line-height: 1;
    font-weight: 300;
    font-size: 24px;
    color: #1D1F20;
}

.advanced-search-results .products-container .container-off,
.advanced-search-results .blog-container .container-off {
    display: flex;
    flex-direction: column;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    height: 100%;
    justify-content: space-between;
}

.advanced-search-results .products-container .product-in,
.advanced-search-results .products-container .in-separator,
.advanced-search-results .blog-container .in-separator,
.advanced-search-results .blog-container .product-in {
    display: none;
}

.advanced-search-results .in-separator {
    color: #117a8b;
    margin-right: 5px;
}

.advanced-search-results .categories-container .product-in,
.advanced-search-results .manufacturers-container .product-in {
    margin-right: 5px;
    font-weight: 700;
}

.advanced-search-results .categories-container .product-title,
.advanced-search-results .manufacturers-container .product-title {
    color: #117a8b;
}

.advanced-search-results .categories-container .container-off,
.advanced-search-results .manufacturers-container .container-off {
    display: inline-flex;
    font-weight: 300;
}

.advanced-search-results .product-title b {
    font-weight: 700;
}

.advanced-search-results .product-desc b {
    color: #212529;
}

.advanced-search-results .left-side,
.advanced-search-results .right-side {
    padding: 0 15px 0 15px;
    margin: 15px 0;
}

.advanced-search-results .categories-container .list-group-item,
.advanced-search-results .manufacturers-container .list-group-item,
.advanced-search-results .blog-container .list-group-item {
    padding: 5px 0;
    border: 0;
}

    .advanced-search-results .categories-container .list-group-item a,
    .advanced-search-results .manufacturers-container .list-group-item a,
    .advanced-search-results .blog-container .list-group-item a {
        display: inline-flex;
        align-items: center;
        width: 100%;
        line-height: 1;
        font-size: 14px;
        color: #212529;
    }

.advanced-search-results img {
    width: auto;
    height: auto;
    padding-right: 0 !important;
    margin-right: 15px;
}

.advanced-search-results .right-side {
    padding-left: 0;
}

.advanced-search-results .products-title {
    padding-left: 15px;
}

.advanced-search-results .products-container .list-group-item {
    display: inline-flex;
    flex-wrap: nowrap;
    max-width: 100%;
    width: 100%;
    margin-bottom: 0;
    border-radius: 0;
    border: 0;
    padding: 10px 5px 10px 15px;
    border-bottom: 1px solid #dfdfdf;
    overflow: hidden;
}

.advanced-search-results .products-container .product-title,
.advanced-search-results .blog-container .product-title {
    font-weight: 300;
    font-size: 14px;
    color: #212529;
    text-overflow: ellipsis;
    white-space: pre-wrap;
    overflow: hidden;
}

.advanced-search-results .price {
    font-size: 14px;
    font-weight: 700;
    color: #117a8b;
}

.advanced-search-results .products-container .product-desc {
    color: #6c757d;
    max-height: 21px;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.advanced-search-results .blog-container .product-desc {
    color: #6c757d;
    max-height: 21px;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 100%;
}

.advanced-search-results .rating-box::before,
.advanced-search-results .rating-box .rating:before {
    font-size: 18px;
}

.advanced-search-results .ratings {
    flex-wrap: wrap;
    height: auto;
}

ul.ui-autocomplete li:hover {
    cursor: pointer;
    background-color: #f7f7f9;
}

ul.ui-autocomplete {
    display: none !important;
    background-color: #fff;
    padding-left: 0;
    z-index: 9999;
    animation-name: autocomplete-desktop;
    animation-duration: .3s;
    -webkit-animation-name: autocomplete-desktop;
    -webkit-animation-duration: .3s;
    box-shadow: 0 0 16px rgba(0, 0, 0, 0.45);
    position: absolute !important;
}

@-webkit-keyframes autocomplete-desktop {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes autocomplete-desktop {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

ul.ui-autocomplete li {
    padding: 10px;
    border-top: 1px solid #f1f1f1;
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}

    ul.ui-autocomplete li img {
        padding-right: 5px;
        width: 100%;
        height: 100%;
    }

#ModalAddToCart > div > div > div.modal-body > div > div > div.col.col-8.modal-border > div {
    display: block;
}

button.btn.ContinueCart.justify-content-center:hover {
    background: #13b950;
    color: #fff !important;
}

button.btn.ContinueCart.justify-content-center {
    float: left;
    background: #25d465;
    padding: 0 21px;
    line-height: 31px;
    color: #fff !important;
    border-radius: 3px;
    outline: none;
    border: none;
    width: 150px;
}

button.btn.GoToCart.justify-content-center:hover {
    background: #ea6f0d;
}

button.btn.GoToCart.justify-content-center {
    float: left;
    background: #f27a1a;
    padding: 0 21px;
    line-height: 31px;
    color: #fff !important;
    border-radius: 3px;
    outline: none;
    border: none;
    width: 150px;
}

.colorAttrImage {
    border: solid 1px #898685;
    min-width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
}

#productList .product-grid > .form-row {
    width: 100%;
    float: left;
    display: flex;
    flex-wrap: wrap;
}
#productSection .product-grid > .form-row {width: 100%;float: left;display: flex;flex-wrap: wrap;}

@media only screen and (max-width: 800px)
{
#productImage {
    width: 100%!important;
}
}