.banner {
    position: relative;
}
.banner .flexslider {
    position: relative;
    margin: 0;
    padding: 0;
    width: 100%;
    box-shadow: none;
    border: none;
    background: none;
}
.banner .flexslider li {
    position: relative;
    text-align: left;
}
.banner .flexslider img {
    width: 100%;
    height: auto;
}
.banner select {
    position: relative;
    z-index: 5;
}
.banner select,
.banner input {
    display: inline-block;
    vertical-align: top;
    background-color: #fff;
    border-radius: 8px;
    padding: 10px 15px;
    font-size: 18px;
    color: #222;
    margin: 0;
    font-family: 'Montserrat', sans-serif;
    height: 60px;
    border: none;
    box-shadow: none;
    outline: none;
    width: 200px;
} 
.banner input {
    width: 360px;
    padding-right: 80px;
    padding-left: 30px;
    margin: 0 -17px;
}
.search-btn {
    display: inline-block;
    vertical-align: top;
    background-color: #213e9a;
    border-radius: 8px;
    padding: 10px 15px;
    font-size: 24px;
    color: #fff;
    margin: 0;
    font-family: 'Montserrat', sans-serif;
    height: 60px;
    width: 60px;
    border: none;
    box-shadow: none;
    margin-left: -45px;
} 
.search-btn:hover {
    background-color: #2196f3;
    color: #fff;
} 
.flex-caption {
    position: absolute;
    width: 80%;
    margin: 0 auto;
    top:50%;
    left:50px;
    transform: translate(0, -50%);
    z-index: 5;
    max-width: 580px;
   } 
.banner h1 {
    color: #ffffff;
}
.banner .flex-control-nav {
    bottom: 15px;
}
.banner .flex-control-paging li a  {
    background: #213e9a;
    box-shadow: none;
}
.banner .flex-control-paging li a.flex-active {
    background: #2196f3;
}
.banner .flex-direction-nav {
    display: none;
}


/* top categories*/

.top-categories-wrap {
    position: relative;
    padding: 90px 0;
}
.top-categories h5,
.best-sellers h5 {
    font-weight: 600;
    position: relative;
padding: 0 0 13px;
border-bottom: 1px solid #ebebeb;
margin-bottom: 30px;
margin-left: 10px;
}

.top-categories h5::before,
.best-sellers h5::before {
	content: '';
	position: absolute;
	top: 100%;
	left: 0;
	width: 70px;
	height: 3px;
	background: #213e9a;
}
.top-categories-slider{
    margin: 0;
    background-color: transparent;
    border: none;
    border-radius: 0;
    padding: 0;
}
.category-box{
    margin: 0 10px;
    padding: 25px 20px 22px;
text-align: center;
background: #f0f2f9;
border-radius: 6px;
transition: all 0.2s ease;
}
.top-categories ul li:nth-child(6) .category-box{
    background: #f2fce4;
}
.top-categories ul li:nth-child(5) .category-box{
    background: #fff3eb;
}
.top-categories ul li:nth-child(4) .category-box{
    background: #fffceb;
}
.top-categories ul li:nth-child(3) .category-box{
    background: #fff3ff;
}
.top-categories ul li:nth-child(2) .category-box{
    background: #ecffec;
}
.top-categories ul li:nth-child(1) .category-box{
    background: #fffceb;
}
.category-box:hover {
    box-shadow: 5px 5px 15px rgba(0,0,0,.05);
    transition: all 0.2s ease;
}
.category-box h6{
    font-size: 15px;
    font-weight: 600;
    letter-spacing: .5px;
    color: #4c4c4c;
    margin-bottom: 0;
}
.category-box:hover h6{
    color: #e23e1d;
}
.top-categories-slider .slides img{
    width: auto;
    margin: 0 auto 12px;
    max-height: 110px;
}
.top-categories .col-md-10{
    padding-left: 5px;
}
.top-categories-slider .flex-control-nav,
.new-arrivals-slider .flex-control-nav {
    display: none;
}
 .flex-direction-nav a {
    color: transparent;
    text-shadow: none;
    width: 26px;
    height: 26px;
    text-align: center;
    cursor: pointer;
    z-index: 1;
    opacity: 1 !important;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(../images/right-arrow-normal.png);
    background-size: 6px;
    background-color: #f0f2f9;
    -webkit-transition: all .2s ease-in-out 0s;
-o-transition: all .2s ease-in-out 0s;
transition: all .2s ease-in-out 0s;
}
 .flex-direction-nav a::before {
    content: '';
    color: transparent;
    text-shadow: none;
}
 .flex-direction-nav .flex-next {
    right: 0;
    opacity: 1 !important;
}
.flexslider:hover .flex-direction-nav .flex-next {
    opacity: 1;
    right: 0;
}

 .flex-direction-nav .flex-prev {
    left: auto;
    opacity: 1 !important;
    transform: rotate(180deg);
    right: 28px;
}

