@font-face{
    font-family: cairo;
    src:url('../fonts/Tajawal-Regular.ttf');
}
body{
    padding: 0;
    margin: 0;
    overflow-x: hidden;
    font-family: cairo;
    text-align: right;
    direction: rtl;
}
.page-container{
    overflow: hidden;
}

a , i ,button , ::after , span , ::before ,  .offer-img , .group .gg-img img , .m-slider .owl-dots .owl-dot span , input,
.searchbox , .product .p-top , .blog-page .section .img , .pprooduct .img{
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.off .bnbb{
    overflow: hidden;
}
.off:hover .offer-img{
    transform: scale(1.5) rotateZ(15deg);
    -ms-transform: scale(1.5) rotateZ(15deg);
    -webkit-transform: scale(1.5) rotateZ(15deg);
}

/**/
._btn{
    position: relative;
    z-index: 1;
    overflow: hidden;
}

._btn::before{
    content: "";
    position: absolute;
    z-index: -1;
    top:0;
    bottom: 0;
    right: 0;
    left: 0;
    background: #FAFAFA;
    opacity: .07;
    transform: scale( 0 , 1);
    -ms-transform: scale(0 , 1);
    -webkit-transform: scale(0 , 1);
}
._btn::before{
    transform-origin: right;
    -ms-transform-origin: right;
    -webkit-transform-origin: right;
}
._btn:hover::before{
    transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
}

._btn:after {
    background: #fff;
    content: "";
    height: 155px;
    left: -75px;
    opacity: .2;
    position: absolute;
    top: -50px;
    -webkit-transform: rotate(35deg);
            transform: rotate(35deg);
    -webkit-transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
    width: 50px;
    z-index: -10;
  }
  
  ._btn:hover:after {
    left: 120%;
    -webkit-transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
  }

  ._btn:hover{
    color: #fff;
  }
/**/
a:hover{
    text-decoration: none;
}
h4{
    position: relative;
    font-size: 23px;
    color: #1D1D26;
    margin-bottom: 20px;
}
h4 span{
    font-size: 40px;
}
h4 a{
    display: inline-block;
    border: 3px solid #707070;
    padding: 10px 20px;
    border-radius: 30px;
    font-size: 18px;
    color: #707070;
    margin: 20px 0;
}
h4 a:hover{
    background: #E8833D;
    color: #fff;
    border: 3px solid hsl(25, 79%, 57%);
}
.ads>div a:hover{
    background: #E8833D;
    color: #fff;
}
.popular{
    padding: 50px 0;
}
.oopop li a{
    display: inline-block;
}
.oopop li a:hover , .social a:hover{
    transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    -webkit-transform: translateY(-3px);
}
.cont:hover{
    color: #E8833D;
}
.subscribe form input[type = "submit"]:hover{
    opacity: .8;
}
/*search box*/
.searchbox{
    position: fixed;
    z-index: 9999999;
    top:0;
    left:0;
    right:0;
    bottom:0;
    padding: 0 10px;
    opacity: 0;
    visibility: hidden;
}
.visible{
    visibility: visible!important;
    opacity: 1!important;
}
.s-overlay{
    position: absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
    z-index: -1;
    background-color: rgba(0,0,0,.5);
}
.searchbox form{
    width: 500px;
    background-color: #fff;
    padding: 20px 20px 50px 20px;
    border-radius: 10px;
    position: relative;
    transform: translateY(-100px);
    -ms-transform: translateY(-100px);
    -webkit-transform: translateY(-100px);
}
.ss-r{
    transform: translateY(0)!important;
    -ms-transform: translateY(0)!important;
    -webkit-transform: translateY(0)!important;
}
.searchbox form i{
    cursor: pointer;
    position: absolute;
    top:-27px;
    right:-27px;
    padding: 5px;
    color: #1D1D26;
    font-size: 30px;
}
.searchbox form span{
    font-size: 20px;
    color:#1D1D26;
    margin: 0 0 20px 0;
    font-weight: bold;
}
/*loader*/
.loader{
    position: fixed;
    z-index: 9999999;
    top:0;
    left:0;
    width: 100%;
    height: 100%;
}
.loader > div{
    height: 100%;
    background: #fff;
}
.spinner {
    margin: 100px auto 0;
    width: 70px;
    text-align: center;
  }
  
  .spinner > div {
    width: 18px;
    height: 18px;
    background-color: #E8833D;
  
    border-radius: 100%;
    display: inline-block;
    -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
    animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  }
  
  .spinner .bounce1 {
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
  }
  
  .spinner .bounce2 {
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
  }
  
  @-webkit-keyframes sk-bouncedelay {
    0%, 80%, 100% { -webkit-transform: scale(0) }
    40% { -webkit-transform: scale(1.0) }
  }
  
  @keyframes sk-bouncedelay {
    0%, 80%, 100% { 
      -webkit-transform: scale(0);
      transform: scale(0);
    } 40% { 
      -webkit-transform: scale(1.0);
      transform: scale(1.0);
    }
  }
/*nav*/
.nav-bar{
    padding: 10px 0;
}
.oopop li a{
    color: #E8833D;
}
.oopop li{
    margin-right: 10px;
    position: relative;
}
.oopop li:first-child::after{
    display: none;
}
.cart a{
    display: inline-block;
    position: relative;
}
.cart a span{
    position: absolute;
    border-radius: 50%;
    padding: 1px 5px;
    color:#fff;
    background-color: #AE1E11;
    font-size: 10px;
    top:-12px;
    left:0;
}
.nav-links ul li{
    margin: 5px ;
}
.nav-links ul li a{
    color:#1D1D26;
    font-size: 16px;
}
.logo{
    max-width: 200px;
    height: 170px;
    margin: auto;
}
.logo img{
    max-width: 100%;
    max-height:100%;
    height: auto;
    width: auto;
}
.search-form input{
    border: 0;
    outline: 0;
    text-align: center;
}
.search-form{
    border-bottom: 1px solid #aaa;
}
/**/
.menus{
    margin: 0 0 20px 0;
}
div#nav { position: relative; } div#nav a { padding: 5px 15px 5px; }
.dropdown-toggle {
     padding: 0;
      background: #fff;
      border:1px solid #E8833D;
      color: #E8833D!important;
      border-radius: 30px;
 }
 .dropdown-toggle::after {
    position: relative;
    top: 3px;
    right: 7px;
}
/**** ****/
ul.dropdown { display: none; position: absolute; top: 100%;
  margin-top: 5px; padding: 5px 5px 0 0;
  background: #fff;
  border:1px solid #E8833D;
  color: #E8833D;
  z-index: 10;
  width: 130px;
  right: 0;
}
ul.dropdown li { list-style-type: none; }
ul.dropdown li a { text-decoration: none; padding: 0em 1em; display: block; color: #E8833D; }
/*main sec*/
.m-slide img{
    width: 100%;
    height: auto;
}
.m-slider .owl-dots{
    position: absolute;
    width: 100%;
    left: 0;
    bottom:0;
}
.m-slider .owl-dots .owl-dot{
    border:0;
    outline: 0;
}
.m-slider .owl-dots .owl-dot span{
    height: 10px;
    width: 10px;
    border:none;
    background-color: #E8833D;
    border-radius: 10px;
    opacity: .64;
}
.m-slider .owl-dots .owl-dot.active span, .m-slider .owl-dots .owl-dot:hover span{
    background: #E8833D;
    opacity: 1;
    /* transform: scale(2 , 1);
    -ms-transform: scale(2 , 1);
    -webkit-transform: scale(2 , 1); */
    width: 20px;
    border-radius: 7px;
}
/*groups*/
.groups{
    padding: 50px 0 0 0;
}
.cats-slider .slide{
    margin: 0 10px;
}
.group .gg-img{
   width: 200px;
   height: 200px;
   margin: auto;
   box-shadow: 0 0 6px rgba(0,0,0,.16);
   border-radius: 50%;
   overflow: hidden;
   border: 1px solid rgba(0,0,0,.16);
   margin-bottom: 20px;
   overflow: hidden;
}
.group .gg-img img{
    max-width: 100%;
    max-height: 100%;
    width: auto!important;
    height: auto;
}
.group span{
    padding: 5px 2px;
    font-size: 20px;
    color: #E8833D;
}
.group:hover .gg-img img{
  transform: scale(1.3);
  -ms-transform: scale(1.3);
  -webkit-transform: scale(1.3);
}
.group:hover span{
    transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -webkit-transform: translateY(-5px);
}
h5.hyh{
    font-size: 40px;
    margin: 0 0 50px 0;
}
/**/
.services{
    padding: 50px 0;
    background: rgba(232,131,.61,.2);
}
.service i{
    height: 60px;
    width: 60px;
    background: #fff;
    color: #E8833D;
    border-radius: 50%;
    font-size: 35px;
}
.service p span{
    font-weight: bold;
}
.service p{
    width: calc(100% - 50px);
    font-size: 14px;
    color: #1D1D26;
    line-height: 20px;
    padding: 0 15px 0 0;
}
/*products*/
.sec{
    padding: 50px 0 0 0;
}
.product{
    margin: 15px 0;
    box-shadow: 0 0 4px rgba(0,0,0,.16);
}
.p-top{
    height: 400px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
.product .bnbb{
    overflow: hidden;
}
.product:hover .p-top , .pprooduct:hover .img{
    transform: scale(1.5) rotateZ(15deg);
    -ms-transform: scale(1.5) rotateZ(15deg);
    -webkit-transform: scale(1.5) rotateZ(15deg);
}
.p-body{
    padding: 20px;
}
.rate i{
    color: #F7D31E;
}
.add-to-cart{
    color: #000;
}
.add-to-cart:hover{
    color: #E8833D;
}
.p-name{
    margin: 5px 0;
    font-size: 18px;
    padding: 0 5px;
    font-weight: bold;
}
.p-price{
    margin: 10px 0;
    font-size: 15px;
   color: #E8833D;
}
.container-fluid {
    width: 90%;
}
.new-arrivel{
    padding: 60px 0;
}
/*area*/
.area{
    padding: 100px 0;
    background-image: linear-gradient(to right , #D84848 , #D14646 , #AC3A3A,#6C2424 );
    color: #fff;
}
.area p{
    font-size: 22px;
    line-height: 35px;
}
.area a{
    display: inline-block;
   font-size: 30px;
    color: #fff;
    float: left;
}
.area a i{
    font-size: 50px;
    display: inline-block;
    vertical-align: middle;
}
.area a:hover{
   color: #fff;
}
.area a:hover i{
    transform: translateX(-5px);
    -ms-transform: translateX(-5px);
    -webkit-transform: translateX(-5px);
}
.offers a:hover i{
    transform: translateX(-5px);
    -ms-transform: translateX(-5px);
    -webkit-transform: translateX(-5px);
}
/*offers*/

.offers{
    padding: 50px 0;
}
.offer-img{
    height: 400px;
    background-position:center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}
.offers span{
    font-size: 18px;
    font-weight: bold;
    color: #1D1D26;
    margin: 0 0 30px 0 ;
}

.gray-offers .offer-content h2 span{
    display: inline-block!important;
    background: #676767;
    color: #fff;
    min-width: 140px;
    padding: 10px;
    text-align: center;
}
.gray-offers a{
    padding: 0 12px 0 0 ;
}
.offers a{
   color: #000;
   font-size: 18px;
    font-weight: bold;
    display: inline-block;
}
.offers a i{
    font-size: 40px;
    display: inline-block;
    vertical-align: middle;
}
.of-img{
    height: 700px;
}
.gray-offers{
    background: #EAEAEA;
}
.gray-offers .row{
    margin: 0 0 30px 0;
}
.gray-offers .offer-img {
    height: 250px!important;
}
/*marks*/
h5{
    font-size: 30px;
    color: #1D1D26;
    font-weight: bold;
    margin: 0 0 10px 0;
    padding: 0;
}
.marks-slider{
    max-width: 900px;
    margin: auto;
}
.mark-slide{
    margin: 0 10px;
    height: 200px;
}
.mark-slide img{
    max-width: 90%;
    max-height: 90%;
    height: auto;
    width: auto!important;
}
/**/
.about{
    background-color: rgba(234,234,234,.48);
    padding: 60px 0;
    margin: 0 0 20px 0;
}
/**/
.subscribe span{
    font-size: 20px;
    max-width: 400px;
    margin: auto;
}
.subscribe {
    padding: 50px 0;
    background: rgba(103,103,103,.6);
    margin-top: 20px;
    color: #fff;
}
.subscribe form{
    max-width: 650px;
    margin: 30px auto 30px auto;
}
.subscribe form input , .searchbox form input{
    outline: 0;
    border: 0;
    height: 50px;
}
.subscribe form input[type = "email"] , .searchbox form input[type = "text"]{
    padding: 0 10px;
    width: calc(100% - 130px);
}
.subscribe form input[type = "submit"] , .searchbox form input[type = "submit"]{
    background-color: #E8833D;
    color:#fff;
    width: 130px;
    text-align: center;
}
.social{
    width: 100%;
}
.social a{
    color: #E8833D;
    margin: 0 10px;
    display: inline-block;
}
.social a i{
    font-size: 25px;
}
.cont i{
    color:  #E8833D;
}
.cont i , .cont span{
    display: inline-block;

}
.cont{
    color: #000;
}
.download-links img{
    width: 150px;
}
/*social-contact*/
.social-contact{
    padding: 20px 0;
    background: rgba(103,103,103,.15);
}
/*footer*/
ul{
    padding: 0;
    margin: 0;
}
footer{
    padding: 50px 0;
}
.footer-sec-h{
    font-size: 20px;
    color:#E8833D;
    font-weight: bold;
}
.footer-logo img{
    max-width: 100%;
}
.center-f-ul ul{
    width: fit-content;
    margin: auto;
}
footer ul li a{
    font-size: 16px;
    color: #1D1D26;
    position: relative;
    display: inline-block;
}
footer ul li a::before{
    content: "";
    width: 6px;
    height: 11px;
    border-radius: 5px;
    background: #E8833D;
    display: inline-block;
    margin: 0 0 0 5px;
}
footer ul li a:hover{
    color:#E8833D
}
footer ul li{
    margin: 25px 0;
}
footer ul li i{
    color: #E8833D;
    margin: 5px 0 0 5px;
    display: inline-block;
    font-size: 25px;
}

/*copyrights*/
.copyrights{
    background-color:#676767;
    padding: 13px 0;
    color: #fff;
}
.copyrights a{
    color:#fff;
}
.copyrights a:hover{
    color:#00498F;
}

.close-menu{
    cursor: pointer;
    position: absolute;
    padding: 5px;
    font-size: 30px;
    top:10px;
    right:10px;
    color: #000;
}
.nav-links{
    position: absolute;
    top: 30px;
    right: -320px;
    background-color: #fff;
    width: 300px;
    max-height: 90vh;
    min-height: 90vh;
    z-index: 99;
    padding: 50px 0 10px 0;
    overflow-x: hidden;
    overflow-y: scroll;
    opacity: 0;
    visibility: hidden;
    box-shadow: 0 0 6px rgba(0,0,0,.16);
}
.trra{
    transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
}
.ads>div a{
    background: #CBCBCB;
    padding: 10px 20px;
    color: #fff;
    border-radius: 20px;
    margin: 5px;
}
.oopop{
    margin-top: 40px;
}
/* width */
.nav-links::-webkit-scrollbar {
    width: 4px;
    background: #fff;
  }
  
  /* Track */
  .nav-links ::-webkit-scrollbar-track {
    background: #fff;
  }
  
  /* Handle */
  ::-webkit-scrollbar-thumb {
    background: #888;
  }
  
  /* Handle on hover */
  ::-webkit-scrollbar-thumb:hover {
    background: #555;
  }

  .nav-links ul li span i{
    color: rgba(103,103,103,.84);
    padding: 4px 10px ;
    cursor: pointer;
    display: inline-block;
}
.rot{
    transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
}
.nav-links li ul{
    display: none;
}
.nav-links ul li {
    margin: 10px 0;
    border-bottom: 1px solid #eee;
}
.nav-links ul li a{
    padding: 6px 20px;
    display: block;
    color: #000;
}
.nav-links ul li a:hover{
    transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    -webkit-transform: translateX(-10px);
}
.m-overlay{
    position: fixed;
    top: 0;
    left: -100%;
    background-color:rgba(0,0,0,.38);
    width: 100%;
    height: 100%;
    z-index: 98;
}
.open-menu{
    font-size: 30px;
    color: #E8833D;
    cursor: pointer;
}
/*sub pages*/
.breadCrumb{
    padding: 20px 0;
    border-top: 3px solid #eee;
    font-size: 18px;
    font-weight: bold;
}
.breadCrumb a{
    color: #000;
}
.breadCrumb a:hover{
    color: #E8833D;
}
div.sub-page{
    padding: 40px 0;
}

div.about-page .section{
    margin-bottom: 40px;
}
div.about-page .section h3{
    font-weight: bold;
    margin: 0 0 10px 0;
}
div.about-page .section p{
    line-height: 33px;
    opacity: .7;
    font-weight: bold;
}
div.about-page .section ul li{
    line-height: 33px;
    opacity: .7;
    font-weight: bold;
    margin: 10px 0;
}
div.about-page .section ul li a{
    color: #E8833D!important;
}
div.about-page .section ul li::before{
    content: "";
    display: inline-block;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: #E8833D;
    margin: 0 0 0 10px;
}
.blog-page .section{
    margin-bottom: 40px;
    background-color: #F5F5F5;
    padding: 30px 20px 60px 20px;
}
.blog-page .section .immg{
    overflow: hidden;
}
.blog-page .img{
    height: 370px;
    background-position: center;
    background-size: cover;
    border-radius: 10px;
}
.blog-page .section .body{
    margin: 20px 0 0 0;
}
.blog-page .section:hover .img{
    transform: scale(1.3);
    -ms-transform: scale(1.3);
    -webkit-transform: scale(1.3);
}
.blog-page .section .body h3{
    font-weight: bold;
    margin: 0 0 20px 0;
    color: #000;
}
.blog-page .section .body .txt{
    line-height: 33px;
    opacity: .7;
    font-weight: bold;
    color: #000;
    padding: 0 20px 0 0;
}
.blog-page .section .immg img{
   max-width: 100%;
   height: auto;
}
.comment-form{
    margin: 50px 0 0 0;
}
.comment-form > h3{
    font-weight: bold;
    margin: 0 0 60px 0;
}
.comment-form form textarea{
    background: #F5F5F5;
    border: 0;
    padding: 20px;
    width: 100%;
}
.comment-form form input[type = submit]{
    display: block;
    width: 220px;
    margin: 40px auto 0 auto;
    color: #E8833D;
    border: 2px solid #E8833D;
    text-align: center;
    padding: 10px;
    font-weight: bold;
    background: none;

}
.comment-form form input[type = submit]:hover{
    background: #E8833D;
    color: #fff;
}
/*login*/
.login{
	max-width: 880px;
    margin: auto;
    background: #FCFCFC;
    padding: 50px 12px;
}
.form label{
	display: block;
}
.form input , .form select , .form textarea , .nice-select {
    max-width: 100%;
    width: 100%;
    text-align: right;
	outline: 0;
	border-radius: 5px;
    border:0;
    padding: 15px 12px;
    color: #000;
    background: transparent;
    font-size: 14px;
    font-weight: bold;
    border: 2px solid #eee;
}
.nice-select {
    text-align: right!important;
    float: none;
    padding: 0 14px 0 22px!important;
    line-height: 65px;
}
.form input , .form select , .nice-select{
    height: 65px;
}
.login ::placeholder{
    color: #000;
    font-weight: bold;
}
.f-group{
	margin: 20px 0;
}
.login .form{
    padding: 0 15px 35px 15px;
    max-width: 760px;
    margin: auto;
}
.form button , .a-button{
	background: #E8833D;
	color: #fff;
	width: 100%;
	border-radius: 5px;
	margin: 20px 0 0 0;
	outline: 0;
	border: none;
	padding: 20px 12px;
    cursor: pointer;
    font-size: 16px;
    font-weight: 500;
    font-weight: bold;
}
.form label{
	color: #7c7e80;
    font-weight: 700;
    margin-bottom: 16px;
}
.f-group {
	position: relative;
}
.f-group  i{
	position: absolute;
    left: 20px;
    font-size: 18px;
	bottom:18px;
    color:#BFBFBF ;
}
.f-group  i.icofont-eye{
    cursor: pointer;
}
.f-group  i.icon-pencil-edit-button::before{
    font-size: 12px;
}
.f-group div label i{
	position: initial;
	cursor: pointer;
	color: #E8833D;
	font-size: 15px;
}
.forreg{
    margin: 20px 0 0 0 ;
}
.forreg span{
    font-size: 16px;
    color: #0000;
    margin: 10px 0;
}
.forreg span a{
    color: #000;
}
.forreg span a:hover{
    color: #E8833D;
}
.sub-page{
    padding: 60px 0 20px 0;
}
.tabsss {
    max-width: 700px;
    margin: 0 auto 40px auto;
}
.tabsss li{
    width: 50%;
    padding: 0 20px;
}
.tabsss  li a{
    display: block;
    text-align: center;
    color: #000;
    font-weight: bold;
    border-bottom: 2px solid #000;
    padding-bottom: 20px;
    font-size: 18px;
    opacity: .3;
}
.tabsss  li a.active{
    opacity: 1;
}
.tabsss  li a:hover{
    opacity: 1;
    color: #E8833D;
    border-bottom: 2px solid #E8833D;
}
.accept-privacy{
    margin:30px 0 12px 0;
}
.accept-privacy input{
    display: inline-block;
    width: 20px;
    height: 20px;
    vertical-align: middle;
}
.accept-privacy label{
    cursor: pointer;
    vertical-align: middle;
    margin: 0;
    display: inline-block;
}
/**/
.create-ticket {
    padding:30px;
    background: #F5F5F5;
}
.create-ticket span{
    background: #aaa;
    color: #fff;
    font-weight: bold;
    font-size: 18px;
    padding:15px 20px
}
.create-ticket .txt{
    margin: 40px 0 0 0;
    font-size: 18px;
}
.create-ticket .txt a{
    color: #E8833D!important;
}
.fog span{
    color: #000;
    font-weight: bold;
}
.fog a{
    color: #E8833D!important;
}
.hhh{
    font-weight: bold;
    margin: 0 0 70px 0;
}
.hhh h3{
    font-weight: bold;
    margin: 0 0 20px 0;
}
.hhh p{
    opacity: .6;
    max-width: 523px;
    margin: auto;
}
.aw{
    margin-top: 30px;
}
.aw a{
    border: 2px solid #eee;
    color: #000;
    font-weight: bold;
    padding:15px 10px;
}
.aw h4{
    font-size: 20px;
    font-weight: bold;
    position: relative;
    z-index: 1;
    opacity: .7;
}
.aw h4::after{
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top:50%;
    height: 1px;
    background: #000;
    z-index: -1;
}
.aw h4 span{
    padding:10px 20px;
    background: #fff;
    font-size: 20px;
    font-weight: bold;
}
.contact-section{
    margin-top: 50px;
}
.contact-section h3{
    font-weight: bold;
    margin: 0 0 50px 0;
}
.contact-section ul{
    max-width: 600px;
}
.contact-section ul li{
    margin: 20px 0;
    padding: 0 0 30px 0;
    border-bottom: 1px solid #E8833D;
}
.contact-section ul i{
    font-size: 35px;
    width: 70px;
    color: #E8833D;
    display: block;
}
.contact-section ul div.txxt{
    width: calc(100% - 60px);
}
.contact-section ul div.txxt span{
    font-size: 24px;
    font-weight: bold;
}
.contact-section ul div.txxt p{
    font-weight: bold;
    font-size: 18px;
    margin: 10px 0 0 0;
}
.contact-section ul div.txxt a{
    color: #000;
}
.contact-section ul div.txxt a:hover{
    color: #E8833D;
}
.pprooduct{
    margin: 15px 0;
    box-shadow: 0 0 6px rgba(0,0,0,.16);
}
.pprooduct .img{
    height: 220px;
    background-position: center;
    background-size: cover;
}
.pprooduct .img-body{
    overflow: hidden;
}
.pprooduct .body{
    padding: 20px;
}
.pprooduct .body .title a:first-child{
    font-size: 18px;
    font-weight: bold;
    color: #000;
}
.pprooduct .body .title a:last-child{
    color: #E8833D;
    padding: 0 5px;
}
.pprooduct .body .title{
    margin: 0 0 20px 0;
}
.pprooduct .body .price span{
    color: #aaa;
    font-weight: bold;
    padding: 0 5px;
}
/*pagination*/
#pagination {
    margin: 40px 0;
    padding: 0;
    text-align: center;
    direction: ltr;
  }
  #pagination li {
    display: inline;
    margin: 0 5px;
  }
  #pagination li a {
    display: inline-block;
    text-decoration: none;
    padding: 6px 10px;
    color: #707070;
    border-radius: 50%;
    background: #BDBDBD;
  }
  .dotsss{
      font-size: 20px;
      color: #aaa;
  }
  /* Active and Hoverable Pagination */
  #pagination li a {
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s
      
  }
  #pagination li a.active {
    background-color:#E8833D;
    color: #fff
  }
  #pagination li a:hover:not(.active) {
    background-color: #ddd;
  } 
  /**/
  .sub-categories a{
      border: 2px solid #aaa;
      color: #aaa;
      font-weight: bold;
      padding: 10px 20px;
      margin: 5px;
  }
  .sub-categories a:hover{
      background: #E8833D;
      color: #fff;
      border: 2px solid #E8833D;
  }
  .sec-video{
      padding-bottom: 20px!important;
  }
  .blog-page .sec-video .body h3{
      font-size: 30px;
      margin-top: 30px!important;
  }
  /*my-account*/
  .my-account .header h4{
      font-weight: bold;
      margin: 0;
      margin-bottom: 10px;
  }
  .my-account .header a{
      background: #aaa;
      color: #fff;
      padding:10px 20px;
      font-weight: bold;
      font-size: 15px;
      display: inline-block;
      margin: 5px;
  }
  .my-account .header{
      margin: 0 0 10px 0;
  }
  .my-account ul li{
      border-top: 1px solid #E8833D;
      padding:10px 0
  }
  .my-account ul li span{
      font-size: 20px;
      font-weight: bold;
  }
  .my-account ul li p{
      color: #676767;
      font-size: 20px;
  }
  .my-account-menu{
      border-left: 2px solid #aaa;
      padding-left: 30px;
  }
  .my-account-menu li{
      margin: 10px 0;
  }
  .my-account-menu li a{
      display: block;
      padding:10px 0;
      font-size: 22px;
      color: #676767;
  }
  .my-account-menu li a.active{
      color: #E8833D;
  }
  .my-account .save{
    background: #aaa;
    color: #fff;
    padding:10px 20px;
    font-weight: bold;
    font-size: 15px;
    display: inline-block;
    margin: 5px;
    outline: 0;
    border:0;
    float: left;
  }
  .ch-pass input {
      border: 0;
      outline: 0
  }
  .ch-pass {
      margin: 5px 0!important;
  }
  .address li{
      margin: 0 0 30px 0;
      padding:25px 20px;
      background: #F5F5F5;
  }
  .address li div i{
      display: inline-block;
      color: #E8833D;
      font-size: 25px;
      margin: 0 0 0 30px;
  }
  .address li div:last-child{
      margin-top: 20px;
  }
  .orders li div:last-child{
      margin-top: 0!important;
  }
  .address li div span{
      display: inline-block;
      color: #707070;
      font-weight: bold;
      width: calc(100% - 60px);
      vertical-align: top;
  }
  .address ul{
      border-bottom: 1px solid #E8833D;
      padding-bottom: 30px;
  }
  form.add-address{
      margin-top: 30px;
  }
  form.add-address label{
      display: block;
      font-size: 24px;
      font-weight: bold;
      margin: 0 0 20px 0;
  }
  form.add-address textarea{
      width: 100%;
      padding:20px;
      border-radius: 10px;
      border:2px solid #eee
  }
  form.add-address button{
      width: 100%;
      background: #E8833D;
      border-radius: 5px;
      color: #fff;
      text-align: center;
      padding: 13px 10px;
      border: 0;
      font-weight: bold;
  }
  .hdd{
      color: gray;
      display: block;
      margin: 20px 0 0 0;
      font-weight: bold;
  }
  form.add-address .f-group{
      margin:0 0 40px 0!important;
  }
  .orderr .top{
      padding-bottom: 30px;
      border-bottom: 1px solid #aaa;
  }
  .orderr .img{
      margin-top: 0;
      height: 200px;
      background: #E4E4E4;
  }
  .orderr .img img{
      max-width: 60%;
      max-height: 60%;
  }
  .orderr .body span{
      font-weight: bold;
      font-size: 18px;
      margin: 20px 0;
      width: 100%;
  }
  .orderr .top{
      margin: 0 0 30px 0;
  }
  .status.proccess{
      color: green;
  }
  .status.cancel{
    color: red ;
}
.status.done{
    color: blue ;
}
/*quantity*/
.product-quantity {
    display: inline-block;
  }
  
  .product-quantity  input {
    margin: 0;
    padding: 0.75rem 0;
    text-align: center;
    border-top: 1px solid grey;
    border-left: 1px solid grey;
    border-bottom: 1px solid grey;
    border-right: 0;
  }


  .decrement-quantity , .increment-quantity{
    background: transparent;
    color: #585858;
    border: 2px solid #585858;
    font-weight: bold;
    outline: 0;
    width: 31px;
    border-radius: 50%;
    height: 31px;
    font-size: 25px;
}
.decrement-quantity span , .increment-quantity span{
    position: relative;
    top: -7px;
}
.product-quantity input{
    background: #F9F9F9;
    color: #E8833D;
    font-size: 25px;
    font-weight: bold;
    outline: 0;
    border: 0;
    height: 36px;
    border-radius: 5px;
    width: 46px;
    display: inline-block;
    margin: 0 3px;
}
/***/
.order-details li{
    background: #F5F5F5;
    padding:20px;
    margin: 20px 0;
}
.order-details .img{
    width: 30%;
    height: 150px;
   background-position: center;
   background-size: cover;
}
.order-details .img img{
    max-width: 100%;
    max-height: 100%;
}
.order-details .content{
    width: 70%;
    padding:0 20px 0 0
}
.order-details span.size{
   display: inline-block;
    width: fit-content;
    color: #E8833D;
    font-weight: bold;
    border: 1px solid #E8833D;
    padding:4px 25px;
    font-size: 18px;
    margin: 5px;
}
.order-details span.price{
    font-size: 20px;
    font-weight: bold;
    color: #E8833D;
    display: block;
    margin: 10px 5px 0 5px;
}
.order-details li h4{
    margin-bottom: 0;
    font-weight: bold;
}
.order-details li h6{
    font-weight: bold;
    margin: 10px 0 20px 0;
}
.order-details .actions i{
    font-size: 30px;
    color: gray;
    opacity: 1;
    display: inline-block;
    margin: 0 5px;
}
.multi-images{
    width: 30%;
}
.multi-images .img{
    height: 60px!important;
    width: 100%!important;
}
.multi-images .row .col-6{
    padding: 5px!important;
}
/**/
.order-summary{
    margin: 30px 0 0 0;
}
.order-summary h4{
    font-size: 22px;
    font-weight: 600;
    color: #686868;
    margin: 0 0  40px 0;
}
.order-summary ul li{
    margin: 10px 0;
    padding: 10px 0;
}
.order-summary ul li:last-child{
    border-top: 1px solid #aaa;
}
.order-summary ul li span:first-child{
    font-weight: bold;
}
.order-summary ul li span:last-child{
    color: #aaa;
    font-weight: bold;
}
.order-summary ._btn{
    outline: 0;
    border: 0;
    border-radius: 6px;
    background: gray;
    width: 100%;
    height: 55px;
    line-height: 55px;
    color: #fff;
    font-weight: 600;
    margin: 60px 0 0 0;
    font-weight: bold;
}
/**/
.edit-products .toop img{
    width: 70px;
    height: auto;
    display: inline-block;
    vertical-align: middle;
}
.edit-products .toop span{
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px 0 0;
    font-size: 18px;
    color: #aaa;
    font-weight: bold;
}
.edit-products .boody{
    margin: 20px 0 0 0;
}
.edit-products li{
    padding:0!important;
    margin: 15px 0!important;
}
.edit-products .boody .checkk-group  label{
    display: inline-block;
    background: #E4E4E4;
    cursor: pointer;
    width: 100px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border: 2px solid gray;
    color: gray;
    font-weight: bold;
}
.edit-products .boody .checkk-group input:checked + label{
    border: 2px solid #E8833D;
    color: #E8833D;
}
.edit-products .boody .checkk-group.offf{
    opacity: .6;
}
.go-edit button.saaave{
    width: 100%;
    padding:10px;
    text-align: center;
    outline: 0;
    border: 0;
    background: #E8833D;
    color: #fff;
}
.go-edit .product-quantity{
    width: 100%;
    margin: 0 0 20px 0;
}
.go-edit {
    margin-bottom: 30px;
}
.go-edit .product-quantity h4{
    margin: 0 0 20px 0;
}
/**/
.contact-form form{
    background: #F5F5F5;
    padding:50px 40px;
}
.contact-form form h5{
    margin-bottom: 40px;
}
.contact-form form:last-of-type{
    margin-top: 50px;
}
.contact-form form input , .contact-form form textarea , .contact-form form select{
    position: relative;
    width: 100%;
    margin-bottom: 15px;
    background: #fff;
    border-radius: 4px;
    padding-left: 15px;
    clear: both;
    border: 0;
    padding:15px;
}
.chh-from-address{
    background: #fff;
    padding:30px;
    color: gray;
    font-weight: bold;
    margin: 10px auto 30px auto;
    width: fit-content;
}
.contact-form form input  , .contact-form form select , .contact-form form button{
    height: 70px;
    line-height: 70px;
}
.contact-form form textarea{
    padding-top: 20px;
}
/* .contact-form form input {
    height: 55px;
    line-height: 55px;
} */
.contact-form form button{
    border: none;
    position: relative;
    display: inline-block;
    background: gray;
    width: 100%;
    margin-bottom: 15px;
    border-radius: 4px;
    border: 0;
    padding:0 10px;
    font-weight: bold;
    color: #fff;
    margin-top: 30px;
}
/**/
.for-cart.order-details .img{
    height: 95px;
}
.for-cart.order-details li h6 {
    margin: 0px 0 10px 0;
}
.for-cart.order-details span.price {
    font-size: 14px;
}
.for-cart.order-details span.size {
    margin-bottom: 5px;
    font-size: 14px;
}
.for-cart.order-details li h4{
    font-size: 18px;
    margin-bottom: 4px;
}
.wkt{
    color: #E8833D;
}
.cart-type .sec {
    padding: 0!important;
}
.cart-type{
    margin: 0 0 30px 0;
}
.cart-type .sec label{
    width: 140px;
    height: 100px;
    border: 2px solid #fff;
    margin: 10px;
    cursor: pointer;
}
.cart-type .sec input:checked + label{
    border: 2px solid #E8833D;
}
.cart-type .sec label img{
    max-width: 90%;
    max-height: 90%;
}
.typee2{
    font-weight: bold;
    margin-bottom: 20px;
}
/**/
.packagesss .item{
    margin: 015px 0;
}
.packagesss .img{
    height: 180px;
    margin: 15px 0;
    background-position: center;
    background-size: cover;
}
.single-item .content::after{
    display: none;
}
.single-item {
    margin: 15px 0;
}
.single-item .img{
    height: 170px!important;
}
.related .hhh a{
    display: block;
    margin: 5px;
    border-radius: 30px;
    border: 2px solid #000;
    color: 000;
    padding: 10px 25px;
    font-size: 16px;
    color: #000;
}
.related .hhh a:hover{
    color: #E8833D;
    border: 2px solid #E8833D;
}
.single-item .images .col-6{
    padding: 0 4px!important;
}
.single-item .content{
    padding: 0 0 30px 0!important;
}
.single-item{
    background: #F6F6F6;
    padding: 0 20px;
}
.packagesss .item .img.big-img{
    height: 370px;
}
.packagesss .content{
    padding: 30px 0;
    position: relative;
    z-index: 1;
}
.packagesss .content h3{
    font-weight: bold;
}
.packagesss .content::after{
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: -1;
    left: -200px;
    right: -30px;
    background: #F6F6F6;
}
.packagesss .content .prices span:first-child{
    font-weight: bold;
}
.packagesss .content .prices span:last-child{
    text-decoration: line-through;
}
.packagesss .content p{
    margin: 20px 0;
    color: #aaa;
}
.packagesss .content a{
    background: gray;
    color: #fff;
    font-weight: bold;
    width: fit-content;
    margin: auto;
    border-radius: 10px;
    padding: 10px;
}
/**/
.pays .ssecc{
    padding: 30px 20px;
    background: #F5F5F5;
    margin: 20px 0;
}
.pays .ssecc h4{
    font-weight: bold;
    margin: 0 0 20px 0;
}
.pays h3:first-child{
    margin-bottom: 20px;
}
.pays .ssecc p{
    color: gray;
    /* font-weight: bold; */
    line-height: 30px;
}
.pays h3{
    font-weight: bold;
}
.pays .ul{
    margin: 20px 0 50px 0;
}
.pays .ul li{
    margin: 10px 0;
}
.pays .ul li::before{
    content: "";
    display: inline-block;
    background: #E8833D;
    height: 10px;
    width: 10px;
    border-radius: 50%;
    margin: 0 0 0 6px;
}
.pays .ssecc  a{
    color: #E8833D;
}
table.places {
    border: 1px solid #ccc;
    border-collapse: collapse;
    margin: 0;
    padding: 0;
    width: 100%;
    table-layout: fixed;
  }
  
  table.places caption {
    font-size: 1.5em;
    margin: .5em 0 .75em;
  }
  
  table.places th {
      background:#FFDDC5;
  }
  table.places tr {
    background-color: #f8f8f8;
    border: 5px solid #fff;
    padding: .35em;
  }
  
  table.places th,
  table.places td {
    padding: .625em;
    text-align: center;
  }
  
  table.places th {
    font-size: .85em;
    letter-spacing: 0;
  }
  
  @media screen and (max-width: 600px) {
    table.places {
      border: 0;
    }
    
    table.places thead {
      border: none;
      clip: rect(0 0 0 0);
      height: 1px;
      margin: -1px;
      overflow: hidden;
      padding: 0;
      position: absolute;
      width: 1px;
    }
    
    table.places tr {
      border-bottom: 3px solid #ddd;
      display: block;
      margin-bottom: .625em;
    }
    
    table.places td {
      border-bottom: 1px solid #ddd;
      display: block;
      font-size: .8em;
      text-align: left;
    }
    
    table.places td::before {
      /*
      * aria-label has no advantage, it won't be read inside a table
      content: attr(aria-label);
      */
      content: attr(data-label);
      float: right;
      font-weight: bold;
      text-transform: uppercase;
    }
    
    table.places td:last-child {
      border-bottom: 0;
    }
  }
