.prodTitle {
    background: #f1f1f1;
    padding: 10px 0;
}

.prodTitle .titleTop a {
    text-decoration: none;
    color: #000000;
    font-size:14px;
}

.ModalContent ul li {
    margin-right: 5px !important;
    min-width:35px;
    height:35px;
    justify-content: center;
    align-items: center;
    font-size: 12px;
    border: 1px solid #ccc;
    cursor: pointer;
    padding:0 10px;
}
.ModalContent ul li.selected{
  border:1px solid #29a449;  
}


.ModalContent ul li.selected .activept{
  display:block;
}

.ModalContent ul li .hethang,
.ModalContent ul li .activept{
  display:none;
}

.ModalContent ul li .mona-bg{
  width:100%;
  height:100%;
}


/*Gợi ý Size*/

.suggest-choose-size{
  cursor: pointer;
}

.table-size-dnt {
    color: #f08522;
}

.table-choose-desire {
    font-size: 16px;
    margin-top: 20px;
    width: 100%;
    border: 2px dashed #f08522;
    border-radius: 5px;
    padding: 20px 20px 20px;
    background-color: #fff;
    display: none;
}

.woocommerce-variation-price {
    border-top: 1px dashed #ddd;
    font-size: .8em;
    padding: 7.5px 0;
}


.label-result-choose {
    display: flex;
    justify-content: space-between;
}

.dnt-input-size {
    -webkit-appearance: none;
    width: 100%;
    background: #d3d3d3;
    outline: none;
    opacity: 0.7;
    height: 8px;
    -webkit-transition: .2s;
    transition: opacity .2s;
    border-radius: 12px;
    cursor: pointer;
}

.dnt-input-size:hover{
  opacity:1;
}

.dnt-input-size::-webkit-slider-thumb{
  -webkit-appearance: none;
  appearance: none;
  width: 20px;
  height: 20px;
  border-radius:50%;
  background: #fcaf17;
}

/*Thông báo yêu thích*/

.notification__favorite{
  position:fixed;
  display:none;
  max-width:350px;
  height:auto;
  z-index:999;
  top:50px;
  right:20px;
  margin:0 auto;
}

.notification__favorite .itemNotification{
  border:1px;
  border-color:#c3e6cb;
  width:100%;
  border-radius:.25rem;
  padding:20px;
  animation-duration: 0.5s;
}

.itemNotification a{
  text-decoration:none;
}

.itemNotification.alert__info{
  background:#d1ecf1;
  border-color:#bee5eb;
}

.notification__favorite p{
  margin-bottom:0;
  color:#155724;
}

.itemNotification.alert__info p{
  color:#0c5460;
}

.off_notification{
  cursor:pointer;
  font-size:19px;
  width:50px;
  font-weight:bold;
}

@media(max-width:600px) {
  .notification__favorite{
    max-width:280px;
    top:30px;
  }
  .notification__favorite p{
    font-size:13px;
  }
}


@-webkit-keyframes bounceOutUp {
    20% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0)
    }
    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }
}
@keyframes bounceOutUp {
    20% {
        -webkit-transform: translate3d(0, -10px, 0);
        -ms-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0)
    }
    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, 20px, 0);
        -ms-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        -ms-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }
}
.bounceOutUp {
    -webkit-animation-name: bounceOutUp;
    animation-name: bounceOutUp
}

	
@-webkit-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}
@keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        -ms-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }
}
.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft
}

@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}
@keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        -ms-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }
}
.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight
}

	
@-webkit-keyframes fadeOutUp {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
}
@keyframes fadeOutUp {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        -ms-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
}
.fadeOutUp {
    -webkit-animation-name: fadeOutUp;
    animation-name: fadeOutUp
}
	
@-webkit-keyframes fadeOutRight {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
}
@keyframes fadeOutRight {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        -ms-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
}
.fadeOutRight {
    -webkit-animation-name: fadeOutRight;
    animation-name: fadeOutRight
}
	
@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}
@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        -ms-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }
}
.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown
}

	
.bounceInDown {
    -webkit-animation-name: bounceInDown;
    animation-name: bounceInDown;
}


@-webkit-keyframes bounceInDown {
    0%,
    100%,
    60%,
    75%,
    90% {
        -webkit-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
        transition-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -3000px, 0);
        transform: translate3d(0, -3000px, 0)
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, 25px, 0);
        transform: translate3d(0, 25px, 0)
    }
    75% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0)
    }
    90% {
        -webkit-transform: translate3d(0, 5px, 0);
        transform: translate3d(0, 5px, 0)
    }
    100% {
        -webkit-transform: none;
        transform: none
    }
}
	
