@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200;400;500;600;700&display=swap');

* {
    outline: none;
    padding: 0;
    margin: 0;
    font-family: 'Oswald', sans-serif;
	letter-spacing:0.2px;
}

label {
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.5px;
    padding: 0 0 6px;
    display: block;
}

li {
    list-style-type: none;
}

img {
	height:auto;
}

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

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

::-webkit-scrollbar-thumb {
    background: #303030;
}

input[type=file] {
    display: none;
}

input[type=color] {
    padding: 0 2px!important;
    background: #fff;
    height: 30px;
}

input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

input[type=number] {
  -moz-appearance: textfield;
}

textarea::-webkit-scrollbar {
    width: 2px;
    height: 2px;
}

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

.row:after {
    clear: both;
}

a {
	color:#000;
    text-decoration: none;
}

a:hover {
	color:#c78282;
}

.col {
    position: relative;
    float: left;
    display: block;
}

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

.col-1 {
    width: 6.86666666667%;
}

.col-2 {
    width: 15.3333333333%;
}

.col-3 {
    width: 23.8%;
}

.col-4 {
    width: 32.2666666667%;
}

.col-5 {
    width: 40.7333333333%;
}

.col-6 {
    width: 49.2%;
}

.col-7 {
    width: 57.6666666667%;
}

.col-8 {
    width: 66.1333333333%;
}

.col-9 {
    width: 74.6%;
}

.col-10 {
    width: 83.0666666667%;
}

.col-11 {
    width: 91.5333333333%;
}

.col-12 {
    width: 100%;
    margin-left: 0; 
}

select, 
textarea,
input {
    padding: 10px 0;
    border: none;
    border-bottom: 1px solid #000;
    width: 100%;
    font-weight: 400;
    -webkit-appearance: none;
    outline: none;
    margin: 0 0 10px;
    display: block;
}

textarea {
    min-height: 100px;
    border-radius: 30px;
}

button {
    border: none;
    cursor: pointer;
}


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

.page,
.section {
	padding:60px 0;
}

.main-products-2 {
	padding:0 0 60px;
}

.top-bar {
	background: #000;
	color: #fff;
	text-align: center;
	font-size: 14px;
	padding: 5px 0;
}

.header {
	border-bottom: 1px solid #ddd;
    overflow: hidden;
    position: relative;
    padding: 26px 0;
}

.header .right-info {
    float: right;
    width: 250px;
    position: relative;
    top: 2px;
}

.header .right-info .search {
    width: 170px;
}

.header .right-info .search form {
	position:relative;
	float:left;
}

.header .right-info .search form > button {
	position: absolute;
    background: #fff;
    background-image: url(/view/web/images/5.svg);
    background-size: cover;
    background-position: center;
    width: 20px;
    height: 20px;
    border: none;
    top: 11px;
	right:0;
    cursor: pointer;
}

.header .right-info .icons {
    float: right;
}
.header .right-info .icons .icon {
	width: 40px;
    height: 40px;
    text-align: center;
    float: left;
    margin: 10px 2px 0;
	position:relative;
	transition-duration: .2s;
}

.header .right-info .icons .icon-cart:before { 
    content: "";
    position: absolute;
    width: 30px;
    height: 30px;
    background-image: url(/view/web/images/2.svg);
    background-size: cover;
}

.header .right-info .icons .icon-favorites:before { 
    content: "";
    position: absolute;
    width: 30px;
    height: 30px;
    background-image: url(/view/web/images/1.svg);
    background-size: cover;
}

.header .right-info .icons .count {
    width: 17px;
    height: 17px;
    display: block;
    position: absolute;
    line-height: 1.9;
    background: #f7cdcd;
    border-radius: 50%;
    color: #000;
    font-size: 9px;
    text-align: center;
    top: -5px;
    right: -15px;
}

.header .left-info {
    float: left;
    padding: 10px 0 0;
}

.header .left-info .icon {
    width: 25px;
    height: 25px;
    display: inline-block;
    border-radius: 50%;
    margin: 0 5px 0 0;
    text-align: center;
    position: relative;
	top: 5px;
	background: #000;
}

.header .left-info .icon:hover {
	background: #cfaaaa;
}

