@import url('https://fonts.googleapis.com/css?family=PT+Sans:400,700');
@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,700,900');

.js-cart-title {
  display: none;
}

.product-title {
  margin-top: 10px;
}

.page-index h1 {
  font-family: 'Montserrat', sans-serif !important;
  font-size: 36px;
  line-height: 40px;
  color: #1B1B1B;
  text-align: center;
  text-transform: uppercase;
  padding-top: 20px;
}

.product-slide .btn-stroke-light {
  background-color: rgba(0, 0, 0, 0.5);
  border: none;
  color: #6E8081;
  border: 1px solid #FDC91B;
}

.alias-section > a, .alias-section > span {
  display: inline-block;
}

.navbar-brand > img {
    height: 50px;
}

body, .modal-details-inner, .section-title-style2 span, .section-title.style2 span, .main-container-wrapper {
    background: #EBEBEB !important;
    color:#1B1B1B;
}
a{
    color: #1B1B1B;
}

button, .btn, .btn-primary {
    border-radius: 0px !important;
}

.btn-primary, .btn-primary, .product:hover .add-fav:hover, .product:hover .add-fav.active {
    background-color: #fff;
    color: #C9B277 !important;
    border: 2px solid #C9B277;
    border-radius: 5px;
}

.btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary {
    background: #fff;
  	color: #C9B277;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary, .pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    background-color: #C9B277;
    color: #fff !important;
    border-color: #C9B277;
}
.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus{
    color: #C9B277 !important;
}
.btn-nobg {
    color: #6E8081;
}
.section-title-style2:after, .section-title.style2:after, .section-title-style2:after{
    display: none;
}
.load-more-block .btn-thin {
    background-color: rgb(255, 255, 255);
    color: #1B1B1B !important;
    box-shadow: none !important;
    border: 1px solid #1B1B1B;
    border-radius: 3px !important;
}
.load-more-block:after{
    background: none repeat scroll 0 0 #1B1B1B;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus, .nav-tabs > li:hover > a{
    background: #2D2D2D;
}
.nav-tabs{
    border-bottom: 3px solid #2D2D2D;
}
.miniCartDescription a {
    color: #2D2D2D !important;
}
.cart-actions button, .cart-actions .btn-cart, .cart-actions .wishlist {
    color: #C9B277 !important;
    background-color: transparent;
    border-radius: 5px !important;
    padding: 15px 30px;
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 700;
}


.cart-actions button, .cart-actions .wishlist {
    background: none repeat scroll 0 0 #fff;
    border: 2px solid #C9B277;
  	color: #6E8081 !important;
}

.cart-actions button:hover {
    background: #C9B277;
    color: #FFF !important;
    border: solid 2px #C9B277;
}
.panel{
    border:none;
}
a:hover,
a:focus, a.link {
    color: #C9B277 !important;
}
.action-control a{
    padding: 8px 20px 8px 45px;
    border-radius: 3px !important;
    position: relative;

}
.action-control a:hover, .action-control a.active {
    color: #fff !important;
    background: #C9B277;
}
.action-control a:hover .glyphicon.glyphicon-shopping-cart:before, .action-control a.active .glyphicon.glyphicon-shopping-cart:before{
    background-position: -104px -68px;
}
.description{
    margin: 0 auto;
    min-height: 107px;
    max-width: inherit;
    padding: 0 20px;
    margin-left: 0;
    margin-right: 0;
    width: 100%;
}
.description p{
    font-size: 12px;
}
.description h5{
    text-align: left;
}
.description .grid-description, .description.list-description{
    text-align: left;
}
.item{
    height: 510px;
}
.item h4, .item .info-level4 {
    text-align: left;
    min-height: 75px;
}
.item h4 a, .item .info-level4 a {
    font-family: 'Source Sans Pro',sans-serif;
    font-size: 16px;
    text-align-last: left;
    text-transform: uppercase;
    font-weight: 800;
    color: #1B1B1B;
}
.item h4 a:hover, .item .info-level4 a:hover {
    color: #3f3f3f !important;
}
.glyphicon.glyphicon-shopping-cart{
    position: absolute;
    top: 6px;
    left: 11px;
}
.glyphicon.glyphicon-shopping-cart:before{
    content: "";
    background-image: url("https://userimages.shopmanager.by/3129646/sprite.png") !important;
    background-repeat: no-repeat !important;
    background-position: -76px -67px;
    width: 25px;
    height: 25px;
    display: block;
}
.owl-theme .owl-controls .owl-page span{
    box-shadow: none;
    background-color: #3f3f3f;
    opacity: 1;
}
.owl-theme .owl-controls .owl-page.active span{
    background-color: #969696;
    opacity: 1;
}
.megamenu .dropdown.megamenu-fullwidth .dropdown-menu{
    overflow-y: scroll;
    height: 500px;
  top: 76px;
}
/* navbar */
.navbar-nav > li > a, .navbar-nav .dropdown a {
    color: #1B1B1B !important;
}
.navbar-nav li.megamenu-fullwidth > a{
    color:#1B1B1B !important;
}
.nav.navbar-nav li.megamenu-fullwidth:hover > a{
    color: #fff !important;
}
.navbar-nav .dropdown a.btn-danger{
    background-color: #3f3f3f;
    color: #fff !important;
    border-radius: 3px;
}
.navbar-nav .dropdown a.btn-danger .fa-shopping-cart{
    color: #fff !important;
}
.nav > li.active, .nav > li > a:hover, .nav > li > a:focus, .nav > li:hover > a {
  	color: #64AAA8 !important;
    background: #6E8081;
}
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus, .cartMenu:hover > a.dropdown-toggle {
  	color: #1B1B1B !important;
    background: #565654;
}
.nav .open > a{
    background-color: #565654 !important;
}
.nav > li > a:hover{
    color: #fff !important;
    background: #E78E00;
}
.navbar-tshop {
    background: #fff;
    box-shadow: 0 0 3px 5px #8f8f8f26;
}
.headerOffset{
    padding-top: 127px;
}

