/* Product ========================================================================== */
.catalog-product-view .section-heading{
	margin: 0;
}
.product-shop{
    background-color: #f7f7f7;
	text-align: left;
	font-size: 12px;
	margin-top: 20px;
    padding-top: 10px;
}

.product-shop .btn-cart{
    background: #ab1d2b;
    /*border: 1px solid #ab1d2b;*/
    color: #fff;
    display: block;
    font-size: 18px;
    padding: 15px 0;
    position: relative;
    text-transform: uppercase;
	width: 100%;
}

.product-shop .btn-cart:hover{
    background-color: #f7f7f7;
    /*border: 1px solid #ab1d2b;*/
    color: #ab1d2b;
}
/*.product-shop .btn-cart > span:before,*/
/*.product-shop .btn-cart > span:after{*/
	/*content: '—';*/
	/*margin: 0 10px;*/
/*}*/
label.required em,
.product-shop p.required{
	display: none;
}
.product-shop .btn-cart:after{
	content: '';
	position: absolute;
	/*border: 1px solid rgba(255,255,255,0.5);*/
	top: 5px;
	left: 5px;
	bottom: 5px;
	right: 5px;
}
.product-essential {
    margin: 0 0 15px 0;
}

.catalog-product-view .product-shop > .price-box {
    display: none;
}
.product-info-section{
	background: #f7f7f7;
	border-top: 1px solid #e3e0d9;
	border-bottom: 1px solid #e3e0d9;
	text-align: center;
	padding: 50px 0 0 0;
	font-size: 12px;
	line-height: 22px;
}
.product-info-section .info-img{
	margin-bottom: 40px;
	position: relative;
}
.product-info-section .hover-images .info-img{
	margin-bottom: 0;
	position: absolute;
	top: 0;
	z-index: 1;
	display: none;
    width: 100%;
    overflow-y:hidden;
}
.product-info-section .info-img:before{
	content: '';
	border: 1px solid rgba(255,255,255,0.5);
	position: absolute;
	left: 5px;
	right: 5px;
	bottom: 5px;
	top: 5px;
}
.product-info-section .info-img img{
	width: 100%;
}
.product-info-section .info-text{
	margin-bottom: 50px;
	margin-top: 22px;
}
.section-heading.info-heading hr::after{
	color: #ab1d2b;
    content: "hover for more info";
    display: block;
    font-size: 10px;
    padding-top: 10px;
}
.product-info-section .attribute-checks{
	text-align: left;
}
.product-info-section .attribute-checks li:hover{
	cursor: pointer;
}
.product-info-section .attribute-checks i{
	margin-right: 20px;
	color: #ab1d2b;
    font-size: 9px;
}
.product-info-section .hover-images{
	position: relative;
}
.product-shop .product-name h1{
	text-transform: uppercase;
	font-size: 18px;
	margin: 0 0 15px 0;
}
/* Rating */
.no-rating {
    margin: 0;
}

.ratings {
    border-bottom: 1px solid #ccc;
    padding-bottom: 8px;
}

.ratings strong {
    float: left;
    margin: 1px 3px 0 0;
}

.ratings .rating-links {
    margin: 0 0 0 10px;
    display: inline-block;
}

.ratings .rating-links .separator {
    margin: 0 2px;
}

.num-ratings {
    position: relative;
    background: #ffffff;
    border: 2px solid #ccc;
    padding: 2px;
    border-radius: 4px;
}

.num-ratings:hover {
    text-decoration: none;
}

