header{
	padding-top: 20px;
}
.mega-dropdown-menu > li > ul > li > ul > li > a{
	display: block;
	padding: 3px 0;
	padding-left: 30px;
}


.img_marker_care_clothing {
  vertical-align: middle;
}


.image_marker {
  position: absolute;
  top: 0px;
  right: 0px;
  /*width: 100%;*/
  /* для IE 6 */
  z-index: 1;
}


.image_marker span {
  color: #fff;
  font-size: 16;
  padding: 4px 14px 4px 4px;
  position: absolute;
  top: 0px;
  right: 0px;
}

.image_marker img {
  float: right;
  
}

.image_marker2 img {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1;
}



/*.image_marker > span {
  padding: 10px;
  font-weight: 600;
  color:#ffffff;
  font-size: 32px;
  position	: absolute;
	top		: 0px;
	right		: 0;
	
  z-index: 2;
}*/


/*.image_marker  img{
  display: inline-block;
 
  height: auto;
  width: 100%;
  
  margin-left: auto;
  margin-right: auto;
  
  margin-bottom: 15px;
}*/
/*.marker_img_page_right1{
  position:absolute;
    top:0px;
    right:7px;
    z-index: 1;
    max-width: 100%;
    height: auto;
}*/
/*@media only screen and (max-width: 1215px) {
  .marker_img_page_right1{
    width: calc(50%);
  }
  .image_marker  img{
    
  }
  .marker_img_page_left{
    width: calc(18%);
}
}*/
/*.marker_img_page_quick{
    position:absolute;
    top:0px;
    right:11px;
    z-index: 1;
}
.marker_img{
    position:absolute;
    top:0px;
    left:0px;
    z-index: 1;
	
}
.marker_img_qw{
	position: absolute;
    top: 5px;
    right: 15px;
    z-index: 99;
}
.marker_container{

width:100%;
       position:absolute;
       top:-10px;
       
        background-color: #bb1319;
       height:40px;
        

}*/
.mega-dropdown-menu > li > ul > li > ul > li > ul > li > a{
	display: block;
	padding: 3px 0;
	padding-left: 40px;

}
.thumb-wrap {
  position: relative;
  padding-bottom: 56.25%; /* задаёт высоту контейнера для 16:9 (если 4:3 — поставьте 75%) */
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.thumb-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus{
	background-color: #f2f2f2;
}
.card_style{
	text-decoration: none!important;
}
#accordion a > .panel-title{
	color: grey;
}
#accordion .accordion-toggle{
	position: relative;
	display: inline-block;
	width: 100%;
}
.panel-heading .accordion-toggle:after{
	position: absolute;
	top: 15px;
	right: 10px;
}
.panel-heading{
	padding: 0;
}
.panel-heading a{
	padding: 15px 10px;
}
.dropdown.mega-dropdown .glyphicon{
	top: 4px;
	right: -5px;
}
.catalog_title{
	font-weight: bold;
	font-size: 22px;
	padding-bottom: 20px;
}
/*Accordeon JQ-ui*/
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
    border: 1px solid #ddd;
    background: #fff;
    font-weight: normal;
    color: #2b2b2b;
}
/*Accordeon JQ-ui end*/

.breadcrumbs{
	padding-bottom: 15px;
	margin-top: 10px;
}
.breadcrumb a{
	color: #333;
}
.header_text {
    font-size: 40px;
    padding-top: 40px;
    line-height: 100%;
    padding-bottom: 40px;
}

.old_price{
	text-decoration: line-through;
}
.product_price_catalog .catalog_sale span{
	font-size: 12px;
}
.product_card{
	margin-bottom: 20px;
}
.product_card .card_img{
	position: relative;
}
.product_card .card_img .card_menu{
	display: none;
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 40px;
	background-color: rgba(255, 255, 255, 0.6);
}
.product_card .card_img .card_menu .card_menu_link{
	display: inline-block;
	width: 100%;
	text-align: center;
	height: 100%;
}
.product_card .card_img .card_menu .card_menu_link p {
	color: #000;
	margin: 0;
}
.product_card .card_img .card_menu .card_menu_link .text{
	font-size: 12px;
}
.product_card .card_img:hover .card_menu{
	display: block;
	transition: 5s linear;
}
.see_products{
	background-color: #333;
	width: 100%;
	font-size: 24px;
	color: #fff;
	margin-bottom: 10px;
}
.see_products p{
	margin: 10px;
}
.product_card.product_card_mini .card_img .card_menu .card_menu_link .text{
	font-size: 8px;
}
.product_card.product_card_mini .product_price_catalog{
	font-size: 10px;
	margin-bottom: 10px;
}
.product_card.product_card_mini .product_price_catalog p{
	margin: 0;
}
.footer_title{
	text-decoration: underline;
	-moz-text-decoration-color: #ff0000;
	text-decoration-color: #ff0000;
}
.mob_social{
	display: inline-block;
	width: 30px;
	height: 30px;
}
.title_wrap{
	border-bottom: 2px solid rgb(160, 160, 164);
}
.single_price{
	text-align: center;
}
.single_price .old_price{
	font-size: 18px;
}
.single_price .catalog_sale{
	font-size: 26px;
}
.single_price .catalog_sale span{
	font-size: 16px;
}
.dropdown-menu.mega-dropdown-menu>li{
	width: 25%;
	float: left;
	position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
.dropdown.mega-dropdown .dropdown-menu.mega-dropdown-menu>li{
	padding: 20px 0;
}
.dropdown.mega-dropdown .dropdown-menu.mega-dropdown-menu>li>a{
	color: #000;
    font-size: 18px;
    font-weight: bold;
    border-bottom: 1px solid rgba(160,160,168,0.2);
}
.mega-dropdown-menu{
	padding: 0;
}
.nav.navbar-nav>li:last-child a{
	color: red;
}
.main_menu_wrap{
	background-color: #242426;
	margin-bottom: 20px;
}
.black_back_line{
	padding: 6px;
}
.menu_text2{
	font-size: 14px;
}
.navbar{
	margin-bottom: 0;
}
#productsSortForm{
	width: 100%;
	margin-bottom: 20px;
}
#selectProductSort, #product_size{
	width: 70%;
	float: right;
}
label{margin-top: 5px;}
* {box-sizing: border-box;}
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.bx-wrapper {
  width: 100%;
  margin: 0 auto;
  position: relative;
}
.bx-wrapper img {
  width: 100%;
  max-width: 100%;
  display: block;
}


