@import url(fontiran.css);
body {
    font-family: IRANSans !important;
    background-color: white;
}
.site-header{
  background-color: white;
  width: 100%;
  height: 85px;
  padding: 21px 155px;
  position: relative;
  padding-left: 35px;
}
.site-header .site-logo{
  width: 159px;
    height: 65px;
    position: absolute;
    top: 11px;
    right: 20px;
}
@media(max-width:1320px){
  .site-header{
    padding: 15px !important;
    height: unset !important;
  }
  .site-header .site-logo{
    position: unset !important;
    margin-bottom: 10px;
  }
  .site-header .search-box{
    width: 100% !important;
    margin-right: 0 !important;
    padding: 0 15px;
    margin-bottom: 15px;
  }
  .site-header .search-box input{
    font-size: 14px !important;
  }
  .site-header .search-box .btn-search{
    left: 15px !important;
  }
  .site-header .search-box .search-list{
    right: 16px !important;
    width: 92% !important;
  }
  .site-header .shop-cart{
    float: unset !important;
    margin-bottom: 15px;
  }
  .site-header .shop-cart .shop-cart-dropdown-box{
    left:unset !important;
    right: 0;
  }
  .site-header .shop-cart .shop-cart-dropdown-box .arrow-up{
    display: none;
  }
}
.site-header form{
  display: inline;
}
.site-header .search-box{
  width: 672px !important;
  margin-right: 50px !important;
  position: relative;
  display: inline-block;
}
.site-header .search-box input{
  display: block;
  height: 40px;
  font-size: 15px;
  -moz-border-radius: 6px;
      -webkit-border-radius: 6px;
      border-radius: 6px;
      border:1px solid gray;
}
.site-header .search-box .btn-search{
  position: absolute;
  top: 4px;
  left: 0px;
  background-color: transparent;
    border: none;
}
.site-header .search-box .btn-search img{
  width: 29px;
}
.site-header .search-box .btn-search:focus{
  border: none !important;
  outline: none !important;
}
.site-header .search-box .search-list{
  position:absolute;
  top: 40px;
  right: 0;
  width: 100%;
display: none;
z-index: 1234;
border-bottom-left-radius: 6px;
border-bottom-right-radius: 6px;
      background: #fff;
      border: 1px solid gray;
          border-top: none;
          box-shadow: 0 6px 8px 0 rgba(0,0,0,.3);
}
.site-header .search-box .search-list ul{
  list-style: none;
  padding: 0;
  margin: 0;
  overflow: auto;
  max-height: 270px;
  position: relative;
}
.site-header .search-box .search-list ul li{
  display: block;
  width: 100%;
  height: 45px;
  line-height: 45px;
  padding-right: 15px;
}
.site-header .search-box .search-list ul li:hover a{
  color:darkblue;
}
.site-header .search-box .search-list ul li:nth-child(2n+1){
  background-color: #ededed;
}
.site-header .search-box .search-list ul li a{
  text-decoration: none;
  display: block;
  width: 100%;
  color: #263238;
}
.site-header .search-box .search-list ul li a p{
  margin: 0;
}
.site-header .register-login-link{
  display: inline-block;
  padding: 30px 35px;
  float: left;
  position: relative;
}
.site-header .register-login-link a.login-link{
  text-decoration: none;
  color: black;
  font-size: 15px;
  font-weight: 300;
  padding-top: 8px;
  display: block;
}
.site-header .register-login-link a img{
  margin-right: 10px;
}
.site-header .register-login-link .register-login-link-dropdown-box{
  position: absolute;
  top: 47px;
  display: none;
  left: 0;
  width: 100%;
  height: 200px;
  z-index: 222;
  padding: 15px;
  background-color: white;
  border:1px solid #eee;
  border-top: 4px solid #ef5661;
  box-shadow: 0 2px 9px 0 hsla(0,0%,44%,.32);
}
.site-header .register-login-link .register-login-link-dropdown-box::before{
  width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 8px 8px;
    border-color: transparent transparent #ef5661;
    position: absolute;
    bottom: 100%;
    margin-bottom: 2px;
    left: 30px;
    content: "";
}
.site-header .register-login-link .register-login-link-dropdown-box a.login{
  background-color: #3f6eb5;
    border-radius: 5px;
    display: block;
    width: 100%;
    text-align: center;
    height: 40px;
    color: #fff;
    font-weight: 500;
    font-size: 14px;
    line-height: 38px;
    text-decoration: none;
}
.site-header .register-login-link .register-login-link-dropdown-box .sign-up{
  text-align: center;
    margin-right: -15px;
    margin-left: -15px;
    border-bottom: 1px solid #eceff1;
    height: 51px;
    line-height: 49px;
}
.site-header .register-login-link .register-login-link-dropdown-box .sign-up span{
  font-weight: 500;
  color: #4a4a4a;
}
.site-header .register-login-link .register-login-link-dropdown-box .sign-up a{
  color: #008ec9;
    border-bottom: 1px dashed #008ec9;
    font-size: 14px;
    font-weight: 500;
    padding-bottom: 3px;
    margin-right: 8px;
    text-decoration: none;
}
.site-header .register-login-link .register-login-link-dropdown-box ul{
  list-style: none;
  padding: 0;
  margin:0;
  margin-right: -15px;
  margin-left: -15px;
}
.site-header .register-login-link .register-login-link-dropdown-box ul li{
  padding-right: 9px;
}
.site-header .register-login-link .register-login-link-dropdown-box ul li:hover{
  background-color: #f4f4f4;
}
.site-header .register-login-link .register-login-link-dropdown-box ul li a{
  text-decoration: none;
  display: block;
  padding: 9px;
  color: #4a4a4a;
}
.site-header .register-login-link .register-login-link-dropdown-box ul li a span{
  font-size: 15px;
}
.site-header .register-login-link .register-login-link-dropdown-box ul li a .fa{
  font-size: 18px;
  margin-left: 10px;
  opacity: 0.5;
}

