.easytabs-wrapper { margin: 10px 0; }
.std ul.easytabs, .easytabs {
    display: inline-table;
    margin: 0;
    padding: 0;
    border-spacing: 5px 0;
    margin-left: -5px;
    position: relative;
    z-index: 6; 
}
.easytabs li { display: table-cell; text-align: center; vertical-align: middle; }
.easytabs li,
.easytabs-a-accordion {
    line-height: normal;
    background: #fff;
    border: 1px solid #fff; 
	border-radius: 6px 6px 0px 0px;
}
.easytabs li:hover { box-shadow: none; }
.easytabs li .easytabs-anchor-icon:hover,
.easytabs-a-accordion:hover { text-decoration: none; }
.easytabs li.active {
    background: #f0f2f4;
    border-width: 0px 0px 0;
    box-shadow: none;
}
.easytabs .tab-title {
    margin: 0px;
	padding: 4px 11px 6px;
    font-size: inherit;
    text-transform: none;
}
.easytabs-a {
    display: block;
    padding: 9px 9px;
    color: #333;
    text-decoration: none;
    font-family: 'Open Sans', sans-serif;
}
.easytabs-a,
.easytabs-a .easytabs-anchor-icon {
    display: block;
    padding: 9px 9px;
    color: #333;
    text-decoration: none;
    font-family: 'Open Sans', sans-serif;
}
.easytabs-a .easytabs-anchor-icon:hover {
    color: #777;
    text-decoration: none;
}