.bx-pager-wrap .bx-wrapper {
  margin-top: 50px !important
}
.bx-pager-wrap .bx-controls a {
  transform: rotate(90deg);
  left: 37% !important;
  top: 0 !important;
  bottom: 0!important;
  right: 0 !important;
}
.bx-pager-wrap .bx-controls .bx-prev {
  top: 0 !important;
}
.bx-pager-wrap .bx-controls .bx-next {
  top: 430px !important;
}
#bx-pager a {margin: 0 3px; cursor: pointer;}
#bx-pager a img {
  padding: 3px;
  border: 1px solid #ccc;
  width: 100px;
  transition: .4s ease-in-out;
}
#bx-pager a.active img {border: 1px solid #D4104E;}
.bx-prev, .bx-next {
  text-decoration: none;
  position: absolute;
  top: 50%;
  margin-top: -40px;
  background: white;
  color: #666;
  width: 30px;
  height: 80px;
  text-align: center;
  transition: .4s linear;
  z-index: 10;
  cursor: pointer;
}
.bx-prev {
  left: 0;
  border-radius: 0 5px 5px 0;
}
.bx-next {
  right: 0;
  border-radius: 5px 0 0 5px;
}
.bx-prev:before, .bx-next:before {
  font-family: "FontAwesome";
  font-size: 30px;
  line-height: 80px;
}
.bx-next:before {content: "\f105";}
.bx-prev:before {content: "\f104";}
.padding_none{
	padding: 0;
}

.buy_products{
	display: block;
	background-color: red;
	color: #fff;
	font-size: 24px;
	text-decoration: none;
	text-align: center;
	padding: 5px;
	margin-top: 20px;
}
.buy_products:hover, .buy_products:visited, .buy_products:active{
	color: #fff;
	text-decoration: none;
}
.accordeon{
	margin-top: 20px;
}
.ten_sale{
	margin: 20px 0;
	padding: 20px;
	font-size: 24px;
	color: #fff;
	background-color: rgb(160,160,168);
	text-align: center;
}
/*cart*/
.no-spinners {
  -moz-appearance:textfield;
}
.no-spinners::-webkit-outer-spin-button,
.no-spinners::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.quantity_value{
	width: 100%;
	border-radius: 3px;
}
.product_qty_btn_wrap{
	text-align: center;
	min-width: 125px;
}
.form-group .select2.select2-container{
	display: block;
	width: 100%!important;
}
.product-details select, .product-details input, .product-details textarea{
	border-radius: 4px;
	border-color:  #aaa;
}
.product-image-container .product_image .img-responsive{
	max-height: 161px;
    max-width: 161px;
    width: auto;
    height: auto;
    margin: 0 auto;
}
.product-thumb.item-inner{
	position: relative;
	margin-bottom: 20px;
}
.product-thumb.item-inner .des-container{
	position: absolute;
	display: none;
	bottom: 0;
	width: 100%;
}
.product-thumb.item-inner .des-container.category_name .black_square{
	background: #777;
	opacity: 0.85;
	margin-top: 0;
}
.black_square{
	background: #242426;
}
.text-center.card_hp_menu{
	padding: 15px;
}
.product-thumb.item-inner:hover .des-container{
	display: block;
}
.black_square h2{
	font-size: 18px;
	text-align: center;
	margin: 15px;
}
/*pagination*/
.pagination_wrap{
	text-align: center;
}
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus{
	background-color: #ddd;
	color: #333;
}
.pagination > li:first-child > a, .pagination > li:first-child > span, .pagination > li:last-child > a, .pagination > li:last-child > span{
	margin: 2px;
	border-radius: 0;
	border-color: #999;
}
.pagination > li >a, .pagination > li >span{
	margin: 2px;
	border-color: #333;
	font-weight: bold;
	color: #333;
}
/*pagination end*/

.btn_quick_wrap div{
	text-align: center;
}
.style_btn {
	width: 100%;
	text-decoration: none;
	text-align: center;
	display: inline-block;
	position: relative;
   	padding: 10px;
	margin: 10px auto;
	background: #e31e24;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	line-height: 1.3em;
	border: 2px solid #fff;
	font-weight: normal;
	box-shadow: 0 0 0 4px #e31e24;
}
.style_btn.grey,.style_btn.grey:hover, .style_btn.grey:focus{
	background: #7f7f7f;
	box-shadow: 0 0 0 4px #7f7f7f;
}
.style_btn:hover, .style_btn:focus{
	color: #fff;
	box-shadow: 0 0 0 4px #e31e24, 2px 1px 6px 4px rgba(10, 10, 0, 0.5);
	text-shadow: -1px -1px #aa3030;
	text-decoration: none;
}

.style_btn_new {
	width: 100%;
	text-decoration: none;
	text-align: center;
	display: inline-block;
	position: relative;
   	padding: 5px;
	margin: 10px auto;
	background: #e31e24;
	color: #fff;
	font-size: 20px;
	/*font-weight: bold;*/
	/*line-height: 1.3em;
	/*border: 2px solid #fff;
	font-weight: normal;
	/*box-shadow: 0 0 0 4px #e31e24;*/
	text-transform:uppercase;

}

.style_btn_new:hover, .style_btn_new:focus{
	color: #fff;
	box-shadow: 0 0 0 4px #e31e24, 2px 1px 6px 4px rgba(10, 10, 0, 0.5);
	text-shadow: -1px -1px #aa3030;
	text-decoration: none;
}
.modal-content{position: relative;}
.preloader_wraper{
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	background: #fff;
	background-image: url(../images/sys_img/peakbiglogo.jpg);
	background-repeat: no-repeat;
    background-position: 50%;
	z-index: 99999;
}
.ajax_cart_quantity.unvisible{
	position: absolute;
    top: 8px;
    left: 37%;
    transform: translate(-50%, 0);
    background: #7f7f7f;
    padding: 2px 5px;
    border: 2px solid;
    border-radius: 18px;
}
/*search style*/
.search-wrapper {
    position: absolute;
    left: 50%;
    transition: all 0.3s ease-in-out;
}
.search-wrapper.active {
	left: 0;
	transition: all 0.3s ease-in-out;
}
.search-wrapper .glyphicon{
	top: 3px;
}
.search-wrapper .input-holder {    
    height: 25px;
    width:25px;
    overflow: hidden;
    background: rgba(255,255,255,1);
    border-radius:6px;
    position: relative;
    transition: all 0.3s ease-in-out;
}
.search-wrapper.active .input-holder {
    width:275px;
    border-radius: 50px;
    background: rgba(0,0,0,1);
    transition: all .5s cubic-bezier(0.000, 0.105, 0.035, 1.570);
}
.search-wrapper .input-holder .search-input {
    width:100%;
    height: 25px;
    padding:0px 50px 0 20px;
    opacity: 0;
    position: absolute;
    top:0px;
    left:0px;
    background: transparent;
    box-sizing: border-box;
    border:none;
    outline:none;
    font-family:"Open Sans", Arial, Verdana;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    color:#FFF;
    transform: translate(0, 60px);
    transition: all .3s cubic-bezier(0.000, 0.105, 0.035, 1.570);
    transition-delay: 0.3s;
}
.search-wrapper.active .input-holder .search-input {
    opacity: 1;
    transform: translate(0, 0px);
    background: rgba(160,160,168,0.5);
}
.search-wrapper .input-holder .search-icon {
    width:25px;
    height:25px;
    border:none;
    border-radius:6px;
    background: #FFF;
    padding:0px;
    outline:none;
    position: relative;
    z-index: 2;
    float:right;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}
.search-wrapper.active .input-holder .search-icon {
    width: 25px;
    height:25px;
    margin-right: 10px;
    border-radius: 30px;
}

