html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym,
address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    vertical-align: baseline;
}

.header-logo .login-home .icon-cart {
    background-image: url(../images/cart.png);
}
#prev {
    background: transparent url("../images/carousel/gui/carousel_nav.png") no-repeat 0 0;
}
#next, #next:hover   {
    background: transparent url("../images/carousel/gui/carousel_nav.png") no-repeat -19px 0;
}
#prev:hover {
    background: transparent url("../images/carousel/gui/carousel_nav.png") no-repeat 0 0;
}

.bx-wrapper .bx-prev {
    background: url(../images/controls.png) no-repeat 0 -50px;
}

.bx-wrapper .bx-next {
    background: url(../images/controls.png) no-repeat -43px -50px;
}

.product-mobile-slider > li{
    visibility: hidden;
    min-width: 1px;
    min-height: 1px;
}

.es-nav span{background:transparent url(../images/nav_thumbs.png) no-repeat top left;}
.rg-image-nav a{background:#000 url(../images/nav.png) no-repeat -20% 50%;}

/*** ESSENTIAL STYLES ***/
.sf-menu, .sf-menu * {
    list-style: none;
}
.sf-menu li {
    position: relative;
}
.sf-menu ul {
    position: absolute;
    display: none;
    top: 100%;
    left: 0;
    z-index: 1000;
}
.sf-menu > li {
    /*float: left;*/
}
.sf-menu li:hover > ul,
.sf-menu li.sfHover > ul {
    display: block;
}

.sf-menu a {
    display: block;
    position: relative;
}
.sf-menu ul ul {
    top: 0;
    left: 100%;
}
/*** Margin helpers ***/
.m-center { margin: 0 auto; }
.m-top { margin-top: 10px; }
.m-bottom { margin-bottom: 10px; }
.m-left { margin-left: 10px; }
.m-right { margin-right: 10px; }
.m-double-top { margin-top: 20px; }
.m-double-bottom { margin-bottom: 20px; }
.m-double-left { margin-left: 20px; }
.m-double-right { margin-right: 20px; }
.m-half-top { margin-top: 5px; }
.m-half-bottom { margin-bottom: 5px; }
.m-half-left { margin-left: 5px; }
.m-half-right { margin-right: 5px; }
.m-clear { margin: 0; }
/*** DEMO SKIN ***/

.sf-menu ul {
    box-shadow: 2px 2px 6px rgba(0,0,0,.2);
    min-width: 12em; /* allow long menu items to determine submenu width */
    *width: 12em; /* no auto sub width for IE7, see white-space comment below */
}
.sf-menu a {
    padding: .75em 1em;
    text-decoration: none;
    zoom: 1; /* IE7 */
}

.sf-menu li {
    white-space: nowrap; /* no need for Supersubs plugin */
    *white-space: normal; /* ...unless you support IE7 (let it wrap) */
    -webkit-transition: background .2s;
    transition: background .2s;
}
/*
.sf-menu ul li {
    background: #AABDE6;
}
.sf-menu ul ul li {
    background: #9AAEDB;
}
.sf-menud li:hover,
.sf-menud li.sfHover {
    background: #CFDEFF;

}*/

/*** arrows (for all except IE7) **/
.sf-arrows .sf-with-ul {
    /*padding-right: 2.5em;*/
    *padding-right: 1em; /* no CSS arrows for IE7 (lack pseudo-elements) */
}
/* styling for both css and generated arrows */
.sf-arrows .sf-with-ul:after {
    /*content: '';*/
    position: absolute;
    top: 50%;
    right: 1em;
    margin-top: -3px;
    height: 0;
    width: 0;
    /* order of following 3 rules important for fallbacks to work */
    border: 5px solid transparent;
    border-top-color: #dFeEFF; /* edit this to suit design (no rgba in IE8) */
    border-top-color: rgba(255,255,255,.5);
}
.sf-arrows > li > .sf-with-ul:focus:after,
.sf-arrows > li:hover > .sf-with-ul:after,
.sf-arrows > .sfHover > .sf-with-ul:after {
    border-top-color: white; /* IE8 fallback colour */
}
/* styling for right-facing arrows */
.sf-arrows ul .sf-with-ul:after {
    margin-top: -5px;
    margin-right: -3px;
    border-color: transparent;
    border-left-colorZ: #dFeEFF; /* edit this to suit design (no rgba in IE8) */
    border-left-colorZ: rgba(255,255,255,.5);
}
.sf-arrows ul li > .sf-with-ul:focus:after,
.sf-arrows ul li:hover > .sf-with-ul:after,
.sf-arrows ul .sfHover > .sf-with-ul:after {
    border-left-color: white;
}

/*
== jquery thumbnail/image scroller ==
Plugin URI: http://manos.malihu.gr/jquery-thumbnail-scroller/
*/



/*
CONTENTS:
    1. BASIC STYLE - Plugin's basic/essential CSS properties (normally, should not be edited).
    2. SCROLLING BUTTONS STYLE - buttons size, background, color, positioning etc.
    3. THUMBNAILS STYLE - basic thumbnails CSS.
    4. THEMES - Scroller colors, dimensions, backgrounds etc. via ready-to-use themes.
*/



/*
------------------------------------------------------------------------------------------------------------------------
1. BASIC STYLE
------------------------------------------------------------------------------------------------------------------------
*/

.mThumbnailScroller{ -ms-touch-action: none; touch-action: none; /* MSPointer events - direct all pointer events to js */ }
.mThumbnailScroller.mTS_no_scroll{ -ms-touch-action: auto; touch-action: auto; }

.mTSWrapper{
    position: relative;
    overflow: hidden;
    height: 100%;
    max-width: 100%;
    outline: none;
    direction: ltr;
}

.mTSContainer{
    margin: 0;
    padding: 0;
    overflow: hidden;
}

ul.mTSContainer, ol.mTSContainer{ list-style: none; }

.mTSThumb,
ul.mTSContainer > li img{ vertical-align: bottom; }

.mTS_vertical .mTSContainer{
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.mTS_horizontal .mTSContainer{
    margin-left: 0 !important;
    margin-right: 0 !important;
}
.img-thumbnail{
    padding: 0px;
}
/*
------------------------------------------------------------------------------------------------------------------------
2. SCROLLING BUTTONS STYLE
------------------------------------------------------------------------------------------------------------------------
*/

.mTSButton{
    /* button size (if changed, also change the buttons top and left margins below) */
    width: 20px;
    height: 20px;
    line-height: 20px;
    padding: 14px;
    /* ---------- */
    overflow: hidden;
    text-align: center;
    background-color: #000; /* button background */
    color: #fff; /* non-svg button icon color */
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    /* show button effect (fades-in button from zero size) */
    opacity: 1;
    -webkit-transition: height 0s ease-out 0s, width 0s ease-out 0s, padding 0s ease-out 0s, opacity .2s ease-out 0s;
    -moz-transition: height 0s ease-out 0s, width 0s ease-out 0s, padding 0s ease-out 0s, opacity .2s ease-out 0s;
    -o-transition: height 0s ease-out 0s, width 0s ease-out 0s, padding 0s ease-out 0s, opacity .2s ease-out 0s;
    -ms-transition: height 0s ease-out 0s, width 0s ease-out 0s, padding 0s ease-out 0s, opacity .2s ease-out 0s;
    transition: height 0s ease-out 0s, width 0s ease-out 0s, padding 0s ease-out 0s, opacity .2s ease-out 0s;
    /* ---------- */
}

/* buttons positioning */

.mTSButtonDown{
    top: auto;
    bottom: 0;
}

.mTSButtonRight{
    left: auto;
    right: 0;
}

.mTSButtonUp,
.mTSButtonDown{ /* margin is half the button size */
    left: 50%;
    margin-left: -24px;
}

.mTSButtonLeft,
.mTSButtonRight{ /* margin is half the button size */
    top: 50%;
    margin-top: -24px;
}

.mTSButtonIconContainer{
    display: inline-block;
    position: relative;
    width: 100%;
    padding-bottom: 100%;
    overflow: hidden;
}

.mTSButtonIcon{ /* SVG icon */
    display: inline-block;
    fill: #fff; /* button icon color */
    position: absolute;
    top: 0;
    left: 0;
}

.mTSButton.mTS-hidden{
    /* hide button effect (fades-out button to zero size) */
    opacity: 0;
    height: 0;
    width: 0;
    padding: 0;
    -webkit-transition: height 0s ease-out .2s, width 0s ease-out .2s, padding 0s ease-out .2s, opacity .2s ease-out;
    -moz-transition: height 0s ease-out .2s, width 0s ease-out .2s, padding 0s ease-out .2s, opacity .2s ease-out;
    -o-transition: height 0s ease-out .2s, width 0s ease-out .2s, padding 0s ease-out .2s, opacity .2s ease-out;
    -ms-transition: height 0s ease-out .2s, width 0s ease-out .2s, padding 0s ease-out .2s, opacity .2s ease-out;
    transition: height 0s ease-out .2s, width 0s ease-out .2s, padding 0s ease-out .2s, opacity .2s ease-out;
    /* ---------- */
}



/*
------------------------------------------------------------------------------------------------------------------------
3. THUMBNAILS STYLE
------------------------------------------------------------------------------------------------------------------------
*/

/* thumbnail container (default: li) */

.mTS_horizontal .mTSThumbContainer,
.mTS_horizontal ul.mTSContainer > li{ float: left; }



/*
------------------------------------------------------------------------------------------------------------------------
4. THEMES
------------------------------------------------------------------------------------------------------------------------
*/

/* theme: "buttons-in" */

.mTS-buttons-in{
    padding: 14px;
    background-color: #000;
}

.mTS-buttons-in .mTSButtonIcon{ fill: #fff; }

.mTS-buttons-in .mTSWrapper,
.mTS-buttons-in .mTSButton{ background-color: inherit; }

.mTS-buttons-in .mTSButtonLeft,
.mTS-buttons-in .mTSButtonRight{
    width: 24px;
    height: 48px;
    padding: 24px 4px 0 4px;
    margin-top: -36px;
}

.mTS-buttons-in .mTSButtonUp,
.mTS-buttons-in .mTSButtonDown{
    width: 24px;
    height: 24px;
    padding: 4px 24px;
    margin-left: -36px;
}

.mTS-buttons-in .mTSButton.mTS-hidden{
    height: 0;
    width: 0;
    padding: 0;
}

.mTS-buttons-in .mTSButton:not(.mTS-hidden){ opacity: .4; }

.mTS-buttons-in:hover .mTSButton:not(.mTS-hidden){ opacity: 1; }

.mTS-buttons-in .mTS_vertical .mTSThumbContainer{ margin: 14px 0; }

.mTS-buttons-in .mTS_vertical .mTSThumbContainer:first-child{ margin-top: 0; }

.mTS-buttons-in .mTS_vertical .mTSThumbContainer:last-child{ margin-bottom: 0; }

.mTS-buttons-in .mTS_horizontal .mTSThumbContainer{ margin: 0 7px; }

.mTS-buttons-in .mTS_horizontal .mTSThumbContainer:first-child{ margin-left: 0; }

.mTS-buttons-in .mTS_horizontal .mTSThumbContainer:last-child{ margin-right: 0; }

/* ---------------------------------------- */



/* theme: "buttons-out" */

.mTS-buttons-out{
    padding: 6px;
    background: #000;
}

.mTS-buttons-out .mTSButtonIcon{ fill: #000; }

.mTS-buttons-out .mTSButton{
    background-color: transparent;
    width: 36px;
    height: 36px;
    line-height: 42px;
    padding: 6px;
}

.mTS-buttons-out .mTSButton.mTS-hidden{
    height: 0;
    width: 0;
    padding: 0;
}

.mTS-buttons-out .mTS_vertical .mTSThumbContainer{ margin: 6px 0; }

.mTS-buttons-out .mTS_vertical .mTSThumbContainer:first-child{ margin-top: 0; }

.mTS-buttons-out .mTS_vertical .mTSThumbContainer:last-child{ margin-bottom: 0; }

.mTS-buttons-out .mTS_horizontal .mTSThumbContainer{ margin: 0 3px; }

.mTS-buttons-out .mTS_horizontal .mTSThumbContainer:first-child{ margin-left: 0; }

.mTS-buttons-out .mTS_horizontal .mTSThumbContainer:last-child{ margin-right: 0; }

/* ---------------------------------------- */



/* theme: "hover-full" */

.mTS-hover-full{
    padding: 8px;
    background: rgba(0,0,0,.2);
}

.mTS-hover-full .mTS_vertical .mTSThumbContainer{ margin: 8px 0; }

.mTS-hover-full .mTS_vertical .mTSThumbContainer:first-child{ margin-top: 40px; }

.mTS-hover-full .mTS_vertical .mTSThumbContainer:last-child{ margin-bottom: 40px; }

.mTS-hover-full .mTS_horizontal .mTSThumbContainer{ margin: 0 4px; }

.mTS-hover-full .mTS_horizontal .mTSThumbContainer:first-child{ margin-left: 40px; }

.mTS-hover-full .mTS_horizontal .mTSThumbContainer:last-child{ margin-right: 40px; }

/* ---------------------------------------- */

/**
 * BxSlider v4.0 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2012
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
 */


/** RESET AND LAYOUT
===================================*/

.bx-wrapper {
    position: relative;
    margin: 0 auto 5px;
    padding: 0;
    *zoom: 1;
}

.bx-wrapper img {
    max-width: 100%;
    display: block;
    max-height: 500px;
}

/** THEME
===================================*/

.btn-link{
  font-size: 18px;
  text-decoration: underline;
}

.bx-wrapper .bx-viewport {
    -moz-box-shadow: 0 0 5px #ccc;
    -webkit-box-shadow: 0 0 5px #ccc;
    box-shadow: 0 0 5px #ccc;
    background: #fff;
}

.bx-viewport {
    max-height: 500px !important;
}

/* LOADER */

.bx-wrapper .bx-loading {
    min-height: 50px;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2000;
}

/* PAGER */

.bx-wrapper .bx-pager {
display: none;
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
    display: inline-block;
    *zoom: 1;
    *display: inline;
}

.bx-wrapper .bx-pager.bx-default-pager a {
    text-indent: -9999px;
    display: block;
    width: 10px;
    height: 10px;
    margin: 0 5px;
    outline: 0;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover{
    background: #000;
}

/* DIRECTION CONTROLS (NEXT / PREV) */

.bx-wrapper .bx-prev {
    left: 10px;
}

.bx-wrapper .bx-next {
    right: 10px;
}

.bx-wrapper .bx-prev:hover {
    background-position: 0 0;
}

.bx-wrapper .bx-next:hover {
    background-position: -43px 0;
}

.bx-wrapper .bx-controls-direction a {
    position: absolute;
    top: 50%;
    margin-top: -36px;
    outline: 0;
    width: 32px;
    height: 32px;
    text-indent: -9999px;
    z-index: 5;
}

.bx-wrapper .bx-controls-direction a.disabled {
    display: none;
}

/* AUTO CONTROLS (START / STOP) */

.bx-wrapper .bx-controls-auto {
    text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
    display: block;
    text-indent: -9999px;
    width: 10px;
    height: 11px;
    outline: 0;
    margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
    background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
    display: block;
    text-indent: -9999px;
    width: 9px;
    height: 11px;
    outline: 0;
    margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
    background-position: -86px -33px;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
    text-align: left;
    width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
    right: 0;
    width: 35px;
}

/* IMAGE CAPTIONS */

.bx-wrapper .bx-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    background: #666\9;
    background: rgba(80, 80, 80, 0.75);
    width: 100%;
}

.bx-wrapper .bx-caption span {
    color: #fff;
    font-family: Arial;
    display: block;
    font-size: .85em;
    padding: 10px;
}
.bx-wrapper .bx-controls-direction a{
    height: 58px;
}
.bx-wrapper .bx-prev {
    left: 10px;
}
.bx-wrapper .bx-next {
    right: 10px;
}
.bx-wrapper .bx-next:hover{
    background-position: -43px -50px!important;
}
.bx-wrapper .bx-prev:hover {
    background-position: 0px -50px!important;
}

/* BEGIN theme CSS */


.container{
  padding-left: 0;
  padding-right: 0;
}
.text-right{
  text-align: right;
}
.text-left{
  text-align: left;
}
.visible-phone{display: none;}
.visible-desktop{display: block;}
/*Logo*/
.logo-text{
    text-decoration: none;
    text-transform: uppercase;
    font-style: oblique;
    font-size: 32px;
    position: absolute;
    top: 28px;
}
.logo-text:hover{
    text-decoration: none;
    opacity: 0.8;
}
.logo-image{
  top: 15px;
  position: absolute;
}
.header-logo .img,
.header-logo img{
  max-height: 90px;
}
.header-logo h1{
    margin: auto;
  font-weight: normal;
    line-height: normal;
}
.header-logo .followus a .fa-4x{
  font-size: 20px;
}
/*Headers*/
.titles h1,
.featured-products-header{
    font-size: 26px;
    font-weight: 300;
    padding:0 20px 0 20px;
    margin: 10px 0;
    opacity: 0.7;
}
.titles2 h2{
  font-size:26px;
  font-weight:300;
  margin:0px;
  text-transform:uppercase;
  float: left;
}
/*Nav*/
.navbar-nav{
    padding: 5px 0;
}
.navbar-nav>li>a {
  padding-top: 8px;
  padding-bottom: 8px;
}
.nav>li>a:focus, 
.nav>li>a:hover{
    background-color: transparent;
}
nav.mobile select {
  width: 100%;
  font-size: 17px;
}
#main_navigation{
    width: 100%;
}
.navbar-wrapper > .container{
    margin: 0px;
    width: 100%;
}
.desktop-nav-fixed{
    position: fixed;
    top: -80px;
    z-index: 999;
}
.desktop-nav-normal{
    margin-bottom: 0px;
}
.searchbox input{
    width: 100%;
    border: none;
}
/* Search suggestions */
.search-suggest{
    position: absolute;
    top: 32px;
    right: 14px;
    z-index: 1000;
    display: none;
    width: 400px;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,.14),0 3px 1px -2px rgba(0,0,0,.2),0 1px 5px 0 rgba(0,0,0,.12);
    -webkit-overflow-scrolling: touch;
}
.search-suggest_list{
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
}
.search-suggest_item{
    list-style-type: none;
}
.search-suggest_link{
    position: relative;
    display: block;
    float: left;
    min-height: 60px;
    width: 100%;
    padding: 5px 10px;
    box-sizing: border-box;
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
    list-style-type: none;
}
.search-suggest_link:hover,
.search-sugget_link:focus{
    text-decoration: none;
}
.search-suggest_all-results-link{
    min-height: initial;
    padding: 10px;
    text-align: center;
    text-decoration: underline;
}
.search-suggest_all-results-link:hover{
    text-decoration: underline;
}
.search-suggest_text{
    display: inline-block;
    float: left;
    width: 70%;
}
.search-suggest_product-name,
.search-suggest_price,
.search-suggest_installments{
    text-align: left;
    white-space: normal;
    font-size: 14px;
    line-height: normal;
}
.search-suggest_installments .max_installments{
    padding: 0;
    font-size: 11px;
}
.search-suggest_image-container{
    width: 40px;
    float: left;
    margin-right: 10px;
    padding-top: 3px;
}
.search-suggest_image{
    max-width: 100%;
    max-height: 45px;
}
.search-suggest_icon{
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -7px;  
    width: 30px;
    text-align: right;
}
.customer-container{
  float: left;
}
.cart-container p{
float: left;
}
.cart-container i{
margin-right: 5px;
float: left;
font-size: 16px;
}
/*Home Page*/

/****** Home Sidebar *******/
.home-container .right-col{
    margin-top: 20px;
}
.home-container .left-col{
    padding-right: 5px;
}

#categories-column.sidebar-home{
    width: 100%;
    padding: 10px;
    margin-bottom: 30px;
}
#categories-column.sidebar-home.short-bar{
    min-height: 327px;
}
.sidebar h4{
    padding-bottom: 10px;
}
#categories-column.sidebar-home h4{
    font-weight: normal;
    font-size: 16px;
    padding: 10px;
    margin: -10px -10px 10px -10px;
}
#categories-column .home-categories-list a{
    font-size: 14px;
}
.sidebar ul li{
    list-style: none;
}
#categories-column.sidebar-home #show-more-cats{
    float: left;
    width: 100%;
    margin-bottom: 0px;
    height: 30px;
}
/******end*******/
.home-container .slider-container{
    position: relative;
    width: 100%;
    margin-top: 0px;
    float: right;
}
.home-container .slider-container i{
    position: absolute;
    font-size: 48px;
    z-index: 99;
    left: 50%;
    margin-left: -20px;
    top: 220px;
    color: grey;
}
.bx-wrapper img{
  width: 100%;
}
.btn-see-all-prods{
    margin: 10px auto 20px auto;
}
.facebook-like-widget, .twitter-like-widget{
    text-align: center;
    margin-bottom:30px;
}
.social-title{
    text-align: center;
    clear: both;
}
.social-title h3{
  font-size: 26px;
  font-weight: 300;
  padding: 0 20px 10px 20px;
  margin: 10px auto 20px auto;
  opacity: 0.7;
  width: 60%;
}
/*Product Detail Page*/

