.dropdown-row {
    display: flex;
    flex-wrap: wrap;
}

.dropdown-row .dropdown-options {
    background-size: contain;
    background-repeat: no-repeat;
    text-align: center;
    padding-left: 0px;
    padding-right: 0px;
}

.dropdown-row .dropdown-options .option-name {
    padding-bottom: 10px;
    padding-top: 10px;
    font-size: 12px;
    word-break: break-word;
}

.dropdown-row .dropdown-options .dropdown-img {
    height: auto;
    width: auto;
    max-height: 70px;
}


/*tr:first-child .arrow-down {
  
  display: none;
}
tr:first-child .arrow-left {
 
  display: block;
  
}*/

.arrow-down {
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    float: right;
    border-top: 7px solid #000;
    /*display: none;*/
}

.arrow-left {
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    float: right;
    border-left: 7px solid #000;
    display: none;
}


/*tr:first-child .toggle-left{
  display: none;
}
tr:first-child .toggle-down{
  display: block;
}*/

.first_opt_show {
    display: block !important;
}

.first_opt_hide {
    display: none !important;
}

.toggle-left {
    display: block;
}

.toggle-down {
    display: none;
}

.dropdown-div {
    border: 2px solid #dddddd;
    margin-top: 10px;
}

.dropdown-div .dropdown-select {
    width: 100%;
    min-height: 20px;
    padding-top: 5px;
    padding-bottom: 5px;
    align-items: center;
    display: flex;
    justify-content: space-between;
}

.dropdown-div .dropdown-select .arrow-div {
    display: flex;
    /*justify-content: space-between;*/
    align-items: center;
    padding-left: 0;
    padding-right: 0;
}

.selected-div {
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-right: 62px;
}

label.dropdown-label {
    text-transform: uppercase;
    margin-right: 7px;
    padding: 0px;
	font-weight: bolder !important;
}

.variations td.label label {
    display: none;
}

.variations td.label::after {
    display: none;
}

.attri-desc p {
    margin-right: 15px !important;
    width: 20px;
    max-height: 20px;
    height: -webkit-fill-available;
    background-color: grey;
    color: #fff !important;
}

.attri-desc {
    display: none;
    text-align: center;
    color: #fff;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.woocommerce div.product form.cart .button {
    font-size: 13px !important;
}

@media only screen and (min-width: 768px) and (max-width: 779px) {
    .woocommerce div.product form.cart .button {
        font-size: 9px !important;
    }
    .export_ {
        font-size: 9px !important;
    }
}

@media only screen and (min-width: 780px) and (max-width: 1199px) {
    .woocommerce div.product form.cart .button {
        font-size: 10px !important;
    }
    .export_ {
        font-size: 10px !important;
    }
}

@media (min-width: 1920px) and (max-width: 2560px) {
    .desc-hover {
        right: 37.5px !important;
    }
}

@media only screen and (min-width: 768px) {
    .woocommerce-variation-add-to-cart.variations_button {
        margin-left: 0px !important;
    }
    td.value {
        /*padding-right: 80px !important;*/
        position: relative;
    }
    .desc-hover {
        position: absolute;
        right: 19px;
        /*top: 14px;*/
    }
    .desc-hover .desc-hover-flex {
        /*display: flex;*/
    }
    .arrow-left1 {
        display: none;
        width: 0;
        height: 0;
        border-top: 5px solid transparent;
        border-bottom: 5px solid transparent;
        float: right;
        border-left: 10px solid grey;
        margin-right: 5px;
        margin-top: 15px;
    }
    .desc-hover div.desc-hover-class {
        width: 135px;
        max-width: 140px;
    }
}

@media only screen and (max-width: 375px) {
    .desc-hover {
        z-index: 1;
        position: absolute;
        right: 9px;
        top: 45px;
    }
}

@media only screen and (min-width: 376px) and (max-width: 767px) {
    /* .desc-hover {
      z-index: 1;
      position: absolute;
      right: 5px;
      top: 45px;
  }*/
}

@media only screen and (max-width: 767px) {
    .desc-hover {
        z-index: 1;
        position: absolute;
        right: 17px;
        /*top: 45px;*/
    }
    .desc-hover .desc-hover-flex {
        display: block;
    }
    .arrow-left1 {
        display: none
    }
    .arrow-down1 {
        width: 0;
        height: 0;
        border-left: 5px solid transparent;
        border-right: 5px solid transparent;
        float: right;
        border-top: 7px solid grey;
        margin-right: 5px;
        margin-bottom: 5px;
    }
    .desc-hover div.desc-hover-class {
        width: 200px;
        max-width: 200px;
    }
}

.arrow-down1 {
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    float: right;
    border-top: 7px solid grey;
    margin-right: 5px;
    margin-bottom: 5px;
}

td.value {
    position: relative;
}

.desc-hover div.desc-hover-class {
    /* width:135px;
  max-width: 140px;*/
    overflow: hidden;
    color: #ffff;
    background: grey;
}

