@import url('https://fonts.googleapis.com/css2?family=Mali:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;1,200;1,300;1,400;1,500;1,600;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Staatliches&display=swap');
* {
    box-sizing: border-box;
  }
body{
    direction: ltr;
    font-family: 'Mali', sans-serif !important;
    font-size: 13px;
    margin: 0;
    padding: 0px;
}

.header {
    background: #180707;
}

.navbar {
    color: #DEF9EC;
    border-radius: 0;
    margin: 0;
    transition: all 0.5s ease 0s;
    display: flex !important;
    align-content: center !important;
    justify-content: center !important;
    align-items: center;
    flex-direction: row;
    gap: 15px;
}

.contact-main{
    display: flex;
}

.contact-main .contact-block {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    padding-left: 15px;
    color: #ffffff;
}

.contact-block a {
    text-decoration: none;
}

.navbar.navbar-fixed-top {
    background: rgba(0, 0, 0, 0) linear-gradient(to right, #ff5f6d 0%, #ffb270 100%) repeat scroll 0 0;
    box-shadow: 0 0 18px -15px #000;
    padding: 0;
}

.navbar-brand{
    color: #DEF9EC;
    display: flex;
    flex-direction: row;
    align-items: center;

}
.navbar-brand  img {
    width: 45px;
}
.site__title{
    padding: 10px 0 0 10px;
    color: #ffffff;
}
.navbar__links{
    display:flex; 
    justify-content:space-between;
}

.navbar__burger {
    display: none; 
    cursor: pointer;
    padding: 15px;
}

.navbar__burger span {
    display: block;
    width: 26px;
    height: 4px;
    background-color: #000;
    margin-bottom: 10px;
}
.navbar-nav{
    color: #eee;
    flex-direction: row;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
.navbar-nav li{
    display: inline-block;
    position: relative;
    margin-right:26px;
}

.navbar-nav li a {
    display: block;
    color: #eee;
    font-size: 13px;
    font-weight: 500;
    padding: 10px;
    transition: all 0.3s ease 0s;
    text-decoration:none;
    text-align: center;
}

.navbar-nav  li  a:focus, .navbar-nav  li  a:hover {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    opacity: 0.6;
}

.navbar-nav li ul.dropdown li{
    display: block;
}

.navbar-nav li ul.dropdown{
    width: 292px;
    position: absolute;
    z-index: 6;
    display: none;
    background:  #B93058;
    left: -150;
}

.navbar-nav li a:hover{
    background:  #B93058;
}

.navbar-nav li:hover ul.dropdown{
    display: block;
}

.home{
    width: 100%;
    position: relative;
    background-position: center;
    background-size: cover;
    color: #ffffff;
    background-color:#B93058;
}

.home .container{
    padding: 26px;
}

.home__img{
    padding-top: 26px;
    display: flex;
    justify-content: center;
}

.home__img img {
    width: 50%;
    height: 50%;
    max-width: 100%;
    position: relative;
}


.home-title{
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
}
.home-title a{
    text-decoration: none;
    color: #000;
}

.home-title img {
    width: 45px;
}

.home-title h2{
    font-size: 21px;
    letter-spacing: 2px;
    margin-bottom: 12px;
}

.home-title .title-phone a{
    color: #ffffff;
}

.products{
    padding-top: 57px;
    padding-bottom: 57px;
}

.products-title h2{
    text-align: center;
    padding-bottom: 15px;
}

.wraps{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    flex-direction: row;
    align-content: center;
}

.pro-block{
    border-radius: 4px;
    transition: .3s;
    box-shadow: 0 0px 18px 0 rgba(0, 0, 0, 0.1);
    border: 1px solid #ffffff;
    padding: 15px;
    margin: 15px;
}

.pro-block:hover{
    transition: .3s;
    transform: translateY(-10px);
}

.pro-block-img img{
    border-style: none;
}

.pro-block-content{
    padding: 15px;
}

.rating{
    display: flex;
    column-gap: 15px;
    row-gap: 10px;
    margin-bottom: 15px;
    align-items: center;
    justify-content: center;
}

.pro-block-content h6 a {
    color:#000;
}

.text__available {
    color: green;
}

.rating__list{
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 0;
    padding: 0;
}


.rating__list li {
    list-style: none;
    margin-left: 0;
    color: #B93058;;
}

.pro-block-content h6{
    font-weight: 500;
    margin-bottom: 10px;
    font-size: 19px;
    text-align: center;
}

.pro-block-content h6 a{
    overflow: hidden;
    text-decoration: none;
}

.pro-block-code{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.pro-block-price{
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 500;
}

.pro-block-price span{
    margin-top: 0;
}

.pro-block-content .btns{
    font-size: 13px;
    padding: 10px;
    background-color: #DEF9EC;
    color: #3BB77E;
}

.pro-block-content .merchandise__btnB{
    float: left;
    text-decoration: none;
    color: #ffffff;
    background-color:#B93058;
    transition: .4s;
    padding: 15px 18px;
}

.bts{
    display: flex;
    flex-direction: column !important;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    gap: 18px;
    padding-top: 15px;
}

.merchandise__btnB{
    float: left;
    text-decoration: none;
    color: #ffffff;
    background-color:#B93058;
    transition: .4s;
    padding: 15px 18px;
}


.merchandise__btnB:hover{
    background-image: linear-gradient(45deg, #07fff3 0%, #c0b9b9 100%);
}
.merchandise__btn{
    float: right;
    text-decoration: none;
    color: #ffffff;
    background-color:#B93058;
    transition: .4s;
    padding: 15px 18px;
}

.merchandise__btn:hover {
    background-image: linear-gradient(45deg, #07fff3 0%, #c0b9b9 100%);
}


.clients{
    background: #B93058;
    padding-top: 30px;
    padding-bottom: 30px;
}


.client__block{
    display: flex !important;
    padding-top: 15px;
    text-align: center;
    border: 2px solid #fffef8;
    padding: 24px;
}

.client__block img{
    width: 84px;
    height: 84px;   
    margin: 0 auto;
    border-radius: 50%;
}


.clients p {
    color: #ffffff;
    text-align: center;
}
.clients h4{
    color: #ffffff;
    text-align: center;
}
.client__block p {
    color: #ffffff;
    font-size: 21px;
    font-weight: 300;
    line-height: 1.5;
    margin: 0 0 26px;
    text-align: center;
    padding-top: 15px;
}
.client__block h4 {
    color: #ffffff;
    font-size: 21px;
    margin: 0;
    text-align: center;
    padding: 18px 0;
}

.client__content-bottom{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #ffffff;
}


.how__order {
    background:  inherit;
    padding-bottom: 21px;
}

.section-title{
    margin: 68px 0 68px 0;
    text-align: center;
}

.how__order .row{
    display: flex;
    align-content: center;
}

.how__order__block {
    transition: .3s;
    box-shadow: 0 0px 18px 0 rgba(0, 0, 0, 0.1);
    margin-bottom: 18px;
    border: 1px solid #9b7e23;
    display: flex;
    flex-direction: column;
    padding: 18px;
} 

.how__order-icon {
    margin-top: 45px;
    text-align: center;
    padding-bottom: 18px;
}

.how__order-icon i {
    font-size: 45px;
}
.how__order .content {
    overflow: hidden;
    text-align: center;
    padding-bottom: 45px;
}

.reach-out-form {
    background: #fff none repeat scroll 0 0;
    box-shadow: 0 0 26px 0px rgba(0, 0, 0, 0.1);
    padding: 45px 26px;
}

.reach-out-form .section__title{
    margin: 10px 0 10px 0 !important;
    text-align: center;
}

.form-control {
    background: transparent none repeat scroll 0 0;
    border: 1px solid #eee;
    border-radius: 10px;
    box-shadow: none;
    color: #333;
    height: 50px;
    padding: 15px 18px;
    transition: all 0.3s ease 0s;
}

.form-group {
    padding-top: 18px;
}

.form-check{
    padding-top: 10px;
    padding-left: 30px;
}

.contact .col .actions{
    width: 100%;
}
.actions{
    padding-top: 15px;
    text-align: center;
}
.form-group textarea {
    height: 84px;
}
.form-group  button {
    border: none;
}
.btn-contact-bg {
    background: #B93058;
    border-radius: 4px;
    color: #ffffff;;
    display: inline-block;
    font-size: 13px;
    font-weight: 500;
    transition: all 0.3s ease 0s;
}
.btn-contact-bg:hover,
.btn-contact-bg:focus {
    background: #f55160;
    color: #fff;
}

.copyright{  
    background: #B93058;
    padding-top: 30px;
    padding-bottom: 30px;
    overflow: hidden;
}

.copyright__block{
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #ffffff;
    gap: 15px;
}
.copyright .contact-info{
    display:flex; 
    align-items:center; 
    margin-bottom: 15px;
}

.copyright .contact-info  h6{
    font-size: 19px; 
    margin-bottom: 4px;
    color: #ffffff;
    text-align: center;
}

.copyright .contact-info  span{
    position: relative;
    color: #383737;
    font-size: 13px;
    line-height: 1.5;
    font-weight: 500;
    color: #ffffff;
}

.copyright .contact-info  span a{
    color: #ffffff; 
    text-decoration: none;
}

.copyright .contact-info  span a:hover{
    color: #ffffff;
    text-decoration: none;
}

.copyright .phone a{
    color: #ffffff;
    text-decoration: none;
}
.politics{
    display: flex;
    justify-content: center;
}
.politics a{
    padding: 0 15px 0 15px;
    font-size: 16px;
    color: #ffffff;
} 

.politics a:hover{
    font-size: 16px;
    color:#00ffb3; 
}       

.logo__image {
    padding-top: 15px;
    display: flex;
    flex-direction: column;
    width: 134px;
    margin: 0 auto;
}

.merchandise__details{
    padding-top: 30px;
    padding-bottom: 30px;
}

.merchandise__details .container{
    padding: 26px;
}

.merchandise__details .row{
    display: flex;
}

.merchandise__details .col{
    padding-top: 15px;
}

.product__block{
    box-shadow: 15px 15px 30px rgba(0, 0, 0, 0.2);
    padding: 18px;
}

.merchandise__details .code span{
    text-decoration: underline;
}

.merchandise__details .price {
    font-size: 21px;
    font-weight: 500;
}

.merchandise__details .price span{
    text-decoration: underline;
}

.relevant__products{
    padding-top: 26px;
    padding-bottom: 26px;
}

.relevant__products .container{
    color: #000;
}

.product__block{
    display: flex;
}

.input-form--sectioninput{
    display: block;
    width: 100%;
    padding: 18px 26px;
    margin: 15px 0px;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 15px;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.textarea-form--sectioninput{
    border: 1px solid #ced4da;
    border-radius:  15px;
    padding: 18px 26px;
    width: 100%;
}

.relevant__products .box{
    padding: 24px;
    display: flex;
    flex-direction: column;
    gap: 26px;
}

.relevant__products h2{
    text-align: center;
    padding-bottom:26px;
}

.prod__img{
    padding-top: 18px;
}

.prod__content{
    padding-top: 18px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 15px;
}


.prod__content a{
    color: #000;
    text-decoration: none;
    font-size: 19px;
    font-weight: 500;
    text-align: center;
}

.prod__content .st{
    color: #ffffff;
}


.comment{
    background: #fff;
    padding-bottom: 26px;
}


.comment__block{
    display: flex !important;
    padding-top: 15px;
    text-align: center;
    border: 2px solid #fffef8;
    padding: 24px;
    background: #B93058;
}

.comment__block img{
    width: 84px;
    height: 84px;   
    margin: 0 auto;
    border-radius: 50%;
}


.comment p {
    color: #ffffff;
    text-align: center;
}
.comment h4{
    color: #ffffff;
    text-align: center;
}
.comment__block p {
    color: #ffffff;
    font-size: 21px;
    font-weight: 300;
    line-height: 1.5;
    margin: 0 0 26px;
    text-align: center;
    padding-top: 15px;
}
.comment__block h4 {
    color: #ffffff;
    font-size: 21px;
    margin: 0;
    text-align: center;
    padding: 18px 0;
}

.contacts{
    padding-top: 53px;
    padding-bottom: 53px;
}



.contact{
    padding-top: 53px;
    padding-bottom: 53px;
}

.contact .row {
    display: flex;
}

.contact .reach-out-info{
    display:flex; 
    align-items:flex-start; 
    align-items:center;
    justify-content: center; 
    margin-bottom: 30px;
}

.contact .reach-out-info i{
    width: 88px;
    height: 88px;
    font-size: 34px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
}
.contact .reach-out-info .content h6{
    font-size: 19px; 
    margin-bottom: 4px;
    text-align: center;
}
.contact .contact-info .content span{
    position: relative;
    color: #383737;
    font-size: 13px;
    line-height: 1.5
;
    font-weight: 500;
    text-align: center;
}
.contact .reach-out-info .content span a{
    color: #383737; 
    text-decoration: none;
    word-break: break-all;
}
.contact .reach-out-info .content span a:hover{
    color: #383737; 
    text-decoration: none;
}

.pay .row{
    padding: 30px;
}

.pay ul{
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.return .row{
    padding: 30px;
}

.wholesale__customer .row{
    padding: 30px;
}

.privacy .row{
    padding: 30px;
}

.button-1{
    display: inline-block;
    padding: 15px 26px;
    border-radius: 24px;
    text-decoration: none;
    color: #FFF;
    background-image: linear-gradient(45deg, #FFC107 0%, #ff8b5f 100%);
    transition: .4s;
    margin-top: 18px;
}

.button-2{
    display: inline-block;
    padding: 15px 18px;
    text-decoration: none;
    border-radius: 4px;
    font-weight: 700;
    color: #FFF;
    background-image: linear-gradient(45deg, #709dff 0%, #b0c9ff 100%);
    transition: .4s;
}

.button-3 {
    position: relative;
    display: inline-block;
    font-weight: 700;
    padding: 10px 18px;
    text-decoration: none;
    color: #FFA000;
    background: #fff1da;
    border-bottom: solid 4px #FFA000;
    border-radius: 18px 18px 0 0;
    transition: .4s;
}

.button-4{
    display: inline-block;
    padding: 15px 18px;
    text-decoration: none;
    color: #67c5ff;
    border: dashed 1px #67c5ff;
    border-radius: 4px;
    transition: .4s;
}

.button-5{
    display: inline-block;
    padding: 15px 18px;
    text-decoration: none;
    background: #f7f7f7;
    border-left: solid 6px #ff7c5c;
    color: #ff7c5c;
    font-weight: 700;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.29);
}       



@media (max-width: 450px) {
    .merchandise__bottom{
        display: flex;
        flex-direction: column;
        align-items: center;
    }
}

@media (max-width: 767px) {
    .how__order .content{
        flex-direction: column !important;
    }

    .merchandise__details .row{
        flex-direction: column !important;
    }
}

@media (max-width: 991px) {

    .products  .wrap__block{
        flex-direction: column !important;
    }

    .politics{
        flex-direction: column;
    }

    .merchandise__details .row{
        flex-direction: column !important;
   }

   .navbar{
       flex-direction: column !important;
   }

   .navbar__links ul.show{
       display: flex !important;
       flex-direction: column;
   }

   .navbar-nav li:hover ul.dropdown{
    transform: translate(-45px, 15px);
   }
}

@media (max-width: 1200px) {
    .navbar__links ul {
        display: none; 
        background-color: #B93058;
        padding: 15px;
    }

    .navbar__burger {
        display: block; 
    }

    .navbar__links ul.show {
        display: block;
    }
}  


.privacy{
    overflow: hidden;
}

.google-map{
    width: 100%;
    iframe{
        border: none;
    }
}

            
#market-{rclass_basket}-main-basket-1 svg {
    color: #fff !important;
    fill: #fff !important;
  }

#market-{rclass_basket}-main-basket-1 svg {
  color: #fff !important;
  fill: #fff!important;
}
.cart-icon-2 svg {
fill: #fff !important;
}
.cart-icon-1 {
  position: relative !important;
   right: 0 !important; 
   background: none!important;
   fill: #fff !important; 
  }


  .rsIm{
    width: 100%;
    height: auto;
    object-fit: contain;
  }

  @media (min-width: 576px){
    .rsIm{
        height: 246px;
    }
  }
  @media (min-width: 768px){
    .rsIm{
        height: 292px;
    }
  }
  @media (min-width: 992px){
    .rsIm{
        height: 334px;
    }
  }