/***

Theme Name: Bota
Theme Description: A landing page theme with express checkout
Theme Author: Lutfi Azhar
Updated By: Amirul Amri
Version : 1.2.12
Last update : 06 March 2025

***/

/* Library import */

@import url(https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/4.1.0/css/bootstrap.min.css);
@import url(https://fonts.googleapis.com/css?family=Montserrat:400,600);

/* 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%;
  width: 100%;
  overflow-x: hidden;
}

/* Default theme settings */

a {
    color: #444;
}

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

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
    display: block;
    font-family: "Avant Garde",Avantgarde,"Century Gothic",CenturyGothic,"AppleGothic",sans-serif;
    font-weight: 400;
    margin: 0 0 0.5em;
    line-height: 1.4;
    text-rendering: optimizeLegibility;
}

.btn {
    font-family: "Montserrat","HelveticaNeue","Helvetica Neue",sans-serif;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    padding: 12px 20px;
    font-size: 0.8125em;
    border-radius: 0;
}

/* Empty state */

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

/* Header */

.header {
    padding: 1rem 0;
}

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

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

.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;
}

/* Announcement bar */

.announcement-bar {
    padding: 0.5em 0;
    font-size: 14px;
}

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

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

/* Top nav */

.top-menu {
    margin-top: .5em;
    margin-bottom: 1em;
}

.card.card-body.top-menu {
    border: 1px solid #eee;
    border-radius: 0;
}

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

.top-nav li {
    text-align: center;
    font-family: "Montserrat","HelveticaNeue","Helvetica Neue",sans-serif;
    font-weight: 600;
    font-style: normal;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #111;
}

.top-nav li a:hover {
    text-decoration: none;
    color: #000;
}

/* Cart icon */

.cart {
    position: relative;
}

.cart-badge {
    position: absolute;
    right: -8px;
    top: -8px;
    padding: .5em;
    color: #fff;
    background: rgba(0, 0, 0, 0.9);
    border-radius: 1000px;
    font-size: 10px;
    line-height: 10px;
    width: 20px;
    height: 20px;
    text-align: center;
    margin: 0;
}

/* Search Textbox */

#searchBox {
	border: 1px solid #f1f1f1;
}

#product-search-input {
	padding-top: 10px;
	padding-bottom: 10px;
}

.input-search-products {
	border: 0px;
	border-radius: 0px;
}

.input-search-products:focus {
    border: 0px;
	box-shadow: none;
}

/* Sections */

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

/* Products grid */

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

.product-image img {
    width: 100%;
}

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

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

.product-info h3{
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    margin-bottom: 0;
    text-transform : capitalize;
    font-family: "Montserrat","HelveticaNeue","Helvetica Neue",sans-serif;
}

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

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

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

.sold-out-badge {
    display: table;
    position: absolute;
    background: #000;
    border-radius: 50%;
    padding: 1em;
    margin: 0;
    color: #fff;
    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;
}

/* Featured product */

.express-table td, .express-table th {
    border:none;
}

.payment-icons img {
}

.product-content {
    border: 1px solid #f1f1f1;
    border-radius: 5px;
}

.product {
    padding-bottom: 1em;
}

.product-details{
    text-align: center;
}

.extra{
    text-align : center;
}

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

.product .title {
    font-size: 2.25em;
}

.product-details .price {
    margin-bottom: 1em;
}

span.product-price, span.discount-price-single {
    font-family: "Montserrat","HelveticaNeue","Helvetica Neue",sans-serif;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #222323;
    font-size: 1.125em;
    font-weight: 400;
}

.product h3 {
    font-size: 1rem;
}

.product .extra .btn {
    padding-left: 2rem;
    padding-right: 2rem;
    text-transform: uppercase;
}

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

.on-sale {
    color: #d14141 !important;
}

hr.hr-small{
    border-top: solid #1c1d1d;
    border-width: 2px 0 0 0;
    margin: 20px auto;
    width: 50px;
}

.add-to-cart-button .btn {
    font-size: 14px;
    background: #000;
    color: #fff;
}

.btn.disabled, .btn:disabled {
    background-color: #cecece !important;
    color: #fff;
    opacity: 1 !important;
}