.userMenu li a {
    color: #3f3f3f !important;
}

/* cart */
.cartMenu a.dropdown-toggle {
  color: #3f3f3f !important;
  padding: 10px;
    padding-bottom: 28px;
    padding-top: 28px;
  font-size: 12px;
}
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus, .cartMenu:hover > a.dropdown-toggle {
    background: #2D2D2D;
  	color: #fff !important;
}
.nav .open > a .js-cart-title{
    color: #fff !important;
}
.cartMenu:hover > a.dropdown-toggle{
    background: #565654;
    color: #fff !important;
}
.cartMenu:hover > a.dropdown-toggle .fa-shopping-cart{
    color: #fff !important;
}
.cartMenu:hover > a.dropdown-toggle .js-cart-title{
    color: #fff !important;
    
}
/* search */
.featuredImgLook2 h3{
    text-align: left;
    padding: 15px;
}
.featuredImgLook2 h3 a{
    display: block;
    min-height: 50px;
}
.featuredImgLook2 h3 a:hover{
    color: #3f3f3f !important;
}
.featuredImgLook2 p{
    padding: 0px 15px;
    text-align: left;
    font-size: 12px;
    line-height: 1.5;
}
.featuredImgLook2 .btn-link{
    padding: 8px 20px 8px 20px;
    border-radius: 3px !important;
    position: relative;
    background-color: #C9B277;
    color: rgb(255, 255, 255) !important;
    border: 1px solid #C9B277;
}
.featuredImgLook2 .btn-link:hover{
    color: #C9B277 !important;
    background: rgb(255, 255, 255);
}
.search-full, .search-input {
    background: #fff;
}
.search-full{
    min-height: 76px;
}
.search-close{
    height: 76px;
}
.search-input{
    padding: 27px 0 25px 15px;
    color:#1B1B1B;
}

.search-close {
    color: #64AAA8 !important;
}
input[type="search"]{

}
.search-box:hover .form-control {
    background: #6E8081;
}

.search-box:hover .btn-nobg {
    color: #3f3f3f !important;
    background: transparent;
}
.search-box .getFullSearch
.searchInputBox .search-btn {
    color: #3f3f3f !important;
}
.search-box .getFullSearch{
    padding: 15px 12px;
}

/* product details */
.product-tab table {
    width: 100%;
    font-size: 14px;
}

.product-tab table tr {
    height: 36px;
}

/* misc */
.breadcrumb, .pagination, 
.pagination > li:first-child > a, 
.pagination > li:first-child > span,
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-radius: 0px;
}
.breadcrumb{
    border:none;
    background: transparent !important;
}
.breadcrumb > li + li:before{
    color: #000;
}
.megamenu-content li p strong{
    color: #C9B277;
}
.dropdown-menu {
    border-top: solid #C9B277;
}

