@import url('https://fonts.googleapis.com/css2?family=Montserrat&family=Spinnaker&family=Oswald&display=swap');
@font-face {
    font-family: Gilroy;
    src: url(gilroy.otf);
  }
body {
    margin: 0;
    padding: 0;
    font-family: 'Spinnaker', sans-serif !important;
}
input::placeholder {
    font-size: 13px;
}
 select  {
    font-size: 13px;
}
 textarea::placeholder {
    font-size: 13px;
}
.main-nav {
    background: #fff;
    box-shadow:  0px 5px 5px 0 rgba(1, 47, 153, .1);
    color: #032b43 !important;
}
.main-nav ul{
    margin-right: 0px;   
}
.main-nav ul li {
    margin-left: 10px;
}
.main-nav .navbar-nav .nav-item .nav-link {
    color: #111 !important;
    font-size: 13px;
    font-weight: 900;
}
.main-nav .navbar-nav .nav-item .str {
    border: 2px solid #032b43;
    border-radius: 5px;
    padding: 6px;
    transition: all .5s ease-in-out;
}
.main-nav .navbar-nav .nav-item .str:hover {
    border: 2px solid #032b43;
    background: #032b43;
    color: #fff !important;
}
.navbar .form-inline input::placeholder {
    font-size: 13px;
}
.navbar .show_location {
    color: #00d08b;
}
.navbar .nav-item .nav-link .fa-map-marker-alt {
    color: #00d08b;
}
.navbar .form-inline .input-group {
    /* border: 2px solid #032b43; */
    border-radius: 20px;
    /* box-shadow: 0px 10px 20px 0px rgba(1,47,153,0.2); */
}
.navbar .form-inline .input-group .input-group-append button{
    background: #f6f6f6;
    color: #444;
    border: none;
}
.navbar .form-inline input {
    background: #f2f2f2;
    font-family: 'Spinnaker', sans-serif;
    border-radius: 18px;
    width: 300px;
    border: none;
}
.navbar .form-inline input::placeholder {
  font-size: 13px;
    font-family: 'Spinnaker', sans-serif;
}
.navbar .form-inline .input-group select option {
    color: #fff;
    font-family: 'Spinnaker', sans-serif;
}
.navbar .nav-item .nav-link.sign-up-btn {
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 18px;
    padding: 8px 20px;
}
/* .header .hero-pic {
    background: linear-gradient(to left, rgba(0,0,0,0.6), rgba(0,0,0,0.8)), url('../images/fashion-bg.jpg');
    background-size: cover;
    background-position: unset;
    width: 100%;
    height: 60vh;
}
.header-elec .hero-pic {
    background: linear-gradient(to left, rgba(0,0,0,0.6), rgba(0,0,0,0.8)), url('../images/elec-bg.jpg');
    background-size: cover;
    background-position: unset;
    width: 100%;
    height: 60vh;
}
.header .hero-pic h2 {
    font-size: 5em;
    font-family: 'Spartan', sans-serif;
    position: absolute;
    transform: translate(-50%, -50%);
    top: 40%;
    left: 50%;
    width: 70%;
    color: #fff;
} */
.hero {
    /* padding-top: 30px;
    width: 100%;
    height: 100vh;
    background: #fff; */
}
.hero {
    width: 100%;
    height: 110vh;
}
.hero video {
    width: 100%;
    height: 100%; 
    overflow: hidden;
}
/* .hero .hero-box .carousel-item {
        height: 80vh;
        min-height: 350px;
        background: no-repeat center center scroll;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        border-radius: 20px;
}
.hero .hero-text {
    padding-top: 10px;
}
.hero .hero-text h1 {
    font-family: 'Spartan', sans-serif;
    font-size: 5em;
}
.hero .hero-text p {
    font-family: 'Spartan', sans-serif;
    font-size: 3em;
    font-weight: 600;
}
.hero .hero-text .btn {
    background: #032b43;
    color: #fff;
    text-decoration: none;
    padding: 10px 22px;
    border-radius: 5px;
} */
/*********Shop by Category**********/
.shop-by-category {
    width: 100%;
    background: #c2b9b9;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 20px;
    padding-right: 20px;
}
.shop-by-category .store-row {
    padding: 20px;
}
.shop-by-category .shop-by-category-box {
    width: 100%;
    height: 45vh;
    border: 1px solid rgba(0, 0, 0, .1);
    box-shadow: 0px 5px 10px rgba(0, 0, 0, .2);
    
}
.shop-by-category .shop-by-category-box .shop-category-left{
    width: 100%;
    height: 45vh;
    background: #222;
    position: relative;
}
.shop-by-category .shop-by-category-box .shop-category-right{
    width: 100%;
    height: 45vh;
    background: #fff;
}
.shop-by-category .shop-by-category-box .shop-category-left .heading{
   position: absolute;
   top: 50%;
   left: 50%;
   transform: translate(-50%, -50%);
}
.shop-by-category .shop-by-category-box .shop-category-left .heading h1{
font-family: 'Gilroy', sans-serif;
font-weight: 900;
color: #fff;
font-size: 2em;
line-height: 40px;
letter-spacing: 1px;
 }
 .shop-by-category .shop-by-category-box .shop-category-right .shop-heading{
    padding-top: 7px;
 }
 .shop-by-category .shop-by-category-box .shop-category-right .shop-heading p{
    color: #777;
    font-family: 'Spinnaker', sans-serif;
    font-size: 13px;
 }
 .shop-by-category .shop-by-category-box .shop-category-left .text-box-top {
     padding-top: 7px;
 }
 .shop-by-category .shop-by-category-box .shop-category-left .text-box-top p{
   color: #777;
   font-family: 'Spinnaker', sans-serif;
   font-size: 13px;
}
.shop-by-category .shop-by-category-box .shop-category-left .text-box-top p.contact{
    color: #ccc;
    font-family: 'Spinnaker', sans-serif;
    font-size: 13px;
 }
 .shop-by-category .shop-by-category-box .shop-category-right .swiper-container {
    width: 100%;
    padding-top: 10px;
    padding-bottom: 30px;
  }
  .shop-by-category .shop-by-category-box .shop-category-right .swiper-slide {
    background-position: center;
    background-size: cover;
    width: 200px;
    height: 200px;

  }
  .shop-by-category .shop-by-category-box .shop-category-right .swiper-pagination-bullet {
    background: #666 !important;
    opacity: .9;
    width: 6px !important;
    height: 6px !important;
}
.shop-by-category .shop-by-category-box .shop-category-right  .swiper-pagination-bullet-active {
    background: #222 !important;
    opacity: 1;
    width: 6px !important;
    height: 6px !important;
}

