/**
Theme Name: Shock Child
Template: shock
Theme URI: https://shock.codings.dev
Author: Codings
Author URI: https://codings.dev
Description: The child theme inherits the look and feel of the parent theme and all of its functions, but can be used to make modifications to any part of the theme. In this way, customizations are kept separate from the parent theme’s files. Using a child theme lets you upgrade the parent theme without affecting the customizations you’ve made to your site.
Version: 1.0.0
Text Domain: shock-child
Domain Path: /languages
License: GNU General Public License v2 or later
License URI: https://themeforest.net/licenses/standard
Tested up to: 5.0
Requires PHP: 7.0
*/

/*----------------------------------------------
*
* If you activated the Child Theme, the styles placed here will work.
* 
----------------------------------------------*/
:root{
	--shock-primary-color: #7CC6C9
}

.elementor-widget-text-editor strong{
	color: #fff;
	filter: brightness(1);
}

.elementor-widget-shock-tabs:not(.elementor-element-164dcd2) .nav-tabs{
	display: none;
}

.elementor-widget-shock-tabs .woocommerce .products .product{
	display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
	align-content: center;
    align-items: center;
	padding: 30px 15px 15px 15px !important;
	background-color: #101010;
    box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.5);
    border-radius: 6px;
    border-color: #101010;
    border-style: solid;
	max-width: 32%!important;
}

.elementor-widget-shock-tabs .woocommerce .products .product .woocommerce-loop-product__link{
	display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
}

.elementor-widget-shock-tabs .woocommerce .products .product .woocommerce-loop-product__link img{
	order: 1;
	border-radius: 0;	
	margin: 15px 0;
	width: 100%;
    max-width: 334px;
}

.elementor-widget-shock-tabs .woocommerce .products .product .woocommerce-loop-product__link .woocommerce-loop-product__title{
	order: 0;
	color: #fff;
	text-align: center;
	min-height: 55px;
	margin: 0!important;
	height: auto!important;
	font-size: 1.2rem!important;
    font-weight: 700!important;
}

.elementor-widget-shock-tabs .woocommerce .products .product a.button{
	border-radius: 0;
    border: 2px solid #07beb8;
    background-color: transparent!important;
    color: #fff!important;
    font-size: 1rem!important;
    font-weight: 500!important;
	line-height: 1;
	margin-top: 15px;
    transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;    
    padding: 1rem 1.25rem!important;
}

.elementor-widget-shock-tabs .woocommerce .products .product a.button:after{
	display: none;
}

.elementor-widget-shock-tabs .products .product a.button:hover{
    background-color: #07beb8!important;
}

form [class*="col-"]:not(:last-child) {
    margin-bottom: 15px;
}

form input[type="submit"]{
	border: 2px solid #07beb8!important;
    border-radius: 0!important;
}

body.product-template-default.single-product,
body.post-type-archive.post-type-archive-product,
body.post-template-default.single-post,
body.tax-product_cat,
body.tax-serie {
	background-color: #1B1A20;
}

body.product-template-default.single-product .shock-section,
body.post-type-archive.post-type-archive-product .shock-section,
body.post-template-default.single-post .shock-section,
body.tax-product_cat .shock-section,
body.tax-serie .shock-section{ 
	padding: 135px 0 60px 0;
}

body.post-template-default.single-post .shock-section + .shock-section{
	padding-top: 30px!important;
}

body.post-template-default.single-post .shock-section h1{
	color: #fff;
}

body.product-template-default.single-product .shock-section .breadcrumb-nav,
body.post-type-archive.post-type-archive-product .shock-section .breadcrumb-nav,
body.post-template-default.single-post .shock-section .breadcrumb-nav,
body.tax-product_cat .shock-section .breadcrumb-nav,
body.tax-serie .shock-section .breadcrumb-nav{ 
	border-color: #8E93A5;
	margin-bottom: 30px;
}

body.product-template-default.single-product .shock-section .breadcrumb-nav .woocommerce-breadcrumb,
body.post-type-archive.post-type-archive-product .shock-section .breadcrumb-nav .woocommerce-breadcrumb,
body.post-template-default.single-post .shock-section .breadcrumb-nav .breadcrumb .breadcrumb-link,
body.tax-product_cat .shock-section .breadcrumb-nav .woocommerce-breadcrumb{
	color: #8E93A5;
}

