body {
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	color: #333;
	font-size: 14px;
	line-height: 20px;
	width: 100%;
}

h1, h2, h3, h4, h5, h6 {
	color: #444;
}
/* default font size */
.fa {
	font-size: 14px;
}
/* Bootstrap components (alert,breadcrumbs...) */
h1 {
	font-size: 33px;
}
h2 {
	font-size: 27px;
}
h3 {
	font-size: 21px;
}
h4 {
	font-size: 16px;
}
h5 {
	font-size: 12px;
}
h6 {
	font-size: 10.2px;
}
a {
	color: #333;
}
a:hover ,a:active,a:focus {
	text-decoration: none;
}
.pr-0{
	padding-right:0!important;
}
.pl-0{
	padding-left: 0!important;
}
div.required .control-label:before {
	content: '* ';
	color: #F00;
	font-weight: bold;
}
.alert {
    padding: 20px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 0;
    position: fixed;
    bottom: 0;
    left: 30px;
    z-index: 9999;
}
.alert a {
	color:#F7AD0A;
	text-decoration: underline;
}
.alert-success {
    color: #fff;
    background-color: rgba(0, 0, 0, 0.8);
    border-color: transparent;
}
.alert button.close{
    color: #fff;
    opacity: 1;
    margin-left: 15px;
    text-shadow: none;
}

.breadcrumb {
    padding: 0 0 15px 10px;
    margin-bottom: 0;
    list-style: none;
    background-color: transparent;
    border-radius: 0;
    margin: 20px 0;
}
.dropdown-menu{
	padding:0;
	margin:0;
  box-shadow: 0 3px 5px rgba(0,0,0,.175);
	border-radius:0;
	border:none;
	min-width:100%;
	width:auto;
	z-index:1100;
}

.well{
	background-color: #f7f7f7;
	border-radius: 0;
	border-color:#f7f7f7;
	box-shadow: none;
}
.btn{
	border-radius:0;
}
.btn-default:hover ,.btn-default.focus, .btn-default:focus,.btn-default.active.focus, .btn-default.active:focus, .btn-default.active:hover, .btn-default:active.focus, .btn-default:active:focus, .btn-default:active:hover, .open>.dropdown-toggle.btn-default.focus, .open>.dropdown-toggle.btn-default:focus, .open>.dropdown-toggle.btn-default:hover {
    background-color: #f5f5f5;

}
.btn-primary{
	background-color: #e24f0a;
	border: none;
}

.btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary:active.focus, .btn-primary:active:focus, .btn-primary:active:hover, .open>.dropdown-toggle.btn-primary.focus, .open>.dropdown-toggle.btn-primary:focus, .open>.dropdown-toggle.btn-primary:hover,.btn-primary.focus, .btn-primary:focus ,.btn-primary:hover {background: linear-gradient(90deg, rgba(246,124,14,1) 0%, rgba(255,166,67,1) 100%);border: none;}
.list-group-item{border: 1px solid #f5f5f5;}
.list-group-item.active, .list-group-item.active:focus, .list-group-item.active:hover {
    background-color: #2a93d4;
    border-color: #2a93d4;
		border-radius: 0;
}
#content {
    min-height: 600px;
}
#content > h1{margin-top:0;}
hr{
	margin-top: 10px;
}
.pagination{
    margin: 0 0 10px 0;
}
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {background: linear-gradient(90deg, rgba(246,124,14,1) 0%, rgba(255,166,67,1) 100%);}

header svg{
	fill:#333;
}
.dropdown-menu-l{
		right: auto;
    left: 0;
}
.dropdown-menu-r{
		right: 0;
    left: auto;
}
@media(max-width:991px){
	.dropdown-menu-l{
		right: 0;
    left: auto;
	}
	.dropdown-menu-r{
		right: auto;
    left: 0;
	}
}
.dropdown-menu-l .btn-group{
	width:100%;
}
#logo {margin: auto;width: 210px;margin-left: 30px;}
@media(max-width:1199px){
	#logo {
	  margin:5px 0;
	}
}
@media(max-width:768px){
	#logo {
	text-align: center;
	}
}

.btn-group-head{
	margin: 0;
	min-height:70px;
}

.btn-group-head > .btn-group{
		margin: 0;
    padding: 0;
    height: 70px;
}
.btn-group-head > .btn-group .dropdown-menu-l ,.btn-group-head > .btn-group .dropdown-menu-r {
	min-width:160px;
}
.currency-select, .language-select{
	background: #fff;
}
@media(max-width:1199px){
	.btn-group-head , .btn-group-head > .btn-group {
	    height: 60px;
			min-height:60px;
	}
}

.btn-group-head .btn-link{
	color: #333;
    text-decoration: none;
	font-size:12px;
}
.btn-group-head .btn-link:hover svg{
	fill:#F7AD0A;
}
#search .btn:hover svg{
	fill:#F7AD0A;
}
.btn-group-head .dropdown-menu>li>a{
    padding: 9px ;
	text-align: center;
}
.btn-group-head .dropdown-menu .active{
	background:#f5f5f5;
	color:#000;

}
.btn-group-head .dropdown-menu .btn-link{
	height: 38px;
}
.btn-group-head .dropdown-menu .btn-link:hover{
	background:#f5f5f5;
	color:#000;
}
.btn-group-head .dropdown-menu .pull-left{
	border-bottom:1px solid #e7e7e7;
	width: 100%;
}
.btn-group-head .dropdown-menu .pull-left .btn-group{
	width: 100%;
}
.btn-group-head .btn-block+.btn-block {
    margin-top: 0;
}
.btn-group .btn+.btn, .btn-group .btn+.btn-group, .btn-group .btn-group+.btn, .btn-group .btn-group+.btn-group{
	margin-left: 0;
}
/* search */
#search {
    height: 41px;
}
@media(max-width:1199px){
	#search {
	  padding:9px 0;
	}
}
@media(max-width:768px){
	#search {
	    /* border-bottom: 1px solid #f5f5f5; */
	    /* border-top: 1px solid #f5f5f5; */
	}
}
#search .input-lg {
	height: 40px;
	line-height: 20px;
	padding: 0 10px;
	box-shadow: none;
	border-radius: 8px;
	font-size: 12px;
}
#search .search_wrappep{
	position: relative;
}
#search .btn-lg {
	font-size: 15px;
    line-height: 18px;
    padding: 8px 15px;
    text-shadow: none;
    border-radius: 0px;
    background-color: transparent;
    position: absolute;
    top: 0;
    right: 0;
    border: 1px;
    box-shadow: none;
}
@media (max-width: 767px){
	#search .btn-lg {
	    padding: 8px 4px;
	}
	#search .input-lg{
		font-size: 11px;
	}
}
/* cart */
#cart {
	width:100%;
}
#cart > .btn {
  font-size: 12px;
  line-height: 18px;
  padding: 6px 16px;
  color: #333;
  border-color: transparent;
  background: #f2f2f240;
	border-radius:0;
  text-shadow: none;
  text-decoration: none;
  min-height: 70px;
  box-shadow:none;
}

