.container {
    padding-left: 10px;
    padding-right: 10px;
    margin: 0 auto;
    width: 100%;
    max-width: 1370px;
    box-sizing: border-box;
    background: transparent;
}
.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 (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;
    }
}
.page-layout-1column .columns,.page-layout-1column .column.main {
    padding-left: 0;
    padding-right: 0;
}
.page-title-wrapper {
    text-transform: capitalize;
}
.products .product-reward-points-earning {
    display: none;
}
header.page-header {
    min-height: auto !important;
}
.page-layout-1column .columns {
    box-shadow: none;
}
select {
    background-color: #FAFAFA;
    border-radius: 5px;
    font-size: 18px;
    font-family: 'Fustat';
    font-weight: normal;
    line-height: 26px;
    height: 46px;
    padding: 0 40px 0 15px;
    background-image: url(../images/select-bg.png);
    background-repeat: no-repeat;
    background-size: 16px 10px;
    background-position: right 15px center;
}
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-color: #D6D6D6;
    font: 300 15px/30px Fustat;
    padding: 0 20px;
    border-radius: 5px;
}
ul {
    list-style-type: none;
    margin: 0;
}
.header a {
    color: #000;
}
body {
    background: none;
}
#store-selector .form-continue .actions-toolbar .action.primary, .form-address-edit .actions-toolbar .action.vertex-secondary, .multicheckout .action.primary, .bundle-actions .action.primary.customize, .bundle-options-container .block-bundle-summary .box-tocart .action.primary, .box-tocart .action.tocart, .cart-summary .checkout-methods-items .action.primary.checkout, .block-minicart .block-content > .actions > .primary .action.primary, .methods-shipping .actions-toolbar .action.primary, .block-authentication .action.action-register, .block-authentication .action.action-login, .checkout-payment-method .payment-method-content > .actions-toolbar > .primary .action.primary, .form-address-edit .actions-toolbar .action.primary {
    line-height: 100%;
    padding: 12px 30px;
    font-size: 18px;
    border-radius: 4px;
    border: 0;
}
.action.primary,button.action {
    border: 0;
    font-size: 18px;
    padding: 0 30px;
    line-height: 100%;
    border-radius: 4px;
    min-height: 46px;
    color: #fff;
}
.action.primary:hover {
    background: #08896D;
    color: #fff;
    border: 0;
}
.toolbar {
    box-shadow: none;
    display: inline-block;
    width: 100%;
}
.fieldset > .legend {
    font-size: 20px;
    font-weight: 800;
    text-transform: capitalize;
    line-height: 28px;
}
#password-strength-meter-container {
    height: 26px;
    background-color: #F2F2F2;
    border-radius: 5px;
    box-shadow: none;
}
#password-strength-meter-container #password-strength-meter {
    background: #093C2D;
    padding: 0 32px;
}
#password-strength-meter-container #password-strength-meter-label {
    font-size: 15px;
    line-height: 26px;
    color: #fff;
}
.page-main>.page-title-wrapper .page-title {
    margin-bottom: 30px;
}
.breadcrumbs .items {
    font-size: 18px;
    color: #000;
    padding: 50px 0 15px;
    display: flex;
    flex-wrap: wrap;
}
.breadcrumbs strong,.breadcrumbs a,.breadcrumbs li {
    font-weight: 400;
    text-transform: capitalize;
}
.breadcrumbs .items>li {
    text-transform: capitalize;
    display: flex;
    align-items: center;
    flex: none;
}
.breadcrumbs .item:not(:last-child) {
    display: flex;
}
.breadcrumbs .item:not(:last-child):after {
    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: #0061db;
    text-decoration: none;
}
.product-item .product-price-main .price-box .minimal-price {
    display: flex;
    column-gap: 5px;
    margin: 0;
}
.product-item .price-box .price-label {
    font-size: 16px;
    color: #000;
}
.product-item .price-box .price-label:after {
    content: ':';
}
.product-item .minimal-price-link {
    margin-top: 0;
}
.product-item .product-price-main .product-price-wrraper > .price-box{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.minimal-price-link .price-wrapper {
    color: #f04700;
    font-weight: 800;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: .25px;
}
.product-item .product-price-main .product-price-wrraper > .price-box > .price-box {
    min-height: auto !important;
    margin: 0;
}
.product-item-details .stock {
    font-size: 12px;
    font-weight: 500;
    line-height: 17px;
    text-transform: capitalize;
}
.product-item-details .stock > span {
    margin-left: 5px;
}
.product-item-details .stock.available > span {
    color: #0CA382;
}
.product-item-details .rating-count {
    font-size: 13px;
    color: #5E9076;
    line-height: 18px;
    display: inline-block;
}
.product-item-details .rating-summary .rating-result:before,.product-item-details .rating-summary .rating-result > span:before {
    width: 50px;
    font-size: 10px;
    height: 8px;
    letter-spacing: 0px;
    line-height: 8px;
    color: #C1D6CB;
}
.product-item-details .rating-summary .rating-result{
    width: 50px;
    margin-top: 0;
}
.product-item-details .rating-summary .rating-result > span:before {
    color: #026232;
}
.product-item .product-reviews-summary .rating-summary {
    margin: 0;
    line-height: 18px;
}
.product-item-details .product-reviews-summary {
    margin-bottom: 0;
    line-height: 100%;
}
.new-arrivals .product-item-info .actions {
    padding-top: 15px;
    text-align: center;
}
.action.primary:focus, .action.primary:active {
    background: #10a584;
    color: #fff;
}
.product-item .actions .tocart,.product-item .actions .viewdetail{
    font-size: 14px;
    letter-spacing: 0.50px;
    line-height: 46px;
    font-weight: 800;
    border-radius: 4px;
    height: 46px;
    padding: 0;
    border: 0;
    margin: 0;
    text-align: center;
}
.product-item .tocart:hover {
    background-color: #08896D;
    color: #fff;
    border: 0;
}
.stock-review-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    column-gap: 30px;
}
.product-item-name a:hover {
    color: #0DCCA2;
}
.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: #60C485;
    border-color: #60C485;
}
.owl-carousel.owl-theme .owl-dots, .owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 34px;
}
.page-wrapper>.page-bottom {
    max-width: 100%;
    padding: 0;
    width: 100%;
}
.item .actions-secondary.top-wishlist .action.towishlist:before {
    font-size: 20px;
    line-height: 20px;
}
.best-sellers .actions-secondary.top-wishlist .action.towishlist {
    color: #BDB29F;
}
.actions-secondary.top-wishlist .action.towishlist {
    color: #DCE3EE;
    background-color: transparent;
    border: 0;
    padding: 0;
    width: 22px;
    height: 20px;
    display: flex;
    text-decoration: none;
}
.actions-secondary.top-wishlist .action.towishlist:hover {
    color: #60C485;
    background: transparent;
}
.best-sellers .actions-secondary.top-wishlist {
    right: 0;
    left: 20px;
}
.actions-secondary.top-wishlist {
    position: absolute;
    right: 20px;
    z-index: 1;
    top: 20px;
}
.product-stockstatus-wrraper {
    padding: 30px 0 20px;
    text-align: right;
    display: inline-block;
    width: 100%;
}
.product-item .product-item-name {
    margin: 0 0 10px;
    font-weight: 600;
    line-height: 26px;
    letter-spacing: 0.25px;
    min-height: 52px;
    max-height: 52px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}
