/*----------------------------------------------------------------------Owl Slider Css Starts Here(owl.carousel.css)------------------------------------------------*/

/*
 *  Core Owl Carousel CSS File
 *  v1.3.3
 */

/* clearfix */
.owl-carousel .owl-wrapper:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
/* display none until init */
.owl-carousel{
	display: block;
	position: relative;
	width: 100%;
	-ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper{display: none;position: relative;-webkit-transform: translate3d(0px, 0px, 0px);}
.owl-carousel .owl-wrapper-outer{overflow: hidden;position: relative;width: 100%;}
.owl-carousel .owl-wrapper-outer.autoHeight{
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}

.owl-carousel .owl-item{float: left;}
.owl-controls .owl-page, .owl-controls .owl-buttons div{cursor: pointer;}
.owl-controls {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* mouse grab icon */
.grabbing { cursor:url(grabbing.png) 8 8, move;}

/* fix */
.owl-carousel  .owl-wrapper,
.owl-carousel  .owl-item{
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
 	-webkit-transform: translate3d(0,0,0);
	-moz-transform: translate3d(0,0,0);
	-ms-transform: translate3d(0,0,0);
}




/*-----------------------------------------------------------------------------------Owl Slider Css Ends Here(owl.carousel.css)------------------------------------------------------*/
/*--------------------------------------------------------------------------------Owl Slider CSS Start here(owl.theme.css)---------------------------------------------------------*/

/*
*   Owl Carousel Owl Demo Theme
*   v1.3.3
*/

.owl-theme .owl-controls{margin-top: 0px;text-align: center;}

/* Styling Next and Prev buttons */

.owl-theme .owl-controls .owl-buttons div{
	color: #ffffff;
	display: inline-block;
	zoom: 1;
	*display: inline;
	margin: 5px;
	padding: 3px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	-o-border-radius: 30px;
	-khtml-border-radius: 30px;
	border-radius: 30px;
	background: #869791;
	-khtml-opacity: 0.5;
    -o-opacity: 0.5;
    -ms-opacity: 0.5;
    -webkit-opacity: 0.5;
    -moz-opacity: 0.5;
	filter: Alpha(Opacity=50);
	opacity: 0.5;
}
/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-theme .owl-controls.clickable .owl-buttons div:hover{
	-khtml-opacity: 1;
    -o-opacity: 1;
    -ms-opacity: 1;
    -webkit-opacity: 1;
    -moz-opacity: 1;
	filter: Alpha(Opacity=100);
	opacity: 1;
	text-decoration: none;
}

/* Styling Pagination*/

.owl-theme .owl-controls .owl-page{display: inline-block;zoom: 1;display: inline;}
.owl-theme .owl-controls .owl-page span{
	display: block;
	width: 12px;
	height: 12px;
	margin: 5px 7px;
	-khtml-opacity: 0.5;
    -o-opacity: 0.5;
    -ms-opacity: 0.5;
    -webkit-opacity: 0.5;
    -moz-opacity: 0.5;
	filter: Alpha(Opacity=50);/*IE7 fix*/
	opacity: 0.5;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background: #869791;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{
	-khtml-opacity: 1;
    -o-opacity: 1;
    -ms-opacity: 1;
    -webkit-opacity: 1;
    -moz-opacity: 1;
	filter: Alpha(Opacity=100);
	opacity: 1;
}

/* If PaginationNumbers is true */

.owl-theme .owl-controls .owl-page span.owl-numbers{
	height: auto;
	width: auto;
	color: #ffffff;
	padding: 2px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}

/* preloading images */
.owl-item.loading{min-height: 150px;background: url(AjaxLoader.gif) no-repeat center center}
.owl-stage-outer{overflow:hidden;}


.parallex-inner .owl-theme .owl-dots .owl-dot{
	background: transparent;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-khtml-border-radius: 50%;
	-moz-border-radius: 50%;
	border: 2px solid #f2f2f2;
	display: inline-block;
	height: 10px;
	margin: 0 2px;
	width: 10px;
	cursor:pointer;
}

.parallex-inner .owl-theme .owl-dots .owl-dot.active, .parallex-inner .owl-theme .owl-dots .owl-dot:hover {background: #ffd24c;border-color: #ffd24c;}



/*----------------------------------------------------------------------------Owl Slider Css Starts Here(owl.theme.css)-------------------------------------------------------------------*/
/*--------------------------------------------------------------------------Fancybox CSS start here(jquery.fancybox.css)-----------------------------------------------------*/

/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.fancybox-wrap {position: absolute;top: 0;left: 0;z-index: 8020;}

.fancybox-skin {
	position: relative;
	background: #f9f9f9;
	color: #444;
	text-shadow: none;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.fancybox-opened {z-index: 8030;}
.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {position: relative;}
.fancybox-inner {overflow: hidden;}

.fancybox-type-iframe .fancybox-inner {-webkit-overflow-scrolling: touch;}

.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {display: block;width: 100%;height: 100%;}
.fancybox-image {max-width: 100%;max-height: 100%;}
#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {background-image: url('../images/megnor/fancybox_sprite.png');}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	-khtml-opacity: 0.8;
    -o-opacity: 0.8;
    -ms-opacity: 0.8;
    -webkit-opacity: 0.8;
    -moz-opacity: 0.8;
	opacity: 0.8;
	filter: Alpha(Opacity=80);
	cursor: pointer;
	z-index: 8060;
}

#fancybox-loading div {width: 44px;height: 44px;background: url('../images/megnor/fancybox_loading.gif') center center no-repeat;}

.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url('../images/megnor/blank.gif'); /* helps IE */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 8040;
}

.fancybox-prev {left: 0;}
.fancybox-next {right: 0;}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}

.fancybox-prev span {left: 10px;background-position: 0 -36px;}
.fancybox-next span {right: 10px;background-position: 0 -72px;}
.fancybox-nav:hover span {visibility: visible;}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {overflow: hidden !important;width: auto;margin:0px !important;}
.fancybox-lock body {overflow: hidden !important;}
.fancybox-lock-test {overflow-y: hidden !important;}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: url('../images/megnor/fancybox_overlay.png');
}

.fancybox-overlay-fixed {position: fixed;bottom: 0;right: 0;}
.fancybox-lock .fancybox-overlay {overflow: auto;overflow-y: scroll;}

/* Title helper */

.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}

.fancybox-opened .fancybox-title {visibility: visible;}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent;
	background: rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #ffffff;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #ffffff;
}

.fancybox-title-inside-wrap {padding-top: 10px;}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #ffffff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	   only screen and (min--moz-device-pixel-ratio: 1.5),
	   only screen and (min-device-pixel-ratio: 1.5){
	#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
		background-image: url('../images/megnor/fancybox_sprite@2x.png');
		background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
	}

	#fancybox-loading div {
		background-image: url('../images/megnor/fancybox_loading@2x.gif');
		background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
	}
}

/*---------------------------------------------------------------------------------------Facnybox CSS Ends here--------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------Flexslider Css Starts here(tm_flexslider.css)-----------------------------------------------------*/

/* Browser Resets */
.flex-container a:active, .flexslider a:active, .flex-container a:focus, .flexslider a:focus  {outline: none;}
.slides, .flex-control-nav, .flex-direction-nav { list-style: none;}

/* FlexSlider Necessary Styles
*********************************/
.flexslider .slides{ padding:0;}
.flexslider .slides > li {display: none; -webkit-backface-visibility: hidden; list-style:none !important; margin-bottom:0px;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {width: 100%; display:inline-block; vertical-align:middle; }

/* Clearfix for the .slides element */
.slides:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;}
html[xmlns] .slides {}
* html .slides {height: 1%;}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {display: block;}


/* FlexSlider Default Theme
*********************************/
.flexi {position: relative;float: left;width: 100%;border-radius: 5px;}
.flexi.container-width {max-width: 1760px;padding: 0;}
.flexslider {
	position: relative;
	clear:both;
	margin:0 auto 0px;
	overflow:hidden;
	text-align:center;
	width:100%;
	min-height:376px;
	background:#f8f8f8;
	z-index:2;
	border-radius: 5px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.flex-viewport {max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; transition: all 1s ease;}
.loading .flex-viewport {max-height: 300px;}
.flexslider .slides { margin:0; }

/* Direction Nav */
.flex-direction-nav {margin:0 !important; z-index:999; display: none;}
.flexslider:hover .flex-direction-nav{display: inline;}
.flex-direction-nav  li{ list-style:none; margin:0px;}
.flexslider:hover .flex-direction-nav {margin:0 !important;}

.flex-direction-nav li a.flex-prev,.flex-direction-nav li a.flex-next{
	font-size: 0;
	padding: 0;
	position: absolute;
	z-index: 9;
	display: inline-block;
	top: 40%;
	height: auto;
	width: 40px;
	transition: background 0.3s ease;
	-webkit-transition: background 0.3s ease;
	-moz-transition: background 0.3s ease;
	-ms-transition: background 0.3s ease;
	-o-transition: background 0.3s ease;
}
.flex-direction-nav li a.flex-prev{left:0;}
.flex-direction-nav li a.flex-next {right:0;}
.flex-direction-nav li a.flex-prev::before {
	text-align: center;
	padding: 0;
	display: inline-block;
	background: #fff;
	width: 40px;
	height: 110px;
	content: "\f104";
	font-family: fontawesome;
	font-weight: 700;
	font-size: 32px;
	line-height: 110px;
}
.flex-direction-nav li a.flex-next::before {
	text-align: center;
	padding: 0;
	display: inline-block;
	background: #fff;
	width: 40px;
	height: 110px;
	content: "\f105";
	font-family: fontawesome;
	font-weight: 700;
	font-size: 32px;
	line-height: 110px;
}
.flex-direction-nav li a.flex-prev:hover::before, .flex-direction-nav li a.flex-next:hover::before {color: #205cbd;}
/* Control Nav */
.flex-control-nav {position: absolute; bottom:10px; right:0px; left:0px; z-index:99; text-align:center; margin: 0;display: none;}
.flex-control-nav li {margin: 0 3px;display: inline-block; font-size:0;}
.flex-control-paging li a {
	cursor: pointer;
	display: block;
	height: 11px;
	text-indent: -9999px;
	width: 11px;
	font-size: 0;
	background: rgba(0,0,0,0.7);
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-khtml-border-radius: 50%;
}

.flex-control-paging li a.flex-active{background: #205cbd;}
.flex-control-paging a.flex-active{position: relative;}
.flex-control-paging a{position: relative;   margin: 0px 1px;}
#spinner {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 999;
	background:#f5f5f5 url(../images/ajax-loader.gif) 50% 50% no-repeat;
}
.flex-control-paging li a.flex-active{  cursor: default; }
.flex-control-paging li:hover a{background: #205cbd;}
.flex-control-thumbs {margin: 5px 0 0; position: static; overflow: hidden;}
.flex-control-thumbs li {width: 25%; float: left; margin: 0;  }
.flex-control-thumbs img {
	width: 100%;
	display: block;
	-khtml-opacity: 0.7;
    -o-opacity: 0.7;
    -ms-opacity: 0.7;
    -webkit-opacity: 0.7;
    -moz-opacity: 0.7;
	opacity: 0.7;
	filter: Alpha(Opacity=70);
	cursor: pointer;
}
.flex-control-thumbs img:hover {
	-khtml-opacity: 1;
    -o-opacity: 1;
    -ms-opacity: 1;
    -webkit-opacity: 1;
    -moz-opacity: 1;
	opacity: 1;
	filter: Alpha(Opacity=100);
}
.flex-control-thumbs .flex-active {
	-khtml-opacity: 1;
    -o-opacity: 1;
    -ms-opacity: 1;
    -webkit-opacity: 1;
    -moz-opacity: 1;
	opacity: 1;
	filter: Alpha(Opacity=100);
	cursor: default;
}
/*----------------------------------------------------------------------------------------Flexslider CSS Ends Here----------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------------Blog CSS starts Here--------------------------------------------------------------------------------------*/
.post-list .blog_inner {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	float: left;
	margin-bottom: 30px;
}

.post-holder:hover {position: relative;}
.blog-image a img{
	-khtml-opacity: 1;
    -o-opacity: 1;
    -ms-opacity: 1;
    -webkit-opacity: 1;
    -moz-opacity: 1;
	opacity: 1;
	filter: Alpha(Opacity=100);
	transition:0.6s ease;
	-webkit-transition:0.6s ease;
	-moz-transition:0.6s ease;
	-ms-transition: 0.6s ease;
	-o-transition:0.6s ease;
}
.blog_inner .blog-right-content{text-align: left;overflow: hidden;padding: 0 0 0 25px;}
.blog_inner .post-holder .post-header {position:relative;}
.blog_inner .post-header .post-title {margin: 0px 0 10px;padding: 0;line-height: 24px;}
.blog_inner .post-header .post-title a {
	text-decoration: none;
	font-size: 18px;
	font-weight: 400;
	text-transform: capitalize;
}
.blog_inner .post-holder .post-header .addthis_toolbox {display: inline-block; padding-top: 0; vertical-align: middle;}
.blog_inner .post-info .post-text-hld{ margin-bottom: 20px;}
.post-holder .post-header .post-info {padding: 5px 0 15px 0;}
.post-content .post-info .item, .post-content .post-info .dash {display: inline-block;}
.post-content .post-info .label {font-weight: 500;}
.post-content .post-info .value {font-style: italic;color: #808080;}
.post-view .post-content .post-info.clear{ margin: 5px 0px;padding: 5px 0;clear: both;}
.post-view .post-text-hld{ margin: 0 0 5px;}
#masonry-loop.post-list .post-content .post-read-more {
	margin: 10px 0 0;
	color: #000000;
	font-size: 14px;
	text-transform: capitalize;
	float: left;
}
#masonry-loop.post-list .post-content .post-read-more:hover{color: #205cbd;}
.post-list .post-holder .addthis_toolbox {float: right; margin-top: 14px;}
.post-list .post-text-hld.clearfix > p {
	margin-bottom: 0px;
	font-weight: 400;
	color: #707070;
	font-size: 12px;
	line-height: 23px;
}
.post-content .post-description img {margin:0 15px 0 15px;}
.post-content .post-description ul,
.post-content .post-description ol {list-style-position: inside;}
.blog-post-view .breadcrumbs .items .item:last-child{
	display: inline-block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: auto;
}
.post-content .post-description .post-ftimg-hld img {width:100%; padding:0px; margin:0px;height: 218px;object-fit: cover;}
.post-list .hidden {display:none;}
.post-view .post-holder .post-header .addthis_toolbox {float: left;}
.post-view .post-bottom {margin-top:30px;}
.post-view .block {margin-bottom: 30px;}
.post-view .post-content h2{ margin:0; width: 100%;overflow: hidden;}
.post-view .post-content h2 a {font-size: 20px;}
.widget.block-recent-posts .block-content .item {
		padding: 8px 0 8px 0px;
		border-width: 0px 0 1px 0px;
		border-color: #e6e6e6;
}
.widget.block-recent-posts .block-content .item:last-child{border-bottom:0;}
.widget.block-categories ul {list-style: initial;padding-left:0px;}
.widget.block-categories ul ul {margin-left:20px;}
.widget.block-categories ul,
.widget.block-categories li {margin: 5px 0 5px 9px;padding: 0px;}
.widget.block-rss .rss-icon {float: left; width: 23px; padding-right: 10px;}
.widget.blog-search {
	width:100%;
	margin-bottom: 40px;
	position: relative;
	float: right;
	z-index: 4;
}
.widget.block.block-archive .item {margin: 7px 0;}
.widget.block-recent-posts .block-content .item {
	padding: 4px 0 4px 0px;
	border: unset;
}
.widget.blog-search .block-content {
	position: relative;
	border: unset;
	padding: 0;
	margin: 30px 0 0 0;
}
.widget.block.blog-search .action.search {
	right: 10px;
	top: 2px;
}
.widget.blog-search  label {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
	text-decoration: none;
	display: inline-block;
	float: right;
}
.widget.blog-search .control {
	border-top: 0;
	margin: 0;
	padding: 0;
	clear: both;
}
.widget.blog-search input {
	position: static;
	padding-right: 35px;
	margin: 0;
	left: -300%;
}
.widget.blog-search .action.search {
	position: absolute;
	right: 30px;
	top: 13px;
	z-index: 1;
	display: inline-block;
	background-image: none;
	background: none;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	border: 0;
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow:none;
	line-height: inherit;
	margin: 0;
	padding: 0;
	text-decoration: none;
	text-shadow: none;
	font-weight: 400;
}
.widget.blog-search .action.search:before {
	-webkit-font-smoothing: antialiased;
	font-size: 16px;
	line-height: 32px;
	color: #8f8f8f;
	content: '\e615';
	font-family: 'luma-icons';
	margin: 0;
	vertical-align: top;
	display: inline-block;
	font-weight: normal;
	overflow: hidden;
	speak: none;
	text-align: center;
}
.widget.blog-search .action.search > span {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
.post-ftimg-hld > a {display: block;}
.post-ftimg-hld {position: relative;}
[class^="blog-author-"] .post-ftimg-hld,.blog-index-index .post-ftimg-hld,.blog-archive-view .post-ftimg-hld{width: 30%;float: left;}
.blog-post-view .post-ftimg-hld{width:100%;}
.blog-widget-recent .post-content .post-description .post-ftimg-hld {
	float: none;
	width: 100%;
	margin: 0px;
}
.blog-widget-recent .post-list .post-content .post-read-more {
	float: right;
	text-transform: capitalize;
	color: #000000;
	font-size: 10px;
}
.blog-widget-recent .post-list .post-content .post-read-more:hover{color: #205cbd;}
.blog-widget-recent .post-list .post-header .post-title {max-width: none;width: 100%;}
.mfblog-autoloader {text-align: center;}
.mfblog-autoloader .mfblog-show-onload {display: none;}
@media (max-width: 1300px) {
	.post-content .post-description .post-ftimg-hld img {
	    height: 180px;
    	object-fit: cover;
	}
	.post-list .post-header .post-title a {
		font-size: 18px;
	}
}
@media (max-width: 420px) {
  #mfblog_gcomments {max-width:345px; overflow-y: scroll;}
}
.tm_blog{margin:15px 0;}
.blog-left {
	margin-right: 0;
	overflow: hidden;
	position: relative;
	width: 100%;
	line-height:0px;
}
.img-thumbnail{ width:100%;}
.blog .image-hover-block, .blog_inner .image-hover-block {
	left: 0;
	margin: 0 auto;
	-khtml-opacity: 0;
    -o-opacity: 0;
    -ms-opacity: 0;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    filter: Alpha(Opacity=0);
	position: absolute;
	right: 0;
	text-align: center;
	top: 50%;
	margin-top: -20px;
	transform: scale(0);
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
}
.blog .product-image-inner-blog:hover .image-hover-block, .blog_inner .post-ftimg-hld:hover .image-hover-block{
	-khtml-opacity: 1;
    -o-opacity: 1;
    -ms-opacity: 1;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    filter: Alpha(Opacity=100);
	transform: scale(1);
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
}
.blog .product-image-inner-blog:hover .post-image-hover,
.blog_inner .post-ftimg-hld:hover .post-image-hover
{background: rgba(0,0,0,0.3);}

.blog .image-hover-block .zoom,
.blog .image-hover-block .read,
.blog_inner .image-hover-block .zoom,
.blog_inner .image-hover-block .read {
	border: 2px solid transparent;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	color: #ffa51f;
	display: inline-block;
	position: relative;
	text-align: center;
	text-decoration: none;
	padding: 10px;
	width: auto;
	background: #fff;
	border: 1px solid #ffa51f;
	margin:0 5px;
}

.blog .image-hover-block .zoom:hover,
.blog .image-hover-block .read:hover,
.blog_inner .image-hover-block .zoom:hover,
.blog_inner .image-hover-block .read:hover {
	color: #205cbd;
	border-color: #205cbd;
}
.image-hover-block .read .fa, .image-hover-block .zoom .fa{
	font-size: 14px;
	width: 18px;
	display: block;
	height: 18px;
	line-height: 18px;
}
.post-title a:hover {color: #ffd200;}
.blog .post-content-inner {display: inline-block;}
.blog-right-inner {text-align: left;}
[class^="blog-post-"].blog-post-view .post-title {
    padding-bottom: 0px;
    float: left;
    margin-top: 10px;
}
.post-title a {
	color: #2457aa;
	font-size: 15px;
	text-transform: capitalize;
	font-weight: 500;
	line-height: 20px;
}
.tm_blog .post-content.product-image-inner-blog:hover .post-title a{color: #205cbd;}
.post-date {
	color: #b5b5b5;
	font-size: 13px;
	font-weight: 500;
	margin: 10px 0 35px 0;
}
.post-more-blog{ margin:24px 0 0; text-align: center; display: none; width: 100%;}
.post-more-blog a {
	color: #000000;
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 1px;
	padding: 9px 25px;
	text-transform: capitalize;
	border:1px solid #000;
	background: #ffffff;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	display: inline-block;
}
.header-menu-outer .minicart-wrapper .loading-mask {background: transparent;}
.post-more-blog a:hover{ color: #ffffff; background: #000;}
.blog .post-content-inner .post-author{display: none;}
.post-image-hover {
	height: 100%;
	position: absolute;
	top: 0;
	transition: all 0.2s ease-out 0s;
	-webkit-transition: all 0.2s ease-out 0s;
	-moz-transition: all 0.2s ease-out 0s;
	-ms-transition: all 0.2s ease-out 0s;
	-o-transition: all 0.2s ease-out 0s;
	width: 100%;
	cursor: pointer;
}

/* End Blog CMS */
.columns .sidebar .widget.blog-search, .columns .sidebar .widget.block-recent-posts, .columns .widget.sidebar .widget.block-archive{margin: 0 0 20px;}
@media (max-width: 420px) {
  #mfblog_gcomments {max-width:345px; overflow-y: scroll;}
  .columns .sidebar .widget.blog-search, .columns .sidebar .widget.block-recent-posts, .columns .widget.sidebar .widget.block-archive{margin:0px; }
}
[class^="blog-"] .sidebar-additional .left-banner1{padding-bottom: 20px;}
[class^="blog-"] .sidebar .widget.block.blog-search{box-sizing: border-box;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;border: unset;}
.sidebar .blog_search_mini_form{margin: 16px 0 0 16px;}
.tm_blog .blog-carousel-container{display: inline-block;width: 100%;}
.tm_blog .blog-outer{margin:0 -16px;}
.tm_blog .post-content.product-image-inner-blog{margin:16px;}
[class^="blog-"] #masonry-loop .blog-right-content .item.post-posed-date.post-date{display: none;}
.blog-search-index .blog_inner .blog-right-content{padding: 0;margin-top:10px;}
/*---------------------------------------------------------------------Blog CSS Ends Here------------------------------------------------------------------------*/

*{margin:0px; padding:0px;}
li{list-style:none;}
.ie8 .product-image-inner-blog .image-hover-block .zoom:before, .ie8 .product-image-inner-blog .image-hover-block .read:before {display: none;}
.ie8 .product-image-inner-blog .blog-left:hover .image-hover-block .read:before,
.ie8 .product-image-inner-blog .blog-left:hover .image-hover-block .zoom:before {
	display: block;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
	.page-wrapper{height:100%;}
}
/* For Start Breadcumbs */
@media (min-width: 768px) {
	.page-wrapper > .breadcrumbs {
		width: 100%;
	}
}
.cms-home .page-wrapper{background: #ffffff}
.footer-topper-outer.container-width{display: none;}
.cms-home .footer-topper-outer.container-width{display: block;}
.cms-home .column.main #authenticationPopup ~ div{display: none;}
.page-wrapper > .breadcrumbs {
	background: #f2f2f2;
	display: inline-block;
	margin-bottom: 60px;
	padding: 50px 0;
	vertical-align: top;
	width: 100%;
	max-width: none;
}
/* sidebar */
.left-banner1, .left-banner2{overflow: hidden;}
.left-banner1 img, .left-banner2 img{
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}
.left-banner1:hover img, .left-banner2:hover img{
	transform: scale(1.05);
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-o-transform: scale(1.05);
}
.sidebar .block-wishlist .block-title{
	text-transform: capitalize;
	font-size: 20px;
	position: relative;
	margin-bottom: 0;
}
.sidebar-additional .block .block-title strong {
    font-weight: 600;
    font-size: 13px;
    text-transform: uppercase;
}
.product-items .product-details .swatch-option,
.sidebar .swatch-option,
.page-products .products.wrapper.list.products-list .product-items .product.product-item .swatch-option,
#product-options-wrapper .swatch-option{
    height: 14px;
    margin: 0 10px 5px 0;
    max-width: 10px;
    min-width: 14px;
}
.sidebar-additional .block-title
.page-wrapper .page-main {
	position: relative;
	width:1090px;
}
.block .block-content li {margin: 5px 0;}

.column.main .products-related .product-item,
.column.main .products-crosssell .product-item,
.column.main .products-upsell .product-item
{padding: 0px;margin: 0;}

.column.main .products-crosssell .product-items,
.column.main .products-related .product-items,
.column.main .upsell .product-items{margin: 0;}

.products-related .product-item-info .product-item-image,
.upsell .product-item-info .product-item-image,
.crosssell .product-item-info .product-item-image
{text-align: center;}

.block .block-title a {text-decoration: none;cursor: pointer;}
.block .block-content,.block > .empty {margin: 0px 0 0 0;}
.page-main {  position: relative;}
.product.media .fotorama{ overflow: visible; }
.fotorama__stage .fotorama__img {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	margin-bottom: 20px;
}
.fotorama__stage__frame .fotorama__img{
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	-khtml-border-radius: 5px;
}
.fotorama__thumb {
	background: transparent !important;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
}
div.fotorama__thumb-border{
	border:1px solid #205cbd;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
}

.fotorama__stage:before, .fotorama__nav:before,
.fotorama__stage:after, .fotorama__nav:after,
.fotorama__stage.fotorama__shadows--left:before,
.fotorama__nav.fotorama__shadows--left:before
{display: none !important;}

.fotorama--fullscreen .fotorama__stage .fotorama__img {border: none !important;}
.media  .fotorama__nav-wrap.fotorama__nav-wrap--horizontal {text-align: center;}
.media .fotorama__nav--thumbs .fotorama__nav__frame {margin: 0px 0px;}
.media .fotorama__arr--disabled {
	-khtml-opacity: 1;
    -o-opacity: 1;
    -ms-opacity: 1;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    filter: Alpha(Opacity=100);
}

.fotorama__thumb__arr, .fotorama__arr {background: transparent !important;}
.media .fotorama__nav-wrap--horizontal .fotorama__thumb__arr--left .fotorama__thumb--icon:before {
	color: #cccccc;
	content: "\f104";
	font-family: "FontAwesome";
	font-size: 26px;
	position: absolute;
	top:13px;
	right: 0px;
	left: 0px;
	line-height: 4px;
}

.media .fotorama__nav-wrap--horizontal .fotorama__thumb__arr--left .fotorama__thumb--icon:hover:before,
.media .fotorama__nav-wrap--horizontal .fotorama__thumb__arr--right .fotorama__thumb--icon:hover:before{ color:#ffffff; }
.media .fotorama__nav-wrap--horizontal .fotorama__thumb__arr--right .fotorama__thumb--icon::before {
    color: #cccccc;
    content: "\f105";
    font-family: "FontAwesome";
    font-size: 26px;
    padding: 0px;
    position: absolute;
    top: 13px;
    right: 0px;
    left: 0px;
    line-height: 4px;
}
.media .fotorama__thumb__arr .fotorama__thumb--icon {
	background: #ffffff;
	box-sizing:border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	border:1px solid #ccc;
	height: 30px;
	width: 30px;
	border-radius: 5px;
}
.media .fotorama__thumb__arr .fotorama__thumb--icon:hover{background: #205cbd;border-color: #205cbd;}
.media .fotorama__fullscreen-icon:focus::after, .media .fotorama__zoom-out:focus::after, .media .fotorama__zoom-in:focus::after,
.media .fotorama__arr:focus::after, .media .fotorama__stage__shaft:focus::after,
.media .fotorama__nav__frame--thumb:focus .fotorama__thumb::after,
.media .fotorama__nav__frame--dot:focus .fotorama__dot::after, .fotorama--fullscreen .fotorama__fullscreen-icon:focus::after,
.fotorama--fullscreen .fotorama__zoom-out:focus::after, .fotorama--fullscreen .fotorama__zoom-in:focus::after, .fotorama__arr:focus::after,
.fotorama__stage__shaft:focus::after, .fotorama__nav__frame--thumb:focus .fotorama__thumb::after,
.fotorama__nav__frame--dot:focus .fotorama__dot::after{ box-shadow: none;-webkit-box-shadow: none;-moz-box-shadow:none; }
.fotorama__active div.fotorama__dot{border-color: #205cbd;background: #205cbd;}
/*Back to top*/
.top_button {
	height: 0px;
	width: 0px;
	z-index: 999;
	display: none;
	position: fixed;
	right: 30px;
	bottom: 80px;
	width: 32px;
	height: 32px;
	border: 2px solid #ffd200;
	background: transparent;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-khtml-border-radius: 50%;
	text-align: center;
}
.top_button:before {
	content: "\f106";
	font-family: "FontAwesome";
	font-size: 22px;
	color: #ffd200;
	display: inline-block;
	top: 0px;
	line-height: 32px;
	position: relative;
	font-weight: 800;
}
.top_button:after {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
}
.top_button:hover{background: #ffd200;}
.top_button:hover:before{color: #000000;}
.top_button:hover:after{
	animation-name: sonareffect;
	-webkit-animation-name: sonareffect;
	-moz-animation-name: sonareffect;
	-o-animation-name: sonareffect;
	animation-duration: 1s;
	-webkit-animation-duration:1s;
	-moz-animation-duration:1s;
	-o-animation-duration:1s;
	animation-timing-function: linear;
	-webkit-animation-timing-function: linear;
	-moz-animation-timing-function: linear;
	-o-animation-timing-function: linear;
	animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite;
	-moz-animation-iteration-count: infinite;
	-o-animation-iteration-count: infinite;
}
@keyframes sonareffect{
	0% {
	-khtml-opacity: 0.3;
	-o-opacity: 0.3;
    -ms-opacity: 0.3;
	-webkit-opacity:0.3;
	-moz-opacity:0.3;
	opacity: 0.3;
	filter:Alpha(opacity=30);
}
40% {
	box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #ffd200, 0 0 0 10px rgba(255, 255, 255, 0.5);
	-moz-box-shadow:  0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #ffd200, 0 0 0 10px rgba(255, 255, 255, 0.5);
	-webkit-box-shadow:  0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #ffd200, 0 0 0 10px rgba(255, 255, 255, 0.5);
	-khtml-opacity: 0.5;
	-o-opacity: 0.5;
    -ms-opacity: 0.5;
	-webkit-opacity:0.5;
	-moz-opacity:0.5;
	opacity: 0.5;
	filter:Alpha(opacity=50);
}
100% {
	 box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #ffd200, 0 0 0 10px rgba(255, 255, 255, 0.5);
	-moz-box-shadow:  0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #ffd200, 0 0 0 10px rgba(255, 255, 255, 0.5);
	-webkit-box-shadow:  0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #ffd200, 0 0 0 10px rgba(255, 255, 255, 0.5);
	-khtml-opacity: 0;
	-o-opacity: 0;
    -ms-opacity: 0;
	-webkit-opacity:0;
	-moz-opacity:0;
	opacity: 0;
	filter:Alpha(opacity=0);
	transform: scale(1.5);
	-webkit-transform: scale(1.5);
	-ms-transform:scale(1.5);
	-o-transform:scale(1.5);
	-moz-transform:scale(1.5);
}
}
@-webkit-keyframes sonareffect{
	0% {
	-khtml-opacity: 0.3;
	-o-opacity: 0.3;
    -ms-opacity: 0.3;
	-webkit-opacity:0.3;
	-moz-opacity:0.3;
	opacity: 0.3;
	filter:Alpha(opacity=30);
}
40% {
	box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #ffd200, 0 0 0 10px rgba(255, 255, 255, 0.5);
	-moz-box-shadow:  0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #ffd200, 0 0 0 10px rgba(255, 255, 255, 0.5);
	-webkit-box-shadow:  0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #ffd200, 0 0 0 10px rgba(255, 255, 255, 0.5);
	-khtml-opacity: 0.5;
	-o-opacity: 0.5;
    -ms-opacity: 0.5;
	-webkit-opacity:0.5;
	-moz-opacity:0.5;
	opacity: 0.5;
	filter:Alpha(opacity=50);
}
100% {
	 box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #ffd200, 0 0 0 10px rgba(255, 255, 255, 0.5);
	-moz-box-shadow:  0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #ffd200, 0 0 0 10px rgba(255, 255, 255, 0.5);
	-webkit-box-shadow:  0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #ffd200, 0 0 0 10px rgba(255, 255, 255, 0.5);
	-khtml-opacity: 0;
	-o-opacity: 0;
    -ms-opacity: 0;
	-webkit-opacity:0;
	-moz-opacity:0;
	opacity: 0;
	filter:Alpha(opacity=0);
	transform: scale(1.5);
	-webkit-transform: scale(1.5);
	-ms-transform:scale(1.5);
	-o-transform:scale(1.5);
	-moz-transform:scale(1.5);
}
}
@-moz-keyframes sonareffect{
	0% {
	-khtml-opacity: 0.3;
	-o-opacity: 0.3;
    -ms-opacity: 0.3;
	-webkit-opacity:0.3;
	-moz-opacity:0.3;
	opacity: 0.3;
	filter:Alpha(opacity=30);
}
40% {
	box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #ffd200, 0 0 0 10px rgba(255, 255, 255, 0.5);
	-moz-box-shadow:  0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #ffd200, 0 0 0 10px rgba(255, 255, 255, 0.5);
	-webkit-box-shadow:  0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #ffd200, 0 0 0 10px rgba(255, 255, 255, 0.5);
	-khtml-opacity: 0.5;
	-o-opacity: 0.5;
    -ms-opacity: 0.5;
	-webkit-opacity:0.5;
	-moz-opacity:0.5;
	opacity: 0.5;
	filter:Alpha(opacity=50);
}
100% {
	 box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #ffd200, 0 0 0 10px rgba(255, 255, 255, 0.5);
	-moz-box-shadow:  0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #ffd200, 0 0 0 10px rgba(255, 255, 255, 0.5);
	-webkit-box-shadow:  0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #ffd200, 0 0 0 10px rgba(255, 255, 255, 0.5);
	-khtml-opacity: 0;
	-o-opacity: 0;
    -ms-opacity: 0;
	-webkit-opacity:0;
	-moz-opacity:0;
	opacity: 0;
	filter:Alpha(opacity=0);
	transform: scale(1.5);
	-webkit-transform: scale(1.5);
	-ms-transform:scale(1.5);
	-o-transform:scale(1.5);
	-moz-transform:scale(1.5);
}
}
@-o-keyframes sonareffect{
	0% {
	-khtml-opacity: 0.3;
	-o-opacity: 0.3;
    -ms-opacity: 0.3;
	-webkit-opacity:0.3;
	-moz-opacity:0.3;
	opacity: 0.3;
	filter:Alpha(opacity=30);
}
40% {
	box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #ffd200, 0 0 0 10px rgba(255, 255, 255, 0.5);
	-moz-box-shadow:  0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #ffd200, 0 0 0 10px rgba(255, 255, 255, 0.5);
	-webkit-box-shadow:  0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #ffd200, 0 0 0 10px rgba(255, 255, 255, 0.5);
	-khtml-opacity: 0.5;
	-o-opacity: 0.5;
    -ms-opacity: 0.5;
	-webkit-opacity:0.5;
	-moz-opacity:0.5;
	opacity: 0.5;
	filter:Alpha(opacity=50);
}
100% {
	 box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #ffd200, 0 0 0 10px rgba(255, 255, 255, 0.5);
	-moz-box-shadow:  0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #ffd200, 0 0 0 10px rgba(255, 255, 255, 0.5);
	-webkit-box-shadow:  0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #ffd200, 0 0 0 10px rgba(255, 255, 255, 0.5);
	-khtml-opacity: 0;
	-o-opacity: 0;
    -ms-opacity: 0;
	-webkit-opacity:0;
	-moz-opacity:0;
	opacity: 0;
	filter:Alpha(opacity=0);
	transform: scale(1.5);
	-webkit-transform: scale(1.5);
	-ms-transform:scale(1.5);
	-o-transform:scale(1.5);
	-moz-transform:scale(1.5);
}
}
/* Back to top */
/*-------------------------------------------------------------------------Header CSS-----------------------------------------------------------*/
.page-header{background:#2457aa;}
.header-menu-outer{
	background-color: #1f4c94;
	min-height: 65px;
	transition: all 0.3s ease-out 0s;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
}
.breadcumb_inner .page-title-wrapper h1 {
    color: #000;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0.7px;
}
.block-search .label::before{display: block;}
.tm_header_outer{
	display: inline-block;
	width: 100%;
	color:#DFE5F3;
	float: left;
}
.tm_header_top.container-width>div,.header-static div{display: inline-block;}
.tm_header_top.container-width{text-align: center;font-size: 12px;}
.tm_headerlinkmenu {
	margin: 7px 30px 13px 0;
	float: right;
	position: relative;
}
.header-right .minicart-wrapper{float: left;margin-left:10px;}
.page-header .switcher,.header-static div a{border:none;margin: 8px 15px;padding:0;float: none;}
.header-static div a {
	color: #fff;
	margin: 0;
	display: block;
	padding: 0 0 0 40px;
	margin-right: 25px;
	font-size: 12px;
	font-weight: 400;
	text-transform: capitalize;
	line-height: 20px;
}
.header-static div a:hover{color: #ffd200;}
.page-header .switcher strong{padding: 0 4px 0 0;text-transform: capitalize;font-weight: 500;}
.page-header .switcher .options{text-align: right;}

.page-header .switcher .options .action.toggle:after,
.page-header .switcher .options .action.toggle.active:after
{font-size: 8px;vertical-align: text-top;}

.tm_header_info_cms{float: right;}
.block.block-search {
	z-index: 3;
	float: left;
	width: 55%;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	margin-right: 38px;
	padding: 0;
}
.header-center {
    display: inline-block;
    width: 70%;
    vertical-align: top;
    margin: 2px 0 0;
}
.header-static {
	display: inline-block;
	vertical-align: top;
	text-align: left;
}
.header-static .header-img1 {
	/*background: url("../images/header-img1.png") no-repeat scroll 0px 6px transparent;*/
	cursor: pointer;
	margin: 0;
	padding: 0px 0 0 0;
	position: relative;
}
.header-static .header-img1:hover {
	background-position: 0 -187px;
}
.header-static .header-img2 {
	/*background: url("../images/header-img1.png") no-repeat scroll 0 -382px transparent;*/
	background: url("../images/whatsapp-top.svg") no-repeat transparent;
	cursor: pointer;
	margin: 0;
	padding: 0px 0 0 0;
	position: relative;
}
.header-static .header-img2:hover{
	background-position: 0 -575px;
}
.header-static-text {
	font-size: 12px;
	font-weight: 600;
	display: block;
	line-height: 20px;
}
.header-right .block.block-search .form.minisearch{float: left;width: 100%;position: relative;clear: both;}
.minicart-wrapper .action.showcart{
	cursor: pointer;
	position: relative;
}
.minicart-wrapper .action.showcart .cart_text {
	font-size: 13px;
	color: #ffffff;
	letter-spacing: 0;
	font-weight: 400;
	text-transform: capitalize;
	line-height: 10px;
	display: inline-block;
}
.minicart-wrapper .action.showcart .counter.qty{height: auto;line-height: 1.714285;padding: 0;}

.minicart-wrapper .action.showcart .cart-image {
/*	width: 40px;
	height: 40px;
	background: url("../images/cart.png") no-repeat center center;*/
	position: relative;
	float: left;
	margin-right: 15px;
}
.minicart-wrapper .action.showcart::before, .minicart-wrapper .action.showcart.active::before {content: none;}

.minicart-wrapper .action.showcart.active:hover:before{color: #ffd200;}
.minicart-wrapper .action.showcart:hover:before{color: #ffd200;}
.cart-counter {
	display: inline-block;
	vertical-align: text-bottom;
}
.panel .minicart-wrapper .cart_text {display: none;}
.minicart-wrapper .action.showcart .counter.qty.empty, .minicart-wrapper .action.showcart .counter.qty {
	position: absolute;
	display: block;
	top: 3px;
	left: 28px;
	margin: 0;
	background: #ffd200;
	width: 17px;
	height: 17px;
	border-radius: 50%;
	color: #000;
	font-size: 12px;
	line-height: 16px;
	font-weight: 600;
}
.minicart-wrapper .action.showcart .counter.qty{overflow: visible;}
.minicart-wrapper .action.showcart .counter-label{display: none;}
.minicart-wrapper .block-minicart{
	top:52px;
	background: #ffffff;
	border: 1px solid #ebebeb;
	padding: 10px;
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow:none;
	margin:0;
}
.block-minicart .block-content .subtitle.empty span{font-weight: 500;display: inline-block;font-size: 12px;color: #333;}
.minicart-wrapper .action.close:before{color: #000000;}
.minicart-wrapper .action.close:hover:before{color: #2457aa;}
.minicart-wrapper .block-minicart:before{border-color: transparent transparent #000000 transparent}
.page-header .panel.wrapper .switcher .toggle:hover{color:#ffd200;}
.header-contact:hover{cursor: pointer;}
.minicart-wrapper.active .action.showcart{float:right;}
.tm_headerlinks .panel.header > .header.links {
	padding: 0 0 20px;
	margin: 0;
}
.tm_headerlinks {
	display: none;
	position: absolute;
	z-index: 4;
	width: 240px;
	background: #ffffff;
	top: 58px;
	border: 1px solid #ebebeb;
	right: -10px;
	padding: 20px;
}
.product-info-main .product-add-form .product-options-wrapper .field .control {
	width: 85%;
	display: inline-block;
	margin: 0 0 0 15px;
}
.product-info-main .product-add-form .product-options-wrapper .fieldset > .field .field.choice,
.product-info-main .product-add-form .product-options-wrapper .fieldset >
.product-info-main .product-add-form .product-options-wrapper .fields >
.product-info-main .product-add-form .product-options-wrapper .field .field.choice {
	margin: 0 10px 0;
	display: inline-block;
}
.tm_header_outer .tm_headerlinks{padding: 10px;}
.my-account-cms {
	font-size: 13px;
	color: #fff;
	display: block;
	font-weight: 400;
}
.tm_headerlinks .switcher .lang, .tm_headerlinks .switcher .cur {
	line-height: 25px;
	float: left;
	width: 100%;
	margin-bottom: 5px;
}
.tm_headerlinks .switcher .options.tm_lang-cur li {display: block;margin: 0 0 5px;float: left;width: 100%;}
.tm_lang_cur_links .switcher-language img {vertical-align: middle;margin: 0 5px 0 0;}
.options.select-options.tm_lang-cur {margin: 0;}
.tm_headerlinks .switcher .options .action.toggle span {
	padding: 0;
	cursor: pointer;
	color: #205cbd;
	margin: 0 0 5px 0;
    text-transform: capitalize;
    line-height: 24px;
    float: left;
    width: 100%;
}
.tm_headerlinks .panel.header {padding: 0;}
.tm_headerlinks .tm_lang_cur_links .switcher-language, .tm_headerlinks .tm_lang_cur_links .switcher-currency {
	float: left;
	width: 100%;
	border-top: 1px solid #f0f0f0;
	padding: 20px 0;
}
.greet.welcome span {
	font-size: 13px;
	font-weight: 500;
	letter-spacing: 1px;
	color: #000;
}
.my-account-cms span{
	font-size: 15px;
	font-weight: 600;
	text-transform: capitalize;
	color: #ffd200;
	line-height: 20px;
	display: block;
	position: relative;
	padding-right: 6px;
}
.my-account-cms span::after {
	content: "\f0dd";
	color: #ffd200;
	font-family: "FontAwesome";
	float: right;
	height: 13px;
	line-height: 8px;
	font-size: 13px;
	position: absolute;
	top: 4px;
	width: 10px;
	box-sizing: border-box;
	left: 100%;
	font-weight: normal;
}
.tm_headerlinkmenu::after {
	position: absolute;
	content: "";
	/*background: #2b63bd url("../images/menu_border.png") no-repeat center center;*/
	top: 1px;
	bottom: 0;
	left: -30px;
	right: auto;
	/*width: 2px;
	height: 45px;*/
}
.navigation.custommenu .menu-title::before {
	position: absolute;
	content: "";
	/*background: #2b63bd url("../images/menu_border.png") no-repeat center center;*/
	top: 10px;
	bottom: 0;
	right: 0;
	/*width: 2px;
	height: 45px;*/
}
.tm_headerlinks .header.links>li:hover >a{color: #205cbd;}
li.customer-welcome li a:hover{color:#205cbd;}
li.customer-welcome li a:hover span.counter{color: #205cbd;}
li.customer-welcome li a:hover span{color:#205cbd;}
.header.panel > .header.links > li{text-align: left;padding: 0;font-size: 12px;color: #000;}
.tm_headerlinks .header.links li.customer-welcome .customer-menu li a{color: #000;padding: 2px 0;}
.tm_headerlinks .header.links li.customer-welcome .customer-menu li a:hover{color:#205cbd;}
.customer-welcome .header.links{width: 100%;}
.tm_headerlinks .header.links .item.link.compare .action.compare.no-display{display: inline;}
.page-header .switcher .options.active ul.dropdown{
	background:#ffffff;
	top:25px;
	border:1px solid #ebebeb;
	padding: 10px;
	left: 0;
	right: auto;
	min-width: 85px;
}
.header-top .dropdown.switcher-dropdown li a{color:#ffffff;}
.page-header .switcher .options ul.dropdown li:hover, .page-footer .switcher .options ul.dropdown li:hover{background:none;}
.header-top .dropdown.switcher-dropdown li a:hover{color:#205cbd;}
.page-header .switcher .options ul.dropdown a,.page-footer .switcher .options ul.dropdown a{font-size: 12px;}
.page-header .switcher .options ul.dropdown a:hover,.page-footer .switcher .options ul.dropdown a:hover{color: #205cbd;}
.header.panel > .header.links > li.welcome, .header.panel > .header.links > li > a{font-size: 12px;}
.block-minicart .subtitle{display: block;}
.minicart-wrapper .block-minicart::before, .minicart-wrapper .block-minicart::after{display: none;}
.minicart-wrapper div.block-minicart{right: 0;border:1px solid #ebebeb;}
.header.panel > ul.header.links > li > a:hover{color:#205cbd;text-decoration: none;}
.header-right {
    float: right;
    width: 17%;
    padding: 0;
    text-align: right;
    margin: 3px 0 0;
}
.header-userzone div a {
	font-size: 16px;
	text-transform: capitalize;
	font-weight: 600;
	color: #000;
	background-color: #fff;
	padding: 8px 15px;
	border-radius: 0 5px 5px 0;
	display: inline-block;
	vertical-align: top;
	letter-spacing: 0.7px;
	border-left: 2px dashed #2457aa;
}
.page-header .header.content {
    padding: 23px 0;
    max-width: 100%;
}
.header-left {
	float: left;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	text-align:right;
	width: 100%;
	margin-right: 50px;
}
.header-logo .logo{z-index: 3;float: left;}
.customer-welcome .customer-name{padding:0;}
.header-menu {
	width: 100%;
	position: relative;
}
.page-layout-2columns-left .header-nav {
    margin-left: 0;
    width: 100%;
}

.header.panel > ul.header.links > li.welcome,
.header.panel > ul.header.links > li > a,
.header.panel > .header.links > li > a:visited
{color: #000;font-size: 12px;padding: 2px 0;}

.minicart-items-wrapper .product-item-photo{width: 25%;}
/* Start Header custom links CMS */
.header-contact-inner {float: left;}
.text-contact {
	color: #2d2d2d;
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 5px;
}
.tm_lang_cur_links span {
	font-size: 13px;
	color: #000;
	text-transform: uppercase;
	font-weight: 500;
	letter-spacing: 1px;
}
.header_customlink {
	float: left;
	position: relative;
	left: auto;
	margin: 0;
}
.header_customlink .headerlinks_inner { display: none;}
.header_customlink ul {margin: 0;}
.header_customlink li:first-child{ padding-left: 0;}
.header_customlink li { position:relative;float: left; margin: 0;}
.header_customlink li a {
    font-weight: 400;
    text-decoration: none;
    color: #ffffff;
    padding: 27px 16px 14px;
    display: block;
    font-size: 12px;
    /*text-transform: capitalize;*/
}
.header_customlink li.new a::before {
    content: '';
    position: absolute;
    top: 11px;
    /*width: 29px;
    height: 16px;
    background: url("../images/New.png") no-repeat center center;*/
    right: 20px;
}
.header_customlink li.hot a::before {
    content: '';
    position: absolute;
    top: 11px;
    /*width: 29px;
    height: 16px;
    background: url("../images/Hot.png") no-repeat center center;*/
    right: 20px;
}
.header-menu-outer .minicart-wrapper {margin: 13px 0 8px;}
.header_customlink li:first-child a{margin-left:10px;}
.header_customlink li a:hover{color:#ffd200;}
.header_customlink li:last-child:before{background: none;}
.welcome-cms {
	color: #333333;
	float: left;
	text-transform: uppercase;
}
.manufacturer_outer .owl-controls .owl-nav .owl-prev {
	left: 0;
	right: auto;
	border: unset;
	width: auto;
	height: auto;
}
.manufacturer_outer .owl-controls .owl-nav .owl-next{border:unset;width: auto;height: auto;}
.manufacturer_outer .owl-controls .owl-nav div{top: 27%;}

/* End Header custom link CMS */
/*--------------------------------------------------------------------Header CSS Ends Here------------------------------------------------------*/
/*------------------------------------------------Block Search CSS starts here---------------------------------------------------------*/
.block-search .field.search{
	float: left;
	width: 100%;
}
.block-search .actions{
	position: absolute;
	right: 10px;
	height: 100%;
	cursor: pointer;
	border-radius: 5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	-khtml-border-radius:5px;
}
.block-search .actions .action.search{
	height:100%;
	position: relative;
	right: 0;
}
.block-search .block.block-content{display:block;}
.block-search input{background-color: #ffffff; }
.block-search button.action.search[disabled] {
	-khtml-opacity: 1;
    -o-opacity: 1;
    -ms-opacity: 1;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    filter: Alpha(Opacity=100);
}
.block-search .minisearch input[type="text"]{
	height: 40px;
	padding:0 55px 0 20px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	border:none;
	color: #000;
}
.block-search button.action.search:before{
	content: "";
	/*background: url(../images/search.png) no-repeat center center;
	width: 40px;
	height: 100%;*/
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	display: inline-block;
}
.block-search button.action.search > span{font-size: 0px;}
/*------------------------------------------------Bloack Search CSS Ends here---------------------------------------------------------*/
/*-------------------------------------------------------------Page wrapper Content starts here--------------------------------------------------*/
/*************************************Easy Access Banner starts here************************************/
.easy-access.container-width {
	width: 100%;
	text-align: center;
	text-transform: capitalize;
	padding: 18px 20px;
}
.easy-access-heading {
	display: inline-block;
	font-size: 12px;
	color: #000000;
	position: relative;
	margin-right: 22px;
}
ul.access-trending {
	display: inline-block;
	margin: 0;
}
.access-trending li {
	display: inline-block;
	margin: 0;
	position: relative;
}
.access-trending li a {
	font-size: 12px;
	color: #989898;
	font-weight: 400;
	margin: 0 5px;
}
.easy-access-heading::after {
	position: absolute;
	content: " : ";
	font-size: 11px;
	left: auto;
	right: -15px;
	top: 0;
	bottom: auto;
}
.access-trending li a:hover{color: #2457aa;}
.access-trending li:last-child:after{display: none;}
/*************************************Easy Access Banner ends here************************************/
/********************************* Latest Product CSS starts here ***************************/
@-webkit-keyframes fixedheader{0%{top:-100%;}100%{top:0;}}
@-moz-keyframes fixedheader{0%{top:-100%;}100%{top:0;}}
@keyframes fixedheader{0%{top:-100%;}100%{top:0;}}

.product-item-info .product-item-image{position: relative;text-align: center;}
.product-item-info .product-item-image .product-image-container{vertical-align: middle;}

.products-grid .product-item-info,
.block.related .product-item-info,
.block.upsell .product-item-info,
.block.crosssell .product-item-info
{margin: 15px;width: auto;overflow: hidden;}

.products-grid .product-item-info:hover, .products-grid .product-item-info.active{
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow:none;
	border:none;
	margin:0 auto;
	background: transparent;
	margin: 15px;
	padding: 0;
}
.rating-summary .rating-result {
    vertical-align: text-top;
    width: 90px;
}
.product-item .price-box .price-label{font-size: 0;display: none;}
.products-grid .product-item-info:not(:hover):not(.active) .product-item-inner,
.products-grid .product-item-inner,
.products-crosssell.products-carousel .product-item-inner,
.products-upsell.products-carousel .product-item-inner,
.products-related.products-carousel .product-item-inner{
	margin: 0;
	position: absolute;
	text-align: left;
	top: auto;
	bottom: 8%;
	left: 0;
	right: 0;
	-khtml-opacity: 0;
    -o-opacity: 0;
    -ms-opacity: 0;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    filter: Alpha(Opacity=0);
	transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transform: translateX(-100%);
	clip: unset;
	border: unset;
	overflow: hidden;
	height: 36px;
	width: auto;
	box-shadow: unset;
	padding: 0;
	visibility: hidden;
}
.products-grid .product-item .product-item-info:hover .product-item-inner,
.products-crosssell.products-carousel .product-item-info:hover .product-item-inner,
.products-upsell.products-carousel .product-item-info:hover .product-item-inner,
.products-related.products-carousel .product-item-info:hover .product-item-inner {
	transform: translateX(0);
	-khtml-opacity: 1;
    -o-opacity: 1;
    -ms-opacity: 1;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    filter: Alpha(Opacity=100);
	visibility: visible;
}
.products.wrapper.list .product-reviews-summary {margin: 0 0 6px;text-align: center;}
.products.wrapper.list .swatch-attribute {
	float: left;
	width: 100%;
	text-align: center;
}
.page-products .wrapper.grid.products-grid .product-item-details {margin: 10px 0 0;}
.page-products .wrapper.grid.products-grid .product-details {
	float: left;
	width: 100%;
}
.products-related .product-item-actions,
.upsell .product-item-actions,
.products-grid .product-item-actions,
.checkout-cart-index .product-item-actions{
	margin:0;
	position: static;
}
.product-item-actions{display: inline;}
div.product-reviews-summary {
	position: relative;
	float: left;
	width: 100%;
	text-align: left;
	margin: 0 0 5px;
}

.latest-product-CMS .owl-stage-outer .owl-stage .owl-item::after,
.tm_product_tab .owl-stage-outer .owl-stage .owl-item::after,
.tm_Category_Slider_CMS .owl-stage-outer .owl-stage .owl-item::after,
.block.related .owl-stage-outer .owl-stage .owl-item::after,
.block.upsell .owl-stage-outer .owl-stage .owl-item::after,
.block.crosssell .owl-stage-outer .owl-stage .owl-item::after,
.page-products .products.wrapper.grid.products-grid .product-items .product.product-item::after{
    content: '';
    position: absolute;
    width: 1px;
    height: 293px;
    background: #f0f0f0;
    right: 7px;
    top: 15px;
}
.tm_Category_Slider_CMS .owl-stage-outer .owl-stage .owl-item::after{right: 0;}
.page-products .products.wrapper.list.products-list .product-items .product.product-item::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    background: #f0f0f0;
    left: 0;
    bottom: 15px;
}


.page-products .products.wrapper.list.products-list .product-items .product.product-item:last-child::after {content: none;}
.page-products .products.wrapper.grid.products-grid .swatch-attribute-options {margin: 9px 0 0 4px;}
.catalog-product-view .breadcumb_inner .page-title-wrapper h1 {display: none;}
.catalog-product-view div.breadcrumbs {padding: 0;float: left;}
.products.wrapper.list.products-list .product-item-name > a,
.products.wrapper.list.products-list .product-item-name > a:visited
{font-size: 14px;font-weight: 500;color: #000;}

.page-products .columns {overflow: hidden;}

.page-products.catalog-category-view .products-grid .product-item,
.page-products.catalog-category-view .products.wrapper.list.products-list .product-item
{position: relative;}

.products.wrapper.grid.products-grid .product-item .price-box {margin: 28px 0 0;}

.page-products .products.wrapper.grid.products-grid .product-item-info:not(:hover):not(.active) .product-item-inner,
.page-products .products.wrapper.grid.products-grid .product-item-inner {bottom: 6%;}

.catalog-product-view .column.main .product-info-main div.product-reviews-summary{
	-khtml-opacity: 1;
    -o-opacity: 1;
    -ms-opacity: 1;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    filter: Alpha(Opacity=100);
	position: static;
}

.product-item-name{margin:0;}
.product-item-details {
	margin: 10px 0 0;
	text-align: left;
	position: relative;
	overflow: hidden;
	float: left;
	width: 100%;
}
.new-label{right: 10px;background:#2457AA;display: none;}
.new-label, .sale-label {
	position: absolute;
	text-align: center;
	text-transform: uppercase;
	color: #fff;
	font-size: 11px;
	z-index: 1;
	padding: 2px 0px;
	top: 6px;
	line-height: 15px;
	width: 39px;
	font-weight: 500;
	border-radius: 5px;
}
.sale-label{left: 10px;background: #ffd200;color: #ffffff}
.products-grid .product-item-info:hover .new-label{display: block;}
.products-grid .product-item-info:hover .sale-label{display: none;}
.tm_latest_product{
	float: left;
	width: 100%;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.widget .block-title h2{margin:0;}
.product-item-name > a:hover{color: #205cbd;}
.product-item-info:hover .product-item-name > a {
	color: #000;
	cursor: pointer;
}
.tm_Category_Slider_CMS {
	float: left;
	width: 100%;
	position: relative;
	margin: 60px 0 0;
}
.cart.table-wrapper span {
	font-weight: 500;
	color: #000;
}
.minicart-items .product-item-name > a, .minicart-items .product-item-name > a:visited {
	color: #000;
	font-weight: 500;
}
.tm_Category_Slider_CMS .left-banner-cms {
	float: left;
	position: relative;
	overflow: hidden;
	width: 20%;
	display: inline-block;
}

.banner-content ul li a
	{font-size: 16px;
	font-weight: 500;
	color: #fff;
	padding: 9px 0 9px 26px;
	display: block;
	border-top: 1px solid transparent;
	border-bottom: 1px solid transparent;
	border-left: 4px solid transparent;
	}

.tm_Category_Slider_CMS .banner-content li {margin:0;}

.banner-content ul.cat_tabbernav_product li a.selected,
.banner-content ul.cat_tabbernav_product li a.selected,
.banner-content ul.cat-tabbernav-product li a.selected,
.banner-content ul.cat-tabbernav-product li a.selected,
.banner-content ul.cattabbernavproduct li a.selected,
.banner-content ul.cattabbernavproduct li a.selected{
	color: #ffd200;
	border-top-color: rgba(255,255,255,.3);
	border-bottom-color: rgba(255,255,255,.3);
	border-left-color: #ffd200;
	position: relative;
}

.banner-content ul.cat_tabbernav_product li a.selected::after,
.banner-content ul.cat_tabbernav_product li a.selected::after,
.banner-content ul.cat-tabbernav-product li a.selected::after,
.banner-content ul.cat-tabbernav-product li a.selected::after,
.banner-content ul.cattabbernavproduct li a.selected::after,
.banner-content ul.cattabbernavproduct li a.selected::after {
    content: "";
    left: auto;
    margin: 0 auto;
    position: absolute;
    left: 99%;
    text-align: center;
    bottom: 0;
    z-index: 9;
    top: 6px;
    width: 14px;
	height: 30px;
}
/*.banner-content ul.cat_tabbernav_product li a.selected::after,
.banner-content ul.cat_tabbernav_product li a.selected::after{background: url("../images/cat-arrow-1.png") no-repeat center center;}

.banner-content ul.cat-tabbernav-product li a.selected::after,
.banner-content ul.cat-tabbernav-product li a.selected::after{background: url("../images/cat-arrow-2.png") no-repeat center center;}

.banner-content ul.cattabbernavproduct li a.selected::after,
.banner-content ul.cattabbernavproduct li a.selected::after{background: url("../images/cat-arrow-3.png") no-repeat center center;}
*/
.banner-content ul.cat_tabbernav_product li a:hover,
.banner-content ul.cat_tabbernav_product li a:hover,
.banner-content ul.cat-tabbernav-product li a:hover,
.banner-content ul.cat-tabbernav-product li a:hover,
.banner-content ul.cattabbernavproduct li a:hover,
.banner-content ul.cattabbernavproduct li a:hover{color: #ffd200;}

.tm_Category_Slider_CMS .Block1 .cat_product_tabs,
.tm_Category_Slider_CMS .Block2 .cat_product_tabs,
.tm_Category_Slider_CMS .Block3 .cat_product_tabs {
	float: left;
	width: 80%;
	position: relative;
	margin: 0;
	clear: unset;
}
.tm_Category_Slider_CMS .banner-content {
    position: absolute;
    top: 7%;
    left: 0;
    width: 92%;
}

.tm_Category_Slider_CMS .owl-controls .owl-nav .owl-prev {left: -23%;}
.tm_Category_Slider_CMS .owl-controls .owl-nav .owl-next {right: auto;left: -19%;}
.tm_Category_Slider_CMS .banner-content .sub-text {
	color: #fff;
	font-size: 28px;
	font-weight: 600;
	position: relative;
	line-height: 30px;
	padding: 0 0 18px 0;
}
.tm_Category_Slider_CMS .banner-content .sub-text::after {
	position: absolute;
	content: "";
	left: 0;
	background: #ffd200;
	width: 40px;
	height: 3px;
	bottom: 0;
	right: 0;
	top: auto;
}
.tm_Category_Slider_CMS .banner-content .sub-heading {
	font-size: 12px;
	font-weight: 400;
	margin: 28px 0 0 0;
	color: #c4c4c4;
}
.sidebar .filter-options-content {padding:0;}
.tm_Category_Slider_CMS .Block2 .sub-heading, .tm_Category_Slider_CMS .Block2 .sub-text {color: #000}
.tm_Category_Slider_CMS .Block3 .sub-heading {color: #fff}
.tm_Category_Slider_CMS .banner-content .bnr-btn a {
	text-transform: capitalize;
	padding: 11px 23px 11px;
	background: #ffd200;
	color: #000;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	font-size: 12px;
}
.tm_Category_Slider_CMS .banner-content .bnr-btn:hover a{background:#fff;color: #000;}
.tm_Category_Slider_CMS .Block2 .banner-content .bnr-btn:hover a{background:#2457aa;color: #fff;}
.tm_Category_Slider_CMS .Block3 .banner-content .bnr-btn:hover a{background:#000;color: #fff;}
.tm_Category_Slider_CMS .Block1,
.tm_Category_Slider_CMS .Block2,
.tm_Category_Slider_CMS .Block3 {
	float: left;
	width: 100%;
	overflow: hidden;
	margin: 0 0 70px 0;
}
.tm_Category_Slider_CMS .products.wrapper.products-grid.grid {margin: 0;}
.tm_Category_Slider_CMS .Block3 {margin: 0}
.tm_Category_Slider_CMS .owl-stage-outer {padding: 0;}
.tm_Category_Slider_CMS .banner-content .bnr-btn {margin: 79px 0 0;}
.special-price .price-container .price, .old-price .price-container .price, .price-container .price, .product-item .price-box .price {
	font-size: 16px;
	color: #2457aa;
	font-weight: 600;
	letter-spacing: 0.6px;
}

.latest-product-CMS .block-new-content {
    margin: 35px 0 0;
    float: left;
    width: 100%;
}
.tm_special .product-item-info:hover .product-item-name > a,
.tm_special .product-item-info .product-item-name > a:hover
{color: #000;}

.tm_special .old-price .price-container .price {font-size: 14px;}
.tm_special .special-price .price-container .price{font-size: 18px;}
.old-price .price-container .price {
	color: #c8c8c8;
	text-decoration: line-through;
	font-weight: 500;
	font-size: 13px;
}
.product-item-name > a, .product-item-name > a:visited {
	text-transform: capitalize;
	letter-spacing: 0.7px;
	font-weight: 400;
	font-size: 12px;
	line-height: 20px;
	color: #707070;
}
.menu-title-inner span {
	display: block;
	color: #ffd200;
	font-size: 15px;
	font-weight: 600;
	text-transform: capitalize;
	line-height: 22px;
	position: relative;
}
.minicart-wrapper .subtotal {
	color: #ffd200;
	font-size: 15px;
	font-weight: 600;
	line-height: 16px;
	letter-spacing: 2px;
	display: block;
}
.product.info.detailed .fieldset > .field > .label{font-weight: 600;color: #000;}
.product.info.detailed .review-field-rating .label {font-weight: 600;color: #000;}
.product.info.detailed .fieldset .review-legend.legend strong {margin: 0;color: #000;}
.product.info.detailed .rating-summary {color: #000;}
.product-item .product-reviews-summary .reviews-actions a:hover{color: #205cbd;}
.product-item .price-box{margin: 0;}
.product-item-details .price-box .old-price{line-height: 1;margin: 0 0 0 5px;}
.tm_latest_product .block-new-content{display: inline-block;width: 100%;}
.block-compare .block-title, .block-reorder .block-title, .block-wishlist .block-title, .widget .block-title{margin:0;}
.product-item .product-reviews-summary .rating-summary{margin: 0;}
.rating-summary .rating-result{vertical-align: text-top;}
.rating-summary .rating-result:before {
    color: #cccccc;
    font-size: 14px;
    letter-spacing: 4px;
}
.rating-summary .rating-result span:before{font-size: 14px;letter-spacing: 4px;}
.product-item .action.towishlist span,.product-item .tocompare span{font-size: 0;display: none;}
.products-list .product-item .action.towishlist span,.products-list .product-item .tocompare span{font-size: 13px;display: inline;}
.products-list .product-item .tocompare,.products-list .product-item .action.towishlist{font-weight: 500;text-transform: capitalize;}
.products-list .product-item .tocompare{margin-left:10px;}
.products-list .product-item .action.towishlist{margin-right:10px;}
.abs-actions-addto::before, .bundle-options-container .block-bundle-summary .product-addto-links > .action::before,
.product-item-actions .actions-secondary > .action::before, .product-social-links .action.tocompare::before,
.wishlist.split.button > .action.split::before, .product-social-links .action.mailto.friend::before, .product-social-links .action.towishlist::before,
.block-bundle-summary .action.towishlist::before, .product-item .action.towishlist::before, .table-comparison .action.towishlist::before,
.product-item .tocompare:before,.product-item .action.towishlist:before{
	color: inherit;
	font-family: "FontAwesome";
	font-size: 16px;
	font-weight: normal;
	line-height: 24px;
	margin: 0;
	overflow: hidden;
}
.product-social-links .action.towishlist::before,
.block-bundle-summary .action.towishlist::before,
.product-item .action.towishlist::before,
.table-comparison .action.towishlist::before
{content: "\f08a";}

.abs-actions-addto:before,
.bundle-options-container .block-bundle-summary .product-addto-links > .action:before,
.product-item-actions .actions-secondary > .action:before,
.product-social-links .action.tocompare:before,
.wishlist.split.button > .action.split:before,
.product-social-links .action.mailto.friend:before,
.product-social-links .action.towishlist:before,
.block-bundle-summary .action.towishlist:before,
.product-item .action.towishlist:before,
.table-comparison .action.towishlist:before
{font-family: "FontAwesome";}

.product-item .tocompare:before{content: "\f24d";}
.product-item .tocompare,.product-item .action.towishlist,.product-item-actions .actions-secondary > .action{
	color: #808080;
	font-weight: 600;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}
.product-social-links .action.tocompare:before{content:"\f24d";}
.product-item-details .product-item-inner .actions-primary, .product-item-details .product-item-inner .actions-secondary {
	display: inline-block;
	padding: 0;
	vertical-align: top;
	border: unset;
	background: unset;
	margin: 0 5px 0 0;
}
.product-item-details .product-item-inner .actions-secondary a {
	padding: 0;
	cursor: pointer;
	color: #000;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	-khtml-border-radius: 5px;
	line-height: 20px;
	height: 35px;
	width: 35px;
	transition: all 500ms ease 0s;
	-webkit-transition: all 500ms ease 0s;
	-moz-transition: all 500ms ease 0s;
	-ms-transition: all 500ms ease 0s;
	-o-transition: all 500ms ease 0s;
}
.product-item-details .product-item-inner .actions-secondary .action.towishlist{background:#2457aa url(../images/sprite-1.png) no-repeat center -201px;}
.product-item-details .product-item-inner .actions-secondary .action.tocompare{background:#2457aa url(../images/sprite-1.png) no-repeat center -308px;}

.product-item-details .product-item-inner .actions-secondary .action.towishlist:hover,
.product-item-details .product-item-inner .actions-secondary .action.towishlist:focus,
.product-item-details .product-item-inner .actions-secondary .action.towishlist:active
{background:#2457aa url(../images/sprite-1.png) no-repeat center -201px;border-radius: 50%}

.product-item-details .product-item-inner .actions-secondary .action.tocompare:hover,
.product-item-details .product-item-inner .actions-secondary .action.tocompare:active,
.product-item-details .product-item-inner .actions-secondary .action.tocompare:focus
{background:#2457aa url(../images/sprite-1.png) no-repeat center -308px; border-radius: 50%;}

.product-item .action.towishlist::before,.product-item-actions .actions-secondary > .action::before, .product-item .tocompare::before{content: none;}
.product-item-details .product-item-inner .actions-secondary.wishlist a:hover,
.product-item-details .product-item-inner .actions-secondary.compare a:hover{color: #ffffff;}
.product-item-details .product-item-inner .actions-secondary.compare a{display: inline-block;}
.special-widget-block .product-item-name > a, .special-widget-block .product-item-name > a:visited {
    text-transform: capitalize;
    letter-spacing: 0.7px;
    font-weight: 500;
    font-size: 16px;
    line-height: 25px;
    color: #707070;
}
.special-widget-block div.product-reviews-summary {margin: 10px 0 0;}
.special-widget-block .products.wrapper.grid.products-grid .product-item .price-box {
	position: relative;
	margin:12px 0 5px;
	float: left;
	width: 100%;
	text-align: left;
}
.special-widget-block .products-grid .product-item-info:not(:hover):not(.active) .product-item-inner,
.special-widget-block .products-grid .product-item-inner {
	top: auto;
	bottom:0;
}
.special-widget-block .grid .product-item .product-item-info:hover .price-box {
	-khtml-opacity: 1;
    -o-opacity: 1;
    -ms-opacity: 1;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    filter: Alpha(Opacity=100);
}
.special-widget-block .specialdates {display: none;}
.special-widget-block .special-count {
    float: left;
    width: auto;
    position: relative;
    margin: 15px 0 60px;
    border: 1px solid #e5e5e5;
    padding: 0 5px;
    border-radius: 5px;
}
.special-widget-block .special-count .time::after {
    border-right: 1px solid #e5e5e5;
    width: 1px;
    height: 20px;
    content: '';
    position: absolute;
    top: 16px;
    right: -6px;
}
.special-widget-block .special-count .no-secs.time::after{content: none;}
.special-widget-block {
    float: left;
    width: 100%;
    position: relative;
    margin: 35px 0 0;
}
.special-widget-block .special-count .time {
    font-size: 20px;
    padding: 8px 8px 4px;
    border-radius: 5px;
    color: #202020;
    font-weight: 600;
    text-align: center;
    line-height: 20px;
    display: inline-block;
    margin: 0 5px 0 0;
    width: 36px;
    position: relative;
}
.special-widget-block .special-count .no-secs.time{margin: 0}
.special-widget-block .special-count .time span {
	color: #9d9d9d;
	font-size: 11px;
	display: block;
	line-height: 20px;
	font-weight: 400;
	text-transform: capitalize;
}
.special-widget-block .product-item-info:hover div.product-reviews-summary{margin: 10px 0 0;}
.special-widget-block .grid .product-item-info:hover .price-box {
	-khtml-opacity: 1;
    -o-opacity: 1;
    -ms-opacity: 1;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    filter: Alpha(Opacity=100);
}
.products-grid .product-item{margin-bottom: 0;}

@-webkit-keyframes fixedAnim {
	0% {
		top: -100%;
	}
	100% {
		top: 0;
	}
}

@-moz-keyframes fixedAnim {
	0% {
		top: -100%;
	}
	100% {
		top: 0;
	}
}

@keyframes fixedAnim {
	0% {
		top: -100%;
	}
	100% {
		top: 0;
	}
}
.header-menu-outer.sticky {
	position: sticky;
	top: 0;
	left: 0;
	z-index: 9999;
}
.header-menu-outer.fixed {
	background-color:#1f4c94;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	animation: 0.9s ease 0s normal both 1 running fixedAnim;
	-webkit-animation: 0.9s ease 0s normal both 1 running fixedAnim;
	-moz-animation: 0.9s ease 0s normal both 1 running fixedAnim;
	-o-animation: 0.9s ease 0s normal both 1 running fixedAnim;
	z-index: 1001;
	transition: all 0.3s ease-out 0s;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
}
/********************************** Latest Product CSS Ends here ****************************/
/**************************************** Subbanner CMS *************************************/
.left-banner {float: left;position: relative;width: 100%;overflow: hidden;}
.left-banner a::before{
	background-color: rgba(255,255,255,0.1);
	content: "";
	height: 100%;
	left: -100%;
	-khtml-opacity: 1;
    -o-opacity: 1;
    -ms-opacity: 1;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    filter: Alpha(Opacity=100);
	position: absolute;
	top: 0;
	transition-duration: 0.35s;
	-webkit-transition-duration: 0.35s;
	-moz-transition-duration: 0.35s;
	-ms-transition-duration: 0.35s;
	-o-transition-duration: 0.35s;
	width: 100%;
}
.left-banner a:hover::before{
	left: 0;
	-khtml-opacity: 1;
    -o-opacity: 1;
    -ms-opacity: 1;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    filter: Alpha(Opacity=100);
}

.left-banner a::after{
	background-color: rgba(255, 255, 255, 0.1);
	content: "";
	height: 100%;
	-khtml-opacity: 0;
    -o-opacity: 0;
    -ms-opacity: 0;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    filter: Alpha(Opacity=0);
	position: absolute;
	right: -100%;
	top: 0;
	transition-duration: 0.35s;
	-webkit-transition-duration: 0.35s;
	-moz-transition-duration: 0.35s;
	-ms-transition-duration: 0.35s;
	-o-transition-duration: 0.35s;
	width: 100%;
}

.left-banner a:hover::after{
	-khtml-opacity: 1;
    -o-opacity: 1;
    -ms-opacity: 1;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    filter: Alpha(Opacity=100);
	right: 0;
}

.tm_subbanner_cms{margin: 15px 0;float:left;width: 100%;}
.subbanner-cms {
	display: block;
	text-align: center;
	width: 100%;
}
.subbanner-outer{float: left;width: 33.33%;box-sizing: border-box;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;padding: 0 9px;}
div.subbanner-cms>div:first-child{padding-left: 0;padding-right:18px;}
div.subbanner-cms>div:last-child{padding-right: 0;padding-left:18px;}
.subbanner1,.subbanner2,.subbanner3{
	width:100%;
	float:left;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	border: 1px solid #ebebeb;
	padding:25px 23px 45px;
}
.subbanner{
	float:left;
	text-align: left;
	width: 55%;
	padding: 25px 0 0px 32px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.sub-side-banner{float: right;width: 45%;}
.sub-side-banner img{width: auto;}
.subbanner .title {
	font-size: 24px;
	text-transform: capitalize;
	font-weight: 600;
	color: #000000;
	font-family: 'Raleway', sans-serif;
}
ul.sub-cat-list{margin:35px 0 10px 0px;display: inline-block;width: 100%;}
ul.sub-cat-list li{margin:0;text-transform: capitalize;cursor: pointer;position: relative;padding: 0 0 0 21px;}
ul.sub-cat-list li a {
	color: #000000;
	font-size: 13px;
	line-height: 30px;
	letter-spacing: 1px;
}
ul.sub-cat-list li a:hover{color: #205cbd;}
ul.sub-cat-list li a:before {
	content: "\f105";
	font-family: "FontAwesome";
	font-size: 14px;
	margin: 0;
	position: absolute;
	left: 0;
}
.sub-view-all{float: left;}
.sub-view-all a{
	font-size: 13px;
	font-weight: 500;
	color: #205cbd;
	float: left;
	text-transform: uppercase;
	transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}
.sub-view-all a:after {
	content: "\f101";
	font-family: "FontAwesome";
	font-style: normal;
	padding: 0 0 0 10px;
}
.sub-view-all a:hover{
	letter-spacing: 2px;
	text-transform: uppercase;
	color:#000000;
}
.subbanner1 .sub-side-banner img, .subbanner2 .sub-side-banner img, .subbanner3 .sub-side-banner img{
	float: right;
	margin-top:10px;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}
.subbanner1:hover .sub-side-banner img, .subbanner2:hover .sub-side-banner img, .subbanner3:hover .sub-side-banner img{
	transform: scale(1.05);
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-o-transform: scale(1.05);
}
/************************************************************ End Subbanner CMS **************************************************************/
/***********************************************************Product tab CSS starts here*******************************************************/
/* Tabbed Product CMS */
.tm_product_tab,.tm_special,.tm_blog{
	width:100%;
	float: left;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	margin-top: 25px;
	overflow: hidden;
}
.tm_blog{background: transparent;padding:45px 32px 11px;margin: 15px 0 0;}
.tm_latest_product .widget .block-title h2 a,.tm_blog .blog_title h2 a,.tm_special .main-title,.tab-main-title{
	color: #000;
	font-size: 20px;
	font-weight: 500;
	text-transform: capitalize;
	position: relative;
	line-height: 20px;
	margin: 0 0 20px 0;
	letter-spacing: 1px;
	display: inline-block;
	float: left;
}
.tm_product_tab .tab-main-title>ul{font-family: 'Open Sans', sans-serif;}
.block.upsell .category-title h2 strong, .block.related .category-title h2 strong, .block.crosssell .category-title h2 strong{
	width:100%;
	color: #000;
	font-size: 16px;
	font-weight: 600;
	letter-spacing: 0.5px;
	text-transform: capitalize;
	position:relative;
	padding-bottom: 30px;
	border-bottom:1px solid #d9d9d9;
	margin:0;
	display: inline-block;
	font-family: 'Raleway', sans-serif;
}
.tm_latest_product .block.widget.block-new-products.grid-view .block-new-content{margin-top: 16px;}
.tm_product_tab .products.items.product-items.grid-view{margin:16px -16px 0 -16px;overflow: hidden;}
.tm_product_tab ul.tabbernav_product {
	position: relative;
	padding: 0;
	display: inline-block;
	margin: 0 0 0 30px;
	float: left;
}
.tm_product_tab .tabbernav_product li {
	display: inline-block;
	float: left;
	margin:0;
	vertical-align: middle;
}
.tm_product_tab .tabbernav_product li:last-child{background: none;}
.tm_product_tab ul.tabbernav_product li a {
	display: block;
	font-size: 16px;
	font-weight: 400;
	text-align: center;
	text-transform: capitalize;
	letter-spacing: 1px;
	margin: 0 20px;
	line-height: 20px;
	color: #c7c7c7;
}
ul.tabbernav li a.selected, ul.tabbernav_product li a.selected, ul.tabbernav li a:hover, ul.tabbernav_product li a:hover {color: #ffd200;}
a:active, .alink:active{text-decoration: none;}
.tm_product_tab .tabbernav_product .tab-text{font-size: 13px;}
.product_tabs {
	clear: both;
	margin:0px;
	float: left;
	width: 100%;
}
.owl-controls .owl-nav .owl-prev {left: 15px;}
.owl-controls .owl-nav .owl-next {right: 15px;left: auto;}
.category_product_tab .product_tabs{margin: 45px 0 0;overflow: hidden;}
.category_product_tab .tab-title, .tm_special .tab-title, .latest-product-CMS .tab-title{border-bottom: 2px solid #f0f0f0;float: left;width: 100%;}
.tm_product_tab .product_tabs .block,.tm_product_tab .product_tabs .products-grid .product-item{margin-bottom: 0;}
.page-layout-1column .block.widget .products-grid li.product-item, .page-layout-1column .block.widget .products-grid li.product-item:nth-child(4n+1) {
	margin: 0;
	display: inline-block;
	vertical-align: middle;
	float: none;
	position: relative;
	width: 20%;
}
.latest-product-CMS {
	float: left;
	width: 100%;
	position: relative;
	margin: 75px 0 0;
	overflow: hidden;
}
.special-widget-block .product-item-info .product-item-image {
	position: relative;
	text-align: center;
	width: 50%;
	display: inline-block;
	float: left;
}
.featured-category-CMS .owl-controls .owl-nav div {
	border: unset;
	width: auto;
	height: auto;
	top: -32%;
}
.featured-category-CMS .owl-controls .owl-nav .owl-next,
.blog .owl-controls .owl-nav .owl-next
{right: 15px;}

.featured-category-CMS .owl-controls .owl-nav .owl-prev,
.blog .owl-controls .owl-nav .owl-prev
{right: 40px;left: auto;}

.featured-category-CMS .owl-controls .owl-nav .owl-prev::before,
.featured-category-CMS .owl-controls .owl-nav .owl-next::before,
.blog .owl-controls .owl-nav .owl-prev::before,
.blog .owl-controls .owl-nav .owl-next::before,
.manufacturer-product-outer .owl-controls .owl-nav .owl-prev::before,
.manufacturer-product-outer .owl-controls .owl-nav .owl-next::before
{color: #000;font-size: 22px}

.special-widget-block .product-item-details {
	text-align: left;
	position: relative;
	float: right;
	width: 50%;
	margin: 0;
}
.owl-controls .owl-nav div{
	border:none;
	cursor: pointer;
	display: block;
	position: absolute;
	top: 35%;
	transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	 -moz-transition: all 0.3s ease 0s;
	  -ms-transition: all 0.3s ease 0s;
	   -o-transition: all 0.3s ease 0s;
	z-index:5;
	line-height: 40px;
	font-size: 0;
	border: 1px solid #e3e3e3;
	border-radius: 50%;
	width: 40px;
	height: 40px;
}
.owl-controls .owl-nav .owl-prev::before, .owl-controls .owl-nav .owl-next::before {
	color: #e3e3e3;
	content: "";
	margin-bottom: 2px;
	font-family: "FontAwesome";
	font-size: 28px;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	font-weight: normal;
}
.owl-controls .owl-nav .owl-prev:before{content: "\f104";}
.owl-controls .owl-nav .owl-prev:hover::before, .owl-controls .owl-nav .owl-next:hover::before {color: #ffd200;}
.owl-controls .owl-nav .owl-prev:hover, .owl-controls .owl-nav .owl-next:hover {border-color: #ffd200;}
.owl-controls a.prev:hover, .owl-controls .owl-nav a.next:hover  { text-decoration:none;}
.owl-controls .owl-nav .owl-next:before {content: "\f105";}
.owl-controls .owl-nav div i{ display: none;}
.owl-stage-outer{padding:0;}
.products.wrapper{margin:0;}
.tm_latest_product .owl-stage-outer .owl-stage .owl-item,.tm_product_tab .owl-stage-outer .owl-stage .owl-item {text-align: center;}
.cms-home .products.items.product-items.widget-product-grid.grid-view{padding:0 0 16px 0;overflow: hidden;}
/* End Tabbed Product CMS */
/**************************************************************Product Tab CSS ends***********************************************************/
/*-------------------------------------------------------------Special Products block CSS starts here----------------------------------------*/
.tm_special .block.widget.block-products-list.grid{margin-bottom: 0;}
/*-------------------------------------------------------Special product  block CSS Ends here-------------------------------------------------*/
/********************************************************Advertise Banner CSS start Here*********************************************************/
.tm_advertise_banner_cms{display: inline-block;position: relative;margin: 50px 0 25px;}
.ad_banner{position: relative;overflow: hidden;border: unset;}
.ad_banner a:before{
	position: absolute;
	width: 20%;
	height: 100%;
	background: rgba(255, 255, 255, 0.3);
	content: "";
	transform: skew(-20deg);
	-webkit-transform: skew(-20deg);
	-ms-transform: skew(-20deg);
	-moz-transform: skew(-20deg);
	-o-transform: skew(-20deg);
	left: -25%;
}
.ad_banner:hover a:before{
	left:105%;
	transition:left 0.5s ease;
	-webkit-transition:left 0.5s ease;
	-moz-transition:left 0.5s ease;
	-ms-transition:left 0.5s ease;
	-o-transition:left 0.5s ease;
}
.advertise_banner_content {
	position: absolute;
	text-align: center;
	text-transform: capitalize;
	top: 30px;
	bottom: auto;
	left: 17%;
	right: auto;
}
.advertise_banner_content .text1 {
	font-size: 28px;
	font-weight: 600;
	color: #fff;
	text-align: center;
	display: block;
	line-height: 35px;
	margin-bottom: 25px;
}
.advertise_banner_content .text2 {
	font-size: 16px;
	font-weight: 400;
	color: #fff;
	margin: 0 0 25px 0;
	display: block;
}
.advertise_banner-button a {
	color: #fff;
	font-size: 16px;
	font-weight: 500;
	border-bottom: 1px solid #fff;
}
.advertise_banner-button:hover a {
	color: #000;
	border-color: #000;
}
/********************************************************Advertise banner CSS Ends Here*********************************************************/
/************* Sub banner center start here **************/
.sub-banner1-center {
	width: 69.3%;
	position: relative;
	float: left;
	margin-right: 1.05%;
	overflow: hidden;
	border-radius: 5px;
}
.sub-banner-bottom-cms {
	float: left;
	width: 100%;
	margin: 80px 0 0;
	position: relative;
}
.sub-banner2-center {
	width: 28.6%;
	position: relative;
	float: left;
	margin-left: 1.05%;
	overflow: hidden;
	border-radius: 5px;
}
.sub-banner-center-content {
	position: absolute;
	color: #ffffff;
	text-transform: capitalize;
	width: 300px;
}
.sub-banner1-center .sub-banner-center-content {
	top: 22%;
	bottom: auto;
	left: 50px;
	right: auto;
}
.sub-banner-center-content .text1 {
	font-size: 28px;
	font-weight: 600;
	display: block;
	margin-bottom: 20px;
}
.sub-banner-center-button a {
	color: #fff;
	border-bottom: 1px solid #fff;
	font-size: 16px;
	font-weight: 500;
}
.sub-banner-center-button:hover a{color: #000;border-color: #000;}
.sub-banner2-center .sub-banner-center-content .text1 {
	font-size: 26px;
	font-weight: 600;
	line-height: 30px;
	margin-bottom: 10px;
}
.sub-banner-center-content .text2 {
	font-size: 14px;
	font-weight: 400;
	margin: 0 0 20px;
	display: block;
	line-height: 25px;
}
.sub-banner2-center .sub-banner-center-content {
	top: 22%;
	text-align: center;
	left: 0;
	right: 0;
	margin: 0 auto;
}
.sub-banner-center-button a:hover{
	color: #000000;
}
.sub-banner-center-img{
	transform: scale(1);
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);

	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}
.sub-banner-center-img:hover {
	transform: scale(1.05);
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-o-transform: scale(1.05);

	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}
/************* Sub banner center end here **************/
/************* Sub banner bottom start here **************/
.sub-banner-center-cms {
	float: left;
	width: 100%;
	margin: 60px 0 0;
}
.sub-banner1-bottom {
	width: 48.95%;
	position: relative;
	float: left;
	margin-right: 1.05%;
	overflow: hidden;
	border-radius: 5px;
}
.sub-banner2-bottom {
	width: 48.5%;
	position: relative;
	float: left;
	margin-left: 1.05%;
	overflow: hidden;
	border-radius: 5px;
}
.sub-banner-bottom-content {
	position: absolute;
	color: #ffffff;
	text-transform: capitalize;
	width: 300px;
	top: 22%;
	bottom: auto;
	right: auto;
	left: 50px;
}
.sub-banner-bottom-content .text1 {
	font-size: 28px;
	font-weight: 600;
	display: block;
	margin-bottom: 12px;
	line-height: 30px;
}
.sub-banner-bottom-button a {
	color: #fff;
	border-bottom: 1px solid #fff;
	font-size: 16px;
	font-weight: 500;
}
.sub-banner-bottom-content .text2 {
	font-size: 14px;
	font-weight: 500;
	margin: 0 0 25px;
	display: block;
}
.blog-subbanner_CMS .blog .post-content-inner {
	float: right;
	text-align: center;
	width: 66%;
	margin: 20px 0 10px;
	padding: 0 0 0 35px;
	display: inline-block;
}
.blog_title {
	font-size: 20px;
	font-weight: 500;
	letter-spacing: 1px;
	line-height: 20px;
	color: #000;
	padding: 0 0 20px 0;
	border-bottom: 1px solid #f0f0f0;
}
.blog-subbanner_CMS .sub-banner-bottom-content .text1 {font-size: 26px;}
.blog-subbanner_CMS .sub-banner-bottom-content .text2 {font-weight: 400;}
.blog-subbanner_CMS .sub-banner-bottom-button:hover a {
	color: #ffd200;
	border-color: #ffd200;
}
.blog-subbanner_CMS .post-ftimg-hld {
	display: inline-block;
	margin: 0;
	overflow: hidden;
	position: relative;
	vertical-align: top;
	width: 28%;
}
.blog-subbanner_CMS .blog {
	float: unset;
	width: 100%;
	position: relative;	
}
.post-list-wrapper.blog-widget-recent:not(.blog-widget-recent-masonry) .post-holder {
	width: 31% !important;
}
.post-list .post-header .post-title a {
    font-size: 20px !important;
    color: #636363;
    min-height: 60px;
    display: inline-flex;
    align-items: baseline;
    line-height: 150%;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.sub-banner-bottom {
	position: relative;
	float: left;
	width: auto;
	overflow: hidden;
}
.blog-subbanner_CMS.homepage-bkg {
	float: left;
	width: 100%;
	position: relative;
	margin: 75px auto 0;
}
.blog-carousel-container {margin:40px 0 0 0;}
.blog-subbanner_CMS.homepage-bkg .owl-stage-outer {padding: 0;}
.brand_title {display: none;}
.sub-banner-bottom-button:hover a{
	color: #000;
	border-color: #000;
}
.sub-banner-bottom-img{
	transform: scale(1);
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);

	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}
.sub-banner-bottom-img:hover {
	transform: scale(1.05);
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-o-transform: scale(1.05);

	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}
/************* Sub banner bottom end here **************/


/**************************featured category start here *********************************************/
.featured-category-CMS {
	float: left;
	width: 100%;
	margin: 30px 0 0;
	background: url("../images/bg.jpg") no-repeat scroll 0 0;
	padding: 30px 0 0;
}
.featured-tittle {
	font-size: 16px;
	color: #000;
	font-weight: 600;
	display: inline-block;
	width: auto;
	vertical-align: top;
	margin-right: 15px;
	text-transform: capitalize;
}
.featured-text-block {
	display: inline-block;
	color: #a5a5a5;
	font-size: 12px;
	text-transform: capitalize;
}
.featured-category-CMS .cat-image {
	float: none;
	width: auto;
	margin: 0;
	text-align: center;
}
.featured-category-CMS .cat-tittle a {
	font-size: 13PX;
	color: #000;
	text-align: center;
	display: inline-block;
	vertical-align: top;
	margin-top: 20px;
	text-transform: capitalize;
	font-weight: 500;
}
.featured-category-CMS .cat-image:hover .cat-tittle a {color: #2457aa;}

/**************************featured category end here *********************************************/

/**************************services start here *********************************************/
.serviceblock {
	width: 25%;
	float: left;
	box-sizing: border-box;
	position: relative;
	text-align: center;
	border-right: 2px solid #f0f0f0;
}
.serviceblock4.serviceblock {
	border-right: none;
}
.service-cms {
	float: left;
	width: 100%;
	box-sizing: border-box;
	padding: 30px 0;
	border: 2px solid #f0f0f0;
	border-radius: 5px;
	margin: 60px 0 0;
}
.service-text {
	padding: 0 0 0 60px;
	display: inline-block;
	text-align: left;
}
.serviceblock1 .shipping-info{
	background: url("../images/services.png") no-repeat scroll 8px -914px transparent;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}
.serviceblock1:hover .shipping-info {
	background-position: 8px -1067px;
}
.serviceblock2 .money-return {
	background: url("../images/services.png") no-repeat scroll 8px -607px transparent;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}
.serviceblock2:hover .money-return {
	background-position: 8px -760px;
}
.serviceblock3 .support {
	background: url("../images/services.png") no-repeat scroll 7px -301px transparent;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}
.serviceblock3:hover .support {
	background-position: 7px -454px;
}
.serviceblock4 .offer {
	background: url("../images/services.png") no-repeat scroll 7px 4px transparent;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}
.serviceblock4:hover .offer {
	background-position: 7px -149px;
}
.serviceblock:hover .service-text .title {
	color: #205cbd;
}
.serviceblock .title {
	font-size: 15px;
	text-transform: capitalize;
	color: #000;
	font-weight: 500;
}
.serviceblock .service-sub-text {
	display: block;
	color: #979797;
	font-size: 14px;
}
/**************************services end here *********************************************/
/*****************************************************Sub Advertise Banner CSS starts here******************************************************/
.sub-adbanner-cms {
	margin: 60px 0;
	float: left;
	width: 100%;
}
.sub-adbanner {
	width: 32%;
	float: left;
	position: relative;
	overflow: hidden;
}
.festive-offer-inner:before{
	content:"";
	background: rgba(0, 0, 0, 0) linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%) repeat scroll 0 0;
	width: 50%;
	height: 100%;
	top: 0;
	left: -100%;
	position: absolute;
	transform: skew(-30deg);
	-webkit-transform: skew(-30deg);
	-moz-transform: skew(-30deg);
	-ms-transform: skew(-30deg);
	-o-transform: skew(-30deg);
}
.sub-adbanner:hover:before,.festive-offer-inner:hover:before{
	transition: left 1s ease;
	-webkit-transition: left 1s ease;
	-moz-transition: left 1s ease;
	-ms-transition: left 1s ease;
	-o-transition: left 1s ease;
	left:165%;
}
.sub-adbanner1 {
	margin-right: 1%;
}
.sub-adbanner .sub-adbanner-img a::before, .sub-adbanner .sub-adbanner-img a::after {
	background: rgba(219, 219, 219, 0.3) none repeat scroll 0 0;
	content: " ";
	height: 0;
	padding: 0;
	position: absolute;
	transition: all 0.8s ease 0s;
	-webkit-transition: all 0.8s ease 0s;
	-moz-transition: all 0.8s ease 0s;
	-ms-transition: all 0.8s ease 0s;
	-o-transition: all 0.8s ease 0s;
	width: 0;
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
}
.sub-adbanner .sub-adbanner-img a::before{
	left: 0;
	top: 0;
}
.sub-adbanner .sub-adbanner-img a::after{
	right: 0;
	bottom: 0;
}
.sub-adbanner:hover .sub-adbanner-img a::before, .sub-adbanner:hover .sub-adbanner-img a::after{
	height: 100%;
	width: 100%;
	transform: rotate(0);
	-webkit-transform: rotate(0);
	-ms-transform: rotate(0);
	-o-transform: rotate(0);
	-moz-transform: rotate(0);
}
.sub-adbanner2 {
	margin-left: 1%;
	margin-right: 1%;
}
.sub-adbanner3 {
	margin-left: 1%;
}
.sub-adbanner-content {
	position: absolute;
	top: 40px;
	bottom: auto;
	left: 35px;
	right: auto;
	text-align: left;
}
.sub-adbanner2 .sub-adbanner-content {
	bottom: 13%;
	top: auto;
}
.sub-adbanner-content .text1 {
	font-size: 24px;
	color: #000;
	font-weight: 600;
	display: block;
	text-align: left;
	text-transform: capitalize;
	line-height: 25px;
}
.sub-adbanner-content .text2 {
	font-size: 15px;
	text-align: left;
	display: block;
	color: #000;
	font-weight: 600;
	padding: 15px 0;
	text-transform: capitalize;
}
.sub-adbanner-button a {
	text-transform: capitalize;
	padding: 10px 18px 9px;
	background: #ffd200;
	color: #000;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	font-size: 12px;
    border: unset;
}
.sub-adbanner-button {
	position: relative;
	float: left;
	line-height: 36px;
}
.sub-adbanner-button a:hover{background: #000;color: #ffffff;}
.sub-adbanner-msg{
	font-size: 12px;
	color: #fff;
	text-transform: capitalize;
	font-weight: 400;
}
.banner-offer {
	position: absolute;
	bottom: 9%;
	left: 35px;
	right: auto;
	top: auto;
}
.sub-adbanner2 .sub-adbanner-button a {background: #fff;color: #000;}
.sub-adbanner2 .sub-adbanner-button:hover a {background: #ffd200;}

.sub-adbanner3 .sub-adbanner-button a {background: #000;color: #fff;}
.sub-adbanner3 .sub-adbanner-button:hover a {background: #fff;color: #000;}

.sub-adbanner2 .banner-offer {
	top: 10%;
	bottom: auto;
}
.sub-adbanner-msg .msg-offer {
	padding: 0 0 0 15px;
	position: relative;
}
.sub-adbanner-msg .msg-offer::before {
	content: "";
	background-color: #fff;
	width: 1px;
	height: 13px;
	position: absolute;
	top: 2px;
	left: 5px;
}
.cat-image img {
	border: 4px solid #f7f7f7;
	border-radius: 50%;
	transition: all 0.6s ease-in-out;
	-webkit-transition: all 0.6s ease-in-out;
	-moz-transition: all 0.6s ease-in-out;
	-ms-transition: all 0.6s ease-in-out;
	-o-transition: all 0.6s ease-in-out;
	transform: rotateY(0deg);
	-webkit-transform: rotateY(0deg);
	-ms-transform: rotateY(0deg);
	-o-transform: rotateY(0deg);
	-moz-transform: rotateY(0deg);
}
.cat-image:hover img {
	transform: rotateY(360deg);
	-webkit-transform: rotateY(360deg);
	-ms-transform: rotateY(360deg);
	-o-transform: rotateY(360deg);
	-moz-transform: rotateY(360deg);
}
.blog .owl-controls .owl-nav div {
	top: -89px;
	border: unset;
	width: auto;
	height: auto;
}
.block-brand a:hover {color: #205cbd;}
.product-main-content .product-info-main .fieldset > .field > .label,
.product-main-content .product-info-main .fieldset > .fields > .field > .label {
	font-weight: 500;
	color: #000;
}
/******************************************************Sub Advertise Banner CSS Ends here*******************************************************/
/***********************************************************Footer offer css starts here****************************************************************/
.festive-offer-cms {
	width: 15%;
	float: left;
	text-align: center;
	background: #194894;
	color: #ffffff;
	margin-top: -7px;
	position: relative;
}
.festive-offer-inner {
	padding: 7px 0 15px 0;
	overflow: hidden;
	position: relative;
}
.festive-offer-cms img.img-respo {
	width: auto;
}
.offer-link{
	font-size: 12px;
	color: #ffd200;
	font-weight: 400;
	font-style: italic;
	text-transform: capitalize;
	transition: all 200ms ease 0s;
	-webkit-transition: all 200ms ease 0s;
	-moz-transition: all 200ms ease 0s;
	-ms-transition: all 200ms ease 0s;
	-o-transition: all 200ms ease 0s;
}
.offer-link:hover{
	color: #fff;
	letter-spacing: 1.5px;
}
.offer-heading {
	font-size: 18px;
	color: #fff;
	font-weight: 600;
	font-style: italic;
	text-transform: capitalize;
}
.offer-link:after {
	content: "\f101";
	position: relative;
	font-family: "FontAwesome";
	margin-left: 5px;
	font-size: 12px;
	font-style: normal;
}
.festive-offer-inner .offer-link{
	display: inline-block;
	cursor: pointer;
}
/***********************************************************Footer offer css ends here******************************************************************/
/*-------------------------------------------------------Newsletter CSS starts here-------------------------------------------------------*/
.news-left {
	float: left;
	width: 48%;
}
.news-right {
	float: right;
	width: auto;
	padding: 0;
	text-align: right;
	padding:4px 0;
}
#newsletter-error{text-align: left;}
.news-right>ul>li{margin: 0;}
.news-text label>span{font-size: 10px;vertical-align: super;}
.news-heading{
	color: #ffffff;
	font-size: 20px;
	font-weight: 600;
	text-transform: capitalize;
}
.news-heading span{
	color: #ffd200;
}
div.block.newsletter{
	margin: 0;
	padding: 0;
	width: 20%;
	text-align: left;
	box-sizing: border-box;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;
	float: left;
	padding: 0 0 0 30px;
}
.block.newsletter .description {
	font-size: 12px;
	font-weight: 400;
	color: #ebebeb;
	margin: 0 0 15px 0;
}
.block.newsletter .field{float: none;width: 100%;display: inline-block;}
.block.newsletter{float: left;}
.block.newsletter.footer-area{width:100%;padding: 0;	}
.footer_newsletter .news-text{font-size:13px;color:#ffffff;}
.block.newsletter input{
	padding: 0 50px 0 20px;
	height: 44px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	-khtml-border-radius: 5px;
	border: unset;
	color: #555;
}
.block.newsletter input::placeholder {color: #555;}
.block.newsletter .form.subscribe{position:relative;}
.block.newsletter .field .control:before{content: '';}
.block.newsletter .actions{
	display: inline-block;
	width: auto;
	position: absolute;
	right: 0;
}

.block.newsletter .action.subscribe {
	color: #000000;
	font-size: 0;
	padding: 0;
	margin: 0;
	float: right;
	position: relative;
	border-radius: 5px;
/*	background: url("../images/mail.png") no-repeat center center !important;
	width: 44px;
	height: 44px;*/
}
.block.newsletter .action.subscribe span, .sub-view-all a span {display: none;}
.block.newsletter .action.subscribe:hover{color: #ffd200;}
/*-------------------------------------------------------Newsletter CSS Ends here-----------------------------------------------------------*/
/***********************************************************Footer CSS Start Here*********************************************************/
.footer-inner {
	background: #205cbd;
	float: left;
	width: 100%;
}
.footer-bottom{
	clear:both;
	border-top:1px solid #4d76b8;
	text-align: center;
	float: left;
	width: 100%;
}
.footer-wrapper{
	background: #2457AA;
	color: #ffffff;
	float: left;
	width: 100%;
}
#footer {
	float: left;
	width: 100%;
	position: relative;
	margin:20px 0 34px;
}
.footer-wrapper-inner {
	float: left;
	width: 100%;
	padding: 75px 0 70px;
}
.footer-inner .footer-area li{margin:0;padding: 3px 0;font-size: 12px;}
.footer-inner .footer-area li a{color: #ebebeb;text-transform: capitalize;}
.footer-inner li a:hover{color: #ffd200;}
.footer-inner .footer-bottom li a {color: #ebebeb;font-size: 12px;}
.footer-inner .footer-bottom li a:hover{color:#ffd200;}
/*-------------------------------------------------Footer logo CSS------------------------------------------------*/
.footer-logo{width: 25%;float: left;margin-right: 3%;}
.footer-logo-img a {
	float: left;
}
.footer-logo-img{float: left;margin:12px 0;}
.footer-logo-desc{display: inline-block;margin:10px 0 11px;}
.footer-logo-desc p{margin:0;line-height: 30px;}
.social-heading{line-height: 1.35;}
.social-icons .social-content span{display: none;}
.social-icons .facebook a:before{content:"\f09a";}
.social-icons .twitter a:before{content:"\f099";}
.social-icons .googleplus a:before{content:"\f0d5";}
.social-icons .linkedin a:before{content:"\f0e1";}
.social-icons .social-icon a:before{
	font-family:"FontAwesome";
	line-height: 28px;
	color:#000000;
}
.social-icons .social-icon a{
	width: 28px;
	height: 28px;
	display: inline-block;
	text-align: center;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
}
.social-icons .social-icon:hover{background: #ffd200;}
.social-icons li.social-icon{display: inline-block;margin: 0 3px;padding: 0;vertical-align: middle;background: #ffffff;border-radius: 50%;}
.social-icons li:first-child{margin-left:0;}
.social-icons li:last-child{margin-right:0;}
ul.social-content {margin: 0;}
/*------------------------------------------------Footer logo CSS--------------------------------------*/
/*----------------------------------------------Footer Static blocks------------------------------------*/
.footer-inner .footer-area {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	float: left;
	padding: 0;
	width: 18%;
}
#block_4 {
	padding: 0 30px 0 40px;
	border-left: 1px solid #4d76b8;
	width: 26%;
}
.footer-area ul{margin-bottom: 0;}
.footer_newsletter ul{margin:0;width: 100%;}
.footer-center p{margin: 0;font-size: 14px}
.footer-center h6, .footer-area h6,.social-follow,.payment-heading,.social-heading{
	font-size: 16px;
	font-weight: 500;
	margin: 7px 0 14px;
	color: #ffd200;
	text-shadow: none;
	text-transform: capitalize;
	position: relative;
	display: inline-block;
}
.payment-heading {margin: 26px 0 12px;}
.footer-bottom-top ul{margin-bottom: 0;}
.footer-bottom-bottom .footer-bottom-left .links li:first-child{padding-left: 0;}
.footer-bottom-bottom ul.footer.links {
	margin: 0;
	padding: 0px;
}
.footer-bottom-bottom .links li {
	display: inline;
	margin: 0;
	padding: 0 6px 0 6px;
	background:url(../images/footer_pipe.jpg) 100% 50% no-repeat;
}
.footer-bottom-bottom .links li:last-child{ background: none; }
.footer-inner .footer-area .store-details li:before{
	cursor: pointer;
	position: absolute;
	height: 35px;
	width: 29px;
	left: 0;
	right: auto;
}
.footer-inner .footer-area .store-details li {
	padding: 0 0 0 40px;
	position: relative;
	line-height: 30px;
	margin-bottom: 15px;
	font-weight: 400;
	color: #ebebeb;
}
.footer-inner .footer-area .store-details a:hover {color: #ffd200;}
.footer-inner .footer-area .store-details a{color: #ebebeb}
.footer-inner .footer-area .address:before{content: '';	background: url("../images/sprite-3.png") no-repeat scroll 0px 7px transparent;}
.footer-inner .footer-area .phoneno{padding-top: 5px;}
.footer-inner .footer-area .phoneno:before{content: '';	/*background: url("../images/sprite-3.png") no-repeat scroll 0px -188px	 transparent;*/background: url("../images/whatsapp-top.svg") no-repeat transparent;}
.footer-inner .footer-area .email {word-wrap: break-word;}
.footer-inner .footer-area .email:before{content: '';	background: url("../images/sprite-3.png") no-repeat scroll 0px -94px transparent;}
.footer-inner .footer-area .email:hover::before{background-position:0 -142px;}
/* Footer Top CMS */
[class*="-cookie-restriction-mode"] footer .footer.links li:first-child a{font-weight: 700;}
footer.page-footer{margin-top: 40px;}
footer .footer-inner .footer-static-links{float: left;width: 23.75%;}
ul.footer.links li {padding: 0 15px;display: inline;color:#ffffff;}
ul.footer.links li.current{font-size: 14px;}
ul.footer.links li:first-child{border-left: none;padding-left: 0;}
ul.footer.links li:last-child{padding-right: 0;background: transparent;}
small.copyright {
	color: #ebebeb;
	font-size: 12px;
	padding: 0;
}
.manufacturer-product-outer.homepage-bkg {
	float: left;
	width: 100%;
	position: relative;
	margin: 50px 0 10px;
}
.footer-bottom-inner{width: 100%;float: left;clear: both;padding: 23px 0;}
.footer.links{margin: 0;}
.footer-bottom-left{float: left;}
.footer-bottom-right{float: right;}
.footer-bottom-left,.footer-bottom-right{padding: 5px 0;}
.payment_block ul {
	margin-bottom: 0;
}
.footer-bottom-center {
	display: inline-block;
	vertical-align: top;
	padding: 5px 0;
}
.tm_special .owl-stage-outer .owl-stage .owl-item.active::after {
    position: absolute;
    content: "";
    background: #f0f0f0;
    top: 20px;
    right: 0;
    width: 1px;
    height: 200px;
}
/*----------------------------------------------Footer Static blocks Ends------------------------------------*/
/***********************************************************Footer CSS Ends Here*********************************************************/
/*-------------------------------------------------------Page wrapper Content starts here----------------------------------------------------*/
.wishlist-index-index div.product-item-inner,
.abs-visually-hidden-desktop-s,
.wishlist.products-grid .product-item-info:not(:hover):not(.active) .product-item-inner{
	display: block;
	float:none;
	clear:both;
	top:auto;
	box-shadow:none;
	-webkit-box-shadow: none;
	-moz-box-shadow:none;
	bottom:auto;
	padding: 0px;
	position: relative;
	text-align:center;
	width: 100%;
	background: transparent;
	height: auto;
	overflow: hidden;
	border:none;
    transform: none;
    left: auto;
    right: auto;
    -khtml-opacity: 1;
    -o-opacity: 1;
    -ms-opacity: 1;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    filter: Alpha(Opacity=100);
    visibility: visible;
}

.wishlist-index-index .products-grid .product-item-info:not(:hover):not(.active) .product-item-inner,
.wishlist-index-index .products-grid .product-item-inner,
.wishlist-index-index .products-grid .product-item-info:hover .product-item-inner
{padding: 0;}

.wishlist-index-index .box-tocart{margin-bottom:0px;}
.products-grid.wishlist .product-item-comment{margin: 20px 0 0;}
ul#category-treeview,.sidebar .block-content,.block-brand>.block-content,
.block.block-compare .block-content,.block.block-reorder .block-content{padding:10px 20px;background: #ffffff;color: #707070;}
#category-treeview li a ,.sidebar .block-account .block-content li a , .sidebar .block-brand-nav li a{
	display: block;
	padding: 8px 0px;
	text-decoration: none;
	transition:300ms; -webkit-transition:300ms; -moz-transition:300ms; -ms-transition:300ms; -o-transition:300ms;
	text-transform:capitalize;
	line-height: 22px;
	border-bottom:1px dashed #ebebeb;
}
.block-brand a{text-decoration: none;color: #707070;}
.sidebar .block.filter .block-content{margin: 0;}
#category-treeview li > a:hover,.block .block-content .side-nav li a:hover,.filter-options-title:hover{ color: #205cbd;}
#category-treeview li  , .block-account .block-content li  ,  .block-brand-nav li ,.block-layered-nav li{
	position:relative;
	transition:300ms;
	-webkit-transition:300ms;
	 -moz-transition:300ms;
	  -ms-transition:300ms;
	   -o-transition:300ms;
}

#category-treeview li ,
.block-account .block-content li,
.block-brand-nav li
{padding:0 !important; margin:0px;}

#recently-viewed-items li{padding:8px 0px;}
#category-treeview li ul { margin-left:15px;}

#category-treeview li.last a ,
.block-account .block-content li.last a ,
#recently-viewed-items li.last a ,
.block-brand-nav li:last-child a{border-bottom:none;}

#category-treeview .hitarea {
	background: none;
	float: right;
	cursor: pointer;
	text-align:center;
	margin:3px 0px 0 0;
}
.headertoggle_img .panel.header .customer-welcome .tm_lang_cur_links {display: none;}
#category-treeview .expandable .collapsable-hitarea:before{
	color: #000;
	content: "\f068";
	font-family: "FontAwesome";
	font-size: 10px;
}
#category-treeview .expandable-hitarea:before {
	color: #626262;
	content: "\f067";
	font-family: "FontAwesome";
	font-size: 10px;
}
#category-treeview .collapsable-hitarea:before {
	color: #666666;
	content: "\f068";
	font-family: "FontAwesome";
	font-size: 10px;
}
#category-treeview .hitarea:before{width: 20px;height:20px;float: left;}
/* Start Simpal Menu */
.navigation ul{ padding: 0px;}
.navigation .submenu > li{ margin: 0px; line-height: 20px;}
/* End Simpal Menu */

/* Start  Advance menu */
.menu-mobile {
	display: none;
	padding: 20px;
}
.navigation.custommenu ul{ float: left; width: 100%; padding: 0px;box-sizing: border-box;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;}
.navigation.custommenu #mainmenu>ul{min-height: 370px;}
.header-nav .navigation.custommenu #mainmenu{
	display: none;
	background-color: #2457aa;
	top: 100%;
	position: absolute;
	width: 243px;
	border: unset;
	border-radius: 0 0 5px 5px;
}
.navigation.custommenu .mainmenu .hidden_menu .dropdown-inner-list .level-top {padding: 0;}
.navigation.custommenu .mainmenu .hidden_menu .level-top {
	padding: 13px 20px 13px 40px;
	float: left;
	width: 100%;
}
.navigation.custommenu .mainmenu .hidden_menu.menu-dropdown-icon .dropdown-inner-list .level-top::before,
.navigation.custommenu .mainmenu .hidden_menu.menu-dropdown-icon::before
{content: none;}


.navigation.custommenu .mainmenu .hidden_menu .level-top:hover,
.navigation.custommenu .mainmenu .hidden_menu.menu-dropdown-icon .level-top:hover::before,
.navigation.custommenu .mainmenu .hidden_menu.menu-dropdown-icon .level-top.active:hover::before{color: #ffe11b}

.navigation.custommenu .mainmenu .hidden_menu.menu-dropdown-icon .level-top::before {
	content: "";
	position: absolute;
	top: 17px;
	left: 10px;
	color: #fff;
	height: 20px;
	background: url("../images/more.png") no-repeat center 0;
	width: 20px;
}
.navigation.custommenu .mainmenu .hidden_menu.menu-dropdown-icon .level-top:hover::before {background-position: center -34px;}

.navigation.custommenu .mainmenu .hidden_menu.menu-dropdown-icon .level-top.active::before {
	content: "";
	position: absolute;
	top: 18px;
	left: 10px;
	color: #fff;
	height: 20px;
	background: url("../images/more.png") no-repeat center -67px;
	width: 20px;
}
.navigation.custommenu .mainmenu .hidden_menu.menu-dropdown-icon .level-top.active:hover::before {background-position: center -101px;}
.navigation.custommenu #mainmenu{
	background-color: #2457aa;
	width: 265px;
	border: unset;
	border-radius: 0 0 5px 5px;
	box-sizing: border-box;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;;
}
.navigation.custommenu ul.mainmenu{
	padding:0px !important;
}
.navigation.custommenu ul.mainmenu li{
	margin:0px 0px;
	line-height:22px;
	float: none;
}
.navigation.custommenu .mainmenu .level0 .dropdown-inner-list{ padding:0px; }
.navigation.custommenu .mainmenu .dropdown-inner-list > li{ display: block;padding: 0px 0;margin:0;border-bottom: 1px solid #2b69cc;}
.navigation.custommenu .mainmenu .dropdown-inner-list .level0 > ul{ top: 5px; left: 100%; }
.navigation.custommenu .mainmenu .dropdown-inner-list .level0 > ul:Before { display: none; }
.megamenu-banner {margin: 10px 0px 0px 0px;}
.navigation.custommenu .mainmenu .level0 .submenu a:hover, .navigation.custommenu .level0 .submenu a.ui-state-focus {background: transparent;}
.navigation.custommenu .mainmenu li.level1 {
	min-width: 225px;
	float: none;
	margin:0;
	padding: 0 10px;
	display: table-cell;
}
.submenu .submenu a::before {
    font-family: 'FontAwesome';
    content: '\f105';
    font-size: 14px;
    position: absolute;
    right: auto;
    top: 8px;
    color: #000;
    left: 0;
    font-weight: 400;
}
.navigation.custommenu .mainmenu li.level1:first-child{padding-left: 0;}
.navigation.custommenu .mainmenu li.level1:nth-child(3n+0){padding-right: 0;}
.navigation.custommenu .mainmenu li.level1:nth-child(4n+0){float: left;padding-left:0;}
.navigation.custommenu .mainmenu .level0 .submenu .submenu,
.navigation.custommenu .mainmenu .level0 ul .submenu {
	left:auto !important;
	top: auto !important;
	display: block;
	border: none;
	background: transparent;
	position: relative;
	box-shadow:none;
	-webkit-box-shadow: none;
	-moz-box-shadow:none;
	min-width:auto;
}
.navigation.custommenu .mainmenu .level0 ul .submenu {padding: 5px 0 20px;}
.navigation.custommenu .mainmenu .level0.customblock_inner.newsubmenu {
	padding: 0px;
	border-top: 1px solid #f0f0f0;
	min-width:480px;
	white-space: nowrap;
	left:100%;
	padding: 20px;
}
.customblock_inner .static-block1 {
	float: left;
	padding: 0px 10px 0px 0px;
}
.customblock_inner  .custom-link a {
	font-weight: normal;
	line-height: 32px;
	padding: 0;
}
.customblock_inner .static-block1 > a {
	color:#000000;
	display: block;
	font-size: 14px;
	font-weight: 600;
	padding:0 0 6px;
	border-bottom: 1px solid #ebebeb;
	margin:0 0 13px;
}
.customblock_inner .custom_banner {float: right;line-height: 0;}
.bottomstatic p{ margin:0px; padding: 5px 10px 15px;}
.leftstatic img{ max-width : none;}
.nav-sections {margin-bottom: 0px !important;}
.cms-home.page-layout-2columns-left #mainmenu{ position: absolute; display: block; top: 60px; }
.page-layout-2columns-left #mainmenu{
	position: relative;
	 display: block;
	 clear: both;
	 top: auto;
	 float: left;
	 width: 100%;
	 background: #fdfdfd;
 }

.navigation .level0 .submenu .leftstatic a,
.navigation .level0 .submenu .rightstatic a,
.navigation .level0 .submenu .bottomstatic a,
.navigation .level0 .submenu .topstatic a {padding: 0;}

.page-layout-2columns-left .sidebar .block .block-title{position: relative;}
.navigation.custommenu .menu-title {
    position: relative;
    float: left;
    color: #ffffff;
    padding: 11px 33px 11px 50px;
    text-transform: capitalize;
    width: 100%;
    cursor: pointer;
    font-weight: 400;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    font-size: 13px;
    line-height: 20px;
}
.sidebar.navigation.custommenu .menu-title{width: 100%;box-sizing: border-box;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;}
.sidebar-main nav.navigation.custommenu, .sidebar-additional nav.navigation.custommenu {
	margin-bottom: 30px;
	margin-top: -125px;
	float: left;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	-khtml-border-radius: 5px;
	width: 182px;
	top: auto;
	position: relative;
}
.account .sidebar-main nav.navigation.custommenu{margin-top:-134px;}
.header-nav .menu-title-inner {
	position: relative;
	display: block;
	width: 100%;
	font-size: 13px;
	color: #fff;
	font-weight: 400;
	text-transform: capitalize;
	line-height: 20px;
}
.navigation.custommenu .menu-title:after{
	content: "";
	position: absolute;
/*	left: 0;
	top: 14px;
	width: 36px;
	height: 36px;
	background:#2b63bd url("../images/list.png") no-repeat center center;
	border-radius: 5px;*/
}
.navigation.custommenu .menu-title:before {
    background: #2b63bd;
    left: 0;
    top: 14px;
    width: 36px !important;
    height: 36px !important;
    bottom: auto !important;
    right: auto !important;
    border-radius: 5px;
}
.menu-title-inner span::after {
    content: "\f0dd";
    color: #ffd200;
    font-family: "FontAwesome";
    float: right;
    height: 10px;
    line-height: 5px;
    font-size: 15px;
    position: absolute;
    top: 5px;
    width: 10px;
    box-sizing: border-box;
    right: 0;
    font-weight: normal;
}

.navigation.custommenu .mainmenu > ul > li > .level-top, .navigation.custommenu .dropdown-inner-list > li > .level-top{
   box-sizing: border-box;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;
	color: #fff;
	float: none;
	font-size: 13px;
	font-weight: 400;
	position: relative;
	text-decoration: none;
	text-transform: capitalize;
	display: block;
	padding: 0;
}
#mainmenu .level-top > span, #mainmenu .hiden_menu > a {
	padding: 13px 20px 13px 40px;
	margin: 0;
	display: block;
}
#mainmenu ul li:last-child .level-top>span{border-bottom: none;}
#mainmenu .level-top>span.active-page,.navigation.custommenu .mainmenu > ul > li:hover > .level-top>span{color: #ffd200;}
.navigation.custommenu .mainmenu .dropdown-inner-list > li:hover> .level-top{color: #ffe11b;}
.navigation.custommenu .mainmenu > ul > .menu-dropdown-icon, .navigation.custommenu .mainmenu > ul > li{
	display: block;
	margin: 0;
	position: unset;
	vertical-align: middle;
	cursor: pointer;
}
.navigation.custommenu .mainmenu a.level-top::before,
.navigation.custommenu #mainmenu .custom-header-menu::before,
.menu-dropdown-icon .dropdown-inner-list a.level-top span::before {
    content: "";
    position: absolute;
    top: 19px;
    left: 10px;
    color: #fff;
    height: 20px;
    background: url("../images/Arrow.png") no-repeat center 0;
    width: 20px;
}

.navigation.custommenu .mainmenu a.level-top:hover::before,
.navigation.custommenu #mainmenu .custom-header-menu:hover::before,
.menu-dropdown-icon .dropdown-inner-list a.level-top span:hover::before{background-position: center -56px;}

.navigation.custommenu .mainmenu .menu-dropdown-icon:hover a.level-top::after {
    content: "\f0d9";
	color: #ffffff;
	font-family: FontAwesome;
	font-size: 45px;
	left: auto;
	margin: 0 auto;
	position: absolute;
	right: -3px;
	text-align: center;
	bottom: 0;
	z-index: 9999;
	top: 13px;
}
.navigation.custommenu .mainmenu .menu-dropdown-icon .dropdown-inner-list a.level-top:hover::after,
.navigation.custommenu .mainmenu .menu-dropdown-icon.hidden_menu a.level-top:hover::after,
.navigation.custommenu .mainmenu .menu-dropdown-icon.hidden_menu:hover .dropdown-inner-list a.level-top::after,
.navigation.custommenu .mainmenu .menu-dropdown-icon.hidden_menu:hover a.level-top.active::after,
.navigation.custommenu .mainmenu .menu-dropdown-icon.hidden_menu:hover a.level-top::after
{content: none;}

.navigation.custommenu >.mainmenu >ul> .menu-dropdown-icon.hiden_menu:hover>a{color:#ffd200;}
.navigation.custommenu .mainmenu .menu-dropdown-icon:hover:before,.navigation.custommenu #mainmenu .custom-header-menu:hover::before{color: #ffd200;}
.navigation.custommenu .mainmenu ul li{
	float: none;
	line-height: 20px;
}
.navigation.custommenu .mainmenu ul li.bottomstatic{margin:0;padding: 0;}
.navigation.custommenu .mainmenu ul.custom-link li{margin-bottom: 0;}
.navigation.custommenu .mainmenu  .level0.newsubmenu , .navigation.custommenu .mainmenu .level0 > ul{
	position: absolute;
	top: 1px;
	left: 100%;
	background: #fff;
	margin: 0px;
	width: auto;
	display: none;
	font-weight: 500;
	z-index: 5;
	border: 1px solid #ebebeb;
	min-width: 200px;
	height: 100%;
	border-radius: 5px;
	padding: 50px;
	float: left;
	bottom: 0;
	overflow: hidden;
}
.navigation.custommenu .mainmenu .hidden_menu .dropdown-inner-list {
	position: relative;
	top: auto;
	left: auto;
	min-width: 100%;
	background-color: #2457aa;
	border: unset;
}
nav.navigation.custommenu li > ul{display: none;}
.navigation.custommenu .mainmenu .level0 > ul.normal-sub{padding:15px;}
.navigation.custommenu .mainmenu .level1 > a {
    color: #1f4c94;
    font-size: 14px;
    font-weight: 600;
    text-transform: capitalize;
    position: relative;
    margin: 0;
    padding: 5px 0;
    float: none;
    display: block;
}
.navigation.custommenu .mainmenu .level1 > a > span{padding-bottom: 5px;}
li.level2 {padding: 0 5px;}
#mainmenu li.level2{padding: 0;}
.navigation.custommenu .mainmenu .level1 .level2 a {
    color: #5a5a5a;
    font-weight: normal;
    padding: 8px 0 8px 15px;
    position: relative;
    margin: 0;
    float: none;
    font-size: 12px;
    text-transform: capitalize;
}
li.level2:hover{background: transparent;}
.navigation.custommenu .mainmenu .level1  .level2:hover a{ color: #205cbd;}
.minicart-items .product-item:not(:first-child){border-top-color: #ebebeb; }
.nav-sections-item-content > .navigation.custommenu {
    background: transparent;
    width: 190px;
    padding: 0px;
    position: relative;
    float: left;
}

.navigation.custommenu >.mainmenu>ul >li,.navigation.custommenu >.mainmenu>ul >li.hiden_menu>ul>li{border-bottom: 1px solid #2b69cc;}
.navigation.custommenu >.mainmenu>ul >li:last-child,.navigation.custommenu >.mainmenu>ul >li.hiden_menu>ul>li:last-child{border-bottom:none;}
/* End  Advance menu */
#mobile{display: none;}
.nav-sections-item-title.active a{  color: #ffffff;}
.nav-sections-item-title a{
	text-transform: capitalize;
	font-size: 16px;
	font-weight: 500;
}
.nav-sections-item-title {background: #f7f7f7;}
.nav-sections-item-title.active {background:#205cbd;}
input[type="checkbox"] {vertical-align: text-top;}
.product-info-price .price-box .old-price .price-container .price-label{ display: none;}
.product-info-price .price-box .special-price {  display: inline-block;  padding: 0 5px 0 0;}
.product-info-price .price-box .old-price {display: inline-block;}
.product-info-main .product-social-links .towishlist,
.product-info-main .product-social-links .tocompare,
.product-info-main .product-social-links .action.friend{
	color: #666666;
	font-size: 13px;
	font-weight: 400;
	text-transform: capitalize;
	vertical-align: middle;
}

.product-info-main .product-social-links .towishlist:hover,
.product-info-main .product-social-links .tocompare:hover,
.product-info-main .product-social-links .action.friend:hover
{color: #2457AA;}

.product-info-main .product-social-links .towishlist:before,
.product-info-main .product-social-links .tocompare:before,
.product-social-links .action.mailto.friend:before
{font-size: 14px;line-height: 1;margin-right:5px;}
/* Start Theme */
.cms-home .column.main{margin-top: 0;}
.container-width{
	max-width: 1440px; margin: 0 auto; padding: 0 20px;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
}
.breadcumb_filter .filter-outer{ background:#205CBD;}
body{ letter-spacing: 0.7px; font-size: 12px; line-height: 24px;}
img{ vertical-align: top;}
.loader>img{width: auto;}
/* Search Bar*/
#search::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color:#666666;
  padding-left: 5px;
}
#search::-moz-placeholder { /* Firefox 19+ */
  color: #adadad;
  padding-left: 5px;
  -khtml-opacity: 1;
    -o-opacity: 1;
    -ms-opacity: 1;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    filter: Alpha(Opacity=100);
}
#search:-ms-input-placeholder { /* IE 10+ */
  color: #666666;
  padding-left: 5px;
}
#search:-moz-placeholder { /* Firefox 18- */
  color: #666666;
  padding-left: 5px;
}
.minicart-wrapper span.price {margin: 0 0 0 3px;}
.minicart-items-wrapper{border-bottom: 1px solid #e6e6e6;margin:0;height: 150px !important;border-top-color: #ffffff}
.block-minicart .subtotal {
	margin: 0 10px 10px 9px;
	float: left;
	width: 100%;
	text-align: left;
	color: #000;
	font-weight: 500;
	display: inline-block;
}
#minicart-content-wrapper .block-minicart .items-total .count {
	font-weight: 500;
	color: #000;
	font-size: 13px;
}
.block-minicart .subtotal .amount.price-container {
	display: inline-block;
	float: right;
	margin: 0 15px 0 0;
}
.block-minicart .block-content > .actions > .primary{margin:auto;}
.minicart .block-minicart{
	transition: 300ms;
	-webkit-transition: 300ms;
	-moz-transition: 300ms;
	 -o-transition: 300ms;
}
.block-minicart .items-total {margin: 7px 10px;color: #000;}
.counter-item > span, .minicart-wrapper .counter-item {display: none;}
.minicart-items .product .product-item-details {
	border-top: none;
	padding-left: 5px;
	position: relative;
	text-align: left;
	float: unset;
	width: auto;
}
.minicart-wrapper .minicart-items .product-item-details .price {font-weight: 600;}
.minicart-items .product .product-item-details .product.options {display: none;}
.minicart-wrapper .product-item-pricing{float: left;}
.minicart-items .product  .product-item-name{border-top:none;padding:0;}
.block-minicart .block-content > .actions > .primary .action.primary{color:#ffffff;}
.block-minicart .block-content > .actions > .primary .action.primary:hover{color: #ffffff;background: #205CBD;}
.block-minicart .block-content > .actions > .secondary:hover span{
	transition: 0.3s ease;
	-webkit-transition: 0.3s ease;
	-moz-transition: 0.3s ease;
	 -o-transition: 0.3s ease;
}
.category_product_tab .owl-controls .owl-nav div {top: 33%;}
.minicart-wrapper .minicart-items-wrapper .product .actions{bottom: 0;margin: 0;position: absolute;right: 0;}
.minicart-items .action.edit:hover:before, .minicart-items .action.delete:hover:before{color: #205CBD;}
.minicart-items .item-qty{margin-right: 5px;}
.catalog-product-view .box-tocart .action.tocart {
    padding: 11px 25px 9px;
    background-color: #2457AA;
    color: #ffffff;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    -khtml-border-radius: 5px;
    height: auto;
    margin: 0;
    line-height: 18px;
    font-weight: 500;
}
.product-info-main #product-options-wrapper .product-custom-option {
	background: #fff url('../images/select-bg.svg') no-repeat 100% 45%;
}
.catalog-product-view .box-tocart .action.tocart:hover{background: #ffd200;color: #000;}

.review-form .action.submit.primary,
.wishlist-index-index .product-item-info:hover .box-tocart .action.tocart,
.table-comparison .action.towishlist, .checkout-index-index .action.action-auth-toggle,
.form-cart .main.actions a.action.continue, .review-form .action.submit.primary,
.order-review-form .action.primary, .bundle-actions .action.primary.customize,
.bundle-options-container .block-bundle-summary .box-tocart .action.primary,
.box-tocart .action.tocart, .cart-discount .actions-toolbar .action.primary:hover,
.block-minicart .block-content > .actions > .primary .action.primary,
.methods-shipping .actions-toolbar .action.primary,
.block-authentication .action.action-register,
.block-authentication .action.action-login,
.checkout-payment-method .payment-method-content > .actions-toolbar > .primary .action.primary,
.form-address-edit .actions-toolbar .action.primary, .multicheckout .action.primary,
.checkout-cart-index button, .cart-summary .checkout-methods-items .action.primary.checkout:focus,
.cart-summary .checkout-methods-items .action.primary.checkout:active,
.cart-summary .checkout-methods-items .action.primary.checkout:hover {
    background: #2457AA;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    -khtml-border-radius: 5px;
    color: #ffffff;
    font-size: 12px;
    width: auto;
    height: auto;
    font-weight: 500;
    padding: 0 15px;
    line-height: 35px;
}
.product-info-content {
    margin: 20px 0;
    position: relative;
    float: left;
    width: 100%;
}
.product-info-content ul.tabbernav li a.selected,
.product-info-content ul.tabbernav_product li a.selected {
    color: #000;
    font-weight: 600;
    background: #f0f0f0;
}

.product-info-content ul.tabbernav li a:hover,
.product-info-content ul.tabbernav_product li a:hover{color:#000;}

.product-info-content .tabbernav_product li a{
	padding: 10px 15px 10px 15px;
	font-weight: 400;
	font-size: 14px;
	color: #000;
}
.product-info-content .tabbernav_product li{margin: 0;display: inline-block;}
.product-info-content .tabbernav_product{margin: 0;}
.checkout-cart-index button{line-height: 35px;}
#minicart-content-wrapper strong {
	font-weight: 600;
	color: #000;
	letter-spacing: 1px;
}
.product-info-content .tab_product {
    border: 3px solid #f0f0f0;
    padding: 20px;
    font-size: 12px;
    color: #808080;
    margin: 7px 0 0;
}
.product-info-content .tab_product strong {
    font-weight: 500;
    color: #000;
    font-size: 13px;
}
.size_guide_table tbody th {
    color: #262626;
    font-weight: bold;
    padding: 7px 8px;
    vertical-align: middle;
    white-space: nowrap;
}
.size_guide_table tbody th {
    background: #f0f0f0 none repeat scroll 0 0;
    border-bottom: 1px solid #f0f0f0;
}
.size_guide_table tbody td {
    padding: 5px 8px;
}
.size_guide_table {
    border: 1px solid #f0f0f0;
    width: 100%;
}

.table-comparison .action.towishlist:hover,
.multicheckout .actions-toolbar .secondary .action.back:hover,
.multicheckout .actions-toolbar .secondary .action:hover,
.multicheckout .actions-toolbar .secondary .action:active,
.multicheckout .actions-toolbar .secondary .action:focus,
.abs-button-l:focus,
.abs-button-l:active,
.order-review-form .action.primary:focus,
.order-review-form .action.primary:active,
.bundle-actions .action.primary.customize:focus,
.bundle-actions .action.primary.customize:active,
.bundle-options-container .block-bundle-summary .box-tocart .action.primary:focus,
.bundle-options-container .block-bundle-summary .box-tocart .action.primary:active,
.box-tocart .action.tocart:focus,
.box-tocart .action.tocart:active,
.block-minicart .block-content > .actions > .primary .action.primary:focus,
.block-minicart .block-content > .actions > .primary .action.primary:active,
.methods-shipping .actions-toolbar .action.primary:focus,
.methods-shipping .actions-toolbar .action.primary:active,
.block-authentication .action.action-register:focus,
.block-authentication .action.action-register:active,
.block-authentication .action.action-login:focus,
.block-authentication .action.action-login:active,
.checkout-payment-method .payment-method-content > .actions-toolbar > .primary .action.primary:focus,
.checkout-payment-method .payment-method-content > .actions-toolbar > .primary .action.primary:active,
.form-address-edit .actions-toolbar .action.primary:focus,
.form-address-edit .actions-toolbar .action.primary:active,
.multicheckout .action.primary:focus,
.multicheckout .action.primary:active,
.checkout-index-index .action.action-auth-toggle:hover,
.form-cart .main.actions a.action.continue:hover,
.review-form .action.submit.primary:hover,
.abs-revert-secondary-color:hover,
.abs-revert-to-action-secondary:hover,
.paypal-review .block .actions-toolbar .action.primary:hover,
.abs-discount-block .actions-toolbar .action.primary:hover,
.abs-discount-block .actions-toolbar .action.cancel:hover,
.cart-summary .form.giftregistry .fieldset .action.primary:hover,
.paypal-review-discount .actions-toolbar .action.primary:hover,
.paypal-review-discount .actions-toolbar .action.cancel:hover,
.cart-discount .actions-toolbar .action.primary,
.cart-discount .actions-toolbar .action.cancel:hover,
.abs-button-l:hover,
.order-review-form .action.primary:hover,
.bundle-actions .action.primary.customize:hover,
.bundle-options-container .block-bundle-summary .box-tocart .action.primary:hover,
.box-tocart .action.tocart:hover,
.wishlist-index-index .box-tocart .action.tocart,
.block-minicart .block-content > .actions > .primary .action.primary:hover,
.methods-shipping .actions-toolbar .action.primary:hover,
.block-authentication .action.action-register:hover, .block-authentication .action.action-login:hover,
.checkout-payment-method .payment-method-content > .actions-toolbar > .primary .action.primary:hover,
.form-address-edit .actions-toolbar .action.primary:hover, .multicheckout .action.primary:hover,
.checkout-cart-index button:hover,
.cart-summary .checkout-methods-items .action.primary.checkout
{background: #ffd200;color: #000000;font-weight: 500;}

.checkout-cart-index tbody .product-item-details{border-top:none;}
.multicheckout .actions-toolbar .secondary .action{
	font-size: 12px;
	color: #ffffff;
	background: #2457AA;
	margin: 0;
	padding: 0 18px;
	border-radius:5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	-khtml-border-radius: 5px;
	line-height: 35px;
}
.multicheckout .actions-toolbar .secondary .action{border: none;}
/*Mini Cart Styling Ends*/
/*Checkout pages*/
.multishipping-checkout-addresses .column.main,
.multishipping-checkout-overview .block-billing,
.multishipping-checkout-billing .form.multicheckout.billing ,
.multicheckout.shipping{margin-top:10px;}
.multicheckout .actions-toolbar .secondary{margin-top:0;}
.opc-wrapper .step-title{border-bottom:1px solid #d9d9d9;font-size: 18px;}
.opc-wrapper .step-content {margin: 10px 0 46px;}
div.opc-wrapper .shipping-address-item::before{background-color: #d9d9d9;}

.multicheckout .action.primary,
.order-review-form .action.primary,
.bundle-actions .action.primary.customize,
.bundle-options-container .block-bundle-summary .box-tocart .action.primary,
.box-tocart .action.tocart,
.cart-summary .checkout-methods-items .action.primary.checkout,
.block-minicart .block-content > .actions > .primary .action.primary,
.methods-shipping .actions-toolbar .action.primary,
.block-authentication .action.action-register,
.block-authentication .action.action-login,
.checkout-payment-method .payment-method-content > .actions-toolbar > .primary .action.primary,
.form-address-edit .actions-toolbar .action.primary {
    font-size: 12px;
    padding: 0 15px;
    height: auto;
    line-height: 35px;
}
.opc-block-shipping-information .shipping-information-title,
.cart-summary > .title,.opc-block-summary > .title, .checkout-agreements-items .checkout-agreements-item-title{font-size: 1.6rem;border-color:#ebebeb;}
.checkout-cart-index .column.main,.checkout-onepage-success .column.main,.checkout-index-index .column.main{margin-top: 10px;}
.cart-summary,.opc-summary-wrapper,.opc-block-summary {background: #ffffff;margin:0 0 10px;}
.opc-block-summary{padding: 22px 28px 35px;}
.checkout-index-index .action.action-auth-toggle{
	padding: 7px 18px;
	position: absolute;
	right: 0;
}
.checkout-index-index .authentication-dropdown{right:-1px;}
[class^="checkout-"] .authentication-wrapper{margin-top: 0;}
.multishipping-checkout-shipping .product-item-name{padding: 0;}
.table tfoot{   background: #ffffff;}
.account .table-wrapper{border: none;}
.opc-block-summary .product-item .product-item-inner{display: block;}
.paypal-review-discount .block > .title strong, .cart-discount .block > .title strong{color: #666666;}
.paypal-review-discount .actions-toolbar, .cart-discount .actions-toolbar{vertical-align: middle;}
div.block.crosssell{width: 100%; padding: 0;}
.cart.table-wrapper .cart thead tr th.col,
.cart.table-wrapper .cart > .item{
	border-bottom: 1px solid;
	border-color: #d9d9d9;
}
.opc-block-summary .items-in-cart > .title{border-bottom: 1px solid #d9d9d9;}
table{border-collapse: collapse;}
div.opc-wrapper{width: 75%;}
[class^="checkout-"] .page-title-wrapper{position: relative;width: auto;height: auto;margin: 0;}
.multicheckout .block-title strong, .multicheckout .block-content .title strong,.multicheckout.order-review .block-title > strong{font-size: 18px;}
.checkout-index-index .nav-sections,[class^="multishipping-"] .nav-sections{display: block;}
.column.main .opc-block-summary .product-item{padding:10px 0;}
.opc-block-summary .minicart-items-wrapper{padding: 0 15px 0 0;}
.checkout-index-index .payment-option-inner{float: left;margin: 0;}
.checkout-index-index .opc-payment-additional .actions-toolbar .primary{float: left;margin-left: 5px;}
.checkout-payment-method .payment-option-title{border-color: #d9d9d9;}
.checkout-onepage-success .page-title-wrapper a{float: right;}
.opc-block-summary .product-item .product-item-name-block{float: none;padding:0 0 0 10px;}
.opc-block-summary .product-item .subtotal{display: block;}
.opc-wrapper .form-login{border-bottom: 1px solid #f0f0f0;}
[class^="checkout-"] .cart.table-wrapper .product-item-details .product-item-name{padding: 0;}
[class^="checkout-"] .cart.table-wrapper .product-item-details{text-align: left;}
.multicheckout .block-title, .multicheckout .block-content .title{border-bottom: 1px solid #f0f0f0;}

.abs-account-blocks .block-title > strong,
.abs-account-blocks .block-title > span,
.multicheckout .block-title > strong,
.multicheckout .block-title > span,
.multicheckout .block-content .title > strong,
.multicheckout .block-content .title > span,
.account .legend > strong,
.account .legend > span,
.form-giftregistry-search .legend > strong,
.form-giftregistry-search .legend > span,
.block-giftregistry-results .block-title > strong,
.block-giftregistry-results .block-title > span,
.block-giftregistry-shared-items .block-title > strong,
.block-giftregistry-shared-items .block-title > span,
.block-wishlist-search-form .block-title > strong,
.block-wishlist-search-form .block-title > span,
.block-wishlist-search-results .block-title > strong,
.block-wishlist-search-results .block-title > span,
.customer-review .review-details .title > strong,
.customer-review .review-details .title > span,
.multicheckout .block-title > strong,
.multicheckout .block-title > span,
.paypal-review .block .block-title > strong,
.paypal-review .block .block-title > span,
.account .column.main .block:not(.widget) .block-title > strong,
.account .column.main .block:not(.widget) .block-title > span,
.magento-rma-guest-returns .column.main .block:not(.widget) .block-title > strong,
.magento-rma-guest-returns .column.main .block:not(.widget) .block-title > span,
[class^='sales-guest-'] .column.main .block:not(.widget) .block-title > strong,
[class^='sales-guest-'] .column.main .block:not(.widget) .block-title > span,
.sales-guest-view .column.main .block:not(.widget) .block-title > strong,
.sales-guest-view .column.main .block:not(.widget) .block-title > span
{font-size: 16px;}

.abs-discount-block .block > .title::after, .cart-discount .block > .title::after{vertical-align: inherit;}
li.opc-progress-bar-item._active::before,li.opc-progress-bar-item._active > span::before{background: #205CBD;}
.opc-progress-bar-item._active > span::after{color: #000000;}
.opc-wrapper .shipping-address-item{font-size: 12px;float: left;}
.opc-wrapper .shipping-address-item.selected-item::after{background: #205CBD;}
.opc-wrapper .shipping-address-item.selected-item{border-color: #205CBD;}
.checkout-payment-method .payment-option-title .action-toggle::after{font-size: 10px;}
div.block-addresses-list address, .box-billing-address div.box-content,
.box-shipping-address div.box-content, .box-information div.box-content,
.block-balance-giftcard .block-content, .block-reviews-dashboard .product-name{font-size: 14px;}
.multicheckout .checkout-review .grand.totals{font-size: 20px;}
.modal-custom .action-close{margin:35px 40px;}
.opc-estimated-wrapper .minicart-wrapper{margin:0;}
.opc-estimated-wrapper .minicart-wrapper .action.showcart .counter.qty{color: #205CBD;}
.opc-estimated-wrapper .minicart-wrapper .action.showcart:hover .counter.qty{color:#000000;}
.checkout-cart-index main.page-main{padding: 0 15px}
.cart.table-wrapper .actions-toolbar > .action-edit:hover::before, .cart.table-wrapper .actions-toolbar > .action-delete:hover::before{color:#205CBD;}
/*Checkout pages ends here*/
.header-top{
	position: relative;
	z-index: 6;
}
.cart-summary .checkout-methods-items .action.primary.checkout:hover,
.cart-summary .checkout-methods-items .action.primary.checkout:focus,
.cart-summary .checkout-methods-items .action.primary.checkout:active {width: 100%;}
/* Start Header links */
.headertoggle_img {
	cursor: pointer;
	position: relative;
}
.header-top .tm_headerlinks{
	display:none;
	float:none;
	padding:5px;
	position:absolute;
	background:#ffffff;
	right:-33px;
	background: #88bf4a;
	width:235px;
	text-align:left;
	top:38px;
	z-index: 99;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
}
.header-top .tm_headerlinks .panel.header{ padding: 0px;}
/* End Header links */
/* Start Simpal Menu(Default Menu)*/
.navigation ul{ padding: 0px;}
nav.navigation .level0 > .level-top{
	float: left;
    font-weight: 400;
    font-size: 13px;
    color: #000;
}
nav.navigation >.level0:first-child{padding-left: 0;}
.navigation>ul> li.level0:last-child:before{display: none;}
/* End Simpal Menu */
/* End Header */
.sidebar .product-item .actions-primary .tocart:hover{ color:#ffffff;}
.catalog-product-compare-index .product-item-name,
.wishlist-index-index .product-item-name,
.wishlist-index-index .product-item-details,.multishipping-checkout-overview .product-item-name,
.multishipping-checkout-shipping .product-item-name,.multishipping-checkout-addresses .product-item-name,
.page-products .products-list .product-item-name,.sidebar .product-item-name,.sidebar .product-item-details{
	border-top: none;
	padding-top: 0
}
.sidebar .product-item-name,.sidebar .product-item-details{text-align: left;}
.products.wrapper.products-grid.grid,.products.wrapper.products-carousel.products-related,
.products.wrapper.products-carousel.products-upsell,.column.main .crosssell .products-crosssell,
.wishlist-index-index .products-grid.wishlist{margin:0 -15px;}
/* Start .latest CMS */
.featuredproducts .product-item-inner .product-item-actions .actions-secondary{display: none;}
.grid .featuredproducts .product-item .price-box{position: relative;}
.grid .featuredproducts  .product-item-info:hover .price-box{
	-khtml-opacity: 1;
    -o-opacity: 1;
    -ms-opacity: 1;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    filter: Alpha(Opacity=100);
}
.tm_featured_product{background:#ededed;padding: 20px 0;margin: 10px 0;}
.cms-index-index.page-layout-1column .block.widget .products-grid .widget-product-carousel .product-item{width:100%;margin-left: 0;padding-left: 0; }
.tm_latest_product .products{margin: 0;}
.product-item .price-box .new-price .price{font-weight: bold;font-size: 17px;}
.category-title{position:relative;}
.blog_title h2 a{cursor: pointer;}
.category-title h2{ margin: 0px; padding: 0; font-size: 20px; font-weight: 400; }
.blog_title h2{ margin: 0px;}
.grid .product-item .price-box {
	position: relative;
	margin: 10px 0 20px;
	transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-khtml-opacity: 1;
    -o-opacity: 1;
    -ms-opacity: 1;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    filter: Alpha(Opacity=100);
}
.grid .product-item .product-item-info:hover .price-box{
	-khtml-opacity: 0;
    -o-opacity: 0;
    -ms-opacity: 0;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    filter: Alpha(Opacity=0);
	}
.product-item-image .product-item-inner .product-item-actions .actions-secondary{display: none;}
/* End latest CMS */
/* brand */
.brand-home{ background: #ffffff;float: left;width: 100%;}
.brand-item {text-align:center; margin:0;}
.brand-item a img{
	-khtml-opacity: 1;
    -o-opacity: 1;
    -ms-opacity: 1;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    filter: Alpha(Opacity=100);
	width: auto;
}
.megnor-brand-view .column.main h1{
	color: #000;
	font-size: 20px;
	text-transform: uppercase;
	margin-bottom: 20px;
	line-height: unset;
	font-weight: 400;
}
.megnor-brand-view .category-description{margin: 20px 0 30px;}
ul.showmore{display: none;}
.level-show{
	color: #205cbd;
	font-weight: 500;
	position: relative;
	cursor: pointer;
}
.level-show:after{
	position: absolute;
	color: #205cbd;
	right: -20px;
	font-family: "FontAwesome";
	content: "\f103";
}
.level-show.active:after {content: "\f102";}
.footer-brand .title {
	text-transform: uppercase;
	font-weight: 600;
	float: left;
}
.footer-brand .block-title {display: none;}
.footer-brand .block .block-content {
	margin: 0;
	padding: 0;
	overflow: hidden;
}
.footer-brand .block .block-content li{
	float: left;
	border-right: 1px solid #e0e0e0;
	padding: 0 10px 0 10px;
	margin-bottom: 10px;
}
.footer-brand .block .block-content div:last-child li {
	border: none;
}
/* Footer Payment CMS */
.payment_block li{
	display: inline-block;
	margin-bottom: 0;
	padding: 0 5px;
}
.payment_block li a span{display:none}
.paypal img {
	margin: 0;
}
.footer_bottom_inner.container{padding:0;}
.footer_bottom h5 {  display: none;}
/* End Footer Payment CMS */
/* End Footer */
 /* Start Product List View and grid view */

.grid .product-item-info:hover .actions-primary{
	-khtml-opacity: 1;
    -o-opacity: 1;
    -ms-opacity: 1;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    filter: Alpha(Opacity=100);
}
.grid .product-item-info:hover .price-box{
	-khtml-opacity: 0;
    -o-opacity: 0;
    -ms-opacity: 0;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    filter: Alpha(Opacity=0);
}
.grid .product-item-info .action.tocart:hover,
.grid .product-item-info .action.tocart:active,
.grid .product-item-info .action.tocart:focus{
	margin: 0px;
	background:#2457aa url(../images/sprite-1.png) no-repeat center 12px;
	border-radius: 50%;
}
.grid .product-item-info .swatch-attribute{
	-khtml-opacity: 1;
    -o-opacity: 1;
    -ms-opacity: 1;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    filter: Alpha(Opacity=100);
	transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}
.grid .product-item-info:hover .swatch-attribute{
	-khtml-opacity: 1;
    -o-opacity: 1;
    -ms-opacity: 1;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    filter: Alpha(Opacity=100);
}

.product-social-links .action.mailto.friend:before{  content: "\f003";}

.block.related,
.block.upsell,
div.block.crosssell{
	clear: both;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	overflow: hidden;
}
.relatedpost-product .product-item-actions .actions-secondary > .action{
	padding: 17px 17px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	-khtml-border-radius: 50%;
}
.relatedpost-product .product-item-info .product-item-actions .actions-secondary{
	-khtml-opacity: 0;
    -o-opacity: 0;
    -ms-opacity: 0;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    filter: Alpha(Opacity=0);
}
.relatedpost-product .product-item-info:hover .product-item-actions .actions-secondary{
	-khtml-opacity: 1;
    -o-opacity: 1;
    -ms-opacity: 1;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    filter: Alpha(Opacity=100);
}
.grid .product-item-info:hover .sale-label,
.list .product-item-info:hover .sale-label{
	-khtml-opacity: 1;
    -o-opacity: 1;
    -ms-opacity: 1;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    filter: Alpha(Opacity=100);
}
/*Out of Stock Product */
.stock.unavailable{
	color:#000000;
	background: #ffd200;
	border-radius:5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	-khtml-border-radius: 5px;
	display: inline-block;
}
.stock.unavailable span{display: none;}
.grid .product-item :hover .stock.unavailable{margin: 0px auto;}
.stock.unavailable:hover{background: #2457AA;}
.stock.unavailable:before{
	font-family: "FontAwesome";
	font-size: 16px;
	display: inline-block;
	content: '\f071';
	background: transparent;
	padding:6px 8px;
	color: #000000;
}
.stock.unavailable:hover:before{color: #ffffff;}
.product-info-main .stock.unavailable{color: #666666;}
/*Out of stock product Ends*/
.box-tocart button.action.tocart{width:auto;}
.fotorama__wrap .fotorama__thumb__arr.fotorama__thumb__arr--right{right:2px;}
.fotorama__nav-wrap--horizontal .fotorama__thumb__arr--left{left: 5px;}
.column.main .products-list .product-items{margin-left:0; }
.product-item-description{margin:5px 0;}
.products-list .product-item-photo{padding: 0 0px 0px 0;}
/* End Product List View */
strong.modes-mode:before,a.modes-mode:before{content: '';}
.modes-mode.active.mode-grid{background: url("../images/sprite.png") no-repeat scroll -1px -155px;padding:9px 16px;border: none;}
a.modes-mode.mode-grid{
	background: url("../images/sprite.png") no-repeat scroll -30px -154px;
	border: none;
	padding: 9px 16px;
}
a.modes-mode.mode-grid:hover{background-position: -1px -154px;border: none;border-right: none;}
.modes-mode.active.mode-list{border: none;padding: 9px 16px;background: url("../images/sprite.png") no-repeat scroll -1px -183px;}
a.mode-list:before{content: '';}
a.modes-mode.mode-list:hover{ background-position: -1px -184px;border: none;}
a.modes-mode.mode-list{ background: url("../images/sprite.png") no-repeat scroll -30px -184px;border: none;border-left:none;padding:9px 16px;}
/* start Product related upsell cross sell View */
.block.upsell .category-title, .block.related .category-title, .block.crosssell .category-title, .related.relatedpost-product .block-title {margin: 0;}
.relatedpost-product .block-title strong, .relatedpost .block-title strong{
	font-size: 20px;
	font-weight: 400;
	line-height: 22px;
	margin: 0;
}
.block.related .block-actions {
	text-align: center;
	display: none;
}
/*Checkbox disabled for related products*/
.field.choice.related>.checkbox.related{display: none;}
.block.related .related-available .product-item-name{margin-left: 0px; }
/* End Product related upsell cross sell View */
.block.relatedpost .title{ display: inline-block; width: 100%; margin:0px 0 15px;}
/* Start responsive menu */
/* End responsive menu */
.account.sales-order-print .page-title-wrapper{
		background: none;
		margin-bottom:0px;
		min-height:0px;
		padding:0px;
		text-align: left;
}
.order-status-title {
	display: block;
	margin: 0 0 20px;
	overflow: hidden;
	width: 100%;
}
.order-status-title .order-date{ float: right; }
.account.sales-order-print .order-date{ display:block; }
.account.sales-order-print .columns{ margin-top: 45px; }
.sidebar .block-brand{ display: block; }
.message.error{margin:5px 0;}
.account .page.messages,.account .messages{margin: 0px;}
.authentication-wrapper button:focus ,.authentication-wrapper button:active{ color: #000; }
.form-cart .main.actions button {
    padding: 0 15px;
    line-height: 35px;
}
#discount-coupon-form .action.apply.primary {
    padding: 0 16px;
    height: 35px;
}
.block-cart-failed .actions.main .continue, .block-cart-failed .actions.main .clear,
.cart-container .form-cart .actions.main .continue,
.cart-container .form-cart .actions.main .clear{display: inline-block;vertical-align: middle;}
.form-cart .main.actions a.action.continue {
    padding: 0 15px;
    font-size: 12px;
    letter-spacing: 0;
    line-height: 35px;
}
.multishipping-checkout-login .action.primary {
    font-size: 12px;
    height: 35px;
    padding: 0 19px;
    background: #ffd200;
    line-height: 35px;
}

.multishipping-checkout-login .action.primary:hover,
.multishipping-checkout-login .action.primary:focus,
.multishipping-checkout-login .action.primary:active {
    background: #1e56b0;
}
.cart-tex-tot {float: left;}
.cart-summary {top: 0 !important;}
.multicheckout .actions-toolbar .secondary .action.back span,.checkout-index-index .action.action-auth-toggle{letter-spacing: 0;}
.opc-sidebar .opc-block-shipping-information .shipping-information-title .action-edit{ top: 0px; }
/*Footer Bottom Brand*/
#bottom-brand-heading{
	float:left;
	text-transform: uppercase;
	font-weight: 600;
}
.footer-bottom-brand{
	clear: both;
	overflow: hidden;
}
.items.bottom-content{
	overflow: hidden;
}
.items.bottom-content > li > div>a{
	float: left;
	padding: 0 10px;
	margin: 0 0 5px 0;
	font-weight: 100;
}
.items.bottom-content > li{
	overflow: hidden;
	float: left;
	border-right: 1px solid #e0e0e0;
		text-decoration: none;
	margin-bottom: 5px;
}
.items, .bottom-content > li:last-child{
	border-right: none;
}
.account .pages .items{float: right;}
.bottom-title{
	overflow: hidden;
	float: left;
}
.bottom.bottom-brand{
	margin-bottom: 40px;
}
.footer-center>.footer-area > ul{
	margin-bottom: 0px;
}
.footer-center>.footer-area > ul >li {
	margin-bottom: 5px;
}
.footer-center>#block_1 > ul >li {
	text-transform: capitalize;
}
.footer-center #block_1{width: 30%;}
.footer-center #block_2,.footer-center #block_3{padding-left: 15px;width: 21%;}
.footer-center #block_4{width: 28%}
.footer-bottom-bottom{margin-top: 5px;}
/*Footer Bottom Brand Ends*/
.brand-item .product-bottom-inner{
	width: 126px;
	height: 108px;
}
.blocked-elem{display:block;}
.sidebar .product-items .product-item-info{clear:both;}
.block-wishlist .actions-toolbar .primary {float:right;}
.catalogsearch-advanced-result .message.error{margin-top: 20px;}
/*Contact Form*/
.custom-contact-form{
	float: left;
	margin-bottom: 10px;
	width: 49%;
}
.googlemap{
	display: block;
	float: left;
	margin: 0 0 0 2%;
	width: 49%;
}
/*Contact form ends*/
.product-block{margin-bottom: 5px;}
.block-brand .items.block-content div:last-child{border-bottom: none;}
.page-footer .footer.content{display: none;}
/***************************************************************Product Page CSS***********************************************************/
/***************************************************************Brand page css starts here**************************************************/
body.brand-index-index.page-layout-2columns-left .column.main{padding:10px;box-sizing: border-box;background: #ffffff;float: right;}

.manufacturer-list.products.wrapper.grid.products-grid,.column.main .manufacturer-list .product-items{margin: 0;}
.column.main .manufacturer-list .product-items li{padding: 0px;vertical-align: middle;box-sizing: border-box;float: left;}
.column.main .manufacturer-list .product-items li>div{
	margin: 0;
	padding: 10px;
	vertical-align: middle;
	display: inline-block;
	width: 100%;
	text-align: center;
	box-sizing: border-box;
}
.column.main .manufacturer-list .product-items li>div a{display: inline-block;}
/**********************************************************Brand page css Ends here*********************************************************/
.page-layout-1column div.product.media{
	width: 34%;
	padding:0;
	box-sizing: border-box;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;
}
.breadcumb_outer{width: 100%;overflow: hidden;}
.breadcumb_inner{
	margin: 8px 0;
	padding: 11px 0 10px;
	overflow: hidden;
}
.sorter-action{display: inline-block;vertical-align: top;}
.toolbar select{background-color: #ffffff;font-size: 12px;color: #808080;}
.sorter-action:before{
	content: "";
	background:#ffffff url("../images/sprite.png") no-repeat scroll -7px -311px;
	padding: 15px 16px;
	border: 1px solid #ebebeb;
	box-sizing: border-box;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	-khtml-border-radius: 5px;
}
.sorter-action:hover:before{background-position: -35px -311px;}
.sorter-action.sort-desc:before{content: "";background-position: -35px -311px;}
.sorter-action.sort-desc:hover:before{background-position: -7px -311px;}
.filter .block-subtitle,.filter-options-item{border-bottom: none;padding-bottom: 0;}
.sidebar .block .block-title {
	font-size: 13px;
	padding: 12px 16px;
	color: #000;
	display: block;
	line-height: 20px;
	text-transform: uppercase;
	background: #f0f0f0;
	font-weight: 600;
	letter-spacing: 1px;
}
.sidebar .block.filter .block-content.filter-content .block-subtitle{display: none;}
.block-title.filter-title strong {
    background: transparent none repeat scroll 0 0;
    border: 0 none;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    padding: 0;
    position: relative;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 13px;
}
.filter-options-title {
	text-transform: capitalize;
	padding: 4px 0px 4px 0;
	color: #707070;
	font-size: 12px;
	font-weight: 400;
}
.filter-current .action.remove{left: 100%;top:5px;}
.filter-actions a{padding: 6px 14px;}
.columns .column.main{padding-bottom: 0;}
.page-layout-1column div.product-info-main{
	padding: 0 15px 0 25px;
	width: 48%;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.product-info-left-cms{float: right;width: 18%;}
.fotorama__stage{margin-bottom: 15px;border:1px solid #ebebeb;}
.catalog-product-view .product-info-main .page-title-wrapper h1 {
    border-bottom: none;
    padding-bottom: 0;
    margin: 12px 0 15px 0;
    font-size: 18px;
    font-weight: 600;
    color: #000000;
    text-transform: capitalize;
}
.product-info-main .product.attribute.overview{margin: 10px 0 15px;}
.product-info-main .product-reviews-summary{margin-bottom:10px;margin-top: 10px;line-height: 1.25;float: none;}
.product-info-main .product-info-price .old-price .price-wrapper .price{font-size: 16px;font-weight: 500;}
.product-info-main .product-info-price .price-wrapper span.price{font-size: 22px;font-weight: bold;line-height: 20px;}
.product-info-main .product-info-price{margin:10px 0;border-bottom: none;}
.product-info-main .product-info-stock-sku{padding:0;}
.product-info-main .product.attribute.sku{margin-bottom: 10px;}
.column .product-info-main .product-add-form{padding: 10px 0;}
.bundle-options-container .block-bundle-summary .box-tocart, .box-tocart{margin: 0 0 9px;}
.product-info-main .product-info-price .price-box .price-final_price > span{margin-bottom: 0;}
.box-tocart .field.qty .input-text.qty{height: 32px;border: 1px solid #ebebeb;}
.box-tocart .field.qty .label{float:left;margin: 6px 6px 6px 0;}
.catalog-product-view .product-info-main form .field.qty{margin: 4px 15px 0 0;float: left;}
.catalog-product-view .product-info-main form .field.qty .control{float: left;}
.breadcrumbs .item:not(:last-child):after{content: "\f101"; font-family: "FontAwesome";font-size: 15px;vertical-align: text-bottom;}
.breadcrumbs .items .item strong{color:#2457aa;text-transform: capitalize;}
.product.info.detailed .product.data.items > .item.title.active > .switch, .product.data.items > .item.title.active > .switch:hover {
    color: #000;
    border-radius: 7px 7px 0 0;
    -webkit-border-radius: 7px 7px 0 0;
    -moz-border-radius: 7px 7px 0 0;
    background: #f5f5f5;
}
.product-info-main .product-info-price .price-box .normal-price .price-final_price .price-label {
	display: inline-block;
	margin: 0;
}
.toolbar-products #sorter, .toolbar-products select {
	background: #fff url('../images/select-bg.svg') no-repeat 100% 45%;
}
.product.attribute.description ul{margin-bottom: 0}
.product.attribute.description li {list-style: inside;}
.product-info-main .product-info-price .price-box .price-container .price-wrapper {
	display: inline-block;
	margin: 0;
}
.product-main-content .product-info-main .stock.available, .product-main-content .product-info-main .stock.unavailable {
	font-weight: 600;
	color: #008000;
}
.swatch-input.super-attribute-select {display: none;}
.product.data.items > .item.title.active > .switch span,.product.data.items > .item.title.active > .switch:hover span,
.product.data.items > .item.title.active > .switch:focus span{color: #ffffff;}
.product.info.detailed > .product.data.items > .item.title > .switch {
    border: none;
    padding-bottom: 0;
    text-transform: capitalize;
    background: #ffffff;
    line-height: 44px;
    height: 43px;
    color: #000000;
    font-weight: 500;
    font-size: 16px;
}
.product.data.items > .item.title:not(.disabled) > .data.switch:active,
.product.info.detailed .product.data.items > .item.title:not(.disabled) > .switch:hover,
.data.switch:hover .counter, .data.switch:active .counter {
    color: #000;
}
.data.switch .counter{color: #000000;}
.product.info.detailed .product.data.items > .item.title.active:not(.disabled) > .switch:hover {
    color: #000;
}
.product.info.detailed > .product.data.items > .item.content {
    border-left: none;
    border-right: none;
    border-bottom: none;
    border-top: unset;
    margin-top: 40px;
    background: #f5f5f5;
}
.product.info.detailed .product.data.items{background: #ffffff;}
.products-related .product-image-container, .upsell .product-image-container{border-bottom: none;}
.related .category-title,.upsell .category-title{border-bottom: none;}
.catalog-product-view .product-info-price .price-box{padding-bottom: 0;}
.products-list .sale-label{right: 5px;}
.pages strong.page,.pages a.page{padding: 0 12px;}
.pages .action{
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-o-border-radius: 0;
	-khtml-border-radius: 0;
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow:none;
}
.pages .item,.pages strong.page{line-height: 30px;}
.pages .item{
	border: 1px solid #d9d9d9;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
.pages .item.current{border-color: #205cbd;background: #205cbd;}
.pages li.item:hover{border-color: #205cbd;}
.page-products .sidebar .block-wishlist .product-item-actions{position: static;}
.review-control-vote label::before, .review-control-vote::before{font-size: 20px;line-height: 10px;}
.review-field-rating .control{margin-bottom: 30px;}
.catalog-product-view .product.info.detailed .product.data.items > .item.content {
    padding: 30px;
}
.product-item-actions .actions-primary + .actions-secondary{padding: 0;width: auto;}
.products-related .product-item-actions, .upsell .product-item-actions{line-height: 1;}
.product-item-actions .actions-primary{display: inline-block;  }

.product.info.detailed{margin-top: 50px;float: left;width: 100%;}
.review-list .block-title strong{font-size: 20px;}
.review-title {font-size: 18px;color: #000;}
.review-toolbar{border-color: #f0f0f0;}
.product-main-content{overflow: hidden;padding:0;background: #ffffff;}
.product-reviews-summary div.reviews-actions{font-size: 12px;margin: 0;vertical-align: text-top;}
.right-banner-inner{position: relative;margin: 0 0 10px 0;}
.right-banner-inner .flex-control-nav{position: static;}
.right-banner-inner .slides{margin-bottom: 0;}
.pro-page-sale-cms {
	padding: 22px 5px;
	text-align: center;
	color: #ffffff;
	background: #2457AA;
}
.pro-page-sale-cms .text1 {
	font-size: 65px;
	line-height: 65px;
	text-transform: uppercase;
	font-weight: 800;
}
.pro-page-sale-cms .text2{
	border-top:1px dashed;
	border-bottom: 1px dashed;
	display: inline-block;
	padding: 0 40px;
	margin: 10px 0;
	text-transform: capitalize;
}
.pro-page-sale-cms .text3 {font-size: 40px;font-weight: 700;text-transform: uppercase;line-height: 40px;}
.pro-page-sale-cms .text4 {text-transform: uppercase;}
/*Product Page CSS Ends*/
/*Category Page CSS*/
body.page-layout-2columns-left .sidebar,body.account.page-layout-2columns-left .sidebar{width: 19%;margin-top:0;}
.product-item-info{position: relative;width: auto;}
.page-products.catalog-category-view .products-grid .product-item{width: 25%;margin-left: 0;padding: 0;}
.page-products .product-image-container{border-bottom: none;}
body.page-layout-2columns-left .column.main,.account.page-layout-2columns-left div.column.main{width: 78.572%;}
.breadcumb_inner .page-title-wrapper h1{float:left;margin-bottom: 0px;}
.catalog-product-view .breadcumb_inner .page-title-wrapper h1{font-size: 16px;}
div.breadcrumbs {
    float: right;
    padding-right: 0;
    margin-bottom: 0;
    line-height: 17px;
}
.breadcrumbs a:visited{color: #000000;}
.breadcumb_inner .breadcrumbs a:active, .breadcumb_inner .breadcrumbs a:hover{color: #2457aa ;text-decoration: none;}
.breadcrumbs .items{font-size: 12px;}
.columns .sidebar.sidebar-main{padding-right:0px;}
.page-wrapper .page-main .sidebar .block{
	margin: 0 0 30px 0;
	border: 1px solid #ebebeb;
	overflow: hidden;
	position: relative;
	float: left;
	width: 100%;
}
.breadcumb_inner .breadcrumbs a {color: #000;text-transform: capitalize;}
.filter-options-title:after{right:4px;font-size: 10px;}
body.page-layout-2columns-left .sidebar-additional{padding-right: 0;}
.page-products .products-grid .product-item-inner:before{background: transparent;}
.page-products .toolbar-products{
	padding: 5px 0;
	box-sizing: border-box;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	-khtml-border-radius: 5px;
}
.page-products .toolbar-products{margin:0 0 16px 0;}
.products.wrapper ~ .toolbar-products{margin:16px 0 16px 0;}
.pages .action{background: #ffffff; border:none;}
.pages .action:hover{background: #ffffff;}
.pages .action.next:hover:before,.pages .action.next:hover:visited:before,
.pages .action.previous:hover::before,.pages .action.previous:hover:active::before,.pages .action.previous:hover:visited:before{color: #205cbd;}
.pages .action.next:before,.pages .action.next:visited:before,.pages .action.previous::before,.pages a.action.previous:active::before,
.pages .action.previous:visited:before{color: #808080;}
.pages a.page,.pages a.page:visited{background: #ffffff}
.pages .current strong.page{color: #ffffff;background: transparent;}
.pages .action.next{margin-left: 0px}
.pages .action.previous{margin-right: 0;}
.items.pages-items li .page,.items.pages-items li .action{
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	-khtml-border-radius: 5px;
}
option{padding: 0 15px;}
.catalogsearch-advanced-index option{padding: 0;}
.filter-options-title:after{right: 0;top: 0;font-size:10px;font-weight: bold;color: #626262;float: right;}
/*Category Page while List View*/
.page-products .products-list .product-item-image{float: left;}
.page-products .products-list .product-item-info{overflow: hidden;margin: 0;padding: 30px 0;border-bottom: 1px solid #f0f0f0;}
.products-list .product-item-details{text-align: left;border-top: none;display: inline-block;width: 74%;padding:15px 0;}
.column.main .products-list .product-item{padding:30px 0;}
.column.main .products-list li:last-child{border-bottom: none;padding:30px 0 0px 0;}
.column.main .products-list li:first-child{padding:0px 0 30px 0;}
.list-left{
	width: 70%;
	box-sizing: border-box;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;
	border-right: 1px solid #d9d9d9;
	padding: 0 15px 0 25px;
}
.list-right{
	width: 30%;
	box-sizing: border-box;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;
	padding: 20px 0 10px 25px;
	text-align: center;
}
.list-left, .list-right{float: left;}
.products-list .product-item .price-box{margin:0 0 10px 0;}
.products-list .product-item-details .product-item-inner .actions-primary{
	margin: 0;
	-khtml-opacity: 1;
    -o-opacity: 1;
    -ms-opacity: 1;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    filter: Alpha(Opacity=100);
	position: relative;top:0;}
.products-list .product-item-name > a, .products-list .product-item-name > a:visited {
	font-size: 14px;
	text-transform: capitalize;
	font-weight: 600;
}
.products-list .price-container .price{font-size: 16px;font-weight: 700;}
.products-list .old-price .price-container .price{font-size: 13px;color: #b2b2b2;font-weight: 400;}
.products-list .product-item-info  .action.primary:hover{
	background: #ffd200 url(../images/sprite-1.png) no-repeat center 12px;border: none;
	color: #ffffff;
}
.products-list .product-item .action.towishlist:hover,.products-list .table-comparison .action.towishlist:hover,
.products-list .product-item .tocompare:hover{color:#205cbd;}
.products-list .product-item-info .new-label{display: block;}
.products-list .list-right .actions-secondary a.action span{
	position: relative;
	padding: 0 0 0 8px;
	text-transform: capitalize;
	margin: 0;
	letter-spacing: 0;
}
.products-list .actions-secondary a.action.tocompare:before{content:'\f24d';font-family:'FontAwesome';}
/*Category Page list View Ends here*/
.filter-options-content .count,.filter-options-content a{color: #808080;}
.category-image img{width: 100%;}
/*Category Page css Ends*/
.action.primary, a.action.primary {
	letter-spacing: 0;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	-khtml-border-radius: 5px;
	text-transform: capitalize;
	height: 35px;
	width: 35px;
	font-size: 12px;
	padding: 0 15px;
	color: #000;
	transition: all 500ms ease 0s;
	-webkit-transition: all 500ms ease 0s;
	-moz-transition: all 500ms ease 0s;
	-ms-transition: all 500ms ease 0s;
	-o-transition: all 500ms ease 0s;
	line-height: 35px;
}

.product-item-info .action.primary,
.product-item-info a.action.primary{
	background:#2457aa url(../images/sprite-1.png) no-repeat center 12px;
	font-size: 0;
	padding: 0;
}

.abs-discount-block .actions-toolbar .action.primary, .cart-discount .actions-toolbar .action.primary{color: #000000;}
.cart-discount .actions-toolbar .action.primary{
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	-khtml-border-radius: 5px;
	margin-left: 5px;
}
/*Login Page design*/
.login-container {color: #666666;}
.login-container .block .block-title{
		border-bottom: 1px solid #f0f0f0;
		padding-top:10px;
}
.login-container .block .block-title strong{
	font-weight: normal;
	font-size: 16px;
}
.block-minicart .block-content > .actions > .primary .action.primary{width: 100%}
/*Login Page Design Ends*/
/*Create Account Page*/
.customer-account-forgotpassword .fieldset > .field{padding: 10px 0 0 0;}
.catalogsearch-advanced-index .fieldset > .legend{margin: 10px 0;}
.fieldset > .legend,form .legend{border-bottom: 1px solid #f0f0f0;padding-top:10px;}
.create input[type="text"], .form.form-orders-search input[type="text"],
.create input[type="password"], .form.form-orders-search input[type="password"],
.create input[type="url"], .form.form-orders-search input[type="url"],
.create input[type="tel"], .form.form-orders-search input[type="tel"],
.create input[type="search"], .form.form-orders-search input[type="search"],
.create input[type="number"], .form.form-orders- input[type="number"],
.create input[type="datetime"], .form.form-orders-search input[type="datetime"],
.create input[type="email"], .form.form-orders-search input[type="email"]{border: 1px solid #f0f0f0;}
textarea{padding: 0 10px;font-size: 12px;}
input[type="text"], input[type="password"], input[type="url"], input[type="tel"], input[type="search"],
input[type="number"], input[type="datetime"], input[type="email"]{font-size: 12px;}
.catalogsearch-advanced-index .field.price .addon input{min-width: 0;}
select{border: 1px solid #ebebeb;font-size: 12px;}
.create input.mage-error, .form.form-orders-search input.mage-error,
.create select.mage-error, .form.form-orders-search select.mage-error,
.create textarea.mage-error,.form.form-orders-search textarea.mage-error{border-color: #ed8380;border: 1px dashed #ed8380;background: #faebe7;}
.password-strength-meter{background-color: #ebebeb;}
div.mage-error[generated] {
	margin-top: 2px;
	padding: 0 0 0 20px;
	position: absolute;
	font-size: 12px;
}
div.mage-error[generated]:before{
	content: '\f062';
	font-family: 'FontAwesome';
	left: 0;
	top: -1px;
	position: absolute;
}
._keyfocus *:focus,
input:not([disabled]):focus,
textarea:not([disabled]):focus,
select:not([disabled]):focus
{box-shadow:none;-webkit-box-shadow: none;-moz-box-shadow:none;}

.account .column.main .customer-review.view h2.product-name{font-size: 20px;}
.product-item div.product-reviews-summary .reviews-actions{font-size: 12px;margin-top: 0;display: none;}

.cms-home .product-item div.product-reviews-summary .reviews-actions,
.catalog-category-view .product-item div.product-reviews-summary .reviews-actions
{display: none;}

.abs-account-blocks .block-title,
.multicheckout .block-title,
.multicheckout .block-content .title,
.account .legend,
.form-giftregistry-search .legend,
.block-giftregistry-results .block-title,
.block-giftregistry-shared-items .block-title,
.block-wishlist-search-form .block-title,
.block-wishlist-search-results .block-title,
.customer-review .review-details .title, .multicheckout .block-title,
.paypal-review .block .block-title,
.account .column.main .block:not(.widget) .block-title,
.magento-rma-guest-returns
.column.main .block:not(.widget) .block-title,
[class^="sales-guest-"] .column.main .block:not(.widget) .block-title,
.sales-guest-view .column.main .block:not(.widget) .block-title
{border-color: #f0f0f0;}

.block-collapsible-nav .content{padding: 10px 20px; box-sizing: border-box;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;border: none;}
.block-reorder .actions-toolbar{margin: 0;}
.block-compare .counter, .block-wishlist .counter{color: #000;}
.sidebar .product-items .product-item {float: left;width: 100%;}
#maincontent .sidebar .product-items .product-item-details {margin: 0;}
/*Create Account Page Ends here*/
/*Order and Return Form Page*/
.form.form-orders-search{margin:30px 0 0 0;}
/*Order and Return Forem Page Ends here*/
/*Account Page*/
.block-collapsible-nav .title::after{display: none;}
.account .page-title-wrapper{
	margin: 9px 0 9px 0;
	padding: 15px 0;
	line-height: 1;
}
.table-comparison .action.tocart {
    width: auto;
}
.table-comparison .secondary-addto-links .action.towishlist:hover span{color: #000;}
.table-comparison .secondary-addto-links .action.towishlist span {

    font-size: 12px;
    color: #fff;
    width: auto;
    height: auto;
    line-height: 35px;
    overflow: unset;
    clip: unset;
    margin: 0;
    position: relative;
    padding: 0 15px;
    text-transform: capitalize;

}
.table-comparison .secondary-addto-links .action.towishlist {

    width: unset;
    height: unset;
    line-height: 35px;
    padding: 0;
    font-size: 12px;
    display: block;

}
ul.footer.links li.current {font-size: 12px;}
ul.footer.links li.current strong {font-weight: 400;}
.product-item-actions .actions-primary + .actions-secondary {
    display: inline-block;
    width: auto;

}
.page-print.account .page-title-wrapper{margin: 9px 0 9px 0;}
.page-print .logo{background: #205cbd;padding: 10px;}
.account .page-title-wrapper h1.page-title {
	margin:0;
	font-size: 16px;
	color: #000000;
	font-weight: 700;
	text-transform: uppercase;
	line-height: 1.35;
}
.block-collapsible-nav .item.current a, .block-collapsible-nav .item.current > strong{background: transparent;}
.block-collapsible-nav .item a,.block-collapsible-nav .item.current>strong{background: transparent;}
.block-collapsible-nav .item.current a{border-color: #e6e6eb;}
.block-collapsible-nav .item:last-child a, .block-collapsible-nav .item:last-child strong{border-bottom: none;}
.account .block-collapsible-nav .title{
	background:none;
	border-bottom: 0;
	margin: 0;
	padding: 11px 25px;
	background: #205cbd;
}
.account .block-collapsible-nav .title > strong{
	font-size: 14px;
	text-transform: capitalize;
	color: #ffffff;
	font-weight: 500;
}
.account .block-collapsible-nav .item.current a, .account .block-collapsible-nav .item.current > strong{
	padding: 7px 0;
	color: #205cbd;
}
.account .block-collapsible-nav .item.current a:before, .account .block-collapsible-nav .item.current > strong:before{
	content: '\f0a4';
	font-family: 'FontAwesome';
	padding-right: 5px;
}
.account .items.order-links .nav.item.current strong{
	border: none;
	border-bottom: none;
	color: #ffffff;
	border-radius: 7px 7px 0 0;
	-webkit-border-radius: 7px 7px 0 0;
	-moz-border-radius: 7px 7px 0 0;
	background: #205cbd;
}
.order-details-items{border:1px solid #f0f0f0;}
.account .block-collapsible-nav .item a:hover{color:#205cbd;}
.account .page-main .columns .column.main .block .block-title {border-bottom: 1px solid #d9d9d9;}
.account .page-main .columns .column.main .block .block-title > strong,.account .legend > span {font-size: 16px;}
.account .block-content .box .box-title {
	background: #205cbd;
	color: #ffffff;
	padding: 7px 15px 4px;
	width: 100%;
	border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	box-sizing: border-box;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;
}
.account .column.main .block .block-content .box .box-title > span {font-size: 13px;font-weight: normal;}
.sidebar .product-items .action.delete{right:100%;top: 3px;}
.sidebar .block.block-wishlist .product-items .action.delete{right: 0;top:0px;}
.paypal-review .table-paypal-review-items .col.price .price-including-tax .price,
.paypal-review .table-paypal-review-items .col.price .price-excluding-tax .price,
.paypal-review .table-paypal-review-items .col.subtotal .price-including-tax .price,
.paypal-review .table-paypal-review-items .col.subtotal .price-excluding-tax .price,
.cart.table-wrapper .col.price .price-including-tax .price, .cart.table-wrapper .col.price .price-excluding-tax .price,
.cart.table-wrapper .col.subtotal .price-including-tax .price, .cart.table-wrapper .col.subtotal .price-excluding-tax .price,
.cart.table-wrapper .col.msrp .price-including-tax .price, .cart.table-wrapper .col.msrp .price-excluding-tax .price,
.order-details-items .col.price .price-including-tax .price, .order-details-items .col.price .price-excluding-tax .price,
.order-details-items .col.subtotal .price-including-tax .price, .order-details-items .col.subtotal .price-excluding-tax .price{color: #000000;}
.filter-actions a{
	border:1px solid #c9c9c9;
	color: #a4a4a4;
	background: transparent;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-o-border-radius: 0;
	-khtml-border-radius: 0;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	 -o-transition: all 0.3s ease;
}
.filter-actions a:hover{
	color: white;
	background: #2457aa;
	border:1px solid #2457aa;
}
.filter-options-content a:hover{background-color: transparent;color: #205cbd;}
.filter-options-content a:hover .count{color:#205cbd;}
.sidebar .block.block-reorder .block-title, .sidebar .block.block-reorder .block-content {display: block;}
.account .pages .action{
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-o-border-radius: 0;
	-khtml-border-radius: 0;
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow:none;
}
.field-tooltip .field-tooltip-action::before{font-size: 19px;}
.field-tooltip{top:9px;}
.order-details-items .product-item-name{padding: 0;font-size: 14px;}
.sidebar .action.tocart{
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	-khtml-border-radius: 5px;
}
.account .sidebar .product-items .product-item-info .product-item-photo{float: left;position: relative;}
/*Account Page Ends here*/
.active-cart{display: block;}
/*Contact Page CSS*/
.contact-index-index .columns{margin-top:30px;}
/*Contact Page CSS Ends*/
/*Wishlist & Compare Page CSS*/
.modal-popup .modal-title,.modal-popup.modal-slide footer.modal-footer{border-bottom: 1px solid #ebebeb;}
.wishlist .box-tocart .field.qty .control{float: left;}
.wishlist-index-index .products-grid.wishlist .product-item .tocart span{font-size: 12px;}
.column .block-addbysku .qty .qty, .bundle-options-container .input-text.qty, .table-giftregistry-items .field.qty .qty,
.block-giftregistry-shared-items .qty .qty, .table.grouped .col.qty .control.qty .qty, .block-wishlist-info-items .input-text.qty,
.box-tocart .input-text.qty, .account .data.table-return-items .qty .input-text, .account .table-wrapper .data.table.wishlist .box-tocart .qty,
.products-grid.wishlist .product-item .box-tocart input.qty, .sidebar .block-addbysku .fieldset .fields .field.qty .qty{width:35px;}
.multicheckout .table-wrapper .col .qty .input-text{height: 32px;}
.wishlist-index-index .product-item-actions{padding: 0}
.catalog-product-compare-index .product-item-actions .actions-primary{display: block;float: left;}

.catalog-product-compare-index .product-item-actions .actions-secondary{display: inline-block;
	float: left;
	margin:0px 2px 0 5px;
	padding-left: 0;
	width: auto;
}

.catalog-product-compare-index .product-item-actions .actions-secondary span{letter-spacing: normal;}
.table-comparison .action.towishlist:before{
	padding:9px;
	line-height: 18px;
	text-align: center;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
}

.table-wrapper.comparison .table-comparison > tbody > tr > th,
.table-wrapper.comparison .table-comparison > tbody > tr > td
{border-top:1px solid #ebebeb;}

.table-comparison .cell,.table-comparison >tbody >tr >td{border-right: 1px solid #d9d9d9;}
.table-comparison td:last-child{border-right: none;}
.catalog-product-compare-index .product-item-actions .actions-primary + .actions-secondary > .action > span{
	position: relative;
	margin:0;
	padding-left: 5px;
	font-size: 13px;
	font-weight: normal;
	display: none;
}
.link.wishlist .counter{color: #808080;}
.tm_headerlinks>.header.links>li:hover >a .counter{color: #205CBD;}
.cart.table-wrapper .action-towishlist::before{width:20px;}
.cart.table-wrapper, .table-wrapper{margin-bottom: 10px;}

.cart.table-wrapper,
.abs-cart-block > .title,
.minicart-items .product .toggle,
.abs-discount-block .block > .title,
.cart-summary .block > .title,
.paypal-review-discount .block > .title,
.cart-discount .block > .title,
.cart-discount,
.cart-totals .grand .mark,
.opc-block-summary .table-totals .grand .mark,
.cart-totals,
.opc-block-summary .table-totals,
.cart-totals .grand .amount,
.opc-block-summary .table-totals .grand .amount
{border-color: #d9d9d9;}

.table-wrapper.comparison{border:1px solid #d9d9d9;}
.cart-container .form-cart .actions.main{margin: 10px 0;}
.cart-discount{margin: 10px 0;}
.catalog-product-compare-index .price-label{display: none;}
.catalog-product-compare-index div.product-reviews-summary{position: static;}
.catalog-product-compare-index div.product-reviews-summary .rating-summary{vertical-align: text-top;}
.catalog-product-compare-index .product-reviews-summary div.reviews-actions{vertical-align: middle;}
/*Wishlist & Compare CSS ends*/
/*Search Results CSS*/
.search-autocomplete{top:35px;right: 35px;}
.search-autocomplete ul:not(:empty){background: #88bf4a;
	border: 1px solid #342014;
	color: #eae0c9;
	padding: 2px;}
.search-autocomplete ul li .amount{color: #ebebeb;}
.search-autocomplete ul li:hover, .search-autocomplete ul li.selected{background: #88bf4a;}
.wishlist-index-index .products-grid li.product-item{width: 25%;padding-left: 0;margin-left: 0;border-bottom: none;}
div.products-grid.wishlist .product-item .fieldset .field.qty,
div.products-grid.wishlist .product-item .fieldset .product-item-actions{display: inline-block;margin:0;vertical-align: middle;}
.products-grid.wishlist .product-item .fieldset{margin-top:5px;}
.products-grid.wishlist .product-item-actions .action.edit{margin-right: 5px}
.review-customer-view .customer-review.view .product-media .product-photo{display: inline-block;width: 100%;}
#block-collapsible-nav .delimiter, .sidebar-main .block.account-nav{ display: none;}
#cat-featured {margin: 25px 0 0;}
.customer-account-create .action.primary:hover{background: #2457AA;color: #fff;}
.tm_lang_cur_links {display: none;}
.headertoggle_img .panel.header .tm_lang_cur_links {display: block;}

.catalog-product-compare-index .action.primary:hover,
.catalog-product-compare-index .action.primary:active,
.catalog-product-compare-index .action.primary:focus
{background: #ffd200 url(../images/sprite-1.png) no-repeat center 12px;}

.customer-account-create .action.primary{font-size: 12px;background: #ffd200;padding: 0 15px;color:#000}
.customer-account-login .action.primary {
    font-size: 12px;
    height: 35px;
    padding: 0 19px;
    background: #ffd200;
    line-height: 35px;
}
.wishlist-index-index .products-grid.wishlist .product-item .box-tocart .tocart {
    font-size: 12px;
    width: auto;
    height: auto;
    font-weight: 500;
    padding: 0 15px;
    line-height: 35px;
}
.wishlist-index-index #wishlist-view-form .products-grid .product-item .product-item-info:hover .product-item-inner{transform: none;}
#wishlist-view-form .actions-toolbar button {
    font-weight: 500;
    padding: 0 16px;
    line-height: 35px;
    font-size: 12px;
}
.account.wishlist-index-index .product-item-inner {margin: 0;}
.action.primary, a.action.primary {font-weight: 500;}
.customer-account-login .actions-toolbar > .secondary {text-align: left;}
.customer-account-login .login-container .fieldset::after {margin-top: 20px;}

.customer-account-login .action.primary:hover,
.customer-account-login .action.primary:focus,
.customer-account-login .action.primary:active
{background:#1e56b0}
.customer-account-login .fieldset {margin: 0 0 20px;}
.page-product-configurable .product-info-main .swatch-opt {margin: 0 0 22px;}
.product-info-main .swatch-attribute-label {font-weight: 500;position: relative;color: #000;}

.block.related .block-content,
.block.upsell .block-content,
.block.crosssell .block-content
{margin: 45px 0 0;}

.tm_Category_Slider_CMS .owl-controls .owl-nav div {border: 2px solid #ffd200;width: 35px;height: 35px;line-height: 32px;top: auto;bottom: 27%;}

.tm_Category_Slider_CMS .owl-controls .owl-nav .owl-prev:hover,
.tm_Category_Slider_CMS .owl-controls .owl-nav .owl-next:hover
{background-color: #ffd200;}

.tm_Category_Slider_CMS .owl-controls .owl-nav .owl-prev::before,
.tm_Category_Slider_CMS .owl-controls .owl-nav .owl-next::before
{color: #fff;font-size: 24px;}

.tm_Category_Slider_CMS .products-grid .product-item-info{margin: 0 15px 15px;}

.page-products .products.wrapper.list.products-list .product-items .product.product-item .swatch-option{
	float: unset;
	text-align: center;
	display: inline-block;
	}
/*search Results CSS ends here*/
/*--------------------------------------------------------Responsive CSS Starts Here(responsive.css)---------------------------------------------------------------*/
/* Media for 980px to 1023px */
/* 980px <= width < 1023px */
@media (max-width: 1860px){
	.flexi.container-width {max-width: 1660px;}
}
@media (max-width: 1760px){
	.flexi.container-width {max-width: 1560px;}
}
@media (max-width: 1660px){
	.flexi.container-width {max-width: 1460px;}
}
@media (max-width: 1560px){
	.flexi.container-width {max-width: 1440px;padding-left: 20px;padding-right: 20px;}
	.featured-category-CMS {padding: 30px 0 0;}
	.nav-sections-item-content > .navigation.custommenu {width: 182px;}
}

@media (min-width: 1201px) and (max-width: 1460px){
	.header-center {width: 68%;}
	.flexslider {min-height: 315px;}
	.navigation.custommenu #mainmenu>ul{min-height: 320px;}
	.products-list .product-item-details{width: 70%;}
	.news-heading{font-size: 20px;}
	.subbanner .title{font-size: 20px;}
	.header-right {width: 18%;}
	.nav-sections-item-content > .navigation.custommenu {width: 182px;}
	.menu-title-inner span::after {right: 4px;}
	.featured-category-CMS .owl-controls .owl-nav div {top: -58px;}
	.advertise_banner_content {top: 15px;left: 15%;}
	.flex-direction-nav li a.flex-prev, .flex-direction-nav li a.flex-next {top: 32%;}
	.sub-banner1-center .sub-banner-center-content {top: 15%;left: 35px;}
	.sub-banner2-center .sub-banner-center-content {top: 16%;}
    .sub-banner-bottom-content {top: 15%;left: 35px;}
    .blog-carousel-container {margin: 20px 0 0 0;}
    .blog-subbanner_CMS .blog .post-content-inner {width: 64%;margin: 10px 0;}
    .post-date {margin: 10px 0 20px 0;}
    .sub-banner-bottom {width: 55%;}
    .blog .owl-controls .owl-nav div {top: -68px;}
    .manufacturer_outer .owl-controls .owl-nav div {top: 28%;}
    .footer-inner .footer-area {width: 16%;}
    #block_4 {width: 28%;}
    div.block.newsletter {width: 24%;}
    .footer-bottom-center {float: left;margin-left: 15px;}
    ul.footer.links li {padding: 0 5px;}
    .navigation.custommenu #mainmenu {width: 225px;}
    .service-cms {margin: 30px 0 0;}
    .tm_advertise_banner_cms {margin: 20px 0 25px;}

    .latest-product-CMS .owl-stage-outer .owl-stage .owl-item::after,
    .tm_product_tab .owl-stage-outer .owl-stage .owl-item::after,
    .block.related .owl-stage-outer .owl-stage .owl-item::after,
	.block.upsell .owl-stage-outer .owl-stage .owl-item::after,
	.block.crosssell .owl-stage-outer .owl-stage .owl-item::after,
	.page-products .products.wrapper.grid.products-grid .product-items .product.product-item::after
	{height: 239px;}

    .tm_Category_Slider_CMS .owl-stage-outer .owl-stage .owl-item::after{height: 222px;}
	.owl-controls .owl-nav div {top: 27%;}
    .category_product_tab .product_tabs {margin: 30px 0 0;}
    .block.related .block-content,
	.block.upsell .block-content,
	.block.crosssell .block-content {margin: 30px 0 0;}
    .category_product_tab .owl-controls .owl-nav div {top: 26%;}
    .sub-banner-bottom-cms {margin: 70px 0 0;}
    .latest-product-CMS {margin: 60px 0 0;}
    .blog-subbanner_CMS.homepage-bkg {margin: 50px auto 0;}
    .items-in-cart .minicart-items .product .product-item-name {overflow: hidden;text-overflow: ellipsis;white-space: nowrap;width: 43%;}
    .header-menu-outer .minicart-wrapper {margin: 11px 0 3px;}
    .tm_headerlinkmenu {margin: 9px 30px 11px 0;}
    .tm_headerlinks {top: 56px;}
    .minicart-wrapper .block-minicart {top: 54px;}
    .navigation.custommenu .menu-title {padding: 11px 22px 11px 50px;}
    .tm_Category_Slider_CMS .banner-content {width: 90%;}
    .tm_Category_Slider_CMS .left-banner-cms .banner-img-cms {width: 90%;}
    .tm_Category_Slider_CMS .left-banner-cms {width: 23%;}
    .tm_Category_Slider_CMS .owl-controls .owl-nav .owl-next {left: -22%;}
    .tm_Category_Slider_CMS .owl-controls .owl-nav .owl-prev {left: -27%;}
    .sub-adbanner-content {top: 27px;}
    .tm_special .owl-controls .owl-nav div {top: 40%;}

    .tm_Category_Slider_CMS .Block1 .cat_product_tabs,
    .tm_Category_Slider_CMS .Block2 .cat_product_tabs,
    .tm_Category_Slider_CMS .Block3 .cat_product_tabs
    {width: 77%;}
}

@media (min-width: 1024px) and (max-width: 1200px) {
	.flexslider{ min-height: 264px;}
	.nav-sections-item-content > .navigation.custommenu {width: 182px;}
	.navigation.custommenu #mainmenu>ul{min-height: 250px;}
	.footer-bottom-left{float: none;}
	.footer-bottom-right{float: none;}
	.top_button{bottom:35px;}
	.pro-page-sale-cms .text1{font-size: 45px;}
	.pro-page-sale-cms .text3{font-size: 20px;}
	.products-list .product-item-details{width: 65%;}
	.news-left{width: 45%;}
	.news-heading{font-size: 14px;}
	.footer_newsletter .news-text {font-size: 13px;}
	.footer-inner .footer-area .store-details li{word-break: break-word;}
	.subbanner{padding: 15px 0 0px 15px;}
	.subbanner .title{font-size: 18px;}
	.footer-logo{width: 23%;}
    .header-left {margin-right: 40px;}
    .header-userzone div a {padding: 8px 10px;}
    .header-right {width: 21%;}
    .header-center {width: 77%;}
    .header-static div a {margin-right: 15px;}
    .block.block-search {width: 49%;margin-right: 30px;}
    .tm_header_static {float: left;width: 42%;display: inline-block;}
    .menu-title-inner span::after {right: 4px;}
    .flex-direction-nav li a.flex-prev, .flex-direction-nav li a.flex-next {top: 30%;}
    .sub-adbanner-content .text1 {font-size: 15px;line-height: 15px;}
    .sub-adbanner-content .text2 {font-size: 12px;line-height: 15px;}
    .sub-adbanner-content {top: 20px;left: 25px;}
    .banner-offer {left: 25px;}
    .sub-adbanner2 .banner-offer {top: 9%;}
    .advertise_banner_content .text1 {font-size: 16px;line-height: 25px;margin-bottom: 15px;}
    .advertise_banner_content .text2 {font-size: 13px;margin: 0 0 15px 0;}
    .advertise_banner-button a {font-size: 14px;}.advertise_banner_content {top: 19px;left: 15%;}
    .special-widget-block .special-count .time {margin: 0 3px 0 0;}
    .serviceblock .service-sub-text {font-size: 12px;}
    .serviceblock .title {font-size: 13px;}
    .sub-banner-center-content .text1 {font-size: 22px;line-height: 25px;margin-bottom: 10px;}
    .sub-banner-center-content .text2 {font-size: 13px;line-height: 22px;}
    .sub-banner-center-button a {font-size: 14px;}
    .sub-banner-center-content .text2 {margin: 0 0 10px;}
    .sub-banner1-center .sub-banner-center-content {top: 15%;left: 30px;}
    .sub-banner2-center .sub-banner-center-content .text1 {font-size: 22px;line-height: 25px;}
    .sub-banner-center-cms .sub-banner2-center .sub-banner-center-content .text2 {padding: 0 37px;}
    .sub-banner2-center .sub-banner-center-content {top: 9%;width: auto;}

    .tm_Category_Slider_CMS .Block1.product,
    .tm_Category_Slider_CMS .Block2.product,
    .tm_Category_Slider_CMS .Block3.product
    {width: 73%;}

    .tm_Category_Slider_CMS .left-banner-cms {width: 27%;}
    .tm_Category_Slider_CMS .banner-content .sub-text {font-size: 25px;}
    .sub-banner-bottom-content .text1 {font-size: 22px;}
    .sub-banner-bottom-content .text2 {font-size: 13px;margin: 0 0 10px;}
    .sub-banner-bottom-button a {font-size: 14px;}
    .sub-banner2-bottom .sub-banner-bottom-content .text1 {font-size: 22px;}
    .sub-banner-bottom-content {top: 13%;left: 30px;}
    .blog-subbanner_CMS .sub-banner-bottom-content .text1 {font-size: 22px;}
    .sub-banner-bottom {width: 55%;}
    .blog-carousel-container {margin: 20px 0 0 0;}
    .blog_title {padding: 0 0 15px 0;}
    .blog-subbanner_CMS .blog .post-content-inner {width: 67%;margin: 0;padding: 0 0 0 20px;}
    .post-date {margin: 10px 0 15px 0;}
    .blog .owl-controls .owl-nav div {top: -65px;}
    .manufacturer_outer .owl-controls .owl-nav div {top: 27%;}
    .footer-inner .footer-area {width: 15%;}
    div.block.newsletter {width: 27%;padding: 0 0 0 15px;}
    #block_4 {padding: 0 0 0 30px;width: 28%;}
    .footer-wrapper-inner {padding: 60px 0;}
    .footer-bottom-inner {padding: 20px 0;}
    .footer-bottom-center {padding: 5px 0 10px;}
    .footer-wrapper-inner {padding: 50px 0 45px;}
    .navigation.custommenu #mainmenu {width: 210px;}
    .product-info-main .product-add-form .product-options-wrapper .field .control {margin: 0 0 0 14px;}
    .special-widget-block .product-item-info .product-item-image {width: 48%;}
    .special-widget-block .product-item-details {width: 52%;}
    .blog-subbanner_CMS.homepage-bkg {margin: 30px auto 0;}
    .tm_advertise_banner_cms {margin: 20px 0 25px;}
    .sub-adbanner-cms {margin: 50px 0 25px;}
    .service-cms {margin: 30px 0 0;}
    .sub-banner-bottom-cms {margin: 40px 0 0;}
    .manufacturer-product-outer.homepage-bkg {margin: 40px 0 10px;}
    .navigation.custommenu .mainmenu li.level1 {min-width: 200px;}

    .latest-product-CMS .owl-stage-outer .owl-stage .owl-item::after,
    .tm_product_tab .owl-stage-outer .owl-stage .owl-item::after,
	.block.related .owl-stage-outer .owl-stage .owl-item::after,
	.block.upsell .owl-stage-outer .owl-stage .owl-item::after,
	.block.crosssell .owl-stage-outer .owl-stage .owl-item::after,
	.page-products .products.wrapper.grid.products-grid .product-items .product.product-item::after
	{height: 264px;}

    .tm_special .owl-stage-outer .owl-stage .owl-item.active::after {top: 30px;height: 190px;}
    .category_product_tab .owl-controls .owl-nav div {top: 26%;}
    .tm_Category_Slider_CMS .left-banner-cms .banner-img-cms {width: 87%;}
    .tm_Category_Slider_CMS .Block1, .tm_Category_Slider_CMS .Block2, .tm_Category_Slider_CMS .Block3 {margin: 0 0 50px 0;}
    .tm_Category_Slider_CMS .Block3 {margin: 0;}
    .latest-product-CMS {margin: 50px 0 0;}
    .tm_Category_Slider_CMS .owl-stage-outer .owl-stage .owl-item::after {height: 245px;}
    .owl-controls .owl-nav div {top: 30%;}
    .items-in-cart .minicart-items .product .product-item-name {overflow: hidden;text-overflow: ellipsis;white-space: nowrap;width: 31%;}
    .header-menu-outer .minicart-wrapper {margin: 11px 0 3px;}
    .tm_headerlinkmenu {margin: 9px 30px 11px 0;}
    .tm_headerlinks {top: 56px;}
    .minicart-wrapper .block-minicart {top: 54px;}
    .navigation.custommenu .menu-title {padding: 11px 22px 11px 50px;}
    .header_customlink li a {padding: 27px 8px 14px;}
    .list-right {padding: 20px 0 10px 15px;}
    .tm_Category_Slider_CMS .banner-content {width: 87%;}

    .tm_Category_Slider_CMS .Block1 .cat_product_tabs,
    .tm_Category_Slider_CMS .Block2 .cat_product_tabs,
    .tm_Category_Slider_CMS .Block3 .cat_product_tabs
    {width: 75%;}

    .tm_Category_Slider_CMS .left-banner-cms {width: 25%;}
    .tm_Category_Slider_CMS .owl-controls .owl-nav .owl-next {left: -23%;}
    .tm_Category_Slider_CMS .owl-controls .owl-nav .owl-prev {left: -29%;}
    .tm_special .owl-controls .owl-nav div {top: 38%;}
}

@media (min-width: 980px) and (max-width: 1023px) {
	.flexslider{min-height: 250px;}
	.nav-sections-item-content > .navigation.custommenu {width: 182px;}
	.navigation.custommenu #mainmenu>ul{min-height: 250px;}
	.news-left{width: 45%;}
	.footer-inner .footer-area .store-details li{word-break: break-word;}
	.footer-logo{margin-right: 2%;}
	.footer-bottom-left{float: none;}
	.footer-bottom-right{float: none;}
	.subbanner .title{font-size: 18px;}
	.subbanner1, .subbanner2, .subbanner3{padding: 25px 10px 45px;}
	.subbanner{padding: 15px 0 0px 15px;}
	.sub-adbanner-content {top: 20px;left: 20px;}
	.top_button{bottom:35px;}
	.pro-page-sale-cms .text1{font-size: 45px;}
	.pro-page-sale-cms .text3{font-size: 20px;}
	.pro-page-sale-cms .text2 {padding: 10px 0;}
	.wishlist-index-index .products-grid li.product-item{width: 33.33%;}
	.products-list .product-item-details{width: 63%;}
	.column.main .product-items{margin:0;}
	.news-heading{font-size: 14px;}
	.block.newsletter .form.subscribe{width: 100%;}
	.page-products.catalog-category-view .products-grid .product-item{padding-left: 0;}
	.cms-index-index.page-layout-1column .block.widget .products-grid .widget-product-grid .product-item{width: 25%;padding: 0}
    .header-left {margin-right: 30px;}
    .header-userzone div a {font-size: 14px;padding: 8px 10px;}
    .header-right {width: 20%;}
    .header-center {width: 75%;}
    .block.block-search {width: 50%;margin-right: 20px;}
    .header-static {float: left;width: 41%;}
    .header-static div a {margin-right: 14px;}
    .flex-direction-nav li a.flex-prev, .flex-direction-nav li a.flex-next {top: 27%;}
    .sub-adbanner-content .text1 {font-size: 15px;line-height: 15px;}
    .sub-adbanner-content .text2 {padding: 10px 0;}
    .banner-offer {left: 20px;}
    .advertise_banner_content .text1 {font-size: 16px;line-height: 25px;margin-bottom: 10px;}
    .advertise_banner_content .text2 {font-size: 13px;margin: 0 0 10px 0;}
    .advertise_banner-button a {font-size: 14px;}
    .advertise_banner_content {top: 20px;left: 15%;}
    .special-widget-block .special-count .time {margin: 0;}
    .service-text {padding: 0 0 0 50px;}
    .serviceblock .title {font-size: 12px;}
    .serviceblock .service-sub-text {font-size: 12px;}
    .sub-banner-center-content .text1 {font-size: 22px;margin-bottom: 10px;}
    .sub-banner-center-content .text2 {font-size: 12px;margin: 0 0 10px;}
    .sub-banner-center-button a {font-size: 14px;}
    .sub-banner1-center .sub-banner-center-content {top: 14%;left: 30px;}
    .sub-banner2-center .sub-banner-center-content .text1 {font-size: 22px;line-height: 25px;}
    .sub-banner2-center .sub-banner-center-content {top: 14%;width: auto;}
    .sub-banner2-center .sub-banner-center-content .text2 {padding: 0 27px;}
    .sub-adbanner2 .sub-adbanner-content {bottom: 11%;}
    .tm_Category_Slider_CMS .banner-content {width: 92%;}
    .tm_Category_Slider_CMS .banner-img-cms {width: 92%;}

    .tm_Category_Slider_CMS .Block1 .cat_product_tabs,
    .tm_Category_Slider_CMS .Block2 .cat_product_tabs,
    .tm_Category_Slider_CMS .Block3 .cat_product_tabs
    {width: 76%;}

    .tm_Category_Slider_CMS .left-banner-cms {width: 24%;}
    .tm_Category_Slider_CMS .banner-content .sub-text {font-size: 24px;padding: 0 0 10px 0;}
    .tm_Category_Slider_CMS .Block1,
    .tm_Category_Slider_CMS .Block2,
    .tm_Category_Slider_CMS .Block3 {margin: 0 0 30px 0;}
    .sub-banner-bottom-content .text1 {font-size: 22px;margin-bottom: 10px;line-height: 25px;}
    .sub-banner-bottom-content .text2 {font-size: 12px;margin: 0 0 10px;}
    .sub-banner-bottom-button a {font-size: 14px;}
    .sub-banner-bottom-content {top: 13%;left: 30px;}
    .sub-banner2-bottom .sub-banner-bottom-content .text1 {font-size: 22px;}
    .blog-subbanner_CMS .sub-banner-bottom-content .text1 {font-size: 22px;}
    .sub-banner-bottom {width: 57%;}
    .blog-subbanner_CMS .blog {width: 100%;}
    .blog-subbanner_CMS .blog .post-content-inner {width: 66%;margin: 0 0 10px;padding: 0 0 0 20px;}
    .post-date {margin: 10px 0;}
    .blog-carousel-container {margin: 15px 0 0 0;}
    .manufacturer-product-outer.homepage-bkg {margin: 0;}
    .blog .owl-controls .owl-nav div {top: -64px;}
    .footer-bottom-center {padding: 5px 0 10px;}
    .footer-inner .footer-area {width: 15%;}
    #block_4 {padding: 0 0 0 30px;width: 30%;}
    div.block.newsletter {width: 25%;padding: 0 0 0 15px;}
    .navigation.custommenu #mainmenu {width: 210px;}
    .list-right {padding: 20px 0 10px 5px;}
    .column.main .products-list .product-item {padding: 10px 0;}
    .column.main .products-list li:first-child {padding: 0 0 10px;}
    .product-info-main .product-add-form .product-options-wrapper .field .control {width: 80%;margin: 0 0 0 10px;}
    .sub-adbanner-cms {margin: 60px 0 30px;}
    .category_product_tab .product_tabs {margin: 20px 0 0;}
    .block.related .block-content, .block.upsell .block-content, .block.crosssell .block-content{margin: 20px 0 0;}
    .tm_advertise_banner_cms {margin: 20px 0 25px;}
    .special-widget-block .product-item-details {width: 52%;}
    .special-widget-block .product-item-info .product-item-image {width: 48%;}
    .service-cms {margin: 20px 0 0;}
    .sub-banner-bottom-cms {margin: 30px 0 0;}
    .latest-product-CMS {margin: 50px 0 0;}
    .sub-banner-bottom-cms {margin: 20px 0 0;}
    .navigation.custommenu .mainmenu .level0.newsubmenu, .navigation.custommenu .mainmenu .level0 > ul {padding: 30px;}
    .navigation.custommenu .mainmenu li.level1 {min-width: 200px;}

    .latest-product-CMS .owl-stage-outer .owl-stage .owl-item::after,
    .tm_product_tab .owl-stage-outer .owl-stage .owl-item::after,
    .block.related .owl-stage-outer .owl-stage .owl-item::after,
	.block.upsell .owl-stage-outer .owl-stage .owl-item::after,
	.block.crosssell .owl-stage-outer .owl-stage .owl-item::after,
	.page-products .products.wrapper.grid.products-grid .product-items .product.product-item::after
    {height: 248px;}

    .category_product_tab .owl-controls .owl-nav div {top: 25%;}
    .owl-controls .owl-nav div {top: 27%;}
    .blog-subbanner_CMS.homepage-bkg {margin: 30px auto 0;}
    .tm_Category_Slider_CMS .owl-stage-outer .owl-stage .owl-item::after {height: 230px;}
    .footer-wrapper-inner {padding: 65px 0 50px;}
    .items-in-cart .minicart-items .product .product-item-name {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 29%;}
    .header_customlink li a {padding: 27px 5px 14px;}
    .header-menu-outer .minicart-wrapper {margin: 11px 0 3px;}
    .tm_headerlinkmenu {margin: 9px 30px 11px 0;}
    .tm_headerlinks {top: 56px;}
    .page-products.catalog-category-view .products-grid .product-item {width: 33.33%;}
    .minicart-wrapper .block-minicart {top: 54px;}
    .sidebar .filter-content .filter-options-content .count, .sidebar .filter-content .filter-options-content a {padding: 0 7px;}
    .navigation.custommenu .menu-title {padding: 11px 25px 11px 50px;}
    .tm_Category_Slider_CMS .owl-controls .owl-nav .owl-prev {left: -28%;}
    .tm_Category_Slider_CMS .owl-controls .owl-nav .owl-next {left: -21%;}
    .tm_special .owl-controls .owl-nav div {top: 38%;}
}
@media (min-width: 768px) and (max-width: 979px){
	.flexslider{min-height: 195px;}
	.navigation.custommenu #mainmenu>ul{min-height: 170px;}
	.column.main .cart-summary, .column.main .opc-sidebar{width: 30%;}
	.navigation.custommenu .mainmenu .level0 .submenu .submenu, .navigation.custommenu .mainmenu .level0 ul .submenu{min-width: 140px;}
	.nav-sections-item-content > .navigation.custommenu {width: 182px;}
    .menu-title-inner span::after {right: 2px;}
	.navigation.custommenu .mainmenu .level0 > ul{padding: 15px 15px}
	.cart-container .block.crosssell{width: 100%; }
	.products-list .product-item-details{width: 60%;}
	.navigation.custommenu .mainmenu > ul > li:hover > ul{display: block;}
	.navigation.custommenu .mainmenu > ul li > ul li:hover > ul{display: block;}
	.cms-index-index.page-layout-1column .block.widget .products-grid .widget-product-grid .product-item{width: 25%;}
	.block-collapsible-nav .content{display: none;}
	.account.page-layout-2columns-left div.column.main{width: 100%;}
	body.page-layout-2columns-left .sidebar, body.account.page-layout-2columns-left .sidebar{width: 100%;}
	.account .page-title-wrapper{margin: 60px 0 9px;}
	.block.block-collapsible-nav{left: 15px;position: absolute;right: 15px;top: 10px;cursor: pointer;}
	div.block-collapsible-nav .title::after {
	color: #ffffff;
	content: "\e622";
	font-family: "Luma-icons";
	display: block;
	font-size: 12px;
	top: 10px;
	background: transparent;
	width: auto;
	left:auto;
	right:15px;
	}
	.navigation.custommenu .mainmenu .level1 > a {text-overflow: ellipsis;overflow: hidden;white-space: nowrap;}
	.subbanner1 .sub-side-banner img, .subbanner2 .sub-side-banner img, .subbanner3 .sub-side-banner img{float: none;}
	.navigation.custommenu .mainmenu li.level1 {padding: 0px 10px 5px;}
}
@media (max-width: 979px){
	.top_button{bottom:35px;}
	.stock.unavailable:before{padding: 8px;}
	.header-logo{width: auto;margin: 0 auto;width: 100%;display: flex;flex-direction: column;align-items: center;text-align: center;}
	.header-logo .logo {margin-bottom: 5px;}
	.minicart-wrapper .action.showcart > span{display: none;}
	.minicart-wrapper .action.showcart::before, .minicart-wrapper .action.showcart.active::before{padding: 0;}
	.tm_subbanner_cms .subbanner-outer>[class*="subbanner"] div{width: 100%;}
	.subbanner .title{font-size: 20px;}
	.sub-adbanner-content {top: 10px;left: 15px;}
	div.block.newsletter{width: 75%;}
	.festive-offer-cms{width: 20%}
	.news-left{width: 100%;text-align: center;}
	.news-right{width: 100%;}
	.news-heading{font-size: 17px;}
	.footer_newsletter .news-text{font-size: 12px;}
	.footer-bottom-left, .footer-bottom-right{float: none;}
	.footer-inner .footer-area{border-left:none;}
	.product-info-left-cms{display: none;}
	.page-layout-1column div.product-info-main{width: 60%;}
	.page-layout-1column div.product.media{width: 40%;}
	.wishlist-index-index .products-grid li.product-item{width: 33.33%;}
	.page-header .header.content{background-position: 0 2px;}
	.footer-topper-left{width: 38%;margin:0;padding: 40px 0;}
	.block.newsletter .form.subscribe{width: 100%;text-align: center;}
	.column.main .product-item{padding-left: 0;}
	.column.main .product-items{margin:0; }
	div.block-search input{padding-right: 40px}
	.footer-topper-left{width: 100%;padding: 0;text-align: center;}
	.footer-topper-left img{width: auto;}
	.page-layout-2columns-left .sidebar .block .block-title{margin-bottom: 0;}
	.subbanner{padding: 0;}
	.footer-wrapper-inner{padding: 40px 0;}
	.page-layout-2columns-left .header-nav{margin-left: 0;width: 100%;}
	.page-layout-2columns-left .breadcumb_inner{margin-left: 0;}
	.stock.unavailable{line-height: 20px;}
	.page-layout-2columns-left .header-nav .navigation.custommenu #mainmenu{display: none;}
	.account .sidebar .block .block-title.category-title .mobile_togglemenu::after{color: #ffffff;}
	.tm_header.container-width{text-align: center;}
	.footer-topper-cms .footer-content .footer-center{width: 69%;}
	.blog-post-view .footer-topper-cms .footer-topper-left,.page-products .footer-topper-cms .footer-topper-left,
	.footer-topper-cms .footer-topper-left{font-size: 150%;padding: 25px 0;}
	.block-compare .block-title, .block-reorder .block-title, .block-wishlist .block-title, .widget .block-title{margin:0;}
	div.filter-title{display: block;}
	.filter-title strong{
		background:transparent;
		box-shadow: none;
		-webkit-box-shadow: none;
		-moz-box-shadow:none;
		border:none;
		border-radius: 0;
		-webkit-border-radius: 0px;
		-moz-border-radius: 0px;
		-o-border-radius: 0px;
		-khtml-border-radius: 0px;
		padding:0;
		position: static;
		line-height: 1.71429;
	}
	.header-right {margin: 0;}
	.header-center {margin: 0;display: inline-flex;}

	.blog-post-view .footer-topper-cms .footer-content,
	.page-products .footer-topper-cms .footer-content,
	.footer-topper-cms .footer-content{width:71%;}

	.footer-logo{width:100%;margin-right: 0;}
	.page-layout-2columns-left #footer,#footer{width: 100%;padding:10px 0;border-top:none;}
	.footer-center #block_3, .footer-center #block_4,.block.newsletter.footer-area{border-left: none;padding-left: 0;}
	.footer-center #block_4{padding-bottom: 7px;}
	.footer-bottom-bottom{margin-top: 0;}
	.footer-center #block_4{width: 100%;}
	.footer-area h6{margin-bottom: 10px; margin-top: 10px;width: 100%;}
	.footer-wrapper.footer-bottom{padding:0;}
	.footer-inner .footer-area ul { display: none;margin-bottom: 0;padding-left: 0;}
	.block.newsletter .action.subscribe{margin-top: 0;}
	.columns{margin-bottom: 0;}
	.footer-bottom-bottom .footer-bottom-left{width: 100%;text-align: center;}
	.footer-bottom-bottom ul.footer.links{width: 85%;margin:0 auto;}
	.footer-bottom-bottom .footer-bottom-right{width: 100%;text-align: center;}
	.footer-social{float: none;}
	.footer-social ul li{margin-bottom: 0;}
	.footer-social ul{margin-top: 10px;}
	/*Category page responsive*/
	.category-image .image{width: 100%;}
	/*Category Page Responsive Ends*/
	/*customer account create CSS*/
	.customer-account-create .columns,.sales-guest-form .columns,.catalogsearch-advanced-index .columns{margin-bottom: 40px;}
	/*customer account create CSS Ends*/
	.blog-index-index .widget.block.blog-search, .blog-post-view .widget.block.blog-search, .blog-search-index .widget.block.blog-search{display: none;}
	.block-reorder .block-title, .widget .block-title, .sidebar .block-wishlist .block-title{margin: 0;}
	.sidebar .block-wishlist .block-title{font-size: 14px;}
	.filter-options-title:after{right: 0;}
	.sidebar .block.block-reorder .block-content{display: none;}
	.abs-reset-left-margin-desktop-s{margin-bottom: 10px;}
	div.cart-container .form-cart,div.cart-discount{width: 70%;}
	div.opc-wrapper{width: 70%;}
	.search-autocomplete{top:45px;right: 35px;}
	.page-footer .mobile_togglemenu:after,.sidebar .mobile_togglemenu:after{
		content:"\f107";
		font-family:"FontAwesome";
		font-size:20px;
		font-weight: 700;
		color:#ffffff;
		position: absolute;
		right: 0;
		border-radius: 50%;
		-webkit-border-radius: 50%;
		-moz-border-radius: 50%;
		-o-border-radius: 50%;
		-khtml-border-radius: 50%;
		text-align: center;
		width: 20px;
		height: 20px;
	}
	.sidebar .block .block-title.category-title .mobile_togglemenu:after{color: #ffffff;}
	.account .sidebar-additional{margin-top: 0;}
	.page-footer .active .mobile_togglemenu::after,.sidebar .active .mobile_togglemenu:after{content:"\f106";}
	.page-layout-2columns-left .columns .column.main{ width: 100%; }
	.page-layout-2columns-left .columns .sidebar-main,
	.page-layout-2columns-left .columns .sidebar-additional{width: 100%; padding: 0px;}
	.page-layout-2columns-left .columns .sidebar-additional{margin-bottom: 25px;}
	.sidebar .mobile_togglemenu{
		background:transparent;
		cursor: pointer;
		left: 0px;
		top: 0px;
		overflow: hidden;
		padding: 0px 0;
		position: absolute;
		width: 100%;
		height: 100%;
		z-index: 2;
		margin: 0 0 0 0px;
	}
	.sidebar .active .mobile_togglemenu { background-position: right -50px;}
	.columns .sidebar .block-wishlist{margin-bottom: 40px;}
	.sidebar .block .block-title strong{padding-right: 25px;}
	.account .data.table td.col.actions{white-space: normal;}
	.sidebar-additional .block-wishlist .block-content .actions-toolbar{ overflow: hidden;}
	.sidebar .block .block-content{ display: none;}
	.filter .block-subtitle{padding:11.5px;}
	.sidebar .block-reorder .actions-toolbar{ margin: 0px;}
	.sidebar .block-compare , .sidebar .block-wishlist { position: relative; top: auto; right: auto; }
	.sidebar .mobile_togglemenu:after{background: none;top:10px;right:15px;}
	.page-footer .mobile_togglemenu {
		cursor: pointer;
		display: block;
		font-size: 15px;
		margin-right: 0;
		margin-top: 0px;
		top:0px;
		padding: 0 0 0px 0px;
		text-decoration: none;
		width: 100%;
		position: absolute;
		line-height: 20px;
	}
	.left-banner1{display: none;}
	.page-wrapper .page-main .sidebar .block{margin-bottom:10px;}
	.blog-post-view.page-layout-2columns-left .page-wrapper .page-main .sidebar .block.block-brand,
	.blog-index-index.page-layout-2columns-left .page-wrapper .page-main .sidebar .block.block-brand{margin-top: 0;}
	.account .block.block-collapsible-nav .title > strong,.block-compare .block-title strong,
	.block-reorder .block-title strong, .block-wishlist .block-title strong, .widget .block-title strong,.sidebar .block .block-title{font-size: 12px;}
	.account .page-title-wrapper .page-title{font-size: 18px;}
	.block-compare .counter{top:0;right: 31px;}
	.page-footer .active .mobile_togglemenu, .page-footer .active .mobile_togglemenu {background-position:right 1px;}
	body.page-layout-2columns-left .sidebar{border-right: none;}
	#block_1.footer-area h6{ display: block; }
	.page-footer .footer-inner #block_1.footer-area,#block_2.footer-area,#block_3.footer-area{ width: 100%; margin: 0px; padding: 0;}
	.page-layout-1column .block.widget .products-grid .widget-product-grid .product-item{ width: 33.33%; }

	.form-cart .main.actions a,
	.form-cart .main.actions button,
	.cart-summary .checkout-methods-items .action.primary.checkout
	{margin: 0 0 2px;}

	.navigation.custommenu .mainmenu li.level1{width:auto;min-width: 0;}
	.custom-contact-form{float: none;margin-bottom: 10px;width: 100%;}
	.googlemap{display: block;float: none;margin: 0;width: 100%;}
	.list-left {width: 100%;border-right: none;}
	.list-right {width: 100%;text-align: left;}
    .page-layout-1column .header_customlink {display: none;}
    .header-userzone div a {font-size: 12px;font-weight: 500;padding: 8px 10px;}
    .header-right {width: 23%;}
    .header-left {float: none;text-align: center;margin: 0 auto 15px;}
    .header-center {width: 77%;float: left;}
    .block.block-search {width: 85%;margin-right: auto;margin-left: auto;}
    .header-static {display: none;}
    .header-static div a {margin-right: 13px;}
    .navigation.custommenu .menu-title::before {content:none;}
    .tm_headerlinkmenu::after {content:none;}
    .easy-access.container-width {padding: 18px 15px;display: none;}
    .flexi.container-width {margin-top: 30px;}
    .flex-direction-nav li a.flex-prev::before,
    .flex-direction-nav li a.flex-next::before {height: 70px;line-height: 70px;}
    .flex-direction-nav li a.flex-prev, .flex-direction-nav li a.flex-next {top: 31%;}
    .sub-adbanner-content .text1 {font-size: 16px;}
    .sub-adbanner-content .text2 {font-size: 13px;padding: 7px 0;line-height: 15px;}
    .sub-adbanner-button a {padding: 8px 13px 8px;}
    .banner-offer {bottom: 4%;left: 15px;}
    .sub-adbanner2 .banner-offer {top: 6%;}
    .sub-adbanner2 .sub-adbanner-content {bottom: 7%;}
    .sub-adbanner-cms {margin: 50px 0 30px;}
    .advertise_banner_content .text1 {font-size: 14px;line-height: 20px;margin-bottom: 5px;}
    .advertise_banner_content .text2 {font-size: 12px;margin: 0 0 5px 0;}
    .advertise_banner-button a {font-size: 14px;}
    .advertise_banner_content {top: 13px;left: 13%;}
    .tm_advertise_banner_cms {margin: 10px 0 25px;}
    .service-cms {padding: 20px 0;margin: 20px 0 0;}
    .serviceblock {width: 50%;text-align: left;padding: 0 0 0 50px;}
    .serviceblock4.serviceblock, .serviceblock2.serviceblock {border: unset;}
    .serviceblock4.serviceblock, .serviceblock3.serviceblock {margin-top: 20px;}
    .serviceblock .title {font-size: 13px;}
    .serviceblock .service-sub-text {font-size: 12px;}
    .sub-banner-center-cms {margin: 40px 0 0;}
    .sub-banner-center-content .text1 {font-size: 16px;margin-bottom: 5px;}
    .sub-banner-center-content {width: 208px;}
    .sub-banner-center-content .text2 {font-size: 12px;line-height: 20px;margin: 0 0 5px;}
    .sub-banner-center-button a {font-size: 12px;}
    .sub-banner1-center .sub-banner-center-content {top: 7%;left: 25px;}
    .sub-banner2-center .sub-banner-center-content .text1 {font-size: 16px;line-height: 20px;margin-bottom: 5px;}
    .sub-banner2-center .sub-banner-center-content {top: 3%;}

    .tm_Category_Slider_CMS .left-banner-cms {width: 30%;}
    .tm_Category_Slider_CMS .banner-content {width: 90%;}
    .tm_Category_Slider_CMS .banner-content .sub-text {font-size: 24px;padding: 0 0 15px 0;}

    .tm_Category_Slider_CMS .Block1,
    .tm_Category_Slider_CMS .Block2,
    .tm_Category_Slider_CMS .Block3
    {margin: 0 0 20px 0;}

    .tm_Category_Slider_CMS .Block3 {margin: 0;}
    .sub-banner-bottom-cms {margin: 20px 0 0;}
    .sub-banner-bottom-content .text1 {font-size: 18px;margin-bottom: 5px;line-height: 25px;}
    .sub-banner-bottom-content .text2 {font-size: 12px;margin: 0 0 10px;}
    .sub-banner-bottom-button a {font-size: 12px;}
    .sub-banner-bottom-content {width: 230px;top: 5%;left: 20px;}
    .latest-product-CMS {margin: 50px 0 0;}
    .blog-subbanner_CMS.homepage-bkg {margin: 20px auto 0;}
    .blog-subbanner_CMS .sub-banner-bottom-content {width: 300px;top: 22%;left: 50px;}
    .blog-subbanner_CMS .blog {width: 100%;margin-top: 50px;}
    .manufacturer_outer .owl-controls .owl-nav div {top: 27%;}
    #block_4 {padding: 0;border-left: unset;width: 100%;}
    div.block.newsletter {width: 100%;padding: 0;}
    ul.footer.links li {padding: 0 10px;}
    .footer-bottom-center {padding: 5px 0 10px;}
    .footer-bottom-inner {padding: 15px 0;}
    .left-banner {display: none;}
    .sidebar .mobile_togglemenu::after {color: #000}
    .header_customlink {display: none;}
    .list-right {padding: 10px 0 10px 25px;}
    .products.wrapper.list .product-reviews-summary {text-align: left;}
    .products.wrapper.list .swatch-attribute {text-align: left;}
    .column.main .products-list .product-item {padding: 20px 0 30px;}
    .product-info-main .product-add-form .product-options-wrapper .field .control {width: 80%;margin: 0 0 0 15px;}
    .sub-adbanner-button {line-height: 33px;}
    .category_product_tab .product_tabs {margin: 20px 0 0;}
    .block.related .block-content, .block.upsell .block-content, .block.crosssell .block-content{margin: 20px 0 0;}
    .page-footer .mobile_togglemenu::after{color: #ffd200;}
    .latest-product-CMS .block-new-content {margin: 20px 0 0;}

    .latest-product-CMS .owl-stage-outer .owl-stage .owl-item::after,
    .tm_product_tab .owl-stage-outer .owl-stage .owl-item::after,
    .block.related .owl-stage-outer .owl-stage .owl-item::after,
	.block.upsell .owl-stage-outer .owl-stage .owl-item::after,
	.block.crosssell .owl-stage-outer .owl-stage .owl-item::after,
	.page-products .products.wrapper.grid.products-grid .product-items .product.product-item::after
    {height: 260px;}

    .tm_special .owl-stage-outer .owl-stage .owl-item.active::after {content: none;}
    .category_product_tab .owl-controls .owl-nav div {top: 23%;}
    .tm_Category_Slider_CMS .Block1, .tm_Category_Slider_CMS .Block2, .tm_Category_Slider_CMS .Block3 {margin: 0 0 50px 0;}
    .tm_Category_Slider_CMS .Block3 {margin: 0;}
    .sub-banner-bottom-cms {margin: 45px 0 0;}
    .owl-controls .owl-nav div {top: 31%;}
    .tm_Category_Slider_CMS .owl-stage-outer .owl-stage .owl-item::after {height: 245px;}
    .minicart-wrapper .action.showcart .counter.qty.empty, .minicart-wrapper .action.showcart .counter.qty {line-height: 19px;}
    .tm_special .owl-controls .owl-nav div {top: 43%;}
    .account .page-wrapper .page-main .sidebar .block {left: auto;top: auto;right: auto;}
    .block-reorder .actions-toolbar > .secondary {text-align: left;}
    .cms-no-route.page-layout-2columns-right .column.main {width: 100%;}
    .cms-no-route.page-layout-2columns-right .sidebar-additional {width: 100%;padding: 0;}
    .catalog-product-view .breadcumb_inner .page-title-wrapper h1 {
    	font-size: 16px;
    	white-space: nowrap;
    	text-overflow: ellipsis;
    	width: 37%;
    	overflow: hidden;
    }
	.page-main .block.related{margin-bottom: 20px;}
	.items-in-cart .minicart-items .product .product-item-name {overflow: hidden;text-overflow: ellipsis;white-space: nowrap;width: 25%;}
    .header-menu-outer .minicart-wrapper {margin: 11px 0 3px;}
    .tm_headerlinkmenu {margin: 9px 30px 11px 0;}
    .tm_headerlinks {top: 56px;}
    .minicart-wrapper .block-minicart {top: 54px;}
    .page-products.catalog-category-view .products-grid .product-item {width: 33.33%;}
    .page-wrapper .page-main .sidebar .block {width: 99%;}
    .page-products .products.wrapper.list.products-list .product-items .product.product-item::after {bottom: 0;}
    .navigation.custommenu .menu-title {padding: 11px 22px 11px 50px;}
    .tm_product_tab .container-width {padding: 0;}
    .banner-content ul li a {font-size: 14px;padding: 7px 0 7px 15px;}
    .tm_Category_Slider_CMS .banner-img-cms {width: 90%;}
    .tm_Category_Slider_CMS .owl-controls .owl-nav div {bottom: 36%;}
    .tm_Category_Slider_CMS .owl-controls .owl-nav .owl-next {left: -30%;}
    .tm_Category_Slider_CMS .owl-controls .owl-nav .owl-prev {left: -40%;}
    .catalog-product-view  .breadcumb_inner .breadcrumbs {display: block;}
    .product-main-content {padding: 10px 0 0;}
    [class^="blog-"] .sidebar .widget.block.blog-search {margin: 0;}

    .banner-content ul.cat_tabbernav_product li a.selected::after,
    .banner-content ul.cat_tabbernav_product li a.selected::after,
    .banner-content ul.cat-tabbernav-product li a.selected::after,
    .banner-content ul.cat-tabbernav-product li a.selected::after,
    .banner-content ul.cattabbernavproduct li a.selected::after,
    .banner-content ul.cattabbernavproduct li a.selected::after
    {top: 3px;}

    .tm_Category_Slider_CMS .Block1 .cat_product_tabs,
    .tm_Category_Slider_CMS .Block2 .cat_product_tabs,
    .tm_Category_Slider_CMS .Block3 .cat_product_tabs
    {width: 70%;}

    .header-nav .navigation.custommenu #mainmenu {width: 200px;}

}
@media (max-width: 767px){
	.checkout-index-index .opc-estimated-wrapper .minicart-wrapper {display: none;}
	.flexslider{min-height: 165px;border-radius: 0;}
	.header-top{text-align: center;}
	.header-static div a {margin-right: 20px;}
	.page-header .tm_header_top.container-width .switcher,.tm_header_top.container-width .tm_headerlinkmenu{display: none;}
	.header_customlink{float: right;}
	.block.block-search {width: 100%;margin: 0;}
	div.block-search input{position: relative;}
	.block-search .control{margin: 0;}
	.minicart-wrapper .action.showcart{margin:4px 0 4px;}
	.form.minisearch{position: relative;float: right;width: 100%;}
	.container-width{padding: 0 15px;}
	.text1 a{font-size: 100%;}
	.text-block{width:60%;}
	.product-item .tocart{padding: 8px 8px;}
	.nav-sections .header.links li,.nav-sections .switcher{font-size: 12px;}
	.nav-sections .switcher-dropdown{display:inline-block;width: 100%;}
	.nav-sections .switcher-dropdown li{
		float: left;
		width: 33.33%;
		margin-bottom: 0;
		border:1px solid #f0f0f0;
		box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		text-align: center;
	}
	.nav-sections .switcher-dropdown li a{width: 100%;float: left;}
	.nav-sections .switcher-dropdown li:hover a{color: #205cbd;cursor: pointer;}
	.navigation .level0{font-size: 12px;}
	.product-main-content{display:-webkit-flex;display:flex;flex-direction: column;}
	.page-layout-1column div.product-info-main{order:1;}
	.page-layout-1column div.product.media{order:0;}
	.product.info.detailed >.product.data.items > .item.content{margin: 0;}

	.products.wrapper.products-grid.grid,
	.products.wrapper.products-carousel.products-related,
	.products.wrapper.products-carousel.products-upsell,
	.column.main .crosssell .products-crosssell,
	.wishlist-index-index .products-grid.wishlist{margin:0 -8px;}

	.toolbar .pages{margin-bottom: 0;}
	.list-left, .list-right{padding: 0; border-left:none;}

	.products-grid .product-item-info,
	.block.related .product-item-info,
	.block.upsell .product-item-info,
	.block.crosssell .product-item-info,
	.products-grid .product-item-info:hover,
	.products-grid .product-item-info.active
	{margin:15px 8px;}

	.tm_latest_product{padding: 45px 15px 0px;}
	.account .page-title-wrapper h1.page-title{font-size: 16px;}
	.products-list .product-image-wrapper .product-image-photo{width: auto;}
	.account.review-customer-index .toolbar-amount{position: static;}
	.columns .minicart-wrapper .action.showcart .counter.qty.empty,
	.columns .minicart-wrapper .action.showcart .counter.qty{
		display: inline-block;
		float: none;
		vertical-align: middle;
	}
	.checkout-index-index .action.action-auth-toggle{position: static;padding: 8px;}
	.account .sidebar .product-items .product-item-details{display: block;}
	.cms-index-index.page-layout-1column .block.widget .products-grid .widget-product-grid .product-item{width: 33%;}
	.owl-controls .owl-nav .owl-prev::before, .owl-controls .owl-nav .owl-next::before{display: block;}
	.checkout-index-index .form.payments option{padding: 0 15px;}
	.checkout-index-index .form.payments .payment-method-billing-address .fieldset .actions-toolbar .primary{margin-top:5px;}
	.checkout-index-index .form.payments .fieldset .actions-toolbar .primary button{margin: 0;}
	.tm_headerlinkmenu {display: none;}
	.tm_header_info_cms{display: none;}
	.subbanner-outer{width: 100%;padding: 0;margin: 5px 0;}
	.tm_subbanner_cms .subbanner-outer > [class*="subbanner"] .subbanner{width: 60%;padding: 25px 0 0 25px;}
	.tm_subbanner_cms .subbanner-outer > [class*="subbanner"] .sub-side-banner{width: 40%;}
	.subbanner-outer,div.subbanner-cms > div:first-child,div.subbanner-cms > div:last-child{padding: 0;}
	.products-grid.wishlist .product-item{padding: 0;}
	.wishlist-index-index .products-grid.wishlist {margin: 0;}
	.nav-sections-item-content > .navigation.custommenu{width: 100%;}
	.navigation.custommenu .menu-title,.header-nav .navigation.custommenu #mainmenu{display: none !important;}
	body.page-layout-2columns-left .sidebar, body.account.page-layout-2columns-left .sidebar{width: 100%;}
	.page-header .switcher{float: none;}
	.page-header .switcher strong{float: left;text-transform: capitalize;}
	.nav-sections .switcher:last-child{border-bottom: 1px solid #f0f0f0;}
	.nav-sections .switcher {border-top: 1px solid #f0f0f0;padding: 8px 20px;}
	.page-header .switcher .options.active ul.dropdown, .page-footer .switcher .options.active ul.dropdown{border:1px solid #000000;}
	.block-search .label{display: none;}
	.block-search .control{border-top:none;padding: 0;}
	.block-search input{left: 0;margin: 0;position: absolute;z-index: 4;}
	.block-search .actions{z-index: 4;}
	.block-search .action.search{display: block;font-size: 0; }
	.block-search .field.search{padding: 0;}
	.block-search .actions .action.search{padding: 0;border:none;background:transparent;}
	nav.navigation .level0 > .level-top{float: none;}
	.festive-offer-cms{width: 100%;}
	div.block.newsletter{width: 100%;text-align: center;}
	.nav-toggle {position: relative;float: left;top: auto;left: auto;padding: 14px 0;}
	.nav-open .action.nav-toggle span{display: inline;}
	.nav-open .nav-toggle{z-index: 10;}
	.header-logo{width: 100%;float: left;text-align: center;margin: 0;}
	.header-logo .logo{display: inline-block;float: none;}
	.nav-open .nav-sections{background: #ffffff;}
	.navigation.custommenu #mainmenu{display: none;}
	.navigation.custommenu #mobile{display: block;}
	#mobile .ui-menu-item a:hover{color: #205cbd;}
	#mobile li.level2:hover a{color:#205cbd;}
	.navigation .level0 > .level-top{font-weight: normal;text-transform: capitalize;}
	#mobile .nav-sections .header.links li.greet.welcome,
	.nav-sections .header.links li > a{border-top:1px solid #d1d1d1;font-weight: 400;}
	.nav-sections .header.links{border-bottom:1px solid #d1d1d1;}
	.nav-sections .header.links a, .nav-sections .header.links a:hover{color: #000;font-weight: normal;}
	.nav-sections .header.links a:hover{color:#205cbd;}
	.nav-sections .switcher-trigger strong:after,.nav-sections .switcher-trigger.active strong:after{content:' ';}
	.page-header .switcher .options.active{width: 100%;}
	.page-header .switcher .options.active ul.dropdown{border: none;background: white;padding: 0;margin-top: 5px;position: static;}
	.page-header .switcher .options ul.dropdown li{float: left;text-align: center;width: 32.33%;border:1px solid #ebebeb;}
	.page-header .switcher .options ul.dropdown a:hover{color: #205cbd;}
	.page-products .columns{padding-top: 0px;z-index: 0;}
	.page-products .modes {display: block;float: left;margin: 5px 22px 10px 0;}
	.modes .modes-label,.modes .modes-mode span{display: none;}
	.products.wrapper ~ .toolbar .modes{display: none}
	.page-with-filter .toolbar-amount{float: left;}
	.page-products .sorter{position: static;}
	.filter-options{display: block;}
	.nav-open .nav-toggle:before{
	-khtml-opacity: 0;
    -o-opacity: 0;
    -ms-opacity: 0;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    filter: Alpha(Opacity=0);
	}
	.action.nav-toggle span{position: relative;display: none;}
	.nav-open .nav-toggle:after{height:auto;bottom: 0;}
	.action.nav-toggle span:before, .action.nav-toggle span:after{
		content: '';
		position: absolute;
		font-size: 16px;
		top: 0px;
		left: 0px;
		background: #ffffff;
		transition:transform 2s ease;
		-webkit-transition:transform 2s ease;
		-moz-transition:transform 2s ease;
		 -o-transition:transform 2s ease;
	}
	.nav-open .action.nav-toggle span:before{
		transform: rotate(45deg);
		-ms-transform : rotate(45deg);
		-webkit-transform: rotate(45deg);
		width: 2px;height: 25px;
	}
	.nav-open .action.nav-toggle span:after{
		transform: rotate(135deg);
		-ms-transform : rotate(135deg);
		-webkit-transform: rotate(135deg);
		width: 2px;height: 25px;
	}
	.nav-open .nav-toggle:hover span::before,.nav-open .nav-toggle:hover span::after{background: #ffd200;}
	.nav-open .nav-toggle{right:15px;}
	div.sub-adbanner{width: 100%;margin:10px auto;}
	.products-list .list-right .product.actions.product-item-actions .actions-secondary{float: left;}
	.page-layout-1column div.product.media{border-right: none;padding:15px 0 0 0;width: 100%;}
	.product.info.detailed .product.data.items > .item.title.active > .switch::after{top:49px;}
	.product.info.detailed .product.data.items > .item.title.active > .switch::before{top:46px;}
	.page-layout-1column div.product-info-main{width: 100%;padding: 0;}
	div.product.data.items > .item.title > .switch{font-weight: 500;}
	.product.data.items{margin: 0;border-bottom: none;}
	.account.page-layout-2columns-left div.column.main{width: 100%;}
	.account .page-wrapper .page-main .sidebar .block{box-sizing: border-box;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;}
	.block-collapsible-nav .title::after{top:10px;display: block;content: "\e622";font-size: 12px;color:#ffffff;}
	.block-collapsible-nav{width: auto;left:0;right:0;top:5px;z-index: 3;}
	.table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) > tbody > tr td::before,
	.table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) > tbody > tr th::before{width: 50%;}
	.breadcumb_inner{margin-left: 0px;margin-right: 0px;}
	.catalog-product-view .page-title-wrapper.product{padding-left: 0;}
	.opc-wrapper .step-title{padding: 0 15px 10px;}
	.opc-estimated-wrapper{border-color: #f0f0f0;}

	.actions-toolbar > .primary .action,
	.actions-toolbar > .secondary .action,
	.bundle-actions .action.primary.customize,
	.bundle-options-container .block-bundle-summary .box-tocart .action.primary,
	.box-tocart .action.tocart{width: auto;}

	.actions-toolbar > .primary{text-align: left;}
	.block-reorder .actions-toolbar > .primary{display: block;}
	.checkout-index-index .nav-toggle,[class^="multishipping-"] .nav-toggle{display: block;}

	.minicart-wrapper .product .actions > .primary:not(:last-child),
	.minicart-wrapper .product .actions > .secondary:not(:last-child)
	{margin-right: 5px;}

	.page-layout-2columns-left .sidebar .block .block-title{margin-bottom: 0;}
	.account .page-title-wrapper{margin:20px 0 10px;padding: 10px 0 0;}
	.wishlist-index-index .actions-toolbar > .primary .action,.wishlist-index-index .actions-toolbar > .secondary .action{margin-bottom: 5px}
	.account.wishlist-index-index .products-grid.wishlist .product-item-photo{margin-right: 0;width: 100%;}
	.account.wishlist-index-index .products-grid.wishlist .product-item .box-tocart{float: none;margin-right: 0;}
	.products-grid.wishlist .product-item .fieldset .field.qty{padding:0 4px;}
	.products-grid.wishlist .product-item-info{text-align: center;}
	.products-grid.wishlist .product-item-name, .products-grid.wishlist .product-item-description, .products-grid.wishlist .product-item .price-box,
	.products-grid.wishlist .product-item-tooltip{margin-left: 0;}
	.columns {display:block;}
	.page-header .header-top-inner>div{padding-top: 10px;padding-bottom: 10px;margin: 7px 2px;position: relative;}
	.page-header .header-top-inner>div.tm_headerlinkmenu{border:none;padding-top: 9px;}
	.nav-sections-item-content > .navigation.custommenu{ float: none; }
	.nav-toggle:before{color: #ffffff;}
	.nav-toggle:hover:before{color: #ffd200;}
	li.level2{border:none;}
	.cms-home .blog{padding-bottom: 0}

	.blog-post-view .footer-topper-cms .footer-topper-left,
	.page-products .footer-topper-cms .footer-topper-left,
	.footer-topper-cms .footer-topper-left
	{font-size: 140%;padding: 31px 0 31px;}

	.page-products .footer-topper-cms .footer-content, .footer-topper-cms .footer-content{width: 70%;padding: 15px 0 15px 30px;}
	.footer-topper-cms .footer-content .footer-center{width: 100%;margin-bottom: 10px;}
	.block.newsletter .content { box-sizing: border-box;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;text-align: left; width: 100%;}
	.block.newsletter, .footer-bottom-bottom{ text-align: center; }
	.block.newsletter .footer_newsletter h6{ margin-bottom: 10px; float: none;text-align: left;}
	.footer-topper-cms .footer-content .footer-right{float: left;}
	.blog-index-index .product-image-inner-blog .post-ftimg-hld{width:40%;max-width: 40%;}
	.page-products .products-list .product-image-container,.products-list span.product-image-wrapper{border-right: none;}
	.products-list .product-item-info{text-align: center;}
	.page-products.catalog-category-view .products-grid .product-item{width: 33%;}
	/*Product page CSS*/
	.page-layout-1column .product.media{border-right: none;}
	/*product page css Ends*/
	/*Sign In Page CSS*/
	.column.main .block:last-child{margin-bottom: 10px;}
	/*Sign in Page CSS ends*/
	/*Blog page CSS*/
	.page-layout-2columns-left .footer-topper-cms .footer-topper-left{width: 22%;}
	/*Blog Page CSS Ends*/
	/*User Account Page CSS*/
	.account .block-collapsible-nav .title{border-top: none;}
	/*User Account Page CSS Ends*/
	div.cart-container .form-cart,div.cart-discount{width: 100%;}
	div.opc-wrapper{width: 100%;}
	.opc-estimated-wrapper .minicart-wrapper:before{display: none;}
	.opc-estimated-wrapper div.minicart-wrapper .action.showcart{font-size: 20px;margin: 2px 10px;}
	.opc-estimated-wrapper .minicart-wrapper button.action.showcart{border-radius: 0;-webkit-border-radius: 0;-moz-border-radius: 0;}

	.opc-estimated-wrapper .minicart-wrapper button.action.showcart::before,
	.opc-estimated-wrapper div.minicart-wrapper .action.showcart::after
	{color: #205cbd;vertical-align: middle;}

	.opc-estimated-wrapper div.minicart-wrapper .action.showcart:hover::after,
	.opc-estimated-wrapper .minicart-wrapper button.action.showcart:hover::before
	{color: #000000;}

	.opc-estimated-wrapper .minicart-wrapper .action.showcart::before,
	.opc-estimated-wrapper .minicart-wrapper .action.showcart.active::before
	{left:5px;}

	.search-autocomplete{top:60px;right: 0px;}
	.navigation.custommenu .mainmenu li.level1 {min-width:155px;}
	.tm_product_tab ul.tabbernav_product {float: right;margin: 0;}
	.grid .product-item .price-box{ position: relative; }
	.grid .product-item .action.tocart{ margin: 0px; }
	.grid .product-item-info .swatch-attribute{
	-khtml-opacity: 1;
    -o-opacity: 1;
    -ms-opacity: 1;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    filter: Alpha(Opacity=100);
	}
	.gallery-placeholder{ width: 420px; margin:0 auto 15px; }
	.product.data.items > .item.title > .switch,
	.product.data.items > .item.title:not(.disabled) > .switch:active,
	.product.data.items > .item.title.active > .switch,
	.product.data.items > .item.title.active > .switch:focus,
	.product.data.items > .item.title.active > .switch:hover{
		text-align: center;
		border-bottom: none;
		border-width: 0px 0px 2px 0px;
		padding: 0px;}
	.product.info.detailed .product.data.items > .item.title.active > .switch:after,
	.product.info.detailed .product.data.items > .item.title.active > .switch:before
	{left:48%;}

	.columns .column.main .products-grid.wishlist .product-image-container{ max-width: 100%;}
	.post-list-wrapper .post-list .blog_inner{ width: 100%; padding: 0px;}
	.page-layout-1column .block.widget .products-grid .widget-product-grid .product-item{ width: 50%; }
	.page-products .products-list .product-item-image{float: none;display: inline-block;}
	.products-list .product-item-details{width: 100%;}
    .header-left {margin: 0 auto;}
    .header-right {display: none;}
    .header-center {width: 100%;float: left;margin-top: 15px;}
    .header-static {width: 41%;}
    .header-menu-outer .minicart-wrapper {margin: 4px 0 4px;}
    .header-menu-outer .minicart-wrapper {margin: 12px 0 0;}
    .nav-toggle {padding: 23px 0 19px;}
    .flexi.container-width {padding-left: 15px;padding-right: 15px;}
    .flex-direction-nav li a.flex-prev::before, .flex-direction-nav li a.flex-next::before {height: 40px;line-height: 40px;}
    .flex-direction-nav li a.flex-prev, .flex-direction-nav li a.flex-next {top: 38%;}
    .cat-image:hover img {
    	transform: rotateY(0);
    	-webkit-transform: rotateY(0);
    	-ms-transform: rotateY(0);
    	-o-transform: rotateY(0);
    	-moz-transform: rotateY(0);
    }
    .flexslider .flex-direction-nav {display: inline;}
    .sub-adbanner .sub-adbanner-img a::before, .sub-adbanner .sub-adbanner-img a::after {content: none}
    .sub-adbanner-content {top: 40px;left: 50px;}
    .banner-offer {bottom: 9%;left: 50px;}
    div.sub-adbanner {width: 73%;margin: 30px auto 0;float: none;}
    .sub-adbanner-cms {margin: 10px 0 30px;text-align: center;}
    .sub-adbanner-content .text1 {font-size: 24px;}
    .sub-adbanner-content .text2 {font-size: 15px;padding: 15px 0;line-height: normal;}
    .sub-adbanner-button a {padding: 10px 18px 9px;}
    .tm_product_tab ul.tabbernav_product li a {font-size: 14px;margin: 0 10px;}
    .advertise_banner_content .text1 {font-size: 12px;}
    .advertise_banner_content .text2 {display: none;}
    .advertise_banner_content {top: 16px;left: 17%;}
    .service-cms {margin: 0;}
    .blog-subbanner_CMS .blog .post-content-inner {margin: 14px 0 10px;}
    .manufacturer_outer .owl-controls .owl-nav div {top: 30%;}
    ul.footer.links li {padding: 0 9px;}
    .sub-banner1-bottom {width: 100%;margin-right: 0;}
    .sub-banner2-bottom {width: 100%;margin: 30px 0 0;}
    .blog-subbanner_CMS .sub-banner-bottom-content {left: 0 !important;top: 0 !important;right: 47%;bottom: 0;text-align: center;line-height: 1;padding: 10px 0;}
    .sub-banner-bottom-content .text1 {line-height: 1.4;margin-bottom: 3px;font-size: 13px;}
    .sub-banner-bottom-content .text2 {font-size: 14px;margin: 0 0 25px;}
    .sub-banner-bottom-button a {font-size: 16px;}
    .sub-banner-bottom-content {width: 300px;top: 17%;left: 50px;}
    .sub-banner1-center {width: 100%;margin-right: 0;}
    .sub-banner-center-content .text1 {font-size: 28px;margin-bottom: 15px;}
    .sub-banner-center-content .text2 {font-size: 14px;line-height: 25px;margin: 0 0 15px;}
    .sub-banner-center-button a {font-size: 16px;}
    .sub-banner-center-content {width: 300px;}
    .sub-banner1-center .sub-banner-center-content {top: 8%;left: 30px;}
    .sub-banner2-center {width: 100%;margin: 40px 0 0;}
    .sub-banner2-center .sub-banner-center-content .text1 {font-size: 30px;line-height: 30px;margin-bottom: 20px;}
    .sub-banner2-center .sub-banner-center-content {top: 22%;}
    .ad_banner a::before {content:none;}
    .sub-banner-center-img:hover {
    	transform: scale(1);
    	-webkit-transform: scale(1);
    	-moz-transform: scale(1);
    	-ms-transform: scale(1);
    	-o-transform: scale(1);
    }
    .sub-banner2-center .sub-banner-center-img img {width: 100%;height: 250px;}
    .sub-banner-center-content .text2 {font-size: 14px;line-height: 25px;margin: 0 0 10px;}
    .tm_Category_Slider_CMS .banner-content .sub-text {font-size: 22px;}
    .tm_Category_Slider_CMS .banner-content .bnr-btn {margin: 50px 0 0;}
    .grid .product-item .product-item-info:hover .price-box {
    -khtml-opacity: 1;
    -o-opacity: 1;
    -ms-opacity: 1;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    filter: Alpha(Opacity=100);
	}

    .products-grid .product-item-info:not(:hover):not(.active) .product-item-inner,
    .products-grid .product-item-inner,
    .products-crosssell.products-carousel .product-item-inner,
    .products-upsell.products-carousel .product-item-inner,
    .products-related.products-carousel .product-item-inner{
    position: relative;
    bottom: auto;
    -khtml-opacity: 1;
    -o-opacity: 1;
    -ms-opacity: 1;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    filter: Alpha(Opacity=100);
    transform: translateX(0);
    visibility: visible;
	}

    .sub-banner-bottom-cms {margin: 30px 0 0;}
    .sub-adbanner2 .banner-offer {top: 10%;}
    .sub-adbanner2 .sub-adbanner-content {bottom: 13%;}
    .navigation .level0 > .level1 {text-transform: capitalize;}
    .header-menu-outer .switcher .options.tm_lang-cur li {display: block;margin: 4px 0;}
    .header-menu-outer .switcher .options.tm_lang-cur li a {color: #000;font-weight: 400;}
    .header-menu-outer .switcher .options.tm_lang-cur li a:hover {color:#205cbd;}

    #switcher-language-nav .switcher-options .action.toggle span,
    #switcher-currency-nav .switcher-options .action.toggle span
    {font-weight: 600;color: #205cbd;}

    .block.newsletter .description {text-align: left;}
    .page-footer .mobile_togglemenu::after{color:#ffd200;}
    .post-list-wrapper .blog_inner .post-header .post-title {margin: 4px 0 4px;}
    .special-widget-block {margin: 20px 0 0;}
    .tm_Category_Slider_CMS .Block {margin: 0 0 10px 0;}
    .sub-banner-bottom-img:hover {
    	transform: scale(1);
    	-webkit-transform: scale(1);
    	-moz-transform: scale(1);
    	-ms-transform: scale(1);
    	-o-transform: scale(1);
    }
	.blog-subbanner_CMS .sub-banner-bottom-content {top: 13%;left: 40px;}
	.tm_advertise_banner_cms img {height: 100px;width: 100%;}
	.tm_advertise_banner_cms {width: 100%;}

	.special-widget-block .products-grid .product-item-info:not(:hover):not(.active) .product-item-inner,
	.special-widget-block .products-grid .product-item-inner {
    transform: translateX(0);
    -khtml-opacity: 1;
    -o-opacity: 1;
    -ms-opacity: 1;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    filter: Alpha(Opacity=100);
    visibility: visible;
    width: 100%;
	}

	.special-widget-block .special-count {margin: 20px 0 30px;}
	.service-cms {margin: 30px 0 0;}
	.sub-banner-center-cms {margin: 40px 0 0;}
	.sub-banner-bottom-cms {margin: 20px 0 0;}
	.blog-subbanner_CMS.homepage-bkg {margin: 30px auto 0;}
	.blog-subbanner_CMS .blog {margin-top: 40px;}
	.header-nav .nav-sections .header.links li.greet.welcome {padding: 8px 15px;}
	.header-nav .nav-sections .header.links a, .nav-sections .header.links a:hover {padding: 8px 15px;}
	.header-menu-outer.fixed {position: relative;}

	.latest-product-CMS .owl-stage-outer .owl-stage .owl-item::after,
	.tm_product_tab .owl-stage-outer .owl-stage .owl-item::after,
	.block.related .owl-stage-outer .owl-stage .owl-item::after,
	.block.upsell .owl-stage-outer .owl-stage .owl-item::after,
	.block.crosssell .owl-stage-outer .owl-stage .owl-item::after,
	.page-products .products.wrapper.grid.products-grid .product-items .product.product-item::after{height: 215px;}

	.tm_Category_Slider_CMS .owl-controls .owl-nav div {bottom: 40%;}
	.tm_Category_Slider_CMS .owl-controls .owl-nav .owl-next {left: -29%;}
	.tm_Category_Slider_CMS .owl-stage-outer .owl-stage .owl-item::after {height: 210px;}
	.tm_Category_Slider_CMS .Block1, .tm_Category_Slider_CMS .Block2, .tm_Category_Slider_CMS .Block3 {margin: 0 0 20px 0;}
	.owl-controls .owl-nav div {top: 21%;}
	.blog-subbanner_CMS.homepage-bkg {margin: 15px auto 0;}
	.category_product_tab .owl-controls .owl-nav div {top: 25%;}
	.owl-controls .owl-nav .owl-prev {left: 8px;}
    .owl-controls .owl-nav .owl-next {right: 8px;}
    .tm_special .owl-controls .owl-nav div {top: 38%;}
    .products-grid .product-item-info .new-label {display: block;}
    .products-grid .product-item-info:hover .sale-label {display: block;}
    .tm_product_tab .container-width {padding: 0;}
    .header-nav-inner .switcher-language img {vertical-align: middle;margin: 0 5px 0 0;}
    .minicart-wrapper .block-minicart {top: 54px;}
    .sub-banner-bottom-cms img {width: 100%;}
    .cms-no-route .header-menu-outer .minicart-wrapper {float: right;}
    .product-info-main .product-social-links {text-align: left;}
    .product.info.detailed {margin-top: 10px;}
    .product.info.detailed .product.data.items {padding: 20px 0;}
    .products.wrapper.grid.products-grid .product-item .price-box {margin: 10px 0;}
    .catalog-product-view .breadcumb_inner .page-title-wrapper h1 {width: 100%;}
    .page-products .products.wrapper.grid.products-grid .swatch-attribute-options {margin-top: 11px;}
    .tm_Category_Slider_CMS .products-grid .product-item-info:hover{margin: 0 15px 15px;}

    .product.info.detailed .product.data.items > .item.title.active > .switch::after,
    .product.info.detailed .product.data.items > .item.title.active > .switch::before{right: 11px;left: auto;top: 0;}
    .submenu .submenu a::before {content: none;}

    .banner-content ul.cat_tabbernav_product li a.selected::after,
    .banner-content ul.cat_tabbernav_product li a.selected::after,
    .banner-content ul.cat-tabbernav-product li a.selected::after,
    .banner-content ul.cat-tabbernav-product li a.selected::after,
    .banner-content ul.cattabbernavproduct li a.selected::after,
    .banner-content ul.cattabbernavproduct li a.selected::after{left: 97%;top: 6px;width: 15px;height: 22px;}
	.product-item-details .product-item-name a.product-item-link {display: block !important;display: -webkit-box !important;max-width: 100%;height: 29px;margin: 0 auto;font-size: 13px;line-height: 1.1 !important;-webkit-line-clamp: 2;-webkit-box-orient: vertical;overflow: hidden;text-overflow: ellipsis;white-space: normal;}
}
@media (max-width: 640px){
	.flexslider{ min-height: 120px;}
	.header-logo{text-align: center;}
	.logo{ float: none;margin-top:0; }
	.header-right{ float: none; text-align: center;}
	.block-search .block.block-content{z-index: 11;}
	.tm_headerlinkmenu,.header-right .minicart-wrapper{position: absolute;top: 103%;}
	.tm_headerlinkmenu{right:77px;}
	.header-right .minicart-wrapper{right: 15px;}
	.block.block-search{width: 100%;box-sizing: border-box;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;margin-right: 0;}
	.page-products .footer-topper-cms .footer-content,.footer-topper-cms .footer-content{width: 69%;}
	.products-list .product-item-details{ width: auto;float: left; }
	.product-social-links .action.tocompare,.product-social-links .action.mailto.friend, .product-social-links .action.towishlist{display: inline;}
	.opc-wrapper .shipping-address-item{border-bottom: 1px solid #ebebeb;}
	.products-grid.wishlist .product-item:first-child{border-top: none;}
	.product-item-actions{display: block;}
	.subbanner1-1,.subbanner2-2,.subbanner3-3{display: inline-block;margin: 0;}
	.footer_newsletter ul{width: 100%;}
	.page-products.catalog-category-view .products-grid .product-item{width: 50%;}
	.tm_headeradvertise_cms{float: none;text-align: center;}
	.table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) tbody > tr > td:last-child{border-bottom: none;}
	.multicheckout.order-review .data.table tbody > tr > td.col.qty, .multicheckout.order-review .data.table tbody > tr > td.col.price,
	.multicheckout.order-review .data.table tbody > tr > td.col.subtotal{text-align: left;}
	.multicheckout .actions-toolbar > .primary{text-align: center;margin-bottom:5px;}
	.multicheckout .actions-toolbar .secondary .action{margin-bottom:5px;}
	.cms-index-index.page-layout-1column .block.widget .products-grid .widget-product-grid .product-item{width: 50%;}
	.header-logo{float: none;margin:0 auto;}
	.news-left,.news-right{width: 100%;}
	.block-search {margin: 0 auto;text-align: center;float: none;}
	.header-right{width: 100%;margin:10px 0 0;padding: 0}
	.tm_product_tab ul.tabbernav_product{ float: none;margin: 0 auto 20px;display: block; text-align: center; width: 100%;}
	.tm_product_tab .tabbernav_product li{float: none;}
	.tm_product_tab .tab-main-title::before{display: none;}
	.owl-carousel .owl-item{text-align: center;}
	.minicart-wrapper::before{top:-5px;}
	.minicart-wrapper{margin:0;float: right;}
	.tm_blog .owl-carousel .owl-item {text-align: left;}
	ol.products{margin:0;}
	.footer-topper-cms .footer-topper-left span{font-size:72%;}
	.opc-estimated-wrapper .minicart-wrapper{float: right;}
	.search-autocomplete{top:60px;left: 7px;}
	.headertoggle_img{ text-align: left; }
	.header_customlink {display: none;/*To remove customelink menus*/}
	.header-nav{ position: relative; }
	.tab-title{ float: none; text-align: center; }
	.breadcrumbs{ float: none; }
	.headertopleft{ margin: 6px 0 0 18px;  padding: 9px 0 0 18px;}
	.page-main >.columns{margin-top: 0px;}
	.list-left, .list-right {padding: 0;border: none;width: 100%;text-align: left;}
    .header-static {display: none;}

    .flex-direction-nav li a.flex-prev::before,
    .flex-direction-nav li a.flex-next::before
    {height: 30px;line-height: 30px;width: 30px;font-size: 20px;}

    .flex-direction-nav li a.flex-prev, .flex-direction-nav li a.flex-next {width: 30px;}
    .featured-tittle {display: block;margin-right: 0;}
    .featured-category-CMS .owl-controls .owl-nav div {top: -39%;}
    .sub-adbanner-content .text1 {font-size: 20px;}
    .sub-adbanner-content .text2 {padding: 10px 0 20px;}
    .sub-adbanner-content {top:30px;left: 7%;}
    div.sub-adbanner {width: 100%;}

    .tm_latest_product .widget .block-title h2 a,
    .tm_blog .blog_title h2 a,
    .tm_special .main-title,
    .tab-main-title {float: none;}

    .advertise_banner_content {top: 12px;left: 15%;}
    .special-widget-block .special-count .time {padding: 8px 7px 4px;width: 35px;margin: 0 3px 0 0;}
    .serviceblock .title {font-size: 12px;}
    .sub-banner-center-content .text1 {font-size: 20px;margin-bottom: 5px;}
    .sub-banner-center-content .text2 {font-size: 12px;margin: 0 0 5px;line-height: 20px;}
    .sub-banner-center-button a {font-size: 14px;}
    .sub-banner1-center .sub-banner-center-content {top: 6px;left: 20px;}
    .blog-subbanner_CMS .post-ftimg-hld {float: left;width: 33%}
    .blog-subbanner_CMS .blog .post-content-inner {margin: 0 0 10px;width: 62%;padding: 0 0 0 20px;}
    .blog-subbanner_CMS .sub-banner-bottom-content .text1 {font-size: 20px;margin-bottom: 0;}
    .sub-banner-bottom-content .text2 {font-size: 12px;margin: 0 0 5px;}
    .sub-banner-bottom-button a {font-size: 14px;}
    .blog-subbanner_CMS .sub-banner-bottom-content {top: 10%;left: 20px;}
    .sub-banner-bottom-content .text1 {font-size: 20px;}
    .sub-banner-bottom-content {top: 11%;left: 20px;}
    .tm_Category_Slider_CMS .banner-content .sub-text {font-size: 18px;padding: 0 0 10px 0;color: #000;margin: 0 0 10px;}
    .tm_Category_Slider_CMS .banner-content .bnr-btn a {padding: 8px 15px;}
    .tm_Category_Slider_CMS .banner-content .bnr-btn {margin: 35px 0 0;}
    .tm_Category_Slider_CMS .left-banner-cms img {height: 290px;}
    .tm_Category_Slider_CMS .owl-controls .owl-nav div {line-height: 30px;}
    .tm_Category_Slider_CMS .product-item-details {margin: 0;}
    .tm_Category_Slider_CMS .product-item-name {text-overflow: ellipsis;white-space: nowrap;width: 88%;overflow: hidden;}

    .tm_Category_Slider_CMS .left-banner-cms .banner-img-cms,
    .tm_Category_Slider_CMS .left-banner-cms .sub-heading,
    .tm_Category_Slider_CMS .left-banner-cms .bnr-btn
    {display: none;}

    .list-right {padding: 10px 0 0;}
    .column.main .products-list .product-items .product-item-details {padding: 0;}
    .product.info.detailed {margin-top: 0;}
    .special-widget-block .product-item-info .product-item-image {width: 100%;}
    .special-widget-block .product-item-details {width: 100%;}
    .blog .owl-controls .owl-nav .owl-next {right: 20px;}
    .blog .owl-controls .owl-nav .owl-prev {right: 50px;}
    .sub-banner-center-cms {margin: 40px 0 0;}
    .sub-banner2-center .sub-banner-center-img img {height: 220px;}
    .sub-banner2-center .sub-banner-center-content {top: 20%;}
    .tm_Category_Slider_CMS .left-banner-cms {width: 100%;}
    .tm_Category_Slider_CMS .banner-content {top: auto;left: auto;width: 100%;position: relative;}
    .tm_Category_Slider_CMS .Block1, .tm_Category_Slider_CMS .Block2, .tm_Category_Slider_CMS .Block3 {margin: 0 0 30px 0;}
    .blog-carousel-container {margin: 30px 0 0 0;}
    .post-date {margin: 10px 0 20px 0;}
    .manufacturer-product-outer.homepage-bkg {margin: 30px 0 0;}
	footer.page-footer {margin-top: 30px;}
	.footer-wrapper-inner {padding: 30px 0;}

	.latest-product-CMS .owl-stage-outer .owl-stage .owl-item::after,
	.tm_product_tab .owl-stage-outer .owl-stage .owl-item::after,
	.block.related .owl-stage-outer .owl-stage .owl-item::after,
	.block.upsell .owl-stage-outer .owl-stage .owl-item::after,
	.block.crosssell .owl-stage-outer .owl-stage .owl-item::after,
	.page-products .products.wrapper.grid.products-grid .product-items .product.product-item::after
	{height: 235px;}

	.category_product_tab .owl-controls .owl-nav div {top: 23%;}
	.special-widget-block {margin: 0;}
	.tm_special .owl-controls .owl-nav div {top: 26%;}
	.service-cms {margin: 0;}
	.serviceblock {padding: 0 0 0 10px;}
	.tm_Category_Slider_CMS {margin: 40px 0 0;}
	.tm_Category_Slider_CMS .owl-stage-outer .owl-stage .owl-item::after {height: 230px;}
	.tm_Category_Slider_CMS .owl-controls .owl-nav .owl-next {right: 0;top: 23%;}
	.owl-controls .owl-nav div {line-height: 30px;width: 30px;height: 30px;}
	.sub-banner-bottom-cms {margin: 0;}
	.owl-controls .owl-nav .owl-prev::before, .owl-controls .owl-nav .owl-next::before {font-size: 22px;}
	.owl-controls .owl-nav div {top: 28%;}
	.category_product_tab .owl-controls .owl-nav div {top: 26%;}
	.blog-subbanner_CMS.homepage-bkg {margin: 30px auto 0;}
	.customer-account-login .block{margin-bottom: 20px;}
	.product-main-content {padding: 0;}
	.cat_tabbernav_product,.cat-tabbernav-product,.cattabbernavproduct {margin: 0;text-align: center;}
	.Block2 .banner-content ul li a {border-bottom: 2px solid transparent;}

	.banner-content ul.cat_tabbernav_product li a.selected::after,
	.banner-content ul.cat_tabbernav_product li a.selected::after,
	.banner-content ul.cat-tabbernav-product li a.selected::after,
	.banner-content ul.cat-tabbernav-product li a.selected::after,
	.banner-content ul.cattabbernavproduct li a.selected::after,
	.banner-content ul.cattabbernavproduct li a.selected::after
	{content: none;}

	.tm_Category_Slider_CMS .banner-content li {margin: 0 10px;display: inline-block;}
	.tm_Category_Slider_CMS .products-grid .product-item-info, .tm_Category_Slider_CMS .products-grid .product-item-info:hover {margin: 15px 8px;}
	.tm_Category_Slider_CMS .products.wrapper.products-grid.grid {margin: 0 -8px;}
	.tm_Category_Slider_CMS .owl-controls .owl-nav .owl-prev {left: 8px;}
	.tm_Category_Slider_CMS .owl-controls .owl-nav .owl-next {right: 8px;left: auto;}
	.tm_Category_Slider_CMS .owl-controls .owl-nav div {top: 28%;bottom: auto;}
	.breadcumb_inner {padding: 11px 0 0;}
	.product-main-content {padding: 0;}
	.blog .owl-controls .owl-nav div {top: -75px;}
	.catalog-product-view .product.info.detailed .product.data.items > .item.content {padding: 15px;}

	.tm_Category_Slider_CMS .owl-controls .owl-nav .owl-prev::before,
	.tm_Category_Slider_CMS .owl-controls .owl-nav .owl-next::before
	{color: #000;line-height: 33px;}

	.tm_Category_Slider_CMS .owl-controls .owl-nav .owl-prev::before:hover,
	.tm_Category_Slider_CMS .owl-controls .owl-nav .owl-next::before:hover
	{color:#fff;}

	.banner-content ul li a {font-size: 14px;padding: 0;font-weight: 400;border: unset;color:#000;border-bottom: 2px solid transparent;}

	.banner-content ul.cat_tabbernav_product li a.selected,
	.banner-content ul.cat_tabbernav_product li a.selected,
	.banner-content ul.cat-tabbernav-product li a.selected,
	.banner-content ul.cat-tabbernav-product li a.selected,
	.banner-content ul.cattabbernavproduct li a.selected,
	.banner-content ul.cattabbernavproduct li a.selected
	{border-bottom-color:#ffd200;background: unset;}

	.tm_Category_Slider_CMS .Block1 .cat_product_tabs,
	.tm_Category_Slider_CMS .Block2 .cat_product_tabs,
	.tm_Category_Slider_CMS .Block3 .cat_product_tabs
	{width: 100%;margin: 20px 0 0;}
}

@media (min-width: 530px) and (max-width: 599px) {
.sub-adbanner-content {left: 14%;}
.banner-offer {left: 14%;}
}

@media (min-width: 600px) and (max-width: 640px) {
.sub-adbanner-content {left: 17%;}
.banner-offer {left: 17%;}
}
/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
@media (min-width: 480px) and (max-width: 767px) {
.form-list li.wide .input-box{width: 260px;}
.form-list li.wide input.input-text{ width: 250px;}
}
/* Landscape phones and down */
@media (max-width: 479px) {
	.tm_header_contact{display: none;}
	.header-contact{display: inline-block;}
	.flexslider {min-height: 75px;}
	.header-logo{width: 100%;}
	.flexi.container-width {margin-top: 15px;}
	.page-header .switcher,.header-static div a{margin:8px 7.5px 7px;}
	.tm_product_tab .tabbernav_product li{display: block;background: none;margin:0 0 10px;}
	.tm_subbanner_cms .subbanner-outer > [class*="subbanner"] .subbanner{padding: 0;}
	.payment_block li{padding: 0 5px;}
	.page-products .sorter{float: left;}
	.product-social-links .action.tocompare,.product-social-links .action.mailto.friend, .product-social-links .action.towishlist{display: inline-block;}
	.wishlist-index-index .products-grid li.product-item{width: 50%;}
	.cms-index-index.page-layout-1column .block.widget .products-grid .widget-product-grid .product-item{width: 50%;}
	.cms-index-index.page-layout-1column .block.widget .products-grid .widget-product-carousel .product-item{width: 100%;}
	.block.newsletter input{padding: 0 9px;}
	.tm_product_tab .tabbernav_product .tab-text{margin: 0;}
	.minicart-items .product .product-item-details{position: static;}
	.minicart-items .product{position: relative;overflow: visible;}
	.minicart-wrapper .minicart-items-wrapper .product .actions{bottom:-27px;right: auto}
	.block #minicart-content-wrapper .block-content li{padding-bottom: 35px;}
	.block-search .block.block-content{top:33px;}
	.wishlist-index-index .actions-toolbar > .primary .action,.wishlist-index-index .actions-toolbar > .secondary .action{margin-bottom: 11.5px}
	.products-list .product-item-details{float: none;}
	.tm_product_tab .owl-controls .owl-nav div{top:-20px;}
	.tm_product_tab .tm_product_tab .tabbernav_product .tab-text{margin: 0;}
	.page-products .column.main .product-items{margin-left: 0;}
	.page-products .column.main .product-item{padding-left: 0;}
	.block.newsletter .action.subscribe{margin:0 0 0 4px;}
	.page-layout-2columns-left .footer-topper-cms .footer-topper-left,.footer-topper-cms .footer-topper-left{width: 100%;font-size: 160%;}
	.page-layout-2columns-left .footer-topper-cms .footer-content{width: 100%;padding-left: 0;}
	.blog-image{margin-right: 0;}
	.inner-image-blog{margin-right: 0;}
	.tm_blog .blog .post-content-inner{width: 100%;}
	.post-title{margin-top: 10px;}
	/*Product Page CSS*/
	.gallery-placeholder {width: 270px;}
	.page-layout-1column .product.media{margin:0;padding: 0; }
	.page-products.catalog-category-view .products-grid .product-item{width: 50%;}
	.page-with-filter .toolbar-amount{margin:4px 0;}
	/*Product Page CSS Ends*/
	/*Blog Page CSS*/
	.product-image-inner-blog .post-ftimg-hld,.blog-index-index .product-image-inner-blog .post-ftimg-hld{width: 100%;float: none;max-width: 100%;}

	.blog-index-index .blog_inner .blog-right-content,
	[class^="blog-author-"] .blog-right-content,
	.blog-archive-view .blog-right-content{padding-left: 0;margin-top:10px;}
	/*Blog Page CSS Ends*/
	.search-autocomplete{top:60px;left: 0px;}
	.block.newsletter .field .control{ margin: 0px; }
	.blog .post-content-inner{padding-left: 0;}
	.blog-right-inner{margin-right: 0;}
	.pages .pages-items{padding: 2px 40px;}
	.flex-direction-nav li a.flex-prev,.flex-direction-nav li a.flex-next{display: none;}
	.minicart-wrapper.active .action.showcart{float: none;}
	.product-item-details .product-item-inner .action.tocart.primary span,.wishlist-index-index .action.tocart.primary span{display: none;}
	.product-item .tocart,.wishlist-index-index .product-item .tocart{padding: 8px;}
	.block.upsell .category-title h2 strong, .block.related .category-title h2 strong, .block.crosssell .category-title h2 strong{font-size: 17px}
	.form-cart .main.actions a, .form-cart .main.actions button, .cart-summary .checkout-methods-items .action.primary.checkout{margin-bottom: 5px;}
	.products-list .product-item .tocompare,.products-list .product-item .action.towishlist{margin:0px;display: block;}
	.account .toolbar-amount{position: relative;}
	.account .pages .pages-items{width: 100%;box-sizing: border-box;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;}
    .flex-control-nav {display: block;bottom: 0;}
    .flex-control-paging li a {height: 8px;width: 8px;background: #000;}
    .flexslider {border-radius: 0;}
    .owl-controls .owl-nav .owl-prev::before, .owl-controls .owl-nav .owl-next::before {display: none;}
    .featured-category-CMS {text-align: center;}
    .blog-subbanner_CMS .blog .post-content-inner {margin: 0;width: 100%;padding: 0;}
    .post-date {margin: 10px 0;}
    .blog-carousel-container {margin: 20px 0 0 0;}
    .blog_title {text-align: center;}
    .blog-subbanner_CMS .sub-banner-bottom-content .text1 {font-size: 14px;margin-bottom: 0;line-height: 25px;}
    .blog-subbanner_CMS .sub-banner-bottom-content {top: 18px;left: 20px;width: auto;}
    .sub-banner-bottom-button a {font-size: 12px;}
    .sub-banner-bottom-content .text2 {display: none;}
    .sub-banner-bottom-content .text1 {font-size: 14px;margin-bottom: 0;line-height: 25px;}
    .sub-banner-bottom-content {top: 0;left: 10px;}
    .sub-banner2-center .sub-banner-center-content .text1 {font-size: 20px;line-height: 25px;margin-bottom: 10px;}
    .sub-banner2-center .sub-banner-center-content {top: 16%;width: auto;}
    .serviceblock {width: 100%;border: unset;margin:15px 0 0;}
    .service-cms {padding: 5px 0 20px;margin-top: 30px;}
    .sub-banner-center-content .text1 {font-size: 14px;margin-bottom: 5px;}
    .sub-banner1-center .sub-banner-center-content .text2 {display: none;}
    .sub-banner-center-button a {font-size: 12px;}
    .sub-banner1-center .sub-banner-center-content {top: 6px;}
    .owl-controls .owl-nav div {border:unset;width: auto;height: auto;}
    .manufacturer-product-outer.homepage-bkg {margin: 0;}
    footer.page-footer {margin-top: 30px;}
    .special-widget-block .product-item-info .product-item-image {width: 100%;}
    .special-widget-block .product-item-details {width: 100%;}
    .sub-adbanner-content {top: 15px;left: 20px;}
    .banner-offer {left: 20px;}
    .sub-adbanner2 .sub-adbanner-content {bottom: 9%;}

    .products-grid .product-item-info,
    .block.related .product-item-info,
    .block.upsell .product-item-info,
    .block.crosssell .product-item-info,
    .products-grid .product-item-info:hover,
    .products-grid .product-item-info.active
    {margin: 15px 10px;}

    .footer-wrapper-inner {padding: 30px 0;}
    .tm_Category_Slider_CMS .banner-content {top: auto;left: auto;width: auto;position: relative;}
    .tm_Category_Slider_CMS .banner-content .sub-text {font-size: 16px;padding: 0 0 6px 0;color: #000;margin: 0 0 10px;}
    .tm_Category_Slider_CMS .left-banner-cms {width: 100%;}
    .page-products .products.wrapper.products-grid.grid .product-item-actions .actions-primary + .actions-secondary,
    .page-products .products.wrapper.products-grid.grid .product-item-details .product-item-inner .actions-secondary {display: none;}
    .fotorama__stage {margin: 0 auto 15px;}
    .page-layout-1column div.product.media {text-align: center;}
    .product-main-content {padding: 0;}
    .product.info.detailed .product.data.items {padding: 20px 0;}
    .sub-adbanner-cms {margin: 0 0 10px;}
    .product-item-name {width: 100%;white-space: nowrap;text-overflow: ellipsis;overflow: hidden;}
    .sub-adbanner-content .text1 {font-size: 16px;}
    .sub-adbanner-content .text2 {padding: 5px 0 13px;font-size: 13px;}
    .sub-adbanner-button a {padding: 9px 14px 8px;}
    .advertise_banner_content .text1 {font-size: 13px;line-height: 18px;margin-bottom: 4px;}
    .tm_advertise_banner_cms img {height: 93px;}
    .tm_advertise_banner_cms {margin: 10px 0;}
    .sub-banner2-center {margin: 30px 0 0;}
    .sub-banner2-center .sub-banner-center-img img {height: auto;}
    .sub-banner-center-content .text2 {font-size: 12px;margin: 0 0 15px;line-height: 20px;}
    .tm_Category_Slider_CMS {margin: 40px 0 0;}
    .sub-banner-bottom-content {top: 23px;left: 20px;width: auto;}
    .latest-product-CMS {margin: 40px 0 0;}
    .blog-subbanner_CMS.homepage-bkg {margin: 20px auto 0;}

    .latest-product-CMS .owl-stage-outer .owl-stage .owl-item::after,
    .tm_product_tab .owl-stage-outer .owl-stage .owl-item::after,
    .block.related .owl-stage-outer .owl-stage .owl-item::after,
	.block.upsell .owl-stage-outer .owl-stage .owl-item::after,
	.block.crosssell .owl-stage-outer .owl-stage .owl-item::after,
	.page-products .products.wrapper.grid.products-grid .product-items .product.product-item::after
    {height: 155px;}

    .header-center {margin-top: 8px;}
    .page-header .header.content {padding: 15px 0 21px;}
    div.product-reviews-summary {margin: 0;}
    .grid .product-item .price-box {margin: 3px 0 8px;}
    .product-item-details .product-item-inner .actions-secondary {display: none;}
    .tm_Category_Slider_CMS .Block1, .tm_Category_Slider_CMS .Block2, .tm_Category_Slider_CMS .Block3 {margin: 0;}
    .advertise_banner_content {top: 12px;left: 4%;}
    .sub-banner-bottom-cms {margin: 15px 0 0;}
    .nav-sections .switcher {padding: 8px 15px;}
    .tm_Category_Slider_CMS .product-item-name {width: 100%;}
    .page-products .products.wrapper.grid.products-grid .product-items .product-details .swatch-option {margin: 0 5px 5px 0;}
    .minicart-items .product .product-item-details {float: left;width: 73%;}
    .tm_Category_Slider_CMS .banner-content li {margin: 0 3px 10px;display: inline-block;}

    .tm_Category_Slider_CMS .Block1 .cat_product_tabs,
    .tm_Category_Slider_CMS .Block2 .cat_product_tabs,
    .tm_Category_Slider_CMS .Block3 .cat_product_tabs
    {margin: 0;}

    .sale-label{left:5px;}
    .new-label{right:5px;}
    .product-info-content .tabbernav_product li a {padding: 10px 10px 10px 10px;}
    .product-info-content .tab_product {padding: 20px 13px;}
    .breadcrumbs .items > li.product {overflow: hidden;text-overflow: ellipsis;white-space: nowrap;width:64%;}
    .breadcrumbs .items .item strong {overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
    .tm_Category_Slider_CMS .owl-controls .owl-nav div {display: none !important;}

    .cat_tabbernav_product,
    .cat-tabbernav-product,
    .cattabbernavproduct
    {text-align: left;}

    .page-products .products.wrapper.grid.products-grid .swatch-attribute-options .swatch-option {margin: 0 5px 5px 0;}
    .product-info-main .product-add-form .product-options-wrapper .field .control {width: 78%;}
    .featured-category-CMS {padding: 15px 0 0;}
    #cat-featured {margin: 10px 0 0;}

    .block.upsell .category-title h2 strong,
    .block.related .category-title h2 strong,
    .block.crosssell .category-title h2 strong
    {padding-bottom: 15px;}
}
.footer-inner .footer-area .store-details li.email a {
    text-transform: none;
}
/* Mobile Landscape Size to Mobile Portrait (devices and browsers) */
@media (min-width: 320px) and (max-width: 479px) {.flexslider{}}
@media (max-width: 319px){.flexslider{ min-height: 75px;}.page-products .products-list .product-image-container{display: inline;}}
@media (max-width:240px) {}

/*-------------------------------------------------------------------------------------------Responsive CSS Ends Here---------------------------------------------------------------------------*/


body.cms-return-refund-policy.cms-page-view.page-layout-1column ol li {
    list-style: unset;
}
body.cms-return-refund-policy.cms-page-view.page-layout-1column ol {
    margin-left: 15px;
}

.social-media-icons {
    font-size: 20px;
    margin-top: 20px;
}

.social-media-icons a:not(:last-child) {
    display: inline-block;
    margin-right: 10px;
}

.social-media-icons i.fa.fa-facebook {
    color: #3b5998;
}

.social-media-icons i.fa.fa-twitter {
    color: #1da1f2;
}

.social-media-icons i.fa.fa-pinterest-p {
    color: #bd081c;
}

.social-media-icons i.fa.fa-google-plus {
    color: #dd4b39;
}

li.service_submenu:hover .dropdown {
    display: block;
    opacity: 1;
}
li.service_submenu .dropdown {
     display: none;
     opacity: 0;
}
li.service_submenu .dropdown {
    position: absolute;
    left: 0;
    z-index: 99;
    background: #224c94;
    box-shadow: 0px 0px 3px 1px #0000002b;
    top: 100%;
    min-width: 200px;
    padding: 10px 0;
    transition: all .5s;
}
li.service_submenu .dropdown li a {
    margin: 0;
    padding: 6px 11px;
    line-height: 1.5;
}

.bank_detail_wrap {
    max-width: 700px;
    margin: 0 auto;
    background: #4075cd;
    border-radius: 18px;
    padding: 10px 20px;
    color: #fff;
}
.bank_detail_wrap .bank_detail_section_one h2 {
    font-weight: 600;
    color: #f2cb10;
    text-transform: uppercase;
}

.bank_detail_wrap .bank_detail_section_one ul li {
    font-size: 14px;
}

.bank_detail_wrap .bank_detail_section_one ul li strong {
    margin-right: 15px;
}
.footer-wrapper-inner .block.newsletter .header-userzone {
    text-align: center;
}




.header_customlink li.hot a::before, .header_customlink li.new a::before, .minicart-wrapper .action.showcart .cart-image, .banner-content ul.cat_tabbernav_product li a.selected::after, .banner-content ul.cat_tabbernav_product li a.selected::after, .banner-content ul.cat-tabbernav-product li a.selected::after,
.banner-content ul.cat-tabbernav-product li a.selected::after, .banner-content ul.cattabbernavproduct li a.selected::after,
.banner-content ul.cattabbernavproduct li a.selected::after, .navigation.custommenu .menu-title:after,
.block.newsletter .action.subscribe, .tm_headerlinkmenu::after, .block-search button.action.search:before{
    background-image: url('../images/spritesheet.png');
    background-repeat: no-repeat;
    display: block;
}
.header_customlink li.hot a::before{
    width: 29px;
    height: 16px;
    background-position: -5px -5px;
}
.header_customlink li.new a::before {
    width: 29px;
    height: 16px;
    background-position: -44px -5px;
}
.minicart-wrapper .action.showcart .cart-image {
    width: 35px;
    height: 33px;
    background-position: -5px -31px;
}
.banner-content ul.cat_tabbernav_product li a.selected::after,
.banner-content ul.cat_tabbernav_product li a.selected::after {
    width: 9px;
    height: 30px;
    background-position: -50px -31px;
}
.banner-content ul.cat-tabbernav-product li a.selected::after,
.banner-content ul.cat-tabbernav-product li a.selected::after {
    width: 9px;
    height: 30px;
    background-position: -69px -31px;
}
.banner-content ul.cattabbernavproduct li a.selected::after,
.banner-content ul.cattabbernavproduct li a.selected::after {
    width: 9px;
    height: 30px;
    background-position: -88px -5px;
}
.navigation.custommenu .menu-title:after {
    width: 16px;
    height: 13px;
    background-position: -88px -45px;
    left: 10px;
    top: 26px;
}
.block.newsletter .action.subscribe {
    width: 24px;
    height: 15px;
    background-position: -50px -71px;
}
.tm_headerlinkmenu::after, .navigation.custommenu .menu-title::before {
    width: 2px;
    height: 57px;
    background-position: -89px -68px;
}
.block-search button.action.search:before {
    width: 27px;
    height: 17px;
    background-position: -107px -5px;
}
.menu-title {
    -webkit-box-shadow: 1px 0px 5px -3px grey;
    -moz-box-shadow: 1px 0px 5px -3px grey;
    box-shadow: 1px 0px 5px -3px grey;
}
.block.newsletter .action.subscribe {background-color: unset;}
.block.newsletter .actions {
    top: 50%;
    transform: translateY(-50%);
    right: 8px;
}

@media only screen and (max-width: 767px) {
	.navigation.custommenu #mobile {
		display: flex;
		display: -webkit-flex;
		flex-direction: column;
	}
	.block-search button.action.search:before {
	    width: 23px;
	    height: 100%;
	    background-position: -104px 5px;
	}
}




/*Landing Page Design*/
	.cms-applelite-eco-friendly-led-lighting-for-diwali-2019 .breadcumb_inner {
		margin-bottom: 0px;
		padding-bottom: 3px;
		font-weight: 500;
	}
	.cms-applelite-eco-friendly-led-lighting-for-diwali-2019 h2 {
	    margin-top: 0px;
	    font-weight: 500;
	    color: #000000;
	    font-size: 22px;
	}
	.main_row {
	    display: flex;
	    margin: 0 -5px;
	    margin-bottom: 20px;
	}

	.col_2 {
	    padding: 0 5px;
	    flex-basis: 50%;
	}


	.main_row img {
	    max-width: 100%;
	    width: 100%;
	}
	.image_hover .hover_item {
        display: flex;
	    position: absolute;
	    bottom: 0;
	    left: 0;
	    right: 0;
	    top: 100%;
	    align-items: flex-end;
	    justify-content: space-between;
	    padding: 15px;
	    color: #fff;
	    height: 0;
	    overflow: hidden;
	    transition: .3s;
	    opacity: 0;
	    transform: translate(0%, 100%);
	    background: #0006;
	}

	.image_hover:hover  .hover_item {
        opacity: 1;
	    height: calc(100% - 30px);
	    top: 0;
	    transition: .3s;
	    transform: translate(0%, 0%);
	}

	.image_hover {
	    position: relative;
	    overflow: hidden;
	}

	.image_hover .hover_item a {
	    display: inline-block;
	    border: 1px solid #ffffff;
	    padding: 10px;
	    background: #fff;
	    color: #000;
	    border-radius: 7px;
	}
	.full_image_wrap .main_image_big {
	    margin-top: 20px;
	}

	.full_image_wrap {
	    margin-bottom: 40px;
	}
	@media (max-width: 1199px) {
		.cms-applelite-eco-friendly-led-lighting-for-diwali-2019 h2 {
			font-size: 18px;
		}
	}
	@media only screen and (max-width: 767px) {
		.main_row {
		    flex-direction: column;
		}
		.image_hover {
			margin-bottom: 15px;
		}
	}
/*Landing Page Design*/

.post-view .post-description .post-text-hld ul li {
    list-style: inside;
}

/* Blog Page Design S */
	.blog-row {
	    display: -webkit-box;
	    display: -ms-flexbox;
	    display: flex;
	    -ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	    margin-right: -15px;
	    margin-left: -15px;
	    box-sizing: border-box;
	}

	.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
	.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
	.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
	.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
	.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
	.col-xl-auto {
	    position: relative;
	    width: 100%;
	    min-height: 1px;
	    padding-right: 15px;
	    padding-left: 15px;
	    box-sizing: border-box;
	}

	@media (min-width: 576px) {
	    .col-sm-1 {
	        -webkit-box-flex: 0;
	        -ms-flex: 0 0 8.333333%;
	        flex: 0 0 8.333333%;
	        max-width: 8.333333%;
	    }
	    .col-sm-2 {
	        -webkit-box-flex: 0;
	        -ms-flex: 0 0 16.666667%;
	        flex: 0 0 16.666667%;
	        max-width: 16.666667%;
	    }
	    .col-sm-3 {
	        -webkit-box-flex: 0;
	        -ms-flex: 0 0 25%;
	        flex: 0 0 25%;
	        max-width: 25%;
	    }
	    .col-sm-4 {
	        -webkit-box-flex: 0;
	        -ms-flex: 0 0 33.333333%;
	        flex: 0 0 33.333333%;
	        max-width: 33.333333%;
	    }
	    .col-sm-5 {
	        -webkit-box-flex: 0;
	        -ms-flex: 0 0 41.666667%;
	        flex: 0 0 41.666667%;
	        max-width: 41.666667%;
	    }
	    .col-sm-6 {
	        -webkit-box-flex: 0;
	        -ms-flex: 0 0 50%;
	        flex: 0 0 50%;
	        max-width: 50%;
	    }
	    .col-sm-7 {
	        -webkit-box-flex: 0;
	        -ms-flex: 0 0 58.333333%;
	        flex: 0 0 58.333333%;
	        max-width: 58.333333%;
	    }
	    .col-sm-8 {
	        -webkit-box-flex: 0;
	        -ms-flex: 0 0 66.666667%;
	        flex: 0 0 66.666667%;
	        max-width: 66.666667%;
	    }
	    .col-sm-9 {
	        -webkit-box-flex: 0;
	        -ms-flex: 0 0 75%;
	        flex: 0 0 75%;
	        max-width: 75%;
	    }
	    .col-sm-10 {
	        -webkit-box-flex: 0;
	        -ms-flex: 0 0 83.333333%;
	        flex: 0 0 83.333333%;
	        max-width: 83.333333%;
	    }
	    .col-sm-11 {
	        -webkit-box-flex: 0;
	        -ms-flex: 0 0 91.666667%;
	        flex: 0 0 91.666667%;
	        max-width: 91.666667%;
	    }
	    .col-sm-12 {
	        -webkit-box-flex: 0;
	        -ms-flex: 0 0 100%;
	        flex: 0 0 100%;
	        max-width: 100%;
	    }
	}

	@media (min-width: 768px) {
	    .col-md-1 {
	        -webkit-box-flex: 0;
	        -ms-flex: 0 0 8.333333%;
	        flex: 0 0 8.333333%;
	        max-width: 8.333333%;
	    }
	    .col-md-2 {
	        -webkit-box-flex: 0;
	        -ms-flex: 0 0 16.666667%;
	        flex: 0 0 16.666667%;
	        max-width: 16.666667%;
	    }
	    .col-md-3 {
	        -webkit-box-flex: 0;
	        -ms-flex: 0 0 25%;
	        flex: 0 0 25%;
	        max-width: 25%;
	    }
	    .col-md-4 {
	        -webkit-box-flex: 0;
	        -ms-flex: 0 0 33.333333%;
	        flex: 0 0 33.333333%;
	        max-width: 33.333333%;
	    }
	    .col-md-5 {
	        -webkit-box-flex: 0;
	        -ms-flex: 0 0 41.666667%;
	        flex: 0 0 41.666667%;
	        max-width: 41.666667%;
	    }
	    .col-md-6 {
	        -webkit-box-flex: 0;
	        -ms-flex: 0 0 50%;
	        flex: 0 0 50%;
	        max-width: 50%;
	    }
	    .col-md-7 {
	        -webkit-box-flex: 0;
	        -ms-flex: 0 0 58.333333%;
	        flex: 0 0 58.333333%;
	        max-width: 58.333333%;
	    }
	    .col-md-8 {
	        -webkit-box-flex: 0;
	        -ms-flex: 0 0 66.666667%;
	        flex: 0 0 66.666667%;
	        max-width: 66.666667%;
	    }
	    .col-md-9 {
	        -webkit-box-flex: 0;
	        -ms-flex: 0 0 75%;
	        flex: 0 0 75%;
	        max-width: 75%;
	    }
	    .col-md-10 {
	        -webkit-box-flex: 0;
	        -ms-flex: 0 0 83.333333%;
	        flex: 0 0 83.333333%;
	        max-width: 83.333333%;
	    }
	    .col-md-11 {
	        -webkit-box-flex: 0;
	        -ms-flex: 0 0 91.666667%;
	        flex: 0 0 91.666667%;
	        max-width: 91.666667%;
	    }
	    .col-md-12 {
	        -webkit-box-flex: 0;
	        -ms-flex: 0 0 100%;
	        flex: 0 0 100%;
	        max-width: 100%;
	    }
	}

	@media (min-width: 992px) {
	    .col-lg-1 {
	        -webkit-box-flex: 0;
	        -ms-flex: 0 0 8.333333%;
	        flex: 0 0 8.333333%;
	        max-width: 8.333333%;
	    }
	    .col-lg-2 {
	        -webkit-box-flex: 0;
	        -ms-flex: 0 0 16.666667%;
	        flex: 0 0 16.666667%;
	        max-width: 16.666667%;
	    }
	    .col-lg-3 {
	        -webkit-box-flex: 0;
	        -ms-flex: 0 0 25%;
	        flex: 0 0 25%;
	        max-width: 25%;
	    }
	    .col-lg-4 {
	        -webkit-box-flex: 0;
	        -ms-flex: 0 0 33.333333%;
	        flex: 0 0 33.333333%;
	        max-width: 33.333333%;
	    }
	    .col-lg-5 {
	        -webkit-box-flex: 0;
	        -ms-flex: 0 0 41.666667%;
	        flex: 0 0 41.666667%;
	        max-width: 41.666667%;
	    }
	    .col-lg-6 {
	        -webkit-box-flex: 0;
	        -ms-flex: 0 0 50%;
	        flex: 0 0 50%;
	        max-width: 50%;
	    }
	    .col-lg-7 {
	        -webkit-box-flex: 0;
	        -ms-flex: 0 0 58.333333%;
	        flex: 0 0 58.333333%;
	        max-width: 58.333333%;
	    }
	    .col-lg-8 {
	        -webkit-box-flex: 0;
	        -ms-flex: 0 0 66.666667%;
	        flex: 0 0 66.666667%;
	        max-width: 66.666667%;
	    }
	    .col-lg-9 {
	        -webkit-box-flex: 0;
	        -ms-flex: 0 0 75%;
	        flex: 0 0 75%;
	        max-width: 75%;
	    }
	    .col-lg-10 {
	        -webkit-box-flex: 0;
	        -ms-flex: 0 0 83.333333%;
	        flex: 0 0 83.333333%;
	        max-width: 83.333333%;
	    }
	    .col-lg-11 {
	        -webkit-box-flex: 0;
	        -ms-flex: 0 0 91.666667%;
	        flex: 0 0 91.666667%;
	        max-width: 91.666667%;
	    }
	    .col-lg-12 {
	        -webkit-box-flex: 0;
	        -ms-flex: 0 0 100%;
	        flex: 0 0 100%;
	        max-width: 100%;
	    }
	}

	@media (min-width: 1200px) {
	    .col-xl-1 {
	        -webkit-box-flex: 0;
	        -ms-flex: 0 0 8.333333%;
	        flex: 0 0 8.333333%;
	        max-width: 8.333333%;
	    }
	    .col-xl-2 {
	        -webkit-box-flex: 0;
	        -ms-flex: 0 0 16.666667%;
	        flex: 0 0 16.666667%;
	        max-width: 16.666667%;
	    }
	    .col-xl-3 {
	        -webkit-box-flex: 0;
	        -ms-flex: 0 0 25%;
	        flex: 0 0 25%;
	        max-width: 25%;
	    }
	    .col-xl-4 {
	        -webkit-box-flex: 0;
	        -ms-flex: 0 0 33.333333%;
	        flex: 0 0 33.333333%;
	        max-width: 33.333333%;
	    }
	    .col-xl-5 {
	        -webkit-box-flex: 0;
	        -ms-flex: 0 0 41.666667%;
	        flex: 0 0 41.666667%;
	        max-width: 41.666667%;
	    }
	    .col-xl-6 {
	        -webkit-box-flex: 0;
	        -ms-flex: 0 0 50%;
	        flex: 0 0 50%;
	        max-width: 50%;
	    }
	    .col-xl-7 {
	        -webkit-box-flex: 0;
	        -ms-flex: 0 0 58.333333%;
	        flex: 0 0 58.333333%;
	        max-width: 58.333333%;
	    }
	    .col-xl-8 {
	        -webkit-box-flex: 0;
	        -ms-flex: 0 0 66.666667%;
	        flex: 0 0 66.666667%;
	        max-width: 66.666667%;
	    }
	    .col-xl-9 {
	        -webkit-box-flex: 0;
	        -ms-flex: 0 0 75%;
	        flex: 0 0 75%;
	        max-width: 75%;
	    }
	    .col-xl-10 {
	        -webkit-box-flex: 0;
	        -ms-flex: 0 0 83.333333%;
	        flex: 0 0 83.333333%;
	        max-width: 83.333333%;
	    }
	    .col-xl-11 {
	        -webkit-box-flex: 0;
	        -ms-flex: 0 0 91.666667%;
	        flex: 0 0 91.666667%;
	        max-width: 91.666667%;
	    }
	    .col-xl-12 {
	        -webkit-box-flex: 0;
	        -ms-flex: 0 0 100%;
	        flex: 0 0 100%;
	        max-width: 100%;
	    }
	}
	.blog-main .content-section {
	    margin-top: 30px;
	}
	.blog-main .content-section:last-child {
	    margin-bottom: 30px;
	}
	.blog-main .content-section .main-title {
	    font-weight: 500;
	    line-height: 160%;
	    margin-top: 0;
	    margin-bottom: 10px;
	}
	.blog-main .content-section .content {
	    margin-bottom: 14px;
	    line-height: 170%;
	}
	.blog-main .inner-content-section {
	    margin-bottom: 25px;
	}
	.blog-main .inner-content-section .inner-title {
	    margin-top: 0px;
	    margin-bottom: 10px;
	    font-size: 16px;
	}
	.blog-main ul {
	    margin-bottom: 14px;
	}
	.addthis_toolbox .at-icon-wrapper {
	    line-height: 26px !important;
	    width: 26px !important;
	    height: 26px !important;
	}
	.addthis_toolbox .at-icon-wrapper svg {
	    width: 26px !important;
	    height: 26px !important;
	}
	.blog-main .content-section img {
	    margin: 0;
	}
	.blog-main .content-section .row .content-section {
	    margin-top: 10px;
	    margin-bottom: 0px;
	}
/* Blog Page Design E */

/* Footer S */
	.footer-inner .footer-area .store-details .phoneno a {
		display: block;
	}
/* Footer E */

/* Product Page S */
	.product-info-main li {
		    list-style: disc;
		    margin-left: 15px;
	}

	.product table>thead>tr>th, 
	.product table>tbody>tr>th, 
	.product table>tfoot>tr>th, 
	.product table>thead>tr>td, 
	.product table>tbody>tr>td, 
	.product table>tfoot>tr>td {
		border: 1px solid #cccccc;
	}
/* Product Page E */

/* Brand Page S */
	.brand-index-index .shop-by-brand .description .brand-title {
 	   color: #000;
	    font-size: 30px;
	    font-weight: 600;
	    margin-top: 0px;
	    margin-bottom: 30px;
	}
	.brand-index-index .all-brands .brand-list {
		display: flex; 
	    flex-wrap: wrap;
	}
	.brand-index-index .all-brands .brand-list .item {
	    float: none;
		width: calc(100% / 4);
		/*border-bottom: 1px solid #ccc;*/
	    border-left: 1px solid #ccc;
	    padding: 20px 0;
	    min-height: 200px;
	    box-sizing: border-box;
	    margin: 0px;
	}
	.brand-index-index .all-brands .brand-list .item:nth-child(4n+1) {
		border-left: 0px;
	}
	.brand-index-index .all-brands .brand-list .item:nth-last-child(1),
	.brand-index-index .all-brands .brand-list .item:nth-last-child(2),
	.brand-index-index .all-brands .brand-list .item:nth-last-child(3),
	.brand-index-index .all-brands .brand-list .item:nth-last-child(4) {
		border-bottom: 0px;
	}
	.brand-index-index.brand-list .shop-by-brand .item .brand-content {
	    position: relative;
		height: 100%;
	}
	.brand-index-index.brand-list .shop-by-brand .item:hover .brand-content {
		border: 1px solid transparent;
		box-shadow: none;
	}
	.brand-index-index .all-brands .brand-list .item .product-block {
		height: 100%;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.brand-index-index .all-brands .brand-list .item img {
		max-height: 80px;
		width: auto;
		filter: grayscale(100%);
		transition: 0.5s;
		padding-top: 20px;
		height: auto !important; 
	}
	.brand-index-index .all-brands .brand-list .item:hover img {
		filter: grayscale(0%);	
		transition: 0.3s;
	}
	.brand-index-index .all-brands .brand-list .item .brand-title {
		display: block;
	    background: #f6f6f6;
	    padding: 10px 0;
	    color: #000000;
	    font-weight: 500;
	    width: 100%;
	    position: absolute;
	    left: 0;
	    margin: 0;
	    bottom: 0;
	    border-radius: 4px;
	    transition: 0.3s;
	}
	.brand-index-index .all-brands .brand-list .item:hover .brand-title {
	    color: #1f4c94;
	    transition: 0.3s;
	}

	@media (max-width: 575px) {
		.brand-index-index .page-main {
			padding-left: 0px;
			padding-right: 0px;
		}
		.brand-index-index .all-brands .brand-list .item {
			width: calc(100% / 2);
		}
		.brand-index-index .all-brands .brand-list .item:nth-child(2n+1) {
			border-left: 0px;
		}
		.brand-index-index .all-brands .brand-list .item:nth-last-child(3),
		.brand-index-index .all-brands .brand-list .item:nth-last-child(4) {
			border-bottom: 0px solid #cccccc;
		}
		.brand-index-index .page-title {
			font-size: 24px;
			margin-top: 0px;
		}
		.brand-index-index .all-brands .brand-list {
			margin-bottom: 30px !important;
		}
	}
/* Brand Page E */
/* Header S */
	.navigation.custommenu .mainmenu .dropdown-inner-list .level1>a {
		color: #ffffff;
	}
	.navigation.custommenu .mainmenu .dropdown-inner-list .level1>a:hover {
		color: #ffd200;
	}
/* Header E */

/* Newsletter Popup S */
	div#bio_ep_close {
		top: 8px !important;
	}
	.tmp4-form {
		width: 50% !important;
	}
	.tmp4-title {
		color: #2457aa !important;
	}
	.tmp4_field_newsletter {
		margin-left: 24px !important;
	}
	.tmp4_field_newsletter input {
		height: 45px !important;
		border-radius: 3px !important;
		background: #fff !important;
		border: 1px solid #ccc !important;
		margin-top: 20px !important;
	}
	.primary.tmp4-button {
		background: #2457aa !important;
	    color: #fff !important;
	    font-size: 13px !important;
	    font-weight: 500 !important;
	    padding: 0px 24px !important;
	    line-height: 40px !important;
	    height: 40px !important; 
	    width: auto;
	}
/* Newsletter Popup E */

/* Order Form Page S */
	.sales-guest-form .form.form-orders-search {
		width: 50%;
		margin-bottom: 50px;
	}
	.sales-guest-form .form.form-orders-search .fieldset {
		margin-bottom: 0px;
	}
	.sales-guest-form .form.form-orders-search .fieldset .admin__legend {
	    display: block;
		width: 100%;
		margin-bottom: 20px;
	}
	.sales-guest-form .form.form-orders-search .fieldset .admin__legend span {
	    font-size: 20px;
	    color: #000000;
	    font-weight: 500;
	    text-transform: uppercase;
	    display: block;
	    width: 50%;
	    position: relative;
	    padding-bottom: 20px;
	}
	.sales-guest-form .form.form-orders-search .fieldset .admin__legend span:before {
		content: '';
		position: absolute;
		border-bottom: 1px solid rgba(0, 0, 0, 0.4196078431372549);
		width: 100%;
		bottom: 0;
		left: 0;
	}
	.sales-guest-form .form.form-orders-search .fieldset .admin__legend span:after {
		content: '';
	    position: absolute;
	    bottom: -1px;
	    border-bottom: 3px solid #2457aa;
	    left: 0;
	    width: 35%;
	}
	.sales-guest-form .form.form-orders-search .fieldset .field {
	    width: calc(50% - 40px);
	    padding-right: 20px;
	    display: inline-block;
	    margin-bottom: 40px;
	}
	.sales-guest-form .form.form-orders-search .fieldset .field label.label {
		font-weight: 500;
	}
	.sales-guest-form .form.form-orders-search .fieldset .field input, 
	.sales-guest-form .form.form-orders-search .fieldset .field select {
		border: 1px solid rgba(0, 0, 0, 0.4196078431372549);
	}
	.sales-guest-form .form.form-orders-search .actions-toolbar button.action.primary {
		border-radius: 0px;
	    background: #2457aa;
	    color: #ffffff;
	    padding: 0 50px;
	    font-size: 14px;
	    height: 45px;
	    transition: 0.3s;
	}
	.sales-guest-form .form.form-orders-search .actions-toolbar button.action.primary:hover {
		background-color: #ffd200;
		color: #000000;
		transition: 0.3s;
	}
	@media (max-width: 991px) {
		.sales-guest-form .form.form-orders-search {
			width: 100%;
		}
	}
	@media (max-width: 575px) {
		.sales-guest-form .form.form-orders-search {
			margin-bottom: 10px;
		}
		.sales-guest-form .form.form-orders-search .fieldset .admin__legend {
			margin-bottom: 10px;
		}
		.sales-guest-form .form.form-orders-search .fieldset .admin__legend span {
			width: 100%;
		}
		.sales-guest-form .form.form-orders-search .fieldset .field {
			width: 100%;
			padding-right: 0px;
			margin-bottom: 22px;			
		}
	}
/* Order Form Page E */	

/* Homepage - Brand Slider S */
	.brand-carousel .slider-item.brand-item a img {
		max-height: 100px;
	}
	.slider-item.brand-item {
		transition: 0.3s;
		filter: grayscale(100%);	
		height: 130px;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.slider-item.brand-item:hover {
		transition: 0.3s;
		filter: grayscale(0%);
	}
	.manufacturer_outer .owl-controls .owl-nav div {
		width: 50px;
	}
	.manufacturer_outer .owl-controls .owl-nav .owl-prev {
		left: -50px;
	}
	.manufacturer_outer .owl-controls .owl-nav .owl-next {
		right: -50px;
	}
/* Homepage - Brand Slider E */

/* Brand New S */
	/*.brand-index-index .all-brands .brand-list .item {
		border-bottom: 1px solid #cccccc;
		border-left: 1px solid #cccccc;
	}*/
/* Brand New E */
/* out of stock label to text */
.product-info-main .stock.unavailable:before {
    font-family: inherit;
    font-size: 16px;
    display: block;
    content: "";
    background: #fff;
    color: #000;
    padding: 0;
}

.product-info-main .stock.unavailable span {
    display: block;
    color: #666;
    font-size: 16px;
    font-weight: 600;
    padding: 20px 0;
}

.product-info-main .stock.unavailable {
    background: #fff;
}


.products.wrapper.list.products-list .product-item-inner .stock.unavailable:before {
    font-family: inherit;
    font-size: 16px;
    display: block;
    content: "";
    background: #fff;
    color: #000;
    padding: 0;
}

.products.wrapper.list.products-list .product-item-inner .stock.unavailable span {
    display: block;
    color: #666;
    font-size: 16px;
    font-weight: 600;
    padding:  0;
}
.products.wrapper.list.products-list .product-item-inner .stock.unavailable {
    background: #fff;
}

ol.products.list.items.product-items .product.details.product-item-details .stock.unavailable:before {
    font-family: inherit;
    font-size: 16px;
    display: block;
    content: "";
    background: #fff;
    color: #000;
    padding: 0;
}

ol.products.list.items.product-items .product.details.product-item-details .stock.unavailable {
    background: #fff;
}

ol.products.list.items.product-items .product.details.product-item-details .stock.unavailable span {
    display: block;
    color: #666;
    font-size: 16px;
    font-weight: 600;
    padding:  0;
}
.stock.unavailable.remove {
    display: none;
}



body.checkout-cart-index .product.actions.product-item-actions .stock.unavailable:before {
    font-family: inherit;
    font-size: 16px;
    display: block;
    content: "";
    background: #fff;
    color: #000;
    padding: 0;
}
body.checkout-cart-index .product.actions.product-item-actions .stock.unavailable {
    background: #fff;
}
body.checkout-cart-index .product.actions.product-item-actions .stock.unavailable span {
    display: block;
    color: #666;
    font-size: 16px;
    font-weight: 600;
    padding:  0;
}
/* out of stock label to text */

/* Home page mobile section header S */

	.mobile_email_phone_logo {
		display: none;
	}


	@media (max-width: 767px) {
		.mobile_email_phone_logo { 
			display: block;
		}
		.mobile_email_phone_logo .mobile_header_left a {
			padding-right: 6px;
		    margin-right: 6px;
		    border-right: 1px solid #fff;
		}
		.mobile_email_phone_logo .mobile_header_left a,
		.mobile_email_phone_logo .mobile_header_right a {
			color: #fff;
		    line-height: 100%;
		    display: inline-block;
		}
	}
	@media (max-width: 320px) {
		.mobile_email_phone_logo .mobile_header_left a {
			padding-right: 0px;
		    margin-right: 0px;
		    border-right: 0px solid #fff;
		}
	}

/* Home page mobile section header E */

/* Product items grid S */

	.tm_product_tab .products.items.product-items.grid-view {
		margin:  16px 0px 0;
	}

/* Product items grid E */

/* Footer Section Social media S */

	.block.newsletter ul {
		display: flex;
		justify-content: center;
		margin-top: -8px;
		display: none;
	}

	.block.newsletter ul li {
	    width: 30px;
	    height: 30px;
	    text-align: center;
	    background: #fff;
	    margin: 2px;
	    display: flex;
	    align-items: center;
	    justify-content: center;
	    border-radius: 50%;
	}
	
	.footer-bottom-inner .footer-bottom-center {
		padding: 0px 0px 5px 0px;
	}

	.footer-bottom-center ul {
	    display: flex;
	    margin-top: 0px;
	    margin-bottom: 0px;
	}

	.footer-bottom-center ul li {
		width: 30px;
	    height: 30px;
	    text-align: center;
	    background: #fff;
	    margin: 2px 5px;
	    display: flex;
	    align-items: center;
	    justify-content: center;
	    border-radius: 50%;
	}

	.footer-bottom-center ul li a em {
		color: #707070;
	}



/* Footer Section Social media E */

/* Home Page S */

	@media (max-width: 991px) {
		.post-list-wrapper.blog-widget-recent:not(.blog-widget-recent-masonry) .post-holder {
			width: 48% !important;
		}
		.post-content .post-description .post-ftimg-hld img {
			height: 250px;
		}
	}
	@media (max-width: 640px) {
		.post-list-wrapper.blog-widget-recent:not(.blog-widget-recent-masonry) .post-holder {
			width: 98% !important;
		}
	}
	@media (max-width: 767px) {
		.header-menu-outer.sticky {
			position: fixed!important;
		    top: 0 !important;
		    left: 0 !important;
		    z-index: 9999 !important;
		    width: 100%;
		    transition: 0.3s;
		}
	}
	@media (max-width: 575px) {
		.post-content .post-description .post-ftimg-hld img {
			height: 180px;
		}
		.post-list .post-header .post-title a {
			font-size: 16px !important;
			min-height: 50px;
		}
		.post-holder .post-header .post-info {
			padding: 0px !important;
		}
		.post-list-wrapper.blog-widget-recent:not(.blog-widget-recent-masonry) .post-holder {
			margin-left: 0px;
			margin-right: 0px;
		}
		.modal-popup.confirm .modal-inner-wrap {
			width: 90% !important;
		}
	}

/* Home Page E */

/* Brand Details S */
	.brand-brand-view .brand-info {
		display: flex;
	    flex-wrap: wrap;
	    margin-left: -15px;
	    margin-right: -15px;
	    padding-top: 30px;
	}
	.brand-brand-view .brand-info .brand-image {
	    max-width: calc(20% - 30px);
	    padding-left: 15px;
	    padding-right: 15px;
	    width: calc(20% - 30px);
	}
	.brand-brand-view .brand-info .brand-description {
	    max-width: calc(80% - 30px);
	    padding-left: 15px;
	    padding-right: 15px;
	    width: calc(80% - 30px);
	}
	.brand-brand-view .brand-product-list {
		padding-top: 0px;
	}
	.brand-brand-view.page-products .products.wrapper.grid.products-grid .product-items .product.product-item:after {
		display: none;
	}
	.brand-brand-view .limiter-options#limiter {
		width: 60px;
	}
	@media (max-width: 767px) {
		.brand-brand-view .brand-info .brand-image {
		    max-width: calc(40% - 30px);
		    width: calc(40% - 30px);
		}
		.brand-brand-view .brand-info .brand-description {
		    max-width: calc(60% - 30px);
		    width: calc(60% - 30px);
		}
	}
	@media (max-width: 575px) {
		.brand-brand-view .brand-info .brand-image {
		    max-width: 250px;
		    width: 100%;
		}
		.brand-brand-view .brand-info .brand-description {
		    max-width: 100%;
		    width: 100%;
		}
	}
/* Brand Details E */

/* Product details S */
	.product.info.detailed>.product.data.items>.item.title>.switch {
		height: 39px;
		line-height: 39px;
	}

	@media (min-width: 640px) {
		.product.data.items table.data.table {
			max-width: 500px;
		}
	}
/* Product details E */

/* Blog List S */
	.blog-page-list .post-content > .post-description {
	    display: flex;
	    flex-wrap: wrap;
	}
	.blog-page-list .post-content > .post-description .post-ftimg-hld {
		width: 40%;
	}
	.blog-page-list .post-content > .post-description .post-text-hld {
	    width: calc(60% - 15px);
		padding-left: 15px;
	}
	.blog-page-list .post-content > .post-description .content-section {
		margin-top: 0px;
	}
	.blog-page-list .post-content > .post-description .post-read-more {
		width: 100%;
		text-align: right;
	}
	.blog-page-list .post-list .post-holder .post-header .addthis_toolbox {
		/*padding-top: 0px;*/
		margin-top: 0px;
	}
	.blog-page-list .post-description-link:hover {
		color: #1f4c94;
	}
	.blog-page-list .blog-main .content-section .main-title {
		word-break: break-word;
	}
	.blog-page-list .post-list .post-header .post-title a {
		min-height: unset;
	}
	@media (max-width: 575px) {
		.blog-page-list .post-holder .post-header .post-info {
			margin-bottom: 10px;
		}
		.blog-page-list .post-content > .post-description .post-ftimg-hld,
		.blog-page-list .post-content > .post-description .post-text-hld {
			width: 100%;
			padding-left: 0px;
		}
	}
/* Blog List E */

/* Menubar S */
	.navigation.custommenu .mainmenu .level0.newsubmenu, .navigation.custommenu .mainmenu .level0>ul {
		overflow-y: scroll;
	}
/* Menubar E */

.cms-home .tm_special {
	margin-top: 55px;
}
.cms-home .sub-banner-center-cms {
	margin-top: 0px;
}
.toolbar select {
	min-width: 70px;
}
.category_product_tab .product_tabs {
	margin-top: 25px;
}
.cms-home .top-brands .tm_special {
    margin-top: 30px;
}

.cvoid-text {
	position: relative;
	background: #e83c30;
	color: #fff;
    padding: 8px 10px;
    font-size: 15px;
	letter-spacing: 1px;
	line-height: 120%;
	text-align: center;
}
.covid-text a {
    color: #fff;
    text-decoration: underline;
}
.product-reviews-summary {
    display: none;
}

/* Success Page S */
	body.checkout-cart-index .breadcumb_inner .page-title-wrapper .page-title,
	body.checkout-onepage-success .breadcumb_inner .page-title-wrapper .page-title {
		text-align: center;
		float: none;
		padding-top: 50px;
	}
	body.checkout-cart-index .page-main,
	body.checkout-onepage-success .page-main {
		text-align: center;
	}
	body.checkout-onepage-success .actions-toolbar {
		text-align: center;
	}
	body.checkout-onepage-success .actions-toolbar .primary {
		float: none;
	}
/* Success Page E */
.service_submenu ul.dropdown-menu li {
    width: 100%;
}