.prodTitle {
    background: #f1f1f1;
    padding: 10px 0;
}

.prodTitle .titleTop a {
    text-decoration: none;
    color: #000000;
    font-size:14px;
}

.ModalContent ul li {
    margin: 0 10px 5px 0 !important;
    min-width:40px;
    height:40px;
    justify-content: center;
    align-items: center;
    font-size: 12px;
    border: 1px solid #ccc;
    cursor: pointer;
    padding:0 10px;
}
.ModalContent ul li.selected{
  border:2px 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: 15px 20px 15px;
    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: #faaf18;*/
/*}*/

/*.prodTab .tab button.active {*/
/*    border-color: #faaf18;*/
/*}*/

.prodTab .tab #boder_product_tabs{
  bottom: 0;
  border-bottom: 3px solid #faaf18;
  height: 3px;
  -webkit-transition: width .5s, left .5s;
  -moz-transition: width .5s, left .5s;
  -ms-transition: width .5s, left .5s;
  -o-transition: width .5s, left .5s;
  transition: width .5s, left .5s;
}

.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);
}


.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;
}

.slick_product_nav .slick-list{
  margin: 0 -5px;
}

.slick_product_nav .slick-slide{
    outline: none!important;
    cursor: pointer;
    margin: 0 5px;
    position:relative;
}

.slick_product_nav .slick-slide .slick_slider_brg{
    position: absolute;
    width: 100%;
    height: 100%;
    background: #fff;
    opacity:0.6;
    top: 0;
    transition:all .3s;
}

.slick_product_nav .slick-slide.slick-current .slick_slider_brg{
    opacity:0;
}

.slider-nav .item-slick img {
    max-width: 100%;
    background-size: cover;
    background-position: center;
}

.slick-prev {
    left: 0;
}

.slick-next {
    right: 0;
}

/*.lg-thumb-outer.lg-grab{*/
/*  display:flex;*/
/*  justify-content:center;*/
/*}*/


button.slick-prev.pull-left.m-0.p-0.ripple.slick-arrow {
    top: -15px;
    /* justify-content: center; */
    margin: auto;
    position: absolute;
    left: 25%;
    /* left: 0; */
    /* right: 0; */
    background: #ddd;
}

button.slick-next.pull-right.m-0.p-0.ripple.slick-arrow {
    position: absolute;
    left: 25%;
    top: 100%;
}


@media(min-width:1022px) {
    .slider-for .slick-list {
    overflow: inherit;
    }
    
    .selectors .slick-list{
      min-height:500px;
    }
    
    .slick_product_nav .slick-list{
      margin: 0 0;
    }
    
    .slick_product_nav .slick-slide{
        margin: 0 0;
    }
}