#cart > .btn svg{fill:#F7AD0A;}
@media(max-width:1199px){
	#cart > .btn {
	  min-height: 60px;
	}
}
@media(max-width:768px){
	#cart > .btn {
	   background: #f5f5f5;
	   min-height: 30px;
	}
}
#cart.open{
	 background: #f5f5f5;
}
#cart .close-cart{
	color:#333;
	background:transparent;
	border:1px solid transparent;
}
#cart .close-cart i{
	font-size: 20px;
}
#cart .close-cart:hover{color:#E8110F;}
#cart .dropdown-menu {
	z-index: 1001;
	min-width: 427px;
}
@media (max-width: 768px) {
	#cart .dropdown-menu {
		min-width: 100%;
		width: auto;
	}
}
#cart .dropdown-menu table {
	margin-bottom: 10px;
}
#cart .dropdown-menu li > div {
	min-width: 427px;
}
@media (max-width: 478px) {
	#cart .dropdown-menu li > div {
		min-width: 100%;
	}
}
#cart .dropdown-menu li p {
	margin: 20px 0;
}
#cart-total{
	white-space: normal;
}
#cart table>tbody>tr>td{
	border-top:1px solid transparent;
}
#cart .dropdown-menu li a{
	color:#333;
}
#cart .dropdown-menu li a:hover,#cart .dropdown-menu li a:active,#cart .dropdown-menu li a:focus{
	color:#F7AD0A;
}
#cart .dropdown-menu li a.btn-block{background: #f9f9f9;}
#cart .dropdown-menu li a.btn-block:hover,#cart  .dropdown-menu li a.btn-block:focus,#cart  .dropdown-menu li a.btn-block:active {
   	background: #f5f5f5;
    color: #F7AD0A;
		box-shadow: none;
}

@media (max-width: 767px){
.visible-xs.visible-cart {
    display: inline-block!important;
}
}
/*------menu ----*/
.menu-line{
	background:#2a93d4;
	min-height:50px;
	color:#fff;
	margin-bottom: 15px;
}
.menu-line .text-phone{
	color: #fff;
	margin-top:15px;
	margin-right: 15px;
}
#home-menu a{
	color: #fff;
	min-height: 50px;
	padding: 15px;
	font-size: 14px;
	display: inline-block;
	border-radius: 0;
}

#home-menu a:hover,#home-menu a:focus,#home-menu a:active{
background: rgba(0 , 0,0,0.1);
}
#menu a{
	text-decoration: none;
}
.text-phone  .dropdown-menu{

    min-width: 160px;

}
.text-phone  .dropdown-menu>li>a{
	padding: 9px;
text-align: center;
}
@media (max-width: 991px) {
	.menu-line .text-phone{
		color: #F7AD0A;
		font-size: 20px;

	}
	#home-menu {
		text-align: center;
	}
	#home-menu a{color: #333;}
	#home-menu a:hover,#home-menu a:focus,#home-menu a:active{
		background:#f5f5f5;
		color:#F7AD0A;
    border-radius: 0;
		box-shadow:none;
	}
	.menu-line{
		background:transparent;
	}
}
@media (max-width: 767px){
	#home-menu a{
		padding: 8px 5px;
		min-height: 10px;
	}
	#home-menu {
    text-align: left;
}
.menu-line .text-phone{
	margin-top:8px;
}
}
#menu .btn-menu{
	text-align: center;
	text-shadow: none;
	font-size: 16px;
	font-weight: 500;
	border-radius: 5px;
	padding: 8px;
	background: #e24f0a;
}
@media(max-width:768px){
	#menu .btn-menu{
	   min-height: 30px;
	}
}
#menu:active{
	box-shadow: none;
}
.common-home.open-hm #menu:active{
	box-shadow: 0 6px 12px rgba(0,0,0,0.175);
}
.common-home.open-hm .btn-menu:active{
	box-shadow: none;
}
#menu.open .dropdown-toggle {
    -webkit-box-shadow: none;
    box-shadow: none;
}
#menu .btn-menu > .fa{
	font-size: 20px;
	margin-right: 10px;
}
#menu #menu-list {
    width: 100%;
    border-color: #e7e7e7;
    padding: 0;
		box-shadow: 0 6px 12px rgba(0,0,0,.175);
}
#menu #menu-list .arrow{
	color: #aaa;
	line-height: 20px;
	float: right;
	transition: all 0.1s ease;
}
#menu #menu-list  > li.hover > .with-child .arrow{
	color: #F7AD0A;
	transform: translate(2px);
	transition: all 0.1s ease;
}
#menu #menu-list .count{
	font-size: 0.75em;
	color: #ccc;
	margin-left: 3px;
}
#menu #menu-list .livel-down {
	color: #ddd;
	margin-right: 5px;
}
#menu #menu-list > li{
	padding: 0;
}
#menu #menu-list > li.nofullheight{
	position:relative;
}
#menu #menu-list > li > a{
	padding: 8px 20px 8px 13px;
	white-space: normal;
}
#menu #menu-list > li > a > span.with-image{
	display: block;
	margin-left:30px;
}
#menu #menu-list  > li.hover > a{
  background: #f5f5f5;
	position: relative;
	z-index: 1009;

}

#menu #menu-list  > li > a >.icon{
	margin: -2px 13px -2px 0px;
	float:left;
}

