﻿body {
    background-color: #fff;
    font-family: 'Montserrat', sans-serif
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.js-options {
    display: block
}

.instagram-btn {
    display: none;
}

.instagram-btn img {
    width: 100%;
    display: block;
    border-radius: 4px;
    margin-bottom: 10px
}

.bg-green {
    background-color: #058605 !important;
}

.btn-whatsapp-lg {
    font-size: 14px !important;
    padding: 12px !important;
}

.embed-container {
    position: relative;
    overflow: hidden;
    height: 300px
}

.youtube-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.aspect-ratio-container.ratio-16-9 {
    padding-top: calc(9 / 16 * 100%);
}

.aspect-ratio-container {
    position: relative;
    height: 0;
    padding-top: calc(3 / 4 * 100%);
}

.aspect-ratio-item {
    position: absolute;
    left: 0;
    top: 0;
    width: 100% !important;
    height: 100% !important;
}

.font-color-theme {
    color: #d89431 !important;
}

.fixed-price-tag {
    width: 30%;
    padding-left: 15px;
    text-align: center;
    font-size: 17px;
    vertical-align: middle;
    padding-top: 9px;
    color: #000;
    font-weight: bold
}

.top-bar {
    background-color: #9d1b1b;
    color: #fff;
    padding: 15px 10px;
    text-align: center;
    font-size: 15px;
}

.top-bari {
    margin-right: 5px
}

header .logo-container {
    float: left;
    position: relative;
    width: 160px;
    height: 84px;
    margin-left: 10px
}

header .logo-container img {
    vertical-align: middle;
    max-height: 100%;
    max-width: 100%;
    width: auto;
    height: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

* {
    box-sizing: border-box;
}

.full-menu {
    width: 100%;
    background-color: #9d1b1b;
    text-align: left;
}

.full-menu a {
    display: inline-block;
    padding: 15px 7px;
    color: #fff !important;
    font-size: 15px;
    text-decoration: none !important;
    underline: none !important;
}

header .cart-container {
    float: right;
    background-color: #ddd;
    border-radius: 4px;
    margin-top: 22px;
    color: #000;
    padding: 15px 10px;
    text-align: center;
    font-weight: 500;
    font-size: 13px;
}

header .cart-container>i {
    padding-right: 5px;
    margin-right: 2px
}

.product-box {
    display: inline-block;
    flex: 0 0 50%;
    padding: 5px;
    clear:left;
}

@media only screen and (max-width: 720px) {
		.product-box {
            width: 49%;
        }

}

.product-box .inner {
    position: relative;
    background-color: #fff;
    border: #e2e6eb 1px solid;
    border-radius: 6px;
    height: auto;
    overflow: hidden;
}

.product-box .inner img {
    width: 100%;
    max-height: 350px;
}

.product-list-container a {
    text-decoration: none;
}

.product-list-container .last {
    color: gray;
}

.product-box .inner:hover {
    border: #9d1b1b 1px solid;
}

.product-box .inner>img {
    max-width: 100%;
    display: block;
    margin: 0 auto;
    height: 300px;
    width: 100%;
    padding-bottom: 0px;
    object-fit: cover;
}

.product-box h1 {
    font-size: 18px;
    font-weight: normal;
    padding: 5px 2px;
    margin-bottom: 0px;
    color: #000;
    text-align: center;
    min-height: 52px;
    max-height: 52px;
}

.product-box .price-box {
    text-align: center;
    margin-bottom: 0px;
    margin-top: 5px;
    width: 100%;
}

.product-box .price-box span {
    display: block;
}

.product-box .price-box span.last {
    text-decoration: line-through;
    font-size: 13px;
}

.product-box .price-box span.price {
    color: #9d1b1b;
    font-size: 16px;
    margin-top: -5px;
    font-weight: bold;
}

.product-box .product-btn {
    display: block;
    width: 100%;
    padding: 7px;
    background-color: #d89431;
    color: #fff;
    font-size: 12px;
    text-align: center;
    margin-top: 10px;
}

.product-box:hover .product-btn {
    background-color: #000
}

footer {
    background-color: #403c3c;
    color: #fff;
    text-align: center;
    padding: 10px;
    border-top: #ddd 1px solid;
}

footer a {
    color: #fff;
    display: inline-block;
    font-size: 11px;
    padding: 5px;
}

footer p:first-child>img {
    display: block;
    margin: 0 auto;
    margin-top: 10px;
}

.right-bar-container {
    position: fixed;
    top: 0px;
    right: 0px;
    width: 100%;
    height: 100%;
    display: none;
    background-color: hsla(0, 0%, 0%, 0.45);
}

.right-bar-container>.inner {
    position: fixed;
    top: 0;
    right: 0;
    width: 70%;
    background-color: #fff;
    border-left: #ddd 1px solid;
    height: 100%;
}

#productImages {
    margin-top: 10px;
    margin-bottom: 15px;
}

#productImages img {
    max-width: 100%;
    max-height: 550px;
    display: block;
    margin: 0px auto;
    height: 408px;
    object-fit: cover;
}

