/* main home */

.sldie-show-flashsale .owl-nav {
    display: block !important;
}

.btnnext {
    right: 15px;
}

.btnprev {
    left: 15px;
}

.btnnext,
.btnprev {
    position: absolute;
    top: calc(50% - 65px);
    font-size: 28px;
    background: #eee;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    opacity: 0.3;
    cursor: pointer;
    z-index:1;
}

.btnnext:hover,
.btnprev:hover {
    opacity: 1;
}


.titleProd h2 {
    position: relative;
    font-size: 22px;
    margin-bottom: 30px;
    /*text-align: center;*/
    display: flex;
    justify-content: center;
    width: auto;
    align-items: center;
    flex-direction: column;
}

.titleProd h2 img{
  max-width:135px;
  /*margin-top:-13px;*/
}

/*.titleProd h2::after {*/
/*    content: '';*/
/*    position: absolute;*/
/*    top: calc(100% + 15px);*/
/*    left: calc(50% - 50px);*/
/*    display: block;*/
/*    width: 100px;*/
/*    border-bottom: solid 1px #ccc;*/
/*}*/

.titleProd h2 a {
    text-transform: uppercase;
    /*color: #A82F2F;*/
    color:#faaf18;
    text-decoration: none;
    font-weight:600;
    transition: .3s all;
    /*display:block;*/
}

.titleProd h2 a:hover {
    color: #29a449;
}

.flash_sale .homeSale {
    position: absolute;
    top: 0;
    left: 7px;
    font-size: 12px;
    color: #fff;
    display: inline-block;
    text-align: center;
    z-index: 9;
}

.flash_sale .card{
  border-radius:0 !important;
}

.flash_sale .homeSale .Saler {
    margin-left: -7px;
    position: relative;
    display: inline-block;
}

.flash_sale .homeSale .Saler img {
    max-width: 50px;
}

.flash_sale .homeSale .SaleText {
    position: absolute;
    top: 13px;
    left: 0;
    width: 100%;
    line-height: 1.1;
    font-size: 11px;
}

/*.flash_sale .card .imageFirst {*/
/*    -webkit-transition: all 0.5s ease;*/
/*    -moz-transition: all 0.5s ease;*/
/*    transition: all 0.5s ease;*/
/*    width: 100%;*/
/*    transform: scale(1);*/
/*    vertical-align: middle;*/
/*    object-fit: cover;*/
/*}*/


.flash_sale .card .imageLast {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    visibility: hidden;
}

