/*Container @ desktop size is 1170 so divided by 2 = 585 - 15px (padding)*/

@import url('https://fonts.googleapis.com/css2?family=Concert+One&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');

.font_concert_one{
	font-family: 'Concert One', cursive;
}

.font_lato{
	font-family: 'Lato', sans-serif;
}

body {
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	color: #666;
	font-size: 16px !important;
	line-height: 20px;
	width: 100%;
}

h1, h2, h3, h4, h5, h6 {
	color: #444;
}
/* default font size */
.fa {
	font-size: 14px;
}
/* Override the bootstrap defaults */
h1 {
	font-size: 33px;
}
h2 {
	font-size: 27px;
}
h3 {
	font-size: 21px;
}
h4 {
	font-size: 15px;
}
h5 {
	font-size: 12px;
}
h6 {
	font-size: 10.2px;
}

legend {
	font-size: 18px;
	padding: 7px 0px;
}
@media (max-width: 767px) {
	legend {
		font-size: 16px;
	}
}
label {
	font-size: 1em;
	font-weight: normal;
}
select.form-control, textarea.form-control, input[type="text"].form-control, input[type="password"].form-control, input[type="datetime"].form-control, input[type="datetime-local"].form-control, input[type="date"].form-control, input[type="month"].form-control, input[type="time"].form-control, input[type="week"].form-control, input[type="number"].form-control, input[type="email"].form-control, input[type="url"].form-control, input[type="search"].form-control, input[type="tel"].form-control, input[type="color"].form-control {
	font-size: 1em;
}
.input-group input, .input-group select, .input-group .dropdown-menu, .input-group .popover {
	font-size: 1em;
}
.input-group .input-group-addon {
	font-size: 1em;
}
/* Fix some bootstrap issues */
span.hidden-xs, span.hidden-sm, span.hidden-md, span.hidden-lg {
	display: inline;
}

.nav-tabs {
	margin-bottom: 15px;
}
div.required .control-label:before {
	content: '* ';
	color: #F00;
	font-weight: bold;
}

/* content */
#content {
	min-height: 600px;
}
/* footer */
footer {
	margin-top: 30px;
	padding: 30px 0px 20px;
	/* background-color: #303030; */
	/* border-top: 1px solid #ddd; */
	color: #e2e2e2;
	
}
footer hr {
	border-top: none;
	border-bottom: 1px solid transparent;
}
footer a {
	color: #ccc;
}
footer a:hover {
	color: #fff;
}
footer h5 {
	font-size: 16px;
	/* font-weight: bold; */
	color: #fff;
	font-family: 'Concert One', cursive;
	text-transform: uppercase;
	padding-bottom: 10px;
}
/* alert */
.alert {
	padding: 8px 14px 8px 14px;
}
/* breadcrumb */
.breadcrumb {
	margin: 20px 0 20px 0;
	padding: 8px 0;
	border: 1px solid #ddd;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.breadcrumb i {
	font-size: 15px;
}
.breadcrumb > li {
	text-shadow: 0 1px 0 #FFF;
	padding: 0 20px;
	position: relative;
	white-space: nowrap;
}
@media (max-width: 767px) {
	.breadcrumb > li {
		padding: 0 10px;
	}
}
.breadcrumb > li + li:before {
	content: '';
	padding: 0;
}
.breadcrumb > li:after {
	content: '//' !important;
	display: block;
	position: absolute;
	top: -3px;
	right: -5px;
	width: 26px;
	height: 26px;
	border-right: 1px solid #DDD;
	border-bottom: 1px solid #DDD;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
	font-weight: bold;
}
.pagination {
	margin: 0;
}
/* buttons */
.buttons {
	margin: 1em 0;
}

/* list group */
.list-group a {
	border: 1px solid #DDDDDD;
	color: #888888;
	padding: 8px 12px;
}
.list-group a.active, .list-group a.active:hover, .list-group a:hover {
	color: #444444;
	background: #eeeeee;
	border: 1px solid #DDDDDD;
	text-shadow: 0 1px 0 #FFF;
}
/* carousel */
.carousel-caption {
	color: #FFFFFF;
	text-shadow: 0 1px 0 #000000;
}
.carousel-control .icon-prev:before {
	content: '\f053';
	font-family: FontAwesome;
}
.carousel-control .icon-next:before {
	content: '\f054';
	font-family: FontAwesome;
}
/* product list */
.product-thumb {
	border: 1px solid #ddd;
	margin-bottom: 20px;

}
.product-thumb .image {
	text-align: center;
}
.product-thumb .image a {
	display: block;
}
.product-thumb .image a:hover {
	opacity: 0.8;
}
.product-thumb .image img {
	margin-left: auto;
	margin-right: auto;
}
.product-grid .product-thumb .image {
	float: none;
}
@media (min-width: 767px) {
	.product-list .product-thumb .image {
		float: left;
		padding: 0 15px;
	}
}
.product-thumb h4 {
	font-weight: bold;
	padding-top: 10px;
}
.product-thumb .caption {
	padding: 0 20px;
}

@media (max-width: 767px) {
	.product-list .product-thumb .caption {
		min-height: 0;
		margin-left: 0;
		padding: 0 10px;
	}
	.product-grid .product-thumb .caption {
		min-height: 0;
	}
}
.product-thumb .rating {
	padding-bottom: 10px;
}
.rating .fa-stack {
	font-size: 8px;
}
.rating .fa-star-o {
	color: #999;
	font-size: 15px;
}
.rating .fa-star {
	color: #FC0;
	font-size: 15px;
}
.rating .fa-star + .fa-star-o {
	color: #E69500;
}
h2.price {
	margin: 0;
}
.product-thumb .price {
	color: #444;
}
.product-thumb .price-new {
	font-weight: 600;
}
.product-thumb .price-old {
	color: #999;
	text-decoration: line-through;
	margin-left: 10px;
}
.product-thumb .price-tax {
	color: #999;
	font-size: 12px;
	display: block;
}
.product-thumb .button-group {
	border-top: 1px solid #ddd;
	background-color: #eee;
	overflow: auto;
}
.product-list .product-thumb .button-group {
	border-left: 1px solid #ddd;
}
@media (max-width: 768px) {
	.product-list .product-thumb .button-group {
		border-left: none;
	}
}

.product-thumb .button-group{
	display: flex;
}

.product-thumb .button-group button {
	width: 100%;
	border: none;
	display: inline-block;
	float: left;
	background-color: #eee;
	color: #888;
	line-height: 38px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
}
.product-thumb .button-group button + button {
	border-left: 1px solid #ddd;
}
.product-thumb .button-group button:hover {
	color: #444;
	background-color: #ddd;
	text-decoration: none;
	cursor: pointer;
}
@media (max-width: 1200px) {
	.product-thumb .button-group button, .product-thumb .button-group button + button {
		width: 33.33%;
	}
}
@media (max-width: 767px) {
	.product-thumb .button-group button, .product-thumb .button-group button + button {
		width: 33.33%;
	}
}
.thumbnails {
	overflow: auto;
	clear: both;
	list-style: none;
	padding: 0;
	margin: 0;
}

.thumbnails > img {
	width: 100%;
}
@media (min-width: 1200px) {
	#content .col-lg-2:nth-child(6n+1),
	#content .col-lg-2:nth-child(6n+1),
	#content .col-lg-3:nth-child(4n+1),
	#content .col-lg-4:nth-child(3n+1),
	#content .col-lg-6:nth-child(2n+1) {
		clear:left;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	#content .col-md-2:nth-child(6n+1),
	#content .col-md-2:nth-child(6n+1),
	#content .col-md-3:nth-child(4n+1),
	#content .col-md-4:nth-child(3n+1),
	#content .col-md-6:nth-child(2n+1) {
		clear:left;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	#content .col-sm-2:nth-child(6n+1),
	#content .col-sm-2:nth-child(6n+1),
	#content .col-sm-3:nth-child(4n+1),
	#content .col-sm-4:nth-child(3n+1),
	#content .col-sm-6:nth-child(2n+1) {
		clear:left;
	}
}

/* fixed colum left + content + right*/
@media (min-width: 768px) {
    #column-left  .product-layout .col-md-3 {
		width: 100%;
	}
	
	#column-left + #content .product-layout .col-md-3 {
		width: 50%;
	}
	
	#column-left + #content + #column-right .product-layout .col-md-3 {
		width: 100%;
	}
	
    #content + #column-right .product-layout .col-md-3 {
		width: 100%;
	}
}

/* fixed product layouts used in left and right columns */
#column-left .product-layout, #column-right .product-layout {
	width: 100%;
}

/* fixed mobile cart quantity input */
.input-group .form-control[name^=quantity] {
	min-width: 50px;
}

/* Missing focus and border color to overwrite bootstrap */
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
    background-image: none;
    background-color: #df5c39;
}

.owl-nav > *{
	position: absolute;
	top: 0px;
	/*display: flex;
	justify-content: center;*/
	
	width: 24px;
	height: 100%;
}

.owl-nav > * > i{
	align-self: center;
	font-size: 18px;
}

.owl-nav > *:nth-child(1){
	left: 0px;
}
.owl-nav > *:nth-child(2){
	right: 0px;
}

.owl-dots{
	text-align: center;
	width: 100%;
	position: absolute;
	bottom: 14px;
	left: 0px;
}

.owl-dots > *{
	display: inline-block;
	margin:  4px;
	vertical-align: top;
	background: #e1e1e1;
	border-radius: 50%;
	width: 10px;
	height: 10px;
}

.owl-dots > *:hover, 
.owl-dots > *.active:hover,
.owl-dots > *.active{ 
	background: #999;
}

html .live-search .result-text{ 
	line-height: 34px; 
}

html .live-search ul{
	margin-bottom: 34px;
}

.gmap > div{
	height: 100% !important;
}

