﻿@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400&display=swap');
body {
    color: #333333;
    font-family: 'Montserrat', sans-serif!important;
}
.product a {
    color: rgba(0, 0, 0, 1);
    font-size:20px;
    font-weight:600;
}
a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}
.slider-indicators {
    text-align: center;
    font-size: 20px;
    color: #152c5d;
}
.mobile-basket-popup {
    position: fixed;
    bottom: 0;
    z-index: 100000001;
    padding: 10px;
    width: 100%;
    box-sizing: border-box;
    box-shadow: 0px 0px 4px 0px #36363626;
    border: 1px solid #3636361A;
    background-color: white;
    left: 0;
    display: none;
}
#mobileselectedColor{
    width:70px;
    height:70px;
    object-fit:cover;
}
#addMobilebusket {
    border-radius: 50px;
    color: rgba(54, 54, 54, 1);
    background: white;
    padding: 8px 20px;
    border: 1.5px solid rgba(180, 162, 132, 1);
    font-size:16px;
}
#mobile-count {
    font-size: 16px;
    border: 1.5px solid rgba(180, 162, 132, 1);
    padding: 8px 20px;
    border-radius:50px;
    text-align:center;
    font-weight:bold;
    font-size:17px;
}
.mobile-basket-popup .pr-image {
    width: 70px;
    height: 70px;
    object-fit: cover;
}


.intake-calculator {
    position: fixed;
    height: 100vh;
    background-color: white;
    padding: 50px;
    box-sizing: border-box;
    right: 0;
    top: 0;
    z-index: 100000003;
    display: none;
    box-shadow: 0px 0px 4px 0px #36363626;
    border: 1px solid #3636361A;
    width: 700px;
    overflow-y:scroll;
}
.calculator-title{
    display:block;
    font-size:25px;
}
.calculator-text {
    display: block;
    font-size: 18px;
    color: #363636;
    margin:10px 0;
}
.calculator-main-title {
    font-size: 35px;
    font-weight: 600;
    color: #282828;
    display:block;
}
.intake-colors {
    margin-top:8px;
    border: 1px solid #3636364D;
    padding: 10px;
    display:none;
    height: 300px;
    overflow-y: scroll;
    width:300px;
}
    .intake-colors div {
        border-bottom: 1px solid #3636361A;
        margin-bottom:5px;
        cursor:pointer;
        padding-bottom:5px;
    }

.select-intake-color {
    width: 300px;
    float: left;
    margin-bottom:8px;
}

.select-intake-color div{
     border: 1px solid #3636364D;
    padding:10px;
    box-sizing:border-box;
    cursor:pointer;

}
#calculate-result {
    display:flex;
    width:100%;
    flex-wrap:wrap;
}
.intake-area {
    width: 200px;
    float: left;
    margin-left: 15px;
}