.mCS-dark-2 > .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #C9B277 !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#6E8081, endColorstr=#6E8081) !important;
    -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#6E8081, endColorstr=#6E8081) !important;
}


/* category page */
.panel-default > .panel-heading {
    border-top: 4px solid #C9B277;
}

/* product */
.label-danger{
    background-color: #C9B277;
}
.product:hover,
.featuredImgLook2 .inner:hover {
    border: 1px solid #C9B277;
}
.product{
    border-radius: 5px;
    border: 1px solid transparent;
}

/* mobile*/
.js-cart-title, .fa-shopping-cart, .miniCartProduct span, .miniCartProduct a {
  color: #1B1B1B !important;
}
.navbar-toggle .icon-bar {
  border: solid 2px #1B1B1B;
}
.navbar-header.isios .navbar-brand img {
  max-width: none;
}

/* navbar */
.small-screen-contact{
    display: none;
}
.top-nav-header{
    position: relative;
}
.top-nav-header p{
    display: none;
}
.top-nav-header p{
    color: #fff;
    font-size: 14px;
  	font-weight: 400;
    line-height: 24px;
    padding: 0;
    line-height: 37px;
}
.top-nav-header p.active{
    color: #fff200;
}
.top-nav-header p.active .icon-nav-contact{
    background-position: -165px -101px;
}
.top-nav-header p.active i{
    background-position: -130px -110px;
    transition: all 0.5s ease;
}
.top-nav-header p.active .icon-nav-info{
    background-position: -211px -65px;
}
.top-nav-header p i{
    display: inline-block;
    background-image: url("https://userimages.shopmanager.by/3129646/sprite.png") !important;
    width: 24px;
    height: 24px;
    top: 6px;
    position: relative;
    margin-left: 10px;
    background-position: -130px -90px;
    transition: all 0.5s ease;
}
.top-nav-header .contact-wrap.active{
    display: block;
    position: absolute;
    background: #000;
    z-index: 9;
}
.top-nav-menu.top-nav-header .contact-wrap.active{
    right: 0;
}
.navbar .navbar-top {
    background: #565654;
    height: 100%;
}
.navbar.stuck .navbar-top {
    margin-top: -55px;
}
.navbar-brand > img {
  height: 56px;
}
.navbar-brand{
    height: auto;
    padding: 13px 10px 7px 0;
}
.navbar > .container .navbar-brand{
    margin-left: 0px;
}

/* .navbar-top .top-nav-menu ul{
  text-align: right;
}
.navbar-top ul li{
 display: inline-block;
}
.navbar-top .top-nav-menu ul li a{
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  font-weight: normal;
  text-transform: none;
  padding-left: 40px;
  line-height: 50px;
  text-align: right;
}

.navbar-top .contact-phone ul li a{
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    font-weight: normal;
    text-transform: none;
    line-height: 50px;
    text-align: left;
    margin-right: 20px;
    padding-left: 20px;
    font-weight: bold;
} */
.fa-search:before{
    content: '';
    top: 0px;
    left: 0;
    background-image: url("https://userimages.shopmanager.by/3129646/sprite.png") !important;
    background-repeat: no-repeat !important;
    background-position: -244px -8px;
    width: 26px;
    height: 25px;
    display: block;
}
#executeSearch .fa-search:before{
    position: relative;
    top: 6px;
}
.price{
    font-family: 'Montserrat', sans-serif;
    line-height: 34px;
    color:#1B1B1B;
    font-size: 22px;
}
.promotion{
    top: -10px;
    right: 10px;
    height: inherit;
    width: auto;
    bottom: inherit;
    left: inherit;
}
.new-product{
    background-color: transparent !important;
    text-indent: -9999px;
    padding: 0;
}
.new-product::after{
    content: '';
    background-image: url("https://userimages.shopmanager.by/3129646/sprite.png") !important;
    background-repeat: no-repeat !important;
    background-position: -425px -142px;
    width: 65px;
    height: 65px;
    padding: 0;
    display: block;
}
.discount{
    background-color: transparent !important;
    text-indent: -9999px;
    padding: 0;
}
.discount::after{
    content: '';
    background-image: url("https://userimages.shopmanager.by/3129646/sprite.png") !important;
    background-repeat: no-repeat !important;
    background-position: -425px -231px;
    width: 65px;
    height: 65px;
    padding: 0;
    display: block;
}
.navbar-top .contact-phone a{
	position: relative;
}
.navbar-top .contact-phone .phone-item::before {
    content: '';
    top: 1px;
    left: 0;
    height: 15px;
    width: 15px;
    position: absolute;
    background-image: url("https://userimages.shopmanager.by/3129646/sprite.png") !important;
    background-repeat: no-repeat !important;
}
.navbar-top .contact-phone .mts::before{
	background-position: -366px -8px;
}
.navbar-top .contact-phone .viber::before{
	background-position: -431px -46px;
}
.navbar-top .contact-phone .welcome::before{
	background-position: -324px -42px;
}
.navbar-top .contact-phone .skype::before{
	background-position: -388px -113px;
}
.navbar-top .contact-phone .telegram::before{
    background-position: -328px -9px;
    top: 2px;
}
.navbar-top .contact-phone .email::before{
    background-position: -254px -119px;
    top: 3px;
}
/* navbar end */

