/*
Theme Name: hello-elementor Child
Theme URI:  https://netmow.com
Author:     Netmow
Author URI: https://netmow.com
Template:   hello-elementor
Version:    1.0
License:    GNU General Public License v2 or later
*/


.cat-box-area {
	padding: 80px 0;
}
.container {
	width: 1300px;
	max-width: 100%;
	margin: 0 auto;
	padding: 0 15px;
}
.cat-box-l {
	margin-bottom: 25px;
	display: flex;
	justify-content: space-between;
}
.cbl-single {
	width: calc(50% - 12px);
	height: 372px;
	background-repeat: no-repeat;
	background-position: center;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	background-size: cover;
}
.cbl-single h2 {
	font-size: 40px;
	line-height: 1.2;
	color: #fff;
	text-transform: uppercase;
	margin-bottom: 10px;
	margin-top: 0;
}
.cbl-single h3, .cbl-single h4 {
	margin: ;
	margin-top: 0;
	color: #fff;
	font-size: 20px;
	line-height: 1.2;
	margin-bottom: 10px;
}
.cat-box-s {
	display: flex;
	justify-content: space-between;
}
.cat-box-s .cbl-single {
	height: 270px;
	width: calc(33.333% - 15px);
}


.pb-add-cart {
	background-color: #420c0f;
	height: 30px;
	position: absolute;
	width: 100%;
	color: #fff;
	left: 0;
	bottom: -30px;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 12px;
	font-weight: 500;
	transition: all .3s;
}
.prouct-box-upper:hover .pb-add-cart {
	bottom: 0;
}

