.flashsale_productfinished {
    position: relative;
}
.daily_deals_bg, .hot_deals_box.daily_deals_bg {
    overflow: hidden;
}

.flashsale_productslist a.internal_link {
    padding: 4px 0px;
    display: block;
    font-size: 12px;
    font-weight: bold;
    font-family: arial;
    text-align: center;
    display: none;
}

.flashsale_productslist span.internal_relative {
    position: absolute;
    width: 98%;
    left: 1%;
    display: block;
    background: rgba(0,0,0,0.85);
    font-size: 11px;
    padding: 3px;
    z-index: 10;
    display: none;
}

.flashsale_productslist a.internal_link.display_internal_link{
    display: inline-block;
    width: 50%;
    float: left;
    font-size: 11px;
    color: #aaa;
}

.flashsale_productslist .inside_text {
    display: block;
    margin-top: 4px;
    padding-top: 4px;
    padding-right: 4px;
    border-top: 1px solid #999;
    line-height: 16px;
    clear: both;
    color: #000;
    background: #ccc;
    text-align: right;
    overflow: hidden;
}

.flashsale_productslist .inside_text span.head {
    display: block;
    float: left;
    width: 100%;
}

.flashsale_productslist .inside_text span.value {
    width: 144px;
    text-align: right;
}

.flashsale_productslist .inside_text label{
    float: left;
    color: #000;
    font-size: 11px;
    font-weight: bold;
    padding-left: 4px;
    font-family: arial;
}

/*.flashsale_productfinished:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 20;
    background: rgba(255,255,255,0.6);
}*/

/* flashsale_heading */
.flashsale_heading {
    margin: 0 0 30px 0;
}
.flashsale_heading h2 {
    font-size: 30px;
    margin: 0 0 7px 0;
    font-family: 'roboto-bold','droid-bold';
    color: #000000;
}
.flashsale_heading p {
    font-size: 22px;
    margin: 0;
    color: #555555;
}
.flashsale_heading span {
    position: relative;
}
.flashsale_heading span:after {
    content: ':';
    margin: 0 3px;
}
.flashsale_heading span:last-child:after {
    display: none;
}

/* flashsale_products */
.flashsale_products{
    /*margin: 0 0 50px 0;*/
    overflow: hidden;
    /*position: relative;*/

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;    
}
.no-padding{
    padding: 0 !important;
}
.flashsale_manualtimer {
    background-image: url('images/icod_clock.png');
    background-repeat: no-repeat;
    background-position: left 12px;
    float: left;
    padding: 10px 0 10px 30px;
}
.ln-ar .flashsale_manualtimer {
    float: right;
    padding: 20px 30px 0 0;
    background-position: right 20px;
}
.flashsale_manualtimer p {
    color: #e92c00;
    font-size: 15px;
    margin: 6px 10px 3px 0;
    float: left;
}

.ln-ar .flashsale_manualtimer p {
    margin: 6px 10px 3px 16px;
    float: right;
}

.flashsale_manualtimer .timerbox {
    color: #555555;
    font-size: 20px;
    float: left;
    margin-top: 3px;
}

.flashsalemanual_headingtimer{
    text-align: center;
}

.flashsale_manualtimer .timerbox span:nth-child(1):after {
    content: ' Hrs. ';
}
.flashsale_manualtimer .timerbox span:nth-child(2):after {
    content: ' min. ';
}
.flashsale_manualtimer .timerbox span:nth-child(3):after {
    content: ' sec. ';
}

.flashsale_products .owl-stage-outer:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 3px;
    background: #ffffff;
    height: 100%;
}
.flashsale_productslist.loading:before,
.flashsale_productslist.loading:after {
    display: block;
}
.flashsale_productslist {
    white-space: nowrap;
}
.flashsale_productslist li {
    background: #ffffff;
    display: inline-block;
    border-right: 1px solid #dddddd;
    height: 350px;
    display: none;
}
.flashsale_productslist a {
    padding: 10px 10px 0 10px;
    text-decoration: none;
    display: block;
    position: relative;
}
.flashsale_productbanner {
    display: none !important;
    position: absolute;
    top: 10px;
    left: 0;
    background: #fa610e;
    color: #FFFFFF;
    padding: 3px 8px;
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
}
.flashsale_productbanner:after {
    position: absolute;
    content: '';
    top: 0;
    right: -10px;
    width: 0;
    height: 0;
    border-top: 13px solid #FA610E;
    border-right: 10px solid transparent;
    border-bottom: 13px solid #FA610E;
}
.flashsale_productimage {
    width: 100%;
    height: 210px;
    display: table;
    table-layout: fixed;    
}
.flashsale_productimage .productimage_inner {
    text-align: center;
    height: 210px;
    display: table-cell;
    vertical-align: middle;
}
.flashsale_productimage .productimage_inner img {
    max-width: 100%;
    max-height: 100%;
}
.flashsale_producttitle {
    margin: 0 0 10px 0;
}
.flashsale_producttitle p {
    height: 35px;
    line-height: 18px;
    font-size: 13px;
    color: #555555;
    text-align: center;
    text-decoration: none;
    overflow: hidden;
    white-space: normal;
}

