/*custom style*/

/* 
EVERYTHING ADDED TO THIS, ALSO ADD TO {FILENAME}.CSS.BK28JUL22
*/



a.action.tocompare.show-tooltip {
    display: none;
}

.bg-betterlife {
    margin-bottom: 20px;
}

div#sesa-brand {
    margin-bottom: 30px;
}

div#sesa-brand img {
    width: 93%;
    margin-left: 15px;
}

div#sesa-home-category {
    margin-bottom: 60px;
    margin-top: 30px;
}

div#sesa-home-category img {
    width: 93%;
}

#sesa-brand .cdz-owlcarousel-des {
    font-family: Ubuntu;
    font-style: normal;
    font-weight: bold;
    font-size: 30px;
    line-height: 34px;
    display: flex;
    align-items: center;
    text-transform: capitalize;
    color: #4C5A99;
    position: absolute;
    top: 17px;
    width: 101px;
    left: 24px;
    -webkit-text-stroke: 1px #fff;
}

#sesa-brand .owl-prev {
    left: -25px;
}

#sesa-brand .owl-next {
    right: -25px;
}

.page-footer .block.newsletter input{
    background: #FFFFFF;
    border: 1px solid #E5E5E5 !important;
    box-sizing: border-box;
    border-radius: 4px;
    width: 104%;
    font-family: Lato;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 24px;
}

.page-footer .newsletter-wrapper .block.newsletter .action.subscribe{
    background: #9FD253;
    border: 1px solid #E5E5E5 !important;
    box-sizing: border-box;
    border-radius: 4px;
    color: #fff !important;
    text-transform: capitalize;
    font-weight: bold;
    font-family: Lato;
    font-style: normal;
    font-size: 14px;
    line-height: 17px;
}

.minicart-wrapper.active .ui-dialog {
    position: fixed;
    height: 100%;
    right: 0;
    top: 0;
    z-index: 6;
    background-color: #F5F6F8 !important;
}
.minicart-wrapper.active .ui-dialog .empty .block-content{
    text-align: center;
}
.block-minicart .subtitle.empty {
    color: #888;
    font-size: 16px;
    padding-top: 80%;
    margin: 0 30px;
}
.minicart-wrapper .block-minicart .empty-cart-button {
    background: #9FD253;
    padding: 15px 34px;
    margin-top: 15px;
    display: inline-block;
    border-radius: 5px;
    color: #fff !important;
}
.minicart-wrapper .block-minicart .empty-cart-button:hover {
    border:1px solid #9FD253;
    background:transparent;
    color: #9FD253;
}
.minicart-wrapper.active .ui-dialog .block-minicart {
    position: static;
    height: 100%;
    max-width: 436px;
    width: 100%;
    background-color: #F5F6F8;
    padding: 0;
}

.block-minicart .items-total {
    width: 100%;
    background: #fff;
    box-shadow: 0px 3px 9px rgba(0, 0, 0, 0.08);
    padding: 24px 32px;
    margin:-15px 0 0;
    display: flex;
    flex-wrap: wrap;
    position: relative;
}
.block-minicart .empty-container{
    width: 100%;
    background: #fff;
    box-shadow: 0px 3px 9px rgba(0, 0, 0, 0.08);
    padding: 24px 32px;
    display: flex;
    flex-wrap: wrap;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
}
.zero-string {
    display: inline-block;
    padding: 8px 0 0 3px;
}

.block-minicart .items-total span, .block-minicart .zero-item-cart {
    text-transform: none;
    font-size: 20px;
    color: #000;
    font-weight: 600;
}
.block-minicart .zero-item-cart {
    margin-top: 0;
}
.minicart-items .product-item-name{
    text-align: left;
    height: auto;
}
.block-minicart .items-total .count {
    font-weight: normal;
    color: #928E8E;
    padding-left: 5px;
    font-size: 14px;
    padding-top: 7px;
    margin: 0 3px;
}
.minicart-items-wrapper {
    border: none;
    margin: 0;
    padding: 0;
    float: left;
    width: 100%;
    /* height: auto !important; */
}
.minicart-items .product-item {
    padding:24px 32px;
    margin-bottom: 0;
    background-color: #fff;
}
.minicart-items .product-item .product{
    position: relative;
}
.minicart-wrapper .product .actions {
    position: absolute;
    right: 0;
    top: 30px;
}
.minicart-items .action.edit:before, .minicart-items .action.delete:before{
    color: #b6b6b6;
}
.minicart-items .action.edit, .minicart-items .action.delete{
    width: 18px;
    height: 20px;
    margin-top: -4px;
}
.minicart-items .action.edit:hover:before, .minicart-items .action.delete:hover:before{
    color: #9FD253;
}
.minicart-items .product-item-details {
    padding-left: 105px;
}
.minicart-items .product-item:first-child{
    padding-top: 24px;
}
.minicart-wrapper .action.close{
    z-index: 2;
    top: 20px;
    right: 15px;
}
.minicart-wrapper .action.close:before{
    color: #000;
}
.minicart-items .product-item:not(:first-child){
    border-top-color: #e5e5e5;
}
.minicart-wrapper .block-minicart a{
    color: #000;
    font-size: 14px;
    font-weight: 500;
}
.minicart-wrapper .product-image-wrapper {
    width: 90px;
    height: 100px;
    border: 1px solid #e6e6e6;
    padding: 15px;
    display: inline-block;
}
.minicart-wrapper .product-image-wrapper img {
    padding: 0;
}
.minicart-items .product-item-pricing .price-container {
    text-align: right;
    padding-top: 25px;
    float: right;
}
.minicart-items .product-item-details .details-qty {
    float: left;
}
.minicart-items .product-item-details .details-qty .plus, .minicart-items .product-item-details .details-qty .minus{
    width: 24px;
    height: 24px;
    background: #B6B6B6;
    display: inline-block;
    color: #fff;
    text-align: center;
    line-height: 24px;
    border-radius: 4px;
    cursor: pointer;
    font-size: 14px;
}

