.freeship {
    color: red;
}
.inputstyle-contact {
    display: block;
    margin-top: 4px;
    padding: 2px 10px !important;
    background-color: #f3f3f3;
    border: 1px solid #dbdbdb !important;
    border-radius: 5px !important;
    width: 100% !important;
    height: 30px;
}
#nta-wa-gdpr{
    vertical-align: text-top !important;
    padding: 0 !important;
    margin: 0 !important;
}
.wa__popup_content_item .wa__cs_img_wrap {
    width: 48px;
    height: 48px;
}
.nta-wa-gdpr{
    font-size: 11px;
    padding: 5px;
    margin-left: -5px;
    margin-right: -5px;
    border-radius: 4px;
}

.nta-wa-gdpr a{
    text-decoration: underline;
    color: inherit;
}

.pointer-disable{
    pointer-events: none;
}

.nta-woo-products-button:before, .nta-woo-products-button:after{
    content: '';
    display: block;
    clear: both;
}

.wa__button{
    border-bottom: none !important;
}

.wa__btn_w_img:hover{
	text-decoration: none;
}

.wa__button,
.wa__btn_popup,
.wa__button *,
.wa__btn_popup *,
.wa__btn_popup :before,
.wa__button :before,
.wa__button :after,
.wa__btn_popup :after,
.wa__popup_chat_box,
.wa__popup_chat_box *,
.wa__popup_chat_box :before,
.wa__popup_chat_box :after{
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

/* VVV--button--VVV */
.wa__button{
    position: relative;
    width: 300px;
    min-height: 64px;
    display: block;
    font-family: Arial,Helvetica,sans-serif;
    text-decoration: none;
    color: #fff;
    box-shadow: 0px 4px 8px 1px rgba(32,32,37,0.09);
    -webkit-box-shadow: 0px 4px 8px 1px rgba(32,32,37,0.09);
    -moz-box-shadow: 0px 4px 8px 1px rgba(32,32,37,0.09);
}
.wa__btn_txt{
    display: inline-block;
    font-size: 12px;
    line-height: 1.33em;
}

.wa__btn_w_icon .wa__btn_txt{
    padding: 16px 20px 15px 71px;
}

.wa__button_text_only .wa__btn_txt,
.wa__r_button.wa__btn_w_img.wa__button_text_only .wa__btn_txt,
.wa__sq_button.wa__btn_w_img.wa__button_text_only .wa__btn_txt{
    padding-top: 25px;
    padding-bottom: 24px;
}



.wa__btn_w_icon .wa__btn_txt .wa__btn_title{
    font-weight: 600;
    padding-left: 2px;
    font-size: 14px;
}

.wa__cs_info{
    margin-bottom: 2px
}

.wa__btn_status{
    color: #F5A623;
    font-size: 9px;
    padding: 2px 0 0;
    font-weight: 700;
}

.wa__cs_info .wa__cs_name,
.wa__cs_info .wa__cs_status{
    display: inline-block;
}

.wa__cs_info .wa__cs_name{
    font-weight: 400;
    font-size: 12px;
    line-height: 1.36em;
}

.wa__stt_online .wa__cs_info .wa__cs_name{
    color: #d5f0d9
}

.wa__stt_offline .wa__cs_info .wa__cs_name{
    color: #76787d;
}

.wa__cs_info .wa__cs_status{
    width: 36px;
    height: 14px;
    margin-left: 3px;
    padding: 1px;
    font-size: 9px;
    line-height: 1.34em;
    border-radius: 5px;
    color: rgba(255,255,255,0.98);
    position: relative;
    top: -1px;
    left: 0px;
    text-align: center;
}

.wa__stt_online .wa__cs_info .wa__cs_status{
    background: #62c971;
}

.wa__stt_offline .wa__cs_info .wa__cs_status{
    background: #b9bbbe;
}


.wa__stt_online{
    background: #2DB742;
    cursor: pointer;
    transition: 0.4s ease all;
    -webkit-transition: 0.4s ease all;
    -moz-transition: 0.4s ease all;
    backface-visibility: hidden;
    will-change: transform;
}
.wa__stt_online .wa__btn_txt{
    position: relative;
    z-index: 4;
}
.wa__r_button.wa__stt_online:before{
    border-radius: 50vh;
}
.wa__sq_button.wa__stt_online:before{
    border-radius: 5px;
}
.wa__stt_online:before{
    content: '';
    transition: 0.4s ease all;
    -webkit-transition: 0.4s ease all;
    -moz-transition: 0.4s ease all;
    background: rgba(0,0,0,0.2);
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    opacity: 0;
    will-change: opacity;
}
.wa__button.wa__stt_online:focus,
.wa__button.wa__stt_online:active,
.wa__button.wa__stt_online:hover{
    box-shadow: 0px 4px 8px 1px rgba(32,32,37,0.19);
    transform: translate(0,-3px);
    -webkit-transform: translate(0,-3px);
    -moz-transform: translate(0,-3px);
    -ms-transform: translate(0,-3px);
}
.wa__button.wa__stt_online:focus:before,
.wa__button.wa__stt_online:active:before,
.wa__button.wa__stt_online:hover:before{
    opacity: 1;
}
.wa__stt_online.wa__btn_w_icon .wa__btn_icon img{
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
}

.wa__stt_offline{
    background: #EBEDF0;
    color: #595B60;
    box-shadow: none;
    cursor: initial;
}

.wa__stt_offline.wa__btn_w_icon .wa__btn_txt {
    padding: 8px 20px 6px 71px;
}

.wa__stt_offline.wa__r_button.wa__btn_w_img .wa__btn_txt{
    padding: 8px 20px 8px 100px
}

.wa__stt_offline.wa__sq_button.wa__btn_w_img .wa__btn_txt {
    padding: 8px 20px 8px 70px;
}

.wa__btn_w_icon .wa__btn_icon{
    position: absolute;
    top: 50%;
    left: 16px;
    transform: translate(0,-50%);
    -moz-transform: translate(0,-50%);
    -webkit-transform: translate(0,-50%);
}

.wa__btn_w_icon .wa__btn_icon img{
    width: 41px;
    height: 69px;
}

.wa__btn_w_img{
    position: relative;
    width: 300px;
    margin: 20px 0 20px;
}

.wa__btn_w_img .wa__cs_img{
    position: absolute;
    top: 50%;
    left: 0px;
    text-align: center;
    transform: translate(0,-50%);
	-webkit-transform: translate(0,-50%);
	-moz-transform: translate(0,-50%);
}
.wa__btn_w_img .wa__cs_img_wrap{
    width: 79px;
    height: 79px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border: 3px solid #ffffff;
    position: relative;
    overflow: hidden;
}
.wa__btn_w_img .wa__cs_img img{
    max-width: 100%;
    height: auto;
    transition: 0.2s ease transform;
    -webkit-transition: 0.2s ease transform;
    -moz-transition: 0.2s ease transform;
}
.wa__btn_w_img .wa__cs_img:after{
    content: '';
    background: #ffffff url('../img/whatsapp_logo_green.svg') center center no-repeat;
    background-size: 21px;
    display: block;
    width: 27px;
    height: 27px;
    position: absolute;
    top: 20px;
    right: -14px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    box-shadow: 0px 4px 6px 0px rgba(39,38,38,0.3);
    -webkit-box-shadow: 0px 4px 6px 0px rgba(39,38,38,0.3);
    -moz-box-shadow: 0px 4px 6px 0px rgba(39,38,38,0.3);
}

.wa__stt_offline.wa__btn_w_img .wa__cs_img:after{
    content: '';
    background: #ffffff url('../img/whatsapp_logo_gray.svg') center center no-repeat;
    background-size: 21px;
    display: block;
    width: 27px;
    height: 27px;
    position: absolute;
    top: 20px;
    right: -14px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    box-shadow: 0px 4px 6px 0px rgba(39,38,38,0.3);
    -webkit-box-shadow: 0px 4px 6px 0px rgba(39,38,38,0.3);
    -moz-box-shadow: 0px 4px 6px 0px rgba(39,38,38,0.3);
}


.wa__btn_w_img .wa__btn_txt{
    padding:14px 20px 12px 103px;
}

.wa__r_button{
    border-radius: 50vh;
}

.wa__sq_button{
    border-radius: 5px;
}

.wa__sq_button.wa__btn_w_img{
    width: 270px;
    margin-left: 30px;
}

.wa__r_button.wa__btn_w_img .wa__cs_img{
    left: -5px;
}

.wa__sq_button.wa__btn_w_img .wa__cs_img{
    left: -35px;
}

.wa__sq_button.wa__btn_w_img .wa__btn_txt{
    padding: 10px 20px 10px 70px;
    display: table-cell;
	vertical-align: middle;
	height: 66px;
}

.wa__btn_txt .wa__btn_title{
    font-weight: 600;
}

.wa__r_button.wa__btn_w_img .wa__btn_txt{
    padding: 8px 20px 8px 100px;
	display: table-cell;
	vertical-align: middle;
	height: 66px;
}

.wa__r_button.wa__btn_w_img .wa__cs_info .wa__cs_status{
    margin-left: 3px;
}
/* ^^^--button--^^^ */

/* VVV--popup--VVV */

.wa__popup_chat_box{
    font-family: Arial,Helvetica,sans-serif;
    width: 351px;
    border-radius: 5px 5px 8px 8px;
    -webkit-border-radius: 5px 5px 8px 8px;
    -moz-border-radius: 5px 5px 8px 8px;
    position: fixed;
    overflow: hidden;
    box-shadow: 0px 10px 10px 4px rgba(0,0,0,0.04);
    -webkit-box-shadow: 0px 10px 10px 4px rgba(0,0,0,0.04);
    -moz-box-shadow: 0px 10px 10px 4px rgba(0,0,0,0.04);
    bottom: 102px;
    right: 25px;
    z-index: 998;
    opacity: 0;
    visibility: hidden;
    -ms-transform: translate(0,50px);
    transform: translate(0,50px);
    -webkit-transform: translate(0,50px);
    -moz-transform: translate(0,50px);
    transition: 0.4s ease all;
    -webkit-transition: 0.4s ease all;
    -moz-transition: 0.4s ease all;
    will-change: transform,visibility,opacity;
    max-width: calc(100% - 50px);
}
.wa__popup_chat_box:hover,
.wa__popup_chat_box:focus,
.wa__popup_chat_box:active{
    box-shadow: 0px 10px 10px 4px rgba(32,32,37,0.23);
    -webkit-box-shadow: 0px 10px 10px 4px rgba(32,32,37,0.23);
    -moz-box-shadow: 0px 10px 10px 4px rgba(32,32,37,0.23);
}
.wa__popup_chat_box.wa__active{
    -ms-transform: translate(0,0);
    transform: translate(0,0);
    -webkit-transform: translate(0,0);
    -moz-transform: translate(0,0);
    visibility: visible;
    opacity: 1;
}
.wa__popup_chat_box .wa__popup_heading{
    position: relative;
    padding: 15px 43px 17px 74px;
    color: #d9ebc6;
    background: #2db742;
}
.wa__popup_chat_box .wa__popup_heading_sm{
    padding: 12px 15px 17px 74px;
}
.wa__popup_chat_box .wa__popup_heading:before{
    content: '';
    background: url('../img/whatsapp_logo.svg') center top no-repeat;
    background-size: 33px;
    display: block;
    width: 55px;
    height: 33px;
    position: absolute;
    top: 20px;
    left: 12px;
}
.wa__popup_chat_box .wa__popup_heading_sm:before{
    top: 19px;
    left: 11px;
}

.wa__popup_chat_box .wa__popup_heading .wa__popup_title{
    padding-top: 2px;
    padding-bottom: 3;
    color: #ffffff;
    font-size: 18px;
    line-height: 24px;
}

.wa__popup_chat_box .wa__popup_heading .wa__popup_intro{
    padding-top: 4px;
    font-size: 12px;
    line-height: 20px;
}
.wa__popup_chat_box .wa__popup_heading_sm .wa__popup_intro{
    padding-top: 0px;
}

.wa__popup_chat_box .wa__popup_heading .wa__popup_intro a{
    display: inline-block;
    color: #ffffff;
    text-decoration: none;
}
.wa__popup_chat_box .wa__popup_heading .wa__popup_intro a:hover,
.wa__popup_chat_box .wa__popup_heading .wa__popup_intro a:focus,
.wa__popup_chat_box .wa__popup_heading .wa__popup_intro a:active{
    text-decoration: underline;
}

.wa__popup_chat_box  .wa__popup_notice{
    font-size: 11px;
    color: #a5abb7;
    font-weight: 500;
    padding: 0 3px;
    text-align: right;
}
.wa__popup_chat_box .wa__popup_content{
    background: #ffffff;
    padding: 13px 20px 21px 19px;
    text-align: center;
}
.wa__popup_chat_box .wa__popup_content_left{
    text-align: left;
}
.wa__popup_chat_box .wa__popup_avatar{
    position: absolute;
    overflow: hidden;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    left: 12px;
    top: 12px;
}

.wa__popup_chat_box .wa__popup_avatar.nta-default-avt{
    border-radius: unset;
    -webkit-border-radius: unset;
    -moz-border-radius: unset;
}

.wa__popup_chat_box .wa__stt{
    padding: 13px 40px 12px 74px;
    position: relative;
    text-decoration: none;
    display: table;
    width: 100%;
    border-left: 2px solid #2db742;
    background: #f5f7f9;
    border-radius: 2px 4px 2px 4px;
    -webkit-border-radius: 2px 4px 2px 4px;
    -moz-border-radius: 2px 4px 2px 4px;
}
.wa__popup_chat_box .wa__stt:after{
    content: '';
    background: url('../img/whatsapp_logo_green.svg') 0 0 no-repeat;
    position: absolute;
    right: 14px;
    top: 26px;
    width: 20px;
    height: 20px;
    background-size: 100% 100%;
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100% 100%;
}
.wa__popup_chat_box .wa__stt.wa__stt_offline:after{
    background-image: url('../img/whatsapp_logo_gray_sm.svg');
}
.wa__popup_chat_box .wa__stt.wa__stt_online{
    transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    text-align: right;
}
.wa__popup_chat_box .wa__stt.wa__stt_online:hover,
.wa__popup_chat_box .wa__stt.wa__stt_online:active,
.wa__popup_chat_box .wa__stt.wa__stt_online:focus{
    background: #ffffff;
    box-shadow: 0px 7px 15px 1px rgba(55,62,70,0.07);
    -webkit-box-shadow: 0px 7px 15px 1px rgba(55,62,70,0.07);
    -moz-box-shadow: 0px 7px 15px 1px rgba(55,62,70,0.07);
}
.wa__popup_content_list .wa__popup_content_item{
    margin: 14px 0 0;
    transform: translate(0,20px);
    -webkit-transform: translate(0,20px);
    -moz-transform: translate(0,20px);
    will-change: opacity,transform;
    opacity: 0;
}
.wa__popup_chat_box.wa__pending .wa__popup_content_list .wa__popup_content_item{
    transition: 0.4s ease all;
    -webkit-transition: 0.4s ease all;
    -moz-transition: 0.4s ease all;
    transition-delay: 2.1s;
    -webkit-transition-delay: 2.1s;
    -moz-transition-delay: 2.1s;
}
.wa__popup_chat_box.wa__pending .wa__popup_content_list .wa__popup_content_item:nth-child(1){
    transition-delay: 0.3s;
    -webkit-transition-delay: 0.3s;
    -moz-transition-delay: 0.3s;
}
.wa__popup_chat_box.wa__pending .wa__popup_content_list .wa__popup_content_item:nth-child(2){
    transition-delay: 0.5s;
    -webkit-transition-delay: 0.5s;
    -moz-transition-delay: 0.5s;
}
.wa__popup_chat_box.wa__pending .wa__popup_content_list .wa__popup_content_item:nth-child(3){
    transition-delay: 0.7s;
    -webkit-transition-delay: 0.7s;
    -moz-transition-delay: 0.7s;
}
.wa__popup_chat_box.wa__pending .wa__popup_content_list .wa__popup_content_item:nth-child(4){
    transition-delay: 0.9s;
    -webkit-transition-delay: 0.9s;
    -moz-transition-delay: 0.9s;
}
.wa__popup_chat_box.wa__pending .wa__popup_content_list .wa__popup_content_item:nth-child(5){
    transition-delay: 1.1s;
    -webkit-transition-delay: 1.1s;
    -moz-transition-delay: 1.1s;
}
.wa__popup_chat_box.wa__pending .wa__popup_content_list .wa__popup_content_item:nth-child(6){
    transition-delay: 1.3s;
    -webkit-transition-delay: 1.3s;
    -moz-transition-delay: 1.3s;
}
.wa__popup_chat_box.wa__pending .wa__popup_content_list .wa__popup_content_item:nth-child(7){
    transition-delay: 1.5s;
    -webkit-transition-delay: 1.5s;
    -moz-transition-delay: 1.5s;
}
.wa__popup_chat_box.wa__pending .wa__popup_content_list .wa__popup_content_item:nth-child(8){
    transition-delay: 1.7s;
    -webkit-transition-delay: 1.7s;
    -moz-transition-delay: 1.7s;
}
.wa__popup_chat_box.wa__pending .wa__popup_content_list .wa__popup_content_item:nth-child(9){
    transition-delay: 1.9s;
    -webkit-transition-delay: 1.9s;
    -moz-transition-delay: 1.9s;
}
.wa__popup_chat_box.wa__lauch .wa__popup_content_list .wa__popup_content_item{
    opacity: 1;
    transform: translate(0,0);
    -webkit-transform: translate(0,0);
    -moz-transform: translate(0,0);
}
.wa__popup_content_list .wa__popup_content_item .wa__member_name{
    font-size: 14px;
    color: #363c47;
    line-height: 1.188em !important;
}
.wa__popup_content_list .wa__popup_content_item .wa__member_duty{
    font-size: 11px;
    color: #989b9f;
    padding: 2px 0 0;
    line-height: 1.125em !important;
}
.wa__popup_content_list .wa__popup_content_item .wa__member_status{
    color: #F5A623;
    font-size: 10px;
    padding: 5px 0 0;
    line-height: 1.125em !important;
}
.wa__popup_content_list .wa__popup_content_item .wa__popup_txt{
    display: table-cell;
    vertical-align: middle;
    min-height: 48px;
    height: 48px;
}
.wa__popup_content_list .wa__popup_content_item .wa__stt_offline{
    border-left-color: #c0c5ca;
}
.wa__popup_avt_list{
    font-size: 0;
    margin: 7px 0 24px;
}
.wa__popup_avt_list .wa__popup_avt_item{
    display: inline-block;
    position: relative;
    width: 46px;
}
.wa__popup_avt_list .wa__popup_avt_img{
    width: 60px;
    height: 60px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    position: relative;
    overflow: hidden;
    border: 2px solid #ffffff;
    left: -7px;
}
.wa__popup_call_btn{
    background: #2db742;
    color: #ffffff;
    text-decoration: none;
    display: inline-block;
    width: 275px;
    max-width: 100%;
    font-size: 16px;
    padding: 14px 10px;
    border-radius: 24px;
    -webkit-border-radius: 24px;
    -moz-border-radius: 24px;
    margin: 25px 0 15px;
    box-shadow: 0px 8px 17px 2px rgba(13,15,18,0.2);
    -webkit-box-shadow: 0px 8px 17px 2px rgba(13,15,18,0.2);
    -moz-box-shadow: 0px 8px 17px 2px rgba(13,15,18,0.2);
}
.wa__popup_call_btn.wa__popup_call_btn_lg:before{
    content: '';
    display: inline-block;
    width: 20px;
    height: 20px;
    position: relative;
    background: url('../img/whatsapp_logo_green_sm.svg') 0 0 no-repeat;
    background-size: 100% 100%;
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    vertical-align: top;
    top: 0px;
    margin-right: -19px;
    left: -31px;
    transition: 0.2s ease background-image;
    -webkit-transition: 0.2s ease background-image;
    -moz-transition: 0.2s ease background-image;
}
.wa__popup_call_btn.wa__popup_call_btn_lg:hover:before,
.wa__popup_call_btn.wa__popup_call_btn_lg:focus:before,
.wa__popup_call_btn.wa__popup_call_btn_lg:active:before{
    background-image: url('../img/whatsapp_logo.svg')
}

.wa__popup_chat_box_gray{
    border-radius: 2px 2px 8px 8px;
}

.wa__popup_chat_box_gray .wa__popup_heading_gray{
    background: #f8f8f8;
    border-top: 3px solid #2db742;
    color: #868c9a;
    font-weight: 500;
}
.wa__popup_chat_box_gray .wa__popup_heading_gray .wa__popup_title{
    color: #595b60;
}
.wa__popup_chat_box_gray .wa__popup_heading_gray:before{
    content: ''; 
    background: url(../img/whatsapp_logo_green.svg) center top no-repeat;
    background-size: 33px;
    display: block;
    width: 55px;
    height: 33px;
    position: absolute;
    top: 20px;
    left: 12px;
}
.wa__popup_chat_box_gray .wa__popup_heading_gray .wa__popup_intro a{
    color: #595b60;
}

.wa__popup_chat_box_ct{
    width: 384px;
    text-align: center;
}

.wa__popup_chat_box_ct .wa__popup_heading_ct{
    text-align: center;
    padding: 18px 0 18px;
}

.wa__popup_chat_box_ct .wa__popup_heading_ct:before {
    content: '';
    background: url(../img/whatsapp_logo.svg) center top no-repeat;
    background-size: 30px;
    display: block;
    width: 30px;
    height: 31px;
    position: absolute;
    top: 15px;
    left: 72px;
}

.wa__popup_chat_box_ct .wa__popup_heading_ct .wa__popup_title{
    padding-left: 22px;
    padding-bottom: 14px;
}

.wa__popup_chat_box_ct .wa__popup_heading_ct .wa__popup_intro{
    margin-top: -5px;
    line-height: 12px;
}

.wa__popup_chat_box_ct .wa__popup_ct_avt_list:after{
    content: '';
    clear: both;
    display: block;
}

.wa__popup_chat_box_ct .wa__popup_ct_content{
    background: #ffffff;
    padding: 0 0 14px;
}

.wa__popup_chat_box_ct .wa__popup_ct_content .wa__popup_notice{
    padding-top: 18px;
    padding-bottom: 15px;
}

.wa__popup_chat_box_ct .wa__popup_ct_content_item{
    width: 33%;
    float: left;
    font-size: 10px;
}

.wa__popup_chat_box_ct .wa__popup_ct_content_item a{
    text-decoration: none;
    color: #989b9f;
}

.wa__popup_chat_box_ct .wa__popup_ct_content_item .wa__popup_ct_txt{
    padding-top: 8px;
}

.wa__popup_chat_box_ct .wa__popup_ct_content_item .wa__member_name{
    color: #363c47;
    font-size: 13px;
}

.wa__popup_chat_box_ct .wa__popup_ct_content_item .wa__member_duty{
    color: #989b9f;
    padding: 3px 0 0;
}

.wa__popup_chat_box_ct .wa__popup_ct_content_item .wa__member_stt_online{
    color: #2db742;
    font-size: 9px;
    line-height: 12px;
    display: inline-block;
    padding: 3px 0 0 16px;
    background: url('../img/whatsapp_logo_green.svg') 0 3px no-repeat;
    background-size: 12px auto;
    -webkit-background-size: 12px auto;
    -moz-background-size: 12px auto;
}

.wa__popup_chat_box_ct .wa__popup_ct_content_item .wa__member_stt_offline{
    color: #f5a623;
    font-size: 9px;
    line-height: 12px;
    padding: 2px 0 0;
}


.wa__popup_chat_box_ct .wa__popup_ct_avatar img{
    border-radius: 50%
}

.wa__popup_chat_box_ct .wa__popup_ct_call_btn{
    width: 97px;
    font-size: 11px;
    padding: 9px 10px 11px;
    margin: 15px 0 15px;
}

/* ^^^--popup--^^^ */

/* VVV--popup button--VVV */
.wa__btn_popup{
    position: fixed;
    right: 10px;
    bottom: 10px;
    cursor: pointer;
    font-family: Arial,Helvetica,sans-serif;
    z-index: 999;
}
.wa__btn_popup .wa__btn_popup_icon{
    width: 56px;
    height: 56px;
    background: #2db742;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    box-shadow: 0px 6px 8px 2px rgba(0,0,0,0.14);
    -webkit-box-shadow: 0px 6px 8px 2px rgba(0,0,0,0.14);
    -moz-box-shadow: 0px 6px 8px 2px rgba(0,0,0,0.14);
}
.wa__btn_popup .wa__btn_popup_icon:before{
    content: '';
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: transparent url('../img/whatsapp_logo.svg') center center no-repeat;
    background-size: 30px auto;
    -webkit-background-size: 30px auto;
    -moz-background-size: 30px auto;
    transition: 0.4s ease all;
    -webkit-transition: 0.4s ease all;
    -moz-transition: 0.4s ease all;
}
.wa__btn_popup .wa__btn_popup_icon:after{
    content: '';
    opacity: 0;
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: transparent url('../img/x_icon.svg') center center no-repeat;
    background-size: 14px auto;
    -webkit-background-size: 14px auto;
    -moz-background-size: 14px auto;
    transition: 0.4s ease all;
    -webkit-transition: 0.4s ease all;
    -moz-transition: 0.4s ease all;
    -ms-transform: scale(0) rotate(-360deg);
    transform: scale(0) rotate(-360deg);
    -webkit-transform: scale(0) rotate(-360deg);
    -moz-transform: scale(0) rotate(-360deg);
}
.wa__btn_popup.wa__active .wa__btn_popup_icon:before{
    opacity: 0;
    -ms-transform: scale(0) rotate(360deg);
    transform: scale(0) rotate(360deg);
    -webkit-transform: scale(0) rotate(360deg);
    -moz-transform: scale(0) rotate(360deg);
}
.wa__btn_popup.wa__active .wa__btn_popup_icon:after{
    opacity: 1;
    -ms-transform: scale(1) rotate(0deg);
    transform: scale(1) rotate(0deg);
    -webkit-transform: scale(1) rotate(0deg);
    -moz-transform: scale(1) rotate(0deg);
}
.wa__btn_popup .wa__btn_popup_txt{
    position: absolute;
    width: 130px;
    right: 100%;
    background-color: #eeeeee;
    font-size: 12px;
    color: #43474e;
    /* top: 15px; */
    top: 17px;
    /* top: 50%;
    transform: translate(0,-50%);
    -moz-transform: translate(0,-50%);
    -webkit-transform: translate(0,-50%); */
    padding: 7px 7px 7px 7px;
    margin-right: 4px;
    letter-spacing: -0.02em;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    transition: 0.4s ease all;
    -webkit-transition: 0.4s ease all;
    -moz-transition: 0.4s ease all;
}
.wa__btn_popup.wa__active .wa__btn_popup_txt{
    -ms-transform: translate(0,15px);
    transform: translate(0,15px);
    -webkit-transform: translate(0,15px);
    -moz-transform: translate(0,15px);
    opacity: 0;
    visibility: hidden;
}
.newol
{padding:0px;margin: 0px;}
.corona
{
    margin: 10px -10px 10px -2px;
    padding: 0px;
    width: 711px;
    border: 1px solid #e8e8e8;
    float: left;
    background-color: #595959;
}
.coronames
{
    padding: 8px;
    font-size: 15px;
    text-align: center;
    color: white;
}
.main_catsnav
{
  margin: 20px 0 0 0;
  padding: 0;
  border: 1px solid #e8e8e8;
}
.main_catsnavli
{
border-bottom: 1px solid #f6f6f6;
}


/*Cookie Consent Begin*/
#cookieConsent {
    background-color: rgb(88, 88, 88);
    min-height: 12px;
    font-size: 12px;
    color: #fff;
    line-height: 26px;
    padding: 8px 8px 8px 8px;
    text-align: center;
    font-family: sans-serif;
    font-style: bold;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    display: none;
    z-index: 9999;
}
#cookieConsent a {
    color: #4B8EE7;
    text-decoration: none;
}
#closeCookieConsent {
    float: right;
    display: inline-block;
    cursor: pointer;
    height: 20px;
    width: 20px;
    margin: -15px 0 0 0;
    font-weight: bold;
}
#closeCookieConsent:hover {
    color: #FFF;
}
#cookieConsent a.cookieConsentOK {
    background-color: #F1D600;
    color: #000;
    display: inline-block;
    border-radius: 5px;
    padding: 0 20px;
    cursor: pointer;
    float: right;
    margin: 0 60px 0 10px;
}
#cookieConsent a.cookieConsentOK:hover {
    background-color: #E0C91F;
}
/*Cookie Consent End*/
.price-block {
	background: url(img/b_price.png) no-repeat 0 0;
	width: 95px;
	height: 35px;
	position: absolute;
	right: -72px;
	top: 192px;
	color: #fff;
	font-size: 18px;
	padding: 6px;
	text-align: center;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	pointer-events: none;
}
.isa_info {
    right: -3px;
    margin: 0px 0px;
    padding: 10px;
    width: 446px;
    position: relative;
    font-size: 14px;
    font-family: sans-serif;
    font-weight: bold;
    text-align: center;
}
.isa_info {
    color: #ffffff;
    background-color: #126f02;
}
.isainfohref {
    color: #ffffff;
}

  #searchresult {
    position: absolute;
    top: 136px;
    background: #fff;
    border: 1px solid #d3d3d3;
    padding: 5px;
    display: none;
    width: 719px;
    left: 0px;
    z-index: 101;
    height: 171px;
    direction: rtl;
    overflow-y: auto;
    box-shadow: 12px 12px 12px rgba(0, 0, 0, 0.37);
}
.searchresult span {
	color:#000036;
	font-weight:bold;
}
.searchresult {
	display:block;
	direction:rtl;
	padding:5px 0px;
	text-align:right;
        font-size: 15px;
 	font-weight: bold;
	color:#000;
}

