/* 7. header */
/*--------------------------------
    Header
        -Header
        -Welcom-msg
        -Header Search
        -Main Menu
        -Other
            - Login
            - Wishlist
        -Stick Header
        -Other Options
--------------------------------*/
.header {
    font-family: IRANSansfanum;
    background: #fff;
    color: #333;
}
.header .container,
.header .container-fluid,
.header .inner-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.header .inner-wrap {
    width: 100%;
}
.header a:not(.btn) {
    color: inherit;
}
.header a:not(.btn):hover {
    color: #336699;
}

.header-search.hs-expanded input.form-control{
    border: 2px solid #336699 !important;
}

.header-top,
.header-middle,
.header-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.header-left,
.header-center,
.header-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.header-right {
    margin-right: auto;
}

.has-center .header-right {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.has-center .header-right {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.has-center .header-center {
    margin-right: 2rem;
    margin-left: 2rem;
}

.header-top {
    background: #f5f6f8;
    font-size: 1.1rem;
    letter-spacing: -0.027em;
    text-transform: capitalize;
}
.header-top .header-right {
    padding-left: 0.2rem;
}
.header-top .header-right > .dropdown:first-child {
    margin-right: 0;
}
.header-top .header-right > .dropdown:hover .dropdown-box::before {
    visibility: visible;
    opacity: 1;
    top: auto;
    bottom: 100%;
}
.header-top .header-right .dropdown-box::before {
    content: "";
    position: absolute;
    z-index: 1002;
    right: 50%;
    top: -9999px;
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
    border: 11px solid transparent;
    border-bottom: 11px solid #fff;
    -webkit-transition: opacity 0.2s ease-out, -webkit-transform 0.2s ease-out;
    transition: opacity 0.2s ease-out, -webkit-transform 0.2s ease-out;
    transition: opacity 0.2s ease-out, transform 0.2s ease-out;
    transition: opacity 0.2s ease-out, transform 0.2s ease-out, -webkit-transform 0.2s ease-out;
    visibility: hidden;
    opacity: 0;
    cursor: pointer;
    pointer-events: none;
}
.header-top .header-right a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.header-top .header-right i {
    margin-left: 0.6rem;
    font-size: 1.5rem;
}
.header-top .header-right > * {
    margin-right: 2rem;
}
.header-top .header-right .delimiter {
    margin: 0 0.3rem;
    color: #aaa;
}
.header-top .header-right .divider {
    width: 1px;
    height: 1.5rem;
    background-color: #ccc;
}

.logo {
    min-width: 14.4rem;
    margin-left: 2rem;
}
.logo img {
    display: block;
}

.header h1 {
    line-height: 0;
    margin-bottom: 0;
}

.header-bottom {
    color: #333;
    background: #fff;
    font-size: 1.4rem;
    font-weight: 600;
    letter-spacing: -0.025em;
}
.header-bottom .main-nav {
    margin-right: 2.1rem;
}
.header-bottom .header-right {
    padding-left: 0.2rem;
}
.header-bottom .header-right > a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 1.4rem 0 1.3rem;
}
.header-bottom .header-right > a i {
    vertical-align: middle;
}
.header-bottom .header-right > a i.w-icon-map-marker {
    font-size: 2.2rem;
    margin-top: -0.5rem;
}
.header-bottom .header-right > a i.w-icon-sale {
    font-size: 2.4rem;
    margin-left: 0.8rem;
}
.header-bottom .header-right > a:first-child {
    margin-left: 3.2rem;
}
.header-bottom:not(.fixed) .show-dropdown .dropdown-box {
    opacity: 1;
    visibility: visible;
    -webkit-transform: none;
    transform: none;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    margin-top: 2rem;
}

.welcome-msg {
    margin: 0;
    font-size: inherit;
    font-weight: inherit;
    letter-spacing: -0.022em;
    line-height: 1.5;
    white-space: nowrap;
    padding: 14px 0;
    text-transform: uppercase;
}

.header-middle {
    padding-top: 3.2rem;
    padding-bottom: 3.2rem;
    color: #333;
    background: #fff;
    font-size: 1.2rem;
    border-bottom: 1px solid #eee;
}
.header-middle .header-left {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.account {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: 2rem;
}
.account .login {
    font-size: 1.3rem;
    line-height: 1.5em;
    color: #999;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
}
.account .w-icon-account {
    color: white;
    width: 5.3rem;
    height: 5.3rem;
    border: 1px solid rgba(238, 238, 238, 0.5);
    font-size: 2.6rem;
    -webkit-transition: border-color 0.3s, color 0.3s;
    transition: border-color 0.3s, color 0.3s;
}
.account span {
    color: #ccc;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
}
.account b {
    color: white;
    font-size: 1.5rem;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
}
.account:hover .login, .account:hover span, .account:hover b {
    color: #336699;
}
.account:hover .w-icon-account {
    color: #336699;
    border-color: #336699;
}

.header-search {
    position: relative;
    width: 100%;
    max-width: 38rem;
}
.header-search input.form-control {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    min-width: 40px;
    padding: 0.9rem;
    border: 2px solid #336699;
    border-left: 0;
    font-size: 1.2rem;
    letter-spacing: 0;
    font-family: IRANSansfanum;
}
.header-search input.form-control::-webkit-input-placeholder {
    color: inherit;
}
.header-search input.form-control::-moz-placeholder {
    color: inherit;
}
.header-search input.form-control:-ms-input-placeholder {
    color: inherit;
}
.header-search input.form-control::-ms-input-placeholder {
    color: inherit;
}
.header-search input.form-control::placeholder {
    color: inherit;
}
.header-search .btn-search {
    margin: 0;
    padding: 0;
    min-width: 5.1rem;
    color: #333;
    border-right: 0;
    border-color: #336699;
    font-size: 1.5rem;
    font-weight: normal;
    letter-spacing: -0.025em;
    text-transform: none;
}
.header-search .btn-search i {
    font-size: 1.7rem;
    line-height: 1;
    letter-spacing: -0.01em;
    font-weight: 500;
}
.header-search .btn-search:hover, .header-search .btn-search:active, .header-search .btn-search:focus {
    color: #336699;
    background-color: transparent;
}
.header-search .select-box::before {
    left: 1.2rem;
    margin-top: -0.1rem;
    font-weight: 400;
}
.header-search .select-box select {
    position: relative;
    padding: 0 1.5rem 0 2rem;
    border: 0;
    font-weight: 400;
    z-index: 1;
}
.header-search.hs-toggle .input-wrapper {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    left: -2.5rem;
    top: 100%;
    min-width: 30rem;
    padding: 1.5rem;
    height: auto;
    background-color: #fff;
    -webkit-box-shadow: 0 2px 35px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 35px rgba(0, 0, 0, 0.1);
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
    z-index: 100;
    -webkit-transition: visibility 0.3s, opacity 0.3s, -webkit-transform 0.3s;
    transition: visibility 0.3s, opacity 0.3s, -webkit-transform 0.3s;
    transition: transform 0.3s, visibility 0.3s, opacity 0.3s;
    transition: transform 0.3s, visibility 0.3s, opacity 0.3s, -webkit-transform 0.3s;
}
.header-search.hs-toggle:hover {
    color: #336699;
}
.header-search.hs-toggle .form-control {
    padding: 1.4rem 2rem;
    font-size: 1.3rem;
    color: #777;
    background-color: #f4f4f4;
    border: none;
    height: 5rem;
}
.header-search.hs-toggle .btn-search {
    background-color: #f4f4f4;
    min-width: 5rem;
    font-size: 1.8rem;
    color: #222;
    border: none;
}
.header-search.hs-toggle .btn-search i {
    margin-bottom: 0.3rem;
    font-size: inherit;
}
.header-search.hs-toggle.show .input-wrapper {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.header-search.hs-toggle.show .search-toggle::after {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}
.header-search.hs-expanded {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin: 0 auto;
    min-width: auto;
    max-width: 55.6rem;
}
.header-search.hs-expanded .select-box {
    width: 14.6rem;
    border: 2px solid #336699;
    border-left: none;
    color: #666666;
}
.header-search.hs-expanded .select-box::after {
    content: "";
    height: 35px;
    width: 1px;
    background: #e5e5e5;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.header-search.hs-expanded input.form-control {
    color: #666;
    border-left: none;
    border-right: none;
}
.header-search.hs-expanded .btn-search {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: opacity 0.4s, color 0.4s;
    transition: opacity 0.4s, color 0.4s;
}
.header-search.hs-expanded .btn-search i {
    margin: 0;
}
.header-search.hs-expanded .btn-search span {
    margin-left: 0.5rem;
    letter-spacing: -0.03em;
}
.header-search.hs-simple {
    min-width: 35rem;
}
.header-search.hs-simple input.form-control {
    border: none;
    background-color: #f5f5f5;
}
.header-search.hs-simple .btn-search {
    position: absolute;
    left: 0;
    height: 100%;
    min-width: 4.5rem;
    background: transparent;
    color: #666;
}
.header-search.hs-rounded .select-box,
.header-search.hs-rounded .form-control {
    border-radius: 0 0.5rem 0.5rem 0;
}
.header-search.hs-rounded .btn-search {
    border-radius: 0.5rem 0 0 0.5rem;
}
.header-search.hs-rounded.hs-simple input.form-control {
    border-radius: 5rem;
}
.header-search.hs-rounded.hs-expanded .form-control {
    border-radius: 0;
}
.header-search.hs-round .select-box,
.header-search.hs-round .form-control {
    border-radius: 0 0.3rem 0.3rem 0;
}
.header-search.hs-round .btn-search {
    border-radius: 0.3rem 0 0 0.3rem;
}
.header-search.hs-round.hs-simple input.form-control {
    border-radius: 3rem;
}
.header-search.hs-round.hs-expanded .form-control {
    border-radius: 0;
}

.dir-up.hs-toggle .input-wrapper {
    top: auto;
    bottom: 100%;
    margin-bottom: 2rem;
}

.main-nav .menu > .has-submenu {
    padding-left: 1.5rem;
}

.mobile-menu-toggle {
    display: none;
    font-size: 2.4rem;
    line-height: 1;
}

.compare {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: -0.4rem 0 0 3rem;
    color: #333;
}
.compare span.compare-label {
    cursor: pointer;
    margin-top: 0.1rem;
    font-weight: inherit;
    color: inherit;
}
.compare i {
    font-size: 3.3rem;
    color: inherit;
}
.compare:hover {
    color: #336699;
}

.wishlist {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
    margin-left: 2.3rem;
    color: #333;
}
.wishlist span {
    margin-top: 0.3rem;
    font-weight: inherit;
    color: inherit;
    cursor: pointer;
}
.wishlist i {
    font-size: 2.7rem;
    color: inherit;
}
.wishlist:hover {
    color: #336699;
}

.header-call {
    position: relative;
    margin-left: 4.8rem;
}
.header-call .w-icon-call {
    margin: 0 0 0.2rem 0.6rem;
    font-size: 3rem;
}
.header-call .call-info {
    margin-top: 0.4rem;
}
.header-call .phone-number {
    font-size: 1.6rem;
    line-height: 1.7;
}
.header-call .chat a {
    color: #333;
}
.header-call .chat a:hover {
    color: #336699;
}
.header-call:hover .w-icon-call,
.header-call:hover .phone-number {
    color: #336699;
}
.header-call::after {
    position: absolute;
    content: "";
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: -2.5rem;
    width: 1px;
    height: 4.1rem;
    background-color: #e5e5e5;
}

.cart-dropdown {
    color: #333;
}
.cart-dropdown > a i {
    font-size: 2.6rem;
    color: inherit;
}

.label-down {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.label-down i {
    display: inline-block;
}
.label-down span {
    display: block;
}
.label-down i + span {
    margin-top: 0.3rem;
    letter-spacing: -0.03em;
    line-height: 1;
}

.header-border .header-bottom {
    border-bottom: 1px solid #eee;
}

@media (max-width: 991px) {
    .header .main-nav {
        display: none;
    }
    .header .sticky-content-wrapper {
        display: none;
    }

    .header-top .header-left {
        margin-left: 2rem;
    }

    .header-middle .header-right > *:not(:last-child) {
        margin-left: 2rem;
    }

    .header-bottom {
        display: none;
    }

    .mobile-menu-toggle {
        display: block;
    }

    .header-call {
        margin-left: 1rem !important;
    }
    .header-call::after {
        content: none;
    }
}
@media (max-width: 991px) and (min-width: 480px) {
    .header-middle .logo {
        margin-right: 2rem;
    }
}
@media (max-width: 479px) {
    .header-top .header-left {
        position: relative;
        overflow: hidden;
    }

    .welcome-msg {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        -webkit-animation: 6s linear 2s 1 showMsgFirst, 12s linear 8s infinite showMsg;
        animation: 6s linear 2s 1 showMsgFirst, 12s linear 8s infinite showMsg;
    }

    .header-middle .logo {
        margin: 0 auto;
    }
    .header-middle .header-right {
        margin-right: 0 !important;
    }
}
/*------------------------
    Dropdowns
        - Dropdown
        - Dropdown-expandex
        - Cart Dropdown
        - Category Dropdown
-------------------------*/
.dropdown {
    position: relative;
}
.dropdown:hover .dropdown-box, .dropdown.show .dropdown-box {
    visibility: visible;
    opacity: 1;
    top: 100%;
}
.dropdown:hover::after, .dropdown.show::after {
    visibility: visible;
    opacity: 1;
    top: calc(100% - 20px);
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
}
.dropdown:hover .dropdown-box, .dropdown.show .dropdown-box {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.dropdown:hover > a, .dropdown.show > a {
    color: #336699;
}
.dropdown a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.dropdown a .dropdown-image {
    max-width: 1.4rem;
    margin-left: 0.6rem;
    margin-top: -1px;
    height: auto;
}
.dropdown > a {
    line-height: 1.1;
    padding: 11px 0;
}
.dropdown > a::after {
    display: inline-block;
    margin-right: 6px;
    content: "";
    font-family: "Font Awesome 5 Free";
    font-size: 8px;
    font-weight: 900;
}
.dropdown li.active > a, .dropdown li:hover > a {
    color: #336699;
}

.dropdown-box {
    position: absolute;
    left: 0;
    top: -9999px;
    padding: 0.5rem 0;
    color: #666;
    background-color: #fff;
    -webkit-box-shadow: 0 4px 20px -8px rgba(0, 0, 0, 0.3);
    box-shadow: 0 4px 20px -8px rgba(0, 0, 0, 0.3);
    z-index: 1000;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: -webkit-transform 0.2s ease-out;
    transition: -webkit-transform 0.2s ease-out;
    transition: transform 0.2s ease-out;
    transition: transform 0.2s ease-out, -webkit-transform 0.2s ease-out;
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
}
.dropdown-box a {
    padding: 0.6rem 1rem;
    font-size: inherit;
    line-height: 1.1;
}

.cart-dropdown .cart-toggle {
    padding: 0;
}
.cart-dropdown .cart-toggle::after {
    content: none;
}
.cart-dropdown .cart-label {
    display: block;
    margin: 0.5rem 0 0;
    font-weight: inherit;
    letter-spacing: -0.025em;
}
.cart-dropdown .cart-count {
    position: absolute;
    width: 1.9rem;
    height: 1.9rem;
    border-radius: 50%;
    font-style: normal;
    z-index: 1;
    left: -8px;
    top: -5px;
    font-family: IRANSansfanum;
    font-size: 1.1rem;
    font-weight: 400;
    line-height: 1.8rem;
    background: #336699;
    color: #fff;
    text-align: center;
}
.cart-dropdown .cart-header {
    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;
    text-transform: uppercase;
    margin-bottom: 1.4rem;
}
.cart-dropdown .cart-header span {
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1;
    color: #333;
}
.cart-dropdown .cart-header a {
    padding: 0;
    font-size: 1.4rem;
    font-weight: 400;
    color: #666;
    text-transform: capitalize;
}
.cart-dropdown .cart-header i {
    margin-right: 0.6rem;
    font-size: 1.8rem;
}
.cart-dropdown .cart-action {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.cart-dropdown .cart-action .btn {
    width: 50%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 1.3rem;
    line-height: 1;
    padding: 1rem;
}
.cart-dropdown .cart-action .btn:last-child {
    margin-right: 1rem;
}
.cart-dropdown .cart-action .btn-dark:hover, .cart-dropdown .cart-action .btn-dark:active, .cart-dropdown .cart-action .btn-dark:focus {
    border-color: #336699;
    background-color: #336699;
    color: #fff;
}
.cart-dropdown .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;
    margin-bottom: 1rem;
    padding: 1.8rem 0;
    font-size: 1.4rem;
    font-weight: 600;
    color: #333333;
    line-height: 1;
    text-transform: capitalize;
    letter-spacing: -0.025em;
}
.cart-dropdown .cart-total .price {
    font-size: 1.6rem;
}
.cart-dropdown .dropdown-box {
    padding: 1rem 3rem 3rem;
    min-width: 30rem;
    margin-top: 0.5rem;
}
.cart-dropdown .product-price {
    color: #336699;
    overflow: visible;
}
.cart-dropdown .products {
    max-height: 28rem;
    border-bottom: 1px solid #eee;
    padding-bottom: 2.1rem;
}
.cart-dropdown.cart-offcanvas .dropdown-box {
    position: fixed;
    top: 0;
    left: -34rem;
    max-width: 34rem;
    margin-top: 0;
    padding: 2.4rem 2rem 2rem;
    width: 100%;
    height: 110vh;
    min-width: auto;
    padding: 2.9rem 3rem;
    opacity: 1;
    visibility: visible;
    -webkit-transition: left 0.3s;
    transition: left 0.3s;
    -webkit-transform: none;
    transform: none;
    z-index: 2499;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.cart-dropdown.cart-offcanvas .products {
    border-top: 1px solid #eee;
}
.cart-dropdown.cart-offcanvas.opened .dropdown-box {
    left: 0;
}
.cart-dropdown.cart-offcanvas.opened .cart-overlay {
    opacity: 1;
    visibility: visible;
}
.cart-dropdown .cart-overlay {
    position: fixed;
    right: 0;
    width: 100vw;
    top: -10vh;
    height: 120vh;
    background: rgba(0, 0, 0, 0.3);
    z-index: 2498;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
}

.product.product-cart {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    padding: 2rem 0 0;
}
.product.product-cart .product-media {
    max-width: 8rem;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8rem;
    flex: 0 0 8rem;
}
.product.product-cart .product-media a {
    display: block;
    padding: 0;
}
.product.product-cart .product-detail {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.product.product-cart .product-name {
    white-space: normal;
    padding: 0;
    font-size: 1.4rem;
    line-height: 1.4;
    margin-bottom: 1rem;
}
.product.product-cart .price-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.product.product-cart .product-quantity {
    margin-left: 0.7rem;
    font-size: 1.6rem;
    font-weight: 400;
    color: #999;
}
.product.product-cart .product-quantity::after {
    content: "x";
    font-size: 1.8rem;
    font-weight: 400;
    margin-right: 0.7rem;
    text-transform: none;
    line-height: 0;
}
.product.product-cart .btn-close {
    position: absolute;
    top: 0.9rem;
    left: -1rem;
    width: 2rem;
    height: 2rem;
    border-radius: 50%;
    -webkit-box-shadow: 0px 3px 5px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 3px 5px 2px rgba(0, 0, 0, 0.2);
    color: #333;
    background-color: #fff;
    padding-bottom: 0;
}
.product.product-cart .btn-close:hover {
    color: #336699;
}
.product.product-cart .btn-close i {
    font-size: 1.2rem;
    font-weight: 600;
    margin: 0;
    line-height: 1.7rem;
}

.category-dropdown > a {
    background: #fff;
    min-width: 28rem;
    padding: 1.9rem 2rem 1.7rem 1.8rem;
    letter-spacing: -0.025em;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    text-transform: uppercase;
}
.category-dropdown > a i {
    margin-bottom: 0.1rem;
    font-size: 1.7rem;
    line-height: 0;
}
.category-dropdown > a span {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-right: 0.7rem;
}
.category-dropdown > a::after {
    font-family: "wolmart";
    content: "";
    font-weight: 600;
    font-size: 0.9rem;
}
.category-dropdown > a:not(.btn):hover {
    color: #fff;
}
.category-dropdown:hover > a, .category-dropdown.show > a {
    color: #fff;
    background-color: #336699;
}
.category-dropdown .dropdown-box {
    padding: 0;
    right: 0;
    min-width: 24rem;
    color: #333;
    -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    background-color: #fff;
    -webkit-transition: z-index 0.3s, -webkit-transform 0.3s;
    transition: z-index 0.3s, -webkit-transform 0.3s;
    transition: z-index 0.3s, transform 0.3s;
    transition: z-index 0.3s, transform 0.3s, -webkit-transform 0.3s;
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translate3d(0, -1rem, 0);
    transform: translate3d(0, -1rem, 0);
    top: 100%;
}
.category-dropdown::before, .category-dropdown::after {
    right: 25px;
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
}
.category-dropdown::after {
    border-bottom-color: #f4f4f4;
    visibility: hidden;
    opacity: 0;
    top: calc(100% - 20px);
}
.category-dropdown.menu-fixed .dropdown-box, .category-dropdown.menu-fixed::after {
    visibility: hidden;
    opacity: 0;
}
.category-dropdown.dropdown.show .dropdown-box {
    -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
.category-dropdown.dropdown.show .dropdown-box, .category-dropdown.dropdown.show::after {
    visibility: visible;
    opacity: 1;
}
.category-dropdown.has-border .category-toggle {
    border-right: 1px solid #eee;
    border-left: 1px solid #eee;
}
.category-dropdown.show-dropdown .dropdown-box {
    border-radius: 0.5rem;
}
.category-dropdown.show-dropdown .dropdown-box::before {
    content: "";
    position: absolute;
    bottom: 100%;
    right: 1.7rem;
    border: 10px solid transparent;
    border-bottom: 10px solid #f5f5f5;
}
.category-dropdown.show-dropdown .dropdown-box .category-menu {
    background-color: #f5f5f5;
    border-radius: 0.5rem;
}

@media (max-width: 1199px) {
    .category-dropdown > a {
        min-width: 24rem;
    }
}
@media (max-width: 991px) {
    .cart-dropdown .cart-label {
        display: none;
    }
}
@media (max-width: 479px) {
    .cart-dropdown.cart-offcanvas .dropdown-box {
        max-width: 28rem;
    }
}
/*------------------------------------------
    Menu
        - Default
        - Menu(Main Menu)
            - Megamenu
            - Menu Banner
            - Tips

        -Mobile Menu
            - MobileMenuWrapper
            - MobileMenuContainer
            - MobileMenu
            - MobileMenuOverlay
            - MobileMenuCloseButtonn

        - Vertical Menu
        - Category Menu
-----------------------------------------*/
.menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.menu a {
    display: inline-block;
    color: inherit;
}
.menu a:hover {
    color: #336699;
}
.menu .menu-title {
    margin-bottom: 2rem;
    font-size: 1.4rem;
    font-weight: 600;
    line-height: 1;
    letter-spacing: -0.025em;
    text-transform: uppercase;
}
.menu .submenu {
    padding: 2rem 0;
    background: #fff;
    font-family: IRANSansfanum;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0;
    color: #666666;
}
.menu .submenu .has-submenu > a::after {
    content: "";
    font-weight: 600;
    font-size: 0.9rem;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    transform: rotate(180deg);
}
.menu li {
    position: relative;
    line-height: 1;
}
.menu li a {
    padding: 0.7rem 0 0.8rem 0;
}
.menu li ul,
.menu li .megamenu {
    position: absolute;
    top: -9999px;
    right: 100%;
    margin: 0;
    -webkit-box-shadow: 0 2px 35px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 35px rgba(0, 0, 0, 0.1);
    z-index: 1001;
    visibility: hidden;
    opacity: 1;
    -webkit-transition: -webkit-transform 0.3s ease-out;
    transition: -webkit-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
}
.menu li .megamenu {
    padding: 0 1rem;
}
.menu li > .submenu {
    min-width: 21.5rem;
}
.menu li > .submenu li {
    padding: 0 1.9rem;
}
.menu li:hover > .submenu,
.menu li:hover .megamenu,
.menu .show > .submenu,
.menu .show .megamenu {
    visibility: visible;
    top: -2rem;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.menu > li {
    margin-left: 3rem;
}
.menu > li:last-child {
    margin-left: 0;
}
.menu > li > a {
    position: relative;
    padding: 1.8rem 0 1.7rem 0;
    font-weight: 600;
    font-size: 1.4rem;
    letter-spacing: -0.009em;
    line-height: 1.1;
    text-transform: capitalize;
}
.menu > li > a::after {
    margin-right: 0.6rem;
}
.menu > li > .submenu,
.menu > li .megamenu {
    right: -1.5rem;
}
.menu > li:hover > a:not(.menu-title), .menu > li.active > a:not(.menu-title) {
    color: #336699;
}
.menu > li:hover > .submenu,
.menu > li:hover .megamenu, .menu > li.show > .submenu,
.menu > li.show .megamenu {
    top: 100%;
}
.menu .has-submenu > a {
    display: block;
    position: relative;
}
.menu > .has-submenu > a::after {
    margin-top: 1px;
    left: -16px;
}
.menu.no-arrow > li > a::after {
    content: none;
}
.menu .megamenu ul {
    position: static;
    -webkit-box-shadow: none;
    box-shadow: none;
    visibility: visible;
    opacity: 1;
}

.active-underline > li > a::before {
    content: "";
    position: absolute;
    right: 0;
    margin-top: 17px;
    width: 100%;
    border-top: 3px solid;
    border-color: inherit;
    -webkit-transform-origin: left center;
    transform-origin: left center;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.active-underline > li:hover > a::before, .active-underline > li.active > a::before {
    -webkit-transform-origin: right center;
    transform-origin: right center;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}

.has-submenu > a::after {
    display: inline-block;
    position: absolute;
    left: 0;
    top: 50%;
    line-height: 0;
    vertical-align: middle;
    font-family: "Font Awesome 5 Free";
    font-size: 1rem;
    color: inherit;
    content: "";
}

/* Mega Menu */
.megamenu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-width: 80rem;
    background: #fff;
}
.megamenu > li {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 2.7rem 1rem 0;
}
.megamenu > li.row:last-child {
    padding: 0 0 2rem 2rem;
}
.megamenu ul {
    font-size: 1.4rem;
    font-weight: 400;
    color: #666;
    padding: 0;
    letter-spacing: 0;
}
.megamenu ul:last-child {
    margin-bottom: 1rem;
}

.megamenu-sm {
    min-width: 40rem;
}

/* Menu Baner */
.megamenu .menu-banner {
    height: calc(100% + 2.7rem);
    margin: -2.7rem -1rem 0;
    overflow: hidden;
}
.megamenu .menu-banner figure {
    height: 100%;
}
.megamenu .menu-banner img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.megamenu .menu-banner .btn:not(.btn-outline) {
    padding: 0;
    letter-spacing: 0.005em;
}

.menu-banner1 .banner-content {
    right: 10%;
    bottom: 5%;
}
.menu-banner1 .banner-subtitle {
    font-size: 7.187rem;
    letter-spacing: -0.05em;
    -webkit-transform: rotateZ(90deg) translate(-2%, -50%);
    transform: rotateZ(90deg) translate(-2%, -50%);
    margin-bottom: 35px;
}
.menu-banner1 .banner-title {
    position: relative;
    margin-bottom: 1.1rem;
    font-size: 2.4rem;
    letter-spacing: -0.05em;
    line-height: 1.3;
}
.menu-banner1 .banner-title span {
    display: block;
    font-size: 2.6rem;
    color: #547ca5;
}

.menu-banner2 .banner-content {
    top: 8%;
    right: 12.7%;
}
.menu-banner2 .banner-price-info {
    font-weight: 500;
}
.menu-banner2 .banner-title {
    font-size: 2.5rem;
    line-height: 1.2;
    margin-bottom: 1.4rem;
}

.menu-banner3 .banner-content {
    bottom: 2.8rem;
    right: 12.8%;
}
.menu-banner3 .banner-subtitle {
    font-size: 1.6rem;
}
.menu-banner3 .banner-title {
    margin-bottom: 0.1rem;
    font-size: 2.4rem;
    line-height: 1.25;
}
.menu-banner3 .banner-price-info {
    margin-bottom: 2.3rem;
    font-size: 2rem;
}

.menu-banner4 .banner-content {
    top: 6.9%;
    right: 12.7%;
}
.menu-banner4 .banner-subtitle {
    margin-bottom: 1.1rem;
    font-size: 1.4rem;
    color: #ccc;
}
.menu-banner4 .banner-title {
    margin-bottom: 0.3rem;
    font-size: 2.2rem;
    line-height: 1.1;
}
.menu-banner4 .banner-price-info {
    margin-bottom: 1.6rem;
    font-size: 2.2rem;
}
.menu-banner4 .btn-outline {
    padding: 0.75em 1.45em;
    letter-spacing: 0;
}
.menu-banner4 .btn-outline:hover, .menu-banner4 .btn-outline:active, .menu-banner4 .btn-outline:focus {
    color: #336699;
    background-color: #fff;
    border-color: #fff;
}

.menu-banner5 .banner-content {
    margin-top: -0.2rem;
    right: 2rem;
}
.menu-banner5 .banner-content.text-right {
    left: 2rem;
}
.menu-banner5 .banner-subtitle {
    font-size: 1.3rem;
    margin-bottom: 0.4rem;
}
.menu-banner5 .banner-title {
    margin-bottom: 1.4rem;
    font-size: 2rem;
}
.menu-banner5 .banner-price-info {
    font-size: 1.3rem;
}

.tip {
    display: inline-block;
    position: relative;
    top: -1px;
    right: 7px;
    padding: 0.3rem 0.5rem 0.2rem;
    border-radius: 0.2rem;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1;
    color: #fff;
    text-transform: uppercase;
}
.tip.tip-new {
    background-color: #336699;
}
.tip.tip-hot {
    background-color: #ff9742;
}

.mobile-menu-wrapper {
    visibility: hidden;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 2400;
    font-family: IRANSansfanum;
    -webkit-transition: visibility 0.4s;
    transition: visibility 0.4s;
}

.mobile-menu-container {
    max-width: 296px;
    padding: 2rem 1.5rem;
    width: 100%;
    height: 100%;
    overflow-y: auto;
    background: #222;
    -webkit-box-shadow: -1px 0 5px rgba(0, 0, 0, 0.5);
    box-shadow: -1px 0 5px rgba(0, 0, 0, 0.5);
    -webkit-transform: translateX(296px);
    transform: translateX(296px);
    -webkit-transition: -webkit-transform 0.4s;
    transition: -webkit-transform 0.4s;
    transition: transform 0.4s;
    transition: transform 0.4s, -webkit-transform 0.4s;
}
.mobile-menu-container .input-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 3rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.mobile-menu-container .input-wrapper .form-control {
    min-height: 4rem;
    padding-top: 0.9rem;
    padding-bottom: 0.8rem;
    color: #777;
    border: 1px solid;
    border-color: #333;
    border-left: 0;
    background-color: transparent;
    font-size: 1.2rem;
    border-radius: 0 0.3rem 0.3rem 0;
}
.mobile-menu-container .input-wrapper .btn-search {
    padding: 0;
    min-width: 4.8rem;
    background-color: transparent;
    color: #fff;
    font-size: 2rem;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    border: 1px solid #333;
    border-right: 0;
    border-radius: 0.3rem 0 0 0.3rem;
}
.mobile-menu-container .input-wrapper .btn-search i {
    margin: 0 0 0.4rem 0;
}
.mobile-menu-container .mobile-menu {
    margin-top: 0.4rem;
    margin-bottom: 0.5rem;
    background: #222;
}
.mobile-menu-container .tab-content {
    background-color: transparent;
}
.mobile-menu-container .nav {
    border: none;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}
.mobile-menu-container .nav .nav-item {
    margin: 0;
    width: 50%;
}
.mobile-menu-container .nav-link {
    margin-bottom: -2px;
    padding: 1rem;
    font-size: 1.3rem;
    color: #fff;
    border-bottom: 2px solid;
}
.mobile-menu-container .nav-item.show .nav-link,
.mobile-menu-container .nav-item .nav-link.active {
    color: #336699;
    border-color: #336699;
}
.mobile-menu-container.scrollable::-webkit-scrollbar-thumb, .mobile-menu-container .sidebar-content::-webkit-scrollbar-thumb {
    margin-left: 2px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 7px;
    cursor: pointer;
}
.mobile-menu-container .tab-pane {
    font-size: 1.2rem;
    font-weight: 400;
    color: #fff;
}

.mobile-menu {
    line-height: 1.5;
    color: #eeeeee;
    text-transform: capitalize;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1.5;
}
.mobile-menu ul {
    display: none;
    width: 100%;
}
.mobile-menu > li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.mobile-menu > li a svg {
    width: 15px;
    height: 15px;
    margin-left: 10px;
    stroke: #fff;
    fill: #fff;
    vertical-align: middle;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
}
.mobile-menu > li:hover svg, .mobile-menu > li.active svg {
    stroke: #f77c29;
    fill: #f77c29;
}
.mobile-menu > li:last-child {
    padding-bottom: 0.5rem;
}
.mobile-menu > li:not(:last-child) {
    border-bottom: 1px solid #2E3237;
}
.mobile-menu li a {
    display: block;
    position: relative;
    padding: 1.3rem 1rem 1.3rem 0.6rem;
    color: inherit;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
}
.mobile-menu li i {
    display: inline-block;
    margin-top: -0.3rem;
    margin-left: 1rem;
    font-size: 1.8rem;
    line-height: 0;
    vertical-align: middle;
}
.mobile-menu li li a {
    padding-right: 2.4rem;
}
.mobile-menu li li li a {
    padding-right: 3.6rem;
}
.mobile-menu li.expanded > a, .mobile-menu li.show > a, .mobile-menu li:hover > a {
    color: #336699;
}

.mobile-menu-title {
    margin-bottom: 0.5rem;
    text-transform: uppercase;
    font-size: 1.4rem;
    font-weight: 600;
    color: #fff;
}

.mobile-menu-overlay {
    position: fixed;
    right: 0;
    top: 0;
    bottom: 0;
    left: 0;
    background: #000;
    opacity: 0;
    -webkit-transition: opacity 0.4s;
    transition: opacity 0.4s;
}

.mobile-menu-close {
    position: fixed;
    right: calc(100vw - 35px);
    top: 25px;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
    opacity: 0;
    z-index: 1;
}
.mobile-menu-close i {
    font-size: 2.8rem;
    color: #e1e1e1;
}

.mmenu-active {
    overflow: hidden;
}
.mmenu-active .mmenu-anim > li, .mmenu-active .mmenu-anim {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
.mmenu-active .page-wrapper {
    margin-right: 296px;
    margin-left: -296px;
}
.mmenu-active .mobile-menu-wrapper {
    visibility: visible;
}
.mmenu-active .mobile-menu-container {
    -webkit-transform: translateX(0);
    transform: translateX(0);
}
.mmenu-active .mobile-menu-overlay {
    opacity: 0.5;
}
.mmenu-active .mobile-menu-close {
    opacity: 1;
}

.toggle-btn {
    display: block;
    position: absolute;
    padding: 6px;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 0.6;
}
.toggle-btn::before {
    content: "";
    display: block;
    font-size: 0.8rem;
    font-weight: 600;
    font-family: "wolmart";
    line-height: 1;
    -webkit-transition: -webkit-transform 0.5s;
    transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
    transition: transform 0.5s, -webkit-transform 0.5s;
    transform: rotate(180deg);
}
.show > a .toggle-btn::before {
    -webkit-transform: rotate(-630deg);
    transform: rotate(-630deg);
}

/* Category Menu */
.category-menu {
    padding: 1rem 0;
    background: #fff;
}
.category-menu i {
    display: inline-block;
    vertical-align: middle;
    line-height: 0;
    margin-left: 0.7rem;
    font-size: 1.7rem;
    width: 1.7rem;
}
.category-menu > li > a {
    display: block;
    padding: 1.3rem 1rem;
    text-transform: capitalize;
    font-size: 1.3rem;
    font-weight: 500;
    line-height: 1.1;
    letter-spacing: -0.007em;
    color: #666666;
}
.category-menu > li > a::before {
    content: none;
}
.category-menu > li:not(:last-child) > a {
    border-bottom: 1px solid #eeeeee;
}
.category-menu > li:last-child > a i {
    margin: 0 0.4rem 0 0;
    font-size: 1.2rem;
    font-weight: 600;
}
.category-menu li .megamenu {
    padding: 0 2rem 0 0;
}
.category-menu li:last-child {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
}
.category-menu li:hover > a:not(.menu-title) {
    color: #336699;
}
.category-menu li:hover > a:not(.menu-title) i {
    color: inherit;
}
.category-menu > .has-submenu:hover > a::after {
    left: 0.5rem;
}
.category-menu .megamenu {
    min-width: 68.5rem;
}
.category-menu .megamenu > li:not(:last-child) {
    padding: 2.8rem 0rem 0 2rem;
}
.category-menu .megamenu .menu-title {
    font-size: 1.4rem;
    margin-bottom: 1.3rem;
}
.category-menu .megamenu .divider {
    border: 1px solid #eeeeee;
    border-bottom: 0px;
    margin: 0.5rem 0 2rem;
}
.category-menu .megamenu li a:not(.btn) {
    padding-top: 0.8rem;
}
.category-menu .megamenu.type2 {
    display: block;
}
.category-menu .megamenu.type2 figure {
    text-align: center;
}

/* Vertical Menu */
.vertical-menu {
    display: block;
    min-width: 24rem;
}
.vertical-menu i.w-icon-electronics, .vertical-menu i.w-icon-furniture {
    font-size: 1.5rem;
    text-align: center;
}
.vertical-menu > li {
    margin-left: 0;
    padding: 0 1rem;
}
.vertical-menu > li > ul,
.vertical-menu > li .megamenu {
    -webkit-transform: translate3d(15px, 0, 0);
    transform: translate3d(15px, 0, 0);
}
.vertical-menu > li > a {
    display: block;
}
.vertical-menu > li > a::after {
    content: none;
}
.vertical-menu > li:hover > ul,
.vertical-menu > li:hover .megamenu, .vertical-menu > li.active > ul,
.vertical-menu > li.active .megamenu {
    right: 100%;
    top: 0rem;
}
.vertical-menu > li:first-child:hover > ul,
.vertical-menu > li:first-child:hover .megamenu, .vertical-menu > li:first-child.active > ul,
.vertical-menu > li:first-child.active .megamenu {
    top: -1rem;
}
.vertical-menu > .has-submenu > a::after {
    content: "";
    position: absolute;
    left: 1rem;
    line-height: 0;
    font-weight: 600;
    font-size: 1.2rem;
    -webkit-transition: left 0.3s;
    transition: left 0.3s;
    transform: rotate(180deg);
}

/* Horizontal Menu */
.horizontal-menu {
    width: 100%;
    padding: 1rem 3.2rem;
    background-color: #333;
    border-radius: 0.5rem;
    color: #fff;
    overflow-x: auto;
}
.horizontal-menu > li {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-left: 3.05rem;
    text-align: center;
}
.horizontal-menu > li:not(:last-child) > a {
    border-bottom: none;
}
.horizontal-menu > li > a {
    padding: 0.8rem 1rem;
    font-size: 1.2rem;
    font-weight: 400;
    letter-spacing: 0;
}
.horizontal-menu > li:hover i {
    -webkit-transform: translateY(-0.5rem);
    transform: translateY(-0.5rem);
}
.horizontal-menu > li:last-child > a i {
    margin: 0 0 0.9rem;
    font-size: 3rem;
    font-weight: 400;
}
.horizontal-menu i {
    display: block;
    width: auto;
    height: 3rem;
    margin: 0 0 0.9rem;
    font-size: 3rem;
    line-height: inherit;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
}
.horizontal-menu::-webkit-scrollbar {
    width: 7px;
    height: 7px;
}
.horizontal-menu::-webkit-scrollbar-thumb {
    background: rgba(255, 255, 255, 0.2);
    border-radius: 10px;
}

@media (min-width: 1200px) {
    .category-menu .megamenu.type2 {
        min-width: 88rem;
    }
}
@media (max-width: 1199px) {
    .main-nav .menu .megamenu {
        right: -18rem;
    }

    .category-menu .megamenu.type2 {
        min-width: 70rem;
    }
}
