/*----------------------------------------------------------------------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);
}

.category-description { font-size: 20px; }
.apptrian-subcategories-category-description { display: none !important; }
.message.info.empty { display: none !important; }
.apptrian-subcategories-grid .apptrian-subcategories-category-image img { max-height: 243px; min-height: 243px; }
.apptrian-subcategories-grid .apptrian-subcategories-category-name { font-size: 18px; margin-top: 10px; }
.apptrian-subcategories-grid .apptrian-subcategories-category { margin: 10px; border: 1px solid #e6e6e6; padding: 10px; }
.apptrian-subcategories-grid .apptrian-subcategories-category:hover { border: 1px solid #fe2929; }
.sidebar .block .block-title.category-title {
    display: none !important;
}
.sidebar .block .block-title.filter-title {
    color: #ffffff;
    background: rgba(255,44,44,1);
    background: -moz-linear-gradient(top, rgba(255,44,44,1) 0%, rgba(236,4,4,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,44,44,1)), color-stop(100%, rgba(236,4,4,1)));
    background: -webkit-linear-gradient(top, rgba(255,44,44,1) 0%, rgba(236,4,4,1) 100%);
    background: -o-linear-gradient(top, rgba(255,44,44,1) 0%, rgba(236,4,4,1) 100%);
    background: -ms-linear-gradient(top, rgba(255,44,44,1) 0%, rgba(236,4,4,1) 100%);
    background: linear-gradient(to bottom, rgba(255,44,44,1) 0%, rgba(236,4,4,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffb92c', endColorstr='#ec9f04', GradientType=0 );
    border-radius: 5px 5px 0 0;
}
.block-brand {
	display: none !important;
}
.sidebar-category { display: none !important; }
.category-image { display: none !important; }
.cart-summary #block-shipping { display: none !important; }
.nav-sections-item-content > .page-main { margin-left: 0 !important; }
.nav-sections.sticky {
	max-width: 1400px !important;
	background: -moz-linear-gradient(90deg, rgba(58,58,58,1) 0%, rgba(102,102,102,1) 100% !important);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(102,102,102,1)), color-stop(100%, rgba(58,58,58,1))) !important;
	background: -webkit-linear-gradient(90deg, rgba(58,58,58,1) 0%, rgba(102,102,102,1) 100%) !important;
	background: -o-linear-gradient(90deg, rgba(58,58,58,1) 0%, rgba(102,102,102,1) 100%) !important;
	background: -ms-linear-gradient(90deg, rgba(58,58,58,1) 0%, rgba(102,102,102,1) 100%) !important;
	background: linear-gradient(0deg, rgba(58,58,58,1) 0%, rgba(102,102,102,1) 100%) !important;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#666666', endColorstr='#3a3a3a',GradientType=0 ) !important;
	border-radius: 0 0 5px 5px !important;
	-webkit-border-radius: 0 0 5px 5px !important;
	-moz-border-radius: 0 0 5px 5px !important;
	-khtml-border-radius: 0 0 5px 5px !important;
	-o-border-radius: 0 0 5px 5px !important;
}
.product-info-main .stock.available { font-weight: normal !important; }


/*------------------------------------------------------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;/*IE7 life-saver */
    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;
    filter: Alpha(Opacity=50);/*IE7 fix*/
    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{
    filter: Alpha(Opacity=100);/*IE7 fix*/
    opacity: 1;
    text-decoration: none;
}

/* Styling Pagination*/

.owl-theme .owl-controls .owl-page{
    display: inline-block;
    zoom: 1;
    display: inline;/*IE7 life-saver */
}
.owl-theme .owl-controls .owl-page span{
    display: block;
    width: 12px;
    height: 12px;
    margin: 5px 7px;
    filter: alpha(Opacity=50);/*IE7 fix*/
    opacity: 0.5;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    -o-border-radius: 20px;
    -khtml-border-radius: 20px;
    background: #869791;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{
    filter: Alpha(Opacity=100);/*IE7 fix*/
    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;
    -o-border-radius: 30px;
    -khtml-border-radius: 30px;
}

/* preloading images */
.loading-mask{
    background: transparent;
}
.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%;
    -o-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;
    -o-border-radius: 4px;
    -khtml-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;
    opacity: 0.8;
    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; /* Fallback for web browsers that doesn't support RGBa */
    background: rgba(0, 0, 0, 0.8);
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    -o-border-radius: 15px;
    -khtml-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
*********************************/
.flexslider {
	position: relative;
	clear:both; 
	margin:0 auto 0px; 
	overflow:hidden; 
	text-align:center; 
	width:100%; 
	min-height:526px; 
	background:#f8f8f8;
	z-index:2;
    margin:0;
}
.slider-full-back{background: #fff; /* Old browsers */clear: both;/*IE Fix*/}
.slider-full-back .spinner { display: none; }
.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-direction-nav li a.flex-prev,.flex-direction-nav li a.flex-next{ 
    font-size: 0;
    position: absolute;
    z-index: 9;
    display: inline-block;
    top: 37%;
}
.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{
    display: block;
    padding: 0;
    background: url("../images/arrow.png") no-repeat scroll 0 0;
    height: 104px;
    width: 39px;
    left: 0;
}
.flex-direction-nav li a.flex-prev:hover{background: url("../images/arrow.png") no-repeat scroll -60px 0;}
.flex-direction-nav li a.flex-next{
    display: block;
    padding: 0;
    background: url("../images/arrow.png") no-repeat scroll -118px 0;
    height: 104px;
    width: 39px;
    right: 0;
}
.flex-direction-nav li a.flex-next:hover{background: url("../images/arrow.png") no-repeat scroll -178px 0;}
.flex-direction-nav li a.flex-prev:hover:before,.flex-direction-nav li a.flex-next:hover:before{color: #fe2929;}

/* 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: #000;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -khtml-border-radius: 50%;
    -o-border-radius: 50%;
}
.flexslider .flex-control-nav{ display: none; }
.flexslider .flex-control-paging li a{background: #fff;}

.flex-control-paging li a.flex-active{background: #fe2929;}
.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: url(../images/ajax-loader.gif) 50% 50% no-repeat #ffffff;
}

.flex-control-paging li a.flex-active{  cursor: default; }
.flex-control-paging li:hover a{background: #fe2929;}
.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; opacity: .7; cursor: pointer;}
.flex-control-thumbs img:hover {opacity: 1;}
.flex-control-thumbs .flex-active {opacity: 1; cursor: default;}


/*------------------------------------------------------------Flexslider CSS Ends Here---------------------------------------------------*/
/*---------------------------------------------------------Blog CSS starts Here----------------------------------------------------------------*/

.post-list .blog_inner {
    box-sizing: border-box;
    float: left;
    margin-bottom: 30px;
}

.post-holder:hover {position: relative;}
.blog-image a img{
    opacity: 1;
    transition:0.6s ease;
    -webkit-transition:0.6s ease;
    -moz-transition:0.6s ease;
    -ms-transition: 0.6s ease;
    -o-transition:0.6s ease;
}
#masonry-loop .blog_inner .post-content:hover{border-color:#f02640;}

.blog_inner .blog-right-content{text-align: left;overflow: hidden;padding: 15px 0 0 15px;}

.blog_inner .post-holder .post-header {position:relative;}
.blog_inner .post-header .post-title {
    margin: 0px 0 15px;
    padding: 0;
    line-height: 24px;
}
.blog_inner .post-header .post-title a {
    text-decoration: none;
    font-size: 18px;
    font-weight: 400;
}
.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;}
.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: 14px 0 0px;
    color: #000000;
    font-size: 14px;
    position: relative;
    float: left;
    text-align: left;
}
#masonry-loop.post-list .post-content .post-read-more:hover{color: #fe2929;}
.post-list .post-holder .addthis_toolbox {float: right; margin-top: 14px;}
.post-list .post-text-hld.clearfix>p{margin-bottom: 0px;font-weight: 300;}
.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;
}
.blog-post-view .breadcumb_inner .page-title-wrapper h1{
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    float: left;
    text-align: left;
    width: 270px;
}

.post-content .post-description .post-ftimg-hld img {width:100%; padding:0px; margin:0px;}

.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-style: dashed;
    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: 0;
}

.widget.blog-search .block-content {
    margin-bottom: 0;
    position: relative;
    padding: 0;
    border: none;
}

.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: 20px;
    z-index: 1;
    display: inline-block;
    background-image: none;
    background: none;
    -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 {
    display: inline-block;
    overflow: hidden;
    position: relative;
}
[class^="blog-author-"] .post-ftimg-hld,.blog-index-index .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: auto;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: #fe2929;}
.blog-widget-recent .post-list .post-header .post-title {max-width: none;}
.mfblog-autoloader {text-align: center;}
.mfblog-autoloader .mfblog-show-onload {display: none;}
@media (max-width: 420px) {
  #mfblog_gcomments {max-width:345px; overflow-y: scroll;}
}
/* Start Blog CMS */
.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;
    opacity: 0;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: 50%;
    margin-top: -20px;
}
.blog .product-image-inner-blog:hover .image-hover-block, .blog_inner .post-ftimg-hld:hover .image-hover-block{
    opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    -moz-opacity:1;
    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 .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: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -khtml-border-radius: 50%;
    -o-border-radius: 50%;
    color: #ffffff;
    display: inline-block;
    position: relative;
    text-align: center;
    text-decoration: none;
    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;
    padding: 9px;
    width: auto;
    background: rgba(0,0,0,0.5);
    transform: scale(0);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
}
.blog_inner .image-hover-block .zoom:hover, .blog_inner .image-hover-block .read:hover {background-color:#fe2929;color: #000;}
.image-hover-block .read .fa, .image-hover-block .zoom .fa{
    font-size: 14px;
    width: 18px;
    display: block;
    height: 18px;
    line-height: 18px;
}

.blog .product-image-inner-blog:hover .zoom,.blog .product-image-inner-blog:hover .read,
#masonry-loop .post-ftimg-hld:hover .zoom, #masonry-loop .post-ftimg-hld:hover .read{ 
    margin:0 5px; 
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
}

.blog .post-content-inner {display: block;}
.blog .product-image-inner-blog:hover .post-content-inner {}

