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

@font-face {
    font-family: 'NeoSansArabic';
    src: url('norsalregular.otf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'NeoSansArabicBold';
    src: url('norsalbold.otf');
    font-weight: bold;
    font-style: normal;
}
 h1, h2, h4, h3, h5, h6, a {
    font-family: 'NeoSansArabic';
    color: #000;

}


 .spinner {
     position: relative;
     width: 22.4px;
     height: 22.4px;
 }

.spinner::before,
.spinner::after {
    --radius: 250;
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    animation: spinner-w7nm60 2s infinite linear;
    background: #800000;
    border-radius: 50%;
}

.spinner::before {
    --radius: -250;
    background: #dbdcef;
}

@keyframes spinner-w7nm60 {
    0% {
        transform: scale(1) rotate(0deg) translateY(calc(var(--radius) * 1%));
    }

    50% {
        transform: scale(0.5) rotate(1440deg) translateY(0);
    }

    100% {
        transform: scale(1) rotate(2920deg) translateY(calc(var(--radius) * 1%));
    }
}

.password-div{
        position: relative;
}
.password-div i {
        position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 10px;
    cursor: pointer;
        color: #000;
    font-size: 17px;
}
.compare.disabled {
    opacity: 0.5; 
    cursor: not-allowed; 
    pointer-events: none; 
}
button.compare.activngcop{
    background-color: #800000 !important;
}
button.compare.activngcop:before {
    filter: none !important;
}
.compare-alert{
       display: none;
    position: fixed;
    bottom: 0;
    right: 0;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    padding: 20px 30px;
    background: #fff;
    z-index: 99;
    box-shadow: 0px 0px 4px 0px #00000040;
}
.product-grid.col-xs-6{

}
.allcopae{
     display: flex;
        align-items: center;
    justify-content: space-between;
}
.tit-compa  {
        display: flex;
    align-items: center;
    gap: 10px;
}
.tit-compa h3{
        margin: 0;
    font-size: 30px;
    font-weight: bold;
    color: #000;
}
.tit-compa span{
        margin: 0;
    font-size: 30px;
    font-weight: bold;
    color: #000;
}

.product-compare .btn-block + .btn-block {
    margin: 0 !important;
}

.comparebtns{
        display: flex;
    align-items: center;
    gap: 15px;
}
.comparebtns .dallcomp{
        cursor: pointer;
    border: 1px solid #e3dbdb;
    color: #000;
    padding: 10px 20px;
    border-radius: 3px;
    font-weight: bold;
    font-size: 16px;
}
.comparebtns .compage{
        cursor: pointer;
    border: 1px solid #e3dbdb;
    color: #fff;
    padding: 10px 20px;
    border-radius: 3px;
    background: #800000;
    font-weight: bold;
    font-size: 16px;
}











.edit-col{
    width: 20% !important;
}
.middle-header{
    margin-top: 0;
    position: relative;
    background: #fff;
    padding: 0;
    box-shadow: none;
    border-radius: 0;
}
.middle-header .row{
    display: flex;
    height: 100%;
    align-items: center;
}
.middle-header .row .col-sm-2{
    position: unset;
}
.middel-content{
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-shadow: 0 0 6px rgb(0 ,0, 0 ,.28);
    border-radius: 10px;
    padding: 15px;
    overflow: hidden;
    background-color: #ffffff;
}
.middel-content .top-search{
    width: 60%;
}
.telsec span{
    font-size: 14px;
    color: #636270;
}
.telsec a{
    font-size: 14px;
    color: #272343;
    margin-inline-start: 5px;
}
#logo{
    display: flex;
    align-items: center;
    justify-content: center;
}
#logo a{
    display: flex;
    align-items: baseline;
    justify-content: center;
    flex-direction: row-reverse;
}
#logo a img{
    width:auto;
    margin-bottom: 0px;
}
#logo a p{
        text-align: center;
    color: #a17a5c;
    margin: 0;
    font-size: 13px;
}
a {
    outline: none;
    text-decoration: none;
}

.loade {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: #fff;
    background-repeat: repeat;
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  .common-home .loade{
  }
  .loade img{
      max-width:300px;
     margin-bottom: 90px;
  }

@keyframes rot{
    100%{
        transform:rotate(360deg);
    }
}

@-webkit-keyframes rot{
    100%{
        transform:rotate(360deg);
    }
}

@-moz-keyframes rot{
    100%{
        transform:rotate(360deg);
    }
}

@keyframes rotIvs{
    100%{
        transform:rotate(-360deg);
    }
}

@-webkit-keyframes rotIvs{
    100%{
        transform:rotate(-360deg);
    }
}

@-moz-keyframes rotIvs{
    100%{
        transform:rotate(-360deg);
    }
}
.inside-header{
    position: relative;
}

body {
    font-family: 'NeoSansArabic' !important;
    font-weight: 400;
    color: #666;
    background: #fff;
    font-size: 14px;
    line-height: 20px;
    width: 100%;
}

#common-home #special0 .product-layout{
    padding: 15px 0;
}
.bootom-head .pull-left .list-unstyled {
    margin-bottom: 0;
}

/* 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, button:focus, button:active {
    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 {
    padding: 0 15px !important;
    height: 40px !important;
    font-size: 11px !important;
    background: #800000 !important;
    color: #fff !important ;
    border-radius: 0 8px 8px 0 !important;
}

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

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

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

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

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

/* Gradent to all drop down menus */

.dropdown-menu li:hover {
    /*text-decoration: none;*/
    /*color: #000;*/
    /*background-color: #ededed;*/
    /*background-image: linear-gradient(to bottom, #ededed, #ededed);*/
    /*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 #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;
}


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

}

#banner4 {
    margin-top: 50px;
}
#banner4 img {
    border-radius: 20px;
}
.re .bar a {
    color: #000;
    margin-left: 10px;
    background: #ededed;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 50%;

}

.burger:before {
    color: #000;
    line-height: unset;
    font-size: 22px;
}
header{
    padding: 0;
    position: relative;
    top: 0;
    width: 100%;
    z-index: 11;
    background: #fafafa;
    /*box-shadow: 0 0 4px #d1cbcb;*/
}
  .common-home header{
      padding: 0;
      position: relative;
      top: 0;
      width: 100%;
      z-index: 11;
      background: #fafafa;
}
header.flymenu{
        position: fixed;
    top: 0;
    z-index: 99;
    width: 100%; 
    transition: linear .4s;
}

  .top-header{
      padding: 20px 0;
  }
.bottom-header{
    padding-top: 30px;
}
.editcol{
    display: flex;
    align-items: center;
}
.top-header .featuredbanner h5{
    display: none !important;
}
.top-header .allstyle{
    border: 0px  solid #000 !important;
    border-bottom: 0 !important;
    padding: 0 !important;
}
.top-header #featuredbanner1{
    margin-top: 0 !important;
    padding-top: 0 !important;
    border-top: 0px solid #000 !important;
}
.top-header .col-md-4.col-sm-4.col-xs-12{
    padding: 0 !important;
    width: 100% !important;
}
.top-header .col-md-3.col-sm-3.col-xs-12{
    padding: 0 !important;
    width: 100% !important;
}
.top-header .col-md-3.col-sm-3.col-xs-6{
    padding: 0 !important;
    width: 100% !important;
}
.top-header .item{
    margin-bottom: 0 !important;
}
.top-header #featuredbanner1 .item .featuredbanner-img{
    background: transparent !important;
    border-radius: 0 !important;
    transform: none !important;
    width: auto !important;
    height: auto !important;
    animation: unset !important;
    margin-inline-end: 10px !important;
}

.top-header .item .featuredbanner-img img{
    transform: none !important;
}



.top-header a i {
    color: #ededed;

}

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



.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: 'NeoSansArabic';


}


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

/* cart */
.red {
    display: flex;
    font-size: 13px;
    position: relative;
    justify-content: center;
    align-items: center;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #800000;
    color: #fff;
    padding: 0px;
    z-index: 1;
}
.head-list span.cartxt{
    display: block;
    padding: 0;
    margin: 0;
    color: #272343;
    filter: none !important;
}
#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 span {
    filter: none !important;
}
.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 {
    border: 0 !important;
    box-shadow: none;
    padding: 0 !important;
    min-width: 150px;
    gap: 12px;
    flex-direction: row-reverse;
}

#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: 400px;
    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 {
    min-height: unset !important;
    border: none !important;
    border-radius: 0;
}
.middle-header #menu {
    margin-inline-start: 0px;
}

.navbar-nav > li{
    margin-inline-end: 20px;
}

.navbar-nav > li:last-of-type{
    margin-inline-end: 0px;
}

.navbar-nav > li.dropdown{ 
    display: flex;
    align-items: center;
    gap: 5px;
}
.navbar-nav > li.dropdown i{
    color:#fff;
} 

#menu li.dropdown .dropdown-inner  a{
        padding: 3px 0px;
}

.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: #ededed;
    color: #fff;
    transition: all ease .35s;
    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: #ededed;
    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 .dropdown-menu.edr {
    width: 100%;
    left: unset !important;
    right: 50% !important;
    top: 0% !important;
    min-height: 100%;
    height: auto;
    padding: 20px;
    padding: 20px 10px;
}
 
.all-cats .dropdown:hover .dropdown-menu.edr{

    transform: rotateX(0deg);
}
.arow .img-li > a:before{
    content: "\f175";
    font-family: "Font Awesome 5 Pro";
    color: #000;
    font-size: 18px;
    margin-inline-start: 5px;
    transform: rotate(90deg);
    display: inline-block;
}

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

#menu .nav > li > a {
    color: #000;
    text-shadow: none;
    min-height: 15px;
    padding: 25px 0;
    font-size: 16px;
    background-color: transparent;
    font-family: 'NeoSansArabic';
    transition: all ease .35s;
    position: relative;
    border-radius: 4px;
    font-weight: bold;
}
#menu .nav > li > a:after{
    contentoff: " ";
    background-color: #3e4e4f;
    width: 0%;
    height: 2px;
    right: 0;
    position: absolute;
    bottom: 0;
    opacity: 0;
    transition: linear .4s;
}
#menu .nav > li > a:before{
    contentoff: " ";
    background-color: #3e4e4f;
    width: 0%;
    height: 2px;
    left: 0;
    position: absolute;
    top: 0;
    opacity: 0;
    transition: linear .4s;
}
#menu .nav > li > a:active:after, #menu .nav > li > a:hover:after {
    width: 100%;
    opacity: 1;
    transition: linear .4s;
}
#menu .nav > li > a:active:before, #menu .nav > li > a:hover:before {
    width: 100%;
    opacity: 1;
    transition: linear .4s;
}

#menu .nav > li > a:hover,
#menu .nav > li.open > a {
    color: #800000;
    /*background-color: #000;*/
    transition: all ease .35s;
}

.ribbon {
        left:15% !important;
    right:unset !important;
width: 120px !important;
    height: 45px !important;
    border-radius: 0% !important;
    justify-content: end;
    align-items: center;
    transform: none !important;
    transition: linear .4s;
    display: none !important;
    margin: 1px;
    position: relative;
    z-index: 1;
    margin-top: 10px;
    padding-inline-end: 10px;
}
.product-thumb:hover .ribbon{

    transition: linear .4s;
}
  .ribbon{
    display: none !important;
}
.ribbon span {
    font-size: 18px !important;
    padding: 0 !important;
    width: 120px !important;
    height: 45px !important;
    border-radius: 0% !important;
    line-height: 0px !important;
    background: #cf1010 !important;
    display: flex;
    justify-content: space-between;
    align-items: center;
    direction: rtl;
    font-family: sans-serif;
    color: #fff;
    font-weight: 900 !important;
    padding-inline-end: 8px !important;

}
.ribbon span p {
        margin: 0;
    font-family: 'NeoSansArabic';
    background: #ff0000;
    width: 60px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
}

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

#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) {
    .product-thumb .price{
        flex-direction: row;
        gap: 5px;
    }
    .whatsapp-icom { 
    font-size: 10px !important;
    width: 50px !important;
    height: 50px !important;
    left: 5px !important; 
    right: unset !important;
    }
    .all-wesd {
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-direction: column;
        padding-bottom: 10px;
    }
    .edrow {
        display: flex;
        flex-direction: column;
        margin-bottom: 20px;
    }
    .social-menu ul > div{
        flex-direction: column;
        align-items: center;
        gap: 5px;
    }
    .social-menu ul > div > p{
        display: none;
    }
    .edit-col {
        width: 50% !important;
    }
    #logo #menu{
        display: none;
    }
    .home-cats .image:before{
        width: 100px !important;
        height: 100px !important;
    }
    .section-bannerd56 {
        display: flex;
        margin-top: 35px;
        flex-direction: column;
        gap: 15px;
        padding: 10px;
    }
    #banner6 {
        padding-inline-start: 0px !important;
    }
    .powerd-sec   .social-menu ul{
        justify-content: space-between;
        flex-direction: column;
    }
    #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;
    padding-top: 0px;
}
#column-left, #column-right{
     padding-top: 50px;
}
.product-grid .dis-list{
    display:none;
}
/*#content .col-fet{*/
/*        width: 33.3% !important;*/
/*}*/
#common-home #content {
    margin-top: 0px;
}
.powerd-sec .social-menu ul > div > div:not(.social-menu){
    display: flex;
    align-items: center;
    gap: 10px;
}
/* footer */
footer {
    padding-top: 50px !important;
    position: relative;
    margin-top: -3px !important;
    padding-bottom: 20px;
    /* background-image: url("footer.png"); */
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-color: #F1F1F1;
    /* box-shadow: 0 0 27px rgba(18,17,12,.16); */
}
 footer{

}
.common-home footer{

}
.powerd-content-items .social {
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
    align-items: center;
}

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

footer a {
    color: #000;
    font-size: 14px;
    font-family: 'NeoSansArabic';
    transition: all linear .35s;
}

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

footer a:hover {
    color: #800000;
    transition: all linear .35s;
}
.before-middle{
    display: flex;
    margin-top: -160px;
    float: right;
}
.before-middle h2{
    font-size: 24px;
    color: #69085e;
    font-weight: bold;
    margin: 0 0 30px 0;
}
.footer-list li {
    margin-bottom: 15px;
    text-align: start;
}
.catslist li{
    width: 49%;
    display: inline-flex;
}

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

}

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

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

.help-cont {
    color: #000;
}

#search-total {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #d3cedf;
    color: #fff;
    transition: all linear .35s;
    border-radius: 50%;
}
#search-total i{
    font-size: 18px;
}
#search-total:hover {
    /*background: #000;*/
    /*color: #fff;*/
    /*transition: all linear .35s;*/
}

.bootom-head #search-total {
    width: auto;
    height: auto;
    line-height: unset;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #e6dcf1;
    color: #ededed;
    transition: all linear .35s;
}


.bootom-head #search-total:hover {
    background: #000;
    color: #fff;
    transition: all linear .35s;
}


.sc-footer {
    color: #000;
    font-weight: bold;
    margin: 10px;
    font-size: 24px;
}

.powered {

    display: flex;
    align-items: center;
    justify-content: center;
}

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

}
#logo-footer{
    background-image: url("mob.png");
    background-size: contain;
    width: 229px;
    height: 467px;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
}
#logo-footer a{
    display: flex;
    justify-content: center;
    align-items: center;
}
#logo-footer a img {
    width: 70%;
}
.edi-flex{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: -120px;
}
.footer-list li {
    margin-bottom: 10px;
}

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

.input-group-sm select {
    height: 40px !important;
    border-radius: 8px 0 0 8px !important;
    border-color: #F6F7C4;
}

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

.auten-content .dropdown-menu > li > a {
    color: #000 !important;
    justify-content: center;
    background: transparent;
    width: auto;
    height: auto;
    line-height: normal;
    padding: 0;
}
/*#list-view,#grid-view{*/
/*    display: none;*/
/*}*/

.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: #ededed;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    background-color: #800000;
    background-image: linear-gradient(to bottom, #800000, #800000);
    background-repeat: repeat-x;
    border-color: #800000 #800000 #800000 #800000;

}

.btn-primary {
    color: #ededed;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #800000  !important;
    background-image: linear-gradient(to bottom, #800000, #800000);
    background-repeat: repeat-x;
    border-color: #800000 #800000 #800000;
}

.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: #ededed;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #800000;
    background-image: linear-gradient(to bottom, #800000, #800000);
    background-repeat: repeat-x;
    border-color: #800000 #800000 #800000;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary.active:focus, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
    color: #ededed;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #800000;
    background-image: linear-gradient(to bottom, #800000, #800000);
    background-repeat: repeat-x;
    border-color: #800000 #800000 #800000;
    background-position: 0 -15px;

}

.btn-primary:focus, .btn-primary.focus {
    outline: none !important;
    color: #ededed;
    background-color: #800000 !important;
    background-image: linear-gradient(to bottom, #800000, #800000) !important;
    background-repeat: repeat-x;
    border-color: #800000 #800000 #800000 !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 ease .35s;

}

.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 ease .35s;

}

.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 ease .35s;

}

.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 ease .35s;

}

.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 ease .35s;

}

.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 ease .35s;

}

.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 ease .35s;

}

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

}

