body {
    font-family:  'Montserrat', sans-serif;
    font-weight: normal;
    background: #f7f7f7;
}
.relative{
    position:relative;
}
.left{
    float:left;
}
.right{
    float:right;
}
.invisible {
    display: none;
}
.center {
    text-align: center;
}
.bold {
    font-weight: bold;
}
.upper {
    text-transform: uppercase;
}
.horizontal_centering_css3 {
    position: relative;
    float: left;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.vertical_centering_css3 {
    position: relative;
    float: left;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.disabled {
    opacity: 0.5;
    pointer-events: none;
}

.w100{
    width:100%;
}
.container {
    width: 1170px;
    margin: 0 auto;
}

.loading-container {
    height: 210px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: fixed;
    z-index: 10000;
    width: 100%;
    top: 35%;
    left: 0;
    display: none;
}

.loading-container .loading {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #fff;
    box-shadow: rgba(0,0,0,0.4) 0px 2px 10px 0;
    
}
.loading-container .loading img {
    margin-top: 7px;
    transition: none;
    animation: loading 0.5s infinite forwards;
}

@keyframes loading {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}


.pulse-red {
    box-shadow:  0 0 0 0 rgba(203, 11, 11, 1);
    animation: pulse-red 1.2s infinite;
}

@-webkit-keyframes pulse-red {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(203, 11, 11, 1);
  }
  70% {
      -webkit-box-shadow: 0 0 19px 19px rgba(203, 11, 11, 0);
  }
  100% {
      -webkit-box-shadow: 0 0 0 0 rgba(203, 11, 11, 0);
  }
}
@keyframes pulse-red {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(203, 11, 11, 1);
    box-shadow: 0 0 0 0 rgba(203, 11, 11, 0.6);
  }
  70% {
      -moz-box-shadow: 0 0 19px 19px rgba(203, 11, 11, 0);
      box-shadow: 0 0 19px 19px rgba(203, 11, 11, 0);
  }
  100% {
      -moz-box-shadow: 0 0 0 0 rgba(203, 11, 11, 0);
      box-shadow: 0 0 0 0  rgba(203, 11, 11, 0);
  }
}


main {
    float: left;
    width: 100%;
    margin-bottom: 50px;
    overflow-x: hidden;    
}
header {
    float: left;
    width: 100%;
    background: #2f2c34;
    height: 80px;
    text-align: center;
    line-height: 80px;
}
.logo {
    height: 80px;
    float: left;
}
.nav-icon{
    display:none;
}
.nav{
    float:right;
    width:calc(100% - 300px);
}
.nav ul{
    float:left;
    margin: 0;
}
.nav ul li{
    float:left;
    list-style: none;
}
.nav ul li a{
    float:left;
    color:#fff;
    font-size:16px;
    padding: 0px 15px;
    box-sizing:border-box;
    text-decoration:none;
    position:relative;
}
.nav ul li a:before{
    position:absolute;
    content:"";
    left:0;
    bottom:4px;
    width:0;
    height: 1px;
    background:#fff;
    -webkit-transition:0.5s;
    transition:0.5s;
}
.nav ul li a:hover:before{
    width:100%;
}
.bottom-header{
    float:left;
    width:100%;
    height: 80px;
    line-height: 80px;
}
.front-txt.left{
    float:left;
    font-size:20px;

}
.front-txt.right{
    float:right;
    font-size:30px;
    font-weight: 100;

}
.all-cart-summ {
    float: left;
    width: 105px;
    position: absolute;
    top: 40px;
    right: 100px;
}
.no-products-cart {
    color: #000;
    font-size: 15px;
    text-align: center;
    margin-top: 13px;
}
.cart-wrap-top {
    float: left;
    width: 50px;
    border-radius: 7px;
    height: 50px;
    position: relative;
}
.cart-numb {
    width: 25px;
    height: 25px;
    position: absolute;
    background: #333;
    border-radius: 7px;
    color: #fff;
    right: 0;
    top: -10px;
    text-align: center;
    line-height: 24px;
}
.cart-wrap-top img {
    width: 30px;
    height: 50px;
    margin-left: 4px;
}
.color-line{
    float:left;
    width:100%;
    padding:25px 0px;
    box-sizing:border-box;
    background:#68a9d5;
    color:#fff;
}
.color-line.bigger-wrap{
    float:left;
    width:100%;
    padding:80px 0px;
    box-sizing:border-box;
    background:#68a9d5;
    color:#fff;
}
.breadcrumbs{
    float:left;
    width:100%;
}
.breadcrumbs ul{
    float:left;
    width:100%;
    padding-inline-start: 0px;
}
.breadcrumbs ul li{
    float:left;
    list-style: none;
}
.breadcrumbs ul li a{
   float:left;
   color:#fff;
   font-size:20px;
   text-decoration:none;
   margin-right:20px;
}
.descr-txt{
    float:left;
    width:100%;
    margin-top:30px;
    margin-bottom:30px;
    text-align:center;
}
.top-head{
    float:left;
    width:100%;
    font-weight: bold;
    font-size:40px;
}
.descr-txt p{
    float:left;
    width:100%;
    font-size:18px;
    line-height: 24px;
}


