html {
    font-size: 62.5%;
    scrollbar-width: thin;
    scrollbar-color: #333 #FFF;
    scroll-behavior: smooth;
}


:root {
    --primary-color: #1a1f3d;
    --secondary-color: #ffffff;
    --accent-color: #4a90e2;
    --text-main: #222222;
    --text-muted: #757575;
    --border-color: #eeeeee;
    --transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}


::-webkit-scrollbar {
    width: 2px;
    height: 4px;
}

::-webkit-scrollbar-corner, ::-webkit-scrollbar-thumb {
    background: #333
}

::-webkit-scrollbar-track {
    background: #fff
}

body {
    color: #000;
    margin: 0;
    padding: 0;
    font-size: 1.2rem;
    background-color: #f7f7f7;
    font-family: "BB-Regular,Helvetica Neue,Helvetica,Arial,sans-serif";
}


img, video, table {
    width: 100%;
}

ul, ol, figure {
    padding: 0;
    margin: 0;
    list-style: none;
}

a, a:hover {
    color: inherit;
    text-decoration: none;
}

button {
    padding: 0;
    appearance: none;
    border: 0;
    border-radius: 0;
    background: transparent;
    line-height: 1;
    cursor: auto;
    box-sizing: border-box;
}

input[type="text"], input[type="password"], input[type="date"], input[type="datetime"], input[type="email"], input[type="number"], input[type="search"], input[type="tel"], input[type="time"], input[type="url"], textarea, select {
    color: #000;
    background: #fff;
    max-width: 100%;
    outline: none;
    font-family: inherit;
    box-shadow: none;
    appearance: none;
    width: 100%;
    height: 42px;
    padding: 0 12px;
    border: 1px solid #d1d5db;
    border-radius: 6px;
    font-size: 16px;
    box-sizing: border-box;
}

select {
    text-indent: initial;
}

input:-webkit-autofill, select:-webkit-autofill, textarea:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 1000px #fff inset !important;
}

input[type="text"]:focus, input[type="password"]:focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="email"]:focus, input[type="number"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="time"]:focus, input[type="url"]:focus, textarea:focus, select:focus {
    border-color: #333;
}

input[type="checkbox"] {
    appearance: none;
    width: 1.5em;
    height: 1.5em;
    border: 0.15em solid;
    border-radius: 0.15em;
    display: inline-grid;
    place-content: center;
}

input[type="checkbox"]::before {
    content: "";
    width: 1em;
    height: 1em;
    clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
    transform: scale(0);
    transform-origin: bottom left;
    transition: 120ms transform ease-in-out;
    box-shadow: inset 1em 1em #1a73e8;
}

input[type="checkbox"]:checked::before {
    transform: scale(1);
}


.clearfix {
    zoom: 1;
}

.clearfix:after {
    content: '';
    clear: both;
    display: block;
    height: 0;
    visibility: hidden;
}

