@font-face {
    font-family: 'bahij-janna' ;

    src: url('NeoSansArabic.ttf');
    font-weight: normal;
    font-style: normal;
}

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

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

@font-face {
    font-family: 'bahij-janna';
    src: url('bahij-janna.ttf');
    font-weight: normal;
    font-style: normal;
}
.iti { 
    width: 100%;
}
.password-div{
        display: flex;
    align-items: center;
    gap: 10px; 
}
.wishlist-compare .button-inline{
        display: flex;
    align-items: center;
    gap: 10px;
    font-size: 18px;
}
.wishlist-compare .button-inline i{
    background: #7c94b0;
    color: #fff;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
}
@font-face {
    font-family: 'bahij-janna-bold';
    src: url('bahij-janna-bold.ttf');
    font-weight: bold;
    font-style: normal;
}

h1, h2, h4, h3, h5, h6, a {
    font-family: 'bahij-janna-bold';
}

body {
    font-family: 'bahij-janna' !important;
    font-weight: 400;
    color: #666;
    background: #fff;
    font-size: 14px;
    line-height: 20px;
    width: 100%;
}
.table-condensed > thead > tr > th, .table-condensed > tbody > tr > th, .table-condensed > tfoot > tr > th, .table-condensed > thead > tr > td, .table-condensed > tbody > tr > td, .table-condensed > tfoot > tr > td {
    padding: 5px;
    color: #fff;
    background: #7992ae;
}
.lang-lang- .btn-link{
        border-color: rgba(0, 0, 0, 0);
    cursor: pointer;
    color: #000 !important;
    border-radius: 0;
    transition: all linear .5s;
    outline: none !important;
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 10px;
        padding: 10px !important;
            font-weight: bold;
}
.lang-lang- img {
    width: 30px !important;
    border-radius: 0 !important;
    height: 20px !important;
        display: none;
}
h1, h2, h3, h4, h5, h6 {
    color: #444;
}

/* 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;
    text-decoration: none;
}


a:hover, button:hover {
    text-decoration: none !important;
}

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

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

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;
}

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

.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;
}
.discount span{
        margin: 0 3px 5px;
    font-size: 21px;
    color: darkblue;
    line-height: 1.3em;}
/* Gradent to all drop down menus */

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


/* 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: #fff;
    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;
}

#search .input-lg {
    height: 60px;
    line-height: 20px;
    color:#fff;
}

.haed-item h2 {
    color: #000;
    margin: 0;
    font-size: 36px;

}

#banner4 {
    margin-top: 20px;
}

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

}

.burger:before {
    color: #7c94b0;
    line-height: unset;
    font-size: 22px;

}

.top-header a i {
    color: #7c94b0;

}

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

.top-header a:hover, .top-header span:hover {
    color: #7c94b0;
}

.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-janna';


}


.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 .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 0.4s;
    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: transparent;
    border: 1px solid transparent;
    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: flex-start;
}

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

.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: #7c94b0;
    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: #7c94b0;
    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 .4s linear;

}

.all-cats .dropdown-menu {
    right: 90%;
    top: 0 !important;
    display: block;
    visibility: hidden;
    opacity: 0;
    margin: 0 !important;
    transition: all .4s linear;
}
.navbar-collapse.collapse{
    padding:0 !important;
}
#menu .nav > li > a {
    color: #000;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    min-height: 15px;
    padding: 15px 10px  ;

    font-size: 14px;
    background-color: transparent;
    font-family: 'bahij-janna';

    border-bottom: 1px solid transparent;
    transition: all linear .5s;

}

.ribbon {
    top: 25px !important;
    left: 25px !important;
    width: 55px !important;
    height: 55px !important;
    border-radius: 50% !important;
}

.ribbon span {
    font-size: 18px !important;
    padding: 0 !important;
    width: 55px !important;
    height: 55px !important;
    line-height: 55px !important;
    border-radius: 50% !important;
    background: #9a332d !important;
}

.latest-all {
    margin-bottom: 50px;
}

.latest-all .ribbon {
    top: 25px !important;
    left: 15px !important;
    width: 40px !important;
    height: 40px !important;
    border-radius: 50% !important;
}

.latest-all .ribbon span {
    font-size: 14px !important;
    padding: 0 !important;
    width: 40px !important;
    height: 40px !important;
    line-height: 40px !important;
    border-radius: 50% !important;
    background: #9a332d !important;

}


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

#menu .nav > li > a:active {
    color: #0e1a3a;
    border-bottom: 1px solid #366c76;

    transition: all linear .5s;

}

#menu .nav > li > a:hover, #menu .nav > li.open > a {
    color: #0e1a3a;
    border-bottom: 1px solid #366c76;
    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: 12px;
}

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

#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: 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;
}

footer a {
    color: #101010;
    font-size: 16px;
    font-family: 'bahij-janna';

}

footer .footer-list li:before {
    content: "\f101";
    font-family: FontAwesome;
    margin-right: 10px;
    font-size: 14px;
    color: #101010;
}

footer a:hover {
    color: #7c94b0;

}

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


.fa-question-circle {
    font-size: 50px;
    color: #7c94b0;

}

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

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

.help-cont {
    color: #7c94b0;
}

#search-total {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #7c94b0;
    color: #fff;
    transition: all linear .35s;
}

#search-total:hover {
    background: #366c76;
    color: #fff;
    transition: all linear .35s;
}


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

footer h5 {
    color: #558996;
    margin-bottom: 25px;
    /*border-left: 3px solid #7c94b0;*/
    pointer-events: none;
    margin-top: 0;
    font-size: 20px;
    padding: 2px 0 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: 1px solid #cccccc;
    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-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: #7c94b0;
    background-image: linear-gradient(to bottom, #7c94b0, #7c94b0);
    background-repeat: repeat-x;
    border-color: #7c94b0 #7c94b0 #7c94b0;
}

.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: #7c94b0;
    background-image: linear-gradient(to bottom, #7c94b0, #7c94b0);
    background-repeat: repeat-x;
    border-color: #7c94b0 #7c94b0 #7c94b0;
}

.btn-primary:hover, .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: #7c94b0;
    background-image: linear-gradient(to bottom, #7c94b0, #7c94b0);
    background-repeat: repeat-x;
    border-color: #7c94b0 #7c94b0 #7c94b0;
    background-position: 0 -15px;

}