/* Insta variations */
.insta-variations_btn{
    width: auto;
    padding: 1px;
    margin: 5px 10px 10px 0;
    height: 30px;
}
.insta-variations_btn-custom{
    width: auto;
    padding: 1px 8px;
}
.insta-variations_btn span{
    cursor: pointer;
    height: 24px;
    width: 24px;
    opacity: 0.7;
}
.insta-variations_btn .insta-variations_btn-custom{
    width: auto;
}
.insta-variations_btn.selected span {
    opacity: 1;
}
.productCTAContainer{
  clear: both;
}
.addToCartButton .alert{
    margin-top: 5px;
}
.productCTAContainer .col-md-10{
  float: right;
}
#my-thumbs-list ul{
    display: none;
}
#my-thumbs-list.show-thumbs ul{
    display: block;
}
#my-thumbs-list{
    text-align: center;
}
#my-thumbs-list .fa-cog{
    font-size: 28px;
    margin-top: 10px;
}
.mTSButtonIconContainer{
  position: absolute;
  padding: 0;
  top: 4px;
  left: 0;
  font-size: 20px;
  font-weight: bold;
}
.mTSButtonLeft, .mTSButtonRight{
  top: 60%;
  margin-top: -24px;
  opacity: 0.9;
}
.imagecolContent {
  position: relative;
}
.imagecol .img-thumbnail{
 width: 100px;
height: 100px;
overflow: hidden;
border: 0px;
}
.mTS_horizontal ul.mTSContainer > li:last-child{
    border-right: 0px;
}
.imagecol .img-thumbnail img{
    height: 100px;
  overflow: hidden;
  float: left;
}
.thumbnails-hide-arrow .mTSButton{
    display: none;
}
#thumbs-list{
  display: none;
}
.mTSWrapper{
    margin-top: 10px;
}
.mTSContainer li.img-thumbnail:first-child{
  border-left: none;
}
.mTSContainer li.img-thumbnail:last-child{
  border-right: none;
}
.imagecol .mTSContainer .mTSThumbContainer:last-child .img-thumbnail{
  border-right: none;
}
.imagecol .img-thumbnail{
  height: 100px;
}
.imagecolContent .cloud-zoom-wrap a img, .cloud-zoom-wrap {
  margin: auto;
  height: auto;
  max-height: 452px;
}
.cloud-zoom-wrap {
  position: relative;
}
#cloud-zoom-big{
   width: 100%!important;
   background-repeat: no-repeat!important;
   height: 100%;
}
.mousetrap {
  width: 100%!important;
  height: 100%!important;
}
.img-thumbnail{
  border-radius: 0;
}
.user-product-description ul li a, .user-product-description ol li a{
  text-decoration: none;
}
.user-product-description table{
  width: 90%;
}
.user-product-description table tr th{
 border-bottom: 1px solid;
}
.user-product-description table tbody tr:nth-child(n+1){
height: 30px;
}
/* Mobile Zoom */
.mobile-zoom_panel{
  display: none;
}
/* Installments detalis */
.installments_selected-gw,
.installments_label-selected-gw{
    font-size: 14px;
}
select[disabled],  
.installments_main-container select[disabled] {
    cursor: not-allowed;
    color: #ccc;
}