#ToTopHover {
	position: fixed;bottom: 20px;right: 20px;
	cursor: pointer;
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADMAAABmCAYAAABm4qluAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6OThENzgzMjVCNzRCMTFFM0EzRDU5MjlENjBGMTBDRUEiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6OThENzgzMjZCNzRCMTFFM0EzRDU5MjlENjBGMTBDRUEiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo5OEQ3ODMyM0I3NEIxMUUzQTNENTkyOUQ2MEYxMENFQSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo5OEQ3ODMyNEI3NEIxMUUzQTNENTkyOUQ2MEYxMENFQSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pl4ggucAAAtuSURBVHjazFwLcBbV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) no-repeat left -51px;width: 51px;height: 51px;display: block;overflow: hidden;float: left;opacity: 0;-moz-opacity: 0;filter: alpha(opacity=0);}
	#ToTop {display: none;text-decoration: none;position: fixed;bottom: 20px;right: 20px;overflow: hidden;width: 51px;height: 51px;border: none;text-indent: -999px;background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADMAAABmCAYAAABm4qluAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6OThENzgzMjVCNzRCMTFFM0EzRDU5MjlENjBGMTBDRUEiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6OThENzgzMjZCNzRCMTFFM0EzRDU5MjlENjBGMTBDRUEiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo5OEQ3ODMyM0I3NEIxMUUzQTNENTkyOUQ2MEYxMENFQSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo5OEQ3ODMyNEI3NEIxMUUzQTNENTkyOUQ2MEYxMENFQSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pl4ggucAAAtuSURBVHjazFwLcBbV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) no-repeat left top;
}

@media (min-width: 1200px){
	.pull-lg-right{
		float: right;
	}
	.pull-lg-right{
		float: right;
	}
}

@media (min-width: 992px){
	.pull-md-right{
		float: right;
	}
	.pull-md-right{
		float: right;
	}
}

@media (min-width: 768px){
	.pull-sm-right{
		float: right;
	}
	.pull-xs-right{
		float: right;
	}
}

#product-filter-replace{
	position: relative;
}

#product-filter-replace #product-filter-loading-overlay{
	display: none;
	background: rgba(255, 255, 255, 0.8);
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 3;
}


@media (max-width: 767px){
	.text-danger {
	    width: 300px;
	}
}

.pd-3 {
	padding:3px;
  }
  .pd-5 {
	padding: 5px;
  }

  .pd-7 {
	padding: 7px;
  }

  .pd-10 {
	padding: 10px;
  }

  .pd-15 {
	padding: 15px;
  }

  .pd-20 {
	padding: 20px;
  }
  
  .pd-t3 {
	padding-top: 3px;
  }
  .pd-t5 {
	padding-top: 5px;
  }
  .pd-b5 {
	padding-bottom: 5px;
  }
  .pd-r5 {
	padding-right: 5px;
  }
  .pd-l5 {
	padding-left: 5px;
  }
  .pd-t10 {
	padding-top: 10px;
  }

  .pd-l10 {
	padding-left: 10px;
  }

  .pd-r10 {
	padding-right: 10px;
  }

  .pd-b10 {
	padding-bottom: 10px;
  }

  .pd-t15 {
	padding-top: 15px;
  }
  
  .pd-b15 {
	padding-bottom: 15px;
  }
  
  .pd-l15 {
	padding-left: 15px;
  }
  
  .pd-r15 {
	padding-right: 15px;
  }
  
  .pd-30 {
	padding: 30px;
  }
  
  @media (max-width: 1300px) {
	.pd-30 {
	  padding: 20px;
	}
  }
  
  .pd-t30, .pagination {
	padding-top: 30px;
  }
  
  @media (max-width: 1300px) {
	.pd-t30, .pagination {
	  padding-top: 20px;
	}
  }
  
  .pd-b30 {
	padding-bottom: 30px;
  }
  
  @media (max-width: 1300px) {
	.pd-b30 {
	  padding-bottom: 20px;
	}
  }
  
  .pd-l30 {
	padding-left: 30px;
  }
  
  @media (max-width: 1300px) {
	.pd-l30 {
	  padding-left: 20px;
	}
  }
  
  .pd-r30 {
	padding-right: 30px;
  }
  
  @media (max-width: 1300px) {
	.pd-r30 {
	  padding-right: 20px;
	}
  }
  
  .pd-40 {
	padding: 40px;
  }
  
  @media (max-width: 1300px) {
	.pd-40 {
	  padding: 30px;
	}
  }
  
  .pd-t40 {
	padding-top: 40px;
  }
  
  @media (max-width: 1300px) {
	.pd-t40 {
	  padding-top: 30px;
	}
  }
  
  .pd-b40 {
	padding-bottom: 40px;
  }
  
  @media (max-width: 1300px) {
	.pd-b40 {
	  padding-bottom: 30px;
	}
  }

  .mg-t10 {
	  margin-top: 10px;
  }
  .mg-b10 {
	  margin-bottom: 10px;
  }

  .no-border {
		border: none !important;
	}  
	
	.z1 { 
		z-index: 1; 
	}

	.bootstrap-datetimepicker-widget .datepicker .day.disabled{
		opacity: 0.2;
	}

	.w100px {
		width: 100px;
	}

/* corner badge (currently use for gift card badge) */
.corner-badge {
	color: #fff;
}
.corner-badge::after {
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	top: 0;
	right: 0;
	/* border width to be changed  */
	border-width: 60px;
	border-style: solid;
	/* border color to be changed  */
	border-color: #000 #000 transparent transparent;
	z-index: 1;
}
  
@media (max-width: 1300px) {
	.corner-badge::after {
		border-width: 60px;
	}
}

@media (max-width: 767px) {
	.corner-badge::after {
		border-width: 40px;
	}
}

.corner-badge-price {
	padding-top: 30px;
	padding-right: 15px;
	/* color to be changed  */
	color: #fff;
	/* font size to be changed  */
	font-size: 20px;
}

@media (max-width: 1300px) {
	.corner-badge-price {
		padding-top: 15px;
		padding-right: 10px;
	}
}

@media (max-width: 767px) {
	.corner-badge-price {
		padding-top: 5px;
		padding-right: 5px;
	}
}

/* fix flex-group on firefox and other browser */
#coupon-content input, #voucher-content input {
    min-width: 0px;
}
/* fix flex-group on firefox and other browser */

/* quickcheckout loading UI related */
.quickcheckout-checkout .blockUI.blockMsg h1{
    margin: 15px 0;
}

@media screen and (max-width: 540px){
    .quickcheckout-checkout .blockUI.blockMsg{
        width: 80%!important;
        left: 50%!important;
        transform: translateX(-50%);
    }
    .quickcheckout-checkout .blockUI.blockMsg h1{
        margin: 5px 0;
        font-size: 24px;
    }
}
/* quickcheckout loading UI related */

/* refer bootstrap 4 */
.input-group-b4 {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%;
}
.input-group-append {
    margin-left: -1px;
}
.input-group-prepend {
    margin-right: -1px;
}
.input-group-append, .input-group-prepend {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.input-group-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 0;
    text-align: center;
	white-space: nowrap;
	padding: 6px 12px;
}
.input-group-b4 > .form-control {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0;
}
/* refer from bootstrap 4 */

/* recaptcha horizontal center */    
/* for mobile */
#google_recaptcha .g-recaptcha {
	transform: scale(0.8);
	transform-origin: left center;
}
#google_recaptcha .text-danger {
	text-align: left;
}
@media (max-width: 767px) {
	#google_recaptcha {
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
	}
	#google_recaptcha .g-recaptcha {
		transform-origin: center;
		/* width: 100%; */
	}
	#google_recaptcha .g-recaptcha > div {
		margin: auto;
	}
	#google_recaptcha .text-danger {
		text-align: center;
	}
}
/* recaptcha horizontal center */

/* remove x button of certain inputs in IE */
.form-control::-ms-clear {
    display: none;
}
/* remove x button of certain inputs in IE */

/* remove border for filters */
.list-group-item {
	border: none;
}
/* remove border for filters */

/* fix on checkout page when address too long on existing address dropdown, cause page overflow */
.quickcheckoutleft{
    overflow: hidden;
}
/* fix on checkout page when address too long on existing address dropdown, cause page overflow */

.iframe-wrap iframe {
	width: 100%;
}

.special-sticker {
	padding: 3px 8px;
    line-height: 1.4;
    z-index: 2;
    right: -1px;
}

/* mobile menu arrow rotate */
.cd-accordion-menu .has-children input+a+label i {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    transition: all .4s;
}
.cd-accordion-menu .has-children input:checked+a+label i {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}
/* mobile menu arrow rotate */

/* vertical slider fixes */
.vertical .product-image-additional-container {
	width: 20%;
}
.vertical .product-image-main-container {
	width: 80%;
}
.vertical .product-image-additional {
	padding-right: 5px;
}

.product-product .vertical .product-image-additional-container {
    padding: 0px;
}
.product-product .vertical .product-image-additional-container .slick-track {
  	display: block;
  	width: auto !important;
}
.product-product .vertical .product-image-additional-container .slick-no-slide {
	margin: 0;
}
.product-product .vertical .product-image-additional-container .slick-no-slide img {
	margin-bottom: 10px;
}
.product-product .vertical .product-image-additional-container .slick-nav.prev {
	top: auto;
	height: auto;
	top: -10px;
	left: 0 !important;
	right: 0 !important;
	margin: 0 auto;
}
.product-product .vertical .product-image-additional-container .slick-nav.next {
	top: auto;
	height: auto;
	bottom: -10px;
	left: 0 !important;
	right: 0 !important;
	margin: 0 auto;
}
/* vertical slider fixes */

/* product-option-image */
.product-product .vertical .product-image-additional-container img,
.product-image-main img {
	width: 100%;
}
/* product-option-image */

/* articles left menu */
#articles-filter-trigger-open {
  position: fixed;
  top: 50vh;
  left: -54px;
  transform: translateY(-50%) rotate(90deg);
  z-index: 10;
  width: 150px;
  padding: 10px;
  display: none;
}

@media (max-width: 991px) {
  #articles-filter-trigger-open {
    display: block;
  }
}

#articles-column-left .list-group-item {
  padding: 5px 15px;
  background-color: transparent;
}

#articles-column-left .list-group-item a {
  border: none;
}

#articles-column-left .list-group-item .list-group-item-wrap {
  background-color: #337ab7;
  border: none;
  color: #fff;
  padding: 10px 15px;
}

#articles-column-left .list-group-item .list-group-item-wrap:hover {
  background-color: #286090;
}

#articles-column-left .list-group {
  margin-top: 20px;
}

#articles-column-left .list-group .list-group-item-wrap > a {
  border: none;
  background-color: transparent;
  color: #fff;
}