/**********Best Selling Div*********/
.best-sellers-div {
    padding-top: 50px;
    padding-bottom: 100px;
    background: #2b2b2b;
    padding-left: 80px !important;
    padding-right: 80px !important;
}
.best-sellers-div .best-seller-div-box {
    padding-top: 10px;
    padding-bottom: 30px;
    background: #fff;
    margin-top: 40px;
    padding-left: 50px;
    padding-right: 50px;
    position: relative;
}
.best-sellers-div  .heading h1 {
    font-family: 'Gilroy', sans-serif;
    font-size: 3em;
    color: #fff;
    font-weight: 900;
    letter-spacing: 2px;
}
.best-sellers-div .best-seller-div-box .swiper-container {
    width: 100%;
    padding-top: 50px;
    padding-bottom: 170px;
  }
  .best-sellers-div .best-seller-div-box .swiper-slide {
    width: 300px;
    height: 220px;
    margin-right: 40px;
  }
  /* .best-sellers-div .best-seller-div-box .swiper-slide .img-box {
    width: 300px;
    height: 220px;
  } */
  .best-sellers-div .best-seller-div-box .swiper-slide .img-box img{
    width: 100%;
    height: 100%;
  }
  .best-sellers-div .best-seller-div-box .swiper-slide .swiper-text{
      margin-top: 10px;
    /* border-top: 1px solid #555; */
  }
  .best-sellers-div .best-seller-div-box .swiper-slide .swiper-text h2{
    font-family: 'Spinnaker', sans-serif;
    font-size: 17px;
    color: #666;
    padding-top: 5px;
    font-weight: 900;
}
.best-sellers-div .best-seller-div-box .swiper-slide .swiper-text h2{
    font-family: 'Spinnaker', sans-serif;
    font-size: 15px;
    color: #333;
    font-weight: 900;
}
.best-sellers-div .best-seller-div-box .swiper-slide .swiper-text .price{
    font-family: 'Spinnaker', sans-serif;
    font-size: 13px;
    color: #000;
    font-weight: 900;
    border-bottom: 1px solid #555;
    padding-bottom: 5px;
    padding-top: 15px;
}
.best-sellers-div .best-seller-div-box .swiper-slide .swiper-text .store{
    font-family: 'Spinnaker', sans-serif;
    font-size: 13px;
    color: #333;
}
.best-sellers-div .best-seller-div-box .swiper-slide .swiper-text a{
    font-family: 'Spinnaker', sans-serif;
    font-size: 13px;
    color: #000;
    text-decoration: none;
    border-radius: 0;
    background: transparent;
    border: 2px solid #000;
}
.best-sellers-div .best-seller-div-box .bottom {
    position: absolute;
    left: -60px;
    bottom: 70px;
}
.best-sellers-div .best-seller-div-box .bottom h1 {
    font-family: 'Spinnaker', sans-serif;
font-size: 10px;
color: #000;
font-weight: 900;
letter-spacing: 2px;
transform: rotate(-90deg);
}
/**************View Products***********/
.view-product {
    width: 100%;
    height: 100vh;
    background: #2b2b2b;
    padding-top: 90px;
    /* padding-bottom: 100px; */
}
.view-product .view-product-box {
    width: 100%;
    height: 50vh;
}
.view-product .view-product-box .right-box {
    width: 100%;
    height: 75vh;
    background: #fff;
}
.view-product .view-product-box .left-box {
    width: 100%;
    height: 75vh;
    background: #bdbebf;
}
.view-product .view-product-box .close-btn {
    font-size: 10px;
    color: #000;
    font-family: 'Spinnaker', sans-serif;
}
.view-product .view-product-box .text-box {
    padding-top: 50px;
}
.view-product .view-product-box .text-box .heading h2 {
    font-size: 15px;
    color: #000;
    font-family: 'Spinnaker', sans-serif;
}
.view-product .view-product-box .text-box .text-box-content {
    padding-top: 30px;
}
.view-product .view-product-box .text-box .text-box-content h2 {
    font-size: 25px;
    color: #000;
    font-weight: 600;
    font-family: 'Gilroy', sans-serif;
}
.view-product .view-product-box .text-box .text-box-content .info {
    font-size: 13px;
    color: #999;
    font-family: 'Spinnaker', sans-serif;
}
.view-product .view-product-box .text-box .text-box-content .price {
    font-size: 20px;
    color: #000;
    font-weight: 600;
    font-family: 'Gilroy', sans-serif;
}
.view-product .view-product-box .text-box .text-box-content  .color-box {
    padding: 30px;
}
.view-product .view-product-box .text-box .text-box-content  .color-box span {
    padding: 10px;
    font-size: 13px;
    color: #999;
    font-family: 'Spinnaker', sans-serif;
}
.view-product .view-product-box .text-box .text-box-content  .btn-box {
    padding: 30px;
}
.view-product .view-product-box .text-box .text-box-content  .btn-box a {
    font-size: 12px;
    color: #fff;
    font-family: 'Spinnaker', sans-serif;
    background: #000;
    text-decoration: none;
    border: 2px solid #000;
    transition: all .5s ease-in-out;
}
.view-product .view-product-box .text-box .text-box-content   .btn-box a:hover {
    background: transparent;
    color: #000;
}
.view-product .view-product-box .text-box .text-box-content  .btn-box .cart-btn {
    padding: 10px 35px;
}
.view-product .view-product-box .text-box .text-box-content .btn-box .sub-btn {
    padding: 10px 25px;
}
/********Cart***********/
.cart-box {
    padding-top: 15px;
    padding-bottom: 50px;
    position: relative;
}
.cart-box .checkout-box {
    width: 100%;
    padding: 30px 40px;
    padding-bottom: 15px;
    position: fixed;
    bottom: 0;
    left: 0;
    border-top: 1px solid rgba(0,0,0,.1);
    z-index: 100;
    background: #fff;
}
.cart-box .checkout-box a {
    text-decoration: none;
    transition: all .5s ease-in-out;
}
.cart-box .checkout-box .back-btn {
    text-decoration: none;
    color: #333;
    background: transparent;
    border: 2px solid #000;
    border-radius: 0;
    font-size: 13px;
}
.cart-box .checkout-box .back-btn:hover {
    color: #fff;
    background: #000;
}
.cart-box .checkout-box .checkout-btn:hover {
    color: #000;
    background: transparent;
}
.cart-box .checkout-box .checkout-btn {
    text-decoration: none;
    color: #fff;
    background: #000;
    border: 2px solid #000;
    border-radius: 0;
    font-size: 13px;
}
.cart-box .checkout-box h2 {
    font-family: 'Gilroy', sans-serif;
    font-size: 2em;
    font-weight: 900;
    color: #333;
    line-height: 20px;
    margin-bottom: 0;
}
.checkout-bx {
    padding-top: 20px;
    padding-bottom: 20px;
    position: relative;
  }
  .checkout-bx .header h2 {
    color: #000;
    font-size: 2em;
    font-family: 'Gilroy', sans-serif;
  }
  .checkout-bx .login-bx span {
    color: #888;
    font-size: 14px;
    font-family: 'Spinnaker', sans-serif;
  }
  .checkout-bx .login-bx span a {
    color: #000;
    text-decoration: none;
    font-size: 13px;
    font-family: 'Spinnaker', sans-serif;
  }
  .checkout-bx .order-summary {
    box-shadow: 0px 5px 5px 0px rgba(0,0,0,.2);
    position: relative;
   padding-left: 15px;
   padding-right: 15px;
   padding-top: 15px;
   background: #fff;
   border-radius: 10px;
   width: 100%;
   height: 75vh;
   overflow: auto;
  overflow-y: scroll;
  overflow-x: hidden;
  scrollbar-color:rgba(0, 0, 0,.1) #ddd;
  scrollbar-width: thin;
  scroll-behavior: smooth;
   /* margin: 10px; */
  }
  .checkout-bx .order-summary::-webkit-scrollbar {
width: 6px;
background-color: #ddd;
} 
.checkout-bx .order-summary::-webkit-scrollbar-thumb {
background-color: rgba(0, 0, 0,.1);
border-radius: 50px;
}
.checkout-bx .order-summary::-webkit-scrollbar-track {
-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
background-color: #ddd;
border-radius: 50px;
}
  .checkout-bx .order-summary .text-box {
   padding-top: 10px;
  }
  .checkout-bx .order-summary .img-box  {
   padding: 20px;
  }
  .checkout-bx .order-summary .text-box h4  {
    font-family: 'Spinnaker', sans-serif;
    font-size: 12px;
    color: #888;
    /* margin-bottom: 0; */
  }
  .checkout-bx .order-summary .text-box h3 {
    font-family: 'Spinnaker', sans-serif;
    font-size: 13px;
    color: #333;
    margin-bottom: 0;
  }
  .checkout-bx .order-summary .text-box .size{
font-family: 'Spinnaker', sans-serif;
font-size: 12px;
color: #888;
/* margin-bottom: 0; */
} 
.checkout-bx .order-summary .text-box .color{
font-family: 'Spinnaker', sans-serif;
font-size: 12px;
color: #888;
/* margin-bottom: 0; */
} 
.checkout-bx .order-summary .action-btn span {
padding: 10px;
}
.checkout-bx .order-summary .action-btn span.edit {
font-family: 'Spinnaker', sans-serif;
font-size: 13px;
color: #888;
margin-bottom: 0;
transition: .5s ease-in-out;
cursor: pointer;
}
.checkout-bx .order-summary .action-btn span.edit:hover {
color: #000;
}
.checkout-bx .order-summary .action-btn span.trash {
font-size: 13px;
color: #333;
cursor: pointer;
}
.checkout-bx .order-summary .total-box {
border-top: 1px solid rgba(0,0,0,.1);
padding: 10px 5px;
position: sticky;
background: #fff;
bottom: 1px;
left: 0;
}
.checkout-bx .order-summary .total-box h2 {
font-family: 'Gilroy', sans-serif;
font-size: 2em;
color: #333;
margin-bottom: 0;
font-weight: 900;
}
.checkout-bx .order-summary #editCollapse button  {
border: 2px solid #000;
border-radius: 0;
color: #000;
background: transparent;
font-family: 'Spinnaker', sans-serif;
font-size: 13px;
}
.checkout-bx .order-summary #editCollapse label  {
font-family: 'Spinnaker', sans-serif;
font-size: 11px;
color: #666;
margin-bottom: 0;
}
.checkout-bx .order-summary #editCollapse select  {
font-family: 'Spinnaker', sans-serif;
font-size: 13px;
color: #666;
margin-bottom: 0;
}
.checkout-bx .order-summary #editCollapse input[type="submit"]  {
border: 2px solid #000;
border-radius: 0;
color: #fff;
background: #000;
font-family: 'Spinnaker', sans-serif;
font-size: 13px;
}
.checkout-bx .shipping-details {
box-shadow: 0px 5px 5px 0px rgba(0,0,0,.2);
   padding: 15px;
   background: #fff;
   border-radius: 10px;
   width: 100%;
   height: 75vh;
   /* margin: 10px; */
}
.checkout-bx .shipping-details .row-padding {
padding: 15px 10px;
}
.checkout-bx .shipping-details .row-padding input {
border-bottom: 1px solid rgba(0,0,0,.25) !important;
border-radius: 0;
border: none;
}
.checkout-bx .shipping-details  input[type="submit"] {
background: #000;
color: #fff;
border-radius: 0;
font-size: 14px;
}
.cart-box .heading h2 {
    font-family: 'Gilroy', sans-serif;
    font-size: 2em;
    color: #000;
}
.cart-box .heading p {
    font-size: 'Spinnaker', sans-serif;
    font-size: 13px;
    color: #888;
}
.cart-box .cart-item-heading h3 {
    color: #333;
    font-size: 12px;
    text-transform: uppercase;
}
.cart-box .cart-main-body {
    box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, .2);
    margin-top: 20px;
    border-radius: 10px;
    padding: 10px 20px;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, .2);
}
.cart-box .cart-main-body .text-box  {
    /* padding-top: 30px; */
}
.cart-box .cart-main-body .text-box span {
    color: #888;
    padding: 5px;
    transition:  all .5s ease-in-out;
}
.cart-box .cart-main-body .text-box span.plus {
    cursor: pointer;
    padding: 0px 3px;
    border: 2px solid #888;
    border-radius: 0;
    font-size: 15px;
}
.cart-box .cart-main-body .text-box span.plus i {
    font-size: 15px;
}
.cart-box .cart-main-body .text-box span.minus i {
   font-size: 15px;
}
.cart-box .cart-main-body .text-box span.minus {
    cursor: pointer;
    padding: 0px 3px;
    border: 2px solid #888;
    border-radius: 0;
    font-size: 15px;
}
.cart-box .cart-main-body .text-box span.plus:hover {
    color: #000;
}
.cart-box .cart-main-body .text-box span.minus:hover {
    color: #000;
}
.cart-box .cart-main-body .img-box{
    padding: 3px;
    border: 1px solid rgba(0, 0, 0, .1);
} 
.cart-box .cart-main-body h4{
    font-family: 'Spinnaker', sans-serif !important;
    font-size: 15px;
    color: #666;
    font-weight: 900;
} 
.cart-box .cart-main-body .item_name_{
    font-family: 'Oswald', sans-serif !important;
    font-size: 15px;
    color: #333;
}
.cart-box .cart-main-body .edit{
    font-size: 13px;
    color: #000 !important;
    background: #fff;
    border: 2px solid #000;
    cursor: pointer;
    margin-top: 10px;
    padding: 5px 15px !important;
} 
.cart-box .cart-main-body .save-btn{
    font-size: 13px;
    color: #fff !important;
    background: #000;
    border: 2px solid #000;
    cursor: pointer;
    border-radius: 0;
    padding: 5px 15px !important;
} 
.cart-box .cart-main-body .size{
    font-size: 'Spinnaker', sans-serif;
    font-size: 11px;
    color: #888;
    margin-bottom: 0;
    text-transform: uppercase;
} 
.cart-box .cart-main-body .color{
    font-size: 'Spinnaker', sans-serif;
    font-size: 11px;
    color: #888;
    margin-bottom: 10px;
    text-transform: uppercase;
} 
.cart-box .cart-main-body .close-btn{
    font-size: 'Spinnaker', sans-serif;
    font-size: 16px;
    cursor: pointer;
}
.cart-header-row {
    border-top: 1px solid rgba(0, 0, 0, .1);
    margin-top: 10px;
    padding-top: 10px;
}
.cart-header-row-inverse {
    border-top: 1px solid rgba(0, 0, 0, .1);
    padding: 10px 0;
    /* margin-bottom: 10px;
    padding-bottom: 5px; */
}
.cart-header-row .remove i {
    font-size: 15px;
}
.checkout-bx-row {
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 5px;
    margin-bottom: 10px;
    padding: 10px 5px;
}
.cart-header-row-inverse .mobile-edit {
    text-transform: uppercase;
    /* font-weight: 900; */
    font-size: 10px;
    cursor: pointer;
    background: #fff;
    border: 2px solid #000;
    padding: 5px 7px !important;
}
.checkout-edit-btn {
    text-transform: uppercase;
    font-weight: 900;
    font-size: 12px !important;
    cursor: pointer;
    background: #fff !important;
    color: #000 !important;
    border-radius: 0 !important;
    border: 2px solid #000 !important;
    padding: 5px 15px !important;
}

  .cart-header-row.checkout_collapse .text-box .plus {
                  cursor: pointer;
      padding: 0px 3px;
      border: 2px solid #888;
      border-radius: 0;
      margin: 0 5px;
                }
                .cart-header-row.checkout_collapse .text-box .minus {
                  cursor: pointer;
      padding: 0px 3px;
      border: 2px solid #888;
      border-radius: 0;
      margin: 0 5px;
                }
