/* Your custom style */
.sidebar .block .block-title, .sidebar .block .title { color: #fff; }
.sidebar .block .block-title a.all-brank-link:before { color: #fff; }
.page-main .product-info-main .field.qty .cart-qty { border: 1px solid #d80c14; max-width: 130px; display: grid; grid-template-columns: 35px 1fr 35px; position: relative; }
.page-main .product-info-main .price-box { padding-right: 0 !important; }
.page-main .product-info-main .field.qty .cart-qty .qty-ctl button { width: 100%; padding: 0; height: 35px; border: none; display: flex; align-items: center; justify-content: center; }
.page-main .product-info-main .field.qty .cart-qty .qty-ctl button.decrease:after { color: #fff; font-weight: 600; display: inline-block; font-family: 'CodazonFont'; font-style: normal; font-weight: normal; line-height: 1; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; content: "\e9b3"; font-size: 12px; }
.page-main .product-info-main .field.qty .qty { border-bottom: 0; text-align: center; color: #363e47; }
.page-main .product-info-main .field.qty .cart-qty .qty-ctl button.increase:after { color: #fff; font-weight: 600; display: inline-block; font-family: 'CodazonFont'; font-style: normal; font-weight: normal; line-height: 1; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; content: "\e9b4"; font-size: 12px; speak: none; }
body.search-box-opened {
    overflow: hidden;
}
body.search-box-opened .page-wrapper {
    overflow-y: hidden;
}
body.search-box-opened .search-box-area {
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -moz-transition: all ease 400ms;
    -webkit-transition: all ease 400ms;
    -o-transition: all ease 400ms;
    transition: all ease 400ms;
    -moz-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    visibility: visible;
    z-index: 1000;
}
.search-box-opened .full-box-trigger.visible-xs {
    display: none !important;
}
.search-box-area .full-search-box .cdz-cat-search {
    display: block;
}
.full-search-box .searchsuite-autocomplete {
    width: 100%;
}
.search-box-area .search-box-inner {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    overflow: hidden;
}
.rtl-layout .search-box-area .search-box-inner {
    left: auto;
    right: 0;
}
.search-box-area .search-box-content {
    top: 150px;
    position: absolute;
    max-width: calc(100% - 40px);
    height: auto;
    color: #fff;
    position: relative;
    margin: 0 auto;
    font-size: 22px;
}
.search-box-area .search-box-content .mdl-textfield {
    width: 100%;
}
.search-box-area .search-box-content .inner {
    height: 60px;
}
.search-box-area .search-box-content .current-cat {
    height: 50px;
    display: flex;
    width: 100%;
    max-width: none;
    align-items: flex-end;
    padding-bottom: 0;
    position: absolute;
    bottom: 0;
    color: #fff;
    position: relative;
    padding-right: 20px;
}
.rtl-layout .search-box-area .search-box-content .current-cat {
    padding-left: 20px;
    padding-right: 0;
    text-align: right;
}
.search-box-area .search-box-content .current-cat > span {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.search-box-area .search-box-content .current-cat:after {
    display: inline-block;
    font-family: "CodazonFont";
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e97b";
    font-size: 20px;
    speak: none;
    position: absolute;
    top: 28px;
    right: 0;
}
.rtl-layout .search-box-area .search-box-content .current-cat:after {
    left: 0;
    right: auto;
}
.search-box-area .search-box-content input.input-text {
    height: 70px;
    font-size: 22px;
    color: #fff;
    background-color: transparent;
}
.rtl-layout .search-box-area .search-box-content input.input-text {
    text-align: right;
}
.search-box-area .cdz-cat-search .category-list a {
    color: #ffffff;
}
.search-box-area {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    visibility: hidden;
    overflow-y: scroll;
    -moz-transform: scale(0);
    -webkit-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -moz-transition: all ease 400ms;
    -webkit-transition: all ease 400ms;
    -o-transition: all ease 400ms;
    transition: all ease 400ms;
    -moz-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 100;
}
.rtl-layout .search-box-area {
    left: auto;
    right: 0;
}
body.search-box-opened .search-box-area {
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -moz-transition: all ease 400ms;
    -webkit-transition: all ease 400ms;
    -o-transition: all ease 400ms;
    transition: all ease 400ms;
    -moz-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    visibility: visible;
    z-index: 1000;
}
.search-box-area .search-box-close {
    position: absolute;
    top: 0;
    right: 20px;
    z-index: 999;
    cursor: pointer;
}
.rtl-layout .search-box-area .search-box-close {
    left: 20px;
    right: auto;
}
@media only screen and (max-width: 767px) {
    .rtl-layout .search-box-area .search-box-close {
        left: 0;
    }
}
@media only screen and (max-width: 767px) {
    .search-box-area .search-box-close {
        right: 0;
    }
}
.search-box-area .search-box-close:before {
    -webkit-font-smoothing: antialiased;
    content: "\e616";
    font-family: "icons-blank-theme";
    font-size: 60px;
    color: #fff;
    line-height: 62px;
}
.search-box-area .minisearch .actions {
    position: absolute;
    right: 0;
    top: 30px;
    z-index: 5;
}
.rtl-layout .search-box-area .minisearch .actions {
    left: 0;
    right: auto;
}
.search-box-area .minisearch button.action.search {
    border: none;
    font-size: 0;
    width: 50px;
    height: 50px;
    background: transparent;
}
.search-box-area .minisearch button.action.search:before {
    display: inline-block;
    font-family: "CodazonFont";
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e99d";
    font-size: 23px;
    speak: none;
    line-height: 30px;
    color: #fff;
}
.search-box-area .search-box-backface {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.85);
}
.rtl-layout .search-box-area .search-box-backface {
    left: auto;
    right: 0;
}
.search-box-area .has-cat {
    width: 100%;
    float: right;
}
.rtl-layout .search-box-area .has-cat {
    float: left;
}
.search-box-area .has-cat input[type="text"].input-text {
    padding-left: 220px;
    padding-top: 24px;
    background-color: transparent;
}
.rtl-layout .search-box-area .has-cat input[type="text"].input-text {
    padding-left: 0;
    padding-right: 220px;
}
.search-box-area .has-cat .searchsuite-autocomplete {
    left: 200px;
    top: calc(100% - 15px);
    width: calc(100% - 200px);
}
.rtl-layout .search-box-area .has-cat .searchsuite-autocomplete {
    left: auto;
    right: 200px;
}
.search-box-area .cdz-cat-search {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 200px;
    display: block;
    z-index: 100;
}
.rtl-layout .search-box-area .cdz-cat-search {
    left: auto;
    right: 0;
}
.search-box-area .full-search-box {
    position: relative;
    display: inline-block;
    width: 100%;
}
.search-box-area .nested {
    position: absolute;
    top: calc(100% + 20px);
    display: none;
}
.search-box-area .mdl-textfield:not(.is-focused) .mdl-textfield__label {
    color: #fff;
    font-size: 22px;
    padding: 20px 0px 20px 220px;
}
.rtl-layout .search-box-area .mdl-textfield:not(.is-focused) .mdl-textfield__label {
    padding: 20px 220px 20px 0;
    text-align: right;
}
.search-box-area .mdl-textfield:not(.is-focused) .mdl-textfield__input {
    border-bottom-width: 2px;
    border-bottom-color: #666;
}
.rtl-layout .search-box-area .mdl-textfield__label {
    text-align: right;
}
.search-box-area .mdl-textfield .mdl-textfield__label {
    overflow: visible;
}
.search-box-area .mdl-textfield .mdl-textfield__label:after {
    height: 2px;
    background-color: #fff;
}
.search-box-area .mdl-textfield.is-focused .mdl-textfield__label,
.search-box-area .mdl-textfield.mdl-textfield--floating-label.is-dirty .mdl-textfield__label {
    color: #fff;
    font-size: 18px;
    padding: 0 0;
    top: -10px;
}
.search-box-area .mdl-textfield.is-focused .mdl-textfield__label:after {
    z-index: 100;
}
@media only screen and (min-width: 768px) {
    .search-box-area .search-box-content {
        padding: 0 70px;
    }
    #search_mini_form {
        width: auto;
        float: none;
    }
}
@media only screen and (max-width: 767px) {
    .search-box-area .full-search-box .cdz-cat-search {
        position: relative;
        width: 100%;
        padding: 0;
        border: 1px solid #fff;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
    }
    .search-box-area .full-search-box .cdz-cat-search a {
        display: block;
    }
    .search-box-area .search-box-content {
        top: 70px;
    }
    .search-box-area .search-box-content .inner {
        height: inherit;
    }
    .search-box-area .search-box-content .current-cat {
        height: inherit;
        padding: 10px 20px 10px 10px;
        font-size: 18px;
    }
    .rtl-layout .search-box-area .search-box-content .current-cat {
        padding: 10px 10px 10px 20px;
    }
    .search-box-area .search-box-content .current-cat:after {
        top: 14px;
        right: 10px;
    }
    .rtl-layout .search-box-area .search-box-content .current-cat:after {
        left: 10px;
        right: auto;
    }
    .search-box-area .has-cat {
        padding-top: 30px;
    }
    .search-box-area .has-cat input[type="text"] {
        padding: 0 !important;
    }
    .search-box-area .searchsuite-autocomplete {
        left: 0 !important;
        width: 100% !important;
        right: 0 !important;
    }
    .search-box-area .minisearch .actions {
        top: 100px;
    }
    .search-box-area .mdl-textfield:not(.is-focused) .mdl-textfield__label {
        font-size: 16px;
        padding: 20px 0 !important;
    }
    .cdz-cat-search .category-chooser {
        width: 100%;
    }
    .mdl-button--fab {
        display: none;
    }
    .mb-full-search-box .mb-full-box-trigger {
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
    }
    .no-full-box .cdz-cat-search {
        display: none;
    }
    .search-box-area .no-full-box .cdz-cat-search {
        display: block;
    }
}
.search-box-area .no-cat-search .mdl-textfield:not(.is-focused) .mdl-textfield__label {
    padding-left: 0px;
}
.rtl-layout .search-box-area .no-cat-search .mdl-textfield:not(.is-focused) .mdl-textfield__label {
    padding-right: 0px;
    padding-left: 0px;
}
.search-box-area .search-box-backface {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.85);
}
.rtl-layout .search-box-area .search-box-backface {
    left: auto;
    right: 0;
}
.page-header .sticky-menu.active .header-search-wrap .header-search:not(.no-full-box) .minisearch input[type="text"] {
        background: #423d38;
        width: 40px;
        height: 40px;
        display: none;
    }
    .page-header .sticky-menu.active .header-search-wrap .header-search:not(.no-full-box) .minisearch .actions .search {
        color: #fff;
    }
    .page-header .sticky-menu.active .header-search-wrap .header-search:not(.no-full-box) .minisearch .actions .search:before {
        line-height: 40px;
        font-size: 20px;
    }
    .page-header .sticky-menu.active .header-search-wrap .header-search:not(.no-full-box) .minisearch label {
        font-size: 0;
    }
.full-box-trigger {
    cursor: pointer;
}
.full-search-box .full-box-trigger {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
.rtl-layout .full-search-box .full-box-trigger {
    left: auto;
    right: 0;
}
.mb-full-search-box .mb-full-box-trigger {
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
    }
    .search-box-opened .full-box-trigger.visible-xs {
    display: none !important;
}
.page-header .sticky-menu:not(.active) .header-search.hide-advanced-search .action.advanced {
    display: none;
}
.page-header .sticky-menu:not(.active) .header-search.hide-advanced-search .minisearch input[type="text"] {
    width: 100%;
}
.page-header .sticky-menu:not(.active) .header-search.hide-advanced-search .minisearch .actions {
    right: 0;
}
.rtl-layout .page-header .sticky-menu:not(.active) .header-search.hide-advanced-search .minisearch .actions {
    left: 0;
    right: auto;
}
 .page-header .sticky-menu:not(.active) .header-search.hide-advanced-search div[data-role="search_form"] {
        width: calc(calc(100% - 10px));
    }
  .page-header .header-search.no-full-box.has-cat-search .cdz-cat-search .inner {
        height: 100%;
        position: relative;
    }
    .search-box-area .search-box-content .inner {
        height: inherit;
    }
    .full-search-box .cdz-cat-search {
    display: none;
}
.search-box-area .full-search-box .cdz-cat-search {
    display: block;
}
.search-box-area .search-box-content .current-cat > span {
    overflow: visible;
    text-overflow: ellipsis;
    white-space: nowrap;
}
/* 28-11-2023 Start */
.top-banners .item .img img{float:right;}
.special-deal .custom_deal_section p.cust_image img {display: block;}
.product-info-main-inner .parent_links_main{display:none;}
.amxnotif-block .input-fields input[type="email"] {border: none; border-bottom: 1px solid #e1e1e1;padding-left: 0;    border-radius: 0; height: 40px;}
.product.info.detailed .product.items .item.title>.switch{background: transparent !important;padding-bottom:18px !important;}
.product.info.detailed .product.items .item.title>.switch:after {display:block;}
.product-view-style-04 .product-info-main div.product-left .product-info-main-inner .itoris-pm-product-marker a .price_mh_img_cust {display: none;}
.product-view-style-04 .product-info-main div.product-left .product-info-main-inner .itoris-pm-product-marker a{display: inline-block; width: auto;padding: 13px 20px;font-size: 20px;line-height: 1;color: #d80c14;margin-right: 10px;margin-bottom: 0;border: 1px solid #d80c14;max-height: 48px;margin-right: 0;border-radius:0;background:none;}
.product-view-style-04 .product-info-main div.product-left .product-info-main-inner .itoris-pm-product-marker a:hover{background:#fff;}
body .block-minicart .cart-total { background: #f5f5f5;}
.minicart-wrapper .cdz-dropdown .block-minicart .block-title{margin-top:4px;}
body .minicart-items .product-item .product-item-pricing .label{display:inline-block;}
.minicart-items .product-item .product-item-actions .details-qty .m-btn.m-minus {display: none;}
.minicart-items .product-item .product-item-actions .details-qty .m-btn.m-plus {display: none;}
.minicart-items .product-item .product-item-actions .item-qty{border:none;border-bottom:1px solid #e1e1e1;}
 .cart-container .cart-summary{background:#2b2a29 !important;}
table#shopping-cart-table > tbody > tr > td .m-btn {display: none;}
table#shopping-cart-table > tbody > tr > td .cdz-qty-box{padding-inline-end: 0px} 
.cart-container .cart.table-wrapper .col.qty .input-text {border: none;border-bottom: 1px solid;display: inline-block;
vertical-align: top;float: right;}
.checkout-cart-index .cart-gift-item .title { font-family: 'Open Sans','Helvetica Neue',Helvetica,Arial,sans-serif;
    font-weight: 700;text-transform: none;font-size: 1.4rem;}
.checkout-cart-index .cart-container div#gift-options-cart {width: 100%;}
.checkout-cart-index .gift-options-content input {border: none;border-bottom: 1px solid #ffff;border-radius: 0;}
html, body {font-size: 14px;}
.cart-container:before{background:#2b2a29 !important;}
.cart-container .cart.main.actions button.action.towishlist {display: none;}
.cart-container .cart.main.actions{justify-content: space-between;}
.product-view-style-04 .product-info-main .product-left .box-tocart .actions ul.cdz-social-listing li a{vertical-align:top;}
.parent_links_main.newPopcontent {min-width: 100%;}
body .cdz-dropdown .cdz-dd-content {right: 0 !important;left: auto !important;}
.product-view-style-04 .product-info-main div.product-left{overflow:hidden;}
.product-view-style-04.catalog-product-view #product-buy-now-button{height:48px;}
.checkout-index-index .minicart-items .product-item .product-image-container {width: auto !important;max-width:37.5px;}
.md-sidenav-right.cdz-sidebar {background: #fff;}
body .cdz-sidebar .acount-menu .account-menu-items>li a {color: #000;}
.account-info-summary .info-summary-top .actions-toolbar .primary button{color: #d80c14;border-color: #d80c14;
    background: #fff;font: 600 12px/1.35 Rajdhani, Helvetica Neue, Verdana, Arial, sans-serif;}
body .cdz-sidebar .account-info-summary .info-summary-bottom .secondary {background: #f5f5f5;display: inline-block;   vertical-align: top;margin: 10px 0;} 
.cdz-block-content .cat-item.item a.item-image img.img-responsive{width:auto;}
.account-info-summary .block-customer-login label {color: #000 !important;font-size: 14px !important; letter-spacing: 0px;font-weight: 600 !important; display: block; margin-bottom: 3px;}
body .account-info-summary .info-summary-top .actions-toolbar .secondary a{border:none;}
body .account-info-summary .info-summary-top .actions-toolbar .secondary a span{color:#000;font-weight: 500;}
body input[type="checkbox"]{background:#fff;width:14px;height:14px;border-width:1px;}
.mini-list .actions-toolbar .primary button.action.login.primary {color: #d80c14;border-color: #d80c14;background: #fff;}
body input[type="checkbox"]:checked { background: #d80c14;border-color: #d80c14;}
body input[type="checkbox"]:after{display:none;}
body input[type="checkbox"]:focus {box-shadow: none !important;}
.mini-list .actions-toolbar .primary button.action.login.primary:hover{opacity:0.5}
.checkout-index-index .modal-popup .modal-inner-wrap{background:#fff;}

.block-customer-login .field input { border: none; color: #9c9c9c;border-bottom: 1px solid #e1e1e1;font: 400 12px/1.35 Rajdhani, Helvetica Neue, Verdana, Arial, sans-serif;height: 40px;
    line-height: 40px;padding-left: 0; padding-right: 0;}
.block-customer-login .field label {color: #000 !important;font-size: 14px !important;letter-spacing: 0px;font-weight: 600 !important;position: absolute;bottom: 7px;transition:all ease 0.3s;}
.block-customer-login .field {position:relative;padding-top:10px;}
.block-customer-login .field.focused label{bottom:25px;}
aside.modal-popup.confirm._show .modal-inner-wrap {background: #fff;max-width:500px;}
aside.modal-popup.confirm._show .modal-inner-wrap button.action-secondary.action-dismiss {margin-bottom: 5px;}
.block-customer-login .field input[type="checkbox"] {height: 14px;ine-height: 31px;vertical-align: top;margin-bottom: -10px;margin-top: -6px;margin-right: 12px;}
.block-customer-login .field input[type="checkbox"]::before {margin-top: 1px; position: absolute; left: 2px;color: #fff;}
    
@media screen and (max-width:767px){
.search-box-area .mdl-textfield:not(.is-focused) .mdl-textfield__label {position: absolute; bottom: 0;width: 100%;}
body .search-box-area .minisearch .actions {top: 100px !important;bottom: 0 !important;right: 0 !important;}
.search-box-area .has-cat input[type="text"].input-text { border: none; box-shadow: none;}
body .search-box-area .search-box-content .current-cat:after {right: 31px;top: 17px !important;}
.search-box-area .mdl-textfield .mdl-textfield__label {color: #FFF !important;transition:all ease 0.3s;}
.search-box-area .mdl-textfield .mdl-textfield__label.active {bottom: 37px !important;top: auto;}
.search-box-area .has-cat input[type="text"].input-text:focus{box-shadow:none !important;}
.product-view-style-04 .product-info-main .box-tocart .actions{flex-direction:column !important;}
.cart-container .cart.main.actions {flex-direction: column;align-items: center;}
}

@media (min-width: 768px) and (max-width: 991px){
body .page-header .features-links li a span.text-uppercase, body .page-header .features-links li a span.text-underlink {font-size: 0px;}
}

@media only screen and (min-width: 768px){
.header-vertical-menu-wrap .main-content-top-left .cdz-vertical-menu {display: block !important;}
}
/* 28-11-2023 End */
.product-view-style-04 .product-info-main .box-tocart .fieldset .actions>* {
    width: auto;
}

/* Pujan Css Start */




.top-banners .item .img img{float:right;}
.special-deal .custom_deal_section p.cust_image img {display: block;}
.product-info-main-inner .parent_links_main{display:none;}
.amxnotif-block .input-fields input[type="email"] {border: none; border-bottom: 1px solid #e1e1e1;padding-left: 0;    border-radius: 0; height: 40px;}
.product.info.detailed .product.items .item.title>.switch{background: transparent !important;padding-bottom:18px !important;}
.product.info.detailed .product.items .item.title>.switch:after {display:block;}
.product-view-style-04 .product-info-main div.product-left .product-info-main-inner .itoris-pm-product-marker a .price_mh_img_cust {display: none;}
.product-view-style-04 .product-info-main div.product-left .product-info-main-inner .itoris-pm-product-marker a{display: inline-block; width: auto;padding: 13px 20px;font-size: 20px;line-height: 1;color: #d80c14;margin-right: 10px;margin-bottom: 0;border: 1px solid #d80c14;max-height: 48px;margin-right: 0;border-radius:0;background:none;}
.product-view-style-04 .product-info-main div.product-left .product-info-main-inner .itoris-pm-product-marker a:hover{background:#fff;}
body .block-minicart .cart-total { background: #f5f5f5;}
.minicart-wrapper .cdz-dropdown .block-minicart .block-title{margin-top:4px;}
body .minicart-items .product-item .product-item-pricing .label{display:inline-block;}
.minicart-items .product-item .product-item-actions .details-qty .m-btn.m-minus {display: none;}
.minicart-items .product-item .product-item-actions .details-qty .m-btn.m-plus {display: none;}
.minicart-items .product-item .product-item-actions .item-qty{border:none;border-bottom:1px solid #e1e1e1;}
 .cart-container .cart-summary{background:#2b2a29 !important;}
table#shopping-cart-table > tbody > tr > td .m-btn {display: none;}
table#shopping-cart-table > tbody > tr > td .cdz-qty-box{padding-inline-end: 0px} 
.cart-container .cart.table-wrapper .col.qty .input-text {border: none;border-bottom: 1px solid;display: inline-block;
vertical-align: top;float: right;}
.checkout-cart-index .cart-gift-item .title { font-family: 'Open Sans','Helvetica Neue',Helvetica,Arial,sans-serif;
    font-weight: 700;text-transform: none;font-size: 1.4rem;}
.checkout-cart-index .cart-container div#gift-options-cart {width: 100%;}
.checkout-cart-index .gift-options-content input {border: none;border-bottom: 1px solid #ffff;border-radius: 0;}
html, body {font-size: 14px;}
.cart-container:before{background:#2b2a29 !important;}
.cart-container .cart.main.actions button.action.towishlist {display: none;}
.cart-container .cart.main.actions{justify-content: space-between;}
.product-view-style-04 .product-info-main .product-left .box-tocart .actions ul.cdz-social-listing li a{vertical-align:top;}
.parent_links_main.newPopcontent {min-width: 100%;}
body .cdz-dropdown .cdz-dd-content {right: 0 !important;left: auto !important;}
.product-view-style-04 .product-info-main div.product-left{overflow:hidden;}
.product-view-style-04.catalog-product-view #product-buy-now-button{height:48px;}
.checkout-index-index .minicart-items .product-item .product-image-container {width: auto !important;max-width:37.5px;}
.md-sidenav-right.cdz-sidebar {background: #fff;}
body .cdz-sidebar .acount-menu .account-menu-items>li a {color: #000;}
.account-info-summary .info-summary-top .actions-toolbar .primary button{color: #d80c14;border-color: #d80c14;
    background: #fff;font: 600 12px/1.35 Rajdhani, Helvetica Neue, Verdana, Arial, sans-serif;}
body .cdz-sidebar .account-info-summary .info-summary-bottom .secondary {background: #f5f5f5;display: inline-block;   vertical-align: top;margin: 10px 0;} 
.cdz-block-content .cat-item.item a.item-image img.img-responsive{width:auto;}
.account-info-summary .block-customer-login label {color: #000 !important;font-size: 14px !important; letter-spacing: 0px;font-weight: 600 !important; display: block; margin-bottom: 3px;}
body .account-info-summary .info-summary-top .actions-toolbar .secondary a{border:none;}
body .account-info-summary .info-summary-top .actions-toolbar .secondary a span{color:#000;font-weight: 500;}
body input[type="checkbox"]{background:#fff;width:14px;height:14px;border-width:1px;}
.mini-list .actions-toolbar .primary button.action.login.primary {color: #d80c14;border-color: #d80c14;background: #fff;}
body input[type="checkbox"]:checked { background: #d80c14;border-color: #d80c14;}
body input[type="checkbox"]:after{display:none;}
body input[type="checkbox"]:focus {box-shadow: none !important;}
.mini-list .actions-toolbar .primary button.action.login.primary:hover{opacity:0.5}
.checkout-index-index .modal-popup .modal-inner-wrap{background:#fff;}
.block-customer-login .field input { border: none; color: #9c9c9c;border-bottom: 1px solid #e1e1e1;font: 400 12px/1.35 Rajdhani, Helvetica Neue, Verdana, Arial, sans-serif;height: 40px;
    line-height: 40px;padding-left: 0; padding-right: 0;}
.block-customer-login .field label {color: #000 !important;font-size: 14px !important;letter-spacing: 0px;font-weight: 600 !important;position: absolute;bottom: 7px;transition:all ease 0.3s;}
.block-customer-login .field {position:relative;padding-top:10px;}
.block-customer-login .field.focused label{bottom:25px;}
aside.modal-popup.confirm._show .modal-inner-wrap {background: #fff;max-width:500px;}
aside.modal-popup.confirm._show .modal-inner-wrap button.action-secondary.action-dismiss {margin-bottom: 5px;}
.block-customer-login .field input[type="checkbox"] {height: 14px;ine-height: 31px;vertical-align: top;margin-bottom: -10px;margin-top: -6px;margin-right: 12px;}
.block-customer-login .field input[type="checkbox"]::before {margin-top: 1px; position: absolute; left: 2px;color: #fff;}
    
@media screen and (max-width:767px){
.search-box-area .mdl-textfield:not(.is-focused) .mdl-textfield__label {position: absolute; bottom: 0;width: 100%;}
body .search-box-area .minisearch .actions {top: 100px !important;bottom: 0 !important;right: 0 !important;}
.search-box-area .has-cat input[type="text"].input-text { border: none; box-shadow: none;}
body .search-box-area .search-box-content .current-cat:after {right: 31px;top: 17px !important;}
.search-box-area .mdl-textfield .mdl-textfield__label {color: #FFF !important;transition:all ease 0.3s;}
.search-box-area .mdl-textfield .mdl-textfield__label.active {bottom: 37px !important;top: auto;}
.search-box-area .has-cat input[type="text"].input-text:focus{box-shadow:none !important;}
.product-view-style-04 .product-info-main .box-tocart .actions{flex-direction:column !important;}
.cart-container .cart.main.actions {flex-direction: column;align-items: center;}
}
.customer-account-create .form-create-account .actions-toolbar .action.back{
    display: block
}
.customer-account-create .form-create-account .actions-toolbar .action.back{
    display: block
}
.account .sidebar .account-nav{
    background: #f5f5f5;
    border: 1px solid #e9eaec;
}
.account .account-nav-content .nav.item {
    border: 0
}
.account .account-nav-content .nav.item :is( a, strong ){
    padding: 5px 18px 5px 15px;
    border-left:  3px solid transparent;
    color: #575757
}
.account .account-nav-content .item.current strong{
    border-color: #ff5501;
    color: #000000;
    font-weight: 600;
    
}
.account .account-nav .content .item:hover a {
    transform: unset;
    background: #e8e8e8;
    font-weight: unset;
    color: #d80c14;
}
.account .account-nav-content .item .delimiter{
    border-top: 1px solid #d1d1d1;
    display: block;
    margin: 10px 1.8rem;
}
.account .page-main .columns .column.main .block{
    background: #fff        
}
body.cms-trade-application #header-panel-bottom .header-vertical-menu-wrap .main-content-top-left .menu-container{
    min-width: 330px;
}
.cms-trade-application .block-reorder{
    display: none;
}
:is(.cms-customer-comments, .cms-terms ) hr{
    margin: 1em 0;
}
:is(.cms-terms , .cms-returns-policy, .cms-privacy-policy-gdpr, .cms-cookie-policy-gdpr-) #maincontent.page-main p{
    margin-bottom: 16px;
}
.creditwebpage_layout .db-credit-row img{
    display: block;
    margin: 0 auto;
}
.cms-cookie-policy-gdpr- .data-table-definition-list th{
    font-size: 13px;
}
.cms-cookie-policy-gdpr- .data-table-definition-list tr:first-child th {
    font-size: 14px;
}
.contact-index-index .contact-form-wrap .store-info.block .contact_us_block form .fieldset .field input{
    padding-block: 19px;
}
.contact-index-index .contact-map-wrap{
    display: none
}
.cdz-menu:not(.cdz-toggle-menu) .groupmenu-drop .item.parent>.menu-link {
    font-weight: 700;
}
@media (min-width: 768px) and (max-width: 991px){
    body .page-header .features-links li a span.text-uppercase, body .page-header .features-links li a span.text-underlink {font-size: 0px;}
}
@media only screen and (min-width: 768px){
    .header-vertical-menu-wrap .main-content-top-left .cdz-vertical-menu {display: block !important;}
}
@media only screen and (max-width: 767px){
    .account .columns .block .account-nav-title{
        width: 100% !important;
        background: #d80c14 !important;
        position: unset !important;
    }
    .account .columns .block .account-nav-title strong{
        width: auto;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 13px 20px 10px;
        color: #fff !important;
    }
    .account .columns .block .account-nav-title strong:before{
        content: '\e622';
        font-family: 'icons-blank-theme';
        font-size: 28px;
        vertical-align: middle;
        order: 1;
        color: #fff !important;
    }
    .account .sidebar .account-nav{
        margin-bottom: 20px;
    }
body .page-header a.logo[class]{
    max-width: 225px;
    margin: 5px 0 0
}
}

:is(.account , .customer-account-create) .actions-toolbar .action.back{
    display: block
}
.account .page-main :is(.form-edit-account, .form-address-edit, .account-billing-agreements){
    background: #fff !important;
}

:is(.form-edit-account, .form-address-edit) .field {
    position: relative
}
:is(.form-edit-account, .form-address-edit) .field:is(.field-name-firstname, .field-name-lastname, .company, .telephone, .taxvat, .region, .city, .zip  ){
    padding-top: 10px;
}
:is(.form-edit-account, .form-address-edit) .field:is(.field-name-firstname, .field-name-lastname, .company, .telephone, .taxvat, .region, .city, .zip  ).focused{
    padding-top: 30px;
}
:is(.form-edit-account, .form-address-edit) .field:is(.field-name-firstname, .field-name-lastname, .company, .telephone, .taxvat, .region, .city, .zip  ).focused label{
    bottom: 35px
}
:is(.form-edit-account, .form-address-edit) .field:is(.field-name-firstname, .field-name-lastname, .company, .telephone, .taxvat, .region, .city, .zip  ) label{
     color: #000 !important;
    font-size: 14px !important;
    letter-spacing: 0px;
    font-weight: 600 !important;
    position: absolute;
    bottom: 7px;
    transition: all ease 0.3s;
}
:is(.form-edit-account, .form-address-edit) .field:is(.field-name-firstname, .field-name-lastname, .company, .telephone, .taxvat, .region, .city, .zip  ) .control{
    position: relative
}
:is(.form-edit-account, .form-address-edit) .field:is(.field-name-firstname, .field-name-lastname, .company, .telephone, .taxvat, .region, .city, .zip  ) .control:after{
    background-color: #3f51b5;
    bottom: 20px;
    content: '';
    height: 2px;
    left: 45%;
    position: absolute;
    transition-duration: .2s;
    transition-timing-function: cubic-bezier(.4,0,.2,1);
    visibility: hidden;
    width: 10px;
    bottom: 0;
}
:is(.form-edit-account, .form-address-edit) .field:is(.field-name-firstname, .field-name-lastname, .company, .telephone, .taxvat, .region, .city, .zip  ).focused .control:after{
    background-color: #d80c14;
    width: 100%;
    visibility: visible;
    left: 0
}
:is(.form-edit-account, .form-address-edit) .field:is(.field-name-firstname, .field-name-lastname, .company, .telephone, .taxvat, .region, .city, .zip  ).focused .control:after{
    
}
.form-address-edit .choice.set:is(.shipping, .billing){
    display: none
}
:is(.account , .customer-account-create) .actions-toolbar .action.back{
    display: block
}
.sales-order-history .toolbar ,
.sales-order-history .table-wrapper,
.account .page-main :is(.form-edit-account, .form-address-edit, .account-billing-agreements, .form-newsletter-manage, .form-newsletter-manage){
    background: #fff !important;
}
.form-newsletter-manage .field span p,
:is(.form-address-edit, .form-edit-account, .account-billing-agreements, .form-newsletter-manage,  .form-newsletter-manage) .field label{
    color: #000 !important;
   font-size: 14px !important;
   letter-spacing: 0px;
   font-weight: 600 !important;
}
.form-address-edit .field select,
:is(.form-address-edit, .form-edit-account) .field input:not([type="checkbox"]){
    transition: all ease 0.3s;
    height: 35px;
    border: 0;
    border-bottom: 1px solid #e1e1e1;
    box-shadow: 
}
.mage-error {
    font-size: 11px !important;
    margin-bottom: -15px;
    padding-top: 6px;
}

body .account-info-summary .info-summary-top .icon-account {
    background: #ff6a00;
}
.account-info-summary .info-summary-bottom .title a{
    color: #ff6a00 !important
}
.account-info-summary .info-summary-bottom .md-content>p:not(&.secondary) {
    display: inline-block;
    vertical-align: top;
    margin: 10px 0;
}
.account-info-summary .info-summary-bottom .md-content>p:not(&.secondary) a.md-raised.md-primary:before {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '\f08b';
    font-size: 16px;
    vertical-align: middle;
    vertical-align: top;
    padding-left: 5px
}
.account-info-summary .info-summary-bottom .md-content>p:not(&.secondary) a.md-raised.md-primary {
    color: #ff6a00;
    font-size: 0;
}
.form-customer-delete .fieldset{
    background-color: #fff;
    padding: 20px;
    border-radius: 5px;
    margin-bottom: 2rem
}
.form-customer-delete .fieldset .legend{
        font-weight: 300;
    line-height: 1.1;
    font-size: 1.8rem;
        border-bottom: 1px solid #e9eaec;
    padding-bottom: 10px;
    margin-bottom: 20px;
    
}
.modal-popup.itoris-pm-modal .modal-content{
    margin-top: -43px
}
body .modal-popup.itoris-pm-modal header.modal-header .action-close{
    top: -30px
}
body .modal-popup.itoris-pm-modal header.modal-header .modal-title{
    z-index: 555
}
.itoris-pm-modal .itoris-pm-field .control div{
    height:  auto !important
}
.review-form .field:is(.review-field-nickname, .review-field-summary){
    position: relative;
    padding-top: 10px;
}
.review-form .field:is(.review-field-nickname, .review-field-summary).focused label{
    bottom: 35px
}
.review-form .field:is(.review-field-nickname, .review-field-summary) label{
     color: #fff !important;
    font-size: 14px !important;
    letter-spacing: 0px;
    font-weight: 600 !important;
    position: absolute;
    bottom: 7px;
    transition: all ease 0.3s;
    left: 10px
}
.review-form .field:is(.review-field-nickname, .review-field-summary) .control{
    position: relative
}
.review-form .field:is(.review-field-nickname, .review-field-summary) .control:after{
    background-color: #3f51b5;
    bottom: 20px;
    content: '';
    height: 2px;
    left: 45%;
    position: absolute;
    transition-duration: .2s;
    transition-timing-function: cubic-bezier(.4,0,.2,1);
    visibility: hidden;
    width: 10px;
    bottom: 0;
}
.review-form .field:is(.review-field-nickname, .review-field-summary).focused .control:after{
    background-color: #d80c14;
    width: 100%;
    visibility: visible;
    left: 0
}
body .page-header .header-panel-right .top_cart_header_telephone a{
    font-weight: 500
}
body .page-header .features-links li a .text,
body .page-header .features-links li a .text-underlink{
    font-weight: 500
}

/* Pujan Css End */
.catalog-product-view .product.info.detailed .product.data.items .container {max-width: 100%;width: 100%;}

.page-footer .block.newsletter input:-webkit-autofill, .page-footer .block.newsletter input:-webkit-autofill:focus, .page-footer .block.newsletter input:-webkit-autofill:hover {
    -webkit-box-shadow: 0 0 0px 1000px #000 inset !important;
    -webkit-text-fill-color: #fff !important;
}