#menu #menu-list  > li > a .peace-icon,
#menu #menu-list  > li > a .hover-icon{


}
#menu #menu-list  > li.hover > a .peace-icon.with-hover,
#menu #menu-list  > li > a .hover-icon{
  display:none
}
#menu #menu-list  > li > a .peace-icon,
#menu #menu-list  > li.hover > a .hover-icon{
  display:block
}

#menu .dropdown-menu>li>a:hover,
#menu .dropdown-menu>li>a:focus {
  background: none;
}



#menu #menu-list > li:first-child > a{
	padding-top: 10px;
}
#menu-home-helper {
	display: none;
}
#menu #menu-list:hover{
	display: block;
}
#menu #menu-list > li  a .arrow{
	display: none;
}
#menu #menu-list > li .with-child{
	position:relative;
	margin-right: 39px;
	clear: none;
}
#menu #menu-list > li .with-child .mobilink{
	position:absolute;
	width: 100%;
	height: 100%;
	top:0;
	left:0;
}
.desktop #menu #menu-list > li .with-child .mobilink{
	display: block!important;
}
#menu #menu-list > li .toggle-child{
	display: block;
	float: right;
	width: 38px;
	padding: 8px 0;
	text-align: center;
	color: #aaa;
}
#menu #menu-list > li .toggle-child.open{
	background: #f5f5f5;
}
#menu #menu-list > li:first-child .toggle-child{
	padding: 10px 0 8px;
}
#menu #menu-list > li .toggle-child .fa{
	float: none;
}
#menu #menu-list > li .toggle-child .minus{
	display: none;
}
#menu #menu-list > li .toggle-child.open .minus{
	display: inline;
}
#menu #menu-list > li .toggle-child.open .plus{
	display: none;
}
#menu #menu-list > li .with-child2{
	margin-right: 40px;
	clear: none;
}
#menu #menu-list > li .toggle-child2{
	display: block;
	float: right;
	width: 38px;
	padding: 11px 0 10px;
	text-align: center;
	color: #aaa;
}
#menu #menu-list > li .toggle-child2.open{
	background: #f5f5f5;
}
#menu #menu-list > li .toggle-child2 .fa{
	float: none;
}
#menu #menu-list > li .toggle-child2 .minus{
	display: none;
}
#menu #menu-list > li .toggle-child2.open .minus{
	display: inline;
}
#menu #menu-list > li .toggle-child2.open .plus{
	display: none;
}
#menu #menu-list > li .child-box {
	padding: 0;
	display: none;
}
#menu #menu-list > li .child-box-cell{
	padding: 0;
	border-top: 1px solid #f5f5f5;
}
#menu #menu-list > li .child-box .h5 {
	margin: 0;
}
#menu #menu-list > li .child-box .h5 a{
	display: block;
	padding: 8px 20px;
	line-height: 1.42857143;
}


#menu #menu-list > li .child-box .h5 a > .icon{
		display:none;
	}


#menu #menu-list > li .child-box-cell .child2-box{
	padding: 0 0 0 0;
	margin: 0;
	list-style: none;
	display: none;
}
#menu #menu-list > li .child-box-cell .child2-box li{
	border-top: 1px solid #eee;
}
#menu #menu-list > li .child-box-cell .child2-box a{
	display: block;
	padding: 8px 20px 8px 35px;
	line-height: 1.42857143;
	color: #555;
}
#menu #menu-list > li .child-box-cell .child2-box a:hover{
	color: #F7AD0A;
}


