﻿@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400&display=swap');
body {
    color: #333333;
    font-family: 'Montserrat', sans-serif!important;
}
.product a {
    font-size: 18px;
    color: rgba(40, 40, 40, 1);
    font-weight: 600;
}
a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}
.slider-indicators {
    text-align: center;
    font-size: 18px;
    color: rgba(40, 40, 40, 1);
}
.product-catalog{
    display:flex;
    justify-content:space-between;
    flex-wrap:wrap;
}
.side_1 {
    background-image: url(/images/sikkens1.jpg);
    width: 100%;
    background-size:cover;
    background-repeat: no-repeat;
}
.side_2 {
    background-image: url(/images/sikkens2.jpg);
    width: 100%;
    
    background-size:100% auto;
    background-repeat:no-repeat;
}

.mini-banner-1{
    background-image:url(/images/sikkens3.jpg);
    height:150px;
    width:100%;
    background-size:contain;
    background-position:center;

}

.mini-banner-2 {
    background-image: url(/images/sikkens4.jpg);
    height: 150px;
    width: 100%;
    background-size: cover;
    background-position: center;
}
.banner-title {
    color: rgba(72, 72, 72, 1);
    font-size:30px;
    font-weight:700;
    display:block;
    text-align:center;
    margin:30px 0;
   
}

.pre-header {
    background: rgba(44, 62, 80, 1);
    width: 100%;
    padding: 10px 0;
    display:flex;
   
}

.header-items{
 display:flex;
    justify-content:space-between;
}
.pre-header .header-items div{
    width:33%;
}
.telegram, .whatsapp {
    background: rgba(255, 255, 255, 1);
    display: block;
    border: 0.75px solid rgba(239, 239, 239, 1);
    border-radius:2px;
    line-height:32px;
    height:35px;
    width:35px;
    float:left;
    margin-right:20px;
    background-repeat:no-repeat;
    background-position:center;
}
.logo-header{
    margin:15px 0;
}
.telegram{
    background-image:url(/images/telegram.svg);
}

.whatsapp {
    background-image: url(/images/whtasapp.svg);
}
.pigmo-url {
    background-image: url(/images/pigmoicon.png);
    line-height: 32px;
    text-indent: 45px;
    display: block;
    background-repeat: no-repeat;
    color: rgba(255, 255, 255, 1);
    font-weight:600;
    background-size:32px;
    float:left;
    margin-left:20px;
}

.phone-url, .email-url {
    line-height: 32px;
    color: rgba(255, 255, 255, 1);
    font-weight: 600;
    float:right;
    margin-left:20px;
    display:inline-block;
}
.banner-link {
    background: rgba(44, 62, 80, 1);
    border-radius: 2px;
    padding: 16px 0;
    color: rgba(255, 255, 255, 1);
    font-size:16px;
    font-weight:600; 
    display:block;
    width:240px;
    margin:0 auto 30px auto;
    text-align:center;
}
.sikkens_footer{
    background-image:url(/images/sikkens_footer.png);
    height:130px;
    width:100%;
    background-position:center;
    background-repeat:no-repeat;
    background-size: contain;
}
.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: rgba(0, 0, 0, 0.2);
        border-radius: 5px;
        color: white;
        padding: 20px 15px;
    }
.category-item {
    height: 240px;
    background-size: cover;
    width: 19%;
    margin-bottom: 8px;
    border-radius: 5px;
    position: relative;
}
.catalog-item-title{
    font-size:30px;
    font-weight:700;
    display:block;
}

.category-item .catalog-item-title{
    font-size:24px;
}
.main-header a {
    color: rgba(255, 255, 255, 1);
    font-size:16px;
    padding:0 8px;
}
.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%;
        }

    .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: 12px;
    background-color: white;
    display: none;
    z-index: 10000000;
}

    .mobile-footer a {
        color: #152c5d;
        display: block;
        text-align: center;
        font-size:15px;
    }

.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;
    
}


.price-value {
    font-size: 25px;
    color: rgba(0, 0, 0, 1);
    font-weight: 600;
    display: block;
    font-weight: 500;
    line-height: 30px;
    text-align:right;
    margin:10px 0;
}
.avabilityStatus {
    display: block;
    color: rgba(130, 185, 60, 1);
    margin-bottom:10px;
}

    .avabilityStatus .line {
        height: 8px;
        width: 8px;
        border-radius: 50%;
        background: rgba(130, 185, 60, 1);
        display:inline-block;
    }

    .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 {
        border:none;
        width: 32%;
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
        height: 45px;
        box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.15);
    }
.add-from-catalog {
    background: rgba(44, 62, 80, 1);
    border-radius: 2px;
    color: rgba(255, 255, 255, 1);
    font-size: 16px;
    font-weight: 600;
    height: 45px;
    width:150px;
    border:0;
    display:block;
    float:right;
}

.cart-actions input {
   
    background: white;
    border-bottom: none;
    color: rgba(37, 34, 31, 1);
}

