/* karaokesystem.com css item */

#itemPage .breadcrumbs {padding-bottom: 20px;}
#itemPage main *{ -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.fitem-left{ float: left; width:calc(50% - 10px); margin-right: 20px;}
  .fitem-left img{max-width: 100%; height: auto;}
#itemPage .inner:after,
#itemPage .inner:before,
.fcontainer:after,
.fcontainer:before,
.fitem-top:after,
.fitem-top:before{
    display: table;
    clear: both;
    content: " ";
}

.fitem-right{ float: left; width:calc(50% - 10px) }
.item-wrap{padding-bottom: 75px;}
#itemPage h1 {
	font-size: 28px;
	margin: 15px 0;
	font-weight: 400;
	line-height: 30px;
	color: #151515;
	font-family: Poppins;
}

.fitem-right .code{ font-weight:700;}

.fitem-right .brand-and-code {
display: -webkit-box;
display: -webkit-flex; 
display: -ms-flexbox;
display: flex;
}

.fitem-right .brand-and-code .label {
font-weight: bold;
}

.fitem-right .brand-and-code .value {
font-weight: normal;
}

.fitem-right .brand-and-code .brand {
border-right: 1px solid #808080;
margin-right: 10px;
padding-right: 10px;
}

.fitem-right .price {
    font-weight: 700;
    font-size:22px;
    color: #cb0070;
}

.fitem-right .strike-price {
    font-weight: 400 !important;
    text-decoration: line-through;
    color: #606060;
    padding-right: 10px;
    font-size:18px;
}

.fitem-right .strike-price,
.fitem-right .price {
    display: inline;
}

#itemPage .price-row {
margin:15px 0 25px 0;
}

#itemPage .optionrow {
    margin-top: 10px;
}

#itemPage .optionrow label {
    display: inline-block;
    max-width: 100%;
    /*width: 80px;*/
	margin: 0 7px 0 0;
	color: #3a3a3a;
    font-size: 15px;
}
#itemPage .optionrow select {
    width: 100%;
    max-width: 215px;
    padding: 5px 10px;
}
#itemPage .add-to-cart{ margin-top:37px; margin-bottom: 30px;}
#itemPage .add-to-cart .qty{ float: left; margin-top: 3px;}
#itemPage .add-to-cart label {
    width: 40px;
    line-height:40px;
    font-size: 15px;
    color: #3a3a3a;
    display: inline-block;
    max-width: 100%;
}
#itemPage .add-to-cart #vwquantity {
    width: 70px;
    height: 40px;
    margin-right: 18px;
    color: #3a3a3a;
    text-align: center;
    font-size: 15px;
    font-weight: 600;
}
.imageContainer {
	border: 1px solid #ffffff;
	position: relative;
	text-align: center;
	float: right;
}
.imageContainer .zoom {
	pointer-events: none;
}

.imageContainer > img {
cursor: pointer;
}

.soloImage{
           width:100%;
}
.zoomIconHolder {
	text-align: center;
}
div#zoom-gallery {
    margin-top: 5px;
}
div#zoom-gallery > a{
    display: inline-block;
    margin-right:5px;
}
#zoom-gallery .zoom-gallery-link img {
  border: 1px solid #e2e6e9;
}
#zoom-gallery .zoom-gallery-link:hover img {
	border-color: #cb0070;
}
.under-order-text{
    border-top:1px solid #ffffff;
    padding-top:28px;
    font-size:14px;
}
div#ys_social_media{
    padding-top:55px;
}
div#ys_social_media > *{
    float: left;
    margin-right:10px;
}
.fitem-top{ padding-bottom:45px;}

.column {
font-family: "Roboto Condensed",Helvetica,Arial,sans-serif;
}

.column .description {
	margin-top: 20px;
}

/*Contents*/