@keyframes bounceInDown {
    0%,
    100%,
    60%,
    75%,
    90% {
        -webkit-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
        transition-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -3000px, 0);
        -ms-transform: translate3d(0, -3000px, 0);
        transform: translate3d(0, -3000px, 0)
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, 25px, 0);
        -ms-transform: translate3d(0, 25px, 0);
        transform: translate3d(0, 25px, 0)
    }
    75% {
        -webkit-transform: translate3d(0, -10px, 0);
        -ms-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0)
    }
    90% {
        -webkit-transform: translate3d(0, 5px, 0);
        -ms-transform: translate3d(0, 5px, 0);
        transform: translate3d(0, 5px, 0)
    }
    100% {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }
}


ul li{
  margin:0 !important;
}
/* .product-slider {
    height: 430px;
    box-shadow: 0 0 15px #ECECEC;
} */

.product-slider .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
}

.product-thumbs {
    height: 430px;
}

.product-thumbs .swiper-wrapper {
    margin-top: calc(-173% + 5px);
}

.product-thumbs .swiper-slide {
    width: auto;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    height: auto !important;
}

.product-thumbs .swiper-slide-active {
    border: solid 2px #ECECEC;
}

.prodCenter h3 {
    font-size: 24px;
    font-weight: 700;
    color: #000000;
}

.prodCenter .ModalPriceTop span {
    font-size: 28px;
    font-weight: 700;
}

.prodCenter .ModalPriceTop del {
    /*color: #f00;*/
    font-weight: 700;
    font-size: 18px;
}

.prodContent hr {
    clear: both;
    border-top: solid #cccccc;
    border-width: 1px 0 0;
    margin: 30px 0;
    height: 0;
}

.prodShare {
    text-align: left;
    margin-bottom: 15px;
    padding: 15px;
    border: 1px solid #ccc;
}

.prodShare span {
    color: #000000;
    text-transform: uppercase;
    font-weight: 700;
}

.prodPolicy {
    padding: 15px;
    border: 1px solid #ccc;
    margin-bottom: 30px;
}

.prodPolicy>p {
    text-transform: uppercase;
    font-weight: 700;
    padding-bottom: 15px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 15px;
}

.prodPolicy ul {
    padding: 0;
    margin:0 !important;
}

.prodPolicy ul li {
    list-style: none;
    margin-bottom: 15px !important;
}

.prodPolicy ul li img {
    float: left;
    max-width: 40px;
}

.prodPolicy ul li p {
    text-align: left;
    margin: 0px;
    padding-left: 45px;
}

.prodPolicy ul li p.supportTitle {
    font-weight: 700;
}

.prodPolicy ul li p a {
    text-decoration: none;
    color: #000000;
    font-weight: 700;
}

.prodCenter .styleQuantity .ModalText {
    float: left;
    margin-right: 5px;
}
.ProdComment .fb-comments iframe{
  width:100% !important;
}

/* tab */

.prodTab .tab {
    overflow: hidden;
    margin-bottom: 15px;
}


/* Style the buttons inside the tab */

.prodTab .tab button {
    box-shadow: none;
    border-radius: 0;
    text-transform: uppercase;
    text-align: left;
    font-size: 14px;
    padding: 5px 0;
    margin-right: 15px;
    background: #fff;
    border-bottom: 3px solid #fafafa;
    border-top: none;
    border-left: none;
    border-right: none;
}

.prodTab .tab button:hover {
    border-color: #6d499e;
}

.prodTab .tab button.active {
    border-color: #6d499e;
}

.prodTab .tabcontent {
    display: none;
    padding: 15px;
    border-top: none;
    background: #fafafa;
}

.prodTab .tabcontent img {
    max-width: 100%;
}

/*Zoom*/


/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */

.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
    padding: 0;
    margin: 0;
    border: 0;
    outline: none;
    vertical-align: top;
}

.fancybox-wrap {
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 8020;
}