.num-ratings:after, .num-ratings:before {
    right: 100%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.num-ratings:after {
    border-color: rgba(255, 255, 255, 0);
    border-right-color: #ffffff;
    border-width: 3px;
    top: 50%;
    margin-top: -3px;
}
.num-ratings:before {
    border-color: rgba(204, 204, 204, 0);
    border-right-color: #ccc;
    border-width: 6px;
    top: 50%;
    margin-top: -6px;
}

.rating-box {
    width: 85px;
    height: 13px;
    font-size: 0;
    line-height: 0;
    background: url(../images/bkg_rating.gif) 0 0 repeat-x;
    text-indent: -999em;
    overflow: hidden;
}

.rating-box .rating {
    display: inline-block;
    height: 13px;
    background: url(../images/bkg_rating.gif) 0 100% repeat-x;
}

.ratings .rating-box {
    float: left;
}

.ratings-table th,
.ratings-table td {
    font-size: 11px;
    line-height: 1.15;
    padding: 3px 0;
}

.ratings-table th {
    font-weight: bold;
    padding-right: 8px;
}

/* Availability */
.availability {
    margin: 0;
}

.availability span {
    font-weight: bold;
}

.availability.out-of-stock span {
    color: #d83820;
}

.availability-only {
    margin: 0 0 7px;
}

.availability-only a {
    cursor: pointer;
    padding-right: 15px;
}


.availability-only-details {
    margin: 0 0 7px;
}

.availability-only-details th {
    background: #f2f2f2;
    font-size: 10px;
    padding: 0 8px;
}

.availability-only-details td {
    border-bottom: 1px solid #ddd;
    font-size: 11px;
    padding: 2px 8px 1px;
}

.tier-prices {
    padding-top: 10px;
}

#bundle-product-wrapper .nav-tabs {
    padding-top: 10px;
}

/* Tier Prices */
.tier-prices .price {
    font-weight: bold;
    font-size: 12px;
}

/* Add to Links */
.catalog-product-view .product-shop .add-to-links{
	display: none;
}
.add-to-links .separator {
    display: none;
}

/* Add to Cart */
.add-to-cart{
    overflow: hidden;
}
.add-to-cart label {
    float: left;
    margin-right: 5px;
}

.add-to-cart .qty {
    float: left;
    width: 38px;
    text-align: center;
    margin: 0 5px 0 0;
    display: none;
}

.add-to-cart .paypal-logo {
    clear: left;
    text-align: right;
}

.add-to-cart .paypal-logo .paypal-or {
    clear: both;
    display: block;
    margin: 5px 60px 5px 0;
}

.catalog-product-view .add-to-cart .paypal-logo {
    margin: 0;
}

/* Add to Links + Add to Cart */
.add-to-box form{
    margin: 0;
}

.catalog-product-view .add-to-links {
    margin: 0;
    padding: 0;
    display: inline-block;
    position: relative;
    z-index: 1;
}

.grouped-product .add-to-links {
    margin-left: 0;
}

.add-to-box .add-to-links li {
    display: inline;
}

.product-essential {
    margin: 0 0 15px 0;
}
.product-collateral{
	margin-top: 60px;
}
.product-collateral .box-collateral {
    margin: 0;
}

/* Product Sharing */
.product-sharing{
	background: #f7f7f7;
	position: relative;
	padding: 16px 16px 14px 16px;
	margin-top: 20px;
}
.product-sharing:after{
	position: absolute;
	content: '';
	border: 1px solid #e3e0d9;
	top: 5px;
	right: 5px;
	bottom: 5px;
	left: 5px;
}
.catalog-product-view .addthis_sharing_toolbox,.addthis_sharing_toolbox{
	display: inline-block;
	float: right;
	position: relative;
	z-index: 1;
}
.catalog-product-view a.at-share-btn,
.catalog-product-view .addthis_20x20_style .at300bs,
.catalog-product-view .addthis_20x20_style .at15t{
	/* background: none !important; */
	font-family: 'FontAwesome';
	font-size: 18px;
	text-align: center;
	background: #333;
}
/*
.catalog-product-view .addthis_20x20_style .aticon-facebook:after{
	content: '\f09a';
}
.catalog-product-view .addthis_20x20_style .aticon-twitter:after{
	content: '\f099';
}
.catalog-product-view .addthis_20x20_style .at15nc.at15t_pinterest_share:after,
.catalog-product-view .addthis_20x20_style .aticon-pinterest:after{
	content: '\f0d2';
}
*/
.product-sharing .link-wishlist i{
	font-size: 18px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
}
.product-sharing .link-wishlist span{
	display: inline-block;
	vertical-align: sub;
}

/* Product Images */
.product-image{
	text-align: center;
	margin-top: 0;
}
.catalog-product-view .more-views ul {
    text-align: center;
}

.catalog-product-view .more-views li {
    display: inline-block;
    margin: 0 5px;
}

.product-image-popup {
    margin: 0 auto;
}

.product-image-popup .buttons-set {
    float: right;
    clear: none;
    border: 0;
    margin: 0;
    padding: 0;
}

