﻿@import url(http://fonts.googleapis.com/css?family=Roboto:400,300,400italic,500,700,100);
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,800,300,600,700);
@import url(http://fonts.googleapis.com/css?family=Abel);
body {
    font-family: var(--sf);
    position: relative;
    font-weight: 400;
    background-color: var(--bc);
    color: var(--ptc);
}
.container {
    max-width: 100%;
}
header .header_top{
color:var(--htc);
background-color:var(--hc)
}
.mr-md-5, .mx-md-5 {
    margin-right: 3rem!important;
}
.pr-md-4, .px-md-4 {
    padding-right: 1.5rem!important;
}
.shadow-none{
box-shadow: none !important;
}

.f-show{
    margin-top: 40px;
}

.f-show .sh-card{
    padding: 30px;
}

.f-show .btnSave{
margin: 0 !important;
}

.txt-post-show{
    width: 100%;
}

.m-1{margin:.25rem!important}
.m-0{margin:0!important}
.mt-0,.my-0{margin-top:0!important}
.mr-0,.mx-0{margin-right:0!important}
.mb-0,.my-0{margin-bottom:0!important}
.ml-0,.mx-0{margin-left:0!important}
.m-1{margin:.25rem!important}
.mt-1,.my-1{margin-top:.25rem!important}
.mr-1,.mx-1{margin-right:.25rem!important}
.mb-1,.my-1{margin-bottom:.25rem!important}
.ml-1,.mx-1{margin-left:.25rem!important}
.m-2{margin:.5rem!important}
.mt-2,.my-2{margin-top:.5rem!important}
.mr-2,.mx-2{margin-right:.5rem!important}
.mb-2,.my-2{margin-bottom:.5rem!important}
.ml-2,.mx-2{margin-left:.5rem!important}
.m-3{margin:1rem!important}
.mt-3,.my-3{margin-top:1rem!important}
.mr-3,.mx-3{margin-right:1rem!important}
.mb-3,.my-3{margin-bottom:1rem!important}
.ml-3,.mx-3{margin-left:1rem!important}
.m-4{margin:1.5rem!important}
.mt-4,.my-4{margin-top:1.5rem!important}
.mr-4,.mx-4{margin-right:1.5rem!important}
.mb-4,.my-4{margin-bottom:1.5rem!important}
.ml-4,.mx-4{margin-left:1.5rem!important}
.m-5{margin:3rem!important}
.mt-5,.my-5{margin-top:3rem!important}
.mr-5,.mx-5{margin-right:3rem!important}
.mb-5,.my-5{margin-bottom:3rem!important}
.ml-5,.mx-5{margin-left:3rem!important}
.p-0{padding:0!important}
.pt-0,.py-0{padding-top:0!important}
.pr-0,.px-0{padding-right:0!important}
.pb-0,.py-0{padding-bottom:0!important}
.pl-0,.px-0{padding-left:0!important}
.p-1{padding:.25rem!important}
.pt-1,.py-1{padding-top:.25rem!important}
.pr-1,.px-1{padding-right:.25rem!important}
.pb-1,.py-1{padding-bottom:.25rem!important}
.pl-1,.px-1{padding-left:.25rem!important}
.p-2{padding:.5rem!important}
.pt-2,.py-2{padding-top:.5rem!important}
.pr-2,.px-2{padding-right:.5rem!important}
.pb-2,.py-2{padding-bottom:.5rem!important}
.pl-2,.px-2{padding-left:.5rem!important}
.p-3{padding:1rem!important}
.pt-3,.py-3{padding-top:1rem!important}
.pr-3,.px-3{padding-right:1rem!important}
.pb-3,.py-3{padding-bottom:1rem!important}
.pl-3,.px-3{padding-left:1rem!important}
.p-4{padding:1.5rem!important}
.pt-4,.py-4{padding-top:1.5rem!important}
.pr-4,.px-4{padding-right:1.5rem!important}
.pb-4,.py-4{padding-bottom:1.5rem!important}
.pl-4,.px-4{padding-left:1.5rem!important}
.p-5{padding:3rem!important}
.pt-5,.py-5{padding-top:3rem!important}
.pr-5,.px-5{padding-right:3rem!important}
.pl-5,.px-5{padding-left:3rem!important}
.pb-5,.py-5{padding-bottom:3rem!important}
.text-left{text-align:left!important}
.text-right{text-align:right!important}
.d-none{display:none!important}
.float-left{
float:left
}
.float-right{
float:right
}
.m-auto{
margin:auto
}
.over-hide{
    overflow: hidden;
    }
ul li {
    list-style: none;
}

a:hover {
    outline: none;
    text-decoration: none;
}

a:focus {
    outline: none;
    outline-offset: 0;
}

a {
    -webkit-transition: 300ms;
    transition: 300ms;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-family: var(--shf);
}
 h1{
font-size: var(--shs);
 }
  h2{
  font-size: calc(var(--shs)*0.9);
  }
  h3{
    font-size: calc(var(--shs)*0.8);
  }
  h4{
    font-size: calc(var(--shs)*0.7);
  }
  h5{
    font-size: calc(var(--shs)*0.6);
  }
  h6{
    font-size: calc(var(--shs)*0.5);
  }
.btn:hover,
.btn:focus {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.navbar-toggle {
    background-color: #000;
    float:right;
}

a#scrollUp {
    bottom: 0px;
    right: 10px;
    padding: 5px 10px;
    background: var(--mc);
    color: #FFF;
    -webkit-animation: bounce 2s ease infinite;
    animation: bounce 2s ease infinite;
}

a#scrollUp i {
    font-size: 30px;
}


/*************************
*******Header CSS******
**************************/

.header_top {
    background: none repeat scroll 0 0 #F0F0E9;
}

.contactinfo ul li:first-child {
    margin-left: -15px;
}

.contactinfo ul li a {
    font-size: 12px;
    color: #696763;
    font-family: shabnam-fd;
}

.contactinfo ul li a:hover {
    background: inherit;
}

.social-icons ul li a {
    border: 0 none;
    border-radius: 0;
    color: #696763;
    padding: 5px;
    font-size: 22px;
    line-height: inherit;
}

.social-icons ul li {
    display: inline-block;
    top: 4px;
}

.social-icons ul li a i {
    padding: 11px 15px;
    transition: all 0.9s ease 0s;
    -moz-transition: all 0.9s ease 0s;
    -webkit-transition: all 0.9s ease 0s;
    -o-transition: all 0.9s ease 0s;
}

.social-icons ul li a i:hover {
    color: #fff;
    transition: all 0.9s ease 0s;
    -moz-transition: all 0.9s ease 0s;
    -webkit-transition: all 0.9s ease 0s;
    -o-transition: all 0.9s ease 0s;
}


.mdi-whatsapp {
      color:#59d400 ;
}

.mdi-email-outline {
    color: #e44a41;
}
.mdi-twitter {
      color: #5BBCEC;
}
.mdi-linkedin:hover {
    background: #FF4518;
      color: #fff;
}

.mdi-dribbble:hover {
    background: #90C9DC;
      color: #fff;
}

.mdi-google-plus:hover {
    background: #CE3C2D;
}
.mdi-facebook{

    color: #0083C9;
}
.mdi-telegram{

    color: #0083C9;
}
.mdi-instagram
{
color: #da4481;
}
.share-post a i
{
    font-size:30px;
}
.share-post a i:hover
{
    color:#000;
}
.header-middle .container .row {
    border-bottom: 1px solid #f5f5f5;
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 20px;
    padding-top: 20px;
}

.header-middle .container .row .col-sm-4 {
    padding-left: 0;
}

.header-middle .container .row .col-sm-8 {
    padding-right: 0;
}

.usa {
    border-radius: 0;
    color: #B4B1AB;
    font-size: 12px;
    margin-right: 20px;
    padding: 2px 15px;
    margin-top: 10px;
}

.usa:hover {
    background: #FE980F;
    color: #fff;
    border-color: #FE980F;
}

.usa:active,
.usa.active {
    background: none repeat scroll 0 0 #FE980F;
    -webkit-box-shadow: inherit;
    box-shadow: inherit;
    outline: 0 none;
}

.btn-group.open .dropdown-toggle {
    background: rgba(0, 0, 0, 0);
    -webkit-box-shadow: none;
    box-shadow: none;
}

.dropdown-menu li a:hover,
.dropdown-menu li a:focus {
    background-color: #FE980F;
    color: #FFFFFF;
    font-family: shabnam-fd;
    text-decoration: none;
}

.shop-menu ul li {
display: inline-flex;
    white-space: nowrap;
    padding-right: 15px;
}

.shop-menu ul li:last-child {
    padding-right: 18px;
}

.shop-menu ul li a {

    color: var(--ptc);
    font-family: shabnam-fd;
    font-size: 14px;
    font-weight: 300;
    padding: 0;
    padding-right: 0;
}

.shop-menu ul li a i {
    margin-right: 3px;
}

.shop-menu ul li a:hover {
    color: var(--mc);
    background: #fff;
}

.header-bottom {
    padding-bottom: 13px;
    padding-top: 30px;
}

.navbar-collapse.collapse {
    padding-left: 0;
}

.mainmenu ul li {
    padding-right: 15px;
    padding-left: 15px;
}


.mainmenu ul li a {
    color: var(--ptc);
    font-family: shabnam-fd;
    font-size: 17px;
    font-weight: 300;
    padding: 0;
    padding-bottom: 10px;
}

.mainmenu ul li a:hover,
.mainmenu ul li a.active,
.shop-menu ul li a.active {
    background: none;
    color: var(--mc);
}
.search_box
{
     width: 100%;
}

/*  Dropdown menu*/

.navbar-header .navbar-toggle .icon-bar {
    background-color: #fff;
}

.nav.navbar-nav>li:hover>ul.sub-menu {
    display: block;
    -webkit-animation: fadeInUp 400ms;
    animation: fadeInUp 400ms;
}

ul.sub-menu {
    position: absolute;
    top: 30px;
    right: 0;
    background: rgba(0, 0, 0, 0.6);
    list-style: none;
    padding: 0;
    margin: 0;
    width: 220px;
    -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1);
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1);
    display: none;
    z-index: 1001;
}

.dropdown ul.sub-menu li .active {
    color: #FDB45E;
    padding-left: 0;
}

.navbar-nav li ul.sub-menu li {
    padding: 10px 20px 0;

}

.navbar-nav li ul.sub-menu li:last-child {
    padding-bottom: 20px;
}

.navbar-nav li ul.sub-menu li a {
    color: #fff;
}

.navbar-nav li ul.sub-menu li a:hover {
    color: #FDB45E;
}

.navbar-nav .sub-menu-item{
    height: 0;
    overflow: hidden;
    transition: all 500ms ease;
}

.navbar-nav li ul.sub-menu li:hover > .sub-menu-item{
    height: 100%;
}

.fa-angle-down {
    padding-left: 5px;
}

.header .category-title{
    color: var(--wtc1);
    font-size: 12px;
    padding-left: 10px;
    display: inline-block;
    position: relative;
    font-weight: 700;
}
.header ul.header-menu{
list-style: none;
    display: inline-flex;
    padding-right: 0;
}

.header-menu .sub-menu {
    padding: 0;
    float: right;
    display: none;
    transition: height 0.5s;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 100px;
    z-index: 1000;
    width: 600px;
    height: 70vh;
    max-height: 90vh;
    background-color: #fff;
    overflow: hidden;
    border-radius: 0 0 10px 10px;
    border-top: 1px solid var(--sc);
    -webkit-box-shadow: 0 7px 10px 0 rgb(0 0 0 / 15%);
    box-shadow: 0 7px 10px 0 rgb(0 0 0 / 15%);
}

.megaMenuTabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    background: var(--mmb);
    height: 100%;
    max-height: 75vh;
    overflow-y: scroll;
}