.flexslider:hover .flex-direction-nav .flex-prev {
    opacity: 1;
    left: auto;
    right: 28px;
}
 .flex-direction-nav a:hover{
    background-color: #213e9a;
}
.flexslider .flex-direction-nav .flex-prev:hover, 
.flexslider .flex-direction-nav .flex-next:hover{
    background-image: url(../images/right-arrow.png);
}
 .flex-direction-nav {
    position: absolute;
    width: 100%;
    top: -42px;
right: 5px;
}
/* top categories */

.new-arrivals-box:hover {
	-webkit-box-shadow: 0 10px 30px -8px rgba(0,0,0,.18);
	box-shadow: 0 10px 30px -8px rgba(0,0,0,.18);
    border-color: #213e9a;
}

.new-arrivals-box p small{
    font-size: 12px;
text-transform: uppercase;
font-weight: 400;
}
.new-arrivals-box p small a{
    color: #4c4c4c;
}
.new-arrivals-box p small a:hover, .new-arrivals-box p a:hover{
    color: #213e9a;
}
.new-arrivals-box p{
    font-weight: 600;
    line-height: 16px;
    margin-bottom: 10px;
}
.new-arrivals-box p a{
    color: #191919;
}
.new-arrivals-box .product-image{
    margin-top: 0;
    position: relative;
}
.new-arrivals-box h6 {
   display: inline-block;
	-webkit-transition: all .2s ease-in-out 0s;
	-o-transition: all .2s ease-in-out 0s;
    transition: all .2s ease-in-out 0s;
    margin-bottom: 0;
    color: #213e9a;
    font-weight: 600;
    font-size: 16px;
}
.clearfix{
    padding: 0 0 9px;
    border-bottom: 1px solid transparent;
}
.new-arrivals-box h6 del{
    font-size: 14px;
color: #b7b7b7;
}
 .new-arrivals-slider .slides .new-arrivals-box .star img{
  width: 15px;
}
.new-arrivals-slider .new-arrivals-box .star li{
    padding: 0;
    font-size: 13px;
line-height: 13px;
color: #999591;
font-family: 'Rubik', sans-serif;
margin-left: -4px !important;
}
.new-arrivals-box .star{
    display: inline-block;
    vertical-align: middle;
   float: right;
   margin-top: 3px;
} 

.add-cart-btn{
    width: 130px;
    height: 40px;
    color: #fff;
    padding: 5px 15px;
font-size: 12px;
line-height: 30px;
border-radius: 50px;
font-weight: 500;
-webkit-transition: all .3s ease-in-out 0s;
-o-transition: all .3s ease-in-out 0s;
transition: all .3s ease-in-out 0s;
background-color: #213e9a;
height: 40px;
text-align: center;
text-transform: uppercase;
float: right;
margin-left: auto;
}
.add-cart-btn.add-cart-btn-mob{
    display: none;
}
.add-cart-btn:hover{
    background-color: #b53217;
    color: #fff;
}
.add-cart{
    -webkit-transition: all .3s ease-in-out 0s;
    -o-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
    text-align: center;
    padding: 0 0 15px;    
    display: flex;
}
.compare-btn{
    font-size: 14px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    display: inline-block;
    color: #e23e1d;
background: #fff;
border: 2px solid #e5e5e5;
-webkit-transition: all .2s ease-in-out 0s;
-o-transition: all .2s ease-in-out 0s;
transition: all .2s ease-in-out 0s;
border-radius: 50%;
margin-left: auto;
position: absolute;
right: 0;
}
.compare-btn:hover {
	color: #fff;
	background: #e23e1d;
	border-color: #e23e1d;
}

.soldout, .downsale{
    margin: 5px 20px 20px 0;
    font-size: 12px;
    font-weight: 600;
    font-family: 'Rubik', sans-serif;
    position: absolute;
left: 0;
top: 0;
z-index: 9;
padding: 0 10px;
border-radius: 2px;
background: #d42e2e;
color: #fff;
}

