/***

Theme Name : Hartamas
Theme Description : General catalogue store
Theme Author : Lutfi Azhar
Updated By: Amirul Amri
Version : 1.4.5
Last update : 28 August 2020

***/

/* Library import */

@import url(https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/4.4.1/css/bootstrap.min.css);

/* Reset */

@media (min-width: 576px) {}
@media (min-width: 768px) {}
@media (min-width: 992px) {}
@media (min-width: 1200px) {}

@media (min-width: 960px) {
    .container {
        width: 960px !important;
    }
}

body, html {
  height: 100%;
}

body {
    color: #000000;
    background: #ffffff;
}

/* Default theme settings */

a {
    color: #ee4d2d;
}

a:hover, a:focus {
    color: #ffd5cc;
    text-decoration: none;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
    display: block;
    font-weight: 400;
    margin: 0 0 0.5em;
    line-height: 1.4;
    text-rendering: optimizeLegibility;
}

/*

.btn {
    font-weight: 400;
    font-style: normal;
    padding: 12px 20px;
    font-size: 0.8125em;
}

*/

.featured-categories .btn, .form-button .btn, .upsell-section .btn, .sticky-checkout .btn, .cart-action .btn {
	font-weight: 400;
    font-style: normal;
    padding: 12px 20px;
    font-size: 0.8125em;
}

/* Empty state */

svg.placeholder-svg {
    border:1px solid #eee;
}

/* Header */

.header {
    padding: 1rem 0;
    border-bottom: 1px solid #f1f1f1;
    background-color: #ffffff;
}

.header a {
    color: #000000;
}

.logo h2 {
    font-size: 1.5rem;
    text-transform: uppercase;
    padding: .5rem;
    margin-bottom: 0;
    padding-left: 0;
}

.logo a:hover {
    text-decoration: none;
}

.nav {
    float: right;
}

.navbar-brand {
    margin: 0;
    font-weight: 700;
    font-size: 24px;
    line-height: 30px;
    letter-spacing: 1.5px;
}

a.navbar-brand {
    text-transform: uppercase;
    padding: 0;
    color: #000000 !important;
}

.navbar-toggler{
    width: 47px;
    height: 25px;
	border: 0;
	margin-left: -10px;
}

.navbar-toggler .line{
    width: 100%;
    float: left;
    height: 2px;
    background-color: #000000;
    margin-bottom: 5px;
}

/* Announcement bar */

.announcement-bar {
    padding: 0.5em 0;
    font-size: 14px;
    background: #000000;
    color: #ffffff;
}

.announcement-bar a {
    color: #ffffff;
}

.announcement-bar a:hover {
    text-decoration: none;
}

.announcement-bar p{
    margin-bottom:0;
    font-weight: bold;
}

.announcement-bar .btn.btn-dark {
    padding: 5px 10px;
    background: #ffffff;
    color: #000000;
    border-color: #ffffff;
    margin-left: 1em;
    font-size: 12px;
}

/* Top nav */

.card.card-body.top-menu {
    border: 0 solid #eee;
    padding: 0;
    margin: 0;
    background-color: transparent;
}

ul.navbar-nav {
    list-style: none;
    margin: 0;
    padding: 0;
}

.navbar-nav li {
    text-align: center;
    font-weight: 500;
    font-style: normal;
    letter-spacing: 0;
    text-transform: capitalize;
    color: #000000 !important;
}

.navbar-nav li a:hover {
    text-decoration: none;
    color: #ee4d2d !important;
}

.navbar-light .navbar-nav .nav-link {
	color: #000000 !important;
}

li.nav-item.active a {
    color: #ee4d2d !important;
}

/* Cart icon */

.cart {
    position: relative;
    padding: .5rem 1rem;
    padding-right: 0;
}

.cart-badge {
    position: absolute;
    right: -8px;
    top: 2px;
    padding: .5em;
    border-radius: 1000px;
    font-size: 10px;
    line-height: 10px;
    width: 20px;
    height: 20px;
    text-align: center;
    margin: 0;
    background: #ee4d2d;
    color: #ffffff;
}

