.block-categories {
    border-bottom: 1px solid #ebebeb;
    margin-bottom: 40px;
    padding-bottom: 26px;
}
.title-block h3 {
    font-size: 16px;
    font-weight: 600;
    padding-bottom: 30px;
    text-transform: uppercase;
}
.block-categories .title-block h3 {
    padding-bottom: 16px;
}
.block-categories li a {
	color: rgba(17, 17, 17, 0.8);
	display: block;
	font-size: 15px;
	font-weight: 400;
	line-height: 32px;
	padding: 0 30px 0 0;
}
.block-categories .title-block h3:before {
  bottom: -2px;
  content: "";
  height: 3px;
  left: 0;
  position: absolute;
  width: 100%;
}
.block-categories .sub-list li a{
	color: rgba(17, 17, 17, 0.6);
	font-size:13px;
}
.block-categories>.category-sub-menu>.cat-item>a{
	position:relative;
}
.block-categories .cat-item .sub-list {
	padding:0 15px;
}
.block-categories .collapse-icons i::before {
    color: #333;
    font-family: "fontawesome";
    font-size: 14px;
    font-style: normal;
    position: absolute;
    right: 0;
    top: 8px;
}
.block-categories .collapse-icons[aria-expanded="true"] i:before {
	content: "\f107";
}
.block-categories .collapse-icons i:before {
	content: "\f105";
}
#product .products .preview img {
	width:100%;
	max-width:none;
}
#product .block-categories {
    margin-bottom: 40px;
    padding-bottom: 23px;
}
/* product detail -Fix in here */
#product .pb-left-column {
	width: 45%;
}
#product .pb-right-column {
	width: 55%;
}
#product .pb-left-column .bx-prev:before {
	content:"\f0d7" !important;
}
#product .pb-left-column .bx-next:before {
	content:"\f0d8" !important;
}
#product .pb-left-column .bx-wrapper .bx-controls-direction a {
	align-items: center;
	background: #ebebeb none repeat scroll 0 0;
	display: flex;
	height: 30px;
	justify-content: center;
	left: 0;
	position: absolute;
	margin: 0;
	width: 100%;
	color:rgba(17,17,17,0.5);
}
/*img left*/
#main .images-container .js-qv-mask.scroll {
    margin: 26px auto 0;
    overflow: hidden;
    width: 100%;
}
.images-container .product-images > li.thumb-container {
    display: inline;
}
.images-container .product-images > li.thumb-container > .thumb {
    margin-right: 22px;
    width: 83px;
}
.product-images > li.thumb-container > .thumb.selected, .product-images > li.thumb-container > .thumb:hover {
    border: 1px solid #ccc;
}
.scroll-box-arrows {
    display: none;
}
.scroll-box-arrows.scroll{
    display: block;
	position:relative;
}
.images-container .flex-box {
 	display: flex;
}
.images-container .image-box {
	position: relative;
	cursor: pointer;
	width: calc(100% - 80px);
}
.images-container .thumb-box {
	width: 80px;
	height: 25.1vw;
	padding: 40px 0;
	position: relative;
}
.images-container .thumb-box .arrows.js-arrows {
  display: none;
}
.arrows.js-arrows i, .scroll-box-arrows i {
    background: #f3f4f7 none repeat scroll 0 0;
    border-radius: 50%;
    color: #838383;
    cursor: pointer;
    height: 35px;
    line-height: 35px;
    position: absolute;
    text-align: center;
    top: calc(50% - 93px);
    width: 35px;
}
.arrows.js-arrows i:hover, .scroll-box-arrows i:hover {
    background: #111 none repeat scroll 0 0;
    color: #fff;
}
.scroll-box-arrows i.right {
    right: -16px;
}
.scroll-box-arrows i.left {
    left: -16px;
}
.images-container .thumb-box .js-qv-mask.mask {
  max-height: 100%;
  overflow: hidden;
}
.images-container .image-box .layer {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	cursor: pointer;
}
.images-container .js-qv-mask.scroll {
	display:block;
	margin: 0 auto;
}
.images-container .js-qv-mask {
	white-space: nowrap;
	overflow: hidden;
	position:relative;
}
.product-images > li.thumb-container > .thumb {
	cursor: pointer;
	margin-bottom: 13px;
	width: 100%;
}
.images-container .js-qv-mask {
	white-space: nowrap;
	margin-top:20px;
}
/* ------ */
.related-product {
	float:left;
	width:100%;
}