.megaMenuTabs .tabs {
    -webkit-box-flex: 0;
    flex: 0 0 274px;
    max-width: 274px;
    padding: 30px 20px;
    border-left: 1px solid #d9d9d9;
    position: relative;
    list-style: none;
    text-align: center;
    min-height: 300px;
}

.megaMenuTabs a {
    color: var(--mmc);
}

.megaMenuTabs .tabs a li.active {
    background-color: var(--sc);
    color: var(--wbc5);
}

.megaMenuTabs .tabs a li {
    padding-left: 20px;
    padding-right: 20px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    color: var(--ptc);
    font-weight: 800;
}

.sub2-menu {
    position: absolute;
    left: -300px;
    min-width: fit-content;
    top: 10px;
    list-style: none;
    font-size: 14px;
    font-weight: 600;
    color: var(--bc);
    text-align: right;
    display: none;
    width: 300px;
    height: 93%;
    overflow-x: hidden;
    overflow-y: auto;
}

.sub2-menu li {
    padding-bottom: 10px;
    padding-top: 10px;
}

.sub2-menu a {
    color: var(--sc);
}

.megaMenuTabs::-webkit-scrollbar {
   margin-left: 5px;
    width: 4px;
    height: 80%;
}

.megaMenuTabs::-webkit-scrollbar-thumb {
  background: var(--sc);
  border-radius: 50px;
}

.sub2-menu::-webkit-scrollbar {
   margin-left: 5px;
    width: 4px;
    height: 80%;
}

.sub2-menu::-webkit-scrollbar-thumb {
  background: var(--sc);
  border-radius: 50px;
}

.mobile-menu-shadow {
    display: none;
    position: fixed;
    width: 100%;
    top: 0 !important;
    bottom: 0;
    right: 0;
    left: 0;
    background: #000000d4;
    z-index: 1;
}

.mobile-menu.show {
    right: 0;
}
.mobile-menu {
    display: none;
    position: fixed;
    width: 300px;
    max-width: 100%;
    right: -300px;
    top: 0 !important;
    bottom: 0;
    height: 100vh;
    padding-bottom: 50px;
    padding-top: 0px;
    transition: right 0.4s;
    background: white;
    z-index: 10000;
    padding-inline: 0;
    overflow-y: auto;
}
.mobile-menu .title {
    text-align: right;
    padding-top: 10px;
    padding-bottom: 10px;
    background: var(--sc);
    padding-inline: 14px;
    color: var(--wbc5);
    font-weight: 600;
}

.mobile-menu .title i {
    float: left;
    font-size: 17px;
    font-weight: 900;
}

.mobile-menu li {
    width: 100%;
    display: block;
    text-align: right;
}
.header .mobile-menu .category-title {
    color: var(--ptc);
    padding-top: 10px;
    padding-bottom: 10px;
    font-weight: 700;
    width: 100%;
    border-bottom: 1px solid #80808080;
    margin-bottom: 0;
    padding-right: 15px;
}
.mobile-menu li {
    width: 100%;
    display: block;
    text-align: right;
}
.header .mobile-menu .sub-menu {
    padding: 0;
}
.mobile-menu li ul .megaMenuTabs {
    display: block;
}
.megaMenuTabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    background: var(--mmb);
    height: 100%;
    max-height: 75vh;
    overflow-y: scroll;
}
.header .mobile-menu .megaMenuTabs .tabs {
    -webkit-box-flex: 0;
    flex: 0 0 274px;
    max-width: 100%;
    padding: 0;
    border-left: none;
    list-style: none;
}
.header .mobile-menu .megaMenuTabs .tabs li {
    border-bottom: 1px solid #80808042;
    border-radius: 0;
    padding-inline: 12px;
    font-size: 14px;
    padding-top: 8px;
    padding-bottom: 8px;
}
.header .mobile-menu .megaMenuTabs .tabs li a {
    color: var(--ptc);
}
.header .mobile-menu .category-title i {
    font-size: 18px;
    position: absolute;
    left: 0;
    top: -2px;
    padding: 7px;
}

.mobile-menu .sub-menu {
    display: none;
}

.mobile-menu .tabs .mdi-plus, .mobile-menu .tabs .mdi-minus {
    padding-right: 14px;
    float: left;
}
.mobile-menu .tabs .sub2-menu {
    position: static;
    padding-right: 19px;
}
.sub2-menu {
    position: absolute;
    left: -300px;
    min-width: fit-content;
    top: 10px;
    list-style: none;
    font-size: 14px;
    font-weight: 600;
    color: var(--ptc);
    text-align: right;
    display: none;
    width: 300px;
    height: 93%;
    overflow-x: hidden;
    overflow-y: auto;
}
.header .mobile-menu .megaMenuTabs .tabs li {
    border-bottom: 1px solid #80808042;
    border-radius: 0;
    padding-inline: 12px;
    font-size: 14px;
    padding-top: 8px;
    padding-bottom: 8px;
}
.header .mobile-menu .megaMenuTabs .tabs li a {
    color: var(--ptc);
}


@media(max-width: 790px){
    .mobile-menu{
        display: block;
    }
    .header ul.header-menu{
        display: none;
    }
}


@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}


/*************************
*******Footer CSS******
**************************/

#footer {
    background: var(--fc);
    color:var(--pfc)
}

.footer-top .container {
    border-bottom: 1px solid #E0E0DA;
    padding-bottom: 20px;
}

.companyinfo {
    margin-top: 57px;
}

.companyinfo h2 {
    color: #B4B1AB;
    font-family: abel;
    font-size: 27px;
    text-transform: uppercase;
}

.companyinfo h2 span {
    color: var(--mc);
}

.companyinfo p {
    color: #B3B3AD;
    font-family: shabnam-fd;
    font-size: 12px;
    font-weight: 300;
}

.footer-top .col-sm-3 {
    overflow: hidden;
}

.video-gallery {
    margin-top: 57px;
    position: inherit;
}

.video-gallery a img {
    height: 100%;
    width: 100%;
}

.iframe-img {
    position: relative;
    display: block;
    height: 61px;
    margin-bottom: 10px;
    border: 2px solid #CCCCC6;
    border-radius: 3px;
}

.overlay-icon {
    position: absolute;
    top: 0;
    width: 100%;
    height: 61px;
    background: #FE980F;
    border-radius: 3px;
    color: #FFF;
    font-size: 20px;
    line-height: 0;
    display: block;
    opacity: 0;
    -webkit-transition: 300ms;
    transition: 300ms;
}

.overlay-icon i {
    position: relative;
    top: 50%;
    margin-top: -20px;
}

.video-gallery a:hover .overlay-icon {
    opacity: 1;
}

.video-gallery p {
    color: #8C8C88;
    font-family: shabnam-fd;
    font-size: 12px;
    font-weight: 500;
    margin-bottom: 0px;
}

.video-gallery h2 {
    color: #8c8c88;
    font-family: shabnam-fd;
    font-size: 12px;
    font-weight: 300;
    text-transform: uppercase;
    margin-top: 0px;
}

.address {
    margin-top: 30px;
    position: relative;
    overflow: hidden;
}

.address img {
    width: 100%;
}

.address p {
    color: #666663;
    font-family: shabnam-fd;
    font-size: 14px;
    font-weight: 300;
    left: 25px;
    position: absolute;
    top: 50px;
}

.footer-widget .container {
    border-top: 1px solid #FFFFFF;
    padding-top: 15px;
}

.single-widget h2 {
    color: var(--tfc);
    font-weight: 500;
    margin-bottom: 22px;
    text-transform: uppercase;
}
.img-upload-box.payment-img {
    width: 125px;
}

.single-widget h2 i {
    margin-right: 15px;
}

.single-widget ul li a {
    color: var(--pfc);
    font-family: shabnam-fd;
    font-size: 14px;
    font-weight: 300;
    padding: 5px 0;
}

.single-widget ul li a i {
    margin-right: 18px;
}

.single-widget ul li a:hover {
    background: none;
    color: var(--mc);
}

.searchform input {
    border: 1px solid #DDDDDD;
    color: #CCCCC6;
    font-family: shabnam-fd;
    font-size: 14px;
    margin-top: 0;
    outline: medium none;
    padding: 7px;
    width: 212px;
}

.searchform button {
    background: #FE980F;
    border: medium none;
    border-radius: 0;
    margin-left: -5px;
    margin-top: -3px;
    padding: 7px 17px;
}

.searchform button i {
    color: #FFFFFF;
    font-size: 20px;
}

.searchform button:hover,
.searchform button:focus {
    background-color: #FE980F;
}

.searchform p {
    color: var(--pfc);
    font-family: shabnam-fd;
    font-size: 14px;
    font-weight: 300;
    margin-top: 25px;
}

.footer-bottom {
    background: var(--tfc);
    padding-top: 10px;
}

.footer-bottom p {
    font-weight: 300;
    margin-left: 15px;
}

.footer-bottom p span a {
    color: #FE980F;
    font-style: italic;
    text-decoration: underline;
}


/*************************
******* Home ******
**************************/

#slider {
    padding-bottom: 45px;
}

.carousel-indicators li {
    background: #C4C4BE;
}

.carousel-indicators li.active {
    background: var(--mc);
}

.item {
    padding-left: 100px;
}

.pricing {
    position: absolute;
    right: 40%;
    top: 52%;
}

.girl {
    margin-left: 0;
    border-radius: 10px;
}

.item h1 {
    color: #B4B1AB;
    font-family: abel;
    font-size: 48px;
    margin-top: 115px;
}

.item h1 span {
    color: #FE980F;
}

.item h2 {
    color: #363432;
    font-family: shabnam-fd;
    font-size: 28px;
    font-weight: 700;
    margin-top: 10px;
    height: 30px;
    overflow: hidden;
    direction:rtl;
}

.item p {
    color: #363432;
    font-size: 16px;
    font-weight: 300;
    font-family: shabnam-fd;
    height: 60px;
    overflow: hidde
}

.get {
    background: var(--mc);
    border: 0 none;
    border-radius: 0;
    color: #FFFFFF;
    font-family: shabnam-fd;
    font-size: 14px;
    font-weight: 300;
}

.item button:hover {
    background: #FE980F;
}

.control-carousel {
    position: absolute;
    top: 50%;
    font-size: 60px;
    color: var(--mc);;
}

.control-carousel:hover {
    color: var(--mc);
}

.right {
    right: 0;
}

.category-products {
    border: 1px solid #E6E4DF;
    margin-bottom: 35px;
    padding-bottom: 20px;
    padding-top: 15px;
}

.right-sidebar h2,
.brands_products h2 {
    color: var(--mc);
    font-family: shabnam-fd;
    font-size: 18px;
    font-weight: 700;
    margin: 0 auto 30px;
    text-align: center;
    text-transform: uppercase;
    position: relative;
    z-index: 3;
}

.right-sidebar h2:after,
h2.title:after {
    content: " ";
    position: absolute;
    border: 1px solid #f5f5f5;
    bottom: 8px;
    left: 0;
    width: 100%;
    height: 0;
    z-index: -2;
}

.right-sidebar h2:before {
    content: " ";
    position: absolute;
    bottom: -6px;
    width: 130px;
    height: 30px;
    z-index: -1;
    left: 50%;
    margin-left: -65px;
}

h2.title:before {
    content: " ";
    position: absolute;
    background:var(--bc);
    bottom: -6px;
    width: 220px;
    height: 30px;
    z-index: -1;
    left: 50%;
    margin-left: -110px;
}

.category-products .panel {
    background-color: transparent;
    border: 0px;
    border-radius: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin-bottom: 0px;
}

.category-products .panel-default .panel-heading {

    border: 0 none;
    background-color: var(--bc);
    color: var(--ptc);
    padding: 5px 20px;
}

.category-products .panel-default .panel-heading .panel-title a {
    color: #696763;
    font-family: shabnam-fd;
    font-size: 14px;
    text-decoration: none;
    text-transform: uppercase;
}