.is-fixed {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 900;
    padding: 10px 0;
}
.is-fixed .all-cart-summ {
    top: 21px;
}

.mobile-cart-text {
    display: none;
}

form{
    float:left;
    width:100%;
}
.inp-hld{
    float:left;
    width:100%;
}
.inp-hld input{
    float:left;
    width:calc(100% - 230px);
    margin-right:20px;
    height: 50px;
    line-height: 50px;
    padding-left:10px;
    box-sizing:border-box;
    border-radius:5px;
    border:none;
}
.inp-hld button{
    float:right;
    width:200px;
    height: 50px;
    line-height: 50px;
    font-size:17px;
    text-transform: uppercase;
    color:#fff;
    border:none;
    border-radius:5px;
    background:#2f2c34;
    cursor:pointer;
}
.styled-input {
    float: left;
    height: 50px;
    line-height: 50px;
    padding-left: 10px;
    box-sizing: border-box;
    border-radius: 5px;
    border: 1px solid #000;  
}
.styled-input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #000;
}
.styled-input::-moz-placeholder { /* Firefox 19+ */
    color: #000;
}
.styled-input:-ms-input-placeholder { /* IE 10+ */
    color: #000;
}
.styled-input:-moz-placeholder { /* Firefox 18- */
    color: #000;
}
.styled-button {
    height: 50px;
    line-height: 50px;
    font-size: 17px;
    text-transform: uppercase;
    color: #fff;
    border: none;
    border-radius: 5px;
    background: #2f2c34;
    cursor: pointer;
}
.phone-validator {
    font-size: 15px;
    color: red;
    text-align: left;
    margin-top: 6px;
}
footer{
    float:left;
    width:100%;
    background: #2f2c34;
    margin-top:80px;
    height: 60px;
    line-height: 60px;
}
.footer-links{
    float:left;
    width:100%;
}
.footer-links a{
    float:left;
    text-decoration: none;
    color:#fff;
    margin-right:30px;
    font-size:16px;
}