/*-------footer menu---------*/
.footer-bottom{
	border-top: none;
    padding-top: 0;
    padding-bottom: 0;
    background: inherit;
    border-top: none !important;
}
.footer-menu{
    background:#3f3f3f;
  	padding: 30px 0;
    text-align: center;
}
.footer-menu li {
    display: inline-block;
    width: 20%;
    text-align: center !important;
    float: left;
}
.footer-menu a{
	color: #fff;
    font-size: 16px;
}
.navbar-nav > li > a{
  padding: 5px;
	padding-top: 30px;
    padding-bottom: 26px;
  font-size: 12px;
}
#cart-link span.cart-menu-title {
  display: none;
}

.nav > li > a:hover, .nav > li > a:focus, .nav > li:hover > a{
    background: #C9B277;
}
.footer-bottom-row{
    background: #fff;
    padding: 20px;
}
.footer-bottom .logo-footer, .footer-bottom .rights-reserved{
	display: inline-block;
    vertical-align: top;
}
.footer-bottom .rights-reserved{
	margin: 0;
    color: #fff;
    padding: 2px 0 0 30px;
    color: rgba(255, 255, 255, 0.6392156862745098);
    padding: 10px 0 0 30px;
}
.footer{
    background-color: #565654 !important;
    border-top: 0 !important;
    border-bottom: 0 !important;
    padding: 40px 0 60px;
}
.footer h3{
    color: #fff;
    padding: 20px 0 10px;
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 27px;
    padding: 0px 0 10px;
    text-transform: uppercase;
    border-bottom: 0 !important;
}
.footer p{
    color: #fff;
}
.mt-3{
    margin-top: 30px;
}
.footer ul{
    margin-top: 0px;
    font-size: 14px;
}
.footer ul, .footer a{
    color: #fff;
}
.footer ul{
    color: #fff!important;
}
.footer a:hover{
    color: #FDC91B;
}
.footer .col-md-3.col-sm-4:after {
    content: '';
    position: absolute;
    height: 140px;
    width: 1px;
    background-color: #fff;
    display: inline-block;
    top: 0;
    right: 5px;
}
.footer .col-md-3.col-sm-4:last-child:after{
    display: none;
}
.footer .uppercase-h3 ul {
    text-align: right;
}
.footer .uppercase-h3 ul li {
    color: #fff;
    padding: 0px 0 0px;
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 27px;
    text-transform: uppercase;
    border-bottom: 0 !important;
}
.footer .uppercase-h3 li a {
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    font-weight: 600;
}
#sectionPopularProducts, #sectionCategories, #sectionNewProducts{
    display: block;
    text-align: center;
}
.section-title-style2, .section-title.style2{
    display: inline-block;
    font-weight: bold;
    /*padding-top: 40px;*/
}
/*-------end-------------*/
body, .modal-details-inner, .section-title.style2 span, .main-container-wrapper {
    background: #EBEBEB !important;
  	text-align: left;
  	font-family: 'Montserrat', sans-serif !important;
}
body span, body span p, body span p span{
    font-family: 'Montserrat', sans-serif !important;
}
.section-title.style2 span{
	font-family: 'Montserrat', sans-serif;
    font-size: 28px;
    margin: 0 0 0 5px;
    color: #1B1B1B;
    font-weight: normal;
}
h2 > a:hover{
	color: #FF0000 !important;
}
@media all and (max-width: 1700px) {
    .product-slide .box-text-cell{
        padding-top: 50px;
    }
    .product-slide .box-text-cell-inner{
        width: 70%;
    }
    .product-slide .box-text-cell-inner h3{
        line-height: 63px;
        font-size: 40px;
    }
}
@media all and (max-width: 1200px) {
    /* .navbar-top .top-nav-menu ul li a{
        font-size: 12px;
        padding-left: 20px;
    }
    .navbar-top .contact-phone ul li a{
        font-size: 12px;
        padding-top: 2px;
    }
    .navbar-top .contact-phone ul li a{
        font-size: 12px;
        line-height: 50px;
    } */
}
@media all and (max-width: 992px) {
    .top-nav-header p{
        display: inline-block;
    }
    .top-nav-header .contact-wrap{
        display: none;
    }
    .top-nav-menu{
        text-align: right;
    }
    .top-nav-header ul{
        padding: 10px 15px;
    }
    .top-nav-header ul li{
        display: block;
    }
    .top-nav-menu.top-nav-header ul{
        right: 0;
        text-align: left;
        width: 190px;
    }
    .top-nav-menu.top-nav-header ul li a{
        padding-left: 0;
    }
    .small-screen-contact{
        display: block;
    }
    .top-nav-header .contact-wrap{
        display: none;
    }
    .headerOffset{
        padding-top: 114px;
    }
    .product-slide .box-text-cell-inner{
        width: 90%;
    }
    .product-slide .box-text-cell-inner h3{
        line-height: 46px;
        font-size: 30px;
    }
    .product-slide .box-text-cell{
        padding-top: 20px;
    }
}
@media all and (max-width: 860px) {
}
@media all and (max-width: 769px) {
  .page-index h1 {
    font-size: 26px;
    line-height: 30px;
  }
    .navbar-toggle{
        margin-top: 18px;
    }
    .navbar > .container .navbar-brand{
        margin-left: 10px;
    }
    .search-box{
        width: 45px;
    }
    .small-top-nav .row{
        font-size: 0;
    }
    .small-top-nav .small-top-nav{
        display: inline-block;
        width: 50%;
    }
    .navbar-toggle {
        background: transparent !important;
      }
}
@media all and (max-width: 480px) {
    .image a img, .category .image a img{
        max-width: 200px;
    }
    .img-responsive, .category .image a img{
        max-width: inherit;
        height: auto;
        height: auto;
        width: 100%;
    }
  
  .search-box .input-group{
    margin-top: 5px;
  }
  .navbar-brand{
	height: 57px;
  }
  .footer-menu li{
  	width: 100%;
  }
}
@media all and (max-width: 600px) {
    .navbar-toggle{
        margin-top: 11px;
    }
    .navbar-brand img {
        height: auto;
        width: 120px;
        margin-top: 0px;
        margin-left: 15px;
    }
}
@media all and (max-width: 450px) {
    .top-nav-header p{
        font-size: 10px;
    }
    .top-nav-header p i{
        margin-left: 4px;
        width: 16px;
    }
}

  /* header -- with icons*/
  .small-top-nav .container .row{
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 40px;
}
.small-top-nav .container .row:before{
    content:none;
}
.top-nav-header{
    position: relative;
}
.top-nav-header p{
    display: none;
    cursor: pointer;
}
.contact-phone.top-nav-header p{
    display: flex;
    margin: 0;
    align-items: center;
}
.top-nav-header p{
    color: #fff;
    font-size: 14px;
    padding: 0;
    margin: 0;
}
.top-nav-header p.active .icon-nav-contact{
    background-position: -165px -101px;
}
.top-nav-header p.active i{
    background-position: -131px -20px;
    transition: all 0.5s ease;
}
.top-nav-header p.active .icon-nav-info{
    background-position: -211px -65px;
}
.top-nav-menu p {
    justify-content: flex-end;
}
.top-nav-header .top-phone a i{
    display: inline-block;
    background-image: url("https://userimages.shopmanager.by/3129646/sprite-all.png") !important;
    width: 19px;
    height: 16px;
    top: 2px;
    position: relative;
    margin-right: 0px;
}
.top-nav-header .top-phone a i.a1{
    background-position: -168px -75px;
}
.top-nav-header .top-phone a i.mts{
    background-position: -215px -26px;
    margin-left: 10px;
}
.top-nav-header .top-phone a i.whatsapp{
    background-position: -280px -11px;
}
.top-nav-header .top-phone a i.viber{
    background-position: -256px -40px;
}
.top-nav-header .top-phone a i.mail{
    background-position: -233px -2px;
}
.top-nav-header .top-phone a i.skype{
    background-position: -215px -104px;
}
.top-nav-header .top-phone a i.telegram{
    background-position: -194px -52px;
}
.top-nav-header .top-phone a i.life{
    background-position: -231px -74px;
}
.top-nav-header .top-phone a i.beltelecom{
    background-position: -148px -96px;
}