.btn-link {
    border-color: rgba(0, 0, 0, 0);
    cursor: pointer;
    color: #23A1D1;
    border-radius: 0;
    transition: all ease .35s;
    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 ease .35s;
    outline: none !important;

}

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

}

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

.top-search .top-search-hd {
    width: 60%;
}

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

}

.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 ease .35s;
}


.product-category-148 #content{
    margin-top: 0;
}


.calaculator-condion .form-control{
        border-radius: 8px;
    height: 45px;
    font-size: 16px;
}







.calaculator-condion .col-sm-4{
    width: 32.33333%;
}

.calaculator-condion .col-sm-12{
    background-color: #800000;
    padding: 10px 20px;
    border-radius: 10px;
    margin-bottom: 20px;
    position: relative;
    z-index: 1;
}
.calaculator-condion h3{
    color: #fff;
    text-align: center;
    font-weight: bold;
}

.calaculator-condion label{
    color: #fff;
    font-weight: bold;
    font-size: 14px;
    margin-bottom: 5px !important;
}
.calaculator-condion .buttons {
    margin: 0;
}
.social-menu svg{
    width: 20px;
    filter: brightness(0.5);
    height: 18px;
}
#calac_syb{
    background-color: #800000;
    color: #FFF;
    width: 100%;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    font-weight: bold;
    border-radius: 8px;
    cursor: pointer;
}

.calaculator-condion form .col-sm-4:nth-of-type(6) .form-group label{
       opacity: 0;
}
.calaculator-condion form .col-sm-4:nth-of-type(6) .form-group input{
     
    display: none;
}



.sec-final h4{
    color: #fff;
    font-weight: bold;
    font-size: 22px;
}
.sec-final span{
    background: #fff;
    width: 100%;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
    font-weight: bold;
    font-size: 16px;
        border-radius: 8px;
}

































































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

.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;
    box-shadow: none !important;
    border: 0 !important;
    text-shadow: none !important;
}

.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;*/
}
.latest-all-main {
    background: transparent;
    padding: 0;
}

/*#banner1{*/
/*    padding-top: 0px;*/
/*}*/
/*#banner1 img{*/
/*    border: 0px solid #0d6e6e;*/
/*    border-radius: 0 !important;*/
/*}*/
.wishlist-compare .btn:hover {
    background: #212121 !important;
    color: #fff;
}

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

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

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

#button-checkout {
    width: 45%;
    background: #F6F7C4 !important;
    border-color: #F6F7C4;
    color: #000;
}

.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;
}
#modalContentId .btn-primary:first-of-type{
    background: #F6F7C4 !important;
    color: #000;
    border-color: #F6F7C4;
}
#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;
    border-radius: 10px;
    /* border: 0px solid #e1e1e1; */
    padding: 0px;
    overflow: hidden;
    transition: all ease .35s;
    box-shadow: 0 0 7px 1px rgba(0,0,0,.15);
    margin-bottom: 30px;
    Border: 0px solid #800000;
    background-color: #fff;
    margin-bottom: 30px !important;
    margin-top: 10px;
}
.common-home .product-thumb {
    margin-bottom: 0px;

}
.product-thumb:hover {
    background-color: #F6F7C4;
    transition: all ease .35s;
}

.product-thumb.inside-productpage{
    direction: rtl;
    /* box-shadow: 0 0 27px rgba(0, 0, 0, .15); */
    margin-bottom: 0;
    Border: 0px solid #800000;
    Box-shadow: none;
    background-color: transparent;
}

.product-thumb.inside-productpage>.button-group {
     position: relative; 
    top: 0;
    margin: 0;
    z-index: 2;
    display: flex;
    flex-direction: row;
    gap: 10px;
    overflow: hidden;
    justify-content: start;
    padding-inline-start: 5px;
}










/*.special-cont .product-grid:nth-child(3n+3) .product-thumb{*/
/*    border-inline-end: 0 !important;*/
/*}*/
/*.special-cont .product-grid:nth-child(4) .product-thumb ,*/
/*.special-cont .product-grid:nth-child(5) .product-thumb ,*/
/*.special-cont .product-grid:nth-child(6) .product-thumb {*/
/*    border-bottom: 0px solid #aaaaaa !important;*/
/*}*/
/*.special-all .product-thumb{*/
/*    border-inline-end: 1px solid #aaaaaa !important;*/
/*    border-bottom: 0px solid #aaaaaa !important;*/
/*}*/

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

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




/*.col-fet{*/
/*    width: 20% !important;*/
/*    padding: 0 15px !important;*/
/*}*/
.featured-main{
    background-image: url("monthlydeals.png");
    background-attachment: fixed;
    background-size: 100%;
    padding: 1px 0 70px;
    background-repeat: no-repeat;
}
.featured-main .product-thumb{
    position: relative;
    background-color: #fff;
    border-radius: 20px;
    padding: 40px 40px 0px;
}
.featured-main .product-thumb .image img{
    border: 0 !important;
}
.featured-main .haed-item h2{
    color: #fff;
    font-size: 48px;
}
.featured-main .product-thumb .button-group .wish{
    transform: translateY(50px);
}
.product-thumb:hover .button-group .wish{
    transform: translateY(0px);
}
.productcategory-all .product-thumb .image a {
    display: block;
    margin: 0 auto;
}

.productcategory-all .product-thumb .image {
    position: relative;
}

.productcategory-all .product-thumb .image:before {
    content: " ";
    position: absolute;
    background-image: url("c-p.png");
    width: 257px;
    height: 257px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(1);
    z-index: -1;
    transition: all ease .35s;
    display: none !important;
}

.productcategory-all .product-thumb:hover .image:before {

    transform: translate(-50%, -50%) scale(1.05);
    transition: all ease .35s;

}

  .special-all .product-thumb:hover {
      /*border-color: #000;*/
      /*transition: all ease .35s;*/
      /*z-index: 2;*/
      /*box-shadow: 0 0 24px rgba(0 ,0, 0 ,.28);*/
}
.special-all .product-thumb:hover .ribbon{
    transition: all ease .35s;
    transform: translateX(0px);
}
  .product-thumb:hover .button-group .cart{
    width: 150px;
    visibility: visible;
    transition: all ease .35s;
}
.product-thumb .image a {
    /*display: flex;*/
    /*justify-content: center;*/
    /*align-items: center;*/
    /*margin-bottom: 20px;*/
}

.productcategory-all .product-thumb .image img {
  
}

.productcategory-all .product-thumb:hover .image img {
    
}

.productcategory-all .image img {
  
}
.swal2-icon.swal2-success .placeholder {
    border: 4px solid #3384bb !important;
}
.swal2-icon.swal2-success .line { 
    background-color: #3384bb  !important;  
}
.product-thumb .image img {
    width: 100%;
    transition: all ease .35s;
    border: 0px solid #e1e1e1;
    border-radius: 0px !important;
    padding: 0px;
    margin: 0;
    transform: none !important;
}
.product-list .image img{
    transform: scale(1) !important;
    max-width: 200px;
}

.eded{
    justify-content: space-between !important;
}
.special-cont .product-thumb .image img{
    border: 0;
    padding: 0;
    border-radius: 0;
}

.special-cont .product-thumb .image  {


}

.product-grid .product-thumb .image {
    float: none;
    position: relative;
    overflow: hidden;
    border-bottom: 0px solid #800000;
    border-radius: 0;
    padding-bottom: 0;
}
.product-thumb:hover .image{
    /*border-color: #800000;*/
    /* box-shadow: 0 0 27px rgba(0,0,0,.15); */
    transition: all ease .35s;
}
@media (min-width: 767px) {
    .product-list .product-thumb .image {
        float: left;
        padding: 0 15px;
    }
}


.product-thumb .caption {
    padding: 15px 0 ;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 15px;
    background-color: #FAFAFA;
}





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

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

@media (max-width: 1200px) {
    .product-grid .product-thumb .caption {
      
        padding:  10px 10px 15px;
    }
    .product-thumb .image img{
            transform: scale(0.7);
    }
    
}

@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: 11px;
    width: 1.5em;
    height: 1.5em;
    line-height: 1.5em;
}

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

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

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

h2.price {
    margin: 0;
}

.product-thumb .sp-caption-content h4 a {
    font-size: 24px !important;
    margin-bottom: 20px !important;
}

.product-thumb .sp-caption-content .price {
    font-size: 22px;
    margin: 20px 0;
}

.product-thumb .price {
    color: #777777;
    font-family: 'NeoSansArabic';
    display: flex;
    align-items: center;
    margin: 0;
    width:100%;
    justify-content: center;
    font-weight: bold;
    font-size: 18px;
    flex-direction: row;
}

.product-thumb .price-new {
    font-weight: 100;
    color: #25BF0C;
    font-family: 'NeoSansArabic';
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-direction: row-reverse;
    margin-inline-start: 0;
}

.product-thumb .price-old {
    font-size: 14px;
    color: #777777;
    text-decoration: line-through;
    margin-inline-start: 0;
    font-family: 'NeoSansArabic';
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-direction: row-reverse;
}

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


}

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


}


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

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

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

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

@media (min-width: 1200px) {

}

/* 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: 80%;
    display: table;
    margin: 0 auto;
    top: 50%;
    background: transparent;
    border-bottom: 1px solid #313234;
}

.navbar .navbar-collapse {
    padding: 0 !important;
}

.bootom-head #search {
    width: 100%;
    display: table;
    margin: 0 !important;
    top: unset;
    border: none !important;
    background: #ededed;
    color: #000;
    padding: 11px 0 11px 8px;
}

.symbol_right {
    display: none;
}

#search .input-lg {
    box-shadow: none;
    border-radius: 0;
    color: #9A9CAA;
    height: 45px;
    margin-right: 0px;
    border: 0px solid #b8b8b8;
    background: transparent;
    width: 100%;
    font-size: 16px;
    padding: 9px 35px;
}

#search .input-lg::placeholder {
    color: #000;
}

.bootom-head #search .input-lg::placeholder {
    color: #9A9CAA;

}

.bootom-head #search .input-lg {
    box-shadow: none;
    border-radius: 25px;
    color: #75b1d9;
    padding: 0 10px 0;
    height: 20px;
    margin-right: 0px;
    border: 0;
    background: transparent;
}
.enquire{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
#addsubs .form-group{
    display: flex;
    align-items: center;
    padding-inline-start: 0px;
    margin: 0 !important;
    flex-direction: row;
    padding-bottom: 12px;
}
.enquire-content img{
    width: 80px;
}
#addsubs .form-group .buttons{
    margin: 0 !important;
}
.enquire .form-control {
    box-shadow: none !important;
}

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

.top-search #search .search-btn {
    color: #9d9d9d;
    background: transparent;
    transition: all 0.3s ease-in-out;
    border-radius: 0;
    width: 40px;
    height: 40px;
    margin-right: 0;
    z-index: 3;
    display: flex;
    align-items: center;
    justify-content: center;
}

.top-search #search .search-btn:hover {

    transition: all 0.3s ease-in-out;
}

#search .search-btn {
    font-size: 15px;
    line-height: 40px;
    background: transparent;
    box-shadow: none;
    border: 0;
    border-radius: 0;
    padding: 0 !important;
    width: 60px;
    height: 40px;
    margin-right: -65px;
    color: #000;
    outline: none !important;
}

.bootom-head #search .search-btn {
    font-size: 15px;
    line-height: 0px;
    background: transparent;
    box-shadow: none;
    border: 0;
    border-radius: 50%;
    margin-right: 0px;
    padding: 0 !important;
    color: #000;
    outline: none !important;
}

#search .search-btn i {
    font-size: 0;
    color: transparent;
    background: url(searchbtn.png);
    width: 22px;
    height: 22px;
}
.fa-search{
    font-size: 0;
    color: transparent;
    background: url(searchbtn.png);
    width: 22px;
    height: 22px;
}
#search-header.open {
    background: rgba(0, 0, 0, 0.9);
}

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

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

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

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

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

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

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

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

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

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

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

#search-header button.close {
    border: 2px solid #ff0000;
    height: 40px;
    width: 40px;
    border-radius: 200em;
    position: absolute;
    top: 3%;
    right: 12%;
    display: flex;
    justify-content: center;
    align-items: center;
}

#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*/


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

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

#featured1 .product-thumb .price {
    color: #fff;
}
.navbar-nav {
    float: none;
    display: flex;
    justify-content: space-between;
    gap: 0;
}
.middle-header .menu-social{
    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: center;
    align-items: center;
    margin: 0;
    gap: 20px;
}
.head-content-list > div{
    display: flex;
    align-items: center;
    width: auto;
    gap: 12px;
    position: relative;
    z-index: 1;
}

.head-content-list .regis {
    margin: 5px 0 10px 0 !important;
    border-bottom: 0px solid #000;
}

#cart-total:before {
    content: "\f07a";
    font-family: "Font Awesome 5 Pro";
    font-weight: 100;
    font-size: 22px;
    text-shadow: none;
    transition: linear .4s;
}

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

#account-total:before {
    content: "\f007";
    font-family: "Font Awesome 5 Pro";
    font-weight: 100;
    font-size: 22px;
    transition: linear .4s;
}
#account-total:after{
    content: "\f078";
    font-weight: 400;
    font-family: "Font Awesome 5 Pro";
    color: #222;
    font-size: 11px;
    margin-inline-end: 19px;
    margin-inline-start: 5px;
    margin-top: 5px;
    display: none;
}
#account-total span{
    margin-inline-end: 0;
}

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

}

#wishlist-total:before {
    content: "\f004";
    font-family: "Font Awesome 5 Pro";
    font-weight: 100;
    font-size: 22px;
    transition: linear .4s;
}

#wishlist-total:hover:before,#account-total:hover:before,#cart-total:hover:before {
    /* filter: brightness(0) saturate(100%) invert(24%) sepia(29%) saturate(6805%) hue-rotate(206deg) brightness(91%) contrast(95%); */
    /*color: #800000;*/
    transition: linear .4s;
}



































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


.head-list span {
    color: #222;
    font-size: 14px;
    transition: all ease .35s;
    padding: 0;
    margin-inline-end: 19px;
    padding-inline-start: 10px;
    display: none;
}

.top-lang-fir span {
    color: #222;
    font-size: 16px;
    font-weight: bold;
    margin: 0 5px;
    transition: all ease .35s;
    padding: 0;
}

.top-lang-fir > button {
    display: flex;
    align-items: center;
}


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

.text-right .btn-inverse strong i {
    color: #fff;
    transition:linear .4s;
}

.text-right .btn-inverse:hover strong {
    color: #800000;
    text-shadow: none;
    transition:linear .4s;
}

.text-right .btn-inverse:hover strong i {
    color: #800000;
    transition:linear .4s;
}


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

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

}

.head-content-list .dropdown-menu {
    width: 175px;
    background-color: #fff;
    border-radius: 0px;
    border: 0;
    top: 120%;
    box-shadow: 0 0 13px rgba(0,0,0,.1);
}

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

.head-content-list .btn-link:hover, .head-content-list .head-list:hover, .head-content-list .head-list a:hover {
    /*color: #000;*/
    /*background-color: unset;*/
}

#content .latest-cont .product-list .product-thumb {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}

#content .latest-cont .product-list .product-thumb .button-group {
     
}

#content .latest-cont .product-list .price-cart-sec{
    flex-direction: column;
}

#content .latest-cont .product-list .product-thumb .button-group button {
       width: 150px;
}
/*#content .latest-cont .product-list .product-thumb .button-group button span{*/
/*    color: #fff;*/

/*}*/
.dis-list p {
    text-align:center;
}
#content .latest-cont .product-list .product-thumb .caption h4 {
    border-bottom: none;
    text-align:center;
}

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

 
.price-cart-sec{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.top-search {

}

.top-search #search {
    width: 100%;
    border-bottom: 0px solid #9d9d9d;
    display: flex;
    justify-content: start;
    align-items: center;
    margin: 0;
    top: unset;
    border-radius: 8px;
    margin-inline-end: 0px;
    background: #fff;
}

.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;
    position: relative;
}
.head-content-list .head-list:hover span:not(#cart-total),.head-content-list .head-list:hover .price-cart{
    filter: brightness(0) saturate(100%) invert(24%) sepia(29%) saturate(6805%) hue-rotate(206deg) brightness(91%) contrast(95%);
    transition: none;
}
.head-content-list .head-list:after{
    content: " ";
    width: 2px;
    height: 30px;
    background-color: #000;
    display: none;
}
.head-content-list .head-list:last-of-type:after{
    display: none;
}