.product-info {
    padding: 10px;
    margin-top: 10px;
    border: #ddd 1px solid;
}

.product-price {
    margin-top: 14px;
}

.product-info h1 {
    font-size: 22px;
    color: #000;
}

.product-info .price-old {
    text-decoration: line-through;
    color: #d0d0d0;
    font-size: 14px;
    margin-right: 5px;
    margin-left: 6px;
}

.product-info .price {
    color: #d89431;
    font-size: 20px;
    font-weight: 500;
}

.qty-selector-input {
    font-size: 12px;
    padding-left: 16px;
    width: 100%;
    height: 43px;
}

.button-dgn:hover {
    text-decoration: none !important;
    color: #dfdfdf !important;
}

.atc-button {
    width: 100%;
    padding: 10px;
    font-size: 15px;
    background-color: #9d1b1b;
    color: #fff !important;
    display: block;
    text-align: center;
}

.fixed-atc-button {
    font-size: 16px;
    border-radius: 2px;
    text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.4);
    text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: -1px 0px 8px -2px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: -1px 0px 8px -2px rgba(0, 0, 0, 0.75);
    box-shadow: -1px 0px 8px -2px rgba(0, 0, 0, 0.75);
    transition: 1.5s;
}

.order-button {
    width: 100%;
    padding: 10.5px;
    font-size: 13px;
    background-color: #121d44;
    color: #fff !important;
    display: block;
    text-align: center;
}

.checkout-button {
    width: 250px;
    padding: 14px 0px;
    font-size: 17px;
    background-color: #2ecc71;
    color: #fff;
    display: block;
    text-align: center;
    border-radius: 4px;
    margin-top: 10px;
    float: right
}

.cancel-button {
    width: 170px;
    padding: 10px 0px;
    font-size: 16px;
    background-color: #9a0303;
    color: #fff;
    display: block;
    text-align: center;
    border-radius: 4px;
    margin-top: 10px;
    float: right;
    margin-right: 5px;
}

.product-option-container {
    z-index: 500;
    padding-bottom: 5px;
    margin-bottom: 20px;
    border-bottom: #ddd 1px solid;
}

.product-option-container .label {
    padding-bottom: 10px;
    margin-bottom: 0px;
    font-size: 15px;
}

.product-option-container .option-list a {
    color: #000;
    background-color: #fff;
    font-size: 12px;
    padding: 6px 3px;
    margin: 2px;
    border-radius: 3px;
    display: inline-block;
    margin-bottom: 5px;
    border: #47535a 1px solid;
    width: 31%;
}

.product-option-container .option-list a.selected {
    background-color: #d89431;
    color: #fff;
}

.product-option-container .option-list a1:not(.selected):before {
    font-family: FontAwesome;
    content: "\f335";
}

.product-option-container .option-list a.selected1:before {
    font-family: FontAwesome;
    content: "\f336";
}

.product-option-container .option-list a.selected:before {
    content: '✓ ';
}

.product-description {
    border: #ddd 1px solid;
    padding: 2px 10px;
    margin-bottom: 15px;
    padding-top: 15px;
    font-size: 14px;
    line-height: 21px;
    display: grid;
    border-bottom-left-radius: 0.5em;
    border-bottom-right-radius: 0.5em;
}

.product-description img {
    max-width: 100%;
}

p.product-section-header {
    background: #dfe6e9;
    width: 100%;
    margin-bottom: 0px;
    text-align: left;
    padding: 10px;
    font-weight: 600;
    font-size: 18px;
    border-top-left-radius: 0.5em;
    border-top-right-radius: 0.5em;
}

.product-description>h3 {
    font-size: 18px !important;
    margin-bottom: 6px;
    font-weight: 500
}

.cart-detail {
    border-left: #d89431 1px solid;
    border-right: #d89431 1px solid;
}

.checkout-form {
    padding: 20px;
}

.qty-selector {}

.qty-selector>ul {
    padding: 0px;
    margin: 0px;
}

.qty-selector>ul>li {
    list-style: none;
    border: #ddd 1px solid;
    padding: 10px;
    border-bottom: none;
    cursor: pointer;
    background-color: #e8e8e8;
    background-image: url(assets/empty_check.png);
    background-repeat: no-repeat;
    background-position: 3%;
    background-size: 20px;
}

