.navbar-nav > li:first-child{
  display: none;
}
.logo a{
  width: 205px;
  border-bottom: 0;
}
.checkoutNote {
  display: block;white-space: inherit;font-size: 12px;text-indent: inherit;float: left;border: 1px dotted;border-radius: 3px;padding: 10px;margin-top: 5px;
}

.bnDes b.line {
  display: none;
}

.bnDes .bnBtn{
  width: 100%;
}
#depotStores .viewMap>span>span {
	display: none;
}
.footer-news{
  padding: 8px 0 8px 15px;
  background: url(/tp/T0122/images/icon-style-li.png) no-repeat left 14px;
  display: inline-block;
}
.footer-news a{
  text-decoration: none;
  color: #b1b1b1;
}
.footer-news a:hover{
  color: #e64c65 !important;
}
.bct img{
  height: 76px;
  width: 200px;
}
.BCT{
  text-align: right;
}
.pav-newsletter {
   display: none;
 }
.box-heading .footer-news {
  background: none;
}
.box-heading a{
  border-bottom: none;
  position: relative;
  color: #b1b1b1;
  background: url('/tp/T0122/images/icon-style-li.png') no-repeat left 6px;
  padding: 0 15px 15px;
  display: inline-block;
}
.box-heading span p a{
  background: none;
    padding: 0px;
}
.box-heading.footernew ul{
    padding-top: 28px;
}
.new_shipping{
  border-top: 1px solid #eee;
  padding: 10px 0;
  width: 100%;
}
.title_item_news{
  color: #e64c65;
  display: inline-block;
  font-weight: bold;
  padding: 0;
}
.list_manf{
  display: inline-block;
  padding: 0;
}
.list_manf li{
  list-style-type: disc;
}
.list_manf li a{
  color: #288fc7;
}
.list_manf li a:hover{
  color: #e64c65;
}
product-block .image {
  max-height: 320px;
}
.filter-price>div>.title{
  text-transform: uppercase;color: #cb5668;font-size: 20px;font-weight: bold;
}
.filter-price>div{
  display: flex;
  justify-content: space-between;
}
#slider-range{
  margin-top: 5px;
}
#slider-range>.ui-slider-handle{
  margin-left: 0 !important;
  width: 8px;
  top: -3px;
  border-radius: 0;
  background-color: #a02225 !important;
  border-color: #a02225;
}
#slider-range>.ui-slider-handle::after{
  content: '';
  position: absolute;
  width: 6px;
  height: 6px;
  bottom: -4px;
  transform: rotate(45deg);
  background-color: #a02225;
}
#slider-range>a:last-child{
  right: 0;
  margin-left: -6px !important;
  /*left: auto !important;*/
}
.menu-left, .product-label-special{
  display: none;
}
#artContent.content-new{
  width: 100%;
}

#home_banner .owl-buttons div.owl-next {
  right: 5px;
}
#home_banner .owl-buttons div.owl-prev {
  left: 5px;
}
#home_banner .owl-buttons div {
  font-size: 60px;
  line-height: 0;
  height: auto;
  position: absolute;
  top: 40%;
  z-index: 2;
  background: 0 0;
  color: #fff;
}
#cart{
  z-index: 2000;
}
.btn-product-hot a{
  background: #e64c65;
  color: #fff;
  padding: 10px 15px;
  border-radius: 3px;
  display: inline-block;
  margin-bottom: 20px;
}