.product-image-popup .nav {
    margin: 0 100px;
    text-align: center;
}

.product-image-popup .image {
    display: block;
}

/* Product Shop */
.catalog-product-view .short-description {
    border-bottom: 3px solid #f7f7f7;
    padding: 0 0 20px 0;
    margin: 0 0 10px 0;
}

.more-or-less{
	color: #ab1d2b;
}
.more-or-less:hover{
	cursor: pointer;
}

.catalog-product-view .add-to-box {
    margin: 0 0 15px 0;
    padding: 10px 0 15px 0;
    border-bottom: 1px solid #ccc;
}

#product_addtocart_form {
    
}

/* Product Options (General) */
.product-options dl {
    margin: 0;
}

.product-options dt {
    margin: 0 0 7px 0;
}

.product-options dt .qty-holder {
    float: right;
}

.product-options label {
    display: inline;
}

.product-options dt .qty-holder label {
    vertical-align: middle;
}

.product-options dt .qty-disabled {
    background: none;
    border: 0;
    padding: 3px;
    color: #000;
}

.product-options dt label {
    color: #333333;
    display: block;
    margin: 2px 0 0 0;
    text-transform: uppercase;
}

.product-options dd {
    margin: 0 0 15px 0;
    /*border-bottom: 1px solid #f5f5f5;*/
    padding-bottom: 15px;
}

.product-options dd input.datetime-picker {
    width: 150px;
}

.product-options dd .time-picker {
    display: -moz-inline-box;
    display: inline-block;
    padding: 2px 0;
    vertical-align: middle;
}

.product-options dd textarea {
    height: 100px;
}

.product-options dd select {
    background: #fff;
    box-shadow: none;
    padding: 1px;
    width: 100%;
    margin: 0;
}

.product-options .options-list li {
    padding-bottom: 5px;
    width: 100%;
    float: left; /* IE fix */
}

.product-options .options-list li .radio,
.product-options .options-list li .checkbox {
    float: left;
    display: block;
    margin: 0 3px 0 2px;
}

.product-options .options-list .label {
    padding: 2px 0;
    display: block;
    float: left;
    margin: 0;
}

.product-options .options-list .label label {
    float: left;
    margin: 0;
    padding: 0;
}

.product-options ul.validation-failed {
    padding: 0 7px;
}

.product-options p.required {
    padding: 15px 0 0;
}
.product-shop .price-box span{
	overflow: visible;
	line-height: normal;
	display: inline-block;
	vertical-align: middle;
}
.product-shop .price-box {
    /*display: none;*/
    vertical-align: bottom;
    margin: 0;
}
.product-shop .btn-cart .price-box{
	display: inline-block;
}
.product-shop .note{
    color: #ab1d2b;
	margin: 6px;
}
.price-box-configurable {
    display: none;
}
.price-box-configurable .price-box {
	display: inline-block;
}
.class-monogram .input-text{
	background-image: url(../images/white_leather.png);
    background-size: 100%;
	border: 0;
	text-transform: uppercase;
	font-size: 26px;
	height: auto;
	padding: 5px 0;
	text-align: center;
    text-shadow: 0px 0px 4px #D9CDC2;
    color: rgba(77, 44, 34, 0.93);
}
.product-options .class-monogram dt,
.product-options .class-monogram dd{
	margin: 0;
	float: none;
	display: block;
}
.product-options .class-monogram dt{
	text-transform: uppercase;
	margin-bottom: 6px;
}
.product-options .class-monogram dt .price-notice,
.product-options .class-monogram dt label{
	display: inline-block;
	margin: 0;
}
.product-options .class-monogram dt .price{
	font-size: 12px;
	font-weight: normal;
}
.class-monogram .input-text::-webkit-input-placeholder,
.class-monogram .input-text:-moz-placeholder,
.class-monogram .input-text::-moz-placeholder,
.class-monogram .input-text:-ms-input-placeholder{
	font-size: 12px;
}

/* Custom options styling */
.product-options.custom-options dt {
    float: none;
    margin: 0;
}

.product-options.custom-options dd {
    margin: 0 0 15px 0;
}

.product-options.custom-options .options-list li .radio {
    margin-left: 2px;
}

/* Product Options (Product Info Column) */
.product-shop .product-options {
    margin: 0;
    overflow: hidden;
    background: transparent;
}