.responsive {
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.f-layer-hide {
    display: none !important;
}

.f-layer-show {
    display: block !important;
}

header .mini-cart.active, header .search.active, header .menu.active {
    border-bottom: solid red;
    border-radius: 25%;
}

header {
    left: 0;
    top: 0;
    z-index: 10;
    user-select: none;
    background: #fff;
    display: grid;
    grid-template-columns: auto 1fr 2fr;
    justify-content: center;
    box-sizing: border-box;
    align-items: center;
    gap: 2rem;
    width: 100%;
    position: fixed;
    height: 52px;
    border-bottom: solid 1px lightgray;
    padding: 0 1rem;
}

header.transparent {
    background: transparent;
    border: none;
    transition: top .3s, opacity .3s, background-color .6s;
}

header.transparent i.rango-search, header.transparent i.rango-arrow-down, header.transparent .mini-cart-icon, header.transparent .extra-nav > a {
    color: #FFF !important;
}

header .menu svg {
    vertical-align: middle;
}

header .logo {
    width: auto;
    text-align: center;
}

header .header-logo-row {
    grid-template-columns: repeat(auto-fit, minmax(max-content, 10px));
    display: grid;
    grid-gap: 2rem;
    align-items: center;
    justify-content: right;
}

header .header-logo-row form {
    margin: 0;
    padding: 0
}

header .search button i {
    font-size: 1.5rem;
    vertical-align: bottom;
    display: block;
    padding-top: 4px;
}

header .header-logo-row svg, header .header-logo-row img, header .extra-nav i {
    vertical-align: middle;
    display: inline-block;
}

header .name-or-portrait {
    display: flex;
    align-items: center;
}

header .name-or-portrait b {
    border-radius: 50%;
    display: inline-flex;
    height: .5rem;
    width: 1rem;
    padding: 8px;
    justify-content: center;
    align-items: center;
}

header .header-logo-row.have-lc .name-or-portrait span {
    display: none;
}

header .name-or-portrait img {
    width: 2rem;
    height: 2rem;
    border-radius: 50%;
}

.f-layer {
    top: 52px;
}

.mini-cart .mini-cart-content {
    display: none;
    position: absolute;
    right: 0;
    left: 0;
    padding: 24px;
    box-shadow: 0 7px 6px 3px rgb(23 32 38 / 20%);
    z-index: 9;
    background: #FFF;
    border-radius: 4px;
}

.mini-cart .mini-cart-icon {
    position: relative;
    cursor: pointer;
}

.mini-cart .mini-cart-icon span.rango-cart, header .menu .rango-toggle, header .extra-nav i.rango-user {
    font-size: 2rem;
}

.mini-cart .mini-cart-icon i {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    width: 15px;
    height: 15px;
    background: #F0521D;
    border-radius: 10px;
    color: #fff;
    top: -1px;
    left: 6px;
}

.mini-cart .mini-cart-icon i:empty {
    display: none;
}

.mini-cart.active .mini-cart-icon i {
    left: 10px;
    top: 0;
}

.account-detail-content .table td.image-name img {
    width: auto;
    margin-right: 1rem;
}

.mini-cart .mini-cart-footer{
    margin-top: 10px;
    border-top: 1px dashed var(--border-color);
    padding-top: 20px;
}

.mini-cart .mini-cart-footer a {
    display: flex;
    justify-content: center;
}
.mini-cart .mini-cart-footer .subtotal{
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}
.mini-cart .mini-cart-footer .subtotal span:first-child {
    color: var(--text-muted);
    font-weight: 500;
    font-size: 16px;
}

.mini-cart .mini-cart-footer .subtotal span:last-child {
    font-weight: 800;
    font-size: 20px;
    color: var(--primary-color);
}

.mini-cart .mini-cart-content .mini-cart-header, .mini-cart .mini-cart-content .mini-cart-detail {
    display: grid;
    align-items: center;
    justify-content: space-around;
}

.mini-cart .mini-cart-content .mini-cart-header {
    padding: 0 1rem 1rem;
    margin-bottom: 1rem;
    grid-template-columns: .6fr .4fr;
    border-bottom: dashed 1px rgb(0 0 0 / 20%);
}

.mini-cart .mini-cart-content .mini-cart-detail {
    grid-template-columns: .3fr .7fr;
    margin: .5rem;
}

.mini-cart .mini-cart-content .mini-cart-header > span {
    text-align: right;
}

.mini-cart .mini-cart-content .mini-cart-body {
    overflow-y: auto;
    max-height: 68vh;
}

.mini-cart .mini-cart-content .mini-cart-body li .quantity-price {
    display: grid;
    grid-template-columns: 1fr 1fr;
    font-weight: bold;
    margin-top: 0.5rem
}

.mini-cart .mini-cart-content .mini-cart-body li {
    display: grid;
    grid-template-columns: .3fr .7fr .1fr;
    align-items: center;
    padding: 1rem 0;
    box-shadow: 0 1px 0 0 rgb(0 0 0 / 20%);
}

.mini-cart .mini-cart-content .mini-cart-body li > div {
    padding: 1rem
}

.mini-cart .mini-cart-content .mini-cart-body li > div > p {
    margin: 0;
    margin-bottom: 2px;
}

.mini-cart .mini-cart-content .mini-cart-body li a {
    justify-self: center;
}

header .search input {
    position: absolute;
    right: 0;
    z-index: 9;
    border: none;
    border-bottom: solid lightgray;
    border-radius: 4px;
    /*box-shadow: 0 7px 6px 3px rgb(23 32 38 / 20%);*/
    left: 0;
    display: none;
    margin-bottom: 0;
    height: 40px;
    width: 100%;
}

header .extra-nav > ul {
    display: flex;
    align-items: center;
}

header .extra-nav > ul > li {
    margin: 0 3rem;
}

header .extra-nav ul a {
    white-space: nowrap;
    vertical-align: middle;
    text-transform: uppercase;
    font-weight: 600;
    color: #292929;
}

header .header-logo-row .cart {
    order: 2;
    flex: 0.3;
}

header .extra-nav-account ul {
    position: absolute;
    right: 0;
    left: 0;
    display: none;
    border: 1px solid #dae1e8;
    z-index: 9999;
    background: #FFF;
    border-top: none;
    border-radius: 0.5rem;
}

header .extra-nav-account ul a {
    padding: 15px;
    display: block;
    border-bottom: 1px solid lightgray;
}

header .extra-nav-account ul a i {
    margin-right: 1rem;
}

/*locale-currency*/
header .header-logo-row .locale-currency label {
    display: flex;
    align-items: center;
    font-weight: bolder;
}

header .header-logo-row .locale-currency label i {
    font-size: 1rem;
}

header .header-logo-row .locale-currency img {
    width: 20px;
    height: 20px;
    vertical-align: middle;
}

header .header-logo-row .locale-currency div.locale-currency-selection {
    display: none;
    position: absolute;
    background: #FFF;
    z-index: 9;
    border-bottom: 1px solid #dae1e8;
    border-radius: 4px;
    width: 100%;
    left: 0;
    right: 0;
}

header .header-logo-row .locale-currency div.locale-currency-selection > div {
    display: grid;
    grid-template-columns: auto 1fr;
    align-items: center;
    grid-gap: 1rem;
    margin: 1rem;
}

header .header-logo-row .locale-currency div.locale-currency-selection > div select {
    padding: 3px;
    appearance: auto;
}

header .header-menu-row {
    display: block !important;
    width: 100%;
    background: #FFF;
    height: 0;
    opacity: 0;
    overflow-y: auto;
    transition: all 0.3s linear 0s;
    position: absolute;
}

header .header-menu-row.f-layer-show {
    height: calc(100vh - 52px);
    opacity: 1;
}

header .header-menu-row .nav-level-0 {
    margin: 0;
    padding: 0;
    list-style: none;
    line-height: 1;
    flex-wrap: wrap;
    width: 100%;
    justify-content: space-between;
}

header .header-menu-row .nav-level-0 > li {
    position: relative;
    padding: .5rem 0;
    box-shadow: 0 1px 0 rgb(23 32 38 / 20%);
}

header .header-menu-row .nav-level-0 > li > a, .nav-level-1 > li > a {
    align-items: center;
    font-size: 1.4rem;
    color: #292929;
    position: relative;
}

header .header-menu-row .nav-level-1 {
    display: none;
}

header .header-menu-row .nav-level-1 .nav > li > a {
    color: #444;
    font-weight: 300;
    cursor: pointer;
    display: block;
    font-size: 13px;
}

header .header-menu-row .nav-level-0 > li > a {
    padding: 1rem;
}

header .header-menu-row ul li a {
    padding: 0.7rem;
    display: block;
}

header .header-menu-row ul a:hover {
    color: #F0521D;
}

header .header-menu-row .nav-level-1 {
    margin: 0 2rem;
    z-index: 9;
}

header .header-menu-row .nav-level-1 li {
    position: relative;
}

header .header-menu-row .nav-level-1 > li:last-child {
    display: none;
}

header .header-menu-row .nav-level-1 li a {
    padding: 9px 10px 7px 0;
    font-weight: 600;
    font-size: 13px;
}

header .header-menu-row .nav-level-1 li.has-child {
    border-bottom: groove 1px;
}

header .header-menu-row .nav-level-2 {
    margin: 0 2.4rem;
}

header .header-menu-row .nav-level-2 li {
    list-style: square;
}

header .header-menu-row .nav-level-0 a > i {
    float: right;
}

header .header-menu-row .nav-level-0 > li > a > i.expand {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

main {
    margin: 6rem 0.8rem;
}

main h3, main .products li a {
    font-weight: bold;
}

main .advertisement-four img {
    margin-top: 10px;
    width: 100%;
}

main .advertisement-three img, .advertisement-two img {
    margin-top: 5px;
    width: 100%;
}

main .slider-banner {
    z-index: 0;
}

main .products {
    display: flex;
}

main .advertisement, main .product, main .product-grid, main .filter-attribute ul, main .product-gallery-detail, main .swatch-container, main .account-content .order-address-shipping, main .address-card-list, main .account-content .review-card {
    display: grid;
}

/*home advertisement*/
main .card-arrow {
    background-color: #2b2b2b;
    box-shadow: 0 0 0 1px rgb(39 44 48 / 5%), 0 2px 7px 1px rgb(39 44 48 / 16%);
    display: block;
    height: 20px;
    position: absolute;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    width: 20px;
    z-index: 8;
}

main .card-arrow-rt {
    right: -10px;
    top: 50%;
    border-right: solid 2px #FFF;
    border-top: solid 2px #FFF;
}

main .card-arrow-bt {
    left: 50%;
    top: calc(100% - 10px);
    border-right: solid 2px #FFF;
    border-bottom: solid 2px #FFF;
}

main .card-arrow-tp {
    left: 50%;
    top: -10px;
    border-left: solid 2px #FFF;
    border-top: solid 2px #FFF;
}

main .card-arrow-lt {
    left: -10px;
    top: 50%;
    border-left: solid 2px #FFF;
    border-bottom: solid 2px #FFF;
}

.sticker {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 8;
    color: #FFF;
}

.sticker.new {
    border-radius: 0.2rem;
    background-color: #cb2027;
    box-shadow: 0 7px 6px 3px rgb(203 32 39 / 20%);
}

.sticker.sale {
    padding: 0 2px;
    text-align: center;
    background-color: #cb2027;
}

.product-list .product-card {
    display: grid;
    grid-template-columns: 330px auto;
    grid-gap: 1rem;
    border-bottom: dashed 1px lightgray;
    padding: 1rem 0;
    position: relative;
}

.product-list .product-card .attribute {
    margin-top: 1rem;
}

/*relate or up-sell*/
.attached-products {
    margin: 2rem 0;
}

.attached-products.related-products ul.product-grid {
    grid-template-columns: repeat(auto-fill, minmax(16rem, 1fr));
}

.product-card figure {
    position: relative;
}

.product-card figure img.active {
    transition: 1s ease-in-out, transform 1s, box-shadow .3s;
    opacity: 1;
    z-index: 1;
    position: relative;
    cursor: pointer;
}

.product-card figure img {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    opacity: 0;
    z-index: -1;
}

main .product li {
    padding: .5rem;
    position: relative;
    cursor: pointer;
}

/*product card image switch*/
main .product-grid .product-card img.pic-1 {
    opacity: 1;
}

main .product-grid .product-card img.pic-1:hover {
    opacity: 0;
    transition: opacity .2s ease-in-out;
}

main .product-grid .product-card img.pic-2:hover {
    opacity: 1;
    transition: opacity .2s ease-in-out;
}

main .product-grid .product-card img.pic-2 {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0;
}

/* product-list */
main .main-content-list {
    z-index: 0;
    position: relative;
    grid-template-columns: 20% 80%;
}

main .main-content-list aside {
    display: none;
    position: absolute;
    z-index: 9;
    background: #FFF;
    width: 100%;
    border-bottom: solid 1px lightgray;
    top: 52px;
}

main .filter-attribute ul {
    grid-template-columns: repeat(auto-fill, minmax(15rem, 1fr));
    grid-gap: 0.5rem;
}

main .filter-attribute .filter-attribute-item {
    border-bottom: dashed 1px lightgray;
    padding-bottom: 15px;
}

main section .tool-bar {
    display: flex;
    align-items: baseline;
    padding: 0.5rem 0;
}

main section .tool-bar select {
    padding: 0 2px;
    text-indent: initial;
}

main section .tool-bar div {
    margin-left: 1rem;
}

main section .tool-bar div.view-mode a {
    display: inline-flex;
    font-size: 1.4rem;
    margin: 0 1px;
    vertical-align: bottom;
}

main section .tool-bar div.view-mode a.active {
    background-color: #1a73e8;
    color: #FFF;
}

main .product-grid {
    margin: 1rem 0;
}

main .product-grid {
    grid-gap: 2rem 1rem;
    justify-content: center;
    grid-template-columns: repeat(auto-fill, minmax(15rem, 1fr));
}

main .product-grid a, main .product-list a, main .checkout-content .cart-item .item-content a, .mini-cart .mini-cart-content .mini-cart-body li > div > p {
    display: block;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

main .product-grid div.product-information {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

main .product-grid div.product-information .cart-wish-wrap {
    margin-left: auto;
}

/*relate or up-sell*/

main section .tool-bar .attribute-filter {
    flex: 1;
    font-size: 1.4rem;
    color: #292929;
    align-items: center;
    display: flex;
}

main section .tool-bar .attribute-filter i.rango-filter.active {
    background-color: #FFF;
    color: #1a73e8;
}

main .product .product-price {
    margin-top: 1rem;
    font-weight: bolder;
}

main .products li {
    background: #FFF;
    font-size: 1.4rem;
    position: relative;
    flex: 1 0 25%;
    margin: 5px;
    padding: 1rem;
}

main .products li img, main .products li a {
    display: block;
}

/*****common*****/
/*font*/
@font-face {
    font-display: swap;
    font-family: Rango;
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/rango/rango.woff2?o0evyv) format('woff2'), url(../fonts/rango/rango.woff?o0evyv) format("woff");
}

[class^="rango-"], [class*=" rango-"] {
    font-family: 'Rango' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

span.rango-cart:before {
    content: "\E915";
}

i.rango-arrow-left:before {
    content: "\E907";
}

i.rango-arrow-right::before {
    content: "\e908";
}

i.rango-profile::before {
    content: '\E995';
}

i.rango-address::before {
    content: '\e949';
}

i.rango-reviews::before {
    content: '\e97d';
}

i.rango-wishlist::before {
    content: '\e93e';
}

i.rango-compare::before {
    content: '\e93b';
}

i.rango-orders::before {
    content: '\e931';
}

i.rango-downloadables::before {
    content: '\e926';
}

i.rango-close::before {
    content: "\e91f";
}

i.rango-delete:before {
    content: "\e924"
}

i.rango-camera::before {
    content: "\e912"
}

i.rango-arrow-down:before {
    content: "\e906"
}

i.rango-arrow-up:before {
    content: "\e909";
}

i.rango-location:before {
    content: "\e949"
}

i.rango-sign-out:before {
    content: "\e973"
}

i.rango-flag:before {
    content: "\e933"
}

i.rango-square-tick-fill:before {
    content: "\e979"
}

i.rango-star:before {
    content: "\e97d"
}

i.rango-star-fill:before {
    content: "\e97c"
}

i.rango-eye-visible:before {
    content: "\e92f"
}

.rango-edit-pencil:before {
    content: "\e927"
}

i.rango-plus:before {
    content: "\e95b"
}

i.rango-minus:before {
    content: "\E94F";
}

i.rango-play:before {
    content: "\e95a";
}

i.rango-next:before {
    content: "\e953";
}

i.rango-view-grid:before {
    content: "\e999";
}

i.rango-view-list:before {
    content: "\e99a";
}

i.rango-filter:before {
    content: "\e932";
}

i.rango-home:before {
    content: "\e940"
}

i.rango-pintrest:before {
    content: "\e959";
}

i.rango-twitter:before {
    content: "\e98c";
}

i.rango-envelop:before {
    content: "\e929";
}

i.rango-facebook:before {
    content: "\e930";
}

i.rango-linked-in:before {
    content: "\e947";
}

i.rango-google-plus:before {
    content: "\e939";
}

i.rango-search:before {
    content: "\E96A";
}

i.rango-user:before {
    content: "\e995";
}

.rango-zoom-minus:before {
    content: "\e99e";
}

.rango-zoom-plus:before {
    content: "\e99f";
}

.rango-close:before {
    content: "\e91f";
}

i.rango-circle-check:before {
    content: "\E91C";
}

i.rango-tick-2:before {
    content: "\E987";
}

i.rango-tick-square:before {
    content: "\E988";
}

i.rango-tick:before {
    content: "\E989";
}

i.rango-van-ship:before {
    content: "\E996";
}

button.previous i, button.next i {
    font-size: 3rem;
}

.hide {
    display: none !important;
}

nav.breadcrumbs {
    margin: 1rem 0 !important;
    font-size: 1.3rem;
}

/*****product detail*****/
main .product-gallery-detail {
    grid-column-gap: 1rem;
    justify-content: center;
    grid-template-columns: 40% 57%;
}

main .product-gallery-detail figure.product-gallery {
    position: sticky;
    top: 5px;
    align-self: baseline;
    margin-bottom: 1rem;
}

main .product-gallery-detail img, video {
    width: initial;
}

main #gallery img:hover {
    cursor: zoom-in;
}

#full-screen-gallery-box {
    display: none;
    background: #fff;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1000;
}

#full-screen-gallery-box .bar {
    color: #292929;
    z-index: 9999;
    position: fixed;
    font-weight: 400;
    font-size: 20px;
    margin: 1rem 0;
    width: 100%;
}

#full-screen-gallery-box .bar i {
    margin-left: 2rem;
}