.mini-shopping-cart {
  position: absolute;
  top: 39px;
  right: -12px;
  width: 320px;
  background: #fff;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  overflow: hidden;
  border: 1px solid #e2e4ec;
  box-shadow: 1px 1px 10px rgb(0 0 0 / 22%);
  z-index: -100;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: all .2s ease-in-out;
}
#cart.open .mini-shopping-cart {
  z-index: 2000;
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transition: all .2s ease-in-out;
}
.mini-list-product {
  max-height: 230px;
  overflow-y: auto;
}
.shopping-cart-item {
  position: relative;
  padding: 12px 16px;
  height: auto;
  border-bottom: 1px solid #f3f4f6;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  list-style-type: none;
  float: none;
  width: 100%;
}
.shopping-cart-item .item-image {
  width: 88px;
  height: 88px;
  text-align: center;
  margin-bottom: 0;
}
.shopping-cart-item .item-image img {
  display: inline-block;
  max-width: 100%;
  width: 100%;
  height: 100%;
  object-fit: scale-down;
}
.shopping-cart-item .item-content {
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-right: 15px;
  padding-left: 15px;
  text-align: left;
}
.shopping-cart-item .item-content .item-title {
  margin: 0;
  font-size: 15px;
  color: #464850;
  font-weight: 400;
  line-height: 1.2em;
  overflow: hidden;
}
.shopping-cart-item .item-content .item-title a {
  color: #464850;
}
.shopping-cart-item .item-content .item-price {
  display: block;
  font-size: 15px;
  font-weight: 700;
  color: #e53935;
  text-decoration: none;
}
.shopping-cart-item .js-remove-item {
  text-align: center;
  cursor: pointer;
  font-size: 19px;
  opacity: 0;
  transition: all .3s;
}
.shopping-cart-item .js-remove-item:hover {
  color: #ffb0bd;
}

.shopping-cart-item:hover .js-remove-item {
  opacity: 1;
  transition: all .3s;
}
.mini-shopping-cart .mini-shopping-cart__bottom {
  background-color: #f8f8fa;
  padding: 12px 16px 16px;
  border-top: 1px solid rgba(46,48,56,.1);
}
.mini-shopping-cart .shopping-cart__bottom-total {
  margin-bottom: 10px;
}
.mini-shopping-cart .shopping-cart-total-amount {
  font-weight: 700;
  color: #e53935;
  margin-left: 10px;
}
.btn-lg {
  padding: .5rem 1.5rem;
  font-size: 1.1rem;
}
.btn-pink {
  color: #fff;
  background-color: #ffb0bd;
  border-color: #ffb0bd;
  border-radius: .35rem;
}
.full {
  width: 100%;
}
.ui-widget-content{
  background-color: #fff;
}
.product-block .name{
  height: 50px;
  overflow: hidden;
  text-transform: none;
}
.product-block .image .special{
  display: none;
}

#modalShow .close {
  position: absolute;
  right: -10px;
  top: -16px;
  font-size: 18px;
  cursor: pointer;
  z-index: 10;
  background: #000;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: .8;
  color: #fff;
  padding: 0 0 5px;
  margin: 0;
}
#js-pview-uri {
  max-height: 540px;
  width: 100%;
  object-fit: cover;
  margin-bottom: 20px;
  transition: all .4s;
}
.blk-pview-img .row {
  margin-left: -5px;
  margin-right: -5px;
}
.blk-pview-img .item {
  padding: 0 5px;
}
.blk-pview-img .item img {
  object-fit: cover;
  max-height: 120px;
  cursor: pointer;
  border: 1px solid transparent;
}
.blk-code {
  display: block;
  margin-bottom: 10px;
}
.modal-quick .blk-code .title {
  font-size: 23px;
}

.blk-code .title {
  font-size: 25px;
  letter-spacing: 0;
  margin-bottom: 5px;
  line-height: 1.4;
}
.blk-code .code {
  font-size: 15px;
  color: #9d9d9d;
  clear: both;
  display: block;
  width: 100%;
}
.blk-price {
  margin-bottom: 20px;
}
.modal-quick .blk-price .product-price {
  font-size: 22px;
}

