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

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

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

::-webkit-scrollbar-thumb {
    background:#9B6AAD;
}

input, select, textarea {
    padding: 15px 15px;
    border: 1px solid #e2e2e2;
    width: 100%;
    font-weight: 400;
    border-radius: 2px;
    box-shadow: 0px 3px 6px rgb(0 0 0 / 2%);
    -webkit-appearance: none;
    outline: none;
    margin: 0 0 10px;
}

select {
    width: 100%;
    color: #000;
}

textarea {
    height: 80px;
}

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

.pda {
    display: none;
}

.pc {
    display: block;
}

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

.row:after {
    clear: both;
}

li {
    list-style-type: none;
}

strong,
b {
    font-weight: 600;
}

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

.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; 
}

.full {
    overflow: hidden;
    min-width: 1100px;
}

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

.btn {
	display: inline-block;
    border-radius: 50px;
    padding: 17px 28px;
    font-weight: 600;
    color: #fff;
    letter-spacing: 0.5px;
	font-size: 15px;
    box-shadow: 2px 6px 18px rgb(0 0 0 / 15%);
    position: relative;
	background: linear-gradient(269deg, #D6415E 0%, #F45E62 100%);
    cursor: pointer;
    border: none;
}

.btn:hover {
    background: linear-gradient(269deg, #d02042 0%, #d02042 100%);
}

.center {
    text-align: center;
}

.right {
    text-align: right;
}

section {
    padding: 90px 0;
}

section.shop {
    padding: 50px 0 90px;
}

section h1, 
section h2 {
    text-align: center;
    font-weight: 900;
    font-size: 35px;
    position: relative;
    padding: 0 0 70px;
}

section h1:before,
section h2:before {
    content: "";
    width: 50px;
    height: 50px;
    background: linear-gradient(269deg, #D6415E 0%, #F45E62 100%);
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 0;
    border-radius: 50%;
    z-index: -1;
}

.favorites .not-found,
.catalog .not-found {
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    padding: 0 0 30px;
}

.catalog .center > .btn {
    margin: 0 0 30px;
}


section.product {
    padding: 70px 0 0;
    margin: 0 0 -20px;
}

.nav {
    background: rgb(242 242 242 / 15%);
    box-shadow: 2px 3px 7px rgb(0 0 0 / 5%);
    position: relative;
    z-index: 100;
}

.nav .row:nth-child(1) {
    padding: 5px 0;
}

.nav .row:nth-child(2)  {
    padding: 0 0 5px;
}

.nav .menu {
    float:left;
}

.nav li {
	display:inline-block;
}

.nav .menu a {
    padding: 10px 0 10px 0;
    margin: 0px 13px 0 0;
    display: inline-block;
    font-weight: 400;
    letter-spacing: 0.5px;
    font-size: 14px;
}

.nav .menu-type a {
    font-weight: 600;
}

.nav .menu a:hover,
.nav .menu-type a:hover {
	 color: #9b6aad;
}

.nav .phone a {
    display: block;
    padding: 10px;
    font-size: 15px;
    letter-spacing: 0.5px;
    font-weight: 600;
    margin: 0 0 0 22px;
}

.nav .snet {
    float: right;
}

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

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

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

.snet a.tik:before {
	content: "";
    position: absolute;
    width: 19px;
    height: 29px;
    left: 7px;
    top: 4px;
    background: url(/views/web/images/svg/102.svg) no-repeat;
    background-size: 100%;
    background-position: 1px 4px;
}

.snet a.in {
	background: #e75261;
}

.snet a.fb {
	background: #4267B2;
}

.snet a.tik {
	background: #000;
}

.nav .logo {
	width: 290px;
}

.nav .logo .icon {
	width: 62px;
    height: 85px;
    display: block;
    float: left;
    background: url(/views/web/images/7.png);
    background-size: cover;
}

.nav .logo .text {
    float: left;
    width: 185px;
    margin: 0 15px;
}

.nav .logo .title {
    font-size: 27px;
    font-weight: 300;
    text-transform: unset;
    letter-spacing: 0.5px;
    padding: 8px 0 0;
}

.nav .logo .subtitle {
    font-size: 14px;
    color: rgb(125, 125, 125);
    letter-spacing: 0.3px;
}

.nav .search {
    width: 300px;
}

.nav .search input {
    padding: 15px 30px;
    border-radius: 3px;
    margin: 13px 0 0;
    width: 100%;
    letter-spacing: 0.5px;
    border: 1px solid #eaeaea;
}

.nav .search form {
	position:relative;
}

.nav .search form > button {
    position: absolute;
    background: #fff;
    background-image: url(/views/web/images/svg/14.svg);
    background-size: cover;
    background-position: center;
    width: 20px;
    height: 20px;
    border: none;
    top: 26px;
    cursor: pointer;
    right: 15px;
}

.nav .result .title {
    padding: 0 20px 5px;
    font-weight: 600;
    font-size: 13px;
	color: #000;
}

.nav .result {
    padding: 10px 0 0;
    overflow: hidden;
    background: #fff;
    z-index: 100;
    display: none;
    position: absolute;
    width: 301px;
    top: 62px;
    box-shadow: 2px 6px 18px rgb(0 0 0 / 9%);
    border-radius: 3px;
	right: 0;
    bottom: auto;
}

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

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

.nav .result .image {
    width: 42px;
    height: 42px;
    float: left;
	background-size: cover;
    background-position: center;
}

.nav .result .name {
    font-size: 13px;
    font-weight: 400;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    letter-spacing: 0.3px;
    margin: 13px 0 0 55px;
}

.nav .result .button {
    width: 100%;
    padding: 8px 0;
    position: relative;
    height: auto;
    background: #9b6aad;
    border: none;
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.5px;
    margin: 0 auto;
    border-top: 2px solid #f2f2f2;
    cursor: pointer;
}

.nav .result .button:hover {
    background: #793d90;
}

.nav .result .not-found {
    padding: 8px 0 18px;
    text-align: center;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0.5px;
	color: #000;
}

.nav .theme {
    margin: 14px 0 0 150px;
}

.nav .theme .btn-theme:after {
	content: "";
    width: 162px;
    height: 60px;
    position: absolute;
    left: -136px;
    bottom: -45px;
    background: url(/views/web/images/10.png) no-repeat;
    background-size: contain;
}

.nav .theme .btn-theme-ru:after {
	background: url(/views/web/images/9.png) no-repeat;
    background-size: contain;
}	

.nav .items .icon {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    text-align: center;
    line-height: 3.4;
    float: left;
    margin: 5px 0;
	position:relative;
	transition-duration: .2s;
}

.nav .favorites .icon:before { 
    content: "";
    position: absolute;
    width: 39px;
    height: 39px;
    left: 9px;
    top: 5px;
    background-image: url(/views/web/images/svg/13.svg);
    background-size: cover;
}

.nav .cart .icon:before { 
    content: "";
    position: absolute;
    width: 36px;
    height: 40px;
    left: 10px;
    top: 4px;
    background-image: url(/views/web/images/svg/12.svg);
    background-size: cover;
}

.nav .items .icon .count {
	width: 19px;
    height: 19px;
    display: block;
    position: absolute;
    line-height: 1.9;
    background: linear-gradient(269deg, #D6415E 0%, #F45E62 100%);
    border-radius: 50%;
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    text-align: center;
    top: 0px;
    right: -1px;
    box-shadow: 0px 2px 5px rgb(234 84 96 / 53%);
}

.nav .items {
    float: right;
    width: 132px;
    margin: 9px 0 0;
}

.nav .items .favorites {
    float: left;
    width: 55px;
    padding: 0 20px 0 0;
}

.nav .items .cart {
    float: left;
    width: 55px;
}

.nav .lang {
    float: right;
    width: 40px;
    font-size: 15px;
    font-weight: 600;
    padding: 10px 20px 0 0;
    position: relative;
    letter-spacing: 0.5px;
    margin: 0 8px 0 0;
}

.nav .lang:before {
	content: "";
    width: 12px;
    height: 9px;
    position: absolute;
    right: 20px;
    background: url(/views/web/images/svg/15.svg) center no-repeat;
    background-size: cover;
    top: 15px;
}

.nav .lang .select {
	display:none;
    position: absolute;
    right: -55px;
    background: #fff;
    padding: 5px 10px 0 18px;
    width: 87px;
    text-align: left;
    line-height: 1.5;
    border: 1px solid #fafafa;
    z-index: 100;
    font-size: 14px;
    font-weight: 500;
    border-radius: 2px;
}

.nav .lang:hover .select {
	display: block;
}

.nav .lang:hover .select span {
    position: relative;
    display: block;
    cursor: pointer;
    padding: 0 0 5px;
}

.header {
    box-shadow: 1px 3px 4px rgb(0 0 0 / 8%);
    position: relative;
    padding: 100px 0 100px;
    background: url(/views/web/images/6.jpg) center top;
    background-size: cover;
}

.header:before {
	content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(255, 255, 255, 0.50);
}

.header .title {
    font-size: 60px;
    font-weight: 900;
}

.header .subtitle {
    font-size: 19px;
    letter-spacing: 0.3px;
    padding: 10px 3px 30px;
}

.header ul {
	padding: 25px 0 40px;
}

.header li {
    display: inline-block;
    position: relative;
    padding: 0 15px 20px 40px;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.3px;
}
 
.header li:before {
    content: "";
    position: absolute;
    width: 31px;
    height: 31px;
    top: -7px;
    left: 3px;
} 

.header li:nth-child(1):before {
    background-image: url(/views/web/images/svg/9.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 80%;
    top:-5px;
}

.header li:nth-child(2):before {
    background-image: url(/views/web/images/svg/10.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 76%;
}

.header li:nth-child(3):before {
    background-image: url(/views/web/images/svg/11.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 76%;
}

.header .btn {
    padding: 20px 60px;
}

.header .image {
    width: 590px;
    height: 500px;
    position: absolute;
    top: -104px;
    right: -152px; 
    background: url(/views/web/images/1.png) no-repeat;
}

.cups .header .image {
    width: 890px;
    height: 500px;
    top: 12px;
    right: -339px;
    background: url(/views/web/images/2.png) no-repeat;
}

.preview {
    width: 350px;
    margin: 0 5px 10px;
    float: left;
    position: relative;
	overflow:hidden;
}

.preview .colors span{
	font-size: 10px;
    letter-spacing: 1px;
    padding: 6px 10px;
    display: inline-block;
    border: 1px solid #ccc;
    margin: 0 5px 0 0;
    border-radius: 3px;
}

.preview .image {
    height: 350px;
	border-radius:5px;
    width: 100%;
    margin: 0;
    position: relative;
    overflow: hidden;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
	transition-duration: .2s;
}

.preview a {
    display: block;
}

.preview .name {
	padding: 10px 0;
    font-size: 14px;
    font-weight: 700;
	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: 700;
}

.preview:hover a .image:after {
	opacity: 1;
}

.preview:hover a .image:before {
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.62);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 90;
}

.preview a .image:after {
    content: "";
    width: 44px;
    height: 44px;
    position: absolute;
    left: 0;
    right: 0;
    top: 130px;
    background: url(/views/web/images/3-1.svg);
    background-size: cover;
    margin: 0 auto;
    z-index: 100;
    opacity: 0;
}

.preview .fav {
	position: absolute;
    bottom: 11px;
    right: 10px;
}

.preview .fav .btn-favorites {
    width: 28px;
    height: 28px;
    background: url(/views/web/images/svg/13.svg) center no-repeat;
    background-size: cover;
    display: inline-block;
	opacity:0.3;
}

.preview .fav .delete-favorites {
    background: url(/views/web/images/svg/101.svg) center no-repeat;
    background-size: cover;
	opacity:1; 
}

.preview-cup .image {
    width: 100%;
    position: relative;
    overflow: hidden;
    background-size: cover;
    background-repeat: no-repeat;
}

.preview .image .btn{
    display: none;
    margin: 0 auto;
    padding: 10px;
    width:100px;
    font-weight: 600;
    font-size: 13px;
    position: absolute;
    left: 0;
    right: 0;
    top: 45%;
    text-align: center;
}

.preview:hover .image .btn {
	display: block;
}

.info {
    padding: 20px 0 0;
}

.info p {
    text-align: center;
    position: relative;
    padding: 0 0 5px;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 1px;
    line-height: 1.5;
    color: #6d6d6d;
}

.info p:nth-child(1):before {
    content: "";
    position: absolute;
    width: 29px;
    height: 29px;
    background: #9b6aad;
    top: 1px;
    margin: -6px -37px 0;
    border-radius: 50%;
    background-position: center;
    background-image: url(/views/web/images/svg/6.svg);
    background-size: 85%;
}

.main section.prices {
	background: url(/views/web/images/6.jpg) center top;
	padding:90px 0 100px;
	position:relative;
	box-shadow: 2px 0px 7px rgb(0 0 0 / 5%);
}

.main section.prices:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: url(/views/web/images/3.png) center 59px no-repeat;	
}

.cups section.prices:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: url(/views/web/images/4.png) center 137px no-repeat;	
}

.main section.prices:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
	background: rgba(255, 255, 255, 0.50);
}

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

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

section.prices td {
    border: 1px solid #f2f2f2;
    padding: 20px 20px;
    background: #fff;
    text-align: center;
    letter-spacing: 0.3px;
    font-size: 15px;
}
 
section.prices .th-1 { 
    background: linear-gradient(269deg, #D6415E 0%, #F45E62 100%);
    color: #fff;
    font-size: 18px;
    font-weight: 600;
}

section.prices .th-2 {
	background: #9b6aad;
    color: #fff;
    font-weight: 600;
}

section.delivery {
    padding: 20px 0 20px;
}

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

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

section.delivery .subtitle {
    opacity: 0.6;
    font-size: 17px;
    font-weight: 600;
    letter-spacing: 0.3px;
    padding: 0 0 25px;
}

section.delivery .icon {
    height: 50px;
    margin: 0 20px 25px;
	position: relative;
    display: inline-block;
}

section.delivery .icon img {
    height:100%;
    width: auto;
}

section.delivery .images-payment ul {

} 

section.delivery .images-payment li {
    font-size: 15px;
    padding: 0 0 10px;
    font-weight: 700;
	position:relative;
	letter-spacing:0.5px;
} 

section.delivery .images-payment li:before {
	content: "";
    background: #9b6aad;
    border-radius: 50%;
    width: 8px;
    height: 8px;
    position: absolute;
    top: 5px;
    margin: 0 0 0 -15px;
}


section.photos .item {
	width: 300px; 
    height: 300px;
    background: rgb(242 242 242 / 15%);
    background-size: cover;
    border:1px solid #f2f2f2;
	    background-position: center;
}

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

section.run {
    padding: 10px 0 90px;
}

section.run h2 {
    padding: 0 0 50px;
    font-size: 32px;
    text-align: left;
}

section.run h2:before {
	display:none;
}

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

section.run .text p {
    font-size: 15px;
    font-weight: 300;
    letter-spacing: 0.3px;
    line-height: 1.5;
    padding: 0 0 20px;
}

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

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

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

section.run .text::-webkit-scrollbar-thumb {
    background:#D6415E;
}

section.run li {
    position: relative;
    padding: 0 25px 18px;
}

section.run li:before {
    content: "";
    background: linear-gradient(269deg, #D6415E 0%, #F45E62 100%);
    border-radius: 50%;
    width: 8px;
    height: 8px;
    position: absolute;
    left: 0px;
    top: 7px;
}

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

section.run-catalog {
    padding: 0 0 80px;
}

section.range {
	padding:90px 0 20px;
}

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

section.range .col .image {
	height: 110px;
    width: 113px;
    margin: 0 auto 15px;
    border-radius: 6px;
    position: relative;
    overflow: hidden;
}

section.range .col:nth-child(1) .image {
    background-image: url(/views/web/images/icon.png);
    background-position: -714px -373px;
    top: 4px;
}

section.range .col:nth-child(2) .image {
    background-image: url(/views/web/images/icon.png);
    background-position: 0px -261px;
}

section.range .col:nth-child(3) .image {
    background-image: url(/views/web/images/icon.png);
	background-position: -118px -261px;
}

section.range .col:nth-child(4) .image {
	background-image: url(/views/web/images/icon.png);
	background-position: -237px -261px;
}

section.range .col:nth-child(5) .image {
    background-image: url(/views/web/images/icon.png);
    background-position: -356px -261px;
}

section.range .col:nth-child(6) .image {
    background-image: url(/views/web/images/icon.png);
    background-position: -475px -261px;
}

section.range .col:nth-child(7) .image {
    background-image: url(/views/web/images/icon.png);
    background-position: -593px -261px;
}

section.range .col:nth-child(8) .image {
    background-image: url(/views/web/images/icon.png);
    background-position: -713px -261px;
}

section.range .col:nth-child(9) .image {
    background-image: url(/views/web/images/icon.png);
    background-position: -833px -261px;
}

section.range .col:nth-child(10) .image {
	background-image: url(/views/web/images/icon.png);
    background-position: -834px -375px;
}

section.range .col .name {
	text-align: center;
    font-size: 15px;
    font-weight: 600;
    position: relative;
    padding: 0 0 10px;
    letter-spacing: 0.2px;
}

section.range .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);
}

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

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

.color.light_blue {
    border: 1px solid #0571b7;
    background: #107fc5;
}

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

.color.pink {
    border: 1px solid #df8485;
    background: #f59ea1;
}

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

.color.light_green {
    border: 1px solid #6be036;
    background: #73f12a;
}

.color.green {
    border: 1px solid #015f3e;
    background: #00764d;
}

.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;
}

footer {
    background: rgb(242 242 242 / 15%);
    box-shadow: 2px -3px 7px rgb(0 0 0 / 2%);
    position: relative;
    padding: 25px 0;
}

footer .logo {
	width: 350px;
}

footer .logo .icon {
	width: 62px;
    height: 85px;
    display: block;
    float: left;
    background: url(/views/web/images/7.png);
    background-size: cover;
}

footer .logo .text {
    float: left;
    width: 185px;
    margin: 0 15px;
}

footer .logo .title {
    font-size: 27px;
    font-weight: 300;
    text-transform: unset;
    letter-spacing: 0.5px;
    padding: 8px 0 0;
}

footer .logo .subtitle {
    font-size: 14px;
    color: rgb(125, 125, 125);
    letter-spacing: 0.3px;
    font-weight: 400;
}

footer .subtitle {
    letter-spacing: 0.3px;
    font-size: 15px;
    font-weight: 600;
    padding: 0 0 10px;
    opacity: 0.6;
}

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;
    font-weight: 400;
    letter-spacing: 0.5px;
}

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

footer .snet {
    text-align: center;
}

.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;
} 

