.rtl .nav-tabs > li {
    float: right;
    margin: 0 -2px;
}

input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

form ::-webkit-input-placeholder {
    font-size: 11px;
    letter-spacing: normal;
}

form :-moz-placeholder {
    font-size: 11px;
    letter-spacing: normal;
}

form ::-moz-placeholder {
    font-size: 11px;
    letter-spacing: normal;
}

form :-ms-input-placeholder {
    font-size: 11px;
    letter-spacing: normal;
}

.footer {
    /*background: #f7f9fc;*/
    /*color: #959595;*/
    background-color: #001f70;
    color: #fff;
}

.footer__content-box-location a, .footer__content-box-location p,
.footer__content-box-number a, .footer__content-box-number p,
.footer__content-box-text a, .footer__content-box-text p,
.footer__content-box-website a, .footer__content-box-website p,
.footer__content-box-links a, .footer__content-box-title h3 {
    color: #fff9;
    font-size: 15px;
}

.footer__content-box-links a:hover {
    color: #fff;
    border-bottom: 1px solid #fff;
}


footer .footer__content-box-location i {
    font-size: 14px;
    margin-top: 4px;
    color: #001f70;
}

/*footer .footer__content-box-logo img {*/
/*    filter: brightness(0) invert(1);*/
/*}*/

.header__main-inner {
    justify-content: space-between;
}

.copyright-area {
    background: #ebedf2;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #000;
}

.copyright-area .container {
    padding-left: 30px;
    padding-right: 30px;
}

.copyright-area .links-list > li > a {
    /*opacity: .75;*/
    opacity: 100;
    color: #000;
}

.copyright-area .copyright-div {
    margin: 10px 0;
    font-size: 13px;
    color: #000;
}

.copyright-text a, .copyright-text {
    color: #000;
}

.search-box {
    background-color: #fff;
    border: none;
    /*border: 1px solid #868e8e;*/
    box-shadow: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 10px;
    height: 46px;
}


.search-box__select {
    border: none;
    border-radius: 10px;
    margin: 6px 15px;
    background: #F7F9FC;
    /* border-right: 1px solid #001f70; */
}

.search-box__select:hover, .search-box__select:active {
    background: #dce3e8;
}

.search-box__select select {
    color: #001f70;
    height: 35px;
    font-size: 13px;
    font-weight: 500;
}

.search-box__button {
    align-self: center;
}

.search-box__button button, .rtl .search-box__button button {
    background: #0071c1;
    color: #fff;
    border-radius: 10px !important;
    margin: 0;
    margin-inline-end: 20px;
}

.search-box__input input::placeholder {
    color: #001f70;
}

.search-box__input input {
    height: 44px;
}

.header__search {
    flex: 1;
    margin-left: 40px;
}

.header .search-box__select i {
    font-size: 15px;
    color: #001f70;
    top: 12px !important;
    margin-inline-end: 10px;
    font-weight: 500;
}

.justify-content-space-between {
    justify-content: space-between !important;
}

.min-w-100 {
    min-width: 100px !important;
}

.m-start-1 {
    margin-inline-start: 10px !important;
}

.m-end-1 {
    margin-inline-end: 10px !important;
}

.header__utility ul li {
    margin-left: 10px;
}

#globalCartItemCount {
    background-color: #001f70;
}

.header__top-welcome h3 {
    font-size: 13px;
    color: #868e8e;
}

.best-seller__item:hover {
    border-color: #001f70;
    cursor: pointer;
}

.best-seller__item-utility .button:hover {
    background-color: #0b1e4f;
    color: #ffffff;
}

.best-seller__item-utility .button {
    background-color: #001f70;
    color: #ffffff;
}

.box:hover {
    border: 1px solid #001f70;
    border-radius: 5px;
}

.box .btn-primary:hover, .box .btn-primary:active,
.box .btn-primary:focus {
    background-color: #0b1e4f;
    color: #fff;
}

.box .btn-primary {
    background-color: #001f70;
    color: #fff;
}

.search-box__input input {
    font-size: 16px;
}

.ei-slider-loading {
    background: rgb(164 185 231);
    color: #000;
}

.modal .btn-round {
    border-radius: 5px;
}

.btn-primary, .btn-primary:focus, .btn-primary:active {
    background-color: #001f70 !important;
}

.btn-primary:hover {
    background-color: #0b1e4f !important;
}

.btn-black, .btn-black:focus, .btn-black:active {
    background-color: #001f70 !important;
}

.btn-black:hover {
    background-color: #1a6f79 !important;
}

header {
    border-bottom: 1px solid #f7f9fc;
}

.search-box__button button:hover {
    background: #064e81;
    color: #f7f7f7;
}

.navbar-search-submit i.fa-search {
    margin: 0;
}

@media (max-width: 575px) {
    .header__search {
        margin-left: 0;
    }
}

.search-box .search-box__button button {
    width: 36px !important;
    height: 36px !important;
    border-radius: 50% !important;
}

.category-group-header {
    margin: 0;
    padding: 0;
}

.category-group-header .category-group-caver {
    padding: 0;
}

.category-group-header div {
    padding: 15px;
}

.category-group-header .category-group-caver img {
    width: 100%;
}

.category-group-header .category-group-caver h4 {
    text-align: center;
    padding: 5px;
    font-weight: 600;
}

.copyright-text {
    float: none;
    text-align: end;
    margin: 10px
}

.product-info-title {
    font-size: 30px;
    font-weight: 600;
    color: #001f70;
}

.product-list .product .product-info-title, .product-widget .product-info-title {
    font-weight: 600;
}

.banner__content-btn a {
    background-color: #001f70;
    color: #fff;
}

.neckbands__button a {
    border-radius: 10px;
    border-color: #001f70;
    background-color: #001f7000;
    color: #001f70;
}

.neckbands__button a:hover {
    border-color: #001f70 !important;
    background-color: #001f70 !important;
    color: #fff;
}

.box-action a {
    background-color: #f0f0f0;
    color: #001f70;
}

.box-action a:hover {
    background-color: #f0f0f0;
    color: #f64040;
}

.single-banner__texts {
    color: #000;
}

.shell-banner__overlay-text p {
    font-size: 20px;
    color: #5c6060;
    padding: 0 2px;
}

.box-price-new {
    color: #001F70;
}

.product-info-price-new {
    color: #337ab7;
    font-weight: 600;
}

.product-info-labels > li {
    background: #001f70;
}

.irs-from, .irs-single, .irs-to {
    background: #001f70;
}

.irs-from:after, .irs-single:after, .irs-to:after {
    border-top-color: #001f70;
}

#contact_us_form input, #contact_us_form textarea, #contact_us_form button {
    border-radius: 5px !important;
}

.section-title {
    text-align: inherit;
}

.category-group-caver .div-img {
    padding: 0;
}

.header__logo img {
    max-height: 50px;
}

.logo_slogn {
    max-width: 150px;
}

.col-xs-6 {
    width: 50%;
}

.header__search {
    margin: 0;
    margin-inline-end: 30px;
}