/**/
.pb-right-column h2 {
    font-weight: 500;
    text-transform: capitalize;
}
#product .product-cover .layer {
	position:absolute;
	right:25px;
	top:10px;
	cursor:pointer;
	font-size:20px;
}
#product .product-cover .layer i{
	font-size: 30px;
}
#product .product-prices.content_price .price.new{
	font-size:24px;
}
#product .pb-right-column .content_prices .shipping_cost {
	line-height: 32px; 
	margin-left:15px;
}
.product-information .product-desc {
    border-top: 1px solid #ebebeb;
    color: #808080;
    margin-top: 14px;
    padding-top: 13px;
    width: 100%;
}
.product-variants .control-label {
    color: #111;
    display: inline-block;
    font-size: 15px;
    font-weight: 400;
    height: 20px;
    line-height: 20px;
    margin-right: 10px;
    min-width: 45px;
}
.product-actions .product-variants {
    margin-top: 24px;
}
.product-variants-item .input-color {
    cursor: pointer;
    height: 30px;
    margin: 0;
    opacity: 0;
    position: absolute;
    width: 30px;
}
.product-variants-item .color {
	display: block;
	height: 30px;
	width: 30px;
    /*box-shadow: 0.5px 0.5px 1px 0px rgba(0,0,0,0.7);*/
    border: 1px solid #b7b7b7;
	transition: all 0.2s;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-ms-transition: all 0.2s;
	-o-transition: all 0.2s;
}
#product .input-color:checked + span,
#product .input-color:hover + span,
#product .input-radio:checked + span,
#product .input-radio:hover + span,
.quickview .input-color:checked + span,
.quickview .input-color:hover + span,
.quickview .input-radio:checked + span,
.quickview .input-radio:hover + span {
    /* border: 0; */
    padding: 5px;
    /* box-shadow: 1px 1px 2px 0px rgba(0,0,0,0.7); */
}
.product-variants-item ul {
    margin-bottom: 0;
}
.product-variants-item ul li {
    cursor: pointer;
    display: inline-block;
    float: left;
    margin-right: 15px;
    position: relative;
}
.product-variants-item.color {
    align-items: center;
    display: flex;
    margin-bottom: 15px;
}
.product-variants-item.size {
    margin-bottom: 20px;
}
.product-variants-item:last-child {
	margin-bottom:0;
}
#product-availability i {
    color: red;
    font-size: 12px;
}
#product-availability i.fa-ban{
	color:#f23534 ;
}
#product-availability i.fa-exclamation-circle {
	color: #FF9900;
}
#product-availability {
	padding: 0 15px;
	line-height: 45px;
}
#product .social-wrap {
    border-bottom: 1px solid #ebebeb;
    border-top: 1px solid #ebebeb;
    margin-bottom: 25px;
    padding: 4px 0;
}
#product .quantity-box .option {
    display: inline-block;
    float: left;
    margin-bottom: 15px;
    margin-right: 35px;
}
.product-quantity .add-to-cart {
    border: medium none;
    color: #fff;
    display: inline-block;
    font-family: "Neue Einstellung";
    line-height: 27px;
    min-height: 45px;
    padding: 12px 25px;
    position: relative;
    text-align: center;
	margin-left:55px;
}
#product .add .icon-handbag {
    vertical-align: middle;
}
.product-quantity .add-to-cart .text {
  font-size: 16px;
  font-weight: 500;
}
.product-quantity .add-to-cart .icon-basket {
  margin-right: 5px;
  position: relative;
  top: 4px;
}
.quantity-box #quantity_wanted_p {
    border: 1px solid #e1e1e1;
    float: left;
}
.product-quantity .btn-touchspin {
    background: #ebebeb none repeat scroll 0 0;
    border: medium none;
    border-radius: 0;
    color: #7c7c7d;
    cursor: pointer;
    display: inline-block;
    float: left;
    height: 40px;
    line-height:51px;
    margin: 0;
    max-width: unset;
    padding: 0;
    width: 40px;
    z-index: 10;
}
.product-quantity .bootstrap-touchspin-up {
    border-radius: 50%;
    position: absolute !important;
    top: 0 !important;
}
.product-minimal-quantity {
	margin-bottom:0;
}
.product-quantity .bootstrap-touchspin-down {
    border-radius: 50%;
    left: 0 !important;
    position: absolute !important;
    top: 0 !important;
}
#product .quantity-box .input-group-addon .fa {
    font-size: 12px;
}
.product-quantity input#quantity_wanted {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 0 none;
    color: #111;
    font-size: 20px;
    font-weight: 700;
    height: 35px;
    line-height: 37px;
    margin-left: 40px;
    max-width: 46px;
    text-align: center;
}
.product-quantity {
    display: block;
}
.product-quantity .qty {
	align-items: center;
	display: flex;
	float: left;
	height: 45px;
	margin-right:25px;
}
.product-price.h5.has-discount {
    display: none;
}
#block-reassurance {
	width:100%;
	clear:both;
}
#block-reassurance .block-reassurance-item {
	display:flex;
	align-items:center;
	width:100%;
}
#block-reassurance .block-reassurance-item span.h6 {
	font-size:13px;
	color:rgba(17,17,17,0.6);
	width:calc(100% - 35px);
	padding:0 10px;
	line-height:20px;
	margin:0;
}
#block-reassurance .block-reassurance-item .reassurance-img {
	width:35px;
}
#block-reassurance .block-reassurance-item .reassurance-img img {
	width:100%;
}
#block-reassurance  ul li {
	margin-bottom:15px;
}
#block-reassurance  ul li:last-child {
	margin-bottom:0;
}