#articles-column-left .year-wrap {
	display: flex;
	align-items: center;
}
#articles-column-left .year-wrap a {
	width: calc(100% - 30px);
}
#articles-column-left .year-wrap .toggle {
	width: 30px;
	text-align: center;
}
#articles-column-left .list-group-item .list-group {
	display: none;
}
#articles-column-left .list-group-item.active .list-group {
	display: block;
}
#articles-column-left .list-group-item .toggle .caret {
	color: #666;
}
#articles-column-left .list-group-item.active .toggle .caret {
	transform: rotate(180deg);
}

@media (max-width: 991px) {
  #articles-column-left {
    position: fixed;
    top: 0px;
    left: 0px;
    opacity: 0;
    z-index: 999;
    width: 100%;
    height: 100%;
    padding: 40px 15px 15px;
    overflow: auto;
    background: white;
    transition: all 0.3s;
    transform: translateX(-100%);
  }
  #articles-column-left.open {
    opacity: 1;
    transform: translateX(0%);
  }
  #articles-column-left #articles-filter-trigger-close {
    z-index: 2;
  }
  .news-ncategory #content {
    width: 100%;
  }
}
/* articles left menu */
.date.input-group .input-group-addon {
	border: 1px solid #ccc;
	padding: 9px 12px;
}
.text-login {
	margin-bottom: 15px;
}
/* flex related */
.flex-hcenter {
	justify-content: center;
}
.flex-vcenter {
	align-items: center;
}
.flex-h-end {
  justify-content: flex-end;
}
/* flex related */

/* product component option */
.product-gutter .product-inputs {
	padding: 5px;
	text-align: left;
}
.product-gutter .product-inputs>* {
	font-size: 12px;
}
.product-gutter .cart-buttons {
	margin: auto auto 0;
}
.product-gutter .product-option img{
	width: 50px;
}
@media (max-width: 767px) {
	.product-gutter .product-inputs {
		flex-wrap: wrap;
	}
	.product-gutter .product-inputs>* {
		width: 100%;
	}
	.product-gutter .product-inputs>*:last-child {
		margin-left: 0px;
	}
}
/* product component option */


/* social login at quickcheckout */
#login-box .social-login #column-left {
	float: none;
	width: 100%;
}
#login-box #d_social_login {
    justify-content: center;
}
#login-box .d_socail_login_header {
 	text-align: center; 
    width: 100%;
    display: table;
    table-layout: fixed;
}
#login-box .d_socail_login_header>* {
    display: table-cell;
    position: relative;
}
#login-box .d_socail_login_header>*:nth-child(1)::before, 
#login-box .d_socail_login_header>*:nth-child(3)::before {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background: #333;
    top: 50%;
    left: 0px;
    position: absolute;
}
#login-box .dsl-button .l-side {
    position: relative;
    border-right: 0px;
    width: 60px;
}
#login-box .dsl-button .l-side .dsl-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: calc(100% - 8px);
    width: calc(100% - 8px);
    background-size: contain;
}
#login-box .dsl-button .r-side {
    width: 100%;
    text-align: center;
}
/* social login at quickcheckout */

/* cart pop up edit */
.cart-dorpdown-item-charges.label-only,
.cart-edit-off .cart-dorpdown-item-charges.with-control  {
	display: none;
}
.cart-edit-off .cart-dorpdown-item-charges.label-only,
.cart-dorpdown-item-charges.with-control {
	display: block;
}
.cart-dorpdown-item-charges.with-control {
	width: 70%;
	max-width: 200px;
}
.cart-dorpdown-item-charges.with-control .input-group {
	margin-top: 10px;
	margin-bottom: 10px;
}

.sticker.sticker-image{
    padding: 0;
    background-color: transparent!important;
}
.image-zoom:hover .sticker.sticker-image img,
.image-zoom-hover:hover .sticker.sticker-image img,
.image-zoom:hover .special-sticker img,
.image-zoom-hover:hover .special-sticker img{
    transform: none!important;
}


.product-product .vertical .product-image-additional-container .sticker-image img, .product-image-main .sticker-image img{
    border: none;
}

/* announcement bar use */
.sliding-text {
    position: relative;
    white-space: nowrap;
    animation: floatText 20s infinite;
    -moz-animation: floatText 20s infinite;
    /*-webkit-animation: floatText 20s infinite;*/
    -webkit-animation: auto;
    -ms-animation: floatText 20s infinite;
    animation-timing-function: linear;
    -moz-animation-timing-function: linear;
    -webkit-animation-timing-function: linear;
    -ms-animation-timing-function: linear;
    text-align: right;
}

@media screen and (max-width: 540px){
    .mobile-sliding-text{
        position: relative;
        white-space: nowrap;
        animation: floatText 20s infinite;
        -moz-animation: floatText 20s infinite;
        /*-webkit-animation: floatText 20s infinite;*/
        -webkit-animation: auto;
        -ms-animation: floatText 20s infinite;
        animation-timing-function: linear;
        -moz-animation-timing-function: linear;
        -webkit-animation-timing-function: linear;
        -ms-animation-timing-function: linear;
        text-align: right;
    }
}

@keyframes floatText {
  from {
    right: -100%;
  }
  to {
    right: 100%;
  }
}
/* announcement bar use */

.filters-wrap .btn {
	height: 100%;
}

.colorwhite {
	color: #fff !important;
}

.mg-b30 {
	margin-bottom: 30px;
}

.pd-b80p {
	padding-bottom: 80%;
}

.cover-bg {
	background-size: cover;
}

.center-bg {
	background-position: center;
}

