/*
Theme Name: Impreza Child
Template: Impreza
Version: 1.0
Author:	UpSolution
Theme URI: http://impreza.us-themes.com/
Author URI: http://us-themes.com/
*/

img:is([sizes="auto" i], [sizes^="auto," i]) {
	max-width: 100%;
}
body {
    font-variant-numeric: lining-nums !important;
}
.fontNumeric p{
    font-variant-numeric: lining-nums !important;
}
.left-menu-container .right-menu-item,
.right-menu-container .left-menu-item{
	display:none;
}
.sticky .logo-container {
    margin-top: 45px!important;
}
.l-header.pos_fixed:not(.notransition) .l-subheader {
    transition-duration: .0s !important;
}
.header_hor .l-header.pos_fixed~.l-main>.l-section:first-of-type>.l-section-h{
    padding-top: 0 !important;
}
.fancy-line{
	position:relative;
}
.fancy-line:before {
    content: url("/wp-content/uploads/2023/06/fancy-line.png");
    position: relative;
    right: -8px;
}
.fancy-line:after {
    content: url("/wp-content/uploads/2023/06/fancy-line.png");
    position: relative;
    left: -7px;
    transform: rotateY(180deg);
}
.bb-1 {
    border-bottom: 1px solid #fff !important;
}
.falncy-bg-left-top .l-section-img {
    background-position: -2% 15% !important;
}
.review-section .w-tabs-section-header, .review-section.w-tabs.accordion .w-tabs-section {
    padding: 0;
    border: 0 !important;
}
.review-section.w-tabs.accordion .w-tabs-section .w-tabs-section-header {
    justify-content: center;
    margin-top: 0.5rem;
    display: inline-flex;
    width: auto;
    background: transparent !important;
}
.w-tabs.accordion>div>.w-tabs-section.active .w-tabs-section-content {
    display: block;
}
.rounded i {
    border-radius: 50%;
    border: 1px solid #000;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.3rem;
    width: 30px;
    height: 30px;
    font-size: 20px;
}
.single-product table.variations td.label > label {
    display: none !important;
}
.dost-fancy .owl-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 1rem 1rem 0;
    padding: 0;
}
.dost-fancy .owl-dots .owl-dot {
    width: 100%;
}
.dost-fancy .owl-dots .owl-dot span {
    border-radius: 0;
    background: #e5e5e5;
    width: 100%;
    height: 4px;
    margin: 0;
    color: var(--color-content-primary);
    box-shadow: none;
}
body .owl-dot.active span {
    background: #374459 !important;
}
.img-fit img {
    max-width: 65px;
    max-height: 56px;
}
.fancy-img {
    position: relative;
}
.fancy-img:before {
    content: '';
    position: absolute;
	top:0;
	left:0;
    width: 60%;
    height: 100%;
    z-index: 0;
    background: #374459;
}
.fancy-img.pink:before {
    background: #efcdce;
}
.fancy-img.right:before {
	left:auto;
	right:0;
}
.fancy-img .w-image-h {
    padding: 2.5vmax 0 2.5vmax 2.5vmax;
    position: relative;
}
.fancy-img img{
    width: 100%;
}
.g-breadcrumbs li:last-child {
    color: #b4975e;
    border-bottom: 1px solid #b4975e;
}

