Update 14h30 19/06/2023
345
Alpha/css/library.css
Normal file
535
Alpha/css/style_mobile.css
Normal file
@@ -0,0 +1,535 @@
|
||||
:root{--color-primary:#014fbc;--color-secondary:#041e42;--white:#fff;--black:#000;--red:#fe0000;--blue:#3a92ec;--green:#008000;--gray:#7e7e7e;--gray-2:#d9d9d9;--box-shadow:0px 1px 6px rgba(0, 0, 0, 0.2)}
|
||||
html{font-size:14px}
|
||||
body{-webkit-box-sizing:border-box;box-sizing:border-box;font-family:Roboto,sans-serif;color:#000;word-break:break-word;line-height:1.3;font-weight:400;background-color:#fff}
|
||||
.container{max-width:768px;width:100%;padding:0 10px;margin:0 auto}
|
||||
.box-w{border-radius:15px;background-color:#fff;padding:12px}
|
||||
.box-empty{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;font-size:24px;line-height:28px;font-weight:500;width:100%;height:430px;color:red;grid-column:1/-1}
|
||||
.alert-mess{text-align:center;padding:50px 30px;font-size:20px;font-weight:500;color:red}
|
||||
.alert-error{padding-left:24px;margin:12px 0;color:red;font-weight:600;line-height:1.5}
|
||||
.visibility-hidden{visibility:hidden}
|
||||
.style-img-block{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;padding-bottom:100%}
|
||||
.style-img-content{position:absolute;bottom:0;right:0;top:0;left:0;margin:auto auto}
|
||||
.border-radius-15{border-radius:15px}
|
||||
.border-radius-10{border-radius:10px}
|
||||
.global-link-btn{display:inline-block;background:#fff;border:1px solid #3a92ec;border-radius:5px;font-weight:500;font-size:12px;line-height:16px;color:var(--color-primary);padding:6px 10px;text-transform:uppercase}
|
||||
.paging{margin:32px 0;text-align:center}
|
||||
.paging-link.active,.paging-link:hover{color:#fff;background:var(--color-primary)}
|
||||
.paging-link{display:-webkit-inline-box!important;display:-ms-inline-flexbox!important;display:inline-flex!important;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-right:4px;border-radius:50%;color:#000;font-size:16px;line-height:20px;text-decoration:none;text-transform:capitalize;width:36px;height:36px;background:#f3f3f3}
|
||||
.routing .list{display:-webkit-box;display:-ms-flexbox;display:flex;padding:12px 0;list-style:none;white-space:nowrap;overflow:auto}
|
||||
.routing .routing-link{position:relative;font-size:14px;font-weight:400;padding:0 10px;text-decoration:none}
|
||||
.routing .routing-link:first-child{padding-left:0}
|
||||
.routing .routing-link:last-child{color:var(--color-primary);max-width:700px}
|
||||
.routing .routing-link:not(:last-child)::before{content:"";position:absolute;top:50%;right:0;-webkit-transform:translateY(-50%) rotate(25deg);-ms-transform:translateY(-50%) rotate(25deg);transform:translateY(-50%) rotate(25deg);width:1px;height:80%;border-right:1px solid #000}
|
||||
.success-form{position:fixed;top:0;left:0;right:0;bottom:0;z-index:99999;background:rgba(0,0,0,.5);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}
|
||||
.success-form .cart-success{width:300px;height:250px;background:#fff;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:fixed;text-align:center}
|
||||
.success-form .success-form-svg{display:block;height:80px;width:80px;color:var(--color-primary)}
|
||||
.success-form .text-cart-success{font-size:20px;font-weight:600;line-height:1.6;padding-top:30px}
|
||||
.static-icons{background-image:url(/images/static-icons-map-pc.png);background-repeat:no-repeat;display:inline-block;background-size:318.5px 240px}
|
||||
.static-icons-sm{background-size:160px 120px}
|
||||
.static-icon-aggel-down{width:12px;height:6px;background-position:-2px -2px}
|
||||
.static-icon-aggel-down-blue{width:8px;height:4px;background-position:-19px -2px}
|
||||
.static-icon-aggel-up-2{width:40px;height:40px;background-position:-32px -2px}
|
||||
.static-icon-box-pro{width:13px;height:13px;background-position:-38px -1px}
|
||||
.static-icon-box-pro-2{width:16px;height:16px;background-position:unset;background-size:cover;background-image:url(../images/sale.png)}
|
||||
.static-icon-box-pro-new{width:14px;height:14px;background-position:-53px -1px}
|
||||
.static-icon-box-pro-new-2{width:16px;height:16px;background-position:unset;background-size:cover;background-image:url(../images/new1.png)}
|
||||
.static-icon-cart{width:32px;height:28px;background-position:-138px -2px}
|
||||
.static-icon-cart-pro{width:19px;height:19px;background-position:-174px -2px}
|
||||
.static-icon-clipboard-text{width:20px;height:21px;background-position:-198px -2px}
|
||||
.static-icon-eyes{width:20px;height:14px;background-position:-2px -28px}
|
||||
.static-icon-fb-2{width:50px;height:50px;background-position:-138px -35px}
|
||||
.static-icon-fb-logo{width:38px;height:38px;background-position:-2px -90px}
|
||||
.static-icon-fire{width:15px;height:17px;background-position:-160px -23px;background-size:262.5px 191px}
|
||||
.static-icon-gift{width:32px;height:32px;background-position:-45px -90px}
|
||||
.static-icon-gift-2{width:19px;height:18px;background-position:-2px -56px}
|
||||
.static-icon-green-check{width:12px;height:13px;background-position:-26px -56px}
|
||||
.static-icon-hot-sticker{width:76px;height:32px;background-position:-82px -90px}
|
||||
.static-icon-instagram-logo{width:38px;height:38px;background-position:-163px -90px}
|
||||
.static-icon-mail{width:90px;height:90px;background-position:-45px -127px}
|
||||
.static-icon-mail-2{width:50px;height:50px;background-position:-140px -133px}
|
||||
.static-icon-mess-2{width:51px;height:51px;background-position:-223px -2px}
|
||||
.static-icon-messages{width:20px;height:20px;background-position:-42px -57px}
|
||||
.static-icon-news{width:20px;height:18px;background-position:-67px -57px}
|
||||
.static-icon-news-2{width:20px;height:17px;background-position:-92px -57px}
|
||||
.static-icon-note{width:36px;height:36px;background-position:-206px -57px}
|
||||
.static-icon-phone-shake{width:14px;height:14px;background-position:-117px -57px}
|
||||
.static-icon-phone-shake-2{width:54px;height:54px;background-position:-206px -98px}
|
||||
.static-icon-profile-2user{width:20px;height:20px;background-position:-247px -57px}
|
||||
.static-icon-profile-circle{width:20px;height:20px;background-position:-2px -157px}
|
||||
.static-icon-search{width:25px;height:25px;background-position:-195px -157px}
|
||||
.static-icon-youtube-2{width:51px;height:51px;background-position:-195px -187px}
|
||||
.static-icon-youtube-logo{width:38px;height:38px;background-position:-278px -2px}
|
||||
.global-header{-webkit-box-shadow:0 1px 5px rgba(0,0,0,.3);box-shadow:0 1px 5px rgba(0,0,0,.3)}
|
||||
.global-header .global-logo img{max-height:50px}
|
||||
.global-header .search-bar{position:relative;max-width:874px;margin:0 auto}
|
||||
.global-header .search-bar .search-bar-input{width:100%;height:36px;border:1px solid #d9d9d9;border-radius:40px;padding-left:12px;outline-color:#041a38;font-size:13px;line-height:17px}
|
||||
.global-header .search-bar .search-bar-btn{width:40px;height:34px;color:#ff7e00;background:0 0;font-size:22px;line-height:22px;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;border:0;position:absolute;top:0;right:0;cursor:pointer}
|
||||
.global-header .header-func{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:14px;color:#888;font-weight:600}
|
||||
.global-header .header-cart .header-cart-amount{width:16px;height:16px;background-color:#ff7e00;border-radius:50%;position:absolute;top:-2px;right:-8px;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;font-size:12px;line-height:12px;font-weight:700;font-style:normal;color:#fff}
|
||||
.global-header .search-bar .search-results{display:none;border:1px solid #ddd;background:#fff;position:absolute;top:100%;right:0;width:100%;z-index:999;-webkit-box-shadow:0 1px 5px rgb(0 0 0 / 20%);box-shadow:0 1px 5px rgb(0 0 0 / 20%)}
|
||||
.global-header .search-bar .search-results-list{max-height:300px;overflow:auto;z-index:999}
|
||||
.global-header .search-bar .search-results .item{background:#fff;display:-webkit-box;display:-ms-flexbox;display:flex;gap:10px;padding:10px;width:100%;position:relative;text-decoration:none;font-weight:400}
|
||||
.global-header .search-bar .search-results .item:hover{background:#f0f2f5}
|
||||
.global-header .search-bar .search-results .img{width:60px;height:60px;background:#fff}
|
||||
.global-header .search-bar .search-results img{max-width:100%;max-height:100%}
|
||||
.global-header .search-bar .search-results .title{font-size:14px;color:#333;-webkit-box-flex:1;-ms-flex:1;flex:1}
|
||||
.global-header .search-bar .search-results .price{color:#ec1c24}
|
||||
.global-footer .newsletter{background-color:var(--color-primary)}
|
||||
.global-footer .newsletter .row{height:150px}
|
||||
.global-footer .newsletter .form-newsletter-input{max-width:660px;width:100%;height:46px;background-color:#3a92ec;border:0;outline:0;border-radius:43px;padding:14px 20px;font-size:13px;color:#fff}
|
||||
.global-footer .newsletter .form-newsletter-input::-webkit-input-placeholder{color:#fff;font-style:italic}
|
||||
.global-footer .newsletter .form-newsletter-input::-moz-placeholder{color:#fff;font-style:italic}
|
||||
.global-footer .newsletter .form-newsletter-input:-ms-input-placeholder{color:#fff;font-style:italic}
|
||||
.global-footer .newsletter .form-newsletter-input::-ms-input-placeholder{color:#fff;font-style:italic}
|
||||
.global-footer .newsletter .form-newsletter-input::placeholder{color:#fff;font-style:italic}
|
||||
.global-footer .newsletter .form-newsletter-btn{border:0;outline:0;color:#fff;cursor:pointer;background:0 0;position:absolute;top:3px;right:4px;width:40px;height:40px}
|
||||
.global-footer .company .col-c .title{position:relative;font-size:14px;line-height:40px;font-weight:700;margin-bottom:8px;background:#f1f1f1;border-radius:5px;padding:0 8px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}
|
||||
.global-footer .company .col-c .title .fa-caret-right{font-size:20px;-webkit-transition:all .2s ease 0s;-o-transition:all .2s ease 0s;transition:all .2s ease 0s}
|
||||
.global-footer .company .col-c .list{font-weight:400;font-size:14px;line-height:28px;padding:0 8px}
|
||||
.global-footer .company .col-c .list .item:hover{color:var(--color-primary)}
|
||||
.global-footer .company .col-c .add-on{max-width:140px}
|
||||
.global-footer .copyright{padding:12px 0;font-size:14px;line-height:20px;color:#4c4c4c}
|
||||
.global-footer .fixed-contact-group{position:fixed;bottom:10%;right:5px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:4px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;z-index:99999}
|
||||
.section-brand .brand-box{background:#fff;-webkit-box-shadow:1px 0 5px rgba(0,0,0,.25);box-shadow:1px 0 5px rgba(0,0,0,.25);border-radius: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;min-height:60px}
|
||||
.section-brand .brand-box img{max-height:50px}
|
||||
.section-article .heading .title{padding:12px;background-color:var(--color-primary);font-size:22px;line-height:22px;color:#fff}
|
||||
.section-article .article-box .article-box-title{display:-webkit-box;display:-ms-flexbox;display:flex;white-space:nowrap;overflow:auto;gap:16px;margin:12px 0}
|
||||
.section-article .article-box .title{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:4px;font-weight:500;color:var(--color-primary);font-size:16px;line-height:20px;-webkit-filter:invert(52%) sepia(31%) saturate(0%) hue-rotate(170deg) brightness(89%) contrast(79%);filter:invert(52%) sepia(31%) saturate(0%) hue-rotate(170deg) brightness(89%) contrast(79%)}
|
||||
.section-article .article-box .title.active{-webkit-filter:unset;filter:unset}
|
||||
.section-article .article-box .title .text{-o-text-overflow:ellipsis;text-overflow:ellipsis;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden;max-width:180px}
|
||||
.section-article .a-item{display:-webkit-box;display:-ms-flexbox;display:flex;gap:8px}
|
||||
.section-article .a-item:not(:last-child){margin-bottom:30px}
|
||||
.section-article .a-item .a-img{padding-bottom:30%;max-width:140px}
|
||||
.section-article .a-item .a-name{font-size:14px;line-height:18px;font-weight:500;-o-text-overflow:ellipsis;text-overflow:ellipsis;-webkit-line-clamp:2;display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden;min-height:36px}
|
||||
.section-article .a-item .a-link{display:inline-block;padding:4px 8px;border:1px solid #e7e7e7;border-radius:5px}
|
||||
.section-article .a-item .a-link:hover{background-color:var(--color-primary);color:#fff}
|
||||
.p-item{padding:10px 8px 10px;border:1px solid #efefef;border-radius:10px}
|
||||
.p-item .p-name{font-size:13px;line-height:16px;font-weight:500;margin-top:8px;-o-text-overflow:ellipsis;text-overflow:ellipsis;-webkit-line-clamp:2;display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden;height:32px}
|
||||
.p-item .p-img .p-img-frame{position:absolute}
|
||||
.p-item .p-img .static-icon-hot-sticker{display:none;position:absolute;top:0;right:-12px}
|
||||
.p-item .p-price .p-price-stock{font-size:11px;line-height:13px;color:#7e7e7e;margin-top:6px;height:13px}
|
||||
.p-item .p-price .p-price-sale{font-size:16px;line-height:20px;font-weight:700;color:#cc0001;margin-top:4px}
|
||||
.p-item .p-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-top:4px}
|
||||
.p-item .p-quantity{color:#4ac81e;font-size:11px;line-height:13px}
|
||||
.p-item .p-quantity.out-stock{color:red}
|
||||
.p-item .p-quantity.out-stock .static-icon-green-check{-webkit-filter:invert(50%) sepia(92%) saturate(7476%) hue-rotate(2deg) brightness(94%) contrast(118%);filter:invert(50%) sepia(92%) saturate(7476%) hue-rotate(2deg) brightness(94%) contrast(118%)}
|
||||
.p-item .p-cart{position:relative;width:32px;height:32px;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;border-radius:50%;border:1px solid var(--color-primary);cursor:pointer}
|
||||
.p-item .p-sale-off{position:absolute;top:-27px;right:0;background:-o-linear-gradient(top,#ff8311 0,#ffb168 122%);background:-webkit-gradient(linear,left top,left bottom,color-stop(0,#ff8311),color-stop(122%,#ffb168));background:linear-gradient(180deg,#ff8311 0,#ffb168 122%);font-size:11px;line-height:13px;padding:4px 6px;white-space:nowrap;color:#fff;border-radius:10px}
|
||||
.p-item .p-sale-off::after{content:"";position:absolute;width:10px;height:5px;bottom:-4px;right:10px;-webkit-clip-path:polygon(50% 100%,0 0,100% 0);clip-path:polygon(50% 100%,0 0,100% 0);background:#ffb168}
|
||||
.swiper-btn-custom{width:18px;height:36px;background:rgba(0,0,0,.3)}
|
||||
.swiper-btn-custom:hover{-webkit-box-shadow:0 1px 5px rgba(0,0,0,.5);box-shadow:0 1px 5px rgba(0,0,0,.5)}
|
||||
.swiper-btn-custom::after{font-size:12px;line-height:36px;color:#fff}
|
||||
.swiper-btn-custom.swiper-button-prev{border-radius:0 25px 25px 0;-webkit-transform:translateX(-10px);-ms-transform:translateX(-10px);transform:translateX(-10px)}
|
||||
.swiper-btn-custom.swiper-button-next{border-radius:25px 0 0 25px;-webkit-transform:translateX(10px);-ms-transform:translateX(10px);transform:translateX(10px)}
|
||||
.swiper-btn-custom.swiper-button-next::after{padding-left:2px}
|
||||
.swiper-btn-custom.swiper-button-prev::after{padding-right:2px}
|
||||
.homepage .section-hot .title{white-space:nowrap;overflow:auto;padding-bottom:1px}
|
||||
.homepage .section-hot .title .item{font-size:13px;background:#fff;border:1px solid #d3d3d3;border-radius:5px;padding:6px;color:#7e7e7e}
|
||||
.homepage .section-hot .title .item.active{background:#d91605;border-color:#d91605;color:#fff}
|
||||
.homepage .section-hot .product-list{background:linear-gradient(0deg,#d91605 0,rgba(217,22,5,0) 100%);padding:2px 2px 2px 2.5px;border-radius:0 0 10px 10px}
|
||||
.homepage .section-hot .product-list .product-list-inner{background:#fff;border-radius:0 0 8px 8px;padding:10px}
|
||||
.homepage .section-hot .product-list .p-item{padding:8px 6px 8px}
|
||||
.homepage .section-category .category-box .heading .heading-wrapper::after{content:"";position:absolute;bottom:0;left:0;width:100%;height:2px;background-color:var(--color-primary)}
|
||||
.homepage .section-category .category-box .heading .title{position:relative;display:inline-block;color:#fff;text-transform:uppercase;font-size:20px;line-height:20px;-webkit-clip-path:polygon(0 0,88% 0,100% 100%,0% 100%);clip-path:polygon(0 0,88% 0,100% 100%,0% 100%);padding:12px 40px 12px 10px;background-color:var(--color-primary)}
|
||||
.homepage .section-category .category-box .heading .child{white-space:nowrap;overflow:auto}
|
||||
.homepage .section-category .category-box .heading .child .item{padding:8px 12px;background:#f0f0f0;border-radius:8px;font-weight:500}
|
||||
.homepage .section-category-features .list{max-height:212px;overflow:hidden}
|
||||
.homepage .section-category-features .list.active{max-height:unset}
|
||||
.homepage .section-category-features .item{height:100px;background:#fff;border:1px solid #e7e7e7;border-radius:5px;font-size:13px;line-height:18px;text-align:center;padding:4px}
|
||||
.homepage .section-category-features .item .icon{max-height:30px}
|
||||
.product-page .grid--product-page{-ms-grid-columns:1fr 4fr;grid-template-columns:1fr 4fr}
|
||||
.product-page .category-nav .title{border-bottom:1px solid #e9e9e9}
|
||||
.product-page .category-nav .list .item{font-size:16px;line-height:28px;font-weight:500}
|
||||
.product-page .sort{border-bottom:1px solid #f0f0f0}
|
||||
.product-page .sort .sort-by-collection select{max-width:156px;height:40px;font-size:14px;line-height:20px;outline:0;border-radius:8px;padding:0 10px;border:1px solid #e9e9e9}
|
||||
.product-page .sort .sort-by-display .static-icons.active,.product-page .sort .sort-by-display .static-icons:hover{-webkit-filter:invert(30%) sepia(57%) saturate(2610%) hue-rotate(352deg) brightness(101%) contrast(106%);filter:invert(30%) sepia(57%) saturate(2610%) hue-rotate(352deg) brightness(101%) contrast(106%)}
|
||||
.product-page .sort .sort-custom{height:40px;display:-ms-grid;display:grid;-ms-grid-columns:1fr 1fr 1fr 1fr;grid-template-columns:1fr 1fr 1fr 1fr;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background:var(--color-primary);color:#fff;border-radius:5px;text-align:center}
|
||||
.product-page .sort .sort-custom .item{position:relative}
|
||||
.product-page .sort .sort-custom .item:not(:last-child)::after{content:"";position:absolute;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);right:0;background:#d9d9d9;height:90%;width:1px}
|
||||
.product-page .sort .sort-custom .item.active::before{content:"";position:absolute;top:110%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);left:50%;background:#fff;height:2px;width:75%}
|
||||
.product-page .sort .sort-by-display .item{width:36px;height:36px;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;border-radius:50%;border:1px solid #d9d9d9}
|
||||
.product-page .sort .sort-by-display .item .icon{max-width:18px}
|
||||
.product-page .sort .sort-by-display .item.active{border-color:var(--blue);background-color:var(--blue)}
|
||||
.product-page .sort .sort-by-display .item.active .icon{-webkit-filter:brightness(0) invert(1);filter:brightness(0) invert(1)}
|
||||
.product-page .filter .filter-item{border-top:1px solid #e9e9e9;padding-top:12px;margin-top:12px}
|
||||
.product-page .filter .filter-item .list .check-box{display:inline-block;width:16px;height:16px;background-color:#e9e9e9;border-radius:3px}
|
||||
.product-page .description .line-block .line{width:75%;height:1px;background-color:var(--color-primary);margin:8px auto}
|
||||
.product-page .description .line-block .line-2{width:55%}
|
||||
.product-page .description .view-more-content-btn{border:1px solid var(--color-primary);border-radius:22px;padding:8px 16px;font-weight:500;color:var(--color-primary);font-size:14px;line-height:20px}
|
||||
.product-page .description .view-more-content-btn:hover{background-color:var(--color-primary);color:#fff}
|
||||
.product-page .product-list.list-style{-ms-grid-columns:(1fr)[1];grid-template-columns:repeat(1,1fr)}
|
||||
.product-page .product-list.list-style .p-item{display:-webkit-box;display:-ms-flexbox;display:flex;gap:10px}
|
||||
.product-page .product-list.list-style .p-item .p-thumb{max-width:40%;width:100%}
|
||||
.product-page .filter-popup .filter-popup-btn{width:70px;height:40px;border:1px solid #e9e9e9;border-radius:8px;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;gap:4px}
|
||||
.product-page .filter-popup .filter-popup-btn .icon{max-width:16px}
|
||||
.product-page .popup-filter-group{background:rgba(0,0,0,.3);z-index:10000;position:fixed;top:0;left:0;right:0;bottom:0;display:none}
|
||||
.product-page .popup-filter-group .main-content{height:100%;width:85%;position:absolute;top:0;right:0;bottom:0;background:#fff}
|
||||
.product-page .popup-filter-group .item .list-holder{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}
|
||||
.product-page .popup-filter-group .item .list-holder .current{color:var(--color-primary)}
|
||||
.product-page .popup-filter-group .popup-header{padding:12px 10px;-webkit-box-shadow:0 0 6px 1px #ebebeb;box-shadow:0 0 6px 1px #ebebeb}
|
||||
.product-page .popup-filter-group .popup-footer{padding:8px 10px;display:-webkit-box;display:-ms-flexbox;display:flex;text-align:center;-webkit-box-shadow:0 -1px 6px 1px #ebebeb;box-shadow:0 -1px 6px 1px #ebebeb;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:end}
|
||||
.product-page .popup-filter-group .brand-item a{-webkit-box-align:center;display:-webkit-box;display:-ms-flexbox}
|
||||
.product-page .popup-filter-group .popup-footer a{font-size:14px;padding:0 5px;color:var(--color-primary);line-height:36px;border-radius:5px;margin-left:5px;border:1px solid var(--color-primary);font-weight:600}
|
||||
.product-page .popup-filter-group .brand-item .current,.product-page .popup-filter-group .popup-footer a:last-child{background:var(--color-primary);color:#fff}
|
||||
.product-page .popup-filter-group .popup-body{height:calc(100% - 55px);overflow:auto;padding:12px 10px}
|
||||
.product-page .popup-filter-group .btn-close-menu{display:inline-block;text-align:center;border:1px solid red!important;border-radius:5px;width:84px;line-height:34px;color:#fff!important;background:red!important}
|
||||
.product-page .popup-filter-group .item{margin-top:30px}
|
||||
.product-page .popup-filter-group .item .list-holder a{display:block;width:49%;color:#4a90e2;margin-bottom:10px}
|
||||
.product-page .popup-filter-group .item .list-holder .icon-square{color:#555;margin:0 5px -2px 0;display:inline-block;width:11px;height:11px;border:1px solid #666;border-radius:3px;position:relative}
|
||||
.product-page .popup-filter-group .list-holder .current .icon-square{border-color:var(--color-primary)}
|
||||
.product-page .popup-filter-group .list-holder .current .icon-square::before{content:"\f00c";font-family:FontAwesome;font-style:normal;line-height:1;font-size:11px;position:absolute;top:0;color:var(--color-primary)}
|
||||
.product-page .popup-filter-group .brand-item .title,.product-page .popup-filter-group .item .title{font-weight:700;margin-bottom:10px;text-transform:uppercase;font-size:15px}
|
||||
.product-page .popup-filter-group .brand-item a{-ms-flex-align:center;-webkit-box-align:center;align-items:center;border:1px solid #e0e0e0;border-radius:4px;color:#333;display:-webkit-box;display:-ms-flexbox;display:flex;font-size:14px;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;height:40px}
|
||||
.product-page .popup-filter-group .brand-item a img{max-height:30px}
|
||||
.product-page .popup-filter-group .list-holder{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}
|
||||
.product-page .popup-filter-group .brand-item .list-holder{display:-ms-grid;display:grid;grid-auto-rows:minmax(-webkit-min-content,-webkit-max-content);grid-auto-rows:minmax(min-content,max-content);-ms-grid-columns:(minmax(0,1fr))[2];grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:6px;margin-bottom:10px;max-height:133px;overflow:hidden}
|
||||
.product-page .popup-filter-group .brand-item .list-holder.view-more{max-height:unset}
|
||||
.product-page .popup-filter-group label{width:50%;color:#4a90e2;margin-bottom:10px}
|
||||
.product-page .popup-filter-group label input{margin:0 5px}
|
||||
.product-page .popup-filter-group .btn-view-more-popup{font-weight:400;color:#212529;text-align:center;vertical-align:middle;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background-color:transparent;border:1px solid transparent;line-height:1.5;border-radius:.25rem;-webkit-transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;-o-transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;font-size:14px;padding:4px 0;display:block;margin:0 auto;color:var(--blue)}
|
||||
.product-detail-page .pd-box-group{margin-bottom:12px;-webkit-box-shadow:0 1px 5px rgba(0,0,0,.25);box-shadow:0 1px 5px rgba(0,0,0,.25);border-radius:12px}
|
||||
.product-detail-page .pd-box-group .box-title{font-weight:500;font-size:16px;line-height:20px;border-bottom:1px solid #f3f3f3;margin:0;padding:16px 12px 15px}
|
||||
.product-detail-page .pd-content-holder{padding:16px 10px 15px}
|
||||
.product-detail-page .pd-name{font-weight:600;font-size:20px;line-height:24px;border-bottom:1px solid #e7e7e7;padding-bottom:8px;margin-bottom:12px}
|
||||
.product-detail-page .product-thumbs .gallery-thumbs .swiper-slide{border:1px solid #eee;border-radius:8px;overflow:hidden}
|
||||
.product-detail-page .product-thumbs .gallery-thumbs .swiper-slide-thumb-active{border-color:#d91605}
|
||||
.product-detail-page .pd-info-rating{font-size:13px;line-height:20px}
|
||||
.product-detail-page .pd-info-rating p{margin:0 8px 0 0;position:relative;padding:0 8px 0 0}
|
||||
.product-detail-page .pd-info-rating p:last-child{padding:0;margin-right:0}
|
||||
.product-detail-page .pd-info-rating p:last-child::after{content:none}
|
||||
.product-detail-page .pd-info-rating p::after{content:"";width:1px;height:15px;background:#d9d9d9;position:absolute;top:3px;right:0}
|
||||
.product-detail-page .pd-info-rating .icon-star{margin:0 5px}
|
||||
.product-detail-page .pd-summary-group{font-weight:300;font-size:14px;line-height:28px;margin-bottom:12px}
|
||||
.product-detail-page .pd-summary-group b{line-height:22px;margin-bottom:3px}
|
||||
.product-detail-page .pd-summary-group .item{padding-left:18px;position:relative}
|
||||
.product-detail-page .pd-summary-group .item::before{content:"\f111";font-family:"Font Awesome 5 Free";font-size:10px;color:#d9d9d9;position:absolute;top:0;left:0}
|
||||
.product-detail-page .pd-summary-group ul{list-style:circle;padding-left:20px;margin:0}
|
||||
.product-detail-page .pd-summary-group li::marker{color:#d9d9d9;font-size:16px}
|
||||
.product-detail-page .btn-showmore-summary{display:block;margin-top:12px;background:#f3f3f3;border-radius:5px;max-width:110px;line-height:36px;color:#000;text-align:center;-webkit-transition:.15s all;-o-transition:.15s all;transition:.15s all}
|
||||
.product-detail-page .btn-showmore-summary:hover{background:#000;color:#fff}
|
||||
.product-detail-page .pd-price-group{margin:12px 0;border:1px dashed #c1c1c1;border-radius:12px;padding:10px 12px}
|
||||
.product-detail-page .pd-price{display:inline-block;margin-right:8px;color:#d91605;font-weight:700;font-size:24px;line-height:44px}
|
||||
.product-detail-page .pd-price-title{font-size:20px;line-height:20px}
|
||||
.product-detail-page .pd-old-price{display:inline-block;color:#999;font-size:16px;line-height:20px;margin-right:8px}
|
||||
.product-detail-page .pd-price-off{display:inline-block;line-height:18px;font-size:12px;color:#d91605}
|
||||
.product-detail-page .pd-vat-group span{margin:6px 9px 0 0;line-height:34px;background:#f3f3f3;border-radius:5px;color:#555;font-weight:500;padding:0 11px}
|
||||
.product-detail-page .pd-offer-group{border-radius:15px;-webkit-box-shadow:0 0 0 1px #ffe4e1;box-shadow:0 0 0 1px #ffe4e1;position:relative;margin:30px 0 18px;padding:28px 12px 12px}
|
||||
.product-detail-page .pd-offer-group .title{background:#ffe4e1;border-radius:21px;color:#d91605;font-weight:700;line-height:38px;display:inline-block;margin:0 0 9px;position:absolute;top:-20px;left:12px;padding:0 12px 0 34px}
|
||||
.product-detail-page .pd-offer-group .title::before{content:"";width:21px;height:38px;background:url(../images/sprite.png) no-repeat;background-size:250px 202px;background-position:-134px -32px;position:absolute;top:0;left:12px}
|
||||
.product-detail-page .pd-offer-list{font-size:13px;line-height:20px}
|
||||
.product-detail-page .pd-offer-list .item{position:relative;padding-left:15px}
|
||||
.product-detail-page .pd-offer-list .item::before{content:"\f111";font-family:"Font Awesome 5 Free";font-weight:900;font-size:4px;position:absolute;left:3px}
|
||||
.product-detail-page .pd-offer-list .item *{padding:0;margin:0;list-style:none}
|
||||
.product-detail-page .pd-quantity-group{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;line-height:40px;margin:18px 0}
|
||||
.product-detail-page .pd-quantity-holder{width:100px;-webkit-box-shadow:0 0 0 1px #d9d9d9;box-shadow:0 0 0 1px #d9d9d9;border-radius:5px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;text-align:center;margin:0 12px}
|
||||
.product-detail-page .pd-quantity-holder a{width:29px;color:#000;line-height:40px}
|
||||
.product-detail-page .pd-quantity-holder a:first-child{border-right:1px solid #f3f3f3}
|
||||
.product-detail-page .pd-quantity-holder a:last-child{border-left:1px solid #f3f3f3}
|
||||
.product-detail-page .pd-quantity-holder input{width:calc(100% - 60px);text-align:center;border:0;outline:0}
|
||||
.product-detail-page .pd-btn-buy{border:2px solid #d91605;border-radius:10px;line-height:36px;color:#d91605;font-weight:600;font-size:16px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:0 21px;-webkit-transition:.1s all;-o-transition:.1s all;transition:.1s all}
|
||||
.product-detail-page .pd-btn-buy:hover{-webkit-box-shadow:0 0 6px 0 rgba(0,0,0,.3);box-shadow:0 0 6px 0 rgba(0,0,0,.3)}
|
||||
.product-detail-page .pd-btn-buy .icon-buy{width:30px;height:30px;margin-right:9px;background-repeat:no-repeat;background-size:30px;background-position:center 0}
|
||||
.product-detail-page .pd-btn-group .pd-btn-buyNow{background:#d91605;border-radius:10px;color:#fff;font-size:13px;line-height:20px;float:left;max-width:400px;width:100%;text-align:center;padding:11px 10px;-webkit-transition:.2s all;-o-transition:.2s all;transition:.2s all}
|
||||
.product-detail-page .pd-btn-group .pd-btn-buyNow:hover{-webkit-box-shadow:0 0 8px 1px rgba(0,0,0,.3);box-shadow:0 0 8px 1px rgba(0,0,0,.3)}
|
||||
.product-detail-page .pd-btn-group .pd-btn-buyNow b{font-weight:700;font-size:18px;display:block}
|
||||
.product-detail-page .pd-btn-group .pd-btn-buyNow span{display:block}
|
||||
.product-detail-page .pd-btn-group .pd-btn-addCart{background-color:var(--color-primary)}
|
||||
.product-detail-page .static-text{border:1px solid #d9d9d9;border-radius:10px;margin-bottom:24px;color:var(--color-primary);padding:15px 15px 14px;position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:8px}
|
||||
.product-detail-page .static-text .icon{max-height:20px;margin-bottom:2px}
|
||||
.product-detail-page .pd-static-item{-webkit-box-shadow:0 0 0 1px #d9d9d9;box-shadow:0 0 0 1px #d9d9d9;border-radius:10px;margin-bottom:12px}
|
||||
.product-detail-page .pd-static-item .title{background:#f3f3f3;border-bottom:1px solid #d9d9d9;font-weight:700;font-size:16px;line-height:40px;margin:0;padding:0 20px}
|
||||
.product-detail-page .pd-static-item .title .icon{max-height:20px}
|
||||
.product-detail-page .pd-static-item.gift .title{display:-webkit-box;display:-ms-flexbox;display:flex;gap:10px;color:#d91605;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-size:14px;line-height:44px;text-transform:uppercase;border-radius:10px 10px 0 0;overflow:hidden}
|
||||
.product-detail-page .pd-static-item ul{font-size:14px;line-height:28px;padding:8px 8px 12px 27px;margin:0;list-style:circle;font-family:inherit}
|
||||
.product-detail-page .pd-static-item ul ::marker{color:#d9d9d9;font-size:16px}
|
||||
.product-detail-page .pd-right-group .pd-static-item{position:relative;margin-bottom:24px;-webkit-box-shadow:0 0 0 1px var(--blue);box-shadow:0 0 0 1px var(--blue)}
|
||||
.product-detail-page .pd-right-group .pd-static-item .title{background:#fff;border:0;color:var(--color-primary);position:absolute;top:-15px;left:30px;line-height:30px;padding:0 10px}
|
||||
.product-detail-page .pd-hotline-list{padding:16px 30px 10px}
|
||||
.product-detail-page .pd-hotline-list .item{margin:0 0 8px;position:relative;font-size:14px;line-height:28px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}
|
||||
.product-detail-page .pd-hotline-list .item:last-child{margin:0}
|
||||
.product-detail-page .pd-hotline-list .item::before{content:"";width:16px;height:16px;background:url(../images/static-icon-zalo.png) no-repeat center;background-size:16px;margin-right:6px}
|
||||
.product-detail-page .pd-qr-code{padding:13px 12px}
|
||||
.product-detail-page .pd-qr-code a{width:110px;height:110px;padding:8px;background:#f3f3f3}
|
||||
.product-detail-page .pd-qr-code img{display:block;margin:auto}
|
||||
.product-detail-page .pd-video-holder iframe{display:block;margin:auto;width:100%;height:300px}
|
||||
.product-detail-page .btn-spec{display:block;width:100%;max-width:200px;font-size:13px;line-height:34px;height:36px;border:1px solid var(--color-primary);color:var(--color-primary);border-radius:5px;background:#fff;text-align:center;margin:auto;-webkit-transition:.1s all;-o-transition:.1s all;transition:.1s all}
|
||||
.product-detail-page .btn-spec.view-more-content-btn{max-width:100px}
|
||||
.product-detail-page .btn-spec:hover{color:#fff;background-color:var(--color-primary);border-color:var(--color-primary)}
|
||||
.product-detail-page .pd-spec-holder{position:relative;margin-bottom:34px}
|
||||
.product-detail-page .pd-spec-holder table{width:100%}
|
||||
.pd-spec-holder tr:nth-child(2n){background:#f5f5f5}
|
||||
.pd-spec-holder td{padding:8px;line-height:18px}
|
||||
.fancybox-spec{padding:44px 0}
|
||||
.product-detail-page .pd-art-group .item{display:-webkit-box;display:-ms-flexbox;display:flex;border-top:1px solid #f3f3f3;padding:12px 10px}
|
||||
.product-detail-page .pd-art-group .item:first-child{border:0}
|
||||
.product-detail-page .pd-art-group .item-img{max-width:140px;margin-right:8px}
|
||||
.product-detail-page .pd-art-group .item-img img{display:block;margin:auto;border-radius:12px}
|
||||
.product-detail-page .pd-art-group .item-title{font-size:14px;font-weight:500;line-height:16px;margin-bottom:2px}
|
||||
.product-detail-page .pd-art-group .item-summary{font-size:13px;line-height:16px}
|
||||
.product-detail-page .pd-product-related-group .p-container{padding:20px 0 10px}
|
||||
.product-detail-page .pd-product-related-group .p-item{border:0}
|
||||
.product-detail-page .pd-product-related-group .custom-nav .owl-nav .owl-prev{left:6px}
|
||||
.product-detail-page .pd-product-related-group .custom-nav .owl-nav .owl-next{right:6px}
|
||||
.product-detail-page .pd-product-related-group .pd-box-title{border-bottom:1px solid #f5f5f5;display:-webkit-box;display:-ms-flexbox;display:flex}
|
||||
.product-detail-page .pd-product-related-group .pd-box-title a{position:relative;line-height:44px;font-weight:500;font-size:16px;color:#000;padding:0 12px;text-align:center;-webkit-box-flex:1;-ms-flex:1;flex:1}
|
||||
.product-detail-page .pd-product-related-group .pd-box-title .active{color:#fff;background:var(--color-primary);-webkit-box-shadow:0 1px 5px rgba(0,0,0,.25);box-shadow:0 1px 5px rgba(0,0,0,.25);pointer-events:none}
|
||||
.product-detail-page .pd-product-related-group .pd-box-title .active::after{content:"";position:absolute;bottom:-11px;left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);border-left:12px solid transparent;border-right:12px solid transparent;border-top:12px solid var(--color-primary)}
|
||||
.product-detail-page .product-comment-container{padding:10px 10px 16px}
|
||||
.product-detail-page .product-comment-container .box-comment-left{font-weight:300;font-size:36px;line-height:30px;color:#d91605;margin:12px 0 16px}
|
||||
.product-detail-page .product-comment-container .box-comment-left b{font-weight:inherit}
|
||||
.product-detail-page .product-comment-container .box-comment-middle li{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;white-space:nowrap;font-size:13px;line-height:22px}
|
||||
.product-detail-page .product-comment-container .box-comment-middle .line-rating{background:#d9d9d9;border-radius:3px;max-width:230px;width:100%;height:8px;margin:0 12px;position:relative;overflow:hidden}
|
||||
.product-detail-page .product-comment-container .box-comment-middle .percent{position:absolute;left:0;top:0;bottom:0;background:#d91605;border-radius:3px}
|
||||
.product-detail-page .product-comment-container .box-comment-middle .count{font-size:13px;color:#1fb0de}
|
||||
.product-detail-page .product-comment-container .box-comment-right .btn-red{display:block;margin-top:4px;color:#fff;font-weight:500;font-size:14px;background:#d91605;border-radius:5px;line-height:40px}
|
||||
.product-detail-page .product-comment-container .comment-form-group{margin:25px 0 0;border:1px solid #d9d9d9;border-radius:12px;overflow:hidden}
|
||||
.product-detail-page .product-comment-container .comment-form-group td{padding:10px 14px 0}
|
||||
.product-detail-page .product-comment-container .comment-form-group tr:first-child td{padding:0;width:auto}
|
||||
.product-detail-page .product-comment-container .comment-form-group td:first-child{width:100px}
|
||||
.product-detail-page .product-comment-container .comment-form-group .form-control{-webkit-box-shadow:none;box-shadow:none;width:100%;height:40px;border-radius:5px;padding:0 10px;border:1px solid #d9d9d9;outline-color:var(--color-primary)}
|
||||
.product-detail-page .product-comment-container .comment-form-group textarea.form-control{display:block;width:100%;font-size:16px;padding:14px;height:122px;resize:none;outline:0;-webkit-box-shadow:none;box-shadow:none;border:0;border-radius:0;border-bottom:1px solid #d9d9d9;margin-bottom:10px}
|
||||
.product-detail-page .product-comment-container .comment-form-group .btn-red{margin-top:4px;color:#fff;font-weight:500;font-size:14px;background:#d91605;border-radius:5px;line-height:40px;text-align:center;display:inline-block;padding:0 20px;margin-bottom:15px}
|
||||
.product-detail-page .product-comment-container .btn-detail-form{max-width:176px;width:100%;height:40px;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;font-weight:700;font-size:14px;line-height:40px;color:#fff;background-color:var(--color-primary);border-radius:5px}
|
||||
.product-detail-page .section-review .review-form{display:none;padding:12px 10px 12px;border:1px solid #e1e1e1;border-radius:12px}
|
||||
.product-detail-page .section-review .review-form .review-form-item{margin-bottom:8px}
|
||||
.product-detail-page .section-review .review-form .review-form-item .r-input{background:#fff;border:1px solid #d9d9d9;border-radius:10px;height:40px;width:100%;font-size:14px;line-height:18px;padding:10px;outline-color:var(--color-primary)}
|
||||
.product-detail-page .section-review .review-form .review-form-item textarea.r-input{height:106px;resize:none;margin-bottom:-4px}
|
||||
.product-detail-page .section-review .review-form-reply .review-form-item textarea.r-input{height:132px}
|
||||
.product-detail-page .section-review .review-form .review-btn{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;max-width:212px;width:100%;height:40px;background:var(--color-primary);border-radius:10px;font-size:14px;font-weight:700;text-transform:uppercase;color:#fff}
|
||||
.product-detail-page .icon-star{background-image:url("../images/star_sprite.png");width:96px;height:19px;vertical-align:text-bottom;display:inline-block;background-repeat:no-repeat}
|
||||
.product-detail-page .icon-star.star0{background-position:3px -108px!important}
|
||||
.product-detail-page .icon-star.star1{background-position:3px -87px!important}
|
||||
.product-detail-page .icon-star.star2{background-position:3px -65px!important}
|
||||
.product-detail-page .icon-star.star3{background-position:3px -42px!important}
|
||||
.product-detail-page .icon-star.star4{background-position:3px -21px!important}
|
||||
.product-detail-page .icon-star.star5{background-position:3px 1px!important}
|
||||
.product-detail-page .box-review-list .review-item{width:100%;padding:10px 0}
|
||||
.product-detail-page .box-review-list .review-item .avatar{width:36px;height:36px;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;background:#ccc;border-radius:5px;font-weight:700}
|
||||
.product-detail-page .box-review-list .review-item .avatar-name{width:12px;overflow:hidden;white-space:nowrap;font-size:16px;font-weight:700;text-transform:uppercase}
|
||||
.product-detail-page .box-review-list .review-item .content span.star-rate-review{margin-right:15px}
|
||||
.product-detail-page .box-review-list .review-item.review-vm{display:none}
|
||||
.product-detail-page .box-review-list .review-item.review-vm a{width:150px;line-height:28px;border:solid 1px #e31212;border-radius:3px;color:#e31212;font-weight:300;font-size:12px;text-align:center}
|
||||
.product-detail-page .box-review-list .review-item-reply{background:#f0f0f0;padding:10px;border-radius:10px;margin-top:10px;position:relative}
|
||||
.product-detail-page .box-review-list .review-item-reply::after{content:"";position:absolute;top:-10px;left:15px;width:15px;height:10px;background:#f0f0f0;-webkit-clip-path:polygon(50% 0%,0% 100%,100% 100%);clip-path:polygon(50% 0%,0% 100%,100% 100%)}
|
||||
.rating-input{float:right;width:16px;height:16px;padding:0;margin:0 0 0 -16px;opacity:0}
|
||||
.rating-star:hover{background-position:0 0}
|
||||
.rating-star{position:relative;float:right;display:block;width:17px;height:17px;background:url("../images/star_rating_2022.png") 0 0;margin:0 3px}
|
||||
.rating-star:hover,.rating-star:hover~.rating-star{background-position:0 0}
|
||||
.rating-input:checked~.rating-star,.rating-star:hover,.rating-star:hover~.rating-star{background-position:0 0}
|
||||
.rating-input:checked~.rating-star,.rating:hover .rating-star:hover,.rating:hover .rating-star:hover~.rating-star{background-position:0 0}
|
||||
.rating-comment:hover .rating-star,.rating-star{position:relative;float:right;display:block;background:url("../images/star_rating_2022.png?v=2.1") 0 -28px}
|
||||
.rating-comment:hover .rating-star:hover,.rating-comment:hover .rating-star:hover~.rating-star{background-position:0 -56px!important}
|
||||
#star_tip{display:none;margin-left:10px;position:relative;background:#e20505;color:#fff;padding:2px 8px 3px;-webkit-box-sizing:border-box;box-sizing:border-box;border-radius:3px}
|
||||
#star_tip:after{right:100%;top:50%;border:solid transparent;content:" ";height:0;width:0;position:absolute;pointer-events:none;border-color:rgba(82,184,88,0);border-right-color:#e20505;border-width:6px;margin-top:-6px}
|
||||
.cart-page .cart-content .col-right{position:relative;max-width:450px;width:100%}
|
||||
.cart-page .cart-product .c-item{display:-webkit-box;display:-ms-flexbox;display:flex;padding:12px 0}
|
||||
.cart-page .cart-product .c-item:not(:last-child){border-bottom:1px solid #d9d9d9}
|
||||
.cart-page .cart-product .c-item .c-img{display:-webkit-box;display:-ms-flexbox;display:flex;max-width:130px;border:1px solid #e9e9e9;border-radius:10px;margin-right:8px}
|
||||
.cart-page .cart-product .c-item .c-name{font-weight:500;font-size:14px;line-height:20px;max-width:600px}
|
||||
.cart-page .cart-product .c-item .c-status{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:6px 10px;gap:4px;background:#f4faf6;border-radius:8px;font-weight:500;font-size:13px;line-height:20px;color:#00a046;margin:4px 0 8px}
|
||||
.cart-page .cart-product .c-item .c-status .icon{width:15px;height:15px}
|
||||
.cart-page .cart-product .c-item .c-quantity{background:#fff;border:1px solid #b6b6b6;border-radius:5px}
|
||||
.cart-page .cart-product .c-item .c-quantity .c-quantity-input{border:0;outline:0;width:36px;text-align:center;font-size:16px;line-height:36px;font-weight:500}
|
||||
.cart-page .cart-product .c-item .c-quantity .c-quantity-btn{width:36px;text-align:center;font-size:16px;line-height:36px;font-weight:500;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}
|
||||
.cart-page .cart-product .c-item .c-quantity .c-quantity-btn.minus{font-size:20px}
|
||||
.cart-page .cart-product .c-item .c-delete{background:#fff;border:1px solid var(--color-primary);border-radius:5px;width:36px;height:36px;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;cursor:pointer}
|
||||
.cart-page .cart-product .c-item .c-delete .icon{max-height:20px}
|
||||
.cart-page .cart-product .c-item .c-delete:hover{background-color:var(--color-primary)}
|
||||
.cart-page .cart-product .c-item .c-delete:hover .icon{-webkit-filter:brightness(0) invert(1);filter:brightness(0) invert(1)}
|
||||
.cart-page .cart-option .cart-btn{display:inline-block;border-radius:5px;padding:0 10px;-webkit-box-shadow:0 1px 4px rgba(0,0,0,.25);box-shadow:0 1px 4px rgba(0,0,0,.25);font-weight:500;font-size:14px;line-height:36px}
|
||||
.cart-page .cart-option .cart-btn:hover{-webkit-box-shadow:0 1px 4px rgba(0,0,0,.4);box-shadow:0 1px 4px rgba(0,0,0,.4)}
|
||||
.cart-page .cart-option .cart-btn-return{background-color:rgba(186,224,250,.5)}
|
||||
.cart-page .cart-option .cart-btn-delete-all{border:1px solid rgba(58,146,236,.5)}
|
||||
.cart-page .cart-form{padding:12px 10px;background:#fff;border:1px solid #2176b0;border-radius:15px}
|
||||
.cart-page .cart-form .form-input{font-size:14px;line-height:18px;width:100%;background:#f5f5f5;border-radius:8px;border:0;outline-color:var(--color-primary);padding:10px;margin-bottom:8px;border:1px solid transparent}
|
||||
.cart-page .cart-form .form-right .list-radio .item:not(:last-child){margin-bottom:16px}
|
||||
.cart-page .cart-form .form-right .list-radio .item label{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex}
|
||||
.cart-page .cart-form .form-right .list-radio .item label:before{content:"";display:inline-block;position:relative;top:0;margin:0 10px 0 0;width:14px;height:14px;border-radius:50%;border:1px solid var(--color-primary);background-color:transparent}
|
||||
.cart-page .cart-form .form-right .list-radio .item input[type=radio]:checked+label:after{content:"";border-radius:50%;width:8px;height:8px;position:absolute;top:3px;left:3px;display:block;background:var(--color-primary)}
|
||||
.cart-page .cart-form .form-heading{border-bottom:1px dashed #999}
|
||||
.cart-page .cart-form .form-heading .log-in .icon{max-height:18px;margin-bottom:2px}
|
||||
.cart-page .cart-form .customer-form textarea{max-height:114px;resize:none}
|
||||
.cart-page .cart-summary{background:#f8f8f8;border-radius:15px;padding:14px 10px}
|
||||
.cart-page .cart-summary .title{font-size:16px;padding-bottom:12px;border-bottom:1px dashed #999}
|
||||
.cart-page .cart-summary .cart-summary-item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;font-size:16px;line-height:32px}
|
||||
.cart-page .cart-summary .cart-summary-btn{width:100%;background-color:#fff;border:1px solid var(--color-primary);border-radius:10px;font-size:16px;line-height:20px;font-weight:700;height:40px;cursor:pointer;color:var(--color-primary);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;gap:8px}
|
||||
.cart-page .cart-summary .cart-summary-btn:hover{-webkit-box-shadow:0 1px 5px rgba(0,0,0,.4);box-shadow:0 1px 5px rgba(0,0,0,.4)}
|
||||
.cart-page .cart-summary .cart-summary-btn .icon{max-height:22px}
|
||||
.cart-page .cart-summary .cart-summary-send{background-color:var(--color-primary);color:#fff;text-transform:uppercase}
|
||||
.cart-send-page .cart-send-content{max-width:800px;margin:0 auto}
|
||||
.cart-send-page .text-blue{color:#005cba}
|
||||
.cart-send-page .cart-detail-group{-webkit-box-shadow:0 0 5px 0 rgba(0,0,0,.2);box-shadow:0 0 5px 0 rgba(0,0,0,.2)}
|
||||
.cart-send-page .cart-detail-group .item{padding:10px;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;border-top:1px solid #f5f5f5;gap:16px}
|
||||
.cart-send-page .cart-send-info{padding:20px 10px;margin-top:12px;background:#f5f5f5;font-weight:300}
|
||||
.cart-send-page .cart-send-info p{display:-webkit-box;display:-ms-flexbox;display:flex;margin-bottom:10px}
|
||||
.cart-send-page .cart-send-info b{display:inline-block;width:100px;vertical-align:top}
|
||||
.cart-send-page .cart-send-info span{-webkit-box-flex:1;-ms-flex:1;flex:1}
|
||||
.cart-send-page .icon-face-error{background:url(../images/send-cart-face.png) center no-repeat;display:block;padding-bottom:60px;margin-bottom:10px}
|
||||
.cart-send-page .cart-detail-group .title{border-bottom:1px solid #d7d7d7;line-height:44px}
|
||||
.cart-send-page .cart-detail-group .item:first-child{border:0}
|
||||
.cart-send-page .cart-detail-group .item-left{max-width:120px}
|
||||
.cart-send-page .cart-detail-group .item-left img{display:block;width:100%}
|
||||
.cart-send-page .cart-detail-group .item-middle{max-width:360px;width:100%;margin-bottom:10px}
|
||||
.cart-send-page .cart-detail-group .item-right{-webkit-box-flex:1;-ms-flex:1;flex:1;width:100%;text-align:right;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}
|
||||
.cart-send-page .cart-detail-group .item-variant{margin:10px 0 0;font-size:12px;font-weight:500}
|
||||
.cart-send-page .cart-detail-group .item-name{display:block;color:#222;margin-bottom:8px;font-weight:600}
|
||||
.cart-send-page .cart-detail-group .item-name:hover{color:#ee2d24}
|
||||
.cart-send-page .cart-detail-group .offer-group span{position:relative;display:none;padding-left:12px;margin-bottom:10px}
|
||||
.cart-send-page .cart-detail-group .offer-group span::before{content:"";width:5px;height:5px;border-radius:50%;background:#d4d4d4;position:absolute;top:7px;left:0}
|
||||
.cart-send-page .cart-detail-group .item-quantity{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;border:1px solid #e5e5e5;border-radius:4px;overflow:hidden;text-align:center;width:100px;margin:auto 0 auto auto}
|
||||
.cart-send-page .cart-detail-group .item-quantity a{text-align:center;color:#222;width:30px;line-height:33px;font-weight:500}
|
||||
.cart-send-page .cart-detail-group .item-quantity input{text-align:center;border:0;border-left:1px solid #e5e5e5;border-right:1px solid #e5e5e5;width:37px}
|
||||
.cart-send-page .cart-detail-group .cart-voucher-group{padding:15px;background:#f5f5f5}
|
||||
.cart-send-page .cart-detail-group .cart-voucher-group .btn-check-voucher{background:#707070;width:85px;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-align:center;-webkit-box-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}
|
||||
.cart-send-page .cart-detail-group .cart-voucher-group .cart-voucher-form{background:#fff;position:relative;overflow:hidden;border-radius:6px;margin-bottom:12px}
|
||||
.cart-send-page .cart-detail-group .cart-voucher-group .voucher-input{width:calc(100% - 90px);border:0;height:40px;padding-left:12px}
|
||||
.cart-send-page .cart-detail-group .p-15{padding:0 15px}
|
||||
.article-page .a-item .a-image{position:relative}
|
||||
.article-page .a-item .a-category{position:absolute;bottom:10px;left:10px;background:rgba(250,250,250,.85);padding:4px 8px;border-radius:10px;font-size:14px;line-height:18px;font-weight:500}
|
||||
.article-page .a-item .a-features{font-size:12px;line-height:16px;font-weight:500;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:8px;margin:8px 0}
|
||||
.article-page .a-item .a-title{height:40px}
|
||||
.article-page .a-item .a-summary{height:52px}
|
||||
.article-page .a-item .a-pic{position:relative;padding-top:60%;overflow:hidden;display:-webkit-box;display:-ms-flexbox;display:flex;border-radius:15px}
|
||||
.article-page .a-item .a-img{margin:auto 0;bottom:0;right:0;top:0;left:0;position:absolute}
|
||||
.article-page .grid--article-list{gap:20px}
|
||||
.article-page .article-header .article-category{white-space:nowrap;overflow:auto}
|
||||
.article-page .article-header .article-category .item.active{color:var(--color-primary)}
|
||||
.article-page .heading-primary{display:inline-block;font-size:18px;line-height:36px;font-weight:700;border-bottom:2px solid var(--color-primary);text-transform:uppercase;margin-bottom:24px}
|
||||
.article-page .article-box-btn{padding-top:24px;text-align:center;position:relative;margin-bottom:24px}
|
||||
.article-page .article-box-btn .link:hover{background:var(--color-primary);color:#fff;border-color:var(--color-primary)}
|
||||
.article-page .article-box .article-box-btn a{display:inline-block;color:var(--color-primary);padding:9px 25px;border:1px solid var(--color-primary)}
|
||||
.article-page .swiper-button-next,.article-page .swiper-button-prev{width:30px;height:50px;background:rgba(0,0,0,.25)}
|
||||
.article-page .swiper-button-prev{border-radius:0 10px 10px 0;-webkit-transform:translateX(-10px);-ms-transform:translateX(-10px);transform:translateX(-10px)}
|
||||
.article-page .swiper-button-next{border-radius:10px 0 0 10px;-webkit-transform:translateX(10px);-ms-transform:translateX(10px);transform:translateX(10px)}
|
||||
.article-page .swiper-button-next::after,.article-page .swiper-button-prev::after{font-size:16px;color:#fff}
|
||||
.article-page .a-article-showcase .a-wrapper{max-width:700px;position:absolute;bottom:20px;left:10px;right:10px;color:#fff;text-shadow:1px 1px 1px #000}
|
||||
.article-page .a-article-showcase .a-category{position:relative;display:inline-block;color:#000;top:0;left:0;margin-bottom:10px}
|
||||
.article-page .article-home-top-right .a-name{font-size:16px;line-height:20px}
|
||||
.article-page .article-home-top-right .a-wrapper{bottom:0;left:10px;right:10px}
|
||||
.article-page .article-home-top-right .a-category{margin-bottom:4px}
|
||||
.article-page .article-home-top-right .a-features{margin-top:4px!important}
|
||||
.article-page .list-style .p-item{display:-webkit-box;display:-ms-flexbox;display:flex;gap:8px}
|
||||
.article-page .list-style .p-item .p-info{-webkit-box-flex:1;-ms-flex:1;flex:1}
|
||||
.article-page .list-style .p-item .p-thumbs{max-width:130px;width:100%;height:-webkit-max-content;height:-moz-max-content;height:max-content}
|
||||
.article-page .list-style .p-item .p-name{margin-top:0!important}
|
||||
.article-page .list-style .p-item .p-price{display:block}
|
||||
.article-page .list-style .p-item .p-price-stock{margin-left:0}
|
||||
.article-page .list-style .p-item .p-price-sale-off{top:8px;left:8px;padding:7px;font-size:13px;line-height:16px}
|
||||
.article-page .archor-text-group{display:inline-block;background:#f1f1f1;border-radius:10px;padding:12px;margin-bottom:15px}
|
||||
.article-page .archor-text-group .toc_title{display:inline-block;cursor:pointer;font-size:16px}
|
||||
.article-page .archor-text-group ul{padding:0!important;margin:0!important}
|
||||
.article-page .archor-text-group a{color:#000}
|
||||
.article-page .archor-text-group li *{font-size:14px!important;font-weight:500}
|
||||
.article-page .archor-text-group a:hover{color:red}
|
||||
.article-page .archor-text-group a p{margin-bottom:0}
|
||||
.article-page .archor-text-group ol{margin-bottom:0;list-style:none;padding:0}
|
||||
.article-page .archor-text-group ol li{margin-top:4px}
|
||||
.article-page #js-outp li{display:table;counter-increment:item;margin-bottom:4px}
|
||||
.article-page #js-outp ol{list-style-type:none;counter-reset:item;margin:0;padding:0!important;font-weight:400}
|
||||
.article-page #js-outp li:before{width:28px;content:counters(item, ".") ". ";display:table-cell;font-weight:700;color:#363636!important}
|
||||
.brand-page{padding:20px 10px;background:#fff;margin-bottom:30px}
|
||||
.brand-page .featured-brand{width:100%;float:left;margin-bottom:30px}
|
||||
.brand-page .featured-brand .title-n{width:100%;float:left;font-size:18px;text-transform:uppercase;font-weight:700;margin-bottom:20px}
|
||||
.brand-page .featured-brand .list-n{width:100%;float:left;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}
|
||||
.brand-page .featured-brand .list-n li{width:12.5%;float:left;text-align:center;margin-bottom:10px}
|
||||
.brand-page .featured-brand .list-n li img{max-height:25px}
|
||||
.brand-page .brand-list{margin-bottom:50px}
|
||||
.brand-page .brand-list .first-letter{float:left;margin-right:30px}
|
||||
.brand-page .brand-list .first-letter .title-n{float:left;font-size:18px;text-transform:uppercase;font-weight:700;line-height:25px}
|
||||
.brand-page .brand-list .list-letter{float:left}
|
||||
.brand-page .brand-list .list-letter li{float:left;margin-right:25px;font-size:16px;line-height:25px}
|
||||
.brand-page .brand-item{margin-bottom:20px}
|
||||
.brand-page .brand-item .smallTitle{font-size:18px;font-weight:700;margin-bottom:10px!important;line-height:30px;border-bottom:solid 1px #ccc}
|
||||
.brand-page .brand-item .list-unstyled{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;padding-left:20px}
|
||||
.brand-page .brand-item .list-unstyled li{text-align:center;padding:0 10px;margin-bottom:20px;text-transform:capitalize}
|
||||
.brand-page .brand-item .list-unstyled li img{max-height:25px;width:auto}
|
||||
.brand-page a{color:#222}
|
||||
.brand-page a:hover{color:#d91605}
|
||||
.customer-page .customer-content-group{max-width:825px;background:#fff;padding:20px 0}
|
||||
.customer-page .customer-content-title{text-align:center;font-size:18px;font-weight:600}
|
||||
.customer-page .customer-content-title a{color:#222}
|
||||
.customer-page .customer-content-title a:first-child{margin-right:16px}
|
||||
.customer-page .customer-content-title a.current,.customer-page .customer-content-title a:hover{color:var(--color-primary);border-bottom:1px solid var(--color-primary)}
|
||||
.customer-page .customer-form{margin:auto;max-width:616px}
|
||||
.customer-page .customer-form .item{margin-top:20px;font-weight:300}
|
||||
.customer-page .customer-form .item input{display:block;width:100%;border:1px solid #d7d7d7;padding:0 12px;height:42px;border-radius:5px;margin-top:5px;font-size:16px;outline:0}
|
||||
.customer-page .customer-form .item span{color:#d91605}
|
||||
.customer-page .customer-form .item p{font-size:14px;font-weight:400}
|
||||
.customer-page .btn-customer{width:100%;height:46px;border:0;border-radius:6px;background-color:var(--color-primary);font-size:18px;font-weight:600;color:#fff;margin-top:30px;cursor:pointer}
|
||||
.customer-page .password-input{position:relative}
|
||||
.customer-page .show-pass{position:absolute;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);right:10px}
|
||||
.customer-page .forgot-password{display:block;text-align:right;color:#208ce8;margin:8px 0 0;font-size:14px}
|
||||
.customer-page .forgot-password-content{max-width:800px;padding-top:50px;margin:0 auto}
|
||||
.customer-page .forgot-password-content h2{font-size:26px;font-weight:600;margin-bottom:8px}
|
||||
.customer-page .forgot-password-content p{font-size:16px;margin-bottom:20px}
|
||||
.customer-page .forgot-password-content table{width:100%}
|
||||
.customer-page .forgot-password-content input{width:100%;padding:10px 8px;font-size:18px;border-radius:5px;outline:0;border:1px solid var(--color-primary)}
|
||||
.customer-page .forgot-password-content td:first-child{font-size:18px}
|
||||
.customer-page .btn-forgot-password{display:block;width:50%;margin:30px auto}
|
||||
.customer-page .js-alert-mess{font-size:16px;font-weight:500;color:#d91605}
|
||||
.account-page .account{padding:30px 0;display:-webkit-box;display:-ms-flexbox;display:flex;gap:10px;font-size:16px;-ms-flex-direction:column;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column}
|
||||
.account-page .account .left-title{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin:0 60px 20px 0;width:220px}
|
||||
.account-page .account .left-title span{font-size:16px;font-weight:400}
|
||||
.account-page .account .left-title p{font-size:18px;margin-top:4px}
|
||||
.account-page .account .title-list{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;gap:8px}
|
||||
.account-page .account .title-list a{display:-webkit-box;display:-ms-flexbox;display:flex;gap:8px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:10px 0;-ms-flex-direction:column;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column;text-align:center;width:95px}
|
||||
.account-page .account .col-right{padding:10px;-webkit-box-shadow:0 0 5px rgb(0 0 0 / 20%);box-shadow:0 0 5px rgb(0 0 0 / 20%)}
|
||||
.account-page .account .col-right h2{font-size:22px;font-weight:600;margin-bottom:16px}
|
||||
.account-page .account .col-right .form-input{width:100%;padding-left:13px;border-radius:5px;border:1px solid #e1e1e1;height:38px;margin-bottom:8px;outline-color:var(--color-primary)}
|
||||
.account-page .btn-change{padding:10px 20px;border:none;background-color:#ee2d24;color:#fff;border-radius:5px;font-size:16px;cursor:pointer;margin-top:10px}
|
||||
.account-page .order-page td{padding:4px;border:1px solid #ccc}
|
||||
.account-page .red-bold{color:#d91605;font-weight:600}
|
||||
.account-page .send-cart-info,.send-cart-info{padding:20px 15px;margin-top:12px;background:#f2f2f2;font-weight:300}
|
||||
.account-page .send-cart-info p,.send-cart-info p{margin-bottom:16px;width:100%}
|
||||
.account-page .send-cart-info b{font-weight:700;width:145px;display:inline-block}
|
||||
.account-page .send-cart-info span,.send-cart-info span{width:calc(100% - 200px)}
|
||||
.account-page .send-cart-detail-product,.send-cart-detail-product{margin-top:15px;-webkit-box-shadow:0 0 5px 0 rgb(0 0 0 / 20%);box-shadow:0 0 5px 0 rgb(0 0 0 / 20%);border:1px solid #dee2e6!important}
|
||||
.account-page .send-cart-product-title{padding:20px 15px;font-size:18px;font-weight:600;border-bottom:1px solid #dee2e6}
|
||||
.account-page .send-cart-product-info{display:-webkit-box;display:-ms-flexbox;display:flex;padding:10px;width:100%;border-bottom:1px solid #dee2e6}
|
||||
.account-page .send-cart-item-left{margin-right:8px;text-align:center;-webkit-box-flex:1;-ms-flex:1;flex:1}
|
||||
.account-page .send-cart-item-center a,.send-cart-item-center a{font-size:14px;font-weight:600;color:#222;text-decoration:none}
|
||||
.account-page .send-cart-item-right{line-height:20px;margin-top:8px;width:100%}
|
||||
.account-page .new-price,.total-price{font-size:18px;color:#d60000;font-weight:800}
|
||||
.account-page .new-price{color:#000!important;font-size:17px}
|
||||
.account-page .old-price{font-size:13px;color:#888;text-decoration:line-through}
|
||||
.account-page .number-item{font-weight:700;font-size:13px;margin:3px 0}
|
||||
.account-page .total-item{color:#d91605;font-size:17px;font-weight:800}
|
||||
.account-page .send-cart-total,.send-cart-total{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:15px}
|
||||
.account-page .send-cart-total p:first-child,.send-cart-total p:first-child{font-size:16px;font-weight:700}
|
||||
.account-page .again-cart{display:block;text-decoration:none;padding:22px 0 50px;text-align:center;color:#d60000;font-weight:600;font-size:22px}
|
||||
.contact-page .box-contact-detail{display:-ms-grid;display:grid;gap:12px;margin-bottom:16px}
|
||||
.contact-page .box-contact-information{background:#fff;border-radius:15px;padding:12px}
|
||||
.contact-page .box-info-company{background:#fff;border-radius:15px;padding:12px}
|
||||
.contact-page .box-info-company-detail{max-width:312px;margin:0 auto 36px}
|
||||
.contact-page .box-contact-informatio-title{margin:16px 0 32px;text-align:center;font-size:16px;line-height:22px}
|
||||
.contact-page .box-info-company-title{font-size:20px;font-weight:700;text-align:center;margin:35px 0 27px;line-height:32px}
|
||||
.contact-page .item-info-company{margin-bottom:8px;display:-webkit-box;display:-ms-flexbox;display:flex}
|
||||
.cart-info-group .cart-btn-group,.contact-page .box-info-company-tuvan{margin-top:20px}
|
||||
.contact-page .box-contact-map{border-radius:15px;overflow:hidden;-webkit-box-shadow:0 1px 5px rgb(0 0 0 / 20%);box-shadow:0 1px 5px rgb(0 0 0 / 20%);margin-bottom:16px;display:-webkit-box;display:-ms-flexbox;display:flex}
|
||||
.contact-page .item-contact{width:100%;max-width:575px;margin:16px auto}
|
||||
.contact-page .item-contact input{width:100%;height:38px;border:1px solid #7c7c7c;border-radius:10px;outline:0;padding:0 16px}
|
||||
.contact-page .item-contact input::-webkit-input-placeholder{text-align:center}
|
||||
.contact-page .item-contact input::-moz-placeholder{text-align:center}
|
||||
.contact-page .item-contact input:-ms-input-placeholder{text-align:center}
|
||||
.contact-page .item-contact input::-ms-input-placeholder{text-align:center}
|
||||
.contact-page .item-contact input::placeholder{text-align:center}
|
||||
.contact-page .item-contact-descreption{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}
|
||||
.contact-page .item-contact p,.item-contact-descreption p{font-size:14px;text-align:center;margin-top:4px}
|
||||
.contact-page .item-contact-descreption textarea::-webkit-input-placeholder{font-size:14px;text-align:center;padding-top:30px}
|
||||
.contact-page .item-contact-descreption textarea::-moz-placeholder{font-size:14px;text-align:center;padding-top:30px}
|
||||
.contact-page .item-contact-descreption textarea:-ms-input-placeholder{font-size:14px;text-align:center;padding-top:30px}
|
||||
.contact-page .item-contact-descreption textarea::-ms-input-placeholder{font-size:14px;text-align:center;padding-top:30px}
|
||||
.contact-page .item-contact-descreption textarea::placeholder{font-size:14px;text-align:center;padding-top:30px}
|
||||
.contact-page .item-contact-descreption textarea{background:#fff;resize:none;border-radius:15px;height:115px;outline:0;padding:12px;width:100%;max-width:575px}
|
||||
.contact-page .item-contact-btn{max-width:158px;margin:28px auto 12px}
|
||||
.contact-page .item-contact-btn button{width:100%;background:var(--color-primary);border-radius:15px;border:none;height:38px;color:#fff;text-transform:uppercase;cursor:pointer}
|
||||
.contact-page .item-tuvan{margin-bottom:16px;text-align:center}
|
||||
.contact-page .item-tuvan p{font-size:20px;color:#0060af;font-weight:700;margin-top:4px}
|
||||
.global-footer .accordion-content{max-height:0;-webkit-transition:max-height .3s ease-out;-o-transition:max-height .3s ease-out;transition:max-height .3s ease-out;overflow:hidden}
|
||||
.nav-fixed-bottom{position:fixed;bottom:0;left:0;right:0;padding:8px 4px;z-index:998;-webkit-box-shadow:0 0 5px rgba(0,0,0,.3);box-shadow:0 0 5px rgba(0,0,0,.3)}
|
||||
.nav-fixed-container{max-width:768px;margin:0 auto}
|
||||
.nav-fixed-bottom-item{-webkit-box-flex:1;-ms-flex:1;flex:1;text-align:center;color:#343a40;font-weight:500}
|
||||
.nav-fixed-bottom-item.current{color:var(--color-primary)}
|
||||
.nav-fixed-bottom-item .icon{font-size:20px}
|
||||
.nav-fixed-bottom-item .title{font-size:13px;line-height:17px}
|
||||
.loading-progress{height:310px}
|
||||
770
Alpha/css/style_pc.css
Normal file
@@ -0,0 +1,770 @@
|
||||
:root{--color-primary:#014fbc;--color-secondary:#041e42;--white:#fff;--black:#000;--red:#fe0000;--blue:#3a92ec;--green:#008000;--gray:#7e7e7e;--gray-2:#d9d9d9;--box-shadow:0px 1px 6px rgba(0, 0, 0, 0.2)}
|
||||
html{font-size:16px}
|
||||
body{-webkit-box-sizing:border-box;box-sizing:border-box;font-family:Roboto,sans-serif;color:#000;min-width:1220px;word-break:break-word;line-height:1.3;font-weight:400;background-color:#fff}
|
||||
.container{max-width:1620px;width:100%;padding:0 10px;margin:0 auto}
|
||||
.box-w{border-radius:15px;background-color:#fff;padding:12px}
|
||||
.box-empty{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;font-size:24px;line-height:28px;font-weight:500;width:100%;height:430px;color:red;grid-column:1/-1}
|
||||
.alert-mess{text-align:center;padding:50px 30px;font-size:20px;font-weight:500;color:red}
|
||||
.alert-error{padding-left:24px;margin:16px 0;color:red;font-weight:600;line-height:1.5}
|
||||
.visibility-hidden{visibility:hidden}
|
||||
.style-img-block{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;padding-bottom:100%}
|
||||
.style-img-content{position:absolute;bottom:0;right:0;top:0;left:0;margin:auto auto}
|
||||
.border-radius-15{border-radius:15px}
|
||||
.border-radius-10{border-radius:10px}
|
||||
.paging{margin:32px 0;text-align:center}
|
||||
.paging-link.active,.paging-link:hover{color:#fff;background:var(--color-primary)}
|
||||
.paging-link{display:-webkit-inline-box!important;display:-ms-inline-flexbox!important;display:inline-flex!important;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-right:8px;border-radius:50%;color:#000;font-size:18px;line-height:20px;text-decoration:none;text-transform:capitalize;width:40px;height:40px;background:#f3f3f3}
|
||||
.routing .list{display:-webkit-box;display:-ms-flexbox;display:flex;padding:16px 0;list-style:none}
|
||||
.routing .routing-link{position:relative;font-size:14px;font-weight:400;padding:0 10px;text-decoration:none}
|
||||
.routing .routing-link:first-child{padding-left:0}
|
||||
.routing .routing-link:last-child{color:var(--color-primary);max-width:700px;overflow:hidden;white-space:nowrap;-o-text-overflow:ellipsis;text-overflow:ellipsis}
|
||||
.routing .routing-link:not(:last-child)::before{content:"";position:absolute;top:50%;right:0;-webkit-transform:translateY(-50%) rotate(25deg);-ms-transform:translateY(-50%) rotate(25deg);transform:translateY(-50%) rotate(25deg);width:1px;height:80%;border-right:1px solid #000}
|
||||
.success-form{position:fixed;top:0;left:0;right:0;bottom:0;z-index:99999;background:rgba(0,0,0,.5);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}
|
||||
.success-form .cart-success{width:500px;height:300px;background:#fff;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:fixed}
|
||||
.success-form .success-form-svg{display:block;height:80px;width:80px;color:var(--color-primary)}
|
||||
.success-form .text-cart-success{font-size:24px;font-weight:600;line-height:1.6;padding-top:30px}
|
||||
.header-cart{position:relative}
|
||||
.header-cart:hover .cart-ttip{display:block}
|
||||
.header-cart .header-cart-quantity{width:14px;height:14px;font-size:10px;line-height:14px;border-radius:50%;background-color:var(--red);color:#fff;position:absolute;top:10px;right:8px}
|
||||
.header-cart .cart-ttip{display:none;position:absolute;background-color:#fff;border-radius:10px;width:400px;height:auto;right:0;top:100%;z-index:3;-webkit-box-shadow:0 1px 6px rgb(0 0 0 / 25%);box-shadow:0 1px 6px rgb(0 0 0 / 25%)}
|
||||
.header-cart .cart-ttip .cart-ttip-price-button{border-radius:5px;padding:10px;background:var(--color-primary);text-align:center;margin:0 12px 12px}
|
||||
.header-cart .cart-ttip .cart-ttip-item-container{max-height:300px;overflow:auto}
|
||||
.header-cart .cart-ttip .cart-ttip-item-container .compare-item{height:auto;margin:0;max-width:unset;-webkit-box-shadow:none;box-shadow:none}
|
||||
.header-cart .cart-ttip .header-null-cart{width:100%!important;text-align:center;padding:30px;color:#000;font-weight:600}
|
||||
.header-cart .cart-ttip .header-cart-item-price{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-top:10px}
|
||||
.header-cart .cart-ttip .cart-ttip-price{display:-webkit-box;display:-ms-flexbox}
|
||||
.header-cart .cart-ttip .header-cart-item-price p{font-weight:700;width:auto}
|
||||
.header-cart .cart-ttip .cart-ttip-price{padding:10px 20px 10px 10px;border-top:3px solid var(--color-primary);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end!important;-ms-flex-pack:end!important;justify-content:flex-end!important;gap:6px;-webkit-box-align:baseline;-ms-flex-align:baseline;align-items:baseline}
|
||||
.header-cart .cart-ttip .cart-ttip-price p{color:#000;width:auto;padding:0;margin:0}
|
||||
.header-cart .cart-ttip .cart-ttip-price p:first-child{font-size:15px;font-weight:700;text-transform:uppercase;-webkit-transform:translateY(2px);-ms-transform:translateY(2px);transform:translateY(2px)}
|
||||
.header-cart .cart-ttip .cart-ttip-price p:nth-child(2){font-size:13px;font-weight:200;color:var(--color-primary);margin-left:0!important}
|
||||
.header-cart .cart-ttip .cart-ttip-price p:last-child{font-size:15px;font-weight:700}
|
||||
.header-cart .cart-ttip .compare-item{display:-webkit-box;display:-ms-flexbox;display:flex;width:100%;-webkit-box-shadow:0 1px 8px rgb(0 0 0 / 25%);box-shadow:0 1px 8px rgb(0 0 0 / 25%);padding:10px;border-radius:10px;max-width:360px;background:#fff}
|
||||
.header-cart .cart-ttip .compare-item img{width:80px;border:5px}
|
||||
.header-cart .cart-ttip .compare-item .compare-item-text{display:inline-block;padding:0 10px;-webkit-box-flex:1;-ms-flex:1;flex:1}
|
||||
.header-cart .cart-ttip .compare-item .compare-item-text p{background:0 0;color:#000;padding:0;width:100%;word-break:break-word;font-size:14px;line-height:20px;margin-left:0;height:40px}
|
||||
.header-cart .cart-ttip .header-null-cart{width:100%;text-align:center;padding:24px;color:#000;font-size:14px;font-weight:600}
|
||||
.static-icons{background-image:url(../images/static-icons-map-pc.png);background-repeat:no-repeat;display:inline-block;background-size:318.5px 240px}
|
||||
.static-icon-aggel-down{width:12px;height:6px;background-position:-2px -2px}
|
||||
.static-icon-aggel-down-blue{width:8px;height:4px;background-position:-19px -2px}
|
||||
.static-icon-aggel-up-2{width:40px;height:40px;background-position:-32px -2px}
|
||||
.static-icon-box-pro{width:26px;height:26px;background-position:-77px -2px}
|
||||
.static-icon-box-pro-2{width:28px;height:28px;background-position:unset;background-size:cover;background-image:url(../images/sale.png)}
|
||||
.static-icon-box-pro-new{width:26px;height:28px;background-position:-107px -2px}
|
||||
.static-icon-box-pro-new-2{width:28px;background-position:unset;background-size:cover;background-image:url(../images/new1.png)}
|
||||
.static-icon-cart{width:32px;height:28px;background-position:-138px -2px}
|
||||
.static-icon-cart-pro{width:19px;height:19px;background-position:-174px -2px}
|
||||
.static-icon-clipboard-text{width:20px;height:21px;background-position:-198px -2px}
|
||||
.static-icon-eyes{width:20px;height:14px;background-position:-2px -28px}
|
||||
.static-icon-fb-2{width:50px;height:50px;background-position:-138px -35px}
|
||||
.static-icon-fb-logo{width:38px;height:38px;background-position:-2px -90px}
|
||||
.static-icon-fire{width:22px;height:26px;background-position:-193px -27px}
|
||||
.static-icon-gift{width:32px;height:32px;background-position:-45px -90px}
|
||||
.static-icon-gift-2{width:19px;height:18px;background-position:-2px -56px}
|
||||
.static-icon-green-check{width:12px;height:13px;background-position:-26px -56px}
|
||||
.static-icon-hot-sticker{width:76px;height:32px;background-position:-82px -90px}
|
||||
.static-icon-instagram-logo{width:38px;height:38px;background-position:-163px -90px}
|
||||
.static-icon-mail{width:90px;height:90px;background-position:-45px -127px}
|
||||
.static-icon-mail-2{width:50px;height:50px;background-position:-140px -133px}
|
||||
.static-icon-mess-2{width:51px;height:51px;background-position:-223px -2px}
|
||||
.static-icon-messages{width:20px;height:20px;background-position:-42px -57px}
|
||||
.static-icon-news{width:20px;height:18px;background-position:-67px -57px}
|
||||
.static-icon-news-2{width:20px;height:17px;background-position:-92px -57px}
|
||||
.static-icon-note{width:36px;height:36px;background-position:-206px -57px}
|
||||
.static-icon-phone-shake{width:14px;height:14px;background-position:-117px -57px}
|
||||
.static-icon-phone-shake-2{width:54px;height:54px;background-position:-206px -98px}
|
||||
.static-icon-profile-2user{width:20px;height:20px;background-position:-247px -57px}
|
||||
.static-icon-profile-circle{width:20px;height:20px;background-position:-2px -157px}
|
||||
.static-icon-search{width:25px;height:25px;background-position:-195px -157px}
|
||||
.static-icon-youtube-2{width:51px;height:51px;background-position:-195px -187px}
|
||||
.static-icon-youtube-logo{width:38px;height:38px;background-position:-278px -2px}
|
||||
.global-header{-webkit-box-shadow:0 1px 10px rgba(0,0,0,.25);box-shadow:0 1px 10px rgba(0,0,0,.25)}
|
||||
.global-header .header-top{height:42px;background-color:var(--color-primary);color:#fff;font-size:14px;line-height:16px}
|
||||
.global-header .header-top .row{height:42px}
|
||||
.global-header .header-top .contact{padding:8px 12px;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;gap:8px;border-radius:17px;cursor:pointer}
|
||||
.global-header .header-bottom .row{height:102px}
|
||||
.global-header .header-bottom .logo img{max-height:80px}
|
||||
.global-header .header-features .wrapper-icon{height:50px;width:50px;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;background:rgba(58,146,236,.1);border-radius:50%}
|
||||
.global-header .header-features .text{max-width:94px}
|
||||
.global-header .header-features .item:nth-child(2) .text{max-width:80px}
|
||||
.global-header .header-search .search-container{max-width:652px;width:100%;padding:5px 7px;position:relative;background:#fff;border:1px solid #b5b5b5;border-radius:28px;font-size:16px;height:52px;margin:0 auto}
|
||||
.global-header .header-search .search-cat-group{width:178px;margin-right:16px;line-height:40px;background:#ededed;border-radius:100px;border:1px solid #d0cbcb;padding:0 18px 0 12px;position:relative}
|
||||
.global-header .header-search .search-cat-holder{font-weight:400;cursor:pointer;color:#3a3a3a;font-style:italic;overflow:hidden;-o-text-overflow:ellipsis;text-overflow:ellipsis;white-space:nowrap;width:95%}
|
||||
.global-header .header-search .cat-list-group{-webkit-transition:.2s all;-o-transition:.2s all;transition:.2s all;opacity:0;visibility:hidden;position:absolute;background:#ebebeb;left:0;top:130%;width:140%;max-height:234px;overflow:auto;z-index:99999;padding:10px 5px 15px 5px;border-radius:10px;-webkit-box-shadow:0 0 10px 3px rgba(0,0,0,.1);box-shadow:0 0 10px 3px rgba(0,0,0,.1)}
|
||||
.global-header .header-search .cat-list-group a:hover{font-weight:700;background:#e1e1e1}
|
||||
.global-header .header-search .search-cat-group:hover .cat-list-group{-webkit-transition:.2s all;-o-transition:.2s all;transition:.2s all;top:100%;opacity:1;visibility:visible}
|
||||
.global-header .header-search .cat-list-group a{font-style:normal;font-size:14px;line-height:19px;padding:6px 0 6px 15px;cursor:pointer}
|
||||
.global-header .header-search .search-cat-group::after{content:"\f0d7";font-family:FontAwesome;position:absolute;font-style:normal;font-size:16px;right:13px;top:0;bottom:0}
|
||||
.global-header .header-search .search-form-group{display:block;width:calc(100% - 182px)}
|
||||
.global-header .header-search .search-input{width:calc(100% - 45px);height:100%;border:0;margin:0;padding:0;font-size:inherit;line-height:20px;outline:0}
|
||||
.global-header .header-search .search-input::-webkit-input-placeholder{font-style:italic;color:#797979}
|
||||
.global-header .header-search .search-input::-moz-placeholder{font-style:italic;color:#797979}
|
||||
.global-header .header-search .search-input:-ms-input-placeholder{font-style:italic;color:#797979}
|
||||
.global-header .header-search .search-input::-ms-input-placeholder{font-style:italic;color:#797979}
|
||||
.global-header .header-search .search-input::placeholder{font-style:italic;color:#797979}
|
||||
.global-header .header-search .search-submit{width:39px;height:39px;border-radius:50%;cursor:pointer;background-color:#3a3a3a;background-position:-189px -150px;border:0;position:absolute;right:6px;top:5px}
|
||||
.global-header .global-navbar .global-navbar-title{display:none;font-size:20px;line-height:24px;font-weight:700;text-align:center;text-transform:uppercase;color:#fff;background:var(--color-primary);padding:14px 10px;border-radius:15px;cursor:pointer}
|
||||
.global-header .global-navbar .list{position:absolute;width:310px;left:6px;top:103px;background:#fff;-webkit-box-shadow:0 3px 7px rgba(0,0,0,.25);box-shadow:0 3px 7px rgba(0,0,0,.25);border-radius:10px;z-index:9999}
|
||||
.global-header .global-navbar .list .item{padding:6.25px 12px;display:-webkit-box;display:-ms-flexbox;display:flex;gap:24px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-size:18px}
|
||||
.global-header .global-navbar .list .icon{max-height:30px}
|
||||
.global-header .global-navbar .list .list-item:first-child{border-radius:10px 10px 0 0;overflow:hidden}
|
||||
.global-header .global-navbar .list .list-item:last-child{border-radius:0 0 10px 10px;overflow:hidden}
|
||||
.global-header .global-navbar .list .list-item:hover .item{background-color:var(--color-primary);color:#fff}
|
||||
.global-header .global-navbar .list .list-item:hover .icon{-webkit-filter:brightness(0) invert(1);filter:brightness(0) invert(1)}
|
||||
.global-header .global-navbar .list .list-item:hover .sub-menu{display:-ms-grid!important;display:grid!important}
|
||||
.global-header .global-navbar .sub-menu{display:none;-webkit-box-shadow:0 5px 10px rgb(0,0,0,.1);box-shadow:0 5px 10px rgb(0,0,0,.1);position:absolute;left:310px;top:0;width:calc(1600px - 310px);height:100%;overflow:auto;z-index:9999;background:#fff;padding:10px 20px;font-size:18px}
|
||||
.global-header .global-navbar .sub-menu .grid{height:-webkit-max-content;height:-moz-max-content;height:max-content;row-gap:20px}
|
||||
.global-header .global-navbar .sub-menu>:nth-child(2){-ms-grid-row:1;-ms-grid-column:2}
|
||||
.global-header .global-navbar .sub-item{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:column;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column;gap:4px;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}
|
||||
.global-header .global-navbar .sub-item:hover{background:0 0}
|
||||
.global-header .global-navbar .sub-item-link{text-decoration:none;color:#000;font-weight:400;padding:6px 0}
|
||||
.global-header .global-navbar .sub-item-link:hover{color:var(--color-primary)}
|
||||
.global-header .global-navbar .sub-item-1:first-child span{font-weight:700;color:var(--color-primary)}
|
||||
.global-header .global-navbar .sub-item-2{position:relative}
|
||||
.global-header .global-navbar .sub-item-2 .sub-item-link{font-size:16px;line-height:20px}
|
||||
.global-header .global-navbar .sub-item-2:hover .sub-item-3{display:block}
|
||||
.global-header .global-navbar .sub-item-2 .sub-item-3{display:none;position:absolute;top:0;left:100%;-webkit-box-shadow:0 0 10px 1px rgb(0 0 0 / 15%);box-shadow:0 0 10px 1px rgb(0 0 0 / 15%);max-width:180px;width:120%;border-radius:5px;background:#fff;padding:0 10px}
|
||||
.global-header .header-search .search-results{display:none;border:1px solid #ddd;background:#fff;position:absolute;top:100%;right:0;width:100%;z-index:9999;-webkit-box-shadow:0 1px 5px rgb(0 0 0 / 20%);box-shadow:0 1px 5px rgb(0 0 0 / 20%)}
|
||||
.global-header .header-search .search-results-list{max-height:300px;overflow:auto;z-index:999}
|
||||
.global-header .header-search .search-results .item{background:#fff;display:-webkit-box;display:-ms-flexbox;display:flex;gap:10px;padding:10px;width:100%;position:relative;text-decoration:none;font-weight:400}
|
||||
.global-header .header-search .search-results .item:hover{background:#f0f2f5}
|
||||
.global-header .header-search .search-results .img{width:60px;height:60px;background:#fff}
|
||||
.global-header .header-search .search-results img{max-width:100%;max-height:100%}
|
||||
.global-header .header-search .search-results .title{font-size:14px;color:#333;-webkit-box-flex:1;-ms-flex:1;flex:1}
|
||||
.global-header .header-search .search-results .price{color:#ec1c24}
|
||||
.global-footer .newsletter{background-color:#3a92ec}
|
||||
.global-footer .newsletter .row{height:150px}
|
||||
.global-footer .newsletter .form-newsletter-input{max-width:660px;width:100%;height:62px;background-color:#fff;border:0;outline:0;border-radius:105px;padding:15px 20px;font-size:16px}
|
||||
.global-footer .newsletter .form-newsletter-btn{max-width:128px;width:100%;height:62px;background-color:var(--color-primary);border:0;outline:0;border-radius:105px;padding:15px 20px;font-size:16px;color:#fff;cursor:pointer}
|
||||
.global-footer .company .col-c .title{display:inline-block;position:relative;font-size:24px;line-height:40px;font-weight:600;margin-bottom:16px}
|
||||
.global-footer .company .col-c .title::after{content:"";position:absolute;bottom:-2px;left:0;border:1px solid #fe0000;width:60%}
|
||||
.global-footer .company .col-c .list{font-weight:400;font-size:15px;line-height:30px}
|
||||
.global-footer .company .col-c .list .item:hover{color:var(--color-primary)}
|
||||
.global-footer .company .col-c .add-on{max-width:140px}
|
||||
.global-footer .copyright{padding:23px 0;background-color:var(--color-primary);font-size:15px;line-height:30px;color:#fff}
|
||||
.global-footer .fixed-contact-group{position:fixed;top:40%;right:20px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:4px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;z-index:99999}
|
||||
.section-brand .brand-box{background:#fff;-webkit-box-shadow:1px 0 5px rgba(0,0,0,.25);box-shadow:1px 0 5px rgba(0,0,0,.25);border-radius: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;min-height:60px;padding:0 10px}
|
||||
.section-brand .brand-box img{max-height:50px}
|
||||
.section-article .heading::after{content:"";position:absolute;bottom:-1px;width:100%;height:1px;background-color:#e7e7e7}
|
||||
.section-article .heading .title{display:inline-block;padding:14px 28px;background-color:var(--color-primary);border-radius:10px 0;font-size:24px;line-height:24px;color:#fff}
|
||||
.section-article .article-box .title{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:8px;font-weight:500;color:var(--color-primary);font-size:18px;line-height:22px;margin-bottom:18px}
|
||||
.section-article .a-item{display:-webkit-box;display:-ms-flexbox;display:flex;gap:12px}
|
||||
.section-article .a-item:not(:last-child){margin-bottom:30px}
|
||||
.section-article .a-item .a-img{padding-bottom:31%}
|
||||
.section-article .a-item .a-name{font-size:16px;line-height:24px;font-weight:500;-o-text-overflow:ellipsis;text-overflow:ellipsis;-webkit-line-clamp:3;display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden;min-height:48px}
|
||||
.section-article .a-item .a-link{padding:4px 8px;border:1px solid #e7e7e7;border-radius:5px}
|
||||
.section-article .a-item .a-link:hover{background-color:var(--color-primary);color:#fff}
|
||||
.p-item{padding:10px 12px 12px;border:1px solid #efefef}
|
||||
.p-item .p-name{font-size:14px;line-height:18px;font-weight:500;margin-top:8px;-o-text-overflow:ellipsis;text-overflow:ellipsis;-webkit-line-clamp:2;display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden;height:36px}
|
||||
.p-item .p-img .p-img-frame{position:absolute}
|
||||
.p-item .p-img .static-icon-hot-sticker{display:none;position:absolute;top:0;right:-12px}
|
||||
.p-item .p-price .p-price-stock{font-size:14px;line-height:16px;color:#7e7e7e;margin-top:6px;height:16px}
|
||||
.p-item .p-price .p-price-sale{font-size:20px;line-height:24px;font-weight:700;color:#cc0001;margin-top:4px}
|
||||
.p-item .p-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-top:4px}
|
||||
.p-item .p-quantity{color:#4ac81e;font-size:14px;line-height:16px}
|
||||
.p-item .p-quantity.out-stock{color:red}
|
||||
.p-item .p-quantity.out-stock .static-icon-green-check{-webkit-filter:invert(50%) sepia(92%) saturate(7476%) hue-rotate(2deg) brightness(94%) contrast(118%);filter:invert(50%) sepia(92%) saturate(7476%) hue-rotate(2deg) brightness(94%) contrast(118%)}
|
||||
.p-item .p-cart{position:relative;width:32px;height:32px;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;border-radius:50%;border:1px solid var(--color-primary);cursor:pointer}
|
||||
.p-item .p-cart:hover{background-color:var(--color-primary)}
|
||||
.p-item .p-cart:hover .static-icon-cart-pro{-webkit-filter:brightness(0) invert(1);filter:brightness(0) invert(1)}
|
||||
.p-item .p-sale-off{position:absolute;top:-35px;right:0;background:-o-linear-gradient(top,#ff8311 0,#ffb168 122%);background:-webkit-gradient(linear,left top,left bottom,color-stop(0,#ff8311),color-stop(122%,#ffb168));background:linear-gradient(180deg,#ff8311 0,#ffb168 122%);font-size:14px;line-height:17px;padding:4px 8px;white-space:nowrap;color:#fff;border-radius:15px}
|
||||
.p-item .p-sale-off::after{content:"";position:absolute;width:10px;height:5px;bottom:-4px;right:10px;-webkit-clip-path:polygon(50% 100%,0 0,100% 0);clip-path:polygon(50% 100%,0 0,100% 0);background:#ffb168}
|
||||
.swiper-btn-custom{width:18px;height:36px;background:rgba(0,0,0,.3)}
|
||||
.swiper-btn-custom:hover{-webkit-box-shadow:0 1px 5px rgba(0,0,0,.5);box-shadow:0 1px 5px rgba(0,0,0,.5)}
|
||||
.swiper-btn-custom::after{font-size:12px;line-height:36px;color:#fff}
|
||||
.swiper-btn-custom.swiper-button-prev{border-radius:0 25px 25px 0;-webkit-transform:translateX(-10px);-ms-transform:translateX(-10px);transform:translateX(-10px)}
|
||||
.swiper-btn-custom.swiper-button-next{border-radius:25px 0 0 25px;-webkit-transform:translateX(10px);-ms-transform:translateX(10px);transform:translateX(10px)}
|
||||
.swiper-btn-custom.swiper-button-next::after{padding-left:2px}
|
||||
.swiper-btn-custom.swiper-button-prev::after{padding-right:2px}
|
||||
.homepage .section-hero .banner-container{display:-ms-grid;display:grid;gap:12px;-ms-grid-columns:1fr 12px 1fr 12px 1fr;grid-template-columns:repeat(3,1fr);-ms-grid-rows:1fr 12px 1fr 12px 1fr;grid-template-rows:repeat(3,1fr);margin:auto 0 0 auto;margin-left:322px}
|
||||
.homepage .section-hero .banner-container img{border-radius:10px}
|
||||
.homepage .section-hero .banner-container>:first-child{-ms-grid-row:1;-ms-grid-column:1}
|
||||
.homepage .section-hero .banner-container>:nth-child(2){-ms-grid-row:1;-ms-grid-column:3}
|
||||
.homepage .section-hero .banner-container>:nth-child(3){-ms-grid-row:1;-ms-grid-column:5}
|
||||
.homepage .section-hero .banner-container>:nth-child(4){-ms-grid-row:3;-ms-grid-column:1}
|
||||
.homepage .section-hero .banner-container>:nth-child(5){-ms-grid-row:3;-ms-grid-column:3}
|
||||
.homepage .section-hero .banner-container>:nth-child(6){-ms-grid-row:3;-ms-grid-column:5}
|
||||
.homepage .section-hero .banner-container>:nth-child(7){-ms-grid-row:5;-ms-grid-column:1}
|
||||
.homepage .section-hero .banner-container>:nth-child(8){-ms-grid-row:5;-ms-grid-column:3}
|
||||
.homepage .section-hero .banner-container>:nth-child(9){-ms-grid-row:5;-ms-grid-column:5}
|
||||
.homepage .section-hero .slide-primary{-ms-grid-row:1;-ms-grid-row-span:2;-ms-grid-column:1;-ms-grid-column-span:2;grid-area:1/1/3/3}
|
||||
.homepage .section-hot{margin-top:34px}
|
||||
.homepage .section-hot .title{position:relative}
|
||||
.homepage .section-hot .title::after{content:"";position:absolute;bottom:-2px;width:100%;height:2px;background:-o-linear-gradient(359.81deg,#b92710 -16.99%,#f00d0d 88.23%);background:linear-gradient(90.19deg,#b92710 -16.99%,#f00d0d 88.23%)}
|
||||
.homepage .section-hot .title .item .wrapper{-webkit-clip-path:polygon(0 0,88% 0,100% 100%,0% 100%);clip-path:polygon(0 0,88% 0,100% 100%,0% 100%);padding:12px 40px 12px 10px;cursor:pointer}
|
||||
.homepage .section-hot .title .item:nth-child(2) .wrapper{-webkit-clip-path:polygon(0 0,91% 0,100% 100%,0% 100%);clip-path:polygon(0 0,91% 0,100% 100%,0% 100%)}
|
||||
.homepage .section-hot .title .item.active .wrapper{color:#fff;background:-o-linear-gradient(359.81deg,#b92710 -16.99%,#f00d0d 88.23%);background:linear-gradient(90.19deg,#b92710 -16.99%,#f00d0d 88.23%)}
|
||||
.homepage .section-hot .title .item .sub-effect{position:relative;height:52px}
|
||||
.homepage .section-hot .title .item.active .sub-effect::after{content:"";position:absolute;right:-8px;bottom:0;background:#d50000;opacity:.2;height:24px;width:36px;-webkit-clip-path:polygon(30% 0,60% 0,100% 100%,70% 100%);clip-path:polygon(30% 0,60% 0,100% 100%,70% 100%)}
|
||||
.homepage .section-hot .title .item.active .sub-effect::before{content:"";position:absolute;right:12px;top:0;background:#d50000;opacity:.2;height:24px;width:22px;-webkit-clip-path:polygon(10% 0,40% 0,100% 100%,70% 100%);clip-path:polygon(10% 0,40% 0,100% 100%,70% 100%)}
|
||||
.homepage .section-hot .product-list{margin-top:22px}
|
||||
.homepage .section-hot .col-right .p-item{border:0;padding:0}
|
||||
.homepage .section-hot .col-right .p-name{font-size:20px;line-height:24px;-webkit-line-clamp:3;height:72px}
|
||||
.homepage .section-hot .col-right .static-icon-hot-sticker{top:36px;right:12px;width:76px;height:32px;background-position:-82px -90px;background-size:318.5px 240px}
|
||||
.homepage .section-hot .col-right .p-pic{padding:50px}
|
||||
.homepage .section-hot .col-right .p-img-sale-off{position:absolute;bottom:0;max-width:345px;width:100%;left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%)}
|
||||
.homepage .section-hot .col-right .p-img-sale-off .text{position:absolute;top:50%;left:0;right:0;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);color:#fff;font-size:18px;line-height:18px;text-align:center;color:#fff}
|
||||
.homepage .section-hot .col-right .p-img-sale-off .text .price{display:block;font-size:40px;font-weight:700;line-height:30px;margin-top:10px}
|
||||
.homepage .section-hot .col-right .p-price-stock{font-size:16px;line-height:20px;margin-top:0;height:20px}
|
||||
.homepage .section-hot .col-right .p-price-sale{font-size:28px;line-height:30px;margin-top:0}
|
||||
.homepage .section-hot .col-right .p-summary{font-size:16px;line-height:20px;margin-top:8px;padding-left:20px}
|
||||
.homepage .section-hot .col-right .p-wrapper{margin-top:0}
|
||||
.homepage .section-hot .col-right .p-quantity{font-size:18px}
|
||||
.homepage .section-hot .col-right .p-quantity .static-icon-green-check{background-size:425px 320px;width:18px;height:20px;background-position:-34px -72px}
|
||||
.homepage .section-hot .col-right .p-cart{width:48px;height:48px}
|
||||
.homepage .section-hot .col-right .p-cart .static-icon-cart-pro{background-size:425px 320px;width:25px;height:25px;background-position:-233px -3px}
|
||||
.homepage .section-banner-mid{padding:20px 0}
|
||||
.homepage .section-category .category-box .heading::after{content:"";position:absolute;bottom:-1px;width:100%;height:2px;background-color:var(--color-primary)}
|
||||
.homepage .section-category .category-box .heading .title{display:inline-block;color:#fff;text-transform:uppercase;font-size:24px;line-height:24px;-webkit-clip-path:polygon(0 0,88% 0,100% 100%,0% 100%);clip-path:polygon(0 0,88% 0,100% 100%,0% 100%);padding:12px 50px 12px 10px;background-color:var(--color-primary)}
|
||||
.homepage .section-category .category-box .heading .child .item:not(:last-child)::after{content:"";position:absolute;top:50%;right:0;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);width:1px;height:16px;background-color:var()}
|
||||
.homepage .section-category .category-box .product-list{padding-top:20px}
|
||||
.product-page .grid--product-page{-ms-grid-columns:1fr 4fr;grid-template-columns:1fr 4fr}
|
||||
.product-page .category-nav .title{border-bottom:1px solid #e9e9e9}
|
||||
.product-page .category-nav .list .item{font-size:16px;line-height:30px;font-weight:500}
|
||||
.product-page .sort{border-bottom:1px solid #f0f0f0}
|
||||
.product-page .sort .sort-by-collection select{max-width:156px;height:42px;font-size:16px;line-height:20px;outline:0;border-radius:8px;padding:0 10px;border:1px solid #e9e9e9}
|
||||
.product-page .sort .sort-by-display .static-icons.active,.product-page .sort .sort-by-display .static-icons:hover{-webkit-filter:invert(30%) sepia(57%) saturate(2610%) hue-rotate(352deg) brightness(101%) contrast(106%);filter:invert(30%) sepia(57%) saturate(2610%) hue-rotate(352deg) brightness(101%) contrast(106%)}
|
||||
.product-page .sort .sort-custom .item{padding:8px 18px;background:#fff;border:1px dashed #d9d9d9;border-radius:3px;margin-left:20px}
|
||||
.product-page .sort .sort-custom .item.active,.product-page .sort .sort-custom .item:hover{color:#fff;background-color:var(--color-primary);border-color:var(--color-primary)}
|
||||
.product-page .sort .sort-by-display .item{width:36px;height:36px;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;border-radius:50%;border:1px solid #d9d9d9}
|
||||
.product-page .sort .sort-by-display .item .icon{max-width:18px}
|
||||
.product-page .sort .sort-by-display .item.active{border-color:var(--blue);background-color:var(--blue)}
|
||||
.product-page .sort .sort-by-display .item.active .icon{-webkit-filter:brightness(0) invert(1);filter:brightness(0) invert(1)}
|
||||
.product-page .filter .filter-item{border-top:1px solid #e9e9e9;padding-top:12px;margin-top:12px}
|
||||
.product-page .filter .filter-item .list .check-box{display:inline-block;width:16px;height:16px;background-color:#e9e9e9;border-radius:3px}
|
||||
.product-page .product-list .p-item:hover{-webkit-box-shadow:0 1px 5px rgba(0,0,0,.2);box-shadow:0 1px 5px rgba(0,0,0,.2)}
|
||||
.product-page .product-list .p-name{font-size:18px;line-height:22px;height:44px}
|
||||
.product-page .product-list .p-price-stock{font-size:16px;line-height:20px;height:20px}
|
||||
.product-page .product-list .p-price-sale{font-size:24px;line-height:28px;margin-top:8px}
|
||||
.product-page .product-list .p-quantity{font-size:16px}
|
||||
.product-page .product-list.list-style{-ms-grid-columns:(1fr)[2];grid-template-columns:repeat(2,1fr)}
|
||||
.product-page .product-list.list-style .p-item{display:-webkit-box;display:-ms-flexbox;display:flex;gap:12px}
|
||||
.product-page .product-list.list-style .p-item .p-thumb{max-width:40%;width:100%}
|
||||
.product-page .description .line-block .line{width:75%;height:1px;background-color:var(--color-primary);margin:8px auto}
|
||||
.product-page .description .line-block .line-2{width:55%}
|
||||
.product-page .description .view-more-content-btn{border:1px solid var(--color-primary);border-radius:22px;padding:8px 16px;text-transform:uppercase;font-weight:500;color:var(--color-primary);font-size:16px;line-height:20px}
|
||||
.product-page .description .view-more-content-btn:hover{background-color:var(--color-primary);color:#fff}
|
||||
.product-detail-page .pd-box-group{margin-bottom:12px;-webkit-box-shadow:0 1px 5px rgba(0,0,0,.25);box-shadow:0 1px 5px rgba(0,0,0,.25);border-radius:15px}
|
||||
.product-detail-page .pd-box-group .box-title{font-weight:700;font-size:22px;line-height:26px;border-bottom:1px solid #f3f3f3;margin:0;padding:16px 12px}
|
||||
.product-detail-page .pd-content-holder{padding:16px 12px}
|
||||
.product-detail-page .pd-name{font-weight:600;font-size:24px;line-height:44px}
|
||||
.product-detail-page .product-thumbs .gallery-top{border:1px solid #eee;border-radius:15px}
|
||||
.product-detail-page .product-thumbs .gallery-thumbs .swiper-slide{border:1px solid #eee;border-radius:8px;overflow:hidden;-ms-flex-item-align:stretch;-ms-grid-row-align:stretch;align-self:stretch;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:auto}
|
||||
.product-detail-page .product-thumbs .gallery-thumbs .swiper-slide-thumb-active{border-color:#d91605}
|
||||
.product-detail-page .pd-middle-group{margin-bottom:30px}
|
||||
.product-detail-page .pd-image-group{margin-bottom:30px}
|
||||
.product-detail-page .pd-image-group .item{display:block;position:relative;padding-bottom:100%}
|
||||
.product-detail-page .pd-gallery-group{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}
|
||||
.product-detail-page .pd-gallery-group a{display:block;border:1px solid #e7e7e7;border-radius:8px;overflow:hidden;padding:2px;margin:0 10px 10px 0;width:calc(100% / 5 - 8px)}
|
||||
.product-detail-page .pd-gallery-group a:nth-child(5n){margin-right:0}
|
||||
.product-detail-page .pd-gallery-group img{display:block;margin:auto;border-radius:8px}
|
||||
.product-detail-page .pd-gallery-group .active{border-color:#d91605}
|
||||
.product-detail-page .pd-info-rating{font-size:15px;line-height:22px;border-bottom:1px solid #e7e7e7}
|
||||
.product-detail-page .pd-info-rating p{margin:0 10px 5px 0;position:relative;padding:0 10px 0 0}
|
||||
.product-detail-page .pd-info-rating p:last-child{padding:0;margin-right:0}
|
||||
.product-detail-page .pd-info-rating p:last-child::after{content:none}
|
||||
.product-detail-page .pd-info-rating p::after{content:"";width:1px;height:15px;background:#d9d9d9;position:absolute;top:3px;right:0}
|
||||
.product-detail-page .pd-info-rating .icon-star{margin:0 5px}
|
||||
.product-detail-page .pd-summary-group{font-weight:300;font-size:16px;line-height:28px;margin-bottom:14px}
|
||||
.product-detail-page .pd-summary-group b{line-height:22px;margin-bottom:3px}
|
||||
.product-detail-page .pd-summary-group .item{padding-left:18px;position:relative}
|
||||
.product-detail-page .pd-summary-group .item::before{content:"\f111";font-family:"Font Awesome 5 Free";font-size:10px;color:#d9d9d9;position:absolute;top:0;left:0}
|
||||
.product-detail-page .pd-summary-group ul{list-style:circle;padding-left:20px;margin:0}
|
||||
.product-detail-page .pd-summary-group li::marker{color:#d9d9d9;font-size:16px}
|
||||
.product-detail-page .btn-showmore-summary{display:block;margin-top:11px;background:#f3f3f3;border-radius:5px;max-width:113px;line-height:40px;color:#000;text-align:center;-webkit-transition:.15s all;-o-transition:.15s all;transition:.15s all}
|
||||
.product-detail-page .btn-showmore-summary:hover{background:#000;color:#fff}
|
||||
.product-detail-page .pd-price-group{margin:16px 0;border:1px dashed #c1c1c1;border-radius:12px;padding:12px 14px}
|
||||
.product-detail-page .pd-price{display:inline-block;margin:0 10px;color:#d91605;font-weight:700;font-size:32px;line-height:44px}
|
||||
.product-detail-page .pd-price-title{font-size:20px;line-height:20px}
|
||||
.product-detail-page .pd-old-price{display:inline-block;color:#999;font-size:20px;line-height:20px;margin-right:10px}
|
||||
.product-detail-page .pd-price-off{display:inline-block;line-height:18px;background:#ffbd3c;border-radius:16px;color:#fff;padding:6px 10px 5px;font-size:16px}
|
||||
.product-detail-page .pd-vat-group span{margin:6px 9px 0 0;line-height:34px;background:#f3f3f3;border-radius:5px;color:#555;font-weight:500;padding:0 11px}
|
||||
.product-detail-page .pd-offer-group{border-radius:15px;-webkit-box-shadow:0 0 0 1px #ffe4e1;box-shadow:0 0 0 1px #ffe4e1;position:relative;margin:30px 0 18px;padding:28px 12px 12px}
|
||||
.product-detail-page .pd-offer-group .title{background:#ffe4e1;border-radius:21px;color:#d91605;font-weight:700;line-height:38px;display:inline-block;margin:0 0 9px;position:absolute;top:-20px;left:12px;padding:0 12px 0 34px}
|
||||
.product-detail-page .pd-offer-group .title::before{content:"";width:21px;height:38px;background:url(../images/sprite.png) no-repeat;background-size:250px 202px;background-position:-134px -32px;position:absolute;top:0;left:12px}
|
||||
.product-detail-page .pd-offer-list{font-size:13px;line-height:20px}
|
||||
.product-detail-page .pd-offer-list .item{position:relative;padding-left:15px}
|
||||
.product-detail-page .pd-offer-list .item::before{content:"\f111";font-family:"Font Awesome 5 Free";font-weight:900;font-size:4px;position:absolute;left:3px}
|
||||
.product-detail-page .pd-offer-list .item *{padding:0;margin:0;list-style:none}
|
||||
.product-detail-page .pd-quantity-group{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;line-height:40px;margin:18px 0}
|
||||
.product-detail-page .pd-quantity-holder{width:100px;-webkit-box-shadow:0 0 0 1px #d9d9d9;box-shadow:0 0 0 1px #d9d9d9;border-radius:5px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;text-align:center;margin:0 12px}
|
||||
.product-detail-page .pd-quantity-holder a{width:29px;color:#000;line-height:40px}
|
||||
.product-detail-page .pd-quantity-holder a:first-child{border-right:1px solid #f3f3f3}
|
||||
.product-detail-page .pd-quantity-holder a:last-child{border-left:1px solid #f3f3f3}
|
||||
.product-detail-page .pd-quantity-holder input{width:calc(100% - 60px);text-align:center;border:0;outline:0}
|
||||
.product-detail-page .pd-btn-buy{border:2px solid #d91605;border-radius:10px;line-height:36px;color:#d91605;font-weight:600;font-size:16px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:0 21px;-webkit-transition:.1s all;-o-transition:.1s all;transition:.1s all}
|
||||
.product-detail-page .pd-btn-buy:hover{-webkit-box-shadow:0 0 6px 0 rgba(0,0,0,.3);box-shadow:0 0 6px 0 rgba(0,0,0,.3)}
|
||||
.product-detail-page .pd-btn-buy .icon-buy{width:30px;height:30px;margin-right:9px;background-repeat:no-repeat;background-size:30px;background-position:center 0}
|
||||
.product-detail-page .pd-btn-group .pd-btn-buyNow{background:#d91605;border-radius:10px;color:#fff;font-size:13px;line-height:20px;float:left;max-width:400px;width:100%;text-align:center;padding:11px 10px;-webkit-transition:.2s all;-o-transition:.2s all;transition:.2s all}
|
||||
.product-detail-page .pd-btn-group .pd-btn-buyNow:hover{-webkit-box-shadow:0 0 8px 1px rgba(0,0,0,.3);box-shadow:0 0 8px 1px rgba(0,0,0,.3)}
|
||||
.product-detail-page .pd-btn-group .pd-btn-buyNow b{font-weight:700;font-size:18px;display:block}
|
||||
.product-detail-page .pd-btn-group .pd-btn-buyNow span{display:block}
|
||||
.product-detail-page .pd-btn-group .pd-btn-addCart{background-color:var(--color-primary)}
|
||||
.product-detail-page .static-text{border:1px solid #d9d9d9;border-radius:10px;margin-bottom:36px;color:var(--color-primary);padding:15px 20px;position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:8px}
|
||||
.product-detail-page .static-text .icon{max-height:20px;margin-bottom:2px}
|
||||
.product-detail-page .pd-static-item{-webkit-box-shadow:0 0 0 1px #d9d9d9;box-shadow:0 0 0 1px #d9d9d9;border-radius:10px;margin-bottom:12px}
|
||||
.product-detail-page .pd-static-item .title{background:#f3f3f3;border-bottom:1px solid #d9d9d9;font-weight:700;font-size:16px;line-height:40px;margin:0;padding:0 20px}
|
||||
.product-detail-page .pd-static-item .title .icon{max-height:20px}
|
||||
.product-detail-page .pd-static-item.gift .title{display:-webkit-box;display:-ms-flexbox;display:flex;gap:10px;color:#d91605;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-size:16px;line-height:44px;text-transform:uppercase;border-radius:10px 10px 0 0;overflow:hidden}
|
||||
.product-detail-page .pd-static-item ul{font-size:16px;line-height:28px;padding:8px 8px 12px 27px;margin:0;list-style:circle;font-family:inherit}
|
||||
.product-detail-page .pd-static-item ul ::marker{color:#d9d9d9;font-size:16px}
|
||||
.product-detail-page .pd-right-group .pd-static-item{position:relative;margin-bottom:36px;-webkit-box-shadow:0 0 0 1px var(--blue);box-shadow:0 0 0 1px var(--blue)}
|
||||
.product-detail-page .pd-right-group .pd-static-item .title{background:#fff;border:0;color:var(--color-primary);position:absolute;top:-15px;left:30px;line-height:30px;padding:0 10px}
|
||||
.product-detail-page .pd-hotline-list{padding:16px 30px 10px}
|
||||
.product-detail-page .pd-hotline-list .item{margin:0 0 8px;position:relative;font-size:16px;line-height:28px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}
|
||||
.product-detail-page .pd-hotline-list .item:last-child{margin:0}
|
||||
.product-detail-page .pd-hotline-list .item::before{content:"";width:16px;height:16px;background:url(../images/static-icon-zalo.png) no-repeat center;background-size:16px;margin-right:6px}
|
||||
.product-detail-page .pd-qr-code{padding:13px 12px}
|
||||
.product-detail-page .pd-qr-code a{width:110px;height:110px;padding:8px;background:#f3f3f3}
|
||||
.product-detail-page .pd-qr-code img{display:block;margin:auto}
|
||||
.product-detail-page .pd-video-holder{padding:20px 14px}
|
||||
.product-detail-page .pd-video-holder iframe{display:block;margin:auto;width:100%;height:433px}
|
||||
.product-detail-page .btn-spec{display:block;width:100%;max-width:240px;line-height:38px;height:40px;border:1px solid var(--color-primary);color:var(--color-primary);border-radius:34px;background:#fff;text-align:center;margin:auto;-webkit-transition:.1s all;-o-transition:.1s all;transition:.1s all}
|
||||
.product-detail-page .btn-spec.view-more-content-btn{max-width:110px}
|
||||
.product-detail-page .btn-spec:hover{color:#fff;background-color:var(--color-primary);border-color:var(--color-primary)}
|
||||
.product-detail-page .pd-spec-holder{position:relative;margin-bottom:34px}
|
||||
.product-detail-page .pd-spec-holder table{width:100%}
|
||||
.pd-spec-holder tr:nth-child(2n){background:#f5f5f5}
|
||||
.pd-spec-holder td{padding:10px;line-height:18px}
|
||||
.fancybox-slide--html{padding:20px}
|
||||
.fancybox-spec{min-width:700px}
|
||||
.fancybox-spec td{padding:14px;line-height:20px}
|
||||
.product-detail-page .pd-art-group .item{display:-webkit-box;display:-ms-flexbox;display:flex;border-top:1px solid #f3f3f3;padding:14px 12px}
|
||||
.product-detail-page .pd-art-group .item:first-child{border:0}
|
||||
.product-detail-page .pd-art-group .item-img{max-width:162px;width:100%;margin-right:10px}
|
||||
.product-detail-page .pd-art-group .item-img img{display:block;margin:auto;border-radius:12px}
|
||||
.product-detail-page .pd-art-group .item-title{font-weight:500;line-height:16px;margin-bottom:8px;font-size:inherit}
|
||||
.product-detail-page .pd-art-group .item-summary{font-size:13px;line-height:15px}
|
||||
.product-detail-page .product-comment-container{padding:12px}
|
||||
.product-detail-page .product-comment-container .box-comment-left{font-weight:300;font-size:36px;line-height:30px;color:#d91605}
|
||||
.product-detail-page .product-comment-container .box-comment-left b{font-weight:inherit}
|
||||
.product-detail-page .product-comment-container .box-comment-middle li{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;white-space:nowrap;font-size:14px;line-height:22px}
|
||||
.product-detail-page .product-comment-container .box-comment-middle .line-rating{background:#d9d9d9;border-radius:3px;min-width:230px;height:8px;margin:0 12px;position:relative;overflow:hidden}
|
||||
.product-detail-page .product-comment-container .box-comment-middle .percent{position:absolute;left:0;top:0;bottom:0;background:#d91605;border-radius:3px}
|
||||
.product-detail-page .product-comment-container .box-comment-middle{border-left:1px solid #f5f5f5;border-right:1px solid #f5f5f5}
|
||||
.product-detail-page .product-comment-container .box-comment-middle .count{color:#1fb0de}
|
||||
.product-detail-page .product-comment-container .box-comment-right{font-size:12px;line-height:22px}
|
||||
.product-detail-page .product-comment-container .box-comment-right .btn-red{display:block;margin-top:4px;color:#fff;font-weight:500;font-size:14px;background:#d91605;border-radius:5px;line-height:40px}
|
||||
.product-detail-page .product-comment-container .box-comment-right p{margin-bottom:8px}
|
||||
.product-detail-page .product-comment-container .comment-form-group{margin:25px 0 0;border:1px solid #d9d9d9;border-radius:12px;overflow:hidden}
|
||||
.product-detail-page .product-comment-container .comment-form-group td{padding:10px 14px 0}
|
||||
.product-detail-page .product-comment-container .comment-form-group tr:first-child td{padding:0;width:auto}
|
||||
.product-detail-page .product-comment-container .comment-form-group td:first-child{width:100px}
|
||||
.product-detail-page .product-comment-container .comment-form-group .form-control{-webkit-box-shadow:none;box-shadow:none;width:100%;height:40px;border-radius:5px;padding:0 10px;border:1px solid #d9d9d9;outline-color:var(--color-primary)}
|
||||
.product-detail-page .product-comment-container .comment-form-group textarea.form-control{display:block;width:100%;font-size:16px;padding:14px;height:122px;resize:none;outline:0;-webkit-box-shadow:none;box-shadow:none;border:0;border-radius:0;border-bottom:1px solid #d9d9d9;margin-bottom:10px}
|
||||
.product-detail-page .product-comment-container .comment-form-group .btn-red{margin-top:4px;color:#fff;font-weight:500;font-size:14px;background:#d91605;border-radius:5px;line-height:40px;text-align:center;display:inline-block;padding:0 20px;margin-bottom:15px}
|
||||
.product-detail-page .product-comment-container .btn-detail-form{max-width:234px;width:100%;height:40px;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;font-weight:700;font-size:16px;line-height:30px;color:#fff;background-color:var(--color-primary);border-radius:5px}
|
||||
.product-detail-page .section-review .review-form{display:none;padding:24px;border:1px solid #e1e1e1;border-radius:15px}
|
||||
.product-detail-page .section-review .review-form .review-form-item{margin-bottom:12px}
|
||||
.product-detail-page .section-review .review-form .review-form-item .r-input{background:#fff;border:1px solid #d9d9d9;border-radius:10px;height:42px;width:100%;font-size:14px;line-height:18px;padding:10px;outline-color:var(--color-primary)}
|
||||
.product-detail-page .section-review .review-form .review-form-item textarea.r-input{height:106px;resize:none;margin-bottom:-4px}
|
||||
.product-detail-page .section-review .review-form .review-btn{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;width:212px;height:42px;background:var(--blue);border-radius:10px;font-size:16px;font-weight:700;color:#fff}
|
||||
.product-detail-page .icon-star{background-image:url("../images/star_sprite.png");width:96px;height:19px;vertical-align:text-bottom;display:inline-block;background-repeat:no-repeat}
|
||||
.product-detail-page .icon-star.star0{background-position:3px -108px!important}
|
||||
.product-detail-page .icon-star.star1{background-position:3px -87px!important}
|
||||
.product-detail-page .icon-star.star2{background-position:3px -65px!important}
|
||||
.product-detail-page .icon-star.star3{background-position:3px -42px!important}
|
||||
.product-detail-page .icon-star.star4{background-position:3px -21px!important}
|
||||
.product-detail-page .icon-star.star5{background-position:3px 1px!important}
|
||||
.product-detail-page .box-review-list .review-item{width:100%;padding:10px 0}
|
||||
.product-detail-page .box-review-list .review-item .avatar{width:36px;height:36px;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;background:#ccc;border-radius:5px;font-weight:700}
|
||||
.product-detail-page .box-review-list .review-item .avatar-name{width:12px;overflow:hidden;white-space:nowrap;font-size:16px;font-weight:700;text-transform:uppercase}
|
||||
.product-detail-page .box-review-list .review-item .content span.star-rate-review{margin-right:15px}
|
||||
.product-detail-page .box-review-list .review-item.review-vm{display:none}
|
||||
.product-detail-page .box-review-list .review-item.review-vm a{width:150px;line-height:28px;border:solid 1px #e31212;border-radius:3px;color:#e31212;font-weight:300;font-size:12px;text-align:center}
|
||||
.product-detail-page .box-review-list .review-item-reply{background:#f0f0f0;padding:10px;border-radius:10px;margin-top:10px;position:relative}
|
||||
.product-detail-page .box-review-list .review-item-reply::after{content:"";position:absolute;top:-10px;left:15px;width:15px;height:10px;background:#f0f0f0;-webkit-clip-path:polygon(50% 0%,0% 100%,100% 100%);clip-path:polygon(50% 0%,0% 100%,100% 100%)}
|
||||
.product-detail-page .pd-product-related-group{min-height:400px}
|
||||
.product-detail-page .pd-product-related-group .p-container{padding:20px 0}
|
||||
.product-detail-page .pd-product-related-group .p-item{border:0}
|
||||
.product-detail-page .pd-product-related-group .custom-nav .owl-nav .owl-prev{left:6px}
|
||||
.product-detail-page .pd-product-related-group .custom-nav .owl-nav .owl-next{right:6px}
|
||||
.product-detail-page .pd-product-related-group .pd-box-title{border-bottom:1px solid #f5f5f5;display:-webkit-box;display:-ms-flexbox;display:flex}
|
||||
.product-detail-page .pd-product-related-group .pd-box-title a{position:relative;line-height:48px;font-weight:700;font-size:20px;color:#000;padding:0 35px}
|
||||
.product-detail-page .pd-product-related-group .pd-box-title .active{color:#fff;background:var(--color-primary);-webkit-box-shadow:0 1px 5px rgba(0,0,0,.25);box-shadow:0 1px 5px rgba(0,0,0,.25);pointer-events:none}
|
||||
.product-detail-page .pd-product-related-group .pd-box-title .active::after{content:"";position:absolute;bottom:-11px;left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);border-left:12px solid transparent;border-right:12px solid transparent;border-top:12px solid var(--color-primary)}
|
||||
.rating-input{float:right;width:16px;height:16px;padding:0;margin:0 0 0 -16px;opacity:0}
|
||||
.rating-star:hover{background-position:0 0}
|
||||
.rating-star{position:relative;float:right;display:block;width:17px;height:17px;background:url("../images/star_rating_2022.png") 0 0;margin:0 3px}
|
||||
.rating-star:hover,.rating-star:hover~.rating-star{background-position:0 0}
|
||||
.rating-input:checked~.rating-star,.rating-star:hover,.rating-star:hover~.rating-star{background-position:0 0}
|
||||
.rating-input:checked~.rating-star,.rating:hover .rating-star:hover,.rating:hover .rating-star:hover~.rating-star{background-position:0 0}
|
||||
.rating-comment:hover .rating-star,.rating-star{position:relative;float:right;display:block;background:url("../images/star_rating_2022.png?v=2.1") 0 -28px}
|
||||
.rating-comment:hover .rating-star:hover,.rating-comment:hover .rating-star:hover~.rating-star{background-position:0 -56px!important}
|
||||
#star_tip{display:none;margin-left:10px;position:relative;background:#e20505;color:#fff;padding:2px 8px 3px;-webkit-box-sizing:border-box;box-sizing:border-box;border-radius:3px}
|
||||
#star_tip:after{right:100%;top:50%;border:solid transparent;content:" ";height:0;width:0;position:absolute;pointer-events:none;border-color:rgba(82,184,88,0);border-right-color:#e20505;border-width:6px;margin-top:-6px}
|
||||
.cart-page .cart-content .col-right{position:relative;max-width:450px;width:100%}
|
||||
.cart-page .cart-product{background:#fff;border:1px solid #d9d9d9;border-radius:15px}
|
||||
.cart-page .cart-product .c-item{display:-webkit-box;display:-ms-flexbox;display:flex;padding:16px 12px}
|
||||
.cart-page .cart-product .c-item:not(:last-child){border-bottom:1px solid #d9d9d9}
|
||||
.cart-page .cart-product .c-item .c-img{display:-webkit-box;display:-ms-flexbox;display:flex;max-width:175px;border:1px solid #e9e9e9;border-radius:10px;margin-right:20px}
|
||||
.cart-page .cart-product .c-item .c-name{font-weight:500;font-size:16px;line-height:22px;max-width:600px}
|
||||
.cart-page .cart-product .c-item .c-status{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:10px 16px;gap:4px;background:#f4faf6;border-radius:8px;font-weight:500;font-size:15px;line-height:20px;color:#00a046;margin:12px 0}
|
||||
.cart-page .cart-product .c-item .c-status .icon{width:15px;height:15px}
|
||||
.cart-page .cart-product .c-item .c-quantity{background:#fff;border:1px solid #b6b6b6;border-radius:5px}
|
||||
.cart-page .cart-product .c-item .c-quantity .c-quantity-input{border:0;outline:0;width:40px;text-align:center;font-size:16px;line-height:36px;font-weight:500}
|
||||
.cart-page .cart-product .c-item .c-quantity .c-quantity-btn{width:40px;text-align:center;font-size:16px;line-height:36px;font-weight:500;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}
|
||||
.cart-page .cart-product .c-item .c-quantity .c-quantity-btn.minus{font-size:20px}
|
||||
.cart-page .cart-product .c-item .c-delete{background:#fff;border:1px solid var(--color-primary);border-radius:5px;width:36px;height:36px;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;cursor:pointer}
|
||||
.cart-page .cart-product .c-item .c-delete .icon{max-height:20px}
|
||||
.cart-page .cart-product .c-item .c-delete:hover{background-color:var(--color-primary)}
|
||||
.cart-page .cart-product .c-item .c-delete:hover .icon{-webkit-filter:brightness(0) invert(1);filter:brightness(0) invert(1)}
|
||||
.cart-page .cart-option .cart-btn{display:inline-block;border-radius:5px;padding:13px 31px;-webkit-box-shadow:0 1px 4px rgba(0,0,0,.25);box-shadow:0 1px 4px rgba(0,0,0,.25);font-weight:500;font-size:20px;line-height:24px}
|
||||
.cart-page .cart-option .cart-btn:hover{-webkit-box-shadow:0 1px 4px rgba(0,0,0,.4);box-shadow:0 1px 4px rgba(0,0,0,.4)}
|
||||
.cart-page .cart-option .cart-btn-return{background-color:rgba(186,224,250,.5)}
|
||||
.cart-page .cart-option .cart-btn-delete-all{border:1px solid rgba(58,146,236,.5)}
|
||||
.cart-page .cart-form{padding:16px 12px;background:#fff;border:1px solid #2176b0;border-radius:15px}
|
||||
.cart-page .cart-form .form-input{font-size:16px;line-height:20px;width:100%;background:#f5f5f5;border-radius:8px;border:0;outline-color:var(--color-primary);padding:12px 18px;margin-bottom:8px;border:1px solid transparent}
|
||||
.cart-page .cart-form .form-left{max-width:622px;margin-right:48px}
|
||||
.cart-page .cart-form .form-right .list-radio .item:not(:last-child){margin-bottom:16px}
|
||||
.cart-page .cart-form .form-right .list-radio .item label{position:relative;display:block}
|
||||
.cart-page .cart-form .form-right .list-radio .item label:before{content:"";display:inline-block;position:relative;top:0;margin:0 10px 0 0;width:13px;height:13px;border-radius:50%;border:1px solid var(--color-primary);background-color:transparent}
|
||||
.cart-page .cart-form .form-right .list-radio .item input[type=radio]:checked+label:after{content:"";border-radius:50%;width:9px;height:9px;position:absolute;top:4px;left:2px;display:block;background:var(--color-primary)}
|
||||
.cart-page .cart-form .form-heading{border-bottom:1px dashed #999}
|
||||
.cart-page .cart-form .form-heading .log-in .icon{max-height:18px;margin-bottom:2px}
|
||||
.cart-page .cart-form .customer-form textarea{max-height:114px;resize:none}
|
||||
.cart-page .cart-summary{position:sticky;top:10px;background:#f8f8f8;border-radius:10px;padding:22px 20px 16px}
|
||||
.cart-page .cart-summary .title{font-size:22px;padding-bottom:16px;border-bottom:1px dashed #999}
|
||||
.cart-page .cart-summary .cart-summary-item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;font-size:18px;line-height:40px}
|
||||
.cart-page .cart-summary .cart-summary-btn{width:100%;background-color:#fff;border:1px solid var(--color-primary);border-radius:10px;font-size:20px;line-height:24px;font-weight:700;height:47px;cursor:pointer;color:var(--color-primary);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;gap:12px}
|
||||
.cart-page .cart-summary .cart-summary-btn:hover{-webkit-box-shadow:0 1px 5px rgba(0,0,0,.4);box-shadow:0 1px 5px rgba(0,0,0,.4)}
|
||||
.cart-page .cart-summary .cart-summary-btn .icon{max-height:22px}
|
||||
.cart-page .cart-summary .cart-summary-send{background-color:var(--color-primary);color:#fff;text-transform:uppercase}
|
||||
.cart-send-page .cart-send-content{max-width:800px;margin:0 auto}
|
||||
.cart-send-page .text-blue{color:#005cba}
|
||||
.cart-send-page .cart-detail-group{-webkit-box-shadow:0 0 5px 0 rgba(0,0,0,.2);box-shadow:0 0 5px 0 rgba(0,0,0,.2)}
|
||||
.cart-send-page .cart-detail-group .item{padding:13px 15px;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;border-top:1px solid #f5f5f5;gap:16px}
|
||||
.cart-send-page .cart-send-info{padding:20px 15px;margin-top:12px;background:#f5f5f5;font-weight:300}
|
||||
.cart-send-page .cart-send-info p{display:-webkit-box;display:-ms-flexbox;display:flex;margin-bottom:10px}
|
||||
.cart-send-page .cart-send-info b{display:inline-block;width:240px;vertical-align:top}
|
||||
.cart-send-page .icon-face-error{background:url(../images/send-cart-face.png) center no-repeat;display:block;padding-bottom:60px;margin-bottom:10px}
|
||||
.cart-send-page .cart-detail-group .title{border-bottom:1px solid #d7d7d7;line-height:44px}
|
||||
.cart-send-page .cart-detail-group .item:first-child{border:0}
|
||||
.cart-send-page .cart-detail-group .item-left{max-width:120px}
|
||||
.cart-send-page .cart-detail-group .item-left img{display:block;width:100%}
|
||||
.cart-send-page .cart-detail-group .item-middle{max-width:360px;width:100%}
|
||||
.cart-send-page .cart-detail-group .item-right{-webkit-box-flex:1;-ms-flex:1;flex:1;width:100%;text-align:right;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}
|
||||
.cart-send-page .cart-detail-group .item-variant{margin:10px 0 0;font-size:12px;font-weight:500}
|
||||
.cart-send-page .cart-detail-group .item-name{display:block;color:#222;margin-bottom:8px;font-weight:600}
|
||||
.cart-send-page .cart-detail-group .item-name:hover{color:#ee2d24}
|
||||
.cart-send-page .cart-detail-group .offer-group span{position:relative;display:none;padding-left:12px;margin-bottom:10px}
|
||||
.cart-send-page .cart-detail-group .offer-group span::before{content:"";width:5px;height:5px;border-radius:50%;background:#d4d4d4;position:absolute;top:7px;left:0}
|
||||
.cart-send-page .cart-detail-group .item-quantity{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;border:1px solid #e5e5e5;border-radius:4px;overflow:hidden;text-align:center;width:100px;margin:auto 0 auto auto}
|
||||
.cart-send-page .cart-detail-group .item-quantity a{text-align:center;color:#222;width:30px;line-height:33px;font-weight:500}
|
||||
.cart-send-page .cart-detail-group .item-quantity input{text-align:center;border:0;border-left:1px solid #e5e5e5;border-right:1px solid #e5e5e5;width:37px}
|
||||
.cart-send-page .cart-detail-group .cart-voucher-group{padding:15px;background:#f5f5f5}
|
||||
.cart-send-page .cart-detail-group .cart-voucher-group .btn-check-voucher{background:#707070;width:85px;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-align:center;-webkit-box-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}
|
||||
.cart-send-page .cart-detail-group .cart-voucher-group .cart-voucher-form{background:#fff;position:relative;overflow:hidden;border-radius:6px;margin-bottom:12px}
|
||||
.cart-send-page .cart-detail-group .cart-voucher-group .voucher-input{width:calc(100% - 90px);border:0;height:40px;padding-left:12px}
|
||||
.cart-send-page .cart-detail-group .p-15{padding:0 15px}
|
||||
.article-page .a-item .a-image{position:relative}
|
||||
.article-page .a-item .a-category{position:absolute;bottom:10px;left:10px;background:rgba(250,250,250,.85);padding:4px 8px;border-radius:10px;font-size:14px;line-height:18px;font-weight:500}
|
||||
.article-page .a-item .a-features{font-size:12px;line-height:16px;font-weight:500;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:8px;margin:8px 0}
|
||||
.article-page .a-item .a-title{height:40px}
|
||||
.article-page .a-item .a-summary{height:52px}
|
||||
.article-page .a-item .a-pic{position:relative;padding-top:60%;overflow:hidden;display:-webkit-box;display:-ms-flexbox;display:flex;border-radius:15px}
|
||||
.article-page .a-item .a-img{margin:auto auto;bottom:0;right:0;top:0;left:0;position:absolute}
|
||||
.article-page .article-header .article-category .item.active{color:var(--color-primary)}
|
||||
.article-page .heading-primary{display:inline-block;font-size:24px;line-height:36px;font-weight:700;border-bottom:2px solid var(--color-primary);text-transform:uppercase;margin-bottom:24px}
|
||||
.article-page .article-box-btn{padding-top:40px;text-align:center;position:relative;margin-bottom:40px}
|
||||
.article-page .article-box-btn .link:hover{background:var(--color-primary);color:#fff;border-color:var(--color-primary)}
|
||||
.article-page .article-box .article-box-btn::before{content:"";position:absolute;max-width:300px;width:100%;left:60px;top:75%;border-top:1px solid #939393}
|
||||
.article-page .article-box .article-box-btn::after{content:"";position:absolute;max-width:300px;width:100%;right:60px;top:75%;border-top:1px solid #939393}
|
||||
.article-page .article-box .article-box-btn a{display:inline-block;color:#939393;padding:9px 25px;border:1px solid #999}
|
||||
.article-page .a-article-showcase .a-wrapper{max-width:700px;position:absolute;bottom:40px;left:20px;color:#fff;text-shadow:1px 1px 1px #000}
|
||||
.article-page .a-article-showcase .a-category{position:relative;display:inline-block;color:#000;top:0;left:0;margin-bottom:10px}
|
||||
.article-page .article-home-top-right .a-name{font-size:16px;line-height:20px}
|
||||
.article-page .article-home-top-right .a-wrapper{bottom:0;left:10px;right:10px}
|
||||
.article-page .article-home-top-right .a-category{margin-bottom:4px}
|
||||
.article-page .article-home-top-right .a-features{margin-top:4px!important}
|
||||
.article-page .swiper-button-next,.article-page .swiper-button-prev{width:30px;height:50px;background:rgba(0,0,0,.25)}
|
||||
.article-page .swiper-button-prev{border-radius:0 10px 10px 0;-webkit-transform:translateX(-10px);-ms-transform:translateX(-10px);transform:translateX(-10px)}
|
||||
.article-page .swiper-button-next{border-radius:10px 0 0 10px;-webkit-transform:translateX(10px);-ms-transform:translateX(10px);transform:translateX(10px)}
|
||||
.article-page .swiper-button-next::after,.article-page .swiper-button-prev::after{font-size:16px;color:#fff}
|
||||
.article-page .article-newest .a-newest-image{max-width:140px}
|
||||
.article-page .article-newest .a-newest-title{font-size:16px;line-height:20px}
|
||||
.article-page .list-style .p-item{display:-webkit-box;display:-ms-flexbox;display:flex;gap:8px}
|
||||
.article-page .list-style .p-item .p-thumbs{max-width:140px;width:100%;height:-webkit-max-content;height:-moz-max-content;height:max-content}
|
||||
.article-page .list-style .p-item .p-img .static-icon-hot-sticker{display:none}
|
||||
.article-page .list-style .p-item .p-info{-webkit-box-flex:1;-ms-flex:1;flex:1}
|
||||
.article-page .list-style .p-item .p-name{margin-top:0!important}
|
||||
.article-page .list-style .p-item .p-price{display:block;height:48px}
|
||||
.article-page .list-style .p-item .p-price-stock{margin-left:0}
|
||||
.article-page .list-style .p-item .p-price-sale-off{top:8px;left:8px;padding:7px;font-size:13px;line-height:16px}
|
||||
.article-page .list-style .p-item .p-quantity,.article-page .list-style .p-item .p-rating{margin:4px 0!important}
|
||||
.article-page .archor-text-group{display:inline-block;background:#f1f1f1;border-radius:10px;padding:15px;margin-bottom:15px}
|
||||
.article-page .archor-text-group .toc_title{display:inline-block;cursor:pointer;font-size:16px}
|
||||
.article-page .archor-text-group ul{padding:0!important;margin:0!important}
|
||||
.article-page .archor-text-group a{color:#000}
|
||||
.article-page .archor-text-group li *{font-size:14px!important;font-weight:500}
|
||||
.article-page .archor-text-group a:hover{color:red}
|
||||
.article-page .archor-text-group a p{margin-bottom:0}
|
||||
.article-page .archor-text-group ol{margin-bottom:0;list-style:none;padding:0}
|
||||
.article-page .archor-text-group ol li{margin-top:4px}
|
||||
.article-page #js-outp li{display:table;counter-increment:item;margin-bottom:4px}
|
||||
.article-page #js-outp ol{list-style-type:none;counter-reset:item;margin:0;padding:0!important;font-weight:400}
|
||||
.article-page #js-outp li:before{width:28px;content:counters(item, ".") ". ";display:table-cell;font-weight:700;color:#363636!important}
|
||||
.contact-page .box-contact-detail{display:-ms-grid;display:grid;gap:16px;-ms-grid-columns:2fr 16px 1fr;grid-template-columns:2fr 1fr;margin-bottom:16px}
|
||||
.contact-page .box-contact-information{background:#fff;border-radius:15px;padding:12px}
|
||||
.contact-page .box-info-company{background:#fff;border-radius:15px;padding:12px}
|
||||
.contact-page .box-info-company-detail{max-width:312px;margin:0 auto 36px}
|
||||
.contact-page .box-contact-informatio-title{margin:20px 0 36px;text-align:center;font-size:18px;line-height:22px}
|
||||
.contact-page .box-info-company-title{font-size:20px;font-weight:700;text-align:center;margin:35px 0 27px;line-height:32px}
|
||||
.contact-page .item-info-company{margin-bottom:8px;display:-webkit-box;display:-ms-flexbox;display:flex}
|
||||
.contact-page .box-info-company-tuvan,.contact-page .cart-info-group .cart-btn-group{margin-top:20px}
|
||||
.contact-page .box-contact-map{border-radius:15px;overflow:hidden;-webkit-box-shadow:0 1px 5px rgb(0 0 0 / 20%);box-shadow:0 1px 5px rgb(0 0 0 / 20%);margin-bottom:16px;display:-webkit-box;display:-ms-flexbox;display:flex}
|
||||
.contact-page .item-contact{width:100%;max-width:575px;margin:16px auto}
|
||||
.contact-page .item-contact input{width:100%;height:38px;border:1px solid #7c7c7c;border-radius:10px;outline:0;padding:0 20px}
|
||||
.contact-page .item-contact input::-webkit-input-placeholder{text-align:center}
|
||||
.contact-page .item-contact input::-moz-placeholder{text-align:center}
|
||||
.contact-page .item-contact input:-ms-input-placeholder{text-align:center}
|
||||
.contact-page .item-contact input::-ms-input-placeholder{text-align:center}
|
||||
.contact-page .item-contact input::placeholder{text-align:center}
|
||||
.contact-page .item-contact-descreption{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}
|
||||
.contact-page .item-contact p,.item-contact-descreption p{font-size:14px;text-align:center;margin-top:4px}
|
||||
.contact-page .item-contact-descreption textarea::-webkit-input-placeholder{font-size:14px;text-align:center;padding-top:30px}
|
||||
.contact-page .item-contact-descreption textarea::-moz-placeholder{font-size:14px;text-align:center;padding-top:30px}
|
||||
.contact-page .item-contact-descreption textarea:-ms-input-placeholder{font-size:14px;text-align:center;padding-top:30px}
|
||||
.contact-page .item-contact-descreption textarea::-ms-input-placeholder{font-size:14px;text-align:center;padding-top:30px}
|
||||
.contact-page .item-contact-descreption textarea::placeholder{font-size:14px;text-align:center;padding-top:30px}
|
||||
.contact-page .item-contact-descreption textarea{background:#fff;resize:none;border-radius:10px;height:115px;outline:0;padding:12px;width:100%;max-width:575px}
|
||||
.contact-page .item-contact-btn{width:158px!important;margin:28px auto 10px}
|
||||
.contact-page .item-contact-btn button{width:100%;background:var(--color-primary);border-radius:10px;border:none;height:38px;color:#fff;text-transform:uppercase;cursor:pointer;line-height:20px;font-size:16px}
|
||||
.contact-page .item-tuvan{margin-bottom:16px;text-align:center}
|
||||
.contact-page .item-tuvan p{font-size:20px;color:#0060af;font-weight:700;margin-top:4px}
|
||||
.customer-page .customer-content-group{max-width:825px;margin:20px auto;-webkit-box-shadow:0 0 7px 0 rgb(0 0 0 / 20%);box-shadow:0 0 7px 0 rgb(0 0 0 / 20%);background:#fff;padding:20px 0}
|
||||
.customer-page .customer-content-title{text-align:center;font-size:18px;font-weight:600}
|
||||
.customer-page .customer-content-title a{color:#222}
|
||||
.customer-page .customer-content-title a:first-child{margin-right:16px}
|
||||
.customer-content-title a:hover,.customer-page .customer-content-title a.current{color:var(--color-primary);border-bottom:1px solid var(--color-primary)}
|
||||
.customer-page .customer-form{margin:auto;max-width:616px}
|
||||
.customer-page .customer-form .item{margin-top:20px;font-weight:300}
|
||||
.customer-page .customer-form .item input{display:block;width:100%;border:1px solid #d7d7d7;padding:0 12px;height:42px;border-radius:5px;margin-top:5px;font-size:16px;outline:0}
|
||||
.customer-page .customer-form .item span{color:#d91605}
|
||||
.customer-page .customer-form .item p{font-size:14px;font-weight:400}
|
||||
.customer-page .btn-customer{width:100%;height:46px;border:0;border-radius:6px;background-color:var(--color-primary);font-size:18px;font-weight:600;color:#fff;margin-top:30px;cursor:pointer}
|
||||
.customer-page .password-input{position:relative}
|
||||
.customer-page .show-pass{position:absolute;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);right:10px}
|
||||
.customer-page .forgot-password{display:block;text-align:right;color:#208ce8;margin:8px 0 0;font-size:14px}
|
||||
.customer-page .forgot-password-content{max-width:800px;padding-top:50px;margin:0 auto}
|
||||
.customer-page .forgot-password-content h2{font-size:26px;font-weight:600;margin-bottom:8px}
|
||||
.customer-page .forgot-password-content p{font-size:16px;margin-bottom:20px}
|
||||
.customer-page .forgot-password-content table{width:100%}
|
||||
.customer-page .forgot-password-content input{width:100%;padding:10px 8px;font-size:18px;border-radius:5px;outline:0;border:1px solid var(--color-primary)}
|
||||
.customer-page .forgot-password-content td:first-child{font-size:18px}
|
||||
.customer-page .btn-forgot-password{display:block;width:50%;margin:30px auto}
|
||||
.customer-page .js-alert-mess{font-size:16px;font-weight:500;color:#d91605}
|
||||
.account-page .account{padding:30px 0;display:-webkit-box;display:-ms-flexbox;display:flex;gap:10px;font-size:16px}
|
||||
.account-page .account .col-left{border-right:1px solid #f5f5f5}
|
||||
.account-page .account .left-title{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin:0 60px 20px 0;width:220px}
|
||||
.account-page .account .left-title span{font-size:16px;font-weight:400}
|
||||
.account-page .account .left-title p{font-size:18px;margin-top:4px}
|
||||
.account-page .account .title-list{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:8px}
|
||||
.account-page .account .title-list a{display:-webkit-box;display:-ms-flexbox;display:flex;gap:8px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:10px 14px}
|
||||
.account-page .account .title-list a:hover{background-color:#f5f5f5}
|
||||
.account-page .account .col-right{padding:10px}
|
||||
.account-page .account .col-right h2{font-size:22px;font-weight:600;margin-bottom:16px}
|
||||
.account-page .info-page table{width:520px}
|
||||
.account-page .account .col-right .form-input{width:100%;padding-left:13px;border-radius:5px;border:1px solid #e1e1e1;height:38px;margin-bottom:8px}
|
||||
.account-page .btn-change{padding:10px 20px;border:none;background-color:#ee2d24;color:#fff;border-radius:5px;font-size:16px;cursor:pointer}
|
||||
.account-page .order-page table{font-size:16px}
|
||||
.account-page .order-page td{padding:10px;border:1px solid #ccc}
|
||||
.account-page .red-bold{color:#d91605;font-weight:600}
|
||||
.account-page .send-cart-info{padding:20px 15px;margin-top:12px;background:#f2f2f2;font-weight:300}
|
||||
.account-page .send-cart-info p{margin-bottom:16px;width:100%}
|
||||
.account-page .send-cart-info b{font-weight:700;width:200px;display:inline-block}
|
||||
.account-page .send-cart-info span{width:calc(100% - 200px)}
|
||||
.account-page .send-cart-detail-product{margin-top:15px;-webkit-box-shadow:0 0 5px 0 rgb(0 0 0 / 20%);box-shadow:0 0 5px 0 rgb(0 0 0 / 20%);border:1px solid #dee2e6!important}
|
||||
.account-page .send-cart-product-title{padding:20px 15px;font-size:18px;font-weight:600;text-transform:uppercase;border-bottom:1px solid #dee2e6}
|
||||
.account-page .send-cart-product-info{display:-webkit-box;display:-ms-flexbox;display:flex;padding:15px;width:100%;border-bottom:1px solid #dee2e6}
|
||||
.account-page .send-cart-item-left{width:82px;margin-right:8px;text-align:center}
|
||||
.account-page .send-cart-item-left img{width:100%;height:100%}
|
||||
.account-page .send-cart-item-center a{font-size:14px;font-weight:600;color:#222;text-decoration:none}
|
||||
.account-page .send-cart-item-center{width:362px}
|
||||
.account-page .send-cart-item-right{width:calc(100% - 362px - 82px);text-align:right;line-height:20px}
|
||||
.account-page .new-price,.total-price{font-size:18px;color:#d60000;font-weight:800}
|
||||
.account-page .new-price{color:#000!important}
|
||||
.account-page .old-price{font-size:16px;color:#888;text-decoration:line-through}
|
||||
.account-page .number-item{font-weight:700;font-size:12px}
|
||||
.account-page .total-item{color:#d91605;font-size:16px;font-weight:800}
|
||||
.account-page .send-cart-total{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:15px}
|
||||
.account-page .send-cart-total p:first-child{font-size:16px;font-weight:700}
|
||||
.account-page .again-cart{display:block;text-decoration:none;padding:22px 0 100px;text-align:center;color:#d60000;font-weight:600;font-size:22px;text-transform:uppercase}
|
||||
.global-header-fixed-block{height:102px}
|
||||
.global-header-fixed-bg{position:fixed;top:102px;left:0;right:0;bottom:0;background:rgba(0,0,0,.3)}
|
||||
.header-fixed{position:fixed;top:0;left:0;right:0;background:#fff;-webkit-box-shadow:0 1px 5px rgba(0,0,0,.2);box-shadow:0 1px 5px rgba(0,0,0,.2);z-index:999999}
|
||||
.header-fixed .logo{display:none}
|
||||
.header-fixed .global-navbar .global-navbar-title{display:block}
|
||||
.header-fixed .global-navbar .list{top:78px}
|
||||
.contact-bg{display:none;position:fixed;top:42px;left:0;right:0;bottom:0;background:rgba(0,0,0,.3);z-index:99999}
|
||||
.contact-wrapper .contact-content{display:none;position:absolute;top:88%;left:5px;right:5px;background:#fff;-webkit-box-shadow:0 1px 5px rgba(0,0,0,.2);box-shadow:0 1px 5px rgba(0,0,0,.2);z-index:999999}
|
||||
.contact-wrapper .contact-content .title{background:-o-linear-gradient(top,#7c1717 -137.96%,#7c1717 -41.87%,#003466 91.59%,#1988f2 203.67%,#f6cd12 203.7%,#003466 203.7%);background:-webkit-gradient(linear,left top,left bottom,color-stop(-137.96%,#7c1717),color-stop(-41.87%,#7c1717),color-stop(91.59%,#003466),color-stop(203.67%,#1988f2),color-stop(203.7%,#f6cd12),color-stop(203.7%,#003466));background:linear-gradient(180deg,#7c1717 -137.96%,#7c1717 -41.87%,#003466 91.59%,#1988f2 203.67%,#f6cd12 203.7%,#003466 203.7%);font-weight:700;font-size:24px;line-height:28px;text-transform:uppercase;color:#fff;padding:13px;text-align:center}
|
||||
.contact-wrapper .contact-content .contact-list{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:30px 46px}
|
||||
.contact-wrapper .contact-content .contact-item .heading{background:#ff5f03;-webkit-clip-path:polygon(0 0,85% 0,100% 100%,0% 100%);clip-path:polygon(0 0,85% 0,100% 100%,0% 100%);display:inline-block;padding:4px 32px 4px 24px;font-size:20px;line-height:24px;font-weight:700;max-width:176px;width:100%}
|
||||
.contact-wrapper .contact-content .contact-item .list{color:#000;font-size:16px;line-height:28px;margin-top:16px}
|
||||
.contact-wrapper .contact-content .contact-item .item i{-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg);margin-right:4px}
|
||||
.contact-wrapper:hover .contact-content{display:block}
|
||||
.contact-wrapper:hover+.contact-bg{display:block}
|
||||
.bg-liner-animation{background:-o-repeating-linear-gradient(left,#7c1717 8.33%,#7c1717 38.56%,#003466 80.54%,#1988f2 115.79%,#f6cd12 115.8%,#003466 115.8%);background:repeating-linear-gradient(90deg,#7c1717 8.33%,#7c1717 38.56%,#003466 80.54%,#1988f2 115.79%,#f6cd12 115.8%,#003466 115.8%);background-size:200% auto;-webkit-animation:gradient 2s infinite;animation:gradient 2s infinite;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-animation-timing-function:linear;animation-timing-function:linear}
|
||||
@-webkit-keyframes gradient{
|
||||
0%{background-position:0 0}
|
||||
100%{background-position:-200% 0}
|
||||
}
|
||||
@keyframes gradient{
|
||||
0%{background-position:0 0}
|
||||
100%{background-position:-200% 0}
|
||||
}
|
||||
.tooltip-name{border-radius:10px 10px 0 0;padding:12px 16px;background:-o-linear-gradient(255.49deg,#18348f 11.08%,#0a61d3 72.68%,#183793 134.96%,#0a61d3 174.25%,#19338d 259.72%);background:linear-gradient(194.51deg,#18348f 11.08%,#0a61d3 72.68%,#183793 134.96%,#0a61d3 174.25%,#19338d 259.72%)}
|
||||
.tooltip-name p{color:#fff;font-size:20px;line-height:25px;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden}
|
||||
.tooltip-descreption{margin:16px 0 10px;display:-webkit-box;display:-ms-flexbox;display:flex;padding:0 20px}
|
||||
.tooltip-descreption-price{padding:0 12px 6px}
|
||||
.tooltip-descreption-info{margin-left:80px}
|
||||
.tooltip-descreption-info,.tooltip-descreption-price p{font-weight:600;line-height:24px}
|
||||
.tooltip-input{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:8px;-webkit-box-shadow:0 1px 6px rgba(0,0,0,.25);box-shadow:0 1px 6px rgba(0,0,0,.25);background-color:var(--blue);padding-left:16px;margin:0 16px;color:#fff;border-radius:8px}
|
||||
.tooltip-input span{padding:10px 0}
|
||||
.tooltip-input .icon-database{font-size:20px}
|
||||
.tooltip-input .icon-gift{font-size:22px}
|
||||
.tooltip-list ul{padding-left:16px;margin:12px 16px;line-height:24px}
|
||||
.global-tooltip,.tippy-box{display:none;position:absolute;-webkit-box-shadow:0 1px 6px rgba(0,0,0,.25);box-shadow:0 1px 6px rgba(0,0,0,.25);background-color:#fff;color:#000;border-radius:10px;width:395px;z-index:9999999;overflow:hidden}
|
||||
@media (max-width:1600px){
|
||||
html{font-size:14px}
|
||||
.container{max-width:1220px}
|
||||
.col-1200-5{-ms-flex:0 0 41.666667%;-webkit-box-flex:0;flex:0 0 41.666667%;max-width:41.666667%}
|
||||
.col-1200-7{-ms-flex:0 0 58.333333%;-webkit-box-flex:0;flex:0 0 58.333333%;max-width:58.333333%}
|
||||
.paging-link{font-size:16px;width:36px;height:36px}
|
||||
.routing .list{padding:12px 0}
|
||||
.static-icons-sm{background-size:239px 180px}
|
||||
.global-header .header-top{font-size:12px;line-height:15px}
|
||||
.global-header .header-top .nav-link{gap:0;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}
|
||||
.global-header .header-search .search-container{max-width:490px;height:40px;font-size:14px;padding:4px 5px}
|
||||
.global-header .header-bottom .row{height:82px}
|
||||
.global-header .header-bottom .logo img{max-height:60px}
|
||||
.global-header .header-search .search-cat-group{line-height:28px;width:148px}
|
||||
.global-header .header-search .search-submit{width:31px;height:31px;right:4px;top:4px;background-position:-158px -127px;background-size:265px 202px}
|
||||
.global-header .header-features .item{gap:8px}
|
||||
.global-header .header-features .text{font-size:15px;line-height:17px;max-width:80px}
|
||||
.global-header .header-features .item:nth-child(2) .text{max-width:66px}
|
||||
.global-header .header-features .wrapper-icon{width:37.5px;height:37.5px}
|
||||
.global-header .header-features .wrapper-icon .static-icons{background-size:239px 180px}
|
||||
.global-header .header-features .wrapper-icon .static-icon-gift{width:24px;height:24px;background-position:-34px -67px}
|
||||
.global-header .header-features .wrapper-icon .static-icon-note{width:27px;height:27px;background-position:-154px -43px}
|
||||
.global-header .header-features .wrapper-icon .static-icon-cart{width:24px;height:21px;background-position:-103px -1px}
|
||||
.global-header .global-navbar .global-navbar-title{padding:8px 10px;border-radius:10px;font-size:16px}
|
||||
.global-header .global-navbar .list{width:232px;top:83px}
|
||||
.global-header .global-navbar .list .item{font-size:14px;line-height:18px;gap:12px;padding:5.95px 10px}
|
||||
.global-header .global-navbar .list .icon{max-height:20px}
|
||||
.global-header .global-navbar .sub-menu{left:232px;width:calc(1200px - 232px);font-size:14px}
|
||||
.global-header .global-navbar .sub-menu .grid{-ms-grid-columns:(1fr)[3];grid-template-columns:repeat(3,1fr)}
|
||||
.global-header .global-navbar .sub-item-2 .sub-item-link{font-size:13px;line-height:17px}
|
||||
.header-cart .header-cart-quantity{top:6px;right:2px}
|
||||
.section-article .heading .title{font-size:20px;line-height:20px}
|
||||
.section-article .heading .child{font-size:16px}
|
||||
.section-article .article-box .title{font-size:15px}
|
||||
.section-article .a-item{gap:8px}
|
||||
.section-article .a-item .a-name{font-size:14px;line-height:18px;min-height:36px}
|
||||
.section-article .a-item .a-wrapper{font-size:12px;margin-bottom:16px!important}
|
||||
.global-footer .newsletter .row{height:112px}
|
||||
.global-footer .newsletter .form-newsletter-input{max-width:500px;height:46px}
|
||||
.global-footer .newsletter .form-newsletter-btn{max-width:100px;height:46px;font-size:14px}
|
||||
.global-footer .newsletter .static-icon-mail{width:68px;height:68px;background-position:-34px -95px;background-size:239px 180px}
|
||||
.global-footer .newsletter .wrapper-text .title{font-size:24px;margin-bottom:0!important}
|
||||
.global-footer .newsletter .wrapper-text .text{font-size:13px}
|
||||
.global-footer .company .col-c .title{font-size:18px;line-height:32px;margin-bottom:12px}
|
||||
.global-footer .company .col-c .list{font-size:14px;line-height:28px}
|
||||
.global-footer .copyright{padding:15px 0;font-size:13px;line-height:24px}
|
||||
.p-item{padding:10px 10px 12px}
|
||||
.p-item .p-img .static-icon-hot-sticker{width:57px;height:24px;background-position:-61px -67px;background-size:239px 180px}
|
||||
.p-item .p-price .p-price-sale{margin-top:8px}
|
||||
.homepage .section-hero .banner-container{margin-left:242px;gap:10px}
|
||||
.homepage .section-hot{margin-top:20px}
|
||||
.homepage .section-hot .title .item{font-size:18px;line-height:20px}
|
||||
.homepage .section-hot .title .item .wrapper{padding:8px 40px 7px 10px}
|
||||
.homepage .section-hot .title .item .sub-effect{height:38px}
|
||||
.homepage .section-hot .title .item.active .sub-effect::after{right:-6px;bottom:-2px;height:18px;-webkit-clip-path:polygon(40% 0,65% 0,95% 100%,70% 100%);clip-path:polygon(40% 0,65% 0,95% 100%,70% 100%)}
|
||||
.homepage .section-hot .title .item.active .sub-effect::before{height:20px;-webkit-clip-path:polygon(20% 0,45% 0,100% 100%,75% 100%);clip-path:polygon(20% 0,45% 0,100% 100%,75% 100%)}
|
||||
.homepage .section-hot .title::after{bottom:0}
|
||||
.homepage .section-hot .p-item .p-img .static-icon-hot-sticker{display:block}
|
||||
.homepage .section-hot .col-right .p-name{font-size:18px;line-height:22px;height:66px}
|
||||
.homepage .section-hot .col-right .p-price-sale{font-size:24px;line-height:28px}
|
||||
.homepage .section-hot .col-right .p-summary{font-size:16px;line-height:18px;margin-top:4px}
|
||||
.homepage .section-hot .col-right .p-quantity{font-size:16px}
|
||||
.homepage .section-hot .product-list .col-left{-ms-grid-columns:(1fr)[3];grid-template-columns:repeat(3,1fr)}
|
||||
.homepage .section-category .category-box .product-list .p-item:nth-child(11),.homepage .section-category .category-box .product-list .p-item:nth-child(12),.homepage .section-hot .product-list .col-left .p-item:nth-child(7),.homepage .section-hot .product-list .col-left .p-item:nth-child(8){display:none}
|
||||
.homepage .section-category .category-box .product-list{-ms-grid-columns:(1fr)[5];grid-template-columns:repeat(5,1fr)}
|
||||
.homepage .section-category .category-box .heading .title{font-size:20px}
|
||||
.homepage .section-category .category-box .heading .child,.homepage .section-category .category-box .heading .link{font-size:14px}
|
||||
.product-page .category-nav .title{font-size:16px}
|
||||
.product-page .category-nav .list .item{font-size:14px}
|
||||
.product-page .filter .filter-item{font-size:14px}
|
||||
.product-page .sort .sort-custom .item{font-size:14px;padding:6px 14px;margin-left:12px}
|
||||
.product-page .sort .sort-by-collection select{font-size:14px;height:36px}
|
||||
.product-page .description .view-more-content-btn{font-size:14px;line-height:16px}
|
||||
.product-page .product-list .p-name{font-size:15px;line-height:19px;height:38px}
|
||||
.product-page .product-list .p-price-stock{font-size:14px;line-height:18px;height:18px}
|
||||
.product-page .product-list .p-price-sale{font-size:20px;line-height:24px}
|
||||
.product-page .product-list .p-quantity{font-size:14px}
|
||||
.product-detail-page .pd-top{margin-bottom:16px!important}
|
||||
.product-detail-page .pd-name{font-size:22px;line-height:40px}
|
||||
.product-detail-page .pd-info-rating{font-size:14px}
|
||||
.product-detail-page .pd-summary-group .item{font-size:14px;line-height:24px}
|
||||
.product-detail-page .btn-showmore-summary{font-size:14px;line-height:36px}
|
||||
.product-detail-page .static-text{font-size:14px;padding:12px 8px;margin-bottom:28px}
|
||||
.product-detail-page .pd-static-item ul{font-size:13px;line-height:24px;padding:12px 8px 12px 26px;margin-bottom:28px}
|
||||
.product-detail-page .pd-hotline-list{font-size:13px;padding:12px 8px 12px 26px}
|
||||
.product-detail-page .pd-hotline-list .item{font-size:13px}
|
||||
.product-detail-page .pd-price-title{font-size:18px}
|
||||
.product-detail-page .pd-price{font-size:30px;margin:0 4px}
|
||||
.product-detail-page .pd-old-price{font-size:18px;margin-right:4px}
|
||||
.product-detail-page .pd-price-off{line-height:18px;border-radius:16px;padding:4px 8px 4px;font-size:14px}
|
||||
.product-detail-page .pd-vat-group span{font-size:14px}
|
||||
.product-detail-page .pd-static-item.gift .title{font-size:14px}
|
||||
.product-detail-page .pd-btn-group{gap:10px}
|
||||
.product-detail-page .pd-box-group .box-title{font-size:20px}
|
||||
.product-detail-page .pd-art-group .item-img{max-width:122px}
|
||||
.product-detail-page .pd-art-group .item-title{font-size:14px}
|
||||
.product-detail-page .pd-art-group .item-summary{font-size:12px}
|
||||
.product-detail-page .product-comment-container .comment-form-group{font-size:14px}
|
||||
.product-detail-page .product-comment-container .comment-form-group .form-control{height:36px}
|
||||
.product-detail-page .product-comment-container .comment-form-group textarea.form-control{font-size:14px}
|
||||
.product-detail-page .product-comment-container .btn-detail-form{font-size:14px;height:36px}
|
||||
.product-detail-page .btn-spec{font-size:14px}
|
||||
.product-detail-page .pd-summary-group ul{font-size:14px}
|
||||
.cart-page .cart-title{font-size:20px;line-height:24px}
|
||||
.cart-page .cart-title .sub-title{font-size:14px;line-height:18px}
|
||||
.cart-page .cart-content{gap:10px}
|
||||
.cart-page .cart-content .col-right{max-width:335px}
|
||||
.cart-page .cart-product .c-item{padding:12px 10px}
|
||||
.cart-page .cart-product .c-item .c-img{max-width:132px;margin-right:12px}
|
||||
.cart-page .cart-product .c-item .c-name{font-size:14px;line-height:18px}
|
||||
.cart-page .cart-product .c-item .c-status{padding:6px 10px;font-size:13px;margin:8px 0}
|
||||
.cart-page .cart-product .c-item .c-special-offer .title{font-size:14px;margin-bottom:4px!important}
|
||||
.cart-page .cart-product .c-item .c-special-offer .list-w{font-size:13px}
|
||||
.cart-page .cart-product .c-item .c-special-offer .list .item{font-size:13px}
|
||||
.cart-page .cart-product .c-item .c-quantity .c-quantity-input{line-height:32px}
|
||||
.cart-page .cart-product .c-item .c-quantity .c-quantity-btn{line-height:32px}
|
||||
.cart-page .cart-product .c-item .c-delete{width:32px;height:32px}
|
||||
.cart-page .cart-option .cart-btn{font-size:18px;padding:8px 16px}
|
||||
.cart-page .cart-form .form-left{max-width:464px;margin-right:32px}
|
||||
.cart-page .cart-form .form-title{font-size:18px}
|
||||
.cart-page .cart-form .form-input{font-size:14px;line-height:18px;padding:10px 12px}
|
||||
.cart-page .cart-form .form-right .list-radio .item input[type=radio]:checked+label:after{top:3px;left:3px;width:8px;height:8px}
|
||||
.cart-page .cart-summary{padding:18px 16px 12px}
|
||||
.cart-page .cart-summary .title{font-size:20px;padding-bottom:12px}
|
||||
.cart-page .cart-summary .cart-summary-item{font-size:16px;line-height:36px}
|
||||
.cart-page .cart-summary .cart-summary-btn{font-size:16px}
|
||||
.article-page .heading-primary{font-size:20px}
|
||||
.article-page .article-newest .a-newest-image{max-width:120px}
|
||||
.article-page .article-newest .a-newest-title{font-size:14px;line-height:18px}
|
||||
.article-page .list-style .p-item{padding:8px 8px 10px}
|
||||
.article-page .list-style .p-item .p-rating span{display:none}
|
||||
.article-page .list-style .p-item .p-thumbs{max-width:120px}
|
||||
.article-page .list-style .p-item .p-name{font-size:14px}
|
||||
.article-page .list-style .p-item .p-price{height:40px}
|
||||
.article-page .list-style .p-item .p-price-sale{font-size:16px;line-height:20px}
|
||||
.article-page .list-style .p-item .p-price-stock{font-size:11px;line-height:13px;height:13px}
|
||||
.article-page .list-style .p-item .p-sale-off{top:-27px;font-size:11px;line-height:13px;padding:4px 6px}
|
||||
.article-page .list-style .p-item .p-quantity,.article-page .list-style .p-item .p-rating{margin:2px 0!important}
|
||||
.global-header-fixed-block{height:82px}
|
||||
.global-header-fixed-bg{top:82px}
|
||||
.header-fixed .global-navbar .list{top:62px}
|
||||
}
|
||||
BIN
Alpha/images/alpha-logo.png
Normal file
|
After Width: | Height: | Size: 26 KiB |
BIN
Alpha/images/favicon.png
Normal file
|
After Width: | Height: | Size: 20 KiB |
BIN
Alpha/images/icons/static-icon-aggel-down-blue.png
Normal file
|
After Width: | Height: | Size: 246 B |
BIN
Alpha/images/icons/static-icon-aggel-down.png
Normal file
|
After Width: | Height: | Size: 296 B |
BIN
Alpha/images/icons/static-icon-aggel-up-2.png
Normal file
|
After Width: | Height: | Size: 1.7 KiB |
BIN
Alpha/images/icons/static-icon-box-pro-new.png
Normal file
|
After Width: | Height: | Size: 1.4 KiB |
BIN
Alpha/images/icons/static-icon-box-pro.png
Normal file
|
After Width: | Height: | Size: 881 B |
BIN
Alpha/images/icons/static-icon-cart-pro.png
Normal file
|
After Width: | Height: | Size: 881 B |
BIN
Alpha/images/icons/static-icon-cart.png
Normal file
|
After Width: | Height: | Size: 1.9 KiB |
BIN
Alpha/images/icons/static-icon-clipboard-text.png
Normal file
|
After Width: | Height: | Size: 940 B |
BIN
Alpha/images/icons/static-icon-eyes.png
Normal file
|
After Width: | Height: | Size: 1.0 KiB |
BIN
Alpha/images/icons/static-icon-fb-2.png
Normal file
|
After Width: | Height: | Size: 3.0 KiB |
BIN
Alpha/images/icons/static-icon-fb-logo.png
Normal file
|
After Width: | Height: | Size: 777 B |
BIN
Alpha/images/icons/static-icon-fire.png
Normal file
|
After Width: | Height: | Size: 2.2 KiB |
BIN
Alpha/images/icons/static-icon-gift-2.png
Normal file
|
After Width: | Height: | Size: 800 B |
BIN
Alpha/images/icons/static-icon-gift.png
Normal file
|
After Width: | Height: | Size: 2.6 KiB |
BIN
Alpha/images/icons/static-icon-green-check.png
Normal file
|
After Width: | Height: | Size: 590 B |
BIN
Alpha/images/icons/static-icon-hot-sticker.png
Normal file
|
After Width: | Height: | Size: 6.8 KiB |
BIN
Alpha/images/icons/static-icon-instagram-logo.png
Normal file
|
After Width: | Height: | Size: 2.3 KiB |
BIN
Alpha/images/icons/static-icon-mail-2.png
Normal file
|
After Width: | Height: | Size: 4.0 KiB |
BIN
Alpha/images/icons/static-icon-mail.png
Normal file
|
After Width: | Height: | Size: 2.8 KiB |
BIN
Alpha/images/icons/static-icon-mess-2.png
Normal file
|
After Width: | Height: | Size: 3.7 KiB |
BIN
Alpha/images/icons/static-icon-messages.png
Normal file
|
After Width: | Height: | Size: 762 B |
BIN
Alpha/images/icons/static-icon-news-2.png
Normal file
|
After Width: | Height: | Size: 796 B |
BIN
Alpha/images/icons/static-icon-news.png
Normal file
|
After Width: | Height: | Size: 580 B |
BIN
Alpha/images/icons/static-icon-note.png
Normal file
|
After Width: | Height: | Size: 762 B |
BIN
Alpha/images/icons/static-icon-phone-shake-2.png
Normal file
|
After Width: | Height: | Size: 5.9 KiB |
BIN
Alpha/images/icons/static-icon-phone-shake.png
Normal file
|
After Width: | Height: | Size: 517 B |
BIN
Alpha/images/icons/static-icon-profile-2user.png
Normal file
|
After Width: | Height: | Size: 842 B |
BIN
Alpha/images/icons/static-icon-profile-circle.png
Normal file
|
After Width: | Height: | Size: 814 B |
BIN
Alpha/images/icons/static-icon-search.png
Normal file
|
After Width: | Height: | Size: 755 B |
BIN
Alpha/images/icons/static-icon-youtube-2.png
Normal file
|
After Width: | Height: | Size: 2.2 KiB |
BIN
Alpha/images/icons/static-icon-youtube-logo.png
Normal file
|
After Width: | Height: | Size: 805 B |
BIN
Alpha/images/star_rating_2022.png
Normal file
|
After Width: | Height: | Size: 3.2 KiB |
BIN
Alpha/images/star_sprite.png
Normal file
|
After Width: | Height: | Size: 1.4 KiB |
BIN
Alpha/images/static-icon-aggel-cricle-blue.png
Normal file
|
After Width: | Height: | Size: 2.2 KiB |
BIN
Alpha/images/static-icon-category-1.png
Normal file
|
After Width: | Height: | Size: 1.0 KiB |
BIN
Alpha/images/static-icon-check-cricle-green.png
Normal file
|
After Width: | Height: | Size: 1013 B |
BIN
Alpha/images/static-icon-download-blue-2.png
Normal file
|
After Width: | Height: | Size: 1.3 KiB |
BIN
Alpha/images/static-icon-gift-red.png
Normal file
|
After Width: | Height: | Size: 812 B |
BIN
Alpha/images/static-icon-grid-style.png
Normal file
|
After Width: | Height: | Size: 189 B |
BIN
Alpha/images/static-icon-list-style.png
Normal file
|
After Width: | Height: | Size: 356 B |
BIN
Alpha/images/static-icon-print-blue-2.png
Normal file
|
After Width: | Height: | Size: 1.1 KiB |
BIN
Alpha/images/static-icon-shield-green.png
Normal file
|
After Width: | Height: | Size: 1.0 KiB |
BIN
Alpha/images/static-icon-star-red.png
Normal file
|
After Width: | Height: | Size: 1.5 KiB |
BIN
Alpha/images/static-icon-star-yellow.png
Normal file
|
After Width: | Height: | Size: 705 B |
BIN
Alpha/images/static-icon-trash-can-blue.png
Normal file
|
After Width: | Height: | Size: 945 B |
BIN
Alpha/images/static-icon-truck-blue.png
Normal file
|
After Width: | Height: | Size: 1.1 KiB |
BIN
Alpha/images/static-icon-user-blue.png
Normal file
|
After Width: | Height: | Size: 1.3 KiB |
BIN
Alpha/images/static-icon-zalo.png
Normal file
|
After Width: | Height: | Size: 1.7 KiB |
BIN
Alpha/images/static-icons-map-pc.png
Normal file
|
After Width: | Height: | Size: 66 KiB |
BIN
Alpha/images/static-image-article-1.png
Normal file
|
After Width: | Height: | Size: 258 KiB |
BIN
Alpha/images/static-image-banner-middle-homepage-1.png
Normal file
|
After Width: | Height: | Size: 959 KiB |
BIN
Alpha/images/static-image-banner-top-1.png
Normal file
|
After Width: | Height: | Size: 530 KiB |
BIN
Alpha/images/static-image-bct.png
Normal file
|
After Width: | Height: | Size: 9.2 KiB |
BIN
Alpha/images/static-image-brand-1.png
Normal file
|
After Width: | Height: | Size: 6.9 KiB |
BIN
Alpha/images/static-image-category-banner-1.png
Normal file
|
After Width: | Height: | Size: 579 KiB |
BIN
Alpha/images/static-image-dmca-protected.png
Normal file
|
After Width: | Height: | Size: 4.4 KiB |
BIN
Alpha/images/static-image-frame-hot-sale-off.png
Normal file
|
After Width: | Height: | Size: 79 KiB |
BIN
Alpha/images/static-image-frame-hot.png
Normal file
|
After Width: | Height: | Size: 38 KiB |
BIN
Alpha/images/static-image-hero-1.png
Normal file
|
After Width: | Height: | Size: 1.3 MiB |
BIN
Alpha/images/static-image-pro-1.png
Normal file
|
After Width: | Height: | Size: 109 KiB |
5958
Alpha/index.html
Normal file
3866
Alpha/index_mobile.html
Normal file
234
Alpha/js/library.js
Normal file
338
Alpha/js/main_mobile.js
Normal file
@@ -0,0 +1,338 @@
|
||||
//
|
||||
$(document).ready(function () {
|
||||
// GLOBAL CALL
|
||||
globalHandler();
|
||||
|
||||
// PAGE CALL
|
||||
homepageHandler();
|
||||
|
||||
//categoryHanlder();
|
||||
|
||||
productDetailHandler();
|
||||
|
||||
//articleHandler();
|
||||
|
||||
//cartHandler();
|
||||
|
||||
//getOrderList();
|
||||
});
|
||||
|
||||
//
|
||||
function globalHandler() {
|
||||
runLazyImageLoad();
|
||||
$('#menu').mmenu();
|
||||
//headerCartChange();
|
||||
headerFixedScroll();
|
||||
setCategorySearch();
|
||||
swiperSectionBrand();
|
||||
footerArccodion();
|
||||
tooltip();
|
||||
}
|
||||
|
||||
// LAZY LOADING BLOCK
|
||||
var lazy_load_group = [];
|
||||
|
||||
// LAZY LOADING IMAGE
|
||||
function runLazyImageLoad() {
|
||||
var lazyLoadInstance = new LazyLoad({
|
||||
elements_selector: ".lazy"
|
||||
});
|
||||
}
|
||||
|
||||
function headerFixedScroll() {
|
||||
$(window).scroll(function () {
|
||||
let distanceFromTop = $(document).scrollTop();
|
||||
const global_header = $(".global-header .header-bottom");
|
||||
const global_fixed_block = $(".global-header-fixed-block");
|
||||
const global_navbar_list = $(".global-navbar .list");
|
||||
const homepage_check = $(".homepage").length;
|
||||
|
||||
if (distanceFromTop > 700) {
|
||||
if (homepage_check > 0 && !global_header.hasClass("header-fixed")) global_navbar_list.addClass("d-none");
|
||||
global_header.addClass("header-fixed");
|
||||
global_fixed_block.removeClass("d-none");
|
||||
} else {
|
||||
global_header.removeClass("header-fixed");
|
||||
global_fixed_block.addClass("d-none");
|
||||
if (homepage_check > 0) global_navbar_list.removeClass("d-none");
|
||||
else global_navbar_list.addClass("d-none");
|
||||
$(".global-header-fixed-bg").addClass("d-none");
|
||||
}
|
||||
});
|
||||
}
|
||||
|
||||
// TOGGLE NAVBAR
|
||||
function toggleNavbar() {
|
||||
$(".global-navbar .list").toggleClass("d-none");
|
||||
$(".global-header-fixed-bg").toggleClass("d-none");
|
||||
}
|
||||
|
||||
// RESET SWIPER WRAPPER
|
||||
function resetSwiperWrapper(target) {
|
||||
$(target).css("visibility", "hidden");
|
||||
setTimeout(function () {
|
||||
$(target).css("visibility", "unset");
|
||||
}, 200);
|
||||
}
|
||||
|
||||
// VIEW MORE CONTENT
|
||||
function viewMoreContent(target) {
|
||||
let htmlStaticBlock = $(target).find(".static-html");
|
||||
let viewMoreBtn = $(target).find(".js-view-more-content");
|
||||
|
||||
htmlStaticBlock.toggleClass("max-height-none").toggleClass("blur");
|
||||
viewMoreBtn.html() === "Xem thêm +" ? viewMoreBtn.html("Thu gọn -") : viewMoreBtn.html("Xem thêm +");
|
||||
if (!$(".static-html").hasClass("max-height-none")) document.querySelector(target).scrollIntoView({ behavior: 'smooth' });
|
||||
}
|
||||
|
||||
// TOOL TIP PRODUCT
|
||||
function tooltip() {
|
||||
var w_tooltip = $("#tooltip").width();
|
||||
var h_tooltip = 0;
|
||||
var pad = 10;
|
||||
var x_mouse = 0;
|
||||
var y_mouse = 0;
|
||||
var wrap_left = 0;
|
||||
var wrap_right = 0;
|
||||
var wrap_top = 0;
|
||||
var wrap_bottom = 0;
|
||||
|
||||
$(".p-item .p-img").mousemove(function (e) {
|
||||
content_tooltip = $(this).parents(".p-item").find(".p-tooltip");
|
||||
if (content_tooltip.length == 0) {
|
||||
return;
|
||||
$("#tooltip").hide();
|
||||
}
|
||||
|
||||
$("#tooltip").html(content_tooltip.html());
|
||||
|
||||
wrap_left = 0;
|
||||
wrap_top = $(window).scrollTop();
|
||||
wrap_bottom = $(window).height();
|
||||
wrap_right = $(window).width();
|
||||
x_mouse = e.pageX;
|
||||
y_mouse = e.pageY;
|
||||
h_tooltip = $("#tooltip").height();
|
||||
|
||||
if (x_mouse + w_tooltip > wrap_right)
|
||||
$("#tooltip").css("left", x_mouse - w_tooltip - pad);
|
||||
else $("#tooltip").css("left", x_mouse + pad);
|
||||
|
||||
if (y_mouse - h_tooltip < wrap_top && 1 < 2) $("#tooltip").css("top", wrap_top);
|
||||
else $("#tooltip").css("top", y_mouse - h_tooltip - pad);
|
||||
|
||||
$("#tooltip").show();
|
||||
});
|
||||
|
||||
$(".p-item .p-img").mouseout(function () {
|
||||
$("#tooltip").hide();
|
||||
});
|
||||
}
|
||||
|
||||
//SEARCH CATEGORY
|
||||
function setCategorySearch() {
|
||||
$("#js-cat-list a").click(function (event) {
|
||||
event.preventDefault();
|
||||
var id = $(this).attr("href");
|
||||
var name = $(this).text();
|
||||
|
||||
$("#js-scat_id").attr("value", id);
|
||||
$("#js-search-cat-holder").html(name);
|
||||
});
|
||||
}
|
||||
|
||||
function swiperSectionBrand() {
|
||||
new Swiper(".swiper-section-brand", {
|
||||
slidesPerView: 3,
|
||||
spaceBetween: 10,
|
||||
rewind: true,
|
||||
speed: 1000,
|
||||
autoplay: {
|
||||
delay: 2500,
|
||||
disableOnInteraction: false,
|
||||
pauseOnMouseEnter: "true",
|
||||
},
|
||||
navigation: {
|
||||
nextEl: ".swiper-button-next",
|
||||
prevEl: ".swiper-button-prev",
|
||||
},
|
||||
breakpoints: {
|
||||
1600: {
|
||||
slidesPerView: 4,
|
||||
spaceBetween: 16,
|
||||
},
|
||||
},
|
||||
});
|
||||
}
|
||||
|
||||
// FOOTER ARC
|
||||
function footerArccodion() {
|
||||
document.querySelectorAll(".accordion").forEach((acc) => {
|
||||
acc.addEventListener("click", function () {
|
||||
const nextEl = this.nextElementSibling;
|
||||
const childEl = this.firstElementChild;
|
||||
|
||||
if (nextEl.style.maxHeight) {
|
||||
nextEl.style.maxHeight = null;
|
||||
nextEl.style.marginBottom = "0px";
|
||||
childEl.style.transform = "rotate(0)";
|
||||
} else {
|
||||
nextEl.style.maxHeight = nextEl.scrollHeight + "px";
|
||||
nextEl.style.marginBottom = "10px";
|
||||
childEl.style.transform = "rotate(90deg)";
|
||||
}
|
||||
});
|
||||
});
|
||||
}
|
||||
|
||||
//
|
||||
function homepageHandler() {
|
||||
swiperSectionHero();
|
||||
swiperSectionProductHot();
|
||||
}
|
||||
|
||||
function swiperSectionHero() {
|
||||
new Swiper(".swiper-section-hero", {
|
||||
slidesPerView: 1,
|
||||
spaceBetween: 12,
|
||||
rewind: true,
|
||||
speed: 1000,
|
||||
autoplay: {
|
||||
delay: 2500,
|
||||
disableOnInteraction: false,
|
||||
pauseOnMouseEnter: "true",
|
||||
},
|
||||
});
|
||||
}
|
||||
|
||||
function swiperSectionProductHot() {
|
||||
new Swiper(".swiper-section-product-hot", {
|
||||
slidesPerView: 2.2,
|
||||
spaceBetween: 4,
|
||||
rewind: true,
|
||||
speed: 1000,
|
||||
autoplay: {
|
||||
delay: 2500,
|
||||
disableOnInteraction: false,
|
||||
pauseOnMouseEnter: "true",
|
||||
},
|
||||
});
|
||||
}
|
||||
|
||||
//
|
||||
function productDetailHandler() {
|
||||
ratingHover();
|
||||
productBottomBoxSwiper();
|
||||
}
|
||||
|
||||
function toogleReviewForm(target) {
|
||||
$(target).toggleClass("d-block");
|
||||
}
|
||||
|
||||
let galleryThumbs = new Swiper(".gallery-thumbs", {
|
||||
spaceBetween: 12,
|
||||
slidesPerView: 5,
|
||||
slideToClickedSlide: true,
|
||||
freeMode: true,
|
||||
watchSlidesProgress: true,
|
||||
centerInsufficientSlides: true,
|
||||
breakpoints: {
|
||||
1600: {
|
||||
spaceBetween: 16,
|
||||
},
|
||||
},
|
||||
});
|
||||
|
||||
let galleryTop = new Swiper(".gallery-top", {
|
||||
spaceBetween: 12,
|
||||
slidesPerView: 1,
|
||||
speed: 1000,
|
||||
autoplay: {
|
||||
delay: 2500,
|
||||
disableOnInteraction: false,
|
||||
pauseOnMouseEnter: "true",
|
||||
},
|
||||
navigation: {
|
||||
nextEl: ".swiper-button-next",
|
||||
prevEl: ".swiper-button-prev",
|
||||
},
|
||||
breakpoints: {
|
||||
1600: {
|
||||
spaceBetween: 16,
|
||||
},
|
||||
},
|
||||
thumbs: {
|
||||
swiper: galleryThumbs,
|
||||
},
|
||||
// AUTO SILDED AT FISRT AND END
|
||||
on: {
|
||||
slideChange: function () {
|
||||
let activeIndex = this.activeIndex + 1;
|
||||
|
||||
let activeSlide = document.querySelector(
|
||||
`.gallery-thumbs .swiper-slide:nth-child(${activeIndex})`
|
||||
);
|
||||
let nextSlide = document.querySelector(
|
||||
`.gallery-thumbs .swiper-slide:nth-child(${activeIndex + 1})`
|
||||
);
|
||||
let prevSlide = document.querySelector(
|
||||
`.gallery-thumbs .swiper-slide:nth-child(${activeIndex - 1})`
|
||||
);
|
||||
|
||||
if (
|
||||
nextSlide &&
|
||||
!nextSlide.classList.contains("swiper-slide-visible")
|
||||
) {
|
||||
this.thumbs.swiper.slideNext();
|
||||
} else if (
|
||||
prevSlide &&
|
||||
!prevSlide.classList.contains("swiper-slide-visible")
|
||||
) {
|
||||
this.thumbs.swiper.slidePrev();
|
||||
}
|
||||
},
|
||||
},
|
||||
});
|
||||
|
||||
$('[data-fancybox="gallery"]').fancybox({
|
||||
thumbs: {
|
||||
autoStart: true
|
||||
}
|
||||
});
|
||||
|
||||
// FUNC REVIEW FORM
|
||||
function ratingHover() {
|
||||
$('.rating-star').hover(function () {
|
||||
$(this).addClass('hover');
|
||||
$('#star_tip').html($(this).attr('data-title'))
|
||||
},
|
||||
function () {
|
||||
$(this).removeClass('hover');
|
||||
$('#star_tip').html($('.rating-review input:checked').attr('data-title'));
|
||||
})
|
||||
}
|
||||
|
||||
// SWIPER BOTTOM PRODUCT BOX
|
||||
function productBottomBoxSwiper() {
|
||||
new Swiper(".bottom-product-box-swiper", {
|
||||
slidesPerView: 2.3,
|
||||
spaceBetween: 10,
|
||||
rewind: true,
|
||||
speed: 1000,
|
||||
autoplay: {
|
||||
delay: 2500,
|
||||
disableOnInteraction: false,
|
||||
pauseOnMouseEnter: "true",
|
||||
},
|
||||
navigation: {
|
||||
nextEl: ".swiper-button-next",
|
||||
prevEl: ".swiper-button-prev",
|
||||
},
|
||||
breakpoints: {
|
||||
786: {
|
||||
slidesPerView: 3.3,
|
||||
spaceBetween: 12,
|
||||
},
|
||||
},
|
||||
});
|
||||
}
|
||||
300
Alpha/js/main_pc.js
Normal file
@@ -0,0 +1,300 @@
|
||||
//
|
||||
$(document).ready(function () {
|
||||
// GLOBAL CALL
|
||||
globalHandler();
|
||||
|
||||
// PAGE CALL
|
||||
homepageHandler();
|
||||
|
||||
//categoryHanlder();
|
||||
|
||||
productDetailHandler();
|
||||
|
||||
//articleHandler();
|
||||
|
||||
//cartHandler();
|
||||
|
||||
//getOrderList();
|
||||
});
|
||||
|
||||
//
|
||||
function globalHandler() {
|
||||
runLazyImageLoad();
|
||||
//headerCartChange();
|
||||
headerFixedScroll();
|
||||
setCategorySearch();
|
||||
swiperSectionBrand();
|
||||
tooltip();
|
||||
}
|
||||
|
||||
// LAZY LOADING BLOCK
|
||||
var lazy_load_group = [];
|
||||
|
||||
// LAZY LOADING IMAGE
|
||||
function runLazyImageLoad() {
|
||||
var lazyLoadInstance = new LazyLoad({
|
||||
elements_selector: ".lazy"
|
||||
});
|
||||
}
|
||||
|
||||
function headerFixedScroll() {
|
||||
$(window).scroll(function () {
|
||||
let distanceFromTop = $(document).scrollTop();
|
||||
const global_header = $(".global-header .header-bottom");
|
||||
const global_fixed_block = $(".global-header-fixed-block");
|
||||
const global_navbar_list = $(".global-navbar .list");
|
||||
const homepage_check = $(".homepage").length;
|
||||
|
||||
if (distanceFromTop > 700) {
|
||||
if (homepage_check > 0 && !global_header.hasClass("header-fixed")) global_navbar_list.addClass("d-none");
|
||||
global_header.addClass("header-fixed");
|
||||
global_fixed_block.removeClass("d-none");
|
||||
} else {
|
||||
global_header.removeClass("header-fixed");
|
||||
global_fixed_block.addClass("d-none");
|
||||
if (homepage_check > 0) global_navbar_list.removeClass("d-none");
|
||||
else global_navbar_list.addClass("d-none");
|
||||
$(".global-header-fixed-bg").addClass("d-none");
|
||||
}
|
||||
});
|
||||
}
|
||||
|
||||
// TOGGLE NAVBAR
|
||||
function toggleNavbar() {
|
||||
$(".global-navbar .list").toggleClass("d-none");
|
||||
$(".global-header-fixed-bg").toggleClass("d-none");
|
||||
}
|
||||
|
||||
// RESET SWIPER WRAPPER
|
||||
function resetSwiperWrapper(target) {
|
||||
$(target).css("visibility", "hidden");
|
||||
setTimeout(function () {
|
||||
$(target).css("visibility", "unset");
|
||||
}, 200);
|
||||
}
|
||||
|
||||
// VIEW MORE CONTENT
|
||||
function viewMoreContent(target) {
|
||||
let htmlStaticBlock = $(target).find(".static-html");
|
||||
let viewMoreBtn = $(target).find(".js-view-more-content");
|
||||
|
||||
htmlStaticBlock.toggleClass("max-height-none").toggleClass("blur");
|
||||
viewMoreBtn.html() === "Xem thêm +" ? viewMoreBtn.html("Thu gọn -") : viewMoreBtn.html("Xem thêm +");
|
||||
if (!$(".static-html").hasClass("max-height-none")) document.querySelector(target).scrollIntoView({ behavior: 'smooth' });
|
||||
}
|
||||
|
||||
// TOOL TIP PRODUCT
|
||||
function tooltip() {
|
||||
var w_tooltip = $("#tooltip").width();
|
||||
var h_tooltip = 0;
|
||||
var pad = 10;
|
||||
var x_mouse = 0;
|
||||
var y_mouse = 0;
|
||||
var wrap_left = 0;
|
||||
var wrap_right = 0;
|
||||
var wrap_top = 0;
|
||||
var wrap_bottom = 0;
|
||||
|
||||
$(".p-item .p-img").mousemove(function (e) {
|
||||
content_tooltip = $(this).parents(".p-item").find(".p-tooltip");
|
||||
if (content_tooltip.length == 0) {
|
||||
return;
|
||||
$("#tooltip").hide();
|
||||
}
|
||||
|
||||
$("#tooltip").html(content_tooltip.html());
|
||||
|
||||
wrap_left = 0;
|
||||
wrap_top = $(window).scrollTop();
|
||||
wrap_bottom = $(window).height();
|
||||
wrap_right = $(window).width();
|
||||
x_mouse = e.pageX;
|
||||
y_mouse = e.pageY;
|
||||
h_tooltip = $("#tooltip").height();
|
||||
|
||||
if (x_mouse + w_tooltip > wrap_right)
|
||||
$("#tooltip").css("left", x_mouse - w_tooltip - pad);
|
||||
else $("#tooltip").css("left", x_mouse + pad);
|
||||
|
||||
if (y_mouse - h_tooltip < wrap_top && 1 < 2) $("#tooltip").css("top", wrap_top);
|
||||
else $("#tooltip").css("top", y_mouse - h_tooltip - pad);
|
||||
|
||||
$("#tooltip").show();
|
||||
});
|
||||
|
||||
$(".p-item .p-img").mouseout(function () {
|
||||
$("#tooltip").hide();
|
||||
});
|
||||
}
|
||||
|
||||
//SEARCH CATEGORY
|
||||
function setCategorySearch() {
|
||||
$("#js-cat-list a").click(function (event) {
|
||||
event.preventDefault();
|
||||
var id = $(this).attr("href");
|
||||
var name = $(this).text();
|
||||
|
||||
$("#js-scat_id").attr("value", id);
|
||||
$("#js-search-cat-holder").html(name);
|
||||
});
|
||||
}
|
||||
|
||||
function swiperSectionBrand() {
|
||||
new Swiper(".swiper-section-brand", {
|
||||
slidesPerView: 8,
|
||||
spaceBetween: 12,
|
||||
rewind: true,
|
||||
speed: 1000,
|
||||
autoplay: {
|
||||
delay: 2500,
|
||||
disableOnInteraction: false,
|
||||
pauseOnMouseEnter: "true",
|
||||
},
|
||||
navigation: {
|
||||
nextEl: ".swiper-button-next",
|
||||
prevEl: ".swiper-button-prev",
|
||||
},
|
||||
breakpoints: {
|
||||
1600: {
|
||||
spaceBetween: 16,
|
||||
},
|
||||
},
|
||||
});
|
||||
}
|
||||
|
||||
//
|
||||
function homepageHandler() {
|
||||
swiperSectionHero();
|
||||
}
|
||||
|
||||
function swiperSectionHero() {
|
||||
new Swiper(".swiper-section-hero", {
|
||||
slidesPerView: 1,
|
||||
spaceBetween: 12,
|
||||
rewind: true,
|
||||
speed: 1000,
|
||||
autoplay: {
|
||||
delay: 2500,
|
||||
disableOnInteraction: false,
|
||||
pauseOnMouseEnter: "true",
|
||||
},
|
||||
});
|
||||
}
|
||||
|
||||
//
|
||||
function productDetailHandler() {
|
||||
ratingHover();
|
||||
productBottomBoxSwiper();
|
||||
}
|
||||
|
||||
function toogleReviewForm(target) {
|
||||
$(target).toggleClass("d-block");
|
||||
}
|
||||
|
||||
let galleryThumbs = new Swiper(".gallery-thumbs", {
|
||||
spaceBetween: 12,
|
||||
slidesPerView: 5,
|
||||
slideToClickedSlide: true,
|
||||
freeMode: true,
|
||||
watchSlidesProgress: true,
|
||||
centerInsufficientSlides: true,
|
||||
breakpoints: {
|
||||
1600: {
|
||||
spaceBetween: 16,
|
||||
},
|
||||
},
|
||||
});
|
||||
|
||||
let galleryTop = new Swiper(".gallery-top", {
|
||||
spaceBetween: 12,
|
||||
slidesPerView: 1,
|
||||
speed: 1000,
|
||||
autoplay: {
|
||||
delay: 2500,
|
||||
disableOnInteraction: false,
|
||||
pauseOnMouseEnter: "true",
|
||||
},
|
||||
navigation: {
|
||||
nextEl: ".swiper-button-next",
|
||||
prevEl: ".swiper-button-prev",
|
||||
},
|
||||
breakpoints: {
|
||||
1600: {
|
||||
spaceBetween: 16,
|
||||
},
|
||||
},
|
||||
thumbs: {
|
||||
swiper: galleryThumbs,
|
||||
},
|
||||
// AUTO SILDED AT FISRT AND END
|
||||
on: {
|
||||
slideChange: function () {
|
||||
let activeIndex = this.activeIndex + 1;
|
||||
|
||||
let activeSlide = document.querySelector(
|
||||
`.gallery-thumbs .swiper-slide:nth-child(${activeIndex})`
|
||||
);
|
||||
let nextSlide = document.querySelector(
|
||||
`.gallery-thumbs .swiper-slide:nth-child(${activeIndex + 1})`
|
||||
);
|
||||
let prevSlide = document.querySelector(
|
||||
`.gallery-thumbs .swiper-slide:nth-child(${activeIndex - 1})`
|
||||
);
|
||||
|
||||
if (
|
||||
nextSlide &&
|
||||
!nextSlide.classList.contains("swiper-slide-visible")
|
||||
) {
|
||||
this.thumbs.swiper.slideNext();
|
||||
} else if (
|
||||
prevSlide &&
|
||||
!prevSlide.classList.contains("swiper-slide-visible")
|
||||
) {
|
||||
this.thumbs.swiper.slidePrev();
|
||||
}
|
||||
},
|
||||
},
|
||||
});
|
||||
|
||||
$('[data-fancybox="gallery"]').fancybox({
|
||||
thumbs: {
|
||||
autoStart: true
|
||||
}
|
||||
});
|
||||
|
||||
// FUNC REVIEW FORM
|
||||
function ratingHover() {
|
||||
$('.rating-star').hover(function () {
|
||||
$(this).addClass('hover');
|
||||
$('#star_tip').html($(this).attr('data-title'))
|
||||
},
|
||||
function () {
|
||||
$(this).removeClass('hover');
|
||||
$('#star_tip').html($('.rating-review input:checked').attr('data-title'));
|
||||
})
|
||||
}
|
||||
|
||||
// SWIPER BOTTOM PRODUCT BOX
|
||||
function productBottomBoxSwiper() {
|
||||
new Swiper(".bottom-product-box-swiper", {
|
||||
slidesPerView: 5,
|
||||
spaceBetween: 10,
|
||||
rewind: true,
|
||||
speed: 1000,
|
||||
autoplay: {
|
||||
delay: 2500,
|
||||
disableOnInteraction: false,
|
||||
pauseOnMouseEnter: "true",
|
||||
},
|
||||
navigation: {
|
||||
nextEl: ".swiper-button-next",
|
||||
prevEl: ".swiper-button-prev",
|
||||
},
|
||||
breakpoints: {
|
||||
1600: {
|
||||
slidesPerView: 6,
|
||||
spaceBetween: 12,
|
||||
},
|
||||
},
|
||||
});
|
||||
}
|
||||
32
Alpha/test.html
Normal file
@@ -0,0 +1,32 @@
|
||||
<div class="p-item">
|
||||
<div class="p-thumbs">
|
||||
<a href="" class="p-img style-img-block">
|
||||
<img src="/images/static-image-pro-1.png" alt="Pro" class="p-pic style-img-content" />
|
||||
<i class="static-icons static-icon-hot-sticker"></i>
|
||||
</a>
|
||||
</div>
|
||||
<div class="p-info">
|
||||
<a href="">
|
||||
<h3 class="p-name">
|
||||
Máy tính để bàn mini HP ProDesk 400G6 60U52PA
|
||||
(Intel Core i3-10105T/ 4GB DDR4 2666/ SSD 256GB)
|
||||
</h3>
|
||||
</a>
|
||||
<div class="p-price">
|
||||
<p class="p-price-stock">
|
||||
Giá niêm yết: 14.000.000₫
|
||||
</p>
|
||||
<p class="p-price-sale">9.250.000₫</p>
|
||||
</div>
|
||||
<div class="p-wrapper">
|
||||
<p class="p-quantity">
|
||||
<i class="static-icons static-icon-green-check"></i>
|
||||
Còn hàng
|
||||
</p>
|
||||
<div class="p-cart" onclick="addCart(7732)">
|
||||
<p class="p-sale-off">-14%</p>
|
||||
<i class="static-icons static-icon-cart-pro"></i>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||