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

@font-face {
    font-family: 'bahij-janna';
    src: url('bahij-janna.ttf');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'GE-Dinar-One-Medium';
    src: url('GE-Dinar-One-Medium.otf');
    font-weight: normal;
    font-style: normal;
}

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

h1, h2, h4, h3, h5, h6, a {
     font-weight: bold;
    color: #000;

}
.seconed-side-res{
        display: flex;
    align-items: center;
}
.first-cats .row .col-sm-3:nth-child(2n+2){
    margin-top: 30px;
}
 .row .col-sm-3:nth-child(2n+2) .product-layout{
    margin-top: 30px;
}
.middle-header{
    margin-top: 15px;
    position: relative;
    background: #fff2f3;
    padding: 20px 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%;
}
#logo a{
        display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
#logo a img{
    width: 120px;
}
#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: #191313;
    background-repeat: repeat;
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  .loade img{
    margin-bottom: 0; 
  }
.loade div{
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 20px dashed #A77419;
    border-left-color: transparent;
    margin: -50px 0px 0px 0;
    /* position: absolute; */
    /* top: 50%; */
    /* left: 50%; */
    z-index: 0;
    -webkit-animation: 2s rot infinite linear;
    -moz-animation: 2s rot infinite linear;
    animation: 2s rot infinite linear;
}

.loade div:nth-child(2){
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 20px solid #A77419;
    border-left-color: transparent;
     margin: -50px 0px 0px 0px;
    /* position: absolute; */
    top: 50%;
    left: 50%;
    z-index: 1;
    -webkit-animation: 5s rotIvs infinite linear;
    -moz-animation: 5s rotIvs infinite linear;
    animation: 5s rotIvs infinite linear;
}

@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: 'GE-Dinar-One-Medium' !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 {
    font-size: 12px;
    height: 30px;
}

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

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

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

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

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

/* Gradent to all drop down menus */

.dropdown-menu li: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: 32px;

}

#banner4 {
    margin-top: 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: 20px 0;
    position: relative;
    background-color: #000;
}
header .top-header .row{
    display: flex;
    align-items: center;
}
  .common-home header{
      position: absolute;
      top: 0;
      width: 100%;
      background: transparent;
      z-index: 2;
      border-bottom: 1px solid #ECECEC66;
}

.bottom-header{
    padding-top: 30px;
}
.editcol{
    display: flex;
    align-items: center;
}
.top-header .featuredbanner h5{
    display: none !important;
}
.top-header .allstyle{
    border: 0px  solid #A77419 !important;
    border-bottom: 0 !important;
    padding: 0 !important;
}
.top-header #featuredbanner1{
    margin-top: 0 !important;
    padding-top: 0 !important;
    border-top: 0px solid #A77419 !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: #fff;
    transition: linear .4s;
}

.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: 'GE-Dinar-One-Medium';


}


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

/* cart */
.red {
    display: flex;
    display:none;
    font-size: 10px;
    position: absolute;
    justify-content: center;
    align-items: center;
    top: -5px;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: #A77419;
    color: #fff;
    padding: 0px;
    line-height: 15px;
    left: 0;
    z-index: 0;
    font-family: 'circular';
}

#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 {
    font-size: 12px;
    line-height: 18px;
    color: #000;
    background: transparent;
    border: 0 !important;
    box-shadow: none;
    padding: 0 !important;
}

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

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

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

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

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

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

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

#cart .dropdown-menu li > div {
    min-width: 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: center;
}

#menu {
    min-height: unset !important;
    border: none !important;
    border-radius: 0;
}
.navbar-nav > li{
    margin-inline-end: 5px;
}
.navbar-nav > li:last-of-type{
    margin-inline-end: 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%;
    right: 0 !important;
    left: unset !important;
    top: 100% !important;
    height: auto;
    padding: 20px;
}
 
.all-cats .dropdown:hover .dropdown-menu.edr{

    transform: rotateX(0deg);
}
.arow .dropdown > a:after{
    content: "\f078";
    font-family: "Font Awesome 5 Pro";
    color: #f0028f;
    font-size: 12px;
    margin-inline-start: 5px;
}

.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: #fff;
    text-shadow: none;
    min-height: 15px;
    padding:0;
    font-size: 16px;
    background-color: transparent;
    font-family: 'cairo-regular';
    transition: all ease .35s;
    position: relative;
    border-radius: 0;
}
#menu .nav > li > a:after{
    content: " ";
    background-color: #A77419;
    width: 0%;
    height: 1px;
    right: 0;
    position: absolute;
    bottom: -54px;
    opacity: 0;
    transition: linear .4s;
}
#menu .nav > li > a:before{
    contentoff: " ";
    background-color: #A77419;
    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:   #A77419;
    transition: all ease .35s;
}

.ribbon {
    top: 15px !important;
    right: unset !important;
    left: 15px !important;
    width: 65px !important;
    height: 65px !important;
    border-radius: 50% !important;
    justify-content: center;
    align-items: center;
    transform: translateX(-100px);
    transition: linear .4s;
    display: none !important;
}
.special-all .ribbon{
    display: flex !important;
}
.ribbon span {
    font-size: 20px !important;
    padding: 0 !important;
    width: 100% !important;
    height: 100% !important;
    line-height: 0px !important;
    border-radius: 50% !important;
    background: #ff0000 !important;
    display: flex;
    justify-content: center;
    align-items: center;
    direction: rtl;
    font-family: 'Circular-Loom';
}

.socialfixedicons{
    position: absolute;
    left: 15px;
    top: 200%;
}
header:before{
    content: " ";
    position: absolute;
    background: #ECECEC66;
    width: 1px;
    height: 95%;
    left: 30px;
    top: 100%;
}
.socialfixedicons .social-menu ul{
    flex-direction: column-reverse;
}
.socialfixedicons .social-menu ul li a{
    border-radius: 50%;
}
.specialloop4only:not(.specialloop4only:nth-of-type(1),.specialloop4only:nth-of-type(2),.specialloop4only:nth-of-type(3),.specialloop4only:nth-of-type(4)){
    display: none !important;
}
#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: #fff;
    font-size: 12px;
}

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