.position-all0 {
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

.b4-col {
	position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
	width: 100%;
}

.b4-col-100p {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
}

@media (min-width: 992px) {
	.b4-col-50p-md {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
}

.hover-overlay .to-overlay {
	background-color: rgba(51, 122, 183, 0.7);
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	opacity: 0;
	transition: all .4s;
}

.hover-overlay:hover .to-overlay {
	opacity: 1;
}

/* custon fontsize */
.fs14{font-size: calc(12px + (14 - 12) * (100vw - 375px) / (1900 - 375))}
.fs15{font-size: calc(12px + (15 - 12) * (100vw - 375px) / (1900 - 375))}
.fs16{font-size: calc(16px + (16 - 13) * (100vw - 375px) / (1900 - 375))}
.fs17{font-size: calc(13px + (17 - 13) * (100vw - 375px) / (1900 - 375))}
.fs18{font-size: calc(14px + (18 - 14) * (100vw - 375px) / (1900 - 375))}
.fs19{font-size: calc(14px + (19 - 14) * (100vw - 375px) / (1900 - 375))}
.fs20{font-size: calc(15px + (20 - 15) * (100vw - 375px) / (1900 - 375))}
.fs21{font-size: calc(15px + (21 - 15) * (100vw - 375px) / (1900 - 375))}
.fs22{font-size: calc(16px + (22 - 16) * (100vw - 375px) / (1900 - 375))}
.fs23{font-size: calc(16px + (23 - 16) * (100vw - 375px) / (1900 - 375))}
.fs24{font-size: calc(17px + (24 - 17) * (100vw - 375px) / (1900 - 375))}
.fs25{font-size: calc(17px + (25 - 17) * (100vw - 375px) / (1900 - 375))}
.fs26{font-size: calc(18px + (26 - 18) * (100vw - 375px) / (1900 - 375))}
.fs27{font-size: calc(18px + (27 - 18) * (100vw - 375px) / (1900 - 375))}
.fs28{font-size: calc(19px + (28 - 19) * (100vw - 375px) / (1900 - 375))}
.fs29{font-size: calc(19px + (29 - 19) * (100vw - 375px) / (1900 - 375))}
.fs30{font-size: calc(20px + (30 - 20) * (100vw - 375px) / (1900 - 375))}
.fs31{font-size: calc(20px + (31 - 20) * (100vw - 375px) / (1900 - 375))}
.fs32{font-size: calc(21px + (32 - 21) * (100vw - 375px) / (1900 - 375))}
.fs33{font-size: calc(21px + (33 - 21) * (100vw - 375px) / (1900 - 375))}
.fs34{font-size: calc(21px + (34 - 21) * (100vw - 375px) / (1900 - 375))}
.fs35{font-size: calc(22px + (35 - 22) * (100vw - 375px) / (1900 - 375))}
.fs36{font-size: calc(22px + (36 - 22) * (100vw - 375px) / (1900 - 375))}
.fs37{font-size: calc(22px + (37 - 22) * (100vw - 375px) / (1900 - 375))}
.fs38{font-size: calc(23px + (38 - 23) * (100vw - 375px) / (1900 - 375))}
.fs39{font-size: calc(23px + (39 - 23) * (100vw - 375px) / (1900 - 375))}
.fs40{font-size: calc(23px + (40 - 23) * (100vw - 375px) / (1900 - 375))}
.fs41{font-size: calc(24px + (41 - 24) * (100vw - 375px) / (1900 - 375))}
.fs42{font-size: calc(24px + (42 - 24) * (100vw - 375px) / (1900 - 375))}
.fs43{font-size: calc(24px + (43 - 24) * (100vw - 375px) / (1900 - 375))}
.fs44{font-size: calc(25px + (44 - 25) * (100vw - 375px) / (1900 - 375))}
.fs45{font-size: calc(25px + (45 - 25) * (100vw - 375px) / (1900 - 375))}
.fs46{font-size: calc(25px + (46 - 25) * (100vw - 375px) / (1900 - 375))}
.fs47{font-size: calc(26px + (47 - 26) * (100vw - 375px) / (1900 - 375))}
.fs48{font-size: calc(26px + (48 - 26) * (100vw - 375px) / (1900 - 375))}
.fs49{font-size: calc(26px + (49 - 26) * (100vw - 375px) / (1900 - 375))}
.fs50{font-size: calc(27px + (50 - 27) * (100vw - 375px) / (1900 - 375))}
.fs55{font-size: calc(25px + (55 - 25) * (100vw - 375px) / (1900 - 375))}
.fs56{font-size: calc(25px + (56 - 25) * (100vw - 375px) / (1900 - 375))}
.fs60{font-size: calc(32px + (60 - 32) * (100vw - 375px) / (1900 - 375))}
.fs63{font-size: calc(33px + (63 - 33) * (100vw - 375px) / (1900 - 375))}
.fs65{font-size: calc(34px + (65 - 34) * (100vw - 375px) / (1900 - 375))}
.fs72{font-size: calc(36px + (72 - 36) * (100vw - 375px) / (1900 - 375))}
.fs75{font-size: calc(37px + (75 - 37) * (100vw - 375px) / (1900 - 375))}
.fs83{font-size: calc(39px + (83 - 39) * (100vw - 375px) / (1900 - 375))}
/* custon fontsize */

/* custom css */
.fontsize200 { font-size: 200px; }
.fontsize160 { font-size: 160px; }
.fontsize120 { font-size: 120px; }
.fontsize100 { font-size: 100px; }
.fontsize80 { font-size: 80px; }
.fontsize60 { font-size: 60px; }
.fontsize50 { font-size: 50px; }
.fontsize48 { font-size: 48px; }
.fontsize40 { font-size: 40px; }
.fontsize36 { font-size: 36px; }
.fontsize35 { font-size: 35px; }
.fontsize30 { font-size: 30px; }
.fontsize25 { font-size: 25px; }
.fontsize24 { font-size: 24px; }
.fontsize22 { font-size: 22px; }
.fontsize20 { font-size: 20px; }
.fontsize18 { font-size: 18px; }
.fontsize16 { font-size: 16px; }
.fontsize15 { font-size: 15px; }
.fontsize14 { font-size: 14px; }
.fontsize13 { font-size: 13px; }
.fontsize12 { font-size: 12px; }
.fontsize11 { font-size: 11px; }
.fontsize10 { font-size: 10px; }

div{
	outline: none !important;
}

.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {
	outline: none !important;
}

html{
	scroll-behavior: smooth;
}

.relative{
	position: relative;
}

.flex{
	display: flex !important;
}
.inlineflex{
	display: inline-flex !important;
}
.flexwrap{
	flex-wrap: wrap;
}

.j_center{
	justify-content: center;
}

.j_end{
	justify-content: flex-end;
}

.w_10{
	width:10%
}

.w_20{
	width:20%
}

.w_23{
	width:23% !important;
}

.w_25{
	width:25%
}

.w_40{
	width:40%
}

.w_50{
	width:50%
}
.w_60{
	width:60%
}
.w_65{
	width:65% !important;
}
.w_68{
	width:68% !important;
}
.w_70{
	width:70% !important;
}
.w_73{
	width:73% !important;
}
.w_77{
	width:77% !important;
}
.w_80{
	width:80% !important;
}
.w_85{
	width:85% !important;
}
.w_90{
	width:90%
}

.w_100{
	width:100%
}

.h_100{
	height:100%
}

.ls1{
	letter-spacing: 1px;
}

.ls2{
	letter-spacing: 2px;
}

.lh1-3{
	line-height: 1.3;
}

.lh1-5{
	line-height: 1.5;
}

.lh1{
	line-height: 1;
}

.lh2{
	line-height: 2;
}

.br-3{
	border-radius: 3px !important;
}

.br-8{
	border-radius: 8px !important;
}

.br-10{
	border-radius: 10px !important;
}

.margin_auto{
	margin: auto;
}

.white_space_normal{
	white-space: normal;
}

.padding_unset{
	padding-left: unset !important;
	padding-right: unset !important;
}

.a_center{
	align-items: center;
}
.a_end{
	align-items: end;
}
.fontweightunbold{
	font-weight: normal;
}
.fontweightsemibold{
	font-weight: 500;
}
.fontweightbold{
	font-weight: 600;
}
.fontweightbolder{
	font-weight: 700;
}
.italic{
	font-style: italic;
}
.underline{
	text-decoration: underline;
}
.text_center{
	text-align:center;
}
.text_right{
	text-align:right;
}
.text_left{
	text-align:left !important;
}
.uppercase{
	text-transform: uppercase;
}
.lowercase{
	text-transform: lowercase;
}
.nonecase{
	text-transform: none !important;
}
.long_padding{
	padding: 10px 40px !important;
}
.standard_height{
	height: 42px !important;
}
.colorwhite{
	color:#FFFFFF;
}
.colorsemiwhite{
	color:#A5A5A5;
}
.colortheme{
	color:#ed1b24 !important;
}

.colortheme2{
	color:#00522a !important;
}

.colortheme3{
    color: #016835 !important;
}

.colorsemiblack{
	color: #666;
}
.colorblack{
	color: #000 !important;
}

/* .colorheader{
	background-color: #EFE6DE !important;
}*/

i.icon {
    display: inline-block;
    background-repeat: no-repeat;
    background-position: left top;
}

.user-icon {
    background-image: url(../../../../../image/catalog/general/user.png);
    background-size: 100%;
    width: 23px;
    height: 23px;
}

.cart-icon {
    background-image: url(../../../../../image/catalog/general/cart.png);
    background-size: 100%;
	width: 23px;
    height: 23px;
}

.search-icon {
    background-image: url(../../../../../image/catalog/general/search.png);
    background-size: 100%;
    width: 23px;
    height: 23px;
}

.header-container #enquiry>a .badge, .header-container #cart>a .badge{
	background: #00522a !important;
}

/* custom css */
@media (min-width: 991px) AND (max-width:1400px){
	/* .header-container {
		display: grid;
		display: -ms-grid;
		grid-template-columns: 25% 50% 25% !important;
		-ms-grid-columns: 25% 50% 25% !important;
		grid-template-rows: auto auto;
		-ms-grid-rows: auto auto;
	} */
}

@media (min-width: 1400px){
	.header-container {
		display: grid;
		display: -ms-grid;
		grid-template-columns: 20% 60% 20% !important;
		-ms-grid-columns: 20% 60% 20% !important;
		grid-template-rows: auto auto;
		-ms-grid-rows: auto auto;
	}
}
@media (min-width: 991px){
	.container {
		width: calc(100% - 150px);
	}

	.header-container .header-menu {
		grid-column: 2 / 3;
		grid-row: 1 / 3 !important;
		-ms-grid-column: 2;
		-ms-grid-row: 1 !important;
		-ms-grid-column-span: 1;
		-ms-grid-row-span: 2 !important;
		display: flex;
		flex-direction: row;
		justify-content: center !important;
		/* align-items: center; */
		color: #000;
		text-transform: uppercase;
	}

	.header-container .header-menu #main-menu {
		display: flex;
		flex-wrap: wrap;
		position: static !important;
	}

	.header-container .header-menu #main-menu>li>a {
		height: 100%;
	}

	.header-container .header-top {
		grid-column: 3 / 4 !important;
		grid-row: 1 / 3 !important;
		-ms-grid-column: 3 !important;
		-ms-grid-row: 1;
		-ms-grid-column-span: 1;
		-ms-grid-row-span: 2 !important;
		display: flex;
		align-items: center;
		justify-content: flex-end;
		padding: 0px;
		position: relative;
		z-index: 1;
	}
}

#main-menu span{
	font-weight: 600;
}

.btn-primary {
    color: #fff;
    background-color: #ed1b24;
	border-color: #ed1b24;
	border-radius: 7px !important;
	padding: 10px 20px;
	font-weight: 500;
	font-size: calc(12px + (15 - 12) * (100vw - 375px) / (1900 - 375));
}

.standard_padding{
	padding: 10px 30px;
}

.btn-primary:not(.btn-cart):not(.btn-enquiry):hover,.btn-primary:not(.btn-cart):not(.btn-enquiry):active,.btn-primary:not(.btn-cart):not(.btn-enquiry):focus, .btn-primary:not(.btn-cart):not(.btn-enquiry).active.focus, .btn-primary:not(.btn-cart):not(.btn-enquiry).active:focus, .btn-primary:not(.btn-cart):not(.btn-enquiry).active:hover, .btn-primary:not(.btn-cart):not(.btn-enquiry):active.focus, .btn-primary:not(.btn-cart):not(.btn-enquiry):active:focus, .btn-primary:not(.btn-cart):not(.btn-enquiry):active:hover, .open>.dropdown-toggle.btn-primary:not(.btn-cart):not(.btn-enquiry).focus, .open>.dropdown-toggle.btn-primary:not(.btn-cart):not(.btn-enquiry):focus, .open>.dropdown-toggle.btn-primary:not(.btn-cart):not(.btn-enquiry):hover{
	background-color: #FFF;
	border-color: #ed1b24;
	color: #ed1b24;
}

.btn-primary.btn-cart{
    background-color: #00522a !important;
	border-color: #00522a !important;
	color: #fff !important;
}

.btn-cart:hover{
	background-color: #ed1b24 !important;
	border-color: #ed1b24 !important;
	color: #fff !important;
}

.btn-primary.disabled, .btn-primary.disabled.active, .btn-primary.disabled.focus, .btn-primary.disabled:active, .btn-primary.disabled:focus, .btn-primary.disabled:hover, .btn-primary[disabled], .btn-primary[disabled].active, .btn-primary[disabled].focus, .btn-primary[disabled]:active, .btn-primary[disabled]:focus, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary, fieldset[disabled] .btn-primary.active, fieldset[disabled] .btn-primary.focus, fieldset[disabled] .btn-primary:active, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary:hover {
    background-color:  #ed1b24;
    border-color: #ed1b24;
}

.btn-order{
	color: #fff;
	background-color: #ed1b24;
	border: 2px solid transparent;
	border-color: #ed1b24;
	border-radius: 7px !important;
	padding: 10px 20px;
	font-weight: 500;
	font-size: calc(12px + (15 - 12) * (100vw - 375px) / (1900 - 375));
}

.btn-order:not(.btn-cart):not(.btn-enquiry):hover,.btn-order:not(.btn-cart):not(.btn-enquiry):active,.btn-order:not(.btn-cart):not(.btn-enquiry):focus, .btn-order:not(.btn-cart):not(.btn-enquiry).active.focus, .btn-order:not(.btn-cart):not(.btn-enquiry).active:focus, .btn-order:not(.btn-cart):not(.btn-enquiry).active:hover, .btn-order:not(.btn-cart):not(.btn-enquiry):active.focus, .btn-order:not(.btn-cart):not(.btn-enquiry):active:focus, .btn-order:not(.btn-cart):not(.btn-enquiry):active:hover, .open>.dropdown-toggle.btn-order:not(.btn-cart):not(.btn-enquiry).focus, .open>.dropdown-toggle.btn-order:not(.btn-cart):not(.btn-enquiry):focus, .open>.dropdown-toggle.btn-order:not(.btn-cart):not(.btn-enquiry):hover{
	background-color: #FFFFFF;
	border-color: #ed1b24;
	color: #ed1b24;
}