@media only screen  and (max-width: 990px) {
.easytabs li { display: table-cell; text-align: center; vertical-align: middle; }
.easytabs li,
.easytabs-a-accordion { 	
    line-height: normal;
    background: #fff;
    border: 4px solid #fff; 
	border-radius: 10px 10px 10px 10px;
    /*box-shadow: inset 0 -12px 8px -14px rgba(0, 0, 0, 0.2);*/ 
}
.easytabs li:hover { box-shadow: none; color: #333;}
.easytabs li a:hover,
.easytabs-a-accordion:hover { text-decoration: none; color: #333; }
.easytabs li.active {
    background: #fff;
    color: #333;	
    /*border-width: 1px 1px 0;*/
    box-shadow: none;
    /*text-shadow: 0px 1px 1px rgba(255,255,255, 0.6);*/
}	
.easytabs-a {
    display: block;
    padding: 9px 9px;
    color: #333;
    text-decoration: none;
    font-family: 'Open Sans', sans-serif;
}	
.easytabs-a:after {
	position: relative;
	left: 8px;
	top: 2px;
	font-family: Material Icons;
	content: "\e313";
}		
.easytabs-content {
    background: #fff;
	padding: 20px 20px;
}
}
@media only screen  and (min-width: 990px) {
.easytabs-content {
    padding: 20px 20px;
    position: relative;
    background: #f0f2f4;
	border-radius: 0px 6px 6px 6px;
}
}
.easytabs-wrapper:not(.expanded) .easytabs-content {
    z-index: 5;
}
.easytabs-a-accordion { margin-top: -1px; background: #f0f2f4; display: none; padding: 12px; }
.easytabs-a-accordion.active { box-shadow: none; color: #333; }

.easytabs-a .easytabs-anchor-icon {
    font-size: 12px;
    height: 16px;
    width: 10px;
    margin-left: -10px;
    float: left;
    opacity: 0.7;
    visibility: hidden;
    text-decoration: none;
}
.easytabs-a:hover .easytabs-anchor-icon { visibility: visible; }
.easytabs-a .easytabs-anchor-icon:hover { opacity: 1; }

.easytabs-content .box-collateral { margin: 0; }
.easytabs-content .box-up-sell .products-grid td { padding-left: 7px; padding-right: 7px; }
.easytabs-content .block-related .block-title { display: none; }
#product_tabs_tags_tabbed_contents label { display: block; }
#product_tabs_tags_tabbed_contents .input-box input { width: 300px; }
#product_tabs_tags_tabbed_contents .input-box { width: 300px; float:left; margin: 0 10px 3px 0;}
#product_tabs_related_tabbed_contents ol { clear: both; }
#product_tabs_related_tabbed_contents li { float:left; margin: 0 1% 15px 0; width: 31%; }
#product_tabs_related_tabbed_contents li:nth-child(1n) { width: 32%; }
#product_tabs_related_tabbed_contents li:nth-child(3n) { margin-right: 0; }
#product_tabs_related_tabbed_contents li:nth-child(3n+1) { clear: left; }
#product_tabs_related_tabbed_contents .product-images { float: left; }
#product_tabs_related_tabbed_contents .product-images a { margin: 0 0 0 5px; }
#product_tabs_related_tabbed_contents .product-details { margin-left: 75px; }
#product_tabs_related_tabbed_contents .price-box { margin: 0; }

.easytabs,
.easytabs-content,
.product-collateral,
.easytabs-content .form-add { zoom: 1; }
.easytabs:after,
.easytabs-content:after,
.product-collateral:after,
.easytabs-content .form-add:after { content: '.'; visibility: hidden; clear: both; display: block; height: 0; font-size: 0; }

.easytabs-content .data-table caption { margin-top: 20px; }
.easytabs-content .data-table:first-child caption { margin-top: 0; }

.easytabs-wrapper .easytabs-ul-wrapper.is_stuck { z-index: 900; background: #fff; }
.easytabs-wrapper:not(.expanded) .easytabs-ul-wrapper.is_stuck { box-shadow: inset 0 -1px 0 #ccc; }
.easytabs-wrapper.expanded .easytabs-ul-wrapper.is_stuck::before {
    background: #fff;
    box-shadow: 0 4px 2px -2px rgba(0,0,0,.15);
    content: ' ';
    position: absolute;
    left: -100vw;
    height: 100%;
    width: 200vw;
}
/* style below prevents horisontall scroll; at Argento Luxury scroll appears when scticky parent our of screen */
.easytabs-wrapper.expanded .easytabs-ul-wrapper.is_stuck[style*="absolute"]::before { display: none; }
.easytabs-wrapper.expanded .easytabs-ul-wrapper.is_stuck .easytabs li { background: none; border: none; box-shadow: none; }

.easytabs-wrapper.expanded .easytabs-ul-wrapper { visibility: hidden; }
.easytabs-wrapper.expanded .easytabs-ul-wrapper.is_stuck { visibility: visible; }
.easytabs-wrapper.expanded .tab-wrapper { display: flex; border-top: 1px solid #ccc;}
.easytabs-wrapper.expanded .tab-wrapper:last-child { border-bottom: 1px solid #ccc;}
.easytabs-wrapper.expanded .tab-wrapper .easytabs-anchor,
.easytabs-wrapper.expanded .tab-wrapper .easytabs-content {
    flex: 1;
    display: block;
    border: none;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-top: 0;
}
.easytabs-wrapper.expanded .tab-wrapper .easytabs-content { flex: 3; }

@media (max-width: 768px) {
    .easytabs-wrapper.expanded .tab-wrapper { display: block; }
    .easytabs-wrapper.expanded .tab-wrapper .easytabs-content { border-top: none; padding-top: 0; }
}

@media (max-width: 480px) {
    /*
     * .easytabs-a-tab should be hidden.
     * See the easytabs.js~12: el.getStyle('display') !== 'none'
     */
    .std ul.easytabs, .easytabs, .easytabs-a-tab { display: none; }
    .easytabs-a-accordion { display: block; }

    #product_tabs_tags_tabbed_contents .input-box input { width: 200px; }
    #product_tabs_tags_tabbed_contents .input-box { width: 200px; }

    #product_tabs_related_tabbed_contents li { float:none; margin: 0 0 10px; width: auto; }
    #product_tabs_related_tabbed_contents li:nth-child(1n) { width: auto; }

    #product_tabs_review_tabbed_contents .ratings .rating-box {
        background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
        height: 19.6px;
        text-align: center;
        text-indent: 0;
        width: 100%;
    }

    #product_tabs_review_tabbed_contents .ratings .rating-box .rating {
        display: none;
    }
    #product_tabs_review_tabbed_contents .ratings .rating-box .rating-number {
        display: inline-block;
    }
}
#product_tabs_montage_contents .product-specs img { 
  width: 100%;
}