#menu .see-all {
    display: block;
    margin-top: 0.5em;
    border: 1px solid #DDD;
    padding: 0;
    color: #fff;
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    border-radius: 0;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    background: #3a3636 !important;
}

#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) {
    .lates h2:before,.lates h2:after{
            height: 25px !important;
    }
    #menu {
        border-radius: 4px;
    }
    #banner3 .banner-item:nth-child(2n+2){
        margin-top:0 !important;
    }
    #banner3 .banner-item{
        margin-bottom: 15px;
    }
    #menu div.dropdown-inner > ul.list-unstyled {
        display: block;
    }
    .content-footer .row{
        flex-direction: column;
    }
    #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;
}
.common-home footer{
        margin-top: 0px !important;

}
/* footer */
footer {
    margin-top: 150px;
    padding-top: 70px !important;
    position: relative;
     background-image: url("footer.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-attachment: fixed;
    /*background-color: #161719;*/
}

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

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

footer a {
    color: #fff;
    font-size: 14px;
    font-family: 'GE-Dinar-One-Medium';
    transition: all linear .35s;
}

footer .footer-list li:before {
    /*content: "\f100";*/
    /*font-family: FontAwesome;*/
    content: " ";
    font-family: FontAwesome;
    margin-left: 10px;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    background: #fff;
    width: 8px;
    height: 3px;
    display: inline-block;
}

footer a:hover {
    color: #A77419;
    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: 10px;
    text-align: start;
}


.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: transparent;
    color: #fff;
    transition: all linear .35s;
    border-radius: 50%;
    border: 1px solid;
}
#search-total:hover{
    border-color: #A77419;
    transition: all linear .35s;

}
#search-total i{
    font-size: 18px;
}
#search-total:hover i{
    color: #A77419;
    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: #A77419;
    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;

}
#banner3{
    margin-top: 50px;
}
#banner3 .banner-item:nth-child(2n+2){
    margin-top: 50px;
}
#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: 35px !important;
}

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

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

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

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

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

.auten-content .dropdown-menu > li > a {
    color: #fff !important;
    justify-content: center;
}
#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: #A77419;
    background-image: linear-gradient(to bottom, #A77419, #A77419);
    background-repeat: repeat-x;
    border-color: #A77419 #A77419 #A77419 #A77419;

}

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

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

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

}

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

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


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

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

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

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    color: #000;
    background-color: transparent;
    border: 0;
    border-bottom: 4px solid #D3B971;
}

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

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

.pagination {
    margin: 0;
}

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

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

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

}


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

}

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

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

#product-product .add_group {
    width: 180px;
}

.add_group span {
    position: absolute;

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.wishlist-compare .btn {
    background: #D3B971;
    border-width: 1px;
    border-style: solid;
    border-color: rgba(255, 255, 255, 1);
    padding: 12px 17px;
    border-radius: 5px !important;
    color: #6d6d6d;
    margin: 0 5px !important;
    /*width: 40px;
    height: 40px;*/
}
.latest-all-main {
    background: transparent;
    padding: 0;
}
#banner1{
    padding-top: 50px;
}
.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: #000 !important;
}

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

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

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

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


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

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

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

/* product list */
.product-thumb {
    position: relative;
    border-radius: 0px;
    border: 0px solid #e1e1e1;
    padding: 40px 0 0px;
    transition: all ease .35s;
}
.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: table;
    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;
}

.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: #A77419;
      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 {
    transform: none;
}

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

.productcategory-all .image img {
    transform: none;
}

.product-thumb .image img {
    width: auto;
    transition: all ease .35s;
    border: 0px solid #e1e1e1;
    border-radius: 10px 10px 0 0;
    padding: 0px;
}
.special-cont .product-thumb .image img{
    border: 0;
    padding: 0;
    border-radius: 0;
}
.product-thumb:hover .image img{
    border-color: #A77419;
    transition: all ease .35s;
}

.product-grid .product-thumb .image {
    float: none;
    position: relative;
    overflow: hidden;
}

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


.product-thumb .caption {
    padding: 15px;
    text-align: start;
}
.firstprice{
    display: flex;
    align-items: center;
    gap: 10px;
    color: #000;
    margin-inline-end: 5px;
    font-weight: 300;
}
.firstprice:before{
    content: " ";
    background-image: url("price.png");
    width: 20px;
    height: 20px;
    display: inline-flex;
}


.special-all .product-thumb-content{
    padding: 0 15px;
}

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

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

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

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

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

.rating .fa-stack {
    font-size: 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: #000;
    font-family: 'GE-Dinar-One-Medium';
    display: flex;
    align-items: center;
    font-size: 16px;
    margin: 0;
}

.product-thumb .price-new {
    font-weight: 100;
    color: #ff0000;
    font-family: 'GE-Dinar-One-Medium';
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-direction: row-reverse;
    font-size: 18px;
}

.product-thumb .price-old {
    font-size: 18px;
    color: #777777;
    text-decoration: line-through;
    margin-inline-end: 15px;
    font-family: 'GE-Dinar-One-Medium';
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-direction: row-reverse;
}

.symbol_left, .symbol_right {
    font-family: 'GE-Dinar-One-Medium';


}

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


}


@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: 10px;
    color: #b4b4b4;
    height: 40px;
    margin-right: 0px;
    border: 0px solid #b8b8b8;
    background: transparent;
    width: 70%;
    font-size: 16px;
}

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

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

}

.bootom-head #search .input-lg {
    box-shadow: none;
    border-radius: 25px;
    color: #ededed;
    padding: 0 10px 0;
    height: 20px;
    margin-right: 0px;
    border: 0;
    background: transparent;
}
.enquire{
    display: flex;
    align-items: center;
}
#addsubs .form-group{
    display: flex;
    align-items: center;
    padding-inline-start: 0px;
    margin: 0 !important;
}
.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: #fff;
    background: #A77419;
    transition: all 0.3s ease-in-out;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    margin-right: -35px;
}

.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: 18px;
    color: #fff;
}

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