.head-content-list .head-list > a, .head-content-list .head-list button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border-radius: 8px;
    background: #E4C59E;
    line-height: 44px;
    color: #000;
}
.social-menu li{
    display: inline-flex;
}
.social-menu ul{
    margin: 0;
    gap: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.col-sm-3 .social-menu ul{
    justify-content: start;
    margin-bottom: 30px;
}
footer .social-menu ul{
    justify-content: start;
    margin-top: 0px;
}
.powerd-sec .social-menu ul{
    display: unset !important;
}
.powerd-sec .social-menu ul > div{
    justify-content: center;
}
footer .social-menu li a{
    width: 50px;
    height: 50px;
    margin-inline-end: 10px;
    color: #fff;
    background-color: #E4C59E;
    border-radius: 50%;
}
.uptohead{
    background-image: url(upup2.png);
    background-color: transparent;
    border-radius: 5px;
    width: 40px !important;
    height: 40px !important;
    background-position: center;
    background-repeat: no-repeat;
    margin-inline-end: 0 !important;
    border: 1px solid;
}
.footer-dsc p{
    color: #000;
    margin: 10px 0 0 0;
    font-size: 16px;
    text-align: justify;
}
.footer-dsc{
    text-align: start;
    width: 100%;
}
.footer-dsc   img{
    /* max-width: 300px; */
    /* filter: brightness(0) saturate(100%) invert(100%) sepia(22%) saturate(0%) hue-rotate(326deg) brightness(102%) contrast(104%); */
    margin-bottom: 20px;
    /* width: 80%; */
    max-width: 100%;
}
.edrow{
    display: flex;
}
.whatsapp-icom{
    position: fixed;
    width: 70px;
    height: 70px;
    /* background-image: url(wha.png); */
    right: 5px;
    top: 75%;
    z-index: 10;
    background: #800000 !important;
    color: #fff !important;
    font-weight: bold;
    padding: 10px;
    border-radius: 50%;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 0;
    display: none !important;
}
.social-menu li  a{
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.social-menu li a i{
    font-size: 22px;
    color: #2F2F2F !important;
    transition: all linear .3s;
}
footer .social-menu li a:hover{
    background-color:#800000 ;
}
footer .social-menu li a:hover i{
    color:#FFF !important;
}
.social-menu li  a i.fa-facebook-f {color:#45629e ;}
.social-menu li  a i.fa-twitter {color:#55acef ;}
.social-menu li  a i.fa-youtube {color:#c0181d ;}
.social-menu li  a i.fa-instagram {color:#006fcc ;}
.social-menu li  a i.fa-pinterest {color:#cb2027 ;}


.social-menu .snapchat{
    background-image: url("snapchat.png");
}
.social-menu .instagram{
    background-image: url("instagram.png");
}
.social-menu .facebook{
    background-image: url("facebook.png");
}
.social-menu .twitter{
    background-image: url("twitter.png");
}
.social-menu .whatsapp{
    background-image: url("whatsapp.png");
}
.section-contact{
    margin-inline-start: 50px;
}
#cart > .btn .price-cart {
    padding-inline-start: 10px;
    color: #222;
    line-height: 4px;
        transition: all ease .35s;
    display: none;
}

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

}

/*.home-cats:hover .exc a {*/
/*    color: #ededed;*/
/*}*/
.home-cats:hover .exc a {
    color: #fff;
    /*background-color: rgba(0,131,148,.8);*/
    transition: linear .4s;
}
.home-cats .image {
    margin: 0;
    position: relative;
    width: 100%;

    transition: linear .4s;
}
.category-section .row .col-sm-3:not(:nth-child(1),:nth-child(2),:nth-child(3),:nth-child(4),:nth-child(5),:nth-child(6),:nth-child(7),:nth-child(8)) .home-cats{
    display: none;
}
.home-cats{
    position: relative;
    /* background-image: url(bg-cat.png); */
    display: flex;
    flex-direction: column;
    background-size: 100% 100%;
    margin-bottom: 0;
    border-radius: 14px;
    overflow: hidden;
    justify-content: space-evenly;
    align-items: center;
    padding: 0;
     margin: 0px;
}
.home-cats .image:before {
    content: " ";
    width: 200px;
    height: 200px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    background-color: #f7e561;
    border-radius: 50%;
    z-index: -1;
    display:none !important;
}
.home-cats .exc {
    position: absolute;
    bottom: 10px;
    right: 0;
    border-radius: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 100%;
    height: auto;
    background-color: transparent;
    padding: 0;
    z-index: 2;
}
.home-cats .exc a{
    font-size: 28px;
    color: #fff;
    font-weight: bold;
    background-color: transparent;
    border-radius: 0;
    transition: linear .4s;
    margin: 0 ;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 0 10px;

}
.category-section .over {
    align-items: center;
    justify-content: center;
    margin-top: 15px;
    display: none;
}

.category-section .over .over-link{
    border-radius: 10px;
    background: transparent !important;
    border: 0px solid #000;
    display: flex;
    align-items: self-start;
    justify-content: start;
    color: #be7552;
    height: auto;
    width: auto;
    line-height: normal;
    font-size: 18px;
}
.category-section .over .over-link span{
    color: #000 !important;
    background-color: transparent !important;
    font-size: 18px;
    transition: linear .4s;
}
.category-section .home-cats:hover .over .over-link span{
    color: #000 !important;
    transition: linear .4s;
}

.category-section .over  .over-link:before{
    height: 45px;
    border-radius: 10px;
    display: none;
}

.category-section .over .over-link:hover{
    border-color: transparent;
}

.category-section .over .over-link i{
    position: relative;
    display: none;
}
.category-section .over .over-link:hover i{
    color: #fff;
}





.home-cats:before{
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 98%;
    border-radius: 14px;
    height: 100%;
    background-image: linear-gradient(0, #800000 11%, #00000000 89%);
    background-size: 100% 100%;
    background-position: bottom;
    background-repeat: no-repeat;
    transition: all linear .3s;
    opacity: 0;
    z-index: 1;
    pointer-events: none;
}
.home-cats:hover:before{
    transition: all linear .3s;
    opacity: 1;
}

.home-cats .image img {
    width: auto;
    margin:0 auto;
    transition: none;
    border-radius: 14px;
    box-shadow: none !important;
}

.home-cats:hover .image img {

}

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

.adv-search {

}

.adv-search div {
    padding: 0;
}

.selector-cat {
    margin-right: 5px;
    height: 40px;
    border-radius:  35px 0 0 35px  !important;
    background: #fff url(arrow.png) no-repeat 70% 20px !important;
    transition: all .3s ease;
    border: 0px solid #dbdbdb;
    appearance: none;
    border-inline-start: 1px solid #dbdbdb;
    color: #b4b4b4;
    font-size: 16px !important;
    box-shadow: none !important;
    border-color: #dbdbdb !important;
}
.selector-cat::-webkit-scrollbar-track {
    background: transparent; }
.selector-cat::-webkit-scrollbar-thumb {
    background-color: #000;
    border-radius: 0px; }
.selector-cat::-webkit-scrollbar {
    width: .3em;
}

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

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

.inp-cat {
    height: 50px;
}


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

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

#slideshow0 img {
    width: 100%;
}
.slide-cont .swiper-pagination{
    bottom: 20px;
}
#slideshow0 .exc {
    position: absolute;
    top: 0%;
    opacity: 0;
    right: 0;
    left: unset;
    width:100%;
    height: 100%;
    display: flex;
    align-items: start;
    justify-content: unset;
    flex-direction: column;
    padding-inline-start: 50%;
    padding-top: 450px;
    transition: linear .4s;
    background-color: transparent;
}
#slideshow0  .swiper-slide-active .exc{
    padding-top: 150px;
    opacity: 1;
    transition: linear .7s;
}

#slideshow0 .exc h3 {
    color: #3C3B43;
    font-size: 68px;
    line-height: 110px;
    margin-bottom: 25px;
    text-transform: capitalize;
    width: 65%;
    text-align: start;
    font-weight: bold;
    margin-top: 0;
}
#banner3{
    margin-top: 50px;
}
#slideshow0 .exc p {
    color: #000000;
    font-size: 20px;
    line-height: 60px;
    margin-bottom: 40px;
}

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


.over {
    display: flex;
    align-items: flex-start;
    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 {
    width: 50px !important;
    height: 50px !important;
    background-color: #800000 !important;
    border-radius: 50% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    transition: all ease .35s !important;
    opacity: 1 !important;
    position: relative !important;
}

.swiper-viewport .swiper-button-next:hover,
.swiper-viewport .swiper-button-prev:hover {
    background-color: #000 !important;
    color: #fff !important;
}

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


.swiper-viewport .sp-pager .swiper-button-prev {
    left: 50px !important;
    top: 30px !important;
    right: unset !important;
}

.swiper-viewport .sp-pager .swiper-button-next {
    left: 50px !important;
    top: -30px !important;
    right: unset !important;
}

.category-cont .latest-pager {
    top: 62% !important;
}

.category-cont .swiper-viewport .swiper-button-prev {
    left: -50px !important;
    right: unset !important;
}

.category-cont .swiper-viewport .swiper-button-next {
    right: -80px !important;
    left: unset !important;
}

.swiper-viewport .swiper-button-prev {
    left: unset !important;
    right: unset !important;
}

.swiper-viewport .swiper-button-next {
    right: unset !important;
    left: unset !important;

}
.slide-cont .swiper-viewport .swiper-button-next{
    position: absolute !important;
    right: 60px !important;
    transform: translateY(-50%);
}
.slide-cont .swiper-viewport .swiper-button-prev {
    position: absolute !important;
    left: 60px !important;
    transform: translateY(-50%);
}







.productcategory-all .swiper-viewport .swiper-button-prev {
    left: -40px !important;
    right: unset !important;
}

.productcategory-all .swiper-viewport .swiper-button-next {
    right: -40px !important;
    left: unset !important;

}

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

.swiper-button-next:before {
    content: "\f30b" !important;
    font-size: 30px !important;
    color: #fff !important;
    font-family: "Font Awesome 5 Pro" !important;
    width: 50px !important;
    height: 50px !important;
    display: flex;
    justify-content: center;
    align-items: center;
}
.swiper-button-prev:hover:before , .swiper-button-next:hover:before{
    color:#fff !important;
}
.cat-link span {
    color: #000 !important;
    font-size: 18px;
    transition: all ease .35s;
}

.home-cats:hover .cat-link span {
    color: #000 !important;
    transition: all ease .35s;
}

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


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

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

}

.head-item-btn span {
    position: relative;
    transition: all linear 0.35s;
    z-index: 2;
}
#slideshow0 .over .over-link {
    position: relative;
    transition: all linear 0.35s;
    background: transparent !important;
    width: 150px;
    height: 50px;
    line-height: 40px;
    text-align: center;
    border: 1px solid #800000;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
}
#slideshow0 .over-link span{
    color: #800000;
    font-size: 16px;
    transition: linear .4s;
    font-weight: bold;
}
#slideshow0 .over-link i {
    font-weight: bold;
    font-size: 22px;
    color: #800000;
    position: relative;
    z-index: 2;
    margin-top: 3px;
    display: none;
}
#slideshow0 .over-link:hover i {
    color: #fff;
    transition: linear .4s .3s;

}
#slideshow0 .over .over-link:hover{
    box-shadow: 0 0 24px rgba(0,0,0,.26);
    border-color: transparent;
    transition: linear .4s;
}
#slideshow0 .over .over-link:hover span{
    color: #fff;
    transition: linear .4s;
}

#slideshow0 .over-link:before {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(0, -50%) scale(0);
    display: block;
    background: #800000 !important;
    width: 90%;
    opacity: 0;
    height: 50px;
    border-radius: 5px;
    transition: all ease-in 0.35s;
}
.category-section{
    margin-top: 0;
    margin-bottom: 0;
    position: relative;
    padding-top: 0;
}
.category-section:after{
    content: " ";
    position: absolute;
    top: 0;
    height: 3px;
    width: 50%;
    background: #C4D7FF;
    left: 50%;
    transform: translateX(-50%);
    display: none;
}
#slideshow0 .over-link:hover:before{
    width: 100%;
    top: 50%;
    transform: translate(0, -50%) scale(1);
    opacity: 1;
    background: #800000;
    transition: all ease-in 0.35s;
}

.special-cont .product-thumb:hover{
    /*box-shadow: 0 0 27px rgba(0,0,0,.15);*/
    /*border-radius: 15px;*/
    /*transform: scale(1.01);*/
    transition: linear .4s;
}

.over .over-link {
    position: relative;
    transition: all linear 0.35s;
    background: #E4C59E !important;
    width: 150px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border: 0px solid #FAFAFA;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 75px;
}
.over .over-link:hover{
    box-shadow: 0 0 24px rgba(0,0,0,.26);
    transition: linear .4s;
    background: #800000 !important;
}
.home-cats .over .over-link:hover{
    box-shadow: none;
    transition: linear .4s;
}
.over-link:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
    display: block;
    background: #800000 !important;
    width: 10%;
    opacity: 0;
    height: 50px;
    border-radius: 75px;
    transition: all ease-in 0.35s;
}

/*#slideshow0:hover .over-link:before {*/
/*    width: 100%;*/
/*    opacity: 1;*/
/*    background: #000;*/
/*    transition: all ease-in 0.35s;*/
/*}*/
.over-link:hover:before{
    width: 100%;
    opacity: 1;
    background: #000;
    transition: all ease-in 0.35s;
}
 .over-link span{
     color: #800000;
     transition: all ease-in 0.35s;
     position: relative;
     font-weight: bold;
     font-size: 16px;
}


.alltabs-products .product-layout{
    padding: 0 15px !important;
}



 .slide-cont{
     margin-top: 0px;
 }

.banner-item .over-link:hover span {
    color: #fff !important;
    transition: all ease-in 0.35s;
}

.category-item .nav-tabs {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    border: none !important;
    margin-bottom: 35px;
    padding: 0 15px;
}

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



.category-item .nav-tabs > li > a {
    color: #FFF;
    background: #E4C59E!important;
    margin: 0 !important;
    border-radius: 5px !important;
    border: 0;
    font-size: 16px;
    min-width: 180px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;

}
.category-item .nav:before,.category-item .nav:after{
    display: none;
}
.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: #800000!important;
    background-image: none !important;
    background-repeat: unset !important;
    border: none !important;
}

#banner0 .item:hover{
    transition: linear .4s;
   /* border-radius: 10px;*/
   /* transform: scale(1.01);*/
   /*!* box-shadow: 0 0 29px rgba(0,0,0,.44);*!*/
   /* background: #e8e9f2;*/
    z-index: 3;
}

.banner .item:hover img {
    transform: scale(1) !important;
    transition: all linear 0.5s;

}
#banner0 .item:hover img {
    transform: scale(1);
    transition: all linear 0.5s;

}

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

}
.eded  .over .over-link{

}
.eded  .over .over-link span{

}
.over .over-link:hover span{
    color: #fff;
}
.over-link:active {
    transform: scale(0.96);
    transition: all linear 0.5s;

}

.category .home-cats {
    position: relative;
}


.category .home-cats:hover .exc {
    transition: all ease .35s;
}

.category .home-cats:hover .image {
    border-color: #800000;
    transition: all ease .35s;

}

.category .home-cats .exc > a {
    font-size: 16px;
    color: #FFF;
    text-align: center;
    transition: all ease .35s;
}
.category .home-cats .exc > a i{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 25px;
    height:25px;
    color:#800000;
    border-radius: 50%;
    background-color: #E4C59E;
}

.category .home-cats:hover .exc > a {
    color: #FFF;
    transition: all ease .35s;
}

#productcategory0 {
    margin-top: 75px;
}

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

.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; */
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    padding: 10px 20px;
}
#banner5 .exc .over{
    display: none !important;
}
#banner6 .exc {
    /* display: none !important; */
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    padding: 10px 20px;
}
#banner6 .exc .over{
    display: none !important;
}
#banner7 .exc .over{
    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-top: 50px;
    padding-top: 0px;
    border-top: 0px solid #000;
    /*display: flex;*/
    justify-content: space-between;
    /* background-image: url(bg-fbanner.png); */
    border-radius: 15px;
    box-shadow: none;
    align-items: center;
    height: 100%;
    z-index: 1;
    position: relative;
    margin-bottom: 0px;
}
#featuredbanner0 .item {
    transition: all 0.4s ease;
    position: relative;
    border: 0px solid #2c3639;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 100%;
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25);
    padding: 25px 10px;
    border-radius: 20px;
}
#featuredbanner0 .col-lg-4:nth-of-type(1) .item{
    background-color: #F4FFF5;
}
#featuredbanner0 .col-lg-4:nth-of-type(2) .item{
    background-color: #FFFAF4;
}
#featuredbanner0 .col-lg-4:nth-of-type(3) .item{
    background-color: #F4FAFF;
}
#featuredbanner0 .item:last-of-type{
    margin-bottom: 0px;
}
#featuredbanner0 .item .exc {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.featureed-main-contnent {
    padding: 0;
    background-color: transparent;
    border-radius: 0px;
 }

#featuredbanner0 .exc h3 {
    color: #af772d;
    font-size: 20px;
    margin: 0;
}
#featuredbanner0 .col-lg-4:nth-of-type(1) .item h5{
    color: #06C825;
}
#featuredbanner0 .col-lg-4:nth-of-type(2) .item h5{
    color: #E87B16;
}
#featuredbanner0 .col-lg-4:nth-of-type(3) .item h5{
    color: #12AEE0;
}
#featuredbanner0 .exc p {
    color: #101010CC;
    font-size: 16px;
    margin: 0px 0 0 0;
    font-weight: bold;
}

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

#featuredbanner0 .item:hover .featuredbanner-img img {
    transform: scale(1.06);
    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: #ededed !important;
    color: #000 !important;
    transition: all ease .35s;
}

.brand-content .swiper-button-next:hover, .brand-content .swiper-button-prev:hover {
    background-color: #ededed !important;
    color: #000 !important;
    transition: all ease .35s;
}