.btn-primary:focus, .btn-primary.focus {
    outline: none !important;
    color: #ffffff;
    background-color: #7c94b0 !important;
    background-image: linear-gradient(to bottom, #7c94b0, #7c94b0) !important;
    background-repeat: repeat-x;
    border-color: #7c94b0 #7c94b0 #7c94b0 !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: #7c94b0;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #7c94b0;
    background-image: linear-gradient(to bottom, #7c94b0, #7c94b0);
    background-repeat: repeat-x;
    border-color: #7c94b0 #7c94b0 #7c94b0;
    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: #7c94b0;
    background-image: linear-gradient(to bottom, #7c94b0, #7c94b0);
    background-repeat: repeat-x;
    border-color: #7c94b0 #7c94b0 #7c94b0;
    transition: all linear .5s;
    color: #fff;
    outline: none !important;
}

/* 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%;
}


[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: #000;
    background-color: transparent;
    border: 0;
    border-bottom: 4px solid #D3B971;
}

.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: 180px;
}

.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;
}

.cart-group #button-checkout {
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
}

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-cart {
    width: 45%;
    background: #000 !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;
}


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

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

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

/* product list */
.product-thumb {
    position: relative;
    margin: 20px 0 0;
}

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

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

.product-thumb .image {
    position: relative;
    overflow: hidden;
    transition: all linear .5s;

}

#special0 .product-thumb:hover {
    box-shadow: 0 0 21px rgba(0, 0, 0, .18);
    transition: all linear .5s;
}

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


.product-thumb .image img {
    transform: scale(1);
    width: 100%;
    transition: all linear .5s;
}

.product-thumb:hover .image img {
    transform: scale(1.05);
    transition: all linear .5s;
}


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


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

.product-thumb .button-group {
    opacity: 0;
    transition: all linear .4s;
}

.product-thumb:hover .button-group {
    opacity: 1;
    transition: all linear .5s;
}

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

.product-thumb .caption {
    padding: 15px 0;
    text-align: center;

}

.product-thumb-content {
    position: relative;
}

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

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

@media (max-width: 1200px) {
    .product-grid .product-thumb .caption {
        min-height: 210px;
        padding: 0 10px;
    }
}

@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;
}

.product-thumb .price {
    color: #000;
    font-family: 'bahij-janna';
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row-reverse;
    font-size: 16px;
}

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

.product-thumb .price-old {
    color: #a4a4a4;
    text-decoration: line-through;
    margin-right: 15px;
    font-family: 'bahij-janna';
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-direction: row-reverse;
}

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


}

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


}


@media (max-width: 768px) {
    .product-list .product-thumb .button-group {
        border-left: none;
    }
}

.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%;
}
.stock .out{
    background: #558996;
    padding: 2px;
    text-align: center;
    color: #fff;
    display: table;
    margin: 0 auto;
    width: 100%;
}
.productcategory-cont-fir .head-category-tit h2{
    font-size: 40px;
}
.image-additional a {
    margin-bottom: 20px;
    padding: 5px;
    display: block;
    border: 1px solid #ddd;
}

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

.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: right;
    }
}

@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: right;
    }
}

@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: revert;
    }
}

@media (min-width: 1200px) {
    .container {
        width: 1300px;
    }
}