.pb-right-column .block-social ul li a {
	font-size:0;
}
.pb-right-column .block-social ul li.facebook a:before {
	content:"\f09a";
}
.pb-right-column .block-social ul li.twitter a:before {
	content:"\f099";
}
.pb-right-column .block-social ul li.rss a:before {
	content:"\f09e";
}
.pb-right-column .block-social ul li.youtube a:before {
	content:"\f167";
}
.pb-right-column .block-social ul li.googleplus a:before {
	content:"\f0d5";
}
.pb-right-column .block-social ul li.pinterest a:before {
	content:"\f0d2";
}
.pb-right-column .block-social ul li.vimeo a:before {
	content:"\f27d";
}
.pb-right-column .block-social ul li.instagram a:before {
	content:"\f16d";
}
.pb-right-column .block-social ul li a:before {
	font-family:"FontAweSome";
	font-size:14px;
	color:#b9b9b9;
}
.pb-right-column .block-social .social-title{
    color: #9e9e9e;
    margin-right:10px;
}
.pb-right-column .block-social ul li {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
    display: inline-block;
    float: left;
    height: 40px;
    margin-right: 10px;
    min-width: 40px;
	text-align:center;
	line-height:40px;
}
.pb-right-column .block-social {
    border-bottom: 1px solid #e1e1e1;
	border-top: 1px solid #e1e1e1;
	width:100%;
	display:flex;
	margin-top:30px;
	margin-bottom:30px;
	display:none;
}
#product #block-reassurance{
	display:none;
}
.pb-right-column .block-social ul {
	margin:0;
}
.pb-right-column .product-add-to-cart {
    margin-top: 37px;
	margin-bottom:40px;
}
.other-info {
    padding-top: 13px;
}
.other-info > li label {
    color: #9e9e9e;
    font-size: 14px;
    font-weight: 300;
    margin-bottom: 0;
    padding-left: 13px;
    position: relative;
}
.other-info > li label::before{
    border: 3px solid #000;
    border-radius: 50%;
    content: " ";
    font-size: 48px;
    height: 2px;
    left: 0;
    position: absolute;
    top: 10px;
    width: 2px;
}
.other-info > li span {
    font-size: 13px;
}
.add .text_cart_p {
    padding-left: 7px;
    vertical-align: middle;
}
.text_cart_p{
    color: #ffffff;
    font-size: 18px;
    letter-spacing: 0;
    line-height: 30px;
    text-transform: capitalize;
} 
/*=======================================
=            More info block            =
=======================================*/
/*=======================================
=            More info block            =
=======================================*/
#more_info_block {
	margin-top: 60px;
	margin-bottom: 55px;
}
#more_info_block .tabs li{
	padding:0 35px 0 0;
}
#more_info_block .tabs li a {
    font-weight: 600;
    text-transform: uppercase;
	padding:0 0 15px 0;
}
#more_info_block .tabs li a.active{
	border-bottom:2px solid #111 !important;
}
#more_info_block .tabs .tab-content {
    border-top: 1px solid #e3e3e3;
}
#more_info_block .label{
	font-size:16px;
	padding:0;
}
#more_info_block  .tabs .tab-content {
    padding-top: 30px;
}
#product-details .product-features h3{
	color:#111;
	font-size:15px;
	margin:0;
	padding-left: 10px;
	display: none;
}
.product-features {
    padding-top: 15px;
}
.product-features > dl.data-sheet {
    align-items: flex-start;
    display: block;
    flex-wrap: wrap;
    margin: 0 auto;
    width: 100%;
}