.panel-group .panel-heading+.panel-collapse .panel-body {
    border-top: 0 none;
}

.category-products .badge {
    background: none;
    border-radius: 10px;
    color: #696763;
    display: inline-block;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
    min-width: 10px;
    padding: 3px 7px;
    text-align: center;
    vertical-align: baseline;
    white-space: nowrap;
    cursor: pointer;
}
.category-products img {
    max-width: 20px;
    position: absolute;
    top: -5px;
    right: 0;
}

.panel-body ul {
    padding-left: 20px;
}

.category-products .panel-body ul li.category-name{
    display: flex;
    align-items: center;
    margin-bottom: 4px;
}

.category-products .panel-body ul li.category-name::before {
    content: "";
    display: inline-block;
    height: 10px;
    border-left: 2px solid var(--sc);
    border-radius: 2px;
}

.panel-body ul li a {
    color: #696763;
    font-family: shabnam-fd;
    font-size: 12px;
    text-transform: uppercase;
    padding-right: 5px;
}

.brands-name {
    border: 1px solid #E6E4DF;
    padding-bottom: 20px;
    padding-top: 15px;
}

.brands-name .nav-stacked li a {
    background-color: #FFFFFF;
    color: #696763;
    font-family: shabnam-fd;
    font-size: 14px;
    padding: 5px 25px;
    text-decoration: none;
    text-transform: uppercase;
}

.brands-name .nav-stacked li a:hover {
    background-color: #fff;
    color: #696763;
}

.shipping-in {
    background-color: #F2F2F2;
    margin-top: 40px;
    overflow: hidden;
    padding-top: 20px;
    padding-bottom: 22px;
    position: relative;
}

.price-range {
    margin-top: 30px;
}

.well {
    background-color: #FFFFFF;
    border: 1px solid #E6E4DF;
    border-radius: 4px;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin-bottom: 20px;
    min-height: 20px;
    padding: 35px;
}

.tooltip-inner {
    background-color: #FE980F;
    border-radius: 4px;
    color: #FFFFFF;
    max-width: 200px;
    padding: 3px 8px;
    text-align: center;
    text-decoration: none;
}

.tooltip.top .tooltip-arrow {
    border-top-color: #FE980F;
    border-width: 5px 5px 0;
    bottom: 0;
    left: 50%;
    margin-left: -5px;
}

.padding-right {
    padding-right: 0;
}

.features_items {
    overflow: hidden;
    max-height: 930px;
}

h2.title {
    color: var(--mc) ;
    font-weight: 700;
    margin: 0 ;
    text-transform: uppercase;
    margin-bottom: 22px;
    position: relative;
}
h2.ss-1.title{
  color: var(--wtc1);
}
h2.brand.title{
  color: var(--wtc3);
}
.product-image-wrapper {
    border:1px solid #E6E4DF;
    overflow: hidden;
    margin-bottom: 30px;
}

.single-products {
    position: relative;
}

.new,
.sale {
    position: absolute;
    top: 0;
    right: 0;
}

.productinfo h2 {
    color: var(--mc);
    font-family: shabnam-fd;
    font-size: 20px;
    font-weight: 700;
    margin-top: 1px;
}

.product-overlay h2 {
    color: #fff;
    font-family:'shabnam';
    font-size: 24px;
    font-weight: 700;
    height: 40px;
}

.productinfo p {

    font-size: 14px;
    font-weight: 400;
    color: #696763;
    height: 41px;
    overflow: hidden;
    width: 100%;
    white-space: initial;
    padding: 0px 5px
}

.productinfo.pro-fe  img {
        width: 210px;
    height: 210px;
}

.productinfo {
    position: relative;
    height: 431px;
}

.product-overlay {
    background: var(--mc);
    top: 0;
    display: none;
    height: 0;
    position: absolute;
    -webkit-transition: height 500ms ease 0s;
    transition: height 500ms ease 0s;
    width: 100%;
    display: block;
}

.single-products:hover .product-overlay {
    display: block;
    height: 433px;
}

.product-overlay .overlay-content {
    position: absolute;
    bottom: 40px;
    text-align: center;
    width: 100%;
}

.product-overlay .add-to-cart {
    background: #fff;
    border: 0 none;
    border-radius: 0;
    color: #FE980F;
    font-family: shabnam-fd;
    font-size: 15px;
    margin-bottom: 25px;
}

.product-overlay .add-to-cart:hover {
    background: #fff;
    color: #FE980F;
}

.product-overlay p {
    font-family: shabnam-fd;
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    height: 40px;
}

.add-to-cart {
    background: #f7f7f7;
    border: 0 none;
    border-radius: 0;
    color: #696763;
    font-family: shabnam-fd;
    font-size: 15px;
    margin-bottom: 25px;
}

.add-to-cart:hover {
    background: #FE980F;
    border: 0 none;
    border-radius: 0;
     color: #FFFFFF;
}

.add-to {
    margin-bottom: 10px;
}

.add-to-cart i {
    margin-right: 5px;
}

.add-to-cart:hover {
    background: var(--mc);
    color: #FFFFFF;
}

.choose {
    border-top: 1px solid #F7F7F0;
}

.choose ul li a {
    color: #B3AFA8;
    font-family: shabnam-fd;
    font-size: 13px;
    padding-left: 0;
    padding-right: 0;
}

.choose ul li a i {
    margin-right: 5px;
}

.choose ul li a:hover {
    background: none;
    color: #FE980F;
}

.category-tab {
    overflow: hidden;
    padding:0
}

.category-tab ul.nav-tabs {
    background: #40403E;
    border-bottom: 1px solid var(--mc);
    list-style: none outside none;
    margin: 0px;
    padding: 0;
    width: 100%;
    z-index:1;
}
.category-tab .content-body{
height: fit-content;
height: -moz-fit-content;
padding-top: 16px;
}

.category-tab ul li a {
    border: 0 none;
    border-radius: 0;
    color: #fff;
    display: block;
    font-family: shabnam-fd;
    font-size: 14px;
    text-transform: uppercase;
}

.category-tab ul li a:hover,.category-tab ul li a:active {
    background: var(--wbc2);
    color: #fff;
}

.nav-tabs li.active a,
.nav-tabs li.active a:hover,
.nav-tabs li.active a:focus {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color:var(--wbc2);
    border: 0px;
    color: var(--wtc2);
    cursor: default;
    margin-right: 0;
    margin-left: 0;
}

.nav-tabs li a {
    border: 1px solid rgba(0, 0, 0, 0);
    border-radius: 4px 4px 0 0;
    line-height: 1.42857;
    margin-right: 0;
}

.recommended_items {
    overflow: hidden;
}

#recommended-item-carousel .carousel-inner .item {
    padding-left: 0;
}

.recommended-item-control {
    position: absolute;
    top: 41%;
}

.recommended-item-control i {
    background: none repeat scroll 0 0 #FE980F;
    color: #FFFFFF;
    font-size: 20px;
    padding: 4px 10px;
}

.recommended-item-control i:hover {
    background: #ccccc6;
}

.recommended_items h2 {}

.our_partners {
    overflow: hidden;
}

.our_partners ul {
    background: #F7F7F0;
    margin-bottom: 50px;
}

.our_partners ul li a:hover {
    background: none;
}


/*************************
*******Shop CSS******
**************************/

#advertisement {
    padding-bottom: 45px;
}

#advertisement img {
    width: 100%;
}

.pagination {
    display: inline-block;
    margin-bottom: 25px;
    margin-top: 0;
    padding-left: 15px;
}

.pagination li:first-child a,
.pagination li:first-child span {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    margin-left: 0;
}

.pagination li:last-child a,
.pagination li:last-child span {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}

.pagination .active a,
.pagination .active span,
.pagination .active a:hover,
.pagination .active span:hover,
.pagination .active a:focus,
.pagination .active span:focus {
    background-color: #FE980F;
    border-color: #FE980F;
    color: #FFFFFF;
    cursor: default;
    z-index: 2;
}

.pagination li a,
.pagination li span {
    background-color: #f0f0e9;
    border: 0;
    float: left;
    line-height: 1.42857;
    margin-left: -1px;
    padding: 6px 12px;
    position: relative;
    text-decoration: none;
    margin-right: 5px;
    color: #000;
}

.pagination li a:hover {
    background: #FE980F;
    color: #fff;
}


/*************************
*******Product Details CSS******
**************************/

.product-details {
    overflow: hidden;
}

#similar-product {
    margin-top: 15px;
    margin-bottom: 10px;
}

#reviews {
    padding-left: 25px;
    padding-right: 25px;
}

.product-details {
    margin-bottom: 40px;
    overflow: hidden;
    margin-top: 10px;
}

.view-product {
    position: relative;
}

/*@media (max-width: 800px){
.view-product img {
height:auto;
    width: 100%;
}
}*/

.view-product h3 {
    background: #FE980F;
    bottom: 0;
    color: #FFFFFF;
    font-family: shabnam-fd;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 0;
    padding: 8px 20px;
    position: absolute;
    right: 0;
}

#similar-product .carousel-inner .item {
    padding-left: 0px;
}

#similar-product .carousel-inner .item img {
    display: inline-block;
    margin-left: 15px;
}

.item-control {
    position: absolute;
    top: 35%;
}

.item-control i {
    background: #FE980F;
    color: #FFFFFF;
    font-size: 20px;
    padding: 5px 10px;
}

.item-control i:hover {
    background: #ccccc6;
}

.product-information {
    border: 1px solid #E6E4DF;
    overflow: hidden;
    padding-bottom: 17px;
    padding-inline: 11px;
    padding-top: 26px;
    position: relative;
        font-size: 16px;
}
.d-flex{
display: flex;
}
.call-for-price p{
    display: block;
    text-align: center;
    font-size: 14px;
    padding-inline: 5px;
    font-weight: 900;
}
.call-for-price p:first-child{
display: block;
text-align: center;
}
.newarrival {
    position: absolute;
    top: 2px;
    left: 2px;
    width: 25px;
}

.product-information h2 {
    color: #363432;
    margin-top: 0;
    font-size: 24px;
    margin-bottom: 14px;
}

.product-information p {
    color: #696763;
    margin-bottom: 5px;
}

.product-information div.in-p {
    display: inline-block;
    margin-bottom: 8px;
    margin-top: 11px;
    vertical-align: top;
}

.product-information div.in-p .price span:first-child {
      color: var(--mc);
    font-size: 22px;
    font-weight: 700;
    margin-top: 0px;
}

.product-information div.in-p input {
    border: 1px solid #DEDEDC;
    color: #696763;
    font-family: shabnam-fd;
    font-size: 20px;
    font-weight: 700;
    height: 34px;
    outline: medium none;
    text-align: center;
    width: 50px;
}

.product-information div.in-p label {
    color: #696763;
    font-family: shabnam-fd;
    font-weight: 700;
    margin-right:0;
}

.share {
    margin-top: 15px;
}

.cart {
    background: var(--mc);
    border: 0 none;
    border-radius: 0;
    color: #FFFFFF!important;
    font-family: shabnam-fd;
    font-size: 15px;
    margin-left: 20px;
}

.shop-details-tab {
    margin-bottom: 75px;
    margin-left: 15px;
    margin-right: 15px;
    padding-bottom: 10px;
        width: 100%;
}

.shop-details-tab .col-sm-12 {
    padding-left: 0;
    padding-right: 0;
}

#reviews ul {
    background: #FFFFFF;
    border: 0 none;
    list-style: none outside none;
    margin: 0 0 20px;
    padding: 0;
}

#reviews ul li {
    display: inline-block;
}

#reviews ul li a {
    color: #696763;
    display: block;
    font-family: shabnam-fd;
    font-size: 14px;
    padding-right: 15px;
}

#reviews ul li a i {
    color: #FE980F;
    padding-right: 8px;
}