.blog-right-inner {text-align: center;}
.post-title {margin: 10px 0 5px;}
[class^="blog-post-"].blog-post-view .post-title{padding-bottom: 10px;float: left;margin-top:3px;}
.post-title a {
    color: #000000;
    font-size: 13px;
    text-transform: unset;
    line-height: 20px;
    font-weight: 400;
}
.post-title a:hover { color: #fe2929; } /* css update */
.post-description {color: #999;}
.cms-home .post-description{ display: none; }
.tm_blog .post-content.product-image-inner-blog:hover .post-title a{color: #fe2929;}
.post-date {color: #999;font-size: 13px;}
.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;
}
.post-more-blog a:hover{ color: #ffffff; background: #000;}
.blog .post-content-inner .post-author{display: none;}
.opc-wrapper .form-login .fieldset .note{ margin: 30px 0 0; }
.manufacturer {
    position: relative;
    width: 100%;
    display: inline-block;
    float: left;
    clear: both;
    margin: 30px 0 0;
}
.manufacturer .owl-controls .owl-nav div{ top: 53px; }
.manufacturer .owl-controls .owl-nav .owl-prev {right: auto;left: 0;}
.manufacturer .owl-controls .owl-nav .owl-next{right: 0;left: auto;}
.brand_title { 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;
}
.post-image-hover-inner{
    border: 1px solid #ffffff;
    top: 40px;
    bottom: 40px;
    left: 40px;
    right: 40px;
    position: absolute;
    opacity:0;
    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;
}
.products-list .product-item-details .swatch-attribute.color { padding-top: 10px; } /* css update */
.blog .product-image-inner-blog:hover .post-image-hover-inner{opacity: 1;top:5px;left:5px;bottom:5px;right:5px;}
/* 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;
    border: none;
}
.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 -15px;}
.tm_blog .post-content.product-image-inner-blog{margin: 0 16px;}
.blog-index-index #masonry-loop .blog-right-content .item.post-posed-date.post-date{display: none;}

/*------------------------------------------------------------------------------------------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;}

/* For Start Breadcumbs */
@media (min-width: 768px) {
	.page-wrapper > .breadcrumbs {width: 100%;}
}
.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:500;font-size: 12px;}
.sidebar-additional .block-title 
.page-wrapper .page-main {position: relative;width:1090px;}

.block .block-content li{padding:4px 0;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 strong span {}
.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;
    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;
    -o-border-radius: 5px;
}
div.fotorama__thumb-border{
	border:1px solid #fe2929;
	border-radius: 5px;
	-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -khtml-border-radius: 5px;
    -o-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 {
    opacity:1;
    -webkit-opacity:1;
    -moz-opacity:1;
}
.fotorama__thumb__arr, .fotorama__arr {
    background: transparent !important;
}
.media .fotorama__nav-wrap--horizontal .fotorama__thumb__arr--left .fotorama__thumb--icon:before {
    color: #999;
    content: "\f104";
    font-family: "FontAwesome";
    font-size: 20px;
    position: absolute;
    top:13px;
    right: 0px;
    left: 0px;
}
.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: #999;
    content: "\f105";
    font-family: "FontAwesome";
    font-size: 20px;
    padding: 0px;
    position: absolute;
    top: 13px;
    right: 0px;
    left: 0px;
}
.media .fotorama__thumb__arr .fotorama__thumb--icon {
    background: #ffffff;
    box-sizing:border-box;
    border:1px solid #e0e0e0;
    height: 30px;
    width: 30px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    -khtml-border-radius: 5px;
}
.media .fotorama__thumb__arr .fotorama__thumb--icon:hover{background: #fe2929;border-color: #fe2929;}
.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: #fe2929;background: #fe2929;}

/*Back to top*/
.top_button {
    height: 0px;
    width: 0px;
    z-index: 999;
    display: none;
    position: fixed;
    right: 22px;
    bottom: 22px;
    width: 32px;
    height: 32px;
    border: 2px solid #fe2929;
    background: transparent;
    text-align: center;
}
.top_button:before {
    content: "\f106";
    font-family: "FontAwesome";
    font-size: 22px;
    color: #fe2929;
    display: inline-block;
    top: 0px;
    line-height: 32px;
    position: relative;
}
.top_button:hover{
	background: -moz-linear-gradient(90deg, rgba(236,4,4,1) 0%, rgba(255,44,44,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(236,4,4,1)), color-stop(100%, rgba(255,44,44,1)));
	background: -webkit-linear-gradient(90deg, rgba(236,4,4,1) 0%, rgba(255,44,44,1) 100%);
	background: -o-linear-gradient(90deg, rgba(236,4,4,1) 0%, rgba(255,44,44,1) 100%);
	background: -ms-linear-gradient(90deg, rgba(236,4,4,1) 0%, rgba(255,44,44,1) 100%);
	background: linear-gradient(0deg, rgba(236,4,4,1) 0%, rgba(255,44,44,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ec0404', endColorstr='#ff2c2c',GradientType=0 );
}
.top_button:hover:before{color: #ffffff;}
.top_button:hover:before{
    animation-name: bounce;-webkit-animation-name: bounce;-moz-animation-name: bounce;-o-animation-name: bounce;
    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 bounce{0%{top:0px;}20%{top:-2px;}40%{top:-5px;}60%{top:0px;}80%{top:5px;}100%{top:0px;}}
@-webkit-keyframes bounce{0%{top:0px;}20%{top:-2px;}40%{top:-5px;}60%{top:0px;}80%{top:5px;}100%{top:0px;}}
/* Back to top */
/*-------------------------------------------------------------------------Header CSS-----------------------------------------------------------*/
.product-info-main .product-add-form .product-options-wrapper .field .control {
    width: 70%;
    display: inline-block;
    padding-left: 30px;
}
.product-info-main #product-options-wrapper .product-custom-option {background: #fff url('../images/select-bg.svg') no-repeat 100% 45%;}
.product-info-main .fieldset > .field .field.choice, .product-info-main .fieldset > .fields > .field .field.choice {margin: 0 8px 11px;display: inline-block;}
.swatch-input.super-attribute-select {display: none;}
.product-info-main .product-info-price .price-box .price-final_price > span {margin-bottom: 0;display: inline-block;}
.product-info-main .product-info-stock-sku {color: #008000;}

.cms-home .page-wrapper{background: #ffffff;}
.page-wrapper{background: #fff;}
.page-header div.panel.wrapper {background-color: #ffffff;}
.page-header,.header-menu-outer{background:#ffffff;}
.breadcumb_inner .page-title-wrapper h1{color: #999;font-size: 16px;text-transform: capitalize;font-weight: 400;line-height: 1.7;} /* css update */
.page-title-wrapper { display: inline-block;} /* css update */
.block-search .label::before{display: block;}
.tm_header_outer{
    display: inline-block;
    width: 100%;
    background: #fff; /* Old browsers */
    color: #999;
    float: left;
}
.tm_headeradvertise_cms{float: left;padding: 10px 0;text-transform: capitalize;}
.tm_headerlinkmenu{margin: 0;float: right;}
.header-center-contact{float: left;padding-left: 45px;margin: 0 20px 0 0;background: url("../images/call-icon.png") no-repeat scroll 8px 8px;position: relative;}
.header-center-contact.header-contact1{ background: url("../images/call-icon.png") no-repeat scroll 8px -387px;margin: 0 0 0 20px; }
.header-center-contact.header-contact1::before {
    content: '';
    left: -179px;
    top: 0;
    right: 0;
    margin: 0 auto;
    position: absolute;
    width: 1px;
    height: 45px;
	background: rgba(247,247,247,1);
	background: -moz-linear-gradient(top, rgba(247,247,247,1) 0%, rgba(255,255,255,1) 50%, rgba(255,255,255,1) 51%, rgba(247,247,247,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(247,247,247,1)), color-stop(50%, rgba(255,255,255,1)), color-stop(51%, rgba(255,255,255,1)), color-stop(100%, rgba(247,247,247,1)));
	background: -webkit-linear-gradient(top, rgba(247,247,247,1) 0%, rgba(255,255,255,1) 50%, rgba(255,255,255,1) 51%, rgba(247,247,247,1) 100%);
	background: -o-linear-gradient(top, rgba(247,247,247,1) 0%, rgba(255,255,255,1) 50%, rgba(255,255,255,1) 51%, rgba(247,247,247,1) 100%);
	background: -ms-linear-gradient(top, rgba(247,247,247,1) 0%, rgba(255,255,255,1) 50%, rgba(255,255,255,1) 51%, rgba(247,247,247,1) 100%);
	background: linear-gradient(to bottom, rgba(247,247,247,1) 0%, rgba(255,255,255,1) 50%, rgba(255,255,255,1) 51%, rgba(247,247,247,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#f7f7f7', GradientType=0 );
}
.header-center-contact.header-contact1::after {
    content: '';
    left: -180px;
    top: 0;
    right: 0;
    margin: 0 auto;
    position: absolute;
    width: 1px;
    height: 45px;
	background: rgba(247,247,247,1);
	background: -moz-linear-gradient(top, rgba(247,247,247,1) 0%, rgba(5,5,5,1) 50%, rgba(0,0,0,1) 51%, rgba(247,247,247,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(247,247,247,1)), color-stop(50%, rgba(5,5,5,1)), color-stop(51%, rgba(0,0,0,1)), color-stop(100%, rgba(247,247,247,1)));
	background: -webkit-linear-gradient(top, rgba(247,247,247,1) 0%, rgba(5,5,5,1) 50%, rgba(0,0,0,1) 51%, rgba(247,247,247,1) 100%);
	background: -o-linear-gradient(top, rgba(247,247,247,1) 0%, rgba(5,5,5,1) 50%, rgba(0,0,0,1) 51%, rgba(247,247,247,1) 100%);
	background: -ms-linear-gradient(top, rgba(247,247,247,1) 0%, rgba(5,5,5,1) 50%, rgba(0,0,0,1) 51%, rgba(247,247,247,1) 100%);
	background: linear-gradient(to bottom, rgba(247,247,247,1) 0%, rgba(5,5,5,1) 50%, rgba(0,0,0,1) 51%, rgba(247,247,247,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#f7f7f7', GradientType=0 );
	opacity: 0.1;
}

.tm_header_link_cms {float: right;width: auto;position: relative;padding: 8px 0;}
.tm_header_link_cms ul li:first-child {margin: 0 20px 0 0;}
.tm_header_link_cms ul{ margin: 0; }
.tm_header_link_cms ul li {float: right;margin: 0 20px 0 20px;position: relative;}
.tm_header_link_cms ul li a {text-transform: capitalize;letter-spacing: 0.05em;color: #999;}
.center-contact-inner{padding: 0;line-height: 1.645;}
.header-center-heading {
    font-size: 13px;
    text-transform: capitalize;
    color: #000;
    font-weight: 600;
}
.center-contact-no {
    color: #999;
    letter-spacing: 0.5px;
    font-weight: 400;
    font-size: 12px;
    text-transform: capitalize;
}
.header-top-left{float: left;margin:8px 0px;}

.page-header .switcher{border:none;margin: 8px 12px;padding:0;float: right;}
.page-header .switcher strong{padding: 0 4px 0 0;text-transform: capitalize;line-height: 1}
.page-header .switcher .options{text-align: right;}
.page-header .switcher .options .action.toggle:after,.page-header .switcher .options .action.toggle.active:after{font-size: 9px;vertical-align: middle;}
.my-account-cms{
    display: inline;
    color: #ffffff;
    text-transform: capitalize;
    letter-spacing: 0;
    font-size: 14px;
    padding: 0 0 0 30px;
    background: url(../images/Icons.png) no-repeat scroll 0 0 transparent;
}
.headertoggle_img:hover .my-account-cms{
    background: url("../images/Icons.png") no-repeat scroll 0 -172px transparent;
}
.tm_header_social{float: left;margin:4px 0;}
.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";
    font-size: 12px;
    line-height: 28px;
    color: #767676;
}
.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%;
    -o-border-radius: 50%;
    -khtml-border-radius: 50%;
    margin: 0 4px;
    background: #e5e5e5;
}
.social-icons li:first-child a{
    margin-left: 0;
}
.social-icons .social-icon a:hover{
    background: rgba(255,44,44,1);
	background: -moz-linear-gradient(top, rgba(255,44,44,1) 0%, rgba(236,4,4,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,44,44,1)), color-stop(100%, rgba(236,4,4,1)));
	background: -webkit-linear-gradient(top, rgba(255,44,44,1) 0%, rgba(236,4,4,1) 100%);
	background: -o-linear-gradient(top, rgba(255,44,44,1) 0%, rgba(236,4,4,1) 100%);
	background: -ms-linear-gradient(top, rgba(255,44,44,1) 0%, rgba(236,4,4,1) 100%);
	background: linear-gradient(to bottom, rgba(255,44,44,1) 0%, rgba(236,4,4,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffb92c', endColorstr='#ec9f04', GradientType=0 );
}

.social-icons .social-icon a:hover:before { color: #fff; }
.social-icons li.social-icon{display: inline-block;margin: 0;padding: 0;}
.social-content {margin: 0;}
.tm_header_info_cms{float: none;}
.page-header {
    background: -moz-linear-gradient(to bottom, #f8f8f8 0%, #f3f3f3 100%);
    background: -webkit-linear-gradient(360deg, rgb(246, 246, 246) 0%,white 100%);
    background: linear-gradient(to bottom, #f8f8f8 0%,#f3f3f3 100%);
}
.block.block-search {
    float: right;
    padding: 10px;
    width: 25%;
    border-radius: 0 5px 5px 0;
    -webkit-border-radius: 0 5px 5px 0;
    -moz-border-radius: 0 5px 5px 0;
    -o-border-radius: 0 5px 5px 0;
    -khtml-border-radius: 0 5px 5px 0;
    margin: 0; 
    background: rgba(255,44,44,1);
	background: -moz-linear-gradient(top, rgba(255,44,44,1) 0%, rgba(236,4,4,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,44,44,1)), color-stop(100%, rgba(236,4,4,1)));
	background: -webkit-linear-gradient(top, rgba(255,44,44,1) 0%, rgba(236,4,4,1) 100%);
	background: -o-linear-gradient(top, rgba(255,44,44,1) 0%, rgba(236,4,4,1) 100%);
	background: -ms-linear-gradient(top, rgba(255,44,44,1) 0%, rgba(236,4,4,1) 100%);
	background: linear-gradient(to bottom, rgba(255,44,44,1) 0%, rgba(236,4,4,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffb92c', endColorstr='#ec9f04', GradientType=0 );
    z-index: auto;
}
.minicart-wrapper {
    margin-left: 10px;
}
.minicart-wrapper .action.showcart{
    cursor: pointer;
    font-size: 11px;
    font-weight: 500;
    margin: 0;
    padding: 7px 18px 5px;
    position: relative;
	background: rgba(102,102,102,1);
	background: -moz-linear-gradient(top, rgba(102,102,102,1) 0%, rgba(58,58,58,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(102,102,102,1)), color-stop(100%, rgba(58,58,58,1)));
	background: -webkit-linear-gradient(top, rgba(102,102,102,1) 0%, rgba(58,58,58,1) 100%);
	background: -o-linear-gradient(top, rgba(102,102,102,1) 0%, rgba(58,58,58,1) 100%);
	background: -ms-linear-gradient(top, rgba(102,102,102,1) 0%, rgba(58,58,58,1) 100%);
	background: linear-gradient(to bottom, rgba(102,102,102,1) 0%, rgba(58,58,58,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#666666', endColorstr='#3a3a3a', GradientType=0 );
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    -khtml-border-radius: 5px;
}
.minicart-wrapper .action.showcart:hover{
	background: rgba(255,44,44,1);
	background: -moz-linear-gradient(top, rgba(255,44,44,1) 0%, rgba(236,4,4,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,44,44,1)), color-stop(100%, rgba(236,4,4,1)));
	background: -webkit-linear-gradient(top, rgba(255,44,44,1) 0%, rgba(236,4,4,1) 100%);
	background: -o-linear-gradient(top, rgba(255,44,44,1) 0%, rgba(236,4,4,1) 100%);
	background: -ms-linear-gradient(top, rgba(255,44,44,1) 0%, rgba(236,4,4,1) 100%);
	background: linear-gradient(to bottom, rgba(255,44,44,1) 0%, rgba(236,4,4,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffb92c', endColorstr='#ec9f04', GradientType=0 );
}
.minicart-wrapper .action.showcart>span{
    font-size: 13px;
    color: #ffffff;
    vertical-align: middle;
}
.minicart-wrapper .action.showcart .counter.qty{color: #575757;height: auto;line-height: 1.714285;padding: 0;}
.minicart-wrapper .action.showcart .counter-number{ text-shadow: none; }
.minicart-wrapper .action.showcart::before, .minicart-wrapper .action.showcart.active::before {
    content: '';
    position: relative;
    padding: 14px 18px;
    background: url("../images/Icons.png") no-repeat scroll 0 -340px transparent;
}
.minicart-wrapper .action.showcart:hover::before, .minicart-wrapper .action.showcart.active:hover::before{background: url("../images/Icons.png") no-repeat scroll 0 -511px transparent;}
.cart-counter {
    position: absolute;
    top: 3px;
    left: 33px;
    background: #ffffff;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -khtml-border-radius: 50%;
}
.panel .minicart-wrapper .cart_text {display: none;}
.minicart-wrapper .action.showcart .counter.qty.empty,.minicart-wrapper .action.showcart .counter.qty{
    display: block;
    margin:0;
    float: left;
}
.minicart-wrapper .action.showcart .counter.qty{overflow: visible;}
.minicart-wrapper .action.showcart .counter-label{display: none;}
.minicart-wrapper .block-minicart {
    top: 50px;
    background: #ffffff;
    border: 1px solid #ebebeb;
    padding: 10px;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    margin: 0;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    -khtml-border-radius: 5px;
}
.block-minicart .block-content .subtitle.empty span{font-weight: 500;display: inline-block;font-size: 12px;}
.minicart-wrapper .action.close:before{color: #000000;}
.minicart-wrapper .action.close:hover:before{color:#fe2929;}
.minicart-wrapper .block-minicart:before{border-color: transparent transparent #000000 transparent}
.block-search .field.search{float: left;width: 100%;}
.block-search .actions {
    position: absolute;
    right: 10px;
    height: 40px;
    cursor: pointer;
    opacity: 1;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -o-opacity: 1;
    border-radius: 0 5px 5px 0;
    -webkit-border-radius: 0 5px 5px 0;
    -moz-border-radius: 0 5px 5px 0;
    -khtml-border-radius: 0 5px 5px 0;
    -o-border-radius: 0 5px 5px 0;
    background: -moz-linear-gradient(90deg, rgba(58,58,58,1) 0%, rgba(102,102,102,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(102,102,102,1)), color-stop(100%, rgba(58,58,58,1)));
	background: -webkit-linear-gradient(90deg, rgba(58,58,58,1) 0%, rgba(102,102,102,1) 100%);
	background: -o-linear-gradient(90deg, rgba(58,58,58,1) 0%, rgba(102,102,102,1) 100%);
	background: -ms-linear-gradient(90deg, rgba(58,58,58,1) 0%, rgba(102,102,102,1) 100%);
	background: linear-gradient(0deg, rgba(58,58,58,1) 0%, rgba(102,102,102,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#666666', endColorstr='#3a3a3a',GradientType=0 );
}
.toolbar-products #sorter, .toolbar-products select {background: #fff url('../images/select-bg.svg') no-repeat 100% 45%;}
.block-search .actions .action.search{
    height:100%;
    position: relative;
    right: 0;
}
.block-search .block.block-content{display:block;}
.page-header .panel.wrapper .switcher .toggle:hover{color:#fe2929;}
.header-contact:hover{cursor: pointer;}
.minicart-wrapper.active .action.showcart{float:right;}
.tm_headerlinks>.header.links {padding: 10px;margin:0;}
.tm_headerlinks {
    display: none;
    position: absolute;
    z-index: 4;
    width: 152px;
    background: #ffffff;
    top: 50px;
    border: 1px solid #ebebeb;
    right: 0;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    -khtml-border-radius: 5px;
}
.tm_header_outer .tm_headerlinks{padding: 10px;}

.tm_headerlinks>.header.links>li:hover >a{color: #fe2929;}
li.customer-welcome li a:hover{color:#fe2929;}
li.customer-welcome li a:hover span.counter{color: #fe2929;}
li.customer-welcome li a:hover span{color:#fe2929;}
.header.panel > .header.links > li{text-align: left;padding: 0;font-size: 12px;color: #666666}
.tm_headerlinks .header.links li.customer-welcome .customer-menu li a{color: #808080;}
.tm_headerlinks .header.links li.customer-welcome .customer-menu li a:hover{color:#fe2929;}
.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:32px;border:1px solid #ebebeb;padding: 10px;left: auto;right: 0;width: 100px;}
.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:#fe2929;}
.page-header .switcher .options ul.dropdown a,.page-footer .switcher .options ul.dropdown a{font-size: 12px;}
.header.panel > .header.links > li.welcome, .header.panel > .header.links > li > a{font-size: 12px;}
.block-minicart .subtitle{display: block;}
.minicart-wrapper.active .secondary .viewcart{}
.minicart-wrapper .block-minicart::before, .minicart-wrapper .block-minicart::after{display: none;}
.minicart-wrapper div.block-minicart{right: 0;border:1px solid #d9d9d9;}
.header.panel > ul.header.links > li > a:hover{color:#fe2929;text-decoration: none;}
.header-right{float: right;width: 71%;padding:53px 0 35px;}
.page-header .header.content{padding: 0;}
.page-header .header.content .tm_header > div {padding: 43px 0 35px;}
.header-left {float: left;}
.header-logo .logo{z-index: 3;}
.logo img { height: auto !important; }
.navigation.custommenu .mainmenu > ul > li > .level-top, .navigation.custommenu .dropdown-inner-list > li > .level-top{
   box-sizing: border-box;
    color: #ffffff;
    float: none;
    font-size: 13px;
    font-weight: 500;
    position: relative;
    text-decoration: none;
    text-transform: capitalize;
    display: block;
    padding: 0;
    letter-spacing: 0.05em;
}
#mainmenu .level-top>span, #mainmenu .hiden_menu>a{padding: 10px;margin:10px 15px;display: block;}
#mainmenu .level-top>span.active-page,.navigation.custommenu .mainmenu > ul > li:hover > .level-top>span{
    background: rgba(255,44,44,1);
	background: -moz-linear-gradient(top, rgba(255,44,44,1) 0%, rgba(236,4,4,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,44,44,1)), color-stop(100%, rgba(236,4,4,1)));
	background: -webkit-linear-gradient(top, rgba(255,44,44,1) 0%, rgba(236,4,4,1) 100%);
	background: -o-linear-gradient(top, rgba(255,44,44,1) 0%, rgba(236,4,4,1) 100%);
	background: -ms-linear-gradient(top, rgba(255,44,44,1) 0%, rgba(236,4,4,1) 100%);
	background: linear-gradient(to bottom, rgba(255,44,44,1) 0%, rgba(236,4,4,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffb92c', endColorstr='#ec9f04', GradientType=0 );
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    -khtml-border-radius: 5px;
    box-shadow: 0 30px 16px -7px #ee0909 inset;
    -webkit-box-shadow: 0 30px 16px -7px #ee0909 inset;
    -moz-box-shadow: 0 30px 16px -7px #ee0909 inset;
    color: #ffffff;
}
.navigation.custommenu .mainmenu .dropdown-inner-list > li> .level-top{color: #000000;}
.navigation.custommenu .mainmenu .dropdown-inner-list > li:hover> .level-top{color: #fe2929;}
.navigation.custommenu .mainmenu > ul > .menu-dropdown-icon, .navigation.custommenu .mainmenu > ul > li{
    display: block;
    margin: 0;
    position: relative;
    vertical-align: middle;
    float: left;
    cursor: pointer;
}
.navigation.custommenu .mainmenu > ul > li::before {
    content: '';
    position: absolute;
    top: 25%;
    right: 0;
    width: 1px;
    height: 29px;
    background: -moz-linear-gradient(90deg, rgba(71,71,71,1) 0%, rgba(1,1,1,1) 50%, rgba(0,0,0,1) 51%, rgba(89,89,89,1) 100%); /* ff3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(89,89,89,1)), color-stop(49%, rgba(0,0,0,1)), color-stop(50%, rgba(1,1,1,1)), color-stop(100%, rgba(71,71,71,1))); /* safari4+,chrome */
    background: -webkit-linear-gradient(90deg, rgba(71,71,71,1) 0%, rgba(1,1,1,1) 50%, rgba(0,0,0,1) 51%, rgba(89,89,89,1) 100%); /* safari5.1+,chrome10+ */
    background: -o-linear-gradient(90deg, rgba(71,71,71,1) 0%, rgba(1,1,1,1) 50%, rgba(0,0,0,1) 51%, rgba(89,89,89,1) 100%); /* opera 11.10+ */
    background: -ms-linear-gradient(90deg, rgba(71,71,71,1) 0%, rgba(1,1,1,1) 50%, rgba(0,0,0,1) 51%, rgba(89,89,89,1) 100%); /* ie10+ */
    background: linear-gradient(0deg, rgba(71,71,71,1) 0%, rgba(1,1,1,1) 50%, rgba(0,0,0,1) 51%, rgba(89,89,89,1) 100%); /* w3c */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#595959', endColorstr='#474747',GradientType=0 ); /* ie6-9 */ 
    opacity: 0.15;
}
.navigation.custommenu .mainmenu > ul > li::after {
    content: '';
    position: absolute;
    top: 25%;
    right: -1px;
    width: 1px;
    height: 29px;
    background: -moz-linear-gradient(90deg, rgba(71,71,71,1) 0%, rgba(251,251,251,1) 50%, rgba(255,255,255,1) 51%, rgba(89,89,89,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(89,89,89,1)), color-stop(49%, rgba(255,255,255,1)), color-stop(50%, rgba(251,251,251,1)), color-stop(100%, rgba(71,71,71,1)));
    background: -webkit-linear-gradient(90deg, rgba(71,71,71,1) 0%, rgba(251,251,251,1) 50%, rgba(255,255,255,1) 51%, rgba(89,89,89,1) 100%);
    background: -o-linear-gradient(90deg, rgba(71,71,71,1) 0%, rgba(251,251,251,1) 50%, rgba(255,255,255,1) 51%, rgba(89,89,89,1) 100%);
    background: -ms-linear-gradient(90deg, rgba(71,71,71,1) 0%, rgba(251,251,251,1) 50%, rgba(255,255,255,1) 51%, rgba(89,89,89,1) 100%);
    background: linear-gradient(0deg, rgba(71,71,71,1) 0%, rgba(251,251,251,1) 50%, rgba(255,255,255,1) 51%, rgba(89,89,89,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#595959', endColorstr='#474747',GradientType=0 );
    opacity: 0.2;
}
.navigation.custommenu .mainmenu > ul > li:last-child::after,
.navigation.custommenu .mainmenu > ul > li:last-child::before{content: none;}

.navigation.custommenu .mainmenu > ul > li:first-child{background: none;}
.navigation.custommenu .mainmenu ul li{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: 61px;
    background:#ffffff;
    margin: 0px;
    padding: 25px 30px 30px;
    width: auto;
    display: none;
    font-weight: 500;
    min-width: 180px;
    z-index: 5;
    left: 0;
    border:1px solid #ebebeb;
    border-radius: 0 0 5px 5px;
    -webkit-border-radius: 0 0 5px 5px;
    -moz-border-radius: 0 0 5px 5px;
    -o-border-radius: 0 0 5px 5px;
    -khtml-border-radius: 0 0 5px 5px;
}
.navigation.custommenu .mainmenu .level0 > ul.normal-sub{padding:15px;}
.navigation.custommenu .mainmenu .level1 > a{
    color: #000000;
    font-size: 13px;
    font-weight: 500;
    text-transform: capitalize;
    position: relative;
    margin: 0px;
    padding: 0px 0px 5px 0px;
    float: none;
    display: block;
    border-bottom: 1px dashed #ebebeb;
}
.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: #000000;
    font-weight: normal;
    padding:4px 0px;
    position: relative;
    margin: 0;
    float: none;
    font-size: 12px;
}
.minicart-wrapper strong {font-weight: 500;}
.minicart-wrapper .minicart-items .product-item-details .price {font-weight: 500;}
li.level2:hover{background: transparent;}
.navigation.custommenu .mainmenu .level1  .level2:hover a{ color: #fe2929;}
.minicart-items .product-item:not(:first-child){border-top-color: #d9d9d9; }
.block-search input{background-color: #ffffff; }
.customer-welcome .customer-name{padding: 0 5px;}
.nav-sections-item-content > .navigation.custommenu {
    background: transparent;
    width: auto;
    padding: 0px;
}
.block-search .minisearch input[type="text"]{
	height: 40px;
    padding-right: 0; 
	border-radius: 5px;
	-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -khtml-border-radius: 5px;
    -o-border-radius: 5px;
    border:none;
    padding: 0 50px 0 10px;
}
.block-search button.action.search:before{color: #000000;content: "";display:none;}
.block-search button.action.search > span {
    position: relative;
    padding: 20px;
    color: #ffffff;
    font-size: 0;
    margin: 0;
    background: url("../images/Search.png") no-repeat scroll 13px 11px transparent;
}
.block-search button.action.search > span:hover{background: url("../images/Search.png") no-repeat scroll 13px -79px transparent;}
.header-menu {width: 100%;position: relative;}
.header-nav{
    float: left;
    width: 100%;
    background: -moz-linear-gradient(90deg, rgba(58,58,58,1) 0%, rgba(102,102,102,1) 100%); /* ff3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(102,102,102,1)), color-stop(100%, rgba(58,58,58,1))); /* safari4+,chrome */
    background: -webkit-linear-gradient(90deg, rgba(58,58,58,1) 0%, rgba(102,102,102,1) 100%); /* safari5.1+,chrome10+ */
    background: -o-linear-gradient(90deg, rgba(58,58,58,1) 0%, rgba(102,102,102,1) 100%); /* opera 11.10+ */
    background: -ms-linear-gradient(90deg, rgba(58,58,58,1) 0%, rgba(102,102,102,1) 100%); /* ie10+ */
    background: linear-gradient(0deg, rgba(58,58,58,1) 0%, rgba(102,102,102,1) 100%); /* w3c */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#666666', endColorstr='#3a3a3a',GradientType=0 ); /* ie6-9 */ 
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -khtml-border-radius: 5px;
    -o-border-radius: 5px;
}
.header-nav{
    border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    -khtml-border-radius: 5px 5px 0 0;
    -o-border-radius: 5px 5px 0 0;
}
.block.block-search{
    border-radius: 0 5px 0 0;
    -webkit-border-radius: 0 5px 0 0;
    -moz-border-radius: 0 5px 0 0;
    -khtml-border-radius: 0 5px 0 0;
    -o-border-radius: 0 5px 0 0;
}
.header-nav-inner{ float: left; padding-top: 5px; padding-bottom: 5px; }
.block-search button.action.search[disabled] {opacity: 1;}
.header.panel > ul.header.links > li.welcome, .header.panel > ul.header.links > li > a,.header.panel > .header.links > li > a:visited{color: #666666;font-size: 12px;}
.minicart-items-wrapper .product-item-photo{width: 25%;}
.rootmenu > .rootmenu-list > li > a { font-size: 14px; font-weight: 500; padding: 15px 13px 15px 13px !important; }
.rootmenu > .rootmenu-list > li:nth-child(1) > a { border-top: none !important; }
.rootmenu > .rootmenu-list > li.rw-vertical-menu > a::before { margin-top: -3px; }
.rootmenu > .rootmenu-list > li > a:after {
    content: '';
    position: absolute;
    top: 25%;
    right: -1px;
    width: 1px;
    height: 29px;
    background: -moz-linear-gradient(90deg, rgba(71,71,71,1) 0%, rgba(251,251,251,1) 50%, rgba(255,255,255,1) 51%, rgba(89,89,89,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(89,89,89,1)), color-stop(49%, rgba(255,255,255,1)), color-stop(50%, rgba(251,251,251,1)), color-stop(100%, rgba(71,71,71,1)));
    background: -webkit-linear-gradient(90deg, rgba(71,71,71,1) 0%, rgba(251,251,251,1) 50%, rgba(255,255,255,1) 51%, rgba(89,89,89,1) 100%);
    background: -o-linear-gradient(90deg, rgba(71,71,71,1) 0%, rgba(251,251,251,1) 50%, rgba(255,255,255,1) 51%, rgba(89,89,89,1) 100%);
    background: -ms-linear-gradient(90deg, rgba(71,71,71,1) 0%, rgba(251,251,251,1) 50%, rgba(255,255,255,1) 51%, rgba(89,89,89,1) 100%);
    background: linear-gradient(0deg, rgba(71,71,71,1) 0%, rgba(251,251,251,1) 50%, rgba(255,255,255,1) 51%, rgba(89,89,89,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#595959', endColorstr='#474747',GradientType=0 );
    opacity: 0.2;
}
.rootmenu > .rootmenu-list > li:nth-child(1) > a:after {
    display: none !important;
}
.rootmenu > .rootmenu-list > li:nth-child(2) > a:before {
    content: '';
    position: absolute;
    top: 25%;
    left: -1px;
    width: 1px;
    height: 29px;
    background: -moz-linear-gradient(90deg, rgba(71,71,71,1) 0%, rgba(251,251,251,1) 50%, rgba(255,255,255,1) 51%, rgba(89,89,89,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(89,89,89,1)), color-stop(49%, rgba(255,255,255,1)), color-stop(50%, rgba(251,251,251,1)), color-stop(100%, rgba(71,71,71,1)));
    background: -webkit-linear-gradient(90deg, rgba(71,71,71,1) 0%, rgba(251,251,251,1) 50%, rgba(255,255,255,1) 51%, rgba(89,89,89,1) 100%);
    background: -o-linear-gradient(90deg, rgba(71,71,71,1) 0%, rgba(251,251,251,1) 50%, rgba(255,255,255,1) 51%, rgba(89,89,89,1) 100%);
    background: -ms-linear-gradient(90deg, rgba(71,71,71,1) 0%, rgba(251,251,251,1) 50%, rgba(255,255,255,1) 51%, rgba(89,89,89,1) 100%);
    background: linear-gradient(0deg, rgba(71,71,71,1) 0%, rgba(251,251,251,1) 50%, rgba(255,255,255,1) 51%, rgba(89,89,89,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#595959', endColorstr='#474747',GradientType=0 );
    opacity: 0.2;
}
.rootmenu > .rootmenu-list > li > a:hover {
background: rgba(255,44,44,1) !important;
background: -moz-linear-gradient(top, rgba(255,44,44,1) 0%, rgba(236,4,4,1) 100%) !important;
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,44,44,1)), color-stop(100%, rgba(236,4,4,1))) !important;
background: -webkit-linear-gradient(top, rgba(255,44,44,1) 0%, rgba(236,4,4,1) 100%) !important;
background: -o-linear-gradient(top, rgba(255,44,44,1) 0%, rgba(236,4,4,1) 100%) !important;
background: -ms-linear-gradient(top, rgba(255,44,44,1) 0%, rgba(236,4,4,1) 100%) !important;
background: linear-gradient(to bottom, rgba(255,44,44,1) 0%, rgba(236,4,4,1) 100%) !important;
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffb92c', endColorstr='#ec9f04', GradientType=0 ) !important;
border-radius: 5px !important;
-webkit-border-radius: 5px !important;
-moz-border-radius: 5px !important;
-o-border-radius: 5px !important;
-khtml-border-radius: 5px !important;
box-shadow: 0 30px 16px -7px #ee0909 inset !important;
-webkit-box-shadow: 0 30px 16px -7px #ee0909 inset !important;
-moz-box-shadow: 0 30px 16px -7px #ee0909 inset !important;
}


/*--------------------------------------------------------------------Header CSS Ends Here------------------------------------------------------*/
/*-------------------------------------------------------------Page wrapper Content starts here--------------------------------------------------*/

/************************************ Service Banner CMS *******************************/
.tm_shipping_cms {
    position: relative;
    float: left;
    width: 100%;
    overflow: hidden;
    display: inline-block;
}
.serviceblock {
    float: left;
    width: 33.33%;
    margin: 70px 0 60px;
    text-align: center;
    box-sizing: border-box;
}
.serviceblock:hover{cursor: pointer;}
.serviceblock:last-child{margin-right:0; padding-right:0; border-right:none;}
.serviceblock .title {
    font-weight: 600;
    color: #000000;
    font-size: 14px;
    text-transform: capitalize;
    display: block;
    letter-spacing: 0.06em;
}
.serviceblock .service-text{padding: 0 0 0 60px;display: inline-block;text-align: left;}
.serviceblock:hover .service-text .title{color:#fe2929;}
.serviceblock1 .shipping-info{
    background:url("../images/services.png") no-repeat scroll 0px 8px;
}
.serviceblock1:hover .shipping-info{background-position:0px -82px;}
.serviceblock2 .support-service{
    background:url("../images/services.png") no-repeat scroll 0px -171px;
}
.serviceblock2:hover .support-service{background-position:0px -261px;}
.serviceblock3 .returns{
    background:url("../images/services.png") no-repeat scroll 0px -351px;
}
.serviceblock3:hover .returns{background-position:0px -441px;}
.serviceblock2.serviceblock {
    border-left: 1px solid rgba(0,0,0,.07);
    border-right: 1px solid rgba(0,0,0,.07);
}
.service-sub-text {
    font-size: 13px;
    color: #999;
    letter-spacing: 0.06em;
}
.service-cms{
    float:left;
    width:100%;
    box-sizing: border-box;
}
/************************************** End Service Banner CMS ******************************/

/************************************ Subbanner_content_top  CMS*******************************/

.subbanner_content_top {
    display: inline-block;
    margin: 0;
    width: 100%;
    vertical-align: middle;
    padding-top: 30px;
}
.subbanner_content_top .sub_banner1.sub_banner {
    padding: 0 20px 0 0px;
}
.subbanner_content_top .sub_banner2.sub_banner {
    padding: 0 10px;
}
.subbanner_content_top .sub_banner {
    box-sizing: border-box;
    float: left;
    width: 33.33%;
}
.subbanner_content_top .sub_banner3.sub_banner {
    padding: 0 0 0 20px;
}
.sub_banner {
    position: relative;
}
.banner_image a {
    display: block;
    position: relative;
    float: left;
}


.banner_image a::before {
    left: 0;
    top: 0;
}
.banner_image a::before, .banner_image a::after {
    background-color: rgba(255, 255, 255, 0.3);
    content: "";
    display: block;
    height: 0;
    position: absolute;
    width: 0;
    z-index: 2;
    transition: all 0.5s ease-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -ms-transition: all 0.5s ease-in-out 0s;
    border-radius: 5px;
}
.banner_image {
    border: 1px solid #eeeeee;
    position: relative;
    float: left;
}
.banner_image a::after {
    right: 0;
    bottom: 0;
}
.banner_image a::before, .banner_image a::after {
    background-color: rgba(255, 255, 255, 0.3);
    content: "";
    display: block;
    height: 0;
    position: absolute;
    width: 0;
    z-index: 2;
    transition: all 0.5s ease-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -ms-transition: all 0.5s ease-in-out 0s;
    border-radius: 5px;
}
.sub_banner:hover .banner_image a::before, .sub_banner:hover .banner_image a::after, .top_banner:hover .banner_image a::before, .top_banner:hover .banner_image a::after {
    height: 100%;
    width: 100%;
}
.subbanner_content_top .banner_text {
    right: 48px;
    line-height: 21px;
    position: absolute;
    top: 27%;
    z-index: 9;
}
.subbanner_content_top .sub_banner2.sub_banner .banner_text {
    top: 29.5%;
    right: 47px;
}
.subbanner_content_top .text1 {
    color: #000;
    font-size: 36px;
    text-transform: capitalize;
    letter-spacing: 0;
    font-weight: 600;
    line-height: 36px;
}
.subbanner_content_top .text2 {
    font-size: 25px;
    margin: 8px 0 43px;
    line-height: 24px;
    text-transform: capitalize;
    font-weight: 100;
    letter-spacing: 0.2px;
    color: #000;
}
.subbanner_content_top .sub_banner3.sub_banner .banner_text {
    right: 41px;
    text-transform: none;
}
.subbanner_content_top .sub_banner2.sub_banner .text2 {
    font-size: 27px;
    line-height: 26px;
    font-weight: 200;
    margin: 16px 0 45px;
    text-transform: capitalize;
}
.subbanner_content_top .sub_banner3.sub_banner .text2 {
    font-size: 28px;
    margin: 8px 0 35px
}
.subbanner_content_top .sub_banner3.sub_banner .text1 {
    font-size: 30px;
}
.subbanner_content_top .sub_banner2.sub_banner .text2 span {
    font-weight: 600;
    font-size: 30px;
    margin: 0 0 0 10px;
}
.view_button {
    position: relative;
    display: inline-block;
    overflow: hidden;
}
.subbanner_content_top .view_button > a {
    color: #010100;
    font-size: 12px;
    margin: 0;
    text-transform: uppercase;
    font-weight: 600;
}

.subbanner_content_top .view_button > a::after {
    content: '';
    position: absolute;
    display: inline-block;
    background: rgba(1,1,0,0.4);
    height: 1px;
    width: 100%;
    top: auto;
    bottom: 0;
    margin: 0 auto;
    right: 0;
    left: 0;
}
.subbanner_content_top .view_button:hover > a::after {background: #fe2929;}
.sub_banner .sale {
    background: url("../images/sale.png") no-repeat scroll 0 0px transparent;
    width: 49px;
    height: 16px;
}

/************************************ End Subbanner_content_top  CMS*******************************/

/********************************* Latest Product CSS starts here ***************************/

.product-item-info .product-item-image{border:none;position: relative;text-align: center;}
.products-grid .product-item-info,.product-item-info.related-available,.block.upsell .product-item-info,.block.crosssell .product-item-info{margin: 15px;width: auto;}

.product-item-info .action.primary:hover{
	color: #ffffff;
    background: -moz-linear-gradient(90deg, rgba(58,58,58,1) 0%, rgba(102,102,102,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(102,102,102,1)), color-stop(100%, rgba(58,58,58,1)));
	background: -webkit-linear-gradient(90deg, rgba(58,58,58,1) 0%, rgba(102,102,102,1) 100%);
	background: -o-linear-gradient(90deg, rgba(58,58,58,1) 0%, rgba(102,102,102,1) 100%);
	background: -ms-linear-gradient(90deg, rgba(58,58,58,1) 0%, rgba(102,102,102,1) 100%);
	background: linear-gradient(0deg, rgba(58,58,58,1) 0%, rgba(102,102,102,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#666666', endColorstr='#3a3a3a',GradientType=0 );
}
.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;
}
.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-grid .product-item-info:hover .product-item-inner, .product-item-inner {
    position: relative;
    display: inline-block;
    box-sizing: border-box;
    text-align: center;
    background: transparent;
    margin: 0 auto;
    width: auto;
    height: auto;
    padding: 0;
    border: none;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    right: auto;
    left: auto;
    top: auto;
    bottom: auto;
    vertical-align: middle;
}
.products-list .product-item-inner {
    position: relative;
    top: 0;
}
.action.primary.disabled, .action.primary[disabled], fieldset[disabled] .action.primary{
    opacity: 1;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -o-opacity: 1;
    -khtml-opacity: 1;
}
.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{
    position: relative;
    top: 0;
    bottom: 0;
}
.actions-secondary.wishlist, .actions-secondary.compare, .action.tocompare{
    width: auto; 
    display: inline-block;
    margin: 0 1px 0 0;
    vertical-align: middle;
    background: #fff;
	border-radius: 5px;
	padding: 5px 9px;
}
.actions-secondary.wishlist:hover::before, .actions-secondary.compare:hover::before, 
.product-item .action.towishlist:hover::before, .action.tocompare:hover::before,
.products-list .product-item .action.towishlist:hover span, .products-list .product-item .tocompare:hover span{
    color: #fe2929;
}
.product_item_inner {
    position: absolute;
    top: 45%;
    left: 0;
    right: 0;
    z-index: 9;
    -khtml-opacity:0;
	-o-opacity: 0;
	-ms-opacity: 0;
	-webkit-opacity:0;
	-moz-opacity:0;
	opacity:0;
	filter: alpha(opacity=0);
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	transform: scale(0);
}
.product-item-info:hover .product_item_inner {
    -khtml-opacity:1;
	-o-opacity: 1;
	-ms-opacity: 1;
	-webkit-opacity: 1;
	-moz-opacity: 1;
	opacity: 1;
	filter: alpha(opacity=100);
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}
.actions-secondary.compare {margin: 3px 0 0 2px;padding: 0;}
.products-related .product-item-actions, 
.upsell .product-item-actions,
.products-grid .product-item-actions,
.checkout-cart-index .product-item-actions{margin:0;}
.checkout-index-index .breadcumb_outer { display: none !important; }
.primary .action.checkout, .action.checkout.amasty { background: #da0101; }
.product-item-actions{display: inline;}
div.product-reviews-summary{margin-bottom: 0px;position: absolute;bottom: 15px;right: 0;opacity:0;left: 0;}
.catalog-product-view .column.main .product-info-main div.product-reviews-summary{opacity: 1;position: static;}
.product-item-info:hover div.product-reviews-summary,.block.related .product-item-info:hover div.product-reviews-summary,
.block.upsell .product-item-info:hover div.product-reviews-summary{opacity: 1;}
.product-item-name {
    margin: 5px 0;
    font-size: 13px;
}
.tm_latest_product .product-item-name, 
.tm_product_tab .product-item-name, 
.tm_bestseller .product-item-name,
.products.wrapper.products-grid.grid .product-item-name{
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.product-item-details{ 
	text-align:left;
	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;
}
.new-label{left: 20px;}
.new-label, .sale-label {
    display: none;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    font-size: 11px;
    font-weight: 400;
    z-index: 9;
    padding: 2px 5px;
    top: 20px;
    line-height: 15px;
    background: #2d2d2d;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    -khtml-border-radius: 5px;
}
.sale-label{right: 20px;}
.products-grid .product-item-info:hover .sale-label,.products-grid .product-item-info:hover .new-label{display: block;}
.tm_latest_product{display: inline-block;margin:15px 0;width: 100%;padding: 42px 32px 10px;box-sizing: border-box;background: #f7f7f7;border: 1px solid #ebebeb;}
.widget .block-title h2{margin:0;}
.minicart-items .product-item-name a,.product-item-name > a:visited{letter-spacing: 0.5px; font-weight:400;}
.product-item-name > a:hover{color: #fe2929;}
.product-item-info:hover .product-item-name > a{color: #fe2929 !important;cursor: pointer;}
.special-price .price-container .price, .old-price .price-container .price, .price-container .price, .product-item .price-box .price {
    font-size: 13px;
    color: #000000;
    font-weight: 600;
}
.old-price .price-container .price {
    color: #999;
    text-decoration: line-through;
    font-weight: normal;
    font-weight: 300;
    font-size: 13px;
}
.product-item-name > a {
    font-size: 13px;
    text-transform: capitalize;
    letter-spacing: 0.5px;
    font-weight: 400;
    color: #999 !important;
}
.product-item-name .old-price, .old.price {color: #999;}
.column.main .products-list .product-items .product-item-name > a {font-size: 18px;}
.product-item .product-reviews-summary .reviews-actions a:hover{color: #fe2929;}
.product-item .price-box{margin: 0 0 1px;}
.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;}
.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: 400;text-transform: capitalize;}
.products-list .product-item .tocompare{margin-left:0;}
.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: #999;
    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;width: auto;padding: 0;vertical-align:middle;}
.product-item-details .product-item-inner .actions-secondary a{
    padding: 5px 8px;
    background: #f2f2f2; /* Old browsers */
    background: -moz-linear-gradient(top, #f2f2f2 0%, #646464 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #f2f2f2 0%,#646464 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #f2f2f2 0%,#646464 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f2f2', endColorstr='#646464',GradientType=0 ); /* IE6-9 */
    cursor: pointer;
    color: #999;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    -khtml-border-radius: 5px;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
    line-height: 20px;
}
.product-item-details .product-item-inner .actions-secondary.wishlist a:hover,
.product-item-details .product-item-inner .actions-secondary.compare a:hover{
    background: #fe2929; /* Old browsers */
    background: -moz-linear-gradient(top, #fe2929 0%, #ee0909 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #fe2929 0%,#ee0909 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #fe2929 0%,#ee0909 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fe2929', endColorstr='#ee0909',GradientType=0 ); /* IE6-9 */
}
.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;}
.products-grid .product-item{margin-bottom: 0;}

/********************************** Latest Product CSS Ends here ****************************/
/**************************************** Subbanner CMS *************************************/

.tm_subbanner_cms{margin: 35px 0 10px;display: inline-block;width: 100%;}
.subbanner-cms {
    display: block;
    text-align: center;
    width: 100%;
}
.subbanner-outer{float: left;width: 33.33%;box-sizing: border-box;padding: 0 12.5px;}
div.subbanner-cms>div:first-child{padding-left: 0;}
div.subbanner-cms>div:last-child{padding-right: 0;}
.subbanner1, .subbanner2, .subbanner3 {
    width: 100%;
    float: left;
    background: #f7f7f7;
    box-sizing: border-box;
    border: 1px solid #eeeeee;
    padding: 40px 25px 45px;
}
.subbanner{float:left;text-align: left;width: 60%;padding: 10px 0 0px 15px;box-sizing: border-box;}
.sub-side-banner{float: right;width: 40%;}
.sub-side-banner img{width: auto;}
.subbanner .title {
    font-size: 25px;
    text-transform: capitalize;
    font-weight: 600;
    color: #000000;
}
ul.sub-cat-list{margin:30px 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 15px;}
ul.sub-cat-list li a {
    color: #999;
    font-size: 13px;
    line-height: 30px;
    letter-spacing: 0;
}
ul.sub-cat-list li a:hover{color: #fe2929;}
ul.sub-cat-list li a:before {
    content: "\f105";
    font-family: "FontAwesome";
    font-size: 14px;
    margin: 0;
    position: absolute;
    color: #555555;
    left: 0;
}
.sub-view-all{
    float: left;
}
.sub-view-all a {
    font-size: 13px;
    font-weight: 400;
    color: #999;
    float: left;
    text-transform: capitalize;
    transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    letter-spacing: 0.8px;
    text-decoration: underline;
}
.sub-view-all a:hover{
    color: #fe2929;
}
.subbanner1 .sub-side-banner img, .subbanner2 .sub-side-banner img, .subbanner3 .sub-side-banner img{
    transition: transform 0.3s ease;
    -webkit-transition: transform 0.3s ease;
    -moz-transition: transform 0.3s ease;
    -ms-transition: transform 0.3s ease;
    -o-transition: transform 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_bestseller,.tm_blog{
    width:100%;
    float: left;
    background: #f7f7f7;
    padding: 32px 32px 10px;
    border:1px solid #eeeeee;
    box-sizing: border-box;
    margin:5px 0 35px;
}
.tm_bestseller{margin:15px 0;}
.tm_blog{margin:55px 0 0px;}
.tm_latest_product .widget .block-title h2 a,.tm_blog .blog_title h2 a,.tab-main-title,.tm_bestseller .main-title{
    float: left;
    width:100%;
    color: #000;
    font-size: 25px;
    font-weight: 600;
    letter-spacing: 0.02px;
    text-transform: capitalize;
    position:relative;
    padding-bottom: 30px;
    border-bottom:1px solid rgba(0,0,0,.10);
    margin:0;
}
.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: 700;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    position:relative;
    padding-bottom: 30px;
    border-bottom:1px solid #d9d9d9;
    margin:0;
    display: inline-block;
}
.block.upsell .owl-controls .owl-nav div,.block.related .owl-controls .owl-nav div,.block.crosssell .owl-controls .owl-nav div{top:-49px;}
.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:15px -15px 0 -15px;}
.tab-title { float: left;}
.tm_product_tab ul.tabbernav_product {
    position: relative;
    padding: 0px 0;
    display: inline-block;
    margin:0px 10% 0 0;
    float: right;
}
.tm_product_tab .tabbernav_product li {
    display: inline-block;
    float: left;
    padding: 0px 13px;
    margin:0;
    vertical-align: middle;
}
.tm_product_tab .tabbernav_product li:last-child{background: none;}
.tm_product_tab ul.tabbernav_product li a {
    color: #000;
    display: block;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 0.04em;
    margin: 0 0px;
    text-align: center;
    text-transform: capitalize;
}
.tm_product_tab ul.tabbernav_product li a.selected:hover span,.tm_product_tab ul.tabbernav_product li a:hover,.tm_product_tab .tab-text.selected {color: #fe2929;}
a:active, .alink:active{text-decoration: none;}
.product_tabs {
    clear: both;
    margin:0px;
    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){width: 20%;margin:0;}
/* End Tabbed Product CMS */
/**************************************************************Product Tab CSS ends***********************************************************/
/********************************************************Advertise Banner CSS start Here*********************************************************/
.tm_advertise_banner_cms {display: inline-block;margin: 55px 0;}
.ad_banner{position: relative;overflow: hidden;}
.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%;
    transition:left 0.3s ease;
    -webkit-transition:left 0.3s ease;
    -moz-transition:left 0.3s ease;
    -ms-transition:left 0.3s ease;
    -o-transition:left 0.3s ease;
}
.ad_banner:hover a:before{left:105%;}
/********************************************************Advertise banner CSS Ends Here*********************************************************/
/*-------------------------------------------------------Newsletter CSS starts here-------------------------------------------------------*/
.news-left {
    float: right;
    width: 100%;
}
.news-right {
    float: left;
    width: 85%;
    padding: 0;
}
.news-right>ul>li{margin: 0;}
.news-text label>span{font-size: 10px;vertical-align: super;}
.news-heading{
    font-size: 16px;
    font-weight: 600;
    margin: 7px 0 14px;
    color: #000;
    text-shadow: none;
    text-transform: capitalize;
    position: relative;
    display: inline-block;
    line-height: 20px;
}
.footer-newsletter {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    float: left;
    width: 22%;
    padding: 0 0 0 25px;
    border-left: 1px solid rgba(128,128,128,0.20);
    margin: 0;
}
div.block.newsletter {
    width: 100%;
}
.block.newsletter .field{ float: left;width: 83.9%; }
.block.newsletter{float: left;}
.block.newsletter.footer-area {
    width: 100%;
    padding: 0;
    border: none;
    margin-right: 0;
    max-width: 100%;
}
.footer_newsletter .news-text{font-size:12px;color:#999999;font-weight: 400;margin:0 0 15px; }
.block.newsletter input {
    padding: 0 10px;
    height: 40px;
    border-radius: 5px 0 0 5px;
    -webkit-border-radius: 5px 0 0 5px;
    -moz-border-radius: 5px 0 0 5px;
    -o-border-radius: 5px 0 0 5px;
    -khtml-border-radius: 5px 0 0 5px;
    border: none;
}
.block.newsletter .form.subscribe{position:relative;}
.block.newsletter .field .control:before{content: none;}
.block.newsletter .actions{display: block;width: auto;}
.block.newsletter .action.subscribe {
    color: #ffffff;
    font-size: 0;
    font-weight: 700;
    padding: 0;
    margin: 0;
    position: relative;
    float: right;
    background: -moz-linear-gradient(90deg, rgba(236,4,4,1) 0%, rgba(255,44,44,1) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(236,4,4,1)), color-stop(100%, rgba(255,44,44,1)));
background: -webkit-linear-gradient(90deg, rgba(236,4,4,1) 0%, rgba(255,44,44,1) 100%);
background: -o-linear-gradient(90deg, rgba(236,4,4,1) 0%, rgba(255,44,44,1) 100%);
background: -ms-linear-gradient(90deg, rgba(236,4,4,1) 0%, rgba(255,44,44,1) 100%);
background: linear-gradient(0deg, rgba(236,4,4,1) 0%, rgba(255,44,44,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ec0404', endColorstr='#ff2c2c',GradientType=0 );
    border-radius: 0 5px 5px 0;
    -webkit-border-radius: 0 5px 5px 0;
    -moz-border-radius: 0 5px 5px 0;
    -o-border-radius: 0 5px 5px 0;
    -khtml-border-radius: 0 5px 5px 0;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    line-height: 0;
}
.block.newsletter .action.subscribe::before {
    content: '';
    position: relative;
    right: auto;
    left: auto;
    top: auto;
    bottom: auto;
    display: inline-block;
    background: url("../images/Email.png") no-repeat scroll center -89px transparent;
    padding: 20px 22px;
    line-height: 0;
}
.block.newsletter .action.subscribe:hover::before{
    background-position: center 11px;
}
.block.newsletter .action.subscribe:hover{
	background: -moz-linear-gradient(90deg, rgba(58,58,58,1) 0%, rgba(102,102,102,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(102,102,102,1)), color-stop(100%, rgba(58,58,58,1)));
	background: -webkit-linear-gradient(90deg, rgba(58,58,58,1) 0%, rgba(102,102,102,1) 100%);
	background: -o-linear-gradient(90deg, rgba(58,58,58,1) 0%, rgba(102,102,102,1) 100%);
	background: -ms-linear-gradient(90deg, rgba(58,58,58,1) 0%, rgba(102,102,102,1) 100%);
	background: linear-gradient(0deg, rgba(58,58,58,1) 0%, rgba(102,102,102,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#666666', endColorstr='#3a3a3a',GradientType=0 );
}
/*-------------------------------------------------------Newsletter CSS Ends here-----------------------------------------------------------*/
/***********************************************************Footer CSS Start Here*********************************************************/

.footer-bottom{
    clear:both;
    background: -moz-linear-gradient(90deg, rgba(58,58,58,1) 0%, rgba(102,102,102,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(102,102,102,1)), color-stop(100%, rgba(58,58,58,1)));
	background: -webkit-linear-gradient(90deg, rgba(58,58,58,1) 0%, rgba(102,102,102,1) 100%);
	background: -o-linear-gradient(90deg, rgba(58,58,58,1) 0%, rgba(102,102,102,1) 100%);
	background: -ms-linear-gradient(90deg, rgba(58,58,58,1) 0%, rgba(102,102,102,1) 100%);
	background: linear-gradient(0deg, rgba(58,58,58,1) 0%, rgba(102,102,102,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#666666', endColorstr='#3a3a3a',GradientType=0 );
    text-align: center;
    float: left;
    width: 100%;
}
.footer-wrapper{
    background: #f2f2f2;
    float: left;
    width: 100%;
}
#footer {
    float: left;
    width: 100%;
    position: relative;
    margin:20px 0 34px;
}
.footer-wrapper-inner {
    float: left;
    width: 100%;
    padding: 70px 0;
}
.footer-inner .footer-area li{margin:0;padding: 3px 0;}
.footer-inner .footer-area li a{text-transform: capitalize;font-size: 13px;font-weight: 400;} /* updated */
.footer-inner li a:hover{color: #fe2929;}
.footer-inner .footer-bottom li a{color: #ffffff;}
.footer-inner .footer-bottom li a:hover{color:#fe2929;}
/*-------------------------------------------------Footer logo CSS------------------------------------------------*/
.footer-inner-left{width: 25%;float: left;margin-right: 3%;}
.footer-logo-img a {
    float: left;
}
.footer-logo-img{float: left;margin: 0 0 12px;}
.footer-logo-desc{display: inline-block;margin:12px 0;}
.footer-logo-desc p{margin:0;line-height: 30px;}
/*------------------------------------------------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;
    width: 15%;
    padding: 0 0 0 25px;
    border-left: 1px solid rgba(128,128,128,0.20);
    margin-right: 1%;
}
.footer-area ul{margin-bottom: 0;}
.footer_newsletter ul{margin:0;width: 100%;}
.footer-inner .footer-area:last-child{  margin-right: 0;width: 20%;}
.footer-center p{margin: 0;font-size: 14px}
.tm_footer_social.footer-area {
    position: relative;
    float: left;
    width: 100% !important;
    padding: 0;
    margin: 0;
    display: inline-block;
    border: none;
    overflow: hidden;
}
.footer-center h6, .footer-area h6, .tm_footer_social h6,.payment_block.footer-area h6 {
    font-size: 16px;
    font-weight: 500;
    margin: 7px 0 14px;
    color: #000;
    text-shadow: none;
    text-transform: capitalize;
    position: relative;
    display: inline-block;
    line-height: 20px;
}
.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; }
.store-details{display: inline-block;color: #999;}
.store-details ul{ margin: 0; }
.store-details ul li { margin: 0 0 5px; }
.footer-inner .footer-area .store-details li:before{
    font-family: "FontAwesome";
    position: absolute;
    height: 15px;
    top: 0px;
    color: #fe2929;
    text-align: center;
    left: 0;
}
.footer-inner .footer-area .store-details li{
    padding: 0 0 0 22px;
    position: relative;
    line-height: 30px;
}
.footer-inner .footer-area .address:before{
    content: '\f041';
}
.footer-inner .footer-area .phoneno{padding-top: 5px;}
.footer-inner .footer-area .phoneno:before{
    content: '\f10b';
    font-size: 16px;
}
.footer-inner .footer-area .email {word-wrap: break-word;}
.footer-inner .footer-area .email:before{
    content: '\f0e0';
    font-size: 11px;
    
}
/* Footer Top CMS */
[class*="-cookie-restriction-mode"] footer .footer.links li:first-child a{font-weight: 700;}
footer.page-footer{margin-top: 20px;}
footer .footer-inner .footer-static-links{float: left;width: 23.75%;}
ul.footer.links li {padding: 0 10px;display: inline;margin: 0;background: url("../images/bkg_pipe1.jpg") no-repeat right center;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: #ffffff;padding: 0}
.footer-bottom-inner{width: 100%;float: left;clear: both;padding: 15px 0 11px;}
.footer.links{margin: 0;}
.footer-bottom-left,.footer-bottom-right{padding: 5px 0;}
/*----------------------------------------------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;
}
.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;}

/* Block: Category Navigation left sidebar */
.rootmenu > .rootmenu-list > li { background: transparent !important; }
li.all-category-wrapper { background: transparent !important; }
.rootmenu-list > li { border-right-color: #565656 !important; }
.nav-sections, .rootmenu { background: transparent !important; }


.rootmenu > .rootmenu-list .cat_img_as_icon { display: none !important; }
ul#category-treeview,.sidebar .block-content,.block-brand>.block-content,
.block.block-compare .empty,.block.block-reorder .block-content{
    padding:18px 25px;
    background: transparent;
    color: #999;
    border: 1px solid #e6e6e6;
    border-top: none;
    border-radius: 0 0 5px 5px;
    -webkit-border-radius: 0 0 5px 5px;
    -moz-border-radius: 0 0 5px 5px;
    -o-border-radius: 0 0 5px 5px;
    -khtml-border-radius: 0 0 5px 5px;
}
#category-treeview li a ,.sidebar .block-account .block-content li a , .sidebar .block-brand-nav li a{
    display: block;
    padding: 4px 0px;
    text-decoration: none;
	transition:300ms; -webkit-transition:300ms; -moz-transition:300ms; -ms-transition:300ms; -o-transition:300ms;
	text-transform:capitalize;
    line-height: 22px;
}
.sidebar .block.filter .block-content{margin: 0;}
#category-treeview li > a:hover,.block .block-content .side-nav li a:hover{ color: #fe2929;}
#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;
}
#category-treeview .expandable .collapsable-hitarea:before{ 
	color: #000;
    content: "\f068";
    font-family: "FontAwesome";
    font-size: 10px;
} 
#category-treeview .expandable-hitarea:before { 
	color: #999;
    content: "\f067";
    font-family: "FontAwesome";
    font-size: 10px;
} 
#category-treeview .collapsable-hitarea:before { 
	color: #999;
    content: "\f068";
    font-family: "FontAwesome";
    font-size: 10px;
} 
/* 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>li>ul{display: none;}
.navigation.custommenu ul{ float: left; width: 100%; padding: 0px;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:8px 0px; }
.navigation.custommenu .mainmenu .dropdown-inner-list > li{ display: block;  padding: 0px 0;margin:1px 0;}
.navigation.custommenu .mainmenu .dropdown-inner-list .level0 > ul{ top: 5px; left: 180px; }
.navigation.custommenu .mainmenu .dropdown-inner-list .level0 > ul:Before { display: none; }
.navigation.custommenu > ul.mainmenu > li.level0:first-child  a{}
.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  .level0:hover .level0.newsubmenu, .navigation.custommenu .hiden_menu:hover .dropdown-inner-list{
    display:block;
}
.navigation.custommenu .mainmenu li.level1 {
    min-width: 155px;
    float: none;
    margin:0;
    padding:0px 15px 5px;
    display: table-cell;
}
.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;}
.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-top:13px;}
.navigation.custommenu .mainmenu .level0.customblock_inner.newsubmenu {
    padding: 0px;
    border-top:unset;
    min-width:480px;
    white-space: nowrap;
    left:auto;
    right: 0;
    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: 13px;
    font-weight: 500;
    padding:0 0 6px;
    border-bottom: 1px solid #ebebeb;
    margin:0 0 13px;
}
.customblock_inner .custom_banner {
    float: right;
    line-height: 0;
}
.leftstatic {
    box-shadow:-2px 0 3px #e4e4e4 inset;
    -webkit-box-shadow: -2px 0 3px #e4e4e4 inset;
	-moz-box-shadow:-2px 0 3px #e4e4e4 inset;
    float: none;
    line-height: 22px;
    min-width: 180px;
    overflow: hidden;
    padding: 30px 30px 30px 15px;
}
.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; }
.page-layout-2columns-left .sidebar .block .block-title{position: relative;}
.header-nav .menu-title{
    position: relative;
    float: left;
    background-color: #000000;
    color: #ffffff;
    font-size: 15px;
    padding: 20px 20px 20px 20px;
    text-transform: uppercase;
    width: 230px;
    cursor: pointer;
    font-weight: 600;
    display: none;
}
.header-nav .menu-title-inner{
    position: relative;
    display: block;
    width: 100%;
}
.header-nav .menu-title:after{
    content: "\f107";
    color: #ffffff;
    font-family: "FontAwesome";
    position: absolute;
    right: 6%;
    top: 50%;
    margin-top: -10px;
}
/* End  Advance menu */
/*Default Menu*/
.navigation .level0.ui-menu-item {
    font-weight: 600;
    text-decoration: none;
    padding: 11px 20px;
    display: inline-block;
}
.navigation .level0.ui-menu-item>a span{color: #ffffff;}
.navigation .level0.ui-menu-item:hover>a span{color: #fe2929;}
.ui-menu.ui-widget {
    border-bottom: 1px solid #ffffff;
    margin: 5px 0;
}

.brand-index-index .products-grid .product-item{width: 20%;float: left;box-sizing: border-box;}
/*Default 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:#fe2929;
}
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: 14px; font-weight: 400; text-transform: capitalize; }
.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: #fe2929; }
.product-info-main .product-social-links .towishlist:before, 
.product-info-main .product-social-links .tocompare:before{ font-size: 14px; }
.product-info-main .product-social-links .action.friend {margin: 0 0 0 10px;}
/* Start Theme */

.cms-home .column.main{
    margin-top: 0;
}
.minicart-items .product .product-item-details .product.options {display: none;}
.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:#f02640;}
body{ letter-spacing: 0.05px; font-size: 13px; line-height: 24px;color: #414141;}

img{ vertical-align: top;}
.brand-img {width: auto;}
.loader>img{width: auto;}

/* Start Header */
.page-wrapper .page-header .header.panel{display: none;}
/* Search Bar*/
#search::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color:#d5d5d5;
  padding-left: 5px;
}
#search::-moz-placeholder { /* Firefox 19+ */
  color: #d5d5d5;
  padding-left: 5px;
}
#search:-ms-input-placeholder { /* IE 10+ */
  color: #d5d5d5;
  padding-left: 5px;
}
#search:-moz-placeholder { /* Firefox 18- */
  color: #d5d5d5;
  padding-left: 5px;
}
.minicart-wrapper span.price {
    margin: 0 0 0 3px;
}
.minicart-items-wrapper{border-bottom: 1px solid #e6e6e6;margin:0;height: auto !important;border-top-color: #ffffff}
.block-minicart .subtotal{margin:5px 11.5px;}
.block-minicart .block-content > .actions > .primary{margin:auto;}
.minicart .block-minicart{
	transition: 300ms;
	-webkit-transition: 300ms;
	-moz-transition: 300ms;
	 -o-transition: 300ms;
}
.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;}
.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: #fe2929;}
.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;
}
.minicart-wrapper .minicart-items-wrapper .product .actions{margin: 0;position: relative;}
.minicart-items .action.edit:before, .minicart-items .action.delete:before{color: #000000;}
.minicart-items .action.edit:hover:before, .minicart-items .action.delete:hover:before{color: #fe2929;}
.minicart-items .item-qty{margin-right: 5px;}
.catalog-product-view .box-tocart .action.tocart{
    padding: 10px 25px;
    background: rgba(58,58,58,1);
    background: -moz-linear-gradient(90deg, rgba(58,58,58,1) 0%, rgba(102,102,102,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(102,102,102,1)), color-stop(100%, rgba(58,58,58,1)));
	background: -webkit-linear-gradient(90deg, rgba(58,58,58,1) 0%, rgba(102,102,102,1) 100%);
	background: -o-linear-gradient(90deg, rgba(58,58,58,1) 0%, rgba(102,102,102,1) 100%);
	background: -ms-linear-gradient(90deg, rgba(58,58,58,1) 0%, rgba(102,102,102,1) 100%);
	background: linear-gradient(0deg, rgba(58,58,58,1) 0%, rgba(102,102,102,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#666666', endColorstr='#3a3a3a',GradientType=0 );
    color: #fff;
    border-radius:5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    -khtml-border-radius: 5px;
}
.catalog-product-view .box-tocart .action.tocart:hover{
    background: -moz-linear-gradient(90deg, rgba(102,102,102,1) 0%, rgba(58,58,58,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(58,58,58,1)), color-stop(100%, rgba(102,102,102,1)));
	background: -webkit-linear-gradient(90deg, rgba(102,102,102,1) 0%, rgba(58,58,58,1) 100%);
	background: -o-linear-gradient(90deg, rgba(102,102,102,1) 0%, rgba(58,58,58,1) 100%);
	background: -ms-linear-gradient(90deg, rgba(102,102,102,1) 0%, rgba(58,58,58,1) 100%);
	background: linear-gradient(0deg, rgba(102,102,102,1) 0%, rgba(58,58,58,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3a3a3a', endColorstr='#666666',GradientType=0 );
    color: #fff;
}
    

.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, 
.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: #646464; /* Old browsers */
    background: -moz-linear-gradient(top, #646464 0%, #404040 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #646464 0%,#404040 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #646464 0%,#404040 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#646464', endColorstr='#404040',GradientType=0 ); /* IE6-9 */
    border-radius:5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    -khtml-border-radius: 5px;
    color: #fff;
}
.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:hover, .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, 
.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: rgba(255,44,44,1);
	background: -moz-linear-gradient(top, rgba(255,44,44,1) 0%, rgba(236,4,4,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,44,44,1)), color-stop(100%, rgba(236,4,4,1)));
	background: -webkit-linear-gradient(top, rgba(255,44,44,1) 0%, rgba(236,4,4,1) 100%);
	background: -o-linear-gradient(top, rgba(255,44,44,1) 0%, rgba(236,4,4,1) 100%);
	background: -ms-linear-gradient(top, rgba(255,44,44,1) 0%, rgba(236,4,4,1) 100%);
	background: linear-gradient(to bottom, rgba(255,44,44,1) 0%, rgba(236,4,4,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffb92c', endColorstr='#ec9f04', GradientType=0 );
    color: #fff;
}
.checkout-cart-index tbody .product-item-details{border-top:none;}
.multicheckout .actions-toolbar .secondary .action.back{
	font-size: 13px;
    color: #fff;
    line-height: 1.71429;
    background: -moz-linear-gradient(90deg, rgba(58,58,58,1) 0%, rgba(102,102,102,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(102,102,102,1)), color-stop(100%, rgba(58,58,58,1)));
	background: -webkit-linear-gradient(90deg, rgba(58,58,58,1) 0%, rgba(102,102,102,1) 100%);
	background: -o-linear-gradient(90deg, rgba(58,58,58,1) 0%, rgba(102,102,102,1) 100%);
	background: -ms-linear-gradient(90deg, rgba(58,58,58,1) 0%, rgba(102,102,102,1) 100%);
	background: linear-gradient(0deg, rgba(58,58,58,1) 0%, rgba(102,102,102,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#666666', endColorstr='#3a3a3a',GradientType=0 );
    margin: 0;
    padding: 7px 18px;
    border-radius:5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    -khtml-border-radius: 5px;
}
.multicheckout .actions-toolbar .secondary .action.back span{}
.multicheckout .actions-toolbar .secondary .action{
    border: none;
}
/*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: 13px;
    line-height: 1.71429;
    padding: 7px 18px;
}
.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;}
.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;
}

.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;position: relative;}
.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 #404040;}
[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 #404040;}
.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: #fe2929;}
.opc-progress-bar-item._active > span::after{color: #4fc35f;}
.opc-wrapper .shipping-address-item{font-size: 12px;float: left;}
.opc-wrapper .shipping-address-item.selected-item::after{background: #fe2929;}
.opc-wrapper .shipping-address-item.selected-item{border-color: #fe2929;}
.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: #fe2929;}
.opc-estimated-wrapper .minicart-wrapper .action.showcart:hover .counter.qty{color:#000000;}
.checkout-cart-index main.page-main{padding: 0 25px}
/*Checkout pages ends here*/

.header-top{
    position: relative;
    z-index: 6;
}
/* Start Header links */
.headertoggle_img {
    cursor: pointer;
    position: relative;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    padding: 8px 18px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    -khtml-border-radius: 5px;
    background: -moz-linear-gradient(90deg, rgba(58,58,58,1) 0%, rgba(102,102,102,1) 100%); /* ff3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(102,102,102,1)), color-stop(100%, rgba(58,58,58,1))); /* safari4+,chrome */
    background: -webkit-linear-gradient(90deg, rgba(58,58,58,1) 0%, rgba(102,102,102,1) 100%); /* safari5.1+,chrome10+ */
    background: -o-linear-gradient(90deg, rgba(58,58,58,1) 0%, rgba(102,102,102,1) 100%); /* opera 11.10+ */
    background: -ms-linear-gradient(90deg, rgba(58,58,58,1) 0%, rgba(102,102,102,1) 100%); /* ie10+ */
    background: linear-gradient(0deg, rgba(58,58,58,1) 0%, rgba(102,102,102,1) 100%); /* w3c */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#666666', endColorstr='#3a3a3a',GradientType=0 ); /* ie6-9 */ 
}
.headertoggle_img:hover{
    background: rgba(255,44,44,1);
	background: -moz-linear-gradient(top, rgba(255,44,44,1) 0%, rgba(236,4,4,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,44,44,1)), color-stop(100%, rgba(236,4,4,1)));
	background: -webkit-linear-gradient(top, rgba(255,44,44,1) 0%, rgba(236,4,4,1) 100%);
	background: -o-linear-gradient(top, rgba(255,44,44,1) 0%, rgba(236,4,4,1) 100%);
	background: -ms-linear-gradient(top, rgba(255,44,44,1) 0%, rgba(236,4,4,1) 100%);
	background: linear-gradient(to bottom, rgba(255,44,44,1) 0%, rgba(236,4,4,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffb92c', endColorstr='#ec9f04', GradientType=0 );
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
}
.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;}
.header-top .header.panel .tm_headerlinks .compare a{ color: #666;}
.header-top .header.panel .tm_headerlinks .compare a:hover{ color: #f02640;}
/* End Header links */

/* Start Header CMS */
.header-contact-inner {
    float: left;
}
.text-contact {
    color: #2d2d2d;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 5px;
}

.header_customlink {
    float: left;
}
.header_customlink .headerlinks_inner { display: none;}
.header_customlink ul {margin: 0;}
.header_customlink li:first-child{ padding-left: 0;}
.header_customlink li { float: left; margin: 0;}
.header_customlink li a {
    font-weight: 600;
    text-decoration: none;
    text-transform: uppercase;
    color:#ffffff;
    padding:20px 25px;
    display: block;
}
.header_customlink li a:hover{
    color:black;
}
.header_customlink li:last-child{padding-right: 0;}

.welcome-cms {
    color: #333333;
    float: left;
    text-transform: uppercase;
}

/* End Header CMS */


/* Header Advertisement CMS */
.header-top-banner{display:none;}
.header-top-banner img{width:100%;}
.close-btn{position:absolute; z-index:99; right: 10px; top: 15px; cursor:pointer;}
.close-btn:before{
content:"\f00d"; 
font-family:"FontAwesome"; 
font-size:14px; 
color:#444444; 
border-radius:50%; 
-webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -khtml-border-radius: 50%; 
background: rgba(255,255,255,0.5); 
padding: 5px 6px;
}
/* End Header Advertisement CMS */


/* Start Simpal Menu */

.navigation ul{ padding: 0px;}
/* 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;}

.owl-controls .owl-nav div{
    border:none;
    cursor: pointer;
    display: block;
    font-size: 0;
    position: absolute;
    top: -53px;
    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: 1;
}
.owl-controls .owl-nav .owl-prev::before, .owl-controls .owl-nav .owl-next::before {
    color: #b2b2b2;
    font-size: 16px;
    padding: 4px 11px;
    content: "";
    margin-bottom: 2px;
    background: #ffffff;
    border: 1px solid #e0e0e0;
    font-family: "FontAwesome";
    font-size: 20px;
    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;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    -khtml-border-radius: 5px;
}
.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:#ffffff;
    background: -moz-linear-gradient(90deg, rgba(236,4,4,1) 0%, rgba(255,44,44,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(236,4,4,1)), color-stop(100%, rgba(255,44,44,1)));
	background: -webkit-linear-gradient(90deg, rgba(236,4,4,1) 0%, rgba(255,44,44,1) 100%);
	background: -o-linear-gradient(90deg, rgba(236,4,4,1) 0%, rgba(255,44,44,1) 100%);
	background: -ms-linear-gradient(90deg, rgba(236,4,4,1) 0%, rgba(255,44,44,1) 100%);
	background: linear-gradient(0deg, rgba(236,4,4,1) 0%, rgba(255,44,44,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ec0404', endColorstr='#ff2c2c',GradientType=0 );
}
.owl-controls .owl-nav .owl-prev{right: 55px;}
.owl-controls .owl-nav .owl-next{right: 15px;}
.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: 16px 0px;}
.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;
}
.products.wrapper.products-grid.grid,
.products.wrapper.products-carousel.products-upsell, .column.main .crosssell .products-crosssell{margin:0 -15px;}
.products.wrapper.products-carousel.products-related{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{opacity: 1;}
.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;}
/* End latest CMS */

/* brand */
.brand-home{ background: #ffffff;float: left;width: 100%;}
.brand-item {text-align:center; margin: 5px 15px;}
.brand-item a img{
    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: #f02640;
    font-weight: 500;
    position: relative;
    cursor: pointer;
}

.level-show:after{
    position: absolute;
    color: #f02640;
    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.footer-area {
    position: relative;
    float: left;
    width: 100% !important;
    border: none;
    padding: 0;
}
.payment_block li{
    display: inline-block;
    margin-bottom: 0;
    padding: 0 2px;
}
.payment_block ul{ margin: 0; }
.payment_block.footer-area  ul li{ margin: 0 3px; }
.payment_block li a span{display:none}
.payment_block li a:before{font-family:"FontAwesome"; color:#b3b3b3; font-size:26px;}
.payment_block li a:hover:before{color: #fe2929;}
.payment_block li.discover a:before{content:"\f1f2";}
.payment_block li.mastro a:before{content:"\f1f1";}
.payment_block li.paypal a:before{content:"\f1f4";;}
.payment_block li.visa a:before{content:"\f1f0";}
.payment_block li.express a:before{content:"\f1f3";}
.footer_bottom_inner.container{padding:0;}
.footer_bottom h5 {  display: none;}
/* End Footer Payment CMS */

/* End Footer */

 /* Start Product List View */
.products-list,.column.main .products-list .product-items{ margin: 30px 0;}
.grid .product-item-info .action.tocart:hover{ 
    margin: 0px; 
    border-radius:5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    -khtml-border-radius: 5px;
}
.grid .product-item-info .swatch-attribute{opacity:1; -webkit-opacity:1; -moz-opacity:1; -khtml-opacity: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;
}
.grid .product-item-info:hover .swatch-attribute{opacity:1; -webkit-opacity:1; -moz-opacity:1; -khtml-opacity:1;}
.product-social-links .action.mailto.friend:before{  content: "\f003"; font-family: fontawesome; font-size: 14px;}
.block.related,.block.upsell,div.block.crosssell{ clear: both;box-sizing: border-box;}
.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{ opacity:0;}
.relatedpost-product .product-item-info:hover .product-item-actions .actions-secondary{ opacity: 1;}
.grid .product-item-info:hover .sale-label,
.list .product-item-info:hover .sale-label { opacity: 1;-webkit-opacity: 1;  -moz-opacity: 1;}
.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;display: inline-block; padding:10px 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:10px 16px;display: inline-block;}
/* 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;
}
/*Checkboc 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: 8px 15px; }
.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:8px 15px; 
    font-size: 13px;
    line-height: 1.71429;
}
.form-cart .main.actions a.action.continue,.multicheckout .actions-toolbar .secondary .action.back span,
.checkout-index-index .action.action-auth-toggle{font-weight: 500;letter-spacing: 0;}

/* End Left Column CMS */

.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-index-index .column:not(.sidebar-additional) .custom-contact-form .form.contact {min-width: 100%;}
/*Contact form ends*/
/*Out of Stock Product */
.stock.unavailable{
    font-size: 0;
    background: #f2f2f2; /* Old browsers */
    background: -moz-linear-gradient(top, #f2f2f2 0%, #646464 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #f2f2f2 0%,#646464 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #f2f2f2 0%,#646464 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f2f2', endColorstr='#646464',GradientType=0 ); /* IE6-9 */
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
    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: #fe2929; /* Old browsers */
    background: -moz-linear-gradient(top, #fe2929 0%, #ee0909 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #fe2929 0%,#ee0909 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #fe2929 0%,#ee0909 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fe2929', endColorstr='#ee0909',GradientType=0 ); /* IE6-9 */
}
.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{
    font-weight: 500;
    width:auto;
}
.fotorama__wrap .fotorama__thumb__arr.fotorama__thumb__arr--right{right:2px;}
.fotorama__nav-wrap--horizontal .fotorama__thumb__arr--left{left: 5px;}
.product-block{margin-bottom: 10px;}
.block-brand .items.block-content div:last-child{border-bottom: none;}
.page-footer .footer.content{display: none;}

/***********************************************************************************Product Page CSS*************************************************************************/
.page-layout-1column div.product.media{
    width: 34%;
    padding:0;
    box-sizing: border-box; 
}
.breadcumb_outer{width: 100%;overflow: hidden;}
.breadcumb_inner{
    margin: 10px 0;
    padding: 15px 0;
    overflow: hidden;
}
.sorter-action{
    display: inline-block;
    vertical-align: top;
}
.toolbar select{
    background-color: #ffffff;
    font-size: 14px;
    color: #808080;
    border-radius: 0px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    -khtml-border-radius: 0;
    padding: 7px 26px 7px 10px;
}
.sorter-action:before{
    content: "";
    background: url("../images/sprite.png") no-repeat scroll -7px -311px;
    padding: 15px 16px;
    border: 1px solid #d9d9d9;
    box-sizing: border-box;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    -khtml-border-radius: 5px;
}
.product-info-main .box-tocart .field.qty input.qty-increase {
    background-position: 0 0;
    margin: 0px 0 0 -1px;
}
.box-tocart .field.qty input.qty-decrease, .box-tocart .field.qty input.qty-increase {
    background: url("../../frontend/Megnor/mag110241/en_US/images/btn-qty.png") no-repeat scroll 0 0 transparent;
        background-position-x: 0px;
        background-position-y: 0px;
    border: 1px solid #e5e5e5;
    cursor: pointer;
    display: block;
    height: 17px;
    width: 18px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-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: 12px;
    padding-left: 0;
    font-weight: 500;
    padding: 11px 25px;
    color: #000;
    display: block;
    line-height: 24px;
    text-transform: uppercase;
    background: -moz-linear-gradient(to bottom, #f8f8f8 0%, #f3f3f3 100%);
	background: -webkit-linear-gradient(360deg, rgb(246, 246, 246) 0%,white 100%);
	background: linear-gradient(to bottom, #f8f8f8 0%,#f3f3f3 100%);
	letter-spacing: 0.1em;
	text-transform: capitalize;
	border-radius: 5px 5px 0 0;
}
.sidebar .block .block-title strong{font-weight: 500;}
.product-info-main .swatch-attribute-label {font-weight: 500;}
.fieldset > .field > .label, .fieldset > .fields > .field > .label {font-weight: 500 !important;}
.sidebar .block.filter .block-content.filter-content .block-subtitle{display: none;}
.sidebar .block .block-title.category-title{
    color: #ffffff;
    background: rgba(255,44,44,1);
	background: -moz-linear-gradient(top, rgba(255,44,44,1) 0%, rgba(236,4,4,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,44,44,1)), color-stop(100%, rgba(236,4,4,1)));
	background: -webkit-linear-gradient(top, rgba(255,44,44,1) 0%, rgba(236,4,4,1) 100%);
	background: -o-linear-gradient(top, rgba(255,44,44,1) 0%, rgba(236,4,4,1) 100%);
	background: -ms-linear-gradient(top, rgba(255,44,44,1) 0%, rgba(236,4,4,1) 100%);
	background: linear-gradient(to bottom, rgba(255,44,44,1) 0%, rgba(236,4,4,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffb92c', endColorstr='#ec9f04', GradientType=0 );
	border-radius: 5px 5px 0 0;
}
.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: 700;
}
.filter-options-title{font-weight: normal;text-transform: capitalize;padding: 4px 0px 4px 0;color: #999;}
.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;width: 48%;box-sizing: border-box;}
.page-layout-1column div.product-info-main br { display: none !important; }
.product-info-left-cms{float: right;width: 18%;}
.fotorama__stage{margin-bottom: 15px;}
.catalog-product-view .product-info-main .page-title-wrapper h1{border-bottom:none;padding-bottom: 0; margin: 0 0 5px 0;font-size: 20px;font-weight: 400;color:#000000;}
.product-info-main .product.attribute.overview{margin: 10px 0 18px;}
.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: 20px;font-weight: 500;line-height: 20px;}
.product-info-main .product-info-price{margin:10px 0;border-bottom: none;}
.product-info-main .product-info-stock-sku{ padding: 10px; text-align: center; }
.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: 40px;
    width: 45px;
    border: unset;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    -khtml-border-radius: 10px;
}
.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;
    border: 1px solid #e5e5e5;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    -khtml-border-radius: 5px;
}
.breadcrumbs .item:not(:last-child):after{content: "\f101"; font-family: "FontAwesome";    font-size: 14px;vertical-align: sub;}
.breadcrumbs .items .item strong{color: #fe2929;}
.product.info.detailed .product.data.items > .item.title.active > .switch,
.product.data.items > .item.title.active > .switch:hover{
    color: #ffffff;
    border-radius: 7px 7px 0 0;
    -webkit-border-radius: 7px 7px 0 0;
    -moz-border-radius: 7px 7px 0 0;
    -o-border-radius: 7px 7px 0 0;
    -khtml-border-radius: 7px 7px 0 0;
    background: rgba(255,44,44,1);
	background: -moz-linear-gradient(top, rgba(255,44,44,1) 0%, rgba(236,4,4,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,44,44,1)), color-stop(100%, rgba(236,4,4,1)));
	background: -webkit-linear-gradient(top, rgba(255,44,44,1) 0%, rgba(236,4,4,1) 100%);
	background: -o-linear-gradient(top, rgba(255,44,44,1) 0%, rgba(236,4,4,1) 100%);
	background: -ms-linear-gradient(top, rgba(255,44,44,1) 0%, rgba(236,4,4,1) 100%);
	background: linear-gradient(to bottom, rgba(255,44,44,1) 0%, rgba(236,4,4,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffb92c', endColorstr='#ec9f04', GradientType=0 );
}
.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;
	font-size: 14px;
	text-transform:capitalize;
	line-height: 40px;
	height: auto;
	color: #fff;
    border-radius: 7px 7px 0 0;
    -webkit-border-radius: 7px 7px 0 0;
    -moz-border-radius: 7px 7px 0 0;
    -o-border-radius: 7px 7px 0 0;
    -khtml-border-radius: 7px 7px 0 0;
    font-weight: 500;
    margin: 0 10px 0 0px;
    background: -moz-linear-gradient(90deg, rgba(58,58,58,1) 0%, rgba(102,102,102,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(102,102,102,1)), color-stop(100%, rgba(58,58,58,1)));
	background: -webkit-linear-gradient(90deg, rgba(58,58,58,1) 0%, rgba(102,102,102,1) 100%);
	background: -o-linear-gradient(90deg, rgba(58,58,58,1) 0%, rgba(102,102,102,1) 100%);
	background: -ms-linear-gradient(90deg, rgba(58,58,58,1) 0%, rgba(102,102,102,1) 100%);
	background: linear-gradient(0deg, rgba(58,58,58,1) 0%, rgba(102,102,102,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#666666', endColorstr='#3a3a3a',GradientType=0 );
}
.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: #fe2929;
}
.data.switch .counter{color: #fff;}
.product.info.detailed .product.data.items > .item.title.active:not(.disabled) > .switch:hover{color: #ffffff;}
.product.info.detailed >.product.data.items > .item.content{border-left: none;border-right:  none;border-bottom: none;border-top:2px solid #fe2929;margin-top: 40px;}
.product.info.detailed .product.data.items{background: #ffffff;padding: 20px;}
.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: 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;
    -o-border-radius: 5px;
    -khtml-border-radius: 5px;
}
.pages .item.current{border-color: #fe2929;background: #fe2929;}
.pages li.item:hover{border-color: #fe2929;}
.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: 10px 0 0 0;}
.catalog-product-view .product.info.detailed .product.data.items > .item.content br { display: none !important; }
.product-item-actions .actions-primary + .actions-secondary{padding:0;width: auto;vertical-align: sub;}
.products-related .product-item-actions, .upsell .product-item-actions{line-height: 1;}
.product-item-actions .actions-primary{display: inline-block;  }
.block.related .product-item-inner .actions-primary, .crosssell .product-item-inner .actions-primary, .upsell .product-item-inner .actions-primary{vertical-align: bottom;}
.product.info.detailed{margin-top: 50px;float: left;width: 100%;}
.review-list .block-title strong{font-size: 20px;}
.review-title{font-size: 18px;}
.review-toolbar{border-color: #404040;}
.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: #fe2929; /* Old browsers */
    background: -moz-linear-gradient(top, #fe2929 0%, #ee0909 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #fe2929 0%,#ee0909 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #fe2929 0%,#ee0909 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fe2929', endColorstr='#ee0909',GradientType=0 ); /* IE6-9 */
}
.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; 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{width: 19%;margin-top:0;}
.product-item-info{position: relative;width: auto;}
.page-products.catalog-category-view .products-grid .product-item{width: 24.5%;margin-left: 0;padding: 0;}
.page-products .product-image-container{border-bottom: none;}
body.page-layout-2columns-left .column.main{width: 78.572%;}
.breadcumb_inner .page-title-wrapper h1{float:none;letter-spacing: 0.5px;margin-bottom: 0px;text-align: center;}
.list.products-list .list-left .actions-secondary {margin-top: 10px;}
.page-with-filter.page-products .breadcumb_inner .page-title-wrapper h1,
.blog-index-index .breadcumb_inner .page-title-wrapper h1,
.blog-post-view .breadcumb_inner .page-title-wrapper h1,
.blog-author-admin-admin .breadcumb_inner .page-title-wrapper h1,
.categorypath-blucher-shoe .breadcumb_inner .page-title-wrapper h1,
.page-product-configurable .breadcumb_inner .page-title-wrapper h1,
.cms-privacy-policy-cookie-restriction-mode .breadcumb_inner .page-title-wrapper h1,
.sales-guest-form .breadcumb_inner .page-title-wrapper h1,
.catalogsearch-advanced-index .breadcumb_inner .page-title-wrapper h1,
.blog-archive-view .breadcumb_inner .page-title-wrapper h1,
.catalog-product-view .breadcumb_inner .page-title-wrapper h1
{
    float: left;
    text-align: left;
    background: transparent;
}

div.breadcrumbs{float: right;padding-right: 0;margin-bottom: 0;display: block;}
.breadcrumbs a:visited{color: #000000;}
.breadcrumbs a:active, .breadcrumbs a:hover{color: #fe2929;text-decoration: none;}
.breadcrumbs .items{font-size: 14px;}
.columns .sidebar.sidebar-main{padding-right:0px;}
.page-wrapper .page-main .sidebar .block{
    margin: 0 0 30px 0; 
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    -khtml-border-radius: 5px;
    overflow: hidden;
    background: transparent;
}
.page-wrapper .page-main .sidebar .block.block-collapsible-nav{z-index: 2;}
.filter-options-title:after{right:4px;font-size: 10px;}
body.page-layout-2columns-left .sidebar-additional{padding-right: 0;background: transparent;}
.page-products .products-grid .product-item-inner:before{background: transparent;}
.page-products .toolbar-products{
    padding: 5px;
    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: #fe2929;
}
.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: #999;float: right;}
/*Category Page while List View*/
.page-products .products-list .product-item-image{border-bottom: none;float: left;}
.page-products .products-list .product-item-info:hover .product-item-image{border-bottom: none;}
.products-list .products-list .product-item-info{overflow: hidden;margin: 0;padding: 30px 0;border-bottom: 1px solid #404040;}
.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;border-bottom: 1px solid #d9d9d9;}
.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;}
.products-list .product-item .price-box{margin:0 0 10px 0;}
.list-left, .list-right {float: left;}
.list-left{
    width: 70%;
    box-sizing: border-box;
    border-right: 1px solid #d9d9d9;
    padding: 0 15px 0 15px;
}
.list-right{
    width: 30%;
    box-sizing: border-box;
    padding: 20px 0 10px 15px;
    text-align: center;
}
.page-products .products-list .product-image-container{display: inline;}
.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: #999;}
.filter-options-title:hover{color: #fe2929;}
.category-image img{width: 100%;}
.page-products .products-grid .product-item-details{margin-top: 5px;}
/*Category Page css Ends*/

.action.primary,a.action.primary,button{
    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;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
}
button:not(.primary){
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
}
.abs-discount-block .actions-toolbar .action.primary, .cart-discount .actions-toolbar .action.primary {color: #fff; padding: 8px 20px;}
.abs-discount-block .actions-toolbar .action.primary:hover, .cart-discount .actions-toolbar .action.primary:hover { /* css update */
    background: #646464;
    background: -moz-linear-gradient(top, #646464 0%, #404040 100%);
    background: -webkit-linear-gradient(top, #646464 0%,#404040 100%);
    background: linear-gradient(to bottom, #646464 0%,#404040 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#646464', endColorstr='#404040',GradientType=0 );
}
.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;
}
.product-item .tocart{
	padding: 8px 20px;
	font-size: 13px;
	line-height: 20px;
	color: #fff;
	font-weight: 500;
    background: #646464;
    background: -moz-linear-gradient(top, #646464 0%, #404040 100%);
    background: -webkit-linear-gradient(top, #646464 0%,#404040 100%);
    background: linear-gradient(to bottom, #646464 0%,#404040 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#646464', endColorstr='#404040',GradientType=0 );
	letter-spacing: 0.05em;
}
/*Login Page design*/
.login-container {
    color: #666;
}
.login-container .block .block-title{
        border-bottom: 1px solid #404040;
        padding-top:10px;
}
.login-container .block .block-title strong{    
    font-weight: normal;
    font-size: 16px;
}
/*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 #404040;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 #d9d9d9;
}
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;
}
.block-search-inner input[type="text"]{color: #000;letter-spacing: 0.05em;}
.block-search-inner input[type="text"]::placeholder{color: #d5d5d5;opacity: 1;}
.catalogsearch-advanced-index .field.price .addon input{min-width: 0;}
select{border: 1px solid #d9d9d9;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;
}
._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: #404040;}
.block-collapsible-nav .content{
	padding:10px 20px;
	box-sizing:border-box;
	border:1px solid #e6e6e6;
	border-top:none;
	border-radius: 0 0 5px 5px;
	-webkit-border-radius: 0 0 5px 5px;
	-moz-border-radius: 0 0 5px 5px;
	-o-border-radius: 0 0 5px 5px;
	-khtml-border-radius: 0 0 5px 5px;
}
.subbanner_content_top .view_button:hover > a {color: #fe2929;}
.block-reorder .actions-toolbar{margin: 0;}
.block-compare .counter, .block-wishlist .counter{color: #fe2929;}
/*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: 10px 0;
    padding: 15px 0;
    text-align: center;
}
.account .page-title-wrapper h1.page-title {
    margin:0 !important;
    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;border-bottom:1px dashed #ebebeb;}
.block-collapsible-nav .item a,.block-collapsible-nav .item.current>strong{color: #999;background: transparent;border-bottom: 1px dashed #e6e6eb;}
.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.page-layout-2columns-left div.column.main{width: 78.572%;}
body.account.page-layout-2columns-left .sidebar{width: 19%;}
.account .block-collapsible-nav .title{
    background:none;
    border-bottom: 0;
    margin: 0;
    padding: 11px 25px;
    background: #fe2929; /* Old browsers */
    background: -moz-linear-gradient(top, #fe2929 0%, #ee0909 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #fe2929 0%,#ee0909 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #fe2929 0%,#ee0909 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fe2929', endColorstr='#ee0909',GradientType=0 ); /* IE6-9 */
}
.account .sidebar .block .block-title.category-title{
    color: #fff;
    background: -moz-linear-gradient(to bottom, #f8f8f8 0%, #f3f3f3 100%);
	background: -webkit-linear-gradient(360deg, rgb(246, 246, 246) 0%,white 100%);
	background: linear-gradient(to bottom, #f8f8f8 0%,#f3f3f3 100%);
}
.page-wrapper .page-main .sidebar .block.account-nav {
    display: none;
}
.account .block-collapsible-nav .title > strong{
    font-size: 14px;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: bold;
}
.account .block-collapsible-nav .item.current a, .account .block-collapsible-nav .item.current > strong{
    padding: 7px 0;
    color: #fe2929;
}
.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;
    -o-border-radius: 7px 7px 0 0;
    -khtml-border-radius: 7px 7px 0 0;
    background: rgba(255,44,44,1);
	background: -moz-linear-gradient(top, rgba(255,44,44,1) 0%, rgba(236,4,4,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,44,44,1)), color-stop(100%, rgba(236,4,4,1)));
	background: -webkit-linear-gradient(top, rgba(255,44,44,1) 0%, rgba(236,4,4,1) 100%);
	background: -o-linear-gradient(top, rgba(255,44,44,1) 0%, rgba(236,4,4,1) 100%);
	background: -ms-linear-gradient(top, rgba(255,44,44,1) 0%, rgba(236,4,4,1) 100%);
	background: linear-gradient(to bottom, rgba(255,44,44,1) 0%, rgba(236,4,4,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffb92c', endColorstr='#ec9f04', GradientType=0 );
}
.order-details-items{border:1px solid #404040;}
.account .block-collapsible-nav .item a:hover{color:#fe2929;}
.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: rgba(255,44,44,1);
	background: -moz-linear-gradient(top, rgba(255,44,44,1) 0%, rgba(236,4,4,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,44,44,1)), color-stop(100%, rgba(236,4,4,1)));
	background: -webkit-linear-gradient(top, rgba(255,44,44,1) 0%, rgba(236,4,4,1) 100%);
	background: -o-linear-gradient(top, rgba(255,44,44,1) 0%, rgba(236,4,4,1) 100%);
	background: -ms-linear-gradient(top, rgba(255,44,44,1) 0%, rgba(236,4,4,1) 100%);
	background: linear-gradient(to bottom, rgba(255,44,44,1) 0%, rgba(236,4,4,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffb92c', endColorstr='#ec9f04', GradientType=0 );
    color: #ffffff;
    padding: 5px 15px;
    width: 100%;
    border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    -o-border-radius: 5px 5px 0 0;
    -khtml-border-radius: 5px 5px 0 0;
    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: #88bf4a;
    border:1px solid #88bf4a;
}
.filter-options-content a:hover{background-color: transparent;color: #fe2929;}
.filter-options-content a:hover .count{color:#fe2929;}
.sidebar .block.block-reorder .block-title, .sidebar .block.block-reorder .block-content {
    display: block;
}
.field-tooltip .field-tooltip-action::before{font-size: 19px;}
.field-tooltip{top:9px;}
.order-details-items .product-item-name{padding: 0;font-size: 14px;}
.minicart-wrapper .action.close { width: 40px; height: 40px; }
.sidebar .action.tocart{
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	-khtml-border-radius: 5px;
}
/*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;}
.catalog-product_compare-index .table-comparison .action.tocart {padding: 8px 20px;} /* update css */
table.table-comparison div.product-reviews-summary { /* update css */
	position: relative;
	opacity: 1;
	bottom: 0;
}
table.table-comparison .product-reviews-summary div.reviews-actions { /* update css */
    line-height: 16px;
}
.table-comparison .action.towishlist:before{ 
    padding:9px;
    line-height: 18px;
    text-align: center;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    -khtml-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: #fe2929;}
.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;}
/*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%;}
.action.tocompare{margin:0;}
.list.products-list .list-right div.product-reviews-summary {
    position: relative;
    bottom: auto;
    right: auto;
    opacity: 1;
    left: auto;
}
body .block.widget .products-grid .product-item .product-item-inner,
body.page-layout-1column .block.widget .products-grid .product-item .product-item-inner,
body.page-layout-3columns .block.widget .products-grid .product-item .product-item-inner{
    box-shadow: unset;
    margin: unset;
}
.page-products .products.wrapper.list.products-list .product-items .product.product-item .swatch-option, .page-products .products.wrapper.grid.products-grid .product-items .product.product-item .swatch-option, .sidebar .swatch-option, #product-options-wrapper .swatch-option {
    height: 14px;
    margin: 0 8px 5px 0;
    max-width: 12px;
    min-width: 12px;
    border: 1px solid transparent;
    outline: unset;
    float: unset;
    display: inline-block;
}
/*search Results CSS ends here*/

/* product hover image css */
.product-hover-image {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	opacity: 0;
	-moz-opacity: 0;
	-khtml-opacity: 0;
	-webkit-opacity: 0;
	visibility: hidden;
	transform: scale(0);
	-o-transform: scale(0);
	-ms-transform: scale(0);
	-moz-transform: scale(0);
	-webkit-transform: scale(0);
	transition: all .3s ease;
	-o-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-webkit-transition: all .3s ease;
	transform-origin: center center;
	-ms-transform-origin: center center;
	-webkit-transform-origin: center center;
}
.block.widget .product-item-info:hover .product-hover-image, .page-products .products-grid .product-items .product-item .product-item-info:hover .product-hover-image,
.page-products .products-list .product-items .product-item .product-item-info:hover .product-hover-image {
	z-index: 1;
	opacity: 1;
	-moz-opacity: 1;
	-khtml-opacity: 1;
	-webkit-opacity: 1;
	visibility: visible;
	transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	-moz-transform: scale(1);
	-webkit-transform: scale(1);
}
    
.page-wrapper #maincontent.page-main .sidebar .block {  /* sidebar margin bottom add */
    margin-bottom: 30px;   
}
.page-products .columns, .columns {padding-top: 30px !important;} /* page product padding top add */

.cms-home .columns {
    padding-top: 0px !important; /* css update */
}
.header-nav-inner .navigation .level0 .submenu a {padding: 0; } /* css update */

/*---------------------------------------------------------------------Responsive CSS Starts Here(responsive.css)-------------------------------------------------------*/
@media (min-width: 980px){
.page-wrapper .page-main .sidebar .block {overflow: unset;}
}
@media (min-width: 1281px) and (max-width: 1350px){
    .flexslider{min-height: 466px;}
    .products-list .product-item-details{width: 72%;}
    .header-center-contact.header-contact1::before{content: none;}
    .footer-newsletter{width: 25%; }
    .footer-inner-left{margin: 0; }
    .subbanner .title {font-size: 23px;}
    #mainmenu .hiden_menu .dropdown-inner-list .level-top > span, #mainmenu .hiden_menu .dropdown-inner-list > a {padding: 0 10px;}
    ul#category-treeview, .sidebar .block-content, .block-brand > .block-content, .block.block-compare .block-content, .block.block-reorder .block-content {padding: 18px 15px;}
    .product-item .tocompare{margin:0;}
    .product-item .tocart {padding: 8px 15px;}
}

@media (min-width: 1251px) and (max-width: 1280px){
    .flexslider{min-height: 454px;}
    .products-list .product-item-details{width: 72%;}
    .header-center-contact.header-contact1::before{content: none;}
    .footer-newsletter{width: 25%;}
    .footer-inner-left{margin: 0; }
    .subbanner .title {font-size: 23px;}
    .block.newsletter .field{ width: 84%;}
    .sidebar-additional .block .block-title strong {font-size: 12px;}
    .sidebar .block .block-title {font-size: 12px;}
    #mainmenu .hiden_menu .dropdown-inner-list .level-top > span, #mainmenu .hiden_menu .dropdown-inner-list > a {padding: 0 10px;}
    ul#category-treeview, .sidebar .block-content, .block-brand > .block-content, .block.block-compare .block-content, .block.block-reorder .block-content {padding: 18px 15px;}
    .product-item .tocompare{margin:0;}
    .product-item .tocart {padding: 8px 15px;}
}

@media (min-width: 1201px) and (max-width: 1250px){
    .flexslider{ min-height: 436px;}
    .products-list .product-item-details{width: 70%;}
    .footer-bottom-left, .footer-bottom-right {float: none;}
    .header-center-contact.header-contact1::before{ content: none;}
    .block.newsletter .field{ width: 80.7%;}
    .subbanner .title {font-size: 23px;}
    .sidebar-additional .block .block-title strong {font-size: 12px;}
    .sidebar .block .block-title {font-size: 12px;}
    #mainmenu .hiden_menu .dropdown-inner-list .level-top > span, #mainmenu .hiden_menu .dropdown-inner-list > a {padding: 0 10px;}
    ul#category-treeview, .sidebar .block-content, .block-brand > .block-content, .block.block-compare .block-content, .block.block-reorder .block-content {padding: 18px 15px;}
    .product-item .tocompare{margin:0;}
    .product-item .tocart {padding: 8px 15px;}
}

@media (min-width: 1024px) and (max-width: 1200px) {
    #mainmenu .level-top>span, #mainmenu .hiden_menu>a{margin:9px 13px;}
    .flexslider{min-height: 369px;}
    .header-right{width: 78%;}
    .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: 64%;}
    .footer-inner .footer-area .store-details li{word-break: break-word;}
    .subbanner{padding: 0;}
    .subbanner .title{font-size: 19px;}
    .footer-bottom-left, .footer-bottom-right {float: none;}
    .header-center-contact.header-contact1::before{content: none;}
    .subbanner_content_top .text2, .subbanner_content_top .sub_banner2.sub_banner .text2, 
    .subbanner_content_top .sub_banner3.sub_banner .text2{margin: 8px 0 13px;}
    .subbanner_content_top .banner_text {right: 32px;}
    .subbanner_content_top .sub_banner2.sub_banner .banner_text{right: 25px;}
    .subbanner_content_top .sub_banner3.sub_banner .banner_text {right: 10px;}
    .footer-inner-left{width: 20%;margin: 0;}
    .footer-newsletter{width: 32%;}
    .block.block-search{width: 25%;}
    .tm_headerlinkmenu ,.minicart-wrapper .action.showcart{margin: 0;}
    .sidebar-additional .block .block-title strong {font-size: 12px;}
    .sidebar .block .block-title {font-size: 12px;}
    #mainmenu .hiden_menu .dropdown-inner-list .level-top > span, #mainmenu .hiden_menu .dropdown-inner-list > a {padding: 0 10px;}
    ul#category-treeview, .sidebar .block-content, .block-brand > .block-content, .block.block-compare .block-content, .block.block-reorder .block-content {padding: 18px 15px;}
    .product-item .tocart {padding: 8px 15px;font-size: 12px;}
    .product-item .tocompare{margin:0;}
    .grid.products-grid .actions-secondary.wishlist, .grid.products-grid .actions-secondary.compare, .grid.products-grid .action.tocompare {padding: 5px 7px;float: left;margin: 0;}
    .grid.products-grid .product-item-info:not(:hover):not(.active) .product-item-inner, .grid.products-grid .product-item-inner, .grid.products-grid .product-item-info:hover .product-item-inner,.grid.products-grid .product-item-inner {float: left;}
    .grid.products-grid .actions-secondary.compare {margin: 3px 0 0 0;float: left;padding: 0;}
    .tm_product_tab .grid.products-grid .actions-secondary.wishlist, .tm_bestseller .grid.products-grid .actions-secondary.wishlist{float: unset;margin: 0 1px 0 0;}
    
    .tm_product_tab .grid.products-grid .product-item-info:not(:hover):not(.active) .product-item-inner,
    .tm_product_tab .grid.products-grid .product-item-inner,
    .tm_product_tab .grid.products-grid .product-item-info:hover .product-item-inner,
    .tm_product_tab .grid.products-grid .product-item-inner,
    .tm_bestseller .grid.products-grid .product-item-info:not(:hover):not(.active) .product-item-inner,
    .tm_bestseller .grid.products-grid .product-item-inner,
    .tm_bestseller .grid.products-grid .product-item-info:hover .product-item-inner,
    .tm_bestseller .grid.products-grid .product-item-inner {float: unset;}

    .tm_product_tab .grid.products-grid .actions-secondary.compare, .tm_bestseller .grid.products-grid .actions-secondary.compare {margin: 3px 0 0 2px;float: unset;}
}

@media (min-width: 980px) and (max-width: 1023px) {
    .flexslider{min-height: 353px;}
    .header-right{width: 78%;}
    #mainmenu .level-top>span, #mainmenu .hiden_menu>a{margin:9px 13px;}
    .footer-inner .footer-area .store-details li{word-break: break-word;}
    .footer-bottom-left{float: none;}
    .footer-bottom-right{float: none;}
    .footer-inner-left{width: 21%;margin: 0;}
    .footer-newsletter{width: 27%;}
    .footer-inner .footer-area{width: 16%;}
    .block.newsletter .field{width: 80%;}
    .actions-toolbar .primary .action {margin: 0 !important;}
    .subbanner .title{font-size: 20px;}
    .serviceblock .title{font-size: 14px;}
    .service-sub-text{font-size: 12px;}
    .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: 20px 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;}
    .navigation.custommenu .mainmenu .level0.newsubmenu, .navigation.custommenu .mainmenu .level0 > ul{left: 0;}
    .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}
    .tm_headerlinkmenu ,.minicart-wrapper .action.showcart{margin: 0;}
    .subbanner_content_top .text2, .subbanner_content_top .sub_banner2.sub_banner .text2, 
    .subbanner_content_top .sub_banner3.sub_banner .text2{margin: 8px 0 13px;}
    .subbanner_content_top .banner_text {right: 32px;}
    .subbanner_content_top .sub_banner2.sub_banner .banner_text{right: 25px;}
    .subbanner_content_top .sub_banner3.sub_banner .banner_text {right: 10px;}
    .subbanner{padding: 0;}
    .subbanner1, .subbanner2, .subbanner3{padding: 30px 10px 25px;}
    .flex-direction-nav li a.flex-prev, .flex-direction-nav li a.flex-next{top: 30%;}
    .sidebar-additional .block .block-title strong {font-size: 12px;}
    .sidebar .block .block-title {font-size: 12px;}
    #mainmenu .hiden_menu .dropdown-inner-list .level-top > span, #mainmenu .hiden_menu .dropdown-inner-list > a {padding: 0 10px;}
    ul#category-treeview, .sidebar .block-content, .block-brand > .block-content, .block.block-compare .block-content, .block.block-reorder .block-content {padding: 18px 15px;}
    .page-products.catalog-category-view .products-grid .product-item {width: 33.33%;}

}
@media (min-width: 768px) and (max-width: 979px){
    .flexslider { min-height: 273px;}
    .header-right{ width: 75%; }
    .headertoggle_img{ padding: 5px 0; }
    .my-account-cms{ font-size: 0;padding: 12px 28px;background: url(../images/Icons.png) no-repeat scroll center 0 transparent; }
    .headertoggle_img:hover .my-account-cms {background: url("../images/Icons.png") no-repeat scroll 18px -172px transparent;}
    .header-center-contact { margin: 0; }
    .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;}
    .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: 20px;position: absolute;right: 20px;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;
    }
    .flex-direction-nav li a.flex-prev, .flex-direction-nav li a.flex-next{ top: 30%; }
    .block.block-search {
        float: left;
        padding: 0;
        width: 100%;
        -webkit-border-radius: 5px 5px 0 0;
        border-radius: 5px 5px 0 0;
        -moz-border-radius: 5px 5px 0 0;
        -o-border-radius: 5px 5px 0 0;
        -khtml-border-radius: 5px 5px 0 0;
    }
    .block-search-inner {float: left;padding: 10px;width: 97%;}
    .header-center-contact.header-contact1::before{ content: none; }
    .minicart-wrapper .action.showcart > span{ display: none; }
    .tm_headerlinkmenu ,.minicart-wrapper .action.showcart{margin: 0;}
    .minicart-wrapper .action.showcart{ padding: 6px 13px; }
    .subbanner_content_top .text2, .subbanner_content_top .sub_banner2.sub_banner .text2, 
    .subbanner_content_top .sub_banner3.sub_banner .text2{ margin: 8px 0 13px; }
    .subbanner_content_top .banner_text { right: 32px;top: 10%; }
    .subbanner_content_top .sub_banner2.sub_banner .banner_text {top: 20%;}
    .subbanner_content_top .sub_banner2.sub_banner .banner_text{ right: 25px; }
    .subbanner_content_top .sub_banner3.sub_banner .banner_text { right: 10px; }
    .subbanner{ padding: 0; }
    .subbanner_content_top .sub_banner2.sub_banner .text2 span, .subbanner_content_top .sub_banner2.sub_banner .text2{ font-size: 20px; }
    .subbanner_content_top .text2, .subbanner_content_top .sub_banner3.sub_banner .text2{font-size: 20px;}
    .subbanner_content_top .sub_banner3.sub_banner .text1, .subbanner_content_top .text1 { font-size: 25px; }
    .subbanner1, .subbanner2, .subbanner3{ padding: 30px 10px 25px; }
    .tm_header_info_cms {margin: 0 0 0 10px;}
    #mainmenu .hiden_menu .dropdown-inner-list .level-top > span, #mainmenu .hiden_menu .dropdown-inner-list > a {padding: 0 10px;}
    .product-item .tocart {padding: 8px 15px;}
    .list-right {padding: 0 0 10px 15px;}
    .tm_product_tab .grid.products-grid .actions-secondary.wishlist, .tm_bestseller .grid.products-grid .actions-secondary.wishlist{float: unset;margin: 0 1px 0 0;}
    
    .tm_product_tab .grid.products-grid .product-item-info:not(:hover):not(.active) .product-item-inner,
    .tm_product_tab .grid.products-grid .product-item-inner,
    .tm_product_tab .grid.products-grid .product-item-info:hover .product-item-inner,
    .tm_product_tab .grid.products-grid .product-item-inner,
    .tm_bestseller .grid.products-grid .product-item-info:not(:hover):not(.active) .product-item-inner,
    .tm_bestseller .grid.products-grid .product-item-inner,
    .tm_bestseller .grid.products-grid .product-item-info:hover .product-item-inner,
    .tm_bestseller .grid.products-grid .product-item-inner {float: unset;}

    .tm_product_tab .grid.products-grid .actions-secondary.compare, .tm_bestseller .grid.products-grid .actions-secondary.compare {margin: 3px 0 0 2px;float: unset;}
    .block.related .actions-secondary.wishlist, .block.upsell .actions-secondary.wishlist, .block.crosssell .actions-secondary.wishlist {margin: 0 1px 0 0;float: unset;}
    .block.related .product-item-inner , .block.upsell .product-item-inner , .block.crosssell .product-item-inner {float: unset;}
}
@media (max-width: 979px){
    .stock.unavailable:before{padding: 8px;}
    .page-header .header.content .tm_header>div{padding: 10px 0;}
    .header-logo{width: auto;margin: 0 auto;display: inline-block;}
    .serviceblock .service-text{padding: 40px 0 0 0;}
    .serviceblock1 .shipping-info{background-position: center 8px; }
    .serviceblock1:hover .shipping-info{background-position: center -82px; }
    .serviceblock2 .support-service{background-position: center -171px;}
    .serviceblock2:hover .support-service{background-position: center -261px;}
    .serviceblock3 .returns{background-position: center -351px;}
    .serviceblock3:hover .returns{background-position: center -441px;}
    .serviceblock .service-text { text-align: center; }
    .service-sub-text{font-size: 12px;}
    .tm_subbanner_cms .subbanner-outer>[class*="subbanner"] div{width: 100%;}
    .subbanner .title{font-size: 20px;}
    .news-left{width: 100%;}
    .news-right{width: 100%;}
    .news-heading{font-size: 17px;}
    .footer_newsletter .news-text{display: none;}
    .block.newsletter .field { width: 93.5%; }
    .footer-bottom-left, .footer-bottom-right{float: none;}
    .footer-inner .footer-area{border-left:none;}
    .footer-inner .footer-area:last-child{width: 100%;padding-left: 0;}
    .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;}
    .text1 a{font-size: 150%;}
    .text2{font-size: 90%;}
    .text-block{top: 5%;}
    .tm_advertise_banner_cms .ad_banner1{width: 49%;margin-right: 1%;}
    .tm_advertise_banner_cms .ad_banner2{width: 49%;margin-left: 1%;}
    div.block.newsletter{width: 60%;}
    .footer-topper-left{width: 38%;margin:0;padding: 40px 0;}
    .block.newsletter .form.subscribe{width: 96%;}
    .column.main .product-item{padding-left: 0;}
    .column.main .product-items{margin:0; }
    div.block-search input{padding-right: 40px}
    .footer-topper{padding: 40px;box-sizing: border-box;}
    div.block.newsletter{width: 100%;}
    .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 20px;}
    .account .sidebar .block .block-title.category-title{
        color: #ffffff;
        background: -moz-linear-gradient(top, #fe2929 0%, #ee0909 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(top, #fe2929 0%,#ee0909 100%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom, #fe2929 0%,#ee0909 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fe2929', endColorstr='#ee0909',GradientType=0 ); /* IE6-9 */
    }
    .account .sidebar .block .block-title.category-title .mobile_togglemenu::after{color: #ffffff;}
    .page-header .header.content{padding: 25px 0 0;}
    .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;
    }
    .navigation.custommenu .mainmenu .level0.newsubmenu, .navigation.custommenu .mainmenu .level0 > ul { top: 60px; }
    .navigation.custommenu .mainmenu .level0 > ul { min-width: 174px; }
    .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;}
    .block.newsletter {margin-bottom: 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: 10px;padding-left: 10px;}
    .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;}
    .blog-index-index .page-main .columns .sidebar .widget.block-archive{border-bottom: none;}
    .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:#000000; 
        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 .mobile_togglemenu:after{ color: #fff; }
    .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,body.account.page-layout-2columns-left .sidebar{width: 100%; padding: 0px;float: left;}
    .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: 14px;}
    .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;}
    .footer-inner-left, .payment_block, .footer-newsletter{width: 100%;margin-right: 0;}
    .footer-newsletter{padding: 0;border: none;}
    .store-details {display: inline-block;width: 100%;text-align: left;}
    .footer-inner .tm_footer_social ul, .footer-inner .payment_block ul {margin-bottom: 0;}
    .form-cart .main.actions a.action.continue,
    .cart-container .form-cart .actions.main .clear, 
    .form-cart .main.actions button{padding: 8px;font-size: 12px;font-weight: 500;}
    .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,
    .cart-summary .checkout-methods-items .action.primary.checkout{ padding: 10px 8px; margin:0 0 2px; }
    .navigation.custommenu .mainmenu .level0.newsubmenu, .navigation.custommenu .mainmenu .level0 > ul{left: 0; right: auto;}
    .navigation.custommenu .mainmenu li.level1{width:auto;min-width: 0;}
    .custom-contact-form{float: none;margin-bottom: 30px;width: 100%;} /* css update */
    .googlemap{display: block;float: none;margin: 0;width: 100%;}
    .list-left {width: 100%;border-right: none;}
    .list-right {width: 100%;text-align: left;}
    .products-list .product-item-inner{ text-align: left;}
    #mainmenu .hiden_menu .dropdown-inner-list .level-top > span, #mainmenu .hiden_menu .dropdown-inner-list > a {padding: 0 10px;}
    .actions-secondary.wishlist{margin: 0;padding: 5px 5px;float: left;}
    .products-grid .product-item-info:not(:hover):not(.active) .product-item-inner, .products-grid .product-item-inner, .products-grid .product-item-info:hover .product-item-inner, .product-item-inner {float: left;}
    .product-item .tocart {padding: 8px 10px;}
    .action.tocompare {padding: 5px 5px;}
    .actions-secondary.compare {margin: 0;float: right;}
    .sidebar-additional .block .block-title strong {font-size: 14px;}
}
@media (max-width: 767px){
    /*Default menu*/
.navigation .level0{width: 100%;box-sizing: border-box;}
.navigation .level0.ui-menu-item>a span{color: #000000;}
/*Default menu*/
	.list-right {padding: 10px 0 10px 15px;}
    .flexslider { min-height: 229px;}
    .column.main .products.wrapper ~ .toolbar .modes {display: none;}
    .header-top{ text-align: center; }
    .page-header .tm_header_top.container-width .switcher,.tm_header_top.container-width .tm_headerlinkmenu{display: none;}
    .column.main .modes {display: block;float: left;}
    .navigation .level0.ui-menu-item{ padding: 0 10px; }
    .column.main .modes .modes-label, .column.main .modes .modes-mode span {display: none;}
    .block.block-search{
        overflow: hidden;
        float: right;
        width: 100%;
        padding-left: 50px;
        box-sizing: border-box;
    }
    div.block-search input{position: relative;}
    .block-search .control{margin: 0;}
    .form.minisearch{position: relative;float: right;width: 100%;}
    .container-width{padding: 0 15px;}
    .product-item-details .product-item-inner .actions-primary, .product-item-details .product-item-inner .actions-secondary{margin: 0;}
    .text1 a{font-size: 100%;}
    .text-block{width:60%;}
    .modes-mode.active.mode-grid, a.modes-mode.mode-list{ padding: 15px 16px; }
    .page-header .header.content {padding: 15px 0 0;}
    .product-item .tocart{padding: 8px 6px;}
    .nav-sections .header.links li.greet.welcome {font-weight: 400;color: #000;}
    div[id^="store.settings"] .switcher-label{display: none;}
    .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 #404040;box-sizing: border-box;text-align: center;}
    .nav-sections .switcher-dropdown li:hover a{color: #fe2929;cursor: pointer;}
    .navigation .level0{font-size: 14px;}
    .nav-sections .switcher-options::before{content:"\e622";font-family: "Luma-Icons";font-size: 10px; position: absolute;right: 15px;}
    .nav-sections .switcher-options.active::before{content:"\e621";}
    .product-main-content{display:flex;display:-webkit-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;border-top: none; }
    .products.wrapper.products-grid.grid,
    .products.wrapper.products-carousel.products-upsell, .column.main .crosssell .products-crosssell{margin: 0 -15px;}
    .toolbar .pages{margin-bottom: 0;}
    .list-left, .list-right{padding: 0; border-left:none;}
    .page-wrapper .page-main .sidebar .block.block-collapsible-nav{border-right: none;}
    .products.wrapper.products-grid.grid{margin:0 -15px;}
    .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;}
    .catalog-category-view .product-item-details .product-item-inner .actions-secondary a{padding: 8px 5px;}
    .cms-index-index.page-layout-1column .block.widget .products-grid .widget-product-grid .product-item{width: 33%;}
    .flexslider .flex-direction-nav{opacity: 0;}
    .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;}
    .minicart-wrapper {margin: 0;}
    .header-center-contact.header-contact1::before{left: -165px;}
    .page-header .header.content .tm_header>div{padding: 20px 0;float: left;}
    .page-header .header.content .tm_header .header-left{width: 25%;}
    .page-header .header.content .tm_header .header-right{width: 75%;}
    .tm_header_info_cms{float: left;}
    .header-center-contact.header-contact1,.header-center-contact{ margin: 0 0 0 10px; }
    .subbanner-outer{width: 100%;padding: 0;margin: 15px 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%;}
    .serviceblock{width: 33.33%;margin: 10px 0;}
    .tm_shipping_cms{ margin: 20px 0; }
    .products-grid.wishlist .product-item{padding: 0;}
    .wishlist-index-index .products-grid.wishlist{margin: 0 -15px 10px;}
    .page-header .switcher{float: none;}
    .page-header .switcher strong{display:block;text-transform: capitalize;padding: 7px 7px 0 0;color: #000;}
    .nav-sections .switcher{border-top: 1px solid #d1d1d1;padding: 8px 10px;margin: 0;}
    .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: 0;}
    .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;
        box-shadow: none;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
    }
    .minicart-wrapper .action.showcart{ padding: 6px 13px; }
    .headertoggle_img{ padding: 8px 15px; }
    .headertoggle_img::before { padding: 10px 14px; }
    .block-search .actions { right: 0; }
    .nav-toggle:hover::before {
        color: #000000;
    }
    .nav-toggle{top: 18px;z-index: 1;left: 10px;}
    .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;}
    
    .nav-open .nav-sections{background: #ffffff;}
    .navigation.custommenu #mainmenu{display: none;}
    .navigation.custommenu #mobile{display: block;margin: 0;}
    #mobile .ui-menu-item a:hover{color: #fe2929;}
    #mobile li.level2:hover a{color:#fe2929;}
    .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;
    }
    .nav-sections .switcher .options.active ul.dropdown {
        border: none;
        background: white;
        padding: 0;
        margin-top: 5px;
        position: static;
    }
    .nav-sections .switcher .options ul.dropdown li {
        float: none;
        text-align: left;
        width: auto;
        border: none;
    }
    .page-header .switcher .options.active::before{ content: ' '; }
    .page-header .switcher .options ul.dropdown a, .page-footer .switcher .options ul.dropdown a {color: #000;}
    .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;padding: 8px 22px;}
    .nav-sections .header.links a:hover{color:#fe2929;}
    .nav-sections .switcher-trigger strong:after,.nav-sections .switcher-trigger.active strong:after{content:none;}
    .page-header .switcher .options.active{width: 100%;}
    .subbanner_content_top .text1, .subbanner_content_top .sub_banner3.sub_banner .text1{ font-size: 20px;line-height: 16px; }
    .subbanner_content_top .text2, .subbanner_content_top .sub_banner3.sub_banner .text2,
    .subbanner_content_top .sub_banner2.sub_banner .text2{ margin: 8px 0 13px; }
    .subbanner_content_top .banner_text{ right: 28px;top: 15%; }
    .subbanner_content_top .sub_banner3.sub_banner .text2{ font-size: 20px; }
    .subbanner_content_top .sub_banner3.sub_banner .banner_text {right: 10px;}
    .subbanner_content_top .sub_banner2.sub_banner .text2,.subbanner_content_top .sub_banner2.sub_banner .text2 span{ font-size: 25px; }
    .subbanner_content_top .sub_banner2.sub_banner .banner_text{ right: 18px;top: 15%; }
    .subbanner_content_top .sub_banner2.sub_banner {padding: 0 5px;}
    .subbanner_content_top .sub_banner3.sub_banner {padding: 0 0 0 10px;}
    .subbanner_content_top .sub_banner1.sub_banner {padding: 0 10px 0 0;}
    .tab-title {float: none;text-align: center;}
    .tm_product_tab ul.tabbernav_product{ float: none;display: block;text-align: center;margin: 20px 0 0; }
    .tm_latest_product .widget .block-title h2 a, .tm_blog .blog_title h2 a, .tab-main-title, .tm_bestseller .main-title{ float: none;display: block;text-align: center; }
    .tm_product_tab .tabbernav_product li{ float: none; }
    .owl-controls .owl-nav .owl-prev {right: auto;left: 0;}
    .owl-controls .owl-nav .owl-next{ right: 0;left: auto; }
    .tm_subbanner_cms{ margin: 20px 0 25px; }
    .tm_advertise_banner_cms{ margin: 45px 0; }
    
    .nav-sections .switcher {font-size: 13px;font-weight: 400;}
    .block.newsletter .field { width: 92.5%; }
    .minicart-wrapper .action.showcart > span{ display: none; }
    .page-header .switcher .options ul.dropdown a:hover{color: #fe2929;}
    .page-products .columns{padding-top: 0px;z-index: 0;}
    .page-with-filter .toolbar-amount{float: left;}
    .page-products .sorter{position: static;}
    .filter-options{display: block;}
    .nav-open .nav-toggle:before{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: -190px;
        left: -10px;
        background: #ffffff;
        transition: transform 2s ease;
        -webkit-transition: transform 2s ease;
        -moz-transition: transform 2s ease;
        -ms-transition: transform 2s ease;
        -o-transition: transform 2s ease;
        z-index: 9;
    }
    .nav-open .action.nav-toggle span:before{
    	transform: rotate(45deg);
    	-ms-transform : rotate(45deg);
		-webkit-transform: rotate(45deg);
        -o-transform : rotate(45deg);
        -moz-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);
        -moz-transform: rotate(135deg);
        -o-transform: rotate(135deg);
    	width: 2px;
    	height: 25px;
    }
    .header-nav{position: relative;}
    .nav-open .nav-toggle:hover span::before,.nav-open .nav-toggle:hover span::after{background: #fe2929;}
    .nav-open .nav-toggle{left:10px;top:30px;}
    .products-list .list-right .product.actions.product-item-actions .actions-secondary{float: left;}
    .page-layout-1column div.product.media{border-right: none;padding:15px 30px 0 30px;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;}
    .block-collapsible-nav .title::after{top:10px;display: block;content: "\e622";font-size: 12px;color:#ffffff;}
    .block-collapsible-nav{width: auto;left:15px;right:15px;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: #404040;}
    .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;}
    .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 0;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;}
    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; text-align: left; width: 100%;}
    .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;
        -o-border-radius: 0;
        -khtml-border-radius: 0;
    }
    .opc-estimated-wrapper div.minicart-wrapper .action.showcart::after{content:'\f0c9';font-family:"FontAwesome"; }
    .opc-estimated-wrapper .minicart-wrapper button.action.showcart::before,
    .opc-estimated-wrapper div.minicart-wrapper .action.showcart::after{
        color: #fe2929;
    }
    .opc-estimated-wrapper .minicart-wrapper button.action.showcart::before{
        background: url("../images/Icons.png") no-repeat scroll 0 -511px transparent;
    }
    .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:10px;}
    .search-autocomplete{top:60px;right: 0px;}
    .navigation.custommenu .mainmenu li.level1 {min-width:155px;}
    .grid .product-item .price-box{ position: relative; }
    .grid .product-item-info:hover .price-box{ opacity: 1; }
    .grid .product-item .action.tocart{ margin: 0px; }
    .grid .product-item-info .swatch-attribute{opacity: 1;}
    .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%;}
    .flexslider .flex-control-nav {display: block;}
    .product.info.detailed > .product.data.items > .item.title > .switch{ margin: 10px 0; }
    .catalog-product-view .product.info.detailed .product.data.items > .item.content{ padding: 0; }
    .product.info.detailed .product.data.items > .item.title.active > .switch, 
    .product.data.items > .item.title.active > .switch:hover,
    .product.info.detailed > .product.data.items > .item.title > .switch{
        border-radius: 7px;
        -webkit-border-radius: 7px;
        -moz-border-radius: 7px;
        -o-border-radius: 7px;
        -khtml-border-radius: 7px;
    }
    .column.main .products-list .product-item{ padding: 30px 0 0; }
    .column.main .products-list li:first-child {padding: 0;}
    .product.info.detailed .product.data.items{ padding: 0; }
    .block.related .owl-controls .owl-nav .owl-next{right:15px;left: auto;}
    .block.related .owl-controls .owl-nav .owl-prev{right: auto;left:15px;}
    .block.upsell .category-title h2 strong, .block.related .category-title h2 strong, .block.crosssell .category-title h2 strong{
        text-align: center;
    }
    .page-header .switcher .options .action.toggle::after, .page-header .switcher .options .action.toggle.active::after {top: 5px;position: absolute;right: 15px;}
    .page-header .switcher .options {display: block;text-align: left;}
    .serviceblock .title {font-size: 12px;}
    .block.upsell .owl-controls .owl-nav .owl-prev, .block.crosssell .owl-controls .owl-nav .owl-prev{right: auto;left:16px;}
    .block.upsell .owl-controls .owl-nav .owl-next, .block.crosssell .owl-controls .owl-nav .owl-next{right: 16px;left: auto;}
    .products.wrapper.products-carousel.products-related {margin: 0 -15px;}
    .block.related .related-available .product-item-name, .block.upsell .product-item-name, .block.crosssell .product-item-name{white-space: nowrap;text-overflow: ellipsis;overflow: hidden;}
    .header-center-contact.header-contact1::after {left: -166px;}
    .product_item_inner {
	-khtml-opacity: 1;
	-o-opacity: 1;
	-ms-opacity: 1;
	-webkit-opacity: 1;
	-moz-opacity: 1;
	opacity: 1;
	filter: alpha(opacity=100);
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
    }
    .product_item_inner {display: none;}
	div.product-reviews-summary {opacity:1;bottom: 10px;}
}

@media (min-width: 641px) and (max-width: 767px) {
.actions-secondary.compare {float: right;}
.actions-secondary.wishlist, .actions-secondary.compare, .action.tocompare {margin: 0;}
.products-grid .product-item-info:not(:hover):not(.active) .product-item-inner, .products-grid .product-item-inner, .products-grid .product-item-info:hover .product-item-inner, .product-item-inner {float: unset;}
.actions-secondary.wishlist {margin: 0 1px 0 0;float: unset;}
.actions-secondary.compare {float: unset;margin: 0 0 0 2px;}
}

@media (max-width: 640px){
    .brand-index-index .products-grid .product-item{width: 33.33%;}
    .flexslider { min-height: 180px;background: transparent;}
    .block.block-search{width: 100%;box-sizing: border-box;}
    .header-right{ float: none; text-align: center; }
    .nav-open .nav-toggle{top:50px;}
    .block-search .block.block-content{z-index: 11;}
    .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;}
    .actions-toolbar > .primary{text-align: center;}
    .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;}
    .catalog-category-view .product-item-details .product-item-inner .actions-secondary a{padding: 8px;}
    .cms-index-index.page-layout-1column .block.widget .products-grid .widget-product-grid .product-item{width: 50%;}
    .news-left,.news-right{width: 100%;}
    .block-search {    
        margin: 0 auto;
        text-align: center;
        float: none;
    }
    .item.pages-item-next {
        text-align: center;
        right: 0;
        top: 0;
        left: 0;
        position: relative;
    }
    .block.newsletter .field { width: 90.5%; }
    .page-header .header.content {padding: 0;}
    
    .header-right{width: 100%;margin:10px 0;padding: 0}
    
    .tm_product_tab .tab-main-title::before{display: none;}
    .owl-carousel .owl-item{text-align: center;}
    .minicart-wrapper::before{top:-5px;}
    .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 {
        padding: 15px 0px 15px 25px;
        border-right:none;
        border-left: 1px solid #e5e5e5;
        display: none;/*To remove customelink menus*/
        float: none;
        margin:15px 0 0 25px;
        vertical-align: top;
    }
    .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;}
    .serviceblock2.serviceblock {border:unset;}
    .list-left, .list-right {padding: 0;border: none;width: 100%;text-align: left;}
    .serviceblock {width: 100%;}
    .product-item .tocart {font-size: 12px;}
    .product-item-actions .actions-primary + .actions-secondary {float: right;}
    .block.related .product-item-inner, .block.upsell .product-item-inner, .block.crosssell .product-item-inner{vertical-align: -moz-middle-with-baseline;}
}
/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
@media (min-width: 480px) and (max-width: 640px) {
.form-list li.wide .input-box{width: 260px;}
.form-list li.wide input.input-text{ width: 250px;}
.tm_latest_product .widget .block-title h2 a, .tm_blog .blog_title h2 a, .tm_bestseller .main-title {padding-bottom: 15px;}
.column.main .modes {display: block;float: left;margin: 5px 10px 10px 0;}
.column.main .products.wrapper ~ .toolbar .modes {display: none;}
.column.main .modes .modes-label, .column.main .modes .modes-mode span {display: none;}
.tab-main-title{ padding-bottom: 20px; }
.owl-controls .owl-nav div{ top: -39px }
.product.info.detailed > .product.data.items > .item.title > .switch{ 
    text-align: left;
    margin: 0 0 5px; 
    padding: 0 10px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    -khtml-border-radius: 5px; 
}
.product.info.detailed .product.data.items > .item.title.active > .switch, .product.data.items > .item.title.active > .switch:hover{
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    -khtml-border-radius: 5px;
}
.tm_header_info_cms{ display: none; }
.subbanner_content_top .sub_banner1, .subbanner_content_top .sub_banner2, .subbanner_content_top .sub_banner3{ 
    width: auto;
    margin: 0;
    display: inline-block;
    float: none;
    text-align: left; }
.subbanner_content_top .sub_banner1.sub_banner,.subbanner_content_top .sub_banner2.sub_banner,
.subbanner_content_top .sub_banner3.sub_banner {padding: 0;}
.subbanner_content_top {text-align: center;}
.subbanner_content_top .sub_banner2.sub_banner{ margin: 20px 0; }
.subbanner_content_top .banner_text,.subbanner_content_top .sub_banner2.sub_banner .banner_text,
.subbanner_content_top .sub_banner3.sub_banner .banner_text{ right: 48px;top: 27%; }
.page-header .header.content .tm_header .header-left {
    width: 50%;
    padding: 20px 0 10px;
}
.page-header .header.content .tm_header .header-right {
    width: 50%;
}
.page-header .header.content .tm_header > div {padding: 16px 0 0;}
.product.info.detailed > .product.data.items > .item.content{ border: none; }
.tm_latest_product .widget .block-title h2 a, .tm_blog .blog_title h2 a, .tab-main-title, .tm_bestseller .main-title{ text-align: center; }
.product-item .tocart {padding: 8px 20px;}
.products-grid .product-item-info:not(:hover):not(.active) .product-item-inner, .products-grid .product-item-inner, .products-grid .product-item-info:hover .product-item-inner, .product-item-inner {float: unset;}
.actions-secondary.wishlist {float: unset;margin: 0 5px 0 0;}
.actions-secondary.compare {margin: 0 0 0 5px;float: unset;}
.block.related .actions-secondary.wishlist, .block.upsell .actions-secondary.wishlist, .block.crosssell .actions-secondary.wishlist{margin: 4px 0 0 0;}
}
@media (max-width: 543px){  
    .block.newsletter .field {width: 89.5%;}
    .breadcumb_inner .page-title-wrapper h1, div.breadcrumbs{ float: none;text-align: center; }
    .page-with-filter.page-products .breadcumb_inner .page-title-wrapper h1, .blog-index-index .breadcumb_inner .page-title-wrapper h1, .blog-post-view .breadcumb_inner .page-title-wrapper h1, .blog-author-admin-admin .breadcumb_inner .page-title-wrapper h1, .categorypath-blucher-shoe .breadcumb_inner .page-title-wrapper h1, .page-product-configurable .breadcumb_inner .page-title-wrapper h1 {
        float: none;
        text-align: center;
    }
    div.breadcrumbs{ padding: 0;margin: 15px 0 0; }
    .product-item-details .product-item-inner .action.tocart.primary:hover::before{ color: #fff; }
    .product-item-details .product-item-inner .action.tocart.primary::before,
    .wishlist-index-index .product-item-inner .action.tocart.primary::before
    {content: "\f07a";line-height: 1;font-family: "FontAwesome";font-size: 16px;vertical-align: middle;color:#000000;}
    .products-list .product-item .tocompare,.products-list .product-item .action.towishlist{margin:0px;display: block;}
    .block.related .product-item-inner, .block.upsell .product-item-inner, .block.crosssell .product-item-inner{
        opacity: 1;
        -webkit-opacity: 1;
        -moz-opacity: 1;
        -o-opacity: 1;
        -khtml-opacity: 1;
    }
    .product-item-details .product-item-inner .action.tocart.primary span, .wishlist-index-index .action.tocart.primary span {
        display: none;
    }
    .tm_header_link_cms, .tm_header_info_cms{ display: none; }
    .product-item-details {text-align: center;}
    .header-top-left { float: none;text-align: center; }
    .product-item .tocart {font-size: 11px;}
    .products-grid .product-item-info:not(:hover):not(.active) .product-item-inner, .products-grid .product-item-inner, .products-grid .product-item-info:hover .product-item-inner, .product-item-inner {vertical-align: unset;}
    .actions-secondary.wishlist, .actions-secondary.compare, .action.tocompare {margin: 0;}
}
/* Landscape phones and down */
@media (max-width: 479px) {
    .brand-index-index .products-grid .product-item{width: 50%;}
    .tm_header_contact{display: none;}
    .header-contact{display: inline-block;}
    .flexslider{min-height:100px;}
    .page-header .header.content .tm_header > div {padding: 12px 0;}
    .page-header .header.content .tm_header .header-right{ padding: 13px 0 0; }
    .tm_product_tab .tabbernav_product li{display: block;background: none;margin:5px 0;}
    .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%;}
    .tm_header_outer .minicart-wrapper .action.showcart{border-left: none;}
    .tm_advertise_banner_cms .ad_banner1{width: 100%;margin-right: 0%;}
    .tm_advertise_banner_cms .ad_banner2{width: 100%;margin-left: 0%;}
    .tm_advertise_banner_cms>div{margin-top:5px;margin-bottom: 5px;}
    .block.newsletter .actions{position: relative;right: auto;}
    .block.newsletter input{padding: 0 9px;}
    .serviceblock,.serviceblock2.serviceblock,.serviceblock:last-child{text-align: center;width: 100%;box-sizing: border-box;}
    .text-block{top:5px;}
    .text2{font-size: 14px;}
    .header-logo .logo { margin: 0; }
    .tm_product_tab .tabbernav_product .tab-text{margin: 0;}
    .tm_header_link_cms{ display: none; }
    .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}
   
    .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 .footer_newsletter h6{margin-bottom: 10px;}
    .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: 100%;}
    .page-layout-1column .product.media{margin:0;padding: 0; }
    .page-products.catalog-category-view .products-grid .product-item{width: 50%;}
    /*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{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;}
    .social-icons .social-icon a{margin:0 3px;}
    .pages .pages-items{padding: 2px 40px;}
    .flex-direction-nav li a.flex-prev,.flex-direction-nav li a.flex-next{display: none;}
    .product-item-details .product-item-inner .action.tocart.primary span,.wishlist-index-index .action.tocart.primary span{display: none;}
    
    .product-item-details .product-item-inner .action.tocart.primary:hover::before,.wishlist-index-index .product-item-inner .action.tocart.primary:hover::before{color:#ffffff;}
    .product-item-info .product-item-details .product-item-inner .action.tocart.primary:hover:before,
    .wishlist-index-index .product-item-info:hover .product-item-inner .action.tocart.primary:before{color:#ffffff;}
    .product-item .tocart,.wishlist-index-index .product-item .tocart{padding: 8px;}
    .block.related .category-title h2 strong, .block.crosssell .category-title h2 strong{font-size: 14px;text-align: center;padding-bottom: 20px;}
    .block.upsell .category-title h2 strong{ font-size: 14px;text-align: center; }
    .form-cart .main.actions a, .form-cart .main.actions button, .cart-summary .checkout-methods-items .action.primary.checkout{margin-bottom: 5px;}
  	.products-grid .product-item-info, .product-item-info.related-available, .block.upsell .product-item-info, .block.crosssell .product-item-info {margin: 10px;}  
  	.tm_product_tab, .tm_bestseller, .tm_blog {padding: 32px 20px 0;}
  	.column.main .block:last-child {margin-bottom: 0;}
  	.actions-secondary.compare {margin: 0;display: none;}
  	.actions-secondary.wishlist, .actions-secondary.compare, .action.tocompare {display: none;}
  	.products-grid .product-item-info:not(:hover):not(.active) .product-item-inner, .products-grid .product-item-inner, .products-grid .product-item-info:hover .product-item-inner, .product-item-inner {margin: 0;}
  	.product_item_inner {top: 37%;}
  	.products-grid .product-item-info:hover, .products-grid .product-item-info.active {margin: 10px;}
  	.block.related{margin:0;}
  	.products.wrapper.products-grid.grid {margin: 0 -10px;}
  	.new-label, .sale-label {top: 10px;}
  	.sale-label {right: 10px;}
  	.new-label{left:10px;}
  	.product-item .tocart {font-size: 12px;}
  	.products-grid .product-item-info:not(:hover):not(.active) .product-item-inner, .products-grid .product-item-inner, .products-grid .product-item-info:hover .product-item-inner, .product-item-inner {float: unset;}
  	.login-container .block-new-customer .actions-toolbar {margin: 25px;}
}
/* Mobile Landscape Size to Mobile Portrait (devices and browsers) */
@media (min-width: 320px) and (max-width: 479px) {
    .cart.table-wrapper .col.qty, .cart.table-wrapper .col.price, .cart.table-wrapper .col.subtotal, .cart.table-wrapper .col.msrp{ width: 31% }
    .flexslider { min-height: 108px;}
    .headertoggle_img{ padding: 8px 10px; }
    .page-header .header.content .tm_header .header-right, .page-header .header.content .tm_header .header-left{width: 50%;margin: 0;}
    .tm_headerlinkmenu {margin: 10px 5px;}
    .subbanner_content_top .banner_text {right: 8px;top: 12%;}
    .subbanner_content_top .sub_banner2.sub_banner .banner_text {top: 18%;right: 9px;}
    .subbanner_content_top .sub_banner3.sub_banner .banner_text {top: 24%;right: 8px;}
    .block.newsletter .field {width: 84%;}
    .tm_blog .post-content.product-image-inner-blog {margin: 0;}
    
    .product.info.detailed > .product.data.items > .item.title > .switch{ 
        text-align: left;
        margin: 0 0 5px; 
        padding: 0 10px;
        border-radius: 5px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        -o-border-radius: 5px;
        -khtml-border-radius: 5px; 
    }
    .product.info.detailed .product.data.items > .item.title.active > .switch, .product.data.items > .item.title.active > .switch:hover{
        border-radius: 5px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        -o-border-radius: 5px;
        -khtml-border-radius: 5px;
    }
    .product.info.detailed > .product.data.items > .item.content{ border: none; }
    .product.info.detailed {margin-top: 0;}
    .product.info.detailed .product.data.items{ padding: 0; }
    .product-item-details {text-align: center;}
    .tm_product_tab, .tm_bestseller, .tm_blog{ margin: 5px 0 0; }
    .tm_subbanner_cms{ margin: 35px 0 15px; }
    .tm_advertise_banner_cms{ margin: 20px 0; }
    .tm_blog {margin: 30px 0 15px;}
    .manufacturer{ margin: 0; }
    footer.page-footer { margin-top: 0; }
    .tm_latest_product .widget .block-title h2 a, .tm_blog .blog_title h2 a, .tm_bestseller .main-title {padding-bottom: 15px;}
    .column.main .sorter {float: left;display: block;clear: left;}
    .column.main .modes {display: block;float: left;margin: 5px 22px 10px 0;}
    .column.main .products.wrapper ~ .toolbar .modes {display: none;}
    .column.main .modes .modes-label, .column.main .modes .modes-mode span {display: none;}
    .tab-main-title{ padding-bottom: 0; }
    .tm_latest_product .widget .block-title h2 a, .tm_blog .blog_title h2 a, .tab-main-title {font-size: 20px;}
    .tm_bestseller .main-title {font-size: 17px;}
    
    
    .owl-controls .owl-nav .owl-next { right: 0;left: auto; }
    .block.upsell .owl-controls .owl-nav div, .block.related .owl-controls .owl-nav div, .block.crosssell .owl-controls .owl-nav div {
        top: -39px;
    }
    .block.upsell .owl-controls .owl-nav .owl-prev, .block.crosssell .owl-controls .owl-nav .owl-prev, .block.related .owl-controls .owl-nav .owl-prev {right: auto;left: 16px;}
    .block.upsell .owl-controls .owl-nav .owl-next, .block.crosssell .owl-controls .owl-nav .owl-next, .block.related .owl-controls .owl-nav .owl-next{left: auto;right: 16px;}
    .owl-controls .owl-nav div{ top: -39px }
    .tm_latest_product .widget .block-title h2 a, .tm_blog .blog_title h2 a, .tab-main-title, .tm_bestseller .main-title{ text-align: center; }
    .subbanner_content_top .sub_banner1, .subbanner_content_top .sub_banner2, .subbanner_content_top .sub_banner3{ 
        width: auto;
        margin: 0;
        display: inline-block;
        float: none;
        text-align: left; }
    .subbanner_content_top .sub_banner1.sub_banner,.subbanner_content_top .sub_banner2.sub_banner,
    .subbanner_content_top .sub_banner3.sub_banner {padding: 0;}
    .subbanner_content_top {text-align: center;}
    .subbanner_content_top .sub_banner2.sub_banner{ margin: 20px 0; }
    .subbanner_content_top .banner_text,.subbanner_content_top .sub_banner2.sub_banner .banner_text,
    .subbanner_content_top .sub_banner3.sub_banner .banner_text{ right: 18px;top: 27%; }
    ul.sub-cat-list{margin: 10px 0; }
    .subbanner .title {font-size: 18px;}
    .products.wrapper.products-carousel.products-related {margin: 0 -15px;}
    .block.related .related-available .product-item-name, .block.upsell .product-item-name, .block.crosssell .product-item-name{width: 90%;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;margin: 0 auto;}
}
@media (max-width: 319px){
    .flexslider { min-height: 50px;}
    .block.newsletter .field {width: 81.5%;}
    .product.info.detailed > .product.data.items > .item.title > .switch{ 
        text-align: left;
        margin: 0 0 5px; 
        padding: 0 10px;
        border-radius: 5px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        -o-border-radius: 5px;
        -khtml-border-radius: 5px; 
    }
    .product.info.detailed .product.data.items > .item.title.active > .switch, .product.data.items > .item.title.active > .switch:hover{
        border-radius: 5px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        -o-border-radius: 5px;
        -khtml-border-radius: 5px;
    }
    .nav-toggle {top: 78px;}
    .product.info.detailed > .product.data.items > .item.content{ border: none; }
}
@media (max-width:240px) {}
/*-----------------------------------------------------------------------Responsive CSS Ends Here----------------------------------------------------------*/