.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: end;
    align-items: center;
    margin: 0;
    gap: 15px;
}

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

#cart-total:before {
    content: "";
    display: inline-block;
    width: 25px;
    height: 25px;
    background: url(cart.png) no-repeat;
    background-position: center center;
    background-size: contain;
    filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(201deg) brightness(106%) contrast(106%);
}

#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: "";
    display: inline-block;
    width: 22px;
    height: 26px;
    background: url(account.png) no-repeat;
    background-position: center center;
    background-size: contain;
    filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(201deg) brightness(106%) contrast(106%);
}
#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: "";
    display: inline-block;
    width: 25px;
    height: 23px;
    background-image: url(wish.png);
    background-position: center center;
    background-size: 100% 100%;
    filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(201deg) brightness(106%) contrast(106%);
}

#wishlist-total:hover:before,#account-total:hover:before,#cart-total:hover:before {
    filter: brightness(0) saturate(100%) invert(45%) sepia(63%) saturate(484%) hue-rotate(2deg) brightness(105%) contrast(92%);
}


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

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

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


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

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

}

.head-content-list .dropdown-menu {
    width: 175px;
    background-color: #A77419;
        border-radius: 10px;
    border: 0;
    top: 120%;
    left: 0;
    right: unset;
}

.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: start;
    justify-content: center;
    flex-direction: column;
}
.button-sec{
    display: flex;
    justify-content: center;
    width: 100%;
    margin-top: 15px;
}
.top-search {

}

.top-search #search {
    width: 100%;
    border: 1px solid #f0028f;
    display: flex;
    justify-content: end;
    align-items: center;
    margin: 0;
    top: unset;
    border-radius: 35px;
}

.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,.head-content-list .head-list:hover .price-cart{
    filter: brightness(0) saturate(100%) invert(45%) sepia(63%) saturate(484%) hue-rotate(2deg) brightness(105%) contrast(92%);
    transition: all ease .35s;
}
.head-content-list .head-list:after{
    content: " ";
    width: 2px;
    height: 30px;
    background-color: #fff;
    margin-inline-start: 15px;
    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: start;
}
.social-menu li{
    display: inline-flex;
}
.social-menu ul{
    margin: 0;
    gap: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row-reverse;
}
.uptohead{
    background-image: url(upup.png);
    background-color: #A77419;
    border-radius: 50%;
    width: 40px !important;
    height: 40px !important;
    background-position: center;
    background-repeat: no-repeat;
}
.social-menu li  a{
    width: 30px;
    height: 30px;
    display: flex;
}
.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;
}



.home-cats .image {
    margin: 0;
    position: relative;
    margin-bottom: 20px;
}
.home-cats .image:after{
    content: " ";
    background: #E4F2FF;
    width: 80px;
    height: 80px;
    position: absolute;
    top: 50%;
    left: 40%;
    border-radius: 50%;
    transform: translateY(-50%);
}
.home-cats .image img {
    width: 70px;
    height: 70px;
    border-radius: 0;
    transition: all ease .35s;
    position: relative;
    z-index: 1;
}
.morecats{
    margin-top: 50px;
    color: #000;
    font-size: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 300;
    transition: linear .4s;
}
.morecats:hover{
    color: #A77419;
    transition: linear .4s;
}
.home-cats:hover .image img {
    transform: scale(.9);
    transition: all ease .35s;
}

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

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


#slideshow0 .exc {
    position: absolute;
    top: 0;
    opacity: 0;
    left: 0;
    right: unset;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding-inline-start: 0;
    padding-top: 300px;
    transition: linear .4s;
    background: rgba(0,0,0,.5);
}
#slideshow0  .swiper-slide-active .exc{
    padding-top: 0px;
    opacity: 1;
    transition: linear .7s;
}

#slideshow0 .exc h3 {
    color: #fff;
    font-size: 70px;
    line-height: 80px;
    margin-bottom: 0;
    text-transform: capitalize;
    width: 100%;
    text-align: center;
    font-weight: 500;
}

#slideshow0 .exc p {
    color: #a2a2a2;
    font-size: 55px;
    line-height: 80px;
    margin-bottom: 0;
    width: auto;
    font-weight: 300;
}
.content-slideshow{
    background: rgba(255, 255, 255, 0.08);
    box-shadow: 0px 1px 24px 8px rgba(0, 0, 0, 0.03);
    border-radius: 20px;
    padding: 50px;
}
.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: transparent !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:before,
.swiper-viewport .swiper-button-prev:hover:before {

    color: #A77419 !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;

}

.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: "\f053" !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: "\f054" !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;
}

.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: space-between;
    align-items: center;
    margin: 90px 0 35px;
}

.haed-item .head-item-btn {
    text-align: center;
    background: #A77419;
    color: #fff;
    position: relative;
    text-transform: uppercase;
    width: 150px;
    border-radius: 3px;
    font-weight: 300;
    height: 40px;
    display: flex;
    align-items: center;
}

.head-item-btn span {
    position: relative;
    transition: all linear 0.35s;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: space-around;
    width: 100%;
}
.head-item-btn span:after{
    content: " ";
    width: 26px;
    height: 1px;
    display: inline-flex;
    background: #fff;
}
#slideshow0 .over .over-link {
    position: relative;
    transition: all linear 0.35s;
    background: #89888a;
    width: 150px;
    height: 40px;
    line-height: 40px;
    border-radius: 35px;
    text-align: center;
    border: 0px solid #ef028b;
    display: flex;
    align-items: center;
    justify-content: center;
}
#slideshow0 .over-link span{
    color: #fff;
    font-size: 14px;
    transition: linear .4s;
}
#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: #ffffff;
    transition: linear .4s;
}
#slideshow0 .over-link:before {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(0, -50%) scale(0);
    display: block;
    background: #A77419;
    width: 90%;
    opacity: 0;
    height: 40px;
    border-radius: 35px;
    transition: all ease-in 0.35s;
}
#slideshow0 .over-link:hover:before{
    width: 100%;
    top: 50%;
    transform: translate(0, -50%) scale(1);
    opacity: 1;
    background: #A77419;
    transition: all ease-in 0.35s;
}