.section-title {
	margin-bottom: 35px;
}
.section-title h2 {
	text-align: center;
	font-size: 24px;
	line-height: 26px;
	padding-bottom: 15px;
	position: relative;
	margin: 0;
}
.section-title h2::after {
	content: '';
	width: 50px;
	height: 5px;
	background-color: #420c0f;
	position: absolute;
	left: calc(50% - 25px);
	bottom: 0;
}
.prouct-box {
	width: calc(33.333% - 10px);
}
.prouct-box {
	width: calc(33.333% - 10px);
	padding: 12px;
	border: 1px solid transparent;
	transition: all .3s;
}
.prouct-box:hover {
	border-color: #dbdbdb;
}
.prouct-box-upper {
	height: 509px;
	display: block;
	margin-bottom: 15px;
	position: relative;
	overflow: hidden;
}
.pb-image {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.pb-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.product-title {
	font-size: 20px;
	color: #000000 !important;
	font-family: "gilbert", Sans-serif;
	line-height: 1;
	margin-bottom: 1px;
	font-weight: 500;
	min-height: 52px;
	display: flex;
	align-items: center;
}
.pb-cats {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.pb-cats ul {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	padding: 0;
}
.pb-cats li {
	list-style: none;
	display: flex;
	align-items: center;
}
.pb-cats a {
	color: #545454;
	font-size: 12px;
}
.pb-bottom {
	margin-top: 10px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.pb-price {
	font-size: 16px;
	font-weight: 600;
	color: #000;
}
.pb-cats a:not(:first-child) {
	margin-left: 3px;
}



.slick-dots {
  display: flex;
  justify-content: center;
  margin: 0;
  padding: 1rem 0;
  list-style-type: none;
}
.slick-dots li {
  margin: 0 0.25rem;
}
.slick-dots button {
	display: block;
	width: 8px;
	height: 8px;
	padding: 0;
	border: none;
	border-radius: 100%;
	background-color: #c4c1c1;
	text-indent: -9999px;
}
.slick-dots li.slick-active button {
	background-color: #420c0f;
}

.pb-image-con {
	position: absolute;
	bottom: -30px;
	left: 0;
	width: 100%;
	height: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #420c0f;
	color: #fff;
	font-size: 12px;
	font-weight: 600;
	text-transform: uppercase;
	transition: all .3s;
}
.prouct-box-upper:hover .pb-image-con {
	bottom: 0;
}


.product-video-area {
	padding: 150px 0;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	position: relative;
}
.product-video-area::before {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background-color: rgba(0, 0, 0, 0.63);
}
.product-video-area .pv-row {
	position: relative;
}

.pv-row h2 {
	margin: 0;
	color: #fff;
	text-align: center;
	font-size: 40px;
	line-height: 1;
	margin-bottom: 15px;
}
.pv-row h4 {
	margin: 0;
	color: #fff;
	font-size: 22px;
	line-height: 1;
	font-weight: 400;
	text-align: center;
	margin-bottom: 20px;
}
.pv-row a {
	display: flex;
	align-items: center;
	justify-content: center;
}
.product-video-features {
	padding-top: 53px;
	padding-bottom: 40px;
	background-color: #0D0D0D;
}
.pvf-row {
	display: flex;
}
.pvf-single {
	width: 33.333%;
	padding-right: 50px;
	display: flex;
}
.pvf-single .icon {
	width: 55px;
	font-size: 35px;
	color: #fff;
}
.pvf-content {
	width: calc(100% - 55px);
}
.pvf-content h2 {
	font-size: 18px;
	line-height: 1;
	color: #fff;
	margin-top: 0;
	margin-bottom: 15px;
}
.pvf-content p {
	margin: 0;
	color: #828282;
	font-size: 13px;
	line-height: 21px;
}


.new-product-area {
	padding-top: 90px;
	padding-bottom: 95px;
}
.new-product-row {
	display: flex;
}

.featured-product-area {
	padding-bottom: 80px;
}


@media only screen and (max-width: 991px) {
	.cat-box-l {
		flex-wrap: wrap;
		margin-bottom: 0;
	}
	.cbl-single {
		width: 100%;
		margin-bottom: 20px;
		height: auto;
		padding: 60px 0;
	}
	.cat-box-s {
		flex-wrap: wrap;
	}
	.cat-box-s .cbl-single {
		width: 100%;
		height: auto;
		padding: 60px 0;
		margin-bottom: 20px;
	}
	.product-video-features {
		padding: 30px 0;
	}
	.pvf-row {
		flex-wrap: wrap;
	}
	.pvf-single {
		width: 100%;
		padding-right: 0;
		margin-bottom: 21px;
	}
	.pvf-content h2 {
		margin-bottom: 5px;
	}
	.new-product-row {
		flex-wrap: wrap;
	}
	.new-product-row .prouct-box {
		width: 100%;
		padding: 0;
		margin-bottom: 38px;
	}
	.product-title {
		min-height: auto;
	}
	.prouct-box-upper {
		height: 300px;
	}
	.prouct-box:hover {
		border-color: transparent;
	}
}



.woocommerce .woocommerce-breadcrumb {
	margin: 0;
	border-top: 1px solid #dbdbdb;
	border-bottom: 1px solid #dbdbdb;
	padding: 14px 0;
	margin-bottom: 41px;
	font-size: 14px;
	font-family: "gilbert", Sans-serif;
	margin-top: 17px;
}
.woocommerce div.product .product_title {
	font-size: 28px;
	line-height: 1;
	margin-bottom: 17px;
}
.woocommerce div.product p.price, .woocommerce div.product span.price {
	color: #000;
	font-size: 20px;
	line-height: 1;
	font-weight: 700;
	margin-bottom: 16px;
}
.woocommerce-product-details__short-description {
	font-size: 13px;
	line-height: 17px;
	margin-bottom: 33px;
}
.woocommerce-product-details__short-description p {
	margin-bottom: 4px;
}
.woocommerce-product-details__short-description {
	font-size: 13px;
	line-height: 17px;
	margin-bottom: 40px;
}

table tbody > tr:nth-child(2n+1) > td, table tbody > tr:nth-child(2n+1) > th {
	background-color: transparent!important;
}
.variations_form table td, .variations_form table th {
	text-align: left;
	padding: 5px!important;
}
.woocommerce div.product form.cart .variations label {
	font-size: 13px;
	font-weight: 400;
	text-transform: uppercase;
	font-family: "gilbert", Sans-serif;
}
th.label, td.label {
	width: 51px;
}
.woocommerce div.product form.cart .variations select {
	max-width: 141px;
	min-width: inherit;
	padding: 5px 20px 5px 3px;
	font-size: 12px;
	background-color: #fff;
	border-radius: 0;
	border-color: #dbdbdb;
	color: #545454;
}
.woocommerce .quantity .qty {
	padding: 6px 5px 6px 0;
	font-size: 13px !important;
	width: 62px;
	margin-right: 7px;
}
.woocommerce div.product form.cart .button {
	width: 169px;
	height: 33px;
	border-radius: 0;
	padding: 0;
	font-size: 14px;
	background-color: #631217;
}
.product_meta {
	font-size: 13px;
	font-family: "gilbert", Sans-serif;
	display: flex;
	flex-direction: column;
	color: #000;
	margin-bottom: 22px;
}
.product_meta > span > :first-child {
	margin-left: 10px;
	color: ;
}
.product_meta > span * {
	color: #545454 !important;
	font-family: Lato;
	font-weight: 500;
}

.woocommerce div.product div.images {
	margin-bottom: 70px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 27px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active::before, .woocommerce div.product .woocommerce-tabs ul.tabs li::before {
	display: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active::after, .woocommerce div.product .woocommerce-tabs ul.tabs li::after {
	display: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
	background-color: #fff !important;
	border: none;
	margin: 0;
	font-weight: 600;
	color: #000;
	text-transform: uppercase;
	margin: 0;
	z-index: 0 !important;
	border-radius: 0;
	font-family: "gilbert", Sans-serif;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
	color: #000;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
	border-bottom: 5px solid #000;
}
.related.products {
	margin-top: 71px;
}
.woocommerce-Tabs-panel h2 {
	font-size: 26px;
	margin: 0;
	margin-bottom: 8px;
}
.woocommerce-Tabs-panel p {
	margin: ;
	margin-bottom: 4px;
	font-size: 13px;
	line-height: 17px;
}
.woocommerce table.shop_attributes {
	margin-top: 13px;
	font-size: 13px;
}
#tab-additional_information .woocommerce-product-attributes-item__value {
	padding: 3px 10px;
	color: #000;
	font-weight: 400;
}
#tab-additional_information .woocommerce-product-attributes-item__label {
	font-family: "gilbert", Sans-serif;
	color: #000;
	font-weight: 400;
}
#commentform {
	margin-top: 12px;
}
.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
	background-color: #631217;
	color: #fff;
	border-radius: 0;
	font-size: 12px;
	padding: 9px 24px;
}
.related.products h2 {
	font-size: 32px;
}
.woocommerce ul.products li.product .star-rating {
	display: none;
}
.woocommerce ul.products li.product a img {
	width: 100%;
	height: auto;
	display: block;
	margin: 0 0 1em;
	box-shadow: none;
}
.woocommerce ul.products li.product .price {
	color: #631217;
}
.woocommerce-message {
	border-top-color: #631217;
}
.woocommerce-message::before {
	color: #631217;
}
.page-header .entry-title {
	font-size: 36px;
	margin-top: 40px;
}
.comments-area a, .page-content a {
	text-decoration: none;
}
.cart_totals h2 {
	font-size: 30px;
	line-height: 1;
}
.coupon #coupon_code {
	width: 168px !important;
}
.coupon .button {
	height: 37px;
}
.cart_totals .checkout-button.button {
	background: ;
	background-color: #631217 !important;
	font-size: 18px !important;
}
.woocommerce-info {
	border-top-color: #631217;
}
.woocommerce-info::before {
	color: #631217;
}
.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
	background-color: #631217;
}
#order_review {
	margin-bottom: 50px;
}
.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover {
	background-color: #631217;
}