.installments_main-container select{
    color: black;/* To avoid select options custom color*/
}
.installments_gateways-tabs-container{
    border-bottom: 0;
}
.nav-tabs .installments_pill-tab-link{
    margin: 0 5px 5px 0;
    border-radius: 0;
    font-size: 14px;
}
.nav-tabs .installments_flag-tab-link{
    padding:2px;
    background-color: transparent;
    border: 0;
}
.nav-tabs .installments_flag-tab.active .installments_flag-tab-link,
.nav-tabs .installments_flag-tab.active .installments_flag-tab-link:focus{
    background-color: transparent;
    border: 0;
    line-height: 12px;
    outline-offset:0; 
}
.nav-tabs .installments_flag-tab .installments_flag-tab-link:hover{
    opacity: 0.8;
    background-color: transparent;
}
li.installments_flag-tab{
    position: relative;
    margin: 2px 5px 2px 2px;
}
.installments_flag-tab.active .installments_check-icon{
    display: block;
}
.installments_credit-card-image{
    height: 25px;
}
.installments_check-icon{
    display:none;
    position: absolute;
    top: -7px;
    right: -5px;
    font-size: 8px;
}
.installments_check-icon-gw{
    top: 0;
    right: 0;
    margin-top: -3px;
}
.installments_flags-tabs-container{
    position: relative;
    margin-bottom: 0;
    border: 0;
}
.installments_label{
    font-size: 14px;
    font-weight: normal;
}
.installment_text{
    font-size: 16px;
}
.installment_text-small{
    float: left;
    margin-bottom: -2px;
    font-size: 14px;
}
.installments_disabled-select{
    top: 0;
    left: 0;
}
.installments_disabled-select.hidden{
    display: none!important;
}  
.installment_cft_text{
    margin-top: 2px;
}
.installments {
  margin-top: 0;
  text-align: left;
}
.button.installments_close-button{
    height: auto;
    padding: 8px;
    font-size: 14px;
}
/* Installments details end */
#price_display{
  text-decoration: none;
}
.descriptioncol #price_display{
    font-size: 36px;
}
.addToCartContainer{
  clear: both;
}
.product-detail_labels-container{
    top: 10px;
    left: 0;
    font-size: 14px;
    z-index: 999; 
}
.imagecolContent .out-of-stock{
    background: rgb(207, 207, 207);
}
.prod_detail .price #compare_price_display{
  font-size: 20px;
  margin-right: 15px;
  text-decoration:line-through;
  opacity: 0.5;
}
.prod_detail .addbutton.nostock, .quick-content .addbutton.nostock{
  background: rgb(207, 207, 207);
  border: none;

}
.prod_detail .price-container{
  padding-right: 0;
}
.prod_detail #button-installments{
  float: left;
  text-align: left;
  text-decoration: none;
  font-size: 14px;
  font-weight: bold;
}
.user-product-description-fullwidth{
  width: 100%;
  clear: both;
  margin-top: 20px;
  float: left;
}
.shipping-calculator{
    float: left;
  width: 100%;
  margin-top: 20px;
}
#shipping-calculator li input[type="radio"]:checked + .shipping-option{
    border:0px solid;
}
#shipping-calculator li input[type="radio"]:checked + .shipping-option i{
    display: none;
}
.shipping-list .shipping-option{
    position:relative;
    cursor:pointer;
    width:80%;
    margin: 5px 0px;
    padding: 5px 0px;
}
.descriptioncol .shipping-list .shipping-option i{
 display:none;
}
.shipping-list{
  padding-left: 0;
  margin-top: 20px;
}
.shipping-list li{
  list-style: none;
}
.shipping-list li .shipping-method{
    display: none;
}
.shipping-list li span img{
    margin-right: 10px;
    max-width: 75px;
}
.spinner{
    width: 80px;
  height: 46px;
  text-align: center;
  margin-top: 5px;
}
label.variation-label {
  font-weight: normal;
}
.es-carousel ul li a img{
  height: 50px;
  margin: auto;
}
.shipping-calculator{
  margin-top: 20px;
}
.shipping-calculator-response{
  float: left;
  margin-top: 20px;
  clear: both;
  width: 100%;
} 
.related-title h2{
  font-size: 20px;
  font-weight: 400;
  margin: 2px 0;
  padding: 0 20px 0 20px;
}
#related-products{
  margin-top: 20px;
  margin-bottom: 30px;
}
.user-content h1{
    margin-top: 20px;
}
.user-content h1, .user-content h2, .user-content h3, .user-content ul, .user-content ol {
    margin-bottom: 20px;
}
.user-content ul, .user-content ol{
    margin-left: 25px;
}
.user-content img{
    margin: 10px 0px;
    width: auto;
    max-width: 100%!important;
    height: auto!important;
}
.user-content iframe{
    max-width:100%;
}
/*Footer*/
.seals .col-foot img {
    height: auto;
}
.seals div {
    float: left;
    margin: 0 5px 0px 0px;
}
.seals div img {
    max-height: 60px;
}
.afip {
    display: inline-block;
    margin: 0 10px;
}
.afip img {
    max-height: 30px;
    vertical-align: middle;
}
.afip img {
    max-height: 50px;
    vertical-align: middle;
}
.footer{
  margin-bottom: -22px;
}
.footer1 #wrapper-social .row-fluid .followus{
  padding-left: 0;
}
.footer1 #wrapper-social .row-fluid .followus a i{
  font-size: 20px;
}
.footer .footer1 .followus a:first-child{
  margin: 0;
}
.shipping-container{
    margin-top: 20px;
}
/* Modal Quickshop */
.modal-body{
  padding: 23px;
}
.modal-content{
  border-radius: 0;
}
.modal-body .close{
  position: absolute;
  top: 0;
  right: 6px;
}
.modal-dialog {
  width: 760px;
  margin: 30px auto;
}
.quickshop .imagecolContent img{
  max-width: 260px;
  padding-bottom: 1px;
}
.quickshop .descriptioncol .descriptioncolContent .titles{
  margin-bottom: 0;
}
.quickshop .descriptioncol .descriptioncolContent .titles h2{
  margin-top: 0;
  text-align: center;
  margin-bottom: 0;
  font-size: 20px;
}
.quickshop .descriptioncol #price_display{
    margin-bottom: 2px;
}
.quickshop .descriptioncol #compare_price_display{
    font-size: 20px;
    margin-right: 5px;
    opacity: 0.5;
    text-decoration: line-through;
}
.quickshop .descriptioncol .installments{
    margin-top: 5px;
  float: left;
  width: 100%;
  clear: both;
  text-align: center;
}
.quickshop .description {
  margin-top: 20px;
}
.products .quickshop .price{
    background: none;
    float: left;
    position: relative;
}
.form-control{
  border-radius: 0;
}
/*banner-services styles*/
#banner-services .span4 {
width: 33.3%;
}
#banner-services{
    padding: 20px 0px;
    margin-bottom: 20px;
    margin-top: 20px;
}
.banner-services-home{
    width: 100%;
    float: right;
    margin-bottom: 20px;
}

.banner-services-home .row-fluid{
    text-align: center;
}
.banner-services-home #banner-services{
   margin-bottom: 0px;
  display: inline-block;
  margin-top: 0px;
  width: 100%;
}
#banner-services .span4, #banner-services  .span6, #banner-services .span12{
    margin: 0;
    float: left;
}

#banner-services i{
    font-size: 42px;
}
#banner-services .service-text h4{
    text-transform: uppercase;
    font-size: 16px;
    margin: 0;
}
.banner-services-footer #banner-services{
    margin-bottom: 0;
    margin-top: 50px;
}
/*End Banner Services*/
/* HOME CATEGORIES ROW START */
.desktop-horizontal-categories {
    background-color: rgba(67, 67, 67, 0.04);
}
.desktop-horizontal-categories_list-item {
    background: none;
    padding: 0;
    margin: 10px 6px;
}
.mobile-nav_main-categories-container{
    position: fixed;
    top: 95px;
    bottom: 0;
    box-sizing: border-box;
    z-index: 999;
    padding-bottom: 150px;
    overflow: auto;
    width: 100%;
    height: 100%;
    -webkit-overflow-scrolling: touch;
}

.mobile-horizontal-categories{
    line-height: 50px;
     -webkit-overflow-scrolling: touch;
}
.mobile-horizontal-categories_list-item{
    margin: 0 2px;
}
.mobile-horizontal-categories .mobile-horizontal-categories_list-item:first-child{
    margin-left: 20px;
}
.mobile-horizontal-categories .mobile-horizontal-categories_list-item:last-child{
    margin-right: 20px;
}
.mobile-horizontal-categories_link{
    padding: 10px 10px 8px 10px;
    font-size: 12px;
}
/* HOME CATEGORIES ROW END */
/* --- password Page * ---- */
.password-page .password-page-body{
    height: 100%;
}
.password-page .password-container{
    width: 100%;
    clear: both;
    float: left;
}
.password-page .password-container .logo{
    margin: 0px auto 8px auto;
    text-align: center;
    float: left;
    width: 100%;
}
.password-page .password-container .logo img{
    max-width: 300px;
    max-height: 90px;
    margin: 10px 0px 0px 0px;
}
.password-page .password-container .logo.text-only{
    text-align: center;
}
.password-page .password-container .logo.text-only a{
    position: initial;
    margin: 20px 0px;
    display: block;
}
.password-page .password-container.titles{
    width: 60%;
    margin: 30px auto;
    float: none;
}
.password-page .password-container.password-message h2{
    font-size: 30px;
    font-weight: 300;
    padding: 0 20px 0 20px;
    margin: 10px 0;
    opacity: 0.7;
    line-height: initial;
    overflow-wrap: break-word;
    word-wrap: break-word;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
}
.password-page .password-container.password-icon .password-svg{
    width: 9%;
    margin-top: 40px;
    margin-bottom: 30px;
}
@-webkit-keyframes wiggle {
    0% {
        -webkit-transform:rotate(0deg);
    }
    25% {
        -webkit-transform:rotate(-4deg);
    }
    50%{
         -webkit-transform:rotate(4deg);
    }
    75% {
        -webkit-transform:rotate(0deg);
    }
    100%{
         -webkit-transform:rotate(0deg);
    }
}
.wiggle {
    -webkit-animation: wiggle 1.5s infinite;
    animation-delay: 2s;
}
.password-container .access-top{
    text-align: center;
    margin-top: 10px;
}
.password-container .access-top i.fa.fa-unlock{
    margin-top: 6px;
    position: absolute;
    right: 10px;
    font-size: 20px;
}
.password-page .password-footer{
    margin-top: 20px;  
}
.password-footer .footer2{
    padding-top: 0px;
}
.password-footer .footer .footer1{
    padding-bottom: 20px;
}
.password-footer form{
    text-align: center;
    width: 100%;
    margin-bottom: 20px;
}
.password-footer form .input-append{
    width: 20%;
    display: inline-block;
}
.password-footer form .alert{
    width: 40%;
    margin: auto;
}
/*Single Product*/