.product-catalog {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.product-image-block {
    background: linear-gradient(180deg, rgba(232, 220, 202, 0.8) -5.3%, rgba(240, 232, 220, 0.867574) 14.09%, rgba(247, 243, 237, 0.9322) 38.75%, #FFFFFF 90.92%);
    border: 1px solid rgba(232, 220, 202, 0.8);
    box-shadow: 0px 0px 4px 0px rgba(51, 102, 51, 0.4);
    width:100%;
    padding:50px 0;
    text-align:center;
    position:relative;
}
.product-colors {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    max-height: 600px;
    overflow-y: scroll;
    scrollbar-color: rgba(180, 162, 132, 0.4) white;
}
span.main-price {
    bottom: 30px;
    position: absolute;
    right: 20px;
    color: rgba(180, 162, 132, 1);
    font-size:35px;
    font-weight:700;
}
.product-colors div{
    width:16%;
    height:70px;
    background-size:cover;
    margin-bottom:10px;
    border-radius:10px;
    padding:30px 0 0 15px;
    box-sizing:border-box;
    cursor:pointer;
    
}

    .product-colors div span {
        color: rgba(54, 54, 54, 1);
        font-size:17px;
        font-weight:500;
    }
.product-image-block .main-name {
    position: absolute;
    top: 10px;
    right: 20px;
    font-size: 80px;
    font-weight: 900;
    color: rgba(232, 220, 202, 0.8);
}
.product-image-block img{
    width:400px;
}
.main-banner {
    width: 100%;
    height: 600px;
    background-size: cover;
    background-position: center;
    margin-top: -20px;
    display: flex;
    align-items: center;
}
.block-title span {
    color: rgba(180, 162, 132, 1);
}
.mobile-header {
    background: rgba(232, 220, 202, 1);
    width: 100%;
    padding: 20px 10px;
    overflow: hidden;
    display: none;
    border-bottom-left-radius: 24px;
    border-bottom-right-radius: 24px;
}

.mobile-search-parent {
    position: absolute;
    top: 80px;
    background: rgba(255, 255, 255, 1);
    border-radius: 4px;
    border-bottom: 1px solid rgba(183, 183, 183, 1);
    z-index: 9999;
    width: 80%;
    left: 10%;
    display: none;
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.15);
}

.mobile-search-parent input{
    width:90%;
    border:none;
    outline:none;
    padding:10px 8px;
    
    
}
.catalog-item {
    height: 350px;
    background-size: cover;
    width: 32%;
    margin-bottom: 8px;
    border-radius: 5px;
    position: relative;
}
    .catalog-item div, .category-item div {
        position: absolute;
        width: 100%;
        height: 100%;
        background: linear-gradient(180deg, rgba(54, 54, 54, 0.8) -7.55%, rgba(54, 54, 54, 0.45) 37.94%, rgba(54, 54, 54, 0.25) 71.66%, rgba(54, 54, 54, 0) 104.41%);
        border-radius: 20px;
        color: white;
        padding: 20px 15px;
    }
.category-item {
    height: 280px;
    background-size: cover;
    width: 47%;
    margin-bottom: 8px;
    border-radius: 20px;
    position: relative;
    border: 1px solid rgba(54, 54, 54, 0.4);
    background-position: top 10px;
}
.catalog-item-title{
    font-size:30px;
    font-weight:700;
    display:block;
}

.category-item .catalog-item-title{
    font-size:24px;
}
.main-header a {
    color: rgba(54, 54, 54, 1);
    font-size: 16px;
    padding: 0 8px;
    font-weight:600;
}

.about{
    display:flex;
    justify-content:space-between;
    flex-wrap:wrap;
}
.main-banner-title {
    font-size: 150px;
    font-weight: 900;
    display: block;
    text-align: center;
    color: rgba(255, 255, 255, 1);
    
}
.about div{
    width:49%;
}
.about-item-1{
    background-image:url(/images/decorazza_about.png);
    background-repeat:no-repeat;
    background-size: auto 100%;
    background-position:center;
}

.about-item-2 {
    border: 1px solid rgba(232, 220, 202, 0.8);
    padding: 20px;
    box-sizing: border-box;
    box-shadow: 0px 0px 4px 0px rgba(54, 54, 54, 0.1);
    border-radius:24px;
}
.catalog-title {
    color: rgba(40, 40, 40, 1);
    font-weight: 600;
    font-size: 40px;
}
#openColors {
    border: 1px solid rgba(21, 44, 93, 1);
    border-radius: 2px;
    padding: 8px;
    text-decoration: none;
    color: rgba(40, 40, 40, 1);
    font-size: 13px;
    float: left;
    background-color: rgba(21, 44, 93, 1);
    color: rgba(255, 255, 255, 1);
}
.modal-color-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

    .modal-color-list div {
        margin-bottom: 5px;
        float: left;
        height: 90px;
        width: 13%;
        overflow: hidden;
        background-color: white;
    }

        .modal-color-list div div {
            height: 60px;
            width: 100%;
        }
.properties-table td  {
   border-color: rgba(232, 220, 202, 0.8);
}
.properties-table td:nth-child(2n+2)
{
    text-align:right;
}
    .modal-color-list span {
        font-size: 11px;
        white-space: nowrap;
        display: inline-block;
        width: 100%;
        overflow: hidden;
    }
#mobilePhoneNumbers {
    height: auto;
    position: fixed;
    bottom: 62px;
    background-color: white;
    width: 100%;
    z-index: 100000001;
    box-shadow: 0 1px 8.37px .63px rgba(107,47,88,.36);
    display: none;
}

.messangers {
    position: fixed;
    bottom: 75px;
    right: 12px;
    width: 60px;
    display: none;
    z-index: 100000002;
}

#mobilePhoneNumbers a {
    display: block;
    font-size: 25px;
    color: #0d6efd;
    text-align: center;
}
.mobile-footer {
    box-shadow: 0 1px 8.37px .63px rgba(107, 47, 88, .36);
    width: 100%;
    padding: 8px 5px;
    position: fixed;
    bottom: 0;
    justify-content: space-between;
    font-size: 15px;
    background-color: white;
    display: none;
    z-index: 10000000;
}

    .mobile-footer a {
        color: rgba(180, 162, 132, 1);
        display: block;
        text-align: center;
    }

.busket-info span {
    color: orangered;
    font-weight: bold;
}

#mobileCategories {
    height: 100vh;
    position: fixed;
    top: 0;
    background-color: white;
    width: 100%;
    z-index: 100000001;
    box-shadow: 0 1px 8.37px .63px rgba(107, 47, 88, .36);
    display: none;
    width: 0px;
}

.close-cat {
    font-size: 32px;
    color: #152c5d;
    position: absolute;
    top: 0;
    right: 12px;
}
.list-variants, .name-variants {
    display: flex;
    justify-content: center;
    margin-top: 6px;
    flex-wrap: wrap;
}
    .list-variants span.active, .name-variants span.active {
        background-color: #152c5d;
        color: white;
        border-color: #152c5d;
    }

    .list-variants span, .name-variants span {
        border: 1px solid #091811;
        border-radius: 3px;
        padding: 2px 5px;
        cursor: pointer;
        margin-right: 6px;
    }
    .name-variants span{
        margin-bottom:4px;
    }
.input-count {
    border: 1px solid #c2c2c2;
    display: inline-block;
    
}

