#modalProduct #slider .slick-track{
    max-height: 65vh;
    min-height: 65vh;
    height: 100% !important;
}
#modalProduct #slider .slick-track .slick-slide{
    display: flex;
    justify-content: center;
}
#modalProduct #slider .slick-track .slick-slide img {
    height: 100% !important;
    width: auto !important;
}

#mobileFilter {
    max-width: 300px;
}

#mobileFilterButton:hover i{
    color: white !important;
}

#mobileFilterButton:hover {
    color: white !important;
}

label.error {
    color: red;;
}

.card-action {
    position: absolute;
    top: 1.25rem;
    z-index: 1;
}
.card-action-right {
    right: 15px;
}
.card-badge-right {
    right: 0px;
}


.bg-dark-hover.activeLike {
    background-color: rgba(var(--bs-dark-rgb), var(--bs-bg-opacity)) !important;
}

.text-light-hover.activeLike {
    color: rgba(var(--bs-light-rgb), var(--bs-text-opacity)) !important;
}

.sticky-area-wrap .icons-actions {
    display: none !important;
}
.sticky-area-wrap .d-flex.mx-auto {
    display: none !important;
}

.sticky-area-wrap.sticky .icons-actions {
    display: flex !important;
}
.sticky-area-wrap.sticky .d-flex.mx-auto {
    display: flex !important;
}

.sticky-area-wrap.sticky .w-100.d-none {
    display: flex;
    justify-content: space-between !important;
}

#pictureArea #slider .slick-list {
    height: max-content !important; 
}


@media only screen and (max-width: 1024px) {
    #header {
        display: none;
    }

    #mobile_header{
        display: block;
    }
    #mobile_fixed_nav{
        display: block;
    }
}




body {
    padding: 0;
    height: 1500px;
}
body.open_mobile_nav {
    height: 100vh;
    overflow: hidden;
    position: fixed;
}
body.open_mobile_nav #mobile_header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    height: calc(100vh - 70px);
    width: 100%;
    transition: all ease 0.3s;
}

a {
    text-decoration: none;
}

ul {
    list-style: none;
}

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}

.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
@keyframes fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
#nav_mobile_hamburger {
    pointer-events: none;
    width: 25px;
    height: 16px;
    position: relative;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    cursor: pointer;
}
#nav_mobile_hamburger span {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background: #ec660f;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.25s ease-in-out;
    -moz-transition: 0.25s ease-in-out;
    -o-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
}
#nav_mobile_hamburger span:nth-child(1) {
    top: 0px;
}
#nav_mobile_hamburger span:nth-child(2) {
    top: 7px;
}
#nav_mobile_hamburger span:nth-child(3) {
    top: 7px;
}
#nav_mobile_hamburger span:nth-child(4) {
    top: 14px;
}
#nav_mobile_hamburger.open span:nth-child(1) {
    top: 12px;
    width: 0%;
    left: 50%;
}
#nav_mobile_hamburger.open span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
#nav_mobile_hamburger.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
#nav_mobile_hamburger.open span:nth-child(4) {
    top: 12px;
    width: 0%;
    left: 50%;
}

#h_bucket_icon svg {
    height: auto;
    width: 25px;
}