.flash_sale .card > div,
.item .imageFirst{
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
    width: 100%;
    height: 100%;
    padding-top: 150%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.blogImg .imageFirst{
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
    width: 100%;
    padding-top: 80%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.flash_sale:hover .card .imageLast {
    opacity: 1;
    visibility: visible;
}

.HomeAction {
    /*left: 50%;*/
    /*bottom: 90px;*/
    /*transform: translateX(-50%);*/
    /*width: 100%;*/
    /*position: absolute;*/
    /*padding: 0 0px;*/
    /*text-align: center;*/
    /*color: #fff;*/
    /*transition: all .2s;*/
    position: absolute;
    left: 0;
    right: 0;
    bottom: -20px;
    width: 100%;
    height: 35px;
    line-height: 40px;
    text-align: center;
    z-index: 10;
    opacity: 0;
    visibility: hidden;
    background: rgba(0,0,0,.5);
    -webkit-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
    display: flex;
    align-items: center;
    justify-content: space-between; 
    background: #faaf18 !important;
    border-color: #faaf18 !important;
    box-shadow: none !important;    
}

.HomeAction .btnAddCart,
.HomeAction .btnQuickView {
    /*border: 1px solid #faaf18;*/
    /*border-radius: 0;*/
    /*outline: 0 !important;*/
    /*box-shadow: none;*/
    /*background: #fff;*/
    /*text-align: center;*/
    /*text-transform: uppercase;*/
    /*-webkit-transition: all 0.5s ease;*/
    /*-moz-transition: all 0.5s ease;*/
    /*transition: all 0.5s ease;*/
    /*width: 50px;*/
    /*height: 50px;*/
    /*padding: 5px;*/
    width: 100%;
    background: 0 0;
    border: none;
    color: #fff;
}

.HomeAction span{
    position: relative;
    top: 0;
    padding-right: 3px;
    font-size: 12px;
}

.HomeAction:before{
  content: "";
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    width: 1px;
    height: 40%;
    background: #fff;
}

.HomeAction:hover{
    background: #29a449 !important;
}

/*.HomeAction .btnAddCart {*/
/*    transform: translateX(50px);*/
/*    opacity: 0;*/
/*}*/

.flash_sale:hover .btnBuyNow {
    opacity: 1;
}

/*.HomeAction .btnQuickView {*/
/*    transform: translateX(-50px);*/
/*    opacity: 0;*/
/*    -webkit-transform: translateX(-50px);*/
/*    -moz-transform: translateX(-50px);*/
/*    -ms-transform: translateX(-50px);*/
/*    -o-transform: translateX(-50px);*/
/*}*/

/*.HomeAction .btnBuyNow {*/
/*    border: 1px solid #faaf18;*/
/*    border-radius: 0;*/
/*    outline: 0 !important;*/
/*    box-shadow: none;*/
/*    background: #fff;*/
/*    text-align: center;*/
/*    text-transform: uppercase;*/
/*    -webkit-transition: all 0.5s ease;*/
/*    -moz-transition: all 0.5s ease;*/
/*    transition: all 0.5s ease;*/
/*    height: 50px;*/
/*    opacity: 0;*/
/*    font-weight:600;*/
/*}*/

.HomeAction svg{
  width: 15px;
    height: 15px;
    fill: #fff;
    vertical-align: -4px;
}

.flash_sale:hover .HomeAction{
    opacity: 1;
    bottom: 0;
    visibility: visible;
}

/*.flash_sale:hover .btnAddCart,*/
/*.flash_sale:hover .btnQuickView {*/
/*    transform: translateX(0px);*/
/*    opacity: 1;*/
/*}*/

.flash_sale .btnAddCart:hover,
.flash_sale .btnQuickView:hover,
.flash_sale .btnBuyNow:hover {
    background: none;
    color: #fff;
    border-radius:none;
}

.flash_sale .btnAddCart:focus,
.flash_sale .btnQuickView:focus,
.flash_sale .btnBuyNow:focus {
    outline:none;
    color: #fff;
    background-color: transparent;
    border-color: none;
    box-shadow: none !important;    
}

.HomeInfo {
    padding: 0 15px;
}

.HomeInfo a {
    text-align: center;
    display: block;
    overflow-y: hidden;
    margin-top: 10px;
    text-decoration: none;
    color: #000000;
    font-size:14px;
}
.HomeInfo a:hover,
.ModalForm #ProdDetail:hover{
  color:#faaf18;
}
.HomeInfo a h2 {
    height:36px;
    overflow: hidden;
    font-weight: normal;
    font-size: inherit !important;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;    
}

.HomeInfo .ProdPrice {
    text-align: center;
    margin: 0;
    padding: 5px 0;
}

.HomeInfo .ProdPrice span {
    color: #faaf18;
    font-size:14px;
}

.HomeInfo .ProdPrice del {
    margin-left: 5px;
    font-size: 10px;
    color: #000;
}


@-webkit-keyframes shine{
  100%{
    left:125%
    
  }
}
@keyframes shine{
  100%{
    left:125%
  }
}


/* modal */


.tcm-modal {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0,0,0,0.7);
  z-index: 99;
}

.tcm_modal_content {
  /*max-height: 80%;*/
  position: relative;
  max-width: 700px;
  margin: auto;
  background: white;
  top: 50%;
  transform: translateY(-50%);
  z-index: 999;
}