.fancybox-skin {
    position: relative;
    background: #f9f9f9;
    color: #444;
    text-shadow: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.fancybox-opened {
    z-index: 8030;
}

.fancybox-opened .fancybox-skin {
    -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer,
.fancybox-inner {
    position: relative;
}

.fancybox-inner {
    overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
    -webkit-overflow-scrolling: touch;
}

.fancybox-error {
    color: #444;
    font: 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin: 0;
    padding: 15px;
    white-space: nowrap;
}

.fancybox-image,
.fancybox-iframe {
    display: block;
    width: 100%;
    height: 100%;
}

.fancybox-image {
    max-width: 100%;
    max-height: 100%;
}

#fancybox-loading,
.fancybox-close,
.fancybox-prev span,
.fancybox-next span {
    background-image: url(fancybox_sprite.png);
}

#fancybox-loading {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -22px;
    margin-left: -22px;
    background-position: 0 -108px;
    opacity: 0.8;
    cursor: pointer;
    z-index: 8060;
}

#fancybox-loading div {
    width: 44px;
    height: 44px;
    background: url(fancybox_loading.gif) center center no-repeat;
}

.gallery_pdp_container:hover a#ui-carousel-prev,
.gallery_pdp_container:hover a#ui-carousel-next {
    display: block !important;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
}

a#ui-carousel-prev,
a#ui-carousel-next {
    padding: 5px;
    background: #ccc;
    background-image: none !important;
    left: 25% !important;
    text-align: center;
    opacity: 0.8;
    display: none !important;
}

a#ui-carousel-prev i,
a#ui-carousel-next i {
    color: #fff;
    font-weight: bold;
    font-size: 23px;
}

.gallery_pdp_container {
    padding: 10px 0 !important;
    left: calc(50% - 16px) !;
}

.fancybox-close {
    position: absolute;
    top: -18px;
    right: -18px;
    width: 36px;
    height: 36px;
    cursor: pointer;
    z-index: 8040;
}

.fancybox-nav {
    position: absolute;
    top: 0;
    width: 40%;
    height: 100%;
    cursor: pointer;
    text-decoration: none;
    background: transparent url(blank.gif);
    /* helps IE */
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    z-index: 8040;
}

.fancybox-prev {
    left: 0;
}

div#gallery_pdp {
    width: 100% !important;
    margin: 0 !important;
    height: auto !important;
    max-height: 480px;
}

#gallery_pdp a img {
    width: 100%;
    margin: 5px 0;
    border: solid 1px #ccc;
}

.fancybox-next {
    right: 0;
}

.fancybox-nav span {
    position: absolute;
    top: 50%;
    width: 36px;
    height: 34px;
    margin-top: -18px;
    cursor: pointer;
    z-index: 8040;
    visibility: hidden;
}

.fancybox-prev span {
    left: 10px;
    background-position: 0 -36px;
}

.fancybox-next span {
    right: 10px;
    background-position: 0 -72px;
}

.fancybox-nav:hover span {
    visibility: visible;
}

.fancybox-tmp {
    position: absolute;
    top: -99999px;
    left: -99999px;
    max-width: 99999px;
    max-height: 99999px;
    overflow: visible !important;
}


/* Overlay helper */

.fancybox-lock {
    overflow: visible !important;
    width: auto;
}

.fancybox-lock body {
    overflow: hidden !important;
}

.fancybox-lock-test {
    overflow-y: hidden !important;
}

.fancybox-overlay {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    display: none;
    z-index: 8010;
    background: rgba(0, 0, 0, 0.5);
}

.fancybox-overlay-fixed {
    position: fixed;
    bottom: 0;
    right: 0;
}

.fancybox-lock .fancybox-overlay {
    overflow: auto;
    overflow-y: scroll;
}


/* Title helper */

.fancybox-title {
    visibility: hidden;
    font: normal 13px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
    position: relative;
    text-shadow: none;
    z-index: 8050;
}

.fancybox-opened .fancybox-title {
    visibility: visible;
}

.fancybox-title-float-wrap {
    position: absolute;
    bottom: 0;
    right: 50%;
    margin-bottom: -35px;
    z-index: 8050;
    text-align: center;
}

.fancybox-title-float-wrap .child {
    display: inline-block;
    margin-right: -100%;
    padding: 2px 20px;
    background: transparent;
    /* Fallback for web browsers that doesn't support RGBa */
    background: rgba(0, 0, 0, 0.8);
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    text-shadow: 0 1px 2px #222;
    color: #FFF;
    font-weight: bold;
    line-height: 24px;
    white-space: nowrap;
}

.fancybox-title-outside-wrap {
    position: relative;
    margin-top: 10px;
    color: #fff;
}

.fancybox-title-inside-wrap {
    padding-top: 10px;
}

.fancybox-title-over-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    padding: 10px;
    background: #000;
    background: rgba(0, 0, 0, .8);
}