#full-screen-gallery-box .bar span {
    margin-right: 2rem;
    float: right;
}

#full-screen-gallery-box button {
    cursor: pointer;
    margin: 0 1rem;
}

#full-screen-gallery-box .bar button {
    width: 23px;
    height: 23px;
    vertical-align: middle;
}

#full-screen-gallery-box .show-image img {
    transform: scale(.6);
    width: auto;
    cursor: move;
}

#full-screen-gallery-box .show-image, #full-screen-gallery-box .show-image img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

#full-screen-gallery-box button.previous, #full-screen-gallery-box button.next {
    top: 0;
    bottom: 0;
    margin: auto;
    width: 70px;
    height: 100px;
    position: absolute;
}

#full-screen-gallery-box button.previous {
    left: 0;
}

#full-screen-gallery-box button.next {
    right: 0;
}

/*********overwrite hero slider style***********/
main figure.product-gallery ul, main section.slider-banner ul {
    height: auto;
    overflow: hidden;
    white-space: nowrap;
    display: none;
    word-spacing: -1rem;
    letter-spacing: 0;
}

main section.slider-banner ul, main section.slider-banner li a {
    display: block;
}

main section.slider-banner li img {
    height: 60vw;
    filter: brightness(90%);
}

main section.slider-banner li.cd-hero__slide {
    transition: 0.3s ease-in-out;
    -webkit-transition: 1s ease-in-out;
}

