.acovswHideData{
    display: none !important;
}
.acovsw-attribute-style {
    padding: 0px !important;
    margin: 0px !important;
    list-style: none;
    display: inline-block !important;
    vertical-align: middle;
}
.acovsw-attribute-style li {
    float: left;
    margin: 5px 5px 10px 0px !important;
    padding: 0;
    line-height: 30px;
    list-style: none;
    position: relative;
    cursor: pointer;
}
.acovsw-attribute-style li .acovsw-variation {
    white-space: nowrap;
    text-align: center;
    vertical-align: middle;
}
.acovsw-attribute-style li.acovsw-disabled .acovsw-variation {
    cursor: not-allowed;
    opacity: 0.5;
}
.acovsw-attribute-style li.acovsw-disabled .acovsw-variation:after {
    position: absolute;
    top: 0px;
    bottom: 0px;
    right: 0px;
    left: 0;
    text-align: center;
    z-index: 99;
    content: '';
    background: rgba(0, 0, 0, .5);
}

/****Type Label*****/
ul.acovsw-button-style li{
    padding: 0;
    cursor: auto;
}
ul.acovsw-button-style li .acovsw-variation {
    border: 1px solid grey;
    display: inline-block;
    padding: 0 10px;
    line-height: 30px;
    position: relative;
    cursor: pointer;
}
ul.acovsw-button-style li:hover .acovsw-variation {
    color: #ffffff;
    background: rgba(0, 0, 0, .7);
}
ul.acovsw-button-style li.acovsw-selected .acovsw-variation:before{
    /* content: '';
    display: block;
    width: 5px;
    height: 12px;
    border: solid #000;
    border-width: 0 4px 4px 0;
    transform: rotate(45deg);
    position: absolute;
    top: 10px;
    right: 12px; */
    content: " ";
    display: block;
    width: 0.5em;
    height: 1em;
    border: solid #000;
    border-width: 0 0.2em 0.2em 0;
    position: absolute;
    left: 50%;
    margin-left: -0.25em;
    top: 50%;
    margin-top: -0.5em;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    z-index: 2;
}
ul.acovsw-button-style li.acovsw-selected .acovsw-variation:after{
    content: " ";
    display: block;
    opacity: 0;
    background: #000;
    z-index: 1;
}
/* ul.acovsw-button-style li.acovsw-selected .acovsw-variation:after{
    position: absolute;
    left: 0;
    bottom: 0;
    height: 3px;
    width: 100%;
    background-color: #000;
    content: "";
    transform: translateX(10px) rotate(-45deg);
    transform-origin: left bottom;
} */
/****Type Radio*****/
.acovsw-attribute-single-option .acovsw-variation{
    display: inline-block;
    position: relative;
    /* margin: 10px 5px 10px 0px; */
    height: 30px;
    line-height: 30px;
}
.acovsw-attribute-single-option .acovsw-variation input[type=radio]{
    position: absolute;
    visibility: hidden;
}
.acovsw-attribute-single-option .acovsw-variation label{
    display: block;
    position: relative;
    font-weight: 300;
    font-size: 14px;
    padding: 0px 5px 0px 25px;
    margin: 0px;
    line-height: 30px;
    z-index: 9;
    cursor: pointer;
    -webkit-transition: all 0.25s linear;
}
.acovsw-attribute-single-option .acovsw-variation .acovswRadioTicked{
    display: block;
    position: absolute;
    border: 3px solid #AAAAAA;
    border-radius: 100%;
    height: 15px;
    width: 15px;
    top: 7px;
    left: 1px;
    z-index: 5;
    transition: border .25s linear;
    -webkit-transition: border .25s linear;
}
.acovsw-attribute-single-option .acovsw-variation .acovswRadioTicked::before {
    display: block;
    position: absolute;
    content: '';
    border-radius: 100%;
    height: 7px;
    width: 7px;
    top: 1px;
    left: 1px;
    margin: auto;
    transition: background 0.25s linear;
    -webkit-transition: background 0.25s linear;
}
.acovsw-attribute-single-option:hover .acovsw-variation .acovswRadioTicked {
    border: 3px solid #6D71F9;
}
.acovsw-attribute-single-option:hover .acovsw-variation {
	color: #6D71F9;
}
.acovsw-attribute-single-option .acovsw-variation input[type=radio]:checked ~ .acovswRadioTicked,
.acovsw-attribute-single-option.acovsw-selected .acovsw-variation .acovswRadioTicked {
    border: 3px solid #6D71F9;
}
.acovsw-attribute-single-option .acovsw-variation input[type=radio]:checked ~ .acovswRadioTicked::before,
.acovsw-attribute-single-option.acovsw-selected .acovsw-variation .acovswRadioTicked::before{
    background: #6D71F9;
}
.acovsw-attribute-single-option .acovsw-variation input[type=radio]:checked ~ label
.acovsw-attribute-single-option.acovsw-selected .acovsw-variation .acovswRadioTicked label{
    color: #6D71F9;
}