h2.lato25{ font-size:25px; text-transform: uppercase; border-bottom: 1px solid  #ffffff; padding:10px 0 25px 0; text-align: center; font-weight: 400;}

/*.frow {
margin-left:-1%; margin-right:-1%; clear: both;
}
.frow:after,
.frow:before,
.fcontainer:after,
.fcontainer:before{
    display: table;
    clear: both;
    content: " ";
}
.fcol{width:23%; margin:1%; float: left; position: relative; min-height: 333px; border-bottom:1px solid #ffffff; padding-bottom: 3px;}
#itemPage .fcol{min-height:165px;}
.frow *{box-sizing: border-box;}
.finner{ color: #3a3a3a; font-size:15px; text-align: center;}
.finner:hover, .finner a:hover{font-weight:700;}
.finner a{ display: block; text-decoration: none; color: #3a3a3a;}
.finner .name a{font-size:15px; margin:0 0 8px 0;}
.finner img.fim{ max-width:100%; height:auto;}
.finner:hover img.fim{ border:2px solid #cb0070; -webkit-box-shadow: 0px 0px 9px 1px rgba(0,0,0,0.32); -moz-box-shadow: 0px 0px 9px 1px rgba(0,0,0,0.32); box-shadow: 0px 0px 9px 1px rgba(0,0,0,0.32);}
.price-row > .strike-price,
.price-row > .price{ display: inline;}
.price-row > .price{ font-weight:700;}
.price-row > .strike-price{font-weight:400 !important; text-decoration: line-through; color: #606060; padding-right:10px;}
.finner a.fshop-now{font-weight:400; font-size:14px; border:1px solid #cb0070; width:103px; height:30px; text-align: center; margin-left:auto; margin-right:auto; line-height:26px; margin-top: 10px; text-transform: uppercase;}
.finner:hover a.fshop-now{ color: #fff; background: #e14251; border-color: #cb0070;}*/

/* ..... RELATED ITEMS ..... */

div#ys_relatedItems {
  border: 1px solid #e2e6e9;
  float: left;
  margin-right: 20px;
  max-width: calc(50% - 20px);
}

div#ys_relatedItems:empty {
	display: none;
}
    table.ystore-cross-sell-table {width: 100%;border-collapse:collapse}
	h3.ystore-cross-sell-title, .column h2 {
		border-bottom: 1px solid #ffffff;
		font-size: 18px;
		font-weight: 400;
		margin: 0;
		padding: 16px 40px;
		text-align: center;
		display: inline-block;
		background-color: #cb0070;
		color: #ffffff;
	}
	.ystore-cross-sell-title-row, .column .outer {
		background-color: #f7f7f7;
	}
        table.ystore-cross-sell-table > tbody > tr.ystore-cross-sell-row{ display: inline;}
            table.ystore-cross-sell-table > tbody > tr.ystore-cross-sell-row > td.ystore-cross-sell-cell{ float: left; text-align: center; width: calc(30% - 20px); margin:10px; padding-bottom: 20px;}
                h4.ystore-cross-sell-product-name {margin-bottom: 5px;}
                td.ystore-cross-sell-cell i{ display: none;}
                p.ystore-cross-sell-product-reg-price,
                p.ystore-cross-sell-product-price.ystore-cross-sell-product-sale-price{display: inline;}
                .ystore-cross-sell-product-name a{ text-decoration: none; color: #3a3a3a; font-weight: normal;}
                p.ystore-cross-sell-product-reg-price{text-decoration: line-through; font-weight:normal; padding-right:10px; color: #606060;}
                p.ystore-cross-sell-product-price,
                p.ystore-cross-sell-product-sale-price{ font-size:15px; text-decoration: none; font-weight:700; padding-right:0; color: #cb0070;}
				
.column + .column {
  max-width: 50%;
  float: left;
}

.column:empty + .column {
	max-width: 100%;
	float: none;
}

/* ........................................ */
@media screen and (max-width: 900px){

    #itemPage main{ padding:0 10px;}

	.fitem-left,
	.fitem-right {
	width: 100%; 
	margin: 0;
	}

	#itemPage .add-to-cart {
	margin-top: 10px;
	}

	#itemPage .add-to-cart .qty {
	margin-bottom: 5px;
	}

}

/* ........................................ TABLET PORTRAIT */
@media screen and (max-width: 780px){

	#mediastate-item {
	font-family: '';
	}

}

/* ........................................ */
@media screen and (max-width: 768px) {

    table.ystore-cross-sell-table > tbody > tr.ystore-cross-sell-row > td.ystore-cross-sell-cell { 
	width:calc(50% - 20px);
	}

}

/* ........................................ */
@media screen and (max-width: 640px) {

	div#ys_relatedItems {
	width: 100%;
	margin-right: 0;
	float: none;
	max-width: 100%;
	margin-bottom: 20px;
	}

	.column + .column {
	width: 100%;
	float: none;
	max-width: 100%;
	}

	}

/* ........................................ */
@media screen and (max-width: 500px){

    table.ystore-cross-sell-table > tbody > tr.ystore-cross-sell-row > td.ystore-cross-sell-cell {
	width: 100%; margin: 10px 0;
	}

}

/* ........................................ */
@media screen and (max-width: 400px){

	.itemtype main {
	padding: 0 !important;
	}

	.itemtype main .price {
	margin-right: 20px;
	}
		
}

/* .......... / .......... */

