@font-face {
    font-family: 'bahij';
    src: url('bahij/bahij_bold/BahijJanna-Bold.ttf');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'bahij';
    src: url('bahij/bahij/BahijJanna.ttf');
    font-weight: normal;
    font-style: normal;
}

* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    text-decoration: none !important;
    outline: none !important;
    border: none;
    list-style: none;
}

p, h1, h2, h3, h4, h5, h6, ul, ol,
.h1, .h2, .h3, .h4, .h5, .h6 {
    margin-bottom: 0;
}

i {
    color: #FFF;
}

button, li, a {
    transition: all .5s ease-in-out;
}


h1, h2, h4, h3, h5, h6, p, a, span, div {
    font-family: 'bahij';
}

body {
    font-family: 'bahij';
    font-weight: 400;
    color: var(--main);
    background: #FFF;
    font-size: 14px;
    line-height: 20px;
    width: 100%;
}

h1, h2, h3, h4, h5, h6 {
    color: var(--main);
}
h2 {
    font-size: 27px;
}

hr {
   border-color: var(--main);
}


/* Start Scroll */
body::-webkit-scrollbar-track {
    background: transparent;
}

body::-webkit-scrollbar-thumb {
    background-color: var(--main);
    border-radius: 30px;
}

body::-webkit-scrollbar {
    width: .9em;
}

/* End Scroll */


/* default font size */
.fa {
    font-size: 14px;
}

/* Override the bootstrap defaults */
h1 {
    font-size: 33px;
}

h2 {
    font-size: 27px;
}

h3 {
    font-size: 21px;
}

h4 {
    font-size: 15px;
}

h5 {
    font-size: 12px;
}

h6 {
    font-size: 10.2px;
}

a {
    color: #23a1d1;
}

:root {
    --main: #05122c;
    --sec: #bf9000;
    --red: #ff0000
}


a:hover {
    text-decoration: none;
}

legend {
    font-size: 18px;
    padding: 7px 0;
    color: #FFF
}

label {
    font-size: 12px;
    font-weight: normal;
}

.input-group input, .input-group select, .input-group .dropdown-menu, .input-group .popover {
    font-size: 12px;
}

.signe {
    color: #FFF;
    font-weight: bold;
    font-size: 20px;
}

.input-group .input-group-addon {
    font-size: 12px;
    height: 30px;
}

.no-padding {
    padding: 0 !important;
}

/* Fix some bootstrap issues */
span.hidden-xs, span.hidden-sm, span.hidden-md, span.hidden-lg {
    display: inline;
    padding: 0 5px;
}

.input-group-btn .newsletters-footer {
    font-size: 14px;
    border-radius: 0 !important;
}

.nav-tabs {
    margin-bottom: 15px;
}

div.required .control-label:before {
    content: '* ';
    color: #F00;
    font-weight: bold;
}

/* Gradent to all drop down menus */

.dropdown-menu li > a:hover {
    text-decoration: none;
    color: #ffffff;
    background-color: #93b5c6;
    background-image: linear-gradient(to bottom, #93b5c6, #93b5c6);
    background-repeat: repeat-x;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    color: #7e859b;
    background-color: #93b5c6;
    /*background-image: linear-gradient(to bottom, #93b5c6, #93b5c6);*/
    background-repeat: repeat-x;
}

#slideshow0 .swiper-slide-active h3,
#slideshow0 .swiper-slide-active p {
    animation-name: fadeInDownBig;
}

#slideshow0 .swiper-slide-active h3,
#slideshow0 .swiper-slide-active p {
    position: relative;
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
}

#slideshow0 .swiper-slide-active .over {
    animation-name: fadeInUpBig;
}

#slideshow0 .over {
    position: relative;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
}

#slideshow0 .over {
    overflow: hidden;
}

@keyframes fadeInUpBig {
    0% {
        opacity: 0;
        transform: translateY(2000px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}


@keyframes fadeInDownBig {
    0% {
        opacity: 0;
        transform: translateY(-2000px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}


/* top */
#top {
    background-color: #EEEEEE;
    border-bottom: 1px solid #e2e2e2;
    padding: 4px 0px 3px 0;
    margin: 0 0 20px 0;
    min-height: 40px;
}

#top .container {
    padding: 0 20px;
}

#top #form-currency .currency-select,
#top #form-language .language-select {
    text-align: left;
}

#top #form-currency .currency-select:hover {
    text-shadow: none;
    color: #ffffff;
    background-color: #229ac8;
    background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
    background-repeat: repeat-x;
}

#top .btn-link, #top-links li, #top-links a {
    color: var(--main);
    text-shadow: 0 1px 0 #FFF;
    text-decoration: none;
}

#top .btn-link:hover, #top-links a:hover {
    color: #444;
}

#top-links .dropdown-menu a {
    text-shadow: none;
}

#top-links .dropdown-menu a:hover {
    color: #FFF;
}

#top .btn-link strong {
    font-size: 14px;
    line-height: 14px;
}

#top-links {
    padding-top: 6px;
}

#top-links a + a {
    margin-left: 15px;
}


.haed-item h2 {
    color: #FFF;
    margin: 0;
    font-size: 36px;
    font-weight: bold;
    text-decoration: none;
}

.re .bar a {
    color: #fff;
    margin-left: 10px;
    background: #93b5c6;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 50%;

}

.burger:before {
    color: var(--main);
    line-height: unset;
    font-size: 22px;

}

.top-header a i {
    color: #93b5c6;

}

.top-list a {
    color: #fff;
}

.whats {
    width: 40px;
    height: 40px;
    background: #25d366;
    text-align: center;
    border-radius: 100%;
    margin-inline-end: 10px;
}

.whats i {
    font-size: 3.1rem;
    line-height: 42px;
}

.top-header a:hover, .top-header span:hover {
    color: #93b5c6;
}

.top-list li {
    display: inline-block;
    margin-left: 5px;
}

.top-list {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.left-list {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.left-list li a i {
    padding-left: 5px;
}

.left-list-br {
    border-left: 1px solid #477662;
    padding-left: 15px;
    margin-right: 15px;

}

.left-list-br a, .left-list-br span, .top-list a {
    font-family: 'bahij';

}


.left-list li {
    display: inline-block;
}


/* cart */
.red {
    display: inline-block;
    font-size: 11px;
    position: absolute;
    top: -5px;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: #f05455;
    color: #fff;
    padding: 0px;
    right: -5px;
    line-height: 15px;
}

#cart > .btn #cart-total {
    display: flex !important;
    align-items: center;
    padding: 0;
    margin: 0;
}

#cart > .btn .price-cart {
    padding-inline-start: 10px;
    color: #000;
    line-height: 4px;
    transition: linear .5s;
}

#cart .dropdown-menu {
    background: #f5f5f1;
    z-index: 1001;
    position: fixed;
    top: 0;
    height: 100%;
    left: -430px;
    visibility: hidden;
    margin: 0;
    border: 0;
    border-radius: 0;
    width: 430px;
    transition: all .5s;
    display: block;
}

#cart.open .dropdown-menu {
    left: 0;
    visibility: visible;
}

.pay1 img {
    width: 40px;
    height: 40px;
}

.s-li .btn {
    display: block;
    width: 100%;
    margin: 0 0 -10px;
    padding: 8.5px 12px;
}

.f-li {
    padding: 15px;
    background: #fff;
    max-height: 300px;
    overflow-y: scroll;
}

#cart > .btn {
    font-size: 12px;
    line-height: 18px;
    color: #000;
    background: transparent;
    border: 0 !important;
    box-shadow: none;
    padding: 0 !important;
}

#cart .fa-shopping-cart {
    display: none;
}

#cart.open > .btn {
    background-image: none;
    background-color: #FFFFFF;
    border: none;
    color: #666;
    box-shadow: none;
    text-shadow: none;
}

#cart.open > .btn:hover {
    color: #444;
}

#cart .dropdown-menu {
    background: #eee;
    z-index: 1001;
}

#cart .dropdown-menu {
    /*min-width: 100%;*/
}

@media (max-width: 478px) {
    #cart .dropdown-menu {
        width: 75%;
    }
}

#cart .dropdown-menu table {
    margin-bottom: 10px;
}

#cart .dropdown-menu li > div {
    min-width: 427px;
    padding: 0 10px;
}

@media (max-width: 478px) {
    #cart .dropdown-menu li > div {
        min-width: 100%;
    }
}

#cart .dropdown-menu li p {
    margin: 20px 0;
}

/* menu */
.re {
    display: flex;
    align-items: center;
    justify-content: center;
}

#menu {
    background-repeat: repeat-x;
    min-height: unset !important;
    display: flex;
    align-items: center;
    border: none !important;

}

.bootom-header-left button {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    width: 130px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    border: none !important;
    background-color: #93b5c6;
    color: #fff;
    transition: all linear .5s;
    position: relative;

}

.bootom-header-left button:before {
    content: '';
    height: 0%;
    width: 100%;
    position: absolute;
    color: #fff;
    background-color: #323239;
    top: 0;
    right: 0;
    transition: all 1s linear;
    z-index: 1;
}

.bootom-header-left button:hover:before {
    height: 100%;
    color: #fff;
    background-color: #93b5c6;
    transition: all 1s linear;
}

.bootom-header-left button a {
    color: #fff;
    position: relative;
    z-index: 2;
}

.all-cats .dropdown:hover .dropdown-menu {
    visibility: visible;
    opacity: 1;
    right: 100% !important;
    top: 0 !important;
    transition: all .5s linear;

}

.all-cats .dropdown-menu {
    right: 90%;
    top: 0 !important;
    display: block;
    visibility: hidden;
    opacity: 0;
    margin: 0 !important;
    transition: all .5s linear;
}

#menu .nav > li:not(:last-of-type) {
    margin-inline-end: 15px;
}

#menu .nav > li > a {
    color: #FFF;
    transition: all linear .5s;
    padding: 12px 25px;
    border-radius: 5px;
    font-family: bahij;
    font-size: 16px;
}

#menu .nav > li:hover > a {
    color: #FFF !important;
}

#menu .nav > li > a:before,
#menu .nav > li.active > a:before {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    width: 100%;
    height: 1px;
    content: '.';
    color: transparent;
    background: var(--sec);
    border-radius: 5px;
    visibility: hidden;
    opacity: 0;
    z-index: -1;
    transition: all .5s linear;
}

#menu .nav > li:hover > a:before {
    opacity: 1;
    visibility: visible;
    height: 100%;
    transition: all .5s linear;
}

.ribbon {
    top: -8px !important;
    left: -33px !important;
    transform: rotate(
            -45deg) !important;
    z-index: 10 !important;
}

.ribbon span {
    font-size: 14px !important;
    padding: 18px 9px !important;
    width: 100px !important;
    height: 75px !important;
}

.bootom-header {
    padding: 15px 0;
}

#menu .nav > li > a:active {
    background: var(--main);
    border-radius: 50px;
    color: #FFF !important;
    transition: all linear .5s;
}

#menu .nav > li > a:hover, #menu .nav > li.open > a {
    color: #FFF;
    transition: all linear .5s;

}

#menu .dropdown-menu {
    padding-bottom: 0;
}

#menu .dropdown-inner {
    display: table;
}

#menu .dropdown-inner ul {
    display: table-cell;
}

#menu .dropdown-inner a {
    min-width: 160px;
    display: block;
    padding: 3px 20px;
    clear: both;
    line-height: 20px;
    color: #333333;
    font-size: 16px;
}

#menu .dropdown-inner li a {
    position: relative;
    transition: all .2s ease-in-out;
}

#menu .dropdown-inner li:hover {
    color: #FFFFFF;
    background-color: var(--main);
    transform: scale(1.1);
    transition: all .2s ease-in-out;
}

#menu .dropdown-inner li:hover a {
    color: #FFF;
}

#menu .see-all {
    display: block;
    margin-top: 0.5em;
    border-top: 1px solid #DDD;
    padding: 3px 20px;
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    border-radius: 0 0 3px 3px;
    font-size: 12px;
}

#menu .see-all:hover, #menu .see-all:focus {
    text-decoration: none;
    color: #ffffff;
    background-color: #229ac8;
    background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
    background-repeat: repeat-x;
}

#menu #category {
    float: left;
    padding-left: 15px;
    font-size: 16px;
    font-weight: 700;
    line-height: 40px;
    color: #fff;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}

#menu .btn-navbar {
    font-size: 15px;
    font-stretch: expanded;
    color: #FFF;
    padding: 2px 18px;
    float: right;
    background-color: #229ac8;
    background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
    background-repeat: repeat-x;
    border-color: #1f90bb #1f90bb #145e7a;
}

#menu .btn-navbar:hover, #menu .btn-navbar:focus, #menu .btn-navbar:active, #menu .btn-navbar.disabled, #menu .btn-navbar[disabled] {
    color: #ffffff;
    background-color: #229ac8;
}

@media (min-width: 768px) {
    #menu .dropdown:hover .dropdown-menu {
        display: block;
    }

}


@media (max-width: 768px) {
    .all-contentps .row {
        display: flex ;
        flex-direction: column !important;
        align-items: start !important;
    }
    .section-contact-info {
        float: inline-start !important;
    }

    .powerd-sec .row {
        justify-content: center;
    }
}

@media (max-width: 767px) {


    #menu {
        border-radius: 4px;
    }

    #menu div.dropdown-inner > ul.list-unstyled {
        display: block;
    }

    #menu div.dropdown-menu {
        margin-left: 0 !important;
        padding-bottom: 10px;
        background-color: rgba(0, 0, 0, 0.1);
    }

    #menu .dropdown-inner {
        display: block;
    }

    #menu .dropdown-inner a {
        width: 100%;
        color: #fff;
    }

    #menu .dropdown-menu a:hover,
    #menu .dropdown-menu ul li a:hover {
        background: rgba(0, 0, 0, 0.1);
    }

    #menu .see-all {
        margin-top: 0;
        border: none;
        border-radius: 0;
        color: #fff;
    }
}


/* content */
#content {
    min-height: 600px;
    margin-top: 50px;
}

#common-home #content {
    margin-top: 0px;
}

/* footer */

.bottom-footer {
    padding: 50px 0 0;
}

footer a {
    color: #FFF;
    font-size: 16px;
    font-family: 'bahij';
}

/*footer .footer-list li:before {*/
/*    content: "\f100";*/
/*    font-family: FontAwesome;*/
/*    margin-left: 10px;*/
/*    font-size: 14px;*/
/*    color: #fff;*/
/*}*/

footer a:hover {
    color: #FFF !important;

}

.footer-list li {
    margin-bottom: 20px;
}


.fa-question-circle {
    font-size: 50px;
    color: #93b5c6;

}

.footer-social-cont a i {
    font-size: 25px;
    margin-left: 15px;
}

.help {
    padding: 20px 10px;
    background: #fff;
    margin-bottom: 25px;
}

.help-cont {
    color: #93b5c6;
}

.search-box-outer  {
    display: block;
    background: #FFF;
    border-radius: 100%;
    width: 40px;
    height: 40px;
    line-height: 30px;
    text-align: center;
    transition: all .5s ease-in-out;
}

#search-total:before {
    content: "";
    width: 18px;
    height: 18px;
    transition: all linear .5s;
    background: url(search.png) no-repeat;
    background-position: center center;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.sc-footer {
    color: #b9b9ba;
    font-family: 'bahij';
    margin-top: 10px;

}

footer h5 {
    color: var(--sec);
    margin-bottom: 15px;
    font-weight: bold;
    /* border-right: 3px solid #787878; */
    pointer-events: none;
    margin-top: 0;
    font-size: 24px;
    padding: 2px 0px 2px 0;
    text-transform: uppercase;
    z-index: 9;
    position: relative;
    cursor: pointer;
}

.footer-list li {
    margin-bottom: 10px;
}

/* alert */
.alert {
    padding: 8px 14px 8px 14px;
}

.input-group-sm select {
    height: 35px !important;
}