.search-wrapper .close {
	opacity: 0;
    position: absolute;
    z-index: 1;
    top:0;
    right:20px;
    width:25px;
    height:25px;
    cursor: pointer;
    transform: rotate(-180deg);
    transition: all .3s cubic-bezier(0.285, -0.450, 0.935, 0.110);
    transition-delay: 0.2s;
}
.search-wrapper.active .close {
    right:-25px;
    transform: rotate(45deg);
    transition: all .6s cubic-bezier(0.000, 0.105, 0.035, 1.570);
    transition-delay: 0.5s;
    opacity: 1;
}
.search-wrapper .close::before, .search-wrapper .close::after {
    position:absolute;
    content:'';
    background: #FE5F55;
    border-radius: 2px;
}
.search-wrapper .close::before {
    width: 5px;
    height: 25px;
    left: 10px;
    top: 0px;
}
.search-wrapper .close::after {
    width: 25px;
    height: 5px;
    left: 0px;
    top: 10px;
}

/*search style end*/
/*preloader*/
#fountainG{
	position:absolute;
	width:234px;
	height:28px;
	margin:auto;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
}

.fountainG{
	position:absolute;
	top:0;
	background-color:rgb(0,0,0);
	width:28px;
	height:28px;
	animation-name:bounce_fountainG;
		-o-animation-name:bounce_fountainG;
		-ms-animation-name:bounce_fountainG;
		-webkit-animation-name:bounce_fountainG;
		-moz-animation-name:bounce_fountainG;
	animation-duration:1.5s;
		-o-animation-duration:1.5s;
		-ms-animation-duration:1.5s;
		-webkit-animation-duration:1.5s;
		-moz-animation-duration:1.5s;
	animation-iteration-count:infinite;
		-o-animation-iteration-count:infinite;
		-ms-animation-iteration-count:infinite;
		-webkit-animation-iteration-count:infinite;
		-moz-animation-iteration-count:infinite;
	animation-direction:normal;
		-o-animation-direction:normal;
		-ms-animation-direction:normal;
		-webkit-animation-direction:normal;
		-moz-animation-direction:normal;
	transform:scale(.3);
		-o-transform:scale(.3);
		-ms-transform:scale(.3);
		-webkit-transform:scale(.3);
		-moz-transform:scale(.3);
	border-radius:19px;
		-o-border-radius:19px;
		-ms-border-radius:19px;
		-webkit-border-radius:19px;
		-moz-border-radius:19px;
}

#fountainG_1{
	left:0;
	animation-delay:0.6s;
		-o-animation-delay:0.6s;
		-ms-animation-delay:0.6s;
		-webkit-animation-delay:0.6s;
		-moz-animation-delay:0.6s;
}

#fountainG_2{
	left:29px;
	animation-delay:0.75s;
		-o-animation-delay:0.75s;
		-ms-animation-delay:0.75s;
		-webkit-animation-delay:0.75s;
		-moz-animation-delay:0.75s;
}

#fountainG_3{
	left:58px;
	animation-delay:0.9s;
		-o-animation-delay:0.9s;
		-ms-animation-delay:0.9s;
		-webkit-animation-delay:0.9s;
		-moz-animation-delay:0.9s;
}

#fountainG_4{
	left:88px;
	animation-delay:1.05s;
		-o-animation-delay:1.05s;
		-ms-animation-delay:1.05s;
		-webkit-animation-delay:1.05s;
		-moz-animation-delay:1.05s;
}

#fountainG_5{
	left:117px;
	animation-delay:1.2s;
		-o-animation-delay:1.2s;
		-ms-animation-delay:1.2s;
		-webkit-animation-delay:1.2s;
		-moz-animation-delay:1.2s;
}

#fountainG_6{
	left:146px;
	animation-delay:1.35s;
		-o-animation-delay:1.35s;
		-ms-animation-delay:1.35s;
		-webkit-animation-delay:1.35s;
		-moz-animation-delay:1.35s;
}

#fountainG_7{
	left:175px;
	animation-delay:1.5s;
		-o-animation-delay:1.5s;
		-ms-animation-delay:1.5s;
		-webkit-animation-delay:1.5s;
		-moz-animation-delay:1.5s;
}

#fountainG_8{
	left:205px;
	animation-delay:1.64s;
		-o-animation-delay:1.64s;
		-ms-animation-delay:1.64s;
		-webkit-animation-delay:1.64s;
		-moz-animation-delay:1.64s;
}

.product-details input[type='submit'] {
	border-radius: unset;
	background: #e31e24;
    border-color:  #fff;
    text-decoration: none;
}
.product-details input[type='submit']:hover{
	background: #e31e24;
	box-shadow: 0 0 0 4px #e31e24, 2px 1px 6px 4px rgba(10, 10, 0, 0.5);
    text-shadow: -1px -1px #aa3030;
}

@keyframes bounce_fountainG{
	0%{
	transform:scale(1);
		background-color:rgb(0,0,0);
	}

	100%{
	transform:scale(.3);
		background-color:rgb(255,255,255);
	}
}

@-o-keyframes bounce_fountainG{
	0%{
	-o-transform:scale(1);
		background-color:rgb(0,0,0);
	}

	100%{
	-o-transform:scale(.3);
		background-color:rgb(255,255,255);
	}
}

@-ms-keyframes bounce_fountainG{
	0%{
	-ms-transform:scale(1);
		background-color:rgb(0,0,0);
	}

	100%{
	-ms-transform:scale(.3);
		background-color:rgb(255,255,255);
	}
}

@-webkit-keyframes bounce_fountainG{
	0%{
	-webkit-transform:scale(1);
		background-color:rgb(0,0,0);
	}

	100%{
	-webkit-transform:scale(.3);
		background-color:rgb(255,255,255);
	}
}

@-moz-keyframes bounce_fountainG{
	0%{
	-moz-transform:scale(1);
		background-color:rgb(0,0,0);
	}

	100%{
	-moz-transform:scale(.3);
		background-color:rgb(255,255,255);
	}
}
/*preloader end*/

/*modal quickview*/
@media (min-width: 1200px){
	.modal-dialog{width: 1200px; top: 15%;}
}
/*modal quickview end*/

@media (min-width: 1024px ){
	.mobile_cart_summ{display: none;}
}
@media (max-width: 1023px){
	.desctop_cart_sum{display: none;}
}
@media (max-width: 450px){
	.qty_td .w-100-xss{width: 100%;}
}
/*cart end*/