@media (min-width: 992px) {

#menu #menu-list  > li.hover > .with-child:after{
	content: "";
	position: absolute;
	right: 0px;
	top:  0;
	height: 100%;
	width: 10px;
	background: #fff;
	z-index: 1009;
}
#menu #menu-list  > li.hover > .with-child{
	background: linear-gradient(to right, #f5f5f5 70%, #fff 90%);
}


	#menu-list + #menuMask{
		display: block;
		position: fixed;
		left: 0;
		top: 0;
		height: 0;
		width: 0;
		background: #000;
		visibility: hidden;
		z-index: 1038;
		opacity: 0;
  -webkit-transition: opacity .15s linear;
  -o-transition: opacity .15s linear;
  transition: opacity .15s linear;
	}
	#menu-list:hover + #menuMask{
		visibility: visible;
		opacity: 0.5;
		height: 100%;
		width: 100%;
		-webkit-transition: opacity .15s linear;
		-o-transition: opacity .15s linear;
		transition: opacity .15s linear;
	}
	#menu-list:hover{
		z-index: 1039;
	}
	#menu:hover{
		z-index: 1039;
	}
	#menu:hover > .btn-menu{
		z-index: 1039;
	}
	#menu-list:hover #menu-list{
		z-index: 1039;
	}


	.blured .content-wrapper,
	.blured footer,
	.blured header #top,
	.blured header .logo-line,
	.blured header .search-box,
	.blured header .cart-box{
		-webkit-filter: blur(1px);
		filter: blur(1px);
	}


	#menu #menu-list > li   a .arrow{
		display: block;
	}
	#menu #menu-list > li  .toggle-child{
		display: none;
	}
	#menu #menu-list > li  .toggle-child2{
		display: none;
	}
	#menu #menu-list > li  .with-child{
		margin-right: 0;
	}
	#menu #menu-list > li  .with-child2{
		margin-right: 0;
	}
	#menu #menu-list > li .child2-box{
		display: block;
	}
	#menu #menu-list > li  .child-box{
		display: none;
		background: #fff;
		position: absolute;
		left: 100%;
		top: 0;
		min-height: 100%;

		border-radius: 0;
		padding: 5px 0 25px;
		margin-left: -3px;
		box-shadow: 2px 6px 12px rgba(0,0,0,0.4);
		box-shadow: 0 6px 12px rgba(0,0,0,.175);
		box-sizing: content-box;
		z-index: 1008;
		overflow: hidden;
}

	.desktop #menu #menu-list > li  .child-box{	padding: 5px 0;}
	#menu .see-all-categories{
		position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    line-height: 32px;
    font-size: 12px;
    background: #f5f5f5;
    text-align: center;
	}
	#menu .see-all-categories a{
		display: block;
		color:#333;
}

	.desktop #menu .see-all-categories{
		display: none;
	}


	#menu #menu-list > li.hover > .child-box{
		display: block;
	}
	#menu #menu-list > li .child-box >.row{
		padding: 4px 20px;
	}
	#menu #menu-list > li .child-box .row > .col-md-12:nth-child(1) .child-box-cell{
		border-top: none;
	}
	#menu #menu-list > li .child-box .row > .col-md-6:nth-child(1) .child-box-cell,
	#menu #menu-list > li .child-box .row > .col-md-6:nth-child(2) .child-box-cell{
		border-top: none;
	}
	#menu #menu-list > li .child-box .row > .col-md-4:nth-child(1) .child-box-cell,
	#menu #menu-list > li .child-box .row > .col-md-4:nth-child(2) .child-box-cell,
	#menu #menu-list > li .child-box .row > .col-md-4:nth-child(3) .child-box-cell{
		border-top: none;
	}
	#menu #menu-list > li .child-box .h5{
		margin: 8px 0;
	}
	#menu #menu-list > li .child-box .h5 a{
		display: inline;
		padding: 0;
		color:#333;
		line-height: 1.42857143;
	}
	#menu #menu-list > li .child-box .h5 a:hover{
		background: none;
		color: #e24f0a;
	}



	#menu #menu-list > li .child-box .h5 a > .icon{
		margin: -2px 10px -2px 0px;
		float:left;
	}

	#menu #menu-list  > li .child-box .h5 a >  .peace-icon,
	#menu #menu-list  > li .child-box .h5 a >  .hover-icon{


	}
	#menu #menu-list  > li .child-box .h5 a:hover >  .peace-icon.with-hover,
	#menu #menu-list  > li .child-box .h5 a >  .hover-icon{
		display:none
	}
	#menu #menu-list  > li .child-box .h5 a >  .peace-icon,
	#menu #menu-list  > li .child-box .h5 a:hover >  .hover-icon{
		display:block
	}



	#menu #menu-list > li .child-box-cell .child2-box{
		padding: 0 0 10px 10px;
		margin: 0;
		list-style: none;
		display: block;
	}
	#menu #menu-list > li .child-box-cell .child2-box li{
		border-top: none;
	}
	#menu #menu-list > li .child-box-cell .child2-box a{
		display: inlline;
		padding: 0;
		line-height: 1.42857143;
	}
	#menu #menu-list > li .child-box  a:hover{
		background: none;
		color: #e24f0a;
	}
	.common-home.open-hm #menu #menu-list{
		display: block;
	}
	#menu-home-helper {
		display: block;
		margin-bottom: 20px;
	}
	.common-home.open-hm #menu .btn-menu{
		border-radius: 5px 5px 1px 1px;
	}
	.box-col-3{width: 331.2%;}
	.box-col-2{width: 220%;}
	.box-col-1{width: 110%;}
}
@media (min-width: 1200px) {
	.box-col-3{width: 325.4%;}
}
/*--- owl */
.owl-carousel .owl-buttons div i{
	font-size: 20px;
}
.owl-carousel .owl-buttons div {
		opacity: 0.4;
}
.owl-pagination{
	top: -30px;
}
.owl-module .owl-wrapper-outer {
  border: 0;
  border-radius: 0;
  box-shadow: none;
}
.owl-controls .owl-buttons .owl-prev ,.owl-controls .owl-buttons .owl-next {
    top: 40%;
}
 .owl-wrapper-outer {
  border: 0;
  border-radius: 0;
  box-shadow: 0 0px 5px rgba(0,0,0,.1);
}
.owl-controls .owl-page.active span {
    background: rgba(0, 0, 0, 0.5);
}
.owl-controls .owl-page span {
    background: rgba(0, 0, 0, 0.1);
}
/*---module--*/
.head-module{
	font-weight: 500;
	height: 38px;
	font-size: 26px;
	padding: 7px 10px;
	margin-bottom: 15px;
	text-align: center;
	margin-top: 30px;
}
.product-layout  {
	border: 1px solid #f5f5f5;
	min-height: 220px;
	padding: 15px;
	border-radius: 5px;
	box-shadow: 0 0 5px #d8d8d8;
}

.product-layout .image {
  text-align: center;
  padding-top:10px;
}
.product-layout .image a {
  display: block;
}
.product-layout .image img {
  margin-left: auto;
  margin-right: auto;
}
.product-layout .caption{
    padding: 10px 15px 40px 15px;
    height: 110px;
}
.owl-module .product-price {
	background: #f5f5f5;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
}
.caption .price-old{
	color: #E8110F;
  font-size: 16px;
  font-weight: 300;
  text-decoration: line-through;
}
.caption a{
	color:#333;
}
.caption p{
	max-height: 60px;
	margin:0;
	overflow: hidden;
}
.caption a:focus,.caption a:hover,.caption a:active {
    color: #F7AD0A;
}
.owl-module .product-price .btn-group .btn-block{
	text-align: center;
	padding: 7px 0;
	border: 1px solid transparent;
	font-size:16px;
	background: linear-gradient(90deg, rgba(246,124,14,1) 0%, rgba(255,166,67,1) 100%);
}
.nexer-logo{
	opacity:0.7;
}
.nexer-logo:hover{
	opacity:1;
}
.owl-module .product-price .btn-group .btn-block .fa{
	font-size:20px;
}
.owl-module .product-price .btn-group button:hover{
	color: #000;
	background: linear-gradient(90deg, rgba(246,124,14,1) 0%, rgba(255,166,67,1) 100%);
	box-shadow: 0 0 5px #ef891f;
}
.owl-module	.product-wish-comp{
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	transition:0.5s;
}
.owl-module .product-layout:hover .product-wish-comp{
	opacity:1;
	webkit-animation: linearmove 1s infinite;
  	-moz-animation: linearmove 1s infinite;
  	-o-animation: linearmove 1s infinite;
  	animation: linearmove 1s infinite;
}
.owl-module .product-layout:hover .product-price{
	background:#EAEAEA ;
}
.product-wish-comp button{
	background-color: rgba(245, 245, 245, 0.4);
    height: 40px;
    width: 40px;
    margin: 5px auto;
    border-radius: 100%;
    border: 0;
    color: #F7AD0A;
}
@media(max-width:768px){
	.owl-module	.product-wish-comp{
		opacity: 1;
		
	}

}
.product-wish-comp button .fa{
	font-size:20px;
}
.product-wish-comp button:hover{
	background: #f5f5f5;
}
.owl-module .owl-buttons div{
	color:#000;
	opacity: 0.3;
}