.add-from-catalog {
    line-height: 40px;
    border: none;
    background-color: #152c5d!important;
    margin-bottom:10px;
}
.price-value {
    font-size: 21px;
    color: rgba(180, 162, 132, 1);
    
    font-weight: 600;
    line-height: 30px;
   
}
.avabilityStatus {
    display: block;
    color: rgba(130, 185, 60, 1);
}

    .avabilityStatus .line {
        height: 8px;
        width: 8px;
        border-radius: 50%;
        background: rgba(130, 185, 60, 1);
        display:inline-block;
    }
a.view-product {
    border: 1.5px solid rgba(180, 162, 132, 1);
   padding:7px 30px;
   font-size:16px;
   font-weight:600;
   border-radius:50px;
   text-decoration:none;
}
.avabilityStatus .line:nth-child(2) {
    height: 10px;
    width: 10px;
}
        .avabilityStatus .line:nth-child(3) {
            height: 12px;
            width: 12px;
        }
.cart-actions{
    margin-top:8px;
}
.cart-actions select,.cart-actions .input-count {
    width: 32%;
    border: 1px solid rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.15);
    height:45px;
    border-radius:5px;
}
.add-from-catalog {
    background: rgba(21, 44, 93, 1);
    border-radius:5px;
    color:white;
    font-size:16px;
    font-weight:600;
    height:45px;
}

.cart-actions input {
    border-right: 1px solid rgba(229, 229, 229, 1);
    background: white;
    border-bottom: none;
    color: rgba(37, 34, 31, 1);
}
.cart-actions .cart-plus {
    border-bottom: 1px solid rgba(229, 229, 229, 1);
}
.input-count button, .input-number-increment, .input-number-decrement {
    outline: none;
    color: rgba(21, 44, 93, 1);
    line-height: 50%;
    border: none;
    font-size: 22px;
    background: none;
}

    .input-count input {
      
        text-align: center;
        line-height: 40px;
    }
#mobileCategories ul {
    list-style-type: none;
    margin: 15px;
    padding: 0;
}

    #mobileCategories ul a {
        display: block;
        border-bottom: 1px solid grey;
        padding: 10px;
        color: #152c5d;
    }
.input-count {
    border: 1px solid #c2c2c2;
    display: inline-block;
    
}

.pigmo_banner{
    background-image:url(/images/color.png);
    height:130px;
    width:100%;
    background-repeat:no-repeat;
    margin-bottom:10px;
    
}

    .pigmo_banner a {
        background: rgba(21, 44, 93, 1);
        border-radius:2px;
        text-decoration:none; 
        padding:10px 20px;
        color:white;
        float:right;
        margin-top:50px;
    }


.cart-minus, .cart-plus {
    float: left;
    background: no-repeat;
    color: rgba(54, 54, 54, 0.5);
    border:none;
    font-size:35px;
    font-weight:bold;
    cursor:pointer;
    outline:none;
}

.quantity {
    float: left;
    border: 1px solid rgba(232, 220, 202, 0.8);
    border-radius:50px;
    padding:0 10px;
    display:flex;
    align-items:center;
}
.catalog-modal-link {
    border: 2px solid #77838fd5;
    margin-bottom: 5px;
    display: inline-block;
    margin-right: 5px;
    color: black;
    padding: 5px 7px;
}

.product-colors div.active {
    border: 2px solid rgba(54, 54, 54, 0.5);
}
.product-volumes{
   
    margin-bottom:10px;
}
.volume-details{
    float:left;
    display:inline-block;
}
.volume-details span{
    margin-right:10px;
}
    .volume-details button {
        border: 1px solid rgba(180, 162, 132, 1);
        border-radius:20px;
        background-color:white;
        padding:7px 30px;
        margin-right:8px;
        outline:0;
    }

        .volume-details button.active {
            background: rgba(245, 241, 230, 1);
        }
.product-volumes .quantity {
    float: right;
    display: inline-block;
}
.product-name {
    color: rgba(54, 54, 54, 1);
    font-weight: 600;
    font-size: 35px;
    margin: 60px 0;
}

    .catalog-modal-link.active {
        border-color: teal;
    }
.mobile-color-close {
    position: fixed;
    top: 260px;
    z-index: 99;
    right: 15px;
    display: none;
}
.kol-color {
    display: none;
}

    .kol-color span {
        font-weight: bold;
        color: #487570;
    }
.color-item-div {
    width: 100% ;
    height: 300px;
    background-size: cover;
    margin: 0 auto;
}
.modal-color-list div.active {
    transform: scale(1.2);
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    overflow: hidden;
}
.price {
    color: rgba(40, 40, 40, 1);
    font-size:35px;
    font-weight:700;
}
.item-disabled{
    cursor:not-allowed!important;
    opacity:0.6;
}
.search-parent{
    position:relative;
}
.item-disabled::first-letter {
    text-transform: capitalize;
}
.plus-count, .minus-count {
    cursor: pointer;
}
.removefromcart{
    cursor:pointer;
}
.group-item span{
    background-color:rgba(255, 255, 255, 0.64);
}
footer a {
    color: white;
}
    .slider-indicators span{
        cursor:pointer;
    }
