/*Default*/
.container {
    padding-left: 10px;
    padding-right: 10px;
    margin: 0 auto;
    width: 100%;
    max-width: 1370px;
    box-sizing: border-box;
    background: transparent;
}
.page-layout-1column .columns,.page-layout-1column .column.main {
    padding-left: 0;
    padding-right: 0;
}
.page-title-wrapper {
    text-transform: capitalize;
}
.abs-product-link > a:hover, .product-item-name > a:hover, .product.name a > a:hover, .minicart-items .product-item-name > a:hover,a:hover,.header a:hover,.page-footer a:hover,a:hover:visited, .alink:hover:visited {
    color: #B8190D;
}
.page-wrapper > .page-bottom{
    max-width: 100%;
    padding: 0;
    width: 100%;
}
body {
    color: #282828;
    font: 400 17px/26px Montserrat;
}
button, a.action.primary {
    border-radius: 7px;
}
a{
    color: #232F3E;
}
a:visited, .alink:visited {
    color: #232F3E;
}
img {
    vertical-align: top;
}
.owl-carousel .owl-item img {
    width: auto;
}
body input[type="text"], body input[type="password"], body input[type="url"], body input[type="tel"], body input[type="search"], body input[type="number"], body input[type="datetime"], body input[type="email"] {
    height: 46px;
    border-radius: 5px;
    font-size: 15px;
    padding-left: 20px;
    padding-right: 20px;
}
body input[type="number"].item-qty,body input[type="number"].input-text.qty {
    padding: 0 5px;
}
.fieldset > .field > .label, .fieldset > .fields > .field > .label {
    font-weight: 500;
    font-family: Barlow;
    color: #000000;
}
select {
    border-radius: 5px;
    font-family: 'Montserrat';
    font-size: 15px;
}
dt {
    font-weight: 500;
    font-family: Barlow;
}
.cart-summary .block .item-options .field .radio + .label {
    font-weight: 500;
    font-family: Barlow;
}
button,.action.continue, .action.primary,.action.button,.block-new-customer .block-content .actions-toolbar a.primary {
    color: #fff;
    background-color: #ED291B;
    border-color: #282828;
    font: 600 19px/23px Barlow;
    border: 0;
    min-height: 45px;
    padding: 12px 40px;
    border-radius: 5px;
}
button, button:hover, button:focus, button:active,.action.continue, .action.primary,.action.button,.action.button:focus, .action.continue:focus, .action.button:active, .action.continue:active,.action.primary:focus, .action.primary:active,.block-new-customer .block-content .actions-toolbar a.primary,button.action-primary,button.action-primary:focus {
    color: #fff;
    background-color: #ED291B;
    border-color: #282828;
    border: 0;
}
button:hover,.action.button:hover, .action.continue:hover,.action.primary:hover,.block-new-customer .block-content .actions-toolbar a.primary:hover,button.action-primary:hover{
    color: #fff;
    background-color: #B8190D;
    border: 0;
}
.cart-summary .checkout-methods-items .action.primary.checkout{
    padding: 12px 40px;
    font: 600 19px/23px Barlow;
    max-width: 400px;
}
.product-item-info {
    border: 1px solid #B2BDCD;
    border-radius: 10px;
    padding: 10px 20px 15px;
}
.product-item-name {
    font-size: 17px;
    font-weight: 600;
    font-family: 'Barlow';
    line-height: 20px;
    margin-top: 20px;
    margin-bottom: 5px;
}
.product-item .price {
    font-size: 30px;
    font-weight: 700;
    font-family: 'Barlow';
    color: #ED1B2F;
    line-height: 36px;
}
.product-item .tocart, .product-item .tocart:hover, .product-item .viewdetail, .product-item .viewdetail:hover{
    background: #24BD4D;
    font-size: 19px;
    font-weight: 600;
    font-family: 'Barlow';
    border: 0;
    padding: 11px 20px !important;
    line-height: 23px;
    letter-spacing: 0.57px;
    border-radius: 5px;
    color: #fff;
}
.product-item .tocart:hover,.product-item .viewdetail:hover {
    background: #B8190D;
    color: #fff;
}
.product-item-info .product-item-name {
    min-height: 40px;
    max-height: 40px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}