.minicart-items .product-item .product.options {
    display: flex;
    color: #b6b6b6;
    font-size: 12px;
    flex-wrap: wrap;
}
.comman-in-option {
    padding: 0 2px;
}
.minicart-items .product-item .product.options .comman-in-option:last-child {
    display: none;
}
.minicart-items .product-item-details .details-qty .plus{
    background: #9FD253;
}
.minicart-items .item-qty{
    border:none;
    color: #4D4F56;
    font-size: 18px;
    font-weight: 500;
    margin-right: 0;
    margin: 0 10px;
}
.minicart-items .product-item-pricing .price-container {
    text-align: right;
    padding-top: 10px;
    float: right;
}
.minicart-items .product-item-details .price {
    font-weight: bold;
    font-size: 18px;
    color: #D1BE4A;
}
.block-minicart .subtotal-main-container{
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    background-color: #fff;
    padding:25px 32px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 1;
}

.page-header.sticky-menu.active .block-minicart .subtotal-main-container {
    display: inline-block;
    background-color: #fff;
    position: relative;
    bottom: 0;
    left: 0;
    width: 100%;
}

.page-header.sticky-menu.active .minicart-wrapper.active .ui-dialog .block-minicart {
    height: 100vh;
    background: #F5F6F8;
}

.block-minicart .subtotal-main-container .subtotal {
    text-align: right;
    text-transform: uppercase;
    float: left;
    width: 100%;
    display: flex;
    justify-content: space-between;
    max-width: 372px;
    margin: 0 0 16px;
}
.block-minicart .subtotal-main-container .action.primary {
    width: 100%;
    background: #9FD253;
    font-size: 16px;
    text-transform: none;
    border-radius: 5px;
    padding: 12px 17px;
    margin: 0;
    max-width: 372px;
}
.block-minicart .subtotal-main-container .action.primary:hover, .block-minicart .subtotal-main-container .action.primary:focus{
    background: transparent;
    border-color: #9FD253;
    color: #9FD253;
}
.block-minicart .subtotal .label {
    font-size: 18px;
    text-transform: none;
    color: #000;
    font-weight: bold;
}
.block-minicart .amount .price-wrapper:first-child .price {
    color: #D1BE4A;
}
/*.minicart-open-overly{
    overflow: hidden;
}*/
.minicart-open-overly:before {
    /* background: rgba(0,0,0,.23);
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 5;
    content: ''; */
}
.minicart-wrapper .product-item-name>a{
    width: 76%;
    display: inline-block;
    line-height: 17px;
}

/* Work on 28-01-2021 */
.page-header .panel.wrapper {
    border-bottom: none !important;
    background-color: #F5F6F8 !important;
}
.page-header .box-header .header.content{
    background-color: #fff;
}
.page-header .box-header .header.content .cdz-main-menu .cdz-horizontal-menu{
    display: none;
}
.page-header .panel.wrapper .cdz-main-menu .cdz-horizontal-menu .groupmenu {
    float: right;
    width: initial;
}
.page-header .panel.wrapper .cdz-main-menu .cdz-horizontal-menu li.level0>a.menu-link {
    background-color: transparent;
    color: #b8b8b8;
    text-transform: none;
    font-size: 12px;
    font-weight: 500;
    padding: 2px 10px;
}
.page-header .panel.wrapper .cdz-main-menu .cdz-horizontal-menu li.level0>a.menu-link i {
    display: none;
}
.page-header.sticky-menu:not(.active) .header.panel {
    padding: 0 !important;
    height: 36px;
}
.page-header.sticky-menu:not(.active) .search-wrapper{
    margin-left: 25px;
    float:left !important;
}
.cdz-cat-search .current-cat:after{
    display: none;
}
.page-header.sticky-menu:not(.active) .search-wrapper .block-search input[type="text"] {
    height: 42px !important;
    border: 1px solid #e5e5e5;
    box-sizing: border-box;
    border-radius: 4px;
    padding: 0 65px 0 15px;
    font-size: 12px; /* work on 02-02-2021 */
    color: #726f6f; /* work on 02-02-2021 */
    font-family: Ubuntu !important;
}
.minisearch {
    float: left;
    /* margin-left: 170px; */
    width: 100%;
    max-width: 593px;
    position: relative;
}
.page-header.sticky-menu:not(.active) .search-wrapper {
    margin-left: 25px;
    float: left !important;
    width: 100%;
    max-width: 698px;
    position: relative;
}
.sticky-menu:not(.active) .block-search {
    position: relative;
    float: left !important;
    max-width: 696px;
    z-index: 4;
    width: 100% !important;
}
.search-form-container .cdz-cat-search{
    float: left;
    max-width: 130px;
    width: 100%;
}
.page-header .box-header .header.content .header.content {
    padding: 0 !important;
}
.page-header.sticky-menu:not(.active) .search-wrapper .block-search .action.search {
    height: 42px !important;
    width: 64px;
    border-radius: 4px;
    background: #fff !important;
    border: 1px solid #e5e5e5;
}

.page-header .search-wrapper .block-search .action.search:before {
    color: #D1BE4A !important;
    font-weight: normal !important;
    font-size: 15px !important;
}

.cdz-cat-search .current-cat>span{
    color: #4D4F56;
    font-weight: 600;
}
.minicart-wrapper {
    float: left;
}
.minicart-wrapper .action.showcart{
    color: #4D4F56;
    background: transparent;
}
.page-header .minicart-wrapper .action.showcart .counter.qty {
    top: -5px !important;
    right: 0;
    border-radius: 100% !important;
    left: auto !important;
}
.page-header .minicart-wrapper {
    margin-top: 22px;
}

.page-header .minicart-wrapper.login-cust {
    margin-right: 30px;
}