.customer-address-list .address-list-item.selected {
    border: 2px solid #001f70;
    background-color: #f7f9fc;
}

.category-group-header .row.parent-category {
    padding: 0;
}

.col-xs-3 {
    width: 25% !important;
}

.page-cover-title {
    text-align: center;
    color: #001f70;
}

.nav-category-inner-title, .nav-category-inner-title a {
    color: #001f70;
}

.category-banner-img-wrapper .banner {
    color: #001f70;
    background-color: #edf5f6
}

.nav-breadcrumb {
    font-size: 90%;
}

a {
    color: #0101019c;
}

.page-cover-caption {
    left: auto;
    width: 100%;
}

@media (max-width: 575px) {
    .search-box .search-category-select {
        height: 45px !important;
        font-size: 12px;
    }

    .search-box .search-box__input input {
        height: 44px !important;
        font-size: 14px;
    }

    #content-wrapper .container {
        margin: 40px !important;
    }

    .category-group-header .category-group-caver h4 {
        text-align: center;
        padding: 5px;
        font-size: 10px;
    }

    .category-group-header div {
        padding: 0 10px;
    }

    #content-wrapper .container {
        margin: 0 !important;
    }

    .shell-banner__overlay .neckbands__button {
        margin-top: 25px;
        margin-bottom: 22px;
    }
}

.category-group-header div {
    padding: 0 15px;
}

/* start loader */
.spinner_overlay {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #e2e2e2;
    opacity: 0.5;
    z-index: 10001;
}

.align-items-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
}

.justify-content-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
}

.d-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
}

.loader-box {
    height: 150px;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    vertical-align: middle;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: .3s color, .3s border, .3s transform, .3s opacity;
    transition: .3s color, .3s border, .3s transform, .3s opacity;
}

.loader-box .loader-3 {
    border: 0.2em solid #001f70;
    border-bottom-color: transparent;
    border-radius: 50%;
    -webkit-animation: 1s loader-03 linear infinite;
    animation: 1s loader-03 linear infinite;
    position: relative;
}

.loader-box [class*="loader-"] {
    display: inline-block;
    width: 50px;
    height: 50px;
    color: inherit;
    vertical-align: middle;
}

.recent__items-box.out-stock .product_items {
    filter: opacity(0.5);
}

.recent__items-box.out-stock .div-out-stock {
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0;
    z-index: 999000;
    position: absolute;
    width: 100%;
    background: #463B4C;
    left: 0;
    padding: 10px;
    top: 45%;
    color: #fff;
    text-align: center;
    /*box-shadow: 0px 2px 4px 0px rgb(0 0 0 / 51%);*/
}

.recent__items-box {
    position: relative;
    transition: transform 0.5s;
}