.product-shop .product-options dd select {
    width: auto;
    border: none;
    width: 100%;
    padding: 6px 8px;
    -webkit-appearance: none;
}

.product-shop .product-options-bottom {
    background: transparent;
    padding: 0;
}

.product-shop .product-options-bottom .price-box {
	display: none;
}

.product-shop .price-box {
	text-align: center;
    max-height: 40px;
}

.product-shop .price-box span {
	/*float: inherit;*/
    padding-bottom: 4px;
}

.product-shop .product-options-bottom .add-to-cart {
    float: none;
    margin: 0;
}
.product-shop span.required{
	display: none;
}
/* Block afer info column */
.catalog-product-view .container2 {
/*
    padding: 15px;
    border: 1px solid #ddd;
    margin: 15px 0 15px 0;
*/
}


/* Product options downlodable product */
.downloadable-product .item-options dt {
    font-weight: normal;
}

.downloadable-product .item-options dd {
    margin-left: 0;
}

.downloadable-product .item-options a {
    text-decoration: underline;
}

.downloadable-product .product-options dt {
    float: none;
    margin-bottom: 5px;
}

.downloadable-product .product-options dd {
    margin-left: 0;
}

/* Grouped Product */
.catalog-product-view .grouped-items-table {
    margin-bottom: 15px;
    width: 100%;
}

.catalog-product-view .grouped-items-table tr.even {
    background: #f5f5f5;
}

.catalog-product-view .grouped-items-table th {
    padding: 0 10px;
    font-weight: normal;
}

.catalog-product-view .grouped-items-table td {
    padding: 10px;
}

.catalog-product-view .grouped-items-table td.name {
    font-size: 16px;
    text-transform: uppercase;
}

.catalog-product-view .grouped-items-table .qty {
    width: 23px;
    padding: 3px 0;
    text-align: center;
    font-size: 11px;
}

.catalog-product-view .grouped-items-table .price-box {
    font-size: 15px;
    margin: 0;
}

/* Bundle product */
.price-box-bundle {
    display: none;
}

.bundle-product .product-options dt {
    float: left;
    margin: 0 0 15px 0;
    min-width: 80px;
}

.bundle-product .product-options dt label {
    color: #333333;
    display: block;
    margin: 2px 0 0 0;
}

.bundle-product .product-options dd {
    padding-top: 3px;
    margin: 0 0 15px 80px;
    overflow: hidden;
    min-width: 50%;
}

.bundle-product .price-box {
    display: none;
}

.bundle-product .product-options-bottom .price-box {
    display: inherit;
}

.bundle-product .product-options .price {
    font-size: 11px;
}

.bundle-product .product-options dd .input-box {
    float: left;
    margin-left: 15px;
}

.bundle-product .product-options dd .qty-holder {
    float: right;
    display:block;
}

.bundle-product .product-options dd .qty-holder label {
    margin: 5px 0 0 0;
    vertical-align: middle;
}

.bundle-product .product-options dd .qty-holder input.input-text {
    width: 25px;
    padding: 3px 0;
    text-align: center;
    font-size: 11px;
}

.bundle-product .product-options dd .qty-disabled {
    background: none;
    border: 0;
    padding: 3px;
    color: #000;
}

.bundle-product .product-options .price-notice {
    padding-left: 0;
}

.bundle-product .product-options dd input.datetime-picker {
    width: 150px;
}

.bundle-product .product-options dd .time-picker {
    display: -moz-inline-box;
    display: inline-block;
    padding: 2px 0;
    vertical-align: middle;
}

.bundle-product .product-options-bottom {
    clear: left;
}

/* Block: Upsell */
.catalog-product-view .box-up-sell {
    padding: 0;
    margin: 0;
    text-align: center;
}

.catalog-product-view .box-up-sell .price-box {
    margin-bottom: 0;
}

/* Block: Related */

.catalog-product-view .box-related .price-box {
    margin-bottom: 0;
}
.catalog-product-view .box-up-sell .products-grid .item,
.catalog-product-view .box-related .products-grid .item{
	margin-bottom: 20px;
}
/* Block: Tags */
.catalog-product-view .box-tags .form-add label {
    float: left;
}