.page-header .header.links {
    margin-top: 11px !important;
    float: right;
    /* width: 100%; */
    max-width: 173px;
    font-family: Ubuntu !important;
    margin-left: 15px;
}
.page-header .header.links li {
    margin-bottom: 0;
    float: right;
    width: 50%;
    text-align: center;
    /* background: #D1BE4A;
    border: 1px solid #D1BE4A; */
}
.page-header .header.links li:first-child + li{
    border-radius: 5px 0 0 5px;
}
.page-header .header.links li:first-child + li + li{
    border-radius: 0 5px 5px 0;
}
.page-header .switcher {
    float: left !important;
    /* padding: 11px 18px;*/
    color: #fff;
    margin-right: 0 !important;
}
.page-header .switcher .options .action.toggle, .page-footer .switcher .options .action.toggle{
    font-size: 14px;
    padding: 11px 10px;
}
.page-header .header.links li #authorization-trigger:before{
    display: none;
}
.page-header .header.links li>a {
    padding: 11px 13px; /* work on 02-02-2021 */
    display: block;
    text-align: center;
    background: #fff;
    border-radius: 0 5px 5px 0;
    color: #D1BE4A;
    font-size: 14px; /* work on 02-02-2021 */
}
.page-header .header.links li>a:before{
    display: none;
}
.page-header .switcher .options .action.toggle:after,.page-header .switcher .options .action.toggle.active:after{
    display: none;
}
.page-header .header.links li.switcher a{
    padding: 12px 13px;
}
.page-header .switcher .options .action.toggle.active, .page-header .switcher .options .action.toggle:hover{
    color: #fff !important;
}
.cdz-cat-search .dropdown{
    top: 100% !important;
    left: 12px !important;
    z-index: 2;
}

/* Work on 29-01-2021 */
/*.page-header.sticky-menu:not(.active) .header.content{
    padding: 33px â€‹10px 0px !important;
}*/
.page-header .header.panel .cdz-horizontal-menu .groupmenu li:first-child{
    display: none !important;
}
/*.page-header .header.panel .cdz-horizontal-menu .groupmenu li {
    position: relative;
}
.page-header .header.panel .cdz-horizontal-menu .groupmenu li:before {
    background: #C4C4C4;
    width: 4px;
    height: 4px;
    content: '';
    position: absolute;
    top: 14px;
    left: 0px;
    border-radius: 100%;
}*/
.page-header .header.panel .cdz-horizontal-menu .groupmenu li:first-child + li:before{
    display: none;
}
.page-header .cdz-main-menu .groupmenu li.level0:hover>a.menu-link {
    border-color: transparent !important;
    color: #9FD253 !important;
}
.cdz-cat-search .current-cat{
    width: 130px !important;
}
.page-header .minicart-wrapper .action.showcart .text:before{
    content: '\f07a' !important;
    font-size: 28px !important;
}
.minicart-wrapper .action.showcart .counter.qty{
    line-height: 17px;
    height: 16px;
    min-width: 16px;
    background: #f36363;
}

.page-header.sticky-menu.active .minicart-wrapper .action.showcart .counter.qty {
    top: -3px !important;
    right: -2px !important;
}

.page-header.sticky-menu:not(.active) .box-header{
    margin-top: 0 !important;
}
.page-header .minicart-wrapper .action.showcart .price-label{
    display: none;
}
.cart-footer{
    display: none !important;
}
.page-header .switcher.log-out{
    padding: 0 !important;
}
.page-header .switcher.log-out a{
    background: transparent !important;
    color: #fff !important;
    padding: 12px 3px !important;
}
.page-header .header.links li a.my-account{
    padding: 12px 7px !important;
}
.page-header.sticky-menu:not(.active) .box-header{
    padding: 0 !important;
    max-width: 100% !important;
}
.page-header .panel.wrapper {
    /* border-bottom: 1px solid #e7e7e7 !important; */
}
.block-search .search-form-container {
    position: static;
    float: left;
    width: 100%;
}
/* Work on 29-01-2021 */

/* Work on 02-02-2021 */
.search-wrapper .actions {
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
    width: 64px;
    height: 42px;
}
.page-header .header-main-menu .nav-sections{
    display: none;
}
.search-form-container .cdz-cat-search .current-cat{
    font-size: 14px;
    color: #4D4F56;
}
.cdz-cat-search .current-cat {
    width: 100% !important;
}
.search-form-container .cdz-cat-search {
    max-width: 153px;
    width: 100%;
}
.cdz-cat-search .current-cat>span{
    width: 95% !important;
}
.cdz-cat-search .current-cat>span:after{
    top: calc(50% - 3px) !important;
    font-size: 9px !important;
}

.page-header .logo img {
    max-height: inherit !important;
    max-width: 130px;
    margin-top: 7px;
}
/* Work on 02-02-2021 */
/* Work on 03-02-2021 */
.cdz-login-form-dropdown{
    top: 42px !important;
}
.page-header .header.links li.greet.welcome.after-login {
    display: block;
    /* max-width: 166px; */
    width: 100%;
}
.page-header .header.links li.greet.welcome.after-login + ul + li{
    display: none;
}
.page-header .header.links li.greet.welcome.after-login + ul + li + li{
    display: none;
}
.page-header .header.links li.greet.welcome.after-login .logged-in {
    display: inline-block;
    color: #4D4F56;
    font-size: 14px;
}
.page-header .header.links li.greet.welcome.after-login img {
    vertical-align: middle;
    margin-right: 16px;
}
.page-header .header.links>li.greet.welcome.after-login{
    background: transparent;
    border:none;
    width: 223px;
}
.arrow-toggle{
    display: inline-block;
    cursor: pointer;
    margin-left: 10px;
    z-index: 15 !important;
}
    
.sticky-menu.active .customer-account-menu {
    right: 72px;
    width: 147px;
}

.sticky-menu .customer-account-menu{
    right: 7px;
    width: 131px;
}