.text-box .trash i {
    font-size: 15px;
}
@media screen and (max-width:768px){
	.cart-box .checkout-box{
		bottom:50px;
	}
}
@media screen and (max-width:950px){
    .cart-box {
        padding-bottom: 30px;
    }
    .checkout-edit-btn {
        margin-top: 5px;
        padding: 5px 7px !important;
    }
    .view_items {
        max-height: none !important;
    }
    .mobile-edit {
        text-transform: uppercase;
        font-weight: 900;
        font-size: 13px;
        cursor: pointer;
    }
    .cart-header-row .text-box {
        padding-top: 10px;
    }
    .cart-box .cart-main-body {
        box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, .2);
        margin-bottom: 20px;
        margin-top: 0;
        border-radius: 5px;
        padding: 6px 20px;
        background: #fff;
        border: 1px solid rgba(0, 0, 0, .2);
		float:left;
    }
    .cart-box .heading h2 {
        font-family: 'Gilroy', sans-serif;
        font-size: 1.5em;
        color: #000;
        margin-bottom: 0;
    }
   
    .checkout-bx-header {
        border-bottom: 1px solid rgba(0, 0, 0, .1);
        margin-bottom: 5px;
    }
     .cart-header-row {
         border-top: 1px solid rgba(0, 0, 0, .1);
            margin-top: 10px !important;
            padding-top: 10px;
    }
    .cart-box .cart-main-body .edit{
        font-size: 11px;
        padding: 5px 10px !important;
    } 
    .cart-box .checkout-box {
        width: 100%;
        padding: 15px 15px;
    }
    .cart-box .checkout-box .back-btn {
        text-decoration: none;
        color: #000;
        font-size: 10px;
        padding: 2px 5px 0px 5px;
    }
    .cart-box .checkout-box .checkout-btn {
        text-decoration: none;
        font-size: 10px;
        padding: 2px 2px;
    }
}
/***************Hot Deals***********/
.deals .box {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
    box-shadow:  0px 25px 50px 10px rgba(1, 47, 153, .2);
    border-radius: 10px;
    /* margin-bottom: 20px; */
    background: #fff;
}
.deals .box .inner-box {
    padding-top: 20px;
    padding-bottom:20px;
    padding-left:20px;
    border-radius: 5px;
    cursor: pointer;
    /* padding: 10px; */
    transition: all .5s ease-in-out;
    /* border: 1px solid #ccc; */
}
.deals .box .inner-box:hover {
    box-shadow:  0px 15px 35px 0 rgba(1, 47, 153, .2);
}
/* .deals .box .col-sm-4 {
    border-right: 1px solid rgba(0,0,0,0.1);
} */
.deals .box .text .slash {
    color: #777;
    text-decoration: line-through;
}
.deals .text span a  {
    text-decoration: none;
    color: #232323;
    font-size: 15px;
}
.deals .text h4  {
    font-family: 'Spinnaker';
    color: #232323;
    font-size: 20px;
    font-weight: 900;
}
.deals .text .price  {
    font-family: 'Spinnaker';
    color: #232323;
    font-size: 15px;
    font-weight: 900;
}
.deals .box .heading {
    font-size: 30px;
    color: #232323;
    font-weight: 900;
    font-family: 'Spartan', sans-serif;
    padding-right: 20px;
}
.deals .box .main-col {
    padding-top: 30px;
    padding-bottom: 20px;
    padding-left: 15px;
    padding-right: 15px;
    border: 3px solid rgba(0,0,0,0.08);
    transition: all .6s ease-in-out;
    border-radius: 5px;
    box-shadow:  0px 5px 10px 0 rgba(1, 47, 153, .14);
}
.deals .box .main-col:hover {
    box-shadow:  0px 15px 25px 0 rgba(1, 47, 153, .2);
    cursor: pointer;
}