/* 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: 300px;
    display: flex;
    margin: 0;
    top: unset;
    background: transparent;
    border: 1px solid #7992ae;
    align-items: center;
    flex-direction: row-reverse;
}
#search > span{
    width:auto;
}
.symbol_right {
    display: none;
}

#search .input-lg {
    box-shadow: none;
    border-radius: 0;
    height: 100%;
    color: #000;
    margin-right: 0px;
    border: 0;
    background: transparent;
    height:40px;
    width: 100%;
}

.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%;
    height: 40px;
    display: flex;
    margin-right: 0px;
    color: #f05455;
    outline: none !important;
}

#search .search-btn i {
    font-size: 18px;
    color: #3095bd;
}

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

.search-header:not(:is(.auten-content-items .search-header)) {
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    transition: all 0.3s ease-in-out;
    transform: translate(0px, 0px) scale(0.7, 0.7);
    opacity: 0;
    visibility: hidden;
    z-index: 999999;
}

header section.search-header.open {
    transform: translate(0px, 0px) scale(1, 1)  !important;
    opacity: 1 !important;
    visibility: visible !important;
}

.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 #ff0000;
    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;
}

.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;
    z-index: 3;
    background-color: #f5f5f5;
    padding: 10px 0;
}

.auten-content {
    display: flex;
    align-items: flex-start;
    margin: 25px 0;

}

.auten-content-items {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    width: 100%;
}

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

.common-tit {
    margin: 30px 0;
    font-size: 36px;
    color: #000;
}
#featured1  .product-thumb .price{
    color: #fff;
}
.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;
    justify-content: flex-end;
    flex-direction: column;
}

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

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

#cart-total:hover:before {
    background: url(cart-1.png) no-repeat;
    transition: all linear .35s;
    background-position: center center;
    background-size: contain;
    margin-bottom: 10px;
    width: 25px;
    height: 25px;
}

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

#account-total:hover:before {
    background: url(account-1.png) no-repeat;
    transition: all linear .35s;
    background-position: center center;
    background-size: contain;
    width: 25px;
    height: 25px;
    margin-bottom: 10px;

}

#wishlist-total:before {
    content: "";
    display: inline-block;
    width: 25px;
    height: 25px;
    margin-bottom: 10px;
    background: url(wish.png) no-repeat;
    background-position: center center;
    background-size: contain;
    transition: all linear .35s;

}

#wishlist-total:hover:before {
    background: url(wish-1.png) no-repeat;
    transition: all linear .35s;
    background-position: center center;
    background-size: contain;
    width: 25px;
    height: 25px;
    margin-bottom: 10px;
}

.button-group #cart-total:before {
    content: "";
    display: inline-block;
    width: 25px;
    height: 25px;
    margin-bottom: 10px;
    background: url(cart-sp.png) no-repeat;
    background-position: center center;
    background-size: contain;
    transition: all linear .35s;
}

.button-group #cart-total:hover:before {
    background: url(cart-sp.png) no-repeat;
    transition: all linear .35s;
    background-position: center center;
    background-size: contain;
    margin-bottom: 10px;
    width: 25px;
    height: 25px;
}


.latest-all .button-group .but-cont, .featured-first .button-group .but-cont {
    display: flex;
    align-items: center;
    justify-content: center;
}

.latest-all .button-group #cart-total:before, .featured-first .button-group #cart-total:before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-bottom: 0px;
    margin-inline-end: 10px;
    background: url(pr-cart.png) no-repeat;
    background-position: center center;
    background-size: contain;
    transition: all linear .35s;
}

.latest-all .button-group #cart-total:hover:before, .featured-first .button-group #cart-total:hover:before {
    background: url(pr-cart.png) no-repeat;
    transition: all linear .35s;
    background-position: center center;
    background-size: contain;
    margin-bottom: 0px;
    margin-inline-end: 10px;

    width: 20px;
    height: 20px;
}


.featured-secound-cont .button-group #cart-total:before, .featured-first .button-group #cart-total:before {
    content: "";
    display: inline-block;
    width: 25px;
    height: 25px;
    margin-bottom: 0px;
    margin-inline-end: 10px;
    background: url(pr-cart.png) no-repeat;
    background-position: center center;
    background-size: contain;
    transition: all linear .35s;
}

.featured-secound-cont .button-group #cart-total:hover:before, .featured-first .button-group #cart-total:hover:before {
    background: url(pr-cart-1.png) no-repeat;
    transition: all linear .35s;
    background-position: center center;
    background-size: contain;
    margin-bottom: 0px;
    margin-inline-end: 10px;
    width: 25px;
    height: 25px;
}

.featured-secound-cont .button-group #wishlist-total:before,
.featured-secound-cont .button-group #wishlist-total:before {
    content: "";
    display: inline-block;
    width: 25px;
    height: 25px;
    margin-bottom: 0px;
    margin-inline-end: 10px;
    background: url(pr-wish.png) no-repeat;
    background-position: center center;
    background-size: contain;
    transition: all linear .35s;
}

.featured-secound-cont .button-group #wishlist-total:hover:before,
.featured-secound-cont .button-group #wishlist-total:hover:before {
    background: url(pr-wish-1.png) no-repeat;
    transition: all linear .35s;
    background-position: center center;
    background-size: contain;
    margin-bottom: 0px;
    margin-inline-end: 10px;
    width: 25px;
    height: 25px;
}

.button-group #wishlist-total:before {
    content: "";
    display: inline-block;
    width: 25px;
    height: 25px;
    margin-bottom: 10px;
    background: url(wish-sp.png) no-repeat;
    background-position: center center;
    background-size: contain;
    transition: all linear .35s;
}

.button-group #wishlist-total:hover:before {
    background: url(wish-sp.png) no-repeat;
    transition: all linear .35s;
    background-position: center center;
    background-size: contain;
    margin-bottom: 10px;
    width: 25px;
    height: 25px;
}


.head-list span {
    color: #7c94b0;
    font-size: 10px;
    transition: all linear .5s;

}

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


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

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

.text-right .btn-inverse:hover strong {
    color: #7c94b0;
}

.text-right .btn-inverse:hover strong i {
    color: #7c94b0;
}


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

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

}

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

}

.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 .head-list a, .head-content-list .head-list button {
    display: flex;
    align-items: center;
    justify-content: center;
}

.home-cats {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}


.home-cats:hover .exc a {
    color: #7c94b0;
}

.home-cats .image {
    margin: 25px 0;
    position: relative;
    padding: 25px;
}

.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 .3s ease;
    border-left: 1px solid #dbdbdb;
    appearance: none;
}

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

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

.inp-cat {
    height: 50px;
}

.home-cats .image:before {
    content: " ";
    background-image: url("cir.png");
    background-size: contain;
    background-repeat: no-repeat;
    width: 255px;
    height: 255px;
    position: absolute;
    z-index: -1;
    top: 0;
    right: 0;
}


.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;
    bottom: 50%;
    left: 25%;
    transform: translate(-50%, 50%);
    text-align: left;
}

#slideshow0 .exc h3 {
    color: #101f44;
    font-size: 90px;
    line-height: 75px;
    margin-bottom: 40px;
}

#slideshow0 .exc p {
    color: #3c7883;
    font-size: 170px;
    line-height: 75px;
    margin-bottom: 40px;
}

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


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

}

#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 {
    opacity: 1 !important;
    width: 50px !important;
    height: 50px !important;
    line-height: 50px !important;
    border-radius: 50%;
    text-align: center !important;
    background-color: #7c94b0 !important;
    color: #7c94b0 !important;
    transition: all linear .5s;

}

.swiper-viewport .swiper-button-next:hover, .swiper-viewport .swiper-button-prev:hover {
    background-color: #548795 !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 !important;
    right: unset !important;
}

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

.featured-first .swiper-viewport .latest-pager .swiper-button-prev {
    left: -20px !important;
    right: unset !important;
    top: -30px !important;


}

.featured-first .swiper-viewport .latest-pager .swiper-button-next {
    right: unset !important;
    left: -20px !important;
    top: 30px;


}

.swiper-button-prev:before {
    content: "\f060" !important;
    font-size: 14px !important;
    color: #fff !important;
}

.swiper-button-next:before {
    content: "\f061" !important;
    font-size: 14px !important;
    color: #fff !important;
}

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


.haed-item {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 30px 0;
}

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

}

#special0 .product-thumb .image {
    border: none !important;

}

.head-item-btn span {
    position: relative;
    transition: all linear 0.35s;
    z-index: 2;
}

.over .over-link {
    position: relative;
    transition: all linear 0.35s;
    background: #7c94b0;
    width: 150px;
    height: 40px;
    line-height: 40px;
    text-align: center;
}

.over-link:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
    display: block;
    border-radius: 0px;
    background: rgba(54, 108, 118, 1);
    width: 10px;
    height: 40px;
    transition: all linear 0.35s;
}

#slideshow0:hover .over-link:before {
    width: 100%;
    background: rgba(54, 108, 118, 1);
    transition: all linear 0.5s;

}

.over-link span {
    position: relative;
    font-size: 14px;
    line-height: 18px;
    color: #fff;
}

.category-item .nav-tabs {
    display: flex;
    align-items: center;
    justify-content: center;
    border: none !important;
}

.category-item .nav-tabs li {
    margin: 0 15px;
    border: 1px solid #548795;
}

.category-item .nav-tabs li.active {
    background-color: #548795 !important;
}

.category-item .nav-tabs > li > a {
    color: #122845;
    background: transparent !important;
    margin: 0 !important;
    border-radius: 0 !important;

}

.cat-head-tit {
    margin: 25px 0;
}

.cat-head-tit h2 {
    font-size: 36px;
    font-weight: bold;
    color: #000;
}

.category-item .nav-tabs > li.active > a,
.category-item .nav-tabs > li.active > a:hover,
.category-item .nav-tabs > li.active > a:focus {

    color: #fff;
    background-color: #548795 !important;
    background-image: none !important;
    background-repeat: unset !important;
    border: none !important;
}

.banner .item:hover .over-link:before {
    width: 100%;
    background: rgba(54, 108, 118, 1);
    transition: all linear 0.5s;

}

.banner .item:hover .exc h3 {
    color: #fff;
    transition: all linear 0.5s;

}

.over-link:active {
    transform: scale(0.96);
    transition: all linear 0.5s;

}


.category .exc {

    display: flex;
    flex-direction: column;
    align-items: center;
}

.category .exc > a {
    font-size: 14px;
    color: #a9a9a9;
    font-family: 'bahij-janna';
}

.category-cont .exc {
    z-index: 2;
}

#productcategory0 {
    margin-top: 75px;
}

.productcategory-cont-fir .product-thumb .image {
    background: #fff;
}

.productcategory-cont-fir {
    background-image: url("back-2.png");
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    margin: 50px 0 0 !important;
}

.productcategory-cont-fir .product-thumb {
    margin: 0 !important;

}

.productcategory-cont-fir .product-thumb .caption {
    padding: 15px 0 10px;

}

.head-category-tit {
    position: relative;
}

.head-category-tit h2 {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: 28px;
    color: #fff;
    margin: 0 ;
}

#banner5 .exc {
    display: none !important;
}

#banner5 .item:before {
    display: none !important;
}

.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;
}

#featuredbanner0 {
    margin: 50px 0;
}

#featuredbanner0 .item {
    transition: all 0.4s ease;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: transparent;
    border: 2px solid #7c94b0;
    padding: 30px;

}

#featuredbanner0 .item .exc {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

#featuredbanner0 .exc h3 {
    color: #7c94b0;
    font-size: 14px;
    margin: 10px 0px;
}

#featuredbanner0 .exc p {
    color: #000000;
    font-size: 14px;
    margin: 5px 0px;
}

#featuredbanner0 .item .featuredbanner-img img {
    transform: scale(1);
    transition: all 0.4s ease;

}

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

.featuredbanner-main-cont {
    display: inline-block;
    width: 100%;
}

.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: #7c94b0 !important;
    color: #fff !important;
    transition: all linear .5s;
}

.brand-content .swiper-button-next:hover, .brand-content .swiper-button-prev:hover {
    background-color: #7c94b0 !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;
}

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

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

.bottom-footer-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid #f0e5cf;
    padding: 15px 0;
}

#newbanner0 .newbanner-main {
    display: flex;
}

#newbanner0 {
    display: flex;
    align-items: center;
}


.common-home #newbanner3 .newbanner-main {
    display: flex;
}

.common-home #newbanner3 {
    display: flex;
    align-items: center;
}

.social ul {

    display: flex;
    align-items: center;
    margin: 0 !important;
}

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

#addsubs p {
    color: #000;
    font-size: 18px;
    font-weight: bold;
}

.inf-cont {
    margin-bottom: 0px;
    margin-inline-end: 15px;
}

.content-footer-contact-inf {
    display: flex;
    align-items: center;
}

.tit-inf {
    display: flex;
    color: #558996;
    font-size: 18px;
    font-weight: bold;
    margin: 25px 0;
}

.content-footer-contact {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#newbanner2 .newbanner-main {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}

.phone-content-footer #phone {
    margin: -100px auto 0;
    display: table;
}

.phone-content-footer .newbanner-cont {
    margin-top: 20px;
}

.enquire {
    display: flex;
    align-items: center;
    width: 70% !important;
}

.enquire form {
    width: 75% !important;

}

.enquire-content {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-inline-end: 25px;
}

.seller-info h2, .contctseller h2 {
    background: none !important;
    color: #558996;
    font-size: 24px !important;
    padding: 0 10px !important;
}

@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;
}

#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: #7c94b0;
    border: 1px solid #7c94b0;
    padding: 10px 15px;
    transition: all linear .5s;
    position: relative;
}

.powerd-content-items .row {
    display: flex;
    align-items: center;
}

.fa-facebook {
    background: transparent !important;
    color: #45629e !important;
}

.twitt i {
    color: #55acef !important;
}

.insta i {
    color: #006fcc !important;
}

.pint i {
    color: #d54d52 !important;
}

.inf-cont i {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    background: #548795;
    border: 1px solid #548795;
    border-radius: 100%;
    margin-right: 10px;
    transition: all linear .5s;
}

.inf-cont i:hover {
    color: #fff;
    background: #7c94b0;
    border: 1px solid #7c94b0;
    transition: all linear .5s;
}

.inf-cont:hover span {
    color: #7c94b0;
    transition: all linear .5s;
}

.inf-cont span {
    font-family: 'bahij-janna';

    transition: all linear .5s;
}

#addsubs .form-group {
    display: flex;
    align-items: center;
    height: 40px;
    border-radius: 0 !important;
    margin-top: 20px;

}

.buttons-newslet input {
    width: 150px !important;
    height: 40px !important;
    border-radius: 0 !important;
    background: #7992ae;
    color: #fff !important;
    position: relative;
    border: 1px solid #7992ae;
    transition: all linear .5s;
}

.buttons-newslet input:hover {
    background: #548795;
    border: 1px solid #548795;
    color: #fff !important;
    transition: all linear .5s;
}

.form-group .form-control {
    height: 40px;
    border-radius: 0px;
}

.featuredbanner-main {
    background-color: #FFF;
    margin: 50px 0;
}

#addsubs .form-group .btn-primary {
    margin-left: -55px;
    width: 150px;
    height: 40px;
}

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


.featuredbanner .item .featuredbanner-img {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.featuredbanner .item .exc {
    display: flex;
    flex-direction: column;
    align-items: center;

}

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

/*banner*/

