/*
Theme Name: Caltheme
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team With Cal Studio
Author URI: https://www.cal-webdesign.com
Description: A plain-vanilla &amp; lightweight theme for Elementor page builder
Tags: flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 2.1.1.1560751812
Updated: 2019-06-17 06:10:12

*/
@import url('https://fonts.googleapis.com/css?family=Poppins:400,600&display=swap');
@font-face {
	font-family: 'Conv_TrajanPro-Regular';
	src: url('fonts/TrajanPro-Regular.eot');
	src: local('☺'), url('fonts/TrajanPro-Regular.woff') format('woff'), url('fonts/TrajanPro-Regular.ttf') format('truetype'), url('fonts/TrajanPro-Regular.svg') format('svg');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Conv_ChaparralPro-Regular-400';
	src: url('fonts/ChaparralPro-Regular-400.eot');
	src: local('☺'), url('fonts/ChaparralPro-Regular-400.woff') format('woff'), url('fonts/ChaparralPro-Regular-400.ttf') format('truetype'), url('fonts/ChaparralPro-Regular-400.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
body, html {
    height: 100%;
    width: 100%;
}
body {
    font-family: 'Poppins', Sans-Serif;
	font-size: 14px;
	color: #fff;
	line-height: 1.5;
	background-color: #000;
}
h1, h2, h3, h4, h5, h6 {
    line-height: 1.3 !important;
    font-weight: normal;
    margin-bottom: 0;
    font-family: 'Conv_ChaparralPro-Regular-400', Sans-Serif;
    color: #fff;
	text-transform: uppercase;
}
h1 {
    font-size: 30px;
}
h2 {
    font-size: 27px;
}
h3 {
    font-size: 18px;
    padding-top: 0;
}
h4 {
    font-size: 16px;
}
p {
    line-height: 1.5;
    margin-bottom: 15px;
}
hr {
    max-width: 50px;
    border-color: #000000;
    border-width: 1px;
}
hr.light {
    border-color: #fff;
}
a {
    color: #fff;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
a:hover {
    text-decoration: none;
    color: #DCAA2E;
}
.text-faded {
    color: rgba(255, 255, 255, 0.9);
}
.margin-bottom {
    margin-bottom: 30px;
}
.no-padding {
    padding: 0;
}
section {
    padding: 100px 0;
}
.section-heading {
    margin-top: 0;
}
::-moz-selection {
    color: #fff;
    background-color: #DCAA2E;
    text-shadow: none;
}
::selection {
    color: #fff;
    background-color: #DCAA2E;
    text-shadow: none;
}
img::selection {
    color: #fff;
    background-color: transparent;
}
img::-moz-selection {
    color: #fff;
    background-color: transparent;
}
ul, ol {
    padding: 0;
    margin: 0 0 1.5em 1.5em;
}

.elementor-pagination {
	margin-top: 40px;
}
.elementor-pagination .page-numbers {
	color: #000;
	padding: 15px;
}
.elementor-pagination .page-numbers:hover {
	color: #ffffff;
	background-color: #000;
}
.elementor-pagination .page-numbers.current {
	color: #ffffff;
	background-color: #000;
	padding: 15px;
}

.elementor-slide-heading {
	text-shadow: 0px 0px 20px #000000;
}
.elementor-slide-heading span {
	font-family: 'Conv_TrajanPro-Regular', Sans-Serif;
	font-size: 48px;
}
.elementor-slide-description {
	text-shadow: 0px 0px 10px #000000;
}
.elementor-slide-heading img {
	display: inline-block !important;
	text-align: left;
}
.title-separator {
	width: 80px;
	height: 5px;
	background-color: #DCAA2E;
	position: absolute;
	left: 50%;
	margin-top: 20px;
	margin-left: -40px;
}

#gototop {
  opacity: 0;
  visibility: hidden;
  transition: 
    opacity .5s, visibility .5s;
  -moz-transition: opacity .5s, visibility .5s;
  -webkit-transition: opacity .5s, visibility .5s;
  -o-transition: opacity .5s, visibility .5s;
}
#gototop.show {
  opacity: 1;
  visibility: visible;
}

/* Woocommerce */
table {
	font-size: 14px;
}
.woocommerce-product-search {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.woocommerce-product-search input[type="search"] {
    padding-right: calc(40px / 3);
    padding-left: calc(40px / 3);
    margin-right: 10px;
	-webkit-border-radius: 5px;
    border-radius: 5px;
}
input[type=date], input[type=email], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text], select, textarea {
	font-size: 14px;
    width: 100%;
    border: 1px solid #666;
    border-radius: 5px;
    padding: 10px 20px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
input[type=search] {
	border: 1px solid #fff;
	padding: 15px 25px;
}
.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
    font-size: 14px;
    margin: 0;
    line-height: 1;
    cursor: pointer;
    position: relative;
    text-decoration: none;
	text-transform: uppercase;
    overflow: visible;
    padding: 12px 20px;
    font-weight: 400;
    left: auto;
    color: #fff;
    background-color: #DCAA2E;
    border: thin solid #DCAA2E;
    display: inline-block;
    background-image: none;
    box-shadow: none;
    text-shadow: none;
	-webkit-border-radius: 5px;
    border-radius: 5px;
}
.woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover {
    background-color: transparent;
    text-decoration: none;
    background-image: none;
    color: #DCAA2E;
	opacity: 1;
	border: solid thin #DCAA2E;
}
.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
    background-color: #DCAA2E;
    color: #fff;
	text-transform: uppercase;
    -webkit-font-smoothing: antialiased;
	padding: 12px 20px;
}
.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover, .woocommerce button.button:disabled:hover, .woocommerce button.button:disabled[disabled]:hover {
    background-color: #DCAA2E;
    color: #fff;
	padding: 12px 20px;
}
[type=button], [type=submit], button {
    display: inline-block;
    font-weight: 400;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #DCAA2E;
    border: 1px solid #DCAA2E;
    padding: 12px 20px;
    font-size: 16px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
	text-transform: uppercase;
}
[type=button]:hover, [type=submit]:hover, button:hover, [type=button]:focus, [type=submit]:focus, button:focus {
	color: #DCAA2E;
	border: solid 1px #DCAA2E;
	background-color: transparent;
}
.woocommerce #respond input#submit.disabled, .woocommerce #respond input#submit:disabled, .woocommerce #respond input#submit:disabled[disabled], .woocommerce a.button.disabled, .woocommerce a.button:disabled, .woocommerce a.button:disabled[disabled], .woocommerce button.button.disabled, .woocommerce button.button:disabled, .woocommerce button.button:disabled[disabled], .woocommerce input.button.disabled, .woocommerce input.button:disabled, .woocommerce input.button:disabled[disabled] {
    color: #fff;
    cursor: not-allowed;
    opacity: .5;
    padding: 12px 20px;
}
.woocommerce #respond input#submit.alt.disabled, .woocommerce #respond input#submit.alt.disabled:hover, .woocommerce #respond input#submit.alt:disabled, .woocommerce #respond input#submit.alt:disabled:hover, .woocommerce #respond input#submit.alt:disabled[disabled], .woocommerce #respond input#submit.alt:disabled[disabled]:hover, .woocommerce a.button.alt.disabled, .woocommerce a.button.alt.disabled:hover, .woocommerce a.button.alt:disabled, .woocommerce a.button.alt:disabled:hover, .woocommerce a.button.alt:disabled[disabled], .woocommerce a.button.alt:disabled[disabled]:hover, .woocommerce button.button.alt.disabled, .woocommerce button.button.alt.disabled:hover, .woocommerce button.button.alt:disabled, .woocommerce button.button.alt:disabled:hover, .woocommerce button.button.alt:disabled[disabled], .woocommerce button.button.alt:disabled[disabled]:hover, .woocommerce input.button.alt.disabled, .woocommerce input.button.alt.disabled:hover, .woocommerce input.button.alt:disabled, .woocommerce input.button.alt:disabled:hover, .woocommerce input.button.alt:disabled[disabled], .woocommerce input.button.alt:disabled[disabled]:hover {
    background-color: #DCAA2E;
    color: #fff;
}
input[type="date"], input[type="email"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], select, textarea {
	border-radius: 5px;
}
.woocommerce ul.products li.product .price ins, .woocommerce div.product p.price ins, .woocommerce div.product span.price ins {
	text-decoration: none;
}
#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment {
    background: transparent;
    border-radius: 0px;
	border: solid 1px #fff;
}
.woocommerce-info, .woocommerce-message {
	color: #fff;
	background-color: #333;
    border-top-color: #DCAA2E;
}
.woocommerce-info::before, .woocommerce-message::before {
    color: #DCAA2E;
}
.woocommerce .quantity .qty {
    width: 80px;
    text-align: center;
}
.woocommerce table.variations td {
	padding: 10px !important;
}
.woocommerce div.product.elementor form.cart table.variations td.value select {
	padding: 10px !important;
	background-color: #fff !important;
	position: relative !important;
	border-radius: 5px !important;
}
.woocommerce div.product form.cart .variations select {
}
.woocommerce div.product.elementor form.cart table.variations td.value::before {
	margin-right: 0px !important;
	width: auto !important;
}
.woocommerce-variation.single_variation {
	margin-bottom: 40px;
}
.woocommerce-variation.single_variation .woocommerce div.product p.price, .woocommerce div.product span.price {
	color: #000;
}
.woocommerce div.product.elementor form.cart table.variations td.value::before, .woocommerce div.product.elementor form.cart table.variations td.value select {
	height: auto !important;
	font-size: 14px !important;
}
form.cart table.variations td.value::before {
	background-color: transparent !important;
}
.woocommerce div.product .stock, .woocommerce div.product p.stock {
	font-size: 14px;
	color: #333;
	margin-top: 20px;
}
.woocommerce table.shop_attributes td p {
	padding: 0;
}
.woocommerce table.shop_attributes td {
	font-style: normal;
	padding: 8px;
}
.woocommerce table.shop_attributes th, .woocommerce table.shop_attributes td {
	border-bottom: 1px solid #666;
}
.woocommerce table.shop_attributes tr:first-child {
	border-top: 1px solid #666 !important;
}
.woocommerce span.onsale {
	text-transform: uppercase;
	background-color: #DCAA2E;
}
.woocommerce div.product.elementor .woocommerce-tabs .panel {
	padding: inherit !important;
	padding-top: 20px !important;
	padding-bottom: 20px !important;
}
.woocommerce-tabs h2 {
	margin-bottom: 20px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
    border: 1px solid #d3ced2;
    background-color: #ebe9eb;
    display: inline-block;
    position: relative;
    z-index: 0;
    border-radius: 4px 4px 0 0;
    margin: 0 0;
    padding: 0 1em;
}
.woocommerce div.product.elementor ul.tabs li a {
	text-transform: uppercase;
	padding: 12px 20px !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a:hover {
	
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
	
}
.woocommerce #reviews #comments ol.commentlist li .comment-text {
	background-color: #fff;
	border-radius: 5px;
}
section.related {
	padding: 0 0;
}
.related h2 {
	margin-bottom: 20px;
}
.elementor-widget-container h5 {
	margin-bottom: 10px;
	/* padding-bottom: 10px;
	border-bottom: solid 1px #ccc; */
}
.elementor-widget-container .price_slider.ui-widget {
	margin-bottom: 20px;
}
.select2-container--default .select2-results__option--highlighted[aria-selected], .select2-container--default .select2-results__option--highlighted[data-selected] {
    background-color: #DCAA2E !important;
    color: #fff;
}
.woocommerce-MyAccount-navigation li {
	list-style: none;
}
.woocommerce-MyAccount-navigation li a, .woocommerce-MyAccount-navigation li a:focus {
	text-transform: uppercase;
	padding: 10px 20px;
	margin-left: -20px;
	border: solid 1px #DCAA2E;
	display: block;
}
.woocommerce-MyAccount-navigation li a:hover, .woocommerce-MyAccount-navigation li.is-active a {
	color: #fff;
	background-color: #DCAA2E;
}
#add_payment_method table.cart td.actions .coupon .input-text, .woocommerce-cart table.cart td.actions .coupon .input-text, .woocommerce-checkout table.cart td.actions .coupon .input-text {
    float: left;
    box-sizing: border-box;
    border: 1px solid #666;
    padding: 8px 6px 8px 6px;
    margin: 0 4px 0 0;
    outline: 0;
}
.woocommerce #content table.cart td.actions .input-text, .woocommerce table.cart td.actions .input-text, .woocommerce-page #content table.cart td.actions .input-text, .woocommerce-page table.cart td.actions .input-text {
    width: 160px;
}
.woocommerce table.shop_table {
    border: 0px solid rgba(0,0,0,.1);
}
table td, table th {
    padding: 15px;
    line-height: 1.5;
    text-align: left;
    vertical-align: top;
    border: 1px solid #666;
	border-left: 0px solid #666;
	border-right: 0px solid #666;
}
.widget_product_categories h5 {
	font-size: 24px;
}
.woocommerce ul.products li.product .woocommerce-loop-product__title {
	padding: 0 0 !important;
}
.woocommerce ul.products li.product a img {
}
.elementor-element.elementor-element-b4de0d3.elementor-wc-products ul.products li.product .price del .amount {
	color:#000000 !important;
}
.elementor-element.elementor-element-b4de0d3.elementor-wc-products ul.products li.product .price ins .amount {
	color:#FD6D75 !important;
}
ul.product-categories {
	list-style: none;
}
ul.product-categories li {
	margin-left: -20px;
	padding: 10px 20px;
	border-bottom: solid 1px #eee;
}

