.ocscw_body_sizechart {
overflow: hidden;
position: relative;
}
.ocscw_body_sizechart:after {
position: absolute;
content: "";
background-color: rgba(0,0,0,0.2);
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 9;
}
.ocscw_loader {
width: 40px;
padding: 5px;
position: fixed;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
z-index: 999999999;
background-color: #ffffff;
border-radius: 3px;
} .ocscw_btn {
width: 100%;
display: inline-block;
float: left;
}
.ocscw_open {
display: inline-block;
width: auto;
padding: 10px 15px;
margin: 15px 0px;
border: none;
font-size: 15px;
font-weight: 700;
outline: none;
cursor: pointer;
}
.ocscw_open:hover, .ocscw_open:focus {
text-decoration: none;
}  .ocscw_sidepoup_btn {
width: 100%;
display: inline-block;
float: left;
}
.ocscw_sidepoup_open {
display: inline-block;
width: auto;
padding: 10px 15px;
margin: 15px 0px;
border: none;
font-size: 15px;
font-weight: 700;
outline: none;
cursor: pointer;
}
.ocscw_sidepoup_open:hover, .ocscw_sidepoup_open:focus {
text-decoration: none;
}  .ocscw_sizechart_main {
display: none;
position: fixed;
z-index: 9999999;
padding-top: 100px;
padding-bottom: 100px;
left: 0;
top: 0;
width: 100%;
height: 100%;
overflow: auto;
background-color: rgba(0,0,0,0.4);
}
.ocscw_sizechart_content {
position: relative;
background-color: #fefefe;
margin: auto;
border: 1px solid #888;
width: 45%;
border-radius: 5px;
padding: 20px;
z-index: 99999;
}
.ocscw_popup_header {
width: 100%;
display: inline-block;
float: left;
position: relative;
}
.ocscw_popup_header h1 {
font-size: 25px;
font-weight: bold;
text-align: center;
margin: 10px 0px;
line-height: 20px;
text-transform: capitalize;
}
.ocscw_popup_close {
position: absolute;
display: flex;
right: -33px;
top: -33px;
height: 25px;
line-height: 25px;
width: 25px;
z-index: 9999999;
background-color: black;
border-radius: 100%;
cursor: pointer;
align-items: center;
justify-content: center;
}
.ocscw_popup_close svg {
height: 11px;
width: 11px;
}
.ocscw_popup_close svg path {
fill: #fff;
}
.ocscw_popup_close:hover, .ocscw_popup_close:focus {
color: #000;
text-decoration: none;
cursor: pointer;
}
.ocscw_popup_body {
width: 100%;
display: inline-block;
margin-top: 20px;
}
.ocscw_popup_body table {
margin: 0px;
}
.ocscw_schart_popup_cls {
display: none;
background: transparent;
position: fixed;
z-index: 9999;
padding-top: 100px;
left: 0;
top: 0;
width: 100%;
height: 100%;
overflow: auto;
}  .ocscw_schart_sdpopup_main {
position: fixed;
top: 0;
left: inherit;
right: -100%;
max-width: 500px;
width: 100%;
height: 100%;
background: #fff;
padding: 2rem 1.125rem;
overflow: auto;
opacity: 0;
visibility: hidden;
z-index: -1;
transition: all .5s ease;
}
.ocscw_schart_sdpopup_main.active {
right: 0;
left: inherit;
overflow-x: hidden;
overflow-y: scroll;
padding: 2rem 2.5rem;
opacity: 1;
visibility: visible;
z-index: 99999;
}
.ocscw_schart_sdpopup_close {
position: absolute;
top: 15px;
right: 12px;
padding: 5px;
}
.ocscw_schart_sdpopup_close svg {
width: 16px;
height: auto;
cursor: pointer;
}
.ocscw_sdpp_body {
overflow: hidden;
position: relative;
}
.ocscw_sdpp_body:after {
position: absolute;
content: "";
background-color: rgba(0,0,0,0.2);
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 9;
}
.ocscw_schart_sidpp_overlay {
width: 100%;
height: 100%;
position: fixed;
top: 0;
bottom: 0;
left: 0;
right: 0;
background: transparent;
opacity: 0;
visibility: hidden;
}
.ocscw_schart_sidpp_overlay.active {
opacity: 1;
visibility: visible;
z-index: 9999;
}
.ocscw_sdpp_table h2:before, .ocscw_sdpp_table h1:before {
width: 0 !important;
height: 0 !important;
margin: 0 !important;
}
.ocscw_sdpp_table table tr td {
background-color: transparent!important;
padding: 5px;
font-size: 15px;
}
ul.ocscw_sdpp_front_tabs {
margin: 0;
padding: 0px;
list-style: none;
border-bottom: 1px solid #777;
font-size: 17px;
}
ul.ocscw_sdpp_front_tabs li {
display: inline-block;
border-radius: 4px 4px 0 0;
padding: 6px 10px;
text-transform: capitalize;
font-weight: 500;
cursor: pointer;
margin: 0;
}
ul.ocscw_sdpp_front_tabs li.current {
color: #555;
cursor: default;
background-color: #fff;
border: 1px solid #777;
border-bottom-color: transparent;
margin-bottom: -1px;
}
.ocscw_sdpp_frtab_content {
display: none;
padding: 15px;
margin: 0;
border: 1px solid #777;
border-top: 0px;
font-size: 17px;
}
.ocscw_sdpp_frtab_content.current{
display: inherit;
}
body .ocscw_sdpp_frtab_content h2 {
margin: 0px 0px 10px 0px !important;
padding: 10px 10px !important;
color: #fff;
text-transform: uppercase;
font-size: 14px !important;
}
.ocscw_sdpp_szchart_content {
background-color: #fefefe;
margin: 20px 0 0 0;
width: 100%;
}
.ocscw_sdpp_popup_header {
width: 100%;
display: inline-block;
float: left;
position: relative;
}
.ocscw_sdpp_popup_header h1 {
font-size: 25px;
font-weight: bold;
text-align: center;
margin: 10px 0px;
line-height: 30px;
text-transform: capitalize;
}
.ocscw_sdpp_popup_body {
width: 100%;
display: inline-block;
margin-top: 20px;
}
.ocscw_sdpp_popup_body table {
margin: 0px;
}
.ocscw_sdpp_child_div ul {
margin: 0px 0 0 20px;
}
.ocscw_sdpp_table tr {
text-align: center;
}  .ocscw_tab_header {
width: 100%;
display: inline-block;
float: left;
position: relative;
}
.ocscw_tab_header h1 {
font-size: 25px;
font-weight: bold;
text-align: center;
margin: 10px 0px;
line-height: 20px;
}
.ocscw_tab_body {
width: 100%;
display: inline-block;
margin-top: 20px;
}
.ocscw_tab_body table {
margin: 0px;
}
.ocscw_popup_padding_div ul {
margin: 0px 0 0 20px;
}
.ocscw_child_div ul {
margin: 0px 0 0 20px;
} ul.ocscw_front_tabs {
margin: 0px 15px 0px 15px;
padding: 0px;
list-style: none;
border-bottom: 1px solid #777;
font-size: 17px;
}
ul.ocscw_front_tabs li {
display: inline-block;
border-radius: 4px 4px 0 0;
padding: 6px 10px;
text-transform: capitalize;
font-weight: 500;
cursor: pointer;
margin: 0;
}
ul.ocscw_front_tabs li.current {
color: #555;
cursor: default;
background-color: #fff;
border: 1px solid #777;
border-bottom-color: transparent;
margin-bottom: -1px;
}
.ocscw_front_tab_content {
display: none;
padding: 15px;
margin: 0px 15px 0px 15px;
border: 1px solid #777;
border-top: 0px;
font-size: 17px;
}
.ocscw_front_tab_content.current{
display: inherit;
}
body .ocscw_front_tab_content h2 {
margin: 0px 0px 10px 0px !important;
padding: 10px 10px !important;
color: #fff;
text-transform: uppercase;
font-size: 14px !important;
}
.ocscw_tableclass h2:before, .ocscw_tableclass h1:before{
width: 0 !important;
height: 0 !important;
margin: 0 !important;
}
.ocscw_tableclass table tr td {
background-color: transparent!important;
padding: 5px;
font-size: 15px;
}
.ocscw_child_div img {
text-align: center;
margin: 0 auto;
margin-top: 30px;
}
.ocscw_child_div tr {
text-align: center;
}
@media only screen and (max-width: 767px) {
.ocscw_sizechart_content {
width: 90%;
}
.ocscw_child_div {
overflow: auto;
width: 100%;
}
ul.ocscw_front_tabs li.current {
border: none;
background-color: #ccc;
}
ul.ocscw_front_tabs li {
border-radius: 0px; 
width: 100%;
text-align: center;
}
ul.ocscw_front_tabs {
margin: 0px;
border-bottom: 1px solid #777;
}
.ocscw_front_tab_content {
overflow: hidden;
margin: 0px;
border: none;
}
.ocscw_popup_padding_div {
border: 1px solid #777;
}
.ocscw_child_div ul {
margin: 0px;
} ul.ocscw_sdpp_front_tabs li.current {
border: none;
background-color: #ccc;
}
ul.ocscw_sdpp_front_tabs li {
border-radius: 0px; 
width: 100%;
text-align: center;
}
ul.ocscw_sdpp_front_tabs {
margin: 0px;
border-bottom: 1px solid #777;
}
.ocscw_sdpp_frtab_content {
overflow: hidden;
margin: 0px;
border: none;
}
.ocscw_sdpp_szchart_content {
width: 90%;
}
.ocscw_sdpp_padding_div {
border: 1px solid #777;
}
.ocscw_sdpp_child_div {
overflow: auto;
width: 100%;
}
.ocscw_sdpp_child_div ul {
margin: 0px;
} }div.variations_form.cart.in_loop {
display: none;
}
.select_option {
display: inline-block;
border: 2px solid var( --yith-wccl-form-colors_border );
margin-right: 6px;
position: relative;
padding: 2px;
}
.select_option.selected {
border: 2px solid  var( --yith-wccl-form-colors_accent );
}
.select_box:not( .on_ptab ) .select_option:hover {
border-color: var( --yith-wccl-form-colors-accent-hover );
}
.select_option.selected:hover {
border-color: var( --yith-wccl-form-colors_accent ) !important;
}
.select_option.inactive span.yith_wccl_value  {
opacity: 0.3;
}
.select_option.inactive .yith_wccl_value {
cursor: not-allowed;
}
.select_option.yith-wccl-remove {
display:none;
}
.select_option.inactive.inactive_cross::before, .select_option.inactive.inactive_cross::after {
content: '';
position: absolute;
top: 0;
left:50%;
width: 2%;
height: 100%;
background-color: var( --yith-wccl-customization-color-cross, #FF0000 );
transform-origin: center;
}
.single-product .select_option.inactive.inactive_cross::before, .single-product .select_option.inactive.inactive_cross::after {
left: 50%;
}
.select_option.inactive.inactive_cross::before {
transform: rotate(45deg);
z-index:999;
}
.select_option.inactive.inactive_cross::after {
transform: rotate(-45deg);
z-index:99;
}
.select_option .yith_wccl_value {
border: 2px solid #fff;
display: block;
text-decoration: none;
text-align: center;
cursor: pointer;
}
.select_option_colorpicker .yith_wccl_value, .select_option_image .yith_wccl_value {
min-width: var( --yith-wccl-customization-color-swatches-size );
height: var( --yith-wccl-customization-color-swatches-size );
border-radius: var( --yith-wccl-customization-color-swatches-border-radius );
overflow: clip;
}
.select_option_colorpicker {
border-radius: var( --yith-wccl-customization-color-swatches-border-radius );
}
.select_box_image .select_option_image .yith_wccl_value, .select_option_label .yith_wccl_value {
border-radius: var( --yith-wccl-customization-option-border-radius );
}
.select_box_image .select_option_image, .select_option_label {
border-radius: var( --yith-wccl-customization-option-border-radius );
}
.select_option_label .yith_wccl_value {
font-size:12px;
width:100%;
height:auto;
}
.select_option .yith-wccl-bicolor {
display: block;
border-style: solid;
border-width: 0 0 calc(var(--yith-wccl-customization-color-swatches-size,22px) - 4px ) calc( var(--yith-wccl-customization-color-swatches-size,22px ) - 4px );
border-left-color: transparent!important;
border-right-color: transparent!important;
border-radius: var( --yith-wccl-customization-color-swatches-border-radius );
calc(var(--yith-wcan-color_swatches_size,45px) + 4px);
} .select_option_label .yith_wccl_value_wrapper {
display: flex;
justify-content: center;
align-items: center;
}
.select_option_label div  {
min-width: var( --yith-wccl-customization-color-swatches-size );
height: var( --yith-wccl-customization-color-swatches-size );
}
.woocommerce div.product form.cart .variations td.yith_wccl_layout_separate,
.woocommerce div.product form.cart .variations th.yith_wccl_layout_separate{
display: block;
}
.theme-yith-proteo.woocommerce div.product form.cart .variations th.yith_wccl_layout_separate {
padding-bottom: 10px !important;
} .select_box.on_ptab .select_option .yith_wccl_value {
cursor: default;
}
.select_option .yith_wccl_tooltip {
position: absolute;
font-size: 12px;
line-height: 14px;
text-align: center;
box-sizing: border-box;
opacity: 0;
width: 100px;
margin-left: -50px;
z-index: 99;
left: 50%;
transition: all 300ms;
-webkit-transition: all 300ms;
-moz-transition: all 300ms;
pointer-events: none;
}
.select_option .yith_wccl_tooltip img {
height: auto;
max-width: 100%;
margin: 5px 0;
}
.select_option .yith_wccl_tooltip span:after {
content: '';
border: 5px solid transparent;
width: 1px;
height: 1px;
position: absolute;
left: 50%;
margin-left: -5px;
} .select_option .yith_wccl_tooltip.top {
bottom: 100%;
padding-bottom: 10px;
}
.select_option .yith_wccl_tooltip.top span:after {
bottom: -10px;
}
.select_option .yith_wccl_tooltip.bottom {
top: 100%;
padding-top: 10px;
}
.select_option .yith_wccl_tooltip.bottom span:after {
top: -10px;
} .select_option .yith_wccl_tooltip.fade,
.select_option .yith_wccl_tooltip.slide {
opacity: 0;
}
.select_option:hover .yith_wccl_tooltip.fade,
.select_option:hover .yith_wccl_tooltip.slide {
opacity: 1;
}
.select_option .yith_wccl_tooltip.top.slide {
transform: translateY(20%);
-webkit-transform: translateY(20%);
-moz-transform: translateY(20%);
-ms-transform: translateY(20%);
}
.select_option .yith_wccl_tooltip.bottom.slide {
transform: translateY(-20%);
-webkit-transform: translateY(-20%);
-moz-transform: translateY(-20%);
-ms-transform: translateY(-20%);
}
.select_option:hover .yith_wccl_tooltip.slide {
transform: translateY( 0 );
-webkit-transform: translateY( 0 );
-moz-transform: translateY( 0 );
-ms-transform: translateY( 0 );
}
.select_option:hover .yith_wccl_tooltip {
transition: all 300ms;
-webkit-transition: all 300ms;
-moz-transition: all 300ms;
opacity: 1;
}
.select_option .yith_wccl_tooltip > span {
display: inline-block;
position: relative;
height: auto;
width: auto;
max-width: 100%;
border-radius: 3px;
padding: 6px 6px;
}
.select_option {
vertical-align:top;
} li.product .variations_form.cart {
margin: 5px 0;
}
li.product .variations_form.cart div.variations {
margin-bottom: 15px;
} li.product .ywccl_stock {
font-size: 0.92em;
margin: 10px;
}
li.product .ywccl_stock.stock {
color: #77a464;
}
li.product .ywccl_stock.out-of-stock {
color: red;
}
.avada-select-parent .select_box,
select.yith_wccl_custom ~ .select2-container {
display: none;
}
ul.products li.product .variations_form .select_box .yith_wccl_value,
ul.products li.wc-block-grid__product .variations_form .select_box .yith_wccl_value,
.wc-block-grid ul.wc-block-grid__products li.product .variations_form .select_box .yith_wccl_value,
.wc-block-grid ul.wc-block-grid__products li.wc-block-grid__product .variations_form .select_box .yith_wccl_value {
min-width: 32px;
height: 32px;
line-height: 29px;
width: auto;
}
li.product .select_option .yith_wccl_value .yith-wccl-bicolor  {
border-width: 0 0 29px 29px;
}
li.product .select_option_label div {
min-width: 32px;
height: 32px;
} .woocommerce-product-gallery.loading-gallery,
.product-gallery.loading-gallery {
position: relative;
}
.woocommerce-product-gallery.loading-gallery::after,
.product-gallery.loading-gallery:after {
content: '';
position: absolute;
background: url(//shop.lidmag.it/wp-content/plugins/yith-woocommerce-color-label-variations-premium/assets/images/ajax-loader.gif) #fff no-repeat center center;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 100;
} .select_option .yith_wccl_tooltip > span {
background: var( --yith-wccl-tooltip-colors_background ) ;
color: var( --yith-wccl-tooltip-colors_text-color ) ; box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
}
.select_option .yith_wccl_tooltip.bottom span:after {
border-bottom-color: var( --yith-wccl-tooltip-colors_background );
}
.select_option .yith_wccl_tooltip.top span:after{
border-top-color: var( --yith-wccl-tooltip-colors_background );
}
.yith-wccl-no-selected, .yith-wccl-no-selected-msg {
color:red;
}
.yith-wccl-no-selected-msg {
margin-top: 5px;
} .products-block-post-template .yith_wccl_layout_inline, .products-block-post-template .yith_wccl_layout_separate {
text-align:center;
}