body.post-template-default.single-post .shock-section .breadcrumb-nav .breadcrumb a svg{
	fill: #fff!important;
    stroke: #fff!important;
}

body.product-template-default.single-product .shock-section .breadcrumb-nav .woocommerce-breadcrumb a,
body.post-type-archive.post-type-archive-product .shock-section .breadcrumb-nav .woocommerce-breadcrumb a,
body.post-template-default.single-post .shock-section .breadcrumb-nav .breadcrumb a,
body.tax-product_cat .shock-section .breadcrumb-nav .woocommerce-breadcrumb a,
body.tax-serie .shock-section .breadcrumb-nav .woocommerce-breadcrumb a{ 
	color: #fff!important;
}

body.post-template-default.single-post .shock-section .first-block-section{
	color: #B7BBCB;
}

body.post-template-default.single-post .shock-section #post-navigation,
body.post-template-default.single-post .shock-section #post-categories,
body.post-template-default.single-post .shock-section .shock-comment-form,
body.post-template-default.single-post .shock-sidebar #search-2,
body.post-template-default.single-post .shock-sidebar #recent-comments-2,
body.post-template-default.single-post .shock-sidebar #archives-2,
body.post-template-default.single-post .shock-sidebar #categories-2,
body.post-template-default.single-post .shock-sidebar #meta-2,
body.post-template-default.single-post .shock-sidebar #search-3,
body.post-template-default.single-post .shock-sidebar #recent-posts-3,
body.post-template-default.single-post .shock-sidebar #recent-comments-3,
body.post-template-default.single-post .shock-sidebar #archives-3,
body.post-template-default.single-post .shock-sidebar #categories-3,
body.post-template-default.single-post .shock-sidebar #meta-3,
body.post-template-default.single-post .shock-sidebar #recent-posts-4{
	display: none;
}

.menu-grid-item-inner .menu-grid-search{
	display: none;
}

body.post-template-default.single-post .shock-sidebar .sidebar-block{
	background-color: #101010;
    border-radius: 6px;
    box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.5);
    padding: 20px 15px;
}

body.post-template-default.single-post .shock-sidebar .sidebar-block h4{
	color: #fff;
}

body.post-template-default.single-post .shock-sidebar .sidebar-block > ul > li + li{
	margin-top: 10px;
}

body.post-template-default.single-post .shock-sidebar .sidebar-block > ul > li a::before{
	color: #8f93a5;
}

body.post-type-archive.post-type-archive-product .shock-section .nav-shop select,
body.post-template-default.single-post .shock-section .nav-shop select,
body.tax-product_cat .shock-section .nav-shop select{
	border-radius: 6px;
    background-color: #fff;
    font-family: Proxima Nova, sans-serif;
    color: #8E93A5;
    font-weight: 400;
    box-shadow: 0px 0px 4px 0px rgba(255,255,255,0.5);
    font-size: 1rem!important;
    line-height: 1;
    padding: 1rem 1.25rem!important;
    min-width: 275px;
}

body.post-type-archive.post-type-archive-product .shock-section .first-block-section .products .product .woocommerce-LoopProduct-link h2,
body.post-template-default.single-post .shock-section .first-block-section .products .product .woocommerce-LoopProduct-link h2,
body.tax-product_cat .shock-section .first-block-section .products .product .woocommerce-LoopProduct-link h2{
	color: #fff;
}

body.post-type-archive.post-type-archive-product .shock-section .first-block-section .products .product .add_to_cart_button,
body.post-template-default.single-post .shock-section .first-block-section .products .product .add_to_cart_button,
body.tax-product_cat .shock-section .first-block-section .products .product .add_to_cart_button,
body.tax-serie .shock-section .first-block-section .products .product .add_to_cart_button{
	border-radius: 0;
	border: 2px solid #07beb8;
	background-color: transparent!important;
	color: #fff!important;
	font-size: 1rem!important;
    font-weight: 500!important;
    line-height: 1;
	padding: 1rem 1.25rem!important;
}

body.post-type-archive.post-type-archive-product .shock-section .first-block-section .woocommerce-pagination .page-numbers,
body.post-template-default.single-post .shock-section .first-block-section .woocommerce-pagination .page-numbers,
body.tax-product_cat .shock-section .first-block-section .woocommerce-pagination .page-numbers{
	gap: 10px;
}

