.actions-toolbar.social-btn.stackoverflow-login,
.actions-toolbar.social-btn.twitter-login,
.actions-toolbar.social-btn.github-login,
.actions-toolbar.social-btn.amazon-login {
    display: none;
}


.lof-social-login-widget.lof-social-login .icon-social {
    margin-left: 5px;
    margin-top: 3px;
}

.lof-social-login-widget .row {
    margin-top: 15px;
}

/*for tooltip remove*/
.field-tooltip.toggle {
    display: none;
}

/*payment icon*/
.payment-method-content .mf-div img.mf-img {
    width: 60px;
    height: auto;
}

div[name="shippingAddress.customer_reference"] {
    display: none;
}

/*for lable name change*/
label {
    font-size: 0px;
}

div[name="shippingAddress.region_id"] label {
    visibility: hidden;
    position: relative;
}

div[name="shippingAddress.region_id"] label:after {
    visibility: visible;
    position: absolute;
    top: 0;
    left: 0;
    content: 'State/Governorate';
}

#checkout-step-payment .building_number {
    visibility: hidden;
    position: relative;
    width: 116px;
    display: inline-block;
}

#checkout-step-payment .building_number:after {
    visibility: visible;
    position: absolute;
    top: 0;
    left: 0;
    content: 'Building number';
}

#checkout-step-payment .apartment_number {
    visibility: hidden;
    position: relative;
    width: 86px;
    display: inline-block;
}

#checkout-step-payment .apartment_number:after {
    visibility: visible;
    position: absolute;
    top: 0;
    left: 0;
    content: 'Flat Number';
}

#checkout-step-payment .block {
    visibility: hidden;
    position: relative;
    width: 38px;
    display: inline-block;
}

#checkout-step-payment .block:after {
    visibility: visible;
    position: absolute;
    top: 0;
    left: 0;
    content: 'Block';
}

#checkout-step-payment .floor_number {
    visibility: hidden;
    position: relative;
    width: 36px;
    display: inline-block;
}

#checkout-step-payment .floor_number:after {
    visibility: visible;
    position: absolute;
    top: 0;
    left: 0;
    content: 'Floor';
}

#checkout-step-payment .jeddah {
    visibility: hidden;
    position: relative;
    width: 54px;
    display: inline-block;
}

#checkout-step-payment .jeddah:after {
    visibility: visible;
    position: absolute;
    top: 0;
    left: 0;
    content: 'Avenue';
}

#checkout-step-payment .notes {
    visibility: hidden;
    position: relative;
    width: 40px;
    display: inline-block;
}

#checkout-step-payment .notes:after {
    visibility: visible;
    position: absolute;
    top: 0;
    left: 0;
    content: 'Notes';
}

.label.select-payment-method-text {
    font-size: 16px;
    margin-top: 15px;
    display: block;
    font-weight: 500;
}

.label.select-payment-method-text.jeddah {
    font-weight: bold;
}

/* checkout filed text bold */

div[name="shippingAddress.region_id"] label {
    font-weight: bold !important;
}

div[name="shippingAddress.firstname"] label {
    font-weight: bold !important;
}

div[name="shippingAddress.lastname"] label {
    font-weight: bold !important;
}

div[name="shippingAddress.telephone"] label {
    font-weight: bold !important;
}

div[name="shippingAddress.country_id"] label {
    font-weight: bold !important;
}

div[name="shippingAddress.city"] label {
    font-weight: bold !important;
}

div[name=""] label {
    font-weight: normal !important;
}

div[name="shippingAddress.custom_attributes.block"] label {
    font-weight: bold !important;
}

.field.street .label {
    border: none;
    font-weight: bold;
}

label[for="customer-email"] {
    font-weight: bold !important;
}

/*remove MyFatoorah Payment Gateway*/
.opc-payment .payment-methods .payment-method .payment-method-title .label {
    display: none;
}

/*remove My billing and shipping address are the same*/
.opc-payment .payment-methods .payment-method .payment-method-billing-address .field.choice {
    display: none;
}

.opc-wrapper .step-title {
    visibility: hidden;
    position: relative;
    margin-top: 6px;
}

@media only screen and (max-width: 767px) {
    .opc-wrapper .step-title {
        font-size: 16px;
        font-weight: 600;
        margin-bottom: 0px;
        margin-top: 20px;
    }
}

/* .opc-wrapper .step-title:after {
    visibility: visible;
    position: absolute;
    top: 0;
    left: 0;
    content: 'Shipping Address';
} */

.towishlist.in-wishlist .fa-heart:before {
    color: #000;
}

/*wishlist Icon outline remove*/

.products-grid .product.product-item {
    position: relative;
}

.product-info-main .product-add-form .actions button.in-wishlist:hover {
    background: transparent;
    color: transparent;
    border-color: transparent;
}

.actions.action-add-to li {
    list-style-type: none;

}

/* addtocard button */
.products-grid .product-item-info button.action.tocart.primary.btn-cart {
    opacity: 1;
    visibility: visible;
    margin: auto;
}

.products-grid .product-item-info .tocart.btn-cart {
    top: 115% !important;
    left: 37% !important;
    color: #fff !important;
    line-height: 35px !important;
    background-color: #000 !important;
    padding: 0 30px !important;
    border-radius: 8px !important;
}

/*h5.product.name.product-item-name {
    height: 35px;
}*/

.product-item-info .product-item-details .price-box {
    padding-bottom: 6px;
    display: flex;
    justify-content: center;
}

.product-item-info .product-item-details .price-box .old-price {
    margin-left: 5px;
    float: unset;
}

/* for label */
.product-item-info .product-top {
    display: flex !important;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
}

.page-products a.product.photo.product-item-photo {
    padding-bottom: 110% !important;
}

.product-label {
    top: 84% !important;
    right: 0px !important;
    left: 0%;
    margin: 0 auto;
    width: 63% !important;
    height: 30px !important;
    border-style: groove;
    border-color: black;
    border-width: 1px;
    color: black !important;
    background: white !important;
    font-size: 14px !important;
}

@media (max-width: 423px) {
    .product-label {
        font-size: 10px !important;
        top: 84% !important;
        width: 100px !important;
    }

    .cms-index-index .product-label {
        top: 78% !important;
    }
}

.products-grid .product-item-info .product-top:hover .product-label {
    display: block !important;
}

/* wishlist */
.products-grid .product-item-info .product-top .actions-link button {
    -webkit-transform: scale(1) !important;
    opacity: 1 !important;
    visibility: visible !important;
    display: block !important;
}

.wishlist-index-index .products-grid.wishlist .product-item-info {
    padding-bottom: 60px;
}

.wishlist-index-index .products-grid .product-item-info .product-item-inner {
    bottom: 43px;
    left: 20px !important;
}

@media (max-width: 457px) {
    .wishlist-index-index .products-grid.wishlist .product-item-info .product-item-name {
        height: auto;
        min-height: 80px;
    }
}

/* end */

/* checkpage hide ship method */

.shipping-information {
    visibility: hidden;
}

/* submenu dropdown brands */
@media (min-width: 767px) {
    ul#mobile-menu-12-1 {
        max-height: 500px;
        overflow-x: auto;
    }
}

/* 
In My Account
*/


/* recent orders remove in My account */
.block-dashboard-orders {
    display: none;
}

/* remove billing address */
.box.box-order-billing-address {
    display: none;
}

/* remove order in MyFatoorah Payment Gateway */
dl.payment-method {
    display: none;
}

/* oreder details */
.page-title-wrapper .container {
    color: white;
    font-weight: 500;
}

.page-title-wrapper span.label {
    color: white;
    font-weight: 500;
}

.page-title-wrapper a.action.order {
    color: white;
    font-weight: 500;
}

.page-title-wrapper a.action.print {
    color: white;
    font-weight: 500;
}

/* Invoice remove */
.items.order-links a {
    display: none;
}

::-webkit-scrollbar {
    width: 10px;
    /*new block*/
}

::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px #1a1a1a;
    border-radius: 10px;
}

::-webkit-scrollbar-thumb {
    background-color: #1a1a1a;
    border-radius: 100px;
}

/* remove Additional Address Entries section from down */

.block.block-addresses-list.col-sm-6.col-xs-12 {
    display: block !important;
}

.block.block-addresses-list {
    display: none;
}

button.action.btn.btn-primary.add {
    visibility: visible;
}

button.action.primary.add {
    visibility: hidden;
}

a.action.back {
    visibility: hidden;
}


/* cart product Image */
.minicart-items .product>.product-image-container {
    overflow: visible !important;
    overflow-x: visible !important;
    overflow-y: visible !important;
}

/* brand sub-menu divide in colomn */
@media (min-width: 767px) {
    ul#mobile-menu-12-1 {
        columns: 4;
    }
}

@media (max-width: 767px) {
    li.shop-by-brand-menu span.toggle-menu {
        display: none !important;
    }
}

/* payment method */
label.label.select-payment-method-text {
    color: #1a1a1a;
    font-weight: 400;
    font-size: 18px;
}

/* .payment-method-content button.action.primary.checkout {
    width: 20% !important;
    min-width: 150px !important;
    font-size: 11px !important;
    padding: 12px 20px !important;
} */

/* use wallet credit */
div#block-gift-card-discount .payment-option-title.field.choice {
    color: #1a1a1a;
    font-size: 18px;
    font-weight: 300;
    padding-left: 0px !important;
}

/* .gift-credit-label span {
    color: #5f5f5f;
} */

/* for Wallet design */

.block.block-gift-card button.action.action-check.primary {
    padding: 0px 20px;
    height: 36px;
    background-color: black;
    border-color: black;
    color: white;
    border-radius: 25px;
}

.block.block-gift-card .actions {
    margin-top: 7%;
    columns: 5;
}

@media (max-width: 320px) {
    .block.block-gift-card .actions {
        columns: 4;
    }
}

.block.block-gift-card strong.box-title {
    text-transform: uppercase;
    color: #222;
    font-size: 20px;
    font-weight: 600;
    margin: 0;
    line-height: 1;
    display: block;
    margin-bottom: 28px;
}

.block.block-gift-card .block-title {
    text-transform: uppercase;
    color: #222;
    font-size: 20px;
    font-weight: 600;
    margin: 0;
    line-height: 1;
    display: block;
    margin-bottom: 28px;
}

.block.block-gift-card .box.box-information.col-mp.mp-6.mp-xs-12 {
    position: relative;
    right: 12px;
}

/* hide on chekout page */
.payment-method-billing-address .billing-address-same-as-shipping-block.field.choice {
    display: none;
}


/* payment method display */
.box.box-order-billing-method dl.payment-method {
    display: block !important;
}

/* create account label  */
.fieldset>.field:not(.choice) {
    margin-bottom: 15px;
    text-align: initial;
}

/* create account button */
.actions-toolbar.padding-top15 .col-sm-6.col-xs-12.margin-top15 a.action.btn.btn-default.btn-full.back {
    display: none;
}

.actions-toolbar.padding-top15 .col-sm-6.col-xs-12.margin-top15 {
    display: contents;
}

.actions-toolbar.padding-top15 .col-sm-6.col-xs-12.margin-top15 .btn-full {
    width: 50%;
}

/* forgot password button */
.form-password_forget .col-sm-6.col-xs-12.margin-top15 a.action.back {
    display: none;
}

.form-password_forget .col-sm-6.col-xs-12.margin-top15 {
    display: contents;
}

.form-password_forget .col-sm-6.col-xs-12.margin-top15 button.action.submit.btn.btn-primary.btn-full {
    width: 50%;
}

.actions-toolbar.social-btn.stackoverflow-login,
.actions-toolbar.social-btn.twitter-login,
.actions-toolbar.social-btn.github-login,
.actions-toolbar.social-btn.amazon-login {
    display: none;
}

.lof-social-login-widget.lof-social-login .icon-social {
    margin-left: 5px;
    margin-top: 3px;
}

.lof-social-login-widget .row {
    margin-top: 15px;
}

/*for tooltip remove*/
.field-tooltip.toggle {
    display: none;
}

/*payment icon*/
.payment-method-content .mf-div img.mf-img {
    width: 60px;
    height: auto;
}

div[name="shippingAddress.customer_reference"] {
    display: none;
}

/*for lable name change*/
label {
    font-size: 0px;
}

div[name="shippingAddress.region_id"] label {
    visibility: visible;
    position: relative;
}

div[name="shippingAddress.region_id"] label:after {
    visibility: visible;
    position: absolute;
    top: 0;
    left: 0;
    content: 'State/Governorate';
}

#checkout-step-payment .building_number {
    visibility: hidden;
    position: relative;
    width: 116px;
    display: inline-block;
}

#checkout-step-payment .building_number:after {
    visibility: visible;
    position: absolute;
    top: 0;
    left: 0;
    content: 'Building number';
}

#checkout-step-payment .apartment_number {
    visibility: hidden;
    position: relative;
    width: 86px;
    display: inline-block;
}

#checkout-step-payment .apartment_number:after {
    visibility: visible;
    position: absolute;
    top: 0;
    left: 0;
    content: 'Flat Number';
}

#checkout-step-payment .block {
    visibility: hidden;
    position: relative;
    width: 38px;
    display: inline-block;
}

#checkout-step-payment .block:after {
    visibility: visible;
    position: absolute;
    top: 0;
    left: 0;
    content: 'Block';
}

#checkout-step-payment .floor_number {
    visibility: hidden;
    position: relative;
    width: 36px;
    display: inline-block;
}

#checkout-step-payment .floor_number:after {
    visibility: visible;
    position: absolute;
    top: 0;
    left: 0;
    content: 'Floor';
}

#checkout-step-payment .jeddah {
    visibility: hidden;
    position: relative;
    width: 54px;
    display: inline-block;
}

#checkout-step-payment .jeddah:after {
    visibility: visible;
    position: absolute;
    top: 0;
    left: 0;
    content: 'Avenue';
}

#checkout-step-payment .notes {
    visibility: hidden;
    position: relative;
    width: 40px;
    display: inline-block;
}

#checkout-step-payment .notes:after {
    visibility: visible;
    position: absolute;
    top: 0;
    left: 0;
    content: 'Notes';
}

.label.select-payment-method-text {
    font-size: 16px;
    margin-top: 15px;
    display: block;
    font-weight: 500;
}

.label.select-payment-method-text.jeddah {
    font-weight: bold;
}

/* checkout filed text bold */

div[name="shippingAddress.region_id"] label {
    font-weight: bold !important;
}

div[name="shippingAddress.firstname"] label {
    font-weight: bold !important;
}

div[name="shippingAddress.lastname"] label {
    font-weight: bold !important;
}

div[name="shippingAddress.telephone"] label {
    font-weight: bold !important;
}

div[name="shippingAddress.country_id"] label {
    font-weight: bold !important;
}

div[name="shippingAddress.city"] label {
    font-weight: bold !important;
}

div[name=""] label {
    font-weight: normal !important;
}

div[name="shippingAddress.custom_attributes.block"] label {
    font-weight: bold !important;
}

.field.street .label {
    border: none;
    font-weight: bold;
}

label[for="customer-email"] {
    font-weight: bold !important;
}

/*remove MyFatoorah Payment Gateway*/
.opc-payment .payment-methods .payment-method .payment-method-title .label {
    display: none;
}

/*remove My billing and shipping address are the same*/
.opc-payment .payment-methods .payment-method .payment-method-billing-address .field.choice {
    display: none;
}

.towishlist.in-wishlist .fa-heart:before {
    color: #000;
}

/*wishlist Icon outline remove*/

.product-info-main .product-add-form .actions button.in-wishlist:hover {
    background: transparent;
    color: transparent;
    border-color: transparent;
}

.actions.action-add-to li {
    list-style-type: none;

}

/* checkpage hide ship method */

.shipping-information {
    visibility: hidden;
}

.checkout-index-index th.col.col-method:nth-child(1) {
    display: none;
}

.checkout-index-index td#label_method_flatrate_flatrate {
    display: none;
}

/* giftmessage */
#checkout-step-payment .cart-gift-item .gift-item-block.block._active .title::after {
    transform: rotate(180deg);
}

#checkout-step-payment .cart-gift-item .block:after {
    display: none;
}

#checkout-step-payment .cart-gift-item .gift-item-block.block .title:after {
    visibility: visible !important;
    content: "\f107";
    font-family: "FontAwesome";
    font-size: 20px;
    position: absolute;
    color: #000;
    font-weight: 100;
    right: 0;
}

.checkout-index-index .action.action-edit-address {
    top: 10px;
    position: relative;
    /*display: block !important;*/
}

.checkout-index-index .payment-method-title.field.choice {
    padding: 0px 0px 0px 20px;
}

#checkout-step-payment .cart-gift-item .block {
    color: black !important;
    visibility: visible !important;
    font-size: 18px !important;
    font-weight: 500 !important;
    width: 100% !important;
}

#checkout-step-payment .cart-gift-item {
    padding-bottom: 30px;
}

#checkout-step-payment .cart-gift-item .gift-summary .gift-message-summary {
    font-size: 14px;
    padding-top: 4px;
    color: gray;
}

#checkout-step-payment .cart-gift-item button.action.action-edit,
.gift-options-cart-block .cart-gift-item button.action.action-edit {
    border-radius: 8px;
    background: #fff;
    color: #000;
    font-size: 14px;
    padding: 4px 20px;
    border: 1px solid;
}

#checkout-step-payment .cart-gift-item button.action.action-delete,
.gift-options-cart-block .cart-gift-item button.action.action-delete {
    border-radius: 8px;
    background: #000;
    color: #fff;
    font-size: 14px;
    padding: 5px 21px;
    border: 1px solid;
}

.sales-order-view .block.block-order-details-gift-message .block-title {
    color: #1a1a1a;
    font-size: 18px;
    font-weight: 300;
}

.sales-order-view dl.item-options dt.item-sender {
    display: block;
}

.sales-order-view .block-content strong.label {
    padding-right: 5px;
}

.checkout-cart-index #shopping-cart-table .gift-options-cart-item {
    display: none;
}

/* .checkout-cart-index .cart-gift-item {
    display: none;
} */

/* end */

/* submenu dropdown brands */
@media (min-width: 767px) {
    ul#mobile-menu-12-1 {
        max-height: 500px;
        overflow-x: auto;
    }
}

/* 
In My Account
*/


/* recent orders remove in My account */
.block-dashboard-orders {
    display: none;
}

/* remove billing address */
.box.box-order-billing-address {
    display: none;
}

/* remove order in MyFatoorah Payment Gateway */
dl.payment-method {
    display: none;
}

/* oreder details */
.page-title-wrapper .container {
    color: white;
    font-weight: 500;
}

.page-title-wrapper span.label {
    color: white;
    font-weight: 500;
}

.page-title-wrapper a.action.order {
    color: white;
    font-weight: 500;
}

.page-title-wrapper a.action.print {
    color: white;
    font-weight: 500;
}

/* Invoice remove */
.items.order-links a {
    display: none;
}

::-webkit-scrollbar {
    width: 10px;
    /*new block*/
}

::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px #1a1a1a;
    border-radius: 10px;
}

::-webkit-scrollbar-thumb {
    background-color: #1a1a1a;
    border-radius: 100px;
}

/* remove Additional Address Entries section from down */

.block.block-addresses-list.col-sm-6.col-xs-12 {
    display: block !important;
}

.block.block-addresses-list {
    display: none;
}

button.action.btn.btn-primary.add {
    visibility: visible;
}

button.action.primary.add {
    visibility: hidden;
}

a.action.back {
    visibility: hidden;
}

/* cart product Image */
.minicart-items .product>.product-image-container {
    overflow: visible !important;
    overflow-x: visible !important;
    overflow-y: visible !important;
}

/* brand sub-menu divide in colomn */
@media (min-width: 767px) {
    ul#mobile-menu-12-1 {
        columns: 4;
    }
}

/* payment method */
label.label.select-payment-method-text {
    color: #1a1a1a;
    font-weight: 400;
    font-size: 18px;
}

/* .payment-method-content button.action.primary.checkout {
    width: 20% !important;
    min-width: 150px !important;
    font-size: 11px !important;
    padding: 12px 20px !important;
} */

/* use wallet credit */
div#block-gift-card-discount .payment-option-title.field.choice {
    color: #1a1a1a;
    font-size: 18px;
    font-weight: 300;
    padding-left: 0px !important;
}

/* .gift-credit-label span {
    color: #5f5f5f;
} */

/* for Wallet design */

.block.block-gift-card button.action.action-check.primary {
    padding: 0px 20px;
    height: 36px;
    background-color: black;
    border-color: black;
    color: white;
    border-radius: 25px;
}

.block.block-gift-card .actions {
    margin-top: 20px;
    display: flex;
}

.block.block-gift-card strong.box-title {
    text-transform: uppercase;
    color: #222;
    font-size: 20px;
    font-weight: 600;
    margin: 0;
    line-height: 1;
    display: block;
    margin-bottom: 28px;
}

.block.block-gift-card .block-title {
    text-transform: uppercase;
    color: #222;
    font-size: 20px;
    font-weight: 600;
    margin: 0;
    line-height: 1;
    display: block;
    margin-bottom: 28px;
}

.block.block-gift-card .box.box-information.col-mp.mp-6.mp-xs-12 {
    position: relative;
    right: 10px;
}

/* payment method display */
.box.box-order-billing-method dl.payment-method {
    display: block !important;
}

/* create account label  */
.fieldset>.field:not(.choice) {
    margin-bottom: 15px;
    text-align: initial;
}

/* create account button */
.actions-toolbar.padding-top15 .col-sm-6.col-xs-12.margin-top15 a.action.btn.btn-default.btn-full.back {
    display: none;
}

.actions-toolbar.padding-top15 .col-sm-6.col-xs-12.margin-top15 {
    display: contents;
}

.actions-toolbar.padding-top15 .col-sm-6.col-xs-12.margin-top15 .btn-full {
    width: 50%;
}

/* forgot password button */
.form-password_forget .col-sm-6.col-xs-12.margin-top15 a.action.back {
    display: none;
}

.form-password_forget .col-sm-6.col-xs-12.margin-top15 {
    display: contents;
}

.form-password_forget .col-sm-6.col-xs-12.margin-top15 button.action.submit.btn.btn-primary.btn-full {
    width: 68% !important;
    border-radius: 8px;
    height: 51px;
    margin-top: 20px;
}