.product-option-count {
    font-size: 13px;
    line-height: 18px;
    font-weight: 500;
    color: #005026;
    display: none;
}
.options-review-wrapper{
    display: flex;
    align-items: center;
    justify-content: space-between;
    column-gap: 30px;   
}
.product-item .price-box .price {
    color: #F04700;
    font-weight: 800;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.25px;
}
.product-item .product-price-main .product-price-wrraper > .price-box{
    margin: 10px 0 15px;
}
.product-item-info .actions {
    padding-top: 0;
}
.product-item-inner .product-item-actions .actions-primary{
    width: 100%;
}
.product-item .tocart, .product-item .viewdetail {
    min-width: 100%;
}
.item .actions-secondary.bottom-compare .action.tocompare, .item .actions-secondary.bottom-compare .action.tocompare:hover {
    width: auto;
    height: auto;
    padding: 0;
    border: 0;
    line-height: 100%;
    font-size: 14px;
    line-height: 16px;
    background-color: transparent;
    color: #0061DB;
    text-decoration: none;
    font-weight: 500;
}
.item .actions-secondary.bottom-compare .action.tocompare:hover {
    text-decoration: underline;
}
.actions-secondary.bottom-compare {
    line-height: 100%;
    display: inline-block;
    width: 100%;
    margin-top: 15px;
}
.actions-secondary:not(.cdz-product-wishlist .actions-secondary) .tocompare.action:before{
    display: none;
}
.pagebottom-products-heading {
    display: inline-block;
    width: 100%;
    margin-top: 88px;
    margin-bottom: 30px;
}
.pagebottom-products-heading h2 {
    margin: 0;
}
.pagebottom-products-wrapper .block,.bestseller-container.best-sellers .block{
    margin-bottom: 0;
}
.pagebottom-products-wrapper.recommended-products {
    display: inline-block;
    width: 100%;
    margin-bottom: 160px;
    padding: 20px 22.5px;
    background-color: #fff;
}
.pagebottom-products.recommended {
    background-color: #EDF5F6;
}
.pagebottom-products.recommended .product-item-info {
    padding: 30px 20px 20px;
    border: 1px solid #ECE9E1;
}
.pagebottom-products.recommended .owl-carousel .owl-item img {
    width: auto;
    margin: 0 auto;
}
.pagebottom-products.recommended .owl-carousel.owl-theme .owl-dots{
    margin-top: 0;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -100px;
}
.homepage-item-heading h2 {
    margin: 0;
}
.pagebottom-products-heading-wrap a {
    font-weight: 600;
    text-transform: uppercase;
    text-decoration: none;
    color: #0061db;
    font-size: 17px;
    line-height: 20px;
}
.pagebottom-products-heading-wrap a:after {
    content: '\f178';
    font-family: fontawesome;
    font-size: 14px;
    margin-left: 8px;
    vertical-align: text-top;
    font-weight: 500;
}
.pagebottom-products-heading-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    column-gap: 30px;
}
.pagebottom-products.recommended .products.wrapper .product-item:hover .product-item-info{
    box-shadow: 0px 4px 15px 0 rgba(0, 0, 0, .1);
    border-color: transparent;
}
.pagebottom-products.recommended .product-item{
    padding: 10px 7.5px;
}
.page-bottom .product-items.owl-carousel {
    padding-top: 0;
}
.pagebottom-seo-text .seo-heading h2 {
    margin: 0;
}
.pagebottom-seo-text .seo-heading {
    display: inline-block;
    width: 100%;
    margin-top: 80px;
    margin-bottom: 36px;
}
.pagebottom-seo-text {
    display: inline-block;
    margin-bottom: 70px;
    width: 100%;
}
.pagebottom-seo-text p {
    letter-spacing: 0.25px;
    margin-bottom: 20px;
}
.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-weight: 600;
    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: 0;
    border-color: #eeeeee;
    margin: 0 0 0 5px;
    font-size: 18px;
    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-color: #59677C;
}
.modes-mode.mode-grid {
    border-radius: 0;
}
.modes-mode.mode-list {
    border-radius: 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;
    box-shadow: none;
    margin-top: 30px;
}
.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: 4px;
    border: 1px solid #F0F0F0;
    font-size: 18px;
    font-family: 'Fustat';
    line-height: 22px;
    font-weight: 500;
    background: #FCFDFD;
    color: #000;
}
.pages .current strong.page {
    background-color: #093C2D;
    border-color: #093C2D;
    color: #fff;
}
.pages .action.next, .pages .action.next:visited, .pages .action.previous, .pages .action.previous:visited, .pages a.page:hover{
    border-color: #10a584;
    background-color: #10a584;
    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: 4px;
    background-color: #093C2D;
    color: #fff;
    border-width: 1px;
    display: flex;
    border-color: #093C2D;
    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: #10a584;
    color: #fff;
    background-color: #10a584;
    border-width: 1px;
}
.pages .action.previous:hover:before,.pages .action.next:hover:before {
    color: #fff;
}
.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: 18px;
    font-weight: 800;
    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;
    border-left: 1px solid #CAC2C2;
    border-right: 1px solid #CAC2C2;
    font-size: 15px;
    border-bottom: 1px solid #CAC2C2;
}
.page-main .sidebar.sidebar-additional .block:first-child:not(.block-static-block) {
    border-top: 1px solid #CAC2C2;
    border-radius: 5px 5px 0 0;
}
.page-main .sidebar.sidebar-main + .sidebar.sidebar-additional .block:first-child:not(.block-static-block) {
    border-top: 0;
    border-radius: 0;
}
.page-main .sidebar .block:not(.block-static-block) {
    margin-bottom: 0;
}
.page-main .sidebar.sidebar-additional .block:last-child {
    border-radius: 0 0 5px 5px;
}
.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.filter .filter-options .filter-options-item .filter-options-title:before{
    display: none;
}
/*Default*/
/*Best Sellers*/
.best-sellers .tabs-list > ul li.item > .switch {
    color: #000;
    background-color: transparent;
    padding: 18px 40px;
    display: block;
    font-weight: 600;
    line-height: 24px;
    background-color: transparent;
    text-decoration: none;
    text-transform: capitalize;
    min-width: 108px;
    flex: none;
}
.best-sellers .tabs-list > ul li.item.active > .switch, .best-sellers .tabs-list > ul li.item > .switch:hover {
    color: #000;
    background-color: #F9F8F3;
}
.best-sellers .tabs-list > ul li.item {
    display: inline-block;
    vertical-align: top;
    margin: 0;
    position: relative;
}
.best-sellers .tabs-list > ul {
    padding: 0;
    list-style: none;
    display: flex;
    vertical-align: top;
    width: 100%;
    margin: 0;
    position: relative;
    overflow-x: auto;
}
.best-sellers .tabs-list > ul:after {
    content: '';
    position: absolute;
    height: 1px;
    width: 100%;
    bottom: 0;
    background: #F9F8F3;
}
.best-sellers .tabs-list > ul li.item.active:after {
    content: '';
    position: absolute;
    height: 4px;
    width: 100%;
    top: 0;
    background: #10A584;
    z-index: 1;
}
.best-sellers .owl-carousel {
    padding-top: 0;
}
.best-sellers .product.data.items > .item.content {
    padding: 0;
    margin: 0;
}
.products-owl-slider:not(.owl-loaded) .item.product.product-item {
    width: 20%;
    max-width: 254px;
}
.products-owl-slider:not(.owl-loaded) {
    display: flex;
    column-gap: 20px;
    flex-wrap: wrap;
    overflow: hidden;
}
.best-sellers .homepage-item-heading {
    margin-top: 88px;
    display: inline-block;
    width: 100%;
    margin-bottom: 30px;
}
.best-sellers-content {
    margin-bottom: 90px;
    display: inline-block;
    width: 100%;
}
.best-sellers{
    background-image: url('../images/bestseller-bg.png');
    background-repeat: no-repeat;
}
.best-sellers .product.data.items {
    background: #F9F8F3;
    padding: 30px;
}
.best-sellers .owl-carousel .owl-nav .owl-prev {
    background-image: url(../images/bestseller-prev.png);
}
.best-sellers .owl-carousel .owl-nav [class*='owl-'] {
    width: 18px;
    height: 40px;
    background-color: transparent;
    border: 0;
    margin: 0 30px;
    background-repeat: no-repeat;
    background-position: top center;
}
.best-sellers .owl-carousel .owl-nav .owl-next {
    background-image: url(../images/bestseller-next.png);
        margin-right: 0;
}
.best-sellers .owl-carousel .owl-nav {
    top: -168px;
    right: -30px;
}
.best-sellers .owl-carousel .owl-nav [class*='owl-']:before {
    display: none;
}
.best-sellers .product-item-info {
    background: transparent;
    padding: 30px 20px 20px;
}
.best-sellers .product-item:hover .product-item-info {
    background: #fff;
}
.best-sellers img {
    mix-blend-mode: multiply;
}
.best-sellers .product-thumb-image {
    background: #F9F8F3;
}
.best-sellers .owl-carousel .owl-item img {
    width: auto;
    margin: 0 auto;
}
.best-sellers .product-item:hover .product-thumb-image {
    background: #fff;
}
/*Best Sellers*/
/*Footer*/
.page-footer .bottom-footer-wrapper {
    background: #F8F8F8;
    padding: 10px 0;
    border: 0;
}
.page-footer {
    color: #000;
}
.page-footer .copyright,.footer-bottom-links ul li a {
    font-size: 15px;
    line-height: 25px;
}
.footer-bottom-links ul li {
    display: inline-block;
    margin-right: 17px;
    padding-right: 16px;
    position: relative;
}
.footer-bottom-links ul li:after {
    content: '|';
    font-size: 15px;
    position: absolute;
    right: -1px;
    top: 1px;
}
.footer-bottom-links ul li:last-child:after {
    display: none;
}
.footer-bottom-links ul li:last-child{
    margin-right: 0;
    padding-right: 0;
}
.page-footer .bottom-footer-wrapper .footer.content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.page-footer a {
    color: #000;
}
.page-footer .footer-container-wrapper {
    padding-top: 0;
    padding-bottom: 0;
}
.footer-disclosure {
    display: inline-block;
    width: 100%;
    text-align: center;
    padding: 18px 0;
}
.footer-disclosure p {
    line-height: 22px;
    font-size: 14px;
    color: #4D4D4D;
    max-width: 1030px;
    margin: 0 auto 5px;
}
.footer-disclosure p:last-child {
    margin-bottom: 0;
}
.footer-badges ul {
    align-items: center;
    justify-content: space-between;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
}
.footer-badges ul li:first-child {
    justify-content: flex-start;
    border-right: 0;
    border-left: 0;
}
.footer-badges ul li:last-child {
    justify-content: flex-end;
    border-right: 0;
    border-left: 0;
}
.footer-badges ul li {
    padding: 10px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #E1DDD3;
}
.footer-badges {
    display: inline-block;
    width: 100%;
}
.ft-links-title h4 {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 28px;
    margin-bottom: 20px;
    padding-bottom: 15px;
    width: 100%;
    display: inline-block;
    border-bottom: 1px solid #D1CFCD;
}
.ft-links-content {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-column-gap: 10px;
    margin-bottom: 15px;
}
.ft-links-content .main-links li, .ft-links-content .main-links li a {
    font-size: 16px;
    line-height: 24px;
}
.ft-links-content .main-links li {
    margin-bottom: 15px;
}
.footer-container-main {
    padding-top: 30px;
}
.ft-links-products, .ft-links-contact {
    padding-top: 25px;
}
.footer-container-main {
    padding-top: 30px;
    background-image: url(../images/footer-top-bg.png);
    background-repeat: no-repeat;
    background-position: top center;
}
.ft-links-contact .ft-links-content,.ft-links-location .ft-links-content{
    grid-template-columns: 1fr;
}
.ft-links-contact .ft-links-content ul li {
    padding-left: 36px;
    display: flex;
    flex-flow: column;
    background-image: url(../images/mobile-icon.png);
    background-repeat: no-repeat;
    background-position: left center;
}
.ft-links-contact .ft-links-content ul.contact-email li {
    background-image: url(../images/email-icon.png);
}
.ft-links-contact .ft-links-content ul {
    display: flex;
    justify-content: space-between;
}
.ft-links-contact .ft-links-content ul li span {
    font-size: 13px;
    line-height: 15px;
    margin-bottom: 5px;
}
.ft-links-contact .ft-links-content ul li a {
    font-size: 19px;
    font-weight: 600;
    line-height: 20px;
}
.ft-links-contact .ft-links-content ul.contact-email li a {
    font-size: 16px;
    font-weight: 400;
}
.ft-links-contact .ft-links-content ul.contact-email {
    margin-top: 40px;
}
.ft-links-contact .ft-links-section {
    min-height: 236px;
}
.ft-links-location ul li {
    font-size: 16px;
    display: flex;
    flex-flow: column;
    line-height: 25px;
    padding-left: 36px;
    background-image: url(../images/map-icon.png);
    background-repeat: no-repeat;
}
.ft-links-location ul.contact-timing li {
    background-image: url(../images/timer-icon.png);
    background-position: left center;
}
.ft-links-location .ft-links-content .contact-timing {
    margin-top: 30px;
}
.ft-links .ft-links-left{
    width: 65%;
    padding-right: 30px;
}
.ft-links .ft-links-right {
    width: 35%;
    background-color: #EDEDED;
    padding-left: 30px;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
    padding-bottom: 20px;
    padding-right: 20px;
    position: relative;
}
/*.ft-links .ft-links-right:after {
    position: absolute;
    width: 1000%;
    content: '';
    background-color: #EDEDED;
    right: -1000%;
    height: 100%;
    top: 0;
}*/
.ft-links .ft-links-right:after {
    position: absolute;
    width: 1000%;
    content: '';
    background-color: #EDEDED;
    height: 100%;
    top: 0;
    left: 100%;
}
.footer-newsletter .block.newsletter .form.subscribe {
    max-width: 560px;
    min-width: 560px;
}
.footer-newsletter .block.newsletter input[type="email"] {
    background: #ffffff;
    color: #8F8F8F;
    height: 60px;
    padding-left: 24px;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
    line-height: 100%;
    font-size: 16px;
    border: 0;
    margin: 0;
}
.footer-newsletter .block.newsletter .action.subscribe {
    min-height: 60px;
    background-color: #00B68D;
    border: 0;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
    margin: 0;
    font-size: 14px;
    font-weight: 800;
    padding-left: 40px;
    padding-right: 40px;
}
.footer-newsletter .block.newsletter .field .control:before{
    display: none;
}
.footer-newsletter .block.newsletter input[type="email"]::-moz-placeholder{
    color: #8F8F8F;
    font-size: 16px;
    font-weight: 400;
}
.footer-newsletter .block.newsletter input[type="email"]::-webkit-input-placeholder{
    color: #8F8F8F;
    font-size: 16px;
    font-weight: 400;
}
.footer-newsletter .block.newsletter input[type="email"]:-ms-input-placeholder {
    color: #8F8F8F;
    font-size: 16px;
    font-weight: 400;
}
.footer-newsletter .block.newsletter:after, .footer-newsletter .block.newsletter:before {
    content: '';
    height: 20px;
    width: 1px;
    background: #BBB6AD;
    left: 0;
    position: absolute;
}
.footer-newsletter .block.newsletter:after{
    left: auto;
    right: 0;
}
.footer-newsletter .block.newsletter {
    margin: 0;
    display: flex;
    align-items: center;
    column-gap: 20px;
    justify-content: center;
    position: relative;
}
.footer-newsletter {
    width: 65%;
}
.footer-newsletter .block.newsletter label {
    font-weight: 500;
}
.footer-newsletter .block.newsletter .field {
    margin: 0;
}
.footer.content.footer-content-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 25px;
    padding-bottom: 25px;
}
.footer-smedia ul li a {
    height: 40px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #000;
    border-radius: 100%;
    color: #fff;
}
.footer-smedia ul li a.twitter {
    background-color: #fff;
}
.footer-smedia ul li .fa-twitter-x {
    color: #000;
    background-image: url(../images/twitter-x.png);
    width: 40px;
    height: 40px;
    background-repeat: no-repeat;
    background-position: center;
}
.footer-smedia ul li {
    display: inline-block;
    margin-right: 10px;
    float: left;
}
.footer-smedia ul li a:hover {
    text-decoration: none;
    background-color: #fff;
    color: #000;
}
.header-top-section {
    background-color: #093C2D;
    color: #fff;
}
/*Footer*/
/*Header*/
.header.content {
    max-width: 1920px;
    padding: 3px 30px;
}
.header-top-section ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.header-top-section .header-top-contact ul {
    padding-left: 44px;
    background-image: url(../images/header-conatct.png);
    background-position: left center;
    background-repeat: no-repeat;
}
.header-top-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.header-top-contact li, .header-top-contact li a {
    font-size: 13px;
    line-height: 18px;
    margin: 0;
}
.header-top-contact li a {
    font-size: 15px;
    font-weight: 800;
    color: #fff;
    vertical-align: middle;
}
.header-top-track ul li a {
    color: #fff;
    font-size: 15px;
}
.header-top-track ul li {
    margin: 0;
    padding-left: 44px;
    background-image: url(../images/header-track.png);
    background-position: left center;
    background-repeat: no-repeat;
}
.header-top-contact li a:hover, .header-top-track ul li a:hover {
    color: #fff;
    text-decoration: underline;
}
.header-top-offers-wrap {
    display: flex;
    width: 100%;
}
.header-top-offers {
    padding: 0 50px;
    width: 50%;
}
.header-top-offers .owl-carousel .owl-nav {
    position: absolute;
    top: 0;
    right: 0;
    margin-top: 0;
    left: 0;
}
.header-top-offers .owl-carousel .owl-nav [class*='owl-'] {
    width: 30px;
    height: 30px;
    background-color: transparent;
    border: 0;
}
.header-top-offers .owl-carousel .owl-nav .owl-prev{
    position: absolute;
    left: -60px;
}
.header-top-offers .owl-carousel .owl-nav .owl-next {
    right: -60px;
    position: absolute;
    left: auto;
}
.header-top-offers .owl-carousel .owl-nav [class*='owl-']:before {
    line-height: 30px;
    font-size: 17px;
}
.notification-slider-items li {
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.notification-slider-items li a {
    color: #fff;
    text-decoration: underline;
}
.notification-slider-items li a:hover {
    color: #60C485;
    text-decoration: underline;
}
.browse-offers-main {
    position: fixed;
    top: -100%;
    left: 0;
    width: 100%;
    z-index: 99;
    background-color: #0C4131;
    transition: top 0.5s ease;
    opacity: 0;
}
.browse-offers-main.active {
    top: 0;
    opacity: 1;
}
.browse-offers-title h4 {
    font-size: 16px;
    margin: 0;
    font-weight: 600;
    line-height: 44px;
    text-transform: uppercase;
}
.browse-offers-title {
    background-color: #05251B;
    color: #fff;
    width: 100%;
}
.browse-offers-title-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1370px;
    padding: 0 10px;
    margin: 0 auto;
}
.close-offers {
    width: 20px;
    height: 20px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../images/clos-icon.png);
}
/*.close-offers:after {
    position: absolute;
    top: 0;
    left: 0;
    content: '\f00d';
    font-family: 'FontAwesome';
    right: 0;
    margin: 0 auto;
    line-height: 20px;
}*/
.browse-offers-toggle {
    font-size: 14px;
    color: #60C485;
    text-transform: uppercase;
    text-decoration: underline;
    cursor: pointer;
}
.browse-offers-title-wrap:before {
    content: '';
}
.browse-offers-list {
    padding: 20px 50px;
}
.browse-offers-item h4 {
    font-size: 28px;
    font-weight: 800;
    letter-spacing: 0.25px;
    color: #fff;
    text-transform: uppercase;
    line-height: 34px;
    text-align: center;
    margin: 0;
}
.browse-offers-item-wrap {
    padding: 20px 20px 10px;
    background-color: #FE847B;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-flow: column;
    height: 100%;
    width: 100%;
    color: #fff;
    row-gap: 10px;
    text-align: center;
}
.browse-offers-item span {
    font-size: 17px;
    font-weight: 300;
    line-height: 22px;
    letter-spacing: 0.25px;
}
.browse-offers-item span.browser-notice {
    font-size: 11px;
    font-weight: 400;
}
/*.browse-offers-item a {
    font-size: 19px;
    font-weight: 800;
    text-transform: uppercase;
    text-decoration: underline;
    color: #fff;
    letter-spacing: 0.45px;
    line-height: 24px;
}*/
.browse-offers-item .offer-cta {
    font-size: 19px;
    font-weight: 800;
    text-transform: uppercase;
    text-decoration: underline;
    color: #fff;
    letter-spacing: 0.45px;
    line-height: 24px;
}
.browse-offers-item a {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    display: none;
    font-size: 0;
}
.browse-offers-item:hover a {
    display: inline-block;
}
.browse-offers-item.pipes .browse-offers-item-wrap {
    background-color: #FFF5B3;
    color: #31270B;
}
.browse-offers-item.pipes .browse-offers-item-wrap a,.browse-offers-item.pipes .browse-offers-item-wrap h4{
    color: #31270B;
}
.browse-offers-item.subscribe .browse-offers-item-wrap {
    background-color: #129B7D;
}
.browse-offers-item.daily-deals .browse-offers-item-wrap {
    background-color: #D41B23;
}
.browse-offers-item.quality-pipes .browse-offers-item-wrap {
    background-color: #AB9EFF;
}
.browse-offers-list .owl-carousel .owl-nav {
    position: absolute;
    top: 38%;
    right: 0;
    margin-top: 0;
    left: 0;
}
.browse-offers-list .owl-carousel .owl-nav .owl-prev {
    position: absolute;
    left: -35px;
}
.browse-offers-list .owl-carousel .owl-nav .owl-next {
    right: -35px;
    position: absolute;
    left: auto;
}
.browse-offers-list .owl-carousel .owl-nav [class*='owl-'] {
    width: 20px;
    height: 35px;
    background-color: transparent;
    border: 0;
    margin: 0;
}
.browse-offers-list .owl-carousel .owl-nav [class*='owl-']:before {
    display: none;
}
.browse-offers-list .owl-carousel .owl-nav [class*='owl-'] {
    background-repeat: no-repeat;
    background-position: top center;
}
.browse-offers-list .owl-carousel .owl-nav .owl-prev{
    background-image: url(../images/owl-prev.png);
}
.browse-offers-list .owl-carousel .owl-nav .owl-next{
    background-image: url(../images/owl-next.png);
}
body.browse-popup .page-wrapper:after {
    background-color: rgba(0,0,0,0.75);
    content: '';
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9;
}
.browse-popup #back-top {
    display: none !important;
}
/*Header*/