.shock-section .shock-sidebar > div,
body.post-template-default.single-post .shock-section .shock-sidebar > div,
body.tax-product_cat .shock-section .shock-sidebar > div{
	background-color: #101010;
	border-radius: 6px;
	box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.5);
	padding: 20px 15px;
	margin-bottom: 0;
}

.shock-section .shock-sidebar > div.widget_block .wc-block-product-categories,
body.post-template-default.single-post .shock-section .shock-sidebar > div.widget_block .wc-block-product-categories,
body.tax-product_cat .shock-section .shock-sidebar > div.widget_block .wc-block-product-categories{
	margin-bottom: 0;
}

.shock-section .shock-sidebar > div.widget_block .wc-block-product-categories > ul > li + li,
body.post-template-default.single-post .shock-section .shock-sidebar > div.widget_block .wc-block-product-categories > ul > li + li,
body.tax-product_cat .shock-section .shock-sidebar > div.widget_block .wc-block-product-categories > ul > li + li{
	border-top: 1px dashed #8E93A5;
    margin-top: 30px;
	padding-top: 30px;
}

.shock-section .shock-sidebar > div.widget_block .wc-block-product-categories > ul > li > a,
body.post-template-default.single-post .shock-section .shock-sidebar > div.widget_block .wc-block-product-categories > ul > li > a,
body.tax-product_cat .shock-section .shock-sidebar > div.widget_block .wc-block-product-categories > ul > li > a,
.shock-section .shock-sidebar > div.widget_block .wc-block-product-categories > ul > li > .wc-block-product-categories-list-item-count,
body.post-template-default.single-post .shock-section .shock-sidebar > div.widget_block .wc-block-product-categories > ul > li > .wc-block-product-categories-list-item-count,
body.tax-product_cat .shock-section .shock-sidebar > div.widget_block .wc-block-product-categories > ul > li > .wc-block-product-categories-list-item-count{
	color: #fff;
    font-size: 16px;
    font-weight: 600;
}

.shock-section .shock-sidebar > div.widget_block .wc-block-product-categories > ul > li > a:hover,
body.post-template-default.single-post .shock-section .shock-sidebar > div.widget_block .wc-block-product-categories > ul > li > a:hover,
body.tax-product_cat .shock-section .shock-sidebar > div.widget_block .wc-block-product-categories > ul > li > a:hover{
	opacity: 0.75;
}

.shock-section .shock-sidebar > div.widget_block .wc-block-product-categories > ul > li > ul,
body.post-template-default.single-post .shock-section .shock-sidebar > div.widget_block .wc-block-product-categories > ul > li > ul,
body.tax-product_cat .shock-section .shock-sidebar > div.widget_block .wc-block-product-categories > ul > li > ul {
	list-style: inside;
}

.shock-section .shock-sidebar > div.widget_block .wc-block-product-categories > ul > li > ul > li:first-child,
body.post-template-default.single-post .shock-section .shock-sidebar > div.widget_block .wc-block-product-categories > ul > li > ul > li:first-child,
body.tax-product_cat .shock-section .shock-sidebar > div.widget_block .wc-block-product-categories > ul > li > ul > li:first-child{
	margin-top: 15px;
}

.shock-section .shock-sidebar > div.widget_block .wc-block-product-categories > ul > li > ul > li + li,
body.post-template-default.single-post .shock-section .shock-sidebar > div.widget_block .wc-block-product-categories > ul > li > ul > li + li,
body.tax-product_cat .shock-section .shock-sidebar > div.widget_block .wc-block-product-categories > ul > li > ul > li + li{
	margin-top: 15px;
}

.shock-section .shock-sidebar > div.widget_block .wc-block-product-categories > ul > li > ul > li a,
body.post-template-default.single-post .shock-section .shock-sidebar > div.widget_block .wc-block-product-categories > ul > li > ul > li a,
body.tax-product_cat .shock-section .shock-sidebar > div.widget_block .wc-block-product-categories > ul > li > ul > li a,
.shock-section .shock-sidebar > div.widget_block .wc-block-product-categories > ul > li > ul > li .wc-block-product-categories-list-item-count,
body.post-template-default.single-post .shock-section .shock-sidebar > div.widget_block .wc-block-product-categories > ul > li > ul > li .wc-block-product-categories-list-item-count,
body.tax-product_cat .shock-section .shock-sidebar > div.widget_block .wc-block-product-categories > ul > li > ul > li .wc-block-product-categories-list-item-count{
	color: #fff;
    font-size: 15px;
    font-weight: 400;
    opacity: 0.8;
    text-decoration: none;
}