.modal-body{
  overflow:hidden;
}

.contentModal{
  position:relative;
}

.product-wish{
    margin-top: 0;
    display: flex;
    position: absolute;
    top: 70px;
    right: 10px;
    z-index:10;
}

.flash_sale .product-wish{
  top:0;
  right:0;
}

.product-wish .setWishlist {
    height: 40px;
    line-height: 40px;
    border: none;
    border-radius: 6px;
    padding: 0;
    width: 40px;
    box-shadow: none;
    font-size: 14px;
    color: #fff;
    -webkit-transition: all ease .3s;
    -moz-transition: all ease .3s;
    -ms-transition: all ease .3s;
    -o-transition: all ease .3s;
    transition: all ease .3s;
    justify-content: center;
    display: inline-flex;
    align-items: center;
    font-weight: 400;
    text-decoration: none;
    background: #fff;
    border: 1px solid #dde1ef;
    border-radius: 50%;
}

.modalRight{
  z-index:1;
}

.ModalContent{
  display:flex;
}
.ModalContent ul {
    margin: 0;
    padding: 0;
    display:flex;
    flex-wrap:wrap;
}

.ModalContent ul li {
    list-style: none;
    display: inline-flex;
    position: relative;
    margin-bottom:5px !important;
}

.ModalSKU {
  font-size:14px;
}

.modal_remainquantity{
  display:none;
}

.ModalContent ul li .hethang {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.ModalContent ul li .activept {
    position: absolute;
    bottom: 0;
    right: 0;
}

.tcm_modal_content .btn_close {
    color: #fff;
    font-weight: bold;
    position: absolute;
    right: -20px;
    top: -20px;
    width: 35px;
    height: 35px;
    z-index: 9999;
    background:#000;
    border-radius:50%;
    border:2px solid #f1f1f1;
    box-shadow: 0px 15px 20px rgba(46, 229, 157, 0.4);
}

.contentModal h4 {
    font-size: 18px;
    color: #000000;
    font-weight: 700;
}


.ModalPriceTop span {
    font-size: 24px;
    font-weight: 700;
}

.ModalForm {
    margin: 15px 0;
}

.ModalText p {
    font-weight: bold;
    margin-bottom: 5px;
    display: inline-block;
    position: relative;
}

.ModalForm .btnAddCart {
    width: 100%;
    background: #faaf18;
    padding: 10px;
    font-size: 14px;
    /*text-transform: uppercase;*/
    border: none;
    color: #fff;
    font-weight: bold;
    transition:all .3s ease-out;
    border-radius:4px;
    cursor: pointer;
}

.ModalForm .btnAddCart i{
  font-size:22px;
}


.ModalForm .btnAddCart:hover,
.ModalForm #addToCart:hover{
  background: #29a449;
  color:#fff;
  border:none;
}

.ModalForm .btnhethang {
    cursor: default;
    color: #b6b6b6;
    background-color: #f6f6f6;
    padding: 8px 10px;
    border: none;
    display:none;
}

.ModalForm p a {
    text-decoration: none;
    color: #000000;
}

.ModalContent .is-form {
    width: 30px;
    height: 30px;
    border: 1px solid #ddd;
    background-color:#f5f5f5;
    /*background: transparent;*/
    transition:.3s ease-in-out;
}

.ModalContent .is-form:hover{
  box-shadow: inset 0 0 0 100px rgb(0 0 0 / 20%);
}

.ModalContent .input-qty {
    width: 40px;
    height: 30px;
    border: 1px solid #ddd;
    text-align: center;
    outline: none;
}



/* HomeCollection */

.homeCollection {
    padding-bottom: 60px;
}

.homeCollection .row>* {
    padding: 0;
}

.homeCollection .collection .CollImg img {
    width: 100%;
    vertical-align: middle;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
}

