@import "common.css";

/******   HEADER   ******/

header { width: 100%; position: absolute; z-index: 80; top: 30px; }
header .container { border-radius: 20px; background: rgba(255,255,255,0.92); backdrop-filter: saturate(180%) blur(20px); -webkit-backdrop-filter: saturate(180%) blur(20px); display: flex; align-content: stretch; justify-content: flex-start; }
header .menu { width: 50px; height: 70px; margin-left: 5px; }
header .menu a { display: inline-block; width: 50px; height: 70px; text-align: center; color: #03be05; }
header .menu a:before { font-size: 20px; line-height: 70px; }
header .menu a:hover { color: #777; }
header .logo { height: 70px; line-height: 70px; font-weight: 600; text-transform: uppercase; font-size: 20px; width: 145px; }
header .logo a { display: inline-block; color: #000; }
header .logo img { max-width: 100%; }
header .search { width: calc(100% - 595px); margin: 10px 30px 10px 40px; border: none; }
header .sform { width: 100%; position: relative; }
header .sform input[type="text"] { width: calc(100% - 50px); margin: 0; height: 50px; line-height: 50px; padding: 0 35px 0 15px; font-size: 15px; background: #f4f4f4; font-family: 'Inter'; font-weight: 300; color: #000; outline: none; border: none; border-radius: 15px; }
header .sform input[type="text"]:focus { background: #f9f9f9; }
header .sform button { position: absolute; top: 0; right: 10px; display: inline-block; width: 20px; height: 50px; text-align: center; color: #777; }
header .sform button:before { font-size: 18px; line-height: 50px; }
header .sform button:hover { color: #000; }
header .data { width: 320px; display: flex; align-content: stretch; justify-content: flex-end; margin-right: 5px; }
header .data .item { margin: 0; width: 80px; height: 70px; display: inline-block; position: relative; }
header .data .ham, header .data .home { display: none; }
header .data a:before, header .data button:before { font-family: 'avto'; font-size: 20px; color: #777; transition: all 0.1s ease; line-height: 30px; width: 80px; height: 30px; text-align: center; margin: 12px 0 0; }
header .data a:hover:before, header .data button:hover:before { color: #03be05; }
header .data .sup { display: inline-block; margin: 0; font-size: 10px; font-family: 'Inter'; font-weight: 500; color: #fff; position: absolute; top: 10px; right: 13px; z-index: 90; width: 20px; height: 20px; text-align: center; line-height: 20px; border-radius: 50%; background: #03be05; }
header .data .sup.sm { background: none; font-size: 0; color: #03be05; }
header .data .sup.sm:before { content: '\e015'; font-family: 'avto'; font-size: 12px; line-height: 20px; }
header .compare a { color: #000; }
header .wishlist .icon-user { display: none; }
header .data .ham .active:before { content: '\e001'; color: #03be05; }
header .data .ham .active:after { color: #03be05; }
header .data a:after, header .data button:after { display: block; font-size: 11px; transition: all 0.1s ease; line-height: 12px; width: auto; text-align: center; font-family: 'Inter'; font-weight: 400; color: #777; }
header .data a:hover:after, header .data button:hover:after { color: #03be05; }
header .data .item[data-val="home"] a:after { content: 'Главная'; }
header .data .item[data-val="catalog"] button:after { content: 'Меню'; }
header .data .item[data-val="query"] a:after { content: 'Запрос'; }
header .data .item[data-val="contact"] a:after { content: 'Контакты'; }
header .data .item[data-val="compare"] a:after { content: 'Сравнение'; }
header .data .item[data-val="user"] a:after { content: 'Кабинет'; }
header.fix { position: fixed; }
.mobile-header { display: none; width: 100%; background: #fff; border-radius: 0 0 20px 20px; height: 60px; }
.mobile-header .container { display: flex; align-content: stretch; justify-content: space-between; position: relative; }
.mobile-header .logo { height: 60px; line-height: 60px; font-weight: 600; text-transform: uppercase; font-size: 20px; width: 145px; }
.mobile-header .logo a { display: inline-block; color: #000; }
.mobile-header .logo img { max-width: 100%; }
.mobile-header .searchex { width: calc(100% - 185px); margin: 8px 0 8px 40px; position: absolute; right: 0; z-index: 20; transition: all 0.3s ease-in-out; }
.mobile-header .searchex.focused { margin: 8px 0; width: 100%; }
.mobile-header .sform { width: 100%; position: relative; }
.mobile-header .sform input[type="text"] { width: calc(100% - 50px); margin: 0; height: 44px; line-height: 44px; padding: 0 35px 0 15px; font-size: 15px; background: #f4f4f4; font-family: 'Inter'; font-weight: 300; color: #000; outline: none; border: none; border-radius: 15px; }
.mobile-header .sform input[type="text"]:focus { background: #f9f9f9; }
.mobile-header .sform button { position: absolute; top: 0; right: 10px; display: inline-block; width: 20px; height: 44px; text-align: center; color: #777; }
.mobile-header .sform button:before { font-size: 18px; line-height: 44px; }

/******   MAIN PAGE   ******/

#slider { width: 100%; margin: 130px 0 0; overflow: hidden; }
#slider .container { overflow: hidden; border-radius: 20px; }
#slider .item { width: 100%; position: relative; margin: 0; padding: 0; }
#slider .item img { max-width: 100%; }
#slider .item .text { width: 100%; position: absolute; left: 0; top: 160px; text-align: center; }
#slider .item .title { font-weight: 600; font-size: 38px; line-height: 42px; color: #000; letter-spacing: -1px; }
#slider .item .slogan { font-size: 24px; line-height: 28px; margin: 5px 0 0; color: #000; letter-spacing: -1px; }
#slider .item .buy { margin: 30px 0 0; }
#slider .item .buy .act { display: inline-block; font-size: 15px; padding: 10px 18px; color: #fff; background: #f33829; transition: all 0.2s ease; cursor: pointer; border-radius: 20px; }
#slider .item .buy .act:hover { background: #ff7751; }
#featured { margin: 30px 0 0; }
#featured .list { margin: 30px 0 0; display: grid; gap: 20px; grid-template-columns: repeat(3, 1fr); }
#featured .item { background: #fff; border-radius: 20px; }
#featured .pic { width: calc(100% - 6px); padding: 3px 3px 0; text-align: center; position: relative; }
#featured .pic img { max-width: 100%; border-radius: 17px 17px 0 0; }
#featured .content { padding: 20px; }
#featured .name { font-size: 20px; line-height: 28px; font-weight: 500; }
#featured .name span { display: block; font-size: 14px; line-height: 22px; font-weight: 400; padding: 5px 0 0; min-height: 45px; }
#featured .name a { display: block; color: #000; }
#featured .name a span { color: #777; }
#featured .name a:hover { color: #03be05; }
#featured .name a:hover span { color: #777; }
#featured .price { font-size: 18px; line-height: 24px; font-weight: 500; margin: 20px 0 0; }
#featured .price i { display: inline-block; text-decoration: line-through; font-style: normal; margin: 0 0 0 10px; font-weight: 400; font-size: 15px; color: #a5a5a5; }
#featured .wish { top: 10px; }
#featured .com { top: 56px; }
#featured .abs { position: absolute; right: 10px; z-index: 20; width: 36px; height: 36px; -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)"; filter: alpha(opacity=0); opacity: 0; transition: all 0.2s ease; background: rgba(255,255,255,0.92); backdrop-filter: saturate(180%) blur(20px); -webkit-backdrop-filter: saturate(180%) blur(20px); border-radius: 50%; }
#featured .abs button { width: 36px; height: 36px; color: #000; text-align: center; }
#featured .abs button:before { font-family: 'avto'; font-size: 16px; line-height: 36px; width: 36px; }
#featured .abs button:hover { color: #03be05; }
#featured .abs button.icon-heart:hover:before { content: '\e015'; }
#featured .itxt { position: absolute; right: 10px; bottom: 10px; z-index: 20; font-size: 12px; color: #000; line-height: 20px; height: 20px; font-weight: 400; background: #fff; padding: 0 10px; border-radius: 5px; }
#featured .item:hover .abs { -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)"; filter: alpha(opacity=100); opacity: 1; }
#blog-main { margin: 30px 0; }
#blog-main .list { margin: 30px 0 0; display: grid; gap: 20px; grid-template-columns: repeat(3, 1fr); }
#blog-main .list .post { background: #fff; border-radius: 20px; }
#blog-main .list .post .content { padding: 20px; }
#blog-main .list .post .image { width: calc(100% - 6px); padding: 3px 3px 0; text-align: center; }
#blog-main .list .post .image img { max-width: 100%; border-radius: 17px 17px 0 0; }
#blog-main .list .post .image a { display: block; }
#blog-main .list .post .title { font-size: 20px; line-height: 28px; margin: 0 0 5px; font-weight: 500; }
#blog-main .list .post .title a { color: #000; }
#blog-main .list .post .title a:hover { color: #03be05; }
#blog-main .list .post p { font-size: 15px; line-height: 23px; margin: 0 0 25px; padding: 0; color: #777; font-weight: 400; }
#blog-main .list .post .date { font-size: 12px; line-height: 16px; }
#blog-main .list .post .date i { display: inline-block; font-style: normal; color: #777; }

/******   CATEGORY   ******/

#category { width: 100%; margin: 0 0 30px; padding: 0; }
#category .columns { width: 100%; display: flex; justify-content: flex-start; align-items: flex-start; flex-wrap: wrap; margin: 30px 0 0; }
#category .left { width: calc(22% - 20px); margin: 0 20px 0 0; position: relative; }
#category .right { width: 78%; }
#category .full { width: 100%; }
#category .fblock { padding: 20px; background: #fff; border-radius: 20px; margin-top: 20px; }
#category .fblock:first-child { margin: 0; }
#category .list { display: grid; gap: 20px; grid-template-columns: repeat(3, 1fr); }
#category .list .item { background: #fff; border-radius: 20px; }
#category .list .item .pic { width: calc(100% - 6px); padding: 3px 3px 0; text-align: center; position: relative; }
#category .list .item .pic img { max-width: 100%; border-radius: 17px 17px 0 0; }
#category .list .item .content { padding: 20px; }
#category .list .item .name { font-size: 20px; line-height: 29px; font-weight: 500; }
#category .list .item .name span { display: block; font-size: 14px; line-height: 22px; font-weight: 400; padding: 5px 0 0; min-height: 45px; }
#category .list .item .name a { display: block; color: #000; }
#category .list .item .name a span { color: #777; }
#category .list .item .name a:hover { color: #03be05; }
#category .list .item .name a:hover span { color: #777; }
#category .list .item .price { font-size: 18px; line-height: 24px; font-weight: 500; margin: 20px 0 0; }
#category .list .item .price i { display: inline-block; text-decoration: line-through; font-style: normal; margin: 0 0 0 10px; font-weight: 400; font-size: 15px; color: #a5a5a5; }
#category .list .item .out { font-size: 13px; color: #999; line-height: 22px; position: relative; }
#category .list .item .wish { top: 10px; }
#category .list .item .com { top: 56px; }
#category .list .item .abs { position: absolute; right: 10px; z-index: 20; width: 36px; height: 36px; -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)"; filter: alpha(opacity=0); opacity: 0; transition: all 0.2s ease; background: rgba(255,255,255,0.92); backdrop-filter: saturate(180%) blur(20px); -webkit-backdrop-filter: saturate(180%) blur(20px); border-radius: 50%; }
#category .list .item .abs button { width: 36px; height: 36px; color: #000; text-align: center; }
#category .list .item .abs button:before { font-family: 'avto'; font-size: 16px; line-height: 36px; width: 36px; }
#category .list .item .abs button:hover { color: #03be05; }
#category .list .item .abs button.icon-heart:hover:before { content: '\e015'; }
#category .list .item .itxt { position: absolute; right: 10px; bottom: 10px; z-index: 20; font-size: 12px; color: #000; line-height: 20px; height: 20px; font-weight: 400; background: #fff; padding: 0 10px; border-radius: 5px; }
#category .list .item:hover .abs { -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)"; filter: alpha(opacity=100); opacity: 1; }
#category .filter { display: none; width: 100%; padding: 0; margin: 0; text-align: center; }
#category .filter button { display: block; width: 100%; text-align: center; height: 50px; line-height: 50px; font-size: 16px; color: #000; font-family: 'Inter'; font-weight: 400; background: #fff; border-radius: 20px; }
#category .filter button:before { font-family: 'avto'; content: '\e018'; width: 16px; line-height: 50px; margin: 0 5px 0 0; }
#category .filter button .box { display: inline-block; vertical-align: top; width: 16px; height: 16px; border: none; margin: 17px 0 0 5px; border-radius: 5px; background: #03be05; position: relative; }
#category .filter button .box:before { position: absolute; top: 0; left: 0; z-index: 1; font-family: 'avto'; content: '\e01f'; color: #fff; font-size: 10px; height: 16px; margin: 0; line-height: 16px; width: 16px; text-align: center; }

/******   FILTER   ******/

.cbp-spfilter .filters { width: 100%; }
.cbp-spfilter .filters .closefilter { display: none; width: 92%; margin: 0 0 20px; text-align: left; padding: 0 4% 20px; border-bottom: 1px solid #ebebeb; }
.cbp-spfilter .filters .closefilter button { display: inline-block; height: 14px; line-height: 14px; font-size: 13px; color: #000; font-family: 'Inter'; font-weight: 400; }
.cbp-spfilter .filters .closefilter button:before { font-family: 'avto'; content: '\e01d'; font-size: 14px; line-height: 14px; width: 14px; margin: 0 5px 0 0; }
.cbp-spfilter .filters .selectedop { width: 100%; margin: 0; }
.cbp-spfilter .filters .selectedop .listf { width: 100%; font-size: 0; display: table; margin: 15px 0 0; }
.cbp-spfilter .filters .selectedop .listf:first-child { margin: 0; }
.cbp-spfilter .filters .selectedop .listf button { display: block; vertical-align: top; text-align: left; padding: 0; width: 100%; position: relative; margin: 0 0 10px; font-size: 14px; font-family: 'Inter'; font-weight: 300; line-height: 20px; color: #000; }
.cbp-spfilter .filters .selectedop .listf button span { position: absolute; top: 0; right: 0; display: inline-block; vertical-align: middle; font-size: 20px; line-height: 20px; font-family: 'Inter'; font-weight: 300; }
.cbp-spfilter .filters .selectedop .clear { width: 100%; margin: 0; padding: 0; }
.cbp-spfilter .filters .selectedop .clear button { display: inline-block; padding: 0 0 1px; font-family: 'Inter'; font-weight: 400; border-bottom: 1px solid #999; color: #999; }
.cbp-spfilter .filters .selectedop .clear button:hover { border-bottom: 1px solid transparent; color: #111111; }
.cbp-spfilter .filters .group { width: 100%; margin: 25px 0 0; }
.cbp-spfilter .filters .group:first-child { margin: 0; }
.cbp-spfilter .filters .title { margin: 0 0 10px; font-size: 14px; line-height: 20px; color: #000; font-weight: 500; }
.cbp-spfilter .filters .values { width: 100%; }
.cbp-spfilter .filters .values .check { width: 100%; margin: 10px 0 0; }
.cbp-spfilter .filters .values .check:first-child { margin: 0; }
.cbp-spfilter .filters .values .check input[type="checkbox"] { display: none; }
.cbp-spfilter .filters .values .check label { display: block; width: calc(100% - 35px); padding: 0 0 0 25px; cursor: pointer; position: relative; line-height: 16px; font-size: 14px; color: #000; font-family: 'Inter'; font-weight: 300; }
.cbp-spfilter .filters .values .check label i { display: inline-block; margin: 0 0 0 3px; font-style: normal; font-weight: 300; color: #a5a5a5; }
.cbp-spfilter .filters .values .check label:before { font-family: 'avto'; content: ''; position: absolute; top: 0; left: 0; width: 14px; height: 14px; border: 1px solid #d7d7d7; background: #ffffff; border-radius: 3px; line-height: 16px; transition: all 0.3s ease; }
.cbp-spfilter .filters .values .check label:hover:before { border: 1px solid #000; }
.cbp-spfilter .filters .values .check label.checked:before { content: '\e01f'; font-size: 10px; text-align: center; line-height: 14px; color: #fff; border: 1px solid transparent; background: #03be05; }
.cbp-spfilter .filters .values .collapse { margin: 0; padding: 0; }
.cbp-spfilter .filters .showmore { width: 100%; padding: 10px 0 0; font-size: 11px; line-height: 14px; }
.cbp-spfilter .filters .showmore button { display: inline-block; padding: 0 0 1px; font-family: 'Inter'; font-weight: 400; border-bottom: 1px solid #999; color: #999; }
.cbp-spfilter .filters .showmore button:hover { border-bottom: 1px solid transparent; color: #111111; }
.cbp-spfilter .filters .buttons:after { content: ''; display: block; clear: both; }

/******   PRODUCT   ******/

#product { width: 100%; margin: 0 0 30px; padding: 0; }
#product .top-data { width: 100%; display: flex; justify-content: flex-start; align-items: flex-start; flex-wrap: wrap; background: #fff; border-radius: 20px; }
#product .images { width: calc(55% - 6px); margin: 0; padding: 3px; border-radius: 17px 0 0 17px; overflow: hidden; }
#product .images .gallery { width: 100%; }
#product .images .gallery .galdesk { display: grid; gap: 2px; grid-template-columns: repeat(2, 1fr); border-radius: 17px 0 0 17px; overflow: hidden; }
#product .images .gallery .item { position: relative; }
#product .images .gallery .item.single { border-radius: 17px 0 0 17px; overflow: hidden; }
#product .images .gallery .item a { display: block; height: 100%; width: 100%; }
#product .images .gallery img { max-width: 100%; }
#product .images .gallery .owl-carousel { position: relative; height: 100%; margin: 0; display: none; }
#product .images .gallery .owl-dots { visibility: hidden; position: absolute; bottom: 20px; left: 0; width: 100%; text-align: center; -webkit-tap-highlight-color: transparent; }
#product .images .gallery .owl-dots .owl-dot { display: inline-block; vertical-align: middle; width: 6px; height: 6px; border: 1px solid transparent; border-radius: 50%; margin: 0 12px 0 0; background: rgba(0,0,0,0.2); }
#product .images .gallery .owl-dots .owl-dot.active { width: 10px; height: 10px; border: 1px solid rgba(0,0,0,0.7); background: none; }
#product .images .gallery .owl-dots .owl-dot:last-child { margin: 0; }
#product .images .gallery .owl-nav { visibility: hidden; margin: 0; cursor: pointer; z-index: 90; text-align: center; }
#product .images .gallery .owl-nav .owl-next, #product .images .gallery .owl-nav .owl-prev { width: 30px; height: 30px; color: #000; transition: all 0.3s ease; position: absolute; top: 50%; margin-top: - 15px; }
#product .images .gallery .owl-nav .owl-next { right: 0; }
#product .images .gallery .owl-nav .owl-prev { left: 0; }
#product .images .gallery .owl-nav .owl-next:before, #product .images .gallery .owl-nav .owl-prev:before { font-family: 'app'; font-size: 22px; width: 26px; line-height: 30px; text-align: center; }
#product .images .gallery .owl-nav .owl-next:before { content: '\e808'; }
#product .images .gallery .owl-nav .owl-prev:before { content: '\e807'; }
#product .images .gallery .owl-nav .owl-next:hover, #product .images .gallery .owl-nav .owl-prev:hover { color: #f33829; }
#product .ainfo { width: calc(45% - 120px); padding: 30px 60px; position: sticky; top: 90px; }
#product .ainfo .model-rating { width: 100%; display: flex; justify-content: flex-start; align-items: center; flex-wrap: wrap; margin: 10px 0 0; }
#product .ainfo .model-rating .model { font-size: 14px; color: #777; line-height: 20px; }
#product .ainfo .similar { width: 100%; margin: 40px 0 0; }
#product .ainfo .similar.scnd { margin: 10px 0 0; }
#product .ainfo .similar .group-name { font-size: 14px; color: #777; margin: 0 0 12px; letter-spacing: 0px; }
#product .ainfo .similar ul { width: 100%; margin: 0; padding: 0; display: flex; justify-content: flex-start; align-items: stretch; flex-wrap: wrap; list-style: none; }
#product .ainfo .similar ul li { display: inline-block; margin: 0 16px 16px 0; position: relative; font-size: 14px; }
#product .ainfo .similar ul li.npd { margin: 0 10px 10px 0; }
#product .ainfo .similar ul li i { display: inline-block; width: 32px; height: 32px; border-radius: 50%; box-shadow: inset 0 1px 2px rgba(0,0,0,0.2); }
#product .ainfo .similar ul li:hover i:before { content: ''; border: 2px solid #ebebeb; border-radius: 50%; width: 38px; height: 38px; position: absolute; top: -5px; left: -5px; z-index: 1; }
#product .ainfo .similar ul li.active i:before { content: ''; border: 2px solid #f33829; border-radius: 50%; width: 38px; height: 38px; position: absolute; top: -5px; left: -5px; z-index: 1; }
#product .ainfo .similar ul li span { display: inline-block; padding: 0 12px; height: 34px; line-height: 34px; border: 2px solid #ebebeb; border-radius: 5px; color: #000; transition: all 0.3s ease; }
#product .ainfo .similar ul li:hover span { border: 2px solid #ccc; }
#product .ainfo .similar ul li.active span { border: 2px solid #f33829; }
#product .ainfo .similar ul li.out-stock i:after { content: ''; width: 32px; height: 2px; transform: rotate(-45deg); background: #f33829; box-shadow: 0 0 0 1px rgba(255,255,255,0.95); position: absolute; top: 16px; left: 0; z-index: 1; }
#product .ainfo .similar ul li.active.out-stock i:after { content: ''; width: 32px; height: 2px; transform: rotate(-45deg); background: #f33829; box-shadow: 0 0 0 1px rgba(255,255,255,0.95); position: absolute; top: 16px; left: 0; z-index: 1; }
#product .ainfo .similar ul li.out-stock span { background: #fefefe; color: #888; }
#product .ainfo .similar ul li.out-stock span:before { content: ''; width: 30px; height: 2px; transform: rotate(-45deg); background: #ebebeb; box-shadow: 0 0 0 2px rgba(255,255,255,0.95); position: absolute; top: 18px; left: 50%; margin-left: -18px; z-index: 1; transition: all 0.3s ease; }
#product .ainfo .similar ul li.out-stock:hover span:before { background: #ccc; }
#product .ainfo .similar ul li.active.out-stock span:before { content: ''; width: 30px; height: 2px; transform: rotate(-45deg); background: #f33829; box-shadow: 0 0 0 2px rgba(255,255,255,0.95); position: absolute; top: 18px; left: 50%; margin-left: -18px; z-index: 1; }
#product .ainfo .out { width: 100%; background: #f9f9f9; color: #000; font-size: 15px; letter-spacing: 0px; padding: 35px 0; text-align: center; margin: 50px 0 0; border-radius: 5px; }
#product .ainfo .no_order { width: 100%; color: #000; font-weight: 500; font-size: 17px; letter-spacing: 0px; margin: 40px 0 0; }
#product .ainfo .price { font-size: 22px; color: #000; margin: 40px 0 0; line-height: 22px; font-weight: 600; }
#product .ainfo .price .old { display: inline-block; margin: 0 0 0 15px; color: #a5a5a5; padding: 0 2px; text-decoration: line-through; font-weight: 400; }
#product .ainfo .price .query { font-size: 18px; font-weight: 500; color: #000; }
#product .ainfo .price .price_cash { display: inline-block; vertical-align: top; }
#product .ainfo .price .price_card { display: inline-block; vertical-align: top; color: #888; margin: 0 0 0 70px; }
#product .ainfo .price i { font-style: normal; display: block; font-size: 12px; line-height: 24px; color: #888; font-weight: 400; }
#product .ainfo .info { width: 100%; margin: 40px 0 12px; font-size: 13px; line-height: 22px; color: #333; letter-spacing: 0; }
#product .ainfo .info i { display: inline-block; vertical-align: middle; }
#product .ainfo .info i:before { font-family: 'avto'; font-style: normal; margin: 0 2px 0 0; font-size: 22px; line-height: 22px; height: 22px; color: #f33829; }
#product .ainfo .order { width: 100%; display: flex; justify-content: flex-start; align-items: stretch; flex-wrap: wrap; margin: 40px 0 0; }
#product .ainfo .order.nopad { margin: 0; }
#product .ainfo .order #button-cart { display: none; padding: 0 38px; height: 50px; line-height: 50px; border-radius: 7px; background: #f33829; font-size: 18px; font-family: 'Inter'; font-weight: 500; color: #fff; }
#product .ainfo .order #button-cart i { display: inline-block; height: 50px; margin: 0 2px 0 0; width: 20px; }
#product .ainfo .order #button-cart i:before { font-family: 'app'; content: '\e803'; font-size: 20px; line-height: 43px; font-style: normal; }
#product .ainfo .order #button-cart:hover { background: #ff7751; }
#product .ainfo .order #button-cart:hover i:before { content: '\e804'; }
#product .ainfo .order #button-oneclick { display: block; text-align: center; width: 100%; height: 60px; line-height: 60px; border-radius: 20px; background: #03be05; font-size: 18px; font-family: 'Inter'; font-weight: 500; color: #fff; }
#product .ainfo .order #button-oneclick:hover { background: #81de82; }
#product .ainfo .wishcomp { margin: 20px 0 0; width: 100%; display: flex; justify-content: flex-start; align-items: stretch; flex-wrap: wrap; }
#product .ainfo .wishcomp button { margin: 0 0 0 20px; font-size: 13px; line-height: 22px; color: #888; font-family: 'Inter'; font-weight: 400; }
#product .ainfo .wishcomp button:first-child { margin: 0; }
#product .ainfo .wishcomp button i { display: inline-block; height: 29px; width: 20px; }
#product .ainfo .wishcomp button i:before { font-family: 'avto'; font-size: 16px; line-height: 22px; font-style: normal; margin: 0 2px 0 0; }
#product .ainfo .wishcomp button:hover { color: #03be05; }
#product .ainfo .wishcomp button:first-child:hover i:before { content: '\e015'; }
#product .bot-data { width: calc(100% - 80px); background: #fff; border-radius: 20px; margin: 30px 0 0; padding: 20px 40px; }
#product .bot-data .nav-tabs { margin: 0; padding: 0; list-style: none; width: 100%; display: flex; justify-content: flex-start; align-items: stretch; border-bottom: 1px solid #ebebeb; }
#product .bot-data .nav-tabs li { font-size: 14px; line-height: 20px; padding: 0; margin: 0; }
#product .bot-data .nav-tabs li:first-child { margin: 0; }
#product .bot-data .nav-tabs li a { display: inline-block; color: #999; padding: 15px 20px; position: relative; }
#product .bot-data .nav-tabs li a:hover { color: #000; }
#product .bot-data .nav-tabs li a:before { content: ''; width: 0; background: #03be05; height: 3px; position: absolute; bottom: -2px; left: 0; }
#product .bot-data .nav-tabs li.active a { color: #000; }
#product .bot-data .nav-tabs li.active a:before { width: 100%; }
#product .bot-data .tab-content .tab-pane { display: none; padding: 20px 0 0; width: 100%; margin: 0 auto; }
#product .bot-data .tab-content .active { display: block; }
#product .bot-data .text p { margin: 0 0 25px; padding: 0; font-size: 14px; line-height: 24px; letter-spacing: 0px; font-weight: 300; }
#product .bot-data .text p.small { margin: 0 0 7px; }
#product .bot-data .text p.last { margin: 0; }
#product .bot-data .text p.small { margin: 0 0 7px; }
#product .bot-data .text a { display: inline-block; text-decoration: none; border: none; position: relative; transition: all 0.1s ease; color: #000; }
#product .bot-data .text a:before { content: ""; position: absolute; bottom: 1px; left: 0; width: 100%; height: 1px; background: #000; transition: all 0.1s ease; }
#product .bot-data .text a:hover { color: #03be05; }
#product .bot-data .text a:hover:before { bottom: 0px; height: 2px; background: #03be05; }
#product .bot-data .text a.nocl { color: #000; text-decoration: none; font-size: 16px; }
#product .bot-data .text a.nocl:before { display: none; }
#product .bot-data .text ul { margin: 0; padding: 0 0 18px 23px; list-style: square; }
#product .bot-data .text ol { margin: 0; padding: 0 0 18px 23px; }
#product .bot-data .text ul li, #product .bot-data ol li { font-size: 16px; padding: 0 0 7px; line-height: 24px; font-weight: 300; }
#product .bot-data .attrgroup { display: grid; gap: 12px 30px; grid-template-rows: repeat(4, 1fr); grid-auto-flow: column; }
#product .bot-data .attrgroup .block { width: 100%; display: flex; justify-content: flex-start; align-items: center; flex-wrap: wrap; }
#product .bot-data .attrgroup .block .title { display: inline-block; font-size: 14px; line-height: 20px; color: #888; margin: 0 7px 0 0; font-weight: 300; }
#product .bot-data .attrgroup .block .char { display: inline-block; margin: 0; font-size: 14px; color: #000; line-height: 20px; }
#product .bot-data .attrgroup.com { gap: 20px 30px; grid-template-columns: repeat(4, 1fr); grid-auto-flow: row; }
#product .bot-data .attrgroup.com .block { align-items: flex-start; justify-content: flex-start; align-content: flex-start; }
#product .bot-data .attrgroup.com .block .title { display: block; width: 100%; font-size: 14px; font-weight: 500; line-height: 20px; color: #000; margin: 0; }
#product .bot-data .attrgroup.com .block .char { display: block; width: 100%; margin: 10px 0 0; font-size: 14px; color: #333; line-height: 22px; font-weight: 300; }
#product .bot-data .attrgroup.ext { gap: 0; grid-template-columns: repeat(1, 1fr); }
#product .sminfo { padding: 40px 0 0; font-size: 13px; line-height: 20px; font-weight: 300; color: #999; font-style: italic; }
#product .sminfo a { display: inline-block; text-decoration: none; border: none; position: relative; transition: all 0.1s ease; color: #777; }
#product .sminfo a:before { content: ""; position: absolute; bottom: 1px; left: 0; width: 100%; height: 1px; background: #777; transition: all 0.1s ease; }
#product .sminfo a:hover { color: #03be05; }
#product .sminfo a:hover:before { bottom: 0px; height: 2px; background: #03be05; }
.cbp-spclick { overflow-y: scroll; -webkit-overflow-scrolling: touch; background: #fff; position: fixed; transition: all 0.3s ease; box-shadow: 0 0 40px rgba(0,0,0,0.4); }
.cbp-spclick.clickbg { overflow-y: auto; }
.cbp-spclick-click { width: 500px; height: 100%; top: 0; z-index: 90; border-radius: 20px 0 0 20px; }
.cbp-spclick-fright { right: -600px; }
.cbp-spclick-fright.cbp-spmenu-open { right: 0; }
.cbp-spclick .content { padding: 20px 0 90px; }
.cbp-spclick .content .closeclick { display: block; width: calc(100% - 80px); margin: 0 0 20px; text-align: left; padding: 0 40px 20px; border-bottom: 1px solid #ebebeb; }
.cbp-spclick .content .closeclick button { display: inline-block; height: 14px; line-height: 14px; font-size: 13px; color: #000; font-family: 'Inter'; font-weight: 400; }
.cbp-spclick .content .closeclick button:after { font-family: 'avto'; content: '\e01c'; font-size: 14px; line-height: 14px; width: 14px; margin: 0 0 0 5px; }
.cbp-spclick .content .innerf { width: calc(100% - 80px); margin: 40px 0 0; text-align: left; padding: 0 40px 20px; }
.cbp-spclick .modal-title { font-size: 26px; line-height: 36px; color: #000; }
.cbp-spclick .modal-subheader { font-size: 14px; line-height: 20px; color: #777; margin: 5px 0 30px; font-weight: 300; }
.cbp-spclick .form-group { margin: 0 0 10px; }
.cbp-spclick .form-group:last-child { margin: 0; }
.cbp-spclick .oncl { display: block; text-align: center; width: 100%; height: 50px; line-height: 50px; border-radius: 20px; background: #03be05; font-size: 16px; font-family: 'Inter'; font-weight: 500; color: #fff; }
.cbp-spclick .oncl:hover { background: #81de82; }
.cbp-spclick .oncl:disabled { background: #efefef; color: #999; }

/******   ABOUT   ******/

#about { width: 100%; margin: 0 0 30px; text-align: center; }
#about .mc { max-width: 70%; margin: 50px auto 0; }
#about .mc p { margin: 0 0 25px; padding: 0; font-size: 16px; line-height: 24px; font-weight: 300; text-align: left; }
#about .mc p.small { margin: 0 0 7px; }
#about .mc a { display: inline-block; text-decoration: none; border: none; position: relative; color: #03be05; }
#about .mc a:before { content: ""; position: absolute; bottom: 1px; left: 0; width: 100%; height: 1px; background: #03be05; transition: all 0.2s ease; }
#about .mc a:hover { color: #777; }
#about .mc a:hover:before { bottom: 0px; height: 2px; background: #777; }
#about .mc ul { margin: 0; padding: 0 0 18px 23px; list-style: square; text-align: left; }
#about .mc ol { margin: 0; padding: 0 0 18px 23px; text-align: left; }
#about .mc ul li, #about .mc ol li { font-size: 16px; padding: 0 0 7px; line-height: 24px; font-weight: 300; }

/******   PAGES   ******/

#page { width: 100%; margin: 20px 0 70px; padding: 0; }
#page .container { max-width: 50%; }
#page h1 { margin: 0 0 40px; }
#page p { margin: 0 0 25px; padding: 0; font-size: 16px; line-height: 24px; font-weight: 300; }
#page p.small { margin: 0 0 7px; }
#page p.last { margin: 0; }
#page a { display: inline-block; text-decoration: none; border: none; position: relative; color: #03be05; }
#page a:before { content: ""; position: absolute; bottom: 1px; left: 0; width: 100%; height: 1px; background: #03be05; transition: all 0.2s ease; }
#page a:hover { color: #777; }
#page a:hover:before { bottom: 0px; height: 2px; background: #777; }
#page a.nocl { color: #000; text-decoration: none; font-size: 16px; }
#page a.nocl:before { display: none; }
#page ul { margin: 0; padding: 0 0 18px 23px; list-style: square; }
#page ol { margin: 0; padding: 0 0 18px 23px; }
#page ul li, #page ol li { font-size: 16px; padding: 0 0 7px; line-height: 24px; font-weight: 300; }
#page .map { width: 100%; }
#page .tabcontent { display: grid; gap: 20px; grid-template-columns: repeat(2, 1fr); margin: 0 0 40px; }
#page .tabcontent .item { width: auto; }
#page .tabcontent .item .title { font-size: 18px; margin: 0 0 15px; font-weight: 500; }
#page .tabcontent .item .info { font-size: 13px; color: #888; display: block; line-height: 18px; margin: 0 0 3px; letter-spacing: 0px; }
#page .tabcontent .item p { margin: 0 0 15px; padding: 0; font-size: 15px; line-height: 22px; letter-spacing: 0px; }
#page .tabcontent .item p.small { margin: 0 0 3px; }
#page .tabcontent .item p .grey { display: block; color: #888; font-size: 12px; line-height: 18px; }
#page .tabcontent .item p.cnt { margin: 0 0 30px; }
#page .tabcontent .item p:last-child { margin: 0; }
#page .tabcontent .item p.price { margin: 10px 0 0; }
#page fieldset { display: flex; justify-content: flex-start; align-items: stretch; flex-wrap: wrap; width: 100%; margin: 0; padding: 0; border: none; }
#page fieldset .column { width: 100%; margin: 0 0 20px; }
#page fieldset input[type="text"] { background: #fff; }
#page fieldset textarea { background: #fff; }
#page fieldset .dbutton { text-align: left; width: 100%; }
#page fieldset button { display: block; text-align: center; width: 100%; height: 50px; line-height: 50px; border-radius: 20px; background: #03be05; font-size: 16px; font-family: 'Inter'; font-weight: 500; color: #fff; }
#page fieldset button:hover { background: #81de82; }
#page fieldset button:disabled { background: #efefef; color: #999; }

/******   COMPARE   ******/

#compare { width: 100%; margin: 0 0 30px; padding: 0; }
#compare .tab { width: calc(100% - 80px); margin: 40px 0 0; border-radius: 20px; background: #fff; padding: 20px 40px; }
#compare .block { width: 100%; display: flex; justify-content: flex-start; flex-wrap: wrap; }
#compare .row { width: calc(100% - 20px); padding: 20px 10px; display: flex; justify-content: flex-start; align-items: stretch; gap: 44px; transition: all 0.1s ease; }
#compare .row.cost { align-items: flex-end; }
#compare .row:nth-child(n+4):hover { background: #f9f9f9; }
#compare .row.nh { width: 100%; padding: 0; }
#compare .row.attname { display: none; font-size: 15px; line-height: 16px; font-weight: 500; letter-spacing: 0px; }
#compare .row.nh:hover, #compare .row.attname:hover { background: #fff; }
#compare .row-sticky-top { position: sticky; position: -webkit-sticky; top: 60px; z-index: 5; background: #fff; width: calc(100% - 20px); padding: 20px 10px; display: flex; justify-content: flex-start; align-items: stretch; gap: 44px; }
#compare .row-sticky-bottom { position: sticky; position: -webkit-sticky; bottom: 0px; z-index: 5; background: #fff; width: calc(100% - 20px); padding: 25px 10px 20px; display: flex; justify-content: flex-start; align-items: stretch; gap: 44px; }
#compare .full { width: calc(100% - 20px); padding: 20px 10px; font-weight: 500; font-size: 18px; line-height: 24px; border-top: 1px solid #ebebeb; }
#compare .column { width: calc(20% - 35.2px); position: relative; font-size: 14px; line-height: 18px; letter-spacing: 0px; }
#compare .column:first-child { font-size: 14px; line-height: 18px; font-weight: 300; letter-spacing: 0px; align-self: flex-start; }
#compare .column img { border: 0px; vertical-align: middle; max-width: 100%; }
#compare .column .icon-x-base { position: absolute; top: 10px; right: 10px; color: #fff; }
#compare .column .icon-x-base:before { font-family: 'avto'; font-size: 13px; line-height: 13px; text-align: center; }
#compare .column .icon-x-base:hover { color: #03be05; }
#compare .column .name { font-size: 15px; line-height: 20px; letter-spacing: 0px; }
#compare .column .name a { color: #000; text-decoration: underline; }
#compare .column .name a:hover { color: #03be05; text-decoration: none; }
#compare .column .price-base { font-size: 15px; line-height: 20px; font-weight: 500; letter-spacing: 0px; }
#compare .column .price-base i { display: inline-block;  margin: 0 0 0 10px; font-size: 15px; color: #a5a5a5; font-weight: 400; text-decoration: line-through; font-style: normal; }
#compare .column .out-base { font-size: 13px; color: #999; line-height: 20px; letter-spacing: 0px; }
#compare .column .out-base.bk { color: #000; font-weight: 500; }
#compare .column .info { width: 100%; display: flex; align-content: stretch; width: 100%; justify-content: flex-start; align-items: center; flex-wrap: wrap; position: relative; z-index: 3; }
#compare .column .price { width: calc(100% - 44px); font-size: 15px; line-height: 24px; font-weight: 500; letter-spacing: 0px; margin: 0 20px 0 0; white-space: normal; }
#compare .column .old { display: inline-block; font-size: 15px; color: #a5a5a5; line-height: 22px; margin: 0 0 0 10px; font-weight: 400; }
#compare .column .old i { text-decoration: line-through; font-style: normal; }
#compare .column .itxt { width: 100%; font-size: 12px; color: #999; line-height: 18px; height: 18px; font-weight: 400; letter-spacing: 0px; }
#compare .column .out { font-size: 13px; color: #999; line-height: 24px; position: relative; z-index: 3; letter-spacing: 0px; }
#compare .column .out.bk { color: #000; font-weight: 500; }

/******   ACCOUNT   ******/

#myaccount { width: 100%; margin: 130px 0 30px; padding: 0; min-height: calc(100vh - 605px); }
#myaccount .center { width: 30%; margin: 0 auto; }
#myaccount form { margin: 0; padding: 0; }
#myaccount fieldset { margin: 0; padding: 0; border: none; }
#myaccount .fields { width: 100%; }
#myaccount .fields.top-pad { margin: 50px 0 0; }
#myaccount .fields.flex { display: flex; justify-content: flex-start; align-items: flex-start; flex-wrap: wrap; }
#myaccount .fields .form-group { width: 100%; margin: 0 0 20px; padding: 0; }
#myaccount .fields .form-group.pd { margin: 20px 0; }
#myaccount .fields label { margin: 0; padding: 0; border: none; }
#myaccount .fields input[type="text"], #myaccount .fields input[type="password"], #myaccount .fields input[type="tel"], #myaccount .fields input[type="email"] { background: #fff; }
#myaccount .fields textarea { background: #fff; }
#myaccount .fields .select select { background: #fff; }
#myaccount .fields button { display: inline-block; padding: 0 30px; height: 46px; line-height: 46px; border-radius: 15px; background: #03be05; font-size: 16px; font-family: 'Inter'; font-weight: 400; color: #fff; }
#myaccount .fields button i { display: inline-block; height: 46px; margin: 0 2px 0 0; width: 18px; }
#myaccount .fields button i:before { font-family: 'avto'; font-size: 18px; line-height: 46px; font-style: normal; }
#myaccount .fields button:hover { background: #81de82; }
#myaccount .fields .logfor { width: 100%; display: flex; justify-content: flex-start; align-items: flex-start; flex-wrap: wrap; }
#myaccount .fields .logfor .button { text-align: left; width: calc(50% - 10px); }
#myaccount .fields .logfor .button.full { text-align: center; width: 100%; }
#myaccount .fields .logfor .forgot { text-align: right; width: calc(50% - 10px); margin: 0 0 0 20px; font-size: 13px; line-height: 42px; }
#myaccount .fields .logfor button { display: inline-block; padding: 0 20px; height: 42px; line-height: 42px; border-radius: 15px; background: #03be05; font-size: 14px; font-family: 'Inter'; font-weight: 400; color: #fff; }
#myaccount .fields .logfor button i { height: 42px; width: 18px; }
#myaccount .fields .logfor button i:before { font-family: 'avto'; font-size: 18px; line-height: 42px; font-style: normal; width: 18px; }
#myaccount .fields .logfor button:hover { background: #81de82; }
#myaccount .fields .logfor .forgot a { color: #999; }
#myaccount .fields .logfor a:hover { color: #000; }
#myaccount .notyet { width: 100%; margin: 42px 0 0; padding: 40px 0 0; border-top: 1px solid rgba(0,0,0,0.1); }
#myaccount .notyet .small-title { font-size: 16px; line-height: 20px; }
#myaccount .notyet .register-new { margin: 25px 0 0; }
#myaccount .notyet .register-new a { display: block; width: calc(100% - 4px); text-align: center; height: 48px; line-height: 48px; border-radius: 5px; font-size: 15px; color: #000; border: 2px solid #dadada; }
#myaccount .notyet .register-new a:hover { border: 2px solid #03be05; }
#myaccount .info-text { font-size: 15px; line-height: 20px; margin: 0 0 25px; }
#myaccount .radio-list { width: 100%; display: flex; justify-content: center; align-items: stretch; flex-wrap: wrap; margin: 20px 0 30px; }
#myaccount .radio-list input[type="radio"] { display: none; }
#myaccount .radio-list input[type="radio"] + label { display: inline-block; padding: 12px 16px; border: 2px solid #ebebeb; text-align: left; color: #000; cursor: pointer; transition: all 0.2s ease; border-radius: 5px; font-family: 'Inter'; font-weight: 400; font-size: 14px; line-height: 20px; margin: 0 0 0 10px; }
#myaccount .radio-list input[type="radio"]:first-child + label { margin: 0; }
#myaccount .radio-list input[type="radio"] + label i { display: inline-block; vertical-align: middle; line-height: 20px; margin: 0 7px 0 0; width: 16px; height: 16px; border: 2px solid #ebebeb; border-radius: 50%; transition: all 0.2s ease; font-style: normal; }
#myaccount .radio-list input[type="radio"] + label i:before { font-family: 'avto'; content: ''; font-size: 12px; width: 20px; line-height: 18px; color: #fff; padding: 0 0 0 2px; display: inline-block; vertical-align: top; }
#myaccount .radio-list input[type="radio"] + label:hover { border: 2px solid #ccc; }
#myaccount .radio-list input[type="radio"] + label:hover i { border: 2px solid #ccc; }
#myaccount .radio-list input[type="radio"]:checked + label { border: 2px solid #03be05; }
#myaccount .radio-list input[type="radio"]:checked + label i { border: 2px solid transparent; background: #03be05; }
#myaccount .radio-list input[type="radio"]:checked + label i:before { content: '\e01f'; }
#myaccount .labsm { font-size: 14px; line-height: 20px; }
#myaccount .labsm.pd { margin: 0 0 10px; }
#myaccount .main { width: 100%; margin: 50px 0 0; display: flex; justify-content: flex-start; align-items: stretch; flex-wrap: wrap; }
#myaccount .main .item { width: calc(25% - 72.5px); margin: 0 0 30px 30px; padding: 25px; border-radius: 20px; background: #fff; }
#myaccount .main .item:first-child { width: calc(50% - 66px); margin: 0 0 30px; }
#myaccount .main .item:nth-child(4) { margin: 0 0 30px; }
#myaccount .main .title { font-weight: 500; font-size: 22px; line-height: 30px; color: #03be05; }
#myaccount .main .title.sm { padding: 0 0 0 44px; font-size: 16px; background: none; color: #000; position: relative; }
#myaccount .main .title.sm:before { position: absolute; top: 0; left: 0; z-index: 1; font-family: 'avto'; font-size: 30px; margin: 0; line-height: 30px; text-align: left; color: #03be05; }
#myaccount .main .title.orders:before { content: '\e802'; }
#myaccount .main .title.wishlist:before { content: '\e014'; }
#myaccount .main .title.personal:before { content: '\e003'; }
#myaccount .main .title.newsletter:before { content: '\e009'; }
#myaccount .main .title.address:before { content: '\e80e'; }
#myaccount .main .title.logout:before { content: '\e00f'; }
#myaccount .main .title.user:before { content: '\003'; }
#myaccount .main .title.rec:before { content: '\e828'; }
#myaccount .main .title.pay:before { content: '\e823'; }
#myaccount .main .title.truck:before { content: '\e822'; }
#myaccount .main .title.comment:before { content: '\e82d'; }
#myaccount .main .wtext { margin: 18px 0 0; font-size: 16px; font-weight: 300; line-height: 22px; }
#myaccount .main .wtext.bolder { font-weight: 400; font-size: 14px; min-height: 70px; }
#myaccount .links { width: 100%; margin: 12px 0 0; display: flex; justify-content: flex-start; align-items: stretch; flex-wrap: wrap; }
#myaccount .links a { display: inline-block; margin: 0 0 0 20px; color: #777; font-size: 13px; line-height: 15px; }
#myaccount .links a:first-child { margin: 0; }
#myaccount .links a i { font-style: normal; display: inline-block; }
#myaccount .links a i:before { font-family: 'avto'; line-height: 15px; font-size: 15px; margin: 0 1px 0 0; text-align: left; }
#myaccount .links a:hover { color: #000; }
#myaccount .order-list { width: 100%; margin: 50px 0 0;}
#myaccount .order-list .list { width: 100%; display: flex; justify-content: flex-start; align-items: stretch; flex-wrap: wrap; }
#myaccount .order-list .item { width: calc(25% - 72.5px); margin: 0 0 30px 30px; padding: 25px; border-radius: 5px; background: #f7f7f8; }
#myaccount .order-list .item:nth-child(4n+1) { margin: 0 0 30px; }
#myaccount .order-list .title { padding: 0 40px 0 0; font-size: 20px; line-height: 28px; font-weight: 500; position: relative; }
#myaccount .order-list .title.ab { font-size: 15px; line-height: 20px; }
#myaccount .order-list .title.done:after { position: absolute; top: 0; right: 0; display: inline-block; vertical-align: top; font-family: 'avto'; content: '\e806'; font-size: 13px; width: 28px; height: 28px; border-radius: 50%; line-height: 28px; text-align: center; background: #5cb85c; color: #fff; }
#myaccount .order-list .wtext { margin: 18px 0 0; font-size: 13px; line-height: 22px; }
#myaccount .order-list .wtext.ab { min-height: 45px; }
#myaccount .order-list .wtext span { color: #777; }
#myaccount .order-list .link { width: 100%; margin: 12px 0 0; }
#myaccount .order-list .link a { display: inline-block; color: #777; font-size: 13px; line-height: 15px; }
#myaccount .order-list .link a i { font-style: normal; display: inline-block; }
#myaccount .order-list .link a i:before { font-family: 'avto'; line-height: 15px; font-size: 15px; margin: 0 1px 0 0; text-align: left; }
#myaccount .order-list .link a:hover { color: #000; }
#myaccount .order-list .main { margin: 30px 0 0; }
#myaccount .order-list .main .item { width: calc(33.33% - 70px); }
#myaccount .order-list .main .item:first-child { width: calc(33.33% - 70px); margin: 0 0 30px; }
#myaccount .order-list .main .item:nth-child(5) { margin: 0 0 30px 30px; }
#myaccount .order-list .main .wtext.bolder { min-height: 45px; }
#myaccount .columns { width: 100%; display: flex; justify-content: flex-start; align-items: flex-start; flex-wrap: wrap; }
#myaccount .info { width: 72%; }
#myaccount .check { width: calc(28% - 40px); margin: 0 0 0 40px; border-radius: 7px; position: sticky; top: 80px; overflow: hidden; }
#myaccount .info-head { width: calc(89% - 40px); border-bottom: 1px solid rgba(0,0,0,0.1); padding: 20px 0; padding-left: calc(11% + 40px); font-weight: 500; font-size: 13px; color: #000; }
#myaccount .info-head .inner { width: 100%; display: flex; justify-content: flex-start; flex-wrap: wrap; }
#myaccount .info-head .column { width: calc(24% - 40px); margin: 0 0 0 40px; }
#myaccount .info-head .column:first-child { width: calc(52%); margin: 0; }
#myaccount .columns .item-product { width: 100%; display: flex; justify-content: flex-start; flex-wrap: wrap; border-bottom: 1px solid rgba(0,0,0,0.1); padding: 20px 0; background: none; margin: 0; }
#myaccount .columns .item-product .pic { width: 11%; text-align: center; }
#myaccount .columns .item-product .pic img { max-width: 100%; }
#myaccount .columns .item-product .info { width: calc(89% - 40px); display: flex; justify-content: flex-start; flex-wrap: wrap; margin: 0 0 0 40px; padding: 5px 0 0; }
#myaccount .columns .item-product .name { width: 52%; font-size: 14px; line-height: 24px; color: #000; }
#myaccount .columns .item-product .qnt, #myaccount .columns .item-product .sum { width: calc(24% - 40px); margin: 0 0 0 40px; }
#myaccount .columns .item-product .qnt { line-height: 24px; font-size: 14px; color: #000; }
#myaccount .columns .item-product .sum { line-height: 24px; font-weight: 500; font-size: 15px; }
#myaccount .columns .item-product .sum .math { line-height: 15px; font-size: 13px; color: #777; font-weight: 400; display: block; }
#myaccount .check .top { width: calc(100% - 60px); padding: 20px 30px 30px; background: #f8f8f9; }
#myaccount .check .bottom { width: calc(100% - 60px); padding: 20px 30px 30px; background: #f5f5f6; border-top: 1px solid rgba(0,0,0,0.1); }
#myaccount .check .title { font-size: 16px; font-weight: 500; margin: 0 0 25px; }
#myaccount .check ul { margin: 0; padding: 0; list-style: none; }
#myaccount .check ul li { width: 100%; display: flex; justify-content: flex-start; flex-wrap: wrap; margin: 0 0 17px; line-height: 20px; color: #000; }
#myaccount .check ul li .lefts { width: calc(50% - 10px); text-align: left; font-size: 14px; }
#myaccount .check ul li .lefts .cmn { font-size: 12px; color: #555; }
#myaccount .check ul li .rights { width: calc(50% - 10px); margin: 0 0 0 20px; text-align: right; font-size: 16px; }
#myaccount .check ul li:last-child { margin: 0; font-weight: 500; padding: 17px 0 0; border-top: 1px solid rgba(0,0,0,0.1); }
#myaccount .check ul li:last-child .lefts { color: #000; font-size: 15px; }
#myaccount .wishes { width: 100%; margin: 50px 0 0; display: grid; gap: 20px; grid-template-columns: repeat(3, 1fr); }
#myaccount .wishes .witem { background: #fff; border-radius: 20px; }
#myaccount .wishes .witem .pic { width: calc(100% - 6px); padding: 3px 3px 0; text-align: center; position: relative; }
#myaccount .wishes .witem .pic img { max-width: 100%; border-radius: 17px 17px 0 0; }
#myaccount .wishes .witem .content { padding: 20px; }
#myaccount .wishes .witem .name { font-size: 20px; line-height: 29px; font-weight: 500; }
#myaccount .wishes .witem .name span { display: block; font-size: 14px; line-height: 22px; font-weight: 400; padding: 5px 0 0; min-height: 45px; }
#myaccount .wishes .witem .name a { display: block; color: #000; }
#myaccount .wishes .witem .name a span { color: #777; }
#myaccount .wishes .witem .name a:hover { color: #03be05; }
#myaccount .wishes .witem .name a:hover span { color: #777; }
#myaccount .wishes .witem .price { font-size: 18px; line-height: 24px; font-weight: 500; margin: 20px 0 0; }
#myaccount .wishes .witem .price i { display: inline-block; text-decoration: line-through; font-style: normal; margin: 0 0 0 10px; font-weight: 400; font-size: 15px; color: #a5a5a5; }
#myaccount .wishes .witem .out { font-size: 13px; color: #999; line-height: 22px; position: relative; }
#myaccount .wishes .witem .delete { top: 10px; }
#myaccount .wishes .witem .abs { position: absolute; right: 10px; z-index: 20; width: 36px; height: 36px; transition: all 0.2s ease; background: rgba(255,255,255,0.92); backdrop-filter: saturate(180%) blur(20px); -webkit-backdrop-filter: saturate(180%) blur(20px); border-radius: 50%; }
#myaccount .wishes .witem .abs a { width: 36px; height: 36px; color: #000; text-align: center; }
#myaccount .wishes .witem .abs a:before { font-family: 'avto'; font-size: 16px; line-height: 36px; width: 36px; }
#myaccount .wishes .witem .abs a:hover { color: #f33829; }
#myaccount .wishes .witem .itxt { position: absolute; right: 10px; bottom: 10px; z-index: 20; font-size: 12px; color: #000; line-height: 20px; height: 20px; font-weight: 400; background: #fff; padding: 0 10px; border-radius: 5px; }

/******   BLOG   ******/

#blog { width: 100%; margin: 0 0 30px; padding: 0; }
#blog .list { width: 100%; margin: 40px 0 0; display: grid; gap: 20px; grid-template-columns: repeat(3, 1fr); }
#blog .list .post { background: #fff; border-radius: 20px; }
#blog .list .post .content { padding: 20px; }
#blog .list .post .image { width: calc(100% - 6px); padding: 3px 3px 0; text-align: center; }
#blog .list .post .image img { max-width: 100%; border-radius: 17px 17px 0 0; }
#blog .list .post .image a { display: block; }
#blog .list .post .title { font-size: 20px; line-height: 28px; margin: 0 0 5px; font-weight: 500; }
#blog .list .post .title a { color: #000; }
#blog .list .post .title a:hover { color: #03be05; }
#blog .list .post p { font-size: 15px; line-height: 23px; margin: 0 0 25px; padding: 0; color: #777; font-weight: 400; }
#blog .list .post .date { font-size: 12px; line-height: 16px; }
#blog .list .post .date i { display: inline-block; font-style: normal; color: #777; }
#blog-post-header { width: 100%; margin: 20px 0 0; }
#blog-post-header .date { font-size: 14px; line-height: 18px; margin: 15px 0 0; color: #757575; }
#blog-post-image { width: 100%; margin: 40px 0; }
#blog-post-image .container { max-width: 84%; }
#blog-post-image img { width: 100%; height: 45vh; object-fit: cover; }
#blog-post { width: 100%; margin: 0 0 30px; }
#blog-post .text { margin: 0; }
#blog-post .text p { margin: 0 0 25px; padding: 0; font-size: 16px; line-height: 24px; font-weight: 300; }
#blog-post .text p.small { margin: 0 0 7px; }
#blog-post .text p.last { margin: 0; }
#blog-post .text a { display: inline-block; text-decoration: none; border: none; position: relative; color: #03be05; }
#blog-post .text a:before { content: ""; position: absolute; bottom: 1px; left: 0; width: 100%; height: 1px; background: #03be05; transition: all 0.2s ease; }
#blog-post .text a:hover { color: #777; }
#blog-post .text a:hover:before { bottom: 0px; height: 2px; background: #777; }
#blog-post .text ul { margin: 0; padding: 0 0 18px 23px; list-style: square; }
#blog-post .text ol { margin: 0; padding: 0 0 18px 23px; }
#blog-post .text ul li, #blog-post .text ol li { font-size: 16px; padding: 0 0 7px; line-height: 24px; font-weight: 300; }

/******   FOOTER   ******/

footer { width: 100%; padding: 0 0 30px; }
footer .container { border-radius: 20px; background: #2e3034; }
footer .mid-data { padding: 40px 30px 0; margin: 0; display: grid; gap: 20px; grid-template-columns: repeat(3, 1fr); }
footer .bot-data { padding: 40px 30px; }
footer .title { font-size: 12px; color: #fff; line-height: 16px; margin: 0 0 15px; font-weight: 500; text-transform: uppercase; }
footer .title a { color: #fff; }
footer .title a:hover { color: #999; }
footer ul { width: 100%; margin: 0; padding: 0; list-style: none; }
footer ul li { display: block; font-size: 14px; line-height: 24px; margin: 0; padding: 0; letter-spacing: 0px; }
footer ul li a { text-decoration: none; color: #999; }
footer ul li a:hover { color: #fff; }
footer .column.cc ul { -webkit-columns: 2; -moz-columns: 2; columns: 2; -webkit-column-gap: 30px; -moz-column-gap: 30px; column-gap: 30px; }
footer .column.cc ul li { display: inherit; }
footer .contacts { font-size: 16px; line-height: 18px; margin: 0 0 15px; padding-top: 5px; display: block; }
footer .contacts a { text-decoration: none; color: #fff; }
footer .contacts a:before { font-family: 'avto'; margin-right: 7px; line-height: 18px; }
footer .social { margin: 30px 0 0; width: 100%; display: flex; align-content: stretch; justify-content: flex-start; flex-wrap: wrap; }
footer .social a { display: inline-block; width: 18px; line-height: 18px; margin: 0 0 0 25px; color: #000; }
footer .social a:first-child { margin: 0; }
footer .social a:before { font-family: 'app'; width: 18px; font-size: 18px; line-height: 18px; }
footer .social a:hover { color: #f33829; }
footer .copy { color: #fff; font-size: 12px; line-height: 18px; text-align: center; font-weight: 300; }