.shock-section .shock-sidebar > div.widget_block .wc-block-product-categories > ul > li > ul > li a:hover,
body.post-template-default.single-post .shock-section .shock-sidebar > div.widget_block .wc-block-product-categories > ul > li > ul > li a:hover,
body.tax-product_cat .shock-section .shock-sidebar > div.widget_block .wc-block-product-categories > ul > li > ul > li a:hover{
	color: #7CC6C9;
}

.shock-section .shock-sidebar > div.widget_block .wc-block-product-categories > ul > li > ul > li > ul, 
body.post-template-default.single-post .shock-section .shock-sidebar > div.widget_block .wc-block-product-categories > ul > li > ul > li > ul, 
body.tax-product_cat .shock-section .shock-sidebar > div.widget_block .wc-block-product-categories > ul > li > ul > li > ul {
	list-style: square inside;
    margin-left: 15px;
	margin-top: 8px;
    margin-bottom: 22px;
}

.shock-section .shock-sidebar > div.widget_block .wc-block-product-categories > ul > li > ul > li > ul > li > a:hover,
body.post-template-default.single-post .shock-section .shock-sidebar > div.widget_block .wc-block-product-categories > ul > li > ul > li > ul > li > a:hover,
body.tax-product_cat .shock-section .shock-sidebar > div.widget_block .wc-block-product-categories > ul > li > ul > li > ul > li > a:hover{
	color: #7CC6C9;
}

body.product-template-default.single-product .shock-section .first-block-section .product .up-sells h2,
body.tax-serie .shock-section .first-block-section .product .up-sells h2{
	color: #fff;
}

body.product-template-default.single-product .shock-section .first-block-section .product .up-sells .products .product .add_to_cart_button,
body.tax-serie .shock-section .first-block-section .product .up-sells .products .product .add_to_cart_button{
	border-radius: 0;
    border: 2px solid #07beb8;
    background-color: transparent!important;
    color: #fff!important;
    font-size: 1rem!important;
    font-weight: 500!important;
    line-height: 1;
    padding: 1rem 1.25rem!important;
}

body.product-template-default.single-product .shock-section .first-block-section,
body.post-type-archive.post-type-archive-product .shock-section .first-block-section,
body.post-template-default.single-post .shock-section .first-block-section,
body.tax-product_cat .shock-section .first-block-section,
body.tax-serie .shock-section .first-block-section{ 
	margin: 0;
}

body.product-template-default.single-product .shock-section .first-block-section .woocommerce-notices-wrapper,
body.post-type-archive.post-type-archive-product .shock-section .first-block-section .woocommerce-notices-wrapper,
body.post-template-default.single-post .shock-section .first-block-section .woocommerce-notices-wrapper,
body.tax-product_cat .shock-section .first-block-section .woocommerce-notices-wrapper,
body.tax-serie .shock-section .first-block-section .woocommerce-notices-wrapper{
	margin-bottom: 30px;
}

body.product-template-default.single-product .shock-section .first-block-section .woocommerce-notices-wrapper .woocommerce-message,
body.post-type-archive.post-type-archive-product .shock-section .first-block-section .woocommerce-notices-wrapper .woocommerce-message,
body.post-template-default.single-post .shock-section .first-block-section .woocommerce-notices-wrapper .woocommerce-message,
body.tax-product_cat .shock-section .first-block-section .woocommerce-notices-wrapper .woocommerce-message,
body.tax-serie .shock-section .first-block-section .woocommerce-notices-wrapper .woocommerce-message{
	background-color: rgba(7, 190, 184, 0.7);
	color: #fff;
}

