*, ::after, ::before { -webkit-box-sizing: border-box; box-sizing: border-box; } body { color: #000; font-family: 'Inter', sans-serif; background: #FFFFFF; position: relative; font-size: 14px; font-weight: 400; line-height: 1.5; text-align: left; max-width: 650px; margin: auto; word-break: break-word; counter-reset: section; overflow: auto; } a { text-decoration: none; outline: none; } b { font-weight: bold; } .h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 { margin-top: 0; margin-bottom: .5rem; font-weight: 500; line-height: 1.2; } p { margin-top: 0; margin-bottom: 1rem; } h1, h2, h3, h4, h5, h6 { margin-top: 0; margin-bottom: .5rem; } .h1, h1 { font-size: 2em; } .h2, h2 { font-size: 1.5em; } .h3, h3 { font-size: 1.17em; } .h4, h4, .h5, h5, .h6, h6 { font-size: initial; } .h1, h1, .h2, h2, .h3, h3, .h4, h4, .h5, h5, .h6, h6 { font-weight: bold; } .ul { margin: 0; padding: 0; list-style: none; } img { max-width: 100%; height: auto; } .clearfix::after { content: ''; clear: both; display: block; } .clear { clear: both; } button, input, select { outline: none !important; color: #000; } button, input { overflow: visible; } button, input, optgroup, select, textarea { margin: 0; font-family: inherit; font-size: inherit; line-height: inherit; } table { width: 100% !important; -webkit-overflow-scrolling: touch; border-collapse: collapse; } @media screen and (-webkit-min-device-pixel-ratio: 0) { select, textarea, input { font-size: 16px; } } iframe { max-width: 100%; display: block; border: 0; width: 100%; margin: auto; } .text-white { color: #fff; } .text-10 { font-size: 10px; } .text-11 { font-size: 11px; } .text-12 { font-size: 12px; } .text-13 { font-size: 13px; } .text-14 { font-size: 14px; } .text-15 { font-size: 15px; } .text-16 { font-size: 16px; } .text-17 { font-size: 17px; } .text-18 { font-size: 18px; } .text-19 { font-size: 19px; } .text-20 { font-size: 20px; } .text-21 { font-size: 21px; } .text-22 { font-size: 22px; } .text-23 { font-size: 23px; } .text-24 { font-size: 24px; } .text-28 { font-size: 28px; } .text-30 { font-size: 30px; } .text-36 { font-size: 36px; } .line-height-2 { line-height: 2; } .line-22 { line-height: 22px; } .blue { color: #005BAD; } .blue-2 { color: #1988EC; } .blue-light { color: #00FFF0; } .orange { color: #FE7801; } .red { color: #CE000C; } .grey { color: #999; } .yellow { color: #fdb813; } .color-main, .pd-variant-group-list .price { color: #1781E0; } .black { color: #222; } .green { color: #29A07E; } .bg-blue { background: #005BAD; } .bg-red { background: #D91605; } .bg-green { background: #29A07E; } .bg-main, .global-header-container, .global-header-container::after, .global-fixed-right .icon-goTop, .product-page .brand-filter-holder a.active, .pd-variant-list .current::before { background: #1781E0; } .blue-light { color: #31c6fe; } @-webkit-keyframes gradient-bg-antimation { 0% { background-position: 0 0; } 100% { background-position: -200% 0; } } @keyframes gradient-bg-antimation { 0% { background-position: 0 0; } 100% { background-position: -200% 0; } } @-webkit-keyframes backInRight { 0% { opacity: .7; -webkit-transform: translateX(2000px) scale(0.7); transform: translateX(2000px) scale(0.7); } 80% { opacity: .7; -webkit-transform: translateX(0) scale(0.7); transform: translateX(0) scale(0.7); } to { opacity: 1; -webkit-transform: scale(1); transform: scale(1); } } @keyframes backInRight { 0% { opacity: .7; -webkit-transform: translateX(2000px) scale(0.7); transform: translateX(2000px) scale(0.7); } 80% { opacity: .7; -webkit-transform: translateX(0) scale(0.7); transform: translateX(0) scale(0.7); } to { opacity: 1; -webkit-transform: scale(1); transform: scale(1); } } .skeleton, .product-hot-container { -webkit-animation: skeleton-loading 2s linear alternate; animation: skeleton-loading 2s linear alternate; display: block; -webkit-animation-iteration-count: 2, 0, infinite; animation-iteration-count: 2, 0, infinite; } .animate__backInRight { -webkit-animation-name: backInRight; animation-name: backInRight; } @-webkit-keyframes skeleton-loading { 0% { background-color: #c2cfd6; } 100% { background-color: #f0f3f5; } } @keyframes skeleton-loading { 0% { background-color: #c2cfd6; } 100% { background-color: #f0f3f5; } } .animate__backInRight { -webkit-animation-name: backInRight; animation-name: backInRight; } .bg-linear { background: linear-gradient(90.13deg, #FF7E00 1.62%, #FF4949 98.76%); } .bg-linear-animate { background: repeating-linear-gradient(to right, #ff990f 0, #fe532e 50%, #ff990f 100%); background-size: 200% auto; background-position: 0 100%; -webkit-animation: 2s linear infinite forwards gradient-bg-antimation; animation: 2s linear infinite forwards gradient-bg-antimation; } .text-white { color: #fff; } .bg-white { background: #fff !important; } .font-weight-lighter { font-weight: 300; } .flex-wrap { -ms-flex-wrap: wrap; flex-wrap: wrap; } .d-flex { display: -webkit-box !important; display: -ms-flexbox !important; display: flex !important; } .d-block { display: block !important; } .d-none { display: none !important; } .d-inline-block { display: inline-block !important; } .align-items-center { -webkit-box-align: center; -ms-flex-align: center; align-items: center; } .align-items-baseline { -webkit-box-align: baseline; -ms-flex-align: baseline; align-items: baseline; } .justify-content-between { -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; } .justify-content-center { -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; } .overflow-hidden { overflow: hidden !important; } .overflow-auto { overflow: auto; } .float-left { float: left; } .float-right { float: right; } .float-none { float: none; } .position-relative { position: relative; } .text-white { color: #fff; } .text-center { text-align: center; } .text-left { text-align: left; } .text-right { text-align: right; } .text-uppercase { text-transform: uppercase; } .text-capitalize { text-transform: capitalize; } .w-100 { width: 100% !important; } .w-50 { width: 50% !important; } .w-auto { width: auto !important; } .h-100 { height: 100% !important; } .h-auto { height: auto !important; } .m-0 { margin: 0 !important; } .mb-0 { margin-bottom: 0 !important; } .mt-0 { margin-top: 0 !important; } .ml-0 { margin-left: 0 !important; } .mr-0 { margin-right: 0 !important; } .mt-2 { margin-top: 0.5rem !important; } .mt-3 { margin-top: 1rem !important; } .mb-2 { margin-bottom: 0.5rem !important; } .mb-3 { margin-bottom: 1rem !important; } .p-0 { padding: 0 !important; } .pt-0 { padding-top: 0 !important; } .pb-0 { padding-bottom: 0 !important; } .pl-0 { padding-left: 0 !important; } .pr-0 { padding-right: 0 !important; } .pt-2, .py-2 { padding-top: 0.5rem !important; } .pt-3, .py-3 { padding-top: 1rem !important; } .border-0 { border: 0 !important; } .p-15 { padding: 0 15px; } .font-weight-bold { font-weight: bold; } .form-control { display: block; width: calc(100% - 1.5rem - 2px); height: calc(1.5em + 0.75rem + 2px); padding: 0.375rem 0.75rem; font-size: 1rem; font-weight: 400; line-height: 1.5; color: #495057; background-color: #fff; background-clip: padding-box; border: 1px solid #ced4da; border-radius: 0.25rem; -webkit-transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out; transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out; transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out; transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out; } .bg-orange { background: #ff9219; } .font-100 { font-weight: 100; } .font-200 { font-weight: 200; } .font-300 { font-weight: 300; } .font-400 { font-weight: 400; } .font-500 { font-weight: 500; } .font-600 { font-weight: 600; } .font-700 { font-weight: 700; } .font-800 { font-weight: 800; } .font-900 { font-weight: 900; } .text-underline { text-decoration: underline; } .font-italic { font-style: italic; } .border-bottom { border-bottom: 1px solid #ccc; } .pb-1, .py-1 { padding-bottom: 0.25rem !important; } .fit-img, .p-item .p-img img, .category-accessories-group img, .home-article-holder img, .home-customer-review-holder .item-image img, .product-page .product-child-list a img, .pd-image-large img, .pd-image-gallery a img, .pd-variant-group-list img, .fancybox-video-container .pd-video-list img { width: auto; position: absolute; top: 0; left: 0; right: 0; bottom: 0; max-width: 100%; max-height: 100%; margin: auto; display: block; } .autocomplete-suggestions { position: absolute; width: 100%; border: solid 1px #ddd; right: 0; max-height: 300px; overflow: auto; display: none; background: #fff; z-index: 9; top: 100%; } .autocomplete-suggestions a { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; padding: 10px; overflow: hidden; } .autocomplete-suggestions a img { width: 60px; float: left; margin-right: 12px; } .autocomplete-suggestions a .info { width: calc(100% - 72px); } .autocomplete-suggestions a .info .name { display: block; color: #333; } .autocomplete-suggestions a .info .price { color: #ec1c24; } .autocomplete-suggestions a:hover { background-color: #f5f5f5; } .autocomplete-suggestions::-webkit-scrollbar-track { -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1); background-color: #f1f1f1; border-radius: 10px; } .autocomplete-suggestions::-webkit-scrollbar { width: 6px; background-color: #f1f1f1; } .autocomplete-suggestions::-webkit-scrollbar-thumb { border-radius: 10px; background-color: #ccc; } .icon-star { background-image: url(../images/star.png); width: 85px; height: 14px; display: inline-block; background-repeat: no-repeat; background-size: 85px 90px; vertical-align: sub; } .icon-star.star-1 { background-position: -2px -74px; } .icon-star.star-2 { background-position: -2px -56px; } .icon-star.star-3 { background-position: -2px -38px; } .icon-star.star-4 { background-position: -2px -20px; } .icon-star.star-5, .icon-star.star-0 { background-position: -2px -2px; } .success-checkmark .check-icon .icon-circle { border-color: #0542b7; opacity: .5; } .success-checkmark .check-icon .icon-line { background-color: #0542b7; } .success-checkmark .check-icon { border-color: #0542b7; } .content-container { max-width: calc(100% - 60px); } .bg-content { overflow: hidden; position: relative; } .bg-content::before { content: ''; position: absolute; bottom: 0; left: 0; right: 0; background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#fff)); background: linear-gradient(transparent, #fff); height: 300px; } .inherit, .global-breadcrumb h1, .p-item .p-name *, .category-accessories-group .cat-title, .product-page .product-child-list a .title { font-size: inherit; font-weight: inherit; line-height: inherit; margin: 0; } .line-clamp-2, .p-item .p-name *, .p-item .p-offer-holder, .home-featured-list .cat-title, .category-accessories-group .cat-title, .product-page .product-child-list a .title, .pd-variant-group-list .title { text-overflow: ellipsis; -webkit-line-clamp: 2; display: -webkit-box; -webkit-box-orient: vertical; overflow: hidden; } .line-clamp-3 { text-overflow: ellipsis; -webkit-line-clamp: 3; display: -webkit-box; -webkit-box-orient: vertical; overflow: hidden; } .line-clamp-4 { text-overflow: ellipsis; -webkit-line-clamp: 4; display: -webkit-box; -webkit-box-orient: vertical; overflow: hidden; } .line-clamp-5 { text-overflow: ellipsis; -webkit-line-clamp: 5; display: -webkit-box; -webkit-box-orient: vertical; overflow: hidden; } .fancybox-slide--video { padding: 10px; } .fancybox-thumbs__list a { height: 90px; background-size: 80%; background-color: #fff; -webkit-transition: unset; transition: unset; } .fancybox-thumbs__list a:before { border: 3px solid #FF848D; } .btn-html-content { text-align: center; padding: 16px; } .btn-html-content a { display: none; line-height: 36px; background: #FFFFFF; color: #1988EC; -webkit-box-shadow: 0px 0px 0px 1px #1988EC; box-shadow: 0px 0px 0px 1px #1988EC; border-radius: 10px; font-size: 16px; font-weight: 600; margin: auto; max-width: 126px; width: 100%; -webkit-transition: .15s all; transition: .15s all; font-size: 13px; } .btn-html-content a i { margin-left: 4px; } .label-container { display: block; position: relative; padding-left: 24px; cursor: pointer; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; line-height: 21px; cursor: pointer; } .label-container .checkmark { position: absolute; top: 3px; left: 0; height: 13px; width: 13px; background-color: #fff; border-radius: 50%; border: 1px solid #BFBFBF; } .label-container input { position: absolute; opacity: 0; cursor: pointer; } .label-container input:checked ~ .checkmark, .cart-page .shipping-method-info .label-checked .checkmark { border-color: #1781E0; } .label-container input:checked ~ .checkmark:after, .cart-page .shipping-method-info .label-checked .checkmark:after { display: block; } .label-container input:checked ~ .checkmark:after, .cart-page .shipping-method-info .label-checked .checkmark:after { content: ''; width: 8px; height: 8px; background: #1781E0; border-radius: 50%; position: absolute; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); } .bg-popup { position: fixed; top: 0; left: 0; right: 0; bottom: 0; background: rgba(0, 0, 0, 0.4); z-index: 99; cursor: pointer; } .p-10 { padding-left: 10px; padding-right: 10px; } .container { padding: 0 10px; } .global-breadcrumb { font-size: 13px; line-height: 19px; padding: 8px 0; background: #Fff; } .global-breadcrumb a { color: #3F3F3F; } .global-breadcrumb ol, .global-breadcrumb ul { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -ms-flex-wrap: wrap; flex-wrap: wrap; } .global-breadcrumb li { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; } .global-breadcrumb li::after { content: '\203A'; padding: 0 8px; font-size: 20px; font-weight: 400; } .global-breadcrumb li:last-child::after { content: none; } .paging { margin: 20px 0 40px 0; display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; } .paging a { width: 36px; height: 36px; line-height: 36px; border-radius: 50%; background: #F3F3F3; text-align: center; color: #000; margin: 0 4px; -webkit-transition: .12s all; transition: .12s all; overflow: hidden; } .paging a.current { background-color: #1781E0; color: #fff; } .paging a.current * { -webkit-filter: brightness(100); filter: brightness(100); } .paging .icon-prev, .paging .icon-next { background: url(../images/icon-left.png) no-repeat center; background-size: 7px 12px; font-size: 0 !important; display: block; height: 100%; } .paging .icon-next { -webkit-transform: rotate(-180deg); transform: rotate(-180deg); } .icons, .global-header-container .icon-menu::before, .pd-offer-group .group-title::before { background: url(../images/sprite.png) no-repeat; background-size: 200px 350px; } .custom-nav .owl-nav { margin: 0; } .custom-nav .owl-nav button { position: absolute; top: 50%; -webkit-transform: translateY(-50%); transform: translateY(-50%); margin: 0 !important; background: unset !important; border-radius: 0 !important; } .custom-nav .owl-nav button.disabled { display: none; } .custom-nav .owl-nav .owl-prev { left: -4px; } .custom-nav .owl-nav .owl-next { right: 0; } .custom-nav .owl-nav .arrow { width: 28px; height: 44px; display: block; background: url(../images/icon-left.png) no-repeat; background-position: 7px center; background-size: 10px 18px; -webkit-transition: .2s all; transition: .2s all; background-color: rgba(217, 217, 217, 0.9); border-radius: 0 !important; } .custom-nav .owl-nav .arrow-next { -webkit-transform: rotate(180deg); transform: rotate(180deg); } .custom-dots .owl-dots { margin: 5px auto 0 auto !important; } .custom-dots .owl-dots .owl-dot { margin: 0 5px; width: 8px; height: 8px; border-radius: 50px; background: transparent; -webkit-transition: .2s all; transition: .2s all; background: #999; } .custom-dots .owl-dots .owl-dot span { display: none; } .custom-dots .owl-dots .owl-dot.active { width: 30px; } .custom-dots .owl-dots .owl-dot.active { background: #0059a9; } .p-item { background: #FFFFFF; position: relative; -webkit-box-shadow: 0px 1px 10px 0px rgba(161, 161, 161, 0.25); box-shadow: 0px 1px 10px 0px rgba(161, 161, 161, 0.25); border-radius: 8px; padding: 9px 8px; font-size: 12px; line-height: 17px; z-index: 1; -webkit-transition: .2s all; transition: .2s all; } .p-item img { display: block; width: auto; } .p-item a { display: block; color: #3F3F3F; } .p-item .p-img { display: block; position: relative; padding-bottom: 100%; overflow: hidden; margin-bottom: 6px; } .p-item .p-discount { width: 80px; height: 32px; line-height: 26px; font-weight: 700; color: #Fff; background: url(../images/p-discount.png) no-repeat; background-size: 80px 32px; z-index: 1; position: absolute; text-align: center; top: 0; left: -4px; } .p-item .p-type-group { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -ms-flex-wrap: wrap; flex-wrap: wrap; font-size: 10px; line-height: 17px; min-height: 17px; color: #fff; margin: 6px 0; } .p-item .p-type-group * { border-radius: 3px; margin-right: 3px; padding: 0 4px; } .p-item .p-type-group *:last-child { margin: 0; } .p-item .p-new { background: #36AC4A; } .p-item .p-bestsale { background: #F68704; } .p-item .p-hot { background: #E00; } .p-item .p-name { height: 34px; overflow: hidden; font-weight: 600; margin: 5px 0 0 0; } .p-item .p-price-holder { color: #A0A0A0; font-weight: 600; line-height: 19px; min-height: 42px; } .p-item .p-price { color: #E00; font-weight: 700; font-size: 14px; line-height: 22px; display: block; } .p-item .p-offer-group { margin: 0 0 5px 0; height: 37px; } .p-item .p-offer-holder { background: #f6f6f6; border: 0.821px solid #ECECEC; border-radius: 2px; height: 37px; padding: 4px 6px; overflow: hidden; color: #6C6C6C; font-weight: 300; line-height: 15px; font-size: 10px; } .p-item .icon-star { -webkit-transform: scale(0.6); transform: scale(0.6); margin: auto auto auto -17px; display: block; } .p-item .p-btn-like { display: table; margin: 0 0 auto auto; color: #A0A0A0; line-height: 19px; } .p-item .p-btn-like::after { content: '\2661'; color: #EE0000; font-size: 12px; display: inline-block; vertical-align: bottom; margin-left: 5px; font-weight: 900; } .global-countdown-holder { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; } .global-countdown-holder b { margin: 0 5px; color: #CB1C21; font-size: 14px; font-weight: 600; background: #fff; border-radius: 3px; padding: 0 4px; min-width: 25px; text-align: center; position: relative; } .global-countdown-holder b::after { content: ':'; position: absolute; right: -7px; color: #fff; } .global-countdown-holder b:last-child::after { content: none; } .global-popup-customer-like { border-radius: 10px; padding: 34px 16px 24px; } .global-popup-customer-like .icon-notification { display: block; width: 40px; height: 40px; line-height: 40px; border-radius: 50%; margin: 0 auto 15px; background: #CE000C; color: #fff; font-size: 30px; font-weight: 700; } .global-popup-customer-like p { font-weight: 600; font-size: 16px; margin: 20px 0; } .global-popup-customer-like a { width: 100%; line-height: 38px; background: #CE000C; color: #fff; border-radius: 5px; font-weight: 500; border: 1px solid transparent; font-size: 16px; -webkit-transition: .2s all; transition: .2s all; } .global-popup-customer-like a:last-child { border-color: #CE000C; color: #CE000C; background: #fff; margin-top: 10px; } .global-header-top { display: block; background: #e9efff; line-height: 36px; height: 36px; overflow: hidden; font-size: 11px; font-weight: 500; text-align: center; } .global-header-top a { color: #040c64; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; } .global-header-top b { font-weight: 700; font-size: 13px; } .global-header-top .icons, .global-header-top .global-header-container .icon-menu::before, .global-header-container .global-header-top .icon-menu::before, .global-header-top .pd-offer-group .group-title::before, .pd-offer-group .global-header-top .group-title::before { width: 12px; height: 30px; margin-right: 15px; -webkit-transform: scale(1.5); transform: scale(1.5); } .global-header-top .icon-exchange { background-position: -10px -2px; } .global-header-top .icon-medal { background-position: -39px -2px; } .global-header-top .icon-delivery { width: 24px; background-position: -63px -3px; } .global-header-container { padding: 10px; display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; position: -webkit-sticky; position: sticky; top: 0; left: 0; right: 0; z-index: 4; } .global-header-container::after { content: ''; height: 101px; position: absolute; left: 0; right: 0; top: calc(100% - 1px); border-radius: 0 0 30px 30px; -webkit-transition: .3s all; transition: .3s all; z-index: -1; } .global-header-container .header-logo { width: calc(100% - 50px); } .global-header-container .header-logo img { display: block; max-width: 233px; width: auto; } .global-header-container .header-cart { width: 50px; border-radius: 5px; background: rgba(255, 255, 255, 0.35); color: #fff; padding: 4px 0; text-align: center; font-size: 10px; } .global-header-container .header-cart span { display: block; line-height: 12px; } .global-header-container .icon-cart { width: 16px; height: 16px; margin: auto; background-position: center; background-repeat: no-repeat; background-size: 100% 100%; } .global-header-container .icon-menu { width: 36px; height: 36px; background-color: #0059A9; border-radius: 5px; border: 1px solid #fff; overflow: hidden; margin: 10px 7px 0 0; } .global-header-container .icon-menu::before { content: ''; display: block; height: 100%; background-position: -101.5px -2px; -webkit-filter: invert(99%) saturate(0%) hue-rotate(153deg) brightness(200%); filter: invert(99%) saturate(0%) hue-rotate(153deg) brightness(200%); } .global-header-container .icon-search { width: 36px; background-position: -141px 0px; } .global-header-container .header-search-group { width: calc(100% - 43px); background: #fff; padding: 0 10px 0 0; border-radius: 5px; overflow: hidden; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; margin: 10px 0 0 0; } .global-header-container .header-search-group * { border: 0; padding: 0; margin: 0; height: 36px; } .global-header-container .header-search-group input { width: calc(100% - 36px); } .header-fixed { z-index: 6; } .header-fixed::after { height: 0; } .header-fixed .header-logo { display: none; } .header-fixed .icon-menu { margin-top: 0; } .header-fixed .header-cart { -webkit-box-ordinal-group: 2; -ms-flex-order: 1; order: 1; } .header-fixed .header-search-group { margin-top: 0; margin-right: 7px; width: calc(100% - 100px); } .global-other-page::after { content: none; } .global-footer-container { border-top: 4px solid #1781E0; -webkit-box-shadow: 0px 1px 10px 0px rgba(161, 161, 161, 0.25); box-shadow: 0px 1px 10px 0px rgba(161, 161, 161, 0.25); } .global-footer-container a { display: table; color: #000; margin: 3px 0; } .global-footer-container img { display: block; width: auto; } .global-footer-store-container { background: #fff; padding: 13px 0 0 0; font-size: 12px; } .global-footer-store-container .group-title { display: none; color: #1781E0; font-size: 28px; font-weight: 700; line-height: 34px; text-transform: uppercase; margin: 0 0 20px 0; position: relative; text-align: center; } .global-footer-store-container .group-title::after { content: ''; background: #0059A9; height: 1.5px; width: 170px; position: absolute; left: 50%; bottom: -5px; -webkit-transform: translateX(-50%); transform: translateX(-50%); } .global-footer-store-container .item { margin: 0 0 10px 0; } .global-footer-store-container .item:last-child { padding-bottom: 12px; border-bottom: 1px solid #F5F5F5; } .global-footer-store-container .item img { display: none; width: auto; border-radius: 10px; margin: 0 0 14px 0; } .global-footer-store-container .item-title { display: inline-block; background: #1781E0; line-height: 30px; border-radius: 5px; border-left: 4px solid #6AB9FF; text-align: center; color: #FFF; font-weight: 700; text-transform: uppercase; margin: 0 0 8px 0; padding: 0 16px; } .global-footer-store-container .item-text a, .global-footer-store-container .item-text p { margin: 0; display: -webkit-box; display: -ms-flexbox; display: flex; line-height: 24px; } .global-footer-store-container .item-text .btn-link { display: table; margin-left: 27px; color: #0059A9; text-decoration: underline; } .global-footer-store-container .item-text .btn-link::before { content: '\276F'; font-size: 12px; display: inline-block; vertical-align: top; } .global-footer-store-container .item-text .icons, .global-footer-store-container .item-text .global-header-container .icon-menu::before, .global-header-container .global-footer-store-container .item-text .icon-menu::before, .global-footer-store-container .item-text .pd-offer-group .group-title::before, .pd-offer-group .global-footer-store-container .item-text .group-title::before { width: 27px; height: 24px; } .global-footer-store-container .item-text span { width: calc(100% - 27px); } .global-footer-store-container .icon-map { background-position: -51px -115px; } .global-footer-store-container .icon-clock { background-position: -87px -114px; } .global-footer-store-container .icon-phone { background-position: -122px -114px; } .global-footer-info .container { padding: 0; } .global-footer-info .footer-end-group { color: #6C6C6C; background: #F8F8F8; text-align: center; font-size: 11px; font-weight: 500; line-height: 17px; text-transform: uppercase; padding: 5px 40px; margin: 5px 0 0 0; } .global-footer-info .item { padding: 0 10px; width: 100%; } .global-footer-info .title { border-radius: 5px; background: #F1F1F1; padding: 0 12px; position: relative; font-size: 13px; font-weight: 700; line-height: 40px; margin: 0 0 3px 0; } .global-footer-info .title::after { content: '\25E5'; position: absolute; -webkit-transform: rotate(45deg); transform: rotate(45deg); right: 10px; font-size: 8px; } .global-footer-info .title.active::after { -webkit-transform: rotate(135deg); transform: rotate(135deg); top: -3px; } .global-footer-info .item-list { display: none; padding: 10px 12px; } .global-footer-info .btn-bct img { max-height: 56px; } .global-footer-info .footer-social-media a { width: 24px; height: 24px; margin: 5px 15px 0 0; display: inline-block; -webkit-transform: scale(1.4); transform: scale(1.4); } .global-footer-info .icon-youtube { background-position: -9px -162px; } .global-footer-info .icon-facebook { background-position: -51px -162px; } .global-footer-info .icon-tiktok { background-position: -93px -162px; } .global-footer-info .icon-instagram { background-position: -135px -162px; } .global-footer-info .icon-zalo { background-position: -174px -162px; } .global-fixed-right { position: fixed; bottom: 100px; right: 12px; z-index: 12; } .global-fixed-right a { display: none; } .global-fixed-right a span { display: none; font-size: 0; } .global-fixed-right .icon-goTop { width: 40px; height: 40px; border-radius: 50%; -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.25); box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.25); } .global-fixed-right .icon-goTop::before { content: ''; background: url(../images/icon-left.png) no-repeat center; -webkit-transform: rotate(90deg); transform: rotate(90deg); background-size: 9px; display: block; height: 100%; -webkit-filter: brightness(100); filter: brightness(100); } .mb-menu { font-weight: 500; } .mb-menu .cat-1 { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; } .mb-menu .cat-thumb { width: 20px; height: 20px; margin-right: 10px; background-repeat: no-repeat; background-position: center; background-size: contain; } .mb-menu .cat-title { width: calc(100% - 30px); } .mb-menu .mm-listitem__text { padding-left: 12px; } .mb-menu .mm-listitem:after { left: 12px; } .homepage { position: relative; z-index: 5; } .homepage img { display: block; } .homepage .home-slider-group { border-radius: 10px; width: calc(100% - 20px); margin: 0 auto 10px auto; } .homepage .home-slider-group img { border-radius: 10px; } .homepage .banner-under-slider { margin: 0 0 20px 0; -webkit-filter: drop-shadow(0px 1px 10px rgba(161, 161, 161, 0.25)); filter: drop-shadow(0px 1px 10px rgba(161, 161, 161, 0.25)); } .homepage .banner-under-slider img { border-radius: 10px; } .homepage .product-holder { position: relative; min-height: 300px; } .home-deal-container { margin: 20px 0; padding: 10px 0 10px 4px; background-repeat: no-repeat; background-size: 100% 100%; text-align: center; } .home-deal-container .owl-carousel .owl-stage { padding-left: 0 !important; } .home-deal-container .p-item { -webkit-box-shadow: unset !important; box-shadow: unset !important; margin: 0 4px; text-align: left; } .home-deal-container .btn-view { line-height: 20px; display: inline-block; margin: 10px auto 0 auto; border-radius: 12px; background-color: #fff; color: #001A31; font-size: 10px; font-weight: 500; padding: 0 11px; } .home-deal-container .btn-view::after { content: '\00BB'; font-size: 14px; position: relative; bottom: -1px; } .home-deal-container .group-title { padding: 0 0 0 5px; margin: 0 0 15px 0; text-align: center; } .home-deal-container .group-title .title { color: #FFE517; font-size: 24px; font-style: italic; font-weight: 900; line-height: 29px; margin: 0 0 8px 0; } .home-deal-container .group-title-right { color: #fff; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; line-height: 20px; } .home-deal-container .group-title-right > b { margin-right: 4px; font-weight: 700; } .home-category-group { margin: 20px 0; padding: 0 10px; overflow: hidden; } .home-category-group .owl-carousel .owl-stage { padding-left: 0 !important; } .home-category-group .group-title-holder { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; } .home-category-group .group-title-holder .cat-title { margin: 0; color: #FFF; font-size: 18px; font-weight: 700; line-height: 36px; min-height: 41px; text-transform: uppercase; padding: 0 12px; background: url(../images/home-category-bg.png) no-repeat; background-size: 100% 100%; } .home-category-group .group-title-holder a { color: #000; font-size: 13px; } .home-category-group .cat-child-list { display: -webkit-box; display: -ms-flexbox; display: flex; margin-top: 8px; overflow: auto; white-space: nowrap; } .home-category-group .cat-child-list a { color: #515151; font-size: 12px; line-height: 28px; border-radius: 3px; border: 1px solid #C2C2C2; margin: 0 8px 0 0; padding: 0 11px; text-transform: capitalize; } .home-category-group .product-holder { margin: 0 -5px; } .home-category-group .product-holder .item { padding: 10px 0; margin: 0 5px; } .home-category-group .product-holder .p-item { margin-bottom: 10px; } .home-category-group .product-holder .p-item:last-child { margin: 0; } .home-category-group .custom-nav .owl-prev { left: -5px !important; } .home-category-group .custom-nav .owl-next { right: 6px !important; } .home-featured-list { display: -webkit-box; display: -ms-flexbox; display: flex; overflow: auto; margin: 10px -6px 0 -6px; padding: 6px; } .home-featured-list::-webkit-scrollbar { width: 0; } .home-featured-list .item { width: 91px; min-width: 91px; margin-right: 10px; text-align: center; } .home-featured-list .item a { display: block; font-size: 12px; line-height: 14px; padding: 6px; color: #3F3F3F; background: #fff; -webkit-box-shadow: 0px 0px 6px 0px rgba(186, 186, 186, 0.25); box-shadow: 0px 0px 6px 0px rgba(186, 186, 186, 0.25); border-radius: 10px; } .home-featured-list .item a:first-child { margin-bottom: 10px; } .home-featured-list .cat-thumb { display: block; width: 48px; height: 48px; margin: 0 auto 5px auto; background-repeat: no-repeat; background-position: center; } .category-accessories-group .category-accessories-holder { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; } .category-accessories-group .group-title-holder a { font-size: 13px; line-height: 18px; } .category-accessories-group .item { margin: 10px 10px 0 0; width: calc(100% / 5 - 8px); border-radius: 10px; background: #68BAF2; color: #Fff; font-size: 10px; font-weight: 500; line-height: 14px; padding: 8px; text-align: center; } .category-accessories-group .item:nth-child(5n) { margin-right: 0; } .category-accessories-group .item:nth-child(2n) { background: #D8D1F3; } .category-accessories-group .item:nth-child(3n) { background: #0059A9; } .category-accessories-group .item:nth-child(4n) { background: #00AAED; } .category-accessories-group .item:nth-child(5n) { background: #A2E3FC; } .category-accessories-group .item:nth-child(6n) { background: #A5B4FC; } .category-accessories-group .item:nth-child(7n) { background: #44A0B5; } .category-accessories-group .item:nth-child(8n) { background: #86D9EC; } .category-accessories-group .cat-title { margin: 0 0 7px 0; min-height: 28px; } .category-accessories-group .cat-thumb { display: block; position: relative; padding-bottom: 90%; } .category-accessories-group img { max-width: 90%; max-height: 90%; } .home-article-holder { display: -webkit-box; display: -ms-flexbox; display: flex; overflow: auto; padding: 10px 6px; margin: 0 -6px; } .home-article-holder::-webkit-scrollbar { width: 0; } .home-article-holder img { border-radius: 10px; width: 100%; height: 100%; -o-object-fit: cover; object-fit: cover; } .home-article-holder .home-art-item { margin: 0 10px 0 0 !important; border-radius: 10px; overflow: hidden; padding: 8px; min-width: 192px; -webkit-box-shadow: 0px 1px 10px 0px rgba(161, 161, 161, 0.25); box-shadow: 0px 1px 10px 0px rgba(161, 161, 161, 0.25); -webkit-filter: unset !important; filter: unset !important; } .home-article-holder .home-art-item .item-image { padding-bottom: 112px; margin-bottom: 5px; position: relative; display: block; } .home-article-holder .home-art-item .item-title { display: block; font-size: 12px; font-weight: 500; line-height: 16px; color: #000; } .home-article-holder .has-video .item-image::before { content: '\25B6'; width: 57px; height: 57px; line-height: 57px; border-radius: 50%; background: #EE0000; opacity: .6; color: #fff; text-align: center; position: absolute; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); z-index: 1; font-size: 41px; padding-left: 7px; -webkit-transition: .2s all; transition: .2s all; } .home-customer-review-holder { margin-top: 10px; } .home-customer-review-holder .item { border: 1px solid #DEDEDE; background: #fff; padding: 10px; display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; } .home-customer-review-holder .item-image { position: relative; margin-right: 10px; width: 80px; height: 80px; border-radius: 50%; overflow: hidden; } .home-customer-review-holder .item-text { width: calc(100% - 90px); position: relative; font-size: 12px; font-style: italic; font-weight: 300; line-height: 15px; } .home-customer-review-holder .item-text::before { content: ''; width: 100%; max-width: 200px; height: 1px; background: #005EC4; position: absolute; top: 0; left: 0; } .home-customer-review-holder .icon-star { margin: 10px 0; } .home-customer-review-holder .item-summary { margin: 0 0 10px 0; } .home-customer-review-holder b { font-weight: 500; } .product-page { position: relative; } .product-page .product-banner-group { margin: 0 0 20px 0; border-radius: 10px; overflow: hidden; } .product-page .product-banner-group img { border-radius: 10px; } .product-page .product-banner-group .owl-prev { left: 0 !important; } .product-page .product-banner-group .owl-next { right: 0 !important; } .product-page .brand-filter-holder { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; margin: 20px 0; } .product-page .brand-filter-holder img { display: block; width: auto; max-width: 100%; max-height: 100%; margin: auto; } .product-page .brand-filter-holder a { border-radius: 3px; border: 1px solid #ECECEC; background: #FFF; color: #000; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; height: 26px; font-weight: 500; font-size: 10px; -webkit-transition: .2s all; transition: .2s all; white-space: nowrap; } .product-page .brand-filter-holder a span { display: block; padding: 0 5px; overflow: hidden; text-overflow: ellipsis; } .product-page .brand-filter-holder a.active { color: #Fff; border-color: transparent; } .product-page .product-child-list { margin: 20px 0; } .product-page .product-child-list *::-webkit-scrollbar { width: 0; } .product-page .product-child-list .group-title { font-size: 16px; font-weight: 700; line-height: 30px; margin: 0; } .product-page .product-child-list a { color: #FFF; font-weight: 700; line-height: 13px; font-size: 12px; position: relative; margin: 10px 10px 0 0; padding: 8px; min-width: 80px; border-radius: 10px; background: radial-gradient(217.51% 217.56% at 50% 77%, #D0E9FF 0%, #1781E0 46.46%); } .product-page .product-child-list a .image { display: block; height: 54px; position: relative; margin-top: 5px; } .product-page .product-list-holder { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; } .product-page .product-list-holder .p-item { margin: 0 10px 10px 0; width: calc(100% / 2 - 5px); } .product-page .product-list-holder .p-item:nth-child(2n) { margin-right: 0; } .product-page .static-html-content { font-size: 13px; line-height: 158.023%; } .product-page .static-html-content * { font-family: inherit !important; line-height: inherit !important; } .product-page .static-tag-list { margin: 0 0 10px 0; } .product-page .static-tag-list a { display: inline-block; border-radius: 5px; border: 1px solid #ECECEC; background: #FFF; font-size: 14px; color: #000; line-height: 32px !important; padding: 0 9px; margin: 0 6px 10px 0; } .global-box-container { -webkit-box-shadow: 0px 1px 10px 0px rgba(161, 161, 161, 0.25); box-shadow: 0px 1px 10px 0px rgba(161, 161, 161, 0.25); border-radius: 10px; background: #FFF; padding: 12px; margin: 20px 0; } .global-box-container .group-title { color: #000; font-size: 16px; font-weight: 700; line-height: 18px; margin: 0 0 13px 0; } .product-hot-container { padding: 12px 0 14px 4px; margin: 20px 0; background-repeat: no-repeat; background-size: 100% 100%; margin: 0 -10px; } .product-hot-container .group-title { color: #FFF; text-align: center; font-size: 24px; font-weight: 700; line-height: 37px; margin: 0 0 10px 0; } .product-hot-container .product-holder { position: relative; min-height: 300px; } .product-hot-container .owl-carousel .owl-stage { padding-left: 0 !important; } .product-hot-container .p-item { -webkit-box-shadow: unset !important; box-shadow: unset !important; margin: 0 4px; text-align: left; } .product-hot-container .custom-nav .owl-prev { left: -5px !important; } .product-hot-container .custom-nav .owl-next { right: 6px !important; } .product-article-related .item { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; margin: 0 0 10px 0; } .product-article-related .image { width: 30.5%; height: 75px; margin-right: 10px; border-radius: 5px; overflow: hidden; } .product-article-related .image img { display: block; height: 100%; width: 100%; -o-object-fit: cover; object-fit: cover; } .product-article-related .title { width: calc(100% - 30.5% - 10px); color: #000; font-size: 12px; line-height: 16px; } .static-btn-group { text-align: center; margin-top: 20px; } .static-btn-group a { color: #000; text-align: center; font-size: 14px; border-radius: 5px; border: 1px solid #ECECEC; background: #FFF; line-height: 40px; width: 100%; margin: auto; display: none; } .product-filter-group { margin: 20px 0; } .product-filter-group .group-title { font-size: 18px; font-weight: 700; line-height: 28px; margin: 0 0 4px 0; } .product-filter-group .filter-item-list { display: -webkit-box; display: -ms-flexbox; display: flex; overflow: auto; white-space: nowrap; } .product-filter-group .filter-item-list::-webkit-scrollbar { width: 0; } .product-filter-group .filter-item { margin: 8px 8px 0 0; } .product-filter-group .filter-item.current .box-title { color: #fff; background: #1781e0; border-color: transparent; } .product-filter-group .filter-item.current .icons, .product-filter-group .filter-item.current .global-header-container .icon-menu::before, .global-header-container .product-filter-group .filter-item.current .icon-menu::before, .product-filter-group .filter-item.current .pd-offer-group .group-title::before, .pd-offer-group .product-filter-group .filter-item.current .group-title::before, .product-filter-group .filter-item.current .icon-arrow { -webkit-filter: invert(1) brightness(100); filter: invert(1) brightness(100); color: #fff; } .product-filter-group .filter-item.current .filter-list-group { display: -webkit-box; display: -ms-flexbox; display: flex; z-index: 5; } .product-filter-group .filter-item.current .filter-attr-group { display: block; z-index: 999; } .product-filter-group .filter-item .active { color: #fff; background: #1781e0; border-color: transparent; } .product-filter-group .box-title { color: #000; border-radius: 3px; border: 1px solid #ECECEC; background: #F8F8F8; line-height: 32px; padding: 0 10px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; margin: 0; cursor: pointer; font-size: 13px; } .product-filter-group .box-title.active i { -webkit-filter: brightness(100); filter: brightness(100); } .product-filter-group .filter-list-group { display: none; -ms-flex-wrap: wrap; flex-wrap: wrap; position: absolute; left: -55px; background: #fff; border: 1px solid #eee; border-radius: 8px; -webkit-box-shadow: 0px -1px 13px 0 rgba(0, 0, 0, 0.1); box-shadow: 0px -1px 13px 0 rgba(0, 0, 0, 0.1); padding: 15px 10px; left: 6px; right: 6px; z-index: -10; margin-top: 15px; } .product-filter-group .filter-list-holder { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; max-height: 400px; overflow: auto; } .product-filter-group .filter-list-holder::-webkit-scrollbar { width: 8px; } .product-filter-group .filter-list-holder a { line-height: 32px; color: #444; border: 1px solid #eee; border-radius: 3px; background: #f3f4f6; padding: 0 10px; margin: 0 3px 10px 0; font-size: 12px; display: inline-block; white-space: nowrap; } .product-filter-group .item { margin-bottom: 20px; width: 100%; white-space: normal; } .product-filter-group .item .title { font-weight: 700; margin-bottom: 8px; } .product-filter-group .icons, .product-filter-group .global-header-container .icon-menu::before, .global-header-container .product-filter-group .icon-menu::before, .product-filter-group .pd-offer-group .group-title::before, .pd-offer-group .product-filter-group .group-title::before { width: 20px; height: 20px; margin-right: 6px; } .product-filter-group .icon-filter { background-position: -9px -204px; } .product-filter-group .icon-truck { background-position: -45px -204px; } .product-filter-group .icon-cash { background-position: -84px -204px; } .product-filter-group .icon-up { background-position: -161px -203px; } .product-filter-group .icon-down { background-position: -9px -230px; } .product-filter-group .icon-eye { background-position: -126px -204px; } .product-filter-group .icon-arrow { width: 8px; height: 8px; background: url(../images/icon-left.png) no-repeat; background-size: 4px 8px; background-position: 1px center; -webkit-transform: rotate(-90deg); transform: rotate(-90deg); margin-left: 5px; } .product-filter-group .btn-close { display: block; width: 20px; height: 20px; margin: auto 0 auto auto; text-align: center; color: #000; font-weight: 900; position: relative; } .product-filter-group .btn-close::before, .product-filter-group .btn-close::after { content: ''; width: 2px; height: 20px; background: #000; border-radius: 3px; -webkit-transform: rotate(45deg); transform: rotate(45deg); position: absolute; } .product-filter-group .btn-close::after { -webkit-transform: rotate(-45deg); transform: rotate(-45deg); } .product-filter-group .filter-attr-group { position: fixed; inset: 0; margin: 0; border-radius: 0; } .product-filter-group .filter-attr-group .filter-list-holder { max-height: unset; height: calc(100% - 20px); } .product-detail-page .page-title { font-size: 16px; font-weight: 700; line-height: 24px; margin: 0 0 5px 0; } .product-detail-page .pd-status-group { margin: 5px 0 8px 0; line-height: 24px; font-size: 12px; } .product-detail-page .pd-status-group p { margin: 0 13px 0 0; display: inline-block; } .product-detail-page .pd-status-group p:last-child { margin: 0; } .product-detail-page .pd-info-list p { font-size: 12px; line-height: 17px; margin: 10px 0 5px; display: -webkit-box; display: -ms-flexbox; display: flex; } .product-detail-page .pd-info-list span { width: calc(100% - 25px); } .product-detail-page .pd-info-list .icons, .product-detail-page .pd-info-list .global-header-container .icon-menu::before, .global-header-container .product-detail-page .pd-info-list .icon-menu::before, .product-detail-page .pd-info-list .pd-offer-group .group-title::before, .pd-offer-group .product-detail-page .pd-info-list .group-title::before { width: 20px; height: 20px; margin-right: 5px; } .product-detail-page .pd-info-list .icon-phone { background-position: -7px -315px; } .product-detail-page .pd-info-list .icon-package { background-position: -34px -312px; } .product-detail-page .pd-info-list .icon-vat { background-position: -63px -312px; } .product-detail-page .pd-info-list .icon-warranty { background-position: -97px -312px; } .product-detail-page .pd-info-list .icon-model { background-position: -135px -314px; } .product-detail-page .pd-price-group { margin: 22px 0; line-height: 24px; } .product-detail-page .pd-price-group * { display: inline-block; } .product-detail-page .pd-price-group .pd-price { color: #D43131; font-size: 24px; font-weight: 700; margin: 0 6px 0 0; } .product-detail-page .pd-price-group .pd-old-price { color: #A0A0A0; margin: 0 6px 0 0; } .product-detail-page .pd-price-group .pd-discount { border-radius: 3px; background: #E00; padding: 0 4px; line-height: 20px; font-weight: 600; color: #fff; vertical-align: text-bottom; } .product-detail-page .pd-btn-group { margin: 12px 0; display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; line-height: 19px; text-align: center; } .product-detail-page .pd-btn-group a { margin: 0 8px 0 0; width: calc(100% / 2 - 4px); color: #fff; border-radius: 5px; padding: 8px 6px; background: #1781E0; font-size: 10px; line-height: 13px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; } .product-detail-page .pd-btn-group a b { display: block; width: 100%; line-height: 21px; font-size: 16px; font-weight: 700; text-transform: uppercase; } .product-detail-page .pd-btn-group a:nth-child(1) { background: -webkit-gradient(linear, left top, right top, from(#EE344C), to(#D4202A)); background: linear-gradient(90deg, #EE344C 0%, #D4202A 100%); } .product-detail-page .pd-btn-group a:nth-child(4) { color: #0059A9; background: #FFE073; } .product-detail-page .pd-btn-group a:nth-child(2n) { margin-right: 0; } .product-detail-page .pd-btn-group a:nth-child(n+3) { margin-top: 8px; } .product-detail-page .pd-policy-group { margin: 12px 0; padding: 8px 14px; border-radius: 5px; border: 1px solid #A0A0A0; background: #FFF; font-size: 12px; line-height: 19px; } .product-detail-page .pd-policy-group .item { position: relative; padding-left: 26px; margin: 0 0 10px 0; } .product-detail-page .pd-policy-group .item::before { content: ''; position: absolute; top: 3px; left: 0; width: 15px; height: 15px; line-height: 15px; border-radius: 50%; background: #36AC4A; } .product-detail-page .pd-policy-group .item::after { content: ''; width: 8px; height: 5px; border-left: 2px solid #fff; border-bottom: 2px solid #fff; position: absolute; left: 4px; top: 7px; -webkit-transform: rotate(-45deg); transform: rotate(-45deg); } .product-detail-page .pd-policy-group .item:last-child { margin: 0; } .product-detail-page .pd-desc-btn { text-align: center; padding-top: 10px; } .product-detail-page .pd-desc-btn a { display: none; font-weight: 500; line-height: 40px !important; max-width: 278px; margin: auto; text-align: center; border-radius: 8px; border: 1px solid #ECECEC; background: #FFF; color: #000; position: relative; margin-top: 0 !important; } .product-detail-page .pd-desc-btn a::after { content: '\203A'; -webkit-transform: rotate(90deg); transform: rotate(90deg); position: absolute; margin-left: 6px; font-size: 15px; font-weight: bold; } .product-detail-page .pd-desc-btn a:nth-child(2)::after { -webkit-transform: rotate(-90deg); transform: rotate(-90deg); } .product-detail-page .global-box-container { margin: 12px 0; } .product-detail-page .product-accessory-list { display: -webkit-box; display: -ms-flexbox; display: flex; overflow: auto; padding: 8px 8px 12px 8px; margin-left: -8px; } .product-detail-page .product-accessory-list .p-item { min-width: 164px; margin-right: 8px; } .product-detail-page .accessory-price-holder { line-height: 16px; position: relative; padding: 0 0 0 60px; } .product-detail-page .accessory-price-holder::before { content: '='; color: #888; font-size: 50px; font-weight: 600; position: absolute; top: 23px; left: 0; } .product-detail-page .accessory-price-holder p { margin: 0 0 12px 0; } .product-detail-page .accessory-price-holder a { display: block; border-radius: 10px; background: #EE1B25; color: #fff; text-align: center; line-height: 40px; text-transform: uppercase; font-weight: 700; font-size: 16px; } .product-detail-page .accessory-price-holder .accessory-price { color: #EE1B25; font-size: 24px; font-weight: 700; line-height: 18px; margin: 12px 0; } .product-detail-page .pd-desc-group { line-height: 20px; font-size: 14px; } .product-detail-page .pd-desc-group * { font-family: inherit !important; font-size: inherit !important; line-height: inherit !important; } .product-detail-page .btn-show { display: block; text-align: center; border-radius: 8px; border: 1px solid #ECECEC; background: #FFF; color: #000; line-height: 40px; margin: 12px 0 0 0; font-weight: 500; } .pd-image-large { margin-bottom: 10px; overflow: hidden; position: relative; } .pd-image-large .item { border: 1px solid #CBCBCB; display: block; position: relative; padding-bottom: 100%; overflow: hidden; border-radius: 10px; } .pd-image-large img { border-radius: inherit; } .pd-image-gallery { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; margin: 10px 0 13px 0; } .pd-image-gallery .owl-nav .arrow { width: 20px; height: 34px; background-position: 6px center; background-size: 6px 12px; } .pd-image-gallery .owl-nav .owl-prev { left: 0; } .pd-image-gallery .owl-nav .owl-next { right: 0; } .pd-image-gallery .current a { border-color: #1781E0; } .pd-image-gallery a { display: block; position: relative; border-radius: 3px; border: 1px solid #C7C7C7; padding-bottom: 100%; overflow: hidden; } .pd-image-gallery a.img-active { border-color: #1781E0; } .pd-image-gallery a img { width: 100%; height: 100%; } .pd-image-gallery .pd-btn-video { width: 73px; height: 73px; margin-right: 8px; padding: 0; text-align: center; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; color: #6C6C6C; line-height: 16px; font-size: 12px; } .pd-image-gallery .icon-video { width: 42px; height: 34px; margin: 0 auto 3px auto; background-position: -89px -270px; } .pd-image-gallery .pd-gallery-holder { width: calc(100% - 84px); } .pd-summary-group { padding: 10px 12px; margin: 13px 0; border: 1px solid #DEDEDE; border-radius: 5px; } .pd-summary-group .group-title { font-weight: 700; line-height: 18px; margin: 0 0 7px 0; } .pd-summary-group .pd-summary-list { margin: 7px 0 10px 0; } .pd-summary-group .item { position: relative; padding-left: 15px; color: #3F3F3F; line-height: 23px; margin-bottom: 4px; } .pd-summary-group .item:nth-child(n+5) { display: none; } .pd-summary-group .item::before { content: ''; width: 4px; height: 4px; border-radius: 50%; background: #3F3F3F; position: absolute; top: 10px; left: 2px; } .pd-summary-group .item * { margin: 0 !important; font-size: inherit !important; line-height: inherit !important; } .pd-summary-group .pd-summary-btn { line-height: 16px; font-size: 13px; } .pd-summary-group .pd-summary-btn a { position: relative; color: #1781E0; padding-right: 10px; display: none; } .pd-summary-group .pd-summary-btn a::after { content: '\203A'; -webkit-transform: rotate(90deg); transform: rotate(90deg); position: absolute; right: 0; font-size: 15px; font-weight: bold; } .pd-summary-group .pd-summary-btn a:nth-child(2)::after { -webkit-transform: rotate(-90deg); transform: rotate(-90deg); } .pd-offer-group { margin: 22px 0 16px 0; border-radius: 5px; background: #FFF; -webkit-box-shadow: 0px 0px 0px 1px #FFCCCE; box-shadow: 0px 0px 0px 1px #FFCCCE; overflow: hidden; } .pd-offer-group .group-title { background: #FFCCCE; padding: 0 10px; margin: 0; line-height: 36px; color: #EE1B25; font-weight: 700; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; } .pd-offer-group .group-title::before { content: ''; width: 23px; height: 36px; margin-right: 10px; background-position: -80px -229px; } .pd-offer-group .pd-offer-list { padding: 10px; } .pd-offer-group .item { line-height: 17px; margin: 0 0 15px 0; position: relative; font-size: 12px; padding-left: 30px; } .pd-offer-group .item::before { counter-increment: section; content: counter(section); position: absolute; top: 0; left: 0; width: 20px; height: 20px; line-height: 20px; border-radius: 50%; color: #fff; background: #EE1B25; text-align: center; font-size: 12px; font-weight: 700; } .pd-offer-group .item:last-child { margin: 0; } .pd-offer-group .item * { margin: 0 !important; font-size: inherit !important; font-weight: inherit !important; } .pd-variant-container { margin: 16px 0; } .pd-variant-container .group-title { margin: 0 0 8px 0; font-size: 16px; font-weight: 600; line-height: 18px; } .pd-variant-container .item { margin: 0 8px 0 0; border-radius: 3px; border: 1px solid #ECECEC; background: #FFF; font-weight: 600; line-height: 22px; color: #000; padding: 12px 7px; position: relative; } .pd-variant-container .item:nth-child(4n) { margin-right: 0; } .pd-variant-container .item:nth-child(n+5) { margin-top: 8px; } .pd-variant-container .item.current { border-color: #1781E0; } .pd-variant-list { display: -webkit-box; display: -ms-flexbox; display: flex; overflow: auto; white-space: nowrap; } .pd-variant-list .item { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; } .pd-variant-list .current::before { content: '\2714'; color: #fff; width: 24px; height: 24px; line-height: 22px; padding-left: 5px; position: absolute; top: 0; left: 0; z-index: 1; font-size: 12px; border-radius: 0 0 16px 0; } .pd-variant-list .image { width: 42px; margin-right: 10px; } .pd-variant-list .text { width: calc(100% - 52px); } .pd-variant-list .price { display: block; font-weight: 800; color: #1781E0; } .pd-variant-group-list { display: -webkit-box; display: -ms-flexbox; display: flex; overflow: auto; } .pd-variant-group-list .item { padding: 12px; font-weight: 400; line-height: 18px; border-radius: 5px; min-width: 164px; margin: 0 10px 0 0; } .pd-variant-group-list .image { display: block; position: relative; margin: 0 0 14px 0; padding-bottom: 79%; } .pd-variant-group-list .title { margin-bottom: 4px; font-size: 12px; line-height: 16px; min-height: 32px; } .pd-variant-group-list .price { display: block; font-weight: 700; line-height: 19px; } .fancybox-video-container { background: transparent; width: 90vw; height: 90vh; padding: 0 30px; } .fancybox-video-container .pd-video-list { height: 150px; display: -webkit-box; display: -ms-flexbox; display: flex; overflow: hidden; white-space: nowrap; } .fancybox-video-container .pd-video-list a { background: #000; display: block; padding-bottom: 150px; position: relative; } .fancybox-video-container .pd-video-list a::before { content: ''; position: absolute; inset: 0; background: rgba(0, 0, 0, 0.5); z-index: 1; -webkit-transition: .2s all; transition: .2s all; } .fancybox-video-container .pd-video-list a::after { content: '\25B6'; width: 40px; height: 40px; line-height: 40px; border-radius: 50%; background: #EE0000; color: #fff; text-align: center; position: absolute; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); z-index: 1; font-size: 25px; padding-left: 5px; -webkit-transition: .2s all; transition: .2s all; } .fancybox-video-container .pd-video-list a.active::before { background: rgba(0, 0, 0, 0.8); } .fancybox-video-container .pd-video-list a.active::after { width: 50px; height: 50px; line-height: 50px; font-size: 30px; } .fancybox-video-container .pd-video-list a.active { pointer-events: none; } .fancybox-video-container .pd-video-list a.active::after { content: '||'; font-weight: 900; padding: 0; font-size: 16px; letter-spacing: 2px; -webkit-transition: unset; transition: unset; } .fancybox-video-container .video-holder { margin-bottom: 20px; height: calc(100% - 170px); } .fancybox-video-container .video-holder iframe { display: block; width: 100%; height: 100%; } .fancybox-video-container .fancybox-button { background: #fff; border-radius: 50%; width: 30px; height: 30px; padding: 0; } .fancybox-video-container .custom-nav .owl-prev { left: 0 !important; } .fancybox-video-container .custom-nav .owl-next { right: 0 !important; } .pd-product-tab-container { margin: 12px 0; } .pd-product-tab-container .group-title { font-weight: 700; font-size: 16px; line-height: 16px; margin: 0 0 12px 0; } .pd-product-tab-container .box-product-holder { display: none; position: relative; } .pd-product-tab-container .box-product-holder.active { display: block; } .pd-product-tab-container .product-holder { position: relative; max-height: 440px; overflow: hidden; } .pd-product-tab-container .product-holder .p-item { margin: 9px 6px; } .pd-spec-group { line-height: 18px; font-weight: 300; font-size: 14px; } .pd-spec-group.fancybox-content { border-radius: 12px; padding: 0; } .pd-spec-group .pd-desc-btn a { width: 100%; max-width: unset; } .pd-spec-group .bg-content::before { content: none; } .pd-spec-group .js-static-content { border-radius: 12px; -webkit-box-shadow: 0px 0px 0px 1px #F3F3F3; box-shadow: 0px 0px 0px 1px #F3F3F3; } .pd-spec-group .js-static-content * { line-height: inherit !important; font-weight: inherit !important; font-size: inherit !important; margin: 0 !important; } .pd-spec-group p { margin: 0; } .pd-spec-group tr:nth-child(odd) { background: #F3F3F3; } .pd-spec-group tr td { padding: 12px; } .pd-art-group .group-title { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; } .pd-art-group .group-title .icons, .pd-art-group .group-title .global-header-container .icon-menu::before, .global-header-container .pd-art-group .group-title .icon-menu::before, .pd-art-group .group-title .pd-offer-group .group-title::before, .pd-offer-group .pd-art-group .group-title .group-title::before { width: 40px; height: 24px; } .pd-art-group .icon-news { background-position: -124px -232px; } .pd-art-group .icon-youtube { background-position: -167px -233px; } .pd-art-group .item { margin: 0 0 10px 0; display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; } .pd-art-group .item img { width: auto; border-radius: 10px; display: block; } .pd-art-group .art-image { width: 41%; margin-right: 12px; } .pd-art-group .art-title { width: calc(100% - 41% - 12px); color: #000; font-size: 12px; line-height: 16px; } @media (max-width: 375px) { .product-detail-page .pd-btn-group a { margin: 8px 0 0 0; width: 100%; } } /*# sourceMappingURL=mobile_css.css.map */