.twit_button {
    padding: 0 5px;
    border-radius: 3px;
    background-color: #dfdfdf;
    color: #333;
    border: 1px solid #dfdfdf;
}

.product_detail {
    width: 100%;
    float: left;
    margin: 15px 0px 20px;
    padding: 0;
    background-color: white;
}

@media only screen and (max-width : 1024px) {
    .product_detail {
        margin: 15px 0px 0px
    }
}


.product_detail a.action_btn {
    display: inline-block;
    margin: 0;
    padding: 0 10px;
    font-size: 12px;
    font-weight: bold;
    color: white;
    text-transform: capitalize;
    height: 28px;
    line-height: 28px;
    cursor: pointer;
}

.product_detail a {
    text-decoration: none;
}

a img {
    border: none;
}

/*----------------------------------------------------------*/
.product_detail h1 {
    font-size: 24px;
}

.product_detail h2 {
    font-size: 22px;
    font-style: italic;
}

.product_detail h3 {
    font-size: 20px;
}

.product_detail h4 {
    font-size: 18px;
}

.product_detail h5,
.product_detail h6 {
    font-size: 12px;
}

.product_detail h1,
.product_detail h2,
.product_detail h6 {
    font-weight: normal;
}

.product_detail h3,
.product_detail h4,
.product_detail h5 {
    font-weight: normal;
}

.product_detail h4.w_brd_bot {
    border-bottom: 3px solid #e6e6e6;
    padding-bottom: 3px;
}

.product_detail h5.w_brd_bot {
    border-bottom: 1px dotted #474747;
}

span.review_star_full {
    width: 13px;
    height: 13px;
    display: inline-block;
    background: url(../images/icons.png) no-repeat -3px -20px;
}

span.review_star_half {
    width: 13px;
    height: 13px;
    display: inline-block;
    background: url(../images/icons.png) no-repeat -3px -38px;
}


.preview_box {
    width: 100%;
    float: left;
    margin: 0;
    padding: 0;
    background-color: white;
    border: 1px solid #dfdfdf;
}

.preview_box_image {
    width: 100%;
    float: left;
    margin: 0 0 10px;
    padding: 10px;
    background-color: white;
    border: 1px solid #dfdfdf;
}

.preview_box_left_small {
    width: 100%;
    float: left;
}

.preview_box_left_small ul {
    clear: left;
    margin: 0px auto;
    padding: 0 0px 10px 11px;
    list-style: none;
    overflow: hidden;
}

.preview_box_left_small ul li {
    float: left;
    width: 28px;
    margin: 0px 3px 0px 0px;
    padding: 0;
    overflow: hidden;
    text-align: center;
    display: table;
    border: 1px solid #dfdfdf;
}

.preview_box_left_small ul li img {
    display: table-cell;
    vertical-align: middle;
}

.preview_box_left_small ul li:last-child {
    margin-bottom: 0px;
}

.preview_box_right {
    width: 100%;
    float: right;
    margin: 0;
    padding: 0;
    text-align: center;
    position: relative;
}

.preview_box_right > a:hover {cursor:url("../img/zoom-cursor.cur"), default !important;}
    
.preview_box_right img {
    width: 100%;
}

.detail_box {
    width: 100%;
    float: left;
    margin: 0;
    padding: 0;
}

.detail_box.sp-detail {
    width: 570px;
    min-height: 350px;
    float: left;
    margin: 0;
    padding: 0 10px 0 15px;
    background: url(../images/bg-03.gif) no-repeat left 50% white;
}

.detail_box.detail_box2 {
    width: 437px;
    height: 395px;
}

.name_sku,
.our_price,
.select_size,
.action_box {
    width: 100%;
    float: left;
    padding-bottom: 0;
    margin-bottom: 5px;
}

.name_sku h4,
.our_price h4 {
    clear: left;
    text-align: left;
    text-transform: capitalize;
    padding: 0 0 3px 0;
    line-height: 30px;
    color: #70543F;
    margin-bottom: 0;
}

.name_sku h4 {
    font-size: 16px;
    font-weight: normal;
    font-family: "Calibri";
    line-height: 18px;
}

.our_price h4 {
    font-size: 18px;
}

