ul.jcaa_attr_select, ul.jcaa_attr_select li{
	margin:0;
	padding:0;
}

ul.jcaa_attr_select{
	overflow: hidden;
	margin-bottom: -5px;
}

.jcaa_attr_variable_select .jcaa_attr_option:hover{
	cursor: pointer;
}

.jcaa_attr_variable_select .jcaa_attr_option.jcass_attr_disable:hover{
	cursor: default;
}

.jcaa_attr_select li{
	display: inline-block;
	width: auto !important;
}

.jcaa_attr_option{
	display: block;
	margin: 0 !important;
}

.jcaa_attr_select li img{
	margin-bottom: 0 !important;
}/**
 * Optional styles
 */

.jcaa_attr_select.jcaa_rounded_corners li, .jcaa_attr_select.jcaa_rounded_corners li .jcaa_attr_option{
	-moz-border-radius: 50%;
	border-radius: 50%;
	overflow: hidden;
}

ul.jcaa_attr_variable_select{
	margin-bottom: 5px;
}

a.jcaa_attr_option {
	padding-left: 5px;
	padding-right: 5px;	
}

a.jcaa_attr_option:hover{
	text-decoration: inherit;
}

.variations ul.jcaa_attr_select{
	margin-bottom: -5px;
}

ul.jcaa_attr_select li{
	float:left;
	margin-right: 5px;
	margin-bottom: 5px;
	/*border: 1px solid #333;*/
}

ul.jcaa_attr_select li:first-child{
	margin-left: 0;
}

.shop_attributes td{
	vertical-align: middle;
}/*

THIS FILE IS OVERWRITTEN EVERY TIME YOU UPDATE THE PLUGIN.
USE THE CUSTOM CSS OPTION IN THE SUBSCRIPTION SETTING PANEL FOR YOUR
CUSTOM CSS RULES.

*/

div.tnp-subscription, div.tnp-profile,
form.tnp-subscription, form.tnp-profile {
    display: block;
    margin: 1em auto;
    max-width: 500px;
    width: 100%;
}

/* Generic field wrapper */
.tnp-subscription div.tnp-field,
.tnp-profile div.tnp-field
{
    margin-bottom: .7em;
    border: 0;
    padding: 0;
}

.tnp-subscription label,
.tnp-profile label
{
    display: block;
    color: inherit;
    font-weight: normal;
    line-height: normal;
    padding: 0;
    margin: 0;
    margin-bottom: .25em;
    font-size: .9em;
}

.tnp-subscription .tnp-field-checkbox label,
.tnp-profile .tnp-field-checkbox label
{
    display: inline-block;
}

.tnp-subscription input[type=text],
.tnp-subscription input[type=email],
.tnp-subscription input[type=submit],
.tnp-subscription select,
.tnp-subscription textarea,
.tnp-profile input[type=text],
.tnp-profile input[type=email],
.tnp-profile input[type=submit],
.tnp-profile select,
.tnp-profile textarea
{
    width: 100%;
    padding: .7em;
    display: block;
    border: 1px;
    color: #444;
    border-color: #ddd;
    background-color: #f4f4f4;
    background-image: none;
    text-shadow: none;
    font-size: 1em;
    margin: 0;
    line-height: normal;
    box-sizing: border-box;
}

.tnp-subscription input[type=checkbox],
.tnp-widget input[type=radio],
.tnp-profile input[type=checkbox]
{
    /* Fixes some bad themes CSS */
    max-width: 1em;
    display: inline-block;
    margin-right: .5em;
}

/* Antireset - http://www.satollo.net/css-and-select-space-between-the-options-and-the-arrow */
.tnp-subscription select option,
.tnp-profile select option
{
    margin-right: .75em;
}

.tnp-subscription input.tnp-submit,
.tnp-profile input.tnp-submit
{
    background-color: #444;
    color: #fff;
    width: auto;
    height: auto;
    margin: 0;
}

@media all and (max-width: 480px) {
    .tnp-subscription input[type=submit],
    .tnp-profile input[type=submit] {
        width: 100%;
    }
}