/*Retina graphics!*/

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (min--moz-device-pixel-ratio: 1.5),
only screen and (min-device-pixel-ratio: 1.5) {
    #fancybox-loading,
    .fancybox-close,
    .fancybox-prev span,
    .fancybox-next span {
        background-image: url(https://fancyapps.com/fancybox/source/fancybox_sprite.png);
        background-size: 44px 152px;
        /*The size of the normal image, half the size of the hi-res image*/
    }
    #fancybox-loading div {
        background-image: url(https://fancyapps.com/fancybox/source/fancybox_loading@2x.gif);
        background-size: 24px 24px;
        /*The size of the normal image, half the size of the hi-res image*/
    }
}

.gallery-viewer {
    margin: 0 !important;
}



/*slick*/

img {
    max-width: 100%;
}


/*USE CSS for Slider*/

.vehicle-detail-banner .car-slider-desc {
    max-width: 180px;
    margin: 0 auto;
}

.banner-slider .slider.slider-for {
    max-width: 84%;
    padding-left: 35px;
}

.banner-slider .slider.slider-nav {
    max-width: 16%;
}

.banner-slider .slider.slider-for,
.banner-slider .slider.slider-nav {
    width: 100%;
    float: right;
}

.banner-slider .slider.slider-nav {
    height: 610px;
    overflow: hidden;
}

.slider-banner-image {
    height: 610px;
}

.banner-slider .slider.slider-nav {
    padding: 20px 0 0;
}

.slider-nav .slick-slide.thumbnail-image .thumbImg {
    max-width: 178px;
    height: 110px;
    margin: 0 auto;
    border: 1px solid #EBEBEB;
}

.slider-banner-image img,
.slider-nav .slick-slide.thumbnail-image .thumbImg img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.slider-nav .slick-slide.slick-current.thumbnail-image .thumbImg {
    border: 2px solid #196DB6;
}

.slider-nav .slick-slide.slick-current span {
    color: #196DB6;
}

.slider-nav .slick-slide, 
.slider-nav-md .slick-slide {
    text-align: center;
    margin: 0 5px;
}

.slider-nav .slick-slide span {
    font-size: 14px;
    display: block;
    padding: 5px 0 15px;
}


.slider-for .slick-list .slick-track {
    overflow: hidden;
}

.thumbnail-image {
    width: auto !important;
}


/*End USE CSS for Slider*/

@media screen and (max-width: 991px) {
    /*.slick-track {*/
    /*    display: flex !important;*/
    /*}*/
    .banner-slider .slider.slider-for,
    .banner-slider .slider.slider-nav {
        max-width: 100%;
        float: none;
    }
    .banner-slider .slider.slider-for {
        padding-left: 0;
    }
    .banner-slider .slider.slider-nav {
        height: auto;
    }
    /* .slider-banner-image {
        height: 500px;
    } */
    .slider.slider-nav.thumb-image {
        padding: 10px 30px 0;
    }
    .slider-nav .slick-slide span {
        padding: 5px 0;
    }
    .vehicle-detail-banner .car-slider-desc {
        max-width: 340px;
    }
    .bid-tag {
        padding: 10px 0 15px;
    }
    .slider.slider-nav.thumb-image {
        white-space: nowrap;
    }
    .thumbnail-image.slick-slide {
        padding: 0px 5px;
        min-width: 75px;
        display: inline-block;
        float: none;
    }
}

@media screen and (max-width: 767px) {
    /* .slider-banner-image {
        height: 400px;
    } */
    .slider.slider-nav.thumb-image {
        padding: 0px 20px 0;
        margin: 10px 0px 0;
    }
    .slider-nav .slick-slide span {
        font-size: 12px;
        white-space: normal;
    }
}


/* zoom */

.js-image-zoom__zoomed-image {
    width: 400px !important;
    height: 400px !important;
    right: 0 !important;
    border: 4px solid rgb(136, 136, 136);
}


/* slickMb */

#slideMb {
    display: none;
}

#slidePc {
    display: block;
}

@media(max-width:1022px) {
    #slideMb {
        display: block !important;
    }
    #slidePc {
        display: none;
    }
    /*.slick-list {*/
    /*    margin: 10px 0!important;*/
    /*}*/
}

@media(min-width:1022px) {
    .slider-for .slick-list {
    overflow: inherit;
}
}

.item-slick.slick-slide.slick-current.slick-active {
    outline: none!important
}

.slider-for-product,
.slider-for-md,
.slider-for-mb{
    margin-bottom: 15px;
}