/**/
.comments li{
    margin: 10px 0;
    padding: 20px;
    background: #F5F5F5;
    color: gray;
}
.comments li .name span:first-child{
    font-weight: bold;
    color: #000;
}
.comments li .comm{
    margin: 10px 0;
}
.ratee{
    margin-top: 50px;
    font-weight: bold;
    margin-bottom: 10px;
}
.comment-form button{
    outline: 0;
    padding: 15px;
    background: gray;
    color: #fff;
    width: 200px;
    text-align: center;
    border: 0;
    margin-top: 20px;
    font-weight: bold;
}
/**/
/*---------------------
  Product Details
-----------------------*/

.product-shop.page-details {
	padding-bottom: 60px;
}

.product-pic-zoom {
	margin-bottom: 10px;
	position: relative;
    z-index: 1;
    /* height: 500px; */
}

.product-pic-zoom img {
    display: block;
    width: 100%;
}
.product-pic-zoom img:last-child {
    width: 150%!important;
    height: 150%!important;
}

.product-pic-zoom .zoom-icon {
	position: absolute;
	right: 20px;
	top: 20px;
}

.product-pic-zoom .zoom-icon i {
	color: #4c4c4c;
	font-size: 14px;
	width: 40px;
	height: 40px;
	border: 1px solid #d7d7d7;
	text-align: center;
	border-radius: 50%;
	line-height: 37px;
}

