/*
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: 'Poppins', Sans-Serif;
     font-weight: normal;
     font-size: 16px;
     color: #333;
     line-height: 1.5;
}
 h1, h2, h3, h4, h5, h6 {
     font-family: 'Poppins', Sans-Serif;
     font-weight: 700;
     color: #000;
     line-height: 1.3 !important;
     text-transform: capitalize;
     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: #231F20;
}
 .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: #231F20;
     text-shadow: none;
}
 ::selection {
     color: #fff;
     background-color: #231F20;
     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: 10px;
}
 .elementor-pagination .page-numbers:hover {
     color: #ffffff !important;
     background-color: #231F20;
}
 .elementor-pagination .page-numbers.current {
     color: #ffffff !important;
     background-color: #231F20;
     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;
}
 .h3-no-margin-top-bottom h3 {
     margin-top: 0px !important;
     margin-bottom: 0px !important;
     padding-top: 0 !important;
     padding-bottom: 0 !important;
}
 .elementor-upload-field, .pafe-form-builder-upload input {
     background-color: #fff;
     border: 1px solid #fff;
     border-radius: 5px;
     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;
}
/* Woocommerce */
 table {
     font-size: 16px;
}
 .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: 0px;
     border-radius: 0;
     -webkit-border-top-left-radius: 5px;
     -webkit-border-bottom-left-radius: 5px;
     -moz-border-radius-topleft: 5px;
     -moz-border-radius-bottomleft: 5px;
     border-top-left-radius: 5px;
     border-bottom-left-radius: 5px;
}
 .woocommerce-product-search [type=submit] {
     font-size: 16px;
     font-weight: 400;
     color: #fff;
     text-align: center;
     text-transform: uppercase;
     padding: 12px 20px;
     display: inline-block;
     background-color: #000;
     border: 1px solid #000;
     border-radius: 0;
     -webkit-border-top-right-radius: 5px;
     -webkit-border-bottom-right-radius: 5px;
     -moz-border-radius-topright: 5px;
     -moz-border-radius-bottomright: 5px;
     border-top-right-radius: 5px;
     border-bottom-right-radius: 5px;
     -webkit-transition: all .5s;
     -o-transition: all .5s;
     transition: all .5s;
     -webkit-user-select: none;
     -moz-user-select: none;
     -ms-user-select: none;
     user-select: none;
     white-space: nowrap;
}
 .woocommerce-product-search [type=submit]:hover, .woocommerce-product-search [type=submit]:focus {
     background-color: #333;
     border: 1px solid #333;
}
 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: 16px;
     padding: 10px 20px;
     width: 100%;
     border: 1px solid #ddd;
     border-radius: 5px;
     -webkit-transition: all .5s;
     -o-transition: all .5s;
     transition: all .5s;
}
 input[type=search] {
     font-size: 16px;
     padding: 12px 20px;
     border: 1px solid #fff;
}
 .woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
     font-size: 16px;
     font-weight: 400;
     color: #fff;
     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: #231F20;
     background-image: none;
     border: 1px solid #231F20;
     -webkit-border-radius: 100px;
     border-radius: 100px;
     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: #fff;
     text-decoration: none;
     background-color: #EE2E2C;
     background-image: none;
     border: solid 1px #EE2E2C;
     opacity: 1;
}
 .woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
     color: #fff;
     text-transform: capitalize;
     padding: 12px 20px;
     background-color: #231F20;
     border: solid 1px #231F20;
     -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: #fff;
     border: solid 1px #EE2E2C;
     background-color: #EE2E2C;
}
 [type=button], [type=submit], button, [type=submit]:focus, button:focus {
     font-size: 16px;
     font-weight: 400;
     color: #000;
     text-align: center;
     text-transform: capitalize;
     padding: 12px 20px;
     display: inline-block;
     background-color: #fff;
     border: 1px solid #fff;
     -webkit-border-radius: 100px;
     border-radius: 100px;
     -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: #fff;
     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: #fff;
     border-color: #231F20;
     background-color: #231F20;
}
 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: #231F20;
}
 .woocommerce-info::before, .woocommerce-message::before {
     color: #231F20;
}
 .woocommerce div.product form.cart {
     margin-bottom: 20px;
}
 .woocommerce div.product form.cart div.quantity {
     margin: 0 0 0 0;
}
/* Single Product */
 .woocommerce .quantity .qty {
     text-align: center;
     width: 100%;
}
 .custom-add-to-cart .variations {
     display: none;
}
 .custom-add-to-cart .quantity {
     display: inline;
}
 .custom-add-to-cart .quantity .qty {
     text-align: center;
     width: 120px;
}
 .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: #231F20;
}
 .woocommerce div.product.elementor form.cart table.variations td.value::before, .woocommerce div.product.elementor form.cart table.variations td.value select {
     font-size: 16px !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: 16px;
     color: #000;
     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: #231F20;
}
 .woocommerce div.product .woocommerce-tabs ul.tabs {
	 text-align: center;
	 padding: 0 0 0 0px;
	 margin-left: 10px;
}
 .woocommerce div.product .woocommerce-tabs ul.tabs li a {
	 color: #000 !important;
	 font-weight: normal;
     margin: 0 0;
	 margin-right: 15px;
	 border: 1px solid #000 !important;
	 border-radius: 100px !important;
}
 .woocommerce div.product .woocommerce-tabs ul.tabs li a:hover {
	 color: #fff !important;
	 border: 1px solid #231F20 !important;
	 background-color: #231F20 !important;
}
 .woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
	 color: #fff !important;
	 border-color: #231F20 !important;
	 background-color: #231F20 !important;
}
 .woocommerce-tabs .woocommerce-Tabs-panel {
     padding: inherit !important;
	 margin-top: 30px !important;
	 background-color: #fff !important;
}
 .woocommerce-tabs h2 {
	 margin-top: 0;
     margin-bottom: 0px;
	 display: none;
}
 h2.elementor-heading-title {
	 display: block;
}
 .woocommerce #reviews #comments ol.commentlist li .comment-text {
     border-radius: 5px;
     background-color: #fff;
}
 section.related, section.woocommerce-order-details, section.woocommerce-customer-details, section.addresses, section.shipping-calculator-form {
     padding: 0 0;
}
 section.woocommerce-order-details h2, section.woocommerce-customer-details h2 {
     font-size: 21px;
     margin-bottom: 5px;
}
 .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: #231F20 !important;
}
/* My Account */
 .woocommerce-MyAccount-navigation li {
     list-style: none;
}
 .woocommerce-MyAccount-navigation li a, .woocommerce-MyAccount-navigation li a:focus {
     font-weight: normal;
     color: #000;
     text-transform: capitalize;
     padding: 8px 20px;
     margin-left: -20px;
     display: block;
     border: solid 1px #000;
     border-radius: 100px;
}
 .woocommerce-MyAccount-navigation li a:hover, .woocommerce-MyAccount-navigation li.is-active a {
     color: #fff;
     background-color: #EE2E2C;
     border: solid 1px #EE2E2C;
}
 .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 {
     border: 1px solid #000;
     border-radius: 100px;
     padding: 8px 20px;
}
 .woocommerce-Address .edit:hover {
     color: #fff;
     background-color: #EE2E2C;
     border: solid 1px #EE2E2C;
}
 .woocommerce table.my_account_orders .button {
     margin-right: 10px;
}
 .logged-in .my-account-menu, .my-account-menu-logged-in {
	 display: none;
}
 .logged-in .my-account-menu-logged-in {
	 display: block;
}
 .my-account-menu-logged-in .elementor-menu-toggle i.eicon-menu-bar {
	 /* display: none; */
}
 .my-account-menu-logged-in .elementor-menu-toggle i.eicon-menu-bar:before {
	 font-family: "Font Awesome 5 Free"; 
     font-weight: 400; 
	 content: "\f2bd";
}

 #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: 16px;
}
 .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:#231F20 !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: #fff;
     border-bottom: 1px solid #fff;
}
 .woocommerce .widget_price_filter .ui-slider .ui-slider-range, .woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
     background-color: #231F20;
}
 .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;
}

.my-account-popup {
	font-size: 16px;
}
.woocommerce-form-register__submit {
	color: #fff;
	background-color: #231F20;
	padding: 8px 20px;
	border: 0;
}
.woocommerce-form-register__submit:hover {
	color: #fff;
	background-color: #EE2E2C;
	border: 0;
}
.woocommerce-form-register label {
	margin-bottom: 10px;
}

.added_to_cart {
	border: 1px solid #EE2E2C;
	padding: 12px 20px !important;
	text-transform: capitalize;
	margin-left: 10px;
	border-radius: 100px;
	line-height: 1;
}

 @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 */