.slider-for-mb .slick-list,
.slider-nav-mb .slick-list{
  margin:0 -5px;
}

.slider-for img {
    width: 100%;
    min-height: 100%;
}

.slider-nav {
    margin: auto;
}

.slider-nav-product .slick-list,
.slider-nav-md .slick-list{
  margin: 0 -5px;
}

/*#slideMb .slider-for .slick-list .slick-track {*/
/*    width: 100% !important;*/
/*}*/

.slider-nav-product .slick-slide, 
.slider-nav-mb .slick-slide {
    /*width:70px !important;*/
    /*max-width: 70px;*/
    outline: none!important;
    cursor: pointer;
    margin: 0 5px;
}

.slider-nav .item-slick img {
    max-width: 100%;
    background-size: cover;
    background-position: center;
}

.slick-prev {
    left: 0;
}

.slick-next {
    right: 0;
}

/*.selectors .slick-list{*/
/*  min-height:337px;*/
/*}*/

.slick_product_nav .slick-slide {
  outline: none!important;
  cursor: pointer;
  margin-right: 5px;
  position: relative;
}

.slick_product_nav .slick-slide.slick-current .slick_slider_brg {
  opacity: 0;
}

.slick_product_nav .slick-slide .slick_slider_brg {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #fff;
  opacity: 0.6;
  top: 0;
  transition: all .3s;
}


button.slick-prev.pull-left.m-0.p-0.ripple.slick-arrow {
    top: -15px;
    /* justify-content: center; */
    margin: auto;
    position: absolute;
    left: 32%;
    /* left: 0; */
    /* right: 0; */
    background: #ddd;
}

button.slick-next.pull-right.m-0.p-0.ripple.slick-arrow {
    position: absolute;
    left: 32%;
    top: 100%;
}


.droback_background {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: #0b0b0b;
  z-index: 9999;
  opacity: 0.6;
  display: none;
}

.droback_product-modal {
  background-color: #fff;
  position: fixed;
  top: 50%;
  left: 50%;
  right: 50%;
  transform: translate(-50%,-50%);
  z-index: 9999;
  display: none;
}

@media(min-width:768px) {
  .droback_product-modal {
    width: 650px;
  }
}

@media(max-width:768px) {
  .droback_product-modal {
    width: 550px;
  }
}

@media(max-width:425px) {
  .droback_product-modal {
    width: 400px;
  }
}

@media(max-width:375px) {
  .droback_product-modal {
    width: 300px;
  }
}

.modal-image {
  position:relative;
}

.btn-close-modal {
  position:absolute;
  right: -10px;
  top: -10px;
  width: 30px;
  height: 30px;
  background-color: #000;
  border-radius: 50%;
  color: #fff;
  display:flex;
  align-items:center;
  justify-content: center;
  cursor: pointer;
}

.slick_product__nav .slick-list.draggable {
  height: 100% !important;
}


.notification__favorite{
  position:fixed;
  display:none;
  max-width:350px;
  height:auto;
  z-index:999;
  top:20px;
  right:20px;
  margin:0 auto;
}

.notification__favorite p{
  margin-bottom:0;
  color:#155724;
}


/*promotions*/
.promotions {
  margin: 10px 0;
  padding: 10px;
  border: 2px solid #6d499e;
}

.promotions-text, .promotions-title {
  font-size: 15px;
}

.color-xam {
  color: #969696;
}

@media (max-width:767px) {
  .hidden-xs.displayNone {
    display: none !important
  }
}

@media (min-width: 768px) {
  .pe-lg-1 {
    padding-right: 0.25rem!important;
  }

  .order-lg-1 {
    order: 1!important;
  }
}

.promotions-nd {
  font-size: 16px;
  color: #000;
}

.modal-video {
  z-index: 100;
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  background: rgba(0,0,0,0.6);
}

.modal-video-box {
  display: flex;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  padding: 20px;
  position: absolute;
  text-align: center;
  top: 0;
  transition-property: opacity,-webkit-transform;
  transition-property: transform,opacity;
  transition-property: transform,opacity,-webkit-transform;
  white-space: normal;
  width: 100%;
  z-index: 9;
  justify-content: center;
  align-items: center;
}

.fancybox-toolbar {
  position: absolute;
  z-index: 10;
  right: 0;
  top: 0;
  padding: 14px;
  background: #434343;
}

.fancybox-button {
  background: none;
  color: #ccc;
  border: 0;
  border-radius: 0;
  cursor: pointer;
  display: inline-block;
  margin: 0;
  outline: none;
  transition: color .2s;
  vertical-align: top;
}