body.product-template-default.single-product .shock-section .first-block-section .woocommerce-notices-wrapper .woocommerce-message a,
body.post-type-archive.post-type-archive-product .shock-section .first-block-section .woocommerce-notices-wrapper .woocommerce-message a,
body.post-template-default.single-post .shock-section .first-block-section .woocommerce-notices-wrapper .woocommerce-message a,
body.tax-product_cat .shock-section .first-block-section .woocommerce-notices-wrapper .woocommerce-message a,
body.tax-serie .shock-section .first-block-section .woocommerce-notices-wrapper .woocommerce-message a{
	border-radius: 0;
    border: 2px solid #7bc6c9;
    background-color: transparent!important;
    color: #fff!important;
    font-size: 1rem!important;
    font-weight: 500!important;
    line-height: 1;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    padding: 1rem 1.25rem!important;
}

body.product-template-default.single-product .shock-section .first-block-section .woocommerce-notices-wrapper .woocommerce-message a:hover,
body.post-type-archive.post-type-archive-product .shock-section .first-block-section .woocommerce-notices-wrapper .woocommerce-message a:hover,
body.post-template-default.single-post .shock-section .first-block-section .woocommerce-notices-wrapper .woocommerce-message a:hover,
body.tax-product_cat .shock-section .first-block-section .woocommerce-notices-wrapper .woocommerce-message a:hover,
body.tax-serie .shock-section .first-block-section .woocommerce-notices-wrapper .woocommerce-message a:hover{
	background-color: #07beb8!important;
	background-color: #fff!important;
    color: #568a8c!important;
}

body.product-template-default.single-product .shock-section .first-block-section .woocommerce-product-gallery .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image{
	border-radius: 6px;
}

body.product-template-default.single-product .shock-section .first-block-section .summary{
	margin-bottom: 60px;
}

body.product-template-default.single-product .shock-section .first-block-section .summary .product_title{
	color: #fff;
}

body.product-template-default.single-product .shock-section .first-block-section .summary .woocommerce-product-details__short-description{
	color: #8E93A5;
}

body.product-template-default.single-product .shock-section .first-block-section .summary .woocommerce-product-details__short-description strong{
	color: #fff;
	filter: brightness(1);
}

body.product-template-default.single-product .shock-section .first-block-section .summary form table th label{
	color: #fff;
	font-weight: 400;
}

body.product-template-default.single-product .shock-section .first-block-section .summary form table td select{
	background-color: #fff;
	font-family: Proxima Nova, sans-serif;
    color: #8E93A5;
    font-weight: 400;
    box-shadow: 0px 0px 4px 0px rgba(255,255,255,0.5);
}

body.product-template-default.single-product .shock-section .first-block-section .summary form .single_variation_wrap .woocommerce-variation-add-to-cart{
	display: none;
}

.woocommerce.single-product .product .woocommerce-product-gallery .flex-control-thumbs li{
	margin-bottom: 15px!important;
}

body.product-template-default.single-product .shock-section .first-block-section .summary form .single_variation_wrap .woocommerce-variation-add-to-cart .shock-qty-button .less{
	font-family: Proxima Nova, sans-serif;
    color: #fff;
    font-weight: 400;
}

body.product-template-default.single-product .shock-section .first-block-section .summary form .single_variation_wrap .woocommerce-variation-add-to-cart .shock-qty-button .more_less_quantity input{
	font-family: Proxima Nova, sans-serif;
    color: #fff;
    font-weight: 400;
	border: 1px solid #fff;
    margin: 0px 10px;
}

body.product-template-default.single-product .shock-section .first-block-section .summary form .single_variation_wrap .woocommerce-variation-add-to-cart .shock-qty-button .more{
	font-family: Proxima Nova, sans-serif;
    color: #fff;
    font-weight: 400;
}

body.product-template-default.single-product .shock-section .first-block-section .summary form .single_variation_wrap .woocommerce-variation-add-to-cart button{
	border-radius: 0;
    border: 2px solid #07beb8;
    background-color: transparent!important;
    color: #fff!important;
    font-size: 1rem!important;
    font-weight: 500!important;
    line-height: 1;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    padding: 1rem 1.25rem!important;
}

body.product-template-default.single-product .shock-section .first-block-section .summary form .single_variation_wrap .woocommerce-variation-add-to-cart button:hover{
    background-color: #07beb8!important;
}

body.product-template-default.single-product .shock-section .first-block-section .summary .yith-ywraq-add-to-quote .yith-ywraq-add-button .add-request-quote-button{
	border-radius: 0;
    border: 2px solid #07beb8;
    background-color: transparent!important;
    color: #fff!important;
    font-size: 1rem!important;
    font-weight: 500!important;
    line-height: 1;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    padding: 1rem 1.25rem!important;
}