.nostock-image{
  top: 0;
  left: 0;
  z-index: 99;
  opacity: 0.6;
  text-align: center;
  height: 100%;
  width: 100%;
  background: #333;
  position: absolute;
}
.products .nostock-image .nostock{
  color: #fff;
  z-index: 999999;
  width: 100%;
  float: left;
  font-size: 18px;
  margin-top: 50%;
  text-transform: uppercase;
  font-weight: 400;
  opacity: 0.9;
}

.product-item_installments{
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 2px;
  padding-bottom: 5px;
  font-size: 13px;
}
#product_form{
  float: right;
  width: 100%;
}
.products .row{
  margin-bottom: 20px;
}
/* Product grid */
.product-item{
    width: 25%;
    padding: 8px;
}
.single-product-item{
    padding-top: 8px;
}
.product-item_image-container{
    margin: 0 8px;
    min-height: 80px;
    background: white;
}
.products .price{
    width: 100%;
   text-align: center;
   margin: auto;
  padding-top: 5px;
    padding-bottom: 6px;
}
.product-item_name a{
  font-size: 12px;
  display:block;
  text-transform:uppercase;
  word-break: break-word;
  line-height: initial;
}
/*Category Page*/
.product-table{
  margin-bottom: 20px;
}
.crumbPaginationContainer{
    float: left;
    width: 100%;
}
.loadMoreContainer {
  text-align: center;
}
.loadMoreContainer .button.secondary,
a.btn-see-all-prods {
    margin-bottom: 20px;
  font-size: 16px;
  color: #FFFFFF;
  padding: 10px 30px;
  cursor: pointer;
  width: 260px;
  float: none;
  display: block;
}
.loadMoreContainer .button.secondary:hover
.btn-see-all-prods:hover {
  text-decoration: none;
}
.loadingSpin {
  left: 0;
  top: 3px;
}
.loadingSpin {
  display: none;
  float: left;
  font-size: 1.1em;
  transform-origin: 42% 47% 0;
  -webkit-transform-origin: 42% 47% 0;
  -ms-transform-origin: 42% 47% 0;
  position: relative;
}
#no-more-products{
   display: none;
}
.sort-by-container{
    margin-bottom: 20px;
    width: 100%;
    height: 50px;
    margin-top: 10px;
}
.filter-by-sort {
    float: left;
    margin-right: 10px;
    padding-bottom: 2px;
    padding-top: 5px;
}
.pagination{
  margin: 0;
  border-radius: 0;
}
.pagination>li:first-child>a, .pagination>li:first-child>span{
  border-radius: 0;
}
.pagination>li:last-child>a, .pagination>li:last-child>span{
  border-radius: 0;
}
/*single product with sidebar*/
.prods-with-side .products.container{
    width: 990px;
}


/*Account Pages*/
.account-container{
  margin-top: 25px;
  margin-bottom: 30px;
}
.account-form-wrapper {
  margin: auto;
  float: none;
}
.form-horizontal{
  width: 600px;
  margin: 0 auto 80px auto;
}
.form-horizontal input{
  width: 100%;
  height: 32px;
  padding-left: 5px;
}
.form-horizontal .control-group{
    margin-bottom: 10px;
}
.form-horizontal .control-label{
  font-weight: normal;
  padding-bottom: 3px;
}
.form-horizontal .send{
  font-size: 16px;
  float: left;
  border: none;
  margin-top: 10px;
  padding: 10px;
  height: 45px;
  color: white;
}

form .button.facebook {
  width: 100%;
  border: #263a63;
  background-color: #3B5998;
  color: #fff;
  margin: 10px 0;
  height: 40px;
}
form .button.facebook:hover {
  opacity: 0.9;
  background-color: #3B5998;
  color: #fff;
}
form i.fa.fa-facebook {
  color: #fff;
  margin-top: 22px;
  margin-left: 17px;
  position: absolute;
  font-size: 19px;
  z-index: 9;
}
.featurette-or-divider {
  margin: -9px auto 24px auto;
}
.alert-error{
  text-transform: uppercase;
  margin-bottom: 0;
  padding: 8px;
  text-align: center;
}
.mobile-nav_empty-cart-alert{
    display: none;
}
.mobile-nav_search-row, 
.mobile-nav_second-row{
    display: none;
}
.contact-data .col-md-3, .contact-data .col-md-9{
  padding-left: 0;
}
.contact-data .span4, .contact-data .span8{
  float: left;
}
.contact-data .span8{
  margin-left: 10px;
}
.prod-consult{

}
.prod-consult img{

}
/*Account Orders*/
.customer-box h3, #orderBoxDesk h3{
    margin-bottom: 20px;
    font-size: 20px;
      margin-top: 10px;
}
.customer-box .profile-image, .customer-box .personal-data, .customer-box .addresses{
    float: left;
    margin-right: 20px;
}
#orderBoxMobile .wrapper {
    background-color: #fff;
    border-radius: 4px;
    border: 1px solid #ccc;
    margin-bottom: 15px;
}

#orderBoxMobile .wrapper h3 {
    border-bottom: 1px solid #ccc;
    line-height: 35px;
    margin: 0;
}

#orderBoxMobile .wrapper .data-left,
#orderBoxMobile .wrapper .data-right {
    width: 50%;
    text-align: center;
    border-bottom: 1px solid #ccc;
}

#orderBoxMobile .wrapper .data-left {
    float: left;
    border-right: 1px solid #ccc;
}

#orderBoxMobile .wrapper .data-right {
    float: right;
}

#orderBoxMobile .wrapper .row.last {
    background-color: #f2f2f2;
}

#orderBoxMobile .wrapper .checkout-link {
    display: block;
    text-align: center;
    padding: 10px;
    font-size: 16px;
  width: 90%;
  border: none;
  color: #FFFFFF;
  margin: auto;
}

#orderBoxMobile.dos .wrapper .row.head {
    height: 52px;
    border-bottom: 1px solid #ccc;
    background: #f2f2f2;
    margin: 0px;
}

#orderBoxMobile.dos .wrapper .data-left,
#orderBoxMobile.dos .wrapper .data-right {
    height: 45px;
    border: none;
    text-align: left;
}

#orderBoxMobile.dos .wrapper .data-right {
    text-align: right;
}

#orderBoxMobile.dos .wrapper .row {
  text-align: center;
  padding: 15px;
}

#orderBoxMobile.dos .wrapper .row .fa {
  width: 28px;
  height: 29px;
  color: #fff;
  padding: 8px 4px 4px 3px;
  text-align: center;
  margin-right: 6px;
  font-size: 14px;
}

#orderBoxMobile.dos .wrapper .row.prata {
    font-size: 22px;
    text-align: center;
}

#orderBoxMobile.dos .wrapper .row.last {
    border-top: 1px solid #ccc;
    margin: 0px;
}

#orderBoxMobile.dos .wrapper .row.pagamento {
    padding: 0 10px 16px 10px;
    margin-top: -10px;
    text-align: center;
}

#orderBoxMobile.dos .wrapper .row.pagamento .pending {
    color: red;
}
/*Account*/
#orderBoxDesk {
    display: block;
      margin-top: 40px;
  margin-bottom: 40px;
}
#orderBoxMobile{
    display: none;
}
.products .product-item_labels{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 15px;
    width: 70%;
    margin: auto;
    font-size: 14px;
}
.product-details-overlay {
    display: none;
    position: absolute;
    top: 30%;   
    left: 0;
    right: 0;
    width: 74%;
    margin: auto;
    padding: 10px 0;
    z-index: 100;
    font-size: 14px;
}
.product-details-overlay a{
  text-transform: uppercase;
  text-decoration: none;
}
.single-product-item:hover .product-details-overlay {
  display: block;
}
.single-product-item:hover .product-details-overlay a{
  display: block;
}
select.sort-by {
  width: 100%;
  padding: 4px;
}

/*Cart Page*/
.shipping-calculator .loading {
  margin: 23px;
  font-size: 1.8em;
  position: relative;
}
.emptyCart {
  text-align: center;
  padding: 10px;
  margin-bottom: 30px;
}
#shoppingCartPage .checkout-CTA-container{
    margin-bottom: 40px;
}
.cart-contents ul li{
  list-style: none;
}
.cart-contents .name{
  margin: 10px;
}
.cart-contents .productrow .col-price, .cart-contents .productrow .col-subtotal{
  padding-top: 34px;
}
.cart-contents .productrow .col-delete{
  padding-top: 32px;
}
.cart-contents .item-plus{
  background: rgb(102, 204, 153);
  border:none;
  color: white;
  margin-bottom: 2px;
  font-size: 14px;
}
.cart-contents .item-minus{
  background: rgb(219, 68, 61);
  border:none;
  color: white;
  font-size: 14px;
}
.cart-contents .border2 .col-delete button {
    color: rgb(219, 68, 61);
}
.cart-contents .col-quantity .quantity-input{
  width: auto;
  padding-right: 8px;
}
.cart-contents .col-quantity .quantity-buttons{
  width: 40px;
  float: left;
}
.cart-contents .col-quantity .quantity-buttons button{
  float: left;
}
.cart-contents .total-price{
  font-size: 24px;
  opacity: 0.8;
}
.shipping-zipcode{
  height: 42px;
  padding: 10px;
  margin-left:0;
  margin-right: 10px;
  color: black;
}
.shipping-input-container .calculatorButton{
  padding:10px;
  margin:5px 0 0 0;
}
.cart-contents .border2 a.name{
  float: left;
  margin-left: 10px;
  max-width: 250px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.cart-contents .border2 a.thumb{
    float: left;
    overflow: hidden;
    height: 106px;
    width: 100px;
}
.cart-contents .border2 a img{
  height: 106px;
  margin: auto;
  text-align: center;
  display: block;
}
/* Ajax Cart */ 
.ajax-cart_panel{
    position: fixed;
    top: 0;
    right: 0;
    z-index: 999999;
    width: 500px;
    height: 100%;
    padding: 20px;
    text-align: left;
    overflow-y: scroll;
}
.ajax-cart_close-btn i{
    font-size: 20px;
}
.ajax-cart-item{ 
    display: table; 
}
.ajax-cart-item_item-row{
    float: none;
    display: table-cell;
    vertical-align: top;
}
.ajax-cart-item_image-col{
    width:100px; 
    min-width: 35px;
}
.ajax-cart-item_desc-col{ 
    width: 50%; 
}
.ajax-cart-item_subtotal-col{ 
    width: 40%; 
}
.ajax-cart-item_img{ 
    max-height: 60px; 
    max-width: 60px; 
    object-fit: contain; 
}
.ajax-cart_total{ 
    font-size: 20px; 
}
.ajax-cart_total-w-shipping{
    margin-bottom: 10px;
    padding-top: 10px;
    font-size: 24px;
}
.ajax-cart-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.8);
}
.ajax-cart_panel .secondary-button{
    font-size: 14px;
}
.ajax-cart_shipping {
    border-top: 1px solid #eee;
}
.ajax-cart_panel .alert{
    float: left;
    margin-top: 10px;
}
.ajax-cart_panel .shipping-option{
    width: 100%;
}
.ajax-cart_bottom{
    margin-bottom: 50px;
}
.alert{
  border-radius: 0;
}
.address-btn{
 float: left;
 margin: 10px auto;
}
.address-btn a{
 padding: 7px;
}
.address-btn a:hover{
 text-decoration: none;
}
.gmap3{
    margin:10px 0 20px 0;
    width: 100%;
    height: 350px;
}
.contact-info{
    margin: 10px 0px;
}
.contact-info .contact-data-container{
    margin-bottom: 7px;
}
.contact-info .contact-data-container i{
    margin-right: 15px;
}
/* FILTERS & CATEGORIES */
.sort-bar {
    margin-top: 6px;
}
#categories-column {
    margin: 20px 0 0 0;
}
#categories-column h4 {
    margin: 0 0 20px 0;
}
#categories-column ul#categories-list {
    margin: 0;
    list-style: none;
}
#categories-column #categories-list li {
    margin: 0 0 8px 0;
}
#categories-column #show-more-cats {
    text-align: center;
    display: block;
    border-top: 1px solid #ccc;
    position: relative;
    margin-top: 20px;
    margin-bottom: 40px;
    clear: both;
}
#categories-column #show-more-cats i.fa {
    color: #ccc;
    top: -1px;
    position: absolute;
    background: #fff;
    padding: 0 10px 5px 10px;
    left: 38%;
    width: 32px;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}