.review-link .wpb_wrapper {
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    margin-top: 1rem;
	color:var(--color-header-middle-text-hover);
}
.review-link .wpb_wrapper .w-testimonial-rating {
    width: 6em;
    margin-right: 0.3rem;
}
.review-link .wpb_wrappe a{
    font-size: 14px;
    line-height: 1.3;
}
body .rmp-widgets-container.rmp-wp-plugin.rmp-main-container {
    text-align: left;
    margin: 0;
}
body .rmp-widgets-container.rmp-wp-plugin.rmp-main-container .rmp-heading,
body .rmp-rating-widget__results.js-rmp-results,
body .rmp-rating-widget__not-rated,
body .rmp-rating-widget__msg js-rmp-msg{
    display: none;
}
body .rmp-rating-widget .rmp-icon--ratings {
    font-size: 20px;
}
body .rmp-rating-widget .rmp-icon--full-highlight {
    color: #efcdce;
}
body .rmp-icon--ratings {
    color: #d1d1d1;
}
.price> del {
    font-size: 26px;
    line-height: 1.3;
    color: rgb(0 0 0 / 79%);
    margin-left: .8rem;
    font-style: italic;
}
.price> del{
    font-size: 26px;
    line-height: 1.3;
    color: #000;
}
.price> ins  {
    color:#b4975e!important;
}
.good_to_know .w-post-elm-before {
    font-weight: 600;
}
/*.variations th.label {
    display: none !important;
}*/
.variations> tbody {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding-right: 1.5rem;
    flex-wrap: wrap;
}
.variations tr:first-child th.label {
    display: block !important;
    font-size: 16px;
    line-height: 1.3;
    font-weight: 400;
}
.variations tr th.label label {
    padding: 0 !important;
    font-size: 16px;
    min-width: 95px;
    font-weight: 700;
}
/*.variations> tbody tr:first-child {*/
.variations> tbody tr{
    flex: 0 0 100%;
    max-width: 100%;
    display: flex;
    align-items: center;
}
.variations> tbody tr {
    width: 100%;
    /* max-width: 211px; */
    flex: 0 0 100%;
    margin-right: .8rem;
}
/*.variations> tbody tr td.value {
    width: 100%;
    display: flex;
}*/
.variations> tbody tr td.value .woocommerce-select {
    width: 100%;
    margin-right: .5rem;
}
.variations> tbody tr:last-child td.value .woocommerce-select {
    margin-right:0;
}
body.woocommerce .quantity input.qty {
    width: 2.5em;
    box-sizing: content-box;
    height: 39.97px;
    padding-right: 0;
    min-width: 50px;
    margin-right: .5rem;
}
body .woocommerce-product-gallery li img.flex-active {
    border: 1px solid #f6f6f6;
}
.woocommerce-product-gallery ol>li img{
    background: #f6f6f6;
}
.woocommerce-product-gallery .flex-viewport {
    background: #f6f6f6;
}
.woocommerce-product-gallery img {
    background: #f6f6f6;
	width: 100%;
}
body.woocommerce .cart .reset_variations {
    line-height: 40px;
}
.sale-badge{
    display: flex;
    background: #efcdce;
    width: 56px;
    height: 56px;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    line-height: 1.3;
    text-align: center;
    padding: .1rem;
    border-radius: 50%;
    color: #000;
    font-weight: 700;
    flex-direction: column;
}
.sale-badge span {
    font-size: 12px;
    display: block;
    line-height: 1;
}
.widget-woof .widgettitle {
    font-size: 15px;
    font-weight: 600;
    color: #fff;
    font-family: 'Manrope';
    background: #343b52;
    padding: .89rem 1.5rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}