.over .over-link {
    position: relative;
    transition: all linear 0.35s;
    background: #d3cedf;
    width: 150px;
    height: 40px;
    line-height: 40px;
    border-radius: 0;
    text-align: center;
    transition: linear .4s;
}
.over .over-link:hover{
    box-shadow: 0 0 24px rgba(0,0,0,.26);
    transition: linear .4s;
}
.over-link:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
    display: block;
    background: #A77419;
    width: 10%;
    opacity: 0;
    height: 40px;
    border-radius: 0px;
    transition: all ease-in 0.35s;
}

/*#slideshow0:hover .over-link:before {*/
/*    width: 100%;*/
/*    opacity: 1;*/
/*    background: #A77419;*/
/*    transition: all ease-in 0.35s;*/
/*}*/
.over-link:hover:before{
    width: 100%;
    opacity: 1;
    background: #A77419;
    transition: all ease-in 0.35s;
}
 .over-link span{
    color: #fff;
    transition: all ease-in 0.35s;
     position: relative;

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

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

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

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

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

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

}

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

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

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

    color: #fff;
    background-color: #000 !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.02);*/
    transition: all linear 0.5s;

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

}

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

}

.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 {
    box-shadow: 0 0 18px rgba(0, 0, 0, .42);
    transition: all ease .35s;

}

.category .home-cats .exc > a {
    font-size: 16px;
    color: #8d8d8d;
    text-align: center;
    transition: all ease .35s;
}

.category .home-cats:hover .exc > a {
    color: #000;
    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;
}

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

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

.exc > a {
    border-radius: 35px !important;
    border: none;
    color: #000;
    font-size: 18px;
    font-weight: 300;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    padding: 10px 20px;
    transition: all 0.4s ease;
    background: #FFFFFF;
    box-shadow: 0px 1px 24px 8px rgba(0, 0, 0, 0.03);
}
.home-cats .exc > p{
    color: #fff;
    margin: 0;
}
.home-cats{
    margin-bottom: 0;
    background-color: #A77419;
    border-radius: 10px;
    padding: 40px 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.specialloop4only:nth-child(2n+2){
    margin-top: -30px !important;
}
.specialloop4only:nth-child(2n+2) .home-cats{
    background-color: #fff !important;
}
.specialloop4only:nth-child(2n+2) .home-cats .exc > a{
    background: #A77419 !important;
    color: #fff !important;
}
.specialloop4only:nth-child(2n+2) .home-cats .exc > p{

    color: #000 !important;
}
.category-cont{
    margin-top: -130px;
    position: relative;
    z-index: 1;
}
.home-cats:hover a {
    /*background: #A77419;*/
    /*border: none;*/
    /*color: #fff;*/
    /*transition: all 0.4s ease;*/

}
#banner0 .over{
    display: none;
}

#featuredbanner0 .item {
    transition: all 0.4s ease;
    position: relative;
    border: 0px solid #2c3639;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: start;
    background-color: transparent;
    border-radius: 0;
    margin-bottom: 30px;
}
#featuredbanner0 .item:last-of-type{
    margin-bottom: 0px;
}
#featuredbanner0 .item .exc {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

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

#featuredbanner0 .exc h3 {
    color: #6c4ab6;
    font-size: 18px;
    margin: 0;
}

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

#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% !important;
    bottom: unset;
    display: flex;
    justify-content: space-between;
    align-items: end;
    top: 50% !important;
    transform: translateY(-50%);
    z-index: 2;
    gap: 35px;
    padding: 0 50px;
}
.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%;
}
.cat-wrap #dropdownMenuButton {
    padding: 0;
    line-height: 0;
    display: flex;
    align-items: center;
    transition: linear .4s;
    height: 100%;
    justify-content: center;
}
.cat-wrap.open #dropdownMenuButton{
    border-radius: 10px 10px 0 0 ;
    transition: linear .4s;
}
.img-li {
    display: flex;
    align-items: center;

}

.linee {
    width:22px !important;
    height: 3px;
    background: #212121;
    margin-top: 0;
    border-radius: 5px;
    transition: all 0.2s;
    transform: translateX(-50%);
}



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

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


.cat-wrap .dropdown-menu {
    right: unset;
    border-radius: 10px;
    margin-top: 10px;
    box-shadow: 5px 7px 9px rgb(0 0 0 / 15%);
    border: 0;
    padding: 0;
    height: 65px;
}

.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: 25px 0;
    border-top: 3px solid #A77419;
    border-bottom: 0px solid #f0028f;
    /* background-image: url(bg-ft.png); */
    /* background-attachment: fixed; */
}
.all-contentps{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.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: #000;
    font-size: 18px;
    font-weight: bold;
}

.inf-cont {
    margin-bottom: 10px;
    margin-inline-end: 20px;
    display: inline-block;
    display: flex;
    justify-content: start;
}
.logo-footer{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    flex-direction: column;
    gap: 20px;
    background: #fff;
    border-top: 5px solid #A77419;
    border-radius: 5px;
    padding: 20px 30px;
}
.content-footer .row .col-sm-3:first-of-type{
    margin-top: -170px;
}
.content-footer .row{
    display: flex;
    height: 100%;
}
.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;
}

#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: 80% !important;

}
.allstyle{
    border: 10px  solid #A77419;
    border-bottom: 0;
    padding: 0 50px;
}

.enquire-content {
    position: relative;
    display: flex;
    align-items: center;
    width: 30%;
    justify-content: center;
}

.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);
    }
}
#featuredbanner1.featuredbanner .item h5{
    font-weight: bold;
    font-size: 22px;
    color: #A77419;
    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 #A77419;
}




.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: #A77419;
    font-size: 16px !important;
    padding: 0 10px !important;
}

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

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

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

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

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

}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#mfilter-content-container .product-category-list a {
    border-radius: 5px;
    line-height: 40px;
    text-align: center;
    width: 100%;
    display: block;
    margin: 5px 0;
    color: #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: 50px 0;
    background: #711D2B;
    padding: 20px;
    border-radius: 10px;
}

.special-all {

}