.product-thumbs .pt {
	cursor: pointer;
	position: relative;
}

.product-thumbs .pt.active:after {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	border: 1px solid #e7ab3c;
	z-index: 1;
}

.ps-slider .owl-nav button[type=button] {
	height: 30px;
	width: 30px;
	background: #ffffff;
	color: #a7a7a7;
	text-align: center;
	line-height: 30px;
	border-radius: 50%;
	font-size: 20px;
	-webkit-box-shadow: 0px 6px 10px -1px #e9e9e9;
	box-shadow: 0px 6px 10px -1px #e9e9e9;
	position: absolute;
	left: -16px;
	top: 50%;
	-webkit-transform: translateY(-15px);
	-ms-transform: translateY(-15px);
	transform: translateY(-15px);
}

.ps-slider .owl-nav button[type=button].owl-next {
	left: auto;
	right: -16px;
}

.product-details .pd-title {
	position: relative;
	margin-bottom: 6px;
}
.product-details .model span{
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
}
.product-details .sizess span{
    display: inline-block;
    padding: 10px 20px;
    margin: 5px;
    background: #EAE5E5;
    color: gray;
}
.product-details .sizess{
    margin: 20px 0;
}
.product-details .pd-title .heart-icon i {
	color: #E8833D;
	font-size: 20px;
}
.product-details .pd-title .heart-icon{
    color: gray;
}
.product-details .pd-title .ava{
    color: red;
    margin: 10px 0;
}
.product-details .pd-rating {
	margin-bottom: 10px;
}