.brand-content .swiper-pager {
    top: 60% !important;
    right: 28% !important;
    bottom: unset !important;
    left: unset !important;
}
.swiper-pager{
    width: 100%;
    position: absolute;
    bottom: -94px;
    display: flex;
    top: unset !important;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

.swiper-pager.banner0-pager{
    position: absolute;
    left: unset;
    bottom: 0;
    top: unset;
    right: unset;
    line-height: unset;
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 10px;
    margin-top: 0;
    margin-inline-start: -50px;
}
.swiper-pager.banner0-pager .swiper-button-next,
.swiper-pager.banner0-pager .swiper-button-prev{
    position: relative;
    left: unset;
    bottom: unset;
    top: unset;
    right: unset;
    line-height: unset;
    margin: 0;
    padding: 0;
    width: auto;
    height: auto;
}

.swiper-pager.banner0-pager .swiper-button-next:before{
    content: "\f054" !important;
    font-size: 14px !important;
    color: #000 !important;
    font-family: "Font Awesome 5 Pro" !important;
    width: 30px !important;
    height: 30px !important;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0px 4px 14px 1px #00000029;
    background: #fff;
    border-radius: 50%;
    font-weight: 100;
}
.swiper-pager.banner0-pager .swiper-button-prev:before{
    content: "\f053" !important;
    font-size: 14px !important;
    color: #000 !important;
    font-family: "Font Awesome 5 Pro" !important;
    width: 30px !important;
    height: 30px !important;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0px 4px 14px 1px #00000029;
    background: #fff;
    border-radius: 50%;
    font-weight: 100;
}
.swiper-pager.banner0-pager .swiper-button-prev:hover:before,
.swiper-pager.banner0-pager .swiper-button-next:hover:before {
    color: #c7c1c1 !important;
}
#banner0 > .row{
    display: flex;
    height: 100%;
}


.slide-cont .swiper-pager{
    position: unset;
    display: unset;
}
.pp-main{
    padding-bottom: 70px;
}
#carousel1010{
    display: flex;
    justify-content: center;
}
#carousel1010 .swiper-wrapper{
    justify-content: center;
}
#carousel1010 .swiper-wrapper .carousel-content{
    margin-bottom: 30px
}
.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{
    height: 100%;
    width: 250px;
    position: relative;
}
.cat-wrap #dropdownMenuButton {
    line-height: 0;
    display: flex;
    align-items: center;
    transition: linear .4s;
    height: 100%;
    justify-content: space-between;
}
.cat-wrap #dropdownMenuButton > div{
    display: flex;
    align-items: center;
    gap: 5px;
}
.cat-wrap.open #dropdownMenuButton{
    border-radius: 0 0 0 0 !important;
    transition: linear .4s;
}
.img-li {
    display: flex;
    align-items: center;

}

.linee {
    width: 20px;
    height: 6px;
    background: #000;
    margin-top: 2.5px;
    border-radius: 5px;
    transition: all 0.2s;
    transform: translateX(-50%);
}
.hr-li{
    font-weight: 100 !important;
}


.linee1, .linee3 {
    width: 25px;
}

.linee2, .linee4 {
    width: 25px;
}


.cat-wrap .dropdown-menu {
    left: 50%;
    right: unset;
    transform: translateX(-50%) !important;
    border-radius: 0;
    margin-top: 10px;
    box-shadow: 0 0px 12px rgb(0 0 0 / 15%);
    border: 0;
    padding: 0;
    height: auto;
    max-width: 100%;
    width: 100%;
    top: 86%;
}

.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;
    justify-content: flex-start;
}

#newbanner1 {
    /*display: flex;*/
    /*align-items: center;*/
    /*justify-content: center;*/
}
.pay-cop{
    padding: 10px 0;
    border-top: 0px solid #000;
    border-bottom: 0px solid #000;
    /* background-image: url(bg-ft.png); */
    /* background-attachment: fixed; */
    background-color: transparent;
    border-radius: 15px;
}
.all-contentps{
    display: flex;
    align-items: center;
    justify-content: space-around;
}
.all-wesd{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.wehere{
    display: flex;
    gap: 20px;
}
.wehere i{
    background: #ffc870;
    color: #184564cc;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 40px;
}
.wehere h4{
    font-size: 20px;
    color: #ffc870;
    font-weight: bold;
}


.inf-cont a{
    flex-direction: row;
    align-items: center;
    gap: 0;
    display: flex;
    justify-content: start;
}
.common-home #newbanner3 .newbanner-main {
    display: flex;
}
.powerd-center-items{
        display: flex;
    justify-content: center;
    margin-bottom: 30px;
}

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

.social ul {

    display: flex;
    align-items: center;
    margin: 0 !important;
    justify-content: space-evenly;
}

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

#addsubs p {
    color: #8A8A8A;
    font-size: 26px;
    font-weight: bold;
    margin-bottom: 0px;
}

.inf-cont {
    margin-bottom: 0;
    margin-inline-end: 0;
    display: flex;
    justify-content: start;
}
.cont-tpfo{
    display: flex;
    align-items: self-start;
    justify-content: center;
    margin-top: 0px;
    flex-direction: column;
    gap: 20px;
}
.pay-cop .row{
    display: flex;
    align-items: center;
}
.content-footer-contact-inf {
    display: flex;
    align-items: center;
}

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

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

.footer-content-items {
    margin: -75px 15px 75px;
    position: relative;
    z-index: 2;
    background: #a6a6a6;
    padding: 25px 30px;
}

#newbanner2 .newbanner-main .newbanner-images {
    padding: 5px;
    margin: 0 0;
    margin-inline-end: 10px;
}

#newbanner2, #newbanner3 {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

#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 {
    width: 100% !important;
}

.enquire form {
    width: 100% !important;

}
.allstyle{
    border-top: 0px  solid #c8cacc;
    border-bottom: 0;
    padding: 0;
    margin-bottom: 0px;
}

.enquire-content {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    display: none;
}
.newswes{
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 30px;
}
.newswes .newsletter-icon i{
    font-size: 29px;
    color: #8A8A8A;
}

.featuredbanner .item .featuredbanner-img {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-inline-end: 10px;
    background-color: transparent;
    width: auto;
    height: auto;
    border-radius: 0;
    transform: rotate(0deg);
}
.featuredbanner .item .featuredbanner-img{
    animation:4s linear 2s infinite   car-move;

}
@keyframes car-move {
    from {
        /* pushes the sun down past the viewport */
        transform: rotate3d(0,1,0 , 0deg);
        opacity: 1;
    }
    to {
        /* returns the sun to its default position */
        transform: rotate3d(0,1,0 , 360deg);
    }
}
#featuredbanner0.featuredbanner .item h5{
    font-weight: bold;
    font-size: 20px;
    margin-top: 0;
}
.common-home{
    /*background-image: url(bghome.png);*/
    /*background-attachment: fixed;*/
}
#featuredbanner0.featuredbanner .item{
    overflow: visible;
    margin-bottom: 0px;
}
#featuredbanner0.featuredbanner .item .featuredbanner-img{
    /* background: url(bgfb.png); */
    border-radius: 0;
    transform: rotate(0deg);
    width: auto;
    height: auto;
    animation: unset;
    margin-inline-end: 5px;
}
#featuredbanner0.featuredbanner .item .featuredbanner-img img{
    transform: rotate(0deg);
    /* filter: brightness(0) saturate(100%) invert(0%) sepia(98%) saturate(7453%) hue-rotate(50deg) brightness(109%) contrast(100%); */
}


#featuredbanner1.featuredbanner .item h5{
    font-weight: bold;
    font-size: 22px;
    color: #000;
    margin-top: 0;
}
#featuredbanner1.featuredbanner .item{
    overflow: visible;
    margin-bottom: 50px;
}
#featuredbanner1.featuredbanner .item .featuredbanner-img{
    background: #faeff0;
    border-radius: 15px;
    transform: rotate(45deg);
    width: 70px;
    height: 70px;
    animation: unset;
    margin-inline-end: 20px;
}
#featuredbanner1.featuredbanner .item .featuredbanner-img img{
    transform: rotate(-45deg);
}
#featuredbanner1{
    margin-top: 50px;
    padding-top: 50px;
    border-top: 1px solid #000;
}




.enquire-content-main {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    width: 100%;
    text-align: right;
}

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

.enquire-content p {
    font-size: 14px;
    color: #000;
    text-align: right;
    line-height: 35px;
    margin-right: -15px;
}

.seller-info h2, .contctseller h2 {
    background: none !important;
    color: #484848;
    font-size: 46px !important;
    padding: 0 !important;
    font-weight: bold !important;
    width: 100%;
    text-align: center !important;
    line-height: 49px;
    margin-bottom: 33px !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: #800000;
    margin: 0 6px;
    /*display: inline-flex;*/
    color: #fff;
    border-radius: 0;
}

.btn-cart.btn:hover {
    background: #800000 !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: #000;
    background: #ededed;
    border: 1px solid #ededed;
    padding: 10px 15px;
    transition: all ease .35s;
    position: relative;
}

/*.featuredbanner-view {*/
/*    border-bottom: 1px solid #fff;*/
/*}*/

.contctseller-head {
    /* border-bottom: 1px solid #ededed; */
    /* padding-bottom: 25px; */
    margin-top: 0;
    /*box-shadow: 0 0 40px rgba(1,2,2,.15);*/
    border-radius: 0px;
    padding: 0px;
}
.newssetion{
    background: transparent;
}
.special-all {

}

.content-footer {
    /*border-bottom: 1px solid #ededed;*/
    padding-bottom: 25px;
}
.content-footer > .row > .col-sm-4{
    border-inline-start: 1px solid #E4C59E;
}
.newbanner-main {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}

.newbanner-main .newbanner-images {
    margin: 0 5px;
}

#account-total, #wishlist-total {
    /*border-left: 2px solid #ededed;*/
    /*padding-left: 5px;*/
}

.head-content-list #cart {
    border-left: 0px solid transparent;
}

.inf-cont i {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: transparent;
    width: auto;
    height: auto;
    border-radius: 0;
    transform: rotate(0deg);
    font-size: 36px;
    line-height: 50px;
    margin: 0;
    color: #E4C59E;
}
.inf-cont i:before{
    transform: rotate(0deg);
}

.inf-cont i:hover {
    /*color: #000;*/
    /*background: #ededed;*/
    /*border: 1px solid #ededed;*/


    /*transition: all ease .35s;*/
}

.inf-cont:hover span {
    /*color: #fff;*/
    transition: all ease .35s;
}
.cop-inp{
    position: relative;
    display: inline-block;
}
.whats-content{
display: inline-block;
}
.whats{
    background-color: #fff !important;
    height: 50px;
    width: 150px;
    line-height: 50px;
    display: block;
    color: #000;
    font-size: 18px;
    font-weight: bold;
    border-radius: 10px;
    padding: 0 10px;
    transition: all ease .35s;

}
.whats:hover{
    color: #000;
    background-color: #fff !important;
    transition: all ease .35s;

}

.whats-fly{
    /*    flex-shrink: 0;*/
    /*width: 50px;*/
    /*height: 50px;*/
    /*order: 2;*/
    /*padding: 5px;*/
    /*box-sizing: border-box;*/
    /*border-radius: 50%;*/
    /*cursor: pointer;*/
    /*overflow: hidden;*/
    /*box-shadow: rgba(0, 0, 0, 0.4) 2px 2px 6px;*/
    /*transition: all 0.5s ease 0s;*/
    /*position: fixed;*/
    /*z-index: 6;*/
    /*background-color: rgb(77, 194, 71) !important;*/
    /*display: flex;*/
    /*justify-content: center;*/
    /*align-items: center;*/
    /*margin: 0 14px;*/
    /*bottom: 14px;*/
    flex-shrink: 0;
    width: 51px;
    height: 51px;
    cursor: pointer;
    position: fixed;
    z-index: 6;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 40%;
    background-image: url(whats2.png);
    right: 45px;
    background-size: contain;
}
.whats-fly i{
        color: #fff;
    font-size: 30px;
}
.whats-fly:hover{
        /*box-shadow: rgba(0, 0, 0, 0.7) 2px 2px 11px;*/
}

.cop-inp input{
    border: 1px dashed #fff !important;
    color: #fff;
     background-color: transparent !important;
    height: 50px;
    width: 200px;
    padding-inline-start: 10px;
    border-radius: 10px;
    margin-inline-start: 25px;
}
.cop-inp input:focus-visible , .cop-inp input:focus {
    border: 1px dashed #fff !important;
    outline: none;

    color: #fff;
}
.cop-inp input::placeholder{
    color: #fff;
}
.cop-inp:before{
    content: " ";
    background-image: url("cop.png");
    background-position: left;
    background-size: contain;
    background-repeat: no-repeat;
    width: 50px;
    height: 50px;
    position: absolute;
    left: -22px;
}

.inf-cont span {
    font-family: 'NeoSansArabic';
    color: #000;
    font-size: 16px;
    transition: all ease .35s;
    margin-inline-start: 10px;
}
.section-contact-info h2{
    font-size: 38px;
    color: #6c4ab6;
    margin: 0;
}
.section-contact-info{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 35px;
    border-radius: 15px;
    background-image: url(bg-cont.png);
    background-size: 100% 100%;
    background-attachment: fixed;
    margin-bottom: 50px;
}
.buttons-newslet input {
    width: 55px !important;
    height: 55px !important;
    border-radius: 10px !important;
    background-color: #800000!important;
    color: #000 !important;
    position: relative;
    border: 0px solid #000;
    transition: all ease .35s;
    text-align: center;
    font-size: 16px;
    transform: none !important;
    background-image: none !important;
    /* background-repeat: no-repeat !important; */
    /* background-position: center center !important; */
    /*box-shadow: 0px 20px 35px 0px #00000026;*/
}

.buttons-newslet input:hover {
    background-color: #800000 !important;
    border: 0px solid #000;
    color: #fff !important;
    transition: all ease .35s;
}

#addsubs #input-email {
    height: 55px;
    background-color: #fff;
    border-radius: 10px;
    border: 1px solid #D6D6D6;
    box-shadow: 0px 4px 4px 0px #00000040 !important;
    text-align: center;

 }

.featuredbanner-main {
    background-color: #FFF;
    margin: 50px 0;
}
#addsubs .form-group .buttons-newslet{
    position: relative;
    margin-inline-start:-10px;
}
#addsubs .form-group .buttons-newslet:before{
    content: "\f1d8";
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    color: #FFF;
    font-size:22px;
    position: absolute;
    top: 50%;
    left: 50%;
    pointer-events: none;
    z-index: 1;
    transform: translateX(-50%) translateY(-50%);
}
#addsubs .form-group .btn-primary {
    width: 55px;
    height:55px;
    display: flex;
    justify-content: center;
    margin-right: 0px;
    margin-top: 0px;
}

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


.featuredbanner-view .col-sm-4:last-child .item {
    border-left: none;
}

.featuredbanner .item .exc h3 {
    color: #000;
    font-weight: bold;
    font-size: 24px;
}

.featuredbanner .item .exc p {
    color: #000;
    font-size: 16px;
    margin: 0;
}

.feature-header .featuredbanner-view {
    width: 100%;
}

.featuredbanner-view .social {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#featuredbanner1 .item .exc h3 {
    text-align: center;
    font-size: 14px;
    /*color: #fff;*/
    /*line-height: 50px;*/
    font-weight: bold;
    /*margin-inline-start: 15px;*/
    /*margin-bottom: 30px;*/
}

/*banner*/

.b0secrig h2{
    color: #484848;
    font-size: 66px;
    line-height: 84px;
    width: 50%;
    margin-bottom: 30px;
    margin-top: -25px;
}

.coundown-offer{
    margin-top: 30px;
}
.coundown-offer p{
    font-size: 26px;
    margin-bottom: 25px;
}






#banner0 {

}
#weekly-countdown {
    display: flex;
    justify-content: space-between;
}

.time-box {
    text-align: center;
    font-family: 'Digital Numbers', sans-serif;
}

.time {
    font-size: 32px;
    background: #f7f7f7;
    padding: 0;
    border-radius: 5px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    animation: fade-in 0.5s;
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.time-box .label {
    font-size: 20px;
    color: #484848;
    display: block;
    padding: 0;
    text-align: center;
    margin-top: 15px;
    font-family: 'NeoSansArabic';
}

@keyframes fade-in {
    from {
        opacity: 0;
        transform: scale(0.9);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}

.banner .item {
    overflow: hidden;
    position: relative;
    transition: all ease .35s;
    border-radius: 0px;
}
#banner0 .item{
    overflow: visible;
    z-index: 1;
    display: block;
    background-color: transparent !important;
    border-radius: 0;
    margin-top: 0px;
    padding: 0;
}
.all-ba12-sec{
    margin-top: 50px;
}
/*.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 {
    transition: all ease .35s;
}

.banner .item .exc {
    z-index: 2 !important;
}
#banner3 .item .exc{
    display: none;
}
/*#banner2 .item:hover img {*/
/*    box-shadow: 0 0 21px rgba(0, 0, 0, .18);*/
/*}*/

.banner img {
    width: 100%;
    transition: all ease .35s;
    border-radius: 0;
}

.banner img:hover {
    transition: all ease .35s;

}

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

#banner0 .item img {
    width: 100%;
    border-radius: 0px !important;
    transition: linear .4s;
}
#banner0 .item > a{
    display: block;
}
.banner .over{

}
#banner0 .banner-item{

}
#banner0 .item .exc {
    position: absolute;
    top: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-inline-start: 0;
    background: transparent;
    padding: 0;
    margin: 0;
    transform: translateY(-50%);
    left: 22%;
    transition: linear .4s;
}
#banner0 .swiper-slide-prev .item .exc  {
    transform: scale(1);
    opacity: 1;
    transition: linear .4s;
}

