body {
    position: relative;font-family: Neo !important;direction: rtl!important;background-color: #fafafa;
    }
@font-face {
    font-family: Neo;
    src: url(../css/NeoSansArabic.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;
 }
 #dropMenu {
    text-align: left !important;
    top: 18px !important;
    right: -24px !important;
 }
/* custom */
.spinning {
    animation-name: spin;
    animation-duration:4s; /* How long lasts 1 turn */
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

@keyframes spin {
    from {
        transform:rotate(0deg);
    }
    to {
        transform:rotate(360deg);
    }
}
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: #018CC9;}
.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: #018CC9 !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: 14px;
    margin: 10px 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: #018CC9;
    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: #018CC9;
    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 {
    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: 18px;}
.fixed-sidebar {
    background-color: #fff;
    transition: all .6s 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;}
.fixed-sidebar #compare img {width: 23px !important;}
.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: 15px 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);
    direction: ltr;
}
.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: red;
    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"] {
    display: block;
    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: #018CC9 !important;
    border-color: #018CC9 !important;
}
#search .close {
    position: fixed;
    top: 15px;
    right: 15px;
    color: #fff;
	background-color: #018CC9;
	border-color: #018CC9;
	opacity: 1;
	padding: 10px 17px;
	font-size: 27px;
}
/* header */
.navbar  #navbarSupportedContent {direction: rtl;}
.navbar-light .navbar-brand {
    font-size: 40px;
    font-family: initial;
}
.navbar-light .navbar-brand img{
    width: 90px;
}
/* .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 i{
    font-size: 10px;
    margin-right: 4px;
}
.navbar-expand-lg .navbar-nav .nav-link .fa-user{
    font-size: 21px;
}
/* .navbar-expand-lg .navbar-nav .nav-link:hover {border-bottom: 2px solid #018CC9;} */
.nav1 .navbar-nav .cart {position: relative;}
.nav1 .navbar-nav .cart img{
    width: 30px;
}
.nav1 .navbar-nav .cart span {
    position: absolute;
    width: 18px;
    height: 18px;
    font-size: 11px;
    text-align: center;
    border-radius: 50%;
    color: #fff;
    background-color: red;
    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 form input{
    border: 0;
    border-bottom: 1px solid #ccc;
    border-radius: 0;
}
.navbar form button{
    background-color: #333;
    color: #fff;
    width: 80px;
    height: 34px;
    font-size: 13px;
    padding-top: 8px;
    box-shadow: 0px 0px 4px 0px #eee;
}
.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 { z-index: 3;background-color: #018CC9 !important;padding-top: 0;}
.nav2 .nav-link {
    color: #fff !important;
    border: none !important;
    margin: 22px 4px 0px 5px ;
    font-weight: bold;
    display: inline-block;
    font-size: 15px;
}
#compare {position: relative;cursor: pointer;}
#compare img {
  width: 30px !important;
  margin-top: 9px;
}
#compare span {
  position: absolute;
  background-color: #018CC9;
  top: -11px;
  right: -6px;
  font-size: 12px;
  padding-top: 1px;
  text-align: center;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  color: #fff;
}
#productImg {
  width: 100%;
  height: 200px;
  margin-bottom: 10px;
  border-radius: 4px;
  }
.home {
    margin-top: 21px !important;
}
.home i {
    font-size: 20px;
    display: block;
}
.nav2 .open {
    position: absolute;
    background-color: #fff;
    width: 100% !important;
    top: 69px;
    left: 0px;
    text-align: left;
    z-index: 55;
    display: none;
    box-shadow: 0px 3px 8px 0px #ccc;
    padding: 20px 0px;
}

