html {
    font-size: 1rem;
}

@include media-breakpoint-up(sm) {
    html {
        font-size: 1.2rem;
    }
}

@include media-breakpoint-up(md) {
    html {
        font-size: 1.4rem;
    }   
}

@include media-breakpoint-up(lg) {
    html {
        font-size: 1.6rem;
    }
}

@include media-breakpoint-up(xl) {
    html {
        font-size: 1.8rem;
    }
}

@media (max-width: 575.98px) {
    .card-columns-marketing {
        column-count: 2;
    }
}

@media (min-width: 576px) {
    .card-columns-marketing {
        column-count: 2;
    }
}

@media (min-width: 768px) {
    .card-columns-marketing {
        column-count: 3;
    }
}

@media (min-width: 992px) {
    .card-columns-marketing {
        column-count: 4;
    }
}

@media (min-width: 1200px) {
    .card-columns-marketing {
        column-count: 5;
    }
}

* {
    margin: 0;
    padding: 0;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

body {
    background-color: #fff;
    /* font-size: 62.5%; */
    font-family: gotham-book, gotham-medium, sans-serif;
    color: #000;
}

/* .bs10-logo {
    bottom: 81px;
    position: relative;
    left: 360px;
    z-index: 11;
} */

.nav-link-top {
    color: #fff !important;
}

.nav-link-product {
    font-size: 0.8rem;
}

.dropdown-menu {
    background-color: #000;
}

.dropdown-item {
    color: #fff;
    padding-left: .75rem;
}

.slogan {
    width: 100%;
    height: 100px;
    background: #d82730 url(../images/slogan-bg.png) no-repeat;
    background-size: cover;
}

.slogan p {
    text-align: center;
    font: 28px gotham-book,sans-serif;
    color: #fff;
    letter-spacing: -2px;
    line-height: 1.35em;
    padding-top: 6px;
}

.unisex-selling-point {
    /*background: #d82730 url(../images/unisex-bg-with-logo.png) top center no-repeat;*/
    background: #fff url(../images/unisex-bg-with-logo.png) top center no-repeat;
    background-size: contain;
    height: auto;
    padding-bottom: 12.3%;
}

.selling-point-list {
    height: 256px;
    padding: 35px 0 0;
}

.selling-point {
    text-align: center;
    /* font-size: 25pt; */
}

.op-panel {
    /* width: 100%; */
    /* height: auto; */
    background: #ce252d url(../images/op-bg.jpg) no-repeat;
    /* background-size: cover; */
    /* position: relative; */
    /* padding-bottom: 5%; */
}

.op-h {
    font: gotham-medium,gotham-book,sans-serif;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    padding: 32px 0 8px;
    text-shadow: 0.5px 0.866px 17px rgba(3,3,3,.8);
    line-height: 1.15em;
    font-weight: bold;
}

.op-text {
    /* font: 15px gotham-book,sans-serif; */
    color: #fff;
    text-align: center;
    /* padding: 0 5% 0 49%; */
}

.cta {
    margin: 21px auto 0;
    font: 16px helveticaneue-medium,gotham-book,sans-serif;
    color: #3b3d40;
    border: 1px solid #fff;
    padding: 18px 38px 12px 10px;
    border-radius: 5px;
    display: inline-block;
    text-decoration: none;
    box-shadow: 0.5px 0.866px 25px 1px rgba(3,3,3,.6);
    position: relative;
    background: #fff url(../images/hand-btn-dark.png) right 2px center no-repeat;
}

.ba-panel {
    width: 100%;
    /* height: 2265px; */
    background: url(../images/ba-bg.jpg) no-repeat;
    background-size: cover;
    color: #fff;
}

.ba-h {
    text-transform: uppercase;
    /* font-size: 47px; */
    text-align: center;
    padding: 25px 0 25px;
}

.ba-text {
    font-size: 95%;
    text-align: center;
    padding: 0 40px;
    line-height: 1.35em;
}

.ba2-h {
    /* font-size: 50px; */
    text-align: center;
    margin-bottom: 20px;
    -webkit-font-smoothing: subpixel-antialiased;
}

.ba2-text {
    font-size: 95%;
    text-align: justify;
    padding: 0 40px;
    text-align: center;
    line-height: 1.25em;
    margin-bottom: 0px;
}

.ltr-panel {
    width: 100%;
    /* height: 1042px; */
    background: url(../images/ltr-bg.jpg) no-repeat;
    background-size: cover;
    position: relative;
}

.ltr-h {
    text-transform: uppercase;
    font: gotham-medium,gotham-book,sans-serif;
    text-align: center;
    padding: 20px 0 10px;
    color: #fff;
    letter-spacing: 3px;
    text-shadow: 0.5px 0.866px 17px rgba(3,3,3,.8);
}

.ltr-panel hr {
    margin-top: 0rem; 
    margin-bottom: 0rem;
    border: 0;
    border-top: 2px solid #c4c7ca;
}

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E") !important;
}
   