.product-details .pd-rating i {
	font-size: 18px;
	display: inline-block;
	color: #FAC451;
	margin-right: -3px;
}

.product-details .pd-rating span {
	font-size: 12px;
	color: #999591;
}

.product-details .pd-desc {
	margin-bottom: 24px;
}

.product-details .pd-desc p {
    font-size: 15px;
    line-height: 29px;
    color: #A1A1A1;
}

.product-details .pd-desc h4 {
	color: #E8833D;
    font-weight: bold;
    margin: 15px 0;
}

.product-details .pd-desc h4 span {
	font-size: 18px;
	font-weight: 400;
	color: #b7b7b7;
	text-decoration: line-through;
	display: inline-block;
	margin-left: 13px;
}
/* .product-details .quantity {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 33px;
} */

.pd-cart {
    border: none;
    display: block;
   width: 80%;
   outline: 0;
   line-height: 55px;
   text-align: center;
   color: #fff;
   background: gray;
   font-weight: bold;
}
.xzoom{
    width: 100%;
    height: auto;
}
.xzoom-thumbs a img{
    width: 100%;
    height: auto;
}
.xzoom-thumbs a {
    margin: 10px 0;
}
.jh{
    color: gray;
}
.related{
    padding: 50px 0;
}
.related .hhh{
    font-weight: bold;
    margin-bottom: 20px;
}
div.product-descc{
    padding: 40px 30px;
    background: #FEFAF7;
    margin: 20px 0;
}
div.product-descc h2 , div.product-descc h3{
    font-weight: bold;
}