/* Upsell cart */

.upsell-section {
    margin: 2em 0;
}

.upsell-section a {
	color: #000000;
}

.upsell-section a.view-product-link {
    text-align: center;
    font-size: 12px;
    margin: 0 auto;
    display: block;
    text-decoration: underline;
    margin-top: 1em;
    color: #888;
}

.upsell-section h4 {
    font-size: 16px;
    font-weight: 500;
	text-align: center;
	margin-bottom: 1em;
}

.upsell-section hr {
	width: 15%;
	border: 1px solid #cecece;
	margin: 1.5em auto;
}

.upsell-section p.upsell-price {
	color: red;
}

/* Featured categories mobile only */

ul.featured-categories-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

li.featured-categories-item .btn.btn-dark {
    border: #ee4d2d;
    background: #ee4d2d;
    color: #ffffff;
}

li.featured-categories-item:last-child {
    padding-left: 5px;
}
li.featured-categories-item:first-child {
    padding-right: 5px;
}

li.featured-categories-item.active .btn {
    background: #ccc;
    border: #ccc;
    color: #fff;
}

/* Slideshow */

#homepage-slideshow .carousel-indicators li {
    background-color: #cecece;
}

#homepage-slideshow .carousel-indicators li {
    background-color: #cecece;
}

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

.carousel .carousel-indicators li {
    width: .625rem;
    height: .625rem;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    cursor: pointer;
}

.carousel-indicators {
    right: 30px;
    left: unset;
    margin-right: 0;
    margin-left: 0;
}

/* Homepage banner */

.featured-banner{
    margin-bottom: 1.5em;
}

.large-banner {
    margin-bottom: 1.5em;
}

.featured-banner img {
    border-radius: 4px;
}

/* Sections */

section.product {
    margin-top: 2em;
    min-height: 80vh;
}

section.products {
    min-height: 80vh;
}

section.home {
    min-height: 83vh;
    margin-top: 2em;
}

h1.section-title, h2.section-title{
    font-size: 24px;
    margin-top: 1em;
    margin-bottom: 1em;
}

.featured-categories {
    margin-top: 1em;
}

/* Pages */

.page-body img, .page-body iframe, .page-body svg {
    max-width: 100%;
}

.page-builder iframe {
    max-width: 100%;
}

/* Products grid */

.product-image {
    position: relative;
    width: 100%;
}

.product-image img {
    width: 100%;
    border-radius: 4px;
}

.product-image.sold-out img {
    opacity: 0.5;
}

.product-info {
    padding-top: 20px;
    padding-bottom: 20px;
}

.product-info h3 {
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    margin-bottom: 0;
    text-transform : capitalize;
    color: #000000;
}

.product-info a:hover {
    color: #444;
    text-decoration: none;
}

.product-details .price span {
    margin-right: 5px;
}

span.price {
    color: #ee4d2d;
}

span.discount-price {
    color: #000;
    opacity: 0.54;
}

.product-info span.product-price {
    font-size: 14px;
}

span.custom-label.badge.badge-primary {
    right: 0;
    position: absolute;
    margin-top: .5em;
    margin-right: .5em;
    font-size: 10px;
    border-radius: 4px;
    padding: .5em .8em;
    font-weight: 600;
    text-transform: uppercase;
    background-color: #ee4d2d;
    color: #ffffff;
}

.sold-out-badge {
    display: table;
    position: absolute;
    border-radius: 50%;
    padding: 1em;
    margin: 0;
    color: #ffffff;
    background: #ee4d2d;
    width: 60px;
    height: 60px;
    top: 50%;
    left: 50%;
    margin-top: -30px;
    margin-left: -30px;
    font-weight: bold;
    text-align: center;
    font-size: 0.85714em;
    line-height: 1.1;
    z-index: 10;
}

.sold-out-badge p {
    font-size: 12px;
    text-align: center;
    margin: 0;
    line-height: initial;
    text-transform: uppercase;
    display: table-cell;
    vertical-align: middle;
}