.qty-selector>ul>li:last-child {
    border-bottom: #ddd 1px solid;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}

.qty-selector>ul>li:first-child {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

.qty-selector>ul>li p {
    margin: 0px;
    padding: 0px;
}

.qty-selector>ul>li .name {
    font-size: 14px;
    padding-left: 25px;
}

.qty-selector>ul>li .price {
    font-size: 14px;
    font-weight: bold;
    padding-left: 25px;
}

.qty-selector>ul>li .price span {
    font-size: 12px !important;
    padding-left: 5px;
    font-weight: bold;
}

.qty-selector>ul>li.selected {
    background-image: url(assets/checked.png);
    background-repeat: no-repeat;
    background-position: 3%;
    background-size: 21px;
    -webkit-box-shadow: inset 0px 0px 75px -5px #d89431;
    -moz-box-shadow: inset 0px 0px 75px -5px #d89431;
    box-shadow: inset 0px 0px 75px -5px #d89431;
    color: #fff;
}

.icon-form {
    position: relative;
}

.icon-form input,
.icon-form textarea,
.iconform select {
    padding-left: 36px;
}

.icon-form .form-control {
    padding-bottom: 10px;
    padding-top: 10px;
    height: auto !important
}

.icon-form .form-control::placeholder {
    font-size: 14px
}

.field-icon {
    top: 15px;
    left: 0;
    width: 42px;
    height: 42px;
    color: inherit;
    line-height: 42px;
    position: absolute;
    text-align: center;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    pointer-events: none;
    z-index: 99;
}

.form-group {
    margin-bottom: 0.5rem !important;
}

.checkout-show-order-btn {
    display: none;
}

@media only screen and (max-width:768px) {
    .fixed-atc-button {
        font-size: 4.2vw;
    }
    .fixed-price-tag {
        font-size: 4vw;
    }
    .top-bar {
        font-size: 4.2vw;
    }
    .product-info-fixed {
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        background-color: #fff;
        z-index: 500;
        padding: 10px !important;
        border-top: #ddd 2px solid;
        -webkit-box-shadow: 0px -3px 7px -2px rgba(0, 0, 0, 0.75);
        -moz-box-shadow: 0px -3px 7px -2px rgba(0, 0, 0, 0.75);
        box-shadow: 0px -3px 7px -2px rgba(0, 0, 0, 0.75);
        min-height: 79px;
    }
    .js-options {
        display: none
    }
    .full-menu {
        text-align: center !important;
    }
    .instagram-btn {
        display: block
    }
    footer {
        margin-bottom: 65px !important;
    }
    .whatsapp-ar1ea {
        display: block !important;
    }
    .search-container {
        display: none !important;
        width: 100% !important;
        margin-right: 0px !important;
        margin-bottom: 5px
    }
    .search-container input {
        margin-right: 0px !important;
        margin-top: 0px !important;
        padding: 11px !important;
        margin-bottom: 10px !important;
        width: 100% !important;
    }
    .search-container i {
        bottom: 20px !important
    }
    .cart-detail {
        display: none
    }
    .checkout-form {
        width: 100% !important;
    }
    .checkout-button {
        width: 100% !important;
        font-size: 16px !important;
        font-weight: 500;
    }
    .cancel-button {
        width: 40% !important;
        font-size: 15px !important;
    }
    .qty-selector .name {
        font-size: 16px !important;
    }
    .product-box h1 {
        font-size: 14px;
        font-weight: 500;
        text-align: center;
        margin-top: 5px;
    }
    #wh1atsapp_btn {
        display: block !important;
    }
    .checkout-show-order-btn {
        width: 100%;
        background-color: #d89431;
        color: #fff !important;
        padding: 5px;
        text-align: center;
        display: block;
        margin-top: 5px;
        margin-bottom: 20px;
        border-radius: 4px;
        text-decoration: none !important;
        font-size: 14px;
    }
    footer p:first-child>img {
        width: 100%;
    }
    #productImages img {
        margin: 0 auto;
    }
    .full-menu {
        /*margin-bottom: 7px;*/
    }
    .product-images-container>.image-list>img {
        width: calc(25% - .1em) !important;
    }
}

@media screen and (min-width:800px) {
    .product-box {
        width: 24%;
    }
    .full-menu {
        text-align: left;
    }
    .right-bar-container>.inner {
        width: 25% !important;
    }
    .qty-selector>ul>li,
    .qty-selector>ul>li.selected {
        background-position: 1.5% !important;
    }
    #productImages img {
        height: 500px;
    }
}

.category-container {
    padding: 15px;
}

.category-container a {
    display: block;
    width: 100%;
    margin: 0 auto;
    padding: 20px;
    text-decoration: none !important;
    color: #000 !important;
    font-size: 20px;
    text-align: center;
    border-bottom: #d89431 1px solid
}

.cart-container-fixed {
    position: fixed;
    top: 41px;
    right: 0px;
    z-index: 9999;
    border-radius: 0px !important;
    border-top-left-radius: 4px !important;
    border-bottom-left-radius: 4px !important;
}