.blk-price .product-price {
  font-size: 30px;
}
.product-price {
  font-size: 17px;
  color: #000;
  font-weight: 700;
}
.blk-price .product-price .old {
  font-size: 20px;
}
.product-price .old {
  font-size: 16px;
  color: #666;
  font-weight: 400;
  margin-left: 15px;
  text-decoration: revert;
}
.blk-att .r-at-r {
  width: 100%;
  clear: both;
  margin-bottom: 25px;
}
.blk-att .r-at-r label {
  margin: 0 15px 0 0;
  font-size: 18px;
  min-width: 85px;
}
.blk-att .req.color a {
  border: 2px solid transparent;
  width: 34px;
  height: 34px;
  border-radius: 50%;
}
.blk-att .req.color a span {
  display: inline-block;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  border: 1px solid #707070;
}
.blk-att .req.color a.active, .blk-att .req.color a:hover {
  border: 2px solid #707070;
}
.blk-att .req.size a {
  display: inline-block;
  padding: 5px 9px;
  background: #fff;
  color: grey;
  border: 1px solid #a2a2a2;
  font-size: 12px;
  margin: 0 5px;
  border-radius: 3px;
  min-width: 30px;
  margin-bottom: 10px;
}
.blk-qty {
  margin-left: 5px;
  border: 1px solid #d0d0d0;
}
.blk-qty .blk-qty-btn {
  min-width: 30px;
  min-height: 30px;
  cursor: pointer;
  font-size: 18px;
}
.blk-qty .blk-qty-input {
  color: #000;
  font-size: 14px;
  width: 50px;
  min-height: 30px;
  border: none;
  text-align: center;
  border-right: 1px solid #d0d0d0;
  border-left: 1px solid #d0d0d0;
}

.blk-qty .blk-qty-btn {
  min-width: 30px;
  min-height: 30px;
  cursor: pointer;
  font-size: 18px;
}
.blk-att .r-at-r[data-label=btn] {
  padding-top: 15px;
}
.btn-js-add-cart#addToCart {
  margin-right: 1%;
}
.modal-quick .btn-js-add-cart {
  width: 100%;
}
.btn-js-add-cart {
  cursor: pointer;
  width: 49%;
  padding: .6rem 1rem;
  text-transform: uppercase;
}
.modal-content{
  padding: 15px;
}
.align-items-center {
  -ms-flex-align: center!important;
  align-items: center!important;
}
.justify-content-center {
  -ms-flex-pack: center!important;
  justify-content: center!important;
}
.d-inline-flex {
  display: -ms-inline-flexbox!important;
  display: inline-flex!important;
}
.d-flex {
  display: -ms-flexbox!important;
  display: flex!important;
}
.blk-att .req.size a.deactive {
  background: #707070;
  color: #fff;
  border: 1px solid #707070;
  pointer-events: none;
  opacity: .5;
}
.blk-att .req.size a.active, .blk-att .req.size a:hover {
  color: #fff;
  background: #ffb0bd;
  border: 1px solid #ffb0bd;
}
#modalAbandoned .modal-dialog .close span{
  font-size: 29px;
}
#modalAbandoned .modal-dialog .close {
  opacity: 1;
  padding: 0;
  font-size: 29px;
  margin: -.5rem 0 -1rem auto;
  outline: 0 !important;
  position: absolute;
  right: 0;
  top: 0;
}

#addCartNow{
  margin-right: 10px;
}

#mss-alret {
  border: 1px dashed #f88d81;
  color: #f06455;
  padding: 10px 15px;
  margin-bottom: 15px;
  clear: both;
  display: none;
}
.product-info .product-extra{
  position: relative;
}
.wishlist.like_product{
  position: absolute;
  right: 15px;
  display: inline-block;
}
.wishlist.like_product a{
  border: none;
  font-size: 25px;
  color: #b1b1b1;
  background: transparent;
  display: inline-flex;
}
.wishlist.like_product:hover .js_like i, .wishlist.like_product .js_like.active_wl i{
  color: #ffb0bd;
}
.wishlist.like_product:hover .js_like i:before, .wishlist.like_product .js_like.active_wl i:before{
  content: "\f004";
}
.product_view .product-cols{
  height: auto;
}
.product-info .price del{
  font-size: 30px;
  line-height: 30px;
}
.product-info .price .text-price{
  font-size: 36px;
  line-height: 30px;
}
.btn_cart_checkout{
  position: absolute;
  right: 25px;
  top: 1.5em;
  font-size: 16px;
  display: inline-block;
  background: #2486ae;
  color: #fff;
  padding: 5px 15px;
  border-radius: 3px;
}
#payment .section__form{
  margin-top: 10px;
}
.vnpay_checkout.field label span{
  display: flex;
  align-items: center;
}
.vnpay_checkout.field label img{
  width: 70%;
  margin-left: 10px;
}