/**********************/
 .div1 {
  
}
.div1 .box {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
    box-shadow:  0px 25px 50px 10px rgba(1, 47, 153, .2);
    border-radius: 10px;
    /* margin-bottom: 20px;
    margin-top: 20px; */
    background: #fff;
}
.div1 .text .heading  {
    font-family: 'Spartan', sans-serif;
    color: #232323;
    font-size: 30px;
    font-weight: 900;
}
.div1 .text .all-items a {
    font-family: 'Spinnaker', sans-serif;
    color: #232323;
    font-size: 15px;
    text-decoration: none;
    padding-left: 30px;
}
.div1 .box .inner-box {
    width: 100%;
    height: 50vh;
    overflow: auto;
    overflow-x: hidden;
}
 .div1 .img {
    width: 100px;
    height: 100px;
    cursor: pointer;
    transition: all .6s ease-in-out;
    padding-top: 20px !important;
    padding-bottom: 10px !important;
}
.div1 .img:hover {
    transform: scale(1.05);
}
 .div1 .img img {
    width: 100%;
    height: 100%;
}
.div1 h4 {
    font-size: 15px;
    color: #333;
}
.div1 h2 {
    font-size: 20px;
    color: #232323;
}
.div1 h1 {
    font-size: 40px;
    color: #232323;
    font-weight: 900;
    font-family: 'Spartan', sans-serif;
}
.div1 .inner p {
    font-size: 15px;
    color: #777;
}
.div1 .row-slider {
border-bottom: 1px solid rgba(0, 0, 0, .1);
}
.div1 .cart {
    color: #032b43;
    cursor: pointer;
}
.div1 .cart:hover {
    color: #d00000;
}
.electronic {
    padding-top: 50px;
    padding-bottom: 10px;
}
.electronic .img {
    width: 100px;
    height: auto;
    cursor: pointer;
    transition: all .6s ease-in-out;
    padding-top: 20px !important;
    padding-bottom: 10px !important;
}
.electronic .img:hover {
    transform: scale(1.05);
}
 .electronic .img img {
    width: 100%;
    height: 100%;
}
.electronic h4 {
    font-size: 15px;
    color: #333;
}
.electronic .box {
    /* background: #f6f6f6; */
    padding-top: 20px;
    padding-bottom: 15px;
    padding-left: 30px;
    box-shadow:  0px 15px 25px 0 rgba(1, 47, 153, .2);
    border-radius: 10px;
}
.electronic .inner-box:hover h4 {
    color: #d00000;
}
.pc {
    padding-top: 10px;
    padding-bottom: 50px;
}
.pc .img {
    width: 150px;
    height: auto;
    cursor: pointer;
    transition: all .6s ease-in-out;
    padding-top: 20px !important;
    padding-bottom: 10px !important;
}
.pc .img:hover {
    transform: scale(1.05);
}
 .pc .img img {
    width: 100%;
    height: 100%;
}
.pc h4 {
    font-size: 15px;
    color: #333;
}
.pc .box {
    /* background: #f6f6f6; */
    padding-top: 20px;
    padding-bottom: 50px;
    padding-left: 50px;
    box-shadow:  0px 15px 25px 0 rgba(1, 47, 153, .2);
    border-radius: 10px;
}
.pc .inner-box:hover h4 {
    color: #d00000;
}