/* Pagination */

.default-page {
	width: 120px;
	padding: 0.7em 0;
}

.next-page {
	width: 120px;
	padding: 0.7em 0;
}

.prev-page {
	width: 120px;
	padding: 0.7em 0;
}

/* Single product */

.product {
    padding-bottom: 5rem;
}

h2.store-name {
    text-transform: uppercase;
    margin-top: 2em;
    letter-spacing: 0.2em;
    font-size: 0.75em;
}

.product .title {
    font-size: 24px;
    font-weight: 600;
    margin-top: 1em;
    margin-bottom: .5em;
}

span.option-name {
    color: #797979;
    font-size: 14px;
    margin-bottom: 1em;
    width: 100%;
    display: block;
}

span.product-price {
    font-style: normal;
    text-transform: uppercase;
    font-size: 1.7em;
    font-weight: 700;
    display: inline-block;
}

.product-details span.product-price, .product-details span.product-price-single {
    color: #ee4d2d;
}

span.discount-price-single{
    font-size: 1.125em;
}

span.discount-price, span.discount-price-single {
    text-decoration: line-through;
}

.product .compare-price {
    display: inline;
    font-size: 19px;
    text-decoration: line-through;
}

hr.hr-separator{
    border-top: solid #eee;
    border-width: 1px 0 0 0;
    margin: 20px auto;
}

.guarantee ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.guarantee li {
    color: #797979;
    margin-bottom: .5em;
    font-size: 14px;
}

.guarantee li svg {
    margin-right: .5em;
}

/* Buttons */

.form-button .btn.btn-dark {
    background-color: #ee4d2d;
    color: #ffffff;
    border-color: #ee4d2d;
}

.form-button .btn.btn-outline-dark {
    background-color: #ffd5cc;
    color: #ee4d2d;
    border-color: #ffd5cc;
}

.form-button .btn.btn-dark:hover, .form-button .btn.btn-outline-dark:hover, .upsell-section .btn.btn-dark:hover, .upsell-section .btn.btn-dark:hover {
    opacity: 0.9;
}

.description{
    margin-top: 2em;
    text-align: left;
}

.description img {
    border-radius: 4px;
}

.description img, .description iframe {
    max-width: 100%;
}

.description p {
    font-size: 14px;
    line-height: 24px;
    color: #000000;
}

.description .table.table-bordered {
    font-size: 12px;
    color: #000000;
}

.description table th, .description table td {
    border: 1px solid #dee2e6;
    padding: .75rem;
    vertical-align: top;
}

.description table {
    border: 1px solid #dee2e6;
    max-width: 100%;
    width: 100%;
    margin-bottom: 1em;
}

.description ul {
    padding-left: 2em;
    font-size: 14px;
}

.description ol {
    padding-left: 1.7em;
    font-size: 14px;
}

.description ol li {
    padding-left: .4em;
}

.form-button.sticky {
    display: block;
}

/* Image gallery */

.image_wrapper img, .carousel-item img, .carousel-thumbnails li img {
    border-radius: 4px;
}

.carousel-thumbnails li img {
    max-width: 70px;
}

.carousel-thumbnails li:last-child {
    margin-right: 0em;
}

ol.carousel-thumbnails {
    list-style: none;
    padding: 0;
    margin: 0;
    margin-top: 1em;
    text-align: left;
}

.carousel-thumbnails li {
    padding: 0;
    display: inline-block;
    margin-right: .78em;
    cursor: pointer;
}

/* Custom radio button */

.box-radio-option {
    border: 0;
    padding-top: 0;
    position: relative;
}

.box-radio-option input {
    clip: rect(0 0 0 0);
    clip: rect(0, 0, 0, 0);
    overflow: hidden;
    position: absolute;
    height: 1px;
    width: 1px;
}

.box-radio-option input[type="radio"] {
    -webkit-appearance: radio;
    -moz-appearance: radio;
}