.catalog-product-view .box-tags .form-add .input-box {
    float: left;
    width: 260px;
    margin: 0 5px;
}

.catalog-product-view .box-tags .form-add input.input-text {
    width: 254px;
}

.catalog-product-view .box-tags .form-add p {
    clear: both;
}
.catalog-product-view .box-related:after{
	display: block;
	content: '';
	clear: both;
}

/* Tabs */

#tab-container {
    margin-bottom: 15px;
}

#tab-container .nav-tabs {
    width: 100%;
    overflow: hidden;
    border-bottom: none;
}

#tab-container .nav-tabs li {
    float: left;
    margin: 0 2px 0 0;
}

#tab-container .nav-tabs li a {
    float: left;
    display: block;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 0;
}

#tab-container .nav-tabs li.active a {
    border-bottom: 1px solid #fff;
}

#tab-container .tab-content {
    border: 1px solid #ddd;
    padding: 10px;
    margin: -1px 0 0 0;
}

/* Accordion */
#accordion .accordion-nav{
    margin-top: 15px;
    text-align: left;
}

#accordion .accordion-nav li{
    border-top: 1px solid #000;
}

#accordion .accordion-nav a{
    display: block;
    padding: 12px 0px;
    text-decoration: none;
    text-transform: uppercase;
    width: 100%;
}

#accordion .accordion-nav a:hover{
    background-color: #F7F7F7;
}   

#accordion .accordion-nav a i{
    float: right;
}

#accordion .accordion-content{
    display: none;
    margin-bottom: 12px;         
}

/* Block: Reviews */
#reviews-tab {
    padding: 0px;
}

#show_review_form {
    margin: 10px;
    display: block;
}

#customer-reviews ul {
    width: 100%;
}

#hide_review_form {
    float: right;
}

#customer-reviews .toolbar {
    padding: 10px;
    margin: 0px;
    border-top: none;
}

#customer-reviews > .toolbar > .toolbar {
    padding: 0;
    border: none;
}

#customer-reviews .pager,
#customer-reviews .pages {
    margin: 0px;
}

#customer-reviews .pages .current {
    color: #000000;
}


#customer-reviews .limiter {
    display: none;
}

#customer-reviews .pages li.pages-heading {
    color: #000000;
}

.reviews-body {
    padding: 10px;
    color: #333333;
}

.reviews-body dl {
    margin-top: 10px;
    margin-bottom: 0px;
}

.reviews-body dl dt {
    font-weight: 400;
    margin-top: 15px;
    line-height: 18px;
}

.reviews-body dd {
    margin-left: 0px;
    line-height: 18px;
}

.reviews-body dl dt:first-child {
    font-weight: 400;
    margin-top: 5px;
}

.reviews-body .ratings-table {
    display: none;
}

#customer-reviews .form-add .product-name {
    font-weight: bold;
}

#customer-reviews .form-add ol {
    margin: 0;
    margin-top: 5px;
    list-style: none;
}

#customer-reviews .form-add ol li {
    margin-bottom: 10px;
}

#customer-reviews .form-add select {
    width: 130px;
}

#customer-reviews .form-add textarea {
    height: 153px;
}

#customer-reviews .form-add .buttons-set {
    overflow: hidden;
}

.link-price-alert .icon-bell,
.link-stock-alert .icon-bell {
    margin-right: 5px;
}

.select-lining.config-dropdown > li{
	border: 1px solid #e3e0d9;
	position: relative;
	margin-bottom: 5px;
	overflow: hidden;
	width: 100%;
	background: url(../images/dd.png) no-repeat right center #f7f7f7;
}
.product-shop .product-options dd .select-lining.config-dropdown select{
	width: 110%;
	background: transparent;
}
.product-shop .monogram-notice{
	color: #ab1d2b;
}

.list-color.config-buttons {
    position: relative;
    padding-top: 20px;
}

.list-color.config-buttons .attribute-image {
    position: relative;
}

.list-color.config-buttons .attribute-image button {
    overflow: visible;
}

.list-color.config-buttons .attribute-image button.attribute-selected .tooltip {
    visibility: visible;
}

.list-color.config-buttons .attribute-image .tooltip {
    position: absolute;
    left: 0;
    text-align: center;
    top: -14px;
    visibility: hidden;
    width: 100%;
}

.desc-full
{
    text-align: left !important;
}