@font-face {
    font-family: 'ferdosiFontL';
    src: url(../font/iranyekanwebmedium.woff);
    font-weight: normal;
    font-style: normal;
    font-display: block
}
/* start index*/
:root {
    --main-color: #2CA6A4;
    --old-main-color: #033a44;
    --sk-size: 40px;
    --sk-color: #023840;
}
.ferdosiFontL {
    font-family: "ferdosiFontL" !important;
}
.main-text-color {
    color: var(--old-main-color);
}

.main-border-color {
    border-color: var(--old-main-color) !important;
}

.main-bg-color {
    background-color: var(--main-color) !important;
}

button.main-text-color:disabled {
    color: var(--old-main-color);
    opacity: 0.4;
    cursor: not-allowed;
}

/* ----------- start padding  -----------*/

.py-16 {
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.px-12 {
    padding-left: .75rem;
    padding-right: .75rem;
}

.pt-12 {
    padding-top: .75rem;
}

/* ----------- end padding ----------- */

/* ----------- start header  -----------*/
.bg-fill-primary {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-hover-fill-primary:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(249 249 249 / var(--tw-bg-opacity));
}

.z-40 {
    z-index: 40;
}

.max-w-1240 {
    max-width: 110.5rem;
}

.focus\:outline-stroke-border-primary:focus {
    outline-color: #d0cfca;
}

.relative:focus-within .product-search-type {
/*    height: 55px !important;
    top: 1px !important;*/
}

.relative:focus-within .header-search-logo {
/*    height: 55px !important;
    top: 1px !important;*/
}

.relative {
    position: relative;
}

.border-stroke-border-primary {
    border-color: #d0cfca !important;
}

.header-search {
    outline-offset: -1px;
    padding-right: 70px !important;
}

.border-w-1 {
    border: solid 1px;
}

.header-search-logo {
    border-left: solid 1px #d0cfca;
    position: relative;
    right: 60px;
    top: 50%;
    border-left-width: .0625rem;
    width: 58px;
    height: 58px;
    text-align: center;
    align-content: center;
}

a {
    color: inherit;
    text-decoration: inherit;
}

a:hover {
    color: inherit;
    text-decoration: inherit;
}

.gap-10 {
    gap: 10px;
}

.capitalize {
    text-transform: capitalize;
}

.header-buttom {
    font-size: .75rem;
    letter-spacing: .12px;
    line-height: 1.5;
}

.header-menu {
    display: flex;
    justify-content: center;
    padding: 0;
    margin: 0;
    list-style: none;
}

.header-menu .swiper-slide {
    width: auto !important;
    padding: 5px 12px 5px 12px;
    display: inline-block;
    cursor: pointer;
}

.header-menu .swiper-slide:hover {
    background-color: rgba(5, 67, 78, 0.1);
}

.header-menu .swiper-slide i::before {
    transition: all 0.3s ease;
}

.header-menu .swiper-slide:hover .main-menu.bi-chevron-down::before {
    transform: rotate(180deg);
}

.header-menu .swiper-slide:last-child {
    border: none;
}

/* chat */



/* end chat */

.header-logo-i {
    display: flex;
    flex-direction: column;
    align-items: center;
}

/* ----------- end header ----------- */

/* start main */

.bg-fill-secondary {
    background-color: #f7f6f2 !important;
}

.page-padding {
    width: 100%;
}

.gap-48 {
    gap: 3rem;
}

.grid {
    display: grid;
}

.d-grid {
    display: grid;
}

.max-w-full {
    max-width: 100%;
}

.heading-3 {
    font-size: 1.25rem;
    overflow-wrap: break-word;
    font-weight: 700;
    line-height: 1.25;
    --tw-text-opacity: 1;
    color: rgb(29 29 27 / var(--tw-text-opacity));
}

.offer-icon-basket {
    top: -10px;
    left: -10px
}

.new-header-sidebar-item-width {
    width: 700px !important;
}

.text-content-disabled {
    --tw-text-opacity: 1;
    color: rgb(162 161 156 / var(--tw-text-opacity));
}

.shadow-card,
.shadow-checkout {
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-card {
    --tw-shadow: 0px 1px 3px #f0eee9;
    --tw-shadow-colored: 0px 1px 3px var(--tw-shadow-color);
}

.card-hover-animation {
    --tw-scale-x: 1;
    /* مقدار اولیه برای scale-x */
    --tw-scale-y: 1;
    /* مقدار اولیه برای scale-y */
    --tw-translate-x: 0;
    /* مقدار اولیه برای translate-x */
    --tw-translate-y: 0;
    /* مقدار اولیه برای translate-y */
    --tw-rotate: 0;
    /* مقدار اولیه برای rotate */
    --tw-skew-x: 0;
    /* مقدار اولیه برای skew-x */
    --tw-skew-y: 0;
    /* مقدار اولیه برای skew-y */

    transform: translate3d(var(--tw-translate-x), var(--tw-translate-y), 0) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));

    transition-property: transform;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-duration: .1s;
}

.card-hover-animation:hover {
    --tw-scale-x: 1.02;
    /* تغییر مقیاس در حالت hover */
    --tw-scale-y: 1.02;
    transform: translate3d(var(--tw-translate-x), var(--tw-translate-y), 0) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.gap-16 {
    gap: 1rem;
}

.swiper-slide-auto {
    width: auto !important;
    display: flex;
    justify-content: center;
    align-items: center;
}

.text-balance {
    text-wrap: balance;
}

.heading-5 {
    font-size: 1.13rem;
    font-weight: 700;
    line-height: 1.25;
}

.transform-180-deg {
    transform: rotate(180deg);
}

.aspect-book {
    aspect-ratio: 3 / 4;
}

.z-2 {
    z-index: 2;
}

.micro-2 {
    font-size: .75rem;
    letter-spacing: .12px;
    line-height: 1.5;
}

.bg-fill-sale {
    background-color: #d60d0d;
}

.h-24 {
    height: 1.5rem;
}

.-top-4 {
    top: -0.5rem;
}

.-right-4 {
    right: -0.5rem;
}

.-left-4 {
    left: -.25rem;
}

.-bottom-8 {
    bottom: -.5rem;
}

.py-125rem {
    padding-top: .125rem;
    padding-bottom: .125rem;
}

.px-25rem {
    padding-left: .25rem;
    padding-right: .25rem;
}

.object-contain {
    -o-object-fit: contain;
    object-fit: contain;
}

.gap-8 {
    gap: .5rem;
}

.gap-25rem {
    gap: .25rem;
}

.text-content-primary {
    --tw-text-opacity: 1;
    color: rgb(29 29 27 / var(--tw-text-opacity));
}

.break-words {
    overflow-wrap: break-word;
}

.hyphens-auto {
    -webkit-hyphens: auto;
    hyphens: auto;
}

.line-clamp-2 {
    -webkit-line-clamp: 2;
}

.line-clamp-1 {
    -webkit-line-clamp: 1;
}

.line-clamp-1,
.line-clamp-2 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.text-content-primary {
    --tw-text-opacity: 1;
    color: rgb(29 29 27 / var(--tw-text-opacity));
}

blockquote,
dd,
dl,
figure,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
pre {
    margin: 0;
}

.w-\[65px\] {
    width: 65px;
}

.w-\[95px\]\-basket {
    width: 95px;
}

.w-\[151px\] {
    width: 151px;
}

.h-\[161px\] {
    height: 161px;
}


.text-content-sale {
    --tw-text-opacity: 1;
    color: rgb(214 13 13 / var(--tw-text-opacity));
}

.button-tertiary {
    border-width: .0625rem;
    --tw-border-opacity: 1;
    border: 1px solid #d0cfca;
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity)) !important;
    /* padding: 1rem; */
    font-size: 1.125rem;
    display: flex !important;
    width: -moz-fit-content;
    width: fit-content;
    align-items: center !important;
    justify-content: center !important;
    border-radius: 8px;
    font-weight: 700;
    line-height: 1.25;
}

.hover\:bg-fill-cta-tertiary-hover:hover,
.hover\:bg-fill-secondary:hover {
    background-color: #f7f6f2 !important;
}

.add-product-button {
    width: 2rem;
    height: 2rem;
}

.bg-fill-info {
    --tw-bg-opacity: 1;
    background-color: rgb(240 247 253 / var(--tw-bg-opacity));
}

.text-content-info {
    --tw-text-opacity: 1;
    color: rgb(75 97 173 / var(--tw-text-opacity));
}

.underline {
    text-decoration-line: underline;
}

.font-17 {
    font-size: 16px;
}

.micro-1 {
    font-size: 1rem;
    letter-spacing: .14px;
    line-height: 1.5;
}

.gap-12 {
    gap: .75rem;
}

.grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
}

.\@container {
    container-type: inline-size;
}

.text-\[40px\] {
    font-size: 40px;
}

.h-24 {
    height: 2.5rem;
}

.w-24 {
    width: 2.5rem;
}

.text-content-inverted {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}

.bg-fill-inverted {
    --tw-bg-opacity: 1;
    background-color: rgb(51 36 36 / var(--tw-bg-opacity));
}

.h--25 {
    height: 25px;
}

.w--25 {
    width: 25px;
}
.w--30 {
    width: 30px;
}

.bg-decorative-mint {
    --tw-bg-opacity: 1;
    background-color: rgb(172 220 189);
}