.owl-module .owl-buttons div i{
	font-size: 34px;
	margin-top: -7px;
	padding-right: 2px;
}
.owl-module .owl-prev,.owl-module .owl-next {
	top: -25px!important;

}
.owl-module .owl-prev {
    left: 0% !important;
    top: -230px !important;
    background-color: #fff;
    padding: 10px;
    width: 40px;
    height: 40px;
    opacity: 1 !important;
    border-radius: 100%;
    box-shadow: 0px 0px 5px #dadada;
}
.owl-module .owl-next {
    right: 0% !important;
    top: -230px !important;
    background-color: #fff;
    padding: 10px;
    width: 40px;
    height: 40px;
    opacity: 1 !important;
    border-radius: 100%;
    box-shadow: 0px 0px 5px #dadada;
}
/*product*/
.thumbnails {
    margin-left: -20px;
		text-align: center;
}
.thumbnails:first-child img{
	margin:0 auto;
}
.thumbnails {
    overflow: auto;
    clear: both;
    list-style: none;
    padding: 0;
    margin: 0;
}
.thumbnails .image-additional {
    float: left;
    margin-left: 20px;
	padding-top:10px;
}
.thumbnails > li {
    margin-left: 20px;
}
.image-additional {
    max-width: 78px;
}
#product .form-control{
	border-radius: 0;
	box-shadow: none;
}
.addthis_counter.addthis_pill_style {
    margin-left: 12px;
}
.tab-content{
	padding-top: 10px;
}