.top-nav-header .contact-wrap.active{
    display: block;
    position: absolute;
    background: #64AAA8;
    z-index: 100;
    top: 38px;
    width: 305px;
}
.top-nav-menu.top-nav-header .contact-wrap.active{
    right: 0;
    padding: 0 15px;
}
.navbar > .container .navbar-brand{
    margin-left: 0px;
}
.navbar-top .top-nav-menu ul{
    text-align: right;
    margin: 0;
    padding: 0;
}
.navbar-top ul li{
    display: inline-block;
}
.navbar-top ul.small-screen-contact li{
    display: block;
}
/* navbar */
.contact-wrap .small-screen-contact{
    display: none;
}
.contact-wrap.active .small-screen-contact{
    display: block;
    padding: 0 15px;
}
/* navbartop */
.navbar.stuck .navbar-top {
    margin-top: -55px;
}
.navbar-top .top-nav-menu ul li a{
    color: #fff;
    font-size: 14px;
    font-weight: normal;
    text-transform: none;
    text-align: right;
    padding: 0 10px;
}
.navbar-top .contact-phone ul li a{
    color: #fff;
    font-size: 14px;
    font-weight: normal;
    text-transform: none;
    line-height: 35px;
    text-align: left;
    margin-right: 0;
    padding-left: 0;
    display: flex;
    align-items: center;
}
.navbar-top .contact-phone a{
    position: relative;
    color: #fff;
    line-height: 20px;
}
.navbar-top .contact-phone a:hover{
    color:#C9B277 !important;
}
.top-nav-header p > i{
    display: inline-block;
    background-image: url("https://userimages.shopmanager.by/3129646/sprite-all.png") !important;
    width: 20px;
    height: 20px;
    top: 2px;
    position: relative;
    margin-left: 10px;
    background-position: -131px 0px;
    transition: all 0.5s ease;

    /*display: none;*/
}
.navbar-top .contact-phone .contact-wrap .phone-item i {
    top: 2px;
    left: 0;
    height: 20px;
    width: 20px;
    background-image: url("https://userimages.shopmanager.by/3129646/sprite-all.png") !important;
    background-repeat: no-repeat !important;
    z-index: 99;
    display: inline-block;
    margin-right: 5px;
}
.navbar-top .contact-phone i.whatsapp{
    background-position: -280px -11px;
}
.navbar-top .contact-phone i.viber{
    background-position: -256px -40px;
}
.navbar-top .contact-phone i.mail{
    background-position: -233px -2px;
}
.navbar-top .contact-phone i.skype{
    background-position: -215px -104px;
}
.navbar-top .contact-phone i.telegram{
    background-position: -194px -52px;
}
.navbar-top .contact-phone i.life{
    background-position: -231px -74px;
}
.navbar-top .contact-phone i.a1{
    background-position: -168px -77px;
}
.navbar-top .contact-phone i.mts{
    background-position: -215px -26px;
}
.navbar-top .contact-phone i.beltelecom{
    background-position: -148px -96px;
}
.navbar-top-inner .top-nav-header p.active > i{
    background-position: -131px -20px;
}
.navbar-top-inner .top-nav-header p > i{
    background-position: -131px 0px;
}
.navbar-top .contact-phone i.instagram, .footer ul li a i.instagram {
    background-position: -282px -56px;
}