.variants div, .size {
    cursor: pointer;
    border: 1px solid rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.15);
    border-radius: 2px;
    padding: 8px 15px;
    color: rgba(0, 0, 0, 0.5);
    font-size:13px;
    margin-right:3px;
}
.search-result {
    position: absolute;
    height: 50vh;
    width: 600px;
    background-color: white;
    z-index: 10000;
    display: none;
    overflow-y: auto;
    right: 0;
    /* border: 2px solid;
    border-color: var(--HeaderBackgroundColor, var(--reserved, #152c5d));*/
    padding: 0 10px;
    box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
}

.colors-parent div {
    width: 60px;
    height: 60px;
    margin-bottom: 5px;
    cursor: pointer;
}
.colors-parent {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
#color-result {
    height: 400px;
    background-repeat: no-repeat;
    background-size: cover;
}

.search-result img {
    height: 50px;
    float: left;
   margin-right:6px;
}

.search-result a {
    display: block;
    color: #0095c0;
    padding-top:5px;
}

.search-result ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.search-result li {
    padding: 5px 0;
    display: inline-block;
    border-bottom: 1px solid #e2e3e4;
    width: 100%;
}
div.active_color, .active-size {
    border: 1px solid rgba(21, 44, 93, 1);
    color: rgba(0, 0, 0, 0.9);
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
#pr_count {
    border: none;
    text-align: center;
    outline: 0;
    -moz-appearance: textfield;
}
/* Provide sufficient contrast against white background */
a {
    color: #0366d6;
}
.variants div{
    display:none;
}
.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}
#selectedColor {
    width: 40px;
    height: 38px;
    display: none;
    float:left;
    margin-left:5px;
}

.catalog-modal-select {
    border:none;
    padding:10px;
    border-bottom: 1px solid rgba(40, 40, 40, 1);
    outline:0;
}
.pre-colors {
    display:flex;
    margin-top:10px;
}
.pre-colors div{
    width:16.65%;
    height:50px;
    background-size:cover;
    text-align:center;
    font-size:15px;
}
.close-calc {
    position: absolute;
    right: 20px;
    top: 20px;
    cursor: pointer;
    color: #B4A284;
    font-weight: bold;
    font-size: 35px;
}
.pre-colors div:hover{
    transform:scaleX(2);
    transition-duration:0.5s;
}
#myTab .nav-link {
    margin-right: 6px;
    border-radius: 2px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.15);
    text-transform: uppercase;
    color: rgba(0, 0, 0, 1);
}
    #myTab .nav-link.active {
        background: rgba(21, 44, 93, 1);
        color: rgba(255, 255, 255, 1);
        border: 1px solid rgba(0, 0, 0, 1);
    }

    .nav-tabs{
        border:none;
    }

.del-info {
    color: rgba(40, 40, 40, 1);
    font-size:14px;
}

.apply-filter, .reset-filter{
    display:block;
    width:100%;
    margin-bottom:7px;
    font-weight:600;
    padding:10px;
    border-radius:2px;
}

.apply-filter {
    background: rgba(21, 44, 93, 1);
    border: 1px solid rgba(21, 44, 93, 1);
    color:  rgba(249, 249, 249, 1);
}

.reset-filter {
    background: rgba(251, 249, 249, 1);
    color: rgba(40, 40, 40, 1);
}
.filter-title, .filter-open {
    background-image: url(/images/filter.png);
    background-repeat: no-repeat;
    color: rgba(40, 40, 40, 1);
    font-size: 20px;
    text-indent: 30px;
    display: inline-block;
    background-position: center left;
    margin-bottom: 10px;
    font-weight: 600;
    float:left;
}
span.filter-open{
    display:none;
}
.filter-close{
    background-image:url(/images/close.png);
    display:block;
    height:16px;
    width:16px;
    float:right;
    display:none;
}

.intake-area input{
    width:100%;
    margin-top:20px;

}
.submit-intake, .add-tonasketfromintake {
    background-color: #B4A284;
    border: 1.5px solid #B4A284;
    border-radius: 50px;
    color: white;
    padding: 6px 12px;
    cursor: pointer;
}

    .add-tonasketfromintake{
        display:none;
    }
    .calculate-product {
        background: #B4A284;
        border-radius: 50px;
        padding: 10px 25px;
        color: white;
    }
.total-calculator{
    display:block;
    width:100%;
    clear:both;
    font-size:20px;
    font-weight:bold;
    margin-bottom:10px;
}
.check-label {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    float: left;
}

    /* Hide the browser's default checkbox */
.check-label input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    border: 1px solid #3636364D;
}

/* On mouse-over, add a grey background color */
.check-label:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.check-label input:checked ~ .checkmark {
    background-color: #B4A284;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.check-label input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.check-label .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.calculate-product:hover{
    color:white;
    
    text-decoration:none;
}
.hidden{
    padding:0;
    height:0;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    font-size: 14px;
}

@media (min-width: 769px) {
    html {
        font-size: 16px;
    }
}

