.AjaxPreloader {
    position: fixed;
    top: 49%;
    left: 49%;
    background-color: #fff;
    z-index: 99;
    opacity: 0.7;
}
#quick-view {
    position: absolute;
    top: 60px;
    left: 50%;
    margin-left: -420px;
    z-index: 6666;
    padding: 25px 15px 25px 15px;
    width: 800px;
    background: #fff;
    border-radius: 5px;
    box-shadow: 0px 3px 15px #000;
}
#quick_view_overlay {
    z-index: 5555;
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    opacity: 0.9;
    width: 100%;
    height: 100%;
    background: #333
}
#quick_view_close {
    text-align: right;
    font-size: 13px;
    cursor: pointer;
    right: 1px;
    position: inherit;
    margin-top: -45px;
    margin-right: -20px;
    width: 40px;
    height: 40px;
    background: #ffffff;
    border-radius: 100%;
}
#quick_view_close span {
    color: #000;
    font-size: 20px;
    float: none;
    text-align: center;
    display: block;
    position: absolute;
    margin: auto;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    height: 17px;
    width: 17px;
    font-weight: bold;
}
#quick_view_close:hover {
    background: #8fb68c;
}
#quick_view_close:hover span {
    color: #fff;
}
#quick_view_close a {
    display: none;
}
#quick-view .quick_image {
    float: left;
    max-width: 380px;
    width: 50%
}
#quick-view .image_middle {
    height: 100%;
    max-height: 445px;
    overflow: hidden;
}
.quick_image .jshop_img_description.jcarousel-skin-tango {
    width: 87%;
    float: left;
    margin-top: 0px;
    margin-left: 13px;
}
.quick_extra_fields div {
    border-bottom: 1px dotted #cccccc;
    padding-bottom: 3px;
    padding-top: 5px;
}
#quick-view span#atrname {
    display: none;
}
.quick_readmore {
    margin-top: 15px;
}
.quick_readmore a {
    font-size: 12px;
    line-height: 15px;
    text-transform: uppercase;
    cursor: pointer;
    text-decoration: none;
    height: 30px;
    float: none;
    background: rgb(57, 77, 47);
    background: linear-gradient(225deg, rgba(57, 77, 47, 1) 0%, rgba(145, 182, 141, 1) 100%);
    color: #ffffff;
    font-weight: normal;
    border-radius: 5px;
    padding: 9px 20px 9px;
}
.quick_readmore a:hover {
    background: #8fb68c;
    color: #fff;
}
#quick-view .quick_right {
    float: right;
    width: 50%;
}
#quick-view #list_product_image_thumb img {
    max-height: 115px;
    margin: 0;
    border: 0;
}
#quick-view #list_product_image_middle img {
    max-width: 365px;
    max-height: 440px;
    border: 0px solid #e1e1e1 !important;
}
#quick-view div.jshop_img_description {
    padding: 0;
    margin-top: 0px;
}
#quick-view .product_label img {
    border: 0;
    position: absolute;
    z-index: 10
}
#quick-view .prod_price {
    margin-bottom: 10px;
}
.quick_prod_prices input#quantity {
    margin-left: -62px;
    position: relative;
    margin-top: 8px;
    height: 18px;
    border: 0px solid #d7d7d7;
    box-shadow: none;
    text-align: center;
    color: #000;
    font-weight: bold;
}
.quick_prod_prices .prod_buttons .prod_qty_input {
    float: left;
    width: 105px;
    z-index: 22;
    padding-top: 0px;
    margin-top: 4px;
}
.quick_prod_prices .prod_qty {
    display: none;
}
div#atribquick {
    float: left;
    width: 100%;
}
#quick-view .attributes {
    vertical-align: baseline
}
#quick-view small {
    color: #333;
    font-size: 11px;
    display: none;
}
#quick-view h1 {
    font-size: 20px;
    color: #000000;
    line-height: 25px;
    font-weight: normal;
    margin: 0px 0px 15px 0px;
}
#quick-view quick_prod_description {
    font-size: 13px;
    line-height: 16px;
    color: #666
}
#quick-view .quick_readmore {
    text-align: right;
}
#quick-view .quick_prod_prices .old_price {
    text-decoration: line-through;
    color: #c00;
    font-size: 16px;
    padding: 0px 0px 4px 0px;
}
#quick-view #block_price {
    font-size: 20px;
    font-weight: 700;
    color: #000;
}
#quick-view .jshop_prod_attributes select {
    width: 100%;
}
div#quick_prod_priceblock {
    float: left;
    width: 100%;
}
#quick-view .jshop_prod_attributes {
    float: left;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
    border-bottom: 0px dotted #cccccc;
    padding-top: 0px;
}
#quick-view .jshop_prod_attributes select {
    width: 49%;
    float: left;
}
#quick-view .quick_button_cart, #quick-view .quick_button_wishlist, #quick-view .buttons-quick a {
    display: block;
    border: 0;
    -moz-border-radius: 5px;
    -khtml-border-radius: 5px;
    /* width: 140px; */
    /* height: 33px; */
    padding: 7px 15px 7px 15px;
    margin: 5px 0;
    text-align: right;
    text-decoration: none;
    text-transform: none;
    cursor: pointer;
    background: rgb(57, 77, 47);
    background: linear-gradient(225deg, rgba(57, 77, 47, 1) 0%, rgba(145, 182, 141, 1) 100%);
    color: #ffffff;
    font-weight: bold;
    border-radius: 5px;
    font-size: 15px;
}
.buttons-quick:before {
    display: none;
    font-family: 'fontawesome';
    content: "";
    position: absolute;
    padding-left: 6px;
    padding-top: 13px;
    height: 30px;
    width: 36px;
    background: url(../images/cart.png) center center no-repeat;
    border-radius: 3px;
    background-size: 23px;
    z-index: 3;
}
#quick-view .quick_button_wishlist {
    border-radius: 3px;
    background: #f0f0f0;
    filter: none;
    color: #666
}
#quick-view .quick_button_cart:hover {
    color: #fff;
    background: #8fb68c;
}
#quick-view .quick_button_wishlist:hover {
    background: #B1B1B1;
}
#quick-view .quick_button_addcart {
    width: 170px !IMPORTANT;
    height: 25px !important;
    padding: 8px 10px 0px 10px !important;
    font-size: 12px;
}
#quick-view .quick_button_addcart:hover {
    color: #fff;
    background: #8fb68c;
}
#quick-view .quick_button_addwish {
    background: #ffd952 !important;
}
#quick-view label.attributes_title {
    display: block !important;
    font-weight: normal;
    margin: 0;
    padding: 0;
    text-align: left;
    float: left !important;
    padding-right: 10px;
}
#quick-view span.attributes_name {
    display: none;
}
#quick-view .jshop_prod_attributes select {
    width: 100%;
    float: left;
    max-width: 175px;
    margin-bottom: 10px;
}
#quick-view .jshop_prod_attributes label {
    float: none;
    display: inline-block;
}
#quick-view .free_attribs_item, #quick-view .prod_free_attribs {
    overflow: hidden;
    clear: both;
    padding: 10px 0;
}
#quick-view .free_attribs_item .name {
    float: left;
    margin-right: 10px;
}
#quick-view .free_attribs_item .field {
    float: left;
}
#quick-view .prod_buttons {
    width: 100%;
    clear: both;
    position: relative;
}
.ExtQv {
    cursor: pointer;
    visibility: hidden;
    position: absolute;
    bottom: 70%;
    z-index: 1;
    border: 0;
    width: 170px;
    margin-left: -100px;
    font-size: 12px;
    font-weight: normal;
    left: 50%;
    right: 0;
    color: #fff;
    opacity: 1;
    filter: alpha(opacity=80);
    text-align: center;
    padding: 10px 10px 10px 20px;
    background: #333333;
    text-transform: uppercase;
    border-radius: 5px;
    line-height: 14px;
}
.ExtQv:before {
    font-family: 'fontawesome';
    content: "\f06e";
    top: 9.5px;
    position: absolute;
    font-weight: normal;
    color: #ffffff;
    font-size: 17px;
    display: inline-block;
    left: 10px;
}
.ExtQv:hover {
    opacity: 1;
    filter: alpha(opacity=100);
    background: rgb(57, 77, 47);
    background: linear-gradient(225deg, rgba(57, 77, 47, 1) 0%, rgba(145, 182, 141, 1) 100%);
}
div#QuickProsm {
    position: relative;
    margin-top: 50%;
    display: block;
    opacity: 1 !important;
}
.product:hover .ExtQv {
    visibility: visible;
}
.list_product .product, .list_related .product {}
.msg_incart {
    margin-top: -10px;
    height: 20px;
    display: none !important;
    font-size: 14px;
    color: rgb(255, 0, 0);
    font-weight: bold;
    font-style: normal;
    text-align: center;
    width: 100%;
    max-width: 333px;
}
.prod_qty {
    float: left;
    margin-top: 5px;
}
.prod_qty_input input {
    width: 24px
}
.buttons-quick {
    float: left;
    width: 150px;
    position: relative;
    margin-top: 0px;
    padding-left: 10px;
}
.quick_prod_description, .quick_extra_fields {
    line-height: 18px;
    font-size: 15px;
}
.quick_extra_fields_name {
    font-weight: 700;
}
.quick_extra_fields {
    margin-top: 0px;
    margin-bottom: 10px;
}
ul#jcarousel {
    width: 1000px !important
}
#QvPrev {
    background: url('graphics/arrows.png') no-repeat 0 0;
    height: 50px;
    width: 30px;
    position: absolute;
    left: -53px;
    top: 50%;
    cursor: pointer;
    z-index: 9990;
}
#QvNext {
    background: url('graphics/arrows.png') no-repeat -42px 0;
    height: 50px;
    width: 30px;
    position: absolute;
    right: -53px;
    top: 50%;
    display: block;
    cursor: pointer;
    z-index: 9990;
}
#QvUrl {
    position: absolute;
    bottom: 10px;
    right: 5px;
    display: none;
}
#QvUrl a {
    font-size: 12px;
    line-height: 15px;
    text-transform: uppercase;
    cursor: pointer;
    text-decoration: none;
    height: 30px;
    float: none;
    background: #333333;
    color: #ffffff;
    font-weight: bold;
    border-radius: 5px;
    padding: 9px 20px 7px;
}
#QvUrl a:hover {
    color: #fff;
    background: #8fb68c;
}
.QvForm-button {
    width: 200px;
}
.QvForm-button a {
    display: block;
    border: 0;
    -moz-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px;
    width: 200px;
    height: 33px;
    padding: 0;
    margin: 5px 0;
    text-align: center;
    text-decoration: none;
    font: bold 12px/33px 'arial', sans-serif;
    text-transform: uppercase;
    color: #fff !important;
    cursor: pointer;
    background: #72D0EE;
    background: -moz-linear-gradient(#72D0EE, #1EACDA 40%, #319DC0 60%, #2D8EAD);
    background: -webkit-gradient(linear, 0 0, 0 100%, color-stop(#72D0EE), color-stop(40%, #1EACDA), color-stop(60%, #319DC0), color-stop(#2D8EAD));
    background: -webkit-linear-gradient(#72D0EE, #1EACDA 40%, #319DC0 60%, #2D8EAD);
    background: -o-linear-gradient(#72D0EE, #1EACDA 40%, #319DC0 60%, #2D8EAD);
    background: linear-gradient(#72D0EE, #1EACDA 40%, #319DC0 60%, #2D8EAD);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#72D0EE', endColorstr='#2D8EAD');
}
.QvForm-button a:hover {
    background: #1F7794;
}
/* for style radio attr
#quick-view .jshop_prod_attributes label  {float: left;margin-right: 7px;text-align: center;border: 1px solid #666;border-radius: 2px;}
#quick-view .jshop_prod_attributes input[type=radio]  {display:none;}
#quick-view .jshop_prod_attributes input[type=radio] + label  {background:#fff;}
#quick-view .jshop_prod_attributes .checha input[type=radio] + label  {color:#fff;}
#quick-view .jshop_prod_attributes input[type=radio]:checked + label  {background:#144997;color:#fff;border-color:#144997}
#quick-view .jshop_prod_attributes input[type=radio]:checked + label img {background:#144997;color:#fff;border:1px solid #144997 !important}
#quick-view .jshop.attributes {clear: both;overflow: hidden;}
#quick-view .jshop_prod_attributes {padding-bottom:0 !important}
#quick-view .input_type_radio label {font-size:0;border:0;background:0}
#quick-view .input_type_radio.checha .radio_attr_label img {background:#144997;border-color:#144997 !important;}
#quick-view .radio_attr_label img {padding:2px;border:1px solid #666 !important;border-radius: 2px;}
#quick-view .input_type_radio { margin-right: 0 !important;}
#quick-view .jshop_prod_attributes label.attributes_title {border:0;margin-bottom:5px !important}
#quick-view .jshop.attributes>div { margin-bottom:10px;}
  */
/* QvForm */
#window {
    background-color: #000;
    display: none;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9991
}
#QvForm, .statusMessage {
    background: none repeat scroll 0 0 #FFF;
    border: 3px solid #FFF;
    color: #666;
    z-index: 9999;
    font-size: 12px
}
#QvForm {
    border-radius: 10px 10px 10px 10px;
    height: 320px;
    width: 331px;
    z-index: 9999;
    margin: 0 auto;
    padding: 1.5em
}
#QvForm.positioned {
    background-color: #FFF;
    bottom: 0;
    left: 0;
    margin-bottom: auto;
    margin-top: auto;
    position: absolute;
    right: 0;
    top: 0
}
.statusMessage {
    bottom: 0;
    display: none;
    height: 2em;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    width: 30em;
    margin: auto;
    padding: 1.5em
}
.statusMessage p {
    text-align: center;
    margin: 0;
    padding: 0
}
#QvForm p input, #QvForm textarea {
    width: 180px;
    margin: 0;
    padding: 3px;
}
#QvForm .qv-mes {
    margin: 20px 0;
}
#QvForm hr {
    color: #ccc;
    background-color: #ccc;
    height: 1px;
    border-style: initial;
    margin-bottom: 20px;
}
#QvForm label {
    clear: left;
    display: block;
    float: left;
    text-align: right;
    width: 28%;
    margin: .15em .5em 0 0;
    padding: .1em 0 0
}
#form_header {
    color: #333;
    font-size: 24px;
    margin-bottom: 30px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
}
.form_callMe {
    font-weight: 700
}
#formButtons {
    text-align: center
}
#sendMessage {
    background: #144997;
    height: 32px;
    border-radius: 5px;
    color: #fff;
    font-size: 16px;
    line-height: 16px;
    border: 0;
    text-transform: uppercase;
    padding: 0 20px;
    margin-top: 20px;
    cursor: pointer;
}
#qvform-close {
    position: absolute;
    right: 7px;
    top: 2px;
    color: red;
    font-size: 14px;
    font-family: Verdana, sans-serif;
    font-weight: bold;
    cursor: pointer;
}
#QvForm .qv-attrbuf {
    display: none;
}
.jcarousel-skin-tango .jcarousel-direction-rtl {
    direction: rtl;
}
.jcarousel-skin-tango .jcarousel-clip {
    overflow: hidden;
}
.quick_image .jcarousel-skin-tango .jcarousel-item-horizontal {
    margin-left: 8px;
    margin-right: 0px;
    border: 1px solid #fff;
    border-radius: 5px;
}
.quick_image img.jshop_img_thumb {
    width: 69px;
}
.quick_image .jcarousel-skin-tango .jcarousel-item-horizontal:hover {
    cursor: pointer;
    border: 0px solid #8fb68c;
}
.jcarousel-skin-tango .jcarousel-direction-rtl .jcarousel-item-horizontal {
    margin-left: 10px;
    margin-right: 0;
}
.jcarousel-skin-tango .jcarousel-item-placeholder {
    background: #fff;
    color: #000;
}
/**
 *  Vertical Buttons
*/
.jcarousel-skin-tango .jcarousel-next {
    background-image: url(../images/arrow-next.png) !important;
    background-color: #fff !important;
    _text-indent: -9999px;
    position: absolute;
    z-index: 999;
    margin: -53px 0px 0px -14px;
    padding: 0;
    width: 22px;
    height: 74px;
    background-size: 15px !important;
    background-repeat: no-repeat !important;
    background-position: 3px 5px !important;
    right: -25px;
}
.jcarousel-skin-tango .jcarousel-next:hover, .jcarousel-skin-tango .jcarousel-next:focus {
    background-image: url(../images/arrow-next-hover.png) !important;
    background-color: #fff !important;
    _text-indent: -9999px;
    position: absolute;
    z-index: 999;
    margin: -53px 0px 0px -14px;
    padding: 0;
    width: 22px;
    height: 74px;
    background-size: 15px !important;
    background-repeat: no-repeat !important;
    background-position: 3px 5px !important;
    cursor: pointer;
    right: -25px;
}
.jcarousel-skin-tango .jcarousel-next:active {
    background-image: url(../images/arrow-next-hover.png) !important;
    background-color: #fff !important;
    _text-indent: -9999px;
    position: absolute;
    z-index: 999;
    margin: -53px 0px 0px -14px;
    padding: 0;
    width: 22px;
    height: 74px;
    background-size: 15px !important;
    background-repeat: no-repeat !important;
    background-position: 3px 5px !important;
    cursor: pointer;
    right: -25px;
}
.jcarousel-skin-tango .jcarousel-prev {
    background: url(../images/arrow-prev.png) !important;
    background-color: #fff !important;
    _text-indent: -9999px;
    position: absolute;
    z-index: 999;
    margin: -53px 0px 0px -14px;
    padding: 0;
    width: 22px;
    height: 74px;
    background-size: 15px !important;
    background-repeat: no-repeat !important;
    background-position: 3px 5px !important;
}
.jcarousel-skin-tango .jcarousel-prev:hover, .jcarousel-skin-tango .jcarousel-prev:focus {
    background-image: url(../images/arrow-prev-hover.png) !important;
    background-color: #fff !important;
    _text-indent: -9999px;
    position: absolute;
    z-index: 999;
    margin: -53px 0px 0px -14px;
    padding: 0;
    width: 22px;
    height: 74px;
    background-size: 15px !important;
    background-repeat: no-repeat !important;
    background-position: 3px 5px !important;
    cursor: pointer;
}
.quick_image .jcarousel-skin-tango .jcarousel-prev:active {
    background-image: url(../images/arrow-prev-hover.png) !important;
    background-color: #fff !important;
    _text-indent: -9999px;
    position: absolute;
    z-index: 999;
    margin: -53px 0px 0px -14px;
    padding: 0;
    width: 22px;
    height: 74px;
    background-size: 15px !important;
    background-repeat: no-repeat !important;
    background-position: 3px 5px !important;
    cursor: pointer;
}