body.product-template-default.single-product .shock-section .first-block-section .summary .yith-ywraq-add-to-quote .yith-ywraq-add-button .add-request-quote-button:hover{
    background-color: #07beb8!important;
}

body.product-template-default.single-product .shock-section .first-block-section .summary .product_meta{
    border-top: 1px solid #8E93A5;
}

body.product-template-default.single-product .shock-section .first-block-section .summary .product_meta > span{
	border-radius: 6px;
    background-color: #000000;
    color: #fff;
	box-shadow: 0px 0px 2px 0px rgba(255,255,255,0.5);
	line-height: 24px;
	display: block;
    width: fit-content;
}

body.product-template-default.single-product .shock-section .first-block-section .summary .product_meta > span + span{
	margin-top: 5px;
}

body.product-template-default.single-product .shock-section .first-block-section .woocommerce-tabs .tabs a{
    font-family: Proxima Nova, sans-serif;
    color: #fff;
    font-weight: 600;
}

body.product-template-default.single-product .shock-section .first-block-section .woocommerce-tabs .tabs a:before{
    color: #fff;
}

body.product-template-default.single-product .shock-section .first-block-section .woocommerce-tabs .tabs .active a{
    color: #07beb8;
}

body.product-template-default.single-product .shock-section .first-block-section .woocommerce-tabs .woocommerce-Tabs-panel h2{
    color: #fff;
}

body.product-template-default.single-product .shock-section .first-block-section .woocommerce-tabs .woocommerce-Tabs-panel p{
    color: #8E93A5;
}

body.product-template-default.single-product .shock-section .first-block-section .woocommerce-tabs .woocommerce-Tabs-panel strong,
body.product-template-default.single-product .shock-section .first-block-section .woocommerce-tabs .woocommerce-Tabs-panel strong a,
body.product-template-default.single-product .shock-section .first-block-section .woocommerce-tabs .woocommerce-Tabs-panel strong span{
    color: #fff!important;
	filter: brightness(1);
}

body.product-template-default.single-product .shock-section .first-block-section .woocommerce-tabs .woocommerce-Tabs-panel table th{
    color: #fff;
}

body.product-template-default.single-product .shock-section .first-block-section .woocommerce-tabs .woocommerce-Tabs-panel table td p{
    color: #8E93A5;
}

.woocommerce .woocommerce-cart-form{
	margin: 0!important;
}

.woocommerce .woocommerce-cart-form thead th{
	color: #fff;
	border-bottom: 1px solid #8E93A5;
}

form th.product-quantity{
	text-align: center!important;
}

.dynamic-slider .current-slide .slide-info-item {
    opacity: 1!important;
	pointer-events: auto!important;
}

#slide-info-toggle {
    display: none;
}

.elementor-widget-shock-dynamic-slider .slide-item .slide-content .slide-title span {
	min-width: 16px;
}

.elementor-widget-shortcode .ywraq-form-table-wrapper {
	color: #fff;
}

.elementor-widget-shortcode .ywraq-form-table-wrapper form {
	padding-bottom: 30px;
    margin-bottom: 20px;
    border-bottom: 2px dashed #8E93A5;
}

.elementor-widget-shortcode .ywraq-form-table-wrapper form .product-remove{
	text-align: center;
}

.woocommerce .shock-qty-button .more,
.woocommerce .shock-qty-button .less{
	color: #fff!important;
}

.woocommerce .shock-qty-button .more_less_input_text {
	border: 1px solid #fff!important;
    color: #fff;
    margin: 0 10px;
}

.woocommerce .shock-qty-button{
	justify-content: center;
}

.elementor-widget-shortcode .ywraq-form-table-wrapper form thead th{
	color: #fff;
	font-size: 18px;
}

.elementor-widget-shortcode .ywraq-form-table-wrapper form tbody{
	border-top: 2px solid #8E93A5;
}

.elementor-widget-shortcode .ywraq-form-table-wrapper form tbody tr:not(:last-child) td:first-child,
.elementor-widget-shortcode .ywraq-form-table-wrapper form thead tr th:first-child{
	border-right: 2px dotted #8E93A5;
}

.elementor-widget-shortcode .ywraq-form-table-wrapper form tbody tr:not(:last-child) td:last-child,
.elementor-widget-shortcode .ywraq-form-table-wrapper form thead tr th:last-child{
	border-left: 2px dotted #8E93A5;
}