div.product-descc h3{
    font-size: 23px;
}
div.product-descc .hint{
    color: #E8833D;
    font-weight: bold;
}
.gotochat .order-summary ul li span:last-child{
    color: #E8833D;
}
.gotochat .order-summary ul li:last-child{
    border:0
}
div.product-descc .sec{
    margin: 20px 0;
}
.gotochat i{
    font-size: 30px;
    color: #E8833D;
}
.free-del{
    padding: 10px;
    background: #E4E4E4;
    color: gray;
}
.gotochat .modal-footer a{
    width: 40%;
    padding:13px 6px;
    margin: 0 1%;
    background: gray;
    color: #fff;
}
.modal{
    padding: 0!important;
}
.gotochat .modal-footer a:last-child{
    background: #E8833D!important;
}
.gotochat{
    padding: 30px 0;
}
.tti{
    font-weight: bold;
    margin: 10px 0 0 0;
}
.product-immgg img{
    width: 190px;
    height: auto;
}
.product-immgg span{
    color: #E8833D;
    font-weight: bold;
    margin-top: 10px;
}

/*chatbox*/
.chatbox{
    background: #F5F5F5;
    border-radius: 14px;
    max-width: 1150px;
    margin: auto;
    padding: 50px 6%;
    border-right: 14px;
}
.msg-space{
    width: 70px;
    height: 0;
    height: 60px;
}
.ty{
    margin: 0 0 30px 0;
}
.ty span{
    font-weight: bold;
    display: block;
    margin: 5px;
}
.you .__msg span{
    background: #fff;
    border-radius: 10px 10px 10px 0;
    padding: 10px 13px;
    color: #2C2C2C;
    font-weight: 400;
    /* margin: 0 8px; */
    text-align: right;
}
.you .__msg {
    text-align: left;
}
.__msg {
    -webkit-box-flex:1;
    -ms-flex:1;
    flex:1;
}
.me .__msg span{
    background:#F0C9AE;
    color: #fff;
    border-radius: 10px 10px 0 10px;
    padding: 10px 13px;
    font-weight: 400;
}
.__msg label{
    font-size: 12px;
    margin: 4px 0 0 0;
    color: #575757;
}
.inbox-messages li{
    margin: 0 0 20px 0;
}
.user-img{
    width: 60px;
    height: 60px;
    border-radius: 50%;
    position: relative;
    overflow: hidden;
    margin-bottom: 22px;
}
.me .user-img{
    margin-left:10px
}
.you .user-img{
    margin-right: 10px;
}
.user-img img{
    width:100%;
    height: 100%
}
.mtom ul li{
    margin: 0 0 6px 0;
}
.send-msg-form{
    margin: 60px 0 0 0;
}
.send-msg-form input{
    border-radius: 5px;
    line-height: 58px;
    background: #F8F8F8;
    color: #989898;
    font-size: 14px;
    padding: 0 20px;
    outline: 0;
    border: 0;
    display: block;
   width: 100%
}
.send-msg-form  .ffgroup{
    width: calc(100% - 68px);
}
.send-msg-form .ffile{
    width: 58px;
    height: 58px;
    border-radius: 5px;
    background: #F0C9AE;
    color: #fff;
    font-size: 20px;
    outline: 0;
    border: 0;
    margin: 0 10px 0 0;
}
.send-msg-form .ffile i{
    font-size: 40px;
}
/**/
.srr{
    position: relative;
}
.search-history , ._search-results{
    background: #fff;
    box-shadow: 0 3px 6px rgba(0,0,0,.18);
    padding: 15px 0;
    position: absolute;
    z-index: 9999;
    width: 100%;
    top: 40px;
    left: 0;
    right: 0;
    opacity: 0;
    visibility: hidden;
    transform: translateY(20px);
    -ms-transform: translateY(20px);
    -webkit-transform: translateY(20px);
}
.search-history ul li{
    padding: 10px 10px;
    background-color: #F5F5F5;
    border-radius: 10px;
    margin: 5px;
}
.search-history ul li i{
    color: gray;
}
._search-results ul li {
    border-bottom: 1px solid #E7E7E7;
    margin: 0;
}
._search-results ul li a{
    padding: 10px;
}
.search-history ul li span , ._search-results ul li a{
    color: #808897;
    font-size: 15px;
}
._search-results ul li a:hover{
    background: #F6F6F7;
}