#banner0 .item:after{


}
#banner0 .swiper-slide-prev .item:after {
    bottom: -90px;
    transition: linear .4s;
}


#banner0 .item .exc h3{
    font-size: 80px;
    color: #000;
    width: 100%;
    line-height: normal;
    font-weight: bold;
    text-align: center;
    margin-bottom: 15px;
    margin-top: 0;
}
#banner0 .item .exc p{
    font-size: 55px;
    color: #800000;
    /* margin: 30px; */
    /* line-height: 90px; */
    text-align: center;
    margin-bottom: 40px;
    font-weight: bold;

}
.alltabsheade .nav-tabs > li.active > a, .alltabsheade .nav-tabs > li.active > a:hover, .alltabsheade .nav-tabs > li.active > a:focus{
    border-bottom:0;
}

.alltabsheade{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 50px 0;
}
.alltabsheade .haed-item{
    margin: 0;
}

.alltabsheade .nav-tabs{
    margin-bottom: 0;
    border-bottom:0;
}


.banner .item .exc h3 {
    margin: 0;
    font-size: 42px;
    line-height: 60px;
    color: #fff;
    font-weight: bold;
}
/*#banner1 .banner-item:nth-of-type(2) .item .exc h3{*/
/*    color: #fff;*/
/*}*/
/*#banner1 .banner-item:nth-of-type(2) .item  .over .over-link{*/
/*    border: 1px solid #fff;*/
/*}*/
/*#banner1 .banner-item:nth-of-type(2) .item  .over .over-link span{*/
/*    color: #fff;*/
/*}*/
/*#banner1 .banner-item:nth-of-type(2) .item:hover  .over .over-link{*/
/*    border-color: #000;*/
/*}*/
#banner0 .b0secrig .over {
    display: flex !important;
}
#banner0 .over a {
    margin-bottom: 0;
    margin-top: 0px;
    width: 180px;
    background: #E4C59E !important;
}
.over .over-link i{
    font-size: 22px;
    color: #fff;
    font-weight: bold;
    position: relative;
    margin-top: 3px;
    display: none;
}
#category0{
    padding-bottom: 10px;
}

/*#banner1 .item {*/
/*    margin-bottom: 0px;*/
/*    border-radius: 0px;*/
/*    position: relative;*/
/*    !*box-shadow: 0 0 0 2px rgba(0,0,0,.12);*!*/
/*}*/
/*#banner1 .item:after{*/
/*    content: " ";*/
/*    border: 10px solid transparent;*/
/*    position: absolute;*/
/*    top: 30px;*/
/*    right: 30px;*/
/*    width: calc(100% - 60px);*/
/*    height: calc(100% - 60px);*/
/*    border-radius: 30px;*/
/*    visibility: hidden;*/
/*    transform: scale(0.9);*/
/*    transition: all ease .35s;*/
/*    display: none;*/
/*}*/
/*#banner1:hover .item:after {*/
/*    transform: scale(1);*/
/*    border: 10px solid #000;*/
/*    visibility: visible;*/
/*    transition: all ease .35s;*/
/*}*/
/*#banner1 .item .exc {*/
/*    position: absolute;*/
/*    top: 50%;*/
/*    transform: translateY(-50%);*/
/*    display: flex;*/
/*    align-items: start;*/
/*    justify-content: center;*/
/*    flex-direction: column;*/
/*    width: 100%;*/
/*    padding-inline-start: 50px;*/
/*    height: 100%;*/
/*}*/

/*#banner1 .item .exc h3 {*/
/*    margin-bottom: 40px;*/
/*    font-size: 58px;*/
/*     color: #000;*/
/*    transition: all ease .35s;*/
/*    font-weight: bold;*/
/*}*/
/*#banner1 .over{*/
/*    display: flex !important;*/
/*}*/
/*#banner1 .banner-item:last-of-type {*/
/*    margin-top: 20px;*/
/*}*/
/*#banner1 .item .exc p {*/
/*    font-size: 170px;*/
/*    color: #ff0000;*/
/*    margin: 0;*/
/*    display: block;*/
/*    margin-top: 0px;*/
/*    font-weight: bold;*/
/*    text-align: center;*/
/*}*/
/*#banner1 .item:hover .exc h3 {*/

/*    transition: all ease .35s;*/
/*}*/
/*#banner1 .item:hover .exc p {*/
/*    color: #222;*/
/*    transition: all ease .35s;*/
/*}*/
/* */
/*#banner2 .item .exc {*/
/*    position: absolute;*/
/*    top: 0;*/
/*    width: auto;*/
/*    left: 0 !important;*/
/*    right: unset !important;*/
/*    transform: none;*/
/*    display: flex;*/
/*    align-items: center;*/
/*    justify-content: center;*/
/*    height: 100%;*/
/*    padding-inline-start: 100px;*/
/*    gap: 0;*/
/*    direction: ltr;*/
/*}*/
#testimonialsr0{
    padding: 0 0 50px 0;
}
/*#banner2 .item,#banner1 .item{*/
/*    box-shadow: 0 0 8px rgba(0,0,0,.15) !important;*/
/*    border-radius: 15px;*/
/*}*/

#banner1 .item .exc h3{
    margin-bottom: 0px;
    font-size: 32px;
    font-weight: bold;
    color: #800000;
}
#banner1 .item .exc{
    font-size: 16px;
    color: #800000;
}
#banner1 .banner-item:nth-of-type(2) .item .exc{
    align-items: end;
    padding-inline-end: 10%;
}
#banner1 .banner-item:nth-of-type(2) .item .exc .over{
    padding-inline-end: 5%;
}
#banner1 .banner-item:nth-of-type(1) .item .exc{
    align-items: start;
    padding-inline-start: 10%;
}
#banner1 .banner-item:nth-of-type(1) .item .exc .over{
    padding-inline-start: 5%;
}
#banner1 .over .over-link{
    border: 0px solid #fff;
    background: #FFF !important;
}
#banner1 .over-link span{
    color: #000;
}
#banner1 .item:hover .exc .over .over-link span{
    color:#FFF !important;
}


#banner2 .item .exc h3{
    margin-bottom: 30px;
    font-size: 58px;
    line-height: 92px;
    color: #fff;
    font-weight: bold;
}
/*#banner2 .over .over-link{*/
/*    border: 1px solid #fff;*/
/*    background: transparent !important;*/
/*}*/
/*#banner2 .over-link span{*/
/*    color: #fff;*/
/*}*/

    /*#banner2 .banner-item  .item .exc {*/
/*    left: 70%;*/

/*}*/

/*#banner2 .banner-item:nth-of-type(3) .item .exc {*/
/*    left: 20%;*/

/*}*/


#banner1{
    margin-top: 50px;
}
/*#banner1 .banner-item:nth-of-type(1) .item , #banner1 .banner-item:nth-of-type(2) .item{*/
/*    direction: ltr;*/
/*}*/
/*#banner1 .banner-item:nth-of-type(1) .item .exc, #banner1 .banner-item:nth-of-type(2) .item .exc{*/
/*    right: 0;*/
/*    left: unset;*/
/*}*/

/*#banner1 .banner-item:nth-of-type(1) .item img , #banner1 .banner-item:nth-of-type(2) .item img{*/
/*    border-radius: 10px 0 0 10px !important;*/
/*}*/
/*#banner1 .banner-item:nth-of-type(1) .item .exc , #banner1 .banner-item:nth-of-type(2) .item .exc{*/
/*    border-radius:  0 10px 10px 0 !important;*/
/*}*/
/*#banner2 .banner-item:nth-of-type(1) .item img , #banner2 .banner-item:nth-of-type(2) .item img{*/
/*    border-radius: 10px 0 0 10px !important;*/
/*}*/
/*#banner2 .banner-item:nth-of-type(1) .item .exc , #banner2 .banner-item:nth-of-type(2) .item .exc{*/
/*    border-radius:  0 10px 10px 0 !important;*/
/*}*/




#banner2{
    margin-top: 50px;
}
/*#banner2 .banner-item:nth-of-type(1) .item , #banner2 .banner-item:nth-of-type(2) .item{*/
/*    direction: ltr;*/
/*}*/
/*#banner2 .banner-item:nth-of-type(1) .item .exc, #banner2 .banner-item:nth-of-type(2) .item .exc{*/
/*    right: 0;*/
/*    left: unset;*/
/*}*/
/*#banner2 .item .exc h3 {*/
/*    font-size: 58px;*/
/*    line-height: 90px;*/
/*    color: #000;*/
/*    font-weight: bold;*/
/*    text-align: center;*/
/*    width: 50%;*/
/*}*/

#banner1 img{
    border-radius: 0 !important;
    max-width: 100%;
}

#banner1  .over{
    display: flex !important;
}

#banner2 img{
    border-radius: 0 !important;

}

#banner2  .over{
    display: flex !important;
}


/*#banner2 .banner-item:not(:nth-of-type(2)) .item .exc h3{*/
/*    font-size: 46px;*/
/*}*/
/*#banner2 .item .exc p{*/
/*    font-weight: bold;*/
/*    font-size: 48px;*/
/*    color: #f39535;*/
/*}*/
#banner1 .item .exc {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-inline-end: 0;
    background: transparent;
    height: 100%;
    width: 100%;
    transition: linear .4s;
    border-radius: 0;

}
#banner1 .item:hover .exc  {
    background: transparent;
    transition: linear .4s;
}
#banner1 .item:hover .exc  .over .over-link{
    border-color: #800000 !important;
}
#banner1 .item:before .exc  .over .over-link{
    background: #800000 !important;
}
#banner1 .item:hover .exc  .over  .over-link:before{
    background: #800000 !important;
    width: 100%  !important;
    opacity: 1 !important;
}
#banner1 .item .exc h3{
    transition: linear .4s;
}
#banner1 .item:hover .exc h3{
    color: #800000;
    transition: linear .4s;
}

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







#banner2 .item .exc {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-inline-end: 0;
    background: #00000075;
    height: 100%;
    width: 100%;
    transition: linear .4s;
    border-radius: 0;
}
#banner2 .item:hover .exc  {
    /*background: #800000;*/
    /*transition: linear .4s;*/
}
#banner2 .item:hover .exc  .over .over-link{
    border-color: #800000 !important;
}
#banner2 .item:before .exc  .over .over-link{
    background: #800000 !important;
}
#banner2 .item:hover .exc  .over .over-link span{
    color:#fff;
}
#banner2 .item:hover .exc  .over  .over-link:before{
    background: #800000 !important;
    width: 100%  !important;
    opacity: 1 !important;
}
#banner2 .item .exc h3{
    transition: linear .4s;
}
#banner2 .item:hover .exc h3{
    /*color: #800000;*/
    transition: linear .4s;
}

#banner2 .item{
    margin-bottom: 0px;
}





#banner4 .item .exc {
    position: absolute;
    text-align: center;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 100%;
    display: flex;
    align-items: start;
    justify-content: center;
    padding-inline-start: 100px;
}
#banner1 .over .over-link i {

}
#banner2 .over .over-link i {
    color:   #800000;
}
#banner2:hover .over .over-link i {
    color:   #fff;
}
/*#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: #ededed;*/
/*    transition: all linear .35s;*/
/*}*/

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

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

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

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

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


/*#banner2 .item .exc-cont {*/
/*    display: flex;*/
/*    align-items: center;*/
/*    justify-content: center;*/
/*    margin-bottom: 0;*/
/*    padding-inline-start: 0;*/
/*    flex-direction: column-reverse;*/
/*}*/

#banner4 .item .exc-cont h3 {
    font-size: 78px;
    color: #800000;
    transition: all ease .35s;
    margin-bottom: 0;
    margin-top: 0px;
    line-height: 124px;
    width: 40%;
}
.section-bannerd56{
    display: flex;
    isplay: flex;
    margin-top: 35px;
}
#banner6{
    padding-inline-start: 10px;
}
#banner6 .banner-item:first-of-type  .item{
    margin-bottom: 11px;
}
#banner4 .item:hover .exc-cont h3 {

    transition: all ease .35s;

}


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

/**/
.top-footer {
    background: #F1F1F1;
    margin-top: 100px;
    padding: 40px 0 0;
}
.top-footer .new-bfg{
    position: relative;
}
.top-footer .new-bfg:before{
    content: '';
    background-image: url("newsletter.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: absolute;
    width: 300px;
    height: 300px;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}
.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;
}
#addsubs #input-email::placeholder{
    text-align: center !important;
}
.footer-lang {
    float: left;
    margin-top: 15px;
}

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

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

.powerd-content-items {
    padding: 25px 0;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}
.powerd-content-items img:first-of-type{
    width:70px;
}
.powerd-content-items img:last-of-type{
    width:90px;
}
.powerd-sec{
    margin-top: 0;
    background-color: transparent;
    padding: 20px 0;
    /*display: flex;*/
    justify-content: space-between;
    align-items: center;
    /*background-image: url("bg-fo-2.png");*/
    background-attachment: fixed;
    background-size: 100% 100%;
}
.copy {
    display: inline-block;
    font-family: 'NeoSansArabic';
    color: #000;
    font-size: 14px;
    margin: 0;
}

/* Start Scroll */
body::-webkit-scrollbar-track {
    background: transparent; }
body::-webkit-scrollbar-thumb {
    background-color: #800000;
    border-radius: 30px; }
body::-webkit-scrollbar {
    width: .9em;
}

/* End Scroll */
.copy2 {
    color: #000;
    display: inline-block;
    font-family: 'NeoSansArabic';
    font-size: 14px;
    margin: 0;
}

.copy a {
    color: #800000;
    font-size: 14px;
    font-family: 'NeoSansArabic';
    transition: all ease .35s;

}

.copy2 a {
    color: #800000;
    font-size: 14px;
    font-family: 'NeoSansArabic';
    transition: all ease .35s;

}
.powerd-sec > div > a{
    background-image: url("upup.png");
    width: 40px;
    height: 40px;
    background-position: center;
    cursor: pointer;
    display: block;
}
.copy a:hover {
    color: #000;
    transition: all ease .35s;
}

.copy2 a:hover {
    color: #000;
    transition: all ease .35s;

}

.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-ar {
    display: none !important;
}

.lang-en-gb {
    color: #000 !important;
    border: none !important;
    box-shadow: none !important;
    text-decoration: none !important;
    font-size: 16px;
    font-family: 'NeoSansArabic';
    padding: 0;
    text-transform: uppercase;
    font-weight: 100;
}
.searchup{
    width: 100%;
}
.lang-en-gb img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 0px solid #c9322a;
}

.footer-co {
    /*margin-top: 75px;*/
    /*background-image: url("footer.png");*/
    /*background-size: cover;*/
    /*background-repeat: no-repeat;*/
    /* background: #141414;*/
    /*margin-top: 30px;*/
}

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

.powered-list {
    float: left;
}

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


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

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

.fa-en {
    display: none;
}

.product-thumb:hover .image a:before {
    opacity: 1;
    transition: all ease .35s;
    height: 100%;
}
.product-thumb:hover .image img{
    /*box-shadow: 0 0 16px rgba(0,0,0,.19);*/
    /*border-color: #3e4e4f;*/
    transition: linear .4s;
}
 .product-thumb:hover .image img{
     transform: scale(0.7);

}


.product-thumb .caption h4 a {
    font-size: 22px;
    color: #000;
    transition: all ease .35s;
    font-weight: bold;
    overflow: hidden;
    display: block;
    line-height: 1.5em;
    max-height: 1.5em;
    text-overflow: ellipsis;
    white-space: pre-line;
}
.caption-cont{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}
.p-cat a{
    font-size: 14px;
    color: #C7C7C7;
}
.product-thumb .caption h4 {
    padding: 0  0px;
}
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-4 input, .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-4 input[type=text], .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-4 input[type=tel] {
    padding-inline-end: 59px !important;
    padding-inline-start: 0 !important;
    text-align: right;
}
.intl-tel-input.allow-dropdown .flag-container, .intl-tel-input.separate-dial-code .flag-container {
    right: 0 !important;
    left: auto !important;
}
.intl-tel-input .selected-flag .iti-arrow { 
    left: 6px !important;
    right: unset !important;
}


.product-thumb:hover .caption h4 a {
    color: #800000;
    transition: all ease .35s;
}
.product-thumb:hover .price{
    color: #272343;
    transition: all ease .35s;
}
.product-thumb .button-group > button i {
    margin: 0 10px;
}