.name_sku h4 span,
.our_price h4 span {
    display: inline-block;
    font-size: 13px;
    margin-left: 90px;
}

.name_sku h4 span span,
.our_price h4 span span {
    text-decoration: line-through;
    margin-left: 0;
}

.name_sku h5,
.our_price h5,
.select_size h5 {
    clear: left;
    text-align: left;
    text-transform: capitalize;
    padding: 3px 0 3px 3px;
    line-height: 16px;
}

.name_sku h5 span,
.our_price h5 span,
.select_size h5 span {
    font-size: 10px;
}

.select_size h5 span {
    border-bottom: 1px solid;
}

.detail_box .productDesc {
    display: block;
    margin-bottom: 10px;
}

.detail_box .productDesc .descTitle {
    font-size: 14px;
    display: block;
    padding-bottom: 5px;
    font-family: "Calibri";
    font-weight: bold;
}

.detail_box .productDesc p {
    line-height: 16px;
}

.name_sku p,
.our_price p,
.select_size p,
.action_box p {
    clear: left;
    text-align: left;
    font-size: 14px;
    padding: 4px 4px 4px 0;
}

.select_size ul {
    clear: left;
    list-style: none;
    margin: 0;
    padding: 0;
    width: 40%;
}

.select_size ul li {
    float: left;
    margin: 2px 5px 3px 0;
    padding: 0;
    background-color: #dddedc;
    font-weight: bold;
    width: 31px;
    font-size: 11px;
}

.select_size ul li a {
    text-align: center;
    display: block;
    line-height: 24px;
    color: #232323;
    padding: 0 5px;
}

.select_size ul li a:hover {
    color: #A92A13;
}

.select_size ul li a.slectedSize {
    background-color: #273E31;
    color: white;
}

.action_box {
    border-bottom: 1px solid #dfdfdf;
    padding: 5px 0 10px;
}

.like_links {
    clear: left;
    margin: 0 20px 20px;
    padding: 0;
    height: 25px;
    width: 150px;
}

.like_links a {
    margin: 2px;
}

.like_links li {
    float: left !important;
    padding: 0;
    margin: 0;
}

.rating_box {
    width: 176px;
    min-height: 350px;
    float: left;
    margin: 0;
    padding: 0;
    background: url(../images/bg-02.gif) no-repeat left 50% white;
    font-size: 12px;
}

.rating_box ul {
    clear: left;
    list-style: none;
    margin: 10px 0 0;
    padding: 0;
}

.rating_box ul li {
    width: 100%;
    margin: 0 0 10px;
    padding: 0;
    float: left;
}

.please_call {
    border: 1px solid #DFDFDF;
    display: block;
    font-size: 14px;
    line-height: 20px;
    margin: 0 14px 0 0;
    padding: 10px;
    text-align: center;
}

.please_call strong,
.please_call span {
    display: inline-block;
    line-height: 20px;
    vertical-align: top;
    font-weight: 500;
    color: #000;
}

.please_call span {
    font-size: 20px;
    padding-left: 10px;
}


.wrapper_inner_full {
    width: 958px;
    float: left;
    margin: 0;
    padding: 5px;
    font-family: Calibri;
}

.product_desc_tabs_box {
    width: 100%;
    float: left;
    margin: 0;
    padding: 0;
}

.product_desc_tabs_box .contentBox {
    display: block;
}

.product_desc_tabs_box .contentBox .contentTitle {
    font-size: 13px;
    font-weight: bold;
    display: block;
}

.product_desc_tabs_box .contentBox p {
    padding-bottom: 10px;
}

.product_desc_tabs_box.product_desc_tabs_box2 {
    width: 100%;
}

