@font-face {
    font-family: BrixSansRegular;
    src: url("./font/BrixSans/BrixSansRegular.otf");
}

@font-face {
    font-family: BrixSansBold;
    src: url("./font/BrixSans/BrixSansBold.otf");
}

@font-face {
    font-family: BrixSansBlack;
    src: url("./font/BrixSans/BrixSansBlack.otf");
}

@font-face {
    font-family: BrixSansLight;
    src: url("./font/BrixSans/BrixSansLight.otf");
}

@font-face {
    font-family: BrixSansExtraLight;
    src: url("./font/BrixSans/BrixSansExtraLight.otf");
}

@font-face {
    font-family: BrixSansMedium;
    src: url("./font/BrixSans/BrixSansMedium.otf");
}

body {
    font-family: BrixSansRegular;
    color: #000;
}

@media (min-width: 1646px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1440px;
    }
}

@media (max-width: 768px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        padding: 16px !important;
    }
}
.custom-img-banner{
    position: absolute;
    object-fit: cover;
    object-position: center;
    height: 100%;
}
.po-relative{
    position: relative;
}
/* custom select */
.custom-select {
    position: relative;
    width: 100%;
    padding: 9px 20px;
    font-size: 21px;
    line-height: 1.5;
    background-clip: padding-box;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    height: 53px;
    background: #000;
}
.custom-content-editor {
    line-height: 18px;
    white-space: pre-line;
}
.custom-top-address-p{
    white-space: pre-line;
}
.custom-select select {
    display: none;
    /*hide original SELECT element:*/
}

.custom-select .select-selected {
    background-color: #fff;
}

.show-icon-arrow.show .icon-down-cus {
    /* display: none; */
}

.show-icon-arrow .icon-up-cus {
    display: none;
}

.mb-23 {
    margin-bottom: 25px;
}
.show-icon-arrow.show .icon-up-cus {
    display: block !important;
}

.show-icon-arrow {
    padding: 0px 27px 0;
}

.icon-up-cus {
    z-index: 10;
}

.icon-down-cus {
    z-index: 10;
    font-size: 9px;
}

.z-index-name {
    z-index: 10;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    font-size: 18px;
}

/*style the arrow inside the select element:*/
.custom-select .select-selected:after {
    position: absolute;
    content: "";
    top: 21px;
    right: 16px;
    width: 0;
    height: 0;
    border: 8px solid transparent;
    border-color: #fff transparent transparent transparent;
}

/*point the arrow upwards when the select box is open (active):*/
.custom-select .select-selected.select-arrow-active:after {
    border-color: transparent transparent #fff transparent;
    top: 11px;
}