main section.slider-banner .cd-hero__nav li.cd-selected:after {
    -webkit-animation: burningLine 5s linear;
    animation: burningLine 5s linear;
}

main section.slider-banner li div.slider-content {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: 1rem;
}

main figure.product-gallery li, main section.slider-banner li {
    position: relative;
    display: inline-block;
    border: solid 1px transparent;
}

main section.slider-banner li {
    border: none;
}

main section.slider-banner .cd-hero__nav {
    position: absolute;
    bottom: 1rem;
    right: 0;
    left: 0;
    display: flex;
    justify-content: center;
    color: #FFF;
}

main section.slider-banner .cd-hero__nav li {
    background: hsla(0, 0%, 100%, .25);
    height: 2px;
    margin: 0 7px;
    max-width: 38px;
    border: none;
}

main section.slider-banner .cd-hero__nav li:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 100%;
    background: #fff;
}

main figure.product-gallery .gallery ul li {
    transform: translateX(0); /*inital*/
}

main figure.product-gallery .gallery-nav ul {
    align-items: baseline;
    justify-content: center;
}

main figure.product-gallery .gallery-nav ul li {
    opacity: .6;
    display: flex;
    justify-content: center;
    align-items: center;
}

main figure.product-gallery .gallery-nav ul li i {
    position: absolute;
    background: #333;
    color: #FFF;
    opacity: .3;
    font-size: 2.5rem;
    border-radius: 50%;
}

.gallery ul.js-cd-slide {
    display: block !important;
}

.gallery-nav ul.js-cd-nav {
    display: flex !important;
    flex-wrap: wrap;
}

main figure.product-gallery .gallery ul li.cd-hero__slide--selected img {
    height: auto;
}

.gallery-nav ul.js-cd-nav li.cd-selected {
    opacity: 1;
}

/*****stock - + start****/
main .product-detail .full-description, main .product-detail .description.short {
    padding: 1rem 0;
    font-size: 1.4rem;
    line-height: 22px;
}

main .product-detail .product-quantity, main .product-detail .add-to-buttons {
    margin: 2rem 0;
    display: flex;
    gap: 2rem;
    align-items: center;
}

main .product-quantity label {
    font-weight: bolder;
}

main .product-quantity input {
    padding: .5rem 0;
    width: 100%;
    text-align: center;
    border: none;
    outline: none;
}

main .product-quantity .qty-action {
    position: relative;
    display: inline-flex;
    align-items: center;
    border: solid 2px;
    border-radius: 20px;
    width: 10rem
}

main .product-quantity i {
    font-size: 1.5rem;
    cursor: pointer;
}

main .product-quantity i.decrease {
    margin-left: .2rem;
}

main .product-quantity i.increase {
    margin-right: .2rem;
}

main .product-quantity i:hover, main .product-quantity i:focus {
    padding: 3px;
    background-color: #002856d4;
    color: #FFF;
    border-radius: 50%;
}

main .product-detail .product-quantity button:hover {
    background-size: 100% 28px;
}

main .product-list .add-to-buttons {
    margin: 0;
}

/*****stock - + end****/

main .product-detail .product-price, main .product-information .product-price {
    margin: 1.5rem 0;
    font-weight: initial;
    font-size: 1.4rem;
}

main .product-grid.product .product-price {
    margin: 0 0 0.5rem;
}

main .product-price .regular-price {
    color: dimgray;
    text-decoration: line-through;
    margin-right: 0.5rem;
}

main .product-detail .special-price {
    font-size: 2.2rem;
    font-weight: bold;
}

main .product-detail .product-price .final-price {
    font-weight: bold;
    font-size: 1.8rem;
}

main .product-price .price-from {
    display: flex;
    gap: 0.5rem;
}

main .product-detail .stock-status {
    background: #f05153;
    border: none;
    color: #fff;
    cursor: default;
    font-weight: 600;
    margin: 0;
    padding: 3px 10px;
    display: initial;
}

main .product-detail .stock-status.active {
    background: #4d7ea8;
}

main .product-detail .product-attributes h3 {
    margin-top: 1rem;
}

main .product-detail .product-attributes select {
    padding: 8px;
    width: 100%;
    appearance: auto;
}

main .product-detail .product-attributes select:disabled {
    appearance: none;
}

main .product-detail .product-attributes select option:disabled {
    background: gray;
    color: #fff;
}

main .product-detail .product-attributes select.required {
    border: solid 1px #e33124;
}

main .product-attributes .swatch-container {
    grid-gap: 1rem;
    grid-template-columns: repeat(auto-fill, 3.2rem);
}

main .product-attributes .swatch-container input {
    display: none;
}

main .product-attributes span {
    padding: 1px 2px;
    height: 32px;
    width: 32px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    border: 1px solid rgb(218, 218, 218);
    overflow: hidden;
    text-overflow: ellipsis;
}