.box-radio-option input[type="checkbox"], .box-radio-option input[type="radio"] {
    margin: 0 10px 0 0;
    padding: 0;
    width: auto;
}

.box-radio-option input[type='radio']:checked+label {
    border-color: #ee4d2d;
    color: #ee4d2d;
}

.box-radio-option label {
    padding: .75rem;
    line-height: 1;
    margin: 0 4px 8px 0;
    font-weight: 400;
    position: relative;
    display: inline-block;
    font-size: 14px;
    font-style: normal;
    border: 1px solid #eee;
    min-width: 5rem;
    text-align: center;
    color: #222323;
    border-radius: 4px;
}

.box-radio-option label.disabled:before {
    position: absolute;
    content: "";
    left: 50%;
    top: 0;
    bottom: 0;
    border-left: 1px solid;
    border-color: #cecece;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.box-radio-option label.disabled {
    color: #cecece;
}

label[for] {
    cursor: pointer;
}

#variants_options {
    margin-bottom: 1em;
}

#variants_options .form-control {
    height: calc(2em + .75rem + 2px);
}

#variants_options label {
    padding: 0 0 0 5px;
    margin: 1.5em 0 1em 0;
    width: 100%;
    border: none;
    text-align: left;
}

/* Quantity selector */

.product-quantity-input {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.product-quantity-button {
    outline: none;
    cursor: pointer;
    border: none;
    font-size: .875rem;
    font-weight: 300;
    line-height: 1;
    letter-spacing: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: background-color .1s cubic-bezier(.4,0,.6,1);
    transition: background-color .1s cubic-bezier(.4,0,.6,1);
    border: 1px solid rgba(0,0,0,.09);
    border-radius: 2px;
    background: transparent;
    color: rgba(0,0,0,.8);
    width: 32px;
    height: 32px;
}

.product-quantity-form {
    width: 50px !important;
    height: 32px !important;
    position: unset !important;
    border-left: none;
    border-right: none;
    font-size: 16px;
    font-weight: 400;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    cursor: text;
    border-radius: 0;
    -webkit-appearance: none;
}

.product-quantity-button:first-child {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.product-quantity-button:nth-last-child(2) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.product-quantity-button:last-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.stock-quantity {
    margin-left: 1em;
    font-size: 12px;
    color: #888;
}

/* --- */

.form-button {
    margin-top: 1em;
}

.product-excerpt {
    margin-top: 1em;
}

/* Cart page */

section.cart-page {
    margin-bottom: 2em;
    min-height: 78vh;
}
.cart .table img {
    width: 50px;
}

table.cart-table.table-sm td, table.cart-table.table-sm th {
    padding: 1rem 0.3rem;
}

table.cart-table .form-group, table.cart-table {
    margin-bottom: 0;
}

.cart td input {
    width: 50px;
    text-align: right;
}

.form-control.cart-quantity-form {
    display: unset;
    margin: 0 auto;
    text-align: center;
}

a.cart-item {
    color: #000000;
}

a.cart-item:hover {
    color: #ee4d2d;
    text-decoration: underline;
}

.cart .trash {
    font-size: 16px;
}

.cart .trash:hover {
    text-decoration: none;
}

.cart-action .btn.btn-dark {
    background-color: #ee4d2d;
    color: #ffffff;
    border-color: #ee4d2d;
}

.cart-action .btn.btn-outline-dark {
    background-color: #ffd5cc;
    color: #ee4d2d;
    border-color: #ffd5cc;
}

.cart-action .btn.btn-dark:hover {
    opacity: 0.9;
}

.cart-action .continue-cart {
    margin-right: 0.5em;
}

.cart-action .checkout-cart {
    margin-top: 0.8em;
}

p.shipping-instruction {
    padding: 0 2em;
    font-size: 14px;
}

a.continue-shopping {
    font-size: 14px;
    text-decoration: underline;
    font-style: italic;
}

label.cart-extra-info {
    font-size: 13px;
    margin: 0;
}

label.cart-extra-info-mobile {
    margin-bottom: 1.5em;
}

img.cart-list-thumbs {
    max-width: 60px;
    border-radius: 4px;
    margin-right: 1.5em;
}

.btn.btn-outline-dark {
    letter-spacing: 0;
}

.btn-delete-cart {
    float: right;
    width: 100%;
    text-decoration: underline;
    font-style: italic;
    font-size: 14px;
    text-align: right;
}

.btn-checkout {
    background: #ee4d2d;
    color: #ffffff;
}

.small-feather {
    width: 16px;
    height: 16px;
    padding-bottom: 3px;
}

section.cart-page table th {
    border-bottom: 0;
}

.cart-info {
    padding: 0;
    margin-bottom: 0em;
}

/* Cart empty state */

.empty-cart-list-thumbs {
    width: 100px;
}

/* Footer */

.footer {
    font-size: 0.8rem;
    border-top: 1px solid #f1f1f1;
    background: #f5f5f5;
    padding: 2em 0;
}

.footer p {
    margin-bottom: 0;
}

p.credit {
    display: inline-block;
    margin-right: .5em;
}

p.powered {
    display: inline-block;
}

ul.payment-icons {
    list-style: none;
    margin: 0;
    padding: 0;
}

.payment-icons li {
    display: inline-block;
    margin-right: 2px;
}

/* Footer menu */

ul.footer-nav, ul.footer-sc {
    list-style: none;
    margin: 0;
    padding: 0 0 1em 0;
    text-align: center;
}

.footer-nav li, .footer-sc li {
    display: inline-block;
    margin-right: 1em;
    text-transform: uppercase;
}

.footer-nav li:last-child, .footer-sc li:last-child {
    margin-right: 0;
}

.footer-nav li a:hover {
    text-decoration: none;
}

.sc-feather {
    width: 18px;
    height: 18px;
}

/* 404 */

.huge {
    font-size: 40px;
    line-height: 40px;
    font-weight: 600;
}

/*Blinking*/
.blinking {
    animation:blinkingText 1.2s infinite;
	color:red;
}

@keyframes blinkingText {
    0%{     color: red;    }
    49%{    color: red; }
    60%{    color: transparent; }
    99%{    color: transparent;  }
    100%{   color: red;    }
}

.blinking2 {
    animation:blinkingText2 1.2s infinite;
}

@keyframes blinkingText2 {
    0%{     color: white;    }
    49%{    color: white; }
    60%{    color: transparent; }
    99%{    color: transparent;  }
    100%{   color: white;    }
}

.blinking3 {
    animation:blinkingText3 1.2s infinite;
}

@keyframes blinkingText3 {
    0%{     color: #f1c40f;    }
    49%{    color: #f1c40f; }
    60%{    color: transparent; }
    99%{    color: transparent;  }
    100%{   color: #f1c40f;    }
}
/* Whatsapp */

.whatsapp {
    display: inline-block;
    position: fixed;
    bottom: 10px;
    right: 10px;
    z-index: 9999;
}

.whatsapp-btn {
    background-color: #25d366;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 55px;
    height: 55px;
}

.whatsapp-btn svg {
    fill: #fff;
    width: 28px;
    height: 28px;
}

.whatsapp-btn:hover {
  background-color: #009839;
}

.whatsapp-btn:focus {
  background-color: #444;
  color:#fff;
}

/* Social proof */

.social-proof {
	margin-left: 1em;
	margin-bottom: 1em;
	background: #f9f9f9;
	border: 1px solid #f1f1f1;
	box-shadow: 0 0 5px 0 #f1f1f1;
	width: 270px;
	padding: 1em;
	border-radius: 4px;
	position: fixed;
	bottom: 0;
	left: 0;
}

.social-proof .box-content {
    font-size: 12px;
}

.social-proof .close-icon {
	position: absolute;
	right: 5px;
	top: 0;
	color: #444;
}

.social-proof .close-icon a {
	color: #444;
}

.social-proof a.verified-link {
	color: #6c757d;
}

.social-proof a.verified-link:hover {
	text-decoration: underline;
}

/* Mobile css */

.sticky-cta {
	display:none;
}

@media (max-width: 576px) {

    .header {
        margin-bottom: 0;
    }

    .products {
        margin-top: 0em;
    }

    .product .title {
        margin-top: 0;
    }

    h1.section-title, h2.section-title {
        margin-top: 1em;
    }

    section.home, section.product {
        margin-top: 0em;
    }

    section.home {
        margin-top: 1em;
    }

    section.related-products {
        padding: 0px 7px;
    }

    .carousel-item img, .image_wrapper img {
        border-radius: 0;
    }

    .carousel-item img {
        border-radius: 4px;
    }

    .product-details {
        padding: 20px 7px;
    }

    .product-details .price {
        padding: 0;
        background: none;
        margin-top: .5em;
    }

    .nav {
        display: none;
    }

    /* Cart */

    .cart {
        padding: 0;
		margin-top: -5px;
    }

    .cart-badge {
        top: -8px;
    }

    .cart-action .btn {
        width: 100%;
        margin-bottom: 1em;
        text-transform: uppercase;
        letter-spacing: 0.1em;
    }

    .top-menu {
        margin-bottom: 0;
    }

    .large-banner, .featured-banner {
        margin-bottom: 1em;
    }

    h2.section-title{
        margin-top: 1em;
        margin-bottom: 1em;
    }

    .product {
        padding-bottom: 0;
    }

    ol.carousel-thumbnails {
        padding: 0 22px;
    }

    .carousel-thumbnails li img {
        max-width: 50px;
    }

    .carousel-thumbnails li {
        margin-right: 1em;
    }

    .slider-wrapper{
        padding:0;
    }

    h1.title {
        margin-bottom: 0;
    }

    .product-card.flex-4, .product-card.flex-3, .product-card.flex-2 {
        flex: 1 44%;
        padding: 2%;
    }

    .checkout-padding {
        padding-bottom: 6em !important;
    }

    img.cart-list-thumbs {
        max-width: 40px;
        margin-right: 0;
    }

    .empty-cart-list-thumbs {
        width: 40px;
    }

    .btn-delete-cart {
        display: unset;
    }

    a.btn-box {
        width: 100%;
        margin-bottom: 1em;
    }

    .cart-info {
        text-align: center;
        padding: 0;
    }

    .cart-action {
        font-size: 16px;
    }

    .cart-action .continue-cart {
        margin-right: 0;
    }

    .cart-action .checkout-cart {
        margin-top: 0;
		padding: 9px 10px;
    }

	.default-checkout button.checkout-cart {
		padding: 12px 20px;
	}
	
.sticky-text {
    color: #fff;
    text-align: center;
    font-weight: 700;
    font-size: 24px;
}	
	
.sticky-subs {
    margin-top: -0.3em;
    text-align: center;
    color: #fff;
    font-style: italic;
    font-size: 14px;
}
	
.sticky-cta {
        display: unset;
        position: fixed;
        bottom: 0;
        width: 100%;
        margin-left: -25px;
        z-index: 9999;
        background: #e73a04;
        padding: 0.3em 0;
    }	
	
	
    .sticky-checkout {
        background: #fff;
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        z-index: 3;
        padding: 10px;
        border-top: 1px solid #eee;
    }

    .sticky-checkout .btn {
        margin-bottom: 0;
    }

    table.table.cart-table {
        margin-bottom: 0;
    }

    .form-control.cart-quantity-form {
        padding: 0;
        width: 50px;
        font-size: 12px;
    }

    .description {
        margin-top: 0;
    }

    .description p, .description ul, .description ol, .product-excerpt {
        font-size: 16px;
    }

    .footer {
        padding: 1em 0;
    }

    p.credit, p.powered {
        display: block;
        margin-bottom: 0;
    }

    hr.footer-hr {
        display:none;
    }

    .brd {
        border-right: 1px solid #f1f1f1;
    }

    .form-button.sticky {
        position: fixed;
        bottom: 0;
        width: 100%;
        z-index: 9999;
        padding: 0.5em;
        background: #f1f1f1;
        display: block;
		margin-top: 1em;
		margin-left: -22px;
    }

    .form-button.sticky .btn {
        padding: 0;
        border: none;
        height: 40px;
        border-radius: 0;
    }

    .form-button.sticky .btn.btn-outline-dark {
        background: #00bfa5;
        color: #ffffff;
        font-size: 10px;
        text-transform: inherit;
        letter-spacing: 0;
        padding: 5px 0;
    }

    .form-button.sticky.default {
        padding: 10px;
        border-top: 1px solid #eee;
    }

    .form-button.sticky.default .btn {
        padding: 0;
        height: 40px;
        border-radius: 4px;
        font-size: 0.8125em;
    }

    .form-button.sticky.default .btn.btn-outline-dark {
        background: #ffd5cc;
        color: #ee4d2d;
        border: 1px solid #ee4d2d;
    }

    .form-button.sticky.default .btn.btn-dark {
        background: #ee4d2d;
        color: #ffffff;
        border: 1px solid #ee4d2d;
    }

    #variants_options label {
        font-size: 16px;
    }

    #whatsapp-icon, #a2c-icon {
        display: block;
        margin: 0 auto;
        margin-bottom: 2px;
    }

    #whatsapp-icon {
        fill: #ffffff;
    }

    .whatsapp-mobile {
        margin-bottom: 2.5em;
    }

    span.product-price {
        font-size: 1.125rem;
    }

    .whatsapp-btn {
        width: 40px;
        height: 40px;
    }

    .whatsapp-btn svg {
        width: 22px;
        height: 22px;
    }

    p.option-name {
        margin-top: 3px;
        font-size: 16px;
    }

    .card.card-body.top-menu {
		border: 1px solid #f1f1f1;
        padding: 1.25rem;
        margin-top: 1em;
    }

    .navbar-nav li {
        letter-spacing: 0.1em;
        text-transform: uppercase;
    }

	.upsell-section {
        margin: 1em 0;
    }

	.prev-page {
		float: left;
		width: 49%;
	}

	.next-page {
		float: right;
		width: 49%;
	}

	/* Social proof */
	.social-proof {
		width: 100%;
		left: 0;
		bottom: 0;
		margin: 0;
		padding: 0.5em 1em;
		border-radius: 0;
		z-index: 3;
	}

	.social-proof .box-content {
		text-align: center;
	}
}

/* End of default theme settings */

/* Temporary CSS */

#u_content_button_1 a:hover { color: #FFFFFF !important; background-color: #3AAEE0 !important; } #u_content_button_2 a:hover { color: #FFFFFF !important; background-color: #3AAEE0 !important; } #u_content_button_3 a:hover { color: #FFFFFF !important; background-color: #3AAEE0 !important; }
.u-row {
  display: flex;
  flex-wrap: nowrap;
  margin-left: 0;
  margin-right: 0;
}

.u-row .u-col {
  position: relative;
  width: 100%;
  padding-right: 0;
  padding-left: 0;
}


.u-row .u-col.u-col-50 {
  flex: 0 0 50%;
  max-width: 50%;
}

.u-row .u-col.u-col-100 {
  flex: 0 0 100%;
  max-width: 100%;
}



@media (max-width: 767px) {
  .u-row:not(.no-stack) {
    flex-wrap: wrap;
  }

  .u-row:not(.no-stack) .u-col {
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }
}

.layout-mobile {
  .u-row:not(.no-stack) {
    flex-wrap: wrap;
  }

  .u-row:not(.no-stack) .u-col {
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }
}

/* End of temporary CSS */

/* Custom CSS */


/* End of custom css */

/* Insert your custom css below */

.testimonial ul.list-group.list-group-flush {
	padding-left: 0;
}

.checked {
  color: orange;
}

.thumbnailReview:hover {
    position:relative;
    top:-15px;
    left:0px;
    width:250px;
    height:auto;
    display:block;
    z-index:999;
}