section.catalog {
    padding: 50px 0 50px;
}

.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: 500;
    font-size: 15px;
    letter-spacing: 0.4px;
    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(/views/web/images/svg/17.svg) center no-repeat;
}

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

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

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

.product .gallery {
   width: 650px;
}

.product .gallery img {
	width: 95%;
	border-radius: 15px;
    box-shadow: 2px 3px 7px rgb(0 0 0 / 5%);
    border: 4px solid #ffffff;
	margin:0 0 50px;  
}

.product .content {
    width: 400px;
    float: right;
    margin: 10px 0;
}

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

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

.product .variants span.color {
    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.color:hover,
.product .variants span.color.active {
	opacity: 1;
}

.product .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 .variants span.text:hover,
.product .variants span.text.active {
	border: 2px solid #9b6aad;
    color: #fff;
    background: #9b6aad;
}


.product .variants.colors span.text:hover,
.product .variants.colors span.text.active {
	border: 2px solid #9b6aad;
}

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

.product.cup .price {
    padding: 0px 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 .sizes img {
    margin: 24px -5px;
}

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

.product .opt a {
	font-size: 14px;
    font-weight: 500;
    border-bottom: 1px dashed #000;
    letter-spacing: 0.5px;
}
.product .opt-price {
	padding: 10px 0 0;
    display: none;
}

.product .opt-price.open {
    display: block;
}

.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;
    line-height: 1.4;
}

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

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

.product .sale {
    background: rgb(242 242 242 / 15%);
    box-shadow: 2px 3px 7px rgb(0 0 0 / 5%);
    width: 260px;
    padding: 10px;
    margin: 20px 0 15px;
    border-radius: 2px;
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: 0.5px;
    text-align: center;
}

.product .sale span {
	font-weight:500;
	position:relative;
    display: inline-block;
    clear: both;
}

.product .sale span:after {
	content: "";
	position: relative;
	width: 18px;
	height: 18px;
	top: 5px;
	background: #9b6aad;
	background-position: center;
	background-image: url(/views/web/images/svg/6.svg);
	background-size: 85%;
	border-radius: 50%;
	margin: -4px 4px 0px;
	display: inline-block;
}

.product .add-to-cart {
    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);
    padding: 20px 70px;
}

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

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

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

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

