body {font-family: 'SamsungOne',arial,sans-serif;}
.slick-arrow i {vertical-align: inherit; }
.hover-attr:hover{background-color: rgba(0, 0, 0, 0.5) !important;}

/**
 * Designs for carousel
 */
.carousel-container {
    font-family: 'SamsungSharpSans',arial,sans-serif;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    /*display: flex;
    align-items: center;
    justify-content: center;*/
    color: #FFF;
    font-size: 1.4em;
}

.text-carousel {
    overflow: hidden;
    display: inline-block;
    vertical-align: top;
    height: 32px;
    margin: 0 auto;
    text-align: center;
}
.inner {
    animation: scroll 5s ease-in-out infinite;
}
.element {
    font-size: 1.1em;
}

@keyframes scroll {
    0%, 20% {transform: translateY(0);}
    25%,45% {transform: translateY(-32px);}
    50%,70% {transform: translateY(-64px);}
    75%,95% {transform: translateY(-96px);}
    100% {transform: translateY(-124px);}
}
.tags-container { position:relative; }
.free-shipment{position:absolute; right: 0; z-index: 3; height: 40px;}
.sale-carnival{position:absolute; left: 0; z-index: 3; /*height: 60px;*/ width: 130px}
.pd-buying-tool__option_cta {padding: 0vw 0vw 0vw 0vw;}
.help-container{position: relative}
@-webkit-keyframes blinker {
    0%{opacity: 0;}
    50%{opacity: .5;}
    100%{opacity: 1;}
}
.discount-text{
    text-decoration: blink;
    -webkit-animation-name: blinker;
    -webkit-animation-duration: 1s;
    -webkit-animation-iteration-count:infinite;
    -webkit-animation-timing-function:ease-in-out;
    -webkit-animation-direction: alternate;
}

#chat-icon:hover{opacity: 0.3; cursor: pointer;}

/*Animation for chat Icon*/
/*@keyframes slideInFromRight {
    0% {transform: translateX(-100%);}
    100% {transform: translateX(0);}
}
#chat-icon {animation: 2s ease-in-out 0s 1 slideInFromBottom;}*/
.title-shadow {
    display:block;
    min-height: 10px;
    border-bottom: 2px solid #c1c5c5;
    box-shadow: 0 10px 10px -10px rgba(0,0,0,0.3);
}

.cart-area-fixed{display: block;height:auto;position:fixed;z-index:2500;bottom:0;width: 100%; justify-content: center;}
.product-info-main{box-shadow: 0 8px 16px 0 rgb(75 104 123 / 20%), 0 2px 4px 0 rgb(0 0 0 / 20%);}
/*For Desktop*/
@media only screen and (min-width: 768px){
    .mobile-only-d{display: none;}
    .help-icon{position: absolute;left: 34%; }
    .pd-buying-tool__info{padding: 0vw 1.33333333vw 0.11111111vw 3.33333333vw}
    .pd-buying-tool__info .pd-info__title{margin-top: 0;}
    .pd-buying-tool__cost-box .cost-box{padding: 0vw 0vw; background: transparent;}
    #pdCartArea{padding: 0vw 0vw 0vw 3.33333333vw;}
    .pd-buying-tool__cost-box{margin-top: 0.888889vw;}
    .product-detail-kv__gallery-area {width: 40vw;}
    .product-detail-kv__buying-tool{width: 60vw;}
    #pdCartArea .btn{padding: 0.6rem 0.6rem;}
}

/*For Mobile*/
@media only screen and (max-width:767px){
    .text-carousel {text-align: left; padding-left: 1.666667vw;}
    .emi-options .col-sm-2{width: 100%}
    .desktop-only-d{display: none;}
    .help-icon{position: absolute;right: 13%; }
    /*Add to Cart/Buy now*/
    .pd-buying-tool__cost-box .cost-box{padding: 0;background: rgb(0 0 0 / 40%);}
    .showcase-card-tab--merchandizing .showcase-card-tab-card--product-small .showcase-card-tab-card__full-bleed-wrap .showcase-card-tab-card__img-wrap .showcase-card-tab-card__product-img {
        padding: 1.33333333vw 2.66666667vw 2.77777778vw 2.66666667vw
    }
    #pdCartArea .btn{padding: 1rem 0.6rem; font-size: 20px}
}

.extra-data {
    width: 100%;
    padding: 5px 5px;
}

.extra-item {
    width: 100%;
    display: inline-block;
    padding: 5px 5px;
    /*background: #eee;*/
    margin-bottom: 2px;
    border-radius: 3px;
    /*text-align: center;*/
}
.features{margin-bottom: 7px}
.feature-img{height:19px; float: left; margin-right: 6px;}

#offerCarousel{min-height: 80px}
#offerCarousel .carousel-control-next{width: 30px;height: 30px;background: #0e1d73; color: #0e1d73}
#offerCarousel .carousel-control-prev{width: 30px;height: 30px;background: #0e1d73; color: #0e1d73}