.homeCollection .collection .Colltxt {
    position: absolute;
    width: 100%;
    bottom: 50px;
    background: rgba(255, 255, 255, 0.7);
    text-align: center;
    padding: 15px;
}

.homeCollection .collection .Colltxt h3 {
    font-size: 24px;
    text-transform: uppercase;
    font-weight: bold;
}

.homeCollection .collection .Colltxt a {
    display: inline-block;
    color: #000;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 32px;
    padding: 0 30px;
    border: 1px solid #000;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
    text-decoration: none;
}

.homeCollection .collection .Colltxt a:hover {
    background: #000000;
    color: #fff;
}

.homeCollection .collection:hover img {
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.homeCollection .collection {
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

.homePolicy .Policy {
    padding: 10px 20px;
    border: double 4px #eee;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
    text-align: center;
    margin-bottom: 30px;
}

.homePolicy .Policy:hover {
    border-color: #faaf18;
}

.homePolicy .Policy a {
    text-decoration: none;
}

.homePolicy .Policy a img {
    max-width: 100%;
}

.homePolicy .Policy a h2 {
    color: #000000;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
}

.homePolicy .Policy a p {
    font-size: 14px;
    font-weight: normal;
    color: #000000;
}

@media(min-width:992px){
  .home-product-img{
    padding-bottom: 30px !important;
  }
  
  .ModalForm #addToCart{
    background:transparent;
    border: 1px solid #2a2a86;
    color:#2a2a86;
  }

  /*.animation{*/
  /*    -webkit-transform: translateY(60px);*/
  /*    -moz-transform: translateY(60px);*/
  /*    -o-transform: translateY(60px);*/
  /*    transform: translateY(60px);*/
  /*    opacity: 0;*/
  /*    -webkit-transition: opacity .3s linear,transform .3s linear;*/
  /*    -moz-transition: opacity .3s linear,transform .3s linear;*/
  /*    -o-transition: opacity .3s linear,transform .3s linear;*/
  /*    transition: opacity .3s linear,transform .3s linear;*/
  /*}*/
  
  /*.animation.active{*/
  /*    opacity: 1;*/
  /*    -webkit-transform: translateY(0);*/
  /*    -moz-transform: translateY(0);*/
  /*    -o-transform: translateY(0);*/
  /*    transform: translateY(0);*/
  /*}*/
  
  
  .animation .showToTop,
  .animation .showZoom,
  .animation .showToLeft,
  .animation .showToRight{
      opacity: 0;
  }
  
  .animation.active .showToTop{
    animation: showToTop 1s ease-in-out 1 forwards;
  }
  
  .animation.active .showZoom{
    animation: showZoom 1s ease-in-out 1 forwards;
  }
  
  .animation.active .showToLeft{
    animation: showToLeft 1s ease-in-out 1 forwards;
  }
  
  .animation.active .showToRight{
    animation: showToRight 1s ease-in-out 1 forwards;
  }
  
  @keyframes showToTop {
    from {
      opacity: 0;
      transform: translate(0, 100px);
    }
    to {
      opacity: 1;
      transform: translate(0, 0);
    }
  }
  
  @keyframes showZoom {
    from {
      opacity: 0;
      transform: scale(0);
    }
    to {
      opacity: 1;
      transform: scale(1);
    }
  }
  
  @keyframes showToLeft {
    from {
      opacity: 0;
      filter:blur(33px);
      transform: translate(200px);
    }
    to {
      opacity: 1;
      filter:blur(0);
      transform: translate(0);
    }
  }
  
  @keyframes showToRight {
    from {
      opacity: 0;
      filter:blur(33px);
      transform: translate(-200px);
    }
    to {
      opacity: 1;
      filter:blur(0);
      transform: translate(0);
    }
  }
  
  .delay-02{
    animation-delay: 0.2s !important;
  }
  .delay-04{
    animation-delay: 0.4s !important;
  }
  .delay-06{
    animation-delay: 0.6s !important;
  }
  .delay-08{
    animation-delay: 0.8s !important;
  }
  .delay-10{
    animation-delay: 1s !important;
  }
  .delay-12{
    animation-delay: 1.2s !important;
  }
  .delay-14{
    animation-delay: 1.4s !important;
  }
  .delay-16{
    animation-delay: 1.6s !important;
  }
  .delay-18{
    animation-delay: 1.8s !important;
  }
  .delay-20{
    animation-delay: 2s !important;
  }
  
}

@media(max-width:768px) {
    .HomeAction{
      display:none;
    }
    
    .Policy .policyIcon {
        display: inline-flex;
        float: left;
    }
    .Policy .policyIcon img {
        margin-right: 20px;
    }
    .Policy .policyTitle {
        margin: 0;
        text-align: left;
    }
    .Policy p {
        margin: 0;
        text-align: left;
        display: flex;
    }
}

@media(max-width:640px) {
    .Policy .policyTitle {
        font-size: 14px !important;
    }
    .Policy .policyIcon img {
        margin: 0;
    }
    .container-fluid{
      padding:0 !important;
    }
    .homeAddress .addressBackg a{
      width:100%;
      text-align: center;
    }
    .HomeBlog .blog .btitle,
    .HomeBlog .blog .blogContent{
      padding:0 10px;
    }
    .ModalForm .btnAddCart{
      position:fixed;
      bottom:0;
      border-radius:0px;
      width:50%;
      padding: 20px 10px;
      font-size: 14px;
      right:0;
      z-index: 12;
    }
    .ModalForm .btnAddCart#addToCart{
      left:0;
      background-color: cadetblue;
    }
    .ModalForm .btnhethang{
      position:fixed;
      bottom:0;
      left:0;
      right:0;
      padding:15px 10px;
      background-color:Tomato;
      width:100%;
      color:#fff;
      font-weight: bold;
      z-index:1;
    }
}
@media(max-width:350px) {
  .ModalForm .btnAddCart{
    font-size:12px;
  }
}
.slick-prev,
.slick-next {
    position: absolute;
    z-index: 1;
    top: 35%;
    border: none;
    background: #eee;
    opacity: 0.5;
    width: 30px;
    height: 30px;
    font-size: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.slick-next {
    right: 15px;
}


/*homeProductNew*/

.pro-loop{
  padding:3px !important;
}

.home-product-img{
  width:100%;
  height:100%;
  padding-bottom:10px;
}

.home-product-img img{
  width:100%;
  height:100%;
  object-fit: cover;
}

.home-product-img a.effect{
    width:100%;
    height:100%;
    display: block;
    position: relative;
    overflow: hidden;
}

.home-product-img a.effect:before{
    position: absolute;
    top: 0;
    left: -100%;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -webkit-linear-gradient(left,rgba(255,255,255,0) 0%,rgba(255,255,255,.3) 100%);
    background: linear-gradient(to right,rgba(255,255,255,0) 0%,rgba(255,255,255,.3) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
}

.home-product-img a.effect:hover:before {
    -webkit-animation: shine 1.1s;
    animation: shine 1.1s;
}


/* homeBlog */

.HomeBlog .blog .ctitle {
    font-size: 25px;
    text-align: center;
}

.HomeBlog .blog h3 a {
    text-decoration: none;
    color: #000000;
    font-weight:600;
}

.HomeBlog .blog h3 a:hover {
    color: #faaf18;
}

.HomeBlog .blogImg a {
    margin: 10px 0;
    display: block;
}

.HomeBlog .blogImg img {
    max-width: 100%;
}

.HomeBlog .blog .btitle {
    text-transform: uppercase;
    font-size: 14px;
    color: #000000;
    line-height: 20px;
    display: block;
    height:40px;
}

.blogContent p{
  font-size:14px;
  overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;  
}

/*template album*/

.temp-album-content h1{
  font-size:35px;
  font-weight:600;
}


/*pages kiểm tra đơn hàng*/

#checked_order{
  display:none;
  text-align:center;
  padding:20px;
}

.text-center #search {
    width: 100px;
    height: 40px;
    border: none;
    background: #040404;
    color: #fff;
    font-weight: 600;
    border-radius: 5px;
}

