/*
Theme Name: Caltheme
Theme URI: https://www.cal-webdesign.com
Template: hello-elementor
Author: Elementor Team With Cal Studio
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
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.5.0.1645162880
Updated: 2022-02-18 05:41:20

*/

body, html {
     height: 100%;
     width: 100%;
}
 body {
     font-family: 'Noto Sans', Sans-Serif;
     font-weight: normal;
     font-size: 16px;
     color: #000;
     line-height: 1.5;
}
 h1, h2, h3, h4, h5, h6 {
     font-family: 'Noto Sans', Sans-Serif;
     font-weight: 600;
     color: #E03326;
     line-height: 1.3 !important;
     text-transform: normal;
     margin-bottom: 0;
}
 h1 {
     font-size: 48px;
}
 h2 {
     font-size: 36px;
}
 h3 {
     font-size: 21px;
     margin-top: 15px;
     margin-bottom: 5px;
}
 h4 {
     font-size: 18px;
}
 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: #000;
     -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: #E03326;
}
 .text-faded {
     color: rgba(255, 255, 255, 0.9);
}
 .margin-bottom {
     margin-bottom: 30px;
}
 .no-padding {
     padding: 0;
}
 section {
     padding: 60px 0;
}
 .section-heading {
     margin-top: 0;
}
 ::-moz-selection {
     color: #fff;
     background-color: #E03326;
     text-shadow: none;
}
 ::selection {
     color: #fff;
     background-color: #E03326;
     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 .page-numbers {
     color: #000;
     padding: 15px;
     border-radius: 0px;
}
 .elementor-pagination .page-numbers:hover {
     color: #ffffff !important;
     background-color: #E03326;
}
 .elementor-pagination .page-numbers.current {
     color: #ffffff !important;
     background-color: #E03326;
     padding: 15px;
}
 .slider .elementor-slide-heading {
}
 .slider .swiper-container-horizontal > .swiper-pagination-bullets {
}
 .slider .swiper-slide-contents {
     width: 1120px;
}
 .loader {
     position: fixed;
     left: 0px;
     top: 0px;
     width: 100%;
     height: 100%;
     z-index: 9999;
     background: url('/wp-content/uploads/2022/02/loading.gif') 50% 50% no-repeat #fff;
     background-size: 50px 50px;
}
 .elementor-editor-active .loader{
     display: none;
}
 #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;
}
 .section-no-padding section {
     padding: 0 0;
}
 .no-margin-bottom.elementor-widget:not(:last-child) {
     margin-bottom: 0;
}
 .p-no-margin p {
     margin-bottom: 0px;
}
 .h3-no-margin-top h3 {
     margin-top: 0px;
}
 .elementor-upload-field, .pafe-form-builder-upload input {
     background-color: #FAF9F5;
     border: 1px solid #FAF9F5;
     border-radius: 0;
     width: 100%;
     padding: 8px 15px;
}
 .elementor-social-icons-wrapper .elementor-grid-item, .elementor-widget-share-buttons .elementor-grid-item {
     margin-right: 10px;
}
 .elementor-social-icons-wrapper .elementor-grid-item:last-child, .elementor-widget-share-buttons .elementor-grid-item:last-child {
     margin-right: 0px;
}
 @media screen and (max-width: 1024px) {
}
 @media screen and (max-width: 575px) {
}
/* Custom */
.elementor-widget-wp-widget-tag_cloud h5 {
	display: none;
}
.tagcloud a {
	font-size: 16px !important;
	background-color: #fff;
	border-radius: 10px;
	padding: 5px 10px;
	margin-bottom:5px;
	display:inline-block;
}
.tagcloud a:hover {
	color: #fff;
	background-color: #E03326;
}

#comments{
    background-color:#F4F4F4; 
	padding:20px;
	border-radius:10px;
}
#comments .title-comments {
	margin-top: 0;
}
#reply-title{
    font-size:21px;
}
#comment, #author, #email, #url{
    border-color:#ddd;
    border-radius:5px;
}
#submit{
    color:#fff;
    background-color: #E03326;
    border-color:#E03326;
    border-radius:10px;
}
#submit:hover{
    background-color: #EB5C27;
    border-color:#EB5C27;
}
.comment-form-comment label {
	margin-bottom: 10px;
}