.flashsale_limitedstock {
    text-align: center;
    font-size: 12px;
    display: none;
}

.flashsale_productprice {
    text-align: center;
    margin: 0 0 0 0;
    overflow: hidden;
}
.flashsale_productprice .old_price {
    color: #777777;
    font-weight: normal;
    font-size: 14px;
    text-decoration: line-through;
    margin: 0 3px;
}
.flashsale_productprice .new_price {
    font-size: 18px;
    font-weight: normal;
    color: #D71A21;
    line-height: initial;
    margin: 0 3px;
}
.flashsale_productprice .new_price em {
    font-style: normal;
    font-family: 'roboto-bold','droid-bold';
    font-weight: normal;
}

.flashsale_products .owl-controls .owl-prev, 
.flashsale_products .owl-controls .owl-next {
    position: absolute;
    height: 55px;
    z-index: 5;
    text-indent: -99999px;
    width: 35px;
    top: 50%;
    margin-top: -27px;
    background-color: #c5c5c5;
    cursor: pointer;
    background-repeat: no-repeat;
    background-size: 24px;
    background-position: center;
}
.flashsale_products .owl-controls .owl-prev {
    left: 0;
    background-image: url('images/icow_left.png');
}
.flashsale_products .owl-controls .owl-next {
    right: 0;
    background-image: url('images/icow_right.png');
}

.flashsale_productlink span {
    font-size: 16px;
    color: #E95B00;
    font-weight: normal;
    background: #FFFFFF;
    display: inline-block;
    float: right;
    width: 100%;
    height: 35px;
    line-height: 35px;
    text-align: center;
    border: solid 1px #E95B00;
}
.flashsale_productfinished .flashsale_productlink span {
    background: #dddddd;
    color: #777777;
    border: 1px solid #BBBBBB;
}
.flashsale_productstarted .flashsale_productlink span {
    background: #dddddd;
    color: #777777;
    border: 1px solid #BBBBBB;
}
.flashsale_productrunning .flashsale_productlink span {
    background: #FFFFFF;
    color: #E95B00;
    border: solid 1px #E95B00;
}

.flashsale_producttimer {
    height: 37px;
    line-height: 37px;
    font-size: 15px;
    text-align: center;
    font-family: 'roboto-bold','droid-bold';
    font-weight: normal;
    background-image: url('images/icod_clock.png');
    background-position: center left 13%;
    background-size: 20px;
    background-repeat: no-repeat;
}
.flashsale_producttimer span {
    position: relative;
}
.flashsale_producttimer span:after {
    content: ':';
    margin: 0 3px;
}
.flashsale_producttimer span:last-child:after {
    display: none;
}


/*.flashsale_productended{
    position: absolute;
    top: 50%;
    left: 50%;
    text-align: center;
    padding: 6px 40px;
    line-height: 23px;
    font-size: 17px;
    color: #ffffff;
    font-family: 'roboto';
    margin-top: -17px;
    margin-left: -80px;
    border-radius: 3px;
    z-index: 21;
    background: #B5B5B5;

    -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      border-radius:0;
}*/
.flashsale_productended {
    margin: auto;
    text-align: center;
    line-height: 31px;
    font-size: 14px;
    color: #ffffff;
    font-family: 'roboto','droid';
    background: #B5B5B5;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 2px;
}
.flashsale_productended b {
    font-weight: normal;
    margin: 0px;
    color: #fff;
}
.flashsale_productslist li small {
    display: block;
    font-size: 11px;
    font-family: 'roboto-bold','droid-bold';
    text-align: center;
    margin-top: 5px;
    color:#666;
}