@media (max-width:768px) {
    #calculate-result{
        font-size:18px;
    }
    .add-tonasketfromintake{
        margin-bottom:20px;
    }
    .product-image-block img
    {
        width:70%;
    }
 
    .volume-details span {
        font-size: 17px;
    }
    .mobile-basket-popup {
        display: block;
    }
    .select-intake-color img {
        width: 45px !important;
        height: 45px !important;
    }
    .close-calc{
        top:0;
    }
    .calculator-title{
        font-size:18px;
    }
    .calculator-text{
        font-size:17px;
    }

    .select-intake-color{
        width:65%;
    }
    .intake-area{
        width:30%;
        margin-left:5%;
    }
    .intake-calculator{
        width:90%;
        padding:20px;
    }
    .calculator-main-title{
        font-size:20px;
    }
    .catalog-sizes span, .volume-details button {
        font-size: 16px;
        font-weight: 600;
    }
    .addbasket{
        font-size:16px;
        font-weight:bold;
    }
    .product-category-catalog a {
        width: 49% !important;
        margin-left: 0.5%;
        margin-right: 0.5%;
        height: 100px;
        color: white;
        margin-bottom: 8px;
    }
    .main-volumes{
        justify-content:flex-start!important;
        padding:0 20px;
    }
    .quantity{
        width:100%;
        margin-bottom:20px;
    }
    .addbasket{
        margin-left:0!important;
    }
    .calculate-product{
        float:right;
    }
    #pr_count {
        width: 80% !important;
        font-size: 18px;
        color:#363636;
    }
    .product-colors {
        padding: 0 8px;
        box-sizing: border-box;
        max-height:unset;
        overflow-y:hidden;
    }
    .link-bar{
        font-size:18px;
    }
    .product-colors div{
        width:48%;
    }
    .block-title{
        font-size:25px!important;
    }
    .main-banner-title{
        font-size:80px;
    }
    .header-phone{
        display:block;
    }
    .mobile-header{
        display:block;
    }
    .category-filter, .main-header{
        display:none;
    }
    .filter-item-values{
        display:none;
    }
    span.filter-open {
        display: inline-block;
        float: right;
        margin-bottom: 12px;
    }
    .filter-variant{
        font-size:18px;
        margin-left:4px;
    }
    .product-main-image{
        width:180px;
        display:block;
        margin:0 auto;
    }

    .product-name{
        font-size:25px;
        padding-left:20px;
    }
    .form-check-input{
        transform:scale(1.2);
        margin-top:.5rem;
      
    }

    .variants div, .size, .group-title{
        font-size:16px!important;
    }
    .filter-close {
        display: inline-block;
    }
    .no_show {
        display: none;
    }
    .mobile-footer {
        display: flex !important;
    }
    .catalog-item{
        width:100%;
    }
    .category-item{
        width:100%;
        height:200px;
    }

    .about div{
        width:100%;
    }
    .advantages div{
        width:100%!important;
    }
    .about-item-1{
        height:300px;
        margin-bottom:15px;
    }
    .navbar-brand{
        display:block;
        width:100%;
        text-align:center;
    }
    .search-parent{
        margin-top:5px!important;
    }
    .catalog-item-title {
        font-size: 20px;
    }
    .messangers {
        display: block;
    }
    html {
        font-size: 12px;
    }
   .mobile-color-close{
       display:block;
   }
    .modal-color-list div {
        width: 23%;
    }
    .modal-color-slider {
        position: fixed !important;
        padding-bottom: 8px;
        background-color: white;
        z-index:100000000000000000000;
        width:100%;
    }
    .color-item-div {
        width: 100%;
        height: 250px;
        background-size: cover;
    }
    .colorsParent {
        margin-top: 285px;
    }
    .carousel-inner img {
        height: auto !important;
    }

    img.w-100:not(.carousel-item img, .category img) {
        width: 50% !important
    }

    .navbar-collapse.show {
        background-color: rgba(0,0,0,0.1);
        border-radius: 15px;
    }

    .nav-item {
        padding-left: 15px;
    }

    .shopping {
       display:none!important;
    }

    .shop-items {
        right: 15px !important;
    }
    .search-result,.search-parent{
        width:100%;
    }
}

@media (min-width: 576px) {
    .navbar-expand-sm .navbar-toggler {
        display: none;
    }
}

.border-top {
    border-top: 1px solid #e5e5e5;
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
    font-size: 1rem;
    line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
}

/*body {
    font-family: 'Montserrat', sans-serif !important;
}*/


.main-header {
    background: rgba(232, 220, 202, 1);
    padding:10px 0;
    border-bottom-left-radius:24px;
    border-bottom-right-radius:24px;
    z-index:2;
    position:relative;
}
.main-footer {
    background-color: rgba(54, 54, 54, 1);
}
.bg-dark-blue {
    background-color: #152c5d;
}