.searchresult:hover, .searchResult:focus {
	background:#b7b7b7;
	outline:none;
}

.prolog {
  float: left;
  margin-top: 0px;
  margin-left: -10px;
  position: relative;
}
     #nowinstocktoggle {
      width: 200px;
      min-height: 100px;
      background: #fff;
      border-radius: 5px;
      border: 1px solid gray;
      padding: 14px;
      margin: 0;
      text-align: right;
      direction: rtl;
      position: absolute;
      display: none;
      z-index: 99;
      top:20px;
      box-shadow: 0px 0px 15px #b1b1b1;
    }
.zminut-be-mlay {
    /*margin: 2px 0 7px 10px;*/
    font-size: 13px;
    padding: 5px 10px;
    width: auto;
    color: #4c620b;
    font-weight: bold;
    background-color: #037228;
    border-radius: 5px;
    float: right;
    height: 15px;
}
.lo-zamin {
    color: #ffffff;
    background-color: #aeb100;
}
html, body
{
  height: 100%;
  margin: 0;
  padding: 0;
}
span#total_pages {
    color: rgb(90, 90, 90);
    font-size: initial;
}

li.lisearch a{
    float: right;
    width:25%;
    padding-bottom: 15px;
    direction: rtl;
    color: rgb(110, 102, 110);
    font-weight: bold;
    font-size: 13px;
    
}
.m_prod_pricezero {
    text-align: -webkit-center;
    padding-top: 25px;
}
.productoptionssummary .price div
{
  font-size: 24px;
  line-height: 1.0em;
  float: right;
  color: #666666;
  position:absolute;
}