.ln-ar .flashsale_productslist li small {
    font-size: 10px;
}

.flashsale_productupcoming {
    text-align: center;
    line-height: 31px;
    font-size: 13px;
    color: #ffffff;
    font-family: 'roboto-bold','droid-bold';
    background: #6CB119;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 2px;
    text-transform: capitalize;
    cursor: pointer;
}

.flashsale_productbuynow {
    text-align: center;
    font-family: 'roboto-bold','droid-bold';
    color: #ffffff;
    line-height: 31px;
    font-size: 14px;
    border-radius: 2px;
    background: #FF481F;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-transform: uppercase;
    cursor: pointer;
}

.flashsale_productbuynow a {
    padding: 0px;
    font-family: 'roboto-bold','droid-bold';
    color: #ffffff;
    line-height: 31px;
    font-size: 14px;
    border-radius: 2px;
    background: #f55100;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-transform: uppercase;
    height: 31px;
    width: 100%;
    display: block;
}

.flashsale_productbuynow a:hover{
    background: #BE3F00;
}

.flashsale_productbuynow span.end_timer {
    display: block;
    font-size: 11px;
    font-weight: normal;
    font-family: 'roboto-bold','droid-bold';
    text-align: center;
    margin-top: 5px;
}

.pad-10 {
    padding: 0 10px 0 10px;   
}

/*===========================================
=            Owl carousel styles            =
===========================================*/
/* 
 *  Core Owl Carousel CSS File
 */
.owl-carousel {
  display: none;
  width: 100%;
  position: relative;
  z-index: 1;
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  overflow: hidden;
  position: relative;
  z-index: 4;

}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel .owl-refresh .owl-item {
  display: none;
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}
/*=====  End of Owl carousel styles  ======*/



/* ==== Black Friday Popup ====*/


.popup_wrapp_body{
    display                   : none;
    margin                    : 0;
    width                     : 100%;
    height                    : 100%;
    background-color          : rgba(0,0,0,0.6);
    position                  : fixed;
    top                       : 0;
    left                      : 0;
    z-index                   : 999;
}
.flashsale_hidepopup {
    display: inline-block;
    width: 60px;
    height: 60px;
    padding: 15px;
    position: absolute;
    top: 0;
    right: 0;

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; 
}
.flashsale_hidepopup img {
    max-width: 100%;
    max-height: 100%;
}
.popup_wrapp_body .popup_body{
    width                     : 550px;
    /*height                    : 440px;*/
    height                    : 623px;
    background                : #FFF url('images/bg-pic.jpg');
    background-repeat         : no-repeat;
    position                  : absolute;
    top                       : 0;
    left                      : 0;
    right                     : 0;
    bottom                    : 0;
    margin                    : auto;
    z-index                   : 99;

    -webkit-box-shadow        : 0px 0px 10px #333;
    -moz-box-shadow           : 0px 0px 10px #333;
    box-shadow                : 0px 0px 10px #333;

    background-size: cover;
    background-position: initial;
}

.popup_wrapp_body .popup_body .header_box{
    overflow                  : hidden;
    height                    : 89px;
    border-bottom             : solid 1px  #000;
    background-color          : transparent;
    position                  : relative;
}

.popup_wrapp_body .popup_body .header_box .sale{
    background                : url('images/sale.png');
    background-repeat         : no-repeat;
    position                  : absolute;
    top                       : 25px;
    right                     : -9px;
    height                    : 59px;
    width                     : 100px;
    display                     : none;
}

.popup_wrapp_body .popup_body .header_box h1{
    text-align                : center;
    text-transform            : uppercase;
    font-size                 : 48px;
    font-family               : 'roboto-bold','droid-bold';
    letter-spacing            : -1px;
    height                    : 89px;
    line-height               : 89px;
}

.popup_wrapp_body .popup_body .popup_box{
    overflow                  : hidden;
    text-align                : center;
}

.popup_wrapp_body .popup_body .popup_box .popup_head{
        display: block;
    text-align: center;
    font-size: 18px;
    font-family: 'roboto-bold','droid-bold';
    /* height: 65px; */
    line-height: 25px;
    width: 550px;
    margin: 30px 0px 0px;
}