.content-footer {
    /*border-bottom: 1px solid #ededed;*/
    padding-bottom: 70px;
}
.logo-footer input{
    background: #F7F7F7;
    border-radius: 120px;
    text-align: center;
    border: 0;
}
.logo-footer  .buttons{
    width: 100%;
}
.logo-footer  .buttons div{
    width: 100%;
}
.logo-footer  .buttons div a{
    width: 100%;
    border-radius: 35px;
    font-size: 16px;
    font-weight: bold;
    padding: 5px;
}
.newbanner-main {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}

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

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

.inf-cont i {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: transparent;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    transform: rotate(0deg);
    font-size: 20px;
    line-height: 50px;
    margin: 0;
    color:#A77419;
}
.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: 'GE-Dinar-One-Medium';
    color: #fff;
    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: auto !important;
    height: auto   !important;
    border-radius: 0px !important;
    background-color: transparent !important;
    color: #fff !important;
    position: relative;
    border: 0px solid #000 !important;
    transition: all ease .35s;
    text-align: center;
    font-size: 0 !important;
    transform: none !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    box-shadow: none;
    background-image: url(send.png) !important;
    background-size: contain;
}

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

#addsubs #input-email {
    height: 50px;
    border-radius: 5px;
    border: 1px solid #f1f1f169;
    background: transparent;
 }

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

#addsubs .form-group .btn-primary {
    width: 150px;
    height: 40px;
    display: flex;
    justify-content: center;
    margin-right: -50px;
    transform: rotate(180deg);
}

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

#banner0 {
    display: inline-block;
    width: 100%;
    margin-top: 0px;
    overflow: visible;
    border-radius: 0px;
}

.banner .item {
    overflow: hidden;
    position: relative;
    transition: all ease .35s;
    border-radius: 0px;
}
#banner0 .item{
    overflow: visible;
    z-index: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: transparent;
    border-radius: 0;
    margin-top: 0px;
    padding: 0px 0;
}
#banner0 .item a{
    width: 100%;
}
/*.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;
}

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

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

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

}

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

#banner0 .item img {
    width: 100%;
    border-radius: 0%;
    transition: linear .4s;
}
#banner0 .banner-item{
    overflow: hidden;
}
#banner0 .item .exc {
    position: absolute;
    top: 0;
    transform: none;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    flex-direction: row;
    padding-inline-start: 50px;
    background: rgba(0, 0, 0, 0.37);
}
#banner0 .item .exc h3{
    width: 100%;
    font-weight: 500;
    font-size: 71px;
    line-height: 88px;
    text-align: center;
    color: #FFFFFF;

}
.lates{
    justify-content: center !important;
}
.lates h2{
    background-color: #A77419;
    color: #fff;
    font-size: 26px;
    padding: 10px;
    border-radius: 10px;
    position: relative;
    font-weight: 300;

}
.lates h2:before{
    content: " ";
    background-image: url("Bitmap.png");
    width: 42px;
    height: 42px;
    position: absolute;
    left: 100%;
    background-repeat: no-repeat;
    background-size: contain;
    top: 58%;
    transform: translateY(-50%);
}
.lates h2:after{
    content: " ";
    background-image: url("Bitmap.png");
    width: 42px;
    height: 42px;
    position: absolute;
    right: 100%;
    background-repeat: no-repeat;
    background-size: contain;
    top: 45%;
    transform: translateY(-50%) rotate(180deg);
}
#banner0 .item .exc p{
    margin: 0;
    font-weight: 300;
    font-size: 55px;
    line-height: 68px;
    text-align: center;
    color: #F3F3F3;
    opacity: .8;
}
.banner .item .exc h3 {
    margin: 0;
    font-size: 42px;
    line-height: 60px;
    color: #000;
}

#banner0 .over a {
    margin-bottom: -50px;
    margin-top: 15px;
}

#banner1 .item {
    margin-bottom: 0px;
    border-radius: 0px;
    position: relative;
}
#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 #A77419;
    visibility: visible;
    transition: all ease .35s;
}
#banner1 .item .exc {
    position: absolute;
    top: 50%;
    transform: translateY(-50%) translateX(-50%);
    left: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 100%;
    padding-inline-start: 0;
    direction: ltr;
}

#banner1 .item .exc h3 {
    margin: 0;
    font-size: 80px;
    line-height: 100px;
    color: #fff;
    transition: all ease .35s;
    width: 90%;
    text-align: center;
}
#banner1 .item .exc p {
    font-size: 170px;
    color: #ff0000;
    margin: 0;
    display: block;
    margin-top: 70px;
    font-weight: bold;
    text-align: center;
    display: none;
}
#banner1 .item:hover .exc h3 {
    /*color: #A77419;*/
    transition: all ease .35s;
}
#banner1 .item:hover .exc p {
    color: #222;
    transition: all ease .35s;
}
#banner2 .item .exc {
    position: absolute;
    top: 50%;
    width: 45%;
    transform: translate(-50%, -50%);
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
}

#banner2 .banner-item  .item .exc {
    left: 50%;

}




#banner2 .item .exc h3 {
    font-size: 70px;
    line-height: 90px;
    color: #fff;
    width: 100%;
    text-align: center;
}

#banner3 .item .exc {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.5);
}
#banner3 .item .exc .exc-cont{
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
#banner3 .item .exc h3{
    margin: 0;
    font-size: 42px;
    line-height: 60px;
    color: #fff !important;
    width: 40%;
    text-align: center;
}
#banner3.banner .item{
    border-radius: 10px !important;
}
.fbf{
    background: #161719;
    margin-top: 50px;
}



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

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

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

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

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

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

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

}

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

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

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

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

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


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

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

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

}


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

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

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

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

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

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

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

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

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

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

.powerd-content-items {
    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;
    flex-direction: row-reverse;
}
.copy {
    display: inline-block;
    font-family: 'GE-Dinar-One-Medium';
    color: #fff;
    font-size: 14px;
    margin: 0;
}

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

/* End Scroll */
.copy2 {
    color: #fff;
    display: inline-block;
    font-family: 'GE-Dinar-One-Medium';
    font-size: 14px;
    margin: 0;
}