.product-thumb .button-group {
    position: relative;
    transition: linear .4s;
    display: flex;
    align-items: center;
    opacity: 1;
    justify-content: center;
    width: 100%;
    margin-top: 10px;
    gap: 10px;
}
.product-thumb:hover .button-group{
    transform: scale(1);
    opacity: 1;
    transition: linear .4s;
}
.product-thumb>.button-group{
    position: absolute;
    top: 0;
    margin: 20px;
    z-index: 2;
    display: flex;
    flex-direction: column;
    gap: 10px;
    overflow: hidden;
}
.product-layout .product-thumb>.button-group button:first-of-type{
    background-image: url("viewpro.png");
    background-color: #6c4ab6 !important;
    transform: translateY(-50px);
}
.product-layout .product-thumb:hover>.button-group button:first-of-type {
    transform: translateY(0px);
    transition: linear .4s;
}
.product-layout .product-thumb>.button-group button:last-of-type{
    background-color: #000 !important;
    background-image: url("wishpro.png");
    transform: translateY(50px);
}
.product-layout .product-thumb:hover>.button-group button:last-of-type {
    transform: translateY(0px);
    transition: linear .4s .4s;
}
.product-layout .product-thumb>.button-group button{
    min-width: 40px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin: 0;
    background-position: center center;
    background-repeat: no-repeat;
    box-shadow: unset !important;
}
#special0 .product-thumb .button-group{

}
#special0 .product-thumb .button-group button{

}
#special0 .swiper-wrapper{
    align-items: center;
}
/*.product-thumb:hover .button-group{*/
/*    transform: translateX(-50%) scale(1);*/
/*    transition: linear .4s;*/
/*}*/
#banner0 .over-link span{
    color: #FFF;
}
#banner0 .over-link:hover span  , #banner0 .over-link:hover i{
    color: #fff;

}
/*#banner2 img{*/
/*    border-radius: 0 !important;*/
/*}*/
.product-thumb .button-group button {
    display: flex;
    align-items: center;
    justify-content: center;
    vertical-align: middle;
    border: 1px solid #E4C59E !important;
    text-transform: capitalize;
    text-align: center;
    background-color: transparent;
    color: #000;
    line-height: 0;
    transition: all ease .35s;
    position: relative;
    border-radius: 5px !important;
    width: 100%;
    height: 40px !important;
    background-image: none !important;
    background-repeat: no-repeat;
    background-position: center center !important;
    flex-direction: row;
    gap: 10px;
}
.product-thumb:hover .button-group button{
    color:#fff;
    transition: all ease .35s;
}
.product-thumb:hover .button-group button{
    color:#fff;
    background: #800000 ;
    transition: all ease .35s;
}
.product-thumb .button-group.poa{
    position: absolute;
    bottom: 30px;
    margin: 0;
    background-color: rgba(231,231,231,.5);
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    align-items: flex-end;
    padding-bottom: 20px;
}
.product-thumb .button-group button:first-of-type{
    width: 150px ;
    height: 40px ;
    border-radius: 35px;
    /*background-image: url(cart-prod.png);*/
    /*background-repeat: no-repeat;*/
    /*background-position: 20% center ;*/
    font-family: 'NeoSansArabic';
    padding-inline-start: 0px;
    z-index: 2;
    padding: 0;
    justify-content: center;

}
.product-thumb .button-group button:first-of-type:before{
    content: " ";
    content: "\f07a";
    font-family: "Font Awesome 5 Pro";
    font-weight: 100;
    /* background-image: url(cart-prod.png); */
    width: 22px;
    height: 22px;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    /* filter: brightness(0) saturate(100%) invert(19%) sepia(82%) saturate(3277%) hue-rotate(207deg) brightness(91%) contrast(95%); */
    color: #E4C59E;
    font-size: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: linear .4s;
}
.button-group button:first-of-type:hover:before ,
.product-thumb:hover .button-group button:first-of-type:before{
    filter: none;
    color: #fff;
    transition: linear .4s;
}
.product-thumb .button-group .cart{
    width: 150px ;
    height: 40px ;
    visibility: visible;
    border-radius: 35px;
    background-image: url(cart-prod.png);
    background-repeat: no-repeat;
    background-position: 80% center ;
    font-family: 'NeoSansArabic';
    padding-inline-start: 0px;
    z-index: 2;
    padding: 0;
    justify-content: center;
}

.product-thumb .button-group .wish{
    width: 40px !important;
    height: 40px !important;
    border-radius: 50%;
    background-image: url(wish-prod.png);
    background-position: center center;
    background-repeat: no-repeat;
    transform: translateY(0px);
    visibility: visible;
    transition: all ease .35s;
    background: transparent;
}
.inside-productpage .wishlist-compare  .wish{
    display: flex !important;
}
.product-thumb .button-group .wish:before{
    content: "\f004";
    /*background-image: url(wish-prod.png);*/
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    color:#E4C59E;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    background-position: center center;
    background-repeat: no-repeat;

  /*  filter: brightness(0) saturate(100%) invert(19%) sepia(82%) saturate(3277%) hue-rotate(207deg) brightness(91%) contrast(95%);
*/
}
.button-group .wish:hover:before{
filter: brightness(0) saturate(100%) invert(98%) sepia(0%) saturate(2%) hue-rotate(30deg) brightness(103%) contrast(101%);
    
}

.activewish.wish:before{
    background-image: url(heart-wishac.png) !important;
}
.toping-header ul {
      margin: 0;
    padding: 0;
    padding-top:15px;
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 10px;
}
.toping-header ul li{
    list-style:none;
}
.toping-header ul li a{
       color: #000;
    font-weight: bold;
}










.product-thumb .button-group .compare{
    width: 40px !important;
    height: 40px !important;
    border-radius: 50%;
    background-image: url(wish-prod.png);
    background-position: center center;
    background-repeat: no-repeat;
    transform: translateY(0px);
    visibility: visible;
    transition: all ease .35s;
    background: #800000;
    border-color: #800000 !important;
    display: none !important;

}
.inside-productpage .wishlist-compare  .compare{
    display: flex !important;
}
.product-thumb .button-group .compare:before {
    content: " ";
    background-image: url(compare-prod.png);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 100%;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    border-radius: 10px;
    /*filter: brightness(0) saturate(100%) invert(19%) sepia(82%) saturate(3277%) hue-rotate(207deg) brightness(91%) contrast(95%);}

     */
}
.button-group .compare:hover:before{
    filter: none;
}








.product-thumb:hover .button-group .wish{
    transform: translateX(0px);
    visibility: visible;
    transition: all ease .35s ;
}

.product-thumb .sp-caption-content .button-group {
    margin-top: 15px;
}

.product-thumb .sp-caption-content .button-group button {
    width: 66px;
    height: 40px;
    background-color: transparent;
    border: 1px solid #ededed;
    color: #000;
    border-radius: 10px;
    display: inline-block;
    transition: all ease .35s;

}

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

#newbanner0 .newbanner-main .newbanner-images {

    padding: 7px;
    margin: 0 0;
    margin-inline-end: 10px;
}

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

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

.vendor {
    font-size: 18px;
    font-weight: 500;
    color: #000;
    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: #800000;
}

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

.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: left;
    color: #000;
    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: #ededed;
}

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

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

#slideshow0 img {
    width: 100%;
    border-radius: 0 0 50px 50px;
}

#slideshow0 {
    position: relative;
    overflow: hidden;
}

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

.carousel-content {
    display: flex;
    align-items: center;
    justify-content: center;
}
.carousel-content img{
   /* filter: brightness(0) saturate(100%) invert(65%) sepia(1%) saturate(0%) hue-rotate(340deg) brightness(97%) contrast(90%);

    */
}
/*.carousel-content:hover img{*/
/*    filter: brightness(0) saturate(100%) invert(30%) sepia(48%) saturate(2645%) hue-rotate(161deg) brightness(96%) contrast(100%);}*/

/*#banner2 {*/
/*    padding: 50px 0 0 0 ;*/
/*    display: inline-block;*/
/*    width: 100%;*/
/*}*/

#common-home .product-layout {
    padding: 0px;
}

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

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


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

.top-lang {
    background: transparent;
    transition: all linear .35s;

}

.top-lang:hover {
    transition: all linear .35s;
}

.sell-header a {
    background: transparent;
    display: inline-block;
    border: 1px solid #ededed;
    font-family: 'NeoSansArabic';
    color: #122845;
    font-size: 14px;
    width: 100px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    transition: all linear .35s;
}
.seller-start{
    min-width: 100px;
    min-height: 40px;
    font-size: 16px;
    color: #000;
    border: 1px solid;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 15px;
}
.sell-header a:hover {
    background: #ededed;
    border: 1px solid #ededed;
    color: #000;
    transition: all linear .35s;
}

.auten-content {
    /*padding: 20px 0 0;*/
}
.top-header .row{
    display: flex;
    align-items: center;
}
.top-lang .btn-group > button {
    color: #000;
    font-size: 14px;
    padding: 0 !important;
    outline: none !important;
    width: auto;
    margin: 0 !important;
    text-align: left;
}

.top-lang .btn-group > button i {
    color: #222;
    font-size: 11px;
}

.list-curr {
    padding-right: 25px;
}

.head-list-content {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-bottom: 0;
    padding: 5px;
}

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

}

.top-lang .dropdown-menu {
    width: 100px !important;
    left: 0 !important;
    right: unset !important;
}

.top-lang .dropdown-menu button {
    padding: 15px 0;
    color: #fff !important;
    justify-content: space-evenly;
    font-size: 16px;
    text-transform: initial;
}

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

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

.social .fa {
    font-size: 22px;
    padding: 0;
    margin: 0 0 0 15px;
    background: transparent;
    text-align: center;
    border-radius: 50%;
    color: #fff;
    transition: all ease .35s;
}

.social .fa:hover {
    color: #fff;
    transition: all ease .35s;

}

.social .fa.fa-facebook{
    color: #45629e;
}
.social .fa.fa-twitter{
    color: #55acef;
}
.social .fa.fa-youtube{
    color: #c0181d;
}
.social .fa.fa-instagram{
    color: #006fcc;
}
.social .fa.fa-pinterest{
    color: #cb2027;
}



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

.selector-cat option {
    background: #fff;
    color: #b4b4b4;
}

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

  .item.menu {
      width: auto;
      height: 50px;
      display: inline-flex;
      flex-direction: column;
      justify-content: center;
      background-color: transparent;
      border-radius: 0;
      margin-inline-end: 15px;
      line-height: 40px;
      position: relative;
}
.item.menu:after{
    contentOFF: " ";
    width: 51px;
    height: 51px;
    position: absolute;
    top: -5px;
    right: -6px;
    border: 1px dashed #000;
    border-radius: 50%;
    transform: rotate(0deg);
    animation: 9s linear 0s infinite alternate sun-rise;
}
@keyframes sun-rise {
    from {
        /* pushes the sun down past the viewport */
        transform: rotate(0deg);
    }
    to {
        /* returns the sun to its default position */
        transform: rotate(180deg);
    }
}

#dropdownMenuButton {
    background-color: transparent;
    border-radius: 0;
    z-index: 99;
    color: #000;
    width: 100%;
    font-weight: bold;
    cursor: pointer;
    padding: 5px 0 !important;
    gap: 7px;
    border-inline-end: 0px solid;
}

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

#dropdownMenuButton span {
    margin: 0;
    font-size: 24px;
    display: inline-block;
}

.all-cats .dropdown .dropdown-menu.edr .sub-menu {

    width: 100%;
    padding: 0;
}
.img-li .sub-menu li {
    margin-bottom: 0px;
    width: 100%;
    display: inline-block;
}

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

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

.dropdown-menu {
    position: absolute;
    top: 100%;
    right: 0;
    z-index: 1000;
    display: block;
    float: right;
    width: 100%;
    padding: 10px 10px 15px;
    margin: -1px 0 0;
    font-size: 14px;
    text-align: right;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border-top: 2px solid #fff;
    border-radius: 0;
    box-shadow: none;
    opacity: 0;
    visibility: hidden;
    transition: linear .4s;
    transform: rotateX(90deg);
}
.open > .dropdown-menu{
    visibility: visible;
    opacity: 1;
    transform: rotateX(0deg);
    transition: linear .4s;
}
.cat-wrap > .dropdown-menu{
    /*visibility: visible;*/
    /*opacity: 1;*/
    /*transform: rotateX(0deg);*/
    /*transition: linear .4s;*/
}

.all-cats ul {
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: space-around;
    height: 100%;
    flex-direction: column;
    padding: 20px;
    gap: 20px;
    position: relative;
}

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

.all-cats li a {
    min-width: auto;
    padding: 0;
    clear: both;
    color: #656565;
    font-size: 16px;
    transition: all .4s linear;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 15px;
}
.all-cats li a:hover{
    color:#000;
}
.all-cats li {
    position: relative;
    transform: scale(0);
    display: contents;
    transition: linear .4s;
    justify-content: space-evenly;
    width: 100%;
}
.cat-wrap.open .all-cats li ,.all-cats .dropdown:hover .dropdown-menu.edr li{
    transform: scale(1);
    transition: linear .4s .2s;
}

.all-cats li:last-of-type{
    border-bottom: 0px solid #c2c2c2;

}

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

.bootom-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #ededed;
    padding-left: 20px;
    margin-top: 20px;
    position: relative;
    z-index: 2;
}

.common-home .bootom-head {
    margin-bottom: -20px;

}

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

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

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

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


.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: 0px !important;
}
.category-tab > .container{
    padding: 0;
}
.carousel-cont {
    margin-bottom: 0;
    margin-top: 50px;
    padding: 42px 20px;
    border-radius: 10px;
    background-color: #E4C59E;
}
.carousel-cont .haed-item{
    display: none;
}

.swiper-pagination-bullet {
    position: relative !important;
    width: 15px !important;
    height: 5px !important;
    border-radius: 0px !important;
    box-shadow: none !important;
    border: none !important;
    background-color: #d3cedf !important;
    cursor: pointer !important;
    margin: 0 !important;
    transition: all ease .35s;

}

.swiper-pagination-bullet-active {
    background-color: #000 !important;
    border: none !important;
    width: 100px !important;
    transition: all ease .35s;
}
.mb-50{
    margin-bottom: 100px;
}

.slide-cont .slideshow-pagination {
    left: 50% !important;
    transform: translateX(-50% ) !important;
    right: unset !important;
    bottom: 40px !important;
    text-align: left !important;
    display: flex !important;
    align-items: flex-end !important;
    justify-content: flex-end !important;
    width: auto !important;
    top: unset !important;
    flex-direction: row;
    gap: 0;
    transform: translateY(-50%);
}

.slide-cont .swiper-pagination-bullet {
    background-color: #9A9CAA !important;
    border: 0px solid #f7e561 !important;
    margin: 0 5px !important;
    width: 15px !important;
    height: 15px !important;
    border-radius: 50% !important;
    transition: all ease .3s;
    position: relative !important;
}
.slide-cont .swiper-pagination-bullet:after{
    content: " ";
    width: 15px;
    height: 15px;
    background-color: #9A9CAA;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%) scale(0);
    transition: linear .4s;
}
.slide-cont .swiper-pagination-bullet-active:after{
    transform: translateX(-50%) translateY(-50%) scale(1);
    transition: linear .4s;
    background-color: #800000;
}
.slide-cont .swiper-pagination-bullet-active {
    background-color: transparent !important;
    border: 0px solid #000 !important;
    transition: all ease .35s;
}

.product-thumb .button-group button i {
    font-size: 22px;
     transition: all ease .35s;

}

.product-thumb .button-group button:hover  ,
.product-thumb:hover .button-group button  {
    background-color: #800000;
    transition: all ease .35s;
}
.product-thumb .button-group button:hover  ,
.product-thumb:hover .button-group button  {
    transition: all ease .35s;
    /*box-shadow: 0 0 24px rgb(0 0 0 / 26%);*/
    background-color: #800000;
}
.product-thumb .button-group button span {
    font-size: 16px;
    color: #000;
    transition: all ease .35s;
    transform: scale(1);
    padding-inline-start: 10px;
}
.product-thumb:hover .button-group button span{
    transition: all ease .35s .2s;
    transform: scale(1);
}
.product-thumb .button-group button:hover span ,
.product-thumb:hover .button-group button span {
    color: #fff;
    transition: all ease .35s;

}

/*special0*/
#special0 .product-thumb {
    margin: 0;
    padding-top: 30px;
    border-radius: 200px 200px 0 0;
    background-color: #EDEDED;
}


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

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


.whats i {
    border-radius: 0 !important;
    font-size: 24px !important;
    transition: all 0.5s linear;
    margin: 0px !important;
    padding: 0 !important;
    text-align: center !important;
    background: transparent !important;
    color: #000 !important;
}

.featuredbanner .item {
    display: flex;
    align-items: center;
    overflow: hidden;
}