.popup_wrapp_body .popup_body .popup_box input[type='text']{
    height                    : 43px;
    line-height               : 43px;
    width                     : 458px; 
    border                    : solid 1px #ddd;
    padding-left              : 10px;
    margin-top                : 18px;
}

.popup_wrapp_body .popup_body .popup_box .box_input{
    position                  : relative;
}

.popup_wrapp_body .popup_body .popup_box .box_input .error_mob_number,
.popup_wrapp_body .popup_body .popup_box .box_input .error_fname,
.popup_wrapp_body .popup_body .popup_box .box_input .error_lname,
.popup_wrapp_body .popup_body .popup_box .box_input .error_emirates_id,
.popup_wrapp_body .popup_body .popup_box .box_input .error_captcha,
.popup_wrapp_body .popup_body .popup_box .box_input .error_email{
    position                  : absolute;
    padding                   : 10px;
    top                       : -6px;
    left                      : 27px;
    color                     : #e92c00;
    font-size                 : 12px;
    display                   : none;
}

.ln-ar .popup_wrapp_body .popup_body .popup_box .box_input .error_mob_number,
.ln-ar .popup_wrapp_body .popup_body .popup_box .box_input .error_fname,
.ln-ar .popup_wrapp_body .popup_body .popup_box .box_input .error_lname,
.ln-ar .popup_wrapp_body .popup_body .popup_box .box_input .error_emirates_id,
.ln-ar .popup_wrapp_body .popup_body .popup_box .box_input .error_captcha,
.ln-ar .popup_wrapp_body .popup_body .popup_box .box_input .error_email{
    left                      : auto;
    right                     : 36px;
}

.popup_wrapp_body .popup_body .popup_box input[type='text'].error{
    border-color              : #e92c00;
}


.popup_wrapp_body .popup_body .popup_box a{
    text-align                : center;
    margin                    : 0 auto;
    color                     : #FFF;
    background-color          : #e92c00;
    font-size                 : 20px;
    text-transform            : uppercase;
    width                     : 150px;
    height                    : 50px;
    line-height               : 50px;
    display                   : block;
    text-decoration           : none;
    /*margin-top                : 40px;*/
    margin-top                : 20px;
    font-family               : 'roboto','droid';
}

::-webkit-input-placeholder { 
    font-size                 : 16px; 
}
::-moz-placeholder { 
    font-size                 : 16px; 
}
:-ms-input-placeholder { 
    font-size                 : 16px; 
} 
input:-moz-placeholder { 
    font-size                 : 16px; 
}

/*ERROR*/

.popup_wrapp_body .error_popup{
    display: none;
    height: 50px;
    width: 410px;
    background: #FFF;
    border: solid 1px #f00;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    padding: 10px;
    -webkit-border-radius: .5em;
    border-radius: .5em;
    
    -webkit-box-shadow        : 0px 0px 10px #333;
    -moz-box-shadow           : 0px 0px 10px #333;
    box-shadow                : 0px 0px 10px #333;

    z-index: 999;
}