.product .sizes-care {
    padding: 60px 0 70px;
}

.popup table,
.product table {
    border: 1px solid rgb(242 242 242 / 15%);
    border-radius: 2px;
    width: 100%;
    margin:0 0 30px;
    text-align: center;
	box-shadow: 0 1px 1px 1px rgba(0,0,0,.03), 0 0px 1px rgba(0,0,0,.04);
}

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

.popup table tr:nth-child(2n+1) td,
.product table tr:nth-child(2n+1) td {
	background: rgb(242 242 242 / 15%);
}

.popup table tr:nth-child(1) td,
.product table tr:nth-child(1) td {
    font-weight: 600;
    letter-spacing: 0.5px;
}

.popup table tr td,
.product table tr td {
    padding: 10px 10px;
    font-size: 12px;
	position:relative;
}

.popup table tr td:nth-child(1),
.product table tr td:nth-child(1) {
    font-weight: 600;
}

.product .subtitle {
    font-size: 14px;
    letter-spacing: 0.5px;
    font-weight: 500;
    padding: 0 0 15px;
}

.product .care .subtitle {
    text-align: center;
    padding: 30px 0 25px;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0.5px;
}

.product .care li {
    position: relative;
    padding: 0 10px 10px 50px;
    margin: 0 0 20px;
    font-size: 14px;
    font-weight: 400;
    width: 27.5%;
    float: left;
    letter-spacing: 0.5px;
    line-height: 1.4;
}