ul.product_tabs {
    clear: left;
    list-style: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

ul.product_tabs.product_tabs2 {
    width: 100%;
    float: left;
}

ul.product_tabs li {
    float: left;
    margin: 0 5px 0 0;
    padding: 0;
    background-color: white;
    border-top: 1px solid #CCCCCC;
    border-left: 1px solid #CCCCCC;
    border-right: 1px solid #CCCCCC;
}

.tab_description_box {
    width: 100%;
    min-height: 120px;
    float: left;
    margin: 0;
    padding: 0;
    background-color: white;
    display: block;
}

.tab_description_box table {
    width: 100%;
    margin: 0;
    padding: 0;
    border: 1px solid #dfdfdf;
    border-collapse: separate;
}

.tab_description_box table tr td {
    padding: 5px 10px;
}

.tab_description_box table tbody tr {
    border-top: 1px solid #dfdfdf;
}

.tab_description_box table tbody tr:first-child {
    border-top: none;
}

.tab_description_box table tbody tr:nth-child(odd) {
    background-color: rgba(185, 185, 185, 0.01);
}

.tab_description_box table tbody tr:nth-child(even) {
    background-color: rgba(185, 185, 185, 0.1);
}

.tab_description_box.sp-detail-tab {
    width: 945px;
    height: 280px;
    float: left;
    margin: 0;
    padding: 10px;
    background-color: white;
    overflow-y: auto;
    display: block;
}

.tab_description_box.tab_description_box2 {
    width: 97.8%;
    float: left;
}

.tab_description_box h4 {
    background-color: #dfdfdf;
    padding-left: 10px;
    line-height: 24px;
    color: #A92A13;
    text-align: center;
}

.tab_description_box h4 a {
    text-decoration: none;
    color: #A92A13;
}

.tab_description_box .add_review table {
    width: 100%;
    border: none !important;
}

.tab_description_box .add_review table tbody tr td {
    padding: 5px 5px !important;
    border: none !important;
    vertical-align: top;
    text-align: left;
}

.tab_description_box .add_review table tbody tr td label {
    width: 50px;
    display: inline-block;
    vertical-align: top;
}

.tab_description_box .add_review table tbody tr td input[type="text"],
.tab_description_box .add_review table tbody tr td textarea {
    width: 88%;
    border: 1px solid #dfdfdf;
    padding: 0 6px;
}

.tab_description_box .add_review table tbody tr td input[type="text"] {
    height: 22px;
    line-height: 22px;
}

.tab_description_box .add_review table tbody tr td span {
    color: #FF0000;
    display: inline-block;
    vertical-align: top;
}

span.mandatory_field {
    color: #FF0000;
    font-size: 14px;
    display: inline-block;
    vertical-align: top;
    width: 10px !important;
    margin-left: 5px;
}

.tab_description_box p {
    clear: left;
    text-align: justify;
    padding-bottom: 5px;
    font-size: 13px;
    line-height: 20px;
}

.tab_description_box ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.tab_description_box ul li {
    margin: 0;
    padding: 0;
    font-size: 14px;
    line-height: 20px;
}

.related_product_box {
    width: 100%;
    float: right;
    margin: 0;
    padding: 0;
}

.related_product_box h6 {
    clear: left;
    margin: 0;
    padding: 0 10px 0px;
    line-height: 34px;
    font-size: 14px;
    font-weight: normal;
    float: left;
    text-transform: uppercase;
    color: white;
    background-color: #999;
    border: 1px solid #999;
    border-bottom: none;
}

.related_product_box .v_carousel_box {
    width: 100%;
    float: left;
    margin: 0;
    padding: 0;
    background-color: white;
    min-height: 225px;
}

.short_detail_of_product {
    width: 100%;
    float: left;
    margin: 0;
}

.short_detail_of_product .sdop_left {
    width: 23.5%;
    float: left;
    margin-right: 2%;
}

.short_detail_of_product .sdop_left a {
    display: block;
    margin: 0;
    padding: 0;
    text-align: center;
    text-decoration: none;
}

.short_detail_of_product .sdop_left h5 {
    text-align: center;
}

.short_detail_of_product .sdop_right {
    width: 74.5%;
    float: right;
}

.short_detail_of_product .sdop_right p {
    clear: left;
    font-size: 12px;
    line-height: 14px !important;
    padding: 0;
}

.short_detail_of_product .sdop_right a {
    color: #555555;
    text-decoration: underline;
}

.short_detail_of_product .sdop_right .rating-name {
    border-bottom: none;
    width: 96%;
}

.star-rating {
    list-style: none;
    margin: 0px;
    padding: 0;
    width: 75px;
    height: 15px;
    position: relative;
    background: url(/images/star_rating.gif) top left repeat-x;
    display: inline-block;
}

.star-rating li {
    padding: 0;
    margin: 0;
    float: left;
}

.star-rating li a {
    display: block;
    width: 15px;
    height: 15px;
    line-height: 15px;
    text-decoration: none;
    text-indent: -4500px;
    z-index: 20;
    position: absolute;
    padding: 0px;
    overflow: hidden;
}

.star-rating li a:hover {
    background: url(/images/star_rating.gif) left center;
    z-index: 2;
    left: 0px;
    border: none;
}

.star-rating a.one-star {
    left: 0px;
}

.star-rating a.one-star:hover {
    width: 15px;
}

.star-rating a.two-stars {
    left: 15px;
}

.star-rating a.two-stars:hover {
    width: 30px;
}

.star-rating a.three-stars {
    left: 30px;
}

.star-rating a.three-stars:hover {
    width: 45px;
}

.star-rating a.four-stars {
    left: 45px;
}

.star-rating a.four-stars:hover {
    width: 60px;
}

.star-rating a.five-stars {
    left: 60px;
}

.star-rating a.five-stars:hover {
    width: 75px;
}

.star-rating li.current-rating {
    background: url(/images/star_rating.gif) left bottom;
    position: absolute;
    height: 15px;
    display: block;
    text-indent: -9000px;
    z-index: 1;
}

/* .rating-name {
    width: 100%;
    float: left;
    margin: 0;
    padding: 10px 0px;
    border-bottom: 1px solid #dfdfdf;
    text-align: center;
}

.rating-name span {
    display: inline-block;
    margin-left: 6px;
} */


#hint-lightbox {
    width: 929px;
    height: auto;
    margin: 0;
    padding: 0 10px 20px;
    background-color: white;
    float: left;
}

