/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
body.rtl-layout {
  margin: 0;
  direction: rtl;
}
body.rtl-layout .pull-right {
  float: left !important;
}
body.rtl-layout .pull-left {
  float: right !important;
}
body.rtl-layout.page-layout-2columns-left .column.main,
body.rtl-layout.page-layout-2columns-right .sidebar-main {
  float: left;
}
body.rtl-layout.page-layout-2columns-right .sidebar-additional {
  float: left;
  clear: left;
}
body.rtl-layout.page-layout-2columns-right .column.main,
body.rtl-layout.page-layout-2columns-left .sidebar-main {
  float: right;
}
body.rtl-layout.page-layout-2columns-left .sidebar-additional {
  float: right;
  clear: right;
}
body.rtl-layout table th {
  text-align: right;
}
body.rtl-layout input[type="radio"] {
  margin: 2px 0 0 5px;
}
body.rtl-layout .field-tooltip {
  right: auto;
  left: 0;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.form-discount .g-recaptcha {
  margin-top: 50px !important;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.login-container .g-recaptcha,
.form-login .g-recaptcha,
.form-edit-account .g-recaptcha {
  margin-bottom: 10px !important;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.required-captcha.checkbox {
  position: absolute;
  display: block;
  visibility: visible;
  overflow: hidden;
  opacity: 0;
  width: 1px;
  height: 1px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.block.newsletter .field-recaptcha .field .control:before {
  content: none;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.review-form .field-recaptcha {
  margin-bottom: 10px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.form.send.friend .g-recaptcha {
  margin-top: 40px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.product-info-stock-sku .configurable-variation-qty {
  display: none;
}
@keyframes loading {
  0% {
    transform: translate(-50%, -50%) rotate(0);
  }
  100% {
    transform: translate(-50%, -50%) rotate(359.9deg);
  }
}
.button-red.action.primary {
  background: #ff0101;
  border: 1px solid #ff0101;
  box-shadow: none !important;
  text-shadow: none !important;
}
.button-red.action.primary:hover,
.button-red.action.primary:focus {
  background: #b30000;
  border: 1px solid #b30000;
}
.enhanced-privacy-popup {
  background: #f4f4f4;
  overflow: hidden;
}
.enhanced-privacy-popup .popup.content {
  margin: auto;
  padding: 10px 0;
  width: 768px;
}
/**
 * Webkul Software.
 *
 * @category  Webkul
 * @package   Webkul_Marketplace
 * @author    Webkul Software Private Limited
 * @copyright Webkul Software Private Limited (https://webkul.com)
 * @license   https://store.webkul.com/license.html
 */
/**
 * Webkul Software.
 *
 * @category  Webkul
 * @package   Webkul_Marketplace
 * @author    Webkul Software Private Limited
 * @copyright Webkul Software Private Limited (https://webkul.com)
 * @license   https://store.webkul.com/license.html
 */
/*-------------------------------Colors-----------------------------------------*/
/**
 * Webkul Software.
 *
 * @category  Webkul
 * @package   Webkul_Marketplace
 * @author    Webkul Software Private Limited
 * @copyright Webkul Software Private Limited (https://webkul.com)
 * @license   https://store.webkul.com/license.html
 */
.wk-arrow-down,
.wk-arrow-up {
  box-sizing: border-box;
  display: block;
  display: inline-block;
  padding-right: 12px;
  position: relative;
  transform: scale(var(--ggs, 1));
}
.wk-arrow-down::after,
.wk-arrow-down::before {
  bottom: 4px;
  box-sizing: border-box;
  content: '';
  display: block;
  position: absolute;
}
.wk-arrow-down::after {
  border-bottom: 2px solid;
  border-left: 2px solid;
  height: 8px;
  right: 0;
  transform: rotate(-45deg);
  width: 8px;
}
.wk-arrow-down::before {
  background: currentColor;
  height: 16px;
  right: 3px;
  width: 2px;
}
.wk-arrow-up::after {
  border-left: 2px solid;
  border-top: 2px solid;
  height: 8px;
  right: -3px;
  transform: rotate(45deg);
  width: 8px;
}
.wk-arrow-up::before {
  background: currentColor;
  height: 16px;
  right: 0;
  width: 2px;
}
.wk-arrow-up::after,
.wk-arrow-up::before {
  box-sizing: border-box;
  content: '';
  display: block;
  position: absolute;
  top: 4px;
}
.wk-rating-icon-small:before {
  color: #f2994a;
  content: '\f005';
  font-family: 'font-awesome';
  font-size: 1.7rem;
  font-weight: normal;
  left: 0;
  position: absolute;
}
/**
 * Webkul Software.
 *
 * @category  Webkul
 * @package   Webkul_Marketplace
 * @author    Webkul Software Private Limited
 * @copyright Webkul Software Private Limited (https://webkul.com)
 * @license   https://store.webkul.com/license.html
 */
/*
 * Copyright (c) 2021 Mastercard
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */
.checkout-payment-method .payment-method._active .payment-method-content .form.hidden {
  display: none;
}
/*.media-width(@extremum, @break) when (@extremum = 'min') and (@break = @screen__m) {
    .page-products {
        .products-grid {
            .product-item {
                width: 100%/3;
            }
        }
    }

    .page-products.page-layout-1column {
        .products-grid {
            .product-item {
                width: 100%/4;
            }
        }
    }

    .page-products.page-layout-3columns {
        .products-grid {
            .product-item {
                width: 100%/2;
            }
        }
    }
}
.media-width(@extremum, @break) when (@extremum = 'min') and (@break = @screen__l) {
    .products-grid {
        .product-item {
            width: 100%/5;
        }
    }

    .page-layout-1column {
        .products-grid {
            .product-item {
                width: 100%/6;
            }
        }
    }

    .page-layout-3columns {
        .products-grid {
            .product-item {
                width: 100%/4;
            }
        }
    }

    .page-products {
        .products-grid {
            .product-items {
                margin: 0;
            }
            
            .product-item {
                margin-left: calc(~'(100% - 4 * 23.233%) / 3');
                padding: 0;
                width: 23.233%;

                &:nth-child(4n + 1) {
                    margin-left: 0;
                }
            }
        }
    }

    .page-products {
        &.page-layout-1column {
            .products-grid {
                .product-item {
                    margin-left: 0;
                    width: 100%/5;
                }
            }
        }

        &.page-layout-3columns {
            .products-grid {
                .product-item {
                    margin-left: 1%;
                    width: 32.667%;

                    &:nth-child(3n) {
                        margin-left: 1%;
                    }

                    &:nth-child(3n + 1) {
                        margin-left: 0;
                    }
                }
            }
        }
    }
}
*/
@media only screen and (max-width: 768px) {
  .field-tooltip .field-tooltip-content {
    left: auto;
    right: -10px;
    top: 40px;
  }
  .field-tooltip .field-tooltip-content::before,
  .field-tooltip .field-tooltip-content::after {
    border: 10px solid transparent;
    height: 0;
    left: auto;
    margin-top: -21px;
    right: 10px;
    top: 0;
    width: 0;
  }
  .field-tooltip .field-tooltip-content::before {
    border-bottom-color: #999999;
  }
  .field-tooltip .field-tooltip-content::after {
    border-bottom-color: #f4f4f4;
    top: 1px;
  }
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
*/
@media only screen and (min-device-width: 320px) and (max-device-width: 780px) and (orientation: landscape) {
  .product-video {
    height: 100%;
    width: 81%;
  }
}
/*.media-width(@extremum, @break) when (@extremum = 'min') and (@break = @screen__s) {
    .block.widget .products-grid .product-item,
    .page-layout-1column .block.widget .products-grid .product-item,
    .page-layout-3columns .block.widget .products-grid .product-item {
        width: 100%/3;
    }
}
*/
/*
.media-width(@extremum, @break) when (@extremum = 'min') and (@break = @screen__m) {
    .block.widget .products-grid .product-item {
        width: 100%/3;
    }

    .page-layout-1column .block.widget .products-grid .product-item {
        width: 100%/4;
    }

    .page-layout-3columns .block.widget .products-grid .product-item {
        width: 100%/2;
    }
}

.media-width(@extremum, @break) when (@extremum = 'min') and (@break = @screen__l) {
    .block.widget .products-grid .product-item {
        width: 100%/5;
    }

    .page-layout-1column .block.widget .products-grid .product-item {
        margin-left: calc(~'(100% - 5 * (100%/6)) / 4');
        width: 100%/6;

        &:nth-child(4n + 1) {
            margin-left: calc(~'(100% - 5 * (100%/6)) / 4');
        }

        &:nth-child(5n + 1) {
            margin-left: 0;
        }
    }

    .page-layout-3columns .block.widget .products-grid .product-item {
        width: 100%/4;
    }

    .block.widget .products-grid .product-items {
        margin: 0;
    }

    .block.widget .products-grid .product-item {
        margin-left: calc(~'(100% - 4 * 24.439%) / 3');
        padding: 0;
        width: 24.439%;

        &:nth-child(4n + 1) {
            margin-left: 0;
        }
    }
}

.media-width(@extremum, @break) when (@extremum = 'min') and (@break = @screen__m) {
    .sidebar .block.widget .pager {
        .item:not(.pages-item-next):not(.pages-item-previous) {
            &:extend(.abs-no-display-desktop all);
        }

        .pages-item-next {
            padding: 0;

            .action {
                margin: 0;
            }
        }
    }
}
*/
@media all and (min-width: 769px), print {
  .abs-product-options-list-desktop dt,
  .block-giftregistry-shared .item-options dt {
    clear: left;
    float: left;
    margin: 0 10px 5px 0;
  }
  .block-giftregistry-shared .item-options dt:after {
    content: ': ';
  }
  .abs-product-options-list-desktop dd,
  .block-giftregistry-shared .item-options dd {
    display: inline-block;
    float: left;
    margin: 0 0 5px;
    word-break: break-all;
  }
  .abs-button-desktop {
    width: auto;
  }
  .abs-blocks-2columns,
  .column .block-addbysku .block-content .box,
  .login-container .block,
  .account .column.main .block:not(.widget) .block-content .box,
  .magento-rma-guest-returns .column.main .block:not(.widget) .block-content .box,
  [class^='sales-guest-'] .column.main .block:not(.widget) .block-content .box,
  .sales-guest-view .column.main .block:not(.widget) .block-content .box {
    width: 48.8%;
  }
  .column .block-addbysku .block-content .box:nth-child(odd),
  .login-container .block:nth-child(odd),
  .account .column.main .block:not(.widget) .block-content .box:nth-child(odd),
  .magento-rma-guest-returns .column.main .block:not(.widget) .block-content .box:nth-child(odd),
  [class^='sales-guest-'] .column.main .block:not(.widget) .block-content .box:nth-child(odd),
  .sales-guest-view .column.main .block:not(.widget) .block-content .box:nth-child(odd) {
    clear: left;
    float: left;
  }
  .column .block-addbysku .block-content .box:nth-child(even),
  .login-container .block:nth-child(even),
  .account .column.main .block:not(.widget) .block-content .box:nth-child(even),
  .magento-rma-guest-returns .column.main .block:not(.widget) .block-content .box:nth-child(even),
  [class^='sales-guest-'] .column.main .block:not(.widget) .block-content .box:nth-child(even),
  .sales-guest-view .column.main .block:not(.widget) .block-content .box:nth-child(even) {
    float: right;
  }
  .abs-reset-left-margin-desktop,
  .bundle-options-container .legend.title,
  .column.main .cart-summary .actions-toolbar,
  .cart.table-wrapper .item-actions .actions-toolbar,
  .gift-summary .actions-toolbar,
  .cart.table-wrapper .gift-summary .actions-toolbar,
  .column.main .block-giftregistry-shared-items .actions-toolbar,
  .form-new-agreement .fieldset .legend,
  .form-new-agreement .actions-toolbar,
  .column.main .paypal-review .actions-toolbar,
  .wishlist-index-index .main .form-wishlist-items .actions-toolbar {
    margin-left: 0;
  }
  .abs-action-remove-desktop,
  .abs-add-fields-desktop .fieldset .additional .action.remove,
  .form-giftregistry-share .fieldset .additional .action.remove,
  .form-giftregistry-edit .fieldset .additional .action.remove,
  .form-add-invitations .fieldset .additional .action.remove,
  .form-create-return .fieldset .additional .action.remove,
  .form.send.friend .fieldset .additional .action.remove {
    margin-left: 75.8%;
    top: 6px;
  }
  .form-giftregistry-share .fieldset .field:not(.choice) .control,
  .form-giftregistry-edit .fieldset .field:not(.choice) .control,
  .form-add-invitations .fieldset .field:not(.choice) .control,
  .form-create-return .fieldset .field:not(.choice) .control,
  .form.send.friend .fieldset .field:not(.choice) .control {
    width: 50%;
  }
  .abs-margin-for-forms-desktop,
  .fieldset .legend,
  .column:not(.sidebar-main) form .actions-toolbar,
  .column:not(.sidebar-additional) form .actions-toolbar,
  .login-container .fieldset:after {
    margin-left: 25.8%;
  }
  .abs-visually-hidden-desktop,
  .modes-label,
  .block-search .label,
  .dashboard-welcome-toggler,
  .block-collapsible-nav .title {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .abs-add-clearfix-desktop:before,
  .abs-add-clearfix-desktop:after,
  .abs-pager-toolbar:before,
  .abs-pager-toolbar:after,
  .block-cart-failed .block-content:before,
  .block-cart-failed .block-content:after,
  .column .block-addbysku .block-content:before,
  .column .block-addbysku .block-content:after,
  .cart-container:before,
  .cart-container:after,
  .login-container:before,
  .login-container:after,
  .account .column.main .block:not(.widget) .block-content:before,
  .account .column.main .block:not(.widget) .block-content:after,
  .block-addresses-list .items.addresses:before,
  .block-addresses-list .items.addresses:after,
  .block-giftregistry-shared .item-options:before,
  .block-giftregistry-shared .item-options:after,
  .gift-wrapping .nested:before,
  .gift-wrapping .nested:after,
  .table .gift-wrapping .content:before,
  .table .gift-wrapping .content:after,
  .block-wishlist-management:before,
  .block-wishlist-management:after,
  .paypal-review .block-content:before,
  .paypal-review .block-content:after,
  .magento-rma-guest-returns .column.main .block:not(.widget) .block-content:before,
  .magento-rma-guest-returns .column.main .block:not(.widget) .block-content:after,
  [class^='sales-guest-'] .column.main .block:not(.widget) .block-content:before,
  [class^='sales-guest-'] .column.main .block:not(.widget) .block-content:after,
  .sales-guest-view .column.main .block:not(.widget) .block-content:before,
  .sales-guest-view .column.main .block:not(.widget) .block-content:after,
  .header.content:before,
  .header.content:after,
  .page-header .header.panel:before,
  .page-header .header.panel:after,
  .account .toolbar:before,
  .account .toolbar:after,
  .toolbar-giftregistry-results:before,
  .toolbar-giftregistry-results:after,
  .toolbar-wishlist-results:before,
  .toolbar-wishlist-results:after {
    content: '';
    display: table;
  }
  .abs-add-clearfix-desktop:after,
  .abs-pager-toolbar:after,
  .block-cart-failed .block-content:after,
  .column .block-addbysku .block-content:after,
  .cart-container:after,
  .login-container:after,
  .account .column.main .block:not(.widget) .block-content:after,
  .block-addresses-list .items.addresses:after,
  .block-giftregistry-shared .item-options:after,
  .gift-wrapping .nested:after,
  .table .gift-wrapping .content:after,
  .block-wishlist-management:after,
  .paypal-review .block-content:after,
  .magento-rma-guest-returns .column.main .block:not(.widget) .block-content:after,
  [class^='sales-guest-'] .column.main .block:not(.widget) .block-content:after,
  .sales-guest-view .column.main .block:not(.widget) .block-content:after,
  .header.content:after,
  .page-header .header.panel:after,
  .account .toolbar:after,
  .toolbar-giftregistry-results:after,
  .toolbar-wishlist-results:after {
    clear: both;
  }
  .abs-add-box-sizing-desktop,
  .column.main,
  .sidebar-main,
  .sidebar-additional {
    box-sizing: border-box;
  }
  .abs-add-box-sizing-desktop-m,
  .opc-wrapper {
    box-sizing: border-box;
  }
  .abs-revert-field-type-desktop .fieldset > .field,
  .abs-revert-field-type-desktop .fieldset .fields > .field,
  .product-add-form .fieldset > .field,
  .product-add-form .fieldset .fields > .field {
    margin: 0 0 20px;
  }
  .abs-revert-field-type-desktop .fieldset > .field:not(.choice) > .label,
  .abs-revert-field-type-desktop .fieldset .fields > .field:not(.choice) > .label,
  .product-add-form .fieldset > .field:not(.choice) > .label,
  .product-add-form .fieldset .fields > .field:not(.choice) > .label {
    box-sizing: content-box;
    float: none;
    width: auto;
    text-align: left;
    padding: 0;
  }
  .abs-revert-field-type-desktop .fieldset > .field:not(.choice) > .control,
  .abs-revert-field-type-desktop .fieldset .fields > .field:not(.choice) > .control,
  .product-add-form .fieldset > .field:not(.choice) > .control,
  .product-add-form .fieldset .fields > .field:not(.choice) > .control {
    float: none;
    width: auto;
  }
  .abs-revert-field-type-desktop .fieldset > .field > .label,
  .abs-revert-field-type-desktop .fieldset .fields > .field > .label,
  .product-add-form .fieldset > .field > .label,
  .product-add-form .fieldset .fields > .field > .label {
    margin: 0 0 5px;
    display: inline-block;
  }
  .abs-revert-field-type-desktop .fieldset > .field.choice:before,
  .abs-revert-field-type-desktop .fieldset .fields > .field.choice:before,
  .abs-revert-field-type-desktop .fieldset > .field.no-label:before,
  .abs-revert-field-type-desktop .fieldset .fields > .field.no-label:before,
  .product-add-form .fieldset > .field.choice:before,
  .product-add-form .fieldset .fields > .field.choice:before,
  .product-add-form .fieldset > .field.no-label:before,
  .product-add-form .fieldset .fields > .field.no-label:before {
    display: none;
  }
  .product-add-form .fieldset > .field:not(:first-child):last-of-type,
  .product-add-form .fieldset .fields > .field:not(:first-child):last-of-type {
    margin-bottom: 0;
  }
  .abs-no-display-desktop,
  .opc-estimated-wrapper {
    display: none;
  }
  .abs-pager-toolbar,
  .account .toolbar,
  .toolbar-giftregistry-results,
  .toolbar-wishlist-results {
    margin-bottom: 20px;
    position: relative;
  }
  .abs-pager-toolbar .limiter,
  .account .toolbar .limiter,
  .toolbar-giftregistry-results .limiter,
  .toolbar-wishlist-results .limiter {
    float: right;
    position: relative;
    z-index: 1;
  }
  .abs-pager-toolbar .toolbar-amount,
  .account .toolbar .toolbar-amount,
  .toolbar-giftregistry-results .toolbar-amount,
  .toolbar-wishlist-results .toolbar-amount {
    float: left;
    line-height: normal;
    padding: 7px 0 0;
    position: relative;
    z-index: 1;
  }
  .abs-pager-toolbar .pages,
  .account .toolbar .pages,
  .toolbar-giftregistry-results .pages,
  .toolbar-wishlist-results .pages {
    position: absolute;
    width: 100%;
    z-index: 0;
  }
  .abs-shopping-cart-items-desktop,
  .block-cart-failed,
  .cart-container .form-cart,
  .cart-container .cart-gift-item {
    float: left;
    position: relative;
    width: 73%;
  }
  .abs-shopping-cart-items-desktop .actions,
  .block-cart-failed .actions,
  .cart-container .form-cart .actions,
  .cart-container .cart-gift-item .actions {
    text-align: right;
  }
  .block-cart-failed .action.clear,
  .block-cart-failed .action.update,
  .cart-container .form-cart .action.clear,
  .cart-container .form-cart .action.update,
  .cart-container .cart-gift-item .action.clear,
  .cart-container .cart-gift-item .action.update {
    margin-left: 10px;
  }
  .block-cart-failed .action.continue,
  .cart-container .form-cart .action.continue,
  .cart-container .cart-gift-item .action.continue {
    float: left;
  }
  h1 {
    font-size: 40px;
    margin-bottom: 40px;
  }
  .navigation,
  .breadcrumbs,
  .page-header .header.panel,
  .header.content,
  .footer.content,
  .page-wrapper > .widget,
  .page-wrapper > .page-bottom,
  .block.category.event,
  .top-container,
  .page-main {
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    width: auto;
  }
  .page-main {
    width: 100%;
  }
  .columns {
    display: block;
  }
  .column.main {
    min-height: 300px;
  }
  .page-layout-1column .column.main {
    width: 100%;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-3columns .column.main {
    width: 50%;
    display: inline-block;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-2columns-left .column.main {
    width: 75%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-2columns-right .column.main {
    width: 75%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .sidebar-main {
    padding-right: 2%;
  }
  .page-layout-3columns .sidebar-main {
    width: 25%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .page-layout-2columns-left .sidebar-main {
    width: 25%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .page-layout-2columns-right .sidebar-main {
    width: 25%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .page-layout-2columns-right .sidebar-main {
    padding-left: 2%;
    padding-right: 0;
  }
  .sidebar-additional {
    clear: right;
    padding-left: 2%;
  }
  .page-layout-3columns .sidebar-additional {
    width: 25%;
    float: right;
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3;
  }
  .page-layout-2columns-left .sidebar-additional {
    width: 25%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-2columns-right .sidebar-additional {
    width: 25%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-2columns-left .main {
    padding-left: 2%;
  }
  .page-layout-2columns-left .sidebar-additional {
    clear: left;
    float: left;
    padding-left: 0;
  }
  .panel.header {
    padding: 10px 20px;
  }
  .nav-toggle {
    display: none;
  }
  .nav-sections {
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    margin-bottom: 25px;
  }
  .nav-sections-item-title {
    display: none;
  }
  .nav-sections-item-content > * {
    display: none;
  }
  .nav-sections-item-content > .navigation {
    display: block;
  }
  .navigation {
    background: #f5f5f5;
    font-weight: 700;
    height: inherit;
    left: auto;
    overflow: inherit;
    padding: 0;
    position: relative;
    top: 0;
    width: 100%;
    z-index: 3;
  }
  .navigation:empty {
    display: none;
  }
  .navigation ul {
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
    position: relative;
  }
  .navigation li.level0 {
    border-top: none;
  }
  .navigation li.level1 {
    position: relative;
  }
  .navigation .level0 {
    margin: 0 10px 0 0;
    display: inline-block;
    position: relative;
  }
  .navigation .level0:last-child {
    margin-right: 0;
    padding-right: 0;
  }
  .navigation .level0:hover:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 100%;
    width: 10px;
    height: calc(100% + 3px);
    z-index: 1;
  }
  .navigation .level0 > .level-top {
    color: #575757;
    line-height: 53px;
    padding: 0 12px;
    text-decoration: none;
    box-sizing: border-box;
    position: relative;
    display: inline-block;
  }
  .navigation .level0 > .level-top:hover,
  .navigation .level0 > .level-top.ui-state-focus {
    color: #333333;
    text-decoration: none;
  }
  .navigation .level0.active > .level-top,
  .navigation .level0.has-active > .level-top {
    border-color: #ff5501;
    border-style: solid;
    border-width: 0 0 3px;
    color: #333333;
    text-decoration: none;
    display: inline-block;
  }
  .navigation .level0.parent:hover > .submenu {
    overflow: visible !important;
  }
  .navigation .level0.parent > .level-top {
    padding-right: 20px;
  }
  .navigation .level0.parent > .level-top > .ui-menu-icon {
    position: absolute;
    right: 0;
    display: inline-block;
    text-decoration: none;
  }
  .navigation .level0.parent > .level-top > .ui-menu-icon > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .navigation .level0.parent > .level-top > .ui-menu-icon:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 12px;
    line-height: 20px;
    color: inherit;
    content: '\e622';
    font-family: 'icons-blank-theme';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .navigation .level0 .submenu {
    background: #ffffff;
    border: 1px solid #d1d1d1;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.19);
    font-weight: 700;
    min-width: 230px;
    padding: 0;
    display: none;
    left: 0;
    margin: 0 !important;
    position: absolute;
    z-index: 1;
    margin-top: 11px;
  }
  .navigation .level0 .submenu > ul {
    margin-top: 11px;
  }
  .navigation .level0 .submenu > ul:before,
  .navigation .level0 .submenu > ul:after {
    content: '';
    display: block;
    overflow: hidden;
    position: absolute;
  }
  .navigation .level0 .submenu > ul:before {
    color: #ffffff;
    left: 20px;
    top: -20px;
    border: 10px solid transparent;
    height: 0;
    width: 0;
    border-bottom-color: #ffffff;
    z-index: 4;
  }
  .navigation .level0 .submenu > ul:after {
    border: 11px solid transparent;
    height: 0;
    width: 0;
    border-bottom-color: #d1d1d1;
    color: #d1d1d1;
    left: 19px;
    top: -22px;
    z-index: 3;
  }
  .navigation .level0 .submenu:before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 4px;
    left: 0;
    top: -4px;
    z-index: 1;
  }
  .navigation .level0 .submenu a {
    display: block;
    line-height: inherit;
    color: #575757;
    padding: 8px 20px;
  }
  .navigation .level0 .submenu a:hover,
  .navigation .level0 .submenu a.ui-state-focus {
    background: #e8e8e8;
    color: #333333;
    text-decoration: none;
  }
  .navigation .level0 .submenu .active > a {
    border-color: #ff5501;
    border-style: solid;
    border-width: 0 0 0 3px;
  }
  .navigation .level0 .submenu .submenu {
    top: -1px !important;
    left: 100% !important;
  }
  .navigation .level0 .submenu .submenu-reverse {
    left: auto !important;
    right: 100%;
  }
  .navigation .level0 .submenu li {
    margin: 0;
    position: relative;
  }
  .navigation .level0 .submenu li.parent > a > .ui-menu-icon {
    position: absolute;
    right: 3px;
    display: inline-block;
    text-decoration: none;
  }
  .navigation .level0 .submenu li.parent > a > .ui-menu-icon > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .navigation .level0 .submenu li.parent > a > .ui-menu-icon:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 12px;
    line-height: 20px;
    color: inherit;
    content: '\e608';
    font-family: 'icons-blank-theme';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .navigation .level0.more {
    position: relative;
    display: inline-block;
    text-decoration: none;
  }
  .navigation .level0.more:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 26px;
    line-height: inherit;
    color: inherit;
    content: '\e607';
    font-family: 'icons-blank-theme';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .navigation .level0.more:before {
    display: none;
  }
  .navigation .level0.more:after {
    cursor: pointer;
    padding: 8px 12px;
    position: relative;
    z-index: 1;
  }
  .navigation .level0.more:hover > .submenu {
    overflow: visible !important;
  }
  .navigation .level0.more li {
    display: block;
  }
  .panel.header .links,
  .panel.header .switcher {
    display: inline-block;
  }
  .fieldset > .field {
    margin: 0 0 20px;
    box-sizing: border-box;
    margin: 0 0 29px;
  }
  .fieldset > .field > .label {
    margin: 0;
  }
  .fieldset > .field:before,
  .fieldset > .field:after {
    content: '';
    display: table;
  }
  .fieldset > .field:after {
    clear: both;
  }
  .fieldset > .field.choice:before,
  .fieldset > .field.no-label:before {
    padding: 6px 15px 0 0;
    width: 25.8%;
    box-sizing: border-box;
    content: ' ';
    float: left;
    height: 1px;
  }
  .fieldset > .field .description {
    padding: 6px 15px 0 0;
    text-align: right;
    width: 25.8%;
    box-sizing: border-box;
    float: left;
  }
  .fieldset > .field:not(.choice) > .label {
    padding: 6px 15px 0 0;
    text-align: right;
    width: 25.8%;
    box-sizing: border-box;
    float: left;
  }
  .fieldset > .field:not(.choice) > .control {
    width: 74.2%;
    float: left;
  }
  .product.data.items {
    position: relative;
    z-index: 1;
  }
  .product.data.items:before,
  .product.data.items:after {
    content: '';
    display: table;
  }
  .product.data.items:after {
    clear: both;
  }
  .product.data.items > .item.title {
    float: left;
    width: auto;
  }
  .product.data.items > .item.title > .switch {
    height: 20px;
    display: block;
    position: relative;
    z-index: 2;
  }
  .product.data.items > .item.content {
    margin-top: 20px;
    box-sizing: border-box;
    float: right;
    margin-left: -100%;
    width: 100%;
  }
  .product.data.items > .item.content:before,
  .product.data.items > .item.content:after {
    content: '';
    display: table;
  }
  .product.data.items > .item.content:after {
    clear: both;
  }
  .product.data.items > .item.content.active {
    display: block;
  }
  .product.data.items > .item.title {
    margin: 0 5px 0 0;
  }
  .product.data.items > .item.title > .switch {
    font-weight: 600;
    line-height: 20px;
    font-size: 1.4rem;
    color: #7d7d7d;
    text-decoration: none;
    background: #f0f0f0;
    border: 1px solid #d1d1d1;
    border-bottom: none;
    height: 20px;
    padding: 5px 20px 5px 20px;
  }
  .product.data.items > .item.title > .switch:visited {
    color: #7d7d7d;
    text-decoration: none;
  }
  .product.data.items > .item.title > .switch:hover {
    color: #7d7d7d;
    text-decoration: none;
  }
  .product.data.items > .item.title > .switch:active {
    color: #333333;
    text-decoration: none;
  }
  .product.data.items > .item.title:not(.disabled) > .switch:focus,
  .product.data.items > .item.title:not(.disabled) > .switch:hover {
    background: #fcfcfc;
  }
  .product.data.items > .item.title:not(.disabled) > .switch:active,
  .product.data.items > .item.title.active > .switch,
  .product.data.items > .item.title.active > .switch:focus,
  .product.data.items > .item.title.active > .switch:hover {
    background: #ffffff;
    color: #333333;
    text-decoration: none;
  }
  .product.data.items > .item.title.active > .switch,
  .product.data.items > .item.title.active > .switch:focus,
  .product.data.items > .item.title.active > .switch:hover {
    padding-bottom: 6px;
  }
  .product.data.items > .item.content {
    background: #ffffff;
    margin-top: 31px;
    padding: 20px 20px 20px 20px;
    border: 0;
    border-top: 1px solid #d1d1d1;
  }
  .actions-toolbar:before,
  .actions-toolbar:after {
    content: '';
    display: table;
  }
  .actions-toolbar:after {
    clear: both;
  }
  .actions-toolbar .primary {
    float: left;
  }
  .actions-toolbar .secondary {
    float: right;
  }
  .actions-toolbar .primary,
  .actions-toolbar .secondary {
    display: inline-block;
  }
  .actions-toolbar .primary a.action,
  .actions-toolbar .secondary a.action {
    display: inline-block;
  }
  .actions-toolbar .primary .action {
    margin: 0 5px 0 0;
  }
  .actions-toolbar .secondary a.action {
    margin-top: 6px;
  }
  .actions-toolbar > .primary,
  .actions-toolbar > .secondary {
    margin-bottom: 0;
  }
  .actions-toolbar > .primary .action,
  .actions-toolbar > .secondary .action {
    margin-bottom: 0;
    width: auto;
  }
  .modal-popup.modal-slide .modal-footer {
    border-top: 1px solid #c1c1c1;
    text-align: right;
  }
  /**
     * @codingStandardsIgnoreStart
     */
  #store-selector .form-continue .actions-toolbar > .primary {
    float: right;
  }
  #store-selector .form-continue .actions-toolbar .action.primary {
    margin: 0;
  }
  .pagebuilder-mobile-only {
    display: none !important;
  }
  .amstorecredit-pager .limiter {
    float: right;
  }
  .ask-que-to-admin-style {
    margin: 1rem 0;
    position: absolute;
    right: 0;
    top: 0;
  }
  .marketplace-account-dashboard .column.main {
    position: relative;
  }
  .wk-dashboard-container .product.data.items > .item.content {
    margin-top: 60px;
  }
  body.wp-sl .login-container .fieldset > .field > .control {
    width: 80%;
  }
  body.wp-sl .slide-popup {
    left: unset;
    right: -10px;
    width: 420px;
    height: auto;
  }
  body.wp-sl .slide-popup .modal-inner-wrap {
    min-width: unset;
    display: block;
    width: 100%;
  }
  body.wp-sl .slide-popup .modal-inner-wrap .modal-content {
    overflow-y: auto;
    height: 90%;
  }
  body.wp-sl .slide-popup .modal-inner-wrap .modal-content .sl-popup {
    display: block;
    border-top: 0 none;
  }
  body.wp-sl .slide-popup .modal-inner-wrap .modal-content .sl-popup .block-new-customer,
  body.wp-sl .slide-popup .modal-inner-wrap .modal-content .sl-popup .block-customer-login {
    width: 100%;
    border-left: 0 none;
    padding: 0;
    margin-top: 15px;
  }
  body.wp-sl .slide-popup .modal-inner-wrap .modal-content .sl-popup .block-new-customer:before,
  body.wp-sl .slide-popup .modal-inner-wrap .modal-content .sl-popup .block-customer-login:before {
    content: '';
    border: 0 none;
  }
  body.wp-sl .slide-popup .modal-inner-wrap .modal-content .sl-popup .block-new-customer .sociallogin-block,
  body.wp-sl .slide-popup .modal-inner-wrap .modal-content .sl-popup .block-customer-login .sociallogin-block {
    padding: 0;
  }
  body.wp-sl .authentication-wrapper .block-authentication {
    text-align: left;
  }
  body.wp-sl .authentication-wrapper .slide-popup .sociallogin-wrapper {
    margin-top: 15px;
  }
  .block-cart-failed .actions {
    text-align: left;
  }
  .block-cart-failed .actions.primary {
    float: right;
  }
  .bundle-options-container .bundle-options-wrapper,
  .bundle-options-container .product-options-wrapper {
    float: left;
    width: 57%;
  }
  .bundle-options-container .block-bundle-summary {
    float: right;
    position: relative;
    width: 40%;
  }
  .page-layout-2columns-left .bundle-options-container .bundle-options-wrapper,
  .page-layout-2columns-left .bundle-options-container .block-bundle-summary,
  .page-layout-2columns-right .bundle-options-container .bundle-options-wrapper,
  .page-layout-2columns-right .bundle-options-container .block-bundle-summary,
  .page-layout-3columns .bundle-options-container .bundle-options-wrapper,
  .page-layout-3columns .bundle-options-container .block-bundle-summary {
    width: 48%;
  }
  .page-products .columns {
    padding-top: 0;
    position: relative;
    z-index: 1;
  }
  .products.wrapper ~ .toolbar .pages {
    float: left;
  }
  .toolbar-amount {
    float: left;
  }
  .sorter {
    float: right;
  }
  .modes {
    display: inline-block;
    float: left;
    margin-right: 20px;
  }
  .products.wrapper ~ .toolbar .modes {
    display: none;
  }
  .modes-mode {
    color: #7d7d7d;
    border: 1px solid #d1d1d1;
    border-right: 0;
    float: left;
    font-weight: 400;
    line-height: 1;
    padding: 7px 10px;
    text-align: center;
    display: inline-block;
    text-decoration: none;
  }
  .modes-mode:not(.active):hover {
    color: #7d7d7d;
    background: #dedede;
  }
  .modes-mode:last-child {
    border-right: 1px solid #d1d1d1;
  }
  .modes-mode.active {
    color: #a6a6a6;
  }
  .modes-mode > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .modes-mode:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 24px;
    line-height: inherit;
    color: #7d7d7d;
    content: '\e60d';
    font-family: 'icons-blank-theme';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .modes-mode:hover:before {
    color: #7d7d7d;
  }
  .mode-list:before {
    content: '\e60b';
  }
  .products.wrapper ~ .toolbar .limiter {
    display: block;
    float: right;
  }
  .product-info-main .box-tocart,
  .product-options-bottom .box-tocart {
    display: table;
  }
  .product-info-main .box-tocart .field.qty,
  .product-options-bottom .box-tocart .field.qty {
    display: table-cell;
  }
  .product-info-main .box-tocart .actions,
  .product-options-bottom .box-tocart .actions {
    display: table-cell;
    padding-top: 25px;
    text-align: center;
    vertical-align: bottom;
  }
  .product-info-main .page-title-wrapper .page-title {
    margin-top: -13px;
  }
  .sidebar .product-items .product-item-info .product-item-photo {
    float: left;
    left: auto;
    margin: 0 10px 10px 0;
    position: relative;
    top: auto;
  }
  .sidebar .product-items .product-item-details {
    margin: 0;
  }
  .sidebar .product-items .product-item-actions {
    clear: left;
  }
  .product-info-main {
    float: right;
  }
  .product.media {
    float: left;
    margin-bottom: 25px;
  }
  .page-layout-1column .product-info-main {
    width: 40%;
  }
  .page-layout-1column .product.media {
    width: 57%;
  }
  .page-layout-2columns-left .product-info-main,
  .page-layout-2columns-right .product-info-main,
  .page-layout-3columns .product-info-main {
    width: 48%;
  }
  .page-layout-2columns-left .product.media,
  .page-layout-2columns-right .product.media,
  .page-layout-3columns .product.media {
    width: 50%;
  }
  .block-category-event.block:last-child {
    margin-bottom: 30px;
    padding: 10px 0 30px;
  }
  .block-category-event .block-title {
    margin: 0;
  }
  .block-category-event .block-title strong {
    font-size: 2.4rem;
  }
  .block-category-event .ticker li {
    display: none;
    margin: 0 50px;
  }
  .block-category-event .ticker .value {
    font-size: 6rem;
  }
  .block-category-event .ticker .label {
    font-size: 1.4rem;
    text-transform: none;
  }
  .block-category-event .dates .date {
    font-size: 5rem;
  }
  .block-category-event .dates .start {
    padding-right: 50px;
  }
  .block-category-event .dates .start:after {
    font-size: 5rem;
    right: 10px;
  }
  .block-search {
    float: right;
    padding-left: 15px;
    position: relative;
    width: 250px;
    z-index: 4;
  }
  .block-search .control {
    border-top: 0;
    margin: 0;
    padding: 0 0 25px;
  }
  .block-search .nested {
    display: block;
    padding-top: 5px;
    position: absolute;
  }
  .block-search input {
    margin: 0;
    padding-right: 35px;
    position: static;
  }
  .block-search input::-webkit-input-placeholder {
    color: #c2c2c2;
  }
  .block-search input:-moz-placeholder {
    color: #c2c2c2;
  }
  .block-search input::-moz-placeholder {
    color: #c2c2c2;
  }
  .block-search input:-ms-input-placeholder {
    color: #c2c2c2;
  }
  .block-search .action.search {
    display: inline-block;
    background-image: none;
    background: none;
    -moz-box-sizing: content-box;
    border: 0;
    box-shadow: none;
    line-height: inherit;
    margin: 0;
    padding: 0;
    text-decoration: none;
    text-shadow: none;
    font-weight: 400;
    padding: 5px 0;
    position: absolute;
    right: 10px;
    top: 0;
    z-index: 1;
  }
  .block-search .action.search > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .block-search .action.search:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 22px;
    line-height: 22px;
    color: #8f8f8f;
    content: '\e615';
    font-family: 'icons-blank-theme';
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .block-search .action.search:hover:before {
    color: inherit;
  }
  .block-search .action.search:active:before {
    color: inherit;
  }
  .block-search .action.search:focus,
  .block-search .action.search:active {
    background: none;
    border: none;
  }
  .block-search .action.search:hover {
    background: none;
    border: none;
  }
  .block-search .action.search.disabled,
  .block-search .action.search[disabled],
  fieldset[disabled] .block-search .action.search {
    pointer-events: none;
    opacity: 0.5;
  }
  .block-search .action.search:focus:before {
    color: #333333;
  }
  .search-autocomplete {
    margin-top: 0;
  }
  .cart-container .widget {
    float: left;
  }
  .cart-container .widget.block {
    margin-bottom: 20px;
  }
  .cart-summary {
    float: right;
    position: relative;
    width: 23%;
  }
  .column.main .cart-summary .actions-toolbar > .secondary {
    float: none;
  }
  .cart-summary .block .fieldset .field {
    margin: 0 0 20px;
    margin: 0 0 10px;
  }
  .cart-summary .block .fieldset .field:not(.choice) > .label {
    box-sizing: content-box;
    float: none;
    width: auto;
    text-align: left;
    padding: 0;
  }
  .cart-summary .block .fieldset .field:not(.choice) > .control {
    float: none;
    width: auto;
  }
  .cart-summary .block .fieldset .field > .label {
    margin: 0 0 5px;
    display: inline-block;
  }
  .cart-summary .block .fieldset .field.choice:before,
  .cart-summary .block .fieldset .field.no-label:before {
    display: none;
  }
  .cart.table-wrapper .items {
    min-width: 100%;
    width: auto;
  }
  .cart.table-wrapper .item .col.item {
    padding: 27px 8px 10px;
  }
  .cart.table-wrapper .item-actions td {
    text-align: right;
  }
  .cart.table-wrapper .product-item-photo {
    display: table-cell;
    max-width: 100%;
    padding-right: 20px;
    position: static;
    vertical-align: top;
    width: 1%;
  }
  .cart.table-wrapper .product-item-details {
    display: table-cell;
    vertical-align: top;
    white-space: normal;
    width: 99%;
  }
  .cart.table-wrapper .item-actions .actions-toolbar {
    text-align: left;
  }
  .cart .action {
    margin-bottom: 10px;
  }
  .cart-products-toolbar .toolbar-amount {
    line-height: 30px;
    margin: 0;
  }
  .cart-products-toolbar .pages {
    float: right;
    margin: 0 0 1px;
  }
  .cart-products-toolbar .pages .item:last-child {
    margin-right: 0;
  }
  .cart.table-wrapper .cart-products-toolbar + .cart thead tr th.col {
    padding-bottom: 7px;
    padding-top: 8px;
  }
  .cart.table-wrapper .cart + .cart-products-toolbar {
    margin-top: 25px;
  }
  .minicart-wrapper {
    margin-left: 13px;
  }
  .minicart-wrapper .block-minicart {
    right: -15px;
    width: 390px;
  }
  .opc-wrapper {
    width: 33.33333333%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    padding-right: 30px;
  }
  .checkout-onepage-success .print {
    display: block;
    float: right;
    margin: 22px 0 0;
  }
  .opc-progress-bar-item {
    width: 185px;
  }
  .checkout-index-index .modal-popup .form-shipping-address {
    max-width: 600px;
  }
  .checkout-index-index .modal-popup .modal-footer .action-save-address {
    float: right;
    margin: 0 0 0 10px;
  }
  .checkout-shipping-method .actions-toolbar > .primary {
    float: right;
  }
  .checkout-shipping-method .actions-toolbar .action.primary {
    margin: 0;
  }
  .opc-wrapper .form-login,
  .opc-wrapper .form-shipping-address {
    max-width: 600px;
  }
  .table-checkout-shipping-method {
    width: auto;
  }
  .opc-sidebar {
    margin: 46px 0 20px;
    width: 33.33333333%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .opc-summary-wrapper .modal-header .action-close {
    display: none;
  }
  .authentication-dropdown {
    background-color: #ffffff;
    border: 1px solid #aeaeae;
    -webkit-transform: scale(1, 0);
    -webkit-transform-origin: 0 0;
    -webkit-transition: -webkit-transform linear 0.1s, visibility 0s linear 0.1s;
    position: absolute;
    text-align: left;
    top: 100%;
    transform: scale(1, 0);
    transform-origin: 0 0;
    transition: transform linear .1s, visibility 0s linear .1s;
    visibility: hidden;
    width: 100%;
  }
  .authentication-dropdown._show {
    z-index: 100;
    -webkit-transform: scale(1, 1);
    -webkit-transition: -webkit-transform linear 0.1s, visibility 0s linear 0s;
    transform: scale(1, 1);
    transition: transform linear .1s, visibility 0s linear 0s;
    visibility: visible;
  }
  .authentication-wrapper {
    width: 33.33333333%;
    text-align: right;
  }
  .block-authentication .block-title {
    font-size: 2.6rem;
    border-bottom: 0;
    margin-bottom: 25px;
  }
  .block-authentication .actions-toolbar > .primary {
    display: inline;
    float: right;
    margin-right: 0;
  }
  .block-authentication .actions-toolbar > .primary .action {
    margin-right: 0;
  }
  .block-authentication .actions-toolbar > .secondary {
    float: left;
    margin-right: 2rem;
    padding-top: 1rem;
  }
  .popup-authentication .modal-inner-wrap {
    min-width: 768px;
    width: 60%;
  }
  .popup-authentication .block-authentication {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    border-top: 1px solid #c1c1c1;
  }
  .popup-authentication .block[class],
  .popup-authentication .form-login,
  .popup-authentication .fieldset,
  .popup-authentication .block-content {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-grow: 1;
    flex-grow: 1;
  }
  .popup-authentication .block[class] {
    box-sizing: border-box;
    float: left;
    padding: 10px 30px 0 0;
    width: 50%;
  }
  .popup-authentication .block[class] + .block {
    border-left: 1px solid #c1c1c1;
    border-top: 0;
    margin: 0;
    padding: 10px 0 0 40px;
  }
  .popup-authentication .block[class] + .block:before {
    left: 0;
    top: 50%;
  }
  .popup-authentication .actions-toolbar {
    margin-bottom: 0;
    margin-top: auto;
  }
  .checkout-payment-method .actions-toolbar .primary {
    float: right;
    margin: 0;
  }
  .checkout-payment-method .fieldset > .field-select-billing > .control {
    float: none;
    width: 100%;
  }
  .checkout-payment-method .payment-method-content .fieldset > .field {
    margin: 0 0 20px;
  }
  .checkout-payment-method .payment-method-content .fieldset > .field.choice:before {
    padding: 0;
    width: 0;
  }
  .checkout-payment-method .payment-method-content .fieldset > .field.type .control {
    margin-left: 25.8%;
  }
  .checkout-payment-method .payment-method-content .fieldset > .field.type.no-detection .control {
    margin-left: 0;
  }
  .checkout-billing-address .action-update {
    float: right;
  }
  .checkout-billing-address .actions-toolbar .action-cancel {
    margin: 6px 20px 0 0;
  }
  .checkout-payment-method .payment-option-title {
    padding-left: 22px;
  }
  .checkout-payment-method .payment-option-content .payment-option-inner + .actions-toolbar {
    margin-left: 0;
  }
  .contact-index-index .column:not(.sidebar-additional) .form.contact {
    min-width: 600px;
  }
  .login-container .block .login .actions-toolbar > .primary {
    margin-bottom: 0;
    margin-right: 30px;
  }
  .login-container .block .login .actions-toolbar > .secondary {
    float: left;
  }
  .fieldset .fullname .field .label {
    padding: 6px 15px 0 0;
    text-align: right;
    width: 25.8%;
    box-sizing: border-box;
    float: left;
  }
  .fieldset .fullname .field .control {
    width: 74.2%;
    float: left;
  }
  .form.password.reset,
  .form.send.confirmation,
  .form.password.forget,
  .form.create.account,
  .form.search.advanced,
  .form.form-orders-search {
    min-width: 600px;
    width: 50%;
  }
  .account.page-layout-2columns-left .sidebar-main,
  .account.page-layout-2columns-left .sidebar-additional {
    width: 22.3%;
  }
  .account.page-layout-2columns-left .column.main {
    width: 77.7%;
  }
  .block-addresses-list .items.addresses {
    font-size: 0;
  }
  .block-addresses-list .items.addresses > .item {
    display: inline-block;
    font-size: 14px;
    margin-bottom: 20px;
    vertical-align: top;
    width: 48.8%;
  }
  .block-addresses-list .items.addresses > .item:nth-last-child(1),
  .block-addresses-list .items.addresses > .item:nth-last-child(2) {
    margin-bottom: 0;
  }
  .block-addresses-list .items.addresses > .item:nth-child(even) {
    margin-left: 2.4%;
  }
  .control.captcha-image .captcha-img {
    margin: 0 10px 10px 0;
  }
  .page-product-downloadable .product-options-wrapper {
    float: left;
    width: 55%;
  }
  .page-product-downloadable .product-options-bottom {
    float: right;
    width: 40%;
  }
  .page-product-downloadable .product-options-bottom .field.qty + .actions {
    padding-top: 0;
  }
  .gift-message .field {
    margin-bottom: 20px;
  }
  .gift-options {
    position: relative;
    z-index: 1;
  }
  .gift-options .actions-toolbar {
    clear: both;
    float: right;
    position: static;
  }
  .gift-options .actions-toolbar .secondary {
    float: right;
  }
  .gift-options .actions-toolbar .secondary .action {
    float: right;
    margin-left: 20px;
  }
  .gift-options .actions-toolbar .secondary .action-cancel {
    display: block;
    float: left;
    margin-top: 6px;
  }
  .gift-options .actions-toolbar:nth-child(3):before {
    border-left: 1px solid #c1c1c1;
    bottom: 5rem;
    content: '';
    display: block;
    left: 50%;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 0;
  }
  .gift-options-title {
    font-weight: 300;
    font-size: 1.8rem;
  }
  .cart.table-wrapper .action-gift {
    float: left;
  }
  .order-options .gift-wrapping,
  .table-order-review .gift-wrapping {
    max-width: 50%;
  }
  .form-giftregistry-search .fieldset {
    margin-bottom: 29px;
  }
  .form-giftregistry-search .fieldset > .fields-specific-options > .field {
    margin: 0 0 20px;
    box-sizing: border-box;
  }
  .form-giftregistry-search .fieldset > .fields-specific-options > .field > .label {
    margin: 0;
  }
  .form-giftregistry-search .fieldset > .fields-specific-options > .field:before,
  .form-giftregistry-search .fieldset > .fields-specific-options > .field:after {
    content: '';
    display: table;
  }
  .form-giftregistry-search .fieldset > .fields-specific-options > .field:after {
    clear: both;
  }
  .form-giftregistry-search .fieldset > .fields-specific-options > .field.choice:before,
  .form-giftregistry-search .fieldset > .fields-specific-options > .field.no-label:before {
    padding: 6px 15px 0 0;
    width: 25.8%;
    box-sizing: border-box;
    content: ' ';
    float: left;
    height: 1px;
  }
  .form-giftregistry-search .fieldset > .fields-specific-options > .field .description {
    padding: 6px 15px 0 0;
    text-align: right;
    width: 25.8%;
    box-sizing: border-box;
    float: left;
  }
  .form-giftregistry-search .fieldset > .fields-specific-options > .field:not(.choice) > .label {
    padding: 6px 15px 0 0;
    text-align: right;
    width: 25.8%;
    box-sizing: border-box;
    float: left;
  }
  .form-giftregistry-search .fieldset > .fields-specific-options > .field:not(.choice) > .control {
    width: 74.2%;
    float: left;
  }
  .block-giftregistry-shared-items .product-item-photo {
    display: table-cell;
    max-width: 100%;
    padding: 0 20px 0 0;
    vertical-align: top;
    width: 1%;
  }
  .block-giftregistry-shared-items .product-item-details {
    display: table-cell;
    vertical-align: top;
    width: 99%;
    word-break: normal;
  }
  .block-giftregistry-shared-items .col.product {
    width: 48%;
  }
  .block-giftregistry-shared-items .col:not(.product) {
    text-align: center;
  }
  .block-giftregistry-shared-items .col.price {
    padding-top: 17px;
  }
  .block-giftregistry-shared-items .input-text.qty {
    margin-top: -4px;
  }
  .gift-options-cart-item .gift-wrapping,
  .cart-gift-item .gift-wrapping {
    box-sizing: border-box;
    float: left;
    padding-right: 20px;
    width: 50%;
  }
  .gift-options-cart-item .gift-wrapping + .gift-message,
  .cart-gift-item .gift-wrapping + .gift-message {
    border-left: 1px solid #c1c1c1;
    box-sizing: border-box;
    float: left;
    padding-left: 4.5rem;
    width: 50%;
  }
  .form-add-invitations .additional,
  .form-add-invitations .field.text {
    margin-top: 29px;
  }
  .table-invitations .col {
    width: 50%;
  }
  .wishlist.window.popup {
    bottom: auto;
    top: 20%;
    left: 50%;
    margin-left: -212px;
    width: 380px;
    right: auto;
  }
  .wishlist.window.popup .field {
    margin: 0 0 20px;
  }
  .wishlist.window.popup .field:not(.choice) > .label {
    box-sizing: content-box;
    float: none;
    width: auto;
    text-align: left;
    padding: 0;
  }
  .wishlist.window.popup .field:not(.choice) > .control {
    float: none;
    width: auto;
  }
  .wishlist.window.popup .field > .label {
    margin: 0 0 5px;
    display: inline-block;
  }
  .wishlist.window.popup .field.choice:before,
  .wishlist.window.popup .field.no-label:before {
    display: none;
  }
  .block-wishlist-management {
    margin-bottom: 20px;
  }
  .block-wishlist-management .wishlist-select {
    border-bottom: 1px solid #e8e8e8;
    display: table;
    margin-bottom: 15px;
    width: 100%;
  }
  .block-wishlist-management .wishlist-select .wishlist-name {
    display: table-cell;
    margin-right: 10px;
    padding: 5px 10px 10px;
    vertical-align: top;
    white-space: nowrap;
    width: 5%;
  }
  .block-wishlist-management .wishlist-select-items {
    display: table-cell;
    padding-right: 160px;
    vertical-align: top;
  }
  .block-wishlist-management .wishlist-select-items .item {
    display: inline-block;
    margin-right: 10px;
    padding: 5px 10px 10px;
  }
  .block-wishlist-management .wishlist-select-items .item:last-child {
    margin-right: 0;
  }
  .block-wishlist-management .wishlist-select-items .current {
    border-bottom: 3px solid #ff5501;
    font-weight: 600;
  }
  .block-wishlist-management .wishlist-select .wishlist-name-current {
    display: none;
  }
  .block-wishlist-management .wishlist-add.item {
    position: absolute;
    right: 0;
    top: 0;
  }
  .block-wishlist-management .wishlist-title strong {
    font-size: 4rem;
  }
  .block-wishlist-management .wishlist-info {
    float: left;
  }
  .block-wishlist-management .wishlist-toolbar {
    float: right;
  }
  .block-wishlist-info-items .product-item-photo {
    margin-left: 0;
  }
  .products-grid.wishlist .product-item-checkbox {
    float: left;
  }
  .products-grid.wishlist .product-item-checkbox + .product-item-name {
    margin-left: 25px;
  }
  .block.newsletter {
    max-width: 44%;
    width: max-content;
  }
  .block.newsletter .field {
    margin-right: 5px;
  }
  .block.newsletter .field.newsletter {
    max-width: 220px;
  }
  .block.newsletter .field .control {
    width: 100%;
  }
  .block.newsletter .action.subscribe {
    border-radius: 3px;
  }
  .paypal-review .paypal-review-title {
    border-bottom: 1px solid #d1d1d1;
  }
  .paypal-review .block-content .box-order-shipping-address,
  .paypal-review .block-content .box-order-shipping-method,
  .paypal-review .block-content .box-order-shipping-method + .box-order-billing-address {
    box-sizing: border-box;
    float: left;
    width: 33%;
  }
  .paypal-review .block-content .box-order-shipping-address {
    padding: 0 5%;
    width: 34%;
  }
  .paypal-review .col.subtotal,
  .paypal-review .mark,
  .paypal-review .amount {
    text-align: right;
  }
  .products.wrapper.list .product-reviews-summary {
    margin: 0;
  }
  .reward-settings + .actions-toolbar {
    margin-top: -32px;
  }
  .form-create-return .additional .field:last-child {
    margin-top: 29px;
  }
  .magento-rma-guest-returns .column.main .block:not(.widget) .block-content .box {
    margin-bottom: 20px;
  }
  .block-returns-tracking .block-title .action {
    margin: 0 0 0 30px;
  }
  .block-returns-tracking .block-title .actions-track {
    float: right;
    margin-top: 12px;
  }
  .table-order-items .subtotal,
  .table-order-items .amount {
    text-align: right;
  }
  .table-order-items.creditmemo .col.qty,
  .table-order-items.creditmemo .col.discount,
  .table-order-items.creditmemo .col.subtotal {
    text-align: center;
  }
  .table-order-items.creditmemo .col.total {
    text-align: right;
  }
  .order-pager-wrapper .order-pager-wrapper-top {
    padding-left: 0;
    padding-right: 0;
  }
  .order-pager-wrapper .pages {
    float: right;
  }
  .order-actions-toolbar .action.print {
    display: block;
    float: right;
  }
  .page-title-wrapper .order-date {
    margin-top: -20px;
  }
  [class^='sales-guest-'] .column.main .block:not(.widget) .block-content .box,
  .sales-guest-view .column.main .block:not(.widget) .block-content .box {
    margin-bottom: 20px;
  }
  .page-wrapper > .breadcrumbs,
  .page-wrapper > .top-container,
  .page-wrapper > .widget {
    box-sizing: border-box;
    width: 100%;
  }
  .navigation ul {
    padding: 0 8px;
  }
  .header.panel > .header.links {
    float: right;
    font-size: 0;
    margin: 0;
    padding: 0;
    list-style: none none;
    margin-left: auto;
  }
  .header.panel > .header.links > li {
    display: inline-block;
    vertical-align: top;
  }
  .header.panel > .header.links > li {
    font-size: 14px;
    margin: 0 0 0 15px;
  }
  .header.panel > .header.links > li.welcome,
  .header.panel > .header.links > li a {
    line-height: 1.4;
  }
  .header.panel > .header.links > li.welcome a {
    padding-left: 5px;
  }
  .header.content {
    padding: 30px 20px 0;
  }
  .page-header {
    border: 0;
    margin-bottom: 0;
  }
  .page-header .panel.wrapper {
    border-bottom: 1px solid #e8e8e8;
  }
  .page-header .header.panel {
    padding-bottom: 10px;
    padding-top: 10px;
  }
  .page-header .switcher {
    display: inline-block;
  }
  .page-main > .page-title-wrapper .page-title {
    display: inline-block;
  }
  .page-main > .page-title-wrapper .page-title + .action {
    float: right;
    margin-top: 20px;
  }
  .logo {
    margin: 0 auto 25px 0;
  }
  .logo img {
    max-height: inherit;
  }
  .footer.content .block {
    float: right;
  }
  .footer.content .links {
    display: inline-block;
    margin-bottom: 20px;
    padding: 0 50px 0 0;
    vertical-align: top;
  }
  .footer.content .switcher.store {
    display: inline-block;
    padding-right: 50px;
    vertical-align: top;
  }
  .my-credit-cards .card-type img {
    display: block;
  }
  .products-grid.wishlist .product-item-tooltip {
    display: inline-block;
  }
  .products-grid.wishlist .product-item-actions {
    margin: 10px 0 0;
  }
  .products-grid.wishlist .product-item .fieldset .field.qty {
    margin-bottom: 10px;
    padding-right: 10px;
  }
  .products-grid.wishlist .product-item .fieldset .field.qty .label {
    width: auto;
  }
  .products-grid.wishlist .product-item .box-tocart .actions-primary {
    margin: 0;
  }
  .products-grid.wishlist .product-item .box-tocart .stock {
    margin: 20px 0 0;
  }
  .wishlist-index-index .product-item-info {
    width: 240px;
  }
}
@media all and (min-width: 1024px), print {
  .checkout-index-index .modal-popup .modal-inner-wrap {
    margin-left: -400px;
    width: 800px;
    left: 50%;
  }
  .opc-wrapper .shipping-address-item {
    width: 33.33333333%;
  }
  .opc-wrapper .shipping-address-item:before {
    background: #cccccc;
    height: calc(100% - 20px);
    content: '';
    left: 0;
    position: absolute;
    top: 0;
    width: 1px;
  }
  .opc-wrapper .shipping-address-item:nth-child(3n + 1):before {
    display: none;
  }
  .opc-wrapper .shipping-address-item.selected-item:before {
    display: none;
  }
  .opc-wrapper .shipping-address-item.selected-item + .shipping-address-item:before {
    display: none;
  }
  .table-checkout-shipping-method {
    min-width: 500px;
  }
  .wishlist-index-index .products-grid .product-items {
    margin: 0;
  }
  .wishlist-index-index .products-grid .product-item {
    margin-left: calc((100% - 4 * 24.439%) / 3);
    padding: 0;
    width: 24.439%;
  }
  .wishlist-index-index .products-grid .product-item:nth-child(4n + 1) {
    margin-left: 0;
  }
}
@media all and (min-width: 1440px), print {
  .sidebar .product-items .product-item-info .product-item-photo {
    float: none;
    left: 0;
    margin: 0;
    position: absolute;
    top: 0;
  }
  .sidebar .product-items .product-item-details {
    margin-left: 85px;
  }
}
/**
 * @category    Horizon
 * @package     Horizon_CodazonUnlimited_Child
 * @author      Ahmed Walied <info@horizondm.com>
 * @copyright   Copyright © 2024 Horizon
 */
/**
 * @category    Horizon
 * @package     Horizon_CodazonUnlimited_Child
 * @author      Ahmed Walied <info@horizondm.com>
 * @copyright   Copyright © 2024 Horizon
 */
.sticky-menu.active .panel.wrapper,
#header-top,
.page-header .sticky-menu:not(.active) #header-middle,
#header-bottom,
.breadcrumbs .items,
.page-main:not(.page-main-full) > div,
.container {
  max-width: 1440px !important;
}
@media only screen and (max-width: 1440px) {
  .sticky-menu.active .panel.wrapper,
  #header-top,
  .page-header .sticky-menu:not(.active) #header-middle,
  #header-bottom,
  .breadcrumbs .items,
  .page-main:not(.page-main-full) > div,
  .container {
    padding-left: 32px !important;
    padding-right: 32px !important;
  }
}
@media only screen and (max-width: 1199px) {
  .sticky-menu.active .panel.wrapper,
  #header-top,
  .page-header .sticky-menu:not(.active) #header-middle,
  #header-bottom,
  .breadcrumbs .items,
  .page-main:not(.page-main-full) > div,
  .container {
    padding-left: 24px !important;
    padding-right: 24px !important;
  }
}
@media only screen and (max-width: 767px) {
  .sticky-menu.active .panel.wrapper,
  #header-top,
  .page-header .sticky-menu:not(.active) #header-middle,
  #header-bottom,
  .breadcrumbs .items,
  .page-main:not(.page-main-full) > div,
  .container {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }
}
.page-header .sticky-menu.active #header-bottom {
  padding-right: 25rem !important;
}
.container.sticky-menu,
.header-top-panel.container,
.footer-content-top .container,
.page-header .sticky-menu.active #header-middle,
.navigation,
.breadcrumbs,
.page-header .header.panel,
.header.content,
.footer.content,
.page-main,
.page-wrapper > .widget,
.page-wrapper > .page-bottom,
.block.category.event,
.top-container {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.container.sticky-menu,
.footer-content-top .container,
#header-top,
.page-header .sticky-menu:not(.active) #header-middle,
#header-bottom {
  max-width: 100% !important;
}
#header-middle .panel.header {
  max-width: 1440px !important;
}
.product-view-style-04 .product-info-main .product-left,
.product-view-style-04 .product-info-main .product-right {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
/**
 * @category    Horizon
 * @package     Horizon_CodazonUnlimited_Child
 * @author      Ahmed Walied <info@horizondm.com>
 * @copyright   Copyright © 2024 Horizon
 */
#header-top,
#header-middle,
#header-bottom {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
#header-top .row,
#header-middle .row,
#header-bottom .row {
  margin-left: 0px;
  margin-right: 0px;
}
#header-top .header-top-panel .header-top-left,
#header-top .header-top-panel .header-panel-right {
  display: inline-flex;
  width: fit-content;
}
#header-middle .header-panel-row {
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
#header-middle .header-panel-row .header-search-wrap .block-search {
  border-radius: 2rem;
}
#header-middle .header-panel-row .header-search-wrap .block-search .block-content .category-chooser.dropdown .category-list {
  text-align: left;
}
#header-middle .header-panel-row .header-search-wrap .block-search #search {
  height: 4rem;
}
#header-middle .header-panel-row .header-search-wrap .block-search .form.minisearch .action.search {
  width: 4rem;
  height: 4rem;
  border: none;
  background: none;
  border-radius: 50%;
}
#header-middle .header-panel-row .header-search-wrap .block-search .form.minisearch .action.search::before {
  font-size: 2.4rem;
  color: #000000;
}
@media only screen and (min-width: 768px) {
  #header-middle .header-panel-row .header-search-wrap .block-search .form.minisearch {
    padding-right: 4rem;
    padding-left: 1rem;
  }
  #header-middle .header-panel-row .header-search-wrap .block-search .form.minisearch.has-cat {
    padding-right: 0;
    padding-left: 16.5rem;
  }
  #header-middle .header-panel-row .header-search-wrap .block-search .form.minisearch.has-cat .action.search {
    left: 13rem;
    right: unset;
  }
}
@media only screen and (min-width: 768px) and only screen and (max-width: 767px) {
  #header-middle .header-panel-row .header-search-wrap .block-search .form.minisearch.has-cat {
    padding-left: 1rem;
  }
}
@media only screen and (min-width: 768px) {
  #header-middle .header-panel-left {
    width: 30%;
    min-width: 30%;
    max-width: unset;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1099px) {
  #header-middle .header-panel-left {
    width: 25%;
    min-width: 25%;
  }
}
@media only screen and (min-width: 768px) {
  #header-middle .header-panel-center {
    width: 40%;
    min-width: 40%;
    max-width: unset;
    padding-left: 0;
    padding-right: 0;
  }
}
#header-middle .header-panel-right {
  display: inline-flex;
  justify-content: flex-end;
  align-items: center;
}
@media only screen and (min-width: 768px) {
  #header-middle .header-panel-right {
    width: 30%;
    min-width: 30%;
    max-width: unset;
    margin: 0 0 0 0;
    padding: 0 10px 0 10px;
  }
}
#header-middle .header.features-links {
  display: inline-flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  margin-block: 0;
  padding-block: 0;
}
#desk_cart-wrapper .action.showcart,
#mobi_cart-wrapper .action.showcart,
#header-middle .header.features-links .authorization-link a,
#header-middle .header.features-links .link.wishlist #top-wishlist {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex-wrap: wrap;
  max-height: 4rem;
}
#desk_cart-wrapper .action.showcart::before,
#mobi_cart-wrapper .action.showcart::before,
#header-middle .header.features-links .authorization-link a::before,
#header-middle .header.features-links .link.wishlist #top-wishlist::before {
  display: flex;
  position: relative;
  font-family: "kalamone";
  background: #4ac3d6;
  color: #ffffff;
  width: 4rem;
  height: 4rem;
  min-width: 4rem;
  min-height: 4rem;
  border-radius: 50%;
  line-height: 4rem;
  font-size: 2rem;
  padding-left: 1rem;
  margin-right: 1rem;
}
#desk_cart-wrapper .action.showcart:hover::before,
#mobi_cart-wrapper .action.showcart:hover::before,
#header-middle .header.features-links .authorization-link a:hover::before,
#header-middle .header.features-links .link.wishlist #top-wishlist:hover::before {
  background: #87c54a;
  color: #ffffff;
}
#mobi_cart-wrapper .action.showcart::before {
  width: 3.5rem;
  height: 3.5rem;
  min-width: 3.5rem;
  min-height: 3.5rem;
  line-height: 3.5rem;
  padding-left: 0.75rem;
}
#desk_cart-wrapper .counter.qty,
#desk_cart-wrapper .action.showcart .counter.qty {
  top: -1.2rem;
  left: 2.6rem;
}
#desk_cart-wrapper:hover .action.showcart::before,
#desk_cart-wrapper .action.showcart:hover .action.showcart::before {
  background: #87c54a;
  color: #ffffff;
}
#header-middle .header.features-links .link.wishlist #top-wishlist {
  flex-direction: row;
  align-items: center;
  flex-wrap: nowrap;
}
#header-middle .header.features-links .link.wishlist #top-wishlist::before {
  content: "\e90a";
  padding-left: 0.9rem;
  line-height: 4.2rem;
}
#header-middle .header.features-links .authorization-link a {
  flex-direction: row;
  align-items: center;
  flex-wrap: nowrap;
}
#header-middle .header.features-links .authorization-link a::before {
  color: #4ac3d6;
  content: "\e909";
  line-height: 3.7rem;
  padding-left: 0.8rem;
  background: #ffffff;
  border: 0.2rem solid #4ac3d6;
}
#header-middle .header.features-links .authorization-link a:hover::before {
  background: #ffffff;
  border-color: #87c54a;
  color: #87c54a;
}
#header-middle .header.features-links .authorization-link {
  margin-left: 0;
  margin-right: 0;
}
#header-middle .header.features-links .link.wishlist {
  margin-left: 1.2rem;
  margin-right: 0;
}
#desk_cart-wrapper .action.showcart::before,
#mobi_cart-wrapper .action.showcart::before {
  content: "\e908";
}
#desk_cart-wrapper {
  padding-left: 0;
  min-width: unset;
  width: max-content;
  max-width: max-content;
  margin-left: 1rem;
}
#desk_cart-wrapper .action.showcart {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: wrap;
  max-height: 4rem;
}
#desk_cart-wrapper .action.showcart .cart-subtotal {
  display: none;
  color: #000000;
  height: fit-content;
  font: 500 1.2rem / 1.35 Helvetica Neue, Verdana, Arial, sans-serif;
}
#desk_cart-wrapper .action.showcart .text,
#header-middle .header.features-links .link.wishlist #top-wishlist .label,
#header-middle .header.features-links .authorization-link a .text-uppercase {
  color: #000000;
  height: fit-content;
  font: 600 1.4rem / 1.35 Helvetica Neue, Verdana, Arial, sans-serif;
}
@media only screen and (max-width: 1199px) {
  #desk_cart-wrapper .action.showcart .text,
  #header-middle .header.features-links .link.wishlist #top-wishlist .label,
  #header-middle .header.features-links .authorization-link a .text-uppercase {
    font-size: 1.2rem;
  }
}
@media only screen and (max-width: 999px) {
  .link.wishlist #top-wishlist .label,
  .authorization-link a .text-uppercase,
  .authorization-link a .text-underlink {
    display: none;
  }
}
.page-header .sticky-menu.active .header-panel-row {
  display: inline-flex;
  width: fit-content;
}
.page-header .sticky-menu.active #header-middle {
  width: auto;
  right: 16px;
}
@media only screen and (min-width: 1440px) {
  .page-header .sticky-menu.active #header-middle {
    right: calc((100% - 1408px)/2);
  }
}
.page-header .sticky-menu.active #header-bottom {
  padding-right: 24rem;
}
.page-header .sticky-menu.active .header-panel-right {
  width: fit-content;
  margin-left: 1rem;
}
.page-header .sticky-menu.active #desk_cart-wrapper .action.showcart {
  width: 4rem;
  height: 4rem;
  line-height: 4rem;
  background: transparent;
  border: none;
}
.page-header .sticky-menu.active #desk_cart-wrapper .action.showcart .text {
  display: none;
}
.page-header .sticky-menu.active #desk_cart-wrapper .action.showcart .counter.qty {
  top: -0.5rem;
  left: 3rem;
}
@media only screen and (min-width: 768px) {
  .page-header .sticky-menu.active .header-search-wrap {
    width: 65% !important;
    min-width: 65% !important;
    padding: 0 1rem 0 0 !important;
  }
}
.page-header .sticky-menu.active .header-search-wrap .header-search .search-form .block-search .block-content .cdz-cat-search .inner .current-cat {
  background: transparent;
}
.page-header .sticky-menu.active .header-search-wrap .header-search #search_mini_form > div.actions > .action.search {
  left: unset;
  right: 0;
}
.page-header .sticky-menu.active .header-search-wrap .header-search #search_mini_form #search {
  background: transparent;
}
.page-header .sticky-menu.active .header-search-wrap .header-search:hover #search_mini_form div.actions > .action.search {
  left: auto;
  right: 0.5rem;
}
.page-header .sticky-menu.active .header-search-wrap .header-search:hover #search_mini_form.has-cat div.actions > .action.search {
  left: 13rem;
  right: auto;
}
.page-header .sticky-menu.active #desk_cart-wrapper .action.showcart::before,
.page-header .sticky-menu.active #mobi_cart-wrapper .action.showcart::before,
.page-header .sticky-menu.active #header-middle .header.features-links .authorization-link a::before,
.page-header .sticky-menu.active #header-middle .header.features-links .link.wishlist #top-wishlist::before {
  margin-right: 0 !important;
}
.page-header .sticky-menu.active .header.features-links .link.wishlist #top-wishlist .label,
.page-header .sticky-menu.active .header.features-links .authorization-link a .text-uppercase,
.page-header .sticky-menu.active .header.features-links .authorization-link a .text-underlink {
  display: none;
}
#header-bottom .cdz-horizontal-menu .groupmenu li.level0 > a.menu-link {
  padding: 1.6rem 1rem;
}
.page-header .sticky-menu:not(.active) #header-bottom .cdz-horizontal-menu .groupmenu {
  display: inline-flex;
  justify-content: center;
}
@media only screen and (max-width: 767px) {
  .page-header #header-middle .header-panel-left {
    display: inline-flex;
    justify-content: space-around;
    width: 100%;
  }
  .page-header .sticky-menu.active #header-middle {
    width: 100%;
    max-width: 100% !important;
    padding-left: 16px !important;
    padding-right: 16px !important;
  }
  .page-header .sticky-menu.active .nav-toggle {
    left: 0 !important;
  }
}
/**
 * @category    Horizon
 * @package     Horizon_CodazonUnlimited_Child
 * @author      Ahmed Walied <info@horizondm.com>
 * @copyright   Copyright © 2024 Horizon
 */