.left-part{
    float:left;
    width:100%;
    min-height: 828px;
    border: 1px solid #ccc;
    background: #fff;
}
.left-part img{
    float:left;
    width:100%;
}
.right-part{
    float:left;
    width:100%;
    padding-left:20px;
    box-sizing:border-box;
}
.map {
    
}
.product-pop {
    position: absolute;
    width: 200px;
    padding: 15px;
    background: #fff;
    border: 1px solid #ccc;
    z-index: 100;
}
.product-pop .prod-name {
    font-size: 16px;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.product-pop .infos {
    font-size: 14px;
    margin-bottom: 5px;
}
.product-pop .price {
    font-weight: 700;
    color: #0062a8;
    font-size: 25px;
    margin-top: 5px;
    margin-bottom: 30px;
}
.close-pop-mobile {
    position: absolute;
    top: -16px;
    right: -17px;
    width: 40px;
    height: 40px;
    background: url(../img/cancel.svg) no-repeat center #68a9d5;
    background-size: 19px;
    border-radius: 500px;
    display: none;
}

.back-btn{
    float:left;
    width:100%;
    margin-top:20px;
    margin-bottom:50px;

}
.back-btn a{
    float:left;
    color:#fff;
    background:#2f2c34;
    text-decoration: none;
    font-size:20px;
    width:200px;
    height: 40px;
    line-height: 40px;
    text-align:center;
    border-radius:5px;
}
.all-parts-head {
    float:left;
    width:100%;
    margin-bottom:20px;
    font-size:25px;
}
.all-parts-head.mobile-text {
    display: none;
    background: url(../img/swipe.svg) no-repeat center left;
    background-size: 25px;
    padding-left: 35px;
    font-size: 13px;
    margin-top: -9px;
    box-sizing: border-box;
}
.all-parts{
    float:left;
    width:100%;
}
.part{
    float:left;
    width:100%;
    padding:20px 0px;
    box-sizing:border-box;
    border-bottom:1px solid #333;
    cursor:pointer;
}
.small-head{
    float:left;
    width:100%;
    padding-left:50px;
    box-sizing:border-box;
    position:relative;
}
.small-head:before{
    position:absolute;
    content:"";
    top:0px;
    left:0px;
    background:url("../img/plus.svg") no-repeat center;
    background-size:30px;
    width:30px;
    height: 30px;
}
.small-head.active{
    float:left;
    width:100%;
    padding-left:50px;
    box-sizing:border-box;
    position:relative;
}
.small-head.active:before{
    position:absolute;
    content:"";
    top:0px;
    left:0px;
    background:url("../img/remove.svg") no-repeat center;
    background-size:30px;
    width:30px;
    height: 30px;
}
.show-elem{
    display:none;
    float:left;
    width:100%;
    margin-top:20px;
}
.show-elem span{
    float:left;
    width: 100%;
    margin-bottom:5px;
}
.show-elem.active{
    display:block;
}
.categories-box{
    width:50%;
    padding:15px;
    box-sizing:border-box;
}
.categories-box a{
    float:left;
    width:100%;
}
.categories {
    border-bottom: 1px solid #ccc;
    padding: 10px;
    color: #fff;
    background: #68a9d5;
    text-decoration: none;
    width: 30%;
    margin-right: 1%;
    margin-bottom: 1%;
    height: 40px;
    text-align: center;
    border-radius: 5px;
    transition:0.5s;
}
.categories:hover {
    background: #2f2c34;
}
.categories:nth-child(3n) {
    margin-right: 0;
}
.image-wrap{
    float:left;
    width:100%;
    height: 350px;
    max-height: 350px;
    overflow: hidden;
}
.categories-box img{
    width:100%;
    float:left;
}
.cat-head{
    float:left;
    width:100%;
    font-size:24px;
    margin-top:20px;
    font-weight: normal;
    margin-bottom:20px;


}
.cat-head a{
    text-decoration: none;
    color:#333;
}
.second-txt{
    float:left;
    width:100%;
    font-size:15px;
    line-height: 23px;
}
.mt20{
    margin-top:20px;
}
table.all-search{
    float:left;
    width:100%;
}
thead{
    height: 50px;
    font-weight: bold;
    border-bottom:2px solid #999;
}
.links-fix-very-imortant tr{
    height: 50px;
    cursor:pointer;
}
tr:hover{
    background:#efefef;
}

.view-quantity {
    float: left;
    width: 100%;
    margin-top: 20px;
    padding-bottom: 20px;
    box-sizing: border-box;
}
.view-quantity label {
    float: left;
    margin-right: 5px;
    line-height: 32px;
}
.view-quantity .quantity-less {
    float: left;
    width: 28px;
    height: 32px;
    border: 1px solid #999;
    line-height: 29px;
    text-align: center;
    margin-right: 4px;
    border: none;
    text-decoration: none !important;
    border:1px solid #68a9d5;
    border-radius: 5px;
}
.quantity-inp {
    float:left;
    width: 30px;
    height: 30px;
    line-height: 28px;
    padding: 0;
    text-align: center;
    margin-right: 4px;
    margin-bottom: 0;
}
 .view-quantity .quantity-more {
    float: left;
    background: #68a9d5;
    border-radius: 5px;
    font-size: 22px;
    text-align: center;
    color: #333;
    width: 30px;
    height: 35px;
    line-height: 32px;
    text-decoration: none !important;
}
.remove-product {
    float: left;
    width: 45px;
    height: 40px;
    background: url(../img/delete2.svg) no-repeat center left;
    background-size: 25px;
    cursor: pointer;
    padding-left:45px;
    box-sizing:border-box;
    margin-left: 23px;
    margin-top: 6px;
}
.show-elem span.clear{
    float:left;
    width:auto;
    margin-top:12px;
}
.buy-product{
    float:left;
    width:100%;
    background:#68a9d5;
    height: 50px;
    color:#fff;
    position:relative;
    border:none;
    cursor:pointer;
    font-size:15px;
}
.buy-product:before{
    position:absolute;
    content:"";
    background: url("../img/cart.svg") no-repeat left;
    width:30px;
    height: 30px;
    background-size:22px;
    top:11px;
    left:10px;
}

.buy-product.in-cart{
    float:left;
    width:100%;
    background:#2b7722;
    height: 50px;
    line-height: 50px;
    color:#fff;
    position:relative;
    border:none;
    pointer-events: none;
    font-size:15px;
    padding-left: 27px;
}
.buy-product.in-cart:before{
    position: absolute;
    content: "";
    background: url(../img/checked.svg) no-repeat left;
    width: 20px;
    height: 28px;
    background-size: 20px;
    top: 12px;
    left: 6px;
}
.b-bottom{
    border-bottom:1px solid red;
}
td{
    border-bottom:1px solid #ccc;
    padding: 10px;
}
.show-all-products{
    display:none;
    width: 300px;
    float: left;
    background: #fff;
    position: relative;
    top: 5px;
    left: -117px;
    padding:10px;
    box-sizing:border-box;
    -webkit-box-shadow: 0px 5px 16px -2px rgb(0 0 0 / 59%);
    box-shadow: 0px 5px 16px -2px rgb(0 0 0 / 59%);
    z-index:999;
}
.show-all-products.active{
    display:block;
}
.show-all-products:before{
    position:absolute;
    content:"";
    width:20px;
    height: 20px;
    background:#fff;
    top:-10px;
    transform: rotate(45deg);
    left:130px;
}
.cart-head{
    float:left;
    width:100%;
    color:#000;
    font-size:23px;
    margin-top:5px;
    font-weight: normal;
    padding-bottom:10px;
    box-sizing:border-box;
    border-bottom:1px solid #000;  
    margin-bottom: 0;
}
.product-small-box{
    float:left;
    width:100%;
    /*height: 80px;       */
    border-bottom:1px solid #ccc;
    padding-top:20px;
    box-sizing:border-box;
    position:relative;
    padding-bottom:20px;
}
.product-small-box:hover{
    background:#efefef;
}
.product-small-box .small-head:before{
    content:none;

}

.cart-delete {
    position: absolute;
    top: 19px;
    right: 5px;
    width: 25px;
    height: 25px;
    border-radius: 500px;
    background: red;
    color: #fff;
    font-size: 15px;
    line-height: 25px;
    text-align: center;
    cursor: pointer;
}

.product-small-box .small-head{
    padding-left:0px;
    color:#333;
}
.product-small-box .small-head .number-of-product{
    float:left;
    width:100%;
    margin-top:10px;
}
.show-cart{
    float:left;
    width:100%;
    height: 40px;
    line-height: 40px;
    color:#fff;
    font-size:19px;
    text-transform: uppercase;
    margin-top:20px;
    background:#68a9d5;
    text-align:center;
}
.show-cart:hover{
      background:#598fb4;
}
a.show-cart{
    text-decoration:none;
}
.remove{
    position:absolute;
    right:10px;
    top:5px;
    cursor:pointer;
    width:10px;
    height: 10px;
}
.price-box{
    float:left;
    width:100%;
    margin-top:13px;
    color:#333;
}
.price-box .quan{
    float:left;
    color:#000;
}
.price-box .price{
    float:right;
    font-size:16px;
    font-weight: bold;
}
.cart-height-fix {
    max-height: 46vh;
    overflow: auto;
}
.order-popup-wrap {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    text-align: center;
    background: rgba(0,0,0,.6);
}
.order-popup {
    position: relative;
    width: 50%;
    margin-top: 5vh;
    background: #fff;
    padding: 50px;
}
.close-popup {
    position: absolute;
    top: -20px;
    right: -28px;
    width: 60px;
    height: 60px;
    background: url(../img/cancel.svg) no-repeat center #68a9d5;
    background-size: 30px;
    border-radius: 500px;
    z-index: 2;
    transition: all .2s;
}

.landing-logo-wrap {
    padding: 50px 0;
}