@media (min-width: 350px) AND (max-width: 767px){
	.btn-order{
		font-size: 12px;
		padding: 7px 15px;
	}
}

@media (max-width: 350px){
	.btn-order{
		font-size: 8px;
		padding: 7px 10px;
	}
}
@media (min-width: 1024px){
	.text-sm-center{
		text-align: center;
	}
	.flex_66{
		width: 63%;
		padding-left: 30px;
	}
	.flex_50{
		width: 50%;
	}
	.flex_50_special{
		width: 50%;
	}
	.flex_50_special2{
		width: 50%;
	}
	.flex_50_special3{
		width: 50%;
	}
	.flex_33{
		width: 36%;
	}
	.flex_33_special{
		width: 33.33%;
	}
	.flex_33_special2{
		width: 33.33%;
	}
	.flex_25{
		width: 25%;
	}
	.flex_25_special{
		width: 25%;
	}
	.flex_20{
		width: 20%;
	}

	.form_group_1_items{
		min-width: calc(100% - 15px) !important; 
	}

	.form_group_3_items{
		min-width: calc(33.33% - 15px) !important; 
	}

	.flex_45{
		width: 45%;
	}

	.flex_55{
		width: 55%;
	}

	.flex_10{
		width: 10%;
	}

	.flex_90{
		width: 90%;
	}

	.flex_20_special{
		width: 30%;
	}

	.flex_80_special{
		width: 70%;
	}

	.flex_10_special{
		width: 10%;
	}

	.flex_90_special{
		width: 90%;
	}

	.flex_40{
		width: 40%;
	}

	.flex_60{
		width: 60%;
	}
	.first_container{
		width: 100%;
		padding-bottom:40px;
	}
	.second_container{
		width: 50%;
		padding-right: 20px;
	}
	.third_container{
		width: 50%;
		padding-left: 20px;
	}
	.flex_20_special2{
		width: 20%;
		padding-top: 30px;
	}
	.flex_80_special2{
		width: 80%;
	}
	.flex_70{
		width: 70%;
	}
	.flex_30{
		width: 30%;
	}
	.common-home .container_inner{
		/* background-color: #cf384a; */
		border-radius: 10px;
		padding: 60px 40px;
	}
	.flex_25_special2{
		width: 25%;
	}
	.flex_75_special2{
		width: 75%;
	}
	.flex_10_header{
		width: 10%;
	}
	.flex_90_header{
		width: 90%;
	}

	.pd-r15-desktop{
		padding-right: 15px;
	}

	.pd-r30-desktop{
		padding-right: 30px;
	}

	.pd-l15-desktop{
		padding-left: 15px;
	}
	.small_margin{
		max-width: 55%;
		margin: auto;
	}
	.medium_margin{
		max-width: 70%;
		margin: auto;
	}
	/* .big_margin{
		max-width: 90%;
		margin: auto;
	} */
}

@media (min-width: 768px) AND (max-width: 1024px){
	.text-sm-center{
		text-align: center;
	}
	.flex_66{
		width: 100%;
	}
	.flex_50{
		width: 50%;
	}
	.flex_33_special{
		width: 33.33%;
	}
	.flex_33_special2{
		width: 33.33%;
	}
	.flex_50_special{
		width: 50%;
	}
	.flex_50_special2{
		width: 100%;
	}
	.flex_50_special3{
		width: 50%;
	}
	.flex_33{
		width: 100%;
	}
	.flex_25{
		width: 50%;
	}
	.flex_25_special{
		width: 50%;
	}
	.flex_20{
		width: 20%;
	}

	.flex_45{
		width: 45%;
	}

	.flex_55{
		width: 55%;
	}

	.flex_10{
		width: 10%;
	}

	.flex_90{
		width: 90%;
	}

	.flex_20_special{
		width: 30%;
	}

	.flex_80_special{
		width: 70%;
	}

	.flex_40{
		width: 100%;
	}

	.flex_60{
		width: 100%;
	}
	.first_container{
		width: 100%;
		padding-bottom:40px;
	}
	.second_container{
		width: 50%;
		padding-right: 20px;
	}
	.third_container{
		width: 50%;
		padding-left: 20px;
	}
	.flex_20_special2{
		width: 20%;
	}
	.flex_80_special2{
		width: 80%;
	}

	.flex_10_special{
		width: 20%;
	}

	.flex_90_special{
		width: 80%;
	}

	.flex_70{
		width: 60%;
	}
	.flex_30{
		width: 40%;
	}
	.common-home .container_inner{
		/* background-color: #cf384a; */
		border-radius: 10px;
		padding: 30px 20px;
	}
	.flex_10_header{
		width: 10%;
	}
	.flex_90_header{
		width: 90%;
	}
	.pd-r15-desktop{
		padding-right: 10px;
	}
	.pd-r30-desktop{
		padding-right: 20px;
	}
	
}

@media (max-width: 767px){
	.flex_66{
		width: 100%;
	}
	.flex_50{
		width: 100%;
	}
	.flex_50_special{
		width: 50%;
	}
	.flex_33_special{
		width: 50%;
	}
	.flex_33_special2{
		width: 100%;
	}
	.flex_50_special2{
		width: 100%;
	}
	.flex_50_special3{
		width: 50%;
	}
	.flex_33{
		width: 100%;
	}
	.flex_25{
		width: 50%;
	}
	.flex_25_special{
		width: 100%;
	}
	.flex_20{
		width: 50%;
	}
	.flex-direction-reverse-mobile{
		flex-direction: column-reverse;
	}

	.flex_45{
		width: 100%;
	}

	.flex_55{
		width: 100%;
	}

	.flex_10{
		width: 100%;
	}

	.flex_90{
		width: 100%;
	}
	.text_xs_center{
		text-align: center;
	}

	.fontsize30 {
		font-size: 20px;
	}

	.flex_20_special{
		width: 100%;
		text-align: center;
	}

	.flex_80_special{
		width: 100%;
	}

	.flex_20_special .w_80{
		width: 30% !important;
	}

	.flex_10_special{
		width: 20%;
	}

	.flex_90_special{
		width: 80%;
	}

	.flex_40{
		width: 100%;
	}

	.flex_60{
		width: 100%;
	}
	.first_container{
		width: 100%;
		padding-bottom:30px;
	}
	.second_container{
		width: 100%;
		padding-bottom:30px;
	}
	.third_container{
		width: 100%;
		padding-bottom:30px;
	}
	.flex_20_special2{
		width: 100%;
	}
	.flex_80_special2{
		width: 100%;
	}
	.flex_70{
		width: 100%;
	}
	.flex_30{
		width: 100%;
	}
	.common-home .container_inner{
		/* background-color: #cf384a; */
		border-radius: 10px;
		padding: 15px 10px;
	}
	.flex_10_header{
		width: 20%;
	}
	.flex_90_header{
		width: 80%;
	}
	.pd-t30-mobile{
		padding-top: 30px;
	}
	.text_center_mobile{
	    text-align:center;
	}
	.j_center_mobile{
	    justify-content:center !important;
	    align-items: center !important;
	}
}

body:not(.cke_editable) h2:not(.swal2-title):not([style]) {
    text-align: center;
    margin-bottom: 34px !important;
	/*font-family: 'Concert One', cursive;*/
	font-size: calc(23px + (40 - 23) * (100vw - 375px) / (1900 - 375)) !important;
	color: #000;
	letter-spacing: 1px;
}

body:not(.cke_editable) h2:not(.swal2-title):not([style])::after{
	display: none !important;
}

@media (min-width: 1200px){
	.homepage_about_us {
		background-position: top !important;
		background-size: cover !important;
		margin-top: -8%;
		z-index: 1 !important;
		padding-top: 10% !important;
		background-repeat: no-repeat !important;
		position: absolute;
	}
}

.box_info{
	line-height: 1.3;
	margin: auto auto auto;
}

.box_info_image{
	position: absolute;
	top: 50%;
	left: 10%;
	transform: translate(-50%, -50%);
}

.box_outer_outer{
	padding: 15px;
}

.box_info_outer{
	border: 2px dotted green;
	border-radius: 5px;
	width: 100%;
    padding: 20px;
    align-items: center;
	display: flex;
}

@media (min-width: 991px){
	.big_margin{
		max-width: 95%;
		margin: auto 0px auto auto;
	}

	.box_outer_outer{
		padding: 50px;
	}

	.box_info_outer{
		border: 2px dotted green;
		border-radius: 5px;
		width: 100%;
		padding: 10px 25px 10px 25%;
		align-items: center;
		display: flex;
	}
}

@media (max-width: 1200px){
	.homepage_about_us {
		background-image: none !important;
		background-color: #00522a !important;
	}
}

#homepage_our_collections .slick-slide img {
	max-width: 100%; 
	transition: transform 0.2s; 
	/* transition: all 300ms ease; */
}
   
#homepage_our_collections .slick-slide.slick-center img{
	transform: scale(1.5);
	opacity: 1;
}

@media (min-width: 991px){
	#homepage_our_collections .slick-nav.left{
		top: 60%;
		z-index: 1;
	}

	#homepage_our_collections .slick-nav.right{
		top: 45%;
    	right: 50px;
	}
}

@media (max-width: 991px){
	#homepage_our_collections .slick-nav.left{
		top: 50%;
		color: #FFF;
	}

	#homepage_our_collections .slick-nav.right{
		top: 50%;
		right: 0px;
		color: #FFF;
	}
}

.homepage_our_collections_container{
	padding: 40px;
}
@media (max-width: 1200px) AND (min-width: 768px){
	.homepage_our_collections_container{
		padding: 30px;
	}
}

@media (min-width: 1200px){
	.section-space.homepage_tutor_and_collection{
		padding-top: 100px !important;
		padding: 50px 0px 0px;
		overflow:initial !important;
		z-index: 5 !important;
	}
}
@media (min-width: 1200px){
		.background2{
			margin-top: -200px;
			padding-bottom: 5%;
			background-position: center center;
			background-size: 100% 100% !important;
			background-image: url(../../../../../image/catalog/home/beige-curve-min.png);
		}

		.background3{
			background-color: #fff8ce;
			background-position: center center;
			background-size: cover;
			padding-bottom: 150px !important;
	}
	.section-space.featured{
		padding-bottom: 100px ;
	}
}