/* 
.woocommerce .woocommerce-checkout .col2-set .col-1, .woocommerce-page .woocommerce-checkout .col2-set .col-1, .woocommerce-page .woocommerce-checkout .col2-set .col-2 {
	float: left;
	width: 100%;
}
.checkout.woocommerce-checkout {
	display: flex;
	flex-wrap: wrap;
	padding: 20px 0 90px 0;
}
#customer_details {
	width: 50%;
}
#order_review_heading {
	display: none;
}
#order_review {
	width: 50%;
	padding-left: 50px;
}
.woocommerce-additional-fields {
	margin-top: 31px;
}
#wc-stripe-cc-form label {
	font-size: 16px;
}
#wc-stripe-new-payment-method {
	margin-right: 3px !important;
}
.form-row.woocommerce-SavedPaymentMethods-saveNew label {
	line-height: 1.2 !important;
}
.woocommerce-checkout #payment #wc-stripe-cc-form div.form-row {
	padding: 4px 2px;
}
.woocommerce form .form-row-first, .woocommerce form .form-row-last, .woocommerce-page form .form-row-first, .woocommerce-page form .form-row-last {
	width: 50%;
}
@media only screen and (max-width: 991px) {
	#customer_details {
		width: 100%;
		margin-bottom: 40px;
	}
	#order_review {
		width: 100%;
		padding: 0;
	}
} */
#menu-menu ul ul.sub-menu {
	left: 100%;
}
#menu-menu ul .fas.fa-angle-down {
	transform: rotate(-90deg);
}