#reviews ul li a:hover {
    background: #fff;
    color: #FE980F;
}

#reviews p {
    color: #363432;
}

#reviews form span {
    display: block;
}

#reviews form span input {
    background: #F0F0E9;
    border: 0 none;
    color: #A6A6A1;
    font-family: shabnam-fd;
    font-size: 14px;
    outline: medium none;
    padding: 8px;
    width: 48%;
}

#reviews form span input:last-child {
    margin-left: 3%;
}

#reviews textarea {
    background: #F0F0E9;
    border: medium none;
    color: #A6A6A1;
    height: 195px;
    margin-bottom: 25px;
    margin-top: 15px;
    outline: medium none;
    padding-left: 10px;
    padding-top: 15px;
    resize: none;
    width: 99.5%;
}

#reviews button {
    background: #FE980F;
    border: 0 none;
    border-radius: 0;
    color: #FFFFFF;
    font-family: shabnam-fd;
    font-size: 14px;
}


/*************************
*******404 CSS******
**************************/

.logo-404 {
    margin-top: 60px;
}
.content-404 h1 {
    color: #363432;
    font-family: shabnam-fd;
    font-size: 21px;
    font-weight: 300;
}

.content-404 img {
    margin: 0 auto;
    max-width:45%;
}

.content-404 p {
    color: #363432;
    font-family: shabnam-fd;
    font-size: 18px;
}

.content-404 h2 {
    margin-top: 50px;
}

.content-404 h2 a {
    background: #FE980F;
    color: #FFFFFF;
    font-family: shabnam-fd;
  font-size: 22px;
    font-weight: 300;
    padding: 8px 40px;
}


/*************************
*******login page CSS******
**************************/

#form {
    display: block;
    margin-bottom: 185px;
    margin-top: 185px;
    overflow: hidden;
}

.login-form {}

.signup-form {}

.login-form h2,
.signup-form h2 {
    color: #696763;
    font-family: shabnam-fd;
    font-size: 20px;
    font-weight: 300;
    margin-bottom: 30px;
}

.login-form form input,
.signup-form form input {
    background: #F0F0E9;
    border: medium none;
    color: #696763;
    display: block;
    font-family: shabnam-fd;
    font-size: 14px;
    font-weight: 300;
    height: 40px;
    margin-bottom: 10px;
    outline: medium none;
    padding-left: 10px;
    width: 100%;
}

.login-form form span {
    line-height: 25px;
}

.login-form form span input {
    width: 15px;
    float: right;
    height: 15px;
    margin-left: 5px;
}

.login-form form button {
    margin-top: 23px;
}

.login-form form button,
.signup-form form button {
    background: var(--mc);
    border: medium none;
    border-radius: 0;
    color: #FFFFFF;
    display: block;
    font-family: shabnam-fd;
    padding: 6px 25px;
}

.login-form label {}

.login-form label input {
    border: medium none;
    display: inline-block;
    height: 0;
    margin-bottom: 0;
    outline: medium none;
    padding-left: 0;
}

.or {
    background: var(--mc);
    border-radius: 40px;
    color: #FFFFFF;
    font-family: shabnam-fd;
    font-size: 16px;
    height: 50px;
    line-height: 50px;
    margin-top: 29px;
    text-align: center;
    width: 50px;
}


/*************************
*******Cart CSS******
**************************/

#do_action {
    margin-bottom: 50px;
}

.breadcrumbs {
    position: relative;
}

.breadcrumbs .breadcrumb {
    background: transparent;
    margin-bottom: 10px;
    padding-right: 0;
}

.breadcrumbs .breadcrumb li a {
    background: var(--mc);
    color: #FFFFFF;
    padding: 3px 7px;
}

.breadcrumbs .breadcrumb li a:after {
    content: "";
    height: auto;
    width: auto;
    border-width: 8px;
    border-style: solid;
    border-color: transparent var(--mc) transparent transparent;
    position: absolute;
     top: 1px;
    left: -15px;
}
.breadcrumb>li {
    position: relative;
}
.breadcrumbs .breadcrumb>li+li:before {
    content: " ";
}

#cart_items .cart_info {
    border: 1px solid #E6E4DF;
    margin-bottom: 29
}

#cart_items .cart_info .cart_menu {
    background: var(--mc);
    color: #fff;
    font-size: 16px;
    font-family: shabnam-fd;
    font-weight: normal;
}

#cart_items .cart_info .table.table-condensed thead tr {
    height: 51px;
}

#cart_items .cart_info .table.table-condensed tr {
    border-bottom: 1px solid#F7F7F0
}

#cart_items .cart_info .table.table-condensed tr:last-child {
    border-bottom: 0
}

.cart_info table tr td {
    border-top: 0 none;
    vertical-align: inherit;
    margin-right: 5px;
}

#cart_items .cart_info .image {
    padding-left: 30px;
}

#cart_items .cart_info .cart_description h4 {
    margin-bottom: 0;
    height: 40px;
    overflow: hidden;
}
.cart_description{
   max-width: 242px;
}
#cart_items .cart_info .cart_description h4 a {
    color: #363432;
    font-family: shabnam-fd;
    font-size: 18px;
    font-weight: normal;
}

#cart_items .cart_info .cart_description p {
    color: #696763
}

#cart_items .cart_info .cart_price p {
    color: #696763;
    font-size: 18px
}

#cart_items .cart_info .cart_total_price {
    color:var(--mc);
    font-size: 20px;
}

.cart_product {
    display: block;

}

.cart_quantity_button span {
    background:#f5f5f5;
    color: #696763;
    display: inline-block;
    font-size: 16px;
    height: 28px;
    overflow: hidden;
    text-align: center;
    width: 35px;
    float: left;
    line-height: 28px;
cursor: pointer;
}

.cart_quantity_input {
    color: #696763;
    float: left;
    font-size: 16px;
    text-align: center;
     width: 35px;
}

.cart_delete {
    display: block;
    margin-right: -12px;
    overflow: hidden;
}

.cart_delete a {
    background: #F0F0E9;
    color: #FFFFFF;
    padding: 5px 7px;
    font-size: 16px
}

.cart_delete a:hover {
    background: #FE980F
}

.bg h2.title {
    margin-right: 0;
    margin-left: 0;
    margin-top: 0;
}

.heading h3 {
    color: #363432;
    font-size: 20px;
    font-family: shabnam-fd;
}

.heading p {
    color: #434343;
    font-size: 16px;
    font-weight: 300;
}

#do_action .total_area {
    padding-bottom: 18px !important;
}

#do_action .total_area,
#do_action .chose_area {
    border: 1px solid #E6E4DF;
    color: #696763;
    padding:30px 25px 34px 33px;
    margin-bottom: 80px;
}

.total_area ul li {
    background: #f5f5f5;
    color: #696763;
    margin-top: 10px;
    padding: 7px 20px;
    text-align: right;
}

.user_option label {
    color: #696763;
    font-weight: normal;
    margin-left: 10px;
}

.user_info {
    display: block;
    margin-bottom: 15px;
    margin-top: 20px;
    overflow: hidden;
}

.user_info label {
    color: #696763;
    display: block;
    font-size: 15px;
    font-weight: normal;
}

.user_info .single_field {
    width: 31%
}

.user_info .single_field.zip-field input {
    background: transparent;
    border: 1px solid#F0F0E9
}

.user_info>li {
    float: left;
    margin-right: 10px
}

.user_info>li>span {}

.user_info input,
select,
textarea {
    background: #F0F0E9;
    border: 0;
    color: #696763;
    padding: 5px;
    width: 100%;
    border-radius: 0;
    resize: none
}

.user_info select:focus {
    border: 0
}

.chose_area .update {
    margin-left: 40px;
}

.update,
.check_out,.btnav {
    background: var(--mc);
    border-radius: 0;
    color: #FFFFFF;
    margin-top: 18px;
    border: none;
    padding: 5px 15px;
}

.update {
    margin-left: 40px;
}

.check_out {
    margin-left: 20px
}
.btn:hover, .btn:focus {
    color: #ffff;
}

/*************************
*******checkout CSS******
**************************/

.step-one {
    margin-bottom: -10px
}

.register-req,
.step-one .heading {
    background: none repeat scroll 0 0 #F0F0E9;
    color: #363432;
    font-size: 20px;
    margin-bottom: 35px;
    padding: 10px 25px;
    font-family: shabnam-fd;
}

.checkout-options {
    padding-left: 20px
}

.checkout-options h3 {
    color: #363432;
    font-size: 20px;
    margin-bottom: 0;
    font-weight: normal;
    font-family: shabnam-fd;
}

.checkout-options p {
    color: #434343;
    font-weight: 300;
    margin-bottom: 25px;
}

.checkout-options .nav li {
    float: left;
    margin-right: 45px;
    color: #696763;
    font-size: 18px;
    font-family: shabnam-fd;
    font-weight: normal;
}

.checkout-options .nav label {
    font-weight: normal;
}

.checkout-options .nav li a {
    color: #FE980F;
    font-size: 18px;
    font-weight: normal;
    padding: 0
}

.checkout-options .nav li a:hover {
    background: inherit;
}

.checkout-options .nav i {
    margin-right: 10px;
    border-radius: 50%;
    padding: 5px;
    background: #FE980F;
    color: #fff;
    font-size: 14px;
    padding: 2px 3px;
}

.register-req {
    font-size: 14px;
    font-weight: 300;
    padding: 15px 20px;
    margin-top: 35px;
}

.register-req p {
    margin-bottom: 0
}

.shopper-info p,
.bill-to p,
.order-message p {
    color: #696763;
    font-size: 20px;
    font-weight: 300
}

.shopper-info .btn-primary {
    background: #FE980F;
    border: 0 none;
    border-radius: 0;
    margin-right: 15px;
    margin-top: 20px;
}

.form-two,
.form-one {
    float: left;
    width: 47%
}

.shopper-info>form>input,
.form-two>form>select,
.form-two>form>input,
.form-one>form>input {
    background: #F0F0E9;
    border: 0 none;
    margin-bottom: 10px;
    padding: 10px;
    width: 100%;
    font-weight: 300
}

.form-two>form>select {
    padding: 10px 5px
}

.form-two {
    margin-left: 5%
}

.order-message textarea {
    font-size: 12px;
    height: 335px;
    margin-bottom: 20px;
    padding: 15px 20px;
}

.order-message label {
    font-weight: 300;
    color: #696763;
    font-family: shabnam-fd;
    margin-left: 10px;
    font-size: 14px
}

.review-payment h2 {
    color: #696763;
    font-size: 20px;
    font-weight: 300;
    margin-top: 45px;
    margin-bottom: 20px
}

.payment-options {
    margin-bottom: 125px;
    margin-top: -25px
}

.payment-options span label {
    color: #696763;
    font-size: 14px;
    font-weight: 300;
    margin-right: 30px;
}

#cart_items .cart_info .table.table-condensed.total-result {
    margin-bottom: 10px;
    margin-top: 35px;
    color: #696763
}

#cart_items .cart_info .table.table-condensed.total-result tr {
    border-bottom: 0
}

#cart_items .cart_info .table.table-condensed.total-result span {
    color: #FE980F;
    font-weight: 700;
    font-size: 16px
}

#cart_items .cart_info .table.table-condensed.total-result .shipping-cost {
    border-bottom: 1px solid #F7F7F0;
}


/*************************
*******Blog CSS******
**************************/

.blog-post-area .single-blog-post h3 {
    color: #696763;
    font-size: 16px;
    font-family: shabnam-fd;
    text-transform: uppercase;
    font-weight: 500;
    margin-bottom: 17px;
}

.single-blog-post>a {}

.blog-post-area .single-blog-post a img {
    border: 1px solid #E6E4DF;
    width: 100%;
    margin-bottom: 30px
}
.avand-blog-post a img {
    border: 1px solid #E6E4DF;
    width: 50%;
    margin-bottom: 30px;

}