.soldout::before, .downsale::before{
    position: absolute;
top: 100%;
left: 5px;
content: '';
border-color: #d42e2e transparent transparent #d42e2e;
border-width: 3px;
border-style: solid;
}
.new-arrivals-box{
    position: relative;
margin: 0 0 30px;
background: #fff;
-webkit-transition: all .2s ease-in-out 0s;
-o-transition: all .2s ease-in-out 0s;
transition: all .2s ease-in-out 0s;
border: 1px solid #ebebeb;
padding: 16px 20px 0;
border-radius: 6px;
}
.new-arrivals-slider ul li
{
  padding: 0 15px;
}
.add-cart select {
    padding: 6px 8px;
    border: 1px solid #ebebeb;
    border-radius: 6px;
    font-size: 12px;
    font-weight: 400;    
    background-color: #fff;
    width: 70px;
  }

  /* Offer */

  .special-offer-banner,
  .deal-day-wrap {
    padding: 100px 0;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
    text-align: center;
  }
  .deal-day-wrap {
    padding: 50px 50px 150px;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 0 6px rgba(0,0,0,.3);
    margin: 50px 0 0;
    background-position: center bottom;
}
  .special-offer-banner h6,
  .deal-day-wrap h6 {
    text-transform: uppercase;
    color: #213e9a;
}
.special-offer-banner h3,
.deal-day-wrap h3 {
    text-transform: capitalize;
    max-width: 700px;
    margin: 0 auto;
}
.deal-day-wrap h3 {
    margin-bottom: 20px;
}
.special-offer-banner .add-cart-btn,
.deal-day-wrap .add-cart-btn {
    float: none;
    display: block;
    margin: 0 auto;
}

/* add */
.advertisement{
    padding-top: 61px;
}
.advertisement ul li{
    display: inline-block;
    vertical-align: top;
    padding: 0 15px;
    width: 49%;
    margin-bottom: 30px;
}
.advertisement.three-column ul li{
    width: 33%;
}
.advertisement-box{
    background-repeat: no-repeat;
    background-position: right top;
    background-size: cover;
    padding: 28px 30px 30px 40px;
    position: relative;
    overflow: hidden;
    border-radius: 6px;
}
.advertisement.three-column .advertisement-box {
    padding: 28px 230px 30px 20px;
}
.advertisement-box::before, .advertisement-box::after {
	content: '';
	width: 100%;
	height: 100%;
	background: rgba(255,255,255,.3);
	position: absolute;
	top: 0;
	left: 0;
	z-index: 5;
	-webkit-transition: transform .5s,opacity .2s ease-in-out 0s;
	-o-transition: transform .5s,opacity .2s ease-in-out 0s;
	transition: transform .5s,opacity .2s ease-in-out 0s;
	opacity: 0;
	filter: alpha(opacity=0);
}
.advertisement-box:hover::before{
	-webkit-transform: scale(0,1);
	-ms-transform: scale(0,1);
	-o-transform: scale(0,1);
	transform: scale(0,1);
	opacity: 1;
	filter: alpha(opacity=100);
}
.advertisement-box:hover::after {
	-webkit-transform: scale(1,0);
	-ms-transform: scale(1,0);
	-o-transform: scale(1,0);
	transform: scale(1,0);
	opacity: 1;
	filter: alpha(opacity=100);
}
.advertisement-box h6{
    font-weight: 600;
    margin-bottom: 9px;
    color: #e23e1d;
}
.advertisement-box h6 del{
    font-size: 14px;
color: #222;
}
.advertisement-box h3{
    max-width: 175px;
    font-weight: 400;
    margin-bottom: 12px;
    font-size: 20px;
  line-height: 28px;
}
.advertisement-box h3 strong{
    font-weight: 600;
}
.advertisement-box .add-cart-btn {
   float: left;   
}
/* add */