.subscriber .sub-text {
    display: none;
}
.subscriber {
    padding: 0!important;
}
input.subemail {
    width: 71%!important;
    float: left;
}
input.sub-submit {
    width: 21%!important;
    float: left;
    margin-left: 21px!important;
    border-radius: 0!important;
    background: #631217!important;
    border: none!important;
	font-size: 14px!important;
}
.substatus {
    color: #fff;
    float: left;
    margin-top: 10px!important;
}
.subscriber input.sub-submit {
	padding: 1.2rem 2.1rem!important;
}

@media only screen and (max-width: 575px){
	input.sub-submit {
    margin-top: 0!important;
}
	.subscriber input.sub-submit {
    padding: 1.16rem 0.1rem!important;
}
	input.sub-submit {
		margin-left: 8px!important;
	}
	input.sub-submit {
		width: 26%!important;
	}
}





.border-shadow .elementor-background-overlay {
    box-shadow: 0px 7px 43px rgb(145 141 141 / 30%);
    border-radius: 8px;
}
input#input_1_1 {
    outline: none;
    border-radius: 4px;
	background: #d5d5d58c;
	border:none;
	color:#000;
}

input#input_1_3 {
    outline: none;
    border-radius: 4px;
	background: #d5d5d58c;
	border:none;
	color:#000;
}

label.gfield_label {
    color: #000;
}

legend.gfield_label {
    color: #000;
}

p.gform_required_legend {
    display: none;
}
label.gfield_label {
    margin-bottom: 0!important;
}
label.gfield_label {
    margin-bottom: 0!important;
}

div#input_1_4, div#input_1_15 {
    justify-content: space-between;
}

.ginput_container_date select {
    width: 145px!important;
    background: #d5d5d58c;
    outline: none;
    border: none;
}

select#input_1_5, input#input_1_6, input#input_1_8, input#input_1_9, input#input_1_13, input#input_1_14, select#input_1_16 {
    background: #d5d5d58c;
    outline: none;
    border: none;
    border-radius: 4px;
	color:#000;
}
div#field_1_8 {
    grid-column: span 6;
}

div#field_1_9 {
    grid-column: span 6;
}
div#field_1_1, fieldset#field_1_4, div#field_1_5, div#field_1_6, div#field_1_8, div#field_1_13, fieldset#field_1_15, div#field_1_16 {
    margin-bottom: 8px;
}
input#gform_submit_button_1 {
    padding: 12px 43px;
    font-weight: 700;
    border-radius: 4px;
    outline: none;
    border: 1px solid #631217;
}
input#gform_submit_button_1:hover {
    background-color: transparent;
    color: #631217;
    border: 1px solid #631217;
}

.gfield_repeater_cell label {
    color: #000!important;
    font-weight: 700!important;
    font-size: 16px!important;
}

.gfield_repeater_cell input {
    background: #d5d5d58c;
    border: none!important;
	outline:none!important;
}
.gfield_repeater_item button.add_repeater_item, .gfield_repeater_item button.remove_repeater_item {
    background: #631217!important;
    border-radius: 4px!important;
    padding: 11px 16px;
    height: auto!important;
    color: #fff!important;
}
.gfield_repeater_cell select {
    border: none;
    background: #d5d5d58c;
	outline:none!important;
}
@media only screen and (max-width: 640px) {
	div#field_1_8 {
    grid-column: span 12;
}

div#field_1_9 {
    grid-column: span 12;
}
}

.gfield_repeater > .gfield_label {
	font-size: 30px !important;
	margin-bottom: -14px !important;
	margin-top: 15px !important;
}