.blog-post-area .single-blog-post p {
    color: #363432
}

.blog-post-area .post-meta {
    display: block;
    margin-bottom: 25px;
    overflow: hidden;
}

.blog-post-area .post-meta ul {
    padding: 0;
    display: inline;
}

.blog-post-area .post-meta ul li {
    background: #F0F0E9;
    float: left;
    margin-right: 10px;
    padding: 0 5px;
    font-size: 11px;
    color: #393b3b;
    position: relative;
}

.blog-post-area .post-meta ul li i {
    background: #FE980F;
    color: #FFFFFF;
   margin-left: -4px;
    margin-right: 7px;
    padding: 0px 4px;
    float: left;
}

.sinlge-post-meta li i:after,
.blog-post-area .post-meta ul li i:after {
    content: "";
    position: absolute;
    width: auto;
    height: auto;
    border-color: transparent transparent transparent #FE980F;
    border-width: 4px;
    border-style: solid;
    top: 4px;
    left: 20px;
}

.blog-post-area .post-meta ul span {
    float: right;
    color: #FE980F
}

.post-meta span {
    float: right;
}

.post-meta span i {
    color: #FE980F
}

.blog-post-area .single-blog-post .btn-primary {
    background: #FE980F;
    border: medium none;
    border-radius: 0;
    color: #FFFFFF;
    margin-top: 17px;
}

.pagination-area {
    margin-bottom: 45px;
    margin-top: 45px
}

.pagination-area .pagination li a {
    background: #F0F0E9;
    border: 0 none;
    border-radius: 0;
    color: #696763;
    margin-right: 5px;
    padding: 4px 12px;
}

.pagination-area .pagination li a:hover,
.pagination-area .pagination li .active {
    background: #FE980F;
    color: #fff
}


/*************************
*******Blog Single CSS******
**************************/

.pager-area {
    overflow: hidden;
}

.pager-area .pager li a {
    background: #F0F0E9;
    border: 0 none;
    border-radius: 0;
    color: #696763;
    font-size: 12px;
    font-weight: 700;
    padding: 4px;
    text-transform: uppercase;
    width: 57px;
}

.pager-area .pager li a:hover {
    background: #FE980F;
    color: #fff
}

.rating-area {
    border: 1px solid #E6E4DF;
    direction: block;
    overflow: hidden;
}

.rating-area ul li {
    float: left;
    padding: 5px;
    font-size: 12px
}

.rating-area .ratings {
    float: left;
    padding-left: 0;
    margin-bottom: 0
}

.rating-area .ratings li i {
    color: #CCCCCC
}

.rating-area .rate-this {
    color: #363432;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
}

.rating-area .ratings .color,
.rating-area .color {
    color: #FE980F
}

.rating-area .tag {
    float: right;
    margin-bottom: 0;
    margin-right: 10px;
}

.rating-area .tag li {
    padding: 5px 2px;
}

.rating-area .tag li span {
    color: #363432;
}

.socials-share {
    margin-bottom: 30px;
    margin-top: 18px;
}

.commnets .media-object {
    margin-right: 15px;
    width: 100%;
}

.commnets {
    border: 1px solid #E6E4DF;
    padding: 18px 18px 18px 0;
    margin-bottom: 50px
}

.commnets .pull-left {
    margin-right: 22px
}

.commnets p,
.response-area p,
.replay-box p {
    font-size: 12px
}

.media-heading {
    color: #363432;
    font-size: 14px;
    font-weight: 700;
    font-family: shabnam-fd;
    margin-bottom: 15px
}

.blog-socials {
    margin-bottom: -9px;
    margin-top: 14px;
}

.blog-socials ul {
    padding-left: 0;
    overflow: hidden;
    float: left;
}

.blog-socials .btn.btn-primary {
    margin-top: 0;
}

.blog-socials ul li {
    float: left;
    height: 17px;
    margin-right: 5px;
    text-align: center;
    width: 17px;
}

.blog-socials ul li a {
    color: #393B3B;
    display: block;
    font-size: 10px;
    padding: 1px;
    background: #F0F0E9;
}

.blog-socials ul li a:hover {
    color: #fff;
    background: #FE980F
}

.media-list .btn-primary,
.commnets .btn-primary {
    background: #FC9A11;
    border: 0 none;
    border-radius: 0;
    color: #FFFFFF;
    float: left;
    font-size: 10px;
    padding: 1px 7px;
    text-transform: uppercase;
}

.response-area h2 {
    color: #363432;
    font-size: 20px;
    font-weight: 700;
}

.response-area .media {
    border: 1px solid #E6E4DF;
    padding: 18px 18px 18px 0;
    margin-bottom: 27px
}

.response-area .media img {
    height: 102px;
    width: 100%;
}

.response-area .media .pull-left {
    margin-right: 25px
}

.response-area .second-media {
    margin-left: 5%;
    width: 95%;
}

.sinlge-post-meta {
    overflow: hidden;
    padding-left: 0;
    margin-bottom: 15px
}

.sinlge-post-meta li {
    background: #F0F0E9;
    color: #363432;
    float: left;
    font-size: 10px;
    font-weight: 700;
    margin-right: 10px;
    padding: 0 10px 0 0;
    position: relative;
    text-transform: uppercase;
}

.sinlge-post-meta li i {
    background: #FE980F;
    color: #FFFFFF;
    margin-right: 10px;
    padding: 8px 10px;
}

.sinlge-post-meta li i:after {
    top: 7px;
    border-width: 6px;
    left: 27px;
}

.replay-box {
    margin-bottom: 107px;
    margin-top: 55px;
}

.replay-box h2 {
    font-weight: 700;
    font-size: 20px;
    color: #363432;
    margin-top: 0;
    margin-bottom: 45px
}

.replay-box label {
    background: #FE980F;
    color: #FFFFFF;
    margin-bottom: 15px;
    padding: 3px 15px;
    float: left;
    font-weight: 400;
}

.replay-box span {
    color: #FE980F;
    float: right;
    font-weight: 700;
    margin-top: 21px;
}

.replay-box form input {
    border: 1px solid #E6E4DF;
    color: #ADB2B2;
    font-size: 12px;
    margin-bottom: 22px;
    padding: 8px;
    width: 100%;
}

.replay-box form input:hover,
.text-area textarea:hover {
    border: 1px solid #FE980F;
}

.text-area {
    margin-top: 66px
}

.text-area textarea {
    background: transparent;
    border: 1px solid#F7F7F0
}

.btn.btn-primary {
    background: #FE980F;
    border: 0 none;
    border-radius: 0;
    margin-top: 16px;
}

.blank-arrow {
    position: relative;
}

.blank-arrow label:after {
    content: "";
    position: absolute;
    width: auto;
    height: auto;
    border-style: solid;
    border-width: 8px;
    border-color: #FE980F transparent transparent transparent;
    top: 25px;
    left: 5px
}


/*************************
******* Contact CSS ********
**************************/

.contact-map {
    width: 100%;
    height: 385px;
    margin-bottom: 70px
}

.contact-info .heading,
.contact-form .heading {
    text-transform: capitalize;
}

.contact-form .form-group {
    margin-bottom: 20px;
}

 .form-control::-moz-placeholder {
    color: #8D8D8D;
}

 .form-control {
    background-color: #fff;
    border: 1px solid #ddd;
    color: #696763;
    height: 46px;
    padding: 6px 12px;
    width: 100%;
    font-size: 16px;
    border-radius: 4px;
    -webkit-box-shadow: inherit;
    box-shadow: inherit;
}
.form-control.av-select
{
    border:none;
    color: #696763;
    background-color: #F0F0E9;
}

 #message {
    height: 160px;
    resize: none;
}

#main-contact-form .btn-primary {
    margin-bottom: 15px;
    margin-top: 20px;
}

 .form-control:focus,
 .form-control:hover {
    -webkit-box-shadow: inherit;
    box-shadow: inherit;
    border-color: var(--mc);
}

 .contact-info {
    padding: 0 20px;
}

 .contact-info address {
    margin-bottom: 40px;
    margin-top: -5px;
}

 .contact-info p {
    margin-bottom: 0;
    color: #696763;
    font-size: 16px;
    line-height: 25px;
}

.social-networks {
    overflow: hidden;
    text-align: center;
}

.social-networks ul {
    margin-top: -5px;
    padding: 0;
    display: inline-block;
}

.social-networks ul li {
    float: left;
    text-decoration: none;
    list-style: none;
    margin-right: 20px;
}

.social-networks ul li:last-child {
    margin-right: 0;
}

.social-networks ul li a {
    color: #999;
    font-size: 25px;
}

.contact-info .social-networks ul li a i {
    background: none;
}

.contact-info .social-networks ul li a:hover {
    color: #FE980F;
}
.nav {
    padding-right: 0;

}
.logo img {
    position: relative;
    max-height: 37px;
}
.nav-tabs>li {
    float: right;
}
.left.control-carousel{
left:0
}
.score-wrap {
    display: inline-block;
    position: relative;
    height: 19px;
    text-align: right;
    line-height: 1;
}
.score .stars-active {
    color: #EEBD01;
    position: relative;
    z-index: 10;
    display: inline-block;
    overflow: hidden;
    white-space: nowrap;
    font-size: 17px;
    margin-right: 0;
}
.product-show .score span {
    font-size: 100%;
    margin-right: 3px;
}
.score-star {
    margin-left: 23px;
    position: relative;
    display: block;
    cursor: pointer;
        color: var(--ptc);
}
.comment .score-star{
    top: unset;
}
.number-item.product{
    width: 36px;
}
.stock-check {
    width: fit-content;
    width: -moz-fit-content;
}
.score-star span {
    font-size: 81.25%;
    vertical-align: middle;
}
.score .stars-inactive {
    color: grey;
    position: absolute;
    top: 0;
    right: 0;
    -webkit-text-stroke: initial;
    overflow: hidden;
    font-size: 17px;
    margin-right: 0;
}
.product-show .score span {
    font-size: 16px;
    margin-right: 3px;
}
.left{
left:0
}
.share-i i, .share-i .btn{
    padding: 2px 8px 0px 8px;
    border-radius: 0;
    color: #737171;
    background-color: #efefef;
    font-size: 23px;
}
.share-i .btn{
    font-size: 13px;
    padding: 0;
}
.share-i .btn i{
    font-size: 20px;
}
.share-i .btn span {
    position: relative;
    top: -3px;
    left: 8px;
}
.discount-pro span.dis{
    color: #ffffff;
    border-radius: 11px;
    padding: 2px 5px;
    background-color: #fe980f;
    font-size: 12px;
    margin: 2px;
}
.discount-pro span.old{
color: #afada9;
    text-decoration: line-through;
    font-size: 20px;
}
.product-information div.in-p .price span:nth-child(2){
 vertical-align: super;
    font-size: 16px;
    margin-top: 14px

}
.call-for-price span.active{
    color: #ffffff;
        width: 100%;
}
div.property {
    list-style: none;
    padding: 0;
    height: 98px;
    overflow: hidden;
    position: relative;
    transition: height 0.5s ease;
}
div.property.mo{
    max-height: 177px;
}
div.property.expanded {
    height: auto;
}
#showMoreDetailBtn{
    border: 1px solid gray;
    font-size: 14px;
    margin: 6px 0;
    padding: 3px 10px;

}
.filter-parent,.filter-title{
    display: inline-block;
}
.filter-t{
float:right;
padding:0;
}
.filter-v{
    float: right;
}
.form-control {
border-radius:0
}
.more-f{
    color: #fe980f!important;
    cursor: pointer;
}
.content-body.mosh{
overflow:hidden
}
.more-p{
padding-right: 30px;
    color: #fe980f;
    cursor: pointer;
}
.product-show .anotherPhoto {
    opacity: 0.8;
    text-align: center;
    display: inline-block;
    margin: 2px;
    cursor:pointer
}
.swiper.suggest
{
    height: fit-content;
    height: -moz-fit-content;
    overflow:hidden;
}
.cart_product img {
   max-width: 113px;
    width: 100%;
    max-height: 113px;

}
 table tr.cart_menu  {
    text-align: center;
}
.jc-right, .jc-left{
    box-shadow: none!important;
    background:var(--mc)!important;
    color: rgb(255, 255, 255)!important;
    font-size: 20px!important;
    padding: 5px 10px!important;
    border-radius:0!important;
        width: 31px!important;
    height: 31px!important;
}