.search-input {
    order: 2;
    border-top: transparent;
    border-left: transparent;
    border-right: transparent;
    border-bottom: 1px solid rgba(255, 255, 255, 1);
    height: 20px;
    width: 195px;
    background-color: transparent;
    color: rgba(255, 255, 255, 1);
    outline:none;
}
.advantages{
    display:flex;
    justify-content:space-between;
    flex-wrap:wrap;
}

    .advantages div {
        width: 32.5%;
        
        color: rgba(54, 54, 54, 1);
        font-size:17px;
        font-weight:600;
        padding-left:80px;
        box-sizing:border-box;
        background-repeat:no-repeat;
        display:flex;
        align-items:center;
        height:50px;
        margin-bottom:40px;
    }
.a1{
    background-image:url(/images/a1.png);
}
.a2 {
    background-image: url(/images/a2.png);
}
.a3 {
    background-image: url(/images/a3.png);
}
.a4 {
    background-image: url(/images/a4.png);
}
.a5 {
    background-image: url(/images/a5.png);
}
.a6 {
    background-image: url(/images/a6.png);
}
.search-parent i {
    color: rgba(249, 249, 249, 1);
}
.shop-items {
    position: absolute;
    right: 0;
    font-size: 0.750em;
    border-radius: 50%;
    width: 15px;
    height: 15px;
    background-color: #152c5d;
    color: white;
    font-family: "SourceSanceProSemiBold", sans-serif;
    display: flex;
    align-items: center;
    justify-content: center;
}

.shopping {
    display: flex;
    flex-flow: column;
    position: relative;
}

.fs-13 {
    font-size: 13px;
}

.menu-dropdown-list {
    padding: 0;
    margin: 0;
    display: block;
    list-style: none;
    border-radius: 10px;
    border-width: 1px;
    border-style: solid;
    z-index: 10;
    background: #fff;
    border-color: #152c5d !important;
    position: relative;
    margin-bottom: 35px;
}

.menu-dropdown-item {
    font-size: 16px;
    border-width: 0 0 1px;
    border-style: solid;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-color: #152c5d !important;
}