/*========= login form ===========*/
/* .page-id-3589 header.page-header {
    text-align: center;
}
.page-id-3589 .ihc-login-form-wrap.ihc-login-template-11 {
    box-shadow: 0px 7px 43px rgb(145 141 141 / 30%);
    border-radius: 8px;
    padding: 30px 20px;
    margin-bottom: 80px;
    margin-top: 70px;
}
#ihc_login_form .impu-form-links-pass a, #ihc_login_form .impu-form-links-reg a {
    color: #631217;
}
#ihc_login_form input[type="submit"] {
    padding: 15px;
    margin-top: 15px;
	border: 1px solid #631217;
    border-radius: 30px;
	text-transform: uppercase;
    font-weight: 600;
}
.page-id-3589 .impu-form-line-fr input {
    outline: none;
}

.page-id-3589 .ihc-login-template-11 .impu-form-line-fr:checked, .ihc-login-template-11 .impu-form-line-fr:hover {
    box-shadow: none;
}
.page-id-3589 header.page-header h1 {
    font-size: 34px;
    color: #631217;
}
.page-id-3589 .ihc-login-template-11 .impu-form-submit input:hover {
    background-color: transparent;
    color: #631217;
    border: 1px solid #631217;
    border-radius: 30px;
}
 */


/* register form design */

#gform_fields_3 .gfield {
    margin-bottom: 12px;
}

#gform_fields_3 .gfield label {
    display: inline-block;
    font-size: 16px!important;
    font-weight: 700!important;
    padding: 0;
}

#gform_fields_3 .gfield .ginput_container input {outline: none;border-radius: 4px;background: #d5d5d58c;border: none;color: #000; width:100%;}

#gform_fields_3 .gfield .ginput_container select {
    outline: none;
    border-radius: 4px;
    background: #d5d5d58c;
    border: none;
    color: #000;
}
input#gform_next_button_3_45, input#gform_next_button_3_46 {
    padding: 12px 43px;
    font-weight: 700;
    border-radius: 4px;
    outline: none;
    border: 1px solid #631217;
    float: right;
}
input#gform_previous_button_3_46, input#gform_previous_button_3{
	padding: 12px 43px;
    font-weight: 700;
    border-radius: 4px;
    outline: none;
    border: 1px solid #631217;
}
h3.gsection_title {
    margin: 40px 0 20px;
}
@media only screen and (max-width: 640px){
	#gform_fields_3 .gfield {
    margin-bottom: 8px;
}
}




#gform_fields_3_2 .gfield {
    margin-bottom: 12px;
}

#gform_fields_3_2 .gfield label {
    display: inline-block;
    font-size: 16px!important;
    font-weight: 700!important;
    padding: 0;
}

#gform_fields_3_2 .gfield .ginput_container input {outline: none;border-radius: 4px;background: #d5d5d58c;border: none;color: #000; width:100%;}

#gform_fields_3_2 .gfield .ginput_container select {
    outline: none;
    border-radius: 4px;
    background: #d5d5d58c;
    border: none;
    color: #000;
}
input#gform_next_button_3_45 {
    padding: 12px 43px;
    font-weight: 700;
    border-radius: 4px;
    outline: none;
    border: 1px solid #631217;
    float: right;
}
h3.gsection_title {
    margin: 40px 0 20px;
}
@media only screen and (max-width: 640px){
	#gform_fields_3_2 .gfield {
    margin-bottom: 8px;
}
}




#gform_fields_3_3 .gfield {
    margin-bottom: 12px;
}

#gform_fields_3_3 .gfield label {
    display: inline-block;
    font-size: 16px!important;
    font-weight: 700!important;
    padding: 0;
	line-height: 26px;
}

.gchoice.gchoice_3_42_1:first-child {
    margin-bottom: 24px;
    margin-top: 9px;
}
input#ginput_base_price_3_66 {
    padding: 8px 11px;
}

#gform_fields_3_3 .gfield .ginput_container input {outline: none;border-radius: 4px;background: #d5d5d58c;border: none;color: #000; width:100%;}