.header .left-info .icon.in:before { 
    content: "";
    position: absolute;
    width: 20px;
    height: 25px;
    left: 3px;
    top: 3px;
    background: url(/view/web/images/7.svg) no-repeat;
    background-size: 96%;
}

.header .left-info .icon.fb:before {
    content: "";
    position: absolute;
    width: 13px;
    height: 25px;
    left: 6px;
    top: 6px;
    background: url(/view/web/images/6.svg) no-repeat;
    background-size: 100%;
}

.header .left-info .icon.tg:before {
	content: "";
    position: absolute;
    width: 15px;
    height: 25px;
    left: 5px;
    top: 5px;
    background: url(/view/web/images/4.svg) no-repeat;
    background-size: 100%;
}

.header .left-info .phone {
	position: relative;
    padding: 0 25px;
    font-size: 14px;
}

.header .left-info .phone:before {
	content: "";
    position: absolute;
    width: 18px;
    height: 25px;
    left: 0px;
    top: 3px;
    background: url(/view/web/images/3.svg) no-repeat;
    background-size: 100%;
}

.header .logo { 
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 222px;
    top: -24px;
}

.header .logo img {
	width:100%;
}

.nav {
	text-align:center;
}

.nav a {
	padding:10px 12px;
	font-size: 15px;
	display:inline-block;
}

.preview {
    width: 280px;
    margin: 0 5px 10px;
    float: left;
    position: relative;
    overflow: hidden;
    border: 1px solid #ddd;
    padding: 10px;
}

.preview .image {
	height: 320px;
    width: 100%;
    margin: 0;
    position: relative;
    overflow: hidden;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;;
}

.preview a {
    display: block;
}