body
{
  background: url(../img/bg.jpg?v1) center fixed;
  background-size: cover;
  direction: rtl;
  font-family: Arimo,sans-serif;
  font-size: 12px;
  color: #000;
  margin: 0;
  padding: 0;
}
h1, h2, h3, h5, h6, h7, p, form, input, ul, li
{
  font-weight: 400;
  margin: 0;
  padding: 0;
}
p
{
  line-height: 16px;
}
ul, ol, li
{
  list-style: none;
}
input, select, textarea
{
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #000;
}
a img
{
  border: 0;
  outline: none;
}
.clear
{
  clear: both;
  font-size: 0;
  height: 0;
  line-height: 0;
}
.linktomanu
{
  color: #3b5998;
  text-decoration: underline;
  float: right;
  position: relative;
  z-index: 999;
}
.master_div
{
  width: 980px;
  margin: 15px auto 40px;
}
.tp_bg
{
  float: left;
  background: url(../img/tp_bg.png) no-repeat left top;
  width: 980px;
  height: 70px;
}
.bg_center
{
  float: left;
  background: url(../img/bg_1px.png) repeat-y left top;
}
.bottom_bg
{
  float: left;
  background: url(../img/btm_bg.png) no-repeat left top;
  width: 980px;
  height: 45px;
}
.header
{
  background: url(../img/header_bg.png) no-repeat left top;
  width: 980px;
  margin: 0 auto;
  position: relative;
}
.logo
{
  float: right;
  margin: 20px 30px 0 0;
}
.cart_links
{
  float: left;
  margin: 20px 0 0 20px;
}
.cart_links ul
{
  float: left;
  width: 330px;
}
.cart_links li img
{
  padding: 0 0 0 4px;
}
.cart_links li a
{
  font-size: 12px;
  font-weight: regular;
  color: #3f3f3f;
}
.cart_links li a.light_text
{
  font-size: 12px;
  color: #5f0105;
}
.cart_links li span
{
  font-size: 12px;
  font-weight: regular;
  color: #3f3f3f;
  padding: 0 4px;
}
.tp_text
{
  float: right;
  font-size: 18px;
  color: #3f3f3f;
  margin: 50px 15px 0 0;
}
.tp_red_text
{
  float: inherit;
  padding: 60px 0 0 0px;
  /* margin: 66px 0 0 -229px; */
  direction: ltr;
}
.search
{
  float: left;
  position: relative;
  height: 27px;
  margin: 4px 10px 6px 4px;
}
.search .textb
{
  float: left;
  color: #585858;
  height: 24px;
  border: none;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
  font-size: 14px;
  margin: 1px;
  width: 223px;
  padding: 0 8px 0 0;
}
.search .select_s
{
  /*background: url(../img/search_tag.png) no-repeat left top;*/
  height: 26px;
  border: none;
  width: 133px;
  font-size: 14px;
  float: left;
  margin: 0 4px;
  padding: 3px 0 0;
}
.search .select_man
{
  color: #8f8f8f;
  height: 25px;
  border: none;
  width: 125px;
  font-size: 14px;
  /* margin: 0 3px 0 0; */
  position: absolute;
  top: 0px;
}
.search a
{
  float: left;
  position: absolute;
  left: 12px;
  top: 3px;
  margin: 0;
}
/*.search .btnsearch
{
  cursor: pointer;
  background-image: url(../img/searchbut.png);
  background-repeat: no-repeat;
  width: 40px;
  height: 15px;
  float: left;
  border: 0;
  position: absolute;
  left: 3px;
  top: 5px;
}*/
.search .btnsearch
{
  cursor: pointer;
  background-image: url(../img/searchb.png);
  background-repeat: no-repeat;
  width: 26px;
  height: 25px;
  float: right;
  border: 0;
  position: absolute;
  left: 0px;
}