@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
#mobile_header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    background: white;
    z-index: 8888;
}
#mobile_header .mobile_header_container {
    border-bottom: 1px solid #ececec;
    display: flex;
    box-sizing: border-box;
    justify-content: center;
    align-items: stretch;
    width: 100%;
    height: 70px;
}
#mobile_header .mobile_header_container .item_container {
    flex-basis: 13%;
    align-items: center;
}
#mobile_header .mobile_header_container .item_container .logo svg {
    max-width: 40%;
    margin-top: -10px;
}
#mobile_header .mobile_header_container .item_container .item_cursor {
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
}
#mobile_header .mobile_header_container .item_container:first-child .item_cursor {
    justify-content: center;
}
#mobile_header .mobile_header_container .item_container:nth-child(2) {
    flex-basis: 80%;
    border-right: 1px solid #ececec;
    border-left: 1px solid #ececec;
    box-sizing: border-box;
}
#mobile_header .mobile_header_container .item_container:nth-child(2) .item_cursor {
    justify-content: center;
}
#mobile_header .mobile_header_container .item_container:last-child .item_cursor {
    justify-content: center;
}
#mobile_header .mobile_nav_container {
    height: calc(100% - 70px);
    overflow: auto;
    background-color: #2b2b2b;
}
#mobile_header .mobile_nav_container.animated {
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
}
#mobile_header .mobile_nav_container.disabled {
    display: none !important;
}
#mobile_header .mobile_nav_container .back_to_main_menu {
    display: none;
    position: relative;
    padding-left: 25px;
    align-items: center;
    background-color: #ec660f;
}
#mobile_header .mobile_nav_container .back_to_main_menu.disabled {
    display: none !important;
}
#mobile_header .mobile_nav_container .back_to_main_menu .item_link {
    background-color: #0455a5;
    display: flex;
    align-items: stretch;
    width: 100%;
}
#mobile_header .mobile_nav_container .back_to_main_menu .item_link .item_icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #fff;
    max-width: 30px;
    max-height: 30px;
    min-height: 30px;
    min-width: 30px;
    border-radius: 50%;
    margin-right: 5px;
    margin-left: 15px;
    align-self: center;
    box-sizing: border-box;
}
#mobile_header .mobile_nav_container .back_to_main_menu .item_link .item_icon svg {
    max-width: 60%;
    width: auto;
    height: auto;
}
#mobile_header .mobile_nav_container .back_to_main_menu a {
    display: flex;
    align-items: center;
    font-size: 16px;
    color: #fff;
    font-weight: 500;
    justify-content: space-between;
    height: 50px;
    flex-grow: 1;
    padding-left: 5px;
    padding-right: 40px;
    position: relative;
    line-height: 18px;
}
#mobile_header .mobile_nav_container .back_to_main_menu .icon_chevron_back {
    position: absolute;
    left: 15px;
    width: 10px;
    height: 13px;
    background-image: url("data:image/svg+xml,%3Csvg width='8' height='13' viewBox='0 0 8 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2.828 6.364L7.778 11.314L6.364 12.728L0 6.364L6.364 0L7.778 1.414L2.828 6.364Z' fill='white'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
}
#mobile_header .mobile_nav_container .active_menu > li {
    display: none;
}
#mobile_header .mobile_nav_container .active_menu .back_to_main_menu {
    display: flex;
}
#mobile_header .mobile_nav_container ul.main_menu_items {
    padding: 0;
    margin: 0;
}
#mobile_header .mobile_nav_container ul.main_menu_items li.with_dropdown.active > .item_link i.icon_chevron_left {
    display: none;
}
#mobile_header .mobile_nav_container ul.main_menu_items li.active {
    display: block !important;
}
#mobile_header .mobile_nav_container ul.main_menu_items li.active > .sub_menu {
    display: block;
}
#mobile_header .mobile_nav_container ul.main_menu_items li.active > .sub_menu.animated {
    -webkit-animation-duration: 0.4s;
    animation-duration: 0.4s;
}
#mobile_header .mobile_nav_container ul.main_menu_items li.this_sub_open > .item_link {
    display: none;
}
#mobile_header .mobile_nav_container ul.main_menu_items li .item_link {
    background-color: #2b2b2b;
    display: flex;
    align-items: stretch;
    width: 100%;
}
#mobile_header .mobile_nav_container ul.main_menu_items li .item_link .item_icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #fff;
    max-width: 30px;
    max-height: 30px;
    min-height: 30px;
    min-width: 30px;
    border-radius: 50%;
    margin-right: 5px;
    margin-left: 15px;
    align-self: center;
    box-sizing: border-box;
}
#mobile_header .mobile_nav_container ul.main_menu_items li .item_link .item_icon svg {
    max-width: 60%;
    width: auto;
    height: auto;
}
#mobile_header .mobile_nav_container ul.main_menu_items li a {
    display: flex;
    align-items: center;
    font-size: 16px;
    color: #fff;
    font-weight: 500;
    justify-content: space-between;
    height: 50px;
    flex-grow: 1;
    padding-left: 5px;
    padding-right: 40px;
    position: relative;
    line-height: 18px;
}
#mobile_header .mobile_nav_container ul.main_menu_items li .icon_chevron_left {
    position: absolute;
    right: 15px;
    width: 10px;
    height: 13px;
    background-image: url("data:image/svg+xml,%3Csvg width='8' height='13' viewBox='0 0 8 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.95 6.364L0 1.414L1.414 0L7.778 6.364L1.414 12.728L0 11.314L4.95 6.364Z' fill='white'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
}
#mobile_header .mobile_nav_container ul.main_menu_items ul.sub_menu {
    padding: 0;
    display: none;
    width: 100%;
}
#mobile_header .mobile_nav_container ul.main_menu_items ul.sub_menu li a {
    margin-left: 50px;
    font-size: 14px;
}
#mobile_header .mobile_nav_container ul.main_menu_items ul li.contain_sub_menu {
    padding: 0;
    width: 100%;
}
#mobile_header .mobile_nav_container ul.main_menu_items ul li.contain_sub_menu.active .item_link {
    background-color: #ec660f !important;
}
#mobile_header .mobile_nav_container ul.main_menu_items ul li.contain_sub_menu.active .item_link a {
    margin-left: 30px;
    padding-right: 0;
    padding-left: 20px;
    font-size: 12px;
}
#mobile_header .mobile_nav_container ul.main_menu_items ul li.contain_sub_menu.active .item_link .icon_chevron_left {
    right: auto;
    left: 0;
    background-image: url("data:image/svg+xml,%3Csvg width='8' height='13' viewBox='0 0 8 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2.828 6.364L7.778 11.314L6.364 12.728L0 6.364L6.364 0L7.778 1.414L2.828 6.364Z' fill='white'/%3E%3C/svg%3E%0A");
}
#mobile_header .mobile_nav_container ul.main_menu_items ul li.contain_sub_menu.active ul.sub_menu li a {
    margin-left: 15px;
    padding-left: 15px;
}
#mobile_header .mobile_nav_container ul.main_menu_items ul li.contain_sub_menu li a {
    margin-left: 50px;
    font-size: 14px;
}

