*{margin:0px; padding:0px;}
.ie8 .product-image-inner-blog .image-hover-block .zoom:before, .ie8 .product-image-inner-blog .image-hover-block .read:before {displa
li{list-style:none;}y: none;}
.ie8 .product-image-inner-blog .blog-left:hover .image-hover-block .read:before, .ie8 .product-image-inner-blog .blog-left:hover .image-hover-block .zoom:before {display: block;}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    min-height:100%;
}

img{ vertical-align: top;}
.loader>img{width: auto;}
ul, ol{ margin: 0; padding: 0; }

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

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

/* clearfix */
.owl-carousel .owl-wrapper:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
/* display none until init */
.owl-carousel{
    display: block;
    position: relative;
    width: 100%;
    -ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper{
    display: none;
    position: relative;
    -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer{
    overflow: hidden;
    position: relative;
    width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight{
    -webkit-transition: height 500ms ease-in-out;
    -moz-transition: height 500ms ease-in-out;
    -ms-transition: height 500ms ease-in-out;
    -o-transition: height 500ms ease-in-out;
    transition: height 500ms ease-in-out;
}
    
.owl-carousel .owl-item{
    float: left;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div{
    cursor: pointer;
}
.owl-controls {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

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

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

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

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

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

/* Styling Next and Prev buttons */

.owl-theme .owl-controls .owl-buttons div{
    color: #ffffff;
    display: inline-block;
    zoom: 1;
    *display: inline;/*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 */
.owl-item.loading{
    min-height: 150px;
    background: url(AjaxLoader.gif) no-repeat center center
}
.owl-stage-outer{overflow:hidden;}

.owl-controls .owl-nav div {
    border: 1px solid #DBDBDB;
    cursor: pointer;
    display: block;
    position: absolute;
    top: -41px;
    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: 2;
    line-height: 1;
    opacity: 1;
    filter: Alpha(opacity=0);
    height: 34px;
    width: 34px;
    font-size: 0px;
    background: #fff;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -khtml-border-radius: 50%;
}
.blog-inner .owl-controls .owl-nav div {top: -55px;}
.owl-carousel.owl-theme:hover .owl-controls .owl-nav div{opacity: 1;filter: Alpha(opacity=100);}
.owl-controls .owl-nav .owl-prev::before, .owl-controls .owl-nav .owl-next::before {
    content: "";
    color: #868686;
    font-size: 18px;
    font-family: "FontAwesome";
    position: absolute;
    top: 6px;
    margin: 0 auto;
    right: 0;
    left: 0;
    text-align: center;
    line-height: 22px;
}
.owl-controls .owl-nav .owl-prev:before{content: "\f104";}
.owl-controls .owl-nav .owl-next:before {content: "\f105";}
.owl-controls .owl-nav .owl-prev:hover:before, .owl-controls .owl-nav .owl-next:hover:before{ color: #fff; }
.owl-controls .owl-nav .owl-prev{left: auto; right:45px;}
.owl-controls .owl-nav .owl-next{right: 0px;}
.owl-controls .owl-nav div:hover{background: #F5c325;border-color: #F5c325;text-decoration: none;}
.owl-controls .owl-nav div i{ display: none;}
.owl-stage-outer{padding: 0px 0px;}


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

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

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

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

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

.fancybox-opened {
    z-index: 8030;
}

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

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

.fancybox-inner {
    overflow: hidden;
}

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

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

.fancybox-image, .fancybox-iframe {
    display: block;
    width: 100%;
    height: 100%;
}

.fancybox-image {
    max-width: 100%;
    max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
    background-image: url('../images/megnor/fancybox_sprite.png');
}

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

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

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

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

.fancybox-prev {
    left: 0;
}

.fancybox-next {
    right: 0;
}

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

.fancybox-prev span {
    left: 10px;
    background-position: 0 -36px;
}

.fancybox-next span {
    right: 10px;
    background-position: 0 -72px;
}

.fancybox-nav:hover span {
    visibility: visible;
}

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

/* Overlay helper */

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

.fancybox-lock body {
    overflow: hidden !important;
}

.fancybox-lock-test {
    overflow-y: hidden !important;
}

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

.fancybox-overlay-fixed {
    position: fixed;
    bottom: 0;
    right: 0;
}

.fancybox-lock .fancybox-overlay {
    overflow: auto;
    overflow-y: scroll;
}

/* Title helper */

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

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

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

.fancybox-title-float-wrap .child {
    display: inline-block;
    margin-right: -100%;
    padding: 2px 20px;
    background: transparent; /* 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;
    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;
    display: inline-block;
    vertical-align: middle;
    /*clear: both;*/
    margin: 0 auto 0px;
    overflow: hidden;
    text-align: center;
    width: 60%;
    /*min-height: 426px;*/
    background: #f8f8f8;
    z-index: 2;
    border-radius:5px;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    -o-border-radius: 5px;
    -khtml-border-radius: 5px;
}
.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:before { content: "\f104";}
.flex-direction-nav li a.flex-next:before {content: "\f105";}
.flex-direction-nav li a.flex-prev:before, .flex-direction-nav li a.flex-next:before {
    font-family: fontawesome;
    position: absolute;
    font-size: 20px;
    text-align: center;
    left: 0;
    right: 0;
    color: #909090;
}

.flex-direction-nav li a.flex-prev,.flex-direction-nav li a.flex-next{ 
    font-size: 0;
    position: absolute;
    z-index: 9;
    transition: background-position 0.3s ease;
    -webkit-transition: background-position 0.3s ease;
    -moz-transition: background-position 0.3s ease;
    -ms-transition: background-position 0.3s ease;
    -o-transition: background-position 0.3s ease;
    display: inline-block;
    top: 45%;
    background: #fff;
    height: 34px;
    width: 34px;
    border:1px solid #DBDBDB;
    line-height: 30px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -khtml-border-radius: 50%;
}
.flex-direction-nav li a.flex-prev {left:15px;}
.flex-direction-nav li a.flex-next{right:15px;}
.flex-direction-nav li a.flex-prev:hover, .flex-direction-nav li a.flex-next:hover  { background: #F5c325; border-color: #F5c325;}
.flex-direction-nav li a.flex-prev:hover:before, .flex-direction-nav li a.flex-next:hover:before{ color: #fff; }

/* 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: 7px;
    text-indent: -9999px;
    width: 7px;
    font-size: 0;
    background: #ffffff;
    border:2px solid #000000;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
}

.flex-control-paging li a.flex-active{
    background: #000000;
}
.flex-control-paging a.flex-active{position: relative;}
.flex-control-paging a{position: relative;   margin: 0px 1px;}
#spinner {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 999;
    background: url(../images/ajax-loader.gif) 50% 50% no-repeat #000;
}


.flex-control-paging li a.flex-active{  cursor: default; }
.flex-control-paging li:hover a{background: #000000;}
.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: 0.7;filter: Alpha(opacity=70); cursor: pointer;}
.flex-control-thumbs img:hover {opacity: 1;filter: Alpha(opacity=100);}
.flex-control-thumbs .flex-active {opacity: 1;filter: Alpha(opacity=100); cursor: default;}


/*----------------------------------------------------------------------------------------Flexslider CSS Ends Here----------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------------Blog CSS starts Here--------------------------------------------------------------------------------------*/
.post-list .blog_inner {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    float: left;
    margin-bottom: 30px;
}

.post-holder:hover {
    position: relative;
}
.blog-image a img{
    opacity: 1; border-radius: 5px; -webkit-border-radius: 5px;-moz-border-radius: 5px; -o-border-radius: 5px;-khtml-border-radius: 5px;
    filter: Alpha(opacity=100);
    transition:0.6s ease;
    -webkit-transition:0.6s ease;
     -moz-transition:0.6s ease;
      -ms-transition: 0.6s ease;
       -o-transition:0.6s ease;
}
.blog_inner .blog-right-content{text-align: left;
    overflow: hidden;
    padding: 0 0 0 25px;
}

.blog_inner .post-holder .post-header {position:relative;}
.blog_inner .post-header .post-title {
    margin: 0px;
    padding: 0px 0 10px;
    line-height: 24px;
}
.page-wrapper .page-main .block{margin-bottom: 0;}
.blog_inner .post-header .post-title a {
    text-decoration: none;
    font-size: 18px;
    font-weight: 600;
    text-transform: capitalize;
}
.blog_inner .post-holder .post-header .addthis_toolbox {display: inline-block; padding-top: 0; vertical-align: middle;}
.blog_inner .post-info .post-text-hld{ margin-bottom: 20px;}

.post-holder .post-header .post-info {padding: 5px 0 10px 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: 0;
    text-transform: uppercase;
    color: #fff;
    font-size: 12px;
    background: #f5c325;
    padding: 8px 10px;
    font-weight: 600;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    -khtml-border-radius: 5px;
    line-height: 20px;
    letter-spacing: 0.04em;
}
#masonry-loop.post-list .post-content .post-read-more:hover {
    color: #fff;
    background: #014461;
}
.post-list .post-holder .addthis_toolbox {float: right; margin-top: 14px;}
.post-list .post-text-hld.clearfix > p {
    font-weight: 500;
    margin-bottom: 25px;
}
#masonry-loop.post-list .post-text-hld.clearfix > p {margin-bottom: 25px;}
.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: 100%;
}
.blog-post-view .breadcumb_inner .page-title-wrapper h1{
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    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; display: inline-block; width: 100%;}
.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:4px 4px 4px 0px;}
.widget.block-recent-posts .block-content .item:last-child{border-bottom:0;}
.widget.block-categories ul {
    list-style: initial;
    padding-left:0px;
}
.widget.block-categories ul ul {margin-left:20px;}
.widget.block-categories ul,
.widget.block-categories li {
    margin: 5px 0 5px 9px;
    padding: 0px;
}
.widget.block-rss .rss-icon {float: left; width: 23px; padding-right: 10px;}
.widget.blog-search {
    width:100%;
    margin-bottom: 40px;
    position: relative;
    float: right;
    z-index: 4;
}
.widget.blog-search .block-content {
    margin-bottom: 0;
    position: relative;
}

.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: 16px;
    top: 18px;
    z-index: 1;
    display: inline-block;
    background-image: none;
    background: none;
    box-sizing:content-box;
    -webkit-box-sizing:content-box;
    -moz-box-sizing: content-box;
    border: 0;
    box-shadow: none;
    -webkit-box-shadow: none;
	-moz-box-shadow:none;
    line-height: inherit;
    margin: 0;
    padding: 0;
    text-decoration: none;
    text-shadow: none;
    font-weight: 400;
}
.widget.blog-search .action.search:before {
    -webkit-font-smoothing: antialiased;
    font-size: 16px;
    line-height: 32px;
    color: #8f8f8f;
    content: '\e615';
    font-family: 'luma-icons';
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: 500;
    overflow: hidden;
    speak: none;
    text-align: center;
}
.widget.blog-search .action.search > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
.post-ftimg-hld > a {display: block;}
.post-ftimg-hld { position: relative; float: left; width: 32%;}
.tm_blog .post-ftimg-hld{ opacity: 0; }
.tm_blog .product-image-inner-blog:hover .post-ftimg-hld{ opacity: 1; }
[class^="blog-author-"] .post-ftimg-hld,.blog-index-index .post-ftimg-hld{width: 30%;float: left;}
.blog-post-view .post-ftimg-hld{width:100%; opacity: 1;}
.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 {
    text-transform: uppercase;
    color: #fff;
    font-size: 12px;
    background: #f5c325;
    padding: 8px 10px;
    font-weight: 600;
    border-radius: 5px;
    line-height: 20px;
    letter-spacing: 0.04em;
}
.blog-widget-recent .post-list .post-content .post-read-more:hover{ background:#014461; }
.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 .owl-stage-outer{ margin: 0px; padding: 0px; }
.tm_blog .blog_title{ display: none; }
.tm_blog{margin:15px 0 0px;}
.blog-left {
    margin-right: 0;
    overflow: hidden;
    position: relative;
    width: 100%;
    line-height:0px;
}
.img-thumbnail{ width:100%;}
.blog .post-content-inner {
    width: 68%;
    float: right;
    box-sizing: border-box;
    padding-left: 40px;
}


.blog .product-image-inner-blog:hover .post-ftimg-hld {opacity: 1;filter: Alpha(opacity=100);bottom:0px; z-index: 9;}
.blog .product-image-inner-blog:hover .item.post-posed-date.post-date{/*opacity: 0;filter: Alpha(opacity=0);*/}
.blog-right-inner {/*text-align: left;*/}
.post-title{margin:0px;}
[class^="blog-post-"].blog-post-view .post-title{padding-bottom: 10px;float: left;margin-top:10px;}
.post-title a {
    font-size: 16px;
    text-transform: capitalize;
    line-height: 24px;
    font-weight: 600;
    color: #000;
    letter-spacing: 0.04em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.post-content:hover .post-title a{color: #f5c325;}
.tm_blog .post-title{ margin: 0px; }
.tm_blog .post-title a{
    font-size: 40px;
    text-transform: capitalize;
    line-height: 44px;
    font-weight: 600;
    color: #000;
}
.blog .post-description {
    padding: 20px 0 0;
    margin: 0px;
    color: #999;
    font-size: 12px;
    line-height: 25px;
    letter-spacing: 0.08em;
    font-weight: 400;
}
.blog .post-description p{ margin: 0px; padding: 0px; }
.post-date {
    color: #F5c325;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.04em;
    line-height: 20px;
    margin: 15px 0 2px;
}
.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 #000000;
    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: #000000;}
.blog .post-content-inner .post-author {
    margin: 0;
    line-height: 34px;
}
.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; /*display: none;*/
}
.blog .product-image-inner-blog:hover .post-image-hover-inner{opacity: 1;filter: Alpha(opacity=100);top:5px;left:5px;bottom:5px;right:5px;}

.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);}*/

.tm_blog .blog_inner .image-hover-block .read, .tm_blog .blog_inner .image-hover-block .zoom, .tm_blog .post-image-hover{ display: none;}

.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%;
    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: 7px;
    width: auto;
    background: #014461;
    transform: scale(0);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
}
.blog .product-image-inner-blog .zoom:hover, .blog .product-image-inner-blog .read:hover,
#masonry-loop .product-image-inner-blog .zoom:hover, #masonry-loop .product-image-inner-blog .read:hover{background-color:#F5c325;}
.image-hover-block .read .fa, .image-hover-block .zoom .fa{
    font-size: 14px;
    width: 18px;
    display: block;
    height: 18px;
    line-height: 18px;
}
.image-hover-block .read .fa{/*display: none;*/}
.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); 
}

/* End Blog CMS */
.columns .sidebar .widget.blog-search, .columns .sidebar .widget.block-recent-posts, .columns .widget.sidebar .widget.block-archive{  margin: 0 0 20px;}
@media (max-width: 420px) {
  #mfblog_gcomments {max-width:345px; overflow-y: scroll;}
  .columns .sidebar .widget.blog-search, .columns .sidebar .widget.block-recent-posts, .columns .widget.sidebar .widget.block-archive{  margin:0px; }
}
[class^="blog-"] .sidebar-additional .left-banner1{padding-bottom: 20px;}
[class^="blog-"] .sidebar .widget.block.blog-search{box-sizing: border-box;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;}
.sidebar .blog_search_mini_form{margin: 16px 0 0 16px;}
.tm_blog .blog-carousel-container{display: inline-block;width: 100%; vertical-align: middle;}
/*.tm_blog .blog-outer{margin:0 -16px;}*/
.tm_blog .post-content.product-image-inner-blog{margin:0px 0px;overflow: hidden;}
.tm_blog .owl-controls .owl-nav div{opacity: 0;filter: Alpha(opacity=0);}
.tm_blog #blog-carousel:hover .owl-controls .owl-nav div{opacity: 1;filter: Alpha(opacity=100);}
.tm_blog .owl-controls .owl-nav .owl-prev{ left: 25px; }
.tm_blog .owl-controls .owl-nav .owl-next{ right: 25px; }
.blog-index-index #masonry-loop .blog-right-content .item.post-posed-date.post-date{display: none;}
.blog-index-index .footer.links li:last-child{font-weight: 700;}
/*------------------------------------------------------------------------------------------Blog CSS Ends Here----------------------------------------------------------------------------------------*/

.product.media .fotorama{ overflow: visible; }
.fotorama__stage .fotorama__img {
    box-sizing: border-box;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;
    margin-bottom: 20px; border-radius: 5px; -webkit-border-radius: 5px;-moz-border-radius: 5px; -o-border-radius: 5px;-khtml-border-radius: 5px;
}
.fotorama__thumb {
    background: transparent !important;
}
div.fotorama__thumb-border{border:1px solid #F5c325; border-radius: 5px; -webkit-border-radius: 5px;-moz-border-radius: 5px; -o-border-radius: 5px;-khtml-border-radius: 5px;}
.fotorama__stage:before, .fotorama__nav:before, .fotorama__stage:after, .fotorama__nav:after,
.fotorama__stage.fotorama__shadows--left:before, .fotorama__nav.fotorama__shadows--left:before {display: none !important;}
.fotorama--fullscreen .fotorama__stage .fotorama__img {border: none !important;}
.media  .fotorama__nav-wrap.fotorama__nav-wrap--horizontal {text-align: center;}
.media .fotorama__nav--thumbs .fotorama__nav__frame {margin: 0px 0px;}
.media .fotorama__arr--disabled {opacity:1;filter: Alpha(opacity=100);}
.fotorama__thumb__arr, .fotorama__arr {background: transparent !important;}
.media .fotorama__nav-wrap--horizontal .fotorama__thumb__arr--right .fotorama__thumb--icon:before,
.fotorama__nav-wrap--vertical .fotorama__thumb__arr--left .fotorama__thumb--icon:before,
.media .fotorama__nav-wrap--horizontal .fotorama__thumb__arr--left .fotorama__thumb--icon:before,
.fotorama__nav-wrap--vertical .fotorama__thumb__arr--right .fotorama__thumb--icon:before{
    color: #000000;
    font-family: "FontAwesome";
    font-size: 20px;
    position: absolute;
    top:14px;
    right: 0px;
}
.media .fotorama__nav-wrap--horizontal .fotorama__thumb__arr--left .fotorama__thumb--icon:before{left: 0;content: "\f104";}
.fotorama__nav-wrap--vertical .fotorama__thumb__arr--left .fotorama__thumb--icon:before{left:12px;content: "\f104";top:14px;}
.fotorama__nav-wrap--vertical .fotorama__thumb__arr--right .fotorama__thumb--icon:before{left: 12px;content: "\f105";top:14px;}
.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,
.media .fotorama__thumb__arr .fotorama__thumb--icon:hover:before{ color:#ffffff; }
.media .fotorama__nav-wrap--horizontal .fotorama__thumb__arr--right .fotorama__thumb--icon:before {content: "\f105";left: 1px;}
.media .fotorama__thumb__arr .fotorama__thumb--icon {
    background: #fff;
    box-sizing:border-box;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;
    border:1px solid #e5e5e5;
    border-radius: 50%; -webkit-border-radius: 50%;   -moz-border-radius: 50%;
}
.media .fotorama__thumb__arr .fotorama__thumb--icon:hover{background: #F5c325;border-color: #F5c325;}
.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: #000000;background: #000000;}

/*Back to top*/
.top_button {
    height: 0px;
    width: 0px;
    z-index: 999;
    display: none;
    position: fixed;
    right: 30px;
    bottom: 30px;
    width: 32px;
    height: 32px;
    border: 2px solid #000;
    background: #F5c325;
    border-radius: 5px;-webkit-border-radius: 5px;-moz-border-radius: 5px;-khtml-border-radius: 5px;
    text-align: center;
}
.top_button:before {
    content: "\f106";
    font-family: "FontAwesome";
    font-size: 22px;
    color: #000;
    display: inline-block;
    top: 0px;
    line-height: 1.4;
    position: relative; font-weight: 800;
}
.top_button:hover{background:#014461;}
.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 */

/* Search Bar*/

/* Start Theme */

body{ 
    color: #2D2D2D;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    letter-spacing: 1px; font-size: 12px;
}
.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;
}
.cms-home .column.main{ margin-top: 0;}
.cms-home #authenticationPopup ~div{display: block;}


/*-------------------------------------------------------------------------Header CSS-----------------------------------------------------------*/
/*.cms-home .page-wrapper{background: #ffffff;}*/
.page-wrapper{background: #ffffff;}
.cms-home .page-wrapper{ /*background: #FAFAFA*/ }
.page-header/*,.header-menu-outer*/{position: relative;}

/*.page-header div.panel.wrapper {  background-color: #ffffff;}*/
.tm_header_outer{
    display: inline-block;
    width: 100%;
    background: #f0f0f0;
    padding: 10px 0;
    vertical-align: middle;
    font-size: 12px;
    color: #2d2d2d;
    letter-spacing: 0.08em;
    /*float: left;*/
}
/*.tm_headeradvertise_cms{float: left;padding: 8px 0;text-transform: capitalize;}*/
.page-header .switcher.switcher-language{/*margin-left: 0;margin-right: 0;*/}
.page-header .switcher.switcher-language::before, .page-header .switcher.switcher-currency::before {
    content: "";
    background-color: #35657a;
    width: 1px;
    height: 70%;
    position: absolute;
    right: 0px;
    top: 18%;
}
.page-header .switcher {border: none;margin: 0;padding: 2px 20px 0;float: left;position: relative;}
.page-header .switcher strong{padding: 0;text-transform: capitalize;line-height: 1;}
.page-header .switcher .options{text-align: left;}
.page-header .switcher .options .action.toggle:after,.page-header .switcher .options .action.toggle.active:after{font-size: 8px;vertical-align: middle; font-weight: 500; margin: 0 0 0 1px;}
.page-header .panel.wrapper .switcher .toggle:hover{color:#F5c325;}
.page-header .switcher .options.active ul.dropdown{background:#ffffff;top:32px;border:1px solid #e9e9e9;padding: 4px 10px; left:auto; right: -5px; min-width: 120px;}
.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:#000000;}
.page-header .switcher .options ul.dropdown a,.page-footer .switcher .options ul.dropdown a{font-size: 12px;text-decoration: none;}

.tm_headerlinkmenu{padding: 0px;float: right; margin: 7px 0px 0 0px; line-height: 18px; position: relative;}
.my-account-cms {
    display: inline;
    text-transform: capitalize;
    line-height: 20px;
    letter-spacing: 0.04em;
}
.headertoggle_img {     
    z-index: 9;
    color: #000;
    font-weight: 500;
    cursor: pointer;
    font-size: 13px;
    background: url("../images/icon2.png") no-repeat scroll left 6px transparent;
    height: 42px;
    padding: 0 0 0 45px;
}
.headertoggle_img:hover{background-position:left -143px;color:#f5c325;}
/*.my-account-cms:hover{color: #F5c325;}*/
.tm_headerlinks{display: none;position: absolute;z-index: 4;width: 200px;background: #ffffff;top:67px;border: 1px solid #e9e9e9;right:0px; left: auto; padding: 10px 15px;}
.tm_header_outer .tm_headerlinks{padding: 5px 15px 8px;}
.header.panel > .header.links > li.welcome, .header.panel > .header.links > li > a{/*font-size: 12px;*/}
.header.panel > ul.header.links > li.welcome, .header.panel > ul.header.links > li > a,.header.panel > .header.links > li > a:visited{color: #515151; padding:5px 0px; font-size: 12px; display: block;}
.header.panel > .header.links > li{text-align: left;padding: 0;color: #515151; font-size: 12px;}
.header.panel > ul.header.links > li > a:hover{color:#F5c325;text-decoration: none;}
.tm_headerlinks .header.links .item.link.compare .action.compare.no-display{display: inline;}

/*-----------------------Minicart CSS starts here---------------------------*/
.tm_header_left div.minicart-wrapper{padding: 0px 0px 0 11px; margin: 0px;}
.minicart-wrapper.active .action.showcart{float:right;}
.minicart-wrapper .action.showcart{
    cursor: pointer;
    font-size: 12px;
    margin: 0px;
    padding: 3px 0px 3px 39px;
    position: relative;
    float: right;
    background:url("../images/icon2.png") no-repeat scroll left -287px transparent;
}
.minicart-wrapper .action.showcart > span {
    font-size: 13px;
    color: #000;
    vertical-align: middle;
    display: block;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: 0.04em;
}
.minicart-wrapper .action.showcart .counter.qty{}
.header-right .minicart-wrapper .action.showcart:before,.panel.wrapper .minicart-wrapper .action.showcart.active:before{
    content: '\f07a';
    font-family: "fontawesome";
    color: #000;
    font-size: 17px;
    position: absolute;
    top: -2px;
    left: 0; display: none;
}
.header-right .minicart-wrapper:hover .action.showcart{background-position:left -436px;}
.header-right .minicart-wrapper:hover .action.showcart > span{color:#f5c325;}

.minicart-wrapper .action.showcart  .panel .minicart-wrapper .cart_text {display: none;}
.cart-counter{display: inline-block;vertical-align: middle;font-family: 'Montserrat', sans-serif;line-height: 13px;}
.minicart-wrapper .action.showcart .counter.qty.empty, .minicart-wrapper .action.showcart .counter.qty {
    display: inline-block;
    vertical-align: top;
    margin: 0;
    float: none;
    background: #04a64b;
    color: #000;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -khtml-border-radius: 50%;
    overflow: visible;
    height: 16px;
    width: 16px;
    line-height: 15px;
    padding: 0 4px;
    min-width: 13px;
    font-size: 12px;
    box-sizing: border-box;
    letter-spacing: 0.08em;
    font-weight: 500;
}
.minicart-wrapper .action.showcart .counter-number{ text-shadow: none; color: #000; }
.minicart-wrapper .action.showcart .counter-number .cart-items{ display: none; }
.minicart-wrapper .action.showcart .subtotal {display: none; vertical-align: middle;}
.minicart-wrapper .action.showcart .counter.qty{}
.minicart-wrapper .action.showcart .counter-label{display: none;}
.minicart-wrapper .block-minicart{
	top: 74px;
	background: #ffffff;
	right: 0;border:1px solid #e9e9e9;
	padding: 10px;
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow:none;
	margin:0;
    color: #808080;
}
.block-minicart .block-content .subtitle.empty span{font-weight: 500;display: inline-block;font-size: 12px;}
.minicart-wrapper .action.close:before{color: #F5c325;}
.minicart-wrapper .action.close:hover:before{color: #F5c325;}
.minicart-wrapper .block-minicart:before{border-color: transparent transparent #000000 transparent}
.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: -1px; }
.minicart-items .product-item:not(:first-child){border-top-color: #e5e5e5; padding:5px 0; margin: 5px 0 0; }
/*.minicart-items-wrapper .product-item-photo{width: 25%;}*/

.tm_header_left{ float: right; line-height: 20px; }
.tm_helpline_cms{ float: left; margin: 0; position: relative; padding: 11px 15px 11px 30px; border-left: 1px solid #3a4256; border-right: 1px solid #3a4256; font-family: 'Montserrat', sans-serif;}
.tm_helpline_cms::before { content: "\f095";font-family: FontAwesome; position: absolute;  left: 15px;}

.page-header .header.content{
    padding: 18px 0px;
    width: 100%;
    max-width: 100%;
    background: #fff;
    position: relative;
    border-width: 0 0 4px 0;
    border-style: solid;
    -webkit-border-image:-webkit-gradient(linear, 100% 0, 0 0, from(000000), to(2d2d2d5)) 1 100%;
    -webkit-border-image:-webkit-linear-gradient(right, (000000), (2d2d2d)) 1 100%;
    -moz-border-image:-moz-linear-gradient(right, (000000), (2d2d2d)) 1 100%;
    -o-border-image:-o-linear-gradient(right, (000000), (2d2d2d)) 1 100%;
    border-image:linear-gradient(to right, (000000), (2d2d2d)) 1 100%; 
}

.page-header.fixed{min-height: 79px;}
.page-header.fixed .fixed-header-style {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background-color: #fff;
    animation-name: fixedheader;
    animation-duration: 1s;
    animation-iteration-count: 1;
    animation-direction: normal;
    z-index: 9;
    padding: 15px 0 14px;
    max-width: 100%;
    box-shadow: 0 2px 1.7px 0 #e5e5e5;
    border:none;
}
@-webkit-keyframes fixedheader{0%{top:-100%;}100%{top:0;}}
@-moz-keyframes fixedheader{0%{top:-100%;}100%{top:0;}}
@keyframes fixedheader{0%{top:-100%;}100%{top:0;}}

.page-header.fixed .header-nav .navigation.custommenu #mainmenu{ top:66px; }
.page-header.fixed .tm_headerlinks {top: 59px;}
.page-header.fixed .minicart-wrapper .block-minicart{ top:66px; }


.header-center{ float: left; }
.header-logo {
    padding-right: 65px;
}
.header-logo .logo{z-index: 3;float: none;display: inline-block;vertical-align: text-top;margin: 0;}

.header-right {
    float: right;
    width: 100%;
}


.block.block-search{
    margin:6px 0 0;
    z-index: 3;
    float: left;
    padding: 0;
    width: 74.6%;
}
.block-search .block-title{display: none;margin:0;float: left;cursor: pointer;}
/*.block-search .block-title strong{
    color: #444444;
    font-weight: 500;
    position: relative;
    font-size: 14px;
    -webkit-user-select: none;   
    -moz-user-select: none; 
    -ms-user-select: none; 
    -o-user-select: none;
    user-select: none;
}*/
.block-search .block-search-inner .block.block-content{
    clear: both; margin: 0px; padding: 0px;
}
.block-search .field.search {
    float: left;
    width:80%;
}
.block-search .minisearch input[type="text"] {
    height: 40px;
    padding: 7px 15px;
    background: #fff;
    width: 100%;
    border: none;
    color: #c7c7c7;
}
.block-search .minisearch input[type="text"]::placeholder{opacity:1;color:#c7c7c7;}
.block-search .block-search-inner:hover .minisearch input[type="text"],.block-search .block-search-inner .minisearch input[type="text"]:focus{}
.block-search .actions{ float: left; cursor: pointer; margin: 0 0 0 10px;}
.block-search button.action.search[disabled] {opacity: 1;filter: Alpha(opacity=100);}
.block-search .actions .action.search {
    height: auto;
    position: relative;
    right: auto;
    color: #fff;
    background: #04a64b; /* Original: f5c325 */
    font-size: 12px;
    font-weight: bold;
    padding: 9px 24px;
    border: none;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}
.block-search .actions:hover .action.search{background: #fff;}
.block-search button.action.search:before{display: none;}
.block-search button.action.search > span{position: relative;}
.block-search .label::before{display: block;}
.block-search input{background-color: #ffffff; }

.tm_headerlinks>.header.links {padding: 10px;margin:0;}
.headertoggle_img:after{
    content: '\e622';
    font-family: 'Luma-Icons';
    font-size: 8px;
    padding:0 0 0 3px;
    position: relative;
    vertical-align: middle; display: none;
}
.tm_headerlinks>.header.links>li:hover >a{color: #000000;}
li.customer-welcome li a:hover{color:#000000;}
li.customer-welcome li a:hover span.counter{color: #000000;}
li.customer-welcome li a:hover span{color:#000000;}
.tm_headerlinks .header.links li.customer-welcome .customer-menu li a{color: #808080; padding: 5px 0;}
.tm_headerlinks .header.links li.customer-welcome .customer-menu li a:hover{color:#000000;}
.customer-welcome .header.links{width: 100%;}

/*-------------------------------Main menu----------------------------------*/

.header-left{ float:left;  margin: 0px 0px 0px; }
.tm_header.container-width{ position: relative; }
.header-menu-outer{ float: left; margin: 0px; }
.header-menu { width: 100%;  position: static;}
.header-nav{ float: left;  width: 100%;}
.header-nav-inner{float: left;}
.nav-sections { margin-bottom: 0px !important;}
/* Start Simpal Menu */
.navigation ul{ padding: 0px;}
.navigation > ul{ padding: 0px;}
.navigation > ul > li.level0:first-child{ background: transparent; }
.navigation > ul > li.level0 {  margin: 0px;}
.navigation li.level0 > a.level-top{ padding: 0px; color: #444; text-transform: capitalize; font-size: 14px; }
.navigation .level-top > span{ padding: 10px; margin: 0px; display: block; }
.navigation .level-top > span.ui-icon{ display: none; }

.navigation.custommenu .mainmenu > ul > li > .level-top:hover,.navigation ul > li.level0.active > .level-top>span{ color: #F5c325;}
.navigation .submenu > li{ margin: 0px; line-height: 20px; position: relative;}
/* End Simpal Menu */

/* Start  Advance menu */

.menu-mobile {
    display: none;
    padding: 20px;
}
.header-nav .navigation.custommenu #mainmenu {
    background: #fafafa none repeat scroll 0 0;
    display: none;
    position: absolute;
    top: 74px;
    width: auto; left: 0px; right: 0px; margin: 0 auto;
    /*box-shadow: 0 0 3px #aaa; -moz-box-shadow: 0 0 3px #aaa;-webkit-box-shadow: 0 0 3px #aaa;*/
    z-index: 5;
    /*border-radius: 5px;  -webkit-border-radius: 5px; -moz-border-radius: 5px;-o-border-radius: 5px; -khtml-border-radius: 5px;*/
    padding: 20px; border:1px solid #ededed; margin: 0 20px;
}
.navigation.custommenu ul>li>ul{display: none;}
.navigation.custommenu ul{ 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{}
.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;
    display: block;
}
.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 .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:0px 0px 0 5px;}


.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: transparent;
    color: #000;
    font-size: 13px;
    padding:7px 0 5px 40px;
    text-transform: capitalize;
    width: 270px;
    cursor: pointer;
}
.header-nav .menu-title-inner {
    position: relative;
    display: block;
    width: 50%;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: 0.04em;
	float: left;
}
.header-nav .menu-title::after {
    content: "";
    height: 19px;
    position: absolute;
    top: 17px;
    width: 18px;
    left: 0;
    background: url("../images/Menu.png") no-repeat scroll center 3px transparent;
}
.header-nav .menu-title:hover::after {background-position:center -77px;}
.header-nav .menu-title:hover{color:#f5c325}

.navigation.custommenu .mainmenu .level0.customblock_inner.newsubmenu {
    padding: 0px;
    border-top: 1px solid #ebebeb;
    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: 14px;
    font-weight: 600;
    padding:0 0 6px;
    border-bottom: 1px solid #ebebeb;
    margin:0 0 13px;
}
.customblock_inner .custom_banner {
    float: right;
    line-height: 0;
}
.leftstatic {
    box-shadow:-2px 0 3px #e4e4e4 inset;
    -webkit-box-shadow: -2px 0 3px #e4e4e4 inset;
    -moz-box-shadow:-2px 0 3px #e4e4e4 inset;
    display:block;
    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;}
/* End  Advance menu */

#mobile{display: none;}
.nav-sections-item-title.active a{  color: #ffffff;}
.nav-sections-item-title a{
    text-transform: capitalize;
    font-size: 16px;
    font-weight: 500;
}
.nav-sections-item-title {
    background: #f7f7f7;
}
.nav-sections-item-title.active {
    background:#F5c325;
}

.navigation.custommenu .mainmenu > ul > li > .level-top, .navigation.custommenu .dropdown-inner-list > li > .level-top{
   box-sizing: border-box;
    color: #000;
    float: none;
    font-size: 16px;
    font-weight: 700;
    position: relative;
    text-decoration: none;
    text-transform: uppercase;
    display: block;
    padding: 0; margin: 0 0 10px;
}
#mainmenu .level-top>span, #mainmenu .hiden_menu>a{padding: 0px;margin:0px;display: block;}
/*#mainmenu .level-top>span.active-page,.navigation.custommenu .mainmenu > ul > li:hover > .level-top>span{ color: #F5c325;}*/
.navigation.custommenu .mainmenu .dropdown-inner-list > li> .level-top{color: #000000;}
.navigation.custommenu .mainmenu .dropdown-inner-list > li:hover> .level-top{color: #F5c325;}
.navigation.custommenu .mainmenu .menu-dropdown-icon, .navigation.custommenu .mainmenu > ul > li{
    display: block;
    margin: 0 5% 15px 0px;
    position: relative;
    vertical-align: middle;
    /*float: left;*/ vertical-align: top; display: inline-block;
    cursor: pointer;
    width: 200px;
}
.navigation.custommenu .mainmenu > ul > li{/*background: url("../images/sep.png") no-repeat scroll left center;*/}
.navigation.custommenu .mainmenu > ul > li:first-child{background: none;}
.navigation.custommenu .mainmenu ul li.menu-banner {
    float: right;
    margin: 0px;
    padding: 0;
    width: auto;
}
.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: relative;
    top: 100%;
    background:transparent;
    margin: 0px;
    padding: 0px;
    width: auto;
    display: block !important;
    font-weight: 500;
    min-width: auto;
    z-index: 5;
    left: 0;
    border:none;
    border-radius: 0px;  -webkit-border-radius: 0px; -moz-border-radius: 0px;
    box-shadow: none; opacity: 1 !important;
}
.navigation.custommenu .mainmenu .level1 > a{
    color: #444444;
    font-size: 12px;
    font-weight: normal;
    text-transform: capitalize;
    position: relative;
    margin: 0px;
    padding: 4px 0px;
    float: none;
    display: block;
    border-bottom:none;
}
.navigation.custommenu .mainmenu .level1 > a > span{/*padding-bottom: 5px;*/}
.navigation.custommenu .mainmenu .level1:last-child > a{ border:none; }
li.level2 {
    padding: 0 5px;
}
#mainmenu li.level2{
    padding: 0;
}
.navigation.custommenu .mainmenu .level1 .level2 a {
    font-weight: normal;
    padding:4px 0 4px 10px;
    position: relative;
    margin: 0;
    float: none;
    border-bottom: none; text-transform: capitalize;
}
.navigation.custommenu .mainmenu .level1 > li:last-child a{ border:none; }
.navigation.custommenu .mainmenu .level1 .level2 a:before {
    content: "\f111";
    font-family: fontawesome;
    left: 0;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 5px;
    font-size: 5px;
}
.navigation.custommenu .mainmenu .level1  .level2 a:hover, .navigation.custommenu .mainmenu .level1 > a:hover{ color: #F5c325;}
.navigation.custommenu .mainmenu ul li.menu-banner { float: right;  margin: 0px;  padding: 0;  width: auto;}
.minicart-items .product-item:not(:first-child){border-top-color: #ededed; }

.nav-sections-item-content > .navigation.custommenu {
    background: transparent;
    width: auto;
    padding: 0px; position: static;
}
.megamenu-banner .img-respo { border-radius: 5px; -webkit-border-radius: 5px; -moz-border-radius: 5px;}
/*-------------------------------Main menu----------------------------------*/
/*----------------------------- Header CSS Ends Here -----------------------------------------------*/

/*-------------------------------------------------------------Page wrapper Content starts here--------------------------------------------------*/

/********************************* Latest Product CSS starts here ***************************/

/*.grid .product-item .price-box,.list .product-item .price-box{z-index:1;position: absolute;bottom:5px;right:5px;padding: 7px 9px;background: #ffffff;}*/
.catalog-product-view .column.main .product-info-main div.product-reviews-summary{opacity: 1;filter: Alpha(opacity=100);position: static;}


/* Start Product css */
.block.widget{ margin: 0px; }
.page-products .products.wrapper {margin: 0 -15px;}
.block.widget .products-grid {
    margin: 0;
    padding: 15px;
}
.products.wrapper.products-carousel.products-related,.products.wrapper.products-carousel.products-upsell,.column.main .crosssell .products-crosssell{margin:0 -15px;}

.cms-index-index.page-layout-1column .block.widget .products-grid .widget-product-carousel .product-item{
    width:auto;
    margin-left: 0;
    padding-left: 0;
    max-width:unset;
    float:left;
}
.cms-index-index.page-layout-1column .block.widget .products-grid .widget-product-grid .product-item {
    width: 20%;
    margin-left: 0;
    padding-left: 0;
}
.products-grid .product-item-info,.products-grid .product-item-info:hover, .products-grid .product-item-info.active,
.product-item-info.related-available,.block.related .product-item-info,.block.upsell .product-item-info,.block.crosssell .product-item-info{margin:15px;width: auto;}

.product-item-info{position: relative;width: auto;}
.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;
    background: transparent;
    padding: 0;
}
.product-item-info .product-item-image{border:none;position: relative;text-align: center; overflow:visible;}
.product-item-info .product-item-image .product-image-container{vertical-align: middle;display: inline-block;}
.product-image-photo{ border-radius: 5px; -webkit-border-radius: 5px;-moz-border-radius: 5px; -o-border-radius: 5px;-khtml-border-radius: 5px; }

.products-grid .product-item-info:hover .new-label, .product-item-info:hover .new-label{display: block;}
.new-label{
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    color: #000000;
    font-size: 12px;
    z-index: 9;
    padding: 0px 5px;
    top: 5px;
    line-height: 24px;
    left: 5px; display: none;
}
.sale-label {
    top: 10px;
    background: #c12637;
    display: block;
    color: #fff;
    border: none;
    position: absolute;
    font-family: 'Montserrat', sans-serif;
    font-size: 10px;
    padding: 0;
    font-weight: 400;
    right: 10px;
    height: auto;
    width: auto;
    z-index: 5;
    box-sizing: border-box;
    transition: all 200ms ease;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    line-height: 20px;
    letter-spacing: 0.08em;
    border-radius: 0 5px 0 5px;
    padding: 0 10px;
}
.products-grid .product-item-info:hover .sale-label, .products.wrapper .product-item-info:hover .sale-label{
    transform: scaleX(0);
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    -o-transform: scaleX(0);
    -moz-transform: scaleX(0);
    right: 25px;
}

.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;
     margin: 10px 0 30px;
}

div.product-reviews-summary{margin-bottom: 0px;}
.owl-carousel div.product-reviews-summary{margin: 2px 0 2px;}
.product-item .product-reviews-summary .rating-summary{margin: 0;}
.rating-summary .rating-result{vertical-align: text-top;}
.product-item .product-reviews-summary .reviews-actions a:hover{color: #000000;}

.product-item-name{margin:0px;}
.minicart-items .product-item-name a{letter-spacing: 0.5px; font-weight:600; cursor: pointer;}
.product-item-name > a, strong.product.name a {
    font-size: 12px;
    /* text-transform: capitalize; */
    font-weight: 400;
    line-height: 18px;
    letter-spacing: 0.08em;
}
.sidebar .product-item-name > a{ font-size: 12px; font-weight: 600; }
strong.product-item-name > a, strong.product-item-name > a:visited, .product.name a {color: #999;}
.product-item-info:hover strong.product-item-name > a, .product.name a:hover{color: #F5c325; }

.product-item .price-box{margin:5px 0px; vertical-align: middle; display: inline-block;}
.product-item .price-box .price-label{font-size: 0;display: none;}
.special-price .price-container .price, .old-price .price-container .price, .price-container .price, .product-item .price-box .price {
    font-size: 14px;
    color: #000;
    font-weight: 500;
    line-height: 22px;
    letter-spacing: 0.06em;
}
.old-price .price-container .price{color: #999;text-decoration: line-through;font-weight: 500;font-size: 14px;letter-spacing: 0.08em;line-height: 22px;}

.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, 
.block.related .product-item-info .product-item-inner, .block.upsell .product-item-info .product-item-inner, 
.block.crosssell .product-item-info .product-item-inner{
    display: block;
    box-sizing: border-box;-webkit-box-sizing: border-box; -moz-box-sizing: border-box;
    background: transparent;
    margin: 0 auto;
    width: auto;
    height: auto;
    padding: 0;
    border:none;
    box-shadow: none; -webkit-box-shadow: none; -moz-box-shadow:none;
    vertical-align: middle;
    position: absolute;
    top:6px;
    right: -20px; left: auto;
    text-align: center; 
    clip: auto; overflow: visible; opacity: 0; z-index: 5; transition: 500ms;
}
.products-grid .product-item-info:hover .product-item-inner, .block.related .product-item-info:hover .product-item-inner, 
.block.upsell .product-item-info:hover .product-item-inner{ opacity: 1; right:8px;}

.block.related .owl-controls .owl-nav .owl-prev,
.block.crosssell .owl-controls .owl-nav .owl-prev,
.block.upsell .owl-controls .owl-nav .owl-prev
{ right:60px;}

.block.related .owl-controls .owl-nav .owl-next,
.block.upsell .owl-controls .owl-nav .owl-next,
.block.crosssell .owl-controls .owl-nav .owl-next{ right: 15px; }

.block.crosssell .owl-theme .owl-controls{ display: none; }

.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;}

.action.primary,button,.block-compare .action.primary:not(:focus),button:not(.primary){
    text-transform: uppercase;
}
.product-item-image .actions-primary { float: none; display: block; }
.product-item-image .actions-secondary { float: none; display: inline-block; vertical-align: middle; }
.product-item .tocart {
    font-size: 0px;
    line-height: 18px;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    color: #000;
    background: #fff;
    padding: 6px 10.5px;
    position: relative;
    margin: 2px 0px 2px 0px;
    height: 33px;
    width: 33px;
    box-sizing: border-box;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -khtml-border-radius: 50%;
    border: none;
}
.product-item .tocart::before{ 
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    width:33px;
    height:33px;
    background: url("../images/Pro-icon.png") no-repeat 9px -58px;
    top:0;
}

.cms-home.cms-index-index .product-item .tocart::before,
.products-grid .product-item .tocart::before,
.product-item-image .tocart::before{background-position:9px 7px}

.product-item .tocart:hover {
    background: #f5c325;
    border: none;
}
.product-item .tocart:hover::before,
.cms-home.cms-index-index .product-item .tocart:hover::before{
    background-position:9px -58px;
}
.block.upsell {margin-top: 50px;}
/*.product-item-info:hover .action.primary,.page-products .products-list .action.primary:focus,.page-products .products-grid .action.primary:focus,
.page-products .products-list .action.primary:active,.page-products .products-grid .action.primary:active{
    color: #999999;
    background-color: transparent;
    border: none;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
}
.product-item-info:hover .action.primary, .product-item .tocart:hover{color: #000000;}*/

/*.product-item-inner .actions-secondary{float: left;}*/
.product-item-actions .actions-secondary > .action.btn-remove{ border:none; }
.actions-secondary .product-item-actions{display: inline-block; margin: 0px; vertical-align: middle;}
.product-item .tocompare,.product-item .action.towishlist,.product-item-actions .actions-secondary > .action{
    font-weight: 500;
    padding: 3px 7.5px;
    letter-spacing: 0em;
    color: #000;
    text-transform: uppercase;
    background: #fff;
    float: none;
    margin: 3px 0px;
    border:none;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -khtml-border-radius: 50%;
    display: block;
    height: 34px;
    width: 34px;
    box-sizing: border-box;
    position: relative;
}
a:active
    text-decoration:none !important;
}
.product-item-actions .actions-primary + .actions-secondary > .action{ margin: 3px 0px; }
.product-item-actions .actions-secondary > .action:hover, .product-item .tocompare:hover,.product-item .action.towishlist:hover{ background: #f5c325;border:none;}

.products-list .product-item-details .product-item-inner .actions-secondary a {
    padding: 5px 8px;
    background: #014461;
    color: #fff;
    line-height: 20px;
    display: inline-block;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    -khtml-border-radius: 5px;
    margin: 0;
    border-color: #014461;
}
.products-list .product-item-details .product-item-inner .actions-secondary a:hover{ background: #F5c325; border-color:#F5c325; }
.product-item .action.towishlist span,.product-item .tocompare span{font-size: 0;display: none;}

 
.product-social-links .action.towishlist::before, 
.block-bundle-summary .action.towishlist::before,
.product-item .action.towishlist::before,
.category_product_tab .product-item .action.towishlist::before,
.table-comparison .action.towishlist::before{
    width:33px;
    height:33px;
    content:'';
    position:absolute;
    top:0;
    left:0;
    right: 0;
    background: url("../images/Pro-icon.png") no-repeat 9px -214px
}

.category_product_tab .product-item .action.towishlist::before{background-position:9px -135px}

.cms-home.cms-index-index .product-item .towishlist::before,
{background-position:9px -137px}

.products-grid .product-item .towishlist::before,
.product-item-image .towishlist::before,
.block.related .product-item-info .towishlist::before,
.block.upsell .product-item-info .towishlist::before{background-position:9px -137px}

.product-social-links .action.towishlist:hover::before, 
.block-bundle-summary .action.towishlist:hover::before,
.product-item .action.towishlist:hover::before,
.table-comparison .action.towishlist:hover::before
{background-position:9px -216px}

.catalog-product-compare-index .product-item-actions .actions-secondary > .action {height: 38px;}

.catalog-product-compare-index .product-item-actions .actions-primary + .actions-secondary > .action {margin: 0;}

.category_product_tab .product-item .action.towishlist:hover::before{background-position:9px -214px}


.table-comparison .action.towishlist::before {background-position:9px -216px;}
.table-comparison .action.towishlist:hover::before {background-position: 10px -215px;}

.product-item .tocompare::before {
    width:33px !important;
    height:33px;
    content:'';
    position:absolute;
    top:0;
    left:0;
    right: 0;
    background: url("../images/Pro-icon.png") no-repeat 10px -297px;
}

.product-item .tocompare:hover::before{background-position:10px -412px}

.product-item-details .product-item-inner .actions-secondary.compare a{display: inline-block;}

.product-item-details .product-item-inner .actions-secondary.wishlist a:hover,
.product-item-details .product-item-inner .actions-secondary.compare a:hover,
.products-list .actions-secondary a.action:hover,.products-list .product-item-actions .actions-secondary .action:hover{color: #000000;}

.products-related .product-item-actions, .upsell .product-item-actions,
.products-grid .product-item-actions, .checkout-cart-index .product-item-actions{margin:0; display: block;}
.page-main .product-item-actions{ display: block; }

/*.product-item-details .product-item-inner .actions-secondary.wishlist a:hover,
.product-item-details .product-item-inner .actions-secondary.compare a:hover{color: #000000;}*/

.products-list .product-item .action.towishlist span,
.products-list .product-item .tocompare span{font-size: 0px;}

.products-list .product-item .tocart{ display: block; clear: both; width: auto;font-size: 13px; padding: 6px 20px;background:#014461; border: 2px solid #014461; color: #fff; height: auto; margin: 0 3px 0 0px; border-radius: 5px; -webkit-border-radius: 5px;-moz-border-radius: 5px; -o-border-radius: 5px;-khtml-border-radius: 5px;}
.products-list .product-item .tocart:hover{ color: #fff; border-color: #F5c325; background: #F5c325}
.products-list .product-item .tocart::before{ display: none; }
/* End Product css */

.widget .block-title h2{margin:0;}
.block-compare .block-title, .block-reorder .block-title, .block-wishlist .block-title, .widget .block-title{margin:0;}


.products-grid .product-item{margin-bottom: 0;}
/********************************** Latest Product CSS Ends here ****************************/



/*-------------------------------------------------------Service CSS starts here-------------------------------------------------------*/

.service-cms .service-item {
    position: relative;
    float: left;
    display: inline-block;
    width: 20%;
}
.service-item .title {
    font-size: 14px;
    line-height: 25px;
    letter-spacing: 0.08em;
    font-weight: 600;
    display: block;
    color: #000;
}

.service-item:hover .title{color:#014461;}

.service-item .desc {
    font-size: 12px;
    line-height: 22px;
    letter-spacing: 0.08em;
    font-weight: 400;
    color: #999;
}

.service-item .service-icon {
    margin-right: 18px;
    width: 40px;
    height: 40px;
    display: inline-block;
    float: left;
    background: url("../images/Services.png") no-repeat center 0;
    transition: all 0.6s ease 0s;
    -webkit-transition: all 0.6s ease 0s;
    -moz-transition: all 0.6s ease 0s;
    -ms-transition: all 0.6s ease 0s;
    -o-transition: all 0.6s ease 0s;
}

.service-icon.icon-1 {background-position: center 5px;}
.service-icon.icon-2 {background-position: center -228px;}
.service-icon.icon-3 {background-position: center -462px;}
.service-icon.icon-4 {background-position: center -698px;}
.service-icon.icon-5 {background-position: center -935px;}

.service-item:hover .service-icon.icon-1 {background-position: center -113px;}
.service-item:hover .service-icon.icon-2 {background-position: center -346px;}
.service-item:hover .service-icon.icon-3 {background-position: center -580px;}
.service-item:hover .service-icon.icon-4 {background-position: center -815px;}
.service-item:hover .service-icon.icon-5 {background-position: center -1053px;}

.service-cms {
    float: left;
    width: 100%;
    position: relative;
    padding: 80px 0 73px;
}

/********************************** Service CSS Ends here ****************************/



/*-------------------------------------------------------Newsletter CSS starts here-------------------------------------------------------*/
.footer_newsletter .news-heading{font-size: 40px; line-height: 40px;font-weight: 600;text-transform: capitalize;float: left;}
.footer_newsletter .content { float: right;  width: 55%;}
.news-right>ul>li{margin: 0;}
div.block.newsletter{width: 100%; margin: 0px 0;}
.block.newsletter .field{float: left;width: 100%; position: relative;}
/* .block.newsletter{float: left;} */
.block.newsletter input{padding: 0px 55px 0 15px;border-color: #fff; background: #fff; height: 40px;}
.block.newsletter .form.subscribe{position:relative;margin-top:0px;}
.block.newsletter .field .control:before{content: '';}
.block.newsletter .actions{ display: block; width: auto;  margin: 0 0px 0 5px; float: left;}
.block.newsletter .action.subscribe{
    background: url(../images/News.png) no-repeat center 7px #F5c325;
    box-shadow: none; -webkit-box-shadow: none; -moz-box-shadow: none;
    margin: 0px;
    line-height: 20px;
    padding: 8px 8.5px;
    color: #fff;
    border-radius: 50%; -webkit-border-radius: 50%;-moz-border-radius: 50%; -o-border-radius: 50%;-khtml-border-radius: 50%;
    position: absolute; top: 4px; right: 4px;
    border: 1px solid #f5c325;font-size: 0px; font-weight: 600; height: 32px; width: 32px;
}
/*.block.newsletter .action.subscribe:before{content: "\f1d8";font-family: "FontAwesome";}
.block.newsletter .action.subscribe span{display: none;}*/
.block.newsletter .action.subscribe:hover {
    background-color: #fff;
    /*border-color: #000;*/
    background-position: center -83px;
    border-color: #014461;
}
.block.newsletter .newshead{ margin: 0 0 10px; }
/*-------------------------------------------------------Newsletter CSS Ends here-----------------------------------------------------------*/

/***********************************************************Footer CSS Start Here*********************************************************/
[class*="-cookie-restriction-mode"] footer .footer.links li:first-child a{font-weight: 700;}
footer.page-footer{ background: #000; color: #cfcfcf;margin: 80px 0 0;}
.footer-wrapper {
    padding: 59px 0 58px;
}
.page-footer #block_1.footer-area {
    border: medium none;
    margin: 0 40px 0 0;
    padding: 0;
    width: 24%;
}
.page-footer .footer-area {
    box-sizing: border-box;
    float: left;
    width: 17.8%;
}
.page-footer #block_3 {
    padding-left: 11px;
}
.page-footer #block_4 {
    padding-left: 19px;
}
.page-footer .block.newsletter.footer-area {
    width: 18.8%;
    float: right;
}
.footer-top , .footer-center{
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    clear: both;
}

.page-footer .footer-area h6 {
    font-size: 16px;
    font-weight: 600;
    margin: 0 0 17px;
    color: #fff;
    text-shadow: none;
    text-transform: uppercase;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    line-height: 25px;
    letter-spacing: 0.08em;
}
.page-footer ul li {
    padding: 0;
    margin: 0;
    position: relative;
    line-height: 38px;
    letter-spacing: 0.08em;
	list-style: none;
}
.page-footer ul li > a {text-decoration: none;color: #cfcfcf;}
.page-footer ul li > a:hover { color: #f5c325;}

.page-footer #block_1 ul li {
    padding: 0 0 10px 20px;
    line-height: 28px;
    letter-spacing: 0.08em;
    color: #cfcfcf;
}
#block_1 ul li.address:before{content: "\f041";}
#block_1 ul li.phoneno:before{content: "\f10b"; font-size: 16px;}
#block_1 ul li.email:before{content: "\f0e0"; font-size: 11px;}
#block_1 li:before {color:#F5c325;font-size: 13px;font-family: FontAwesome;padding: 0;margin: 0;position: absolute;left: 0px;}

.page-footer #block_2 ul > li a::before, .page-footer #block_3 ul > li a::before, .page-footer #block_4 ul > li a::before {
    content: "\f105";
    font-family: fontawesome;
    padding-right: 8px;
}
.page-footer ul li.social_block {
    cursor: pointer;
    display: inline-block;
    margin: 25px 6px 5px;
    padding: 0;
    line-height: 20px;
}
.page-footer ul li.social_block:first-child {
    margin-left: 0;
}
.tm_shipping_cms {
    border-top: 1px solid #343434;
    border-bottom: 1px solid #343434;
    margin: 48px 0 65px;
    padding: 35px 0;
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    clear: both;
}
.serviceblock {
    width: 20%;
    float: left;
    box-sizing: border-box;
    padding: 0 0 0 60px;
    position: relative;
}
.serviceblock:hover .service-text .title{color: #F5c325;}
.serviceblock .service-text::before {
    position: absolute;
    width: 40px;
    height: 100%;
    left: 0px;
    text-align: center;
    font-family: "FontAwesome";
    font-size: 25px;
    box-sizing: border-box;
    padding:5px 0px 0 0;
    color: #F5c325;
}
.serviceblock .service-text::after{content: "";position: absolute;width:40px;height: 1px;left:0px ;bottom:0;background:#F5c325;}
.serviceblock1 .service-text::before{content: "\f118";}
.serviceblock2 .service-text::before{content: "\f087";}
.serviceblock3 .service-text::before{content: "\f072";}
.serviceblock4 .service-text::before{content: "\f0d6";}
.serviceblock5 .service-text::before{content: "\f06b";}
.serviceblock .service-sub-text {
    display: block;
    color: #cccccc;
}
.serviceblock .title {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    color: #fff;
    line-height: 1;
    font-weight: 500;
}
.serviceblock5.serviceblock{width: 17%;}
.serviceblock1.serviceblock{margin-left: 22px;}

.footer-secure-pay{ text-align: center; }
.tm_footer_links {
    text-align: center;
    margin: 30px 0;
    display: inline-block;
    width: 100%;
    clear: both; font-size: 14px; font-family: 'Montserrat', sans-serif;
}

.footer.links{margin: 5px 0;}
ul.footer.links li {
    display: inline-block;
    padding: 0 12px 0 14px;
    border-left: 1px solid #fff;
    margin: 0;
    line-height: 16px;
}
ul.footer.links li:first-child{border-left: none;padding-left: 0;}
ul.footer.links li:last-child{padding-right: 0;}

.footer-payment-block {
    float: none;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
}
.footer-bottom-desc {
    font-size: 12px;
    display: inline-block;
    vertical-align: middle;
    width: 73%;
    margin-bottom: 45px; font-family: 'Montserrat', sans-serif;
}
.page-footer li.payment_icon {
    background: none;
    display: inline-block;
    vertical-align: middle;
    padding: 0 5px 0 0;
    line-height: 15px;
}
.page-footer li.payment_icon.paypal img{ margin: 0px; padding: 0px; }

.footer-bottom {
    background: #2d2d2d;
    display: inline-block;
    width: 100%;
    vertical-align: middle;
    margin: 0px;
    color: #000;
    padding: 10px 0;
    text-align: center;
}
small.copyright {
    font-size: 12px;
    letter-spacing: 0.08em;
    line-height: 20px;
    color: #cfcfcf;
    padding:0;
}

/***********************************************************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:left;
	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; opacity: 1; position: relative; width: 100%; text-align: left; right: 0px; top: 0px;}

.wishlist-index-index .box-tocart{margin-bottom:0px;}
.products-grid.wishlist .product-item-comment{margin: 20px 0 0;}

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: #808080; font-size: 13px; font-weight: 500; text-transform: capitalize; margin: 0px 8px 0px 0px;}
.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: #F5c325; }
.product-info-main .product-social-links .towishlist:before, 
.product-info-main .product-social-links .tocompare:before{ font-size: 14px; width: 25px; font-weight: 500;background: none;}


#coupon_code::-webkit-input-placeholder,#coupon_code::-moz-placeholder,#coupon_code:-ms-input-placeholder,#coupon_code:-moz-placeholder{color:#000000;}
.minicart-wrapper span.price { margin: 0 0 0 3px; font-family: 'Montserrat', sans-serif;}
.minicart-items-wrapper{border-bottom: 1px solid #e6e6e6;margin:0;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: #000000;}
.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{bottom: 0;margin: 0;position: absolute;right: 0;}
.minicart-items .action.edit:before, .minicart-items .action.delete:before{color: #989898;}
.minicart-items .action.edit:hover:before, .minicart-items .action.delete:hover:before{color: #000000;}
.minicart-items .item-qty{margin-right: 5px;}
.catalog-product-view .box-tocart .action.tocart{
    padding: 11px 25px;
    background:#F5c325;  border-color: #F5c325;
    color: #ffffff;
    width: 100%;
    display: inline-block;
}
.catalog-product-view .box-tocart .action.tocart:hover{
    background: #014461;
    color: #fff;
    border:1px solid #014461;
}
.multicheckout .actions-toolbar .secondary .action.back,.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 {
    border:1px solid #014461;
    background: #014461;
    color:#fff;
    box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box;
    line-height: 20px; padding: 8px 18px; border-radius: 5px; text-transform: uppercase;
    text-decoration: none;
}
.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,/*#masonry-loop.post-list .post-content .post-read-more: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: #F5c325;
    color: #fff; border-color: #F5c325;
}
.checkout-cart-index tbody .product-item-details{border-top:none;}
.multicheckout .actions-toolbar .secondary .action.back{
	font-size: 12px;
    line-height: 1.6;
    margin: 0;
    padding: 8px 18px;
}
/*Mini Cart Styling Ends*/


/*Checkout pages*/
.multishipping-checkout-addresses .column.main,
.multishipping-checkout-overview .block-billing,
.multishipping-checkout-billing .form.multicheckout.billing ,
.multicheckout.shipping{margin-top:10px;}
.multicheckout .actions-toolbar .secondary{margin-top:0;}
.opc-wrapper .step-title{border-bottom:1px solid #d9d9d9;font-size: 18px;padding-bottom: 11px;}
.opc-wrapper .step-content {margin: 10px 0 46px;}
div.opc-wrapper .shipping-address-item::before{background-color: #d9d9d9; }
.multicheckout .action.primary, .order-review-form .action.primary, 
.bundle-actions .action.primary.customize, .bundle-options-container .block-bundle-summary .box-tocart .action.primary, 
.box-tocart .action.tocart, .cart-summary .checkout-methods-items .action.primary.checkout, 
.block-minicart .block-content > .actions > .primary .action.primary, .methods-shipping .actions-toolbar .action.primary, 
.block-authentication .action.action-register, .block-authentication .action.action-login, 
.checkout-payment-method .payment-method-content > .actions-toolbar > .primary .action.primary, 
.form-address-edit .actions-toolbar .action.primary{
    font-size: 12px;
    line-height: 20px;
    padding: 8px 18px;
}
.opc-block-shipping-information .shipping-information-title, 
.cart-summary > .title,.opc-block-summary > .title, .checkout-agreements-items .checkout-agreements-item-title{font-size: 20px; font-weight: 600;}
.checkout-cart-index .column.main,.checkout-onepage-success .column.main,.checkout-index-index .column.main{margin-top: 10px;}
div.cart-summary,.opc-summary-wrapper,div.opc-block-summary, div.opc-block-shipping-information {
    background: #ffffff;
    margin:0 0px;
    padding: 0 0 18px;
}
.checkout-index-index .action.action-auth-toggle{
   /* padding: 7px 18px;*/
    position: absolute;
    right: 0;
}
.cart-summary a.action.multicheckout{ color: #808080; }
.cart-summary a.action.multicheckout:hover{ color: #000000; }
[class^="checkout-"] .authentication-wrapper{margin-top: 0;}
.multishipping-checkout-shipping .product-item-name{padding: 0;}
.table tfoot{   background: #ffffff;}
.account .table-wrapper{border: none;}
.opc-block-summary .product-item .product-item-inner{display: block;}
.paypal-review-discount .block > .title strong, .cart-discount .block > .title strong{color: #666666;}
.paypal-review-discount .actions-toolbar, .cart-discount .actions-toolbar{vertical-align: top;}
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:0px;}
.opc-block-summary .product-item .subtotal{display: block; text-align: left;}
.opc-wrapper .form-login{border-bottom: 1px solid #e9e9e9;}
[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 #e9e9e9;}
.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: #000000;}
.opc-progress-bar-item._active > span::after{color: #000000;}
.opc-wrapper .shipping-address-item{font-size: 12px;float: left;}
.opc-wrapper .shipping-address-item.selected-item::after{background: #000000;}
.opc-wrapper .shipping-address-item.selected-item{border-color: #000000;}
.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:25px 30px;}
.opc-estimated-wrapper .minicart-wrapper{margin:0;}
.opc-estimated-wrapper .minicart-wrapper .action.showcart .counter.qty{color: #000000;}
.opc-estimated-wrapper .minicart-wrapper .action.showcart:hover .counter.qty{color:#000000;}
.checkout-cart-index main.page-main{padding: 0 15px;}
.checkout-cart-index .cart-summary .checkout-methods-items .action.primary.checkout{width: 99%;margin:0 auto;}
/*Checkout pages ends here*/

.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,
.column.main .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;}

.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; }
/*.product-item-image .product-item-inner .product-item-actions .actions-secondary{display: none;}*/

/* End latest CMS */

ul.showmore{display: none;}
.level-show{
    color: #484848;
    font-weight: 500;
    position: relative;
    cursor: pointer;
}
.level-show:after{
    position: absolute;
    color: #484848;
    right: -20px;
    font-family: "FontAwesome";
    content: "\f103";
}
.level-show.active:after {content: "\f102";}

/* End Footer Payment CMS */
/* End Footer */
 /* Start Product List View */
.products.list.products-list,.column.main .products-list .product-items{ margin:0px 0 20px;}
.grid .product-item-info .swatch-attribute{
    opacity:1; -webkit-opacity:1; -moz-opacity:1; -khtml-opacity:1;filter: Alpha(opacity=100); 
    transition:all 0.3s ease; 
    -webkit-transition:all 0.3s ease; 
    -moz-transition:all 0.3s ease; 
    -ms-transition:all 0.3s ease; 
    -o-transition:all 0.3s ease;
}
.grid .product-item-info:hover .swatch-attribute{opacity:1; -webkit-opacity:1; -moz-opacity:1; -khtml-opacity:1;filter: Alpha(opacity=100);}
div.swatch-option.selected{outline-color: #000000;}
.product-social-links .action.mailto.friend:before{  content: "\f003"; font-family: fontawesome; font-size: 14px; font-weight: 500;}
.block.related,.block.upsell,div.block.crosssell{ clear: both; box-sizing: border-box;-webkit-box-sizing: border-box;-moz-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;filter: Alpha(opacity=0);}
.relatedpost-product .product-item-info:hover .product-item-actions .actions-secondary{ opacity: 1;filter: Alpha(opacity=100);}*/
/*.grid .product-item-info:hover .sale-label,
.list .product-item-info:hover .sale-label { opacity: 1;-webkit-opacity: 1;  -moz-opacity: 1;filter: Alpha(opacity=100);}*/
.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/mode.png") no-repeat scroll 0px 4px;padding:8px 13px;margin: 0px 5px 0px 0;border: none;}
a.modes-mode.mode-grid{ 
    background: url("../images/mode.png") no-repeat scroll 0 -25px; 
    border: none;
    padding: 8px 13px;
    margin: 0px 5px 0px 0;
     transition: background 0.3s ease;-webkit-transition: background 0.3s ease;-moz-transition: background 0.3s ease;-ms-transition: background 0.3s ease;-o-transition: background 0.3s ease;
}
a.modes-mode.mode-grid:hover{background-position: 0px 4px;border: none;border-right: none;}
.modes-mode.active.mode-list{border: none;padding: 8px 13px;background: url("../images/mode.png") no-repeat scroll -25px 4px;margin:0px 5px;}
a.mode-list:before{content: '';}
a.modes-mode.mode-list{ 
    background: url("../images/mode.png") no-repeat scroll -25px -25px;
    border: none;
    border-left:none;
    padding:8px 13px;
    margin:0px 5px;
    transition: background 0.3s ease;-webkit-transition: background 0.3s ease;-moz-transition: background 0.3s ease;-ms-transition: background 0.3s ease;-o-transition: background 0.3s ease;
}
a.modes-mode.mode-list:hover{ background-position: -25px 4px;border: none;}
.product-item-inner .swatch-input, .product-info-main .swatch-input { display: none; }
/* start Product related upsell cross sell View */
.column.main .block-content .product-items{ margin: 0px; }
.block.upsell .category-title, .block.related .category-title, .block.crosssell .category-title, .related.relatedpost-product .block-title {margin: 0px 0px 10px;}
.block.related .block-title h2 strong, .block.upsell .block-title h2 strong, .block.crosssell .block-title h2 strong{
    font-size: 22px;
    font-weight:600;
    line-height: 22px;
    margin: 0;
}
.block.related .block-actions { /*text-align: center;*/display: none;}

/*Checkbox disabled for related products*/
.field.choice.related>.checkbox.related{display: none;}
.block.related .related-available .product-item-name{margin-left: 0px; }
.block.relatedpost .title{ display: inline-block; width: 100%; margin:0px 0 15px;}
.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: none; } /*ORIGINAL: block
.message.error{margin:5px 0;}
.account .page.messages,.account .messages{margin: 0px;}
.authentication-wrapper button:focus ,.authentication-wrapper button:active{ color: #000000; }
.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: top;}
.form-cart .main.actions a.action.continue{
    padding:8px 15px; 
    font-size: 12px;
    /*line-height: 1.6;*/
}
.form-cart .main.actions a.action.continue,.multicheckout .actions-toolbar .secondary .action.back span,
.checkout-index-index .action.action-auth-toggle{font-weight: 700;/*letter-spacing: 0;*/}
.opc-sidebar .opc-block-shipping-information .shipping-information-title .action-edit{ top: 0px; }
/*Footer Bottom Brand*/
.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;
}
.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_4{width: 28%}
.footer-bottom-bottom{margin-top: 10px;}
/*Footer Bottom Brand Ends*/
.blocked-elem{display:block;}
.sidebar .product-items .product-item-info{clear:both;}
.block-wishlist .actions-toolbar .primary {float:right;}
.catalogsearch-advanced-result .message.error{margin-top: 20px;}
/*Contact Form*/
.custom-contact-form{
    float: left;
    margin-bottom: 10px;
    width: 49%;
}
.googlemap{
    display: block;
    float: left;
    margin: 0 0 0 2%;
    width: 49%;
}
/*Contact form ends*/
/*Out of Stock Product */
.stock.unavailable{font-size: 0;}
.stock.unavailable span{display: none;}
.grid .product-item :hover .stock.unavailable{margin: 0px auto;}
.stock.unavailable:before{
    font-family: FontAwesome;
    font-size: 16px;
    display: inline-block;
    content: '\f071';
    background: transparent;
    padding:6px 8px;
    color: #000000;
    opacity: 0;
    filter: Alpha(opacity=0);
}
.product-item-info:hover .stock.unavailable:before{opacity:1;filter: Alpha(opacity=100);}
.product-info-main .stock.unavailable{color: #666666;}
/*Out of stock product Ends*/
.box-tocart button.action.tocart{font-weight: 700;width:auto;}
.fotorama__wrap .fotorama__thumb__arr.fotorama__thumb__arr--right{right:2px;}
div.fotorama__nav-wrap--vertical .fotorama__thumb__arr--left,div.fotorama__nav-wrap--vertical .fotorama__thumb__arr--right{height:31px;}
.fotorama__nav-wrap--horizontal .fotorama__thumb__arr--left{left: 5px;}
.product-block{margin-bottom: 8px;}
.page-footer .footer.content{display: none;}


.product-info-main .product-add-form .product-options-wrapper .field .control {
    width: 70%;
    display: inline-block;
    padding-left: 30px;
    padding-top: 6px;
}

.product-info-main .product-add-form .swatch-opt {
    margin: 15px 0;
}

.product-info-main .fieldset > span {color: #000;}
.product-info-main .fieldset > .field .field.choice,
.product-info-main .fieldset > .fields > .field .field.choice {
    margin: 0 8px 0;
    display:inline-block;
}
.fieldset > .field > .label, .fieldset > .fields > .field > .label {color: #000;}
.product.options .toggle {display: none;}

/*********************************************** Product Page CSS *********************************************/
.page-layout-1column div.product.media{
    width: 40%;
    padding:0;
    box-sizing: border-box; 
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

/* For Start Breadcumbs */
@media (min-width: 768px) {
    .page-wrapper > .breadcrumbs {
        width: 100%;
    }
}
.breadcumb_outer{width: 100%; background: #f9f9f9; margin-bottom: 0px; padding:27px 0 15px; border-bottom:1px solid #ebebeb;}
.breadcumb_inner{  overflow: hidden;}
.page-title-wrapper { text-align: center;  margin: 0 0 12px;}
.columns .page-title-wrapper { text-align: left;}
.breadcumb_inner .page-title-wrapper h1{color: #000000;font-size: 16px;text-transform: uppercase; font-weight: 600; margin: 0px;}
div.breadcrumbs{ display: block; margin: 0px; text-align: center; line-height: 1.25;}
.breadcrumbs a:visited{color: #000000;}
.breadcrumbs a:active, .breadcrumbs a:hover{color: #000000;text-decoration: none;}
.breadcrumbs .items{ padding:0 0 0px 0; font-weight: 500;}
.breadcrumbs .item:not(:last-child):after{content: "\f101"; font-family: "FontAwesome";font-size: 15px;vertical-align: middle;}
.breadcrumbs .items .item strong{color: #000000; font-weight: 500;}
/* For End Breadcumbs */

.cms-home .page-main {  display: block;}
.page-main {  position: relative; margin:0px 0 0;}

.columns .column.main{padding-bottom: 0;}
body.page-layout-1column .column.main{ padding-top: 0px; padding-bottom: 20px; }
body.page-layout-2columns-left .column.main {
    width: 81%;
    padding-top: 25px;
    padding-left: 45px;
    margin-left: 10px;
}
body.page-layout-2columns-left .columns::before {
    content: "";
    position: absolute;
    height: 100%;
    background-color: #ebebeb;
    width: 1px;
    left:20%;
}
body.account.wishlist-index-index.page-layout-2columns-left .columns::before,
body.account.customer-account-index.page-layout-2columns-left .columns::before {left: 21%;}
body.page-layout-2columns-left .sidebar {
    width: 18%;
    margin-top: 0;
}
body.page-layout-2columns-left .sidebar-additional{padding-right: 0; padding-bottom: 15px;}

body.page-layout-2columns-right .column.main{width: 78.6%; padding-top: 25px;}
body.page-layout-2columns-right .sidebar{width: 19.7%; margin-top:0;}
body.page-layout-2columns-right .sidebar-additional{padding-left: 0;}


/* sidebar */
.columns .sidebar.sidebar-main {
    padding-right: 0;
    box-sizing: border-box;
    padding-top: 25px;
}


.page-wrapper .page-main .sidebar .block{margin: 0 0 15px 0;}   
.sidebar .block .block-title,.account .block-collapsible-nav .title>strong{
    font-size: 16px;
    font-weight: 600;
    color: #000000;
    display: block;
    margin: 0px;
    padding: 10px 0px; letter-spacing: 1px;
    background: #fff; text-transform: uppercase; position: relative;
}
.sidebar .block .block-title:after ,.account .block-collapsible-nav .title>strong:after{
    content: "";
    height: 3px;
    background-color: #F5c325;
    width: 60px;
    position: absolute;
    bottom: 0; left: 0px;
}
.block .block-title strong { font-weight: 600; background: transparent;}
.block .block-content,.block > .empty {margin: 0px; padding:0px;}

ul#category-treeview,.sidebar .block-content,.block-brand>.block-content a,
.block.block-compare .block-content,.block.block-reorder .block-content{ padding: 15px 8px 15px 1px; }
.block .block-title a {text-decoration: none;cursor: pointer;}

.block .block-content li{padding:0px 0;margin: 0px 0; text-transform: capitalize;}

/* Block: Category Navigation left sidebar */
.block-brand>.block-content .product-block:hover a{color: #000000;}
#category-treeview li a ,.sidebar .block-account .block-content li a , .sidebar .block-content li a{
    display: block;
    padding: 5px 0px; letter-spacing: 1px;
    text-decoration: none; margin: 0px;
}
.sidebar .block.filter .block-content{margin: 0;}
#category-treeview li:hover > a,
.block .block-content .side-nav li:hover a {
    color: #f5c325;
}
#category-treeview li:hover .collapsable-hitarea::before{color: #f5c325;}
#category-treeview li:hover .expandable-hitarea::before{color: #f5c325;}
/*#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: #000000;
    content: "\f068";
    font-family: "FontAwesome";
    font-size: 10px; width:20px; height:20px;float: left;
} 
#category-treeview .expandable-hitarea:before { 
    color: #626262;
    content: "\f067";
    font-family: "FontAwesome";
    font-size: 10px;
    width:20px;
    height:20px;
    float: left;
} 
#category-treeview .collapsable-hitarea:before { 
    color: #666666;
    content: "\f068";
    font-family: "FontAwesome";
    font-size: 10px;
    float: right;
    height: 20px;
    width: 20px;
} 
/* End Block: Category Navigation left sidebar */

.sorter-action{ display: inline-block; vertical-align: top; border-radius: 5px;-webkit-border-radius: 5px;-moz-border-radius: 5px;-o-border-radius: 5px;-khtml-border-radius: 5px;}
.toolbar select{background-color: #ffffff;font-size: 14px;color: #808080;border-radius: 5px;-webkit-border-radius: 5px;-moz-border-radius: 5px;-o-border-radius: 5px;-khtml-border-radius: 5px;}
.sorter-action:before{
    content: "";
    background: url("../images/sprite.png") no-repeat scroll -8px -313px;
    padding: 15px 16px;
    border: 1px solid #e9e9e9;
    box-sizing: border-box;-webkit-box-sizing: border-box; -moz-box-sizing: border-box;
    border-radius: 5px;-webkit-border-radius: 5px;-moz-border-radius: 5px;-o-border-radius: 5px;-khtml-border-radius: 5px;
}
.sorter-action:hover:before{background-position: -36px -313px;}
.sorter-action.sort-desc:before{content: "";background-position: -36px -313px;}
.sorter-action.sort-desc:hover:before{background-position: -8px -313px;}
.filter .block-subtitle,.filter-options-item{border-bottom: none;padding-bottom: 0;}
.filter-options-content{padding:0;}

.sidebar .block.filter .block-content.filter-content .block-subtitle{display: none;}
.block-title.filter-title strong{
    border: 0 none;
    box-shadow: none;  -webkit-box-shadow: none;-moz-box-shadow: none;
    padding: 0; position: relative;
}
.filter-options-title {
    text-transform: uppercase;
    padding: 5px 0px;
    font-size: 12px;
    color: #000;
    font-weight: 400;
}
.filter-current .action.remove{left: 100%;top:5px;}
.filter-actions a{padding: 6px 14px;}

/*.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-size: 16px;}

.sidebar-main .block.account-nav{ display: none; }

.page-layout-1column div.product-info-main{padding: 0px;width: 57.9%;box-sizing: border-box;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;}
.fotorama__stage{margin-bottom: 15px; border-radius: 5px; -webkit-border-radius: 5px;-moz-border-radius: 5px; -o-border-radius: 5px;-khtml-border-radius: 5px; border: 1px solid #ededed;}
.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: 600;color:#000000; text-transform: none;}
.product-info-main .page-title-wrapper{ text-align: left;  }
.product-info-main .product.attribute.overview{margin: 10px 0 18px;}
.product-info-main .product.attribute.sku .type{color: #000000;font-weight: 700;}
.product-info-main .product-reviews-summary{margin-bottom:0;margin-top: 10px;line-height: 1.25;float: none;}
.product-info-main .product-info-price .old-price .price-wrapper .price{font-size: 16px;font-weight: 500;}
.product-info-main .product-info-price .price-wrapper span.price{font-size: 22px;font-weight: 700;line-height: 20px;}
.product-info-main .product-info-price{margin:10px 0;border-bottom: none;max-width: 100%;}
.product-info-main .product-info-stock-sku{padding:0;color:#008000;}
.product-info-main .product.attribute.sku{margin-bottom: 10px;}
.product.data.items .item.title a:after{top:11px;}
.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;display: inline-block;}
.box-tocart .field.qty .input-text.qty{height: 36px;width:45px; border: 1px solid #e5e5e5; border-radius: 0px;}
.box-tocart .field.qty .label{float:left;margin: 6px 6px 6px 0;color:#000000;}

.product-info-main .box-tocart .field.qty .qty-arrows {float: right; width: 18px;}
.product-info-main .box-tocart .field.qty input.qty-increase {background-position: 0 0;  margin: 0px 0 0 -1px;}
.product-info-main .box-tocart .field.qty input.qty-decrease {background-position: 0 97%; margin: 0px 0 0 -1px; border-top: 1px solid transparent;}
.box-tocart .field.qty input.qty-decrease, .box-tocart .field.qty input.qty-increase {
    background: url("../images/btn-qty.png") no-repeat scroll 0 0 transparent;
    border: 1px solid #e5e5e5;
    cursor: pointer;
    display: block;
    height: 18px;
    width: 18px;
}
.catalog-product-view .product-info-main form .field.qty{margin: 2px 15px 0 0;float: left;}
.catalog-product-view .product-info-main form .field.qty .control{float: left;}
.catalog-product-view .box-tocart .actions{display: inline-block;}
.product.info.detailed .product.data.items > .item.title.active > .switch,
.product.data.items > .item.title.active > .switch:hover{color: #ffffff;background: #F5c325; border-color: #F5c325;}
.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{ 
    padding-bottom: 0px;
    font-size: 14px;   
    text-transform: uppercase;
    background: #fff;
    line-height: 24px;
    height: auto;
    color: #000;
    font-weight: bold;
    padding: 10px 30px;
    margin: 0 6px 0 0;
    border:1px solid #ededed; border-radius: 5px; border-radius: 5px;-webkit-border-radius: 5px;-moz-border-radius: 5px; -o-border-radius: 5px;-khtml-border-radius: 5px;
}
.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: #ffffff;
    background: #F5c325; border-color: #F5c325;
}
.data.switch .counter{color: #000000;}
.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:none;margin-top:64px;}
.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;}
.pages strong.page,.pages a.page{padding: 0 12px;}
.pages .action{
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	-khtml-border-radius: 5px;
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow:none;
}
.pages .item,.pages strong.page{line-height: 30px;}
.pages .item{border: 1px solid #e5e5e5; border-radius: 5px;-webkit-border-radius: 5px;-moz-border-radius: 5px; -o-border-radius: 5px;-khtml-border-radius: 5px;}
.pages .item.current{border-color: #F5c325;background: #F5c325;}
.pages li.item:hover{border-color: #F5c325;}
.columns .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: 15px 20px;
    border: 1px solid #ebebeb;
    background: #f9f9f9;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    -khtml-border-radius: 5px;
}
.product.info.detailed .block .block-content{ padding: 0px; }
.product-item-actions .actions-primary + .actions-secondary{padding: 0;width: auto;}
.products-related .product-item-actions, .upsell .product-item-actions{line-height: 1;}
.product-item-actions .actions-primary{display: block;  }
.product.description ul li{ list-style: inside; }
/*.catalog-product-view .products-carousel .product-item-actions .actions-primary + .actions-secondary > .action{
    margin: 0 2px; 
    padding: 10px 8px;
    background: #f2f2f2; 
    cursor: pointer;
    color: #666666;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    transition: 0.3s ease;
    -webkit-transition: 0.3s ease; 
    -moz-transition: 0.3s ease; 
    -ms-transition:  0.3s ease; 
    -o-transition: 0.3s ease;
}
.catalog-product-view .products-carousel .product-item-actions .actions-primary + .actions-secondary > .action:hover{
    background: #ff789e; 
    color: #ffffff;
    transition: 0.3s ease;
    -webkit-transition: 0.3s ease; 
    -moz-transition: 0.3s ease; 
    -ms-transition:  0.3s ease; 
    -o-transition: 0.3s ease;
}*/
.product.info.detailed{margin-top: 50px;float: left;width: 100%; padding:0px; background: transparent; box-sizing: border-box;}
.product.info.detailed .product.data.items{ margin: 0px; }
.review-list .block-title strong{font-size: 20px;}
.review-title{font-size: 18px;}
.review-toolbar{border-color: #e9e9e9;}
.product-reviews-summary div.reviews-actions{font-size: 12px;margin: 0;vertical-align: text-top;}

.page-layout-2columns-left .main  {
    width: 25%;
    margin-left: 0;
    padding: 0px;
}
.column .product-info-main .product-add-form {padding: 0 0 10px;}
.page-layout-2columns-left .main .manufacturer-list.products-grid .product-item{width: 24%;text-align: center;}
.main .products-grid .product-items{ margin: 0px; }



.page-wrapper .page-main .sidebar .block.block-collapsible-nav{z-index: 2;}
.filter-options-title:after{right:4px;font-size: 10px;}

.column.main .products-grid .product-item-inner:before{background: transparent;}

.category-view .category-description{margin:15px 0}
.column.main .toolbar-products{
    border-bottom:1px solid #ebebeb;
    padding: 5px 0 15px;
    box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box;
    margin:0 0 16px 0;
}
.toolbar .limiter{ display: none; }
.products.wrapper ~ .toolbar-products{
    margin:16px 0 16px 0;
    padding: 20px 0 5px;
    border-bottom: none;
    border-top: 1px solid #ebebeb;
}
.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: #F5c325;}
.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: #989898;}
.pages a.page,.pages a.page:visited{background: transparent;}
.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{}
option{padding: 0 15px;}
.catalogsearch-advanced-index option{padding: 0;}
.filter-options-title:after{right: 0;top: 0;font-size:10px;font-weight: bold;color: #626262;float: right;}
.products-list .product-item-info .product-item-image .product-image-container{display: inline-block;}
/*.product-item-info .product-item-details .price-box {display: none;}*/
/*Category Page while List View*/
.column.main .products-list .product-item-image{border-bottom:none;float: left;margin-right: 15px; overflow: visible;}
.column.main .products-list .product-item-info:hover .product-item-image{border-bottom: none;}
.products-list .products-list .product-item-info{overflow: hidden;margin: 0px;padding: 30px 0;border-bottom: 1px solid #e5e5e5;}
.products-list .product-item-details{text-align: left;border-top: none;display: inline-block;width: 73%; margin: 10px 0 10px 10px;}
.column.main .products-list .product-item{padding:0px;overflow: visible; margin: 0 0 20px;}
.column.main .products-list li:last-child{/*border-bottom: none;padding:30px 0 0px 0;*/}
.column.main .products-list li:first-child{/*padding:0px 0 30px 0;*/}
.list-left, .list-right {padding: 0px;}
.products-list .product-price{ display: block; margin: 5px 0 20px; }
.products-list .product-item-actions .actions-primary{float: left;}
.products-list .list-right .actions-secondary a.action span{
    position: relative;
    padding: 0;
    text-transform: capitalize;
    margin: 0;
    letter-spacing: 0;
}
.products-list .product-item-details .product-item-inner .actions-secondary{margin:0px;}
.products-list .product-item-details .product-item-inner .actions-secondary .towishlist::before {background-position: 9px -216px;}
.products-list .product-item-details .product-item-inner .actions-secondary .tocompare::before {background-position: 10px -412px;}
.pages li.item:hover a {color: #f5c325 !important;}
/*.products-list .product-item-actions .actions-secondary > .action:first-child{margin-right: 5px;}
.products-list .product-item-actions .actions-secondary > .action:last-child{margin-left: 5px;}*/
/*Category Page list View Ends here*/
.filter-options-content .count,.filter-options-content a{color: #484848;}
.category-image img{width: 100%;}
.column .products-grid .product-item-details{margin-top: 5px;}
.column .action.primary:focus,.column .action.primary:active{background: #f5c325;color: #fff;/*border-width: 0;*/border-color:#f5c325;}
/*.action.primary.tocart{ border-color: #000000; color:#000000; }*/
/*Category Page css Ends*/

.abs-discount-block .actions-toolbar .action.primary, .cart-discount .actions-toolbar .action.primary{color: #fff;}
.cart-discount .actions-toolbar .action.primary{margin-left: 5px; border-radius: 5px;}

/*Login Page design*/
.login-container {color: #666;}
.login-container .block .block-title{
        border-bottom: 1px solid #e9e9e9;
        padding-top:10px;
}
.login-container .block .block-title strong{    
    font-weight: 500;
    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 #e9e9e9;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 #e9e9e9;}
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: 14px; border-radius: 5px; -webkit-border-radius: 5px;-moz-border-radius: 5px; -o-border-radius: 5px;-khtml-border-radius: 5px;
}
.newsletter input[type="email"]{  color: #000;}
.catalogsearch-advanced-index .field.price .addon input{min-width: 0;}
select{border: 1px solid #e9e9e9;font-size: 12px;}
.create input.mage-error, .form.form-orders-search input.mage-error,
.create select.mage-error, .form.form-orders-search select.mage-error,
.create textarea.mage-error,.form.form-orders-search textarea.mage-error{border-color: #ed8380;border: 1px dashed #ed8380;background: #faebe7;}
.password-strength-meter{background-color: #ebebeb;}
div.mage-error[generated] {
    margin-top: 4px;
    padding: 0 0 0 20px;
    position:absolute;
    font-size: 12px;
}
.catalog-product-view div.mage-error[generated] {position:absolute;}
div.mage-error[generated]:before{
    content: '\f062';
    font-family: 'FontAwesome';
    left: 0;
    top: -1px;
    position: absolute;
}
.opc-wrapper .form-login .fieldset .note, .opc-wrapper .form-shipping-address .fieldset .note {
    font-size: 12.9999968px;
    margin: 26px 0 0 0;
}
._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: #e9e9e9;}
.block-collapsible-nav .content{box-sizing: border-box;-webkit-box-sizing: border-box;-moz-box-sizing: border-box; padding: 15px 1px; border:none;}
.block-reorder .actions-toolbar{margin: 0; }
.block-compare .counter, .block-wishlist .counter{color: #808080;font-size: 11px;}
/*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 40px 0px;
    padding: 20px 0;
    background: #fafafa;
}
.account .page-title-wrapper h1.page-title {
    margin:0;
    font-size: 20px;
    color: #000000;
    font-weight: 600;
    text-transform: capitalize;
    line-height: 24px;
    display: block;
    width: 100%;
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 20px;
    box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box;
}
.account.sales-order-print .page-title-wrapper h1.page-title {padding: 0;}
.block-collapsible-nav .item.current a, .block-collapsible-nav .item.current > strong{background: transparent;}
.block-collapsible-nav .item a,.block-collapsible-nav .item.current>strong{background: transparent;color:#515151;padding: 3px 0; font-weight: 500;}
.block-collapsible-nav .item.current a{border-color: #ebebeb;}
.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.6%;}
body.account.page-layout-2columns-left .sidebar{width: 19.7%;}
.account .block-collapsible-nav .title{ background:none;border: none;margin: 0px;  padding: 0;}
.account .block-collapsible-nav .item.current a, .account .block-collapsible-nav .item.current > strong{ padding: 7px 0;color: #000000;}
.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; background: #000000;font-weight: 600;}
.order-details-items{border:1px solid #f0f0f0;}
.account .block-collapsible-nav .item a:hover{color:#000000;}
.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; color: #000000; font-weight: 700;}
.account .block-content .box .box-title {
    padding:5px 0px; border-bottom: 1px solid #ebebeb;
    width: 100%;
    box-sizing: border-box;  -webkit-box-sizing: border-box;-moz-box-sizing: border-box;
}
/* .account .column.main .block .block-content .box .box-title > span {font-size: 13px; font-weight: 500;} */
.sidebar .product-items .action.delete{right:100%;top: 3px;}
.sidebar .block.block-wishlist .product-items .action.delete{right: 0;top:0px;background: transparent;}

.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: #f5c325;}
.filter-options-content a:hover .count{color:#f5c325;}
.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;}
/*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: 0px;}
.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: 500;}*/
.table-comparison .action.towishlist:before{padding:0px;line-height: 18px;}
.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: 500;
    display: none;
}
.link.wishlist .counter{color: #808080;}
.tm_headerlinks>.header.links>li:hover >a .counter{color: #000000;}
.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;}
.account.wishlist-index-index .products-grid .product-item-info:hover,.account.wishlist-index-index .products-grid .product-item-info.active,
.wishlist-index-index .product-item-info{overflow: hidden;}
/*.account.wishlist-index-index .products-grid.wishlist .product-item .box-tocart .tocart{
    padding: 0 0 0 10px; border:none; box-shadow: none;-webkit-box-shadow: none; -moz-box-shadow: none;
    background: transparent;
}*/
.catalog-product-compare-index .price-container.price-final_price.tax.weee >span{display: none;}
.catalog-product-compare-index .product-reviews-summary div.reviews-actions{vertical-align: middle;}
/*Wishlist & Compare CSS ends*/
/*Search Results CSS*/
.search-autocomplete{top:35px;right: 35px;}
.search-autocomplete ul:not(:empty){background: #88bf4a;
    border: 1px solid #342014;
    color: #eae0c9;
    padding: 2px;}
.search-autocomplete ul li .amount{color: #ebebeb;}
.search-autocomplete ul li:hover, .search-autocomplete ul li.selected{background: #88bf4a;}
.wishlist-index-index .products-grid li.product-item{width: 33.33%;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%;}


.page-wrapper > .breadcrumbs {
    background: #f2f2f2;
    display: inline-block;
    margin-bottom: 60px;
    padding: 50px 0;
    vertical-align: top;
    width: 100%;
    max-width: none;
}

.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: 0px -15px;}*/
.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;
}

/* ------------------ Start CMS -----------------*/

/* ------------------ Start Header CMS -----------------*/

.header-socail-links, .header-offerzone{float: left; width: auto;}
.header-socail-links{margin-left: 10px;}
.header-socail-links ul > li{display: inline-block; vertical-align:top; margin:2px 7.5px 0px;}
.header-socail-links ul > li:last-child{margin-right: 0px;}
.header-socail-links a {
    font-size: 12px;
    color: rgba(255,255,255,.7);
}
.header-contact {
    float: left;
    padding-right: 20px;
    position: relative;
    margin-right: 15px;
    line-height: 0;
    background: url("../images/Call.png") no-repeat;
    background-position: left 4px;
    padding-left: 15px;
    display: none;
}
.header-contact a {color:#fff;}
.header-contact:hover a {color:#f5c325;}
.header-contact:hover{background-position:left -76px}
.header-contact::after {
    content: '';
    position: absolute;
    width: 1px;
    background-color: #35657a;
    height: 52%;
    top: 22%;
    right: 0;
}
.mainSlider .mainSlider-inner{
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.07);
}
.header-contact li {
    margin: 0;
    line-height: 24px;
}
.header-socail-links a:hover{color:#ffb400;}
.header-offerzone ul li{float: left; margin:0 20px 0 20px; position: relative;}
.header-offerzone ul li:first-child{margin:0 20px 0 0;}
.header-offerzone ul li a {
    text-transform: capitalize;
    letter-spacing: 0.08em;
    color: #2d2d2d;
}
.header-offerzone ul li a:hover {color: #f5c325;}
.header-offerzone ul li:first-child a:before{content:none;}
.header-offerzone ul li a:before {
    content: "";
    width: 1px;
    background-color: #35657a;
    height: 67%;
    position: absolute;
    top: 25%;
    left: -20px;
}
/* ------------------ End Header CMS -----------------*/


/* ================= Main Slider Start ====================*/
.mainSlider-bkg
{
    background-image: url("../images/slider-bkg.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    padding: 54px 0 70px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
}
.mainSlider-inner{padding: 20px;background: #fff; box-sizing: border-box; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; border-radius: 5px; -webkit-border-radius: 5px;-moz-border-radius: 5px; -o-border-radius: 5px;-khtml-border-radius: 5px;}
.sliderLeft-menu {
    float: left;
    width: 19.9%;
    margin-right:20px;
    box-sizing: border-box;
    border-radius: 5px;
}
.sliderLeft-menu .menu-tittle {
    font-size: 13px;
    font-weight: 600;
    color: #000;
    margin: 0;
    background: #f5c325;
    padding: 13px 20px;
    border-radius: 5px 5px 0 0;
}
.Slider-menu-CMS .slider-menu {
    border: 1px solid #ebebeb;
    border-top: none;
    border-radius:0 0 5px 5px; 
    padding: 0 19px;
}
.sliderLeft-menu ul.slider-menu > li a {
    font-size: 13px;
    color: #000;
    padding:7px 0 5px 35px;
    text-transform: capitalize;
    background: url("../images/Cat-Icons.png") no-repeat scroll center center transparent;
    display:block;
    letter-spacing:0.04em;
    font-weight:500;
}
.slider-menu .desc {
    display: block;
    font-size: 11px;
    line-height: 20px;
    letter-spacing: 0.07em;
    font-weight: 400;
    color: #a5a5a5;
}

.sliderLeft-menu ul.slider-menu > li:nth-child(1) a{background-position:left 14px;}
.sliderLeft-menu ul.slider-menu > li:nth-child(2) a{background-position:left -149px;}
.sliderLeft-menu ul.slider-menu > li:nth-child(3) a{background-position:left -312px;}
.sliderLeft-menu ul.slider-menu > li:nth-child(4) a{background-position:left -476px;}
.sliderLeft-menu ul.slider-menu > li:nth-child(5) a{background-position:left -641px;}
.sliderLeft-menu ul.slider-menu > li:nth-child(6) a{background-position:left -803px;}

.sliderLeft-menu ul.slider-menu > li:nth-child(1):hover a{background-position:left -68px}
.sliderLeft-menu ul.slider-menu > li:nth-child(2):hover a{background-position:left -231px}
.sliderLeft-menu ul.slider-menu > li:nth-child(3):hover a{background-position:left -394px}
.sliderLeft-menu ul.slider-menu > li:nth-child(4):hover a{background-position:left -558px}
.sliderLeft-menu ul.slider-menu > li:nth-child(5):hover a{background-position:left -722px}
.sliderLeft-menu ul.slider-menu > li:nth-child(6):hover a{background-position:left -885px}

.sliderLeft-menu ul.slider-menu > li:hover > a,
.level-top.hidden_menu.menu .category-wrapper ul li:hover a{color: #F5c325;}
.sliderLeft-menu ul.slider-menu > li{padding:10px 0px 15px;border-bottom: 1px solid #f1f1f1; margin: 0px; position: relative;}
.sliderLeft-menu ul.slider-menu > li:last-child{border-bottom: none; margin: 0px;}
.sliderLeft-menu .level-top.hidden_menu.menu a span {color: #F5c325;}
.sliderLeft-menu .parentMenu:after {
    content: "\f105";
    position: absolute;
    font-size: 15px;
    font-family: fontawesome;
    right: 10px;
    color: #F5c325; top: 11px;
}
li.level-top.hidden_menu.menu .category-wrapper {
    position: absolute;
    right: -200px;
    background: #ffffff;
    border: 1px solid #E5E5E5;
    top: 15px;
    display: none;
    transition-duration: 200ms;
    display: none;
    min-width: 200px;
    z-index: 99;
}
li.level-top.hidden_menu.menu:hover .category-wrapper {display: block;}
.level-top.hidden_menu.menu .category-wrapper ul {padding: 0 20px; margin: 0px;}
.level-top.hidden_menu.menu .category-wrapper ul li {padding: 11px 0; border-bottom: 1px solid #E5E5E5; margin: 0px;}
.level-top.hidden_menu.menu .category-wrapper ul li:last-child {border: none;}

.sliderRight-Product {
    float: right;
    width: 16.4%;
    margin-left: 20px;
    box-sizing: border-box;
}
.cms-icon-banner .cms-banner-item:first-child {padding-top: 0;}
.cms-icon-banner .cms-banner-item:last-child {padding-bottom: 0;  border: 0;}
.cms-icon-banner .cms-banner-item {
    display: block;
    width: 100%;
    text-align: center;
    display: block;
    width: 100%;
    border-bottom: 1px solid #ebebeb;
    padding: 24px 0;
}
.cms-icon-banner .cms-banner-item .cms-banner-img .imgcms_link {margin-right:0;float:left;}
.cms-icon-banner .cms_banner .cms-banner-img img {height: auto; max-width: 100%;}
.cms-icon-banner .cms-banner-img .static-cms .static-inner {padding-right: 0; display: block; text-align: right;}
.cms-banner-item .cms-banner-img .imgcms_link {display: block; max-width: 100%; min-height: 100%; position: relative;}
.cms_banner .static-inner{ position: relative; vertical-align: top;}
.cms-banner-item .cms-banner-inner {overflow: hidden; position: relative; display: inline-block; vertical-align: top;}
.cms-banner-item {margin: 0;position: relative; /*text-align: center;*/ vertical-align: top; overflow: hidden;  display: inline-block;}
.cms-icon-banner .cms_banner .static-cms .text_button {display: block; margin: 8px 0 0;}
.cms-icon-banner .link-text {font-weight: 500;text-transform: lowercase; position: relative; color: #F5c325;padding-right: 10px;}
.cms-icon-banner .link-text::after {
    content: "\f105";
    position: absolute;
    top: auto;
    font-family: fontawesome;
    right: 0;
    left: auto;
}
.link-text {
    color: #000;
    display: inline-block;
    margin: 0;
    position: relative;
    vertical-align: top;
    font-size: 12px;
    font-weight: 300;
    font-family: raleway; text-decoration: underline;
}
.cms-banner .static-inner .subtitle {
    font-size: 13px;
    line-height: 20px;
    letter-spacing: 0.04em;
    font-weight: 500;
    color: #999;
    display:block;
    text-transform:capitalize;
}
.cms-banner .static-inner .offer {
    font-size: 12px;
    line-height: 30px;
    letter-spacing: 0.1em;
    font-weight: 500;
    color: #000;
    background: #f5c325;
    padding: 0 4px 0 6px;
    position:relative;
}
.cms-banner .static-inner .title {
    display: block;
    font-weight: 600;
    font-size: 22px;
    color: #000;
    text-transform: capitalize;
    line-height: 24px;
    letter-spacing: 0.02em;
    padding:5px 0 12px;
}
.cms-banner .static-inner .offer::after {
    content: '';
    position: absolute;
    left: 100%;
    top: 0;
    border-bottom: 8px solid #f5c325;
    border-right: 10px solid transparent;
    border-top: 9px solid #f5c325;
}
.cms-banner .static-cms {
    position: absolute;
    top: 22%;
    left: 10%;
}
.cms-banner.cms_2 .offer {
    background: #e92638;
    color: #fff;
}
.cms-banner.cms_2 .offer::after {
    border-bottom:8px solid #e92638;
    border-top:9px solid #e92638;
}
.cms-banner .cms-banner {
    position: relative;
}
.cms-banner .cms-banner.cms_2 .static-cms {
    right:10%;
    left:auto;
}
.cms-banner .cms-banner.cms_2 .static-inner .title{padding:12px 0 5px;}
.cms-banner .cms-banner {
    position: relative;
    margin-bottom:23px;
    overflow:hidden;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}
.cms-banner .cms-banner:hover img {
    -webkit-transform: scale(1.1) rotate(4deg);
    -ms-transform: scale(1.1) rotate(4deg);
    -o-transform: scale(1.1) rotate(4deg);
    transform: scale(1.1) rotate(4deg);
    -moz-transform: scale(1.1) rotate(4deg);
    transition: all 1.5s ease;
    -webkit-transition: all 1.5s ease;
    -moz-transition: all 1.5s ease;
    -o-transition: all 1.5s ease;
    -ms-transition: all 1.5s ease;
}
.cms-banner img{
    transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    transition: all 1.5s ease;
    -webkit-transition: all 1.5s ease;
    -moz-transition: all 1.5s ease;
    -o-transition: all 1.5s ease;
    -ms-transition: all 1.5s ease;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}
.cms-banner .cms-banner.cms_3 {
    margin-bottom:0;
}
/* ================ End Main Slider =======================*/



/* ======================= Home Page Featured Category CMS Start From Here ====================== */

.featured-category-CMS{
    overflow:hidden;
    margin: 82px 0 57px;
    display:inline-block;
    vertical-align:middle;
    width:100%;
}
.featured-upper{text-align: center;}
.featured-tittle {
    font-size: 34px;
    font-weight: 700;
    text-transform: lowercase;
    color: #000;
    line-height: 34px;
    margin-bottom: 40px;
    letter-spacing: 0;
}
.featured-text-block {
    width: 57%;
    float: none;
    display: inline-block;
    vertical-align: middle;
    color: #999;
    margin-bottom: 50px;
    line-height: 22px;
    letter-spacing: 0.1em;
}
.featured-category-CMS ul.cat-featured > li{display: inline-block; vertical-align: middle; margin:0 13px; width: 18.25%; }
.featured-category-CMS ul.cat-featured > li:first-child{margin-left: 0;}
.featured-category-CMS ul.cat-featured > li:last-child{margin-right: 0;}

.featured-category-CMS .featured-bottom{ margin:0 -15px; }
.featured-category-CMS .slider-item{ padding:0 15px; }
.featured-category-CMS .cat-image{position: relative; text-align: center;}
.featured-category-CMS .cat-tittle {
    text-align: center;
    padding-top: 15px;
}
.featured-category-CMS .cat-tittle .main-heading a {
    font-size: 16px;
    color: #000;
    font-weight: 600;
    text-transform: capitalize;
    letter-spacing: 0.04em;
    line-height: 24px;
}
.featured-category-CMS .cat-tittle .sub-heading {
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.08em;
    line-height: 18px;
    color: #999;
    font-family: 'Raleway', sans-serif;
    padding-top: 3px;
}
.featured-category-CMS .cat-image:hover .cat-tittle .main-heading a {
    color: #014461;
}
.featured-category-CMS .cat-image:hover .cat-tittle .sub-heading{
    color: #dbab15;
}

.featured-category-CMS .owl-controls .owl-nav .owl-prev{ top: 110px; left: 0px; right: auto;}
.featured-category-CMS .owl-controls .owl-nav .owl-next{ top: 110px; right: 0px; }

/* ======================= Home Page Featured Category CMS END Here ====================== */

/* ======================= Home Page Subbanner Top CMS START from Here ====================== */

.subbanner-top-CMS {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    overflow: hidden;
    margin: 35px 0 0;
}
.banner-left{width: 50%;  float: left;}
.banner-right{width: 50%; float: right;}
.block_top, .block_bottom{float: left; width: 100%; overflow: hidden;}
.banner-left .banner .banner-img, .banner-left .banner .banner-desc{width: 50%;}
.banner-left .block_top .banner-img, .banner-left .block_bottom .banner-desc{float: left;}
.banner-left .block_bottom .banner-img, .banner-left .block_top .banner-desc{float: right;}

.subbanner-top-CMS .banner-desc{padding:60px 44px 0 44px; box-sizing: border-box; -webkit-box-sizing:border-color; -moz-box-sizing:border-color; }
.subbanner-top-CMS .dis-text {
    font-size: 12px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    color: #F5c325;
}
.subbanner-top-CMS .banner-heading {
    font-size: 18px;
    font-weight: 700;
    color: #000;
    margin-bottom: 35px;   
}
.subbanner-top-CMS .content-banner{color: #464646; margin-bottom: 40px;}
.subbanner-top-CMS .banner-btn a{color: #000; text-decoration: underline;}
.subbanner-top-CMS .banner-btn a:hover{color: #F5c325; text-decoration: none;}
.subbanner-top-CMS .block_bottom .banner-desc{text-align: right;}

.subbanner_cms {
    display: inline-block;
    margin: 0 0 80px;
    width: 100%;
}
.subbanner_cms .sub_banner { box-sizing: border-box;  float: left;position: relative;}
.subbanner_cms .banner_text {
    left: 10%;
    line-height: 0;
    position: absolute;
    top: 22%;
    letter-spacing: 0;
}
.subbanner_cms .sub_banner2 .banner_text {
    left: 15%;
    top: 35%;
}
.subbanner_cms .text1 {
    color: #fff;
    font-size: 26px;
    text-transform: capitalize;
    margin: 0;
    line-height: 38px;
    letter-spacing: -0.02em;
    font-weight: 600;
}
.subbanner_cms .text2 {
    font-size: 28px;
    margin: 0;
    text-transform: capitalize;
    line-height: 38px;
    font-weight: 100;
    color: #fff;
    letter-spacing: -0.02em;
}
.subbanner_cms .text2 > span{ display: block; }
.subbanner_cms .view_button{ display: block;margin: 30px 0 0;}
.subbanner_cms .view_button > a {
    color: #f5c325;
    font-size: 12px;
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    font-weight: 600;
    line-height: 20px;
    border-bottom:1px solid rgba(245,195,37,.5);
}
.subbanner_cms .view_button > a:hover {
    color: #fff;
    border-color: rgba(255,255,255,.5);
}
.banner_image a { display: block; position: relative; float: left;}
.banner_image {overflow: hidden; position: relative;}
.sub_banner .banner_image img{
    transition: all 300ms ease 0s;
    -webkit-transition: all 300ms ease 0s;
    -o-transition: all 300ms ease 0s;
    -ms-transition: all 300ms ease 0s;
    max-width: 100%;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}
.subbanner_cms .sub_banner2 {padding: 0 29px;}
.subbanner_cms .offer {
    background: #e92638;
    color: #fff;
    font-size: 12px;
    line-height:17px;
    letter-spacing: 0.18em;
    font-weight:500;
    position: relative;
    display: inline-block;
    padding: 0 4px 0 3px;
    margin-bottom: 3px;
}
.subbanner_cms .offer::after {
    content:'';
    position: absolute;
    top:0;
    left: 100%;
    border-bottom: 8px solid #e92638;
    border-top: 9px solid #e92638;
    border-right: 10px solid transparent;
}
/*.sub_banner:hover .banner_image img
{
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
}*/
.breadcrumbs .items .item:hover a {color: #f5c325;}

/* ======================= Home Page Subbanner Top CMS END Here ====================== */

/*====================== Start product tab CMS Start From Here ================================*/

.homepage-bkg{ /*background-color: #FAFAFA;*/ overflow: hidden; display: inline-block; vertical-align: middle; width: 100%;}
.category_product_tab {
    padding: 70px 0 66px;
    background: #f7f7f7;
}
.tab-title{width: 100%; float: left; padding:0 0 25px 0;}
/*.catalog-product-view .category-title h2,  .checkout-cart-index .category-title h2{font-size: 16px;}*/
.tab-main-title, .category-title h2, .blog_title h2, .categorylink_title h2, .testimonial_title h2 {
    border: medium none;
    color: #000;
    font-size: 22px;
    font-weight: 600;
    position: relative;
    text-transform: capitalize;
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    line-height: 22px;
    letter-spacing: 0.02em;
}
.blog_title h2, .testimonial_title h2 {
    font-size: 26px;
    margin: 0;
    line-height: 26px;
    letter-spacing: 0.02em;
    font-weight: 700;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 10px;
}
.blog-carousel-container {margin-top: 15px;}
ul.tabbernav, ul.tabbernav_product, .product-sub-text {
    clear: both;
    margin-left: 0;
    padding: 0;
    position: relative;
    text-align: right;
    overflow: hidden;
    display: inline-block;
    vertical-align: middle;
    width: 73%;
}
 /*.product-sub-text{text-align: left; font-size: 14px; margin-top: 5px; width: 77%;}
 .product-sub-text span {
    background: #fafafa;
    z-index: 2;
    position: relative;
    padding-right: 20px;
}
ul.tabbernav::after, .product-sub-text::after
{
    content: "";
    width: 70%;
    position: absolute;
    height: 3px;
    background-color: #ECECEC;
    top: 50%;
    right: 3%;
}*/
.tabbernav li, .tabbernav_product li {
    display: inline-block;
    float: right;
    list-style: outside none none;
    position: relative;
    text-align: center;
    z-index: 2;
    margin: 0px;
}
.category_product_tab .tabbernav_product li::after {
    content: "";
    position: absolute;
    background-color: #b5b5b5;
    width: 1px;
    height: 66%;
    top: 20%;
    transform: rotate(30deg);
    -webkit-transform: rotate(30deg);
    -moz-transform: rotate(30deg);
    -o-transform: rotate(30deg);
    left: 1px;
}
.category_product_tab li:last-child::after{background: transparent;}
ul.tabbernav li a.selected, ul.tabbernav_product li a.selected , ul.tabbernav li a:hover, ul.tabbernav_product li a:hover { color: #F5c325;}
ul.tabbernav li a, ul.tabbernav_product li a {
    border: medium none;
    color: #868585;
    font-size: 13px;
    margin: 0 20px;
    text-align: center;
    text-decoration: none;
    text-transform: capitalize;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0.08em;
}
.tabs, .latest-products-inner { /*margin: 0 -16px;*/}
.tab, .tab_product {
    clear: both;
    padding: 0;
    box-sizing: border-box;
    background: #ffffff;
    position: relative;
    border:1px solid #ebebeb; 
}
.tabbernav_product_sub .category-title{ display:none;}
.tabbernav li:first-child a, .tabbernav_product li:first-child a{margin-right:0;}
/*.tabberlive_outer, .tabberlive_outer_sub, .latest-products{background: #FAFAFA; box-sizing: border-box; display: inline-block; width: 100%; border:1px solid #ebebeb;vertical-align: middle; }*/
.latest-product-CMS {
    padding: 70px 0;
    background:#f7f7f7; 
}
.latest-products-inner, .special-products-inner{display: inline-block; vertical-align: middle; background: #ffffff; padding: 15px; box-sizing: border-box; border:1px solid #EBEBEB; width: 100%;}
.latest-product-CMS .category-title, .special_product_CMS .category-title{width: 100%; float: left; padding-bottom: 25px;}
.special_product_CMS{padding: 30px 0;}

.special_product_CMS .block-new-content, .latest-product-CMS .block-new-content{
    display: inline-block;
    vertical-align: middle;
    background: #ffffff;
    padding:0;
    box-sizing: border-box;
    border: 1px solid #EBEBEB;
    width: 100%; border-radius: 5px; -webkit-border-radius: 5px;-moz-border-radius: 5px; -o-border-radius: 5px;-khtml-border-radius: 5px;
}
.special_product_CMS .owl-controls .owl-nav div, .latest-product-CMS .owl-controls .owl-nav div, .tm_product_tab .owl-controls .owl-nav div{top:-71px;}

.special_product_CMS .owl-controls .owl-nav .owl-next, .latest-product-CMS .owl-controls .owl-nav .owl-next, .tm_product_tab .owl-controls .owl-nav .owl-next{right:0px;}
.special_product_CMS .owl-controls .owl-nav .owl-prev, .latest-product-CMS .owl-controls .owl-nav .owl-prev, .tm_product_tab .owl-controls .owl-nav .owl-prev{right:45px;}
/* ===============================End product tab CMS ===================================*/

/* =============================== Start Subbanner bottom CMS ===================================*/

.subbanner-bottom_CMS {padding: 80px 0;}
.subbanner-bottom_CMS .subbanner-inner{position: relative;}
.subbanner-inner img {
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}
.subbanner-bottom_CMS .bnr-text {
    color: #fff;
    font-size: 38px;
    font-weight: 200;
    line-height: 38px;
    letter-spacing: 0;
    font-family: Helvetica, Arial;
	text-shadow: 2px 2px #000;
}
.subbanner-bottom_CMS .banner-text {
    position: absolute;
    top: 67%;
    /* left: 31%; */
    color: #fff;
	right: 6%;
}
.banner_offer {
    position: absolute;
    top: 24%;
    left: 33%;
}
.subbanner-bottom_CMS .bnr-tittle {
    font-size: 54px;
    font-weight: 700;
    margin: 15px 0 50px;
    line-height: 50px;
    letter-spacing: -0.02em;
    color: #f5c325;
}
.subbanner-bottom_CMS .bnr-des{font-size: 14px; letter-spacing: 0.5px; margin-bottom: 32px;}
.subbanner-bottom_CMS .bnr-btn a {
    font-size: 12px;
    text-transform: capitalize;
    font-weight: 600;
    padding: 0;
    color: #fff;
    background: transparent;
    letter-spacing: 0.08em;
    border-bottom: 1px solid rgba(255,255,255,.6);
}
.subbanner-bottom_CMS .bnr-btn a:hover {
    color: #f5c325;
    border-color: #f5c325;
}

.subbanner-bottom_CMS .subbanner-inner .banner-img{position: relative;}
.subbanner-bottom_CMS .subbanner-inner .banner-img::before, .subbanner_cms .sub_banner .banner_image:before
{
    background: rgba(0, 0, 0, 0) linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%) repeat scroll 0 0;
    content: "";
    display: block;
    height: 100%;
    right: -75%;
    position: absolute;
    top: 0;
    transform: skewX(-25deg);
    width: 50%;
    z-index: 2;
}
.subbanner-bottom_CMS .subbanner-inner:hover .banner-img::before, .subbanner_cms .sub_banner:hover .banner_image:before
{
    animation:1s ease 0s normal none 1 running fixedAnim;
    -webkit-animation: 1s ease 0s normal none 1 running fixedAnim;
    -moz-animation: 1s ease 0s normal none 1 running fixedAnim;
}

@-webkit-keyframes fixedAnim{0%{right:125%;}125%{right:0;}}
@-moz-keyframes fixedAnim{0%{right:125%;}125%{right:0;}}
@keyframes fixedAnim{0%{right:125%}125%{right:0;}}

/* =============================== End Subbanner Bottom CMS ===================================*/
/* start left col CMS */
.shpping-cms{ background:#2196f3; color:#fff; margin:0 0 30px; text-align:center; padding:32px 10px 33px;}
.shpping-cms  .text1{ font-size:26px; font-weight:800; text-transform:uppercase; margin:0 0 4px;}
.shpping-cms  .text2{ font-size:14px; margin-bottom:17px;}
.shpping-cms  .text3 a {
    background: transparent;
    border: 2px solid #fff;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    padding: 4px 24px;
    text-transform:capitalize;
}
.shpping-cms .text3 a:hover{ background:#fff; color:#2196f3;}

/* End left col CMS */
.blog-testmonial_CMS.homepage-bkg{}
.blog-testmonial_CMS .blog {
    width: 49%;
    float: left;
}
.blog-inner, .testimonial-inner {
    padding:30px;
    box-sizing:border-box;
    background:#fff;
    border:1px solid #ebebeb;
    border-radius:5px;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    -o-border-radius:5px;
    -khtml-border-radius:5px;
}
.blog-inner{background:#f9f9f9;border-color: transparent;}
#testimonial{width: 49%; float: right;}
#testimonial .owl-stage-outer{ padding: 0px; }
#testimonial .post-content-top{display: inline-block;vertical-align:middle;margin-top: 15px;}
#testimonial .image-block{float: left;}
#testimonial .post-content-inner{float: right; margin-top: 15px; margin-left: 20px;}
#testimonial .post-quotes
{
    background:url(../images/quates.png) no-repeat;
    float: left;
    height: 32px; 
    width: 38px;
}
#testimonial .image-block img{border-radius: 50%; -webkit-border-radius: 50%;-moz-border-radius: 50%; -o-border-radius: 50%;-khtml-border-radius: 50%;}
#testimonial .post-author a {
    font-size: 18px;
    font-weight: 600;
    color: #000;
    letter-spacing: 0.04em;
}
#testimonial .designation {
    font-size: 12px;
    color: #000;
    font-style: italic;
    line-height: 15px;
    letter-spacing: 0.06em;
}
#testimonial .post-description {
    color: #999;
    margin: 38px 0 20px;
    letter-spacing: 0.08em;
}
#testimonial .post-author a:hover{color: #F5c325;}

/* ------------------ End CMS ------------------ */



/* ------------ Start brand -----------------*/
.manufacturer_outer {
    background: #fff;
    padding: 0;
    margin-top:85px;
}
.manufacture .brand-home .owl-stage-outer{padding: 0;}
.brand-home .brand_title{ display: none; }
.brand-home .owl-controls .owl-nav div{ top: 37px; opacity: 0;}
.manufacturer_outer:hover .brand-home .owl-controls .owl-nav div{opacity: 1;}
.brand-home .owl-controls .owl-nav .owl-prev{right: auto; left:-15px;}
.brand-home .owl-controls .owl-nav .owl-next{ right:-15px; }

.brand-item {text-align:center; margin: 15px;}
.brand-item a img{
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -khtml-filter: grayscale(100%);
    transition: 500ms;
    -webkit-transition: 500ms;
    -moz-transition: 500ms;
    width: auto;
}
.brand-item a img:hover{
    filter: grayscale(0);
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -khtml-filter: grayscale(0%);
}
.megnor-brand-view .column.main h1{ 
    color: #000000;
    font-size: 26px;
    text-transform: capitalize;
    margin-bottom: 20px;
    line-height: unset;
    font-weight: 600;
}
.megnor-brand-view .brand-image { margin: 25px 0px;}
.megnor-brand-view .category-description{margin: 20px 0 30px;}
.brand-index-index .page-title {
    font-size: 22px;
    font-weight: 600;
    line-height: 22px;
    letter-spacing: 0.02em;
    color: #000;
}
.minicart-items .product-item-name {text-overflow: ellipsis;overflow: hidden;white-space: nowrap;width: 73%;}
.actions-toolbar .primary .action {border-radius: 5px;}
.sidebar .product-items .action.delete::before,.block-compare .action.delete::before{margin-top: -11px;}


.toolbar-products #sorter {background: #fff url('../images/select-bg.svg') no-repeat 100% 45%;}
.product-info-main #product-options-wrapper .product-custom-option {background: #fff url('../images/select-bg.svg') no-repeat 100% 45%;}

.product-info-main .rating-summary, .customer-review .rating-summary {margin:0 15px 0 0;}
.product-reviews-summary .reviews-actions a:not(:last-child) {margin:0 15px 0 0;}

.product-item-actions .actions-primary + .actions-secondary > .action {margin:3px 0;}
/* ------------ END brand -----------------*/

/*---------------------------------------------------------------------Responsive CSS Starts Here(responsive.css)---------------------------------------------------------------------------*/

/* Media for 980px to 1023px */
/* 980px <= width < 1023px */

/*@media (min-width: 1401px) and (max-width: 1690px){
    .subbanner-top-CMS .banner-desc{ padding:30px 30px 5px 30px; }
    .subbanner-top-CMS .content-banner, .subbanner-top-CMS .banner-heading{ margin: 0 0 20px; }

}*/

@media (min-width: 1201px) and (max-width: 1450px){
    .header-right{width:100%;}
    .block.block-search{ width: 68.3%; }
    .block-search .field.search{width: 71%;}
    .flexslider {width: 58%;}
    .flexslider .slides img{ min-height: 450px; }
    .sliderLeft-menu ul.slider-menu > li a{ font-size: 13px; }
    .cms-icon-banner .cms-banner-item .cms-banner-img .imgcms_link { margin-right: 5px; width: 45%;}
    .cms-icon-banner .cms-banner-img .static-cms{ width: 52%; font-size: 12px; }
    .cms-icon-banner .cms-banner-item{ padding:12px 0px; }
    .subbanner_cms .view_button{margin: 25px 0 0;}
    .navigation.custommenu .mainmenu .menu-dropdown-icon, .navigation.custommenu .mainmenu > ul > li{ margin: 0 1% 15px 0px; width: 18.4%; }
    .sliderLeft-menu {width: 22%;}
    .sliderLeft-menu ul.slider-menu > li {padding: 6px 0;}
    .sliderLeft-menu ul.slider-menu > li a {padding: 5px 0 5px 35px;}
    ul.tabbernav, ul.tabbernav_product, .product-sub-text {width: 69%;}
    .subbanner_cms .sub_banner2 {
    padding: 0;
    margin: 0 23px;
    }
    .subbanner_cms .sub_banner {width: 32%;}
    .page-footer #block_1.footer-area{margin:0 25px 0 0;}
    .serviceblock1.serviceblock{margin:0px;}
    .serviceblock5.serviceblock{width:auto;}
    .serviceblock{padding:0 0 0 50px;}
    .products-list .product-item-details{width: 69%;}
    .blog .post-content-inner {
    width: 66%;
    padding-left: 20px;
    }
    .post-ftimg-hld {width: 34%;}
    .post-date {margin: 5px 0 2px;}
    .blog .post-description {padding: 5px 0 0;}
    .post-list .post-text-hld.clearfix > p {margin-bottom: 10px;}
    #testimonial .post-description {margin: 15px 0 0;}
    #testimonial .post-content-top {margin-top: 5px;}
    .subbanner-bottom_CMS .banner-text {top: 18%;left: 3%;}
    .cms-banner .static-cms {top: 16%;}
}

@media (min-width: 1222px) and (max-width: 1450px){
	.flexslider {width: 59%;}
	.sliderRight-Product {width: 15.5%;}
}

@media (min-width: 1201px) and (max-width: 1221px){
.flexslider {width: 58%;}
.sliderRight-Product {width: 15.5%;}
}

@media (min-width: 1024px) and (max-width: 1200px) {
    .header-right{ width: 100%; }
    .block.block-search{ width: 65.3%; }
    .block-search .actions{ margin: 0 0 0 5px; }
    .block-search .actions .action.search{ padding:9px 20px; }
    .block-search .field.search{ width: 74.5%; }
    .headertoggle_img, .minicart-wrapper .action.showcart > span{ font-size: 12px; }
    .header-right .minicart-wrapper{ margin-left: 5px; }
    .mainSlider-inner{ padding: 20px; }
    .sliderRight-Product {width: 16.9%;margin-left: 15px;}
    .flexslider{min-height: 405px; max-height: 405px; width: 60%;}
    .flexslider .slides img{ min-height: 405px; }
    .sliderLeft-menu ul.slider-menu > li a{ font-size: 12px; }
    .cms-icon-banner .cms-banner-item .cms-banner-img .imgcms_link { margin-right: 5px; width: 45%;}
    .cms-icon-banner .cms-banner-img .static-cms{ width: 52%; font-size: 12px; }
    .cms-icon-banner .cms-banner-item{ padding:8px 0px; }
    .cms-icon-banner .cms_banner .static-cms .text_button{ margin:5px 0 0; }
    .subbanner-bottom_CMS .banner-text{ top: 23.5%; }
    .subbanner-bottom_CMS .bnr-text{ font-size: 30px; line-height: 35px; }
    .subbanner_cms .view_button{ margin: 25px 0 0; }
    .navigation.custommenu .mainmenu .menu-dropdown-icon, .navigation.custommenu .mainmenu > ul > li{ margin: 0 1% 15px 0px; width: 23.4%; }
    ul.tabbernav, ul.tabbernav_product, .product-sub-text {width:64%;}
    .blog .post-description{padding: 4px 0 0;}
    .page-footer #block_1.footer-area{ margin:0 30px 0 0; }
    .serviceblock1.serviceblock{ margin: 0px; }
    .serviceblock5.serviceblock{ width: auto; }
    .serviceblock{ padding:0 0 0 45px; }
    .serviceblock .title{ font-size: 11px; }
    .column.main .products-list .product-item-image{margin-right: 1%;/*width: 30%;*/}
    .products-list .product-item-info .product-item-image .product-image-container{display: inline;}
    .products-list .product-item-details{float: left;width: 64%;}
    .logo img {max-width: 90%;}
    .header-logo {padding-right: 0;}
    .block-search .field.search {width: 69%;}
    .cms-index-index.page-layout-1column .block.widget .products-grid .widget-product-grid .product-item {width: 25%;}
    .featured-category-CMS .owl-controls .owl-nav .owl-prev {top: 93px;}
    .featured-category-CMS .owl-controls .owl-nav .owl-next {top: 93px;}
    .cms-index-index.page-layout-1column .block.widget .products-grid .widget-product-carousel .product-item {width: 100%;}
    .subbanner-bottom_CMS .bnr-tittle {margin: 10px 0 15px;}
    .subbanner-bottom_CMS .banner-text {top: 18%;left: 3%;}
    .banner_offer {top: 19%;left: 31%;}
    .subbanner_cms .sub_banner2 {padding: 0;margin: 0 19px;}
    .subbanner_cms .sub_banner {width: 32%;}
    .page-footer #block_1.footer-area {margin: 0 15px 0 0;}
    .blog .post-content-inner {width: 58%;padding-left: 20px;}
    .post-ftimg-hld {width:42%;}
    .post-date {margin: 3px 0 2px;}
    .post-list .post-text-hld.clearfix > p {margin-bottom: 6px;}
    .owl-controls .owl-nav div {top: -55px;}
    #testimonial .post-description {margin:7px 0 0;}
    #testimonial .post-content-top {margin-top: 0;}
    .post-title {overflow: hidden;text-overflow: ellipsis;white-space: nowrap;width: 95%;}
    .testimonial-inner .owl-controls .owl-nav div {top: -41px;}
    .service-item .service-icon {margin-right: 5px;}
    .service-item .title {font-size: 12px;}
    .post-title a {font-size: 14px;}
    .sliderLeft-menu ul.slider-menu > li {padding: 4px 0px 1px;}
    .Slider-menu-CMS .slider-menu {padding: 0 10px;}
    .sliderLeft-menu {margin-right: 15px;}
    .cms-banner .static-inner .title {font-size: 17px;padding: 0 0 2px;}
    .cms-banner .static-cms {top: 14%;}
    .cms-banner .cms-banner.cms_2 .static-inner .title {padding: 3px 0 0;}
    .sliderLeft-menu .menu-tittle{font-size: 12px;padding: 8px 20px;}
    .slider-menu .desc {text-overflow: ellipsis;overflow: hidden;white-space: nowrap;}
    .subbanner_cms .banner_text {top: 13%;}
    .subbanner_cms .sub_banner2 .banner_text {left: 11%;top: 26%;}
    body.page-layout-2columns-left .column.main {width: 80%;padding-left: 25px;}
    .products.wrapper ~ .toolbar-products {margin: 16px 0 0;padding: 20px 0 0;}
    .sidebar-additional .block .block-title strong {font-size: 15px;}
    body.page-layout-2columns-left .columns::before {left: 20%;}

    .block.crosssell .owl-controls .owl-nav div,
    .block.upsell .owl-controls .owl-nav div,
    .block.related .owl-controls .owl-nav div
    {top: -39px;}

    .media .fotorama__nav-wrap.fotorama__nav-wrap--horizontal {padding: 0 20px;}
}

@media (min-width:1160px) and (max-width: 1200px) {
	.flexslider {width: 62%;}
	.sliderRight-Product {width: 14.5%;}
}

@media (min-width:1111px) and (max-width: 1159px) {
	.flexslider {width: 62%;}
	.sliderRight-Product {width: 15%;}
}

@media (min-width:1061px) and (max-width: 1110px) {
	.sliderRight-Product {width: 16%;}
}

@media (min-width:1041px) and (max-width: 1060px) {
.sliderRight-Product {width: 16.5%;}
}

@media (min-width:1024px) and (max-width: 1040px) {
	.sliderRight-Product {width: 16.9%;}
}

@media (min-width: 980px) and (max-width: 1023px) {
    .header-nav .menu-title{ width: 85px; }
    .header-logo {padding: 0;}
    .header-right{ width: 100%; }
    .block.block-search{ width: 63.3%; }
    .block-search .actions{ margin: 0 0 0 5px; }
    .block-search .actions .action.search{ padding:9px 20px; }
    .block-search .field.search {width: 70%;}
    .headertoggle_img, .minicart-wrapper .action.showcart > span{ font-size: 12px; }
    .header-right .minicart-wrapper{ margin-left: 5px; }
    .mainSlider-inner{padding: 15px; }
    .sliderRight-Product {width: 17.7%;margin-left: 15px;}
    .sliderLeft-menu {margin-right: 15px;width: 19%;}
    .flexslider{min-height: 405px; max-height: 405px; width: 60%;}
    .flexslider .slides img{ min-height: 405px; }
    .sliderLeft-menu ul.slider-menu > li a{ font-size: 11px; }
    .cms-icon-banner .cms-banner-item .cms-banner-img .imgcms_link { margin-right: 5px; width: 45%;}
    .cms-icon-banner .cms-banner-img .static-cms{ width: 52%; font-size: 12px; }
    .cms-icon-banner .cms-banner-item{ padding:8px 0px; }
    .cms-icon-banner .cms_banner .static-cms .text_button{ margin:5px 0 0; }
    .featured-text-block{ width: 70%; }
    .subbanner-bottom_CMS .bnr-tittle {
    font-size: 50px;
    line-height: 42px;
    margin: 10px 0 13px;
    }
    .subbanner_cms .view_button{ margin: 20px 0 0; } 
    .subbanner-bottom_CMS .bnr-text{ font-size: 30px; line-height: 30px; }
    .banner-right .banner-img img{ height: 450px; }
    .banner-left .banner-img img{ height: 225px; }
    ul.tabbernav, ul.tabbernav_product, .product-sub-text {width: 62%;}
    .blog .post-description{padding: 6px 0 0;}
    .navigation.custommenu .mainmenu .menu-dropdown-icon, .navigation.custommenu .mainmenu > ul > li{ margin: 0 2% 15px 0px; width: 22%; }
    .page-footer #block_1.footer-area{margin:0 20px 0 0;width: 21%;}
    .serviceblock1.serviceblock{margin:0px;}
    .serviceblock5.serviceblock{width:auto;}
    .serviceblock{padding:0 0 0 45px;}
    .serviceblock .title{font-size: 11px;}
    .block.widget .products-grid .product-items{ margin:0px; }
    .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: 33.33%;}
    .wishlist-index-index .products-grid li.product-item{width: 33.33%;}
    .column.main .products-list .product-item-image{margin-right: 1%;}
    .products-list .product-item-info .product-item-image .product-image-container{display: inline;}
    .products-list .product-item-details {float: left;width: 62%;}
    .column.main .product-items{margin:0;}
    .cms-index-index.page-layout-1column .block.widget .products-grid .widget-product-grid .product-item {width: 25%;padding: 0;}
    .logo img {max-width: 85%;}
    .sliderLeft-menu .menu-tittle {font-size: 12px;padding: 6px 20px;}
    .Slider-menu-CMS .slider-menu {padding: 0 10px;}
    .slider-menu .desc {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;}
    .sliderLeft-menu ul.slider-menu > li {padding: 1px 0px 4px;}
    .cms-banner .static-inner .title {font-size: 16px;padding: 0 0 3px;}
    .cms-banner .static-cms {top: 19%;}
    .cms-banner .cms-banner.cms_2 .static-inner .title {padding: 3px 0 0px;}
    .featured-category-CMS {margin: 50px 0;}
    .featured-tittle {margin-bottom: 20px;}
    .featured-text-block {margin-bottom: 30px;}
    .featured-category-CMS .cat-tittle {padding-top: 10px;}
    .featured-category-CMS .cat-tittle .sub-heading {padding-top: 0;}
    .category_product_tab {padding: 50px 0;}
    .cms-index-index.page-layout-1column .block.widget .products-grid .widget-product-carousel .product-item {width: 100%;}
    .product-item-name {white-space: nowrap;text-overflow: ellipsis;overflow: hidden;}
    .subbanner-bottom_CMS .banner-text {top: 19%;left: 3%;}
    .banner_offer {top: 20%;left: 32%;}
    .banner_offer img {max-width: 90%;}
    .subbanner-bottom_CMS {padding: 50px 0;}
    .latest-product-CMS .products.wrapper.products-grid.grid {margin: 0;}
    .latest-product-CMS {padding: 50px 0;}
    .subbanner_cms .sub_banner2 {margin: 0 18px;padding:0;}
    .subbanner_cms .sub_banner {width: 32%;}
    .subbanner_cms .text1 {font-size: 20px;line-height: 24px;}
    .subbanner_cms .text2 {font-size: 24px;line-height: 34px;}
    .subbanner_cms .view_button {margin: 7px 0 0;}
    .subbanner_cms .sub_banner2 .banner_text {left: 11%;top: 31%;}
    .service-item .service-icon {margin-right: 10px;}
    .service-item .title {font-size: 12px;color: #000;}
    .service-item .desc {font-size: 11px;}
    .service-cms {padding: 50px 0;}
    .subbanner_cms {margin: 0 0 50px;}
    .blog_title h2, .testimonial_title h2 {font-size: 20px;line-height: 20px;}
    .post-list .post-text-hld.clearfix > p {margin-bottom: 12px;}
    .blog-inner, .testimonial-inner {padding: 15px;}
    .post-date {margin: 7px 0 2px;}
    .post-title a {font-size: 14px;}
    .post-title {white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
    .blog .post-content-inner {width: 57%;padding-left: 20px;}
    .post-ftimg-hld {width: 43%;}
    .owl-controls .owl-nav div {top: -54px;}
    #testimonial .post-content-top {margin-top: 10px;}
    #testimonial .post-content-inner {margin-top: 10px;margin-left: 15px;}
    #testimonial .post-author a {font-size: 16px;}
    #testimonial .post-description {margin: 10px 0 0;}
    #testimonial .owl-controls .owl-nav div {top: -38px;}
    .manufacturer_outer {margin-top: 50px;}
    footer.page-footer {margin: 50px 0 0;}
    .page-footer .footer-area h6 {font-size: 14px;margin: 0 0 6px;}
    .page-footer ul li {line-height: 34px;font-size: 11px;}
    .footer-wrapper {padding: 40px 0;}
    .featured-category-CMS .owl-controls .owl-nav .owl-prev {top:85px;}
    .featured-category-CMS .owl-controls .owl-nav .owl-next {top:85px;}
    body.page-layout-2columns-left .column.main {padding-left: 25px;width:80%;}
    .sidebar-additional .block .block-title strong {font-size: 14px;}
    .sidebar .block .block-title.account .block-collapsible-nav .title > strong {font-size: 14px;}
    .products.wrapper ~ .toolbar-products {margin: 16px 0 0;padding: 20px 0 0;}
    .products-list .product-item-details {width: 61%;}
    body.page-layout-2columns-left .columns::before {left: 20%;}

    .block.crosssell .owl-controls .owl-nav div,
    .block.upsell .owl-controls .owl-nav div,
    .block.related .owl-controls .owl-nav div
    {top: -38px;}
    .blog-inner .owl-controls .owl-nav div {top: -53px;}
}

@media (min-width:1000px) and (max-width: 1023px){
.sliderRight-Product {width: 17%;}
}

/*@media (min-width: 768px) and (max-width: 979px){
    .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;}
    .navigation.custommenu .mainmenu .menu-dropdown-icon, .navigation.custommenu .mainmenu > ul > li{ margin: 0 2% 15px 0px; width: 29.7%; }
    .tm_blog .owl-controls .owl-nav .owl-prev{left:0;}
    .tm_blog .owl-controls .owl-nav .owl-next{right:0;}
    .cart-container .block.crosssell{ width: 100%; }
    .column.main .products-list .product-item-image{margin-right: 1%;}
    .products-list .product-item-info .product-item-image .product-image-container{display: inline;}
    .products-list .product-item-details{float: left;width: 63%;}
    .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: 33.33%;}
    .block-collapsible-nav .content{display: none; border:1px solid #d9d9d9; padding: 15px; margin: 5px 0px;}
    .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: 0px 0 15px;}
    .block.block-collapsible-nav{left: 20px;position: absolute;right: 20px;top: 0px;cursor: pointer;}
    div.block-collapsible-nav .title::after {
        color: #000000;
        content: "\e622";
        font-family: "Luma-icons";
        display: block;
        font-size: 12px;
        top: 10px;
        background: transparent;
        width: auto;
        left:auto;
        right:10px;
    }
    div.block-collapsible-nav .title.active::after{content: "\e621";}
}*/

@media (max-width: 979px){
    .top_button{bottom:35px;}
    .custom-contact-form{float: none;margin-bottom: 10px;width: 100%;}
    .googlemap{display: block;float: none;margin: 0;width: 100%;}
    .header-nav .menu-title{ width: 95px; }
    .header-logo {padding: 0;}
    .header-right {width: 100%;}
    .block.block-search {margin: 12px 16px 0;width: auto;}
    .block-search-inner{position: relative;}
    .block-search .block-title{display: block;}
    .block-search .block-title:before{
        content:"";
        background: url(../images/Search.png) no-repeat right 2px;
        width: 28px;
        height: 28px;
        display: block;
    }
    .block-search .block-title.activated:before{ background-position: right -53px; }
    .block-search .block-title strong{display: none;}
    .block-search .block-search-inner .block.block-content{width: 270px;display: none;position: absolute;top: 50px;right: 0;z-index: 5;}
    .form.minisearch{position: relative;float: right;width: 100%;}
    .block-search .label{display: none;}
    .block-search .control{border-top:none;padding: 0; margin: 0px;}
    .block-search .minisearch input[type="text"]{width: 270px; border: 1px solid #d9d9d9; padding:5px 70px 5px 5px;}
    div.block-search input{position: relative;left: 0;margin: 0;position: absolute;z-index: 4;}
    .block-search .actions{float: none;cursor: pointer;margin: 0;position: absolute;top: 5px;right: 5px;}
    .block-search button.action.search:before{ padding: 8px;top: 6px; position: relative; }
    .block-search .actions .action.search{ padding: 5px; z-index: 5; display: block; }
    .minicart-wrapper:hover .action.showcart .counter.qty.empty, .minicart-wrapper:hover .action.showcart .counter.qty{ color: #fff; }
    .my-account-cms, .minicart-wrapper .action.showcart > span{ display: none; }
    .minicart-wrapper .action.showcart {height: 40px;}
    .minicart-wrapper .action.showcart .counter.qty.empty, .minicart-wrapper .action.showcart .counter.qty{ position: absolute; top: 0px; right: 0px; }
    .header-right .minicart-wrapper {margin-left: 0;}
    .mainSlider-inner{ padding: 15px; }
    .sliderLeft-menu, .sliderRight-Product{ display: none; }
    .flexslider{ width: 100%;}
    .mainSlider-bkg{ padding: 25px 0; }
    .sliderLeft-menu ul.slider-menu > li a{ font-size: 11px; }
    .cms-icon-banner .cms-banner-item .cms-banner-img .imgcms_link { margin-right: 5px; width: 45%;}
    .cms-icon-banner .cms-banner-img .static-cms{ width: 52%; font-size: 12px; }
    .cms-icon-banner .cms-banner-item{ padding:8px 0px; }
    .cms-icon-banner .cms_banner .static-cms .text_button{ margin:5px 0 0; }
    .featured-text-block{ width: 90%; }
    .subbanner-bottom_CMS .bnr-text{ line-height: 25px; font-size: 25px; }
    .subbanner-bottom_CMS .bnr-tittle {font-size: 41px;line-height: 40px;margin: 5px 0 10px;}
    .subbanner_cms .sub_banner2 .banner_text {left: 8%;top: 26%;}
    .subbanner_cms .banner_text{ left:12px;  }
    .subbanner_cms .text1 {font-size: 18px;line-height: 24px;}
    .subbanner_cms .text2 {font-size: 20px;line-height: 24px;}
    .subbanner_cms .view_button {margin: 6px 0 0;}
    body.page-layout-2columns-left .columns::before{ display: none; }
    ul.tabbernav, ul.tabbernav_product, .product-sub-text {width: 52%;}
    ul.tabbernav_product li a{ margin: 0 10px; }
    .blog-inner, .testimonial-inner{ padding: 15px; }
    .blog .post-description {padding: 2px 0 10px;font-size: 11px;}
    .blog .post-content-inner {padding-left: 15px;width: 53%;}
    .special_product_CMS .owl-controls .owl-nav .owl-prev, .latest-product-CMS .owl-controls .owl-nav .owl-prev, .tm_product_tab .owl-controls .owl-nav .owl-prev {right:38px;top:-71px;}
    .special_product_CMS .owl-controls .owl-nav .owl-next, .latest-product-CMS .owl-controls .owl-nav .owl-next, .tm_product_tab .owl-controls .owl-nav .owl-next{right:0px;top:-71px;}
    .tm_product_tab .owl-controls .owl-nav .owl-prev {right: 30px;}
    .tm_product_tab .owl-controls .owl-nav .owl-next {right: -15px;}
    .page-footer #block_1.footer-area{ margin:0px; width: 100%; }   
    .footer-inner .footer-area, .page-footer .block.newsletter.footer-area{ width: 100%; }
    .page-footer #block_3, .page-footer #block_4{ padding: 0px; }
    .footer-area h6::after{ bottom: -12px; }
    .footer-area h6{ margin-bottom: 25px; margin-top: 10px;width: 100%;}
    .footer-inner .footer-area ul { display: none;margin-bottom: 10px;padding-left: 0px;box-sizing: border-box;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;}
    .footer-inner .footer-area .store-detials ul > li{ padding: 3px 1px 0 25px; }
    .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;
    }
    .page-footer .mobile_togglemenu:after,
    .sidebar .mobile_togglemenu:after{
        content:"\f107"; 
        font-family:"FontAwesome"; 
        font-size:20px;
        font-weight: 700;
        color:#fff; 
        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;
    }
    .page-footer .active .mobile_togglemenu::after,.sidebar .active .mobile_togglemenu:after{content:"\f106";}
    ul.footer.links li{ padding: 0 8px 0 12px; }
    .service-cms{text-align: center;}
    .serviceblock{padding: 40px 0 0 0; width: 33%; display: inline-block;vertical-align: middle; margin: 10px 0; }
    .serviceblock1.serviceblock{ margin-left:0; }
    .serviceblock5.serviceblock{width:33%;}
    .serviceblock .service-text::after{top: 35px; left: 42%;}
    .serviceblock .service-text::before{height: auto;left: 42%;top: 0;}
    .serviceblock .title{font-size: 11px;}
    .serviceblock4, .serviceblock5{ float: none; }
    .footer-bottom-desc{ width:90%; }
    .block.widget .products-grid .product-items {margin: 0;}
    .page-layout-1column div.product-info-main{width: 57%;}
    .page-layout-1column div.product.media{width: 40%;}
    .account .page-header .header.content{ margin: 0 0 10px; }
    .account .page-main{padding-top: 40px;}
    .account .sidebar-additional{margin-top: 0;}
    .wishlist-index-index .products-grid li.product-item{width: 33.33%;}
    .column.main .product-item{padding-left: 0;}
    .column.main .product-items{margin:0; }
    .page-layout-2columns-left .sidebar .block .block-title{margin-bottom: 0;position: relative;}
    .footer-wrapper-inner{padding: 20px 0;}
    .block-compare .block-title, .block-reorder .block-title, .block-wishlist .block-title, .widget .block-title{margin:0;}
    div.filter-title{display: block;}
    .page-layout-2columns-left #footer,#footer{width: 100%;padding:10px 0;border-top:none;}
    .columns{margin-bottom: 0;}
    .category-image .image{width: 100%;}
    .customer-account-create .columns,.sales-guest-form .columns,.catalogsearch-advanced-index .columns{margin-bottom: 40px;}
    .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-layout-2columns-left .columns .column.main {width: 100%;border: none;padding-left: 0;margin: 0;}
    .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;}
    .page-layout-2columns-left .columns .sidebar-additional{margin-bottom:0;}
    .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;}
    .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 .block .block-title, .account .block-collapsible-nav .title > strong{ padding: 10px 0px; margin: 0px; }
    .sidebar .mobile_togglemenu:after{background: none;top:12px;right:0px; color: #000000;}
    .left-banner1{display: none;}
    .block-collapsible-nav .title::after{top:8px;display: block;content: "\e622";font-size: 14px;color:#000000;right:10px; font-weight: bold;}
    .block-collapsible-nav{width: auto;left:15px;right:15px;top:5px;z-index: 3;}
    .page-wrapper .page-main .sidebar .block{margin-bottom:4px;}
    .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 .page-title-wrapper .page-title{font-size: 18px;}
    .block-compare .counter{top:0;right: 31px;}
    body.page-layout-2columns-left .sidebar{border-right: none;}
    .cms-index-index.page-layout-1column .block.widget .products-grid .widget-product-grid .product-item {width: 25%;}
    .cart-summary .checkout-methods-items .action.primary.checkout {padding: 8px 18px;}
    .tm_header_outer {font-size: 11px;}
    .header-offerzone ul li:first-child {margin: 0 10px 0 0;}
    .header-offerzone ul li a::before {height: 50%;top: 26%;left: -10px;}
    .header-offerzone ul li {margin: 0 10px 0 10px;}
    .header-contact {padding-right: 10px;margin-right: 10px;}
    .logo img {max-width: 85%;}
    .page-header .header.content {padding: 10px 0;}
    .header-nav .menu-title {padding: 3px 0 5px 40px;}
    .header-nav .menu-title::after {background-position:center 0;}
    .header-nav .menu-title:hover::after {background-position: center -80px;}
    .tm_headerlinkmenu {margin: 6px 0 0;}
    .headertoggle_img {padding: 0 0 0 40px;}
    .header-nav .navigation.custommenu #mainmenu {top: 62px;}
    .block-search .actions:hover .action.search {background: #000;color: #fff;}
    .block-search .block-title:hover::before {background-position: 4px 2px;}
    .minicart-wrapper .block-minicart {top: 62px;}
    .tm_headerlinks {top: 56px;}
    .block-search .block-title.activated:hover::before {background-position:4px -53px;}
    .navigation.custommenu .mainmenu .menu-dropdown-icon, .navigation.custommenu .mainmenu > ul > li {width: 170px;}
    .flex-direction-nav li a.flex-prev, .flex-direction-nav li a.flex-next {line-height: 34px;}
    .featured-category-CMS {margin: 50px 0;}
    .featured-tittle {margin-bottom: 20px;font-size: 30px;}
    .featured-text-block {margin-bottom: 30px;}
    .category_product_tab {padding: 50px 0;}
    .cms-index-index.page-layout-1column .block.widget .products-grid .widget-product-carousel .product-item {width: 100%;}
    .featured-category-CMS .owl-controls .owl-nav .owl-prev {top:64px;}
    .featured-category-CMS .owl-controls .owl-nav .owl-next {top:64px;}
    .product-item-name {text-overflow: ellipsis;overflow: hidden;white-space: nowrap;}
    .subbanner-bottom_CMS {padding: 50px 0;}
    .subbanner-bottom_CMS .banner-text {top: 15%;left: 3%;}
    .banner_offer img {max-width: 70%;}
    .banner_offer {top: 18%;}
    .latest-product-CMS {padding: 50px 0;}
    .sliderRight-Product {width: 100%;float:left;margin:15px 0 0;display:block;}
    .cms-banner .cms-banner {margin-right: 15px;width: 31.9%;float: left;margin-bottom: 0;background-color: #f2f3f3;}
    .cms-banner .cms-banner.cms_3 {margin-right: 0;}
    .cms-banner .cms-banner .cms-banner {width: 100%;}
    .mainSlider .mainSlider-inner {float: left;}
    .mainSlider-bkg {float: left;}
    .subbanner_cms .sub_banner {width: 31.9%;}
    .subbanner_cms .sub_banner2 {padding: 0;margin: 0 15px;}
    .service-item .service-icon {float: none;margin-right:0;}
    .service-item .title {font-size: 12px;}
    .service-cms {padding: 50px 0;}
    .manufacturer_outer {margin-top: 50px;}
    footer.page-footer {margin: 50px 0 0;}
    .footer-wrapper {padding: 40px 0;}
    .page-footer ul li.social_block {margin: 25px 6px 0;}
    .blog_title h2, .testimonial_title h2 {font-size: 20px;line-height: 20px;font-weight: 500;}
    .post-title {white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
    .post-list .post-text-hld.clearfix > p {margin-bottom: 0;}
    #testimonial .post-description {margin: 15px 0 0;font-size: 11px;}
    #testimonial .post-content-top {margin-top: 10px;}
    .post-title a {font-size: 14px;}
    .post-ftimg-hld {width: 46%;}
    .owl-controls .owl-nav div {top: -53px;}
    #testimonial .owl-controls .owl-nav div {top: -38px;}
    .subbanner_cms {margin: 0 0 50px;}

    .block.crosssell .owl-controls .owl-nav div,
    .block.upsell .owl-controls .owl-nav div,
    .block.related .owl-controls .owl-nav div
    {top: -38px;}

    .account.wishlist-index-share.page-layout-2columns-left div.column.main {width: 100%;}
    .account.wishlist-index-index div.column.main,
    .account.customer-account-index div.column.main {width: 100%;}
    .account.wishlist-index-share .actions-toolbar {margin-bottom: 20px;}
    .account .page-title-wrapper {padding: 10px 0;}
    .opc-block-summary > .title{font-size: 19px;}

    .flex-direction-nav li a.flex-prev {left:10px;}
    .flex-direction-nav li a.flex-next{right:10px;}

    .cms-banner .cms_2 img {float: left;}
    .cms-banner img {float: right;}
}

@media (max-width: 767px){
    .container-width{ padding: 0 15px; }
    #testimonial{ width: 100%; margin-top:15px;}
    .tab_product, .special_product_CMS .block-new-content, .latest-product-CMS .block-new-content{ padding: 0px; }
    ul.tabbernav, ul.tabbernav_product, .product-sub-text {width: 75%; clear: both; margin: 10px 0 0;}
    .tabbernav_product li:first-child a{ margin:0px 10px 0px 0; }
    .header-nav .menu-title{ display: none; }
    .subbanner-bottom_CMS .bnr-text { line-height: 20px; font-size: 20px;}
    .subbanner-bottom_CMS .bnr-tittle {line-height: 30px;font-size: 30px;}
    .subbanner_cms .view_button{margin:5px 0 0;}
    .featured-category-CMS .owl-controls .owl-nav .owl-next{right:5px;}
    .featured-category-CMS .owl-controls .owl-nav .owl-prev{left:5px;}
    .tm_header_left div.minicart-wrapper{ border-left: 1px solid #3a4256;}
    .header-left{ margin:0px; }
    .block.newsletter .content { box-sizing: border-box;-webkit-box-sizing: border-box;-moz-box-sizing: border-box; margin:10px 0 0;width: 100%;}
    .nav-toggle {
    float: left;
    position: relative;
    left: auto;
    top: 11px;
    right: auto;
    bottom: auto;
    margin: 0 25px 0 0;
    }
    .nav-toggle::before {color: #fff;}
    .header-left .nav-toggle:hover::before {color: #f5c325;}
    .action.nav-toggle span{position: relative;display: none;}
    .nav-open .nav-toggle:before{opacity: 0;filter: Alpha(opacity=0);}
    .nav-open .action.nav-toggle span{display: inline;}
    .action.nav-toggle span:before, .action.nav-toggle span:after{
        content: '';
        position: absolute;
        font-size: 16px;
        top: -30px;
        left: -5px;
        background: #fff;
    }
    .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;
    }
    .nav-open .nav-toggle{left:0px;top:28px;position: absolute;margin:0;}
    .nav-open .nav-toggle{z-index: 10;}
    .page-header .header.panel{ padding: 0px; }
    .page-header .switcher .options { display: block; width: auto;  padding: 10px 10px 5px; box-sizing: border-box;}
    .page-header .switcher strong{float: left;text-transform: capitalize;}
    .nav-sections .switcher:last-child{border-bottom: 1px solid #f0f0f0;}
    .nav-sections .switcher{border-top: 1px solid #f0f0f0;padding: 4px 10px; float: none;}
    .page-header .switcher .options.active ul.dropdown, .page-footer .switcher .options.active ul.dropdown{border:1px solid #000000;}
    .nav-sections .header.links li,.nav-sections .switcher{font-size: 14px; font-weight: 500; margin: 0px; padding:0}
    div[id^="store.settings"] .switcher-label{display: none;}
    .nav-sections .switcher-dropdown{display:inline-block;width: 100%;}
    .nav-sections .switcher-dropdown li{ 
        margin-bottom: 5px;
        box-sizing: border-box; -webkit-box-sizing: border-box;-moz-box-sizing: border-box;
    }
    .nav-sections .switcher-dropdown li:hover a{color: #000000;cursor: pointer;}
    .navigation .level0{font-size: 14px;}
    .page-header .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";}
    .page-header .switcher .options .action.toggle::after, .page-header .switcher .options .action.toggle.active::after{ display: none; }
    .page-header .tm_header_top.container-width .switcher,.tm_header_top.container-width .tm_headerlinkmenu{display: none;}
    .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;}
    #mobile .ui-menu-item a:hover{color: #F5c325;}
    #mobile li.level2:hover a{color:#F5c325;}
    .navigation .level0 > .level-top{font-weight: 500;text-transform: capitalize;}
    #mobile .nav-sections .header.links li.greet.welcome,
    .nav-sections .header.links li > a{border-top:1px solid #e9e9e9;font-weight: 500;}
    .nav-sections .header.links{border-bottom:1px solid #e9e9e9;}
    .nav-sections .header.links a{ color: #000; }
    .nav-sections .header.links a:hover{color: #F5c325;font-weight: 500;}
    .nav-sections .header.links a:hover{color:#F5c325;}
    .nav-sections .switcher-trigger strong:after,.nav-sections .switcher-trigger.active strong:after{content:' ';}
    .page-header .switcher .options.active{width: 100%;}
    .page-header .switcher .options.active ul.dropdown{
        border: none;
        background: white;
        padding: 0;
        margin-top: 5px;
        position: static;
    }
    .page-header .switcher .options ul.dropdown li{float: none; text-align: left;width: auto;border: none;}
    .page-header .switcher .options ul.dropdown a:hover{color: #F5c325;}
    .nav-open .nav-toggle:after{height:auto;bottom: 0;}
    .header-nav{padding: 0 0 0 50px;box-sizing: border-box;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;}
    .nav-open .nav-toggle:hover span::before, .nav-open .nav-toggle:hover span::after {background: #fff;}
    .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; }
    .search-autocomplete{top:60px;right: 0;}
    .navigation.custommenu .mainmenu li.level1 {min-width:155px;}
    .flexslider {min-height: 202px;}
    .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, .block.related .product-item-info .product-item-inner, 
    .block.upsell .product-item-info .product-item-inner, .block.crosssell .product-item-info .product-item-inner,
    .block.related .product-item-info:hover .product-item-inner, .block.upsell .product-item-info:hover .product-item-inner, 
    .block.crosssell .product-item-info:hover .product-item-inner{ opacity: 1; right: 5px;}
    .sale-label{display:none;}
    .product-info-main .product-social-links{text-align:left;}
    .header-nav-inner{text-align: left;}
    .products.wrapper.products-carousel.products-related, .products.wrapper.products-carousel.products-upsell, .column.main .crosssell .products-crosssell{ margin: 0px; }
    .product-item-details .product-item-inner .actions-primary, .product-item-details .product-item-inner .actions-secondary{margin: 0;}
    .page-products .columns{padding-top: 0px;z-index: 0;}
    .column.main .toolbar-amount{float: left;}
    .column.main .sorter{position: static;}
    .filter-options{display: block;}
    .column.main .modes{display: block;float: left;margin:5px 22px 10px 0;}
    .column.main .toolbar-amount,.column.main .sorter{margin:0;}
    .column.main .products.wrapper ~ .toolbar .modes{display: none;}
    .column.main .modes .modes-label,.column.main .modes .modes-mode span{display: none;}
    .product-main-content{display:flex;display:-webkit-flex;flex-direction: column;}
    .page-layout-1column div.product-info-main{order:1;-webkit-order:1;-moz-order:1;}
    .page-layout-1column div.product.media{order:0;-webkit-order:0;-moz-order:0;}
    .product.info.detailed{order:2;-webkit-order:2;-moz-order:2;}
    .block.related,.block.upsell{order:3;-webkit-order:3;-moz-order:3;}
    .product.info.detailed >.product.data.items > .item.content{margin: 0px 0 3px;}
    .product.info.detailed >.product.data.items > .item.title > .switch{margin:0; }
    .product.info.detailed > .product.data.items > .item.title > .switch{ padding: 10px; line-height: 18px; text-align: left; }
    .product.data.items > .item.title{margin:0px 0 2px;}
    .toolbar .pages{margin-bottom: 0;}
    .list-left, .list-right{padding: 0; border-left:none;}
    .account .page-title-wrapper h1.page-title{font-size: 16px;}
    .products-list .product-image-wrapper .product-image-photo{width: auto;}
    .account.review-customer-index .toolbar-amount{position: static;}
    .columns .minicart-wrapper .action.showcart .counter.qty.empty,.columns .minicart-wrapper .action.showcart .counter.qty{
        display: inline-block;
        float: none;
        vertical-align: middle;
    }
    .checkout-index-index .action.action-auth-toggle{position: static;padding: 8px;}
    .account .sidebar .product-items .product-item-details{display: block;}
    .cms-index-index.page-layout-1column .block.widget .products-grid .widget-product-grid .product-item {width: 33.33%;}
    .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;}
    .products-grid.wishlist .product-item{padding: 0;}
    .wishlist-index-index .products-grid.wishlist{margin: 0 -15px 10px;}
    .grid .product-item .price-box{left:5px;}
    .page-layout-1column div.product.media{border-right: none;padding:15px 0 0 0;width: 100%;}
    .product.info.detailed .product.data.items > .item.title.active > .switch::before{top:46px;}
    .page-layout-1column div.product-info-main{width: 100%;padding: 0;}
    div.product.data.items > .item.title > .switch{font-weight: 500;}
    .product.data.items{margin: 0;border-bottom: none;}
    .account.page-layout-2columns-left div.column.main{width: 100%;}
    .account .page-wrapper .page-main .sidebar .block{box-sizing: border-box;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;}
    .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%;}
    .catalog-product-view .page-title-wrapper.product{padding-left: 0;}
    .opc-wrapper .payment-group .step-title{padding: 0 15px 10px;}
    div.opc-block-summary,  div.opc-block-shipping-information {padding: 22px 28px 35px;}
    .opc-estimated-wrapper{border-color: #e9e9e9;color: #000000;}
    .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,.actions-toolbar > .secondary{text-align: left;display: block;}
    .checkout-index-index .nav-toggle,[class^="multishipping-"] .nav-toggle{display: block;}
    .minicart-wrapper .product .actions > .primary:not(:last-child), .minicart-wrapper .product .actions > .secondary:not(:last-child){margin-right: 5px;}
    .page-layout-2columns-left .sidebar .block .block-title{margin-bottom: 0;}
    .account .page-title-wrapper{margin:0 0 15px;}
    .block-collapsible-nav .content{display: none; border:1px solid #d9d9d9; padding: 15px; margin: 5px 0px;}
    .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;}
    li.level2{border:none;}
    div.cart-container .form-cart,div.cart-discount{width: 100%;}
    div.opc-wrapper{width: 100%;}
    .opc-estimated-wrapper .minicart-wrapper:before{display: none;}
    .opc-estimated-wrapper div.minicart-wrapper .action.showcart{font-size: 20px;margin: 2px 10px;}
    .opc-estimated-wrapper .minicart-wrapper button.action.showcart{border-radius: 0;-webkit-border-radius: 0;-moz-border-radius: 0;}
    .opc-estimated-wrapper .minicart-wrapper button.action.showcart::before,.opc-estimated-wrapper div.minicart-wrapper .action.showcart::after{color: #000000;}
    .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;}
    .grid .product-item-info:hover .price-box{ opacity: 1; filter: Alpha(opacity=100);}
    .grid .product-item-info .swatch-attribute{opacity: 1;filter: Alpha(opacity=100);}
    .products-list .product-item-details{ width: 54%; }
    .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;}
    .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%;}
    .header-contact {display: none;}
    .cms-banner .cms-banner {width: 31.6%;}
    .cms-banner .static-inner .title {font-size: 20px;padding: 2px 0 5px;}
    .cms-banner .cms-banner.cms_2 .static-inner .title {padding: 5px 0 2px;}
    .featured-category-CMS .owl-controls .owl-nav .owl-prev {top: 76px;}
    .featured-category-CMS .owl-controls .owl-nav .owl-next {top: 76px;}
    .category_product_tab .tabbernav_product li::after {right: 1px;left: auto;}
    .tabbernav li, .tabbernav_product li {float: left;}
    .tab-title {padding: 0 0 15px 0;}
    .tm_product_tab .owl-controls .owl-nav .owl-prev {top: -47px;}
    .tm_product_tab .owl-controls .owl-nav .owl-next {top: -47px;}
    .block.widget .products-grid {padding: 0;}
    .cms-banner .cms-banner:hover img {transform: scale(1);-o-transform: scale(1);-ms-transform: scale(1);-moz-transform: scale(1);-webkit-transform: scale(1);}
    .flex-direction-nav {display: inline;}
    .banner_offer img {max-width: 55%;}
    .banner_offer {top: 20%;}
    .subbanner_cms .sub_banner {width: 31.6%;}
    .subbanner_cms .banner_text {top: 15%;}
    .subbanner_cms .sub_banner2 .banner_text {top: 20%;}
    .blog-testmonial_CMS .blog {width: 100%;}
    .blog .post-description {padding: 10px 0 25px;font-size: 12px;}
    .service-cms .service-item {width: 33.33%;}
    .service-cms .service-item.cms_icon4, .service-cms .service-item.cms_icon5 {float: none;margin-top: 20px;}
    .subbanner-bottom_CMS .subbanner-inner:hover .banner-img::before, .subbanner_cms .sub_banner:hover .banner_image::before {animation: unset;-webkit-animation: unset;-moz-animation: unset;}
    .brand-home .owl-controls .owl-nav .owl-prev{left:-10px;}
    .brand-home .owl-controls .owl-nav .owl-next{right:-10px;}
    .latest-product-CMS .owl-controls .owl-nav .owl-prev{top: -55px;}
    .latest-product-CMS .owl-controls .owl-nav .owl-next{top: -55px;}
    .page-layout-2columns-left .main .products-grid .product-item {width: 33.33%;}
    .page-layout-2columns-left .main .manufacturer-list.products-grid .product-item {width:32.8%;}
    .block.upsell {margin-top:40px;}

    .products.wrapper.products-carousel.products-related,
    .products.wrapper.products-carousel.products-upsell,
    .column.main .crosssell .products-crosssell {margin-top: 44px;}

    .block.upsell .category-title,
    .block.related .category-title,
    .block.crosssell .category-title{text-align: center;}

    .block.related .owl-controls .owl-nav .owl-prev,
    .block.crosssell .owl-controls .owl-nav .owl-prev,
    .block.upsell .owl-controls .owl-nav .owl-prev
    {right: auto;left: 43%;}

    .block.related .owl-controls .owl-nav .owl-next,
    .block.upsell .owl-controls .owl-nav .owl-next,
    .block.crosssell .owl-controls .owl-nav .owl-next
    {right: 43%;}

    .page-header .switcher.switcher-language::before, .page-header .switcher.switcher-currency::before {content: none;}

    .tm_product_tab .owl-controls .owl-nav .owl-prev {right: 45px;}
    .tm_product_tab .owl-controls .owl-nav .owl-next {right: 0px;}
}

@media (max-width: 640px){
    .flexslider { min-height: 151px;}
    .header-socail-links ul > li{ margin: 2px 3px 0px; }
    .header-offerzone ul li{ margin: 0 8px; }
    .header-offerzone ul li:first-child { margin: 0 8px 0 0px;}
    .header-offerzone ul li a::before{ left: -10px; }
    .featured-text-block{width: 95%;}
    .featured-category-CMS {margin:30px 0;}
    .featured-text-block{margin-bottom:30px;}
    .subbanner-top-CMS .banner-desc{ padding: 10px 15px 5px 10px; }
    .banner-left .banner-img img{ height: 250px; }
    ul.tabbernav, ul.tabbernav_product, .product-sub-text{ width: 83%; }
    ul.tabbernav_product li a{ padding: 5px 0; }
    .banner_offer img {max-width: 43%;}
    .page-footer li.payment_icon{ padding: 0 2px; }
    .subbanner_cms .sub_banner2 {padding: 0;margin: 0 10px;}
    .subbanner_cms {margin: 0 0 30px;}
    .subbanner_cms .banner_text{ text-align: left; }
    .block-search .block.block-content{z-index: 9;}
    .products-list .product-item-details{ width: auto;float: left; margin: 10px 0; }
    .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: 2px solid #e9e9e9;}
    .products-grid.wishlist .product-item:first-child{border-top: none;}
    .welcome-cms-title h2, .tm_blog .blog_title h2 a, .block.upsell .category-title h2 strong, .block.related .category-title h2 strong,.block.crosssell .category-title h2 strong{font-size: 25px;}
    .footer_newsletter ul{width: 100%;}
    .column.main .products-grid .product-item{width: 50%;}
    .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;}
    .cms-index-index.page-layout-1column .block.widget .products-grid .widget-product-grid .product-item{width: 50%;}
    .minicart-wrapper::before{top:-5px;}
    .minicart-wrapper{margin:0;float: right;}
    .tm_blog .owl-carousel .owl-item {text-align: left;}
    ol.products{margin:0;}
    .footer-topper-cms .footer-topper-left span{font-size:72%;}
    .opc-estimated-wrapper .minicart-wrapper{float: right;}
    .opc-wrapper .methods-shipping{border-width: 0;margin:0;padding: 0;background: transparent;}
    .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;
        float: none;
        margin:15px 0 0 25px;
        vertical-align: top;
    }
    .header-nav{ position: relative; }
    .page-main >.columns{margin-top: 0px;}
    .cms-banner .cms-banner {margin-right: 10px;}
    .cms-banner .static-inner .title {font-size: 14px;padding: 0;}
    .cms-banner .static-cms {top:13%;}
    .cms-banner .cms-banner.cms_2 .static-inner .title {padding:0;}
    .featured-category-CMS .owl-controls .owl-nav .owl-prev {top:89px;}
    .featured-category-CMS .owl-controls .owl-nav .owl-next {top:89px;}
    .featured-tittle {margin-bottom: 15px;font-size: 25px;}
    .subbanner-bottom_CMS .bnr-tittle {line-height: 22px;font-size: 22px;margin: 5px 0 0;}
    .subbanner-bottom_CMS .bnr-text {line-height: 16px;font-size: 16px;}
    .subbanner-bottom_CMS .banner-text {left: 2%;}
    .latest-product-CMS .category-title, .special_product_CMS .category-title {padding-bottom: 15px;}
    .category_product_tab {padding: 30px 0;}
    .subbanner-bottom_CMS {padding: 30px 0;}
    .latest-product-CMS {padding: 30px 0;}
    .service-cms {padding: 30px 0;}
    .subbanner_cms .text2 {font-size: 16px;font-weight: 400;}
    .subbanner_cms .text1 {font-size: 14px;}
    .subbanner_cms .view_button > a {font-size: 11px;}
    .subbanner_cms .view_button {margin: 0;}
    .subbanner_cms .banner_text {top: 2%;left: 8px;}
    .subbanner_cms .sub_banner2 .banner_text {top: 10%;left: 7%;}
    .post-date {margin: 5px 0 0;}
    .blog .post-description {padding: 3px 0 14px;}
    .manufacturer_outer {margin-top: 30px;}
    footer.page-footer {margin: 30px 0 0;}
    .latest-product-CMS .owl-controls .owl-nav .owl-prev{top: -45px;}
    .latest-product-CMS .owl-controls .owl-nav .owl-next{top: -45px;}
    a.modes-mode.mode-list {margin: 0;}
    .column.main .modes {margin: 5px 10px 10px 0;}
    select {height: 32px;padding: 2.5px 11px 4px;}
    .breadcumb_outer {padding: 20px 0;}
    .page-layout-2columns-left .main .manufacturer-list.products-grid .product-item {width: 49.5%;}
    .block.upsell {margin-top:30px;}

    .block.related .owl-controls .owl-nav .owl-prev,
    .block.crosssell .owl-controls .owl-nav .owl-prev,
    .block.upsell .owl-controls .owl-nav .owl-prev
    {right: auto;left: 41%;}

    .block.related .owl-controls .owl-nav .owl-next,
    .block.upsell .owl-controls .owl-nav .owl-next,
    .block.crosssell .owl-controls .owl-nav .owl-next
    {right: 41%;}
}


/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
@media (min-width: 480px) and (max-width: 767px) {
.form-list li.wide .input-box{width: 260px;}
.form-list li.wide input.input-text{ width: 250px;}
}


/* Landscape phones and down */
@media (max-width: 479px) {    
    .flexslider{min-height:100px;}
    .flex-control-nav{ display: block; } 
   .nav-toggle{ margin: 0px; }
   .header-offerzone { display: none; }
   .nav-toggle{ top: -45px; position: absolute; }
   .nav-open .nav-toggle{ top: -25px; }
   .header-center{width: 50%;}
   .headertoggle_img{ padding: 0 0 0 35px; }
   .block.block-search {margin: 12px 17px 0;}
   .block-search .block-search-inner .block.block-content{right:-75px;top: 52px;}
   .page-header .header.content{ padding: 12px 0; }
   .featured-tittle{ font-size: 25px; line-height: 25px; margin-bottom:22px; }
   .category_product_tab li::after{ display: none; }
   ul.tabbernav_product li a {margin: 0;}
   .tabbernav_product li {display: inline-block;width: 100%;float: none;text-align: center;margin: 5px 0;}
   .blog_title h2, .testimonial_title h2{ font-size: 25px; }
   .blog .post-content-inner {padding-left: 0;width: 100%;text-align: center;}
   .serviceblock .service-text::after, .serviceblock .service-text::before { left: 36%;}
   .serviceblock, .serviceblock5.serviceblock { width: 50%; padding: 40px 5px 0 5px;}
    #testimonial .post-quotes{display: none;}
    #testimonial .post-content-inner, #testimonial .post-content-top, #testimonial .image-block{ text-align: center; width: 100%; float: none; display: inline-block; margin-left: 0; }
    #testimonial .post-description{ margin: 20px 0 0; }
    .column.main .sorter{float: left;display: block;clear: left}
    .breadcumb_inner .page-title-wrapper h1,div.breadcrumbs{float: none;text-align: center;padding: 0;}
    .breadcrumbs .items{font-size: 12px;}
    .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%;}
    .tm_header_outer .minicart-wrapper .action.showcart{border-left: none;}
    .block.newsletter input{padding: 0 9px;}
    .minicart-items .product .product-item-details{position: static;}
    .minicart-items .product{position: relative;overflow: visible;}
    .minicart-wrapper .minicart-items-wrapper .product .actions{bottom:-27px;right: auto}
    .block #minicart-content-wrapper .block-content li{padding-bottom: 35px;}
    .block-search .block.block-content{top:33px;}
    .wishlist-index-index .actions-toolbar > .primary .action,.wishlist-index-index .actions-toolbar > .secondary .action{margin-bottom: 11.5px}
    .products-list .product-item-details{float: none;}
    .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;}
    .inner-image-blog{margin-right: 0;}
    .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-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;}
    .search-autocomplete{top:60px;left: 0px;}
    .block.newsletter .field .control{ margin: 0px; }
    .pages .pages-items{padding: 0px 40px;}
    .minicart-wrapper.active .action.showcart{float: none;}
    .products-grid.wishlist .product-item .box-tocart .tocart{padding:8px 13px;}
    .account .toolbar-amount{position: relative;float: left;}
    .product-item-details .product-item-inner .action.tocart.primary:hover::before,.wishlist-index-index .product-item-inner .action.tocart.primary:hover::before{color:#000000;}
    .product-item-info:hover .product-item-details .product-item-inner .action.tocart.primary:before,
    .wishlist-index-index .product-item-info:hover .product-item-inner .action.tocart.primary:before{color:#000000;}
    .wishlist-index-index .sidebar .action.tocart.primary span{display: block;}
    .block.upsell .category-title h2 strong, .block.related .category-title h2 strong, .block.crosssell .category-title h2 strong{font-size: 17px}
    .form-cart .main.actions a, .form-cart .main.actions button, .cart-summary .checkout-methods-items .action.primary.checkout{margin-bottom: 5px;}
    .new-label, .sale-label{font-size: 9px;}
    .fixed-header-style{min-height: 0px;}
    .checkout-onepage-success .page-title-wrapper a{float: none;}
    .checkout-onepage-success .breadcumb_inner{text-align: center;}
    .header-left {width: 50%;}
    .logo img {max-width: 100%;}
    .header-logo .logo {margin: 8px 0 0;}
    .tm_headerlinks {top: 58px;}
    .minicart-wrapper .block-minicart {top: 64px;}
    .cms-banner .cms-banner {margin-bottom: 15px;width: 100%;margin-right: 10px;text-align:right;margin-right: 0;background: #F4F4F4;}
    .cms-banner .static-inner .title {font-size: 22px;padding: 5px 0 12px;}
    .cms-banner .static-cms {top: 22%;text-align: left;left: 10%;}
    .cms-banner .cms-banner .cms-banner {margin: 0;}
    .cms-banner .cms-banner.cms_2 .static-inner .title {padding: 12px 0 5px;}
    .cms-banner .cms-banner.cms_2 img {float: left;}
    .featured-category-CMS .owl-controls .owl-nav .owl-prev {top: 110px;}
    .featured-category-CMS .owl-controls .owl-nav .owl-next {top: 110px;}
    .tab-title {text-align: center;}
    .product-item-details {margin: 10px 0 0;}
    .tabbernav_product li:first-child a {margin: 0;}
    .tm_product_tab .owl-controls .owl-nav .owl-prev {top: -54px;right: auto;left: 34%;}
    .tm_product_tab .owl-controls .owl-nav .owl-next {top: -54px;right: 35%;}
    .product-item .price-box {margin: 0;}
    .banner_offer {display: none;}
    .subbanner-bottom_CMS .banner-text {top: 0;}
    .subbanner-bottom_CMS .bnr-tittle {line-height: 19px;font-size: 16px;margin: 4px 0 0;}
    .subbanner-bottom_CMS .bnr-text {line-height: 16px;font-size: 13px;font-weight: 600;}
    .subbanner-inner .bnr-btn {line-height: 16px;}
    .subbanner-bottom_CMS .bnr-btn a {font-size: 11px;}
    .service-cms .service-item {width: 100%;margin-bottom: 15px;}
    .service-item .service-icon {float: left;margin-right: 18px;}
    .service-item .static-cms{text-align: left;}
    .service-cms .service-item.cms_icon4, .service-cms .service-item.cms_icon5 {float: left;margin: 0;}
    .service-cms .service-item.cms_icon4{margin-bottom: 15px;}
    .subbanner_cms .sub_banner {width: 100%;}
    .subbanner_cms .sub_banner2 {margin: 15px 0;}
    .subbanner_cms .text1 {font-size: 26px;line-height: 38px;}
    .subbanner_cms .text2 {font-size: 28px;line-height: 38px;font-weight: 100;}
    .subbanner_cms .view_button > a {font-size: 12px;}
    .subbanner_cms .view_button {margin:15px 0 0;}
    .subbanner_cms .banner_text {top: 12%;left: 7%;}
    .subbanner_cms .sub_banner2 .banner_text {top: 20%;}
    .blog-testmonial_CMS .blog_title {text-align: center;}
    .blog-carousel-container {margin-top:50px;}
    .owl-controls .owl-nav .owl-prev {left: 33%;right: auto;}
    .owl-controls .owl-nav .owl-next {right: 33%;}
    .owl-controls .owl-nav div {top:-50px;}
    .post-date {margin: 20px 0 0;}
    .testimonial-inner {text-align: center;}
    .testimonial_title h2 {margin-bottom: 50px;}
    .block.widget .products-grid .product-items.widget-product-carousel {margin: 40px 0 0;background: #ffffff;border: 1px solid #EBEBEB;float: left;width: 100%;}
    .tab_product, .latest-product-CMS .block-new-content {padding: 0px;background: transparent;border: none;}
    .block.widget .products-grid .product-items.widget-product-grid{background: #ffffff;border: 1px solid #EBEBEB;}
    .latest-product-CMS .category-title, .special_product_CMS .category-title {text-align: center;}
    .latest-product-CMS .owl-controls .owl-nav .owl-prev {top: -50px;right: auto;left: 34%;}
    .latest-product-CMS .owl-controls .owl-nav .owl-next {top: -50px;right: 35%;}
    .page-layout-2columns-left .main .manufacturer-list.products-grid .product-item {width: 49.3%;}
    .block.upsell .category-title, .block.related .category-title, .block.crosssell .category-title{text-align: center;}

    .block.related .owl-controls .owl-nav .owl-prev,
    .block.crosssell .owl-controls .owl-nav .owl-prev,
    .block.upsell .owl-controls .owl-nav .owl-prev
    {right: auto;left: 34%;}

    .block.related .owl-controls .owl-nav .owl-next,
    .block.upsell .owl-controls .owl-nav .owl-next,
    .block.crosssell .owl-controls .owl-nav .owl-next
    {right: 34%;}

    .blog-inner .owl-controls .owl-nav div {top: -50px;}
    .flex-direction-nav li a.flex-prev, .flex-direction-nav li a.flex-next {top: 41%;}

    .flex-direction-nav li a.flex-prev {left:0px;}
    .flex-direction-nav li a.flex-next{right:0px;}
}

/* Mobile Landscape Size to Mobile Portrait (devices and browsers) */
/*@media (min-width: 320px) and (max-width: 479px) {.flexslider { min-height: 101px;}}
@media (max-width: 319px){.flexslider { min-height: 50px;}}
@media (max-width:240px) {}*/



/* FACT FINDER */
ff-breadcrumb-trail-item {
  color: #2d2d2d !important;
}

.ff-breadcrumb-trail{
	width: 74% !important;
	/* margin: 8rem 0 2rem !important; */
}

.header .search-wrapper{
	margin: 0 !important;
}

.minicart-wrapper{
	margin-right: 13px !important;
}

.minicart-wrapper .action.showcart::before
{
	content: '' !important;
}

.ff-searchbox{
	width: 99%;
	float: left;
	line-height: 18px;
	position: relative;
	margin: 7px 0 0 0;
	background: white;
	border: #696969 1px solid !important;
	-moz-box-shadow: 0px 0px 5px 2px #ccc;
	-webkit-box-shadow: 0px 0px 5px 2px #ccc;
	box-shadow: 0px 0px 5px 2px #ccc;
	}

.ffw-suggestContainerWrapper{
	width: 98%;
	margin-top: 42px;
}

.ffw-suggestContainer ffw-blockLayout{
	height: 400px;
}

ff-suggest[layout="block"] section.productsContainer{
	width: 50% !important;
}

ff-suggest-item[type="productName"]
{
	height: 50px !important;
}

ff-suggest-item[type="productName"] img {
    flex: 0 0 60px !important;
    height: 50px !important;
}

ff-suggest[layout="block"] section.searchTermContainer{
	width: 240px !important;
}

.containerCaption{
	background-color: #2d2d2d !important;
}

.ffw-query {
	color: #04a64b !important;
}

@media (min-width: 1201px) and (max-width: 1450px){
    
	
	
}

@media (min-width: 748px) and (max-width: 1024px) {
	.ffw-suggestContainerWrapper{width: 240px;}
	
	#searchTermContainer{width:0};
}

@media (min-width: 1024px) and (max-width: 1200px) {
    
}

@media (min-width: 980px) and (max-width: 1023px) {
    
}

@media (max-width: 979px){
    
}

@media (max-width: 479px) { 
	.header-right {width: 100%;}
	.header-left {width: 28%;}
}

/* END FACT FINDER */

/* Amasty Parts Finder */
.amfinder-vertical, .amfinder-horizontal{
	background: #2d2d2d;
}

.dropdown-title{
	color: #fff;
}


/* Custom Link Parts Catalgoue */

.pfinder{
	padding-top: 50px;
}


.featured-title{
	font-size: 34px;
	font-weight: 700;
	text-transform: lowercase;
	color: #000;
	line-height: 34px;
	margin-bottom: 32px;
	letter-spacing: 0;
}

 /* Parts catalogues */
.parts-cms-title, .blog-cms-title {
  color: #2d2d2d;
  font-size: 12px;
  text-transform: capitalize;
  letter-spacing: 0.08em;
  font-weight: 400;
	line-height: 24px;
	text-align: left;
}

.parts-cms-title::before, .blog-cms-title::before{
	content: "";
	width: 1px;
	background-color: #35657a;
	height: 67%;
	position: absolute;
	top: 25%;
	left: -20px;
}


/* The container <div> - needed to position the dropdown content */
.blog-cms {
  position: relative;
  display: inline-block;
  margin-left:20px;
  margin-right: 20px;
}

.parts-cms-c1{
	float: left;
	width: 33.33%;
	background-color: #ffffff;
}

.parts-cms-c2{
	float: left;
	width: 33.33%;
	background-color: #fed109;
}

.parts-cms-c3{
	float: left;
	width: 33.33%;
	background-color: #ffffff;
}

/*Clear floats after the columns */
.parts-cms-content-c1 {
	content: "";
	display: flex;
	clear: both;
	justify-content: center;
	font-size: large;
	border: 1px #d9d9d9 solid;
	cursor: pointer;
}

.parts-cms-content-c2, .parts-cms-content-c3 {
	content: "";
	display: flex;
	clear: both;
	justify-content: center;
	font-size: large;
	border: 1px #d9d9d9 solid;
	cursor: pointer;
}

.parts-cms-content-x {
	content: "";
	display: flex;
	clear: both;
	justify-content: center;
	font-size: large;
	border: 1px #d9d9d9 solid;
	cursor: pointer;
}


/* Links inside the dropdown */
.parts-cms-content-c1 a {
  color: red;
  padding: 20px 16px;
  text-decoration: none;
  display: block;
  font-size: xxx-large;
  font-weight: bold;
}

.parts-cms-content-c2 a {
  color: black;
  padding: 20px 16px;
  text-decoration: none;
  display: block;
  font-size: xx-large;
  font-weight: bold;
}

.parts-cms-content-c3 a {
  color: black;
  padding: 20px 16px;
  text-decoration: none;
  display: block;
  font-size: xxx-large;
  font-weight: bold;
  text-transform: uppercase;
}

/* Change color of background on hover */
.parts-cms-content:hover {background: #fff;}


@media screen and (max-width: 600px) {
  .parts-cms {
    width: 100%;
  }
}

.features-block{
	margin: 0 0 15px 0;
	position: relative;
}

.features-title{
	font-size: 16px;
	color: #000000;
	display: block;
	margin: 0px;
	padding: 10px 0px;
	letter-spacing: 1px;
	background: #fff;
	text-transform: uppercase;
}

.features-title strong{
	font-weight: 600;
}

.features-title > strong:after {
	content: "";
	height: 3px;
	background-color: #F5c325;
	width: 60px;
	position: absolute;
	bottom: 0;
	left: 0px;
}



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

.tm_headerlinks_inner {
	display: none;
}

#amount{
	width: 40px;
	margin-bottom: 1%;
}

.portal-price{
	margin-top: 1%;	
}

.portal-price-view{
	margin: 0.3% 1% 0 1%;
}

button.btn-cart{
	margin: 0 1% 0 1%;
}

button{
	background: #2d2d2d;
}

.field.qty{
	display:none;
}

.action.showcart{
	display: block !important;
	cursor: pointer;
	font-size: 12px;
	margin: 0px;
	padding: 3px 0px 3px 39px;
	position: relative;
	float: right;
	background: url("../images/icon2.png") no-repeat scroll left -287px transparent;
	white-space: nowrap;
	text-decoration: none;
}

.product-info-main .product-info-stock-sku{
	float: left;
}

.breadcumb_inner > .page-title-wrapper{
	display: none;
}

.breadcumb_outer{
	margin-bottom: 10px;
}

.column.main > br {
	display: none;
}

.product-image-photo{
	z-index: 99;
}

.block-reorder-heading{
	display: none;
}

.post-list-wrapper > .title{
	background: #2d2d2d;
	color: #fff;
	padding: 1%;
}

#loginform{
	width: 252px;
	float: left;
}

.header-socail-links{
	display: none;
}

.featured-title, .featured-tittle {
	text-transform: none !important;
}

@media (min-width: 769px) {   
.product.data.items > .item.title > .switch 
{
	font-size:14px !important;
}

/* Product labels */
.sparsh-product-label-image-view
{
	position: absolute;
	top: 0px;
	right: 0px;
	z-index: 1;
	width: 135px;
}

/* Manuals Search */

#manual
{
	width: 600px;
	border: #2d2d2d 1px solid;
	margin-bottom: 10px;
}

.manuals-btn
{
	padding:10px;
	margin-bottom: 10px;
	background: #2d2d2d;
	color: white;
}

.manualLink
{
	color: green !important;
}

.ManualsTitle
{
	margin-top: 50px;
	font-weight: bold;
}

/* Shop By Brand Title */
 .title.item{
  font-size: 35px;
  font-weight: 700;
  color: #000;
  line-height: 34px;
  margin-bottom: 40px;
  letter-spacing: 0;
  text-align: center;
}

/* deactivate Category Nav Sidebar 
.sidebar-category.block{
  display: none;
}
*/

/* Newsletter & News Block */
.post-list-wrapper.blog-widget-recent
{
 width: 50%;
 float: left;
}

.newsletter{
  float: left;
  width: 50%;
}

li::marker{
	content: "";
}

/* Countdown Timer START */
.countdown{font-family: arial; text-transform: uppercase;}
.countdown > div{display: inline-block;}
.countdown > div > span{display: block; text-align: center;}
.countdown-container{margin:0 3px;}
.countdown-container .countdown-heading{font-size: 11px; margin: 3px; color: #666}
.countdown-container .countdown-value{font-size: 50px; background: #fed109; padding:10px; color:#000; text-shadow: 2px 2px 2px rgba(0,0,0,0.4)}
.c-text2{font-size:14px}
/* Countdown Timer END */

}