@media (max-width: 979px){
    .hidden-xs .cartMenu .dropdown-toggle {
        padding-bottom: 45px;
        padding-top: 31px;
    }
}
@media all and (max-width: 992px) {
    .cartRespons.js-cart-title{
        display: none;
    }
    .footer-menu .container .row div{
        padding: 20px 15px;
    }
    .top-nav-header p, .top-nav-header .info-level3 {
        display: flex;
        align-items: center;
    }
    .top-nav-header .contact-wrap{
        display: none;
    }
    .top-nav-menu{
        text-align: right;
    }
    .top-nav-header ul{
        padding: 10px 15px;
    }
    .top-nav-header ul li{
        display: block;
    }
    .top-nav-menu.top-nav-header ul{
        right: 0;
        text-align: right;
    }
    .top-nav-menu.top-nav-header ul li a{
        padding-left: 0;
        line-height: 35px;
    }
    .small-screen-contact{
        display: block;
    }
}
@media all and (max-width: 768px) {
    .top-contact{
        width: 60%;
        padding: 0 0 0 10px;
    }
    .top-info{
        width: 40%;
        padding: 0 10px 0 0px;
    }
    .navbar-fixed-top .navbar-collapse{
        max-height: inherit;
        height: 100vh;
    }
    /*.nav.navbar-nav .dropdown-toggle{
        display: none;
    }*/
    /*.navbar-collapse.collapse.in .dropdown-menu{
        position: static;
        display: block;
    }*/
    .megamenu-content ul{
        padding-bottom: 0px !important;
        margin: 0;
    }
    .megamenu .dropdown.megamenu-fullwidth .dropdown-menu{
        overflow-y: scroll;
        height: calc(100vh - 150px);
        box-shadow:none;
        border-bottom: none;
        width: 100%;
    }
    .megamenu-content ul li{
        line-height: normal;
        margin: 0;
    }
}
@media all and (max-width: 600px) {
    .search-input {
        padding: 20px 0 20px 15px;
        color: #1B1B1B;
    }
    .search-close {
        height: 65px;
    }
    .search-full {
        min-height: 65px;
    }
    .ps-nav img{
        width: 40px;
    }
    .top-nav-header p, .top-nav-header .info-level3 {
        font-size: 10px;
    }
    .top-nav-header p i, .top-nav-header .info-level3 i{
        margin-left: 4px;
        width: 16px;
    }
    .top-nav-header p{
        font-size: 12px;
    }
    .top-nav-header p i{
        margin-left: 4px;
        width: 16px;
    }
    .top-contact{
        width: 70%;
        padding: 0 0 0 10px;
    }
    .top-info{
        width: 30%;
        padding: 0 10px 0 0px;
    }
    .top-nav-header .contact-wrap.active{
        width: 245px;
    }
    .category .image a, .product .image a{
        padding: 0 10px;
    }
    .category .image a img{
        max-width: 200px !important;
    }
    .category .image a img{
        height: auto !important;
        width: 100% !important;
    }
}
@media all and (max-width: 450px) {
    .navbar-top .contact-phone ul li a, .navbar-top .top-nav-menu ul li a{
        font-size: 12px;
    }
}
.pl-10 {
  padding-left: 10px;
}