/* 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: 10px;
    border-radius: 10px;
}
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;
	padding: 10px 20px;
    width: 100%;
    border: 1px solid #ddd;
    border-radius: 5px;    
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
input[type=search] {
	font-size: 14px;
	padding: 12px 20px;
	border: 1px solid #fff;
}
.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
    font-size: 14px;
    font-weight: 600;	
	color: #ffffff;	
    line-height: 1;
	text-decoration: none;
	text-transform: capitalize;
	padding: 12px 20px;
	margin: 0;
	display: inline-block;
    position: relative;
    left: auto;
	overflow: visible;
	background-color: #E03326;
    background-image: none;
	border: 1px solid #E03326;
	-webkit-border-radius: 10px;
    border-radius: 10px;
	box-shadow: none;
    text-shadow: none;
	cursor: pointer;
}
.woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover {
    color: #ffffff;
	text-decoration: none;
	background-color: #EB5C27;   
    background-image: none;
	border: solid 1px #EB5C27;
	opacity: 1;	
}
.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
    color: #ffffff;
	text-transform: capitalize;
	padding: 12px 20px;
	background-color: #E03326;
	border: solid 1px #E03326;
    -webkit-font-smoothing: antialiased;
}
.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover {
    color: #ffffff;
	border: solid 1px #EB5C27;
	background-color: #EB5C27;
}
[type=button], [type=submit], button, [type=submit]:focus, button:focus {   
	font-size: 14px; font-weight: 600;
    	color: #000;
    	text-align: center;
    	text-transform: capitalize;
	padding: 12px 20px;
    display: inline-block;
    background-color: #fff;
	border: 1px solid #fff;    
    -webkit-border-radius: 10px;
    border-radius: 10px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
	-webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
	white-space: nowrap;
}
[type=button]:hover, [type=submit]:hover, button:hover {
	color: #fff;
	border: solid 1px #000;
	background-color: rgba(0,0,0,0.5);
}
.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: #ffffff;
	padding: 12px 20px;
    	cursor: not-allowed;
    	opacity: .5;
}
.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, .woocommerce button.button:disabled:hover, .woocommerce button.button:disabled[disabled]:hover, .woocommerce button.button:disabled:hover, .woocommerce button.button:disabled[disabled]:hover {
    	color: #ffffff;
	border-color: #000000;
	background-color: #000000;
}
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: #fff;
    	border-radius: 5px;
}
.woocommerce-info, .woocommerce-message {
    	border-top-color: #E03326;
}
.woocommerce-info::before, .woocommerce-message::before {
    	color: #E03326;
}
.woocommerce div.product form.cart div.quantity {
	margin: 0 0 0 0;
}
.woocommerce .quantity .qty {
	text-align: center;
    	width: 100%;
}
.woocommerce table.variations td {
	padding: 10px !important;
}
.woocommerce div.product.elementor form.cart table.variations td.value select {
	padding: 10px !important;
	border-radius: 5px !important;
	position: relative !important;
	background-color: #fff !important;
}
.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: #E03326;
}
.woocommerce div.product.elementor form.cart table.variations td.value::before, .woocommerce div.product.elementor form.cart table.variations td.value select {
	font-size: 14px !important;
	height: auto !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 #ddd;
}
.woocommerce table.shop_attributes tr:first-child {
	border-top: 1px solid #ddd !important;
}
.woocommerce span.onsale {
	text-transform: capitalize;
	background-color: #E03326;
}
.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 {
    	padding: 0 1em;
	margin: 0 0;
	border: 1px solid #d3ced2;
	border-radius: 5px 5px 0 0;
	display: inline-block;
	position: relative;
    	background-color: #ebe9eb;
    	z-index: 0;
}
.woocommerce div.product.elementor ul.tabs li a {
	text-transform: capitalize;
	padding: 12px 20px !important;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text {
	border-radius: 5px;
	background-color: #fff;
}
section.related {
	padding: 0 0;
}
.related h2 {
	margin-bottom: 20px;
}
.elementor-widget-container h5 {
	margin-bottom: 10px;
}
.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] {
    color: #fff;
	background-color: #E03326 !important;
}
.woocommerce-MyAccount-navigation li {
	list-style: none;
}
.woocommerce-MyAccount-navigation li a, .woocommerce-MyAccount-navigation li a:focus {
	font-weight: 600;
	color: #ffffff;
	background-color: #E03326;
	text-transform: capitalize;
	padding: 8px 20px;
	margin-left: -20px;
	display: block;
	border: solid 1px #E03326;
	border-radius: 10px;
}
.woocommerce-MyAccount-navigation li a:hover, .woocommerce-MyAccount-navigation li.is-active a {
	color: #ffffff;
	background-color: #EB5C27;
	border: solid 1px #EB5C27;
}
.woocommerce-MyAccount-content fieldset {
	padding: 20px;
	margin-bottom: 20px;
	border-width: 1px;
	border-color: #ddd;
	border-style: solid;
}
.woocommerce-account .woocommerce-MyAccount-navigation {
    	float: left;
    	width: 100%;
}
.woocommerce-account .woocommerce-MyAccount-content {
    	float: left;
    	width: 100%;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul {
	margin-bottom: 30px;
	margin-left: 0;
}
.woocommerce-MyAccount-navigation li {
    	margin-right: 5px;
    	margin-left: 20px;
    	margin-bottom: 10px;
	display: inline-block;
	list-style: none;
}
.woocommerce-Address .edit {
	font-weight: 600;
	font-size: 14px;
	color: #ffffff;
	background-color: #E03326;
	text-transform: capitalize;
	padding: 8px 20px;
	margin-left: -20px;
	border: solid 1px #E03326;
	border-radius: 10px;
	display: block;
	margin-bottom: 10px;
}
.woocommerce-Address .edit:hover {
	color: #ffffff;
	background-color: #EB5C27;
	border: solid 1px #EB5C27;
}
#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 {
    padding: 8px 6px 8px 6px;
    margin: 0 10px 0 0;
	border: 1px solid #ddd;
	float: left;
	box-sizing: border-box;
    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 {
    line-height: 1.5;
    text-align: left;
    vertical-align: top;
	padding: 15px;
    border: 1px solid #ddd;
	border-left: 0px solid #ddd;
	border-right: 0px solid #ddd;
}
table tfoot th, table thead th, .woocommerce table.my_account_orders {
    font-size: 14px;
}
.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:#E03326 !important;
}
.elementor-element.elementor-element-b4de0d3.elementor-wc-products ul.products li.product .price ins .amount {
	color:#FD6D75 !important;
}
.woocommerce ul.products li.product .price {
	font-size: 16px;
}
ul.product-categories {
	list-style: none;
}
ul.product-categories li {
	padding: 10px 0px;
	margin-left: -20px;
	border-bottom: solid 1px #ddd;
}
.woocommerce form.login, .woocommerce form.register {
	border: 1px solid #ddd;
}
.woocommerce-error, .woocommerce-info, .woocommerce-message {
	background-color: #ffffff;
	border-bottom: 1px solid #ffffff;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-range, .woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
	background-color: #E03326;
}
.cart_totals h2 {
	display: none;
}
#customer_details {
	width: 48%;
	float: left;
}
#order_review {
	width: 48%;
	float: right;
}
#order_review_heading {
	margin-bottom: 5px;
}

.jet-cw-remove-button.jet-wishlist-item-remove-button {
	position: absolute;
	top: 22px;
	left: 22px;
	z-index: 1;
}
.jet-wishlist .jet-wishlist-item__content .jet-cw-remove-button {
	width: inherit !important;
}

@media screen and (max-width: 1024px) {
#customer_details {
	width: 100%;
	float: left;
}
#order_review {
	width: 100%;
	float: left;	
}
}
@media screen and (max-width: 767px) {
.woocommerce .woocommerce-ordering {
	width: 100%;
}
}
@media screen and (max-width: 575px) {
}

/* Custom */

a br {
    display: none;
}
