
.topProductArea {
    overflow: auto;
}





.productPhotoArea {
    width: 50%;
    position: relative;
    float: left;
}
.lSSlideOuter {
    width: 80%;
    margin: 0px auto;
}
.lightSlider img {
    width: 100%;
}
.lSAction > a {
    text-align: center;
    color: #343434;
    height: 50px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.lSAction > a > i {
    font-size: 30px;
    line-height: 50px;
}
.lSSlideOuter .lSPager.lSGallery li, 
.lSSlideOuter .lSPager.lSGallery li {
    border: 2px solid #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    transition: 200ms;
}
.lSSlideOuter .lSPager.lSGallery li.active,
.lSSlideOuter .lSPager.lSGallery li:hover {
    border-radius: 0px;
    border: 2px solid #0072bc;
    
}






.productInfoArea {
    width: 50%;
    position: relative;
    float: right;
}

.productTitle,
.productTitleM {
    font-size: 19px;
    font-weight: 500;
    padding: 15px 5px;
    border-bottom: 1px solid #e3e3e3;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.productTitleM {
    display: none;
}

.productDescTitle {
    font-size: 19px;
    font-weight: 500;
    padding: 10px 0px;
}

.productAvailable {
    padding: 10px 5px;
    border-bottom: 1px solid #e3e3e3;
    font-weight: 500;
    color: #5d5d5d;
}
.productAvailable span.green {
    color: #479C00;
}
.productAvailable span.blue {
    color: #0072bc;
}
.productAvailable span.orange {
    color: #cc8400;
}
.productAvailable span.red {
    color: #cf081d;
}




.productBuyInfo {
    width: 50%;
    float: right;
    margin: 70px 0px 20px;
}

.productPrice {
    line-height: 44px;
    font-size: 17px;
    font-weight: 500;
    text-align: right;
}
.productPrice span { 
    font-size: 29px;
    font-weight: 600;
}



.productQuantity {
    margin: 0px 0px 10px;
    overflow: auto;
}
.productQuantity .quantityArea {
    width: 180px;
    height: 40px;
    float: right;
}

.quantityArea .quantityLabel {
    float: left;
    width: 50px;
    line-height: 40px;
    font-weight: 500;
}
.quantityArea .quantityChange {
    display: block;
    float: left;
    width: 40px;
    line-height: 38px;
    font-size: 10px;
    text-align: center;
    cursor: pointer;
    border: 1px solid #e3e3e3;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.quantityArea .inp-q {
    display: block;
    float: left;
    width: 40px;
    height: 40px;
    padding: 0px 10px;
    margin: 0px 5px;
    font-family: 'Open Sans';
    font-size: 15px;
    font-weight: 500;
    color: #343434;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
}
.quantityArea .inp-q:focus {
    border: 1px solid #ccc;
}




/*------------------*/
.productCode {
    clear: both;
    padding: 10px 5px;
    border-top: 1px solid #e3e3e3;
    border-bottom: 1px solid #e3e3e3;
    font-weight: 500;
}
.productOther {
    clear: both;
    padding: 10px 5px;
    border-bottom: 1px solid #e3e3e3;
    font-weight: 500;
}
.productCode i,
.productColors i,
.productDeliveryOption i,
.productOther i {
    color: #008EEB;
}
.productCode span,
.productColors span,
.productDeliveryOption span,
.productOther span {
    color: #5d5d5d;
    font-weight: 500;
}
/*---*/
.productColors {
    clear: both;
    padding: 10px 5px 5px;
    border-bottom: 1px solid #e3e3e3;
}
.filter-item-color .color-area {
	margin-top: 10px;
}
.filter-item-color .color-all,
.filter-item-color .color-square {
	display: inline-block;
	height: 60px;
	margin-right: 7px;
	margin-bottom: 7px;
	border: 1px solid #aaa;
	/*background-color: #F1F1F1;*/
	position: relative;
	/*
	transition: 200ms;
	-moz-transition: 200ms;
	-webkit-transition: 200ms;
	-o-transition: 200ms;*/
}
.filter-item-color .color-all {
	float: left;
	width: 78px;
	text-align: center;
	line-height: 20px;
	font-family: 'Open Sans';
	font-size: 14px;
	font-weight: 500;
	color: #1f1f11;
}
.filter-item-color .color-square {
	width: 60px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    transition: 100ms;
	-moz-transition: 100ms;
	-webkit-transition: 100ms;
	-o-transition: 100ms;
}
/*
.filter-item-color .color-all.active {
	background-color: #717171;
	color: #FFFFFF;
}*/
.filter-item-color .color-all.active,
.filter-item-color .color-square.active {
    border: 2px solid #008eeb;
}
.filter-item-color .color-square:hover {
    border: 2px solid #aaa;
}
.filter-item-color .color-square .color {
	width: 100%;
    height: 100%;
    background-size: contain;
	/*margin: 25% auto;*/
}
.filter-item-color .color-square .tooltip {
	visibility: hidden;
	width: 120px;
	position: absolute;
	z-index: 1;
	bottom: 130%;
	left: 50%;
	margin-left: -60px;
	background-color: #282d31;
	font-family: 'Open Sans';
	font-size: 13px;
	font-weight: 500;
	color: #ffffff;
	text-align: center;
	padding: 2px 0px 3px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	opacity: 0;
	transition: 200ms;
	-moz-transition: 200ms;
	-webkit-transition: 200ms;
	-o-transition: 200ms;
}
.filter-item-color .color-square .tooltip::after {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -5px;
	border-width: 5px;
	border-style: solid;
	border-color: #282d31 transparent transparent transparent;
}
.filter-item-color .color-square:hover .tooltip {
	visibility: visible;
	opacity: 1;
}
/*---*/
.productDeliveryOption {
    padding: 10px 5px;
    border-bottom: 1px solid #e3e3e3;
    position: relative;
    cursor: pointer;
}
.productDeliveryOption .slideIcon {
    position: absolute;
    top: 10px;
    right: 10px;
}
.productDeliveryOption .slideIcon i {
    color: #5d5d5d;
    font-size: 19px;
}
.productDeliveryOption .deliveryBox {
    font-size: 14px;
    display: none;
}
.productDeliveryOption .deliveryBox .deliveryTitle {
    font-weight: 500;
    padding-top: 10px;
}
.productDeliveryOption .deliveryBox div {
	overflow: auto;
}
.productDeliveryOption .deliveryBox div .deliveryType {
	float: left;
}
.productDeliveryOption .deliveryBox div .deliveryPrice {
    float: right;
    font-weight: 500;
}
/*------------------------*/


.subcategoryListTitle {
    margin: 30px 0px 20px;
    padding: 20px 20px;
    font-size: 17px;
    font-weight: 500;
    border: 3px solid #e3e3e3;
}







/*
.productBuy {
}*/

.inp-buy,
.inp-bell {
    display: block;
    width: 100%;
    line-height: 44px;
    font-family: 'Open Sans';
    font-size: 17px;
    font-weight: 500;
    text-align: center;
    color: #fff;
    background-color: #cf081d;
    cursor: pointer;
    -webkit-transition: 200ms;
    -moz-transition: 200ms;
    transition: 200ms;
    border: none;
	padding: 0px;
}
.inp-buy:hover {
    color: #fff;
    background-color: #ED0921;
}

.inp-bell {
    color: #fff;
    background-color: #0072bc;
}
.inp-bell:hover {
    background-color: #008EEB;
}






/*producyDesc*/
.productDescArea {
    margin: 30px 0px;
    clear: both;
}
.productDescArea b {
    font-weight: 500;
}
.productDescArea h1 {
    font-size: 19px;
    font-weight: 500;
}
.productDescArea h2 {
    font-size: 17px;
    font-weight: 500;
}
.productDescArea p {
    padding: 5px 0;
}
.productDescArea ol,
.productDescArea ul {
    padding-left: 30px;
}
.productDescArea .mce-section {
    display: table;
}
.productDescArea .mce-section .item {
    display: table-cell;
    vertical-align: middle;
}
.productDescArea .mce-section .w-100 {
    width: 100%;
}
.productDescArea .mce-section .w-50 {
    width: 50%;
}
.productDescArea .mce-section .item .photo {
    display: block;
    margin: 0 auto;
}
.productDescArea .mce-section .item.w-50 .photo {
    width: 70%;
}
.productDescArea .mce-section .item.w-100 .photo {
    width: 35%;
}
.productDescArea .mce-both {
    clear: both;
}

.productAttributes {
    padding: 20px 0px;
}
.tableAttr {
    width: 600px;
    margin: 0px auto;
}
.tableAttr .row {
    overflow: auto;
}
.tableAttr .row .col {
    float: left;
    width: 50%;
    padding: 5px 0px;
    box-sizing: border-box;
}
.tableAttr .row .col:nth-child(1) {
    font-weight: 500;
}

@media screen and (max-width: 600px) {
    .productDescArea .mce-section {
        display: block;
    }
    .productDescArea .mce-section .item {
        display: block;
    }
    .productDescArea .mce-section .w-50 {
        width: 100%;
    }
    .productDescArea .mce-section .item.w-50 .photo {
        width: 45%;
    }
    .productDescArea .mce-section .item.w-100 .photo {
        width: 45%;
    }
    .tableAttr {
        width: 100%;
    }
}



@media screen and (max-width: 900px) {
    .productBuyInfo {
        width: 60%;
    }
}

@media screen and (max-width: 800px) {
    .productPhotoArea {
        width: 55%;
    }
    .productInfoArea {
        width: 45%;
    }
    .lSSlideOuter {
        width: 90%;
    }
    .productBuyInfo {
        width: 70%;
    }
}


@media screen and (max-width: 700px) {
    .lSSlideOuter {
        width: 100%;
    }
    .productBuyInfo {
        width: 100%;
    }
}


@media screen and (max-width: 600px) {
    .productPhotoArea {
        width: 100%;
    }
    .productInfoArea {
        width: 100%;
    }
    .lSSlideOuter {
        width: 60%;
    }
    .productBuyInfo {
        margin-top: 20px;
    }

    .productTitle {
        display: none;
    }
    .productTitleM {
        display: block;
    }
    .productAvailable {
        border-top: 1px solid #e3e3e3;
        margin-top: 15px;
    }
}

@media screen and (max-width: 500px) {
    .lSSlideOuter {
        width: 70%;
    }
}
@media screen and (max-width: 400px) {
    .lSSlideOuter {
        width: 90%;
    }
}