.jc-right svg, .jc-left svg {

    fill: #ffffff!important;
}
.suggest .jc-right
{
    right:10px!important;
}
.suggest .jc-left
{
    left:10px!important;
}
.sw-card
{
    width: 300px;
    display: inline-block;
    padding-inline: 10px;
}
.sw-discount {
    margin: 13px 7px 0px;
    margin-top: 0 1;
    text-decoration: line-through;
    padding-top: 1.5rem!important;
}
img.av-register.refresh-captcha
{
    position: absolute;
    bottom: 55px;
    height: 40px;
    cursor: pointer;
    width: 86px;
    border-radius: 0.2rem;
    top: 0;
    left: 0;
}
.d-captcha
{
    position:relative;
}

span.av-register.refresh-captcha {
    position: absolute;
    bottom: 49px;
    left: 89px;
    font-size: 27px;
    margin: 0;
    cursor: pointer;
    top: 0;
}
.sidebar {
    position: absolute;
    height: fit-content;
    z-index: 998;
    width: 220px;
    margin: 0 28px;
    right: 0;
    top: 15px;
}
.article-menu-mode {
    margin-top: 0 !important;
    min-height: 880px !important;
}
.sidebar .sidebar-chiled{
    padding: 0;
    padding-inline: 10px;
    height: 100%;
    overflow: auto;
    overflow-x: hidden;
}

.sidebar .sidebar-chiled::-webkit-scrollbar {
   margin-left: 5px;
    width: 2px;
    height: 90%;
}
.sidebar .sidebar-chiled::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey;
  border-radius: 10px;
}
.sidebar .sidebar-chiled::-webkit-scrollbar-thumb {
  background: #130073;
  border-radius: 10px;
}

.sh-card {
    border: 1px solid #E6E4DF;
    background-color: #fff;
}
.user-menu-info a {
    position: relative;
}
.sidebar a {
    display: block;
    color: #5a5658;
    padding: 16px;
    text-decoration: none;
}
.m-user-dc {
    display: inline-block!important;
}
.order-profile-mob {
    width: 133px;
    max-height: -34px;
    height: 21px;
    overflow: hidden;
    font-size: 87.5%;
    display: inline;
    position: relative;
    top: 27px;
}
.user-menu-info a {
    position: relative;
}
.sidebar a {
    display: block;
    color: #5a5658;
    padding: 16px;
    text-decoration: none;
}
.user-menu-info a:nth-of-type(3) {
    font-size: 12px;
    font-weight: 600;
    color: #19bfd3;
}
.user-menu-info a {
    position: relative;
}
.order-profile-pic {
    width: 54px;
    border: 1px solid #ccc;
    border-radius: 50%;
    display: inline-block;
    margin: 12px 6px;
}
.cart-item img {
    width: 100%;
    max-width: 85px;
    min-width: 83px;
}
.btn-border{
    border: 1px dashed #b8b8b9;
    background-color: #fbfbfb;
    color: #403f3d;
    border-radius: 0;
}
.btn-border.active{
 border: 1px dashed var(--mc);
 color:var(--mc)
}
.btn-post {
  border: 1px solid #eae6e6;
    background-color: #fbfbfb;
    color: #505050;
    cursor: pointer;
    margin: 4px;
    float: right
}
.btn:active, .btn.active {
    box-shadow: inset 0 3px 5px rgb(0 0 0 / 0%);
}
.address-list i {
    font-size: 125%;
    color: var(--sc);
    padding-left: 5px;
}
.box-address .address-list{
display:inline-block
}
.radioButton input:checked ~ .checkmark {
    background-color: var(--mc);
}
.radioButton .checkmark {
    position: absolute;
    top: 0;
    right: 0;
    height: 20px;
    width: 20px;
    background-color: #eee;
    border-radius: 50%;
}
.radioButton input:checked ~ .checkmark:after {
    display: block;
}
.radioButton .checkmark:after {
    top: 6px;
    left: 6px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: white;
}
.radioButton .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}
.radioButton input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.radioButton {
    display: block;
    position: relative;
    padding-right: 27px;
    margin-right:0;
    margin-bottom: 11px;
    cursor: pointer;
    font-size: 87.5%;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.shipping .delete-address, .shipping .edit-address {
    color: #0a8ccc;
    text-align: right;
    padding-right: 0;
    font-size: 81.25%;
    padding-top: 0;
    background-color: #fff;
    border: none;
    cursor: pointer;
}
.shipping .delete-address {
    color: #eb1741;
}
.left-line::after {
    content: " | ";
    color: #8a8787;
    padding-right: 13px;
}
.empty-cart img {
    width: 100%;
    max-width: 192px;
}
#cart_items .cart_info .cart_price .discount{

    font-size: 14px;

}
.form-check-inline {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 0;
}
.payment-gateway {
    max-width: 67px;
    width: 100%;
    margin: auto;
    border-radius: 9px;
    cursor: pointer;
    border: 1px solid #eb174100;
}
.payment-gateway.active {
border-bottom: 2px solid var(--mc);
}
.img-upload-box img {
    max-width: 373px;
    display: block;
    width: 100%;
}
.box-b{
    border: 1px solid #E6E4DF;
    margin-bottom: 27px;
   padding: 15px;
   border-radius: 0;

}
.open-next .upDo {
    font-size: 162.5%;
    float: left;
    color: #868383;
    cursor: pointer;
}
 .input-group button {
       border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    background-color: #fff0;
    border-right-color: #fff0;
    color: #909090;
    position: absolute;
    z-index: 5;
    left: 15px;
    padding: 0px;
    vertical-align: top;
    top: 11px;
    cursor: pointer;
}
.input-group {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%;
}

.basket{
    position: relative;
}
.basket .badge {
    position: absolute;
    top: -8px;
    left: -6px;
    background-color: var(--mc);
    opacity: 0.7;
}
.charge-wa{
float:none
}
@media(min-width:1000px)
{
.article-menu-mode {
    margin-right: 169px;
    width: calc(100% - 91px);
    min-height: 80vh;
}
}
.gradient-1 {
    color: #fff !important;
    background-image: linear-gradient(
230deg
, #d0d011, #537b03);
    height: 155px;
}
.usr-cart-body {
    adding: 1.88rem 1.81rem;
    flex: 1 1 auto;
    padding: 1.88rem 1.81rem;
}
.usr-cart-title {
    font-size: 100%;
    line-height: 18px;
    color: #fff !important;
    margin-bottom: 0.75rem;
}
.usr-ico-success {
    color: #a4b20c33;
}
.gradient-2, .dropdown-mega-menu .ext-link.link-3 a {
    color: #fff !important;
    background-image: linear-gradient(
230deg
, #08f5bf, #04b3bb);
    height: 155px;
}
.usr-cart {
    margin-bottom: 30px;
    border: 0px;
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    margin-top: 40px;
}
.usr-ico-order {
    color: #07eabe2e;
}
.usr-ico-list {
    color: #ffbd7a40;
}
.gradient-3 {
    color: #fff !important;
    background-image: linear-gradient(
230deg
, #ffc480, #ff763b);
    height: 155px;
}
.usr-dash-ico {
    position: absolute;
    left: 14px;
    left: 0px;
    f: 152px;
    font-size: 168px;
    op: 18px;
    top: -47px;
}
.gradient-4 {
    color: #fff !important;
    background-image: linear-gradient(
230deg
, #cc66ff, #3005b3);
    height: 155px;
}
.usr-dash-ico {
    position: absolute;
    left: 14px;
    left: 0px;
    f: 152px;
    font-size: 168px;
    op: 18px;
    top: -47px;
}
.usr-ico-fav {
    color: #aa51ee2b;
}
.product-show .tool {
    width: 45px;
    position: absolute;
    top: 3px;
    font-size: 22px;
    color: #4e4e4e;
    left: 4px;
    background-color: #ffffff;
    text-align: center;
    z-index: 5;
    cursor: pointer;
}
.product-show .tool.maxi {

    top: 43px;

}
.cancel-item{
    border: 1px solid var(--sc);
    color: var(--sc);
}
.result {
    width: calc(100% - 37px);
    float: left;
    line-height: 2;
    border: none;
}

.slider-carousel-item.active{
    display: flex !important;
}

.slider-carousel-item{
    flex-direction: row-reverse;
    align-items: center;
}

.result-mgn {
    color: #515151;
    font-size: 131.25%;
    background-color: #ffff;
    border: none;
}
.result-btn{
background-color: #ffff;
    border: none;
}
.switch {
      position: relative;
    display: inline-block;
    width: 38px;
    height: 21px;
    margin: 11px 0
}

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
    content: "";
    height: 17px;
    width: 17px;
    left: 3px;
    bottom: 2px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked + .slider {
  background-color: var(--mc);
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(14px);
  -ms-transform: translateX(14px);
  transform: translateX(14px);
}


.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}
.l-switch
{
    font-size:87.5%;
    font-weight: 200;
}

.checkbox {
display: block;
    position: relative;
    padding-right: 35px;
    margin-bottom: 0px;
    cursor: pointer;
    font-size: 92.5%;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-weight: 300;
}


.checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}


 .checkbox .checkmark {
  position: absolute;
  top: 0;
  right: 3px;
  height: 19px;
  width: 19px;
  border-radius: 5px;
  background-color: #c5c3c3;
}


.checkbox:hover input ~  .checkmark {
  background-color: #ccc;
}


.checkbox input:checked ~  .checkmark {
  background-color: var(--mc);
}

.checkbox .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}


.checkbox input:checked ~  .checkmark:after {
  display: block;
}

.checkbox .checkmark:after {
    left: 6px;
    top: 2px;
    width: 7px;
    height: 11px;
    border: solid white;
    border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.empty-info img {
    width: 400px;
}
.empty-info {
text-align:center
}
.box-b a.card-link{
color:#696763
}
@media (min-width: 700px)
{

.user-card {
    top: 20%;
}
.form-group {
    position: relative!important;
}
.usr-label {
    font-size: 75%;
    margin-bottom: 0;
}
.edit_btn {
    width: 50%;
    background: var(--mc) !important;
    color: white !important;
}
}
.sort-search .nav-link.active {
    background-color: var(--sc);
    border-radius: 0;
    padding-bottom: 7px;
    color: #fff;
}
.pro-dc .navbar ul > li {
    font-size: 81.25%;
    color: #636363;
    display:inline-block
}
.nav-link {
    display: block;
    padding: .5rem 1rem;
}
.sort-search li {
    cursor: pointer;
    padding-bottom: 10px;
}
.sort-search li input[type="radio"] {
    margin-left: 5px;
    position: relative;
    bottom: -4px;
}
.menu-site a.active {
    color: var(--mc)!important;
}

.user_card {
    top: 15%;
    width: 350px;
    margin-bottom: auto;
    position: relative;
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding: 10px;
    border: solid 1px #dddddda3;
    border-radius: 5px;
}
.login_btn {
    width: 100%;
    background: var(--mc) !important;
    color: white !important;
    cursor: pointer;
}
.heart-favorite
{
    font-size:30px;
    color: white;
}
.mdi-heart {
    color: #fb3449;
}
.usr-order {
    float: right;
    width: 100%;
    position: relative;
}
.pro-show-links {
    float: right;
}
.usr-order .show-prod {
    color: #12b4cd;
    font-size: 81.25%;
    margin: 7px 0px 0;
    display: block;
}
.usr-order-cost {
    position: absolute;
    left: 12px;
    font-size: 84.75%;
    bottom: 6px;
}
.usr-order img {
    width: 160px;
    float: right;
    border-radius: var(--br);
}
.delete-favorite {
    color: #e84a42;
    position: absolute;
    top: 23px;
    left: 20px;
}
.usr-order .file-edit-dc {
    position: absolute;
    left: 10px;
    top: 44px;
    font-size: 125%;
}
.usr-order h4 {
    height: 57px;
    line-height: 2;
    overflow: hidden;
    color: #333;
    white-space: initial;
    font-weight: 100;
    float: right;
    width: calc(100% - 220px);
    margin-right: 10px;
}
.usr-order .badge {
    position: absolute;
    top: 89px;
    width: 26px;
    right: 177px;
    background-color: #999;
}

.delete-comment {
    position: absolute;
    color: #e84a42;
    font-size: 125%;
    left: 8px;
    cursor: pointer;
}
.usr-cm-title {
    position: absolute;
    right: 178px;
    top: 22px;
    font-weight: 600;
    font-size: 93.75%;
}
.item-show
{
    line-height: 2;
    color: #fff;
}
input.result{
    outline: none;
}

.box-su{
height: 430px;
    width: 100%;
}
.sw-brand-card{
display:inline-block;
    margin: 10px;
}
.sw-brand-card img{
 width: 100%;
    max-width: 92px
}
.swiper.suggest.brand-index{
    height: 140px;
}
.brand-index .card.sw-brand-card{
border: 1px solid #F7F7F5;
    overflow: hidden;
    margin-bottom: 30px;
    padding: 8px;
}
#cart_items #productBodyShipping{
height: 114px
}
#cart-shi #productBodyShipping{
height: 134px
}
.swiper.allImage {
    height: 110px;
    overflow: hidden;
}
.swiper.allImage .items {
    height: 135px;
}
.btn{
border-radius:0
}
button.clipboard{
    width: 115px;
    transition: width 0.5s;
    padding-left: 8px;
}
button.clipboard:hover{
    width: 140px;
}
/*.img-responsive {
    width: 600px;
    height: 400px;
}*/
@media (max-width: 1200px){
#slider .img-responsive {
    display: inline-block;
}
.control-carousel {

    }
}
.card-min{
 display: inline-block;
padding: 5px;
}
select.form-control:not([size]):not([multiple]) {

    -moz-appearance: none;
    -webkit-appearance: none;
    text-indent: 0.01px;
    background-image: url(/content/images/chevron-down.svg);
    background-position: left 10px center;
    background-repeat: no-repeat;
    background-size: auto 50%;
}
.modal-header .close {
    margin-top: -16px;
}
.usr-address {
    width: 100%;
    height: 21px;
    overflow: hidden;
    font-size: 81.25%;
}
.usr-address-info span {
    color: #9f9f9f;
    display: block;
    font-size: 75%;
    padding: 6px 10px;
}
.variation-address-block {
    font-size: 75%;
    font-weight: 600;
    padding: 0 10px;
    cursor: pointer;
}
.variation-address-block .mdi-trash-can {
    color: #ea4335;
}
.file-edit-dc {
    color: #05c1f0;
}
.add-addredss-btn {
    background-color: var(--mc);
    color: var(--mtc);
    font-size: 75%;
    font-weight: 600;
    cursor: pointer;
}
ul.tab {
    border-bottom: 1px solid #e4e4e4;
}
ul.tab li {
    padding: 0;
    list-style: none;
    margin: 0 -2px;
    display: inline-block;
}
.nav-tabs.tab .nav-link.active, .sw-tab-bar .nav-link.active {
    color: var(--mc);
    background-color: #fff0;
    border-color: #fff0 #fff0 var(--mc);
    border-bottom: 3px solid var(--mc);
}
.switch-tab .nav-link {
    font-size: 87.5%!important;
    padding: 16px 23px;
}
.nav-tabs.tab a.active span, .sw-tab-bar a.active span {
    background-color: var(--mc);
    margin-right: 5px;
}
.nav-tabs.tab a span, .sw-tab-bar a span {
    color: var(--mtc);
    border-radius: 50%;
    padding: 0px 7px;
    font-size: 87.5%;
}
.order-history a {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    margin: -13px 0;
    font-weight: 600;
}
.order-view {
    color: #19bfd3;
    font-size: 92.25%;
    float: left;
}
.order-view {
    color: #19bfd3;
    font-size: 92.25%;
    float: left;
}
.order-history span {
    padding: 10px 0;
    font-weight: 600;
    font-size: 93.75%;
}
.order-history p {
    margin: 10px 0;
    color: #666666e0;
}
.list-discount {
    color: var(--mc);
    font-size: 12px!important;
}
.swiper.order-li-it .swiper-items {
    height: 180px;
}
.cart-item {
    display: inline-block;
}
.order-history a {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    margin: -13px 0;
    font-weight: 600;
}
.cart-item img {
    width: 100%;
    max-width: 85px;
    min-width: 83px;
    border-radius: 10px;
}
.swiper.order-li-it {
    height: 100px;
    overflow: hidden;
}