.customer-account-menu{
    margin: 0;
    padding: 0;
    list-style: none none;
    background: #fff;
    border: 1px solid #e5e5e5;
    margin-top: 4px;
    z-index: 5;
    box-sizing: border-box;
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    box-shadow: 0 0 3px rgb(0 0 0 / 15%);
}
.customer-account-menu li{
    display: block;
    width: 100% !important;
    background: #fff !important;
    border: none !important;
    text-align: left !important;
    border-bottom: 1px solid #e5e5e5;
}
.customer-account-menu li:last-child{
    border-bottom: none !important;
}
.page-header .header.links .customer-account-menu li a {
    color: #333;
    text-decoration: none;
    display: block;
    line-height: 1.4;
    padding: 8px !important;
    text-align: left;
    border-bottom: 1px solid #e5e5e5;
}
.customer-account-menu.active{
    display: block;
}
.arrow-toggle:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 10px;
    line-height: 19px;
    color: inherit;
    content: '\e622';
    font-family: 'luma-icons';
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
}
.page-header .header.links li.greet.welcome.after-login .logged-in img {
    vertical-align: middle;
    margin-right: 15px;
}
.cdz-login-form-dropdown .block-customer-login a {
    padding-left: 45px !important;
}
.cdz-login-form-dropdown .btn-social > :first-child{
    line-height: 45px;
}
.cdz-login-form-dropdown .btn-google .fa-google {
    background-color: #fff;
    background-position: center;
}

/* Sticky Header */
.page-header.sticky-menu.active .header.content{
    padding: 0 !important;
    margin-bottom: 10px;
    padding-top: 16px !important;
}
.page-header.sticky-menu.active{
    min-height: 55px;
    background-color: #fff !important;
    box-shadow: 0 5px 10px rgba(0,0,0,.4);
}
.page-header.sticky-menu.active .logo{
    display: block !important;
}
.page-header.sticky-menu.active .logo img{
    margin-top: 10px !important;
}
.page-header.sticky-menu.active .search-wrapper{
    position: static !important;
    width: 100% !important;
    max-width: 790px;
    margin-left: 147px !important;
    float: left !important;
}
@media (min-width: 600px) and (max-width: 767px){
    .page-header.sticky-menu.active .header.links{
        display: block !important;
        margin-top: 2px !important;
    }
}
@media screen and (min-width: 767px)  {
    .page-header.sticky-menu.active .header.links{
        display: block !important;
        margin-top: 4px !important;
    }
    .footer .footer-content-4 .download-button {
        display: flex;
        justify-content: end;
    }
}
@media screen and (max-width: 600px)  {
    .page-header.sticky-menu.active .header.links{
        display: block !important;
        margin-top: 2px !important;
    }
}

.page-header.sticky-menu.active .block-search .action.search{
    height: 42px !important;
    width: 64px;
    border-radius: 4px !important;
    background: #fff !important;
    border: 1px solid #e5e5e5;
}
.page-header.sticky-menu.active .search-wrapper .block-search .action.search:before {
    color: #D1BE4A !important;
    font-weight: normal !important;
    font-size: 15px !important;
}
.sticky-menu.active .cdz-cat-search {
    display: block !important;
}
.page-header.sticky-menu.active .block-search .search-form-container{
    position: relative !important;
    margin-left: -147px !important;
}

@media (min-width: 767px) and (max-width: 1025px){
    .page-header.sticky-menu.active .header.content .header.content{
        display: block !important;
        left: unset !important;
    }
}
.page-header.sticky-menu.active .header.content .header.content{
    display: block !important;
    left: 134px;
}
.page-header.sticky-menu.active .search-wrapper .block-search input[type="text"] {
    width: 100% !important;
    float: left;
    height: 42px !important;
    border: 1px solid #e5e5e5 !important;
    border-radius: 4px !important;
    padding: 0 65px 0 15px !important;
    font-size: 12px;
    color: #b6b6b6 !important;
    margin-top: 5px;
    text-transform: capitalize !important;
    font-family: Ubuntu !important;
}
.page-header.sticky-menu.active .search-wrapper .actions{
    top: 5px;
}
.page-header.sticky-menu.active .minisearch{
    max-width: 594px;
    margin-left: 170px;
}
.page-header.sticky-menu.active .minicart-wrapper{
    right: 85px !important;
    top: 9px !important;
}
/* Work on 03-02-2021 */
/* Work on 04-02-2021 */
.page-header.sticky-menu.active .minicart-wrapper.active .ui-dialog{
    background-color: #F5F6F8 !important;
}