#filters-column {
    margin: 20px 0 0 0;
}
#filters-column .filter-container {
    margin: 0 0 20px 0;
    border-bottom: 1px solid #eee;
    padding-bottom: 20px;
}
#filters-column .filter-container h4 {
    margin: 0 0 20px 0;
}
.color-filter {
    width: 20px;
    height: 20px;
    margin: 0 5px 8px 0;
}
#filters-column .size-filter {
    background: transparent;
    margin: 0 8px 8px 0;
    border-radius: 3px;
}
#filters-column .other-filter {
    background: transparent;
    margin: 0 8px 8px 0;
    text-align: center;
    border-radius: 3px;
}
button.size-filter, 
button.other-filter, 
button.color-filter{
  white-space: normal; 
  word-break: break-word;
}
#get-filters {
    margin: 0 0 20px 0;
    border-bottom: 1px solid #eee;
    padding-bottom: 20px;
}
#get-filters h4 {
    margin: 0 0 20px 0;
    font-weight: 100;
}
.filter-remove {
    background: #eee;
    border: 1px solid #999;
    width: 100%;
    text-align: left;
    position: relative;
    margin: 0 0 10px 0;
    color: #333;
    white-space: normal; 
    word-break: break-word;
}
.filter-remove:hover {
    border: 1px solid #000;
    color: #000;
}
.filter-remove:after {
    display: inline-block;
    position: absolute;
    right: 10px;
    top: 5px;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    content: "\f00d";
}
.filters-msg {
    text-align: center;
    font-size: 15pt;
    margin-top: 15%;
}
.prod_detail .shareLinks { width: 100%; }
.shareLinks.right .container {
    display: block;
    width: 100%;
}
.prod_detail .shareLinks div { margin: 0 auto; text-align: center; display: inline-block; float: none; width: 100%;}
.shareItem.twitter.product-share-button { width: auto; vertical-align: bottom; }
.shareItem.google.product-share-button { width: 58px; vertical-align: bottom; }
.shareItem.facebook.product-share-button { width: auto; display: inline-block; vertical-align: top; border-bottom: 5px solid transparent; }
.shareItem.pinterest.product-share-button { vertical-align: bottom; width: auto; }
.prod_detail .shareLinks .facebook { width: auto; }

@media(min-width: 1200px){
  .container{
    width: 1200px;
  }
  .bx-wrapper img {
    width: initial;
    margin: 0 auto;
  }
}
@media (min-width: 992px) and (max-width: 1200px){
    .products h3{
        padding: 0px 5px;
    }
  .single-product-container .max_installments{
    font-size: 11px;
  }
  .single-product-item .price #price_display {
  font-size: 18px;
  font-weight: 500;
}
.product-item_promo-price{
    font-size: 12px;
  }
.products h3 a{
    font-size: 12px;
}
.prods-with-side .products h3.product-header-margin-top{
    margin-top: 6px;
}
.prods-with-side .products .nostock{
    font-size: 18px;
    margin-top: 70px;
}
  .prods-with-side .products .photo{
    width: 160px;
  }
}

@media(max-width: 1200px){
  .rg-image{
    height: 275px;
  }
}
@media(max-width: 992px){
  .rg-image{
    height: 205px;
  }
  .customer-box{
    width: 100%;
  }
  .order-box{
    width: 100%;
  }
}
@media (max-width: 990px){

    .home-container .left-col{
        display: none;
    }
    .footer{
    text-align: center;
    }
    .footer .followus{
    margin: auto;
    width: 200px;
    }
    .footer-col-container{
    margin-bottom: 20px;
    }
    .seals div{
    float: none;
    margin: 5px auto;
    }
    .newsletter-container{
      margin-top: 10px;
      float: left;
      width: 100%;
    }
    .footer .footer1 .newsletter .send{
      width: 100%;
    }
    .home-container .products {
     padding-top: 70px;
    }
    .sort-by-container{
        width: 280px;
    }
    .prods-with-side .sort-by-container{
        margin-bottom: 40px;
    }
    .single-product-container .max_installments{
    font-size: 12px;
    }
    .visible-desktop{
    display: none;
    }
    .visible-tablet{
    display: block;
    }
    .pushy{
        display: block;
    }
    .prod_detail, .page_detail, .search-result, .page404, .pagecontact{
    padding-top: 25px;
    }
    .text-only{
    margin-left: 0;
    padding-top: 0;
    }
    .header-logo {
    height: 90px;
    }
    .logo-text{
    font-size: 26px;
    }
    .home-container .slider-container i{
    top: 120px;
    }
    .products{
    width: 620px;
    margin: auto;
    }
    .prods-with-side .products{
        width: auto;
    }
    .products .row{
    margin: 0;
    }
    .quickshop .descriptioncolContent .row{
    margin: 10px 0 0 0;
    }
    .quickshop .imagecolContent{
    text-align: center;
    }
    .quickshop .imagecolContent .offer2{
    top: 20px;
    bottom: auto;
    left: 0;
    right: auto;
    width: 20%;
    }
    .price-holder{
    float: none;
    text-align: center;
    width: 100%;
    }
    .descriptioncol .right:first-child{
    float: none;
    }
    .prod_detail .price-container{
    float: none;
    }
    .prod_detail .price #compare_price_display{
    float: left;
    clear: both;
    width: 100%;
    }
    .descriptioncol{
    margin-top: 20px;
    }
    .descriptioncol #price_display{
    width: 100%;
    float: left;
    clear: both;
    }
    .shipping-list .shipping-option{
    width: 100%;
    }
    .shipping-method-name{
    text-align: left;
    padding-right: 30px;
    }
    .shipping-calculator .loading{
    text-align: center;
    float: left;
    width: 100%;
    margin: 0px;
    }
    .descriptioncol .shipping-calculator{
    margin-bottom: 20px;
    }
    #invalid-zipcode{
    width: 100%;
    text-align: center;
    float: left;
    margin-top: 5px;
    margin-left: 0px;
    }
    .cart-contents .border2 a.name{
        margin-bottom: 10px;
        max-width: 190px;
    }
    .cart-contents .firstrow {
    display: none;
    }
    .cart-contents ul li.col-delete{
        width: auto;
    }
    .total-price, .subtotal-price{
    margin-top: 20px;
    text-align: center;
    }
    .cart-contents .productrow .col-price{
    display: none;
    }
    .cart-contents .addbutton{
    margin-top: 10px;
    }
    .cart-contents .border2 a.thumb {
      height: 66px;
      width: 80px;
    }
    .cart-contents .border2 a img {
    height: 66px;
    }
    .cart-contents .productrow .col-price, .cart-contents .productrow .col-subtotal{
    padding-top: 25px;
    }
    .cart-contents .productrow .col-delete {
      position: absolute;
      top: 0;
      right: 0;
    }
    #InstallmentsModal .modal-dialog{
    width: 590px;
    }
    .social-container{
    float: right;
    width: 50%;
    height: 90px;
    }
    .logo-container{
    float: left;
    width: 50%;
    }
    .cart-contents .productrow .col-price, .cart-contents .productrow .col-subtotal{
    font-size: 16px;
    font-weight: 400;
    }
    .pagecontact .form input, .pagecontact .form .inputarea{
        width: 100%;
    }
    /*banner services*/

    #banner-services .span4 .banner-service-item h4, .span6 .banner-service-item h4, .span12 .banner-service-item h4{
      font-size: 16px;
    }
    #banner-services .span4:not(:last-child), .span6:not(:last-child), .span12{
    border-right:0px!important;
    }

    #banner-services .span4:not(:last-child), .span6:not(:last-child), .span12{
    border-right:0px!important;
    }
    #banner-services .banner-service-item h4{
    font-size: 14px;
    }


    /*End Banner Services*/
    /*Account Page*/
    #orderBoxMobile {
        display: block;
    }
    .contact-data .span4, .contact-data .span8{
      float: left;
      width: auto;
      margin-right: 10px;
    }
    .customer-box, .order-box{
        margin-top: 20px;
    }
    .customer-box .portrait img{
        width: 60px;
    }
    .customer-box h3, .order-box h3{
        text-align: center;
        font-size: 18px;
        margin-bottom: 20px;
    }
    /*Account Orders*/
    #orderBoxDesk {
    display: none;
    }
    #orderBoxMobile{
        display: block;
    }
    .customer-box .contact-data{
        width: 600px;
        margin: auto;
    }
    .customer-box .personal-data, .customer-box .addresses{
        margin-right: 30px;
    }
}

@media (min-width: 992px) {
    .desktop-horizontal-categories {
        display: none;
    }
}