main .product-attributes .unselectable {
    opacity: 0.5;
    cursor: not-allowed;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZlcnNpb249JzEuMScgcHJlc2VydmVBc3BlY3RSYXRpbz0nbm9uZScgdmlld0JveD0nMCAwIDkwIDMwJz48bGluZSB4MT0nMCcgeTE9JzAnIHgyPSc5MCcgeTI9JzMwJyBzdHJva2U9J3JlZCcgdmVjdG9yLWVmZmVjdD0nbm9uLXNjYWxpbmctc3Ryb2tlJy8+PC9zdmc+);
    background-repeat: no-repeat;
    background-position: center center;
}

main .product-detail .product-attributes img {
    border-radius: 3px;
    cursor: pointer;
}

main .product-attributes span:not(.unselectable):visited, main .product-attributes img:not(.unselectable):visited {
    outline: 2px solid #FF5216;
    border: 1px solid #fff;
}

main .product-attributes input:checked + span {
    outline: 2px solid #FF5100;
    border: 1px solid #fff;
    color: #333;
}

.btn-primary {
    position: relative;
    background: var(--primary-color);
    color: #fff;
    cursor: pointer;
    display: block;
    padding: 12px 30px;;
    margin: .5rem 0;
    box-sizing: border-box;
    vertical-align: middle;
}

.btn-checkout {
    background-color: var(--primary-color);
    color: #fff;
}

.btn-checkout:hover {
    color: #FFF;
    background-color: #2a335c;
    box-shadow: 0 5px 15px rgba(26, 31, 61, 0.3);
}

.btn-edit {
    background-color: transparent;
    color: var(--primary-color);
}

.btn-edit:hover {
    background-color: #f8f9fa;
}

.btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 46px;
    border-radius: 25px;
    text-decoration: none;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: var(--transition);
    margin-bottom: 12px;
    border: 2px solid var(--primary-color);
    position: relative;
    cursor: pointer;
}

.checkout-btn {
    padding: 18px;
    width: 100%;
    background: #2c3e50;
    border-radius: 50px;
    font-weight: 600;
    text-transform: uppercase;
    cursor: pointer;
    transition: transform 0.2s, box-shadow 0.2s;
    font-size: 0.85rem;
}

.checkout-btn:hover {
    color: #FFF;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(44, 62, 80, 0.2);
}

.continue-shopping {
    color: #7f8c8d;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-bottom: 1px solid transparent;
    transition: 0.3s;
}

.continue-shopping:hover {
    color: #000;
    border-bottom: 1px solid #000;
}

.action-group {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}

button.btn-primary:disabled {
    opacity: .5;
    cursor: not-allowed;
}

button.btn-primary:hover, a.btn-primary:hover {
    color:#FFF;
    box-shadow: 0 7px 6px 3px rgb(23 32 38 / 20%);
}

.main-content .specification table {
    border-collapse: collapse;
    width: 100%;
    vertical-align: initial;
}

.main-content .specification table td {
    border-bottom: solid 1px lightgrey;
    padding: .5rem;
}

.rating-reviews .stars {
    vertical-align: middle;
    margin-right: 1rem;
}

.rating-reviews .overall {
    text-align: right;
    display: inherit;
    margin: 1rem 1rem 0 0;
}

.reviews .title {
    font-weight: bold;
}

.reviews .review {
    margin-bottom: 4rem;
}

.reviews .message, .reviews .review-image li {
    margin: 1rem;
    display: inline-block;
    cursor: pointer;
}

.reviews .review-image img {
    max-height: 64px;
    width: auto;
    border-radius: 3px;
}

.rating-reviews .view-all {
    padding: 1rem;
    text-align: right;
    display: block
}

.reviews .review-image img.see {
    width: 100%;
    max-height: initial;
}

.reviews .review-image li.see {
    display: block;
}

/*common*/
.review-rating {
    display: grid;
    row-gap: 1rem;
    background-color: #ffffff8a;
    margin-top: 1rem;
}

.review-rating div {
    display: grid;
    text-align: center;
    column-gap: 1rem;
    grid-template-columns: 40px auto 40px;
}

.review-rating .rating-bar {
    overflow: hidden;
    box-shadow: inset 0 0 0 1px #bbbfbf;
    background-color: #F0F2F2;
    height: 20px;
    border-radius: 4px;
}

.review-rating .rating-bar div {
    border-radius: 4px;
    box-shadow: inset -2px 0 0 -1px #f5961d, inset 0 0 0 1px #de7921;
    background-color: #FFA41C;
}

.show-more {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    grid-gap: 1rem;
    align-items: center;
}

.show-more a {
    display: grid;
    justify-items: center;
}

.show-more hr {
    height: 1px;
    border: none;
    border-top: 1px dashed;
    width: 100%;
}

.show-more i.rango-next {
    transform: rotate(90deg);
    display: inline-block;
    font-size: 1.4rem;
}

/* review */

.social-share {
    margin: 2rem 0;
    font-size: 1.4rem;
    font-weight: bolder;
}

.social-share ul.social-items {
    display: inline-block;
    vertical-align: middle;
}

.social-share .social-items li {
    display: inline-block;
    font-size: 2.4rem;
    padding: 1rem;
}

/*social media*/

/*pagination*/
.pagination {
    margin-top: 2rem;
    display: flex;
    gap: 1rem;
    justify-content: center;
}

.pagination a, .pagination span {
    font-size: 1.4rem;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    display: inline-flex;
    justify-content: center;
    align-items: center; /*border: solid 1px rgba(0,0,0,.4);*/
}

.pagination a.active, .pagination span.active {
    background: #0b2e13;
    color: #FFF;
    border: solid 1px !important;
}

/*product detail*/
.two-way-slider {
    display: flex;
    flex-direction: column;
    margin: 1rem auto;
}

.two-way-slider .slider {
    position: relative;
}

.two-way-slider .slider input:first-child {
    height: 0;
    z-index: 1;
}

.two-way-slider .form {
    position: relative;
    display: flex;
    justify-content: space-between;
    color: #635a5a;
    margin-top: 1.5rem;
}

.two-way-slider input[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none;
    pointer-events: all;
    background-color: #1a73e8;
    cursor: pointer;
    border: none;
}

.two-way-slider input[type=range]::-moz-range-thumb {
    -webkit-appearance: none;
    pointer-events: all;
    background-color: #1a73e8;
    cursor: pointer;
    border: none;
}

.two-way-slider input[type=range]::-moz-range-track, .two-way-slider input[type=range]::-webkit-slider-runnable-track {
    background-color: #387bbe;
    height: 1px;
}

.two-way-slider input[type=range]::-webkit-slider-thumb:active {
    box-shadow: inset 0 0 3px #387bbe, 0 0 9px #387bbe;
    -webkit-box-shadow: inset 0 0 3px #387bbe, 0 0 9px #387bbe;
}

.two-way-slider input[type="number"] {
    margin: 0;
    padding: 0;
    height: 2rem;
    width: 4rem;
    border-radius: 3px;
}

.two-way-slider input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
    opacity: 1;
}