.tnp-widget {
    width: 100%;
    display: block;
    box-sizing: border-box;
}

.tnp-widget .tnp-field {
    margin-bottom: 10px;
    border: 0;
    padding: 0;
}

.tnp-widget label {
    display: block;
    color: inherit;
    font-size: 14px;
}

.tnp-widget input[type=text], .tnp-widget input[type=email], .tnp-widget input[type=submit], .tnp-widget select {
    width: 100%;
    padding: 10px;
    display: block;
    border: 1px solid #ddd ;
    border-color: #ddd;
    background-color: #f4f4f4;
    background-image: none;
    text-shadow: none;
    color: #444;
    font-size: 14px;
    line-height: normal;
    box-sizing: border-box;
    height: auto;
}

.tnp-widget input[type=checkbox], .tnp-widget input[type=radio] {
    width: auto;
    display: inline-block;
}

/* Antireset - http://www.satollo.net/css-and-select-space-between-the-options-and-the-arrow */
.tnp-widget select option {
    margin-right: 10px;
}

.tnp-widget input.tnp-submit {
    background-color: #444;
    background-image: none;
    text-shadow: none;
    color: #fff;
    margin: 0;
}

.tnp-field input[type="submit"] {
    position: inherit;
}

.tnp-field label {

}

/* Newsletter Widget Minimal */

.tnp-widget-minimal {
    width: 100%;
}

.tnp-widget-minimal form {
    margin: 0;
    padding: 0;
    border: 0;
}

.tnp-widget-minimal input.tnp-email {
    width: 100%;
    box-sizing: border-box;
    padding: 10px;
    display: inline-block;
    border: 1px solid #ddd;
    background-color: #f4f4f4;
    color: #444;
    font-size: 14px;
}

.tnp-widget-minimal input.tnp-submit {
    width: 100%;
    box-sizing: border-box;
    padding: 10px;
    display: inline-block;
    border: 1px;
    border-color: #ddd;
    background-color: #444;
    background-image: none;
    text-shadow: none;
    color: #fff;
    font-size: 14px;
    line-height: normal;
    border-radius: 0px;
    height: auto;
    margin: 0;
}

/* The minimal form */

.tnp-subscription-minimal {
    width: 100%;
    box-sizing: border-box;
    margin: 10px 0;
}

.tnp-subscription-minimal form {
    width: auto;
    margin: 0;
    padding: 0;
    border: 0;
    white-space: nowrap;
}

.tnp-subscription-minimal input.tnp-email,
.tnp-subscription-minimal input.tnp-name
{
    width: 70%;
    max-width: 300px;
    box-sizing: border-box;
    padding: 10px;
    display: inline-block;
    border: 1px solid #ddd;
    background-color: #f4f4f4;
    color: #444;
    font-size: 14px;
    line-height: 20px;
    border-radius: 0px;
    margin-right: 10px;
}

.tnp-subscription-minimal.with-name input.tnp-email,
.tnp-subscription-minimal.with-name input.tnp-name
{
    width: 31%;
}

.tnp-subscription-minimal .tnp-privacy-field {
    margin-top: 10px;
}

/* Some of these styles are overridden by theme styles... */
.tnp-subscription-minimal input.tnp-submit {
    width: 29%;
    box-sizing: border-box;
    display: inline-block;
    padding: 10px;
    border: 1px;
    border-color: #ddd;
    background-color: #444;
    background-image: none;
    text-shadow: none;
    color: #fff;
    font-size: 14px;
    line-height: 20px;
    border-radius: 0px;
    margin: 0;
}

.tnp-subscription-posts {
    margin-top: 2em;
    margin-bottom: 2em;
    padding: 2rem;
}

.tnp-subscription-posts .tnp-subscription {
    max-width: auto;
    margin: 0;
}

@media all and (max-width: 525px) {
    .tnp-subscription-minimal.with-name input.tnp-email,
    .tnp-subscription-minimal.with-name input.tnp-name,
    .tnp-subscription-minimal input.tnp-submit
    {
        width: 100%;
        max-width: 100%;
        margin: 0;
        display: block;
        margin-bottom: .5rem;
    }
}