.form-control::placeholder {
    font-size: 15px !important;
}

.product-section-header {
    width: 100%;
    text-align: right;
    font-size: 16px;
    color: #0d0d0d;
    padding: 2px 10px;
}

.product-info li {
    margin-bottom: 5px;
    font-size: 16px;
}

.category_name {
    padding: 10px;
    text-align: center;
}

.product-box .discount {
    display: none;
    float: right;
    margin-right: 2px;
    margin-top: 7px;
    color: red;
    padding: 2px;
    border-radius: 3px;
    border: red 1px solid;
    font-size: 10px;
}

.js-whatsapp-btn {
    display: block;
    width: 55%;
    padding: 8px;
    background-color: #0d9a0d;
    color: #fff !important;
    font-size: 12px;
    text-align: center;
    margin: 0 auto;
    border-radius: 2px;
}

#whatsapp_btn {
    position: fixed;
    right: 8px;
    bottom: 62px;
}

#whatsapp_btn>img {
    width: 70px;
}

#whatsapp_btn>svg {
    width: 60px;
    height: 60px;
    background-color: #4dc247;
    color: #fff;
    fill: #fff;
    border-radius: 37px;
    padding: 6px;
}

.product-description>div {
    margin-bottom: 5px;
}

.product-box-badge-red {
    position: absolute;
    top: 29px;
    left: -57px;
    background-color: #9d1b1b;
    color: #fff;
    padding: 5px;
    transform: rotate(-46deg);
    font-size: 10px;
    width: 200px;
    text-align: center;
    font-weight: 500;
}

.product-box-badge-green {
    position: absolute;
    top: 50px;
    left: -45px;
    background-color: #27ae60;
    color: #fff;
    padding: 5px;
    transform: rotate(-46deg);
    font-size: 10px;
    width: 200px;
    text-align: center;
    font-weight: 500;
}

.product-box:hover .product-box-badge-red {
    opacity: 1
}

.badges-container {
    margin-top: 5px;
}

.product-page-badge {
    padding: 4px 8px;
    font-size: 14px;
    border-radius: 4px;
    display: inline-block;
    margin: 3px 0px;
    margin-right: 3px;
}

.badge-red {
    background-color: #c50303;
    color: #fff;
}

.badge-theme {
    background-color: #ddd;
    color: #000;
}

.badge-green {
    background-color: #096103;
    color: #fff;
}

.badge-blue {
    background-color: #035ac5;
    color: #fff;
}

.search-container {
    position: relative;
    display: inline-block;
    float: right;
    width: 400px;
    font-size: 12px;
    margin-right: 10px
}

.search-container>input {
    display: block;
    margin: 0 auto;
    margin-top: 22px;
    border: none;
    padding: 16px;
    border-radius: 4px;
    background-color: #ddd;
    color: #000;
    width: 400px;
    font-family: 'Exo 2', FontAwesome
}

.search-container>i {
    position: absolute;
    right: 11px;
    bottom: 17px;
    font-size: 15px;
}

.search-container:hover>i {
    color: #d89431;
}

.category-description {
    padding: 10px;
    font-size: 12px;
}

#main-slider-flc {
    height: 400px;
    margin-top: 5px;
    margin-bottom: 10px;
}

@keyframes slideleft {
    to {
        width: 100%;
        position: fixed;
        font-size: 15px;
    }
}

.top-bar-fixed {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    z-index: 999;
    overflow: hidden;
}

.product-images-container {
    margin-top: 10px;
}

.product-images-container>.main-image {
    margin-bottom: 5px
}

.product-images-container>.main-image>a>img {
    max-width: 100%;
    max-height: 550px;
    display: block;
    margin: 0px auto;
    height: 408px;
    object-fit: cover;
}

.product-images-container>.image-list {
    text-align: left
}

.product-images-container>.image-list>img {
    display: inline-block;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 0;
    width: 90px;
    object-fit: cover;
    opacity: 0.45;
    margin-top: 3px;
    height: 96px;
}

.product-images-container>.image-list>img.active {
    opacity: 1;
    border: #000 1px solid;
    border-radius: 5px;
}

.top-bar img {
    display: inline-block;
    width: 20px;
    margin-right: 5px
}

footer .copyright {
    font-size: 9px;
    margin-top: 0px;
    padding: 0px
}

.embe1d-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.bordered-box {
    background-color: #FFF;
    padding-bottom: 10px;
    padding-top: 10px;
}

p.bordered-box>img,
div.bordered-box>.inner,
.bordered-box img {
    padding: 6px;
    background-color: #fff;
    border: #fff 6px solid;
    border-radius: 15px;
    width: 100%;
    display: block;
    -webkit-box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.75);
}

div.bordered-box>.inner {
    background-color: #FFF !important;
    color: #000;
    border-width: 12px !important;
    padding: 0px !important;
}