.section-space.featured{
	background-color: #fff8ce ;
}

.product-block {
	border-radius: 8px !important;
	border:0px !important;
	padding-top: 5px;
}

.product-gutter .cart-buttons {
    margin: 15px !important;
   
}

.cart-buttons .btn-cart{
	width: 100%;
}

.product-gutter .fa-plus-circle{
	color: #FFF;
	padding-right: 10px;
	font-size: 16px;
}

.cart-buttons .btn-cart:hover .fa-plus-circle{
	color: #fff;
}

.product-details .price-new{
	color: #00522a;
	font-weight: 600;
	
	font-size: calc(14px + (18 - 14) * (100vw - 375px) / (1900 - 375))!important;
}

.product-details .price-old{
	font-weight: 600;
	font-size: calc(13px + (16 - 13) * (100vw - 375px) / (1900 - 375))  !important;
	text-decoration: line-through;
}
@media (min-width: 991px){
	.featured-module .slick-nav {
		width: 50px !important;
	}
}

.sticker{
	display: flex;
	padding: 3px 8px;
	line-height: 1 !important;
	z-index: 2;
	top: 15px !important;
	right: 5px !important;
    height: 45px;
    width: 45px;
	align-items: center;
	border-radius: 50%;
	justify-content: center;
	font-style: italic;
}

.special-sticker {
	display: flex;
    padding: 3px 8px;
    line-height: 1.4;
    z-index: 2;
	/*top: 5% !important;*/
	right: 5px !important;
    height: 45px;
    width: 45px;
	align-items: center;
	border-radius: 50%;
	justify-content: center;
	font-style: italic;
}

.product-block:hover {
    /* border: 2px solid #0F439B !important; */
    -webkit-box-shadow: 0px 0px 8px 0px rgba(204,204,204,1);
    -moz-box-shadow: 0px 0px 8px 0px rgba(204,204,204,1);
    box-shadow: 0px 0px 8px 0px rgba(204,204,204,1);
}

.featured .product-gutter{
	padding-top: 5px;
	padding-bottom: 5px;
	height: 100%;
}

#footer-area {
	background-color: #00522a;
}

@media (min-width: 1200px){
	#footer-area {
		background-image: url(../../../../../image/catalog/general/bgfooter.png);
		background-color: transparent;
		background-position: top center;
		background-repeat: no-repeat;
		background-size: 100% 100%;
		color: #ccc;
	}
	footer{
		padding: 100px 0px 5px;
	}
	.common-home #footer-area{
		background-color: #fff8ce;
	}
}

@media (max-width: 540px){
	#footer-area{
		text-align: center;
	}
}

@media (min-width: 991px){
	.footer-upper-contet>*:first-child {
		flex: 2 !important;
		-ms-flex-preferred-size: auto;
		padding-right: 15px;
	}
	.footer-upper-contet>*:last-child {
		flex: 2 !important;
		-ms-flex-preferred-size: auto;
	}
}

@media (max-width: 767px){
	.footer-upper-contet>*:last-child {
		flex: 1 !important;
		-ms-flex-preferred-size: auto !important;
	}
}

#footer-area .newsletter-section {
    padding: 0px !important;
	border-top: 0px !important;
	padding-bottom: 10px !important;
}

#footer-area .form-control {
    display: block;
    width: 100%;
    height: 100% !important;
    padding: 10px 20px !important;
    font-size: 14px;
    line-height: 1.42857143;
    color: #FFF !important;
    background-color: transparent;
    background-image: none;
    border: 1px solid #ccc;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    border-radius: 7px !important;
}
@media (min-width: 767px) AND (max-width: 1200px){
	.newsletter-section .input-wrap{
		flex-wrap: wrap;
	}
	.newsletter-section .input-wrap .w_100{
		padding-bottom: 10px;
	} 
}

#popup-modal .modal-content{
	padding-bottom: 100%;
	/* height: 822px; */
}

@media (min-width: 767px){
	#popup-modal .modal-content{
		/* padding-bottom: 72%; */
		/* height: 822px; */
	}
}

/* Centered text */
.centered {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.close_button{
	border-radius: 50%;
    border: 1px solid #00522a !important;
    height: 30px;
    width: 30px;
    background-color: #fff !important;
    opacity: 1 !important;
    position: absolute;
    right: -15px;
    top: -15px;
}

.about_img_container{
	border:1px solid #ccc;
	-webkit-box-shadow: 0px 0px 8px 0px rgba(204,204,204,1);
    -moz-box-shadow: 0px 0px 8px 0px rgba(204,204,204,1);
	box-shadow: 0px 0px 8px 0px rgba(204,204,204,1);
	padding: 10px;
	border-radius: 7px;
}

@media (min-width: 1535px){
	.section-space {
		/* padding: 50px 0px !important; */
	}
}

.information-contact .panel-body{
	padding: 0px !important;
}

.information-contact .panel {
	border:0px !important;
	box-shadow: 0px 0px 0px !important
}

.join_us_container ul {
	list-style: none;
	padding-inline-start: 18px !important;
}
  
.join_us_container ul li::before {
	content: "\2022";
	color: #00522a;
	font-weight: bold;
	display: inline-block; 
	width: 1.2em;
	margin-left: -1.2em;
	font-size: 16px;
}

#side-categories .group .item a {
    text-transform: uppercase;
    padding: 12px 15px !important;
    color: #000;
    font-weight: 600;
	background-color: #fafafa;
	/* font-size: calc(12px + (14 - 12) * (100vw - 375px) / (1900 - 375)); */
}

#side-categories .group .item a:hover, #side-categories .group .item.active a {
    background: #ed1b24 !important;
    color: #fff;
}

#side-categories .side-categories-level-1:first-child .group .item a{
	border-top-left-radius: 7px;
	border-top-right-radius: 7px;
}

#side-categories .side-categories-level-1:last-child .group .item a{
	border-bottom-left-radius: 7px;
	border-bottom-right-radius: 7px;
}

.labl {
    display : block;
    width: 400px;
}
.labl > input{ /* HIDE RADIO */
    visibility: hidden; /* Makes input not-clickable */
	position: absolute; /* Remove input from document flow */
	display: none;
}
.labl > input + div{ /* DIV STYLES */
    cursor:pointer;
    border:2px solid transparent;
}
.labl > input + div{ /* (RADIO CHECKED) DIV STYLES */
    /* background-color: transparent; */
	/* border: 1px solid #ccc; */
	padding: 12px 15px;
	color: #000;
	font-weight: 600;
	text-transform: uppercase;
	background-color: #fafafa;
	/* font-size: calc(12px + (14 - 12) * (100vw - 375px) / (1900 - 375)); */
	/* text-align: center; */
}
.labl > input:checked + div{ /* (RADIO CHECKED) DIV STYLES */
    background-color: #ed1b24;
	border: 1px solid #ed1b24;
	color: #FFF;
}

.labl > input:hover + div{ /* (RADIO CHECKED) DIV STYLES */
    background-color: #ed1b24;
	border: 1px solid #ed1b24;
	color: #FFF;
}

.list-group-item label:first-child .labl > input + div{
	border-top-left-radius: 7px;
	border-top-right-radius: 7px;
}

.list-group-item label:last-child .labl > input + div{
	border-bottom-left-radius: 7px;
	border-bottom-right-radius: 7px;
}

#side-price .price-container{
	margin-bottom: 0px !important;
}

#side-price .ui-slider-handle {
	background: #ed1b24 !important;
}

#side-price .ui-slider-range{
	background: #ed1b24 !important;
}

#filter_group_tigger_open{
	border-radius: 0px !important;
	padding: 6px 12px !important;
	text-transform: uppercase !important;
	font-size:14px !important;
	text-align:left;
}

.product-image-main-container .sticker{
	/*left: 10px !important;*/
}

@media (min-width: 991px){
	.product-image-column {
		padding: 0 6em 0 0;
	}
	.product-image-main-container .sticker{
		/*left: 20px !important;*/
	}
}
.product-image-main {
	border: 1px solid #ccc;
}

#product{
	/* max-width: 350px !important; */
}

.product-product .product-image-additional-container {
	/* padding: 0px !important; */
}

#product-tabs{
	border-bottom:0px !important;
}

#product-tabs>li.active>a, #product-tabs>li.active>a:focus, #product-tabs>li.active>a:hover {
	border:1px solid transparent !important;
	color: green !important;
}

#product-tabs>li a{
	color: #000 !important;
	font-weight: bold;
}

#product-tabs>li>a:hover {
	background-color: transparent !important;
	color: green !important;
	border:1px solid transparent !important
}

.product-product  .tab-content{
	border: 1px solid #ccc;
	padding: 15px;
	border-radius: 8px;
}

@media (min-width: 991px){
	.product-product  .tab-content{
		border: 1px solid #ccc;
		padding: 25px;
		border-radius: 8px;
	}
}

.slick-img{
	border:1px solid #ccc;
	border-radius: 50%;
	box-shadow: 0px 0px 8px 0px rgba(204,204,204,1);
}

#review .table-bordered {
	border: 0px !important;
    border-bottom: 1px solid #ddd !important;
}

#review .table-bordered>tbody>tr>td{
	border: 0px !important;
}

#review .table-striped>tbody>tr:nth-of-type(odd) {
    background-color: transparent;
}

#review .fa-stack {
	width:1em !important;
}

.coloryellow{
	color: #ffbf00;
}

.product-product .product-review .product-review-login a:hover {
	color: #f7a81e;
	transition: all 0.6s ease-in;
}
.product-product .product-review [type=radio] { 
	position: absolute;
	opacity: 0;
	width: 0;
	height: 0;
}
.product-product .product-review [type=radio] + span {
	cursor: pointer;
}
.product-product .product-review .fa-stack {
	color: #efd600;
	width: 10px;
}
.product-product .product-review .star .fa-star {
	color: #efd600;
	font-size: 18px;
}
.product-product .product-review .star .fa-star + .fa-star-o {
	color: #efd600;
	font-size: 18px;
}
.product-product .product-review .no-star .fa-star {
	color: #efd600;
	font-size: 18px;
}
.product-product .product-review .no-star .fa-star-o {
	color: #efd600;
	font-size: 18px;
}