/* breadcrumb */
.breadcrumb {
    margin: 20px 0 20px 0;
    padding: 8px 0;
    border: 1px solid #ddd;
    display: none;
}

.breadcrumb i {
    font-size: 15px;
}

.breadcrumb > li {
    text-shadow: 0 1px 0 #FFF;
    padding: 0 20px;
    position: relative;
    white-space: nowrap;
}

.breadcrumb > li + li:before {
    content: '';
    padding: 0;
}

.breadcrumb > li:after {
    content: '';
    display: block;
    position: absolute;
    top: -3px;
    left: -5px;
    width: 26px;
    height: 26px;
    border-left: 1px solid #DDD;
    border-top: 1px solid #DDD;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.btn-block + .btn-block {
    margin: 0 15px !important;
}

.ins-but button:hover {
    color: #fff;
    background-color: #229ac8;
    background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
    background-repeat: repeat-x;
    border-color: #1f90bb #1f90bb #145e7a;
}

/*#product-product .nav-tabs > li {
    width: 33.3%;
}*/

.pagination {
    margin: 0;
}

/* buttons */
.buttons {
    margin: 1em 0;
}

.btn {
    padding: 7.5px 12px;
    font-size: 12px;
    border: none;
    border-radius: 4px;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2), 0 1px 2px rgba(0, 0, 0, .05);
}

.btn-xs {
    font-size: 9px;
}

.btn-sm {
    font-size: 10.2px;
}

.btn-lg {
    padding: 10px 16px;
    font-size: 15px;
}

.btn-group > .btn, .btn-group > .dropdown-menu, .btn-group > .popover {
    font-size: 12px;
}

.btn-group > .btn-xs {
    font-size: 9px;
}

.btn-group > .btn-sm {
    font-size: 10.2px;
}

.btn-group > .btn-lg {
    font-size: 15px;
}

.btn-group button {
    padding: 0 !important;
}

.btn-group button i {
    color: #000;
    font-weight: bold;
    margin-inline-start: 5px;
}

.wishlist-compare button i {
    color: #FFF !important;
}

.btn-default {
    color: #777;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    background-color: #e7e7e7;
    background-image: linear-gradient(to bottom, #eeeeee, #dddddd);
    background-repeat: repeat-x;
    border-color: #dddddd #dddddd #b3b3b3 #b7b7b7;

}

.btn-primary {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: var(--sec);
    transition: all .5s ease-in-out;
}

.btn-primary:active:hover, .btn-primary.active:hover, .open > .btn-primary.dropdown-toggle:hover, .btn-primary:active:focus, .btn-primary.active:focus, .open > .btn-primary.dropdown-toggle:focus, .btn-primary:active.focus, .btn-primary.active.focus, .open > .btn-primary.dropdown-toggle.focus {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: var(--sec);
    background-repeat: repeat-x;
    border-color: var(--sec) var(--sec) var(--sec);
}

.btn-primary:focus, .btn-primary.active:focus, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: var(--sec);
    border-color: var(--sec) var(--sec) var(--sec);

}

.btn-primary:focus, .btn-primary.focus {
    outline: none !important;
    color: #ffffff;
    background-color: var(--sec) !important;
    /*background-image: linear-gradient(to bottom, #93b5c6, #93b5c6) !important;*/
    background-repeat: repeat-x;
    /*border-color: #93b5c6 #93b5c6 #93b5c6 !important;*/
}

.btn-warning {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #faa732;
    background-image: linear-gradient(to bottom, #fbb450, #f89406);
    background-repeat: repeat-x;
    border-color: #f89406 #f89406 #ad6704;
    transition: all linear .5s;

}

.btn-warning:hover, .btn-warning:active, .btn-warning.active, .btn-warning.disabled, .btn-warning[disabled] {
    box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
    transition: all linear .5s;

}

.btn-danger {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #da4f49;
    background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
    background-repeat: repeat-x;
    border-color: #bd362f #bd362f #802420;
    transition: all linear .5s;

}

.btn-danger:hover, .btn-danger:active, .btn-danger.active, .btn-danger.disabled, .btn-danger[disabled] {
    box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
    transition: all linear .5s;

}

.btn-success {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #5bb75b;
    background-image: linear-gradient(to bottom, #62c462, #51a351);
    background-repeat: repeat-x;
    border-color: #51a351 #51a351 #387038;
    transition: all linear .5s;

}

.btn-success:hover, .btn-success:active, .btn-success.active, .btn-success.disabled, .btn-success[disabled] {
    box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
    transition: all linear .5s;

}

.btn-info {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #df5c39;
    background-image: linear-gradient(to bottom, #e06342, #dc512c);
    background-repeat: repeat-x;
    border-color: #dc512c #dc512c #a2371a;
    transition: all linear .5s;

}

.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
    background-image: none;
    background-color: #df5c39;
    transition: all linear .5s;

}

.btn-link {
    border-color: rgba(0, 0, 0, 0);
    cursor: pointer;
    color: #23A1D1;
    border-radius: 0;
    transition: all linear .5s;
    outline: none !important;

}

.btn-link, .btn-link:active, .btn-link[disabled] {
    background-color: rgba(0, 0, 0, 0);
    background-image: none;
    box-shadow: none;
    transition: all linear .5s;
    outline: none !important;

}

.btn-inverse {
    color: #93b5c6;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #93b5c6;
    background-image: linear-gradient(to bottom, #93b5c6, #93b5c6);
    background-repeat: repeat-x;
    border-color: #93b5c6 #93b5c6 #93b5c6;
    transition: all linear .5s;
    outline: none !important;

}

.btn-inverse:hover, .btn-inverse:active, .btn-inverse:focus, .btn-inverse.active, .btn-inverse.disabled, .btn-inverse[disabled] {
    background-color: #93b5c6;
    background-image: linear-gradient(to bottom, #93b5c6, #93b5c6);
    background-repeat: repeat-x;
    border-color: #93b5c6 #93b5c6 #93b5c6;
    transition: all linear .5s;
    color: #fff;
    outline: none !important;
}

.taxxx {
    margin: 10px 0;
    font-size: 18px;
}

/* list group */
.list-group a {
    border: 1px solid #DDDDDD;
    color: #888888;
    padding: 8px 12px;
    transition: all linear .5s;

}

.list-group a.active, .list-group a.active:hover, .list-group a:hover {
    color: #444444;
    background: #eeeeee;
    border: 1px solid #DDDDDD;
    text-shadow: 0 1px 0 #FFF;
    transition: all linear .5s;
}

.thumbnail > img, .thumbnail a > img {
    width: 100%;
}

/* carousel */
.carousel-caption {
    color: #FFFFFF;
    text-shadow: 0 1px 0 #000000;
}

.carouselshow0 {
    left: 50% !important;
    transform: translateX(-50%) !important;
}

.carousel-control .icon-prev:before {
    content: '\f053';
    font-family: FontAwesome;
}

.carousel-control .icon-next:before {
    content: '\f054';
    font-family: FontAwesome;
}


[class^="product-product"] .nav-tabs {
    text-align: center;
}

[class^="product-product"] .nav-tabs > li {
    float: none;
    display: inline-block;
}

.nav-tabs > li > a {
    border: 0;
    color: #7e859b;
    font-size: 18px;
    font-weight: bold;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    color: #FFF;
    background-color: transparent;
    border: 0;
    border-bottom: 4px solid var(--main);
}

.nav > li > a:hover, .nav > li > a:focus {
    text-decoration: none;
    background-color: transparent;
}

.tab-content {
    margin-bottom: 50px;
}

.pagination {
    margin: 0;
}

.green {
    color: #fff;
    border-radius: 3px;
    display: inline-block;
    padding: 3px 10px;
    font-size: 12px;
    background: #54c154;
    margin-bottom: 10px;
}

.red_stock {
    background: #ef3636;
    color: #fff;
    border-radius: 3px;
    display: inline-block;
    padding: 3px 10px;
    font-size: 12px;
    margin-bottom: 10px;
}

.cart-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

}


.add_group {
    position: relative;
    display: flex;
    width: 90px;
    height: 50px;
    border: 1px solid #ebebeb;

}

html[dir=rtl] .add_group {
    margin-left: 10px;
}

html[dir=ltr] .add_group {
    margin-right: 10px;
}

#product-product .add_group {
    width: 130px;
    height: 42px;
}

.add_group span {
    position: absolute;

    top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;

    border-color: inherit;
    border-style: inherit;
    z-index: 10;
}

html[dir=rtl] .add_group span {
    right: 0;
    border-width: 0;
}

html[dir=ltr] .add_group span {
    left: 0;
    border-width: 0;
}

/*.add_group span button {*/
/*    cursor: pointer;*/
/*    width: 100%;*/
/*    width: 22px;*/
/*    border: 0;*/
/*    background: #fff;*/
/*    color: #000;*/
/*    display: -webkit-box;*/
/*    display: -ms-flexbox;*/
/*    display: flex;*/
/*    -webkit-box-align: center;*/
/*    -ms-flex-align: center;*/
/*    align-items: center;*/
/*    -webkit-box-pack: center;*/
/*    -ms-flex-pack: center;*/
/*    justify-content: center;*/
/*    height: 50%;*/
/*    -webkit-transition: all .05s ease-out;*/
/*    transition: all .05s ease-out;*/
/*}*/

.add_group span button .fa {
    font-size: 10px;
    margin: 4px 0 0;
}

.add_group span button:first-child {
    /*border-bottom: 1px solid var(--secondcolor);*/
}

.add_group input {
    padding: 0;
    box-shadow: none;
    height: 100%;
    border: 0;
    text-align: center;
}

html[dir=rtl] .add_group input {
    padding-right: 22px;
}

html[dir=ltr] .add_group input {
    padding-left: 22px;
}

.cart-group #button-cart,
.cart-group #button-checkout {
    flex-grow: initial;
    /*height: 40px;*/
    display: inline-flex;
    border-radius: 0px !important;
    /*width: auto;*/
    justify-content: center;
    margin-top: 0;
    padding: 15px 12px;
}

html[dir=rtl] .wishlist-compare {
    margin-right: auto;
    margin-bottom: 20px;
}

html[dir=ltr] .wishlist-compare {
    margin-left: auto;
    margin-bottom: 20px;
}

.wishlist-compare .btn {
    background: #D3B971;
    border-width: 1px;
    border-style: solid;
    border-color: rgba(255, 255, 255, 1);
    padding: 12px 17px;
    border-radius: 5px !important;
    color: #6d6d6d;
    margin: 0 5px !important;
    /*width: 40px;
    height: 40px;*/
}

.wishlist-compare .btn:hover {
    background: #212121 !important;
    color: #fff;
}

.wishlist-compare .btn .fa {
    font-size: 16px;
}

.button-inline {
    background: transparent;
    border: 0;
    color: #000;
    font-weight: bold;
}

.whats_order {
    border: none;
    width: 40%;
    margin: 0 5px;
    /* height: 38px; */
    color: #fff;
    background-color: #4FCE5D;
    font-size: 14px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 10px 15px;
    text-align: center;
    display: none;
}

#button-checkout {
    width: 45%;
    background: var(--main) !important;
}

.swal2-modal .swal2-title {
    font-size: 18px !important;
    line-height: 1.8em;
    margin: 0 0 20px !important;
}

.swal2-icon.swal2-success .placeholder {
    border: 4px solid rgba(91, 183, 91, 1);
}

#modalContentId .btn-primary {
    font-size: 16px !important;
}

#column-right {
    margin-top: 50px;
}


/* product list */
.special1 .product-thumb {
    position: relative;
    border-radius: 10px;
    background: #FFF;
    padding: 20px 20px 0;
    transition: all linear .5s;
}

.special1 .product-thumb:hover {
    box-shadow: rgba(0, 0, 0, 0.28) 0px 3px 24px;
    z-index: 1;
}

.product-thumb:before {
    /*content:  "";*/
    /*position: absolute;*/
    /*top: 0;*/
    /*left: 0;*/
    /*width: 100%;*/
    /*height: 0;*/
    /*background: #00000085;*/
    /*opacity: 0;*/
    /*z-index: 1;*/
    /*transition: all .35s ease-in-out;*/

}

.product-thumb:hover:before {
    height: 100%;
    opacity: 1;
}

.product-thumb:hover  .button-group .cart {
    background: var(--sec);
    border: none;
}

.product-grid .product-thumb .image {
    display: flex;
    align-items: center;
    justify-content: center;
    float: none;
    position: relative;
    overflow: hidden;
}

.product-thumb .image a {
    display: flex;
    justify-content: center;
    align-items: center;
}

.product-thumb .row {
    display: flex;
    align-items: center;
}

.product-thumb .image img {
    width: 100%;
    max-height: 100%;
}

.product-thumb .button-group {
    position: relative;
    margin-top: 15px;
    z-index: 2;
    /* padding: 20px; */
    display: flex;
    flex-direction: row;
    /* gap: 10px; */
    overflow: hidden;
    top: 0;
    right: 0;
    /* border-radius: 20px; */
    align-items: center;
    justify-content: center;
    /* transform: translateX(200px); */
    opacity: 1;
    transition: all linear .5s
}

/*.product-thumb:hover .button-group {*/
/*    transform: none;*/
/*    opacity: 1;*/
/*}*/

.product-thumb .button-group button {
    display: flex;
    align-items: center;
    justify-content: center;
    vertical-align: middle;
    border: 1px solid;
    min-width: 150px;
    min-height: 40px;
    text-transform: capitalize;
    text-align: center;
    background-color: transparent;
    border-radius: 5px;
    padding: 10px;
    color: #fff;
    line-height: 0;
    margin: 0;
    transition: all ease .35s;
    position: relative;
    box-shadow: none !important;
}

.button-group .cart span {
    margin-inline-start: 10px;
}

.button-group .cart span,
.button-group .cart i {
    font-size: 18px;

}

.button-group .cart span {
    font-family: 'bahij';
}

/*.product-thumb .button-group button:hover {*/
/*    background-color: var(--main);*/
/*}*/

/*.product-thumb .button-group button:first-of-type {*/
/*    background-image: url(cart-prod.png);*/
/*}*/

/*.product-thumb .button-group button:first-of-type:hover {*/
/*    background-image: url(cart-white.png);*/
/*}*/

.product-thumb .button-group .wish {
    background-image: url(heart.png);
    background-repeat: no-repeat;
    background-position: center center;
}

.product-thumb .button-group .wish:hover {
    background-image: url(heart-hover.png);
}

.product-thumb .button-group button:last-of-type i {
    transition: all linear .5s;
}

/*.product-thumb .button-group button:last-of-type:hover i {*/
/*    color: #FFF;*/
/*}*/

.product-thumb-content .caption a {
    font-size: 18px;
    font-weight: bold;
}

.hold-btn {
    display: flex;
    align-items: center;
}

.latest-all .swiper-viewport {
    margin: 0 !important;
}

.col-product {
    width: 16.6% !important;
}

.product-thumb .image {
    position: relative;
    background: #FFF;
    border-radius: 5px;
    overflow: hidden;
    transition: all linear .5s;
}

.latest-all,
.special-all {
    background: var(--main);
    padding: 70px 0;
}

.latest-special.swiper-pagination {
    position: relative;
    margin-inline-end: 0 !important;
    display: flex !important;
    justify-content: center !important;
}

.latest-special .swiper-viewport {
    display: table;
    box-shadow: none !important;
    border: none !important;
    background: transparent !important;
    margin: 0 auto !important;
}

.latest-special .swiper-pagination-bullet {
    position: relative;
    background-color: #d3cedf  !important;
    width: 140px !important;
    height: 5px !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    margin: 0 !important;
    border: none !important;
}

.latest-special.swiper-pagination span:not(:last-child) {
    margin-inline-end: -0px !important;
}

.latest-special .swiper-pagination-bullet-active::after {
   display: none !important;
}

.latest-special .swiper-pagination-bullet-active {
    border: none !important;
    background-color: var(--sec) !important;
}

/*}*/
.product-thumb:hover .image {
    transition: all linear .5s;
}