#hint-lightbox .head-box {
    width: 929px;
    height: 36px;
    margin: 0;
    padding: 0;
    border-bottom: 1px solid #e2e2e2;
    float: left;
}

#hint-lightbox .head-box h1 {
    width: 861px;
    height: 36px;
    margin: 0;
    padding: 0 0 0 5px;
    color: #2d403a;
    float: left;
    font: normal 18px/30px Calibri;
}

#hint-lightbox .head-box .close-button {
    width: 63px;
    height: 36px;
    margin: 0;
    padding: 0;
    text-align: right;
    float: left;
}

#hint-lightbox .main-light-box {
    width: 929px;
    height: 340px;
    margin: 10px 0 0 0;
    padding: 0;
    float: left;
}

#hint-lightbox .main-light-box .left-light-box {
    width: 640px;
    height: 336px;
    margin: 0px 10px 0px 0px;
    padding: 0;
    float: left;
    border: 2px solid #e2e2e2;
}

#hint-lightbox .main-light-box .left-light-box .mother-text {
    width: 237px;
    height: 287px;
    margin: 0;
    padding: 20px 43px 0 25px;
    float: left;
    color: #525252;
    line-height: 24px;
}

#hint-lightbox .main-light-box .left-light-box .ring-img {
    width: 335px;
    height: 336px;
    margin: 0;
    padding: 0;
    float: left;
}

#hint-lightbox .main-light-box .left-light-box .ring-img .image-box {
    width: 305px;
    margin: 0;
    padding: 10px 30px 0 0;
    float: left;
    text-align: right;
}

#hint-lightbox .main-light-box .left-light-box .ring-img .about-img-text {
    width: 300px;
    height: 67px;
    margin: 0;
    padding: 0;
    float: right;
    font-size: 14px;
    color: #2d403a;
    line-height: 24px;
}


#hint-lightbox .main-light-box .left-pre-box {
    width: 624px;
    height: 320px;
    margin: 0 10px 0 0;
    padding: 0;
    float: left;
    border: 10px solid #e2e2e2;
}

#hint-lightbox .main-light-box .left-pre-box .mother-text-pre {
    width: 237px;
    height: 287px;
    margin: 0;
    padding: 29px 32px 0 20px;
    float: left;
    color: #525252;
    line-height: 24px;
}

#hint-lightbox .main-light-box .left-pre-box .ring-img-pre {
    width: 335px;
    height: 320px;
    margin: 0;
    padding: 0;
    float: left;
}