.product .care li:before {
    content: "";
    position: absolute;
	width: 41px;
    height: 41px;
    border-radius: 50%;
    top: 0;
    left: 0px;	
}

.product .care li:nth-child(1):before {
    background: #9b6aad url(/views/web/images/svg/33.svg) 4px 3px no-repeat;
    background-size: 80%;
}

.product .care li:nth-child(2):before {
    background: #9b6aad url(/views/web/images/svg/36.svg) 5px 3px no-repeat;
    background-size: 75%;
}

.product .care li:nth-child(3):before {
    background: #9b6aad url(/views/web/images/svg/34.svg) 5px 3px no-repeat;
    background-size: 75%;
}

.product .care li:nth-child(4):before {
    background: #9b6aad url(/views/web/images/svg/37.svg) 6px 6px no-repeat;
    background-size: 71%;
}

.product .care li:nth-child(5):before {
    background: #9b6aad url(/views/web/images/svg/38.svg) center no-repeat;
    background-size: 68%;
}

.product .care li:nth-child(6):before {
    background: #9b6aad url(/views/web/images/svg/35.svg) 5px 0 no-repeat;
    background-size: 75%;
}

.product .preview:nth-child(4) {
	display:none;
}

.product .set {
    width:1000px;
    margin: 0 auto 80px;
	text-align:center;
	display:none;
}

.product .set-product {
	width:500px;
	float:left;
}

.product .set-image {
    width:210px;
    float:left;
}

.product .set-image img {
    width: 95%;
	border-radius: 15px;
    box-shadow: 2px 3px 7px rgb(0 0 0 / 5%);
}

.product .set-info {
	width: 240px;
    float: right;
    text-align: left;
    padding: 0 30px 0 0px;
}

.product .set-title {
    font-size:15px;
    font-weight: 600;
    letter-spacing: 0.5px;
    padding: 5px 0 7px;
    line-height: 1.5
}

.product .set-content {
    font-size: 14px;
    letter-spacing: 0.5px;
    line-height: 1.5;
    padding: 4px 0;
    height: 70px;
}

.product .set-content p {
    padding: 0 0 2px;
}

.product .set-product .add-to-cart {
    margin: 10px 0 0;
    padding: 11px 25px;
    font-size: 14px;
}

.product .set-product-cup img {
    width: 93%;
}

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

.product .content .btn-favorites {
    width: 40px;
    height: 40px;
    margin: -15px 15px;
    background: url(/views/web/images/svg/13.svg) center no-repeat;
    background-size: cover;
    display: inline-block;
    opacity: 0.3;
}

.product .content .delete-favorites {
    background: url(/views/web/images/svg/101.svg) center no-repeat;
    background-size:cover;
	opacity:1;
}

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

.product .stars {
    text-align: center;
    padding: 0 0 70px;
}

.product .stars span {
    width: 18px;
    height: 18px;
    display: inline-block;
    background: url(/views/web/images/svg/20.svg) center no-repeat;
    background-size:cover;
}

.product .info-2 {
	width: 250px;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0.5px;
    line-height: 1.5;
    padding: 15px;
    margin: 20px 0;
    border: 2px solid #f45e62;
    border-radius: 5px;
}

.product .info-2 span {
	font-weight: 700;
    color: #ff0000;
}

.product .boxs {
	padding:0 0 90px;
}

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

.product .box img {
    display: block;
    margin: 0 auto;
    width: 220px;
}

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

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

.product .box .price {
	font-size: 15px;
    padding: 0 0 10px;
}

.product .box .inbox {
	font-size: 14px;
    font-weight: 600;
    padding: 5px 40px;
    letter-spacing: 0.5px;
    line-height: 1.5;
}