#gform_fields_3_3 .gfield .ginput_container select {
    outline: none;
    border-radius: 4px;
    background: #d5d5d58c;
    border: none;
    color: #000;
}
input#gform_next_button_3_45 {
    padding: 12px 43px;
    font-weight: 700;
    border-radius: 4px;
    outline: none;
    border: 1px solid #631217;
    float: right;
}
h3.gsection_title {
    margin: 40px 0 20px;
}
@media only screen and (max-width: 640px){
	#gform_fields_3_3 .gfield {
    margin-bottom: 8px;
}
}

@media only screen and (max-width: 540px){
	input#gform_previous_button_3{
    padding: 8px 12px!important;
	}
	input#gform_submit_button_3{
	padding: 9px 12px!important;	
	}

}

.gchoice.gchoice_3_42_1, .gchoice.gchoice_3_42_2 {
    display: flex;
    align-items: center;
}

input#choice_3_42_1, input#choice_3_42_2 {
    width: 14px!important;
    height: 13px;
    margin-right: 20px;
}

input#gform_submit_button_3 {
    outline: none;
    padding: 15px 43px;
    border-radius: 6px;
    float: right;
}


/* for miyn form hidden in gravity form */

.page-id-3543 .miyn-widgets-footer-button-area {
    display: none!important;
}

.page-id-3543 .miyn-widgets-iframe-box-area {
    display: none!important;
}

.page-id-3543 .miyn-widget-popup-content-area {
    display: none!important;
}
#field_10_65 .gfield_description.validation_message {
	display: none;
}
.page-id-3180 .miyn-widgets-footer-button-area {
    display: none!important;
}
.page-id-3180 .miyn-widgets-iframe-box-area {
    display: none!important;
}

.page-id-3180 .miyn-widget-popup-content-area {
    display: none!important;
}


.crbn-input-area label {
	font-size: 16px;
	padding-left: 9px;
	line-height: 22px;
	margin-top: -4px;
	width: calc(100% - 14px);
}
.cus-reg-btn-row {
	display: flex;
	align-items: center;
	background-color: #6312170a;
	padding: 25px 20px;
}
.crbn-btn-area {
	width: 300px;
}
.crbn-btn-area a {
	width: 100%;
	height: 56px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #631217;
	color: #fff;
	font-size: 20px;
	font-weight: 700;
	text-transform: uppercase;
}
.crbn-btn-area a:hover {
	color: #fff;
}
.crbn-input-area {
	width: calc(100% - 300px);
	padding-right: 50px;
	display: flex;
	align-items: flex-start;
	cursor: pointer;
}
.crbn-input-area {
	width: calc(100% - 300px);
	padding-right: 50px;
	display: flex;
	align-items: flex-start;
}
.crbn-input-area #regBtn {
	width: ;
	width: 14px;
	height: 14px;
}
.crbn-btn-area .crbn-btn {
	display: none;
}
.crbn-btn-area.checked .crbn-btn {
	display: flex;
}
.crbn-btn-area.checked .crbn-btn-fake {
	display: none;
}
.crbn-btn-fake {
	opacity: .5;
	cursor: context-menu;
}
@media only screen and (max-width: 991px) {
	.cus-reg-btn-row {
		flex-wrap: wrap;
	}
	.crbn-input-area {
		width: 100%;
		padding: 0;
		margin-bottom: 19px;
	}
	.crbn-btn-area a {
		max-width: 100%;
	}
}


.header_button .jkit-menu-container ul #menu-item-5575 {
    margin-left: 13px!important;
	display: flex!important;
    align-items: center;
}

.header_button .jkit-menu-container ul #menu-item-5575 a {
	color: #fff!important;
	background-color: rgb(99, 18, 23);
    padding: 0 15px!important;
	border: 1px solid rgb(99, 18, 23);
	height: 40px!important;
}
.header_button .jkit-menu-container ul #menu-item-5575 a:hover {
    background-color: transparent;
    border: 1px solid rgb(99, 18, 23);
    color: rgb(99, 18, 23)!important;
}