/* checkout page on remove */
/* #opc-shipping_method .checkout-shipping-method .step-title {
    display: none;
} */

.checkout-cart-index .row.shopping-cart-bottom .col-lg-8.col-md-7.col-xs-12 {
    display: none;
}

/* checkout */
li#payment .payment-method-billing-address:nth-child(2) {
    display: none;
}

@media (max-width: 991px) {
    .checkout-index-index .modal-popup .modal-inner-wrap {
        width: 100% !important;
        max-width: 80% !important;
    }
}

.checkout-index-index .shipping-address-button {
    height: 227px;
}

/* after placing order page */
.checkout-success button.action.primary {
    display: none;
}

/* cart page on state hide */
div[name="shippingAddress.region_id"] label:after {
    display: none;
}

/* remove on order details banner */
.page-title-wrapper span.order-status {
    display: none;
}

.page-title-wrapper .order-date {
    display: none;
}

.page-title-wrapper .actions-toolbar.order-actions-toolbar {
    display: none;
}

/* remove recently ordered on My account */
.sidebar.sidebar-main.col-lg-3.col-md-3.col-sm-12.col-xs-12 .block.block-reorder {
    display: none;
}

/* remove returns on My account */
/* div#account-nav li:nth-child(6) {
    display: none;
} */

/* for footer */

ul.list-icon li:nth-child(1) {
    padding-left: 0 !important;
}

.row .col-lg-2.col-md-2.col-sm-6.col-xs-12 p:nth-child(4) {
    display: none;
}

.row .col-lg-2.col-md-2.col-sm-6.col-xs-12 p:nth-child(5) {
    display: none;
}

.row .col-lg-2.col-md-2.col-sm-6.col-xs-12 p:nth-child(6) {
    display: none;
}

/* responsive design for menu*/

@media (max-width: 1199px) {
    .col-lg-8.col-xs-12.megamenu-content {
        display: block;
    }
}

/* banner for small devices */
@media (max-width: 1199px) {
    .slider_mgs_carousel .owl-item .item-image {
        min-height: 0 !important;
        width: 100% !important;
        height: auto !important;
        background-size: contain !important;
    }
}

@media (max-width: 1199px) {
    .page-header-sliders {
        height: auto !important;
    }
}

/* Category images */
@media (max-width: 768px) {
    .panel-block-row.col-md-12.margin-bottom30.col-xs-12 .promobanner.zoom>a>img {
        min-width: 50%;
        width: 50px;
        margin: auto;
    }

    .switcher-currency img {
        margin-top: 0px;
        padding-left: 2px;
    }

    .header:not(.header6):not(.header7) .megamenu-content .dropdown-switcher .switcher-toggle {
        width: 90% !important;
    }
}

/* checkout on bag icon alignment  */

@media (max-width: 991px) {
    .opc-estimated-wrapper .minicart-wrapper button.action.showcart>.counter.qty {
        border-radius: 50% !important;
        font-size: 12px !important;
        min-width: 20px !important;
        margin: 0 !important;
    }
}

/* conformation page alignment */

.checkout-onepage-success #maincontent {
    min-height: auto;
}

/* page loader */
.loader {
    display: flex;
    justify-content: center;
}

/* wishlist page */
.products-grid.wishlist .actions-primary span.fa.fa-shopping-cart {
    display: none;
}

.products-grid.wishlist .product-item-inner .field.comment-box {
    display: none;
}

.products-grid.wishlist .product-item-info .box-tocart .field.qty {
    display: none;
}

.products-grid.wishlist .product-item-info .box-tocart+.product-item-actions {
    margin-top: -15% !important;
    margin-left: 36%;
}

.product-item-actions .btn {
    height: 40px !important;
    padding: 0px 8px;
    margin-left: -14px;
    margin-bottom: -3px;
    font-size: 11px;
    background-color: black;
}

#wishlist-sidebar .product-item-actions .btn {
    color: #fff;
}

.product-item-actions a.btn.a-button {
    font-family: inherit;
    font-size: inherit;
    font-weight: unset;
    padding: 0px 30px;
    background-color: #fff;
    margin-left: 0px;
    color: #000 !important;
    border-radius: unset;
    border-color: black;
}

.product-item-actions a.btn.a-button:hover {
    color: #ffffff;
}

@media (min-width: 320px) and (max-width: 499px) {
    .products-grid.wishlist ol.product-items.row {
        columns: 2;
    }
}

@media (min-width: 449px) and (max-width: 1199px) {
    a.btn-remove.action.delete {
        margin-top: -8px;
        margin-left: 19%;
    }
}

@media (min-width: 320px) and (max-width: 767px) {
    a.btn-remove.action.delete {
        margin-top: -8px;
        margin-left: 48%;
    }
}

@media (min-width: 320px) and (max-width: 767px) {
    .products-grid.wishlist .product-item-info .box-tocart+.product-item-actions .action {
        margin-left: 36px;
    }
}

products-grid.wishlist .product-item-info .box-tocart+.product-item-actions .action {
    margin-left: 15px;
}

@media (min-width: 320px) and (max-width: 767px) {
    .product-item-actions .btn {
        margin-bottom: -10px;
    }
}

/* products section> Best seller, new, sale and top rate */
@media (max-width: 767px) {
    .nav>li>a {
        padding: 10px 9px !important;
    }
}

/* homepage */
/* @media (max-width: 900px) {
    .cms-index-index .content-heading {
        margin-top: 20px;
        height: 40px;
    }
} */

@media (max-width: 900px) {
    .cms-index-index .swatch-attribute.size {
        left: 18% !important;
    }
}

.product-item-info .swatch-attribute.size {
    display: flex;
    justify-content: center;
}

.product-item-info .price-box.price-final_price .price {
    font-size: 15px !important;
}

.product-item-info .products-grid .product-item-details .price-box {
    display: flex;
    justify-content: center;
}

.cms-index-index .products-grid .product-item-info .product-item-details {
    height: auto;
}

.col-lg-4.col-md-4.col-sm-12.col-xs-12.margin-bottom30 {
    display: none;
}

.product.details.product-item-details .product-item-inner .stock.unavailable {
    display: none;
}

.product.product-item span.product-label.sold-out-label {
    max-width: 100%;
}

.cms-home a.product.photo.product-item-photo {
    padding-bottom: 112% !important;
}

@media (max-width: 479px) {
    .panel-block-row.col-md-12.margin-bottom30.col-xs-12 .promobanner.zoom>a>img {
        min-width: 100%;
    }
}

@media (max-width: 767px) {
    .footer .middle-footer {
        padding: 30px 0 !important;
    }
}

/* wishlist Icon */
/* button.action.towishlist i.pe-7s-like {
   
} */

/* addToCart button */
/* .product.actions.product-item-actions button.action.tocart.primary.btn-cart {
    background-color: black;
    color: white;
} */

/* giftcode redeem button */


.block.block-gift-card button.action.action-check.primary {
    visibility: visible;
}

form#check-code-form button.action.action-redeem.primary {
    display: block !important;
    padding: 0px 15px !important;
    height: 40px;
    background-color: black;
    border-color: black;
    /* color: white !important;  */
    border-radius: 25px;
    margin-right: 20px;
    margin-bottom: 20px;
    /* background: #000 !important; */
    font-size: 16px !important;
    font-weight: 800 !important;
    /* changes */
}

/* My wallet loader */
.block.block-gift-card._block-content-loading .loader {
    display: none;
}

/* logo center */

.col-lg-8.col-xs-12.megamenu-content .tab-content {
    /* position: relative !important;
    display: flex;
    align-items: flex-start; */
    margin: 0 auto;
    display: flex;
    padding-right: 145px;
    /***changed header**/
    justify-content: center;
}

/* Homepage searchbar */
.search-open .header .search-form .form-search {
    opacity: 1 !important;
}

/* payment method label */
.opc-payment .payment-methods .payment-method .payment-method-title .label {
    display: block !important;
}

/* CMS Page aligment issue */
.cms-index-index #maincontent,
.cms-page-view #maincontent {
    width: 1200px;
    overflow-x: hidden;
}

/* contact-us page */
.col-sm-6.col-xs-12.margin-bottom60 ul.list-icon li:nth-child(1) {
    padding-left: 12% !important;
}

/* mobile menu */
.col-lg-8.col-xs-12.megamenu-content .tab-content {
    display: block !important;
    margin: 0 auto;
    padding-right: 0 !important;
}

/* sign-in page */
.actions-toolbar.social-btn.facebook-login.col-lg-4.col-md-4.col-sm-12.col-xs-2 {
    width: 50%;
}
.field-error{
    color: red !important;
}
.actions-toolbar.social-btn.google-login.col-lg-4.col-md-4.col-sm-12.col-xs-2 {
    width: 50%;
}

input#pass::-ms-reveal {
    display: none;
}

.totals-giftcredit th, .totals-giftcredit td{
    border-top: 0 !important;
}
/* create account */
.password-strength-meter {
    padding: 0 !important;
    background-color: white !important;
    line-height: 20px !important;
    padding: 0 10px !important;
    font-size: 12px !important;
}
.customer-account-create .green-text {
    font-size: 10px !important;
}
.customer-account-create input[type="text"], .customer-account-create input[type="password"], .customer-account-create input[type="url"], .customer-account-create input[type="tel"], .customer-account-create input[type="search"], .customer-account-create input[type="number"], .customer-account-create input[type="datetime"], .customer-account-create input[type="email"] {
    font-size: 14px !important;
    color: #000 !important;
    font-weight: 400 !important;
}
.field.required .form-control + .mage-error, .form-group.required .form-control + .mage-error, .field._required .form-control + .mage-error, .form-group._required .form-control + .mage-error, .field.required .input-text + .mage-error, .form-group.required .input-text + .mage-error, .field._required .input-text + .mage-error, .form-group._required .input-text + .mage-error {
    text-align: justify;
    padding: 1px 10px;
    font-style: normal;
}
.Re-Enter-Password{
    width: 50% !important;
    float: left;
}
.customer-account-create .page-main{
margin-top: 20px !important;
}
.customer-account-login .block-customer-login #login-form .form-group {
    margin-top: 20px;
}
.customer-account-login .login-container.row .pull-right .block-new-customer #block-new-customer-heading {
    color: #333333;
    line-height: 21.86px;
}
.customer-account-login .login-container.row .pull-right .block-new-customer .block-content > p {
    margin: 20px 0 !important;
    color: #333333;
}
.customer-account-login .login-container.row .pull-right {
    max-width: 530px !important;
    padding: 0 !important;
}
.customer-account-login .login-container{
    margin: 50px 0;
}
.customer-account-login .block-customer-login #login-form .form-group input {
    color: #000 !important;
    font-weight: 400 !important;
    font-size: 14px !important;
}
.customer-account-login .block-customer-login #login-form .form-group input::-webkit-input-placeholder { /* Edge */
    color:  #737680 !important;
    font-weight: 400 !important;
    font-size: 14px !important;
  }
  
  .customer-account-login .block-customer-login #login-form .form-group input:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color:  #737680 !important;
    font-weight: 400 !important;
    font-size: 14px !important;
  }
  
  .customer-account-login .block-customer-login #login-form .form-group input::placeholder {
    color:  #737680 !important;
    font-weight: 400 !important;
    font-size: 14px !important;
  }

@media (max-width: 390px) {
    .actions-toolbar.padding-top15 .col-sm-6.col-xs-12.margin-top15 .btn-full {
        width: 60%;
    }
}

label.personal-name {
    float: left;
}


.form.form-create-account .lof-social-login h3,
.block.block-customer-login .lof-social-login h3 {
    z-index: 0 !important;
}

/* Homepage */

.fullscreen-slider .owl-carousel .row,
.fullscreen-slider .owl-carousel .item-image img,
.fullscreen-slider .owl-carousel .item-image,
.fullscreen-slider .owl-carousel div:not(.owl-controls):not(.slide-text):not(.owl-dots) {
    height: 100% !important;
}

@media (min-width: 1175px) and (max-width: 1450px) {

    .fullscreen-slider .owl-carousel .row,
    .fullscreen-slider .owl-carousel .item-image img,
    .fullscreen-slider .owl-carousel .item-image,
    .fullscreen-slider .owl-carousel div:not(.owl-controls):not(.slide-text) {
        height: 617px;
    }
}

.rimage.d-sm-none {
    display: none;
}

img.rimage__img {
    width: 100%;
    height: auto;
}

.home-builder-block-id-1605962948aed7e05a-1.col-12 {
    margin: 13px;
    margin-top: 0px;
}

.promobox__border.absolute-stretch {
    display: none;
}

.col-12.col-md-4.col-sm-4.col-xs-4.d-none.d-md-block {
    padding-right: 0px;
}

.row.align-items-start.justify-content-center {
    margin-right: 0px !important;
}

@media (min-width: 320px) and (max-width: 580px) {
    div#placeholder-header:not(.androidcls) {
        height: 0px !important;
    }

    div.androidcls {
        height: 0px !important;
    }
}

/* address */

.box.box-billing-address.col-lg-6.col-md-6.col-sm-6.col-xs-12 {
    display: none;
}

.box.box-address-billing {
    display: none;
}

/* otp checkout */
.checkout-index-index button footer.modal-footer {
    padding-top: 25px;
}

.checkout-index-index footer.modal-footer button {
    /* width: 100%; */
    margin-top: 5px;
}

.checkout-index-index .modal-footer .btn+.btn {
    margin-left: 0 !important;
}

.checkout-index-index button.resendbutton:nth-child(2) {
    color: black !important;
    background: none !important;
    border: none !important;
    text-decoration: underline;
    position: relative;
    bottom: 54px;
}

.checkout-index-index div#otpform .telephonewithcode {
    text-align: center;
}

/* otp */

div#otpform .content {
    color: black;
    text-align: center;
    font-weight: 600;
    padding-bottom: 5px !important;
}

.modal-footer {
    text-align: center !important;
    line-height: 25px !important;
    padding: 0 20px !important;
}

.customer-address-form .modal-footer {
    padding: 25px !important;
    position: relative;
    top: 25px;
}

div#otpmobilenumber {
    color: black;
    text-align: center !important;
}

.checkout-index-index .modal-popup .modal-content {
    padding: 16px !important;
}

/* @media (min-width: 449px) {
    .modal-popup .modal-inner-wrap {
        width: 100% !important;
        height: fit-content !important;
    }
} */
.modal-footer button {
    color: white;
    background: black;
    border-radius: 15px;
    border: 1px solid black;
    padding: 0 20px !important;
}

/* newproduct sidebar */
.block.widget.block-new-products-list .block-title {
    font-size: 18px;
    font-weight: 600;
    color: #222;
    position: relative;
    display: block;
    padding: 0 0 2px;
    margin-bottom: 25px;
    margin-top: 40px;
}

.block.widget.block-new-products-list .block-title:after {
    height: 2px;
    width: 60px;
    content: "";
    position: absolute;
    bottom: 0;
    background-color: #222;
    left: 0;
}

/* new product homepage */
ol#widget-new-products-new_release_products .product-item-actions {
    display: none;
}

.cms-index-index .image-animation .product-details-new {
    padding-bottom: 15px;
}

.cms-index-index h3.product-name.new {
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 15px;
}

.cms-index-index h3.product-info-price.new span.price {
    font-size: 24px;
    font-weight: 400;
}

.cms-index-index .product-info-description.new {
    margin-bottom: 30px;
}

.cms-index-index .product-info-description.new span.description {
    font-size: 15px;
    line-height: 23px;
}

.cms-index-index h3.product-info-price.new {
    margin-bottom: 20px;
}

.cms-index-index form button.action.tocart.primary {

    background-color: #000 !important;
    color: #fff !important;
    padding: 3px 24px !important;
    position: relative;
    font-size: 12px;
    border: 1px solid black;
    margin: auto;
}

.product-details-new-image {
    padding-bottom: 15px;
}

.product-image.new {
    margin-left: -14px;
    margin-right: -14px;
}

.cms-index-index .image-animation .product-details-new-image img.img-responsive.new {
    /* height: 470px;*/
    width: 470px;
}

@media (min-width: 768px) {
    .cms-index-index .image-animation .product-details-new {
        padding-top: 100px;
    }
}

/* samll device addtocart button */

@media (max-width: 767px) {
    .owl-stage button.action.tocart.primary.btn-cart {
        top: 98% !important;
        left: 78px !important;
        width: auto;
        height: 40px;
        padding: 0 25px !important;
    }

    .products-grid .product-item-info .tocart.btn-cart {
        padding: 0px 30px !important;
        width: auto !important;
        height: auto !important;
    }

    .products-grid .product-item-info .tocart.btn-cart .text {
        display: contents !important;
    }
}

/* .pe-7s-shopbag:before {
    display: none;
} */

/* homepage silder samlldevice */
@media (max-width: 479px) {
    .product-label.sold-out-label {
        /* font-size: 6px !important; */
    }

    .cms-home a.product.photo.product-item-photo {
        padding-bottom: 120% !important;
    }
}

/* listing page */
@media (max-width: 991px) {
    .block.widget.block-new-products-list {
        display: none;
    }
}

@media (max-width: 479px) {
    .product-label.sold-out-label {
        line-height: 1.5 !important;
    }
}

/* notify button */

.products-grid .product-item-info:hover .product.alert.stock a {
    opacity: 1 !important;
    top: 100% !important;
}

.products-grid .product-item-info .product-item-inner {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

body:not(.cms-home) .products-grid .product-item-info .product-item-inner {
    left: 15px;
    right: 15px;
}

.products-grid .product-item-info .product-item-inner .alert {
    position: relative;
}

@media (max-width: 500px) {
    .products-grid .product-item-info .product-item-inner .alert {
        left: 0 !important;
    }
}

.products-grid .product-item-info .product.alert.stock a {
    position: absolute;
    opacity: 1 !important;
    top: 100% !important;
    margin-top: -15px;
    left: 0px !important;
    height: 38px;
    z-index: 3;
    color: #222;
    line-height: 34px;
    white-space: nowrap;
    background-color: #fff;
    padding: 0 35px;
    text-align: center;
    border-color: black;
    opacity: 0;
    visibility: visible !important;
    border-radius: 0 !important;
}

@media only screen and (max-width: 479px) {
    .cms-index-index .products-grid .product-item-info .product.alert.stock a {
        margin-top: 38px !important;
    }
}

.cms-index-index .products-grid .product-item-info .product.alert.stock a {
    margin-top: 5px !important;
}

.products-grid .product-item-info .product-top:hover a.photo::after {
    opacity: 0 !important;
}

.product-top .product-image-photo.img-thumbnail {
    margin: 0 !important;
}


/*Notify for Product Detail Page*/
.product-detail-infomation-content .product.alert.stock a {
    font-size: 13px;
    width: auto;
    padding: 10px 34px !important;
    background-color: #fff;
    color: #000;
    border-radius: 40px;
    line-height: 40px;
    font-weight: 600;
    text-transform: uppercase;
    font-family: inherit;
    border-color: black;
}

.product-detail-infomation-content .alert {
    position: absolute;
    top: 173px !important;
    margin: 0;
}

.product-detail-infomation-content .notify-wishlist {
    position: relative;
    top: 153px !important;
}

/* .product-detail-infomation-content .alert {
    top: 164px;
    position: absolute;
    top: 173px !important;
    margin: 0;
} */
.product-detail-infomation-content .notify-wishlist {
    position: relative;
    top: 190px !important;
    left: 155px;
}

.product-detail-infomation-content .notify-wishlist button.action.towishlist {
    height: 40px;
    width: 40px;
    background-color: #ffffff;
    border: 1px solid #e6e6e6;
    color: #6c6c6c;
    font-size: 18px;
    text-align: center;
    border-radius: 50%;
    line-height: 40px;
    box-shadow: none;
}

.product-detail-infomation-content .notify-wishlist button.action.towishlist:hover {
    border-color: #1a1a1a;
    color: #fff;
    background-color: #1a1a1a;
}

.catalog-product-view .product-item-info .product-top .notify-wishlist {
    display: none;
}

/* end */

/* logo  */
.header .logo-header .logo img {
    width: 100%;
}

.col-md-4.col-sm-6.col-xs-12:nth-child(2) {
    display: flex;
    flex-direction: column;
    align-items: center;
}

@media (max-width: 1199px) {
    .col-md-4.col-sm-6.col-xs-12 .col-md-4.col-sm-4.logo-header {
        display: none;
    }
}

/* hompage */
.products-grid .product-item-info .tocart.btn-cart {
    transform: none !important;
    position: inherit !important;
}

/*.owl-carousel .owl-dots {
    display: none !important;
}*/
@media (min-width: 320px) and (max-width: 767px) {
    .rimage.d-none.d-sm-block .col-12.col-md-6.col-sm-4.col-xs-12.d-none.d-md-block {
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        text-align: center;
        align-content: center;
    }
}

.product-details-new h3.product-info-price.new {
    font-size: 18px;
}

/* mobile left menu */
li.mega-menu-item.mega-menu-fullwidth.menu-4columns.level0.static-menu.level0.dropdown span.toggle-menu {
    display: none;
}

.control._with-tooltip {
    padding-right: 0px !important;
}

.checkout-shipping-address .form.form-login {
    border-bottom: 0px solid #f0f0f0 !important;
    margin-bottom: 0px !important;
    padding-bottom: 0px !important;
}

.item-options .label {
    color: #000 !important;
    font-size: 12px !important;
    margin: 0 0 0px !important;
}

.item-options {
    margin-bottom: 0px !important;
}

.minicart-items .product-item {
    padding-top: 0px !important;
    margin: 0;
    border-bottom: 1px solid #ccc;
}

/* .minicart-items .product-item:first-child {
    border-top: 1px solid #ccc;
} */

.minicart-items .product-item .product {
    padding: 10px 0;
}

.checkout-index-index .form.form-login #customer-email-fieldset {
    margin-bottom: -5px !important;
}

a.scroll-to-top {
    display: none;
}

/* lodder */
.lazy-loading-img .products-grid .product-item-info .product-top,
.lazy-loading-img .list-products .product-item-info .product-image,
.lazy-loading-img .promobanner,
.lazy-loading-img .thumbnail-post,
.lazy-loading-img .instagram-item {
    background-image: none !important;
}

.swatch-attribute .swatch-option {
    min-width: 28px !important;
    height: 28px !important;
}