.carousel-control-next-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E") !important;
}

.carousel-indicators li {
    background-color: #000;
}

.cp {
    background: url(../images/testi-bg.jpg) #e5f6fe center top no-repeat;
    background-size: contain;
    padding-top: 25%;
    padding-bottom: 5%;
    text-align: center;
    position: relative;
    padding-left: 3%;
    padding-right: 3%;
    /* width: 94%; */
    margin: 0 auto;
}

.fb-panel {
    width: 100%;
    /* height: 800px; */
    background-color: #f4f4f4;
    /* padding-bottom: 5%; */
    background: #f4f4f4; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(#e4beb5, #f4f4f4); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#e4beb5, #f4f4f4); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#e4beb5, #f4f4f4); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#e4beb5, #f4f4f4); /* Standard syntax */
}

.fb-h {
    font-size: 160%;
    text-align: center;
    color: #cc0000;
    padding-top: 5%;
    text-shadow: 1px 1px lightgrey;
}

.fb-disclaimer {
    text-align: center;
    font-size: 85%;
    padding: 0 10%;
    color: #cc0000;
    line-height: 1.2em;
    /* margin-bottom: 50px; */
}

.fb-testi-block {
    /* width: 616px; */
    min-height: 250px;
    box-sizing: border-box;
    border: 1px solid #a3a3a3;
    padding: 5%;
    margin: 0 5% 5% 10%;
    position: relative;
}

.fb-img {
    position: absolute;
    top: -5%;
    left: -10%;
}

.fb-crop {
    width: 78px;
    height: 78px;
    /* overflow: hidden; */
    object-fit: cover;
}

.fb-crop-card {
    width: 128px;
    height: 128px;
    /* overflow: hidden; */
    object-fit: cover;
}

.fb-crop-card-marketing {
    width: 155px;
    height: 155px;
    /* overflow: hidden; */
    object-fit: cover;
}

.fb-crop-offset-top {
    object-position: top;
}

.fb-top-row-wrapper {
    margin-bottom: 5%;
}

.fb-user-name {
    font-size: 120%;
    color: #3b5998;
    /* text-indent: 15%; */
    width: 100%;
    display: inline-block;
    float: left;
}

/* .carousel-inner-testi-tweak {
    padding-top: 20px;
    height: 450px;
} */

.comment-date {
    font: 85% myriadpro-regular,sans-serif;
    color: #878787;
    width: 30%;
    text-align: right;
    display: inline-block;
    float: left;
    background: url(../images/clock.png) left center no-repeat;
    background-size: contain;
    padding: 0 0 1%;
}