.ihc-register-11 {
	margin: 0 auto;
	margin-top: 25px;
}
.iump-form-plain_text {
	margin: 0;
	font-size: 26px !important;
	font-weight: 600;
	color: #000 !important;
	padding: 0;
}
.ihc-register-col {
	width: 100%;
	max-width: 100%;
}
.ihc-checkout-page-left-side, .ihc-checkout-page-right-side {
	margin-left: 0 !important;
}
.ihc-register-11 .iump-submit-form input {
	background: none repeat scroll 0 0 rgb(99, 18, 23) !important;
}
.ihc-register-11 .iump-submit-form input:hover {
	background: none repeat scroll 0 0 rgb(99, 18, 23) !important;
}
body .ihc-checkout-page-apply, .ihc-checkout-page-apply-right button[type="submit"] {
	background: rgb(99, 18, 23) !important;
}

/* for 404 page */
.error_img {
    max-width: 440px;
    margin: 25px auto;
}

.error_content {
    text-align: center;
}

.back_button {
    text-align: center;
    margin-top: 45px;
    margin-bottom: 80px;
}

.back_button a {
    padding: 10px 30px;
    background-color: #631217;
    color: #fff;
}



/* winter-registrationform-design */

.winter-registration-form .gform_title {
  display: none;
}
#field_9_6 {
  margin-top: 15px;
}
#field_9_6 p {
  margin-bottom: -12px;
  font-weight: 400;
  font-size: 15px;
  color: #3a3a3a;
}
#gfield_description_9_11 {
  padding-top: 0 !important;
}
#field_9_18 p {
  padding-top: 25px;
  margin-bottom: 0;
}
.winter-registration-form select {
  border: 1px solid #DADADA;
  background: transparent;
  padding: 10.7px 6px !important;
  border-radius: 0;
}
#input_9_4 {
  width: 100%;
}
.winter-registration-form input {
  outline: none;
}
#input_9_12 {
  outline: none;
}
.winter-registration-form .gform_wrapper.gravity-theme .gform_page_footer input {
	padding: 9px 28px;
	font-size: 16px;
	font-weight: 600;
}
.winter-registration-form .gfield_label {
	font-size: 15px !important;
	line-height: 1.2 !important;
	margin-bottom: 7px !important;
}
.winter-registration-form .gform_wrapper .gfield_validation_message {
	padding: 0 !important;
	border: none;
	font-size: 12px !important;
	background-color: #fff;
	margin-top: 5px !important;
	line-height: 1.2 !important;
}
.winter-registration-form .gsection_title {
	line-height: 1.2 !important;
	font-size: 26px !important;
	text-transform: initial !important;
}
.winter-registration-form .gfield_checkbox label {
	font-size: 14px !important;
	line-height: 1.4 !important;
	padding-left: 4px;
}
.winter-registration-form .gfield_checkbox > .gchoice:not(:last-child) {
	margin-bottom: 9px;
}
.winter-registration-form .ginput_container_total input {
	font-size: 24px !important;
	border: none !important;
	font-weight: 700 !important;
	color: rgb(99, 18, 23) !important;
}
.winter-registration-form #field_10_59 {
	font-size: 14px;
	font-weight: 700 !important;
	color: rgb(99, 18, 23);
}
.winter-registration-form .gfield_description {
	padding-top: 5px !important;
	font-weight: 600;
	font-size: 12px !important;
	line-height: 1.3 !important;
}
@media (max-width: 641px){
	.winter-registration-form #input_10_51_2_container {
		display: block;
	}	
	.winter-registration-form #input_10_51_2_cardinfo_right {
		width: 100%;
	}
	.winter-registration-form #field_10_51 .ginput_complex label {
		line-height: 1.2 !important;
		margin-bottom: 12px;
	}
	#input_10_51_2_cardinfo_left legend {
		font-weight: 600 !important;
		color: #000 !important;
		margin-top: -17px;
		margin-bottom: 18px !important;
	}
	.winter-registration-form .gform_wrapper.gravity-theme .gform_page_footer input {
		font-size: 12px !important;
		padding: 5px 8px;
		max-width: 100%;
	}
}