@media (max-width: 1200px){
	.search-wrapper.active .input-holder{width: 240px;}
	#bx-pager{display: none;}
	.bx-pager-wrap .bx-controls-direction{display: none;}
	.product_card .card_img .card_menu{display: block;}
}
@media (max-width: 992px){
	.search-wrapper.active .input-holder{width: 190px;}
}
@media (max-width: 767px){
	.navbar-nav .open .dropdown-menu{background-color: #f2f2f2;}
	.product-thumb.item-inner .des-container{display: block;}
}
@media (max-width: 600px){
	.info_coll_footer{width: 50%;}
	.dropdown-menu.mega-dropdown-menu>li{width: 100%;}
}
@media(max-width: 550px){
	.black_sub_menu .col-xxs-12{width: 50%;}
	.black_sub_menu .search_col.col-xxs-12{width: 100%;}
	.header_menu{width: 50%;}
	.header_menu:nth-child(5){clear: left;}
	.search-wrapper{position: relative; margin-top: 10px; width: 20%;}
	.search-wrapper.active{width: auto;}
	.search-wrapper.active .close{right: 20px;}
	.search-wrapper.active .input-holder{width: 90%;}
	.preloader_wraper{background-size: 100%;}
}
@media (max-width: 450px){
	.info_coll_footer, .mob_social_wrap{text-align: center;}
	.col-xxs-12{width: 100%;}
	.col-xxs-6{width: 50%;}
}
@media (max-width: 400px){
	.search-wrapper.active .input-holder{width: 85%;}
}

/*Adaptive card block*/
@media (min-width: 992px){
	.item-inner.first-in-line{clear:left;}
}
@media (min-width: 768px) and (max-width: 991px){
	.item-inner.first-item-of-tablet-line{clear:left;}
	.col-ssm-6{width: 50%;}
}
@media (min-width: 480px) and (max-width: 767px){
	.item-inner.first-item-of-mobile-line{clear:left;}
}
@media (max-width: 479px){
	.item-inner{clear:left; width:100%;}
}
/*Adaptive card block end*/

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus{
	background-color: #f2f2f2;
}
.card_style{
	text-decoration: none!important;
}
#accordion a > .panel-title{
	color: grey;
}
#accordion .accordion-toggle{
	position: relative;
	display: inline-block;
	width: 100%;
}
.panel-heading .accordion-toggle:after{
	position: absolute;
	top: 15px;
	right: 10px;
}
.panel-heading{
	padding: 0;
}
.panel-heading a{
	padding: 15px 10px;
}
.dropdown.mega-dropdown .glyphicon{
	top: 4px;
	right: -5px;
}
.catalog_title{
	font-weight: bold;
	font-size: 22px;
	padding-bottom: 20px;
}
/*Accordeon JQ-ui*/
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
    border: 1px solid #ddd;
    background: #fff;
    font-weight: normal;
    color: #2b2b2b;
}
/*Accordeon JQ-ui end*/

#center_column .breadcrumbs{
	margin-top: 20px;
}
.breadcrumbs{
	padding-bottom: 15px;
	margin-top: 20px;
}
.breadcrumb a{
	color: #333;
}
.header_text {
    font-size: 40px;
    padding-top: 40px;
    line-height: 100%;
    padding-bottom: 40px;
}

.old_price{
	text-decoration: line-through;
}
.product_price_catalog .catalog_sale span{
	font-size: 12px;
}
.product_card{
	margin-bottom: 20px;
}
.product_card .card_img{
	position: relative;
}
.product_card .card_img .card_menu{
	display: none;
	position: absolute;
	bottom: 0;
	margin: 0 auto;
	width: 100%;
	height: 45px;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: rgba(255, 255, 255, 0.6);
}
.product_card .card_img .card_menu .card_action{
	padding: 0 3px;
}
.product_card .card_img .card_menu .card_action .icon i{
	display: block;
};
.product_card .card_img .card_menu .card_menu_link{
	display: inline-block;
	width: 100%;
	text-align: center;
	height: 100%;
}
.product_card .card_img .card_menu .card_menu_link p {
	color: #000;
	margin: 0;
	line-height: 30px;
}
.product_card .card_img .card_menu .card_menu_link .text{
	font-size: 12px;
	line-height: 15px;
	vertical-align: top;
}
.product_card .card_img:hover .card_menu{
	display: block;
	transition: 5s linear;
}
.modules_title{
	background-color: #242426;
	width: 100%;
	font-size: 24px;
	color: #fff;
	margin-bottom: 10px;
	padding: 10px;
}
.see_products p{
	margin: 10px;
}
.subproducts_title span{
	display: inline-block;
	font-size: 22px;
	padding: 5px 0;
	border-bottom: 1px solid #333;
	color: #333;
}
.product_card.product_card_mini .card_img .card_menu .card_menu_link .text{
	font-size: 8px;
}
.product_card.product_card_mini .product_price_catalog{
	font-size: 10px;
	margin-bottom: 10px;
}
.product_card.product_card_mini .product_price_catalog p{
	margin: 0;
}
.footer_title{
	text-decoration: underline;
	-moz-text-decoration-color: #ff0000;
	text-decoration-color: #ff0000;
}
.mob_social{
	display: inline-block;
	width: 30px;
	height: 30px;
}
.title_wrap{
	border-bottom: 2px solid rgb(160, 160, 164);
}
.single_price{
	text-align: center;
}
.single_price .old_price{
	font-size: 18px;
}
.single_price .catalog_sale{
	font-size: 26px;
}
.single_price .catalog_sale span{
	font-size: 16px;
}
.dropdown-menu.mega-dropdown-menu>li{
	width: 25%;
	float: left;
	position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
.dropdown.mega-dropdown .dropdown-menu.mega-dropdown-menu>li{
	padding: 20px 0;
}
.dropdown.mega-dropdown .dropdown-menu.mega-dropdown-menu>li>a{
	color: #000;
    font-size: 18px;
    font-weight: bold;
    border-bottom: 1px solid rgba(160,160,168,0.2);
}
.mega-dropdown-menu{
	padding: 0;
}
.nav.navbar-nav>li:last-child a{
	color: red;
}
.main_menu_wrap{
	background-color: #242426;
	margin-bottom: 20px;
}
.navbar-default{
	background-color: #242426;
}
.black_back_line{
	padding: 6px;
	background-color: #242426;
}
.menu_text2{
	font-size: 14px;
}
.navbar{
	margin-bottom: 0;
}
#productsSortForm{
	width: 100%;
	margin-bottom: 20px;
}
#selectProductSort, #product_size{
	width: 70%;
	float: right;
}
label{margin-top: 5px;}
* {box-sizing: border-box;}
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}


#bx-pager a.active img {border: 1px solid #D4104E;}
.bx-prev, .bx-next {
  text-decoration: none;
  position: absolute;
  top: 50%;
  margin-top: -40px;
  background: white;
  color: #666;
  width: 30px;
  height: 80px;
  text-align: center;
  transition: .4s linear;
  z-index: 5;
  cursor: pointer;
}
.bx-prev {
  left: 0;
  border-radius: 0 5px 5px 0;
}
.bx-next {
  right: 0;
  border-radius: 5px 0 0 5px;
}
.bx-prev:before, .bx-next:before {
  font-family: "FontAwesome";
  font-size: 30px;
  line-height: 80px;
}
.bx-next:before {content: "\f105";}
.bx-prev:before {content: "\f104";}
.padding_none{
	padding: 0;
}