/* Safari */
@-webkit-keyframes loader-03 {
    0% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes loader-03 {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.modal {
    background-color: #0000002b;
}

/* end loader */
.main-menu__top {
    background: #e2e7f5;
}

.main-menu__bottom {
    background: #e2e7f5;
}

.close-sidebar strong {
    color: #000000;
}

input, button, .btn:not(.viewSwitcher, .itemQuickView, .btn-default, .btn-group .btn) {
    border-radius: 10px !important;
}

.my-info-container .my-info-box {
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
}

.account-sidebar-nav {
    border-radius: 5px;
}

.account-sidebar-nav > li.active > a {
    border-radius: 5px;
    background: #001f70;
    color: #fff;
}

.footer__content-box-location a:hover, .footer__content-box-number a:hover, .footer__content-box-text a:hover, .footer__content-box-website a:hover {
    color: #58688e;
}


/*.shell-banner__inner a {*/
/*    color: #2e6da4;*/
/*    margin: 0 5px;*/
/*}*/
.section-group {
    background-color: #f8fbfc;
    border-top-left-radius: 70px;
    border-top-right-radius: 70px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    padding-bottom: 20px;
}

.best-deal__arrow ul .slider-arrow:hover {
    background-color: #001f70;
    color: #fff;
}

a.ship_to {
    color: #337ab7;
    text-decoration: none;
    border-bottom: 1px dotted #999;
}

a.ship_to:hover {
    color: #315574;
}

#delivery-time {
    margin-top: 5px;
}

.product-list-view .product-actions > a {
    border-radius: 5px !important;
}

.my-info-details span.v {
    color: #001f70;
}

.label-info {
    background-color: #001f70;
}

a span i {
    color: #001f70;
}

.account-sidebar-nav > li > a i {
    color: #001f70;
    margin: auto 5px;
}

.account-sidebar-nav > li.active > a i {
    color: #fff;
}

.flat {
    border-radius: 5PX !important;
}

a {
    color: #001f70;
}

.footer__content-box {
    margin-bottom: 20px;
}

.footer__content-box-title {
    padding-bottom: 10px;
    padding-top: 5px;
}

.footer__content-box-title h3 {
    color: #fff;
}

.footer__content-box-social a {
    background-color: #3b5c9a;
    border-radius: 10px;
    color: #fff;
    /*border: 1px solid #001f70;*/
    /*border: 2px dotted #001f70;*/
}

.footer__content-box-social a:hover {
    background-color: #3b5c9a;
}

.flex {
    display: flex;
    align-items: center;
    /*justify-content: center;*/
}

.app-btn {
    width: 100%;
    color: #fff;
    padding: 0 5px;
    margin-right: 10px;
    max-width: 150px;
    text-align: left;
    border-radius: 10px;
    text-decoration: none;
    font-family: "Lucida Grande", sans-serif;
    font-size: 10px;
    text-transform: uppercase;
}

.app-btn.blu {
    background-color: #001f70;
    transition: background-color 0.25s linear;
}

.app-btn.blu:hover {
    /*background-color: #001f7099;*/
}

.app-btn i {
    width: 20%;
    text-align: center;
    font-size: 25px;
    margin-left: 7px;
}

.app-btn .big-txt {
    font-size: 16px;
    text-transform: capitalize;
    font-weight: 400;
}

.social-btns .top-text-button {
    font-size: 11px;
    margin-top: 4px;
}

.social-btns p {
    text-align: right;
    padding: 8px 8px;
}

.social-btns .fab.fa-apple {
    font-size: 32px;
}

.social-btns a:focus, .social-btns a:hover {
    color: #e1e1e1;
}

.footer__content-box-social a {
    width: 40px;
    height: 38px;
}

.footer__content-box-social i {
    font-size: 18px;
}

.bg-facebook {
    background-color: #4867aa !important;
}

.bg-twitter {
    background-color: #2aa9e0 !important;
}

.bg-instagram {
    background: radial-gradient(circle at 33% 100%, #fed373 4%, #f15245 30%, #d92e7f 62%, #9b36b7 85%, #515ecf)
}

.bg-youtube {
    background-color: #f00 !important;
}

.shell-banner__overlay-title h3 {
    font-size: 25px;
}

.single-banner__texts {
    margin-top: -15px;
}

.overflow-hidden {
    overflow: hidden;
}

.shell-banner__img img {
    /*border-top-right-radius: 20px;*/
    /*border-top-left-radius: 20px;*/
    transition: transform .5s, -webkit-transform .5s;

}

.shell-banner__img img:hover {
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
    /*-webkit-transform: scale(1.1);*/
    -ms-transform: rotate(2deg) scale(1.2);
    /*transform: scale(1.1);*/
    -webkit-transition: -webkit-transform .5s;
    /* transition: -webkit-transform .5s; */
    -o-transition: transform .5s;
    /*transition: transform .5s;*/
    transition: transform .5s, -webkit-transform .5s;
    filter: opacity(0.8);
    -webkit-transform: rotate(2deg) scale(1.2);
    transform: rotate(2deg) scale(1.2);
}

.link-banner {
    background: #001f70;
    -webkit-backdrop-filter: saturate(180%) blur(20px);
    backdrop-filter: saturate(180%) blur(20px);
    position: absolute;
    bottom: 0;
    color: #fff !important;
    padding: 10px 20px;
    left: 0px;
    /*border-top-left-radius: 20px;*/
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
    font-size: 12px;
}

.hover-up {
    transition: transform .5s, -webkit-transform .5s;
}

.hover-up:hover {
    /*transform: translateY(-10px);*/
    /*transition: transform .5s, -webkit-transform .5s;*/
    /*filter: drop-shadow(0px 8px 15px rgba(16,63,78,.08));*/
}

.cover-banner {
    background-color: #fff;
    /*border-radius: 20px;*/
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 20px;
    filter: drop-shadow(0px 0px 0px rgba(16, 63, 78, .08));
    /*transition: all .25s cubic-bezier(.02,.01,.47,1);*/
}

.shell-banner__img {
    background: #c3cada;
}

.bg-cart {
    background-color: #f5f5f5;
}

.shopping-cart-header-section {
    border: none;
    background-color: #fff;
    border-bottom: 1px solid #ddd;
    padding: 13px;
    border-radius: 5px;
}

.shopping-cart-table-wrap form {
    border-radius: 5px;
    background-color: #fff;
    box-shadow: 0 3px 8px 3px rgb(224 224 224 / 40%)
}

.cart-store-name {
    font-size: 18px;
    padding: 0 6px;
}

.cart-item-remove {
    padding-left: 15px !important;
    padding-right: 15px !important;
}

.cart-item-remove i {
    color: #f00;
}

.shopping-cart-table-wrap {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.total-cart {
    border-radius: 5px;
    background-color: #fff;
    box-shadow: 0 3px 8px 3px rgb(224 224 224 / 40%);
    padding: 15px;
}

.total-cart .side-widget h3 {
    position: relative;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
}

.total-col {
    padding: 0
}

.total-cart a.btn {
    margin-bottom: 5px;
}

.headerSticky {
    box-shadow: none;
    border-bottom: 1px solid #f7f9fc;
}

.shopping-cart-item-table .btn.btn-primary.btn-sm {
    font-size: 11px;
    color: #fff;
    margin: 0 10px;
    padding: 5px 20px;
}

.customer-address-list .address-list-item {
    border: 2px solid #efefef;
    border-radius: 10px;
}

.modal-content {
    border-radius: 10px;
}

/* checkbox style by alsaloul */
.my-checkbox ._checkbox {
    display: none;
}

.my-checkbox label {
    border: 1px solid #0002;
}

.my-checkbox label:hover {
    /*background-color: #b6e6eb;*/
    border: 1px solid #001f70;

}

.my-checkbox label {
    position: absolute;
    /*top: 50%;*/
    top: 12px;
    /*right: 0;*/
    /*left: 0;*/
    width: 40px;
    height: 40px;
    margin: 0 auto;
    /*background-color: #dcdcdc;*/
    transform: translateY(-50%);
    border-radius: 50%;
    /*box-shadow: 0 7px 10px #ffbeb8;*/
    cursor: pointer;
    transition: 0.2s ease transform, 0.2s ease background-color,
    0.2s ease box-shadow;
    overflow: hidden;
    z-index: 1;
}

.my-checkbox label:before {
    content: "";
    position: absolute;
    top: 200%;
    right: 0;
    left: 0;
    width: 70px;
    height: 70px;
    margin: 0 auto;
    background-color: #fff;
    transform: translateY(-50%);
    border-radius: 50%;
    box-shadow: inset 0 7px 10px #ffbeb8;
    transition: 0.2s ease width, 0.2s ease height;
    /*border: 1px solid black;*/
}

.my-checkbox label:hover:before {
    width: 55px;
    height: 55px;
    box-shadow: inset 0 7px 10px #ff9d96;
}

.my-checkbox label:active {
    transform: translateY(-50%) scale(0.9);
}

.my-checkbox .tick_mark {
    position: absolute;
    top: 2px;
    right: 0;
    left: 0;
    width: 24px;
    height: 24px;
    margin: 0 auto;
    margin-left: 6px;
    transform: rotateZ(-40deg);
}

.my-checkbox .tick_mark:before,
.my-checkbox .tick_mark:after {
    content: "";
    position: absolute;
    background-color: #fff;
    border-radius: 2px;
    opacity: 0;
    transition: 0.2s ease transform, 0.2s ease opacity;
}

.my-checkbox .tick_mark:before {
    left: 0;
    bottom: 0;
    width: 5px;
    height: 15px;
    box-shadow: -2px 0 5px rgba(0, 0, 0, 0.23);
    transform: translateY(-68px);
}

.my-checkbox .tick_mark:after {
    left: 0;
    bottom: 0;
    width: 100%;
    height: 5px;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.23);
    transform: translateX(78px);
}

.my-checkbox ._checkbox:checked + label {
    background-color: #001f70;
    border: none;
    /*box-shadow: 0 7px 10px #001f70;*/
}

.my-checkbox ._checkbox:checked + label:before {
    width: 0;
    height: 0;
}

.my-checkbox ._checkbox:checked + label .tick_mark:before,
.my-checkbox ._checkbox:checked + label .tick_mark:after {
    transform: translate(0);
    opacity: 1;
}

.my-checkbox span {
    margin-inline-start: 52px;
    font-size: 18px;

}

.my-checkbox a {
    font-size: 22px;
}

.my-checkbox .cart-store-name, .my-checkbox .cart-store-name:hover {
    border: none;
}

/* end checkbox style by alsaloul */

/* start custom checkbox style by alsaloul */

/* checkbox style by alsaloul */
.custom-checkbox ._checkbox {
    display: none;
}

.custom-checkbox label {
    border: 1px solid #0002;
}

.custom-checkbox label:hover {
    /*background-color: #b6e6eb;*/
    border: 1px solid #001f70;

}

.custom-checkbox label {
    position: absolute;
    /*top: 50%;*/
    top: 12px;
    /*right: 0;*/
    /*left: 0;*/
    width: 40px;
    height: 40px;
    margin: 0 auto;
    /*background-color: #dcdcdc;*/
    transform: translateY(-50%);
    border-radius: 50%;
    /*box-shadow: 0 7px 10px #ffbeb8;*/
    cursor: pointer;
    transition: 0.2s ease transform, 0.2s ease background-color,
    0.2s ease box-shadow;
    overflow: hidden;
    z-index: 1;
}

.custom-checkbox label:before {
    content: "";
    position: absolute;
    top: 200%;
    right: 0;
    left: 0;
    width: 70px;
    height: 70px;
    margin: 0 auto;
    background-color: #fff;
    transform: translateY(-50%);
    border-radius: 50%;
    box-shadow: inset 0 7px 10px #ffbeb8;
    transition: 0.2s ease width, 0.2s ease height;
    /*border: 1px solid black;*/
}

.custom-checkbox label:hover:before {
    width: 55px;
    height: 55px;
    box-shadow: inset 0 7px 10px #ff9d96;
}

.custom-checkbox label:active {
    transform: translateY(-50%) scale(0.9);
}

.custom-checkbox .tick_mark {
    position: absolute;
    top: 2px;
    right: 0;
    left: 0;
    width: 24px;
    height: 24px;
    margin: 0 auto;
    margin-left: 6px;
    transform: rotateZ(-40deg);
}

.custom-checkbox .tick_mark:before,
.custom-checkbox .tick_mark:after {
    content: "";
    position: absolute;
    background-color: #fff;
    border-radius: 2px;
    opacity: 0;
    transition: 0.2s ease transform, 0.2s ease opacity;
}

.custom-checkbox .tick_mark:before {
    left: 0;
    bottom: 0;
    width: 5px;
    height: 15px;
    box-shadow: -2px 0 5px rgba(0, 0, 0, 0.23);
    transform: translateY(-68px);
}

.custom-checkbox .tick_mark:after {
    left: 0;
    bottom: 0;
    width: 100%;
    height: 5px;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.23);
    transform: translateX(78px);
}

.custom-checkbox ._checkbox:checked + label {
    background-color: #001f70;
    border: none;
    /*box-shadow: 0 7px 10px #001f70;*/
}

.custom-checkbox ._checkbox:checked + label:before {
    width: 0;
    height: 0;
}

.custom-checkbox ._checkbox:checked + label .tick_mark:before,
.custom-checkbox ._checkbox:checked + label .tick_mark:after {
    transform: translate(0);
    opacity: 1;
}

.custom-checkbox span {
    margin-inline-start: 52px;
    font-size: 18px;
}

.custom-checkbox a {
    font-size: 22px;
}

.custom-checkbox .cart-store-name, .custom-checkbox .cart-store-name:hover {
    border: none;
}

/* end custom checkbox style by alsaloul */

/*F7F9FC*/
.address-list-item label {
    font-weight: 400;
}

.customer-address-list .address-list-item address {
    margin-left: 10px;
}

.address-list-item .iradio_minimal-blue {
    position: absolute;
    left: 6px;
    /*right: 6px;*/
}

.iradio_minimal-blue.checked {
    background-color: #F7F9FC;
    border-radius: 50%;
}

.mobile-mega-menu ul li a.has-next-button {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}


tfoot.footer-provider-total tr td:last-child {
    min-width: 100px;
}

.product-img-wrap {
    margin-bottom: 0;
    display: flex;
    justify-content: center;
    height: 300px;
}

.product-grid-view .product-img-primary,
.product-grid-view .product-img-alt {
    width: auto;
    height: auto;
}


.col-xs-6.footer__content-box {
    width: 100%;
}

.pagination a {
    border-radius: 5px;
    margin: 0 2px;
}

.pagination a.active {
    background-color: #001f70;
}

.div-maroof {
    max-width: 300px;
}


.search-category-select option {
    background: #fff;
    color: #0d0d0d;
    padding: 10px 0;
}

.search-category-select option:hover,
.search-category-select option:focus,
.search-category-select option:active {
    color: #fff;
    cursor: pointer;
    background: #001f70;
}

.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 0 !important;
    border-top-right-radius: 0 !important;
}