.nav2 .open h5 {
    color: #777;
    font-size: 16px;
    margin-bottom: 13px;
    transition: all .3s ease-in-out;
}
.nav2 .open h5:hover {color: #018CC9;}
.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: #018CC9;
}
.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: #018CC9;
    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: #018CC9;
}
.cart-parent .cart-child .content-cart .product-cart .number .plus{
    background-color: #018CC9;
}
.cart-parent .cart-child .content-cart .product-cart .number input{
    width: 40px;
    height: 40px;
    text-align: center;
    border: 2px solid #018CC9;
    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: #018CC9;
    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: #018CC9;
    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: #018CC9;
    font-size: 26px;
    font-weight: bold;
    margin: 20px 0 10px;
    direction: rtl;
}
.cart-parent .cart-child .content-cart .detils p{
    font-size: 18px;
    color: #018CC9;
    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-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: #018CC9 !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: 2;
  }
  .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: #018CC9;}
  .side-cat a i {transition: all .3s ease-in-out;color: #018CC9;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: #018CC9;
    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;
    background-color: #fff;
    padding: 25px;
    border-radius: 10px;
    box-shadow: 0px 0px 4px 0px #ccc;
    transition: all .3s ease-in-out;
}
.new-arrivals .arrival .like{
    position: absolute;
    top: 7px;
    right: 15px;
    z-index: 3;
}
.new-arrivals .arrival .clickRate {
    padding: 0;
    margin: 10px 0px;
}
.new-arrivals .arrival .clickRate.two li {
    display: inline-block;
    margin: 0px 5px;
    color: #6c757d;
}
.new-arrivals .arrival .clickRate li {
    display: inline-block;
    margin-left: 5px;
    color: #dddddd96;
    font-size: 18px;
    cursor: pointer;
    transition: all .3s ease-in-out;
}
.new-arrivals .arrival .clickRate .fillStar {color: var(--mainColor) !important;}
.new-arrivals h1 {margin: 20px 0px;}
.new-arrivals .arrival img {
    height: 180px;
    margin: auto;
    display: block;
}
.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: #018CC9;
    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;
    margin: 20px 0;
}
.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);
} */
 .main-title{
  text-align: center;
}
.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: #333 !important;
  font-weight: bold;
  position: relative;
}
.new-arrivals .parent .main-title h2 .sp:before{
  content: '';
  position: absolute;
  top: 20px;
  right: -75px;
  background-color: #333;
  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: #333;
  border-radius: 2px;
}
.new-arrivals .arrival span{
  display: inline-block;
  text-align: right;
  color: #0056b3;
  font-size: 18px;
  font-weight: bold;
}
.new-arrivals .arrival del{
    color: #999;
    float: left;
}
.new-arrivals .arrival .p-n{
  font-size: 16px;
  margin: 6px 0;
  display: block;
  color: #666 !important;
}
 .product-link a{
     margin: auto;
    background-color: #018CC9;
    width: 180px;
    display: block;
    color: #fff !important;
    text-align: center;
    border-radius: 5px;
    padding: 8px 0;
    margin-top: 5px;
    transition: all .4s ease-in-out;
}
 .product-link1 a{
     margin: auto;
    background-color: #e7e7e7;
    border-color: rgb(202, 202, 202);
    height: 38px;
    /* width: 180px; */
    display: block;
    color: #000 !important;
    text-align: center;
    border-radius: 5px;
    padding-top: 8px;
    margin-top: 5px;
    transition: all .4s ease-in-out;
}
 .product-link a:hover{
  background-color: #333;
  /* border: 1px solid transparent; */
  color: #fff !important;
}
.product-link a.active{
  background-color: #333;
  border: 1px solid transparent;
  color: #fff !important;
}
.add_to_compare {
    border-radius: 25px;
    padding: 10px 22px;
    background-color: #eeeeee;
    font-size: 14px;
    display: inline-block;
}
.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%;
}
#com {
    background: none;
    border: none;
    background: none;
    border: none;
    position: absolute;
    bottom: 25px;
    left: 7px;
    transition: all .3s ease-in-out;
    cursor: pointer;
    opacity: 0;
  }
  #com img {width: 30px !important;height: 30px !important;}
  .arrival:hover #com {opacity: 1;}
  .vert-move {
    -webkit-animation: mover 1s infinite  alternate;
    animation: mover 1s infinite  alternate;
}
.vert-move {
    -webkit-animation: mover 1s infinite  alternate;
    animation: mover 1s infinite  alternate;
}
@-webkit-keyframes mover {
    0% { transform: translateY(0); }
    100% { transform: translateY(-10px); }
}
@keyframes mover {
    0% { transform: translateY(0); }
    100% { transform: translateY(-10px); }
}