.rounded-t-card {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.aspect-photo {
    aspect-ratio: 3 / 2;
}

.pb-20 {
    padding-bottom: 1.25rem;
}

.p-12 {
    padding: .75rem;
}

.flex-grow {
    flex-grow: 1;
}

.h-\[102px\] {
    height: 102px;
}

.text-ellipsis,
.truncate {
    text-overflow: ellipsis;
}

.overflow-hidden {
    overflow: hidden;
}

.shadow-multiCover {
    --tw-shadow: 10px 10px 0px #efefef, 20px 20px 0px hsla(0, 0%, 94%, .5);
    --tw-shadow-colored: 10px 10px 0px var(--tw-shadow-color), 20px 20px 0px var(--tw-shadow-color);
}

.shadow-minicart,
.shadow-multiCover {
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.-translate-x-1\/2,
.-translate-x-full {
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.-translate-x-1\/2 {
    --tw-translate-x: -50%;
}

.w-fit {
    width: -moz-fit-content;
    width: fit-content;
}

.h-\[calc\(100\%-52px\)\] {
    height: calc(100% - 52px);
}

.top-16 {
    top: 1rem;
}

.left-\[50\%\] {
    left: 50%;
}

.bottom-16 {
    bottom: 1rem;
}

.shadow-card,
.shadow-checkout {
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.text-content-secondary {
    --tw-text-opacity: 1;
    color: rgb(101 100 96 / var(--tw-text-opacity));
}

.aspect-square {
    aspect-ratio: 1 / 1;
}

.border-stroke-border-primary {
    --tw-border-opacity: 1;
    border-color: rgb(208 207 202 / var(--tw-border-opacity));
}

.pb-15rem {
    padding-bottom: 1.5rem;
}

.aspect-square {
    aspect-ratio: 1 / 1;
}

.w-\[254px\] {
    width: 254px;
}

.object-cover {
    -o-object-fit: cover;
    object-fit: cover;
}

.place-content-center {
    place-content: center;
}

.w-28 {
    width: 2rem;
}

.h-28 {
    height: 2rem;
}

.top-12 {
    top: .75rem;
}

.right-12 {
    right: .75rem;
}

.pb-48 {
    padding-bottom: 3rem;
}

.footer-t-1 {
    border-top: solid 1px #e9e8e4;
}

.border-stroke-divider-primary {
    --tw-border-opacity: 1;
    border-color: rgb(233 232 228 / var(--tw-border-opacity));
}

menu,
ol,
ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.hover\:underline:hover {
    text-decoration-line: underline;
}

.py-8 {
    padding-top: .5rem;
    padding-bottom: .5rem;
}

.gap-20 {
    gap: 1.25rem;
}

.flex-wrap {
    flex-wrap: wrap;
}

.opacity-70 {
    opacity: .7;
}

.h-24 {
    height: 1.5rem;
}

/* end main */

body.no-scroll {
    overflow: hidden;
}
body {
    background-color: #f7f6f2
}
.cart-empty-border {
    border: solid 1px #d0cfca;
}

.text-2xs {
    font-size: .875rem;
}

.mySidebarMenu {
    --tw-shadow: 0 0 24px 0 rgba(0, 0, 0, .1);
    --tw-shadow-colored: 0 0 24px 0 var(--tw-shadow-color);
    display: flex;
    flex-direction: column;
    height: 100%;
    width: 0;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgb(255 255 255);
    overflow-x: hidden;
    transition: 0.3s;
    padding-top: 20px;
    color: #212529;
    text-align: right;
    z-index: 1001;
}

.mySidebarCart {
    --tw-shadow: 0 0 24px 0 rgba(0, 0, 0, .1);
    --tw-shadow-colored: 0 0 24px 0 var(--tw-shadow-color);
    display: flex;
    flex-direction: column;
    height: 100%;
    width: 0;
    position: fixed;
    top: 0;
    right: 0;
    background-color: rgb(255 255 255);
    overflow-x: hidden;
    transition: 0.3s;
    padding-top: 20px;
    color: #212529;
    text-align: right;
    z-index: 1001;
}

.backdrop {
    display: none;
    /* پیش‌فرض مخفی است */
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(29, 29, 27, .2);
    z-index: 1000;
    /* زیر منو */
}

.mySidebar h4 {
    font-size: 19px;
}

.mySidebar .box {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.cursor-pointer {
    cursor: pointer;
}

.font-size-19 {
    font-size: 19px;
}

.text-3xs {
    font-size: .75rem;
}

.font-bold {
    font-weight: 700;
}

.text-md {
    font-size: 1.25rem;
}

.button-secondary {
    --tw-bg-opacity: 1;
    background-color: rgb(51 36 36 / var(--tw-bg-opacity));
    padding: 1rem 1.5rem;
    font-size: 1rem;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
    transition-duration: .3s;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    display: flex;
    width: -moz-fit-content;
    width: fit-content;
    align-items: center;
    justify-content: center;
    border-radius: 0;
    font-weight: 700;
    line-height: 1.25;
}

.basis-full {
    flex-basis: 100%;
}

.text-ellipsis,
.truncate {
    text-overflow: ellipsis;
}

.micro-2 {
    font-size: .75rem;
    letter-spacing: .12px;
    line-height: 1.5;
}

.border-stroke-border-primary {
    --tw-border-opacity: 1;
    border-color: #d0cfca;
}

.border-1 {
    border-width: .0625rem !important;
}

.rounded-card,
.rounded-default {
    border-radius: 0;
}

.w-\[30px\] {
    width: 30px;
}

.w-\[20px\] {
    width: 30px;
}

.no-spin::-webkit-outer-spin-button,
.no-spin::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
.no-spin[type=number] {
    -moz-appearance: textfield;
}

.cart-add-pro {
    border: solid 1px #d0cfca;
}

.mb-8 {
    margin-bottom: .5rem;
}

.font-weight {
    font-weight: bold;
}

.text-sm {
    font-size: 1.125rem;
}

.shadow-card,
.shadow-checkout {
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.object-contain {
    -o-object-fit: contain;
    object-fit: contain;
}

.max-h-full {
    max-height: 100%;
}

.mx-auto {
    margin-left: auto;
    margin-right: auto;
}

.menu-item,
.menu-item ul li {
    position: relative;
    padding: 2px 10px;
}

.submenu,
.submenu ul {
    position: absolute;
    top: 100%;
    left: 0;
    background-color: #f9f9f9;
    display: none;
    padding: 10px 0px;
    z-index: 1000;
    border-left: 3px solid #2CA6A4;
}

.submenu {
    max-height: 320px;
    overflow-y: auto;
}

.menu-item:hover>.submenu,
.submenu li:hover>ul {
    display: block;
}

.submenu li>ul {
    transition: all 0.1s ease;
}

/*  */
.submenu li>a {
    transition: all 0.3s ease;
    display: flex !important;
    align-items: center;
    justify-content: space-between;
}

.submenu li>a i {
    transition: all 0.3s ease;
    transform: translateX(0px);
}

.submenu li:hover>a i {
    transform: rotate(275deg);
}

/*  */
.submenu ul {
    top: 0;
    left: 100%;
    background-color: #f9f9f9;
}

.overflow-visible {
    overflow: visible;
}

nav.paginat {
    display: block !important;
}

nav li:hover {
    background-color: rgba(5, 67, 78, 0.1);
}

header > nav ul {
    width: 184px;
    position: relative;
    background-color: #f5f5f5;
    color: #575757;
}

.py-48 {
    padding-top: 3rem;
    padding-bottom: 3rem;
}

.font-20 {
    font-size: 20px;
}

.font-22 {
    font-size: 22px;
}

.font-18 {
    font-size: 18px;
}

.menu_siderbar {
    font-size: 16px;
    padding: 8px;
    cursor: pointer;
}

.submenu-menu {
    display: none;
    font-size: 16px;
    padding: 8px;
    cursor: pointer;
}

.submenu-menu li {
    font-size: 16px;
    padding: 4px 10px;
    cursor: pointer;
}

.header-sidebar-item a {
    color: #000;
    text-decoration: none;
}

.d-block {
    display: block !important;
}

/* start digi submenu */

nav .sub-category-menu-list li:hover {
    background-color: transparent !important;
    color: var(--main-color) !important;
}

.digi-menu-text {
    color: #3f4064;
}

.digi-submenu {
    position: absolute;
    top: 100%;
    left: 0;
    background-color: #f9f9f9;
    display: none;
    padding: 10px 0px;
    z-index: 1000;
    border-left: 3px solid #2CA6A4;
}

nav li {
    transition: background-color 0.1s ease;
}

nav li.active {
    background-color: rgb(5 67 78 / 7%);
}

.menu-item:hover>.digi-submenu,
.digi-submenu li:hover>ul {
    display: block;
}

.sub-category-menu-list {
    padding: 10px 0px;
}

.sub-category-menu-list li.has-subcategory {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 12px 6px !important;
}

.sub-category-menu-list li {
    font-size: 12PX;
    font-weight: 400;
    color: #81858b;
}

.has-subcategory {
    color: black !important;
    font-size: 14px !important;
    line-height: 1.15 !important;
}

.font-11 {
    font-size: 11px;
}

.has-subcategory::before {
    content: "";
    display: block;
    width: 2px;
    height: 14px;
    margin-left: calc(2* var(--spacing-base));
    background-color: var(--main-color);
}

.min-width-400 {
    min-width: 400px;
}

.min-width-150 {
    min-width: 150px;
}

.min-width-175 {
    min-width: 175px;
}

.h--250 {
    height: 250px;
}

.h-auto {
    height: auto;
}

.digi-submenu .category-menu-list::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    border-radius: 10px;
}

.digi-submenu .category-menu-list::-webkit-scrollbar-thumb {
    background: red;
    border-radius: 10px;
}

.digi-submenu .category-menu-list::-webkit-scrollbar-thumb:hover {
    background: #b30000;
}


.digi-submenu li > i {
    transition: all 0.3s ease;
    transform: rotate(90deg);
}

.digi-submenu li.active > i {
    transform: rotate(0deg);
}

.digi-submenu li>a {
    transition: all 0.1s ease;
}

.digi-submenu li.active > a {
    color: var(--old-main-color);
}

.pl-3 {
    padding-left: 12px !important;
}

.overflow-y-auto {
    overflow-y: auto;
}

.w-800 {
    width: 800px;
}

.h--300 {
    height: 300px;
}

.whitespace-nowrap {
    white-space: nowrap;
}

.header-padding {
    padding: 0px 8px;
}

.header-message {
    line-height: 20px;
    display: flex;
    justify-content: center;
    background-color: var(--main-color);
    color: white;
    min-height: 40px;
    padding: 10px 8px;
} 

@media (max-width: 110.5rem) {
    .grid {
        display: block !important;
        padding : 0px 8px;
    }
}


@media (max-width : 77.5rem) {

    .sm\:top-4 {
        top: -4px !important;
    }

    .product-search-type {
        position: absolute !important;
        left: 0px !important;
        transform: translateY(1%) !important;
    }

    .header-search-logo {
        position: absolute !important;
        right: 0px !important;
        transform: translateY(-50%) !important;
    }

    .py-48 {
        padding-top: 3rem;
        padding-bottom: 3rem;
    }
    .sm\:w-100 {
        width: 100% !important;
    }

    .sm\:d-block {
        display: block;
    }

    .sm\:d-none {
        display: none !important;
    }

    .swiper-button-next:after,
    .swiper-rtl .swiper-button-prev:after {
        font-size: 24px !important;
    }

    .swiper-button-prev:after,
    .swiper-rtl .swiper-button-next:after {
        font-size: 24px !important;
    }

    .sm\:d-block {
        display: block !important;
    }

    .sm\:d-inline-block {
        display: inline-block !important;
    }


    .grid {
        display: block !important;
        padding: 0px !important;
    }

    .d-grid {
        display: block !important;
        padding: 0px !important;
    }

    .max-w-1240 {
        width: 100%;
    }

    .sm\:mb-3 {
        margin-bottom: 1rem !important;
    }

    .sm\:mt-1 {
        margin-top: .25rem !important;
    }

    .sm\:p-0 {
        padding: 0rem;
    }

    .sm\:m-0 {
        margin: 0rem !important;
    }

    .sm\:p-1 {
        padding: .25rem !important;

    }

    .sm\:my-1 {
        margin-top: .25rem !important;
        margin-bottom: .25rem !important;
    }

    .sm\:py-2 {
        padding-top: .5rem !important;
        padding-bottom: .5rem !important;
    }

    .sm\:p-3 {
        padding: 1rem !important;
    }

    .sm\:pb-3 {
        padding-bottom: 1rem !important;
    }


    .sm\:justify-content-between {
        justify-content: space-between;
    }

    .sm\:order-1 {
        order: 1;
    }

    nav {
        display: none !important;
    }

    .sm\:h-\[40px\] {
        height: 40px !important;
    }

    .sm\:font-\[16px\] {
        font-size: 16px !important;
    }

    .sm\:w-\[20px\] {
        width: 20px !important;
    }

    .sm\:justify-content-end {
        justify-content: end;
    }

    .sm\:h-\[20px\] {
        height: 20px !important;
    }

    .sm\:col-12 {

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 100%;

    }

    .sm\:w--130 {
        width: 130px !important;
    }
    
    .sm\:px-2 {
        padding-left: .25rem !important;
        padding-right: .25rem !important;
    }
    
    .sm\:flex-column {
        flex-direction: column;
    }

    .sm\:flex-wrap {
        flex-wrap: wrap;
    }

    .sm\:justify-content-center {
        justify-content: center !important;
    }

    .sm\:d-none {
        display: none;
    }

    .sm\:h-auto {
        height: auto !important;
    }

    .sm\:d-flex {
        display: flex !important;
    }

    .sm\:temp-column {
        grid-template-columns: repeat(2, 1fr) !important;
    }

    .sm\:font-20 {
        font-size: 20px;
    }

    .sm\:font-18 {
        font-size: 18px;
    }

    .sm\:justify-anchor-center {
        justify-items: anchor-center;
    }

    .sm\:radius-none {
        border-radius: 0 !important;
    }

    .sm\:gap-0 {
        gap: 0 !important;
    }

    .sm\:px-0 {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }
}

.font-24 {
    font-size: 24px;
}

@media (min-width: 48rem) {



    .md\:gap-32 {
        gap: 2rem;
    }

    .md\:order-2 {
        order: 2;
    }

    .md\:justify-content-end {
        justify-content: flex-end;
    }

    .md\:grid-cols-4 {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }

    .md\:gap-64 {
        gap: 4rem;
    }

    .md\:grid-rows-1 {
        grid-template-rows: repeat(1, minmax(0, 1fr));
    }

    .md\:w-\[342px\] {
        width: 342px;
    }

    .md\:pb-24 {
        padding-bottom: 1.5rem;
    }

    .md\:p-16 {
        padding: 1rem;
    }

    .md\:mx-auto {
        margin-left: auto;
        margin-right: auto;
    }

    .md\:gap-20 {
        gap: 1.25rem;
    }

    .md\:items-center {
        align-items: center;
    }

    .md\:flex-nowrap {
        flex-wrap: nowrap;
    }

    .md\:mx-auto {
        margin-left: auto;
        margin-right: auto;
    }

    .md\:w-\[156px\] {
        width: 156px;
    }

    .md\:sticky {
        position: sticky;
    }

    .md\:grid-cols-2 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .md\:h-\[357px\] {
        height: 357px;
    }
}

@media (min-width: 80.0625rem) {

    .lg\:py-25rem {
        padding-top: .25rem !important;
        padding-bottom: .25rem !important;
    }

    .lg\:w-\[182px\] {
        width: 182px !important;
    }

    .lg\:text-\[70px\] {
        font-size: 70px !important;
    }

    .lg\:h-\[300px\] {
        height: 300px !important;
    }

    .lg\:w-\[286px\] {
        width: 286px !important;
    }

}





/*Toaster*/
/*
 * Note that this is toastr v2.1.3, the "latest" version in url has no more maintenance,
 * please go to https://cdnjs.com/libraries/toastr.js and pick a certain version you want to use,
 * make sure you copy the url from the website since the url may change between versions.
 * */
.toast-title {
    font-weight: 700
}

.toast-message {
    -ms-word-wrap: break-word;
    word-wrap: break-word
}

    .toast-message a, .toast-message label {
        color: #FFF
    }

        .toast-message a:hover {
            color: #CCC;
            text-decoration: none
        }

.toast-close-button {
    position: relative;
    right: -.3em;
    top: -.3em;
    float: right;
    font-size: 20px;
    font-weight: 700;
    color: #FFF;
    -webkit-text-shadow: 0 1px 0 #fff;
    text-shadow: 0 1px 0 #fff;
    opacity: .8;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    filter: alpha(opacity=80);
    line-height: 1
}

    .toast-close-button:focus, .toast-close-button:hover {
        color: #000;
        text-decoration: none;
        cursor: pointer;
        opacity: .4;
        -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
        filter: alpha(opacity=40)
    }

.rtl .toast-close-button {
    left: -.3em;
    float: left;
    right: .3em
}

button.toast-close-button {
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0;
    -webkit-appearance: none
}

.toast-top-center {
    top: 0;
    right: 0;
    width: 100%
}

.toast-bottom-center {
    bottom: 0;
    right: 0;
    width: 100%
}

.toast-top-full-width {
    top: 0;
    right: 0;
    width: 100%
}

.toast-bottom-full-width {
    bottom: 0;
    right: 0;
    width: 100%
}

.toast-top-left {
    top: 12px;
    left: 12px
}

.toast-top-right {
    top: 12px;
    right: 12px
}

.toast-bottom-right {
    right: 12px;
    bottom: 12px
}

.toast-bottom-left {
    bottom: 12px;
    left: 12px
}

#toast-container {
    position: fixed;
    z-index: 999999;
    pointer-events: none
}

    #toast-container * {
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box
    }

    #toast-container > div {
        position: relative;
        pointer-events: auto;
        overflow: hidden;
        margin: 0 0 6px;
        padding: 15px 15px 15px 50px;
        width: 300px;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        border-radius: 3px;
        background-position: 15px center;
        background-repeat: no-repeat;
        -moz-box-shadow: 0 0 12px #999;
        -webkit-box-shadow: 0 0 12px #999;
        box-shadow: 0 0 12px #999;
        color: #FFF;
        opacity: .8;
        -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
        filter: alpha(opacity=80)
    }

        #toast-container > div.rtl {
            direction: rtl;
            padding: 15px 50px 15px 15px;
            background-position: right 15px center
        }

        #toast-container > div:hover {
            -moz-box-shadow: 0 0 12px #000;
            -webkit-box-shadow: 0 0 12px #000;
            box-shadow: 0 0 12px #000;
            opacity: 1;
            -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
            filter: alpha(opacity=100);
            cursor: pointer
        }

    #toast-container > .toast-info {
        background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGwSURBVEhLtZa9SgNBEMc9sUxxRcoUKSzSWIhXpFMhhYWFhaBg4yPYiWCXZxBLERsLRS3EQkEfwCKdjWJAwSKCgoKCcudv4O5YLrt7EzgXhiU3/4+b2ckmwVjJSpKkQ6wAi4gwhT+z3wRBcEz0yjSseUTrcRyfsHsXmD0AmbHOC9Ii8VImnuXBPglHpQ5wwSVM7sNnTG7Za4JwDdCjxyAiH3nyA2mtaTJufiDZ5dCaqlItILh1NHatfN5skvjx9Z38m69CgzuXmZgVrPIGE763Jx9qKsRozWYw6xOHdER+nn2KkO+Bb+UV5CBN6WC6QtBgbRVozrahAbmm6HtUsgtPC19tFdxXZYBOfkbmFJ1VaHA1VAHjd0pp70oTZzvR+EVrx2Ygfdsq6eu55BHYR8hlcki+n+kERUFG8BrA0BwjeAv2M8WLQBtcy+SD6fNsmnB3AlBLrgTtVW1c2QN4bVWLATaIS60J2Du5y1TiJgjSBvFVZgTmwCU+dAZFoPxGEEs8nyHC9Bwe2GvEJv2WXZb0vjdyFT4Cxk3e/kIqlOGoVLwwPevpYHT+00T+hWwXDf4AJAOUqWcDhbwAAAAASUVORK5CYII=) !important
    }

    #toast-container > .toast-error {
        background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAHOSURBVEhLrZa/SgNBEMZzh0WKCClSCKaIYOED+AAKeQQLG8HWztLCImBrYadgIdY+gIKNYkBFSwu7CAoqCgkkoGBI/E28PdbLZmeDLgzZzcx83/zZ2SSXC1j9fr+I1Hq93g2yxH4iwM1vkoBWAdxCmpzTxfkN2RcyZNaHFIkSo10+8kgxkXIURV5HGxTmFuc75B2RfQkpxHG8aAgaAFa0tAHqYFfQ7Iwe2yhODk8+J4C7yAoRTWI3w/4klGRgR4lO7Rpn9+gvMyWp+uxFh8+H+ARlgN1nJuJuQAYvNkEnwGFck18Er4q3egEc/oO+mhLdKgRyhdNFiacC0rlOCbhNVz4H9FnAYgDBvU3QIioZlJFLJtsoHYRDfiZoUyIxqCtRpVlANq0EU4dApjrtgezPFad5S19Wgjkc0hNVnuF4HjVA6C7QrSIbylB+oZe3aHgBsqlNqKYH48jXyJKMuAbiyVJ8KzaB3eRc0pg9VwQ4niFryI68qiOi3AbjwdsfnAtk0bCjTLJKr6mrD9g8iq/S/B81hguOMlQTnVyG40wAcjnmgsCNESDrjme7wfftP4P7SP4N3CJZdvzoNyGq2c/HWOXJGsvVg+RA/k2MC/wN6I2YA2Pt8GkAAAAASUVORK5CYII=) !important
    }

    #toast-container > .toast-success {
        background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAADsSURBVEhLY2AYBfQMgf///3P8+/evAIgvA/FsIF+BavYDDWMBGroaSMMBiE8VC7AZDrIFaMFnii3AZTjUgsUUWUDA8OdAH6iQbQEhw4HyGsPEcKBXBIC4ARhex4G4BsjmweU1soIFaGg/WtoFZRIZdEvIMhxkCCjXIVsATV6gFGACs4Rsw0EGgIIH3QJYJgHSARQZDrWAB+jawzgs+Q2UO49D7jnRSRGoEFRILcdmEMWGI0cm0JJ2QpYA1RDvcmzJEWhABhD/pqrL0S0CWuABKgnRki9lLseS7g2AlqwHWQSKH4oKLrILpRGhEQCw2LiRUIa4lwAAAABJRU5ErkJggg==) !important
    }

    #toast-container > .toast-warning {
        background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGYSURBVEhL5ZSvTsNQFMbXZGICMYGYmJhAQIJAICYQPAACiSDB8AiICQQJT4CqQEwgJvYASAQCiZiYmJhAIBATCARJy+9rTsldd8sKu1M0+dLb057v6/lbq/2rK0mS/TRNj9cWNAKPYIJII7gIxCcQ51cvqID+GIEX8ASG4B1bK5gIZFeQfoJdEXOfgX4QAQg7kH2A65yQ87lyxb27sggkAzAuFhbbg1K2kgCkB1bVwyIR9m2L7PRPIhDUIXgGtyKw575yz3lTNs6X4JXnjV+LKM/m3MydnTbtOKIjtz6VhCBq4vSm3ncdrD2lk0VgUXSVKjVDJXJzijW1RQdsU7F77He8u68koNZTz8Oz5yGa6J3H3lZ0xYgXBK2QymlWWA+RWnYhskLBv2vmE+hBMCtbA7KX5drWyRT/2JsqZ2IvfB9Y4bWDNMFbJRFmC9E74SoS0CqulwjkC0+5bpcV1CZ8NMej4pjy0U+doDQsGyo1hzVJttIjhQ7GnBtRFN1UarUlH8F3xict+HY07rEzoUGPlWcjRFRr4/gChZgc3ZL2d8oAAAAASUVORK5CYII=) !important
    }

    #toast-container.toast-bottom-center > div, #toast-container.toast-top-center > div {
        width: 300px;
        margin-left: auto;
        margin-right: auto
    }

    #toast-container.toast-bottom-full-width > div, #toast-container.toast-top-full-width > div {
        width: 96%;
        margin-left: auto;
        margin-right: auto
    }