.site-header .shop-cart{
  display: inline-block;
  width: 150px;
  position: relative;
  float: left;
  margin-right: 15px;
}
.site-header .shop-cart .custom-btn-shop{
  background-color: #3f6eb5;
  height: 40px;
  text-align: right;
  -moz-border-radius: 6px;
      -webkit-border-radius: 6px;
      border-radius: 6px;
      font-size: 17px;
    font-weight: 200;
    position: relative;
}
.site-header .shop-cart .custom-btn-shop .count-circle{
  position: absolute;
  left: 5px;
  top: 3px;
  -moz-border-radius: 50%;
      -webkit-border-radius: 50%;
      border-radius: 50%;
      border:2px solid white;
      width: 31px;
      height: 31px;
      text-align: center;
      padding-top: 4px;
      font-size: 15px;
}
.site-header .shop-cart .shop-cart-dropdown-box{
  position: absolute;
    top: calc(100% + 10px);
        z-index: 10;
    left: 0;
    width: 354px;
    right: unset;
    box-shadow: 0 8px 17px 0 rgba(0,0,0,.15);
    background-color: #fff;
    border: 1px solid #c6c6c6;
    border-radius: 0 0 10px 10px;
    display: none;
    padding: 0 0 45px;
    line-height: 22px;
}
.site-header .shop-cart .shop-cart-dropdown-box .header-box{
    background-color: rgba(245, 245, 245, 0.9);
    padding: 10px;
    width: 100%;
    position: relative;
}
.site-header .shop-cart .shop-cart-dropdown-box .header-box .price-total{
    line-height: 20px;
    color: #fb3449;
    font-size: 15px;
}
.site-header .shop-cart .shop-cart-dropdown-box .header-box .price-total span.color-dark{
    color: #676767;
    font-size: 13px;
    line-height: 20px;
}
.site-header .shop-cart .shop-cart-dropdown-box .header-box a{
    font-size: 12px;
    text-decoration: none;
    line-height: 19px;
    color: #454545;
    position: absolute;
    top: 0;
    left: 0;
    display: -ms-flexbox;
    display: flex;
    bottom: 0;
    line-height: 39px;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 15px;
    padding-right: 15px;
    transition: background-color .3s ease-in-out;
}
.site-header .shop-cart .shop-cart-dropdown-box .header-box a .arrow-up{
    transform: rotate(45deg);
      border-left: 1px solid #c6c6c6;
      border-top: 1px solid #c6c6c6;
      background-color: #fafafa;
      position: absolute;
      width: 10px;
      height: 10px;
      top: -6.5px;
      left: 30px;
      transition: background-color .3s ease-in-out;
  }
.site-header .shop-cart .shop-cart-dropdown-box .header-box a:hover{
  background-color: #e5e5e5;
}
.site-header .shop-cart .shop-cart-dropdown-box .header-box a:hover .arrow-up{
  background-color: #e5e5e5;
}
.site-header .shop-cart .shop-cart-dropdown-box .register-shop-link{
    text-decoration: none;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    font-size: 15px;
    line-height: 26px;
    color: #fff;
    text-align: center;
    padding-top: 9px;
    padding-bottom: 10px;
    border-radius: 0 0 8px 8px;
    background-color: #3f6eb5;
    border-top: 1px solid #c6c6c6;
    font-weight: 700;
}
.site-header .shop-cart .shop-cart-dropdown-box .list-shop{
  width: 100%;
}
.site-header .shop-cart .shop-cart-dropdown-box .list-shop ul{
  margin:0;
  padding: 0;
  list-style: none;
  max-height: 293px;
    overflow: auto;
}
.site-header .shop-cart .shop-cart-dropdown-box .list-shop ul li{
  width: 100%;
  display: block;
  position: relative;
  height: 88px;
}
.site-header .shop-cart .shop-cart-dropdown-box .list-shop ul li .remove-item{
    position: absolute;
    top: 30px;
    right: 8px;
    border-radius: 50%;
    background-color: #eaeaea;
    width: 23px;
    height: 23px;
    border: none;
    z-index: 123;
    cursor: pointer;
    text-align: center;
}
.site-header .shop-cart .shop-cart-dropdown-box .list-shop ul li .remove-item img{
  width: 9px;
}
.site-header .shop-cart .shop-cart-dropdown-box .list-shop ul li .shop-item{
  display: block;
  width: 100%;
  text-decoration: none;
  padding-right: 45px;
  height: 88px;
  position: relative;
  padding-top: 13px;
}
.site-header .shop-cart .shop-cart-dropdown-box .list-shop ul li .shop-item .content{
  width: 100%;
  height: 60px;
  position: relative;
}
.site-header .shop-cart .shop-cart-dropdown-box .list-shop ul li .shop-item .content img{
  width: 55px;
  height: 55px;
}
.site-header .shop-cart .shop-cart-dropdown-box .list-shop ul li .shop-item .content .detail{
  display: inline-block;
  position: absolute;
  top: 0;
  right: 64px;
}
.site-header .shop-cart .shop-cart-dropdown-box .list-shop ul li .shop-item .content .detail .title{
  margin:0;
  padding: 0;
  font-size: 13px;
  font-weight: 500;
  color: black;
  display: inline-block;
  color: #454545;
}
.site-header .shop-cart .shop-cart-dropdown-box .list-shop ul li .shop-item .content .detail .params{
  font-size: 10px;
      margin-top: 10px;
}
.site-header .shop-cart .shop-cart-dropdown-box .list-shop ul li .shop-item .content .detail .params span:first-of-type{
  color: #666;
}
.site-header .shop-cart .shop-cart-dropdown-box .list-shop ul li .shop-item .content .detail .params span:last-of-type:not(:first-of-type){
  color: #959595;
    padding-right: 10px;
    margin-right: 10px;
    border-right: 1px solid #e0e0e0;
}
.site-header .shop-cart .shop-cart-dropdown-box .register-shop-link:hover{
  background-color: #63d0df;
}


.footer{
  width: 100%;
  min-height: 200px;
  padding-top: 55px;
  background-color: #232323;
  color: white;
  vertical-align: middle;
}
.footer .container-fluid{
  padding: 0 45px;
}
.footer .line{
  border-bottom: 1px solid #696868;
  margin-bottom: 30px;
    margin-top: 15px;
}
.m-b-60{
  margin-bottom: 60px;
}
.m-r-5{
  margin-right: 5px;
}



.footer p.address{
  font-size: 15px;
  color: white;
  float: left;
  line-height: 32px;
}
@media(min-width:992px){
  .footer .p-r-40{
    padding-right: 40px;
  }

}
@media(max-width:768px){
  .footer p.address{
    float: right !important;
  }
}