/*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;
}
.minicart-wrapper {
    float: none;
    margin: 0 !important;
}
.block-search .control {
    background-color: #fff;
}
.block-search input[type="text"] {
    color: #9293A0;
    background-color: #fff;
    font-style: normal;
    height: 54px;
    text-transform: capitalize;
    font-size: 15px;
    border: 1px solid #093C2D;
    border-radius: 6px;
    padding-right: 160px;
    padding-left: 20px;
    box-shadow: none !important;
}
.block-search .action.search:before {
    display: none;
}
.block-search .action.search {
    width: auto;
    height: 54px;
    text-decoration: none;
    text-shadow: none;
    font-weight: 700;
    font-family: 'Fustat';
    letter-spacing: 0.57px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #093C2D;
    padding: 0 36px;
    border-radius: 0 6px 6px 0;
    line-height: 28px;
    font-size: 17px;
}
.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: #9293A0;
    text-transform: initial;
}
.block-search input[type="text"]:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:#9293A0;
   opacity:  1;
   text-transform: initial;
}
.block-search input[type="text"]::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:#9293A0;
   opacity:  1;
   text-transform: initial;
}
.block-search input[type="text"]:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:#9293A0;
   text-transform: initial;
}
.block-search input[type="text"]::-ms-input-placeholder { /* Microsoft Edge */
   color:#9293A0;
   text-transform: initial;
}
.block-search input[type="text"]::placeholder { /* Most modern browsers support this now. */
   color:#9293A0;
   text-transform: initial;
}
.header.content .header-search .block-search {
    float: none;
    width: 100%;
    margin: 0;
}
.block-search .action.search:hover {
    background: #0061db;
    border: none;
    color: #fff;
}
.block-search .action.search:focus, .block-search .action.search:active {
    background: #24BD4D;
    border: 0;
    height: 46px;
}
.myaccount-sub-links {
    position: absolute;
    padding-top: 40px;
    left: -70px;
    width: 100%;
    list-style-type: none;
    transition: all .5s ease;
    display: none;
    min-width: 216px;
}
.myaccount-sub-links ul {
    list-style-type: none;
    width: 100%;
    display: inline-block;
    padding: 15px;
    border: 1px solid #ddd;
    min-width: 216px;
    background: #fff 0% 0% no-repeat padding-box;
    box-shadow: -3px 3px 6px #00000024;
    border-radius: 5px;
}
.my-account-toggle:hover>.myaccount-sub-links {
    display: inline-block;
    z-index: 9;
}
.my-account-toggle {
    position: relative;
    margin: 0;
    cursor: pointer;
}
.minicart-wrapper .action.showcart .counter.qty {
    font-size: 13px;
    border: 0;
    font-weight: 800;
    line-height: 18px;
    background: #068368;
    top: -6px;
    left: 14px;
}
.minicart-wrapper .action.showcart:before {
    background-image: url('../images/cart-basket.png');
    background-position: left center;
    min-width: 37px;
    width: 37px;
    min-height: 28px;
}
.header-shop-links ul li a {
    display: flex;
    align-items: center;
    font-size: 15px;
    line-height: 21px;
}
.header-shop-links ul {
    display: flex;
    margin: 0;
    padding: 0;
    align-items: center;
}
.header-shop-links ul li img {
    margin-right: 10px;
}
.header-shop-links ul li.bargain-link img {
    max-height: 46px;
}
.header-shop-links ul li a {
    text-transform: uppercase;
}
.header-wrapper-content > .header.content {
    padding: 20px 30px;
}
.logo {
    max-width: 100%;
}
.cdz-cat-search {
    display: none;
}
.header-shop-links ul li.bargain-link {
    position: relative;
    padding: 0 36px;
    margin: 0 36px;
}
.header-shop-links ul li {
    margin-bottom: 0;
}