#hint-lightbox .main-light-box .left-pre-box .ring-img-pre .image-box-pre {
    width: 305px;
    margin: 0;
    padding: 0 30px 0 0;
    float: left;
    text-align: right;
}

#hint-lightbox .main-light-box .left-pre-box .ring-img-pre .about-img-text-pre {
    width: 300px;
    height: 57px;
    margin: 0;
    padding: 0;
    float: right;
    font-size: 14px;
    color: #2d403a;
    line-height: 24px;
}


#hint-lightbox .main-light-box .right-light-box {
    width: 270px;
    height: 340px;
    margin: 0;
    padding: 0 0 0 5px;
    float: left;
}

#hint-lightbox .main-light-box .right-light-box ul {
    margin: 0;
    padding: 0;
}

#hint-lightbox .main-light-box .right-light-box ul li {
    width: 266px;
    height: auto;
    margin: 0 0 10px 0;
    padding: 0;
    list-style-type: none;
}

#hint-lightbox .main-light-box .right-light-box ul li.two-char {
    color: #7f7f7f;
    font-style: italic;
    font-size: 12px;
    width: 259px;
    height: 20px;
    margin: -8px 0 10px;
    padding: 0 0 0 7px;
    list-style-type: none;
}

#hint-lightbox .main-light-box .right-light-box ul li input[type="text"] {
    width: 254px;
    padding: 0 5px;
    line-height: 28px;
    height: 32px;
    background-color: white;
    border: 1px solid #e4e4e4;
    color: #7f7f7f;
    font-style: italic;
    font-size: 12px;
}

#hint-lightbox .main-light-box .right-light-box ul li textarea {
    width: 254px;
    display: block;
    padding: 0 5px;
    height: 146px;
    line-height: 28px;
    background-color: white;
    border: 1px solid #e4e4e4;
    color: #7f7f7f;
    font-style: italic;
    font-size: 12px;
    font-family: Calibri;
}

#hint-lightbox .main-light-box .right-light-box ul li textarea.mar-bot {
    width: 254px;
    padding: 5px 5px;
    height: 146px;
    line-height: 15px;
    background-color: white;
    border: 1px solid #e4e4e4;
    color: #7f7f7f;
    font-style: italic;
    font-size: 12px;
    margin-bottom: 38px;
    font-family: Calibri;
}


#hint-lightbox .main-light-box .right-light-box ul li textarea:focus {
    color: #333333;
    font-style: normal;
    font-style: italic;
}

#hint-lightbox .main-light-box .right-light-box ul li input[type="text"]:focus {
    color: #333333;
    font-style: normal;
    font-style: italic;
}

#hint-lightbox .main-light-box .right-light-box ul li a.pre-mess {
    width: 266px;
    padding: 0;
    height: 30px;
    text-align: center;
    background-color: #2d403a;
    color: white;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
    margin: 0px 0 0 0;
    display: block;
    line-height: 28px;
}

#hint-lightbox .main-light-box .right-light-box ul li a.pre-mess:hover {
    background-color: black;
    text-decoration: none;
}

#hint-lightbox .main-light-box .right-light-box ul li a.reset-mess {
    width: 266px;
    padding: 0;
    height: 30px;
    text-align: center;
    background-color: black;
    color: white;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
    margin: -5px 0 0 0;
    display: block;
    line-height: 28px;
}

#hint-lightbox .main-light-box .right-light-box ul li a.reset-mess:hover {
    background-color: #2d403a;
    text-decoration: none;
}


.wish_list {
    clear: left;
    margin: 20px 14px 0 0;
    padding: 0;
    overflow: hidden;
    list-style: none;
}

.wish_list li {
    width: 48%;
    float: left;
    margin: 0px 3% 10px 0px;
}

.wish_list li:nth-child(even) {
    margin-right: 0px;
}

.wish_list li a {
    padding: 4px 5px;
    background-color: #666666;
    color: white;
    text-transform: uppercase;
    font-size: 12px;
    display: block;
    line-height: 24px;
    border: 1px solid #333333;
    text-align: center;
}

.wish_list li a:hover {
    color: white;
}

.fb_edge_widget_with_comment span.fb_edge_comment_widget {
    left: -246px !important;
}

.zomming {
    float: right;
    width: 976px;
    text-align: right;
    margin: 0;
}