.products-grid .product-item-info div[class^="swatch-opt-"] .swatch-attribute {
    margin-top: -6px !important;
}

.form-address-edit {
    width: 65%;
    margin: 0 auto;
}

/* .modal-popup .modal-inner-wrap {
    width: 100% !important;
    left: 50% !important;
    right: 50% !important;
} */
/* .modal-popup._show .modal-inner-wrap {
    top: 50% !important;
    background: #fff;
    border-radius: 10px;
    padding: 30px;
} */
.address-otp-modal {
    width: 35% !important;
    margin: 0 auto !important;
}

/* .modal-popup {
    right: 35% !important;
} */
.modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0) !important;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0) !important;
    border: 0 !important;
    margin-bottom: 10px;
}

.modal-header {
    border-bottom: 0px solid #e5e5e5 !important;
    padding: 0 0 20px 0 !important;
}

.modal-footer {
    border-top: 0px solid #e5e5e5 !important;
}

.modal-title {
    text-align: center;
    font-size: 24px;
    font-weight: 600;
}

.details a img {
    border-radius: 100%;
    width: 30px;
    height: 30px;
    /* margin: 0 5px 0 5px; */
    /* margin: 0 auto; */
    display: block;
    /* width: 100%; */
    text-align: center;
}

.details .morecolor {
    padding: 5px 0px 0px 0px;
    background: #f2f2f2;
    border-radius: 100%;
    height: 30px;
    width: 30px;
    text-align: center;
    margin: 5px 5px 0 5px;
}

.custom-tooltip {
    padding: 4px;
}

@media only screen and (max-width: 767px) {

    .products-grid .product-item-info .product-item-details .product-item-name a {
        display: block;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
    }

    .product-data-items-content .title-accordion {
        padding: 0 40px 0 0px !important;
    }

    .product-data-items-content .data.item.content {
        padding: 10px 0 10px 0 !important;
    }

    .form-address-edit {
        width: 100%;
    }

    .modal-popup._show .modal-inner-wrap {
        padding: 25px 15px !important;
    }

    .address-otp-modal {
        width: 90% !important;
    }

    .modal-popup {
        right: 0% !important;
    }

    .modal-popup .modal-inner-wrap {
        left: 0% !important;
        width: 90% !important;
        right: 0% !important;
    }

}

body._has-modal-custom:before {
    z-index: 1 !important;
}

/* sign-in checkoutpage */
@media (min-width: 320px) {
    .social-login-authentication-channel.row .col-xs-2 {
        width: 50% !important;
    }
}

@media (max-width: 767px) {
    .authentication-wrapper .authentication-dropdown {
        width: 100%;
    }
}

/* homepage-product-new */
.product-details-new-image img.img-responsive.new {
    width: 100%;
}

/* product-details */

.products-grid .product-item-info .product-item-details {
    padding-bottom: 20px;
}

h5.product-brand {
    font-size: 17px;
    /*position: absolute;*/
    bottom: 145px;
}

.details a {
    display: inline-flex;
    /*position: absolute;*/
}

.product-item-inner .product.actions.product-item-actions .actions-primary {
    margin-top: 10px !important;
    /*padding-top: 22px;*/
}

/* product custom-tooltip */
.custom-tooltip {
    position: relative;
    display: inline-block;
}

.custom-tooltip .custom-tooltiptext {
    visibility: hidden;
    width: auto;
    background-color: white;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    left: -33px;
    bottom: 42px;

    /* Position the tooltip */
    position: absolute;
    z-index: 8;
}

.product-swatches-color {
    color: black;
    bottom: -4px;
    font-weight: bold;
}

.custom-tooltip:hover .custom-tooltiptext {
    visibility: visible;
}

span.custom-tooltiptext img {
    height: 135px !important;
    width: 135px !important;
    border-radius: 0 !important;
}

.product.details.product-item-details img:hover {
    box-shadow: 0 0 0 3px rgb(0 0 0 / 15%);
}

/*update this css   1662.*/
.address-otp-modal .modal-inner-wrap {
    max-width: 450px !important;
    background-color: #fff;
    border-radius: 15px;
    width: 100% !important;
    padding: 20px 15px 30px 15px;
}

.address-otp-modal .button {
    border: solid 0px #000;
    padding: 5px 26px !important;
    border-radius: 138px !important;
    margin-right: 10px;
}

/* .address-otp-modal .resendbutton{
    border: solid 0px #000;
    padding: 5px 26px !important;
    border-radius: 138px !important;
    margin-right: 10px;
    }  */


.fullscreen-slider .owl-carousel .row,
.fullscreen-slider .owl-carousel .item-image img,
.fullscreen-slider .owl-carousel .item-image,
.fullscreen-slider .owl-carousel div:not(.owl-controls):not(.slide-text) {
    height: 100% !important;
}

.slider_mgs_carousel .owl-item a {
    background-size: cover !important;
}

@media only screen and (max-width: 5000px) {
    .ctrts {
        margin-top: 32px;
    }

    #page-header-sliders .owl-dots {
        /* display: block !important; */
        height: auto !important;
        bottom: -20px;
        left: 48% !important;

    }
}

@media only screen and (max-width: 950px) {
    .ctrts {
        margin-top: 35px;
    }

    .slider_mgs_carousel.owl-carousel .owl-dots {
        display: block !important;

    }

    #page-header-sliders .owl-dots {
        /* display: block !important; */
        height: auto !important;
        bottom: -18px;
        left: 50% !important;
    }

    #attribute-products9634913441642566885 .owl-dots {
        display: none !important;
    }

    .form-create-account {
        width: 100% !important;
    }

    .form-password_forget {
        width: 100% !important;
    }

    .cms-index-index .page-title-wrapper+.page-main {
        margin-top: -8px !important;
    }

    .mobclass {
        display: block !important;
        height: auto !important;
        bottom: -10px;

        /*left: 50% !important;*/
        margin-top: 0px !important;


    }


    .mobclass {
        display: block !important;
        height: auto !important;
        bottom: -10px;

        /*left: 50% !important;*/
        margin-top: 0px !important;


    }
}

.products-grid.slider-1-row .owl-item {
    padding: 0px 5px 0px 5px !important;
}

.home-builder-block-id-1605962948aed7e05a-1 {

    margin: 13px 0px 13px 13px !important;
}

/* listing page */

/*div#product-wrapper {
    padding-top: 50px;
}*/

div#product-wrapper.products-grid .products {
    display: flex;
    flex-wrap: wrap;
}

/* navigation-new-product */

ol#widget-new-products-new_release_products .product-item-details {
    float: right;
    width: 47%;
    /*margin-top: 25px;*/
    margin-right: -14px;
}

ol#widget-new-products-new_release_products img.product-image-photo {
    height: 125px;
    width: 125px;
    vertical-align: text-top;
}

ol#widget-new-products-new_release_products li.product-item {
    padding: 15px 0;
}

.block-content button.action.tocart.primary {
    color: white;
    background-color: black;
    padding: 0px 8px;
    height: 34px;
    margin-top: 10px;
    border: none;
}

a.product-item-link {
    color: black;
}

.block.widget.block-new-products-list button.action.tocart.primary {
    display: none;
}

/* end */
.captcha-reload {
    color: white !important;
    background-color: black !important;
    padding: 0px 3px 2px 4px !important;
    border-radius: 0 !important;
    margin-left: 9px !important;
    margin-top: 20px !important;
    border: 2px solid black;
    border-radius: 50% !important;
}

.padding-top10 {
    justify-content: left !important;
}
.customer-account-create .column.main > center > form .actions-toolbar .action.submit.btn-primary {
    font-size: 14px !important;
    font-weight: 800 !important;
}
.text-wrapper.customer-top-section .message {
    margin: 0 !important;
}
.text-wrapper.customer-top-section .text.create-account {
    margin-top: -10px;
}
.customer-account-create .fieldset.fieldset-fullname .field {
    margin: 0;
}
.customer-account-create .field-name-firstname .control{
    margin-bottom: 15px !important;
}
.customer-account-create .account{
    margin-top: 5px !important;
}
.customer-account-create .account .confirmation .control {
    margin-bottom: 20px !important;
    margin-top: 5px;
}
/* In My Account*/
@media only screen and (max-width: 767px) {
    .sales-order-history .column.main.col-lg-9.col-md-9.col-sm-12.col-xs-12.pull-right {
        overflow-x: auto;
    }
}

.sales-order-view .table-wrapper.order-items {
    overflow-x: auto;
}


.checkout-cart-index .cart-summary .checkout-methods-items .item .action.multicheckout {
    display: none !important;
}

/* search page */
.mgs-instant-search-page .product-item-inner .product.actions.product-item-actions .actions-primary {
    margin-top: 180px !important;
}

.mgs-instant-search-page .products-grid .product-item-info .product-item-details {
    padding-top: 20px !important;
    margin-top: -210px;
    min-height: 210px;
}

.mgs-instant-search-page .products-grid .product-item-info .tocart.btn-cart {
    left: 0px !important;
    position: relative !important;
}

.mgs-instant-search-page .products-grid .product-item-info .tocart.btn-cart {
    opacity: 1 !important;
    visibility: visible !important;
}

.mgs-instant-search .products-grid .product-item-info .product-item-inner {
    position: relative !important;
    left: 0px !important;
    bottom: 6px;
}

.mgs-instant-search-page span.product-label.treding-label {
    margin-top: -133px;
}

.mgs-instant-search-page span.product-label.best-seller-label {
    margin-top: -150px;
}

.mgs-instant-search-page span.product-label.sale-label {
    margin-top: -133px;
}

.mgs-instant-search-page span.product-label.new-label {
    margin-top: -133px;
}

.mgs-instant-search-page .product.product-item span.product-label.sold-out-label {
    top: 180px !important;
    line-height: 1.2 !important;
}

.mgs-instant-search .block-title .view-more {
    display: none;
}

.mgs-instant-search-page .product.actions.product-item-actions .actions-primary .product.alert.stock {
    margin-top: 120px;
    left: 7% !important;
}

.mgs-instant-search-page .products-grid .product-item-info .product.alert.stock a {
    height: 35px !important;
}

.mgs-instant-search-page .products-grid .product-item-info .product.alert.stock a {
    height: 35px !important;
}

.mgs-instant-search-page a.product.photo.product-item-photo img.img-responsive.product-image-photo.img-thumbnail {
    max-height: 195px;
}

.mgs-instant-search-page .products-grid .product-item-info .product-item-details .product-item-name {
    min-height: 50px;
    min-width: 200px;
}

.mgs-instant-search-page .stock.unavailable {
    display: flex;
    justify-content: center;
}

/* end */


/* my account spacing small device*/

.block-title--myac {
    margin-top: 29px !important;
}

.sidebar .block .block-title .title {
    margin-top: 29px !important;
}

/* customer-account-login */
.customer-account-login fieldset.fieldset.login .block.social-login-authentication-channel.account-social-login {
    display: none;
}

/* check-out-cart */

@media (min-width: 991px) {
    .checkout-index-index .modal-popup .modal-inner-wrap {
        width: 30% !important;
        border-radius: 15px !important;
        padding: 14px;
    }
}

@media (min-width: 320px) and (max-width: 767px) {
    .products-grid.wishlist .product-item-info {
        display: inline-block !important;
    }
}

@media (min-width: 320px) and (max-width: 767px) {
    p {
        margin: 0 0 -2px;
    }
}

@media (min-width: 350px) and (max-width: 390px) {
    .products-grid.wishlist .product-item-info .box-tocart+.product-item-actions .action {
        margin-right: 111px !important;
    }
}

.checkout-cart-index .checkout-extra #block-summary .estimate .field .label {
    display: none !important;

}

/* .product-info-main .product-add-form .actions button, .bundle-info .product-details .actions button{
    
} */

/* website */
span.price {
    font-weight: 600;
}

a.btn.a-button {
    background-color: white;
    color: black;
    border-color: black;
}

/* end */

/* brand */
.shop-by-brand>.description {
    display: none !important;
    padding: 0px !important;
}

ul#featured-brand-list .count {
    display: none;
}

/* end */

/* menu arrow */
span.icon-next i.fa.fa-angle-right {
    float: right;
}

@media (max-width: 1199px) {
    li.level1.dropdown-submenu span.icon-next i.fa.fa-angle-right {
        float: revert;
        transform: rotateZ(90deg);
    }
}

.form-group>label {
    margin-right: 100px !important;
}

.products-grid .product-item-info .tocart.btn-cart {
    border: 1px solid black !important;
}

/* body */
body {
    background-color: white !important;
}

.footer .middle-footer {
    background-color: white !important;
}

.breadcrumbs {
    background-color: white !important;
}

@media (max-width: 768px) {
    .minicart-items .product-item .details-qty.qty .update-cart-item {
        margin-top: 10px;
    }
}

@media (max-width: 768px) {
    .modal-popup.confirm .modal-inner-wrap {
        width: 280px !important;
        background-color: white;
        height: 277px;
    }
}

.modal-popup.confirm .modal-inner-wrap {
    width: 331px !important;
    background-color: white;
    height: min-content !important;
    padding: 10px;
}

.modal-popup.confirm .modal-content div {
    font-size: 16px;
    text-align: center;
    font-weight: 600;
    color: #000;
}
.modal-popup.confirm .modal-footer .action-dismiss {
    border-radius: 8px !important;
}
.modal-popup.confirm .modal-footer .action-accept {
    border-radius: 8px !important;
    border: 2px solid #000 !important;
    background: none !important;
    background-color: transparent !important;
    color: #000 !important;
}
.modal-popup.confirm .modal-inner-wrap {
    padding: 25px;
}
.modal-popup.confirm .modal-inner-wrap .modal-content {
   padding:20px 0 !important;
}
/* site */
.filter-options-content.Brand input#myInputs {
    margin-bottom: 5px;
}

button.action.towishlist {
    color: black !important;
}

.page-wrapper.lazy-loading-img .header {
    position: fixed !important;
}

.owl-carousel .owl-dots.disabled .owl-dot span {
    display: none !important;
}

li.view-arabic.switcher-option a {
    font-family: "Cairo", arial, tahoma !important;
}

@media (max-width: 991px) {
    .block-content.filter-content {
        overflow: scroll;
    }
}

html.use-header1.filter-open {
    overflow: hidden;
}

.product-brand {
    color: #000 !important;
    font-size: 16px !important;
    font-weight: 800 !important;
    letter-spacing: 0em;
}

.product-brand:hover {
    color: black;
}

.product.name.product-item-name {
    font-size: 13px !important;
    line-height: 25px !important;
    letter-spacing: 0em;
}

.price-box.price-final_price .price {
    font-size: 20px !important;
    color: #000 !important;
    font-weight: 800 !important;
}

.product.details.product-item-details {
    text-align: center;
}

.products-grid .product-item-info .product-item-details .product-item-name a {
    color: #000 !important;
    font-size: 16px !important;
    font-weight: 400 !important;
}

.top-custom-link .tooltip-text {
    display: none;
}

.mgs-filter-active .filter-current-subtitle:before {

    left: 0 !important;
}

/* add to cart design */
.success-ajax--popup .mfp-inline-holder .mfp-content {
    width: 436px !important;

}

@media (max-width: 768px) {
    .success-ajax--popup .mfp-inline-holder .mfp-content {
        width: 320px !important;

    }
}

.success-ajax--popup .popup__table {
    width: auto !important;

}


.success-ajax--popup .popup__result-title {
    /* text-align: left !important; */
    font-weight: 200 !important;
    text-transform: capitalize !important;
}

.success-ajax--popup .popup__actions-wrapper {
    padding: 0 2px 6px !important;
}

.success-ajax--popup .popup__actions-wrapper button {
    text-transform: capitalize !important;
    letter-spacing: 0px !important;
    padding: 0 20px;
}

@media (max-width: 768px) {
    .success-ajax--popup .popup__actions-wrapper button {

        padding: 0px 10px;
        font-size: 12px;
    }

    .success-ajax--popup .popup__table .popup__table-col {
        padding: 3px !important;
        padding-top: 10px !important;
        padding-bottom: 8px !important;
        padding-left: 10px !important;
    }
}

/* end */
html::-webkit-scrollbar,
body::-webkit-scrollbar {
    width: 3px;
}

.mgs-filter-active .state-item:hover {
    border-color: black !important;
}

.mgs-filter-active .state-item:hover .state-item-icon-cancel:after {
    background: black !important;
}

.filter-options-item.active .filter-options-content.Brand ol#filter-item-brand {
    -ms-overflow-style: none;
    scrollbar-width: thin;
    padding-right: 12px;
    overflow-y: scroll;
    height: 200px;
}

.block.filter .block-content.filter-content .filter-options-item input[type=checkbox] {
    margin-top: 2px !important;
    height: 18px;
    width: 18px;
}

#narrow-by-list .selectedli a::after {
    top: 3px !important;
}

/* .filter-options-item.active .filter-options-content.Brand ol#filter-item-brand::-webkit-scrollbar {
    width: 3px;
} 

.filter-options-item.active .filter-options-content.Brand::-webkit-scrollbar {
    width: 8px;
}

.filter-options-item.active .filter-options-content.Brand::-webkit-scrollbar-thumb {
    background: #80808047;
    border-radius: 0px;
}

.filter-options-item.active .filter-options-content.Brand::-webkit-scrollbar-track {
    box-shadow: inset 0 0 1px #8080800d;
    border-radius: 0px;
    background: #8080801c;
}

.block-content.filter-content::-webkit-scrollbar {
    width: 8px;
}
 
.filter-options-item.active .filter-options-content.Size ol#filter-item-size {
    -ms-overflow-style: none;
    scrollbar-width: thin;
    padding-right: 12px;
    overflow-y: scroll;
    height: 200px;
}

.filter-options-item.active .filter-options-content.Size ol#filter-item-size::-webkit-scrollbar {
    width: 3px;
}

.filter-options-item.active .filter-options-content.Size::-webkit-scrollbar {
    width: 8px;
}

.filter-options-item.active .filter-options-content.Type ol#filter-item-producttype {
    -ms-overflow-style: none;
    scrollbar-width: thin;
    padding-right: 12px;
    overflow-y: scroll;
    height: 200px;
}

.filter-options-item.active .filter-options-content.Type ol#filter-item-producttype::-webkit-scrollbar {
    width: 3px;
}

.filter-options-item.active .filter-options-content.Type::-webkit-scrollbar {
    width: 8px;
}

ol#filter-item-brand::-webkit-scrollbar {
    width: 3px;
} */

.filter-options-content.Brand ol#filter-item-brand {
    -ms-overflow-style: none;
    scrollbar-width: thin;
    padding-right: 12px;
    overflow-y: scroll;
    height: 200px;
}

/* .filter-options-item.allow.active ol.items {
    -ms-overflow-style: none;
    scrollbar-width: thin;
    padding-right: 12px;
    overflow-y: scroll;
    height: 200px;
} */
/* ol.items::-webkit-scrollbar {
    width: 3px;
} */

/* megamenu-mobile */
@media (max-width: 1199px) {
    .col-lg-8.col-xs-12.megamenu-content {
        overflow-x: hidden !important;
    }

    .header:not(.header6):not(.header7) .megamenu-content {
        overflow-x: hidden;
    }

    li.mega-menu-item.mega-menu-fullwidth.menu-4columns.level0.static-menu.level0.dropdown a.level0.dropdown-toggle span.icon-next i.fa.fa-angle-down {
        transform: rotate(270deg);
    }

    li.category-menu.level0.dropdown a.level0.dropdown-toggle span.icon-next i.fa.fa-angle-down {
        transform: rotate(270deg);
    }

    li.level1.dropdown-submenu.selected a span.icon-next i.fa.fa-angle-right {
        transform: rotate(90deg) !important;
    }

    li.level1.dropdown-submenu a span.icon-next i.fa.fa-angle-right {
        transform: rotate(0deg) !important;
    }

    li.category-menu.level0.dropdown.selected a.level0.dropdown-toggle span.icon-next i.fa.fa-angle-down {
        transform: rotate(0deg);
    }

    span.toggle-menu {
        padding: 0px 200px;
    }

    span.toggle-menu a {
        z-index: 1;
        padding: 2px 185px;
        position: relative;
        right: 170px;
    }

    .footer .middle-footer span.toggle-menu,
    .footer .middle-footer span.toggle-menu a {
        padding: 0 !important;
        right: 0;
    }

    span.toggle-menu a span.fa.fa-plus {
        display: none;
    }

    .footer .middle-footer span.toggle-menu+.dropdown-menu {
        position: inherit;
        float: none;
        padding: 0 15px !important;
        z-index: 0;
    }

    /* span.toggle-menu a span.fa.fa-plus {
    display: inline-block;
    } */
}