.toast {
    background-color: #030303
}

.toast-success {
    background-color: #51A351
}

.toast-error {
    background-color: #BD362F
}

.toast-info {
    background-color: #2F96B4
}

.toast-warning {
    background-color: #F89406
}

.toast-progress {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 4px;
    background-color: #000;
    opacity: .4;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
    filter: alpha(opacity=40)
}

@media all and (max-width:240px) {
    #toast-container > div {
        padding: 8px 8px 8px 50px;
        width: 11em
    }

    #toast-container > div.rtl {
        padding: 8px 50px 8px 8px
    }

    #toast-container .toast-close-button {
        right: -.2em;
        top: -.2em
    }

    #toast-container .rtl .toast-close-button {
        left: -.2em;
        right: .2em
    }
}

@media all and (min-width:241px) and (max-width:480px) {
    #toast-container > div {
        padding: 8px 8px 8px 50px;
        width: 18em
    }

        #toast-container > div.rtl {
            padding: 8px 50px 8px 8px
        }

    #toast-container .toast-close-button {
        right: -.2em;
        top: -.2em
    }

    #toast-container .rtl .toast-close-button {
        left: -.2em;
        right: .2em
    }
}

@media all and (min-width:481px) and (max-width:768px) {
    #toast-container > div {
        padding: 15px 15px 15px 50px;
        width: 25em
    }

    #toast-container > div.rtl {
        padding: 15px 50px 15px 15px
    }
}
/*Toaster*/

/* end index*/

/*start auther-page*/
.page-padding {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
}

.gap-24 {
    gap: 1.5rem;
}

.gap-16 {
    gap: 1rem;
}

.flex-1 {
    flex: 1 1 0%;
}

.border-stroke-border-primary {
    --tw-border-opacity: 1;
    border-color: rgb(208 207 202 / var(--tw-border-opacity));
}

.max-w-\[132px\] {
    max-width: 132px;
}

.max-h-\[132px\] {
    max-height: 132px;
}

.max-w-default {
    max-width: 37.5rem;
}

.whitespace-nowrap {
    white-space: nowrap;
}

.inline-block {
    display: inline-block;
}

.link,
.link:hover {
    --tw-text-opacity: 1;
}

.link {
    cursor: pointer;
    color: #1d1d1b;
    text-decoration: underline;
    background: transparent;
    border: 0;
}


.line-clamp-2 {
    -webkit-line-clamp: 2;
}

.line-clamp-1,
.line-clamp-2 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    height:41px;
}

.whitespace-pre-line {
    white-space: pre-line;
}

.paragraph {
    margin-bottom: 1.25rem;
    font-size: 1rem;
    line-height: 1.5;
}

@media (max-width : 77.5rem) {
    .max-md\:order-1 {
        order: 1;
    }

    .max-md\:justify-center {
        justify-content: center;
    }
    
}

@media (min-width: 48rem) {


    .map--600 {
        width: 600px !important;
        height: 450px !important;
    }
    
    .md\:justify-start {
        justify-content: flex-start !important;
    }

    .md\:justify-content-between {
        justify-content: space-between !important;
    }

    .md\:flex-row {
        flex-direction: row !important;
    }

    .page-padding {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }

    .md\:max-w-1240 {
        max-width: 77.5rem;
    }

    .md\:mx-auto {
        margin-left: auto;
        margin-right: auto;
    }
}

@media (max-width: 48rem) {

    .new-header-sidebar-item-width {
        width: 350px !important;
    }

    .w-\[95px\]\-basket {
        width: 65px;
    }

    .map--600 {
        width: 100% !important;
        height: auto !important;
    }
}

@media (min-width: 80.0625rem) {
    .page-padding {
        padding-left: 0;
        padding-right: 0;
    }
}
/*end auther-page*/

/*start login*/
#login-form {
    max-width: 350px;
    padding-bottom: 3em;
    margin: 50px auto;
    padding-left: 1em;
    padding-right: 1em;
}

.login,
.request-password,
.reset-password {
    max-width: 400px;
    padding-bottom: 3em;
}


form h1 {
    padding-bottom: 16px;
}