#banner0 {
    margin: 25px 0;
}

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

.banner .item:before {
    content: " ";
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 90%;

    height: 0;
    background: rgba(121, 146, 174, .9);
    opacity: 0;
    transition: all linear .3s;
}

.banner .item:hover:before {
    opacity: 1;
    height: 90%;
    transition: all linear .3s;
}

.banner .item:hover {
    box-shadow: 0 0 21px rgba(0, 0, 0, .18);
    transition: all linear .5s;
}

.banner .item .exc {
    z-index: 2 !important;
}

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

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

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

}

.banner .item .exc {
    display: flex;
    flex-direction: column;
}

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

#banner0 .item .exc {
    position: absolute;
    transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 40%;
}

#banner0 .banner-item:last-child .item .exc {
    left: 25%;
    top: 30%;

}

.banner .item .exc h3 {
    margin: 0;
    font-size: 34px;
    color: #000;

}

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

#banner1 .item {
    margin-bottom: 35px;
}


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

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

#banner2 .item .exc h3 {
    font-size: 48px;
}

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

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

#banner6 .banner-item:first-child .exc {
    display: none;
}

#banner6 .banner-item:last-child .exc {
    position: absolute;
    text-align: center;
    top: 50%;
    left: 25%;
    transform: translate(-50%, -50%);
    width: 30%;
    display: flex;
    align-items: center;
    justify-content: center;
}

#banner6 .banner-item:last-child .exc-cont {
    text-align: left;
}

#banner6 .banner-item:last-child .exc h3 {
    margin: 0 0 20px;
    font-size: 42px;
    color: #132743;
}

#banner6 .banner-item:last-child .exc p {
    margin: 25px 0 30px;
    font-size: 80px;
    color: #7992ae;
    transition: all linear .35s;
}

