@font-face {
	font-family: 'ArialR';
	src: url('ArialMT.eot');
	src: url('ArialMT.eot?#iefix') format('embedded-opentype'),
		url('ArialMT.woff') format('woff'),
		url('ArialMT.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}



@media (min-width: 1200px){
	.container {
		max-width: 1170px;
	}
}
.section-category .dropdown-menu{
	display: block;
	margin: 0;
	border: none;
}

@media (max-width: 767px) {
	.visible-xs {
		display: block !important;
	}
}

body{
	background:#fff;

	

}

.section-collection-1.section-collection .section-title .title h2{
	background: #ff9247;
}
.section-collection-1 .menu-title{
	border-top: 2px solid  #ff9247;
}

.section-collection-2.section-collection .section-title .title h2{
	background: #1e92c2;
}
.section-collection-2 .menu-title{
	border-top: 2px solid  #1e92c2;
}

.section-collection-3.section-collection .section-title .title h2{
	background: #ffa800;
}
.section-collection-3 .menu-title{
	border-top: 2px solid  #ffa800;
}

.section-collection-v2.section-collection .left .section-title .title h2{
	letter-spacing: -1px;
	background:  #00bfa5 ;
}
.section-collection-v2.section-collection .left .menu-title{

	border-top: 2px solid  #00bfa5 ;
}
.section-collection-v2.section-collection .left2 .section-title .title h2{
	background:  #ffa800;
}
.section-collection-v2.section-collection .left2 .menu-title{

	border-top: 2px solid  #ffa800;
}

/*Home page*/


.dq-stt-1{
	margin:0px 0px 30px 0px
}


.dq-stt-2{
	margin:0px 0px 30px 0px
}


.dq-stt-3{
	margin:0px 0px 30px 0px
}


.dq-stt-4{
	margin:0px 0px 30px 0px
}


.dq-stt-5{
	margin:0px 0px 30px 0px
}


.dq-stt-6{
	margin:0px 0px 30px 0px
}


.dq-stt-7{
	margin:0px 0px 0px 0px
}


.dq-stt-8{
	margin:0px 0px 0px 0px
}




/*Product detail*/
#gallery_01 img#zoom_01 {
	border: 1px solid #ebebeb;
}
.details-product .product-images{
	border: 1px solid #ebebeb;
	padding-right: 1px;


}
@media(min-width: 1200px){
	.details-product .product-images{

	}
}
.zoomWindowContainer > div {
	border: 1px solid #ebebeb!important;
}

.at4-share-outer.addthis-smartlayers.addthis-smartlayers-desktop{
	display: none;
}

/*Popup*/

.ajax-load {
	position: fixed;
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	text-align: center;
	width: 100px;
	height: 100px;
	line-height: 100px;
	opacity: 0;
	visibility: hidden;
}

.ajax-load.active {
	opacity: 1;
	visibility: visible;
	z-index: 9999;
}

.dqdt-popup {
	position: fixed;
	z-index: 9999;
	top: 0;
	height: 0;
	width: 0;
	left: 0;
	right: 0;
	bottom: 0;
	text-align: center;
	overflow: hidden;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all 200ms ease-in-out;
	-moz-transition: all 200ms ease-in-out;
	-ms-transition: all 200ms ease-in-out;
	-o-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out;
}

.dqdt-popup .overlay {
	background-color: rgba(33, 33, 33, 0.8);
	color: rgba(0, 0, 0, 0.4);
	position: fixed;
	top: 0 !important;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	width: 0;
	height: 0;
}

.dqdt-popup .content {
	position: relative;
	max-width: 980px;
	min-width: 575px;
	padding: 25px 28px;
	max-height: 0;
	text-align: left;
	opacity: 0;
	margin: 0 auto;
	background: #fff;
	overflow: hidden;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
	position: relative;
	max-width: 980px;
	min-width: 575px;
	padding: 25px 28px;
	max-height: 0;
	text-align: left;
	opacity: 0;
	margin: 0 auto;
	background: #fff;
}

.dqdt-popup.active {
	visibility: visible;
	opacity: 1;
	top: 0;
	height: auto;
	width: auto;
}

.dqdt-popup.active .content {
	max-height: calc(100% - 60px);
	opacity: 1;
}

.dqdt-popup.active .overlay {
	width: 100%;
	height: 100%;
}

.dqdt-popup .close-window {
	position: absolute;
	font-size: 24px;
	color: #ff9248;
	right: 20px;
	top: 15px!important;
	z-index: 9999;
}

.dqdt-popup .close-window .fa {
	display: block;
}


.dqdt-popup.loading {
	z-index: 9999;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1040;
	background-color: #000;
	opacity: 0.7;
}

.dqdt-popup.loading .loader {
	left: 50%;
	position: fixed;
	top: 50%;
	-moz-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}

.dqdt-popup.loaded-content .loader {
	display: none;
}
.product-popup .product-image {
	float: left;
	margin: 0 12px 0 0;
}

.product-popup .product-info {
	overflow: hidden;
	position: relative;


}
.product-popup .product-info p{
	margin-bottom: 0px;
}
.product-popup .product-info p.color-main{
	margin-bottom: 0px;
	color:#ff9248;
}
.product-popup .product-info p.color-main span{

	color: #333;
}

.product-popup .product-name {
	margin: 0 0 2px;
	color: #212121;
	font-size: 18px;
	padding-bottom: 10px;
}
.product-popup .product-info p.total-money{
	margin-bottom: 15px;
}

.product-popup .actions .btn, .product-popup .actions input[type="submit"] {
	margin: 0 5px 0 0;
	text-transform: inherit;
	height: 45px;
	background: #ff9248;
	color: #fff;
	padding: 0;
	min-width: 150px;
}
.product-popup .actions .btn:hover{
	background:#f4690b;
}
.product-popup h3{
	text-align: center;
	color:#ff9248;
	margin-bottom: 25px;
}
.product-popup .product-image{
	border: 1px solid #ebebeb;
	height: 150px;
	width: 150px;
	position: relative;	
}
.product-popup .product-image img{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	padding: 5px;
}

.dqdt-popup.product-popup.active .content {
	max-height: calc(100% - 60px);
	opacity: 1;
	padding: 37px 40px 43px;
}
.dqdt-popup .close-window .fa{

}

@media(max-width: 543px){
	.dqdt-popup.product-popup.active .content{
		max-height: calc(100% - 60px);
		opacity: 1;
		padding: 10px;
		max-width: 320px;
		min-width: 320px;
	}
	.product-popup h3{
		font-size: 18px;
		margin-bottom: 0;
	}
	.product-popup .actions .btn, .product-popup .actions input[type="submit"]{
		padding: 0 10px;
		line-height: 30px;
		min-width: 140px;
	}
	.product-popup .product-image,
	.product-popup h3{
		display: none;
	}
}

/*Quickview*/

.quickview-product .product-single h1 a, .quickview-product .product-single .h1 a {
	font-size: 20px;
}

.quickview-product .product-single .price {
	font-size: 26px;
}

.quickview-product .content {
	padding: 30px;
}

.quickview-product .product-name {
	margin: 0 0 10px !important;
}

.quickview-product .review {
	margin-bottom: 10px;
}

.quickview-product .review:before, .quickview-product .review:after {
	content: " ";
	display: table;
}

.quickview-product .review:after {
	clear: both;
}

.quickview-product .review .spr-badge {
	float: left;
	height: 24px;
	overflow: hidden;
	position: relative;
	margin-bottom: 0;
}

.quickview-product .review .spr-badge .spr-icon {
	margin: 0;
}

.quickview-product .review .spr-badge .spr-active {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	overflow: hidden;
}

.quickview-product .review .spr-badge .spr-badge-caption {
	float: left;
	margin: 0 0 9px;
}

.quickview-product span.available {
	display: none;
}

.quickview-product span.available.active {
	display: block;
}

.quickview-product .product-description {
	padding-bottom: 20px;
}

.quickview-product .product-actions {
	border: none;
	padding: 0;
	margin: 0;
}

.quickview-product .product-actions .btn-addToCart {
	clear: none;
	margin: 0;
}

.quickview-product .product-media {
	position: relative;
	min-width: 400px;
}

.quickview-product .product-media:before, .quickview-product .product-media:after {
	content: " ";
	display: table;
}

.quickview-product .product-media:after {
	clear: both;
}

.quickview-product .more-views {
	width: 80px;
	margin: 0;
	height: calc(100% - 60px);
	min-height: 361px;
	position: absolute;
	top: 30px;
	left: 0;
	overflow: hidden;
}

.quickview-product .more-views a {
	display: block;
	overflow: hidden;
	height: 100%;
}

.quickview-product .more-views img {
	display: block;
	position: relative;
	top: 50%;
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.quickview-product .featured-image {
	float: right;
	width: calc(100% - 100px );
	margin: 0;
}

.quickview-product form {
	margin: 0;
}

.quickview-product .product-actions .product-single-quantity {
	margin-bottom: 0;
}

.quickview-product .product-single .product-description {
	margin: 0 0 25px;
}

.quickview-product .product-options {
	margin: 0 0 25px;
	padding: 0 0 25px;
}

.quickview-product .details {
	margin: 0 0 8px;
}


/*Swatch*/
/* 
Swatches Styles
*/



.swatch { 
	margin:1em 0; 
}
/* Label */
.swatch .header {
	margin: 0.1em 0;
	text-align: left;
	float: left;
	min-width: 100px;
	font-weight: 700;
}
/* Hide radio buttons.*/
.swatch input { 
	display:none;
}
.swatch-color.swatch.clearfix {
	margin-bottom: 0;
	padding-top: 20px;
	border-top: 1px solid #ebebeb;
}
.swatch label {
	/* Rounded corners */

	/* To give width and height */
	float:left;
	/* Color swatches contain no text so they need to have a width. */
	min-width:26px !important; 
	height:26px !important;
	/* No extra spacing between them */
	margin:0;
	/* The border when the button is not selected */
	border:#e4e4e4 2px solid;
	/* Background color */
	background-color:#fff;
	/* Styling text */
	font-size:13px;
	text-align:center;
	line-height:26px;
	white-space:nowrap;
	text-transform:uppercase;
	padding: 0;
}
.swatch-element label { padding:0 5px; }
.color.swatch-element label { padding:0; }
/* Styling selected swatch */
/* Slightly raised */
.swatch input:checked + label {
	background: #ff9248;
	border-color:#ff9248;
	color: #fff;
} 
.swatch .color input + label{
	border:0 none!important;
}
.swatch .color input:checked + label{
	position: relative;
}
.swatch .color input:checked + label:after{

	content:"\f00c";
	font-family: FontAwesome;
}
.swatch .swatch-element {
	float:left;
	-webkit-transform:translateZ(0); /* webkit flicker fix */
	-webkit-font-smoothing:antialiased; /* webkit text rendering fix */
	/* Spacing between buttons */
	margin:0px 10px 10px 0;
	/* To position the sold out graphic and tooltip */
	position:relative;
}
/* Image with the cross in it */
.crossed-out { position:absolute; width:100%; height:100%; left:0; top:0; }
.swatch .swatch-element .crossed-out { display:none; }
.swatch .swatch-element.soldout .crossed-out { display:block; }
.swatch .swatch-element.soldout label {
	filter: alpha(opacity=60); /* internet explorer */
	-khtml-opacity: 0.6;      /* khtml, old safari */
	-moz-opacity: 0.6;       /* mozilla, netscape */
	opacity: 0.6;           /* fx, safari, opera */
}
/* Tooltips */
.swatch .tooltip {
	text-align:center;
	background:gray;
	color:#fff;
	bottom:100%;
	padding: 10px;
	display:block;
	position:absolute;
	width:100px;
	left:-35px;
	margin-bottom:15px;
	/* Make it invisible by default */
	filter:alpha(opacity=0);
	-khtml-opacity: 0;
	-moz-opacity: 0;
	opacity:0;
	visibility:hidden;
	/* Animations */
	-webkit-transform: translateY(10px);
	-moz-transform: translateY(10px);
	-ms-transform: translateY(10px);
	-o-transform: translateY(10px);
	transform: translateY(10px);
	-webkit-transition: all .25s ease-out;
	-moz-transition: all .25s ease-out;
	-ms-transition: all .25s ease-out;
	-o-transition: all .25s ease-out;
	transition: all .25s ease-out;
	-webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
	-moz-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
	-ms-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
	-o-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
	box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
	z-index: 10000;
	-moz-box-sizing:border-box; 
	-webkit-box-sizing:border-box; 
	box-sizing:border-box;
}
.swatch .tooltip:before {
	bottom:-20px;
	content:" ";
	display:block;
	height:20px;
	left:0;
	position:absolute;
	width:100%;
}
/* CSS triangle */
.swatch .tooltip:after {
	border-left:solid transparent 10px;
	border-right:solid transparent 10px;
	border-top:solid gray 10px;
	bottom:-10px;
	content:" ";
	height:0;
	left:50%;
	margin-left:-13px;
	position:absolute;
	width:0;
}
.swatch .swatch-element:hover .tooltip {
	filter:alpha(opacity=100);
	-khtml-opacity:1;
	-moz-opacity:1;
	opacity:1;
	visibility:visible;
	-webkit-transform:translateY(0px);
	-moz-transform:translateY(0px);
	-ms-transform:translateY(0px);
	-o-transform:translateY(0px);
	transform:translateY(0px);
}
.swatch.error {
	background-color:#E8D2D2!important;
	color:#333!important;
	padding:1em;
	border-radius:5px;
}
.swatch.error p {
	margin:0.7em 0;
}
.swatch.error p:first-child {
	margin-top:0;
}
.swatch.error p:last-child {
	margin-bottom:0;
}
.swatch.error code {
	font-family:monospace;
}


.e-tabs .tab-wrap .tabs-title {
	display: inline-block;
	position: relative;
	z-index: 9;
	margin: 0 0 26px;
}

.e-tabs  .tab-wrap .tabs-title:before, .e-tabs  .tab-wrap .tabs-title:after {
	content: " ";
	display: table;
}

.e-tabs  .tab-wrap .tabs-title:after {
	clear: both;
}

.e-tabs  .tab-wrap .tabs-title li {
	font-size: 2.2rem;
	font-weight: 700;
	text-transform: uppercase;
	position: relative;
	line-height: 40px;
	float: left;
}

.e-tabs  .tab-wrap .tabs-title li:before {
	content: "|";
	color: #c9c9c9;
	padding: 0 16px;
	color: #1c1c1c;
}

.e-tabs  .tab-wrap .tabs-title li:first-child:before {
	display: none;
}

.e-tabs  .tab-wrap .tabs-title li.current {
	color: #212121;
}

.e-tabs  .tab-wrap .tab-content {
	position: relative;
}

.e-tabs  ul.tabs li {
	background: none;
	display: inline-block;
	cursor: pointer;
	font-size: 14px;
	text-transform: uppercase;
	padding: 0 20px;

}

.e-tabs ul.tabs li.current {
	color: #000;
	border-bottom: 2px solid #ff9248;
	position: relative;
}

.e-tabs  li.tab-link.current:after {
	content: "";
	position: absolute;
	border-right: 5px solid transparent;
	border-left: 5px solid transparent;
	border-bottom: 5px solid #ff9248;
	bottom: 0;
	left: calc(50% - 2px);
}

.e-tabs  .tab-content {
	opacity: 0;
	visibility: hidden;
	height: 0;
	overflow: hidden;
}

.e-tabs  .tab-content.current {
	opacity: 1;
	visibility: visible;
	height: auto;
	-webkit-transition: all 200ms ease-in-out;
	-moz-transition: all 200ms ease-in-out;
	-ms-transition: all 200ms ease-in-out;
	-o-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out;
}


/*fix jira*/
.my-account .recent-orders .first  .last{
	min-width: 80px;
}

.product-name {
	word-break: break-word;
}
.error{
	color: red!important;
}

.rte{
	text-align: justify
}
#gallery_01 {
	margin-bottom: 15px;
}
#gallery_01 img{
	height: 60px;
	object-fit: scale-down;
}