h1,
.h1 {
    font-size: 1.375rem;
    font-weight: 700;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4 {
    font-family: "Montserrat", sans-serif;
    margin: 0;
    color: #191919;
}

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

form button {
    min-width: 150px;
    height: 48px;
    padding: 0 16px;
    font-size: 1.125rem;
    margin-bottom: 16px !important;
}

.btn--black {
    background-color: #333;
    color: white;
}

.btn {
    border-radius: 5px;
    min-height: 48px;
}

.btn,
button {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    margin: 0;
    border: none;
    cursor: pointer;
    vertical-align: middle;
    text-align: center;
    line-height: normal;
    text-transform: none;
    text-decoration: none;
    white-space: nowrap;
    -webkit-transition: background-color 0.2s cubic-bezier(0.4, 0, 1, 1), color 0.2s cubic-bezier(0.4, 0, 1, 1);
    transition: background-color 0.2s cubic-bezier(0.4, 0, 1, 1), color 0.2s cubic-bezier(0.4, 0, 1, 1);
}

input[type=text],
input[type=tel],
input[type=email],
input[type=url],
input[type=password] {
    -webkit-box-shadow: inset 0 0 8px 0 #f2f2f2;
    box-shadow: inset 0 0 8px 0 #f2f2f2;
}

input[type=text],
input[type=number],
input[type=tel],
input[type=email],
input[type=url],
input[type=password] {
    -webkit-appearance: none;
    border-radius: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    background-color: white;
    color: black;
    border: 1px solid #6d6d6d;
    padding: 0 10px;
    margin-bottom: 1em;
    font-size: 16px;
    height: 48px;
}

form ul {
    list-style: disc;
    list-style-position: inside;
    line-height: 1.6;
}

form h3 {
    padding: 16px 0 8px;
}

form label {
    font-weight: 600;
}

a:not(.btn,.a-unset):not(header a, .underline-off,.product__rating, footer a, .header-sidebar-item a) {
    color: #416c72;
/*    text-decoration: underline;*/
    -webkit-text-decoration-color: rgba(2, 119, 204, 0.5);
    text-decoration-color: rgba(2, 119, 204, 0.5);
    -webkit-text-decoration-skip: edges;
    text-decoration-skip: edges;
    -webkit-transition: color 0.2s cubic-bezier(0.4, 0, 1, 1);
    transition: color 0.2s cubic-bezier(0.4, 0, 1, 1);
}
.pagination-list li {
    background-color:none
}
ul, menu, dir {
    padding: 0;
    margin: 0;
}


.btn--black:hover {
    background: black;
    color: #fff !important;
}


@media (min-width: 768px) {
    #login-form {
        max-width: 730px;
    }
}

@media (min-width: 1024px) {

    h1,
    .h1 {
        font-size: 1.625rem;
        line-height: 1.25;
    }

}
/*end login*/

/*start orders*/
.basket-step {
    gap: 8px;
}

.basket-step .div-step {
    border: solid 1px #ddd;
}

.cart-item {
    padding: 12px;
    border-bottom: 1px solid #ddd;
    gap: 10px;
}

.cart-item .image-link {
    min-width: 100px;
    width: 100px;
}

.title-link {
    font-size: 1.125rem;
}

.a-underline {
    text-decoration: underline;
}

.remove-a-underline {
    text-decoration: none;
}

.cart-item-main-part,
.cart-item-authors {
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: block;
    color: #191919;
    margin-bottom: 4px;
}

.price {
    font-weight: 700;
    font-size: 1.65rem;
    text-align: right;
}

.cart-item-attributes {
    font-size: 1rem;
    font-weight: 400;
    color: #6d6d6d;
    text-transform: capitalize;
}

.header-top-border {
    border-top: 1px solid #f2f2f2;
}

.price-heading .price {
    font-weight: 400;
}

.size-1rem {
    font-size: 1.125rem;
}

.border-bottom {
    border-bottom: 1px solid #ddd;
}

.collapsable-content {
    border: 1px solid #b5b5b5;
    border-top: none;
    border-radius: 0 0 5px 5px;
    max-height: 400px;
    position: relative;
    top: -1px;
}

.collaps-bottom-radius {
    border-radius: 5px !important;
}

.off-collapsable-header {
    cursor: pointer;
    padding: 8px 0;
    position: relative;
    line-height: 48px;
    padding: 0 12px;
    text-align: center;
    width: 100%;
    border-radius: 5px 5px 0 0;
    background-color: #f2f2f2;
    border: 1px solid #b5b5b5;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    transition: all 0.4s;
}

.off-collapsable-header .collapsable__icon {
    position: absolute;
    right: 12px;
    top: calc(50% - 22px);
}

.off-collapsable-header:hover {
    background-color: #b5b5b5;
}

.button--standard:hover {
    background-color: #b5b5b5;
}

.field {
    margin-bottom: 16px;
}

.button--standard {
    background-color: #f2f2f2;
    border: 1px solid #b5b5b5;
    border-radius: 5px;
    color: #100a24;
}

.collapsable-content-container {
    padding: 12px;
}

input[type="text"],
input[type="number"] {
    -webkit-appearance: none;
    border-radius: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    background-color: white;
    border: 1px solid #6d6d6d;
    height: 48px;
    -webkit-box-shadow: inset 0 0 8px 0 #ffffff;
    box-shadow: inset 0 0 8px 0 #ffffff;
    padding-left: 8px;
    padding-right: 8px;
}

.field__input {
    max-width: 400px;
}

.button--standard {
    background-color: #f2f2f2;
    border: 1px solid #b5b5b5;
    border-radius: 5px;
    color: #100a24;
}

.button {
    -webkit-transition: background-color 0.2s cubic-bezier(0.4, 0, 1, 1);
    -o-transition: background-color 0.2s cubic-bezier(0.4, 0, 1, 1);
    transition: background-color 0.2s cubic-bezier(0.4, 0, 1, 1);
}

button:not(header button),
.button:not(header .button) {
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    margin: 0;
    vertical-align: middle;
    text-align: center;
    text-transform: none;
    text-decoration: none;
    white-space: nowrap;
    padding: 0 16px;
    line-height: 48px;
}

.disclaimer {
    color: #6d6d6d;
    padding: 16px 8px;
    font-size: 0.8125rem;
}

.product-count {
    background-color: #f2f2f2 !important;
}

.font-16 {
    font-size: 16px;
}

.bi-trash3 {
    color: #6d6d6d;
    transition: all 0.2s;
}

.bi-trash3:hover {
    color: #100a24;
}

.box-checkout {
    border: solid 1px #ddd;
}

.custom-input .input-wrapper {
    position: relative;
    margin-top: 1rem;
}

.custom-input label {
    position: absolute;
    top: 1rem;
    left: 1.25rem;
    line-height: normal;
    color: #212529;
    z-index: 2;
    transition: 0.2s;
}

.custom-input input,
.custom-input textarea {
    width: 100% !important;
    padding: 1rem 1.25rem 0.5rem !important;
    border: none !important;
    border-bottom: 1px solid #003a44 !important;
    background-color: transparent !important;
    color: #212529 !important;
    box-shadow: none !important;
}

.custom-input input::placeholder,
.custom-input textarea::placeholder {
    color: transparent !important;
}

.custom-input input:user-valid,
.custom-input textarea:user-valid {
    border-color: #00df0e !important;
}

.custom-input input:user-valid+label,
.custom-input textarea:user-valid+label {
    color: #00df0e !important;
}

.custom-input input:user-invalid,
.custom-input textarea:user-invalid {
    border-color: #a40000 !important;
}

.custom-input input:placeholder-shown,
.custom-input textarea:placeholder-shown {
    border-color: #212529 !important;
}

.custom-input input:placeholder-shown+label,
.custom-input textarea:placeholder-shown+label {
    color: #212529 !important;
}

.custom-input input:focus,
.custom-input textarea:focus {
    outline: none !important;
    border-color: #ff6000 !important;
}

.custom-input input:focus+label,
.custom-input textarea:focus+label {
    color: #ff6000 !important;
}

.custom-input input:focus+label,
.custom-input textarea:focus+label,
.custom-input input:not(:placeholder-shown)+label,
.custom-input textarea:not(:placeholder-shown)+label {
    top: 4px !important;
    left: 4px !important;
    font-size: 10px !important;
}

.custom-input textarea {
    height: 4rem !important;
    min-height: 4rem !important;
    max-height: 8rem !important;
    resize: vertical !important;
}

.step--shipping {
    max-width: 610px !important;
    padding-left: 27px !important;
    padding-right: 27px !important;
    margin: 0 auto !important;
}

.delivery-box {
    border: 1px solid rgb(230, 230, 230);
    border-radius: 6px;
    background-color: white;
    padding: 24px 16px 0px;
}

.select2-selection.select2-selection--single {
    padding: 8px;
;
}

.select2-container .select2-selection--single {
    height: auto !important;
}

.top--116 {
    top: 116px;
}

.z-10 {
    z-index: 10;
}

.custom-table {
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0;
}

.custom-table th,
.custom-table td {
    border: 1px solid #ddd;
    padding: 8px;
    text-align: left;
    font-size: 0.850rem !important;
    white-space: nowrap;
}

.custom-table th {
    background-color: #f2f2f2;
    font-weight: bold;
}

.row-number,
.isbn,
.title,
.price,
.discount,
.quantity,
.sum {
    padding: 8px;
}

.row-header {
    background-color: #f8f8f8;
}

.row-total {
    font-weight: bold;
    background-color: #e6f7ff;
}
.row-success {
    background-color: #19875417;
}