.search-history ul li span i{
    color: #CECECE;
    display: inline-block;
    margin: 0 8px 0 0;
    font-size: 18px;
    vertical-align: middle;
}
.search-history ul li span img{
    width: 30px;
    height: auto;
}
.search-history ul li a{
    color: #0283EB;
    font-size: 15px;
}
.search-history ul li:last-child , ._search-results ul li:last-child{
    border: none;
}
.filterSearch{
    background: #fff;
    width: 100%;
    text-align: left;
    padding: 17px 22px;
    border: 0;
    font-size: 15px;
    color: #616161;
}
.filterSearch i{
    color: #0283EB;
    display: inline-block;
    font-size: 22px;
    margin: 0 6px;
}
.filter-search{
    background: #fff;
    box-shadow: 0 3px 5px rgba(0,0,0,.18);
    border-radius: 7px;
}
.show-pp{
    transform: translateY(0)!important;
    -ms-transform: translateY(0)!important;
    -webkit-transform: translateY(0)!important;
    opacity: 1!important;
    visibility: visible!important;
}

/**/
/*media query*/
@media only screen and (max-width: 991px) {
    .offers span{
        margin: 30px 0 20px 0;
    }
    .upper ul.a{
        z-index: 30;
        position: fixed;
        background-color: #AE1E11;
        right: 0;
        bottom: 0;
        width: 60%;
    }
    /* .oopop{
        z-index: 30;
        position: fixed;
        background-color:#AE1E11;
        left: 0;
        bottom: 0;
        width: 40%;
    }
    .oopop , .upper ul.a{
        padding: 15px 0;
    }
    .oopop i, .upper ul.a i{
        color:#fff!important;
    }
    .oopop li, .upper ul.a li{
        margin: 0;
    }
    .oopop a, .upper ul.a a{
        padding: 5px;
    }
    .oopop li::after{
        display: none;
    } */
    .footer-sec{
        margin: 30px 0 0 0;
    }
    
}
@media only screen and (max-width: 767px) {
    .single-item .img {
        height: 77px!important;
    }
    .pays h3 {
        font-size: 20px;
    }
    .packagesss .content p {
        margin: 10px 0;
    }
    .packagesss .content h3 {
        font-size: 23px;
    }
    .packagesss .item .img.big-img {
        height: 170px;
    }
    #default .col-2{
        padding: 0!important;
    }
    div.product-descc {
        padding: 20px 10px;
    }
    .packagesss .item .img {
        height: 78px;
    }
    .order-details .img , .order-details .content{
        width: 100%;
    }
    .packagesss .item{
        background: #F6F6F6;
        padding: 10px 10px 30px 10px;
    }
    .product-details .pd-title{
        margin-top: 30px;
    }
    .packagesss .content{
        padding: 0;
    }
    .packagesss .content::after{
        display: none;
    }
    .cart-type .sec label {
        width: 80px;
        height: 50px;
        margin: 3px;
    }
    .contact-form{
        margin: 50px 0 0 0;
    }
    .multi-images{
        width: 100%;
    }
    .checcc .col-md-7 , .checcc .col-md-5{
        padding:0!important
    }
    .contact-form form {
        background: #F5F5F5;
        padding: 20px 10px;
    }
    .order-details .actions{
        position: absolute;
        left: 30px;
        top: 40px;
    }
    .order-details .actions i{
        background: #E8833D;
        padding:4px 10px;
        color: #fff;
        font-size: 20px;
    }
    .order-details li{
        position: relative;
    }
    .orderr .top {
        padding-bottom: 0;
    }
    .order-details .content{
        margin-top: 20px;
        padding: 0;
    }
    .address li div i {
        margin: 0 0 0 10px;
    }
    /* .address li div:last-child{
        margin-top: 0;
    } */
    
    .address{
        margin: 30px 0 0 0;
    }
    div.sub-page {
        padding: 10px 0 30px 0;
    }
    .my-account-menu {
        border-left: 0;
        padding-left: 0;
        /* margin-top: 40px; */
    }
    .my-account .header a {
        padding: 6px 6px;
    }
    .contact-section ul div.txxt p {
        font-size: 15px;
    }
    .contact-section ul div.txxt span {
        font-size: 20px;
    }
    .my-account-menu li {
        margin: 0px 0;
    }
    .login .form{
        padding: 0;
    }
    .blog-page .img {
        height: 230px;
    }
    .blog-page .section .body .txt{
        padding: 0;
    }
    .nav-links {
        position: fixed;
        top: 0;
        max-height: 100vh;
        min-height: 100vh;
    } 
    ul.dropdown{
        left: 0;
        right: auto;
    }
    .menus{
        text-align: left;
    }   
    .m-slider .owl-dots{
        position: initial;
    }
    .of-img , .offer-img {
        height: 300px;
    }
    .center-f-ul ul {
        width: 100%;
    }
    .p-top {
        height: 200px;
    }
    .menus{
        margin: 0;
    }
    .oopop li{
        margin: 0;
    }
    .logo {
        height: 90px;
        margin-top: 30px;
    }
    .oopop{
        margin-top: 10px;
    }
}
@media only screen and (max-width: 575px) {
    .service{
        margin: 20px 0 20px 0;
    }
    .products-slider .owl-nav{
        position: initial;
    }
    .group .gg-img {
        height: 110px;
        width: 110px;
    }
    h4 span {
        font-size: 30px;
    }
    h4 a {
        padding: 5px 12px;
        font-size: 15px;
        margin: 10px 0;
    }

}