.order-details-card {
    float: left;
}
.card-header {
    background-color: #ffffff!important;
}
.order-details-card .card-header span {
    font-size: 13px;
    font-weight: 600;
    color: #555;
}
.order-details-card .card-header span {
    font-size: 13px;
    font-weight: 600;
    color: #555;
}.order-details-card p:nth-of-type(odd) {
    color: #9f9f9f;
    padding-left: 5px;
}
.order-details-card p {
    display: inline-block;
    font-size: 75%;
    font-weight: 600;
}
.order-details-card p {
    display: inline-block;
    font-size: 75%;
    font-weight: 600;
}
.card-footer .order-detail-info {
    width: 100px;
}
.cart-s .item-p:last-child {
    border-bottom: 1px solid #fff0;
}
.cart-s .item-p {
    border-bottom: 1px solid #e5e5e5;
    width: 100%;
    margin: auto;
    padding: 14px 0px;
}
div.img-pr img {
    max-width: 170px;
    width: 100%;
    max-height: 170px;
    border-radius: 10px;
}
.cart-s .specifications {
    font-size: 82%;
}
.specifications {
    padding: 0;
}
.order-view-adress {
    color: var(--sc);
    font-size: 92.25%;
    float: left;
    font-weight: bold;
}
.cart-s .specifications i {
    font-size: 129.5%;
    color: #97979a;
    padding-left: 4px;
    vertical-align: sub;
}
.order-details-card h4 {
    display: inline-block;
}
.factor-info
{
    padding: 0 10px;
    border-right: 1px solid #000;
}
th
{
    text-align:center!important;

    font-size: 13px!important;
}
tbody tr td
{
    text-align:center!important;

}
.factor-dc,.table.table-striped thead,.table.table-striped thead tr,.table.table-striped thead tr th,.table.table-striped td
{
    border: 1px solid #000;
}
.factor-right-dc
{
    float: right;
    -webkit-transform: rotate(-90deg);
    font-size: 12px;
    font-weight: 600;
    margin-top: 33px;
}
.factor-left-dc
{
    height: 106px;
    border: 1px solid #000;
    border-right:none;
}
.factor-left-dc span
{
    font-size: 13px;
    position: absolute;
    white-space: nowrap;
    right: 3px;
    top: 5px;
}
.factor-dc-signature
{
    border-top:none;
}
.card
{
    margin-bottom:10px
}
.factor-date-dc
{
    line-height: 2;
    white-space: break-spaces!important;
}
.factor-signature
{
border-top:none;
}
.print-btn
{
    background-color:#eb1741;
    color: #fff;
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: #ffffff;
}
.trscn-chart ul, .trscn-chart div {
    display: inline-block;
    color: #6c757d;
    font-size: 15px;
}
.trscn-chart span {
    color: #05c1f0;
    font-weight: 600;
}
.cart-item {
    display: inline-block;
}
.order-history
{
    float: right;
    width: 100%;
}
.sw-tab-bar .nav-link {
    display: inline-block;
}
.sw-tab .jc-left, .sw-tab .jc-right {
    display: none!important;
}
.switch-tab.tab a span, .sw-tab-bar a span {
    margin-right: 7px;
}
.nav-tabs.tab a span, .sw-tab-bar a span {
    background-color: #999999;
}.btn.btn-border:hover, .btn:focus {
    color: var(--mc);
}
@media(max-width: 440px)
{
.usr-order h4 {
    height: 57px;
    margin-right: 10px;
    right: 116px;
    position: absolute;
}
.usr-order .badge {
    top: 97px;
    right: 124px;
}
.usr-cm-body {
    position: absolute;
    top: 51px;
    right: 127px;
    line-height: 1.1;
    height: 32px;
    overflow: hidden;
    width: 106px;
}
.usr-order img {
    width: 124px;
}
}
.order-error-message {
    color: red;
}
.Deadline-message {
    color: red;
    font-size: 75%;
}
.pay-dc {
    position: absolute;
    right: 13px;
    top: 64px;
}
.follow-up-order {
    border: none;
    background-color: var(--mc);
    color: #fff;
    border-radius: 6px;
    font-size: 93.75%;
    padding: 5px 21px;
}
.success-bascket {
    width: 30%;
    height: 175px;
    float: left;
}
.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .open .dropdown-toggle.btn-default
{
     background-color: var(--mc);
    opacity:0.8;
}
.social-lnk
{
    width:30px;
}.box-pro{
    border: 1px solid #E6E4DF;
}
.possibility{
display: inline-block;
    text-align: center;
    margin-top: 0px;
    font-size: 12px;

}
 .possibility i {
    display: inline-block;
    font-size: 181.25%;
    color: #a5a1a1;
}

.side-banner{
position: relative;
}

.side-banner img{
     width: 100%;
    max-width: 260px;
    margin: auto;
    display: block;
    padding-bottom: 14px;
	transition: 0.3s ease-out;
}

.side-banner:hover img {
	opacity: 0.4;
}

.overlay {
	position: absolute;
	left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    display: flex;
    padding: 15px;
    text-align: center;
    color: #fff;
    align-items: center;
    justify-content: center;
}

.side-banner:hover .overlay .btn,
.side-banner:hover .overlay i{
	opacity: 2;
}

.side-banner .overlay .btn,
.side-banner .overlay i{
	opacity: 0;
	transition: all .3s ease-out;
}
.side-banner .overlay i{
    color: var(--mc);
    font-size: 40px;
}


ul.nav-tabs.tab li a span {

    border-radius: 50%;
    padding: 0px 7px;
  margin-right:5px;
  background-color: var(--mc);
}

.nav-tabs.tab a.active
{
    background-color:var(--wbc2);
}
.color-s{

    width: 33px;
    height: 33px;
    border-radius: 50%;
    border: 1px solid #c3c2c2;
    text-align: center;
    padding: 3px;
    display: inline-block;
    cursor: pointer;

}

.color-s div{
    width: 25px;
    height: 25px;
    border-radius: 50%;
    border: 1px solid #fff;
 }
.color-s.select{
 background-color:#32d4f9;
}

.carousel{
    direction:ltr;
}
.pagination>li {
    float: right;
}
p.remain-product
{
    color:#FE980F;
}
.btn-border.changehangeTypes {
   font-size: 14px;
    height: 43px;
}

.card-header {
    border-bottom: 1px solid rgb(0 0 0 / 0%)!important;
}
.color-search {
    width: 8px;
    height: 8px;
    display: inline-block;
    float: left;
    border-radius: 50%;
    margin-top: 5px;
}
.item .col-sm-6 div{
    direction:rtl;
}
@media (min-width: 576px){
.d-sm-block {
    display: block!important;
}


}
@media (min-width: 992px){
.d-lg-none {
    display: none!important;
}
}
@media (min-width: 768px){

.whatsapp-chat
{
    bottom: 11px;
}


.d-md-block {
    display: block!important;
}
.item .col-sm-6 h2
 {
    margin-top:120px;
 }
 .item .col-sm-6 div
 {
    margin-top:15px;
    height: 60px;
    overflow: hidden;

 }

}
@media (min-width: 992px){
.d-lg-none {
    display: none!important;
}

}
.st-pro-ch{
height:37px
}