.copy a {
    color: #A77419;
    font-size: 14px;
    font-family: 'GE-Dinar-One-Medium';
    transition: all ease .35s;

}

.copy2 a {
    color: #A77419;
    font-size: 14px;
    font-family: 'GE-Dinar-One-Medium';
    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: #fff;
    transition: all ease .35s;
}

.copy2 a:hover {
    color: #fff;
    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: 24px;
    font-family: 'GE-Dinar-One-Medium';
    padding: 0;
        text-transform: uppercase;
}

.lang-en-gb img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px 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;
}
.special-all .product-thumb:hover .image img{
    transform: scale(1.02);

}


.product-thumb .caption h4 a {
    font-size: 18px;
    color: #000;
    transition: all ease .35s;
}

.product-thumb:hover .caption h4 a {
    color: #A77419;
    transition: all ease .35s;
}
.product-thumb:hover .price{
    color: #A77419;
    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;
    gap: 10px;
    overflow: hidden;
    bottom: 0;
    background: transparent;
    width: 100%;
    border-radius: 5px;
    justify-content: center;
    transform: translateY(50px) scale(.6);
    opacity: 0;
    visibility: hidden;
}
.product-thumb:hover .button-group {
    transform: translateY(0px) scale(1);
    opacity: 1;
    visibility: visible;
    transition: linear .2s;
}
.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: #A77419 !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{
    left: unset;
    transform: unset;
    bottom: unset;
}
#special0 .product-thumb .button-group button{
    min-width: unset;
    min-height: unset;
    box-shadow: unset;
    border-radius: unset;
}
/*.product-thumb:hover .button-group{*/
/*    transform: translateX(-50%) scale(1);*/
/*    transition: linear .4s;*/
/*}*/
.product-thumb .button-group button {
    display: inline-flex;
    align-items: center;
    justify-content: left;
    vertical-align: middle;
    border: none;
    text-transform: capitalize;
    text-align: center;
    background-color: #A77419;
    color: #fff;
    line-height: 0;
    transition: all ease .35s;
    position: relative;
    border-radius: 5px;
    width: 170px;
    height: 40px;
    /* background-image: url(cart-prod.png); */
    background-repeat: no-repeat;
    background-position: 93% center;
    background-size: 25px;
    padding: 15px;
}
.product-thumb .button-group.poa{
    position: absolute;
    bottom: 30px;
    margin: 0 10px;
}
.product-thumb .button-group button:first-of-type{
    background-image: url(cart.png);
}
.product-thumb .button-group .cart{
    width: 90px;
    height: 40px;
    visibility: hidden;
    border-radius: 5px;
    background-image: url(cart-prod.png);
    background-repeat: no-repeat;
    background-position: 90% center;
    font-weight:bold;
    padding-inline-start: 25px;
    z-index: 2;
}
#banner1 .over,#banner2 .over,#banner3 .over{
    display: none;
}
.product-thumb .button-group .wish{
    width: 40px;
    height: 40px;
    border-radius: 5px;
    background-image: url(wish-prod.png);
    background-position: center center;
    background-repeat: no-repeat;
    transform: translateX(50px);
    visibility: hidden;
    transition: all ease .35s;
}
.product-thumb:hover .button-group .wish{
    transform: translateX(0px);
    visibility: visible;
    transition: all ease .35s .4s;
}

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

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

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

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

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

.carousel-content {
    display: flex;
    align-items: center;
    justify-content: center;
}
.carousel-content img{
    filter: invert(88%) sepia(27%) saturate(194%) hue-rotate(308deg) brightness(172%) contrast(99%);
}
.carousel-content:hover img{
    filter: invert(54%) sepia(12%) saturate(720%) hue-rotate(169deg) brightness(97%) contrast(95%);
}
#banner2 {
    padding: 0px 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: 'GE-Dinar-One-Medium';
    color: #122845;
    font-size: 14px;
    width: 100px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    transition: all linear .35s;
}

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

.auten-content {
    /*padding: 20px 0 0;*/
}

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

.top-lang .btn-group > button i {
    color: #fff;
    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;
    right: unset !important;
    left: 50% !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-p{
    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: 40px;
    height: 40px;
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    background-color: transparent;
    border-radius: 50%;
    margin-inline-end: 20px;
    line-height: 40px;
    position: relative;
    gap: 3px;
}
.item.menu:after{
    content: " ";
    width: 51px;
    height: 51px;
    position: absolute;
    top: -5px;
    right: -6px;
    border: 1px dashed #A77419;
    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: #fce5f1;
    border-radius: 10px;
    z-index: 99;
    color: #000;
    width: 100%;
    font-weight: bold;
    cursor: pointer;
}

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

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

.all-cats .dropdown .dropdown-menu.edr .sub-menu {
    display: inline-block;
        width: 100%;
}
.img-li .sub-menu li {
    margin-bottom: 10px;
    width: 14%;
    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: 135%;
    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: #A77419;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border-top: 0px solid #fff;
    border-radius: 10px;
    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;
}
.menu-social .dropdown:hover .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%;
}

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

.all-cats li a {
    min-width: auto;
    display: block;
    padding: 0;
    clear: both;
    width: auto;
    color: #000;
    font-size: 18px;
    transition: all .4s linear;
}
.all-cats li a:hover{
    color:#A77419;
}
.all-cats li {
    position: relative;
    transform: scale(0);
        display: contents;
    transition: linear .4s;
}
.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: 10px !important;
}

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

.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: #A77419 !important;
    border: none !important;
    width: 100px !important;
    transition: all ease .35s;
}
.mb-50{
    margin-bottom: 100px;
}

.slide-cont .slideshow-pagination {
    left: 100px !important;
    transform: unset !important;
    right: unset !important;
    bottom: 5% !important;
    text-align: left !important;
    display: flex !important;
    align-items: flex-end !important;
    justify-content: flex-end !important;
    width: auto !important;
    top: unset !important;
}