.desc-hover div.desc-hover-class p {
    font-size: 10px;
    padding: 10px 10px;
    color: #ffff !important;
    word-break: break-word;
    word-break: break-word;
}

.desc-hover {
    z-index: 1111;
    display: none;
}

.dropdown-no-img {
    margin-top: 20px;
}

td.value {
    cursor: pointer
}

.drop-down select {
    display: none !important;
}

.woocommerce-variation-price span.price {
    /* width: 36%; */
    width: 25% !important;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    float: left;
}

.woocommerce-variation-price span.amount {
    display: inline-block;
    font-weight: 600;
    line-height: 33px;
    padding-left: 5px;
    /*padding-top: 18px;*/
    font-size: 21px;
    color: #666;
    font-family: "Open Sans";
}

.execphpwidget p.price {
    display: none;
}

.option-selected {
    margin-left: 5px;
    margin-right: 10px;
    text-align: right;
    text-transform: uppercase;
    font-weight: bolder;
}

.variations td.label {
    display: none; 
}


/*tr:first-child div.dropdown-row{
  display: block;
}
div.dropdown-row{
  display: none;
}*/

.export_ {
	/* border-radius: 4px; */
    background-color: #f8f8f8 !important;
    /* border: 2px solid #f8f8f8 !important; */
    padding: 0.3em 1em!important;
    color: #000 !important;
    /* opacity: .5; */
    font-weight: 700!important;
    font-size: 13px!important;
    text-transform: uppercase;
    cursor: pointer;
}

a.export_:hover {
    background: #f8f8f8 !important;
    color:#000!important;
}

.pdf_class {
    opacity: 0.5;
    cursor: not-allowed;
}

.woocommerce div.product .woocommerce-tabs .panel a.export_:hover {
    /*color: #ab9995 !important;*/
    color: #555555 !important;
}

@media only screen and (width: 768px) {
    .price_design_new {
        width: 100% !important;
    }
}

@media only screen and (min-width: 769px) {
    div.single_variation_wrap {
        /*width: 380px !important;*/
        /*/display: flex !important;*/
    }
    .price_design_new {
        width: 100% !important;
    }
    .price_design {
        width: 75% !important;
    }
    .woocommerce-variation.single_variation {
        width: 25%;
        float: left;
        margin-bottom: 0px !important;
    }
    .woocommerce-variation-add-to-cart.variations_button {
        display: flex;
        align-items: center;
        padding-bottom: 0px !important;
    }
    .woocommerce div.product form.cart div.quantity {
        margin: 0px !important;
		right: -22px;
    }
    button[type='submit'].single_add_to_cart_button.button.alt {
        top: 0px !important;
        margin-bottom: 0px !important;
        padding-bottom: 0px !important;
    }
    .single_variation {
        padding-bottom: 0px !important;
    }
}

@media only screen and (max-width: 434px) {
    .single_variation {
        width: 100%;
        display: flex;
        justify-content: center;
    }
    .woocommerce-variation-add-to-cart.variations_button {
        width: 100%;
        display: flex;
        justify-content: center;
        margin: 0px auto !important;
        padding-bottom: 0px !important;
    }
    .export_ {
		display: unset;
		width: 100%;
		height: 35px;
		margin-top: unset;
		text-align: center;
		margin-top: 20px;
		margin-bottom: 20px;
    }
	.export_:hover {
		border: 2px solid transparent;
	}
    div.single_variation_wrap {
        width: 100% !important;
    }
}

.variation_div {
    display: flex;
}

#variation_upload {
    max-width: 200px;
}

#targetLayer img.image-preview {
    width: 50px;
    height: auto;
}

.form-row-full .variation_img_div {
    margin-bottom: 30px;
}

.variation_image_error {
    display: none;
}

.form-row-full .variation_img_show #targetLayer {
    margin-right: 20px;
}

.form-row-full .variation_img_show {
    display: flex;
    align-items: center;
}

.delete-variation p {
    display: none;
}

.vc_tta-accordion .vc_tta-panel.sidebar-accordion .vc_tta-panel-heading .vc_tta-panel-title {
    display: flex;
    position: relative;
    align-items: center;
}


/* .woocommerce div.product .woocommerce-tabs .panel a:hover */
.vc_tta-panel-body {background:none !important;border:0 !important;}
.wpb-js-composer .vc_tta-color-white.vc_tta-style-flat .vc_tta-panel.vc_active .vc_tta-panel-heading {
    background-color: #fff!important;
}
.wpb-js-composer .vc_tta.vc_tta-style-flat .vc_tta-panel-body, .wpb-js-composer .vc_tta.vc_tta-style-flat .vc_tta-panel-heading {
    border-width: 0; 
}
.wpb-js-composer .vc_tta.vc_tta-o-no-fill .vc_tta-panels .vc_tta-panel-body {
    border-color: transparent;
    background-color: transparent;
}
 .vc_tta-panel-heading{
    background:none !important;border:0 !important;
}
.spec_table a{color:#f26d31 !important;font-weight: 100 !important;}