.page-footer {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  margin-top: 3rem;
}
@media only screen and (max-width: 767px) {
  .page-footer {
    padding-bottom: 60px !important;
  }
}
.footer-style-05 {
  padding-top: 3rem;
  padding-bottom: 2rem;
}
.footer-style-05 .footer.content {
  display: flex;
  width: 100%;
  flex-direction: row;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .footer-style-05 .footer.content {
    flex-direction: column;
  }
}
.footer-style-05 .footer.content .footer-logo-wrapper {
  display: flex;
  width: 45%;
  flex-wrap: nowrap;
  flex-direction: column;
}
@media only screen and (max-width: 767px) {
  .footer-style-05 .footer.content .footer-logo-wrapper {
    width: 100%;
    text-align: center;
  }
}
.footer-style-05 .footer.content .footer-logo-wrapper .footer-logo {
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .footer-style-05 .footer.content .footer-logo-wrapper .footer-logo {
    text-align: center;
  }
}
.footer-style-05 .footer.content .footer-logo-wrapper .footer-logo img {
  width: 70%;
}
.footer-style-05 .footer.content .footer-logo-wrapper .footer-social {
  margin-bottom: 0;
}
.footer-style-05 .footer.content .footer-logo-wrapper .footer-social.hover-iconsocial a {
  color: #ffffff;
}
.footer-style-05 .footer.content .footer-logo-wrapper .footer-social.hover-iconsocial a:hover {
  color: #000000;
}
.footer-style-05 .footer.content .footer-logo-wrapper #footer-content-1 {
  display: flex;
  flex-direction: column;
  width: fit-content;
}
@media only screen and (max-width: 767px) {
  .footer-style-05 .footer.content .footer-logo-wrapper #footer-content-1 {
    margin-left: auto;
    margin-right: auto;
  }
}
.footer-style-05 .footer.content .footer-logo-wrapper #footer-content-1 .address,
.footer-style-05 .footer.content .footer-logo-wrapper #footer-content-1 .support {
  display: inline-flex;
  width: fit-content;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 5px;
}
.footer-style-05 .footer.content .footer-logo-wrapper #footer-content-1 .address a,
.footer-style-05 .footer.content .footer-logo-wrapper #footer-content-1 .support a {
  color: #ffffff;
}
.footer-style-05 .footer.content .footer-logo-wrapper #footer-content-1 .address a:hover,
.footer-style-05 .footer.content .footer-logo-wrapper #footer-content-1 .support a:hover {
  color: #000000;
}
.footer-style-05 .footer.content .footer-logo-wrapper #footer-content-1 .address a::after,
.footer-style-05 .footer.content .footer-logo-wrapper #footer-content-1 .support a::after {
  content: none;
}
.footer-style-05 .footer.content .footer-logo-wrapper #footer-content-1 .address p,
.footer-style-05 .footer.content .footer-logo-wrapper #footer-content-1 .support p,
.footer-style-05 .footer.content .footer-logo-wrapper #footer-content-1 .address a,
.footer-style-05 .footer.content .footer-logo-wrapper #footer-content-1 .support a {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 0;
  padding-bottom: 0;
}
.footer-style-05 .footer.content .footer-logo-wrapper #footer-content-1 .address::before,
.footer-style-05 .footer.content .footer-logo-wrapper #footer-content-1 .support::before {
  width: 24px;
  height: 24px;
  padding: 5px;
  font-size: 14px;
  line-height: 1;
  color: #8bc53f;
  border-radius: 50%;
  background-color: #ffffff;
}
.footer-style-05 .footer.content .footer-logo-wrapper #footer-content-1 .address::before {
  content: "\e997";
  font-family: CodazonFont;
}
.footer-style-05 .footer.content .footer-logo-wrapper #footer-content-1 .last.support::before {
  content: "\f003";
  font-family: FontAwesome;
}
.footer-style-05 .footer.content .footer-content-wrapper {
  display: flex;
  width: 50%;
  padding-top: 3rem;
  flex-direction: row;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .footer-style-05 .footer.content .footer-content-wrapper {
    width: 100%;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
  }
}
.footer-style-05 .footer.content .footer-content-wrapper .footer-category-column {
  display: flex;
  width: calc(100% / 3);
}
.footer-style-05 .footer.content .footer-content-wrapper .footer-category-column .footer-box {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
}
.footer-style-05 .footer.content .footer-content-wrapper .footer-category-column .footer-box #footer-content-2 li > a {
  color: #ffffff;
}
.footer-style-05 .footer.content .footer-content-wrapper .footer-category-column .footer-box #footer-content-2 li > a:hover {
  color: #000000;
}
.footer-style-05 .footer.content .footer-content-wrapper .footer-category-column .footer-box #footer-content-2 li > a::after {
  content: none;
}
@media only screen and (max-width: 767px) {
  .footer-style-05 .footer.content .footer-content-wrapper .footer-category-column {
    width: 50%;
  }
  .footer-style-05 .footer.content .footer-content-wrapper .footer-category-column .footer-box {
    width: 100%;
    align-items: center;
  }
  .footer-style-05 .footer.content .footer-content-wrapper .footer-category-column .footer-box .link-toggle {
    margin-bottom: 5px;
  }
  .footer-style-05 .footer.content .footer-content-wrapper .footer-category-column .footer-box #footer-content-2 {
    display: flex !important;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    height: max-content;
    visibility: visible;
    width: 100%;
    opacity: 1;
  }
}
.footer-style-05 .footer.content .footer-content-wrapper .footer-content-column {
  display: flex;
  width: calc(2 * 100% / 3);
}
.footer-style-05 .footer.content .footer-content-wrapper .footer-content-column .footer-box {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 50%;
}
.footer-style-05 .footer.content .footer-content-wrapper .footer-content-column .footer-box #footer-content-3 li > a,
.footer-style-05 .footer.content .footer-content-wrapper .footer-content-column .footer-box #footer-content-4 li > a {
  color: #ffffff;
}
.footer-style-05 .footer.content .footer-content-wrapper .footer-content-column .footer-box #footer-content-3 li > a:hover,
.footer-style-05 .footer.content .footer-content-wrapper .footer-content-column .footer-box #footer-content-4 li > a:hover {
  color: #000000;
}
.footer-style-05 .footer.content .footer-content-wrapper .footer-content-column .footer-box #footer-content-3 li > a::after,
.footer-style-05 .footer.content .footer-content-wrapper .footer-content-column .footer-box #footer-content-4 li > a::after {
  content: none;
}
@media only screen and (max-width: 767px) {
  .footer-style-05 .footer.content .footer-content-wrapper .footer-content-column {
    width: 50%;
    flex-direction: column;
    margin-left: auto;
    margin-right: auto;
  }
  .footer-style-05 .footer.content .footer-content-wrapper .footer-content-column .footer-box {
    width: 100%;
    align-items: center;
  }
  .footer-style-05 .footer.content .footer-content-wrapper .footer-content-column .footer-box .link-toggle {
    margin-bottom: 5px;
  }
  .footer-style-05 .footer.content .footer-content-wrapper .footer-content-column .footer-box #footer-content-3,
  .footer-style-05 .footer.content .footer-content-wrapper .footer-content-column .footer-box #footer-content-4 {
    display: flex !important;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    height: max-content;
    visibility: visible;
    width: 100%;
    opacity: 1;
  }
  .footer-style-05 .footer.content .footer-content-wrapper .footer-content-column .footer-box #footer-content-3 {
    padding-bottom: 10px;
  }
}
.footer-content-bottom {
  width: 100%;
  background-color: #ffffff;
  margin-bottom: -20px;
  max-height: 34px;
}
.footer-content-bottom .copyrights-wrapper {
  width: 100%;
  color: black;
  justify-content: center;
  padding-top: 10px;
  padding-bottom: 2px;
  display: inline-flex;
}
.footer-content-bottom .copyrights-wrapper a img {
  max-height: 24px;
}
/**
 * @category    Horizon
 * @package     Horizon_CodazonUnlimited_Child
 * @author      Ahmed Walied <info@horizondm.com>
 * @copyright   Copyright © 2024 Horizon
 */