/*footer*/
footer{
	font-size:14px;
	margin-top: 50px;
	background-color: #333;
	position: relative;
}
footer h4 i{
	font-size:16px;
	color:#ccc;
}
footer h4 span{
	font-weight: bold;
	margin-left: 5px;
}
footer ul  {
  padding:0 20px;
	color:#ccc;
}
footer ul li {
	margin-top: 4px;
}
footer ul li a{
	color:#333;
}
footer hr{
	margin:10px 0;
}
.footer-icons{
    margin: 5px 0 0 0;
}
.footer-icons li {
    display: inline-block;
    opacity: 0.75;
}
.footer-icons  li:hover {
    opacity: 1;
}
.header {
	display: flex;
	align-items: center;
	margin: auto;
	margin-bottom: 40px;
	margin-top: 40px;
	justify-content: space-between;
}
.contacts-head {
	margin: auto;
}
.contacts-head > div {
	display: flex;
	color: #fff;
}
.contacts-head > div > i {
	margin: auto;
	margin-left: 0;
	margin-right: 15px;
	font-size: 24px;
}
.contacts-head > div > div > p {
	margin-bottom: 0;
}
.contacts-head > div > div > p:nth-child(1), .contacts-head > div > div > p:nth-child(2), .contacts-head > div > div > p:nth-child(3) {
	font-size: 16px;
}
.contacts-head > div > div > p:nth-child(4) {
	font-size: 12px;
	color: #9a9a9a;
}
.mine-menu > a {
	margin: 0px 15px;
	padding: 10px;
	font-size: 16px;
	position: relative;
	color: #fff;
	background-color: #e24f0a;
	font-weight: 500;
	border-radius: 4px;
}
.mine-menu > a:first-child {
	margin-left: 0;
}
.offer {
	background-image: url(/image/banner.jpg);
	height: 500px;
	display: flex;
	margin: auto 15px;
	margin-top: 30px;
	position: relative;
	border-radius: 5px;
	overflow: hidden;
	box-shadow: 1px 1px 5px #a7a7a7;
	margin-bottom: 70px;
}
.text-offer {
	margin: auto;
	width: 45%;
	margin-left: 20px;
	z-index: 1;
}
.fon-offer {
	height: 500px;
	width: 53%;
	position: absolute;
	background-color: #f1f1f1;
	transform: skewX(-15deg);
	left: -6%;
}
.owl-buttons {
	position: relative;
}
.owl-next > i {
	padding-left: 6px !important;
}
.product-wrapper {
	padding: 10px 50px;
}
.btn-block {
	background: #e24f0a;
	box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.06);
	border: none;
	height: 40px;
	color: #fff;
	font-size: 16px;
	border-radius: 5px;
}
.btn-block:hover {
	box-shadow: 0 0 5px #b1b1b1;
	background: #3a3a3a;
	color: #fff;
}
.btn-block:focus {
	border: none;
	outline: none;
}
.text-offer > a {
	background: #E22121;
	padding: 10px 30px;
	font-size: 16px;
	border-radius: 5px;
	color: #fff;
}
.text-offer > p {
	margin-bottom: 30px;
}
.all-catt .cat-page {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	grid-gap: 15px;
	grid-template-rows: 1fr 1fr 1fr;
}
.all-catt {
	margin: 0 15px;
}
.cat-page img {
	width: auto;
	display: inline-block;
	height: 130px;
	margin: auto;
}
.cat-page h3 {
	display: inline-block;
	font-size: 18px;
	font-weight: 500;
	text-align: center;
	margin: auto;
}
.cat-page a {
	box-shadow: 0 0px 5px #3333;
	border-radius: 5px;
	padding: 30px;
	display: inline-grid;
}
.cat-page a:nth-child(4) {
	/* grid-row-start: 1; */
	/* grid-row-end: 3; */
	/* grid-column-start: 2; */
	/* display: grid; */
}
.cat-page a:nth-child(4) > img {
}
.cat-page a:nth-child(5) {
} 
.cat-page a:nth-child(5) > img {
}
.cat-page a:hover {
	box-shadow: 0 0 5px #969696;
}
.row > h2 {
	margin-bottom: 30px;
}
.contacts-head > div:nth-child(1) {
	margin-left: 0;
	margin-bottom: 15px;
}
.advanages {
	margin-top: 50px;
	margin-bottom: 50px;
}
.advanages > div {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    grid-gap: 30px;
}
.advanages > div > div {
	display: flex;
	text-align: left;
}
.advanages > div > div > img {
	margin: auto 0;
}
.advanages > div > div > div {margin: auto;margin-left: 15px;}
footer > div.container {
	padding: 30px;
}
.footer {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
	grid-gap: 5px;
	color: #fff;
	align-items: center;
}
footer .text {
	font-size: 12px;
}
.brend {
	text-align: center;
	margin-bottom: 20px;
}
.footer > .menu-footer {
	display: flex;
	justify-content: center;
}
.footer > .menu-footer > div:nth-child(1) {
	margin-right: 30px;
}
.info-footer > div {
	display: flex;
	margin-bottom: 10px;
}
.info-footer > div > i {
	margin: auto 10px auto 0;
	color: #fff;
	font-size: 20px;
}
.info-footer > div > h3, .info-footer > div > p {
	margin: auto 0 auto 0;
} 
.info-footer > div > h3 {
	font-size: 20px;
	color: #fff;
}
.info-footer > p {
	color: #fff;
}
.info-footer > div > p {
	font-size: 14px;
}
.maein-menu {
	margin: auto;
	margin-left: 0;
}
#f-map {
    margin-bottom: -2.75rem;
}
.position-relative {
    position: relative!important;
}
#f-map .fm-toggle, #f-map-mobile .fm-toggle {
    left: 50%;
    bottom: 0;
    margin-left: -25px;
    margin-left: calc(-1rem - 11px);
}
.border-like-form {
    border-color: #ced4da!important;
}
.position-absolute {
    position: absolute!important;
}
.rounded-circle {
    border-radius: 50%!important;
}
.border {
    border: 1px solid #dee2e6!important;
    left: 50%;
    top: 0%;
}
.rounded-circle > button {
	padding: 10px 10px;
    font-size: 4px;
    background: linear-gradient(90deg, rgba(246,124,14,1) 0%, rgba(255,166,67,1) 100%);
    border: none;
}
body.fm-open {
    overflow: hidden;
}
#f-map .code_map iframe {
    width: 100%!important;
    height: 100%!important;
} 
.h-100 {
    height: 100%!important;
}
#f-map {
	display: none;
}
.button-view {
	margin-bottom: 30px;
}
.button-view > div {
	float: left;
}
.view-product-catt {
	margin: auto;
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
	grid-gap: 30px;
	margin-bottom: 50px;
}
.offer {
	display: none;
}
.common-home .offer {
	display: flex;
}
.mine-menu {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(60px, 1fr));
	grid-gap: 35px;
	text-align: center;
	margin-left: 38px;
}
.map-head {
	text-align: center;
	margin-top: 50px;
	margin-bottom: 30px;
}
.price-main {
	margin: 20px 0;
}
.price-main > span {
	font-size: 24px;
}
.block-discription {
	text-align: left;
}
.price-block {
}
.button-add-cart {align-self: end;margin-bottom: 0;}
#product {
	margin-top: 20px;
}
#product > .advanages > div {
	grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
	grid-gap: 10px;
}
#product > .advanages > div > div > img {
	width: 30%;
}
#menu > button {
	color: #fff;
}
@media all and (max-width: 1200px) {
	.mine-menu {
	    grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
	    grid-gap: 0px;
	    margin-left: 0px;
	}
}
.text-offer > a:hover {
	background: #3a3a3a;
	color: #fff;
}
.caption > h4 {
	max-height: 50px;
	overflow: hidden;
	min-height: 50px;
}
.caption > span {
	font-size: 18px;
	font-weight: 500;
}
.head-burger-menu {
	display: none;
}
@media screen and (max-width: 1200px) {
	.info-shop {
		display: none;
	}
	#search {
		height: auto;
	}
	.block-navigation {
		display: flex;
		align-items: center;
	}
	.owl-buttons {
		display: none;
	}
	.product-wrapper {
    	padding: 10px 20px;
	} 
	.fon-offer {
		width: 65%;
		left: -10%;
	}
	.offer {
		background-position: center;
	}
	.text-offer > h1 {
		font-size: 24px;
	}
	.footer > .menu-footer {
		display: none;
	}
	.contacts-head > div.addres {
	}
	.search {
		width: 40%;
	}
}
@media screen and (max-width: 992px) {	
	.mine-menu, .burger-menu {
		display: none;
	}
	.header {
		margin: 20px 0;
	}
	.head-burger-menu {
		display: block;
		margin: auto;
		margin-left: 0;
	}
	.icon-menu:hover {
		cursor: pointer;
	}
	.icon-menu {
		display: flex;
		font-size: 18px;
		float: right;
		color: #fff;
	}
	.icon-menu > i {
		font-size: 30px;
	}
	.icon-menu > p {
		margin: auto;
		margin-left: 10px;
	}
	#logo {
		margin: 10px auto;
		margin-left: 0;
	}
	.contacts-head {
		margin-left: 0;
	}
	.contacts-head > div {
		margin-left: 0;
	}
	.button-catt {
		width: 40%;
	}
	.cat-page a:nth-child(5), .cat-page a:nth-child(4) {
		display: grid;
	}
	.all-catt .cat-page {
		display: block;
	}
	.cat-page a {
		width: 100%;
   		height: auto;
    	margin-bottom: 20px;
	}
	.cat-page > a > img {
		width: auto !important;
		height: 200px !important;
		margin-bottom: 20px;
		display: block;
	}
	.advanages > div > div {
		margin: auto;
		margin-left: 0;
	}
	.footer {
		grid-template-columns: 1fr;
		grid-gap: 20px;
		justify-items: center;
	}
	.advanages > div {
		grid-template-columns: 1fr;
	}
	footer {
		padding: 15px;
	}
	.burger-menu {
	    display: block;
	    position: absolute;
	    background-color: #000;
	    box-shadow: 0 0 5px;
	    right: -1000px;
	    height: 100%;
	    text-align: left;
	    color: #222;
	    z-index: 9;
	    width: 40%;
	    font-size: 18px;
	    position: fixed;
	    padding: 20px 30px;
	    top: 0;
	}
	.punkt-menu {
		color: #fff;
		display: grid;
		grid-template-columns: 1fr;
		grid-gap: 30px;
		margin-top: 30px;
	}
	.punkt-menu > a {
		color: #fff;
		height: 40px;
	}
	.punkt-menu > div.phone {
		display: flex;
	}
	.punkt-menu > div.phone > i {
		font-size: 24px;
		margin: auto;
		margin-left: 0;
		margin-right: 15px;
	}
	.punkt-menu > div.phone > div > p:nth-child(2) {
		margin-bottom: 0;
		font-size: 14px;
	}
	.burger-menu > i {
		color: #fff;
		font-size: 30px;
		float: right;
	}
	.burger-menu > i:hover {
		cursor: pointer;
	}
}
@media screen and (max-width: 800px) {
	.burger-menu {
		width: 60%;
	}
	#product > .advanages > div > div > img {
		width: auto;
	}
	#product > .advanages > div {
		grid-template-columns: 1fr;
	}
}
@media screen and (max-width: 650px) {
	.contacts-head {
		display: none;
	}
	.block-navigation {
		display: block;
		margin-top: 30px;
	}
	.block-navigation > div {
		width: 100%;
	}
	.fon-offer {
		display: none;
	} 
	.burger-menu {
		width: 80%;
	}
	.offer {
		background-image: none;
	}
	.text-offer {
		width: 100%;
		margin: 0;
	}
	.offer {
		height: 250px;
		box-shadow: none;
	}
}
@media screen and (max-width: 500px) {
	.button-add-cart {
		width: 100%;
	}
}
h2 {
	text-align: center;
}
.pay-man > div {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
	margin-top: 30px;
	margin-bottom: 50px;
}
.pay-man > div > div {
	margin: auto;
	display: grid;
	justify-items: center;
	grid-gap: 20px;
}
.contacts-page .info-contacts {
	display: inline-block;
	width: 40%;
	vertical-align: top;
	margin-bottom: 30px;
}
.contacts-page .map-contacts {
	display: inline-block;
	width: 55%;
}
@media screen and (max-width: 992px) {
	.contacts-page > div {
		width: 100% !important;
	}
}
.block-navigation {
	margin-bottom: 15px;
	display: flex;
}
#slideshow0 > div {
	border-radius: 4px;
}
.mine-menu > a:before {
	content: "";
	position: absolute;
	width: 0;
	height: 2px;
	bottom: 0;
	left: 0;
	/* background-color: #e24f0a; */
	visibility: hidden;
	transition: all 0.3s ease-in-out;
}
.mine-menu > a:hover {
	color: #fff;
	box-shadow: 0 0 5px #b1b1b1;
}
.block-navigation > div:nth-child(2) {
	margin: auto;
}
.mine-menu > a:hover:before {
	visibility: visible;
    width: 100%;
}
.for_subcats_pict > div {
	box-shadow: 2px 2px 10px #d6d6d6;
	padding: 5px;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	border: 1px solid #eaeaea;
	margin-top: 20px;
	-webkit-align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	flex-wrap: wrap;
	justify-content: center;
}
.img_for_subcats_pict {
	width: 30%;
	float: left;
}
.img_for_subcats_pict img {
	width: 100%;
}
.txt_for_subcats_pict {
	width: 70%;
	float: left;
}
.for_subcats_pict > div:hover {
	color: #e24f0a61;
	box-shadow: 0 0 10px;
}
.for_subcats_pict > div a:hover {
	color: #e24f0a;
}
.for_subcats_pict > div a {
	font-weight: 500;
}
#latest3 .product-wrapper {
	padding: 10px;
}
.price-and-bay {
	display: grid;
	grid-template-columns: 50% 50%;
	grid-gap: 20px;
}
.button-minmax .number-spinner {
	width: 50%;
}
#slideshow0 .owl-buttons {
	display: none;
}
@media screen and (max-width: 500px) {
	.cat-page > a > img {
		height: 120px !important;
	}
	.button-minmax .number-spinner {
		width: 80%;
	}
	.block-navigation > div:nth-child(2) {
		width: 50%;
	}
}
@media screen and (max-width: 660px) {
	.search {
		width: 60%;
	}
	.button-add-cart {
		width: 80%;
	}
}
#top-links {
	background-color: #bfbfbf99;
	padding: 5px 0px;
}
#top-links > div.container > p {
	float: left;
	display: inline-block;
	margin: 0;
}
#top-links > div.container > div {
	float: right;
	display: inline-flex;
}
#top-links > div.container > div > p {
	margin: 0;
}
#top-links > div.container > div > p:nth-child(1) {
	margin-right: 10px;
}
@media screen and (max-width: 500px) {
	#top-links {
		display: none;
	}
	#logo {
		margin: auto;
	}
}
#top-links {
	display: none;
}
.info-shop p {
	color: #bdb073;
	font-weight: 600;
}
.map {
	margin-top: 30px;
	margin-bottom: 20px;
}
#logo img {
	width: 100%;
}
.time-works {
	color: #fff;
}
.phone-and-email .phone {
	display: grid;
	grid-template-columns: max-content 1fr;
	grid-gap: 15px;
}
.phone-and-email .phone i {
	align-self: center;
	font-size: 24px;
}
.phone-and-email .email-block {
	display: grid;
	grid-template-columns: max-content 1fr;
	grid-gap: 15px;
}
.phone-and-email .email-block i {
	align-self: center;
	font-size: 24px;
}
.search-and-phones {
	display: grid;
	grid-template-columns: max-content 1fr;
	grid-gap: 15px;
}
.search-and-phones .search {
	align-self: center;
	width: 100%;
}
header {
	background-color: #000a25;
}
/* Widget */
 