@media (max-width: 759px) {
  .prod_detail, .page_detail, .search-result, .page404, .pagecontact{
    padding-top: 30px;
  }
  .thumbnails-hide-arrow .mTSButton{
    display: block;
  }
}
@media (max-width: 767px) {
    .visible-phone{
        display: block;
    }
    /*Mobile nav main containers*/
    #navigation{
        display: none;
    }
    .mobile-nav{
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 1001;
        transition: top .3s cubic-bezier(.16,.68,.43,.99);
        -moz-transition: top .3s cubic-bezier(.16,.68,.43,.99); 
        -webkit-transition:top .3s cubic-bezier(.16,.68,.43,.99); 
        -o-transition: top .3s cubic-bezier(.16,.68,.43,.99);
    }
    .mobile-nav_first-row{
        width: 100%;
        height: 46px;
    }
    .mobile-nav_search-row{
        height: 60px;
        box-shadow: 0 2px 2px 0 rgba(0,0,0,.04), 0 3px 1px -2px rgba(0,0,0,.04), 0 1px 5px 0 rgba(0,0,0,.04);
    }
    /* Mobile Panels */
    .mobile-right-panel{
        position: fixed;
        top: 0;
        z-index: 4000;
        box-sizing:border-box;
        width: 100%;
        height: 100%;
        padding: 0 0 300px 0;
        overflow: auto;
        -webkit-box-shadow: -4px 0px 17px 0px rgba(0,0,0,0.23);
        -moz-box-shadow: -4px 0px 17px 0px rgba(0,0,0,0.23);
        box-shadow: -4px 0px 17px 0px rgba(0,0,0,0.23);
        -webkit-overflow-scrolling: touch;
    }
    .mobile-right-panel_header{
        position: relative;
        display: block;
        padding: 20px 10px;
        clear: both;
        text-decoration: none;
        ms-word-break: break-all;
        word-wrap: break-word;
        -webkit-hyphens: auto;
        -moz-hyphens: auto;
        hyphens: auto;
    }
    .mobile-right-panel_header-text{
        display: inline-block;
        clear: both;
        margin-left: 34px;
        font-size: 18px; 
    }
    .mobile-right-panel_arrow-right{
        position: absolute;
        top: 50%;
        right: 10px;
        margin-top: -12px;
        font-size: 24px;
    }
    .mobile-right-panel_arrow-left{
        position: absolute;
        top: 21px;
        font-size: 22px;
    }
    /* Mobile moving content animation*/
    .move-down{
        top: 0;
        transition: all .5s cubic-bezier(.16,.68,.43,.99);
        -webkit-transform: translate3d(0,0,0);
        -moz-transform: translate3d(0,0,0);
        -ms-transform: translate3d(0,0,0);
        -o-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
    }
    .move-up{
        top: 0;
        transition: all .5s cubic-bezier(.16,.68,.43,.99);
        -webkit-transform: translate3d(0,-45px,0);
        -moz-transform: translate3d(0,-45px,0);
        -ms-transform: translate3d(0,-45px,0);
        -o-transform: translate3d(0,-45px,0);
        transform: translate3d(0,-45px,0);
    }
    /*Mobile Search*/
    .mobile-nav_search-back-btn{
        float: left;
        height: auto;
        border:0;
        background: none;
        margin-top: 14px;
    }
    .mobile-nav_search-btn{
        width: 10%;
    }
    .mobile-nav_search-delete-btn{
        display: none;
        position: absolute;
        top: 18px;
        right: 15px;
        z-index: 99;
    }
    .mobile-nav_search-form{
        padding: 3px 12px;
    }
    input.mobile-nav_search-input{
        width: 80%!important;/* Necesary to overide bootstra*/
        height: 50px;
        margin-left: 10px;
        padding: 10px;
        border: 0;
        font-size: 16px;
        font-weight: normal;
    }
    input.mobile-nav_search-input:focus{
        box-shadow: none;
    }
    .mobile-nav_search-btn-icon{
        font-size: 22px;
        right: 15px;
        padding-top: 10px;
        padding-right:10px;
        padding-bottom: 10px; 
    }
    .search-suggest{
        position: fixed;
        top: 55px;
        right: 0;
        z-index: 1000;
        display: none;
        height: 100%;
        width: 100%;
        box-sizing:border-box;
        margin: 0;
        padding-bottom: 1000px;
        overflow-y: scroll;
    }
    .has_store_bar_thin .search-suggest{
        top: 60px;
    }
    .search-suggest_text{
        width: 100%;
    }
    .search-suggest_link{
        padding: 20px 15px;
        font-size: 14px;
    }
    .backdrop{
        top: 0;
        left: 0;
        height: 140%; /* Height to always take full height even then the mobile nav moves up on scroll or the device keyboard is visible*/
        background-color: rgba(0,0,0,0.5); /* Dark overlay when cart or search is active */
        position: fixed;
        z-index: 1000;
    }
    /*Mobile Logo and page title*/
    .header-logo .img{
        max-height: inherit;
    }
    .logo-container{
        margin: 0;
        padding: 98px 0 0 0;
    }
    .has_store_bar_thin .logo-container{
        padding: 65px 0 0 0;
    }
    .logo-image{
        float: none;
        min-height: auto;
        max-height:none;
        max-width: 90%;
        margin: 0 auto;
        text-align: center;
    }
    .logo-image img{
        margin: 0;
        max-height: 80px;
        max-width: 60%;
        margin: 10px 0;
    }
    .mobile-logo-home{
        width: 100%
    }
    .mobile-logo-home img{
        max-width: 80%;
    }
    .mobile-nav_page-title{
        float: left;
        width: 70%;
        margin-left: 5px;
        margin-top: 13px;
        font-size: 16px;
        text-transform: uppercase;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    /*Hamburguer Navigation*/
    .mobile-nav_hamburger-btn{
        width: 40px;
    }
    .mobile-nav_hamburger-btn-icon{
        padding: 12px 10px 10px 10px;
    }
    .pushy{
        display: block;
        position: fixed;
        top: 0;
        left: -50px;
        width: 200px;
        height: 100%;
        z-index: 9999;
        overflow-y: auto;
        background: #333332;
        font-size: 0.9em;
        font-weight: bold;
        -webkit-box-shadow: inset -10px 0 6px -9px rgba(0, 0, 0, .7);
        -moz-box-shadow: inset -10px 0 6px -9px rgba(0, 0, 0, .7);
        box-shadow: inset -10px 0 6px -9px rgba(0, 0, 0, .7);
        overflow: auto;
        -webkit-overflow-scrolling: touch; /* enables momentum scrolling in iOS overflow elements */
    }
    .pushy, #container, .push{
        -webkit-transition: -webkit-transform .2s cubic-bezier(.16, .68, .43, .99);
        -moz-transition: -moz-transform .2s cubic-bezier(.16, .68, .43, .99);
        -o-transition: -o-transform .2s cubic-bezier(.16, .68, .43, .99);
        transition: transform .2s cubic-bezier(.16, .68, .43, .99);
    }
    .site-overlay{
        display: none;
    }
    .pushy-active .site-overlay{
        display: none;
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 9998;
        background-color: rgba(0,0,0,0.5);
        -webkit-animation: fade 500ms;
        -moz-animation: fade 500ms;
        -o-animation: fade 500ms;
        animation: fade 500ms;
    }

    @keyframes fade{
        0%   { opacity: 0; }
        100% { opacity: 1; }
    }

    @-moz-keyframes fade{
        0%   { opacity: 0; }
        100% { opacity: 1; }
    }

    @-webkit-keyframes fade{
        0%   { opacity: 0; }
        100% { opacity: 1; }
    }

    @-o-keyframes fade{
        0%   { opacity: 0; }
        100% { opacity: 1; }
    }
    .pushy-active{
        margin: 0; 
        height: 100%; 
        overflow: hidden;
        position: absolute;
    }
    .site-overlay, 
    .pushy-active .site-overlay{
        display: block;
    }
    .pushy-active .site-overlay{
        height: 120%;
        top: -60px;
    }
    .pushy{
        width: 250px;
    }
    .pushy-left{
        transform: translate3d(-250px,0,0);
        -webkit-transform: translate3d(-250px,0,0);
        -moz-transform: translate3d(-250px,0,0);
        -ms-transform: translate3d(-250px,0,0);
        -o-transform: translate3d(-250px,0,0);
    }
    .pushy-open{
        left: 0px;
    }
    .mobile-sidenav_close-btn{
        right: 0;
    }
    .mobile-sidenav_close-btn i.mobile-sidenav_close-btn-icon{
        font-size: 24px;
        color: #F2F2F2;
    }
    .container-push, .push-push{
        transform: translate3d(0px,0,0);
        -webkit-transform: translate3d(0px,0,0);
        -moz-transform: translate3d(0px,0,0);
        -ms-transform: translate3d(0px,0,0);
        -o-transform: translate3d(0px,0,0);
    }
    .mobile-sidenav a{
        padding: 20px;
        border-bottom: 0px;
        border-top: 1px solid rgba(255, 255, 255, .1);
        color: #F2F2F2;
        font-weight: normal;
    }
    .mobile-sidenav_pages-arrow{
        top: 15px;
        right: 10px;
        margin-top: -10px;
        font-size: 20px;
    }
    .mobile-sidenav_pages-arrow-selected i{
        transform-origin: center;
        transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -o-transform: rotate(180deg);
    }
    /*Mobile tab navigation*/
    .mobile-nav_second-row{
        display: block;
    }
    .mobile-nav_tab{
        position: relative;
        width: 33.33333333%;
        padding: 14px 0;
        text-align: center;
        text-decoration: none;
    }
    .mobile-nav_tab:hover,
    .mobile-nav_tab:focus,
    .mobile-nav_tab:hover a,
    .mobile-nav_tab:focus a{
        text-decoration: none;
    }
    .mobile-nav_tab-half{
        width: 50%;
    }
    .mobile-nav_tab-text{
        display: inline-block;
        text-transform: uppercase;
        font-size: 14px;
    }
    .mobile-nav_tab-icon{
        font-size: 19px;
        margin: 0;
        padding: 0;
    }
    .mobile-nav_tab-icon.mobile-nav_tab-list-icon{
        font-size: 15px;
    }
    i.fa.fa-shopping-cart{
        font-size: 18px;
    }
    .mobile-nav_search-icon{
        font-size: 24px;
    }
    .mobile-nav_tab-cart-amount{
        float: right;
        z-index: 1;
        margin: 1px 0 0 3px;
        padding: 0 4px;
        font-size: 14px;
        font-weight: bold;
    }
    .mobile-nav_empty-cart-alert{
        display: none;
        width: 90%;
        top: 110px;
        left: 5%;
    }
    /* Mobile Categories Dropdown */
    .mobile-nav_main-categories-container{
        box-sizing: border-box;
        z-index: 1000;
        top: 95px;
        bottom:0;
        padding-bottom: 250px;
        overflow: auto;
        -webkit-overflow-scrolling: touch;
    }
    .mobile-nav_subcategories-panel{
        top: 95px;
        transition: all .5s cubic-bezier(.16,.68,.43,.99);
        -webkit-transform: translate3d(0,0,0);
        -moz-transform: translate3d(0,0,0);
        -ms-transform: translate3d(0,0,0);
        -o-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
    }
    .move-list-up .mobile-nav_main-categories-container,
    .move-list-up .mobile-nav_subcategories-panel{
        top: 45px;
    }
    /* Mobile subcategories panels */
    .mobile-nav_category-list-item{
        clear: both;
        padding: 0;
    }
    .mobile-nav_subcategories-panel{
        z-index: 1000;
    }
    a.mobile-nav_category-list-item-link{
        text-decoration: none;
    }

    /*Mobile categories and pages buttons*/
    .mobile-nav_category-list-item-link{
        position: relative;
        display: block;
        clear: both;
        padding: 20px 15px;
        text-decoration: none;
        -ms-word-break: break-all;
        word-wrap: break-word;
        -webkit-hyphens: auto;
        -moz-hyphens: auto;
        hyphens: auto;
    }
    .mobile-nav_all-categories-link{
        display: block;
        clear: both;
        padding: 20px 15px;
        text-decoration: none;
        font-size: 12px;
        text-transform: uppercase;
        font-weight: 700;
    }
    .mobile-nav_all-categories-link:hover{
        text-decoration: none;
    }
    .mobile-nav_main-categories-close-btn{
        margin: 15px 12px;
    }
    .mobile-nav_main-categories-close-btn-icon{
        padding: 10px;
    }
    .mobile-nav_main-categories-container .mobile-category-item.no-mobile-subitems:last-child > a{
        border-bottom: 0;
    }
    /* Mobile animations */
    .animation-panel-right-open{
        transition: all .5s cubic-bezier(.16,.68,.43,.99);
        -webkit-transform: translate3d(0,0,0);
        -moz-transform: translate3d(0,0,0);
        -ms-transform: translate3d(0,0,0);
        -o-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
    }
    .animation-panel-right-close{
        transition: all 1.5s cubic-bezier(.16,.68,.43,.99);
        -webkit-transform: translate3d(200%,0,0);
        -moz-transform: translate3d(200%,0,0);
        -ms-transform: translate3d(200%,0,0);
        -o-transform: translate3d(200%,0,0);
        transform: translate3d(200%,0,0);
    }
    /**** MOBILE NAVIGATION END ***/
    /*Banner Services*/
    #banner-services{
      padding: 0 15px;
       margin: 15px;
    }
    #banner-services .banner-service-item .service-text{
    text-align: center;
    }
    #banner-services .banner-service-item .service-icon{
    text-align: center;
    }
    .banner-services-home #banner-services{
    margin: 0px;
    }
    #banner-services .banner-service-item{
    margin: 15px auto;
    display: inline-block;
    }
    #banner-services i{
    margin-bottom: 10px;
    }
    .home-container .products {
    padding-top: 40px;
    float: left;
    }
    .desktop-nav-fixed{
    display: none;
    }
    .container{
    padding-left: 15px;
    padding-right: 15px;
    }
    .home-container .slider-container i{
    margin-left: -15px;
    top: 80px;
    font-size: 42px;
    }
    /* Product grid*/
    .product-item{
        width: 50%;
        padding: 5px;
    }
    .product-item_promo-price{
        font-size: 12px;
    }
    .product-item_price{
        font-size: 16px;
    }
    .products .offer2,
    .products .free-shipping{
        font-size: 10px;
    }
    .products .nostock-image .nostock{
        font-size: 12px;
    }
    /*** Variants in Mobile with panel ***/
    .mobile-vars_btn {
        overflow: hidden; 
        text-decoration: none;
        white-space: normal;
        -webkit-tap-highlight-color: rgba(0,0,0,0);
    }
    .mobile-vars_btn-icon{
        right: 10px; 
        top: 50%;
        margin-top: -20px; 
        font-size: 2.5em;
    }
    .mobile-vars-panel{
        left: 0;
    }
    .mobile-vars-panel_item-row{
        height: auto;
        display: block;
        padding: 20px;
        -webkit-tap-highlight-color: rgba(0,0,0,0);
    }
    .mobile-vars-panel_item-icon-container{
        padding: 0px 3px;
        border-radius: 100%;
        cursor: pointer;
    }
    .mobile-vars-panel_item-icon{ 
        visibility: hidden; 
    }
    .mobile-vars-panel_check{
        width: 10%;
    }
    .mobile-vars-panel_variant-name{
        width: 90%;
    }
    /* Mobile slider */
    .bx-wrapper .bx-pager{
        display: block;
        text-align: center;
        padding-top: 20px;
    }
    .bx-wrapper .bx-controls-direction{
        display: none;
    }
    .product-mobile-slider_container .bx-viewport{
        box-shadow: none;
    }
    .product-mobile-slider_container img{
        height: auto;
        width: auto;
        max-width: 80%;
        max-height: 360px;
        margin: auto;
    }
    /* Mobile Zoom */
    .product-image_mobile-zoom-btn,
    .mobile-zoom_btn{
        position: absolute;
        right: 5px;
        top: 5px;
        z-index: 1;
        padding: 7px 9px;
        border-radius: 0;
        font-size: 18px;
    }
    .mobile-zoom_panel{
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 9999;
        width: 100%;
        height: 100%;
        overflow: auto;
    }
    .mobile-zoom_image-container{
        margin: 15px;
        max-height: 95%;
    }
    .mobile-zoom_spinner{
        display: none;
        position: absolute;
        top: 40%;
        left: 50%;
        z-index: 99;
        margin-left: -15px;
        font-size: 30px;
    }
    .mobile-zoom_panel img{
        width: 100%;
        max-height: inherit;
    }
    /* Shippig calculator */
    .shipping-calculator input{
        width: 45%;
        height: 45px;
        font-size: 16px;
    }
    .calculate-shipping-button{
        width: 50%;
        min-width: initial;
    }
    /* Installments details */
    .product-detail_installments-arrow{
        position: absolute;
        top: 50%;
        right: 5px;
        font-size: 32px;
        margin-top: -16px;
    }
    .installments_credit-card-image{
        height: 28px;
    }
    .installments_credit-cards-tabs-container{
        margin-bottom: 1px;
    }
    li.installments_flag-tab{
        margin: 2px 5px 8px 2px;
    }
    /*Account Pages*/
    .account-container {
    margin-top: 10px;
    }
    .account-container .headerBox-List{
    text-align: center;
    }
    .form-horizontal{
    width: 500px;
    margin: 0 auto 0 auto;
    }
    .header-logo {
    height: 90px;
    }
    .home-container{
    margin-top: 0;
    }
    .products, .prods-with-side .products.container {
    width:100%;
    }
    .products{
        margin-top: 0px;
    }
    .titles h1,
    .featured-products-header{
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    }
    /*Cart Page*/
    .cart-contents ul li.col-product{
        width: 25%;
    }
    .cart-contents ul li.col-quantity{
        width: 30%;
    }
    .cart-contents ul li.col-subtotal{
        width: 40%;
    }
    .shipping-list li span img{
    max-width: 65px;
    }
    .cart-contents ul li.col-delete{
    width: 10%;
    }
    .cart-contents ul li.col-subtotal{
    width: 35%;
    }
    .cart-contents .col-quantity input{
      height: 36px;
      width: 40px;
      font-size: 14px;
      font-weight: 700;
    }
    .cart-contents  .col-product{
    padding-top: 9px;
    }
    .cart-contents .border2 a.thumb{
    width: 80px;
    }
    .cart-contents .border2 a.name{
        max-width: inherit;
      padding-top: 5px;
      font-size: 12px;
      font-weight: 700;
      margin-left: 0px;
    }
    #InstallmentsModal .modal-dialog {
    width: 490px;
    }
    .footer1 .container > .col-md-4{
    margin-top: 10px;
    }
    .header-logo .followus{
    display: none;
    }
    .header-logo .followus a .fa-4x{
    font-size: 16px;
    margin-bottom: 10px;
    vertical-align: middle;
    }
    .navbar-wrapper .container{
    padding-left: 0;
    padding-right: 0;
    }
    .login-home{
    clear: both;
    width: 100%;
    padding-bottom: 0;
    }
    .header-logo {
    height: auto;
    }
    .logo-image{
    position: relative;
    top: auto;
    }
    .logo-text{
    position: initial;
    float: left;
    width: 100%;
    margin: 15px 0;
    font-size: 20px;
    text-align: center;
    word-wrap: break-word;
    }
    .social-container{
    width: 100%;
    height: auto;
    }
    .logo-container{
    width: 100%;
    }
    .footer .copy .copyright{
        text-align: center!important;
    }
    .footer .copy .copyleft{
        margin-bottom: 10px;
    }
    /*Page Detail*/
    .single-product-item:hover .product-details-overlay{
        display: none;
    }
    .single-product-item .product-details-overlay{
        display: none;
    }
    .prods-with-side{
        margin-left:0px;
        width: 100%;
    }
    .insta-variations_btn{
        margin: 10px 15px 5px 0;
    }
    /*Account Pages*/
    .customer-box h3, .order-box h3{
        text-align: center;
      font-size: 18px;
      margin-bottom: 20px;
    }
    .order-box{
        margin-top: 30px;
    }
    .order-box table {
      font-size: 12px;
    }
    .contact-data .col-xs-3{
        width: auto;
    }
    .contact-data .col-xs-3 img{
         width: 60px;
        height: auto;
    }
    .customer-box .contact-data{
        width: 470px;
        margin: auto;
    }
    .customer-box .addresses{
        margin-right: 0px;
    }
    .profile-image{
        width: 100%;
      text-align: center;
      margin: 0px 0px 30px 0px;
    }
    .facebook-like-widget iframe{
        height: 130px!important;
    }
    .social-title h3{
        font-size: 22px;
        width: 80%;
    }
    /*User Content*/
    .user-content img {
        max-width: 80%!important;
        height: auto!important;
        width: auto;
    }
    .user-content{
        width: 100%;
    }
    .user-content table{
        width: 100%!important;
    }
    .address-btn{
    width: 100%;
    }
    .address-btn a{
    width: 100%;
    float: left;
    }
    .password-footer .seals div{
        float: none;
    }
    .password-page .password-container.password-message h2{
        margin-top: 0px;
        font-size: 25px;
    }
    .password-page .password-container.password-icon .password-svg{
        width: 14%;
    }
    .footer .footer1 .followus a{
        display: inline-block;
        float: none;
    }
    /*password page*/  
    .password-footer form .input-append{
        width: 40%;
    }
    /* Ajax Cart */
    .ajax-cart_header{
        font-size: 20px;
    }
    .ajax-cart_panel{
        padding: 15px;
    }
    /* Mobile Paginator */
    .mobile-pagination{
        width: 100%;
        margin-bottom: 0;
        padding: 10px;
        border-radius: 0;
    }
    .mobile-pagination_input-container{
        width: 70%;
    }
    .mobile-pagination_input-container-wider{
        width: 85%;
    }
    .mobile-pagination_arrow-link{
        width: 15%;
    }
    .mobile-pagination_arrow-link:hover{
        opacity: 0.5;
    }
    .mobile-pagination_active-link{
        padding: 0;
        margin: 0;
    }
    .mobile-pagination_arrow-link-icon{
        font-size: 32px;
    }
    .mobile-pagination_page-reference{
        font-size: 18px;
    }
    .mobile-pagination_input{
        height: 40px;
        width: 70px;
        margin-right: 5px;
        margin-left: 5px;
        padding: 7px;
        font-size: 18px;
    }
}