@media only screen and (min-width: 768px) {
  .kalamone-main-slide-caption {
    top: 25%;
  }
}
.kalamone-main-slide-caption p {
  font-size: 48px;
  margin-bottom: 0;
  color: #2a2766;
  line-height: 48px;
}
.kalamone-main-slide-caption .view-more-btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 36px;
  width: 168px;
  min-width: 168px;
  margin-top: 15%;
  color: #fff;
  background: #8cc643;
  border-color: #8cc643;
}
.kalamone-main-slide-caption .view-more-btn:hover {
  background: #4ac3d6;
  border-color: #4ac3d6;
}
.kalamone-category-circle-wrapper {
  display: flex;
  flex-wrap: nowrap;
  margin-left: auto;
  margin-right: auto;
  flex-direction: row;
  align-items: flex-start;
  justify-content: center;
  gap: 3rem;
}
@media only screen and (max-width: 767px) {
  .kalamone-category-circle-wrapper {
    flex-wrap: wrap;
    width: 55%;
  }
}
@media only screen and (max-width: 600px) {
  .kalamone-category-circle-wrapper {
    width: 75%;
  }
}
@media only screen and (max-width: 440px) {
  .kalamone-category-circle-wrapper {
    width: 90%;
  }
}
.kalamone-category-circle-wrapper .category-circle {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  gap: 6px;
}
.kalamone-category-circle-wrapper .category-circle::before {
  content: "";
  display: flex;
  width: 9.6rem;
  height: 9.6rem;
  color: #ffffff;
  font-size: 4.8rem;
  border-radius: 50%;
  align-items: center;
  background: #4ac3d6;
  font-family: "kalamone";
  justify-content: center;
}
.kalamone-category-circle-wrapper .category-circle span {
  line-height: 1.1;
  font-weight: 500;
  font-size: 1.6rem;
  color: #000000;
}
.kalamone-category-circle-wrapper .category-circle:hover::before {
  color: #ffffff;
  background: #87c54a;
}
.kalamone-category-circle-wrapper .category-circle:hover span {
  color: #4ac3d6;
  text-decoration: none;
}
@media only screen and (max-width: 767px) {
  .kalamone-category-circle-wrapper .category-circle::before {
    width: 8rem;
    height: 8rem;
  }
}
.kalamone-category-circle-wrapper .category-circle.arts::before {
  content: "\e90b";
}
.kalamone-category-circle-wrapper .category-circle.books::before {
  content: "\e90d";
}
.kalamone-category-circle-wrapper .category-circle.ebooks::before {
  content: "\e90c";
}
.kalamone-category-circle-wrapper .category-circle.gifts::before {
  content: "\e90e";
}
.kalamone-category-circle-wrapper .category-circle.kids::before {
  content: "\e90f";
}
.kalamone-category-circle-wrapper .category-circle.toys::before {
  content: "\e910";
}
.product-list-style-51 > .cdz-block-content > .cdz-product > div > div > .owl-nav > .owl-next,
.product-list-style-51 > .cdz-block-content > .cdz-product > div > div > .owl-nav > .owl-prev {
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
.kalamone-three-column-banner {
  display: flex;
  width: 100%;
  flex-direction: row;
  gap: 32px;
}
.kalamone-three-column-banner .left-banner-wrapper,
.kalamone-three-column-banner .center-banner-wrapper,
.kalamone-three-column-banner .right-banner-wrapper {
  display: flex;
  width: 33%;
}
.kalamone-three-column-banner .left-banner-wrapper .left-banner,
.kalamone-three-column-banner .center-banner-wrapper .left-banner,
.kalamone-three-column-banner .right-banner-wrapper .left-banner,
.kalamone-three-column-banner .left-banner-wrapper .right-banner,
.kalamone-three-column-banner .center-banner-wrapper .right-banner,
.kalamone-three-column-banner .right-banner-wrapper .right-banner,
.kalamone-three-column-banner .left-banner-wrapper .left-banner img,
.kalamone-three-column-banner .center-banner-wrapper .left-banner img,
.kalamone-three-column-banner .right-banner-wrapper .left-banner img,
.kalamone-three-column-banner .left-banner-wrapper .right-banner img,
.kalamone-three-column-banner .center-banner-wrapper .right-banner img,
.kalamone-three-column-banner .right-banner-wrapper .right-banner img {
  width: 100%;
  height: auto;
  border-radius: 8px;
}
.kalamone-three-column-banner .left-banner-wrapper .left-banner-desc,
.kalamone-three-column-banner .center-banner-wrapper .left-banner-desc,
.kalamone-three-column-banner .right-banner-wrapper .left-banner-desc,
.kalamone-three-column-banner .left-banner-wrapper .right-banner-desc,
.kalamone-three-column-banner .center-banner-wrapper .right-banner-desc,
.kalamone-three-column-banner .right-banner-wrapper .right-banner-desc {
  top: 25%;
  left: 10%;
}
@media only screen and (max-width: 1199px) {
  .kalamone-three-column-banner {
    gap: 24px;
  }
}
@media only screen and (max-width: 767px) {
  .kalamone-three-column-banner {
    flex-direction: column;
    gap: 16px;
  }
  .kalamone-three-column-banner .left-banner-wrapper,
  .kalamone-three-column-banner .center-banner-wrapper,
  .kalamone-three-column-banner .right-banner-wrapper {
    width: 100%;
  }
}
.cdz-product-wrap.base-slider.product-list-style-51 .cdz-block-title .b-title.h2 {
  display: inline-flex;
  width: 100%;
  align-items: baseline;
  justify-content: space-between;
  border-image-slice: 1;
  border-bottom: 2px solid;
  border-image-source: linear-gradient(90deg, #3e789c 0%, #50c4cd 49.5%, #89c545 100%);
}
.cdz-product-wrap.base-slider.product-list-style-51 .cdz-block-title .b-title.h2 .inner {
  border: none;
  color: #2a2766;
  font-weight: 600;
  font-size: 3.2rem;
  line-height: 2.4rem;
  text-transform: capitalize !important;
}
.cdz-product-wrap.base-slider.product-list-style-51 .cdz-block-title .b-title.h2 .block-action-link {
  display: inline-flex;
  float: right;
  color: #2a2766;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.2rem;
  text-transform: capitalize;
}
.cdz-product-wrap.base-slider.product-list-style-51 .cdz-block-title .b-title.h2 .block-action-link::after {
  content: "\f054";
  font-family: FontAwesome;
  padding-left: 1rem;
  font-size: 1.2rem;
}
.cdz-product-wrap.base-slider.product-list-style-51 .cdz-block-title .b-title.h2 .block-action-link:hover {
  color: #4ac3d6;
}
.cdz-product-wrap.base-slider.product-list-style-51 .cdz-block-title .b-title.h2 .block-action-link:hover::after {
  color: #4ac3d6;
}
.kalamone-authors-block {
  padding-top: 20px;
  padding-bottom: 20px;
  background: linear-gradient(261.91deg, #54c4cb 0.21%, #30a6ad 98.45999999999999%);
}
.kalamone-authors-block .cdz-block-title.author-title .block-title {
  display: inline-flex;
  width: 100%;
  margin-bottom: 2rem;
  align-items: baseline;
  padding-bottom: 1.1rem;
  justify-content: space-between;
  border-bottom: 2px solid #ffffff;
}
.kalamone-authors-block .cdz-block-title.author-title .block-title .inner {
  border: none;
  color: #ffffff;
  font-weight: 600;
  font-size: 3.2rem;
  line-height: 2.4rem;
  text-transform: capitalize;
}
.kalamone-authors-block .cdz-block-title.author-title .block-title .block-action-link {
  display: inline-flex;
  float: right;
  color: #ffffff;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.2rem;
  text-transform: capitalize;
}
.kalamone-authors-block .cdz-block-title.author-title .block-title .block-action-link::after {
  content: "\f054";
  font-family: FontAwesome;
  padding-left: 1rem;
  font-size: 1.2rem;
}
.kalamone-authors-block .cdz-block-title.author-title .block-title .block-action-link:hover {
  color: #000000;
}
.kalamone-authors-block .cdz-block-title.author-title .block-title .block-action-link:hover::after {
  color: #000000;
}
.kalamone-authors-block .cdz-slider .cdz-block-content .items .owl-stage-outer .owl-stage .owl-item .item .author-card {
  display: flex;
  flex-wrap: nowrap;
  border-radius: 0.8rem;
  flex-direction: column;
  align-items: flex-start;
  max-height: fit-content;
  padding: 2.4rem 2rem 2rem;
  background-color: #ffffff;
  justify-content: flex-start;
}
.kalamone-authors-block .cdz-slider .cdz-block-content .items .owl-stage-outer .owl-stage .owl-item .item .author-card .author-name {
  font-size: 2rem;
  font-weight: 600;
  color: #000000;
  margin-bottom: unset;
}
@media only screen and (max-width: 767px) {
  .kalamone-authors-block .cdz-slider .cdz-block-content .items .owl-stage-outer .owl-stage .owl-item .item .author-card .author-name {
    font-size: 1.5rem;
  }
}
.kalamone-authors-block .cdz-slider .cdz-block-content .items .owl-stage-outer .owl-stage .owl-item .item .author-card .author-publish {
  font-size: 1.2rem;
  font-weight: 400;
  color: #000000;
  margin-bottom: unset;
}
/**
 * @category    Horizon
 * @package     Horizon_CodazonUnlimited_Child
 * @author      Ahmed Walied <info@horizondm.com>
 * @copyright   Copyright © 2024 Horizon
 */
@media only screen and (max-width: 767px) {
  .product-list-style-51 .products .product .product-item-info .product-item-top .button-hover-wrap.hidden-xs {
    display: flex !important;
    flex-direction: column;
    position: absolute;
    gap: 10px;
    top: 5px;
    right: 10px;
    z-index: 30;
  }
  .product-list-style-51 .products .product .product-item-info .product-item-top .button-hover-wrap.hidden-xs .qs-wrap {
    display: none;
  }
  .product-list-style-51 .products .product .product-item-info .product-item-top .button-hover-wrap.hidden-xs .action.towishlist,
  .product-list-style-51 .products .product .product-item-info .product-item-top .button-hover-wrap.hidden-xs .action.tocompare {
    display: flex;
    width: 30px;
    height: 30px;
    color: #ffffff;
    border-radius: 50%;
    align-items: center;
    background: #4ac3d6;
    justify-content: center;
  }
  .product-list-style-51 .products .product .product-item-info .product-item-top .button-hover-wrap.hidden-xs .action.towishlist::before,
  .product-list-style-51 .products .product .product-item-info .product-item-top .button-hover-wrap.hidden-xs .action.tocompare::before {
    color: #ffffff;
  }
  .product-list-style-51 .products .product .product-item-info .product-item-top .button-hover-wrap.hidden-xs .action.towishlist span,
  .product-list-style-51 .products .product .product-item-info .product-item-top .button-hover-wrap.hidden-xs .action.tocompare span {
    display: none;
  }
  .product-list-style-51 .products .product .product-item-info .product-item-top .button-hover-wrap.hidden-xs .action.towishlist::before {
    font: normal normal 14px / 1 FontAwesome;
    content: "\f08a";
  }
  .product-list-style-51 .products .product .product-item-info .product-item-top .button-hover-wrap.hidden-xs .action.tocompare::before {
    font: normal normal 14px / 1 FontAwesome;
    content: '\f0c5';
  }
}
.product-list-style-51 .products .product .product-item-info .product-item-details .product-item-inner .product-item-name {
  min-height: 34px !important;
  max-height: 34px !important;
}
.product-list-style-51 .products .product .product-item-info .product-item-details .product-item-inner .product-item-name .product-item-link {
  display: block;
  min-height: 34px;
  max-height: 34px;
  line-height: 17px;
  text-overflow: ellipsis;
  overflow: hidden;
}
.product-list-style-51 .products .product .product-item-info .product-item-details .product-item-inner .button-hover-wrap .product-item-inner .product.actions .actions-primary form button.action.tocart {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.product-list-style-51 .products .product .product-item-info .product-item-details .product-item-inner .button-hover-wrap .product-item-inner .product.actions .actions-primary form button.action.tocart::before {
  font-family: "kalamone";
  content: "\e908";
}
.product-list-style-51 .products .product .product-item-info .product-item-details .product-item-inner .button-hover-wrap .product-item-inner .product.actions .actions-primary form button.action.tocart::after {
  content: none;
}
@media only screen and (max-width: 767px) {
  .product-list-style-51 .products .product .product-item-info .product-item-details .product-item-inner .button-hover-wrap {
    display: block;
    position: relative;
  }
  .product-list-style-51 .products .product .product-item-info .product-item-details .product-item-inner .button-hover-wrap .product-item-inner .product.actions .actions-primary {
    width: 100%;
  }
  .product-list-style-51 .products .product .product-item-info .product-item-details .product-item-inner .button-hover-wrap .product-item-inner .product.actions .actions-primary form button.action.tocart {
    width: 100%;
  }
  .product-list-style-51 .products .product .product-item-info .product-item-details .product-item-inner .button-hover-wrap .product-item-inner .product.actions .actions-primary form button.action.tocart span {
    display: block !important;
    text-indent: 0;
    font-size: 12px;
  }
  .product-list-style-51 .products .product .product-item-info .product-item-details .product-item-inner .button-hover-wrap .product-item-inner .product.actions .actions-secondary {
    display: none !important;
  }
}
.product-list-style-51 > div.cdz-block-content > div.cdz-product > .products.wrapper.grid > div.products > div.owl-stage-outer > div.owl-stage > div.owl-item > div.item-group > div.item > div.product-item-info > div.product.details > div.product-item-inner .product.actions .actions-primary form button.action.tocart {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.product-list-style-51 > div.cdz-block-content > div.cdz-product > .products.wrapper.grid > div.products > div.owl-stage-outer > div.owl-stage > div.owl-item > div.item-group > div.item > div.product-item-info > div.product.details > div.product-item-inner .product.actions .actions-primary form button.action.tocart::before {
  font-family: "kalamone";
  content: "\e908";
}
.product-list-style-51 > div.cdz-block-content > div.cdz-product > .products.wrapper.grid > div.products > div.owl-stage-outer > div.owl-stage > div.owl-item > div.item-group > div.item > div.product-item-info > div.product.details > div.product-item-inner .product.actions .actions-primary form button.action.tocart::after {
  content: none;
}
@media only screen and (max-width: 767px) {
  .product-list-style-51 > div.cdz-block-content > div.cdz-product > .products.wrapper.grid > div.products > div.owl-stage-outer > div.owl-stage > div.owl-item > div.item-group > div.item > div.product-item-info > div.product.details > div.product-item-inner .product.actions {
    position: relative;
  }
  .product-list-style-51 > div.cdz-block-content > div.cdz-product > .products.wrapper.grid > div.products > div.owl-stage-outer > div.owl-stage > div.owl-item > div.item-group > div.item > div.product-item-info > div.product.details > div.product-item-inner .product.actions .actions-primary {
    width: 100%;
  }
  .product-list-style-51 > div.cdz-block-content > div.cdz-product > .products.wrapper.grid > div.products > div.owl-stage-outer > div.owl-stage > div.owl-item > div.item-group > div.item > div.product-item-info > div.product.details > div.product-item-inner .product.actions .actions-primary form button.action.tocart {
    width: 100%;
  }
  .product-list-style-51 > div.cdz-block-content > div.cdz-product > .products.wrapper.grid > div.products > div.owl-stage-outer > div.owl-stage > div.owl-item > div.item-group > div.item > div.product-item-info > div.product.details > div.product-item-inner .product.actions .actions-primary form button.action.tocart span {
    display: block !important;
    text-indent: 0;
    font-size: 12px;
  }
  .product-list-style-51 > div.cdz-block-content > div.cdz-product > .products.wrapper.grid > div.products > div.owl-stage-outer > div.owl-stage > div.owl-item > div.item-group > div.item > div.product-item-info > div.product.details > div.product-item-inner .product.actions .actions-secondary {
    display: none !important;
  }
}
.product-list-style-51 .product-item-name .product-item-link {
  letter-spacing: 0.01em !important;
}
/**
 * @category    Horizon
 * @package     Horizon_CodazonUnlimited_Child
 * @author      Ahmed Walied <info@horizondm.com>
 * @copyright   Copyright © 2025 Horizon
 */
.marketplace-seller-profile .wk-mp-collection-left .wk-mp-design .block-title.filter-title {
  display: none !important;
}
.marketplace-seller-profile .wk-mp-collection-right .page-products.page-with-filter .toolbar.toolbar-products {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.marketplace-seller-profile .wk-mp-collection-right .page-products.page-with-filter .toolbar.toolbar-products::before,
.marketplace-seller-profile .wk-mp-collection-right .page-products.page-with-filter .toolbar.toolbar-products::after {
  content: none;
}
.marketplace-seller-profile .wk-mp-collection-right .page-products.page-with-filter .toolbar.toolbar-products .modes {
  white-space: nowrap !important;
  margin-right: 0px !important;
}
.marketplace-seller-profile .wk-mp-collection-right .page-products.page-with-filter .toolbar.toolbar-products .toolbar-amount {
  display: inline-block !important;
  white-space: nowrap !important;
  padding-left: 10px !important;
  padding-right: 10px !important;
}
.marketplace-seller-profile .wk-mp-collection-right .page-products.page-with-filter .toolbar.toolbar-products .toolbar-sorter {
  display: inline-block !important;
  white-space: nowrap !important;
  top: unset !important;
  right: unset !important;
  position: relative !important;
}
.marketplace-seller-profile .products-grid .product-items .product-item {
  width: calc(33.3%) !important;
  margin-right: 0px !important;
}
@media only screen and (max-width: 1199px) and (min-width: 600px) {
  .marketplace-seller-profile .products-grid .product-items .product-item {
    width: calc(50%) !important;
  }
}
@media only screen and (max-width: 599px) {
  .marketplace-seller-profile .products-grid .product-items .product-item {
    width: calc(100%) !important;
  }
}
.marketplace-seller-profile .products-grid .product-items .product-item .product-item-info {
  border: none !important;
}
/**
 * @category    Horizon
 * @package     Horizon_CodazonUnlimited_Child
 * @author      Ahmed Walied <info@horizondm.com>
 * @copyright   Copyright © 2024 Horizon
 */
.vendorregistration-seller-register .page-wrapper .page-main .columns .column.main .wk-vendor-account-container #wk_vendor_create_form .wk-vendor-continer #vendorregistration-component .wkvr-nav .nav-bar .tab-list .white-space-pre-line::before,
.vendorregistration-seller-register .page-wrapper .page-main .columns .column.main .wk-vendor-account-container #wk_vendor_create_form .wk-vendor-continer #vendorregistration-component .wkvr-nav .nav-bar .tab-list .white-space-pre-line::after {
  width: 25px !important;
  height: 25px !important;
}
.vendorregistration-seller-register .page-wrapper .page-main .columns .column.main .wk-vendor-account-container #wk_vendor_create_form .wk-vendor-continer #vendorregistration-component .wkvr-nav .nav-bar .tab-list::after {
  left: calc(-50% + 10px) !important;
  right: calc(50% + 10px) !important;
}
.vendorregistration-seller-register .page-wrapper .page-main .columns .column.main .wk-vendor-account-container #wk_vendor_create_form .wk-vendor-continer #vendorregistration-component .fieldset .field .control {
  display: flex;
  flex-direction: column;
}
.vendorregistration-seller-register .page-wrapper .page-main .columns .column.main .wk-vendor-account-container #wk_vendor_create_form .wk-vendor-continer #vendorregistration-component .fieldset .field .control input {
  width: 100% !important;
}
/**
 * @category    Horizon
 * @package     Horizon_CodazonUnlimited_Child
 * @author      Ahmed Walied <info@horizondm.com>
 * @copyright   Copyright © 2024 Horizon
 */
.rtl-layout * {
  letter-spacing: 0.02em;
}
.rtl-layout #desk_cart-wrapper {
  float: right;
  z-index: 599;
  text-align: right;
  margin-left: 0rem;
  margin-right: 1rem;
  padding-right: 0rem;
}
.rtl-layout #desk_cart-wrapper .action.showcart::before {
  margin-left: 1rem;
  margin-right: 0;
  padding-left: 0rem;
  padding-right: 1rem;
}
.rtl-layout #desk_cart-wrapper .action.showcart .counter.qty {
  left: auto;
  right: 2.6rem;
}
.rtl-layout #mobi_cart-wrapper {
  left: 1rem;
  right: auto;
}
.rtl-layout #mobi_cart-wrapper .action.showcart {
  margin-right: 1rem;
}
.rtl-layout #mobi_cart-wrapper .action.showcart::before {
  padding-left: 0rem;
  padding-right: 0.75rem;
  margin-left: 0 !important;
}
.rtl-layout #mobi_cart-wrapper .action.showcart .counter.qty {
  left: -1rem;
  right: auto;
}
.rtl-layout .page-header .sticky-menu .active #mobi_cart-wrapper {
  left: 0rem;
}
.rtl-layout .page-header .sticky-menu .active #mobi_cart-wrapper .action.showcart .counter.qty {
  left: 0;
}
.rtl-layout #header-middle .header.features-links .link.wishlist {
  z-index: 599;
  margin-left: 0rem;
  margin-right: 1.2rem;
}
.rtl-layout #header-middle .header.features-links .link.wishlist #top-wishlist::before {
  margin-left: 1rem;
  margin-right: 0rem;
  padding-left: 0rem;
  padding-right: 0.9rem;
}
.rtl-layout #header-middle .header.features-links .authorization-link {
  z-index: 599;
}
.rtl-layout #header-middle .header.features-links .authorization-link a::before {
  margin-left: 1rem;
  margin-right: 0rem;
  padding-left: 0rem;
  padding-right: 0.9rem;
}
@media only screen and (min-width: 768px) {
  .rtl-layout .page-header .sticky-menu.active #header-bottom {
    padding-left: 25rem !important;
    padding-right: 2rem !important;
  }
}
.rtl-layout .page-header .sticky-menu #header-middle .header-panel-row .header-search-wrap .block-search .cdz-cat-search .inner .category-chooser {
  text-align: right;
}
@media only screen and (max-width: 767px) {
  .rtl-layout .page-header .sticky-menu #header-middle .header-panel-row .header-search-wrap .block-search .cdz-cat-search .inner .category-chooser {
    margin-right: 1rem;
  }
}
.rtl-layout .page-header .sticky-menu #header-middle .header-panel-row .header-search-wrap .block-search .cdz-cat-search .inner .category-chooser ul.category-list {
  text-align: right;
}
.rtl-layout .page-header .sticky-menu #header-middle .header-panel-row .header-search-wrap .block-search .cdz-cat-search .inner .category-chooser ul.category-list li {
  text-align: right;
}
.rtl-layout .page-header .sticky-menu #header-middle .header-panel-row .header-search-wrap .block-search .form.minisearch.has-cat {
  padding-left: 0;
  padding-right: 16.5rem;
}
.rtl-layout .page-header .sticky-menu #header-middle .header-panel-row .header-search-wrap .block-search .form.minisearch.has-cat .actions .action.search {
  left: auto;
  right: 13rem;
}
@media only screen and (max-width: 767px) {
  .rtl-layout .page-header .sticky-menu #header-middle .header-panel-row .header-search-wrap .block-search .form.minisearch.has-cat {
    padding-right: 1rem;
  }
}
.rtl-layout .page-header .sticky-menu.active .header-panel-row {
  display: inline-flex;
  width: fit-content;
}
.rtl-layout .page-header .sticky-menu.active #header-middle {
  width: auto;
  left: auto;
  right: calc(100% - 24rem);
}
.rtl-layout .page-header .sticky-menu.active #header-middle .header-panel-row .header-search-wrap .block-search .form.minisearch.has-cat .actions .action.search {
  left: auto;
  right: 0;
}
@media only screen and (min-width: 768px) {
  .rtl-layout .page-header .sticky-menu.active #header-middle .header-panel-row .header-search-wrap .header-search #search_mini_form {
    padding-left: 4rem;
    padding-right: 1rem;
  }
  .rtl-layout .page-header .sticky-menu.active #header-middle .header-panel-row .header-search-wrap .header-search #search_mini_form.has-cat {
    padding-left: 0;
    padding-right: 16.5rem;
  }
  .rtl-layout .page-header .sticky-menu.active #header-middle .header-panel-row .header-search-wrap .header-search:hover #search_mini_form div.actions > .action.search {
    left: 0.5rem;
    right: auto;
  }
  .rtl-layout .page-header .sticky-menu.active #header-middle .header-panel-row .header-search-wrap .header-search:hover #search_mini_form.has-cat div.actions > .action.search {
    left: auto;
    right: 13rem;
  }
}
.rtl-layout .page-header .sticky-menu.active .header-panel-right {
  width: fit-content;
  margin-left: 0rem;
  margin-right: 1rem;
}
@media only screen and (min-width: 768px) {
  .rtl-layout .page-header .sticky-menu.active .header-search-wrap {
    width: 65% !important;
    min-width: 65% !important;
    padding: 0 0 0 1rem !important;
  }
}
@media only screen and (max-width: 767px) {
  .rtl-layout .product-list-style-51 .products .product .product-item-info .product-item-top .button-hover-wrap.hidden-xs {
    left: 10px;
    right: auto;
  }
}
.rtl-layout .cdz-product-wrap.base-slider.product-list-style-51 .cdz-block-title .b-title.h2 .block-action-link::after {
  content: "\f053";
  padding-right: 1rem;
}
.rtl-layout .kalamone-authors-block .cdz-block-title.author-title .block-title .block-action-link::after {
  content: "\f053";
  padding-right: 1rem;
}
.rtl-layout .wk-seller-block .wk-seller-card-row .wk-seller-card-col {
  margin-left: 25px;
  margin-right: 0px;
}
.rtl-layout .wk-seller-block .wk-seller-card-row .wk-seller-card-col .wk-seller-product-count {
  display: inline-flex;
  padding-left: 0px;
  padding-right: 25px;
}
.rtl-layout .wk-seller-block .wk-seller-card-row .wk-seller-card-col .wk-seller-product-count::before {
  left: auto;
  right: 0;
}
.rtl-layout .wk-seller-block .wk-seller-card-row .wk-block-title-css {
  margin-left: 5px;
  margin-right: 0px;
}
.rtl-layout .wk-seller-block .wk-seller-card-row .wk-ask-question-link {
  padding-left: 0px;
  padding-right: 22px;
}
.rtl-layout .wk-seller-block .wk-seller-card-row .wk-ask-question-link #askque::before {
  left: auto;
  right: 0;
}
/**
 * @category    Horizon
 * @package     Horizon_CodazonUnlimited_Child
 * @author      Ahmed Walied <info@horizondm.com>
 * @copyright   Copyright © 2024 Horizon
 */