#banner6 .banner-item:hover:last-child .exc p {
    color: #fff;
    transition: all linear .35s;

}

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

#banner7 .item:before {
    background: rgba(0, 0, 0, .8);
}

#banner7 .item .exc h3 {
    text-align: left;
    font-weight: bold;
    font-size: 36px;
}

.banner-feature {
    background: #85a7b1;
    padding: 50px 0;
}

.featured-secound .header-feat-tit h2 {
    margin: 0 0 10px;
    font-size: 36px;
    color: #000;
    font-weight: bold;
}

.featured-secound-cont .product-thumb:hover .caption h4 a {
    color: #233e47;
}

.featured-secound-cont .product-thumb .caption h4 a {
    color: #233e47;
}

.featured-secound-cont .product-thumb .button-group {
    opacity: 1;
    display: flex;
}

.featured-secound-cont .product-thumb .button-group button {
    width: 40px;
    height: 40px;
    text-align: center;
    background-color: transparent;
}

.featured-secound-cont .product-thumb .button-group button:hover,
.featured-secound-cont .product-thumb .button-group button:focus,
.featured-secound-cont .product-thumb .button-group button:active {
    background-color: transparent;
    box-shadow: none;
}

.featured-secound-cont .product-thumb .caption {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
}

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

#banner4 .item .exc-cont h3 {
    font-size: 68px;
    color: #538593;
    transition: all linear .5s;
}

#banner4 .item:hover .exc-cont h3 {
    color: #fff;
    transition: all linear .5s;

}

.latest-all .product-thumb {
    margin: 25px 0;
}


.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;
}

.powerd-content-items {
    margin-top: 25px;
}

.copy {
    display: inline-block;
    font-family: 'bahij-janna';
    color: #366c76;
    font-size: 18px;
}

.copy2 {
    color: #366c76;
    display: inline-block;
    font-family: 'bahij-janna';
    font-size: 18px;

}

.copy a {
    color: #7c94b0;
    font-size: 18px;
    font-family: 'bahij-janna';

}

.copy2 a {
    color: #7c94b0;
    font-size: 18px;
    font-family: 'bahij-janna';
}

.copy a:hover {
    color: #366c76;
}

.copy2 a:hover {
    color: #366c76;
}

.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;
}

.lang-en-gb {
   
}

.lang-ar {
    color: #fff !important;
    border: none !important;
    box-shadow: none !important;
    text-decoration: none !important;
    font-size: 14px;
    font-family: 'bahij-janna';
    padding: 0;
}

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


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

.footer-co {
    background-image: url("footer.png");
    background-size: cover;
    background-repeat: no-repeat;
    padding: 50px 0;
    margin-top: 30px;
}

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

.powered-list {
    float: right;
}

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


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

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

.fa-en {
    display: none;
}

.product-thumb:hover .image a:before {
    opacity: 1;
    transition: all linear .5s;
    height: 100%;
}

.product-thumb .caption h4 a {
    font-family: 'bahij-janna';
    font-weight: bold;
    font-size: 18px;
    color: #000;
    transition: all linear .5s;
}

.product-thumb:hover .caption h4 a {
    color: #7c94b0;
    transition: all linear .5s;
}

.product-thumb .button-group > button i {
    margin: 0;
}

#latest0 .swiper-pagination {
    bottom: -40px;
}

.product-thumb .button-group button {
    display: inline-block;
    vertical-align: middle;
    border: none;
    box-shadow: none;
    width: 150px;
    height: 40px;
    text-align: center;
    background-color: #366c76;
    color: #fff;
    margin-bottom: 5px;
    transition: all linear .5s;
    position: relative;
}

.featured-first .caption-cont h4 {
    margin: 0 0 15px;
}

.featured-first .new-row {
    display: flex;
}

.featured-first .new-row:first-child .col-md-6 {
    display: flex;
    align-items: center;
    justify-content: center;
}

.featured-first .header-feat-tit {
    text-align: center;
}

.featured-first .header-feat-tit h2 {
    font-size: 87px;
    font-weight: bold;
    color: #fff;
}