.two-way-slider input[type="range"] {
    height: 2px;
    width: 100%;
    position: absolute;
    pointer-events: none;
}

.stars i.rango-star {
    font-size: 1.4rem;
}

.stars i.rango-star-fill {
    color: orange;
    font-size: 1.4rem;
}

.shake {
    animation: shake 800ms ease-in-out;
}

@keyframes shake {
    10%, 90% {
        transform: translate3d(-1px, 0, 0);
    }
    20%, 80% {
        transform: translate3d(+2px, 0, 0);
    }
    30%, 70% {
        transform: translate3d(-4px, 0, 0);
    }
    40%, 60% {
        transform: translate3d(+4px, 0, 0);
    }
    50% {
        transform: translate3d(-4px, 0, 0);
    }
}

/**********tool css end *************/

/*alert */
.alert-container {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #46464642;
    z-index: 999;
}

.alert-container .alert {
    position: relative;
    top: 114px;
    background-color: #FFF;
    margin: 1rem auto;
    padding: 1rem;
    border-radius: 2px;
    max-width: 360px;
    width: calc(100vw - 30px);
}

.alert-container .content {
    color: #000;
    padding: 1rem;
    overflow-wrap: break-word;;
    border: 1px solid #303e48;
}

.alert-container .close {
    margin: 0 0 0 auto;
    color: #000;
    display: block;
    width: 2rem;
    height: 2rem;
    cursor: pointer;
}

.alert-container .close i {
    vertical-align: middle;
}

/* spinner/processing state, errors */
#mini-cart-loader {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 3rem;
    display: none;
    background: #00000008;
}

#checkout-loader {
    position: relative;
    padding: 3rem;
    display: none;
}

.line-loader {
    position: absolute;
    height: 2px;
    width: 50px;
    left: 0;
    bottom: 0;
    right: 0;
    top: 0;
    opacity: 1;
    margin: auto;
    z-index: 50;
    overflow: hidden;
}

.line-loader::after {
    position: absolute;
    content: "";
    bottom: 0;
    right: 0;
    top: 0;
    width: 100%;
    background-color: #1c1b1b;
    -webkit-animation: line-loader 3s infinite;
    animation: line-loader 3s infinite;
    -webkit-animation-timing-function: cubic-bezier(0.43, 0.43, 0.25, 0.99);
    animation-timing-function: cubic-bezier(0.43, 0.43, 0.25, 0.99);
}

@keyframes line-loader {
    0%, 100% {
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }
    50% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }
}

#loader-box {
    position: relative;
}

#loader-box .loader {
    position: fixed;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 41;
    width: 20px;
    height: 20px;
}

.loader {
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    width: 10px;
    height: 10px;
    border: 2px solid #FFF;
    border-bottom-color: transparent;
    border-radius: 50%;
    display: inline-block;
    box-sizing: border-box;
    animation: rotation 1s linear infinite;
}

