/*-----------------------------------------------------------------------------------

-----------------------------------------------------------------------------------*/



/* ----------------------------------------------------------------
    Shop
-----------------------------------------------------------------*/


#shop {
    position: relative;
    margin: 0 -20px -20px 0;
}

.postcontent #shop.shop-3 { margin: 0 -24px -24px 0; }

.postcontent #shop.shop-2 { margin: 0 -30px -30px 0; }

.product {
    position: relative;
    float: left;
    margin: 0 20px 20px 0;
    width: 225px;
}


.product .product-image,
.product .product-image > a,
.product .product-image img {
    display: block;
    position: relative;
    width: 225px;
    height: 250px;
}


#shop.shop-3 { margin: 0 -30px -30px 0; }

.shop-3 .product {
    margin: 0 30px 30px 0;
    width: 300px;
}

.shop-3 .product .product-image,
.shop-3 .product .product-image > a,
.shop-3 .product .product-image img {
    display: block;
    position: relative;
    width: 300px;
    height: 333px;
}


.postcontent .shop-3 .product {
    margin: 0 24px 24px 0;
    width: 224px;
}

.postcontent .shop-3 .product-image,
.postcontent .shop-3 .product-image > a,
.postcontent .shop-3 .product-image img {
    display: block;
    position: relative;
    width: 224px;
    height: 250px;
}


.postcontent .shop-2 .product {
    margin: 0 30px 30px 0;
    width: 345px;
}

.postcontent .shop-2 .product-image,
.postcontent .shop-2 .product-image > a,
.postcontent .shop-2 .product-image img {
    display: block;
    position: relative;
    width: 345px;
    height: 383px;
}


.product-title {
    position: relative;
    padding: 7px 0 0;
}

.product-title h3 {
    padding-bottom: 0;
    letter-spacing: 0;
    font-size: 0.938em;
    font-weight: bold;
    font-family: 'Open Sans', sans-serif;
}

.shop-3 .product-title h3,
.postcontent .shop-2 .product-title h3 { font-size: 1.063em; }


.postcontent .shop-3 .product-title h3 { font-size: 0.938em; }


