@font-face {
    font-family: "new Monsterat";
    url("../fonts/Montserrat/static/Montserrat-Bold.ttf") format("ttf"),
    url("../fonts/Montserrat/static/Montserrat-Light.ttf") format("ttf"),
    url("../fonts/Montserrat/static/Montserrat-Regular.ttf") format("ttf");
}

body {
    font-family: "new Monsterat";
    background-color: #fff;
}

a {
    text-decoration: none;
}

.ml16 {
    margin-left: 16px;
}

.mb8 {
    margin-bottom: 8px;
}

.mtm16{
    margin-top: -16px;
}

.w-100 {
    width: 100%!important;
}

.lh22 {
    line-height: 22px;
}

.text-black {
    color: #000!important;
}

.f-s-15 {
    font-size: 15px;
}

.mb20 {
    margin-bottom: 20px;
}

.float-right {
    float: right;
}

.float-left {
    float: left;
}

.position-relative {
    position: relative;
}

.pb46{
    padding-bottom: 46px;
}

.f-s-24 {
    font-size: 24px;
}

.mb150{
    margin-bottom: 150px;
}

.cursor-pointer {
    cursor: pointer;
}

.mtm8 {
    margin-top: -8px;
}

.btn-black {
    background: #000000;
    border-radius: 10px;
    /*width: 97px;
    height: 40px;*/
    color: #fff;
    font-size: 24px;
    padding: 11px 0;
    cursor: pointer;
    width: 100%;
}

.btn-black:hover {
    background: rgba(161, 161, 161, 1);
    color: #fff!important;
}

.btn-black img.cartIcon {
    height: 15.45px;
    width: 16.86px;
    margin-top: -3px;
}