.custom-tooltip.disabled:after {
    content: '';
    position: absolute;
    left: 13px;
    right: 12px;
    top: 4px;
    bottom: 5px;
    background: -moz-linear-gradient(to left top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 42%, rgba(255, 255, 255, 1) 43%, rgba(255, 255, 255, 1) 46%, rgba(0, 0, 0, 1) 47%, rgba(0, 0, 0, 1) 53%, rgba(255, 255, 255, 1) 54%, rgba(255, 255, 255, 1) 57%, rgba(255, 255, 255, 0) 58%, rgba(255, 255, 255, 0) 100%);
    background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(42%, rgba(255, 255, 255, 0)), color-stop(43%, rgba(255, 255, 255, 1)), color-stop(46%, rgba(255, 255, 255, 1)), color-stop(47%, rgba(0, 0, 0, 1)), color-stop(53%, rgba(0, 0, 0, 1)), color-stop(54%, rgba(255, 255, 255, 1)), color-stop(57%, rgba(255, 255, 255, 1)), color-stop(58%, rgba(255, 255, 255, 0)), color-stop(100%, rgba(255, 255, 255, 0)));
    background: -webkit-linear-gradient(to left top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 42%, rgba(255, 255, 255, 1) 43%, rgba(255, 255, 255, 1) 46%, rgba(0, 0, 0, 1) 47%, rgba(0, 0, 0, 1) 53%, rgba(255, 255, 255, 1) 54%, rgba(255, 255, 255, 1) 57%, rgba(255, 255, 255, 0) 58%, rgba(255, 255, 255, 0) 100%);
    background: -o-linear-gradient(to left top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 42%, rgba(255, 255, 255, 1) 43%, rgba(255, 255, 255, 1) 46%, rgba(0, 0, 0, 1) 47%, rgba(0, 0, 0, 1) 53%, rgba(255, 255, 255, 1) 54%, rgba(255, 255, 255, 1) 57%, rgba(255, 255, 255, 0) 58%, rgba(255, 255, 255, 0) 100%);
    background: -ms-linear-gradient(to left top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 42%, rgba(255, 255, 255, 1) 43%, rgba(255, 255, 255, 1) 46%, rgba(0, 0, 0, 1) 47%, rgba(0, 0, 0, 1) 53%, rgba(255, 255, 255, 1) 54%, rgba(255, 255, 255, 1) 57%, rgba(255, 255, 255, 0) 58%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(to left top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 42%, rgba(255, 255, 255, 1) 43%, rgba(255, 255, 255, 1) 46%, rgba(0, 0, 0, 1) 47%, rgba(0, 0, 0, 1) 53%, rgba(255, 255, 255, 1) 54%, rgba(255, 255, 255, 1) 57%, rgba(255, 255, 255, 0) 58%, rgba(255, 255, 255, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#00ffffff', GradientType=1);
}

.block.filter .block-content.filter-content .filter-options-item .filter-options-content ol.items .item .count {
    word-spacing: -4px;
}

#search_mini_form .mgs-instant-search-dropdown .mgs-instant-autocomplete-wrapper .product-items .details.product-item-details {
    text-align: left;
}

/* dropdown footer */
@media only screen and (max-width: 767px) {
    .footer-col h6.active:before {
        content: '\f107';
    }
}

@media only screen and (max-width: 767px) {
    .footer-col h6:before {
        position: absolute;
        top: 50%;
        right: 0;
        width: 26px;
        height: 26px;
        margin-top: -13px;
        border-radius: 2px;
        box-sizing: border-box;
        text-align: center;
        font-size: 14px;
        line-height: 1;
        padding: 6px 0;
        border: 1px solid #fff;
    }
}

@media only screen and (max-width: 767px) {
    .footer-col h6:before {
        content: '\f107';
        display: inline-block;
        font-family: 'Nucleo Mini';
        font-weight: 400;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        transform: translate(0, 0);
    }
}

/* end */

/* small device footer */
@media (max-width: 991px) {

    div#expand-content-one h6.margin-bottom30,
    div#expand-content-two h6.margin-bottom30 {
        display: none;
    }

    h4.expand.margin-bottom30 {
        margin: 15px;
        margin-bottom: 35px;
    }

    a#expand-one,
    a#expand-two {
        color: black;
        /*float: left;*/
    }

    h6.margin-bottom30 {
        display: flex;
        justify-content: center;
        font-size: 21px;
    }
}

@media (min-width: 990px) {
    h4.expand.margin-bottom30 {
        display: none;
    }

    div#expand-content-one,
    div#expand-content-two {
        /* display: block !important; */
    }

    .col-lg-2.col-md-2.col-sm-6.col-xs-12 p img {
        margin-bottom: 15px;
    }
}

/* end */

/* mobile & desktop banner */

@media (max-width: 767px) {
    .page-header-sliders.template-1.fullscreen-slider.mobile {
        display: block;
    }

    .page-header-sliders.template-1.fullscreen-slider.desktop {
        display: none;
    }
}

@media (min-width: 766px) {
    .page-header-sliders.template-1.fullscreen-slider.desktop {
        display: block;
    }

    .page-header-sliders.template-1.fullscreen-slider.mobile {
        display: none;
    }

    .bottom .fullscreen-slider {
        max-height: 31.3vw;
    }
}

@media (min-width: 766px) {
    div#page-header-sliders {
        max-height: 31.3vw !important;
    }
}

div#switcher-currency-nav {
    display: flex;
    align-items: center;
}

.panel-block-row.col-md-12.no-padding.bottom {
    display: none;
}

.ctrts {
    margin-top: 0 !important;
}

@media (min-width: 320px) and (max-width: 530px) {
    .owl-carousel.owl-loaded {
        display: block;
        margin-top: -5px;
    }

    .product-item-info .price-box.price-final_price .price {
        font-size: 12px !important;
    }
}

#search_mini_form .products-list .product-item-info .product-item-details .product-item-name {
    margin-bottom: 0px !important;
}

.message.info>* {
    background: white !important;
    color: black !important;
    text-align: center;
    font-size: 15px;
}

.message.info>*:before {
    content: none !important;
}

.message.notice>*:before {
    content: none !important;
}

.message.notice>* {
    background: white !important;
    color: black !important;
    font-size: 17px;
    text-align: center;
}

@media (min-width: 766px) {

    .message.info.empty div,
    .message.notice div {
        position: relative;
        /* top: 200px;*/
    }
}


.modal-popup.confirm .modal-footer .action-secondary:hover {
    color: #fff !important;
    background-color: #5a6268 !important;
    border-color: #545b62 !important;
}

.modal-popup.confirm .modal-inner-wrap .modal-content {
    color: black !important;
    font-style: inherit !important;
}

.modal-popup.confirm .modal-inner-wrap {
    border-radius: 4px;
}

.modal-popup.confirm .modal-footer .action-primary:hover {
    color: #fff !important;
    border: 2px solid #000000 !important;
    background-color: #000000 !important;
}

.footer {
    margin-top: 20 !important;
}

.product.info.detailed {
    margin-bottom: 0 !important;
    margin-top: 50px !important;
}

.catalog-category-view .brand-related-products {
    padding-top: 40px;
}

.catalog-category-view .margin-top25.extra-link {
    display: none;
}

/* .filter-options-item:nth-child(4) {
    display: none;
} */

@media (min-width: 768px) {
    .pl-thm-mgs-claue.catalog-category-view .page-title-wrapper span#page-title-heading span.base {
        position: absolute;
        margin-top: 38px;
        color: black;
        font-weight: 700;
        text-transform: uppercase;
        margin-left: 2%;
    }

    .pl-thm-mgs-claue.catalog-category-view .page-title-wrapper {
        background-image: none !important;
        padding: 0px !important;
    }

    .pl-thm-mgs-claue.catalog-product-view .page-title-wrapper.product {
        display: none !important;
        padding: 45px !important;
    }

    .brand-brand-view .page-title-wrapper span.page-header.h1 span.base[data-ui-id="page-title-wrapper"] {
        position: absolute;
        margin-top: 38px;
        color: black;
        font-weight: 700;
        text-transform: uppercase;
    }

    .pl-thm-mgs-claue.brand-list .page-title-wrapper {
        padding: 57px;
        background-image: none !important;
        /* padding: 118px !important; */
    }

    .pl-thm-mgs-claue.brand-list .page-title-wrapper span.base {
        position: absolute;
        margin-top: 45px;
        color: black;
        font-weight: 700;
        text-transform: uppercase;
    }

    .pl-thm-mgs-claue.brand-list .page-title-wrapper {
        background-image: none !important;
    }
}

@media only screen and (max-width: 639px) {
    .catalog-category-view .page-title-wrapper span#page-title-heading span.base {
        position: absolute;
        margin-top: 18px !important;
        color: black;
        font-weight: 700;
        text-transform: uppercase;
        margin-left: -48%;
    }

    .catalog-category-view .page-title-wrapper {
        background-image: none;
        padding: 0px;
    }

    .catalog-product-view .page-title-wrapper.product {
        display: none !important;
    }

    .catalog-product-view .product-detail-infomation-content.has-sticky-menu .product-info-main {
        margin-top: 20px;
    }

    .brand-brand-view .page-title-wrapper span.page-header.h1 span.base[data-ui-id="page-title-wrapper"] {
        position: absolute;
        margin-top: 42px;
        color: black;
        font-weight: 700;
        text-transform: uppercase;
        /* margin-left: -144px; */
        text-align: center;
        transform: translate(-50%, -50%);
        width: 100%;
    }

    .pl-thm-mgs-claue.brand-list .page-title-wrapper span.base[data-ui-id="page-title-wrapper"] {
        position: absolute;
        margin-top: 48px;
        color: black;
        font-weight: 700;
        text-transform: uppercase;
        display: table-cell;
        vertical-align: middle;
    }

    .pl-thm-mgs-claue.brand-list .page-title-wrapper {
        background-image: none;
        padding: 0px;
    }

    div#product-wrapper.products-grid .products {
        margin-top: 60px !important;
    }

    /* .pl-thm-mgs-claue.catalog-category-view .breadcrumbs .container {
        display: none;
    } */

    .pl-thm-mgs-claue_rtl.catalog-product-view .breadcrumbs .container {
        display: none;
    }

    .brand-list .shop-by-brand .featured-brands.mgs-brand .content-heading {
        margin-top: 30px !important;
    }
}

@media (max-width: 767px) {
    .product-detail-infomation {
        margin-top: 0 !important;
    }

    .product-detail-infomation-content .alert {
        top: 190px !important;
    }
    .product-detail-infomation-content .notify-wishlist {
        top: 170px !important;
    }
}

.catalog-product-view .product-info-main .product-sub-infomation:not(:empty) {
    padding: 0px !important;
}

.product-sub-infomation .product-info-stock-sku .stock.unavailable {
    margin-top: 40px;
}

.brand-brand-view .brand-info .brand-image {
    display: none;
}

@media (min-width: 768px) and (max-width: 1920px) {
    .pl-thm-mgs-claue .mp_social_share_inline_under_cart {
        position: absolute;
        /* left: 51%;
    top: 15%; */
    }
}

@media (min-width: 768px) and (max-width: 1920px) {
    .pl-thm-mgs-claue .mp_social_share_inline_under_cart {
        position: absolute;
        /* left: 51%;
    top: 14%; */
    }

    .pl-thm-mgs-claue.page-product-configurable .mp_social_share_inline_under_cart {
        position: absolute;
        /* left: 51%;
    top: 18%; */
    }

    .brand-info .brand-description {
        border: 0px !important;
        padding-top: 4px !important;
        padding-left: 0 !important;
    }
}

@media (min-width: 768px) and (max-width: 1920px) {
    .brand-brand-view .brand-description .cat-block {
        transform: translate(5%, -20%);
        color: black;
        font-size: 18px;
        width: 90%;
        line-height: 24px;
        text-align: center;
    }
}

.pl-thm-mgs-claue.brand-brand-view .brand-info {
    margin-bottom: 0px !important;
}

.mp_social_share_inline_under_cart:before {
    content: 'Share On';
    color: black;
    font-weight: 500;
    margin-right: 5px;
    margin-top: 2px;
    font-size: 15px;
}

@media (max-width: 320px) and (max-width: 639px) {
    .product-detail-infomation-content .notify-wishlist {
        top: 200px !important;
    }
}

.header .nav.nav-main-menu>li>a {
    padding: 10px 12px !important;
}

.col-lg-8.col-xs-12.megamenu-content {
    right: 10%;
}

.pl-thm-mgs-claue.catalog-category-view .page-title-wrapper span#page-title-heading h1.base {
    position: absolute;
    margin-top: 30px;
    color: black;
    font-weight: 700;
    text-transform: uppercase;
    width: 100%;
    top: 30px;
}

@media (min-width: 768px) and (max-width: 1920px) {
    .pl-thm-mgs-claue.brand-list .page-title-wrapper h1.base {
        position: absolute;
        margin-top: 108px;
        color: black;
        font-weight: 700;
        text-transform: uppercase;
        width: 100%;
        top: 20px;
    }

    .pl-thm-mgs-claue.brand-brand-view .page-title-wrapper h1.base {
        position: absolute;
        margin-top: 65px;
        color: black;
        font-weight: 700;
        text-transform: uppercase;
        width: 102%;
    }
}

@media only screen and (max-width: 639px) {
    .product-detail-infomation-content.has-sticky-menu .product-info-main .mp_social_share_inline_under_cart {
        margin: 0 !important;
    }
}

.catalog-category-view .product.info.detailed.after-content {
    margin: 0 !important;
}

@media only screen and (max-width: 767px) {
    /* .pl-thm-mgs-claue.catalog-category-view .breadcrumbs .container {
        display: none !important;
    } */

    .page-wrapper.lazy-loading-img .page-title-wrapper {
        background-image: none !important;
        background-color: unset !important;
        padding: 15px 0 0 0 !important;
    }

    .page-wrapper.lazy-loading-img .page-title-wrapper:before {
        display: none !important;
    }

    .page-title-wrapper h1,
    .page-title-wrapper .h1 {
        color: black !important;
        font-weight: 600 !important;
    }

    .catalog-product-view .page-wrapper.lazy-loading-img .page-title-wrapper {
        display: none !important;
    }

}

@media (min-width:650px) and (max-width: 767px) {
    .header .logo-header .logo img {
        max-width: 75% !important;
    }

    .breadcrumbs {
        display: none !important;
    }

    .category-product-actions {
        margin-bottom: 70px !important;
    }
}

.product-info-main .swatch-attribute.size .swatch-option.selected,
.product-info-main .swatch-attribute.size .swatch-option:hover {
    border: 2px solid black !important;
}

.swatch-attribute.size .swatch-option:hover,
.swatch-attribute.size .swatch-option.selected {
    box-shadow: 0 0 0 3px black !important;
    background: black !important;
    color: white !important;
}

.swatch-attribute.size .swatch-option.text {
    color: black;
}

@media only screen and (max-width: 768px) {

    .swatch-option:hover,
    .swatch-option.selected {
        box-shadow: 0 0 0 3px #000000 !important;
    }
}

/*05/10*/

/*#shipping-new-address-form .field[name="shippingAddress.prefix"] {
    display: none;
}*/

.field-name-prefix {
    display: none;
}

.field-name-prefix.cust-id {
    display: block;
}

.customer-name-prefix .label[for='firstname'] {
    display: none;
}

/*.form-address-edit .field.field-name-prefix.cust-id {
    display: none;
}*/

@media only screen and (max-width: 991px) {

    .footer-container .middle-footer p span.expand.margin-bottom30 a {
        display: block;
        text-align: right;
        position: relative;
        bottom: 25px;
        margin-right: 25px;
    }
}


.page-main .category-view .category-description {
    text-align: justify !important;
    line-height: 20px;
}

.page-main .category-view .category-description .cat-block .read-more-wrap {
    font-size: 16px;
}




.category-view .category-description #show-more {
    text-align: right;
    text-decoration: underline;
    cursor: pointer;
    margin: 10px 0;
    font-size: 17px;
}

.category-view .category-bottom-description #show-more-bottom {
    text-align: right;
    text-decoration: underline;
    cursor: pointer;
    margin: 10px 0;
    font-size: 17px;
}

.catalog-category-view .brand-description #show-more {
    text-align: right;
    text-decoration: underline;
    cursor: pointer;
    margin: 10px 0;
    font-size: 17px;
    color: #000;
}

.page-main .category-view .category-description span {
    color: #000;
    font-size: 15px;
}

.page-main .category-view .category-description span div {
    color: #000;
    font-size: 15px;
}

.page-main .category-view .category-description span h3 {
    color: #000;
    font-size: 15px;
}

.page-main .category-view .category-description span ul li {
    color: #000;
    font-size: 15px;
}

.catalog-category-view .brand-description span {
    color: #000;
    font-size: 15px;
}

.header .dropdown-switcher .dropdown-menu li>a {
    border-bottom: 0px solid #ddd !important;
    color: #000000 !important;
    font-size: 16px;
    font-weight: 400;
}

.header .dropdown-switcher .dropdown-menu li>a img {
    height: 24px !important;
    width: 24px !important;
    border-radius: 50%;
    object-fit: cover;
}

.header .dropdown-switcher .dropdown-menu li>a:hover {
    background: #DDDFE4;
}

.block.filter .block-subtitle:after {
    background-color: transparent !important;
}

.block.widget.block-new-products-list .block-title {
    font-size: 20px !important;
    color: #000 !important;
}

.sidebar .block .block-title .title {
    font-size: 20px !important;
    font-weight: 800 !important;
    color: #000 !important;
}

.block.filter .block-subtitle {
    font-size: 20px !important;
    font-weight: 800 !important;
    color: #000 !important;
}

.block.filter .block-content.filter-content .filter-actions {
    font-size: 14px;
    font-weight: 800;
    color: #000;
}

.block.filter .block-content.filter-content .filter-actions span {
    font-size: 14px;
    color: #000;
}

@media only screen and (max-width: 767px) {

    /* .catalog-category-view .breadcrumbs {
        display: none;
    } */

    .pl-thm-mgs-claue.catalog-category-view .page-title-wrapper span#page-title-heading h1.base {
        position: unset;
    }
}

a.morelink {
    text-decoration: none;
    outline: none;
}

.morecontent span {
    display: none;
}

.comment {
    width: 400px;
    background-color: #f0f0f0;
    margin: 10px;
}

.catalog-category-view .page-title-wrapper {
    display: none;
}

h1.category-title.base {
    font-size: 24px;
    text-align: center;
    font-family: "Cairo";
    font-weight: 700;
    text-transform: capitalize;
    font-family: "Avenir", arial, tahoma;
    margin-bottom: 20px;
}

.product-item-info .product-item-details .price-box {
    display: block !important;
}

ol#show_in_main_sidebar-colorfilter {
    overflow-y: scroll;
    padding: 4px 0px 4px 0px;
    height: 190px;
}

ol#show_in_main_sidebar-mgs_brand {
    overflow-y: scroll;
    padding: 4px 0px 4px 0px;
    height: 190px;
}

ol#show_in_main_sidebar-sizefilter {
    overflow-y: scroll;
    padding: 4px 0px 4px 0px;
    height: 190px;
}

dt.filter-options-title.main-filter-product-type-new {
    margin-top: 20px;
}

ol#show_in_main_sidebar-product_type_new {
    overflow-y: scroll;
    padding: 4px 0px 4px 0px;
    height: 190px;
}

ol#show_in_main_sidebar-cat {
    overflow-y: scroll;
    padding: 4px 0px 4px 0px;
    height: 190px;
}

ol#show_in_main_sidebar-price {
    overflow-y: scroll;
    padding: 4px 0px 4px 0px;
    height: 190px;
}

dl#narrow-by-list dt.filter-options-title {
    font-size: 20px;
    font-size: 18px;
    font-weight: 600;
    color: #222;
    position: relative;
    display: block;
    padding: 0 0 2px;
    margin-bottom: 15px;
}

dl#narrow-by-list dt.filter-options-title:before {
    height: 2px;
    width: 60px;
    content: "";
    position: absolute;
    bottom: 0;
    background-color: #222;
    left: 0;
}

dt.filter-options-title {
    margin-top: 20px;
}

dd.filter-options-content li.item {
    border-bottom: 1px solid #f0f0f0;
    position: relative;
    padding: 10px 50px 7px 0;
}

.catalog-category-view .filter-options .item a:hover {
    color: black;
}

.catalog-category-view .filter-options .item a {
    color: #000 !important;
    font-weight: 800 !important;
    font-size: 14px;
}

.block.filter .block-content.filter-content .filter-options-item .filter-options-content ol.items .item {
    border-bottom: 0px solid #f0f0f0 !important;
}

.block.filter .block-content.filter-content .filter-options-item {
    margin-bottom: 10px !important;
    border-bottom: 1px solid #CCCCCC !important;
}

/* .block.filter .block-content.filter-content .filter-options-item .filter-options-title:after {
    font-size: 20px !important;
} */

/*show more btn*/

.category-description.btn-bottom span#show-more {
    border: 2px solid #000000;
    background-color: #000;
    border-radius: 0.25rem;
    color: #ffffff;
    cursor: pointer;
    font-size: 1rem;
    line-height: 1.75;
    letter-spacing: 2px;
    margin-top: 20px;
    padding: 10.5px 1.75rem;
    text-align: center;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    text-transform: uppercase;
    font-weight: 800;
}

.brand-description.btn-bottom span#show-more {
    border: 2px solid #000000;
    background-color: #000;
    border-radius: 0.25rem;
    color: #ffffff;
    cursor: pointer;
    font-size: 1rem;
    line-height: 1.75;
    letter-spacing: 2px;
    margin-top: 20px;
    padding: 10.5px 1.75rem;
    text-align: center;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    text-transform: uppercase;
    font-weight: 800;
}

.catalog-category-view .page-bottom {
    padding-right: 75px;
    padding-left: 75px;
    margin-right: auto;
    margin-left: auto;
    margin-top: 20px;
}

@media (max-width: 767px) {
    .sidebar.sidebar-additional .block.block-wishlist {
        display: none;
    }
}

span.show-more-content strong {
    color: black;
}

.category-description.btn-bottom span {
    color: #313131;
}

.product-detail-infomation-content.has-sticky-menu .product-brand .brand-name {
    pointer-events: visible;
}

.category-description.btn-bottom span#show-more {
    padding-right: auto;
    padding-left: auto;
    margin-right: 48px;
    margin-left: 48px;
}

.text-wrapper p {
    color: #4e4e4e;
}

.text-wrapper li {
    color: #4e4e4e;
}

.text-wrapper table td {
    color: #373737;
}

.text-wrapper ol li a {
    color: #353535;
}

@media (min-width:320px) and (max-width: 767px) {
    .catalog-category-view .page-bottom {
        padding-right: 15px;
        padding-left: 15px;
        margin-right: auto;
        margin-left: auto;
    }

    /* .catalog-product-view .styles__tabby-snippet--e44d9 {
        max-width: 500px !important;
        position: absolute !important;
        margin-left: 0px !important;
        margin-top: 11pc !important;
        z-index: 999 !important;

    } */
}

/*tabby*/
/* @media (min-width:767px) {
    .catalog-product-view .styles__tabby-snippet--e44d9 {
        max-width: 570px !important;
        margin-left: 37.5pc !important;
        margin-top: 9pc !important;
        position: absolute !important;
        z-index: 999 !important;
    }

    .page-product-configurable.catalog-product-view .styles__tabby-snippet--e44d9 {
        max-width: 570px !important;
        margin-left: 37.5pc !important;
        margin-top: 8.5pc !important;
        position: absolute !important;
        z-index: 999 !important;
    }
} */

.styles__tabby-promo-snippet__text--f30af {
    color: #383838 !important;
    font-family: "Avenir";
    font-size: 16px;
}

.styles__tabby-promo-snippet--54518.styles__tabby-promo-snippet_font_inherit--b7b35 {
    font-family: inherit;
    color: #313131 !important;
}

