/***

Theme Name: Solaris
Theme Description: Essential multi-purpose theme for multiple products
Theme Author: Lutfi Azhar
Version : 1.5.3

***/

/* 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%;
}

/* 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;
}

/* 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;
}

/* Sections */

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

/* Pages */

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

/* Products grid */

.products {
}

.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.custom-label.badge.badge-primary {
    right: 0;
    position: absolute;
    margin-top: .5em;
    margin-right: .5em;
    font-size: 10px;
    border-radius: 0;
    padding: .5em .8em;
    font-weight: 600;
    background-color: #000;
    text-transform: uppercase;
}

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

/* Single product */

.product {
    padding-bottom: 5rem;
}

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

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;
	display: inline-block;
}

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

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

span.product-price.after-less {
    color: red;
}

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

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

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

.btn.btn-add-to-cart-outline {
	background: transparent;
	border:1px solid #000;
	color: #000;
}

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

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

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

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

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

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

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

/* Image gallery */

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

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

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

/* Custom radio button */

.box-radio-option {
    border: 0;
    padding-top: 0;
    position: relative;
    background-color: #fff;
}

.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: #222323;
}

.box-radio-option label {
    font-family: "Montserrat","HelveticaNeue","Helvetica Neue",sans-serif;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    position: relative;
    display: inline-block;
    line-height: 1;
    padding: 9px 11px;
    margin: 3px 4px 7px 3px;
    font-size: 0.8125em;
    font-style: normal;
    background-color: #fff;
    border: 1px solid #fff;
    color: #222323;
}

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

label[for] {
    cursor: pointer;
}

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

/* Custom button */

.btn-custom-buy-now, .btn-custom-add-to-cart, .btn-custom-add-to-cart-combo {
	width: 100%;
}

.btn-custom-buy-now-combo {
	width: 100%;
	margin-bottom: 1em;
}

.btn-custom-add-to-cart.btn.disabled {
	color: #fff;
	background: #cecece;
}

/* Cart page */

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

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

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

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

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

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

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

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

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

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

.btn-checkout {
	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: 0em;
}

/* 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;
}

.checkout-padding {
    padding-bottom: 0;
}

/* 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;
}

/* Whatsapp */

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

.whatsapp-btn {
  text-decoration: none;
  color: #eee;
  display: inline-block;
  background-color: #25d366;
  font-weight: bold;
  padding: .5em 1em;
  border-radius: 4px;
  line-height: 30px;
}

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

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

/* JSON settings */

/* Master */

body {
    color: #000000;
}

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

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

/* Header */

.nav-icons {
    color: #000000 !important;
}

.cart-badge {
    color: #ffffff;
    background: #000000;
}

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

/* Buttons */

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

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

button.btn-box {
    color: #000000;
    background-color: #ffffff;
    border: 1px solid #000000;
}

.btn-custom-buy-now, .btn-custom-buy-now-combo {
    color: #ffffff;
    background-color: #000000;
    border: 1px solid #000000;
}

.btn-custom-add-to-cart-combo {
    color: #000000;
    background-color: #ffffff;
    border: 1px solid #000000;
}

.btn.btn-custom-add-to-cart {
    color: #ffffff;
    background-color: #000000;
    border: 1px solid #ffffff;
}

span.product-price.after-less {
    color: #ff0000;
}

span.custom-label.badge.badge-primary {
    background-color: #000000;
	color: #ffffff;
}

/* End of JSON settings */

/* Mobile css */

@media (max-width: 576px) {
    
    .btn-continue {
        width: 100%;
        margin-bottom: 1em;
    }
    
    .btn-checkout {
        width: 100%;
		margin-top: 1em;
    }
    
    .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%;
    }
    
    .checkout-padding {
        padding-bottom: 5em !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;
	}
    
    .btn-custom-add-to-cart .btn.disabled, .btn:disabled {
        background-color: #cecece;
        color: #fff;
        opacity: 1;
    }
	
	.cart-info {
        text-align: center;
		padding: 0;
    }
	
	.cart-action {
	    font-size: 16px;
    }
    
    .description {
        margin-top: 2em;
    }
    
    .description p, .description ul, .description ol {
        font-size: 16px;
    }

    .footer {
        padding: 1em 0;
    }

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

    hr.footer-hr {
        display:none;
    }
	
	.form-button.sticky {
        margin-top: 1em;
        position: fixed;
        bottom: 0;
        width: 100%;
        margin-left: -15px;
        z-index: 9999;
    }

    .form-button.sticky .btn-custom-buy-now-combo, .form-button.sticky .btn-custom-add-to-cart-combo {
		float: left;
	    width: 50%;
	    margin-bottom: 0em;
    }
	
	.form-button .btn-custom-buy-now-combo, .form-button .btn-custom-buy-now-combo {
		width: 100%;
		float: unset;
		margin-bottom: 1em;
    }
	
	.form-button.sticky .btn-custom-buy-now-combo {
		border-right: 0;
	}
	
	.btn-custom-add-to-cart-combo {
		border-left: 0;
	}
	
	.whatsapp-mobile {
        margin-bottom: 2.5em;
    }

}
/* End of default theme settings */

/* Insert your custom css below */