.rtl-layout.vendorregistration-seller-register .page-wrapper .page-main .columns .column.main .wk-vendor-account-container #wk_vendor_create_form .wk-vendor-continer #vendorregistration-component .wkvr-nav .nav-bar::before {
  margin-left: -35px !important;
  margin-right: 10px !important;
}
.rtl-layout.vendorregistration-seller-register .page-wrapper .page-main .columns .column.main .wk-vendor-account-container #wk_vendor_create_form .wk-vendor-continer #vendorregistration-component .wkvr-nav .nav-bar .tab-list::after {
  left: calc(50% + 10px) !important;
  right: calc(-50% + 10px) !important;
}
.rtl-layout.vendorregistration-seller-register .page-wrapper .page-main .columns .column.main .wk-vendor-account-container #wk_vendor_create_form .wk-vendor-continer #vendorregistration-component .wkvr-nav .nav-bar .tab-list .white-space-pre-line::before,
.rtl-layout.vendorregistration-seller-register .page-wrapper .page-main .columns .column.main .wk-vendor-account-container #wk_vendor_create_form .wk-vendor-continer #vendorregistration-component .wkvr-nav .nav-bar .tab-list .white-space-pre-line::after {
  margin-left: 0px !important;
  margin-right: -10px !important;
}
.rtl-layout.vendorregistration-seller-register .page-wrapper .page-main .columns .column.main .wk-vendor-account-container #wk_vendor_create_form .wk-vendor-continer #vendorregistration-component .fieldset .form-label {
  text-align: right;
}
.rtl-layout.vendorregistration-seller-register .page-wrapper .page-main .columns .column.main .wk-vendor-account-container #wk_vendor_create_form .wk-vendor-continer #vendorregistration-component .fieldset .field .control {
  float: right;
}
.rtl-layout.vendorregistration-seller-register .page-wrapper .page-main .columns .column.main .wk-vendor-account-container #wk_vendor_create_form .wk-vendor-continer #vendorregistration-component .fieldset .field .control span,
.rtl-layout.vendorregistration-seller-register .page-wrapper .page-main .columns .column.main .wk-vendor-account-container #wk_vendor_create_form .wk-vendor-continer #vendorregistration-component .fieldset .field .control .note,
.rtl-layout.vendorregistration-seller-register .page-wrapper .page-main .columns .column.main .wk-vendor-account-container #wk_vendor_create_form .wk-vendor-continer #vendorregistration-component .fieldset .field .control .available,
.rtl-layout.vendorregistration-seller-register .page-wrapper .page-main .columns .column.main .wk-vendor-account-container #wk_vendor_create_form .wk-vendor-continer #vendorregistration-component .fieldset .field .control .mage-error {
  text-align: right;
}
.quickview-handler.sm_quickview_handler,
#layered-filter-block > div.block-content.filter-content > .filter-subtitle {
  display: none;
}
.sidebar.sidebar-additional > .block-brands-search {
  display: none;
}
#checkoutSteps .checkout-payment-method .payment-method-title {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  width: 100%;
}
#checkout-step-shipping #co-shipping-form #shipping-new-address-form .field[name="shippingAddress.telephone"] {
  width: calc(100% - 10px);
}