.product .box .add-to-cart {
    padding: 13px 20px;
    font-size: 14px;
}

.product .box .add-to-cart-box {
    padding: 13px 40px; 
}

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

.cart thead {
    box-shadow: 2px 3px 7px rgb(0 0 0 / 5%);
}

.cart thead th {
    padding: 15px 5px;
    background: rgb(242 242 242 / 15%);
    font-size: 14px;
    font-weight: 500;
}

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

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

.cart table .total {
	width:100px;
	margin:0 auto;
}

.cart label {
    padding: 5px 0 5px;
}

.cart .box {
	padding: 35px 0 0;
}

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

.cart .box .total p:nth-child(2) {
	font-size: 27px;
    font-weight: 700;
    display: inline-block;
    padding: 0 0 0 10px;
}

.cart .box .total p:nth-child(2) span {
	font-size: 17px;
    top: -11px;
    position: relative;
}

.cart .box form input {
	width: 300px;
    padding: 10px 18px;
}
 
.cart .box form .btn {
    font-size: 14px;
    padding: 11px 20px;
    letter-spacing: 0.5px;
    border: none;
    background: linear-gradient(269deg, #9158c2 0%, #9b6aad 100%);
}

.cart .box a {
    display: block;
    width: 300px;
    margin: 55px auto 0;
    text-align: center;
}

.cart .item .total {
    font-size: 22px;
    font-weight: 600;
}

.cart .item .total .sumb {
    font-size: 14px;
    top: -8px;
    position: relative;
    left: 1px;
}

.cart .item .gallery {
	display: block;
    width: 85px;
    height: 85px;
    background-size: cover;
	background-position:center;
	background-repeat:no-repeat;
	margin: 0 auto;
}

.cart .item h3 {
    font-size: 15px;
    font-weight: 600;
    padding: 0 0 4px;
}

.cart .item .options{
	color:#797979;
	font-size: 13px;
	display:block;
	padding:0 0 1px;
    line-height: 1.5
}

.cart .item .delete {
	font-size: 13px;
    font-weight: 600;
    color: #D6415E;
	cursor:pointer;
}

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

.cart .item .count {
	width: 97px;
	margin:0 auto;
}

.cart .item .count input {
    float: left;
    width: 33px;
    height: 34px;
    padding: 0 0px;
    font-size: 13px;
    text-align: center;
    margin: 0;
    box-shadow: none;
    border-radius: 0;
}

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

.cart .item .count .minus {
    border-left: 1px solid #e6e6e6;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.cart .item .count .plus {
    border-right: 1px solid #e6e6e6;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

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

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

.cart .item .count .plus:before {
	width: 9px;
    left: 6px;
}

.cart .item .count .plus:hover,
.cart .item .count .minus:hover {
	background:#F3F4F6;
}

.cart .not-found {
    text-align: center;
    padding: 20px 0;
    font-size: 15px;
    letter-spacing: 0.5px;
    font-weight: 600;
}

form label {
    font-size: 14px;
    font-weight: 500;
    margin: 0 0 5px;
    display: block;
}

form label span.red {
	color:#D6415E;
}

form .result {
	font-size: 14px;
    padding: 0 0 10px;
    font-weight: 700;
}

.checkout .box-checkout {
    padding: 20px 20px;
    border-radius: 2px;
    background: rgb(242 242 242 / 15%);
    box-shadow: 2px 3px 7px rgb(0 0 0 / 5%);
    margin: 0 0 30px;
}

.checkout .info {
    font-size: 12px;
    padding: 0 5px 0;
    letter-spacing: 0.5px;
    color: #666;
    line-height: 1.4;
	width:430px;
}

.checkout .btn {
    border: none;
    margin: 20px 0 0;
    padding: 19px 38px;
}

.checkout .cart {
    margin: 0 0 20px;
}

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

.checkbox {
	padding: 2px 0 10px;
}

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

.checkbox input {
    display:none;
}

.checkbox .checkmark {
    position: absolute;
    top: 0px;
    left: 2px;
    height: 12px;
    width: 12px;
    background-color: #fff;
    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 {
    width: 8px;
    height: 10px;
    display: inline-block;
    background: url(/views/web/images/svg/25.svg) center no-repeat;
    background-size: cover;
}

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

.thank .block {
    width: 550px;
    margin: 0 auto;
    text-align: center;
    padding: 60px;
    background: rgb(242 242 242 / 15%);
    box-shadow: 2px 3px 7px rgb(0 0 0 / 5%);
	border: 1px solid rgb(234 234 234 / 41%);
    border-radius: 5px;
}

.thank h1 {
    padding: 0 0 20px;
	font-weight: 700;
    font-size: 32px;
}

.thank h1:before {
	display:none;
}

.thank h3 {
    letter-spacing: 0.5px;
    font-weight: 600;
    line-height: 1.5;
    padding: 0 0 5px;
    font-size: 16px;
}

.thank .info-thank p {
	font-weight: 600;
	padding:0 0 10px;
}

.thank .info-thank b {
    text-transform: uppercase;
    color: #d9445e;
    font-weight: 700;
    letter-spacing: 0.5px;
    font-size: 14px;
}

.thank .info-thank .line-2 {
	font-size: 13px;
    font-weight: 600;
}

.thank .orders-link a {
	display: inline-block;
    padding: 20px 10px 0;
    font-weight: 700;
    font-size: 14px;
    text-decoration: underline;
}

.thank .orders-link a:hover {
	text-decoration: none;
}

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

.thank .btn {
	margin: 10px 5px 0;
    padding: 15px 15px 15px 50px;
    background: #665CAC;
    width: 175px;
    font-size: 14px; 
}

.thank .btn.telegram {
    background: #0088CC;   
}

.thank .btn.whatsapp {
    background: #25d366;  
	color:#000;	
}

.thank .btn:before {
	content: "";
    position: absolute;
    width: 27px;
    height: 27px;
    left: 34px;
    top: 11px;
    background: url(/views/web/images/svg/24.svg) center no-repeat;
    background-size: cover;
}

.thank .btn.telegram:before {
	background: url(/views/web/images/svg/29.svg) center no-repeat;
    background-size: cover;
	left: 22px;
}

.thank .btn.whatsapp:before {
    background: url(/views/web/images/svg/whatsapp.svg) center no-repeat;
    background-size: cover;
    left: 21px;
    width: 25px;
    height: 25px;
}

.thank .info-thank-2 {
	padding: 20px 10px;
    width: 270px;
	font-size: 13px;
    margin: 0 auto;
    letter-spacing: 0.2px;
}

.thank .btn:hover { 
    background: #D6415E;
}

section.prices .info {
    padding: 35px 0 0;
}

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

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

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

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

.contacts .items .icon {
    float: left;
    width: 45px;
    height: 45px;
    background: #9b6aad;
    border-radius: 50%;
    margin: 4px 14px -5px 0px;
    position: relative;
    color: #fff;
    text-align: center;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 60%;
}

.contacts .items .item:nth-child(1) .icon {
	background-image: url(/views/web/images/svg/28.svg);
}

.contacts .items .item:nth-child(2) .icon {
    background-image: url(/views/web/images/svg/27.svg);
}        

.contacts .items .item:nth-child(3) .icon {
	background-image: url(/views/web/images/svg/26.svg);
}   
 
.contacts .items .item a {
	font-weight: 500;
    padding: 16px 0 0;
    display: inline-block;
}

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

.contacts .title {
	font-size: 16px;
    font-weight: 600;
    padding: 20px 0 20px;
	text-align:center;
}

.contacts textarea {
	height:80px;
}

.contacts .btns {
	text-align:center;
}

.contacts .btn {
    margin: 10px 10px 0;
    padding: 18px 30px 18px 60px;
    background: #665CAC;   
}


.contacts .btn.telegram {
    margin: 0 5px 0;
    background: #0088CC;
}

.contacts .btn:before {
content: "";
    position: absolute;
    width: 31px;
    height: 31px;
    left: 22px;
    top: 11px;
    background: url(/views/web/images/svg/24.svg) center no-repeat;
    background-size: cover;
}

.contacts .btn.telegram:before {
	background: url(/views/web/images/svg/29.svg) center no-repeat;
    background-size: cover;
}


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

.reviews .item {
    width: 200px;
    height: 355px;
    background-size: cover;
    float: left;
    margin: 0 3px 6px;
    border: 1px solid #f2f2f2;
}

.reviews .images {
	text-align:center;
}

.reviews .images img {
	padding:5px;
}

.reviews .title {
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.3px;
    padding: 50px 0 15px;
}

.deliveries .data {
    font-size: 16px;
    line-height: 1.6;
    padding: 10px 0 50px;
    letter-spacing: 0.5px;
}

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

.deliveries h2:before {
    content: "";
    width: 50px;
    height: 50px;
    top: 7px;
}

.deliveries .col-4 {
	width:30%;
}

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

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

.deliveries .delivery p {
    font-size: 14px;
    line-height: 1.5;
    padding: 0 0 10px;
    letter-spacing: 0.5px;
}

.deliveries .delivery p b {
	display:block;
}

.deliveries li {
	font-size:14px;
    position: relative;
    line-height: 1.5;
    padding: 0 25px 5px;
    letter-spacing: 0.5px;
}

.deliveries li:before {
    content: "";
    background: #9b6aad;
    border-radius: 50%;
    width: 8px;
    height: 8px;
    position: absolute;
    left: 3px;
    top: 7px;
}
 
.deliveries .data-2 p {
    padding: 16px 170px 0;
    line-height: 1.5;
    text-align: center;
    font-weight: 600;
    font-size: 15px;
    margin: 10px 0 0;
}

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

.deliveries .redelivery {
    padding: 0;
}

.deliveries .payment h3 {
    font-size: 18px;
	padding: 10px 0 20px;
}

.deliveries .redelivery p,
.deliveries .payment p {
    font-size: 15px;
    line-height: 1.5;
    padding: 0 0 10px;
    letter-spacing: 0.5px;
}

.deliveries .redelivery li,
.deliveries .payment li {
	 font-size: 15px;
}

.deliveries .payment .row {
	padding:0 0 20px;
}

.deliveries .redelivery p.strong {
    padding: 20px 0 0;
    font-size: 16px;
    letter-spacing: 0.5px;
}

.deliveries .icon {
    position: relative;
    margin: 20px 0 25px;
}

.deliveries .icon.justin {
    top:-5px;
}

.deliveries .icon img {
    height: 50px;
    width: auto;
    margin: 0 auto;
}

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

.chat .icon {
    width: 56px;
    height: 56px;
    background-color: #f15b61;
    border-radius: 50%;
    border: 2px solid #d9445e;
    position: relative;
    background-image: url(/views/web/images/svg/31.svg);
    background-size: 60%;
    background-position: 10px 8px;
    background-repeat: no-repeat;
    z-index: 100;
}

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

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

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

.chat .facebook {
	left: 1px;
    top: 1px;
    background-color: #0084FF;
	background-image: url(/views/web/images/svg/30.svg);
    background-size: 60%;
    background-position: 11px 11px;
}

.chat .viber {
	background-color: #7B519C;
    left: 1px;
    top: 1px;
	background-image: url(/views/web/images/svg/24.svg);
	background-size: 60%;
    background-position: 11px 12px;
}

.chat .telegram {
    background-color: #0088CC;
    left: 1px;
    top: 1px;
    background-image: url(/views/web/images/svg/29.svg);
    background-size: 60%;
    background-position: 9px 12px;
}

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

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

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

#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-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-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 form {
    margin: 40px 0 20px;
    position: relative;
    display: none;
}

.popup-filter form button {
    position: absolute;
    background: #fff;
    background-image: url(/views/web/images/svg/14.svg);
    background-size: cover;
    background-position: center;
    width: 20px;
    height: 20px;
    border: none;
    top: 14px;
    cursor: pointer;
    right: 15px;
}

.popup-filter .tabs ul.nav li {
    float: left;
    width: 50%;
}

.popup-filter .tabs ul.nav {
    border-radius: 50px;
    overflow: hidden;
    margin: 0 0 20px;
}

.popup-filter .tabs ul.nav li a {
    display: block;
    padding: 13px 20px;
    font-size: 13px;
    background: #ccc;
    text-align: center;
    font-weight: 600;
    letter-spacing: 0.5px;
    background: rgb(242 242 242 / 15%);
}

.popup-filter .tabs ul.nav li a:hover {
    background: #f2f2f2;
}

.popup-filter .tabs ul.nav li a.active {
    background: linear-gradient(269deg, #D6415E 0%, #F45E62 100%);
    color:#fff;
}

.popup-filter .title {
    font-size: 17px;
    font-weight: 600;
    padding: 40px 0 20px;
    letter-spacing: 0.3px;
}

.popup-filter .tab {
    padding: 0 5px;
    display: none;
}

.popup-filter .tab.active {
    display: block;
}

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

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

.popup-filter .tab li a:before {
    content: "";
    width: 5px;
    height: 5px;
    background: #9b6aad;
    position: absolute;
    left: 3px;
    top: 5px;
    border-radius: 50%;
    border: 1px solid rgba(65, 76, 89, 0.19);
}

.popup-table-size {
    position: relative;
    display: none;
    z-index: 99999;
    background: #fff;
    width: 500px;
    padding: 40px!important;
    overflow: hidden;
    margin: 20px auto 0!important;
    border-radius: 10px;
}

.popup-table-size .tabs ul.nav li {
    float: left;
    width: 33.3%;
}

.popup-table-size .tabs ul.nav {
    border-radius: 50px;
    overflow: hidden;
    margin: 0 0 20px;
}

.popup-table-size .tabs ul.nav li a {
    display: block;
    padding: 14px 20px;
    font-size: 13px;
    background: #ccc;
    text-align: center;
    font-weight: 400;
    letter-spacing: 0.5px;
    background: rgb(242 242 242 / 15%);
    line-height: 1.4;
}

.popup-table-size .tabs ul.nav li a:hover {
    background: #f2f2f2;
}

.popup-table-size .tabs ul.nav li a.active {
    background: linear-gradient(269deg, #D6415E 0%, #F45E62 100%);
    color:#fff;
}

.popup-table-size .title {
    font-size: 18px;
    font-weight: 700;
    padding: 0 0 15px;
    letter-spacing: 0.3px;
    text-align: center;
}

.popup-table-size .tab {
    padding: 0 5px;
    display: none;
}

.popup-table-size .tab.active {
    display: block;
}

.popup-table-size .col-4{
	width:100%;
	float:none;
}

.popup-table-size .subtitle {
    font-size: 14px;
    letter-spacing: 0.5px;
    font-weight: 500;
    padding: 0 0 15px;
}

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

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

.popup-menu li.cabinet-li {
	padding: 10px 0 0 0;
}

.popup-menu li.cabinet-li a:before {
	background: #ff0000;
}

.popup-menu li a:before {
    content: "";
    width: 5px;
    height: 5px;
    background: #9b6aad;
    position: absolute;
    left: 3px;
    top: 5px;
    border-radius: 50%;
    border: 1px solid rgba(65, 76, 89, 0.19);
}

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

.popup-menu .title {
    font-size: 17px;
    font-weight: 600;
    padding: 60px 0 20px;
    letter-spacing: 0.3px;
}

.fixed-btn-theme {
    display: none;
    position: fixed;
    z-index: 100;
    bottom: 0;
    width: 100%;
    text-align: center;
    padding: 2px 0 11px;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    background: linear-gradient(269deg, #D6415E 0%, #F45E62 100%);
    border-top: 2px solid #dd485f;
}

.fixed-btn-theme:before {
    display: inline-block;
    content: "";
    position: relative;
    width: 22px;
    height: 22px;
    top: 5px;
    margin: 0 7px 0 0px;
    background-position: center;
    background-image: url(/views/web/images/svg/32.svg);
    background-size: 85%;
    background-repeat: no-repeat;
}

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

.policy h2:before {
    display: none;
}

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

.cc {
	padding:0 0 50px;
	display:none;
}

.cc table {
	border: 1px solid rgb(100 100 100 / 15%);
    border-radius: 2px;
    width: 530px;
    margin: 0 30px -19px;
    text-align: center;
    box-shadow: 0 1px 1px 1px rgba(0,0,0,.03), 0 0px 1px rgba(0,0,0,.04);
}

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

.cc table tr:nth-child(2n+1) td {
	background: rgb(126 126 126 / 15%);
}

.cc table tr:nth-child(1) td {
    font-weight: 600;
    letter-spacing: 0.5px;
}

.cc table tr td {
    padding: 11px 10px;
    font-size: 15px;
    position: relative;
	letter-spacing:0.5px;
}

.cc tr td:nth-child(1) {
    font-weight: 600;
}

.cc h4 {
	font-size: 19px;
    letter-spacing: 0.5px;
    font-weight: 700;
    padding: 50px 30px 15px;
}


#checkout .select2-container {
    margin: 0 0 15px;
}

#checkout .select2-container--default .select2-selection--single {
    box-shadow: 0px 3px 6px rgb(0 0 0 / 2%);
    border: 1px solid #e2e2e2;
    border-radius: 0;
    padding: 7px 5px;
    height: auto;
}

#checkout .select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 13px;
}

#checkout .select2-container.select2-selection--single {
    height: auto;
    padding: 5px;
}

#checkout .select2-results__option {
    font-size: 13px!important;
}