.buy_products{
	display: block;
	background-color: red;
	color: #fff;
	font-size: 24px;
	text-decoration: none;
	text-align: center;
	padding: 5px;
	margin-top: 20px;
}
.buy_products:hover, .buy_products:visited, .buy_products:active{
	color: #fff;
	text-decoration: none;
}
.accordeon{
	margin-top: 20px;
}
.ten_sale{
	margin: 20px 0;
	padding: 20px;
	font-size: 24px;
	color: #fff;
	background-color: rgb(160,160,168);
	text-align: center;
}
/*cart*/
.no-spinners {
  -moz-appearance:textfield;
}
.no-spinners::-webkit-outer-spin-button,
.no-spinners::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.quantity_value{
	width: 100%;
	border-radius: 3px;
}
.product_qty_btn_wrap{
	text-align: center;
	min-width: 125px;
}
.form-group .select2.select2-container{
	display: block;
	width: 100%!important;
}
.product-details select, .product-details input, .product-details textarea{
	border-radius: 4px;
	border-color:  #aaa;
}
.product-image-container .product_image .img-responsive{
	max-height: 161px;
    max-width: 161px;
    width: auto;
    height: auto;
    margin: 0 auto;
}
.product-thumb.item-inner{
	position: relative;
	margin-bottom: 20px;
}
.product-thumb.item-inner .des-container{
	position: absolute;
	display: none;
	bottom: 0;
	width: 100%;
}
.product-thumb.item-inner .des-container.category_name .black_square{
	background: #777;
	opacity: 0.85;
	margin-top: 0;
}
.product-thumb.item-inner:hover .des-container{
	display: block;
}
.black_square h2{
	font-size: 18px;
	text-align: center;
	margin: 15px;
}
/*pagination*/
.pagination_wrap{
	text-align: center;
}
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus{
	background-color: #ddd;
	color: #333;
}
.pagination > li:first-child > a, .pagination > li:first-child > span, .pagination > li:last-child > a, .pagination > li:last-child > span{
	margin: 2px;
	border-radius: 0;
	border-color: #999;
}
.pagination > li >a, .pagination > li >span{
	margin: 2px;
	border-color: #333;
	font-weight: bold;
	color: #333;
}
/*pagination end*/

.btn_quick_wrap div{
	text-align: center;
}
.style_btn {
	width: 100%;
	text-decoration: none;
	text-align: center;
	display: inline-block;
	position: relative;
   	padding: 10px;
	margin: 10px auto;
	background: #e31e24;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	line-height: 1.3em;
	border: 2px solid #fff;
	font-weight: normal;
	box-shadow: 0 0 0 4px #e31e24;
}
.style_btn.grey,.style_btn.grey:hover, .style_btn.grey:focus{
	background: #7f7f7f;
	box-shadow: 0 0 0 4px #7f7f7f;
}
.style_btn:hover, .style_btn:focus{
	color: #fff;
	box-shadow: 0 0 0 4px #e31e24, 2px 1px 6px 4px rgba(10, 10, 0, 0.5);
	text-shadow: -1px -1px #aa3030;
	text-decoration: none;
}
.modal-content{position: relative;}
.preloader_wraper{
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	background: #fff;
	background-image: url(../images/sys_img/peakbiglogo.jpg);
	background-repeat: no-repeat;
    background-position: 50%;
	z-index: 99999;
}
.ajax_cart_quantity.unvisible{
	position: absolute;
    top: 8px;
    left: 37%;
    transform: translate(-50%, 0);
    background: #7f7f7f;
    padding: 2px 5px;
    border: 2px solid;
    border-radius: 18px;
}
/*search style*/
.search-wrapper {
    position: absolute;
    left: 100%;
    transition: all 0.3s ease-in-out;
}
.search-wrapper.active {
	left: 0;
	transition: all 0.3s ease-in-out;
}
.search-wrapper .glyphicon{
	top: 3px;
}
.search-wrapper .input-holder {    
    height: 25px;
    width:25px;
    overflow: hidden;
    background: rgba(255,255,255,1);
    border-radius:6px;
    position: relative;
    transition: all 0.3s ease-in-out;
}
.search-wrapper.active .input-holder {
    width:230px;
    border-radius: 50px;
    background: rgba(0,0,0,1);
    transition: all .5s cubic-bezier(0.000, 0.105, 0.035, 1.570);
}
.search-wrapper .input-holder .search-input {
    width:100%;
    height: 25px;
    padding:0px 50px 0 20px;
    opacity: 0;
    position: absolute;
    top:0px;
    left:0px;
    background: transparent;
    box-sizing: border-box;
    border:none;
    outline:none;
    font-family:"Open Sans", Arial, Verdana;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    color:#FFF;
    transform: translate(0, 60px);
    transition: all .3s cubic-bezier(0.000, 0.105, 0.035, 1.570);
    transition-delay: 0.3s;
}
.search-wrapper.active .input-holder .search-input {
    opacity: 1;
    transform: translate(0, 0px);
    background: rgba(160,160,168,0.5);
}
.search-wrapper .input-holder .search-icon {
    width:25px;
    height:25px;
    border:none;
    border-radius:6px;
    background: #FFF;
    padding:0px;
    outline:none;
    position: relative;
    z-index: 2;
    float:right;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}
.search-wrapper.active .input-holder .search-icon {
    width: 25px;
    height:25px;
    margin-right: 0px;
    border-radius: 30px;
}

.search-wrapper .close {
	opacity: 0;
    position: absolute;
    z-index: 1;
    top:0;
    right:20px;
    width:25px;
    height:25px;
    cursor: pointer;
    transform: rotate(-180deg);
    transition: all .3s cubic-bezier(0.285, -0.450, 0.935, 0.110);
    transition-delay: 0.2s;
}
.search-wrapper.active .close {
    right:-25px;
    transform: rotate(45deg);
    transition: all .6s cubic-bezier(0.000, 0.105, 0.035, 1.570);
    transition-delay: 0.5s;
    opacity: 1;
}
.search-wrapper .close::before, .search-wrapper .close::after {
    position:absolute;
    content:'';
    background: #FE5F55;
    border-radius: 2px;
}
.search-wrapper .close::before {
    width: 5px;
    height: 25px;
    left: 10px;
    top: 0px;
}
.search-wrapper .close::after {
    width: 25px;
    height: 5px;
    left: 0px;
    top: 10px;
}

/*search style end*/
/*preloader*/
#fountainG{
	position:absolute;
	width:234px;
	height:28px;
	margin:auto;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
}

.fountainG{
	position:absolute;
	top:0;
	background-color:rgb(0,0,0);
	width:28px;
	height:28px;
	animation-name:bounce_fountainG;
		-o-animation-name:bounce_fountainG;
		-ms-animation-name:bounce_fountainG;
		-webkit-animation-name:bounce_fountainG;
		-moz-animation-name:bounce_fountainG;
	animation-duration:1.5s;
		-o-animation-duration:1.5s;
		-ms-animation-duration:1.5s;
		-webkit-animation-duration:1.5s;
		-moz-animation-duration:1.5s;
	animation-iteration-count:infinite;
		-o-animation-iteration-count:infinite;
		-ms-animation-iteration-count:infinite;
		-webkit-animation-iteration-count:infinite;
		-moz-animation-iteration-count:infinite;
	animation-direction:normal;
		-o-animation-direction:normal;
		-ms-animation-direction:normal;
		-webkit-animation-direction:normal;
		-moz-animation-direction:normal;
	transform:scale(.3);
		-o-transform:scale(.3);
		-ms-transform:scale(.3);
		-webkit-transform:scale(.3);
		-moz-transform:scale(.3);
	border-radius:19px;
		-o-border-radius:19px;
		-ms-border-radius:19px;
		-webkit-border-radius:19px;
		-moz-border-radius:19px;
}