.input-count button, .input-number-increment, .input-number-decrement {
    outline: none;
    color: rgba(21, 44, 93, 1);
    line-height: 150%;
    border: none;
    font-size: 25px;
    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{
   
    display:flex;
    justify-content:center;
}
.catalog-modal-link {
    border: 2px solid #77838fd5;
    margin-bottom: 5px;
    display: inline-block;
    margin-right: 5px;
    color: black;
    padding: 5px 7px;
}

.product-name {
    color: rgba(40, 40, 40, 1);
    font-weight: 700;
    font-size: 30px;
}

    .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: 300px;
    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;
    margin-top:20px;
}
.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;
}
.mobile-header {
    padding: 8px;
    color: rgba(40, 40, 40, 1);
    border-bottom: 1px solid rgba(228, 228, 228, 1);
   /* overflow:hidden;*/
    display:none;
}

.mobile-header div{
    width:48%;
    overflow:hidden;
    float:left;
}
    .mobile-header a {
        color: rgba(40, 40, 40, 1);
        font-size:18px;
        display:block;
        width:100%;
    }
#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(44, 62, 80, 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;
}
/* Sticky footer styles
-------------------------------------------------- */
html {
    font-size: 14px;
}

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

@media (max-width:768px) {
    .header-phone{
        display:block;
    }
    header{
        display:none;
    }

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

    div.search-parent, div.search-result{
        width:100%;
        overflow:visible;
        float:none;
    }
        div.search-result{
            overflow:scroll;
        }
        input.search-input {
            width: 80%;
        }

    .side_1 {
        background-image: url(/images/sikkens2.jpg);
        background-size:cover;
    }
    .category-filter{
        display:none;
    }
    .filter-item-values{
        display:none;
    }
    .mobile-header{
        display:block;
    }
    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;
    }
    .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:48%;
        height:200px;
    }
    .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 {
   border-bottom:1px solid rgba(40, 40, 40, 0.5);
   padding-bottom:10px;
}
.main-footer {
  background: rgba(44, 62, 80, 1);
}
.bg-dark-blue {
    background-color: #152c5d;
}
.main-header a {
    color: rgba(40, 40, 40, 1);
    font-weight:600;
}

.menu-items{
    display:flex;
    justify-content:space-between;
}
.menu-items a{
    display:block;
    width:24%;
    text-align:center;
}
.search-input {
    order: 2;
    border-top: transparent;
    border-left: transparent;
    border-right: transparent;
    border-bottom: 1px solid rgba(40, 40, 40, 0.5);
    height: 20px;
    width: 195px;
    background-color: transparent;
    color: rgba(44, 62, 80, 1);
    outline: none;
}
.search-parent i {
    color: rgba(40, 40, 40, 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;
    margin-top:10px;
}
.shopping a{
    background-image:url(/images/shopping.png);
    display:block;
    height:50px;
    width:50px;
    background-size:40px;
    background-position:center;
}
.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 {
  
    height: 600px;
   position:relative;
    color: rgba(255, 255, 255, 1);
    font-size:16px;
}
    .main-map div {
        background: rgba(44, 62, 80, 1);
        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;
    
    padding:0 8px;
}

    .product img {
        transition: all .2s ease;
        width:160px;
        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 {
   border:none;
   outline:0;
   width:50px;
}
.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 {
    background: rgba(21, 44, 93, 1);
    border-radius: 2px;
    color: rgba(255, 255, 255, 1);
    height: 50px;
    padding: 8px 20px;
    border: 0;
}

.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;
}

.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(0, 0, 0, 0.15);
    border-radius:5px;
    padding:15px 10px;
    overflow:hidden;
    margin-bottom:20px;
}

.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;
}

.variant-select {
    border: none;
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.15);
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding: 10px 40px 10px 20px;
    background-image: url(/images/select.png);
    background-repeat: no-repeat;
    background-position: center right 10px;
    -moz-appearance: none; 
    -webkit-appearance: none; 
    appearance: none;
}

.quantity button{
    float:left;
    border:none;
    background-color:transparent;
    font-size:0;
    background-repeat:no-repeat;
    height:100%;
    width:20px;
    background-position:center;
    background-size:80%;
}

.cart-minus{
    background-image:url(/images/cart-minus.png);
}
.cart-plus {
    background-image: url(/images/cart-plus.png);
}
.quantity {
    margin-left: 10px;
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.15);
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding:10px 0;
}

.catalog-sizes span, .product-sizes span {
    display: block;
    width: 23%;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.15);
    text-align: center;
    cursor: pointer;
    padding: 5px 0;
    margin-left: 1%;
    margin-right: 1%;
    margin-top: 6px;
}

    .catalog-sizes span.active, .product-sizes span.active {
        border: 1px solid rgba(44, 62, 80, 1);
        box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.15);
    }

    .product-sizes span{
        margin-left:0;
    }

.order {
    cursor: pointer;
    border: none;
    background: rgba(44, 62, 80, 1);
    border-radius:2px;
    color:white;
    padding:10px 20px;
}

.footer-title-text {
    font-size: 20px;
    font-weight: 700;
    color: rgba(255, 255, 255, 1);
}

.footer-text-body {
    color: rgba(255, 255, 255, 1);
    display:block;
    margin-top:10px;
    margin-bottom:10px;
}

.footer-links{
    display:flex;
    justify-content:space-between;
    flex-wrap:wrap;
    margin-bottom:20px;
}