@import "fonts.css";
@import "app94.css";
@import "colors12.css";

html, body { width: 100%; height: 100%; margin: 0; padding: 0; }
body { font-family: 'Inter'; font-weight: 400; letter-spacing: 0px; color: #000; background: #fff; overflow-x: hidden; overflow-y: scroll; }
.container { max-width: 78%; margin: 0 auto; }
h1, h2, h3, h4, h5, h6 { margin: 0; padding: 0; font-family: 'Inter'; letter-spacing: 0; }
h1 { font-weight: 500; font-size: 34px; line-height: 38px; color: #000; }
h2 { font-weight: 500; font-size: 30px; line-height: 34px; margin: 0 0 25px; }
h3 { font-weight: 400; font-size: 26px; line-height: 30px; margin: 0 0 20px; }
h4 { font-weight: 400; font-size: 22px; line-height: 26px; margin: 0 0 15px; }
a { text-decoration: none; border: none; transition: all 0.2s ease; letter-spacing: 0; }
img { border: 0px; vertical-align: middle; }
button { margin: 0; padding: 0; cursor: pointer; background: none; border: none; outline: none; text-decoration: none; transition: all 0.2s ease; }
select { cursor: pointer; background: none; border: none; outline: none; }
strong, b { font-weight: 500; }
em, i { font-style: italic; }
em strong, em b, i strong, i b, strong em, strong i, b em, b i { font-style: italic; font-weight: 500; }
.dsnone { display: none; }
.vbnone { visibility: hidden; height: 0px; }
.mfafter { height: 130px; display: block; width: 100%; }
.cbp-spmenu { overflow-y: scroll; -webkit-overflow-scrolling: touch; position: fixed; transition: all 0.5s ease; }
.collapse { display: none; }
.collapse.in { display: block; }
.collapsing { position: relative; height: 0; overflow: hidden; -webkit-transition-timing-function: ease; -o-transition-timing-function: ease; transition-timing-function: ease; -webkit-transition-duration: .35s; -o-transition-duration: .35s; transition-duration: .35s; -webkit-transition-property: height, visibility; -o-transition-property: height, visibility; transition-property: height, visibility; }

/******   ALERTS   ******/

.alert { padding: 25px 55px 25px 25px; margin-bottom: 0; text-align: left; font-size: 12px; font-weight: 300; letter-spacing: 0; line-height: 18px; position: fixed; top: 30px; right: 30px; max-width: 350px; z-index: 90; background: #fff; color: #555; box-shadow: 0 0 25px rgba(0,0,0,0.3); }
.alert.np { top: 0; margin: 0 0 40px; }
.alert i { display: inline-block; margin: 0 7px 0 0; vertical-align: middle; }
.alert-info { border-left: 3px solid #5bc0de; }
.alert-success { border-left: 3px solid #5cb85c; }
.alert-danger { border-left: 3px solid #d9534f; }
.alert-warning { border-left: 3px solid #f0ad4e; }
.alert button { color: #bebebe; position: absolute; width: 16px; height: 16px; top: 15px; right: 15px; }
.alert button:before { font-family: 'app'; font-size: 16px; line-height: 16px; width: 16px; height: 16px; text-align: center; }
.alert button:hover { color: #000; }
.alert a { text-decoration: underline; color: #000; }
.alert a:hover { text-decoration: none; color: #f33829; }
.text-danger { width: 100%; font-size: 14px; line-height: 20px; margin: 7px 0; color: #ff5630; }
.text-danger i { display: inline-block; margin: 0 7px 0 0; vertical-align: middle; color: #d9534f; }

/******   BREAD CRUMBS   ******/

/*.path { width: 100%; padding: 10px 0 30px; }*/
.path { width: 100%; padding: 0; visibility: hidden; }
.path ul { list-style: none; margin: 0; padding: 0; display: flex; justify-content: flex-start; align-items: stretch; width: 100%; }
/*.path ul li { display: inline-block; font-size: 12px; line-height: 16px; }*/
.path ul li { font-size: 0px; line-height: 0px; }
.path ul li a { color: #999; text-decoration: none; }
.path ul li:before { content: '/'; color: #999; padding: 0 10px; }
.path ul li:first-child:before { content: ''; padding: 0; }
.path ul li a:hover { color: #000; }
.path ul li:last-child a { color: #000; }

/******   STICKERS   ******/

.spec { position: absolute; top: 0; left: 0; z-index: 5; font-size: 12px; display: flex; justify-content: flex-start; align-items: stretch; }
.spec .items { line-height: 12px; color: #fff; padding: 5px 6px; border-radius: 4px; margin: 0 0 0 7px; border: 1px solid; letter-spacing: 0px; }
.spec .items:first-child { margin: 0; }
.spec .new { border-color: #84d084; color: #84d084; }
.spec .sale { border-color: #ff5630; color: #ff5630; }
.spec .hit { border-color: #00abe6; color: #00abe6; }
.spec .offer { border-color: #ffab00; color: #ffab00; }
.specpr { width: 100%; font-size: 13px; display: flex; justify-content: flex-start; align-items: stretch; margin: 0 0 15px; }
.specpr .items { line-height: 13px; color: #fff; padding: 6px 8px; border-radius: 4px; margin: 0 0 0 7px; border: 1px solid; letter-spacing: 0px; }
.specpr .items:first-child { margin: 0; }
.specpr .new { border-color: #84d084; color: #84d084; }
.specpr .sale { border-color: #ff5630; color: #ff5630; }
.specpr .hit { border-color: #00abe6; color: #00abe6; }
.specpr .offer { border-color: #ffab00; color: #ffab00; }

/******   PAGINATION   ******/

.pagination { width: 100%; margin: 0; padding: 20px 0 0; }
.pagination ul { width: 100%; display: table; margin: 0; padding: 0; text-align: left; list-style: none; font-size: 0; }
.pagination ul li { display: inline-block; vertical-align: top; margin: 0; padding: 0; }
.pagination ul li.active { width: 50px; height: 50px; line-height: 50px; margin: 0 5px; border-radius: 3px; -webkit-border-radius: 3px; -moz-border-radius: 3px; font-size: 16px; text-align: center; font-weight: 500; color: #f33829; display: inline-block; vertical-align: top; box-shadow: 0 0 30px rgba(0,0,0,.1); letter-spacing: 0; }
.pagination ul li a { display: block; width: 50px; height: 50px; text-decoration: none; color: #757575; font-size: 16px; line-height: 50px; text-align: center; }
.pagination ul li a:hover { color: #000; }

/******   SUBCATS   ******/

.subcat { width: 100%; margin: 20px 0 0; }
.subcat ul { width: 100%; margin: 0; padding: 0; list-style: none; display: flex; justify-content: flex-start; align-items: stretch; flex-wrap: wrap; }
.subcat ul li { margin: 0 20px 12px 0; padding: 0; font-size: 15px; line-height: 18px; letter-spacing: 0; }
.subcat ul li a { color: #000; }
.subcat ul li a sup { margin: 0 0 0 6px; line-height: 0; position: relative; vertical-align: baseline; top: -0.5em; }
.subcat ul li a sup i { display: inline-block; width: 6px; height: 6px; border-radius: 50%; background: #84d084; }
.subcat ul li a:hover { color: #f33829; }
.subcat ul li a.active { color: #f33829; }

/******   NO RESULTS & NOT FOUND   ******/

.noresult { width: 100%; padding: 80px 0 50px; text-align: center; }
.noresult .imagination { height: 170px; }
.noresult .imagination i { font-style: normal; display: inline-block; width: 170px; height: 170px; }
.noresult .imagination i:before { font-family: 'app'; font-size: 170px; width: 170px; line-height: 170px; height: 170px; color: #efefef; text-align: center; }
.noresult.success .imagination i:before { background: linear-gradient(0deg, rgba(243,56,41,1) 28%, rgba(255,119,81,1) 67%); -webkit-background-clip: text; -webkit-text-fill-color: transparent;  }
.noresult .info-message { margin: 50px 0 0; font-size: 22px; color: #000; letter-spacing: 0px; font-weight: 500; line-height: 28px; }
.noresult .info-message span { margin: 10px 0 0; font-size: 17px; display: block; font-weight: 300; }
.noresult .info-message a { display: inline-block; text-decoration: none; border: none; position: relative; transition: all 0.1s ease; color: #000; }
.noresult .info-message a:before { content: ""; position: absolute; bottom: 1px; left: 0; width: 100%; height: 1px; background: #000; transition: all 0.1s ease; }
.noresult .info-message a:hover { color: #f33829; }
.noresult .info-message a:hover:before { bottom: 0px; height: 2px; background: #f33829; }
.notfound { width: 100%; margin: 20px 0 70px; padding: 0; }

/******   HEADER   ******/

header { width: 100%; height: 130px; position: absolute; z-index: 80; top: 0; background: rgba(255,255,255,0); backdrop-filter: saturate(100%) blur(0px); -webkit-backdrop-filter: saturate(100%) blur(0px); }
header:hover { background: rgba(255,255,255,0.92); backdrop-filter: saturate(180%) blur(20px); -webkit-backdrop-filter: saturate(180%) blur(20px); }
header .row { height: 70px; width: 100%; display: flex; align-content: stretch; justify-content: flex-start; }
header .row:last-child { justify-content: space-between; height: 60px; border-top: 1px solid rgba(0,0,0,0.05); }
header .logo { width: 170px; }
header .logo a { display: flex; align-content: stretch; justify-content: flex-start; }
header .logo i { display: inline-block; margin: 0 5px 0 0; }
header .logo i:before { font-family: 'app'; font-size: 30px; line-height: 69px; background: linear-gradient(0deg, rgba(243,56,41,1) 28%, rgba(255,119,81,1) 67%); -webkit-background-clip: text; -webkit-text-fill-color: transparent; }
header .logo span { display: inline-block; font-family: 'ptbold'; font-size: 26px; line-height: 75px; color: #000; word-spacing: 50%; letter-spacing: -1px; }
header .contact { width: calc(50% - 85px); line-height: 77px; display: flex; align-content: stretch; justify-content: flex-start; }
header .contact a { display: inline-block; margin: 0 0 0 40px; color: #000; font-size: 13px; cursor: default; }
header .contact a:last-child { cursor: pointer; color: #555; }
header .contact a:last-child:hover { color: #f33829; }
header .contact i { display: inline-block; vertical-align: top; margin: 0 4px 0 0; }
header .contact i:before { font-family: 'app'; font-size: 17px; line-height: 79px; width: 17px; text-align: center; }
header .top-menu { width: calc(50% - 85px); line-height: 77px; }
header .top-menu ul { width: 100%; margin: 0; padding: 0; list-style: none; display: flex; align-items: stretch; width: 100%; justify-content: flex-end; }
header .top-menu ul li { display: inline-block; padding: 0; margin: 0 0 0 30px; font-size: 13px; }
header .top-menu ul li:first-child { margin: 0; }
header .top-menu ul li:last-child { margin: 0 0 0 40px; }
header .top-menu a { display: block; color: #555; }
header .top-menu a:hover { color: #f33829; }
header .top-menu i { display: inline-block; vertical-align: top; margin: 0 4px 0 0; }
header .top-menu i:before { font-family: 'app'; font-size: 17px; line-height: 79px; width: 17px; text-align: center; }
header .logo-icon { display: none; width: 26px; transition: all 0.3s ease; }
header .logo-icon i { display: inline-block; }
header .logo-icon i:before { font-family: 'app'; font-size: 26px; line-height: 60px; background: linear-gradient(0deg, rgba(243,56,41,1) 28%, rgba(255,119,81,1) 67%); -webkit-background-clip: text; -webkit-text-fill-color: transparent; }
header .menu { width: 80%; font-size: 15px; transition: all 0.3s ease; }
header .nav { margin: 0; padding: 0; list-style: none; line-height: 60px; display: flex; align-content: stretch; width: 100%; justify-content: flex-start; }
header .nav li { display: inline-block; vertical-align: top; padding: 0; margin: 0 0 0 30px; position: relative; }
header .nav li:first-child { margin: 0; }
header .nav li a { display: block; color: #000; }
header .nav li a:hover { color: #f33829; }
header .nav li .drop { position: absolute; background: #fff; transition: all 0.1s ease; top: 59px; left: -22px; visibility: hidden; opacity: 0; z-index: 90; box-shadow: 0 10px 10px rgba(0,0,0,0.1); }
header .nav li .drop ul { margin: 0; padding: 0; list-style: none; display: flex; align-content: stretch; justify-content: flex-start; flex-wrap: wrap; flex-direction: column; background: #fff; }
header .nav li .drop ul li { display: block; vertical-align: top; padding: 0; margin: 0; text-align: left; font-size: 14px; line-height: 17px; min-width: 180px; }
header .nav li .drop ul li a { display: block; color: #000; white-space: pre; padding: 13px 22px; margin: 0; }
header .nav li .drop ul li a sup { margin: 0 0 0 6px; line-height: 0; position: relative; vertical-align: baseline; top: -0.5em; }
header .nav li .drop ul li a sup i { display: inline-block; width: 6px; height: 6px; border-radius: 50%; background: #84d084; }
header .nav li .drop ul li a:hover { color: #000; background: #f9f9f9; }
header .nav li .drop ul li a.active { color: #f33829; }
header .nav li .drop ul.cols { max-height: 258px; width: 360px; }
header .nav li .drop ul.cols.num3 { width: 540px; }
header .nav li .drop ul.cols.num4 { width: 720px; }
header .nav li .drop ul.cols.num5 { width: 900px; }
header .nav li:hover a { color: #f33829; }
header .nav li:hover .drop { visibility: visible; opacity: 1; }
header .nav li a.active { color: #f33829;  }
header .data { width: 20%; display: flex; align-content: stretch; justify-content: flex-end; }
header .data .item { margin: 0 0 0 30px; display: inline-block; position: relative; }
header .data .item:first-child { margin: 0; }
header .data .ham, header .data .home { display: none; }
header .data a:before, header .data button:before { font-family: 'app'; font-size: 18px; color: #000; transition: all 0.1s ease; line-height: 60px; width: 20px; height: 60px; text-align: center; }
header .data a:hover:before, header .data button:hover:before { color: #f33829; }
header .data .ham .active:before { color: #f33829; }
header .data .sup { display: inline-block; margin: 0; font-size: 10px; font-family: 'Inter'; font-weight: 500; color: #000; position: absolute; top: 13px; right: -11px; z-index: 90; width: 20px; height: 20px; text-align: center; line-height: 20px; border-radius: 50%; background: #fff; box-shadow: 0 2px 5px rgba(0,0,0,0.4); }
header .compare a, header .wishlist a { color: #000; }
header .cart button { position: relative; display: inline-block; }
header .compare a.full:before, header .wishlist a.full:before, header .cart button.full:before { color: #f33829; }
header .wishlist a.icon-heart.full:before { content: '\e80b'; }
header .cart button.full:before { content: '\e804'; }
header .wishlist .icon-user { display: none; }
header .search button.active:before { content: '\e811'; color: #f33829; }
header .ham button.active:before { content: '\e811'; color: #f33829; }
header.fix { height: 60px; box-shadow: 0 0 15px rgba(0,0,0,0.1); position: fixed; background: rgba(255,255,255,0.92); backdrop-filter: saturate(180%) blur(20px); -webkit-backdrop-filter: saturate(180%) blur(20px); }
header.fix .row:first-child { display: none; }
header.fix .row:last-child { border: none; }
header.fix .logo-icon { display: inline-block; }
header.fix .menu { width: calc(80% - 60px); margin: 0 0 0 30px; }
.mobile-header { display: none; width: 100%; height: 40px; position: absolute; top: 0; left: 0; z-index: 70; }
.mobile-header .container { display: flex; align-content: stretch; justify-content: space-between; }
.mobile-header .logo { width: 170px; }
.mobile-header .logo a { display: flex; align-content: stretch; justify-content: flex-start; }
.mobile-header .logo i { display: inline-block; margin: 0 5px 0 0; }
.mobile-header .logo i:before { font-family: 'app'; font-size: 23px; line-height: 39px; background: linear-gradient(0deg, rgba(243,56,41,1) 28%, rgba(255,119,81,1) 67%); -webkit-background-clip: text; -webkit-text-fill-color: transparent; }
.mobile-header .logo span { display: inline-block; font-family: 'ptbold'; font-size: 20px; line-height: 45px; color: #000; word-spacing: 50%; letter-spacing: -1px; }
.mobile-header .callwa { display: flex; align-content: stretch; justify-content: flex-end; }
.mobile-header .callwa a { display: inline-block; margin: 0 0 0 30px; color: #000; }
.mobile-header .callwa a:first-child { margin: 0; }
.mobile-header .callwa a:before { font-family: 'app'; font-size: 19px; line-height: 48px; width: 20px; height: 60px; text-align: center; }

/******   MAIN SEARCH   ******/

.cbp-spmenu .search { width: 100%; margin: 130px 0 0; padding: 50px 0 0; border-top: 1px solid rgba(0,0,0,0.05); }
.cbp-spmenu .sform { width: 100%; }
.cbp-spmenu .sform input[type="text"] { width: 100%; margin: 0; height: 70px; line-height: 70px; padding: 0; font-size: 32px; font-family: 'Inter'; font-weight: 500; color: #000; outline: none; border: none; background: none; }
.cbp-spmenu .sform input[type="text"]::placeholder { color: #bfbfbf; }
.cbp-spmenu .sform input[type="text"]:-ms-input-placeholder { color: #bfbfbf; }
.cbp-spmenu .sform input[type="text"]::-ms-input-placeholder { color: #bfbfbf; }
.cbp-spmenu .sform button { visibility: hidden; }
.cbp-spmenu .shist { margin: 25px 0 0; display: flex; align-items: flex-start; width: 100%; justify-content: flex-start; }
.cbp-spmenu .shist .title { width: 20%; margin: 0 50px 0 0; font-weight: 500px; font-size: 22px; line-height: 22px; }
.cbp-spmenu .shist .queries { width: calc(80% - 30px); }
.cbp-spmenu .shist .queries ul { width: 100%; padding: 0; margin: 3px 0 0; list-style: none; }
.cbp-spmenu .shist .queries ul li { display: block; font-size: 18px; line-height: 22px; margin: 12px 0 0; text-transform: lowercase; }
.cbp-spmenu .shist .queries ul li:first-child { margin: 0; }
.cbp-spmenu .shist .queries ul li a { color: #999; }
.cbp-spmenu .shist .queries ul li a:hover { color: #f33829; }
.cbp-spmenu-horizontal { width: 100%; left: 0; z-index: 75; overflow: hidden; height: 100vh; background: #fff; }
.cbp-spmenu-top { top: 0; visibility: hidden; -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)"; filter: alpha(opacity=0); opacity: 0; }
.cbp-spmenu-top.cbp-spmenu-open { visibility: visible; -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)"; filter: alpha(opacity=100); opacity: 1; }

/******   MOBILE MENU   ******/

.cbp-spmenu .searchex { width: 100%; border-bottom: 1px solid rgba(0,0,0,0.1); }
.cbp-spmenu .searchex .field { width: calc(100% - 40px); padding: 0 20px; display: flex; justify-content: flex-start; align-items: stretch; }
.cbp-spmenu .searchex .field input[type="text"] { width: calc(100% - 25px); height: 70px; line-height: 70px; padding: 0; margin: 0 5px 0 0; font-size: 22px; font-family: 'Inter'; font-weight: 500; color: #000; outline: none; border: none; background: none; }
.cbp-spmenu .searchex .field input[type="text"]::placeholder { color: #bfbfbf; }
.cbp-spmenu .searchex .field input[type="text"]:-ms-input-placeholder { color: #bfbfbf; }
.cbp-spmenu .searchex .field input[type="text"]::-ms-input-placeholder { color: #bfbfbf; }
.cbp-spmenu .searchex .field button { width: 20px; height: 50px; color: #000; }
.cbp-spmenu .searchex .field button:before { font-size: 20px; line-height: 70px; font-family: 'app'; }
.nav-primary { position: relative; z-index: 10; width: 100%; padding: 0 0 90px; margin: 0; }
.genesis-nav-menu { margin: 0; padding: 20px 0 0; list-style: none; width: 100%; }
.genesis-nav-menu li { display: block; font-size: 22px; padding: 0 20px; font-weight: 500; }
.genesis-nav-menu li a { display: block; color: #000; position: relative; padding: 10px 0; height: 22px; line-height: 22px; }
.genesis-nav-menu li a.active { color: #f33829; }
.genesis-nav-menu li.menu-item-has-children a:after { content: '\e808'; font-family: 'app'; position: absolute; z-index: 10; top: 14px; right: 2px; width: 11px; line-height: 22px; font-size: 11px; color: #000; }
.genesis-nav-menu li.gray { font-size: 16px; font-weight: 400; }
.genesis-nav-menu li.gray a { color: #000; }
.genesis-nav-menu li.gray a:before { font-family: 'app'; font-size: 16px; margin: 0; width: 16px; line-height: 16px; text-align: left; margin: 0 12px 0 0; }
.genesis-nav-menu li.phone { padding-top: calc(5% + 17px); }
.genesis-nav-menu li.phone a:before { content: '\e80d'; }
.genesis-nav-menu li.address a:before { content: '\e80e'; }
.genesis-nav-menu li.account a:before { content: '\e810'; }
.genesis-nav-menu li.store a:before { content: '\e802'; }
.genesis-nav-menu li.help a:before { content: '\e813'; }
.genesis-nav-menu .menu-item, .genesis-nav-menu .menu-item:hover { position: static; }
.genesis-nav-menu .sub-menu { min-height: calc(100vh - 55px); background: #fff; margin: 0; padding: 0 20px 90px; list-style: none; top: 0; position: absolute; left: auto; opacity: 1; width: calc(100% - 40px); z-index: 15; display: none; font-size: 0; overflow-x: hidden; }
.genesis-nav-menu .sub-menu li { display: inline-block; font-size: 16px; font-weight: 400; width: 100%; margin: 0; padding: 0; }
.genesis-nav-menu .sub-menu li.all { font-weight: 500; }
.genesis-nav-menu .sub-menu li.all span { width: 16px; margin: 0 0 0 20px; display: inline-block; }
.genesis-nav-menu .sub-menu li.all span:before { content: '\e808'; font-family: 'app'; font-size: 15px; margin: 0; width: 15px; line-height: 22px; text-align: left; }
.genesis-nav-menu .sub-menu li.back { display: block; width: 100%; margin: 0 0 20px; height: 70px; position: relative; }
.genesis-nav-menu .sub-menu li.back:before { content: ''; width: 110%; position: absolute; bottom: 0; left: -5%; border-bottom: 1px solid rgba(0,0,0,0.1); height: 1px; }
.genesis-nav-menu .sub-menu li.back a { font-size: 16px; padding: 0; line-height: 70px; margin: 0; }
.genesis-nav-menu .sub-menu li.back a:before { content: '\e807'; font-family: 'app'; font-size: 16px; width: 16px; line-height: 70px; text-align: left; margin: 0 3px 0 -2px; }
.genesis-nav-menu .sub-menu li a { padding: 7px 0; display: block; height: auto; line-height: 22px; border: none; margin: 0; }
.genesis-nav-menu .sub-menu li a:after { display: none; }
.genesis-nav-menu .sub-menu.gray li a:before { display: none; }
.genesis-nav-menu .sub-menu.gray li.back a:before { content: '\e807'; font-family: 'app'; font-size: 16px; margin: 0 3px 0 -2px; width: 16px; line-height: 70px; text-align: left; display: inline-block; }
.genesis-nav-menu .sub-menu.active { display: flex; right: -100%; align-content: flex-start; justify-content: flex-start; flex-wrap: wrap; }
.cbp-spmenu-vertical { width: 100%; height: 100%; top: 0; z-index: 85; background: #fff; }
.cbp-spmenu-left { left: -100%; } /* -100 */
.cbp-spmenu-left.cbp-spmenu-open { left: 0; }

/******   MAIN PAGE   ******/

#slider { width: 100%; margin: 0; overflow: hidden; }
#slider .item { width: 100%; position: relative; margin: 0; padding: 0; }
#slider .item img { max-width: 100%; }
#slider .item a { display: block; cursor: default; }
#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; }
#slider .owl-carousel { position: relative; margin: 0; overflow: hidden; }
#slider .owl-dots { position: absolute; bottom: 40px; left: 0; width: 100%; text-align: center; -webkit-tap-highlight-color: transparent; }
#slider .owl-dots .owl-dot { display: inline-block; vertical-align: middle; width: 8px; height: 8px; border: 1px solid transparent; border-radius: 50%; margin: 0 15px 0 0; background: rgba(0,0,0,0.2); }
#slider .owl-dots .owl-dot.active { width: 12px; height: 12px; border: 1px solid rgba(0,0,0,0.7); background: none; }
#slider .owl-dots .owl-dot:last-child { margin: 0; }
#featured { margin: 60px 0 0; }
#featured h2 { font-weight: 500; font-size: 30px; line-height: 30px; }
#featured .owl-carousel { position: relative; margin: 50px 0 0; }
#featured .owl-carousel .owl-stage-outer { overflow: visible; position: relative; }
#featured .owl-carousel .owl-stage-outer:before { content: ""; background: #fff; position: absolute; width: 100%; height: calc(100% + 90px); left: -100%; margin-left: -40px; top: -45px; z-index: 1; }
#featured .owl-carousel .owl-stage-outer:after { content: ""; background: #fff; position: absolute; width: 100%; height: calc(100% + 90px); right: -100%; margin-right: -39px; top: -45px; z-index: 1; }
#featured .owl-nav { margin: 0; cursor: pointer; z-index: 90; text-align: center; }
#featured .owl-nav .owl-next, #featured .owl-nav .owl-prev { width: 26px; height: 26px; color: #000; transition: all 0.3s ease; position: absolute; top: -76px; }
#featured .owl-nav .owl-next { right: -8px; }
#featured .owl-nav .owl-prev { right: 27px; }
#featured .owl-nav .owl-next:before, #featured .owl-nav .owl-prev:before { font-family: 'app'; font-size: 22px; width: 26px; line-height: 30px; text-align: center; }
#featured .owl-nav .owl-next:before { content: '\e808'; }
#featured .owl-nav .owl-prev:before { content: '\e807'; }
#featured .owl-nav .owl-next:hover, #featured .owl-nav .owl-prev:hover { color: #f33829; }
#featured .pic { width: 100%; margin: 0 0 20px; text-align: center; position: relative; z-index: 3; }
#featured .pic img { max-width: 90%; }
#featured .pic a { display: block; position: relative; padding: 45px 0 30px; }
#featured .pic a:before { display: none; content: ""; position: absolute; width: 100%; height: 100%; background: rgba(50,50,50,0.035); left: 0; top: 0; z-index: 1; }
#featured .name { font-size: 14px; line-height: 20px; height: 42px; overflow: hidden; margin: 0 0 13px; position: relative; z-index: 3; }
#featured .name a { color: #000; }
#featured .name a:hover { color: #f33829; }
#featured .info { width: 100%; display: flex; align-content: stretch; width: 100%; justify-content: flex-start; align-items: center; position: relative; z-index: 3; flex-wrap: wrap; }
#featured .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; }
#featured .old { display: inline-block; font-size: 15px; color: #a5a5a5; line-height: 22px; margin: 0 0 0 10px; font-weight: 400; }
#featured .old i { text-decoration: line-through; font-style: normal; }
#featured .mobile { display: none; }
#featured .itxt { width: 100%; font-size: 12px; color: #999; line-height: 18px; height: 18px; font-weight: 400; }
#featured .buy { width: 24px; -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)"; filter: alpha(opacity=0); opacity: 0; transition: all 0.3s ease; }
#featured .buy button { width: 24px; height: 24px; color: #000; position: relative; overflow: hidden; }
#featured .buy button:before { font-family: 'app'; font-size: 24px; line-height: 21px; width: 24px; position: relative; z-index: 10; }
#featured .buy button:hover { color: #f33829; }
#featured .buy button:hover:before { content: '\e804'; }
#featured .out { font-size: 13px; line-height: 24px; position: relative; z-index: 3; letter-spacing: 0; color: #000; font-weight: 500; }
#featured .wish { top: 0; }
#featured .com { top: 39px; }
#featured .abs { position: absolute; right: 0; z-index: 20; width: 18px; height: 26px; -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)"; filter: alpha(opacity=0); opacity: 0; transition: all 0.2s ease; }
#featured .abs button { width: 18px; height: 26px; color: #a9a9a9; }
#featured .abs button:before { font-family: 'app'; font-size: 18px; line-height: 26px; width: 18px; }
#featured .abs button:hover { color: #f33829; }
#featured .abs button.icon-heart:hover:before { content: '\e80b'; }
#featured .item:hover:before { content: ''; position: absolute; width: calc(100% + 50px); height: calc(100% + 50px); top: -25px; left: -25px; background: #fff; box-shadow: 0 0 19px #f0f0f0; z-index: 3; }
#featured .item:hover .buy { -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)"; filter: alpha(opacity=100); opacity: 1; }
#featured .item:hover .abs { -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)"; filter: alpha(opacity=100); opacity: 1; }
#offers { margin: 60px 0 0; }
#offers .container { max-width: 88%; }
#offers .list { width: 100%; display: flex; align-content: stretch; justify-content: flex-start; align-items: center; flex-wrap: wrap; }
#offers .item { width: calc(50% - 20px); margin: 40px 0 0 40px; position: relative; }
#offers .item:nth-child(odd) { margin-left: 0px; }
#offers .item:first-child, #offers .item:nth-child(2) { margin-top: 0px; }
#offers .item img { max-width: 100%; }
#offers .item a { display: block; }
#offers .item .text { position: absolute; width: 100%; height: 100%; top: 0; left: 0; z-index: 5; display: flex; justify-content: flex-end; align-items: center; }
#offers .item .inner { width: 35%; padding-right: 40px; text-align: center; }
#offers .item .title { font-weight: 600; font-size: 32px; line-height: 36px; color: #000; letter-spacing: -1px; }
#offers .item .slogan { font-size: 24px; line-height: 26px; margin: 5px 0 0; color: #000; letter-spacing: 0; }
#offers .item:nth-child(even) .text { justify-content: flex-start; }
#offers .item:nth-child(even) .inner { padding-left: 40px; padding-right: 0; }
#blog-main { margin: 60px 0 70px; }
#blog-main h2 { font-weight: 500; font-size: 30px; line-height: 30px; }
#blog-main .list { width: 100%; display: flex; justify-content: flex-start; align-items: stretch; margin: 50px 0 0; }
#blog-main .list .post { width: calc(25% - 30px); margin: 0 0 0 40px; }
#blog-main .list .post:first-child { margin: 0; }
#blog-main .list .post .image { width: 100%; margin: 0 0 20px; }
#blog-main .list .post .image img { max-width: 100%; }
#blog-main .list .post .image a { display: block; }
#blog-main .list .post .title { font-size: 15px; line-height: 20px; margin: 0 0 5px; letter-spacing: 0px;  }
#blog-main .list .post .title a { color: #000; }
#blog-main .list .post .title a:hover { color: #f33829; }
#blog-main .list .post p { font-size: 14px; line-height: 20px; margin: 0 0 25px; padding: 0; color: #757575; letter-spacing: 0px; transition: all 0.3s ease; }
#blog-main .list .post .date { font-size: 12px; line-height: 16px; display: flex; justify-content: flex-start; align-items: stretch; width: 100%; }
#blog-main .list .post .date i { display: inline-block; font-style: normal; color: #757575; }
#blog-main .list .post .date i:before { font-family: 'app'; font-size: 16px; line-height: 16px; margin: 0 5px 0 0; }
#blog-main .list .post .date a { display: inline-block; color: #757575; margin: 0 0 0 20px; }
#blog-main .list .post .date a:before { font-family: 'app'; font-size: 16px; line-height: 16px; margin: 0 5px 0 0; }
#blog-main .list .post .date a:hover { color: #f33829; }
#blog-main .list .post:hover p { color: #000; }
#newsletter { margin: 0; padding: 40px 0 0; background: #f5f5f6; }
#newsletter .container { border-bottom: 1px solid #e5e5e5; padding: 0 0 50px; }
#newsletter .valid { width: 100%; margin: 0 0 30px; padding: 0; }
#newsletter .inner { width: 100%; display: flex; justify-content: center; align-items: flex-start; flex-wrap: wrap; }
#newsletter .text { width: calc(50% - 50px); margin: 0 50px 0 0; }
#newsletter .formdiv { width: 50%; display: flex; justify-content: flex-start; align-items: stretch; flex-wrap: wrap; }
#newsletter h3 { font-size: 24px; color: #000; margin: 0 0 12px; line-height: 24px; font-weight: 500; }
#newsletter p { margin: 0; padding: 0; font-size: 16px; line-height: 20px; color: #555; }
#newsletter .form-group { width: 65%; margin: 0 20px 10px 0; padding: 0; }
#newsletter input[type="text"] { width: calc(100% - 20px); border: none; height: 50px; line-height: 50px; font-family: 'Inter'; font-weight: 400; color: #000; font-size: 16px; outline: none; background: #fff; border-radius: 5px; margin: 0; padding: 0 10px; transition: all 0.2s ease; }
#newsletter input[type="text"]:focus { box-shadow: 0 0 30px #ddd; }
#newsletter .button-submit { width: calc(35% - 20px); margin: 0 0 10px; }
#newsletter .button-submit button { position: relative; width: 100%; background: #0eb9cb; border-radius: 5px; height: 50px; line-height: 50px; font-family: 'Inter'; font-weight: 400; font-size: 16px; color: #fff; text-align: center; transition: all 0.3s ease; }
#newsletter .button-submit button i { font-style: normal; position: relative; z-index: 5; }
#newsletter .button-submit button:after { content: ''; width: 100%; height: 100%; position: absolute; top 0; left: 0; z-index: 1; border-radius: 5px; background: #027381; background: -moz-linear-gradient(25deg,  #027381 0%, #0eb9cb 100%); background: -webkit-linear-gradient(25deg,  #027381 0%,#0eb9cb 100%); background: linear-gradient(25deg,  #027381 0%,#0eb9cb 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#027381', endColorstr='#0eb9cb',GradientType=1 ); -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)"; filter: alpha(opacity=100); opacity: 1; transition: all 0.2s ease; }
#newsletter .button-submit button:hover:after { -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)"; filter: alpha(opacity=0); opacity: 0; }
#newsletter .description-bottom p { font-size: 12px; line-height: 15px; }
#newsletter .description-bottom p a { text-decoration: underline; color: #000; }
#newsletter .description-bottom p a:hover { text-decoration: none; color: #f33829; }

/******   CATEGORY   ******/

#category { width: 100%; margin: 20px 0 70px; padding: 0; }
#category .head { width: 100%; display: flex; align-content: stretch; justify-content: space-between; align-items: center; }
#category h1 { display: inline-block; }
#category h1 i { color: #999; font-weight: 400; font-size: 26px; display: inline-block; margin: 0 0 0 10px; font-style: normal; }
#category h1 i:before { content: '–'; margin: 0 15px 0 0; }
#category h1 span { display: none; }
#category .sort { width: auto; }
#category .sort.mob { display: none; }
#category .sort .select { display: inline-block; position: relative; }
#category .sort .select:after { content: '\e82a'; font-family: 'app'; font-size: 14px; color: #999; position: absolute; right: 0; top: 0; z-index: 1; text-align: center; width: 20px; height: 38px; line-height: 38px; pointer-events: none; box-sizing: border-box; background: #fff; }
#category .sort select { padding: 0 40px 0 0; -webkit-appearance: none; -moz-appearance: none; appearance: none; font-family: 'Inter'; font-weight: 300; font-size: 15px; line-height: 38px; color: #000; letter-spacing: 0px; }
#category .sort select option { font-size: 13px; }
#category .sortsp { display: none; width: 100%; margin: 30px 0 0; }
#category .sortsp .sort .select { display: block; width: 100%; }
#category .columns { width: 100%; display: flex; justify-content: flex-start; align-items: stretch; flex-wrap: wrap; margin: 40px 0 0; }
#category .left { width: 78%; }
#category .right { width: calc(22% - 40px); margin: 0 0 0 40px; position: relative; }
#category .full { width: 100%; }
#category .list { width: 100%; display: flex; justify-content: flex-start; align-items: stretch; flex-wrap: wrap; }
#category .list .item { width: calc(25% - 30px); position: relative; margin: 0 0 40px 40px; }
#category .list .item:nth-child(4n+1) { margin: 0 0 40px; }
#category .full .list .item { width: calc(20% - 32px); margin: 0 0 40px 40px; } 
#category .full .list .item:nth-child(5n+1) { margin: 0 0 40px; }
#category .list .item .pic { width: 100%; margin: 0 0 20px; text-align: center; position: relative; z-index: 3; }
#category .list .item .pic img { max-width: 90%; }
#category .list .item .pic a { display: block; position: relative; padding: 45px 0 30px; }
#category .list .item .pic a:before { display: none; content: ""; position: absolute; width: 100%; height: 100%; background: rgba(50,50,50,0.035); left: 0; top: 0; z-index: 1; }
#category .list .item .rating { line-height: 12px; font-size: 12px; display: flex; justify-content: flex-start; align-items: stretch; flex-wrap: wrap; margin: 0 0 10px; position: relative; z-index: 3; }
#category .list .item .rating span { display: inline-block; vertical-align: top; margin: 0 4px 0 0; width: 14px; height: 14px; }
#category .list .item .rating span:before { font-family: 'app'; font-size: 14px; line-height: 12px; }
#category .list .item .rating .fl:before { content: '\e819'; color: #fdcc0d; }
#category .list .item .rating .em:before { content: '\e819'; color: #cfcfcf; }
#category .list .item .rating .so:before { content: '\e818'; color: #bfbfbf; }
#category .list .item .rating i { display: inline-block; margin: 0 0 0 5px; color: #000; font-style: normal; letter-spacing: 0; line-height: 14px; }
#category .list .item .name { font-size: 14px; line-height: 20px; height: 42px; overflow: hidden; margin: 0 0 13px; position: relative; z-index: 3; letter-spacing: 0px; }
#category .list .item .name a { color: #000; }
#category .list .item .name a:hover { color: #f33829; }
#category .list .item .info { width: 100%; display: flex; align-content: stretch; width: 100%; justify-content: flex-start; align-items: center; position: relative; z-index: 3; flex-wrap: wrap; }
#category .list .item .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; }
#category .list .item .old { display: inline-block; font-size: 15px; color: #a5a5a5; line-height: 22px; margin: 0 0 0 10px; font-weight: 400; }
#category .list .item .old i { text-decoration: line-through; font-style: normal; }
#category .list .item .mobile { display: none; }
#category .list .item .itxt { width: 100%; font-size: 12px; color: #999; line-height: 18px; height: 18px; font-weight: 400; }
#category .list .item .out { font-size: 13px; color: #999; line-height: 24px; position: relative; z-index: 3; letter-spacing: 0; }
#category .list .item .out.bk { color: #000; font-weight: 500; }
#category .list .item .buy { width: 24px; -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)"; filter: alpha(opacity=0); opacity: 0; transition: all 0.3s ease; }
#category .list .item .buy button { width: 24px; height: 24px; color: #000; position: relative; overflow: hidden; }
#category .list .item .buy button:before { font-family: 'app'; font-size: 24px; line-height: 21px; width: 24px; position: relative; z-index: 10; }
#category .list .item .buy button:hover { color: #f33829; }
#category .list .item .buy button:hover:before { content: '\e804'; }
#category .list .item .wish { top: 0; }
#category .list .item .com { top: 39px; }
#category .list .item .abs { position: absolute; right: 0; z-index: 20; width: 18px; height: 26px; -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)"; filter: alpha(opacity=0); opacity: 0; transition: all 0.2s ease; }
#category .list .item .abs button { width: 18px; height: 26px; color: #a9a9a9; }
#category .list .item .abs button:before { font-family: 'app'; font-size: 18px; line-height: 26px; width: 18px; }
#category .list .item .abs button:hover { color: #f33829; }
#category .list .item .abs button.icon-heart:hover:before { content: '\e80b'; }
#category .list .item.zero .pic img { -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=50)"; filter: alpha(opacity=50); opacity: 0.5; filter: url("data:image/svg+xml;utf8,&lt;svg xmlns=\'http://www.w3.org/2000/svg\'&gt;&lt;filter id=\'grayscale\'&gt;&lt;feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/&gt;&lt;/filter&gt;&lt;/svg&gt;#grayscale"); filter: gray; -webkit-filter: grayscale(100%); }
#category .list .item:hover:before { content: ''; position: absolute; width: calc(100% + 50px); height: calc(100% + 50px); top: -25px; left: -25px; background: #fff; box-shadow: 0 0 19px #f0f0f0; z-index: 3; }
#category .list .item:hover .buy { -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)"; filter: alpha(opacity=100); opacity: 1; }
#category .list .item:hover .abs { -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)"; filter: alpha(opacity=100); opacity: 1; }
#category .filter { width: calc(50% - 20px); display: none; padding: 0; margin: 0; text-align: left; }
#category .filter button { display: inline-block; height: 20px; line-height: 20px; font-size: 16px; color: #000; font-family: 'Inter'; font-weight: 400; }
#category .filter button:before { font-family: 'app'; content: '\e816'; width: 16px; line-height: 16px; margin: 0 5px 0 0; }
#category .filter button .box { display: inline-block; vertical-align: top; width: 16px; height: 16px; border: none; margin: 2px 0 0 5px; border-radius: 3px; background: #f33829; position: relative; }
#category .filter button .box:before { position: absolute; top: 0; left: 0; z-index: 1; font-family: 'app'; content: '\e806'; 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: calc(100% - 40px); margin: 0 0 20px; text-align: left; padding: 0 20px 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: 'app'; content: '\e807'; font-size: 14px; line-height: 14px; width: 14px; margin: 0 5px 0 0; }
.cbp-spfilter .filters .selectedop { width: 100%; margin: 0 0 34px; }
.cbp-spfilter .filters .selectedop .listf { width: 100%; font-size: 0; display: table; margin: 0 0 15px; }
.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: 400; 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: 0 0 34px; }
.cbp-spfilter .filters .title { margin: 0 0 20px; 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: 0 0 10px; }
.cbp-spfilter .filters .values .check:last-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: 18px; font-size: 14px; color: #000; font-family: 'Inter'; font-weight: 400; }
.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: 'app'; content: ''; position: absolute; top: 0; left: 0; width: 16px; height: 16px; border: 1px solid #d7d7d7; background: #ffffff; border-radius: 3px; }
.cbp-spfilter .filters .values .check label:hover:before { border: 1px solid #000; }
.cbp-spfilter .filters .values .check label.checked:before { content: '\e806'; font-size: 10px; text-align: center; line-height: 16px; color: #fff; border: 1px solid transparent; background: #f33829; }
.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: 20px 0 70px; padding: 0; }
#product h1 { font-size: 30px; line-height: 34px; }
#product .top-data { width: 100%; display: flex; justify-content: flex-start; align-items: stretch; flex-wrap: wrap; }
#product .images { width: 45%; margin: 0 10% 0 0; }
#product .images .gallery { width: 100%; }
#product .images .gallery .item { width: 100%; display: block; position: relative; text-align: center; }
#product .images .gallery .item a { display: block; height: 100%; text-align: center; width: 100%; }
#product .images .gallery img { max-width: 70%; }
#product .images .gallery .owl-carousel { position: relative; height: 100%; margin: 0; }
#product .images .gallery .owl-thumbs { position: absolute; top: 0; left: -15px; width: 110px; text-align: center; z-index: 40; }
#product .images .gallery .owl-thumb-item { border: none; margin: 0 0 7px; cursor: pointer; background: none; outline: none; width: 80px; padding: 15px; position: relative; }
#product .images .gallery .owl-thumb-item:before { content: ""; position: absolute; width: 100%; height: 100%; background: rgba(50,50,50,0.035); left: 0; top: 0; z-index: 1; }
#product .images .gallery .owl-thumb-item img { max-width: 100%; border: 0px; vertical-align: top; -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=60)"; filter: alpha(opacity=60); opacity: 0.6; }
#product .images .gallery .owl-thumb-item.active:before { display: none; }
#product .images .gallery .owl-thumb-item.active img { -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)"; filter: alpha(opacity=100); opacity: 1; }
#product .images .gallery .owl-dots { visibility: hidden; position: absolute; bottom: 0; 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: 45%; }
#product .ainfo .model-rating { width: 100%; display: flex; justify-content: flex-start; align-items: center; flex-wrap: wrap; margin: 15px 0 0; }
#product .ainfo .model-rating .model { font-size: 12px; color: #999; line-height: 15px; margin: 0 40px 0 0; }
#product .ainfo .model-rating .rating { line-height: 15px; font-size: 12px; display: flex; justify-content: flex-start; align-items: stretch; }
#product .ainfo .model-rating .rating span { display: inline-block; vertical-align: top; margin: 0 4px 0 0; width: 15px; height: 15px; }
#product .ainfo .model-rating .rating span:before { font-family: 'app'; font-size: 15px; line-height: 14px; }
#product .ainfo .model-rating .rating .fl:before { content: '\e819'; color: #fdcc0d; }
#product .ainfo .model-rating .rating .em:before { content: '\e819'; color: #cfcfcf; }
#product .ainfo .model-rating .rating a { display: inline-block; margin: 0 0 0 5px; color: #000; letter-spacing: 0; color: #999; text-decoration: underline; }
#product .ainfo .model-rating .rating a:hover { color: #000; text-decoration: none; }
#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: 'app'; 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: inline-block; 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-credit { margin: 0 0 0 15px; padding: 0 30px; display: inline-block; height: 50px; background: #f5f5f6; line-height: 50px; border-radius: 7px; font-size: 15px; font-family: 'Inter'; font-weight: 400; color: #333; }
#product .ainfo .order #button-credit:hover { background: #f33829; color: #fff; }
#product .ainfo .wishcomp { margin: 20px 0 0; width: 100%; display: flex; justify-content: flex-start; align-items: stretch; flex-wrpa: 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: 'app'; font-size: 16px; line-height: 22px; font-style: normal; margin: 0 2px 0 0; }
#product .ainfo .wishcomp button:hover { color: #f33829; }
#product .ainfo .wishcomp button:first-child:hover i:before { content: '\e80b'; }
#product .benefits { width: 100%; margin: 25px 0 0; padding: 25px 0 0; border-top: 1px solid rgba(0,0,0,0.1); }
#product .benefits ul { width: 100%; margin: 0; padding: 0; list-style: none; }
#product .benefits ul li { width: calc(100% - 40px); margin: 0 0 30px; line-height: 20px; font-size: 13px; color: #000; letter-spacing: 0px; padding: 7px 0 0 42px; position: relative; }
#product .benefits ul li:before { font-family: 'app'; content: '\e802'; width: 28px; height: 28px; font-size: 28px; line-height: 28px; background: linear-gradient(0deg, rgba(243,56,41,1) 28%, rgba(255,119,81,1) 67%); -webkit-background-clip: text; -webkit-text-fill-color: transparent; position: absolute; top: 0; left: 0; }
#product .benefits ul li:last-child { margin: 0; }
#product .benefits ul li:last-child:before { content: '\e822'; }
#product .benefits ul li i { font-style: normal; color: #555; display: block; margin: 0 0 5px; font-weight: 500; font-size: 14px; }
#product .description { width: 100%; margin: 60px 0 0; }
#product .description .nav-tabs { margin: 0; padding: 0; list-style: none; width: 100%; display: flex; justify-content: center; align-items: stretch; }
#product .description .nav-tabs li { font-size: 14px; line-height: 20px; padding: 0; margin: 0 0 0 3px; }
#product .description .nav-tabs li:first-child { margin: 0; }
#product .description .nav-tabs li a { display: inline-block; color: #000; padding: 16px 26px; text-align: center; text-decoration: none; background: #f5f5f6; }
#product .description .nav-tabs li a:hover { background: #ebebeb; }
#product .description .nav-tabs li:first-child a { border-radius: 7px 0 0 7px; }
#product .description .nav-tabs li:last-child a { border-radius: 0 7px 7px 0; }
#product .description .nav-tabs li.active a { color: #fff; background: #f33829; }
#product .description .tab-content .tab-pane { display: none; padding: 45px 0 0; width: 78%; margin: 0 auto; }
#product .description .tab-content .active { display: block; }
#product .description .text h3 { font-weight: 500; }
#product .description .text p { margin: 0 0 25px; padding: 0; font-size: 16px; line-height: 24px; letter-spacing: 0px; font-weight: 300; }
#product .description .text p.small { margin: 0 0 7px; }
#product .description .text p.last { margin: 0; }
#product .description .text p.small { margin: 0 0 7px; }
#product .description .text a { display: inline-block; text-decoration: none; border: none; position: relative; transition: all 0.1s ease; color: #000; }
#product .description .text a:before { content: ""; position: absolute; bottom: 1px; left: 0; width: 100%; height: 1px; background: #000; transition: all 0.1s ease; }
#product .description .text a:hover { color: #f33829; }
#product .description .text a:hover:before { bottom: 0px; height: 2px; background: #f33829; }
#product .description .text a.nocl { color: #000; text-decoration: none; font-size: 16px; }
#product .description .text a.nocl:before { display: none; }
#product .description .text ul { margin: 0; padding: 0 0 18px 23px; list-style: square; }
#product .description .text ol { margin: 0; padding: 0 0 18px 23px; }
#product .description .text ul li, #product .description ol li { font-size: 16px; padding: 0 0 7px; line-height: 24px; font-weight: 300; }
#product .description .attrgroup { margin: 0 0 30px; width: 100%; display: flex; justify-content: flex-start; align-items: stretch; flex-wrap: wrap; }
#product .description .attrgroup:last-child { margin: 0; }
#product .description .attrgroup h4 { font-weight: 500; width: 22%; margin: 0 5% 0 0; font-size: 20px; line-height: 24px; padding: 12px 0 0; }
#product .description .attrgroup .attrval { width: 73%; }
#product .description .attrgroup .block { width: 100%; display: flex; justify-content: flex-start; align-items: stretch; flex-wrap: wrap; padding: 12px 0; border-top: 1px solid #f2f2f2; transition: all 0.3s ease; }
#product .description .attrgroup .block:first-of-type { border: none; }
#product .description .attrgroup .block:hover { background: #fafafa; }
#product .description .attrgroup .block .title { display: inline-block; width: calc(25% - 24px); vertical-align: top; font-size: 14px; line-height: 20px; color: #888; padding: 0 12px; }
#product .description .attrgroup .block .char { display: inline-block; width: calc(70% - 24px); margin: 0 0 0 5%; font-size: 14px; color: #000; line-height: 20px; vertical-align: top; padding: 0 12px; }
#product .description .sminfo { padding: 20px 0 0; font-size: 14px; line-height: 22px; letter-spacing: 0px; font-weight: 400; }
#product .description .sminfo a { display: inline-block; text-decoration: none; border: none; position: relative; transition: all 0.1s ease; color: #000; }
#product .description .sminfo a:before { content: ""; position: absolute; bottom: 1px; left: 0; width: 100%; height: 1px; background: #000; transition: all 0.1s ease; }
#product .description .sminfo a:hover { color: #f33829; }
#product .description .sminfo a:hover:before { bottom: 0px; height: 2px; background: #f33829; }
#product .reviews { width: 100%; }
#product .reviews .noresult { padding: 20px 0 0; text-align: center; }
#product .reviews .noresult .imagination { height: 130px; }
#product .reviews .noresult .imagination i { width: 130px; height: 130px; }
#product .reviews .noresult .imagination i:before { font-size: 130px; width: 130px; line-height: 130px; height: 130px; }
#product .reviews .noresult .info-message { font-size: 20px; line-height: 26px; }
#product .reviews .noresult .info-message span { font-size: 16px; }
#product .reviews form { width: 100%; display: flex; justify-content: flex-start; align-items: stretch; flex-wrap: wrap; }
#product .reviews #review { width: 55%; margin: 0 5% 0 0; }
#product .reviews .review-item { width: calc(100% - 50px); padding: 25px; background: #f5f5f6; margin: 20px 0 0; border-radius: 8px; }
#product .reviews .review-item:first-child { margin: 0; }
#product .reviews .review-item .name { font-size: 15px; font-weight: 500; letter-spacing: 0; }
#product .reviews .review-item .date { margin: 12px 0 0; line-height: 16px; font-size: 13px; display: flex; justify-content: flex-start; align-items: stretch; flex-wrap: wrap; position: relative; z-index: 3; }
#product .reviews .review-item .date span { display: inline-block; margin: 0 4px 0 0; width: 16px; height: 16px; }
#product .reviews .review-item .date span:before { font-family: 'app'; font-size: 16px; line-height: 13px; }
#product .reviews .review-item .date .fl:before { content: '\e819'; color: #fdcc0d; }
#product .reviews .review-item .date .em:before { content: '\e819'; color: #cfcfcf; }
#product .reviews .review-item .date i { display: inline-block; margin: 0 20px 0 0; color: #000; font-style: normal; letter-spacing: 0; }
#product .reviews .review-item .review-text { margin: 20px 0 0; }
#product .reviews .review-item p { margin: 0; padding: 0; font-size: 14px; line-height: 22px; font-weight: 300; letter-spacing: 0px; }
#product .reviews .rewmd { width: 40%; }
#product .reviews .rewmd .title { font-weight: 500; font-size: 18px; line-height: 22px; margin: 0 0 30px; }
#product .reviews .rewmd fieldset { padding: 0; margin: 0; border: none; }
#product .reviews .rewmd input[type="text"] { width: calc(100% - 20px); border: none; height: 46px; line-height: 46px; font-family: 'Inter'; font-weight: 400; color: #000; font-size: 15px; outline: none; background: #f4f4f4; border-radius: 5px; padding: 0 10px; transition: all 0.2s ease; margin: 0 0 20px; }
#product .reviews .rewmd input[type="text"]:focus { box-shadow: 0 0 20px #ebebeb; background: #fff; }
#product .reviews .rewmd textarea { width: calc(100% - 20px); border: none; background: #f4f4f4; padding: 10px; margin: 0; height: 160px; line-height: 20px; color: #000; font-family: 'Inter'; font-weight: 400; font-size: 15px; outline: none; border-radius: 5px; transition: all 0.2s ease; margin: 0 0 20px; }
#product .reviews .rewmd textarea:focus { box-shadow: 0 0 20px #ebebeb; background: #fff; }
#product .reviews .rewmd .marks { width: 100%; margin: 0 0 30px; display: flex; justify-content: flex-start; align-items: stretch; flex-wrap: wrap; }
#product .reviews .rewmd .marks span { font-size: 13px; color: #000; line-height: 36px; margin: 0 10px 0 0; letter-spacing: 0px; }
#product .reviews .rewmd .marks input[type="radio"] { display: none; }
#product .reviews .rewmd .marks input[type="radio"] + label { display: inline-block; margin: 0 5px 0 0; vertical-align: top; width: 36px; height: 36px; line-height: 36px; font-size: 15px; font-family: 'Inter'; font-weight: 500; text-align: center; color: #000; cursor: pointer; background: #f5f5f6; transition: all 0.3s ease; border-radius: 50%; }
#product .reviews .rewmd .marks input[type="radio"]:hover + label { background: #ebebeb; }
#product .reviews .rewmd .marks input[type="radio"]:checked + label { color: #fff; background: #f33829; }
#product .reviews .rewmd .dbutton { text-align: left; width: 100%; margin: 30px 0 0; }
#product .reviews .rewmd button { display: inline-block; padding: 0 30px; height: 46px; line-height: 46px; border-radius: 7px; background: #f33829; font-size: 16px; font-family: 'Inter'; font-weight: 400; color: #fff; }
#product .reviews .rewmd button i { display: inline-block; height: 46px; margin: 0 2px 0 0; width: 18px; }
#product .reviews .rewmd button i:before { font-family: 'app'; content: '\e82f'; font-size: 18px; line-height: 46px; font-style: normal; }
#product .reviews .rewmd button:hover { background: #ff7751; }
#product .reviews .priv { margin: 30px 0 0; font-size: 12px; line-height: 15px; }
#product .reviews .priv a { text-decoration: underline; color: #000; }
#product .reviews .priv a:hover { text-decoration: none; color: #f33829; }

/******   ABOUT   ******/

#about { width: 100%; margin: 20px 0 70px; padding: 0; }
#about .mc { width: 100%; display: flex; justify-content: flex-start; align-items: center; flex-wrap: wrap; margin: 50px 0 10px; }
#about .mc .left { width: 32%; margin: 0 10% 0 0; }
#about .mc .left img { border: 0px; vertical-align: middle; max-width: 100%; }
#about .mc .right { width: 58%; text-align: left; }
#about .mc .right p { margin: 0 0 25px; padding: 0; font-size: 16px; line-height: 24px; font-weight: 300; letter-spacing: 0px; }
#about .mc .right p.small { margin: 0 0 7px; }
#about .mc .right a { display: inline-block; text-decoration: none; border: none; position: relative; transition: all 0.1s ease; color: #000; }
#about .mc .right a:before { content: ""; position: absolute; bottom: 1px; left: 0; width: 100%; height: 1px; background: #000; transition: all 0.1s ease; }
#about .mc .right a:hover { color: #f33829; }
#about .mc .right a:hover:before { bottom: 0px; height: 2px; background: #f33829; }
#about .mc .right ul { margin: 0; padding: 0 0 18px 23px; list-style: square; }
#about .mc .right ol { margin: 0; padding: 0 0 18px 23px; }
#about .mc .right ul li, #about .mc .right ol li { font-size: 16px; padding: 0 0 7px; line-height: 24px; font-weight: 300; letter-spacing: 0px; }

/******   PAGES   ******/

#page { width: 100%; margin: 20px 0 70px; padding: 0; }
#page .container { display: flex; justify-content: flex-start; align-items: stretch; flex-wrap: wrap; }
#page h1 { margin: 0 0 40px; }
.toppad { margin-top: 20px; }
.toppadlast { margin-top: 50px; }
#page .menu { width: calc(25% - 60px); margin: 0 0 0 60px; }
#page .menu .title { font-size: 16px; color: #888; font-weight: 500; }
#page .menu ul { width: 100%; margin: 10px 0 30px; padding: 0; list-style: none; }
#page .menu ul li { display: block; font-size: 15px; line-height: 20px; margin: 5px 0 0; }
#page .menu ul li:first-child { margin: 10px 0 0; }
#page .menu ul li a { color: #000; text-decoration: none; }
#page .menu ul li a:hover { color: #f33829; }
#page .menu ul li.active a { color: #f33829; }
#page .content { width: 75%; }
#page .tabcontent { display: flex; justify-content: flex-start; align-items: stretch; flex-wrap: wrap; margin: 0 0 40px; width: 100%; }
#page .tabcontent .item { width: calc(50% - 22px); margin: 0 0 40px 44px; }
#page .tabcontent .item:nth-child(odd) { margin: 0 0 40px; }
#page .tabcontent .item.last { margin: 0 0 10px; }
#page .tabcontent .item .icon { width: 100%; text-align: left; margin: 0 0 20px; }
#page .tabcontent .item .icon i { font-style: normal; }
#page .tabcontent .item .icon i:before { font-family: 'app'; font-size: 40px; line-height: 40px; width: 40px; background: linear-gradient(0deg, rgba(243,56,41,1) 28%, rgba(255,119,81,1) 67%); -webkit-background-clip: text; -webkit-text-fill-color: transparent; }
#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 .content p { margin: 0 0 25px; padding: 0; font-size: 16px; line-height: 24px; letter-spacing: 0px; font-weight: 300; }
#page .content p.small { margin: 0 0 7px; }
#page .content p.last { margin: 0; }
#page .content a { display: inline-block; text-decoration: none; border: none; position: relative; transition: all 0.1s ease; color: #000; }
#page .content a:before { content: ""; position: absolute; bottom: 1px; left: 0; width: 100%; height: 1px; background: #000; transition: all 0.1s ease; }
#page .content a:hover { color: #f33829; }
#page .content a:hover:before { bottom: 0px; height: 2px; background: #f33829; }
#page .content a.nocl { color: #000; text-decoration: none; font-size: 16px; }
#page .content a.nocl:before { display: none; }
#page .content ul { margin: 0; padding: 0 0 18px 23px; list-style: square; }
#page .content ol { margin: 0; padding: 0 0 18px 23px; }
#page .content ul li, #page .content ol li { font-size: 16px; padding: 0 0 7px; line-height: 24px; font-weight: 300; }
#page .content .map { width: 100%; }
#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: calc(50% - 10px); margin: 0 0 20px 20px; }
#page fieldset .column:first-child, #page fieldset .column:nth-child(3), #page fieldset .column:nth-child(4) { margin: 0 0 20px; }
#page fieldset .column:nth-child(3) { width: 100%; }
#page fieldset input[type="text"] { width: calc(100% - 20px); border: none; height: 50px; line-height: 50px; font-family: 'Inter'; font-weight: 400; color: #000; font-size: 15px; outline: none; background: #f4f4f4; border-radius: 5px; padding: 0 10px; transition: all 0.2s ease; }
#page fieldset input[type="text"]:focus { box-shadow: 0 0 20px #ebebeb; background: #fff; }
#page fieldset textarea { width: calc(100% - 20px); border: none; background: #f4f4f4; padding: 10px; margin: 0; height: 160px; line-height: 20px; color: #000; font-family: 'Inter'; font-weight: 400; font-size: 15px; outline: none; border-radius: 5px; transition: all 0.2s ease; }
#page fieldset textarea:focus { box-shadow: 0 0 20px #ebebeb; background: #fff; }
#page fieldset .dbutton { text-align: left; width: 100%; }
#page fieldset button { position: relative; width: 100%; background: #0eb9cb; border-radius: 5px; height: 60px; line-height: 60px; font-family: 'Inter'; font-weight: 400; font-size: 16px; color: #fff;  text-align: center; transition: all 0.2s ease; }
#page fieldset button i { font-style: normal; position: relative; z-index: 5; }
#page fieldset button:after { content: ''; width: 100%; height: 100%; position: absolute; top 0; left: 0; z-index: 1; border-radius: 5px; background: #027381; background: -moz-linear-gradient(25deg,  #027381 0%, #0eb9cb 100%); background: -webkit-linear-gradient(25deg,  #027381 0%,#0eb9cb 100%); background: linear-gradient(25deg,  #027381 0%,#0eb9cb 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#027381', endColorstr='#0eb9cb',GradientType=1 ); -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)"; filter: alpha(opacity=100); opacity: 1; transition: all 0.2s ease; }
#page fieldset button:hover:after { -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)"; filter: alpha(opacity=0); opacity: 0; }
#page fieldset .priv { font-size: 12px; color: #777; line-height: 15px; padding: 0 0 20px; }
#page fieldset .checkg { width: 100%; }
#page fieldset .checkg input[type="checkbox"] { display: none; }
#page fieldset .checkg input[type="checkbox"] + label { display: block; width: calc(100% - 35px); padding: 0 0 0 25px; cursor: pointer; position: relative; line-height: 16px; font-size: 13px; color: #555; font-family: 'Inter'; font-weight: 400; }
#page fieldset .checkg input[type="checkbox"] + label:before { font-family: 'app'; content: ''; position: absolute; top: 0; left: 0; width: 16px; height: 16px; border: 1px solid #d7d7d7; background: #ffffff; border-radius: 3px; }
#page fieldset .checkg input[type="checkbox"] + label:hover:before { border: 1px solid #000; }
#page fieldset .checkg input[type="checkbox"]:checked + label:before { content: '\e806'; font-size: 10px; text-align: center; line-height: 16px; color: #fff; border: 1px solid transparent; background: #f33829; }


/******   COMPARE   ******/

#compare { width: 100%; margin: 20px 0 70px; padding: 0; }
#compare .tab { width: 100%; margin: 40px 0 0; }
#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: 80%; }
#compare .column .icon-x-base { position: absolute; top: 3px; right: 0; color: #999; }
#compare .column .icon-x-base:before { font-family: 'app'; font-size: 13px; line-height: 13px; text-align: center; }
#compare .column .icon-x-base:hover { color: #f33829; }
#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: #f33829; 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; }
#compare .column .buy { width: 24px; transition: all 0.2s ease; }
#compare .column .buy button { width: 24px; height: 24px; color: #000; position: relative; overflow: hidden; }
#compare .column .buy button:before { font-family: 'app'; font-size: 24px; line-height: 21px; width: 24px; position: relative; z-index: 10; }
#compare .column .buy button:hover { color: #f33829; }
#compare .column .buy button:hover:before { content: '\e804'; }

/******   ACCOUNT   ******/

#myaccount { width: 100%; margin: 20px 0 70px; 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"] { width: calc(100% - 20px); padding: 0 10px; border: none; height: 50px; line-height: 50px; font-family: 'Inter'; font-weight: 400; color: #000; font-size: 15px; outline: none; background: #f5f5f6; border-radius: 5px; transition: all 0.2s ease; }
#myaccount .fields input[type="text"]:focus, #myaccount .fields input[type="password"]:focus, #myaccount .fields input[type="tel"]:focus, #myaccount .fields input[type="email"]:focus { background: #fff; box-shadow: 0 2px 6px #ddd; }
#myaccount .fields textarea { width: calc(100% - 20px); border: none; background: #f4f4f4; padding: 10px; margin: 0; height: 120px; line-height: 20px; color: #000; font-family: 'Inter'; font-weight: 400; font-size: 15px; outline: none; border-radius: 5px; transition: all 0.2s ease; margin: 0 0 20px; }
#myaccount .fields textarea:focus { box-shadow: 0 0 20px #ebebeb; background: #fff; }
#myaccount .fields .select { display: inline-block; position: relative; width: 100%; }
#myaccount .fields .select:after { content: '\e82a'; font-family: 'app'; font-size: 14px; color: #000; position: absolute; right: 10px; top: 0; z-index: 1; text-align: center; width: 20px; height: 50px; line-height: 50px; pointer-events: none; box-sizing: border-box; border-radius: 0 5px 5px 0; transition: all 0.2s ease; }
#myaccount .fields .select select { width: 100%; padding: 0 50px 0 10px; -webkit-appearance: none; -moz-appearance: none; appearance: none; font-family: 'Inter'; font-weight: 400; font-size: 15px; line-height: 50px; color: #000; letter-spacing: 0px; background: #f5f5f6; border-radius: 5px; transition: all 0.2s ease; }
#myaccount .fields .select select:focus { box-shadow: 0 0 20px #ebebeb; background: #fff; }
#myaccount .fields .select select option { font-size: 13px; }
#myaccount .fields button { display: inline-block; padding: 0 30px; height: 46px; line-height: 46px; border-radius: 7px; background: #f33829; 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: 'app'; font-size: 18px; line-height: 46px; font-style: normal; }
#myaccount .fields button:hover { background: #ff7751; }
#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: 5px; background: #f33829; 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: 'app'; font-size: 18px; line-height: 42px; font-style: normal; width: 18px; }
#myaccount .fields .logfor button:hover { background: #c22c20; }
#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 #f33829; }
#myaccount .info-text { font-size: 15px; line-height: 20px; margin: 0 0 25px; }
#myaccount .checkr { width: 100%; }
#myaccount .checkr input[type="checkbox"] { display: none; }
#myaccount .checkr input[type="checkbox"] + label { display: block; width: calc(100% - 35px); padding: 0 0 0 25px; cursor: pointer; position: relative; line-height: 18px; font-size: 14px; color: #555; font-family: 'Inter'; font-weight: 400; }
#myaccount .checkr input[type="checkbox"] + label a { color: #f33829; text-decoration: underline; }
#myaccount .checkr input[type="checkbox"] + label a:hover { color: #000; text-decoration: none; }
#myaccount .checkr input[type="checkbox"] + label:before { font-family: 'app'; content: ''; position: absolute; top: 0; left: 0; width: 16px; height: 16px; border: 1px solid #d7d7d7; background: #ffffff; border-radius: 3px; }
#myaccount .checkr input[type="checkbox"] + label:hover:before { border: 1px solid #000; }
#myaccount .checkr input[type="checkbox"]:checked + label:before { content: '\e806'; font-size: 10px; text-align: center; line-height: 16px; color: #fff; border: 1px solid transparent; background: #f33829; }
#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: 'app'; 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 #f33829; }
#myaccount .radio-list input[type="radio"]:checked + label i { border: 2px solid transparent; background: #f33829; }
#myaccount .radio-list input[type="radio"]:checked + label i:before { content: '\e806'; }
#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: 5px; background: #f7f7f8; }
#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; background: linear-gradient(0deg, rgba(243,56,41,1) 28%, rgba(255,119,81,1) 67%); -webkit-background-clip: text; -webkit-text-fill-color: transparent; }
#myaccount .main .title.sm { padding: 0 0 0 44px; font-size: 16px; background: none; color: #000; position: relative; -webkit-text-fill-color: #000; }
#myaccount .main .title.sm:before { position: absolute; top: 0; left: 0; z-index: 1; font-family: 'app'; font-size: 30px; margin: 0; line-height: 30px; text-align: left; background: linear-gradient(0deg, rgba(243,56,41,1) 28%, rgba(255,119,81,1) 67%); -webkit-background-clip: text; -webkit-text-fill-color: transparent; }
#myaccount .main .title.orders:before { content: '\e802'; }
#myaccount .main .title.wishlist:before { content: '\e80a'; }
#myaccount .main .title.personal:before { content: '\e810'; }
#myaccount .main .title.newsletter:before { content: '\e82e'; }
#myaccount .main .title.address:before { content: '\e80e'; }
#myaccount .main .title.logout:before { content: '\e834'; }
#myaccount .main .title.user:before { content: '\e810'; }
#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: 'app'; 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: 'app'; 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: 'app'; 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: flex; justify-content: flex-start; align-items: stretch; flex-wrap: wrap; }
#myaccount .wishes .witem { width: calc(20% - 32px); position: relative; margin: 0 0 40px 40px; }
#myaccount .wishes .witem:nth-child(5n+1) { margin: 0 0 40px; }
#myaccount .wishes .witem .pic { width: 100%; margin: 0 0 20px; text-align: center; position: relative; z-index: 3; }
#myaccount .wishes .witem .pic img { max-width: 90%; }
#myaccount .wishes .witem .pic a { display: block; position: relative; padding: 45px 0 30px; }
#myaccount .wishes .witem .pic a:before { display: none; content: ""; position: absolute; width: 100%; height: 100%; background: rgba(50,50,50,0.035); left: 0; top: 0; z-index: 1; }
#myaccount .wishes .witem .name { font-size: 14px; line-height: 20px; height: 42px; overflow: hidden; margin: 0 0 13px; position: relative; z-index: 3; letter-spacing: 0px; }
#myaccount .wishes .witem .name a { color: #000; }
#myaccount .wishes .witem .name a:hover { color: #f33829; }
#myaccount .wishes .witem .info { width: 100%; display: flex; align-content: stretch; width: 100%; justify-content: flex-start; align-items: center; position: relative; z-index: 3; flex-wrap: wrap; }
#myaccount .wishes .witem .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; }
#myaccount .wishes .witem .old { display: inline-block; font-size: 15px; color: #a5a5a5; line-height: 22px; margin: 0 0 0 10px; font-weight: 400; }
#myaccount .wishes .witem .old i { text-decoration: line-through; font-style: normal; }
#myaccount .wishes .witem .mobile { display: none; }
#myaccount .wishes .witem .itxt { width: 100%; font-size: 12px; color: #999; line-height: 18px; height: 18px; font-weight: 400; }
#myaccount .wishes .witem .out { font-size: 13px; color: #999; line-height: 24px; position: relative; z-index: 3; letter-spacing: 0; }
#myaccount .wishes .witem .out.bk { color: #000; font-weight: 500; }
#myaccount .wishes .witem .buy { width: 24px; -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)"; filter: alpha(opacity=0); opacity: 0; transition: all 0.3s ease; }
#myaccount .wishes .witem .buy button { width: 24px; height: 24px; color: #000; position: relative; overflow: hidden; }
#myaccount .wishes .witem .buy button:before { font-family: 'app'; font-size: 24px; line-height: 21px; width: 24px; position: relative; z-index: 10; }
#myaccount .wishes .witem .buy button:hover { color: #f33829; }
#myaccount .wishes .witem .buy button:hover:before { content: '\e804'; }
#myaccount .wishes .witem .delete { top: 0; }
#myaccount .wishes .witem .abs { position: absolute; right: 0; z-index: 20; width: 18px; height: 26px; transition: all 0.2s ease; }
#myaccount .wishes .witem .abs a { width: 18px; height: 26px; color: #999; }
#myaccount .wishes .witem .abs a:before { font-family: 'app'; font-size: 18px; line-height: 26px; width: 18px; }
#myaccount .wishes .witem .abs a:hover { color: #f33829; }
#myaccount .wishes .witem:hover:before { content: ''; position: absolute; width: calc(100% + 50px); height: calc(100% + 50px); top: -25px; left: -25px; background: #fff; box-shadow: 0 0 19px #f0f0f0; z-index: 3; }
#myaccount .wishes .witem:hover .buy { -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)"; filter: alpha(opacity=100); opacity: 1; }

/******   CHECKOUT   ******/

#mycheckout { width: 100%; margin: 20px 0 70px; padding: 0; }
#mycheckout h2 { margin: 40px 0 0; }
#mycheckout .columns { margin: 20px 0 0; width: 100%; display: flex; justify-content: flex-start; align-items: flex-start; flex-wrap: wrap; }
#mycheckout .list { width: 72%; }
#mycheckout .proceed { width: calc(28% - 100px); margin: 0 0 0 40px; padding: 20px 30px 30px; background: #f5f5f6; border-radius: 7px; position: sticky; top: 80px; }
#mycheckout #custom-cart .list-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; }
#mycheckout #custom-cart .list-head .inner { width: 100%; display: flex; justify-content: flex-start; flex-wrap: wrap; }
#mycheckout #custom-cart .list-head .column { width: calc(24% - 40px); margin: 0 0 0 40px; }
#mycheckout #custom-cart .list-head .column:first-child { width: calc(52%); margin: 0; }
#mycheckout #custom-cart .item { width: 100%; display: flex; justify-content: flex-start; flex-wrap: wrap; border-bottom: 1px solid rgba(0,0,0,0.1); padding: 20px 0; }
#mycheckout #custom-cart .item .pic { width: 11%; text-align: center; }
#mycheckout #custom-cart .item .pic img { max-width: 100%; }
#mycheckout #custom-cart .item .info { width: calc(89% - 40px); display: flex; justify-content: flex-start; flex-wrap: wrap; margin: 0 0 0 40px; padding: 5px 0 0; }
#mycheckout #custom-cart .item .name { width: 52%; }
#mycheckout #custom-cart .item .name .title { width: 100%; font-size: 14px; line-height: 20px; padding: 6px 0 0; }
#mycheckout #custom-cart .item .name .title a { color: #000; }
#mycheckout #custom-cart .item .name .title a:hover { color: #f33829; }
#mycheckout #custom-cart .item .name .title a span { color: #f33829; }
#mycheckout #custom-cart .item .name .sub { padding: 8px 0 0; font-size: 12px; color: #555; line-height: 16px; }
#mycheckout #custom-cart .item .name .sub i { display: inline-block; vertical-align: middle; }
#mycheckout #custom-cart .item .name .sub i:before { font-family: 'app'; font-style: normal; margin: 0 2px 0 0; font-size: 20px; line-height: 16px; height: 18px; color: #f33829; }
#mycheckout #custom-cart .item .qnt, #mycheckout #custom-cart .item .sum { width: calc(24% - 40px); margin: 0 0 0 40px; display: flex; justify-content: flex-start; flex-wrap: wrap; }
#mycheckout #custom-cart .item .qnt button { margin: 1px 0 0; width: 30px; height: 30px; line-height: 30px; font-size: 17px; font-family: 'Inter'; font-weight: 500; text-align: center; color: #000; cursor: pointer; background: #f5f5f6; transition: all 0.3s ease; border-radius: 50%; }
#mycheckout #custom-cart .item .qnt button:hover { background: #ebebeb; }
#mycheckout #custom-cart .item .qnt input[type="text"] { width: 38px; margin: 0 10px; border: none; height: 32px; line-height: 32px; font-family: 'Inter'; font-weight: 400; color: #000; font-size: 14px; outline: none; background: #f5f5f6; border-radius: 5px; text-align: center; transition: all 0.2s ease; }
#mycheckout #custom-cart .item .qnt input[type="text"]:focus { background: #fff; box-shadow: 0 0 15px #ddd; }
#mycheckout #custom-cart .item .sum .price-info { width: calc(100% - 32px); line-height: 32px; font-weight: 500; font-size: 15px; }
#mycheckout #custom-cart .item .sum .pad { margin: 0 0 10px; }
#mycheckout #custom-cart .item .sum i { font-style: normal; font-size: 11px; line-height: 16px; color: #888; display: block; }
#mycheckout #custom-cart .item .sum .price-info .math { line-height: 15px; font-size: 13px; color: #777; font-weight: 400; }
#mycheckout #custom-cart .item .sum .delete { width: 12px; margin: 0 0 0 20px; }
#mycheckout #custom-cart .item .sum .delete button { color: #000; }
#mycheckout #custom-cart .item .sum .delete button:before { font-family: 'app'; font-size: 12px; width: 12px; text-align: center; line-height: 32px; margin: 0; }
#mycheckout #custom-cart .item .sum .delete button:hover { color: #999; }
#mycheckout .cs-block { margin: 50px 0 0; }
#mycheckout .cs-block.sm { margin: 30px 0 0; }
#mycheckout .list .panel { width: 100%; display: flex; justify-content: flex-start; align-items: flex-start; flex-wrap: wrap; }
#mycheckout .list .panel-heading { width: 20%; margin: 0 5% 0 0; font-weight: 500; font-size: 18px; line-height: 24px; }
#mycheckout .list .panel-body { width: 75%; }
#mycheckout .panel-body .radio-list { width: 100%; display: flex; justify-content: flex-start; align-items: flex-start; flex-wrap: wrap; }
#mycheckout .panel-body .radio-list.pad { margin: 0 0 30px; }
#mycheckout .panel-body .radio-list .radio { margin: 0 0 0 10px; }
#mycheckout .panel-body .radio-list .radio:first-child { margin: 0; }
#mycheckout .panel-body .radio-list .radio input[type="radio"] { display: none; }
#mycheckout .panel-body .radio-list .radio input[type="radio"] + label { display: inline-block; padding: 10px; min-width: 140px; border: 2px solid #ebebeb; background: #fefefe; text-align: left; color: #777; cursor: pointer; transition: all 0.2s ease; border-radius: 5px; }
#mycheckout .panel-body .radio-list .radio input[type="radio"] + label .radio-icon { width: 100%; }
#mycheckout .panel-body .radio-list .radio input[type="radio"] + label .radio-icon i { font-style: normal; display: inline-block; width: 28px; height: 28px; }
#mycheckout .panel-body .radio-list .radio input[type="radio"] + label .radio-icon i:before { font-family: 'app'; font-size: 28px; width: 28px; line-height: 28px; height: 28px; text-align: left; }
#mycheckout .panel-body .radio-list .radio input[type="radio"] + label .radio-icon[data-code="pickup.pickup"] i:before { font-family: 'app'; content: '\e802'; }
#mycheckout .panel-body .radio-list .radio input[type="radio"] + label .radio-icon[data-code="flat.flat"] i:before { font-family: 'app'; content: '\e822'; }
#mycheckout .panel-body .radio-list .radio input[type="radio"] + label .radio-icon[data-code="cod"] i:before { font-family: 'app'; content: '\e823'; }
#mycheckout .panel-body .radio-list .radio input[type="radio"] + label .radio-icon[data-code="card"] i:before { font-family: 'app'; content: '\e825'; }
#mycheckout .panel-body .radio-list .radio input[type="radio"] + label .radio-title { margin: 8px 0 0; font-family: 'Inter'; font-weight: 400; font-size: 13px; line-height: 20px; }
#mycheckout .panel-body .radio-list .radio.ship input[type="radio"] + label { min-width: 200px; }
#mycheckout .panel-body .radio-list .radio.ship input[type="radio"] + label .radio-title { font-weight: 500; font-size: 14px; line-height: 20px; }
#mycheckout .panel-body .radio-list .radio.ship input[type="radio"] + label .radio-des { margin: 0; font-family: 'Inter'; font-weight: 400; font-size: 12px; line-height: 18px; }
#mycheckout .panel-body .radio-list .radio.ship input[type="radio"] + label .radio-cost { margin: 12px 0 0; font-family: 'Inter'; font-weight: 500; font-size: 14px; line-height: 18px; }
#mycheckout .panel-body .radio-list .radio.shus input[type="radio"] + label { min-width: 0px; padding: 8px 10px; font-size: 14px; line-height: 14px; }
#mycheckout .panel-body .radio-list .radio input[type="radio"]:hover + label { border: 2px solid #ccc; }
#mycheckout .panel-body .radio-list .radio input[type="radio"]:checked + label { border: 2px solid #f33829; color: #000; background: #fff; }
#mycheckout .panel-body .fields { width: 100%; display: flex; justify-content: flex-start; align-items: flex-start; flex-wrap: wrap; }
#mycheckout .panel-body .fields.sel { display: inline-block; }
#mycheckout .panel-body .fields.pad, #mycheckout .panel-body #custom-shipping-address { margin: 30px 0 0; }
#mycheckout .panel-body .fields .form-group { width: calc(50% - 10px); margin: 0 0 20px 20px; padding: 0; }
#mycheckout .panel-body .fields .form-group.full { width: 100%; margin: 20px 0 0; }
#mycheckout .panel-body .fields .form-group:nth-child(odd) { margin: 0 0 20px; }
#mycheckout .panel-body .fields .form-group.full:first-child { margin: 0; }
#mycheckout .panel-body .fields input[type="text"], #mycheckout .panel-body .fields input[type="password"] { width: calc(100% - 20px); padding: 0 10px; border: none; height: 50px; line-height: 50px; font-family: 'Inter'; font-weight: 400; color: #000; font-size: 15px; outline: none; background: #f5f5f6; border-radius: 5px; transition: all 0.2s ease; }
#mycheckout .panel-body .fields input[type="text"]:focus, #mycheckout .panel-body .fields input[type="password"]:focus { background: #fff; box-shadow: 0 0 15px #ddd; }
#mycheckout .panel-body .fields textarea { width: calc(100% - 20px); border: none; background: #f4f4f4; padding: 10px; margin: 0; height: 120px; line-height: 20px; color: #000; font-family: 'Inter'; font-weight: 400; font-size: 15px; outline: none; border-radius: 5px; transition: all 0.2s ease; margin: 0 0 20px; }
#mycheckout .panel-body .fields textarea:focus { box-shadow: 0 0 20px #ebebeb; background: #fff; }
#mycheckout .panel-body .fields .select { display: inline-block; position: relative; width: 100%; }
#mycheckout .panel-body .fields .select:after { content: '\e82a'; font-family: 'app'; font-size: 14px; color: #000; position: absolute; right: 10px; top: 0; z-index: 1; text-align: center; width: 20px; height: 50px; line-height: 50px; pointer-events: none; box-sizing: border-box; border-radius: 0 5px 5px 0; transition: all 0.2s ease; }
#mycheckout .panel-body .fields .select select { width: 100%; padding: 0 50px 0 10px; -webkit-appearance: none; -moz-appearance: none; appearance: none; font-family: 'Inter'; font-weight: 400; font-size: 15px; line-height: 50px; color: #000; letter-spacing: 0px; background: #f5f5f6; border-radius: 5px; transition: all 0.2s ease; }
#mycheckout .panel-body .fields .select select:focus { box-shadow: 0 0 20px #ebebeb; background: #fff; }
#mycheckout .panel-body .fields .select select option { font-size: 13px; }
#mycheckout .panel-body .fields button.loginbt { display: inline-block; padding: 0 15px; height: 40px; line-height: 40px; border-radius: 5px; background: #f33829; font-size: 14px; font-family: 'Inter'; font-weight: 400; color: #fff; }
#mycheckout .panel-body .fields button.loginbt:hover { background: #ff7751; }
#mycheckout .panel-body .fields .forgot { margin: 0 0 0 25px; font-size: 13px; line-height: 40px; }
#mycheckout .panel-body .fields .forgot a { color: #999; }
#mycheckout .panel-body .fields .forgot a:hover { color: #000; }
#mycheckout .pull-right { margin: 10px 0 0 25%; width: 75%; }
#mycheckout .check { width: 100%; }
#mycheckout .check input[type="checkbox"] { display: none; }
#mycheckout .check input[type="checkbox"] + label { display: block; width: calc(100% - 35px); padding: 0 0 0 25px; cursor: pointer; position: relative; line-height: 18px; font-size: 14px; color: #555; font-family: 'Inter'; font-weight: 400; }
#mycheckout .check input[type="checkbox"] + label a { color: #f33829; text-decoration: underline; }
#mycheckout .check input[type="checkbox"] + label a:hover { color: #000; text-decoration: none; }
#mycheckout .check input[type="checkbox"] + label:before { font-family: 'app'; content: ''; position: absolute; top: 0; left: 0; width: 16px; height: 16px; border: 1px solid #d7d7d7; background: #ffffff; border-radius: 3px; }
#mycheckout .check input[type="checkbox"] + label:hover:before { border: 1px solid #000; }
#mycheckout .check input[type="checkbox"]:checked + label:before { content: '\e806'; font-size: 10px; text-align: center; line-height: 16px; color: #fff; border: 1px solid transparent; background: #f33829; }
#mycheckout .proceed .title { font-size: 16px; font-weight: 500; margin: 0 0 40px; }
#mycheckout .proceed ul { margin: 0; padding: 0; list-style: none; }
#mycheckout .proceed ul li { width: 100%; display: flex; justify-content: flex-start; flex-wrap: wrap; margin: 0 0 17px; line-height: 20px; color: #000; }
#mycheckout .proceed ul li .lefts { width: calc(50% - 10px); text-align: left; font-size: 14px; }
#mycheckout .proceed ul li .rights { width: calc(50% - 10px); margin: 0 0 0 20px; text-align: right; font-size: 16px; }
#mycheckout .proceed ul li .rights i { display: block; font-style: normal; font-size: 11px; line-height: 18px; color: #888; }
#mycheckout .proceed ul li .rights i.pad { padding: 10px 0 0; }
#mycheckout .proceed ul li:last-child { margin: 0; font-weight: 500; padding: 17px 0 0; border-top: 1px solid rgba(0,0,0,0.1); }
#mycheckout .proceed ul li:last-child .lefts { color: #000; font-size: 15px; }
#mycheckout .proceed #accordion { margin: 40px 0 0; padding: 0; }
#mycheckout .proceed .panel-title { font-size: 14px; line-height: 20px; }
#mycheckout .proceed .panel-title a { color: #f33829; text-decoration: underline; }
#mycheckout .proceed .panel-title a:hover { color: #000; text-decoration: none; }
#mycheckout .proceed .panel-body { width: 100%; padding: 20px 0 15px; display: flex; justify-content: flex-start; flex-wrap: wrap; }
#mycheckout .proceed .panel-body input[type="text"] { width: calc(100% - 65px); border: none; height: 40px; line-height: 40px; font-family: 'Inter'; font-weight: 400; color: #000; font-size: 14px; outline: none; background: #fff; border-radius: 5px; padding: 0 10px; transition: all 0.2s ease; }
#mycheckout .proceed .panel-body input[type="text"]:focus { box-shadow: 0 0 15px #ddd; }
#mycheckout .proceed .panel-body button { display: inline-block; width: 40px; height: 40px; border-radius: 5px; background: #f33829; color: #fff; margin: 0 0 0 5px; }
#mycheckout .proceed .panel-body button:before { font-family: 'app'; font-size: 18px; line-height: 41px; width: 40px; height: 40px; text-align: center; }
#mycheckout .proceed .panel-body button:hover { background: #c22c20; }
#mycheckout .proceed .confirm { width: 100%; margin: 15px 0 0; }
#mycheckout .proceed .confirm button { display: block; width: 100%; height: 54px; line-height: 54px; border-radius: 7px; background: #f33829; font-size: 16px; font-family: 'Inter'; font-weight: 400; color: #fff; text-align: center; }
#mycheckout .proceed .confirm button:hover { background: #ff7751; }
#mycheckout #custom-confirm { visibility: hidden; height: 0px; }
#mycheckout #custom-confirm .data { display: none; }
#mycheckout #custom-confirm .place { display: none; }
#mycheckout #custom-confirm .place button { display: block; width: 100%; height: 54px; line-height: 54px; border-radius: 7px; background: #c22c20; font-size: 16px; font-family: 'Inter'; font-weight: 400; color: #fff; text-align: center; }
#mycheckout #custom-confirm .place button:hover { background: #f33829; }

/******   BLOG   ******/

#blog { width: 100%; margin: 20px 0 70px; padding: 0; }
#blog .list { width: 100%; margin: 40px 0 0; display: flex; justify-content: flex-start; align-items: stretch; flex-wrap: wrap; }
#blog .list .post { width: calc(33.33% - 26.66px); position: relative; margin: 0 0 40px 40px; }
#blog .list .post:nth-child(3n+1) { margin: 0 0 40px; }
#blog .list .post .image { width: 100%; margin: 0 0 20px; }
#blog .list .post .image img { max-width: 100%; transition: all 0.2s ease; }
#blog .list .post .image a { display: block; text-decoration: none; border: none; }
#blog .list .post .title { font-size: 16px; line-height: 22px; margin: 0 0 7px;  }
#blog .list .post .title a { color: #000; }
#blog .list .post .title a:hover { color: #f33829; }
#blog .list .post p { font-size: 14px; line-height: 20px; margin: 0 0 25px; padding: 0; color: #757575; transition: all 0.2s ease; }
#blog .list .post .date { font-size: 13px; line-height: 16px; display: flex; justify-content: flex-start; align-items: stretch; width: 100%; }
#blog .list .post .date i { display: inline-block; font-style: normal; color: #757575; }
#blog .list .post .date i.icon-message { margin: 0 0 0 20px; }
#blog .list .post .date i:before { font-family: 'app'; font-size: 16px; line-height: 16px; margin: 0 7px 0 0; }
#blog .list .post .date a { display: inline-block; color: #757575; margin: 0 0 0 20px; }
#blog .list .post .date a:before { font-family: 'app'; font-size: 16px; line-height: 16px; margin: 0 7px 0 0; }
#blog .list .post .date a:hover { color: #000; }
#blog .list .post:hover .image img { -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=50)"; filter: alpha(opacity=50); opacity: 0.5; filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.5 0.5 0.5 0 0 0.5 0.5 0.5 0 0 0.5 0.5 0.5 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); filter: gray; -webkit-filter: grayscale(100%); }
#blog .list .post:hover p { color: #000; }
#blog-post-header { width: 100%; margin: 20px 0 0; }
#blog-post-header .date { font-size: 14px; line-height: 18px; display: flex; justify-content: flex-start; align-items: stretch; width: 100%; margin: 15px 0 0; }
#blog-post-header .date i { display: inline-block; font-style: normal; color: #757575; }
#blog-post-header .date i.icon-message { margin: 0 0 0 20px; }
#blog-post-header .date i:before { font-family: 'app'; font-size: 18px; line-height: 18px; margin: 0 7px 0 0; }
#blog-post-header .date a { display: inline-block; color: #757575; margin: 0 0 0 20px; }
#blog-post-header .date a:before { font-family: 'app'; font-size: 17px; line-height: 18px; margin: 0 7px 0 0; }
#blog-post-header .date a:hover { color: #000; }
#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 70px; }
#blog-post .text { margin: 0 0 50px; }
#blog-post .text p { margin: 0 0 25px; padding: 0; font-size: 16px; line-height: 24px; letter-spacing: 0px; 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; transition: all 0.1s ease; color: #000; }
#blog-post .text a:before { content: ""; position: absolute; bottom: 1px; left: 0; width: 100%; height: 1px; background: #000; transition: all 0.1s ease; }
#blog-post .text a:hover { color: #f33829; }
#blog-post .text a:hover:before { bottom: 0px; height: 2px; background: #f33829; }
#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; }
#blog-post .comments { width: 100%; display: flex; justify-content: flex-start; align-items: stretch; flex-wrap: wrap; }
#blog-post .comments h3 { display: block; width: 100%; margin: 0 0 40px; }
#blog-post .comments .article-comments{ width: 55%; margin: 0 5% 0 0; }
#blog-post .comments .comments-form { width: 40%; }
#blog-post .comments .noresult { padding: 20px 0 0; text-align: center; }
#blog-post .comments .noresult .imagination { height: 130px; }
#blog-post .comments .noresult .imagination i { width: 130px; height: 130px; }
#blog-post .comments .noresult .imagination i:before { font-size: 130px; width: 130px; line-height: 130px; height: 130px; }
#blog-post .comments .noresult .info-message { font-size: 20px; line-height: 26px; }
#blog-post .comments .noresult .info-message span { font-size: 16px; }
#blog-post .comments .comment-item { width: calc(100% - 50px); padding: 25px; background: #f5f5f6; margin: 20px 0 0; border-radius: 8px; }
#blog-post .comments .comment-item:first-child { margin: 0; }
#blog-post .comments .comment-item .comment-name { font-size: 15px; font-weight: 500; letter-spacing: 0; }
#blog-post .comments .comment-item .comment-date { margin: 12px 0 0; line-height: 16px; font-size: 13px; color: #000; }
#blog-post .comments .comment-item .comment-text { margin: 20px 0 0; }
#blog-post .comments .comment-item p { margin: 0; padding: 0; font-size: 14px; line-height: 22px; font-weight: 300; letter-spacing: 0px; }
#blog-post .comments .title { font-weight: 500; font-size: 18px; line-height: 22px; margin: 0 0 30px; }
#blog-post .comments input[type="text"] { width: calc(100% - 20px); border: none; height: 46px; line-height: 46px; font-family: 'Inter'; font-weight: 400; color: #000; font-size: 15px; outline: none; background: #f4f4f4; border-radius: 5px; padding: 0 10px; transition: all 0.2s ease; margin: 0 0 20px; }
#blog-post .comments input[type="text"]:focus { box-shadow: 0 0 20px #ebebeb; background: #fff; }
#blog-post .comments textarea { width: calc(100% - 20px); border: none; background: #f4f4f4; padding: 10px; margin: 0; height: 160px; line-height: 20px; color: #000; font-family: 'Inter'; font-weight: 400; font-size: 15px; outline: none; border-radius: 5px; transition: all 0.2s ease; margin: 0 0 20px; }
#blog-post .comments textarea:focus { box-shadow: 0 0 20px #ebebeb; background: #fff; }
#blog-post .comments .priv { margin: 30px 0 0; font-size: 12px; line-height: 15px; }
#blog-post .comments .priv a { text-decoration: underline; color: #000; }
#blog-post .comments .priv a:hover { text-decoration: none; color: #f33829; }
#blog-post .comments .dbutton { text-align: left; width: 100%; margin: 30px 0 0; }
#blog-post .comments button { display: inline-block; padding: 0 30px; height: 46px; line-height: 46px; border-radius: 7px; background: #f33829; font-size: 16px; font-family: 'Inter'; font-weight: 400; color: #fff; }
#blog-post .comments button i { display: inline-block; height: 46px; margin: 0 2px 0 0; width: 18px; }
#blog-post .comments button i:before { font-family: 'app'; content: '\e82f'; font-size: 18px; line-height: 46px; font-style: normal; }
#blog-post .comments button:hover { background: #ff7751; }
#blog-post .key { width: 100%; display: flex; justify-content: flex-start; align-items: stretch; flex-wrap: wrap; margin: 35px 0 0; }
#blog-post .key .kitem { width: calc(25% - 65px); margin: 0 0 20px 20px; text-align: center; padding: 25px; border-radius: 5px; background: #f8f8f9; transition: all 0.2s ease; }
#blog-post .key .kitem:nth-child(4n+1) { margin: 0 0 20px; }
#blog-post .key .kicon { width: 100%; margin: 0 0 20px; }
#blog-post .key .kicon i { display: inline-block; font-style: normal; }
#blog-post .key .kicon i:before { font-family: 'app'; font-size: 40px; line-height: 40px; background: linear-gradient(0deg, rgba(243,56,41,1) 28%, rgba(255,119,81,1) 67%); -webkit-background-clip: text; -webkit-text-fill-color: transparent; }
#blog-post .key .kname { font-weight: 500; font-size: 17px; line-height: 26px; margin: 0 0 10px; }
#blog-post .key .kdes { font-size: 14px; line-height: 22px; }
#blog-post .key .kitem:hover { background: #fff; box-shadow: 0 0 20px rgba(30,30,30,0.2); position: relative; z-index: 2; }

/******   FOOTER   ******/

footer { width: 100%; background: #f5f5f6; }
footer .mid-data { padding: 50px 0; margin: 0; border-bottom: 1px solid #e5e5e5; display: flex; justify-content: flex-start; align-items: stretch; flex-wrap: wrap; }
footer .bot-data { width: 100%; display: flex; justify-content: flex-start; align-items: center; flex-wrap: wrap; padding: 40px 0 60px; }
footer .column { width: 22%; margin: 0 4% 0 0; }
footer .column:last-child { margin: 0; }
footer .left { width: 50%; margin: 0; }
footer .right { width: 50%; margin: 0; text-align: right; }
footer .title { font-size: 14px; color: #000; line-height: 14px; margin: 0 0 15px; font-weight: 500; letter-spacing: 0px; }
footer .title a { text-decoration: none; color: #000; }
footer .title a:hover { color: #f33829; }
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: #666; }
footer ul li a:hover { color: #000; }
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: 16px; margin: 0 0 16px; display: block; }
footer .contacts a { text-decoration: none; color: #000; }
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: #555; font-size: 13px; line-height: 18px; letter-spacing: 0px; }
footer .designer { margin: 0; text-align: right; line-height: 18px; display: inline-block; color: #000; font-size: 12px; letter-spacing: 0px; }
footer .designer a { display: inline-block; color: #144dde; font-weight: 600; font-size: 14px; }
footer .designer a:hover { color: #000; }