h2.box-wi.title{
color:var(--wtc1)
}

.parent-it{
    height: 98px;
    overflow: hidden;

}
.color-filter {
    width: 15px;
    height: 15px;
    background-color: #c71585;
    display: inline-block;
    border-radius: 50%;
    vertical-align: middle;
    margin-left: 10px;
}
.blog-comment-box .mdi-account-circle-outline
{
    font-size:40px;
}
@media(min-width:480px){
.social-icons
{

}
}
.shop-menu ul li a:hover , .shop-menu ul li a:focus
{
    background-color:#fff;
}
.writer-profile img {
    border-radius: 50%;
    width: 27px;
    height: 27px;
    margin-left: 5px;
}
.post-show .send-post {
    font-size: 17px;

}
.post-show .like-post, .post-show .visitCount {
    font-size: 27px;

}
.contact-info address
{
    text-align:center;
}
.carousel-indicators
{
    padding-left: 0!important;
    margin-left: -30%!important;
    left: 50%!important;
}
@media(max-width:766px)
{
.carousel-indicators {
        display:none;
}
}
.level-two{
float: initial
}
.tiket-user{
width: calc(100% - 200px);
    float: left;
}
.btndig{
    background-color: var(--mc);
    color: var(--mtc)!important;
    padding: 15px;
    margin: 19px 0px 12px 0px;
    font-size: 104.75%;
    font-weight: 600;
    cursor: pointer;
}
.item-mostVisitedBlog img{
width:100%
}
.item-mostVisitedBlog {
margin-bottom: 13px;
    margin-top: 25px;
}
.mostVisitedBlog div:nth-child(2){
    font-size: 11px;
}
.post-meta ul li {
    display: inline-block;
}
.post-meta ul{
padding:0
}
.single-blog-post img{
border: 1px solid #F7F7F0;
    width: 100%;
    margin-bottom: 30px;
}
.blog .sh-card h6{
display: none;
}
.pagination li:first-child a, .pagination li:first-child span{
border-bottom-right-radius: 0!important;
    border-top-right-radius: 0!important;
    margin-top: 0!important;
}
.page-item:last-child .page-link {
border-bottom-left-radius: 0!important;
border-top-left-radius: 0!important;
    margin-top: 7px!important;
}
@media(max-width:766px){
.blog>div:nth-child(2){
padding: 32px;
}
}
.swiper.swiper-dc
{

}
.jc-left {
    left: 4px!important;
}
.jc-right {
    right: 4px!important;
}
@media (max-width: 767px){
.hidden-xs, tr.hidden-xs, th.hidden-xs, td.hidden-xs {
    display: block!important;
}
.whatsapp-chat
{
  bottom:-25px;
}
}
.whatsapp-chat
{
    font-size: 73px;
    width: 68px;
    border-right: 50%;
    position: fixed;
    left: 11px;
    z-index: 1;
    right: auto;
}

.oneImage {
    height: 100%;
    object-fit: contain;
    border-radius: 0;
}
.c-add{
height:43px
}
.c-add.call{
    position: absolute;
    bottom: 0;
    right: calc(50% - 55px);
}
.modal {
    display: none;
    position: fixed;
    z-index: 9999;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0 0 0 / 60%);
    background-color: rgb(0 0 0 / 60%)
}
.close {
    position: fixed;
    top: 20px;
    left: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
}
.modal-content {
    margin: auto;
    display: block;
    width: auto;
    max-width: 400px;
}
.modal-content-next {

  max-width: 1000px;
}
.justify-content-between{
        justify-content: space-between;
    display: flex;
}
.header-search{
    position: relative;
    top: -9px;
}
.btn{
    border-radius: 5px;
}
.footer-certificates li {
    display: inline-block;
    width: 60px;
}
.footer-certificates li a, .footer-certificates li img{
    width: 100%;
    object-fit: contain;
    margin-top: 0 !important;
}

.footer-certificates li a img,
.follow-social li img,
.follow-social li i{
display: inline-block;
  transition: all 0.3s ease-in-out;
}

.footer-certificates li a img:hover,
.follow-social li img:hover,
.follow-social li i:hover{

  transform: scale(1.1) rotate(-2deg);
}

.footer-certificates li {
    width: 80px;
    height: 80px;
    display: inline-block !important;
    overflow: visible;
    border-radius: 5px;
}
#header {
    position: fixed;
    background-color: white;
    z-index: 1000;
    width: 100%;
    border-bottom: 1px solid #80808033;
    box-shadow: 0 0 12px #8080802b;
    top: 0;
    right: 0;
}
.header-middle{
    height: 73px;
    overflow: hidden;
    transition: height 0.5s;
}
.header_top{
    height: 44.46px;
    overflow: hidden;
    transition: height 0.5s;
}

.mob-head-icon{
    font-size: 29px;
    position: relative;
    top: 5px;
}
.mobile-search{
    width: 37%;
    position: relative;
    right: -18px;
    transition: width 0.5s;
}
.search_box{
position: relative;
}
.search_box input {
    border:1px solid #efe8e8;
    color: #B2B2B2;
    font-size: 12px;
    font-weight: 300;
    height: 35px;
    outline: medium none;
    padding-left: 10px;
    width: 100%;
    background-position: 7px;
}
.search_box button {
    position: absolute;
    height: 35px;
    background-image: url(/statics/images/searchicon.png);
    background-repeat: no-repeat;
    background-position: 12px;
    border: 1px solid #efe8e8;
    background-color: inherit;
    left: -17%;
    width: 40px;
}

#oneImage{
    height: 292px;
    overflow: hidden;
}
/* #img-content{

 width: 351.13px;
 }*/
#product-information, #img-content{

}
.mdi-rss{
    font-size: 24px;
    color: grey;
}
li{
    list-style: none;
}
.post-show .breadcrumb li:first-child a:after{
content: "";
    height: auto;
    width: auto;
    border-width: 8px;
    border-style: solid;
    border-color: transparent var(--mc) transparent transparent;
    position: absolute;
    top: 6px;
    left: -11px;
}
.post-show .breadcrumb li:first-child a {

    background: var(--mc);
    color: #FFFFFF;
    padding: 6px 20px;
}
.post-show .breadcrumb li a.not-first{
color: #999;
}
.bg-mc{
    background: var(--mc);
    color: white;
}
.post-show .title{
color: white;
    font-size: 25px;
    margin-top: 12px;
}
.post-show #fit{
display: flex;
    float: left;
    margin-left: 23px;
}
#impress{
display: flex;
}
.post-show #fit div{
width: fit-content !important;
}
.post-show #fit #study{
width: fit-content;
width: -moz-fit-content;
    color: white;
    line-height: 4.2;
    margin-inline: 22px;
}
.post-show .like-post, .post-show .visitCount {
    line-height: 2.5;
    font-size: 16px;
    margin-inline: 5px;
    color: white;
}
#contact-page{
    margin-top: 3rem;
}
#mapdiv {
    height: 330px;
    border: 1px solid #4d4d4d;
    z-index: 0;
    margin-bottom: 20px;
}
.panel-title.has-image{
position: relative;
    padding-right: 25px;
}
.filter-se.size-filter.form-control{
    max-width: fit-content;
    padding-left: 35px;

}

.work {
    display: block;
    width: 100%;
    height: 270px;
    margin-bottom: 0;
    background-position: top center !important;
    z-index: 0;
    position: relative;
    overflow: hidden;
    border-radius: 4px;
}
.align-items-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
}
.work .icon {
    position: absolute;
    top: 50%;
    right: 50%;
    width: 70px;
    height: 70px;
    content: '';
    z-index: 1;
    background: var(--mc);
    -webkit-transform: translate(50%, 50%);
    -ms-transform: translate(50%, 50%);
    transform: translate(50%, 50%);
    margin-top: -70px;
    opacity: 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.image-popup {
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in;
}
.work .desc {
    z-index: 1;
}
.work .icon span {
    color: #fff;
    width: 100%;
    height: 100%;
    text-align: center;
    font-size: 20px;
    padding-top: 21px;
    cursor: pointer;
}
.work:hover .icon {
    opacity: 1;
}
.tab-content>.active {
    display: block;
    height: fit-content;
}



ul.property{
font-size: 14px;
    color: #4a4a4a;
}

.mx-auto{
margin-inline: auto;
}

button, a{
cursor: pointer;
}

.modal .mdi-window-close{
    color: red;
    font-size: 44px;
    position: absolute;
    top: 0;
    left: 0;
}

.follow-social li{
    display: inline-block;
}
.follow-social li i{
    font-size: 45px;
}
.follow-social li img{
    width: 60px;
    height: 60px;
    border-radius: 5px;
    position: relative;
    top: -10px;
    margin-right: 10px;
}
.user-forget-pass img.refresh-captcha {
    position: absolute;
    top: 16px;
    left: 1px;
    height: 44px;
    cursor: pointer;
    width: 86px;
    border-radius: 0;
}

.user-forget-pass span.refresh-captcha {
    position: absolute;
    left: 87px;
    font-size: 27px;
    margin: 0;
    cursor: pointer;
}
.user-forget-pass  span.refresh-captcha {
    left: 90px!important;
    top: 21px;
}
.user-forget-pass  .usr-label{
    width: 100%;
}

.product-show .tool {
    width: 45px;
    position: absolute;
    top: 6px;
    font-size: 30px;
    color: #4e4e4e;
    right: 21px;
    background-color: #fff;
    text-align: center;
    z-index: 5;
    cursor: pointer;
    border-radius: 2px;
}

.swiper.allImage {
    height: 110px;
    overflow: hidden;
}

.swiper.allImage .items {
    height: 120px;
}

.product-show .anotherPhoto, #showAllImg .anotherPhoto {
    opacity: 0.8;
    width: 78px;
    border: 1px solid #E6E4DF;
    text-align: center;
    border-radius: 2px;
    display: inline-block;
    height: 78px;
    margin: 2px;
     padding-left: 0 !important;
}
.oneImage {
    width: 100%;
    border-radius: 2px !important;
}

#myZoom .card{
    width: 40%;
}

@media (max-width: 768px) {
    #myZoom .card{
        width: 80%;
       margin-top: 50px;
    }
}


.product-show .anotherPhoto img, #showAllImg .anotherPhoto img {
    width: fit-content;
    height: fit-content;
    border-radius: 9px;
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    overflow: hidden;
    width: 100%;
    height: 100%;

}

.bg-white {
    background-color: #fff;
    padding: 13px;
    border: 1px solid #e2e1e1!important;
    border-radius: 2px!important;
}

#myZoom .close {
    color: #ffffff !important;
}

#img01 {
    max-height: 500px;
    object-fit: contain;
}

.product-img img.oneImage {
    max-width: 100% !important;
}

.modal-content {
    margin: auto;
    display: block;
    width: auto;
    max-width: 400px;
}

.swiper.allImage {
    height: 110px;
    overflow: hidden;
}

.swiper.allImage .items {
    height: 120px;
}

.des-more .content-body.p-features .table tr:nth-of-type(even) {
  background-color: #efefef;
}

.des-more .content-body.p-features .table tr td {
    text-align: right!important;
    padding: 8px 10px;
    border-top: none !important;
}

.des-more .content-body.p-features .table tr td:first-child {
    width: 40%;
}

.des-more .content-body.p-features .table tr td:nth-child(2) {
    width: 100%;
}

.product-label {
    left: 15px !important;
    right:unset !important;
}