.slide-cont .swiper-pagination-bullet {
    background-color: transparent !important;
    border: 1px solid #d3cedf !important;
    margin: 0 5px !important;
    width: 25px !important;
    height: 25px !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: #A77419;
    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;
}
.slide-cont .swiper-pagination-bullet-active {
    background-color: transparent !important;
    border: 1px solid #A77419 !important;
    transition: all ease .35s;
}

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

}

.product-thumb .button-group button:hover  {
    /*background-color: #A77419;*/
    /*transition: all ease .35s;*/
}
.product-thumb .button-group button.cart:hover  {

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

}

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


#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 #A77419 !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  ;
    margin: 0 0 0px 0;
}
.testimonial-main .haed-item{
    justify-content: start;
    margin: 0 0 25px 0;
}
.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: #d5d0e2;
    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: #A77419;
    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: #e7e5ef;
    width: 100%;
    display: flex;
    justify-content: flex-end;
    bottom: -52%;
    padding: 0 15px;
    font-family: monospace;
    transition: linear .4s;
}
.review-caption:hover:before{
    color: #a4bce6;
    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: #d5d0e2 !important;
}

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

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

.review-job {
    color: #646464 !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: #8ab3e6 !important;
    transition: all linear .5s;

}

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

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

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

    }

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

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

    }



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

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

    #logo img {
        max-width: 120px;
    }

    #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) {
    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 {
        transform: scale3d(0.75, 0.75, 0.75);
        margin: 10px 0;
        opacity: .5;
        transition: linear .4s;
    }
    #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 .button-group {
        position: absolute;
        top: 35px;
        display: flex !important;
        align-items: flex-end;
        justify-content: center;
        transition: all linear .5s;
        opacity: 0;
        visibility: hidden;
        width: 100%;
        padding: 0 30px;
        flex-direction: column;

    }

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


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

    #special0 .product-thumb .button-group .wish {
        text-align: center;
        padding: 0;
        display: inline-block;
        width: 35px;
        height: 29px;
        background-image: url(wish.png);
        background-position: center center;
        background-size: 100% 100%;
        transition: all linear .35s;
        margin: 0 !important;
        background-color: transparent !important;
    }

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


    }

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

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

    #special0 .product-thumb .image img, #special0 .product-thumb:hover .image img {
        transform: none;
        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: #a17a5c
    }
}
    #cart > .btn #cart-total {
    display: flex !important;
    padding: 0;
    margin: 0;
}

@media (max-width: 768px) {
        .red{
         display: flex !important;
    }
    #cart > .btn #cart-total {
    display: flex !important;
    padding: 0;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 1px solid #e3d9d9;
    align-items: center;
    justify-content: center;
    margin: 0 3px;
}

#account-total, #wishlist-total {
    /* border-left: 2px solid #ededed; */
    /* padding-left: 5px; */
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 1px solid #e3d9d9;
    display: flex;
    align-items: center;
    justify-content: center;
}

    #logo a img {
    width: 60px;
}
/*       #content .col-fet {*/
/*    width: 50% !important;*/
/*}*/
    .inf-cont{
        justify-content: start;
    }
    .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;
            transform: translateY(0px) scale(1);
            visibility: visible;
            margin-bottom: 10px;
    }
    .product-thumb .caption {
    padding: 0 15px;
}
    #banner0 .item .exc h3 {
        line-height: 24px;
        font-size: 18px;
    }
    .pay-cop{
        padding: 25px 0 0;
    }
    .pay-cop img{
        max-width: 35px !important;
        max-height: 35px !important;
    }
    #newbanner0 .newbanner-main .newbanner-images{
        padding: 0 !important;
        margin: 0 !important;
    }
    .copy,.copy a,.copy2,.copy2 a{
        font-size: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: 100px !important;*/
        /*height: 50px !important;*/
        /*margin-right: -100px;*/
    }
    #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 {
        border-radius: 0px;
        margin: 10px 0;
    }
    .product-thumb .button-group .cart {
    visibility: visible;
    width: 120px !important;
    background-position: center center;
    height: 30px;
    background-image: none !important;
    padding: 0;
    }
    .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: 0;
    }
    .price-cart,.burger:before{
        display: none;
    }
    .featuredbanner .item .exc p{
        font-size: 12px;
    }
    .common-home header,header{
    position: relative;
    top: unset;
    width: 100%;
    z-index: 2;
    background: #fff;
    padding: 0;
    }
    .first-side-res{
              display: flex !important;
    align-items: center;
    }
    .seconed-side-res{
            display: flex;
    align-items: center;
    }
        .item.menu:after{
        display:none;
    }
    header .top-header .row {
        flex-direction: column;
        align-items: stretch;
    }
    .category-cont {
        margin-top: 30px;
        position: relative;
        z-index: 1;
        padding: 0 20px;
    }
    #slideshow0 .exc{
        padding-inline-start: 0px;
        padding-top: 0;
    }
    header:before {
        height: 50px;
        left: 20px;
        top: 100%;
    }
    .content-slideshow{
        border-radius: 10px;
        padding: 10px;
    }
    .social-menu li  a {
        width: 20px !important;
        height: 20px !important;
        background-size: contain !important;
    }
    .specialloop4only:nth-child(2n+2) {
        margin-top: 0px !important;
    }

    .socialfixedicons {
        left: 10px;
        top: 130%;
    }
    .slide-cont .swiper-pagination{
        display: none !important;
    }
    .contctseller-head{
        margin: 20px 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: 25px;
    }


    .product-thumb{
        padding: 0px;
    }
    .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-reverse;
    padding: 0;
    margin-bottom: 10px;
}
.powerd-sec > .copy{
    display:none;
}


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

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

    #featuredbanner0 {
        margin: 0px 0 0;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

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

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

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

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

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

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

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

    #banner7 {
        display: none;
    }

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

    #productcategory0 {
        margin-top: 25px;
    }


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




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

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

    .powered {
        text-align: center;
    }


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

    .category-cont .exc {
        margin-top: 0px;
    }
    .home-cats {
        margin-bottom: 10px;
        padding: 10px;
    }
    .home-cats .image:after{
        width: 60px;
        height: 60px;
    }
    .item-col {
        padding: 5px !important;
    }

    #search {
    position: relative;
    top: unset !important;
    width: 100% !important;
    left: unset;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    margin: 5px  !important;
    border-radius: 0 !important;
    height: 30px;
    border: 0 !important;
    }
    #search .input-lg{
    box-shadow: none;
    border-radius: 0;
    color: #b4b4b4;
    height: 30px;
    border: 1px solid #b8b8b8;
    background: #fff;
    width: 100%;
    font-size: 16px;
    margin: 0 5px;
    padding: 0 5px;
    }
    #search .btn-lg {
    color: #fff !important;
    background: #A77419 !important;
    transition: all 0.3s ease-in-out !important;
    border-radius: 0 !important;
    width: 30px !important;
    height: 30px !important;
    margin-right: -35px !important;
    line-height: 25px !important;

    }