.catalog__navigation-button {
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
    background-color: var(--CategoryMenuTitle, var(--reserved, #152c5d));
    border: transparent;
    padding: 10px 10px;
    font-family: var(--font-bold);
    color: white;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.menu-dropdown-link-wrap {
    width: 100%;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

    .menu-dropdown-link-wrap:hover {
        background-color: #f9f9f9;
    }

.menu-dropdown-link {
    padding: 7px 17px;
    text-decoration: none;
    position: relative;
    font-size: 0;
    display: block;
}

    .menu-dropdown-link:before {
        content: "";
        display: inline-block;
        vertical-align: middle;
        width: 0;
    }

    .menu-dropdown-link span {
        font-size: 16px;
        vertical-align: middle;
        display: inline-block;
        width: 100%;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        overflow-wrap: break-word;
        word-wrap: break-word;
        word-break: keep-all;
        line-break: normal;
        -webkit-hyphens: none;
        -ms-hyphens: none;
        hyphens: none;
        color: #152c5d;
    }

        .menu-dropdown-item:hover, .menu-dropdown-link-wrap:hover, .menu-dropdown-link:hover, .menu-dropdown-link span:hover {
            color: #333333 !important;
        }

.menu-dropdown-item:last-child {
    border-bottom: 0;
}

.menu-dropdown-link-wrap:last-child {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.carousel-inner img {
    background-repeat: no-repeat;
    background-position: top;
    background-size: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    object-fit:cover;
    height: 450px;
}
.main-map {
    background-image: url(/images/mainmap.jpg);
    background-size: cover;
    height: 600px;
   position:relative;
    color: rgba(255, 255, 255, 1);
    font-size:16px;
}
    .main-map div {
        background-color: rgba(0, 0, 0, 0.8);
        position:absolute;
        top:0;
        width:100%;
        height:600px;
        left:0;
        padding:20px;
    }
    .main-map span {
        display: block;
        border-bottom: 1px solid rgba(255, 255, 255, 1);
        padding:10px 0;
    }

.block-title {
    color: rgba(40, 40, 40, 1);
    font-size:45px;
    font-weight:600;
    margin:30px 0;
    display:block;
}
.btn_blue_ {
    background-color: var(--AddToBasketHoverColor, var(--reserved, #152c5d));
    color: white;
    border: 2px solid;
    border-color: var(--AddToBasketHoverColor, var(--reserved, #152c5d));
    cursor: pointer;
    transition: background-color 0.2s ease;
    border-radius: 25px;
    padding: 15px 25px 18px;
}
.prod-info {
    background-color: #f8f8f8;
    border-radius: 10px;
    padding:15px;
}

    .btn_blue_:hover {
        background-color: transparent;
        border: 2px solid;
        border-color: var(--AddToBasketHoverColor, var(--reserved, #152c5d));
        color: #152c5d;
    }

.btn_blue {
    background-color: transparent;
    border-radius: 5px;
    border: 2px solid #E5E5E5;
    padding: 5px 15px;
    cursor: pointer;
    transition: background-color 0.2s ease;
}

    .btn_blue:hover, .btn_blue_border:hover {
        background-color: var(--AddToBasketHoverColor, var(--reserved, #152c5d));
        color: white;
        border-color: var(--AddToBasketHoverColor, var(--reserved, #152c5d));
    }

.btn_blue_border {
    background-color: transparent;
    border-radius: 5px;
    border: 2px solid #152c5d;
    padding: 5px 15px;
    cursor: pointer;
    transition: background-color 0.2s ease;
}

.btn.focus, .btn:focus {
    outline: 0;
    box-shadow: none !important;
}

.product {
    background: rgba(255, 255, 255, 1);
    margin-bottom: 1em;
    margin-right: 1em;
    border-radius: 10px;
    border: 1px solid rgba(232, 220, 202, 0.8);
    padding: 0 8px;
    box-shadow: 0px 0px 4px 0px rgba(54, 54, 54, 0.1);
    position:relative;
}
.border-text {
    position: absolute;
    right: -70px;
    top: 90px;
    transform: rotate(90deg);
    font-size: 35px;
    font-weight: 900;
    color: rgba(232, 220, 202, 1);
}
    .product img {
        transition: all .2s ease;
        width:180px;
        padding-bottom: 0.5em;
        margin-bottom: 1em;
    }

        .product img:hover {
            transform: scale(1.1);
        }

.category {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    font-family: var(--font-semibold);
    color: white;
    font-size: 1.375em;
}

    .category span {
        position: absolute;
        padding-right: 10px;
        padding-left: 10px;
    }

    .category img {
        background-position: center;
        background-size: cover;
        filter: brightness(0.5);
        object-fit: cover;
        border-radius: 5px;
        width: 100%;
        max-height: 170px;
    }


@media screen and (min-width:1400px) {
    .container {
        max-width: 1225px !important;
    }
}

.footer {
    padding-top: 1em;
}

.footer-div {
    margin-top: 16px;
}

    .footer-div p {
        margin-top: 12px;
        margin-bottom: 12px;
        color: white;
        font-size: 15px !important
    }

.footer-title {
    color: #99AAD2;
    border-bottom: 1px solid #203569;
    margin-bottom: 32px !important;
    padding-bottom: 1px;
}

.footer__bottom {
    border-top: 1px solid #203569;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 2em;
}

    .footer__bottom p {
        color: white;
        margin-top: 0.5em;
        margin-bottom: 0.5em;
        font-size: 0.75em;
    }

    .footer__bottom a {
        font-size: 0.75em;
        color: #435A93;
        text-decoration: none;
    }

.inactive_link {
    color: #718096
}

.categories {
    border-bottom-left-radius: 7px;
    border-bottom-right-radius: 7px;
}

.slider-selection {
    background: #152c5d !important;
}

.slider-gaia .slider-selection {
    background-color: #152c5d !important;
}

.slider.slider-horizontal {
    width: 100% !important;
    height: 20px;
}

.slider-handle {
    background-color: #152c5d !important;
    background-image: none !important;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border: none;
    width: 16px;
    height: 16px;
}

.slider-gaia .slider-horizontal .slider-track {
    height: 7px !important;
    width: 100%;
    margin-top: -5px;
    top: 50%;
    left: 0;
}

.slider-gaia .slider-handle {
    border-color: #152c5d;
}

.slider-gaia .tooltip-inner {
    max-width: auto !important;
    padding: 3px 8px;
    color: #000 !important;
    text-align: center;
    border-radius: 4px;
    background: none;
    position: relative;
}

.slider-gaia .tooltip .tooltip-arrow {
    display: none !important;
}

.slider-handle:nth-child(odd) {
    background-color: #152c5d !important;
    background-image: none;
}

input {
    border-top: transparent;
    border-left: transparent;
    border-right: transparent;
    border-bottom: 1px solid black;
}

.category-filter {
    background: rgba(251, 249, 249, 1);
    padding: 0.75em;
    border-radius: 4px;
}

    .category-filter hr {
        border-color:rgba(228, 228, 228, 1);
    }
.page-active {
    color: black;
}

.page-inactive {
    color: #7C7C80;
}
.link-bar {
    padding: 30px 0;
    color: rgba(152, 150, 150, 1);
    padding-left:15px;
}
    .link-bar a {
        color: rgba(152, 150, 150, 1);
    }

.category-desc {
    color: #5B5B5B;
    line-height: 26px;
}

.text_blue {
    text-decoration: underline;
    color: #5B5B5B;
    cursor: pointer;
}

.color {
    width: 30px;
    height: 30px;
    border: 1px solid gray;
    background-color: rgb(237, 145, 144);
}


.product-catalogs
{
   margin:12px 0 7px 0;

}

    .product-catalogs span {
        background: rgba(96, 111, 142, 1);
        border-radius: 5px;
        padding: 6px;
        margin-right: 5px;
        color: rgba(255, 255, 255, 1);
        margin-bottom:5px;
        display:inline-block;
    }

.group-title {
    color: rgba(40, 40, 40, 1);
    font-size: 13px;
    font-weight: 600;
    display: block;
    margin-bottom: 7px;
}

.catalog-product-text {
    color: rgba(37, 34, 31, 1);
    font-weight:500;
    font-size:14px;
    display:block;
}
#pr_count {
    
    
    width: 100px;
    padding:10px 20px;
}
.time {
    background-image: url(/images/time.png);
    background-position: top 3px left 3px;
}
.product-counts-buttons {
    margin-left: 2px;
    margin-right: 2px;
}
.product-counts-buttons button {
    background: rgba(21, 44, 93, 0.7);
    border: none;
    color: rgba(255, 255, 255, 1);
    width: 40px;
    height: 24px;
    margin-bottom:2px;
    border-radius:2px;
    
}
.addbasket {
    border-radius: 50px;
    color:rgba(54, 54, 54, 1);
    background:white;
    
    padding: 10px 20px;
    border: 1.5px solid rgba(180, 162, 132, 1);
    margin-left:20px;
}

.location {
    background-image: url(/images/location.png);
}

.time, .location {
    background-repeat: no-repeat;
    padding-left: 25px;
    display: block;
    width:100%;
    float: left;
    font-size: 15px;
}

.contact-info {
    cursor: pointer;
}

    .contact-info.active {
        border: 1.13px solid rgba(255, 84, 0, 1) !important;
    }

.map-child {
    position: absolute;
    top: 0;
    left: 60px;
    z-index: 12;
    width: 400px;
}

.map-image {
    width: 200px;
    border-radius: 15px;
    float: left;
    margin-right: 10px;
    height: 100px;
    object-fit: cover;
}
.order-item-count div {
    border: 1.5px solid rgba(232, 220, 202, 0.8);
    box-shadow: 0px 0px 4px 0px rgba(54, 54, 54, 0.1);
    display:flex;
    border-radius:50px;
    float:left;
}
.filter-url {
    display: block;
    color: #333333;
    border-bottom: 1px solid rgba(180, 162, 132, 1);
    padding: 5px 0;
}
.product-category-catalog{
    display:flex;
    flex-wrap:wrap;
}

    .product-category-catalog div{
        
        background-size:cover;
        width:100%;
        height:100%;
        display:flex;
        align-items:center;
        text-align:center;
        padding-left:10px;
        padding-right:10px;
       
        border-radius:4px;
    }

    .product-category-catalog a{
        display:block;width:32.3%;
        margin-left:0.5%;
        margin-right:0.5%;
        height:150px;
        color:white; margin-bottom:8px;
    }
    .contact-numbers {
        background: rgba(255, 255, 255, 1);
        border-radius: 15px;
        box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.15);
        padding: 15px 20px;
        margin-bottom: 10px;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        font-size: 20px;
    }

    .contact-numbers .item-number {
        background-image: url(/images/phone.png);
    }

    .contact-numbers .item-mail {
        background-image: url(/images/email.png);
    }

    .contact-numbers .item-number, .contact-numbers .item-mail {
        background-repeat: no-repeat;
        background-position: center left;
        text-indent: 35px;
    }

@media (max-width:768px) {
    .map-child {
        position: static;
        width: 100%;
    }

    .map-image {
        width: 100%;
        margin-bottom: 10px;
        margin-right: 0;
    }

    .location, .time {
        width: 100%;
    }
}

.order-item {
    background: rgba(255, 255, 255, 1);
    box-shadow: 0px 0px 4px 0px rgba(54, 54, 54, 0.1);
    border-radius: 5px;
    padding: 15px 10px;
    overflow: hidden;
    margin-bottom: 20px;
    border: 1px solid rgba(232, 220, 202, 0.8);
}

.order-item-image{
    width:25%;
    float:left;
}

.order-item-image img{
    width:100%;
}

.order-item-details {
    width: 70%;
    float: right;
    display: flex;
    justify-content: space-between;
    line-height: 30px;
    border-bottom: 1px solid rgba(228, 228, 228, 1);
    padding-bottom:10px;
    margin-bottom:10px;
}

.detail-title {
    color: rgba(40, 40, 40, 1);
    font-size:15px;
    font-weight:600;
}

.order-item-details span{
    float:left;
}

.detail-title span{
    font-weight:normal;
    float:none;
}
.order-item-count{
    float:right;
}

.cart-item-price {
    color: rgba(40, 40, 40, 1);
    font-size:21px;
    font-weight:700;
    line-height:50px;
    margin-left:30px;
}

.removefromcart{
    background-image:url(/images/remove-cart.png);
    display:block;
    float:right;
    height:22px;
    width:22px;
    background-size:22px;
    cursor:pointer;
}

.order-info-title {
    display: block;
    color: rgba(40, 40, 40, 1);
    font-weight:700;
    font-size:20px;
}

.order-info-name{
   float:left;
   display:inline-block;
}

.order-info-value{
    float:right;
    display:inline-block;
}

.order-total div{
    width:100%;
    overflow:hidden;
}

.catalog-sizes span {
    display: block;
    /*width: 31%;*/
    border: 1px solid rgba(180, 162, 132, 1);
    border-radius: 20px;
    background-color: white;
    padding: 7px 26px;
    margin-right: 8px;
    cursor:pointer;
    
}

    .catalog-sizes span.active {
       background: rgba(245, 241, 230, 1);
    }

    #Area{
        font-size:17px;
    }