.get-app {
   background-repeat: no-repeat;
   background-position: right top;
   background-size: cover;
   padding: 60px 0 60px 0;
   position: relative;
   margin-top: 50px;
}
.get-app::before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    background-color: rgba(236,241,255,.7);
}
.form-radio  {
    margin-bottom: 20px;
}
.newsletter  {
    margin-bottom: 20px;
    position: relative;
    max-width:450px;
}
.get-app-content  {
    max-width:500px;
}
.get-app-image,
.get-app-content  {
    display: inline-block;
    vertical-align: top;
    width: 60%;
    position: relative;
    z-index: 5;
 }
 .get-app-image  {
    text-align: center;
    margin-top: -100px;
    width: 39%;
}
.form-radio-group
{
  display: inline-block;
  vertical-align: top;
}
.form-radio-group input[type="radio"] {
    display: none;
}
.form-radio-group label
{
  cursor: pointer;
  position: relative;
  font-size: 14px;
  padding-left: 30px;
  margin-right: 16px;
}
.form-radio-group label::before {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  background-color: transparent;
  border: 2px solid #222;
  border-radius: 50%;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  transition: border-color 400ms ease;
}
.form-radio-group label::after {
  content: "";
  position: absolute;
  width: 18px;
  height: 19px;
  background-color: #213e9a;
  border: 2px solid #213e9a;
  border-radius: 50%;
  top: 50%;
  left: 1px;
  transform: translateY(-50%) scale(0);
  transition: transform 400ms ease;
}
.form-radio-group input[type="radio"]:checked + label::before {
  border-color: #213e9a;
}
.form-radio-group input[type="radio"]:checked + label::after {
  transform: translateY(-50%) scale(0.55);
}
.get-app-content form{
    position: relative;
}
.get-app-content input[type="email"]{
    max-width: 420px;
    width: 100%;
    height: 40px;
    background: #fff;
    font-size: 12px;
color: #4c4c4c;
padding: 12px 30px;
border: none;
outline: none;
border-radius: 6px;
-webkit-transition: all .3s ease-in-out;
-o-transition: all .3s ease-in-out;
transition: all .3s ease-in-out;
}
.get-app-content input[type="email"]:focus{
    background: #fff;
}
.get-app-content input[type="email"]::placeholder{
    color: #4c4c4c;
    opacity: 1;
}
.get-app-content .subscribe-btn{
    background-color: #213e9a;
    font-weight: 500;
text-align: center;
color: #fff;
font-size: 13px;
-webkit-transition: all .3s ease-in-out 0s;
-o-transition: all .3s ease-in-out 0s;
transition: all .3s ease-in-out 0s;
border: none;
outline: none;
width: 137px;
height: 40px;
border-radius: 0 6px 6px 0;
position: absolute;
right: 0;
top: 0;
cursor: pointer;
font-weight: 500;
font-family: 'Rubik', sans-serif;
}
.get-app-content .subscribe-btn:hover {
    background-color: #b53217;
}
.why-us {
    position: relative;
    padding: 60px 0;
}
.why-us ul li {
    display: inline-block;
    vertical-align: top;
    width: 18.7%;
    margin-right: 15px;
}
.why-us ul li:last-child {
    margin-right: 0;
}
.why-us-item  {
    border-radius: 6px;
    padding: 15px;
    border: 1px solid #ebebeb;
    min-height: 120px;
}
.why-us-image,
.why-us-text {
    display: inline-block;
    vertical-align: top;
} 
.why-us-text {
    padding-left: 15px;
    width: 81%;
} 
.why-us-text h6 {
    font-size: 16px;
    line-height: 22px;
    font-weight: 600;
    margin-bottom: 5px;
} 
.why-us-text p {
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 0;
} 

/* product page */

.product-details {
    position: relative;
    padding: 60px 0;
}
.product-details .xzoom {
    box-shadow: none;
    border: 1px solid #ebebeb;
}
.xzoom-thumbs {
    margin-top: 15px;
}
.xzoom-source img, .xzoom-preview img, .xzoom-lens img {
    display: block;
    max-width: none;
    max-height: none;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
  }
  .product-details-text  {
    padding-left: 30px;
}
.product-details-text p  {
    font-size: 16px;
    line-height: 28px;
}
.product-details-text h4  {
    font-size: 28px;
    line-height: 24px;
}
.product-details-text select {
    padding: 6px 8px;
    border: 1px solid #ebebeb;
    border-radius: 6px;
    font-size: 12px;
    font-weight: 400;
    background-color: #fff;
    width: 100px;
    margin-left: 10px;
  }
.star {
    display: inline-block;
    vertical-align: top;
    margin-bottom: 10px;
} 
.star li  {
    display: inline-block;
    vertical-align: top;
}
.star li  a {
    color: #2196f3;
}
.product-details-text .cart-btn,
.buy-btn {
    color: #fff;
    background-color: #213e9a;
    font-weight: 600;
    text-align: center;
    vertical-align: top;
    cursor: pointer;
    display: inline-block;
    padding: 14px 30px;
    font-size: 16px;
    -webkit-transition: all .3s ease-in-out 0s;
    -o-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
    border: none;
    outline: none;
    width: 160px;
    height: 50px;
    margin-right: 10px;
    border-radius: 6px;
}
.product-details-text .cart-btn{
    background-color: #2196f3;
}
.product-details-text .cart-btn:hover,
.buy-btn:hover {
    background-color: #e23e1d;
    color: #fff;
}
.wish-btn {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 1px solid #2196f3;
    display: inline-block;
    vertical-align: top;
    text-align: center;
    line-height: 50px;
    font-size: 16px;
    color: #2196f3;
}
.wish-btn:hover {
    background-color: #e23e1d;
    color: #fff;
    border-color: #e23e1d;
}
.detail-bottom {
    margin: 35px 0; 
}    
.detail-bottom .tab-vertical {
      margin: 0;
      border: 1px solid #ebebeb;
      background: #fff; 
    }