.category {
    padding-top: 10px;
    padding-bottom: 50px;
    /* background: #fff; */
}
/* .category .heading {
    background: #232323;;
} */
.category .heading h2 {
    font-size: 30px;
    color: #232323;
    font-weight: 900;
    font-family: 'Spartan', sans-serif;
}
.category .img {
    width: 100px;
    height: 110px;
    cursor: pointer;
    transition: all .6s ease-in-out;
    padding-top: 20px !important;
    padding-bottom: 10px !important;
}
.category .img:hover {
    transform: scale(1.05);
}
 .category .img img {
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.category a {
    font-size: 15px;
    color: #333;
    text-decoration: none;
}
.category .box {
    /* background: #f6f6f6; */
    padding-top: 20px;
    padding-bottom: 50px;
    padding-left: 20px;
    padding-right: 20px;
    box-shadow:  0px 25px 55px 10px rgba(1, 47, 153, .2);
    border-radius: 10px;
}
.category .more-btn {
    text-decoration: none;
    color: #777;
    font-size: 18px;
}
.category .more-btn:hover {
    color: #232323; 
}
.category .more-btn-div {
    padding-top: 50px;
}
.title {
    padding-top: 50px;
}
.title h1 {
    font-size: 40px;
    color: #232323;
    font-weight: 900;
    font-family: 'Spartan', sans-serif;
}
.title p {
    font-size: 15px;
    color: #777;
}
/************Store***********/
.hero-pic {
    background: linear-gradient(to left, rgba(0,0,0,0.6), rgba(0,0,0,0.8)), url('../images/store-bg.jpg');
    background-size: cover;
    background-position: unset;
    width: 100%;
    height: 50vh;
}
.deals-hero-pic {
    background: linear-gradient(to left, rgba(0,0,0,0.6), rgba(0,0,0,0.5)), url('../images/deals-bg.jpg');
    background-size: cover;
    background-position: unset;
    width: 100%;
    height: 50vh;
}
.hero-pic h2, .deals-hero-pic h2 {
    font-size: 5em;
    font-family: 'Spartan', sans-serif;
    position: absolute;
    transform: translate(-50%, -50%);
    top: 40%;
    left: 50%;
    width: 70%;
    color: #fff;
}
.sort-by .form {
    padding-top: 50px;
    padding-bottom: 40px;
}
.store .box {
    padding-top: 50px;
    padding-bottom: 0px;
    padding-left: 20px;
    padding-right: 20px;
    box-shadow:  0px 15px 25px 0 rgba(1, 47, 153, .2);
    border-radius: 10px;
    background: #f6f6f6;
}
.store .inner-box {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
    box-shadow:  0px 5px 10px 0 rgba(1, 47, 153, .1);
    border-radius: 10px;
    background: #fff;
}
.store .inner-box h2 {
    font-size: 18px;
    color: #232323;
    font-weight: 600;
}
.store .inner-box h3 {
    font-size: 15px;
    color: #232323;
 
}
.store .inner-box p {
    font-size: 13px;
    color: #777;
    line-height: 15px;
}
.store .inner-box a {
    color: #d00000;
    text-decoration: none;
}
.store .box .next-row {
    padding-top: 30px;
}
.store .pagination-nav {
    padding-top: 30px;
}
/***********Shopping Cart*************/
.main {
    padding: 0;
    margin: 0;
    width: 100%;
    height: auto;
    background: #f6f6f6;
}
.add-cart .box {
    padding-top: 30px;
    padding-bottom: 40px;
    padding-left: 20px;
    padding-right: 20px;
    box-shadow:  0px 5px 10px 0 rgba(1, 47, 153, .1);
    border-radius: 10px;
    background: #fff;
}
.add-cart .box .text h1 {
    font-size: 30px;
}
.add-cart .box .text h2 {
    font-size: 25px;
}
.add-cart .box .text span {
    font-size: 15px;
    color: #777;
}
.add-cart .box .text span strong {
    font-size: 15px;
    color: #232323;
    font-weight: 500;
}
.add-cart .box .text p {
    font-size: 15px;
    color: #777;
}
.add-cart .box .text p strong {
    font-size: 15px;
    color: #232323;
    font-weight: 500;
}
.add-cart .text button {
    border: 1px solid #ccc;
    border-radius: 2px;
    margin-right: 5px;
    margin-left: 5px;
    padding: 2px;
    padding-left: 9px;
    padding-right: 9px;
}
.add-cart .text .buy-btn {
    background: #012f99 !important;
    color: #fff;
    padding: 7px 25px;
    border-radius: 5px;
    border: none;
    cursor: pointer;
    text-decoration: none;
}
.add-cart .text .buy-btn:hover {
    background: #003fd3 !important;
    text-decoration: none;
}
.add-cart .text .save-btn {
    background: #d00000;
    color: #fff;
    padding: 5px 15px;
    border-radius: 5px;
    border: none;
    cursor: pointer;
}
.product-detail .box {
    padding-top: 20px;
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
    box-shadow:  0px 5px 10px 0 rgba(1, 47, 153, .1);
    border-radius: 10px;
    background: #fff;
    margin-top: 20px;
}
.product-detail .nav-item .nav-link {
    color: #232323;
    text-decoration: none;
}
.product-detail .nav-item .active {
    font-size: 15px;
    font-weight: bold;
    color: #012f99 !important;
    border-bottom: 3px solid #012f99; 
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0; 
}
.product-detail .tab-content .text {
    padding-top: 20px;
}
.product-detail .tab-content .text p {
    line-height: 25px;
    font-size: 15px;
    color: #777;
    font-weight: 500;
}

.product-detail .tab-content .text p strong, .fa-truck {
    line-height: 25px;
    font-size: 15px;
    color: #232323;
    font-weight: 500;
}
.product-detail .tab-content .text ul {
    list-style: none;
}
.product-detail .tab-content .text ul li {
    padding: 5px
}
.mo-item {
    margin-top: 20px;
}
.mo-item .box {
    padding-top: 20px;
    padding-bottom: 10px;
    padding-left: 40px;
    padding-right: 20px;
    box-shadow:  0px 5px 10px 0 rgba(1, 47, 153, .1);
    border-radius: 10px;
    background: #fff;
    margin-top: 20px;
}
.mo-item .img {
    width: 200px;
    height: auto;
    cursor: pointer;
    transition: all .6s ease-in-out;
    padding-top: 20px !important;
    padding-bottom: 10px !important;
}
/* .mo-item .col-sm-3 {
    box-shadow:  0px 10px 20px 0 rgba(1, 47, 153, .2);
  
} */
/* .mo-item .col-sm-3:hover {
    box-shadow:  0px 10px 20px 0 rgba(1, 47, 153, .2);
} */
.mo-item a {
    text-decoration: none;
    color: #232323;
}
.mo-item a:hover {
    text-decoration: none;
}
.mo-item a:hover h4, .mo-item a:hover span {
    text-decoration: none;
    color: #d00000;
}
.modal-toggle {
    cursor: pointer;
}
.verified-purchase {
    color: #00d08b;
}
/*********Footer***********/
footer{
    background: #0c0c0c;
    padding-top: 0px;
    padding-bottom: 10px;
    color: #fff;
   
}
/* footer .col-sm-12{
    padding-right: 30px;
    padding-left: 30px;
} */
footer ul {
    padding: 0;
}
footer .input-group-text {
    background: #012f99;
    color: #fff;
    border: none;
    cursor: pointer;
}
footer a {
    text-decoration: none;
    color: #fff;
    font-size: 13px;
    font-weight: 400;
}
footer a:hover {
    text-decoration: none;
    color: #fff;
}
footer p {
    color: #777;
    font-size: 13px;
    font-weight: 400;
}
footer i {
    font-size: 20px;
}
footer h2 {
    font-size: 20px ;
    color: #ddd;
}
footer .next-row {
    padding-right: 30px;
    padding-left: 30px;
}
footer .next-row ul {
    list-style: none;
}
footer .next-row a {
    color: #777;
    transition: all .8s ease-in-out;
}
footer .next-row a:hover {
    color: #ccc;
}
footer .social ul li {
    display: inline-block;
    padding-top: 30px;
    padding-right: 30px;
  
}
footer input::placeholder {
    font-size: 13px;
}
/*********************Sell on RIMS**************/
.seller-header {
    margin-top: 100px;
    padding-bottom: 100px;
}
.seller-header .header-text {
    padding-top: 20px;
}
.seller-header .header-text h1 {
    font-family: 'Spartan', sans-serif;
    font-size: 5em;
    font-weight: 100;
}
.seller-header .header-text h1 span {
    font-family: 'Spartan', sans-serif;
    font-weight: 600;
}
.seller-header .header-text p {
    color: #777;
    font-size: 18px;
}
.seller-header .header-text a {
   text-decoration: none;
   color: #fff;
   background: #032b43;
   padding: 10px 25px;
   border-radius: 5px;
}

.why-sell .box {
    padding-top: 20px;
    padding-bottom: 30px !important;
    padding-left: 20px;
    padding-right: 20px;
    box-shadow:  0px 5px 10px 0 rgba(1, 47, 153, .1);
    border-radius: 10px;
    background: #fff;
    margin-top: 30px;
    margin-bottom: 30px;
}
.why-sell .box .heading {
    font-size: 40px;
    color: #232323;
    font-weight: 900;
    font-family: 'Spartan', sans-serif;
}
.why-sell .inner-box i {
    font-size: 40px;
    color: #032b43;
    padding-bottom: 20px;
}
.why-sell .box .inner-box h2 {
    color: #777;
    font-size: 20px;
}
.why-sell .box a {
    text-decoration: none;
   color: #fff;
   background: #032b43;
   padding: 10px 25px;
   border-radius: 5px;
}
.why-sell .inner-box {
    padding-top: 40px;
}
/********Register form********/
.register-form {
    padding-top: 20px;
}
.register-form .box {
    padding-top: 20px;
    padding-bottom: 30px !important;
    padding-left: 20px;
    padding-right: 20px;
    box-shadow:  0px 5px 10px 0 rgba(1, 47, 153, .1);
    border-radius: 10px;
    background: #fff;
    margin-bottom: 30px;
}
.register-form .box h4 {
    color: #777;
    font-size: 20px;
}
.register-form .btn {
    background: #032b43;
    border: none;
}
/*************user Dashboard*************/
.dashboard-body {
    background: #f6f6f6;
    padding-bottom: 50px;
}
.navbar .navbar-nav .nav-item .nav-link {
    color: #777;
    font-family: 'Spinnaker', sans-serif;
}
.right-container .store-name .nav-item .nav-link {
    font-size: 20px;
    color: #232323;
}
.products-menu .active {
    background: #3B4248;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    border-right: 10px solid #1E262D;
    font-size: 14px !important;
    color: #fff !important;
}
.sidebar-sticky {
	position: relative;
	top: 0;
	height: calc(100vh - 48px);
	padding-top: .1rem;
	overflow-x: hidden;
	overflow-y: auto; /* Scrollable contents if viewport is shorter than content. */
  }
  @supports ((position: -webkit-sticky) or (position: sticky)) {
	.sidebar-sticky {
	  position: -webkit-sticky;
	  position: sticky;
	}
  }
.sidebar{
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	z-index: 100; 
	/* box-shadow:  0px 5px 35px 0 rgba(0, 0, 0, .2); */
    background:#1E262D !important;	
    padding-top: 10px !important;
}
.right-container{
	margin-right:0;
	padding: 0;
	height:100%;
}
.right-container .navbar {
    background:#fff !important;	
    border-bottom: 1px solid rgba(59, 66, 72, 0.1);
}
.products-menu{
	width:100%!important;
    padding-left:10px !important;
    padding-top: 30px;
}
.products-menu li{
	width:100%!important;
	min-height: 20px;
	display: block;
	margin-top:0px;	
}
.products-menu li a {
    color: #fff;
    font-size:15px;
    font-family: 'Spinnaker', sans-serif;
    text-decoration: none;
}
.products-menu i {
    font-size: 15px;
    padding-right: 10px;
}
.sidebar-sticky .logo {
    padding-left: 30px;
    font-size: 25px;
    text-decoration: none;
    font-family: 'Spinnaker', sans-serif;
    color: #fff;
    letter-spacing: 2px;
}
.sidebar .dropdown-divider {
   border-top: 1px solid rgba(60, 67, 73,0.3);
}
/*************Dashboard Left pane and Nav ends here ******/
.dashboard-content{
    background: #f6f6f6 !important;
    padding-top: 50px;
    padding-bottom: 50px;
}
.dashboard-content .box {
    /* background: #fff; */
 
}
.dashboard-content .inner-box {
    background: #fff;
    padding-top: 20px;
    padding-bottom: 10px;
    padding-left: 15px;
    border-radius: 10px;
    box-shadow:  0px 5px 10px 0 rgba(1, 47, 153, .2);
    border-bottom: 3px solid #1E262D;
}
.dashboard-content .inner-box h2 {
    font-size: 20px;
    color: #1E262D;
}
.dashboard-content .inner-box h1 {
    font-size: 30px;
    color: #1E262D;
}
.dashboard-content .inner-box i {
    font-size: 20px;
    color: #1E262D;
}
.dashboard-chart .inner-box {
    background: #fff;
    border: 1px solid rgba(0,0,0,0.1);
    border-radius: 5px;
    box-shadow:  0px 15px 20px 0 rgba(1, 47, 153, .2);
    padding-top: 20px;
    padding-left: 10px;
    padding-bottom: 10px;
}
.dashboard-chart .inner-box h1 {
    font-size: 20px;
    padding-left: 20px;
}
.dashboard-chart .inner-box .table {
    padding-bottom: 20px;
    padding-top: 10px;
    width: 100%;
    height: auto;
}
.dashboard-chart .inner-box .table thead th {
    font-size: 14px;
}
.dashboard-chart .inner-box .table tbody td {
    font-size: 13px;
}
  
/**************Checkout page************/
.shipping-info {
    background: #f6f6f6;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    padding-top: 50px;
    padding-bottom: 50px;
    width: 100%;
    height: auto;
    z-index: 10;
}
.shipping-info input::placeholder {
    font-size: 13px;
}
.shipping-info input select option {
    font-size: 13px;
}
.shipping-info .box {
    padding-top: 20px;
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
    box-shadow:  0px 20px 20px 0 rgba(0, 0, 0, .1);
    border-radius: 10px;
    background: #fff;
    margin-top: 20px;
}
.shipping-info h1 {
    padding-bottom: 20px;
    font-size: 30px;
  
}
.shipping-info h2 {
    padding-bottom: 10px;
    color: #777;
    font-size: 15px;
    font-family: 'Spinnaker', sans-serif;
}
.shipping-info .pay {
    background: #032b43;
    text-decoration: none;
    color: #fff;
    border: none;
    box-shadow: 0px 10px 15px 0px rgba(0,0,0,0.4);
    cursor: pointer;
    transition: all 0.5s ease-in-out;
    padding: 10px 25px;
}
.shipping-info .cart-return {
    text-decoration: none;
    color: #000;
}
.shipping-info .pay:hover {
    /* background: #111; */
    text-decoration: none;
}
.subtotal {
    padding-top: 80px;
}
.subtotal h2 {
    font-size: 15px;
    color: #111;
}

/***********Store ************/
.store-nav {
    background: #fff;
   
    padding: 15px 20px;
}
.store-nav  a {
    text-decoration:  none;
    color: #000;
    font-size: 15px;
    font-family: 'Spinnaker', sans-serif;
    transition: all .5s ease-in-out;
}
.store-nav  a.logo {
    font-size: 2em;
    font-family: 'Gilroy', sans-serif;
     padding: 0;
    line-height: 20px;
    /* letter-spacing: 3px; */
    font-weight: 900;
}
.store-nav  a:hover {
    color: #777;
    text-decoration: none;
}
.store-nav .cart-btn {
    background: #e63946;
    border-radius: 15px;
    padding-top: 12px;
    padding-bottom: 15px;
    padding-left: 12px;
    padding-right: 0px;
}
.store-nav .dropdown-divider {
    margin-top: 15px;
    margin-bottom: 10px;
}
.store-nav .cart-btn .badge {
    font-size: 10px;
    letter-spacing: .7px;
    padding: 0;
    color: #fff;
    position: relative;
    right: 21px;
    top: 3px;
}
.toggle-btn {
    width: 30px;
    height: 30px;
    position: relative;
    cursor: pointer;
    /* border: 1px solid #ccc; */
    padding-top: 5px;
}
 .toggle-btn  span.one {
    position: absolute;
    width: 25px;
    height: 1.2px;
    background: #000;
    transition: all cubic-bezier(0.26,0.1,0.27,1.55) .6s;
}
.toggle-btn span.two {
    position: absolute;
    width: 20px;
    height: 1.2px;
    background: #000;
    margin-top: 7px;
    transition: all cubic-bezier(0.26,0.1,0.27,1.55) .6s;
}
.toggle-btn span.three {
    position: absolute;
    width: 25px;
    height: 1.2px;
    background: #000;
    margin-top: 15px;
    transition: all cubic-bezier(0.26,0.1,0.27,1.55) 0.55s;
}
.category-btn {
    cursor: pointer;
}
 .left-paneActive {
left: 0% !important;
width: 20% !important;
height: 100% !important;
}
.store-left-pane {
width: 20%;
height: 100%;
left: -100%;
position: fixed;
top: 0px;
transition: all .8s ease-in-out;
background: #fff;
z-index: 99999;
padding: 30px 30px  ;
overflow: auto;
box-shadow: 0px 10px 15px 0 rgba(0,0,0,.2);
}
.icon.closeIcon .one {
transform:rotate(-45deg);
top:12px;
}
.icon.closeIcon .two {
transform:rotate(45deg);
width: 25px !important;
}
.icon.closeIcon .three {
display: none;
}
.store-left-pane ul {
list-style: none;
padding: 0;
}
.store-left-pane ul li {
margin-bottom: 5px;
}
.store-left-pane ul li a {
font-size: 2em;
font-weight: 900;
font-family: 'Oswald', sans-serif;
color: #333;
text-decoration: none;
}
.store-left-pane .close-btn {
    width: 30px;
height: 30px;
position: relative;
cursor: pointer;
}
.store-left-pane .close-btn  span.one {
    position: absolute;
width: 25px;
height: 1.4px;
background: #000;
transform: rotate(45deg);
top: 1px;
}
.store-left-pane .close-btn   span.two {
    position: absolute;
width: 25px;
height: 1.4px;
background: #000;
/* margin-top: 7px; */
transform: rotate(-45deg);
}
.store-hero {
   
}
.store-hero .store-hero-img {
    width: 100%;
    height: 90vh;
    position: relative;
    background: url('../img/5.jpg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.store-hero .hero-text {
    position: absolute;
    top: 200px;
    left: 25%;
    padding: 10px;
    /* 
    transform: translate(-50%, -50%); */
    background: #fff;
    width: 300px;
    height: auto;
}
.store-hero .hero-text h2 {
    font-family: 'Oswald', sans-serif;
    color: #000;
    font-size: 3.5em;
    font-weight: 900;
    letter-spacing: 3px;
    text-align: center;
    text-transform: uppercase;
}
.store-hero span {
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    text-align: right;
}
.new-in {
    padding-top: 50px;
    padding-bottom: 50px;
}
.new-in .new-in-div-box {
    padding-top: 0px;
    padding-bottom: 0px;
    background: #fff;
    margin-top: 40px;
    padding-left: 50px;
    padding-right: 50px;
    position: relative;
}
.new-in .heading {
    /* border: 1px solid #f00; */
    padding-left: 50px;
    padding-right: 50px;
}
.new-in .heading h2 {
    font-family: 'Spinnaker', sans-serif;
    color: #000;
    font-weight: 900;
    font-size: 18px;
    text-transform: uppercase;
}
.new-in .heading .line {
    background: rgba(0, 0, 0, .1);
}
.new-in .heading .line-detail {
    height: 1.3px;
    width: 100%;
    /* margin-right: 1rem; */
    margin-top: .7rem;
    float: left;
    transition: all 1s ease-in-out;
}
.new-in .new-in-div-box  .heading h1 {
    font-family: 'Gilroy', sans-serif;
    font-size: 3em;
    color: #fff;
    font-weight: 900;
    letter-spacing: 2px;
}
.new-in .new-in-div-box .swiper-container {
    width: 100%;
    padding-top: 0px;
    padding-bottom: 120px;
  }
  .new-in .new-in-div-box .swiper-slide {
    width: 300px;
    height: 220px;
    margin-right: 40px;
  }
  .new-in .new-in-div-box .swiper-slide .img-box img{
    width: 100%;
    height: 100%;
  }
  .new-in .new-in-div-box .swiper-slide .swiper-text{
      margin-top: 10px;
    /* border-top: 1px solid #555; */
  }
  .new-in .new-in-div-box .swiper-slide .swiper-text h2{
    font-family: 'Spinnaker', sans-serif;
    font-size: 17px;
    color: #666;
    padding-top: 5px;
    font-weight: 900;
}
.new-in .new-in-div-box .swiper-slide .swiper-text h2{
    font-family: 'Spinnaker', sans-serif;
    font-size: 15px;
    color: #333;
    font-weight: 900;
    margin-bottom: 0;
}
.new-in .new-in-div-box .swiper-slide .swiper-text .price{
    font-family: 'Spinnaker', sans-serif;
    font-size: 13px;
    color: #666;
    font-weight: 900;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    padding-bottom: 5px;
    padding-top: 15px;
}
.new-in .new-in-div-box .swiper-slide .swiper-text .store{
    font-family: 'Spinnaker', sans-serif;
    font-size: 13px;
    color: #333;
    display: none;
}
.new-in .new-in-div-box .swiper-slide .swiper-text .cart-btn{
    font-family: 'Spinnaker', sans-serif;
    font-size: 13px;
    color: #000;
    text-decoration: none;
    border-radius: 0;
    background: transparent;
    border: 2px solid #888;
}
.new-in .new-in-div-box .bottom {
    position: absolute;
    left: 0px;
    bottom: 20px;
}
.new-in .new-in-div-box .bottom h1 {
    font-family: 'Spinnaker', sans-serif;
font-size: 10px;
color: #000;
font-weight: 900;
letter-spacing: 2px;
transform: rotate(-90deg);
}