.elementor-widget-shortcode .ywraq-form-table-wrapper form tbody tr .actions{
	text-align: center!important;
}

.elementor-widget-shortcode .ywraq-form-table-wrapper form tbody tr .actions input.button{
	display: inline-block!important;
    float: none;
    margin: 0;
    background-color: transparent!important;
    color: #fff!important;
    font-size: 1rem!important;
    font-weight: 500!important;
    line-height: 1;
    padding: 1rem 1.25rem!important;
}

.elementor-widget-shortcode .ywraq-form-table-wrapper form tbody tr .actions input.button:hover{
    background-color: #07beb8!important;
}

.woocommerce table tbody img{
	max-width: none!important;
}

.woocommerce table tbody .product-name br{
	display: none;
}

.woocommerce table tbody .product-name a{
	color: #fff!important;
	display: block;
	margin-bottom: 10px;
}

.woocommerce table tbody .product-name ul li{
	margin-top: 5px;
}

.yith-ywraq-add-to-quote .yith_ywraq_add_item_response_message,
.yith-ywraq-add-to-quote .yith_ywraq_add_item_product_message{
	color: #fff;
    font-weight: 600;
    font-size: 18px;
    padding: 6px 8px;
    background-color: rgba(255,0,0,0.3);
    border-radius: 6px;
    border: none!important;
    box-shadow: 0px 0px 4px 0px rgba(255,255,255,0.15);
    margin: 15px 0 15px 0;
}

.yith-ywraq-add-to-quote .yith_ywraq_add_item_browse_message a{
	border-radius: 0;
    border: 2px solid #07beb8;
    background-color: transparent!important;
    color: #fff!important;
    font-size: 1rem!important;
    font-weight: 500!important;
    line-height: 1;
    padding: 1rem 1.25rem!important;
    text-decoration: none!important;
    display: inline-block;
    width: fit-content;
}

.yith-ywraq-add-to-quote .yith_ywraq_add_item_browse_message a:hover{
    background-color: #07beb8!important;
}

#yith-ywraq-default-form input,
#yith-ywraq-default-form textarea{
	color: #fff;
}

#yith-ywraq-default-form input.raq-send-request{
	display: inline-block!important;
    float: none;
    margin: 0;
    background-color: transparent!important;
    color: #fff!important;
    font-size: 1rem!important;
    font-weight: 500!important;
    line-height: 1;
    padding: 1rem 1.25rem!important;
}

#yith-ywraq-default-form .raq-send-request-row{
	text-align: center;
}

#yith-ywraq-default-form input.raq-send-request:hover{
    background-color: #07beb8!important;
}

.elementor-widget-html form input,
.elementor-widget-html form textarea{
	color: #fff!important
}

.shock-main{
	min-height: auto;
}

.woocommerce-ordering {
    display: none;
}

.product a strong{
	color: #fff;
}

.wpml-ls-current-language{
	display: none!important;
}

body.post-template-default.single-post strong{
	color: #fff;
	filter: none;
}


.product.first a,
.product.first a span,
.product.first h2,
.product.first p strong,
.product.first li span,
.woocommerce-loop-product__title{
	color: #fff!important;
}

.woocommerce.single-product .product .woocommerce-product-gallery{
	margin-bottom: 0px!important;
}

h2.archive-sep-title {
    color: #FFF;
}

ul.products.clearfix.products-4 {
    margin-bottom: 90px;
}

.products-4 > li.product {
    max-width: 33.3333% !important;
    flex: calc(33.3333% - var(--product-list-gap)) !important;
}


.woocommerce .shock-main h2 {
    color: #FFF;
    margin-bottom: 0!important;
}

ul.wp-block-list {
    list-style: disc !important;
    padding-left: 15px !important;
    color: var(--shock-gray-color);
    text-decoration: none !important;
}

ul.wp-block-list li a {
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    opacity: 0.8;
    text-decoration: none;
}

.woocommerce .products .product img {
	height:auto!important;
}