.video-content p {
  margin-bottom: 0;
}

.video-content video {
  width: 450px;
  height: 700px;
}

.video-content img {
  width: 80%;
  height: 100%;
}

@media(max-width: 600px) {
  .video-content video {
    width: 88%;
    height: 100%;
  }
  
  .video-content img {
    width: 100%;
    height: 100%;
  }
}

.out-of-stock {
  opacity: 0.5;
  pointer-events: none;
  cursor: no-drop;
}

.lg-outer .lg-thumb {
  margin: 10px auto !important;
}

.lg-flip-ver.lg-icon,
.lg-flip-hor.lg-icon,
.lg-rotate-left.lg-icon,
.lg-rotate-right.lg-icon,
#lg-actual-size,
.lg-autoplay-button.lg-icon {
  display: none !important;
}


.promotion_buyXgetY h4 {
  color: #222;
  animation: my 2s infinite;
}

@-webkit-keyframes my {
	0% { 
    color: red; 
    font-weight: 700;
	} 
	50% { 
    color: #222;  
    font-weight: 500; 
	} 
	100% { 
	  color: red; 
    font-weight: 700;  
	} 
}

.promotion_buyXgetY {
  margin: 10px 0;
  padding: 10px;
}

.promotion_buyXgetY_img {
  position: relative;
  height: 0;
  display: block;
  padding-bottom: 150%;
  overflow: hidden;
}

.promotion_buyXgetY_img img {
  position: absolute;
  height: auto;
  max-width: 100%;
}

.promotion_buyXgetY_product div {
  margin-bottom: 8px;
}

.promotion_buyXgetY_product_title {
  display: flex;
  align-items: center;
  gap: 8px;
}

.promotion_buyXgetY_product_title select {
  width: 120px;
  outline: none;
  border: 1px solid #000;
  border-radius: 6px;
}

.promotion_buyXgetY_product_title input {
  width: 16px;
  height: 16px;
}

.promotion_buyXgetY_product_name a,
.promotion_buyXgetY_product_name a:hover {
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  color: #444;
}

.promotion_buyXgetY_product_price {
  color: #ba0f13;
}

.promotion_buyXgetY_addCart #btn_buyNow_upSale {
  color: #ba0f13;
  border: 1px solid #ba0f13;
  background-color: rgba(255,87,34,0.1);
  padding: 5px 15px;
  border-radius: 4px;
  width: 100%;
  max-width: 200px;
  text-align: center;
  cursor: pointer;
}

.totalSavePriceUpSale {
  color: #ba0f13;
  font-weight: 800;
}

.dealSoc {
  position: absolute;
  top: 4px;
  right: 4px;
  z-index: 1;
  background: #e55858;
  color: #fff;
  padding: 5px 15px;
  text-transform: uppercase;
}


.coupon_item {
  position: relative;
  background: #fff;
  filter: drop-shadow(0px 0px 3px rgba(0, 0, 0, .15));
  padding: 10px;
  display: flex;
  min-height: 120px;
  border-radius: 5px;
  min-height: 100px;
}

.coupon_item.no-icon .coupon_body {
  width: 100%;
}

.coupon_item .coupon_body {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.coupon_item .coupon_body .coupon_title {
  font-size: 15px;
  color: #d82e4d;
  font-weight: bold;
  margin-bottom: 3px;
}

.coupon_item .coupon_body .coupon_desc {
  font-size: 13px;
  line-height: 1.2;
  color: #727272;
  padding-bottom: 7px;
}

.coupon_body .coupon_copy {
  border-radius: 99px !important;
  padding: 3px 15px;
  background: #d82e4d;
  color: #fff;
}

.coupon_body .coupon_copy:focus {
  box-shadow: 0 0 0 0;
}


.notify {
  position: fixed;
  top: 20px;
  right: -300px;
  width: 300px;
  transition: all .2s;
  box-sizing: border-box;
  z-index: 99999;
  background: #fff;
  border: 1px solid #d9d9d9;
  box-shadow: 0 0 8px rgba(0,0,0,.15);
  border-radius: 16px;
  padding: 18px;
  touch-action: pan-y;
}

.notify__message {
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: .03em;
  color: #000;
  margin-bottom: 0;
}

.notify.success.is-active {
  right: 30px !important;
}

.un-endow {
  pointer-events: none;
  background: #ddd !important;
}

.un-endow span {
  color: #000 !important;
}