.underTitleImage{
    filter: drop-shadow(3.7037px 3.7037px 6.48148px #B5B3B3);
    border-radius: 18px;
    height: 2px!important;
}

.cartA, .wishA {
    position: relative;
}

.checkoutA:hover {
    text-decoration: none!important;
}

.singleProductImage {
    border-radius: 18px;
    /*    box-shadow: 3.7037036418914795px 3.7037036418914795px 6.481481552124023px 0px #B5B3B3;*/
}

.cartA .badge {
    position: absolute;
    background: #FBE413;
    border-radius: 9px;
    font-size: 10px;
    font-weight: 700;
    top: 0;
    left: 20px;
    color: #000;
    width: 20px;
    height: 13px;
}

.wishTitle {
    font-weight: 600;
    font-size: 40px;
    color: #000;
    margin-bottom: 80px;
}

.wishA .badge {
    position: absolute;
    background: #FBE413;
    border-radius: 9px;
    font-size: 10px;
    font-weight: 700;
    top: 0;
    left: 22px;
    color: #000;
    width: 20px;
    height: 13px;
}

.productDescription {
    font-size: 16px!important;
}

.logoImg {
    width: 90px;
    object-fit: cover;
}

header {
    padding-top: 15px;
    height: 130px;
}

.headerIcons {
    line-height: 60px;
    position: relative;
}

.headerIcons a{
    display: block;
    float: left;
    margin-right: 15px;
}

.headerIcons img {
    height: 27px;
    object-fit: cover;
}

.mainCats {
    margin-top: 30px;
}

.mainCats .oneCat {
    border-radius: 20px;
    background-size: 100%;
    background-repeat: no-repeat;
    filter: drop-shadow(4px 4px 7px #B5B3B3);
    background-position: center;
    position: relative;
}

.mainCats .oneCat span.mainCatTitle{
    position: absolute;
    display: block;
    color: #fff;
    font-size: 28px;
    font-weight: 600;
    left: 24px;
    top: 24px;
}

.mainCats .oneCat .col-md-3{
    padding-left: 8px;
    padding-right: 8px;
}

.oneCategory {
    position: relative;
}

.mainCats .forGradient {
    height: 30%;
    position: absolute;
    margin: 0 auto;
    background: linear-gradient(180deg, #000000 -14.44%, rgba(0, 0, 0, 0) 106.67%);
}

.salesBannerLink {
    width: 100%;
    display: block;
    text-decoration: none!important;
}

.middle-text-info {
    background: no-repeat 0px 0px;
    background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    max-height: 260px;
    padding: 3em 0 0 0;
    border-radius: 20px;
}

.partnersDiv {
    border: 1px solid #B5B3B3;
    box-shadow: -2px 5px 14px rgba(211, 211, 211, 0.34);
    padding: 25px 65px;
    margin-bottom: 15px;
}

.partnersDiv img {
    width: 150px;
    object-fit: cover;
}

.partnersTitle {
    font-size: 40px;
    font-weight: 600;
    color: #000;
    text-align: center;
    margin-bottom: 32px;
    margin-top: 40px;
}

.productExampleImg {
    border-radius: 20px 20px 0px 0px;
}

#toTop {
    display: none;
    text-decoration: none;
    position: fixed;
    bottom: 55px;
    right: 2%;
    overflow: hidden;
    z-index: 999;
    width: 32px;
    height: 32px;
    border: none;
    text-indent: 100%;
    background: url(../images/up_arrow.png) no-repeat 0px 0px;
}

#toTopHover {
    width: 32px;
    height: 32px;
    display: block;
    overflow: hidden;
    float: right;
    opacity: 0;
    -moz-opacity: 0;
    filter: alpha(opacity=0);
}

.footerLogo {
    width: 204px;
    object-fit: cover;
}

footer {
    background-color: #000;
    padding-top: 35px;
    padding-bottom: 35px;
    color: #fff;

    width: 100%;
}

footer a, footer a:hover {
    color: #fff;
    text-decoration: none;
}

.footerTitle {
    font-size: 28px;
    font-weight: 400;
}

.footerBody {
    font-size: 18px;
}

.footerBody i {
    margin-right: 15px;
    color: #fff;
}

h3.mainTitle {
    color: #2B2B2B;
    font-size: 38px;
}

h5.subTitle {
    color: #2B2B2B;
    font-size: 16px;
}

h5.subTitle a {
    font-weight: 600;
    color: #FE904B;
}

span.logout {
    color: #000;
    text-decoration: none;
    font-weight: 600;
    font-size: 16px;
    display: block;
    float: left;
    margin-right: 15px;
}

span.logout:hover .logoutDiv{
    display: block;
}

p.hello {
    font-size: 16px;
    font-weight: 600;
    color: #000;
    text-decoration: none;

}

p.hello a {
    font-size: 16px;
    font-weight: 600;
    color: #000;
    text-decoration: none;
    float: none;
    display: inherit;
    margin-bottom: 0;
    line-height: 20px;
    margin-left: 16px;
}

.logoutDiv {
    border-radius: 10px;
    border: 1px solid #B5B3B3;
    background: #FFF;
    position: absolute;
    padding-top: 24px;
    z-index: 1000;
    width: 100%;
    top: 60px;
}

.loginDiv {
    margin-bottom: 25px;
}

.loginDiv label {
    font-size: 12px;
    font-weight: 400;
    text-align: left;
    padding-left: 15px;
}

.loginDiv input {
    border: 1px solid #000;
    border-radius: 14.3px;
    height: 71px;
    font-size: 16px;
}

.loginDiv .submit {
    height: 72px;
    background-color: #000;
    color: #fff;
    border-radius: 14.3px;
    width: 100%;
    font-size: 26px;
    font-weight: 700;
    line-height: 31px;
    text-align: center;
    cursor: pointer;
    margin-top: 30px;
}

.loginDiv .forgotPass {
    font-size: 19px;
    font-weight: 400;
    color: #FE904B;
}

label.required::after {
    content: ' *';
    margin-right: 4px;
    color: #000;
}

.loginDiv .form-error ul {
    list-style: none;
    padding-left: 15px;
}

.loginDiv .form-error ul li {
   font-size: 12px;
    color: #FF0C3E;
}

.form-control.is-invalid {
    border-color: #F74C4C;
}

p.errorText {
    color: #F74C4C;
    font-size: 14px;
}

.cartDiv {
    background: #fff;
    box-shadow: 3px 3px 20px rgba(186, 186, 186, 0.25);
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    padding: 16px 9px 21px 6px;
}

.singleCartDiv {
    /*background-color: transparent;*/
    /*position: absolute;*/
    /*bottom: 20px;*/
    /*width: 93%;*/
}

.singleCartDiv .heart {
    margin-top: 7px;
}

.priceSpan, .priceCurr {
    font-weight: 700;
    font-size: 20px;
    color: #000;
}

.addToCart {
    width: 97px;
    object-fit: cover;
    height: 40px;
}

.heart {
    width: 26px;
    object-fit: cover;
    margin-left: 7px;
    float: right;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

.owl-nav {
    height: 0;
}

.owl-carousel .nav-button{
    height: 62px;
    position: absolute;
    width: 61px;
    cursor: pointer;
    top: 50px !important;
}

.owl-carousel .owl-prev.disabled,
.owl-carousel .owl-next.disabled{
    pointer-events: none;
    opacity: 0.2;
}

.owl-carousel .my-prev{
    background: url(../images/prevIcon.png) no-repeat scroll 0 0;
    left: -50px;
    background-size: cover;
}
.owl-carousel .my-next{
    background: url(../images/nextIcon.png) no-repeat scroll 0 0;
    right: -75px;
    background-size: cover;
}


.productInfo {
    border-radius: 8px;
    background-color: #fff;
    filter: drop-shadow(3.55215px 3.55215px 23.681px rgba(186, 186, 186, 0.25));
    padding: 34px 19px 55px;
}

.productInfo .productTitle {
    font-weight: 600;
    font-size: 32px;
    color: #000;
}

.img-border {
    width: 75%;
    margin-top: -22px;
}

.cartDiv .productTitle {
    font-weight: 600;
    font-size: 24px;
    color: #000;
    margin-bottom: 50px;
    min-height: 58px;
}

#languagesIcon {
    float: right;
    position: relative;
    z-index: 1000;
    cursor: pointer;
}

/*#languagesIcon:hover .languages {
    display: block;
}*/

.languages {
    border: 1px solid #A7A7A7;
    border-radius: 10px;
    width: 52px;
    display: none;
    background: #F5F5F5;
    padding: 0;
    position: absolute;
    z-index: 1000;
    list-style: none;
    top: 25px;
}

.languages li {
    height: 42px;
    line-height: 42px;
    text-align: center;
}

.languages li.active a {
    background: #fff;
}

.languages li.active a.am, .languages li a.am:hover  {
    border-radius: 9px 9px 0px 0px;
}

.languages li.active a.ru, .languages li a.ru:hover {
    border-radius: 0px 0px 9px 9px;
}

.languages li a {
    display: block;
    width: 100%;
    height: inherit;
}

.languages li a:hover {
    background: #fff;
}

.languages img {
    width: 24px;
    height: 18px;
}

.oneCartItem {
    box-shadow: 3px 3px 20px rgba(186, 186, 186, 0.25);
    border-radius: 20px;
    margin-bottom: 32px;
}

.oneCartItem textarea {
    width: 100%!important;
    border: 1px solid #B5B3B3;
    filter: drop-shadow(2px 2px 6px rgba(0, 0, 0, 0.5));
    border-radius: 10px;
    height: 124px;
    padding: 10px;
}

.oneCartItem .countSection {
    position: relative;
}

.oneCartItem .removeItem {
    position: absolute;
    height: 16px;
    width: 16px;
    top: 26px;
    right: 36px;
    cursor: pointer;
}

.oneCartItem h2.productTitle {
    font-weight: 600;
    font-size: 28px;
    color: #000;
    margin-top: 32px;
    margin-bottom: 25px;
}

.cartItems .productExampleImg {
    max-height: 250px;
    object-fit: cover;
    border-radius: 20px;
}

.countDiv {
    width: 153px;
    height: 50px;
    background: #F7F8FD;
    position: absolute;
    bottom: 8px;
}

.minus, .plus, .productCount {
    height: 50px;
    line-height: 50px;
    text-align: center;
    background: #E6E6E6;
    border-radius: 11px;
    width: 50px;
    float: left;
}

.minus, .plus {
    cursor: pointer;
}

.productCount {
    background: #fff!important;
    width: 53px;
    font-weight: bold;
}

.minus img {
    width: 14px;
    height: 4px;
}

.plus img {
    width: 14px;
    height: 14px;
}

h3.total {
    color: #000;
    font-size: 24px;
}

.totalDiv {
    box-shadow: 3px 3px 20px rgba(186, 186, 186, 0.25);
    border-radius: 20px;
    padding: 29px 48px 46px 15px;
    position: relative;
}

.btn-checkout {
    background: #000000;
    border-radius: 15px;
    font-size: 18px;
    width: 176px;
    height: 74px;
    color: #fff;
    font-weight: 600;
    padding-top: 23.5px;
    padding-bottom: 23.5px;
    cursor: pointer;
    margin: 0 auto;
}
.buttonCheckDiv {
    padding-top: 63px;
}

.priceSpan {
    font-weight: 600;
    font-size: 20px;
    color: #000;
    margin-left: 3px;
    display: block;
}

h1.title {
    font-size: 40px;
    font-weight: 700;
    margin-top: 32px;
    margin-bottom: 82px;
    color: #000;
}

h2.subTitle {
    font-size: 32px;
    font-weight: 600;
    color: #000;
}

.checkoutTable {
    border: 1px solid #B5B3B3;
    border-radius: 10px;
}

.oneCheckoutItem {
    min-height: 150px;
    background: #FFFEFE;
    border: 1px solid #B5B3B3;
    border-radius: 10px;
    margin-bottom: 24px;
    position: relative;
}

.checkoutDiv {
    border: 1px solid #B5B3B3;
    border-radius: 10px;
    padding: 32px 33px 10px 24px;
    margin-bottom: 15px;
}

.checkoutPriceDiv {
    padding-top: 53px;
}

.checkoutTotal {
    border: 1px solid #B5B3B3;
    border-radius: 20px;
    position: relative;
    padding: 15px;
    margin-bottom: 15px;
}

.titles div {
    font-size: 24px;
    font-weight: 500;
    vertical-align: middle!important;
    margin-bottom: 32px;
}

p.checkoutProduct {
    font-size: 21px;
    font-weight: 500;
    color: #000;
}

.checkoutProductDesc {
    /*height: 40px;*/
    /*overflow-y: scroll;*/
    font-size: 11px;
    /*overflow-x: unset;*/
}

.checkoutImg {
   border-radius: 10px;
    height: 147px;
    object-fit: cover;
    float: left;
    margin-right: 15px;
}

.checkoutInfo {
    color: #FFA500;
    font-family: Roboto, serif;
    font-size: 20px;
    font-weight: 500;
}

.checkoutInfo a {
    text-decoration: underline;
    color: #ffa500;
}

.checkoutPrice {
    font-weight: 700;
    font-size: 24px;
    color: #000;
}

.checkoutQuantity {
    border: 1px solid #B5B3B3;
    border-radius: 10px;
    width: 73px;
    height: 56px;
    text-align: center;
    line-height: 56px;
    font-size: 24px;
    font-weight: 500;
    margin-left: auto;
    margin-right: auto;
    margin-top: 43px;
}

.lh147 {
    line-height: 147px;
}

ul.breadcrumbs {
    list-style: none;
    margin-bottom: 41px;
    padding-left: 15px;
}

ul.breadcrumbs li {
    float: left;
    color: #000;
    font-size: 20px;
}

ul.breadcrumbs li a {
    text-decoration: none;
    color: #000;
}
ul.breadcrumbs li:last-child {
    font-weight: 700;
    color: #000;
}

.product-new-top {
    background: rgba(255, 153, 0, 1);
    color: #fff;
    right: 25px;
    position: absolute;
    top: -20px;
    width: 83px;
    height: 36px;
    text-align: center;
    border-radius: 10px;
    font-size: 14px;
    line-height: 36px;
}

.product-sale-top {
    background: #FF0000;
}

.oldPrice {
    font-weight: 700;
    font-size: 16px;
    color: rgba(0, 0, 0, 0.5);
    text-decoration: line-through;
    text-decoration-color: rgba(238, 0, 0, 1);
    text-decoration-thickness: 2px;
}

.orderCode {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 20px;
}

.orderCode-text {
    color: rgba(0, 0, 0, 0.8);
}

.chatBlock img {
    height: 28px;
    object-fit: cover;
    margin-right: 20px;
}
.chatBlock {
    display: block;
    width: 75%;
    border: 1px solid #B5B3B3;
    border-radius: 4px;
    padding: 10px;
    text-decoration: none;
    color: #000;
    font-size: 20px;
    font-weight: 600;
    margin: 0 auto;
}

.chatBlock:hover {
    text-decoration: none;
    color: #000;
}

.search-container {
    position: relative;
    display: inline-block;
}

#search-input {
    padding-right: 30px;
    width: 228px;
    height: 48px;
    border: 1px solid rgba(0, 0, 0, 0.25);
    border-radius: 8px;
    margin-top: -9px;
}