#fountainG_1{
	left:0;
	animation-delay:0.6s;
		-o-animation-delay:0.6s;
		-ms-animation-delay:0.6s;
		-webkit-animation-delay:0.6s;
		-moz-animation-delay:0.6s;
}

#fountainG_2{
	left:29px;
	animation-delay:0.75s;
		-o-animation-delay:0.75s;
		-ms-animation-delay:0.75s;
		-webkit-animation-delay:0.75s;
		-moz-animation-delay:0.75s;
}

#fountainG_3{
	left:58px;
	animation-delay:0.9s;
		-o-animation-delay:0.9s;
		-ms-animation-delay:0.9s;
		-webkit-animation-delay:0.9s;
		-moz-animation-delay:0.9s;
}

#fountainG_4{
	left:88px;
	animation-delay:1.05s;
		-o-animation-delay:1.05s;
		-ms-animation-delay:1.05s;
		-webkit-animation-delay:1.05s;
		-moz-animation-delay:1.05s;
}

#fountainG_5{
	left:117px;
	animation-delay:1.2s;
		-o-animation-delay:1.2s;
		-ms-animation-delay:1.2s;
		-webkit-animation-delay:1.2s;
		-moz-animation-delay:1.2s;
}

#fountainG_6{
	left:146px;
	animation-delay:1.35s;
		-o-animation-delay:1.35s;
		-ms-animation-delay:1.35s;
		-webkit-animation-delay:1.35s;
		-moz-animation-delay:1.35s;
}

#fountainG_7{
	left:175px;
	animation-delay:1.5s;
		-o-animation-delay:1.5s;
		-ms-animation-delay:1.5s;
		-webkit-animation-delay:1.5s;
		-moz-animation-delay:1.5s;
}

#fountainG_8{
	left:205px;
	animation-delay:1.64s;
		-o-animation-delay:1.64s;
		-ms-animation-delay:1.64s;
		-webkit-animation-delay:1.64s;
		-moz-animation-delay:1.64s;
}

#carousel-big .carousel-inner > .item > a > img{
	max-width: unset;
	width: 100%;
}

.color_variable_wrap .color_variable_href{
	display: inline-block;
    width: 20px;
    background-color: #ff0000;
    height: 20px;
    border-radius: 20px;
    position: relative;
    top: 5px;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.4);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.4);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.4);
}
.curr_color{
	 -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.4);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.4);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.4);
}
.subproduct_list .bx-wrapper{
	width: 100%!important;
	max-width: unset!important;
}
.card_img{
	padding-bottom: 10px;
}
a:hover, a:focus{
	text-decoration: none;
}
a{
	color: grey;
}
.nav.navbar-nav.top-header-menu>li:last-child a{
	color: #fff;
}
.top-header-menu-wrap{
	background-color: #7f7f7f;
}
.navbar-default.top-header-menu-wrap .navbar-toggle{
	border-color: #fff;
}
.navbar-default.top-header-menu-wrap .navbar-toggle .icon-bar{
	background-color: #fff;
}
.color_variable_wrap{
	margin-top: 20px;
}
.top-header-menu-wrap .navbar-toggle{
	margin-right: 30px;
}
.row.sponsor_text{
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}
.sponsor_text .header_text{
	color: #147cb5;
}

.free_delivery_pb.row{
	background-color: rgb(160,160,168);
	margin-left: 0;
	margin-right: 0;
	margin-top: 7px;
}
.free_delivery_pb .free_delivery_pb_img{
	padding: 10px;
	padding-top: 0;
}
.free_delivery_pb .free_delivery_pb_text{
	font-size: 22px;
    display: inline-block;
    padding: 10px;
    color: #fff;
    padding-top: 15px;
}
.single_price.title_wrap{
	padding-bottom: 20px;
}
.add_to_favorite{
	background-image: url('/sys_img/favorite.png');
	display: inline-block;
	height: 40px;
	width: 40px;
	background-size: 100%;
	background-repeat: no-repeat;
	margin: 0 10px;
	transform: translateY(35%);
}
.style_btn.add_to_cart {
	width: 60%;
}
.sharing_single_product{
	font-size: 16px;
	float: right;
}
.share_fb{
	background-image: url('/sys_img/fb_share.png');
	display: inline-block;
	height: 30px;
	width: 30px;
	background-size: 100%;
	background-repeat: no-repeat;
	margin: 0 5px;
	/*transform: translateY(35%);*/
}
.share_insta{
	background-image: url('/sys_img/inst_share.png');
	display: inline-block;
	height: 30px;
	width: 30px;
	background-size: 100%;
	background-repeat: no-repeat;
	margin: 0 5px;
	/*transform: translateY(35%);*/
}
.card_price{
	font-weight: bold;
}
.style_btn.add_to_cart.quick_view{
	width: 40%;
	margin: 4px;
	font-size: 14px;
}
#quickview_cart .tittle{
	text-align: center;
	font-size: 26px;
}
#quickview_cart .product_info{
	border-right: 1px solid #e5e5e5;
}
#quickview_cart .product_info .product_img{
	width: 100%;
}
#quickview_cart .product_info{
	font-size: 16px;
}
#quickview_cart .product_info div{
	padding-bottom: 5px;
}
#quickview_cart .product_info .product_title{
	font-size: 20px;
}
#quickview_cart .free_delivery_pb .free_delivery_pb_img{
	width: 100%;
}
#quickview_cart .ten_sale{
	padding: 5px;
}
.color_quickview{
	display: inline-block;
    height: 20px;
    width: 20px;
    border-radius: 15px;
    position: relative;
    top: 4px;
}
.filter_param_qv{
	text-transform: capitalize;
}
#quickview_cart .modal-dialog{
	max-width: 880px;
}
#quickview_cart .style_btn.add_to_cart{
	width: 100%;
}

#quickview_cart .product_info_price > div{
	font-size: 18px;
	padding-bottom: 15px;
}
#quickview_cart .cart_summ{
	text-align: center;
}
#quickview_cart .cart_summ span{
	color: #ff0000;
	font-size: 30px;
}
#quickview_cart .free_delivery_pb .free_delivery_pb_text{
	font-size: 16px;
}
#quickview_cart .product_info_price .title{
	font-weight: bold;
    font-size: 22px;
}
.reviews_form #user_name, .reviews_form #text_review{
	border: 1px solid #E5E5E5;
    box-shadow: none;
    background-color: #f6f6f6;
    border-radius: 5px;
    width: 100%;
}
.review_title{
	min-height: 38px;
	float: left;
	line-height: 38px;
	padding-right: 10px;
	font-weight: bold;
}
.box-comment-text{
	padding-bottom: 10px;
	border-bottom: 1px solid #e5e5e5;
}
#btn_save_review{
	font-size: 18px;
	width: 100%;
}

