

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

    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;

}



/* preloading images */

.owl-item.loading{

    min-height: 150px;

    background: url(AjaxLoader.gif) no-repeat center center

}

.owl-stage-outer{overflow:hidden;}





.parallex-inner .owl-theme .owl-dots .owl-dot{

    background: transparent;

    border-radius: 50%;

    -webkit-border-radius: 50%;

    -khtml-border-radius: 50%;

    -moz-border-radius: 50%;

    border: 2px solid #f2f2f2;

    display: inline-block;

    height: 10px;

    margin: 0 2px;

    width: 10px;

    cursor:pointer;

}

.parallex-inner .owl-theme .owl-dots .owl-dot.active, .parallex-inner .owl-theme .owl-dots .owl-dot:hover {

    background: #ffd24c;

    border-color: #ffd24c;

}







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

/*--------------------------------------------------------Fancybox CSS start here(jquery.fancybox.css)-----------------------------------------------------*/



/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */

.fancybox-wrap,

.fancybox-skin,

.fancybox-outer,

.fancybox-inner,

.fancybox-image,

.fancybox-wrap iframe,

.fancybox-wrap object,

.fancybox-nav,

.fancybox-nav span,

.fancybox-tmp

{

    padding: 0;

    margin: 0;

    border: 0;

    outline: none;

    vertical-align: top;

}



.fancybox-wrap {

    position: absolute;

    top: 0;

    left: 0;

    z-index: 8020;

}



.fancybox-skin {

    position: relative;

    background: #f9f9f9;

    color: #444;

    text-shadow: none;

    -webkit-border-radius: 4px;

    -moz-border-radius: 4px;

    border-radius: 4px;

}



.fancybox-opened {

    z-index: 8030;

}



.fancybox-opened .fancybox-skin {

    -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);

    -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);

    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);

}



.fancybox-outer, .fancybox-inner {

    position: relative;

}



.fancybox-inner {

    overflow: hidden;

}



.fancybox-type-iframe .fancybox-inner {

    -webkit-overflow-scrolling: touch;

}



.fancybox-error {

    color: #444;

    font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;

    margin: 0;

    padding: 15px;

    white-space: nowrap;

}



.fancybox-image, .fancybox-iframe {

    display: block;

    width: 100%;

    height: 100%;

}



.fancybox-image {

    max-width: 100%;

    max-height: 100%;

}



#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {

    background-image: url('../images/megnor/fancybox_sprite.png');

}



#fancybox-loading {

    position: fixed;

    top: 50%;

    left: 50%;

    margin-top: -22px;

    margin-left: -22px;

    background-position: 0 -108px;

    opacity: 0.8;

    cursor: pointer;

    z-index: 8060;

}



#fancybox-loading div {

    width: 44px;

    height: 44px;

    background: url('../images/megnor/fancybox_loading.gif') center center no-repeat;

}



.fancybox-close {

    position: absolute;

    top: -18px;

    right: -18px;

    width: 36px;

    height: 36px;

    cursor: pointer;

    z-index: 8040;

}



.fancybox-nav {

    position: absolute;

    top: 0;

    width: 40%;

    height: 100%;

    cursor: pointer;

    text-decoration: none;

    background: transparent url('../images/megnor/blank.gif'); /* helps IE */

    -webkit-tap-highlight-color: rgba(0,0,0,0);

    z-index: 8040;

}



.fancybox-prev {

    left: 0;

}



.fancybox-next {

    right: 0;

}



.fancybox-nav span {

    position: absolute;

    top: 50%;

    width: 36px;

    height: 34px;

    margin-top: -18px;

    cursor: pointer;

    z-index: 8040;

    visibility: hidden;

}



.fancybox-prev span {

    left: 10px;

    background-position: 0 -36px;

}



.fancybox-next span {

    right: 10px;

    background-position: 0 -72px;

}



.fancybox-nav:hover span {

    visibility: visible;

}



.fancybox-tmp {

    position: absolute;

    top: -99999px;

    left: -99999px;

    visibility: hidden;

    max-width: 99999px;

    max-height: 99999px;

    overflow: visible !important;

}



/* Overlay helper */



.fancybox-lock {

    overflow: hidden !important;

    width: auto;

    margin:0px !important;

}



.fancybox-lock body {

    overflow: hidden !important;

}



.fancybox-lock-test {

    overflow-y: hidden !important;

}



.fancybox-overlay {

    position: absolute;

    top: 0;

    left: 0;

    overflow: hidden;

    display: none;

    z-index: 8010;

    background: url('../images/megnor/fancybox_overlay.png');

}



.fancybox-overlay-fixed {

    position: fixed;

    bottom: 0;

    right: 0;

}



.fancybox-lock .fancybox-overlay {

    overflow: auto;

    overflow-y: scroll;

}



/* Title helper */



.fancybox-title {

    visibility: hidden;

    font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;

    position: relative;

    text-shadow: none;

    z-index: 8050;

}



.fancybox-opened .fancybox-title {

    visibility: visible;

}



.fancybox-title-float-wrap {

    position: absolute;

    bottom: 0;

    right: 50%;

    margin-bottom: -35px;

    z-index: 8050;

    text-align: center;

}



.fancybox-title-float-wrap .child {

    display: inline-block;

    margin-right: -100%;

    padding: 2px 20px;

    background: transparent; /* Fallback for web browsers that doesn't support RGBa */

    background: rgba(0, 0, 0, 0.8);

    -webkit-border-radius: 15px;

    -moz-border-radius: 15px;

    border-radius: 15px;

    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);

}

.mst-searchautocomplete__autocomplete .mst-searchautocomplete__wrapper
{
    overflow-y: auto;
    max-height: 100vh;
}
.mst-searchautocomplete__autocomplete
{  
    display: none !important;
    border: 1px solid #c2c2c2;
    position: absolute;
    top: 3.1rem;
    left: 0;
    box-sizing: border-box;
    background: #fff;
    border-radius: 0 0 1px 1px;
    min-height: 3.5rem;
    z-index: 1000;
    text-align: left;
}
.mst-searchautocomplete__autocomplete .mst-searchautocomplete__index-title
{
    background: #efefef;
    padding: 8px 10px;
    text-align: left;
    font-size: 1.2rem;
    line-height: 1.2rem;
    color: #999;
    text-transform: uppercase;
    font-weight: 700;
     border: 0px;
    margin: 0;
}

.mst-searchautocomplete__autocomplete .mst-searchautocomplete__show-all
{
    border-top: 0px;
    margin: 0;
    background: #efefef;
    text-align: center;
}


.mst-searchautocomplete__autocomplete .mst-searchautocomplete__show-all a
{
    padding: 8px 10px;
    color: #999;
    font-size: 1.2rem;
    display: block;
    font-weight: normal;
}

.mst-searchautocomplete__item.magento_catalog_product,.mst-searchautocomplete__item.magento_catalog_product:last-child,.mst-searchautocomplete__item.magento_catalog_product._active
{
    background-color: transparent !important;
}


/*Retina graphics!*/

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),

only screen and (min--moz-device-pixel-ratio: 1.5),

only screen and (min-device-pixel-ratio: 1.5){

    #fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {

        background-image: url('../images/megnor/fancybox_sprite@2x.png');

        background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/

    }



    #fancybox-loading div {

        background-image: url('../images/megnor/fancybox_loading@2x.gif');

        background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/

    }

}



/*---------------------------------------------------------Facnybox CSS Ends here--------------------------------------------------------------------------------*/

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



/* Browser Resets */

.flex-container a:active,

.flexslider a:active,

.flex-container a:focus,

.flexslider a:focus  {outline: none;}

.slides,

.flex-control-nav,

.flex-direction-nav { list-style: none;}



/* FlexSlider Necessary Styles
 *
 * *********************************/ 

.flexslider .slides{ padding:0;}

.flexslider .slides > li {

    display: none; -webkit-backface-visibility: hidden; list-style:none !important; margin-bottom:0px;} /* Hide the slides before the JS is loaded. Avoids image jumping */

.flexslider .slides img {width: 100%; display:inline-block; vertical-align:middle; }



/* Clearfix for the .slides element */

.slides:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;} 

html[xmlns] .slides {} 

* html .slides {height: 1%;}
*
*
*
*/* No JavaScript Fallback */

/* If you are not using another script, such as Modernizr, make sure you
 *
 *  * include js that eliminates this class on page load */

.no-js .slides > li:first-child {display: block;}





/* FlexSlider Default Theme
 *
 * *********************************/

.flexslider {

    position: relative;

    clear:both; 

    margin:0 auto 0px; 

    overflow:hidden; 

    text-align:center; 

    width:100%; 

    min-height:526px; 

    background:#f8f8f8;

    z-index:2;

}

.slider-full-back {
    background: rgb(240,240,240); /* Old browsers */
    background: linear-gradient(to bottom, rgba(240,240,240,1) 0%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.slider-full-back img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}

.slider-full-back ul.slides li {
    display: none;
}

.slider-full-back ul.slides li:first-child {
    display: block;
}

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


#spinner {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    background: url(../images/ajax-loader.gif) 50% 50% no-repeat #ffffff;
}

.flex-control-paging li a.flex-active{  cursor: default; }

.flex-control-paging li:hover a{background: #fb7c3c;}

.flex-control-thumbs {margin: 5px 0 0; position: static; overflow: hidden;}

.flex-control-thumbs li {width: 25%; float: left; margin: 0;  }

.flex-control-thumbs img {width: 100%; display: block; opacity: .7; cursor: pointer;}

.flex-control-thumbs img:hover {opacity: 1;}

.flex-control-thumbs .flex-active {opacity: 1; cursor: default;}


/*------------------------------------------------------------Flexslider CSS Ends Here---------------------------------------------------*/

/*---------------------------------------------------------Blog CSS starts Here----------------------------------------------------------------*/



.post-list .blog_inner {

    box-sizing: border-box;

    float: left;

    margin-bottom: 30px;

}



.post-holder:hover {

    position: relative;

}

.blog-image a img{

    opacity: 1;

    transition:0.6s ease;

    -webkit-transition:0.6s ease;

    -moz-transition:0.6s ease;

    -ms-transition: 0.6s ease;

    -o-transition:0.6s ease;

}

#masonry-loop .blog_inner .post-content:hover{ border-color:#f02640; }



.blog_inner .blog-right-content{text-align: left;

                                overflow: hidden;

                                padding: 0 0 0 25px;

}



.blog_inner .post-holder .post-header {position:relative;}

.blog_inner .post-header .post-title {

    margin: 0px 0 15px;

    padding: 0px 0 15px;

    line-height: 24px;

}

.blog_inner .post-header .post-title a {

    text-decoration: none;

    font-size: 18px;

    font-weight: 400;

    text-transform: uppercase;

}

.blog_inner .post-holder .post-header .addthis_toolbox {display: inline-block; padding-top: 0; vertical-align: middle;}

.blog_inner .post-info .post-text-hld{ margin-bottom: 20px;}



.post-holder .post-header .post-info {padding: 5px 0 15px 0;}

.post-content .post-info .item,

.post-content .post-info .dash {display: inline-block;}

.post-content .post-info .label {font-weight: 500;}

.post-content .post-info .value {font-style: italic;}

.post-view .post-content .post-info.clear{ margin: 5px 0px;padding: 5px 0;clear: both;}

.post-view .post-text-hld{ margin: 0 0 5px;}



#masonry-loop.post-list .post-content .post-read-more {

    margin: 14px 0 0px;

    color: #000000;

    font-size: 10px;

}

#masonry-loop.post-list .post-content .post-read-more:hover{color: #fb7c3c;}

.post-list .post-holder .addthis_toolbox {float: right; margin-top: 14px;}

.post-list .post-text-hld.clearfix>p{

    margin-bottom: 0px;

    font-weight: 300;

}

.post-content .post-description img {margin:0 15px 0 15px;}

.post-content .post-description ul,

.post-content .post-description ol {list-style-position: inside;}

.blog-post-view .breadcrumbs .items .item:last-child{

    display: inline-block;

    overflow: hidden;

    text-overflow: ellipsis;

    white-space: nowrap;

    width: auto;

}

.blog-post-view .breadcumb_inner .page-title-wrapper h1{

    display: inline-block;

    overflow: hidden;

    text-overflow: ellipsis;

    white-space: nowrap;

    width: 270px;

}



.post-content .post-description .post-ftimg-hld img {width:100%; padding:0px; margin:0px;}



.post-list .hidden {display:none;}



.post-view .post-holder .post-header .addthis_toolbox {float: left;}

.post-view .post-bottom {margin-top:30px;}



.post-view .block {margin-bottom: 30px;}

.post-view .post-content h2{ margin:0; width: 100%;overflow: hidden;}

.post-view .post-content h2 a {

    font-size: 20px;

}





.widget.block-recent-posts .block-content .item {

    padding: 8px 0 8px 0px;

    border-width: 0px 0 1px 0px;

    border-style: dashed;

    border-color: #e6e6e6;

}

.widget.block-recent-posts .block-content .item:last-child{border-bottom:0;}

.widget.block-categories ul {

    list-style: initial;

    padding-left:0px;

}



.widget.block-categories ul ul {

    margin-left:20px;

}



.widget.block-categories ul,

.widget.block-categories li {

    margin: 5px 0 5px 9px;

    padding: 0px;

}



.widget.block-rss .rss-icon {float: left; width: 23px; padding-right: 10px;}





.widget.blog-search {

    width:100%;

    margin-bottom: 40px;

    position: relative;

    float: right;

    z-index: 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: 30px;

    top: 20px;

    z-index: 1;

    display: inline-block;

    background-image: none;

    background: none;

    -moz-box-sizing: content-box;

    border: 0;

    box-shadow: none;

    -webkit-box-shadow: none;

    -moz-box-shadow:none;

    line-height: inherit;

    margin: 0;

    padding: 0;

    text-decoration: none;

    text-shadow: none;

    font-weight: 400;

}



.widget.blog-search .action.search:before {

    -webkit-font-smoothing: antialiased;

    font-size: 16px;

    line-height: 32px;

    color: #8f8f8f;

    content: '\e615';

    font-family: 'luma-icons';

    margin: 0;

    vertical-align: top;

    display: inline-block;

    font-weight: normal;

    overflow: hidden;

    speak: none;

    text-align: center;

}



.widget.blog-search .action.search > span {

    border: 0;

    clip: rect(0, 0, 0, 0);

    height: 1px;

    margin: -1px;

    overflow: hidden;

    padding: 0;

    position: absolute;

    width: 1px;

}

.post-ftimg-hld > a {

    display: block;

}

.post-ftimg-hld {

    position: relative;

}

[class^="blog-author-"] .post-ftimg-hld,.blog-index-index .post-ftimg-hld{width: 30%;float: left;}

.blog-post-view .post-ftimg-hld{width:100%;}

.blog-widget-recent .post-content .post-description .post-ftimg-hld {float: none;width: auto;margin: 0px;}