.amshopby-slider-container .ui-slider-range {
    position: absolute;
    height: 5px !important;
    background: #000000 !important;
}

.ui-slider-horizontal {
    height: 5px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    border: none;
    background: #838383;
}

.amshopby-slider-container .am-slider .ui-slider-handle {
    padding: 0;
    margin-top: -5px;
    margin-left: -5px;
    width: 15px !important;
    height: 15px !important;
    border-radius: 50%;
    background: #000000 !important;
}

@media (max-width: 991px) {
    .catalog-category-view.page-layout-2columns-left .category-product-actions .toolbar.toolbar-products {
        margin-top: -30px;
    }

    .catalog-category-view.page-layout-2columns-left .category-product-actions .filter-toggle {
        margin-top: -30px;
    }
}
/* .page-product-configurable a.action.alert.btn.a-button[title="Notify me"] {
    margin-top: -40px;

} */

.page-product-configurable .product-detail-infomation-content .notify-wishlist {
    top: 112px !important;
}

@media (max-width: 767px) {
    .product-detail-infomation-content .notify-wishlist {
        top: 230px !important;
    }
    /* .page-product-configurable a.action.alert.btn.a-button[title="Notify me"] {
        margin-top: -45px;
    } */

    .page-product-configurable .product-detail-infomation-content .notify-wishlist {
        top: 125px !important;
    }
}

.product-data-items-menu {
    margin: 20px 0 25px !important;
}

.product-detail-infomation .product-name {
    text-transform: none !important;
}

@media (min-width: 320px) and (max-width: 580px) {
    .header.header1:has(#smartbanner) {
        position: sticky !important;
    }
}

#block-map>p {
    font-weight: 800;
    color: #000;
}

.opc-wrapper .step-title {
    color: #37393D !important;
    font-size: 24px !important;
    font-weight: 500 !important;
    margin-bottom: 10px !important;
}

.checkout-index-index #checkout-step-shipping {
    border-top: 1px solid #CCCCCC;
    padding: 30px 0 0;
}

#shipping-address-type-block .btn {
    font-weight: 400;
    font-size: 16px;
}

.label,
label {
    color: #37393D;
    font-size: 14px !important;
    font-weight: 400 !important;
}
@media (min-width: 768px) {
    .checkout-index-index:not(._has-modal) #shipping-new-address-form>.field[name='shippingAddress.firstname']::before {
        font-size: 24px !important;
        font-weight: 800 !important;
        color: #37393D;
    }
}

#shipping-method-buttons-container .action,
#shipping-method-buttons-container button.action {
    -webkit-border-radius: 5px !important;
    font-size: 14px !important;
    font-weight: 800;
    border-radius: 10px !important;
    -webkit-border-radius: 10px !important;
}

div[name="shippingAddress.region_id"] label {
    font-weight: normal !important;
}

div[name="shippingAddress.country_id"] label {
    font-weight: normal !important;
}

div[name="shippingAddress.city"] label {
    font-weight: normal !important;
}

div[name="shippingAddress.custom_attributes.block"] label {
    font-weight: normal !important;
}

.multicheckout.success,
.checkout-success {
    padding: 70px 15px !important;
}

.block-dashboard-info.top-block .account-information .label {
    color: #000 !important;
    font-size: 16px !important;
    font-weight: 800 !important;
}

.block-dashboard-info.top-block .account-information .label+span {
    font-size: 14px;
    font-weight: 800;
}

.block-dashboard-info.top-block .box-information .box-content {
    border: 1px solid #000 !important;
}

.block-dashboard-info.top-block .box-newsletter input {
    position: relative;
    top: 2px;
}

.block-content .account-information {
    margin-top: 70px;
}

.block.account-nav .greet.welcome h3 {
    padding: 30px 25px;
    font-weight: 500;
    color: #000;
}

/* .block.account-nav #account-nav.submenu-active .nav.item:nth-child(5)>a,
.nav.item:nth-child(4)>a {
    font-weight: 400;
} */

.social-btn .btn-social {
    padding: 8px 12px 6px 4px !important;
}

.customer-account-login .block-customer-login .action.login.btn-primary {
    padding: 0 0 5px 0;
    border-color: #000 !important;
}

.block.block-new-customer .action.create.btn.btn-secondary {
    line-height: 45px !important;
}
.product-info-main .product-add-form .actions button.tocart:hover, .bundle-info .product-details .actions button.tocart:hover{
    background: #000 !important;
}
.footer .middle-footer a {
    color: #737680 !important;
    font-size: 14px;
}

.footer_head p span,
.shipping-and-info p span {
    color: #000000 !important;
    font-size: 16px !important;
    font-weight: 800 !important;
}

.subscribe_button p span {
    color: #000 !important;
    font-size: 20px !important;
    font-weight: 500 !important;
}

.subscribe_button p {
    margin-bottom: 0.3em !important;
}

.footer .middle-footer p {
    color: #000;
    font-weight: 800;
    font-size: 16px;
}

.products-grid .product-item-info .product-top .product-item-photo>img {
    position: initial !important;
}

.products-grid .product-item-info .product-top .product-item-photo {
	position: relative;
}
.products-grid .product-item-info .product-top .product-item-photo::before {
	position: absolute;
	top: 0;
	left: -75%;
	z-index: 2;
	display: block;
	content: '';
	width: 50%;
	height: 100%;
	background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
	background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
	-webkit-transform: skewX(-25deg);
	transform: skewX(-25deg);
}
.products-grid .product-item-info .product-top .product-item-photo:hover::before {
	-webkit-animation: shine .75s;
	animation: shine .75s;
}
@-webkit-keyframes shine {
	100% {
		left: 125%;
	}
}
@keyframes shine {
	100% {
		left: 125%;
	}
}

.products-grid .product-item-info .product-top .actions-link {
    left: unset !important;
    right: 0;
}

.toolbar .pages .pagination .item a {
    color: #000 !important;
    font-size: 16px !important;
    border: 1px solid #000 !important;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    display: grid;
    font-weight: 400;
    place-items: center;
}

.toolbar .pages .pagination .item {
    padding: 0 5px !important;
}

.toolbar .pages .pagination .pages-item-next a,
.toolbar .pages .pagination .pages-item-previous a {
    width: 85px;
    border-radius: 20px;
}

.toolbar .pages .pagination .item.current a {
    color: #fff !important;
    background: #000;
}

.block.filter .block-content.filter-content .filter-options-item .filter-options-title:before {
    background-color: transparent !important;
}

.bottom-pagination .pages {
    border-top: 0px solid #ddd !important;
}

.block.filter .block-content.filter-content .filter-options-item .filter-options-title {
    font-size: 20px !important;
    font-weight: 800 !important;
    color: #000 !important;
    margin-bottom: 10px !important;
}

.catalog-category-view .filter-options .item a .label {
    font-weight: 800 !important;
    color: #000 !important;
    padding: 0 5px 0 10px;
}

.breadcrumbs .items>li a {
    color: #737680 !important;
    font-size: 14px;
    font-weight: 800;
}

.breadcrumbs .items li strong {
    font-weight: 800 !important;
    color: #000000;
    font-size: 14px;
}

.sidebar .block .block-title .title:after {
    background-color: transparent !important;
}

.block.widget.block-new-products-list .block-title:after {
    background-color: transparent !important;
}

.minicart-wrapper .block-minicart {
    width: 450px !important;
}

.modal-popup .modal-inner-wrap {
    width: 30% !important;
    background: #fff;
    padding: 25px;
    border-radius: 10px;
}

.modal-popup .modal-inner-wrap .modal-header {
    padding: 0 !important;
    text-align: end;
}

.modal-popup .action-close:before {
    line-height: initial !important;
    color: #000 !important;
    background-color: transparent !important;
    border: 0px solid #fff !important;
}

.follow_img {
    text-align: center;
}

.follow_img img {
    width: 65%;
}

.follow_data {
    text-align: center;
}

.follow_data h2 {
    color: #37393D;
    font-size: 24px;
    font-weight: 800;
}

.follow_data p {
    color: #37393D;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    margin-top: 10px;
}

.checkbox_data {
    width: 70%;
    margin: 0 auto;
    padding-top: 10px;
}

.checkbox_data li {
    color: #23263B;
    font-size: 14px;
    font-weight: 800;
    display: flex;
    align-items: center;
    gap: 10px;
    padding-bottom: 14px;
}

.checkbox_data li input {
    height: 18px;
    width: 18px;
    margin: 3px 0 0;
}

.modal-inner-wrap .modal-footer {
    padding: 0;
}

.modal-inner-wrap .modal-footer button {
    border-radius: 8px;
    padding: 0 0px !important;
    width: 100%;
    height: 35px;
    margin-bottom: 10px;
    position: unset !important;
    opacity: 1 !important;
}

.minicart_top {
    text-align: start !important;
    background: #fff !important;
    display: flex;
    gap: 20px;
    align-items: center;
    width: 100%;
    padding: 0 20px;
}

.minicart_top p {
    color: #000000;
    font-weight: 800;
    font-size: 24px;
    margin: 0;
    display: flex;
    gap: 10px;
}

.minicart_top p span {
    color: #000000;
    font-weight: 800;
    font-size: 14px;
}

.minicart_top button {
    font-size: initial !important;
    position: unset !important;
}

.mini_cart_data h2 {
    color: #000;
    font-weight: 800;
    font-size: 12px;
}

.minicart-items .product-item .product-item-details .product-item-name a {
    font-weight: 400 !important;
    font-size: 12px !important;
    color: #000 !important;
    text-align: start;
}

.mini_cart_data p {
    margin: 0;
    color: #737680;
    font-size: 12px;
    font-weight: 400;
}

.mini_cart_data p span {
    color: #000;
    font-weight: 600;
}

.mini_product_data {
    display: flex;
    gap: 10px;
    width: 100%;
}

.mini_product_data .mini_product_first .Qty_mini {
    display: flex;
    align-items: center;
    gap: 5px;
}

.mini_product_data .mini_product_first {
    display: flex;
    gap: 10px;
    width: 75%;
}

.mini_product_data .cart_delete_price {
    width: 25%;
    text-align: end;
    position: relative;
}
.mini_product_data .cart_delete_price .product-item-pricing{
    position: absolute;
    bottom: 0;
    right: 0;
}
.minicart-items .product-item .details-qty.qty {
    margin-top: 2px !important;
}
.minicart-items .product-item .details-qty.qty .cart-item-qty {
    height: auto !important;
    /* width: auto !important;
    border-radius: 0px !important;
    line-height: 0 !important;
    padding: 0 !important; */
    text-align: start !important;
    border: 0px solid #ccc !important;
    color: #000;
    font-weight: 800;
    font-size: 12px !important;
}
.minicart-wrapper .block-content .minicart-items-wrapper {
    height: 68vh !important;
    overflow-y: auto !important;
    max-height: initial !important;
}
.minicart-wrapper .block-footer .actions > .subtotal {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 15px;
}
.minicart-wrapper .block-footer .actions > .subtotal .price-container .price {
    color: #000 !important;
    font-size: 14px !important;
    font-weight: 800 !important;
}
.minicart-wrapper .block-footer .actions > .subtotal > span.label {
    color: #000 !important;
    font-size: 14px !important;
    letter-spacing: 0.5px;
    font-weight: 800 !important;
    text-transform: capitalize !important;
    margin: 0;
}
.information_margin{
    margin-top: 30px;
}
.header .top-header-content a {
    color: #000;
}
.create-ac{
    color: #000 !important;
    text-transform: capitalize;
    padding: 9px 10px 9px 10px !important;
}
.sign_buton{
    color: #fff !important;
    padding: 9px 10px 9px 10px !important;
}
.filter-options-content input{
    border: 1px solid #CCCCCC !important;
    border-radius: 10px !important;
    margin: 10px 0;
}
.filter-options-content input::-webkit-input-placeholder { /* Edge */
    color: #737680;
    font-weight: 800;
    font-size: 14px;
  }
  
  .filter-options-content input:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #737680;
    font-weight: 800;
    font-size: 14px;
  }
  
  .filter-options-content input::placeholder {
    color: #737680;
    font-weight: 800;
    font-size: 14px;
  }
  .box-redeem-voucher{
    margin-top: 20px;
  }
  .mpgiftcad-popup .action-close {
    position: absolute !important;
}
.modal-popup.amreview-popup .modal-inner-wrap .modal-content {
    padding: 0 !important;
    overflow-y: auto;
    overflow-x: hidden;
}
.review-fieldset .product-info h4 span{
    color: #000;
    font-size: 14px;
    font-weight: 400;
}
.review-field-rating{
    margin-bottom: 0 !important;
}
.fieldset > .field:not(.choice){
    margin-bottom: 0 !important;
}
.review-field-nickname label, .review-field-summary label{
    margin: 0 !important;
    font-size: 14px !important;
    color: #000 !important;
    font-weight: 800 !important;
}
.review-field-nickname input, .review-field-summary input{
    border-radius: 8px !important;
    border: 1px solid #37393D !important;
}
.review-field-summary{
    margin-bottom: 0 !important;
}
.modal-popup.amreview-popup .modal-inner-wrap .fieldset.review-fieldset > .row > div {
    padding-bottom: 15px !important;
}
.review-field-image > .label {
    margin: 0 0 15px 0 !important;
    font-size: 16px !important;
    font-weight: 800 !important;
    color: #000 !important;
}
.review-field-text textarea{
      border-radius: 8px !important;
    border: 1px solid #37393D !important;
}
.review-field-text label{
    /* font-size: 16px !important; */
    font-weight: 800 !important;
    color: #000 !important;
}
.review-field-text{
    margin-top: 0 !important;
}
.review-field-rating label{
    font-size: 16px !important;
    font-weight: 800 !important;
    color: #000 !important;
}
.modal-popup .action-close {
    right: 20px !important;
    top: 10px !important;
    position: absolute !important;
}
.modal-popup.amreview-popup .action-close::before {
    font-size: 20px !important;
}
.modal-popup.amreview-popup .modal-inner-wrap .modal-content::-webkit-scrollbar {
    width: 2px;
    height: 100%;
    position: relative;
    left: 5px;
  }
  .modal-popup.amreview-popup .modal-inner-wrap .modal-content::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  }
  .modal-popup.amreview-popup .modal-inner-wrap .modal-content::-webkit-scrollbar-thumb {
    background-color: darkgrey;
    outline: 1px solid slategrey;
  }
  .header .header-15 .dropdown-toplinks .my-account-submenu > .leftcontainer a:hover {
    color: #fff !important;
}
.review-list .amstars-rating-container.-small {
    width: 80px !important;
    background-size: 16px 16px !important;
    height: 16px !important;
}
.review-list .amstars-rating-container.-small .amstars-stars {
    background-size: 16px 16px !important;
}
.review-list .amreview-summary-info .amreview-rating-wrapper {
    align-items: center !important;
}
.review-list .amreview-summary-info .amreview-count {
    font-size: 12px !important;
    font-weight: 500;
}
.review-list .amreview-summary-info > .amreview-summary {
    font-size: 24px !important;
    margin-left: 10px !important;
    margin-right: 10px !important;
    font-weight: 500;
}
.review-list .amreview-author-details {
    margin: 5px 0 0 0 !important;
}
.amreview-description-wrap .amreview-description {
    margin-top: 5px !important;
}
.amstars-rating-container {
    margin: 0 !important;
}
.amreview-helpful-wrap {
    padding: 0 0 0px 0 !important;
}
.review-list .amshowmore-container .amshowmore-text {
    font-size: 14px;
    font-weight: 800;
    color: #000;
}
.review-list .amshowmore-container .amshowmore-text:after {
    box-shadow: inset 0 0 0px 0 rgba(255, 255, 255, 0.7) !important;
}
.review-list .amreview-info-wrapper .amreview-add-new {
    margin: 0 0px !important;
}
#reviews .amreview-submit-form{
    display: none;
}
.cart-container .table-wrapper table tbody tr td{
    padding-left: 0 !important;
}
.checkout-cart-index .page-main {
    margin-top: 0 !important;
}
.checkout-cart-index .page-title-wrapper{
    display: none;
}
.checkout-cart-index #shopping-cart-table thead tr th {
    color: #000 !important;
    font-weight: 800 !important;
    font-size: 14px !important;
    text-align: start !important;
    padding: 14px 0px 11px !important;
}
.checkout-cart-index #shopping-cart-table tbody tr td.col.qty .control.qty{
    width: 100% !important;
}
.checkout-cart-index #shopping-cart-table tbody tr td {
    padding: 25px 0px !important;
}
.checkout-cart-index #shopping-cart-table tbody tr td:last-child {
   text-align: start;
}
.checkout-cart-index #shopping-cart-table tbody tr td.col.item .product-item-details {
    padding-top: 0px !important;
    position: relative;
    height: 125px;
}
/* .checkout-cart-index #shopping-cart-table .col.item .product-item-name + .item-actions {
    margin-top: 0px !important;
    position: absolute;
    bottom: 0;
} */
.checkout-cart-index #shopping-cart-table tbody tr td.col.item .product-item-details .product-item-name a {
    color: #000 !important;
    font-size: 12px !important;
}
.checkout-cart-index .cart-summary-top{
    margin-bottom: 20px;
}
.checkout-cart-index .cart-summary-top .fieldset.coupon {
    width: 100%;
    justify-content: space-between;
}
/* .checkout-cart-index .cart-summary-top .fieldset .field{
    width: 65%;
}
.checkout-cart-index .cart-summary-top .fieldset .actions-toolbar{
    width: 32%;
} */
.checkout-cart-index .cart-summary-top .discount .title{
   padding-bottom: 10px;
}
.checkout-cart-index .cart-totals tbody .mark, .cart-totals tfoot .mark {
    background-color: transparent !important;
}
.checkout-cart-index .cart-summary .cart-summary-middle {
    background-color: transparent !important;
}
.checkout-cart-index .cart-totals {
    padding: 15px 0px !important;
}
.checkout-cart-index .cart-totals .totals{
    margin-bottom: 0 !important;
}
.checkout-cart-index .cart-summary-top .fieldset .actions-toolbar .btn {
    padding: 0 18px !important;
    border-radius: 8px !important;
    color: #000 !important;
}
.header-15 .top-custom-link span.payment + span {
    font-size: 14px;
    font-weight: 500;
}
.header-15 .top-content .dropdown-switcher .switcher-toggle {
    font-size: 14px;
    font-weight: 500;
}
.header .nav.nav-main-menu>li>a {
    font-size: 16px !important;
    font-weight: 800;
    color: #000000;
}
.header:not(.header6):not(.header7) .navigation .nav-main-menu li li > a {
    font-size: 14px !important;
    color: #000 !important;
    font-weight: 800;
    text-transform: capitalize;
    padding: 5px 15px 5px !important;
}
.mgz-element.dybebm3 .mgz-icon-list-item-text, .mgz-element.jcig6mi .mgz-icon-list-item-text, .mgz-element.p4gma1a .mgz-icon-list-item-text, .mgz-element.w6s9747 .mgz-icon-list-item-text {
    color: #000 !important;
    font-size: 14px;
    font-weight: 800;
    padding: 0 !important;
    margin: 5px 15px 5px;
    line-height: 1.75;
    display: block;
}
.mgz-element.dybebm3 .mgz-icon-list-item-text:hover, .mgz-element.jcig6mi .mgz-icon-list-item-text:hover, .mgz-element.p4gma1a .mgz-icon-list-item-text:hover, .mgz-element.w6s9747 .mgz-icon-list-item-text:hover {
    border-bottom: 1px solid #ccc !important;
    cursor: pointer;
}
.mgz-element.dybebm3 .mgz-icon-list-item, .mgz-element.jcig6mi .mgz-icon-list-item, .mgz-element.p4gma1a .mgz-icon-list-item, .mgz-element.w6s9747 .mgz-icon-list-item {
    margin-bottom: 0px !important;
}
.k3tqjlq .mgz-block-heading-line:before {
    background-color: transparent !important;
}
.mgz-block-heading.mgz-block-heading-align-center {
    text-align: left !important;
}
.vnf67ug .mgz-block-heading-line:before {
    background-color: transparent !important;
}
.content-heading {
    text-align: left !important;
    margin-bottom: 0 !important;
}
.content-heading h3.title:before, .content-heading h3.title:after {
    background: transparent !important;
}
.cms-index-index .mgz-element .title {
    font-weight: 600 !important;
    font-size: 24px;
    padding: 0;
    color: #000000;
}
.cms-index-index .mgz-single-image-wrapper {
   width: 100%;
}
.cms-index-index .products-grid{
margin: 0 -5px !important;
}
.cms-index-index .mgz-element-inner .inner-content .content-heading .title strong{
    font-size: 24px;
    font-weight: 500 !important;
}
.header-15 .dropdown-toplinks .dropdown-menu {
    border-bottom: 4px solid #C6984B !important;
}
.header:not(.header6):not(.header7) .navigation .nav-main-menu > li > a .icon-next {
    visibility: hidden;
}
.mgz-block-heading {
    padding-bottom: 0 !important;
    /* margin-top: 25px; */
}
.swatch-option.text {
    border-radius: 20px !important;
    padding: 8px 10px 0 10px !important;
    border: 2px solid #000000 !important;
}
.title{
    letter-spacing: 0px !important;
}
/* .attribute-product-cat-block .content-heading{
    height: 40px !important;
} */
.products-grid .product-item-info {
    margin-bottom: 0px !important;
}
/* .mgz-element-inner .attribute-product-cat-block{
    margin-top: 30px;
} */
.owl-carousel .owl-stage-outer {
    overflow: auto;
    overflow-y: hidden;
}
.mgz-element-image_carousel .item-description {
    margin-top: -10px !important;
    color: #737680;
}
.mgz-element.htj435u .mgz-carousel .item-title {
    color: #000;
}
.mgz-element.lgab9g0 .mgz-carousel .item-title {
    color: #000;
}
.mgz-carousel-item .mgz-carousel .item-title {
    color: #000;
}
.mgz-carousel-item .mgz-carousel .item-description {
    color: #737680;
}
.mgz-child mgz-element-image_carousel .mgz-element-inner{
    margin-bottom: 30px;
}
.i3py8uf-s {
    margin-bottom: 0px !important;
}
.mgz-child mgz-element-image_carousel .w93qw5g-s{
    margin-top: 10px;
}
.social-link li a img{
    max-width: 36px !important;
}
.header .dropdown-switcher .dropdown-menu li > a {
    padding: 10px 15px !important;
}
.product-info-main .swatch-option.text {
    height: 38px !important;
    padding: 5px 10px 0 10px !important;
    border: 2px solid #000 !important;
}
.box-tocart .field.qty > .control {
    height: auto !important;
    margin-bottom: 50px;
}
.product-info-main .product-info-price .price-box.price-final_price .price {
    font-weight: 500 !important;
}
.catalog-product-view .product-info-main .product-add-form .box-tocart .field.qty > label {
    font-size: 16px !important;
    font-weight: 800 !important;
    color: #000 !important;
}
.catalog-product-view .media{
    position: relative;
}
.catalog-product-view .media .product-label{
    position: absolute;
    top: 15px !important;
    left: 15px !important;
    width: 15% !important;
    margin: 0 !important;
    line-height: 22px !important;
color: #fff;
background: #000;
font-size: 12px !important;
font-weight: 400;
border-radius: 5px;
}
.product.product-item span.product-label{
    font-size: 12px !important;
}
.footer .middle-footer ul.menu li a:hover {
    border-bottom: 1.5px solid #000;
}
.social-link li a img:hover {
    max-width: 36px !important;
    filter: invert(99%) sepia(90%) saturate(7464%) hue-rotate(310deg) brightness(109%) contrast(97%);
}
.footer-redesign .bottom-footer .contact-us li a:hover {
    border-bottom: 1.5px solid #000;
}
.header-wl a i:hover, .pe-7s-user:hover::before, .minicart-wrapper .action.showcart:hover::before{
    /* filter: invert(99%) sepia(90%) saturate(7464%) hue-rotate(310deg) brightness(109%) contrast(97%); */
    /* border-bottom: 1px solid #000 !important; */
    filter: invert(48%) sepia(17%) saturate(8%) hue-rotate(314deg) brightness(101%) contrast(89%);
}
.footer .block.newsletter .form.subscribe .actions .action.subscribe{
    background: linear-gradient(#818590 0 0) var(--p, 0) / var(--p, 0) no-repeat;
    transition: .4s, background-position 0s;
}
.leftcontainer .create-ac{
    background: linear-gradient(#818590 0 0) var(--p, 0) / var(--p, 0) no-repeat;
    transition: .4s, background-position 0s;
}
.footer .block.newsletter .form.subscribe .actions .action.subscribe:hover{
    --p: 100%;
    color: #fff;
}
.leftcontainer .create-ac:hover{
    --p: 100%;
    color: #fff;
}
.leftcontainer .sign_buton{
    display: inline-block;
    color: white;
    background: #000;
    background: linear-gradient(to left, #000 50%, #818590 50%) right;
    background-size: 200%;
    transition: .5s ease-out;
}
.leftcontainer .sign_buton:hover {
    background-position: left;
}
.wishlist-index-index .product-item-name a{
    text-align: center;
}
.products-grid .product-item-info .product-item-inner .btn.a-button{
    display: inline-block;
    color: white;
    background: #000; 
    /* background: linear-gradient(to left, #000 50%, #818590 50%) right; */
    background-size: 200%;
    transition: .5s ease-out;
}
.products-grid .product-item-info .product-item-inner .btn.a-button:hover{
    background-position: left;
}
.products-grid .product-item-info button.action.tocart.primary.btn-cart{
    display: inline-block;
    color: white;
    background: #000;
    transition: .5s ease-out;
}
.products-grid .product-item-info button.action.tocart.primary.btn-cart:hover{
    background-position: left;
}
.header .header-15 .dropdown-toplinks .my-account-submenu > div:not(.leftcontainer) a:hover {
    border-bottom: 2px solid #000;
}
.header .header-15 .dropdown-toplinks .my-account-submenu > div:not(.leftcontainer) a {
    padding: 0 !important;
    margin: 12px 15px 8px;
}
.products-grid .owl-carousel .owl-nav > div.disabled,
.cms-index-index .block.products-grid .owl-carousel .owl-nav > div.disabled{
    opacity: 0.5;
    visibility: visible;
}
.products-grid .owl-carousel .owl-nav > div,
.cms-index-index .block.products-grid .owl-carousel .owl-nav > div:not(.disabled){
    opacity: 1;
    visibility: visible;
}
.products-grid .owl-carousel .owl-nav,
.cms-index-index .block.products-grid .owl-carousel .owl-nav > div{
    color: #000;
    border: none ;
    background: none;
    font-size: 40px !important;
    margin: 0;
    padding: 0;
    height: auto;
    width: auto;

    & > i{
        line-height: unset;
    }
}
.products-grid .owl-carousel .owl-nav > div:hover,
.cms-index-index .block.products-grid .owl-carousel .owl-nav > div:hover{
    color: #fff;
    background: #000;
}

.footer-redesign .payment-footer .payment-block {
    flex-wrap: unset !important;
}
.footer-redesign .payment-footer .payment-block p img{
    width: 65px;
}
.cms-index-index .product-item-inner .product.actions.product-item-actions .actions-primary {
    margin-top: 40px !important;
}
.cms-home a.product.photo.product-item-photo {
    padding-bottom: 102% !important;
}
.dropdown-menu li ul .dropdown-submenu a{
    display: flex !important;
    justify-content: space-between;
    align-items: center;
}
.customer-account-create .fieldset.fieldset-fullname .field .personal-name {
    color: #000 !important;
    font-weight: 400 !important;
    margin: 0 !important;
}
.customer-account-create .field.choice > input{
    top: 2px !important;
}
.customer-account-create .field.choice.newsletter {
    margin-top: 15px;
    display: flex;
    align-items: center;
}
.customer-account-create .field.choice > .label {
    font-size: 14px !important;
    font-weight: 800 !important;
    color: #000 !important;
}
.customer-account-create .captcha-image{
    padding: 25px 0;
}
.customer-account-create .form-create-account .field:not(.choice) input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    font-size: 12px !important;
    font-weight: 300 !important;
  }
  .customer-account-create .form-create-account .field:not(.choice) input::-moz-placeholder { /* Firefox 19+ */
    font-size: 12px !important;
    font-weight: 300 !important;
  }
  .customer-account-create .form-create-account .field:not(.choice) input:-ms-input-placeholder { /* IE 10+ */
    font-size: 12px !important;
    font-weight: 300 !important;
  }
  .customer-account-create .form-create-account .field:not(.choice) input:-moz-placeholder { /* Firefox 18- */
    font-size: 12px !important;
    font-weight: 300 !important;
  }
  .customer-account-forgotpassword .form-group>label {
    margin-right: 0px !important;
    margin-bottom: 0 !important;
    color: #000 !important;
    font-weight: 400 !important;
    margin: 0 !important;
}
.customer-account-forgotpassword .form-group {
    text-align: justify;
}
.customer-account-forgotpassword .form-group input{
    height: 40px;
    line-height: 36px;
    padding: 0 10px;
    background: #fff;
    border: 1px solid #ccc;
    color: #000;
    font-size: 14px;
    font-weight: 400;
    border-radius: 8px;
}
.customer-account-index .block-content .box {
    margin-bottom: 5px !important;
}
.customer-account-index .block-content p input {
    height: 18px;
    width: 18px;
}
.customer-account-index .box-newsletter input {
    top: 4px !important;
}
.customer-account-index .block-title h3{
    font-weight: 500;
}
/* .block-dashboard-info.top-block .block-title, .block-dashboard-info.top-block ~ .block-dashboard-addresses .block-title--myac {
    padding-bottom: 10px !important;
} */
/* .header:not(.header6):not(.header7) #main-Menucontent .navigation #mainMenu{
    border-bottom: 0 !important;
}
.header #main-Menucontent .navigation{
    border-bottom: 2px solid #ccc;
    margin: 0 80px;
} */
.header .table-icon-menu {
    margin-top: 25px;
}
/* .header:not(.header5):not(.header8):not(.header9) .header-15 .search-form.not-full {
    padding: 0 !important;
} */
.cms-index-index .owl-nav .owl-prev{
    left: -35px !important;
    font-size: 25px !important;
    border-radius: 100% !important;
}
.cms-index-index .owl-nav .owl-next{
    right: -35px !important;
    font-size: 25px !important;
    border-radius: 100% !important;
}
/* 
.cms-index-index .owl-nav .owl-prev i{
    position: relative !important;
    bottom: 5px !important;
    right: 1px !important;
}
.cms-index-index .owl-nav .owl-next i{
    position: relative !important;
    bottom: 5px !important;
    right: -1px !important;
} */
/* .cms-index-index .mgz-child:not(:last-child) > .mgz-element-inner {
    margin-top: 10px;
} */
.cms-index-index .category-product-cat-block {
    margin-top: -30px !important;
}
/* .search-open .header:not(.header5):not(.header8):not(.header9) .header-15 .search-form.not-full .form-search .form.minisearch {
    max-width: 40% !important;
    margin: 0 auto;
    left: 50px;
} */
/* .header:not(.header5):not(.header8):not(.header9) .search-form.not-full .form-search {
    top: calc(100% + 55px) !important;
} */
.header .search-form .actions-search .action-search {
    position: relative;
    top: 10px;
}
#search_mini_form .mgs-instant-search-dropdown .mgs-instant-autocomplete-wrapper .categories .category-item a {
    color: #23263B !important;
}
#search_mini_form .mgs-instant-search-dropdown .mgs-instant-autocomplete-wrapper .product-items .product-item-details {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}
.search-open .header:not(.header5):not(.header8):not(.header9) .header-15 .search-form.not-full .form-search .form.minisearch .input-text {
    border-bottom: 1px solid #000 !important;
}
#search_mini_form .mgs-instant-search-dropdown .mgs-instant-autocomplete-wrapper .product-items .product-item {
    border-bottom: 0px solid #dadada !important;
}
#search_mini_form .product-item-info .product-item-details .price-box {
    padding-bottom: 0px;
    display: flex;
    justify-content: center;
}
.block.account-nav .greet.welcome h3::before, .block.account-nav #account-nav > .items > .nav.item a::before, .block.account-nav #account-nav > .items > .nav.item > strong:first-child::before {
    margin-right: 15px !important;
}
.wishlist-index-index .message .box-image img{
    width: 40%;
}
.page-title-wrapper .page-header.h1 {
    color: #000;
}
/* .page-products .category-title{
    display: none;
} */
.page-products .page-main {
    margin-top: 0px !important;
}
.page-products .breadcrumbs {
    margin-bottom: 10px !important;
}
.page-products #am-shopby-container-top .items .item {
    background-color: #F4F4F5 !important;
    border: 1px solid #D3D4D8;
}
.header .table-icon-menu .search-form .actions-search .action-search {
    position: relative;
    top: 3px;
}
.page-products .sorter-action{
    visibility: hidden;
    width: 0;
    position: relative;
    height: 0 !important;
    line-height: 0 !important;
    padding: 0 !important;
    margin-left: 0 !important;
}
.page-products #amasty-shopby-product-list {
    margin-left: 50px;
}
.page-products.wide.catalog-category-view .page-bottom {
    max-width: 100% !important;
    width: 100%;
}
.page-products.wide.catalog-category-view .page-bottom .short-text .container{
    padding: 0;
    width: 100% !important;
}
.page-products .ui-slider-horizontal {
    background: #CCCCCC !important;
}
/* .mgs-instant-autocomplete-wrapper .no-result::before {
    zoom: 20%;
} */
.block.filter .block-content.filter-content .filter-options-item .filter-options-content ol.items .item .count {
    right: unset !important;
    top: 55% !important;
    color: #000 !important;
}
.product-items .product-item-info .product-top .actions-link button i{
        font-size: 20px;
    font-weight: 600;
}
.box-tocart .action-add-to button i{
    font-size: 20px;
font-weight: 600;
}
.product-detail-infomation-content .product-info-main .product-brand .brand-name a{
    color: #000 !important;
}
.catalog-product-view .product-detail-infomation .product-brand .follow-product button {
    padding-bottom: 0px !important;
}