.card-header:first-child {
  border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0;
}
.card-header {
  padding: .75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0,0,0,.03);
  border-bottom: 1px solid rgba(0,0,0,.125);
}
.mini-shopping-cart__empty-message{
  padding: 20px 0;
}
#cart #cart-total .text{
  font-size: 11px;
}
#zoomSlide, #zoomer{
  width: 100%;
}
#listImgZoom>li{
  height: auto;
}
#prevSlideZ, #nextSlideZ{
  width: 35px;
  height: 30px;
  top: 32%;
}
#nextSlideZ{
  background-position: -83px -28px;
  right: 0;
  left: unset;
}
#prevSlideZ{
  background-position: -55px -28px;
}
#zoomSlide {
  margin-top: 20px;
}
#zoomSlide .caroufredsel_wrapper{
  margin: auto!important;
}
.product-info h1{
  line-height: 40px;
}

@media (min-width: 1200px) {
  #pavo-showcase .product-block .image .img img, #products .product-block .image .img img{
    height: 100%;
    width: 100%;
    object-fit: cover;
  }
  #pavo-showcase .product-block .image .img, #products .product-block .image .img{
    display: inline-block;
    width: 258px;
    height: 258px;
  }
  #cart:hover .mini-shopping-cart {
    z-index: 150;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transition: all .2s ease-in-out;
  }
}
@media screen and (max-width: 480px){
  .list_manf{
    padding-left: 20px;
  }
  #pavo-showcase .product-block .image .img img, #products .product-block .image .img img{
    height: 100%;
    width: 100%;
    object-fit: cover;
  }
  #pavo-showcase .product-block .image .img, #products .product-block .image .img{
    display: inline-block;
    width: 180px;
    height: 180px;
  }
}
@media (min-width: 768px) {
  .filter-price{
    width: 50%;
  }
  .modal-dialog{
    max-width: 800px;
    width: auto;
  }
  #modalShowlike .modal-dialog{
    max-width: 500px;
    width: auto;
  }
  .field--has-radio-button input[type=radio]{
    top: 10px;
  }
  #topbar .topbar{
    padding-right: 0;
  }
  .canvas-menu{
    left: 30%;
    right: unset;
  }
  .logo a {
    width: 190px;
  }
  #profileContent.index_order .list_order{
    border: 1px solid #ddd;margin: 0 20px;
  }
}
@media (min-width: 576px) {
  #modalAbandoned .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
}
@media (max-width: 1200px) {
  .blk-code {
    display: inline-flex;
    flex-wrap: wrap;
    width: 86%;
    margin-bottom: 20px;
  }
}
@media (max-width: 991px) {
  .row-offcanvas-left .sidebar-offcanvas .panel-offcanvas{
    width: 80%;
    height: 100%;
  }
  .row-offcanvas-left .sidebar-offcanvas {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    background: rgba(0, 0, 0, .71);
    -ms-transition: transform .5s cubic-bezier(.25, .46, .45, .94);
    -webkit-transition: transform .5s cubic-bezier(.25, .46, .45, .94);
    transition: transform .5s cubic-bezier(.25, .46, .45, .94);
    transform: translateX(-100%);
  }
  .row-offcanvas-left.active .sidebar-offcanvas{
    -ms-transition: transform .5s cubic-bezier(.25,.46,.45,.94);
    -webkit-transition: transform .5s cubic-bezier(.25,.46,.45,.94);
    transition: transform .5s cubic-bezier(.25,.46,.45,.94);
    transform: translateX(0);
  }
  .row-offcanvas-left.active{
    left: 0;
  }
  .pav-categoryproducts ul li .category_name>span{
    padding: 9px;
  }
}
@media (max-width: 767px) {
  .logo{
    border: none;
  }
  #topbar .show-mobile{
    display: none !important;
  }
  .show-mobile7239 .quickaccess-toggle {
    width: 33px;
    height: 33px;
    border: 1px solid #6e6e6e;
    color: #6e6e6e;
    line-height: 33px;
    text-align: center;
    font-size: 17px;
    cursor: pointer;
    margin-left: 1px;
  }
   .show-mobile7239 ul, .show-mobile7239 .links {
    float: none;
    padding: 0;
    margin: 0;
    text-align: left;
  }
  .show-mobile7239 ul li,.show-mobile7239 .links li {
    float: none;
    display: block;
  }
  .show-mobile7239 ul a,.show-mobile7239 .links a {
    float: none;
    margin: 0;
    padding: 0;
    line-height: 23px;
    background-color: transparent;
    border: none;
  }
  .show-mobile7239{
    position: absolute;
    bottom: 11px;
    top: 33%;
    right: 13%;
  }
  .show-mobile7239>div:hover .inner-toggle {
    display: block;
  }
  .show-mobile7239 .inner-toggle {
    display: none;
    position: absolute;
    background: #fff;
    right: 0;
    top: 100%;
    min-width: 170px;
    padding: 8px;
    z-index: 99999;
    border-top: 5px solid #e64c65;
    border-right: 1px solid #e64c65;
    border-left: 1px solid #e64c65;
    border-bottom: 1px solid #e64c65;
  }
  .product-block .product-hover{
    display: none;
  }
  .canvas-menu{
    right: unset;
    top: 23%;
    z-index: 2;
  }
  .box-search{
    margin-top: 0;
    margin-left: 0;
    width: 100%;
    border: 2px solid #ffb0bd;
    border-radius: 5px;
  }
  .box-search .input-group-btn{
    border-radius: 0;
    background-color: #ffb0bd;
    padding: 0 5px;
  }
  .box-search .button-search{
    color: #000000;
  }
  .box-search input:focus{
    box-shadow: none;
    border: none;
  }
  .box-search input{
    background-color: transparent;
    height: 34px;
    color: #000000;
    box-shadow: none;
    border: none;
  }
  #cart .media-body{
    position: absolute;
    top: -17px;
    width: 23px;
    height: 23px;
    background: #e56266;
    border-radius: 50%;
    color: #fff;
    font-weight: 700;
    text-align: center;
    font-size: 12px;
    right: -3px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .cart-mobile .shopping-cart{
    position: absolute;
    right: 5%;
    width: auto;
    top: 22%;
  }
  #cart{
    position: unset;
    border: none;
    background: transparent;
    padding: 0;
  }
  #cart .heading{
    color: #6e6e6e;
    display: inline-block;
    border: 1px solid #6e6e6e;
    margin-top: 1px;
  }
  .cart-mobile{
    position: unset;
  }
  #cart .media-body i,#cart .media-body .text{
    display: none;
  }
  #cart .icon-cart{
    padding: 5px 6px 4px;
  }
  .mini-shopping-cart{
    top: 45px;
    right: 0px;
  }
  #cart #cart-total{
    margin-top: 0;
    font-size: 13px;
  }
  #pavo-showcase.showcase .box .box-heading>span{
    z-index: 0;
  }
  .product-block .price{
    margin-bottom: 0;
    padding-bottom: 10px;
  }
  .canvas-menu{
    width: 85px;
  }
  .order-summary__section:first-child{
    position: relative;
  }
  #profileContent.index_order #orderManager>p, #additional-mobile-cta, .filter-price{
    display: none;
  }
  #profileContent.index_order .paginator a{
    border: 1px solid #ccc;
    padding: 3px 9px;
    margin: 0 3px;
  }
  #profileContent.index_order .paginator .currentPage, #profileContent.index_order .paginator a{
    line-height: 19px;
  }
  .index_order .paginator a.paging-last,.index_order .paginator a.paging-next, .index_order .paginator a.paging-previous,.index_order .paginator a.paging-first{
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
  }
  .index_order .paginator a.paging-last::before{
    content: "\f101";
  }
  .index_order .paginator a.paging-previous::before{
    content: "\f104";
  }
  .index_order .paginator a.paging-next::before{
    content: "\f105";
  }
  #profileContent.index_order .paginator a.paging-first::before{
    content: "\f100";
  }
  #profileContent.index_order .paginator a{

  }
  #profileContent.index_order{
    padding: 0;
  }
  .list-unstyled .price-gruop{
    position: relative;
  }
  .wishlist.like_product{
    top: 8px;
    right: 5px;
  }
  .product-info .product-extra{
    overflow: visible;
  }
}
@media (max-width: 375px) {
  .logo a{
    width: 165px;
  }
}