.mobile_cart_summ .cart_navigation .style_btn.add_to_cart{
	width: 100%;
}
a.disable_buy{
	pointer-events: none; /* делаем элемент неактивным для взаимодействия */
	cursor: default; /*  курсор в виде стрелки */
	background: #7f7f7f;
    box-shadow: 0 0 0 4px #7f7f7f;
}
/*star rating*/
.star-rating{
	font-size: 0;
}
.star-rating__wrap{
	display: inline-block;
	font-size: 2rem;
}
.star-rating__wrap:after{
	content: "";
	display: table;
	clear: both;
}
.star-rating__ico{
	float: right;
	padding-left: 2px;
	cursor: pointer;
	color: #FFB300;
}
.star-rating__ico:last-child{
	padding-left: 0;
}
.star-rating__input{
	display: none;
}
.star-rating__ico:hover:before,
.star-rating__ico:hover ~ .star-rating__ico:before,
.star-rating__input:checked ~ .star-rating__ico:before
{
	content: "\f005";
}
.star-rating-error, .text-error, .name-error{
	color: red;
	font-weight: bold;
}
.hidden.star-rating-error, .hidden.text-error, .hidden.name-error{
	display: none;
}
div[class^="rating"] {
    background-position: center center;
    margin: 5px 0;
}
div[class^="rating"] {
    text-indent: -999999px;
}
.box-rating .rating-box div{
	width: 80px;
	height: 28px;
}
.rating0 {
    background: url('/themes/default/sys_img/rating0.png') no-repeat;
}
.rating1 {
    background: url('/themes/default/sys_img/rating1.png') no-repeat;
}
.rating2 {
    background: url('/themes/default/sys_img/rating2.png') no-repeat;
}
.rating3 {
    background: url('/themes/default/sys_img/rating3.png') no-repeat;
}
.rating4 {
    background: url('/themes/default/sys_img/rating4.png') no-repeat;
}
.rating5 {
    background: url('/themes/default/sys_img/rating5.png') no-repeat;
}
/*star rating end*/

.succes_review{
    position: absolute;
    background-color: red;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #fff;
	background-image: url(../images/sys_img/peakbiglogo.jpg);
	background-repeat: no-repeat;
    background-position: 50% 15%;
    background-size: 55%;
}
.succes_review_text{
	position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    top: 40%;
    font-weight: bold;
    font-size: 20px;
    color: rgb(216, 37, 43);
}
.error_class{
	color: red;
	font-weight: bold;
}
.pagination_wrap.load_more_filter .style_btn{
	width: 50%;
}
.pagination_wrap.load_more_filter span{
	font-size: 24px;
    display: inline-block;
    margin-bottom: 20px;
}
.custom-products.quickview-products.row>span{
	display: block;
    font-size: 24px;
    text-align: center;
    width: 100%;
    margin-bottom: 20px;
}

.product_title {
    font-size: 28px;
    margin-top: 20px;
    margin-bottom: 10px;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
    margin: .67em 0;
    font-size: 2em;
}
.sku{
	margin-bottom: 10px;
}
.product_card .product_title_catalog,.product_card .product_price_catalog{
	line-height: 1.4;
}
/*.bx-viewport.bx-viewport { min-height: 430px !important; }*/

@keyframes bounce_fountainG{
	0%{
	transform:scale(1);
		background-color:rgb(0,0,0);
	}

	100%{
	transform:scale(.3);
		background-color:rgb(255,255,255);
	}
}

@-o-keyframes bounce_fountainG{
	0%{
	-o-transform:scale(1);
		background-color:rgb(0,0,0);
	}

	100%{
	-o-transform:scale(.3);
		background-color:rgb(255,255,255);
	}
}

@-ms-keyframes bounce_fountainG{
	0%{
	-ms-transform:scale(1);
		background-color:rgb(0,0,0);
	}

	100%{
	-ms-transform:scale(.3);
		background-color:rgb(255,255,255);
	}
}

@-webkit-keyframes bounce_fountainG{
	0%{
	-webkit-transform:scale(1);
		background-color:rgb(0,0,0);
	}

	100%{
	-webkit-transform:scale(.3);
		background-color:rgb(255,255,255);
	}
}

@-moz-keyframes bounce_fountainG{
	0%{
	-moz-transform:scale(1);
		background-color:rgb(0,0,0);
	}

	100%{
	-moz-transform:scale(.3);
		background-color:rgb(255,255,255);
	}
}
/*preloader end*/

/*modal quickview*/
@media (min-width: 1200px){
	.modal-dialog{width: 1200px; top: 15%;}
}
/*modal quickview end*/

@media (min-width: 1024px ){
	.mobile_cart_summ{display: none;}
}
@media (max-width: 1023px){
	.desctop_cart_sum{display: none;}
}
@media (max-width: 450px){
	.qty_td .w-100-xss{width: 100%;}
}
/*cart end*/

@media (max-width: 1200px){
	.search-wrapper.active .input-holder{width: 240px;}
	#bx-pager{display: none;}
	.product_card .card_img .card_menu{display: block;}
	#quickview_cart .free_delivery_pb .free_delivery_pb_img{width: 100%;}
	#quickview_cart .free_delivery_pb .free_delivery_pb_text{font-size: 24px;}
	.bx-viewport.bx-viewport { min-height: unset !important; }
}
@media (max-width: 992px){
	.search-wrapper.active .input-holder{width: 190px;}
	.sponsor_text .header_text, .sponsor_text .ukr_logo{display: none;}
}
@media (max-width: 767px){
	.navbar-nav .open .dropdown-menu{background-color: #f2f2f2;}
	.product-thumb.item-inner .des-container{display: block;}
	.search-wrapper{left: 10%;}
	.nav > li.top-header-menu-cart{display: none;}
	.mini_cart_visible.header_menu{position: absolute; left: 0; display: inline-block; width: 30%;}
	.header_menu.desktop_header_menu{display: none;}

}
@media (min-width: 768px){
	.top-header-menu-wrap{display: none;}
	.header_menu.cart_mobi_lg_hide{display: none;}
}

@media (max-width: 600px){
	.info_coll_footer{width: 50%;}
	.dropdown-menu.mega-dropdown-menu>li{width: 100%;}
	.pagination_wrap.load_more_filter .style_btn{width: 80%;}
}
@media(max-width: 550px){
	.black_sub_menu .col-xxs-12{width: 50%;}
	.black_sub_menu .search_col.col-xxs-12{width: 50%;}
	.black_sub_menu .search_col.col-xxs-12.f-w{width: 100%;}
	.header_menu{width: 50%;}
	.header_menu:nth-child(5){clear: left;}
	.search-wrapper{position: relative; margin-top: 10px; width: 20%;}
	.search-wrapper.active{width: auto;}
	.search-wrapper.active .close{right: 20px;}
	.search-wrapper.active .input-holder{width: 90%;}
	.preloader_wraper{background-size: 100%;}
	.search-wrapper{left: 50%;}
	.lng_wrap {margin-top: 10px;}
	#quickview_cart .free_delivery_pb .free_delivery_pb_text{font-size: 19px;}
}
@media(max-width: 500px){
	.style_btn.add_to_cart.quick_view{width: 98%; margin-top: 10px;}
	.add_to_favorite.quick_view{position: relative; left: 40%;}
	.free_delivery_pb .free_delivery_pb_text{font-size: 20px;}
	.share_row .social-block .sharing_single_product span{display: none;}

}
@media (max-width: 450px){
	.info_coll_footer, .mob_social_wrap{text-align: center;}
	.col-xxs-12{width: 100%;}
	.col-xxs-6{width: 50%;}
	.free_delivery_pb .free_delivery_pb_text{font-size: 18px;}
	h1.product_title{font-size: 24px;}
}
@media (max-width: 420px){
	#quickview_cart .free_delivery_pb>div{
		width: 100%;
	}
	.share_row .social-block .like_single_product .like_text{display: none;}
	.share_row .social-block .like_single_product .like_count{font-size: 22px; font-weight: bold;}
}
@media (max-width: 400px){
	.search-wrapper.active .input-holder{width: 85%;}
	.free_delivery_pb .free_delivery_pb_text{font-size: 15px;}
}
@media (max-width: 350px){
	.free_delivery_pb .free_delivery_pb_text{font-size: 12px;}
}