.popup_wrapp_body .error_popup span{
    width: 100%;
    height: 100%;
    background: #FFFBEC;
    display: block;
    line-height: 30px;
    color: #f00;
    padding: 10px;
    font-size: 16px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

/*SUCCESS*/

.popup_wrapp_body .success_popup{
    display: none;
    height: 50px;
    width: 410px;
    background: #FFF;
    border: solid 1px #1EB142;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    padding: 10px;
    -webkit-border-radius: .5em;
    border-radius: .5em;

    -webkit-box-shadow        : 0px 0px 10px #333;
    -moz-box-shadow           : 0px 0px 10px #333;
    box-shadow                : 0px 0px 10px #333;
    z-index: 999;
}

.popup_wrapp_body .success_popup span{
    width: 100%;
    height: 100%;
    background: #FFFBEC;
    display: block;
    line-height: 30px;
    color: #1EB142;
    padding: 10px;
    font-size: 16px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.popup_wrapp_body .popup_body .extra_popup{
    display: none;
    position: absolute;
    width: 315px;
    height: 95px;
    background: #FFF;
    left: 0;
    right: 0;
    top: 75px;
    bottom: 0;
    margin: auto;
    border: solid 4px #6B96E0;
    border-radius: 1em;
    padding: 10px;
    box-shadow: 0px 0px 11px #999;
    font-family: 'roboto','droid';
}

.popup_wrapp_body .popup_body .extra_popup h3{
    text-align: center;
    line-height: 30px;
}

.popup_wrapp_body .popup_body .extra_popup p{
    font-size: 14px;   
}

.error{
    color: #e92c00;
}

.success{
    color: #76CA5F;
}

.flashsale_producttime{
    height: 26px;
}

.flashsale_producttime p{
    text-align: center;
    margin-top:19px; 
}

.flashsale_producttime span{
    padding: 3px 5px;
    font-size: 14px;
    border: solid 1px #999;
    margin: 0 5px;
    position: relative;
    border-radius:3px;
}

.flashsale_producttime span:after{
    content: ':';
    position: absolute;
    right: -8px;
    font-size: 15px;
    top: 4px;
}


.flashsale_producttime span:last-child:after{
    display: none;
}


.flashsale_heading p span{
    padding: 3px 5px;
    font-size: 14px;
    border: solid 1px #999;
    margin: 0 5px;
    position: relative;
    border-radius:3px;
    background: #FFF;
}

.flashsale_heading p span:after{
    content: ':';
    position: absolute;
    right: -12px;
    font-size: 15px;
    top: 4px;
}


.flashsale_heading p span:last-child:after{
    display: none;
}

.flashsalemanual_headingtimer h2{
    font-family: 'roboto-bold', 'droid-bold';
    font-weight: normal;
    font-size: 19px;
    /*float: left;*/
    /*padding: 10px 0 5px 0;*/
    line-height: 40px;
    /*display: inline-block;*/
    position: relative;
    z-index: 5;
    color: #333;
    text-transform: uppercase;
    display: none;
}

/*.ln-ar .flashsalemanual_headingtimer h2{
    float: right;
}*/

/* dealspop */
.dealspop {
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 50px 0 0 0;
}
.dealspop .inner {
    border: 1px solid #ddd;
    background: #EFEFEF;
    width: 1000px;
    margin: auto;
    height: 571px;  
    position: relative;  
}
.dealspop .inner .popclose {
    position: absolute;
    z-index: 999;
    right: -18px;
    top: -18px;
    display: block;
    cursor: pointer;
}
.dealspop .inner .popleft {
    float: left;
    background: #EFEFEF;
    min-height: 165px;
    padding: 15px 7px 15px 15px;
    width: 45%;
    border-right: 1px solid #DDDDDD;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;    
}
.ln-ar .dealspop .inner .popleft{
    float: right;
}
.dealspop .inner .popleft .heading {
    color: #000000;
    font-size: 36px;
    font-weight: normal;
    margin-bottom: 15px;
    font-family: 'roboto-bold','droid-bold';    
}
.dealspop .inner .popleft .heading span {
    color: #fc5b03;
    font-size: 36px;
}
.dealspop .inner .popleft .intro {
    color: #555555;
    line-height: 20px;
    font-size: 13px;
    margin: 0 0 10px 0;
    text-align: justify;    
}
.dealspop .inner .popleft .terms_heading {
    color: #555555;
    font-size: 16px;
    margin: 0 0 10px 0;    
}
.dealspop .inner .popleft .terms_list_item {
    color: #555555;
    line-height: 20px;
    margin: 0 0 10px 0;
    font-size: 12px;
    padding: 0 0 0 20px;
    line-height: 16px;
    position: relative;    
}
.ln-ar .dealspop .inner .popleft .terms_list_item {
    padding: 0 20px 0 0;
}
.dealspop .inner .popleft .terms_list_item:before {
    content: '';
    position: absolute;
    top: 5px;
    left: 4px;
    width: 0;
    height: 0;
    border-top: 4px solid transparent;
    border-left: 5px solid #8D8B8A;
    border-bottom: 4px solid transparent;
}
.ln-ar .dealspop .inner .popleft .terms_list_item:before {
    left: auto;
    right: 4px;
    border-left: 0;
    border-right: 5px solid #8D8B8A;
}
.dealspop .inner .popright {
    background: #EFEFEF;
    min-height: 165px;
    padding: 15px 15px 15px 7px;
    position: relative;
    width: 55%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;    
}
.ln-ar .dealspop .inner .popright {
    float: left;
}
.dealspop .inner .popright .legend_title {
    font-weight: normal;
    font-size: 15px;
    font-family: 'roboto-bold','droid-bold';
    margin-left: 10px;
}
.dealspop .inner .popright .legend_list_item {
    white-space: nowrap;
    margin: 6px 0;
}
.dealspop .inner .popright .legend_list_button {
    font-size: 14px;
    display: inline-block;
    line-height: 32px;
    margin: 0 10px;
    border-radius: 4px;
    width: 170px;
    text-align: center;
    vertical-align: middle;
}
.dealspop .inner .popright .legend_list_tip {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    color: #555555;
    line-height: 32px;
}
.dealspop .inner .popright .legend_list_button.upcoming {
    background: #6cb119;
    color: #ffffff;
}
.dealspop .inner .popright .legend_list_button.buynow {
    background: #ff481f;
    color: #ffffff;
}
.dealspop .inner .popright .legend_list_button.soldout {
    background: #b5b5b5;
    color: #ffffff;
}

.sop_form{
    padding: 15px;
    float: left;
    width: 100%;
    min-height: 385px;

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.sop_form .error {
    border-color: #f00 !important;
}
.sop_form_inner {
    background: #ffffff;
    padding: 15px;
}
.sop_form .sop_form_title {
    border-bottom: solid 1px #DDD;
    padding: 0 0 7px 0px;
    margin: 0 0 10px 0;
}
.sop_form .sop_form_title b{
    padding: 0 5px;
}
.sop_form .sop_form_content{
    overflow: hidden;
}
.sop_form .sop_form_content p {
    height: 20px;
    line-height: 20px;
    clear: both;
    display: block;
    color: #777777;
    font-size: 10px;
}
.sop_form .sop_form_content .gender{
    height: 40px;
    line-height: 40px;
    display: block;
}
.sop_form .sop_form_content .gender label{
    float: left;
    width: 70px;
    height: 30px;
    line-height: 32px;
    clear: initial;
    display: block;
}
.sop_form .sop_form_content label{
    height: 20px;
    line-height: 20px;
    display: block;
    clear: both;
}
.sop_form .sop_form_content .sop_phone_error,
.sop_form .sop_form_content .sop_email_error{
    min-height: 0px;
    line-height: 20px;
    display: block;
    clear: both;
    color: #f00;
    float: right;
    position: absolute;
    margin-top: -20px;
    right: 30px;
}
.sop_form .sop_form_content .pre{
    width: 10%;
    float: left;
    height: 30px;
    line-height: 30px;
    background-color: #DDD;
    color: #333;
    text-align: center;
}
.sop_form .sop_form_content select,
.sop_form .sop_form_content input[type="text"]{
    height: 30px;
    line-height: 30px;
    width: 100%;
    margin: 0 0 7px 0;
    padding: 0 10px;
    float: left;
    font-family: 'roboto', 'droid';
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.sop_form .sop_form_content select {
    width: 74%;
}
.sop_form .sop_form_content input[type="text"].sop_form_phone{
    width: 90%;
}
.sop_form .sop_form_content input[type="radio"]{
    height: 30px;
    line-height: 30px;
    float: left;
}
.sop_form .sop_form_content input[type="submit"]{
    height: 30px;
    line-height: 30px;
    width: 120px;
}
.sop_form .sop_form_content input[type="submit"].req_processing {
    padding-left                : 18px;
    background                  : #E5E5E5 url(images/button-loader-new.gif) no-repeat 7px center;
    background-size             : 15px;
    color                       : #666;
    font-size                   : 13px;
}
.ln-ar .sop_content .sop_form .sop_form_content .sop_email_error,
.ln-ar .sop_content .sop_form .sop_form_content .sop_gender_error,
.ln-ar .sop_content .sop_form .sop_form_content .sop_phone_error
 {
    left                       : 27px;
    right                      : initial; 
}
.ln-ar .sop_form .sop_form_content .sop_phone_error,
.ln-ar .sop_form .sop_form_content .sop_email_error {
    left: 30px;
    right: initial;
}
.ln-ar .sop_content .sop_form .sop_form_content span.pre{
    width: 15%;
}
.ln-ar .sop_content .sop_form .sop_form_content input#sop_form_phone{
    float: left;
}
.ln-ar .sop_content .sop_form .sop_form_content span.pre {
    direction: ltr;
}
.ln-ar .sop_form .sop_form_content select,
.ln-ar .sop_form .sop_form_content input[type="text"],
.ln-ar .sop_form .sop_form_content .gender label,
.ln-ar .sop_form .sop_form_content input[type="radio"]{
    float: right;
}
.ln-ar .sop_form .sop_form_content input[type="submit"] {
    font-size: 12px;
}
.ln-ar .sop_form .sop_form_content .pre{
    direction: ltr;
}
.dealspop_overlay {
    display: block;
    margin: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.6);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;    
}

.add_border {
    border: 1px solid #ddd;
}


/*--------  Arabic  -------- */

.ln-ar .flashsale_manualleft{
    float: right;
    border: 0;
    /*border-left: 1px solid #c9bbb4;*/
    /*border-right: none;*/
}

.ln-ar .flashsale_manualheading {
    float: right;
}

/*.ln-ar .flashsale_manualtextinfo ul li{
    padding: 0px 20px 0px 0px;
}*/

.ln-ar .flashsale_manualtextinfo ul li:before {
    content: '';
    position: absolute;
    top: 5px;
    right: 4px;
    left: initial;
    width: 0;
    height: 0;
    border-top: 4px solid transparent;
    border-right: 5px solid #8D8B8A;
    border-bottom: 4px solid transparent;
    border-left: none;
}

.ln-ar .owl-carousel .owl-item {
    float: right;
}

.ln-ar .flashsale_productbanner{
    right: 0;
    left: initial;
}

.ln-ar .flashsale_productbanner:after {
    position: absolute;
    content: '';
    top: 0;
    left: -10px;
    right: initial;
    width: 0;
    height: 0;
    border-top: 13px solid #FA610E;
    border-left: 10px solid transparent;
    border-right: none;
    border-bottom: 13px solid #FA610E;
}

.ln-ar .blackfriday_bundlebanner{
    right: 20px;
    left: initial;
}

/*.ln-ar .flashsale_manualtimer{
    background-position: center right 0px;
    float: left;
    padding: 0 55px 0 0;
}*/

.ln-ar .flashsale_manualright:after {
    z-index: -1;
    position: absolute;
    content: "";
    bottom: 15px;
    left: 10px;
    right: initial;
    width: 50%;
    top: 80%;
    max-width: 300px;
    background: #777;
    box-shadow: 0 15px 10px #777;
    transform: rotate(-3deg);
}


.ln-ar .flashsale_manualleft:before {
    z-index: -1;
    position: absolute;
    content: "";
    bottom: 15px;
    right: 10px;
    left: initial;
    width: 50%;
    top: 80%;
    max-width: 300px;
    background: #777;
    box-shadow: 0 15px 10px #777;
    transform: rotate(3deg);
}


.ln-ar .flashsale_products .owl-controls .owl-prev {
    right: 0;
    left: initial;
    background-image: url('images/icow_right.png');
}

.ln-ar .flashsale_products .owl-controls .owl-next {
    left: 0;
    right: initial;
    background-image: url('images/icow_left.png');
}

.aw_wrapper .flashsale_wrapper {
    padding-top: 10px !important;
}

.flashsale_wrapper .flashsale_loader{
    background: #FFF url(images/loader.gif) !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: 60px !important;
    height: 352px;
}

.popup_wrapp_body .popup_body .popup_box .img_captcha{
    position: absolute;
    right: 39px;
    bottom: 1px;
    height: 43px;
}

.ln-ar .popup_wrapp_body .popup_body .popup_box .img_captcha{
    left: 47px;
    height: 40px;
    right: initial;
}

.flashsale_manualtimer.endtimer p{
	color: #555555;
}

.flashsale_manualtimer .timerbox.endtimer{
	color: #e92c00;
}

body.modal-open {
    overflow: hidden;
}

.additional_buttons {
    float: right;
    text-align: right;
}

.additional_buttons a:hover,
.additional_buttons a {
    padding: 5px;
    background: green;
    color: #fff;
    display: inline-block;
    margin-left: 10px;
}


.flyDivFlash {
    display: none;
    width: 295px;
    height: 378px;
    background-color: #FFF;
    position: absolute;
    z-index: 99999;
    opacity: 0.8;
    text-align: center;
}

.currency-disp-Y .flashsale_productprice .new_price,
.currency-idr .flashsale_productprice .new_price{
    font-size: 14px;
}

.currency-disp-Y .flashsale_productprice .old_price,
.currency-idr .flashsale_productprice .old_price{
    font-size: 12px;
}