.product-thumb .image a {
    display: block;
}

.product-layout {
    position: relative;
}

.product-layout:not(:last-child) {
    margin-bottom: 30px;
}

.hold_rat {
    display: flex;
    align-items: center;
    margin: 20px 0;
}

.text_desc {
    font-size: 2.3rem;
    font-weight: bold;
    margin-inline-end: 10px;
}

.product-thumb .image img {
    transition: all linear .5s;
}

.product-thumb:hover .image img {
    transition: all linear .5s;
}


.product-thumb .image a:hover {
    opacity: 0.8;
}

.carouselshow0 {
    position: relative !important;
    justify-content: center !important;
}

.product-thumb .image img {
    margin-left: auto;
    margin-right: auto;
}

.product-grid .product-thumb .image {
    float: none;
}

.product-thumb .caption-cont {
    opacity: 1;
    transition: all linear .5s;
}

@media (min-width: 767px) {
    .product-list .product-thumb .image {
        float: right;
        padding: 0 15px;
    }
}

.special1 .product-thumb .caption {
    display: flex;
    justify-content: space-between;
    min-height: 125px;
    padding: 15px 0;
}

.product-thumb .button-group .cart {
    border-radius: 5px !important;
    background-image: url(cart-prod.png) !important;
    background-repeat: no-repeat !important;
    background-position: 90% center !important;
    font-family: 'bahij';
    font-weight: bold;
    padding-inline-start: 25px;
    z-index: 2;
}


.product-thumb-content {
    position: relative;
    text-align: center;
}

.product-list .product-thumb .caption {
    margin-left: 230px;
}

.swiper-viewport {
    margin: 0 !important;
}

@media (max-width: 1200px) {

    #slideshow0 .exc h3 {
        font-size: 50px !important;
        line-height: 75px !important;
    }
}

@media (max-width: 767px) {
    .product-list .product-thumb .caption {
        min-height: 0;
        margin-left: 0;
        padding: 0 10px;
    }

    .product-grid .product-thumb .caption {
        min-height: 0;
    }
}

.rating .fa-stack {
    font-size: 8px;
}

.rating .fa-star-o {
    color: #999;
    font-size: 15px;
}

.rating .fa-star {
    color: #FC0;
    font-size: 15px;
}

.rating .fa-star + .fa-star-o {
    color: #E69500;
}

h2.price {
    margin: 0;
}

.rating {
    margin: 15px 0;
}

.product-thumb .price {
    color: #838383;
    font-family: 'bahij-regular' !important;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
    margin-top: 15px;
    transition: all .5s ease;
}

.product-thumb .price-new {
    font-weight: 100;
    color: #ff0000;
    font-family: 'bahij-regular';
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-direction: row-reverse;
}

.product-thumb .price-old {
    color: #FFF;
    text-decoration: line-through !important;
    font-family: 'bahij-regular';
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-direction: row-reverse;
}

html[dir='rtl'] .product-thumb .price-old {
    margin-right: 10px;
}

html[dir='ltr'] .product-thumb .price-old {
    margin-left: 10px;
}

.product-thumb .price-new,
.product-thumb .price-old {
    font-size: 16px;
}

.carousel-cont .swiper-viewport {
    margin-top: 40px !important;
}

.product_desc {
    font-size: 16px;
    line-height: 1.7;
    max-width: 50%;
}

.symbol_left, .symbol_right {
    font-family: 'bahij';

}

.product-thumb .price-tax {
    color: #999;
    font-size: 12px;
    display: block;
    font-family: 'bahij';

}

@media (max-width: 768px) {

    .featuredbanner .item {
        align-items: normal !important;
    }

    .featuredbanner-main-cont {
        border-radius: 20px;
    }

    .product-list .product-thumb .button-group {
        border-left: none;
    }

    #menu {
        display: none !important;
    }

    .main-header .row > [class*=col-] {
        display: flex !important;
        align-items: center;
    }
}

.thumbnails {
    overflow: auto;
    clear: both;
    list-style: none;
    padding: 0;
    margin: 0;
}

.thumbnails > li {
    margin-left: 20px;
}

.thumbnails {
    margin-left: -20px;
}

.thumbnails > img {
    width: 100%;
}

.image-additional a {
    margin-bottom: 20px;
    padding: 5px;
    display: block;
    border: 1px solid #ddd;
}


.image-additional {
    max-width: 78px;
}

#content .latest-cont  .col-md-1, #content .latest-cont  .col-md-2, #content .latest-cont  .col-md-3, #content .latest-cont .col-md-4, #content .latest-cont  .col-md-5, #content .latest-cont  .col-md-6, #content .latest-cont  .col-md-7, #content .latest-cont  .col-md-8, #content .latest-cont  .col-md-9, #content .latest-cont  .col-md-10, #content .latest-cont  .col-md-11, #content .latest-cont  .col-md-12 {
    margin-bottom: 30px;
}

.thumbnails .image-additional {
    float: left;
    margin-left: 20px;
}

@media (min-width: 1200px) {
    #content .col-lg-2:nth-child(6n+1),
    #content .col-lg-3:nth-child(4n+1),
    #content .col-lg-4:nth-child(3n+1),
    #content .col-lg-6:nth-child(2n+1) {
        clear: left;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    #content .col-md-2:nth-child(6n+1),
    #content .col-md-3:nth-child(4n+1),
    #content .col-md-4:nth-child(3n+1),
    #content .col-md-6:nth-child(2n+1) {
        clear: left;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    #content .col-sm-2:nth-child(6n+1),
    #content .col-sm-3:nth-child(4n+1),
    #content .col-sm-4:nth-child(3n+1),
    #content .col-sm-6:nth-child(2n+1) {
        clear: left;
    }
}


/* fixed colum left + content + right*/
@media (min-width: 768px) {
    #column-left .product-layout .col-md-3 {
        width: 100%;
    }

    #column-left + #content .product-layout .col-md-3 {
        width: 50%;
    }

    #column-left + #content + #column-right .product-layout .col-md-3 {
        width: 100%;
    }

    #content + #column-right .product-layout .col-md-3 {
        width: 100%;
    }
}

/* fixed product layouts used in left and right columns */
#column-left .product-layout, #column-right .product-layout {
    width: 100%;
}

/* fixed mobile cart quantity input */
.input-group .form-control[name^=quantity] {
    min-width: 50px;
}

/* Missing focus and border color to overwrite bootstrap */
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
    background-image: none;
    background-color: #df5c39;
}

/*search*/
/*#search {*/
/*    width: 100%;*/
/*    background: transparent;*/
/*    border-bottom: 1px solid #93b5c6;*/
/*}*/

/*.symbol_right {*/
/*    display: none;*/
/*}*/

/*#search .input-lg {*/
/*    box-shadow: none;*/
/*    border-radius: 25px;*/
/*    height: 41px;*/
/*    color: #fff;*/
/*    margin-right: 0px;*/
/*    border: 0;*/
/*    background: transparent;*/
/*}*/

/*.enquire .form-control {*/
/*    box-shadow: none !important;*/
/*}*/

/*.symbol_left, .symbol_right {*/
/*    padding: 5px;*/
/*}*/

/*#search .search-btn {*/
/*    font-size: 15px;*/
/*    line-height: 27px;*/
/*    background: transparent;*/
/*    box-shadow: none;*/
/*    border: 0;*/
/*    border-radius: 50%;*/
/*    margin-right: 0px;*/
/*    color: #f05455;*/
/*    outline: none !important;*/
/*}*/

/*#search .search-btn i {*/
/*    font-size: 18px;*/
/*}*/

/*#search-header.open {*/
/*    background: rgba(0, 0, 0, 0.9);*/
/*}*/

/*#search-header {*/
/*    position: fixed;*/
/*    top: 0;*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    transition: all .5s ease-in-out;*/
/*    transform: translate(0px, 0px) scale(0.7, 0.7);*/
/*    opacity: 0;*/
/*    visibility: hidden;*/
/*    z-index: 999999;*/
/*}*/

/*#search-header.open {*/
/*    transform: translate(0px, 0px) scale(1, 1);*/
/*    opacity: 1;*/
/*    visibility: visible;*/
/*}*/

/*#search-header .search-form {*/
/*    background: rgba(0, 0, 0, 0);*/
/*    position: absolute;*/
/*    top: 50%;*/
/*    width: 100%;*/
/*    margin: 0 auto;*/
/*    padding-left: 30px;*/
/*    padding-right: 30px;*/
/*    text-align: center;*/
/*}*/

/*#search-header input[type="search"] {*/
/*    font-size: 44px;*/
/*    color: #fff;*/
/*    font-weight: 300;*/
/*    border: 0;*/
/*    outline: none;*/
/*    width: 70%;*/
/*    height: 90px;*/
/*    line-height: normal;*/
/*    border-bottom: 1px solid;*/
/*}*/

/*#search-header .search-submit {*/
/*    z-index: 10;*/
/*    border: none !important;*/
/*}*/

/*#search-header .search-submit,*/
/*.search-icon {*/
/*    background: none;*/
/*    border: none;*/
/*    height: 70px;*/
/*    width: 70px;*/
/*    position: absolute;*/
/*    top: 20px;*/
/*}*/

/*.search-icon:before {*/
/*    font-family: 'Font Awesome 5 Brands';*/
/*    content: "\f00d";*/
/*    display: inline-block;*/
/*    width: 70px;*/
/*    height: 70px;*/
/*    font-size: 24px;*/
/*    padding-top: 20px;*/
/*    color: #fff;*/
/*}*/

/*#search-header .close {*/
/*    background: none;*/
/*    border: none;*/
/*    position: fixed;*/
/*    top: 45px;*/
/*    opacity: 1;*/
/*    cursor: pointer;*/
/*    color: #fff;*/
/*    text-align: center;*/
/*    transition: all 0.2s ease-out;*/
/*}*/

/*#search-header .close:hover {*/
/*    opacity: 0.8;*/
/*}*/

/*#search-header .close i {*/
/*    display: none;*/
/*}*/

/*#search-header .close:after {*/
/*    content: " X ";*/
/*    display: inline-block;*/
/*    font-size: 16px;*/
/*    color: #fff;*/
/*    text-align: center;*/
/*    line-height: 29px;*/
/*}*/

/*#search-header button.close {*/
/*    border: 2px solid #fff;*/
/*    height: 37px;*/
/*    width: 37px;*/
/*    border-radius: 200em;*/
/*    position: absolute;*/
/*    top: 3%;*/
/*    right: 12%;*/
/*}*/

/*#search-header input[type="search"] {*/
/*    background: rgba(0, 0, 0, 0);*/
/*    border-color: #5f5f5f;*/
/*}*/

/*#search-header input[type="search"],*/
/*#search-header .search-submit {*/
/*    color: #fff;*/
/*}*/

/*====================================================================*/
/*Start Search Popup*/
/*====================================================================*/

.search-popup {
    position: fixed;
    left: 0;
    top: 0;
    height: 100vh;
    width: 100%;
    z-index: 99999;
    margin-top: -200%;
    transform: translateY(-100%);
    background-color: rgba(0, 0, 0, 0.90);
    transition: all 1500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
}

.sidenav-bar-visible .search-popup {
    width: 80%;
}

.search-popup:before {
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    height: 560px;
    /* background-image: url(../images/waves-shape.png); */
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    margin-top: 0px;
    content: "";
}

.search-active .search-popup {
    transform: translateY(0%);
    margin-top: 0;
}

.search-popup .close-search {
    position: absolute;
    left: 0;
    right: 0;
    top: 75%;
    margin: 0 auto;
    margin-top: -200px;
    border-radius: 50%;
    text-align: center;
    background-color: var(--main);
    width: 70px;
    cursor: pointer;
    /*box-shadow: 0px 0px 16px rgb(0 0 0 / 16%);*/
    /*border-bottom: 3px solid #ffffff;*/
    transition: all 500ms ease;
    opacity: 0;
    visibility: hidden;
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
    padding: 0;
}

.search-popup .close-search i {
    position: relative;
    display: block;
    height: 70px;
    width: 70px;
    font-size: 30px;
    line-height: 70px;
    color: #ffffff;
}

.search-active .search-popup .close-search {
    visibility: visible;
    opacity: 1;
    top: 50%;
    transition-delay: 1500ms;
}

#search {
    position: absolute;
    max-width: 700px;
    top: 50%;
    left: 15px;
    right: 15px;
    margin: -35px auto 0;
    transform: scaleX(0);
    transform-origin: center;
    background-color: #111111;
    transition: all 300ms ease;
}

.search-active #search {
    transform: scaleX(1);
    transition-delay: 1200ms;
}

.search-popup .form-group {
    position: relative;
    margin: 0px;
    overflow: hidden;
}

.search-popup .form-group input[type="text"],
.search-popup .form-group input[type="search"] {
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 50px;
    color: #000000;
    height: 70px !important;
    width: 100%;
    padding: 10px 30px;
    background-color: #ffffff;
    transition: all 500ms ease;
    font-weight: 500;
    text-transform: capitalize;
    padding-inline-end: 70px;
}


.search-popup .form-group input[type="submit"],
.search-popup .form-group button {
    position: absolute;
    /*left: 30px;*/
    top: 0px;
    height: 70px;
    line-height: 70px;
    background: transparent;
    text-align: center;
    font-size: 24px;
    color: #000000;
    padding: 0;
    cursor: pointer;
    transition: all 500ms ease;
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
}

html[dir='rtl'] .search-popup .form-group input[type="submit"], html[dir='rtl'] .search-popup .form-group button {
    left: 30px;
}

html[dir='ltr'] .search-popup .form-group input[type="submit"], html[dir='ltr'] .search-popup .form-group button {
    right: 30px;
}


.search-popup .form-group input[type="submit"]:hover,
.search-popup .form-group button:hover {
    color: #000000;
}

.search-popup input::placeholder,
.search-popup textarea::placeholder {
    color: #000000;
}

.search-popup .close-search.style-two {
    position: absolute;
    right: 25px;
    left: auto;
    color: #ffffff;
    width: auto;
    height: auto;
    top: 25px;
    margin: 0px;
    border: none;
    background: none !important;
    box-shadow: none !important;
    transition: all 500ms ease;
}

.close-search i {
    color: #FFF;
    font-size: 2rem;
}

.search-popup .close-search.style-two span {
    font-size: 20px;
    color: #ffffff;
}

/* //search popup*/

.bootom-header-left {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.social-head a {
    margin-right: 20px;
}

.social-head a i {
    font-size: 24px;
}


.twitt {
    color: #55acef;
}

.insta {
    color: #006fcc;
}

.pint {
    color: #d54d52;
}

/*main-header*/
.main-header {
    position: relative;
    background: var(--main);
    z-index: 3;
    padding: 10px;
}

.main-header .row {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.common-tit {
    margin: 30px 0;
    font-size: 36px;
    color: #000;
}

.navbar-nav {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.top-navbar {
    margin-bottom: 0;
}

.head-content {
    margin-top: 25px;
}

.head-content .head-content-list #cart.open > .btn {
    background-color: transparent;
}

.head-content-list {
    display: flex;
    align-items: center;
    justify-content: center;
}

.head-content-list .regis {
    margin: 0 !important;
}

#cart-total:before {
    content: "";
    display: inline-block;
    width: 24px;
    height: 24px;
    background: url(cart.png) no-repeat;
    background-position: center center;
    background-size: contain;
    transition: all linear .5s;
}

#cart-total:hover:before {
    background: url(cart.png) no-repeat;
    transition: all linear .5s;
    background-position: center center;
    background-size: contain;
    width: 24px;
    height: 24px;
}

#account-total:before {
    content: "";
    display: inline-block;
    width: 24px;
    height: 24px;
    background: url(acc.png) no-repeat;
    background-position: center center;
    background-size: contain;
    transition: all linear .5s;
}

#account-total:hover:before {
    background: url(acc.png) no-repeat;
    transition: all linear .5s;
    background-position: center center;
    background-size: contain;
    width: 24px;
    height: 24px;
}