.product-features tr.data-sheet {
    align-items: flex-start;
    display: block;
    flex-wrap: wrap;
    margin: 0 auto;
    width: 100%;
}

.product-features > dl.data-sheet dd.value, .product-features > dl.data-sheet dt.name {
    /* flex: 1 0 15%; */
    font-weight: 400;
    margin-bottom: 0;
    margin-right: 0;
    min-height: 2.5rem;
    padding: 10px;
    word-break: break-all;
    display: inline-block;
    width: 50%;
    max-width: unset;
    min-width: unset;
    float: left;
}


.product-features tr.data-sheet td.value, .product-features tr.data-sheet td.name {
    /* flex: 1 0 15%; */
    font-weight: 400;
    margin-bottom: 0;
    margin-right: 0;
    min-height: 2.5rem;
    padding: 10px;
    word-break: break-all;
    display: inline-block;
    width: 50%;
    max-width: unset;
    min-width: unset;
    float: left;
}

.product-features tr.data-sheet td.value,
.product-features tr.data-sheet td.name {
	margin-bottom: 3px;
}
.product-features tr.data-sheet td.name {
	background: #ebebeb none repeat scroll 0 0;
	border-bottom: 1px solid transparent;
	font-weight: 600;
}
.product-features tr.data-sheet td {
	border-bottom: 1px solid #ebebeb;
}

.product-features > dl.data-sheet dd.value,
.product-features > dl.data-sheet dt.name {
	margin-bottom: 3px;
}
.product-features > dl.data-sheet dt {
	background: #ebebeb none repeat scroll 0 0;
	border-bottom: 1px solid transparent;
	font-weight: 600;
}
.product-features > dl.data-sheet dd {
	border-bottom: 1px solid #ebebeb;
}
.product-features h3 {
		font-size: 18px;
	    font-weight: 500;
	}
/*====================================================
/* image modal*/

#product-modal .modal-body .left img{
	width: 100%;
}
.thumbnails.js-thumbnails{
	height: 100%;
	left: calc(100% + 20px);
	position: absolute;
	top: 0;
	padding:40px 0;
	width: 120px;
}
.thumbnails.js-thumbnails .js-modal-mask {
	height: 100%;
	overflow: hidden;
}
.thumbnails.js-thumbnails .image-box{
	height: 100%;
	overflow: hidden;
}
.thumbnails.js-thumbnails .arrows.js-modal-arrows .material-icons{
	position:absolute;
	width:100%;
	font-size:25px;
	color:#fff;
	display:block;
	text-align:center;
	cursor:pointer;
}
.thumbnails.js-thumbnails .arrows.js-modal-arrows .arrow-up {
	top:0;
}
.thumbnails.js-thumbnails .arrows.js-modal-arrows .arrow-down {
	bottom:0;
}
#product  .selector_before {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 center;
    border-bottom: 2px solid #f0f0f0;
    overflow: hidden;
    position: relative;
    width: 170px;
}

#product .selector_before::before {
    border-right: 0 none;
    border-top: 0 none;
    content: "";
    font-family: "fontawesome";
    font-weight: 700;
    height: 32px;
    line-height: 37px;
    position: absolute;
    right: 0;
    text-align: center;
    top: -4px;
    width: 25px;
    z-index: 2;
	font-size:13px;
}

#product .clearfix.product-variants-item {
    align-items: center;
    display: flex;
    margin-top: 15px;
}
.product-actions .product-variants select {
    border: 1px solid #ebebeb;
    cursor: pointer;
    display: block;
    font-size: 12px;
    font-weight: 500;
    height: 30px;
    min-width: 195px;
    padding: 0 6px;
}

/*Active fiter*/