.navigation
{
  float: left;
  background: url(../img/nav_1px.png) repeat-x left top;
  width: 100%;
  height: 34px;
  margin: 10px 0 0;
}
.navigation li
{
  float: right;
  padding: 0;
}
.navigation li a img
{
  padding: 0;
}
.navigation li a
{
  float: left;
  font-size: 14px;
  color: #fff;
  margin: 0;
  padding: 8px 15px 8px;
}
.navigation li span
{
  float: left;
  background: url(../img/nav_border.png) no-repeat left top;
  width: 1px;
  height: 34px;
  padding: 0;
}
.container
{
  width: 978px;
  background: url(../img/bg_1px.png) repeat-y left top;
  border-left: 1px solid #f6f6f6;
  border-right: 1px solid #f6f6f6;
  margin: 0 auto;
}
.container_btm
{
  width: 980px;
  margin: 0 auto;
}
.container_right
{
  float: right;
  width: 230px;
}
.rt_nav .child
{
  position: relative;
  top: 52px;
  right: 10px;
}
.rt_nav h2
{
  float: left;
  width: 100%;
  background: url(../img/title_bg.png) no-repeat left top;
}
.rt_nav h2 p
{
  float: left;
  font-size: 24px;
  font-weight: 700;
  color: #f7f7f7;
  padding: 8px 0 10px 60px;
}
.rt_nav li.ch
{
  float: right;
  width: 100%;
  background-color: #e5e5e5;
  border-top: 1px solid #fff;
}
.rt_nav .li_cat b
{
  font-size: 15px;
  float: right;
  color: #625f63;
  margin-top: 7px;
  padding-right: 8px;
}
.rt_nav li a
{
  font-size: 14px;
  color: #625f63;
  margin-top: 0;
  padding-right: 6px;
  padding-top: 6px;
  padding-bottom: 6px;
  display: block;
}
.rt_nav li a.sel
{
  font-size: 14px;
  background-color: #636363;
  color: #FFF;
  font-weight: 700;
  padding-top: 9px;
  padding-right: 10px;
}
.rt_nav li a.sel:hover
{
  background-color: #636363;
  color: #FFF;
}
.rt_nav li a.sel1
{
  font-size: 14px;
  background-color: #acaaaa;
  color: #FFF;
  font-weight: 700;
  padding-top: 9px;
  padding-right: 10px;
}
.rt_nav li span
{
  float: left;
  width: 100%;
  /* background: url(../img/rt_cont_border.png) repeat-x left top; */
  height: 1px;
  margin: 0;
  border-bottom: 1px solid #f6f6f6;
}
.rt_nav li h2
{
  float: left;
  width: 100%;
  background: #d7d7d7;
  height: 1px;
  margin: 8px 0 4px;
}
.facebook_plugin
{
  float: right;
  margin: 9px 7px 20px 0;
}
.container_right .banner_r
{
  margin: 9px 7px 0 0;
}
.container_right .banner_r p
{
  /* padding-top: 20px; */
}
.rt_btm_text
{
  float: right;
  background: url(../img/footer_bg.png) repeat-x left top;
  width: 100%;
  padding-top: 12px;
  margin: 30px 20px 0 0;
}
.rt_btm_text h2
{
  font-size: 14px;
  width: 100%;
  color: #fff;
  font-weight: 700;
  text-align: center;
}
.rt_btm_text p
{
  font-size: 12px;
  width: 100%;
  color: #fff;
  text-align: center;
  padding: 1px 0 2px;
}
.rt_btm_text span
{
  float: left;
  width: 80px;
  height: 1px;
  background: #acacac;
  margin: 7px 0 10px 70px;
}
.rt_cont_box
{
  float: left;
  width: 203px;
  margin: 12px 30px 0 0;
}
.rt_cont_box p
{
  float: left;
  direction: ltr;
  font-size: 12px;
  color: #515151;
  font-weight: 700;
  width: 210px;
}
.rt_cont_box span
{
  float: left;
  width: 170px;
  height: 151px;
  margin: 1px 0;
}
.rt_cont_box h3
{
  float: left;
  width: 130px;
  font-size: 20px;
  color: #515151;
  font-weight: 700;
}
.container_left
{
  float: left;
  width: 705px;
  margin: 0px 0 0 20px;
}
.slider
{
  float: left;
  margin-top: 10px;
  padding-right: 10px;
}
.slider .pic
{
  float: left;
  margin: 0 0 0 10px;
}
.slider h2
{
  float: right;
  font-size: 18px;
  color: #3f3f3f;
  font-weight: bold;
  margin-top: 10px;
  white-space: normal;
  width: 360px;
  text-align: right;
  direction: rtl;
}
.slider .text
{
  float: right;
  direction: rtl;
  text-align: initial;
  margin-top: 4px;
  width: 340px;
  /* padding: 20px; */
  font-size: 12px;
  /* font-style: italic; */
  color: #666;
  font-weight: regular;
}
.slider a
{
  float: right;
  direction: rtl;
  background: url(../img/slider_btn_bg.png) repeat-x left top;
  height: 29px;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  clear: right;
  margin: 10px 0 0;
  padding: 0 9px 0 0;
}
.slider .price
{
  color: #000;
  font-size: 18px;
  float: right;
  width: 300px;
  text-align: right;
  padding-top: 10px;
  padding-bottom: 10px;
}
.cont_box1
{
  float: left;
  width: 203px;
  margin: 35px 30px 0 0;
}
.cont_box1 p
{
  float: left;
  direction: ltr;
  font-size: 12px;
  color: #515151;
  cursor: pointer;
  font-weight: 700;
  width: 210px;
  height: 16px;
}
.cont_box1 span
{
  float: left;
  width: 170px;
  height: 151px;
  cursor: pointer;
  margin: 10px 0;
}
.cont_box1 h3
{
  float: left;
  width: 200px;
  font-size: 20px;
  color: #515151;
  font-weight: 700;
  text-align: center;
}
.contpages
{
  color: #3f3f3f;
  margin: 20px;
}
.contpages .page_title
{
  color: #515151;
}