.checked_order .title {
    text-align: center;
    font-size: 21px;
    font-weight: 600;
}

.account-area--table {
    padding: 10px;
}

#table-order .is-text-center {
    text-align: center !important;
}



/* homeAddress */

.homeAddress .addressBackg {
    position: relative;
    height: 350px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.homeAddress .addressBackg a {
    text-decoration: none;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #000;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    display: inline-block;
    padding: 10px 15px;
    background: rgba(255, 255, 255, 0.7);
}


/*search*/
.searchContent hr{
  margin:30px 0;
  border-top: solid #cccccc;
  background-color:transparent;
  border-width: 1px 0 0;
  height: 0;
  border-top-color: transparent;
  
}
.searchTop{
  text-align:center;
}
.searchTop .searh_input{
  max-width:320px;
  margin:auto;
  position: relative;
}
.searchTop input{
  padding:8px 10px;
  width:100%;
  border:1px solid #cccccc;
  outline:none;
}

.searchTop button{
  padding:8px 10px;
  background-color: #faaf18;
  color: #fff;
  border: 1px solid transparent;
  position:absolute;
  right:0;
}

.searchTop button i{
  color:#fff;
}

/*albums*/

.temp-album img{
  max-width:100%;
}

.listAlbums p{
  margin-bottom:10px;
}

.listAlbums a{
  text-decoration:none;
  color:#000;
}

.itemAlbums {
  position:relative;
}

.itemAlbums span{
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    font-size: 35px;
    text-transform: uppercase;
    top: 45%;
    color: #ffff;
    font-weight: 700;
    opacity: .9;
    text-shadow: 1px 3px 2px rgb(0 0 0 / 23%);
}


.itemAlbums a{
  text-decoration:none;
  color:#fff;
}

/*promotions*/

/*.HomeTotalSold{*/
/*    padding: 0 7px;*/
/*}*/

.TotalSoldBgr{
    height: 16px;
    /*background: url(https://statics.pancake.vn/web-media/7d/20/86/77/85356a82475deb9243e72d353356298c2161c3e2562921e0f038f8d5.png) 0 100% no-repeat;*/
    /*background-size: cover;*/
    /*background-position: center;*/
    background-color: #f5d020;
    background-image: linear-gradient(315deg, #f5d020 0%, #f53803 74%);
    position: relative;
    overflow:hidden;
    border-radius: 8px;
}

.TotalSoldText{
    text-transform: uppercase;
    font-size: 12px;
    color: #fff;
    z-index: 2;
    bottom: 0;
    width: 100%;
    height:100%;
    position:absolute;
    display: flex;
    justify-content: center;
    align-items: center;
}

.TotalSoldRemaining{
    width: 100%;
    background: transparent;
    overflow: hidden;
    bottom: 0;
    right: 0;
    position: absolute;
    z-index: 1;
    height: 16px;
    border-radius: 8px;
}

.RemainingWidth{
    background: #fff;
    float: right;
    position: relative;
    height: 18px;
}

.RemainingBgr{
    position: absolute;
    width: 100%;
    height: 100%;
    background: #ffbda6;
}

.outOfStock{
    position: absolute;
    background: url(https://statics.pancake.vn/web-media/8f/f8/12/8a/70b414baa61f8787f4384a9de29d4475e3b061e3964b79276c6f60a2.png) 0 no-repeat;
    width: 18px;
    height: 21px;
    background-size: contain;
    left: 3px;
    top: -6px;
}