.btn-group > .btn:last-child:not(:first-child), .btn-group > .dropdown-toggle:not(:first-child) {
    border-bottom-left-radius: 0 !important;
    border-top-left-radius: 0 !important;
}

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
    border-radius: 0 !important;
}

.best-deal__arrow ul .slider-arrow {
    border-radius: 50% !important;
}

.best-seller__item-details {
    padding-left: 0;
    padding-inline-start: 20px;
}

footer .footer__content {
    padding: 5px 0;
}

#desc_tab table {
    width: 100% !important;
}

#icon-whatsapp * {
    /*box-shadow: 0 0 4px rgb(0 0 0 / 14%), 0 4px 8px rgb(0 0 0 / 28%);*/
}

#icon-whatsapp_ {
    position: fixed;
    width: 95px;
    height: 95px;
    bottom: 43px;
    right: 4px;
    /* background-color: #25d366; */
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    /* box-shadow: 2px 2px 3px #999; */
    z-index: 100;
    /*box-shadow: 0 0 4px rgb(0 0 0 / 14%), 0 4px 8px rgb(0 0 0 / 28%);*/
}

#icon-whatsapp {
    position: fixed;
    bottom: 20px;
    right: 20px;
    flex-shrink: 0;
    width: 60px;
    height: 60px;
    order: 2;
    padding: 5px;
    box-sizing: border-box;
    border-radius: 50%;
    cursor: pointer;
    overflow: hidden;
    box-shadow: rgb(0 0 0 / 40%) 2px 2px 6px;
    transition: all 0.5s ease 0s;
    z-index: 200;
    display: block;
    border: 0px;
    background-color: rgb(77, 194, 71) !important;
}

#ei-slider ul.ei-slider-thumbs li img {
    height: auto;
    max-height: 400px;
    width: 150px;
}

#ei-slider .next, #ei-slider .prev {
    position: absolute;
    top: 45%;
    background: #0000001f;
    color: #ffffff6b;
    right: 10px;
    z-index: 1000;
    padding: 13px 20px;
    border-radius: 50%;
    user-select: none;
}

#ei-slider .next {
    left: 10px;
    right: auto;
}

#ei-slider .next:hover, #ei-slider .next:active,
#ei-slider .prev:hover, #ei-slider .prev:active {
    background: #000000b0;
    color: #fff
}

#primary-navigation {
    background-color: #F7F9FC;
}

.header__navigation {
    background-color: #F7F9FC;
}

.header__navigation-category a, .header__menu a {
    color: #001f70;
}

.header__menu .menu-link {
    transition: none;
}

.header__navigation-category .menu-link i, .header__menu .menu-link i {
    color: #001f70;
    /*transition: all 0.1s ease;*/
}

.header__navigation-category .menu-link:hover, .header__menu .menu-link:hover,
.header__navigation-category .menu-link:hover i, .header__menu .menu-link:hover i {
    /*color: #0071c1;*/
    font-weight: 600;
}

.header__utility ul a i {
    color: #001f70;
}

.header__menu > li {
    margin: 0;
    margin-inline-start: 50px;
}

.fi-rr-heart:before:hover {
    content: "\f47e";
}

