/**
* Template Name: NiceAdmin - v2.5.0
* Template URL: https://bootstrapmade.com/nice-admin-bootstrap-admin-html-template/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
:root {
  scroll-behavior: smooth;
}

body {
  font-family: "Open Sans", sans-serif;
  background: #f6f9ff;
  color: #444444;
  font-size: 15px;
  padding-top: 50px;
  padding-bottom: 50px;
  max-width: 800px;
  margin:  0 auto;
}

a {
  color: #4154f1;
  text-decoration: none;
}

a:hover {
  color: #717ff5;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Nunito", sans-serif;
}
.loading{
  background-image: url("../img/loading.gif");
  background-color: #eeeeee57;
  background-repeat: no-repeat;
  background-position: center center;
  width: 100%;
  height: 100%;
  position:fixed;
  left: 0;
  top: 10px;
  z-index: 80;
  background-size: 30px;
  display: none;
}
.header{
  height: 50px;
  position: fixed;
  top: 0;
  width: 100%;
  left: 0;
  background: #fff;
  z-index: 99;
  box-shadow: 6px 1px 8px #888888;
}
.header .logo{
  height: 40px;
}
.sidebar-menu {
  position: relative;
}
.navbar-sidebar {
  position: absolute;
  left: -230px;
  background: #ffffff;
  width: 230px;
  top: 6px;
  box-shadow: 1px 1px 1px #adabab;
  text-align: left;
  padding: 12px;
}
ul.nav.sidebar-nav {
  display: contents;
}
ul.nav.sidebar-nav li{
  padding: 5px 0px;
}
ul.nav.sidebar-nav li a{
  color: #000;
}
ul.nav.sidebar-nav li a:hover, ul.nav.sidebar-nav li.active a{
  color: #0300be;
  font-weight: bold;
}
ul.nav.sidebar-nav li.title-left{
  background: #eff0f2;
  border-bottom: 1px solid #ddd;
  font-size: 20px;
  padding: 5px;
  position: relative;
  margin-top: 5px;
  text-align: center;
}
.icon-block{
  position: relative;
}
.btn-block button {
  border: none;
  background-color: #fff;
}
.btn-block .btn-block-open{
  position: absolute;
  top: -53px;
  z-index: 99;
  right: -76px;
  background-image: url(../img/muiten.png);
  background-size: 25px;
  background-repeat: no-repeat;
  width: 80px;
  background-position: right;
}
.btn-block .btn-block-close{
  display: none;
  position: absolute;
  right: -28px;
  top: -8px;
  z-index: 99;
  border-radius: 100%;
  background: #000000;
  color: #fff;
}
.btn-block.active .btn-block-open{
  display: none;
}
.btn-block.active .btn-block-close{
  display: block;
}

.footer {
  position: fixed;
  left: 0;
  height: 50px;
  bottom: 0;
  width: 100%;
  background: #fff;
  box-shadow: 6px 1px 8px #888888;
  z-index: 110;
}
.footer .menu-footer .nav{
  width: 100%;
  display: inline-block;
}
.footer .menu-footer .navbar{
  padding: 0;
}
.footer .menu-footer .nav li{
  display: inline-block;
  width: 17%;
  text-transform: capitalize;
  text-align: center;
  padding: 1px 1px;
}
.footer .menu-footer .nav li a{
  color: #000;
  display: block;
}
.footer .menu-footer .nav li:first-child{
  background: #218656;
  color: #fff;
}
.footer .menu-footer .nav li:first-child a{
  color: #fff;
  width: 100%;
  height: 100%;
}
.footer .menu-footer .nav li:last-child{
  width: 28%;
}
.product-list {
  margin: 5px;
  padding: 5px;
}
h5{
  font-size: 13px;
}
.product-list .row{
  padding: 5px;
}
.btn-addCart{
  padding: 2px 10px;
  font-size: 14px;
  margin-top: 10px;
}

.item-product.active:before{
  content: "\f170";
  display: inline-block;
  font-family: bootstrap-icons !important;
  font-style: normal;
  font-weight: normal !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: -0.125em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;

  position: absolute;
  left: 46%;
  top: 6px;
  color: #ffffff;
  font-size: 40px;
  z-index: 1;
}
.modal-image-content .item-product.active:before {
  z-index: 999;
  left: 10px;
  top: 25px;
}
.item-product.active .img-thumbnail{
  opacity: 0.8;
}
.modal-image-content .item-product.active .img-thumbnail{
  opacity: 1;
}
.item-product.active .btn-addCart{
  background: #000;
  border-color: #ddd;
}
.title-name{
  background: #eff0f2;
  border-bottom: 1px solid #ddd;
  font-size: 20px;
  padding: 5px;
  position: relative;
  margin-top: 5px;
}
.title-name:before{
  position: absolute;
  left: 0;
  bottom: 1px;
  width: 25%;
  border-bottom: 2px solid #db0707;
  content: "";
}
.title-full{
  font-size: 22px;
  background: #010101;
  padding: 6px;
  color: #fff;
}
.col-size>*{
  width: 50%;
}

.block-cart {
  position: fixed;
  bottom: calc(-(100% + 50px));
  z-index: 90;
  width: 100%;
  height: calc(100% - 100px);
  background: #fff;
  padding: 0px 10px 10px 10px;
  overflow-y: auto;
  left: 0;
}
.block-cart .btn-close-cart {
  position: absolute;
  right: 3px;
  top: 0px;
  font-size: 18px;
  color: #000;
}
.content-cart {
  max-width: 600px;
  margin: 0 auto;
  position: relative;
}
.block-cart .left-cart{
  width: 60%;
  float: left;
  max-height: 300px;
  overflow: auto;
}
.block-cart .left-cart ul{
  padding: 0;
  margin: 0;
}
.block-cart .left-cart ul li p{
  margin-bottom: 0;
  font-size: 12px;
}
.block-cart .left-cart ul li{
  list-style: none;
  border-bottom: 1px solid #ddd;
  margin-bottom: 3px;
  height: 65px;
  position: relative;
}
.block-cart .left-cart ul li .btn-delete{
  position: absolute;
  right: 10px;
  top: 40%;
}
.block-cart.full .left-cart ul li img {
  height: 100px;
}
.block-cart .right-cart{
  width: 38%;
  float: left;
  background: #f6f9ff;
  margin-left: 2%;
}
.block-cart .right-cart table td,
.block-cart .right-cart table th{
  border-bottom: 1px solid #ddd;
  height: 35px;
}
.block-cart h4{
  border-bottom: 1px solid #ddd;
  background: #dadada;
  text-align: center;
  text-transform: uppercase;
  padding: 5px;
  font-size: 15px;
  font-weight: bold;
}
.titorder{
  text-align: center;
  text-transform: uppercase;
  background: #eff0f2;
  padding: 10px 2px;
  font-size: 16px;
}

.block-cart.full{
  bottom: 50px !important;
}
.block-cart.full .left-cart,
.block-cart.full .right-cart
{
  width: 100%;
  margin: 0;
}
.block-cart.full .right-cart table{
  font-size: 15px;
  font-weight: bold;
}

.block-cart.full .left-cart ul li{
  height: 129px;
}

.block-cart .section-checkout, .block-cart.full .sl, .block-cart .btn-min-plus, .block-cart .btn-delete, .block-cart.full .section-checkout.hide, .block-cart .pricePondStr{
  display: none;
}
.block-cart.full .section-checkout, .block-cart.full .btn-delete, .block-cart.full .pricePondStr {
  display: block;
}


.block-cart.full .btn-min-plus{
  display: inline-flex;
}
.btn-min-plus button{
  font-size: 16px;
  padding: 0;
  height: 25px;
  width: 30px;
  border: none;
}
.btn-min-plus input{
  height: 25px;
  width: 50px;
  text-align: center;
}
.cart-empty{
  border: 1px solid #ddd;
  margin: 0px;
  border-radius: 5px;
  background: #dddddd0f;
  padding: 10px;
}
.form-control.error, .form-check-input.error  {
  border-color: red;
}
.form-check-input.error + label {
    color: red;
}

.card-title {
  padding: 10px 0 15px 0;
  font-size: 18px;
  font-weight: 500;
  color: #012970;
  font-family: "Poppins", sans-serif;
}

.menu-footer, .menu-top{
  position: relative;
  max-width: 800px;
  margin: 0 auto;
}
.menu-top{

}

.menu-footer marquee {
  position: absolute;
  top: -30px;
  background: #fff;
  color: #dc3545;
  font-weight: bold;
  font-size: 20px;
  border-bottom: 1px solid #ddd;
}
.name-product {
  position: relative;
  margin: 0px 10px;
}
.click-next-prev{
  position: absolute;
  top: -65px;
  height: 60px;
  z-index: 10;
  width: 40px;
  background-repeat: no-repeat;
  background-position: center;

  background-image: url("../img/right.png");
  background-size: 100%;
  transform: rotate(180deg) !important;
}
.click-next{
  right: 0;
  transform: rotate(0deg) !important;
}
.click-prev{
  left: 0;
}
.btn_close{
  position: absolute;
  right: -1px;
  top: -15px;
  z-index: 999;
  color: #000;
  opacity: 1;
  font-size: 24px;
  border: none;
  background: #fff;
  border-radius: 50%;
  width: 31px;
  height: 34px;
  line-height: 8px;
  padding: 0 !important;
}

a.show-cart {
  position: relative;
}

span.boxTotalQty {
  position: absolute;
  top: 0;
  display: block;
  width: 76%;
  height: 15px;
  border-radius: 15px;
  color: #fff;
  right: 2%;
  font-size: 11px;
  text-align: center;
}
span.boxTotalQty .totalQty {
  background: red;
  padding: 4px 10px;
  border-radius: 20px;
}

.modal-close1{
  width: 100px;
  margin-bottom: 10px;
  margin-left: 10px;
}
.image-laza{
  width: 100%;
  max-width:inherit;
}
.list-product-cart li{
  background: #fff;
  position: relative;
}
.owl-carousel-sale.owl-drag .owl-item{
  background: #000000;
  position: relative;
  padding-bottom: 10px;
  color: #fff;
}
.owl-carousel.owl-drag .owl-item .sale, .modal-image-content .sale, .box-product .sale{
  position: absolute;
  left: 5px;
  top: 5px;
  background: red;
  color: #fff;
  padding: 0px 5px;
  z-index: 9;
}
.list-product-cart .sale{
  display: none;
}
.block-cart.full .list-product-cart .sale{
  position: absolute;
  left: 0px;
  top: 0px;
  background: red;
  color: #fff;
  padding: 0px 5px;
  font-size: 13px;
  display: block;
}

.owl-carousel{
  padding: 0 !important;
}
.title-sale{
  background-image: url("../img/sale.gif");
  background-size: 58px;
  background-repeat: no-repeat;
  background-position: left;
  background-color: #000;
  padding: 10px;
  color: #fff;
}
.b-sale{
  background-color: #ff7100;

  margin-left: -3px !important;
}
.b-sale a{
  color: #fff !important;
}

.title-new{
  background-image: url("../img/new-icon-gif-18.gif");
  background-size: 58px;
  background-repeat: no-repeat;
  background-position: left;
  background-color: #c90819;
  padding: 10px;
  color: #ffffff;
}


.bang-size {
  position: fixed;
  z-index: 100;
  left: -3000px;
  top: 50px;
  overflow: auto;
  height: 100%;
  background-color: #d9d8d8;
  width: 100%;
  padding-bottom: 120px;
  max-width: 800px;
}
.bang-size .card{
  margin: 5px;
}
.bang-size .card-body{
  padding: 5px;
}
.block-close-size {
  position: fixed;
  z-index: 99;
  width: 100%;
  max-width: 800px;
}
a.btn_close_size {
  position: absolute;
  right: 15px;
  font-size: 23px;
  color: #000;
  z-index: 11111;
  top: 8px;
  width: 70px;
  display: block;
  padding-left: 35px;
}
a.btn-show-bangsize {
  position: absolute;
  bottom: 80px;
  z-index: 18;
  font-size: 15px;
  background: #dc3746;
  border: 1px solid #ffffff;
  color: #fff;
  padding: 2px 4px;
  left: -110px;
}

.video-size {
  position: relative;
}
a.btn-playvideo{
  position: absolute;
  height: 100%;
  background-size: 100px;
  width: 100%;
  background-image: url(../img/play-btn.svg);
  background-repeat: no-repeat;
  background-position: center;
  z-index: 2;
  background-color: #0a0a0a17;
}
a.btnplayvideo{
  position: absolute;
  height: 100%;
  background-size: 400px;
  width: 100%;
  background-image: url(../img/bghuongdan.png);
  background-repeat: no-repeat;
  background-position: center;
  z-index: 2;
  background-color: #0a0a0a17;
}
.modal-image-content .title-product{
  font-size: 18px;
}
#modalImage .btn_close.modal-close{
  display: block !important;
}
tr.discount td , tr.discount th{
  background: #e6e9ef;
}
.btn-success{
  border-radius: 0px !important;
}
.item-product{
  position: relative;
  margin-bottom: 30px;
}
.form-content-size{
  max-width: 620px;
  margin: 0 auto;
}
.range-slider-size{
    margin: 10px 0px;
}
.range-slider-size .input-range{
  width: 82%;
  float: left;
  height: 30px;
  margin-right: 10px;
}
.range-slider-size span{
  font-size: 18px;
  font-weight: bold;
  color: #dc3545;
}
.title-info {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 800;
}
.box-info{
  border-bottom: 1px solid #ddd;
  margin-bottom: 10px;
}

.slider-range {
  -webkit-appearance: none;
  width: 100%;
  height: 25px;
  background: #d3d3d3;
  outline: none;
  opacity: 0.9;
  -webkit-transition: .2s;
  transition: opacity .2s;
}

.slider-range:hover {
  opacity: 1;
}

.slider-range::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 35px;
  height: 35px;
  cursor: pointer;
  background-size: 100%;
  background-image: url('../img/contrast-svgrepo-com.svg');
}

.slider-range::-moz-range-thumb {
  width: 35px;
  height: 35px;
  background-image: url('../img/contrast-svgrepo-com.svg');
  background-size: 100%;
  cursor: pointer;
}
.range-info{
  border-top: 1px solid #ddd;
  padding: 30px 0px;
}
.col-size select{
  color: #f50018;
  font-weight: bold;
  font-size: 20px;
}
.text-decoration-line-through{
  font-size: 9px;
}
.add-cart .price-sale{
  font-size: 18px;
}
.clearfix{
  clear: both;
}
.owl-carousel .owl-item img{
  width: 95%;
  margin: 7px auto;
}

.copy-right {
  background: #ffffff;
  margin-bottom: 40px;
  padding: 15px 10px;
}
.copy-right ul {list-style: none;padding: 0;}
.copy-right ul li {
  margin: 10px 0px;
}

.copy-right h4 {
  text-transform: uppercase;
}
.copy-right .copy{
  text-align: center;
}
.modal-content-policy{
  padding: 20px;
  line-height: 29px;
}
.modal-content-policy h2 {
  text-transform: uppercase;
  font-weight: bold;
}
.modal-content-policy h3 {
  margin: 10px 0px;
  font-weight: bold;
}

.owl-carousel-new .owl-item img{
  max-height: 302px;
  width: auto;
}
.carousel-control-next-icon, .carousel-control-prev-icon{
  background-color: #000000;
}
.img-rp{
  max-height: 778px;
  margin: 0 auto;
  width: auto !important;
}
.modal-open{
  padding-right: 0 !important;
  overflow: inherit !important;
}
.carousel-fade .carousel-item{
  background: #fff;
}
@media (max-width: 767px) {
  .product-list div[class^="col-sm-"] {
    float: left;
    width: 48%;
    padding: 0px;
    background: #fff;
    margin: 1%;
    position: relative;
  }
  .modal-dialog{
    max-width: 767px !important;
    width: 100%;
    margin-left: 0;
  }
  a.btn-show-bangsize {
    left: 0;
  }
  .block-cart.full .left-cart ul li img {
    height: 65px;
  }

  .block-cart.full .left-cart ul li{
    height: 80px;
  }
  .block-cart.full .list-product-cart .sale{
    font-size: 8px;
  }
  span.boxTotalQty {
    right: 0;
  }
}

@media (max-width: 467px) {
  .item-product.active:before{
    right: 40%;
    left: auto;
    color: #ff0000;
    font-size: 20px;
    top: 40px;
  }
  .range-slider-size .input-range {
    width: 75%;
  }
  .footer{
    height: 70px;
  }
  a.btn-show-bangsize{
    bottom: 100px;
  }
  .block-cart.full .section-checkout {
    padding-bottom: 36px;
  }
  span.boxTotalQty {
    right: 0;
    width: 60%;
  }
}

@media (max-width: 300px) {
  .footer{
    height: 67px;
  }
  .title-name{
    font-size: 16px;
  }
  .block-cart .left-cart{
    width: 50%;
  }
  .block-cart .right-cart{
    width: 44%;
  }
  .block-cart .left-cart ul li{
    height: 90px;
  }
  .product-list div[class^="col-sm-"]{
    width: 49%;
    margin: 0.5%;
  }

}
@media (min-width: 576px) {
  .modal-dialog {
    max-width: 800px !important;
  }

}

@media (min-width: 800px) {
  .icon-block{
    display: none;
  }
}