/*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: #fff;
    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: #7c94b0;
}

.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: #7c94b0;
    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: #7c94b0;
}

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

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

#slideshow0 img {
    width: 100%;
    height: 400px;
    border-top: 5px solid #fff;
}

.product-layout {
    padding: 0 5px;
}

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

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


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

.top-lang {
    background: transparent;
    border: 1px solid #7992ae;
    color: #122845;
    height: 40px;
    line-height: 40px;
}

.top-lang:hover {
    background: #7992ae;
    border: 1px solid #7992ae;
    color: #fff;
    transition: all linear .35s;
}

.sell-header a {
    background: transparent;
    display: inline-block;
    border: 1px solid #7992ae;
    font-family: 'bahij-janna';
    color: #122845;
    font-size: 14px;
    width: 100px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    transition: all linear .35s;
}

.sell-header a:hover {
    background: #7992ae;
    border: 1px solid #7992ae;
    color: #fff;
    transition: all linear .35s;
}


.top-lang .btn-group > button {
    color: #122845;
    font-size: 14px;
    padding: 0 !important;
    outline: none !important;
    width: 100px;
    margin: 0 !important;
}

.top-lang:hover button {
    color: #fff;
    transition: all linear .35s;

}

.top-lang .dropdown-menu {
    width: 100px !important;
}

.top-lang .dropdown-menu button {
    padding: 15px 0;
    color: #fff;
}

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

.phone-content-footer .tit-inf {
    justify-content: center;
}

.social i {
    font-size: 22px;
    transition: all 0.5s linear;
    padding: 0;
    margin: 0 15px 0 0;
    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: #7c94b0;
}

.social .fa:hover {
    color: #366c76;
    transition: all 0.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;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#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: 0px;
    left: -20px;
}

.top-head {
    background: #7c94b0;
    padding: 10px 0;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    right: 0;
    z-index: 1000;
    display: none;
    float: right;
    width: 295px;
    padding: 0px 0;
    margin: -1px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #7992ae;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: none;
    border-radius: 0px;
    box-shadow: none;
}

.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 .4s 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: 0.3s;
    transition-duration: 0.3s;
}

.all-cats li a:after {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #7c94b0;
    -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: 0.4s;
    transition-duration: 0.4s;
    -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: "\f101";
    font-family: FontAwesome;
    margin-right: 10px;
    font-size: 14px;
    color: #fff;
}

.bootom-head {
    background: #7c94b0;
}

#html-content div {
    background: #ebebeb;
    width: 100%;
    height: 100%;
    line-height: 345px;
    text-align: center;
    font-size: 34px;
    font-weight: bold;
}

#html-content div a {
    color: #0e1a3a;
    transition: all linear .35s;
}

#html-content div:hover a {
    color: #0e1a3a;
    transition: all linear .35s;
}

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

.featured-first {
    background-image: url("back.png");
    background-repeat: no-repeat;
    background-size: cover;
    padding: 50px 0;
}

.featured-first .product-thumb {
    background: #f4f5f6;
}

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

.featured-first .product-thumb .image img {
    width: auto;
}

.featured-first .product-thumb .button-group {
    opacity: 1;
}


.latest-all .product-thumb .button-group {
    position: absolute;
    bottom: -25px;
    left: 50%;
    width: 100%;
    transform: translate(-50%);
    transition: all linear .5s;
}

.latest-all .product-thumb:hover .button-group {
    bottom: 0px;
    transition: all linear .5s;
}

.latest-all .product-thumb:hover .image {
    box-shadow: 0 0 24px rgba(0, 0, 0, .21);
}

.latest-all .product-thumb .button-group button {
    width: 100%;
    border-radius: 0 !important;
    margin: 0 !important;
}

.latest-all .slideshow-pagination {
    bottom: 10% !important;
    left: 18% !important;
    transform: translate(-50%, 50%) !important;
    right: unset !important;
    text-align: left !important;
    display: flex !important;
    align-items: flex-end !important;
    justify-content: flex-end !important;
    width: auto !important;
    transition: all linear .35s;

}

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

.carousel-cont {
    margin-bottom: 30px;
}

.latest-all .swiper-pagination-bullet {
    position: relative !important;
    width: 75px !important;
    height: 3px !important;

    border-radius: 0px !important;
    box-shadow: none !important;
    border: none !important;
    background-color: #7992ae !important;
    cursor: pointer !important;
    margin: 0 0 25px 0 !important;
    transition: all linear .5s;

}

.latest-all .swiper-pagination-bullet-active {
    background-color: #366c76 !important;
    border: none !important;
    transition: all linear .5s;
}


.slide-cont .slideshow-pagination {
    bottom: 10% !important;
    right: 18% !important;
    transform: translate(-50%, 50%) !important;
    left: unset !important;
    text-align: left !important;
    display: flex !important;
    align-items: flex-end !important;
    justify-content: flex-end !important;
    width: auto !important;
    transition: all linear .35s;

}

.slide-cont .swiper-pagination-bullet {
    position: relative !important;;
    margin-bottom: 10px !important;;
    width: 30px !important;;
    height: 30px !important;;
    border-radius: 50% !important;;
    box-shadow: none !important;
    border: 1px solid #7992ae !important;;
    background-color: transparent !important;
    cursor: pointer !important;
    transition: all linear .35s;

}

.slide-cont .swiper-pagination-bullet-active {
    background-color: transparent !important;
    border: 1px solid #366c76 !important;;
    transition: all linear .35s;

}

.slide-cont .swiper-pagination-bullet:after {
    content: "";
    position: absolute;
    top: 50% !important;;
    left: 50% !important;;
    transform: translate(-50%, -50%) scale(0, 0) !important;;
    width: 70% !important;;
    height: 70% !important;;
    border-radius: 50% !important;;
    background-color: #366c76 !important;;
    opacity: 0 !important;;
    transition: all linear .35s !important;

}

.slide-cont .swiper-pagination-bullet-active:after {
    transform: translate(-50%, -50%) scale(1, 1) !important;;
    opacity: 1 !important;;
}


.product-thumb .button-group button:hover,
.product-thumb .button-group button:focus,
.product-thumb .button-group button:active {
    background-color: #366c76;
    color: #fff;
    box-shadow: 0 0 21px rgba(0, 0, 0, .18);
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.product-thumb .button-group button span {
    font-size: 14px;
    font-family: 'bahij-janna';
}

/*special0*/
#special0 .product-thumb {
    margin: 20px 0;
}


#special0 .product-thumb .button-group button {
    display: inline-block;
    vertical-align: middle;
    border: none;
    box-shadow: none;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin-bottom: 10px;
    text-align: center;
    background-color: transparent;
    color: #fff;
    transition: all linear .5s;
    position: relative;
}

#special0 .product-thumb .button-group button:hover,
#special0 .product-thumb .button-group button:focus,
#special0 .product-thumb .button-group button:active {
    background-color: transparent;
    color: #fff;


}

#special0 .product-thumb .caption {
    padding: 25px 0;
    background: #fff;
    position: absolute;
    bottom: -25px;
    left: 50%;
    transform: translate(-50%);
    width: 90%;
    opacity: 0 !important;
    transition: all linear .35s;
}

#special0 .product-thumb:hover .caption {
    bottom: 0px;
    opacity: 1 !important;
    transition: all linear .35s;
}

#productcategory2 .product-layout {
    padding: 0 15px;
}

#banner6 .banner-item:first-child .item:before {
    display: none;
}

@media (max-width: 1024px) {

    #featuredbanner0 .item {
        text-align: center;
    }

    #slideshow0 .exc {
        bottom: 65%;
    }

    .product-thumb .price {
        font-size: 13px;
    }

    #html-content div {
        line-height: 255px;
        font-size: 18px;
    }

    .banner .item .exc h3 {
        font-size: 32px;
    }

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

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

    .latest-pager {
        display: none;
    }

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

    #productcategory0 {
        margin-top: 50px;
    }

    #banner6 .banner-item:last-child .exc h3 {
        margin: 0 0 10px;
        font-size: 30px;
        color: #132743;
    }

    .featured-secound-cont .product-thumb .caption h4 a {
        font-size: 14px;
    }

    .banner-feature {
        padding: 25px;
    }

    .featured-secound-cont .product-thumb .caption {
        padding: 0 !important;
    }

    .product-thumb .caption h4 a {
        font-size: 16px;
    }

    #banner6 .banner-item:last-child .exc p {
        margin: 15px 0 20px;
        font-size: 60px;
        color: #7992ae;
        transition: all linear .35s;
    }

    #banner4 .item .exc {
        width: 60%;

    }

    .featured-first .header-feat-tit h2 {
        font-size: 60px;
    }

    #banner4 .item .exc-cont h3 {
        font-size: 48px;

    }

    #slideshow0 .exc h3 {
        font-size: 60px;
        line-height: 60px;

    }

    #slideshow0 .exc p {
        font-size: 120px;
        line-height: 60px;

    }

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

    #menu .nav > li > a {
        font-size: 12px;
        padding: 5px 15px 5px 15px;

    }

    #featuredbanner0 .item {
        padding: 5px;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }

    #featuredbanner0 .item .exc {
        align-items: center;
        justify-content: center;
    }

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

    }

    #addsubs {
        text-align: center;
    }

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

}