@media screen and (max-width: 991px) {
	.menu-grid .menu-grid-main-item{
		padding: 10px 0!important;
		font-size: 2rem!important;
	}
	
	.wpml-elementor-ls{
		display: none;
	}
	
	.menu-item.only-mobile .wpml-ls-statics-shortcode_actions{
		font-size: 2rem;
		margin-top: 15px;
	}
	
	.menu-item.only-mobile .wpml-ls-statics-shortcode_actions .wpml-ls-link{
		color: #fff;
		font-family: var(--shock-secondary-font);
		font-weight: 800;
	}
	
	.menu-item.only-mobile .wpml-ls-statics-shortcode_actions .wpml-ls-link .wpml-ls-flag{
		width: 33px;
	}
	
}

@media screen and (min-width: 768px) {
	nav .only-mobile{
		display: none!important;
	}
}

@media screen and (max-width: 767px) {
	
	.yith-ywraq-add-to-quote{
		text-align: center;
	}
	
	.elementor-widget-shock-intro-text h2.title{
		text-align: center;
	}
	
	.elementor-widget-text-editor ul,
	.elementor-widget-text-editor ol{
		list-style-position: inside;	
		padding-left: 0;
	}
	
	.elementor-widget-shock-tabs .woocommerce .products .product{
		max-width: 48%!important;
	}
	
	body.product-template-default.single-product .shock-section .breadcrumb-nav .woocommerce-breadcrumb,
	body.post-type-archive.post-type-archive-product .shock-section .breadcrumb-nav .woocommerce-breadcrumb,
	body.post-template-default.single-post .shock-section .breadcrumb-nav .woocommerce-breadcrumb,
	body.tax-product_cat .shock-section .breadcrumb-nav .woocommerce-breadcrumb	{
		max-width: 100%;
	}
	
	body.product-template-default.single-product .shock-section .first-block-section .woocommerce-notices-wrapper .woocommerce-message{
		display: flex;
		flex-direction: row;
		align-items: center;
	}
	
	body.product-template-default.single-product .shock-section .first-block-section .summary{
		margin-bottom: 0;
	}
	
	body.product-template-default.single-product .shock-section .first-block-section .summary form table td {
		max-width: 100%!important;
	}
	
	body.product-template-default.single-product .shock-section .first-block-section .summary form .single_variation_wrap .woocommerce-variation-add-to-cart {
		justify-content: center;
	}
	
	body.product-template-default.single-product .shock-section .first-block-section .summary .yith-ywraq-add-to-quote .yith-ywraq-add-button{
		text-align: center;
	}
	
	body.product-template-default.single-product .shock-section .first-block-section .woocommerce-tabs .tabs {
		text-align: center;
	}
	
	body.product-template-default.single-product .shock-section .first-block-section .woocommerce-tabs .tabs a{
		font-size: 26px;
		font-weight: 600;
	}
	
}

@media screen and (max-width: 768px) {
	.elementor-widget-shortcode .ywraq-form-table-wrapper form thead tr th:last-child {
		display: none;
	}
}

@media screen and (max-width: 576px) {
	
	.elementor-widget-shortcode .ywraq-form-table-wrapper form tbody tr:not(:last-child) td:last-child {
		display: none;
	}
	
	.elementor-widget-shock-tabs .woocommerce .products .product{
		max-width: 100%!important;
	}
	
	body.product-template-default.single-product .shock-section .first-block-section .woocommerce-notices-wrapper .woocommerce-message{
		flex-direction: column;
	}
	
	body.product-template-default.single-product .shock-section .first-block-section .woocommerce-notices-wrapper .woocommerce-message a{
		margin-bottom: 15px!important;
	}
	
	body.product-template-default.single-product .shock-section .first-block-section .summary,
	body.product-template-default.single-product .shock-section .first-block-section .summary form table th {
		text-align: center;
	}
	
	body.product-template-default.single-product .shock-section .first-block-section .summary .product_meta{
		text-align: center;
	}
	
	body.product-template-default.single-product .shock-section .first-block-section .summary .product_meta > span{
		display: inline-block;
		margin: 0;
	}
	
	body.product-template-default.single-product .shock-section .first-block-section .summary .product_meta > span + span{
		margin-top: 10px;
	}
	
	body.product-template-default.single-product .shock-section .first-block-section .woocommerce-tabs .woocommerce-Tabs-panel{
		text-align: center;
	}
	
	body.product-template-default.single-product .shock-section .first-block-section .woocommerce-tabs .tabs > li + li {
		margin-top: 10px;
	}
	
}