.payment-method {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.payment-option {
    min-width: fit-content;
    display: flex;
    justify-content: start;
    align-items: center;
    border: 1px solid #ddd;
    border-radius: 25px;
    padding: 10px 15px;
    cursor: pointer;
    transition: background-color 0.3s;
    background-color: white;
}

.payment-option-con {
    position: relative;
    width: 100%;
}
.payment-option-con .payment-option-info {
    position: absolute;
    right: -40px;
    font-size: 20px;
    top: 10px;
    cursor: pointer;
}
.p-v-10{
    padding-top: 10px;
    padding-bottom: 10px;
}
.p-v-15{
    padding-top: 15px;
    padding-bottom: 15px;
}
.error-con {
    background-color: #dc354522;
}
.p-v-20{
    padding-top: 20px;
    padding-bottom: 20px;
}
.padding-20{
    padding: 20px;
}
.p-h-25{
    padding-left: 25px;
    padding-right: 25px;
}

.payment-option:hover {
    background-color: #f9f9f9;
}

.payment-option input[type="radio"] {
    display: none;
}

.payment-option label {
    display: flex;
    align-items: center;
}

.payment-option.selected {
    border-color: #007bff;
    background-color: #e6f7ff;
}
.payment-option.disabled {
    opacity: 0.4;
    cursor: default;
    user-select: none;
    pointer-events: none;
}
.payment-option.disabled:hover {
    background-color: #fff;
}

.icon {
    margin-right: 10px;
}

.klarna img,
.paypal img,
.credit img {
    border-radius: 10px;
    float: right;
    margin: 10px;
}

.width--360 {
    width: 360px;
}
.width--450 {
    width: 450px;
}
.width--150 {
    width: 150px;
}

.container-checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.container-checkbox {
    display: block;
    position: relative;
    cursor: pointer;
    font-size: 20px;
    user-select: none;
    animation: jello-horizontal 0.9s both;
}

.checkmark-checkbox:hover {
    animation: jello-horizontal 0.9s both;
}

/* Create a custom checkbox */
.checkmark-checkbox {
    position: relative;
    top: 0;
    left: 0;
    height: 1.3em;
    width: 1.3em;
    border-radius: 50%;
    background-color: #eee;
}

/* When the checkbox is checked, add a blue background */
.container-checkbox input:checked~.checkmark-checkbox {
    background-color: royalblue;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark-checkbox:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.container-checkbox input:checked~.checkmark-checkbox:after {
    display: block;
}

/* Style the checkmark/indicator */
.container-checkbox .checkmark-checkbox:after {
    left: 0.5em;
    top: 0.35em;
    width: 0.25em;
    height: 0.5em;
    border: solid white;
    border-width: 0 0.15em 0.15em 0;
    transform: rotate(45deg);
}

@keyframes jello-horizontal {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

    30% {
        -webkit-transform: scale3d(1.25, 0.75, 1);
        transform: scale3d(1.25, 0.75, 1);
    }

    40% {
        -webkit-transform: scale3d(0.75, 1.25, 1);
        transform: scale3d(0.75, 1.25, 1);
    }

    50% {
        -webkit-transform: scale3d(1.15, 0.85, 1);
        transform: scale3d(1.15, 0.85, 1);
    }

    65% {
        -webkit-transform: scale3d(0.95, 1.05, 1);
        transform: scale3d(0.95, 1.05, 1);
    }

    75% {
        -webkit-transform: scale3d(1.05, 0.95, 1);
        transform: scale3d(1.05, 0.95, 1);
    }

    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

.pay-btn:hover {
    color: white !important;
}


.pay-btn {
    align-content: center;
    color: #fff;
    background-color: #2CA6A4 !important;
    padding: 6px 25px;
    text-transform: capitalize;
    border: 0;
    margin: 5px;
    display: inline-block;
    border-radius: 5px;
    float: right;
}

.div-step.active {
    background-color: #2CA6A4;
    color: #fff;
    position: relative;
}

/*    .div-step.active:after {
        content: " ";
        position: absolute;
        bottom: -6px;
        left: 0;
        border-radius: 6px;
        top: -2px;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 26px 0 30px 30px;
        border-color: transparent transparent transparent #0d6c76;
    }*/

.div-step {
    cursor: pointer;
}

.white-space-normal {
    white-space: normal
}

.white-space-nowrap {
    white-space: nowrap;
}

.of-x-auto {
    overflow-x: auto;
}

.product__quantity {
    border-radius: 2px;
    border-bottom: 1px solid #f2f2f2;
    height: 100%;
    margin-bottom: 8px;
    padding-bottom: 8px;
}

.quantity__label {
    font-size: 1.125rem;
    font-weight: 700;
    margin-right: 16px;
}

.quantity__input {
    min-width: 48px;
    width: auto;
    height: 48px;
    padding: 0;
    border-radius: 2px;
    text-align: center;
    border-top: 1px solid #f2f2f2 !important;
    border-bottom: 1px solid #f2f2f2 !important;
    margin-right: 16px;
}

.add__product_button {
    background: red;
    padding: 3px 8px !important;
    color: white;
}


    .add__product_button:hover {
        color: white;
    }


.add-btn-quantity {
    border-right: 1px solid #f2f2f2 !important;
}

.minus-btn-quantity {
    border-left: 1px solid #f2f2f2 !important;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}


.div-step.inactive {
    color: #000000;
    background-color: #063a4454
}

@media (max-width : 77.5rem) {

    .div-step {
        font-size: 14px;
    }

/*        .div-step.active:after {
            content: " ";
            position: absolute;
            bottom: -6px;
            left: 0;
            border-radius: 6px;
            top: -2px;
            width: 0;
            height: 0;
            border-style: solid;
            border-width: 23px 0 30px 14px;
            border-color: transparent transparent transparent #0d6c76;
        }*/

    .top--116 {
        top: 78px !important;
    }

    .sm\:gap-16 {
        gap: 1rem;
    }

    .price {
        font-size: 1.235rem !important;
    }

}
/*end orders*/

/* start panel*/
.border-header-bottom {
    border-bottom: 1px solid #f2f2f2;
}

.ul-panel {
    position: sticky;
    top: 125px;
    max-height: 100vh;
    overflow-y: auto;
    background: #f9f9f9;
    border-radius: 8px;
    height: fit-content;
    width: 100%;
}

.ul-panel li span{
    padding-left: 8px;
}

.ul-panel li {
    transition: all 0.2s;
    cursor: pointer;
    font-size: 16px;
    padding: 1rem;
    color: #585858;
}

    .ul-panel li.active {
        background-color: #97acb12e;
        color: var(--old-main-color);
    }

.ul-panel li:hover {
    background-color: #97acb12e;
}

.custom-input .input-wrapper {
    position: relative;
    margin-top: 1rem;
    font-size: 14px;
}

.custom-input label {
    position: absolute;
    top: 1rem;
    left: 1.25rem;
    line-height: normal;
    color: #212529;
    z-index: 2;
    transition: 0.2s;
}

.custom-input input::placeholder,
.custom-input textarea::placeholder {
    color: transparent !important;
}

.custom-input input:user-valid,
.custom-input textarea:user-valid {
    border-color:#003a44 !important;
}

.custom-input input:user-valid+label,
.custom-input textarea:user-valid+label {
    color: #003a44 !important;
}

.custom-input input:user-invalid,
.custom-input textarea:user-invalid {
    border-color: #a40000 !important;
}

.custom-input input:placeholder-shown,
.custom-input textarea:placeholder-shown {
    border-color: #2125294a !important;
}

.custom-input input:placeholder-shown+label,
.custom-input textarea:placeholder-shown+label {
    color: #212529 !important;
}

.custom-input input:focus,
.custom-input textarea:focus {
    outline: none !important;
    border-color:  var(--main-color) !important;
}

.custom-input input:focus+label,
.custom-input textarea:focus+label {
    color:  var(--main-color) !important;
}

.custom-input input:focus+label,
.custom-input textarea:focus+label,
.custom-input input:not(:placeholder-shown)+label,
.custom-input textarea:not(:placeholder-shown)+label {
    top: 4px !important;
    left: 4px !important;
    font-size: 10px !important;
}

.custom-input textarea {
    height: 4rem;
    min-height: 4rem;
    max-height: 8rem;
    resize: vertical;
}

.justify-content-around {
    justify-content: space-around;
}

.panel-content > div {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
    background: #f9f9f9;
    border-radius: 8px;
}

.product-panel__grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    margin-left: -6px;
    margin-right: -6px;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.h--42 {
    height: 42px;
}

.order-item {
    padding: 10px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 8px;
}

.order-item-status {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    padding: 0 0 15px 0;
}

.order-item-detail {
    padding-bottom: 20px;
}
.pb-0 {
    padding-bottom: 0 !important;
}
.border-0 {
    border: 0 !important;
}

.add-address-icon {
    color: #063a44;
    font-size: 390%;
}

.h--200 {
    height: 200px;
}

.add-more-address {
    cursor: pointer;
    transition: all 0.2s;
}

.add-more-address svg {
    transition: all 0.2s;
}

.add-more-address:hover svg {
    width: 55px;
    height: 55px;
}

.add-more-address:hover {
    background: #f0f0f0;
}

.h-160 {
    height: 160px;
}


.select2.select2-container.select2-container--default.select2-container--above.select2-container--focus {
    width: 100% !important;
    height: 100px;
}
@media (max-width : 400px) {
    .m-justify-center {
        justify-content: center;
    }
}

@media (max-width : 580px) {
    .white-space-normal-580 {
        white-space: normal !important;
    }

    .w-100-580 {
        width: 100% !important;
    }

    .d-block-580 {
        display: block !important;
    }
}

@media (max-width : 768px) {
    
    .white-space-normal-768 {
        white-space: normal !important;
    }

    .w-100-768 {
        width: 100% !important;
    }

    .d-block-768 {
        display: block !important;
    }
    
    .xm\:flex-column {
        flex-direction: column;
    }

    .xm\:justify-content-center {
        justify-content: center;
    }

    .custom-input {
        --bs-gutter-x: 0px !important;
    }

    .xm\:mb-4 {
        margin-bottom: 1.5rem !important;
    }
}
/*end panel*/

/*start product*/
.product-page .product__images .product__image {
    max-height: 250px !important;
}

.product-page .product__image {
    margin: 0 auto;
    opacity: 1;
    -webkit-transition: opacity 0.2s cubic-bezier(0.4, 0, 1, 1);
    transition: opacity 0.2s cubic-bezier(0.4, 0, 1, 1);
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
}

.mt-15rem {
    margin-top: 1.5rem;
}

.pt-15rem {
    padding-top: 1.5rem;
}

.product__images {
    flex-wrap: wrap;
    margin-bottom: 1.5rem;
}

.product-page .product__images {
    position: relative;
    margin-bottom: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.product-page .product__sample-read__button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 auto;
    background-color: transparent;
    position: relative;
    z-index: 1;
}

.product-page .product__title {
    text-align: center;
    padding: 0 0 16px;
    border-bottom: 2px solid #f2f2f2;
    margin-bottom: 8px;
    white-space: normal;
    word-wrap: break-word;
}

.product-page .product h1.product__title {
    margin-bottom: 8px;
}

.product-page .product__title__sub-part {
    display: block;
}

h1,
.h1 {
    font-size: 1.375rem;
    font-weight: 700;
}
.font-weight-100 {
    font-weight: 100;
}
.font-weight-300 {
    font-weight: 300;
}
.font-weight-400 {
    font-weight: 400;
}
.font-weight-700 {
    font-weight: 700;
}
.product-page .product__title__format,
.product-page .product__title__delimiter,
.product-page .product__title__attributes {
    font-size: 1rem;
    font-weight: 400;
    color: #6d6d6d;
}

.product-page .product__stand-alone-attribute {
    margin-bottom: 8px;
}

a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}

.product-page .product__stars__empty-stars i {
    color: #FFA800;
}

.product__stars {
    font-size: 18px !important;
    padding: 0px 2px;
}

.bi-star-fill {
    color: #999999;
}

.bi-star-fill.checked {
    color: #FFA800;
}

.product__rating__amount {
    color: #b5b5b5;
    text-decoration: underline;
}

.product-page .product__stand-alone-price .product__price {
    font-size: 27.8px;
    -webkit-box-flex: inherit;
    -ms-flex-positive: inherit;
    flex-grow: inherit;
}

.product__stand-alone-price {
    border-bottom: 1px solid #f2f2f2;
    margin-bottom: 8px;
    padding-bottom: 8px;
    width: 100%;
}

.product-page .product__price {
    color: #033a44;
    font-weight: 700;
    font-size: 1.25rem;
    text-align: right;
    display: inline-block;
}

.product-hr {
    width: 100%;
    color: #f2f2f2;
    margin-bottom: 8px;
    padding-bottom: 8px;
}

.product__quantity {
    border-radius: 2px;
    border-bottom: 1px solid #f2f2f2;
    height: 100%;
    margin-bottom: 8px;
    padding-bottom: 8px;
}

.quantity__label {
    font-size: 1.125rem;
    font-weight: 700;
    margin-right: 16px;
}

.quantity__input {
    min-width: 48px;
    width: auto;
    height: 48px;
    padding: 0;
    border-radius: 2px;
    text-align: center;
    border-top: 1px solid #f2f2f2 !important;
    border-bottom: 1px solid #f2f2f2 !important;
    margin-right: 16px;
}

.add-btn-quantity {
    border-right: 1px solid #f2f2f2 !important;
}
.minus-btn-quantity {
    border-left: 1px solid #f2f2f2 !important;
}

.product__add-to-cart {
    padding: 7px 11px;
    background-color: #2CA6A4;
    color: white;
    font-weight: 600;
    letter-spacing: 1.2px;
    min-width: 50% !important;
    height: 100%;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.product__add-to-cart i {
    padding: 0px 5px;
    font-size: 20px;
}

.product__wishlist {
    border-radius: 2px;
    border-bottom: 1px solid #f2f2f2;
    height: 100%;
    margin-bottom: 8px;
    padding-bottom: 8px;
    display: flex;
    justify-content: flex-start;
    align-content: center;
    align-items: center;
}

.wishlist-content {
    cursor: pointer;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.wishlist-content i {
    font-size: 18px;
    transition: all 0.5s;
    color: #b5b5b5;
    padding: 0px 8px;
}

    .wishlist-content:hover i {
        color: var(--old-main-color);
    }

.wishlist-hr {
    border-left: 1px solid #f2f2f2;
    padding: 20px;
    margin: 0px 0px 0px 40px;
}

.delivary-info {
    display: flex;
    align-items: center;
}

.delivary-info i {
    font-size: 23px;
    margin: 0px 5px;
}

.delivary-info .delivary-message {
    padding: 0px 8px;
    font-weight: 700;
    font-size: 1rem;
}

.product-format button {
    width: 100%;
    display: flex;
    border: none;
    justify-content: center;
    align-items: center;
    padding: 8px;
    transition: all 0.5s;
}

.product-format button:hover {
    background-color: #cecece;
}

.product-format button i {
    font-size: 15px;
    padding: 2px;
    transition: transform 0.3s ease;
}

.product-format .format-message {
    padding: 0px 8px;
    font-weight: 700;
    font-size: 1rem;
}

.notification-embedded {
    font-weight: 400;
    border-radius: 4px;
    font-weight: 400;
    padding: 16px;
    margin: 12px 0 20px;
    display: flex;
    gap: 16px;
}

.notification-embedded .logo-container {
    width: 48px;
    height: 48px;
}

.notification-embedded.info {
    background-color: #F1F7FB;
    color: #516295 !important;
    border: 1px solid #D3E3F1;
}

.info a {
    display: flex;
    gap: 10px;
    align-items: center;
    color: #516295 !important;
}

.pr-2 {
    padding-right: 0.5rem !important;
}

.notification-embedded i {
    font-size: 25px;
}

.product-format-container {
    border: 1px solid #b5b5b5;
    padding: 8px;
    border-radius: 2px;
    margin: 16px 0px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-areas: 
        "header price"
        "message add-to-cart"
        "read-more read-more";
}

.price-container {
    grid-area: price;
}

.message {
    grid-area: message;
}

.add-to-cart-container {
    grid-area: add-to-cart;
}

.read-more-div-one , .read-more-div-two {
    grid-area: read-more;
}


.product-format-container .message {
    font-weight: 700;
    font-size: 1rem;
}

.product-format-header {
    grid-area: header;
    display: flex;
    align-items: center;
}

.product-format-header i {
    font-size: 24px;
}

.product-format-header a {
    margin: 0px 5px;
    color: #100a24 !important;
    text-decoration-color: rgba(16, 10, 36, 0.5) !important;
    font-size: 17px;
}

.rotated {
    transform: rotate(180deg);

}

.font-12 {
    font-size: 12px !important;
}

.product__tab {
    margin-top: 16px;
}

.tab-content {
    border: 0 solid #dee2e6;
    border-left-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
}

.nav-link.active span {
    -webkit-transition: #b5b5b5;
    transition: #b5b5b5;
    padding-bottom: 4px;
}

.nav-link span {
    -webkit-transition: #b5b5b5;
    transition: #b5b5b5;
    font-size: 1rem;
    font-weight: 700;
    color: #191919 !important;
}

.nav-link:hover {
    -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0 2px 3px inset;
    box-shadow: rgba(0, 0, 0, 0.1) 0 2px 3px inset;
    background-color: #cecece;
}

.nav-link {
    padding: 5px 14px;
}

.nav-item {
    background-color: #e6e6e6;
}

.product-page .product__attribute__name {
    font-weight: 700;
}

.product-page .product__attribute {
    page-break-inside: avoid;
    -webkit-column-break-inside: avoid;
    -moz-column-break-inside: avoid;
    break-inside: avoid;
    margin-bottom: 8px;
}

.product__attributes__inner--columns {
    display: grid;
    grid-template-columns: auto auto;
}

.tab-pane-content {
    position: relative;
/*    height: 300px;*/
    overflow: hidden;
    transition: all 0.5s ease;
}

.tab-pane-content p{
    text-align: justify !important;
}
@media (max-width: 640px) {
    .tab-pane-content p{
        text-align: left !important;
    }   
}
/*
.tab-pane-content:after {
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    height: 1.5em;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(white));
    background: linear-gradient(rgba(255, 255, 255, 0), white);
    z-index: 1;
}*/

.expanded {
    height: auto;
}

.h--22 {
    height: 22px;
}

.arrow-down-icon {
    transition: all 0.5s;
}

.h--300 {
    height: 300px;
}

.product-list-link .header {
    font-size: 1.125rem;
    font-weight: 600;
    color: #191919;
    margin: 16px 0px;
    width: 100%;
    border: none;
    background-color: #f2f2f2;
    padding: 0 8px;
    line-height: 48px;
    margin-bottom: 8px;
}

.pl-4 {
    padding-left: 1rem;
}

.product__link-list__list {
    list-style: inside;
    padding-left: 16px;
}
.product__link-list__list li {
    margin-bottom: 8px;
    word-break: break-word;
}

.product-page .product__reviews--notice {
    margin-top: -16px;
    padding: 8px;
}


.product-page .product__reviews__review {
    padding-left: 8px;
    padding-right: 8px;
}

.product-page .product__reviews__review:last-child hr{
    display: none;
}

.font-size-8 {
    font-size: 8px !important;
}

.product-page .product__reviews__review__signature__reviewed-by {
    font-weight: 700;
}

.product-page .product__reviews__review__signature__reviewer {
    font-weight: 700;
}

.product-page .product__reviews__review__signature__date::before, .product-page .product__reviews__review__signature__verified::before {
    content: ' | ';
}

.product-page .product__reviews__review__signature__date::before, .product-page .product__reviews__review__signature__verified::before {
    content: ' | ';
}

.product-page .product__reviews__review__review-text {
    line-height: 1.6;
}

button.load-more {
    background-color: transparent;
    border-bottom-color: transparent;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 0;
}

.load-more {
    text-align: center;
    line-height: 60px;
    text-transform: uppercase;
    position: relative;
    width: 100%;
    display: block;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.product-page .products-panel {
    margin-bottom: 24px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    padding-left: 12px;
    padding-right: 12px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.product-page .products-panel__heading {
    padding-top: 24px;
}

.size-1rem {
    font-size: 1.125rem;
}

.product-page .products-panel__load-more {
    border: none;
    margin-top: 24px;
    margin-bottom: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    line-height: 60px;
    text-transform: uppercase;
}
.product-page .btn, .product-page button {
    font-size: 1rem;
}

.product-page .products-panel__inner {
    display: grid;
    grid-gap: 12px;
    gap: 12px;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: end;
    grid-template-columns: repeat(6, 1fr);
}

.product-page .product--basic-view.product {
    position: relative;
}
.product-page .products-panel__product {
    margin-top: 16px;
    margin-bottom: 28px;
    min-width: 0;
}

.product-page .product--basic-view.product .product__image__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto;
    text-align: center;
}

.product-page .product--basic-view.product .product__image__wrapper {
    position: relative;
    margin: 0 auto 8px;
    min-width: 50%;
}

.product-page .product__image__wrapper {
    position: relative;
}

.product-page .product--basic-view.product img {
    margin: 0 auto;
}
.product-page .products-panel__product .product__image {
    max-height: 300px;
}

.product-page .product--basic-view.product .product__additional-info__content {
    margin: 0 4px 4px 0;
}

.product-page .product--basic-view.product .product__additional-info {
    position: absolute;
    bottom: 0;
    left: 0;
    text-align: left;
    color: #100a24;
}

.product-page .product--basic-view.product .product__additional-info__content__text {
    background-color: #fff6e5;
    display: inline-block;
    padding: 0 4px;
}

.product-page .product--basic-view.product .product__additional-info__content__text__number {
    font-weight: 600;
}

.product-page .product--basic-view.product .product__text-wrapper {
    height: 112px;
}

.product-page .product--basic-view.product .product__name, .product-page .product--basic-view.product .product__authors {
    line-height: 1.5;
    margin-bottom: 8px;
}
.product-page .product--basic-view.product .product__name, .product-page .product--basic-view.product .product__authors {
    word-wrap: break-word;
    word-wrap: break-word;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
}

.product-page .product--basic-view.product .product__text-overflow-hider {
    position: absolute;
    left: 0;
    bottom: 48px;
    display: block;
    width: 100%;
    background: white;
    height: 8px;
}

.product-page .product--basic-view.product .product__add-to-cart__price-container {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.product-page .product__add-to-cart {
    width: 100%;
    background-color: #2CA6A4;
    color: white;
    font-weight: 700 !important;
    letter-spacing: 1.2px;
}

button.load-more {
    background-color: transparent;
    border-bottom-color: transparent;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 0;
}
.load-more {
    text-align: center;
    line-height: 60px;
    text-transform: uppercase;
    position: relative;
    width: 100%;
    display: block;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.h4 {
    font-size: 1rem;
    font-weight: 600;
}

a.h4 {
    color: #191919;
    text-decoration: underline;
    -webkit-text-decoration-color: rgba(25, 25, 25, 0.5);
    text-decoration-color: rgba(25, 25, 25, 0.5);
    -webkit-text-decoration-skip: edges;
    text-decoration-skip: edges;
}

img {
    max-width: 100%;
}

.font-14 {
    font-size: 14px !important;
}

.text-flex-end {
    display: flex;
    align-items: flex-end;
}

.p--4 {
    padding: 4px !important;
}


.read-more-info {
    display: flex;
    justify-content: space-between;
    padding: 0px 15px;
}


.h-200 {
    height: 200px !important;
}

.width-200 {
    width: 200px;
}

.w-auto-product {
    width: auto !important;
    min-width: auto !important;
}

.px-1px {
    padding-right: 1px !important;
    padding-left: 1px !important;
}

.height--40 {
    height: 40px !important;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

.d-flex-i {
    display: flex !important;
}

.d-flex-center {
    display: flex !important;
    align-items: center;
    justify-content: center;
}

@media (max-width : 77.5rem) {

    .sm\:d-flex {
        display: flex !important;
    }

    .sm\:d-block {
        display: block !important;
    }

    .sm\:whitespace-normal {
        white-space: normal !important;
    }

    .sm\:d-block {
        display: block;
    }

    .sm\:text-center {
        text-align: center !important;
    }

    .sm\:font-18 {
        font-size: 18px !important;
    }

    .sm\:font-14 {
        font-size: 14px !important;
    }

    .sm\:width-300 {
        width: 300px;
    }

}

@media (min-width : 1240px) {
    .section.text .bd,
    .section.landing-page-info .bd {
        padding: 0px 16px !important;
        border-radius: 5px;
    }

    .custom-col-xl-8 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 66.66666667%;
    }
}

@media (max-width: 1024px) {
    .read-more-info {
        display: flex;
        padding: 0px 15px;
        flex-direction: column;
        align-items: center;
    }
}

@media (min-width: 1024px) {
    .product-page .products-panel {
        padding-left: 0;
        padding-right: 0;
    }

    .product-page__product-container, .product-page .products-panel__container, .product-page .bundle-panel {
        position: relative;
        margin-left: auto;
        margin-right: auto;
        width: 1280px;
        max-width: 100%;
        padding-left: 24px;
        padding-right: 24px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    .product-page .product__reviews__review {
        padding-left: 0;
        padding-right: 0;
    }

    .product-page .product__reviews--notice {
        margin-top: 28px;
        margin-bottom: 28px;
        padding: 0;
    }

    .product-page .product__stand-alone-attribute--authors,
    .product-page .product__stand-alone-attribute--brand,
    .product-page .product__stand-alone-attribute--selectable-attribute,
    .product-page .product__stand-alone-attribute--age-recommendation,
    .product-page .product__stand-alone-attribute--rating {
        -webkit-box-ordinal-group: 2;
        width: 100%;
    }

    .main-content-grid {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    h1,
    .h1 {
        font-size: 1.625rem;
        line-height: 1.25;
    }

    .product-page .product__title__sub-part {
        display: inline;
        white-space: nowrap;
    }

    .product-page .product__title {
        text-align: left;
        padding: 0;
        margin-bottom: 16px;
        border: none;
        width: 100%;
        -webkit-box-ordinal-group: 2;
        font-size: 1.3rem !important;
    }

    .product-page .product h1.product__title {
        margin-bottom: 16px;
    }
}

@media (min-width: 768px) {
    .product-page .product__images .product__image {
        max-height: 435px;
    }
}
/*end product*/

/*start product-list*/
.heading--landing-page-title {
    margin: 0;
    font-size: 1.375rem;
}

h2,
.h2 {
    font-size: 1.25rem;
    font-weight: 600;
}

h1,
.h1 {
    font-size: 1.375rem;
    font-weight: 700;
}

.campaign .section.landing-page-info .bd {
    padding: 2em 16px;
}

.section.landing-page-info .bd {
    padding-bottom: 0;
}

.section.text .bd,
.section.landing-page-info .bd {
    padding: 0px ;
}

.section.landing-page-hero .hero .content {
    padding: 20px 15px 10px;
}

.section.landing-page-info .short {
    max-width: 40em;
}

.landing-page-info .short {
    overflow: hidden;
}

.block {
    background: white;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.product-panel {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    padding-left: 12px;
    padding-right: 12px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 0;
    padding-right: 0;
    overflow-x: hidden;
}

.product-panel .product-panel__grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    margin-left: -6px;
    margin-right: -6px;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.product-panel>.product-panel__grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    padding-left: 0;
    margin-right: -3.33333%;
}

    .product-panel .product-panel__grid .product-panel__grid-cell {
        margin-top: 16px;
        margin-bottom: 28px;
        background: white;
        padding: 20px;
        position: relative;
    }

.product-panel__product:nth-child(-n+6) {
    display: block;
}

.product-panel__product {
    -ms-flex-preferred-size: calc(33.33333% - 12px);
    flex-basis: calc(33.33333% - 12px);
    max-width: calc(33.33333% - 12px);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-left: 6px;
    margin-right: 6px;
}

.product-panel .product-panel__grid .product-panel__grid-cell {
    margin-top: 16px;
    margin-bottom: 28px;
    background: white;
    padding: 20px;
}

.product-panel .product-panel__grid .product-panel__grid-cell .product__image {
    position: relative;
    max-height: none;
}

.product-panel .product-panel__grid .product-panel__grid-cell .product__image img {
    width: 100%;
    max-height: none;
}

img {
    max-width: 100%;
    border-style: none;
    display: block;
    max-width: 100%;
    height: auto;
    max-width: 100%;
    border-style: none;
}

.product-panel__meta {
    color: #6d6d6d;
    font-size: .6875rem;
    white-space: nowrap; /* جلوگیری از شکست خطوط */
    overflow: hidden; /* مخفی کردن محتوای اضافی */
    text-overflow: ellipsis; /* نمایش ... */
   
}

.product-panel .product-panel__grid .product-panel__grid-cell .product__info {
    height: 90px;
    padding-top: 5px;
    padding-bottom: 5px;
}

    .product-panel .product-panel__grid .product-panel__grid-cell .product__info .heading--product-panel-title {
        max-height: 38px;
/*        text-decoration: underline;*/
        color: #100a24;
        white-space: nowrap; /* جلوگیری از شکست خطوط */
        overflow: hidden; /* مخفی کردن محتوای اضافی */
        text-overflow: ellipsis; /* نمایش ... */
      
    }
.vertical-align-middle{
    vertical-align: middle;
}
.heading--product-panel-title {
    overflow: hidden;
    font-size: 1rem;
    text-overflow: ellipsis;
    margin-bottom: 3px;
    color: inherit;
}

h3,
.h3 {
    font-size: 1.125rem;
    font-weight: 600;
}

.heading--product-panel-author-brand {
    font-size: .75rem;
    font-weight: normal;
    color: #191919;
    line-height: 1.2;
    white-space: nowrap; /* جلوگیری از شکست خطوط */
    overflow: hidden; /* مخفی کردن محتوای اضافی */
    text-overflow: ellipsis; /* نمایش ... */
  
}

h4,
.h4 {
    font-size: 1rem;
    font-weight: 600;
}


.btn--divided {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex !important;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    /*    max-width: 150px;*/
    min-height: 36px !important;
    line-height: 10px !important;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0;
    padding: 0;
    background-color: #2CA6A4;
    color: white;
    border-radius: 5px;
    -webkit-transition: background-color 0.2s cubic-bezier(0.4, 0, 1, 1), color 0.2s cubic-bezier(0.4, 0, 1, 1);
    transition: background-color 0.2s cubic-bezier(0.4, 0, 1, 1), color 0.2s cubic-bezier(0.4, 0, 1, 1);
}

.btn--divided .btn--first-divider {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    vertical-align: middle;
    padding-left: 8px;
}

.btn--divided .btn--first-divider {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    vertical-align: middle;
    padding-left: 8px;
}

.btn--divided .text,
.btn--divided .price-product-list {
    font-weight: 600;
    text-align: center;
    line-height: 1;
}

.btn--divided .btn--second-divider {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 30px;
    vertical-align: middle;
    padding-right: 5px;
}

.btn--divided .btn--second-divider i {
    font-size: 20px;
    -webkit-transition: color 0.2s cubic-bezier(0.4, 0, 1, 1);
    transition: color 0.2s cubic-bezier(0.4, 0, 1, 1);
}

.breadcrumbs {
    padding: 12px 12px 0;
    text-align: left;
    font-size: 20px;
    margin-bottom: 16px;
}

.breadcrumbs i {
    font-size: 20px;
    line-height: 1;
    vertical-align: text-bottom;
}

.color-blue {
    color: #0277CC;
}
.color-white {
    color: white;
}
.color-warning {
    color: #ffc107;
}
.o-h-d{overflow:hidden;text-overflow: ellipsis;white-space: nowrap;}

.accordion .accordion-item {
    border-bottom: 1px solid #e6e6e6;
}

.accordion button {
    position: relative;
    display: block;
    text-align: left;
    width: 100%;
/*    padding: 14px 16px;*/
    color: #191919;
    font-size: 1.15rem;
    font-weight: 400;
    border: none;
    background: none;
    outline: none;
}

.accordion button:hover,
.accordion button:focus {
    cursor: pointer;
}

.accordion button:hover::after,
.accordion button:focus::after {
    cursor: pointer;
}

    .accordion button .icon {
        display: inline-block;
        position: absolute;
        top: 14px;
        right: 15px;
        width: 22px;
        height: 22px;
        border: 1px solid;
        border-radius: 22px;
    }

.accordion button .icon::before {
    display: block;
    position: absolute;
    content: '';
    top: 9px;
    left: 5px;
    width: 10px;
    height: 2px;
    background: currentColor;
}

.accordion button .icon::after {
    display: block;
    position: absolute;
    content: '';
    top: 5px;
    left: 9px;
    width: 2px;
    height: 10px;
    background: currentColor;
}

.accordion button[aria-expanded='true'] .icon::after {
    width: 0;
}

.accordion button[aria-expanded='true']+.accordion-content {
    opacity: 1;
    max-height: 100vh;
    transition: max-height 1s linear;
}

.accordion .accordion-content {
    opacity: 1;
    max-height: 0;
    overflow: hidden;
    transition: max-height 1s linear;
}

.accordion .accordion-content p {
    font-size: 1rem;
    font-weight: 300;
    margin: 2em 0;
}

.search-result .column-box>ul {
    border-bottom: none;
}

.column-box ul {
    padding: 0;
    margin: 0;
}

.column-box__items {
    overflow: hidden;
    -webkit-transition: height 0.2s cubic-bezier(0.4, 0, 1, 1);
    transition: height 0.2s cubic-bezier(0.4, 0, 1, 1);
    background-color: #f2f2f2;
}

.column-box li {
    list-style-type: none;
    display: block;
}

.column-box__item {
    margin-bottom: 8px;
    padding: 4px 16px;
    line-height: 1.6;
}

ul,
menu,
dir {
    padding: 0;
    margin: 0;
}

.column-box a:not(.btn).column-box__item__link {
    text-decoration: none;
}

.column-box__item__link__text {
    color: #0277CC;
    text-decoration: none;
    border-bottom: 2px solid rgba(2, 119, 204, 0.5);
    -webkit-transition: color 0.2s cubic-bezier(0.4, 0, 1, 1);
    transition: color 0.2s cubic-bezier(0.4, 0, 1, 1);
}

.column-box a:not(.btn).column-box__item__link .column-box__item__amount {
    color: #191919;
}

.column-box__item__amount {
    line-height: 1.6;
}

.search-result__filter__toggler--active {
    background-color: #cecece;
}

.search-result__filter__options__attributes {
    background-color: #fff !important;
    -webkit-box-shadow: inset 0 1px 4px 0 rgba(25, 25, 25, 0.5);
    box-shadow: inset 0 1px 4px 0 rgba(25, 25, 25, 0.5);
}

a.search-result__filter__options__attributes__attribute {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    min-height: 0;
    margin: 14px;
}

.btn--std {
    background-color: #e6e6e6;
    color: #100a24;
}


.gap--26 {
    gap: 26px !important;
}


@media (min-width: 640px) {
    .product-panel__product:nth-child(-n+8) {
        display: block;
    }

    .section.landing-page-hero .hero .content {
        padding: 20px 14px;
    }

    .product-panel>.product-panel__grid {
        margin-right: -2.5%;
    }

    .product-panel__product {
        -ms-flex-preferred-size: calc(25% - 16px);
        flex-basis: calc(25% - 16px);
        max-width: calc(25% - 16px);
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        margin-left: 8px;
        margin-right: 8px;
    }
}


@media (max-width: 1240px) {
    .product-height-350 {
        min-height: auto !important;
    }

    .add-product-basket-btn {
        position: absolute;
        left: 105px !important;
        bottom: 10px !important;
    }
}

@media (max-width : 1240px) {
    
    .w-100-1240 {
        width: 100% !important;
    }

    .d-block-1240 {
        display: block !important;
    }

/*    .basket-count {
        top: -2px !important;
        right: -6px !important;
    }*/

    .section.text .bd, .section.landing-page-info .bd {
        padding: 10px 0px !important;
        border-radius: 5px;
    }
}


@media (min-width: 350px) {
    .grid-template-4-min-620 {
        display: grid !important;
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }
}

@media (min-width: 620px) {
    .grid-template-4-min-620 {
        display: grid !important;
        grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    }
}


@media (min-width: 768px) {

    .heading--landing-page-title {
        padding-right: 200px;
        font-size: 2.3rem;
    }

    .section.landing-page-hero .hero .content {
        padding: 30px 17px;
    }

    .product-panel>.product-panel__grid {
        margin-right: -1.66667%;
    }
}


@media (max-width: 640px) {
    .product-panel__product {
        -ms-flex-preferred-size: calc(50% - 16px);
        flex-basis: calc(50% - 16px);
        max-width: calc(50% - 16px);
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        margin-left: 8px;
        margin-right: 8px;
    }
    .product-page .product__title{
        font-size: 18px;
    }
}


@media (min-width: 1024px) {

    .breadcrumbs {
        padding: 24px 0 16px;
        margin-bottom: 0;
    }

    .product-panel .product-panel__grid .product-panel__grid-cell .product__image {
        overflow: hidden;
    }

    .product-panel .product-panel__grid {
        margin-left: -8px;
        margin-right: -8px;
        padding:5px;
    }

    .product-panel__product {
        -ms-flex-preferred-size: calc(16.66667% - 16px);
        flex-basis: calc(16.66667% - 16px);
        max-width: calc(16.66667% - 16px);
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        margin-left: 8px;
        margin-right: 8px;
        display: block;
    }

    h1,
    .h1 {
        font-size: 1.625rem;
        line-height: 1.25;
    }

    .campaign .column-section .dynamic-column .landing-page-info .bd {
        padding-left: 16px;
    }

    .block {
        margin: 15px 0;
        -webkit-transition: opacity 0.4s ease-in-out, border 0.4s ease-in-out, -webkit-box-shadow 0.4s ease-in-out;
        transition: opacity 0.4s ease-in-out, border 0.4s ease-in-out, -webkit-box-shadow 0.4s ease-in-out;
        transition: box-shadow 0.4s ease-in-out, opacity 0.4s ease-in-out, border 0.4s ease-in-out;
        transition: box-shadow 0.4s ease-in-out, opacity 0.4s ease-in-out, border 0.4s ease-in-out, -webkit-box-shadow 0.4s ease-in-out;
        z-index: 1;
    }

}

.pagination-list {
    list-style: none;
    display: flex;
    justify-content: center;
    padding: 10px 0;
}

    .pagination-list li {
        margin: 5px;
        align-content: center;
        background-color: #fff !important
    }
        .pagination-list li .active {
            background-color: #fff !important
        }
        .pagination-list li:hover {
            background-color: #fff !important
        }
    .pagination-list li a {
        padding: 8px 12px;
        background: #416c72;
        color: white!important;
        border-radius: 5px;
        text-decoration: none;
    }

    .pagination-list li.active a {
        background: #013944;
        font-weight: bold;
        color:#fff
    }

.pagination-list li.dots {
    padding: 8px 12px;
    color: #666;
}
/*end product-list*/

/*start register*/
#login-form {
    max-width: 350px;
    padding-bottom: 3em;
    margin: 50px auto;
    padding-left: 1em;
    padding-right: 1em;
}

.login,
.request-password,
.reset-password {
    max-width: 400px;
    padding-bottom: 3em;
}


form h1 {
    padding-bottom: 16px;
}

h1,
.h1 {
    font-size: 1.375rem;
    font-weight: 700;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4 {
    font-family: "Montserrat", sans-serif;
    margin: 0;
    color: #191919;
}

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

form button {
    min-width: 150px;
    height: 48px;
    padding: 0 16px;
    font-size: 1.125rem;
    margin-bottom: 16px !important;
}

.btn--black {
    background-color: #333;
    color: white;
}

.btn {
    border-radius: 5px;
    min-height: 48px;
}

.btn,
button {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    margin: 0;
    border: none;
    cursor: pointer;
    vertical-align: middle;
    text-align: center;
    line-height: normal;
    text-transform: none;
    text-decoration: none;
    white-space: nowrap;
    -webkit-transition: background-color 0.2s cubic-bezier(0.4, 0, 1, 1), color 0.2s cubic-bezier(0.4, 0, 1, 1);
    transition: background-color 0.2s cubic-bezier(0.4, 0, 1, 1), color 0.2s cubic-bezier(0.4, 0, 1, 1);
}

input[type=text],
input[type=tel],
input[type=email],
input[type=url],
input[type=password] {
    -webkit-box-shadow: inset 0 0 8px 0 #f2f2f2;
    box-shadow: inset 0 0 8px 0 #f2f2f2;
}

input[type=text],
input[type=number],
input[type=tel],
input[type=email],
input[type=url],
input[type=password] {
    -webkit-appearance: none;
    border-radius: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    background-color: white;
    color: black;
    border: 1px solid #6d6d6d;
    padding: 0 10px;
    margin-bottom: 1em;
    font-size: 16px;
    height: 48px;
}

form ul {
    list-style: disc;
    list-style-position: inside;
    line-height: 1.6;
}

form h3 {
    padding: 16px 0 8px;
}

form label {
    font-weight: 600;
}

ul, menu, dir {
    padding: 0;
    margin: 0;
}


.btn--black:hover {
    background: black;
    color: #fff !important;
}

.customer .input {
    margin-bottom: 1em;
}

.create-account-container .newsletter, .create-account-container #registration-information {
    margin-bottom: 8px;
    line-height: 1.6;
}

@media (min-width: 768px) {
    #login-form {
        max-width: 730px;
    }
}

@media (min-width: 1024px) {

    h1,
    .h1 {
        font-size: 1.0rem;
        line-height: 1.25;
    }

}
/*end register*/

.d-contents {
    display: contents;
}
.datepicker.datepicker-dropdown{
    z-index: 99!important;
}
.select2-selection__choice__remove{
    line-height: 20px !important;
}
.select2-selection__choice{
    margin-bottom: 5px;
}
.select2-selection--multiple{
    box-shadow: inset 0 0 8px 0 #f2f2f2;
}
.select2.select2-container.select2-container--default.select2-container--above{
    height: unset !important;
    width: 100% !important;
}
.select2-search__field{
    height: 34px!important;
    line-height: 34px!important;
}
.display-none{
    display: none !important;
}

.selected-address {
    background-color: #eefff9ee;
}
.error-address {
    background-color: #BD362F22;
}

.form-control {
    margin: 0px !important;
    display: block;
    width: 100% !important;
    padding: .375rem .75rem !important;
    font-size: 1rem !important;
    font-weight: 400;
    line-height: 1.5;
    color: #212529 !important;
    background-color: #fff !important;
    background-clip: padding-box;
    border: 1px solid #ced4da !important;
    -webkit-appearance: none !important;
    -moz-appearance: none;
    appearance: none !important;
    border-radius: .25rem !important;
    -webkit-transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out !important;
    transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out !important;
    -o-transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out !important;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out !important;
}

.form-label {
    margin-bottom: .5rem;
    font-size: 0.85rem;
}

.is-notvalid {
    border: 1px red solid !important;
}

.section-loading {
    align-items: center;
    bottom: 0;
    display: flex;
    justify-content: center;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 9999;
    background-color: rgb(0 0 0 / 0%);
}
/*  Grid
    <div class="sk-grid">
      <div class="sk-grid-cube"></div>
      <div class="sk-grid-cube"></div>
      <div class="sk-grid-cube"></div>
      <div class="sk-grid-cube"></div>
      <div class="sk-grid-cube"></div>
      <div class="sk-grid-cube"></div>
      <div class="sk-grid-cube"></div>
      <div class="sk-grid-cube"></div>
      <div class="sk-grid-cube"></div>
    </div>
 */
.sk-grid {
    width: var(--sk-size);
    height: var(--sk-size);
    /* Cube positions
     * 1 2 3
     * 4 5 6
     * 7 8 9
     */
}

.sk-grid-cube {
    width: 33.33%;
    height: 33.33%;
    background-color: var(--sk-color);
    float: left;
    animation: sk-grid 1.3s infinite ease-in-out;
}

.sk-grid-cube:nth-child(1) {
    animation-delay: 0.2s;
}

.sk-grid-cube:nth-child(2) {
    animation-delay: 0.3s;
}

.sk-grid-cube:nth-child(3) {
    animation-delay: 0.4s;
}

.sk-grid-cube:nth-child(4) {
    animation-delay: 0.1s;
}

.sk-grid-cube:nth-child(5) {
    animation-delay: 0.2s;
}

.sk-grid-cube:nth-child(6) {
    animation-delay: 0.3s;
}

.sk-grid-cube:nth-child(7) {
    animation-delay: 0s;
}

.sk-grid-cube:nth-child(8) {
    animation-delay: 0.1s;
}

.sk-grid-cube:nth-child(9) {
    animation-delay: 0.2s;
}

@keyframes sk-grid {

    0%,
    70%,
    100% {
        transform: scale3D(1, 1, 1);
    }

    35% {
        transform: scale3D(0, 0, 1);
    }
}

.iti {
    margin: 0px !important;
    width: 100% !important;
    font-size: 1rem !important;
    font-weight: 400;
    line-height: 1.5;
    color: #212529 !important;
    background-color: #fff !important;
    background-clip: padding-box;
    border: 1px solid #ced4da !important;
    -webkit-appearance: none !important;
    -moz-appearance: none;
    appearance: none !important;
    border-radius: .25rem !important;
    -webkit-transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out !important;
    transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out !important;
    -o-transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out !important;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out !important;
    position: relative;
}

.m-width-40 {
    min-width: 40%;
}

.product-type {
    font-size: 1rem !important;
    border: 1px solid;
    border-radius: 7px;
    padding: 8px 11px 8px 11px;
}

.product-type-box {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
}

    .product-type-box > .product-type-box-item:last-child:nth-child(odd) {
        grid-column: span 2;
    }

.text-bold {
    font-weight: bold;
}

.w--20 {
    width: 20px;
}

.kindle-p {
    white-space: normal;
    min-height: 20px;
    min-width: 100%;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 5px;
    margin-right: -10px;
    margin-left: -11px;
    padding-left: 10px;
    background-color: #E3E6E6;
}

.kindle-box {
    display: grid;
    padding-bottom: 0px !important;
}

.product-type:hover {
    border-color: #0a7cd1;
    background-color:  #edf8ff;
}

.product-type.product-type-selected {
    border: 2px solid #2162a1;
    background-color: #edf8ff;
}

.product-type.product-type-selected .kindle-p{
    background-color: #C8F3FA;
}
.irs--round {
    direction: ltr !important;
}
.irs--round .irs-bar {
    background-color: #003a44b8 !important;
}

.irs--round .irs-handle {
    background-color: white !important;
    border-color: #003a44b8 !important;
    box-shadow: 0px 0px 0px 5px rgba(0, 194, 192, 0.2);
}

.irs--round .irs-handle.state_hover,
.irs--round .irs-handle:hover {
    background-color: #003a44b8 !important;
}

.irs--round .irs-handle {
    width: 16px;
    height: 16px;
    top: 29px
}

.irs--round .irs-from,
.irs--round .irs-to,
.irs--round .irs-single {
    background-color: #003a44b8 !important;
    color: #666666;
}

.irs--round .irs-from:before,
.irs--round .irs-to:before,
.irs--round .irs-single:before,
.irs--round .irs-min,
.irs--round .irs-max {
    display: none !important;
}

.priceYear-input {
    font-size: small !important;
    border: none !important;
    height: fit-content !important;
}

.select2.select2-container.select2-container--default {
    width: 100% !important;
}

.modal-open .select2-container.select2-container--default.select2-container--open {
    z-index: 99999 !important;
}
.form-select {
    height: 48px;
}
.form-control:disabled, .form-control[readonly] {
    background-color: #e9ecef !important;
    opacity: 1;
}

.w--200 {
    width: 200px !important;
}
.w--160 {
    width: 160px;
}

.h--350 {
    height: 306px !important;
}

.swiper-button-prev-product-image {
    left: var(--swiper-navigation-sides-offset, -45px) !important;
    right: auto;
    color: #003a44 !important;
}

.swiper-button-next-product-image {
    right: var(--swiper-navigation-sides-offset, -55px) !important;
    left: auto;
    color: #003a44 !important;
}

.base-size-product-image {
    min-height: 205px !important;
    width: 100% !important;
}

.w-80 {
    width: 80%;
}

.p-header-search {
    padding-left: 125px;
}

.product-search-type {
    width: 120px !important;
    position: relative;
    border-right: solid 1px #d0cfca;
    border-right-width: .0625rem;
    left: 120px;
}

.list-style-none {
    list-style: none;
}

.font-15 {
    font-size: 15px;
}

.discount-price {
    text-decoration: line-through !important;
    color: red !important;
    opacity: 0.7;
}

.add-product-basket-btn {
    position: absolute;
    left: 120px;
    bottom: 25px;
}


.basket-count {
    border-radius: 100%;
    background: #ff0000e3;
    color: #fff;
    padding: 2px 5px;
    text-align: center;
    position: absolute;
    top: -5px;
    right: -10px;
    font-weight: 700;
    font-size: 11px !important;
    height: 18px;
    line-height: 13px;
    min-width: 18px;
}
}
.h35 {
    height: 35px
}
.h25{
    height:25px!important;
    line-height: 25px!important;
}
.menuBotton {
    height: 25px;
    line-height: 25px;
}

.product-height-350 {
    min-height: 295px;
}

.discount-position {
    transform: translateX(-8px) translateY(-8px);
    top: 15px !important;
    left: 15px !important;
}
.discount-position.mini {
    transform: translateX(8px) translateY(-8px);
    right: 0 !important;
    left: unset !important;
}

.bg-red {
    background: red;
}

.z-index-999 {
    z-index: 999;
}

.dropdown-item:active {
    color: #fff !important;
    text-decoration: none;
    background-color: #0d6efd;
}

.dropdown-menu.show {
    display: block;
    right: 0px !important;
}

.h--50 {
    height: 50px;
}

.thumbnail_slider {
    max-width: 700px;
    margin: 30px auto;
}

.splide__list {
    direction:ltr;
}
    .splide__slide {
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    transition: .2s;
    border-width: 2px !important;
    margin: 10px 4px;
}

.splide--nav > .splide__track > .splide__list > .splide__slide.is-active {
    box-shadow: 2px 3px 8px #000000a3;
}


.h-fit {
    height: fit-content;
}

.h-max-200 {
    max-height: 200px !important;
}

.text-wrap-min {
    max-height: 100px;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}


.dp-wrap {
    text-decoration: underline;
    text-decoration-color: rgba(2, 119, 204, 0.5);
    cursor: pointer;
}

.dp-wrap:hover {
    text-decoration-color: rgb(255 255 255 / var(--tw-bg-opacity)) !important;
}

.text-wrap-max {
    max-height: unset !important;
    -webkit-box-orient: unset !important;
}
.subcategory-grid {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
}

.subcategory-item {
    width: 50%;
}

.h-35 {
    height: 35px;
}

.pl--8 {
    padding-left: 8px;
}

.rtl-dir-0 {
    right: 8px;
}

.top-39 {
    top: 39%;
}

.min-w-50 {
    min-width : calc(50%);
}
.min-w-100 {
    min-width: calc(100%);
}
.w--125 {
    width: 125px;
}

.w--250 {
    width: 250px;
}
.justify-items-center {
    justify-items: center;
}
.grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    display: grid !important;
}
.rating {
    float:left;
}
.rating span { float:right; position:relative; }
.rating span input {
    position:absolute;
    top:0px;
    left:0px;
    opacity:0;
}
.rating span label {
    display: inline-block;
    width: 30px;
    height: 30px;
    text-align: center;
    color: #999;
    font-size: 25px;
    cursor: pointer;
    line-height: 30px;
}
.rating span.checked label,
.rating span.checked ~ span label {
    color:#FFA800;
}
.rating span:hover ~ span label,
.rating span:hover label {
    color:#EB9400;
}
.rating span:not(.checked):hover ~ span label,
.rating span:not(.checked):hover label {
    color:#EB9400;
}

.priceBorder {
    border: 2px solid #dee2e6;
    border-radius: 10px;
    padding: 5px;
    justify-content: space-around;
}
.p--7 {
    padding:7px;
}

.subset-icon {
    width: 11px;
    position: absolute;
    right: 25px;
    bottom: 78px;
    z-index: 100;
}
.color-red{
    color:red;
}
.color-primary{
    color:#416c72;
}
.checked{
    color:gold
}

.password-icon {
    position: absolute;
    top: 44px;
    right: 15px;
    cursor: pointer;
}

.m-w-360 {
    max-width: 360px;
}

.userType-option.checked {
    color: black !important;
}

.userType-option.checked {
    background-color: #abc5dfc4 !important;
}
.text-end-item {
    text-align: right !important;
}
.text-start-item {
    text-align: left !important;
}

.w--150 {
    width: 150px !important;
}

.float-right-ltr {
    float: right;
}

.m-auto-rtl {
    margin-right: auto !important;
}

.discount-offer-basket {
    top: 1px;
    left: 0px;
}
.set3Proit {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 1.5rem;
}

.advanced-search-button {
    border-radius: 0px;
    position: absolute;
    top: 0px;
    padding: 5px;
    left: -110px;
}

.h--48 {
    height: 48px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 48px !important;
}

.font-weight-700 {
    font-weight: 700
}

.font-weight-500 {
    font-weight: 500;
}

.border-secondary {
    border: 1px solid #aaaaaa !important;
}

.w-fit-content {
    width: -moz-fit-content !important;
    width: fit-content !important;
}

input[type="email"],input[type="password"], .latin-only, .ltr-input {
    text-align: left;
    direction: ltr;
}

.w--75{
    width: 75px !important;
}

.border {
    border: 1px solid #dee2e6 !important;
}
.border-danger {
    border-color: #dc3545 !important;
}
.iti__selected-flag {
    direction: ltr !important;
}
.width--550 {
    width: 550px !important;
}
input[type="search"]::-webkit-search-cancel-button {
    display: none;
}

select[data-select2-id] {
    width: 100px !important; 
}

#filter-button .bi-chevron-up::before {
    transition: transform 0.3s ease;
}

#filter-button.active .bi-chevron-up::before {
    transform: rotate(180deg);
}

.align-self-end {
    align-self: end;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    position: absolute;
    right: 0px;
    top: 0px;
    float: right;
    font-weight: bold;
    height: 26px;
    margin-right: 20px;
    padding-right: 0px;
}
.border-none{
    border:none!important
}
.justify-content-space-between {
    justify-content: space-between;
}