@media (min-width: 768px) {

    footer .collapse{
        display: block;

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

    }

    .collapse.in {
        display: block;
    }

    .fa-plus, .fa-minus {
        display: none;
    }
    #product .fa-plus, #product .fa-minus {
        display: inline-block;
    }
    #special0 .swiper-wrapper .swiper-slide .product-thumb {

        transform: scale3d(0.75, 0.75, 0.75);
        opacity: 1;

        transition: linear .4s;
    }

    #special0 .swiper-wrapper .swiper-slide.swiper-slide-active .product-thumb,
    #special0 .swiper-wrapper .swiper-slide.swiper-slide-duplicate-active .product-thumb {
        opacity: 1;
        background: #f8f8fb !important;
        transform: scale3d(1.75, 1.75, 1.75);
        transition: linear .4s;
    }

    #special0 .swiper-wrapper .swiper-slide .product-thumb .button-group {
        position: absolute;
        top: 25px;
        right: 25px;
        transform: none;
        display: flex !important;
        align-items: flex-end;
        justify-content: flex-end;
        flex-direction: column;
        transition: all linear .5s;
        opacity: 0;
        visibility: hidden;

    }

    #special0 .swiper-wrapper .swiper-slide.swiper-slide-active .button-group,
    #special0 .swiper-wrapper .swiper-slide.swiper-slide-duplicate-active .button-group {
        opacity: 1;
        visibility: visible;
        display: block;
        transition: linear .4s;
    }

    #special0 .swiper-wrapper .swiper-slide .product-thumb .ribbon {
        opacity: 0;
        visibility: hidden;
    }

    #special0 .swiper-wrapper .swiper-slide.swiper-slide-active .ribbon,
    #special0 .swiper-wrapper .swiper-slide.swiper-slide-duplicate-active .ribbon {
        opacity: 1;
        visibility: visible;
        display: block;
    }

    #special0 .product-thumb .image img, #special0 .product-thumb:hover .image img {
        transform: none;
    }

    #special0 .swiper-wrapper .swiper-slide.swiper-slide-active .product-thumb,
    #special0 .swiper-wrapper .swiper-slide.swiper-slide-duplicate-active .product-thumb {
        opacity: 1;
        transform: scale3d(1, 1, 1);
        transition: linear .4s;
    }

    .open2 {
        display: block !important;
    }

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


}


@media (max-width: 768px) {
    #slideshow0 img{
      height: 160px;
    }
    .category-item .nav-tabs li{
        margin: 0 8px;

    }
    .slide-cont .slideshow-pagination{
        right: 40% !important;
    }
    .content-footer-contact {
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
        flex-direction: column;
    }

    .phone-content-footer #phone {
        margin: 0px auto 0;
    }

    .copy a {
        font-size: 12px;
    }

    .phone-content-footer img {
        width: 100%;
    }

    .burger {
        margin-right: 20px !important;
    }

    #featuredbanner0 .exc p {
        display: none;
    }

    #featuredbanner0 {
        margin: 25px 0;
    }

    #banner2 .item .exc h3 {
        font-size: 28px;
    }

    .over .over-link {
        width: 120px;
    }

    #html-content div {
        line-height: 185px;
        font-size: 18px;
    }

    #banner4 .item .exc-cont h3 {
        font-size: 40px;
    }

    .productcategory-cont-sec {
        margin-bottom: 30px;
    }

    #banner6 .banner-item:last-child .exc h3 {
        font-size: 25px;
    }

    #banner6 .banner-item:last-child .exc p {
        margin: 10px 0 10px;
        font-size: 45px;
    }

    #banner7 {
        display: none;
    }

    .productcategory-cont-fir .product-thumb .caption {
        padding: 10px 0 5px;
    }

    #productcategory0 {
        margin-top: 25px;
    }

    .banner .item .exc h3 {
        font-size: 26px;
    }

    .main-header .row {
        display: flex;
        flex-wrap: wrap;
    }

    .main-header [class*="col-cont"]:nth-child(1) {
        order: 1;
        float: none;
    }

    .main-header [class*="col-cont"]:nth-child(2) {
        order: 0;
        float: none;
    }

    .main-header [class*="col-cont"]:nth-child(3) {
        order: 2;
        float: none;
    }

    #featuredbanner0 .item {
        text-align: center;
    }

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

    #addsubs .form-group {
        justify-content: center;
    }

    .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;
    }

    #search .input-lg {
        height: 60px;
        line-height: 20px;
    }

    #search {
        position: absolute;
        top: 12%;
        width: 75%;
        left: 50%;
        transform: translate(-50%);
    }

    #search .btn-lg {
        font-size: 15px;
        padding: 0;
        width: 40px;
        height: 40px;
        line-height: 40px;
        border: none !important;
        box-shadow: none !important;
        border-radius: 50%;
        text-align: center;
        text-shadow: 0 1px 0 #fff;
        background: #7c94b0;

    }

    #search .btn-lg i {
              color: #fff;
        width: 100%;
        line-height: 40px;
    }

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

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

    #featuredbanner0 .exc h3 {
        line-height: 16px;
        font-size: 10px;
        margin: 10px 0;

    }

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

    footer .social {
        left: 5px;

    }

    #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: 35px !important;
    }

    .form-group .form-control {
        height: 35px !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;
    }

    .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-cont {
        margin-bottom: 12px;
    }

    #banner2 {
        margin: 25px 0;
    }

    #banner1 {
        margin: 25px 0;
    }

    #banner0 {
        margin: 25px 0;
    }

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

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

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

    .fa-minus {
        margin-right: 5px;
    }

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

    .search-header button.close {
        top: 7%;
        right: 4%;
    }

    .fa-plus {
        float: right;
    }

    .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 {
        margin: 25px 0;
    }

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

    .over a i {
        display: none;
    }

    #banner1 {
        margin-bottom: 25px;
    }

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


    footer a {
        font-size: 14px;
    }
    .inf-cont{
        text-align: center;
    }
    .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;
        margin-bottom: 0;
    }

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

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

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


    #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;
    }

    .special-all {
        padding: 25px 0 0;
    }

    footer .social .fa {
        width: 30px;
        height: 30px;
        line-height: 30px;
    }
    #special0 .swiper-wrapper .swiper-slide .product-thumb {

        transform: scale3d(1, 1, 1);
        opacity: 1;
        transition: linear .4s;
    }

    #special0 .swiper-wrapper .swiper-slide.swiper-slide-active .product-thumb,
    #special0 .swiper-wrapper .swiper-slide.swiper-slide-duplicate-active .product-thumb {
        opacity: 1;
        background: #f8f8fb !important;
        transform: scale3d(1, 1, 1);
        transition: linear .4s;
    }

    #special0 .swiper-wrapper .swiper-slide .product-thumb .button-group {
        position: absolute;
        top: 25px;
        right: 10px;
        transform: none;
        display: flex !important;
        align-items: flex-end;
        justify-content: flex-end;
        flex-direction: column;
        transition: all linear .5s;
        opacity: 1;
        visibility: hidden;

    }

    #special0 .swiper-wrapper .swiper-slide.swiper-slide-active .button-group,
    #special0 .swiper-wrapper .swiper-slide.swiper-slide-duplicate-active .button-group {
        opacity: 1;
        visibility: visible;
        display: block;
        transition: linear .4s;
    }

    #special0 .swiper-wrapper .swiper-slide .product-thumb .ribbon {
        opacity: 1;
        visibility: hidden;
    }

    #special0 .swiper-wrapper .swiper-slide.swiper-slide-active .ribbon,
    #special0 .swiper-wrapper .swiper-slide.swiper-slide-duplicate-active .ribbon {
        opacity: 1;
        visibility: visible;
        display: block;
    }

    #special0 .product-thumb .image img, #special0 .product-thumb:hover .image img {
        transform: none;
    }

    #special0 .swiper-wrapper .swiper-slide.swiper-slide-active .product-thumb,
    #special0 .swiper-wrapper .swiper-slide.swiper-slide-duplicate-active .product-thumb {
        opacity: 1;
        transform: scale3d(1, 1, 1);
        transition: linear .4s;
    }
    #special0 .product-thumb .caption{
        opacity: 1 !important;
        padding: 10px 0;
    }
    #special0 .product-thumb .caption h4{
        margin: 2px 0;
    }
    .productcategory-cont-fir .head-category-tit h2{
        font-size: 28px;
    }
}