/* Media Queries */
@media (max-width:1240px){
    .page-header.sticky-menu:not(.active) .search-wrapper,.page-header.sticky-menu.active .search-wrapper{
        max-width: 43%;
    }
    .page-header.sticky-menu.active .header.content .header.content{
        position: absolute;
        right: 13px;
    }
}
/* Work on 02-02-2021 */
@media(max-width:1024px){
    .block-search .search-form-container{
        position: relative;
    }
    .page-header.sticky-menu:not(.active) .box-header{
        min-height: 140px;
    }
    .page-header.sticky-menu:not(.active) .search-wrapper {
        max-width: 98%;
        margin: 0;
        position: absolute;
        min-height: 100%;
    }
    .search-form-container .cdz-cat-search {
        position: absolute;
        top: 30px;
        left: 110px;
    }
    .page-header.sticky-menu.active .search-form-container .cdz-cat-search{
        top: 20px;
    }
    .minisearch {
        float: none;
        margin-left: 0;
        width: 100%;
        max-width: 100%;
        position: absolute;
        bottom: -110px;
        left: 0;
    }
    .page-header.sticky-menu:not(.active) .header.content{
        padding:8px 23px !important;
    }
    .page-header.sticky-menu.active .header.content{
        padding: 8px 12px !important;
    }
    .page-header.sticky-menu.active .logo img {
        margin-top: 9px !important;
    }
    .page-header.sticky-menu.active .search-wrapper{
        margin-left: 0 !important;
        max-width: 100%;
    }
    .page-header.sticky-menu.active .minicart-wrapper{
        top: 6px !important;
        right: 66px !important;
    }
    .page-header.sticky-menu.active .minicart-wrapper .action.showcart .counter.qty{
        top: 0 !important;
        right: 0 !important;
    }
    .page-header.sticky-menu:not(.active) .search-wrapper, .sticky-menu:not(.active) .block-search {
        max-width: 95%;
    }
    .page-header.sticky-menu.active{
        min-height: 146px;
        padding: 12px;
    }
    .page-header.sticky-menu.active .minisearch {
        max-width: 100%;
        margin-left: 0;
    }
    .page-header.sticky-menu:not(.active) .search-wrapper,.page-header.sticky-menu.active .search-wrapper {
        margin-top: 0 !important;
        margin-left: 0 !important;
    }
    .cdz-cat-search .dropdown{
        top: 17px !important;
    }
    .page-header .header.links li>a,.page-header .switcher .options .action.toggle, .page-footer .switcher .options .action.toggle {
        font-size: 12px;
        padding: 8px 18px;
    }
    .page-header .header.links li>a{
        padding:8px 13px;
    }
    .page-header .switcher{
        padding:0;
    }
    .page-header .header.links{
        max-width: 143px;
    }
    .page-header .box-header .header.content .header.content{
        max-width: 227px;
    }
    .page-header .minicart-wrapper{
        margin-top: 22px;
    }
    .page-header .minicart-wrapper .action.showcart .text:before{
        font-size: 25px !important;
    }
    .minicart-wrapper .action.showcart .counter.qty{
        font-size: 10px;
        line-height: 15px;
        min-width: 14px;
        height: 14px;
        top: -4px !important;
    }
    .page-header .panel.wrapper .cdz-main-menu .cdz-horizontal-menu .groupmenu{
        margin-right: 10px;
    }
    .page-header .logo img {
        max-height: inherit;
        max-width: 100px;
        margin-top: 15px;
    }
    /* 03-02-2021 */
    .page-header .header.links li.greet.welcome.after-login img{
        width: 32px;
        height: 32px;
        margin-right: 8px;
    }
    .page-header.sticky-menu.active .panel.wrapper{
        border-bottom: none !important;
    }
    .cdz-login-form-dropdown {
        top: 35px !important;
    }
}
@media (max-width:600px){
    .page-header .minicart-wrapper{
        margin-right: -30px !important;
        margin-top: 0px !important;
    }
    .page-header .box-header .header.content .header.content{
        max-width: 210px !important;
    }
    .page-header.sticky-menu:not(.active) .search-wrapper{
        margin: 0;
    } 
    .page-header.sticky-menu:not(.active) .search-wrapper, .sticky-menu:not(.active) .block-search {
        max-width: 95%;
        margin-top: 2px !important;
    } 
    .search-form-container .cdz-cat-search{
        top: 26px;
    }
}
/* Work on 02-02-2021 */
@media (max-width: 767px){
    .page-header .search-wrapper{
        display: block;
    }
    .page-header .box-header .header.content .header.content{
        max-width: 182px !important;
        position: absolute;
        z-index: 9;
        right: 0;
        top: 4px;
    }
    .nav-open .page-header .box-header .header.content .header.content{
        z-index: inherit;
    }
    .minicart-items .product-item-name{
        margin-top: -3px;
    }
    .minicart-wrapper .action.close{
        right: 0;
    }
    /* work on 28-01-2021 */
    .page-header.sticky-menu:not(.active) .header.content{
        padding: 0 !important;
    }
    
    .page-header .header.links{
        display: none;
    }
    .minicart-wrapper .action.showcart{
        position: relative !important;
    }
    .page-header.sticky-menu:not(.active) .header.panel {
        padding: 0 !important;
    }
    .page-header .box-header .header.content .cdz-main-menu .cdz-horizontal-menu {
        display: block;
    }
    .minisearch{
        margin-left: 0;
        position: static;
    }
    .mobile-search-wrapper .mobile-search-form-container input[type="text"]{
        background:#F6F5F1;
        /* border-color: #e5e5e5 !important; */
        height: 36px !important;
        color: #726f6f;
        font-size: 6.5pt;
        font-style: normal;
        padding-left: 5px;
        font-weight: 500;
    }
    .block-search .action.search{
        width: 36px;
        height: 36px;
        background: #F6F5F1 !important;
        border-radius: 4px;
    }
    .mobile-search-wrapper .mobile-search-form-container .action.search:before{
        color:#D1BE4A !important;
        font-size: 13px !important;
        line-height: 36px;
    }
    
    .nav-sections-item-content .header-link{
        margin: 0 !important;
        padding: 0 !important
    }
    .nav-sections-item-content .header-link li{
        width: 100%;
        margin-bottom: 0;
        border-bottom: 1px solid #424242;
    }
    .nav-sections-item-content .header-link li a{
        padding: 10px;
        display: inline-block;
        width: 100%;
        font: 500 12px/1.35 Poppins, Helvetica Neue, Verdana, Arial, sans-serif !important;
    }
    .page-header .logo .small-logo{
        margin: 23px 0;
    }
    .nav-sections-item-title .nav-sections-item-switch:hover{
        color: #b0d235 !important;
    }
    .cart-footer{
        display: none !important;
    }
    /* Work on 02-02-2021 */
    .cdz-menu .item.level-top {
        display: inline-block !important;
        width: inherit !important;
        border-bottom: none!important;
    }
    .page-header .panel.wrapper .cdz-main-menu .cdz-horizontal-menu li.level0>a.menu-link{
        padding:9px 10px;
        font-size: 10px;
    }
    .page-header.sticky-menu:not(.active) .header.panel{
        height: 32px;
    }
    .nav-toggle:before, .nav-toggle span:after, .nav-toggle span:before {
        background: #4d4f56;
    }
    .page-header .logo img{
        max-width: 70px;
    }
    .minicart-wrapper .action.showcart:before {
        content: '\f07a' !important;
        font-size: 20px !important;
        padding-left: 10px;
    }
    .page-header .minicart-wrapper .action.showcart .counter.qty{
        top: 5px !important;
        right: 3px;
        font-size: 7px;
        line-height: 14px;
        min-width: 12px;
        height: 12px;
    }
    .nav-toggle{
        height: 16px !important;
        z-index: 14 !important;
        display: none;
    }
    .nav-before-open body .nav-toggle{
        z-index: 9;
    }
    .nav-toggle,.nav-toggle span:after, .nav-toggle span:before{
        width: 33px;
    }
    .nav-toggle:before{
        width: 18px !important;
        top: 7px !important;
    }
    .page-header .logo{
        margin-left: 10px !important;
        text-align: left;
        margin-bottom: 0;
        width: inherit;
    }
    .page-header .header.links {
        display: block;
        margin-right: 15px;
        max-width: 107px;
    }
    .minicart-wrapper{
        position: relative;
        margin:4px 0 0 !important;
    }
    .page-header .panel.wrapper .cdz-main-menu .cdz-horizontal-menu .groupmenu{
        margin-right: 5px;
    }
    .page-header .header.links li>a, .page-header .switcher .options .action.toggle, .page-footer .switcher .options .action.toggle{
        font-size: 10px;
        padding: 8px 1px;
    }
    .page-header .header.links li>a{
        padding: 6px 0;
    }
    .page-header .switcher {
        padding:0;
    }
    .page-header.sticky-menu:not(.active) .box-header {
        min-height: inherit;
    }
    .page-header.sticky-menu:not(.active) .search-wrapper, .sticky-menu:not(.active) .block-search {
        max-width: 95% !important;
    }
    .nav-open .nav-sections{
        display: block !important;
        background: #fff;
        padding: 16px;
    }
    .navigation li.level0 {
        border: none !important;
        border-bottom: 1px solid #e5e5e5 !important;
    }
    .navigation .submenu:not(:first-child) ul>li a, .navigation a {
        color: #4D4F56 !important;
        text-decoration: none;
        font-size: 14px !important;
        text-transform: capitalize !important;
        font-weight: 400 !important;
        padding-left: 0 !important;
        padding-bottom: 10px !important;
        padding-top: 18px !important;
    }
    .category-menu {
        padding-top: 52px;
        font-size: 16px;
        color: #4D4F56 !important;
        font-weight: 700;
    }
    .navigation .parent .level-top:after{
        font-size: 15px !important;
        color: #4D4F56 !important;
        width: 20px !important;
    }
    .nav-before-open:before{
        content: '';
        position: fixed;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background: rgba(0, 0, 0, 0.23);
        z-index: 5;
    }
    .nav-before-open.nav-open .nav-toggle span:before, .nav-before-open.nav-open .nav-toggle span:after {
        background: #fff;
    }
    /* Work on 02-02-2021 */
    /* Work on 03-02-2021 */
    .minicart-wrapper.active .ui-dialog .block-minicart{
        max-width: 100%;
    }
    .nav-sections-items .cdz-main-menu .groupmenu{
        margin: 37px 0 0;
    }
    .nav-sections-items .cdz-main-menu .groupmenu li.level0:first-child{
        display: none !important;
    }
    .nav-sections-items .cdz-main-menu .groupmenu li.level0{
        width: 100% !important;
        display: block !important;
    }
    .nav-sections-items .cdz-main-menu .groupmenu li.level0>a.menu-link{
        background-color: transparent !important;
        color:#4D4F56;
        font-size: 16px;
        font-weight: 700;
        padding-left: 0;
        padding-bottom: 0;
    }
    .nav-sections-items .cdz-main-menu .groupmenu li.level0:hover>a.menu-link{
        font-size: 16px !important;
        font-weight: 700 !important;
    }
    
    .page-header .header.links li.greet.welcome.after-login img{
        width: 24px;
        height: 24px;
        margin-right: 6px;
    }
    .page-header .header.links li.greet.welcome.after-login .logged-in{
        display: none;
    }
    .page-header .header.links>li.greet.welcome.after-login{
        width: auto;
    }
    .arrow-toggle{
        margin-left: 0;
    }
    .cdz-login-form-dropdown {
        top: 26px !important;
    }
    .search-form-container .cdz-cat-search,.sticky-menu.active .cdz-cat-search {
        display: none !important;
    }
    .page-header.sticky-menu.active{
        padding: 0;
        min-height: 128px;
    }
    
    .page-header.sticky-menu.active{
        box-shadow: none;
    }
    .page-header.sticky-menu.active .minicart-wrapper{
        right: 106px;
    }
    .page-header.sticky-menu.active .header.links{
        margin-right: 0;
    }
    .page-header.sticky-menu.active .logo{
        position: absolute;
        left: 0;
    }
    .page-header.sticky-menu.active .minicart-wrapper{
        top: -10px !important;
        right: 8px !important;
    }
    .page-header.sticky-menu.active .minicart-wrapper .action.showcart .counter.qty {
        top: 5px !important;
        right: 3px !important;
    }
    .page-header.sticky-menu.active .header.content {
        padding: 8px 12px 15px !important;
        margin-bottom: 15px;
    }
    .page-header.sticky-menu.active .header.content .header.content {
        margin-top: 5px;
    }
    .zero-string{
        padding-top: 4px;
    }
    .page-header.sticky-menu.active .block-search .action.search {
        height: 36px !important;
        width: 36px;
    }
    .page-header.sticky-menu.active .nav-toggle{
        top: 20px;
        left: 18px;
    }
    .page-header.sticky-menu.active {
        min-height: auto;
        background-color: #b0d235;
        box-shadow: 0 0 5px #bdbdbd;
        -moz-box-shadow: 0 0 5px #bdbdbd;
        -webkit-box-shadow: 0 0 5px #bdbdbd;
        -o-box-shadow: 0 0 5px #bdbdbd;
        -ms-box-shadow: 0 0 5px #bdbdbd;
        width: 100%;
        height: auto;
        max-width: 100% !important;
        top: 0;
        left: 0;
        right: 0;
        z-index: 889;
        margin: 0 auto;
        position: fixed !important;
        -webkit-animation-name: fadeInDown;
        -webkit-animation-duration: 5.0s;
        -webkit-animation-timing-function: linear;
        -webkit-animation-iteration-count: infinite;
        -webkit-animation-direction: normal;
        -webkit-animation-play-state: running;
        -webkit-animation-fill-mode: forwards;
        -moz-animation-name: anim_titles;
        -moz-animation-duration: 5.0s;
        -moz-animation-timing-function: linear;
        -moz-animation-iteration-count: infinite;
        -moz-animation-direction: normal;
        -moz-animation-play-state: running;
        -moz-animation-fill-mode: forwards;
        -webkit-animation-delay: 1s;
        -moz-animation-delay: 1s;
        -webkit-animation-iteration-count: 1;
        -moz-animation-iteration-count: 1;
        -webkit-animation-duration: 0.7s;
        -moz-animation-duration: 0.7s;
        -webkit-animation-delay: 0s;
        -moz-animation-delay: 0s;
        -webkit-animation-timing-function: ease-out;
        -moz-animation-timing-function: ease-out;
    }
}
@media (max-width:585px){
    .minicart-wrapper .product-item-name>a{
        width: 100%;
        display: inline-block;
    }
    .minicart-wrapper .product-image-wrapper{
        width: 70px;
        height: 77px;
        border: none;
    }
    .minicart-items .product-item-details {
        padding-left: 79px;
    }
    .minicart-wrapper .product-image-wrapper img {
        padding: 15px;
    }
    .minicart-items .product-item{
        padding:24px 15px;
    }
    .block-minicart .items-total, .block-minicart .empty-container{
        padding: 24px 15px;
    }
    .block-minicart .subtotal-main-container{
        padding: 25px 32px;
        z-index: 1;
    }
    .minicart-items .product-item-name{
        margin-bottom: 15px;
        margin-top: 0;
        pointer-events: none;
        height: 20px;
    }
    /* Work on 02-02-2021 */
    .page-header.sticky-menu:not(.active) .search-wrapper, .sticky-menu:not(.active) .block-search {
        max-width: 95% !important;
    }
    .page-header .box-header .header.content .header.content {
        max-width: 176px !important;
    }
    .block-minicart .items-total span, .block-minicart .zero-item-cart{
        font-size: 15px;
    }
    .block-minicart .items-total .count{
        font-size: 13px;
        padding-top: 3px;
    }
    .minicart-items .product-item-details .details-qty .plus, .minicart-items .product-item-details .details-qty .minus{
        width: 30px;
        height: 30px;
        line-height: 30px;
        font-size: 19px;
        border-radius: 10px;
    }
    .minicart-items .product-item-details .details-qty{
        margin-top: 0;
        float: right;
    }
    .minicart-items .product-item-details .price{
        font-size: 14px;
    }
    .minicart-items .product-item-details .price-including-tax, .minicart-items .product-item-details .price-excluding-tax{
        margin:0;
    }
    .block-minicart .subtotal .label{
        font-size: 16px;
    }
    .block-minicart .amount .price-wrapper:first-child .price{
        font-size: 16px;
    }
    .minicart-items .action.edit:before, .minicart-items .action.delete:before{
        font-size: 19px;
    }

    .minicart-items .action.edit{
        display: none;
    }

    .minicart-wrapper .product .actions>.primary:not(:last-child), .minicart-wrapper .product .actions>.secondary:not(:last-child){
        margin-right: 5px;
    }
    /* Work on 02-02-2021 */
    .page-header.sticky-menu.active .header.content{
        margin-bottom: 0;
    }

    .minicart-items .product-item-pricing .price-container{
        float: left;
    }

    .minicart-items .action.delete{
    position: relative;
    top: 46px;
    right: 146px;
    }
}
@media(max-width:320px){
    .minicart-wrapper.active .ui-dialog .block-minicart {
        max-width: 280px;
    }
    .minicart-wrapper .ui-dialog .block-minicart{
        min-width: 280px;
    }
}