/*Adaptive card block*/
@media (min-width: 992px){
	.item-inner.first-in-line{clear:left;}
}
@media (min-width: 768px) and (max-width: 991px){
	.item-inner.first-item-of-tablet-line{clear:left;}
	.col-ssm-6{width: 50%;}
}
@media (min-width: 480px) and (max-width: 767px){
	.item-inner.first-item-of-mobile-line{clear:left;}
}
@media (max-width: 479px){
	.item-inner{clear:left; width:100%;}
}
@media only screen and (min-width: 1200px){
	#columns.container { width: auto; max-width: 1170px;}
}
/*Adaptive card block end*/

.unit-body.admin_coment{
    margin: 10px;
    padding: 5px 10px 10px;
    border-radius: 5px;
    border: 1px solid #E5E5E5;
    background: #e5e5e53b;
}
.like_single_product{
	display: inline-block;
}
.share_row{
	max-height: 40px;
	margin-top: 5px;
}
.share_row span{
	display: inline-block;
    line-height: 40px;
    vertical-align: bottom;
}
.like_single_product .like{
	display: inline-block; 
	font-size: 30px; 
	transform: translateY(-12%);
}
.like_single_product .like.liked{
	color: #e31e24;
}
.like_single_product .like.liked .fa-heart{
	display: inline-block;
}
.like_single_product .like.liked .fa-heart-o{
	display: none;
}
.like_single_product .like .fa-heart-o{
	display: inline-block;
}
.like_single_product .like .fa-heart{
	display: none;
}

/* Блог*/

@font-face {
  font-family: 'Bebas Neue';
  src: url(../fonts/BebasNeueRegular.woff2) format("woff2");
  font-weight: 400;
  font-style: normal;
}

.blog {
  display: flex;
  padding-top: 30px;
  padding-bottom: 50px;
  font-family: Arial, sans-serif;
  color: #000;
}

@media (max-width: 991px) {

  .blog {
    display: block;
  }

}

.blog__col--left {
  flex-shrink: 0;
  width: 36.7%;
  margin-right: 75px;
}

@media (max-width: 1199px) {

  .blog__col--left {
    margin-right: 25px;
  }

}

@media (max-width: 991px) {

  .blog__col--left {
    margin-right: 0;
    margin-bottom: 35px;
    width: 100%;
  }

}

.blog__col--right {
  min-width: 1px;
  flex-grow: 1;
}

.blog__title {
  margin-top: 0;
  margin-bottom: 25px;
  padding-bottom: 5px;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.3;
  text-transform: uppercase;
  border-bottom: 1px solid #c7c6c6;
}

.blog img {
  max-width: 100%;
}

.blog-post {
  display: flex;
  margin-bottom: 20px;
}

@media (max-width: 479px) {

  .blog-post {
    display: block;
    margin-bottom: 35px;
  }

}

.blog-post__thumb {
  display: block;
  flex-shrink: 0;
  width: 236px;
  margin-right: 24px;
}

@media (max-width: 575px) {

  .blog-post__thumb {
    width: 170px;
    margin-right: 15px;
  }

}

@media (max-width: 479px) {

  .blog-post__thumb {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }

}

.blog-post__thumb img {
  display: block;
}

@media (max-width: 479px) {

  .blog-post__thumb img {
    margin-left: auto;
    margin-right: auto;
  }

}

.blog-post__info {
  flex-grow: 1;
  min-width: 1px;
  color: #737373;
}

.blog-post__title-link {
  display: block;
  text-decoration: none;
  color: #000 !important;
  transition: color .2s;
}

.blog-post__title-link:hover {
  color: #dc181e !important;
}

.blog-post__title {
  margin-bottom: 16px;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.2;
  color: inherit;
}

.blog-post__excerpt {
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 1.3;
}

.blog-post__meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.blog-post__date {
  flex-shrink: 0;
  font-weight: 700;
  font-size: 14px;
  line-height: 1;
  white-space: nowrap;
}

.blog-post__btn {
  display: inline-block;
  min-width: 142px;
  padding: 10px 20px 9px;
  font-size: 14px;
  line-height: 1;
  font-family: 'Bebas Neue', sans-serif;
  letter-spacing: 1.2px;
  text-align: center;
  white-space: nowrap;
  text-transform: uppercase;
  text-decoration: none;
  background-color: #dc181e;
  border: 1px solid #dc181e;
  color: #fff !important;
  transition: background-color .2s, color .2s;
}

.blog-post__btn:hover {
  background-color: transparent;
  color: #dc181e !important;
}

.blog-post--primary {
  display: block;
}

.blog-post--primary .blog-post__thumb {
  width: 100%;
  margin-right: 0;
  margin-bottom: 20px;
}

@media (max-width: 991px) {

  .blog-post--primary .blog-post__thumb img {
    margin-left: auto;
    margin-right: auto;
  }

}

.blog-post--primary .blog-post__title {
  font-size: 24px;
}

.blog-post--primary .blog-post__date {
  font-size: 16px;
}

.blog-post--primary .blog-post__btn {
  min-width: 187px;
  padding-top: 13px;
  padding-bottom: 13px;
  margin-top: 30px;
  font-size: 18px;
}

.pagination > li > a,
.pagination > li > span {
  margin-left: 4px;
  margin-right: 4px;
  padding: 9px 13px;
  font-weight: 400;
  font-size: 18px;
  line-height: 1;
  color: #737373;
  border: 2px solid #ccc;
}

@media (max-width: 767px) {

  .pagination > li > a,
  .pagination > li > span {
    margin-left: 2px;
    margin-right: 2px;
    padding: 6px 10px;
    font-weight: 700;
    font-size: 16px;
  }

}

.pagination > li > a:hover,
.pagination > li > span:hover {
  color: #737373;
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  color: #737373;
  background-color: #ccc;
  border-color: #ccc;
}

.pagination > li:first-child > a,
.pagination > li:first-child > span,
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-color: #ccc;
}

.pagination > li > a[rel="prev"],
.pagination > li > a[rel="next"] {
  background-color: #dc181e;
  border-color: #dc181e;
  color: #fff;
}

.pagination > li > a[rel="prev"]:hover,
.pagination > li > a[rel="next"]:hover {
  background-color: transparent;
  color: #dc181e;
}