@media (max-width: 460px) {
    #logo img{
        max-width: 80px;
    }
    #slideshow0 .exc p {
        font-size: 34px;
        line-height: 10px;
        margin-bottom: 10px;
    }

    footer .col-sm-3 .fa-plus {
        display: block !important;
        float: right;
    }
    .auten-content{
        margin: 15px 0 0;
    }
    .haed-item {
        margin: 18px 0;

    }

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

    #slideshow0 .exc h3 {
        font-size: 18px;
        line-height: 15px;
        margin-top: 0;
        margin-bottom: 15px;
    }

    .slide-cont .swiper-pagination-bullet {
        width: 15px !important;
        height: 15px !important;
    }
    .latest-all {
        margin-bottom: 25px;
    }
    .special-all {
        padding: 0px 0 0;
    }
    #featuredbanner0 .item {
        text-align: center;
        margin-bottom: 15px;
    }

    #featuredbanner0 {
        margin: 25px 0 0;
    }

    #banner1 .item {
        margin-bottom: 10px;
    }

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


    .re-content .re #logo img {
        max-width: 100px;
    }
    .powerd-content-items .row{
        flex-direction: column;
    }
    #html-content {
        margin: 25px 0;
    }
    #newbanner3{
        justify-content: center;
    }
    .featured-first .new-row{
        flex-direction: column;
    }
    #newbanner3 img{

        max-width: 50px;
        max-height: 50px;

    }
    .inf-cont i{
        width: 25px;
        height: 25px;
        line-height: 20px;
    }
    .inf-cont {
        margin-bottom: 0px;
        margin-inline-end: 5px;
        text-align: center;
    }
    .head-content-list {
        margin: 5px 0;
    }
    .phone-content-footer .tit-inf{
        font-size: 12px;
        text-align: center;
    }
    .tit-inf {
        display: flex;
        color: #558996;
        font-size: 14px;
        font-weight: bold;
        margin: 15px 0;
    }
    #html-content div {
        line-height: 100px;
        font-size: 24px;
    }

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

    .banner-row {
        display: flex;
        flex-wrap: wrap;
        width: 100%;
    }

    #banner3, #banner2 {
        width: 50%;
    }

    #banner0 .item .exc h3,
    #banner1 .item .exc h3,
    #banner2 .item .exc h3,
    #banner3 .item .exc h3 {
        font-size: 14px;
    }

    .over .over-link {
        width: 90px;
        height: 30px;
        line-height: 30px;
    }

    .over-link:before {
        height: 30px;
    }

    #banner0 .banner-item:last-child .item .exc {
        left: 35%;
        top: 30%;
    }

    #banner1 .item .exc {
        left: 35%;
    }

    #banner2 .item .exc {
        left: 35%;
    }

    #banner3 img {
        max-height: 90px;
    }

    .banner-row #html-content {
        order: 2;
        float: none;
    }

    .banner-row #banner2 {
        order: 0;
        float: none;
    }

    .banner-row #banner3 {
        order: 1;
        float: none;
    }

    #banner1 {
        margin: 0px 0 25px;
    }

    #banner2 {
        margin: 0px 0;
    }
    .ribbon {
        width: 35px !important;
        height: 35px !important;
    }

    .ribbon span {
        font-size: 14px !important;
        width: 35px !important;
        height: 35px !important;
        line-height: 35px !important;
    }
    #banner4 .item .exc-cont h3 {
        font-size: 14px;
    }
    .head-category-tit img{
        width: 100%;
        max-height: 150px;
        object-fit: none;
        margin-top: 10px;
    }
    #banner6 .banner-item{
        margin-bottom: 15px;
    }
    #newbanner2 .newbanner-main{
        flex-direction: column;
    }
    .newbanner-images{
        margin: 0 0 10px 0;
    }
    .buttons-newslet input {
        width: 90px !important;
        height: 35px !important;
    }
    .carousel-cont {
        margin-bottom: 10px;
    }
    .enquire-content{
        margin-inline-end: 10px;
    }
    .enquire-content img{
        width: 40px;
        height: 30px;
    }
    #addsubs .form-group .row{
        padding: 0 !important;
    }
    .seller-info h2, .contctseller h2{
        font-size: 14px;
    }
    .featured-secound .header-feat-tit h2{
        font-size: 28px;
        text-align: center;
    }
    .featured-secound-cont .product-thumb .caption {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }
    .latest-all .product-thumb{
        margin: 5px 0;
    }
    .featured-first .header-feat-tit h2 {
        font-size: 36px;
    }
    .tab-content {
        margin-bottom: 30px;
    }
    .featured-first{
        padding: 25px 0;
    }
    .nav-tabs > li > a{
        font-size: 12px;
        padding: 10px 5px ;
    }
    .product-thumb .button-group button{
        height: 35px;
    }
    .latest-all .product-thumb .button-group{
        bottom: 0 !important;
    }
    .product-thumb .button-group
    {
        opacity: 1 !important;
    }
    #search-total{
        width: 30px;
        height: 30px;
        line-height: 30px;
    }
    .sell-header a{
        width: 85px;
        height: 30px;
        line-height: 30px;
        font-size: 11px;
    }
    .top-lang .btn-group > button{
        text-align: left;
        font-size: 12px;
    }
    .top-lang{
        width: 80px;
        height: 30px;
        line-height: 30px;
    }

}