/****Type Color*****/
.acovsw-color-style li .acovsw-variation{
    display: inline-block;
    height: 30px;
    width: 30px;
    position: relative;
}
/* .acovsw-color-style li.acovsw-selected .acovsw-variation:before{
    content: '';
    display: block;
    width: 5px;
    height: 12px;
    border: solid #fff;
    border-width: 0 4px 4px 0;
    transform: rotate(45deg);
    position: absolute;
    top: 10px;
    right: 12px;
} */
.acovsw-color-style li.acovsw-selected .acovsw-variation:before{
    content: " ";
    display: block;
    width: 0.5em;
    height: 1em;
    border: solid white;
    border-width: 0 0.2em 0.2em 0;
    position: absolute;
    left: 50%;
    margin-left: -0.25em;
    top: 50%;
    margin-top: -0.5em;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    z-index: 2;
}
.acovsw-color-style li.acovsw-selected .acovsw-variation:after{
    content: " ";
    display: block;
    opacity: 0;
    background: #000;
    z-index: 1;
}
/* .acovsw-color-style li.acovsw-selected .acovsw-variation:after{
    position: absolute;
    left: 0;
    bottom: 0;
    height: 3px;
    width: 100%;
    background-color: #fff;
    content: "";
    transform: translateX(10px) rotate(-45deg);
    transform-origin: left bottom;
} */
/****Type Image****/
ul.acovsw-image-style li .acovsw-variation{
    height: 50px;
    width: 50px;
    position: relative;
    background: none;
    padding: 0px;
    display: inline-block;
}
ul.acovsw-image-style li.acovswMultiLabel .acovsw-variation {
    border: 1px solid grey;
    display: inline-block;
    /* padding: 0 10px; */
    line-height: 30px;
    position: relative;
    cursor: pointer;
    text-align: center;
}
ul.acovsw-image-style li.acovswMultiLabel:hover .acovsw-variation {
    color: #ffffff;
    background: rgba(0, 0, 0, .7);
}
ul.acovsw-image-style li .acovsw-variation img{
    width: 100%;
    height: auto;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}