.product-review #google_recaptcha {
	margin-left: 0px !important;
	margin-top: 15px !important;
}

.product-product .product-review span {
    margin-right: 10px;
}

.waiting_list_container {
    background-color: #fafafa;
    padding: 25px !important;
    border: 1px solid #ccc !important;
    border-radius: 8px;
    box-shadow: 0px 0px 8px 0px rgba(204,204,204,1);
}

.waiting_list_container .waiting_list_description {
    padding-bottom: 5px !important;
}

#main-menu .sub-arrow{
	display: none;
}

.flex_direction_row{
	flex-direction: row;
}

.flex_direction_row_reverse{
	flex-direction: row-reverse;
}

.customization_img_container{
	padding: 10px;
    border: 1px solid #ccc;
	border-radius: 7px;
	box-shadow: 0px 0px 8px 0px rgba(204,204,204,1);
}

.iframe_container{
	position:relative;
	padding-bottom: 50%;
}

.iframe_container iframe{
	width: 100%;
	height: 100%;
	position: absolute;
}

.resource_container{
	padding: 130px 15px;
	color: #FFF;
	text-align: center;
	font-family: 'Concert One', cursive;
	font-size: calc(20px + (30 - 20) * (100vw - 375px) / (1900 - 375));
	border-radius: 8px;
}

.resource_container:hover{
	opacity: 0.8;
}

.answer_container{
	background-color: #00522a;
}

.worksheet_container{
	background-color: #168e38;
}

.teaching_container{
	background-color: #6db420;
}

.answer_booklet .panel-default, .worksheets .panel-default, .teaching_guide .panel-default {
	border: 0px !important;
	box-shadow:0px 0px 0px !important;
	margin-bottom: 30px !important;
}

.answer_booklet .panel-default>.panel-heading, .worksheets .panel-default>.panel-heading, .teaching_guide .panel-default>.panel-heading  {
	background-color: transparent !important;
	border: 0px !important;
}

.answer_booklet .panel-title>a, .worksheets .panel-title>a, .teaching_guide .panel-title>a {
	padding: 0px !important;
	padding-bottom: 10px !important;
	border-bottom: 2px solid green !important;
}

.answer_booklet .panel-title a:after, .worksheets .panel-title a:after, .teaching_guide .panel-title a:after{
	content: '\f106';
    font-family: FontAwesome;
	float: right;
	padding-right: 15px;
	font-size: 30px;
}

.answer_booklet .panel-title .collapsed:after, .worksheets .panel-title .collapsed:after, .teaching_guide .panel-title .collapsed:after{
	content: '\f107';
    font-family: FontAwesome;
	float: right;
	padding-right: 15px;
	font-size: 30px;
}

.answer_booklet .collapse, .worksheets .collapse, .teaching_guide .collapse{
	display: block !important;
	height: 0px;
	overflow: hidden;
}

.answer_booklet .collapse.in, .worksheets .collapse.in, .teaching_guide .collapse.in{
	height: auto !important;
}

.answer_category_container .slick-nav.left, .worksheet_category_container .slick-nav.left, .teaching_guide_category_container .slick-nav.left{
	top: 50%;
}

.answer_category_container .slick-nav.right, .worksheet_category_container .slick-nav.right, .teaching_guide_category_container .slick-nav.right{
	top: 50%;
	right: 0px;
}

.answer_underline, .answer_underline:hover{
	text-decoration: underline !important;
}

.search_resource_textbox{
	height: 46px;
	border: 1px solid #000;
	border-top-left-radius: 8px !important;
	border-bottom-left-radius: 8px !important;
	border-right: 0px !important;
	color: #000;
}

.search_resource_button{
	border-top-right-radius: 8px !important;
	border-bottom-right-radius: 8px !important;
	border: 1px solid #000 !important;
	border-left: 0px !important;
}

/* .cd-accordion-menu ul {
	display: block !important;
} */

#popup-modal .modal-dialog{
	max-width: 600px !important;
}

@media (min-width: 1200px){
	.girl_img {
		position: absolute;
		bottom: 0;
		left: 0;
		z-index: 1;
		width: 22vw;
	}
	.paperplane_img{
		position: absolute;
		top: 25%;
		right: -6%;
		z-index: 1;
		width: 22vw;
	}
	.flower1_img{
		position: absolute;
		top: 50%;
		left: 0;
		z-index: 1;
	}
	.book_img{
		position: absolute;
		bottom: 0%;
		left: 25%;
		z-index: 1;
	}
	.zoom_img{
		position: absolute;
		top: 10%;
		right: -1%;
		z-index: 1;
	}
	.flower2_img{
		position: absolute;
		bottom: 10%;
		right: 0%;
		z-index: 1;
	}
	.girl_pencil_img{
		position: absolute;
		top: -10%;
		right: 0%;
		z-index: -1;
	}
	.brush_img{
		position: absolute;
		bottom: 20%;
		left: 0;
		z-index: 1;
	}
	.book1_img{
		position: absolute;
		top: 20%;
		left: 0;
		width: 13%;
		max-width: 140px;
		transform: translate(50%, -50%) !important;
	}
	.book2_img{
		position: absolute;
		top: 0%;
		right: 10%;
	}
	.about_us_plane_img{
		position: absolute;
		top: 20%;
		left: 4%;
		z-index: 1;
	}
	.shop_book_img{
		position: absolute;
		bottom: 0%;
		right: 5%;
		z-index: 1;
	}
	.shop_pin_img{
		position: absolute;
		top: 40%;
		left: 0%;
		z-index: 1;
	}
	.shop_book2_img{
		position: absolute;
		top: 50%;
		right: -5%;
		z-index: 1;
	}
	.shop_book3_img{
		position: absolute;
		top: 65%;
		left: -6%;
		z-index: 1;
	}
	.shop_zoom_img{
		position: absolute;
		top: 80%;
		right: 0%;
		z-index: 1;
	}

	.product-category, .product-product, .information-contact{
		overflow-x: hidden;
	}
}

@media (max-width: 1200px){
	.girl_img {
		display: none;
	}
	.paperplane_img{
		display: none;
	}
	.flower1_img{
		display: none;
	}
	.book_img{
		display: none;
	}
	.zoom_img{
		display: none;
	}
	.flower2_img{
		display: none;
	}
	.girl_pencil_img{
		display: none;
	}
	.brush_img{
		display: none;
	}
	.book1_img{
		display: none;
	}
	.book2_img{
		display: none;
	}
	.about_us_plane_img{
		display: none;
	}
	.shop_book_img{
		display: none;
	}
	.shop_pin_img{
		display: none;
	}
	.shop_book2_img{
		display: none;
	}
	.shop_book3_img{
		display: none;
	}
	.shop_zoom_img{
		display: none;
	}
}

.swing {
	animation: swing ease-in-out 5s infinite alternate;
	transform-origin: center -20px;
}

@keyframes swing {
	0% { transform: rotate(3deg); }
	100% { transform: rotate(-3deg); }
}

.product-category #side-categories .side-categories-level-1+.side-categories-level-1 {
    border-top: 0;
}
#side-categories .group .item.active+.sub {
    border-top: 0!important;
}
#side-categories .group .item .toggle {
    border-left: 0!important;
}
#side-categories .group:not(:last-child) {
    border-bottom: 0!important;
}
.product-category .side-categories-level-1{
    /* margin: 10px 0px; */
}
.product-category .level-1{
    /* border: 1px solid #A6A6A6; */
    background-color: #fafafa;
    /* border-radius: 10px; */
}
.product-category .toggle.level-1{
    border:0;
}
.product-category .level-1 a{
    color: #A6A6A6;
    /* text-transform: uppercase; */
    padding: 10px 20px !important;
    /* font-weight: bold; */
    font-size: 14px;
}
.product-category #side-categories .group .item a:hover, .product-category #side-categories .group .item.active a, .product-category #side-categories .group .item a.active{
    background: transparent!important;
	color: #ed1b24!important;
	/* text-transform: uppercase; */
	/*font-weight: bold;*/
}
.product-category #side-categories .level-1:hover a, .product-category #side-categories .level-1.active a{
	color: #fff!important;
	background-color: #ed1b24;
}
.product-category #side-categories .group .item.level-1 a:hover, 
.product-category #side-categories .group .item.level-1.active a{
    color: #fff!important;
    border-radius: 25px;
    background-image: linear-gradient(to right, #0198dc, #0079bf, #085ba1, #0e3f82, #0f2463);
}
.product-category #side-categories .level-1:hover .toggle, 
.product-category #side-categories .level-1.active .toggle{
    color: #fff!important;
    background: #ed1b24!important;
}
.product-category #side-categories .level-1:hover .caret,
.product-category #side-categories .level-1.active .caret {
    color: #fff;
}
.product-category #side-categories .level-1:hover, 
.product-category #side-categories .level-1.active{
    color: #fff!important;
	/* background-image: linear-gradient(to right, #0198dc, #0079bf, #085ba1, #0e3f82, #0f2463); */
	background-color: #ed1b24;
	border: 1px solid #ed1b24 !important;
}
.product-category #side-categories .level-1 .caret{
    color: #000000;
}
.product-category #side-categories .level-2 a{
    color: #000000;
    padding-left: 25px!important;
    font-size: 14px;
    /* text-transform:uppercase; */
}
.product-category #side-categories .level-3 a {
    color: #6b6b6b;
}
.product-category #side-categories .group .item.level-2:hover .toggle, .product-category #side-categories .group .item.level-2.active .toggle, .product-category #side-categories .group .item.level-3.active .toggle{
    color: #ed1b24;
}
.product-category #side-categories .group .item .toggle.level-2:hover, .product-category #side-categories .group .item .toggle.level-2.active, .product-category #side-categories .group .item .toggle.level-3:hover, .product-category #side-categories .group .item .toggle.level-3.active{ 
    background: transparent!important;
    color: #ed1b24;
}
.product-category #side-categories .sub.level-3, .product-category #side-categories .sub.level-4{
    padding-left:15px;
}
.product-category #side-categories .group .item.level-3:hover .toggle, .product-category #side-categories .group .item.level-3.active .toggle, .product-category #side-categories .group .item.level-4:hover .toggle, .product-category #side-categories .group .item.level-4.active .toggle{
    color: #000;
}
.product-category #side-categories .group .item .toggle.level-3:hover, .product-category #side-categories .group .item .toggle.level-3.active, .product-category #side-categories .group .item .toggle.level-4:hover, .product-category #side-categories .group .item .toggle.level-4.active {
    background: transparent!important;
    color: #009fe3;
}
.product-category #side-categories .sub.level-4{
    padding-left:15px;
}