.product-item .old-price .price {
    font-size: 14px;
    font-weight: 400;
    font-family: Barlow;
    color: #4E4E4E;
    line-height: 17px;
}
.product-item .old-price .price-wrapper {
    color: #4E4E4E;
}
.product-item .price-box {
    margin: 0;
}
.product-item .old-price {
    margin: 0;
}
.product-item .price-box.price-final_price .special-price {
    order: 2;
}
.product-item .price-box.price-final_price .old-price {
    order: 1;
    line-height: 17px;
}
.price-box.price-final_price {
    display: flex;
    flex-flow: column;
    justify-content: flex-end;
}
.actions-secondary.top-wishlist {
    position: absolute;
    right: 20px;
    z-index: 1;
    top: 20px;
}
.actions-secondary.top-wishlist .action.towishlist {
    color: #96A2B5;
    background-color: #fff;
    border: 0;
    padding: 0;
    width: 22px;
    height: 20px;
    display: flex;
    text-decoration: none;
}
.item .actions-secondary.top-wishlist .action.towishlist:before {
    content: "\f08a";
    font-size: 22px;
    line-height: 20px;
}
.actions-secondary.top-wishlist .action.towishlist:hover {
    color: #B8190D;
    background-color: #fff;
}
.actions-secondary.top-wishlist .action.towishlist:hover:before {
    content: "\f004";
}
.actions-secondary.bottom-compare .action.tocompare:before{
    display: none;
}
.item .actions-secondary.bottom-compare .action.tocompare, .item .actions-secondary.bottom-compare .action.tocompare:hover {
    width: auto;
    height: auto;
    padding: 0;
    font-size: 12px;
    border: 0;
    line-height: 100%;
    font-size: 13px;
    line-height: 16px;
    background-color: #fff;
    color: #000;
    text-decoration: none;
}
.item .actions-secondary.bottom-compare .action.tocompare:hover{
    color: #B8190D;
}
.actions-secondary.bottom-compare {
    line-height: 100%;
    display: inline-block;
    width: 100%;
    margin-top: 10px;
}
.price-stock-wrraper {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    column-gap: 30px;
}
.price-stock-combine {
    display: inline-block;
    width: 100%;
}
.price-stock-combine .stock {
    font-size: 14px;
    line-height: 17px;
    font-weight: 500;
    font-family: 'Barlow';
    text-transform: capitalize;
    padding-bottom: 5px;
}
.price-stock-combine .stock.available {
    color: #64B77A;
}
.price-stock-combine .stock.unavailable {
    color: #B8190D;
}
.product-option-count{
    font-size: 13px;
    font-weight: 500;
    color: #5E9076;
    line-height: 16px;
}
.options-review-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.options-review-combine {
    display: inline-block;
    width: 100%;
}
.product-item .options-review-combine .product-reviews-summary {
    margin: 0;
    line-height: 16px;
}
.options-review-combine .rating-count {
    font-size: 13px;
    line-height: 16px;
    color: #5E9076;
    display: inline-block;
}
.product-item .options-review-combine .product-reviews-summary .rating-summary {
    margin: 0;
    line-height: 16px;
}
.options-review-combine .rating-summary .rating-result {
    margin-top: 0;
}
.options-review-combine .rating-summary .rating-result > span:before,.options-review-combine .rating-summary .rating-result:before {
    font-size: 10px;
}
.options-review-combine .rating-summary .rating-result {
    width: 50px;
}
.rating-summary .rating-result > span:before {
    color: #F9BF3B;
}
@media (min-width: 768px){
    .page-layout-2columns-right .sidebar-main, .page-layout-2columns-left .sidebar-main, .page-layout-2columns-left .sidebar-additional, .page-layout-2columns-right .sidebar-additional{
        width: 24.5%;
    }
    .page-layout-2columns-left .column.main,.page-layout-2columns-right .column.main {
        width: 75.5%;
        padding-left: 20px;
    }
}    
ul.cdz-product-labels {
    top: 20px;
    right: auto;
    left: 0;
    padding: 0;
}
ul.cdz-product-labels li.label-item.sale-label {
    width: auto;
    height: auto;
    background: none;
    margin: 0;
}
.breadcrumbs .items {
    font-size: 17px;
    color: #232F3E;
    padding: 24px 0 0;
    display: flex;
}
.breadcrumbs strong, .breadcrumbs a,.breadcrumbs li {
    font-weight: 500;
    text-transform: capitalize;
}
.breadcrumbs .items > li {
    text-transform: capitalize;
    display: flex;
    align-items: center;
}
.breadcrumbs .item:not(:last-child) {
    display: flex;
}
.breadcrumbs .item:not(:last-child):after {
    font-family: Montserrat;
    line-height: 100%;
    content: '|';
    font-size: 17px;
    color: #232F3E;
    -webkit-font-smoothing: none;
    -moz-osx-font-smoothing: none;
    margin: 0 25px;
    vertical-align: middle;
}
.page-main > .page-title-wrapper .page-title {
    text-transform: capitalize;
}
.breadcrumbs a:active {
    color: #232F3E;
    text-decoration: none;
}
.breadcrumbs a:hover {
    color: #B8190D;
    text-decoration: none;
}
.owl-theme .owl-dots .owl-dot span {
    width: 20px;
    height: 20px;
    margin: 0 5px;
    background: #fff;
    border: 1px solid #707070;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #F27042;
    border-color: #F27042;
}
.owl-carousel.owl-theme .owl-dots,.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 34px;
}
.owl-carousel img {
    width: auto;
}
.page-products .toolbar {
    padding: 15px 0;
    border-top: 1px solid #E2E2E2;
    border-bottom: 1px solid #E2E2E2;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.page-products .modes {
    display: inline-block;
    float: none;
    margin-right: 0;
    order: 10;
}
.page-with-filter .toolbar-amount,.toolbar-amount {
    position: relative;
    float: none;
    padding: 0;
    order: 2;
}
.page-products .sorter {
    position: relative;
    float: none;
    order: 1;
    right: 0;
}
.page-products .toolbar .limiter {
    display: inline-block;
    float: none;
    order: 9;
}
.page-products .toolbar:before,.page-products .toolbar:after{
    display: none;
}
.page-products .toolbar label {
    font-size: 18px;
    font-family: Barlow;
    font-weight: 500;
    line-height: 22px;
}
.page-products .toolbar label:after {
    content: ':';
}
.page-products .toolbar-amount label {
    margin-right: 10px;
}
.page-products .toolbar select {
    height: 37px;
    background-color: #EEEEEE;
    border-radius: 5px;
    border-color: #eeeeee;
    margin: 0 0 0 5px;
    font-size: 18px;
    font-family: Montserrat;
    font-weight: 400;
    line-height: 22px;
}
.page-products .sorter-options {
    min-width: 224px;
}
.page-products .limiter-options {
    min-width: 88px;
}
.modes-mode {
    height: 36px;
    width: 36px;
    color: #B5C8E4;
    border-color: #B5C8E4;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
}
.modes-mode.active,.modes-mode:hover{
    background: transparent linear-gradient(270deg, #1863C1 0%, #0C3261 100%) 0% 0% no-repeat padding-box;
}
.modes-mode.mode-grid {
    border-radius: 5px 0 0 5px;
}
.modes-mode.mode-list {
    border-radius: 0 5px 5px 0;
}
.modes-mode:before {
    content: '';
    height: 22px;
    width: 22px;
    background-repeat: no-repeat;
    background-position: center;
}
.modes-mode.mode-grid:before{
    background-image: url('../images/grid-icon.png');
}
.modes-mode.mode-list:before{
    background-image: url('../images/list-icon.png');
}
.modes-mode.mode-grid.active:before,.modes-mode.mode-grid:hover:before{
    background-image: url('../images/grid-icon-active.png');
}
.modes-mode.mode-list.active:before,.modes-mode.mode-list:hover:before{
    background-image: url('../images/list-icon-active.png');
}
.products.wrapper ~ .toolbar {
    border: 0;
}
.pages strong.page, .pages a.page,.pages a.page:visited {
    padding: 0;
    display: flex;
    height: 37px;
    width: 37px;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    border: 1px solid #EEEFEF;
    font-size: 18px;
    font-family: 'Barlow';
    line-height: 22px;
    font-weight: 500;
}
.pages strong.page,.pages a.page:hover {
    border-color: #4978BC;
    background-color: #4978BC;
    color: #fff;
}
.pages .item {
    margin: 2px 10px 2px 0;
}
.pages .action, .pages .action:visited {
    padding: 0;
    height: 37px;
    width: 37px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    background-color: #F27042;
    color: #fff;
    border-width: 1px;
    display: flex;
    border-color: #F27042;
    line-height: 32px;
}
.pages .action.next:visited:before,.pages .action.previous:visited:before {
    color: #fff;
}
.pages .items {
    display: flex;
}
.pages .action.previous:before,.pages .action.previous:visited:before,.pages .action.next:visited:before,.pages .action.next:before {
    vertical-align: middle;
    line-height: 100%;
    color: #fff;
}
.pages .action.previous:hover,.pages .action.next:hover {
    border-color: #F27042;
    color: #F27042;
    background-color: #fff;
    border-width: 1px;
}
.pages .action.previous:hover:before,.pages .action.next:hover:before {
    color: #F27042;
}
.service-item-wrap {
    display: flex;
    column-gap: 15px;
}
.service-item h3 {
    font-size: 22px;
    font-family: 'Barlow';
    font-weight: 600;
    line-height: 30px;
    margin-bottom: 5px;
}
.service-item p {
    margin: 0;
}
.service-info-wrap {
    display: flex;
    flex-flow: column;
}
.services-items {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 0;
    border-top: 1px solid;
    border-bottom: 1px solid;
    border-color: #D4D4D4;
}
.service-item.with-border:after,.service-item.with-border:before {
    content: '';
    position: absolute;
    height: 45px;
    width: 1px;
    background: #1863C1;
    top: 0;
    bottom: 0;
    margin: auto 0;
}
.service-item.with-border:before {
    left: 0;
}
.service-item.with-border:after{
    right: 0;
}
.service-item.with-border {
    position: relative;
    padding-left: 78px;
    padding-right: 78px;
}
.service-info a {
    color: #1863C1;
    font-weight: 500;
    text-decoration: underline;
}
.service-info a:hover {
    color: #B8190D;
}
.minicart-items .product-item-name {
    font-size: 15px;
    line-height: 18px;
}
.minicart-items .product-item-details .price {
    font-weight: 700;
    font-size: 17px;
    line-height: 20px;
}
.minicart-items .product-item-details {
    padding-left: 80px;
}
.minicart-items .product-image-container {
    max-width: 60px;
}
.minicart-items .action.edit:hover:before, .minicart-items .action.delete:hover:before {
    color: #B8190D;
}
.minicart-wrapper .block-minicart a:visited {
    color: #232F3E;
}
.minicart-wrapper .block-minicart a:active,.minicart-wrapper .block-minicart a:hover {
    color: #B8190D;
}
.minicart-wrapper .ui-dialog .block-minicart {
    color: #232F3E;
}
.block-minicart .block-content > .actions > .secondary {
    font-weight: 500;
}
.block-minicart .subtotal {
    text-align: left;
    text-transform: capitalize;
    display: flex;
}
.block-minicart .block-content > .actions > .primary .action.primary {
    background: #ED291B;
    border: 0;
    padding: 12px 17px;
}
.block-minicart .block-content > .actions > .primary .action.primary:hover {
    background:#B8190D;
    color: #fff;
}
.block-minicart .items-total {
    display: none;
}
.pagebottom-products-heading {
    display: inline-block;
    width: 100%;
    margin-top: 56px;
    margin-bottom: 36px;
}
.pagebottom-products-heading h2 {
    margin: 0;
}
.pagebottom-products-heading-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    column-gap: 30px;
}
.pagebottom-products-heading a {
    font-weight: 500;
    text-transform: uppercase;
    text-decoration: none;
    color: #1863C1;
}
.pagebottom-products-heading a:after {
    content: '\f178';
    font-family: fontawesome;
    font-size: 14px;
    margin-left: 5px;
}
.pagebottom-products-wrapper .block {
    margin-bottom: 0;
}
.pagebottom-products-wrapper {
    margin-bottom: 50px;
    width: 100%;
    display: inline-block;
}
.recommended-container {
    background-image: url('../images/recommended-bg.png');
    background-repeat: no-repeat;
}
.newproducts-container {
    background-color: #FFF8F5;
}
.pagebottom-seo-text {
    display: inline-block;
    margin-bottom: 32px;
    width: 100%;
}
.pagebottom-seo-text .seo-heading {
    display: inline-block;
    width: 100%;
    margin-top: 56px;
    margin-bottom: 36px;
}
.pagebottom-seo-text .seo-heading h2 {
    margin: 0;
}
.pagebottom-seo-text p {
    letter-spacing: 0.25px;
    margin-bottom: 20px;
}
.pagebottom-seo-text a:not(.continue-read) {
    text-decoration: underline;
    color: #1863C1;
}
.pagebottom-seo-text a {
    font-weight: 500;
}
.pagebottom-seo-text a:hover{
    color: #B8190D;
}
.pagebottom-seo-text .continue-read {
    color: #0D6135;
    text-decoration: none;
}
.pagebottom-seo-text .continue-read:after {
    content: '\f178';
    font-family: fontawesome;
    font-size: 14px;
    margin-left: 5px;
    vertical-align: middle;
}
.page-main .sidebar.sidebar-additional .block:not(.block-static-block) .block-title,.page-main .sidebar .block:not(.block-static-block) .block-title strong{
    font-size: 19px;
    font-family: 'Barlow';
    font-weight: 700;
    line-height: 23px;
    border: 0;
    padding: 0;
}
.page-main .sidebar.sidebar-additional .block:not(.block-static-block) {
    margin-bottom: 0;
}
.page-main .sidebar.sidebar-additional .block:not(.block-static-block) {
    padding: 24px 30px;
    background: #FAFAFA;
    border-left: 1px solid #59677C;
    border-right: 1px solid #59677C;
    font-size: 15px;
    border-bottom: 1px solid #59677C;
}
.page-main .sidebar .block:not(.block-static-block) {
    margin-bottom: 0;
}
.page-main .sidebar.sidebar-additional .block:last-child {
    border-radius: 0 0 15px 15px;
}
.sidebar .product-items .product-item-info {
    padding: 0;
    border: 0;
}
.sidebar .block-wishlist .product-items .product-item-details {
    margin: 0;
}
.sidebar .block-wishlist .product-items .product-item-info .product-item-photo {
    display: none;
}
.sidebar .product-items .product-item-actions {
    display: none;
}
.sidebar .product-items .product-item .price {
    font-size: 20px;
    line-height: 20px;
}
.sidebar .product-items .product-item .old-price .price {
    font-size: 14px;
    line-height: 17px;
}
.sidebar .block-compare .product-item .product-item-name {
    margin-left: 22px;
}
.sidebar .product-items .product-item-name {
    margin: 0;
    min-height: auto;
}
.sidebar .block-wishlist .actions-toolbar {
    padding-top: 10px;
}
.sidebar .product-items .action.delete {
    width: 12px;
}
.sidebar .product-items-names .product-item {
    display: flex;
    align-items: flex-start;
    column-gap: 7px;
}
.sidebar .product-items-names .product-item input[type="checkbox"] {
    margin: 0px 5px 0 0;
    top: 0;
}
.block-reorder .actions-toolbar button.action.primary {
    padding-left: 20px;
    padding-right: 20px;
    background: #24BD4D;
}
.block-reorder .actions-toolbar button.action.primary:hover {
    background: #ED291B;
}
.block-reorder .actions-toolbar {
    display: flex;
}
.abs-revert-to-action-secondary, .paypal-review .block .actions-toolbar .action.primary, .block-compare .action.primary, .cart-summary .block .actions-toolbar > .primary .action.primary, .cart-summary .form.giftregistry .fieldset .action.primary,.abs-revert-secondary-color:focus, .abs-revert-secondary-color:active, .abs-revert-to-action-secondary:focus, .abs-revert-to-action-secondary:active, .paypal-review .block .actions-toolbar .action.primary:focus, .paypal-review .block .actions-toolbar .action.primary:active, .block-compare .action.primary:focus, .block-compare .action.primary:active, .cart-summary .block .actions-toolbar > .primary .action.primary:focus, .cart-summary .block .actions-toolbar > .primary .action.primary:active, .cart-summary .form.giftregistry .fieldset .action.primary:focus, .cart-summary .form.giftregistry .fieldset .action.primary:active{
    color: #fff;
    background-color: #ED291B;
    border: 0;
}
.abs-revert-secondary-color:hover, .abs-revert-to-action-secondary:hover, .paypal-review .block .actions-toolbar .action.primary:hover, .block-compare .action.primary:hover, .cart-summary .block .actions-toolbar > .primary .action.primary:hover, .cart-summary .form.giftregistry .fieldset .action.primary:hover {
    color: #fff;
    background-color: #B8190D;
    border: 0;
}
.aw_reward_points__information-bar {
    max-width: 1350px;
    margin: 0 auto;
}
.account .column.main .block:not(.widget) .block-title .action.edit:after{
    display: none;
}
.minicart-items .update-cart-item {
    min-height: 30px;
    height: 30px;
    width: 60px;
    padding: 0;
    line-height: 100%;
    margin: 0;
}
/*Default*/
/*Footer*/
.page-footer .footer-content-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 20px;
    padding-bottom: 20px;
}
.footer-smedia ul {
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 12px;
}
.footer-smedia ul li a {
    display: flex;
    height: 40px;
    width: 40px;
    align-items: center;
    justify-content: center;
    background: #fff;
    border-radius: 50%;
    text-decoration: none;
    font-size: 22px;
}
.footer-smedia ul li .fa-facebook{
    color: #2D72CB;
}
.footer-smedia ul li .fa-youtube-play{
    color: #ED1B2F;
}
.footer-smedia ul li .fa-pinterest-p{
    color: #6A040D;
}
.footer-smedia ul li .fa-linkedin{
    color: #2565C5;
}
.footer-smedia ul li .fa-instagram{
    color: #000000;
}
.footer-smedia ul li a {
    font-size: 22px;
}
.footer-smedia ul li a:hover {
    background: #B8190D;
}
.footer-smedia ul li a:hover .fa {
    color: #fff!important;
}
.footer-smedia ul li .fa-twitter-x {
    background-image: url('../images/twitter-x.png');
    height: 40px;
    width: 40px;
    display: flex;
    align-items: center;
    background-repeat: no-repeat;
    background-position: center;
}
.footer-smedia ul li a:hover .fa.fa-twitter-x{
    filter: brightness(0) invert(1);
}
.footer-content-top a:hover {
    text-decoration: none;
}
.footer-contact-wrap {
    display: flex;
    flex-flow: column;
}
.footer-contact a {
    font-size: 20px;
    font-family: Barlow;
    font-weight: 700;
    line-height: 24px;
}
.footer-contact-wrap {
    padding-left: 40px;
    background-image: url('../images/phone.png');
    background-repeat: no-repeat;
    background-position: left center;
}
.footer-contact-label {
    font-size: 14px;
    font-weight: 400;
    font-family: 'Barlow';
    line-height: 17px;
}
.footer-logo img {
    vertical-align: top;
}
.page-footer .bottom-footer-wrapper {
    color: #BCBDBD;
    border: 0;
    padding: 10px 0;
}
.footer-designby > span{
    color: #BCBDBD;
    font-size: 15px;
    line-height: 25px;
    text-decoration: none;
}
.footer-designby {
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 20px;
}
.footer-designby img {
    vertical-align: top;
}
.page-footer .copyright {
    line-height: 32px;
}
.disclosure-info {
    font-size: 13px;
    margin: 0;
}
.disclosure-label {
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 5px;
}
.footer-disclosure p{
    font-family: Montserrat;
    line-height: 25px;
    color: #D3D4D4;
}
.footer-badges {
    margin-bottom: 24px;
    margin-top: 36px;
}
.footer-badges ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.footer-badges img {
    vertical-align: top;
}
.page-footer h4 {
    color: #ffffff;
    font-weight: 700;
    font-family: 'Barlow';
    text-transform: capitalize;
    font-size: 28px;
    line-height: 38px;
    padding-bottom: 26px;
    border-bottom: 1px solid #515553;
    margin-bottom: 20px;
    letter-spacing: 1px;
}
.page-footer .footer-link {
    margin-top: 0;
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
}
.footer-middle-links > .row {
    margin-left: -16px;
    margin-right: -16px;
}
.footer-middle-links .col-sm-8 {
    padding-left: 16px;
    padding-right: 16px;
}
.page-footer .footer-link li a {
    padding: 12px 0;
    letter-spacing: 0.25px;
    color: #D3D4D4;
    text-decoration: none;
    transition: none;
}
.page-footer .footer-link li a:hover {
    color: #249f46;
    text-decoration: underline;
}
.footer-newsletter label {
    letter-spacing: 0.25px;
    color: #D3D4D4;
    display: inline-block;
    width: 100%;
    margin: 10px 0 18px 0;
}
.block.newsletter .action.subscribe {
    min-height: 56px;
    border: 0;
    background: #F27042;
    color: #fff;
    font-size: 19px;
    font-family: 'Barlow';
    font-weight: 700;
    border-radius: 0 5px 5px 0;
    padding: 8px 28px;
}
.footer-newsletter .block.newsletter input[type="email"] {
    padding-left: 20px;
    height: 56px;
    line-height: 56px;
    color: #232F3E;
    border-radius: 5px 0 0 5px;
}
.footer-newsletter .block.newsletter .field .control:before {
    display: none;
}
input::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color: #232F3E !important;
}
input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color: #232F3E !important;
   opacity:  1;
}
input::-moz-placeholder { /* Mozilla Firefox 19+ */
   color: #232F3E !important;
   opacity:  1;
}
input:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color: #232F3E !important;
}
input::-ms-input-placeholder { /* Microsoft Edge */
   color: #232F3E !important;
}
input::placeholder { /* Most modern browsers support this now. */
   color: #232F3E !important;
}
.page-footer .footer-disclosure p a {
    color: #249f46;
}
.logo img {
    max-width: 104px;
}