.catalog-product-view .mgz-element-column > .mgz-element-inner {
    padding: 10px 0 !important;
}
.product-info-main .product-add-form .actions button, .bundle-info .product-details .actions button {
    height: auto !important;
    width: auto !important;
    border: 0px solid #e6e6e6 !important;    
}
.product-info-main .product-add-form .actions button i, .bundle-info .product-details .actions button i {
    font-weight: 600;
    font-size: 25px !important;
    position: relative;
    top: 5px;
}
.product-info-main .product-add-form .actions .towishlist:hover {
    background-color: transparent !important;
}
.catalog-product-view .product-info-main #product-addtocart-button {
    width: 350px !important;
}
.catalog-product-view .product-add-form .product-options-wrapper .swatch-opt .swatch-attribute-label {
    text-transform: capitalize !important;
    font-size: 16px !important;
    color: #000 !important;
    font-weight: 800 !important;
    letter-spacing: 0 !important;
}
.catalog-product-view .box-tocart .field.qty > .control span.edit-qty.plus {
    font-size: 30px !important;
}
.catalog-product-view .product-detail-infomation .field.qty > .control > span {
    font-size: 40px !important;
}
.catalog-product-view .extra-link{
    display: none;
}
.catalog-product-view .product-info-main .product-add-form .actions, .catalog-product-view .bundle-info .product-details .actions {
    margin-bottom: 0px !important;
}
.catalog-product-view .media .product-label {
    /* padding: 0; */
    /* background: #000 !important; */
    color: #fff !important;
}
.catalog-product-view .modal-popup .action-close {
    top: 30px !important;
}
.review-field-nickname .control input, .review-field-summary .control input {
    color: #000 !important;
    font-size: 14px !important;
}
.catalog-product-view .media .sold-out-label{
    background-color: #B8BDCC !important;
    border: none !important;
    color: #000 !important;
}
.catalog-product-view .owl-carousel .owl-nav > div.owl-next {
    right: -35px !important;
    border: none !important;
    background: none !important;
    color: #000 !important;
    font-size: 40px !important;
    margin: 0;
    padding: 0;
    font-weight: 200;
    height: auto;
    width: auto;
}
.catalog-product-view .owl-carousel .owl-nav > div.owl-prev {
    left: -35px !important;
    border: none !important;
    background: none !important;
    color: #000 !important;
    font-size: 40px !important;
    margin: 0;
    padding: 0;
    font-weight: 200;
    height: auto;
    width: auto;
}
.catalog-product-view .owl-carousel .owl-nav > div{
    top: 31% !important;
}
.catalog-product-view .sale-label{
    background: #FFD328 !important;
    border: none;
    color: #000 !important;
    display: block;
    font-weight: 500;
    font-size: 12px !important;
    height: 26px !important;
}
div#placeholder-header:not(.androidcls) {
    height: 0px !important;
}
.irs-from, .irs-to, .irs-single {
    line-height: 1.4 !important;
    padding: 4px 14px !important;
    background: #000 !important;
    font-weight: 800;
}
.catalog-product-view .media .treding-label{
    background: #000000 !important;
    color: #fff !important;
    line-height: 28px !important;
}
.catalog-product-view .media .sale-label{
    color: #000 !important;
    line-height: 28px !important;
    padding: 0 10px;
    width: fit-content !important;
}
.page-product-configurable .confirm .modal-inner-wrap{
    padding: 25px !important;
    text-align: center;
}
.page-product-configurable .confirm .modal-inner-wrap .modal-content{
    padding: 20px 0px !important; 
}
.page-product-configurable .confirm .modal-inner-wrap .modal-content div{
    color: #000 !important;
    font-size: 16px !important;
    font-weight: 600;
}
.page-product-configurable .confirm .modal-inner-wrap .action-dismiss{
    background: #000000 !important;
    color: #fff !important;
    margin-bottom: 15px !important;
    border-radius: 8px !important;
}
.page-product-configurable .confirm .modal-inner-wrap .action-accept{
    background: transparent !important;
    border: 2px solid #000 !important;
    color: #000 !important;
    border-radius: 8px !important;
}
.customer-account-index .message.success > *, .brand-customer-follow .message.success > *, .checkout-onepage-success .message.success > *, .checkout-cart-index .message.success > *, .checkout-index-index .message.success > *, .catalog-product-view .message.success > *, .customer-address-index .message.success > *, .wishlist-index-index .message.success > *, .page-products .message.success > *, .customer-account-logoutsuccess .message.success > *,
.sales-order-history .message.success > * {
    color: #fff !important;
    background: #C29248 !important;
    border-radius: 8px !important;
}
.customer-account-index .message.success > *:before, .brand-customer-follow .message.success > *:before, .checkout-onepage-success .message.success > *:before, .checkout-cart-index .message.success > *:before, .checkout-index-index .message.success > *:before, .catalog-product-view .message.success > *:before, .customer-address-index .message.success > *:before, .wishlist-index-index .message.success > *:before, .page-products .message.success > *:before, .customer-account-logoutsuccess .message.success > *:before,
.sales-order-history .message.success > *:before{
    color: #fff !important;
}
.customer-account-edit .message.error > *, .customer-account-login .message.error > *, .customer-account-logoutsuccess .message.error > *, .checkout-cart-index .message.error > *, .checkout-index-index .message.error > *, .catalog-product-view .message.error > *, .customer-address-index .message.error > *, .wishlist-index-index .message.error > *, .page-products .message.error > *, .customer-account-logoutsuccess .message.error > * {
    color: #DB362C !important;
    background: #FFE9D8 !important;
    border-radius: 8px !important;
    font-weight: 400;
    font-size: 16px
}
.customer-account-edit .message.error > *:before ,.customer-account-login .message.error > *:before, .customer-account-logoutsuccess .message.error > *:before, .checkout-cart-index .message.error > *:before, .checkout-index-index .message.error > *:before, .catalog-product-view .message.error > *:before, .customer-address-index .message.error > *:before, .wishlist-index-index .message.error > *:before, .page-products .message.error > *:before, .customer-account-logoutsuccess .message.error > *:before {
    color: #DB362C !important;
}
.page-product-configurable .products-grid{
    margin: 0 !important;
}
.modal-popup.confirm .action-close:before {
    width: 25px !important;
    height: 25px !important;
    font-size: 24px !important;
    color: #fff !important;
}
.modal-popup.confirm .action-close {
    background: #000;
    border-radius: 100%;
}
.modal-popup.confirm .action-close:hover:before {
    color: #fff !important;
}
.modal-popup.confirm .action-close:hover {
    background: #000;
    border-radius: 100%;
}
.catalog-product-view .product-info-main a.action.alert.btn.a-button {
    background: #000 !important;
    color: #fff !important;
    border-radius: 8px !important;
    border: 1px solid #000 !important;
}
.customer-account-forgotpassword .page-title-wrapper{
    font-size: 24px;
    text-align: center;
    font-weight: 800;
    margin: 30px 0;
}
.customer-account-forgotpassword .fieldset{
    max-width: 475px;
}
.customer-account-forgotpassword .form-group input::-webkit-input-placeholder { /* Edge */
    color:  #737680 !important;
    font-weight: 400 !important;
    font-size: 12px !important;
  }
  
  .customer-account-forgotpassword .form-group input:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color:  #737680 !important;
    font-weight: 400 !important;
    font-size: 12px !important;
  }
.customer-account-forgotpassword .form-group input::placeholder{
    color:  #737680 !important;
    font-weight: 400 !important;
    font-size: 12px !important;
}
.customer-account-forgotpassword .form-group input{
    color:  #000 !important;
    font-weight: 400 !important;
    font-size: 16px !important;
  }
  
  .customer-account-forgotpassword .form-group input { 
    color:  #000 !important;
    font-weight: 400 !important;
    font-size: 16px !important;
  }