#search-icon {
    position: absolute;
    top: 24px;
    right: 5px;
    transform: translateY(-50%);
    background: none;
    border: none;
    cursor: pointer;
}

#search-icon i {
    color: #999;
}

#search-icon:hover i {
    color: #000;
}

#searchForm button {
    padding-right: 0;
}

#searchForm button:focus {
    outline: none;
}

.searchDiv {
    margin-right: 10px;
    margin-top: 5px;
}

.deliveryInfo {
    border-radius: 10px;
    border: 1px solid #B5B3B3;
    color: #F00;
    font-size: 24px;
    font-family: Montserrat, serif;
    font-style: normal;
    font-weight: 600;
    margin-top: 32px;
    margin-bottom: 32px;
    padding-left: 15px;
}

.myTextarea {
    resize: none;
}

.signIn {
    /*border: 1px solid #B5B3B3;*/
    /*background: #FFF;*/
    /*box-shadow: -2px 5px 14px 0px rgba(211, 211, 211, 0.34);*/
    text-align: center;
    padding: 24px 15px;
    margin-top: 40px;
    margin-bottom: 15px;
}

.signIn p {
    color: #000;
    text-align: center;
    font-family: Montserrat, serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.cart-btn {
    font-size: 10px!important;
}

.cartButtonDiv {
    padding-left: 0;
}

.cartButtonDiv .btn-black {
    padding: 3px 0;
}

.ui-autocomplete {
    list-style: none;
    width: 228px!important;
    padding-left: 0!important;
    background: #fff;
    z-index: 1000;
    border: 1px solid #b5b3b3;
}

.ui-helper-hidden-accessible{
    display: none;
}

.ui-autocomplete li {
    padding: 5px;
    border-bottom: 1px solid #b5b3b3;
    cursor: pointer;
}
.ui-autocomplete li a{
   text-decoration: none;
    color: #000;
    font-size: 14px;
}

@media screen and (max-width: 850px) {
    .mainCats .oneCat span.mainCatTitle {
        font-size: 18px;
        left: 17px;
        top: 17px;
    }

    .heart {
        margin-top: 9px;
    }

    .countDiv {
        right: 29px;
    }

    .footerLogo {
        width: 170px;
    }

    .footerBody {
        font-size: 15px;
    }

    .footerTitle {
        font-size: 20px;
        font-weight: 400;
    }

    .cartDiv .productTitle {
       font-size: 20px;
    }

    .languages {
        right: -13px;
        top: 36px;
    }
}


@media screen and (max-width: 600px) {
    .logoImg {
        width: 50px;
        object-fit: cover;
    }

    .headerIcons img {
        height: 18px;
        object-fit: cover;
    }

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

    .partnersDiv {
        padding: 15px 15px;
        margin-bottom: 50px;
    }

    header{
        height: 70px;
    }

    .deliveryInfo {
        font-size: 16px;
        margin-top: 16px;
        margin-bottom: 16px;
    }

    .owl-carousel {
        position: relative;
    }

    .owl-carousel .owl-dots {
        /* Set an absolute position to the dots */
        position: absolute;
        /* Adjust the values to position the dots where you want */
    }

    .owl-theme .owl-dots .owl-dot span {
        background: #b5b3b3!important;
    }

    .owl-theme .owl-dots .owl-dot.active span {
        background: #000!important;
    }

    .owl-theme .owl-nav.disabled+.owl-dots {
        margin-top: 25px!important;
    }

    .footerLogo {
        width: 117px;
        object-fit: cover;
    }

    .footerTitle {
        font-size: 20px;
        font-weight: 400;
    }

    .footerBody {
        font-size: 16px;
    }

    .mainCats .oneCat span.mainCatTitle{
        color: #fff;
        font-size: 16px;
        left: 16px;
        top: 16px;
    }

    .cartDiv .productTitle {
        font-weight: 600;
        font-size: 16px;
        color: #000;
        margin-bottom: 25px;
        min-height: 38px;
    }

    .mbm15 {
        margin-bottom: 15px;
    }

    .priceSpan {
        display: block;
        margin-left: 0;
    }

    .cart-btn {
        width: 118px;
    }

    .loginDiv input {
        height: 60px;
    }

    .cartItems .productExampleImg {
        max-height: 100px;
    }

    .oneCartItem h2.productTitle {
        font-size: 16px;
        margin-top: 16px;
    }

    .oneCartItem textarea {
        height: 49px;
        width: 90%!important;
    }

    .mainCountDiv {
        margin-top: 25px;
    }

    .oneCartItem .removeItem {
        top: 14px;
        right: 33px;
    }

    .checkoutQuantity {
        width: 40px;
        height: 30px;
        font-size: 16px;
        line-height: 30px;
        margin-top: 15px;
    }

    .checkoutPrice {
        font-size: 16px;
    }

    .checkoutPriceDiv {
        /*position: absolute;*/
        /*bottom: 25px;*/
        /*right: 5px;*/
        font-size: 16px;
        padding-top:20px;
    }

    .heart {
        margin-top: 9px;
    }

    .cartButtonDiv {
        padding-left: 15px;
    }

    .languages {
        right: -13px;
        top: 36px;
    }

    .wishA .badge {
        top: 3px;
        left: 15px;
    }

    .cartA .badge{
        top: 3px;
    }

    .wishTitle {
        font-size: 18px;
    }

    h2.subTitle {
        font-size: 18px;
    }

    .f-s-14-m {
        font-size: 14px;
    }

    .wishTitle {
        margin-bottom: 30px;
    }

    .countDiv {
        right: 25px;
    }

    p.checkoutProduct {
        font-size: 17px;
        min-height: 75px;
    }

    h3.mainTitle {
        font-size: 28px;
    }

    .loginDiv .forgotPass {
        font-size: 16px;
    }

    ul.breadcrumbs li {
        font-size: 16px;
    }

    .product-new-top {
        top: -30px;
    }

    .signIn p {
        font-size: 16px;
    }

    .checkoutInfo {
        font-size: 16px;
    }

    h1.title {
        font-size: 24px;
    }

   /* .middle-text-info {
        padding: 0;
    }*/
}