.detail-bottom .tab-vertical ul.nav-tabs {
        float: left;
        width: 220px;
     }       
      .detail-bottom .tab-vertical ul.nav-tabs li {
          display: block;
          border-top: 1px solid #ebebeb;
          border-bottom: 0;
          font-size: 16px;
          color: #222222;
          padding: 15px 20px;
          margin: 0 -1px 0 0;
          cursor: pointer;
          float: none;
          text-transform: uppercase;
          font-weight: 700;
          position: relative !important;
          width: 100%;
         }
        
        .detail-bottom .tab-vertical ul.nav-tabs li:first-child {
            border: none; 
        }
       .detail-bottom .tab-vertical ul.nav-tabs li a {
            padding: 0;
            border: none;
            background: #fff;
            font-size: 16px; 
        }           
          .detail-bottom .tab-vertical ul.nav-tabs li.active:before {
            content: "";
            display: inline-block;
            width: 4px;
            position: absolute;
            left: -1px;
            top: -1px;
            bottom: -1px;
            background: #213e9a;
         }
       .detail-bottom .tab-vertical ul.nav-tabs li.active a {
            color: #213e9a; 
        }
     .detail-bottom .tab-vertical .tab-content {
        padding: 0;
        background-color: #fff;
        min-height: 210px;
        margin-left: 220px;
        clear: none; 
    }
     .detail-bottom .tab-vertical .tab-content .tab-pane {
          border-left: 1px solid #ebebeb;
          padding: 25px;
          min-height: 213px;
         }         
        .detail-bottom .tab-vertical .tab-content h2,
        .detail-bottom .tab-vertical .tab-content h3,
        .detail-bottom .tab-vertical .tab-content h4 {
          font-size: 14px;
          font-weight: 700;
          padding: 0 0 10px;
          margin: 0;
          color: #222222;
          text-transform: uppercase;
        }
 .detail-bottom .tab-hozizoltal ul.nav-tabs {
    border-bottom: 2px solid #eaeaea;
      margin-bottom:30px; 
    }
     
    .detail-bottom .tab-hozizoltal ul.nav-tabs li {
        list-style: none;
        cursor: pointer;
        float: left;
        font-size: 16px;
        text-transform: uppercase;
        padding: 0 10px;
     }
       
   .detail-bottom .tab-hozizoltal ul.nav-tabs li:first-child {
          padding-left: 0;
         }
      .detail-bottom .tab-hozizoltal ul.nav-tabs li a {
          color: #999;
          font-weight: bold;
          height: 100%;
          width: 100%;
          text-transform: uppercase;
          border: none;
          font-size: 16px;
          padding: 4px 0;
          display: block;
          border-radius: 0;
          margin: 0;
          position: relative;
          background: transparent;
          position: relative;
         }
        .detail-bottom .tab-hozizoltal ul.nav-tabs li a:hover {
            color: #213e9a; 
        }
       
       .detail-bottom .tab-hozizoltal ul.nav-tabs li:hover a,
       .detail-bottom .tab-hozizoltal ul.nav-tabs li a.active {
          color: #213e9a; }

          .detail-bottom .tab-hozizoltal ul.nav-tabs li a::before {
            width: 0;
            left: 50%;
            transform: translate(-50%, 0);
            bottom: -2px;
            transition: all 0.3s ease;
            content: "";
            position: absolute;
            height: 2px;
            background-color: #213e9a;
          }
          .detail-bottom .tab-hozizoltal ul.nav-tabs li a.active::before, 
          .detail-bottom .tab-hozizoltal ul.nav-tabs li:hover a::before {
            width: 100%;
            transition: all 0.3s ease;
          }
       
    .detail-bottom .tab-hozizoltal .tab-content {
      min-height: 210px;
      padding: 20px;
      display: block;
      margin: 0;
      border: none;
      background: #f8f8f8;
      line-height: 22px;
      border-radius: 0; }
     
    .detail-bottom .tab-hozizoltal .tab-content .tab-pane {
        padding: 0;
        min-height: 100px; }
       
      .product-single .detail-bottom .tab-hozizoltal .tab-content ul {
        display: block;
        list-style-type: disc;
        padding-left: 20px; }
      .product-single .detail-bottom .tab-hozizoltal .tab-content h2,
      .product-single .detail-bottom .tab-hozizoltal .tab-content h3,
      .product-single .detail-bottom .tab-hozizoltal .tab-content h4 {
        font-size: 14px;
        font-weight: 700;
        padding: 0 0 10px;
        margin: 0;
        color: #222222;
        text-transform: uppercase; }
.detail-bottom .panel-accor {
      margin: 0; }
  .detail-bottom .panel-accor .panel {
        border: 1px solid #ebebeb;
        padding: 10px 15px;
        margin-bottom: 15px; }
      .detail-bottom .panel-accor .panel .panel-title {
          font-size: 15px;
          color: #222222;
          text-transform: uppercase;
          padding: 0; }
      .detail-bottom .panel-accor .panel h2,
        .detail-bottom .panel-accor .panel h3,
       .detail-bottom .panel-accor .panel h4 {
          font-size: 14px;
          font-weight: 700;
          padding: 0 0 10px;
          margin: 0;
          color: #222222;
          text-transform: uppercase; }
    .detail-bottom .panel-accor .panel-body {
        margin-top: 10px; }
    .detail-bottom #shopify-product-reviews {
      clear: none; }
      .product-single .detail-bottom #shopify-product-reviews .spr-summary-actions-newreview {
        background-color: #444444;
        color: #fff;
        border-color: #444;
        text-transform: uppercase;
        line-height: 30px;
        height: 32px;
        padding: 0 20px;
        display: inline-block; }
        .product-single .detail-bottom #shopify-product-reviews .spr-summary-actions-newreview:hover {
          border-color: #213e9a;
          background-color: #213e9a; }
 
  
  

      /* cart */
      
      .page-cart .cart table {
        border-spacing: 0;
        border-width: 1px 0 0 1px;
        margin: 1.5em 0 1.75em;
        width: 100%; 
    }
        .page-cart .cart table  th {
          text-transform: uppercase;
          color: #222;
          padding: 10px;
          border: 1px solid #ddd; 
          padding: 10px 20px;
          font-size: 16px;
          line-height: 18px;
          font-weight: bold; 
        }
        .page-cart .cart table  td {
            text-transform: capitalize;
            color: #222;
            padding: 10px;
            border: 1px solid #ddd; 
            padding: 10px 20px;
            font-size: 14px;
            line-height: 18px;
            font-weight: 600; 
          }
        .page-cart .cart  table tr {
          border: 1px solid #ddd;
          color: #333; 
        }          
        .page-cart .cart  table .list-view-item-title {
          text-transform: capitalize;
          font-weight: bold;
          margin-bottom: 10px;
          display: inline-block; 
        }
        .page-cart .cart > table .money,
        .page-cart .cart > table .cart-flex-item .money {
          font-size: 18px;
          font-weight: bold; 
        }         
        .page-cart .cart > table label {
          display: block; 
          margin-bottom: 5px;
        }
        .page-cart .cart > table .cart-qty-input {
          height: 33px;
          border: 1px solid #ddd;
          min-width: 60px;
          max-width: 145px;
          text-align: center;
          margin-bottom: 10px; 
        }
        .cart-remove,
        .cart-update-btn,
        .cart-update,
        .checkout-btn {
            display: inline-block;
            font-weight: bold;
            text-align: center;
            white-space: nowrap;
            vertical-align: top;
            border: 1px solid transparent;
            padding: 5px 10px;
            font-size: 14px;
            line-height:18px;
            border-radius:4px;
            transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
            outline: none;
            background: #ddd;
            color: #222;
        }
        .cart-checkout  .cart-border div {
            line-height:18px;
         } 
         .cart-checkout  {
            text-align: right;
         } 
        .cart-remove:hover,
        .cart-update-btn:hover,
        .cart-update:hover {
            background: #213e9a;
            color: #fff;
         }
         .checkout-btn {
            background: #213e9a;
            color: #fff;
         }
         .checkout-btn:hover{
            background: #e23e1d;
            color: #fff;
         }
      .page-cart .cart-shipping {
        margin: 10px 0 20px;
        font-style: italic;
     }
      .page-cart .cart-subtotal .money,
      .page-cart .cart-subtotal {
        font-size: 16px;
        font-weight: bold;
        color: red;
        line-height: 20px;
     }
      .page-cart .cart-subtotal-title {
        font-weight: bold;
        color: #222 !important;
        text-transform: uppercase;
        padding-right: 15px;
        font-size: 18px; 
        line-height: 20px;
    }
      .page-cart .cart-border {
        border: 1px solid #ddd;
        padding: 20px;
        min-height: 201px;
        margin-bottom: 15px; }   
      .page-cart .cart-note label {
        display: block;
        font-size: 14px;
        line-height: 20px;
  margin-bottom: 15px;
     }
     .page-cart .cart-note textarea {
        width: 100%;
        background: #eee;
        padding: 10px;
        border: none;
        height: 125px;
    }
        .page-cart .cart-note label span {
          background: #e95144;
          color: #fff;
          font-size: 10px;
          font-weight: 700;
          padding: 2px 5px;
          margin-right: 10px;
          text-transform: uppercase; }
          .cart-shipping {
            margin: 10px 0 20px;
            font-style: italic;
            font-size: 14px;
        line-height: 20px;
        }
      .page-cart .empty-page-content {
        padding: 60px 20px 100px; 
    }
        .page-cart .empty-page-content .cart-empty {
          color: #191919;
          padding: 0;
          margin: 13px 0 0 0;
          font-size: 34px;
          font-weight: 700;
          letter-spacing: 0.03em;
          line-height: 44px;
          text-transform: uppercase;
         }       
        .page-cart .empty-page-content .cart-continue-btn {
          letter-spacing: 0.03em;
          text-transform: uppercase;
          font-weight: bold;
          padding: 8px 20px;
          background: #78a206;
          border-radius: 0;
          color: #fff;
          margin-top: 20px; }
          .page-cart .empty-page-content .cart-continue-btn:hover {
            background: #222;
         } 
        