.customer-account-forgotpassword .form-group input{
    color:  #000 !important;
    font-weight: 400 !important;
    font-size: 16px !important;
}
.checkout-cart-index .cart.main.actions button + button {
    border-radius: 8px !important;
    background: #818590;
    color: #fff !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    border: 0 !important;
}
.checkout-cart-index .cart-summary #block-discount .fieldset.coupon #coupon_code::placeholder {
    font-size: 14px !important;
    color: #737680 !important;
}
.checkout-cart-index .cart-summary #block-discount .fieldset.coupon #coupon_code:-ms-input-placeholder {
    font-size: 14px !important;
    color: #737680 !important;
}
.checkout-cart-index .cart-summary #block-discount .fieldset.coupon #coupon_code::-webkit-input-placeholder {
    font-size: 14px !important;
    color: #737680 !important;
}
.checkout-cart-index .cart-summary #block-discount .fieldset.coupon .action.btn-primary.apply{
    display: inline-block;
    background: linear-gradient(to left, #000 50%, #818590 50%) right;
    background-size: 200%;
    transition: .5s ease-out;
    color: #fff !important;
}
.checkout-cart-index .cart-summary #block-discount .fieldset.coupon .action.btn-primary.apply:hover {
    background-position: left;
    color: #fff;
}
.authentication-wrapper {
    border-bottom: 0px solid #f0f0f0 !important;
}
.checkout-index-index .form-shipping-address .field label, .checkout-index-index .form-shipping-address .label, .checkout-index-index .form-login .label{
    margin: 0;
    color: #000000 !important;
    font-size: 14px !important;
    font-weight: 400 !important;
}
.checkout-index-index .form-shipping-address .field input, .checkout-index-index .form-shipping-address input, .checkout-index-index .form-login input{
    border-radius: 8px !important;
    color: #000000 !important;
    font-size: 14px !important;
    font-weight: 400 !important;
}
.checkout-index-index .form-shipping-address .field select, .checkout-index-index .form-shipping-address select, .checkout-index-index .form-login select{
    border-radius: 8px !important;
    color: #000000 !important;
    font-size: 14px !important;
    font-weight: 400 !important;
}
.checkout-index-index .form-shipping-address .field textarea, .checkout-index-index .form-shipping-address textarea, .checkout-index-index .form-login textarea{
    border-radius: 8px !important;
    color: #000000 !important;
    font-size: 14px !important;
    font-weight: 400 !important;
}
.checkout-index-index .form-shipping-address .field input, .checkout-index-index .form-shipping-address input, .checkout-index-index .form-login input{
    color: #000000 !important;
    font-size: 14px !important;
    font-weight: 400 !important;
}
.checkout-index-index .form-shipping-address .field{
    margin-bottom: 20px !important;
}
.checkout-index-index .form-shipping-address .street{
    margin-bottom: 0px !important;
}
#shipping-method-buttons-container .action, #shipping-method-buttons-container button.action{
    padding: 0px 20px !important;
    -webkit-border-radius: 8px !important;
    line-height: 30px !important;
}
.checkout-cart-index .cart-summary .checkout-methods-items .item .action.checkout {
    font-weight: 400 !important;
    font-size: 14px !important;
    padding: 5px 0 !important;
    line-height: 30px;
    display: flex !important;
    justify-content: center;
    gap: 10px;
}
.checkout-index-index .gift-message .gift-options-title{
    display: none;
}
.gift-message .gift-options-content .field .label{
    margin-bottom: 0 !important;
    color: #000 !important;
    font-size: 14px !important;
}
.checkout-index-index .gift-options-content .field{
    padding-bottom: 20px !important;
}
.gift-options-content .field input, .gift-options-content .field textarea, .form-discount .payment-option-inner .field input{
    border-radius: 8px;
    border: 1px solid #CCCCCC !important;
    color: #000 !important;
    font-size: 15px !important;
}
.form-discount .payment-option-inner .field .label{
    margin: 0 !important;
}
.form-discount .payment-option-inner{
    margin-top: 10px !important;
}
.payment-option.discount-code .form-discount .actions-toolbar .action.action-apply {
    border-radius: 8px;
}
.payment-method-content button.action.primary.checkout {
    font-size: 14px !important;
    padding: 0 !important;
}
.payment-option.discount-code .payment-option-title {
    font-size: 18px !important;
    font-weight: 500 !important;
    color: #000 !important;
}
.opc-block-shipping-information .shipping-information .ship-to > .shipping-information-title > span {
    color: #0A0D13 !important;
}
.opc-block-summary > .title {
    color: #0A0D13 !important;
}
.opc-block-summary .table-totals tr.totals.sub th, .opc-block-summary .table-totals tr.totals.sub td {
    font-size: 14px !important;
    color: #737680 !important;
}
.opc-block-summary .table-totals tr.totals.sub th:last-child, .opc-block-summary .table-totals tr.totals.sub td:last-child {
    color: #0A0D13 !important;
    font-weight: 400 !important;
}
.opc-block-summary .table-totals tr.totals.grand th strong, .opc-block-summary .table-totals tr.totals.grand td strong {
    color: #0A0D13 !important;
    font-weight: 800 !important;
}
.opc-sidebar .minicart-items .product-item .product-item-details .product-item-name {
    color: #000000 !important;
    font-size: 12px !important;
    font-weight: 800 !important;
}
.details-qty {
    font-size: 12px;
    color: #000;
}
.details-qty .label{
    font-size: 12px !important;
    color: #737680 !important;
}
.checkout-index-index .price-excluding-tax .cart-price span.price{
font-size: 12px !important;
color: #000 !important;
font-weight: 800 !important;
}
.item-options {
    margin-bottom: 0px !important;
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 12px;
}
.checkout-index-index .minicart-items .product-item{
    padding-top: 8px !important;
    padding-bottom: 8px !important;
}
.checkout-index-index .minicart-items .product-item .product {
    padding: 0px 0 !important;
}
.checkout-index-index .minicart-items .product > .product-item-photo, .checkout-index-index .minicart-items .product > .product-image-container {
    height: 100% !important;
}
.checkout-index-index .opc-block-summary .table-totals tr th .label {
    color: #737680;
    font-size: 14px !important;
}
.checkout-success.block .actions-toolbar .action.primary {
    font-weight: 400;
    border: 2px solid #000!important;
    background-color: #000!important;
}
.block-dashboard-info.top-block .box-information .box-content .box-actions .action.edit::before {
    width: 20px !important;
    height: 20px !important;
    background-size: contain !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
}
.header .header-15 .dropdown-toplinks .my-account-submenu > div:not(.leftcontainer) a[href*="newsletter/manage/"]::before {
    background-size: contain !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
}
.header-15.top-header-content .dropdown-switcher .dropdown-menu{
    right: unset;
}

#shipping-address-type-block .btn.apartment .icon::before {
    width: 15px !important;
    height: 30px !important;
    background-size: contain !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    content:""!important;
    background-image: url(../images/apartment.png);
    display: block;
}
#shipping-address-type-block .btn.apartment:hover .icon::before, #shipping-address-type-block .btn.active.apartment .icon::before,
#shipping-address-type-block .btn.home:hover .icon::before, #shipping-address-type-block .btn.active.home .icon::before,
#shipping-address-type-block .btn.office:hover .icon::before, #shipping-address-type-block .btn.active.office .icon::before,
#shipping-address-type-block .btn.hotel:hover .icon::before, #shipping-address-type-block .btn.active.hotel .icon::before,
#shipping-address-type-block .btn.other:hover .icon::before, #shipping-address-type-block .btn.active.other .icon::before {
    filter: invert(1);
}
#shipping-address-type-block .btn.home .icon::before {
    content: "" !important;
    background-image: url(../images/home.png);
    width: 20px !important;
    height: 35px !important;
    background-size: contain !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    display: block;
}
#shipping-address-type-block .btn.office .icon::before {
    content: "" !important;
    background-image: url(../images/office.png);
    width: 23px !important;
    height: 30px !important;
    background-size: contain !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    display: block;
}
#shipping-address-type-block .btn.hotel .icon::before {
    content: "" !important;
    background-image: url(../images/hotel.png);
    width: 23px !important;
    height: 30px !important;
    background-size: contain !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    display: block;
}
#shipping-address-type-block .btn.other .icon::before {
    content: "" !important;
    background-image: url(../images/location.png);
    width: 17px !important;
    height: 30px !important;
    background-size: contain !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    display: block;
}
#shipping-address-type-block .btn {
    display: flex !important;
    gap: 15px !important;
    align-items: center;
}
#shipping-address-type-block .btn .icon {
    padding-top: 0px !important;
}
address i.icon.other, address i.icon.apartment, address i.icon.home, address i.icon.hotel, address i.icon.office{
    background-size: contain !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
}
.checkout-index-index .shipping-address-item .shipping-address-button .icon.home, .checkout-index-index .shipping-address-item .shipping-address-button .icon.office, .checkout-index-index .shipping-address-item .shipping-address-button .icon.hotel, .checkout-index-index .shipping-address-item .shipping-address-button .icon.apartment, .checkout-index-index .shipping-address-item .shipping-address-button .icon.other{
    background-size: contain !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
}
.checkout-index-index._has-modal .header {
    z-index: 1 !important; 
}  
.empty .box-image img{
    width: 40%;
object-fit: contain;
margin-bottom: 30px;
}
.empty .box-image p{
   font-size: 15px;
   color: #000;
}
.following-brand-empty .box-image img{
    width: 40%;
    margin: 0 auto;
    display: block;
}
.block.following-brand-empty .message {
    font-size: 15px !important;
    color: #000 !important;
}
#shipping-address-type-block::-webkit-scrollbar-track{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	border-radius: 10px;
	background-color: #F5F5F5;
  margin-top:10px;
  height: 5px;
}

#shipping-address-type-block1::-webkit-scrollbar{
    margin-top:10px;
	height: 5px;
	background-color: #F5F5F5;
}

#shipping-address-type-block::-webkit-scrollbar-thumb{
    margin-top:10px;
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	background-color: #555;
    height: 5px;
}
#shipping-address-type-block::-webkit-scrollbar-thumb:horizontal{
    margin-top:10px;
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	background-color: #555;
    height: 5px;
}
#shipping-address-type-block {
    overflow-x: auto;
}
.customtoggle .switchtoggle{
    margin: 0 !important;
}
.block.filter .block-content .togglecustom .customtoggle {
    margin-bottom: 10px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
}
.minicart-wrapper .block-content {
    height: calc(100vh - 165px) !important;
    display: flex !important;
    /* justify-content: center !important; */
    flex-direction: column !important;
}
.checkout-cart-index #shopping-cart-table .col.item .item-actions > a:hover, .checkout-cart-index #shopping-cart-table .col.item .item-actions > a:hover {
    filter: invert(48%) sepia(17%) saturate(8%) hue-rotate(314deg) brightness(101%) contrast(89%);
}
.checkout-cart-index .cart.main.actions button + button, .map-container #marker_location{
    display: inline-block;
    background: #818590;
    background: linear-gradient(to left, #818590 50%, #000 50%) right;
    background-size: 200%;
    transition: .5s ease-out;
    font-weight: 700 !important;
}
.checkout-cart-index .cart.main.actions button + button:hover, .map-container #marker_location:hover {
    background-position: left;
}
.checkout-cart-index .cart-summary .checkout-methods-items .item .action.checkout, #shipping-method-buttons-container .action, #shipping-method-buttons-container button.action, .block-minicart.empty .block-content .actions .continue-shopping,
.actions-toolbar .btn-primary, .payment-option.discount-code .form-discount .actions-toolbar .action.action-apply, #block-map > #open_map,
#checkout-step-payment .cart-gift-item button.action.action-delete,
.gift-options-cart-block .cart-gift-item button.action.action-delete,
.payment-method-content button.action.primary.checkout,
.block.block-new-customer .action.create.btn.btn-secondary, .readmore-btn,
.block-minicart .block-footer > .actions > .secondary .btn-secondary,
.checkout-index-index .actions-toolbar .action.primary,
.sales-order-view-container .block-actions > a.action.back,
.brand-customer-follow .action-toolbar .btn.btn-primary{
    display: inline-block;
    background: #000;
    background: linear-gradient(to left, #000 50%, #818590 50%) right;
    background-size: 200%;
    transition: .5s ease-out;
    font-weight: 700 !important;
}
.checkout-cart-index .cart-summary .checkout-methods-items .item .action.checkout:hover, #shipping-method-buttons-container .action, #shipping-method-buttons-container button.action:hover, .block-minicart.empty .block-content .actions .continue-shopping:hover,
.actions-toolbar .btn-primary:hover, .payment-option.discount-code .form-discount .actions-toolbar .action.action-apply:hover, #block-map > #open_map:hover,
#checkout-step-payment .cart-gift-item button.action.action-delete:hover,
.gift-options-cart-block .cart-gift-item button.action.action-delete:hover,
.payment-method-content button.action.primary.checkout:hover,
.block.block-new-customer .action.create.btn.btn-secondary:hover, .readmore-btn:hover,
.block-minicart .block-footer > .actions > .secondary .btn-secondary:hover,
.checkout-index-index .actions-toolbar .action.primary:hover,
.sales-order-view-container .block-actions > a.action.back:hover,
.brand-customer-follow .action-toolbar .btn.btn-primary:hover{
    background-position: left;
}
.block-minicart .block-footer > .actions > .primary .btn-primary{
    display: inline-block;
    background: #222;
    background: linear-gradient(to left, #222 50%, #818590 50%) right;
    background-size: 200%;
    transition: .5s ease-out;
    border: 1px solid #222;
    font-weight: 700 !important;
}
.block-minicart .block-footer > .actions > .primary .btn-primary:hover{
    background-position: left;
}

.map-container #manual_address, .actions-toolbar .btn-default,
#checkout-step-payment .cart-gift-item button.action.action-edit,
.gift-options-cart-block .cart-gift-item button.action.action-edit,
.payment-option.discount-code .form-discount .actions-toolbar .action,
.checkout-cart-index .cart-summary-top .fieldset .actions-toolbar .btn,
.sales-order-view-container .block-actions > a,
.block.account-nav #account-nav > .items > .nav.item:last-child > a {
    display: inline-block;
    background: linear-gradient(to left, #fff 50%, #818590 50%) right;
    background-size: 200%;
    transition: .5s ease-out;
    font-weight: 700 !important;
}
.map-container #manual_address:hover, .actions-toolbar .btn-default:hover,
#checkout-step-payment .cart-gift-item button.action.action-edit:hover,
.gift-options-cart-block .cart-gift-item button.action.action-edit:hover,
.payment-option.discount-code .form-discount .actions-toolbar .action:hover,
.checkout-cart-index .cart-summary-top .fieldset .actions-toolbar .btn:hover,
.sales-order-view-container .block-actions > a:hover,
.block.account-nav #account-nav > .items > .nav.item:last-child > a:hover {
    background-position: left;
    color: #fff !important;
}
.shipping-address-items .edit-address-link{
    display: inline-block;
    background: linear-gradient(to left, #818590 50%, #000 50%) right;
    background-size: 200%;
    transition: .5s ease-out;
    font-weight: 700 !important;
}
.shipping-address-items .edit-address-link:hover{
    background-position: left;
    color: #fff;
}
.shipping-address-items .edit-address-link{
    margin-top: 0 !important;
    color: #fff !important;
}
.checkout-index-index .actions-toolbar{
    margin-bottom: 15px;
    text-align: end;
}
.payment-option.discount-code .form-discount .actions-toolbar .action {
    font-size: 14px !important;
    border-radius: 8px !important;
    -webkit-border-radius: 8px !important;
    -moz-border-radius: 8px !important;
    -o-border-radius: 8px !important;
    width: 100%;
    padding: 7px 0px !important;
    border: 2px solid #000 !important;
    color: #000 !important;
}
.checkout-index-index .form-discount{
    display: flex;
    gap: 10px;
    width: 100%;
}
.checkout-index-index .form-discount .payment-option-inner {
    width: 80%;
}
.checkout-index-index .form-discount .actions-toolbar {
    width: 20%;
}
.actions-toolbar .btn-primary, .actions-toolbar .btn-default{
    border-radius: 8px;
    font-weight: 400 !important;
}
.checkout-index-index .payment-option.discount-code .form-discount .actions-toolbar > div {
    float: unset !important;
    margin-right: 0px !important;
}
.checkout-index-index .payment-option.discount-code .form-discount .actions-toolbar .action.action-apply {
    float: right;
    display: block;
}
.checkout-index-index #co-payment-form .cart-gift-item .actions-toolbar .secondary{
    /* float: right; */
    display: inline-flex;
    gap: 7px;
    justify-content: end;

}
.checkout-cart-index #shopping-cart-table .col.item .item-actions > a {
    border-right: 2px solid #ccc;
    padding: 0 15px 0 0px;
}
.checkout-cart-index #shopping-cart-table .col.item .item-actions > a:last-child {
    border-right: 0px solid #ccc;
    padding: 0px;
}
.checkout-cart-index #shopping-cart-table .col.item .item-actions > a span.fa.fa-heart {
    content: " " !important;
    background-image: url(../images/wishlist-new.png);
    width: 18px !important;
    height: 16px;
    background-size: contain !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    display: block;
}
.checkout-cart-index .fa-heart:before {
    content: " " !important;
}
.checkout-cart-index .cart-summary .checkout-methods-items .item .action.checkout::after {
    content: "" !important;
    rotate: none !important;
    background-image: url(../images/arrow-new-white.png);
    width: 20px !important;
    height: 29px;
    background-size: contain !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    display: block;
}
.addtonotification p a {
    border-bottom: 1px solid;
}
.customer-address-form .form-address-edit .actions-toolbar .save.btn-primary {
    opacity: 1 !important;
    margin-top: 15px;
}
.customer-address-form:not(._has-modal) .form-address-edit .field label {
    margin: 0;
}
.customer-address-form:not(._has-modal) .form-address-edit .field {
    margin-bottom: 15px !important;
}
.customer-address-form .edit-address-type-block{
 margin-bottom: 20px;
}
.catalog-product-view .product-info-main #product-addtocart-button{
    font-weight: 500 !important;
    font-size: 16px !important;
}
.checkout-index-index._has-modal #shipping-address-type-block .btn {
    padding: 0 27px !important;
}
.checkout-cart-index #shopping-cart-table thead tr th:first-child {
    position: relative;
    left: 140px;
}
.payment-option.discount-code .form-discount .actions-toolbar .action.action-apply {
    color: #fff !important;
}
.checkout-index-index .actions-toolbar .action.primary {
    border-radius: 8px;
}
.checkout-index-index #customer-password{
    border-radius: 8px;
}
.checkout-index-index .hidden-fields{
    margin-top: 15px;
}
.product-info-main .product-add-form .actions button:hover,
.bundle-info .product-details .actions button:hover {
    background-color: transparent !important;
}
.customer-account-create .fieldset.fieldset-fullname .field .personal-name {
    margin: 0;
}
.products-grid .product-item-info .product-top .actions-link button i{
    font-weight: 800;
}
.checkout-success.block .right-container .order-address > p > span:first-child {
    opacity: 1 !important;
    color: #737680;
    font-size: 16px;
}
.checkout-success.block .right-container .order-address > p:not(:first-child) {
    color: #000;
    font-size: 16px;
}
.newsletter .control input{
    border-radius: 8px;
}
.modal_newsletter_popup.modal-popup .newsletter-popup-form .action.subscribe {
    border-radius: 8px !important;
}
.contact-index-index .contact-form-content .contact .form-group label{
    margin: 0 !important;
    color: #000 !important;
    font-size: 14px !important;
    font-weight: 400 !important;
}
.contact-index-index .contact-form-content .contact .form-group input{
    color: #000 !important;
    font-size: 14px !important;
    border-radius: 8px !important;
}
.contact-index-index .contact-form-content .comment {
    width: 100%;
    background-color: transparent;
    margin: 0;
}
.contact-index-index .contact-form-content .comment textarea {
    border-radius: 8px !important;
    color: #000 !important;
    font-size: 14px !important;
}
.contact-index-index .contact-form-content .comment label {
    border-radius: 8px !important;
    color: #000 !important;
    font-size: 14px !important;
}
.contact-index-index .contact-form-content .actions-toolbar{
margin-top: 20px;
}
.modal-footer  .btn-custom3{
    background: none !important;
    color: #000 !important;
}
.shipping-address-items .action {
    border-radius: 8px;
}
.scroll-to-top .fa {
    position: relative;
    left: 0px;
}
.orders-history .table-order-items thead tr th:first-child {
    text-align: start !important;
}
.modal-popup.amreview-popup .modal-inner-wrap .review-form-actions button {
    border: 1px solid #000;
}
.amreview-helpful-wrap .amreview-plus.-voted > .amreview-icon {
    background-size: contain !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
}
.amreview-helpful-wrap .amreview-minus.-voted > .amreview-icon {
    background-size: contain !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
}
.sales-order-view .column.main {
    margin: 0 !important;
}
.sales-order-view .column.main {
    width: 100% !important;
}
.sales-order-view-container {
    width: 75%;
    margin: 0 auto;
}
.catalog-product-view .media .best-seller-label {
    background: #000 !important;
    color: #fff !important;
    line-height: 28px;
}
.catalog-product-view .media .new-label{
    background: #000 !important;
    padding: 3px 0 0;
}
.block.account-nav #account-nav > .items > .nav.item:last-child > a {
    width: 100%;
    text-align: center;
}
#shipping-address-type-block .btn:active {
    background-color: #000;
    color: #fff;
}
.orders-history .table-order-items tbody tr td:first-child img{
    max-width: 100px;
}
.orders-history #my-orders-table > tbody > tr > td {
    padding: 5px 5px;
}
.orders-history #my-orders-table > tbody > tr > td.actions .action.view::after {
    color: #000 !important;
}
@media only screen and (max-width: 767px) {
    #shipping-address-type-block {
        padding: 10px 0;
    }
    .mpgiftcard-index-index .block-gift-card .box-information .box-content > p span{
        font-size: 18px;
    }
    .checkout-success.block .actions-toolbar .action.primary {
        line-height: 35px;
        height: 38px;
        font-size: 14px;
    }

    .footer .middle-footer a {
        color: #37393D !important;
        font-size: 16px;
        font-weight: 800;
    }

    .footer .middle-footer ul.menu li {
        line-height: 20px !important;
        margin-bottom: 0px;
    }

    .footer .middle-footer a {
        color: #37393D !important;
        font-size: 16px !important;
        font-weight: 800 !important;
    }

    .footer-redesign .left-block .menu a {
        font-weight: 400 !important;
        font-size: 14px !important;
        padding: 0 !important;
    }

    .footer .middle-footer p {
        margin-bottom: 0.5em !important;
    }

    .footer .middle-footer div[class*="col-lg"]:not(:last-child) {
        margin-bottom: 10px !important;
    }

    .footer .middle-footer p {
        margin-bottom: 0.5em !important;
    }

    .app-links img {
        width: 100%;
        object-fit: contain;
    }

    .app-links {
        display: flex;
    }

    .expand {
        padding-bottom: 10px;
    }

    .footer-redesign .payment-footer .payment-block {
        flex-wrap: nowrap !important;
        column-gap: 5px !important;
    }

    .footer-redesign .payment-footer .payment-block img {
        width: 45px !important;
    }

    .map-container .btn-default {
        padding: 10px 0 !important;
        font-size: 12px;
    }

    .footer-redesign .block.newsletter .action.subscribe {
        font-size: 14px;
        padding: 0 10px !important;
    }

    #shipping-method-buttons-container .action,
    #shipping-method-buttons-container button.action{
    padding: 0;
}

.opc-wrapper .step-title {
    font-weight: 500 !important;
}

.opc-estimated-wrapper .estimated-block .estimated-price {
    font-weight: 800;
}

.checkout.customer-details>p:nth-child(1) {
    padding-left: 0px;
}

.block.account-nav #account-nav .nav.item.current>strong {
    padding: 10px 10px;
}

.block.account-nav #account-nav .nav.item>a {
    font-size: 14px;
}

.box-information .box h3 {
    font-size: 20px;
}

.customer-address-form .column.main>.block-title--myac h3 {
    font-size: 20px;
}

.edit-address-type-block .label h3 {
    font-size: 20px;
}

.block-addresses-top-block~.block-addresses-list>.block-content .items.addresses {
    grid-template-columns: 1fr !important;
}

.block-addresses-top-block ~ .block-addresses-default .box-content .btn-secondary.edit, .block-addresses-top-block ~ .block-addresses-list > .block-content .items.addresses > .item .action.edit {
    padding: 0 !important;
}
.sales-order-view-container .block-actions {
    display: block;
}
.block-addresses-top-block ~ .block-addresses-list > .block-content .items.addresses > .item .action.delete {
    padding: 0 !important;
}
.sales-order-view-container .block-actions>a {
    line-height: 45px !important;
    max-width: initial !important;
    width: 100%;
    font-size: 16px !important;
    font-weight: 800 !important;
}