#wishlist-total:before {
    content: "";
    display: inline-block;
    width: 24px;
    height: 24px;
    background: url(heart.png) no-repeat;
    background-position: center center;
    background-size: contain;
    transition: all linear .5s;

}

#wishlist-total:hover:before {
    background: url(heart.png) no-repeat;
    transition: all linear .5s;
    background-position: center center;
    background-size: contain;
    width: 24px;
    height: 24px;
}

.btn-link {
    width: 100%;
    color: var(--main);

}

.head-list span {
    color: #000;
    font-weight: bold;
    font-size: 17px;
    transition: all linear .5s;

}

.head-list:hover span {
    color: #575172;
    transition: all linear .5s;
}

.head-list {
    position: relative;
    display: flex;
    align-items: center;
}

.head-list:not(:last-child):after {
    content: '';
    height: 27px;
    width: 2px;
    background: var(--main);
    margin-inline: 15px;
}

#banner1 .exc {
    display: none;
}

.text-right .btn-inverse strong {
    color: #353552;
}

.text-right .btn-inverse strong i {
    color: #353552;
}

.text-right .btn-inverse:hover strong {
    color: #93b5c6;
}

.text-right .btn-inverse:hover strong i {
    color: #93b5c6;
}


.table-striped .text-right span {
    color: #353552;
}

.totals1 .text-left span {
    color: #353552;

}

.head-content-list .btn-link, .head-content-list .head-list, .head-content-list a {
    color: #353552;
}

.head-content-list .btn-link:hover, .head-content-list .head-list:hover, .head-content-list a:hover {
    color: #353552;
}

.top-search {
    margin-top: 20px;
}

.head-content-list .list-cont {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
    padding: 0;
}

.head-content-list .head-list {
    display: flex;
    align-items: center;
    justify-content: center;
}

.head-content-list .dropdown-menu {
    width: 175px;

}

.head-content-list .head-list a, .head-content-list .head-list button {
    display: flex;
    align-items: center;
    justify-content: center;
}

.category-cont {
    margin: 30px 0;
}

.home-cats {
    position: relative;
    overflow: hidden;
    max-height: 255px;
}

.social-menu {
    margin-top: 20px;
}


.home-cats:hover .exc a {
    color: var(--main);
}

.home-cats .image {
    position: relative;
    max-height: 255px;
    transition: all .5s ease-in-out;
}

.home-cats .image img {
    width: 100%;
    height: 255px;
}

.head-category .over {
    display: table;
    margin: 50px auto 25px;
}

.adv-search {
    margin-top: 15px;
}

.adv-search div {
    padding: 0;
}

/*.selector-cat {*/
/*    margin-right: 5px;*/
/*    height: 50px;*/
/*    border-radius: 0 35px 35px 0;*/
/*    background: #fff url(arrow.png) no-repeat 15px 20px !important;*/
/*    transition: all .5s ease;*/
/*    border-left: 1px solid #dbdbdb;*/
/*    appearance: none;*/
/*}*/

.bton-cat {
    height: 50px;
    background: #93b5c6;
    width: 50px;
    border-radius: 50%;
    margin-right: -25px;
    color: #93b5c6;
    border: none;
    box-shadow: none;
}

.bton-cat i {
    font-size: 24px;
}

.inp-cat {
    height: 50px;
}

.home-cats .image:hover:before {
    transform-style: preserve-3d;
    transform-origin: center center;
    -webkit-animation-name: spin;
    -webkit-animation-duration: 5000ms;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: spin;
    -moz-animation-duration: 5000ms;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: spin;
    -ms-animation-duration: 5000ms;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    animation-name: spin;
    animation-duration: 5000ms;
    animation-iteration-count: infinite;
    animation-timing-function: linear;

}

@-ms-keyframes spin {
    from {
        -ms-transform: rotate(0deg);
    }
    to {
        -ms-transform: rotate(360deg);
    }
}

@-moz-keyframes spin {
    from {
        -moz-transform: rotate(0deg);
    }
    to {
        -moz-transform: rotate(360deg);
    }
}

@-webkit-keyframes spin {
    from {
        -webkit-transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

.re-content .pull-left .btn {
    padding: 0 !important;
    margin-right: 25px;
    outline: none !important;
}

.re-content .pull-left .btn img {
    width: 45px;
    height: 25px;
    border-radius: 5px;
}


.mp-level > ul {
    display: flex;
    flex-direction: column;
}

/*swiper*/
#carousel0 img {
    width: 100%;
}

#content #mfilter-content-container .latest-cont .product-list .product-thumb {
    display: flex;
    /*justify-content: space-between;
    flex-direction: row-reverse;*/
}

#content #mfilter-content-container .latest-cont .product-list .product-thumb .caption {
    margin: 0 !important;
    padding: 25px 0 !important;
    width: 100% !important;
}

#slideshow0 .exc {
    position: absolute;
    overflow: hidden !important;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;
    font-weight: bold;
    width: 550px;
    height: 550px;
    	display:none !important;

    left: 145px;
}

.slide-cont .swiper-pagination {
    left: 145px !important;
}


#slideshow0 .exc p {
    display: none
;
}

#slideshow0 .exc h3 {
    color: var(--main);
    font-weight: bold;
    margin-bottom: 25px;
    text-align: start;
    line-height: 1.5;
}

html[dir='rtl'] #slideshow0 .exc h3 {
    font-size: 59px;
}

html[dir='ltr'] #slideshow0 .exc h3 {
    font-size: 49px;
}

#slideshow0 .exc p {
    font-weight: bold;
    color: #000;
    line-height: 1;
}

html[dir=rtl] #slideshow0 .exc p {
    font-size: 48px;
}

html[dir=ltr] #slideshow0 .exc p {
    font-size: 40px;
}

/*.product-thumb .button-group {*/
/*    display: flex;*/
/*    flex-direction: column;*/
/*    transition: all linear .5s;*/
/*    align-items: flex-start;*/
/*    justify-content: flex-start;*/
/*}*/


.cat-wrap #dropdownMenuButton {
    padding: 9px 0;
}

.cat-wrap .dropdown-menu {
    right: 15px;
}

.slideshow-pagination {
    right: unset !important;
    bottom: 0 !important;
    text-align: center !important;
    display: flex !important;
    width: auto !important;
    margin-bottom: 30px;
}

#slideshow0 .slideshow-pagination {
    left: 145px !important;
}

.swiper-pagination {
    bottom: 0 !important;
    margin-top: 40px;
}

.swiper-pagination-bullet {
    position: relative;
    background-color: transparent !important;
    width: 25px !important;
    height: 25px !important;
    border-radius: 100px !important;
    box-shadow: none !important;
    border: 1px solid var(--main) !important;
    margin: 0 !important;
    cursor: pointer;
}

.swiper-pagination span:not(:last-child) {
    margin-inline-end: 15px !important;
}

.swiper-pagination-bullet-active {
    background-color: transparent !important;
    border: 1px solid var(--sec) !important;
}

.swiper-pagination-bullet-active:after {
    content: '';
    background: var(--sec);
    width: 15px;
    height: 15px;
    border-radius: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

#slideshow0 .over {
    display: flex;
    align-items: center;
}


#carousel0 .over {
    margin-top: 20px;
}


.swiper-viewport {
    box-shadow: none !important;
    border: none !important;
    background: transparent !important;
}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    background-image: none !important;
}

.swiper-viewport .swiper-button-next, .swiper-viewport .swiper-button-prev {
    width: 50px !important;
    height: 50px !important;
    background-color: var(--main) !important;
    border-radius: 50% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    transition: linear .5s !important;
    opacity: 1 !important;
    position: relative !important;
}

.swiper-viewport .swiper-button-next:hover, .swiper-viewport .swiper-button-prev:hover {
    background-color: var(--sec) !important;
    color: #fff !important;
}

.latest-pager {
    top: 50% !important;
    bottom: unset !important;
    right: unset !important;
    left: unset !important;
}

.swiper-viewport .latest-pager .swiper-button-prev {
    left: -50px;
}

.swiper-viewport .latest-pager .swiper-button-next {
    right: -50px;
}

.swiper-button-prev:before {
    content: "\f30a" !important;
    font-size: 30px !important;
    color: #fff !important;
    font-family: "Font Awesome 5 Pro" !important;
    width: 50px !important;
    height: 50px !important;
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper-button-next:before {
    content: "\f30b" !important;
    font-size: 30px !important;
    color: #fff !important;
    font-family: "Font Awesome 5 Pro" !important;
    width: 50px !important;
    height: 50px !important;
    display: flex;
    justify-content: center;
    align-items: center;
}

.slide-cont .swiper-viewport {
    margin: 0 !important;
}

.haed-item {
    text-align: center;
    margin-bottom: 28px;
}

.haed-item .head-item-btn {
    text-align: center;
    background: transparent;
    color: #93b5c6;
    position: relative;
    text-transform: uppercase;

}

.head-item-btn span {
    position: relative;
    z-index: 2;
}

.over a {
    display: inline-block;
    vertical-align: middle;
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    width: 150px;
    height: 40px;
    line-height: 40px;
    border-radius: 5px;
    text-align: center;
    background-color: transparent;
    border: 2px solid var(--main);
    color: var(--main);
    transition: all linear .5s;
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: .5s;
    transition-duration: .5s;

}

.over a:hover, .over a:focus, .over a:active {
    color: white;
    background: var(--main);
}

.over a span {
    font-size: 14px;
    font-family: 'bahij';

}

.over a span, .over a i {
    position: relative;
    z-index: 2;
}

.over a i {
    font-size: 22px;
}

.category .exc {
    position: absolute;
    display: inline-block;
    inset-inline-start: 20px;
    bottom: 30px;
    transition: all .5s ease;
}

.category-cont .swiper-slide:hover .exc {
    bottom: 75px;
}

.category-url {
    position: relative;
    display: inline-block;
    inset-inline-start: 20px;
    bottom: 60px;
    transform: translateY(500px);
    width: 120px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: var(--sec);
    border-radius: 5px;
    transition: all .5s ease;
}

.category-url a {
    color: #FFF;
}


.category-cont .swiper-slide:hover .category-url {
    transform: none;
}

.category .exc > .list-group-item {
    font-size: 28px;
    color: #FFF;
    font-weight: bold;
    background: none;
    border: none;
}

.category .exc > .list-group-item:focus {
    background: none;
}

.footer-newsletter h3 {
    margin-bottom: 30px;
}

.exc > a {
    background: transparent;
    border: none;
    color: #000;
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 18px;
}

.exc > a:hover {
    background: transparent;
    border: none;
    color: #000;
}

.home-cats .list-group-item {
    padding: 0;
}

.featuredbanner .item {
    transition: all .5s ease;
    position: relative;
    display: flex;
    align-items: center;
}

.featuredbanner .item .featuredbanner-img img {
    width: 100%;
    margin-bottom: 10px;
    transform: scale(1);
    transition: all .5s ease;

}

.featuredbanner .item:hover .featuredbanner-img img {
    transform: scale(1.1);
    transition: all .5s ease;
}

.featuredbanner .swiper-wrapper .swiper-slide:nth-child(odd) {
    border-bottom: 1px solid #b6b6b6;

}

.featuredbanner .swiper-wrapper .swiper-slide:nth-child(even) {
    border-bottom: 1px solid #fff;

}

.featuredbanner-view .swiper-viewport {
    margin: 0;
}

.brand-content {
    position: relative;
}

.brand-content .swiper-button-next, .brand-content .swiper-button-prev {
    opacity: 1 !important;
    width: 40px !important;
    height: 40px !important;
    line-height: 40px !important;
    text-align: center !important;
    background-color: #93b5c6 !important;
    color: #fff !important;
    transition: all linear .5s;
}

.brand-content .swiper-button-next:hover, .brand-content .swiper-button-prev:hover {
    background-color: #93b5c6 !important;
    color: #fff !important;
    transition: all linear .5s;
}

.brand-content .swiper-pager {
    top: 60% !important;
    right: 28% !important;
    bottom: unset !important;
    left: unset !important;
}

.brand-content .brand-content-tit {
    position: absolute;
    top: 33% !important;
    right: 14% !important;
}

.brand-content-tit h3 {
    font-size: 28px;
    color: #fff;
}

.brand-content .swiper-button-next {
    left: unset !important;
    right: 0% !important;
    opacity: 1 !important;
}

.brand-content .swiper-button-prev {
    left: unset !important;
    right: 15% !important;
    opacity: 1 !important;
}

.brand-content img {
    width: 100%;
}

.seller-info .seller-details, .enquire {
    padding: 0 !important;
}

.form-group-nameerror {
    display: flex;
    align-items: center;
}

.bottom-footer-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 35px;
}


.newbanner-main {
    display: flex;
}

.newbanner-item {
    display: flex;
    align-items: center;
}

.social ul {
    display: flex;
    align-items: center;
    margin: 0 !important;
}


.inf-cont {
    margin-bottom: 20px;
}

.enquire {
    width: 100% !important;
    display: table;
    margin: 0 auto;
}


@media (min-width: 767px) {
    .cart-page {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
    }

    .cart-table {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
    }

    .cart-bottom {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 400px;
        margin-right: 20px;
    }
}

.cart-bottom {
    background: #eeeeee;
    padding: 20px;
    border-width: 1px;
    border-style: solid;
    border-color: #dddddd;
}

.cart-table table thead td {
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    background: #eeeeee;
    border: 0 !important;

}

.cart-bottom .table-bordered {
    background: #fff;
    border: 1px solid #ddd;
}

.cart-bottom .table-bordered tr td {
    border: 0 !important;
    border-top: 1px solid #ddd !important;
}

.cart-table table td {
    vertical-align: middle !important;
}

.quan > .btn-block {
    align-content: space-between;
    display: flex;
}

.quan .btn-danger {
    background: #e73d50;
    border-radius: 50% !important;
    height: 38px;
    width: 38px;
    margin: 1px !important;
}

#accordion .panel-default > .panel-heading {
    background: #fff;
}

.panel-heading {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
}

.panel-heading a {
    color: #000 !important;
    font-size: 4rem;
    font-weight: bold;
    text-decoration: none;
}

#accordion .panel-title a:after {
    content: "\f060";
    font-family: fontawesome;
    display: inline-block;
    /*transform: scaleX(-1);*/
    margin-left: 15px;
    font-size: 9px;
    float: left;
    margin-top: 3px;
}

#accordion .panel-title a .fa-caret-down {
    display: none;
}

#accordion #collapse-coupon .control-label,
#accordion #collapse-voucher .control-label {
    width: 100%;
    padding-top: 7px;
    padding-bottom: 5px;
    padding: 7px 0 5px;
}

#accordion #collapse-shipping .control-label {
    padding: 0;
}

.btn-cart.btn {
    background: #e73d50;
    margin: 0 6px;
    /*display: inline-flex;*/
    color: #fff;
    border-radius: 0;
}

.btn-cart.btn:hover {
    background: #9c0b1b !important;
}

.btn-checkout.btn {
    background: #3cc472;
    margin: 0 6px;
    /*display: inline-flex;*/
    color: #fff;
    border-radius: 0;
}

.btn-checkout.btn:hover {
    background: #e73d50 !important;
}

#mfilter-content-container .product-category-list a {
    border-radius: 5px;
    line-height: 40px;
    text-align: center;
    width: 100%;
    display: block;
    margin: 5px 0;
    color: #fff;
    background: #93b5c6;
    border: 1px solid #93b5c6;
    padding: 10px 15px;
    transition: all linear .5s;
    position: relative;
}

.inf-cont i {
    width: 40px;
    height: 40px;
    line-height: 40px;
    display: block;
    text-align: center;
    color: #FFF;
    background: var(--sec);
    margin-inline-end: 5px;
    border: 1px solid transparent;
    border-radius: 100%;
    transition: all linear .5s;
}

.inf-cont a {
    display: flex;
    align-items: center;
}

.email2 {
    margin-inline-end: 10px;
}