.comment-text {
    /* font-size: 26px; */
    color: #000;
    -webkit-line-clamp: 10;
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.comment-text-card {
    /* font-size: 26px; */
    color: #000;
    -webkit-line-clamp: 10;
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.media-panel {
    position: relative;
    width: 93%;
    min-height: 976px;
    background: url(../images/read-bg.jpg) no-repeat;
    background-size: cover;
    position: relative;
    margin: 0 auto;
}

.payment-method-label {
    font-size: 10px;
}

.doctor-words-panel {
    margin-top: 16px; 
    margin-bottom: 16px;
}

.doctor-words-title {
    text-transform: uppercase;
    color: #cc0000;
    text-align: center;
    margin: 24px 0;
}

.doctor-name {
    text-align: right;
    font-weight: bold;
    font-size: 14px;
    color: gray;
}

.doctor-words {
    font-size: 14px;
}

.footer-link-title {
    text-transform: uppercase;
    color: #fff;
    font-weight: bold;
}

.footer-link-item {
    color: #fff;
}

.footer-copyright-item {
    color: #fff;
    font-size: 14px;
}

.carousel-indicators li {
    border-radius: 12px;
    width: 12px;
    height: 12px;
    background-color: #404040;
    /* background-color: #cc0000; */
}

.carousel-inner-card {
    width:100%;
    min-height: 525px !important;
}

.carousel-inner-card-marketing {
    width:100%;
    min-height: 560px !important;
}

.shop-card-text {
    color: gray;
}

.btn-twin-pack {
    font-size: 12px; 
    background-color: #333399; 
    border-color: #333399;
}

.btn-primary.custom-btn {
	background-color: #333399;
	border-color: #333399;
}

.btn-danger.custom-btn {
	background-color: #cc0000;
	border-color: #cc0000;
}

.whatsapp_chat_icon {
    position: fixed;
    bottom: 32px;
    right: 32px;
    z-index: 9989;
}

.whatsapp_chat_operator_icon {
    border-radius: 36px;
    margin: 5px;
}

.whatsapp_chat_bubble {
	position: fixed;
	background: #cc0000;
	border-radius: 12px;
	bottom: 140px;
	right: 28px;
	width: 225px;
	height: 84px;
	z-index: 9989;
	border: 2px solid white;
    display: none;
    box-shadow: 0.5px 0.866px 25px 1px rgba(3,3,3,.6);
}

.whatsapp_chat_bubble:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 75%;
	width: 0;
	height: 0;
	border: 35px solid transparent;
	border-top-color: #cc0000;
	border-bottom: 0;
	border-right: 0;
	margin-left: -17.5px;
	margin-bottom: -35px;
}

#goToTop {
    display: none; /* Hidden by default */
    position: fixed; /* Fixed/sticky position */
    bottom: 115px; /* Place the button at the bottom of the page */
    right: 42px; /* Place the button 30px from the right */
    z-index: 9988; /* Make sure it does not overlap */
    border: none; /* Remove borders */
    outline: none; /* Remove outline */
    background-color: #cc0000; /* Set a background color */
    color: white; /* Text color */
    cursor: pointer; /* Add a mouse pointer on hover */
    padding: 8px; /* Some padding */
    border-radius: 20px; /* Rounded corners */
    font-size: 14px; /* Increase font size */
    box-shadow: 0.5px 0.866px 25px 1px rgba(3,3,3,.6);
    opacity: 0.5;
    filter: alpha(opacity=50);
}
  
#goToTop:hover {
    background-color: #555; /* Add a dark-grey background on hover */
}

#goToTop-marketing {
    display: none; /* Hidden by default */
    position: fixed; /* Fixed/sticky position */
    bottom: 68px; /* Place the button at the bottom of the page */
    right: 30px; /* Place the button 30px from the right */
    z-index: 9988; /* Make sure it does not overlap */
    border: none; /* Remove borders */
    outline: none; /* Remove outline */
    background-color: #cc0000; /* Set a background color */
    color: white; /* Text color */
    cursor: pointer; /* Add a mouse pointer on hover */
    padding: 8px; /* Some padding */
    border-radius: 20px; /* Rounded corners */
    font-size: 14px; /* Increase font size */
    box-shadow: 0.5px 0.866px 25px 1px rgba(3,3,3,.6);
    opacity: 0.5;
    filter: alpha(opacity=50);
}
  
#goToTop-marketing:hover {
    background-color: #555; /* Add a dark-grey background on hover */
}

#buy-now-men {
    display: block; /* Show by default */
    position: fixed; /* Fixed/sticky position */
    bottom: 112px; /* Place the button at the bottom of the page */
    right: 22px; /* Place the button 30px from the right */
    z-index: 9988; /* Make sure it does not overlap */
    border: none; /* Remove borders */
    outline: none; /* Remove outline */
    background-color: #cc0000; /* Set a background color */
    color: white; /* Text color */
    cursor: pointer; /* Add a mouse pointer on hover */
    padding: 8px; /* Some padding */
    border-radius: 20px; /* Rounded corners */
    font-size: 14px; /* Increase font size */
    box-shadow: 0.5px 0.866px 25px 1px rgba(3,3,3,.6);
    opacity: 0.5;
    filter: alpha(opacity=50);
}

.marketing_footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    /* Set the fixed height of the footer here */
    height: 60px;
    line-height: 60px; /* Vertically center the text there */
    background-color: #f5f5f5;
}

.animated {
    animation-duration: 2.5s;
    animation-fill-mode: both;
    animation-iteration-count: infinite;
}

@keyframes pulse {
    0% {transform: scale(1);}
    50% {transform: scale(1.1);}
    100% {transform: scale(1);}
}

.pulse {
    animation-name: pulse;
    animation-duration: 1s;
}

.fa-testimonial-star {
    color: yellow;
}

.product-card {
    max-width: calc(33% - 30px);
}

.flash-sales-icon-overlay {
    position: absolute;
    left: 0;
    top: 100px;
}

.flash-sales-icon-overlay-product {
    position: absolute;
    left: 0;
    top: 200px;
}