* {
    padding:0;
    margin:0;
	font-family: 'Gilroy', sans-serif;
	outline:none;
}

::-webkit-scrollbar {
    width: 10px;
	height:5px;
}

::-webkit-scrollbar-track {
    background:#F8F8F8;
}

::-webkit-scrollbar-thumb {
    background:#7180CE;
}

.none {
    display: block;
}

input,
select,
textarea,
button {
    outline: none;
    padding: 18px 18px;
    border: 1px solid #dadada;
    width: calc(100% - 38px);
    font-weight: 600;
}

li {
	list-style-type:none;
}

a {
    text-decoration:none;
	color:#000;
	outline:none;
	transition-duration: .2s;
}

img {
    height:auto;
	border:none;	
}

.col {
	float:left;
}

.right {
	text-align:right;
}

.center {
	text-align:center;
}

.full {
	min-width:1150px;
	max-width:1920px;
	margin:0 auto;
	overflow:hidden;
}

.wrap {
	width:1080px;
	margin:0 auto;
	position:relative;
	z-index:1000;
}

.row:before,
.row:after {
    content: " ";
    display: table;
}

.row:after {
    clear: both;
}

.link {
    background: rgb(99, 124, 253);
    background: linear-gradient(180deg, rgb(5, 181, 249) 0%, rgb(99, 124, 253) 100%);
    display: inline-block;
    border-bottom: 3px solid rgb(67, 87, 191);
    border-radius: 45px;
    padding: 18px 80px;
    font-weight: 600;
    color: #fff;
    font-size: 16px;
    overflow: hidden;
    box-shadow: 2px 6px 18px rgba(0, 0, 0, 0.15);
    position: relative;
}