@media (max-width: 500px) {
        .mobile-nav_tab-text{
            font-size: 12px;
        }
        .home-container .slider-container i{
        top: 60px;
        font-size: 32px;

        }
        .facebook-like-widget .fb_iframe_widget{
            width: 100%;
        }
        .facebook-like-widget .fb_iframe_widget span{
            width: 100%!important;
        }
        .facebook-like-widget .fb_iframe_widget iframe{
            position: relative;
            width: 100%!important;
        }
        .form-horizontal{
        width: 300px;
        }
        .mousetrap{
        width: 100%!important;
        }
        .cart-contents .col-quantity .quantity-input{
        float: left;
        }
        .cart-contents ul li.col-quantity{
          padding: 16px 0px 0px 0px!important;
        }
        .cart-contents .border2 a.thumb{
        height: 55px;
        width: 60px;
        }
        .cart-contents .productrow .col-price, .cart-contents .productrow .col-subtotal{
        padding-top: 24px;
        }
        .cart-contents .border2 a img {
          height: 54px;
        }
        .ship-continue-container{
            padding: 0px;
        }
        #InstallmentsModal .installment-container .installment {
        float: left;
        }
        #InstallmentsModal .modal-dialog {
        width: 270px;
        }
        .prod_detail .shareLinks{
            margin: 31px auto 0 auto;
            float: none;
        }
        .thumbnails-hide-arrow .mTSButtonLeft, .mTSButtonRight{
        display: block;
        }
        #banner-services i{
        font-size: 32px;
        }
        #banner-services .span4 .banner-service-item h4, .span6 .banner-service-item h4, .span12 .banner-service-item h4{
        font-size: 14px;
        }
        #banner-services .span4 .banner-service-item p, .span6 .banner-service-item p, .span12 .banner-service-item p{
        font-size: 14px;
        }
        /*Account Page*/
        .order-box table{
            font-size: 12px;
        }
        .order-box .table th, .order-box .table td{
            padding: 5px;
        }
        .customer-box .contact-data{
            width: 290px;
        }
        .customer-box .personal-data, .customer-box .addresses{
            width: 100%;
            margin: 0px 0px 20px 0px;
            text-align: center;
        }
        /*Category page*/
        .sort-by-container{
            width: 100%;
        }
        /* Password page*/
        .password-page .password-container.titles{
            width: 80%;
        }
        .password-page .password-container.password-message h2{
            font-size: 24px;
        }
        /*password page*/  
        .password-footer form .input-append{
            width: 70%;
        }
}
@media (max-width: 400px) {
    i.fa.fa-shopping-cart{
        font-size: 16px;
    }
    .mobile-nav_tab-icon{
        font-size: 18px;
    }
    .mobile-nav_tab-icon.mobile-nav_tab-list-icon{
        font-size: 14px;
    }
    .mobile-nav_tab-cart-amount{
        margin: 3px 0 0 3px;
        font-size: 12px;
    }
}
@media (max-width: 375px) {
    .mobile-nav_second-row{
        padding: 0;
    }
       .home-container .slider-container i{
        top: 50px;
        font-size: 32px;
        }
        .navbar-bg {
          padding: 10px 9px 9px 9px;
        }
        .header-logo .followus {
        top: -32px;
        }
        .header-logo .followus a {
        width: 20px;
        height: 20px;
        padding: 0 0 0 0;
        }
        .header-logo .followus a .fa-4x{
        font-size: 14px;
        margin-bottom: 13px;
        }
        .cart-contents .col-quantity .quantity-input{
        width: auto;
        padding: 0px;
        }
        .cart-contents .border2 .col-quantity{
        padding: 0;
        }
        .cart-contents .col-subtotal{
        padding: 0;
        }
        .cart-contents .col-delete {
        padding: 0;
        width: 30px;
        float: right;
        }
        .cart-contents .col-product .name{
        margin-bottom: 20px;
        }
        .imagecolContent .cloud-zoom-wrap a img, .cloud-zoom-wrap{
        width: 235px;
        height: auto;
        }
        .cart-contents .border2 a{
        padding-top: 0;
        }
        .cart-contents .border2 a.thumb{
          height: 50px;
          width: 50px;
        }
        .cart-contents .col-product {
          padding-top: 2px;
        }
        .cart-contents ul li.col-quantity {
          padding: 10px 0px 0px 0px!important;
        }
        #banner-services i {
          font-size: 28px;
        }
        #banner-services .span4 .banner-service-item h4, .span6 .banner-service-item h4, .span12 .banner-service-item h4 {
          font-size: 12px;
          font-weight: bold;
        }
        /* Filters mobile */
        .filter-remove{
            padding: 12px;
        }
        .filter-remove:after{
            top: 10px;
            right: 10px;
            font-size: 20px;
        }
        .color-filter{
            width: 30px;
            height: 30px;
        }
}