/*payment*/
.check_header_4905 {
	display: none!important;
}
div.wpt-wrap.wpt-wrap input[type="checkbox"]:checked + label::after {
	top: 11px!important;
	left: 4px!important;
}
.wpt-wrap .wpt_table_tag_wrapper {
	box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px!important;
}
div.wpt-wrap.wpt-wrap input[type="checkbox"]:checked + label::before {
	background: #631217!important;
	border: #631217!important;
}
.all_check_header_footer.product-selected .button.add_to_cart_all_selected {
	background: #631217!important;
}
#table_id_4905 .wpt_product_title_in_td {
	cursor: default;
}
.wpt-wrap table.wpt-tbl tbody td:hover .wpt_product_title_in_td {
	color: var(--wpt_product_title)!important;
}
body.wpt_table_body .wpt-wrap table thead tr.wpt_table_header_row, body.wpt_table_body .wpt-wrap table thead tr.wpt_table_header_row th {
	background-color:  #631217!important;
}
body.wpt_table_body .wpt-wrap .wpt_add-request-quote-button, body.wpt_table_body .wpt-wrap .wpt_quick_view .caqv-open-modal, body.wpt_table_body .wpt-wrap table tbody tr a.button.add_to_cart_button, body.wpt_table_body .wpt-wrap table tbody tr .button.single_add_to_cart_button, body.wpt_table_body .wpt-wrap table tbody tr .button.add_to_cart_button.adding, body.wpt_table_body .wpt-wrap table tbody tr .button.add_to_cart_button.alt.wc-variation-selection-needed, body.wpt_table_body .wpt-wrap table tbody tr .button.add_to_cart_button.adding.wc-variation-selection-needed {
	background: #631217!important;
	border: #631217!important;
}
body.wpt_table_body .wpt-wrap .wpt_add-request-quote-button:hover, body.wpt_table_body .wpt-wrap .wpt_quick_view .caqv-open-modal:hover, body.wpt_table_body .wpt-wrap table tbody tr .button.add_to_cart_button:hover, body.wpt_table_body .wpt-wrap table tbody tr .button.single_add_to_cart_button:hover, body.wpt_table_body .wpt-wrap table tbody tr .button.add_to_cart_button:hover.adding, body.wpt_table_body .wpt-wrap table tbody tr .button.add_to_cart_button:hover.alt.wc-variation-selection-needed, body.wpt_table_body .wpt-wrap table tbody tr .button.add_to_cart_button:hover.adding.wc-variation-selection-needed {
	background: #631217!important;
	color: #fff!important;
	border: 1px solid #631217!important;
}
body .wpt-wrap .woocommerce-mini-cart__buttons.buttons a {
	background: #631217!important;
	border-color: #631217!important;
}
.wpt-new-footer-cart {
	background: #631217 !important;
}
.wpt-wrap div.tables_cart_message_box div.widget_shopping_cart_content li.woocommerce-mini-cart-item.mini_cart_item {
	color: #631217;
}


/* .cs-store-page .prouct-box:first-child, .cs-store-page .prouct-box:nth-child(2), .cs-store-page .prouct-box:nth-child(3), .cs-store-page .prouct-box:nth-child(4), .cs-store-page .prouct-box:nth-child(5) {
	display: none;
} */



#field_11_77 .gfield_label, #field_11_78 .gfield_label, #field_11_79 .gfield_label, #field_11_80 .gfield_label, #field_11_81 .gfield_label, #field_11_82 .gfield_label {
	font-size: 12px !important;
	line-height: 1.2 !important;
	margin-bottom: 0 !important;
	color: #918a8a;
}
#label_11_77_0, #label_11_78_0, #label_11_79_0, #label_11_80_0, #label_11_81_0, #label_11_82_0 {
	line-height: 1.2 !important;
}
#input_11_83_1_label, #input_10_65_1_label {
	font-size: 12px;
	line-height: 1.2;
	color: #918a8a;
	margin-bottom: 14px;
}

#input_10_65_5_label, #input_11_83_5_label {
	font-size: 12px;
	line-height: 1.2;
	color: #918a8a;
}

.elementor-element-774d4da .elementor-button-link {
	display: none;
}
.cen-header.sticky {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	border-bottom: 1px solid #efefef;
}
/*
     FILE ARCHIVED ON 14:00:35 Mar 30, 2024 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 08:22:56 Sep 15, 2026.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.785
  exclusion.robots: 0.11
  exclusion.robots.policy: 0.094
  esindex: 0.009
  cdx.remote: 41.459
  LoadShardBlock: 154.328 (3)
  PetaboxLoader3.resolve: 174.223 (3)
  PetaboxLoader3.datanode: 238.171 (5)
  load_resource: 316.677
  loaddict: 119.361
*/