.widget {
    position: fixed;
    bottom: 25px;
    right: 25px;
    z-index: 4000;
}
 
.widget__button {
    width: 60px;
    height: 60px;
    background-color: #fd3838;
    background-image: linear-gradient(147deg, #F14658 0%, #DC2537 74%);
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    cursor: pointer;
}
 
.widget__button:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fd3838;
    background-image: linear-gradient(147deg, #F14658 0%, #DC2537 74%);
    z-index: -1;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    transform: scale(1);
    animation: incomingPulse 1.7s infinite;
    opacity: 1;
}
 
.widget__button:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fd3838;
    background-image: linear-gradient(147deg, #F14658 0%, #DC2537 74%);
    z-index: -1;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    transform: scale(1);
    animation: incomingPulse2 1.5s infinite;
    opacity: 1;
}
 
@-webkit-keyframes incomingPulse {
    0% {
        transform: scale(1);
        opacity: 1;
    }
    100% {
        transform: scale(1.6);
        opacity: 0;
    }
}
 
@keyframes incomingPulse {
    0% {
        transform: scale(1);
        opacity: 1;
    }
    100% {
        transform: scale(1.6);
        opacity: 0;
    }
}
 
@-webkit-keyframes incomingPulse2 {
    0% {
        transform: scale(1);
        opacity: 1;
    }
    100% {
        transform: scale(1.8);
        opacity: 0;
    }
}
 
@keyframes incomingPulse2 {
    0% {
        transform: scale(1);
        opacity: 1;
    }
    100% {
        transform: scale(1.8);
        opacity: 0;
    }
}
 
.widget__button_icon-close {
    background: url(https://remzona47.ru/svg/close.svg) no-repeat;
    width: 20px;
    height: 20px;
    display: block;
    transform: scale(0);
    position: absolute;
    top: 20px;
    left: 20px;
    -o-transition: 0.3s all;
    -moz-transition: 0.3s all;
    -webkit-transition: 0.3s all;
}
 
.widget__button_icon-chat {
    background: url(https://remzona47.ru/svg/chat-speech-bubbles.svg) no-repeat;
    width: 30px;
    height: 30px;
    display: block;
    -o-transition: 0.3s all;
    -moz-transition: 0.3s all;
    -webkit-transition: 0.3s all;
    position: absolute;
    top: 15px;
    left: 15px;
    transform: scale(1);
}
 
.widget.widget-active .widget__button_icon-close {
    transform: scale(1);
}
 
.widget.widget-active .widget__button_icon-chat {
    transform: scale(0)
}
 
.widget.widget-active .widget__button:before {
    animation: incomingPulse2 0s infinite;
    opacity: 0;
}
 
.widget.widget-active .widget__button:after {
    animation: incomingPulse 0s infinite;
    opacity: 0;
}
 
.widget__popup {
    position: absolute;
    bottom: 50px;
    right: 0;
    background-color: #F2F4FA;
    -webkit-box-shadow: 0 10px 24px -9px rgb(207 210 216 / 90%);
    -moz-box-shadow: 0 10px 24px -9px rgba(207, 210, 216, .9);
    box-shadow: 0 10px 24px -9px rgb(207 210 216 / 90%);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    min-width: 350px;
    -o-transition: .3s all;
    -moz-transition: .3s all;
    -webkit-transition: .3s all;
    opacity: 0;
    visibility: hidden;
}
 
.widget.widget-active .widget__popup {
    bottom: 60px;
    opacity: 1;
    visibility: visible;
}
 
.widget__popup:before {
    content: '';
    position: absolute;
    right: 21px;
    bottom: -19px;
    border: 10px solid transparent;
    border-top: 10px solid #fff;
    -webkit-box-shadow: 0 10px 24px -9px rgb(207 210 216 / 90%);
    -moz-box-shadow: 0 10px 24px -9px rgba(207, 210, 216, .9);
    box-shadow: 0 10px 24px -9px rgb(207 210 216 / 90%);
}
 
.widget__popup-title {
    position: relative;
    padding: 30px;
    text-align: center;
    z-index: 5;
}
 
.widget__popup:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 200px;
    background-color: #fd3838;
    background-image: linear-gradient(147deg, #F14658 0%, #DC2537 74%);
    -webkit-border-top-left-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-topright: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    z-index: 1;
}
 
.widget__popup-title-1 {
    font-size: 24px;
    font-weight: 600;
    color: #fff;
}
 
.widget__popup-title-2 {
    font-size: 14px;
    font-weight: 400;
    margin: 10px 0 0 0;
    color: rgba(255, 255, 255, .7);
    line-height: 1.5;
}
 
.widget__popup-content {
    position: relative;
    z-index: 2;
    margin: 0 20px 20px 20px;
    background: #fff;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    padding: 20px;
}
 
.widget__popup-buttons a {
    display: flex;
    align-items: center;
    background: #fff;
    border: 1px solid #ddd;
    padding: 15px 20px;
    margin: 0 0 5px 0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    text-decoration: none;
    color: #000;
    -o-transition: .3s all;
    -moz-transition: .3s all;
    -webkit-transition: .3s all;
}
 
.widget__popup-buttons a:hover {
    opacity: 0.8;
}
 
.widget__popup-buttons a:last-of-type {
    margin: 0;
}
 
.widget__popup-buttons a.widget_call {
    background: #111;
    border-color: #111;
    color: #fff;
}
 
.widget__popup-buttons a.widget_call .icon {
    display: block;
    background: url(https://remzona47.ru/svg/call.svg) no-repeat;
    width: 14px;
    height: 14px;
    margin: 0 10px 0 0;
}
 
.widget__popup-buttons a.widget_whatsapp {
    background: #25d366;
    border-color: #25d366;
    color: #fff;
}
 
.widget__popup-buttons a.widget_whatsapp .icon {
    display: block;
    background: url(https://remzona47.ru/svg/whatsapp.svg) no-repeat;
    width: 17px;
    height: 17px;
    margin: 0 10px 0 0;
}
 
.widget__popup-buttons a.widget_telegram {
    background: #0088cc;
    border-color: #0088cc;
    color: #fff;
}
 
.widget__popup-buttons a.widget_telegram .icon {
    display: block;
    background: url(https://remzona47.ru/svg/telegram.svg) no-repeat;
    width: 17px;
    height: 17px;
    margin: 0 10px 0 0;
}
 
.widget__popup-buttons a.widget_email {
    background: #2952c1;
    border-color: #2952c1;
    color: #fff;
}
 
.widget__popup-buttons a.widget_email .icon {
    display: block;
    background: url(https://remzona47.ru/svg/mail.svg) no-repeat;
    width: 17px;
    height: 17px;
    margin: 0 10px 0 0;
}
 
@media screen and (max-width:500px) {
    .widget {
        width: calc(100% - 50px);
    }
    .widget__button {
        float: right;
        position: relative;
        z-index: -1;
    }
    .widget__popup {
        min-width: 100%;
    }
}
 
/* Widget */