#checkout .select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 9px;
}

.select2-results {
    display: block;
    font-size: 13px!important;
}

.result {
	display:none;
    width: 200px;
    padding: 20px;
    border-radius: 4px;
    position: fixed;
    right: 70px;
    bottom: 40px;
    color: #fff;
    font-weight: 600;
    text-align: center;
    font-size: 12px;
    z-index: 100;
    box-shadow: 0 1px 1px 1px rgba(0,0,0,.03), 0 0px 1px rgba(0,0,0,.04);
}

.result.error {
	display:block;
	background-image: linear-gradient(45deg,#f10707,#ff0000);
}

.result.done {
    display: block;
    background-image: linear-gradient(45deg,#0fe10c,#09a724);
}

.edit {
	position: fixed;
    top: 0;
    padding: 10px;
    font-size: 12px;
    color: #fff;
    background: #000;
    right: 0;
    left: 0;
    z-index: 100;
    font-weight: 700;
}

.orders {
	padding:60px 0;
}

.orders .order {
    padding: 0 0 20px;
    border-bottom: 2px solid #f2f2f2;
    margin: 0 0 20px;
}

.orders .order .user {
	width:400px;
	padding:0 20px;
	border-right: 2px solid #f2f2f2;
}

.orders .order .total {
	width:240px;
	padding:0 20px;
	border-right: 2px solid #f2f2f2;
}

.orders .order .status-order {
	width:230px;
	padding:0 20px;
	text-align:center;
}

.orders .order .ttn {
	padding:10px 0;
}

.orders .order .products {
	padding:0 20px;
}

.orders .order label {
	padding: 20px 0 10px;
    display: block;
    font-weight: 600;
    font-size: 15px;
}

.orders .status  {
    font-size: 13px;
    font-weight: 600;
    display: inline-block;
    margin: 0 auto;
    padding: 10px 20px;
    text-align: center;
    border-radius: 25px;
}

.orders .status {
	background: #f1f1f1;
}

.orders .status-2 {
	background: rgb(255 249 0);
}

.orders .status-3 {
    background: rgb(0 136 204);
    color: #fff;
}

.orders .status-4 {
    background: rgb(0 149 33);
    color: #fff;
}

.orders .status-5 {
    background: rgb(0 149 33);
    color: #fff;
}

.orders .status-8 {
    background: #eb5561;
    color: #fff;
}

.orders .order p {
	padding: 5px 0;
    font-size: 14px;
	letter-spacing:0.2px;
}

.orders .order .comment {
	padding: 20px 20px 0;
}

footer .contact p {
	line-height: 1.4;
	letter-spacing: 0.3px;
}

.login form {
	width:300px;
	margin:0 auto;
}

.login form .btn {
	display: block;
    width: 100%;
    padding: 15px 0;
}

.login .error {
    text-align: center;
    font-weight: 700;
    color: #e14b60;
    font-size: 14px;
	margin:-20px 0 20px;
}

.orders .logout {
	text-align:center;
	padding:30px 0 0;
}

.orders .not-found {
	text-align: center;
    padding: 0 0 30px;
    font-weight: 700;
}

.orders .logout a{
	font-size:14px;
	font-weight:500;
	letter-spacing:0.5px;
	text-decoration:underline;
}

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

.info-messenger p {
	font-size: 14px;
    padding: 0 0 15px;
    width: 310px;
	letter-spacing:0.3px;
    margin: 0 auto;
	line-height:1.5;
}

.info-messenger a {
    display: inline-block;
    margin: 0 5px;
    padding: 10px 20px 10px 42px;
    font-weight: 500;
    font-size: 14px;
    color: #fff;
    background: #7B519C;
    border-radius: 50px;
    background-image: url(/views/web/images/svg/24.svg);
    background-size: 23%;
    background-position: 13px 8px;
    background-repeat: no-repeat;
}

.info-messenger a.telegram {
    background-color: #0088CC;
    background-image: url(/views/web/images/svg/29.svg);
    background-size: 19%;
    background-position: 12px 7px;
}

.faq {
	padding:0 0 90px;
}

.faq .faq-title {
    font-size: 15px;
    padding: 20px 90px 15px 20px;
    position: relative;
    cursor: pointer;
    margin: 0 0 15px;
    border-radius: 10px;
	font-weight:600;
	background: rgb(203 203 203 / 15%);
    box-shadow: 2px 3px 7px rgb(0 0 0 / 5%);
}

.faq .faq-title:hover {
	background: rgb(203 203 203 / 30%);
}

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

.faq .faq-title:before {
	content: "";
    width: 29px;
    height: 29px;
    background: url(/views/web/images/svg/arrow_3.svg) center no-repeat;
    position: absolute;
    top: 50%;
    right: 20px;
    margin: -12px 0;
}

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

.faq .faq-content {
    display: none;
	padding: 12px 50px;
    margin: 0 0 29px;
    font-size: 15px;
    letter-spacing: 0.5px;
}

.nav-cat {
	padding: 10px 5px;
    border-top: 1px solid #eaeaea;
    box-shadow: 2px 3px 7px rgb(0 0 0 / 5%);
    border-bottom: 1px solid #eaeaea;
    margin: 5px 0 0;
	display:none;
}

.nav-cat .cat {
	float:right;
}

.nav-cat .icon-menu {
	float: right;
	padding: 8px 5px 0 5px;
}

.nav-cat .icon-menu span {
	width: 30px;
	height: 2px; 
	background: #000;
	display: block;
	margin: 0 0 7px;
}

.nav-cat .icon-menu .item-1 {
	float:left;
}

.nav-cat .icon-menu .item-2 {
    float: left;
    font-size: 13px;
    font-weight: 600;
    padding: 3px 9px;
} 

.nav-cat .col.search {
	width: 50%; 
}

.nav-cat form {
	display: block;
}
    
.nav-cat form input {
padding: 12px 15px;
    margin: 0;
    width: 100%;
}
    
.nav-cat form button {
    position: absolute;
    background: #fff;
    background-image: url(/views/web/images/svg/14.svg);
    background-size: cover;
    background-position: center;
    width: 20px;
    height: 20px;
    border: none;
    top: 10px;
    cursor: pointer;
    right: 15px;
}

.nav-cat .cat a {
	display: inline-block;
    border-radius: 50px;
    padding: 12px 20px;
    font-weight: 600;
    color: #fff;
    letter-spacing: 0.5px;
    font-size: 13px;
    box-shadow: 2px 6px 18px rgb(0 0 0 / 15%);
    position: relative;
    background: linear-gradient(269deg, #D6415E 0%, #F45E62 100%);
    cursor: pointer;
    border: none;
}

.nav-cat .cat a:before {
    display: inline-block;
    content: "";
    position: relative;
    width: 22px;
    height: 22px;
    top: 6px;
    margin: -15px 7px 0 -5px;
    background-position: center;
    background-image: url(/views/web/images/svg/32.svg);
    background-size: 85%;
    background-repeat: no-repeat;
}

.pagination .text {
	padding: 10px 0; 
	text-align: center;
	font-size:14px;
	font-weight:700;	
}

.product.gallery-cup .gallery img {
    width: 98%;
    border: 4px solid #ffffff;
    border-radius: 10px;
    margin: 0;
}

.product.gallery-cup .gallery .col-image {
    float: left;
    width: 48%;
	margin: 0 1% 60px;
}

.product.gallery-cup .gallery .text {
	    text-align: center;
    display: block;
    font-size: 13px;
    font-weight: 500;
    padding: 8px 0 20px;
	opacity:0.7;
	font-style:italic;
}

.product.gallery-cup .content {
	margin: 10px 0 60px;
}


.box-tshirt {
	padding: 30px 0 0;
}

.image-box-tshirt {
	width: 170px;
    height: 80px;
    float: left;
    background-size: 90%;
    background-repeat: no-repeat;
    margin: 7px 0 0;
}

.text-box-tshirt {
	float: left;
    width: 190px;
}

.name-box-tshirt {
	font-size: 15px;
    font-weight: 600;
    letter-spacing: 0.5px;
    padding: 0 0 5px;
}

.about-box-tshirt {
	font-size: 13px;
    color: #3a3a3a;
    padding: 0 0 10px;
}

.price-box-tshirt {
    font-weight: 600;
    font-size: 14px;
	letter-spacing: 0.5px;
}

.box-tshirt .add-to-cart {
    padding: 9px 25px;
    font-size: 12px;
    margin: 10px 0 0;
    border-bottom: 2px solid rgb(40, 117, 45);
}

.set-about {
    font-size: 13px;
    color: #3a3a3a;
    padding: 0 0 10px;
}

.set-price {
	font-weight: 600;
    font-size: 14px;
    letter-spacing: 0.5px;
}