a.btn.btn-add-to-cart.btn-block.disabled {
    color: #fff;
}

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

.description img, .description iframe {
    width: 100%;
    padding: 1em 0;
}

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

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

.product-form {
    margin-top: 1em;
    background: #f5f5f5;
    padding: 4em 0em;
    border-radius: 5px;
    border: 1px solid #f1f1f1;
}

.product-form .table thead th {
    border-bottom:1px;
}

.product-form .table {
    margin-bottom: 0;
}

/* 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;
    letter-spacing: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: inline;
    -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: white;
    color: rgba(0,0,0,.8);
    width: 10%;
    height: 47px;
}

.product-quantity-form {
    width: 27.9% !important;
    height: 47px !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 {
    font-size: 12px;
    color: #888;
}

.update-btn {
    width : 52.9% !important;
    color: #fff;
    background-color: #000;
}

/* Cart page */

section.cart-page {
    margin-bottom: 6em;
}

.cart .table img {
    width: 50px;
}

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

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

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

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

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

.btn-delete-cart {
    display: none;
    float: right;
    width: 100%;
}

.btn-checkout {
    width: 210px;
    background: #000;
    color: #fff;
}

.small-feather {
    width: 10px;
    height: 10px;
}

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

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

/* Cart empty state */

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

/* Footer */

.footer {
    font-size: 0.8rem;
}

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

p.powered {
    display: inline-block;
}

/* Footer menu */

ul.footer-nav, ul.footer-sc {
    list-style: none;
    margin: 0;
    padding: 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;
}

/* Payment icons */

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

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

.payment-icons li:last-child {
    margin-right: 0;
}

/* Mobile css */

@media (max-width: 576px) {

    .product-content {
        border: 0;
        border-radius: 0;
    }

    .payment-icons img {
        width: 100%;
    }

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

    .btn-checkout {
        width: 100%;
    }

    .top-menu {
        margin-bottom: .5em;
    }

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

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

    .product {
        padding-bottom: 0;
    }

    ol.carousel-thumbnails {
        text-align: center;
    }

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

	.carousel-thumbnails li:nth-child(4n) {
        margin-right: 1.3em;
    }

	.carousel-thumbnails li:nth-child(3n) {
        margin-right: 0;
    }

    .slider-wrapper{
        padding:0;
    }

    h1.title {
        margin-bottom: 0.5em;
        text-align: center;
    }

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

    .product-form {
        padding: 2em 1em;
    }

    .btn.btn-add-to-cart {
        width: 100% !important;
    }

    .product .price {
        text-align: center;
    }

    .extra {
        text-align: center;
    }

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

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

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

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

    .add-to-cart-button .btn.disabled, .btn:disabled {
        background-color: #f0c14b;
        color: #000;
        opacity: 1;
    }

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

    .description p{
        font-size: 16px;
    }

	.product-details {
        padding: 4em 1em;
    }

    .footer {
        padding: 1.5em 0;
    }

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

    hr.footer-hr{
        display:none;
    }

    .product-quantity-form {
        width: 57.5% !important;
	}

    .product-quantity-button {
        width: 20%;
    }

    .update-btn {
        width: 52.1% !important;
    }
}

/* End of default theme settings */

/* JSON settings */

.announcement-bar, .announcement-bar a {
    background: #000;
    color: #fff;
}

a, .custom-radio .custom-control-input:checked~.custom-control-label::before {
    color: #000;
}

a:hover, .product-info a:hover, li.nav-item a:hover {
    color: #000;
}

.btn-checkout {
    color: ;
    background-color: ;
}

.add-to-cart-button .btn {
    color: #fff;
    background-color: #000;
}

a.btn-box {
    color: #000;
    background-color: #fff;
    border: 1px solid #000;
}

body {
    color: #000;
}

/* End of JSON settings */

/* Custom CSS */


/* End of custom css */

/* Insert your custom css below */

/* 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_content_button_4 a:hover { color: #FFFFFF !important; background-color: #3AAEE0 !important; } #u_content_button_5 a:hover { color: #FFFFFF !important; background-color: #3AAEE0 !important; } #u_content_button_6 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 */

/* 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: 50px;
    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: ;
    color: ;
}

.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;
}

End of Custom Css */