.section-contact-info h4 {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 15px;
    color: #FFF;
}

.section-contact-info a:hover {
    color: #FFF;
}

/*.inf-cont i:hover {*/
/*    color: #fff;*/
/*    background: #93b5c6;*/
/*    border: 1px solid #93b5c6;*/
/*    transition: all linear .5s;*/
/*}*/

/*.inf-cont:hover span {*/
/*    color: #93b5c6;*/
/*    transition: all linear .5s;*/
/*}*/

.inf-cont span {
    font-family: 'bahij';
    transition: all linear .5s;
}

#addsubs .form-group {
    display: flex;
    align-items: center;
    border-radius: 0 !important;

}

.seller-info, .enquire {
    border: none !important;
}

#featuredbanner0 .exc h3 {
    color: #000;
    font-size: 22px;
    font-weight: bold;
    margin: 0 0 10px 0;
}

.featuredbanner .item .featuredbanner-img {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-inline-end: 0;
    background-color: transparent;
    width: auto;
    height: auto;
    border-radius: 0;
    transform: rotate(0deg);
}

.featuredbanner .item .featuredbanner-img {
    animation: 4s linear 2s infinite car-move;
}

.featuredbanner-p {
    font-weight: bold;
    color: var(--main);
}


#featuredbanner1 .item .exc h3 {
    text-align: center;
    font-size: 32px;
    color: #000;
    line-height: 50px;
    font-weight: bold;
    margin-bottom: 30px;
}

/*banner*/

.banner .item {
    overflow: hidden;
    position: relative;
    transition: all linear .5s;
}

.banner .item:hover {
    transition: all linear .5s;
}


.banner .item .over a:before {
    transition: all linear .5s;
}


.banner .item:hover .over a:before {
    background-color: var(--sec);
    transform: scaleY(1);
}

.banner img {
    transform: scale(1);
    width: 100%;
    transition: all linear .5s;
}

.banner img:hover {
    transform: scale(1.05);
    transition: all linear .5s;

}

#banner0 .item img {
    width: 100%;
}


#banner0 .item .exc {
    position: absolute;
    top: 50%;
    left: 150px;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

#banner0 .item .exc h3 {
    text-align: center;
}

.head-item-btn span {
    display: none;
}

#banner2 .item:hover {
    box-shadow: none;
}

.insides .image {
    border: 1px solid var(--main);
}

.insides .caption a {
    color: var(--main) !important;
}

.insides .price-old {
    color: #000 !important;
}

.insides .button-group button {
    border: 1px solid transparent;
}

.insides:hover .button-group button {
    border: 1px solid transparent;
}

.product-thumb.insides .button-group button {
    background-color: var(--main);
}

.latest-cont {
    margin-top: 30px;
}

.product-special .top-head,
.product-category-74 .top-head,
.information-information .to-head {
    background: beige;
}


#banner2 .item:hover img {
    box-shadow: 0 0 21px rgba(0, 0, 0, .18);
}


.banner .item .exc h3 {
    margin: 0;
    font-size: 12.2em;
    color: var(--sec);
    font-weight: bold;
}

.banner .item .exc p {
    font-size: 40px;
    text-align: center;
    color: #FFF;
    font-weight: bold;
}

#banner0 .over a {
    margin: 20px 0;
}

#banner1 {
    padding: 50px 0;
    background: #cac2ae;
}

#banner1 .item .exc h3 {
    font-size: 38px;
    color: #FFF;
    font-weight: bold;
}

#banner1 .item .exc p {
    color: #000;
    font-weight: bold;
    line-height: 1;
}

html[dir='rtl'] #banner1 .item .exc p {
    font-size: 72px;
}

html[dir='ltr'] #banner1 .item .exc p {
    font-size: 55px;
}

#banner1 .item .exc {
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    left: 50%;
    text-align: center;
    z-index: 9;
}

#banner2 {
    margin: 50px 0;
}

#banner2 .item .exc {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 41%;
}

#banner2 .item .exc-cont {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 25px;
}

#banner2 .item .exc h3 {
    font-size: 64px;
    color: #f20000;
    font-weight: bold;
}

#banner2 .item .exc p {
    font-size: 64px;
    color: #132743;
    font-weight: bold;
}

#banner3 .item .exc h3 {
    font-size: 32px;
    color: #93b5c6;
    font-weight: bold;
    margin-bottom: 25px;
}

#banner3 .item .exc {
    width: 28%;
    left: 35%;
}

#banner4 .item .exc {
    display: none;
}


#carousel1010 .carousel-cont {
    transition: all linear .5s;
    padding: 10px;
}

#carousel1010 .carousel-cont figure {
    height: 145px;
    padding: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
    transition: all .5s ease-in-out;
}

.swiper-pager {
    width: auto !important;
    bottom: unset;
    display: flex;
    justify-content: center;
    align-items: start;
    flex-direction: column;
    top: 50% !important;
    transform: translateY(-50%);
    z-index: 2;
    gap: 35px;
    padding-inline-start: 50px;
}

#carousel1010 .carousel-cont:hover figure {
    transform: translateY(-5px);
    box-shadow: 0 0 18px rgb(0 0 0 / 13%);
}

.swiper-viewport {
    box-shadow: none !important;
    border: none !important;
    background: transparent !important;
    margin: 0 !important;
}

/**/
.top-footer {
    background: #fff;
    padding-bottom: 70px;
}

.newsletter-tittle {
    font-weight: bold;
    color: #000;
    font-size: 32px;
}

.footer-newsletter p {
    color: #535353;
    font-size: 16px;
}

.newsletters-grop {
    display: block !important;
    margin-top: 30px;

}

.newsletters-grop input {
    width: 100% !important;
    height: 60px !important;
    background: #f4f3f3 !important;
    border: none !important;
    box-shadow: none !important;
    border-radius: 0 !important;
}

.newsletters-grop input::placeholder {
    color: #c0c0c0;
    font-size: 14px;
    padding-right: 15px;
}

.footer-lang {
    float: left;
    margin-top: 15px;
}

.footer-lang .btn-link {
    color: #fff;
}

.powered-list li {
    display: inline-block;
}

.powered {
    width: 100%;
}

.copy {
    display: inline-block;
    color: #FFF;
    font-family: 'bahij';
}

html[dir='rtl'] .copy {
    float: right;
}

html[dir='ltr'] .copy {
    float: left;
}


.copy2 {
    display: inline-block;
    font-family: 'bahij';
    color: #FFF;
}

html[dir='rtl'] .copy2 {
    float: left;
}
html[dir='ltr'] .copy2 {
    float: right;
}


.copy a {
    color: var(--sec);
    font-size: 14px;
    font-family: 'bahij';
}

.copy2 a {
    color: var(--sec);
    font-size: 14px;
    font-family: 'bahij';

}

.copy a:hover {
    color: #706897;
}

.copy2 a:hover {
    color: #706897;
}

.newsletters-grop button {
    display: inline-block;
    margin-top: 12px;
    margin-right: -165px !important;
    width: 140px !important;
    height: 40px !important;
    padding: 0 !important;
    line-height: 40px !important;
    text-align: center !important;
}


.col-footer {
    width: 20% !important;
}

.social-media ul li {
    display: inline-block;
    margin-right: 25px;
}

.social-media ul li .fa {
    font-size: 18px;
}

.social-media {
    text-align: center;
}

footer .col-sm-3 .fa-minus, footer .col-sm-3 .fa-plus {
    display: none !important;
}

html[dir='rtl'] .lang-ar {
    display: none !important;
}

html[dir='ltr'] .lang-ar {
    display: block !important;
}

html[dir='ltr'] .lang-en-gb {
    color: #fff !important;
    border: none !important;
    box-shadow: none !important;
    text-decoration: none !important;
    font-size: 14px;
    font-family: 'bahij';
    padding: 0;
    display: none !important;;
}

html[dir='rtl'] .lang-en-gb {
    display: block !important;
}

.lang-en-gb img {
    width: 35px;
    border-radius: 5px;
}


.bottom-footer-cont {
    display: flex;
    align-items: center;

}

.powered-content {
    border-top: 1px solid #b4b4b4;
    padding: 15px 0;

}

.powered-list {
    float: left;
}

.powered-list li a {
    color: #282828;
}

.content-footer {
    padding: 57px 0 50px;
}

.bottom-footer .newbanner-col:first-child .newbanner-tit {
    display: none;
}

.newbanner-tit {
    color: #93b5c6;
    font-size: 18px;
    margin-left: 20px;
}

.fa-en {
    display: none;
}


.special1 .product-thumb {
    margin-bottom: 30px;
}


/*mb-menu*/
.service-box {
    background-image: url(account-box-background.png);
    background-repeat: repeat-x;
    background-color: #343846;
    padding: 50px 40px;
    position: relative;
}

.mp-back1 {
    position: absolute;
    top: 10px;
    left: 10px;
    color: #fff;
}

.vendor {
    font-size: 18px;
    font-weight: 500;
    color: var(--main);
    display: block;
    margin: 0 0 20px 0;
}

.mp-menu ul li > a {
    display: block;
    font-size: 16px;
    font-weight: 500;
    padding: 10px 20px 10px 20px;
    color: #343846;
}

.mp-menu ul li a.mp-back {
    background-color: #93b5c6;
}

.mp-menu ul li a i {
    font-size: 30px;
    margin: 0 5px;
    vertical-align: text-bottom;
}

.mp-menu .fa-angle-left {
    font-size: 20px;
    margin: 6px 5px 0px;
    display: inline-block;
    float: right;
    color: #93b5c6;
    transform: scale(-1);
}

.mp-menu ul li a.mp-back {
    font-size: 15px;
    padding: 8px 10px;
}

.mp-menu ul li strong {
    padding: 5px 10px;
}

.all-cats .dropdown-inner li a {
    color: #93b5c6;
}

.all-cats li a .fa-angle-left {
    margin: 8px 0 0;
}

.hold_cat:not(:last-child) {
    margin-bottom: 50px;
}

.hold_cat {
    margin-top: 40px;
}


#common-home #content {
    padding: 0;
}

#slideshow0 img {
    width: 100%;
}

.fa-angle-left:before {
    content: "\f105";
}

footer .social a {
    font-size: 16px;
    display: inline-block;
    float: left;
    margin-bottom: 12px;
}

.newbanner-images {
    margin-inline-end: 7px;
}

.newbanner-images img {
    max-width: 70px;
    max-height: 55px
}

.sc-newbanner {
    font-size: 18px;
    color: #000;
}

.top-lang {
    float: left;
}

.top-lang .list-unstyled {
    margin: 0;
}

.social .list-unstyled {
    display: inline-block;
}

.social {
    display: inline-flex;
    position: relative;
    top: 70%;
    transform: translateY(-70%);
    right: 50px;
    z-index: 9;
}

.social .fa {
    font-size: 22px;
    transition: all .5s linear;
    padding: 0;
    margin: 0 0 0 25px;
    background: transparent !important;
    text-align: center;
    border-radius: 50%;
    color: #000;

}

#input-search:focus {
    border: none !important;
    box-shadow: none !important;
    outline: none !important;
}

.selector-cat option {
    height: 25px;
    background: #fff;
    color: #93b5c6;
}

.social .fa:hover {
    color: #706897;
    transition: all .5s linear;

}

.bottom-prod-ins {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#dropdownMenuButton {
    background-color: #818eae;
    border-radius: 0;
    z-index: 99;
    color: #fff;
    width: 295px;
    font-size: 16px;
}

#dropdownMenuButton .fa-bars {
    background: #132743;
    width: 50px;
    line-height: 50px;
    text-align: center;
    padding: 0;
}

#dropdownMenuButton span {
    margin: 0 5px;
}

#dropdownMenuButton .fa-angle-down {
    float: left;
    position: relative;
    top: 18px;
    left: 14px;
}

.top-head {
    background: #FFFF;
    padding: 15px 0;
}

.top-head .row {
    display: flex;
    align-items: center;
}

.custom-dropdown-menu {
    position: absolute;
    top: 100%;
    z-index: 9;
    min-width: 200px;
    background: rgb(255 255 255 / 90%);
    border-radius: 0 0 10px 10px;
    padding: 20px;
    opacity: 0;
    visibility: hidden;
    transform-origin: 0 0 0;
    transform: scaleY(0);
    box-shadow: 0 3px 6px rgb(0 0 0 / 10%);
    transition: all 0.6s ease;
}

li.dropdown:hover .custom-dropdown-menu, .btn-group.open .custom-dropdown-menu {
    opacity: 1;
    visibility: visible;
    top: 100%;
    transform: scaleY(1);
}

.all-cats ul {
    padding: 0;
    margin: 0;
}

.all-cats li {
    list-style: none;
}

.all-cats li a {
    min-width: 200px;
    display: block;
    padding: 7px 20px;
    clear: both;
    width: 100%;
    line-height: 20px;
    color: #fff;
    font-size: 14px;
    transition: all .5s linear;
}

.all-cats li a {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
}

.all-cats li a:after {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #93b5c6;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 100% 0;
    transform-origin: 100% 0;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
}

.all-cats li a:hover, .all-cats li a:focus, .all-cats li a:active {
    color: white;
}

.all-cats li a:hover:after, .all-cats li a:focus:after, .all-cats li a:active:after {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

.all-cats li a:before {
    content: "\f100";
    font-family: FontAwesome;
    margin-left: 10px;
    font-size: 14px;
    color: #fff;

}

.bootom-head {
    background: #93b5c6;
}

#content .col-product {
    width: 25% !important;
}

@media (max-width: 1024px) {
    #menu .dropdown-menu {
        height: 353px;
        overflow-y: scroll;
    }

    .product_desc {
        max-width: 100%;
    }


    .navbar-nav {
        width: 100%;
        display: flex;
        align-items: center;
    }


    #banner0 .item .exc {
        width: 50%;

    }

    #slideshow0 .exc h3 {
        font-size: 28px;
        line-height: 45px;
        margin-bottom: 15px;
    }

    #banner1 .item .exc {
        width: 50%;
    }

    #menu .nav > li > a {
        font-size: 15px;
        padding: 8px 6px 8px 6px;
    }

    #slideshow0 .exc h3 {
        line-height: 60px !important;
    }

    html[dir='rtl'] #slideshow0 .exc h3 {
        font-size: 40px !important;
    }

    html[dir='ltr'] #slideshow0 .exc h3 {
        font-size: 35px !important;
    }

    #banner1 .item .exc h3 {
        font-size: 24px;

    }

    #banner3 .item .exc h3 {
        font-size: 24px;
    }

    #addsubs {
        text-align: center;
    }
}

@media (min-width: 768px) {

    .open2 {
        display: block !important;
    }

    .common-home .open2 > .dropdown-menu {
        display: block !important;
    }

    footer .collapse {
        display: block;
        visibility: visible;

    }

    .collapse.in {
        display: block;
    }


}