/* Comments Extension */
.tnp-comments {
    clear: both;
    margin-top: 15px;
    margin-bottom: 15px;
}

.tnp-comments label {
    display: block;
}

.tnp-comments input[type=checkbox] {
    display: inline-block;
    width: auto!important;
}


/* Locked Content Extension */
.tnp-lock {
    clear: both;
    display: block;
    box-sizing: border-box;
    box-shadow: none;
    margin: 20px;
    padding: 15px;
    background-color: #fff;
    border: 1px solid #ddd;
}

.tnp-nl-checkout {
    margin-bottom: 1em;
}

			.dgwt-wcas-ico-magnifier,.dgwt-wcas-ico-magnifier-handler{max-width:20px}.dgwt-wcas-search-wrapp{max-width:600px}		
            .variations option:disabled,
            .select-option.disabled {
                display: none !important;
            }
            
                .ar-panel-expanded .ar-cart,        .ar-order,        .ar-panel-interior a:hover        {            background:  !important;        }        .ar-amount a {            color:  !important;        }    

		/**
		 * Dynamic Styles
		 */
		ul.jcaa_attr_variable_select .jcaa_attr_option:hover{
		 	border-color:#333333 !important;
		 }
		
		.jcaa_attr_select .jcaa_attr_option, .jcaa_attr_select .jcaa_attr_option.jcass_attr_disable:hover{
			border: 2px solid #FFFFFF !important;
		}

				.jcaa_attr_select.jcaa_size_small .jcaa_obj_image.jcaa_attr_option, .jcaa_attr_select.jcaa_size_small .jcaa_obj_color.jcaa_attr_option{
			width: 20px;
			height: 20px;
		}

        .upsells.products .jcaa_attr_select.jcaa_size_small .jcaa_obj_image.jcaa_attr_option, .upsells.products .jcaa_attr_select.jcaa_size_small .jcaa_obj_color.jcaa_attr_option{
            width: 20px;
            height: 20px;
        }

		.jcaa_attr_select.jcaa_size_small .jcaa_obj_text.jcaa_attr_option{
			line-height: 20px;
			font-size:10px;
		}
				.jcaa_attr_select.jcaa_size_medium .jcaa_obj_image.jcaa_attr_option, .jcaa_attr_select.jcaa_size_medium .jcaa_obj_color.jcaa_attr_option{
			width: 30px;
			height: 30px;
		}

        .upsells.products .jcaa_attr_select.jcaa_size_medium .jcaa_obj_image.jcaa_attr_option, .upsells.products .jcaa_attr_select.jcaa_size_medium .jcaa_obj_color.jcaa_attr_option{
            width: 30px;
            height: 30px;
        }

		.jcaa_attr_select.jcaa_size_medium .jcaa_obj_text.jcaa_attr_option{
			line-height: 30px;
			font-size:15px;
		}
				.jcaa_attr_select.jcaa_size_large .jcaa_obj_image.jcaa_attr_option, .jcaa_attr_select.jcaa_size_large .jcaa_obj_color.jcaa_attr_option{
			width: 40px;
			height: 40px;
		}

        .upsells.products .jcaa_attr_select.jcaa_size_large .jcaa_obj_image.jcaa_attr_option, .upsells.products .jcaa_attr_select.jcaa_size_large .jcaa_obj_color.jcaa_attr_option{
            width: 40px;
            height: 40px;
        }

		.jcaa_attr_select.jcaa_size_large .jcaa_obj_text.jcaa_attr_option{
			line-height: 40px;
			font-size:20px;
		}
		
		ul.jcaa_attr_select li{
			border: 1px solid #DDDDDD;
		}

		.jcaa_attr_select .jcaa_active_attr{
			border-color: #333333;
		}

		.jcaa_attr_select .jcass_attr_disabled{
			opacity: 0.2;
		}

				.jcaa_attr_select .jcaa_active_attr .jcaa_attr_option:hover{
			border: 2px solid #FFFFFF !important;
			cursor: default;
		}
		
		
			span.technicalspecs-value{
    direction: rtl;
    text-align: right;
}