.link:before {
    content: "";
    position: absolute;
    top: -50%;
    right: -50%;
    bottom: -50%;
    left: -50%;
    background: -webkit-gradient(linear,left top,left bottom,from(#e5ac8e),color-stop(50%,#fff),color-stop(50%,#e5ac8e));
    background: -webkit-gradient(linear,left top,left bottom,from(rgba(229,172,142,0)),color-stop(50%,rgba(255,255,255,.7)),color-stop(50%,rgba(229,172,142,0)));
    background: linear-gradient(to bottom,rgba(229,172,142,0),rgba(255,255,255,.7) 50%,rgba(229,172,142,0));
    -webkit-transform: rotateZ(60deg) translate(-5em,7.5em);
    -ms-transform: rotate(60deg) translate(-5em,7.5em);
    transform: rotateZ(60deg) translate(-5em,7.5em);
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-animation: sheen 3s infinite;
    animation: sheen 3s infinite;
}

.link:hover {
	opacity:0.8;
}

.next {
	position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 80px;
    text-align: center;
    border-top-left-radius: 50%;
    border-top-right-radius: 50%;
    background: #f2f2f280;
    padding: 6px 0 0;
    color: #fff;
}

@keyframes sheen {
	0%,79%{
		opacity:0;filter:alpha(opacity=0);
		-webkit-transform:rotateZ(60deg) translate(-5em,7.5em);
		transform:rotateZ(60deg) translate(-5em,7.5em)
	}
	80%{
		opacity:1;
		filter:alpha(opacity=100);
		-webkit-transform:rotateZ(60deg) translate(-5em,7.5em);
		transform:rotateZ(60deg) translate(-5em,7.5em)
	}
	95%{
		opacity:1;
		filter:alpha(opacity=100);
		-webkit-transform:rotateZ(60deg) translate(1em,-11em);
		transform:rotateZ(60deg) translate(1em,-11em)
	}
	100%{
		opacity:0;
		filter:alpha(opacity=0);
		-webkit-transform:rotateZ(60deg) translate(1em,-9em);
		transform:rotateZ(60deg) translate(1em,-9em)
	}
}

.section-1 header h1 {
    font-size: 60px;
    font-weight: 900;
    padding: 85px 0 0;
}

.section-1 header .subtitle {
	font-size: 20px;
    font-weight: 600;
    letter-spacing: 0.4px;
    padding: 5px 0 30px;
	line-height:1.4;
	color: rgba(0, 0, 0, 0.75);
}

.section-1 header .trigers {
	padding: 30px 0 50px;
}

.section-1 header .trigers li {
    display: inline-block;
    position: relative;
    padding: 0 18px 0 0;
    font-size: 16px;
    font-weight: 600;
}
 
.section-1 header .trigers li span {
    position: relative;
    width: 31px;
    height: 31px;
	background: #f9394a;
    border-radius: 50%;
    color: #fff;
    display: inline-block;
    margin: 0 3px 0 0px;
    top: -6px;
	text-align:center;
} 

.section-1 header .trigers li i {
	position: relative;
    top: 6px;
}

.section-1 header .trigers li:hover span {
	animation: 0.3s linear 0s normal none running rot;
  -webkit-animation: 0.3s linear 0s normal none running rot;
}

.section-1 header .snet {
	padding:70px 0 0;
}

.section-1 header .snet a {
	font-size: 20px;
    width: 38px;
    height: 38px;
    display: inline-block;
    border-radius: 50%;
    background: #ed1c94;
    margin: 0 15px 0 0;
    text-align: center;
    color: #fff;
}

.section-1 header .snet a:nth-child(2) {
	background: #4267B2;
}

.section-1 header .snet a:nth-child(3) {
	background: #4A76A8;
}

.section-1 header .snet a:hover {
	background: #f9394a;
}

.section-1 header .snet a i {
	position: relative;
    top: 8px;
}

.section-1 header .contact {
	padding: 15px 0 70px;
}

.section-1 header .contact a {
    font-size: 16px;
    font-weight: 600;
    display: inline-block;
    padding: 0 20px 0 0;
	position:relative;
}

/*
.section-1 header .contact a:nth-child(1):before {
    content: "";
    width: 2px;
    height: 13px;
    background: #ccc;
    position: absolute;
    right: 7px;
    top: 3px;
}
*/

.section-1 header .contact a span {
	padding: 0 5px 0 2px;
    letter-spacing: 3px;
    opacity: 0.4;
}

.section-1 header .contact a:hover {
	color:#f9394a;
}

.section-1 header .wrap:before {
	content: "";
    width: 706px;
    height: 460px;
    position: absolute;
    right: -180px;
    bottom: -38px;
    background: url(/views/web/images/3.png) no-repeat;
    background-size: contain;
}

.section-1 nav {
	padding:10px 0 10px;
}

.catalog-nav .logo,
.section-1 nav .logo {
	float:left;
	width:200px;
}

.catalog-nav .logo img,
.section-1 nav .logo img {
    width: 42px;
	float:left;
}

.catalog-nav .logo p,
.section-1 nav .logo p {
    float: left;
    padding: 5px 10px;
    text-transform: uppercase;
    font-weight: 500;
}

.catalog-nav .logo p span:nth-child(1),
.section-1 nav .logo p span:nth-child(1) {
    display: block;
    font-size: 23px;
    line-height: 1;
}

.catalog-nav .logo p span:nth-child(2),
.section-1 nav .logo p span:nth-child(2) {
	display: block;
    line-height: 1;
    font-size: 17px;
    font-weight: 600;
    position: relative;
    left: 1px;
}

.catalog-nav .menu,
.section-1 nav .menu {
	float:right;
}

.catalog-nav .menu li,
.section-1 nav .menu li {
	display:inline-block;
}

.catalog-nav .menu li a,
.section-1 nav .menu li a {
    font-size: 16px;
    display: inline-block;
    margin: 15px 0 0 30px;
    font-weight: 600;
    position: relative;
}

.catalog-nav .menu li a:hover:before,
.section-1 nav .menu li a:hover:before {
	width: 100%;	
}

.catalog-nav .menu li a:before,
.section-1 nav .menu li a:before {
	content: "";
    width: 0;
	left:0;
	right:0;
	margin:0 auto;
    height: 2px;
    bottom: -4px;
    background: #f9394a;
    position: absolute;
    z-index: -1;
    transition-duration: .2s;
}

@keyframes rot {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes rot {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.section-1 {
    box-shadow: 2px 6px 18px rgba(0, 0, 0, 0.11);
    background: url(/views/web/images/4.jpg) 0 -56px;
    background-size: cover;
    position: relative;
}

.section-1:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(255, 255, 255, 0.68);
}

.page h1,
.product h2,
.catalog h1,
.section h2 {
    margin: 100px 0 60px;
    text-align: center;
    font-weight: 900;
    font-size: 35px;
	position:relative;
} 

.product h2 {
	margin: 60px 0 60px;
}

.page h1:before,
.product h2:before,
.catalog h1:before,
.section h2:before {
    content: "";
    width: 50px;
    height: 50px;
    background: #329AFB;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 0;
    border-radius: 50%;
    z-index: -1;
}

.section-2 {
	padding:0 0 50px;
	position:relative;
}

.section-2 .wrap:before {
	content:"";
	width:1920px;
	height:600px;
	
	position:absolute;
	left:-165px;
	bottom:0;
}

.section-2 .col {
	width: 20%;
	padding:0 0 40px;
}

.section-2 .col .image {
    height: 110px;
    width: 180px;
    margin: 0 auto 30px;
    border-radius: 6px;
    position: relative;
    overflow: hidden;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.section-2 .col:hover .name span {
	opacity: 1;
}

.preview .image .more:hover, 
.section-2 .col .image a:hover {
	background: #ec3041;
}
 
.section-2 .col .name {
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    position: relative;
    padding: 0 0 10px;
}

.section-2 .col .name span {
	width: 25px;
    height: 25px;
    position: relative;
    display: inline-block;
    left: -7px;
    top: 8px;
    border-radius: 50%;
    z-index: -1;
    box-shadow: 2px 1px 17px rgba(0, 0, 0, 0.05);
	opacity: 0.5;
}

.color.white {
	border: 1px solid #d2d2d2;
	background: #ffffff;
}

.color.blue {
	border: 1px solid #3895d0;
	background: #40AEF4;
}

.color.red {
	border: 1px solid #d60b0b;
	background: #FF0E0E;
}

.color.pink {
	border: 1px solid #d276ae;
	background: #EE84C5;
}

.color.yellow {
	border: 1px solid #f1c922;
	background: #FBCD09;
}

.color.light_green {
	border: 1px solid #6be036;
	background: #7DFF43;
}

.color.green {
	border: 1px solid #1c9824;
	background: #00BC0D;
}

.color.black {
	border: 1px solid #0000;
	background: #000;
}

.color.black_dark_blue {
	border: 1px solid #173265;
	background: #1B4592;
}

.color.gray {
    border: 1px solid #b0b0b0;
	background: #ccc;
}

.color.burgundy {
	border: 1px solid #71162a;
	background: #98233C;
}

.color.white-black {
	border: 1px solid #d2d2d2;
	background: #ffffff;
	position:relative;
	overflow:hidden;
}

.color.white-black:before {
	content:"";
	width:100%;
	height:50%;
	background:#000;
	position:absolute;
	left:0;
	bottom:0;
}

.section-5 .info,
.section-2 .info {
	text-align: center;
    padding: 20px 0 0;
    font-size: 13px;
    font-weight: 600;
    color: #b9b9b9;
    letter-spacing: 1px;
}

.section-5 .info i,
.section-2 .info i {
	display: inline-block;
    color: #000;
    font-size: 20px;
    position: relative;
    top: 3px;
    left: -2px;
}

.preview {
	width: 25%;
	padding:0 0 50px;
	float:left;
}

.preview .image {
    height: 189px;
    width: 100%;
    margin: 0 auto 10px;
    border-radius: 6px;
    position: relative;
    overflow: hidden;
    background-size: contain;
    background-position: 13px 0px;
    background-repeat: no-repeat;
}

.preview .name {
    text-align: center;
    line-height: 1.5;
    height: 72px;
}

.preview .name span {
	display:block;
	font-size:16px;
	font-weight:700;
	padding:0 10px;
}

.preview .image .more{
	text-align: center;
    display: block;
    width: 100px;
    margin: 0 auto;
    padding: 7px;
    background: #f9394a;
    border-bottom: 2px solid #af1a28;
    font-weight: 600;
    font-size: 13px;
    color: #fff;
    border-radius: 50px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -50%;
}

.preview:hover .image .more {
	bottom: 27%;
}

.preview .col:hover .image a {
	bottom: 33%;
}

.section-4 {
    overflow: hidden;
    padding: 0 0 100px;
    position: relative;
    background: url(/views/web/images/14.png) center;
    margin: 100px 0 0;
    box-shadow: 2px 6px 18px rgba(0, 0, 0, 0.11);
    background-size: cover;
}

.section-4:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(255, 255, 255, 0.68);
}

.section-4 table {
    width: 100%;
    border-spacing: 0;
    box-shadow: 2px 6px 18px rgba(0, 0, 0, 0.05);
    overflow: hidden;
    border: 1px solid #f2f2f2;
}

.section-4 th {
	border:1px solid #f2f2f2;
	padding:20px 20px;
	background:#fff;
}

.section-4 td {
	border:1px solid #f2f2f2;
	padding:20px 20px;
	background:#fff;
	text-align: center;
}

.section-4 .style-1 { 
    background: #f9394a;
    background: linear-gradient(210deg, #f9394a 0%, rgb(230, 52, 69) 100%);
    color: #fff;
    font-size: 18px;
    font-weight: 900;
}

.section-4 .style-2 {
	background: #329AFB;
    background: linear-gradient(210deg, rgb(5, 181, 249) 0%, rgb(99, 124, 253) 100%);
    color: #fff;
    font-weight: 700;
}

.section-5 {
    padding: 0 0 50px;
    overflow: hidden;
}

.section-5 .col {
	width:64%;
	text-align:center;
}

.section-5 .col:nth-child(2) {
	width:36%;
}

.section-5 h3 {
    opacity: 0.6;
    font-size: 18px;
    padding: 0 0 25px;
}

.section-5 img {
    height: 44px;
    margin: 0 22px 10px;
	position: relative;
}

.section-6 {
	padding:0 1px 100px;
	overflow:hidden;
}

.section-6 .item {
	width: 210px;
    height: 400px;
    background-size: cover;
}

.section-6 img {
	width:100%;
	border:1px solid #f2f2f2;
}

.video {
	overflow:hidden;
	position:relative;
	padding-bottom:100%;
	padding-top:30px;
	height:0;
	border:1px solid #f2f2f2;
}

.video iframe {
	position:absolute;
	width:100%;
	height:100%;
	left:0;
	top:0;
}

.footer {
    padding: 25px 0 10px;
    overflow: hidden;
    background: #FAFAFA;
    border-top: 2px solid #f2f2f2;
}

.footer .col.logo {
    width: 200px;
    padding: 10px 0;
}

.footer .logo img {
    width: 42px;
	float:left;
}

.footer .logo p {
    float: left;
    padding: 5px 10px;
    text-transform: uppercase;
    font-weight: 500;
}

.footer .logo p span:nth-child(1) {
    display: block;
    font-size: 23px;
    line-height: 1;
}

.footer .logo p span:nth-child(2) {
	display: block;
    line-height: 1;
    font-size: 17px;
    font-weight: 600;
    position: relative;
    left: 1px;
}

.footer .col {
    width: 290px;
    text-align: center;
}

.footer .col h3 {
	font-size: 14px;
    padding: 0 0 10px;
    opacity: 0.6;
}

.footer .phone {
	display: block;
    font-size: 14px;
    font-weight: 600;
    padding: 0 0 3px;
}

.footer .col-m img {
    position: relative;
    margin: 0 2px;
}

.footer .snet a {
	font-size: 20px;
    width: 38px;
    height: 38px;
    display: inline-block;
    border-radius: 50%;
    background: #ed1c94;
    margin: 0 8px 0;
    text-align: center;
    color: #fff;
}

.footer .snet a:nth-child(2) {
	background: #4267B2;
}

.footer .snet a:nth-child(3) {
	background: #4A76A8;
}

.footer .snet a:hover {
	background: #f9394a;
}

.footer .snet a i {
	position: relative;
    top: 8px;
}

.copy {
	text-align: center;
    font-size: 12px;
    color: #000;
    padding: 15px 0 0;
    font-weight: 600;
}

.copy a {
	text-decoration:underline;
	display:inline-block;
	padding:0 10px;
}

.catalog-nav nav {
    padding: 0 0 15px;
    background: #fafafa;
    border-bottom: 2px solid #f2f2f2;
}

.catalog-nav nav .phone {
	padding: 15px 0 0;
}

.catalog-nav nav .phone a {
    font-size: 16px;
    font-weight: 600;
    display: inline-block;
    padding: 0 20px 0 0;
	position:relative;
}

.catalog-nav nav .phone a span {
	padding: 0 5px 0 2px;
    letter-spacing: 3px;
    opacity: 0.4;
}

.catalog-nav nav .phone a:hover {
	color:#F9394A;
}

.catalog-nav header {
    padding: 25px 0;
    box-shadow: 2px 6px 18px rgba(0, 0, 0, 0.02);
	position: relative;
    z-index: 10000;
}

.catalog-nav header .logo {
    padding: 9px 0 0;
}

.catalog-nav header .logo img {
    width: 50px;
    margin: -4px 5px -4px 0;
}

.catalog-nav header .search {
    width: 420px;
    margin: 0 13px 0;
	position:relative;
}

.catalog-nav header .search-value {
    font-size: 12px;
    font-weight: 600;
    color: #666;
    padding: 0 0 0 20px;
}

.catalog-nav header .search-value a {
    color: #9c9c9c;
    display: inline-block;
    padding: 0 0 0 10px;
    text-decoration: underline;
}

.catalog-nav header .search input {
    padding: 15px 30px;
    border-radius: 3px;
    margin: 3px 0 0;
    width: 356px;
    float: left;
    font-weight: 600;
    border: 1px solid #eaeaea;
}

.catalog-nav header .search .button-s {
	border: none;
    width: 76px;
    margin: 3px -60px;
    padding: 12px 0 14px;
    font-size: 15px;
    font-weight: 600;
    color: #000;
    float: left;
    height: 48px;
    background: none;
}

.catalog-nav header .button-theme {
    float: left;
    position: relative;
    margin: 0 0 0 180px;
}

.catalog-nav header .button-theme .link { 
	border-radius: 5px;
	padding: 15px 30px;
    font-weight: 600;
}

.catalog-nav header .button-theme .link:before {
	display:none;
}

.catalog-nav header .button-theme:after {
    content: "";
    width: 162px;
    height: 60px;
    position: absolute;
    left: -150px;
    bottom: -34px;
    background: url(/views/web/images/16.png) no-repeat;
}

.catalog {
	padding:0 0 30px;
	overflow:hidden;
}

.catalog h1 {
	margin: 75px 0 75px;
	font-size:32px;
}

.catalog h1:before {
	top: -2px;
}

.catalog .not-found {
	text-align: center;
    font-size: 20px;
    font-weight: 700;
}

.pagination {
    padding: 20px 0 0;
    text-align: center;
}

.pagination span.load {
    display: block;
    text-align: center;
    padding: 13px;
    border-radius: 3px;
    font-size: 12px;
    font-weight: 700;
    background: #F3F4F6;
    margin: 0 0 10px;
	transition-duration: .2s;
}

.pagination span.load:hover {
	cursor:pointer;
	background:#eaeaea;
}

.pagination li {
    display: inline-block;
}

.pagination li span {
	display: block;
    width: 35px;
    height: 35px;
    border: 1px solid #e6e6e6;
    text-align: center;
    margin: 0 5px 0 0;
    font-weight: 700;
    font-size: 11px;
    border-radius: 50%;
    line-height: 3.2;
	cursor:pointer;
	transition-duration: .2s;
}

.pagination li span.active {
	border: 1px solid #FF3649;
	background: #FF3649;
	color:#fff;
}

.pagination .dots {
}

.pagination li span:hover {
	background:#eaeaea;
}

.pagination li span.active:hover {
	background: #da1818;
}

.advantages {
	overflow:hidden;
	padding:20px 0;
	margin:20px 0 0;
	border-top:1px solid #F3F4F6;
}

.advantages li {
    float: left;
	width: calc(25% - 1px);
	border-right:1px solid #F3F4F6;
	position:relative;
} 

.advantages li:last-child {
	border-right:none;
}

.advantages li span.text {
position: relative;
    padding: 10px 20px 10px 80px;
    display: block;
    font-weight: 600;
    font-size: 15px;
    letter-spacing: 0.4px;
}

.advantages li span.icon {
    width: 53px;
    height: 40px;
    position: absolute;
    left: 19px;
    top: 9px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 95%;
}

.product {
	padding: 75px 0 20px;
	overflow:hidden;
}

.product h1 {
    text-align: center;
    font-size: 35px;
    font-weight: 400;
}

.product h1 span {
	font-weight:800;
}

.product .star {
	text-align: center;
    color: #46B04C;
    padding: 4px 0 60px;
}

.product .gallery {
	width:500px;
}

.product .content {
	width:480px;
	float:right;
}

.product .info .name,
.product .variants .name {
	font-size: 16px;
    font-weight: 700;
    padding: 0 0 10px;
}

.product .variants .values {
	padding: 5px 0 30px;
}

.product .variants span {
    width: 25px;
    height: 25px;
    position: relative;
    display: inline-block;
    border-radius: 50%;
    box-shadow: 2px 1px 9px rgba(0, 0, 0, 0.16);
    opacity: 0.5;
    margin: 0 6px 0 0;
	cursor:pointer;
}

.product .variants span:hover,
.product .variants span.active {
	opacity: 1;
}

.product .price {
	padding:0 0 5px;
}

.product .price > span:nth-child(1) {
	font-size: 14px;
    display: inline-block;
}

.product .price > span:nth-child(2) {
    display: inline-block;
    font-size: 32px;
    font-weight: 800;
    padding: 0 10px;
}

.product .price .sumb {
	font-size: 18px;
    position: relative;
    top: -12px;
}

.product .opt {
	padding:0 0 20px;
}

.product .opt a {
	font-size: 14px;
    font-weight: 800;
    border-bottom: 1px dashed #000;
    letter-spacing: 0.2px;
}

.product .button {
	margin: 15px 0 20px;
}

.product .button a {
	background: rgb(60, 158, 66);
    background: linear-gradient(180deg, rgb(70, 176, 76) 0%, rgb(55, 148, 61) 100%);
    display: inline-block;
    border-bottom: 3px solid rgb(40, 117, 45);
    border-radius: 5px;
	text-transform: inherit;
	padding: 15px 50px;
}

.product .info {
	padding:5px 0 0;
}

.product .info li {
    padding: 0 20px 5px;
    position: relative;
    font-size: 14px;
}

.product .info li:before {
    content: "";
    width: 5px;
    height: 5px;
    background: rgb(115, 133, 154);
    position: absolute;
    left: 3px;
    top: 5px;
    border-radius: 50%;
    border: 1px solid rgba(65, 76, 89, 0.19);
}

.product .gallery img {
	width:100%;
}

.product .slider-for {
	width:370px;
	float:right;
}

.product .slider-nav {
	width:130px;
	float:left;
}

.product .slider-nav .item-thumbnail {
	margin: 0 0 15px;
	width:100px!important;
}

.product .slider-nav .item-thumbnail:nth-child(2) {
    left: 25px;
    position: relative;
}

.product .slider-nav .item-thumbnail:nth-child(3) {
    left: 25px;
    position: relative;
}

.product .opt-price {
	padding: 10px 0 0;
    display: none;
}

.product .opt-price label {
	font-size: 14px;
    font-weight: 600;
    padding: 5px 0 5px;
    display: block;
}

.product .opt-price label span {
	font-weight:400;
}

.product .opt-price ul {
	padding: 2px 0 10px;
}

.product .opt-price li {
	font-size: 14px;
}

.slick-dots {
	display:none;
}

#overlay {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    top: 0;
    right: 0;
	width:100%;
	min-height:100vh;
    overflow: auto;
	background: rgba(56, 56, 56, 0.59);
    z-index:79999;
}

.popup-form {
    position: relative;
    display: none;
    z-index: 99999;
    background: #fff;
    width: 570px;
    margin: 40px auto;
    padding: 0 40px;
    overflow: hidden;
    border-radius: 5px;
    border: 2px solid #efefef;
}

.popup-close {
	position: absolute;
    top: 8px;
    right: 10px;
    width: 19px;
    height: 19px;
    cursor: pointer;
    z-index: 100;
}

.popup-close:before,
.popup-close:after {
    content: "";
    width: 100%;
    height: 1px;
    position: absolute;
    left: 0;
	top: 9px;
    background: #000;
    transform: rotate(45deg);
}

.popup-close:before {
	 transform: rotate(-45deg);
}

.popup-form .title {
	text-align: center;
    margin: 40px 0 0;
    font-size: 25px;
    font-weight: 800;
}

.popup-form .subtitle {
    text-align: center;
	padding: 14px 10px 25px;
    font-size: 15px;
    font-weight: 300;
    letter-spacing: 0.2px;
    line-height: 1.4;
}

.popup-form .col-6 {
	width:49%;
}

.popup-form .col + .col {
	margin-left: 2%;
}

.popup-form label {
    font-size: 13px;
    font-weight: 600;
    padding: 0 0 4px;
    display: block;
}

.popup-form textarea,
.popup-form input {
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.02);
    border-radius: 5px;
    margin: 0 0 15px;
    padding: 15px 18px;
    font-weight: 400;
    font-size: 13px;
}

.popup-form textarea {
	resize:vertical;
	height:60px;
}

.popup-form .delivery-2 {
	display:none;
}

.popup-form button {
	border:none;
    background: rgb(60, 158, 66);
    background: linear-gradient(180deg, rgb(70, 176, 76) 0%, rgb(55, 148, 61) 100%);
    display: inline-block;
    border-bottom: 3px solid rgb(40, 117, 45);
    border-radius: 5px;
    text-transform: inherit;
    padding: 15px 60px;
	color:#fff;
	font-size: 15px;
	width:100%;
	margin:0 0 40px;
	cursor:pointer;
}

.popup-form button:hover {
	opacity:0.8;
}
	
.popup-form textarea::-webkit-input-placeholder {color:#000;}
.popup-form textarea::-moz-placeholder          {color:#000;}
.popup-form textarea:-moz-placeholder           {color:#000;}
.popup-form textarea:-ms-input-placeholder      {color:#000;}

.popup-form input::-webkit-input-placeholder {color:#000;}
.popup-form input::-moz-placeholder          {color:#000;}
.popup-form input:-moz-placeholder           {color:#000;}
.popup-form input:-ms-input-placeholder      {color:#000;}

.popup-filter {
    position: relative;
    display: none;
    z-index: 99999;
    background: #fff;
    width: 300px;
    float: right;
    padding: 0 40px!important;
    overflow: hidden;
    border-left: 2px solid #efefef;
    min-height: 100vh;
    margin: 0!important;
}

.popup-filter .title {
	font-size: 18px;
    font-weight: 800;
    padding: 30px 0 20px;
}

.popup-filter ul ul {
	margin:0 20px;
}

.popup-filter li {
	padding:0 20px;
	position:relative;
}

.popup-filter li i {
    position: absolute;
    left: 4px;
    top: 3px;
    font-size: 11px;
    color: rgb(113, 128, 206);
}

.popup-filter li a {
	display: block;
    font-size: 14px;
    padding: 0 0 12px;
    font-weight: 600;
}

.popup-filter li a:hover {
	text-decoration:underline;
}

.thank .block {
    width: 526px;
    margin: 75px auto;
    text-align: center;
    padding: 60px;
    background: rgba(250, 250, 250, 0.5);
    box-shadow: 2px 6px 18px rgba(0, 0, 0, 0.02);
    border: 2px solid rgba(242, 242, 242, 0.88);
    border-radius: 5px;
}

.thank h1 {
	font-size: 30px;
    padding: 0 0 15px;
}

.thank p {
    font-size: 16px;
    line-height: 1.5;
    padding: 0 0 20px;
    font-weight: 600;
}

.thank a {
    margin: 10px 10px 0;
    text-transform: inherit;
    font-size: 16px;
    padding: 18px 80px;
}

.search-result {
    padding: 10px 0 0;
    overflow: hidden;
    background: #fff;
    z-index: 100;
    display: none;
    position: absolute;
	width: 445px;
	top: 53px;
    box-shadow: 2px 6px 18px rgba(0, 0, 0, 0.09);
    border-radius: 5px;
}

.search-result .item {
    padding: 5px 20px 5px;
    border-bottom: 2px solid #f2f2f2;
    display: block;
    overflow: hidden;
}

.search-result .item:last-child {
	border-bottom: none;
}

.search-result .image {
    width: 42px;
    height: 42px;
    float: left;
    border-radius: 3px;
	background-size: cover;
    background-position: center;
}

.search-result .name {
    font-size: 13px;
    font-weight: 600;
    white-space: nowrap; 
    text-overflow: ellipsis;
    overflow: hidden;
    margin: 13px 0 0 55px;
}

.search-result .button-r {
    width: 100%;
    padding: 8px 0;
    position: relative;
    height: auto;
    background: #f3f4f6;
    border: none;
    color: #000;
    font-size: 12px;
    font-weight: 600;
    margin: 0 auto;
    border-top: 2px solid #f2f2f2;
}

.search-result .not-found {
    padding: 8px 0 18px;
    text-align: center;
    font-size: 13px;
    font-weight: 600;
}

.search-result button {
    width: 100%;
    padding: 10px 0 12px;
    margin: 10px 0 0;
    background: #438ffb;
    color: #fff;
    border: none;
}

.chat {
	position:fixed;
	right:20px;
	bottom:90px;
	z-index:1000;
}

.chat-pda {
	position:fixed;
	right:20px;
	bottom:90px;
	z-index:1000;
	display:none;
}

.chat .icon {
	width: 56px;
    height: 56px;
	background: #f9394a;
    border-radius: 50%;
	border:2px solid #ff0134;
	position:relative;
	z-index:100;
}

.chat:before {
	content:"";
	left:-50px;
	top:-50px;
	bottom:-50px;
	right:-50px;
	position:absolute;
	z-index:1;
}

.chat .icon i {
    font-size: 29px;
    color: #fff;
    padding: 13px 11px;
    font-weight: 600;
}

.chat .messenger {
	position:absolute;
	width: 58px;
    height: 58px;
	transition-duration: .5s;
	border-radius:50%;
	z-index:2;
}

.chat .messenger:hover {
	opacity:0.6;
}

.chat-pda .facebook i,
.chat .facebook i {
    padding: 12px 13px;
    font-size: 34px;
    color: #fff;
}

.chat-pda .viber i,
.chat .viber i {
    padding: 13px 14px;
    font-size: 30px;
    color: #fff;
}

.chat-pda .telegram i,
.chat .telegram i {
	padding: 13px 12px;
    font-size: 33px;
    color: #fff;
}

.chat-pda .facebook,
.chat .facebook {
	left: 1px;
    top: 1px;
    background: #0084FF;
}

.chat-pda .viber,
.chat .viber {
	background: #7B519C;
    left: 1px;
    top: 1px;
}

.chat-pda .telegram,
.chat .telegram {
    background: #0088CC;
    left: 1px;
    top: 1px;
}

.chat:hover .facebook {
	left: -39px;
    top: -57px;
}

.chat:hover .viber {
	top: 4px;
    left: -68px;
}

.chat:hover .telegram {
    top: 63px;
    left: -34px;
}

.chat-pda .messenger {
    position: relative;
    width: 50px;
    height: 50px;
    transition-duration: .5s;
    border-radius: 50%;
    z-index: 2;
    margin: 0 7px 6px;
	text-align: center;
}

.popup-menu {
    position: relative;
    display: none;
    z-index: 99999;
    background: #fff;
    width: 180px;
    float:right;
    padding: 0 40px;
    overflow: hidden;
    border-left: 2px solid #efefef;
	min-height:100vh;
}

.popup-menu ul {
	margin:60px 0;
}

.popup-menu li {
	padding:0 20px;
	position:relative;
}

.popup-menu li i {
    position: absolute;
    left: 4px;
    top: 3px;
    font-size: 11px;
    color: rgb(113, 128, 206);
}

.popup-menu li a {
	display: block;
    font-size: 14px;
    padding: 0 0 12px;
    font-weight: 600;
}

.popup-menu li a:hover {
	text-decoration:underline;
}

.sale {
	background: #fafafa;
    width: 210px;
    padding: 10px;
    margin: 14px 0;
    box-shadow: 2px 1px 9px rgba(0, 0, 0, 0.08);
    border-radius: 2px;
    font-size: 14px;
    line-height: 1.5;
    text-align: center;
}

.sale span {
	font-weight:700;
}

.reviews-product {
	padding:0 1px 60px;
}

.reviews-product h2 {
	margin: 60px 0 60px;
}

.policy  {
	padding:0 0 70px;
}

.policy h1 {
	font-size: 28px;
    text-align: center;
    padding: 70px 0 20px;
}

.policy h2 {
	font-size: 19px;
    padding: 20px 0 15px;
}

.policy p {
	padding: 0 0 10px;
    font-size: 15px;
    line-height: 1.6;
	text-align:justify;
}

.box {
	padding:20px 0;
}

.item-box {
	width:25%;
	text-align:center;
}

.item-box img {
    width: 88%;
}

.item-box .name {
    display: block;
    font-size: 14px;
    font-weight: 400;
    padding: 10px 10px;
    line-height: 1.4;
}

.item-box .name span {
	font-size: 16px;
    font-weight: 700;
	display:block;
}

.item-box .price2 {
	font-size: 14px;
}

.item-box .price2 b {
	font-size: 16px;
}

.pda-popup {
	display:none;
	position: fixed;
    bottom: 0;
    left: 0;
    z-index: 9999;
    text-align: center;
    padding: 8px 0 8px;
    background: #7b519c;
    border-bottom: 3px solid #5e3a79;
    font-size: 12px;
    font-weight: 600;
    color: #fff;
    box-shadow: 0px -1px 11px rgba(0, 0, 0, 0.15);
    right: 0;
    width: 100%;
}

.contact .items {
	overflow:hidden;
	padding:0 0 40px;
}

.contact .items .item {
	width:33.33%;
	float:left;
}

.contact .col-4 {
	width: 32.2666666667%;
	float:left;
}

.contact .col + .col {
	margin-left:1.6%;
}

.contact .items .icon {
    float: left;
    width: 50px;
    height: 50px;
    background: rgb(99, 124, 253);
    background: linear-gradient(180deg, rgb(5, 181, 249) 0%, rgb(99, 124, 253) 100%);
    border-radius: 3px;
    margin: 0 20px 0 0;
	position:relative; 
	color:#fff;
	text-align:center;
}

.contact .items .item a {
	font-weight: 500;
    padding: 16px 0 0;
    display: inline-block;
}

.contact .items .icon i {
	font-size: 24px;
    display: inline-block;
    padding: 12px 0;
}

.contact .items .item span:nth-child(2) {
	font-weight: 500;
    padding: 6px 0 0;
    display: inline-block;
}

.contact .title {
	font-size: 16px;
    font-weight: 600;
    padding: 20px 0 20px;
}

.contact textarea {
	height:80px;
}

.contact textarea,
.contact input {
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.02);
    border-radius: 5px;
    margin: 0 0 15px;
    padding: 15px 18px;
    font-weight: 400;
    font-size: 13px;
}

.contact .button {
	border: none;
    background: rgb(60, 158, 66);
    background: linear-gradient(180deg, rgb(70, 176, 76) 0%, rgb(55, 148, 61) 100%);
    display: inline-block;
    border-bottom: 3px solid rgb(40, 117, 45);
    border-radius: 5px;
    text-transform: inherit;
    padding: 15px 60px;
    color: #fff;
    font-size: 15px;
    width: 300px;
    margin: 0 0 40px;
    cursor: pointer;
}

.contact .button:hover {
	opacity:0.8;
}

.contact label {
    font-size: 13px;
    font-weight: 600;
    padding: 0 0 4px;
    display: block;
}

.page-404 .block {
    width: 526px;
    margin: 75px auto;
    text-align: center;
    padding: 60px;
    background: rgba(250, 250, 250, 0.5);
    box-shadow: 2px 6px 18px rgba(0, 0, 0, 0.02);
    border: 2px solid rgba(242, 242, 242, 0.88);
    border-radius: 5px;
}

.page-404 h1 {
	font-size: 100px;
    padding: 0 0 15px;
}

.page-404 p {
    font-size: 18px;
    line-height: 1.5;
    padding: 0 0 20px;
    font-weight: 600;
}

.page-404 a {
    margin: 10px 10px 0;
    text-transform: inherit;
    font-size: 16px;
    padding: 18px 80px;
}
.breadcrumps {
    position: relative;
    padding: 20px 0 0;
}

.breadcrumps div {
	display:inline-block;
	font-size:12px;
	color:#696c77;
	position:relative;
	padding: 0 30px 0 0;
}

.breadcrumps div:before {
    content: "";
    width: 16px;
    height: 1px;
    position: absolute;
    right: 5px;
    top: 7px;
    background: rgba(105, 108, 119, 0.49);
}

.breadcrumps div:last-child:before {
	display:none;
}

.breadcrumps div a {
	color:#696c77;
}

.breadcrumps div a:hover {
	color:#5386FD;
}

.breadcrumps div.text {
	padding: 0 30px 0 5px;
}

.section-7 {
	padding:0 0 100px;
}

.section-7-catalog {
    padding: 0 0 60px;
}

.section-7 h2 {
	margin: 0 0 31px;
    font-size: 30px;
    text-align: left;
}

.section-7 h2:before {
	display:none;
}

.section-7 .text {
	height: 328px;
    overflow: auto;
	text-align: justify;
    padding: 0 50px 0 0;
}

.section-7 .text p {
    font-size: 15px;
    padding: 0 0 20px;
    letter-spacing: 0.2px;
    line-height: 1.5;
}

.section-7 .text ul {
	 padding: 0 0 20px;
}

.section-7 .text::-webkit-scrollbar {
    width: 2px;
}

.section-7 .text::-webkit-scrollbar-track {
    background:#F8F8F8;
}

.section-7 .text::-webkit-scrollbar-thumb {
    background:#7180CE;
}

.section-7 .text li {
    font-size: 15px;
    position: relative;
    line-height: 1.5;
    padding: 0 25px 18px;
}

.section-7 .text li:before {
    content: "";
    background: linear-gradient(180deg, #FF5454 0%, #FF3A3A 100%);
    box-shadow: 0px 5px 24px rgba(0, 0, 0, 0.1), 0px 5px 68px rgba(255, 58, 58, 0.5), inset 0px 3px 16px #FF7272;
    border-radius: 50%;
    width: 8px;
    height: 8px;
    position: absolute;
    left: 0px;
    top: 7px;
}

.section-7 .text a {
	text-decoration:underline;
}

.reviews .video-reviews {
    height: 360px;
    width: 480px;
    float: left;
    margin: 0 30px 31px;
    border-radius: 5px;
    overflow: hidden;
    background: #D1DBE7;
    position: relative;
    box-shadow: 2px 6px 18px rgba(0, 0, 0, 0.1);
}

.reviews .video-reviews a {
	position: absolute;
    width: 100%;
    height: 180px;
    top: 50%;
    left: 0;
    right: 0;
    margin: -30px auto;
    font-size: 50px;
    text-align: center;
    color: #f9394a;
}

.reviews .item {
	width: 210px;
    height: 400px;
    background-size: cover;
}

.reviews img {
	width:100%;
	border:1px solid #f2f2f2;
}

.reviews .facebook-page {
	width: 450px;
    margin: 30px auto 10px;
    background: #fafafa;
    border: 2px solid #f6f6f6;
    text-align: center;
    padding: 30px;
    border-radius: 7px;
    box-shadow: 2px 6px 18px rgba(0, 0, 0, 0.02);
}

.reviews .facebook-page .name {
	font-size: 18px;
    font-weight: 700;
    padding: 0 0 15px;
    letter-spacing: 0.2px;
}

.reviews .facebook-page .name i {
	color:#3A5897;
}

.reviews .owl-reviews {
	padding:50px 0;
}

.reviews .comments {
	padding:20px 0 50px;
}

.reviews .comments .name {
    font-size: 18px;
    font-weight: 700;
    padding: 0 7px 15px;
    letter-spacing: 0.2px;
}

/*--POPUP--*/

.popup-video {
	position: relative;
    display: none;
    z-index: 99999;
    border-radius: 4px;
    width:1000px;
    margin:60px auto;	
	padding:13px;
	background:#fff;
	
}

.popup-video .video {
    position:relative;
    padding-bottom:56.25%;
    padding-top:30px;
    height:0;
    overflow:hidden;
}

.popup-video .video iframe,
.popup-video .video object,
.popup-video .video embed {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
	z-index:100;
}

.popup-video .popup-close {
    top: -6px;
    right: -26px;
	width: 24px;
    background: #fff;
    z-index: 1000;
    margin: 6px;
    padding: 4px;
	border-radius: 0 5px 5px;
}

.popup-video .popup-close:before, .popup-video .popup-close:after {
    content: "";
    width: 53%;
    left: 7px;
	top: 13px;
}

.popup-video .popup-close {
	position: absolute;
    top: 8px;
    right: 10px;
    width: 19px;
    height: 19px;
    cursor: pointer;
    z-index: 100;
}

.popup-video .popup-close:before,
.popup-video .popup-close:after {
    content: "";
    width: 100%;
    height: 1px;
    position: absolute;
    left: 0;
	top: 9px;
    background: #000;
    transform: rotate(45deg);
}

.popup-video .popup-close:before {
	transform: rotate(-45deg);
}

.link-catalog {
	padding: 0 0 40px;
}

.section-2 .new-product .col {
	width: 25%;
}

.section-2 .new-product .col .image {
    height: 160px;
    width: 190px;
    margin: 5px auto 0px;
}

.delivery-page h1 {
	font-size: 30px;
    width: 600px;
    margin: 100px auto 30px;
}

.delivery-page h1:before {
	display:none;
}

.delivery-page .i {
	font-size: 18px;
    line-height: 1.6;
    padding: 10px 0 50px;
}

.delivery-page h2 {
    text-align: center;
    padding: 10px 0 30px;
    font-size: 26px;
	font-weight: 800;
	position:relative;
}

.delivery-page h2:before {
    content: "";
    width: 44px;
    height: 44px;
    background: #329AFB;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 6px;
    border-radius: 50%;
    z-index: -1;
}

.delivery-page .col-4 {
	width:30%;
}

.delivery-page .col-4 + .col-4 {
	margin-left: 5%;
}

.delivery-page .delivery img {
    height: 50px;
    position: relative;
    margin: 18px auto 40px;
    display: block;

}

.delivery-page .delivery p {
	font-size:14px;
	line-height:1.5;
	padding:0 0 10px;
}

.delivery-page .delivery p b {
	display:block;
}

.delivery-page li {
	font-size:14px;
    position: relative;
    line-height: 1.5;
    padding: 0 25px 5px;
}

.delivery-page li:before {
    content: "";
    background: linear-gradient(180deg, #FF5454 0%, #FF3A3A 100%);
    box-shadow: 0px 5px 24px rgba(0, 0, 0, 0.1), 0px 5px 68px rgba(255, 58, 58, 0.5), inset 0px 3px 16px #FF7272;
    border-radius: 50%;
    width: 8px;
    height: 8px;
    position: absolute;
    left: 0px;
    top: 7px;
}
 
.delivery-page .info {
    padding: 16px 170px 0;
    line-height: 1.5;
    text-align: center;
    font-weight: 600;
    font-size: 16px;
    margin: 10px 0 0;
}

.delivery-page .delivery,
.delivery-page .payment,
.delivery-page .redelivery {
	padding:0 0 50px;
}

.delivery-page .payment h3 {
	padding: 10px 0 20px;
}

.delivery-page .payment p {
    font-size: 15px;
    line-height: 1.5;
    padding: 0 0 10px;
}

.delivery-page .payment li {
	 font-size: 15px;
}

.delivery-page .payment .row {
	padding:0 0 30px;
}

.delivery-page .redelivery p {
    font-size: 15px;
    line-height: 1.5;
    padding: 0 0 10px;
}

.delivery-page .redelivery li {
	 font-size: 15px;
}

.delivery-page .redelivery p.c {
	padding:30px 0 0;
}

/*--Элементы--*/
.quantity {
	width: 97px;
	margin:0 auto;
}

.quantity input {
    float: left;
	width: 20px;
    height: 32px;
    padding: 0 10px;
    font-size: 13px;
    text-align: center;
	margin:0;
	box-shadow:none;
	border-radius:0;
}

.quantity .plus,
.quantity .minus {
	background: #fff;
    width: 20px;
    height: 32px;
	border-top: 1px solid #e6e6e6; 
	border-bottom: 1px solid #e6e6e6;
	position:relative;
	cursor:pointer;
	float: left;
}

.quantity .minus {
    border-left: 1px solid #e6e6e6;
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
}

.quantity .plus {
    border-right: 1px solid #e6e6e6;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
}

.quantity .plus:before,
.quantity .minus:before {
	content: "";
    width: 8px;
    height: 1px;
    background: #b9b9b9;
    position: absolute;
    left: 7px;
    top: 16px;
}

.quantity .plus:after {
    content: "";
    width: 1px;
    height: 9px;
    background: #b9b9b9;
    position: absolute;
    left: 10px;
    top: 12px;
}

.quantity .plus:before {
	width: 9px;
    left: 6px;
}

.quantity .plus:hover,
.quantity .minus:hover {
	background:#F3F4F6;
}

.cart {
	padding:0 0 80px;
}

.cart table {
	text-align:center;
}

.cart table .price,
.cart table .total {
    font-size: 16px;
    font-weight: 700;
	width:100px;
	margin:0 auto;
}

.cart table .price .sumb,
.cart table .total .sumb {
    font-size: 12px;
    top: -5px;
    position: relative;
}

.cart table .gallery {
    display: block;
    width: 70px;
    height: 70px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin: 0 10px 0 0;
    border: 1px solid #F3F4F6;
    border-radius: 2px;
}

.cart table h3 {
	font-size: 14px;
    font-weight: 600;
    padding: 0 0 4px;
	text-align:left;
}

.cart table .color {
	font-size: 11px;
    font-weight: 500;
    padding: 0 0 4px;
    text-align: left;
    color: #666;
}

.cart table .delete {
    font-size: 13px;
    font-weight: 600;
    color: #e84814;
    cursor: pointer;
    position: relative;
    top: -2px;
}

.cart table .delete:hover {
	color:#000;
}

.cart table {
    box-shadow: none;
    border: none;
    border-spacing: 0;
	width:100%;
}

.cart table thead th {
    background: #fafafa;
    padding: 14px 0;
    font-size: 14px;
    border-bottom: 2px solid #f1f1f1;
    border-top: 2px solid #f1f1f1
}

.cart table tr td {
	border-bottom: 2px solid #f2f2f2;
	padding:20px 0;
}

.cart table tr:nth-child(2n) td {
    background: #fff;
}

.cart tr.additions-title td {
    font-size: 13px;
    font-weight: 600;
    padding: 10px 0 11px;
    background: #f3f4f6!important;
}

.cart h1 {
	padding: 25px 0 10px;
    font-weight: 800;
    font-size: 25px;
    margin: 0 0 30px;
}

.cart .amount {
	text-align:right;
	padding:20px 0;
}

.cart .amount p:nth-child(1) {
	display: inline-block;
    font-size: 15px;
    font-weight: 600;
}

.cart .amount p:nth-child(2) {
	font-size: 22px;
    font-weight: 800;
    display: inline-block;
    padding: 0 0 0 10px;
}

.cart .amount p:nth-child(2) span:nth-child(2) {
    font-size: 15px;
    top: -8px;
    position: relative;
}

.cart .button {
	border:none;
	background: rgb(60, 158, 66);
    background: linear-gradient(180deg, rgb(70, 176, 76) 0%, rgb(55, 148, 61) 100%);
    display: inline-block;
    border-bottom: 3px solid rgb(40, 117, 45);
    border-radius: 5px;
    text-transform: inherit;
    padding: 15px 0;
    font-size: 14px;
    display: block;
    width: 260px;
	margin:20px 0 0;
	color:#fff;
    text-align: center;
	cursor:pointer;
}

.cart .not-found {
    text-align: center;
}

.cart .not-found p {
    font-size: 20px;
    font-weight: 600;
	padding:0 0 20px;
}

.cart .col-6 {
	width:48%;
	float:left;
}

.cart .col-6 + .col-6 {
	width:48%;
	float:right;
}

.cart .col-form label {
    font-size: 13px;
    font-weight: 600;
    padding: 5px 0 4px;
    display: block;
}

.cart .col-form .checkbox label {
    padding: 0 15px 0 27px;
    display: inline-block; 
    cursor: pointer;
    font-weight: 400;
}

.cart .col-form textarea, 
.cart .col-form input {
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.02);
    border-radius: 5px;
    margin: 0 0 10px;
    padding: 15px 18px;
    font-weight: 400;
    font-size: 13px;
}

/*--CHECK--*/
.checkbox {
	padding: 2px 0 12px;
}

.checkbox label {
	position: relative;
    padding: 0 15px 0 27px;
    font-size: 13px;
    display: inline-block;
    cursor: pointer;
    font-weight: 400;
}

.checkbox input {
    display:none;
}

.checkbox .checkmark {
	position: absolute;
    top: 0px;
    left: 0;
    height: 11px;
    width: 11px;
    background-color: #fff;
    box-shadow: inset 0px 0px 8px rgba(0, 0, 0, 0.04);
    border: 2px solid #e6e6e6;
    cursor: pointer;
	border-radius:3px;
}

.checkbox .checkmark i {
    position: absolute;
    color: #e6e6e6;
    font-size: 8px;
    left: 2px;
    top: 1px;
}

.checkbox input:checked ~ .checkmark {
    border: 2px solid #d2132f;
	background-image: linear-gradient(45deg,#FF4761,#ef314c)
}

.checkbox input:checked ~ .checkmark i {
	color: #fff;
}

.checkbox label:hover .checkmark {
    opacity:0.8;
}

.mini-cart {
    float: right;
    margin: 16px 0 0 23px;
    width: 45px;
}

.mini-cart .image {
	width: 24px;
	height: 28px;
	background: url(/views/web/images/301.svg);
	float:left;
	position:relative;
	background-size: cover;
}

.mini-cart .image span {
    background: #F9394A;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    display: inline-block;
    position: absolute;
    text-align: center;
    font-size: 14px;
    top: 13px;
    line-height: 1.75;
    right: -15px;
	color:#fff;
}

.checkbox-pda,
.mini-cart-pda {
	display:none;
}

.product .button .product-buy {
	background: rgb(99, 124, 253);
    background: linear-gradient(180deg, rgb(5, 181, 249) 0%, rgb(99, 124, 253) 100%);
    display: inline-block;
    border-bottom: 3px solid rgb(67, 87, 191);
    margin: 0 0 0 10px;
}

.add-to-cart-box {
	font-size: 14px;
	padding: 10px 0 0;
	display: inline-block;
	font-weight: 600;
	color: #222;
}

.add-to-cart-box i {
	color:#ccc;
}

.add-to-cart-box:hover i {
	color:#666;
}

.variants-type {
	padding: 0 0 21px;
}

.variants-type .name {
	font-size: 16px;
    font-weight: 700;
    padding: 0 0 10px;	
}

.variants-type .item {
	padding: 6px;
    border: 1px solid #e7e7e7;
    display: inline-block;
    font-size: 12px;
    font-weight: 500;
    border-radius: 4px;
    margin: 0 3px 0 0;
    box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.05);
	cursor:pointer;
}

.variants-type .item .active {
	background: #f9394a;
    color: #Fff;
    border: 1px solid #d21e2e;
}