@media (max-width: 600px) and (min-width: 400px){

    .page-layout-checkout .minicart-wrapper .action.showcart::before {
        line-height: 24px !important;
    }

    .page-layout-checkout .page-main {
        padding-top: 0px;
    }

    .page-layout-checkout .page-header .header {
        max-height: 15px !important;
    }

    .page-layout-checkout .page-header .logo .small-logo {
        margin: 0px 0;
    }
    
    .minicart-wrapper .block-minicart a{
        font-size: 11px !important;
    }
    
    .minicart-wrapper .product .actions{
        right: 2px !important;
        top: 22px;
    }
    
    
    .minicart-wrapper .action.showcart:before {
        content: '\f07a' !important;
        font-size: 30px !important;
        padding-left: 10px;
        margin-right: 5px;
    }

    .page-header .minicart-wrapper .action.showcart .counter.qty{
        top: 5px !important;
        right: 0px;
        font-size: 10px;
        line-height: 14px;
        min-width: 14px;
        height: 14px;
    }   
    
    .page-header .header.links li.greet.welcome.after-login img {
        width: 30px;
        height: 30px;
        margin-right: -10px;
    }
    
    .page-header.sticky-menu.active .minicart-wrapper {
        top: -5px !important;
        left: 175px !important;
    }

    .page-layout-checkout .page-main {
        padding-top: 0px;
    }

    .page-layout-checkout .page-header .header {
        max-height: 15px !important;
    }

    .page-layout-checkout .page-header .logo .small-logo {
        margin: 0px 0;
    }

    .page-layout-checkout .minicart-wrapper .action.showcart::before {
        line-height: 24px !important;
    }
   
    
    .mobile-search-wrapper .mobile-search-form-container .action.search:before {
        color: #D1BE4A !important;
        font-size: 15px !important;
        line-height: 36px;
    }
    
    .page-header .box-header .header.content .header.content {
        max-width: auto !important;
        top: 0px;
        height: 0px;
        right: -7px;
    }
    
    .page-header.sticky-menu.active .header.links{
        margin-right: -80px !important;
    }
    
    .page-header.sticky-menu.active .block-search .action.search{
        background: #F6F5F1 !important;
        border: none !important;
    }
    
    
    div#sesa-home-category{
        display: block;
        margin-left: -20px;
        margin-bottom: 18px;
        margin-top: 0;
        /* width: 114%; */
        padding: 0;
    }
    
    div#sesa-home-category img {
        width: 95%;
        margin-left: -15px;
    }
    
    div#sesa-brand{
        display: block;
        margin-left: -25px;
        margin-bottom: 10px;
        margin-top: 15px;
        width: 116%;
        padding: 0; 
    }

    body[class*="cms-promo"] div#sesa-brand{
        width: 111%;
    }
    
    div#sesa-brand img {
        width: 95%;
        margin-left: -5px;
    }
    
    #sesa-brand .cdz-owlcarousel-des {
        font-family: Ubuntu;
        font-style: normal;
        font-weight: bold;
        font-size: 16px;
        line-height: 18px;
        display: flex;
        align-items: center;
        text-transform: capitalize;
        color: #4C5A99;
        position: absolute;
        top: 4px;
        width: 101px;
        left: 2px;
        -webkit-text-stroke: 0.2px #fff;
    }
    
    .minicart-wrapper .product-image-wrapper img{
        padding: 0;
    }
    
    .page-header .header.links .after-login {
        margin-left: 13px;
        margin-top: 8px !important;
    }
    
    .customer-account-menu{
        margin-top: 53px;
    }
    
    .page-header .header.links>li.greet.welcome.after-login{
        width: 48px;
    }

    .sticky-menu.active ul.customer-account-menu.active {
        left: 168px;
        width: 96px;
    }

    .minicart-wrapper.login-cust {
        top: 1px !important;
    }

    /* .page-header .minicart-wrapper {
        margin-right: -29px !important;
        top: -2px;
    } */

    .page-header.sticky-menu:not(.active) .search-wrapper{
        min-height: 0;
    }

    .page-header.sticky-menu.active .minicart-wrapper.active .ui-dialog .block-minicart {
        height: 100vh;
        background: #F5F6F8;
    }
    
    .page-header.sticky-menu.active .block-minicart .subtotal-main-container {
        display: flex;
        background-color: #fff;
        padding: 24px 15px;
        position: inherit;
        bottom: 0 !important;
        left: 0;
        width: 100%;
    }
    
}