span.vendor-warranty::before{
	    color: green!important;
}
span.vendor-warranty{
	    color: green!important;
	   font-size: 14px !important;
}

i.fa.fa-info-circle.alert-box-icon{
		  color: red!important;

}

p.alert-box-text{
	  color: red!important;
	   font-size: 14px !important;
}
		.bakala-messanger.msg-item-instagram span{background:linear-gradient(90deg,#8224E3 0%, #DD3333 100%);background:-moz-linear-gradient(0deg,#8224E3 0%, #DD3333 100%);background:-webkit-linear-gradient(0deg,#8224E3 0%, #DD3333 100%);background:-o-linear-gradient(0deg,#8224E3 0%, #DD3333 100%);background:-ms-linear-gradient(0deg,#8224E3 0%, #DD3333 100%)}
    .lr_alert {
        color: #fff;
    }

    .auth__container .alert-simple.alert-warning {
        border: 1px solid rgba(241, 142, 6, 0.81);
        background-color: rgba(220, 128, 1, 0.16);
        box-shadow: 0px 0px 2px #ffb103;
        color: #ff4b03;
        transition: 0.5s;
        cursor: pointer;
        text-align: center;
        font-weight: 600;
        font-size: 15px;
    }

    .auth__container .alert-warning:hover {
        background-color: rgba(220, 128, 1, 0.33);
        transition: 0.5s;
    }

    .auth__container .warning {
        font-size: 18px;
        color: #ff4b03;
        text-shadow: none;
    }

    .auth__container .alert:before {
        content: '';
        position: absolute;
        width: 0;
        height: calc(100% - 44px);
        border-right: 1px solid;
        border-left: 2px solid;
        border-bottom-left-radius: 3px;
        border-top-left-radius: 3px;
        right: 0;
        top: 50%;
        transform: translate(0, -50%);
        height: 30px;
    }

    .auth__container .alert>.start-icon {
        margin-right: 0;
        min-width: 20px;
        text-align: center;
    }

    .auth__container .alert>.start-icon {
        margin-right: 5px;
    }

                            a.c-header__btn-user {
                              display: flex;
                              align-items: center;
                              justify-content: center;
                            }

                            a.c-header__btn-user:after {
                              content: unset;
                            }
                          
        .animationDivInnerNav {
            position: absolute;
            height: 39px;
            top: 0;
            z-index: -1;
            opacity: 0.5;
            background-color: #d9d8d8;
            border-radius: 12px;
            transition: all .5s ease 0s;
        }

        .bg-transparent,
        .bg-transparent:hover {
            background: transparent !important;
        }

        .zIndex-high {
            z-index: 999999999;
        }

        /* Classic dropdown styles */
        .classic-submenu {
            display: none;
            position: absolute;
            background: #fff;
            padding: 10px 0;
            list-style: none;
            min-width: 220px;
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
            z-index: 1000;
            border-radius: 5px;
            top: 100%;
            right: 0;
        }

        .has-submenu:hover>.classic-submenu {
            display: block;
        }

        /* ensure parent li positions absolute submenu correctly */
        .bk_menu li.has-submenu {
            position: relative;
        }

        .classic-submenu li a {
            padding: 8px 20px;
            display: block;
            white-space: nowrap;
            color: #333;
            transition: all 0.2s ease;
        }

        .classic-submenu li a:hover {
            background-color: #f5f5f5;
            color: #000;
        }

        .classic-submenu .sub-menu {
            display: none;
            position: absolute;
            top: 0;
            right: 100%;
            background: #fff;
            padding: 10px 0;
            list-style: none;
            min-width: 220px;
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
            border-radius: 5px;
        }

        .classic-submenu li.has-submenu:hover>.sub-menu {
            display: block;
        }

        .classic-submenu li.has-submenu {
            position: relative;
        }

        /* Ensure overlay doesn't block mouse interactions with submenus */
        .bakala-submenu-overlay {
            pointer-events: none;
        }
    
			#addToCartModal .modal-content {
				overflow-y: auto;
			}
		