.pthumb {
    height: 280px;
    margin: 0 0 17px 23px;
    padding: 0;
    position: relative;
    width: 220px;
    border: 1px solid #e8e8e8;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.pthumb:hover {
box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
}


.pthumb .n
{
  font-size: 12px;
  color: #000;
  font-weight: 700;
  text-align: center;
  padding: 8px 2px 0px 2px;
  height: 44px;
  overflow: hidden;
  background: #e5e5e5; /* Old browsers */
  background: -moz-linear-gradient(top,  #e3e3e3 0%, #ffffff 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top,  #e3e3e3 0%,#ffffff 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom,  #e3e3e3 0%,#ffffff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e3e3e3', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}



.pthumb .p
{
  text-align: center;
  height: 160px;
}
.pthumb .p img
{
  padding-top: 10px;
}
.pthumb .pr
{
  color: #3c8605;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  height: 22px;
}
.pthumb .b
{
  display: block;
  text-align: center;
  padding-top: 5px;
}
.salepop
{
  position: absolute;
  left: -1px;
  top: 55px;
  z-index:2000;
}
.salepopcounter
{
  position: absolute;
  right: 4px;
  bottom: 195px;
  margin: 0 auto;
  text-align: center;
  background-color: #f4f4f4;
  color: #161210;
  z-index:2000;
  width: 100px;
  height: 14px;
  border: 1px solid #e8e8e8;
  border-radius: 5px;
  padding: 2px;
  opacity: 0.8;
}

.salepopcounter2
{
  position: absolute;
  right: 0px;
  top: 0px;
  margin: 0 auto;
  text-align: center;
  background-color: #f3f3f3;
  color: #020202;
  z-index:2000;
  opacity: 0.8;
  border-radius: 0px 0px 0px 10px;
  padding: 4px;
  font-family: inherit;
  font-size: initial;
}
.salepopcounter2 li {
  display: inline-block;
  font-size: 12px;
  list-style-type: none;
  padding: 3px;
}

.salepopcounter2 li span {
  display: block;
  font-size: 12px;
}
.salepopcounter li {
  display: inline-block;
  font-size: 12px;
  list-style-type: none;
  padding: 3px;
}

.salepopcounter li span {
  display: block;
  font-size: 12px;
}
.footer_left
{
  float: right;
  background: url(../img/footerback2.jpg) no-repeat left top;
  width: 100%;
  padding-bottom: 30px;
  background-color: #e4e4e4;
  position: relative;
  margin: 0;
}
.footer_left td
{
  padding-right: 15px;
  width: 145px;
  margin: 20px 0;
}
.footer_left td.aac
{
  border-left: 1px solid #d7d7d7;
}
.footer_left td.last
{
  border: none;
  padding-right: 15px;
  width: 90px;
  margin: 20px 0 0;
}
.footer_left ul
{
  border-left: 1px solid #d7d7d7;
  padding-right: 15px;
  width: 145px;
  float: right;
  margin: 20px 0;
}
.footer_left ul.last
{
  float: right;
  border: none;
  padding-right: 15px;
  width: 90px;
  margin: 20px 0 0;
}
.footer_left h2
{
  float: right;
  font-size: 12px;
  color: #000;
  font-weight: 700;
}
.footer_left li
{
  float: right;
  width: 100%;
  margin: 6px 0 0;
}
.footer_left .foter_left_div_image
{
  position: absolute;
  left: 25px;
  top: 5px;
}
.footer_btm_text
{
  float: left;
  margin: 9px 0 0 30px;
}
.footer_btm_text a
{
  float: left;
  font-size: 12px;
  color: #515151;
  margin: 0 20px 0 0;
}
.footer_btm_text a.atext
{
  padding: 8px 0 0;
}
.payment_links
{
  float: right;
  margin: 7px 30px 0 0;
}
.payment_links a
{
  float: left;
  margin: 0 8px 0 0;
}
.inner_container
{
  float: left;
  width: 960px;
  padding: 8px;
}
.inner_container1
{
  float: left;
  width: 980px;
}
.inner_tp_links
{
  float: right;
  width: 100%;
  margin: 0px 0px 0 0;
}
.inner_text_rt
{
  float: right;
  width: 460px;
  margin: 0 0 0 0;
}
.inner_text_rt p.text
{
  float: right;
  width: 100%;
  font-size: 14px;
  color: #666;
  margin: 15px 0 0;
}
.inner_text_rt p
{
  color: #666;
  font-size: 14px;
}
.inner_text_rt a.addtobasket
{
  margin: 0;
}
.inner_text_rt a.red_btns
{
  float: right;
  background: url(../img/inner_red_btn_bg.png) no-repeat left top;
  font-size: 16px;
  text-align: center;
  width: 166px;
  color: #fff;
  font-weight: 700;
  margin: 20px 0 0 15px;
  padding: 9px 0 10px;
}
.inner_text_rt li
{
  float: right;
  width: 50%;
  margin: 10px 0 0;
}
.inner_text_rt li span
{
  float: right;
  font-size: 12px;
  color: #02b13c;
  margin: 0;
}
.inner_text_rt li span.sp
{
  font-size: 12px;
  color: #3f3f3f;
  text-align: right;
  display: inline-table;
  margin: 0;
}
.inner_text_rt li a
{
  float: right;
  font-size: 14px;
  color: #3f3f3f;
  margin: 0;
}
.inner_slider
{
  float: left;
  border: 1px solid #d9d9d9;
  width: 470px;
  height: 375px;
  text-align: left;
  /* margin: 0 0 0 10px; */
}
.product_little_images
{
  position: relative;
  height: 50px;
  left: 1px;
  top: 0;
}
.rating, .rating .current
{
  background: url(../img/rating_star3.png);
  float: left;
}
.rating
{
  position: relative;
  width: 100px;
  height: 19px;
  overflow: hidden;
  list-style: none;
  background-position: top left;
  margin: 10px 0 0 20px;
  padding: 0;
}
.rating li
{
  display: inline;
  float: left;
  margin: 0 2px;
}
.rating a, .rating .current
{
  position: absolute;
  top: 0;
  left: 0;
  text-indent: -9000px;
  height: 19px;
  line-height: 25px;
  outline: none;
  overflow: hidden;
  border: none;
  font-size: 25px;
  margin: 0px;
}
.rating a:hover
{
  background: url(../img/rating_star_h.png);
}
.rating a.rate1
{
  width: 20%;
  z-index: 6;
}
.rating a.rate2
{
  width: 40%;
  z-index: 5;
}
.rating a.rate3
{
  width: 60%;
  z-index: 4;
}
.rating a.rate4
{
  width: 80%;
  z-index: 3;
}
.rating a.rate5
{
  width: 100%;
  z-index: 2;
}
.rating .current
{
  z-index: 1;
  background: url(../img/rating_star1.png);
}
.ratingt
{
  display: block;
  margin: 10px 0 0;
}
.ratingt h3
{
  float: left;
  font-size: 14px;
  font-weight: bold;
  color: #3f3f3f;
  margin: 10px 0 0 5px;
}
.ratingt span
{
  float: left;
  font-size: 14px;
  color: #f78902;
  font-weight: 700;
  margin: 10px 0 0 5px;
}
.social_icons
{
  float: left;
  margin: 3px 0px 0px 0px;
}
.inner_cont_left
{
  float: left;
  border: 1px solid #eaeaea;
  width: 435px;
  position: relative;
  padding-bottom: 20px;
  margin: 50px 0 0;
}
.tab
{
  float: right;
  position: absolute;
  top: -50px;
  right: -1px;
}
.tab_left
{
  float: left;
  background: url(../img/tab_left.png) no-repeat left top;
  width: 7px;
  height: 50px;
}
.tab_center
{
  float: left;
  background: url(../img/tab_center.png) repeat-x left top;
  height: 50px;
}
.tab_center a
{
  float: left;
  font-size: 24px;
  font-weight: 400;
  color: #f1011f;
  padding: 9px 20px 0;
}
.content
{
  z-index: 10;
  width: 100%;
  margin: 0;
  padding: 0;
}
.tab_right
{
  float: left;
  background: url(../img/tab_right.png) no-repeat left top;
  width: 7px;
  height: 50px;
}
.cont_rt_links ul
{
  float: right;
  margin: 20px 0 0;
}
.cont_rt_links .tblmain
{
  width: 100%;
  float: left;
}
.cont_rt_links h3
{
  font-size: 12px;
  color: #3f3f3f;
}
.cont_rt_links h2
{
  font-size: 14px;
  font-weight: 700;
  color: #3f3f3f;
  margin: 25px 0 0;
}
.cont_rt_links td h2
{
  float: right;
  font-size: 14px;
  font-weight: 700;
  color: #3f3f3f;
  margin: 25px 0 0;
}
.cont_rt_links1
{
  float: right;
  width: 320px;
  margin: 0 20px 0 0;
}
.cont_rt_links1 ul
{
  float: right;
  margin: 0 0 20px;
}
.cont_rt_links1 h2
{
  float: right;
  font-size: 14px;
  font-weight: 700;
  color: #3f3f3f;
}
.inner_cont_right
{
  float: right;
  border: 1px solid #eaeaea;
  width: 96%;
  position: relative;
  padding-bottom: 20px;
  margin: 50px 20px 0;
}
.inner_cont_right ul
{
  float: right;
  width: 213px;
  margin: 20px 7px 14px 0;
}
.inner_cont_right li
{
  width: 100%;
  vertical-align: top;
  margin: 15px 0 0;
}
.inner_cont_right tr
{
  line-height: 2em;
  width: 100%;
}
.inner_cont_right td
{
  vertical-align: top;
  width: 30%;
  margin: 20px 7px 14px 0;
}
.inner_cont_right td.val
{
  vertical-align: top;
  padding-right: 30px;
  width: 70%;
  margin: 20px 7px 14px 0;
}
.inner_cont_right a.tab1
{
  float: right;
  position: relative;
  top: -49px;
  font-size: 24px;
  color: #b3b3b3;
  font-weight: 400;
  padding: 14px 20px 0;
}
.inner_cont_right a.tab2
{
  border-left: 1px solid #eaeaea;
  border-right: 1px solid #eaeaea;
  background: url(../img/tab_center.png) repeat-x left top;
  float: right;
  margin-right: -1px;
  position: relative;
  top: -49px;
  font-size: 24px;
  color: #f1011f;
  font-weight: 400;
  height: 35px;
  border-radius: 5px 5px 0 0;
  padding: 14px 20px 0;
}
.tblparams
{
  width: 445px;
}
.slider_bg
{
  float: right;
  direction: ltr;
  width: 712px;
  height: 267px;
  background-repeat: no-repeat;
  margin: 20px -5px 0 0;
  padding: 0;
  border: 1px solid #e8e8e8;
}
.slider_bg_inner
{
  float: right;
  direction: ltr;
  margin: 20px 70px 0 0;
  padding: 0;
}
.manu
{
  float: left;
  width: 100px;
  position: relative;
  top: 27px;
  right: 17px;
}
.pro_con_L
{
  float: left;
  width: 420px;
  font-family: Arial, Helvetica, sans-serif;
}
.pro_con_L li
{
  float: left;
  color: #666;
  padding: 3px 0 5px;
}
.pro_con_L li a
{
  float: left;
  font-size: 15px;
  color: #666;
  margin: 0 5px;
}
.pro_con_R
{
  float: right;
  width: 220px;
  font-family: Arial, Helvetica, sans-serif;
}
.pro_con_R li
{
  float: left;
  color: #666;
  padding: 3px 35px 5px 0;
}
.pro_con_R li a.print
{
  float: left;
  font-size: 12px;
  color: #666;
  background: url(../img/print_icon.png) no-repeat right top;
  padding: 0 20px 0 0;
}
.pro_con_R li a.mail
{
  float: left;
  font-size: 12px;
  color: #666;
  background: url(../img/mess_icon.png) no-repeat right top;
  padding: 0 20px 0 0;
}
.imglist
{
  width: 455px;
  float: left;
  position: absolute;
  left: -20px;
  top: 5px;
  margin: 0;
  padding: 0;
  z-index: 2;
}
.imglist li
{
  list-style: none;
  float: left;
  border: 1px solid #d9d9d9;
  text-align: left;
  width: 53px;
  height: 52px;
  margin: 10px 0 0 19px;
  padding: 0;
}
.imglist li a
{
  display: block;
  margin-top: 0;
  margin-left: 13px;
  cursor: pointer;
  padding: 0;
}
.paramstable th
{
  text-align: right;
  width: 20%;
  color: #666;
}
.paramstable tr.even
{
  background-color: #fff;
}
.productspace
{
  width: 715px;
  margin-right: -5px;
}
.logospanel
{
  padding-top: 10px;
  padding-bottom: 20px;
}
.logospanel li
{
  float: right;
  padding-right: 5px;
  padding-left: 5px;
}
.footerbottom
{
  border-top: 1px solid #d7d7d7;
  margin-left: 20px;
  margin-right: 20px;
}
.footerbottom .r
{
  float: right;
  padding-top: 20px;
}
.footerbottom .c
{
  position: absolute;
  left: 250px;
  bottom: 24px;
}
.footerbottom .c span
{
  position: relative;
  bottom: 15px;
  left: 25px;
}
.footerbottom .l
{
  float: left;
  color: #a1a1a1;
  font-size: 12px;
  padding-top: 30px;
  direction: rtl;
}
.paramsearchtable td
{
  width: 130px;
  padding-left: 20px;
}
.paramsearchtable td.last
{
  width: 130px;
  padding-left: 0;
}
.paramsearchtable a
{
  color: #666;
  display: block;
  padding-bottom: 5px;
}
.paramsearchtable b.title
{
  display: block;
  margin-bottom: 10px;
  background-color: #f3f3f3;
  padding: 4px;
}
.bubble
{
  position: absolute;
  width: 150px;
  background-color: #FFF;
  border: 2px solid #666;
  display: none;
  z-index: 999;
  padding: 5px;
}
#tabspanel
{
  background-image: url(../img/tabscorntop.gif);
  background-repeat: no-repeat;
  background-position: 0 0;
  border: 1px solid #eaeaea;
  -webkit-box-shadow: 0 1px 10px rgba(0,0,0,.1);
  -moz-box-shadow: 0 1px 10px rgba(0,0,0,.1);
  box-shadow: 0 1px 10px rgba(0,0,0,.1);
  background-color: #FFF;
  padding: 10px;
}
#tabspanel ul
{
  height: 40px;
  list-style: none;
  display: block;
  /* margin: -40px -1px 0 0; */
  padding: 0;
}
#tabspanel li a
{
  display: block;
  color: #d60010;
  text-align: center;
  font-family: Arial, Helvetica, sans-serif;
  margin-left: 5px;
  font-size: 18px;
  border-top: 1px solid #FAFAFA;
  border-left: 1px solid #FAFAFA;
  border-right: 1px solid #FAFAFA;
  text-decoration: none;
  background-color: #FFF;
  outline: none;
  height: 20px;
  padding: 8px 18px;
}
#tabspanel li a.selected
{
  color: #4F4F4F;
  background-color: #F6F6F6;
  border-top: 1px solid #eaeaea;
  border-left: 1px solid #eaeaea;
  border-right: 1px solid #eaeaea;
  height: 23px;
}
#tabspanel div.content
{
  /* padding: 10px; */
}
#tabspanel div.footer
{
  height: 8px;
  margin: 0;
  padding: 0;
}
D60010 .gallerythumb
{
  border: 1px solid #eaeaea;
  margin-left: 20px;
  margin-bottom: 20px;
  display: block;
  width: 130px;
  height: 130px;
}
#modalbackground
{
  background-color: #000;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  opacity: 0.60;
  filter: alpha(opacity=60);
  z-index: 998;
  display: none;
}
#modalwindow
{
  background-color: #fff;
  width: 750px;
  height: 70%;
  position: fixed;
  left: 45%;
  top: 20%;
  z-index: 999;
  display: none;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  -webkit-box-shadow: 0 0 60px rgba(0,0,0,.8);
  -moz-box-shadow: 0 0 60px rgba(0,0,0,.8);
  box-shadow: 0 0 60px rgba(0,0,0,.8);
  margin: 0 0 0 -250px;
  padding: 0;
}
#modalwindow iframe
{
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
}
#modalclose
{
  display: block;
  position: absolute;
  background-image: url(../img/xexit.png);
  width: 43px;
  height: 43px;
  right: 722px;
  top: -14px;
}
.licat
{
  width: 644px;
}
.licat a.cattitle
{
  background-color: #f3f3f3;
  border-bottom: 1px solid #fff;
  display: block;
  width: 624px;
  color: #7d7d7d;
  font-size: 14px;
  background-image: url(../img/plussign.gif);
  background-position: left;
  background-repeat: no-repeat;
  padding: 8px;
}
.licat a.cattitle:hover
{
  background-color: #6d6d6d;
  color: #fff;
  background-image: url(../img/plussign1.png);
}
.licat .tt
{
  font-size: 14px;
  color: #666;
}
.licat .sepline
{
  border-top: 1px dashed #dcdcdc;
}
.hovbut:hover
{
  background-color: #666;
}
.pcomm
{
  float: right;
  color: #666;
}
a, a:hover
{
  text-decoration: none;
  outline: none;
}
.paymentsNum
{
  float: right;
  color: #666;
  font-size: 12px;
}
.phone
{
    border: none;
    color: white;
    padding: 0 12px;
    text-align: center;
    font-size: 16px;
    margin: 4px 2px;
    opacity: 0.6;
    transition: 0.3s;
}
a, a:hover
{
  text-decoration: none;
  outline: none;
}
.fleft, .cart_links li, .rating ul
{
  float: left;
}
.fright, .slider .but img, .ratingtable, #tabspanel li
{
  float: right;
}
th, td, .paramsearchtable, .prodframetbl .prodframediv
{
  direction: rtl;
}
table, .tableoptions
{
  direction: ltr;
}
.cart_links li a:hover, .footer_left td a:hover, .footer_left li a:hover, .footer_btm_text a:hover, .inner_tp_links a:hover, .inner_tp_link a:hover, .inner_cont_right li a:hover, .inner_cont_right td a:hover, .pro_con_L li a:hover, .pro_con_R li a.print:hover, a.mail:hover
{
  text-decoration: underline;
}
.navigation li:hover, .navigation a.selected
{
  background: url(../img/nav_hover.png) repeat-x left top;
}
.rt_nav, .inner_tp_link
{
  float: right;
  width: 100%;
  margin: 0;
}
.rt_nav ul, .rt_nav li
{
  float: right;
  width: 100%;
}
.rt_nav li a:hover, .rt_nav li a.sel1:hover
{
  background-color: #acaaaa;
  color: #FFF;
}
.rt_cont_box span img, .cont_box1 span img
{
  float: left;
  margin: 10px 0;
}
.rt_cont_box a, .cont_box1 a
{
  float: left;
  background: url(../img/cart_r_bg.png) repeat-x left top;
  height: 20px;
  color: #fff;
  margin-top: 9px;
  padding: 3px 24px 0;
}
.rt_cont_box a.grey, .cont_box1 a.grey
{
  float: left;
  background: url(../img/cart_g_bg.png) repeat-x left top;
  height: 20px;
  color: #fff;
  margin-top: 9px;
  padding: 3px 19px 0 18px;
}
.slider:hover, .slider .text:hover
{
  text-decoration: none;
}
.slider .but
{
  float: right;
  width: 300px;
  position: absolute;
  padding-top: 140px;
  padding-left: 370px;
}
.slider .price span, .pthumb .pr span
{
  font-size: 14px;
}
.footer_left td a, .footer_left li a
{
  float: right;
  font-size: 12px;
  color: #333;
}
.inner_tp_links a, .inner_tp_link a
{
  float: right;
  font-size: 12px;
  color: #3f3f3f;
  margin: 0 0 0 10px;
}
.inner_tp_links h3, .inner_tp_link h3
{
  float: right;
  font-size: 12px;
  color: #515151;
  font-weight: 700;
  text-transform: uppercase;
}
.inner_text_rt h1, .inner_text_rt h2
{
  /* float: right; */
  font-size: 18px;
  color: #515151;
  font-weight: 400;
  margin: 18px 0 0;
}
.cont_rt_links li, .cont_rt_links1 li
{
  float: right;
  width: 100%;
  margin: 4px 0 0;
}
.cont_rt_links td a, .inner_cont_right td a
{
  width: 100%;
  float: right;
  font-size: 12px;
  color: #3f3f3f;
}
.cont_rt_links td h3, .cont_rt_links1 li a, .cont_rt_links1 h3, .inner_cont_right span, .inner_cont_right li a
{
  float: right;
  font-size: 12px;
  color: #3f3f3f;
}
.pro_con_L ul, .pro_con_R ul
{
  margin: 0;
  padding: 0;
}
.paramstable tr.odd, .hovbut
{
  background-color: #f3f3f3;
}

.productnav
{
  background-image: url(../img/productnavback.gif);
  height: 43px;
  clear: both;
  margin-bottom: 10px;
  -webkit-box-shadow: 0px 2px 4px rgba(0,0,0,.2);
  -moz-box-shadow: 0px 2px 4px rgba(0,0,0,.2);
  box-shadow: 0px 2px 4px rgba(0,0,0,.2);
}

.productnav .but
{
  font-size: 16px;
  font-weight: 700;
  color: #FFFFFF;
  padding-right: 20px;
  padding-left: 20px;
  line-height: 43px;
  float: right;
}

.productnav .sep
{
  background-image: url(../img/productnavsep.png);
  width: 1px;
  height: 43px;
  float: right;
}

.optionsdiv
{
  font-weight:bold;
  font-size: 24px;
  color: #d6d6d6;
  width:95%;
}
.contenttext
{
  z-index: 10;
  width: 99%;
  margin: 0;
  padding: 0;
}
a.emoon{background:url(../img/emun2.png) no-repeat;background-position:0 0;background-size:cover;display:block;float:right;height:55px;width:60px;margin: 25px 30px 0 0;}