@media (max-width: 768px) {

    .newbanner-cont:first-of-type {
        margin-bottom: 20px;
    }

    .product-thumb .button-group {
        flex-direction: row;
        align-items: center;
    }

    .button-group {
        margin-top: 50px;
        margin-bottom: 25px;
    }

    .button-group button:first-of-type {
        margin-inline-end: 10px;
    }

    .product-thumb .button-group button {
        margin-bottom: 0 !important;
    }


    .product-layout:before {
        background-size: 100% 100%;
        border-radius: 10px;
    }

    .product-thumb .row {
        flex-direction: column;
    }

    .social {
        right: 7px;
    }

    .powered {
        text-align: center;
    }

    .copy, .copy2 {
        margin: 5px 0;

    }

    .no-padding {
        padding: 0 15px !important;
    }

    #menu .dropdown-menu {
        height: 265px;
        overflow-y: scroll;
    }

    .category-cont .exc {
        margin-top: -15px;
    }

    .item-col {
        padding: 5px !important;
    }


    footer .col-footer .collapse {
        display: none;
    }

    footer .col-footer .collapse.in {
        display: block;
    }

    #featuredbanner0 .exc h3 {
        line-height: 16px;
        font-size: 20px;
    }

    .col-footer {
        width: 100% !important;
    }

    #addsubs p {
        padding: 0;
    }

    footer .social .fa {
        font-size: 16px;
    }


    .powered-list {
        float: none;
        display: table;
        margin: 0 auto;
    }


    .newbanner-images {
        margin-right: 5px;
    }

    .sc-newbanner {
        display: none;
    }

    #banner0 .item .exc h3 {
        font-size: 22px;
    }

    #banner0 .over a {
        margin: 5px 0;
    }

    .buttons-newslet input {
        width: 100px !important;
        height: 48px !important;
    }


    #menu .nav > li > a {
        padding: 0px 3px 0px 3px;
    }

    .exc > a {
        line-height: 36px;
    }

    #featuredbanner1 .item .exc h3 {
        font-size: 20px;
    }

    .footer-img {
        background-size: 100%;
        width: 134px;
    }

    #menu {
        display: flex;
    }

    .over a {
        width: 100px;
        height: 30px;
        line-height: 30px;
    }

    .exc > a {
        line-height: 20px;
        font-size: 18px;
        margin-bottom: 0px;
    }

    #logo {
        display: flex;
        justify-content: flex-end;
        align-items: center;
    }

    #slideshow0 .exc h3 {
        font-size: 30px !important;
    }

    .head-content-list {
        justify-content: flex-end;
    }

    .head-content {
        margin-top: 35px;
    }

    .bootom-header-left {
        justify-content: center;

    }

    .top-list li {
        margin-left: 10px;
    }

    .top-list a {
        font-size: 11px;
    }

    .re-content .pull-left .btn {
        margin-right: 10px;
    }

    .head-content-list .list-cont {
        margin-right: 15px;
    }

    .head-category .over {
        margin: 15px auto 15px;
    }

    #wishlist-total:before {
        width: 20px;
        height: 20px;
    }

    .re .bar a {
        width: 30px;
        height: 30px;
        line-height: 30px;
    }

    .head-content-list .list-cont {
        margin-left: unset;
    }

    #banner2 .item .exc h3, #banner2 .item .exc p {
        font-size: 40px;
    }

    #banner2 .item .exc-cont {
        margin-bottom: 12px;
    }

    #banner2 {
        margin: 25px 0;
    }

    #banner0 {
        margin: 25px 0;
    }

    .col-product {
        width: 100% !important;
    }

    #addsubs {
        text-align: center !important;
    }

    .fa-plus, .fa-minus {
        display: inline-block;
    }

    .newbanner-tit {
        color: #93b5c6;
        font-size: 12px;
        margin-left: 0;
    }


    .fa-plus {
        float: left;
    }

    .footer-newsletter p {
        color: #535353;
        font-size: 14px;
    }

    .footer-img {
        display: table;
        margin: 25px auto;
    }


    .over a {
        width: 100px;
        height: 35px;
        line-height: 35px;
    }

    .over a span {
        font-size: 10px;
    }

    .haed-item h2 {
        font-size: 24px;
    }

    #banner1 .item .exc {
        width: 60%;
        align-items: center;

    }

    #banner1 .item .exc h3 {
        font-size: 18px;
        margin-bottom: 10px;
    }

    .footer-lang {
        float: none;
        display: table;
        margin: 0 auto;
    }

    #featuredbanner1 .item .exc h3 {
        line-height: 28px;

    }

    .home-cats .image:before {
        width: calc(100% - 40px);
        height: calc(100% - 40px);
        top: 20px;
        left: 20px;
        right: 20px;
        bottom: 20px;

    }

    .swiper-pager {
        display: none;
    }

    .re {
        display: flex;
        align-items: center;
        justify-content: flex-start;
    }

    .featuredbanner .item .exc {
        margin-top: 0px;
        max-height: 25px;

    }

    .home-cats .image {
        margin: 0;
    }

    #product-product .nav-tabs > li {
        width: 100%;
    }

    .featuredbanner .item .featuredbanner-img img {
        max-width: 65px;
        max-height: 65px;
    }

    .featuredbanner-main {
        padding-bottom: 30px;
    }

    .mb-lang {
        padding: 10px 20px 10px 20px;
    }

    .over a i {
        display: none;
    }


    #banner1 .item img {
        max-height: 200px;
    }

    footer h5 {
        font-size: 18px;
        pointer-events: auto;
    }

    footer a {
        font-size: 14px;
    }

    .copy, .copy2 {
        font-size: 12px;
        text-align: center;
        margin: 5px 0;
    }

    .bottom-footer-item {
        flex-direction: column;
    }

    .swiper-pagination {
        display: none !important;
    }

    #addsubs p {
        font-size: 14px;
        text-align: center;

    }

    .enquire {
        width: 100% !important;
    }

    .content-footer {
        padding: 25px 0;
    }

    .footer-co {
        background-size: cover;
    }

    .featuredbanner-view {
        margin: 0;
    }

    .brand-content .brand-content-tit {
        top: 50% !important;
        right: 16% !important;
    }

    .brand-content-tit h3 {
        font-size: 32px;
    }

    .brand-content .swiper-pager {
        top: 100% !important;
        right: 35% !important;
    }

    #special0 .product-thumb {
        display: flex;
        flex-direction: column;
    }

    #special0 .product-thumb .col-lg-6:first-of-type {
        order: 2;
    }

    #special0 .product-thumb .col-lg-6:last-of-type {
        order: 1;
    }

    .latest-all .no-padding {
        padding: 0 15px !important;
    }

    .swiper-viewport {
        margin: 0 0 0px !important;
    }

    .bottom-footer {
        padding: 10px 0;
    }

    #cart-total:before {
        width: 20px;
        height: 20px;
    }

    #cart-total:hover:before {
        width: 20px;
        height: 20px;
    }

    #account-total:before {
        width: 20px;
        height: 20px;
    }

    #account-total:hover:before {
        width: 20px;
        height: 20px;
    }

    .product-thumb .caption {
        min-height: 75px;
    }

    #search-total:before {
        width: 20px;
        height: 20px;
    }

    #search-total:hover:before {
        width: 20px;
        height: 20px;
    }

    .left-list-br {
        padding-left: 12px;
        margin-right: 12px;
    }

    .re-bar {
        margin: 25px 0;
    }

    .re-content .re {
        justify-content: center;

    }

    .main-header {
        padding: 5px 0;
    }

    .re-content .re #logo img {
        max-width: 150px;
    }

    .left-list li:nth-of-type(2) {
        border-right: 0 solid #477662 !important;
    }

    .col-product {
        width: 50% !important;
    }

    .category .exc > a {
        font-size: 11px;
    }

    footer .social .fa {
        width: 30px;
        height: 30px;
        line-height: 30px;
    }

    .social .fa {
        margin: 0 0 0 15px;
    }

    #banner2 .item .exc p {
        margin: 0;
    }
}

@media (max-width: 460px) {
    #banner2 .item .exc h3, #banner2 .item .exc p {
        font-size: 24px;

    }


    .haed-item {
        margin: 18px 0;

    }

    .haed-item h2 {
        font-size: 20px;
    }

    #slideshow0 .exc {
        left: 28%;
        width: 40%;
    }

    #slideshow0 .exc h3 {
        font-size: 16px;
        line-height: 20px;
        margin-top: 0;
    }

    #banner1 .item {
        margin-bottom: 25px;

    }

    #banner0 .item {
        margin-bottom: 25px;
    }

    .newbanner-images img {
        max-width: 50px;
        max-height: 40px;
    }

    /*.re-content .re #logo img {*/
    /*    max-width: 100px;*/
    /*}*/
    .head-content-list {
        margin: 10px 0;
    }

    .re-bar {
        margin: 10px 0;
    }
}


.hold_news_title {
    display: flex;
    align-items: center;
}

.hold_news_title img {
    margin-inline-end: 20px;
}

.form-control:focus,
.form-control {
    border-color: var(--btn);
}


.form-group input::placeholder {
    font-size: 15px;
}


.hold_footer {
    box-shadow: 0 0 29px rgb(0 0 0 / 15%);
    padding: 30px 30px 20px 30px;
    border-radius: 30px 30px 0 0;
}

.hold_copy {
    position: relative;
    display: flex;
    justify-content: center;
    padding-top: 30px;
}

.hold_copy:before {
    content: "";
    position: absolute;
    border: 1px solid var(--sec);
    width: 100%;
    top: 0;
    left: 0;
    display: block;
    box-sizing: border-box;
    margin-bottom: 30px;
}

li.dropdown > .dropdown-toggle:after {
    display: inline-block;
    content: "\f078";
    font-family: "FontAwesome";
    margin-inline-start: 5px;
    color: #FFF;
    transition: all .5s ease-in-out;
}

li.dropdown,
.dropdown-inner .list-unstyled li {
    display: flex;
    align-items: center;
    transition: all .6s ease-in-out;
    justify-content: flex-start;
}

li.dropdown:hover > .dropdown-toggle:after {
    color: #FFF;
    transform: rotateX(180deg);
}

.head-content-list .dropdown-toggle:after {
    display: none !important;
}

.dropdown-inner .list-unstyled li a:before {
    display: inline-block;
    content: "\f068";
    font-size: 12px;
    font-family: "FontAwesome";
    margin-inline-end: 10px;
    color: #000;
    transition: all .2s ease-in-out;
}

.user_agent{
    position: fixed;
    bottom: 0;
    width: 100%;
    background: #fff;
    z-index: 999;
    display: none;
    box-shadow: rgb(0 0 0 / 10%) 0px -1px 8px;
}
.user_agent a{
    display: block;
    padding: 10px 0;
    text-align: center;
    color: #404553;
    line-height: 1px;
    position: relative;
}
.user_agent p{
    font-size: 11px;
    margin: 0 0 7px;
}
.user_agent a .fa{
    font-size: 16px;
    margin-bottom: 10px;
}
.user_agent a img{
    width: 22px;
    display: block;
    margin: 0 auto 10px;
}
.user_agent .col-xs-3{
    border-left: 1px solid #fff;
    /*width: 20%;*/
}
.user_agent .col-xs-3:last-child{
    border-left: 0;
}


.product-thumb .image:after {
    z-index: 99;
}

#banner1 .banner-item {
    margin-bottom: 20px !important;
}

#banner1 .banner-item .over {
    display: inline-block;
    margin-top: 20px;
}

#banner1 .banner-item .over a {
    border: 2px solid #FFF;
    color: #FFF;
}

/*#banner1 .banner-item .item:before {*/
/*    position: absolute;*/
/*    content: '';*/
/*    width: 480px;*/
/*    height: 356px;*/
/*    top: 50%;*/
/*    left: 50%;*/
/*    transform: translate(-50%, -50%);*/
/*    box-shadow: 0 0 29px rgba(0 0 0 / .22);*/
/*    background: rgba(5 18 44 / .80);*/
/*    z-index: 1;*/
/*}*/

#banner1 .banner-item .over a:hover, #banner1 .banner-item .over a:focus, #banner1 .banner-item .over a:active,
#banner1 .banner-item:hover .over a {
    background: var(--sec) !important;
    border: 2px solid transparent !important;
}

#menu .dropdown-inner li a:hover:before {
    color: #FFF;
}

.carousel-cont .panel-heading {
    margin-bottom: 0;
}

.dropdown-inner {
    width: 100%;
}


@media (max-width: 576px) {
    body {
    margin-bottom: 60px;
    }
    footer .content-footer [class^="col"] .collapsed .fa-plus {
        display: block !important;
        float: left;
    }
    .powerd-sec .row {
        display: block !important;
    }

    .all-contentps .row {
        text-align: center;
    }

    html[dir="rtl"] .copy,
    html[dir="ltr"] .copy,
    html[dir="rtl"] .copy2,
    html[dir="ltr"] .copy2,
    html[dir="rtl"] .copy2 {
        float: none !important;
    }

    .copy {
        margin-bottom: 10px !important;
    }

    .copy2 {
        margin-top: 10px !important;
    }

    .top-head {
        padding: 0;
    }

    html[dir='rtl'] .social-menu {
        right: 50px !important;
    }
    html[dir='ltr'] .social-menu {
        left: 50px !important;
    }

    .social-menu ul {
        margin: 0 !important;
        gap: 10px;
        display: flex;
        flex-direction: row !important;
        align-items: center;
        margin-bottom: 50px !important;
        margin-top: 0 !important;
    }


    #content [class*='col-'] {
        margin-bottom: 30px;
    }

    .product-grid {
        margin-bottom: 0 !important;
    }

    .specials-cont .product-thumb .price {
        flex-direction: column !important;
        align-items: center;
    }


    #special1 .product-thumb .button-group {
        align-items: center;
        justify-content: center !important;
    }

    .special1 {
        padding: 20px 0;
    }
    .latest-cont {
        margin-bottom: 12px;
    }

    .category-cont .swiper-viewport {
        margin-bottom: 22px !important;
    }

    .haed-item {
        margin: 0;
    }

    .button-group button:first-of-type {
        margin-inline-end: 0px;
    }

    .product-thumb .button-group .cart i {
        width: 20px;
        height: 20px;
    }

    .product-grid {
        margin-bottom: 0;
    }

    .head-list span {
        font-size: 11px;
    }

    .head-content-list {
        margin: 5px 0 !important;
    }

    .saw {
        width: 80px;
        text-align: center;
        font-size: 12px !important;
    }

    .inter {
        font-size: 12px !important;
    }

    #logo img {
        max-width: 55% !important;
    }

    #nav-icon {
        width: 40px !important;
    }

    .social-menu {
        text-align: center !important;
    }

    .social-menu ul {
        justify-content: center !important;
    }

    .buttons-newslet #newsletters {
        width: 30% !important;
    }

    .sas {
        justify-content: center;
    }

    .social-menu .fa-plus,
    .social-menu .fa-minus {
        display: none !important;
    }

    .top-head .row-cust:not(.main-header .row-cust) {
        display: flex;
        align-items: center;
        flex-direction: column;
    }

    .product-thumb .price-new, .product-thumb .price-old {
        font-size: 15px !important;
    }

    .head-content-list,
    .inter {
        justify-content: center !important;
    }

    .head-list a.saw {
        padding: 6px 10px !important;
        margin-inline-end: 5px !important;
    }

    .product-thumb {
        margin-bottom: 0 !important;
    }

    html[dir = 'rtl'] #slideshow0 .exc {
        left: 30px;
    }

    html[dir = 'ltr'] #slideshow0 .exc {
        left: 30px;
    }

    #banner1 .banner-item .item::before {
        width: 454px;
        height: 155px;
    }

    #banner1 .item .exc h3 {
        font-size: 25px !important;
    }

    #banner1 .banner-item .over {
        margin-top: 8px;
    }


    #content .row {
        display: block !important;
    }

    .banner .item .exc p {
        font-size: 23px;
        line-height: 1.1;
    }

    .button-group {
        margin-bottom: 0;
    }

    .product-thumb:before {
        display: none;
    }

    .featuredbanner-view .item-col:not(:last-of-type) {
        margin-bottom: 0;
    }

    .product-thumb .price {
        flex-direction: column !important;
    }

    .price-old {
        margin-bottom: 5px !important;
    }

    #loader-wrapper img {
        height: 90px !important;
    }

    .haed-item,
    .panel-heading a {

        font-size: 20px;
    }

    .latest .product-thumb .price-new, .latest .product-thumb .price-old {
        font-size: 15px;
    }


    #slideshow0 .exc h3 {
        font-size: 15px;
        line-height: 1.5;
    }

    /*.over a {*/
    /*    height: 30px;*/
    /*    line-height: 30px;*/
    /*}*/
    .hold-btn {
        display: inline-block;
    }

    .featuredbanner-view .item-col:not(:last-of-type) {
        margin-bottom: 20px;
    }

    #addsubs {
        flex-direction: column;
    }

    #addsubs p {
        font-size: 18px;
    }


    .newbanner-cont:first-of-type .newbanner-main {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
    }

    .newbanner-cont:first-of-type .newbanner-images {

        margin: 0 10px;

    }

    .social img {
        width: 30px;
    }
}