.preview .name {
	padding: 10px 0;
    font-size: 14px;
    font-weight: 500;
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.preview .size {
    padding: 0 0 10px;
    font-size: 11px;
    color: #b3b3b3;
    letter-spacing: 1px;
	word-spacing: 2.5px;
	font-weight:500;
}

.preview .price {
    font-size: 14px;
    padding: 0 0 10px;
    font-weight: 500;
}

footer {
    position: relative;
    padding: 25px 0;
	border-top: 1px solid #ddd;
}

footer .logo {
	width: 350px;
	position:relative;
}

footer .logo img {
	width: 60%;
}

footer .subtitle {
    font-size: 14px;
    padding: 0 0 10px;
	color: #666;
}

footer .menu {
    width:270px;
}

footer .menu li a {
    display: inline-block;
    padding:0 0 5px;
    font-size:14px;
}

footer .contact {
    width:270px;
}

footer .contact a {
    display: inline-block;
    padding:0 0 5px;
    font-size:14px;
}

footer .contact p {
	font-size:14px;
}

footer .copy {
    text-align: center;
    font-size: 13px;
    padding: 20px 0 0;
}

footer .copy a {
    text-decoration: underline;
}

footer .snet {
    text-align: center;
}

footer .snet a {
    width: 35px;
    height: 35px;
    display: inline-block;
    border-radius: 50%;
    margin: 0 5px 0 0;
    text-align: center;
    position: relative;
	background:#000;
}

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

footer .snet a.in:before { 
    content: "";
    position: absolute;
    width: 26px;
    height: 25px;
    left: 6px;
    top: 5px;
    background: url(/view/web/images/7.svg) no-repeat;
    background-size: 96%;
    background-position: -1px 0px;
}

footer .snet a.fb:before {
    content: "";
    position: absolute;
    width: 18px;
    height: 25px;
    left: 7px;
    top: 5px;
    background: url(/view/web/images/6.svg) no-repeat;
    background-size: 100%;
    background-position: 1px 4px;
}

.advantages {
	overflow:hidden;
	padding:20px 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: 400;
    font-size: 14px;
    line-height: 1.3;
}

.advantages li span.icon {
    width: 53px;
    height: 40px;
    position: absolute;
    left: 19px;
    top: 8px;
}

.advantages li:nth-child(1) span.text,
.advantages li:nth-child(3) span.text {
    width:80px;
}

.advantages li:nth-child(4) span.text {
    width:120px;
}

.advantages li:nth-child(1) span.icon {
    background: url(/view/web/images/17.svg) center no-repeat;
}

.advantages li:nth-child(2) span.icon {
    background: url(/view/web/images/19.svg) center no-repeat;
}

.advantages li:nth-child(3) span.icon {
    background: url(/view/web/images/18.svg) center no-repeat;
    height: 32px;
    top: 13px;
}

.advantages li:nth-child(4) span.icon {
    background: url(/view/web/images/16.svg) center no-repeat;
}

.section h1,
.section h2 {
	text-align: center;
    position: relative;
    margin: 0 0 40px;
    font-weight: 600;
    font-size: 22px;
}

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

.name-filter {
    padding: 20px 0 10px;
    color: #c78282;
    font-size: 14px;
    font-weight: 500;
}

.checkbox-simple label {
	position: relative;
    display: inline-block;
    cursor: pointer;
    font-weight: 400;
    padding: 0 25px 5px;
}

.checkbox-simple input {
    display:none;
}

.checkbox-simple .checkmark {
    position: absolute;
    top: 0px;
    left: 0;
    height: 11px;
    width: 11px;
    border: 2px solid #e6e6e6;
    cursor: pointer;
    border-radius:3px;
}

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

.checkbox-simple input:checked ~ .checkmark {
	border: 2px solid #c78282;
    background: #c78282;
}

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

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


.breadcrumbs {
    font-size: 13px;
    font-weight: 500;
	padding:30px 0 20px;
    letter-spacing: 0.5px;
}

.breadcrumbs a {
	color: #9b9b9b;
	font-weight: 400;
}

.breadcrumbs a:hover {
	color:#e75261;
}

.breadcrumbs .delimiter {
    color: #9b9b9b;
    padding: 0 5px;
} 

.product .col-gallery {
    width:50%;
}

.product .owl-dots {
    position: absolute;
    bottom: 10px;
    width: 100%;
    text-align: center;
}

.product .owl-dots .owl-dot {
    width: 10px;
    height: 10px;
	background: rgba(255, 255, 255, 0.72);
    margin: 2px;
    text-indent: -9999px;
    display: inline-block;
	border-radius:50%;
}

.product .owl-dots .owl-dot.active {
    background: #da2027;
}

.product .owl-prev,
.product .owl-next {
    position: absolute;
    left: 5px;
    font-size: 0!important;
    width: 30px;
    height: 33px;
    background: url(/view/web/images/arrow.svg)!important;
    background-size: cover!important;
    top: 50%;
	margin:-40px 0 0;
	-webkit-filter: invert(100%);
    filter: invert(100%);
}

.product .owl-next {
	right: 5px;
    left: initial;
	-moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

.product .col-gallery img {
    width:90%;
}

.product .col-content {
    width:45%;
    float: right;
}

.product .col-content h1 {
    padding: 0 0 30px;
    font-size:32px;
}

.product .col-content .variants .name {
    font-size: 14px;
    font-weight: 600;
    padding: 0 0 5px;
    letter-spacing: 0.5px;
}

.product .col-content .variants .values {
	padding: 5px 0 20px;
}

.product .col-content .variants span.text {
    position: relative;
    display: inline-block;
    border: 2px solid #f3f3f3;
    padding: 6px 15px;
    font-size: 13px;
    font-weight: 500;
    border-radius: 3px;
    letter-spacing: 0.5px;
    cursor: pointer;
}

.product .col-content .variants span.text:hover,
.product .col-content .variants span.text.active {
	border: 2px solid #f7cdcd;
    background: #f7cdcd;
}

.product .col-content .price {
	padding:20px 0 20px;
}

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

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

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

.product .col-content .btn-size {
    display: inline-block;
    margin: 0 30px;
    position: relative;
    top: -5px;
    letter-spacing: 0.5px;
    font-size: 14px;
    text-decoration: underline;
}

.product .col-content .btn-size:before {
    content: "";
    position: absolute;
    width: 17px;
    height: 17px;
	top: 3px;
    left: -23px;
    background-image: url(/view/web/images/23.svg);
    background-size: cover;
    opacity: 0.7;
}

.product .col-content .add_to_cart {
	display: inline-block;
    padding: 14px 60px;
    text-align: center;
    font-weight: 500;
    font-size: 15px;
    background: rgb(60, 158, 66);
    background: linear-gradient(180deg, rgb(70, 176, 76) 0%, rgb(55, 148, 61) 100%);
    border-bottom: 3px solid rgb(40, 117, 45);
    border-radius: 50px;
	color:#fff;
}

.product .col-content .description {
    margin: 50px 0 0;
    font-size: 15px;
}

.product .col-content .description p {
    padding: 0 0 15px;
}

.product .col-content .options .radio {
    display: inline-block;
    margin: 0 0 2px;
}

.product .col-content .options .radio input {
	display:none;
}

.product .col-content .options input:hover ~ span.text {
    border: 2px solid #da2027;
}

.product .col-content .options input:checked:hover ~ span.text,
.product .col-content .options input:checked ~ span.text {
	background:#000;
	color:#fff;
	border: 2px solid #da2027;
}

.product .col-content .options span.text {
    position: relative;
    display: inline-block;
    border: 2px solid #fff;
    padding: 8px 15px;
    font-size: 15px;
    font-weight: 500;
	text-transform:uppercase;
    border-radius: 2px;
    margin: 0 5px 5px 0;
}

.product .related h2 {
    margin: 70px 0 50px;
    position: relative;
    text-align: center;
    font-size:30px;
}

.product .fixed_cart_product {
    position: fixed;
    left:0;
    right:0;
    bottom: 0;
    width:100%;
    background: #222;
    z-index: 100;
    padding: 10px 0 5px;
}

.product .fixed_cart_product .info {
    width:60%;
    float: left;
}

.product .fixed_cart_product .title {
    font-size:16px;
    font-weight: 500;
}

.product .fixed_cart_product .prices {
	letter-spacing:0.5px;
}

.product .fixed_cart_product .old_price {
    display: inline-block;
    text-decoration: line-through;
    color: rgb(204 204 204);
    padding: 0 10px 0 0;
    font-size:13px;
}

.product .fixed_cart_product .price {
	display: inline-block;
	font-size:16px;
    color:#da2027;
}

.product .fixed_cart_product .options {
    width:8%;
    margin: 0 1%;
    float: left;
}

.product .fixed_cart_product .quantity {
    width:8%;
    margin: 0 1%;
    float: left;
}

.product .fixed_cart_product .add {
    width:18%;
    margin: 0 1%;
    float: left;
}

.product .fixed_cart_product .add_to_cart {
    padding: 10px 25px;
    text-align: center;
    display: block;
    background: #da2027;
    border-radius: 50px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
}

.product .fixed_cart_product .add_to_cart:hover {
    background: #000;
}

.product .fixed_cart_product select,
.product .fixed_cart_product input {
    padding: 8px 30px;
    border: 1px solid #555;
    margin: 2px 0 10px;
}

.page h1 {
    font-size:35px;
    padding: 0 0 40px;
}

.page .document p {
    padding: 0 0 10px;
}

.page .document ul {
    margin: 0 20px;
}

.page .document li {
    padding: 0 0 10px;
    list-style-type: circle;
}

.page-contact h3 {
    padding: 40px 0 15px;
    font-size:17px;
}

.page-faq h1 {
    padding: 0 35px 40px;
}

.page-faq .faq-title {
    font-size: 18px;
    padding: 25px 90px 25px 90px;
    position: relative;
    cursor: pointer;
    margin: 0 0 15px;
	transition-duration: .2s;
    border-radius: 10px;
}

.page-faq .faq-title:hover {
	background: #666;
}

.page-faq .faq-title span {
    font-size: 18px;
    color: #CACACA;
    position: absolute;
    left: 35px;
    top: 25px;
}

.page-faq .faq-title:before {
    content: "";
    width: 29px;
    height: 29px;
    background: url(/view/web/images/arrow_3.svg) center no-repeat;
    position: absolute;
    top: 27px;
    right: 54px;
}

.page-faq .faq-title.active:before {
	background: url(/view/web/images/close.svg) center no-repeat;
}

.page-faq .faq-content {
    display: none;
    padding: 11px 100px;
	margin: 0 0 29px;
}