/* register */
 
.th-register-box {
    max-width: 900px;
    background: #0d0e1b;
    border-radius: 10px;
    padding: 50px;
    margin: 0 auto;
    border: #0156ff solid 1px;
}
.th-register-box ul li {
	margin-bottom: 20px;
	display: inline-block;
	vertical-align: top;
	margin-right: 2.58%;
	width: 48.43%;
}
.th-register-box ul li:nth-child(2n) {
	margin-right: 0;
}
/* Media Query */
@media screen and (max-width:1300px){
.advertisement ul li  {
    padding: 0 10px;
} 
.advertisement.three-column .advertisement-box {
  padding: 28px 174px 30px 20px;
}
.advertisement-box h3 { 
  font-size: 18px;
  line-height: 26px;
}
.advertisement-box h6 { 
    font-size: 16px;
    line-height: 22px;
}
.why-us ul li {
    margin-right: 10px;
} 
.why-us-text {
  padding-left: 10px;
  width: 80%;
}
.product-single .detail-bottom .tab-hozizoltal .tab-content ul li {
    font-size: 15px;
    line-height: 24px;
  }
}  
@media screen and (max-width:1200px){
    .top-categories-wrap {
       padding: 70px 0;
    }
    .new-arrivals-slider ul li {
      padding: 0 10px;
    }
    .new-arrivals-box {
        padding: 16px 12px 0;
    }
    .new-arrivals-slider  {
        margin-bottom: 40px;
    }
    .special-offer-banner, .deal-day-wrap {
       padding: 80px 0;
    }   
    .why-us ul li {
        margin-right: 10px;
        width: 18.9%;
    } 
    .why-us-text {
      padding-left: 10px;
      width: 78%;
    }
    .why-us-text h6 {
      font-size: 14px;
      line-height: 20px;
    } 
    .why-us-text p {
      font-size: 11px;
      line-height: 15px; 
    } 
    .why-us-item   {
        min-height: 107px;
    }
    .advertisement {
       padding-top: 50px;
    }
    .deal-day-wrap{
        margin-top: 30px;
        padding: 40px 40px 130px;
    }
}  
@media only screen and (max-width:1100px){
    .flex-caption {
        max-width: 530px;
        left: 30px;
    }
    .banner select  {
        width: 170px;
    }
    .add-cart-btn {
        width: 115px;
        font-size: 11px;
    }
    .why-us ul li {
        margin-right: 10px;
        width: 32%;
        margin-bottom: 15px;
    }
    .why-us {
        padding: 50px 0 40px;
    }
}  
@media only screen and (max-width:991px){
    .flex-caption {
        max-width: 466px;
        left: 30px;
      }
    .banner select  {
       display: none;
    }
    .banner input {
        margin: 0;
        height: 50px;
     }
     .search-btn  {
        width: 50px;
        height: 50px;
     }
    .top-categories-wrap,
    .product-details {
       padding: 50px 0;
    } 
    .new-arrivals-slider {
        margin-bottom: 30px;
    }
    .special-offer-banner {
        padding: 60px 0;
      }
      .advertisement-box  {
        padding: 28px 15px 30px 15px;
      }
    .why-us ul li {
        margin-right: 10px;
        width: 32%;
        margin-bottom: 15px;
    }
    .why-us {
        padding: 50px 0 40px;
    }
    .advertisement.three-column ul li {
       width: 49%;
    }
    .why-us ul li {
        width: 31.6%;
     }
     .page-cart .cart table th {
        font-size: 14px;
     }
     .cart-remove, .cart-update-btn, .cart-update, .checkout-btn {
        font-size: 12px;
     }
     .page-cart .cart-note textarea {
        height: 100px;
     }
     .page-cart .cart-border  {
        min-height: 181px;
     }
     .page-cart .cart > table .money, .page-cart .cart > table .cart-flex-item .money {
        font-size: 16px;
    }
    .product-details-text p {
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 20px;
      }
      .product-details-text .cart-btn, .buy-btn  {
        width: 150px;
        padding: 14px 20px;
    }
    .detail-bottom .tab-hozizoltal ul.nav-tabs li a {
        font-size: 14px;
      }
      .product-single .col-md-5,
      .product-single .col-md-7  { 
         width: 100%;
     }
     .product-details-text {
        padding-left: 0;
        padding-top: 20px;
      }
      .detail-bottom {
        margin: 35px 0 0;
      }
}  
@media only screen and (max-width:767px){
    .banner .flex-control-nav  {
      display: none;
    }
    .flex-caption     {
        max-width: 100%;
        left: 15px;
    }
    .banner input {
        width: 330px;
    }
    .category-box h6 {
       font-size: 13px;
       letter-spacing: 0;
    }
    .new-arrivals-box     {
        padding: 16px 10px 0;
        margin-top: 1px;
    }
    .special-offer-banner {
        padding: 50px 0;
    }
    .advertisement ul li,
    .advertisement.three-column ul li {
        width: 100%;
        margin-bottom: 15px;
    }
    .deal-day-wrap {
        margin-top: 30px;
        padding: 30px 15px 109px;
    }
    .get-app-content input[type="email"] {
        padding-left: 15px;
    }
    .why-us ul li {
        width: 48%;
    }
    .why-us ul li:nth-child(2n) {
        margin-right: 0;
    }
    .page-cart .cart-border  {
        min-height: auto;
     }
     .page-cart .cart table td  {
        padding: 10px 10px;
     }
     .page-cart .cart > table .money, .page-cart .cart > table .cart-flex-item .money {
        font-size: 14px;
    }
    .product-details-text h4 {
        font-size: 25px;
        line-height: 24px;
      }
      .product-single .detail-bottom .tab-hozizoltal .tab-content ul li {
        font-size: 14px;
        line-height: 24px;
      }
}
@media only screen and (max-width:600px){
    .add-cart-btn  {
        width: 105px;
        font-size: 10px;
    }
    .new-arrivals-slider {
        margin-bottom: 10px;
    }
    .special-offer-banner {
        padding: 40px 0;
    }
    .advertisement {
        padding-top: 40px;
    }
    .advertisement ul li {
        padding: 0;
    }
    .get-app-image  {
        display: none;
    }
    .get-app-content {
        width: 100%;
    }
    .get-app {
        margin-top: 40px;
        padding: 40px 0;
    }
    .top-categories-wrap,
    .product-details {
       padding: 40px 0;
    } 
    .page-cart .cart table th,
    .page-cart .cart table td,
    .page-cart .cart > table .money, .page-cart .cart > table .cart-flex-item .money {
        font-size: 12px;
    }
    .detail-bottom .tab-hozizoltal ul.nav-tabs li {
        padding: 0 6px;
        font-size: 14px;
    }
    .detail-bottom .tab-hozizoltal ul.nav-tabs li a {
        font-size: 12px;
      }
}
@media only screen and (max-width:500px){
    .flex-caption  {
        width: 100%;
    }
    .why-us ul li {
       width: 100%;
       margin-right: 0;
    }
    .why-us-item {
        min-height: auto;
      }
      .top-categories-wrap,
    .product-details {
       padding: 30px 0;
    } 
    .page-cart .cart > table .cart-qty-input {
       max-width: 80px;
     } 
     .cart-remove {
       margin-bottom: 5px;
      } 
      .page-cart .cart table td,
      .page-cart .cart table th {
        padding: 10px 5px;
      }
      .page-cart .cart-subtotal-title {
        font-size: 16px;
      }
      .product-details-text p {
        font-size: 12px;
        line-height: 24px;
        margin-bottom:15px;
      }
      .product-details-text .cart-btn, .buy-btn {
        width: 130px;
        padding: 14px 15px;
        font-size: 14px;
      }
      .detail-bottom .tab-hozizoltal ul.nav-tabs li a {
        font-size: 10px;
      }
      .product-single .detail-bottom .tab-hozizoltal .tab-content ul li {
        font-size: 13px;
        line-height: 22px;
      }
}
@media only screen and (max-width:400px){
    .banner input {
        width: 283px;
        height: 40px;
        padding-left: 15px;
        font-size: 14px;
    }
    .search-btn {
        width: 40px;
        height: 40px;
        font-size: 15px;
        margin-left: -43px;
    }
    .banner h1 {
        font-size: 24px;
        line-height: 28px;
        margin-bottom: 10px;
      }
      .page-cart .cart table th, 
      .page-cart .cart table td, 
      .page-cart .cart > table .money, .page-cart 
      .cart > table .cart-flex-item .money,
      .cart-remove, .cart-update-btn, .cart-update, .checkout-btn {
        font-size: 10px;
      }
      .page-cart .cart > table .cart-qty-input {
        max-width: 70px;
      }
      .page-cart .cart-border  {
        padding: 20px 10px;
      }
      .detail-bottom .tab-hozizoltal ul.nav-tabs li a {
        font-size: 8px;
      }
      .product-details-text .cart-btn, .buy-btn {
        width: 100px;
        padding: 14px 8px;
        font-size: 12px;
      }
      .detail-bottom .tab-hozizoltal .tab-content  {
        padding: 15px;
      }
      .detail-bottom .tab-hozizoltal ul.nav-tabs li {
        padding: 0 5px;
        font-size: 14px;
      }
}