#js-active-search-filters > ul li {
    background: #fff none repeat scroll 0 0;
    display: inline-block;
    line-height: 31px;
    margin-right: 20px;
    padding: 0 10px;
    vertical-align: middle;
}
#js-active-search-filters > ul {
    align-items: center;
    display: flex;
    margin-bottom: 0;
}
.active_filters {
    align-items: center;
    background: #f3f4f7 none repeat scroll 0 0;
    display: flex;
    margin-top: 50px;
    padding: 15px;
}
.active_filters h3 {
    font-size: 17px;
    font-weight: 600;
    padding-bottom: 0;
    padding-right: 15px;
}
.filter-block .js-search-link i {
    font-size: 15px;
    line-height: 33px;
    margin-left: 5px;
}
.preview.flexbox img {
    width: 90px !important;
}
/*product Layout*/
#product .product-layout-3columns .pb-left-column {
    width: 33.33%;
}
#product .product-layout-3columns .pb-right-column{
	width:66.67%;
}
.column-right{
    border: 1px solid #f2f3f4;
    padding: 0 20px 20px;
}
#product .product-layout-3columns .product-quantity .qty{
	display:block;
	float:none;
}
#product .product-layout-3columns .product-quantity .add-to-cart {
    display: block;
    margin-left: 0;
    margin-top: 20px;
}
/* Responsive */
@media(max-width:1366px) {
	.images-container .thumb-box {
		height: 34.1vw;
	}
}
@media(max-width:1199px){
	
	.images-container .product-images > li.thumb-container > .thumb {
		width: 90px;
	}
}
@media(max-width:991px){
	.share-group {
		margin-top: 15px;
	}
	.images-container .thumb-box {
	  height: 47.1vw;
	}
	.images-container .product-images > li.thumb-container > .thumb {
		width: 8.5vw;
	}
	#product #left-column.page-column, #category #left-column.page-column{
		padding-right:15px;
	}
	/*product layer*/
	#product .product-layout-3columns .pb-left-column {
		width: 100%;
	}
	#product .product-layout-3columns .pb-right-column {
		width: 100%;
		margin-top:30px;
	}
	.column_left {
		padding-left: 0;
	}
}
@media(max-width:767px) {
	.product-accessories .accessories-carousel .owl-stage-outer, .featured-products .propular-carousel .owl-stage-outer {
		padding-bottom: 20px;
	}
	#product .product-cover .layer {
		right: 40px;
	}
	#more_info_block {
	  margin: 40px 0 30px;
	}
	.bg-image-area {
	  margin-bottom: 50px;
	}
	.pb-right-column h1 {
	  font-size: 20px;
	}
	#product .page-content {
		padding: 0;
	}
	#product .modal {
		padding-right:0 !important;
	}
	.row.product-detail {
		margin-left: 0;
		margin-right: 0;
	}
	#product .pb-right-column, #product .pb-left-column {
	  width: 100%;
	  padding:0;
	}
	.images-container .product-images > li.thumb-container > .thumb {
		width: 17vw;
	}
	#product .pb-right-column{
		margin-top:25px;
	}
	#more_info_block .tabs li{
		padding-right:35px;
	}
	.product-features tr.data-sheet {
		font-size: 12px !important;
	}
	.product-features h3 {
		font-size: 12px
		
	}
	/*Product Layout*/
	.column-right{
		margin-top:30px;
	}
}
@media(max-width:481px){
	.images-container .thumb-box {
		height: 92.1vw;
	}
	.images-container .product-images > li.thumb-container > .thumb {
		width: 20.5vw;
	}
	#more_info_block .tabs li a.active{
		border-bottom:0 !important;
	}
	.product-quantity .add-to-cart{
       margin-left:38px;
	}
	.product-quantity .add-to-cart{
		padding:8px 16px;
	}
	
}
@media(max-width:320px){
	.images-container .thumb-box {
		height: 86.1vw;
		width:54px;
	}
	.images-container .image-box {
	  width: calc(100% - 54px);
	}
	
	#product #block-reassurance .block-reassurance-item img {
		margin-right: 5px;
	}
	#block-reassurance .block-reassurance-item span {
		font-size: 10px;
	}
	#product .page-content {
		padding: 0;
	}
	#product #block-reassurance .block-reassurance-item span {
		font-size: 12px;
	}
	.images-container .product-images > li.thumb-container > .thumb {
		width: 26vw;
	}
}
.combo + .nocombo{
	display: none;
}