.fi-rr-shopping-cart:hover:before,
.box-cart:hover .fi-rr-shopping-cart:before {
    font-family: uicons-solid-rounded !important;
    content: "\f47e";
}

.fi-rr-eye:hover:before,
.box-view:hover .fi-rr-eye:before {
    font-family: uicons-solid-rounded !important;
    content: "\f2e2";
}

.fi-rs-user:hover:before {
    font-family: uicons-solid-straight !important;
}

.fi-rr-heart:hover:before,
.box-wishlist:hover .fi-rr-heart:before {
    color: #cc2121;
    font-family: uicons-solid-rounded !important;
    content: "\f352";
}

.box-action a {
    border-radius: 10px;
    color: #001f70;
}

/*.recent__items-box{*/
/*    border-radius: 20px;*/
/*    background: #fff;*/
/*    filter: drop-shadow(0px 2px 2px rgba(16,63,78,.08));*/
/*}*/
/*.box .box-action {*/
/*    bottom: -14px;*/
/*    opacity: 1;*/
/*    visibility: unset;*/
/*    border-radius: 5px;*/
/*}*/
/*.box-action a {*/
/*    background-color: #7f7f7f;*/
/*    color: #ffffff;*/
/*    border-radius: 50%;*/
/*}*/
/*.box-action{*/
/*    background-color: #0000;*/
/*}*/
.feature__items-wishlist.box-cart a {
    border-radius: 10px;
    background-color: #001f70 !important;
}

.box:hover {
    border: 1px solid #001f7050;
    border-radius: 10px;
}

body.rtl .product-info-labels > li {
    border-radius: 0px 14px 0 14px;
    padding: 5px 15px;
}

.product-info-labels > li {
    background: #001f70;
}

.product-list .product, .container.filter-wrapper, .filter-wrapper .selectBoxIt {
    border-radius: 5px;
}

.container.filter-wrapper .text-muted.d-xl-inline-block {
    margin-top: -5px;
}

.box-title {
    font-weight: 600;
    overflow: hidden;
    height: 58px;
    padding: 5px 0;
}

.ratting {
    font-size: 17px;
}

.slick-list {
    margin: 0 -8px;
}

.slick-slide > div {
    padding: 0 8px;
}

.box {
    margin: 0;
    /*filter: drop-shadow(0px 2px 2px rgba(16,63,78,.08));*/
    /*border: 1px solid #001f7050;*/
    border-radius: 10px;
    background-color: #fff;
}

.box-action div:first-child {
    margin: 0 2px;

}

.box-action {
    margin-block-end: 5px;
    justify-content: flex-end;
}

.slick-dots li button {
    background-color: #757474;
}

.slick-dots li.slick-active button {
    background-color: #001f70;
    opacity: .75;
}

.slider-arrow {
    border-radius: 50% !important;
    background-color: #f8fbfc;
    border: 1px solid #c1c5c5;
}

.slider-arrow:hover {
    background-color: #f8fbfc;
    border: 2px solid #868e8e;
    color: #757474;
}

.slick-disabled, .slick-disabled:hover {
    background-color: #f8fbfc !important;
    border: none !important;
    color: #d5d5d5 !important;
}

.sell-header--bold .sell-header__title h2 {
    font-weight: 600;
}


.selectboxit-open {
    border-radius: 10px 14px 0 0px !important;
}

.rtl .side-widget h3.side-widget-title, .rtl .widget-title {
    letter-spacing: normal;
    text-transform: uppercase;
    overflow: inherit;
}

.btn, .btn-default {
    border-radius: 10px;
}

.tamara-installment-plan-widget.tamara-widget-payment-plan--vertically {
    box-shadow: none !important;
}

.input-group-addon.flat {
    border-radius: 0 !important;
}

.shell-banner__box {
    position: relative;
    margin-bottom: 10px;
    overflow: hidden;
    border-radius: 10px;
}

.shell-banner__overlay {
    /*right: 0;*/
    /*left: auto;*/
}

.hyperpay-payment-option {
    margin: 10px 0;
    padding: 20px;
    background-color: #fff;
    border: 2px solid #efefef;
    border-radius: 10px;
}

.hyperpay-payment-option .payment-plan {
    display: none;
}

.product-info-qty-item {
    border: none;
}

#carts-detail-modal label.tr_check {
    top: 16px;
}

input[name=coupon] {
    border-radius: 0 !important;
}

.footer-carts-detail {
    justify-content: space-between;
}

.hyperpay-payment-option .tamara-widget-payment-plan--vertically .payment-plan {
    display: none !important;
}

@media (max-width: 576px) {
    .footer-carts-detail button {
        margin-top: 20px;
    }

    .footer-carts-detail {
        display: inline-grid !important;
    }
}

#buyer-order-table .product-img-wrap {
    max-height: 60px;
}

.swal2-container.swal2-center > .swal2-popup {
    border-radius: 20px;
}

.swal2-styled.swal2-confirm {
    background-color: #001f70 !important;
    color: #fff;
}

.rtl .mr-3, .rtl .mx-3 {
    margin-right: 0 !important;
    margin-left: 1rem !important;
}

.rtl .jconfirm .jconfirm-box-container {
    float: left;
}