.removed-wishlist-title a.add_to_wishlist span,
.removed-wishlist-title .yith-wcwl-wishlistexistsbrowse a{
    display: none;
}
.removed-wishlist-title .yith-wcwl-add-to-wishlist .feedback {
    font-size:0;
	visibility:hidden;
}
.yith-wcwl-add-to-wishlist .feedback i{
    font-size:18px;
	visibility:visible;
}
 .yith-wcwl-add-button>a i {
    margin-right:0px;
}
.exists.wishlist-fragment .yith-wcwl-add-button>a i,
.yith-wcwl-add-to-wishlist .feedback .yith-wcwl-icon{
    color: #e96a97;
    font-weight: 700;
}
.product-thumb .sale-badge {
    width: 50px;
    height: 50px;
    font-size: 14px;
}
.product-thumb .sale-badge span {
    font-size: 10px;
}
.product-thumb  .product_field.price> del {
    font-size: 16px;
    line-height: 1.3;
    color: #000;
    margin-left: .8rem;
}
.product-thumb .rmp-widgets-container.rmp-wp-plugin.rmp-main-container .rmp-rating-widget__icons {
    margin: 0;
}
body .product-thumb  .woocommerce.usg_add_to_cart_1 .button, .wishlist_table .product-add-to-cart a {
    color: var(--color-content-heading) !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    text-transform: capitalize !important;
    font-family: 'Manrope' !important;
    padding: 0.5rem .45rem !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    line-height: 13px !important;
    background: #f1f1f1 !important;
    border: 1px solid #f1f1f1 !important;
    width: 100%;
	margin-right: 0.3rem;
}
body .product-thumb .woocommerce.usg_add_to_cart_1 a.button:hover,
body .product-thumb .woocommerce.usg_add_to_cart_1 a.button:focus,
.wishlist_table .product-add-to-cart a:hover,
.wishlist_table .product-add-to-cart a:focus{
    background: #efcdce !important;
    border: 1px solid #efcdce !important;
	color: var(--color-content-heading) !important;
}
body .button.yith-wcqv-button {
    color:#fff !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    text-transform: capitalize !important;
    font-family: 'Manrope' !important;
    padding: 0.5rem .45rem !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    line-height: 13px !important;
    background: #e96a97 !important;
    border: 1px solid #e96a97 !important;
    width: 100%;
    margin-left: 0.3rem;
}
body .button.yith-wcqv-button:hover,
body .button.yith-wcqv-button:focus{
    background: #343b52 !important;
    border: 1px solid #343b52 !important;
}
body .dgwt-wcas-sf-wrapp button.dgwt-wcas-search-submit {
    padding: 0 15px !important;
}
body table.wishlist_table {
    width: 100% !important;
}
body .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input {
    height: 40px;
    font-size: 14px;
    padding: 10px 15px;
    border: 0;
    margin: 0;
    background: rgb(255 255 255 / 66%);
    border-radius: 5px;
    -webkit-border-radius: 5px;
    box-shadow: 2px 7px 10px -5px rgb(0 0 0 / 12%);
}
body .dgwt-wcas-search-wrapp .dgwt-wcas-sf-wrapp .dgwt-wcas-search-submit::before {
    border: 0;
}
body .dgwt-wcas-search-wrapp {
    max-width: 20vmax;
    min-width: 20vmax;
}
.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).selected {
    -webkit-box-shadow: var(--wvs-selected-item-box-shadow,0 0 0 2px #f97a7e);
    box-shadow: var(--wvs-selected-item-box-shadow,0 0 0 2px #f97a7e);
}
.wishlist-items-wrapper .g-preloader  {
    display: none;
}
body table.wishlist_table thead th {
    border-top: 1px solid;
    padding: 10px !important;
    text-align: center !important;
}
body .wishlist_table .product-add-to-cart a.button {
    padding: 0.5rem .45rem !important;
}
body .wishlist_table tr td.product-remove {
    vertical-align: middle;
}
.product-metas .w-post-elm-before{
    font-weight: bold;
}
.widget.widget-woof{
    background: #fcf4f4;
}
body .woof_redraw_zone {
    background: #fcf4f4;
    padding: 0 1.5rem 1.5rem;
}
body .woof_redraw_zone label.woof_section_tab_label {
    display: block;
    padding: 0;
    margin-right: 0;
    cursor: pointer;
    background: #fcf4f4;
    border: 0;
    margin-bottom: .5rem;
    transition: background ease 0.2s;
    width: 100%;
    float: left;
    font-size: 15px;
    font-weight: 700 !important;
    color: #000 !important;
    text-transform: uppercase;
    margin-top: .5rem;
}
body .woof_container_inner h4 {
    font-size: 15px;
    font-weight: 700 !important;
    color: #000 !important;
    text-transform: uppercase;
    font-family: 'Manrope';
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0;
}
body .woof_redraw_zone label.woof_section_tab_label:first-child{
    margin-top: 0;
}
body .woof_redraw_zone .woof_section_tab {
    background: #fcf4f4;
    border-bottom: 1px solid rgb(0 0 0 / 22%);
    opacity: 1;
    padding: 0;
}
body .woof_container {
    border-bottom: 1px solid rgb(0 0 0 / 22%);
	padding-bottom: 1rem;
    margin-bottom: 1rem;
}
body .icheckbox_square-aero.disabled {
    background-color: transparent;
}
body .woof_submit_search_form_container {
    margin: 1rem 0 0;
}
body .woof_list label{
    font-size: 15px;
    font-weight: 500;
    color: #000;
}
body .icheckbox_square-aero, .iradio_square-aero {
    background-color: #fff;
}
body label.woof_section_tab_label span,
body a.woof_front_toggle{
    font-size: 0;
}
label.woof_section_tab_label span:before,
a.woof_front_toggle:before{
    content: '\f0d7';
    font-family: fontawesome;
    font-weight: 700;
	color:#000;
    font-size: 20px;
    vertical-align: top;
	display: block;
}
body .woof_redraw_zone input[name="woof_section_tabs"]:checked + label.woof_section_tab_label span,
body a.woof_front_toggle.woof_front_toggle_opened:before{
    transform: rotate(180deg);
}
body .woocommerce .product_meta>span {
    padding-right: 0;
}
body .irs--round .irs-bar {
    background-color: #efcdce;
}
body .irs--round .irs-handle {
    top: 30px;
    width: 16px;
    height: 16px;
    border: 2px solid #374459;
    background-color: #efcdce;
    border-radius: 24px;
    box-shadow: 0 1px 3px rgba(0, 0, 255, 0.3);
}
body .irs--round .irs-from, 
body .irs--round .irs-to, 
body .irs--round .irs-single {
    background-color: #efcdce;
    color: #000;
}
body .irs--round .irs-from:before, 
body .irs--round .irs-to:before, 
body .irs--round .irs-single:before {
    border-top-color: #efcdce;
}
body .irs--round.irs-with-grid {
    margin-top: .8rem;
    margin-bottom: .5rem;
}
#taxonomy-metal_type.manage-column {
    width: 80px;
}
/*li.ubermenu-item.ubermenu-tabs .ubermenu-item.ubermenu-item-view-all {
	display:none;
}*/
#customer_login h2 {
    display: none;
}
#customer_login h3{
    font-size: 30px;
    margin-bottom: .5rem;
    line-height: 1;
}
#customer_login p{
    font-size: 16px;
    line-height: 1.3;
}
.woocommerce-form-login, .woocommerce-form-register {
    min-height: 500px;
}
#customer_login label, #customer_login .form-row label {
    font-size: 14px;
}
.woo-variation-swatches .wvs-style-rounded.variable-items-wrapper .variable-item:not(.radio-variable-item) .variable-item-span, .woo-variation-swatches .wvs-style-rounded.variable-items-wrapper .variable-item:not(.radio-variable-item) img {
    font-size: 12px;
    font-weight: 700;
}
.product_field.attributes .w-post-elm-before{
    padding: 0 !important;
    font-size: 16px;
    min-width: 50px;
    font-weight: 700;
}
body .w-post-elm.attributes:not(.display_table) .woocommerce-product-attributes-item__value {
    font-weight: 300;
    font-size: 16px;
    line-height: 1.3;
}
.product_field.attributes .woocommerce-product-attributes-item__value{
    pointer-events: none;
}
.hide-list-of-comments .woocommerce-Reviews #comments {
    display: none;
}
.hide-list-of-comments .comment-respond {
    padding: 0;
    margin-top: 1rem;
    margin-bottom: 1rem;
	box-shadow: none;
}
.review-section .w-tabs-section-content {
    padding: 0 !important;
}
.review-section .w-tabs-section-header,
.review-section.w-tabs.accordion .w-tabs-section{
    padding: 0;
    border: 0 !important;
}
.review-section.w-tabs.accordion .w-tabs-section .w-tabs-section-header {
    justify-content: center;
    margin-top: 0.5rem;
    display: inline-flex;
    width: auto;
    background: transparent !important;
}