#mobile_fixed_nav {
    display: flex;
    justify-content: center;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9999;
    background-color: #454444;
}
#mobile_fixed_nav .item_menu {
    flex-grow: 1;
}
#mobile_fixed_nav .item_menu:nth-child(2) .item_container {
    padding-right: 35px;
}
#mobile_fixed_nav .item_menu:nth-child(4) .item_container {
    padding-left: 35px;
}
#mobile_fixed_nav .item_menu.bucket_item {
    position: relative;
    z-index: 10;
    margin-left: -35px;
    margin-right: -35px;
    border-radius: 50%;
    background-color: #ec660f;
    box-shadow: rgba(255, 255, 255, 0.08) 0px 0px 20px 6px;
    width: 70px;
    max-width: 70px;
    top: -20px;
}
#mobile_fixed_nav .item_menu.bucket_item .item_container {
    height: 70px;
}
#mobile_fixed_nav .item_menu.bucket_item .item_container:hover, #mobile_fixed_nav .item_menu.bucket_item .item_container:focus, #mobile_fixed_nav .item_menu.bucket_item .item_container:active {
    background-color: transparent !important;
}
#mobile_fixed_nav .item_menu.bucket_item .item_container svg {
    width: 30px;
    height: auto;
}
#mobile_fixed_nav .item_menu .item_container {
    transition: background ease 0.3s;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
#mobile_fixed_nav .item_menu .item_container:hover, #mobile_fixed_nav .item_menu .item_container:focus, #mobile_fixed_nav .item_menu .item_container:active {
    background-color: #343333;
    transition: background ease 0.3s;
}
#mobile_fixed_nav .item_menu .item_container a {
    color: #fff;
}
#mobile_fixed_nav .item_menu .item_container svg {
    width: 30px;
    height: auto;
}
#mobile_fixed_nav .item_menu .item_container span {
    font-size: 12px;
    font-weight: bold;
    color: #fff;
    margin-top: 5px;
}

#mobile_header {
    display: none;
}

#mobile_fixed_nav {
    display: none;
}

@media only screen and (max-width: 1200px){
    #mobile_header {
        display: block;
    }

    #mobile_fixed_nav {
        display: flex;
    }
    #header {
        display: none;
    }
    #content {
        padding-top: 60px;
    }
    .modal {
        margin-top: 60px;
    }
    .modal .modal-content {
        margin-bottom: 120px;
    }
}





.swal2-cancel {
    color: #fff !important;
    font-size: 14px !important;
    border-radius: 6px !important;
}


@media screen and (max-width: 7682px) {
    .mobileTitle {
        font-size: 22px !important;
        margin-bottom: 5px !important;
    }
    .mb-sm-5 {
        margin-bottom: 5px !important;
    }
}
















