#ocjoyajaxcheckout_modal_block {
    width: 780px;
    height: auto;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    -icab-border-radius: 5px;
    border-radius: 5px;
    background: #fff;
    top: 0;
    left: 0;
    position: absolute;
    box-shadow: 0 0 50px rgba(0,0,0,0.6);
}
.fix_one_col {
    width: 405px !important;
}
#lcer {
    width: 83px;
    height: auto;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    -icab-border-radius: 5px;
    border-radius: 5px;
    background: #fff;
    margin: 10% auto 0 auto;
    position: relative;
    box-shadow: 0 0 50px rgba(0,0,0,0.6);
    padding: 25px;
    font-size: 14px;
    font-family: Tahoma, Arial;
    color: #555;
}
#ocjoyajaxcheckout_modal_fon {
    background: rgba(0,0,0,0.6);
    width: 100%;
    height: 100%;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#88000000, endColorstr=#88000000);
    position: fixed;
    z-index: 100;
    overflow: hidden;
    top: 0;
    left: 0;
}
#ocjoyajaxcheckout_exit_close {
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer;
    z-index: 1;
}
#ajaxordermainbody {
    padding: 25px;
    position: relative;
}
#ocjoyajaxcheckout_heading {
    width:100%;
    margin-bottom: 10px;
    font-size:20px;
    margin-top: 0px;
    color: #000;
    font-family: Tahoma, Arial;
    float: left;
}
#ocjoyajaxcheckout_sendform_block {
    display: inline-block;
    width: 100%;
    margin: 10px 0 0 0;
}
#ajaxorderimg {
    float: left;
    margin-bottom: 5px;
}
#ajaxorderimg .mainimg{
    text-align: center;
    padding: 0px;
    margin: 0px;
    border:1px solid #eaeaea;
}
#ocjoyajaxcheckout_cols_table {
    width: 100%;
    border-collapse: collapse;
}
#ocjoyajaxcheckout_cols_table > tbody > tr > td {
    vertical-align: top;
    width: 100%;
}
#ocjoyajaxcheckout_cols_table > tbody > tr > td.ocjoyajaxcheckout_cols_table_first_td {
    min-width: 360px;
    width: 48%;
    padding-right: 2%;
}
.ocjoyajaxcheckout_informer {
    display: inline-block;
    font-size: 14px;
    line-height: 18px;
    border: 1px solid #efefef;
    padding: 15px;
    color: #444;
    width: 100%;
    box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    -o-box-sizing:border-box;
    -ms-box-sizing:border-box;
}
.ocjoyajaxcheckout_informer + .ocjoyajaxcheckout_informer {
    margin-top: 15px;
}
.ocjoyajaxcheckout_informer p {
    margin: 0;
    padding: 0;
    font-size: 14px;
    line-height: 18px;
    color: #444;
}
table#aboutproduct {
    border-collapse: collapse;
    border:1px solid #eaeaea;
    width: 100%;
    margin-bottom: 17px;
}
table#aboutproduct thead{
    background: #eaeaea;
}
table#aboutproduct thead tr td{
    padding: 5px 0px;
    color: #606060;
    font-family: Tahoma, Arial;
    font-size: 12px;
    border:1px solid #dddddd;
}
table#aboutproduct tbody{
    background: #fff;
}
table#aboutproduct tbody tr td{
    padding: 5px 0px;
    color: #606060;
    font-family: Tahoma, Arial;
    font-size: 12px;
    border:1px solid #eaeaea;
}
table#aboutproduct thead tr td .aboutproductspan, table#aboutproduct tbody tr td .aboutproductspan {
    margin-left: 10px;
    display: block;
}
.ocjoyajaxcheckout_errorfields {
    font-size: 12px;
    color: #f00;
    font-family: tahoma, Arial;
    display: block;
    margin-top: 1px;
    margin-bottom: 5px;
}
#ocjoyajaxcheckoutsuccess {
    width: 350px;
    font-size: 14px;
    line-height: 18px;
    color: #000;
    font-family: Tahoma, Arial;
}
#ocjoyajaxcheckoutsuccess a{
    font-size: 14px;
    margin-top: 10px;
    display: inline-block;
    font-family: Tahoma, Arial;
}
input.ajaxorderinputs {
    border: 2px solid #E5E5E5;
    background: #fff !important;
    padding: 6px 10px !important;
    color: #666;
    width: 100% !important;   
    outline: none;
    display: block;
    font-family: Tahoma, Arial;
    font-style: normal;
    -o-transition: border-color 0.3s;
    -ms-transition: border-color 0.3s;
    -moz-transition: border-color 0.3s;
    -webkit-transition: border-color 0.3s;
    box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    -o-box-sizing:border-box;
    -ms-box-sizing:border-box;
}
input.ajaxorderinputs:focus, input.ajaxorderinputs:hover {
    border: 2px solid #67CA67;
}
textarea.ajaxorderinputs {
    border: 2px solid #E5E5E5;
    background: #fff !important;
    padding: 6px 10px !important;
    color: #666;
    width: 100% !important;   
    outline: none;
    display: block;
    font-family: Tahoma, Arial;
    font-style: normal;
    resize: none;
    height: 50px;
    -o-transition: border-color 0.3s;
    -ms-transition: border-color 0.3s;
    -moz-transition: border-color 0.3s;
    -webkit-transition: border-color 0.3s;
    box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    -o-box-sizing:border-box;
    -ms-box-sizing:border-box;
}
textarea.ajaxorderinputs:focus, textarea.ajaxorderinputs:hover {
    border: 2px solid #67CA67;
}
input.ajaxorderinputsrequired {
    border: 2px solid #E5E5E5;
    background: #fff !important;
    padding: 6px 10px !important;
    color: #666;
    width: 100% !important;   
    outline: none;
    display: block;
    font-family: Tahoma, Arial;
    font-style: normal;
    -o-transition: border-color 0.3s;
    -ms-transition: border-color 0.3s;
    -moz-transition: border-color 0.3s;
    -webkit-transition: border-color 0.3s;
    box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    -o-box-sizing:border-box;
    -ms-box-sizing:border-box;
}
input.ajaxorderinputsrequired:focus, input.ajaxorderinputsrequired:hover, select.ajaxorderinputsrequired:focus, select.ajaxorderinputsrequired:hover {
    border: 2px solid #D74B4B;
}
select.ajaxorderinputs {
    border: 2px solid #E5E5E5;
    background: #fff !important;
    margin-bottom: 7px;
    padding: 6px 5px;
    color: #666 !important;
    width: 100% !important;   
    outline: none;
    display: block;
    font-family: Tahoma, Arial;
    font-style: normal;
    -o-transition: border-color 0.3s;
    -ms-transition: border-color 0.3s;
    -moz-transition: border-color 0.3s;
    -webkit-transition: border-color 0.3s;
    box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    -o-box-sizing:border-box;
    -ms-box-sizing:border-box;
}
select.ajaxorderinputsrequired {
    border: 2px solid #E5E5E5;
    background: #fff !important;
    margin-bottom: 7px;
    padding: 6px 5px;
    color: #666 !important;
    width:100% !important;   
    outline: none;
    display: block;
    font-family: Tahoma, Arial;
    font-style: normal;
    -o-transition: border-color 0.3s;
    -ms-transition: border-color 0.3s;
    -moz-transition: border-color 0.3s;
    -webkit-transition: border-color 0.3s;
    box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    -o-box-sizing:border-box;
    -ms-box-sizing:border-box;
}
#minuss {
    color: #000000;
    display: inline;
    font-size: 16px;
    text-decoration: none;
}
#pluss {
    color: #000000;
    display: inline;
    font-size: 12px;
    text-decoration: none;
}
.ocjoyajaxcheckout_quantity {
    text-align: center !important;
    outline: none !important;
    width: 41px !important;
    padding: 3px 0px !important;
    margin: 0 !important;
    font-size: 12px !important;
    background: #F8F8F8 !important;
    border: 1px solid #CCCCCC !important;
}
.sections_block, .sections_block_rquaired {
    position: relative;
    display: block;
    width: 355px;
}
.sections_block + .sections_block, .sections_block + .sections_block_rquaired, .sections_block_rquaired + .sections_block, .sections_block_rquaired + .sections_block_rquaired {
    margin-top: 10px;
}
.pay_ship_block {
    margin-top: 10px;
}
.icon-append_1 {
    color: #E5E5E5;
    right: 6px;
    padding-left: 3px;
    border-left-width: 1px;
    border-left-style: solid;
    position: absolute;
    top: 4px;
    width: 23px;
    height: 23px;
    font-size: 15px;
    line-height: 24px;
    text-align: center;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
}
.icon-user:before {
    content: "\f007";
    margin: 0;
    padding: 0;
    box-sizing: content-box;
    -moz-box-sizing: content-box;
    -o-transition: color 0.3s;
    -ms-transition: color 0.3s;
    -moz-transition: color 0.3s;
    -webkit-transition: color 0.3s;
}
.icon-envelope-alt:before {
    content: "\f0e0";
    margin: 0;
    padding: 0;
    box-sizing: content-box;
    -moz-box-sizing: content-box;
    -o-transition: color 0.3s;
    -ms-transition: color 0.3s;
    -moz-transition: color 0.3s;
    -webkit-transition: color 0.3s;
}
.icon-phone:before {
    content: "\f095";
    margin: 0;
    padding: 0;
    box-sizing: content-box;
    -moz-box-sizing: content-box; 
    -o-transition: color 0.3s;
    -ms-transition: color 0.3s;
    -moz-transition: color 0.3s;
    -webkit-transition: color 0.3s;
}
.icon-map:before {
    content: "\f041";
    margin: 0;
    padding: 0;
    box-sizing: content-box;
    -moz-box-sizing: content-box; 
    -o-transition: color 0.3s;
    -ms-transition: color 0.3s;
    -moz-transition: color 0.3s;
    -webkit-transition: color 0.3s;
}
.sections_block_rquaired:hover [class^="icon-"], .sections_block_rquaired:focus [class^="icon-"] {
    color: #D74B4B;
}
.sections_block:hover [class^="icon-"], .sections_block:focus [class^="icon-"] {
    color: #67CA67;
}
/** Carousel **/
.ocjoyajaxcheckout_jcarousel-wrapper {
    width: 360px;
    position: relative;
}
.ocjoyajaxcheckout_jcarousel {
    position: relative;
    overflow: hidden;
    width: 290px;
    margin: 0 auto 10px auto;
}
.ocjoyajaxcheckout_jcarousel ul {
    width: 20000em;
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
}
.ocjoyajaxcheckout_jcarousel li {
    background: #fff;
    border:1px solid #eaeaea;
    float: left;
    position: relative;
    margin: 15px 8px 0;
    padding: 0px;
    vertical-align: top;
    width: 55px;
}
.ocjoyajaxcheckout_jcarousel li:hover {
    opacity: 0.8;
}
/** Carousel Controls **/
.jcarousel-ocjoyajaxcheckout-prev {
    left: 10px;
}
.jcarousel-ocjoyajaxcheckout-next {
    right: 10px;
}
.jcarousel-ocjoyajaxcheckout-prev,
.jcarousel-ocjoyajaxcheckout-next {
    position: absolute;
    text-decoration: none;
    top: 31px;
}
input#gotoorderajax {
    display: inline-block;
    height: 40px;
    overflow: hidden;
    margin: 0;
    padding: 0px;
    width: 255px;
    outline: none;
    border: 0;
    font-size: 14px;
    font-family: Tahoma, Helvetica, Arial, sans-serif;
    text-decoration: none;
    color: #FFF;
    background-color: #43BF43;
    text-align: center;
    border-radius: 3px;
    float: right;
}
input#gotoorderajax:hover {
    background: #67CA67;
    cursor: pointer;
}
a#cancelorderajax {
    display: inline-block;
    height: 40px;
    overflow: hidden;
    margin: 0 0 0 0px;
    padding: 0px;
    outline: none;
    border: 0;
    line-height: 38px;
    font-size: 14px;
    font-family: Tahoma, Helvetica, Arial, sans-serif;
    text-decoration: none;
    color: #FFF;
    background-color: #D74B4B;
    text-align: center;
    border-radius: 3px;
    width: 90px;
    float: left;
}
a#cancelorderajax:hover {
    background: #B02B2C;
    cursor: pointer;
}
a.faqinfo {font-size:11px;color: #0F71C8 !important;position: relative;font-weight: normal;text-decoration: none;}
a.faqinfo:hover {color: #f00 !important;position: relative;}
a.faqinfo[faq]:hover:after {font-size:12px;content: attr(faq);padding: 4px 8px;color: #fff;position: absolute;text-align: left;left: 2px;bottom: 15px;z-index: 20px;width: 200px;max-width: 250px;display: block;font-weight: normal;background: #000;}