/* Custom */
.add_to_cart_button {
	display: none !important;
}
table tbody tr:hover > td, table tbody tr:hover > th, table tbody tr > td, table tbody tr > th {
    background-color: transparent;
}
table tbody > tr:nth-child(2n+1) > td, table tbody > tr:nth-child(2n+1) > th {
    background-color: transparent;
}
.woocommerce-cart table.cart img, .elementor-menu-cart__product-image img {
	border: solid 1px #333;
}
.woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.register {
	border: solid 1px #333;
	border-radius: 0;
	box-shadow: 0 0 50px 10px #333;
	padding: 30px;
}
.woocommerce-MyAccount-content fieldset {
    padding: 30px;
	margin: 20px 0;
	border: 1px solid #fff;
}
.woocommerce-Address address {
	margin-top: 20px;
}
.select2-results__option {
	color: #000;
}
.woocommerce form .form-row input.input-text {
	color: #fff;
	background-color: #333;
	border: 1px solid #333;
}
.woocommerce .quantity .qty {
	background-color: #333;
	color: #fff;
	border: 1px solid #333;
}
#add_payment_method table.cart td.actions .coupon .input-text, .woocommerce-cart table.cart td.actions .coupon .input-text, .woocommerce-checkout table.cart td.actions .coupon .input-text {
    float: left;
    box-sizing: border-box;
    border: 1px solid #333;
    padding: 8px 6px 8px 6px;
    margin: 0 4px 0 0;
    outline: 0;
	color: #fff;
	background-color: #333;
}
.woocommerce form .form-row textarea, .select2-container .select2-selection--single .select2-selection__rendered {
	border: 1px solid #333;
	color: #fff;
	background-color: #333;
}
.select2-container--default .select2-selection--single {
    background-color: #333;
    border: 1px solid #333;
    border-radius: 5px;
}
.elementor-menu-cart__container .elementor-menu-cart__main {
	background-color: #333 !important;
}
.premium-barware {
	width: 480px;
	margin-top: 10px;
}
#sb_instagram a.sbi_photo:hover {
	opacity: 0.5 !important;
}
#gallery.instagram a.sbi_photo {
	border: solid 1px #333 !important;
}
#gallery.instagram a.sbi_photo:hover {
	opacity: 0.5 !important;
}