.sales-order-view-container .right-container #my-orders-table tr>th,
.sales-order-view-container .right-container #my-orders-table tr td {
    font-size: 14px !important;
    padding: 8px !important;
}

.sales-order-view .table-wrapper.order-items {
    overflow-x: auto !important;
    padding: 0 !important;
}

.sales-order-view-container .order-items .table-order-items tfoot .subtotal th,
td {
    font-weight: 500 !important;
}

.sales-order-view-container .order-items .table-order-items tbody .details .sku {
    font-weight: 800 !important;
    display: flex;
    gap: 5px;
}

.sales-order-view-container .order-items .table-order-items tbody .details .sku dt {
    font-weight: 500 !important;
}

.sales-order-view-container .order-items .table-order-items tbody .subtotal {
    text-align: end;
}

.sales-order-view-container .order-items .table-order-items tbody .subtotal .cart-price {
    font-weight: 800 !important;
}

.sales-order-view #maincontent::before {
    height: 0px !important;
    width: 0 !important;
    margin-bottom: 0px !important;
}

.sales-order-view-container .left-container .row>div>.box>.block-title h4 {
    font-size: 20px !important;
    font-weight: 800 !important;
}

.sales-order-view-container .right-container>.block-title h4 {
    font-size: 20px !important;
    font-weight: 800 !important;
}

.sales-order-view-container .left-container .box-order-shipping-address>.box-content,
.sales-order-view-container .left-container .box-order-payment-summery>.box {
    border: 1px solid #ccc !important;
}

.sales-order-view-container .left-container .box-order-payment-summery>.box dl dt {
    font-weight: 500 !important;
}

.sales-order-view-container .left-container .box-order-payment-summery .box-content,
.sales-order-view-container .left-container .box-order-payment-summery>.box .payment-method dt {
    font-weight: 800 !important;
}

.footer_head p span,
.shipping-and-info p span {
    color: #37393D !important;
    font-weight: 800 !important;
}

.sales-order-view-container .right-container #my-orders-table>tfoot>tr>th {
    font-weight: 400 !important;
}

.catalog-product-view .product-detail-infomation .product-brand .brand-name {
    font-size: 21px !important;
}

.catalog-product-view .product-detail-infomation .product-name {
    font-size: 16px !important;
}

.catalog-product-view .product-detail-infomation-content.has-sticky-menu .product-info-main {
    position: relative;
}

.catalog-product-view .product-detail-infomation-content.has-sticky-menu .product-info-main .product-brand {
    /* flex-direction: column; */
    justify-content: space-between;
    align-items: flex-start;
    font-weight: 800 !important;
}

/* .catalog-product-view .product-detail-infomation-content.has-sticky-menu .product-info-main .product-brand .brand-name {
    font-size: 18px !important;
} */

.catalog-product-view .product-detail-infomation-content.has-sticky-menu .product-info-main .product-brand .brand-name strong {
    word-break: break-all;
    display: block;
    width: 70%;
}

.catalog-product-view .product-detail-infomation-content.has-sticky-menu .product-info-main .product-brand .brand-name a {
    word-break: break-all;
    display: block;
    font-weight: 800;
    color: #000;
    /* font-size: 16px; */
}

.catalog-product-view .product-detail-infomation .product-brand .follow-product {
    display: block;
    width: auto;
}

.catalog-product-view .product-info-main .product-info-price .price-final_price {
    /* position: absolute; */
    top: 0;
    right: 0;
    width: 100%;
    /* text-align: end; */
}

.price-box.price-final_price .price {
    font-size: 16px !important;
}

.product-add-form .product-options-wrapper .swatch-opt .swatch-attribute-label {
    margin: 0 0 0px !important;
    font-size: 14px !important;
    color: #000000 !important;
    font-weight: 400 !important;
    text-transform: capitalize !important;
}

.catalog-product-view .product-detail-infomation .field.qty>.control>span {
    width: 30px !important;
    height: 30px !important;
    font-size: 28px !important;
    line-height: 28px !important;
}

.catalog-product-view .product-info-main #product-addtocart-button {
    height: 40px !important;
    max-width: 70vw !important;
}

.catalog-product-view .product-info-main .product-add-form .box-tocart .field.qty>.control .input-text.qty {
    font-weight: 800 !important;
    font-size: 16px !important;
    height: 33px !important;
}

.product-data-items-content .title-accordion {
    background-color: transparent !important;
    font-weight: 400 !important;
    font-size: 14px;
    border-bottom: 0.5px solid #F1F2F3;
}

.product-data-items-content .title-accordion:after {
    background-color: transparent !important;
    color: #000 !important;
}

.product.info.detailed.after-content .product-tab-title h4 {
    font-size: 18px !important;
    font-weight: 800 !important;
}

.brand-related-products .content-heading h3.title {
    font-size: 18px !important;
}

.footer .middle-footer p {
    font-weight: 800 !important;
    color: #37393D !important;
}

.box-tocart .field.qty>.control span.edit-qty.plus {
    font-size: 18px !important;
}

.product-data-items-content .data.item.content {
    border: 0px solid #f6f6f8 !important;
}

.mpgiftcad-popup .modal-inner-wrap {
    padding: 15px !important;
}

.mpgiftcad-popup .modal-header .modal-title {
    font-weight: 800 !important;
    font-size: 20px !important;
}

.modal-header {
    border-bottom: 1px solid #e5e5e5 !important;
    padding: 0 0 10px 0 !important;
    ;
}

.modal-content .box-wallet,
.modal-content .box-redeem-voucher {
    padding: 0 !important;
}

.mpgiftcad-popup .box-wallet .wallet-topup-gateway li>div>label {
    padding: 5px 10px !important;
}

.mpgiftcad-popup .box-wallet #topupamountclick {
    height: 40px !important;
    font-weight: 800 !important;
}

.mpgiftcard-index-index .block-gift-card .box-information {
    padding: 20px !important;
}

#giftcardContainer .box-information .actions.mpgiftcard>.action {
    width: 100% !important;
    height: 80px !important;
    padding-bottom: 0 !important;
}

#giftcardContainer .box-information .actions.mpgiftcard {
    flex-wrap: nowrap !important;
}

.toolbar .pages .pagination .item {
    padding: 3px !important;
}

.toolbar .pages .pagination .item a {
    font-size: 12px !important;
    height: 30px;
    width: 30px;
    border-radius: 50%;
    display: grid !important;
    line-height: 30px !important;
}

.toolbar .pages .pagination .pages-item-next a,
.toolbar .pages .pagination .pages-item-previous a {
    width: 60px;
    border-radius: 20px;
}

.modal-popup .modal-inner-wrap {
    width: 95% !important;
}

.modal-inner-wrap .modal-header {
    border-bottom: 0 !important;
}

.checkbox_data {
    width: 75%;
}
/* .mpgiftcad-popup .action-close {
    right: 5px !important;
    top: 0px !important;
} */
.header:not(.header6):not(.header7) .nav-main-menu li > a {
    border-bottom: 0px solid #ddd !important;
    padding: 15px 15px 0 !important;
}
.header:not(.header6):not(.header7) .nav-main-menu li > a span{
    border-bottom: 0px solid #ddd !important;
    color: #000;
    font-size: 16px;
    font-weight: 800;
}
.category-menu .dropdown-menu li ul li a{
    padding: 15px 0px 15px !important;
    font-size: 16px !important;
    font-weight: 400;
    color: #37393D !important;
    text-transform: capitalize;
}
.header:not(.header6):not(.header7) .megamenu-content .top-links li a:not(.no-display) {
    border-bottom: 0px solid #e3e3e3 !important;
    color: #000 !important;
    font-size: 16px !important;
    font-weight: 800 !important;
}
.product.product-item span.product-label {
    font-weight: 400 !important;
    padding: 0 5px !important;
    line-height: 20px !important;
    height: 22px !important;
}
.header:not(.header6):not(.header7) .megamenu-content .dropdown-switcher {
    border-bottom: 0px solid #e3e3e3 !important;
    color: #000 !important;
    font-size: 16px !important;
    font-weight: 800 !important;
}
.header:not(.header6):not(.header7) .megamenu-content .dropdown-switcher {
    margin: 0 10px !important;
}
.header:not(.header6):not(.header7) .megamenu-content .dropdown-switcher .switcher-toggle {
    padding-left: 0 !important;
}
.switcher-currency img {
    margin-right: 10px;
}
.products-grid .product-item-info .product-item-inner > .product-item-actions {
    top: 115px !important;
}
.products-grid .product-item-info .product-item-inner .alert, .products-grid .product-item-info .product-item-inner .btn.a-button {
    font-size: 14px;
    height: 40px !important;
    line-height: 40px !important;
}
.cms-index-index .product-item-inner .product.actions.product-item-actions .actions-primary {
    margin-top: 0px !important;
}
.cms-index-index .products-grid{
    margin: 0 0px;
}
.cms-index-index .mgz-element .title {
    font-size: 20px;
}
.content-heading h3.title {
    text-transform: inherit !important;
}
.footer .bottom-footer .copyright address {
    margin-bottom: 0 !important;
}
.catalog-product-view .media .product-label {
    width: 25% !important;
    line-height: 28px !important;
}
.catalog-product-view .media .sold-out-label {
    line-height: 20px !important;
}
.header #main-Menucontent .navigation {
    border-bottom: 0px solid #ccc;
    margin: 0 0px;
}
.header .table-icon-menu {
    margin-top: 0;
}
.header {
    position: sticky !important;
}
.page-products #amasty-shopby-product-list {
    margin-left: 0px;
}
.minicart-wrapper .block-minicart {
    width: 325px !important;
}
.catalog-product-view .owl-carousel .owl-nav > div.owl-next {
    right: 0px !important;
    z-index: 9999;
}
.catalog-product-view .owl-carousel .owl-nav > div.owl-prev {
    left: 0px !important;
    z-index: 99999;
}
.cms-index-index .block.products-grid .owl-carousel .owl-nav > div.owl-prev {
    left: 0px !important;
    z-index: 99999;
}
.cms-index-index .block.products-grid .owl-carousel .owl-nav > div.owl-next {
    right: 0px !important;
    z-index: 99999;
}
.owl-carousel .owl-nav.disabled {
    display: block !important;
}
.mega-menu-content .sub-menu .level1 a .mega-menu-sub-title{
    font-weight: 500 !important;
}
.catalog-product-view .products-grid{
    margin: 0;
}
.products-grid .product-item-info .product-item-inner .alert, .products-grid .product-item-info .product-item-inner .btn.a-button, .products-grid .product-item-info button.action.tocart.primary.btn-cart {
    font-size: 12px !important;
}
.product_usps_wrapper {
    flex-wrap: unset !important;
    width: 100%;
    max-width: unset !important;
}
.product_usps_wrapper .block-content .title {
    font-size: 10px !important;
    font-weight: 800;
    position: relative;
    bottom: 1px;
}
.product_usps_wrapper .block-content img {
    width: 15px;
}
.product_usps_wrapper .block-content {
    flex-wrap: unset !important;
    padding: 5px 5px !important;
}
.product-info-main .product-info-price .price-box.price-final_price .price {
    font-weight: 800 !important;
}
.header .dropdown-switcher .switcher-toggle {
    color: #000;
    font-size: 16px;
    font-weight: 800 !important;
}
.minicart-items .product-item .product-item-details {
    padding-left: 5px !important;
}
.minicart-items-wrapper .mini_product_data .product-item-photo .product-image-wrapper img{
    width: 75px !important;
}
.block-minicart .minicart-items .product-item .product.actions .action.delete::after {
    width: 15px !important;
    height: 15px !important;
}
.minicart-items .product-item .product.actions .action {
    width: 10px !important;
}
.product-brand {
    font-size: 12px !important;
}
span.price {
    font-size: 11px !important;
}
.block-minicart .block-minicart-top {
    margin: 0 10px !important;
}
.minicart-wrapper .block-content {
    padding: 0 10px !important;
}
.mgz-child:not(:last-child) > .mgz-element-inner {
    margin-bottom: 0 !important;
}
.addtonotification {
    width: 90% !important;
}
.owl-carousel.owl-loaded {
    margin-top: 10px !important;
}
.header2-header-content .Help.help-section .Tooltip-trigger > span {
    font-size: 12px !important;
}
.products-grid .product-item-info button.action.tocart.primary.btn-cart > span.text::after, .products-grid .product-item-info .product-item-inner .btn.a-button > span.text::after {
    top: 3px !important;
}
.customer-account-login .login-container {
    margin: 0px 0;
}
.customer-account-login .login-container.row > div:first-child {
    border-right: 0px solid #CCCCCC !important;
}
.customer-account-login .login-container.row .pull-right {
    padding: 0 15px !important;
}
.product.name.product-item-name {
    font-size: 13px !important;
    line-height: 20px !important;
}
.sales-order-view-container .order-items .table-order-items tbody .details .sku {
    font-size: 12px;
}
.sales-order-view-container .order-items .table-order-items tbody .subtotal .cart-price {
    font-size: 12px;
    display: block;
}
.sales-order-view-container .right-container #my-orders-table > tbody .col.qty .title {
    font-size: 12px;
}
.products-grid .product-item-info .tocart.btn-cart .icon {
    font-size: 15px !important;
}
.products-grid .product-item-info button.action.tocart.primary.btn-cart > span.text::after, .products-grid .product-item-info .product-item-inner .btn.a-button > span.text::after {
    content: " "!important;
    background-image: url(../images/smalldevice-arrow.svg);
    width: 15px !important;
    height: 15px;
    background-size: contain !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
}
.products-grid .product-item-info .product-item-details .product-item-name a {
    font-size: 14px !important;
}
.sales-order-view-container {
    width: 100%;
    display: block;
}
.sales-order-view-container .right-container #my-orders-table>tfoot>tr>th {
    font-size: 12px !important;
}
.sales-order-view-container .right-container #my-orders-table tfoot tr td {
    font-size: 12px !important;
}
.sales-order-view-container .right-container #my-orders-table > tbody > tr > td img{
    width: 50px;
}
.block-dashboard-info.top-block .account-information .label {
    width: 75px;
}
.block-dashboard-info.top-block .box-information .box-content {
    padding: 10px 10px;
}
.block-dashboard-info.top-block .box-information .box-content .customer-name, .block-dashboard-info.top-block .box-information .box-content .email {
    font-size: 14px;
}
.block-dashboard-info.top-block .block-content .box.personal-info > .box-content:not(:has(.customer-image))::before {
    width: 27px !important;
    height: 27px !important;
}
.block-dashboard-info.top-block .account-information .label {
    font-size: 14px !important;
}
.block-dashboard-info.top-block .box-information .box-content .box-actions .action.edit::before {
    width: 17px !important;
    height: 17px !important;
}
address i.icon {
    width: 20px !important;
    height: 20px !important;
}
address > .full-name {
    font-size: 14px !important;
}
.block-addresses-top-block {
    display: block !important;
}
.opc-sidebar.opc-summary-wrapper .modal-inner-wrap .modal-header .action-close {
    width: 30px !important;
    height: 30px !important;
    left: -3px !important;
}
.opc-block-summary,
.opc-block-shipping-information .shipping-information {
    border-radius: 0 !important;
}
.catalog-category-view div#product-wrapper.products-grid .products {
    display: flex;
    flex-wrap: wrap;
}
.products-grid .product-item-info {
    margin-bottom: 20px !important;
}
.checkout-cart-index #shopping-cart-table .col.item img.product-image-photo {
    height: auto;
    width: 100%;
}
.checkout-cart-index #shopping-cart-table .cart.item tr td.col.item .product-item-photo {
    max-width: 60px !important;
}
.checkout-index-index .modal-popup .modal-inner-wrap {
    max-width: 95% !important;
}
.catalog-product-view .owl-carousel .owl-nav > div.owl-next {
    right: 0!important;
}
.catalog-product-view .owl-carousel .owl-nav > div.owl-prev {
    left: 0px !important;
}
.owl-carousel .owl-nav > div{
    visibility: unset !important;
}
.owl-carousel .owl-nav.disabled {
    display: block !important;
}
.products-grid .product-item-info .tocart.btn-cart .icon {
    padding-bottom: 1px !important;
    font-weight: 800 ;
}
.products-grid .product-item-info .product-item-inner .btn.notify-button{
    background: #000 !important;
    color: #fff !important;
    border-radius: 8px !important;
}
.products-grid .product-item-info .product-item-inner .btn.select_size{
background: none !important;
border-radius: 8px !important;
}
.products-grid .product-item-info .product-item-inner .btn.select_size .text{
    color: #000 !important;
    font-weight: 800;
}
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
    .mgz-element-slider .mgz-carousel-item {
        background-size: contain !important;
    }
    .cms-index-index .products-grid{
        margin: 0px;
    }
    .header #main-Menucontent .navigation {
        border-bottom: 0px solid #ccc;
        margin: 0 0px;
    }
    .header:not(.header6):not(.header7) .nav-main-menu li > a span {
        border-bottom: 0px solid #ddd !important;
        color: #000;
        font-size: 16px;
        font-weight: 800;
    }
    .mega-menu-content .sub-menu .level1 a .mega-menu-sub-title {
        font-weight: 500 !important;
    }
    .header .action.nav-toggle {
        margin-top: 30px !important;
    }
    .header .logo-header .logo img {
        width: 75%;
    }
    .header-15 .top-custom-link ul {
        justify-content: center;
    }
    .catalog-product-view .media .product-label {
        width: fit-content !important;
        padding: 3px 10px 0;
    }
    .footer .middle-footer {
        padding: 0px !important;
    }
    .footer .middle-footer div[class*="col-lg"]:not(:last-child) {
        margin-bottom: 0px !important;
    }
    .footer .middle-footer a {
        color: #000 !important;
        font-size: 16px !important;
        font-weight: 800;
    }
    .footer-redesign .left-block .menu a {
        font-weight: 500 !important;
    }
    .information_margin {
        margin-top: 0px;
    }
    .header:not(.header6):not(.header7) .nav-main-menu li > a {
        border-bottom: 0px solid #ddd !important;
    }
    .header:not(.header6):not(.header7) .navigation .nav-main-menu li li > a {
        font-weight: 400;
    }
    .header:not(.header6):not(.header7) .megamenu-content .top-links li a:not(.no-display) {
        border-bottom: 0px solid #e3e3e3 !important;
        color: #000 !important;
        font-size: 16px !important;
        font-weight: 800 !important;
    }
    .header .dropdown-switcher .switcher-toggle {
        color: #000;
        font-size: 16px;
        font-weight: 800 !important;
    }
    .switcher-currency img {
        margin-left: 10px;
    }
    .header:not(.header6):not(.header7) .megamenu-content .dropdown-switcher {
        border-bottom: 0px solid #e3e3e3 !important;
    }
    .header:not(.header6):not(.header7) .megamenu-content .nav-tabs > li > a {
        padding: 15px 0 !important;
        font-weight: 800 !important;
        font-size: 16px;
    }
    .page-products #amasty-shopby-product-list {
        margin-left: 0px !important;
    }
    .catalog-category-view.page-layout-2columns-left .category-product-actions .toolbar.toolbar-products {
        margin-top: 0px;
        position: relative;
        bottom: 30px;
    }
    .block-content.filter-content {
        overflow: auto !important;
    }
    .customer-account-login .login-container.row .pull-right {
        padding: 0 30px !important;
    }
    .customer-account-login .login-container.row > div:first-child {
        padding: 0 30px;
    }
    .block.block-new-customer .action.create.btn.btn-secondary {
        font-weight: 500 !important;
    }
    .catalog-product-view .sale-label {
        height: 32px !important;
    }
    .products-related{
        margin: 0 !important;
    }
    .catalog-product-view .owl-carousel .owl-nav > div.owl-next {
        right: 0!important;
    }
    .catalog-product-view .owl-carousel .owl-nav > div.owl-prev {
        left: 0px !important;
    }
    .owl-carousel .owl-nav > div{
        visibility: unset !important;
    }
    .owl-carousel .owl-nav.disabled {
        display: block !important;
    }
    .catalog-product-view .owl-carousel .owl-nav > div.owl-next {
        right: 0px !important;
        z-index: 9999;
    }
    .catalog-product-view .owl-carousel .owl-nav > div.owl-prev {
        left: 0px !important;
        z-index: 99999;
    }
    .cms-index-index .block.products-grid .owl-carousel .owl-nav > div.owl-prev {
        left: 0px !important;
        z-index: 99999;
    }
    .cms-index-index .block.products-grid .owl-carousel .owl-nav > div.owl-next {
        right: 0px !important;
        z-index: 99999;
    }
    .owl-carousel .owl-nav.disabled {
        display: block !important;
    }
    .minicart-wrapper .block-minicart {
        bottom: unset !important;
    }
    .modal-popup .modal-inner-wrap {
        width: 80% !important;
    }
    .modal-popup.amreview-popup .modal-inner-wrap {
        max-width: 100% !important;
    }
    .amreview-add-new {
        background: transparent !important;
    }
    #customer-reviews .amreview-info-wrapper {
        display: flex;
        justify-content: space-between;
        width: 100%;
    }
    .catalog-product-view .product-info-main #product-addtocart-button {
        width: 275px !important;
    }
    .product_usps_wrapper {
        flex-wrap: unset !important;
        width: 100%;
        max-width: unset !important;
    }
    .product_usps_wrapper .block-content .title {
        font-size: 11px !important;
        font-weight: 800;
        position: relative;
        bottom: 1px;
    }
    .product_usps_wrapper .block-content img {
        width: 15px;
    }
    .product_usps_wrapper .block-content {
        flex-wrap: unset !important;
        padding: 5px 5px !important;
    }
    .product-data-items-menu .data.item.title .data.switch {
        font-size: 15px !important;
        margin-right: 10px !important;
    }
    .catalog-product-view .media .treding-label {
        line-height: 25px !important;
    }
    .product-label.sold-out-label {
        max-width: fit-content !important;
    }
    .footer-redesign{
        margin-top: 30px;
    }
    .customer-address-form #block-map {
        max-width: 100% !important;
    }
    .form-address-edit {
        width: 100%;
    }
    .customer-address-form .column.main > .block-title--myac {
        max-width: 100% !important;
    }
    #shipping-address-type-block .btn {
        padding: 0 25px !important;
    }
}