#addsubs p {
    margin-bottom: 0;
}

#column-left + #content .product-layout .col-md-3 {
    width: auto;
}

.product_desc {
    max-width: 100%;
}

.p-cat a {
    color: #fff;
    border-radius: 3px;
    display: inline-block;
    padding: 3px 10px;
    font-size: 12px;
    background: #151515;
    margin-bottom: 10px;
}

#form-language .custom-dropdown-menu {
    padding: 10px;
    display: flex;
    justify-content: flex-start;
    min-width: 150px;
}


/* my edit for shopping queen*/

.open-search i {
    font-size: 20px;
    color: #ababab;
}

.btn-link img {
    margin-inline-end: 5px;
}

.category-cont .latest-pager {
    position: relative !important;
    justify-content: center;
    top: 0 !important;
    transform: none !important;
    z-index: 2;
    gap: 10px;
    padding-inline-start: 0;
}

html[dir='rtl'] .category-cont .latest-pager {
    flex-direction: row !important;
}

html[dir='ltr'] .category-cont .latest-pager {
    flex-direction: row-reverse !important;
}

.swiper-viewport .latest-pager .swiper-button-next {
    right: 0px !important;
}

.swiper-viewport .latest-pager .swiper-button-prev {
    left: 0px !important;
}

.swiper-viewport .latest-pager .swiper-button-next, .swiper-viewport .latest-pager .swiper-button-prev {
    margin-top: 30px;
}

.swiper-viewport:hover .swiper-button-next {
    right: 0px !important;
}

.swiper-viewport:hover .swiper-button-prev {
    left: 0px !important;
}

.swiper-button-next, .swiper-button-prev {
    margin-top: 0;
}

.category-cont .swiper-viewport {
    margin-bottom: 50px;
}

.latest .row {
    display: flex;
    flex-wrap: wrap
}

.latest .product-thumb {
    border: none;
    border-radius: 0;
    padding: 0;
    box-shadow: none;
    margin-bottom: 30px;
}

.latest .product-thumb:before {
    display: none;
}


.latest .image:before {
    /*content: "";*/
    /*position: absolute;*/
    /*top: 0;*/
    /*left: 0;*/
    /*width: 100%;*/
    /*height: 0;*/
    /*background: #00000085;*/
    /*opacity: 0;*/
    /*z-index: 1;*/
    /*transition: all .35s ease-in-out;*/
}

.latest .product-thumb:hover .image:before {
    height: 100%;
    opacity: 1;
}

.latest .product-thumb:hover .product-thumb-content .caption a {
    color: var(--sec);
}


.latest .product-thumb .button-group {
    padding: 10px;
}

.latest .product-thumb .price-new, .latest .product-thumb .price-old {
    font-size: 14px;
}

.latest .over {
    display: flex;
    justify-content: center;
}

.latest .over a {
    width: 165px;
}

/*#featuredbanner0 {*/
/*    gap: 30px;*/
/*    display: flex;*/
/*    justify-content: space-between;*/
/*}*/

#featuredbanner0 .item {
    transition: all .5s ease;
    position: relative;
    display: flex;
    align-items: center;
    background-color: transparent;
    justify-content: start;
    text-align: center;
    padding: 20px 35px;
    border: 2px dotted var(--main);
    border-radius: 10px;
}

.featuredbanner .item {
    display: flex;
    align-items: center;
    overflow: hidden;
}

#featuredbanner0 .item .featuredbanner-img img {
    transition: all .5s ease;
    transform: scale(1) rotate(0deg);
}

.section-contact-info {
    float: inline-end;
}

@keyframes car-move {
    0% {
        transform: rotate3d(0, 1, 0, 0deg);
        opacity: 1;
    }
}


.inf-cont {
    margin-bottom: 10px;
    display: inline-block;
}

.social-menu {
    display: inline-flex;
    position: absolute;
    right: 0px;
    /*top: 40px;*/
}

.social-menu ul {
    margin: 0;
    gap: 10px;
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: center;
}

.social-menu li {
    display: inline-flex;
}

.pay-cop {
    border-top: 0px solid #9cb4cc;
    border-bottom: 0px solid #f0028f;
    /* background-image: url(bg-ft.png); */
    /* background-attachment: fixed; */
}

.powerd-sec {
    margin-top: 0;
    background-color: transparent;
    padding: 20px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#addsubs .form-group {
    display: block;
    padding-inline-start: 0px;
    margin: 0 !important;
}

#addsubs #input-email {
    height: 50px;
    background-color: transparent;
    border: 1px solid #FFF;
    border-radius: 10px;
    outline: none;
    box-shadow: none;
    transition: all .5s ease;
}

#addsubs #input-email:focus {
    border: 1px solid var(--sec);
}

select.form-control, textarea.form-control, input[type="text"].form-control, input[type="password"].form-control, input[type="datetime"].form-control, input[type="datetime-local"].form-control, input[type="date"].form-control, input[type="month"].form-control, input[type="time"].form-control, input[type="week"].form-control, input[type="number"].form-control, input[type="email"].form-control, input[type="url"].form-control, input[type="search"].form-control, input[type="tel"].form-control, input[type="color"].form-control {
    font-size: 12px;
}

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}


#addsubs .form-group .buttons {
    margin: 0 !important;
}

.all-contentps {
    align-items: center;
    border-top: 1px solid var(--sec);
    border-bottom: 1px solid var(--sec);
    padding: 45px 0;
}

.all-contentps .row {
    display: flex;
    align-items: center;
}

#newbanner2, #newbanner3 {
    display: flex;
}

.common-home #newbanner3 {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.buttons-newslet input {
    display: inline-block;
    width: 120px !important;
    height: 40px !important;
    border-radius: 5px !important;
    background: transparent !important;
    color: #fff !important;
    margin-top: 25px;
    position: relative;
    border: 1px solid #FFF;
    transition: all ease .35s;
    text-align: center;
    font-size: 16px;
    /* background-image: url(telg.png) !important; */
    /* background-repeat: no-repeat !important; */
    /* background-position: center center !important;*/
}

.buttons-newslet input:hover {
    background: var(--main) !important;
    border: 1px solid transparent;
}

.buttons-newslet {
    text-align: start !important;
}

#product-product #content [class*='col-']:nth-child(2) ul:nth-child(2) li:nth-child(3) {
    font-size: 18px !important;
}

.btn-primary,
#button-checkout {
    color: #ededed;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: var(--main) !important;
    transition: all .5s ease-in-out;
}


#button-checkout:hover {
    background-color: var(--sec) !important;
}

footer {
    position: relative;
    background-image: url(footer_cover.png);
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
}

.footer-co {
    position: relative;
    z-index: 1;
}

#banner0 .banner-item {
    margin-bottom: 50px !important;
}

.powerd-content-items .social {
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
    align-items: center;
}

#banner0 .over {
    display: none;
}

.product-list .product-thumb .image {
    margin-inline-end: 25px;
    border-radius: 20px;
}

.product-list .image:before {
    border-radius: 20px;
}

.product-list .product-thumb-content {
    text-align: start;
}

.product-list .product-thumb .price {
    font-size: 23px;
}

.product-list .product-thumb .caption {
    padding: 0;
}

.product-list .product-thumb-content .caption a {
    font-size: 25px;
}

.product-list .product-thumb .caption {
    margin-left: 0;
}

.product-list .product-thumb .price-new, .product-list .product-thumb .price-old {
    font-size: 20px;
}

.product-list .image {
    height: 100%;
}

/*.product-list .product-thumb .button-group {*/
/*    flex-direction: row;*/
/*    top: 50%;*/
/*    left: 50%;*/
/*    transform: translate(-50%, -50%);*/
/*    justify-content: center;*/
/*}*/

.product-list .product-thumb .button-group button {
    /* width: 50px; */
    /* height: 50px; */
    background: var(--main);
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 0;
    position: relative;
    color: #FFF;
    margin-top: 70px;
}

.product-list .product-thumb .button-group i {
    color: #FFF;
}

#list-view {
    display: none;
}

#grid-view {
    display: none;
}

#content > h2 {
    font-weight: bold;
    font-size: 4rem;
    color: var(--main);
    margin: 0 auto 30px;
    display: table;
}

.top-lang .btn-link {
    border: none;
}

.swiper-viewport .swiper-button-next {
    right: 0px !important;
}

.swiper-viewport .swiper-button-prev {
    left: 0px !important;
}

footer .fa-plus, footer .fa-minus {
    float: left;
    display: none;
}

/* responsive */

@media (min-width: 769px) {
    .hold-nav-icon {
        display: none !important;
    }
}

@media (max-width: 992px) {

    .social-menu {
        display: inline-flex !important;
        position: relative !important;
        top: 0;
    }

    .home-cats:after {
        width: 180px;
        height: 180px;
    }

    .service-box .btn-primary {
        z-index: 0 !important;
    }

    .special1 .product-thumb .caption {
        flex-direction: column;
    }

    .flex-me {
        display: flex;
    }

    #slideshow0 .exc {
        width: 390px;
        height: 390px;
    }

    #slideshow0 .exc p {
        font-size: 32px;
    }

    .product-thumb .price-new, .product-thumb .price-old {
        font-size: 16px;
    }

    .latest .product-thumb .price-new, .latest .product-thumb .price-old {
        font-size: 17px;
    }

    .banner .item .exc h3 {
        font-size: 7.2em;
    }

    .banner .item .exc p {
        font-size: 30px;
    }

    .product-thumb-content .caption a {
        font-size: 19px;
    }

    .product-thumb .price {
        font-size: 19px;
    }

    #banner1 .item .exc h3 {
        font-size: 4rem;
    }

    .product-thumb .price {
        justify-content: center;
    }

    #featuredbanner0 {
        gap: 30px;
    }

    .product-thumb .button-group {
        display: flex;
        transition: all linear .5s;
    }

    .button-group {
        margin-top: 10px;
    }

    .hold-nav-icon {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    #nav-icon {
        width: 60px;
        height: 30px;
        display: flex;
        justify-content: center;
        position: relative;
        right: 0;
        transform: rotate(0deg);
        transition: .5s ease-in-out;
        cursor: pointer;
    }

    #nav-icon span {
        display: block;
        position: absolute;
        height: 3px;
        width: 50%;
        background-color: var(--sec);
        border-radius: 9px;
        opacity: 1;
        top: 7px;
        transform: rotate(0deg);
        transition: .25s ease-in-out;
    }

    #nav-icon span:nth-child(2) {
        top: 15px;
        transition: .5s ease-in-out;
    }

    #nav-icon span:nth-child(3) {
        top: 23px;
    }

    #nav-icon.open span:nth-child(1) {
        top: 13px;
        transform: rotate(135deg);
        background-color: var(--sec);
    }

    #nav-icon.open span:nth-child(2) {
        opacity: 0;
        transition: 0.2s ease-in-out;
    }

    #nav-icon.open span:nth-child(2) {
        transform: translateX(100%);
    }

    #nav-icon.open span:nth-child(3) {
        top: 13px;
        transform: rotate(-135deg);
        background-color: var(--sec);
    }

    html[dir='rtl'] #slideshow0 .exc h3 {
        font-size: 30px !important;
    }

    html[dir=rtl] #slideshow0 .exc p {
        font-size: 25px;
        font-weight: bold;
    }

    html[dir='ltr'] #slideshow0 .exc h3 {
        font-size: 30px !important;
    }

    html[dir=ltr] #slideshow0 .exc p {
        font-size: 20px;
        font-weight: bold;
    }

    #slideshow0 .exc h3 {
        line-height: 35px !important;
    }

    html[dir='rtl'] #slideshow0 .over {
        margin-top: 35px;
    }

    html[dir='ltr'] #slideshow0 .over {
        margin-top: 35px;
    }

    #slideshow0 .exc {
        width: 360px;
        height: 360px;
    }

    #banner1 .item .exc {
        width: 50%;
    }

    html[dir='rtl'] #form-language .custom-dropdown-menu {
        left: 0 !important;
    }

    html[dir='ltr'] #form-language .custom-dropdown-menu {
        right: 0 !important;
    }
}


@media (max-width: 768px) {
    .user_agent{
        display: block;
    }

    .home-cats:after {
        width: 170px;
        height: 170px;
    }
    #slideshow0 .exc {
        width: 300px;
        height: 300px;
    }

    #slideshow0 .exc p {
        font-size: 25px;
    }

    #slideshow0 .over {
        margin-top: 30px;
    }

    .over a span {
        font-size: 14px;
    }

    .over a {
        width: 120px;
        height: 35px;
        line-height: 35px;
    }

    .category .exc > a {
        font-size: 18px;
        margin-top: 15px;
    }


    .product-thumb {
        margin-bottom: 30px;
    }

    #banner0 .item .exc h3 {
        font-size: 5rem;
        margin-bottom: 29px;
        text-align: center;
    }

    .latest-special.swiper-pagination {
        margin-bottom: 20px;
    }

    #banner1 .item .exc p {
        font-size: 53px;
    }

    #banner1 .over {
        text-align: center !important;
    }

    #banner1 .banner-item:hover .over a {
        border: none !important;
    }

    #banner0 .banner-item:first-child .item .exc,
    #banner0 .banner-item:last-child .item .exc {
        padding: 10px;
        left:10px;
    }

    #featuredbanner0 {
        display: block;
    }

    /*.buttons-newslet input {*/
    /*    width: 30px !important;*/
    /*    height: 30px !important;*/
    /*    background-position: 3px 7px !important;*/
    /*    background-size: 18px;*/
    /*}*/

    .buttons-newslet {
        text-align: start !important;
    }

    .section-contact-info {
        flex-direction: column;
        align-items: flex-start;
    }

    .social-menu {
        margin-top: 20px;
    }

    .all-contentps {
        flex-direction: column;
    }

    #newbanner3 {
        margin-top: 20px;
    }

    footer .content-footer [class^="col"] .fa-minus {
        display: block !important;
    }

    footer .content-footer [class^="col"] .collapsed .fa-minus {
        display: none !important;
        float: left;
    }

    footer .content-footer [class^="col"] .collapsed .fa-plus {
        display: block;
        float: left;
    }
}

@media (max-width: 576px) {

    html[dir='ltr'] .powerd-sec {
        margin-bottom: 50px !important;
    }

    .all-contentps .row {
        align-items: center !important;
    }

    #content > h2 {
        font-size: 24px;
    }

    .home-cats:after {
        width: 215px;
        height: 215px;
    }

    .latest-cont {
        margin-bottom: 22px !important;
    }

    #form-language .btn-group img {
        max-height: 23px !important;
    }

    #banner1 .item .exc h3 {
        font-size: 3rem !important;
    }

    .featured-all {
        margin-top: 0 !important;
    }

    .category-cont {
        margin: 50px 0 0 !important;
    }

    .inter {
        display: none !important;
    }

    .sas i {
        display: none !important;
    }

    .acc0 {
        display: none !important;
    }

    .banner-item {
        margin: 0 !important;
    }


    .banner .item .exc p {
        font-size: 17px;
    }

    .form-control {
        width: 100%;
    }

    #content .row .form-group .btn {
        width: 100%;
        height: 35px !important;
        margin-bottom: 15px;
    }

    #featuredbanner0 .item {
        justify-content: start;
    }

    #slideshow0 .exc {
        width: 250px;
        height: 250px;
    }

    #slideshow0 .exc {
        left: 65%;
    }

    html[dir='rtl'] #slideshow0 .exc p {
        font-size: 21px;
    }

    html[dir='ltr'] #slideshow0 .exc p {
        font-size: 15px;
    }

    #slideshow0 .exc h3 {
        margin-bottom: 10px;
    }

    html[dir='rtl'] #slideshow0 .exc h3 {
        font-size: 25px !important;
    }

    html[dir='ltr'] #slideshow0 .exc h3 {
        font-size: 22px !important;
    }

    #slideshow0 .over {
        margin-top: 20px;
    }

    .over a {
        width: 100px;
    }

    .over a span {
        font-size: 14px;
    }

    #slideshow0 img {
        height: 35vh;
    }

    #banner0 .item .exc h3 {
        font-size: 40px;
        margin-bottom: 0px;
    }

    html[dir='rtl'] #slideshow0 .over {
        margin-top: 20px
    }

    #banner1 .item .exc h3 {
        margin-bottom: 0;
    }

    .content-footer [class*='col-']:not(:last-child) {
        margin-bottom: 30px;
    }

    .carousel-cont .swiper-viewport {
        margin-top: 10px !important;
    }

    .newbanner-main {
        flex-wrap: wrap;
        justify-content: center;
    }

    #banner1 .item .exc h3 {
        font-size: 4rem;
    }

    html[dir='rtl'] #banner1 .item .exc p {
        font-size: 29px;
    }

    html[dir='ltr'] #banner1 .item .exc p {
        font-size: 29px;
    }

    #search-total {
        width: 30px;
        height: 30px;
        line-height: 21px;
    }

    #search-total:before {
        background-size: 17px;
    }

    html[dir='ltr'] .content-footer h5 {
        display: flex;
        justify-content: space-between;
        flex-direction: row-reverse;
    }
}