.product-title h3 a { color: #333; }

.product-title h3 a:hover { color: #57B3DF; }

.product-title div.product-cats {
    display: block;
    font-size: 0.813em;
    line-height: 20px;
    color: #999;
    font-family: 'Droid Serif', serif;
}

.product-title div.product-cats a { color: #999; }

.product-title div.product-cats a:hover { color: #000; }

.shop-3 .product-title,
.postcontent .shop-2 .product-title { padding-top: 10px; }

.postcontent .shop-3 .product-title { padding-top: 7px; }

.product-price {
    position: absolute;
    top: 10px;
    right: 0;
    color: #57B3DF;
    font-family: 'Open Sans', sans-serif;
    font-size: 1.125em;
    font-weight: bold;
}

.shop-3 .product-price,
.postcontent .shop-2 .product-price { font-size: 1.250em; }

.postcontent .shop-3 .product-price { font-size: 1.125em; }

.product-sale {
    position: absolute;
    top: -10px;
    right: -10px;
    color: #FFF;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
    font-family: 'Open Sans', sans-serif;
    text-align: center;
    line-height: 48px;
    font-size: 0.750em;
    text-transform: uppercase;
    width: 48px;
    height: 48px;
    background-color: #57B3DF;
    border-radius: 28px;
    -moz-border-radius: 28px;
    -webkit-border-radius: 28px;
    z-index: 1;
    border: 4px solid #FFF;
}

.product-overlay {
    position: absolute;
    left: 8px;
    bottom: 8px;
    width: 36px;
    height: 36px;
    text-align: center;
    z-index: 1;
    opacity: 0;
    transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
}

.product:hover .product-overlay { opacity: 1; }

.product-overlay a {
    display: inline-block;
    width: 36px;
    height: 36px;
    line-height: 36px;
    font-size: 0.875em;
    color: #FFF;
    background-color: #333;
    font-family: "Open Sans", sans-serif;
    transition: background-color .2s linear;
    -moz-transition: background-color .2s linear;
    -webkit-transition: background-color .2s linear;
    -ms-transition: background-color .2s linear;
    -o-transition: background-color .2s linear;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
}

.product-overlay a:hover { background-color: #57B3DF; }



/* ----------------------------------------------------------------
    Single Product
-----------------------------------------------------------------*/


.shop-product-slider .flexslider { height: auto !important; }

.product-single h2 { padding-bottom: 15px; }

.product-meta {
    padding-bottom: 20px;
    margin-bottom: 30px;
    border-bottom: 1px solid #EEE;
}

.product-single .product-price {
    float: left;
    position: relative;
    top: 0;
    left: 0;
    color: #57B3DF;
    font-family: 'Open Sans', sans-serif;
    font-size: 2.000em;
    line-height: 1;
    font-weight: bold;
}

.product-single .product-rating {
    float: right;
    color: #444;
    font-size: 1em;
    line-height: 1;
}

.product-rating i {
    position: relative;
    top: 10px;
}

.product-availability {
    float: left;
    position: relative;
    top: 2px;
    margin-left: 10px;
}

.product-single select,
.product-single input {
    padding: 10px;
    margin-bottom: 30px;
}

.product-single input { padding: 9px; }

.product-quantity {
    float: left;
    margin-right: 20px;
}

input#product-quantity {
    float: left;
    width: 30px;
    height: 36px;
    line-height: 36px;
    padding: 0 8px;
    border: 0;
    border-left: 1px solid #AAA;
    border-right: 1px solid #AAA;
    color: #FFF;
    background-color: #333;
    text-align: center;
    margin-bottom: 0;
    font-family: 'Open Sans', sans-serif;
}

span#product-quantity-plus,
span#product-quantity-minus {
    display: block;
    cursor: pointer;
    float: left;
    width: 32px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    background-color: #333;
    color: #FFF;
    font-size: 0.625em;
    transition: background-color .2s linear;
    -moz-transition: background-color .2s linear;
    -webkit-transition: background-color .2s linear;
    -ms-transition: background-color .2s linear;
    -o-transition: background-color .2s linear;
}

span#product-quantity-plus:hover,
span#product-quantity-minus:hover { background-color: #57B3DF; }








/* ----------------------------------------------------------------
    Tabs
-----------------------------------------------------------------*/


.tab_widget {
	display: block;
	position: relative;
	margin: 0 0 30px 0;
}

.tab_widget ul.tabs {
	display: block;
	position: relative;
	list-style: none;
	height: 42px;
	border-bottom: 1px solid #DDD;
    margin: 0;
}

#footer.footer-dark .tab_widget ul.tabs { border-bottom-color: #282828; }

.side-tabs ul.tabs {
    float: left;
    width: 350px;
    height: auto;
    border-bottom: none;
    padding: 20px 0;
    border-right: 1px solid #DDD;
}

.tab_widget ul.tabs li {
	text-align:left;
	float: left;
	margin: 0;
	padding: 0;
	height: 39px;
	line-height: 39px;
	border: 1px solid #DDD;
    border-top-width: 3px;
    border-left: none;
	overflow: hidden;
	position: relative;
	background-image: linear-gradient(bottom, rgb(230,230,230) 9%, rgb(238,238,238) 55%);
    background-image: -o-linear-gradient(bottom, rgb(230,230,230) 9%, rgb(238,238,238) 55%);
    background-image: -moz-linear-gradient(bottom, rgb(230,230,230) 9%, rgb(238,238,238) 55%);
    background-image: -webkit-linear-gradient(bottom, rgb(230,230,230) 9%, rgb(238,238,238) 55%);
    background-image: -ms-linear-gradient(bottom, rgb(230,230,230) 9%, rgb(238,238,238) 55%);
    background-image: -webkit-gradient(
    	linear,
    	left bottom,
    	left top,
    	color-stop(0.09, rgb(230,230,230)),
    	color-stop(0.55, rgb(238,238,238))
    );
}

#footer.footer-dark .tab_widget ul.tabs li {
	border-color: #282828;
	background-image: linear-gradient(bottom, rgb(51,51,51) 9%, rgb(59,59,59) 55%);
    background-image: -o-linear-gradient(bottom, rgb(51,51,51) 9%, rgb(59,59,59) 55%);
    background-image: -moz-linear-gradient(bottom, rgb(51,51,51) 9%, rgb(59,59,59) 55%);
    background-image: -webkit-linear-gradient(bottom, rgb(51,51,51) 9%, rgb(59,59,59) 55%);
    background-image: -ms-linear-gradient(bottom, rgb(51,51,51) 9%, rgb(59,59,59) 55%);
    background-image: -webkit-gradient(
    	linear,
    	left bottom,
    	left top,
    	color-stop(0.09, rgb(51,51,51)),
    	color-stop(0.55, rgb(59,59,59))
    );
}

.side-tabs ul.tabs li {
    float: none;
    border: 1px solid #DDD;
    border-top: none;
    border-right: none;
    height: 40px;
	line-height: 40px;
    margin-top: 0;
}

.tab_widget ul.tabs li:first-child { border-left: 1px solid #DDD; }

#footer.footer-dark .tab_widget ul.tabs li:first-child { border-color: #282828; }

.tab_widget ul.tabs li a {
	text-decoration: none;
	color: #888;
	font-size: 0.875em;
	/*display: block;*/
	padding: 0 13px;
	/*outline: none;*/
	font-weight: bold;
    font-family: "Open Sans", sans-serif;
	text-shadow: 1px 1px 1px #FFF;
    border: none;
    border-left: 1px solid #F9F9F9;
}

#footer.footer-dark .tab_widget ul.tabs li a {
	color: #EEE;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
    border: 0;
}

.tabbed-widget .tab_widget ul.tabs a { padding: 0 13px; }

.side-tabs ul.tabs li a { border-left: 0; }

.tab_widget ul.tabs li a i {
    float: left;
    font-size: 1.125em;
    width: 18px;
    height: 18px;
    margin-right: 5px;
}

.side-tabs ul.tabs li a i {
    position: relative;
    top: -1px;
    margin-right: 8px;
}

.tab_widget ul.tabs li:first-child a { border-left: none; }

.tab_widget ul.tabs li a:hover { background: none; }

.tab_widget ul.tabs li.active,
.tab_widget ul.tabs li.active a:hover {
	background: #FFF;
	border-bottom: 1px solid #FFF;
}

#footer.footer-dark .tab_widget ul.tabs li.active,
#footer.footer-dark .tab_widget ul.tabs li.active a:hover {
	background: #555;
	border-bottom: 1px solid #555;
}

.tab_widget ul.tabs li.active { border-top: 3px solid #57B3DF; }

.tab_widget ul.tabs li.active a { color: #57B3DF; }

.side-tabs ul.tabs li.active,
.side-tabs ul.tabs li.active a:hover {
	border-bottom: 1px solid #DDD;
    border-right: 1px solid #FFF;
}

.side-tabs ul.tabs li.active {
    border-top: none;
    border-left: 4px solid #57B3DF;
    margin-right: -1px;
}

.side-tabs ul.tabs li:first-child { border-top: 1px solid #DDD !important; }

.tab_widget .tab_container {
	display: block;
	overflow: hidden;
	position: relative;
	clear: both;
	background: #FFF;
    border: 1px solid #DDD;
    border-top: none;
}

#footer.footer-dark .tab_widget .tab_container {
    background: #555;
    border-color: #282828;
}

.side-tabs .tab_container {
    clear: none;
    border: none;
}

.tab_widget .tab_content {
	display: block;
	position: relative;
	padding: 15px;
}

.side-tabs .tab_content { 
	padding: 0px 0 0 20px;
	margin-top: -5px;
	
}