.footer p.address span{
  margin-right: 8px;
  color: #dadada;
}
.footer .right-line{
  border-right: 1px solid #696868;
}
.footer .text{
  font-size: 13px;
  color: rgb(214, 214, 214);
  line-height: 32px;
  word-break: break-all;
}
.footer .text > span{
  margin-right: 45px;
}
.footer .text > span >span{
  letter-spacing: 1px;
}
.footer .text > span.m-r-55{
  margin-right: 55px;
}
.footer .footer-link{
  display: block;
  width: 100%;
  color: #dadada;
  text-decoration: none;
  margin-bottom: 25px;
  font-weight: 300;
}
@media(max-width:992px){
  .footer .footer-link{
    padding-right: 40px;
  }
}
.footer .title{
  font-size: 17px;
  margin: 0;
  margin-top: 6px;
  margin-bottom: 28px;
  font-weight: 400;
}
.footer .title img{
  width: 32px;
    height: 32px;
}
.footer .social-network{
  text-align: center;
  float: left;
  margin:0;
  padding: 0;
  list-style: none;
  margin-bottom: 65px;
  padding-right: 55px;
}
.footer .social-network li{
  float: right;
  margin-left: 30px;
  margin-bottom: 15px;
}
.footer .social-network li:last-child{
  margin-left:0 !important;
}
.footer .social-network li a{
  display: block;
  color: white;
  width: 32px;
    height: 32px;
    font-size: 0;
    line-height: 0;
    letter-spacing: 0;
    overflow: hidden;
    background-size: cover !important;
}
.social-network li a.facebook-icon{
  background: url(../images/footerImage/facebook-logo_1_a.png);
}
.social-network li a.instagram-icon{
  background: url(../images/footerImage/instagram_logo_1_a.png);
}
.social-network li a.aparat-icon{
  background: url(../images/footerImage/Aparat-Logo_site.png);
}
.social-network li a.youtube-icon{
  background: url(../images/footerImage/youtube_logo_site.png);
}
.social-network li a.apple-icon{
  background: url(../images/footerImage/Apple_logo_site.png);
}
.social-network li a.android-icon{
  background: url(../images/footerImage/android-logo_site.png);
}
@media(max-width:768px){
  .footer .social-network li{
    margin-left: 20px !important;
  }
  .footer .social-network{
    padding-right: 0 !important;
  }
}
@media(max-width:992px){
  .footer .footer-logo li{
    width: 100% !important;
    text-align: center;
    margin-bottom: 35px;
  }
  .footer .footer-logo li:first-of-type{
    border-right: none !important;
  }
}
.footer .footer-logo{
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer .footer-logo li{
  float: left;
  height: 90px;
  width: 20%;
  position: relative;
}
.footer .footer-logo li:first-of-type{
  border-right: 1px solid #696868;
}
.footer .footer-logo li a{
  display: block;
  padding: 30px;
}
.footer .footer-logo li a img{
  max-height: 90px;
  max-width: 160px;
}
.custom-carousel{
  position: relative;
  height: 330px;
}
.custom-carousel .carousel-control.left{
  background-image: none !important;
}
.custom-carousel .carousel-control.right{
  background-image: none !important;
}
.custom-carousel .carousel-control .carousel-control-img{
  position: relative;
  width: 100%;
  height: 100%;
}
.custom-carousel .carousel-control .carousel-control-img img{
  position:absolute;
  width: 64px;
  height: 64px;
  top: 50%;
  margin-top: -32px;
}
@media(max-width:768px){
  .custom-carousel .carousel-control .carousel-control-img img{
    top: 42% !important;
  }
}
.custom-carousel .carousel-control.left .carousel-control-img img{
  left: 10px;
}
.custom-carousel .carousel-control.right .carousel-control-img img{
  right: 10px;
}
.carousel-inner .item{
  height: 100% !important;
}
.slider{
  margin-bottom: 35px;
  width: 100%;
}
.carousel-inner{
  height:100%;
}
.carousel-caption{
  left: 0;
  right: 46%;
  bottom: 55px;
}
.carousel-caption h3{
  color:#d8250e;
  font-size: 46px;
  font-weight: 300;
  margin-bottom: 20px;
  text-shadow: none;
}
.carousel-caption .slider-btn{
  background-color: #484c4f;
  color: white;
  text-decoration: none;
  padding: 0px 12px;
  font-size: 16px;
  padding-bottom: 3px;
  -moz-border-radius: 6px;
      -webkit-border-radius: 6px;
      border-radius: 6px;
      transition-duration: 0.2s;
}
.carousel-caption .slider-btn:hover{
  color:#f14847;
  transition-duration: 0.2s;
}
.feature-section{
  margin: 0 45px;
  margin-bottom: 30px;
}
.feature-section .feature-item{
  text-align: center;
}
.feature-section .feature-item img{
  width: 60px;
  height: 70px;
  margin-bottom: 20px;
}
.feature-section .feature-item p{
  color: #5c5e5d;
  font-size: 15px;
  font-weight: 600;
}
.product-section{

}
.product-section .product-item{
  background-color: #98989a;
  padding: 8px;
  height: 367px;
  -moz-border-radius: 7px;
      -webkit-border-radius: 7px;
      border-radius: 7px;
      position: relative;
}
.product-section .product-item img{
  width: 100%;
  height: 237px;
}
.product-section .product-item h3.title{
  color:black;
  font-size: 22px;
  font-weight: 400;
}
.product-section .product-item a{
  color: white;
  text-decoration: none;
  border:1px solid white;
  -moz-border-radius: 7px;
      -webkit-border-radius: 7px;
      border-radius: 7px;
      padding: 3px;
      font-size: 15px;
    font-weight: 300;
    position: absolute;
    left: 8px;
    bottom: 8px;
    transition-duration: .3s;
}
.product-section .product-item a:hover{
  color: #989899;
    background-color: white;
    transition-duration: .3s;
}
.product-all, .product-new-section{
  margin-top: 70px;
  padding: 0;
}
@media (min-width: 1260px){
  .product-new-section {
      width: 1225px !important;
  }
}
@media(max-width:768px){
 .product-all, .product-new-section {
      padding: 0 15px !important;
  }
}
.title-style{
  display: block;
  width: 100%;
  height: 70px;

}
.title-style .line-for-title{
  border-bottom: 2px solid #ebebeb;
}
.title-style .title-on-line{
  text-align: center;
    margin-top: -18px;
    margin-bottom: 40px;
}
.title-style .title-on-line span{
  background-color: white;
  font-size: 22px;
  padding: 0 15px;
  font-weight: 500;
  color: #687474;
}
.title-style .btn-on-line{
  float: left;
  color: #687474;
  text-decoration: none;
  background-color: white;
      font-size: 20px;
      padding: 0 3px;
}
.title-style .btn-on-line:hover{
  text-decoration: none;
  color: #687474;
}
@media(max-width:768px){
  .title-style .title-on-line{
    text-align: right;
  }
}
.product-all .product-list, .product-new-section .product-list{
  margin: 0;
  padding: 0 15px;
  list-style: none;
  height: 275px;
      margin-bottom: 80px;
}
 .product-new-section .product-list li{
  width: 20%;
  float: right;
  height: 275px;
  position: relative;
  margin-bottom: 30px;
  padding: 0px 25px;
}
.product-all .product-list li{
  width: 25%;
  float: right;
  height: 275px;
  position: relative;
  margin-bottom: 30px;
  padding: 0px 25px;
  border-left: 1px solid #e9e8ea;
}
@media(max-width:1200px){
 .product-all .product-list li, .product-new-section .product-list li{
    width: 25% !important;
  }
}
@media(max-width:992px){
  .product-all .product-list li, .product-new-section .product-list li{
    width: 50% !important;
  }
}
@media(max-width:768px){
  .product-all .product-list li, .product-new-section .product-list li{
    width: 100% !important;
    text-align: center;
    margin-bottom: 20px !important;
        height: 300px !important;
    border-bottom: 1px solid #eee;
  }
  .product-all .product-list li:last-child, .product-new-section .product-list li:last-child{
    border-bottom:none !important;

  }
   .product-all  .product-list li .discont, .product-new-section .product-list li .discont{
    right: 80px !important;
    top: 5px !important;
  }
}
.product-all .product-list li a.detail-link, .product-new-section .product-list li a.detail-link{
  text-decoration: none;
  color:unset !important;
  font-weight: unset !important;
  font-size: unset !important;
  display: block;
}
.product-all .product-list li .product-img, .product-new-section .product-list li .product-img{
  width: 100%;
  height: 170px;
  text-align: center;
      margin-bottom: 10px;
}
.product-all .product-list li .product-img img, .product-new-section .product-list li .product-img img{
  max-width: 80%;
  height: 170px;
}
.product-all .product-list li .discont, .product-new-section .product-list li .discont{
  position: absolute;
  top: 30px;
  right: 17px;
  width: 50px;
  height: 50px;
  text-align: center;
  padding-top: 14px;
  color: white;
  font-size: 17px;
  background-color: #fd6e05;
  -moz-border-radius: 50%;
      -webkit-border-radius: 50%;
      border-radius: 50%;
}
.product-all .product-list li p.description, .product-new-section .product-list li p.description{
  margin-bottom: 2px;
  font-weight: 500;
}
.product-all .product-list li p.price, .product-new-section .product-list li p.price{
  margin-bottom: 5px;
  font-weight: 500;
}
.product-all .product-list li p.price span.old, .product-new-section .product-list li p.price span.old{
  display: inline-block;
  position: relative;
  margin-left: 9px;
}
.product-all .product-list li p.price span.new, .product-new-section .product-list li p.price span.new{
  color: #f96003;
  font-weight: 600;
}
.product-all .product-list li p.price span.old::before, .product-new-section .product-list li p.price span.old::before{
  position: absolute;
    content: " ";
    display: block;
    border-bottom: 1px solid black;
    top: 9px;
    right: 0;
    width: 100%;
}
.product-all .product-list li a.compare, .product-new-section .product-list li a.compare{
  font-size: 18px;
  font-weight: 500;
  display: inline-block;
  margin-top: 13px;
  text-decoration: none;
  border:1px solid #454545;
  padding: 4px 8px;
  -moz-border-radius: 50%;
      -webkit-border-radius: 50%;
      border-radius: 26px;
      color:#454545;
      transition-duration:0.3s;
}
.product-all .product-list li a.compare:hover, .product-new-section .product-list li a.compare:hover{
  background-color: #454545;
  color: white;
  transition-duration:0.3s;
}
.carousel-fade .carousel-inner .item {
  transition-property: opacity;
}
.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  opacity: 0;
}
.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.carousel-fade .carousel-control {
  z-index: 2;
}
.breadcrumb{
  background-color: transparent;
  margin-bottom: 10px;
}
.breadcrumb li a{
  color: #2c3742;
  font-size: 12px;
  font-weight: 500;
  text-decoration: none;
}
.breadcrumb li a:hover{
  color:#00245f;
}
.breadcrumb > li + li:before{
  color: #2c3742;
  font-size: 10px;
}
.m-t-15{
  margin-top: 15px;
}
.product-detail-page h1.product-title{
  margin: 0;
  color: #00245f;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 17px;
}
.product-detail-page .p-r-30{
  padding-right: 30px;
}
.product-detail-page .p-r-30{
  padding-right: 30px;
}
.product-detail-page .product-large-image{
  width: 100%;
  height: 400px;
  text-align: center;
  margin-top: 40px;
  padding: 0 45px;
  position: relative;
}
.product-detail-page .product-large-image img{
  width: 100%;
}