.review-section .w-tabs-section-header .w-tabs-section-control {
    margin-left: 0 !important;
}
body .star-rating:before {
    color: #d1d1d1;
}
body .star-rating span:before {
    color:#b4975e;
}
.woocommerce-checkout #order_review,
.woocommerce .cart_totals{
    background: #e5e5e55e;
}
.woocommerce .actions .coupon .input-text {
    min-height: 46.77px;
}
.cart_item .product-thumbnail a img{
	border:1px solid #e5e5e5;
}
.woocommerce td, .woocommerce th {
    color: #000;
}
.wpcf7 .g-cols.via_grid {
    grid-gap: 1rem;
}
.wpcf7-form .g-cols.wpb_row {
    margin-bottom: .5rem;
}
.wpcf7-form .g-cols.wpb_row .g-cols.wpb_row{
    margin-bottom:0;
}
.wpcf7-form input:not([type="submit"]), .wpcf7-form textarea, .wpcf7-form select {
    margin-top: 0;
}
.wpcf7-form-control.wpcf7-submit {
    margin-top: 1rem;
}
.wpcf7-spinner {
    position: absolute;
    width: 100%;
    left: 0;
    height: 100%;
    top: 0;
    margin: 0 !important;
	border-radius:0;
	text-align:center;
}
.woocommerce-product-attributes-item__value {
    font-size: 20px;
    line-height: 1.3;
    font-weight: 500;
    color: #000;
}
body .w-tabs-section {
    border-color: rgb(15 90 112 / 20%);
}
body .w-tabs.accordion .w-tabs-section-header {
    padding: 1em 0;
    font-size: 18px !important;
    color: #000 !important;
    font-weight: 500;
}
body .w-tabs.accordion>div>div>.w-tabs-section-content {
    padding: 0 0 1.5rem;
}
.no-touch .w-tabs-section-header:hover, 
.no-touch .w-tabs-section-header:focus {
    background:transparent;
	color:#b4975e !important;
}
.no-touch .w-tabs-section-header:hover .w-tabs-section-title,
.no-touch .w-tabs-section-header:focus .w-tabs-section-title,
.no-touch .w-tabs-section-header:hover .w-tabs-section-control,
.no-touch .w-tabs-section-header:focus .w-tabs-section-control{
	color:#b4975e !important;
}
.vegnon-veg_badge .w-post-elm-value img {
    background: #fff;
}
.items-center .owl-stage {
    margin: 0 auto;
}
.nutritional_information {
    max-width: 700px;
    margin: 0 auto;
}
.nutritional_information table tbody {
    background: #fff;
}
.nutritional_information table tr th {
    text-align: center;
    font-size: 16px;
    line-height: 1.3;
    font-weight: 600;
    color: #fff;
    background: #b4975e;
    vertical-align: middle;
    padding: .5rem 1rem;
}
.nutritional_information table tr td {
    font-size: 14px;
    line-height: 1.3;
    font-weight: 400;
    color: #000;
    text-align: center;
    padding: 0.3rem .5rem;
}
.nutritional_information table { border: none; border-collapse: collapse; }
.nutritional_information table td,
.nutritional_information table th{
    border-left: 1px solid rgb(0 0 0 / 10%);
    border-bottom: 0;
}
.nutritional_information table td:first-child,
.nutritional_information table th:first-child{ 
	border-left: none; 
}
.nutritional_information table tr:nth-child(even) {background-color: #f9f9f9;}
.woocommerce-form-login, .woocommerce-form-register, .woocommerce-form-coupon, .woocommerce .track_order, .woocommerce .lost_reset_password {
    padding: min(1.5rem,10%);
}
body.woocommerce .shop_table td .button {
    font-size: 16px;
    margin-left: .3em;
    font-weight: 700;
}
body .woocommerce-form-row label, .woocommerce .form-row label {
    font-weight: 400;
}
.address .w-text-h {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
}
.address .w-text-h i {
    color: #0f5a70;
    min-width: 17px;
    display: block;
    text-align: center;
}
.fa-facebook-f:before, .fa-facebook:before {
    content: "\f39e" !important;
}

.team-img img  {
    width: 100%;
}
.team-img .w-image-meta {
    background: rgb(0 0 0 / 55%) !important;
    padding: 1.5rem !important;
    text-align: center;
    font: italic 500 24px / 1.4 var(--h1-font-family)!important;
}
body .rsThumbsHor {
    margin-top: 2vmax;
	height: 5rem;
}
body img.rsImg {
    padding: 15px;
    background: #f2f2f2;
}
body .rsThumb {
    width: 5rem;
    height: 5rem;
    border: 1px solid #ccc;
    background: #f2f2f2 !important;
    padding: .5rem;
    display: flex;
    align-items: center;
    justify-content: center;
}
body .bg-white .rsThumb {
    background: #fff !important;
}
body .bg-white img.rsImg {
    background: #fff !important;
}
body .royalSlider .rsArrow {
    font-size: 18px;
    height: 46px;
    width: 46px;
    color: #000;
    border-radius: 50%;
    background: rgb(0 0 0 / 17%);
    line-height: 46px;
}
body .royalSlider .rsArrow:hover {
    background: rgb(0 0 0 / 30%) !important;
}
.play-btn a{
    font: italic 500 20px / 1.5 var(--h1-font-family)!important;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #b4975e;
    padding: .5rem 1.5rem;
}
.play-btn a .w-text-value {
    color: #fff;
    max-width: 270px;
}
.play-btn a  i.fa-play {
    font-size: 13px;
    color: #fff;
    background: #ef4728;
    padding: 0.3rem .3rem .3rem .5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    width: 36px;
    height: 36px;
}
.play-btn a:hover  i.fa-play {
    color: #fff;
    background: #000;
}
a.play-btn i{
    background: #f04627;
    padding: .3rem;
    font-size: 10px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 25px;
    height: 25px;
}
.d-flex {
    display: flex;
    align-items: center;
    justify-content: center;
}
.img-fw img {
    width: 100% !important;
}
body .client-logo .usg_vwrapper_1 {
    width: 100%!important;
    min-height: 99px!important;
}

.stock.out-of-stock  {
    display: none;
}
.content-top {
    display: flex;
    flex-direction: column-reverse;
}
.w-person > .w-person-image img {
    filter: grayscale(100%);
	cursor:pointer;
}
.w-person:hover > .w-person-image img {
    filter: grayscale(0);
}
.w-person .w-person-content .w-person-name {
    font-size: 30px;
    font-weight: 700;
    color: #0e5064;
}
.w-person .w-person-content .w-person-role {
    font-size: 18px;
    opacity: 1;
    font-weight: 600;
    font-family: 'Cormorant';
    line-height: 1.3;
}
.std-ul ul {
    margin-left: 20px;
}
.w-popup-box-content .std-ul ul li{
    margin-bottom:0px;
}
.bio p {
    margin-bottom: .5rem;
    text-align: justify;
    line-height: 1.3;
}
.bio h1 {
    color: #0e5064!important;
    font-size: 30px!important;
    line-height: 1.3!important;
    font-weight: 700!important;
    margin-bottom: .3rem!important;
    padding: 0;
}
.bio h6 {
    font-size: 18px!important;
    line-height: 1.2!important;
    font-family: var(--h1-font-family)!important;
    font-weight: 700!important;
    margin-bottom: 1rem!important;
    padding: 0;
}
.bio .wpb_wrapper p:first-child{
    margin-bottom:0 !important;
}
.bio p img {
    float: left;
    margin: 1.5rem;
    margin-left: 0;
    margin-top: 0;
	margin-bottom: 1rem;
    display: inline;
}
body .black-rsFullscreenBtn .rsFullscreenBtn {
    color: #000;
}
.w-cart-icon .fa-shopping-bag {
    font-weight: 600 !important;
}
.woocommerce-shipping-methods li > label{
    cursor: text;
}
.woocommerce label.woocommerce-form__label-for-checkbox>input {
    margin-top: 0;
    border: 1px solid #000;
}
.inc-tax{
    font-size: 14px;
    color: #000;
    display: inline-block;
    margin-left: 0.3rem;
}
.gprice{
    font-size: 18px;
    margin-left: 0.5rem;
    font-variant-numeric: lining-nums;
}
.woocommerce-message{
    background: #cccccc63;
    padding: 0.3rem 1rem;
    border: 1px solid #ccc;
}
.woocommerce-message a{
    text-decoration: underline;
    font-weight: 700;
    color: green;
}
.woocommerce-checkout .woocommerce-form-login, 
.woocommerce-checkout .woocommerce-form-register {
    min-height: auto;
}
.showlogin,
.showcoupon{
    font-weight: 400;
    color: #b4975e;
    text-decoration: underline;
}
.wc_payment_method label[for="payment_method_ccavenue"] > img{
	display:none !important;
}

.courseTab .w-tabs-section-title span {
	color: #fff !important;
}

@media (min-width: 1281px){
	body .l-subheader.at_middle .l-subheader-cell.at_left, body .l-subheader.at_middle .l-subheader-cell.at_right {
    flex-basis: 200px;
}
}

@media (min-width: 601px) and (max-width: 1024px){
	.l-subheader-cell.at_center {
    max-width: 200px;
}
	.ush_menu_1.type_desktop .menu-item:not(.level_1) {
    font-size: 14px;
}
.header_hor .ush_menu_2.type_desktop .menu-item.level_1>a:not(.w-btn) {
    padding-left: 10px !important;
    padding-right: 10px !important;
}
	.ush_cart_1 .w-cart-link {
    font-size: 18px  !important;
}
}

@media (max-width: 600px){
	:root {
--section-custom-padding: 8vmax;
	}
	.estd{
		font-size:18px !important;
	}
.wpcf7 .g-cols.via_grid {
    grid-gap: 0.3rem;
}
	.wpcf7 .g-cols.via_grid .g-cols.via_grid{
    grid-gap:1rem;
}
	.left-menu-container .right-menu-item, .right-menu-container .left-menu-item {
    display: block;
}

	.bgsize-xs-24 > .l-section-img {
    background-size: 24% !important;
}
	.woocommerce-product-gallery {
    display: flex;
    flex-direction: column-reverse;
}
body .woocommerce-product-gallery ol {
    display: flex!important;
    order: -1;
		margin: 0 0 0 -7.5px !important;
}
	body .vegnon-veg_badge{
    max-width: 30px!important;
    max-height: 30px!important;
}
	.price> del {
    font-size: 20px;
}
.nutritional_information table tr th {
    text-align: center;
    font-size: 12px;
    vertical-align: middle;
}
.nutritional_information table tr td {
    font-size: 10px;
}
.nutritional_information>.w-post-elm-value{
    overflow-x: scroll;
    display: block;
}
	.wpb_raw_html iframe{
	max-height:300px;
}
	.team-img .w-image-meta {
    padding: .5rem !important;
    font: italic 500 14px / 1.4 var(--h1-font-family)!important;
}
	body .royalSlider .rsArrow {
    font-size: 16px;
    height: 38px;
    width: 38px;
    line-height: 38px;
}
	.bg-xs-bottom > .l-section-img {
    background-position: bottom right !important;
}
	.us-nav-style_9>*, .navstyle_9>.owl-nav button, .us-btn-style_9 {
    font-size: 16px;
}
	body .woocommerce-product-gallery ol>li {
    width: auto;
}
	body .woocommerce-product-gallery ol {
    flex-wrap: nowrap;
}
		.hide-up-bg-xs > .l-section-img {
    background: none !important;
}
	body .xs-justify {
    text-align:justify !important;
	text-align-last: center !important;
		font-size:16px !important;
		line-height:1.3 !important;
}
	
	.gap-xs-2,
	.g-cols.stacking_default.via_grid.mobiles-cols_1{
    --gap: 1.5rem !important;
}
	.gap-xs-0.g-cols.stacking_default.via_grid.mobiles-cols_1{
    --gap:0 !important;
}
	.content-top {
    display: flex;
    flex-direction: column;
}
	.w-person .w-person-content .w-person-name {
    font-size: 24px;
	text-align: center;
}
	.w-person .w-person-content .w-person-role {
    font-size: 16px;
		text-align: center;
}
	.w-person-image img {
    max-width: 80%;
    margin: 0 auto;
}
	.w-person .w-person-content .w-person-role br{
    display:none;
}
	.dost-pb-xs-0 .owl-dots{
		padding-top:0 !important;
	}
	.w-person-content {
    padding-bottom: 0;
}
	.flex-in-two-column-xs {
    flex-wrap: wrap;
}
	.flex-in-two-column-xs .w-image {
    flex: 1 0 33%;
}
	.flex-in-two-column-xs .last-item{
    flex-basis: 50%;
    display: flex;
    max-width: 50%;
    margin-top: 0.5rem;
}
}