.navbar.stuck .navbar-top {
    margin-top: -40px;
}

.footer .contact-link {
  color: #FDC91B;
  display: inline-block;
}

@media (max-width: 768px) {
    .section-filters {
        display: none;
    }
  
    .section-filters-toggle-panel {
        margin-top: -5px;
        margin-right: 5px;
        display: block;
    }
  
  .js-products-found {
        float: right !important;
        margin-left: 10px;
    }
}

.section-filters.active {
    display: block;
}

@media (max-width: 767px) {
    .page-category .item {
        /*height: 200px !important;*/
        min-height: 200px !important;
      width: 50% !important;
    }
  
  .page-category .item .product {
    display: flex;
    flex-direction: column;
    /*height: 200px !important;
        padding: 10px;*/
        border-radius: 10px;
  }
  
  .page-category .item .image {
    height: auto;
  }
  
  .page-category .item img {
        max-width: 80%;
        max-height: 100px;
    }
  
  .page-category .item .description .grid-description {
    display: none;
  }
  .page-category .item .description {
    min-height: auto;
  }
  
  .page-category .item .info-level4 {
    min-height: auto;
    max-height: 50px;
  }
  
  .page-category .item .info-level4 a {
    font-size: 10px;
  }
  
  .page-category .item .price, .page-category .item .action-control {
    margin-top: auto;
  }
  .page-category .item .price {
    font-size: 18px;
  }
}