.review-caption-item {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.review-img {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f7f7f7;
    width: 80px;
    height: 80px;
    line-height: 80px;
    border: 1px solid #666 !important;
    border-radius: 50%;
    text-align: center;
    position: absolute;
    bottom: -40px;
    margin-inline-start: 40px;
    z-index: 1;
}

.review-img img {
    max-height: 100%;
}

.vertical-sreview {
    border: none !important;
    margin: 0 !important;
    padding: 0!important;
    position: relative !important;
    overflow: visible !important;
}
.beforefootersection{
    background-image: url(bg-ft.png);
    background-attachment: fixed;
    padding: 50px 0;
    margin: 50px 0;
}
.swiper-pagination{
    bottom: -50px !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    top: unset !important;
}
.testimonial-main {
    padding: 0 0 100px 0;
    margin: 0 0 0px 0;
}
.testimonial-main .haed-item{
    margin: 0 0 35px 0;
    justify-content: start;
}
.vertical-sreview .caption {
    /* border-top-left-radius: 50px; */
    /* border-top-right-radius: 10px; */
    /* border-bottom-right-radius: 50px; */
    /* border-bottom-left-radius: 10px; */
    background-color: #fff;
    border-radius: 20px;
    padding: 20px 50px 70px !important;
    transition: all linear .5s;
    position: relative;
    overflow: hidden;
}

.main-caption-rev {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    margin-inline-start: 0px;
}

.review-caption {
    transition: all linear .5s;
}

.review-caption:hover {
    background-color: #000;
    transition: all linear .5s;

}

.vertical-sreview .review-img img {
    transform: scale(1);
    transition: all linear .5s;
}

.review-caption:hover .review-img img {
    transform: scale(1.08);
    transition: all linear .5s;
}

.vertical-sreview .review-caption:before {
    content: "“";
    position: absolute;
    font-size: 400px;
    color: #eaeced;
    width: 100%;
    display: flex;
    justify-content: flex-end;
    bottom: -52%;
    padding: 0 15px;
    font-family: monospace;
    transition: linear .4s;
}
.review-caption:hover:before{
    color: #998972;
    transition: linear .4s;

}
.testimonial-cont .swiper-pagination-bullet {
    width: 20px !important;
    border: 0px solid #d5d0e2 !important;
    height: 20px !important;
    border-radius: 50% !important;
    margin: 0 5px !important;
    background-color: #c0c0c0 !important;
}

.testimonial-cont .swiper-pagination-bullet-active {
    border: 0px solid #000 !important;
    background-color:  #000 !important;
}

.review-author {
    color: #000 !important;
    font-weight: bold !important;
    font-size: 24px !important;
    padding-bottom: 10px;
}

.review-job {
    color: #787878 !important;
    font-size: 18px !important;

}

.review-caption p {
    color: #000;
    font-size: 14px;
    line-height: 28px;
    transition: all linear .5s;
    text-align: justify;
    text-transform: uppercase;

}

.review-caption:hover p {
    color: #ffffff;
    transition: all linear .5s;

}

.review-caption:hover .main-caption-rev .review-author {
    color: #fff !important;
    transition: all linear .5s;

}

.review-caption:hover .main-caption-rev .review-job {
    color: #fff !important;
    transition: all linear .5s;

}
.vertical-sreview:hover .review-img {
    border-color: #000 !important;
}

.review-caption p {
    margin-bottom: 20px;
}

@media (max-width: 1024px) {



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

    .banner .item .exc h3 {
        font-size: 18px !important;
    }

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

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

    .latest-pager {
        display: none;
    }

    #productcategory0 {
        margin-top: 50px;
    }

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


    .banner-feature {
        padding: 25px;
    }

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

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



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

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

    }



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

    #slideshow0 .exc h3 {
        font-size: 34px;
        line-height: 40px;
        margin-bottom: 10px;
    }
 

    #slideshow0:before {
        height: 70px;
        bottom: -2px;
    }

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

    }



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

    }







    #addsubs {
        text-align: center;
    }

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

}

@media (min-width: 768px) and (max-width: 1024px) {
    #search{
            width: 70% !important;
    border-bottom: 0px solid #9d9d9d !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    top: 50% !important;
    border-radius: 10px !important;
    margin-inline-end: 15px !important;
    background: #fff !important;
    margin: 0 auto !important;
    }
    
    #search .search-btn{
        margin-right: -8px !important;
        position: relative;
    z-index: 3;
    }
    
    
        #logo a img {
   
    margin-bottom: 0;
}
        .common-home .product-thumb{
        margin-bottom: 30px;
    }
        .calaculator-condion label{
        font-size: 12px;
    }
    .head-content-list > div {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    width: 100%;
}
   .middle-header , .burger:before{
       display:none;
   }
   #search-total i {
    font-size: 26px;
    color: #000;
}
#search-total {
    width: auto;
    height: auto;
    line-height: normal;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    color: #000;
    transition: all linear .35s;
    border-radius: 50%;
}
   
   #slideshow0 .swiper-slide-active .exc {
    padding-top: 10% !important;
}
   
   .product-thumb .button-group button span{
           font-size: 0;
    padding: 0;
   }
   
   
   .seller-info h2, .contctseller h2{
       font-size:20px !important;
   }
   
   #slideshow0 .exc{
       padding-inline-start:30px
   }
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   
}

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

    .open2 {
        display: block !important;
    }

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


    #special0 .swiper-wrapper .swiper-slide .product-thumb {
        margin: 0 30px;
    }
    #special0 .swiper-wrapper .swiper-slide.swiper-slide-active .product-thumb {
        box-shadow: 0 0 29px rgba(1, 2, 2, 0.42);
    }

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

    #special0 .swiper-wrapper .swiper-slide .product-thumb .image {
        position: relative;
    }

    #special0 .swiper-wrapper .swiper-slide .product-thumb .caption {
        opacity: 0;
        display: none;
        visibility: hidden;
        transition:all linear .3s;
    }

    #special0 .swiper-wrapper .swiper-slide.swiper-slide-active .caption,
    #special0 .swiper-wrapper .swiper-slide.swiper-slide-duplicate-active .caption {
        opacity: 1;
        visibility: visible;
        display: flex;
        transition:all linear .3s;
        background: transparent !important;
    }

    #special0 .product-thumb .button-group button {


    }
    #special0 .product-thumb .button-group button:hover{


    }
    #special0 .product-thumb .button-group .cart {
        background-color: #800000;
        color:#FFF;
    }
    #special0 .product-thumb .button-group .cart:before,#special0 .product-thumb .button-group .cart span{
        color:#FFF;
    }
    #special0 .product-thumb .button-group .wish {
        text-align: center;
        padding: 0;
        display: inline-block;
        width: 40px;
        height: 40px;
        border-radius: 10px;
        transition: all linear .35s;
        margin: 0 !important;
        border-color:transparent !important;
        background-color: #DAD4B5 !important;
    }
    #special0 .product-thumb .button-group .wish:before{
        color:#800000;
    }
    #special0 .swiper-wrapper .swiper-slide.swiper-slide-active .button-group,
    #special0 .swiper-wrapper .swiper-slide.swiper-slide-duplicate-active .button-group {



    }

    #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;
        border-radius:20px ;
    }

    #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 {
        border-top: 0px solid #c2c2c2;
    }

    #special0 .swiper-wrapper .swiper-slide.swiper-slide-active .product-thumb .caption {
        transition: all linear .35s;
    }
 
    #special0 .product-thumb .caption h4 a {
        font-size: 24px;
        color: #000
    }
}


@media (max-width: 768px) {
    #banner4 .item .exc{
        padding-inline-start: 30px !important;
    }
    .caption-cont {
        flex-direction: column;
    }
    #slideshow0 .exc h3 {
        font-size: 15px;
        line-height: 22px;
        margin-top: 0;
        margin-bottom: 10px;
        width: 100%;
    }
    #banner0 .item .exc p {
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 0;
    }
    .over .over-link {
        width: 90px !important;
        height: 35px;
        line-height: 25px;
    }
    .head-list span.cartxt {
        display: none !important;
    }
    #cart > .btn{
        min-width: 70px;
        gap: 5px;
    }
    .ribbon {
    width: 80px !important;
    height: 30px !important;
}
    
    .ribbon span {
    font-size: 12px !important;
    width: 80px !important;
    height: 30px !important;
}
    
    .ribbon span p {
    margin: 0;
    font-family: 'NeoSansArabic';
    background: #ff0000;
    width: 40px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}
   
   
    .product-thumb .price , .product-thumb .price-old, .product-thumb .price-new{
        font-size: 14px !important;
        flex-direction: row;
        gap: 5px;}
    .toping-header ul{
        padding:0;
    }
    
    .toping-header ul li a{ 
    font-size: 10px;
    }
    
    
    .compare-alert{
        padding: 20px 10px;
    }
    .tit-compa h3 , .tit-compa span{
            font-size: 20px;
    }
    .comparebtns .dallcomp , .comparebtns .compage{
        padding:10px;
    }
    
    
    
    
        #logo img {
        max-width: 200px;
        margin-bottom: 0 !important;
    }
/*       #content .col-fet {*/
/*    width: 50% !important;*/
/*}*/
    .calaculator-condion .col-sm-4 {
        width: 100%;
    }
    .calaculator-condion .col-sm-12 {
        background-color: #800000;
        padding: 10px 20px;
        border-radius: 10px;
        margin-bottom: 0;
        position: relative;
        z-index: 1;
    }
    .price-cart-sec {
    align-items: start;
    flex-direction: column;
}
        .featured-main .product-thumb{
            padding: 0px 40px 0px;
        }
        .product-thumb .button-group {
           opacity: 1 !important;
    justify-content: center;
    gap: 5px;
    }
    .product-thumb .caption {
        padding: 0 15px 15px;
        gap: 5px;
        align-items: center;
}
    .category-item .nav-tabs > li > a {
        color: #8A8A8A;
        background: #FAFAFA!important;
        margin: 0 !important;
        border-radius: 5px !important;
        border: 0;
        font-size: 16px;
        min-width: 97%;
        height: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 10px !important;
    }
    .category-item .nav-tabs li {
        margin: 0;
        border: 0px solid #000;
        display: inline-flex;
        width: 49%;
    }
    .category-item .nav-tabs {
        display: table;
        justify-content: space-between;
        border: none !important;
        margin-bottom: 5px;
        padding: 0 15px;
    }
    #banner0 .item .exc h3 {
        line-height: 24px;
        font-size: 20px !important;
        margin: 10px 0;
    }
    .pay-cop{
        padding: 10px 0 0;
        border: 0;
    }
    .pay-cop img{
        max-width: 32px !important;
        max-height: 32px !important;
    }
    #newbanner0 .newbanner-main .newbanner-images{
        padding: 0 !important;
        margin: 0 !important;
    }
    .copy,.copy a,.copy2,.copy2 a{
        font-size: 16px;
    }
    .inf-cont{
        display: inline-flex !important;
    }
    .content-footer .row .col-sm-3:last-of-type{
        /*text-align: center;*/
    }
    .col-sm-3 .social-menu ul {
        justify-content: start;
        margin-bottom: 10px;
    }
    .powerd-sec > div > a{
        background-size: contain;
    }
    .edi-flex{
        margin-top: 0;
    }
    .before-middle{
        margin-top: 0;
        float: none;
        flex-direction: column;
        align-items: self-start;
    }
    .section-contact {
        margin-inline-start: 0;
        margin-top: 20px;
    }
    .before-middle h2{
        margin: 0 0 10px 0;
    }
    #addsubs .form-group .btn-primary{
        width: 55px !important;
        height: 55px !important;
        margin-right: 0px;
    }
    .powerd-sec .social-menu ul > div > div:not(.social-menu) {
        display: flex;
        align-items: center;
        gap: 0px;
        flex-direction: column;
    }
    .footer-list li {
        margin-bottom: 10px;
        width: 49%;
        display: inline-flex;
    }
    .fbf .row .col-sm-12{
        padding: 0;
    }
    /*#banner2 {*/
    /*    margin: 0px 0;*/
    /*    padding: 0px 0;*/
    /*}*/
    /*#banner2 .item {*/
    /*    margin-bottom: 10px;*/
    /*    border-radius: 0px;*/
    /*}*/
    .mb-50{
        margin-bottom: 0;
    }
    /*#banner1 .item .exc p{*/
    /*    font-size: 17px;*/
    /*    margin-top: 0;*/
    /*}*/
    /*#banner1 .item .exc h3{*/
    /*    font-size: 18px;*/
    /*    line-height: 23px;*/
    /*    margin-bottom: 0px;*/
    /*}*/
    /*#banner1 .item .exc{*/
    /*    width: 100%;*/
    /*    align-items: start;*/
    /*    JUSTIFY-CONTENT: CENTER;*/
    /*    TEXT-ALIGN: CENTER;*/
    /*    padding-inline-end: 0;*/
    /*    right: 0;*/
    /*    transform: translateY(-50%);*/
    /*    padding-inline-start: 15px;*/
    /*}*/
    /*#banner1 .item,.banner img{*/
    /*    border-radius: 0px;*/
    /*}*/
    .banner .item .exc {
        gap: 5px !important;
    }
    .product-thumb .button-group .cart {
    visibility: visible;
    }
    .product-thumb .button-group .wish{
    visibility: visible;
    transform: translateX(0) translateY(0) !important;
    width: 35px;
    height: 30px;
    }
    .product-thumb .image img{
        padding: 0;
    }
    .top-lang .dropdown-menu {
        min-width: 80px;
        padding: 5px;
        width: 100px !important;
        left: 50%;
        right: unset;
        transform: translateX(-50%);
    }
    .top-lang .dropdown-menu button{
        font-size: 0;
        padding: 0;
        justify-content: center;
        margin: 0;
    }
    .lang-en-gb img{
        width: 30px;
        height: 30px;
    }
    .item.menu{
        margin-inline-end: 25px;
        height: 44px;
        width: 44px;
        justify-content: center;
        align-items: center;
        line-height: 44px;
    }
    .linee{
        background: #000;
    }
    .price-cart,.burger:before{
        display: none;
    }
    .featuredbanner .item .exc p{
        font-size: 12px;
    }
    .common-home header,header{
        padding: 15px 0;
        margin-bottom: 0;
        width: 100%;
    }
    .top-header .row {
        flex-direction: column;
    }
    .top-header .row > .col-sm-3:last-of-type{

    }
    #slideshow0 .exc{
        /*padding-inline-start: 10px;
        width: 50%;*/
    }
    #featuredbanner0 .col-xs-6 {
        width: 50%;
        padding: 0;
        padding-inline-end: 5px;
    }
    .top-header .col-sm-9{
        width: 90%;
    }
    .head-content-list > div {
        display: flex;
        align-items: center;
        justify-content: space-evenly;
        width: 100%;
    }
    .slide-cont .swiper-pagination{
        display: none !important;
    }
    .contctseller-head{
        margin: 0px 0;
    }
    .all-contentps{
        flex-direction: column;
    }

    .testimonial-main .haed-item{
        justify-content: center;
        margin: 20px 0;
    }
    .beforefootersection{
        padding: 50px 0 20px;
        margin: 20px 0;
    }
    .section-contact-info{
        flex-direction: column;
        justify-content: center;
        align-items: self-start;
        padding: 15px;
    }
    .section-contact-info h2 {
        font-size: 22px;
        margin: 0 0 20px 0;
    }
    .slide-cont{
        margin: 0;
    }
    .bottom-header,.top-search #search,.head-content-list .head-list:after{
        display: none;
    }

    .whats-fly{
        width: 21px;
        height: 21px;
        background-size: contain;
        right: 15px;
    }
.enquire-content img{
    width: 65px;
    height: 55px;
}
    .whats-content{
        display: table;
        margin: 25px auto;
    }
    .powerd-content-items{
        flex-direction: column;
    }

    .top-search {
        justify-content: flex-end;
        margin-top: 50px;
    }

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

    .top-lang-fir {
        padding-left: 5px;
    }

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

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

    .newbanner-main {
        justify-content: center;
        margin-bottom: 0px;
    }


    .product-thumb{
        padding: 0;
        margin-bottom: 15px !important;
    }    .ribbon{
             z-index: 2 !important;
         }
    .latest-all {
        padding: 1px 0;
    }

    .footer-co {
        padding: 0;
    }



    .powerd-content-items .social {
        justify-content: center;
      
    }