.blog-widget-recent .post-list .post-content .post-read-more {float: right;text-transform: capitalize;color: #000000;font-size: 10px;}

.blog-widget-recent .post-list .post-content .post-read-more:hover{color: #fb7c3c;}

.blog-widget-recent .post-list .post-header .post-title {max-width: none;}

.mfblog-autoloader {text-align: center;}

.mfblog-autoloader .mfblog-show-onload {display: none;}

@media (max-width: 420px) {

    #mfblog_gcomments {max-width:345px; overflow-y: scroll;}

}

/* Start Blog CMS */

.tm_blog{margin:15px 0;}

.blog-left {

    margin-right: 0;

    overflow: hidden;

    position: relative;

    width: 100%;

    line-height:0px;

}

.img-thumbnail{ width:100%;}

.blog .image-hover-block, .blog_inner .image-hover-block {

    left: 0;

    margin: 0 auto;

    opacity: 0;

    -webkit-opacity: 0;

    -moz-opacity: 0;

    -khtml-opacity: 0;

    position: absolute;

    right: 0;

    text-align: center;

    top: 50%;

    margin-top: -20px;

}

.blog .product-image-inner-blog:hover .image-hover-block, .blog_inner .post-ftimg-hld:hover .image-hover-block{

    opacity: 1;

    -khtml-opacity: 1;

    -webkit-opacity: 1;

    -moz-opacity:1;

    transition: all 0.5s ease 0s;

    -webkit-transition: all 0.5s ease 0s;

    -moz-transition: all 0.5s ease 0s;

    -ms-transition: all 0.5s ease 0s;

    -o-transition: all 0.5s ease 0s;

}

.blog .product-image-inner-blog:hover .post-image-hover, .blog_inner .post-ftimg-hld:hover .post-image-hover{background: rgba(0,0,0,0.3);}

.blog .image-hover-block .zoom, .blog .image-hover-block .read,

.blog_inner .image-hover-block .zoom, .blog_inner .image-hover-block .read {

    border: 2px solid transparent;

    border-radius: 50%;

    -webkit-border-radius: 50%;

    -moz-border-radius: 50%;

    -khtml-border-radius: 50%;

    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: 12px 12px;

    width: auto;

    background: rgba(0,0,0,0.5);

    transform: scale(0);

    -webkit-transform: scale(0);

    -moz-transform: scale(0);

    -ms-transform: scale(0);

    -o-transform: scale(0);

}

.blog_inner .image-hover-block .zoom:hover, .blog_inner .image-hover-block .read:hover {background-color:#fb7c3c;}

.image-hover-block .read .fa, .image-hover-block .zoom .fa{

    font-size: 14px;

    width: 18px;

    display: block;

    height: 18px;

    line-height: 18px;

}



.blog .product-image-inner-blog:hover .zoom,.blog .product-image-inner-blog:hover .read,

#masonry-loop .post-ftimg-hld:hover .zoom, #masonry-loop .post-ftimg-hld:hover .read{ 

    margin:0 5px; 

    transform: scale(1);

    -webkit-transform: scale(1);

    -moz-transform: scale(1);

    -ms-transform: scale(1);

    -o-transform: scale(1);

}



.blog .post-content-inner {

    display: inline-block;

}

.blog .product-image-inner-blog:hover .post-content-inner {}



.blog-right-inner {

    text-align: left;

}

.post-title{

    margin:14px 0 7px;

}

[class^="blog-post-"].blog-post-view .post-title{padding-bottom: 10px;float: left;margin-top:3px;}

.post-title a{

    color: #000000;

    font-size: 13px;

    text-transform: capitalize;

    line-height: 20px;

    font-weight: 600;

}

.tm_blog .post-content.product-image-inner-blog:hover .post-title a{color: #fb7c3c;}

.post-date {

    color: #a8a8a8;

    float: left;

}

.post-more-blog{ margin:24px 0 0; text-align: center; display: none; width: 100%;}

.post-more-blog a {

    color: #000000;

    font-size: 16px;

    font-weight: 700;

    letter-spacing: 1px;

    padding: 9px 25px;

    text-transform: capitalize;

    border:1px solid #000;

    background: #ffffff;

    -webkit-transition: all 0.3s ease 0s;

    -moz-transition: all 0.3s ease 0s;

    -ms-transition: all 0.3s ease 0s;

    -o-transition: all 0.3s ease 0s;

    transition: all 0.3s ease 0s;

    display: inline-block;

}

.post-more-blog a:hover{ color: #ffffff; background: #000;}

.blog .post-content-inner .post-author{display: none;}

.post-image-hover {

    height: 100%;

    position: absolute;

    top: 0;

    transition: all 0.2s ease-out 0s;

    -webkit-transition: all 0.2s ease-out 0s;

    -moz-transition: all 0.2s ease-out 0s;

    -ms-transition: all 0.2s ease-out 0s;

    -o-transition: all 0.2s ease-out 0s;

    width: 100%;

    cursor: pointer;

}

.post-image-hover-inner{

    border: 1px solid #ffffff;

    top: 40px;

    bottom: 40px;

    left: 40px;

    right: 40px;

    position: absolute;

    opacity:0;

    transition: all 0.3s ease;

    -webkit-transition: all 0.3s ease;

    -moz-transition: all 0.3s ease;

    -ms-transition: all 0.3s ease;

    -o-transition: all 0.3s ease;

}

.blog .product-image-inner-blog:hover .post-image-hover-inner{opacity: 1;top:5px;left:5px;bottom:5px;right:5px;}

/* End Blog CMS */

.columns .sidebar .widget.blog-search, .columns .sidebar .widget.block-recent-posts, .columns .widget.sidebar .widget.block-archive{  margin: 0 0 20px;}

@media (max-width: 420px) {

    #mfblog_gcomments {max-width:345px; overflow-y: scroll;}

    .columns .sidebar .widget.blog-search, .columns .sidebar .widget.block-recent-posts, .columns .widget.sidebar .widget.block-archive{  margin:0px; }



}

[class^="blog-"] .sidebar-additional .left-banner1{padding-bottom: 20px;}

[class^="blog-"] .sidebar .widget.block.blog-search{

    box-sizing: border-box;

}

.sidebar .blog_search_mini_form{margin: 16px 0 0 16px;}

.tm_blog .blog-carousel-container{display: inline-block;width: 100%;}

.tm_blog .blog-outer{margin:0 -16px;}

.tm_blog .post-content.product-image-inner-blog{margin:16px;}

.blog-index-index #masonry-loop .blog-right-content .item.post-posed-date.post-date{display: none;}



/*------------------------------------------------------------------------------------------Blog CSS Ends Here------------------------------------------------------------*/



*{margin:0px; padding:0px;}

li{list-style:none;}



.ie8 .product-image-inner-blog .image-hover-block .zoom:before, .ie8 .product-image-inner-blog .image-hover-block .read:before {

    display: none;

}



.ie8 .product-image-inner-blog .blog-left:hover .image-hover-block .read:before, .ie8 .product-image-inner-blog .blog-left:hover .image-hover-block .zoom:before {

    display: block;

}



/* For Start Breadcumbs */

@media (min-width: 768px) {

    .page-wrapper > .breadcrumbs {

        width: 100%;

    }
    .column.main {
        min-height: 70px !important; 

    }
};
.page-wrapper > .breadcrumbs {

    background: #f2f2f2;

    display: inline-block;

    margin-bottom: 60px;

    padding: 50px 0;

    vertical-align: top;

    width: 100%;

    max-width: none;

}

/* sidebar */

.left-banner1, .left-banner2{

    overflow: hidden;

}

.left-banner1 img, .left-banner2 img{

    transition: all 0.3s ease;

    -webkit-transition: all 0.3s ease;

    -moz-transition: all 0.3s ease;

    -ms-transition: all 0.3s ease;

    -o-transition: all 0.3s ease;

}

.left-banner1:hover img, .left-banner2:hover img{

    transform: scale(1.05);

    -webkit-transform: scale(1.05);

    -ms-transform: scale(1.05);

    -moz-transform: scale(1.05);

    -o-transform: scale(1.05);

}

.sidebar .block-wishlist .block-title{

    text-transform: capitalize;

    font-size: 20px;

    position: relative;

    margin-bottom: 0;

}

.sidebar-additional .block .block-title strong {font-weight:700;font-size: 14px;}

.sidebar-additional .block-title 

.page-wrapper .page-main {

    position: relative;

    width:1090px;

}

.block .block-content li{padding:4px 0;margin: 5px 0;}

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

.column.main .products-crosssell .product-items,.column.main .products-related .product-items,

.column.main .upsell .product-items{

    margin: 0;

}

.products-related .product-item-info .product-item-image,

.upsell .product-item-info .product-item-image,

.crosssell .product-item-info .product-item-image{

    text-align: center;

}

.block .block-title strong span {}

.block .block-title a {text-decoration: none;cursor: pointer;}

.block .block-content,.block > .empty {margin: 0px 0 0 0;}

.page-main {  position: relative;}

.product.media .fotorama{ overflow: visible; }

.fotorama__stage .fotorama__img {

    box-sizing: border-box;

    margin-bottom: 20px;

}

.fotorama__stage__frame .fotorama__img{

    border-radius: 5px;

    -webkit-border-radius: 5px;

    -moz-border-radius: 5px;

    -o-border-radius: 5px;

    -khtml-border-radius: 5px;

}

.fotorama__thumb {

    background: transparent !important;

    border-radius: 5px;

    -webkit-border-radius: 5px;

    -moz-border-radius: 5px;

    -khtml-border-radius: 5px;

}

div.fotorama__thumb-border{

    border:1px solid #fb7c3c;

    border-radius: 5px;

    -webkit-border-radius: 5px;

    -moz-border-radius: 5px;

    -khtml-border-radius: 5px;

}

.fotorama__stage:before, .fotorama__nav:before, .fotorama__stage:after, 

.fotorama__nav:after,.fotorama__stage.fotorama__shadows--left:before, .fotorama__nav.fotorama__shadows--left:before {

    display: none !important;

}

.fotorama--fullscreen .fotorama__stage .fotorama__img {

    border: none !important;

}

.media  .fotorama__nav-wrap.fotorama__nav-wrap--horizontal {

    text-align: center;

}

.media .fotorama__nav--thumbs .fotorama__nav__frame {

    margin: 0px 0px;

}

.media .fotorama__arr--disabled {

    opacity:1;

    -webkit-opacity:1;

    -moz-opacity:1;

}

.fotorama__thumb__arr, .fotorama__arr {

    background: transparent !important;

}

.media .fotorama__nav-wrap--horizontal .fotorama__thumb__arr--left .fotorama__thumb--icon:before {

    color: #cccccc;

    content: "\f104";

    font-family: "FontAwesome";

    font-size: 40px;

    position: absolute;

    top:13px;

    right: 0px;

    left: 0px;

}

.media .fotorama__nav-wrap--horizontal .fotorama__thumb__arr--left .fotorama__thumb--icon:hover:before,

.media .fotorama__nav-wrap--horizontal .fotorama__thumb__arr--right .fotorama__thumb--icon:hover:before{ color:#ffffff; }

.media .fotorama__nav-wrap--horizontal .fotorama__thumb__arr--right .fotorama__thumb--icon:before {

    color: #cccccc;

    content: "\f105";

    font-family: "FontAwesome";

    font-size: 40px;

    padding: 0px;

    position: absolute;

    top: 13px;

    right: 0px;

    left: 0px;

}

.media .fotorama__thumb__arr .fotorama__thumb--icon {

    background: #ffffff;

    box-sizing:border-box;

    border:1px solid #d9d9d9;

    height: 30px;

    width: 30px;

}

.media .fotorama__thumb__arr .fotorama__thumb--icon:hover{background: #fb7c3c;border-color: #fb7c3c;}

.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: #fb7c3c;background: #fb7c3c;}



/*Back to top*/

.top_button {
    width: 48px;
    height: 50px;
    padding: 0px;
    margin: 10px 20px;
    position: fixed;
    overflow: visible;
    opacity: 1;
    border: 0!important;
    z-index: 999998;
    transition-duration: 250ms;
    transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
    transition-property: opacity, top, bottom;
    right: 0;
    bottom: 60px!important;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgb(193, 167, 57) !important;
    color: rgb(64, 57, 27) !important;
    fill: rgb(64, 57, 27) !important;
}

.top_button:before {
    content: "\f106";
    font-family: "FontAwesome";
    font-size: 22px;
    color: #fb7c3c;
    display: inline-block;
    top: -2px;
    position: relative;
}

.top_button:hover{background: #fb7c3c;}

.top_button:hover:before{color: #ffffff;}

.top_button:hover:before{

    animation-name: bounce;-webkit-animation-name: bounce;-moz-animation-name: bounce;-o-animation-name: bounce;

    animation-duration: 1s;-webkit-animation-duration:1s;-moz-animation-duration:1s;-o-animation-duration:1s;

    animation-timing-function: linear;-webkit-animation-timing-function: linear;-moz-animation-timing-function: linear;-o-animation-timing-function: linear;

    animation-iteration-count: infinite;-webkit-animation-iteration-count: infinite;-moz-animation-iteration-count: infinite;-o-animation-iteration-count: infinite;

}

@keyframes bounce{0%{top:0px;}20%{top:-2px;}40%{top:-5px;}60%{top:0px;}80%{top:5px;}100%{top:0px;}}

@-webkit-keyframes bounce{0%{top:0px;}20%{top:-2px;}40%{top:-5px;}60%{top:0px;}80%{top:5px;}100%{top:0px;}}

/* Back to top */

/*-------------------------------------------------------------------------Header CSS-----------------------------------------------------------*/

.cms-home .page-wrapper{background: #ffffff;}

.page-wrapper{background: #f7f7f7;}

.page-header div.panel.wrapper {background-color: #ffffff;}

.page-header,.header-menu-outer{background:#ffffff;}
.page-header{
    z-index: 9;
}

.breadcumb_inner .page-title-wrapper h1{color: #000000;font-size: 16px;text-transform: uppercase;font-weight: 700;line-height: 1.7;}

.block-search .label::before{display: block;}

.tm_header_outer{

    /*display: inline-block;*/
    display:none;

    width: 100%;

    background: rgb(255,255,255); /* Old browsers */

    background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(237,237,237,1) 100%); /* FF3.6-15 */

    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(237,237,237,1) 100%); /* Chrome10-25,Safari5.1-6 */

    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(237,237,237,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',GradientType=0 ); /* IE6-9 */

    color: #000000;

    float: left;

}

.tm_headeradvertise_cms{float: left;padding: 10px 0;text-transform: capitalize;}

.tm_headerlinkmenu{margin: 9px 0 9px 10px;float: right;}

.header-center-contact{float: left;padding-left: 45px;background: url("../images/call-icon.png") no-repeat scroll left;
                       /*cursor: pointer;*/
}
.navigation.custommenu .mainmenu .level1 a:hover {color: #FB7C3C !important}
.center-contact-inner{padding: 0 0 0 10px;border-left: 1px solid #ebebeb;line-height: 1.645;}

.header-center-heading {

    font-size: 14px;

    font-weight: bold;

    text-transform: capitalize;

    color: #fb7c3c;

}

.center-contact-no {

    color: #000000;

    letter-spacing: 0.5px;

    font-weight: 500;

}

.header-top-right{float: right;margin:8px 0px;}

.page-header .switcher.switcher-language{padding-left: 0;margin-left: 0;}

.page-header .switcher{border:none;margin: 8px 12px;padding:0;float: left;}

.page-header .switcher strong{padding: 0 4px 0 0;text-transform: capitalize;line-height: 1}

.page-header .switcher .options{text-align: right;}

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

.my-account-cms{display: inline;color: #ffffff;text-transform: capitalize;letter-spacing: 0;font-size: 14px;}

.tm_header_social{float: left;margin:4px 0;}

.social-icons .social-content span{display: none;}

.social-icons .facebook a:before{content:"\f09a";}

.social-icons .twitter a:before{content:"\f099";}

.social-icons .googleplus a:before{content:"\f0d5";}

.social-icons .linkedin a:before{content:"\f0e1";}

.social-icons .social-icon a:before{

    font-family:"FontAwesome";

    font-size: 14px;

    line-height: 32px;

    color:#000000;

}

.social-icons .social-icon a{

    width: 20px;

    height: 32px;

    display: inline-block;

    text-align: center;

    border-radius: 50%;

    -webkit-border-radius: 50%;

    -moz-border-radius: 50%;

    margin:0 6px;

}

.social-icons .social-icon a:hover:before {

    color: #fb7c3c;

}

.social-icons li.social-icon{display: inline-block;margin: 0;padding: 0;}

ul.social-content {margin: 0;}

.tm_header_info_cms{float: right;}

.block.block-search{

    z-index: 3;

    float: left;

    padding: 0;

    width: 65%;

    border:5px solid;

    border-color: #f4f4f4;

    border-bottom-color: #f4f4f4;

    border-inline-end-color: #f4f4f4;

    border-inline-start-color: #f4f4f4;

    border-radius: 5px;

    -webkit-border-radius: 5px;

    -moz-border-radius: 5px;

}

.minicart-wrapper .action.showcart{

    cursor: pointer;

    font-size: 11px;

    font-weight: 500;

    margin: 9px 10px 9px 0;

    padding: 6px 18px;

    position: relative;

    background: #070707;

    border-radius: 5px;

    -webkit-border-radius: 5px;

    -moz-border-radius: 5px;

    box-shadow: 0 10px 14px 8px #424242 inset;

    -webkit-box-shadow:0 10px 14px 8px #424242 inset;

    -moz-box-shadow:0 10px 14px 8px #424242 inset;

}

.minicart-wrapper .action.showcart:hover{

    background: rgb(255,129,66); /* Old browsers */

    background: -moz-linear-gradient(top, rgba(255,129,66,1) 0%, rgba(223,78,6,1) 100%); /* FF3.6-15 */

    background: -webkit-linear-gradient(top, rgba(255,129,66,1) 0%,rgba(223,78,6,1) 100%); /* Chrome10-25,Safari5.1-6 */

    background: linear-gradient(to bottom, rgba(255,129,66,1) 0%,rgba(223,78,6,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff8142', endColorstr='#df4e06',GradientType=0 ); /* IE6-9 */

    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);

    -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);

    -moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);

}

.minicart-wrapper .action.showcart>span{

    font-size: 14px;

    color: #ffffff;

    vertical-align: middle;

}

.minicart-wrapper .action.showcart .counter.qty{color: #575757;height: auto;line-height: 1.714285;padding: 0;}

.minicart-wrapper .action.showcart:before,.minicart-wrapper .action.showcart.active:before{

    content: '\f07a';

    font-family: "FontAwesome";

    font-size: 15px;

    position: relative;

    padding: 0 15px 0 0;

    left: 0px;

    color: #ffffff;

}

.minicart-wrapper .action.showcart.active:hover:before{color: #ffffff;}

.minicart-wrapper .action.showcart:hover:before{color: #ffffff;}

.cart-counter {

    position: absolute;

    top: 3px;

    left: 33px;

    background: #ffffff;

    border-radius: 50%;

    -webkit-border-radius: 50%;

    -moz-border-radius: 50%;

}

.panel .minicart-wrapper .cart_text {

    display: none;

}

.minicart-wrapper .action.showcart .counter.qty.empty,.minicart-wrapper .action.showcart .counter.qty{

    display: block;

    margin:0;

    float: left;

}

.minicart-wrapper .action.showcart .counter.qty{overflow: visible;}

.minicart-wrapper .action.showcart .counter-label{display: none;}

.minicart-wrapper .block-minicart{

    top:63px;

    background: #ffffff;

    border: 1px solid #ebebeb;

    padding: 10px;

    box-shadow: none;

    -webkit-box-shadow: none;

    -moz-box-shadow:none;

    margin:0;

}

.block-minicart .block-content .subtitle.empty span{font-weight: 500;display: inline-block;font-size: 12px;}

.minicart-wrapper .action.close:before{color: #000000;}

.minicart-wrapper .action.close:hover:before{color: #ebebeb;}

.minicart-wrapper .block-minicart:before{border-color: transparent transparent #000000 transparent}

.block-search .field.search{

    float: left;

    width: 100%;

}

.block-search .actions{

    position: absolute;

    right: 0px;

    height: 100%;

    cursor: pointer;

    border-radius: 5px;

    -webkit-border-radius:5px;

    -moz-border-radius:5px;

    -khtml-border-radius:5px;

    background: #000000;

}

.block-search .actions:hover{

    background: #ff8142; /* Old browsers */

    background: -moz-linear-gradient(top, #ff8142 0%, #df4e06 100%); /* FF3.6-15 */

    background: -webkit-linear-gradient(top, #ff8142 0%,#df4e06 100%); /* Chrome10-25,Safari5.1-6 */

    background: linear-gradient(to bottom, #ff8142 0%,#df4e06 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff8142', endColorstr='#df4e06',GradientType=0 ); /* IE6-9 */

}

.block-search .actions .action.search{

    height:100%;

    position: relative;

    right: 0;

}

.block-search .block.block-content{

    display:block;

}

.page-header .panel.wrapper .switcher .toggle:hover{color:#fb7c3c;}

.header-contact:hover{cursor: pointer;}



.minicart-wrapper.active .action.showcart{

    float:right;

}

.tm_headerlinks>.header.links {

    padding: 10px;

    margin:0;

}

.tm_headerlinks{display: none;position: absolute;z-index: 4;width: 200px;background: #ffffff;top:49px;border: 1px solid #ebebeb;right:-18px;}

.tm_header_outer .tm_headerlinks{padding: 10px;}

.headertoggle_img:before{

    content: '\f007';

    font-family: "FontAwesome";

    font-size: 15px;

    color: #ffffff;

}

.tm_headerlinks>.header.links>li:hover >a{color: #fb7c3c;}

li.customer-welcome li a:hover{color:#fb7c3c;}

li.customer-welcome li a:hover span.counter{color: #fb7c3c;}

li.customer-welcome li a:hover span{color:#fb7c3c;}

.header.panel > .header.links > li{text-align: left;padding: 0;font-size: 12px;color: #666666}

.tm_headerlinks .header.links li.customer-welcome .customer-menu li a{color: #808080;}

.tm_headerlinks .header.links li.customer-welcome .customer-menu li a:hover{color:#fb7c3c;}

.customer-welcome .header.links{width: 100%;}

.tm_headerlinks .header.links .item.link.compare .action.compare.no-display{display: inline;}

.page-header .switcher .options.active ul.dropdown{background:#ffffff;top:31px;border:1px solid #ebebeb;padding: 10px;left: 0;right: auto;}

.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:#fb7c3c;}

.page-header .switcher .options ul.dropdown a,.page-footer .switcher .options ul.dropdown a{font-size: 12px;}

.header.panel > .header.links > li.welcome, .header.panel > .header.links > li > a{font-size: 12px;}

.block-minicart .subtitle{display: block;    font-weight: normal;}
.minicart-wrapper .action.close{
    top: 18px;
}
.minicart-wrapper .action.close:before{
    font-size: 10px;
}
.minicart-wrapper.active .secondary .viewcart{color: #fff;}

.minicart-wrapper .block-minicart::before, .minicart-wrapper .block-minicart::after{display: none;}

.minicart-wrapper div.block-minicart{right: 0;border:1px solid #d9d9d9;width: 300px;}

.header.panel > ul.header.links > li > a:hover{color:#fb7c3c;text-decoration: none;}

.header-right{float: right;width: 71%;padding:13px 0;}

.page-header .header.content{padding: 0;}

.page-header .header.content .tm_header>div{padding: 40px 0;}

.header-left {float: left;}

.header-logo .logo{z-index: 3;}

.navigation.custommenu .mainmenu > ul > li > .level-top, .navigation.custommenu .dropdown-inner-list > li > .level-top{

    box-sizing: border-box;

    color: #ffffff;

    float: none;

    font-size: 13px;

    font-weight: 600;

    position: relative;

    text-decoration: none;

    text-transform: capitalize;

    display: block;

    padding: 0;

}

#mainmenu .level-top>span, #mainmenu .hiden_menu>a{padding: 10px;margin:9px 12px;display: block;}

#mainmenu .level-top>span.active-page,.navigation.custommenu .mainmenu > ul > li:hover > .level-top>span{

    background-color: #58ca67;

    border-radius: 5px;

    -webkit-border-radius: 5px;

    -moz-border-radius: 5px;

    box-shadow: 0 30px 16px -7px #44a752 inset;

    -webkit-box-shadow: 0 30px 16px -7px #44a752 inset;

    -moz-box-shadow: 0 30px 16px -7px #44a752 inset;

    color: #ffffff;

}

.navigation.custommenu .mainmenu .dropdown-inner-list > li> .level-top{color: #000000;}

.navigation.custommenu .mainmenu .dropdown-inner-list > li:hover> .level-top{color: #fb7c3c;}

.navigation.custommenu .mainmenu > ul > .menu-dropdown-icon, .navigation.custommenu .mainmenu > ul > li{

    display: block;

    margin: 0;

    position: relative;

    vertical-align: middle;

    float: left;

    cursor: pointer;

}

.navigation.custommenu .mainmenu > ul > li{background: url("../images/sep.png") no-repeat scroll left center;}

.navigation.custommenu .mainmenu > ul > li:first-child{background: none;}

.navigation.custommenu .mainmenu ul li{line-height: 20px;}

.navigation.custommenu .mainmenu ul li.bottomstatic{margin:0;padding: 0;}

.navigation.custommenu .mainmenu ul.custom-link li{margin-bottom: 0;}

.navigation.custommenu .mainmenu  .level0.newsubmenu , .navigation.custommenu .mainmenu .level0 > ul{

    position: absolute;

    top: 100%;

    background:#ffffff;

    margin: 0;

    padding:20px 15px;

    width: 100%;

    display: none;

    font-weight: 500;

    min-width: 630px;

    z-index: 5;

    left: 0;

    border:1px solid #d9d9d9;

    border-radius: 0 0 5px 5px;

    -webkit-border-radius: 0 0 5px 5px;

    -moz-border-radius: 0 0 5px 5px;
    box-shadow: none; 

}



.navigation.custommenu .mainmenu .level1 > a{

    color: #000000 !important;

    font-size: 14px;

    font-weight: 700;

    text-transform: capitalize;

    position: relative;

    margin: 0px;

    padding: 0px 0px 5px 0px;

    float: none;

    display: block;

    border-bottom: 1px dashed #d9d9d9;

}

.navigation.custommenu .mainmenu .level1 > a > span{padding-bottom: 5px;}

li.level2 {

    padding: 0 5px;

}

#mainmenu li.level2{

    padding: 0;

}

.navigation.custommenu .mainmenu .level1 .level2 a {

    color: #000000;

    font-weight: normal;

    padding:4px 0px;

    position: relative;

    margin: 0;

    float: none;

    font-size: 13px;

}

li.level2:hover{

    background: transparent;

}

.navigation.custommenu .mainmenu .level1  .level2:hover a{ color: #fb7c3c;}

.minicart-items .product-item:not(:first-child){border-top-color: #d9d9d9; }

.block-search input{background-color: #ffffff; }

.customer-welcome .customer-name{padding: 0 5px;}

.nav-sections-item-content > .navigation.custommenu {

    background: transparent;

    width: auto;

    padding: 0px;
    z-index: unset;

}
.block-search .minisearch .control{
    background: #fff;
}
.block-search .minisearch input[type="text"]{

    height: 30px;

    padding-right: 125px;

    border:none;	
    float: right;
    background: #fff !important;
    width: 72%;
    border-left: 1px solid #DDD;
    margin-top: 4px;
}

.block-search button.action.search:before{color: #000000;content: "";display:none;}

.block-search button.action.search > span{position: relative;padding: 0 34px;color: #ffffff;font-size: 14px;margin: 0;letter-spacing: 0;font-weight: 600;}

.header-menu {

    width: 100%;

    position: relative;

}

.header-nav{

    /*float: left;*/

    width: 100%;

    background: rgb(83,201,98); /* Old browsers */

    background: -moz-linear-gradient(top, rgba(83,201,98,1) 0%, rgba(66,160,78,1) 100%); /* FF3.6-15 */

    background: -webkit-linear-gradient(top, rgba(83,201,98,1) 0%,rgba(66,160,78,1) 100%); /* Chrome10-25,Safari5.1-6 */

    background: linear-gradient(to bottom, rgba(83,201,98,1) 0%,rgba(66,160,78,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#53c962', endColorstr='#42a04e',GradientType=0 ); /* IE6-9 */

    border-radius:5px 5px 0 0;

    -webkit-border-radius: 5px 5px 0 0;

    -moz-border-radius: 5px 5px 0 0;

    -khtml-border-radius: 5px 5px 0 0;

}

/*.header-nav-inner{float: left;}*/

.block-search button.action.search[disabled] {opacity: 1;}

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

.minicart-items-wrapper .product-item-photo{width: 25%;}

/*--------------------------------------------------------------------Header CSS Ends Here------------------------------------------------------*/

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



/************************************ Service Banner CMS *******************************/

.serviceblock {

    float: left;

    width: 33.33%;

    margin:20px 0 0;

    text-align: center;

    box-sizing: border-box;

}

.serviceblock:hover{cursor: pointer;}

.serviceblock:last-child{margin-right:0; padding-right:0; border-right:none;}

.serviceblock .title{

    font-weight:700; 

    color:#000000; 

    font-size:16px; 

    text-transform:uppercase;

    display: block;

}

.serviceblock .service-text{padding: 0 0 0 60px;display: inline-block;text-align: left;}

.serviceblock:hover .service-text .title{color:#fb7c3c;}

.serviceblock1 .shipping-info{

    background:url("../images/services.png") no-repeat scroll 0px 5px;

}

.serviceblock1:hover .shipping-info{background-position:0px -97px;}

.serviceblock2 .support-service{

    background:url("../images/services.png") no-repeat scroll 0px -197px;

}

.serviceblock2:hover .support-service{background-position:0px -300px;}

.serviceblock3 .returns{

    background:url("../images/services.png") no-repeat scroll 0px -404px;

}

.serviceblock3:hover .returns{background-position:0px -506px;}

.serviceblock2.serviceblock {

    border-left: 1px solid #ebebeb;

    border-right: 1px solid #ebebeb;

}

.service-sub-text {

    font-size: 14px;

    color: #808080;

}

.service-cms{

    float:left;

    width:100%;

    box-sizing: border-box;

}

/************************************** End Service Banner CMS ******************************/

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



.product-item-info .product-item-image{border:none;position: relative;text-align: center;}

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

.product-item-info:hover .action.primary{

    color: #ffffff;

    background: #ff8142; /* Old browsers */

    background: -moz-linear-gradient(top, #ff8142 0%, #df4e06 100%); /* FF3.6-15 */

    background: -webkit-linear-gradient(top, #ff8142 0%,#df4e06 100%); /* Chrome10-25,Safari5.1-6 */

    background: linear-gradient(to bottom, #ff8142 0%,#df4e06 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff8142', endColorstr='#df4e06',GradientType=0 ); /* IE6-9 */

}

.products-grid .product-item-info:hover, .products-grid .product-item-info.active{

    box-shadow: none;

    -webkit-box-shadow: none;

    -moz-box-shadow:none;

    border:none;

    margin:0 auto;

    background: transparent;

    margin: 16px;

    padding: 0;

}

.product-item .price-box .price-label{font-size: 0;display: none;}

.products-grid .product-item-info:not(:hover):not(.active) .product-item-inner,.products-grid .product-item-inner,.products-grid .product-item-info:hover .product-item-inner{

    position: relative;

    display: block;

    box-sizing: border-box;

    text-align: center;

    background: transparent;

    margin: 0 auto;

    width: 100%;

    height: auto;

    padding: 5px;

    border:none;

    box-shadow: none;

    -webkit-box-shadow: none;

    -moz-box-shadow:none;

}

.products-related .product-item-actions, 

.upsell .product-item-actions,

.products-grid .product-item-actions,

.checkout-cart-index .product-item-actions{margin:0;}

.product-item-actions{display: inline;}


.catalog-product-view .column.main .product-info-main div.product-reviews-summary{opacity: 1;position: static;}

.product-item-info:hover div.product-reviews-summary,.block.related .product-item-info:hover div.product-reviews-summary,

.block.upsell .product-item-info:hover div.product-reviews-summary{opacity: 1;}

.product-item-name{margin:0px;}

.product-item-details{ 

    text-align:center;

    transition: all 0.3s ease;

    -webkit-transition: all 0.3s ease;

    -moz-transition: all 0.3s ease;

    -ms-transition: all 0.3s ease;

    -o-transition: all 0.3s ease;

}

.new-label{left: 5px;}

.new-label,.sale-label{

    display: none;

    position: absolute;

    text-align: center;

    text-transform: uppercase;

    color: #5a5a5a;

    font-size: 13px;

    font-weight: normal;

    z-index: 9;

    padding: 1px 3px;

    top: 7px;

    line-height: 15px;

}

.sale-label{right: 5px;}

.products-grid .product-item-info:hover .sale-label,.products-grid .product-item-info:hover .new-label{display: block;}

.tm_latest_product{display: inline-block;margin:15px 0;width: 100%;padding: 42px 32px 10px;box-sizing: border-box;background: #f7f7f7;border: 1px solid #ebebeb;}

.widget .block-title h2{margin:0;}

.minicart-items .product-item-name a,.product-item-name > a:visited{letter-spacing: 0.5px; font-weight:normal; font-size:12px;}
.minicart-items .product-item-details .price{
    font-weight: normal;
}
.minicart-items .product-item-details .price:before {
    content: "Price :";
    color: #808080;
}
.product-item-name > a:hover{color: #fb7c3c;}

.product-item-info:hover .product-item-name > a{color: #fb7c3c;cursor: pointer;}

.special-price .price-container .price,.old-price .price-container .price,.price-container .price,.product-item .price-box .price{

    font-size: 13px;

    color: #000000;

    font-weight: 700;

}

.old-price .price-container .price{color: #b5b5b5;text-decoration: line-through;font-weight: normal;font-weight: 700;font-size: 12px}

.product-item-name > a{

    font-size: 13px;

    text-transform: capitalize;

    letter-spacing: 0.5px;

    font-weight: 600;

}

.product-item .product-reviews-summary .reviews-actions a:hover{color: #fb7c3c;}

.product-item .price-box{margin: 0;}

.tm_latest_product .block-new-content{display: inline-block;width: 100%;}

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

.product-item .product-reviews-summary .rating-summary{margin: 0;}

.rating-summary .rating-result{vertical-align: text-top;}

.rating-summary .rating-result:before{color: #cccccc;}

.product-item .action.towishlist span,.product-item .tocompare span{font-size: 0;display: none;}

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

.products-list .product-item .tocompare,.products-list .product-item .action.towishlist{font-weight: 500;text-transform: capitalize;}

.products-list .product-item .tocompare{margin-left:10px;}

.products-list .product-item .action.towishlist{margin-right:10px;}

.abs-actions-addto::before, .bundle-options-container .block-bundle-summary .product-addto-links > .action::before, 

.product-item-actions .actions-secondary > .action::before, .product-social-links .action.tocompare::before, 

.wishlist.split.button > .action.split::before, .product-social-links .action.mailto.friend::before, .product-social-links .action.towishlist::before, 

.block-bundle-summary .action.towishlist::before, .product-item .action.towishlist::before, .table-comparison .action.towishlist::before,

.product-item .tocompare:before,.product-item .action.towishlist:before{

    color: inherit;

    font-family: "FontAwesome";

    font-size: 16px;

    font-weight: normal;

    line-height: 24px;

    margin: 0;

    overflow: hidden;

}

.product-social-links .action.towishlist::before, .block-bundle-summary .action.towishlist::before, 

.product-item .action.towishlist::before, .table-comparison .action.towishlist::before{content: "\f08a";}

.abs-actions-addto:before, .bundle-options-container .block-bundle-summary .product-addto-links > .action:before, 

.product-item-actions .actions-secondary > .action:before, .product-social-links .action.tocompare:before, 

.wishlist.split.button > .action.split:before, .product-social-links .action.mailto.friend:before, .product-social-links .action.towishlist:before, 

.block-bundle-summary .action.towishlist:before, .product-item .action.towishlist:before, .table-comparison .action.towishlist:before{font-family: "FontAwesome";}

.product-item .tocompare:before{content: "\f24d";}

.product-item .tocompare,.product-item .action.towishlist,.product-item-actions .actions-secondary > .action{

    color: #666666;

    font-weight: 600;

    letter-spacing: 0.05em;

    text-transform: uppercase;

}

.product-social-links .action.tocompare:before{content:"\f24d";}

.product-item-details .product-item-inner .actions-primary ,

.product-item-details .product-item-inner .actions-secondary{display: inline-block;width: auto;padding: 0;vertical-align:middle;}

.product-item-details .product-item-inner .actions-secondary{display: none;}

.product-item-details .product-item-inner .actions-secondary a{

    padding: 5px 8px;

    background: #f2f2f2; /* Old browsers */

    background: -moz-linear-gradient(top, #f2f2f2 0%, #dbdbdb 100%); /* FF3.6-15 */

    background: -webkit-linear-gradient(top, #f2f2f2 0%,#dbdbdb 100%); /* Chrome10-25,Safari5.1-6 */

    background: linear-gradient(to bottom, #f2f2f2 0%,#dbdbdb 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f2f2', endColorstr='#dbdbdb',GradientType=0 ); /* IE6-9 */

    cursor: pointer;

    color: #666666;

    border-radius: 5px;

    -webkit-border-radius: 5px;

    -moz-border-radius: 5px;

    -o-border-radius: 5px;

    -khtml-border-radius: 5px;

    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);

    -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);

    -moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);

    line-height: 20px;

}

.product-item-details .product-item-inner .actions-secondary.wishlist a:hover,

.product-item-details .product-item-inner .actions-secondary.compare a:hover{

    background: #ff8142; /* Old browsers */

    background: -moz-linear-gradient(top, #ff8142 0%, #df4e06 100%); /* FF3.6-15 */

    background: -webkit-linear-gradient(top, #ff8142 0%,#df4e06 100%); /* Chrome10-25,Safari5.1-6 */

    background: linear-gradient(to bottom, #ff8142 0%,#df4e06 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff8142', endColorstr='#df4e06',GradientType=0 ); /* IE6-9 */

}

.product-item-details .product-item-inner .actions-secondary.wishlist a:hover,

.product-item-details .product-item-inner .actions-secondary.compare a:hover{color: #ffffff;}

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

.products-grid .product-item{margin-bottom: 0;}



/********************************** Latest Product CSS Ends here ****************************/

/**************************************** Subbanner CMS *************************************/



.tm_subbanner_cms{margin: 15px 0;display: inline-block;width: 100%;}

.subbanner-cms {

    display: block;

    text-align: center;

    width: 100%;

}

.subbanner-outer{float: left;width: 33.33%;box-sizing: border-box;padding: 0 12.5px;}

div.subbanner-cms>div:first-child{padding-left: 0;}

div.subbanner-cms>div:last-child{padding-right: 0;}

.subbanner1,.subbanner2,.subbanner3{

    width:100%;

    float:left;

    background: #f7f7f7;

    box-sizing: 

        border-box;

    border: 1px solid #ebebeb;

    padding:25px 25px 47px;

}

.subbanner{float:left;text-align: left;width: 60%;padding: 25px 0 0px 25px;box-sizing: border-box;}

.sub-side-banner{float: right;width: 40%;}

.sub-side-banner img{width: auto;}

.subbanner .title {

    font-size: 25px;

    text-transform: uppercase;

    font-weight: 700;

    color: #000000;

}

ul.sub-cat-list{margin:35px 0 10px 0px;display: inline-block;width: 100%;}

ul.sub-cat-list li{margin:0;text-transform: capitalize;cursor: pointer;position: relative;padding: 0 0 0 15px;}

ul.sub-cat-list li a {

    color: #000000;

    font-size: 14px;

    line-height: 30px;

    letter-spacing: 0;

}

ul.sub-cat-list li a:hover{color: #fb7c3c;}

ul.sub-cat-list li a:before {

    content: "\f105";

    font-family: "FontAwesome";

    font-size: 14px;

    margin: 0;

    position: absolute;

    left: 0;

}

.sub-view-all{

    float: left;

}

.sub-view-all a{

    font-style: italic;

    font-size: 14px;

    font-weight: 600;

    color: #fb7c3c;

    float: left;

    text-transform: uppercase;

    transition:all 0.2s ease;

    -webkit-transition:all 0.2s ease;

    -moz-transition:all 0.2s ease;

    -ms-transition:all 0.2s ease;

    -o-transition:all 0.2s ease;

}

.sub-view-all a:after {

    content: "\f101";

    font-family: "FontAwesome";

    font-style: normal;

    padding: 0 0 0 10px;

}

.sub-view-all a:hover{

    letter-spacing: 2px;

    text-transform: uppercase;

}

.subbanner1 .sub-side-banner img, .subbanner2 .sub-side-banner img, .subbanner3 .sub-side-banner img{

    transition: transform 0.3s ease;

    -webkit-transition: transform 0.3s ease;

    -moz-transition: transform 0.3s ease;

    -ms-transition: transform 0.3s ease;

    -o-transition: transform 0.3s ease;

}

.subbanner1:hover .sub-side-banner img, .subbanner2:hover .sub-side-banner img, .subbanner3:hover .sub-side-banner img{

    transform: scale(1.05);

    -webkit-transform: scale(1.05);

    -moz-transform: scale(1.05);

    -ms-transform: scale(1.05);

    -o-transform: scale(1.05);

}

/************************************************************ End Subbanner CMS **************************************************************/



/***********************************************************Product tab CSS starts here*******************************************************/

/* Tabbed Product CMS */

.tm_product_tab,.tm_bestseller,.tm_blog{

    width:100%;

    float: left;

    background: #f7f7f7;

    padding: 20px;

    border:1px solid #ebebeb;

    box-sizing: border-box;

    margin:5px 0 15px;

}

.tm_bestseller,.tm_blog{margin:15px 0;}

.tm_latest_product .widget .block-title h2 a,.tm_blog .blog_title h2 a,.tab-main-title,.tm_bestseller .main-title{

    float: left;

    width:100%;

    color: #000;

    font-size: 25px;

    font-weight: 700;

    letter-spacing: 0.5px;

    text-transform: uppercase;

    position:relative;

    padding-bottom: 30px;

    border-bottom:1px solid #d9d9d9;

    margin:0;

}

.block.upsell .category-title h2 strong, .block.related .category-title h2 strong, .block.crosssell .category-title h2 strong{

    width:100%;

    color: #000;

    font-size: 16px;

    font-weight: 700;

    letter-spacing: 0.5px;

    text-transform: uppercase;

    position:relative;

    padding-bottom: 30px;

    border-bottom:1px solid #d9d9d9;

    margin:0;

    display: inline-block;

}

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

.tm_latest_product .block.widget.block-new-products.grid-view .block-new-content{margin-top: 16px;}

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

.tab-title { float: left;}

.tm_product_tab ul.tabbernav_product {

    position: relative;

    padding: 0px 0;

    display: inline-block;

    margin:0px 70px 0 0;

    float: right;

}

.tm_product_tab .tabbernav_product li {

    display: inline-block;

    float: left;

    padding: 0px 15px;

    margin:0;

    vertical-align: middle;

    background: url("../images/pipe.gif") no-repeat scroll right center;

}

.tm_product_tab .tabbernav_product li:last-child{background: none;}

.tm_product_tab ul.tabbernav_product li a {

    color: #808080;

    display: block;

    font-size: 20px;

    font-weight: 500;

    margin: 0 0px;

    text-align: center;

    text-transform: capitalize;

}

.tm_product_tab ul.tabbernav_product li a.selected:hover span,.tm_product_tab ul.tabbernav_product li a:hover,.tm_product_tab .tab-text.selected {color: #fb7c3c;}

a:active, .alink:active{text-decoration: none;}

.tm_product_tab .tabbernav_product .tab-text{font-size: 14px;}

.product_tabs {

    clear: both;

    margin:0px;

    float: left;

    width: 100%;

}

.tm_product_tab .product_tabs .block,.tm_product_tab .product_tabs .products-grid .product-item{margin-bottom: 0;}

.page-layout-1column .block.widget .products-grid li.product-item,.page-layout-1column .block.widget .products-grid li.product-item:nth-child(4n + 1){width: 20%;margin:0;}

/* End Tabbed Product CMS */

/**************************************************************Product Tab CSS ends***********************************************************/

/********************************************************Advertise Banner CSS start Here*********************************************************/

.tm_advertise_banner_cms{display: inline-block;margin:15px 0;}

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

.ad_banner a:before{

    position: absolute;

    width: 20%;

    height: 100%;

    background: rgba(255, 255, 255, 0.3);

    content: "";

    transform: skew(-20deg);

    -webkit-transform: skew(-20deg);

    -ms-transform: skew(-20deg);

    -moz-transform: skew(-20deg);

    -o-transform: skew(-20deg);

    left: -25%;

    transition:left 0.3s ease;

    -webkit-transition:left 0.3s ease;

    -moz-transition:left 0.3s ease;

    -ms-transition:left 0.3s ease;

    -o-transition:left 0.3s ease;

}

.ad_banner:hover a:before{left:105%;}

/********************************************************Advertise banner CSS Ends Here*********************************************************/

/*-------------------------------------------------------Newsletter CSS starts here-------------------------------------------------------*/

.news-left {

    float: left;

    width: 55%;

}

.news-right {

    float: right;

    width: 45%;

    padding: 4px 0;

}

.news-right>ul>li{margin: 0;}

.news-text label>span{font-size: 10px;vertical-align: super;}

.news-heading{

    color: #000000;

    font-size: 20px;

    font-weight: bold;

    text-transform: uppercase;

}

div.block.newsletter{

    margin:15px 0;

    padding: 33px; 

    width:100%;

    text-align: left;

    box-sizing: border-box;

    background: #f7f7f7;

    border:1px solid #ebebeb;

}

.block.newsletter .field{float: left;width: 75%;}

.block.newsletter{float: left;}

.block.newsletter.footer-area{width:28.8%;}

.footer_newsletter .news-text{font-size:14px;color:#000000;}

.block.newsletter input{

    padding: 0 10px;

    height: 44px;

    border-radius: 5px;

    -webkit-border-radius: 5px;

    -moz-border-radius: 5px;

    -o-border-radius: 5px;

    -khtml-border-radius: 5px;

}

.block.newsletter .form.subscribe{position:relative;}

.block.newsletter .field .control:before{content: '';}

.block.newsletter .actions{display: block;width: auto;}

.block.newsletter .action.subscribe{

    color: #ffffff;

    font-size: 14px;

    font-weight: 700;

    padding: 12px 30px;

    margin:0;

    float: right;

    background: #ff8142; /* Old browsers */

    background: -moz-linear-gradient(top, #ff8142 0%, #df4e06 100%); /* FF3.6-15 */

    background: -webkit-linear-gradient(top, #ff8142 0%,#df4e06 100%); /* Chrome10-25,Safari5.1-6 */

    background: linear-gradient(to bottom, #ff8142 0%,#df4e06 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff8142', endColorstr='#df4e06',GradientType=0 ); /* IE6-9 */

    border-radius: 5px;

    -webkit-border-radius: 5px;

    -moz-border-radius: 5px;

    -khtml-border-radius: 5px;

    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);

    -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);

    -moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);

}

.block.newsletter .action.subscribe:hover{

    background: #424242; /* Old browsers */

    background: -moz-linear-gradient(top, #424242 0%, #010101 100%); /* FF3.6-15 */

    background: -webkit-linear-gradient(top, #424242 0%,#010101 100%); /* Chrome10-25,Safari5.1-6 */

    background: linear-gradient(to bottom, #424242 0%,#010101 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#424242', endColorstr='#010101',GradientType=0 ); /* IE6-9 */

}

/*-------------------------------------------------------Newsletter CSS Ends here-----------------------------------------------------------*/

/***********************************************************Footer CSS Start Here*********************************************************/



.footer-bottom{

    clear:both;

    background: #53c962; /* Old browsers */

    background: -moz-linear-gradient(top, #53c962 0%, #42a04e 100%); /* FF3.6-15 */

    background: -webkit-linear-gradient(top, #53c962 0%,#42a04e 100%); /* Chrome10-25,Safari5.1-6 */

    background: linear-gradient(to bottom, #53c962 0%,#42a04e 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#53c962', endColorstr='#42a04e',GradientType=0 ); /* IE6-9 */

    text-align: center;

    float: left;

    width: 100%;

}

.footer-wrapper{

    background: #f0f0f0; /* Old browsers */

    background: -moz-linear-gradient(top, #f0f0f0 0%, #ffffff 100%); /* FF3.6-15 */

    background: -webkit-linear-gradient(top, #f0f0f0 0%,#ffffff 100%); /* Chrome10-25,Safari5.1-6 */

    background: linear-gradient(to bottom, #f0f0f0 0%,#ffffff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0f0f0', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */

    float: left;

    width: 100%;

}

#footer {

    float: left;

    width: 100%;

    position: relative;

    margin:20px 0 34px;

}

.footer-wrapper-inner {

    float: left;

    width: 100%;

    padding: 80px 0;

}

.footer-inner .footer-area li{margin:0;padding: 3px 0;}

.footer-inner .footer-area li a{text-transform: capitalize;}

.footer-inner li a:hover{color: #fb7c3c;}

.footer-inner .footer-bottom li a{color: #ffffff;}

.footer-inner .footer-bottom li a:hover{color:#000000;}

/*-------------------------------------------------Footer logo CSS------------------------------------------------*/

.footer-logo{width: 25%;float: left;margin-right: 3%;}

.footer-logo-img a {

    float: left;

}

.footer-logo-img{float: left;margin:12px 0;}

.footer-logo-desc{display: inline-block;margin:12px 0;}

.footer-logo-desc p{margin:0;line-height: 30px;}

/*------------------------------------------------Footer logo CSS--------------------------------------*/

/*----------------------------------------------Footer Static blocks------------------------------------*/

.footer-inner .footer-area {

    box-sizing: border-box;

    -moz-box-sizing: border-box;

    -webkit-box-sizing: border-box;

    float: left;

    padding: 0;

    width: 16%;

    padding: 0 0 0 20px;

    box-sizing: border-box;

    border-left: 1px solid #e5e5e5;

    margin-right: 1%;

}

.footer-area ul{margin-bottom: 0;}

.footer_newsletter ul{margin:0;width: 100%;}

.footer-inner .footer-area:last-child{  margin-right: 0;width: 20%;}

.footer-center p{margin: 0;font-size: 14px}

.footer-center h6, .footer-area h6,.social-follow,.payment-heading{

    font-size: 14px;

    font-weight: bold;

    margin: 7px 0 14px;

    color: #000;

    text-shadow: none;

    text-transform: uppercase;

    position: relative;

    display: inline-block;

}

.footer-bottom-top ul{margin-bottom: 0;}

.footer-bottom-bottom .footer-bottom-left .links li:first-child{padding-left: 0;}

.footer-bottom-bottom ul.footer.links {

    margin: 0;

    padding: 0px;

}

.footer-bottom-bottom .links li {

    display: inline;

    margin: 0;

    padding: 0 6px 0 6px;

    background:url(../images/footer_pipe.jpg) 100% 50% no-repeat;

}

.footer-bottom-bottom .links li:last-child{ background: none; }

.store-details{display: inline-block;}

.footer-inner .footer-area .store-details li:before{

    font-family: "FontAwesome";

    position: absolute;

    height: 15px;

    top: 0px;

    color: #fb7c3c;

    text-align: center;

    left: 0;

}

.footer-inner .footer-area .store-details li{

    padding: 0 0 0 22px;

    position: relative;

    line-height: 30px;

}

.footer-inner .footer-area .address:before{

    content: '\f041';

}

.footer-inner .footer-area .phoneno{padding-top: 5px;}

.footer-inner .footer-area .phoneno:before{

    content: '\f10b';

    font-size: 16px;

}

.footer-inner .footer-area .email {word-wrap: break-word;}

.footer-inner .footer-area .email:before{

    content: '\f0e0';

    font-size: 11px;



}

/* Footer Top CMS */

[class*="-cookie-restriction-mode"] footer .footer.links li:first-child a{font-weight: 700;}

footer.page-footer{margin-top: 30px;}

footer .footer-inner .footer-static-links{float: left;width: 23.75%;}

ul.footer.links li {padding: 0 10px;display: inline;background: url("../images/bkg_pipe1.jpg") no-repeat right center;color:#ffffff;}

ul.footer.links li.current{font-size: 14px;}

ul.footer.links li:first-child{border-left: none;padding-left: 0;}

ul.footer.links li:last-child{padding-right: 0;background: transparent;}

small.copyright{color: #ffffff;padding: 0}

.footer-bottom-inner{width: 100%;float: left;clear: both;padding: 23px 0;}

.footer.links{margin: 0;}

.footer-bottom-left{float: left;}

.footer-bottom-right{float: right;}

.footer-bottom-left,.footer-bottom-right{padding: 5px 0;}

/*----------------------------------------------Footer Static blocks Ends------------------------------------*/

/***********************************************************Footer CSS Ends Here*********************************************************/

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

.wishlist-index-index div.product-item-inner,.abs-visually-hidden-desktop-s, .wishlist.products-grid .product-item-info:not(:hover):not(.active) .product-item-inner{

    display: block;

    float:none;

    clear:both;

    top:auto;

    box-shadow:none;

    -webkit-box-shadow: none;

    -moz-box-shadow:none;

    bottom:auto;

    padding: 0px;

    position: relative;

    text-align:center;

    width: 100%;

    background: transparent;

    height: auto;

    overflow: hidden;

    border:none;

}

.wishlist-index-index .products-grid .product-item-info:not(:hover):not(.active) .product-item-inner,.wishlist-index-index .products-grid .product-item-inner,

.wishlist-index-index .products-grid .product-item-info:hover .product-item-inner{padding: 0;}

.wishlist-index-index .box-tocart{margin-bottom:0px;}

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



/* Block: Category Navigation left sidebar */

ul#category-treeview,.sidebar .block-content,.block-brand>.block-content,

.block.block-compare .block-content,.block.block-reorder .block-content{padding:18px 25px;background: #ffffff;}

#category-treeview li a ,.sidebar .block-account .block-content li a , .sidebar .block-brand-nav li a{

    display: block;

    padding: 4px 0px;

    text-decoration: none;

    transition:300ms; -webkit-transition:300ms; -moz-transition:300ms; -ms-transition:300ms; -o-transition:300ms;

    text-transform:capitalize;

    line-height: 22px;

    border-bottom:1px dashed #e6e6e6;

}

.sidebar .block.filter .block-content{margin: 0;}

#category-treeview li > a:hover,.block .block-content .side-nav li a:hover{ color: #fb7c3c;}

#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.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; 
}
#category-treeview li ul a {
    position: relative;
    padding: 8px 0 8px 13px;
}
#category-treeview li ul a::before {
    content: "\f105";
    font-family: fontawesome;
    left: 0;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 9px;
}
ul#category-treeview, .sidebar .block-content{
    padding: 10px;
}

#category-treeview .expandable .collapsable-hitarea:before{ 

    color: #000;

    content: "\f068";

    font-family: "FontAwesome";

    font-size: 10px;

} 

#category-treeview .expandable-hitarea:before { 

    color: #626262;

    content: "\f067";

    font-family: "FontAwesome";

    font-size: 10px;

} 

#category-treeview .collapsable-hitarea:before { 

    color: #666666;

    content: "\f068";

    font-family: "FontAwesome";

    font-size: 10px;

} 

/* Start Simpal Menu */

.navigation ul{ padding: 0px;}

.navigation .submenu > li{ margin: 0px; line-height: 20px;}

/* End Simpal Menu */



/* Start  Advance menu */

.menu-mobile {

    display: none;

    padding: 20px;

}

.navigation.custommenu ul>li>ul{display: none;}

.navigation.custommenu ul{ float: left; width: 100%; padding: 0px;box-sizing: border-box;}

.navigation.custommenu ul.mainmenu{

    padding:0px !important;

}

.navigation.custommenu ul.mainmenu li{

    margin:0px 0px;

    line-height:22px;

    float: none;

}

.navigation.custommenu .mainmenu .level0 .dropdown-inner-list{ padding:8px 0px; }

.navigation.custommenu .mainmenu .dropdown-inner-list > li{ display: block;  padding: 0px 0;margin:1px 0;}

.navigation.custommenu .mainmenu .dropdown-inner-list .level0 > ul{ top: 5px; left: 180px; }

.navigation.custommenu .mainmenu .dropdown-inner-list .level0 > ul:Before { display: none; }

.navigation.custommenu > ul.mainmenu > li.level0:first-child  a{}

.megamenu-banner {margin: 10px 0px 0px 0px;}

.navigation.custommenu .mainmenu .level0 .submenu a:hover, .navigation.custommenu .level0 .submenu a.ui-state-focus {

    background: transparent;

}

.navigation.custommenu .mainmenu  .level0:hover .level0.newsubmenu, .navigation.custommenu .hiden_menu:hover .dropdown-inner-list{

    display:block;

}

.navigation.custommenu .mainmenu li.level1 {

    width: 33.33%;

    float: none;

    margin:0;

    padding:0px 15px 5px;

    display: inline-block;box-sizing: border-box;

}



.navigation.custommenu .mainmenu li.level1:nth-child(3n+0){padding-right: 0;}

/*.navigation.custommenu .mainmenu li.level1:nth-child(4n+0){float: left;}*/

.navigation.custommenu .mainmenu .level0 .submenu .submenu,

.navigation.custommenu .mainmenu .level0 ul .submenu {

    left:auto !important;

    top: auto !important;

    display: block;

    border: none;

    background: transparent;

    position: relative;

    box-shadow:none;

    -webkit-box-shadow: none;

    -moz-box-shadow:none;

    min-width:auto;

}

.navigation.custommenu .mainmenu .level0 ul .submenu{padding-top:13px;}

.navigation.custommenu .mainmenu .level0.customblock_inner.newsubmenu {

    padding: 0px;

    border-top: 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:-2px 0 3px #e4e4e4 inset;

    float: none;

    line-height: 22px;

    min-width: 180px;

    overflow: hidden;

    padding: 30px 30px 30px 15px;

}

.bottomstatic p{ margin:0px; padding: 5px 10px 15px;}

.leftstatic img{ max-width : none;}



.nav-sections {

    margin-bottom: 0px !important;

}

.cms-home.page-layout-2columns-left #mainmenu{ position: absolute; display: block; top: 60px; }

.page-layout-2columns-left #mainmenu{ position: relative; display: block; clear: both; top: auto; }

.page-layout-2columns-left .sidebar .block .block-title{position: relative;}

.header-nav .menu-title{

    position: relative;

    float: left;

    background-color: #000000;

    color: #ffffff;

    font-size: 15px;

    padding: 20px 20px 20px 20px;

    text-transform: uppercase;

    width: 230px;

    cursor: pointer;

    font-weight: 600;

    display: none;

}

.header-nav .menu-title-inner{

    position: relative;

    display: block;

    width: 100%;

}

.header-nav .menu-title:after{

    content: "\f107";

    color: #ffffff;

    font-family: "FontAwesome";

    position: absolute;

    right: 6%;

    top: 50%;

    margin-top: -10px;

}

/* End  Advance menu */

/*Default Menu*/

.navigation .level0.ui-menu-item {

    font-weight: 600;

    text-decoration: none;

    padding: 11px 20px;

    display: inline-block;

}

.navigation .level0.ui-menu-item>a span{color: #ffffff;}

.navigation .level0.ui-menu-item:hover>a span{color: #fb7c3c;}

.ui-menu.ui-widget {

    border-bottom: 1px solid #ffffff;

    margin: 5px 0;

}

.navigation .level0:first-child {

    padding-left: 0;

}

.brand-index-index .products-grid .product-item{width: 20%;float: left;box-sizing: border-box;}

/*Default menu*/

#mobile{display: none;}

.nav-sections-item-title.active a{  color: #ffffff;}

.nav-sections-item-title a{

    text-transform: capitalize;

    font-size: 16px;

    font-weight: 500;

}

.nav-sections-item-title {

    background: #f7f7f7;

}

.nav-sections-item-title.active {

    background:#fb7c3c;

}

input[type="checkbox"] {

    vertical-align: text-top;

}

.product-info-price .price-box .old-price .price-container .price-label{ display: none;}

.product-info-price .price-box .special-price {  display: inline-block;  padding: 0 5px 0 0;}

.product-info-price .price-box .old-price {  display: inline-block;}



.product-info-main .product-social-links .towishlist, 

.product-info-main .product-social-links .tocompare,

.product-info-main .product-social-links .action.friend{ color: #666666; font-size: 14px; font-weight: 400; text-transform: capitalize; }

.product-info-main .product-social-links .towishlist:hover, 

.product-info-main .product-social-links .tocompare:hover,

.product-info-main .product-social-links .action.friend:hover{ color: #fb7c3c; }

.product-info-main .product-social-links .towishlist:before, 

.product-info-main .product-social-links .tocompare:before{ font-size: 14px; }



/* Start Theme */



.cms-home .column.main{

    margin-top: 0;

}



.container-width{ 

    max-width: 1440px; margin: 0 auto; padding: 0 20px; 

    box-sizing:border-box;

    -moz-box-sizing:border-box;

    -webkit-box-sizing:border-box;

}

.breadcumb_filter .filter-outer{ background:#f02640;}

body{ letter-spacing: 0.7px; font-size: 13px; line-height: 30px; }



img{ vertical-align: top;width: 100%;}

.loader>img{width: auto;}





/* Start Header */

.page-wrapper .page-header .header.panel{display: none;}

/* Search Bar*/

#search::-webkit-input-placeholder { /* Chrome/Opera/Safari */

    color:#666666;

    padding-left: 5px;

}

#search::-moz-placeholder { /* Firefox 19+ */

    color: #666666;

    padding-left: 5px;

}

#search:-ms-input-placeholder { /* IE 10+ */

    color: #666666;

    padding-left: 5px;

}

#search:-moz-placeholder { /* Firefox 18- */

    color: #666666;

    padding-left: 5px;

}

.minicart-wrapper span.price {

    margin: 0 0 0 3px;

}

.minicart-items-wrapper{border-bottom: none;margin:0;height: auto !important;border-top-color: #ffffff;    padding: 0;}
.minicart-items .product-image-wrapper .product-image-photo{
    border: 1px solid #ededed;
    width: 60px !important;
}
.minicart-items .product>.product-item-photo{
    margin-right: 5px;
}
.block-minicart .subtotal{
    margin: 0px 11.5px 5px;
    display: inline-block;
    float: right;
}
.block-minicart .subtotal .label, .block-minicart .subtotal > .amount.price-container{
    float: left;
}
.block-minicart .amount .price-wrapper:first-child .price{
    font-size: 13px;
}
.block-minicart .block-content>.actions{
    display: inline-block;
    float: right;
    margin-top: 5px;
}
.block-minicart .block-content>.actions>.secondary{
    margin-right: 10px;
}
.block-minicart #top-cart-btn-checkout:hover{
    background: #777c34;
}
.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;width: 86%;margin-bottom: 0;}
.minicart-items .action.edit:before{
    background: url(../images/btn_edit.gif) 0 0 no-repeat;
    width: 11px;
    height: 11px;
    content: " ";
}
.minicart-items .action.delete:before{
    background: url(../images/btn_remove.gif) 0 0 no-repeat;
    width: 11px;
    height: 11px;
    content: " ";
}
.minicart-wrapper .product .actions>.primary:not(:last-child){
    margin-right: 5px;
}
.block-minicart .block-content > .actions > .primary .action.primary{color:#ffffff;}

.block-minicart .block-content > .actions > .primary .action.primary:hover{color: #ffffff;background: #fb7c3c;}

.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;top:0;}

.minicart-items .action.edit:before, .minicart-items .action.delete:before{color: #000000;}

.minicart-items .action.edit:hover:before, .minicart-items .action.delete:hover:before{color: #fb7c3c;}

.minicart-items .item-qty{
    pointer-events: none;
    cursor: default;
    border: none;
    width: auto;
    text-align: left;
    height: auto;
}

.catalog-product-view .box-tocart .action.tocart{

    padding: 10px 25px;

    background: #ff8142; /* Old browsers */

    background: -moz-linear-gradient(top, #ff8142 0%, #df4e06 100%); /* FF3.6-15 */

    background: -webkit-linear-gradient(top, #ff8142 0%,#df4e06 100%); /* Chrome10-25,Safari5.1-6 */

    background: linear-gradient(to bottom, #ff8142 0%,#df4e06 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff8142', endColorstr='#df4e06',GradientType=0 ); /* IE6-9 */

    color: #ffffff;

    border-radius:5px;

    -webkit-border-radius: 5px;

    -moz-border-radius: 5px;

    -o-border-radius: 5px;

    -khtml-border-radius: 5px;

}

.catalog-product-view .box-tocart .action.tocart:hover{

    background: #f0f0f0; /* Old browsers */

    background: -moz-linear-gradient(top, #f0f0f0 0%, #dbdbdb 100%); /* FF3.6-15 */

    background: -webkit-linear-gradient(top, #f0f0f0 0%,#dbdbdb 100%); /* Chrome10-25,Safari5.1-6 */

    background: linear-gradient(to bottom, #f0f0f0 0%,#dbdbdb 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0f0f0', endColorstr='#dbdbdb',GradientType=0 ); /* IE6-9 */

    color: #000000;

}





.table-comparison .action.towishlist,.checkout-index-index .action.action-auth-toggle,.form-cart .main.actions a.action.continue,

.review-form .action.submit.primary,.order-review-form .action.primary, .bundle-actions .action.primary.customize, 

.bundle-options-container .block-bundle-summary .box-tocart .action.primary, 

.box-tocart .action.tocart, 

.block-minicart .block-content > .actions > .primary .action.primary, .methods-shipping .actions-toolbar .action.primary, 

.block-authentication .action.action-register, .block-authentication .action.action-login, 

.checkout-payment-method .payment-method-content > .actions-toolbar > .primary .action.primary, 

.form-address-edit .actions-toolbar .action.primary, .multicheckout .action.primary,.checkout-cart-index button,

.cart-summary .checkout-methods-items .action.primary.checkout:focus, 

.cart-summary .checkout-methods-items .action.primary.checkout:active, 

.cart-summary .checkout-methods-items .action.primary.checkout:hover {

    background: #f0f0f0; /* Old browsers */

    background: -moz-linear-gradient(top, #f0f0f0 0%, #dbdbdb 100%); /* FF3.6-15 */

    background: -webkit-linear-gradient(top, #f0f0f0 0%,#dbdbdb 100%); /* Chrome10-25,Safari5.1-6 */

    background: linear-gradient(to bottom, #f0f0f0 0%,#dbdbdb 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0f0f0', endColorstr='#dbdbdb',GradientType=0 ); /* IE6-9 */

    border-radius:5px;

    -webkit-border-radius: 5px;

    -moz-border-radius: 5px;

    -o-border-radius: 5px;

    -khtml-border-radius: 5px;

    color: #000000;

}

.table-comparison .action.towishlist:hover,.multicheckout .actions-toolbar .secondary .action.back:hover,

.multicheckout .actions-toolbar .secondary .action:hover,.multicheckout .actions-toolbar .secondary .action:active,.multicheckout .actions-toolbar .secondary .action:focus,

.abs-button-l:focus, .abs-button-l:active, .order-review-form .action.primary:focus, 

.order-review-form .action.primary:active, .bundle-actions .action.primary.customize:focus, 

.bundle-actions .action.primary.customize:active, .bundle-options-container .block-bundle-summary 

.box-tocart .action.primary:focus, .bundle-options-container .block-bundle-summary .box-tocart .action.primary:active, 

.box-tocart .action.tocart:focus, .box-tocart .action.tocart:active, .block-minicart .block-content > .actions > .primary .action.primary:focus, 

.block-minicart .block-content > .actions > .primary .action.primary:active, .methods-shipping .actions-toolbar .action.primary:focus, 

.methods-shipping .actions-toolbar .action.primary:active, .block-authentication .action.action-register:focus, 

.block-authentication .action.action-register:active, .block-authentication .action.action-login:focus, 

.block-authentication .action.action-login:active, .checkout-payment-method .payment-method-content > .actions-toolbar > .primary .action.primary:focus, 

.checkout-payment-method .payment-method-content > .actions-toolbar > .primary .action.primary:active, .form-address-edit .actions-toolbar .action.primary:focus, 

.form-address-edit .actions-toolbar .action.primary:active, .multicheckout .action.primary:focus, .multicheckout .action.primary:active,

.checkout-index-index .action.action-auth-toggle:hover,.form-cart .main.actions a.action.continue:hover,

.review-form .action.submit.primary:hover,.abs-revert-secondary-color:hover, .abs-revert-to-action-secondary:hover, 

.paypal-review .block .actions-toolbar .action.primary:hover, .abs-discount-block .actions-toolbar .action.primary:hover, 

.abs-discount-block .actions-toolbar .action.cancel:hover, .cart-summary .form.giftregistry .fieldset .action.primary:hover, 

.paypal-review-discount .actions-toolbar .action.primary:hover, .paypal-review-discount .actions-toolbar .action.cancel:hover, 

.cart-discount .actions-toolbar .action.primary:hover, .cart-discount .actions-toolbar .action.cancel:hover,

.abs-button-l:hover, .order-review-form .action.primary:hover, .bundle-actions .action.primary.customize:hover,

.bundle-options-container .block-bundle-summary .box-tocart .action.primary:hover,

.box-tocart .action.tocart:hover, 

.block-minicart .block-content > .actions > .primary .action.primary:hover, 

.methods-shipping .actions-toolbar .action.primary:hover, 

.block-authentication .action.action-register:hover, .block-authentication .action.action-login:hover, 

.checkout-payment-method .payment-method-content > .actions-toolbar > .primary .action.primary:hover, 

.form-address-edit .actions-toolbar .action.primary:hover, .multicheckout .action.primary:hover,.checkout-cart-index button:hover,

.cart-summary .checkout-methods-items .action.primary.checkout{

    background: #ff789e; /* Old browsers */

    background: #ff8142; /* Old browsers */

    background: -moz-linear-gradient(top, #ff8142 0%, #df4e06 100%); /* FF3.6-15 */

    background: -webkit-linear-gradient(top, #ff8142 0%,#df4e06 100%); /* Chrome10-25,Safari5.1-6 */

    background: linear-gradient(to bottom, #ff8142 0%,#df4e06 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff8142', endColorstr='#df4e06',GradientType=0 ); /* IE6-9 */

    color: #ffffff;

}

.checkout-cart-index tbody .product-item-details{border-top:none;}

.multicheckout .actions-toolbar .secondary .action.back{

    font-size: 13px;

    color: #000000;

    line-height: 1.71429;

    background: #f2f2f2; /* Old browsers */

    background: -moz-linear-gradient(top, #f2f2f2 0%, #dbdbdb 100%); /* FF3.6-15 */

    background: -webkit-linear-gradient(top, #f2f2f2 0%,#dbdbdb 100%); /* Chrome10-25,Safari5.1-6 */

    background: linear-gradient(to bottom, #f2f2f2 0%,#dbdbdb 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f2f2', endColorstr='#dbdbdb',GradientType=0 ); /* IE6-9 */

    margin: 0;

    padding: 7px 18px;

    border-radius:5px;

    -webkit-border-radius: 5px;

    -moz-border-radius: 5px;

    -o-border-radius: 5px;

    -khtml-border-radius: 5px;

    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);

    -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);

    -moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);

}

.multicheckout .actions-toolbar .secondary .action.back span{}

.multicheckout .actions-toolbar .secondary .action{

    border: none;

}

/*Checkout pages*/

.multishipping-checkout-addresses .column.main,

.multishipping-checkout-overview .block-billing,

.multishipping-checkout-billing .form.multicheckout.billing ,

.multicheckout.shipping{margin-top:10px;}

.multicheckout .actions-toolbar .secondary{margin-top:0;}

.opc-wrapper .step-title{border-bottom:1px solid #d9d9d9;font-size: 18px;}

.opc-wrapper .step-content {margin: 10px 0 46px;}

div.opc-wrapper .shipping-address-item::before{background-color: #d9d9d9; }

.multicheckout .action.primary, .order-review-form .action.primary, 

.bundle-actions .action.primary.customize, .bundle-options-container .block-bundle-summary .box-tocart .action.primary, 

.box-tocart .action.tocart, .cart-summary .checkout-methods-items .action.primary.checkout, 

.block-minicart .block-content > .actions > .primary .action.primary, .methods-shipping .actions-toolbar .action.primary, 

.block-authentication .action.action-register, .block-authentication .action.action-login, 

.checkout-payment-method .payment-method-content > .actions-toolbar > .primary .action.primary, 

.form-address-edit .actions-toolbar .action.primary{

    font-size: 13px;

    line-height: 1.71429;

    padding: 7px 18px;

}

.opc-block-shipping-information .shipping-information-title, 

.cart-summary > .title,.opc-block-summary > .title, .checkout-agreements-items .checkout-agreements-item-title{font-size: 1.6rem;}

.checkout-cart-index .column.main,.checkout-onepage-success .column.main,.checkout-index-index .column.main{margin-top: 10px;}

.cart-summary,.opc-summary-wrapper,.opc-block-summary {

    background: #ffffff;

    margin:0 0 10px;

}

.opc-block-summary{padding: 22px 28px 35px;}

.checkout-index-index .action.action-auth-toggle{

    padding: 7px 18px;

    position: absolute;

    right: 0;

    box-shadow:1px 1px 1px rgba(0, 0, 0, 0.3);

    -webkit-box-shadow:1px 1px 1px rgba(0, 0, 0, 0.3);

    -moz-box-shadow:1px 1px 1px rgba(0, 0, 0, 0.3);

}

[class^="checkout-"] .authentication-wrapper{margin-top: 0;}

.multishipping-checkout-shipping .product-item-name{padding: 0;}

.table tfoot{   background: #ffffff;}

.account .table-wrapper{border: none;}

.opc-block-summary .product-item .product-item-inner{display: block;}

.paypal-review-discount .block > .title strong, .cart-discount .block > .title strong{color: #666666;}

.paypal-review-discount .actions-toolbar, .cart-discount .actions-toolbar{vertical-align: middle;}

div.block.crosssell{width: 100%; padding: 0;}

.cart.table-wrapper .cart thead tr th.col,

.cart.table-wrapper .cart > .item{

    border-bottom: 1px solid;

    border-color: #d9d9d9;

}

.opc-block-summary .items-in-cart > .title{border-bottom: 1px solid #d9d9d9;}

table{border-collapse: collapse;}

div.opc-wrapper{width: 75%;}

[class^="checkout-"] .page-title-wrapper{position: relative;width: auto;height: auto;margin: 0;}

.multicheckout .block-title strong, .multicheckout .block-content .title strong,.multicheckout.order-review .block-title > strong{font-size: 18px;}

.checkout-index-index .nav-sections,[class^="multishipping-"] .nav-sections{display: block;}

.column.main .opc-block-summary .product-item{padding:10px 0;}

.opc-block-summary .minicart-items-wrapper{padding: 0 15px 0 0;}

.checkout-index-index .payment-option-inner{float: left;margin: 0;}

.checkout-index-index .opc-payment-additional .actions-toolbar .primary{float: left;margin-left: 5px;}

.checkout-payment-method .payment-option-title{border-color: #d9d9d9;}

.checkout-onepage-success .page-title-wrapper a{float: right;}

.opc-block-summary .product-item .product-item-name-block{float: none;padding:0 0 0 10px;}

.opc-block-summary .product-item .subtotal{display: block;}

.opc-wrapper .form-login{border-bottom: 1px solid #f0f0f0;}

[class^="checkout-"] .cart.table-wrapper .product-item-details .product-item-name{padding: 0;}

[class^="checkout-"] .cart.table-wrapper .product-item-details{text-align: left;}

.multicheckout .block-title, .multicheckout .block-content .title{border-bottom: 1px solid #f0f0f0;}

.abs-account-blocks .block-title > strong, .abs-account-blocks .block-title > span, .multicheckout .block-title > strong, 

.multicheckout .block-title > span, .multicheckout .block-content .title > strong, .multicheckout .block-content .title > span, 

.account .legend > strong, .account .legend > span, .form-giftregistry-search .legend > strong, .form-giftregistry-search .legend > span, 

.block-giftregistry-results .block-title > strong, .block-giftregistry-results .block-title > span, 

.block-giftregistry-shared-items .block-title > strong, .block-giftregistry-shared-items .block-title > span, 

.block-wishlist-search-form .block-title > strong, .block-wishlist-search-form .block-title > span, 

.block-wishlist-search-results .block-title > strong, .block-wishlist-search-results .block-title > span, 

.customer-review .review-details .title > strong, .customer-review .review-details .title > span, .multicheckout .block-title > strong, 

.multicheckout .block-title > span, .paypal-review .block .block-title > strong, .paypal-review .block .block-title > span, 

.account .column.main .block:not(.widget) .block-title > strong, .account .column.main .block:not(.widget) .block-title > span, 

.magento-rma-guest-returns .column.main .block:not(.widget) .block-title > strong, 

.magento-rma-guest-returns .column.main .block:not(.widget) .block-title > span, 

[class^='sales-guest-'] .column.main .block:not(.widget) .block-title > strong, [class^='sales-guest-'] .column.main .block:not(.widget) .block-title > span, 

.sales-guest-view .column.main .block:not(.widget) .block-title > strong, .sales-guest-view .column.main .block:not(.widget) .block-title > span{

    font-size: 16px;

}

.abs-discount-block .block > .title::after, .cart-discount .block > .title::after{vertical-align: inherit;}

li.opc-progress-bar-item._active::before,li.opc-progress-bar-item._active > span::before{background: #fb7c3c;}

.opc-progress-bar-item._active > span::after{color: #4fc35f;}

.opc-wrapper .shipping-address-item{font-size: 12px;float: left;}

.opc-wrapper .shipping-address-item.selected-item::after{background: #fb7c3c;}

.opc-wrapper .shipping-address-item.selected-item{border-color: #fb7c3c;}

.checkout-payment-method .payment-option-title .action-toggle::after{font-size: 10px;}

div.block-addresses-list address, .box-billing-address div.box-content, 

.box-shipping-address div.box-content, .box-information div.box-content, 

.block-balance-giftcard .block-content, .block-reviews-dashboard .product-name{font-size: 14px;}

.multicheckout .checkout-review .grand.totals{font-size: 20px;}

.modal-custom .action-close{margin:35px 40px;}

.opc-estimated-wrapper .minicart-wrapper{margin:0;}

.opc-estimated-wrapper .minicart-wrapper .action.showcart .counter.qty{color: #fb7c3c;}

.opc-estimated-wrapper .minicart-wrapper .action.showcart:hover .counter.qty{color:#000000;}

.checkout-cart-index main.page-main{padding: 0 25px}

/*Checkout pages ends here*/



.header-top{

    position: relative;

    z-index: 6;

}

/* Start Header links */

.headertoggle_img {

    cursor: pointer;

    position: relative;

    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);

    -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);

    -moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);

    padding: 8px 18px;

    border-radius: 5px;

    -webkit-border-radius: 5px;

    -moz-border-radius: 5px;

    background: rgb(255,129,66); /* Old browsers */

    background: -moz-linear-gradient(top, rgba(255,129,66,1) 0%, rgba(223,78,6,1) 100%); /* FF3.6-15 */

    background: -webkit-linear-gradient(top, rgba(255,129,66,1) 0%,rgba(223,78,6,1) 100%); /* Chrome10-25,Safari5.1-6 */

    background: linear-gradient(to bottom, rgba(255,129,66,1) 0%,rgba(223,78,6,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff8142', endColorstr='#df4e06',GradientType=0 ); /* IE6-9 */

}

.headertoggle_img:hover{

    background: #070707;

    box-shadow: 0 10px 14px 8px #424242 inset;

    -webkit-box-shadow:0 10px 14px 8px #424242 inset;

    -moz-box-shadow:0 10px 14px 8px #424242 inset;

}

.header-top .tm_headerlinks{ 

    display:none;   

    float:none; 

    padding:5px; 

    position:absolute; 

    background:#ffffff; 

    right:-33px;

    background: #88bf4a; 

    width:235px; 

    text-align:left; 

    top:38px;

    z-index: 99;

    box-sizing:border-box;

    -webkit-box-sizing:border-box;

    -moz-box-sizing:border-box;

}



.header-top .tm_headerlinks .panel.header{ padding: 0px;}

.header-top .header.panel .tm_headerlinks .compare a{ color: #666;}

.header-top .header.panel .tm_headerlinks .compare a:hover{ color: #f02640;}

/* End Header links */



/* Start Header CMS */

.header-contact-inner {

    float: left;

}

.text-contact {

    color: #2d2d2d;

    font-size: 16px;

    font-weight: 600;

    margin-bottom: 5px;

}



.header_customlink {

    float: left;

}

.header_customlink .headerlinks_inner { display: none;}

.header_customlink ul {margin: 0;}

.header_customlink li:first-child{ padding-left: 0;}

.header_customlink li { float: left; margin: 0;}

.header_customlink li a {

    font-weight: 600;

    text-decoration: none;

    text-transform: uppercase;

    color:#ffffff;

    padding:20px 25px;

    display: block;

}

.header_customlink li a:hover{

    color:black;

}

.header_customlink li:last-child{padding-right: 0;}



.welcome-cms {

    color: #333333;

    float: left;

    text-transform: uppercase;

}



/* End Header CMS */





/* Header Advertisement CMS */

.header-top-banner{display:none;}

.header-top-banner img{width:100%;}

.close-btn{position:absolute; z-index:99; right: 10px; top: 15px; cursor:pointer;}

.close-btn:before{

    content:"\f00d"; 

    font-family:"FontAwesome"; 

    font-size:14px; 

    color:#444444; 

    border-radius:50%; 

    -webkit-border-radius: 50%;

    -moz-border-radius: 50%;

    -o-border-radius: 50%;

    -khtml-border-radius: 50%; 

    background: rgba(255,255,255,0.5); 

    padding: 5px 6px;

}

/* End Header Advertisement CMS */





/* Start Simpal Menu */



.navigation ul{ padding: 0px;}

/* End Simpal Menu */



/* End Header */

.sidebar .product-item .actions-primary .tocart:hover{ color:#ffffff;}

.catalog-product-compare-index .product-item-name,

.wishlist-index-index .product-item-name,

.wishlist-index-index .product-item-details,.multishipping-checkout-overview .product-item-name,

.multishipping-checkout-shipping .product-item-name,.multishipping-checkout-addresses .product-item-name,

.page-products .products-list .product-item-name,.sidebar .product-item-name,.sidebar .product-item-details{

    border-top: none;

    padding-top: 0

}

.sidebar .product-item-name,.sidebar .product-item-details{text-align: left;}

.products.wrapper{margin:0;}

.tm_latest_product .owl-stage-outer .owl-stage .owl-item,.tm_product_tab .owl-stage-outer .owl-stage .owl-item {

    text-align: center;

}

.products.wrapper.products-grid.grid,.products.wrapper.products-carousel.products-related,

.products.wrapper.products-carousel.products-upsell,.column.main .crosssell .products-crosssell{margin:0 -16px; }

/* Start latest CMS */

.featuredproducts .product-item-inner .product-item-actions .actions-secondary{display: none;}

.grid .featuredproducts .product-item .price-box{position: relative;}

.grid .featuredproducts  .product-item-info:hover .price-box{opacity: 1;}

.tm_featured_product{background:#ededed;padding: 20px 0;margin: 10px 0;}

.cms-index-index.page-layout-1column .block.widget .products-grid .widget-product-carousel .product-item{width:100%;margin-left: 0;padding-left: 0; }

.tm_latest_product .products{margin: 0;}

.product-item .price-box .new-price .price{font-weight: bold;font-size: 17px;}

.category-title{position:relative;}

.blog_title h2 a{

    cursor: pointer;

}

.category-title h2{ margin: 0px; padding: 0; font-size: 20px; font-weight: 400; }

.blog_title h2{ margin: 0px;}



.grid .product-item .price-box{position: relative;}

.product-item-image .product-item-inner .product-item-actions .actions-secondary{display: none;}

/* End latest CMS */



/* brand */

.brand-home{ background: #ffffff;float: left;width: 100%;}

.brand-item {text-align:center; margin: 5px 15px;}

.brand-item a img{

    /* opacity: 0.7;
 *  
 *       -webkit-opacity: 0.7;*/

    -moz-opacity: 0.7;

    -khtml-opacity: 0.7;

    width: auto;

}

.megnor-brand-view .column.main h1{ 

    color: #000;

    font-size: 20px;

    text-transform: uppercase;

    margin-bottom: 20px;

    line-height: unset;

    font-weight: 400;

}

.megnor-brand-view .category-description{margin: 20px 0 30px;}



ul.showmore{

    display: none;

}



.level-show{

    color: #f02640;

    font-weight: 500;

    position: relative;

    cursor: pointer;

}



.level-show:after{

    position: absolute;

    color: #f02640;

    right: -20px;

    font-family: "FontAwesome";

    content: "\f103";

}



.level-show.active:after {

    content: "\f102";

}



.footer-brand .title {

    text-transform: uppercase;

    font-weight: 600;

    float: left;

}



.footer-brand .block-title {

    display: none;

}



.footer-brand .block .block-content {

    margin: 0;

    padding: 0;

    overflow: hidden;

}



.footer-brand .block .block-content li{

    float: left;

    border-right: 1px solid #e0e0e0;

    padding: 0 10px 0 10px;

    margin-bottom: 10px;

}



.footer-brand .block .block-content div:last-child li {

    border: none;

}

/* Footer Payment CMS */

.payment_block {

}

.payment_block li{

    display: inline-block;

    margin-bottom: 0;

    padding: 0 10px;

}



.payment_block li a span{display:none}

.payment_block li a:before{font-family:"FontAwesome"; color:#b3b3b3; font-size:26px;}

.payment_block li a:hover:before{color: #fb7c3c;}

.payment_block li.discover a:before{content:"\f1f2";}

.payment_block li.mastro a:before{content:"\f1f1";}

.payment_block li.paypal a:before{content:"\f1f4";;}

.payment_block li.visa a:before{content:"\f1f0";}

.payment_block li.express a:before{content:"\f1f3";}

.footer_bottom_inner.container{padding:0;}

.footer_bottom h5 {  display: none;}

/* End Footer Payment CMS */



/* End Footer */



/* Start Product List View */

.products-list,.column.main .products-list .product-items{ margin: 30px 0;}

.grid .product-item-info:hover .action.tocart{ 

    margin: 0px; 

    border-radius:5px;

    -webkit-border-radius: 5px;

    -moz-border-radius: 5px;

    -o-border-radius: 5px;

    -khtml-border-radius: 5px;

}

.grid .product-item-info .swatch-attribute{opacity:1; -webkit-opacity:1; -moz-opacity:1; -khtml-opacity:1; 

                                           transition:all 0.3s ease; 

                                           -webkit-transition:all 0.3s ease; 

                                           -moz-transition:all 0.3s ease; 

                                           -ms-transition:all 0.3s ease; 

                                           -o-transition:all 0.3s ease;

}

.grid .product-item-info:hover .swatch-attribute{opacity:1; -webkit-opacity:1; -moz-opacity:1; -khtml-opacity:1;}

.product-social-links .action.mailto.friend:before{  content: "\f003"; font-family: fontawesome; font-size: 14px;}

.block.related,.block.upsell,div.block.crosssell{ clear: both;box-sizing: border-box;}

.relatedpost-product .product-item-actions .actions-secondary > .action{ 

    padding: 17px 17px; 

    border-radius: 50%;

    -webkit-border-radius: 50%;

    -moz-border-radius: 50%;

    -o-border-radius: 50%;

    -khtml-border-radius: 50%;

}

.relatedpost-product .product-item-info .product-item-actions .actions-secondary{ opacity:0;}

.relatedpost-product .product-item-info:hover .product-item-actions .actions-secondary{ opacity: 1;}

.grid .product-item-info:hover .sale-label,

.list .product-item-info:hover .sale-label { opacity: 1;-webkit-opacity: 1;  -moz-opacity: 1;}

.column.main .products-list .product-items{margin-left:0; }

.product-item-description{margin:5px 0;}

.products-list .product-item-photo{padding: 0 0px 0px 0;}

/* End Product List View */

strong.modes-mode:before,a.modes-mode:before{content: '';}

.modes-mode.active.mode-grid{background: url("../images/sprite.png") no-repeat scroll -1px -155px;padding:9px 16px;border: none;}

a.modes-mode.mode-grid{ 

    background: url("../images/sprite.png") no-repeat scroll -30px -154px; 

    border: none;

    padding: 9px 16px;

}

a.modes-mode.mode-grid:hover{background-position: -1px -154px;border: none;border-right: none;}

.modes-mode.active.mode-list{border: none;padding: 9px 16px;background: url("../images/sprite.png") no-repeat scroll -1px -183px;}

a.mode-list:before{content: '';}

a.modes-mode.mode-list:hover{ background-position: -1px -184px ;border: none;}

a.modes-mode.mode-list{ background: url("../images/sprite.png") no-repeat scroll -30px -184px;border: none;border-left:none;padding:9px 16px;}

/* start Product related upsell cross sell View */

.block.upsell .category-title, .block.related .category-title, .block.crosssell .category-title, .related.relatedpost-product .block-title { margin: 0;}

.relatedpost-product .block-title strong, .relatedpost .block-title strong{

    font-size: 20px;

    font-weight: 400;

    line-height: 22px;

    margin: 0;

}

.block.related .block-actions {

    text-align: center;

    display: none;

}

/*Checkboc disabled for related products*/

.field.choice.related>.checkbox.related{display: none;}

.block.related .related-available .product-item-name{margin-left: 0px; }

/* End Product related upsell cross sell View */

.block.relatedpost .title{ display: inline-block; width: 100%; margin:0px 0 15px;}



/* Start responsive menu */



/* End responsive menu */

.account.sales-order-print .page-title-wrapper{

    background: none;

    margin-bottom:0px;

    min-height:0px;

    padding:0px;

    text-align: left;

}

.order-status-title {

    display: block;

    margin: 0 0 20px;

    overflow: hidden;

    width: 100%;

}

.order-status-title .order-date{ float: right; }

.account.sales-order-print .order-date{ display:block; }

.account.sales-order-print .columns{ margin-top: 45px; }



.sidebar .block-brand{ display: block; }

.message.error{margin:5px 0;}

.account .page.messages,.account .messages{margin: 0px;}

.authentication-wrapper button:focus ,.authentication-wrapper button:active{ color: #000; }

.form-cart .main.actions button{ padding: 8px 15px; }

.block-cart-failed .actions.main .continue, .block-cart-failed .actions.main .clear, 

.cart-container .form-cart .actions.main .continue, 

.cart-container .form-cart .actions.main .clear{display: inline-block;vertical-align: middle;background: #777c34;color: #fff;}

.form-cart .main.actions a.action.continue{

    padding:8px 15px; 

    font-size: 13px;

    line-height: 1.71429;

    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);

    -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);

    -moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);

}

.form-cart .main.actions a.action.continue,.multicheckout .actions-toolbar .secondary .action.back span,

.checkout-index-index .action.action-auth-toggle{font-weight: 600;letter-spacing: 0;}



/* End Left Column CMS */



.opc-sidebar .opc-block-shipping-information .shipping-information-title .action-edit{ top: 0px; }

/*Footer Bottom Brand*/

#bottom-brand-heading{

    float:left;

    text-transform: uppercase;

    font-weight: 600;

}

.footer-bottom-brand{

    clear: both;

    overflow: hidden;

}

.items.bottom-content{

    overflow: hidden;

}

.items.bottom-content > li > div>a{

    float: left;

    padding: 0 10px;

    margin: 0 0 5px 0;

    font-weight: 100;

}

.items.bottom-content > li{

    overflow: hidden;

    float: left;

    border-right: 1px solid #e0e0e0;

    text-decoration: none;

    margin-bottom: 5px;

}

.items, .bottom-content > li:last-child{

    border-right: none;

}

.account .pages .items{float: right;}
.account .pages .items.pages-items{float: none;}

.bottom-title{

    overflow: hidden;

    float: left;

}

.bottom.bottom-brand{

    margin-bottom: 40px;

}

.footer-center>.footer-area > ul{

    margin-bottom: 0px;

}

.footer-center>.footer-area > ul >li {

    margin-bottom: 5px;

}

.footer-center>#block_1 > ul >li {

    text-transform: capitalize;

}

.footer-center #block_1{width: 30%;}

.footer-center #block_2,.footer-center #block_3{padding-left: 15px;width: 21%;}

.footer-center #block_4{width: 28%}

.footer-bottom-bottom{margin-top: 5px;}

/*Footer Bottom Brand Ends*/

.brand-item .product-bottom-inner{

    width: 126px;

    height: 108px;

}

.blocked-elem{display:block;}

.sidebar .product-items .product-item-info{clear:both;}

.block-wishlist .actions-toolbar .primary {float:right;}

.catalogsearch-advanced-result .message.error{margin-top: 20px;}

/*Contact Form*/

.custom-contact-form{

    float: left;

    margin-bottom: 10px;

    width: 49%;

}

.googlemap{

    display: block;

    float: left;

    margin: 0 0 0 2%;

    width: 49%;

}

/*Contact form ends*/

/*Out of Stock Product */

.stock.unavailable{

    font-size: 0;

    background: #f2f2f2; /* Old browsers */

    background: -moz-linear-gradient(top, #f2f2f2 0%, #dbdbdb 100%); /* FF3.6-15 */

    background: -webkit-linear-gradient(top, #f2f2f2 0%,#dbdbdb 100%); /* Chrome10-25,Safari5.1-6 */

    background: linear-gradient(to bottom, #f2f2f2 0%,#dbdbdb 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f2f2', endColorstr='#dbdbdb',GradientType=0 ); /* IE6-9 */

    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);

    -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);

    -moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);

    border-radius:5px;

    -webkit-border-radius: 5px;

    -moz-border-radius: 5px;

    -o-border-radius: 5px;

    -khtml-border-radius: 5px;

    display: inline-block;

}

.stock.unavailable span{display: none;}

.grid .product-item :hover .stock.unavailable{

    margin: 0px auto;

}

.stock.unavailable:hover{

    background: #ff8142; /* Old browsers */

    background: -moz-linear-gradient(top, #ff8142 0%, #df4e06 100%); /* FF3.6-15 */

    background: -webkit-linear-gradient(top, #ff8142 0%,#df4e06 100%); /* Chrome10-25,Safari5.1-6 */

    background: linear-gradient(to bottom, #ff8142 0%,#df4e06 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff8142', endColorstr='#df4e06',GradientType=0 ); /* IE6-9 */

}

.stock.unavailable:before{

    font-family: FontAwesome;

    font-size: 16px;

    display: inline-block;

    content: '\f071';

    background: transparent;

    padding:6px 8px;

    color: #000000;

}

.stock.unavailable:hover:before{

    color: #ffffff;

}

.product-info-main .stock.unavailable{color: #666666;}

/*Out of stock product Ends*/

.box-tocart button.action.tocart{

    font-weight: 600;

    width:auto;

}

.fotorama__wrap .fotorama__thumb__arr.fotorama__thumb__arr--right{right:2px;}

.fotorama__nav-wrap--horizontal .fotorama__thumb__arr--left{left: 5px;}

.product-block{margin-bottom: 10px;}

.block-brand .items.block-content div:last-child{border-bottom: none;}

.page-footer .footer.content{display: none;}



/***********************************************************************************Product Page CSS*************************************************************************/

.page-layout-1column div.product.media{

    width: 34%;

    padding:0;

    box-sizing: border-box; 

}

.breadcumb_outer{width: 100%;overflow: hidden;}

.breadcumb_inner{

    margin: 10px 0;

    padding: 15px 0;

    overflow: hidden;

}

.sorter-action{

    display: inline-block;

    vertical-align: top;

}

.toolbar select{background-color: #ffffff;font-size: 12px;color: #666666;}

.sorter-action:before{

    content: "";

    background: url("../images/sprite.png") no-repeat scroll -7px -311px;

    padding: 15px 16px;

    border: 1px solid #d9d9d9;

    box-sizing: border-box;

    border-radius: 5px;

    -webkit-border-radius: 5px;

    -moz-border-radius: 5px;

    -o-border-radius: 5px;

    -khtml-border-radius: 5px;

}

.sorter-action:hover:before{background-position: -35px -311px;}

.sorter-action.sort-desc:before{content: "";background-position: -35px -311px;}

.sorter-action.sort-desc:hover:before{background-position: -7px -311px;}

.filter .block-subtitle,.filter-options-item{border-bottom: none;padding-bottom: 0;}

.sidebar .block .block-title{

    font-size: 14px;

    padding-left: 0;

    font-weight: bold;

    padding: 11px 25px;

    color: #000000;

    display: block;

    line-height: 24px;

    text-transform: uppercase;

    background: #dbdbdb; /* Old browsers */

    background: -moz-linear-gradient(top, #dbdbdb 0%, #f0f0f0 100%); /* FF3.6-15 */

    background: -webkit-linear-gradient(top, #dbdbdb 0%,#f0f0f0 100%); /* Chrome10-25,Safari5.1-6 */

    background: linear-gradient(to bottom, #dbdbdb 0%,#f0f0f0 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dbdbdb', endColorstr='#f0f0f0',GradientType=0 ); /* IE6-9 */

}

.sidebar .block.filter .block-content.filter-content .block-subtitle{display: none;}

.sidebar .block .block-title.category-title{

    color: #ffffff;

    background: #ff8142; /* Old browsers */

    background: -moz-linear-gradient(top, #ff8142 0%, #df4e06 100%); /* FF3.6-15 */

    background: -webkit-linear-gradient(top, #ff8142 0%,#df4e06 100%); /* Chrome10-25,Safari5.1-6 */

    background: linear-gradient(to bottom, #ff8142 0%,#df4e06 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff8142', endColorstr='#df4e06',GradientType=0 ); /* IE6-9 */

}

.block-title.filter-title strong{

    background: transparent none repeat scroll 0 0;

    border: 0 none;

    box-shadow: none;

    -webkit-box-shadow: none;

    -moz-box-shadow: none;

    padding: 0;

    position: relative;

    font-weight: 700;

}

.filter-options-title{font-weight: normal;text-transform: capitalize;padding: 4px 0px 4px 0;}

.filter-current .action.remove{left: 100%;top:5px;}

.filter-actions a{padding: 6px 14px;}

.columns .column.main{padding-bottom: 0;}

.page-layout-1column div.product-info-main{padding: 0 15px;width: 48%;box-sizing: border-box;}

.product-info-left-cms{float: right;width: 18%;}

.fotorama__stage{margin-bottom: 15px;}

.catalog-product-view .product-info-main .page-title-wrapper h1{border-bottom:none;padding-bottom: 0; margin: 0 0 5px 0;font-size: 20px;font-weight: 600;color:#000000;}

.product-info-main .product.attribute.overview{margin: 10px 0 18px;}

.product-info-main .product-reviews-summary{margin-bottom:10px;margin-top: 10px;line-height: 1.25;float: none;}

.product-info-main .product-info-price .old-price .price-wrapper .price{font-size: 16px;font-weight: 500;}

.product-info-main .product-info-price .price-wrapper span.price{font-size: 20px;font-weight: bold;line-height: 20px;}

.product-info-main .product-info-price{margin:10px 0;border-bottom: none;}

.product-info-main .product-info-stock-sku{padding:0; float: left !important;}

.product-info-main .product.attribute.sku{margin-bottom: 10px;}

.column .product-info-main .product-add-form{padding: 10px 0;}

.bundle-options-container .block-bundle-summary .box-tocart, .box-tocart{margin: 0 0 9px;}

.product-info-main .product-info-price .price-box .price-final_price > span{margin-bottom: 0;}

.box-tocart .field.qty .label{
    float:left;
    margin: 3px 8px 3px 0;
}

.catalog-product-view .product-info-main form .field.qty{
    margin: 4px 15px 0 0;
    float: left;
}

.catalog-product-view .product-info-main form .field.qty .control{

    float: left;

}

.breadcrumbs .item:not(:last-child):after{content: "\f101"; font-family: "FontAwesome";font-size: 15px;vertical-align: text-bottom;}

.breadcrumbs .items .item strong{color: #fb7c3c;}

.product.info.detailed .product.data.items > .item.title.active > .switch,

.product.data.items > .item.title.active > .switch:hover{

    color: #ffffff;

    border-radius: 7px 7px 0 0;

    -webkit-border-radius: 7px 7px 0 0;

    -moz-border-radius: 7px 7px 0 0;

    background: #ff8142;

    background: -moz-linear-gradient(top, #ff8142 0%, #df4e06 100%);

    background: -webkit-linear-gradient(top, #ff8142 0%,#df4e06 100%);

    background: linear-gradient(to bottom, #ff8142 0%,#df4e06 100%);

    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff8142', endColorstr='#df4e06',GradientType=0 );

}

.product.data.items > .item.title.active > .switch span,

.product.data.items > .item.title.active > .switch:hover span,

.product.data.items > .item.title.active > .switch:focus span{

    color: #ffffff;

}

.product.info.detailed >.product.data.items > .item.title > .switch{ 

    border:none;

    padding-bottom: 2px;

    font-size: 14px;   

    text-transform: uppercase;

    background: #ffffff;

    line-height: 37px;

    height: 37px;

    color: #000000;

    font-weight: 600;

}

.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: #fb7c3c;

}

.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:2px solid #DE4D04;margin-top: 40px;}

.product.info.detailed .product.data.items{background: #ffffff;padding: 20px;}

.products-related .product-image-container, .upsell .product-image-container{border-bottom: none;}

.related .category-title,.upsell .category-title{border-bottom: none;}

.catalog-product-view .product-info-price .price-box{padding-bottom: 0;}

.products-list .sale-label{right: 5px;}

.pages strong.page,.pages a.page{padding: 0 12px;}

.pages .action{

    border-radius: 0;

    -webkit-border-radius: 0;

    -moz-border-radius: 0;

    -o-border-radius: 0;

    -khtml-border-radius: 0;

    box-shadow: none;

    -webkit-box-shadow: none;

    -moz-box-shadow:none;

}

.pages .item,.pages strong.page{line-height: 30px;}

.pages .item{

    border: 1px solid #d9d9d9;

    border-radius: 5px;

    -webkit-border-radius: 5px;

    -moz-border-radius: 5px;

}

.pages .item.current{border-color: #fb7c3c;background: #fb7c3c;}

.pages li.item:hover{border-color: #fb7c3c;}

.page-products .sidebar .block-wishlist .product-item-actions{position: static;}

.review-control-vote label::before, .review-control-vote::before{font-size: 20px;line-height: 10px;}

.review-field-rating .control{margin-bottom: 30px;}

.catalog-product-view .product.info.detailed .product.data.items > .item.content{padding: 10px 0 0 0;}

.product-item-actions .actions-primary + .actions-secondary{padding: 0;width: auto;}

.products-related .product-item-actions, .upsell .product-item-actions{line-height: 1;}

.product-item-actions .actions-primary{display: inline-block;  }

.catalog-product-view .products-carousel .product-item-actions .actions-primary + .actions-secondary > .action{

    margin: 0 2px; 

    padding: 10px 8px;

    background: #f2f2f2; /* Old browsers */

    background: -moz-linear-gradient(top, #f2f2f2 0%, #dbdbdb 100%); /* FF3.6-15 */

    background: -webkit-linear-gradient(top, #f2f2f2 0%,#dbdbdb 100%); /* Chrome10-25,Safari5.1-6 */

    background: linear-gradient(to bottom, #f2f2f2 0%,#dbdbdb 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f2f2', endColorstr='#dbdbdb',GradientType=0 ); /* IE6-9 */

    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; /* Old browsers */

    background: -moz-linear-gradient(top, #ff789e 0%, #e36b8d 100%); /* FF3.6-15 */

    background: -webkit-linear-gradient(top, #ff789e 0%,#e36b8d 100%); /* Chrome10-25,Safari5.1-6 */

    background: linear-gradient(to bottom, #ff789e 0%,#e36b8d 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff789e', endColorstr='#e36b8d',GradientType=0 ); /* IE6-9 */

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

.review-list .block-title strong{font-size: 20px;}

.review-title{font-size: 18px;}

.review-toolbar{border-color: #f0f0f0;}

.product-main-content{overflow: hidden;padding: 30px;background: #ffffff;}

.product-reviews-summary div.reviews-actions{font-size: 12px;margin: 0;vertical-align: text-top;}

.right-banner-inner{position: relative;margin: 0 0 10px 0;}

.right-banner-inner .flex-control-nav{position: static;}

.right-banner-inner .slides{margin-bottom: 0;}

.pro-page-sale-cms {

    padding: 22px 5px;

    text-align: center;

    color: #ffffff;

    background: #ff8142; /* Old browsers */

    background: -moz-linear-gradient(top, #ff8142 0%, #df4e06 100%); /* FF3.6-15 */

    background: -webkit-linear-gradient(top, #ff8142 0%,#df4e06 100%); /* Chrome10-25,Safari5.1-6 */

    background: linear-gradient(to bottom, #ff8142 0%,#df4e06 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff8142', endColorstr='#df4e06',GradientType=0 ); /* IE6-9 */

}

.pro-page-sale-cms .text1 {

    font-size: 65px;

    line-height: 65px;

    text-transform: uppercase;

    font-weight: 800;

}

.pro-page-sale-cms .text2{border-top:1px dashed;border-bottom: 1px dashed;display: inline-block;padding: 0 40px; text-transform: capitalize;}

.pro-page-sale-cms .text3 {font-size: 40px;font-weight: 700;text-transform: uppercase;line-height: 40px;}

.pro-page-sale-cms .text4 {text-transform: uppercase;}



/*Product Page CSS Ends*/

/*Category Page CSS*/

body.page-layout-2columns-left .sidebar{width: 19%;margin-top:0;}

.product-item-info{position: relative;width: auto;}

.page-products.catalog-category-view .products-grid .product-item{width: 25%;margin-left: 0;}

.page-products .product-image-container{border-bottom: none;}

body.page-layout-2columns-left .column.main{width: 78.572%; padding: 0;}

.breadcumb_inner .page-title-wrapper h1{float:left;letter-spacing: 0;margin-bottom: 0px;}

div.breadcrumbs{float: right;padding-right: 0;margin-bottom: 0;}

.breadcrumbs a:visited{color: #000000;}

.breadcrumbs a:active, .breadcrumbs a:hover{color: #fb7c3c;text-decoration: none;}

.breadcrumbs .items{font-size: 14px;}

.columns .sidebar.sidebar-main{padding-right:0px;}

.page-wrapper .page-main .sidebar .block{

    margin: 0 0 30px 0; 

    border-radius: 5px;

    -webkit-border-radius: 5px;

    -moz-border-radius: 5px;

    overflow: hidden;

}

.page-wrapper .page-main .sidebar .block.block-collapsible-nav{z-index: 2;}

.filter-options-title:after{right:4px;font-size: 10px;}

body.page-layout-2columns-left .sidebar-additional{padding-right: 0;}

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

.page-products .toolbar-products{

    padding: 5px;

    box-sizing: border-box;

    border-radius: 5px;

    -webkit-border-radius: 5px;

    -moz-border-radius: 5px;

    -o-border-radius: 5px;

    -khtml-border-radius: 5px;

}

.page-products .toolbar-products{margin:0 0 16px 0;}

.products.wrapper ~ .toolbar-products{margin:16px 0 16px 0;}

.pages .action{background: #ffffff; border:none;}

.pages .action:hover{background: #ffffff;}

.pages .action.next:hover:before,.pages .action.next:hover:visited:before,

.pages .action.previous:hover::before,.pages .action.previous:hover:active::before,.pages .action.previous:hover:visited:before{

    color: #fb7c3c;

}

.pages .action.next:before,.pages .action.next:visited:before,

.pages .action.previous::before,.pages a.action.previous:active::before,.pages .action.previous:visited:before{

    color: #808080;

}

.pages a.page,.pages a.page:visited{background: #ffffff}

.pages .current strong.page{color: #ffffff;background:transparent;}

.pages .action.next{margin-left: 0px}

.pages .action.previous{margin-right: 0;}

.items.pages-items li .page,.items.pages-items li .action{

    border-radius: 5px;

    -webkit-border-radius: 5px;

    -moz-border-radius: 5px;

    -o-border-radius: 5px;

    -khtml-border-radius: 5px;

}

option{padding: 0 15px;}

.catalogsearch-advanced-index option{padding: 0;}

.filter-options-title:after{right: 0;top: 0;font-size:10px;font-weight: bold;color: #626262;float: right;}

/*Category Page while List View*/

.page-products .products-list .product-item-image{border-bottom: none;float: left;}

.page-products .products-list .product-item-info:hover .product-item-image{border-bottom: none;}

.products-list .products-list .product-item-info{overflow: hidden;margin: 0;padding: 30px 0;border-bottom: 1px solid #f0f0f0;}

.products-list .product-item-details{text-align: left;border-top: none;display: inline-block;width: 74%;padding:15px 0;}

.column.main .products-list .product-item{padding:30px 0;border-bottom: 1px solid #d9d9d9;}

.column.main .products-list li:last-child{border-bottom: none;padding:30px 0 0px 0;}

.column.main .products-list li:first-child{padding:0px 0 30px 0;}

.products-list .product-item .price-box{margin:0 0 10px 0;}

.list-left, .list-right {float: left;}

.list-left{

    width: 70%;

    box-sizing: border-box;

    border-right: 1px solid #d9d9d9;

    padding: 0 15px 0 15px;

}

.list-right{

    width: 30%;

    box-sizing: border-box;

    padding: 20px 0 10px 15px;

    text-align: center;

}

.page-products .products-list .product-image-container{display: inline;}

.products-list .list-right .actions-secondary a.action span{

    position: relative;

    padding: 0 0 0 8px;

    text-transform: capitalize;

    margin: 0;

    letter-spacing: 0;

}

.products-list .actions-secondary a.action.tocompare:before{

    content:'\f24d';

    font-family:'FontAwesome';

}

/*Category Page list View Ends here*/

.filter-options-content .count,.filter-options-content a{color: #666666;}

.filter-options-title:hover{color: #fb7c3c;}

.category-image img{width: 100%;}

.page-products .products-grid .product-item-details{margin-top: 5px;}

/*Category Page css Ends*/



.action.primary,a.action.primary,button{

    letter-spacing: 0;

    border-radius: 5px;

    -webkit-border-radius: 5px;

    -moz-border-radius: 5px;

    -o-border-radius: 5px;

    -khtml-border-radius: 5px;

    text-transform: capitalize;

    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);

    -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);

    -moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);

    background: #777c34;

    color: #fff;
}

button:not(.primary){

    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);

    -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);

    -moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);

}

.abs-discount-block .actions-toolbar .action.primary, .cart-discount .actions-toolbar .action.primary{color: #000000;}

.cart-discount .actions-toolbar .action.primary{

    border-radius: 5px;

    -webkit-border-radius: 5px;

    -moz-border-radius: 5px;

    -o-border-radius: 5px;

    -khtml-border-radius: 5px;

    margin-left: 5px;

}

.product-item .tocart{padding: 8px 20px;font-size: 13px;line-height: 20px;}

/*Login Page design*/

.login-container {

    color: #666;

}

.login-container .block .block-title{

    border-bottom: 1px solid #f0f0f0;

    padding-top:10px;

}

.login-container .block .block-title strong{    

    font-size: 16px;

    font-weight: 700;


}

/*Login Page Design Ends*/



/*Create Account Page*/

.customer-account-forgotpassword .fieldset > .field{padding: 10px 0 0 0;}

.catalogsearch-advanced-index .fieldset > .legend{margin: 10px 0;}

.fieldset > .legend,form .legend{border-bottom: 1px solid #f0f0f0;padding-top:10px;color: #000;font-size: 15px;}



.create input[type="text"], .form.form-orders-search input[type="text"],

.create input[type="password"], .form.form-orders-search input[type="password"],

.create input[type="url"], .form.form-orders-search input[type="url"],

.create input[type="tel"], .form.form-orders-search input[type="tel"],

.create input[type="search"], .form.form-orders-search input[type="search"],

.create input[type="number"], .form.form-orders- input[type="number"],

.create input[type="datetime"], .form.form-orders-search input[type="datetime"],

.create input[type="email"], .form.form-orders-search input[type="email"]{

    border: 1px solid #f0f0f0;

}

textarea{padding: 0 10px;font-size: 12px;}

input[type="text"], input[type="password"], input[type="url"], input[type="tel"], input[type="search"], input[type="number"], input[type="datetime"], input[type="email"]{

    font-size: 12px;

}

.catalogsearch-advanced-index .field.price .addon input{min-width: 0;}

select{border: 1px solid #d9d9d9;font-size: 12px;-webkit-appearance: menulist;}

.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: 7px;

    padding: 0 0 0 20px;

    position: relative;

    font-size: 12px;

}

div.mage-error[generated]:before{

    content: '\f062';

    font-family: 'FontAwesome';

    left: 0;

    top: -1px;

    position: absolute;

}

._keyfocus *:focus, input:not([disabled]):focus, textarea:not([disabled]):focus, select:not([disabled]):focus{box-shadow:none;-webkit-box-shadow: none;-moz-box-shadow:none;}

.account .column.main .customer-review.view h2.product-name{font-size: 20px;}

.product-item div.product-reviews-summary .reviews-actions{font-size: 12px;margin-top: 0;display: none;}

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

.abs-account-blocks .block-title, .multicheckout .block-title, .multicheckout .block-content .title, .account .legend, 

.form-giftregistry-search .legend, .block-giftregistry-results .block-title, 

.block-giftregistry-shared-items .block-title, .block-wishlist-search-form .block-title, 

.block-wishlist-search-results .block-title, .customer-review .review-details .title, .multicheckout .block-title, 

.paypal-review .block .block-title, .account .column.main .block:not(.widget) .block-title, .magento-rma-guest-returns 

.column.main .block:not(.widget) .block-title, [class^="sales-guest-"] .column.main .block:not(.widget) .block-title, 

.sales-guest-view .column.main .block:not(.widget) .block-title{border-color: #f0f0f0;}

.block-collapsible-nav .content{padding: 10px 20px; box-sizing: border-box;}

.block-reorder .actions-toolbar{margin: 0;}

.block-compare .counter, .block-wishlist .counter{color: #fff;}

/*Create Account Page Ends here*/



/*Order and Return Form Page*/

.form.form-orders-search{

    margin:30px 0 0 0;

}

/*Order and Return Forem Page Ends here*/

/*Account Page*/

.block-collapsible-nav .title::after{display: none;}

.account .page-title-wrapper{

    margin: 10px 0;

    padding: 15px 0;

}

.account .page-title-wrapper h1.page-title {

    margin:0;

    font-size: 16px;

    color: #000000;

    font-weight: 700;

    text-transform: uppercase;

    line-height: 1.35;

}

.block-collapsible-nav .item.current a, .block-collapsible-nav .item.current > strong{background: transparent;border-bottom:1px dashed #ebebeb;}

.block-collapsible-nav .item a,.block-collapsible-nav .item.current>strong{background: transparent;border-bottom: 1px dashed #e6e6eb;}

.block-collapsible-nav .item.current a{border-color: #e6e6eb;}

.block-collapsible-nav .item:last-child a, .block-collapsible-nav .item:last-child strong{border-bottom: none;}

.account.page-layout-2columns-left div.column.main{width: 78.572%;}

body.account.page-layout-2columns-left .sidebar{width: 19%;}

.account .block-collapsible-nav .title{

    background:none;

    border-bottom: 0;

    margin: 0;

    padding: 11px 25px;

    background: #ff8142; /* Old browsers */

    background: -moz-linear-gradient(top, #ff8142 0%, #df4e06 100%); /* FF3.6-15 */

    background: -webkit-linear-gradient(top, #ff8142 0%,#df4e06 100%); /* Chrome10-25,Safari5.1-6 */

    background: linear-gradient(to bottom, #ff8142 0%,#df4e06 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff8142', endColorstr='#df4e06',GradientType=0 ); /* IE6-9 */

}

.account .sidebar .block .block-title.category-title{

    color: #000000;

    background: #dbdbdb; /* Old browsers */

    background: -moz-linear-gradient(top, #dbdbdb 0%, #f0f0f0 100%); /* FF3.6-15 */

    background: -webkit-linear-gradient(top, #dbdbdb 0%,#f0f0f0 100%); /* Chrome10-25,Safari5.1-6 */

    background: linear-gradient(to bottom, #dbdbdb 0%,#f0f0f0 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dbdbdb', endColorstr='#f0f0f0',GradientType=0 ); /* IE6-9 */

}

.account .block-collapsible-nav .title > strong{

    font-size: 14px;

    text-transform: uppercase;

    color: #ffffff;

    font-weight: bold;

}

.account .block-collapsible-nav .item.current a, .account .block-collapsible-nav .item.current > strong{

    padding: 7px 0;

    color: #fb7c3c;

}

.account .block-collapsible-nav .item.current a:before, .account .block-collapsible-nav .item.current > strong:before{

    content: '\f0a4';

    font-family: 'FontAwesome';

    padding-right: 5px; 

}

.account .items.order-links .nav.item.current strong{

    border: none; 

    border-bottom: none;

    color: #ffffff;

    border-radius: 7px 7px 0 0;

    -webkit-border-radius: 7px 7px 0 0;

    -moz-border-radius: 7px 7px 0 0;

    background: #ff8142; /* Old browsers */

    background: -moz-linear-gradient(top, #ff8142 0%, #df4e06 100%); /* FF3.6-15 */

    background: -webkit-linear-gradient(top, #ff8142 0%,#df4e06 100%); /* Chrome10-25,Safari5.1-6 */

    background: linear-gradient(to bottom, #ff8142 0%,#df4e06 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff8142', endColorstr='#df4e06',GradientType=0 ); /* IE6-9 */

}

.order-details-items{border:1px solid #f0f0f0;}

.account .block-collapsible-nav .item a:hover{color:#fb7c3c;}

.account .page-main .columns .column.main .block .block-title {

    border-bottom: 1px solid #d9d9d9;

}

.account .page-main .columns .column.main .block .block-title > strong,.account .legend > span {font-size: 16px;}

.account .block-content .box .box-title {

    background: #ff8142; /* Old browsers */

    background: -moz-linear-gradient(top, #ff8142 0%, #df4e06 100%); /* FF3.6-15 */

    background: -webkit-linear-gradient(top, #ff8142 0%,#df4e06 100%); /* Chrome10-25,Safari5.1-6 */

    background: linear-gradient(to bottom, #ff8142 0%,#df4e06 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff8142', endColorstr='#df4e06',GradientType=0 ); /* IE6-9 */

    color: #ffffff;

    padding:5px;

    width: 100%;

    border-radius: 5px 5px 0 0;

    -webkit-border-radius: 5px 5px 0 0;

    -moz-border-radius: 5px 5px 0 0;

    box-sizing: border-box;

}

.account .column.main .block .block-content .box .box-title > span {

    font-size: 13px;

    font-weight: normal;

}

.sidebar .product-items .action.delete{right:100%;top: 3px;}

.sidebar .block.block-wishlist .product-items .action.delete{right: 0;top:0px;}



.paypal-review .table-paypal-review-items .col.price .price-including-tax .price, 

.paypal-review .table-paypal-review-items .col.price .price-excluding-tax .price, 

.paypal-review .table-paypal-review-items .col.subtotal .price-including-tax .price, 

.paypal-review .table-paypal-review-items .col.subtotal .price-excluding-tax .price, 

.cart.table-wrapper .col.price .price-including-tax .price, .cart.table-wrapper .col.price .price-excluding-tax .price, 

.cart.table-wrapper .col.subtotal .price-including-tax .price, .cart.table-wrapper .col.subtotal .price-excluding-tax .price, 

.cart.table-wrapper .col.msrp .price-including-tax .price, .cart.table-wrapper .col.msrp .price-excluding-tax .price, 

.order-details-items .col.price .price-including-tax .price, .order-details-items .col.price .price-excluding-tax .price, 

.order-details-items .col.subtotal .price-including-tax .price, .order-details-items .col.subtotal .price-excluding-tax .price{color: #000000;}

.filter-actions a{

    border:1px solid #c9c9c9;

    color: #a4a4a4;

    background: transparent;    

    border-radius: 0;

    -webkit-border-radius: 0;

    -moz-border-radius: 0;

    -o-border-radius: 0;

    -khtml-border-radius: 0;   

    transition: all 0.3s ease;

    -webkit-transition: all 0.3s ease;

    -moz-transition: all 0.3s ease;

    -o-transition: all 0.3s ease;

}

.filter-actions a:hover{

    color: white;

    background: #88bf4a;

    border:1px solid #88bf4a;

}

.filter-options-content a:hover{background-color: transparent;color: #fb7c3c;}

.filter-options-content a:hover .count{color:#fb7c3c;}

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

.sidebar .action.tocart{

    border-radius: 5px;

    -webkit-border-radius: 5px;

    -moz-border-radius: 5px;

    -o-border-radius: 5px;

    -khtml-border-radius: 5px;

}

/*Account Page Ends here*/

.active-cart{display: block;}

/*Contact Page CSS*/

.contact-index-index .columns{margin-top:30px;}

/*Contact Page CSS Ends*/

/*Wishlist & Compare Page CSS*/

.modal-popup .modal-title,.modal-popup.modal-slide footer.modal-footer{border-bottom: 1px solid #ebebeb;}

.wishlist .box-tocart .field.qty .control{float: left;}

.wishlist-index-index .products-grid.wishlist .product-item .tocart span{font-size: 12px;background: #777c34;color: #fff;}

.column .block-addbysku .qty .qty, .bundle-options-container .input-text.qty, 

.table-giftregistry-items .field.qty .qty, .block-giftregistry-shared-items .qty .qty, .table.grouped .col.qty .control.qty 

.qty, .block-wishlist-info-items .input-text.qty, .box-tocart .input-text.qty, .account .data.table-return-items .qty .input-text, .account 

.table-wrapper .data.table.wishlist .box-tocart .qty, 

.products-grid.wishlist .product-item .box-tocart input.qty, .sidebar .block-addbysku .fieldset .fields .field.qty .qty{width:35px;}

.multicheckout .table-wrapper .col .qty .input-text{height: 32px;}

.wishlist-index-index .product-item-actions{padding: 0}

.catalog-product-compare-index .product-item-actions .actions-primary{display: block;float: left;}

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

.catalog-product-compare-index .product-item-actions .actions-secondary span{letter-spacing: normal;}

.table-comparison .action.towishlist:before{ 

    padding:9px;

    line-height: 18px;

    text-align: center;

    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);

    -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);

    -moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);

    border-radius: 5px;

    -webkit-border-radius: 5px;

    -moz-border-radius: 5px;

}

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

.table-comparison .cell,.table-comparison >tbody >tr >td{border-right: 1px solid #d9d9d9;}

.table-comparison td:last-child{border-right: none;}

.catalog-product-compare-index .product-item-actions .actions-primary + .actions-secondary > .action > span{

    position: relative;

    margin:0;

    padding-left: 5px;

    font-size: 13px;

    font-weight: normal;

    display: none;

}

.link.wishlist .counter{color: #808080;}

.tm_headerlinks>.header.links>li:hover >a .counter{color: #fb7c3c;}

.cart.table-wrapper .action-towishlist::before{width:20px;}

.cart.table-wrapper,.table-wrapper{margin-bottom: 10px;}

.cart.table-wrapper,.abs-cart-block > .title, .minicart-items .product .toggle, .abs-discount-block .block > .title, .cart-summary .block > .title,

.paypal-review-discount .block > .title, .cart-discount .block > .title,.cart-discount,.cart-totals .grand .mark, .opc-block-summary .table-totals .grand .mark,

.cart-totals, .opc-block-summary .table-totals,.cart-totals .grand .amount, .opc-block-summary .table-totals .grand .amount{border-color: #d9d9d9;}

.table-wrapper.comparison{border:1px solid #d9d9d9;}

.cart-container .form-cart .actions.main{margin: 10px 0;}

.cart-discount{margin: 10px 0;}

/*Wishlist & Compare CSS ends*/

/*Search Results CSS*/

.search-autocomplete{top:35px;right: 35px;}

.search-autocomplete ul:not(:empty){background: #88bf4a;

                                    border: 1px solid #342014;

                                    color: #eae0c9;

                                    padding: 2px;}

.search-autocomplete ul li .amount{color: #ebebeb;}

.search-autocomplete ul li:hover, .search-autocomplete ul li.selected{background: #88bf4a;}

.wishlist-index-index .products-grid li.product-item{width: 25%;padding-left: 0;margin-left: 0;border-bottom: none;}

div.products-grid.wishlist .product-item .fieldset .field.qty,

div.products-grid.wishlist .product-item .fieldset .product-item-actions{display: inline-block;margin:0;vertical-align: middle;}

.products-grid.wishlist .product-item .fieldset{margin-top:5px;}

.products-grid.wishlist .product-item-actions .action.edit{margin-right: 5px}

.review-customer-view .customer-review.view .product-media .product-photo{display: inline-block;width: 100%;}

/*search Results CSS ends here*/





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

@media (min-width: 1281px) and (max-width: 1350px){

    .flexslider{ min-height: 466px;}

    .block.newsletter .field{width:72%;}

    .products-list .product-item-details{width: 72%;}

}



@media (min-width: 1251px) and (max-width: 1280px){

    .flexslider{ min-height: 454px;}

    .block.newsletter .field{width:71%;}

    .products-list .product-item-details{width: 72%;}

}

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

    .flexslider{ min-height: 436px;}

    .block.newsletter .field{width:72%;}

    .news-heading{font-size: 20px;}

    .products-list .product-item-details{width: 70%;}

}



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

    .my-account-cms{display: none;}

    #mainmenu .level-top>span, #mainmenu .hiden_menu>a{margin:9px 5px;}

    .flexslider{ min-height: 369px;}

    .header-right{width: 65%;}

    .footer-bottom-left{float: none;}

    .footer-bottom-right{float: none;}

    .top_button{bottom:35px;}

    .pro-page-sale-cms .text1{font-size: 45px;}

    .pro-page-sale-cms .text3{font-size: 20px;}

    .products-list .product-item-details{width: 64%;}

    .block.newsletter .field{width:70%;}

    .news-left{width: 45%;}

    .news-right{width: 55%;}

    .news-heading{font-size: 14px;}

    .footer_newsletter .news-text {font-size: 13px;}

    .footer-inner .footer-area .store-details li{word-break: break-word;}

    .subbanner{padding: 15px 0 0px 15px;}

    .subbanner .title{font-size: 20px;}

    .footer-logo{width: 23%;}

    .footer-inner .footer-area:last-child{width: 22%;}

}



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

    .flexslider{ min-height: 353px;}

    .header-right{width: 65%;}

    .my-account-cms{display: none;}

    #mainmenu .level-top>span, #mainmenu .hiden_menu>a{margin:9px 6px;}

    .block.block-search{width: 55%;}

    .news-left{width: 45%;}

    .news-right{width: 55%;}

    .block.newsletter .field{width: 70%;}

    .footer-inner .footer-area .store-details li{word-break: break-word;}

    .footer-logo{margin-right: 2%;}

    .footer-inner .footer-area:last-child{width: 21%;}

    .footer-bottom-left{float: none;}

    .footer-bottom-right{float: none;}

    .subbanner .title{font-size: 20px;}

    .serviceblock .title{font-size: 14px;}

    .service-sub-text{font-size: 12px;}

    .top_button{bottom:35px;}

    .pro-page-sale-cms .text1{font-size: 45px;}

    .pro-page-sale-cms .text3{font-size: 20px;}

    .pro-page-sale-cms .text2{padding: 20px 0;}

    .wishlist-index-index .products-grid li.product-item{width: 33.33%;}

    .products-list .product-item-details{width: 63%;}

    .column.main .product-items{margin:0;}

    .news-heading{font-size: 14px;}

    .block.newsletter .form.subscribe{width: 100%;}

    .navigation.custommenu .mainmenu .level0.newsubmenu, .navigation.custommenu .mainmenu .level0 > ul{left: 0;}

    .page-products.catalog-category-view .products-grid .product-item{padding-left: 0; }

    .cms-index-index.page-layout-1column .block.widget .products-grid .widget-product-grid .product-item{width: 25%;padding: 0}

}

@media (min-width: 768px) and (max-width: 979px){

    .flexslider { min-height: 273px;}

    .column.main .cart-summary, .column.main .opc-sidebar{ width: 30%;}

    .navigation.custommenu .mainmenu .level0 .submenu .submenu, .navigation.custommenu .mainmenu .level0 ul .submenu{min-width: 140px;}

    .cart-container .block.crosssell{ width: 100%; }

    .products-list .product-item-details{width: 60%;}

    .navigation.custommenu .mainmenu > ul > li:hover > ul{ display: block; }

    .navigation.custommenu .mainmenu > ul li > ul li:hover > ul{ display: block; }

    .cms-index-index.page-layout-1column .block.widget .products-grid .widget-product-grid .product-item{width: 25%;}

    .block-collapsible-nav .content{display: none;}

    .account.page-layout-2columns-left div.column.main{width: 100%;}

    body.page-layout-2columns-left .sidebar, body.account.page-layout-2columns-left .sidebar{width: 100%;}

    .account .page-title-wrapper{margin: 60px 0 9px;}

    .block.block-collapsible-nav{left: 20px;position: absolute;right: 20px;top: 10px;cursor: pointer;}

    div.block-collapsible-nav .title::after {

        color: #ffffff;

        content: "\e622";

        font-family: "Luma-icons";

        display: block;

        font-size: 12px;

        top: 10px;

        background: transparent;

        width: auto;

        left:auto;

        right:15px;

    }

}

@media (max-width: 979px){

    .top_button{bottom:35px;}

    .stock.unavailable:before{padding: 8px;}

    .page-header .header.content .tm_header>div{padding: 10px 0;width: 100%;}

    .header-right{width: 100%;}

    .header-logo{width: auto;margin: 0 auto;display: inline-block;}

    #mainmenu .level-top > span, #mainmenu .hiden_menu>a{

        font-size: 12px;

        margin: 9px 4px;

        padding: 10px 3px;

    }

    .serviceblock .service-text{padding: 40px 0 0 0;}

    .serviceblock1 .shipping-info{background-position: center 5px; }

    .serviceblock1:hover .shipping-info{background-position: center -97px; }

    .serviceblock2 .support-service{background-position: center -197px;}

    .serviceblock2:hover .support-service{background-position: center -300px;}

    .serviceblock3 .returns{background-position: center -404px;}

    .serviceblock3:hover .returns{background-position: center -506px;}

    .serviceblock .title{font-size: 14px;}

    .service-sub-text{font-size: 12px;}

    .tm_subbanner_cms .subbanner-outer>[class*="subbanner"] div{width: 100%;}

    .subbanner .title{font-size: 20px;}

    .news-left{width: 55%;}

    .news-right{width: 45%;}

    .news-heading{font-size: 17px;}

    .footer_newsletter .news-text{font-size: 12px;}

    .block.newsletter .actions{margin-top: 5px;float: right;}

    .block.newsletter .field{width: 100%;}

    .footer-bottom-left, .footer-bottom-right{float: none;}

    .footer-inner .footer-area{border-left:none;}

    .footer-inner .footer-area:last-child{width: 100%;padding-left: 0;}

    .payment_block{display: none;}

    .product-info-left-cms{display: none;}

    .page-layout-1column div.product-info-main{width: 60%;}

    .page-layout-1column div.product.media{width: 40%;}

    .wishlist-index-index .products-grid li.product-item{width: 33.33%;}

    .page-header .header.content{background-position: 0 2px;}

    .text1 a{font-size: 150%;}

    .text2{font-size: 90%;}

    .text-block{top: 5%;}

    .tm_advertise_banner_cms .ad_banner1{width: 49%;margin-right: 1%;}

    .tm_advertise_banner_cms .ad_banner2{width: 49%;margin-left: 1%;}

    div.block.newsletter{width: 60%;}

    .footer-topper-left{width: 38%;margin:0;padding: 40px 0;}

    .block.newsletter .form.subscribe{width: 100%;}

    .column.main .product-item{padding-left: 0;}

    .column.main .product-items{margin:0; }

    div.block-search input{padding-right: 40px}

    .footer-topper{padding: 40px;box-sizing: border-box;}

    div.block.newsletter{width: 100%;}

    .footer-topper-left{width: 100%;padding: 0;text-align: center;}

    .footer-topper-left img{width: auto;}

    .page-layout-2columns-left .sidebar .block .block-title{margin-bottom: 0;}

    .subbanner{padding: 0;}

    .footer-wrapper-inner{padding: 40px 0;}

    .account .sidebar .block .block-title.category-title{

        color: #ffffff;

        background: -moz-linear-gradient(top, #ff8142 0%, #df4e06 100%); /* FF3.6-15 */

        background: -webkit-linear-gradient(top, #ff8142 0%,#df4e06 100%); /* Chrome10-25,Safari5.1-6 */

        background: linear-gradient(to bottom, #ff8142 0%,#df4e06 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff8142', endColorstr='#df4e06',GradientType=0 ); /* IE6-9 */

    }

    .account .sidebar .block .block-title.category-title .mobile_togglemenu::after{color: #ffffff;}

    .page-header .header.content{padding: 25px 0 0;}

    .tm_header.container-width{text-align: center;}

    .footer-topper-cms .footer-content .footer-center{width: 69%;}

    .blog-post-view .footer-topper-cms .footer-topper-left,.page-products .footer-topper-cms .footer-topper-left,.footer-topper-cms .footer-topper-left{

        font-size: 150%;padding: 25px 0;

    }

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

    div.filter-title{display: block;}

    .filter-title strong{

        background:transparent;

        box-shadow: none;

        -webkit-box-shadow: none;

        -moz-box-shadow:none;

        border:none;

        border-radius: 0;

        -webkit-border-radius: 0px;

        -moz-border-radius: 0px;

        -o-border-radius: 0px;

        -khtml-border-radius: 0px;

        padding:0;

        position: static;

        line-height: 1.71429;

    }

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

    .my-account-cms{display: none;}

    .navigation.custommenu .mainmenu > ul > li > .level-top, .navigation.custommenu .dropdown-inner-list > li > .level-top{font-size: 10px;}

    .footer-logo{width:100%;margin-right: 0;}

    .page-layout-2columns-left #footer,#footer{width: 100%;padding:10px 0;border-top:none;}

    .footer-center #block_3, .footer-center #block_4,.block.newsletter.footer-area{border-left: none;padding-left: 0;}

    .footer-center #block_4{padding-bottom: 7px;}

    .footer-bottom-bottom{margin-top: 0;}

    .footer-center #block_4{width: 100%;}

    .footer-area h6{ margin-bottom: 10px; margin-top: 10px;width: 100%;}

    .footer-wrapper.footer-bottom{padding:0;}

    .footer-inner .footer-area ul { display: none;margin-bottom: 10px;padding-left: 10px;}

    .block.newsletter .action.subscribe{margin-top: 0;}

    .columns{margin-bottom: 0;}

    .footer-bottom-bottom .footer-bottom-left{width: 100%;text-align: center;}

    .footer-bottom-bottom ul.footer.links{width: 85%;margin:0 auto;}

    .footer-bottom-bottom .footer-bottom-right{width: 100%;text-align: center;}

    .footer-social{float: none;}

    .footer-social ul li{margin-bottom: 0;}

    .footer-social ul{margin-top: 10px;}

    /*Category page responsive*/

    .category-image .image{width: 100%;}

    /*Category Page Responsive Ends*/

    /*customer account create CSS*/

    .customer-account-create .columns,.sales-guest-form .columns,.catalogsearch-advanced-index .columns{margin-bottom: 40px;}

    /*customer account create CSS Ends*/

    .blog-index-index .widget.block.blog-search, .blog-post-view .widget.block.blog-search, .blog-search-index .widget.block.blog-search{display: none;}

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

    .blog-index-index .page-main .columns .sidebar .widget.block-archive{border-bottom: none;}

    .sidebar .block-wishlist .block-title{font-size: 14px;}

    .filter-options-title:after{right: 0;}

    .sidebar .block.block-reorder .block-content{display: none;}

    .abs-reset-left-margin-desktop-s{margin-bottom: 10px;}

    div.cart-container .form-cart,div.cart-discount{width: 70%;}

    div.opc-wrapper{width: 70%;}

    .search-autocomplete{top:45px;right: 35px;}

    .page-footer .mobile_togglemenu:after,.sidebar .mobile_togglemenu:after{

        content:"\f107"; 

        font-family:"FontAwesome"; 

        font-size:20px;

        font-weight: 700;

        color:#000000; 

        position: absolute; 

        right: 0;

        border-radius: 50%;

        -webkit-border-radius: 50%;

        -moz-border-radius: 50%;

        -o-border-radius: 50%;

        -khtml-border-radius: 50%;

        text-align: center;

        width: 20px;

        height: 20px;

    }

    .sidebar .block .block-title.category-title .mobile_togglemenu:after{color: #ffffff;}

    .account .sidebar-additional{margin-top: 0;}

    .page-footer .active .mobile_togglemenu::after,.sidebar .active .mobile_togglemenu:after{content:"\f106";}

    .page-layout-2columns-left .columns .column.main{ width: 100%; }

    .page-layout-2columns-left .columns .sidebar-main, 

    .page-layout-2columns-left .columns .sidebar-additional,body.account.page-layout-2columns-left .sidebar{width: 100%; padding: 0px;float: left;}

    .page-layout-2columns-left .columns .sidebar-additional{margin-bottom: 25px;}

    .sidebar .mobile_togglemenu{

        background:transparent;

        cursor: pointer;

        left: 0px;

        top: 0px;

        overflow: hidden;

        padding: 0px 0;

        position: absolute;

        width: 100%;

        height: 100%;

        z-index: 2;

        margin: 0 0 0 0px;

    }

    .sidebar .active .mobile_togglemenu { background-position: right -50px;}

    .columns .sidebar .block-wishlist{margin-bottom: 40px;}

    .sidebar .block .block-title strong{padding-right: 25px;}

    .account .data.table td.col.actions{white-space: normal;}

    .sidebar-additional .block-wishlist .block-content .actions-toolbar{ overflow: hidden;}

    .sidebar .block .block-content{ display: none;}

    .filter .block-subtitle{padding:11.5px;}

    .sidebar .block-reorder .actions-toolbar{ margin: 0px;}

    .sidebar .block-compare , .sidebar .block-wishlist { position: relative; top: auto; right: auto; }

    .sidebar .mobile_togglemenu:after{background: none;top:10px;right:15px;}

    .page-footer .mobile_togglemenu {

        cursor: pointer;

        display: block;

        font-size: 15px;

        margin-right: 0;

        margin-top: 0px;

        top:0px;

        padding: 0 0 0px 0px;

        text-decoration: none;

        width: 100%;

        position: absolute;

        line-height: 20px;

    }

    .left-banner1{display: none;}

    .page-wrapper .page-main .sidebar .block{margin-bottom:10px;}

    .blog-post-view.page-layout-2columns-left .page-wrapper .page-main .sidebar .block.block-brand,

    .blog-index-index.page-layout-2columns-left .page-wrapper .page-main .sidebar .block.block-brand{margin-top: 0;}

    .account .block.block-collapsible-nav .title > strong,.block-compare .block-title strong,

    .block-reorder .block-title strong, .block-wishlist .block-title strong, .widget .block-title strong,.sidebar .block .block-title{font-size: 14px;}

    .account .page-title-wrapper .page-title{font-size: 18px;}

    .block-compare .counter{top:0;right: 31px;}

    .page-footer .active .mobile_togglemenu, .page-footer .active .mobile_togglemenu {background-position:right 1px;}

    body.page-layout-2columns-left .sidebar{border-right: none;}

    #block_1.footer-area h6{ display: block; }

    .page-footer .footer-inner #block_1.footer-area,#block_2.footer-area,#block_3.footer-area{ width: 100%; margin: 0px; padding: 0;}

    .page-layout-1column .block.widget .products-grid .widget-product-grid .product-item{ width: 33.33%; }

    .form-cart .main.actions a, .form-cart .main.actions button,

    .cart-summary .checkout-methods-items .action.primary.checkout{ padding: 10px 10px; margin:0 0 2px; }

    .navigation.custommenu .mainmenu .level0.newsubmenu, .navigation.custommenu .mainmenu .level0 > ul{left: 0; right: auto;}

    .navigation.custommenu .mainmenu li.level1{width:auto;min-width: 0;}

    .custom-contact-form{float: none;margin-bottom: 10px;width: 100%;}

    .googlemap{display: block;float: none;margin: 0;width: 100%;}

    .list-left {width: 100%;border-right: none;}

    .list-right {width: 100%;text-align: left;}

    .filter-options{display: block;}
}

@media (max-width: 767px){

    /*Default menu*/

    .navigation .level0{width: 100%;box-sizing: border-box;}

    .navigation .level0.ui-menu-item>a span{color: #000000;}

    /*Default menu*/

    .flexslider { min-height: 229px;}

    .header-top{ text-align: center; }

    .page-header .tm_header_top.container-width .switcher,.tm_header_top.container-width .tm_headerlinkmenu{

        display: none;

    }

    .block.block-search{overflow: hidden;float: right;width: 90%;}

    div.block-search input{position: relative;}

    .block-search .control{margin: 0;}

    .form.minisearch{position: relative;float: right;width: 100%;}

    .container-width{padding: 0 15px;}

    .product-item-details .product-item-inner .actions-primary, .product-item-details .product-item-inner .actions-secondary{margin: 0;}

    .text1 a{font-size: 100%;}

    .text-block{width:60%;}

    .product-item .tocart{padding: 8px 8px;}

    .nav-sections .header.links li,.nav-sections .switcher{font-size: 12px;}

    div[id^="store.settings"] .switcher-label{display: none;}

    .nav-sections .switcher-dropdown{display:inline-block;width: 100%;}

    .nav-sections .switcher-dropdown li{ float: left;width: 33.33%; margin-bottom: 0;border:1px solid #f0f0f0;box-sizing: border-box;text-align: center;}

    .nav-sections .switcher-dropdown li:hover a{color: #fb7c3c;cursor: pointer;}

    .navigation .level0{font-size: 12px;}

    .nav-sections .switcher-options::before{content:"\e622";font-family: "Luma-Icons";font-size: 10px; position: absolute;right: 15px;}

    .nav-sections .switcher-options.active::before{content:"\e621";}

    .product-main-content{display:flex;display:-webkit-flex;flex-direction: column;}

    .page-layout-1column div.product-info-main{order:1;}

    .page-layout-1column div.product.media{order:0;}

    .product.info.detailed >.product.data.items > .item.content{margin: 0;}

    .products.wrapper.products-grid.grid, .products.wrapper.products-carousel.products-related,

    .products.wrapper.products-carousel.products-upsell, .column.main .crosssell .products-crosssell{margin: 0 -15px;}

    .toolbar .pages{margin-bottom: 0;}

    .list-left, .list-right{padding: 0; border-left:none;}

    .page-wrapper .page-main .sidebar .block.block-collapsible-nav{border-right: none;}

    .products.wrapper.products-grid.grid{margin:0 -15px;}

    .account .page-title-wrapper h1.page-title{font-size: 16px;}

    .products-list .product-image-wrapper .product-image-photo{width: auto;}

    .account.review-customer-index .toolbar-amount{position: static;}

    .columns .minicart-wrapper .action.showcart .counter.qty.empty,

    .columns .minicart-wrapper .action.showcart .counter.qty{display: inline-block;float: none;vertical-align: middle;}

    .checkout-index-index .action.action-auth-toggle{position: static;padding: 8px;}

    .account .sidebar .product-items .product-item-details{display: block;}

    .catalog-category-view .product-item-details .product-item-inner .actions-secondary a{padding: 8px 5px;}

    .cms-index-index.page-layout-1column .block.widget .products-grid .widget-product-grid .product-item{width: 33%;}

    .flexslider .flex-direction-nav{opacity: 0;}

    /*.owl-controls .owl-nav .owl-prev::before, .owl-controls .owl-nav .owl-next::before{display: none;}*/

    .checkout-index-index .form.payments option{padding: 0 15px;}

    .checkout-index-index .form.payments .payment-method-billing-address .fieldset .actions-toolbar .primary{margin-top:5px;}

    .checkout-index-index .form.payments .fieldset .actions-toolbar .primary button{margin: 0;}

    .tm_headerlinkmenu{margin: 10px;}

    .page-header .header.content .tm_header>div{padding: 20px 0;float: left;}

    .page-header .header.content .tm_header .header-left{width: 40%;}

    .page-header .header.content .tm_header .header-right{width: 60%;}

    .tm_header_info_cms{display: none;}

    .subbanner-outer{width: 100%;padding: 0;margin: 5px 0;}

    .tm_subbanner_cms .subbanner-outer > [class*="subbanner"] .subbanner{width: 60%;padding: 25px 0 0 25px;}

    .tm_subbanner_cms .subbanner-outer > [class*="subbanner"] .sub-side-banner{width: 40%;}

    .serviceblock{width: 100%;margin: 10px 0;}

    .serviceblock2.serviceblock{border-width:1px 0;border-color: #ebebeb;border-style: solid;}

    .serviceblock .service-text{text-align: center;}

    .products-grid.wishlist .product-item{padding: 0;}

    .wishlist-index-index .products-grid.wishlist{margin: 0 -15px 10px;}

    .page-header .switcher{float: none;}

    .page-header .switcher strong{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;}

    .page-header .switcher .options.active ul.dropdown, .page-footer .switcher .options.active ul.dropdown{border:1px solid #000000;}

    .block-search .label{display: none;}

    .block-search .control{border-top:none;padding: 0;}

    .block-search input{left: 0;margin: 0;position: absolute;z-index: 4;}

    .block-search .actions{z-index: 4;}

    .block-search .action.search{display: block;font-size: 0; }

    .block-search .field.search{padding: 0;}

    .block-search .actions .action.search{padding: 0;border:none;background:transparent;}

    .nav-toggle{top:135px;z-index: 1;left: 25px;}

    .nav-open .action.nav-toggle span{display: inline;}

    .nav-open .nav-toggle{z-index: 10;}

    .header-logo{width: 100%;float: left;text-align: center;margin: 0;}

    .header-logo .logo{display: inline-block;float: none;}

    .nav-open .nav-sections{background: #ffffff;}

    .navigation.custommenu #mainmenu{display: none;}

    .navigation.custommenu #mobile{display: block;}

    #mobile .ui-menu-item a:hover{color: #fb7c3c;}

    #mobile li.level2:hover a{color:#fb7c3c;}

    .navigation .level0 > .level-top{font-weight: normal;text-transform: capitalize;}

    #mobile .nav-sections .header.links li.greet.welcome,

    .nav-sections .header.links li > a{

        border-top:1px solid #f0f0f0;

        font-weight: 500;

    }

    .nav-sections .header.links{border-bottom:1px solid #f0f0f0;}

    .nav-sections .header.links a, .nav-sections .header.links a:hover{color: #666666;font-weight: normal;}

    .nav-sections .header.links a:hover{color:#fb7c3c;}

    .nav-sections .switcher-trigger strong:after,.nav-sections .switcher-trigger.active strong:after{content:' ';}

    .page-header .switcher .options.active{width: 100%;}

    .page-header .switcher .options.active ul.dropdown{

        border: none;

        background: white;

        padding: 0;

        margin-top: 5px;

        position: static;

    }

    .page-header .switcher .options ul.dropdown li{float: left;text-align: center;width: 32.33%;border:1px solid #ebebeb;}

    .page-header .switcher .options ul.dropdown a:hover{color: #fb7c3c;}

    .page-products .columns{padding-top: 0px;z-index: 0;}

    .page-with-filter .toolbar-amount{float: left;}

    .page-products .sorter{position: static;}

    .nav-open .nav-toggle:before{opacity: 0;}

    .action.nav-toggle span{position: relative;display: none;}

    .nav-open .nav-toggle:after{height:auto;bottom: 0;}

    .action.nav-toggle span:before, .action.nav-toggle span:after{

        content: '';

        position: absolute;

        font-size: 16px;

        top: -30px;

        left: -5px;

        background: #ffffff;

        transition:transform 2s ease;

        -webkit-transition:transform 2s ease;

        -moz-transition:transform 2s ease;

        -ms-transition:transform 2s ease;

        -o-transition:transform 2s ease;

    }

    .nav-open .action.nav-toggle span:before{

        transform: rotate(45deg);

        -ms-transform : rotate(45deg);

        -webkit-transform: rotate(45deg);

        -o-transform : rotate(45deg);

        -moz-transform : rotate(45deg);

        width: 2px;

        height: 25px;

    }

    .nav-open .action.nav-toggle span:after{

        transform: rotate(135deg);

        -ms-transform : rotate(135deg);

        -webkit-transform: rotate(135deg);

        -moz-transform: rotate(135deg);

        -o-transform: rotate(135deg);

        width: 2px;

        height: 25px;

    }

    .header-nav{padding: 0 0 0 50px;box-sizing: border-box;}

    .nav-open .nav-toggle:hover span::before,.nav-open .nav-toggle:hover span::after{background: #fb7c3c;}

    .nav-open .nav-toggle{left:10px;top:150px;}

    .products-list .list-right .product.actions.product-item-actions .actions-secondary{float: left;}

    .page-layout-1column div.product.media{border-right: none;padding:15px 0 0 0;width: 100%;}

    .product.info.detailed .product.data.items > .item.title.active > .switch::after{top:49px;}

    .product.info.detailed .product.data.items > .item.title.active > .switch::before{top:46px;}

    .page-layout-1column div.product-info-main{width: 100%;padding: 0;}

    div.product.data.items > .item.title > .switch{font-weight: 500;}

    .product.data.items{margin: 0;border-bottom: none;}

    .account.page-layout-2columns-left div.column.main{width: 100%;}

    .account .page-wrapper .page-main .sidebar .block{box-sizing: border-box;}

    .block-collapsible-nav .title::after{top:10px;display: block;content: "\e622";font-size: 12px;color:#ffffff;}

    .block-collapsible-nav{width: auto;left:15px;right:15px;top:5px;z-index: 3;}

    .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) > tbody > tr td::before, 

    .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) > tbody > tr th::before{width: 50%;}

    .breadcumb_inner{ margin-left: 0px;margin-right: 0px;}

    .catalog-product-view .page-title-wrapper.product{padding-left: 0;}

    .opc-wrapper .step-title{padding: 0 15px 10px;}

    .opc-estimated-wrapper{border-color: #f0f0f0;}

    .actions-toolbar > .primary .action, 

    .actions-toolbar > .secondary .action, 

    .bundle-actions .action.primary.customize, 

    .bundle-options-container .block-bundle-summary .box-tocart .action.primary, 

    .box-tocart .action.tocart{width: auto;}

    .actions-toolbar > .primary{text-align: left;}

    .checkout-index-index .nav-toggle,[class^="multishipping-"] .nav-toggle{display: block;}

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

    .page-layout-2columns-left .sidebar .block .block-title{margin-bottom: 0;}

    .account .page-title-wrapper{margin:20px 0 0;padding: 10px 0 0;}

    .wishlist-index-index .actions-toolbar > .primary .action,.wishlist-index-index .actions-toolbar > .secondary .action{margin-bottom: 5px}

    .account.wishlist-index-index .products-grid.wishlist .product-item-photo{margin-right: 0;width: 100%;}

    .account.wishlist-index-index .products-grid.wishlist .product-item .box-tocart{float: none;margin-right: 0;}

    .products-grid.wishlist .product-item .fieldset .field.qty{padding:0 4px;}

    .products-grid.wishlist .product-item-info{text-align: center;}

    .products-grid.wishlist .product-item-name, .products-grid.wishlist .product-item-description, .products-grid.wishlist .product-item .price-box,

    .products-grid.wishlist .product-item-tooltip{margin-left: 0;}

    .columns {display:block;}

    .page-header .header-top-inner>div{padding-top: 10px;padding-bottom: 10px;margin: 7px 2px;position: relative;}

    .page-header .header-top-inner>div.tm_headerlinkmenu{border:none;padding-top: 9px;}

    .nav-sections-item-content > .navigation.custommenu{ float: none; }

    .nav-toggle:before{color: #ffffff;}

    li.level2{border:none;}

    .cms-home .blog{padding-bottom: 0}

    .blog-post-view .footer-topper-cms .footer-topper-left,.page-products .footer-topper-cms .footer-topper-left,

    .footer-topper-cms .footer-topper-left{font-size: 140%;padding: 31px 0 31px;}

    .page-products .footer-topper-cms .footer-content,.footer-topper-cms .footer-content{width: 70%;padding: 15px 0 15px 30px;}

    .footer-topper-cms .footer-content .footer-center{width: 100%;margin-bottom: 10px;}

    .block.newsletter .content { box-sizing: border-box; text-align: left; width: 100%;}

    .block.newsletter, .footer-bottom-bottom{ text-align: center; }

    .block.newsletter .footer_newsletter h6{ margin-bottom: 10px; float: none;text-align: left;}

    .footer-topper-cms .footer-content .footer-right{float: left;}

    .blog-index-index .product-image-inner-blog .post-ftimg-hld{width:40%;max-width: 40%;}

    .page-products .products-list .product-image-container,.products-list span.product-image-wrapper{border-right: none;}

    .products-list .product-item-info{text-align: center;}

    .page-products.catalog-category-view .products-grid .product-item{width: 33%;}

    /*Product page CSS*/

    .page-layout-1column .product.media{border-right: none;}

    /*product page css Ends*/

    /*Sign In Page CSS*/

    .column.main .block:last-child{margin-bottom: 10px;}

    /*Sign in Page CSS ends*/

    /*Blog page CSS*/

    .page-layout-2columns-left .footer-topper-cms .footer-topper-left{width: 22%;}

    /*Blog Page CSS Ends*/

    /*User Account Page CSS*/

    .account .block-collapsible-nav .title{border-top: none;}

    /*User Account Page CSS Ends*/

    div.cart-container .form-cart,div.cart-discount{width: 100%;}

    div.opc-wrapper{width: 100%;}

    .opc-estimated-wrapper .minicart-wrapper:before{display: none;}

    .opc-estimated-wrapper div.minicart-wrapper .action.showcart{font-size: 20px;margin: 2px 10px;}

    .opc-estimated-wrapper .minicart-wrapper button.action.showcart{

        border-radius: 0;

        -webkit-border-radius: 0;

        -moz-border-radius: 0;

    }

    .opc-estimated-wrapper div.minicart-wrapper .action.showcart::after{content:'\f0c9';font-family:"FontAwesome"; }

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

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

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

    .search-autocomplete{top:60px;right: 0px;}

    .navigation.custommenu .mainmenu li.level1 {min-width:155px;}

    .tm_product_tab ul.tabbernav_product{margin: 0;}

    .grid .product-item .price-box{ position: relative; }

    .grid .product-item-info:hover .price-box{ opacity: 1; }

    .grid .product-item .action.tocart{ margin: 0px; }

    .grid .product-item-info .swatch-attribute{opacity: 1;}

    .gallery-placeholder{ width: 420px; margin:0 auto 15px; }

    .product.data.items > .item.title > .switch,

    .product.data.items > .item.title:not(.disabled) > .switch:active, 

    .product.data.items > .item.title.active > .switch, 

    .product.data.items > .item.title.active > .switch:focus, 

    .product.data.items > .item.title.active > .switch:hover{

        text-align: center;

        border-bottom: : none; 

        border-width: 0px 0px 2px 0px;

        padding: 0px;   }

    .product.info.detailed .product.data.items > .item.title.active > .switch:after,.product.info.detailed .product.data.items > .item.title.active > .switch:before{left:48%;}

    .columns .column.main .products-grid.wishlist .product-image-container{ max-width: 100%;}

    .post-list-wrapper .post-list .blog_inner{ width: 100%; padding: 0px;}

    .page-layout-1column .block.widget .products-grid .widget-product-grid .product-item{ width: 50%; }

    .page-products .products-list .product-item-image{float: none;display: inline-block;}

    .products-list .product-item-details{width: 100%;}



}

@media (max-width: 640px){

    .brand-index-index .products-grid .product-item{width: 33.33%;}

    .flexslider { min-height: 200px;}

    .page-header .header.content .tm_header .header-left,.page-header .header.content .tm_header .header-right{width: 100%;padding: 10px 0;}

    .block.block-search{width: 100%;box-sizing: border-box;}

    .header-logo{text-align: center;}

    .logo{ float: none;margin-top:0; }

    .header-right{ float: none; text-align: center; }

    .nav-open .nav-toggle{top:225px;}

    .nav-toggle{top:210px;}

    .block-search .block.block-content{z-index: 11;}

    .page-products .footer-topper-cms .footer-content,.footer-topper-cms .footer-content{width: 69%;}

    .products-list .product-item-details{ width: auto;float: left; }

    .product-social-links .action.tocompare,.product-social-links .action.mailto.friend, .product-social-links .action.towishlist{display: inline;}

    .opc-wrapper .shipping-address-item{border-bottom: 1px solid #ebebeb;}

    .actions-toolbar > .primary{text-align: center;}

    .products-grid.wishlist .product-item:first-child{border-top: none;}

    .product-item-actions{display: block;}

    .subbanner1-1,.subbanner2-2,.subbanner3-3{display: inline-block;margin: 0;}

    .footer_newsletter ul{width: 100%;}

    .page-products.catalog-category-view .products-grid .product-item{width: 50%;}

    .tm_headeradvertise_cms{float: none;text-align: center;}

    .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) tbody > tr > td:last-child{border-bottom: none;}

    .multicheckout.order-review .data.table tbody > tr > td.col.qty, 

    .multicheckout.order-review .data.table tbody > tr > td.col.price, .multicheckout.order-review .data.table tbody > tr > td.col.subtotal{text-align: left;}

    .catalog-category-view .product-item-details .product-item-inner .actions-secondary a{padding: 8px;}

    .cms-index-index.page-layout-1column .block.widget .products-grid .widget-product-grid .product-item{width: 50%;}

    .header-logo{width: 80%;float: none;margin:0 auto;}

    .news-left,.news-right{width: 100%;}

    .block-search {    

        margin: 0 auto;

        text-align: center;

        float: none;

    }

    .header-right{width: 100%;margin:10px 0;padding: 0}

    .tm_product_tab ul.tabbernav_product{ float: none; margin: 20px auto 0;display: block; text-align: center; width: 100%;}

    .tm_product_tab .tabbernav_product li{float: none;}

    .tm_product_tab .tab-main-title::before{display: none;}

    .owl-carousel .owl-item{text-align: center;}

    .minicart-wrapper::before{top:-5px;}

    .minicart-wrapper{margin:0;float: right;}

    .tm_blog .owl-carousel .owl-item {text-align: left;}

    ol.products{margin:0;}

    .footer-topper-cms .footer-topper-left span{font-size:72%;}

    .opc-estimated-wrapper .minicart-wrapper{float: right;}

    .search-autocomplete{top:60px;left: 7px;}

    .headertoggle_img{ text-align: left; }

    .header_customlink {

        padding: 15px 0px 15px 25px;

        border-right:none;

        border-left: 1px solid #e5e5e5;

        display: none;/*To remove customelink menus*/

        float: none;

        margin:15px 0 0 25px;

        vertical-align: top;

    }

    .header-nav{ position: relative; }

    .tab-title{ float: none; text-align: center; }

    .breadcrumbs{ float: none; }

    .headertopleft{ margin: 6px 0 0 18px;  padding: 9px 0 0 18px;}

    .page-main >.columns{margin-top: 0px;}

    .page-products .products-list .product-item-image{float: none;display: inline-block;}

    .list-left, .list-right {padding: 0;border: none;width: 100%;text-align: left;}

}

/* 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) {

    .brand-index-index .products-grid .product-item{width: 50%;}

    .tm_header_contact{display: none;}

    .header-contact{display: inline-block;}

    .flexslider{min-height:100px;}

    .header-logo{width: 100%;}

    .minicart-wrapper .block-minicart{top: 100%;}

    .tm_product_tab .tabbernav_product li{display: block;background: none;border:1px solid #d9d9d9;margin:5px 0;}

    .tm_headerlinks{left: 0;right: auto;}

    .tm_subbanner_cms .subbanner-outer > [class*="subbanner"] .subbanner{padding: 0;}

    .payment_block li{padding: 0 5px;}

    .page-products .sorter{float: left;}

    .product-social-links .action.tocompare,.product-social-links .action.mailto.friend, .product-social-links .action.towishlist{display: inline-block;}

    .wishlist-index-index .products-grid li.product-item{width: 50%;}

    .cms-index-index.page-layout-1column .block.widget .products-grid .widget-product-grid .product-item{width: 50%;}

    .cms-index-index.page-layout-1column .block.widget .products-grid .widget-product-carousel .product-item{width: 100%;}

    .tm_header_outer .minicart-wrapper .action.showcart{border-left: none;}

    .tm_advertise_banner_cms .ad_banner1{width: 100%;margin-right: 0%;}

    .tm_advertise_banner_cms .ad_banner2{width: 100%;margin-left: 0%;}

    .tm_advertise_banner_cms>div{margin-top:5px;margin-bottom: 5px;}

    .block.newsletter .actions{position: relative;right: auto;}

    .block.newsletter input{padding: 0 9px;}

    .serviceblock,.serviceblock2.serviceblock,.serviceblock:last-child{text-align: center;width: 100%;box-sizing: border-box;}

    .text-block{top:5px;}

    .text2{font-size: 14px;}

    .tm_product_tab .tabbernav_product .tab-text{margin: 0;}

    .minicart-items .product .product-item-details{position: static;}

    .minicart-items .product{position: relative;overflow: visible;}

    .minicart-wrapper .minicart-items-wrapper .product .actions{bottom:-27px;right: auto}

    .block #minicart-content-wrapper .block-content li{padding-bottom: 35px;}

    .block-search .block.block-content{top:33px;}

    .wishlist-index-index .actions-toolbar > .primary .action,.wishlist-index-index .actions-toolbar > .secondary .action{margin-bottom: 11.5px}

    .products-list .product-item-details{float: none;}

    .tm_product_tab .owl-controls .owl-nav div{top:-20px;}

    .tm_product_tab .tm_product_tab .tabbernav_product .tab-text{margin: 0;}

    .page-products .column.main .product-items{margin-left: 0;}

    .page-products .column.main .product-item{padding-left: 0;}

    .block.newsletter .footer_newsletter h6{margin-bottom: 10px;}

    .page-layout-2columns-left .footer-topper-cms .footer-topper-left,.footer-topper-cms .footer-topper-left{width: 100%;font-size: 160%;}

    .page-layout-2columns-left .footer-topper-cms .footer-content{width: 100%;padding-left: 0;}

    .blog-image{margin-right: 0;}

    .inner-image-blog{margin-right: 0;}

    .tm_blog .blog .post-content-inner{width: 100%;}

    .post-title{margin-top: 10px;}

    /*Product Page CSS*/

    .gallery-placeholder{width: 100%;}

    .page-layout-1column .product.media{margin:0;padding: 0; }

    .page-products.catalog-category-view .products-grid .product-item{width: 50%;}

    /*Product Page CSS Ends*/

    /*Blog Page CSS*/

    .product-image-inner-blog .post-ftimg-hld,.blog-index-index .product-image-inner-blog .post-ftimg-hld{width: 100%;float: none;max-width: 100%;}

    .blog-index-index .blog_inner .blog-right-content,[class^="blog-author-"] .blog-right-content{padding-left: 0;margin-top:10px;}

    /*Blog Page CSS Ends*/

    .search-autocomplete{top:60px;left: 0px;}

    .block.newsletter .field .control{ margin: 0px; }

    .blog .post-content-inner{padding-left: 0;}

    .blog-right-inner{margin-right: 0;}

    .social-icons .social-icon a{margin:0 3px;}

    .pages .pages-items{padding: 2px 40px;}

    .flex-direction-nav li a.flex-prev,.flex-direction-nav li a.flex-next{display: none;}

    .minicart-wrapper.active .action.showcart{float: none;}

    .product-item-details .product-item-inner .action.tocart.primary span,.wishlist-index-index .action.tocart.primary span{display: none;}

    .product-item-details .product-item-inner .action.tocart.primary::before,

    .wishlist-index-index .product-item-inner .action.tocart.primary::before

    {content: "\f07a";line-height: 1;font-family: "FontAwesome";font-size: 16px;vertical-align: middle;color:#000000;}

    .product-item-details .product-item-inner .action.tocart.primary:hover::before,.wishlist-index-index .product-item-inner .action.tocart.primary:hover::before{color:#ffffff;}

    .product-item-info: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:#ffffff;}

    .product-item .tocart,.wishlist-index-index .product-item .tocart{padding: 8px;}

    .block.upsell .category-title h2 strong, .block.related .category-title h2 strong, .block.crosssell .category-title h2 strong{font-size: 17px}

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

    .products-list .product-item .tocompare,.products-list .product-item .action.towishlist{margin:0px;display: block;}

}

/* Mobile Landscape Size to Mobile Portrait (devices and browsers) */

@media (min-width: 320px) and (max-width: 479px) {.flexslider { min-height: 108px;}}

@media (max-width: 319px){.flexslider { min-height: 50px;}}

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

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

.column.main ul.sitelist .sitemap-list ul .sitemap-list li a{
    background: url(/media/wysiwyg/images/subcat_arrow.png) no-repeat scroll 1px center transparent;
    padding: 15px;
}
.column.main ul.sitelist .sitemap-list li h3 a {
    color: #1e7ec8;
    font-weight: bold;
    background: url(/media/wysiwyg/images/subcat_arrow.png) no-repeat scroll 1px center transparent;
    padding: 12px;
}
.no-display {
    display: none !important;
}
.sidebar .block-content{
    border: 1px solid #e6e6e6;
}
body.sendfriend-product-send .page-wrapper{
    background: #f7f7f7;
}
#product-sendtofriend-form fieldset.fieldset{
    padding-left: 0;
}
#product-sendtofriend-form{
    width: 100%;
}
.form.send.friend .fieldset .field{
    width: 313px !important;
}
.form.send.friend .fieldset > .legend, form .legend{
    font-weight: bold;
    border-bottom: 1px solid #d9d9d9;
}
.form.send.friend .fieldset > .legend span:after{
    content: ":";
}
.form.send.friend input{
    height: 30px;
}
.form.send.friend .fieldset>.field>.label, .form.send.friend .fieldset>.fields>.field>.label{
    margin: 0;
    font-weight: normal;
}
.form.send.friend .fieldset>.field>.label span:after{
    content: ":";
}
.category-bottom-description {	
    padding-bottom: 30px;
}
.cms-index-index .breadcumb_outer.container-width{
    display: none;
}
.navigation .level0.parent:hover>.submenu {
    overflow: visible !important;
    display: block !important;
}
.navigation .level0.parent>.submenu {
    display: none !important;
}
.category-description, .category-bottom-description{
    color: #000;
}
.page-products .product-item-name > a {
    color: #555;
}
.actions-toolbar>.secondary .action.back{
    display: inline-block;
    background: #777c34;
    color: #fff;
    box-shadow: none;
    min-width: 66Px;
}
@media (max-width: 767px){

    .owl-nav{display: block !important;}

}
body.catalog-product-view.page-layout-2columns-left .column.main{
    width: 100%;
}
/* blog */
.wordpress-homepage-view .post-list-wrapper .post-list-item h2 a{
    font-size: 18px;
    font-weight: 400;
    text-transform: uppercase;
    color:#000000;
}  
.wordpress-homepage-view .post-list-wrapper .post-list-item h2 a:hover{
    color: #c1a739;
}
.post-excerpt img {
    width: 45%;
    border: 2px solid #ededed;
    padding: 6px;
}
.post-content p img {
    width: 45%;
    border: 1px solid #ddd;
    padding: 6px;
}    
.post-list-wrapper .post-list.grid li {
    width: 100% !important;
    margin: 0;
}  
.post-excerpt a.read-more{
    color: #000000;
    font-size: 14px;
    display: block;
}
.post-excerpt a.read-more:hover{ color: #fb7c3c; }
.is-blog.wordpress-homepage-view h1.page-title span.base { 
    display : none; 
}
.block.block-blog.block-blog-search .block-title{
    display:none;
}
.is-blog.wordpress-post-view h1.page-title span.base {
    display: none; 
}
.post-entry h2{
    line-height: 20px;
    font-weight: 600;
    margin: 0px 0 15px;
    font-size: 20px;
}
.post-list-item h2{
    margin: 0px 0 15px;
    padding: 0px 0 15px;
    font-size: 18px;
    font-weight: 400;
    text-transform: uppercase;  
}
.post-date.post-meta-item span{
    color: #808080;
}
.wp-sidebar .blog-search button.button{
    position: absolute;
    right: 30px;
    box-shadow: none;
    background: none;
    color: #8f8f8f;
}
.post-view .post-meta {
    padding-bottom:20px;
}
.post-view .post-entry h2 a:hover, .post-content a{
    color: #c1a739; 
}
.post-view .post-entry h2 a{ color: #000000; }
.wp-sidebar .block-content li.item{
    border-width: 0px 0 1px 0px;
    border-style: dashed;
    border-color: #e6e6e6;
}
.wp-sidebar .block.block-blog.block-recent-posts .block-title{ margin:0px; }
.wp-sidebar .block.block-blog.block-recent-posts .block-title strong{ 
    font-weight: 700;
    font-size: 14px;
}
.wp-sidebar .block-content li.item:last-child{ border-bottom:0px; }
.post-list-wrapper .post-excerpt{
    line-height:24px;
}
.post-title a.post-item-link{
    color:#000000;
}
.post-tags.post-meta-item a{
    color: #808080 !important;
}
.post-tags.post-meta-item{ 
    margin-bottom: 10px;
}
.post-date.post-meta-item{
    margin-bottom: 13px;
}
.post-list-item .post-meta{
    position: relative;
    bottom: 11px;
}
.post-view .post-tags.post-meta-item{
    display: none;
}
.post-list-wrapper .pager p.toolbar-amount span.toolbar-number { display: none; }
.post-list-wrapper .pager{ text-align: center; }
.is-blog.wordpress-homepage-view.page-layout-2columns-left .column.main{ width: 75.97499999999999%; }
/*.post-list-item h2 a, .alink{
 *         color:#000000 !important;
 *         }
 *         .post-list-item h2 a, .alink:hover{
 *                 color: #c1a739;
 *                 }*/
.post-list-item a {
    color: #000000;
}
.cms-index-index .blog-image .post-image-hover{
    width: 241px;
}
.select2-container--default .select2-search--inline .select2-search__field, .select2-container .select2-search--inline, 
.select2-results__option[aria-selected]{
    margin: 0;
}
.select2-container .select2-selection--multiple, .select2-container--default .select2-search--inline .select2-search__field{
    height: 45px;
    margin: 0 !important;
}
.post-excerpt img, .post-image img {
    display: block !important;
    margin-left: auto !important;
    margin-right: auto !important;
    width: 50% !important;
    border: 2px solid #ededed;
    padding: 6px;
}

 

.post-list-item .post-image a {
    display: block !important;    
}

.post-content img {
	display: block !important;	
}

.post-content ul>li {
    list-style-type:disc !important;margin-left: 20px;
  }

.product.attribute.description .quick-items p{
display : block !important;
}


.page-products .product-carousel.owl-carousel .owl-stage{
    justify-items: center;
}
 

