body {
    position: relative;font-family: tajawal;direction: ltr!important;background-color: #fafafa;
    }
@font-face {
    font-family: tajawal;
    src: url(../css/Tajawal-Regular.ttf);
}
body a {
    text-decoration: none !important;
    color: unset !important;
}
.p-0 {padding: 0;}
.titles 
{display: none;}
 .row .drops{
  display: none!important;
 }
 .drop .drops{
 display: none!important;
 }
/* custom */
button:focus {box-shadow: none !important;outline: none !important;}
input:focus {box-shadow: none !important;outline: none !important;}
h1 , h2 {color: #777 !important;margin-bottom: 30px;}
.main-color {background-color: #c30800;}
.sub-color {background-color: #eee;}
.pd-tb {padding: 20px 0px;}
.mr-tb {margin: 20px 0px;}
/* custom */
.bg {overflow: hidden;position: relative;}
.bg .overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background-color: rgb(0 ,0 ,0 , .6);
}
.bg .route {
    margin-top: 200px;
    font-size: 34px;
    color: #fff;
}
.bg .route span {color: #ddd;}
.bg img {width: 100%;}

/* sign in */
.form-holder .harf {
    width: 160px;
}
.form-holder .container
{
    background-color: rgba(255, 255, 255, .8);
    box-shadow: 0px 4px 8px 0px #ccc;
    padding: 40px 0px;

}
.form-holder .title h3
{
    font-size: 38px;
    margin-bottom: 30px;
    margin-top: 30px;
    font-weight: bold;
}
.form-holder .row .share {margin-bottom: 20px;}
.form-holder .row .share span
{
    color: #000;
    font-size: 24px;
    font-weight: bolder;
}
.form-holder .row .share .link-one{
    border: 1px solid #999;
    padding: 12px 18px;
    font-size: 13px;
    font-weight: 600;
    border-radius: 25px;
    margin-left: 10px;
}
.form-holder .row .share .link-one:hover
{
    background-color: #fff;
    color: #c30800 !important;
    transition: all 0.5s ease-in-out;

}
.form-holder .row .share .link-one i{
    font-size: 20px;
    padding-right: 8px;
}
.form-holder .row form {
    border: 1px solid #ccc;
    padding: 20px;
} 
.form-holder .row form h4{
    font-size: 24px;
    font-weight: bold;

}
.form-holder .row form p{
    color: #a39e9e;
    font-size: 12px;
    padding-bottom: 18px;
}
.form-holder .row form label{
    font-weight: 600;
    color: #000;
    font-size: 15px;
    padding-bottom: 0px;  
}
.form-holder .row form input::placeholder{
    font-size: 13px;
}
.form-holder .row form .form-control {
    height: 37px;
    /* margin-bottom: 16px; */
}
.form-holder .row form .link-two{
    text-align: center;
    background-color: #c30800;
    color: #fff !important;
    border-radius: 2px;
    padding: 10px 0px;
    display: block;
    width: 35%;
    font-size: 14px;
    margin-left: 24px;
    margin-top: 10px;
    border: none;
    transition: all .2s ease-in-out;
}
.form-holder .row form .link-three{color: #777;}
.form-holder form {position: relative;}
.form-holder form .disc {
    position: absolute;
    top: -72px;
    right: 120px;
}
.form-holder .box-cr-account{
    border: 1px solid #ccc;
    padding: 20px;
}
.form-holder .box-cr-account p{
    font-size: 14px;
    line-height: 1.4;
    margin: 20px 0;
}
.form-holder .box-cr-account a{
    padding: 0 15px;
    display: inline-block;
    height: 34px;
    line-height: 34px;
    border: none;
    background: #c30800;
    color: #FFF !important;
    font-size: 14px;
    border-radius: 3px;
}
.form-holder .box-cr-account a.lo{
    background: #DD4B39;
}
.form-holder .box-cr-account a.fa{
    background: #4864B4;
}
.form-holder .box-cr-account a.in{
    background: #C13584;
}
/* End sign in */

.myAccount {
    text-align: right;
    padding: 20px;
    box-shadow: 0px 4px 8px 0px #aaa;
}
.myAccount label 
{
    font-weight: bold;
    margin-top: 10px;
}
/* fixed sidebar */
/* .fixed-icon {
    position: fixed;
    overflow: hidden;
    z-index: 333;
    padding: 10px;
    width: 60px;
    height: 60px;
    left: 25px;
    top: 25px;
    background-color: #fff;
    border-radius: 60%;
    cursor: pointer;
    box-shadow: 0px 3px 21px 0px #ddd;
} */
.fixed-icon img {margin-top: 15px;}
.fixed-sidebar {
    background-color: #fff;
    transition: all .3s ease-in-out;
    position: fixed;
    overflow: scroll;
    padding: 10px 0px;
    width: 320px;
    height: 100%;
    left: -320px;
    top: 0px;
    z-index: 3333;
}
.fixed-sidebar .fa-times {
    position: absolute;
    right: 20px;
    top: 20px;
    font-size: 22px;
}
.fixed-sidebar h1 {margin-top: 10px;}
.fixed-sidebar .drop {
    display: none;
    background-color: #fff;
    padding: 10px;
    margin: 15px 15px 15px 0px;
}
.fixed-sidebar .drop h5 {font-size: 15px;color: #333;text-align: center;margin-top: 13px;}
.fixed-sidebar .drop .col-4 {padding-right: 5px;padding-left: 5px;}
.fixed-sidebar .drop img {width: 100%;margin-top: 0px;}
.drops {
    color: #777 !important;
    border-bottom: 1px solid #ddd;
    padding: 11px 0px 11px 15px;
    font-size: 18px;
    display: block;
    cursor: pointer;
    transition: all .3s ease-in-out;
}
.fixed-sidebar .drop-links a i {
    float: right;
    padding-right: 15px;
    padding-top: 10px;
}

.fixed-sidebar .holder {
    background-color: #fff;
    border-radius: 60%;
    box-shadow: 0px 3px 21px 0px #ddd;
    cursor: pointer;
    height: 60px;
    width: 60px;
    margin: 20px auto 10px auto;
}
.fixed-sidebar img {margin-top: 25px;}
/* responsive nav */
.side {background-color: #fff;padding: 23px 0px;display: none;box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);}
.side .harf {width: 125px;}
.side .cart {padding: 0px;}
.side .cart span {
    position: absolute;
    width: 18px;
    height: 18px;
    font-size: 11px;
    text-align: center;
    border-radius: 50%;
    color: #fff;
    background-color: #c30800;
    top: 0px;
    right: 4px;
}
.side h2 {margin-bottom: 0px;}
.side i {margin-top: 10px;color: #333;font-size: 18px;}
.side #searchbar {background:none;border: none;}

#search {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 99999;
    background-color: rgba(0, 0, 0, 0.7);
    
    -webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;

    -webkit-transform: translate(0px, -100%) scale(0, 0);
	-moz-transform: translate(0px, -100%) scale(0, 0);
	-o-transform: translate(0px, -100%) scale(0, 0);
	-ms-transform: translate(0px, -100%) scale(0, 0);
	transform: translate(0px, -100%) scale(0, 0);
    
    opacity: 0;
}

#search.open {
    -webkit-transform: translate(0px, 0px) scale(1, 1);
    -moz-transform: translate(0px, 0px) scale(1, 1);
	-o-transform: translate(0px, 0px) scale(1, 1);
	-ms-transform: translate(0px, 0px) scale(1, 1);
	transform: translate(0px, 0px) scale(1, 1); 
    opacity: 1;
}

#search input[type="search"] {
    position: absolute;
    top: 50%;
    width: 100%;
    color: rgb(255, 255, 255);
    background: rgba(0, 0, 0, 0);
    font-size: 25px;
    font-weight: 300;
    text-align: center;
    border: 0px;
    margin: 0px auto;
    margin-top: -51px;
    padding-left: 30px;
    padding-right: 30px;
    outline: none;
}
#search .btn {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: 37px;
    margin-left: -26px;
    background-color: #c30800 !important;
    border-color: #c30800 !important;
}
#search .close {
    position: fixed;
    top: 15px;
    right: 15px;
    color: #fff;
	background-color: #c30800;
	border-color: #c30800;
	opacity: 1;
	padding: 10px 17px;
	font-size: 27px;
}
/* header */
.navbar  #navbarSupportedContent {direction: rtl;}
.navbar-light .navbar-brand {
    font-size: 40px;
    font-family: initial;
}
/* .nav1 {box-shadow: none !important;} */
.nav1 {background-color: #fff;}
/* .nav1 .navbar-brand img {width: 150px;} */
.navbar-expand-lg .navbar-nav .nav-link {border-bottom: 2px solid transparent;transition: all .3s ease-in-out;}
.navbar-expand-lg .navbar-nav .nav-link:hover {border-bottom: 2px solid #c30800;}
.nav1 .navbar-nav .cart {position: relative;}
.nav1 .navbar-nav .cart span {
    position: absolute;
    width: 18px;
    height: 18px;
    font-size: 11px;
    text-align: center;
    border-radius: 50%;
    color: #fff;
    background-color: #c30800;
    top: 0px;
    right: 0px;
}
.nav1 .nav-item {margin-left: 7px !important;}
.nav1 .nav-link i {
    font-size: 20px;
    color: #333;
}
.navbar form {margin-top: 14px !important;}
.navbar .navbar-collapse {flex-grow: unset;}
nav:last-of-type {box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12)}
.nav2 {margin-bottom: 10px;z-index: 3;background-color: #C30800 !important;}
.nav2 .nav-link {
    color: #fff !important;
    border: none !important;
    margin: 22px 4px 0px 5px ;
    font-weight: bold;
    display: inline-block;
    font-size: 15px;
}
.home {
    margin-top: 21px !important;
}
.home i {
    font-size: 20px;
    display: block;
}
.nav2 .open {
    position: absolute;
    background-color: #fff;
    width: 100% !important;
    top: 82px;
    left: 0px;
    text-align: left;
    z-index: 4;
    display: none;
    padding: 20px 0px;
}

.nav2 .open h5 {
    color: #c30800;
    font-size: 17px;
}
.nav2 .open .col-md-3 {padding: 5px;}
.nav2 .open .holder {overflow: hidden;}
.nav2 .open .holder img {width: 100%;height: 100%;}
/* Start Open Cart Left */
.cart-parent{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; 
    overflow: hidden;
    display: none;
    z-index: 99999999;
}
.cart-left
{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .5);
    z-index: 9999999999999;
    display: none;
  
}
.cart-parent .cart-child{
    position: absolute;
    top: 0;
    left: -50%;
    width: 47%;
    height: 100%;
    z-index: 9999999999;
    background-color: #fdfdfd;
}
.cart-parent .cart-child .head{
   padding: 14px 20px;
    background-color: #c30800;
}
.cart-parent .cart-child .head h3{
    color: #fdfdfd;
    margin-top: 10px;
    padding: 0 20px;
    font-weight: bold;
    font-size: 21px !important;
    text-align: right;
}
.cart-parent .cart-child .head .close-cart{
    cursor: pointer;
}
.cart-parent .cart-child .content-cart .title-product{
    padding: 20px 40px;
}
.cart-parent .cart-child .content-cart .title-product h3{
    font-size: 20px !important;
    text-align: right;
}
.cart-parent .cart-child .content-cart .product-cart{
    padding: 20px 40px;
    border-bottom: 1px solid #ccc;
    text-align: right;
}
.cart-parent .cart-child .content-cart .product-cart span{
    font-size: 20px;
    color: #c30800;
    font-weight: bold;
    display: inline-block;
    direction: rtl;
}
.cart-parent .cart-child .content-cart .product-cart .number span{
    text-align: center;
    border-radius: 5px;
    color: #fdfdfd;
    font-size: 17px;
    cursor: pointer;
    width: 27px;
    height: 27px;
    display: inline-block;
}
.cart-parent .cart-child .content-cart .product-cart .number .minus{
    background-color: #c30800;
}
.cart-parent .cart-child .content-cart .product-cart .number .plus{
    background-color: #c30800;
}
.cart-parent .cart-child .content-cart .product-cart .number input{
    width: 40px;
    height: 40px;
    text-align: center;
    border: 2px solid #c30800;
    border-radius: 5px;
    font-size: 14px;
    margin: 0px 5px;
    display: inline-block;
}
.cart-parent .cart-child .content-cart .product-cart p{
    font-size: 14px;
    line-height: 1.4em;
}
.cart-parent .cart-child .content-cart .product-cart img{
    border-radius: 4px;
    width: 100px;
}
.cart-parent .cart-child .content-cart .product-cart i{
    font-size: 24px;
    margin-top: 22px;
    color: #c30800;
    cursor: pointer;
}
.cart-parent .cart-child .content-cart .detils{
    padding:0px 40px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 115px;
    text-align: right;
    box-shadow: -4px 0px 8px 1px #ccc;
}
.cart-parent .cart-child .content-cart .detils a{
    background-color: #c30800;
    color: #fdfdfd !important;
    width: 206px;
    display: inline-block;
    margin: 25px 20px;
    padding: 14px;
    text-align: center;
    border-radius: 5px;
    font-size: 15px;
    text-decoration: none;
    transition: all .3s ease-in-out;
}
.cart-parent .cart-child .content-cart .detils a:hover{
    background-color: #333;
}
.cart-parent .cart-child .content-cart .detils h3{
    color: #c30800;
    font-size: 26px;
    font-weight: bold;
    margin: 20px 0 10px;
    direction: rtl;
}
.cart-parent .cart-child .content-cart .detils p{
    font-size: 18px;
    color: #c30800;
    font-weight: bold;
}
.cart-parent .cart-child .post{
    margin: 40% 0;
    text-align: center;
    display: none;
}
.cart-parent .cart-child .post h4{
    font-size: 40px;
    font-weight: bold;
    opacity: .3;
}
.cart-parent .cart-child .post i{
    font-size: 70px;
    opacity: .3;
}

/* end Open Cart Left */


/* offers shelf */
#Offers {height: 360px;}
  #Offers img {height: 360px;}
  .offers-shelf {direction: rtl;}
  .all-cats {
    text-align: right;
    background-color: #fff;
    border: 1px solid #eee;
    padding: 15px;
  }
  .all-cats a {
    display: block;
    position: relative;
    padding: 8px 0px;
    color: #777!important;
    transition: all .3s ease-in-out;
    cursor: pointer;
    border-top: 1px solid #eee;
  }
  .all-cats a:hover {color: #C30800 !important;}
  .all-cats a i {
   float: left;
    color: #aaa;
    margin-top: 6px;
  }
  .all-cats h5 {
    margin-bottom: 17px;
    font-weight: bold;
    font-size: 16px;
  }
  .side-cat {
    position: absolute;
    display: none;
    right: 95%;
    top: 0px;
    height: 98%;
    background-color: #fff;
    width: 250px;
    box-shadow: 0px 5px 4px 0px #ddd;
    padding: 20px;
    z-index: 44;
  }
  .side-cat a {
    border: none;
    transition: all .3s ease-in-out;
    cursor: pointer;
    margin: 5px 0px;
    padding: 3px 12px 6px;
  }
  .side-cat a:hover {color: #fff !important;background-color: #c30800;}
  .side-cat a i {transition: all .3s ease-in-out;color: #c30800;float: none;}
  .side-cat a:hover i {color: #fff;}
/* carousel */
.top .owl-stage-outer {
    height: 100vh;
}
/* start features */
.features .col-md-3 {padding: 0px;}
.features .feat {
    padding:12px 18px;
    margin: 10px 5px;
    border-radius: 6px;
}
.features .feat .icon {
    padding: 5px;
    height: 50px;
    width: 50px;
    margin: 10px auto;
    background-color: #c30800;
    color: #fff;
    border-radius: 50%;
    text-align: center;
}
.features .feat .icon img {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    margin-top: 6px;
}
.features .feat .icon i {
    font-size: 27px;
    margin-top: 7px;
}
.features .feat h5 {
    text-transform: uppercase;
}
.features .feat h5 {font-size: 17px;}
.features .feat span {font-size: 15px;}
.features .feat span i {
    font-size: 14px;
    color: #777;
}
.features a {text-decoration: none !important;}
.features .best {
    overflow: hidden;
    margin: 20px 0px;
    cursor: pointer;
}
.features .best img {width: 100%;}
.features .best .text h4 {margin: 20px 0px;color: #777;}
.features .best .text button {
    padding: 10px;
    border: none;
    padding: 8px 20px;
    color: #fff;
    border-radius: 5px;
}
/* End features */

/* new arrivals */
.new-arrivals .arrival {height: 404px;overflow: hidden;margin: 10px 0px;position: relative;transition: all .3s ease-in-out;}
.new-arrivals h1 {margin: 20px 0px;}
.new-arrivals .arrival img {width: 100%;height: 240px;}
.new-arrivals .slider {
    background-image: url('../images/arrivals/banner.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin: 40px 0px 20px 0px;
    padding: 20px;
    position: relative;
}
.new-arrivals .slider::before {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    content: '';
    background-color: rgba(0, 0, 0,.5);
}
.new-arrivals .rank {
    color: #fff !important;
    font-weight: bold;
    font-size: 60px;
    margin-top: 260px;
    text-align: center;
}
.new-arrivals .slider button {
    border: none;
    padding: 8px 28px;
    border-radius: 5px;
    position: absolute;
    bottom: 0px;
    left: 27%;
}
.new-arrivals .slider button a {color: #fff !important;text-decoration: none;}
.new-arrivals h5 {
    color: #333;
    margin: 10px auto;
    text-align: center;
    border-radius: 3px;
    font-size: 16px;
    padding: 3px;
}
.new-arrivals .slider .owl-carousel .item p {margin-top: 10px;}
.new-arrivals .slider .owl-carousel .item {
    padding: 10px;
    background-color: #fff;
}
.new-arrivals .slider .owl-carousel .item a {
    border: none;
    padding: 8px 28px;
    border-radius: 20px;
    margin: 10px 0px;
    display: block;
    background-color: #c30800;
    color: #fff !important;
}
.new-arrivals .slider .owl-carousel .item span {
    margin: 5px 0px 10px;
    display: inline-block;
}
.new-arrivals .arrival{
  text-align: right;
}
.new-arrivals .arrival .img-pro{
    position:relative;
}
.new-arrivals .arrival .img-pro:hover .overlay{
  opacity: 1;
}
/* .new-arrivals .arrival .img-pro:hover .overlay i{
  transform: scale(0) rotate( 90deg);
  -webkit-transform: scale(0) rotate( 90deg);
} */
.new-arrivals .parent .main-title{
  text-align: right;
}
.new-arrivals .parent .main-title span{
  display: block;
  font-size: 20px;
  color: #b1b1b1;
}
.new-arrivals .parent .main-title h2{
  display: inline-block;
  color: #000 !important;
  font-size: 30px;
}
.new-arrivals .parent .main-title h2 .sp{
  font-size: 16px;
  margin-right: 80px;
  color: #e7422f !important;
  font-weight: bold;
  position: relative;
}
.new-arrivals .parent .main-title h2 .sp:before{
  content: '';
  position: absolute;
  top: 20px;
  right: -75px;
  background-color: #e7422f;
  width: 70px;
  height: 2px;
}
.new-arrivals .parent{
  background-color: #FFF;
  padding: 30px;
}
.new-arrivals .arrival .img-pro .overlay{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0 ,0 ,0 , .1);
  align-items: center;
  display: flex;
  justify-content: center;
  transition: all .4s ease-in-out;
  opacity: 0;
}
.new-arrivals .arrival .img-pro .overlay i{
  background: #fff;
  transition: all 0.3s ease-out 0s;
  width: 50px;
  text-align: center;
  height: 50px;
  padding-top: 17px;
  color: #e7422f;
  border-radius: 2px;
}
.new-arrivals .arrival span{
  display: block;
  text-align: right;
  color: #e83030;
  font-size: 18px;
  font-weight: bold;
}
.new-arrivals .arrival .p-n{
  font-size: 16px;
  margin: 6px 0;
  display: block;
  color: #666 !important;
}
.new-arrivals .arrival .product-link a{
  background-color: #fff;
  margin: 10px 1px;
  border: 1px solid #ccc;
  width: 38px;
  height: 38px;
  display: inline-block;
  border-radius: 3px;
  text-align: center;
  padding-top: 6px;
  color: #000 !important;
  transition: all .4s ease-in-out;
}
.new-arrivals .arrival .product-link a:hover{
  background-color: #e7422f;
  border: 1px solid transparent;
  color: #fff !important;
}
.new-arrivals .arrival .product-link a.active{
  background-color: #e7422f;
  border: 1px solid transparent;
  color: #fff !important;
}
.new-arrivals .adv{
  margin: 20px 0;
}
.new-arrivals .adv a{
  display:block;
  position: relative;
  transition: all .4s ease-in-out;
}
.new-arrivals .adv a .overlay{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0 ,0 ,0 , .1);
  transition: all .4s ease-in-out;
  display: none;
}
.new-arrivals .adv a:hover .overlay{
 display: block;
}
.new-arrivals .adv a img{
  width: 100%;
}
/* new arrivals */


/* start blog collection */
.blog-collection a {text-decoration: none;}
.blog-collection .collection {
    overflow: hidden;position:
    relative;cursor: pointer;padding: 15px;background-color: #fff;padding: 15px;
    transition: all .3s ease-in-out;}
/*.blog-collection .col-md-4 {padding: 0px;}*/
.blog-collection .collection img {width: 100%;height:300px !important;}
.blog-collection .collection .text {
    padding: 25px 40px 27px 40px;
    background-color: #fff;
    border-radius: 3px 3px 0 0;
    position: relative;
    overflow: hidden;
    height: 97px;
    z-index: 1;
    margin-top: -51px;
    width: 280px;
    left: calc(50% - 135px);
    transition: all .3s ease-in-out;
}
.blog-collection .collection:hover .text {bottom: 45px;}
.blog-collection .collection .text h5 {color: #777;}
.blog-collection .collection .text p {
    color: #c30800;
    font-size: 14px;
    margin: 16px 0px;
}
/* End blog collection */

/* start community */
.community .join {overflow: hidden;position: relative;}
.community .join img {width: 100%;margin-bottom: 10px;}
.community .join .link {
    background-color: rgba(255, 255, 255, .8);
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    transition: all .2s ease-in-out;
    opacity: 0;
}
.community .join:hover .link {opacity: 1;}
.community .join .link i {
    display: block;
    margin-top: 55px;
    margin-bottom: 15px;
    font-size: 29px;
    color: #333;
}
.community .join .link a {
    text-decoration: none;
    border: 2px solid #333;
    padding: 6px 20px;
    border-radius: 3px;
    color: #333;
    font-size: 14px;
    font-weight: bold;
    cursor: pointer;
}
/* End community */

/* start community details */
.community-details {background-color: #eee;margin-bottom: 20px;}
.community-details .main {
    padding: 30px;
    background-color: #fff;
    border: 1px solid #ddd;
    margin: 20px 0px;
}
.community-details .main p {margin: 20px 0px;padding: 20px 0px;font-size: 18px;}
.community-details .img-holder {overflow: hidden;}
.community-details .img-holder img {width: 100%;}
.community-details .main .sub-view li {
    display: inline-block;
    margin-left: 10px;
    height: 90px;
    width: 90px;
}
.community-details .main .sub-view li h6 {
    margin: 5px 0px;
    text-align: center;
    font-size: 15px;
    color: #333;
}
.community-details .main .sub-view li img {width: 100%;}
.community-details .following {margin: 50px 0px 20px;}
.community-details  .buttons {margin: 20px 0px;}
.community-details .buttons ul li {
    display: inline-block;
    color: #ccc;
    font-size: 30px;
    margin-left: 40px;
    padding: 6px 0px;
    border-bottom: 2px solid transparent;
    font-weight: bold;
    transition: all .3s ease-in-out;
    cursor: pointer;
}
.community-details  .buttons ul li.active , 
.community-details  .buttons ul li:hover
{color: #777;border-bottom: 2px solid #777;}
.community-details .following .follow-card {
    padding:17px;
    transition: all .3s ease-in-out;
    background-color: #fff;
    margin: 20px 0px;
    overflow: hidden;
}
.community-details .following .follow-card:hover {box-shadow:0px 1px 20px 4px #ccc;}
.community-details .following .follow-card img {width: 100%;transition: all .3s ease-in-out;height: 420px;}
.community-details .following .follow-card:hover img {opacity: .8;}
.community-details .avatar {padding: 10px 0px 15px;}
.community-details .avatar .col-md-6 {padding-left: 7px;}
.community-details .main .avatar .col-md-2 , 
.community-details  .main .avatar .col-md-3 ,
.community-details  .main .avatar .col-md-10
{padding: 0px;}
.community-details .avatar h5 {
    margin-bottom: 0px;
    font-size: 17px;
    color: #c30800;
    font-weight: bold;
}
.community-details .following  .avatar img , 
.community-details .main .avatar .col-md-2 img
{
    width: 38px;
    height: 38px;
    border-radius: 50%;
    margin-top: 3px;
}
.community-details .main .avatar a img {width: 30px;height: 30px;}
.community-details  .avatar .social {margin-top: 8px;}
.community-details  .avatar span {font-size: 14px;}
.community-details .avatar .write {
    padding: 8px 22px;
    border: 1px solid #777;
    transition: all .2s ease-in-out;
    margin-top: 20px;
    margin-left: 20px;
    display: inline-block;
    border-radius: 4px;
    color: #777 !important;
}
.community-details .avatar .write:hover {background-color: #c30800;color: #fff !important;border-color: #c30800;}
.community-details  .avatar .plus {
    padding: 3px 12px;
    border: 1px solid #777;
    transition: all .2s ease-in-out;
    margin-top: 7px;
    display: inline-block;
    border-radius: 4px;
    color: #777 !important;
}
.community-details .avatar .plus:hover {background-color: #c30800;color: #fff !important;border-color: #c30800;}
.community-details .avatar .plus:hover i {color: #fff;}
.community-details .avatar .plus i {
    display: inline;
    font-size: 11px;
    color: #777;
    padding-right: 4px;
}
.community-details .following p {
    font-size: 15px;
    margin-top: 10px;
    color: #777;
}
.community-details .following ul.like {padding-left: 0px;margin-bottom: 0px;}
.community-details .following ul.like li {
    display: inline-block;
    color: #777;
    margin-top: 15px;
    font-size: 15px;
    font-weight: bold;
}
.community-details .following hr {margin-bottom: 0px;}
.community-details .following ul.like li a {padding-left: 10px;padding-right: 8px;}
.community-details .following ul.like li.forward {float: right;}
.community-details #group2 , .community-details #group3 {display: none;}
/* End community details */
/* start product details */
.productDetails .act {
    border: 3px solid #000;
}
.actColor {background-color: #333;color: #fff !important;}
.productDetails {
    padding: 40px 0px 20px;
    margin: 20px 0px;
}
.productDetails .data {padding: 20px;}
.productDetails .carousel-inner .carousel-item img {margin-left: auto;margin-right: 0px;}
.productDetails .carousel-indicators {left: 15px;}
.productDetails .carousel-indicators {
    margin: 0px;
    display: block;
    overflow-y: scroll;
    overflow-x: hidden;
    width: 127px;
    height: 170px;
    top: 0px;
    left: -54px;
}
.productDetails .carousel-indicators img {margin: unset;height: 110px;width: 100px !important;}
.productDetails .social {margin: 25px 0px;}
.productDetails .social a {
    display: inline-block;
    padding: 6px;
    font-size: 20px;
    margin: 10px 5px;
    border: 1px solid #ccc;
    border-radius: 50%;
    height: 40px;
    width: 40px;
    transition: all .3s ease-in-out;
    cursor: pointer;
}
.productDetails .social a:hover {margin:0px 5px;}
.productDetails ul li {transition: all .3s ease-in-out;}
.productDetails , .customers , .reviews , .comments {background-color: #fff;}
.productDetails .data {padding: 20px;}
.productDetails .carousel-inner .carousel-item img {margin-left: auto;margin-right: 0px;}
.productDetails .carousel-indicators {left: 15px;}
.customers {
padding: 20px;
box-shadow: 0px 4px 8px 0px #ccc;
border-radius: 5px;
margin-bottom: 30px;
}
.customers .item a {
    display: block;
    margin: 10px 0px;
    color: #e83030 !important;
    text-decoration: underline !important;
    }
    .customers .owl-carousel .owl-item img {width: 100%;height: 300px;}
    .customers .owl-nav button.owl-prev span, .customers .owl-nav button.owl-next span {
    font-size: 50px;
    color: #777;
    line-height: .5em;
    margin: 0;
    float: none !important;
    }
    .customers .owl-nav button.owl-prev, .customers .owl-nav button.owl-next {
    width: 50px;
    height: 50px;
    background-color: #eee;
    border-radius: 50%;
    transition: all .3s ease-in-out;
    margin: 0 50px;
    }
    
.customers {
    padding: 20px;
    box-shadow: 0px 4px 8px 0px #ccc;
    border-radius: 5px;
    margin-bottom: 30px;
    }
    .customers h3 {
    color: #e83030;
    font-weight: bold;
    margin: 10px 10px 30px;
    }
.reviews {padding: 20px;margin: 20px 0px;box-shadow: 0px 4px 8px 0px #ccc;}
#add_Review 
 {padding: 20px;margin: 20px 0px}
 #add_Review h5 {font-weight: bold;color: #e83030;}
 #add_Review button {
    padding: 8px 20px;
    margin-top: 20px;
    display: inline-block;
    color: #fff !important;
    border-radius: 5px;
    background-color: #e83030;
    border: none;
    }
    #add_Review textarea {
    height: 100px;
    margin: 30px 0px 0px;
 }
 
.reviews .rate1 li {display: inline-block;margin-left: 7px;color: #e83030;font-size: 25px;}
.reviews  h4 {
    font-size: 37px;
    color: #e83030;
    line-height: 1.8em;
    border-radius: 50%;
    border: 1px solid #ccc;
    width: 70px;
    height: 70px;
    margin: 10px auto;
}
.reviews .rate2 {margin: 7px 60px;}
.reviews .rate2 h5 {font-size: 1rem;}
/* .reviews .rate2 h5 b {float: right;} */
.reviews .perc {
height: 28px;
width: 100%;
margin-bottom: 7px;
background-color: #eeeeee9c;
overflow: hidden;
position: relative;
}
.reviews .perc span {
background-color: #e83030;
height: 100%;
position: absolute;
}
.clickRate li {display: inline-block;margin-left: 7px;color: #dddddd96;font-size: 28px;cursor: pointer;transition: all .3s ease-in-out;}
.clickStar li {display: inline-block;margin-left: 7px;color: #dddddd96;font-size: 28px;cursor: pointer;transition: all .3s ease-in-out;}
.fillStar {color: #e83030 !important;}
.comments {
    margin: 20px 0px;
    padding: 20px;
    box-shadow: 0px 4px 8px 0px #ccc;
}
.comments .rate1 , .comments span {display: inline-block;}
.comments .rate1 li {display: inline-block;color: #e83030}
.comments .info li {display: inline-block;margin-right: 20px;color: #777;}
.comments h5 {margin: 20px 0px;}
/* start women wear */
.womens-wear .tabs {margin: 50px 0px 20px;}
.womens-wear .tabs ul li{
    display: inline-block;
    padding: 5px 34px;
    margin-bottom: 5px;
    border: 1px solid #c30800;
    background-color: #fff;
    color: #c30800;
    cursor: pointer;
    margin-left: 20px;
    font-size: 20px;
    border-radius: 3px;
    transition: all .3s ease-in-out;
}
.womens-wear .tabs ul li:hover, .womens-wear .tabs ul li.active
{
    background-color: #c30800;
    border: 1px solid transparent;
    color: #fff;
}
.womens-wear .offer-holder {
    padding: 40px 33px;
    margin-bottom: 40px;
}
.womens-wear .offer-holder .col-md-3 {padding: 7px;}
.womens-wear .offer-holder .offer-card {
    overflow: hidden;
    position: relative;
    box-shadow: 0px 4px 8px 0px #ccc;
    margin-bottom: 20px;
    background-color: #fff;
    padding: 20px;
    transition: all .3s ease-in-out;
    border-radius: 7px;
}
.womens-wear .offer-holder .offer-card:hover img {opacity: .5;}
.womens-wear .offer-holder .offer-card img {width: 100%;cursor: pointer;height: 250px !important;}
.womens-wear .offer-holder .offer-card .info {
    padding: 17px 20px;
    background-color: #fff;
}
.womens-wear .offer-holder .offer-card .info p {
    overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1; /* number of lines to show */
          line-clamp: 1; 
  -webkit-box-orient: vertical;
}
.womens-wear .offer-holder .offer-card span:first-of-type {
    font-size: 22px;
    font-weight: bold;
    display: inline-block;
    margin: 4px 0px;
    color: #c30800;
}
.womens-wear .offer-holder .offer-card button {
    position: absolute;
    transition: all .2s ease-in-out;
    top: 142px;
    left: 60px;
    border: none;
    padding: 8px 20px;
    color: #777;
    border-radius: 2px;
    cursor: pointer;
    opacity: 0;
    background-color: aliceblue;
}
.womens-wear .offer-holder .offer-card:hover button {opacity: 1;}
.carousel-inner .carousel-item img {
    width: 58% !important;
    margin: auto;
}
.carousel-indicators {
    bottom: -117px;
}
.carousel-indicators li {
    width: unset;
    height: unset;
    background: none;
    border: none;
    margin-bottom: 7px;
    margin-left: 15px;
}
.carousel-indicators img {width: 64px !important;margin: auto;height: 64px;}
.carousel-control-next, .carousel-control-prev {
    background-color: #ddd;
    border-radius: 50%;
    height: 40px;
    width: 40px;
    top: 45%;
    color: #777 !important;
}
.carousel-control-next-icon , .carousel-control-prev-icon {
    width: unset;
    height: unset;
    background-image: none;
}
.modal-body {padding: 25px 20px;}
@media (min-width: 576px)
{
    #Modal .modal-dialog {
        max-width: 950px;
        margin: 1.75rem auto;
    }
}
#Modal2 .modal-dialog {
    max-width: 700px;
}
#Modal2 .modal-content {background: none !important;border: none !important;}
#Modal2  .modal-content .modal-header {border: none !important;}
#Modal2  .modal-content .modal-body {overflow: hidden;}
#Modal2 .modal-header .close {
    margin: -1rem -26rem -1rem auto;
    color: #fff;
    font-size: 40px;
}
.womens-wear #group2 , .womens-wear #group3 {display: none;}
 .data h5 {font-weight: bold;font-size: 17px;color: #777;}
 .data ul{
    padding: 0;
    list-style: none;
    margin: 15px 0;
 }

.data ul li {
    margin: 0px 0px 4px 0px;
    font-size: 15px;
    color: #555;
}
 .data ul li.active {background-color: #333;color: #fff;}
 .data .color li.blue {background-color: teal;}
 .data .color li.black {background-color: black;}
 .data .color li.gold {background-color: goldenrod;}
.data .color li.purple {background-color: rgb(70, 2, 70);}
 .data p {
    background-color: #eee;
    padding: 15px;
    margin: 20px 0px;
}
.data span {
    font-size: 14px;
    margin-left: 5px;
    margin: 10px 0px;
}
 .data .add {
    display: block;
    margin-top: 20px;
    color: #333!important;
    text-align: center;
    background-color: #fff;
    width: 180px;
    padding-top: 3px;
    height: 38px;
    font-size: 15px;
    border: 1px solid #ccc;
    border-radius: 25px;
    transition: all .4s ease-in-out;
}
 .data .add i{
    background-color: #c30800;
    color: #fff;
    width: 29px;
    height: 29px;
    padding-top: 8px;
    border-radius: 25px;
    text-align: center;
    display: inline-block;
}
 .data h4 {
    font-size: 26px;
    margin-bottom: 20px;
 }
 .data strong {
    font-size: 18px;
    display: inline-block;
    color: #c30800;
}
 .data #discount{
    display: block;
    font-size: 15px;
    color: #777;
}
.modal-body .fav {margin-top: 20px;text-align: center;}
.modal-body .fav a {color: #333 !important;margin: 17px;}
.modal-body .fav a i {padding-right: 7px;}
/* End women wear */



/* start order details */
.content h5 {color: #333;font-weight: bold;}
.content ul li {color: #777;}
.content {background-color: #fff;padding: 20px;box-shadow: 0 4px 8px 0 #ccc;margin: 15px 0px;border: 1px solid #eee;}
.done .clickStar {margin-bottom: 0px;display: inline-block;}
.done .clickStar li {margin-left: 5px;font-size: 24px;
}
/* end order details */

/* start shopping bag */
.cart-holder {display: none;}
.emptyCart {
    position: absolute;
    width: 400px;
    top: 444px;
    right: 64px;
    padding: 12px;
    background-color: #fff;
    height: 218px;
    box-shadow: 0px 4px 8px 0px #aaa;
}
.emptyCart img {width: 100%;
    margin: auto;}
.switch-li {position: relative;}
.langs {
    position: absolute;
    top: 52px;
    right: 0px;
    text-align: right;
    padding: 10px;
    width: 200px;
    box-shadow: 0px 4px 8px 0px #aaa;
    background-color: #fff;
    display: none;
}
.langs a:first-of-type {border: 1px solid #333;background-color: #333;color: #fff !important;}
.langs a:last-of-type {border: 1px solid #c30800;background-color: #c30800;color: #fff !important;}
.langs a {
    margin: 5px 0px;
    padding: 5px 10px;
    font-size: 17px;
    border-radius: 5px;
    display: block;
}
.cart-items {
    position: absolute;
    top: 74px;
    box-shadow: 0px 4px 8px 0px #aaa;
    right: 64px;
    background-color: #fff;
    width: 400px;
    z-index: 6;
    padding: 20px;
}
.img-holder {overflow: hidden;}
.img-holder img {
    width: 100%;
    border: 2px solid #eee;
    margin: 3px 0px;
    border-radius: 5px;
}
.cart-items .col-md-9 {padding-left: 0px;}
.cart-items .item-info {
    padding: 5px 15px;
background-color: #eeeeee5e;
margin-bottom: 4px;
}
.cart-items .item-info button {
    border: none;
background: none;
}
.cart-items .item-info i {
    color: #c30800;
    font-size: 16px;
}
.cart-items .add {
    display: block;
margin-top: 20px;
background-color: #c30800;
color: #fff !important;
text-align: center;
padding: 9px;
}
.shopping-bag {background-color: #f8f9fa }
.shopping-bag .subTotal h6 span {float: right;}
.shopping-bag .subTotal h6 {margin: 7px 0px;font-size: 14px;}
.shopping-bag .subTotal h5 span {float: right;}
.shopping-bag .subTotal h5 i {color: #da0909;cursor: pointer;}
.shopping-bag .items , .shopping-bag .checkout{
    padding: 20px;
    box-shadow: 0px 4px 8px 0px #ddd;
    margin: 20px 0px;
    background-color: #fff;
}
.shopping-bag .items h5 {
    background-color: #eeeeee8c;
    padding: 7px 10px;
}
.shopping-bag .items span {
    margin-bottom: 7px;
    display: inline-block;
}
.shopping-bag .items input[type="checkbox"] {
    margin-top: 65px;
width: 30px;
}
.shopping-bag .items .selectColor {
    padding: 4px 10px;
    margin: 10px 0px;
    width: 165px;
    background-color: #eeeeee8c;
    width: 200px;
    color: #777;
    cursor: pointer;
}
.shopping-bag .selectColor i {
    float:right;
    font-size: 14px;
    margin: 7px 5px 0px 5px;
}
#input_div li {display: inline-block;}
#input_div li input {
    width: 26px;
    text-align: center;
    font-size: 18px;
    background: none;
    color: #777;
    border: none;
    padding: 0px;
}
.colorImg  
{ 
 cursor: pointer;
 width: 25px;
 height: 25px;
 border: 1px solid #777;
 text-align: center;
 border-radius: 5px;}
.shopping-bag .items span , .shopping-bag .items p {color: #777;}
.shopping-bag .fav a {color: #ec3737 !important;margin: 0;cursor: pointer;}
.shopping-bag .fav a i {padding-right: 7px;}
.shopping-bag .checkout h5 {
    font-size: 17px;
color: #777;
}
.shopping-bag .checkout input[type="text"] {
    display: inline-block;
    border: 1px solid #ddd;
border-radius: 4px;
padding: 10px;
height: 35px;
margin-right: 5px;
width: 220px;
font-size: 15px;
}
.shopping-bag .checkout input[type="submit"] {
    background: none;
border: none;
background-color: #c30800;
color: #fff;
padding: 4px 13px;
height: 34px;
border-radius: 3px;
display: inline-block;
cursor: pointer;
}
.shopping-bag .checkout .proceed {
    padding: 8px;
margin-top: 20px;
display: block;
color: #fff !important;
border-radius: 5px;
background-color: #c30800;
}
/* End shopping bag */

/* start shipping */
.shipping {
    background-color: #f8f9fa;
margin: 20px 0px;
}
.shipping .Label {
    border: 1px solid #ccc;
    padding: 6px 10px;
    margin: 5px 0px;
    border-radius: 4px;
}
.address , .shipping .item-details , .shopping-cart {
    padding: 20px;
    box-shadow: 0px 4px 8px 0px #ddd;
    margin: 20px 0px;
    background-color: #fff;
}
.address span {
    font-weight: bold;
display: inline-block;
margin-left: 5px;
}
.address ul {
    margin-left: 20px;
margin-top: 5px;
}
.address ul li {color: #777;}
.address ul li a {
    text-decoration: underline !important;
color: #0056b3 !important;
}
.shipping .item-details {position: relative;}
.shipping .item-details::before {
    position: absolute;
    width: 1px;
    height: 78%;
    right: 0px;
    left: 50%;
    content: '';
    background-color: #ddd;
}
.shipping .item-details img , .shipping .item-details span ,
.shipping .item-details h5
 {
    display: inline-block;
}
.shipping .item-details h5 {
    font-size: 16px;
margin-left: 7px;
}
.shipping .item-details h6 {
    margin-top: 22px;
font-size: 15px;
}
.shipping .item-details .ways li {
    display: inline-block;
    width: 60px;
}
.shipping .item-details .ways li img {border: none;}
.shipping #editAddress a.cancel {
    padding: 8px 20px;
    margin-top: 20px;
    display: block;
    color: #c30800 !important;
    border-radius: 5px;
    background-color: #fff;
    border: 1px solid #c30800;
}
.shipping .card-holder {display: none;}
.shipping .card-holder i {
    height: 30px;
    width: 30px;
    text-align: center;
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0px 0px 4px 0px #ddd;
    color: #551f56;
    padding-top: 7px;
    margin-left: 4px;
    border: 1px solid #ddd;
}
.shipping .card-holder label {
    color: #551f56;
    font-weight: bold;
    display: block;
}
.shipping .card-holder iframe {
    background-color: #fff;
border-radius: 5px;
box-shadow: 0px 3px 8px 0px #ccc;
}
.shipping .card-holder p {
    font-size: 14px;
line-height: 1.6em;
color: #777;
}
.shipping  form , .shipping .card-holder {
    padding: 10px;
    border: 1px solid #eee;
    border-radius: 5px;
    background-color: #fff;
    margin: 10px 0px;
}
.shipping form h5 {
    color: #777;
    display: block;
    font-size: 18px;
    margin: 17px 0px;
}
.shipping .item-details form span {
    display: inline-block;
    margin-left: 10px;
    margin-top: 10px;
}
.shipping .item-details form select {width: 100px;display: inline-block;cursor: pointer;}
.shipping button ,  .shopping-cart a{
    color: #229ed1 !important;
    background: none;
    border: none;
    float: right;
    cursor: pointer;
}
.shopping-cart a {font-size: 13px;}
.shipping .item-details p {margin-left: 60px;}
.shipping .item-details span.price {
    float: right;
padding: 0px 14px;
color: #777;
background-color: #eee;
border-radius: 4px;
}
.shipping .option {width: 500px;margin: auto;}
.shipping .option button {
     background-color: #fff;
     color: #551f56 !important;
     margin: 5px;
     cursor: pointer;
     padding: 10px 20px;
     transition: all .3s ease-in-out;
     border-radius: 4px;
     border: 1px solid transparent;
     box-shadow: 0px 0px 4px 0px #551f56;
}
.shipping .option button.clicked {
 background-color: #551f56;
     color: #fff !important;
     border: 1px solid #551f56;
}
.shopping-cart img {width: 68px;}
.shopping-cart .total {
    padding: 10px;
    background-color: #eee;
    color: #777;
    margin: 10px 0px;
}
.shopping-cart .total p {display: inline-block;}
.shopping-cart .total span {float: right;}
.shopping-cart .price {
    color: #c30800;
    font-weight: bold;
}
.shopping-cart h5 {margin-top: 0px !important;}
.shopping-cart .continue , .shopping-cart .order , form .place{
    padding: 8px 20px;
margin-top: 20px;
display: block;
float: none;
color: #fff !important;
border-radius: 5px;
background-color: #c30800;
border: none;
}
/* End shipping */
/* order done */
.done .thank{padding:20px;margin:20px auto;background-color:#fff;box-shadow:0 4px 8px 0 #ccc;width:500px}
.done .shipp {
    margin: 10px 0;
    background-color: #fff;
    box-shadow: 0 4px 8px 0 #ccc;
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 25px;
}
/* order done */

/* loader */
.loader {
    margin: auto;
    display: none;
    border: 16px solid #f3f3f3; /* Light grey */
    border-top: 16px solid #c30800; /* Blue */
    border-radius: 50%;
    width: 48px;
    height: 48px;
    animation: spin 2s linear infinite;
  }
  
  @keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
  }
/* fixed icons */
.fixed-icons {
    position: fixed;
    right: 15px;
    bottom: 50px;
    text-align: center;
    z-index: 333;
    display: none;
}
.fixed-icons ul li {
    background-color: #777;
    padding: 10px 12px;
    cursor: pointer;
    margin: 1px 0px;
    color: #fff;
    font-size: 20px;
    transition: all .3s ease-in-out;
    border-radius: 3px;
}
.fixed-icons ul li:hover {background-color: #e7422f;}
.fixed-icons ul li a {color: #fff !important;text-decoration: none;}

.footer
{
    background-color: rgba(221, 221, 221, .5);
    padding-top: 40px;
    padding-bottom: 40px;
}
.footer .links .h2
{
    color: #c30800 !important;
    font-size: 16px;

}
.footer  .h2 span
{
    color: #c30800;
    font-weight: bold;
}
.footer .links a
{
    display: block;
    color: #888;
    line-height: 2em;

}
.footer .links a:hover
{
    color: #c30800;
}
.footer .icon-link a
{
    display: inline-block;
    padding-right: 10px;
}
.footer .subscribe input
{
    height: 45px;
    display: inline-block;
    padding: 6px 30px;
    border-radius: 25px;
}

.footer .subscribe button{
    height: 45px;
    border-radius: 25px;
    border: 1px solid #ccc;
    padding: 10px 12px;
    margin-left: -20px;
    color: #fff;
    background: #c30800;
    font-size: 15px;
    font-weight: 600;
    transition: all 0.3s ease-in-out;
}
.footer .subscribe button:hover
{
    background: #333;
    color: #fff;
  

}


.footer .icon-social {margin-left: 10px;}
.footer  .icon-social a{
    padding-right: 14px;
    font-size: 20px;
    color: #333;
}

.footer  .icon-social a:hover
{
    color: #c30800;
    transition: all 0.3s ease-in-out;
}
.rights {   
     background-color: rgba(221, 221, 221, .5);
     color: #333;
     text-align: center;
     padding: 10px;
}
footer {
    background-image:url(../images/news.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 60px 0;
}
footer form {direction: rtl;}
footer h3 {font-weight: bold;}
footer form input {
    text-align: right;
    display: inline-block !important;
    height: 70px !important;
    border-radius: 50px !important;
    width: 50% !important;
    margin: 30px 0px;
}
footer form button {
    display: inline-block;
    border: none;
    background-color: #c30800;
    color: #fff;
    padding: 16px 32px;
    border-radius: 30px;
    font-weight: bold;
}
/* media query */
@media(max-width:414px) {
    .productDetails .data {margin-top: 10px;}
    .productDetails .social a {height: 32px;width: 32px;font-size: 16px;}
    .customers h3 {text-align: center;font-size: 20px;}
    .productDetails .carousel-indicators {display: none;}
    .customers .owl-carousel .owl-item img {width: 100%;}
    .reviews .rate2 {margin: 0px;}
    .comments h5 {
        font-size: 18px;
        line-height: 1.4em;
        }
        .comments .info li {margin-top: 6px;display: block;}
        .productDetails .carousel-inner .carousel-item img {
            margin-left: auto !important;
            margin-right: auto !important;
        }
    .new-arrivals .adv a img {margin: 10px 0px;}
    .all-cats {display: none;}
    #Offers , #Offers img {
        height: 227px;
    }
    .emptyCart {height: 174px;}
    .tab-de .button-cl {padding: 0;}
    .tab-de {width: unset !important;margin: 40px 0px 60px 0px !important;}
    .womens-wear .offer-holder {padding: 40px 10px;}
    footer form input {width: 100% !important;display: block !important;}
    .drop-links {margin-top: 70px;}
    .fixed-sidebar .drop-links a {font-size: 16px;}
    .fixed-sidebar .drop-links a i {font-size: 13px;}
    .empty {font-size: 23px;}
    .emptyCart {right: 10px;width: 337px;top: 60px;padding: 20px;}
    .emptyCart img {width: 125px !important;}
    .fixed-top {display: block;}
    .nav1 , .nav2 {display: none;}
    .switch-li {margin-left: 22px;}
    .side #searchbar {margin-left: 45px;}
    .top .owl-stage-outer {height: 250px;}
    /* .flash , .bg {margin-top: 70px;} */
    .bg .route {margin-top: 20px;font-size: 20px;}
    .features .feat .icon {margin-left: -9px;}
    .new-arrivals .rank {margin-top: 0px;font-size: 48px;}
    .new-arrivals .owl-carousel {margin-top: 60px;}
    .new-arrivals .slider button {left: 31%;bottom: unset;}
    .new-arrivals .slider {padding: 40px 20px;}
    .fixed-icons {right: 16px;}
    .womens-wear .tabs ul li {width: 215px;}
    .data {margin-top: 125px;}
    .modal-body .fav a {margin: 10px;display: block;}
    .womens-wear .offer-holder .offer-card button {left: 77px;}
    .community-details {margin-top: 33px;}
    .community-details .avatar {margin: 20px 0px;}
    .community-details .avatar .social {text-align: center;}
    .community-details .avatar span {
        margin-bottom: 20px;
        display: inline-block;
    }
    .community-details .main p {padding: 10px 0px;margin: 10px 0px;}
    .community-details .main .sub-view {text-align: center;}
    .community-details .main .sub-view li img {margin-bottom: 10px;margin-top: 10px;}
    .community-details .avatar .write {padding: 8px;text-align: center;font-size: 15px;margin-left: 0px;}
    .community-details .buttons ul li {
        font-size: 20px;
        margin: 5px 15px;
        padding: 0px;
    }
    #Modal2  .modal-content .modal-body img {width: 100%;}
    #Modal2 .modal-header .close {
        margin: -1rem -15px -1rem auto;
    }
    .form-holder .row .share .link-one {margin-top: 20px;display: inline-block;}
    .form-holder .row form {padding-left: 20px;padding-right: 20px;}
    .form-holder .row form .form-control {width: 100%;}
    .form-holder .row form.second {margin-top: 30px;}
    .form-holder .row form .link-three {display: inline-block;}
    .form-holder .row form .link-two {
        padding: 11px 20px;
        width: auto;
        margin: 10px 0px;
    }
    .form-holder .row form .disc img {display: none;}
    .cart-items {top: 60px;right: 8px;padding: 20px 25px;width: 340px;}
    .cart-items .img-holder img {width: 58px;}
    .cart-items .col-md-9 {padding-right: 0px;}
    .shopping-bag .items input[type="checkbox"] {margin-top: 40px;}
    #input_div li input {margin-top: 16px;}
    .shopping-bag .fav a {margin: 5px;}
    .shipping {margin: 80px 0px 20px 0px;}
    .shipping .item-details::before {opacity: 0;}
    .done {margin-top: 120px;}
    .done .thank {width: auto;}
    .footer .subscribe {text-align: center;}
    .footer .subscribe h2 {padding-top: 10px;}
    .footer .subscribe input {width: 100%;margin-bottom: 15px;margin-top: 0px;}
    .footer .subscribe button {width: 60%;margin: 8px 0px;padding: 8px;}
    .content-holder span {display: block;margin-left: 0px !important;}
    .productDetails .carousel-inner .carousel-item img {
        margin-left: auto;
        margin-right: auto;
    }
    .shipping .option {width: auto !important;}
    .shipping .option button {
        padding: 8px 10px;
        font-size: 14px;
        margin: 2px;
    }
}
@media(max-width:768px) {
    .top .owl-stage-outer {height: 250px;}

}
@media (min-width: 992px) {   
.col-m-c{
    max-width: 12.666667%;
   }
}
/* media query */