/* new arrivals */

/* ##### */
.tab-de{
    background-color: #fff;
    width: 800px;
    border: 1px solid #ddd;
    text-align: right;
    border-radius: 3px;
    margin: 40px 0 60px 0;
}
.tab-de .button-cl{
    background-color: #f8f9fa;
    border-bottom: 1px solid #ddd;
}
.tab-de .button-cl li{
    display: inline-block;
    padding: 10px 40px;
    cursor: pointer;
    /* transition: all .4s ease-in-out; */
    border-left: 1px solid transparent;
    border-right: 1px solid transparent;
    position:relative;
}
.tab-de .button-cl li::before{
    content: '.';
    display: inline-block;
    position: absolute;
    top: 19px;
    right: 23px;
    background-color: #018CC9;
    line-height: 0px;
    width: 7px;
    border-radius: 50%;
    height: 7px;
}
.tab-de .button-cl li.active{
    background-color: #fff;
    border-left: 1px solid #eaeaea;
    border-right: 1px solid #eaeaea;
}
.tab-de .button-cl li.active:after{
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    background: #fff;
    bottom: -1px;
    left: 0;
}
.tab-de .box-de ul li{
    font-size: 14px;
    line-height: 1.8;
}
.box-proper{
    display: none;
    padding: 20px;
}
.box-proper .table{
    text-align: right;
}
.box-proper .table > thead > tr > th{
    background: unset;
}
.box-proper .table td, .table th {
    padding: 5px 10px;
    font-size: 14px;
    color: #000 !important;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
}
/* ####### */

/* 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: #018CC9;
    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: #018CC9;
    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: #018CC9;color: #fff !important;border-color: #018CC9;}
.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: #018CC9;color: #fff !important;border-color: #018CC9;}
.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 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 #018CC9;
    background-color: #fff;
    color: #018CC9;
    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: #018CC9;
    border: 1px solid transparent;
    color: #fff;
}
.womens-wear .offer-holder , .new-arrivals .offer-holder {
    padding: 0px 33px 40px 33px;
    margin-bottom: 40px;
}
.offer-holder .col-md-3 {padding: 7px;}
.offer-holder .col-md-4 {padding: 7px;}
.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;
    height: 420px;
}
.offer-card:hover img {opacity: .5;}
.offer-card:hover #com {opacity: 1;}
.offer-card img {width: auto;cursor: pointer;height: 210px !important;display: block;margin: auto;}
#price {color: forestgreen;}
#discount {color: darkred;}
.offer-card p {
    font-size: 15px;
    font-weight: normal;
    overflow: hidden;
    line-height: 1.6em;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}
.offer-card .info {
    margin-top: 20px;
    background-color: #fff;
    text-align: right;
}
.offer-card span:first-of-type {
    font-size: 22px;
    font-weight: bold;
    display: inline-block;
    margin: 4px 0px;
    /* color: #018CC9; */
}
.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;
}
.offer-card:hover button {opacity: 1;}
.carousel-inner .carousel-item img {
    width: 70% !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: #018CC9;
    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: #018CC9;
}
 .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 #018CC9;background-color: #018CC9;color: #fff !important;}