@keyframes rotation {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@-webkit-keyframes burningLine {
    0% {
        width: 0
    }
    to {
        width: 100%
    }
}

@keyframes burningLine {
    0% {
        width: 0
    }
    to {
        width: 100%
    }
}

/**********accout-login*********/
main label.occupied::after {
    content: "\00a0\00a0";
    margin: 0 0 0 2px;
    font-size: 1.2rem;
}

main label.required::after {
    content: '*';
    color: #e02b27;
    font-size: 1.2rem;
    margin: 0 0 0 2px;
}

div.form-group {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

.form-group > div.full-width {
    grid-column: 1 / -1;
}

.form-group > div label {
    display: block;
    margin-bottom: 6px;
    font-size: 14px;
    font-weight: 600;
    color: #1f2937;
}

.form-group > div input {
    width: 100%;
    padding: 12px 15px;
    border: 1px solid #d1d5db;
    border-radius: 8px;
    font-size: 15px;
    box-sizing: border-box;
    transition: border-color 0.2s, box-shadow 0.2s;
}


span[class^="error-"], [class*=" error-"] {
    grid-column-start: 2;
    text-align: left;
    color: #e33124;
}

i[class^="error-"], [class*=" error-"] {
    float: right;
    color: #e33124;
}

i[class^="error-attribute-"], [class*=" error-attribute-"] {
    float: initial;
    font-size: 1rem;
}

.attribute h3 {
    display: flex;
    justify-content: space-between;
    margin: 0 0 0.5rem;
}

.account-login .form-group > div {
    grid-template-columns: 65px 1fr;
}

.account-login .form-group.forgot-password-form > div {
    grid-template-columns: 50px 1fr;
}

main .account-list-content.profile {
    grid-template-columns: 1fr 1fr;
}

main .account-list-content.form-group.profile > div {
    grid-column: 1/3;
}

main .account-content .sidebar {
    display: none;
    border: 1px solid #dae1e8;
    border-top: none;
    border-radius: 0.5rem;
    box-shadow: 0 1px 4px 0 rgb(0 0 0 / 10%);
    background: #FFF;
}

main .account-content .navigation li {
    text-align: left;
    border-bottom: solid 1px lightgray;
}

main .account-content .navigation li.active, main .account-content .navigation li:hover, header .extra-nav-account ul li:hover {
    background-color: #ececec;
    color: #28557b;
}

main .account-content .navigation li a {
    display: block;
    padding: 15px;
    font-size: 12px;
    font-weight: bold;
}

/*my-account font icon*/
.navigation li i.rango-arrow-right {
    float: right;;
}

main .account-details {
    padding: 1rem;
    text-align: center;
    box-shadow: 0 1px 4px 0 rgb(0 0 0 / 10%);
}

main .account-details .name {
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    padding: 5px;
}

main .account-details .name-or-portrait {
    border-radius: 50%;
    display: inline-flex;
    font-size: 24px;
    height: 6rem;
    width: 6rem;
    padding: 10px;
    justify-content: center;
    align-items: center;
}

main .account-details .name-or-portrait img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

main .account-content div.table {
    width: 90%;
    margin: 0 auto;
}

main .account-content .account-head {
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: space-between;
}

main .account-content .account-head span {
    display: flex;
    gap: 1rem;
    font-size: 12px;
    color: gray;
}

.account-table-content table {
    width: 100%;
    border-collapse: collapse;
}

.account-table-content table td {
    padding: 12px;
    border: 1px solid #ccc;
}

/*my-account uploader*/
main .account-list-content.form-group > div.upload-image-container {
    grid-template-rows: 1fr 0.2fr;
    grid-template-columns: 98px auto 1fr;
}

.uploader i.camera {
    font-size: 3rem;
}

.uploader input[type="file"] {
    display: none;
}

.form-group > div.upload-image-container {
    grid-template-rows: max-content .8fr;
}

.upload-image-container .preview {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(8rem, 1fr));
    justify-items: center;
    grid-gap: 1rem;
    align-items: baseline;
}

.upload-image-container {
    grid-template-rows: 1fr;
}

.upload-image-container .preview li {
    position: relative;
}

.upload-image-container .preview img {
    max-height: 90px;
}

.upload-image-container .preview i {
    font-size: 2rem;
    background-image: linear-gradient(-180deg, rgba(0, 0, 0, .08), rgba(0, 0, 0, .24));
    border-radius: 0 0 4px 4px;
    bottom: 0;
    color: #fff;
    cursor: pointer;
    left: 0;
    position: absolute;
    text-align: center;
    text-shadow: 0 1px 2px rgb(0 0 0 / 24%);
    width: 100%;
}

.uploader label {
    position: relative;
    border: 2px dotted #A5A5C7;
    padding: 3rem;
    display: inline-block;
    color: #92aab0;
    cursor: pointer;
    text-align: center;
}

main .address-card-list {
    grid-template-columns: 1fr 1fr;
    grid-gap: 1rem;
}

@media (max-width: 420px) {
    main .address-card-list {
        grid-template-columns: 1fr;
    }
}

main .address-card-list .card {
    position: relative;
    cursor: pointer;
    background-color: #f9fafb;
    border: 2px solid #e5e7eb;
    border-radius: 8px;
    padding: 16px;
    transition: all 0.2s ease;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

main .address-card-list .card span {
    display: block;
    padding: 1rem;
    cursor: pointer;
    border: solid 1px lightgray;
}

main .address-card-list .card-title {
    margin: .4rem 0;
}

main .address-card-list .card-body li {
    padding: 3px 0;
    line-height: 1.5rem;
}

main .address-card-list .card-body li i {
    margin-left: 1rem;
}

main .address-card-list .card:hover .card-footer {
    display: block;
}

main .address-card-list .card-footer {
    position: absolute;
    top: 5px;
    right: 0;
    display: none;
}

main .checkout-process .create-new-address {
    font-size: 1.4rem;
    cursor: pointer;
    grid-column: 1/3;
    margin-bottom: 2rem;
}

main .account-content .review-card {
    grid-template-columns: .2fr auto .15fr;
    grid-gap: 1rem;
    border: 1px solid #dae1e8;
    border-top: none;
    align-items: center;
    border-radius: 0.5rem;
    box-shadow: 0 1px 4px 0 rgb(0 0 0 / 10%);
    margin: 2rem 0;
    padding: 1rem;
}

main .account-content .review-card .review-image li {
    display: inline-block;
    margin: 0 .5rem;
}

main .account-content .review-card img {
    width: 64px;
    margin: 0 auto;
    display: block;
}

main .account-filter {
    margin: 1rem 0;
    display: flex;
    gap: 2rem;
    flex-direction: column;
    align-items: stretch;
}

main .account-table-content {
    margin-bottom: 1rem;
    border-radius: 0.5rem;
    box-shadow: 1px 1px 1px 0 rgb(0 0 0 / 16%), inset 1px -1px 0 0 rgb(68 58 58 / 16%);
}

main .account-table-content > div.caption {
    display: none;
}

main .account-table-content > div.caption > span {
    background: #f8f9fa;
    font-weight: bold;
}

main .account-table-content > div {
    margin-bottom: 15px;
    border-top: 1px solid #eee;
    padding: 10px;
}

main .account-table-content > div > span {
    position: relative;
    display: block;
    padding: 1rem;
    width: 100%;
    text-align: right;
    box-sizing: border-box;
}

main .account-table-content > div > span > p {
    display: inline;
    color: #FFF;
}

main .account-table-content > div > span::before {
    content: attr(data-label);
    position: absolute;
    left: 15px;
    width: 45%;
    font-weight: 600;
    text-align: left;
    color: #333;
}

.label-pending {
    background-color: rgb(234 179 8)
}

.label-processing {
    background-color: rgb(8 145 178)
}

.label-completed, .label-active {
    background-color: rgb(22 163 74)
}

.label-closed {
    background-color: rgb(79 70 229)
}

.label-canceled {
    background-color: rgb(225 29 72)
}

.label-info {
    background-color: rgb(148 163 184)
}

.account-detail-content .table.sale-order {
    display: block;
}

.account-detail-content .table.sale-order thead th, .account-detail-content .table.sale-order tbody td {
    padding: 10px 5px;
    border-bottom: 2px solid #dee2e6;
}

.account-detail-content .table tbody td.image-name {
    display: flex;
    align-items: center;
}

.account-detail-content .table tbody td.image-name > div {
    min-width: 20rem;
}

.account-detail-content .table td.image-name img {
    width: auto;
    margin-right: 1rem;
}

.account-detail-content .table.sale-summary tbody td {
    padding: 5px;
}

.account-detail-content .table tbody td li {
    width: max-content;
}

.account-detail-content .table.sale-summary {
    display: flex;
    width: auto;
    margin-top: 1rem;
    border-top: dashed 1px lightgray;
    justify-content: right;
}

.sale-summary .dash-icon {
    margin-right: 30px;
    float: right;
}

.sale-summary .border-bottom td {
    border-bottom: 1px solid #dee2e6 !important;
}

.account-detail-content .table.sale-summary tr.fw6 {
    font-weight: 600;
}

main .account-content .order-address-shipping {
    grid-template-columns: repeat(auto-fit, minmax(13.8rem, 1fr));
}

main .account-content .order-address-shipping li {
    padding: 2px;
}

/*customer review*/
main .review-content .product-info {
    text-align: center;
    position: relative;
}

main .review-content .product-info img {
    max-width: 360px;
}

main .review-content div.tool-action {
    text-align: center;
}

main .review-form > div {
    display: grid;
    grid-template-columns: 60px 1fr;
    align-items: end;
    grid-gap: 0.5rem;
    margin-bottom: 2rem;
}

main .review-form > div label {
    text-align: right;
}

main .review-form > div.upload-image-container {
    grid-template-columns: 60px auto 1fr;
    align-items: initial;
}

main .review-form .stars i.rango-star {
    cursor: pointer;
}

main .review-content .review-form.form-group > div.upload-image-container.review .preview {
    grid-column: 1/3;
    margin-top: 1rem;
}

/*chekcout cart*/
main .checkout-content {
    display: grid;
    gap: 2rem;
    grid-template-columns: .65fr .35fr;
    justify-content: center;
}

main .checkout-content .cart-item {
    display: grid;
    align-items: end;
    padding: 1rem 0;
    grid-template-columns: 150px auto;
    grid-gap: 1rem;
    border-bottom: 1px dashed rgb(0 0 0 / 20%);
}

main .checkout-content .cart-item:last-child {
    border-bottom: none;
}

main .checkout-content .cart-item ul.item-attribute {
    margin: 1rem 0;
}

main .checkout-content .cart-item ul.item-attribute li {
    font-size: 1.2rem;
    font-weight: bold;
    padding: 2px 0;
}

main .checkout-content .cart-item .product-total {
    font-size: 1.6rem;
}

.cart-item .product-quantity-total, .cart-item .product-quantity {
    display: flex;
    align-items: center;
    font-weight: bold;
    grid-gap: 1rem;
    flex-wrap: wrap;
}

.cart-item .item-action {
    float: right;
}

main .checkout-content .coupon-container {
    padding: .5rem;
}

main .checkout-content .cart-summary {
    position: sticky;
    top: 0;
    bottom: 0;
    background: #FFF;
    padding: 0.5rem;
    text-align: right;
}

main .checkout-content .tool-bar {
    display: grid;
    grid-template-columns: auto auto;
    justify-content: space-between;
    align-items: center;
}

main .checkout-content .cart-summary .item-detail, main .checkout-content .cart-summary .payable-amount {
    font-size: 14px;
    padding: .5rem;
}

main .checkout-content .cart-summary label.right {
    font-weight: bold;
    margin-left: 1rem;
    font-size: 18px;
}

main .checkout-content .cart-summary .payable-amount {
    border-top: 1px dashed #e5e5e5;
    font-weight: bolder;
}

main .checkout-content .cart-summary button {
    width: 100%;
}

main .checkout-content .cart-summary button div {
    height: 15px;
}

.coupon {
    display: grid;
    grid-gap: 1rem;
    grid-template-columns: repeat(auto-fit, minmax(12rem, 1fr));
}

.coupon label {
    border: 2px dashed #bbb;
    padding: 1rem;
    position: relative;
}

.coupon i {
    position: absolute;
    left: 0;
    font-size: 1.4rem;
    cursor: pointer;
}

/*chekcout checkout */
.shipping-info ul.shipping-methods li:hover, .payment-info ul.payment li:hover {
    border-radius: 8px;
    box-shadow: 0 1px 4px 0 rgb(0 0 0 / 50%);
    border-color: #333;
}

main .address-card-list input:checked + span, main .payment input:checked + span, main .shipping-methods input:checked + span {
    border: solid 1px #333;
    background: rgb(176 196 222 / 50%)
}

main .address-card-list .card .error-box {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    color: #e33124;
    font-size: 1.4rem;
    background: #ffffffd9;
}

main .address-card-list .card .show-warning .card-footer {
    display: block;
    z-index: 9;
}

main .checkout-content.checkout .checkout-process .tool-action {
    display: flex;
    justify-content: center;
    gap: 4rem;
}

main .checkout-content.checkout .cart-item .item-content a {
    -webkit-line-clamp: 2;
}

main .payment li, main .shipping-methods li {
    text-align: center;
    display: block;
    width: 100%;
    position: relative;
}

main .payment span, main .shipping-methods span {
    padding: 1rem 0;
    display: block;
    cursor: pointer;
    border: solid 1px lightgray;
}

main .payment input[type="radio"], main .shipping-methods input[type="radio"], main .address-card-list input[type="radio"] {
    display: none;
    width: 0;
}

main .shipping-methods {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(20rem, 1fr));
    grid-gap: 1rem;
    clear: both;
}

main .payment {
    display: grid;
    grid-gap: 1rem;
    grid-template-columns: repeat(auto-fill, minmax(15rem, 1fr));
    align-items: center;
    clear: both;
}

main .payment li span {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
}

main .payment li img{
    width: 60px;
}

main .checkout-content .cart-product {
    max-height: 40vh;
    overflow-y: auto;
    border-bottom: 1px solid lightgray;
    padding-right: 1rem;
}

main .checkout-content .cart-product .cart-item {
    grid-template-columns: 90px auto;
}

main .checkout-content .cart-summary-container .tool-action {
    margin-top: 1rem;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: .5rem;
    align-items: center;
}

main .checkout-content .cart-summary-container .tool-action a {
    text-align: center;
    width: 100%;
}

.modal-container {
    display: none;
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 15px 25px 0 rgb(0 0 0 / 3%), 0 20px 45px 5px rgb(0 0 0 / 20%);
    font-size: 14px;
    left: 0;
    right: 0;
    margin: 0 auto;
    position: fixed;
    top: 100px;
    width: max-content;
    padding: 2rem;
    z-index: 11;
}

.modal-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 1rem 1rem;
    border-bottom: 1px solid #dee2e6;
    border-top-left-radius: 0.3rem;
    border-top-right-radius: 0.3rem;
    margin: 0;
}