/*style the items (options), including the selected item:*/
.custom-select {
    color: #000;
    border: 1px solid transparent;
    border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
    cursor: pointer;
    user-select: none;
    margin-top: 0;
    margin-left: 0;
    width: 100%;
    padding: 9px 20px;
    font-size: 21px;
    line-height: 1.5;
    background-clip: padding-box;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.select-items .same-as-selected {
    color: #fff;
}

.select-items div {
    color: #000;

    cursor: pointer;
    user-select: none;
    margin-top: 0;
    margin-left: 0;
    width: 100%;
    padding: 9px 20px;
    font-size: 21px;
    line-height: 1.5;
    background-clip: padding-box;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.select-selected {
    height: 51px;
    color: #000;
    border: 1px solid #000;
    border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
    cursor: pointer;
    user-select: none;
    margin-top: -9px;
    margin-left: -20px;
    width: 97%;
    padding: 9px 20px;
    font-size: 21px;
    line-height: 1.5;
    background-clip: padding-box;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

/*style items (options):*/
.custom-select .select-items {
    position: absolute;
    background-color: #fff;
    top: 100%;
    width: 101%;
    left: -1px;
    right: 0;
    z-index: 99;
}

/*hide the items when the select box is closed:*/
.custom-select .select-hide {
    display: none;
}

.custom-select .select-items div:hover,
.same-as-selected {
    background-color: #39bb9d;
    color: #fff;
}

/* end custom select */

.link-add-to-cart {
    background: #39bb9d;
    border: 0;
    color: #fff;
    width: 100%;
    margin-top: 45px;
    /* font-size: 30px; */
    font-size: 20px;
    height: 44px;
    cursor: pointer;
    outline: none !important;
}
.link-out-to-cart {
    background: #000;
    border: 0;
    color: #fff;
    width: 100%;
    margin-top: 45px;
    /* font-size: 30px; */
    font-size: 20px;
    height: 44px;
    cursor: pointer;
    outline: none !important;
}

.link-add-to-cart:hover {
    background: #000;
    color: #fff;
    cursor: pointer;
}

.link-add-to-cart.out-stock {
    background: #000;
    border: 0;
    color: #fff;
    width: 100%;
    margin-top: 45px;
    font-size: 30px;
    padding: 0 0 3px;
    cursor: pointer;
}

.link-add-to-cart.out-stock:hover {
    background: #000;
    color: #fff;
    cursor: pointer;
}

.name-terms {
    font-family: BrixSansRegular;
    text-align: center;
}

.overlay {
    visibility: hiden;
}

.overlay.active {
    visibility: visible !important;
    opacity: 1;
    cursor: pointer;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 98;
    /* visibility     : hidden; */
    /* opacity        : 0; */
    -webkit-transition: visibility 0.3s ease, opacity 0.3s ease;
    transition: visibility 0.3s ease, opacity 0.3s ease;
}

.all-check-sidebar {
    width: 250px;
    position: fixed;
    top: 0;
    /* top: -100px; */
    height: auto;
    /* height: 100vh; */

    z-index: 999;
    background: #fff;
    color: #000;
    transition: all 0.5s;
    animation: removeSider 1.2s normal;
}

.text-black {
    color: #000;
}

.text-black:hover {
    color: #000;
}

.text-menu-black {
    color: #000;
}

/* .all-check-sidebar.active {
    padding: 40px 20px;
    width: 290px;
    position: fixed;
    top: 0;
    right: 0;
    height: 100vh;
    z-index: 999;
    background: #fff;
    color: #000;
    transition: all 0.3s;
} */
.all-check-sidebar.active {
    /* padding: 40px 20px; */
    width: 100%;
    position: fixed;
    /* top: 147px; */
    /* top: 114px; */
    top: -300px;
    right: 0;
    height: auto;
    /* z-index: 999; */
    z-index: 1;
    background: #58585a;
    color: #fff;
    transition: all 0.5s;
    animation: moveSider 1.2s normal;
}
.bd-bt {
    border-bottom: 1px solid #ccc;
}
.ul-menu-header-sidebar {
    list-style: none;
    padding: 15px 0;
    /* margin-top: 31px; */
    margin: 0;
}
.cart-color {
    filter: brightness(15);
}
.cart-color.cart-quantity:after {
    bottom: -4px;
}
/* .li-menu-header-sidebar {
    margin: 10px 0;
} */
.li-menu-header-sidebar {
    padding: 10px 0;
}
.li-menu-header-sidebar a {
    color: #fff;
    /* font-size: 19px; */
    font-size: 18px;
}
.li-menu-header-sidebar a:hover {
    text-decoration: none;
}
.custom-ju {
    justify-content: end;
}
.custom-top-address a {
    margin-bottom: 0px;
}
.link-mail-footer:hover {
    text-decoration: none;
    color: #fff;
}
.reset-filters {
    margin-top: 35px;
}
.custom-top-address {
    font-size: 15px;
    color: #fff;
    line-height: 28px;
}
.line-height-18 {
    line-height: 18px;
}
.line-height-22 {
    line-height: 22px !important;
}
.custom-top-address p {
    line-height: 18px;
}
.d-flex.cus-login-signup {
    justify-content: end;
    padding-right: 15px;
}
.white-space-nowrap {
    white-space: nowrap;
}
.all-header {
    padding: 20px 0 37px;
    /* padding: 20px 0 35px; */
    font-family: BrixSansRegular;
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 2;
    background: #fff;
}

@keyframes moveHeader {
    from {
        top: -300px;
        opacity: 1;
    }

    to {
        top: 0;
        opacity: 1;
    }
}
@keyframes moveSider {
    from {
        top: -107px;
        opacity: 1;
    }

    to {
        top: 140px;
        opacity: 1;
    }
}
@keyframes removeSider {
    from {
        top: -107px;
        opacity: 1;
    }

    to {
        top: 100px;
        opacity: 1;
    }
}

.animation {
    transition: all ease 0.8s;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.scroll-header {
    position: fixed;
    transition: all 0.4s;
    animation: moveHeader 1.2s normal;
    box-shadow: 0px 0px 8px 0px #333333;
    /* padding: 30px 0; */
    padding: 20px 0 42px;
    z-index: 999;
}

.scroll-header .mr-20 {
    margin-right: 13px !important;
}
.all-header-login {
    font-family: BrixSansRegular;
}

.all-content-myacc {
    padding: 70px 0px 150px;
    /* padding: 70px 100px 150px; */
}

.text-terms {
    padding: 40px 100px;
}

.custom-header {
    justify-content: space-between;
    /* align-items    : flex-end; */
    align-items: center;

    /* margin-top     : -72px; */
}

.all-menu-logo {
    display: flex;
    /* margin-left: 30px; */
}

.all-bars {
    display: none;
}

.img-logo-header {
    /* max-width: 220px; */
    max-width: 180px;
    object-fit: contain;
}

.all-check-sidebar .text-align-center {
    text-align: center;
}

.ul-menu-header {
    list-style: none;
    margin: 0;
    padding-left: 308px;
    display: flex;
}

.li-menu-header {
    margin: 0 40px;
}

.li-menu-header a {
    color: #333;
    font-size: 18px;
    font-weight: 400;
}

.li-menu-header a:hover {
    color: #dd0060;
    text-decoration: none;
    border-bottom: 4px solid #dd0060;
    padding-bottom: 5px;
}

.link-login {
    background: #39bb9d;
    padding: 5px 20px;
    color: #fff;
    font-size: 18px;
    border: 0;
    cursor: pointer;
    width: 80px;
    height: 40px;
    text-align: center;
    margin-right: 15px;
    white-space: nowrap;
}

.link-sign-up {
    background: #fff;
    padding: 5px 0px;
    color: #333;
    font-size: 18px;
    border: 0;
    text-align: center;
    cursor: pointer;
    text-decoration: none;
    /* border      : 1px solid #39bb9d; */
    border-radius: 4px;
    width: 77px;
}

.custom-sign-up-v {
    border: 1px solid #39bb9d !important;
}

.custom-sign-up-v {
    border: 1px solid #39bb9d !important;
}

.color-39bb9d {
    color: #39bb9d;
}

.link-login:hover {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
    background: #000;
}

.link-login:focus {
    outline: 0 !important;
}

.mr-icon-header {
    margin: 0 110px 0 0;
    justify-content: end;
}

.mr-20 {
    margin-right: 20px;
}

.custom-cart-before-login {
    margin-top: 6px;
}

.all-login {
    margin-top: 15px;
    position: relative;
}

.all-logged-in {
    font-size: 18px;
    margin-top: 5px;
    z-index: 999;
    justify-content: end;
    /* min-width   : 216px; */
}

.all-logged-in:hover {
    text-decoration: none;
}

.all-logged-in-product {
    min-width: 100%;
}

.product-show-icon-arrow {
    padding: 19px 27px 0;
}

.product-all-custom-right {
    right: 0 !important;
    left: auto !important;
}

.shop-margin-top {
    /* margin-top: 40px; */
    margin: 0 -5px;
    padding: 36px 0;
}

.all-banner {
    position: relative;
    /* height: 687px;
    max-height: 687px; */
    height: 563px;
    max-height: 563px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.all-content-banner {
    /* position  : absolute; */
    bottom: 15%;
    /* background: #fff; */
    left: 100px;
    /* padding   : 25px 25px 35px 25px; */
    padding: 195px 0 0;
}

.content-banner .banner-link {
    /* font-size: 30px; */
    padding: 4px 20px;
}

.link-shop-page:hover {
    text-decoration: none;
    color: #fff;
    border: 0;
    background: #000;
}

.text-banner {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 20px;
}

.link-fe-login {
    cursor: pointer;
    display: flex;
    align-items: center;
}

.link-fe-login:hover {
    text-decoration: none;
}

.content-banner {
    max-width: 285px;
}

.img-banner {
    max-width: 100%;
    width: 100%;
    max-height: 500px;
}

.custom-content {
    padding: 20px 0;
}

.custom-content-is {
    margin-top: 40px;
}

.img-main-content {
    width: 100%;
    height: 380px;
    object-fit: cover;
    filter: brightness(90%);
}

.all-main-content {
    position: relative;
    /* padding: 25px 15px; */
    padding: 5px;
}

.main-content {
    top: 56px;
    position: absolute;
    left: 71px;
    right: 71px;
}

.footer-content span {
    color: #fff !important;
    font-family: BrixSansRegular !important;
    font-size: 21px;
    font-weight: 400;
}

.text-main-content {
    /* font-size: 39px; */
    font-size: 23px;
    color: #fff;
    font-weight: bold;
    margin-bottom: 0;
}

.text-child-content {
    line-height: 18px;
    margin-top: 10px;
    color: #fff;
    /* font-size: 17px; */
    font-size: 15px;
    margin-bottom: 35px;
    /* opacity: 0.8; */
    white-space: break-spaces;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    width: 100%;
}

.link-shop-page {
    color: #fff;
    /* font-size: 23px; */
    font-size: 18px;
    background: #39bb9d;
    padding: 4px 25px;
    border: 0;
    cursor: pointer;
    font-family: BrixSansRegular;
}

.link-shop-page:focus {
    outline: 0 !important;
}

.custom-text-content {
    margin-bottom: 20px;
    /* text-align: center; */
    font-size: 17px;
    font-family: BrixSansRegular !important;
    font-weight: 400;
}
.custom-text-content-homepage {
    /* text-align: center; */
    font-size: 17px !important;
    font-family: BrixSansRegular !important;
    font-weight: 400 !important;
    color: #000 !important;
}
/* footer */

.img-icon {
    /* width: 47px;
    height: 47px; */
    width: 35px;
    height: 35px;
}
.custom-link-xh {
    padding: 0 10px;
}
.custom-content {
    font-family: BrixSansRegular !important;
}

/* font[Attributes Style] {
    color: rgb(33, 37, 41);
    font-family: BrixSansRegular !important;
} */

.footer-content {
    padding: 30px 0 31px;
    background: #000;
}

.footer-content .container,
.footer-content .col-md-4 {
    padding: 0;
}

.img-touch {
    width: 100%;
    /* height : 200px; */
    max-height: 200px;
    object-fit: cover;
    object-position: bottom;
}

.ul-myrehay,
.ul-icon-footers {
    list-style: none;
    margin: 0;
}

.li-myrehay {
    /* margin: 5px 0; */
    /* font-size: 21px; */
}

.font-weight-400 {
    font-weight: 400;
}

.font-weight-500 {
    font-weight: 500;
}

.li-myrehay a {
    color: #fff;
    /* font-weight: 400; */
}

.li-myrehay a:hover {
    text-decoration: none;
}

.color-white {
    color: #fff;
}
.color-000{
    color: #000 !important;
}
.font-size-17 {
    font-size: 17px;
}

.font-size-16 {
    font-size: 16px;
}

.font-size-15 {
    font-size: 15px;
}

.font-size-18 {
    font-size: 18px;
}

.font-weight-bo {
    font-weight: bold;
}

.footer-icons i {
    font-size: 20px;
    color: #fff;
    margin: 0 0 0 15px;
}

.w-60 {
    width: 60%;
}

.ul-icon-footers {
    justify-content: left;
    padding: 0;
    display: flex;
    margin-right: -7px;
}

.img-logo-footer {
    max-width: 190px;
    max-height: 60px;
    object-fit: contain;
    width: 175px;
    height: 55px;
}

.all-img0logo-footer {
    text-align: left;
    /* margin-bottom: 120px; */
    margin-bottom: 77px;
}

.custom-top {
    margin-top: 40px;
}

.text-copy {
    text-align: end;
}

.all-copy {
    padding: 20px 0;
}

.all-copy .container {
    padding: 0;
}

.footer-progress {
    padding: 25px 0 35px;
    background: #39bb9d;
}

.footer-progress .container {
    padding: 0;
}

.progress.custom-progress {
    background-color: #fff;
    border-radius: 0;
    max-width: 200px;
    height: 12px;
}

.custom-progress .progress-bar {
    background-color: #000;
}

.font-size-20 {
    font-size: 20px;
}

.font-size-21 {
    font-size: 21px;
}

.font-size-23 {
    font-size: 23px !important;
}

.font-size-26 {
    font-size: 26px;
}

.custom-dropdown {
    border: 1px solid #8b8d90;
    border-radius: 0;
    /* width     : 260px;
    max-width    : 260px; */
    width: 100% !important;
    min-width: 267px !important;
    /* max-width : 100%; */
    /* padding      : 80px 0 0; */
    padding: 61.5px 0 0;
    transform: translate3d(0px, -20px, 0px) !important;
    z-index: 9;
}
.custom-dropdown.add-cart-icon {
    transform: translate3d(0px, -3px, 0px) !important;
}

.custom-dropdown.show .dropdown-item {
    color: #8b8d90;
}

.link-profile {
    text-align: end;
    /* padding   : 10px 60px 10px 30px; */
    padding: 15px 60px 15px 30px;
}

.link-profile:hover {
    background: #39bb9d;
    color: #fff !important;
}

.all-login .align-items-stretch.dropdown.show .all-logged-in {
    color: #8b8d90;
}

.all-login .align-items-stretch.dropdown.show .dropdown-toggle::after {
    color: #000;
}

/* end footer */

/* account detail */
.focus-button {
    background: #39bb9d;
    color: #fff;
}

.custom-choose {
    text-align: left;
    padding: 9px 20px;
    font-size: 21px;
    line-height: 1.5;
    color: #000;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #5a5758;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    margin-bottom: 0;
    width: 84%;
}

#form-product .custom-select-choose {
    display: flex;
    color: #fff;
    background: #000;
    padding: 0;
    border-radius: 0;
}

.check-arrow.show .custom-select-choose.dropdown-toggle::before {
    position: absolute;
    content: "";
    top: 21px;
    right: 5%;
    width: 0;
    height: 0;
    border: 8px solid transparent;
    border-color: #fff transparent transparent transparent;
    display: none;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
}

.custom-select-choose.dropdown-toggle::before {
    position: absolute;
    content: "";
    top: 21px;
    right: 5%;
    width: 0;
    height: 0;
    border: 8px solid transparent;
    border-color: #fff transparent transparent transparent;
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    display: none;
}

.check-arrow.show .custom-select-choose.dropdown-toggle::after {
    position: absolute;
    content: "";
    top: 13px;
    right: 5%;
    width: 0;
    height: 0;
    border: 8px solid transparent;
    border-color: transparent transparent #fff transparent !important;
    /* display    : inline-block; */
    display: none;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
}

.check-arrow.show .icon-down-cus {
    display: none;
}

.check-arrow .icon-up-cus {
    display: none;
}

.check-arrow.show .icon-up-cus {
    display: block !important;
}

.ml-cus-6 {
    margin-left: 6%;
}

.input-search-product {
    padding: 5px 50px 5px 10px;
    font-size: 18px;
    width: 100%;
}

.keydown-icon-search-product {
    background: #fff !important;
}

.all-input-search-product {
    position: relative;
}

.custom-input-search {
    padding: 5px 50px 5px 0px;
    border: 0;
    border-bottom: 1px solid;
    font-size: 18px;
}

.form-search-product {
    margin: 10px 0 0;
}

.icon-search-product {
    position: absolute;
    right: 6px;
    background: #f2f2f2;
    border: 0;
    padding: 6px;
    top: 4px;
    font-size: 21px;
}

.custom-select-choose.dropdown-toggle::after {
    position: absolute;
    content: "";
    top: 13px;
    right: 5%;
    width: 0;
    height: 0;
    border: 8px solid transparent;
    border-color: transparent transparent #fff transparent !important;
    display: none;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
}

.custom-link-size {
    font-size: 21px;
    padding: 9px 20px;
}

.all-drop-link {
    width: 100%;
    padding: 0;
    border: 0;
    max-height: 275px;
    overflow: auto;
}

.custom-link-size:hover {
    background: #39bb9d;
    color: #fff;
}

#form-product .custom-select-choose:focus {
    box-shadow: none;
}

.all-content-myacc {
    justify-content: space-between;
}

.form-account {
    display: block;
    width: 100%;
    padding: 9px 20px;
    /* font-size: 21px; */
    font-size: 18px;
    line-height: 1.5;
    color: #000;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #5a5758;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.text-ava {
    /* font-size: 21px; */
    font-size: 18px;
    font-weight: 400;
}

.ava-mb-26 {
    margin-bottom: 26px;
}

.content-detail-2 {
    max-width: 310px;
    width: 100%;
    /* padding-top: 75px; */
}

.text-pro {
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 0;
}

.width-product {
    max-width: 180px;
    width: 100%;
}
.color-777 {
    color: #747473 !important;
}

.form-info {
    padding: 45px 50px;
    background: #f0f0f0;
}

.content-detail-1 {
    /* max-width: 424px; */
    max-width: 500px;
    width: 100%;
}

.form-brown {
    height: 118px;
    display: flex;
    /* background: #a67c52; */
    margin-bottom: 20px;
}

.myacc-detail {
    background: #f0f0f0;
    padding: 25px 0;
}

.myacc-detail .container {
    padding: 0;
}

.text-name-no {
    /* font-size: 21px; */
    font-size: 18px;
    font-weight: 400;
    margin: 8px;
}

.option-name {
    margin-right: 59px;
}

.img-object-cover {
    /* margin: auto; */
    object-fit: contain;
    object-position: center;
}

.h-101 {
    height: 118px;
}

.content-banner .banner-link:focus {
    outline: 0 !important;
}

.all-logo-icon {
    justify-content: space-between;
}

.all-cart-home {
    margin-top: 0px;
}
@media (max-width: 1660px) and (min-width: 1646px) {
    .all-menu-logo {
        /* margin-left: -200px; */
        margin-left: -240px;
    }
}
/* end account detail */
@media (min-width: 1660px) {
    .ul-menu-header {
        padding-left: 205px !important;
        /* padding-left: 0px !important; */
    }

    .ul-menu-header .li-menu-header {
        /* margin: 18px 30px 0; */
        margin: 23px 30px 0;
    }
    .all-menu-logo {
        /* margin-left: -200px; */
        margin-left: -95px;
    }
    .custom-header .all-login .all-logged-in {
        /* max-width: 315px; */
        max-width: 190px;
        white-space: normal;
    }
    .custom-header .all-login {
        /* width: 400px; */
        width: 300px;
    }
    .custom-header .all-login .all-cart-home {
        /* width: 400px; */
        width: 300px;
    }
}

@media (min-width: 1440px) {
    .all-logged-in {
        max-width: 300px;
        white-space: normal;
    }
    .product-mtop {
        margin-top: 0;
    }

    .input-search-product {
        min-width: 500px;
    }

    .all-content-myacc {
        /* padding: 70px 238px 225px; */
        padding: 70px 0px 225px;
    }

    .text-terms {
        padding: 70px 238px;
    }

    .all-logged-in {
        margin-top: 18px;
    }

    .shop-margin-top {
        /* margin-top: 80px; */
        padding: 36px 0;
        margin: 0 -5px;
    }

    .all-copy {
        padding: 16px 0 32px;
    }

    .footer-content {
        padding: 30px 0 31px;
    }

    .footer-progress {
    }

    .img-main-content {
        /* height: 483px; */
        height: 400px;
    }

    .text-main-content {
        /* font-size: 52px; */
        font-size: 23px;
    }

    .text-child-content {
        /* font-size: 26px; */
        font-size: 15px;
    }

    .link-shop-page {
        font-size: 30px;
        font-size: 18px;
    }

    .custom-content .custom-text-content {
        font-size: 17px !important;
        /* text-align: center; */
        font-family: BrixSansRegular !important;
        line-height: 18px;
    }

    .custom-content {
        padding: 20px 0 5px;
    }

    .content-banner {
        max-width: 450px;
        padding: 53px 25px 40px 60px;
        padding: 36px;
        background: #fff;
    }

    .all-content-banner {
        bottom: 20%;
        padding: 195px 0 0;
    }

    .img-banner {
        max-height: 687px;
    }

    .img-touch {
        width: 100%;
        /* height    : 100%; */
        /* max-height: 336px; */
        max-height: 285px;
        margin-bottom: 35px !important;
    }

    .link-login {
        background: #39bb9d;
        /* padding: 9px 40px; */
        padding: 5px 17px;
        color: #fff;
        border: 0;
        /* font-size: 30px; */
        font-size: 18px;
        /* height: 64px;
        width: 160px; */
        height: 40px;
        width: 80px;
        cursor: pointer;
        white-space: nowrap;
    }

    .link-sign-up {
        background: #fff;
        color: #333;
        border: 0;
        /* font-size: 30px; */
        font-size: 18px;
        /* height: 64px;
        width: 160px; */
        height: 40px;
        width: 77px;
        cursor: pointer;
        /* border    : 1px solid #39bb9d; */
        text-align: center;
        border-radius: 4px;
    }

    .ul-menu-header {
        /* padding-left: 240px; */
        padding-left: 95px;
    }

    .li-menu-header {
        /* margin: 40px 18px 0; */
        /* margin: 18px 18px 0; */
        margin: 23px 18px 0;
    }

    .all-content-banner {
        left: 238px;
    }

    .text-banner {
        /* font-size: 50px; */
        font-size: 40px;
        line-height: 47px;
    }
}

@media (max-width: 1440px) {
    .li-menu-header {
        /* margin: 18px 20px 0 20px; */
        margin: 23px 20px 0 20px;
    }

    .ul-menu-header {
        /* padding-left: 240px; */
        padding-left: 85px;
    }

    .name-mt {
        margin-top: -10px;
    }
    .all-banner {
        height: 400px;
    }
    .content-banner {
        background: #fff;
        padding: 20px;
    }
    .all-content-banner {
        padding: 130px 0 0;
    }
}
@media (min-width: 1200px) {
    .all-logged-in {
        max-width: 220px;
        /* max-width: 300px; */
        white-space: normal;
    }
    .all-cart-home {
        margin-top: 0px;
        /* max-width: 400px; */
        width: 300px;
        justify-content: end;
    }
    .all-login {
        width: 300px;
    }
}
@media (max-width: 1200px) {
    .all-check-sidebar.active {
        top: 100px;
        animation: removeSider 1.2s normal;
    }
    .all-cart-home {
        max-width: 329px;
        justify-content: end;
    }
    .li-menu-header {
        /* margin: 18px 15px 0 15px; */
        margin: 23px 15px 0 15px;
    }
    .all-menu-logo {
        margin-left: 0;
    }
    .li-menu-header a {
        color: #333;
        font-size: 18px;
        font-weight: 400;
    }
    .all-logged-in {
        font-size: 18px;
        margin-top: 5px;
        z-index: 999;
        justify-content: end;
        /* min-width   : 216px; */
        white-space: normal;
        max-width: 170px;
    }
    .all-login {
        width: 253px;
    }
}
@media (max-width: 1070px) {
    .content-detail-2 {
        max-width: 310px;
        width: 100%;
        padding-top: 40px;
    }
    .custom-header.end-header {
        justify-content: space-between;
        /* justify-content: end; */
    }
    .all-login {
        display: none;
    }
    .mr-icon-header {
        margin-right: 0;
    }

    .custom-choose {
        width: 87%;
    }

    .custom-menu-header {
        display: none;
    }

    .all-bars {
        display: block;
    }
    .all-bars a {
        padding: 15px 10px 6px 10px;
        background: #dd0060;
        border: 1px solid transparent;
        border-radius: 4px;
    }
    .all-bars i {
        font-size: 29px;
        /* margin-top: 31px; */
        color: #fff;
    }

    .all-menu-logo {
        display: block;
    }

    .content-detail-1 {
        max-width: 100%;
    }

    .content-detail-2 {
        max-width: 100%;
    }
}

@media (max-width: 768px) {
    .ul-menu-header-sidebar {
        padding: 0;
    }
    .all-bars i {
        margin-top: 0;
    }
    .custom-cart-before-login {
        margin-top: 11px;
    }

    .form-brown {
        height: 118px;
    }

    .all-content-myacc {
        /* padding: 50px 70px 100px; */
        padding: 50px 00px 100px;
    }

    .text-terms {
        padding: 60px 70px;
    }

    .custom-top {
        margin-top: 10px;
    }

    .footer-content .d-flex {
        padding: 0 15px !important;
        display: block !important;
    }

    .footer-content .d-flex .custom-top {
        text-align: center;
    }

    .all-img0logo-footer {
        text-align: left;
        margin-top: 10px;
        margin-bottom: 50px;
    }

    .ul-icon-footers {
        justify-content: left;
        padding-left: 0;
    }

    .all-copy {
        padding: 10px 0;
    }

    .text-copy {
        text-align: left;
    }

    .footer-icons i {
        margin: 0 15px 0 0;
    }

    .footer-progress {
    }

    .all-content-banner {
        /* padding: 15px 15px 25px 15px; */
        padding: 100px 0 0;
    }

    .text-banner {
        margin-bottom: 20px;
    }

    .custom-content {
        padding: 20px 0;
    }

    .img-touch {
        /* object-fit: cover; */
    }
    .all-check-sidebar.active {
        top: 140px;
    }
    .img-banner {
        max-width: 100%;
        object-fit: cover;
        height: 300px;
    }
    .scroll-header {
        padding: 30px 0;
    }
    .all-header {
        padding: 30px 0;
    }
    .all-check-sidebar.active {
        top: 140px;
        animation: moveSider 1.2s normal;
    }

    /* Hyper Link */
    .all-product-overview .overview-flex{
        display: block !important;
        margin-bottom: 20px;
    }

    .text-joinery{
        margin-bottom: 10px !important;
    }

    .all-product-overview .hyperlinks{
        position: unset !important;
        transform: unset !important;
    }

    .all-product-overview .hyperlink-container{
        width: calc(100% / 3);
        padding: 0px 5px;
    }
    .all-product-overview .hyperlinks .hyperlink-area{
        width: 100%;
    }
    .all-product-overview .hyperlinks .hyperlink-area .link{
        width: 100%;
        margin: 0 !important;
    }
}

@media (max-width: 560px) {
    .form-info .row.m-0 {
        margin-bottom: 10px !important;
    }
    .all-banner {
        height: 300px;
    }
    .img-logo-header {
        /* margin-bottom: 15px; */
    }

    .custom-choose {
        width: 85%;
    }

    .d-flex.custom-d-flex {
        display: block !important;
    }

    .form-info {
        padding: 15px 20px;
    }

    .custom-menu-header {
        display: none;
    }

    .all-bars {
        display: block;
    }
    .all-bars a {
        padding: 15px 10px 6px 10px;
        background: #dd0060;
    }
    .all-bars i {
        font-size: 29px;
        /* margin-top: 31px; */
        color: #fff;
    }

    .all-menu-logo {
        display: block;
    }

    .all-content-banner {
        right: 70px;
        bottom: 10px;
    }

    .content-banner {
        max-width: 100%;
    }

    .text-banner {
        font-size: 21px;
    }

    .text-main-content {
        font-size: 21px;
    }

    .link-shop-page {
        font-size: 11px;
        padding: 5px 10px;
    }

    .img-main-content {
        height: 220px;
        object-fit: cover;
    }

    .text-child-content {
        font-size: 13px;
        margin-bottom: 20px;
    }

    /* .custom-header {
        display: block !important;
    } */
    .all-cart-home {
        display: block !important;
        text-align: end;
    }

    .all-logged-in-product {
        white-space: break-spaces;
    }

    .product-show-icon-arrow {
        padding: 11px 27px 0 0;
    }

    .all-logged-in {
        white-space: break-spaces;
        text-align: end;
    }

    .show-icon-arrow {
        padding: 0px 27px 0 0;
    }
}

@media (max-width: 440px) {
    .custom-dropdown {
        padding: 105px 0 0;
    }

    .cus-login-signup {
        display: block !important;
    }

    .all-product-overview .hyperlinks .hyperlink-area{
        flex-direction: column;
    }

    .all-product-overview .hyperlink-container{
        width: 100%;
        padding: 5px 0;
    }
}

#rowButtonSwitch {
    display: flex;
    justify-content: center;
    margin-bottom: 70px;
}

.page-numbers {
    display: flex;
    align-items: center;
}

.page-numbers #buttonSwitch {
    display: flex;
}

.page-numbers svg {
    width: 32px;
}

.page-numbers .switch {
    margin: 2px;
    width: 40px;
    height: 40px;
    background-color: #fff;
    color: #e10868;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.page-numbers .switch:hover {
    text-decoration: underline;
}

.page-numbers .active {
    background-color: #000;
    color: #ffff;
}

.page-numbers .red-icon {
    color: #e10868;
}

.cart-quantity {
    position: relative;
}

.cart-quantity:after {
    position: absolute;
    content: attr(data-quantity);
    background: #c00000;
    color: white;
    border-radius: 50%;
    font-size: 12px;
    width: 23px;
    height: 25px;
    text-align: center;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    bottom: 5px;
    right: -12px;
}