/* custom mobile 375 */
@media only screen and (max-width: 399px){
    
    .minicart-wrapper .block-minicart a{
        font-size: 9px !important;
    }

    .page-header .minicart-wrapper {
        margin-right: -20px !important;
        margin-top: 0 !important;
    }
    
    .minicart-wrapper .product .actions{
        right: 2px !important;
        top: 22px;
    }

    .minicart-wrapper .action.showcart:before {
        content: '\f07a' !important;
        font-size: 30px !important;
        padding-left: 10px;
        margin-right: 5px;
    }

    .page-header .minicart-wrapper .action.showcart .counter.qty{
        top: 5px !important;
        right: 0px;
        font-size: 10px;
        line-height: 14px;
        min-width: 14px;
        height: 14px;
    }   
    
    .page-header .header.links li.greet.welcome.after-login img {
        width: 30px;
        height: 30px;
        margin-right: -10px;
    }
    
    .page-header.sticky-menu.active .minicart-wrapper {
        top: -5px !important;
        left: 125px !important;
    }

    .page-layout-checkout .page-main {
        padding-top: 0px;
    }

    .page-layout-checkout .page-header .header {
        max-height: 15px !important;
    }

    .page-layout-checkout .page-header .logo .small-logo {
        margin: 0px 0;
    }

    .page-layout-checkout .minicart-wrapper .action.showcart::before {
        line-height: 24px !important;
    }
    
    .mobile-search-wrapper .mobile-search-form-container .action.search:before {
        color: #D1BE4A !important;
        font-size: 15px !important;
        line-height: 36px;
    }
    
    .page-header .box-header .header.content .header.content {
        max-width: auto !important;
        top: 0px;
        height: 0px;
        right: -7px;
    }
    
    .page-header.sticky-menu.active .header.links{
        margin-right: -38px !important;
    }
    
    .page-header.sticky-menu.active .block-search .action.search{
        left: 120px !important;
        background: #F6F5F1 !important;
        border: none !important;
    }
    
    div#sesa-home-category{
        display: block;
        margin-left: -20px;
        margin-bottom: 18px;
        margin-top: 0;
        width: 114%;
        padding: 0;
    }
    
    div#sesa-home-category img {
        width: 95%;
        margin-left: -15px;
    }
    
    div#sesa-brand{
        display: block;
        /* margin-left: -25px; */
        margin-bottom: 10px;
        margin-top: 15px;
        /* width: 116%; */
        padding: 0;
    }
    
    div#sesa-brand img {
        width: 95%;
        margin-left: -29px;
    }
    
    #sesa-brand .cdz-owlcarousel-des {
        font-family: Ubuntu;
        font-style: normal;
        font-weight: bold;
        font-size: 16px;
        line-height: 18px;
        display: flex;
        align-items: center;
        text-transform: capitalize;
        color: #4C5A99;
        position: absolute;
        top: 4px;
        width: 101px;
        left: 2px;
        -webkit-text-stroke: 0.2px #fff;
    }
    
    .minicart-wrapper .product-image-wrapper img{
        padding: 0;
    }
    
    /* belum 400 */
    .page-header .header.links .after-login {
        margin-left: 13px;
        margin-top: 8px !important;
    }
    
    .sticky-menu .customer-account-menu{
        margin-top: 53px;
        right: 0 !important;
    }
    
    .page-header .header.links>li.greet.welcome.after-login{
        width: 48px;
    }

    .sticky-menu.active ul.customer-account-menu.active {
        left: 140px;
        width: 88px;
    }

    .page-header.sticky-menu:not(.active) .search-wrapper{
        min-height: 0;
    }

    .page-header.sticky-menu.active .minicart-wrapper.active .ui-dialog .block-minicart {
        height: 100vh;
        background: #F5F6F8;
    }
    
    .page-header.sticky-menu.active .block-minicart .subtotal-main-container {
        display: inline-block;
        background-color: #fff;
        padding: 24px 15px;
        position: sticky;
        bottom: 0;
        left: 0;
        width: 100%;
    }

    @media all and (min-width: 768px) {
        .page-header.sticky-menu.active .minicart-wrapper{
            position: inherit !important;
        }
    }

    /* Style for Ios/Safari */

@supports (-webkit-touch-callout: none) {
    .page-header.sticky-menu.active .minicart-wrapper.active .ui-dialog .block-minicart {
        height: 100vh;
        background: #F5F6F8;
    }
    
    .page-header.sticky-menu.active .block-minicart .subtotal-main-container {
        display: inline-block;
        background-color: #fff;
        padding: 24px 15px;
        position: sticky;
        bottom: 0;
        left: 0;
        width: 100%;
    }
  }
    
    
}