.elementor-flip-box__layer__title {
	text-shadow: 0px 0px 10px #000000;
}

table caption + thead tr:first-child td, table caption + thead tr:first-child th, table colgroup + thead tr:first-child td, table colgroup + thead tr:first-child th, table thead:first-child tr:first-child td, table thead:first-child tr:first-child th {
    border-top: 1px solid #666;
}
#add_payment_method .cart-collaterals .cart_totals tr td, #add_payment_method .cart-collaterals .cart_totals tr th, .woocommerce-cart .cart-collaterals .cart_totals tr td, .woocommerce-cart .cart-collaterals .cart_totals tr th, .woocommerce-checkout .cart-collaterals .cart_totals tr td, .woocommerce-checkout .cart-collaterals .cart_totals tr th {
    border-top: 1px solid #666;
}
#add_payment_method #payment ul.payment_methods, .woocommerce-cart #payment ul.payment_methods, .woocommerce-checkout #payment ul.payment_methods {
    border-bottom: 1px solid #666;
}
#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment {
	border: 1px solid #666;
}
#add_payment_method #payment div.payment_box, .woocommerce-cart #payment div.payment_box, .woocommerce-checkout #payment div.payment_box {
	background-color: #333;
	color: #fff;
}
#add_payment_method #payment div.payment_box::before, .woocommerce-cart #payment div.payment_box::before, .woocommerce-checkout #payment div.payment_box::before {
    border: 1em solid #333;
border-right-color: transparent;
border-left-color: transparent;
border-top-color: transparent;
}
.elementor-element.elementor-element-23b0ba6 .elementor-menu-cart__subtotal, .elementor-element.elementor-element-23b0ba6 .elementor-menu-cart__product {
    border-color: #666 !important;
}

.she-header-yes {
	background-color: #ffffff;
}