.langs a {
    margin: 5px 0px;
    padding: 5px 10px;
    font-size: 17px;
    border-radius: 5px;
    display: block;
}
.cart-items {
    position: absolute;
    top: 90px;
    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: #018CC9;
    font-size: 16px;
}
.cart-items .add {
    display: block;
margin-top: 20px;
background-color: #018CC9;
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: #018CC9;
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: #018CC9;
}
/* End shopping bag */

/* filter */
#indexOfCat , #indexOfTrade {
    height: 200px;
overflow-y: scroll;
}
.sort-by select {
    cursor: pointer;
    appearance: none;
    background-image: url(../images/arrow.png);
    background-repeat: no-repeat;
    background-size: 10px 10px;
    background-position: 12px 15px;
    height: 39px !important;
    padding: 0px 10px 2px;
    border-radius: 4px;
    border: 1px solid #ccc;
    width: 133px;
}
.sort-by select:focus {outline: none;}
.sort {
    background-color: #fff;
    box-shadow: 0px 0px 4px 0px #ddd;
    border-radius: 4px;
    padding: 10px 20px 5px;
    margin-bottom: 10px;
    margin-top: 7px;
}
.sort-by {margin-top: 4px;}
.sort-by button {
    box-shadow: none;
    padding: 0;
    border: none;
    margin: 0px 5px;
    cursor: pointer;
}
.sort-by img {width: 22px;}
.sort-by span {font-size: 18px;}
.exist-items {margin-top: 3px;}
.exist-items b {
    color: #29d35e;
    font-size: 18px;
}
.filter {
    text-align: right;
    border-radius: 4px;
    background-color: #fff;
    padding: 12px;
}
.filter h5 {color: #018CC9;font-size: 18px;}
.filter h5 i {
    font-size: 13px;
    color: #888;
}
.filter form {
    position: relative;
    overflow: hidden;
    }
.filter form input {
    border-radius: 25px;
    margin: 10px 0px;
    padding: 2px 11px 6px 35px ;
}
.filter form input::placeholder {color: #aaa;font-size: 14px;}
.filter form button {
    background-color: #4caf50;
    color: #fff;
    border: none;
    height: 30px;
    width: 30px;
    border-radius: 50%;
    font-size: 13px;
    position: absolute;
    left: 3px;
    top: 15px;
    }
    .filter label {margin: 15px 0px;display: block;}
/* end filter */

/* 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: #018CC9 !important;
    border-radius: 5px;
    background-color: #fff;
    border: 1px solid #018CC9;
}
.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: #018CC9;
    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: #018CC9;
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 #018CC9; /* 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: #333;}
.fixed-icons ul li a {color: #fff !important;text-decoration: none;}
/* ######### */
/*Start Company Brands */

#companyBrands .owl-item img{height: 210px;border-radius:10px;border: 1px solid #ddd;}

/*End Company Brands */

.features {padding: 60px 0px 40px 0px;}
.feature {
  text-align: center;
  padding: 30px 20px;
  background-color: #fff;
  border-top: 3px solid #018CC9;
  box-shadow: 0px 2px 7px 0px #ddd;
}
.feature h5 {color: #018CC9;margin-top: 25px;font-size: 18px;}
.feature img {width: 70px;}

/* scrollUp */
.scrollUp {
    position: fixed;
    bottom: 40px;
    right: 45px;
    z-index: 777;
    display: none;
    height: 50px;
    width: 40px;
}
.scrollUp i {
    background-color: #018CC9;
    color: #fff;
    border-radius: 7px;
    padding: 10px 15px;
    cursor: pointer;
    font-size: 25px;
}

.footer{
  margin-top: 60px;
  background-image: url('../images/coverfooter.png');
  background-attachment: fixed;
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 40px;
  position: relative;
}
.footer::before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(0 0 0 / 90%);
}
.footer .links h3{
  color: #fff;
  font-weight: bold;
  margin-bottom: 20px;
  font-size: 18px;
}
.footer .links a{
  display: block;
  padding-right: 5px;
  padding-top: 4px;
  border-radius: 4px;
  color: #fdfdfd !important;
  margin-bottom: 10px;
  transition: all .3s ease-in-out;
  border: 1px solid transparent;
}
.footer .links a:hover{
  color: #fff !important;
  background-color: #777;
}
.footer form label{
  color: #fdfdfd;
  margin-bottom: 15px;
}
.footer form input{
  display: inline-block;
  font-size: 13px;
  height: 44px;
  border: 0;
  border-radius: 6px;
  box-shadow: 0px 0px 8px 0px #ccc;
}
.footer form button{
  position: absolute;
  left: 28px;
  top: 86px;
  background: unset;
  border: 0;
  color: #888;
  font-size: 18px;
}
.footer .payment {margin: 30px 0;}
.footer .payment img{
  width: 100px;
  border-radius: 5px;
  margin: 0px 5px;
}
.footer .social{text-align: center;margin: 30px 0;}
.footer .social a{
  background-color: #fff;
  color: var(--mainColor);
  width: 42px;
  display: inline-block;
  height: 42px;
  border-radius: 3px 20px;
  padding-top: 7px;
  font-size: 20px;
  margin: 0 3px;
  border: 1px solid transparent;
  transition: all .3s ease-in-out;
}
.footer .social a:hover{
  background-color: #777;
  color: #fff !important;
  border: 1px dotted #777;
}
.footer hr{
  border-top:1px solid rgb(255 255 255 / 59%);
}
.footer p{
  text-align: center;
  color: #fff;
  font-size: 18px;
  margin-top: 15px;
}
.apps a {display: inline-block;}
.apps a img {
width: 100px;
height: 40px;
margin: 0px 7px;
display: inline-block;
}
.cats {
    padding: 25px;
    background-color: #fff;
    border-radius: 3px;
    box-shadow: 0px 2px 5px 0px #ddd;
    text-align: right;
}
.cats .image {overflow: hidden;}
.cats .image img {width: 100%;}
.cats .list a {
    display: block;
    font-size: 15px;
    margin: 6px 0px;
}
.cats h5 {
    color: #018CC9;
    font-weight: bold;
    padding-bottom: 10px;
    font-size: 17px;
    border-bottom: 1px dotted #aaa;
    margin-bottom: 28px;
}
.pay {
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 5px;
    box-shadow: 0px 0px 4px 0px #ddd;
    margin: 20px auto;
    padding: 20px;
    width: 500px;
    text-align: center;
}
.pay img {width: 80px;margin-bottom: 20px;}
.success-section img {width: 160px;}
.pay h5 {color:#085c9b;}
/* media query */
@media(max-width:414px) {
    .pay {width: auto;}
    .breadcrumb li {font-size: 16px !important;}
    .sort-by {text-align: right !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: 0px 0px 60px 0px !important;}
    .womens-wear .offer-holder {padding: 40px 10px 0px;margin-bottom: 0px !important;}
    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;}
    .nav1 , .nav2 {display: none !important;}
    .switch-li {margin-left: 22px;}
    .side #searchbar {margin-left: 23px;}
    .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-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;left: -290px!important;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;
    }
    .footer {padding: 40px 10px;}
    .footer .links a {font-size: 13px;}
    .productDetails .carousel-inner .carousel-item img {height: 300px;}
}

@media(max-width:768px) {
    .top .owl-stage-outer {height: 250px;}
    .cats h5 {margin-top: 12px;}
    .feature {margin-bottom: 25px;}
    .logobrand h3 {text-align: right !important;}
    .fixed-top {display: block;}

}
@media (min-width: 567px) {   
.line {
    display: none;
   }
}
@media (max-width: 566px) {   
.line {
    display: block;
   }
   .sort {padding-bottom: 10px;}
   .sort-by span {margin-bottom: 20px;display: inline-block;}
}
@media (min-width: 992px) {   
.col-m-c{
    max-width: 12.666667%;
   }
}
/* media query */