.product-detail-page .line-under-image{
  border-bottom: 2px solid #ececec;
}
.product-detail-page .product-small-image-list{
  width: 100%;
  padding: 0 1px;
  height: 100px;
  margin-top: 3px;
}
.product-detail-page .product-small-image-list ul{
  list-style: none;
  padding: 0;
  margin:0;
}
.product-detail-page .product-small-image-list ul li{
  float: right;
  width: 20%;
  height: 30px;
  padding: 8px;
  text-align: center;
}
.product-detail-page .product-small-image-list ul li img{
  width:100%;
  height: 80px;
  opacity: .7;
}
.product-detail-page .product-small-image-list ul li a{
  width:59px;
  height: 52px;
  border:1px solid #e2e2e2;
  text-decoration: none;
  text-align: center;
  display: inline-block;
  border-radius: 10px;
  font-size: 8px;
    color: #777;
    line-height: 50px;
    margin-top: 7px;
}
.product-detail-page .zoom-detail {
    position:fixed;
    width: 500px;
    height: 400px;
    top: 10%;
    left: 20%;

}
.zoomLens{
  width: 128px !important;
  height: 128px !important;
  cursor: crosshair !important;
    border: 2.5px solid rgb(239, 86, 97) !important;
    background-repeat: no-repeat !important;
    background-color: transparent !important;
}
.zoomWindowContainer div{
  left:-405px !important;
}
.zoomWindow{
  border-width:1px !important;
}
.magnifier-preview{
  position: absolute !important;
  top: 0 !important;
  left: -528px !important;
}
.product-detail-page .product-detail-border{
  border:2px solid #c7c7c7;
  min-height: 250px;
  padding: 30px 20px;
  margin-left: 65px;
      padding-bottom: 55px;
}
@media(max-width:992px){
  .product-detail-page .product-detail-border{
    margin-left: 0px !important;
  }
}
.product-detail-page .product-detail-border .price-color-blue{
  color: #006281;
  text-align: right;
  margin: 0;
  padding: 0;
  font-size: 27px;
  font-weight: 500;
}
.product-detail-page .product-detail-border .stock-product{
  color: #196e8b;
  font-weight: 600;
      font-size: 15px;
      padding-right: 10px;
}
.product-detail-page .product-detail-border .not-stock-product{
  color: #EF5662;
  font-weight: 600;
      font-size: 15px;
      padding-right: 10px;
}
.product-detail-page .product-detail-border .custom-btn-blue{
  background-color: #14808c;
  height: 40px;
  width: 100%;
  display: block;
  color: white;
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
  text-align: center;
  line-height: 38px;
  margin-top: 13px;
  transition-duration: .4s;
  border:1px solid #0f6b78;
}
.product-detail-page .product-detail-border .custom-btn-blue:hover{

  background-color: white;
  color: #14808c;
  transition-duration: .4s;
}
.product-detail-page .product-detail-border .silver-line{
  border-bottom: 2px solid #c7c7c7;
  margin-bottom: 10px;
}
.product-detail-page .product-detail-border .text1{
  border-left: 1px solid #c7c7c7;
  color: #395674;
  font-weight: 500;
  padding-left: 8px;
    margin-left: 5px;
}
.product-detail-page .product-detail-border .text2{
color: #395674;
font-weight: 500;
}
.product-detail-page .product-detail-border .feature-box{
  background-color: #e9e9e9;
  margin-top: 10px;
  -moz-border-radius: 6px;
      -webkit-border-radius: 6px;
      border-radius: 6px;
      padding: 0 35px;
      padding-top: 13px;
      margin-bottom: 20px;
}
.product-detail-page .product-detail-border .feature-box .feature-item{
  width: 100%;
  height: 40px;
  padding-right: 30px;
}
.product-detail-page .product-detail-border .feature-box .feature-item.m-b-10{
  margin-bottom: 10px;
}
.product-detail-page .product-detail-border .feature-box .feature-item.border-right{
  border-right: 2px solid #d5d5d5;
}
.product-detail-page .product-detail-border .feature-box .feature-item .content{
  position: relative;
  padding-right: 55px;
}
.product-detail-page .product-detail-border .feature-box .feature-item .content img{
  position: absolute;
  right: 0;
  width: 48px;
  height: 38px;
}
.product-detail-page .product-detail-border .feature-box .feature-item .content p{
  margin: 0;
  color: #4d5965;
}
.product-detail-page .product-detail-border .feature-box .feature-item p.title{
  font-size: 13px;
  font-weight: 600;
}
.product-detail-page .product-detail-border .feature-box .feature-item p.description{
  font-size: 11px;
  font-weight: 600;
}
.product-detail-page .product-detail-border .product-feature-list{
  margin: 0;
  padding: 0;
  padding-right: 27px;
  line-height: 35px;
}
.product-detail-page .product-detail-border .product-feature-list li{
  color: #5d6570;
  font-weight: 500;
}
.product-detail-page .box-content{
  margin-bottom: 10px;
}
.product-detail-page .box-content .title-box{
  background-color: #214373;
  height: 50px;
  line-height: 48px;
  color: white;
  padding: 0 25px;
  position: relative;
  border-radius: 5px;
  cursor: pointer;

}
.product-detail-page .box-content.open-body .title-box{
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
.product-detail-page .box-content.open-body .body-box{
  display: block;
}
.product-detail-page .box-content .title-box span{

}
.product-detail-page .box-content .title-box i.fa{
  position: absolute;
  left: 30px;
  top: 18px;
}
.product-detail-page .box-content .body-box{
  margin-bottom: 10px;
  border:1px solid #bebebe;
  padding: 12px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  display: none;
}
@media(min-width:1200px){
  .custom-container-fluid.product-detail-page{
    padding: 0 65px;
  }
}
.product-detail-page .custom-table{
  width:100%;
  margin-bottom: 0;
}
.product-detail-page .custom-table tbody tr{
  border: 1px solid #bebebe;
}
.product-detail-page .custom-table tbody tr td:first-of-type{
  background-color: #f4f4f4;
  border-left: 1px solid #bebebe;
  font-weight: 500;
}
.product-detail-page .custom-table tbody tr td{
  border-top: 1px solid #bebebe;
  color: #443f43;
  font-size: 13px;
}
.m-b-25{
  margin-bottom: 25px;
}
.product-detail-page .padding-left-right{
  padding: 0 20px;
}
.product-detail-page .similar-product{
  width: 100%;
  position: relative;
  margin-bottom: 25px;
}
.product-detail-page .similar-product a{
  text-decoration: none;
}
.product-detail-page .similar-product .product-image{
  padding: 0 15px;
  text-align: center;
}
.product-detail-page .similar-product .product-image img{
  max-width: 100%;
  height: 180px;
}
.product-detail-page .similar-product .line{
  margin: 7px 0;
  border-bottom: 1px solid #e9e8f0;
}
.product-detail-page .similar-product .detail{
  text-align: center;
  font-weight: 500;
}
.product-detail-page .similar-product a:hover .detail{
  font-weight: 700;
}
.product-detail-page .similar-product .detail p.title{
  color: #354660;
}
.product-detail-page .similar-product .detail p.price{
  color: #225f7e;
}
.product-detail-page .similar-product .detail p.stoke-blue{
  color: #225f7e;
}
.product-detail-page .similar-product .detail p.stoke-red{
  color: #EF5662;
}

.product-detail-page .product-image-modal{
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(193, 193, 193, 0.65);
  z-index: 200;
  padding: 30px 0;
  display: none;
}
.product-detail-page .product-image-modal .contents{
  width: 90%;
  height: 100%;
  margin: auto;
  background-color: white;
  position: relative;
  z-index: 300;
}
.product-detail-page .product-image-modal .contents .large-image-show{
  position: absolute;
  width: 100%;
  text-align: center;
  height: 100%;
  padding: 43px 0;
  padding-right: 178px;
}
.product-detail-page .product-image-modal .contents .large-image-show img{
  height:100%;
  max-width: 80%;
}
.product-detail-page .product-image-modal .contents .image-list{
  position: absolute;
  width: 178px;
  height: 100%;
  top: 0;
  right: 0;
  border-left: 1px solid #eaeaea;
}
.product-detail-page .product-image-modal .contents .close-modal{
  position: absolute;
  top: 15px;
  left: 20px;
  cursor: pointer;
}
.product-detail-page .product-image-modal .contents .close-modal img{
  width: 20px;
}
.product-detail-page .product-image-modal .contents .image-list .content{
  width: 100%;
  height: 100%;
  position: relative;
}
.product-detail-page .product-image-modal .contents .image-list .content .swiper-button{
  position: absolute;
  right: 50%;
  margin-right: -30px;
  background-color: rgba(15, 0, 79, 0.78);
  width: 60px;
  height: 60px;
  border-radius: 50%;
  text-align: center;
  box-shadow: 0 0px 15px 1px rgba(0,0,0,.1);
  cursor: pointer;
  z-index: 50;
}
.product-detail-page .product-image-modal .contents .image-list .content .swiper-button.prev{
  top: -30px;
  line-height: 54px;
}
.product-detail-page .product-image-modal .contents .image-list .content .swiper-button.next{
  bottom: -30px;
  line-height: 64px;
}
.product-detail-page .product-image-modal .contents .image-list .content .list{
  width: 178px;
  height: 100%;
  overflow: hidden;
  position: relative;
}
.product-detail-page .product-image-modal .contents .image-list .content .list ul{
  list-style: none;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  padding-right: 30px;
  transition-duration: .4s;
}
.product-detail-page .product-image-modal .contents .image-list .content .list ul li{
  width: 100%;
  height: 110px;
  text-align: center;
  padding: 25px 0;
}
.product-detail-page .product-image-modal .contents .image-list .content .list ul li.active{
  border-left: 2px solid #00bfd6;
}
.product-detail-page .product-image-modal .contents .image-list .content .list ul li.active img{
  opacity: 1;
}
.product-detail-page .product-image-modal .contents .image-list .content .list ul li img{
  width: 70px;
  height: 60px;
  opacity: .45;
}
.custom-navbar{
  min-height: 48px;
  background-color: #d8d9db !important;
  margin-bottom: 0 !important;
  -moz-border-radius:0 !important;
      -webkit-border-radius:0 !important;
      border-radius: 0 !important;
      border: none !important;
}
.custom-navbar .navbar-header .navbar-toggle{
  position: absolute;
  top: 0px;
  right: 20px;
  border: 1px solid black;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #5d5252 !important;
}
.navbar-default .navbar-nav > li > a {
    color: #000;
    font-size: 15px;
}
@media (min-width: 768px){
  .navbar-nav>li {
      float: right;
      padding-left: 60px;
  }
  .custom-navbar .dropdown:hover .custom-box-menu{
    display:block;
  }
  .custom-navbar .nav > li{
    position: unset !important;
  }
}

.custom-navbar .dropdown-toggle:hover{
  background-color: #e7e7e7 !important;
}
.custom-navbar .navbar-collapse{
  position: relative;
}

.custom-navbar .dropdown .custom-box-menu{
  width: 100%;
    background-color: white;
    border: 1px solid #eee;
    position: absolute;
    height: 400px;
    right: 0;
    top: 50px;
    display: none;
    z-index: 10;
    box-shadow:0 2px 10px 0 rgb(216, 217, 219);
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;

}
.custom-navbar .dropdown .custom-box-menu .box{
  width: 100%;
  position: relative;
  height: 100%;
  padding: 19px 24px 45px 313px
}
.custom-navbar .dropdown .custom-box-menu .contents{
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 5;
}
.custom-navbar .dropdown .custom-box-menu .dropdown-menu{
  display: flex !important;
  position: unset !important;
  float: right !important;
  min-width: unset !important;
  border:unset !important;
  box-shadow: unset !important;
  padding: 0;
  width: 100%;
  height: 100%;
  align-content: flex-start;
  flex-wrap: wrap;
  flex-direction: column;
}
.custom-navbar .dropdown .custom-box-menu .dropdown-menu > li{
  width: 25%;
}
.custom-navbar .dropdown .custom-box-menu .dropdown-menu li a.category-name{
  color: #1ca2bd;
  border-bottom: 1px solid transparent;
  padding: 0;
  margin-bottom: 6px;
    display: inline-block;
  position: relative;
  text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 12px;
}
.custom-navbar .dropdown .custom-box-menu .dropdown-menu li a.category-name img.arrow-left{
  width: 12px;
  height: 12px;
}
.custom-navbar .dropdown .custom-box-menu .dropdown-menu li a.category-name:hover{
  background-color: transparent !important;
}
.custom-navbar .dropdown .custom-box-menu .dropdown-menu li a.category-name:hover span{
  border-bottom:1px dashed #1ca2bd;
  font-weight: 500;
}
.custom-navbar .dropdown .custom-box-menu .dropdown-menu li ul.layer2{
  list-style: none;
  padding-right: 25px;
}
.custom-navbar .dropdown .custom-box-menu .dropdown-menu li ul.layer2 li{
  margin-bottom: 10px;
}
.custom-navbar .dropdown .custom-box-menu .dropdown-menu li ul.layer2 li a{
  color: #6a6a6a;
  font-weight: 100;
  font-size: 12px;
  text-decoration: none;
}
.custom-navbar .dropdown .custom-box-menu .dropdown-menu li ul.layer2 li a:hover{
  font-weight: 700;
}
.custom-navbar .dropdown .custom-box-menu .box .all-product-section{
  position: absolute;
  bottom: 12px;
    right: 25px;
  padding-top: 10px;
    padding-left: 200px;
  border-top: 1px solid #e9e9e9;
}
.custom-navbar .dropdown .custom-box-menu .box .all-product-section a{
  color: #19bfd3;
  font-size: 12px;
  text-decoration: none;
}
.custom-navbar .dropdown .custom-box-menu .box .category-image{
  position: absolute;
  bottom: 0;
  left: 0;
  width: 325px;
  background-color: silver;
}

.custom-navbar .dropdown .custom-box-menu .box .category-image .content{
  position: relative;
  width: 100%;
  height: 100%;
}
.custom-navbar .dropdown .custom-box-menu .box .category-image .content a{
  display: block;
}
.custom-navbar .dropdown .custom-box-menu .box .category-image .content img{
  max-width: 100%;
  max-height: 325px;
}
@media(max-width:768px){
  .custom-navbar .dropdown .custom-box-menu .box .category-image{
    display: none !important;
  }
  .custom-navbar .dropdown .custom-box-menu{
    height: unset !important;
    min-height: 400px;
  }
  .custom-navbar .dropdown .custom-box-menu .box{
    padding: 15px !important;
  }
  .custom-navbar .dropdown .custom-box-menu .dropdown-menu > li {
    width: 100% !important;
  }
  .custom-navbar .dropdown .custom-box-menu .box .all-product-section{
    display: none !important;
  }
}
@media(min-width:768px){
  .custom-navbar .navbar-header .toggle-menu{
    display: none !important;
  }

}
@media(max-width:768px){
  .custom-navbar .navbar-collapse{
    margin-top: 4px !important;
  }
  .custom-navbar .navbar-collapse .navbar-nav{
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }
  .custom-navbar .dropdown .custom-box-menu{
    top: 40px !important;
    position: unset !important;
    height: 400px !important;
    overflow: auto !important;

  }
  .custom-navbar .dropdown .custom-box-menu .dropdown-menu{
    display: block !important;
  }
  .custom-navbar .nav > li{
    position: relative !important;
  }
  .custom-navbar .dropdown:focus .custom-box-menu{
    display: block;
  }
}
.custom-navbar .navbar-header .toggle-menu{
  display: inline-block;
  color: #616060;
  border:1px solid #616060;
  font-size: 24px;
  padding: 0 9px;
  padding-top: 4px;
  margin-right: 15px;
  cursor: pointer;
  margin-top: 4px;
  border-radius: 4px;
}
.color-filter{
  list-style: none;
  padding: 0;
  margin:0;
  width: 100%;
  border: 1px solid silver;
  border-bottom: none !important;
}
.color-filter li{
  border-bottom: 1px solid silver;
  text-align: center;
}
.color-filter li a{
  display: block;
  padding:6px;
  text-decoration: none;
  color: gray;
}
.color-filter li:hover{
  background-color: #e0e0e0;
}
.color-filter li.active{
  background-color: #e0e0e0;
}
.faq-page{
  width: 100%;
  background-color: white;
  padding-top: 40px;
}
.faq-page p.t1{
  font-size: 15px;
}
.faq-page .btn-primary{
  padding: 12px 15px !important;
  background-color: #063f9e !important;
}
.faq-page .btn-primary i.fa{
  font-size: 16px;
  margin-right: 15px;
}
.faq-page .line{
  border-bottom: 1px solid silver;
  margin-bottom: 25px;
}
.m-b-60{
  margin-bottom: 60px;
}
.faq-page .faq-list{
  width: 100%;
  padding: 0;
  position: relative;
  margin: 0;
  margin: 60px 0;
}
.faq-page .faq-list > li{
  display: block;
  width: 100%;
}
@media(max-width:768px){
  .faq-page .faq-list > li > a > i{
    display: none !important;
  }
  .faq-page .faq-list > li > a{
    font-size: 14px !important;
    margin: 0 !important;
  }
}
.faq-page .faq-list > li > a{
  min-height: 90px;
      line-height: 88px;
      margin: 0 104px;
      display: block;
      padding-right: 20px;
      font-size: 18px;
      text-decoration: none;
      border-bottom: 1px solid silver;
      color: black;
      position: relative;
}
.faq-page .faq-list > li > a > i{
  position: absolute;
  left: 15px;
  top:38px;
  color: silver;
}
.faq-page .faq-list > li > .answer-box{
  background-color: #1c264b;
  width: 100%;
  position: relative;
  display: none;
      padding: 50px 0;
}
.faq-page .faq-list > li > .answer-box .close-answer{
  position: absolute;
    left: 50px;
    top: 25px;
    width: 32px;
    height: 32px;
}
.faq-page .faq-list > li > .answer-box .close-answer:after,.faq-page .faq-list > li > .answer-box .close-answer:before{
  position: absolute;
    left: 15px;
    content: ' ';
    height: 23px;
    width: 2px;
    background-color: white;
}
.faq-page .faq-list > li > .answer-box .close-answer:after{
  transform: rotate(-45deg);
}
.faq-page .faq-list > li > .answer-box .close-answer:before{
  transform: rotate(45deg);
}
.faq-page .faq-list > li > .answer-box .content{
  width: 80%;
    margin: 0 auto;
}
.faq-page .faq-list > li > .answer-box .content .text{
  float: right;
    width: 90%;
    background: #fff;
    border-radius: 5px;
    padding: 35px 55px;
    font-size: 15px;
    line-height: 31px;
    color: #0072bc;
    position: relative;
    word-break: break-all;
}
.faq-page .faq-list > li > .answer-box .content .text:before{
  position: absolute;
    content: '';
    border-top: 15px solid transparent;
    border-bottom: 0px solid transparent;
    border-left: 20px solid white;
    top: 25px;
    right: -20px;
}
.faq-page .faq-list > li > .answer-box .content .icon{
  float: right;
    width: 10%;
    height: 64px;
    background: url(../images/faq_person.png) no-repeat;
}
.faq-page .faq-list > li > .answer-box .content:after{
  content: '';
    display: block;
    clear: both;
}
.faq-page .faq-list > li > .answer-box:before{
  position: absolute;
  content: '';
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-bottom: 20px solid #1c264b;
  top: -15px;
  right: 40px;
  display: none;
}
@media(max-width:768px){
  .faq-page .faq-list > li > .answer-box{
    padding: 15px 0 !important;
  }
  .faq-page .faq-list > li > .answer-box:before{
    display: block !important;
  }
  .faq-page .faq-list > li > .answer-box .content .icon{
    display: none !important;
  }
  .faq-page .faq-list > li > .answer-box .close-answer{
    display: none !important;
  }
  .faq-page .faq-list > li > .answer-box .content .text:before{
    display: none !important;
  }
  .faq-page .faq-list > li > .answer-box .content{
    width: 96% !important;
  }
  .faq-page .faq-list > li > .answer-box .content .text{
    width: 100% !important;
    padding: 10px 20px;
  }
}
.content-page
{
    padding: 20px;
    padding-left: 30px;
    padding-right: 40px;
    background-color: #f8f8fb;
    border: 1px solid #dadae0;
    margin-bottom: 20px;
}
.content-page p
{
      line-height: 2.5;

}
.contact-us .btn
{
  background-color: #3f6eb5;
}
.contact-us .btn:hover
{
  background-color: #2b5798;
}
.login-btn
{
  margin-right: 0px;
}
.login-btn .btn
{
     background-color: #ea1f25;
    border: 1px solid #af171c;
}
.login-btn .btn:hover
{
    background-color: #af171c;

}
.form-control
{
    border-radius: 5px;
    padding: 10px;
    height: 40px;
    margin: 0 auto;
}
.profile
{
  margin-top: 20px;
  margin-bottom: 20px;
}
.profile-list
{
    list-style: none;
    padding: 0;
    margin: 0;
    width: 100%;
    border: 1px solid #e0dada;
    border-bottom: none !important;
}
.profile-list li
{
    border-bottom: 1px solid silver;
    text-align: center;
    padding: 13px;
    text-align: right;
    font-size: 14px;
}
.profile-list li:hover, .profile-list li:hover a
{
    background-color: #f6ffff;
    color: #009ec9;
}
.profile-list li a{
    display: block;
    text-decoration: none;
    color: gray;
}
.profile-list li.active a,.profile-list li.active
{
    background-color: #f6ffff;
    color: #009ec9;
}
.profile-list i
{
  margin-left: 8px;
  font-size: 20px;
}
.profile .text-center
{
     border: 1px solid #f6e8a1;
    /*margin-right: 20px;*/
    background-color: #fffde4;
    border-radius: 5px;
    color: #a37731;
    text-align: right;
    margin-top: 5px;
}
.profile .profile-left
{
   border: 1px solid #e0dada;
   /*margin-right: 20px;*/
   margin-top: 20px;
   height: auto;
   padding: 20px;

}
.profile .profile-info
{
    border: 1px solid #e0dada;
    margin-bottom: 10px;
    border-top: 3px solid #ec433c;
    /*padding: 10px;*/

}
.profile .profile-info a{
 
    text-decoration: none;
    color: gray;
}
.profile .profile-info .right
{
    width: 50%;
    float: right;
    padding: 10px 0px 10px;
    padding-left: 8px;
    text-align: center;
    border-left: 1px solid #e0dada;

}
.profile .profile-info .left
{
    width: 50%;
    float: left;
    padding: 10px;
    text-align: center;
}
.profile .profile-info i
{
    margin-left: 5px;
    font-size: 20px;
}
.profile .profile-info .top
{
    border-left: 3px solid #e0dada;
    height: 3px
    width:100%;
}
.profile .profile-info a:hover
{
   
    color: #009ec9;
}
.profile .text-center p
{
  padding: 15px;
}
.profile h2
{
    /*margin-right: 20px;*/
    color: #777
}
.profile .form-control
{
  height: 40px;
}
.profile .table tr:hover

{
    background-color: #f6ffff;
    color: #009ec9;
    cursor: pointer;
}
.profile .table i
{
    margin: 5px;
    padding: 5px;
    background: #F7F6F6;
    border: 1px solid #999;
    cursor: pointer;
}
.profile .profile-1
{
  margin-left: 20px;
}
.basket
{
  margin-top: 20px;
  margin-bottom: 20px;
}
.basket-list
{
    list-style: none;
    padding: 0;
    margin: 0;
    width: 100%;
    border: 1px solid #e0dada;
    border-bottom: none !important;
}
.basket-list li
{
    border-bottom: 1px solid silver;
    text-align: center;
    padding: 13px;
    text-align: right;
    font-size: 14px;
}
.basket-list li:hover, .basket-list li:hover a
{
    background-color: #f6ffff;
    color: #009ec9;
}
.basket-list li a{
    display: block;
    text-decoration: none;
    color: gray;
}
.basket-list li.active a,.basket-list li.active
{
    background-color: #f6ffff;
    color: #009ec9;
}
.basket-list i
{
  margin-left: 8px;
  font-size: 20px;
}

.basket .basket-left
{
  /* border: 1px solid #e0dada;*/
   /*margin-right: 20px;*/
   /*margin-top: 20px;*/
   height: auto;
   padding: 20px;

}
.basket .basket-total
{
  margin-top: 55px;
}
.basket .basket-off
{
    display: flex;
    padding: 20px;
    background-color: #f9f9f9;
    border: 2px solid #dddddd;
    margin-bottom: 10px;
}
.basket .basket-off .btn
{
    width: 40px;
    height: 30px;
    padding: 5px;
}
.basket .basket-off label
{
  margin-top: 5px;
}
.basket .basket-off input
{
      height: 30px;
    width: 150px;
}
.basket .basket-info .left
{
    width: 50%;
    float: left;
    padding: 10px;
    text-align: center;
}
.basket .basket-info i
{
    margin-left: 5px;
    font-size: 20px;
}
.basket .basket-info .top
{
    border-left: 3px solid #e0dada;
    height: 3px
    width:100%;
}
.basket .basket-info a:hover
{
   
    color: #009ec9;
}

.basket h2
{
    /*margin-right: 20px;*/
    color: #777
}
.basket .form-control
{
  height: 40px;
}
.basket .table tr:hover

{
    background-color: #f6ffff;
    color: #009ec9;
    cursor: pointer;
}
.basket .table i
{
    margin: 5px;
    padding: 5px;
    background: #F7F6F6;
    border: 1px solid #999;
    cursor: pointer;
}
.basket .basket-1
{
  margin-left: 0px;
}
.basket .title
{
    border-left: 4px solid #564d88;
    background-color: #f6f6f9;
    padding: 0px;
    padding-top: 10px;
}
.basket .title i
{
  color: #564d88;
  margin-left: 10px;
  font-size: 25px;
}
.basket .basket-right
{

    padding: 20px;
    background-color: #f9f9f9;
    border: 2px solid #dddddd;
    margin-bottom: 10px;
}
.basket .basket-right span
{
float: left;
}
.basket .basket-right .off
{
  color: red;
  padding: 5px;
  border-bottom: 1px solid #ddd;
}
.basket .basket-right .grad
{
  padding: 5px;
  border-bottom: 1px solid #ddd;
  font-size: 18px;
}
.basket .basket-right .total
{
  padding: 5px;

}
.basket .basket-right .bottom
{
 display: flex;
}
.basket .basket-right .bottom .right
{
    width: 130px;
    background-color: #285275;
    height: 34px;
    margin-left: 65px;
    margin-top: 6px;

}
.basket .basket-right .bottom .left
{
    height: 34px;
    width: 100px;

}
.basket-left .product-info
{
  display: flex;
}
.basket-left .product-info img
{
  width: 100px;
  height: 100px;

}
.basket-left .product-info .info
{
  padding: 10px;
}
.basket-left .product-info .info p
{
  margin-top: 20px;
}
.basket-left input
{
    width: 50px;
    float: right;
    height: 30px !important;
}
.basket-left i
{
  color: red;
  border:none !important;
  background-color: none !important;
  font-size: 20px;
}
.basket-left .btn
{
    background-color: #a2a2a5;
    border: 1px solid #a2a2a5;
}
.basket-left .fresh
{
width: 100px;
}
.unactive
{
  color: #bcbbc7;
}
.unactive i
{
  color: #bcbbc7 !important;
}
/*--------*/
.square-info
{
    width: 35px;
    height: 30px;
    text-align: center;
    color: #FFF;
    line-height: 30px;
    background-color:#d2c463;
    display: block;
    font-size: 20px;
}
.edit-info
{
    color: #F04F3E;
    left: 10px;
    position: absolute;
    bottom: 15px;
}
.list-info,.list-info-active
{
      border:none;
      border-top: 1px solid #ddd;
      border-bottom: 1px solid #ddd;

}
.input-info
{
width: 40% !important;
    border-radius: 5px;

    margin:0 ;
}
.list-info-active
{

      background-color:#f6f6f9;

}
.list-info-active span
{
  background-color:#F04F3E;
}
.orang
{
  background-color:#F04F3E; 
}
.list-info:hover
{
background-color:#f6f6f9;
cursor: pointer;
/*#F04F3E*/

}
.list-info h5 , .list-info-active h5
{
    position: absolute;
    top: 8px;
    right: 100px;
}
.list-info:hover span{
    background-color:#F04F3E;
}
.btn-info
{
  width: 100px;
  background-color: #004A52 !important;
}
.list-info-detail
{
  border:none !important;

}
.important
{
  color: red;
}
.info-radio
{
  width: 15px !important;
  margin-left: 20px !important;
}
.total-info
{
    background-color: #f6f6f9;
    color: black;
}
.modal-dialog
{
  width: 310px;
}
.comparison img
{
    width:200px;
    height:200px;
}