/* .acovsw-image-style li.acovsw-selected .acovsw-variation:before{
    content: '';
    display: block;
    width: 5px;
    height: 12px;
    border: solid #fff;
    border-width: 0 4px 4px 0;
    transform: rotate(45deg);
    position: absolute;
    top: 10px;
    right: 12px;
} */
.acovsw-image-style li.acovsw-selected .acovsw-variation:before{
    content: " ";
    display: block;
    width: 0.5em;
    height: 1em;
    border: solid white;
    border-width: 0 0.2em 0.2em 0;
    position: absolute;
    left: 50%;
    margin-left: -0.25em;
    top: 50%;
    margin-top: -0.5em;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    z-index: 2;
}
.acovsw-image-style li.acovsw-selected .acovsw-variation:after{
    content: " ";
    display: block;
    opacity: 0;
    background: #000;
    z-index: 1;
}
/* .acovsw-image-style li.acovsw-selected .acovsw-variation:after{
    position: absolute;
    left: 0;
    bottom: 0;
    height: 3px;
    width: 100%;
    background-color: #fff;
    content: "";
    transform: translateX(10px) rotate(-45deg);
    transform-origin: left bottom;
} */
/****Type Multi****/
ul.acovsw-multi-style li .acovsw-variation{
    height: 50px;
    width: 50px;
    position: relative;
    background: none;
    padding: 0px;
    display: inline-block;
}
ul.acovsw-multi-style li.acovswMultiLabel .acovsw-variation {
    border: 1px solid grey;
    display: inline-block;
    /* padding: 0 10px; */
    line-height: 30px;
    position: relative;
    cursor: pointer;
    text-align: center;
}
ul.acovsw-multi-style li.acovswMultiLabel:hover .acovsw-variation {
    color: #ffffff;
    background: rgba(0, 0, 0, .7);
}
ul.acovsw-multi-style li .acovsw-variation img{
    width: 100%;
    height: auto;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
/* .acovsw-multi-style li.acovsw-selected .acovsw-variation:before{
    content: '';
    display: block;
    width: 5px;
    height: 12px;
    border: solid #fff;
    border-width: 0 4px 4px 0;
    transform: rotate(45deg);
    position: absolute;
    top: 10px;
    right: 12px;
} */
.acovsw-multi-style li.acovsw-selected .acovsw-variation:before{
    content: " ";
    display: block;
    width: 0.5em;
    height: 1em;
    border: solid white;
    border-width: 0 0.2em 0.2em 0;
    position: absolute;
    left: 50%;
    margin-left: -0.25em;
    top: 50%;
    margin-top: -0.5em;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    z-index: 2;
}
.acovsw-multi-style li.acovsw-selected .acovsw-variation:after{
    content: " ";
    display: block;
    opacity: 0;
    background: #000;
    z-index: 1;
}
/* .acovsw-multi-style li.acovsw-selected .acovsw-variation:after{
    position: absolute;
    left: 0;
    bottom: 0;
    height: 3px;
    width: 100%;
    background-color: #fff;
    content: "";
    transform: translateX(10px) rotate(-45deg);
    transform-origin: left bottom;
} */
/****Type Mixed****/
ul.acovsw-mixed-style li .acovsw-variation{
    height: 50px;
    width: 50px;
    line-height: 50px;
    position: relative;
    background: none;
    padding: 0px;
    display: inline-block;
}
ul.acovsw-mixed-style li.acovswMultiLabel .acovsw-variation {
    border: 1px solid grey;
    display: inline-block;
    /* padding: 0 10px; */
    line-height: 50px;
    position: relative;
    cursor: pointer;
    text-align: center;
}
ul.acovsw-mixed-style li.acovswMultiLabel:hover .acovsw-variation {
    color: #ffffff;
    background: rgba(0, 0, 0, .7);
}
ul.acovsw-mixed-style li .acovsw-variation img{
    width: 100%;
    height: auto;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
/* .acovsw-mixed-style li.acovsw-selected .acovsw-variation:before{
    content: '';
    display: block;
    width: 5px;
    height: 12px;
    border: solid #fff;
    border-width: 0 4px 4px 0;
    transform: rotate(45deg);
    position: absolute;
    top: 10px;
    right: 12px;
} */
.acovsw-mixed-style li.acovsw-selected .acovsw-variation:before{
    content: " ";
    display: block;
    width: 0.5em;
    height: 1em;
    border: solid white;
    border-width: 0 0.2em 0.2em 0;
    position: absolute;
    left: 50%;
    margin-left: -0.25em;
    top: 50%;
    margin-top: -0.5em;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    z-index: 2;
}
.acovsw-mixed-style li.acovsw-selected .acovsw-variation:after{
    content: " ";
    display: block;
    opacity: 0;
    background: #000;
    z-index: 1;
}
/* .acovsw-mixed-style li.acovsw-selected .acovsw-variation:after{
    position: absolute;
    left: 0;
    bottom: 0;
    height: 3px;
    width: 100%;
    background-color: #fff;
    content: "";
    transform: translateX(10px) rotate(-45deg);
    transform-origin: left bottom;
} */
/****Tooltip*****/
.acovswToolTip{
    visibility: hidden;
    width: auto;
    height: 30px;
    line-height: 30px;
    background-color: rgba(0, 0, 0, .7);
    color: #ffffff;
    position: absolute;
    z-index: 9999;
    border-radius: 3px;
    padding: 0px 10px;
    bottom: 125%;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
    transition: opacity .6s;
    white-space: nowrap;
}
ul.acovsw-attribute-style li:hover .acovswToolTip,
.acovsw-attribute-single-option:hover .acovswToolTip,
.acovsw-color-style li:hover .acovswToolTip{
    visibility: visible;
    opacity: 1;
}

/*****Attribute Styles******/
.acovsw-style-vertical li {
    float:none;
    clear: both;
    display: block;
}
/*****Listing Page Styles*****/
.acovsw-variations .acovsw-variations-row{
    width: 100%;
    text-align: center;
    float: left;
}
.acovsw-variations .acovsw-variations-row .acovsw-variation-lbl,
.acovsw-variations .acovsw-variations-row .acovsw-variation-fld {
    display: inline-block;
    vertical-align: middle;
}
.acovsw-variations .acovsw-variations-row .acovsw-variation-lbl {
    padding-right: 10px;
}
/*******Out Of Stock********/
.acovsw-attribute-style li.acovsw_cross:after{
    position: absolute;
    content: '';
    display: block;
    width: 60%;
    height: 0px;
    border: solid #fff;
    border-width: 0 0px 3px 0;
    transform: translate(-50%) rotate(45deg);
    left:50%;
    top:50%;
    z-index: 10;
}
.acovsw-attribute-style li.acovsw_cross::before{
    position: absolute;
    content: '';
    display: block;
    width: 60%;
    height: 0px;
    border: solid #fff;
    border-width: 0 0px 3px 0;
    transform: translate(-50%) rotate(-45deg);
    left:50%;
    top:50%;
    z-index: 10;
}
.acovsw-attribute-style li.acovsw_blur{
    cursor: not-allowed;
}
.acovsw-attribute-style li.acovsw_blur:after{
    content: '';
    background: rgba(0, 0, 0, 0.5);
    top: 0;
    right: 0px;
    left: 0px;
    bottom: 0px;
    position: absolute;
}
.acovsw-attribute-style li.acovsw_hide{
    display: none;
}