.lang-flag {
    border-radius: 50%;
    overflow: hidden;
    height: 28px;
    width: 28px;
    display: flex;
    justify-content: center;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.lang-flag:hover img {
    display: none;
}

.header__utility ul li i {
    display: flex;
    align-items: center;
}

.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff0;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

/*.swiper-button-prev {      left: -40px;    }*/
/*.swiper-button-next {      right: -40px;    }*/
.swiper-rtl .swiper-button-prev {
    right: -40px;
}

.swiper-rtl .swiper-button-next {
    left: -40px;
}

.cover-user-image img {
    display: block;
    height: auto;
    width: 45px;
    position: absolute;
    margin: auto;
    top: -100%;
    right: -100%;
    bottom: -100%;
    left: -100%;
}

.cover-user-image {
    display: block;
    width: 45px;
    height: 45px;
    background: #fff;
    text-align: center;
    align-content: center;
    align-items: center;
    border-radius: 50%;
    overflow: hidden;
    position: relative;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
}

.box:hover .box-action {
    bottom: 0;
}

.button-cart-animation:hover, .button-cart-animation:focus,
.recent__items-box:hover .button-cart-animation {
    color: #fff;
    --background: #001F70;
    --text: #fff;
    --cart: #fff;
    --tick: var(--background);
}

.recent__items-box:hover .button-cart-animation span {
    font-weight: 500;
}

.react-slick-inner {
    background: #fff;
}

.box-price {
    justify-content: space-between;
    padding-top: 10px;
}

.box-title a {
    color: #001F70;
    width: 75%;
    float: left;
    font-size: 14px;
}

.rtl .box-title a {
    float: right;
}

.box-price-new {
    padding: 0;
}

.rtl .box-price-new {
    font-size: 15px;
}

.react-slick-inner {
    /*background-color: #f8fbfc;*/
}

.rtl .header-line span, .header-line span {
    /*width: 100% !important;*/
    /*margin: 0 20% !important;*/
    background: #d3d3d3;
}

.sell-header--bold hr {
    width: 15%;
    margin: 16px 5px 0 5px;
}

.recent__items-box .ratting {
    display: flex;
    align-items: baseline;
    width: 25%;
    float: right;
    text-align: end;
    justify-content: end;
}

.recent__items-box .ratting svg {
    margin: 0 2px;
}

.box-title {
    text-align: initial;
    color: #001F70;
    overflow: hidden;
    height: 60px;
    padding: 10px 0;
    border-bottom: 1px solid #001F70;
}

.recent__items-box.box {
    background-color: #F7F9FC;
    border-radius: 20px;
    padding: 20px;
}

.recent__items-img.box-img {
    border-radius: 12px;
    overflow: hidden;
    z-index: 1;
    height: 300px;
}

.recent__items-img.box-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.recent__items-box {
    flex-basis: 240px;
}

.swiper-slide {
    /*margin: 0 20px;*/
}

.shell-banner__box.light h3, .shell-banner__box.light p {
    color: #fff;
}

.shell-banner__box.light .neckbands__button a {
    border-radius: 10px;
    border-color: #fff;
    background-color: #fff0;
    color: #fff;
}

.shell-banner__box.light .neckbands__button a:hover {
    border-color: #fff !important;
    background-color: #fff !important;
    color: #001f70;
}

.recent__items-box {
    /*margin-left: 30px;*/
}

.swiper-slide {
    justify-content: start;
}

.rtl .shell-banner .single-banner .shell-banner__overlay .neckbands__button {
    margin: 0 !important;
}

.rtl .shell-banner__overlay {
    /*width: 50%;*/
    /*padding: 35px 10px;*/
}

.rtl .col-lg-12 .shell-banner__overlay {
    width: 60%;
}

.filter-wrapper {
    width: 100%;
    line-height: 3em;
    vertical-align: middle !important;
    border-top: none;
    border-bottom: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.filter-wrapper .checkbox label, .filter-wrapper .radio label {
    border: solid 1px rgba(0, 31, 112, 0.46);
    color: #001f70;
    margin: 0;
    margin-top: 2px;
    margin-inline-end: 10px;
    padding: 7px 12px;
}

.selectboxit-container .selectboxit-options {
    padding: 0 5px 3px 5px;
    background: #f7f9fc;
    border: solid 1px rgba(0, 31, 112, 0.09);;
}

.selectboxit-list > .selectboxit-focus > .selectboxit-option-anchor {
    color: #fff;
    background-color: #001f70;
    background-repeat: repeat-x;
    border-radius: 5px;
}

.filter-wrapper .icheckbox_minimal-blue {
    margin-inline-start: 20px !important;
}

.selectboxit-container .selectboxit {
    border-radius: 10px;
}

.filter-wrapper .selectboxit-container .selectboxit {
    background: #001f70;
    color: #fff;
}

.filter-wrapper .selectboxit-btn.selectboxit-enabled:active,
.filter-wrapper .selectboxit-btn.selectboxit-enabled:focus,
.filter-wrapper .selectboxit-btn.selectboxit-enabled:hover {
    color: #e6e6e6;
    background-color: #001f70;
}

.selectboxit-container .selectboxit-options a, .selectboxit-container span {
    height: 36px;
    line-height: 34px;
}

.container.filter-wrapper {
    max-width: 100%;
}

.button-cart-animation {
    --background: #fff00;
    --text: #001F70;
    --cart: #001F70;
    --tick: var(--background);
    border: 2px solid #001F70;
    position: relative;
    background: none;
    padding: 0 18px;
    border-radius: 4px !important;
    -webkit-appearance: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-mask-image: -webkit-radial-gradient(white, black);
    overflow: hidden;
    cursor: pointer;
    text-align: center;
    min-width: 100px;
    display: block;
    color: var(--text);
    background: var(--background);
    transform: scale(var(--scale, 1));
    transition: transform 0.4s cubic-bezier(0.36, 1.01, 0.32, 1.27);
}

.button-cart-animation:active {
    --scale: 0.95;
}

.button-cart-animation span {
    font-size: 11px;
    font-weight: 600;
    display: block;
    position: relative;
    padding-left: 24px;
    margin-left: -8px;
    line-height: 26px;
    transform: translateY(var(--span-y, 0));
    transition: transform 0.7s ease;
}

.button-cart-animation span:before, .button-cart-animation span:after {
    content: "";
    width: var(--w, 2px);
    height: var(--h, 14px);
    border-radius: 1px;
    position: absolute;
    left: var(--l, 8px);
    top: var(--t, 6px);
    background: currentColor;
    transform: scale(0.75) rotate(var(--icon-r, 0deg)) translateY(var(--icon-y, 0));
    transition: transform 0.65s ease 0.05s;
}

.button-cart-animation span:after {
    --w: 14px;
    --h: 2px;
    --l: 2px;
    --t: 12px;
}

.button-cart-animation .cart-svg {
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -13px 0 0 -18px;
    transform-origin: 12px 23px;
    transform: translateX(-120px) rotate(-18deg);
}

.button-cart-animation .cart-svg:before, .button-cart-animation .cart-svg:after {
    content: "";
    position: absolute;
}

.button-cart-animation .cart-svg:before {
    width: 5px;
    height: 5px;
    border-radius: 50%;
    box-shadow: inset 0 0 0 2px var(--cart);
    bottom: 0;
    left: 8px;
    filter: drop-shadow(11px 0 0 var(--cart));
}

.button-cart-animation .cart-svg:after {
    width: 14px;
    height: 6px;
    background: var(--cart);
    left: 9px;
    bottom: 7px;
    transform-origin: 50% 100%;
    transform: perspective(4px) rotateX(-6deg) scaleY(var(--fill, 0));
    transition: transform 1.2s ease var(--fill-d);
}

.button-cart-animation .cart-svg svg {
    z-index: 1;
    width: 31px;
    height: 21px;
    display: block;
    position: relative;
    fill: none;
    stroke: var(--cart);
    stroke-width: 2px;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.button-cart-animation .cart-svg svg polyline:last-child {
    stroke: var(--tick);
    stroke-dasharray: 10px;
    stroke-dashoffset: var(--offset, 10px);
    transition: stroke-dashoffset 0.4s ease var(--offset-d);
}

.button-cart-animation.loading {
    --scale: 0.95;
    --span-y: -32px;
    --icon-r: 180deg;
    --fill: 1;
    --fill-d: 0.8s;
    --offset: 0;
    --offset-d: 1.73s;
}

.button-cart-animation.loading .cart-svg {
    -webkit-animation: cart 3.4s linear forwards 0.2s;
    animation: cart 3.4s linear forwards 0.2s;
}

@-webkit-keyframes cart {
    12.5% {
        transform: translateX(-60px) rotate(-18deg);
    }
    25%, 45%, 55%, 75% {
        transform: none;
    }
    50% {
        transform: scale(0.9);
    }
    44%, 56% {
        transform-origin: 12px 23px;
    }
    45%, 55% {
        transform-origin: 50% 50%;
    }
    87.5% {
        transform: translateX(70px) rotate(-18deg);
    }
    100% {
        transform: translateX(140px) rotate(-18deg);
    }
}

@keyframes cart {
    12.5% {
        transform: translateX(-60px) rotate(-18deg);
    }
    25%, 45%, 55%, 75% {
        transform: none;
    }
    50% {
        transform: scale(0.9);
    }
    44%, 56% {
        transform-origin: 12px 23px;
    }
    45%, 55% {
        transform-origin: 50% 50%;
    }
    87.5% {
        transform: translateX(70px) rotate(-18deg);
    }
    100% {
        transform: translateX(140px) rotate(-18deg);
    }
}

.sell-header--bold .sell-header__title h2 {
    font-size: 25px;
    margin-inline-start: 10px;
}

@media only screen and (min-width: 1200px) {
    .shell-banner__overlay-title h3 {
        font-size: 38px;
        line-height: 95px;
    }

    .category-group-caver .div-img {
        padding: 0;
        /*min-height: 123px;*/
        height: 130px;
        width: 130px;
        background: #d5edef;
        border-radius: 50%;
        margin: 0 auto;
    }

    .category-group-header .category-group-caver h4 {
        margin: 10px 0;
    }
}

@media only screen and (min-width: 991px) {
    .header__search {
        margin-left: 30px;
        margin-right: 0;
    }

    /*.shell-banner__img {*/
    /*    min-height: 220px;*/
    /*}*/
    .shell-banner__overlay-title h3 {
        margin-top: -25px;
    }

    .header__main-inner .header__logo {
        /*min-width: 170px;*/
    }

    .header__logo img {
        margin-top: 0;
    }

    .page-cover-title {
        font-size: 40px;
    }

    /*alsaloul*/
    /*.recent__items-box:hover {*/
    /*    transform: scale(1.1);*/
    /*    z-index: 99999999;*/
    /*    box-shadow: 0px 2px 17px -4px rgb(0 0 0 / 28%);*/
    /*    border: none;*/
    /*    !*position: fixed;*!*/
    /*}*/
    /*.react-slick-alsaloul__items .swiper {*/
    /*    margin: -30px 0;*/
    /*    padding: 30px 0;;*/
    /*}*/
}

@media (min-width: 768px) {
    footer .footer {
        padding-top: 20px;
    }

    .footer__content-box.payment-method {
        position: absolute;
        bottom: 5px;
    }

    .sell-header--bold {
        justify-content: center
    }

    .rtl .form-horizontal .control-label {
        float: right;
    }

    .rtl .form-horizontal .control-label {
        text-align: left;
    }

    .rtl .col-sm-1, .rtl .col-sm-10, .rtl .col-sm-11, .rtl .col-sm-12, .rtl .col-sm-2, .rtl .col-sm-3, .rtl .col-sm-4, .rtl .col-sm-5, .rtl .col-sm-6, .rtl .col-sm-7, .rtl .col-sm-8, .rtl .col-sm-9 {
        float: right;
    }

    .rtl .pull-right {
        direction: initial;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .header__logo img {
        margin-top: -18px;
    }

    .h4, h4 {
        font-size: 10px;
    }
}

@media only screen and (max-width: 768px) {
    .recent__items-img.box-img {
        height: 170px !important;
    }

    .header__main .header__utility {
        display: block !important;
    }

    .header__main {
        padding: 0;
    }

    .button-cart-animation span {
        font-size: 8px !important;
        padding-left: 20px !important;
    }

    .button-cart-animation {
        min-width: 50px !important;
        padding: 0 !important;
        padding-inline-end: 10px !important;
        padding-inline-start: 10px !important;
        border: 1px solid #001F70 !important;
    }

    .box-title {
        height: 45px;
        padding: 6px 0;
    }

    .box-title a {
        font-size: 10px;
    }

    .box-price {
        padding-top: 2px !important;
    }

    .recent__items-box.box {
        padding: 12px !important;
    }

    .recent__items-box .ratting {
        font-size: 11px;
    }

    .recent__items-box .ratting svg {
        padding-top: 3px;
    }

    .swiper-categories h3 {
        font-size: 12px !important;
    }

    .header__utility {
        margin: 0 !important;
    }

    .header__utility {
        order: inherit;
    }

    .header__search {
        min-width: 500px;
    }

    .header__logo img {
        margin-bottom: 10px;
    }

    .category-group-header .row.parent-category {
        padding: 0 !important;
    }

    .sell-header--bold .sell-header__title h2 {
        font-size: 18px;
    }
}


@media screen and (max-width: 767px) {
    .best-deal__arrow li button {
        display: none;
    }

    .header__search {
        margin: 0;
    }

    .header-auth-btns {
        display: none;
    }

    .sell-header__title {
        margin: 0 5px !important;
    }

    .sell-header--bold hr {
        width: 0;
        margin: 16px 5px 0 5px;
    }

    .div-maroof {
        max-width: 100%;
    }

    .my-checkbox a {
        font-size: 20px;
    }

    .product-info-price {
        font-size: 13px;
    }

    .product-info-price span.old-price {
        font-size: 12px !important;
    }

    .feature__items-action.box-action .feature__items-view.box-view {
        display: none;
    }

    .feature__items-action.box-action {
        bottom: 3px;
        border-radius: 3px;
        opacity: 1;
        visibility: unset;
        left: auto;
        right: 0;
    }


    .feature__items-action.box-action {
        padding-right: 0;
    }

    .alert.animated.fadeInDown {
        width: 90%;
    }

    .shell-banner__overlay-title {
        margin-bottom: 25px;
    }

    .single-banner__texts {
        margin-top: 15px;
    }

    .shell-banner__box {
        margin: 0 !important;
        padding: 0 !important;
    }

    .section-group {
        margin-top: 30px !important;
        background-color: #f8fbfc;
        border-top-left-radius: 20px;
        border-top-right-radius: 20px;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
        padding-bottom: 20px;
    }

    .product-list .product {
        margin: 0 0 29px 12px;
    }

    .product-grid-view .product-actions {
        height: 17px;
        display: block;
    }

    .recent__items-box {
        flex-basis: auto;
    }
}

@media (max-width: 424px) {
    .recent__items-price.box-price .feature__items-price-new.box-price-new {
        font-size: 10px !important;
    }

    .swiper-categories h3 {
        font-size: 10px !important;
        margin-top: 4px;
    }

    .category-caver {
        margin: 0 5px !important;
    }

    .category-caver {
        width: 70px !important;
        height: 70px !important;
    }

    .category-caver figure img {
        max-width: 75px !important;
        max-height: 62px !important;
        top: -10px !important;
    }

    .button-cart-animation {
        padding-inline-end: 8px !important;
        padding-inline-start: 6px !important;
    }

    .search-category-select {
        width: 30px;
    }

    .box-action a {
        margin-right: 2px;
    }

    .shell-banner__overlay-title h3 {
        font-size: 14px;
    }

    .shell-banner__inner a {
        font-size: 10px;
    }

    .shell-banner__overlay-text p {
        font-size: 10px;
    }

    .category-group-header div {
        padding: 0;
    }

    .category-group-caver .div-img {
        padding: 0 15px;
    }

    .cart-item-tr .product-info-qty-item {
        display: flex;
        flex-direction: column-reverse;
    }

    .cart-item-tr .product-info-qty-item button {
        width: 100%;
    }

    .cart-item-tr .product-info-qty-item input {
        border-left: none;
        border-right: none;
        border-top: 1px solid #ccc;
        border-bottom: 1px solid #ccc;
    }
}

@media screen and (max-width: 1000px) {
    .logo_slogn {
        display: none;
    }
}

@media screen and (max-width: 900px) {
    .product-info-price {
        font-size: 14px;
    }

    .product-info-price span.old-price {
        font-size: 12px !important;
    }

    .recent__items-price.box-price .feature__items-price-old.box-price-old {
        font-size: 10px;
    }

    .recent__items-price.box-price .feature__items-price-new.box-price-new {
        font-size: 11px;
    }

    .product-list .product .product-info-title, .product-widget .product-info-title {
        width: 100% !important;
        height: auto !important;
        font-size: 12px;
    }

    .product-actions .btn {
        font-size: 12px;
    }

    .product-img-wrap {
        margin-bottom: 0;
        display: flex;
        justify-content: center;
        height: 200px;
    }

    .product-grid-view .product-img-primary,
    .product-grid-view .product-img-alt {
        width: auto;
        height: auto;
    }
}

@media (min-width: 424px) and (max-width: 900px) {
    .category-group-caver .div-img {
        padding: 0 15px;
    }

    .shell-banner__overlay-title {
        margin-bottom: 20px;
    }

    .shell-banner__overlay-title h3 {
        font-size: 20px;
    }

    .shell-banner__overlay-text p {
        font-size: 16px;
    }
}

@media (min-width: 200px) and (max-width: 300px) {
    .header__search {
        min-width: 200px !important;
    }
}

@media (min-width: 300px) and (max-width: 400px) {
    .header__search {
        min-width: 270px !important;
    }
}

@media (min-width: 400px) and (max-width: 500px) {
    .header__search {
        min-width: 370px !important;
    }
}

@media (min-width: 500px) and (max-width: 600px) {
    .header__search {
        min-width: 470px !important;
    }
}

@media (max-width: 575px) {
    section {
        margin: 0 0 10px 0 !important;
    }

    .footer__content-box-social ul {
        display: inline-flex;
    }

    .footer__content-box-inner {
        text-align: center;
    }

    .footer__content-box-inner .flex {
        display: inline-flex;
    }

    .footer__content-box-inner img {
        max-width: 100% !important;
    }

    .app-btn {
        width: 300px;
    }

    .footer__content-box {
        margin-bottom: 0px;
    }

    .col-xs-6.footer__content-box {
        width: 50%;
        text-align: inherit;
    }

    .footer__content-box-links {
        margin-right: 0 !important;
    }

    .footer__content-box-location a, .footer__content-box-location p, .footer__content-box-number a, .footer__content-box-number p, .footer__content-box-text a, .footer__content-box-text p, .footer__content-box-website a, .footer__content-box-website p {
        line-height: unset;
    }
}

@media (min-width: 991px) and (max-width: 1500px) {
    .recent__items-box.box {
        /*margin: 10px 2px;*/
    }
}

@media (min-width: 991px) and (max-width: 1300px) {
    .recent__items-img.box-img {
        height: 250px;
    }

    .button-cart-animation span {
        font-size: 10px !important;
    }

    .button-cart-animation {
        border: 1px solid #001F70 !important;
    }

    .recent__items-box .ratting {
        font-size: 16px;
    }

    .recent__items-price.box-price .feature__items-price-old.box-price-old {
        font-size: 13px;
    }

    .recent__items-price.box-price .feature__items-price-new.box-price-new {
        font-size: 14px;
    }

}

@media screen and (min-width: 1200px) {
    .container {
        max-width: 1500px;
    }

    .navbar-search {
        width: 95%;
    }

    @media screen and (max-width: 1500px) {
        .container {
            /*max-width: 1200px;*/
            max-width: 90%;
        }

        .navbar-search {
            width: 95%;
        }
    }
}

@media only screen and (min-width: 1200px) {
    .shell-banner__overlay-title h3 {
        font-size: 30px;
        line-height: 95px;
    }
}

.bg-social-media i {
    color: #fff !important;
}

.cart-icon:hover #globalCartItemCount {
    background-color: #2e6da4;
}

.header__utility a .fa-heart {
    font-weight: 500;
}

.header__utility a:hover .fa-heart {
    font-weight: 600;
    color: #cc2121;
}

.category-caver {
    margin: 20px 10px;
    border-radius: 50%;
    background: #001F70;
    /*padding-top: 30px;*/
    width: 120px;
    height: 120px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.category-caver:hover {
    /*background-color: #001F7010;*/
    box-shadow: rgb(0 0 0 / 40%) 2px 1px 6px;
}

.category-caver figure img {
    max-width: 135px;
    max-height: 110px;
    position: absolute;
    top: 5px;
    transition: transform .5s, -webkit-transform .5s;
}

.swiper-categories .swiper-wrapper{
    margin-top: 10px;
}
.swiper-categories .swiper-slide {
    transition: transform .5s, -webkit-transform .5s;
}
.swiper-categories .swiper-slide:hover {
    transform: translateY(-10px);
    transition: transform .5s, -webkit-transform .5s;
}

.cover-category-icon {
    /*width: 100px;*/
    /*height: 100px;*/
    /*width: 80px !important;*/
}

.swiper-categories h3 {
    font-size: 14px;
    font-weight: 600;
    letter-spacing: normal;
    line-height: 1.5;
}

.swiper-categories {
    padding-top: 15px;
}

@media only screen and (max-width: 991px) {
    .category-caver {
        width: 80px;
        height: 80px;
    }

    .category-caver figure img {
        max-width: 95px;
        max-height: 80px;
    }
}

.category-filters .category-caver {
    width: 40px;
    height: 40px;
}

.category-filters .category-caver figure img {
    max-width: 45px;
    max-height: 40px;
}
.category-filters .category-caver figure img {
    top: 0;
}
.category-filters .category-caver:hover {
    box-shadow: none;
}

.search-box__dropdown {
    border: 1px solid #e6e6e6;
    box-shadow: none;
}

.product-list.row {
    padding: 0;
}

.product-info-rating>span
{
    margin-inline-end: -5px;
    font-size: 20px;
}

.category-filters h3 {
    font-size: 15px;
    color: #001f70;
    font-weight: 600;
}

.cateogry-filters-list>li>a, .cateogry-filters-list>li>ul>li>a {
    color: #001f70;
    font-size: 13px;
}
.cateogry-filters-list>li>a:hover, .cateogry-filters-list>li>ul>li>a:hover {
    color: #001f70;
    text-decoration: underline!important;
    font-weight: 600;
}