/* loader */
/* The Loader */
#loader-wrapper {
    position: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999999;
    overflow: hidden;
}

.no-js #loader-wrapper {
    display: none;
}

#loader-wrapper .loader-section {
    position: fixed;
    top: 0;
    width: 51%;
    height: 100%;
    background: var(--main);
    z-index: 9999;
}

#loader-wrapper .loader-section.section-left {
    left: 0;
}

#loader-wrapper .loader-section.section-right {
    right: 0;
}

/* Loaded styles */
.loaded #loader-wrapper .loader-section.section-left {
    transform: translateX(-100%);
    transition: all 0.7s .5s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.loaded #loader-wrapper .loader-section.section-right {
    transform: translateX(100%);
    transition: all 0.7s .5s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.loaded .loader {
    opacity: 0;
    transition: all .5s ease-out;
}

.loaded #loader-wrapper {
    visibility: hidden;
    transform: translateY(-100%);
    transition: all .5s 1s ease-out;
}

.loader {
    /*animation: rotate 1s infinite;*/
    z-index: 99999;
    position: absolute;
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
}


.loading {
    display: flex;
    animation: scalee1 3s;
}

.loading .dot {
    position: relative;
    width: 1.5em;
    height: 1.5em;
    margin: 0.8em;
    border-radius: 50%;
}

.loading .dot::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: inherit;
    border-radius: inherit;
    animation: wave 2s ease-out infinite;
}

.loading .dot:nth-child(1) {
    background: var(--sec);
}

.loading .dot:nth-child(1)::before {
    animation-delay: 0.2s;
}

.loading .dot:nth-child(2) {
    background: var(--sec);
}

.loading .dot:nth-child(2)::before {
    animation-delay: .5s;
}

.loading .dot:nth-child(3) {
    background: var(--sec);
}

.loading .dot:nth-child(3)::before {
    animation-delay: 0.6s;
}

.loading .dot:nth-child(4) {
    background: var(--sec);
}

.loading .dot:nth-child(4)::before {
    animation-delay: 0.8s;
}

.loading .dot:nth-child(5) {
    background: var(--sec);
}

.loading .dot:nth-child(5)::before {
    animation-delay: 1s;
}

@keyframes wave {
    50%, 75% {
        transform: scale(2.5);
    }
    80%, 100% {
        opacity: 0;
    }
}


/* Loaded styles */
.loaded #loader-wrapper .loader-section.section-left {
    transform: translateX(-100%);
    transition: all 0.7s .5s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.loaded #loader-wrapper .loader-section.section-right {
    transform: translateX(100%);
    transition: all 0.7s .5s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.loaded .loader {
    opacity: 0;
    transition: all .5s ease-out;
}

.loaded #loader-wrapper {
    visibility: hidden;
    transform: translateY(-100%);
    transition: all .5s 1s ease-out;
}

#loader-wrapper img {
    z-index: 999999;
    width: 100%;
}

#loader-wrapper img {
    animation: scalee 2s;
    margin-bottom: 20px;
}

@keyframes scalee {
    from {
        transform: scale(0);
    }
    to {
        transform: scale(1);
    }
}

@keyframes scalee1 {
    from {
        transform: scale(0);
    }
    to {
        transform: scale(1);
    }
}


.dropdown-backdrop {
    display: none;
}


.pro-tit {
    text-align: start;
}

.product-thumb {
    position: relative;
    border-radius: 5px;
    background: transparent;
}

.product-thumb .caption {
    display: block;
    padding: 0;
}

.special1 .product-thumb .image:after {
    display: none;
}

.special1 .product-thumb-content .caption a {
    color: #000;
}

.special1 .button-group .cart span {
    color: #000;
}

.product-thumb-content .caption a {
    color: #FFF;
}

.product-grid .product-thumb .image {
    background-color: #FFF;
    border-radius: 5px;
}

.product-thumb {
    position: relative;
    border: none;
    box-shadow: none;
    background-color: transparent;
    border-radius: 5px;
    padding: 0;
    overflow: hidden;
    transition: all linear .5s;
    height: 100%;
}

.product-thumb image {
    background: #FFF;
    border-radius: 5px;
}

.price {
    font-size: 18px;
}

#banner1 .row {
    display: flex;
    justify-content: space-between;
}

.seller-info h2, .contctseller h2 {
    color: #FFF !important;
    margin: 0 !important;
    font-size: 35px !important;
    font-weight: bold !important;
    text-decoration: none !important;
    background-color: transparent !important;
}

.enquire-content {
    margin-bottom: 30px;
}

.featuredbanner .exc {
    text-align: start;
}

#featuredbanner0 .item .featuredbanner-img img {
    margin-bottom: 0;
}

#featuredbanner0 .item .featuredbanner-img {
    margin-inline-end: 24px;
}


#featuredbanner0 .item .featuredbanner-img:after {
    position: absolute;
    content: '';
    background: var(--main);
    /*animation: morph 8s ease-in-out infinite;*/
    border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
    height: 70px;
    transition: all 1s ease-in-out;
    width: 70px;
    z-index: -1;
}

.sic {
    margin-bottom: 0 !important;
}

.sic h2 {
    color: var(--main) !important;
}

.catcat {
    margin-top: 50px;
}

/*@keyframes morph {*/
/*    0% {*/
/*        border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;*/
/*        background: linear-gradient(45deg, var(--sec) 0%, var(--sec) 100%);*/
/*    }*/

/*    50% {*/
/*        border-radius: 30% 60% 70% 40% / 50% 60% 30% 60%;*/
/*        background: linear-gradient(45deg, var(--sec) 0%, var(--sec) 100%);*/
/*    }*/

/*    100% {*/
/*        border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;*/
/*        background: linear-gradient(45deg, var(--sec) 0%, var(--sec) 100%);*/
/*    }*/
/*}*/

.collapsed-custom {
    display: flex;
    align-items: center;
}

.collapsed-custom .ss {
    margin-inline-end: 5px;
}

.carousel-cont .haed-item {
    margin-bottom: 0;
}

.carousel-cont {
    padding: 50px 0;
    background: #cac2ae;
}

.featuredbanner-main {
    background: #cac2ae;
    padding: 90px 0;
}

.featured-all {
    margin-top: 60px;
}

.haed-item {
    margin-bottom: 30px;
}

.product-thumb .caption {
    margin-top: 15px;
}

.product-grid .product-thumb .button-group {
    position: absolute;
    top: auto;
    bottom: 35px;
    z-index: 9;
    right: auto;
    margin-top: 0;
    left: 50%;
    transform: translateX(-50%);
}

.product-grid  .product-thumb .button-group button {
    border-radius: 5px;
    padding: 0;
    width: 35px;
    height: 35px;
    min-height: 0;
    border: none;
    opacity: 0;
    transform: scale(0);
    transition: all .5s ease-in-out;
}

.product-grid  .product-thumb .button-group button:first-child {
    margin-inline-end: 10px;
}

.product-grid:hover  .product-thumb .button-group button {
    opacity: 1;
    transform: scale(1);
}

.product-grid .product-thumb .button-group .cart i {
    height: 20px;
}

.product-grid .product-thumb .button-group .wish {
    background-size: 20px;
}

.product-thumb .button-group .cart {
    transition: all .5s ease-in-out;
}

.product-grid .product-thumb .button-group button:hover {
    background-color: var(--main);
}

.product-grid .product-thumb .button-group .cart:hover i {
    background-image: url(cart-hover.png);
    background-repeat: no-repeat;
}


.product-grid:hover .product-thumb .image:after {
    border: 2px solid var(--main);
}


#content .row {
    display: flex;
    align-items: center;
}

#content .row .form-group {
    margin-bottom: 0;
}

#content .btn-link:hover, .btn-link:focus {
    color: var(--sec);
    border: 1px solid #FFF;
}

#content .row .form-group .btn {
    padding: 5px;
    border-radius: 2px;
    font-size: 18px;
}

.special1 .price-old {
    color: #777777;
}

.home-cats .image img {
    transition: all .5s ease-in-out;
}

.cat-slide:hover .home-cats .image img {
    transform: rotate(12deg) scale(1.1);
}

.special1 .product-thumb:hover .button-group .cart i{
    background-image: url(cart-hover.png);
}

.special1 .product-thumb .button-group span {
    transition: all .5s ease-in-out;
}

.special1 .product-thumb:hover .button-group span {
    color: #FFF;
}

.special1 .product-thumb:hover .button-group button {
    background-color: var(--main);
}

.special1 {
    padding: 20px 0;
}

.sas {
    display: flex;
    align-items: center;
    margin-bottom: 15px
}

.sas h5 {
    margin-bottom: 0;
}

.ss {
    margin-inline-end: 10px;
}

.social-menu {
    text-align: start;
}

.social-menu a {
    margin-inline-end: 20px;
}

.social-menu i {
    font-size: 24px;
}

.facebook i {
    color: #3B5998;
    background: transparent;
}

.twitter i {
    color: #55acef;
}

.youtube i {
    color: #c0181d;
}

.instagram i {
    color: #006fcc;
}

.pint i {
    color: #891a1b;
}

.pay-cop {
    position: relative;
    z-index: 9;
}

.powerd-sec {
    position: relative;
    z-index: 9;
}

.powerd-sec .row {
    display: flex;
}

.powerd-sec .footer-list li {
    display: inline-block;
    margin-bottom: 0;
}

.powerd-sec .footer-list li a {
    font-size: 14px;
}

.powerd-sec .footer-list li:not(:last-child):after {
    display: inline-block;
    position: relative;
    content: '-';
    margin: 0 5px;
    color: #FFF;
}

.inter {
    position: relative;
    display: flex;
    align-items: center;
}

.inter span {
    font-size: 16px;
    font-weight: bold;
    margin-inline-start: 10px;
}

.inter:before {
    background-image: url(car.png);
    position: relative;
    content: '';
    right: 0;
    display: block;
    background-repeat: no-repeat;
    width: 35px;
    height: 35px;
}

.head-list a.saw{
    background: transparent;
    border: 1px solid var(--sec);
    font-size: 17px;
    padding: 10px 23px;
    border-radius: 20px;
    margin-inline-end: 20px;
    color: var(--sec);
    font-weight: bold;
}

#content form {
    margin: 20px 0;
}

.pull-right {
    float: right !important;
}

.pull-right .btn-primary {
    display: block;
    margin-top: 15px;
}

.inter {
    color: #000;
}

.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    background-color: var(--main);
}

.well,
.well h2,
.well form,
.well strong {
    color: #000;
}

.add_group i {
    color: #000;
}


.add_group {
    position: relative;
    display: flex;
    width: 90px;
    height: 50px;
    border: 1px solid #ebebeb;

}

html[dir=rtl] .add_group {
    margin-left: 10px;
}

html[dir=ltr] .add_group {
    margin-right: 10px;
}

#product-product .add_group {
    width: 130px;
    height: 42px;
}
.value-button{
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    background: #888;
    border: 0;
}
.add_group span {
    position: absolute;

    top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;

    border-color: inherit;
    border-style: inherit;
    z-index: 10;
}

html[dir=rtl] .add_group span {
    right: 0;
    border-width: 0;
}

html[dir=ltr] .add_group span {
    left: 0;
    border-width: 0;
}

.add_group span button {
    cursor: pointer;
    width: 100%;
    width: 22px;
    border: 0;
    background: #fff;
    color: #000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 50%;
    -webkit-transition: all .05s ease-out;
    transition: all .05s ease-out;
}

.add_group span button .fa {
    font-size: 10px;
    margin: 4px 0 0;
    display: block;
}

.add_group span button:first-child {
    /*border-bottom: 1px solid var(--secondcolor);*/
}

.add_group input {
    padding: 0;
    box-shadow: none;
    height: 100%;
    border: 0;
    text-align: center;
}

#input-quantity{
    background-color: transparent;
    color: #000;
}

.form-group button > i {
    color: var(--main) !important;
}

.product-grid {
    margin-bottom: 40px;
}

#input-search {
    width: 100%;
}

#content .cust {
    margin-bottom: 50px;
}

p {
    margin: 0 0 10px;
}

.row-cust {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.product-thumb .image a {
    position: relative;
    display: block;
    z-index: 9;
}

.wishlist-compare {
    margin-top: 20px;
}

.wishlist-compare .btn-group button i {
    color: #FFF;
}

.wishlist-compare .button-inline {
    color: #FFF;
}

.btn-primary {
    position: relative;
    z-index: 2;
}

.btn-primary:after {
    content: "";
    position: absolute;
    z-index: -1;
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
    display: block;
    background: var(--sec);
    width: 10%;
    opacity: 0;
    height: 100%;
    border-radius: 0px;
    transition: all ease-in 0.35s;
}

.btn-primary:hover:after {
    width: 100%;
    opacity: 1;
    background: var(--sec);
    transition: all ease-in 0.35s;
}

#slideshow0 .over .over-link {
    position: relative;
    transition: all linear 0.35s;
    background: var(--main);
    width: 150px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border: 0px solid #000;
    display: flex;
    align-items: center;
    justify-content: space-around;
    border-radius: 35px;
}

#slideshow0 .over-link:before {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(0, -50%) scale(0);
    display: block;
    background: var(--sec);
    width: 90%;
    opacity: 0;
    height: 40px;
    border-radius: 35px;
    transition: all ease-in 0.35s;
}
#slideshow0 .over-link:hover:before{
    width: 100%;
    top: 50%;
    transform: translate(0, -50%) scale(1);
    opacity: 1;
    background: var(--sec);
    transition: all ease-in 0.35s;
}

.service-box .btn-primary {
    color: #ededed;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #f5f5dc;
    padding: 7.5px 12px;
    font-size: 12px;
    border-radius: 4px;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2), 0 1px 2px rgba(0, 0, 0, .05);
}

.service-box .btn-primary:hover {
    color: #ededed;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: var(--main) !important;
    padding: 7.5px 12px;
    font-size: 12px;
    border-radius: 4px;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2), 0 1px 2px rgba(0, 0, 0, .05);
}

.service-box  .btn-primary:after {
    display: none;
}

.mp-menu ul li a i {
    color: var(--main);
}


@media (max-width: 380px) {

    .home-cats:after {
        width: 145px;
        height: 145px;
    }

    .product-thumb .price-new, .product-thumb .price-old {
        font-size: 16px !important;
    }
    .product-thumb .price-old {
        margin-bottom: 0;
    }
    #featuredbanner0 .item {
        padding: 30px 30px;
    }

    .featuredbanner-img img {
        height: 40px;
    }
    #featuredbanner0 .item .featuredbanner-img::after {
        height: 60px;
        width: 60px;
    }

    html[dir='rtl'] .social-menu {
        left: 0 !important;
    }



}