@media (max-width: 460px) {
    .featuredImgLook2 .col-xs-6 {
      width: 50%;
      padding-left: 5px;
      padding-right: 5px;
    }
  
  .featuredImgLook2 .inner {
    display: flex;
    flex-direction: column;
  }
  
  .featuredImgLook2 .info-level3, .featuredImgLook2 h3 {
    font-size: 13px;
  }
  
  .featuredImgLook2 .category .image {
    height: auto;
  }
  
  .featuredImgLook2 .btn-link {
    margin-top: auto;
  }
  
  .featuredImgLook2 p {
    max-height: 93px;
    overflow: hidden;
  }
}
.page-category .alias-section .alias-link:nth-child(-n+8) {
  display: inline-block !important;
}

.page-category .alias-section .alias-link, .alias-section > span {
  min-width: 235px;
    text-align: center;
}
.alias-active {
  border: 1px solid #C9B277;
}
.page-category .alias-section .alias-link {
  padding: 8px;
  border: 1px dashed;
}
.alias-btn {
  display: block;
    margin: auto;
    margin-top: 10px;
  width: 100%;
}

.callback-modal {
    display: none;
    font-size: 14px;
    color: #283347;
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    box-sizing: border-box;
    padding-top: 24px;
    background-color: #FEFDFD;
    z-index: 1100;
}

.modal-overlay {
    display: none;
    position: fixed;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.25);
    z-index: 1099;
}

.show {
  display: block;
}

.visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    border: 0;
    padding: 0;
    white-space: nowrap;
    clip-path: inset(100%);
    clip: rect(0 0 0 0);
    overflow: hidden;
}

.callback-modal__close {
  position: absolute;
    right: 15px;
    top: 30px;
    border: none;
    background-color: transparent;
}

.callback-modal__title {
  padding-left: 15px;
  padding-right: 40px;
}

.callback-modal-form {
  padding: 15px;
}

.callback-form-btn {
  display: inline-block;
    box-sizing: border-box;
    text-align: center;
    padding-top: 6px;
    padding-bottom: 6px;
  margin-top: 10px;
  background-color: #283347;
  color: #52ff00;
  border: 1px solid #283347;
  width: 47%;
}

.callback-form-btn--close {
  background-color: #BCBFC6;
  color: #283347;
  border: none;
  margin-right: 7px;
  margin-left: 7px;
}

.callback-modal__data-wrapper {
    display: flex;
  flex-wrap: wrap;
}

.callback-modal-form__label {
  display: block;
  font-weight: 600;
}

.modal-field {
  margin-left: 5px;
  margin-right: 5px;
  flex-grow: 1;
}

.callback-modal-form__input {
  width: 100%;
}

@media (max-width: 903px) {
  .modal__submit-btn {
    margin-right: 0;
  margin-left: 0;
  }
  
  .callback-form-btn {
    width: 100%;
  }
}

.gratitude-modal {
    box-sizing: border-box;
    display: none;

    padding: 20px;
  	font-size: 16px;
  	color: #283347;
    background-color: #fff;
    box-shadow: 0px 2px 16px -2px rgba(40, 40, 40, 0.15);
    border: 1px solid #283347;
    text-align: center;

    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.gratitude-modal__confirm-btn {
    background: #283347;
    color: #52ff00;
}

.require-field {
    font-size: 12px;
}

.show-require-field {
  color: red;
}

.custom-modal {
    z-index: 1100;
}

/*blog*/
.page-articles .bl-inner {
  display: flex;
  flex-wrap: wrap;
  column-gap: 20px;
  row-gap: 20px;
}

.page-articles .item-blog-post {
  max-width: 540px;
}

.post-main-view {
  display: flex;
  flex-direction: row;
  align-items: stretch; /* чтобы картинка и текст были одинаковой высоты */
  height: 100%;
}

.post-main-view > div:first-child {
  flex-shrink: 0;
}

.post-main-view img {
  width: 280px;
  height: 100%;
  object-fit: cover;
}

.post-description {
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex: 1;
}
.post-info {
  display: none;
}

@media (max-width: 768px) {
  .post-main-view {
    flex-direction: column;
  }

  .post-main-view img {
    width: 100%;
    height: auto;
  }

  .post-description {
    padding: 15px;
  }
}

/*end blog*/