.header-shop-links ul li.bargain-link:after, .header-shop-links ul li.bargain-link:before {
    content: '';
    background: #C6C6C6;
    height: 26px;
    width: 1px;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto 0;
}
.header-shop-links ul li.bargain-link:after {
    right: 0;
    left: auto;
}
.my-account-links {
    padding: 0;
    margin: 0;
}
.my-account-toggle .my-account {
    font-size: 15px;
    padding-left: 40px;
    background-image: url('../images/my-account.png');
    background-position: left center;
    background-repeat: no-repeat;
    line-height: 28px;
    display: inline-block;
    cursor: pointer;
}
.my-account-links {
    margin-right: 36px;
    padding-right: 36px;
    position: relative;
}
.my-account-links:after{
    content: '';
    background: #C6C6C6;
    height: 26px;
    width: 1px;
    position: absolute;
    top: 4px;
    right: 0;
}
.my-account-toggle .my-account:after {
    content: '\f0d7';
    font-family: 'FontAwesome';
    color: #C6C6C6;
    font-size: 20px;
    margin-left: 10px;
    vertical-align: middle;
}
.myaccount-sub-links ul li a {
    font-size: 16px;
    line-height: 20px;
}
.myaccount-sub-links ul li:last-child {
    margin: 0;
}
.myaccount-sub-links ul li {
    margin-bottom: 5px;
}
.header-search {
    width: 40%;
}
.search-wrapper {
    width: 100%;
}
.page-title-box {
    border-bottom: 1px solid #E1E1E1;
}
.page-title-box .category-view {
    padding-bottom: 30px;
}
.minicart-items .product-item .product-item-name {
    font-size: 14px;
    line-height: 18px;
    min-height: auto;
    max-height: 100%;
    margin-top: 0;
}
.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;
    border: 1px solid #ddd;
    padding: 3px;
    border-radius: 4px;
}
.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: #E85811;
    border: 0;
    padding: 12px 17px;
}
.block-minicart .block-content>.actions>.primary .action.primary:hover {
    background: #CC0E03;
    color: #fff;
}
.block-minicart .items-total {
    display: none;
}
body input[type=number].item-qty, body input[type=number].input-text.qty {
    padding: 0 5px;
}
.minicart-wrapper #mini-cart .product .actions {
    margin: -32px 0 0;
}
/*20Oct24*/
#bss_ajaxcart_popup {
    margin: 0 0 0 auto;
    padding: 0;
    max-width: 616px;
    height: 100%;
    right: -100%;
    transition: right 0.8s ease;
}
.popup-header strong {
    background: #04271C;
    display: inline-block;
    width: 100%;
    color: #fff;
    font-size: 19px;
    font-weight: bold;
    padding: 16px 30px;
    text-align: left;
    line-height: 32px;
    text-transform: uppercase;
}
.mfp-ready #bss_ajaxcart_popup .popup > .block {
    margin: 0;
}
.mfp-close-btn-in .mfp-close {
    color: #fff;
    font-size: 0;
    width: 26px;
    height: 26px;
    right: 20px;
    top: 20px;
    background: none;
    opacity: 1;
    border: 0;
    padding: 0;
    margin: 0;
}
.mfp-close-btn-in .mfp-close:after, .mfp-close-btn-in .mfp-close:before {
    content: '';
    height: 24px;
    width: 4px;
    background: #FFF;
    display: inline-block;
    transform: rotate(45deg);
    position: absolute;
}
.mfp-close-btn-in .mfp-close:after {
    transform: rotate(138deg);
}
.product-info-left img {
    border: 1px solid #DEDEDE;
    border-radius: 8px;
    padding: 5px;
}
.product-info-wrap {
    display: flex;
    justify-content: space-between;
    column-gap: 50px;
}
.product-info-left {
    display: flex;
    column-gap: 30px;
}
.product-info-block .product-info-name {
    font-size: 18px;
    font-weight: 600;
    line-height: 30px;
    max-width: 210px;
    text-align: left;
}
.product-info-block .product-info-price {
    font-size: 22px;
    font-weight: 600;
    line-height: 30px;
}
.product-info-qty {
    font-weight: 600;
}
.cart-summary-block {
    display: inline-block;
    width: 100%;
    padding: 15px 30px;
    border: 1px solid #E2E2E2;
    border-left: 0;
    border-right: 0;
}
.cart-summary-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    column-gap: 20px;
}
.cart-summary-subtotal {
    font-size: 19px;
    font-weight: 800;
}
.cart-summary-link p {
    margin: 0;
    font-weight: 500;
}
.cart-summary-link p a{
    color: #0CA382;
}
.popup-action-wrap {
    display: flex;
    align-items: center;
    column-gap: 30px;
}
.popup-action-block {
    display: inline-block;
    width: 100%;
    padding: 30px;
}
#bss_ajaxcart_popup .popup .action {
    width: 50%;
    margin: 0;
    height: 46px;
    font-size: 18px;
    padding: 0;
    line-height: 44px;
    font-weight: 700;
}
#bss_ajaxcart_popup .popup .action.tocart {
    font-size: 14px;
}
#bss_ajaxcart_popup .popup .action.checkout-link {
    border: 0;
    background-color: #E85811;
    border-radius: 4px;
}
#bss_ajaxcart_popup .popup .action.checkout-link:hover {
    background-color: #CC0E03;
}
#bss_ajaxcart_popup .popup .action.checkout-continue:hover {
    background-color: #08896d;
    border-color: #08896d;
    color: #fff;
}
#bss_ajaxcart_popup .popup .action.checkout-continue {
    background-color: #fff;
    border: 1px solid #00B68D;
    color: #10a584;
}
.mfp-auto-cursor .mfp-content {
    height: 100%;
}
.product-info-block {
    display: inline-block;
    width: 100%;
    padding: 30px;
}
.popup-suggetions .mageplaza-autorelated-block.block.widget.block-products-list .mageplaza-autorelated-title.block-title.title {
    border: 0;
    padding: 0;
    margin: 0;
    text-align: left;
}
.popup-suggetions .mageplaza-autorelated-block.block.widget.block-products-list .mageplaza-autorelated-title.block-title.title strong {
    font-size: 23px;
    font-weight: 600;
    text-transform: capitalize;
    text-align: left;
    border: 0;
    padding: 0;
}
.popup-suggetions .mageplaza-autorelated-block.block.widget.block-products-list .block-content {
    padding-top: 0;
}
.popup-suggetions .mageplaza-autorelated-block.block.widget .products-grid .product-item {
    width: 100%;
    margin-left: 0 !important;
}
.popup-suggetions .mageplaza-autorelated-block.block.widget.block-products-list .container {
    padding: 0;
}
.popup-suggetions .mageplaza-autorelated-block.block.widget.block-products-list {
    padding: 30px;
    background: #fff;
}
.popup-suggetions .mp-arp-slider-content .owl-nav button span {
    display: none;
}
.popup-suggetions .owl-carousel .owl-nav [class*='owl-']:before {
    display: none;
}
.popup-suggetions .owl-carousel .owl-nav .owl-prev {
    background-image: url(../images/bestseller-prev.png);
}
.popup-suggetions .owl-carousel .owl-nav .owl-next {
    background-image: url(../images/bestseller-next.png);
}
.popup-suggetions .owl-carousel .owl-nav [class*='owl-'] {
    background-repeat: no-repeat;
    width: 18px;
    height: 30px;
    right: 0;
    margin: 0 20px;
    background-position: center;
}
.popup-suggetions .owl-carousel .owl-nav .owl-next {
    margin-right: 0;
}
.popup-suggetions .owl-carousel .owl-nav [class*='owl-']:hover {
    background-color: transparent;
}
.popup-suggetions .block.upsell .owl-carousel .owl-nav{
    top: -32px;
    right: 0;
}
.product-item .product-item-name {
    line-height: 24px;
    min-height: 48px;
    max-height: 48px;
    font-size: 16px;
    text-align: left;
    margin: 10px 0;
}
.popup-suggetions .owl-carousel .owl-item img {
    width: auto;
    margin: 0 auto;
}
.popup-suggetions .block.widget .product-item-info {
    padding: 10px;
    border: 1px solid #ECE9E1;
}
.popup-suggetions .mageplaza-autorelated-slider>ol {
    width: 100%;
}
.mfp-ready #bss_ajaxcart_popup {
    right: 0;
}
.minicart-items .update-cart-item {
    min-height: 30px;
    height: 30px;
    width: 60px;
    padding: 0;
    line-height: 100%;
    margin: 0;
    color: #fff;
    border-radius: 5px;
    text-transform: capitalize;
}
.product-info-qty.grouped {
    display: none;
}
/*20Oct24*/
/*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: 'Fustat';
    letter-spacing: .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: #999;
    background-color: #fff;
    border-color: #000;
    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: Fustat;
    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: 'Fustat';
    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: 170px;
}
.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: 'Fustat';
}
.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;
}


.page-header .amsearch-wrapper-block {
    float: none;
    width: 100%;
}
.amsearch-form-block.-opened {
    width: 100% !important;
    display: block;
}
.page-header .amsearch-input-wrapper, .page-header:not(.amsearch-full-width) .amsearch-input-wrapper.-dynamic-width {
    min-width: 100%;
    max-width: 100%;
}
.amsearch-input-wrapper .amsearch-input, .amsearch-input-wrapper.-typed .amsearch-input {
    background-image: none;
    color: #9293A0;
    background-color: #fff;
    font-style: normal;
    height: 54px;
    text-transform: capitalize;
    font-size: 15px;
    border: 1px solid #093C2D;
    border-radius: 6px;
    padding-right: 160px;
    padding-left: 20px;
    box-shadow: none !important;
}
.amsearch-input-wrapper .amsearch-button.-loupe {
    width: auto;
    height: 54px;
    text-decoration: none;
    text-shadow: none;
    font-weight: 700;
    font-family: 'Fustat';
    letter-spacing: 0.57px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #093C2D;
    padding: 0 36px;
    border-radius: 0 6px 6px 0;
    line-height: 28px;
    font-size: 17px;
    color: #fff;
}
.amsearch-products-section .amsearch-item:hover {
    background: #F9F8F3;
    z-index: 8;
}
.amsearch-products-section .product-item-link span.amsearch-highlight {
    background: #08896D;
}
.amsearch-products-section .amsearch-link.product-item-link {
    color: #232f3e;
    font-size: 15px;
    font-weight: 400;
    line-height: 22px;
}
.amsearch-products-section .product-reviews-summary .rating-count {
    line-height: 16px;
    margin-top: 3px;
}
.amsearch-products-section .product-item [data-role=priceBox] span.price-label {
    font-size: 14px;
    font-weight: normal;
}
/*Amasty Search*/
.products-grid div[class^="swatch-opt-"] {
    display: none;
}
.products.wrapper .product-item .price-box .minimal-price-link .price-label {
    font-size: 16px;
}
@media only screen and (min-width: 1920px) {
    .footer-container-main {
        background-size: 100% 100%;
    }
    .best-sellers {
        background-size: 100% auto;
        background-position: center;
    }
}
.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: 0;
    left: 0;
    position: relative;
    bottom: auto;
}
.products-grid .product-item-info .product-item-details {
    position: unset;
}
.wk-deal-left-border {
    display: none !important;
}
.sidebar .block-compare.block-topdeals .product-item .product-item-name {
    margin-left: 0;
    font-size: 14px;
    line-height: 21px;
}
.sidebar .block-topdeals .product-items .product-item-details {
    margin-left: 64px;
}
.sidebar .block-topdeals .wk-daily-deal br:last-child {
    display: none;
}
.sidebar .block-topdeals .product-image-wrapper img {
    border: 1px solid #ccc;
    border-radius: 5px;
}
.page-main .sidebar.sidebar-additional .block.block-topdeals:not(.block-static-block) {
    padding: 20px;
}
.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 {
    display: n;
    position: absolute !important;
    top: 80px;
    left: 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;
}
.product-item .old-price {
    margin-top: 0;
    margin-bottom: 0;
    color: #ababab;
}
.products.wrapper .product-item .price-box .old-price .price {
    font-size: 18px;
    font-weight: 500;
    color: #ababab;
}
.pagebottom-products-wrapper.recommended-products .owl-carousel .owl-nav {
    display: none;
}
@media only screen and (min-width: 1600px) and (max-width: 1699px) {
    .header-shop-links ul li.bargain-link {
        padding: 0 25px;
        margin: 0 25px;
    }
    .my-account-links {
        margin-right: 25px;
        padding-right: 25px;
    } 
    .header-search {
        width: 38%;
    }  
}
@media only screen and (min-width: 1366px) and (max-width: 1599px) {
    .header-search {
        width: 30%;
    } 
    .header-shop-links ul li.bargain-link {
        padding: 0 20px;
        margin: 0 20px;
    }
    .my-account-links {
        margin-right: 20px;
        padding-right: 20px;
    }
}
@media only screen and (min-width: 1540px) and (max-width: 1599px) {
    .header-search {
        width: 38%;
    }  
}
@media only screen and (min-width: 1366px) and (max-width: 1439px) {
    .amsearch-input-wrapper .amsearch-input, .amsearch-input-wrapper.-typed .amsearch-input {
        padding-right: 130px;
        padding-left: 14px;
    }
    .amsearch-input-wrapper .amsearch-button.-loupe {
        padding: 0 25px;
    }
}
@media only screen and (min-width: 1200px) and (max-width: 1365px) {
    .header-search {
        width: 32%;
    } 
    .header-shop-links ul li.bargain-link {
        padding: 0 20px;
        margin: 0 20px;
    }
    .my-account-links {
        margin-right: 20px;
        padding-right: 20px;
    }
    .page-main .sidebar.sidebar-additional .block:not(.block-static-block) {
        padding: 24px 20px;
    }
    .page-products .sorter-options {
        max-width: 160px;
        min-width: 160px;
    }
}
@media only screen and (min-width: 1200px) and (max-width: 1279px) {
    .my-account-toggle .my-account {
        padding-left: 0;
        background-image: none;
        font-size: 13px;
    }
    .header-shop-links ul li.bargain-link {
        padding: 0 15px;
        margin: 0 15px;
    }
    .my-account-links {
        margin-right: 15px;
        padding-right: 15px;
    }
    .header-shop-links ul li a {
        font-size: 13px;
    }
    .header-shop-links ul li.hippy a img {
        margin-left: 10px;
        max-width: 40px;
    }
    .header-search {
        width: 36%;
    }
    .amsearch-input-wrapper .amsearch-button.-loupe {
        padding: 0 20px;
    }
    .amsearch-input-wrapper .amsearch-input, .amsearch-input-wrapper.-typed .amsearch-input {
        padding-right: 120px;
        padding-left: 15px;
    }
    .header-shop-links ul li.bargain-link:after, .header-shop-links ul li.bargain-link:before {
        height: 20px;
        top: 0;
    }
    .my-account-links:after {
        height: 20px;
    }
}
.active-cart-popup .mfp-wrap {
    top: 0 !important;
    position: fixed !important;
    height: 100% !important;
    overflow-y: scroll;
}
ul.cdz-product-labels li.label-item {
    width: 50px;
    height: 50px;
    display: flex;
    font-size: 11px;
    font-size: 9px;
    line-height: 14px;
    align-items: center;
}
ul.cdz-product-labels li.label-item.has-image {
    background-color: transparent;
}
.page-layout-2columns-left .page-bottom .products.products.wrapper {
    margin-top: 0;
}
.products.wrapper .product-item .product-price-main .product-price-wrraper > .price-box .special-price+.old-price {
    flex: 1;
}
.header-shop-links ul li.hippy img {
    max-height: 56px;
}
option[data-discount="1"], .prices-tier li.item, .prices-tier .item strong, .prices-tier .item span, .prices-tier .item strong .price {
    color: #08896D;
    font-weight: bold;
}
.prices-tier li.item, .prices-tier .item strong, .prices-tier .item span, .prices-tier .item strong .price {
    font-size: 16px;
}
.see-all-button {
    display: none;
}
body.filter-active ul.cdz-product-labels {
    z-index: 0;
}
.block-compare .action.primary {
    line-height: 46px;
    border: 0 !important;
    border-radius: 4px;
    color: #fff !important;
}
.mageplaza-autorelated-slider .owl-carousel .owl-item img,.recently-viewed-products .owl-carousel .owl-item img{
    width: auto;
    margin: 0 auto;
}