.powerd-sec{
    display: flex;
    margin-top: 0;
    flex-direction: column;
    padding: 10px 0;
}
.powerd-sec > .copy{
    display:none;
}


    .bottom-footer-cont {
        padding: 30px 0;
    }

    .enquire-content p {
        line-height: 22px;
    }

    #featuredbanner0 {
         display: unset !important;
        justify-content: start;
        background: none;
        box-shadow: none;
        flex-direction: column;
        align-items: self-start;
        padding: 0;
    }
    .category-section {
        /*margin-top: 30px;*/
        /*padding-top: 20px;*/
        /*margin-bottom: 0;*/
    }
    #banner0 > .row {
        display: flex;
        height: 100%;
        flex-direction: column;
        max-width: 100%;
        margin: 0;
        padding: 0 15px;
    }
    .b0secrig{
        text-align: center;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .swiper-pager.banner0-pager{
        bottom: -70px;
        margin-top: 0;
        margin-inline-start: -15px;
    }
    #banner0 .item:after{
        display: none !important;
    }
    #banner0 .item .exc{

        opacity: 1;
        transition: linear .4s;
    }
    #banner1 .item .exc p{width:98%}
    #weekly-countdown {
        display: flex;
        justify-content: space-between;
        gap: 10px;
    }
    .b0secrig{
        text-align: center;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .b0secrig h2 {
        color: #484848;
        font-size: 36px;
        line-height: 34px;
        width: 100%;
        margin-bottom: 30px;
        margin-top: 0;
    }
    #banner0 .item img {
        border-radius: 0px !important;
        transition: linear .4s;
        max-width: 100%;
        width: 100%;
    }
    #banner0 > .row .col-sm-9,
    #banner0 > .row .col-sm-3{
        padding:0 ;
    }
    /*#banner2 .item .exc h3 {*/
    /*    font-size: 22px;*/
    /*    line-height: normal;*/
    /*}*/
    /*#banner2 .item .exc{*/
    /*    padding-inline-start: 20px;*/
    /*}*/
    #banner1 .item .exc{
        padding-inline-end: 20px;
    }
    #banner1 .item .exc h3{
        margin-bottom: 0px;
        line-height: normal;
    }


    #banner2 .item .exc{
        padding-inline-end: 0px;
    }
    #banner2 .item .exc h3{
        margin-bottom: 0px;
        line-height: normal;
    }

    .common-home footer{
        padding: 20px 0 0 0 !important;
    }
    .footer-dsc p {
        color: #000;
        margin: 10px 0 20px;
        font-size: 16px;
        text-align: justify;
    }

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

    #banner4 .item .exc-cont h3 {
        font-size: 18px !important;
        margin-bottom: 0;
        margin-top: 0px;
        line-height: 30px;
        width: 70%;
    }
    .cont-tpfo{
        gap: 10px;
    }
    .top-footer {

        margin-top: 0;
        background-image: none;
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
    }
    .seller-info h2, .contctseller h2{
        margin-bottom: 0 !important;
    }
    #banner1 {
        margin-top: 0;
        margin: 0 5px;
    }
    #banner2 {
        margin-top: 0;
        margin: 0 5px;
    }
    #banner0 .item{
        margin-top: 10px;
    }
    .category-section .over {
        margin-top: 0;
    }
    .category-section .over .over-link {
        height: 40px;
        width: 80px;
    }
    .home-cats .image{
        padding: 0  ;
    }
    .alltabsheade{
        margin: 20px 0;
    }
    .home-cats{
        border-radius: 5px;
        padding: 0;
    }
    .product-thumb .button-group button span{
         display: none;
        font-size: 11px;
    }
    .product-thumb .button-group button:first-of-type:before{
        font-size: 18px;
    }
    .product-thumb .button-group button:first-of-type{
        /*width: 40px !important;*/
        background-position: center center !important;
    }
    .footer-dsc {
        text-align: center;
    }
    .footer-dsc img{
        margin: 0;
    }
    .home-cats .exc a {
        font-size: 16px;
    }
    #slideshow0 .swiper-slide-active .exc{
        padding-top: 10%;
    }
    .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;
    }



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

    #productcategory0 {
        margin-top: 25px;
    }


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

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

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


    .auten-content {
        margin-top: 0px;
    }

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





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

    .powered {
        text-align: center;
    }


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

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

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

    #search {
        position: absolute;
        top: 50%;
        width: 100%;
        left: 0;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    #search .input-lg{
        box-shadow: none;
        border-radius: 10px;
        color: #b4b4b4;
        height: 40px;
        border: 0px solid #b8b8b8;
        background: #fff;
        width: 100%;
        font-size: 16px;
        margin: 0 5px;
    }
    #search .btn-lg {
        font-size: 15px;
        padding: 0;
        width: 50px;
        height: 40px;
        line-height: 40px;
        border: none !important;
        box-shadow: none !important;
        border-radius: 0;
        text-align: center;
        text-shadow: 0 1px 0 #fff;
        background: #000;

    }

    #search .btn-lg i {
        color: #fff;
    }

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

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

    #featuredbanner0 .exc h3 {
        line-height: 24px;
        font-size: 18px;
        margin: 10px 0;
    }
    #featuredbanner0 .exc p{
        font-size: 12px;

    }

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

    footer .social {
        left: 5px;

    }

    #addsubs p {
        padding: 0;
    }

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

    .category .home-cats .exc > a {
        font-size: 12px;
    }

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



    .newbanner-images {
        margin-inline-end: 0 !important;
        padding: 2px !important;
    }

    .sc-newbanner {
        display: none;
    }


    .featuredbanner-view .social {
        margin-top: 50px;
    }

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

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

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


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

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


    .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: center;
        align-items: center;
    }


    .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 {
      font-size: 25px;
    }

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

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



    .testimonial-main {
        padding: 0 0 20px 0;
        margin: 0 0 20px 0;
    }

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

    #banner0 {

    }

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

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

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

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

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

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

    .fa-plus {
        float: left;
    }

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

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


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

    .over a span {
        font-size: 12px !important;
    }
    .all-ba12-sec {
        margin-top: 0;
    }
    .featured-main {
        padding: 25px 0 50px;
        background-size: 100% 100%;

    }

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



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

    #featuredbanner1 .item .exc h3 {
        margin: 0;
    }

    #special0 .product-thumb .caption h4 a {
        font-size: 18px;
    }

    .enquire-content {
        margin-inline-end: 0px;
        width: 100%;
        display: flex;
        justify-content: center;
    }
    #featuredbanner1 {
        margin-top: 0;
        padding-top: 0;
        border-top: 0px solid #000;
    }
    #featuredbanner1.featuredbanner .item .featuredbanner-img{
        width: 50px;
        height: 50px;
        margin-inline-end: 0;
    }
    #featuredbanner1.featuredbanner .item h5 {
        font-weight: bold;
        font-size: 14px;
        color: #000;
        margin-top: 10px;
    }
    .featuredbanner1 .col-sm-4{
        padding: 0;
    }
    #newbanner2, #newbanner3 {
        display: flex;
        align-items: center;
        justify-content: center !important;
    }

    .swiper-pager {
        display: none;
    }

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

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

    /*.featuredbanner .item .featuredbanner-img img {*/
    /*    width: 30px;*/
    /*}*/
    #featuredbanner0 .item .exc{
        justify-content: center !important;
    }
    .featuredbanner-main {
        margin: 25px 0;
    }

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

    .over a i {
        font-size: 16px !important;
    }
    #banner3 .item{
        margin-bottom: 15px;
    }
    /*#banner1 {*/
    /*    margin-bottom: 25px;*/
    /*    padding-top: 0;*/
    /*}*/
    .vertical-sreview .review-caption:before{
        bottom: -34%;
        font-size: 300px;
    }
    .vertical-sreview{
        padding: 0 0 0px !important;
    }
    footer a {
        font-size: 12px;
    }

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

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

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

    }
    .content-footer > .row > .col-sm-4 {
        border-inline-start: 0px solid #E4C59E;
    }
    footer .social-menu ul {
        justify-content: start;
        margin-top: 15px;
        margin-bottom: 30px;
    }
    .enquire {
        width: 100% !important;
    }

    .content-footer {
        padding: 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;
    }
    #special0 .product-thumb .caption {
        border-top: 0px solid #c2c2c2;
    }
    .latest-all .no-padding {
        padding: 0 15px !important;
    }

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

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

    #cart-total:before {
  font-size: 25px;
    }

    #cart-total:hover:before {
        width: 25px;
        height: 25px;
        filter: invert(57%) sepia(15%) saturate(656%) hue-rotate(169deg) brightness(92%) contrast(87%);
    }

    #account-total:before {
        font-size: 25px;
    }

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


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

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

    .head-content-list {
        align-items: center;
        justify-content: space-around;
        gap: 15px;
    }
    .head-list span{
        margin-inline-end: 0;
        padding-inline-start: 0;
        display: none;
    }
    .left-list-br {
        padding-left: 12px;
        margin-right: 12px;
    }

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



    /*.special-cont .product-grid:nth-child(3n+3) .product-thumb,.special-cont .product-grid:nth-child(4) .product-thumb, .special-cont .product-grid:nth-child(5) .product-thumb, .special-cont .product-grid:nth-child(6) .product-thumb{*/
    /*    border: initial ;*/
    /*}*/


    #banner0 .item .exc {
        padding-inline-start: 10px;
    }
    /*#banner1 .item{*/
    /*    border-radius: 0px !important;*/
    /*    margin-bottom: 15px !important;*/
    /*}*/
    .product-thumb .caption h4 a{
        font-size: 12px;
    }
    .re-content .re {
        justify-content: center;

    }
    /*.special-all .product-thumb,.special-cont .product-grid:nth-child(3n+3) .product-thumb,.special-cont .product-grid:nth-child(4) .product-thumb, .special-cont .product-grid:nth-child(5) .product-thumb, .special-cont .product-grid:nth-child(6) .product-thumb{*/
    /*    border: 1px solid #e8e2e2 !important;*/
    /*    margin: 5px;*/
    /*    border-bottom: 0px solid #e8e2e2 !important;*/
    /*    border-inline-end: 1px solid #e8e2e2 !important;*/
    /*    border-radius: 5px;*/
    /*}*/
    .main-header {
        padding: 5px 0;
    }

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

    .featuredbanner .item .exc h3 {
        margin: 15px 0 0;
        text-align: center;
    }

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

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

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


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



    #search-total {
        width: 44px;
        height: 44px;
        line-height: 30px;
        background: #e4c59e;
        border-radius: 8px;
    }

    .top-lang-fir {
        margin: 0;
        border: none;
    }

    #search-total i {
        font-size: 0px;
        margin-top: 0px;
        color: #000;
    }
    .top-lang .btn-group > button i{
        display: none;
    }
    #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;
        transform: scale3d(1, 1, 1);
        transition: linear .4s;
    }

    #special0 .swiper-wrapper .swiper-slide .product-thumb .image {
        position: relative;
    }



    #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 {
        transform: scale3d(1, 1, 1);
        transition: linear .4s;
    }

    #special0 .product-thumb .caption {
        padding: 10px 0;
    }

    #special0 .product-thumb .caption h4 {
        margin: 2px 0;
    }


    .vertical-sreview .caption {
        padding: 20px 50px 35px !important;
    }

    .featuredbanner .item {
        justify-content: center;
        margin-bottom: 30px !important;

    }

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


    #newbanner0 {
        justify-content: center;

    }

    #newbanner1 {
        justify-content: center;

    }

    .product-thumb .price-old ,.product-thumb .price-new{
        margin: 0;
        font-size: 12px;
    }

    .sc-footer {
        text-align: center;
    }

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

    .whats i {
        font-size: 24px !important;
    }

    #featuredbanner0 .item {
        transition: all 0.4s ease;
        position: relative;
        border: 0px solid #2c3639;
        display: flex;
        align-items: center;
        justify-content: start;
        background-color: #800000;
        width: 100%;
        padding: 15px 4px;
        border-radius: 5px;
        margin-bottom: 15px !important;
    }
    footer{
        margin-top: 0px !IMPORTANT;
    }
    .allstyle{
        padding: 0 10px;
    }
    .footer-info {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    #special0 .product-thumb .button-group button {
        background: transparent;
        margin: 0  !important;

        padding: 0;
    }
    #special0 .product-thumb .button-group button:hover{


    }
    #special0 .product-thumb .button-group .cart {
        content: "";
        display: inline-block;
        width: 30px;
        height: 30px;
        background: url(cart.png) no-repeat;
        background-position: center center;
        background-size: contain;
        transition: all linear .35s;
        margin-bottom: 0px !important;
    }
    .top-footer .new-bfg:before{display: none}
    #special0 .product-thumb .button-group .cart span{
        display: none;
    }
    #banner1 .banner-item:nth-of-type(2) .item .exc .over{
        padding-inline-end: 13%;
    }
    #banner1 .banner-item:nth-of-type(2) .item .exc {
        align-items: end;
        padding-inline-end: 0%;
    }
    #banner1 .banner-item:nth-of-type(2) .item .exc .exc-cont{
        text-align: center;
    }
    #special0 .product-thumb .button-group .wish {
        text-align: center;
        padding: 0;
        display: inline-block;
        width: 40px;
        height: 40px;
        border-radius: 10px;
        transition: all linear .35s;
        margin: 0 !important;
        border-color:transparent !important;
        background-color: #DAD4B5 !important;
    }
    #special0 .product-thumb .button-group .wish:before{
        color:#800000;
    }

    .top-search {
        justify-content: center;
        margin-top: 15px;
    }


 .product-thumb .button-group button{
     width: 30px;
     height: 30px;
 }
    .pp-main {
        padding-bottom: 0;
    }

    /*.col-fet {*/
    /*    width: 50% !important;*/
    /*}*/
    
        #search{
    width: 90% !important;
    border-bottom: 0px solid #9d9d9d !important;
    display: flex !important;
    justify-content: start;
    align-items: center !important;
    top: 50% !important;
    border-radius: 10px !important;
    margin-inline-end: 15px !important;
    background: #fff !important;
    margin: 0 auto !important;
    left: 50%;
    transform: translateX(-50%);
    right: unset;
    }
    
    #search .search-btn{
        margin-right: 15px !important;
        width: 40px;
        height: 40px;
        background: transparent;
        z-index: 3;
        display: flex;
        align-items: center;
        justify-content: start;
    }
    .slide-cont .swiper-pager{
        display: none !important;
    }
    #slideshow0 img {
        width: 100%;
        border-radius: 0 0 15px 15px;
    }
}

@media (max-width: 460px) {



    .footer-info {
        display: flex;
        align-items: flex-start;
        justify-content: flex-start;
        flex-direction: column;
    }

    .top-search {
     }

    .review-img {
        width: 55px;
        height: 55px;
        line-height: 55px;
        padding: 10px;
    }

    .review-caption p {
        font-size: 12px;
    }

    .special-cont {
        margin: 25px 0;
    }

   

    #slideshow0 .exc p {
        font-size: 34px;
        line-height: 10px;
        margin-bottom: 10px;
    }

    footer .col-sm-3 .fa-plus {
        display: block !important;
        float: left;
    }

    .auten-content {
        margin: 0px 0 0;
    }

    .top-lang .btn-group > button {
        width: 30px;
    }





    .featuredbanner-view .col-sm-4 .item {
        flex-direction: column;
    }

    .featuredbanner .item .exc {
        margin-top: 5px;
    }

    .category .home-cats .exc > a {
        font-size: 12px;
        padding: 0;
    }



    .haed-item {
        margin: 18px 0;

    }






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


    .seller-info h2, .contctseller h2{
        font-size: 18px !important;

    }



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


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


    #html-content {
        margin: 25px 0;
    }

    #newbanner3 {
        justify-content: center;
    }

    .featured-first .new-row {
        flex-direction: column;
    }

    #newbanner3 img {

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

    }

    #slideshow0 {
        margin-bottom: 0;
    }

    .inf-cont {
        margin-bottom: 10px;
        margin-inline-end: 5px;
    }

    footer:before {
        height: 50px;
    }

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

    .phone-content-footer .tit-inf {
        font-size: 12px;
        text-align: center;
    }

    .tit-inf {
        display: flex;
        color: #e6dcf1;
        font-size: 14px;
        font-weight: bold;
        margin: 15px 0;
    }

    #html-content div {
        line-height: 100px;
        font-size: 24px;
    }


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



    .slide-cont .swiper-pagination-bullet {
        width: 20px !important;
        margin: 0 5px !important;

    }


    .over-link:before {
        height: 100%;
    }

    #banner0 .over a {
        margin: 0;
    }

    #special0 .product-thumb .caption h4 a {
        font-size: 18px;
    }

    .productcategory-all .product-thumb .image:before {
        width: 150px;
        height: 150px;
        background-size: cover;
    }

    #banner1 .item  {
        margin: 10px 0;    }

    #banner2 .item  {
        margin: 10px 0;    }


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

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


    .featuredbanner .item .exc h3 {
        font-size: 12px;
    }

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


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



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

    .powered {
        flex-direction: column;
    }

    .newbanner-images {
        margin: 0 0 10px 0;
    }



    .top-header {
        padding: 0;
    }


    #addsubs .form-group .buttons {
        margin: 5px 0 5px;
    }

    .buttons-newslet input {
        width: 25px !important;
        height: 25px !important;
        background-size: 50% 50%;
    }
    .pay-cop .row {
        display: flex;
        align-items: center;
        flex-direction: column;
        justify-content: center;
    }

    .enquire-content p {
        font-size: 12px;
        line-height: 20px;
        margin-bottom: 0;

    }

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

    .enquire-content {
        margin-inline-end: 10px;
        margin-bottom: 20px;
    }
    #addsubs .form-group{
        margin: 0 !important;
    }

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



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

 


    .sell-header a {
        width: 80px;
        height: 30px;
        line-height: 30px;
    }

    .top-lang .btn-group > button {
        text-align: left;
        font-size: 12px;
    }

    .featuredbanner-view .social {
        flex-direction: column;
    }

    .enquire form {
        width: 100% !important;
    }

    .enquire {
        flex-direction: column;
    }

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

    .testimonial-main {
        margin: 0;
        padding: 0;
    }

    .top-lang {
        width: 30px;
        height: 30px;
        line-height: 30px;
    }

    #featuredbanner2 {
        justify-content: space-around;
    }






    .featuredbanner .item .exc {
        margin: 0 !important;
    }
    #slideshow0 .over .over-link{
        width: 90px;
        height: 35px;
        line-height: 35px;
    }


    .product-thumb .button-group button i{ 
        font-size: 18px;
    }
}

.input-group-addon{
    color: #555 !important;
}






.ovh{
    overflow-y:hidden !important;
}





.mp-pushed .mp-menu {
    height: 100vh;
    overflow: scroll;
}

 