#form-language img{
    width: 25px;
    height: 25px;
}
    #search .btn-lg i {
          color: #fff;
    font-size: 14px;
    }

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

    .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: 10px;
        margin-bottom: 0px;
        padding: 5px !important;
        width: 100%;
    }
    .home-cats .exc > p {
        color: #fff;
        margin: 0;
        font-size: 10px;
    }
    .home-cats .image img{
        width: 50px;
        height: 50px;
    }
    #logo {
        display: flex;
        justify-content: flex-end;
        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 {
        width: 20px;
        height: 20px;
    }

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

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

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

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

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

    .newbanner-tit {
        color: #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;
    }

    .featured-main {
        padding: 25px 0 50px;
        background-size: 100% 100%;

    }

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



    .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 #A77419;
    }
    #featuredbanner1.featuredbanner .item .featuredbanner-img{
        width: 50px;
        height: 50px;
        margin-inline-end: 0;
    }
    #featuredbanner1.featuredbanner .item h5 {
        font-weight: bold;
        font-size: 14px;
        color: #A77419;
        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;
    }

    .featuredbanner-main {
        margin: 25px 0;
    }

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

    .over a i {
        display: none;
    }

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

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

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

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

    }

    .enquire {
        width: 100% !important;
    }

    .content-footer {
        padding: 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 {
        width: 15px;
        height: 15px;
        margin-bottom: 0;
filter: brightness(0) saturate(100%) invert(78%) sepia(89%) saturate(2555%) hue-rotate(331deg) brightness(96%) contrast(85%);
}

    #cart-total:hover:before {
        width: 15px;
        height: 15px;
        filter: brightness(0) saturate(100%) invert(45%) sepia(63%) saturate(484%) hue-rotate(2deg) brightness(105%) contrast(92%);
    }

    #account-total:before {
        width: 15px;
        height: 15px;
filter: brightness(0) saturate(100%) invert(78%) sepia(89%) saturate(2555%) hue-rotate(331deg) brightness(96%) contrast(85%);
}

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


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

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

    .head-content-list {
        align-items: center;
        justify-content: space-between;
        gap: 0;
    }
    .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;
    }


    .product-thumb .price {
        justify-content: space-between;
    }
    .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: 0px;
    }
    .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 {
        background: transparent;
        color: #ededed;
    }

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

    #search-total i {
        font-size: 24px;
        margin-top: -4px;
        color: #A77419;
    }
    .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 .button-group {
        position: absolute;
        top: 35px;
        display: flex !important;
        align-items: flex-end;
        justify-content: center;
        transition: all linear .5s;
        opacity: 0;
        visibility: hidden;
        width: 100%;
        padding: 0 30px;
        flex-direction: column;

    }

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

    #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: 0 !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 {
        margin-bottom: 0px;
    }
    footer{
        margin-top: 0;
    }

    .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: 25px !important;
    }
    #special0 .product-thumb .button-group .cart span{
        display: none;
    }
    #special0 .product-thumb .button-group .wish {
        text-align: center;
        padding: 0;
        display: inline-block;
        width: 35px;
        height: 29px;
        background-image: url(wish.png);
        background-position: center center;
        background-size: 100% 100%;
        transition: all linear .35s;
        margin: 0 !important;
    }

    .top-search {
        justify-content: center;
    }


 .product-thumb .button-group button{
     width: 100%;
     height: 30px;
     justify-content: center;
     background-image: none !important;
 }
    .logo-footer{
        align-items: unset;
    }
    .logo-footer img{
        width: 150px;
        margin: 0 auto;
    }
    .haed-item .head-item-btn {
        text-align: center;
        background: #A77419;
        color: #fff;
        position: relative;
        text-transform: uppercase;
        width: 100px;
        border-radius: 3px;
        font-weight: 300;
        height: 30px;
        display: flex;
        align-items: center;
        font-size: 12px;
    }
    .content-footer .row .col-sm-3:first-of-type {
        margin-top: -30px;
        margin-bottom: 30px;
    }
    .pp-main {
        padding-bottom: 0;
    }
    .allstyle {
        border: 10px  solid #A77419;
        border-bottom: 0;
        padding: 0 5px;
    }
    /*.col-fet {*/
    /*    width: 50% !important;*/
    /*}*/
}

@media (max-width: 460px) {



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

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

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

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

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

    #logo img {
        max-width: 250px;
    }

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

    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;

    }

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

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


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

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

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

    }


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

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



    .latest-all .caption-cont {
        flex-direction: column;
    }

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

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


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

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



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



    .ribbon {
        width: 35px !important;
        height: 35px !important;
    }

    .ribbon span {
        font-size: 14px !important;
        width: 35px !important;
        height: 35px !important;
        line-height: 35px !important;
    }

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

    .head-category-tit img {
        width: 100%;
        max-height: 150px;
        object-fit: none;
        margin-top: 10px;
    }

    #banner6 .banner-item {
        margin-bottom: 15px;
    }

    .powered {
        flex-direction: column;
    }

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



    .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%;
        margin-left: -30px !important;
    }
    .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;
    }

 

    #search-total {
        width: 30px;
        height: 30px;
        line-height: 30px;
    }

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




    #banner0 .item .exc p{
        font-size: 24px;
        line-height: 30px;

    }

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