.modal-header i {
    cursor: pointer
}

.modal-container .modal-body {
    align-items: center;
    grid-template-columns: .5fr .5fr;
    padding: 20px;
}

section.cart {
    text-align: center;
    padding: 3rem;
}

/*************footer**************/
footer {
    margin-bottom: 10px;
}

footer .footer-links {
    display: grid;
    grid-gap: 1rem 5rem;
    grid-template-columns: auto auto auto;
    justify-items: center;
}

footer .footer-links ul li:first-child {
    font-weight: bolder;
    margin: 5px 0;
    text-transform: uppercase;
    display: block;
}

footer .footer-links li a {
    line-height: 22px;
    display: inline-block;
    padding: 2px 0;
    font-size: 1.3rem;
    color: #444;
}

footer .footer-links li a i {
    vertical-align: middle;
}

footer .footer-links .social li:nth-child(1n+2) {
    display: inline-block;
}

footer .footer-links .social li i {
    font-size: 2.5rem;
}

footer .footer-links .social, footer .footer-links .payment {
    grid-column: 1 / span 3;
}

footer .footer-links .payment li {
    width: 2.5em;
    height: 2.5em;
    display: inline-block;
}

footer .footer-links .payment .amex {
    background: transparent url(../images/payment/amex.svg) center center no-repeat;
}

footer .footer-links .payment .apple {
    background: transparent url(../images/payment/apple.svg) center center no-repeat;
}

footer .footer-links .payment .google {
    background: transparent url(../images/payment/google.svg) center center no-repeat;
}

footer .footer-links .payment .mastercard {
    background: transparent url(../images/payment/mastercard.svg) center center no-repeat;
}

footer .footer-links .payment .paypal {
    background: transparent url(../images/payment/paypal.svg) center center no-repeat;
}

footer .footer-links .payment .venmo {
    background: transparent url(../images/payment/venmo.svg) center center no-repeat;
}

footer .footer-links .payment .visa {
    background: transparent url(../images/payment/visa.svg) center center no-repeat;
}

footer .footer-copy-right {
    text-align: center;
    font-weight: bold;
}

div.overlay {
    background: rgba(0, 0, 0, 0.5);
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: block;
    z-index: 41;
}


.cookie-usage-policy {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(10px);
    border-top: 1px solid rgba(0, 0, 0, 0.05);
    padding: 16px 0;
    box-shadow: 0 -5px 20px rgba(0, 0, 0, 0.05);
    z-index: 10000;
    font-family: sans-serif;
}

.cookie-usage-policy div.content {
    max-width: 1100px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 24px;
}

.cookie-usage-policy div.content a {
    text-decoration: underline;
}

.cookie-usage-policy div.content div.action {
    display: flex;
    gap: 12px;
    white-space: nowrap;
}

.cookie-usage-policy div.content button {
    padding: 8px 20px;
    border-radius: 6px;
    font-size: 13px;
    cursor: pointer;
    transition: 0.2s;
    border: none;
    line-height: initial;
}

.cookie-usage-policy div.content button.agree {
    background: #eee;
    color: #666;
}

.cookie-usage-policy div.content button.disagree {
    background: #003366;
    color: white;
    font-weight: 500;
}