/* mega menu */
.header-container .btn.btn-link.dropdown-toggle{
	border:1px solid #fff;
	padding:0 10px!important;
	min-width:100px!important;
	color:#fff;
	min-height: 35px!important;
	height: 35px!important;
	top: 10px;
}
.header-container .dropdown-menu {
	top: 125%;
	text-align:center;
	min-width: 99px;
	border:1px solid #fff;
}
.header-container .dropdown-menu.online-shop-menu{
	top: 100%;
	text-align: center;
	min-width: 99px;
	border: 1px solid #fff;
	border-bottom-left-radius: 15px !important;
	border-bottom-right-radius: 15px !important;
}
.overlay-all{
	position: absolute;
	top: 180px;
	left: 0;
	bottom: 0;
	right: 0;
	background-color: white;
	z-index: 999;
	opacity: 0.5; 
	display:none;
}
.dropdown-menu.online-shop-menu{
	height: calc(100vh - 132px);
	overflow-y: auto;
}
.online-shop-menu {
	position: absolute;
	top: 82%;
	left: 5%;
	z-index: 1000;
	display: block;
	float: left;
	min-width: 160px;
	/*padding: 15px;*/
	margin: 0px 0 0 !important;
	font-size: 14px;
	text-align: left;
	list-style: none;
	background-color: #fff;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	border: 1px solid #ccc;
	border: 1px solid rgba(0,0,0,.15);
	border-radius: 0px !important;
	/* -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
	box-shadow: 0 6px 12px rgba(0,0,0,.175); */
	-webkit-box-shadow: 0 0 0 !important;
	box-shadow: 0 0 0 !important;
	/*border-top: 4px solid #2f3193;*/
	/* width: 100%; */
	display: none!important;
	/* font-family:Lato; */
	padding: 0 !important;
	border: 0!important;
}
.online-shop-menu .menu_left{
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
	width: 100%;
	background-color: #FFF;
	text-align: left;
	padding: 10px;
	padding-left: calc((100% - calc(100% - 50px)) / 2);
	padding-right:  calc((100% - calc(100% - 50px)) / 2);
	padding-top:  30px;
	padding-bottom:  30px;
	/* overflow-y: auto; */
	/* height: 300px; */
	height: auto;
}
.online-shop-menu .menu_left h3{
	color:#a5a5a5;
	font-weight:bold;
	margin-bottom:22px;
	font-size:14px;
}
.child_box h3{
	font-size:16px;
}
.online-shop-menu .menu_left .custom-category-box a {
	color: #444444!important;
	font-weight: bold!important;
	margin-bottom: 22px;
	font-size: 14px;
	padding:0!important;
}
.online-shop-menu .menu_left h3.active{
	color:#8f318a;
}
.online-shop-menu .menu_left h3:before {
	font-family: 'Glyphicons Halflings';
	content: "\e080";
	float: right;
	text-align: right;
	transition: all 0.5s;
}
.online-shop-menu .menu_left h3:hover{
	color:#8f318a;
}
.online-shop-menu .menu_right{
	-webkit-box-flex: 0;
	-ms-flex: 0 0 0%;
	flex: 0 0 0%;
	max-width: 0%;
	width: 0%;
	display: inline-block;
	background-color: #056839;
	text-align: left;
	padding: 30px 0px;
	overflow-y: auto;
	/* padding-right: calc((100% - 1170px) / 2); */
	padding-right: 3%;
	height: auto;
}
.online-shop-menu .menu_right .col-sm-9, .online-shop-menu .menu_right .col-sm-4, .online-shop-menu .menu_right .col-sm-3{
	padding-right: 7.5px;
	padding-left: 7.5px;
}
.online-shop-menu .menu_right .child_box{
	display:none;
}
.online-shop-menu .menu_right .child_box.active{
	display:block;
}
.online-shop-menu .menu_right .child_title{
	font-weight: bold;
	padding-left: 22px;
	color: #828282;
	margin-bottom: 25px;
}
.menu_right>div>div>div>div {
	margin-bottom: 30px;
}
.menu_right>div>div>div>div>a {
	font-weight: bold!important;
	display: block!important;
	font-size: 14px;
	color: #444444!important;
	text-decoration: underline;
	padding: 8px 15px;
}
#main-menu .menu_right .ca:hover {
	color: #8f318a!important;
	text-decoration: underline;
	padding: 8px 15px;
}
.menu_right>div>div>div>a:hover{
	color:black!important;
}
.menu_right>div>div>div>div>div>div>a {
	font-weight: bold!important;
	font-size: 12px;
	color: #444444!important;
	padding: 7px 0px 7px 16px;
}
.menu_right>div>div>div>div>div>div>a:hover {
	padding: 7px 0px 7px 16px;
}
.menu_right>div>div>div>div>div>div>a:hover{
	color:black!important;
}
.menu_right .col-sm-9>div>div:nth-child(3n+1){
	clear:left;
}
.online-shop-menu ::-webkit-scrollbar {
width: 12px;
}
/* Track */
.online-shop-menu ::-webkit-scrollbar-track {
  background: #f1f1f1; 
}
 
/* Handle */
.online-shop-menu ::-webkit-scrollbar-thumb {
  background: #f1e6dd; 
}

/* Handle on hover */
.online-shop-menu ::-webkit-scrollbar-thumb:hover {
  background: #ead4db; 
}
a.ca.collapsed:before {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    transform: rotate(180deg);
    padding-left: 3px;
}
.header-menu #main-menu li:hover .dropdown-menu {
    display: block!important;
    color: #FFF;
    overflow: hidden;
    height: auto;
    /* max-height: 400px; */
}
/* .header-menu #main-menu li:hover .header_menu_text {
		border-bottom: 2px solid #B1282A;
} */

/* #main-menu {
    position: inherit!important;
    box-shadow: none;
}
#main-menu>li {
    position: inherit;
} */
.menu_box_hover {
    overflow-y: auto;
    width: calc(100% - 500px);
    margin: 0 auto;
}

.child_category {
	color: #000 !important;
	padding-left: 0px !important;
	padding-top: 12px !important;
	font-weight: 600 !important;
	text-transform: initial !important;
}

.child_category.colortheme2{
	color: #00522a !important;
}

.child_category:hover{
	color: #00522a !important;
}

/* .header-container .header-menu #main-menu a {
	align-items: initial !important;
} */

.header-container .col-sm-3:nth-child(4), .header-container .col-sm-3:nth-child(8){
	border-right: 0px !important;
}

.slideshow-text-0, .slideshow-text-2, .slideshow-text-3, .slideshow-text-4, .slideshow-text-5{
	font-size: 14px !important;
	/* font-weight: bold; */
}

.banner_text {
	font-size: calc(32px + (60 - 32) * (100vw - 375px) / (1900 - 375));
	line-height: calc(32px + (60 - 32) * (100vw - 375px) / (1900 - 375));
	padding-bottom: 10px;
}


@media (min-width: 767px) AND (max-width:1200px){
	.banner_text {
		font-size: calc(17px + (25 - 17) * (100vw - 375px) / (1900 - 375));
		line-height:calc(17px + (25 - 17) * (100vw - 375px) / (1900 - 375));
	}
	.slideshow-text-0, .slideshow-text-2, .slideshow-text-3, .slideshow-text-4, .slideshow-text-5{
		font-size: 12px !important; 
	}
	.slider-slideshow-description-link .btn-primary{
		font-size: 12px !important;
	}
}

.slider-slideshow-description .slider-slideshow-description-link {
    padding-top: 15px !important;
}
/* mega menu */

.header-container .header-menu #main-menu .sm-nowrap a{
	padding: 8px 14px !important;
	text-transform:initial !important;
	font-size: calc(13px + (16 - 13) * (100vw - 375px) / (1900 - 375));
	font-weight: 500;
}

.header-container .header-menu #main-menu .sm-nowrap a:hover{
	background-color: #ed1b24;
	color: #FFF;
}

.quickcheckout-cart .btn-primary{
	border-radius: 0px !important;
	padding: 6px 12px !important;
}
.cart-dorpdown-footer .btn-default{
	border-radius: 7px;
}
.account-edit .btn-default, .account-password .btn-default, .account-address .btn-default, .account-address-edit .btn-default{
	border-radius: 7px;
	padding: 10px 20px;
}

#mySpan{
	writing-mode: vertical-lr; 
	transform: rotate(180deg);
}

.whatsapp_right_side {
    position: fixed;
    z-index: 6;
    right: -3px;
	/* top: 220px; */
	font-family: 'Concert One', cursive;
	bottom: 40%;
	background: #00522a;
	padding: 20px 10px;
	color: #FFFFFF;
	align-items: center;
	display: grid;
	border: 3px solid #9bd771;
	border-radius: 5px;
}

.whatsapp_right_side:hover{
	color: #fff;
	background-color: #9bd771;
}

.header-container .header-menu #main-menu a {
    white-space: normal;
    padding-right: 0;
}

#main-menu .active a span {
    color: #ed1b24;
    border-color: #ed1b24 transparent transparent !important;
}

#enquiry .dropdown-menu .cart-dorpdown-items .item>*, #cart .dropdown-menu .cart-dorpdown-items .item>* {
    text-align:left;
}

#button-login, #button-coupon{
    border-radius: 0px !important;
    padding:6px 12px !important;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    /* IE10+ styles */
    .whatsapp_right_side {
         display: none;
    }
    
    .girl_pencil_img{
        top:0%;
    }
}

@media (min-width: 767px) AND (max-width:1200px){
    .footer-contact-info{
        padding-right:15px;        
   }
}

.image-zoom:hover img, .image-zoom-hover:hover img {
    transform: none !important;
}

.whatsapp_right_side {
    display: none;
}

@media (min-width: 1200px)
 {
    .product-search .product-view>.product-gutter {
    width: 16.666% !important;
}
 }
 
 .search-container {
     max-width: 700px !important;
 }
 
 .search-container .search-options select+div {
     width: 100% !important;
 }


.product-category #side-categories .level-2 a {
    text-transform: none !important;
}
 