@media (max-width: 350px) {
      .form-horizontal{
        width: 270px;
      }
      .order-box .table th, .order-box .table td {
      padding: 0px;
    }
    .cart-contents .productrow .col-price, .cart-contents .productrow .col-subtotal {
      padding-top: 17px;
    }
    #banner-services{
        padding: 0;
        margin: 0;
    }
}

/* Newsletter */
p.newsletter {
  text-align: center;
  padding: 0px 0px 20px 0px;
}
.img.logo.news img {
  max-height: 120px;
}
#newsModal .img.logo.news{
    text-align: center;
    vertical-align: middle;
    text-overflow: ellipsis;
    overflow: hidden;
}
#newsModal button.close{
    opacity: 1;
}
#newsModal .img.logo.news .no-logo-news{
    font-weight: normal;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 30px;
}
#newsModal .newsletter-popup-logo-container{
    padding: 10px;
    margin-bottom: 10px;
}
#newsletter-popup input[type="text"] {
  width: 100%;
  height: 36px;
  padding-left: 10px;
}
#newsModal button.close{
  margin: 5px 10px;
}
@media(max-width: 768px){
    #img-news img{
        display: none;
    }
}
@media(max-width: 468px){
    #modal-news-dialog{
        width: 100%
    }
}
#newsletter-popup .loading-modal{
    font-size: 17px;
    text-align: center;
    margin-top: 20px;
}
i.fa.fa-cog.fa-spin.loading-modal {
  margin-right: 10px;
}


/* new copyright */
.powered-by-text, .powered-by-logo { display: inline-block; vertical-align: top; }
.powered-by-text { font-weight: normal; text-transform: uppercase;  }
.powered-by-logo { width: 86px;  }
/* /new copyright */
.user-content img.user-page-logos {
    width: 45px;
    margin-top: 5px;
}

/****** PROPERTIES HELPERS ******/

/*CSS properties helpers minified, to unminify it you have to copy the code and paste it here http://unminify.com/, after that paste the unminified code here */

.border-box{box-sizing:border-box;}.c-pointer{cursor:pointer}.f-none{float:none!important}.d-none{display:none}.d-inline{display:inline}.d-block{display:block}.d-inline-block{display:inline-block}.p-relative{position:relative}.p-absolute{position:absolute}.p-fixed{position:fixed}.clear-both{clear:both}.opacity-80{opacity:.8}.opacity-50{opacity:.5}.full-height{height:100%}.full-width{width:100%}.z-index-above{z-index:999999}.m-top{margin-top:20px}.m-bottom{margin-bottom:20px}.m-right{margin-right:20px}.m-left{margin-left:20px}.m-all{margin:20px}.m-half-top{margin-top:10px}.m-half-bottom{margin-bottom:10px!important}.m-half-right{margin-right:10px}.m-half-left{margin-left:10px!important}.m-half-all{margin:10px}.m-quarter-top{margin-top:5px}.m-quarter-right{margin-right:5px}.m-quarter-bottom{margin-bottom:5px}.m-quarter-left{margin-left:5px}.m-none-left{margin-left:0!important}.m-quarter-all{margin:5px}.m-double-top{margin-top:40px}.m-double-right{margin-right:40px}.m-double-bottom{margin-bottom:40px}.m-auto{margin:auto}.m-none{margin:0!important}.m-none-bottom{margin-bottom:0}.m-none-top{margin-top:0!important}.m-center{margin:0 auto;position:relative;display:block}.p-double-top{padding-top:40px!important}.p-double-right{padding-right:40px!important}.p-double-bottom{padding-bottom:40px!important}.p-double-left{padding-left:40px!important}.p-top{padding-top:20px!important}.p-none-top{padding-top:0!important}.p-right{padding-right:20px!important}.p-right-none{padding-right:0!important}.p-left-none{padding-left:0!important}.p-bottom{padding-bottom:20px!important}.p-none-bottom{padding-bottom:0!important}.p-left{padding-left:20px!important}.p-all{padding:20px!important}.p-half-top{padding-top:10px!important}.p-half-right{padding-right:10px!important}.p-half-bottom{padding-bottom:10px!important}.p-half-left{padding-left:10px!important}.p-half-all{padding:10px!important}.p-quarter-top{padding-top:5px}.p-quarter-right{padding-right:5px}.p-quarter-bottom{padding-bottom:5px}.p-quarter-left{padding-left:5px}.p-quarter-all{padding:5px!important}.p-none{padding:0!important}.col-tight{padding-left:8px;padding-right:8px}.text-left{text-align:left}.text-right{text-align:right}.text-center{text-align:center}.text-justify{text-align:justify}.text-nowrap{white-space:nowrap}.text-lowercase{text-transform:lowercase}.text-uppercase{text-transform:uppercase}.text-capitalize{text-transform:capitalize}.text-wrap{-ms-word-break:break-all;word-wrap:break-word;-webkit-hyphens:auto;-moz-hyphens:auto;hyphens:auto}.font-weight-normal{font-weight:400}.text-decoration-none{text-decoration:none}.text-line-through{text-decoration:line-through}.text-underline{text-decoration:underline}.font-italic{font-style:italic}.font-bold{font-weight:700}.font-normal{font-weight:normal;}.line-height-inherit{line-height:inherit}.line-height-initial{line-height:initial}ul.list-style-none li{list-style:none}.mail-to a,.mail-to a:hover,.no-link,.no-link:focus,.no-link:hover{text-decoration:none}.border-radius-none{border-radius:0}.overflow-none{overflow:hidden}.overflow-y{overflow-y:auto}

/* Mobile Helpers */
@media (max-width: 769px) {
    .full-width-xs{width:100%}.clear-both-xs{clear:both}.f-none-xs{float:none!important}.pull-left-xs{float: left!important;}.pull-right-xs{float: right!important}.d-inline-block-xs{display:inline-block!important}.p-half-all-xs{padding:10px!important}.p-none-xs{padding:0!important}.p-left-none-xs{padding-left:0}.p-right-none-xs{padding-right:0}.p-half-left-xs{padding-left:10px!important}.p-quarter-left-xs{padding-left:5px}.p-quarter-right-xs{padding-right:5px}.p-half-right-xs{padding-right:10px!important}.p-double-right-xs{padding-right:40px}.p-top-xs{padding-top:20px}.p-half-top-xs{padding-top:10px}.p-bottom-xs{padding-bottom:20px!important}.p-half-bottom-xs{padding-bottom:10px}.p-double-bottom-xs{padding-bottom:40px}.m-none-xs{margin:0!important}.m-bottom-xs{margin-bottom:20px}.m-half-bottom-xs{margin-bottom:10px}.m-quarter-bottom-xs{margin-bottom:5px!important}.m-top-xs{margin-top:20px!important}.m-half-top-xs{margin-top:10px}.m-quarter-top-xs{margin-top:5px}.m-none-top-xs{margin-top:0}.text-center-xs{text-align:center}.text-left-xs{text-align:left!important}.col-tight-xs{padding-left:8px;padding-right:8px}.drop-shadow-xs{-moz-box-shadow:0 0 3px #ccc;-webkit-box-shadow:0 0 3px #ccc;box-shadow:0 0 3px #ccc}.border-top-none-xs{border-top:0!important}.border-bottom-none-xs{border-bottom:0!important}.horizontal-container{overflow-x:scroll;width:100%;margin:0px}.horizontal-container::-webkit-scrollbar{width:1px;height:0}.horizontal-container::-webkit-scrollbar-track{background:0 0;border-radius:10px}.horizontal-container::-webkit-scrollbar-thumb{border-radius:1px}.horizontal-container ul, .horizontal-products-scroller{white-space:nowrap}
} 