/*Header*/
.header-wrapper-content .header-content-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    column-gap: 30px;
}
.header-links-wrapper {
    display: flex;
    align-items: center;
}
.header-account-links {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.header-account-links li {
    display: inline-block;
    margin: 0 30px 0 0;
}
.minicart-wrapper {
    float: none;
    margin: 0 !important;
}
.header-account-links li a {
    font-size: 15px;
    color: #000;
    line-height: 25px;
    padding-right: 30px;
    border-right: 1px solid #7F7F7F;
}
.minicart-wrapper .action.showcart .counter.qty {
    font-size: 13px;
    border: 0px solid #999999;
    font-weight: 700;
    font-family: 'Barlow';
    line-height: 16px;
    background: #28A744;
    top: 5px;
    left: 32px;
}
.minicart-wrapper .action.showcart:before {
    background-image: url('../images/cart-basket.png');
}
.header-deals-wraper {
    padding-left: 36px;
    background-image: url('../images/deals-bg.png');
    background-repeat: no-repeat;
    background-position: left center;
}
.header-deals a {
    font-family: Barlow;
    text-transform: uppercase;
    text-decoration: underline;
    font-weight: 700;
    color: #4978BC;
    letter-spacing: 0.25px;
    line-height: 36px;
    display: inline-block;
}
.header-deals a:hover {
    text-decoration: underline;
}
.block-search .control {
    background-color: #fff;
}
.block-search input[type="text"] {
    color: #999999;
    background-color: #fff;
    border-color: #000000;
    font-style: normal;
    height: 46px;
    text-transform: capitalize;
    font-size: 15px;
    border: 1px solid #D6D6D6;
    border-radius: 5px 0 0 5px;
    padding-right: 118px;
    padding-left: 46px;
    background-image: url('../images/search-bg.png');
    background-repeat: no-repeat;
    background-position: 14px center;
    box-shadow: none !important;
}
.block-search .action.search:before {
    display: none;
}
.block-search .action.search {
    width: auto;
    height: 46px;
    text-decoration: none;
    text-shadow: none;
    font-weight: 700;
    font-family: 'Barlow';
    letter-spacing: 0.57px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #24BD4D;
    padding: 0 18px;
    border-radius: 0 5px 5px 0;
    line-height: 23px;
}
.block-search .action.search > span {
    border: 0;
    height: auto;
    margin: 0;
    overflow: visible;
    padding: 0;
    position: relative;
    width: auto;
}
.block-search input[type="text"]::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color: #232F3E;
    text-transform: initial;
}
.block-search input[type="text"]:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:#232F3E;
   opacity:  1;
   text-transform: initial;
}
.block-search input[type="text"]::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:#232F3E;
   opacity:  1;
   text-transform: initial;
}
.block-search input[type="text"]:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:#232F3E;
   text-transform: initial;
}
.block-search input[type="text"]::-ms-input-placeholder { /* Microsoft Edge */
   color:#232F3E;
   text-transform: initial;
}
.block-search input[type="text"]::placeholder { /* Most modern browsers support this now. */
   color:#232F3E;
   text-transform: initial;
}
.header.content .header-search .block-search {
    float: none;
    width: 480px;
    z-index: 4;
    margin: 0;
}
.block-search .action.search:hover {
    background: #B8190D;
    border: none;
    color: #fff;
}
.block-search .action.search:focus, .block-search .action.search:active {
    background: #24BD4D;
    border: 0;
    height: 46px;
}
.header-wrapper-content > .header.content {
    padding: 15px 10px;
}
.header-wrapper-content.sticky-menu:not(.active) .header-main-menu {
    max-width: 100% !important;
}
.cdz-main-menu .cdz-horizontal-menu li.level0 > a.menu-link,.cdz-main-menu .cdz-horizontal-menu li.level0 > a.menu-link:visited {
    text-decoration: none;
    color: #D3D3D3;
    padding: 15px 20px 15px;
    letter-spacing: 0.36px;
    border: 0;
}
.cdz-main-menu .cdz-horizontal-menu {
    line-height: normal;
}
.cdz-main-menu .cdz-horizontal-menu li.level0:first-child > a.menu-link {
    padding-left: 0;
}
.cdz-main-menu .cdz-horizontal-menu li.level0:hover > a.menu-link {
    background-color: #282828;
}
.cdz-main-menu .cdz-horizontal-menu li.level0.level-top.parent>a.menu-link:after {
    content: '\f107';
    font-family: fontawesome;
    vertical-align: top;
    color: #ffffff;
    font-size: 20px;
    position: absolute;
    top: 14px;
    right: 0;
    display: block;
    font-weight: 500;
}
.cdz-main-menu .cdz-horizontal-menu li.level0.parent:hover:after {
    display: none;
}
.cdz-horizontal-menu > .groupmenu {
    display: flex;
    column-gap: 26px;
}
.cdz-horizontal-menu .groupmenu li.item.level0.new-arrivals {
    margin-left: auto;
}
.cdz-horizontal-menu .groupmenu li.item.level0.new-arrivals a.menu-link {
    background: #ED1B2F;
    color: #fff;
    font-weight: 700;
    font-size: 16px;
    letter-spacing: 0.32px;
}
.cdz-horizontal-menu .groupmenu li.item.level0.new-arrivals a.menu-link:hover {
    background: #cb192a;
}
.header-main-menu .nav-sections {
    width: 100%;
}
.header-wrapper-content.sticky-menu.active .header.content {
    padding: 0 10px 0 10px;
}
.header-wrapper-content.sticky-menu.active .header-wrapper-bottom {
    padding: 0;
}
.footer-badges a.action.primary {
    background: transparent;
    border: 1px solid #fff;
}
.footer-badges a.action.primary:hover {
    background: #B8190D;
    border: 1px solid #B8190D;
}
.minicart-wrapper .block-minicart a {
    color: #232F3E;
}
.homepage-item-content.only-tablet{
    display: none;
}
.product-option-count {
    display: none;
}
.modal-popup.modal-slide._show {
    z-index: 2000000001 !important;
}
@media screen and (min-width: 1024px) and (max-width: 1199px){
    .services-items .service-item:first-child {
        padding-right: 58px;
    }
    .services-items .service-item:last-child {
        padding-left: 58px;
    }
    .service-item.with-border {
        padding-left: 58px;
        padding-right: 58px;
    }
    .service-img {
        min-width: 60px;
    }
}
@media screen and (min-width: 768px) and (max-width: 1370px){
    .header-wrapper-content > .header.content {
        padding-left: 20px;
        padding-right: 20px;
    }
    .container {
        padding-left: 20px;
        padding-right: 20px;
    }
    .navigation, .breadcrumbs, .page-header .header.panel, .header.content, .footer.content, .page-wrapper > .widget, .block.category.event, .top-container, .page-main {
        padding-left: 20px;
        padding-right: 20px;
    }
    .footer-middle-links > .row {
        margin-left: -10px;
        margin-right: -10px;
    }
    .page-layout-1column.checkout-index-index .columns, .page-layout-1column.checkout-cart-index .columns, .page-layout-1column.cms-no-route .columns, .page-layout-1column.catalog-product-view .columns, .page-layout-1column.catalog-category-view .columns, .page-layout-1column.customer-account-forgotpassword .columns, .page-layout-1column.customer-account-login .columns, .page-layout-1column.cms-home .columns, .page-layout-1column.customer-account-create .columns {
        margin-left: 0;
        margin-right: 0;
    }
}
@media screen and (min-width: 768px) and (max-width: 1023px){
    .page-footer .footer-content-top > .footer-contact, .page-footer .footer-content-top > .footer-email {
        display: none;
    }
    .footer-contact-email {
        display: flex !important;
        order: 2;
        flex-flow: column;
        row-gap: 10px;
    }
    .page-footer .footer-email{
        flex-flow: row;
        column-gap: 10px;
    }
    .footer-badges ul li.blog-link:last-child {
        width: 100%;
        max-width: 100%;
        text-align: center;
        margin-top: 30px;
    }
    .service-item.with-border {
        padding-left: 20px;
        padding-right: 20px;
    }
    .service-item.with-border:after, .service-item.with-border:before {
        height: 110px;
        bottom: auto;
    }
    .service-item h3 {
        font-size: 22px;
        line-height: 29px;
        max-width: 115px;
    }
    .service-item p {
        max-width: 150px;
    }
    .services-items .service-item:first-child {
        padding-right: 20px;
    }
    .services-items .service-item:last-child {
        padding-left: 20px;
    }
}
@media screen and (min-width: 768px){
    .page-main,.recommended-container,.bottom-upsell-container,.cms-index-index .column.main > .homepage-item,.cmspages-popular-categories{
        background-size: 100% 100%;
        background-position: top center;
    }
}
@media screen and (max-width: 1199px){
    .best-sellers .tabs-list > ul::-webkit-scrollbar-thumb,.brand-filter-items::-webkit-scrollbar-thumb {
        border: 2px solid #CCCACA;
    }
    .best-sellers .tabs-list > ul::-webkit-scrollbar,.brand-filter-items::-webkit-scrollbar {
        height: 2px;
    }
    .best-sellers .tabs-list > ul::-webkit-scrollbar-track,.brand-filter-items::-webkit-scrollbar-track {
        background: transparent;
    }
    .best-sellers .tabs-list > ul.nav,ul.brand-filter-items {
        padding-bottom: 10px;
    }
    .best-sellers .tabs-list > ul.nav:after,ul.brand-filter-items:after {
        bottom: 10px;
    }
}
/*Temp Changes*/
div.homepage-item.new-arrivals {
    padding-bottom: 60px;
}
div.new-iarrival-products {
    margin-bottom: 0;
}
.cms-index-index .seo-content .homepage-item-heading {
    padding-top: 0;
    border-top: 0;
}
div.cmspages-popular-categories {
    margin-bottom: 0;
}
.cms-noroute-index .cmspages-popular-categories {
    margin-bottom: 60px;
}
@media (max-width: 489px){
    div.homepage-item.new-arrivals {
        padding-bottom: 30px;
    }
}
/*Temp Changes*/
.block.filter .filter-options .filter-options-item .filter-options-title:before{
    display: none;
}
.products.products-list .product-item-info .product-item-name {
    min-height: 100%;
    max-height: 100%;
    overflow: visible;
    display: inline-block;
    padding-right: 44px;
    margin-top: 5px;
}
.products.products-list .product-item-photo {
    position: relative;
}
.products-list .item:hover a.product-item-photo .hover-image .product-image-container, .products-grid .item:hover a.product-item-photo .hover-image .product-image-container {
    transition: none;
}
/*Header Amasty Search*/
.amsearch-input-wrapper .amsearch-button.-loupe {
    right: 0;
    top: 0;
    opacity: 1;
    width: auto;
    height: 46px;
    text-decoration: none;
    text-shadow: none;
    font-weight: 700;
    font-family: 'Barlow';
    letter-spacing: 0.57px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #24BD4D;
    padding: 0 18px;
    border-radius: 0 5px 5px 0;
    line-height: 23px;
}
.amsearch-input-wrapper.-typed .amsearch-button.-loupe {
    left: auto;
    right: 0
}
.amsearch-input-wrapper .amsearch-button.-close {
    display: none!important
}
.amsearch-input-wrapper .amsearch-input,.amsearch-input-wrapper.-typed .amsearch-input {
    color: #999999;
    background-color: #fff;
    border-color: #000000;
    font-style: normal;
    height: 46px;
    font-size: 15px;
    border: 1px solid #D6D6D6;
    border-radius: 5px;
    padding-right: 118px;
    padding-left: 46px;
    background-image: url(../images/search-bg.png);
    background-repeat: no-repeat;
    background-position: 14px center;
    box-shadow: none !important;
}
.amsearch-input-wrapper .amsearch-input:focus {
    border: 0
}
.page-header .amsearch-result-section {
    left: 0;
    right: auto
}
.amsearch-block-header .amsearch-title {
    font-size: 18px;
    font-family: Barlow;
    font-weight: 600;
}
.amsearch-highlight {
    font-weight: 600;
    color: #1863C1;
}
.amsearch-item-container .amsearch-item .amsearch-link {
    font-size: 14px;
    font-weight: 400
}
.amsearch-item-container.-recent_searches .amsearch-item,.amsearch-item-container.-recent_searches .amsearch-item.-match {
    background: #fff;
    border: 1px solid #e2e4ee;
    border-radius: 25px
}
.amsearch-item-container.-recent_searches .amsearch-item .amsearch-link {
    padding: 5px 15px
}
.amsearch-item-container.-recent_searches .amsearch-tab-items {
    text-align: left
}
.amsearch-products-section .amsearch-link.product-item-link {
    color: #232F3E;
    font-size: 15px;
    font-weight: 600;
    font-family: 'Barlow';
    line-height: 20px;
    margin-top: 10px;
    margin-bottom: 5px;
    padding: 0;
    min-height: 60px;
    max-height: 60px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
}
.amsearch-products-section .amsearch-link:hover {
    color: #232F3E;
    text-decoration: underline;
}
.amsearch-products-section .product-item-link span.amsearch-highlight{
    background: #24BD4D;
    color: #fff
}
.amsearch-item-container.-recent_searches .amsearch-item .amsearch-link:hover {
    background: #1863C1;
    color: #fff
}
.amsearch-item-container.-recent_searches .amsearch-item .amsearch-link:hover .amsearch-highlight {
    color: #fff;
    text-decoration: underline;
}
.amsearch-products-section.-grid:not(.-slider) .amsearch-item {
    max-width: calc(33.33%);
    justify-content: flex-start;
    padding: 10px;
    width: 33.33333333%
}
.amsearch-items-section:not(:first-child:last-child) {
    text-align: left
}
.amsearch-item-container .amsearch-item .amsearch-link {
    background: #fff;
    color: #333
}
.amsearch-item-container .amsearch-tab-items {
    text-align: left
}
.amsearch-item-container .amsearch-item .amsearch-link:hover {
    background: #fff;
    color: #333
}
.amsearch-item-container.-popular_searches .amsearch-item .amsearch-link:hover {
    text-decoration: underline
}
.amsearch-button.-icon:hover,.amsearch-button.-icon:focus {
    filter: none;
    color: #fff
}
.amsearch-loader-block {
    right: 120px
}
.amsearch-products-section.-grid .amsearch-image {
    border: 1px solid #f1f1f1;
    padding: 0
}
.amsearch-products-section .amsearch-block-header {
    padding: 0 10px 10px;
}
.amsearch-result-section {
    min-width: 100%;
    width: 860px;
    max-width: 76vw
}
.page-header .amsearch-input-wrapper,.page-header:not(.amsearch-full-width) .amsearch-input-wrapper.-dynamic-width {
    min-width: 480px;
    max-width: 480px;
}
.amsearch-form-block.-opened {
    width: 100% !important;
}
.amsearch-products-section .product-item [data-role='priceBox'] p, .amsearch-products-section .product-item [data-role='priceBox'] span {
    font-size: 20px;
}
.amsearch-products-section .product-item [data-role='priceBox'] .minimal-price-link span,.amsearch-products-section .product-item [data-role='priceBox'] span.minimal-price-link {
    font-size: 14px;
    line-height: 16px;
    margin: 0;
    font-weight: 400;
}
.amsearch-products-section .product-item [data-role='priceBox'] .minimal-price-link span.price-label {
    color: #7d7d7d;
}
.amsearch-products-section .product-item [data-role='priceBox'] {
    padding: 0;
}
.amsearch-products-section .product-item [data-role='priceBox'] p, .amsearch-products-section .product-item [data-role='priceBox'] span {
    padding: 0;
    line-height: 22px;
}
.amsearch-products-section:not(:first-child) {
    height: 100%;
}
.amsearch-result-section::-webkit-scrollbar-track{
    -webkit-box-shadow: inset 0 0 2px #F5F5F5;
    border-radius: 0;
    background-color: #F5F5F5;
    border-left: 1.5px solid #fff;
    border-right: 1.5px solid #Fff;
}
.amsearch-result-section::-webkit-scrollbar{
    width: 5px;
}
.amsearch-result-section::-webkit-scrollbar-thumb{
    border-radius: 5px;
    background-color: #24BD4D;
}
.amsearch-result-section {
    scrollbar-width: auto;
}
.amsearch-block-header .amsearch-link:hover, .amsearch-block-header .amsearch-link {
    color: #1863C1;
    font-size: 15px;
    font-weight: 600;
    font-family: 'Barlow';
}
.amsearch-products-section .product-reviews-summary {
    padding: 5px 0;
}
.amsearch-products-section .product-reviews-summary .rating-summary {
    display: flex;
    vertical-align: middle;
    column-gap: 5px;
    margin: 0;
}
.amsearch-products-section .product-reviews-summary .rating-count {
    font-size: 12px;
    line-height: 16px;
}
.amsearch-products-section .rating-summary .rating-result {
    margin-top: 0;
}
@media screen and (min-width: 1024px) and (max-width: 1199px) {
    .page-header .amsearch-input-wrapper {
        max-width: 376px;
    }
}
@media screen and (min-width: 768px) and (max-width: 980px) {
    .page-header .amsearch-result-section {
        left: auto;
        right: 0;
        max-width: 94vw;
    }
}
/*Header Amasty Search*/
/*02May24*/
.products.items .item.product-item:hover .product-item-info {
    border-color: #24BD4D;
    box-shadow: 2px 2px 8px rgb(0,0,0,.25);
    -moz-box-shadow: 2px 2px 8px rgb(0,0,0,.25);
    -webkit-box-shadow: 2px 2px 8px rgb(0,0,0,.25);
}
.popular-brand-item:hover {
    border-color: #24BD4D;
}
.popular-brand-item:hover a:after {
    width: 60px;
    height: 60px;
    background-color: #24BD4D;
    border-radius: 100%;
    background-image: url('../images/link.png');
    background-repeat: no-repeat;
    background-position: center;
    content: '';
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    background-size: 24px;
}
.popular-brand-item:hover a img {
    opacity: 0.6;
}
.popular-brand-item:hover {
    border-color: #24BD4D;
}
.homepage-item.main-banner a,.homepage-item.popular-categories a,.cmspages-popular-categories a {
    overflow: hidden;
    display: inline-block;
    width: 100%;
    border-radius: 10px;
}
.homepage-item.main-banner img,.homepage-item.popular-categories img,.cmspages-popular-categories img {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.homepage-item.main-banner a:hover img,.homepage-item.popular-categories a:hover img,.cmspages-popular-categories a:hover img{
    -webkit-transform: scale(1.08);
    transform: scale(1.08);
}
/*02May24*/
/*13May24*/
.catalog-product-view .product-info-main .wk-deal-timer {
    padding-bottom: 0;
}
.catalog-product-view .product-info-main .wk-daily-deal {
    width: 100%;
    padding-left: 0;
    padding-top: 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 5px;
}
.catalog-product-view .wk-daily-deal .save-box {
    margin-left: 5px;
    font-size: 15px;
}
.product-info-main .wk-deal-off {
    background: #24BD4D;
    line-height: 18px;
    font-size: 15px;
    padding: 3px 5px;
}
.catalog-product-view .wk-deal-clock-label-hr span,.catalog-product-view .wk-deal-clock-label-mi span,.catalog-product-view .wk-deal-clock-label-sec span,.catalog-product-view .wk-deal-clock-label-dd span {
    width: auto;
}
.catalog-product-view .wk_front_dd_set_time_days {
    width: auto;
    display: flex;
    align-items: center;
    flex-flow: column;
}
.catalog-product-view .wk_front_dd_set_time {
    width: auto;
    display: flex;
    align-items: center;
    flex-flow: column;
}

.catalog-product-view .wk_cat_count_clock {
    display: flex;
    align-items: center;
    column-gap: 20px;
    margin-bottom: 0;
}
.deal-ens-in {
    font-weight: 600;
    font-size: 15px;
    text-transform: capitalize;
    margin-bottom: 10px;
    display: inline-block;
    width: 100%;
}
.catalog-category-view .grid .wk-daily-deal,.catalogsearch-result-index .grid .wk-daily-deal,.catalogsearch-advanced-result .grid .wk-daily-deal,.dailydeals-index-index .grid .wk-daily-deal {
    width: 0;
}
.catalog-category-view .grid .wk-daily-deal .price-box,.catalogsearch-result-index .grid .wk-daily-deal .price-box,.catalogsearch-advanced-result .grid .wk-daily-deal .price-box,.dailydeals-index-index .grid .wk-daily-deal .price-box {
    display: none;
}
.table-wrapper.grouped .wk_front_dd_set_time.wk-deal-clock-span,.table-wrapper.grouped .wk_front_dd_set_time_days.wk-deal-clock-span {
    font-size: 19px;
}
.table-wrapper.grouped .wk_front_dd_set_time.wk-deal-clock-span .label,.table-wrapper.grouped .wk_front_dd_set_time_days.wk-deal-clock-span .label {
    font-size: 11px;
}
.catalog-product-view .table-wrapper.grouped .wk_cat_count_clock {
    column-gap: 10px;
    justify-content: center;
}
.catalog-product-view .table-wrapper.grouped .deal-ens-in {
    margin-bottom: 5px;
    display: inline-block;
    width: 100%;
}
.catalog-product-view table.grouped .deal.wk-daily-deal {
    width: 100%;
    min-width: 230px;
}
.page-main .sidebar.sidebar-main + .sidebar.sidebar-additional .block:first-child:not(.block-static-block) {
    border-top: 0;
    border-radius: 0;
}
.page-main .sidebar.sidebar-additional .block:first-child:not(.block-static-block) {
    border-top: 1px solid #59677C;
    border-radius: 15px 15px 0 0;
}
.dailydeals-index-index .sidebar .block-compare .product-item .product-item-name {
    margin-left: 0px;
}
.block-topdeals .wk-deal-off-box {
    top: 0;
    position: relative;
}
.sidebar .block-topdeals .product-items .product-item-details {
    margin-left: 70px;
}
.wk-deal-left-border {
    display: none !important;
}
.products-grid .product-item-info .product-item-details {
    position: unset;
}
.catalog-category-view .grid .wk-deal-off-box, .catalogsearch-result-index .grid .wk-deal-off-box, .catalogsearch-advanced-result .grid .wk-deal-off-box, .dailydeals-index-index .grid .wk-deal-off-box, .wishlist-index-index .products-grid .wk-deal-off-box, .catalog-product-compare-index .table-wrapper .wk-deal-off-box {
    top: 80px;
    left: 0 !important;
}
.catalog-category-view .deal-price-label, .catalogsearch-result-index .deal-price-label, .catalogsearch-advanced-result .deal-price-label, .dailydeals-index-index .deal-price-label, .wishlist-index-index .deal-price-label, .catalog-product-compare-index .deal-price-label {
    background: #24BD4D;
    padding: 3px 5px;
    font-size: 14px;
    line-height: 18px;
}
/*13May24*/
/*21May24 Voice Search*/
.amsearch-input-wrapper .amsearch-input:focus {
    border: 1px solid #fff;
}
#voice_search-image {
    padding-top: 0;
    margin-inline: 0;
    max-height: 24px;
}
@keyframes michighlight {
  0% {
    opacity: 0;
  }
  50% {
    transform: scale(1.4);
    opacity: 0.4;
  }
}
.speak {
    left: 2px;
    overflow: hidden;
    position: absolute;
    top: 2px;
    width: calc(100% - 116px);
    z-index: 9;
}
.speak-wrapper {
    display: flex;
    z-index: 99;
    height: 40px;
    column-gap: 20px;
    justify-content: flex-start;
    align-items: center;
    padding-left: 10px;
    background: #fff;
}
#voice_search-image-voice {
    mix-blend-mode: plus-lighter;
    max-height: 18px;
}
.speak_now,.listening {
    font-size: 14px;
}
.voice_search {
    width: 30px;
    height: 30px;
    margin-top: 0;
    margin-left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
#microphone {
    border-radius: 50%;
    left: 0px;
    bottom: 0;
    transform: scale(0.935345);
    background: #24BD4D;
    position: relative;
}
.microphone::after {
  animation: michighlight 1000ms cubic-bezier(0.9, 0.7, 0.5, 0.9) infinite;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: gray;
  border-radius: 50%;
  z-index: -1;
}
#search-voice-input {
    background: #fff;
    padding: 0;
    position: absolute;
    left: 4px;
    max-height: 42px;
    min-height: 42px;
    margin: 0;
    top: 1px;
    width: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.amsearch-input-wrapper .amsearch-input, .amsearch-input-wrapper.-typed .amsearch-input {
    text-transform: capitalize;
}
/*21May24 Voice Search*/
/*30May24*/
.order-review-items .minicart-items .product-item-name .child-name:before ,.minicart-items .product-item-name .child-name:before {
    content: '-';
    margin: 0 2px 0 1px;
}
.order-review-items .details-image-wrap .product.options,.minicart-items .product-item-details .product.options {
    display: none;
}
/*30May24*/
/*03June24*/
.header-wrapper-content.sticky-menu:not(.active) .logo,.header-wrapper-content.sticky-menu:not(.active) .menu-account-links{
    display: none;
}
@media (min-width: 1200px){
    .header-wrapper-content.sticky-menu.active .header.content {
        padding: 12px 10px 12px 10px;
    }
    .header-wrapper-content.sticky-menu.active .cdz-main-menu .cdz-horizontal-menu li.level0 > a.menu-link, .header-wrapper-content.sticky-menu.active .cdz-main-menu .cdz-horizontal-menu li.level0 > a.menu-link:visited {
        padding: 10px 5px 10px 5px;
        font-size: 17px;
    }
    .header-wrapper-content.sticky-menu.active .cdz-main-menu .cdz-horizontal-menu li.level0.parent > a.menu-link, .header-wrapper-content.sticky-menu.active .cdz-main-menu .cdz-horizontal-menu li.level0.parent > a.menu-link:visited {
        padding-right: 20px;
    }
    .header-wrapper-content.sticky-menu.active .cdz-main-menu .cdz-horizontal-menu li.level0.level-top.parent>a.menu-link:after {
        top: 11px;
    }
    .header-wrapper-content.sticky-menu.active .cdz-horizontal-menu .groupmenu li.item.level0.new-arrivals {
        margin-left: 0;
    }
    .header-wrapper-content.sticky-menu.active .cdz-horizontal-menu .groupmenu li.item.level0.new-arrivals a.menu-link {
        padding-left: 10px !important;
        padding-right: 10px !important;
        border-radius: 5px;
    }
    .header-wrapper-content.sticky-menu.active .cdz-horizontal-menu > .groupmenu {
        column-gap: 20px;
    }
    .header-wrapper-content.sticky-menu.active .header-main-menu {
        display: flex;
        align-items: center;
    }
    .header-wrapper-content.sticky-menu.active .header-main-menu {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .header-wrapper-content.sticky-menu .logo img {
        max-width: 64px;
    }
    .header-wrapper-content.sticky-menu.active .logo {
        margin: 0;
        position: relative;
        left: 0;
        top: 0;
        width: auto;
        height: auto;
        z-index: 5;
    }
    .header-wrapper-content.sticky-menu.active .header-main-menu .nav-sections {
        width: auto;
    }
    .menu-account-links {
        padding: 0 20px 0 0;
        margin: 0;
        list-style-type: none;
        border-right: 1px solid #939393;
        line-height: 20px;
    }
    .menu-account-links li {
        margin: 0;
    }
    .menu-account-links li a {
        color: #fff;
        font-size: 13px;
    }
    .header-wrapper-content.sticky-menu.active .minicart-wrapper .action.showcart:before {
        min-height: 28px;
        display: inline-block;
        vertical-align: top;
        width: 40px;
        content: '';
        border-right: 0px solid #e7e7e7;
        background-color: transparent;
        background-image: url('../images/cart-basket-sticky.png');
        background-position: 0;
        background-repeat: no-repeat;
        height: 28px;
        background-size: 32px 27px;
        padding: 0;
    }
    .header-wrapper-content.sticky-menu.active .minicart-wrapper {
        margin: 0;
        position: relative;
        right: 0;
        top: 0;
        z-index: 5;
    }
    .header-wrapper-content.sticky-menu.active .minicart-wrapper .action.showcart .counter.qty {
        font-size: 13px;
        border: 0px solid #999999;
        font-weight: 700;
        font-family: 'Barlow';
        line-height: 16px;
        background: #28A744;
        top: -1px;
        left: 26px;
    }
}
.header-wrapper-content.sticky-menu.active {
    box-shadow: none;
}
@media (min-width: 1366px) and (max-width: 1439px){
    .header-wrapper-content.sticky-menu.active .cdz-main-menu .cdz-horizontal-menu li.level0 > a.menu-link, .header-wrapper-content.sticky-menu.active .cdz-main-menu .cdz-horizontal-menu li.level0 > a.menu-link:visited {
        font-size: 16px;
    }
}
@media (min-width: 1280px) and (max-width: 1365px){
    .header-wrapper-content.sticky-menu.active .cdz-horizontal-menu > .groupmenu {
        column-gap: 17px;
    }
    .header-wrapper-content.sticky-menu.active .cdz-main-menu .cdz-horizontal-menu li.level0 > a.menu-link, .header-wrapper-content.sticky-menu.active .cdz-main-menu .cdz-horizontal-menu li.level0 > a.menu-link:visited {
        font-size: 15px !important;
    }
}
@media (min-width: 1200px) and (max-width: 1279px){
    .header-wrapper-content.sticky-menu.active .cdz-horizontal-menu > .groupmenu {
        column-gap: 13px;
    }
    .header-wrapper-content.sticky-menu.active .cdz-main-menu .cdz-horizontal-menu li.level0 > a.menu-link, .header-wrapper-content.sticky-menu.active .cdz-main-menu .cdz-horizontal-menu li.level0 > a.menu-link:visited {
        font-size: 14px !important;
    }
}
@media (max-width: 1199px){
    .menu-account-links,.header-wrapper-content.sticky-menu.active .minicart-wrapper,.header-wrapper-content.sticky-menu.active .logo {
        display: none;
    }
}
@media (min-width: 768px) and (max-width: 1023px){
    .toggle-mega-menu .main-category-menu-wrap {
        min-width: 690px;
    }
    .category-menu-toggle-item {
        font-size: 16px;
    }
}
/*03June24*/
/*28May25*/
.header-deals.bargain-deals {
    padding-left: 30px;
    padding-right: 30px;
    position: relative;
}
.header-deals.bargain-deals:after,.header-deals.bargain-deals:before {
    content: '';
    height: 18px;
    width: 1px;
    background: #7f7f7f;
    position: absolute;
    top: 0;
    margin: auto 0;
    bottom: 0;
}
.header-deals.bargain-deals:before {
    left: 0;
}
.header-deals.bargain-deals:after{
    right: 0;
}
.header-bargain-wraper {
    padding-left: 36px;
    background-image: url('../images/bargain-bg.png');
    background-repeat: no-repeat;
    background-position: left center;
}
@media only screen and (min-width: 1280px) and (max-width: 1439px){
    .page-header .amsearch-input-wrapper, .page-header:not(.amsearch-full-width) .amsearch-input-wrapper.-dynamic-width {
        min-width: 440px;
        max-width: 440px;
    }
}
@media only screen and (min-width: 1200px) and (max-width: 1365px){
    .header-wrapper-content .header-content-wrap {
        column-gap: 20px;
    }
    .header-deals.bargain-deals {
        padding-left: 20px;
        padding-right: 20px;
    }
    .header-account-links li a {
        padding-right: 24px;
    }
    .header-account-links li {
        margin: 0 20px 0 0;
    }
}
@media only screen and (min-width: 1200px) and (max-width: 1279px){
    .page-header .amsearch-input-wrapper, .page-header:not(.amsearch-full-width) .amsearch-input-wrapper.-dynamic-width {
        min-width: 400px;
        max-width: 400px;
    }
    .header-deals a {
        letter-spacing: 0;
        line-height: 30px;
        font-size: 15px;
    }
}
@media only screen and (min-width: 1024px) and (max-width: 1199px){
    .page-header .amsearch-input-wrapper {
        max-width: 460px;
        min-width: 460px;
    }
    .header-wrapper-content .header-content-wrap {
        flex-wrap: wrap;
    }
    .header-links-wrapper {
        justify-content: center;
        width: 100%;
    }
}
/*28May25*/