@charset "UTF-8";
/*

Template Name: Shop+
Template Demo: http://shop.azelab.com
Author: Azelab
Author website: http://azelab.com
Version: 1.0.0

---------------

Table of Contents:

1) Typography
2) Layout settings
3) Header
5) Header's top Right Side (My Account, Login, Whish List, Compare)
6) Search, Logo, Cart
7) Blocks
8) Data-tables
9) Reset default bootstrap style & overall buttons
10) Footer
11) Shortcodes
12) Footer


*/
/*===========================================================================*\
|  Scaffolding
\*===========================================================================*/
body { padding: 0; margin: 0; font-family: "Open Sans", sans-serif; font-weight: 300; font-size: 13px; background: #fff; color: #4A4A4A; line-height: 1.7; }
i { font-family: inherit; -moz-osx-font-smoothing: grayscale; -webkit-font-smoothing: antialiased; }
img { max-width: 100%;}

/*===========================================================================*\
|  Typography
\*===========================================================================*/
h1, h2, h3, h4, h5, h6 { font-family: Helvetica Neue, Arial, Helvetica, sans-serif; font-weight: 300; margin-top: 20px; color: #3a5785; }
h1, h2 { line-height: 28px; }
h3, h4 { line-height: 24px; }
h5, h6 { line-height: 20px; }
h1 { font-size: 28px; }
h2 { font-size: 26px; }
h3 { font-size: 24px; }
h4 { font-size: 22px; }
h5 { font-size: 20px; }
h6 { font-size: 18px; }

a { color: #3a5785; transition: .2s; -moz-transition: .2s; -webkit-transition: .2s; -o-transition: .2s; outline: none !important; cursor: pointer; }
a:hover { color: #B8BC27; text-decoration: none; transition: .2s; -moz-transition: .2s; -webkit-transition: .2s; -o-transition: .2s; }
a:focus { text-decoration: none; }

input:focus, a:focus, :focus { outline: none; }
input[disabled] { background: #f0f0f1; }

.huge-title { font-size: 38px; font-weight: 300; }

h3 .underline { width: 100%; height: 2px; border-left: solid 100px #02b8fa; clear: both; display: block; margin-top: 8px; }

.info-catalogo p{color:#111111;font-family: Helvetica,Arial,San Serif;font-size: 25px;text-align: left; margin-bottom: 30px; margin-top: 50px;}
.texto-info-catalogo p{color:#111111;font-family: Helvetica,Arial,San Serif;font-size: 15px;text-align: left; margin-bottom: 50px; margin-top:0px;}
/*===========================================================================*\
|  Utilities
\*===========================================================================*/
.alignnone { margin: 5px 20px 20px 0; }
.aligncenter { display: block; margin: 5px auto 5px auto; }
.alignright { float: right; margin: 5px 0 20px 10px; }
.alignleft { float: left; margin: 5px 20px 10px 0; }
.list-inline { margin-left: 0; }

@media (max-width: 991px) { .text-center-md { text-align: center; } }

.bottom-line { border-bottom: 1px solid #e6e8eb; }

/*===========================================================================*\
|  Effects & Animations
\*===========================================================================*/
.img-fade-hover { opacity: 1; transition: opacity 0.5s ease; }

.img-fade-hover:hover { opacity: 0.7; }

.moving-hover-line { position: relative; }
.moving-hover-line .hover-line { position: absolute; left: 0; bottom: 0; height: 2px; margin: 0; padding: 0; background-color: #B8BC27; transition: all 0.5s ease; }

.img-zoom-link { display: inline-block; position: relative; max-width: 100%; vertical-align: bottom; overflow: hidden; }
.img-zoom-link > img { transition: all 0.5s ease; transform-style: preserve-3d; }
.img-zoom-link > i { position: absolute; z-index: 1; width: 50px; height: 50px; top: -50px; left: 50%; margin-top: -25px; margin-left: -25px; font-size: 50px; color: white; text-shadow: 0 0 5px rgba(0, 0, 0, 0.5); transition: all 0.5s ease; }
.img-zoom-link:hover > img { transform: scale(1.1); -ms-transform: scale(1.1); /* IE 9 */ -moz-transform: scale(1.1); /* Firefox */ -webkit-transform: scale(1.1); /* Safari and Chrome */ -o-transform: scale(1.1); /* Opera */ }
.img-zoom-link:hover > i { top: 50%; }

.spin { display: inline-block; animation: spin 4s infinite linear; -webkit-animation: spin 4s infinite linear; -moz-animation: spin 4s infinite linear; -ms-animation: spin 4s infinite linear; }

@-moz-keyframes spin { from { -moz-transform: rotate(0deg); }
  to { -moz-transform: rotate(360deg); } }
@-webkit-keyframes spin { from { -webkit-transform: rotate(0deg); }
  to { -webkit-transform: rotate(360deg); } }
@keyframes spin { from { transform: rotate(0deg); }
  to { transform: rotate(360deg); } }
.spin-cc { display: inline-block; animation: spin-cc 4s infinite linear; -webkit-animation: spin-cc 4s infinite linear; -moz-animation: spin-cc 4s infinite linear; -ms-animation: spin-cc 4s infinite linear; }

@-moz-keyframes spin-cc { from { -moz-transform: rotate(0deg); }
  to { -moz-transform: rotate(-360deg); } }
@-webkit-keyframes spin-cc { from { -webkit-transform: rotate(0deg); }
  to { -webkit-transform: rotate(-360deg); } }
@keyframes spin-cc { from { transform: rotate(0deg); }
  to { transform: rotate(-360deg); } }
/*===========================================================================*\
|  Fixes
\*===========================================================================*/
.vertical-bx-1 { padding-left: 0; list-style-type: none; }

/*===========================================================================*\
|  Some fixes and enhancement
\*===========================================================================*/
a:hover, a:focus { color: inherit; }

/*===========================================================================*\
|  Bootstrap Modal Styles
\*===========================================================================*/
.modal-open { overflow: hidden; }
.modal-backdrop { background-color: white; }
.modal-header { padding: 0; background: #f5f5f5; height: 50px; line-height: 50px; /*border-top:2px solid $primary-background-color;*/ vertical-align: middle; display: block; width: 100%; border-bottom: 1px solid #d7d9db; overflow: hidden; }
.modal-header h4 { font-family: inherit; font-size: 14px; color: #212224; margin: 0; padding: 0 0 0 20px; height: 48px; line-height: 48px; vertical-align: middle; }
.modal-close { width: 45px; height: 50px; line-height: 48px; text-align: center; position: absolute; right: 0; }
.modal-close:hover { background: #B8BC27; }
.modal-close i { font-size: 18px; vertical-align: middle; height: 48px; line-height: 48px; margin: 0 !important; }
.modal-close:hover i { color: #fff; }
.modal-content { border: 0; border-radius: 0; }
.modal-body { padding: 0; }
.modal-footer { padding: 0; margin: 0; border: 0; }
.modal-body-info { padding: 30px; color: black; font-weight: 400; }

@media (min-width: 768px) { .modal-md { width: 420px; } }
/*===========================================================================*\
|  Reset default bootstrap style & overall buttons
\*===========================================================================*/
.form-control { border: 1px solid #d7d9db; -webkit-border-radius: 0 !important; -moz-border-radius: 0 !important; border-radius: 0 !important; box-shadow: none; color: inherit; font-size: 13px; height: 37px; vertical-align: middle; padding: 9px 15px; transition: border-color .15s ease-in-out 0 box-shadow .15s ease-in-out 0; -webkit-writing-mode: horizontal-tb; background: none; }
.form-control:focus { border-color: #B8BC27; box-shadow: none; outline: 0 none; }
.form-control::-webkit-input-placeholder { color: #B2B7C9; }
.form-control:-moz-placeholder { color: #B2B7C9; }
.form-control::-moz-placeholder { color: #B2B7C9; }
.form-control:-ms-input-placeholder { color: #B2B7C9; }

label { display: inline-block; font-weight: 300; margin: 0 0 5px 5px; }

.alert { border-radius: 0; padding: 10px 35px 10px 20px; }
.alert-dismissable .close { top: 1px; }
.alert-data-icon { position: relative; }
.alert-data-icon:before { position: absolute; font-size: 18px; top: 13px; }
.alert-data-icon div { margin-left: 35px; }

blockquote { border-left: 2px solid #B8BC27; font-size: 14px; margin: 0 0 20px; padding: 15px 20px; font-style: italic; }

.dropdown-menu { border-radius: 0; border: 0; border-top: 2px solid #060606; min-width: 320px; margin-top: 12px; /* right:0; left:auto;*/ padding-top: 0; height: auto !important; line-height: 20px !important; font-size: 13px; }
.dropdown-menu.larger { width: 420px; padding-bottom: 0; }

.btn { -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0; line-height: 2; padding: 8px 17px; text-transform: uppercase; border: none; transition: all .2s ease 0; font-weight: 300; }

.btn:focus, .btn:active, .btn:focus { box-shadow: none !important; outline: none !important; }

.arrow-btn { color: #212224; border: none !important; background-color: transparent !important; text-align: left !important; padding: 0 !important; font-size: 14px !important; position: relative; }
.arrow-btn:after { position: absolute; color: #212224; content: "тЖТ"; display: inline-block; float: right; font-family: Arial; font-size: 25px; line-height: 32px; padding-right: 30px; transition: all .2s ease 0; top: -4px; right: -60px; }
.arrow-btn:hover { color: #B8BC27; }
.arrow-btn:hover:after { right: -80px; color: #B8BC27; }

.btn-w100 { width: 100%; font-size: 14px !important; }
.btn-lg { color: #B8BC27; min-width: 215px; font-size: 18px; }
.btn-md { color: #B8BC27; min-width: 155px; font-size: 16px; }
.btn-sm { color: #B8BC27; min-width: 105px; font-size: 12px; padding: 6px 10px; }
.btn-prim-col { border: 1px solid #B8BC27; background: #fff; }
.btn-prim-col:hover { border: 1px solid #B8BC27; background: #B8BC27; color: #fff; }
.btn-sec-col { background: #B8BC27; color: #fff; }
.btn-sec-col:hover { background:#3a5785; color: #fff; }

.btn-third-col { background: #3A5785; color: #fff; }
.btn-third-col:hover {background: #B8BC27; color: #fff;}

#top-bar .btn-third-col:hover { background: #B8BC27; color: #fff; }

.btn-yet-col { background: #fff; border: 1px solid #ebedf0; color: #212224; }
.btn-yet-col:hover { background: #ebedf0; }

input[type="password"], input[type="search"], input[type="text"] { padding: 0 35px 0 0; border: 1px solid #d7d9db; line-height: 37px; height: 37px; vertical-align: middle; text-indent: 15px; font-size: 13px; /*width: 100%*/ }
input[type=text]:focus, input[type=search]:focus, textarea:focus { border: 1px solid #B8BC27; }
input:focus::-webkit-input-placeholder { color: transparent; }
input:focus:-moz-placeholder { color: transparent; }
input:focus::-moz-placeholder { color: transparent; }
input:focus:-ms-input-placeholder { color: #B2B7C9; }

textarea{border: 1px solid #d7d9db; font-size: 13px;padding: 0 35px 0 0;text-indent: 15px;/*width: 100%*/;height:6em;}
textarea:focus::-webkit-input-placeholder { color: transparent; }
textarea:focus:-moz-placeholder { color: transparent; }
textarea:focus::-moz-placeholder { color: transparent; }
textarea:focus:-ms-input-placeholder { color: #B2B7C9; }

/*===========================================================================*\
|  Tabs && Accordions
\*===========================================================================*/
/* Tabs */
.nav-tabs { border: 0; }
.nav-tabs > li > a { line-height: 43px; padding: 0 25px; margin: 0; border-radius: 0; border: 1px solid #e1e3e6; border-right-width: 0; font-size: 14px; }
.nav-tabs > li:last-child > a { border-right-width: 1px; }
.nav-tabs > li > a:hover, .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus { background-color: #B8BC27; color: white; border: 1px solid #B8BC27; border-right-width: 0; }

.tab-content > .tab-pane { padding: 20px; border: 1px solid #e1e3e6; }
.tab-content.tab-no-style > .tab-pane { padding: 0; border: 0; }

/* Accordions */
.accordion-group.panel { margin-bottom: 10px; box-shadow: none; -webkit-box-shadow: none; }
.accordion-header { display: block; line-height: 43px; padding: 0 0 0 20px; margin: 0; border-radius: 0; border: 1px solid #e1e3e6; font-size: 15px; color:#333; }
.accordion-header:hover { background-color: #B8BC27; color: white !important; border: 1px solid #B8BC27; }
.accordion-header:after { content: "\4b"; display: block; float: right; width: 45px; border-left: 1px solid #e1e3e6; color: #bcc5d1; font-size: 20px; text-align: center; font-family: 'ElegantIcons'; }
.accordion-header:hover:after { border-color: #B8BC27; color: white; }
.accordion-header.collapsed:after { content: "\4c"; }
.accordion-header.expand-icon-2:after { content: "\4b"; display: block; float: right; width: 23px; height: 23px; line-height: 20px; margin-right: 15px; margin-top: 11px; border: 1px solid #e1e3e6; border-radius: 50%; color: #bcc5d1; font-size: 18px; text-align: center; font-family: 'ElegantIcons'; }
.accordion-header.expand-icon-2:hover:after { border-color: #B8BC27; color: white; }
.accordion-header.expand-icon-2.collapsed:after { content: "\4c"; }
.accordion-header i { display: inline-block; margin-right: 5px; margin-top: -4px; vertical-align: middle; font-size: 18px; }
.accordion-body { padding: 20px; border: 1px solid #e1e3e6; border-top: 0; }

/*===========================================================================*\
|  Bootstrap Tooltips
\*===========================================================================*/
.tooltip-inner { padding: 10px 15px; border-radius: 0; color: #B8BC27; text-transform: uppercase; }

/*===========================================================================*\
|  Bootstrap Carousel
\*===========================================================================*/
.carousel { position: relative; padding-bottom: 40px; }
.carousel.no-bullets { padding-bottom: 0; }

.carousel-control { width: 35px; height: 35px; line-height: 35px; bottom: auto; top: 50%; margin-top: -17px; background-color: rgba(0, 0, 0, 0.7); color: white; font-size: 33px; }

.carousel-indicators { bottom: -10px; }
.carousel-indicators li { width: 15px; height: 15px; margin: 0 1px; border-color: #B8BC27; border-radius: 50%; }
.carousel-indicators li.active { width: 15px; height: 15px; margin: 0 1px; background-color: #B8BC27; }

/*===========================================================================*\
|  Pagination
\*===========================================================================*/
.pagination { display: inline-block; margin: 0; }
.pagination > li > a { width: 25px; height: 25px; line-height: 24px; padding: 0; /*margin-right: 10px;*/margin:0 5px; border: 1px solid #B8BC27; color: #212224; font-size: 15px; text-align: center; }
.pagination > li.active a, .pagination > li a:hover, .pagination > li.active a:hover { background-color: #B8BC27; color: white; border-color: #B8BC27; }
.pagination > li:last-child a { margin-right: 0; }

/*===========================================================================*\
|  Layout settings
\*===========================================================================*/
/*.row{margin:0;}*/
.gap-10 { margin-top: 10px; }
.gap-15 { margin-top: 15px; }
.gap-20 { margin-top: 20px; }
.gap-25 { margin-top: 25px; }
.gap-30 { margin-top: 30px; }
.gap-50 { margin-top: 50px; }
.gap-60 { margin-top: 60px; }
.gap-70 { margin-top: 70px; }
.gap-80 { margin-top: 80px; }
.valign { display: table; width: 100%; }

.valign > div { display: table-cell; vertical-align: middle; }

.no-gutter.row { margin: 0; }

.no-gutter > [class^="col-"] { padding-left: 0; padding-right: 0; }

@media (max-width: 991px) { .container { padding: 0 15px; } }

.boxed-layout { margin: 0 auto; background-color: white; -webkit-box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.32); -moz-box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.32); box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.32); }
@media (min-width: 768px) { .boxed-layout { width: 750px; } }
@media (min-width: 992px) { .boxed-layout { width: 970px; } }
@media (min-width: 1200px) { .boxed-layout { width: 1200px; } }

/*===========================================================================*\
|  Header
\*===========================================================================*/
/*top-bar*/
#top-bar { background:#F5F5F5; vertical-align: middle; color: #737880; font-size: 13px; padding:0;  }
#top-bar i { vertical-align: baseline; margin: 0 5px 0 0; display: inline-block; }
#top-bar .icon-envelope { line-height: 9px;  vertical-align: middle !important; }
#top-bar ul { margin-bottom: 0; }

#top-bar ul > li > a {color:#3A5785;}
#top-contacts li i { border-left: 1px solid #ccc; margin-left: 5px; padding-left: 5px;padding: 5px 0 5px 5px; color:#737880;}
#top-contacts li > span{color:#3A5785;font-size: 18px}

@media (min-width: 769px) and (max-width: 991px) { #top-bar ul > li > a { height: 48px; border: 0; } }
@media (max-width: 991px) { #top-bar ul > li:hover > a { border: 0; } }

#top-bar > a { color: #737880; }
#top-bar a:hover { color: #B8BC27; }
#top-bar .container { margin-top: 0; margin-bottom: 0; padding-bottom: 0; }
#top-bar .active { color: #B8BC27; }
#top-bar .left-top-bar a { display: inline-block; }

/* fin top-bar*/

/*top-bar movil*/

#top-bar-movil { background:#F5F5F5; vertical-align: middle; color: #737880; font-size: 14px; padding:3px 0; height:50px;  }
#top-bar-movil i { vertical-align: baseline; margin: 0 5px 0 0; display: inline-block; }
#top-bar-movil .icon-envelope { line-height: 9px;  vertical-align: middle !important; }
#top-bar-movil ul { margin-bottom: 0; }

#top-bar-movil ul > li > a {color:#3A5785;}
#top-contacts li i { border-left: 1px solid #ccc; margin-left: 5px; padding-left: 5px;padding: 5px 0 5px 5px; color:#737880;}
#top-contacts li > span{color:#3A5785;font-size: 18px}

@media (min-width: 769px) and (max-width: 991px) { #top-bar ul > li > a { height: 48px; border: 0; } }
@media (max-width: 991px) { #top-bar ul > li:hover > a { border: 0; } }

#top-bar-movil > a { color: #737880; }
#top-bar-movil a:hover { color: #B8BC27; }
#top-bar-movil .container { margin-top: 0; margin-bottom: 0; padding-bottom: 0; }
#top-bar-movil .active { color: #B8BC27; }
#top-bar-movil .left-top-bar a { display: inline-block; }

/*fin top-bar-movil*/

#lang, #currencies, #top-contacts { float: left; }
#lang li, #currencies li { padding: 0 5px 0 0; }
#lang li span { border-right: 1px solid #d3d6db; margin: 0 8px -2px 3px; height: 13px; display: inline-block; }

header{ height:30px;}
.pg-body:before { content: ""; display: block; clear: both; }
.dropdown-top-list > a { color: #B8BC27; }
.dropdown-top-list .caret { color: #a8afb9; }
.dropdown-top-menu { min-width: 0 !important; padding: 0 !important; }
.dropdown-top-menu .dropdown-triangle-up { left: 10px; right: auto; }
.dropdown-top-menu-list { list-style-type: none; padding: 0; }
.dropdown-top-menu-list li { padding: 0 !important; }
.dropdown-top-menu-list li a { display: block !important; height: auto !important; padding: 10px 20px; border: 0 !important; }
.dropdown-top-menu-list li a:hover { background-color: #f5f5f5; }

#lang .dropdown { padding-right: 10px; }

/*.dropdown-menu-left{left: 0 !important; right: auto !important;}*/
/*===========================================================================*\
|  Header's top Right Side (My Account, Login, Whish List, Compare)
\*===========================================================================*/
#user-top-bar li > a { padding: 4px 8px; display: inline-block; vertical-align: top; transition: all 0.2s ease 0s; }

#user-top-bar li:nth-child(2) > a {background:#3A5785; }
#user-top-bar li:nth-child(3) a span,#user-top-bar li:nth-child(3) > a i{}
#user-top-bar li:nth-child(2) a span,#user-top-bar li:nth-child(2) > a i{color:#fff;}
#user-top-bar li a:hover,#user-top-bar li > a:active{background:#B8BC27;color:#fff;}
.menus-usr-logueado .dropdown-head{ background:transparent; border-bottom:0;display: inline-block;width: auto; height:19px; }.menus-usr-logueado .dropdown-head h4{color:#fff;padding:0; line-height:16px;height:19px;}.menus-usr-logueado li:last-child h4{ color:#3A5785;}

@media (min-width: 769px) and (max-width: 991px) { #user-top-bar li > a { padding: 0 6px; border-bottom: none; line-height: 48px; height: 48px; } }
@media (min-width: 769px) and (max-width: 991px) { #user-top-bar li > a:hover { padding: 0 6px; background: #B8BC27; color: #fff; } }

#user-top-bar > li:last-child > a { padding-right: 0; border: none; }
#user-top-bar .btn-group { vertical-align: top; }

.dropdown-triangle-up { width: 0; height: 0; border-style: solid; border-width: 0 7px 7px; border-color: transparent transparent #060606; position: absolute; top: -9px; right: 30px; }
.dropdown-head { background: #f5f5f5; height: 48px; line-height: 48px; vertical-align: middle; display: block; width: 100%; border-bottom: 1px solid #d7d9db; overflow: hidden; }
.dropdown-head h4 { font-family: inherit; font-size: 14px; color: #212224; margin: 0; padding: 0 0 0 20px; height: 48px; line-height: 48px; vertical-align: middle; }
.dd-close-btn { width: 45px; text-align: center; position: absolute; right: 0; }
.dd-close-btn:hover { background: #B8BC27; }
.dd-close-btn i { font-size: 18px; vertical-align: middle; height: 48px; line-height: 48px; margin: 0 !important; }
.dd-close-btn:hover i { color: #fff; }
.dd-wrapper { overflow: hidden; margin: 0; padding: 0; }
.dd-product-group { margin: 0; overflow: hidden; padding: 0; border-bottom: 1px solid #d7d9db; }
.dd-product-box { width: 26.68%; padding: 5px; border-right: 1px solid #d7d9db; text-align: center; }
.clear-all-btn { padding: 13px 0 12px; }
.close-btn .icon_close { font-size: 16px; border: 1px solid #d7d9db; color: #757980; text-align: center; padding: 2px; }
.close-btn:hover .icon_close { background: #B8BC27; border: 1px solid #B8BC27; color: #fff; }

a.close-btn { text-align: center; line-height: 25px; height: 25px; vertical-align: middle; font-size: 15px; color: #212224; margin-top: 5px; }
a.close-btn.ddr { position: absolute; top: 15px; right: 9px; }
a.close-btn span { display: inline-block; height: 20px; line-height: 15px; vertical-align: middle; margin-left: 3px; }

.cart-block-subtotal { color: black; font-weight: 400; }

.dd-product-desc { width: 73.32%; padding: 20px 30px 20px 20px; white-space: normal; position: relative; }
.dd-product-desc .title { color: #212224; font-weight: 400; display: block; margin-bottom: 5px; }
.dd-product-desc .qty { display: block; margin-bottom: 20px; }
.dd-product-desc .qty span { color: #B8BC27; }

#dd-social-login { border: 1px solid #d7d9db; margin: 35px 25px 0; padding: 30px 15px; position: relative; text-align: center; }

#dd-social-login .title { position: absolute; top: -12px; padding: 0; margin: 0; width: 100%; left: 0; text-align: center; }

#dd-social-login span { color: #737880; font-size: 13px; padding: 0 15px; display: inline-block; background: #fff; }

#dd-social-login a:hover { opacity: 0.8; color: #fff; }

.facebook-btn, .twitter-btn { color: #fff !important; font-size: 13px; }

.facebook-btn { background: #3c599f; margin-right: 9px; }

.twitter-btn { background: #1ec7fd; }

.twitter-btn i { padding-right: 3px; }

#dd_login { margin: 25px 25px 0; }

.dd-delimiter { border-top: 1px solid #d7d9db; margin: 20px -25px; }

#dd_login input[type=text], #dd_login input[type='password'] { width: 100%; margin-bottom: 0; }

.form-group { margin-bottom: 15px; position: relative; }

.field-icon { display: block; height: 34px; line-height: 34px; position: absolute; right: 0; text-align: center; top: 10px; width: 34px; color: #d7d9db; }

.icon_lock.field-icon { top: 11px; }

.placeholder-fix::-webkit-input-placeholder { color: #333; }
.placeholder-fix::-moz-placeholder { color: #333; }
.placeholder-fix:-moz-placeholder { color: #333; }
.placeholder-fix:focus::-webkit-input-placeholder { color: transparent; }
.placeholder-fix:focus::-moz-placeholder { color: transparent; }
.placeholder-fix:-moz-placeholder { color: transparent; }

.dd-list-empty { display: none; padding: 10px 20px; color: black; }

/*===========================================================================*\
|  Search, Logo, Cart 
\*===========================================================================*/
/*#header-bar{overflow:hidden;}*/

#header-bar .container { margin-top: 0; }

#shopping-cart-wrapper { position: relative; height: 37px; line-height: 37px; margin: 38px 0 0; vertical-align: middle; /*overflow:hidden;*/ text-align: right; }

.s-cart-pan { line-height: 37px; height: 37px; vertical-align: middle; width: 100%;overflow:hidden }

.s-bag-1 { background: #B8BC27; color: #fff; display: inline-block; float: left; width: 37px; height: 37px; text-align: center; position: absolute; left: 0; top: 0; }
.s-bag-1 i { font-size: 23px; padding-left: 1px; position: absolute; left: 7px; top: 6px; }
.s-bag-2 { float: left; font-size: 15px; font-style: normal; padding: 0 0 0 55px; border: 1px solid #d7d9db; border-left: none; height: 37px; line-height: 35px; width: 100%; text-align: left; }


@media (max-width: 991px) { .s-bag-2 { text-align: center; padding: 0 0 0 37px; } }

.s-bag-2:after { line-height: 32px; font-family: Arial; content: "тЖТ"; font-size: 25px; color: #c3cdd9; display: inline-block; float: right; padding-right: 10px; transition: all .2s ease 0; }
@media (max-width: 1199px) { .s-bag-2:after { content: none; } }

.shp-ca:hover .s-bag-2:after { color: #B8BC27; padding-right: 5px; }

.s-bag-2 .active { color: #B8BC27; }

.top-search-box { /*padding: 0;*/  vertical-align: middle; }
.top-search-box .form-group{margin:10px 0 0 0;}

.top-search { line-height: 43px; height: 43px; }

.top-search-box button { position:absolute; top:0;height: 36px; display: block; right: 0; left:160px; text-align: center; vertical-align: middle; width: 34px; color: #333; border: none; background: none; }

.top-search-box .icon_search { color: #d7d9db; top: 12px; }

.top-search-box input[type="text"],.mobile-menu-search input[type="text"]{ font-style: italic; }

.header-logo { margin: 23px 0; }

.header-logo img { max-width: 80%; }
@media (max-width: 767px) { .header-logo img { max-width:90%; } }
@media (min-width: 768px) and (max-width: 1279px) { .header-logo img { max-width:60%; } }

/*===========================================================================*\
|  Page Title
\*===========================================================================*/
.pg-header { vertical-align: middle; background: #f2f4f7; border-bottom: 1px solid #e1e3e6; }
@media (max-width: 767px) { .pg-header { border: 0; } }

.pg-header .container { margin-top: 0; }

.pg-header .title { line-height: 70px; vertical-align: middle; }

.pg-header h1 { font-family: HelveticaNeueThin, Arial,Helvetica,sans-serif; margin: 0; display: inline-block; vertical-align: middle; text-transform: none; }
@media (max-width: 767px) { .pg-header h1 { font-size: 20px; } }

@media (max-width: 767px) { .b-crumbs-block { background-color: white; border-top: 1px solid #e1e3e6; } }

.b-crumbs { line-height: 70px; vertical-align: middle; font-size: 14px; color: #C3A239; }

.b-crumbs i { margin: 0 3px; line-height: 30px; height: 30px; vertical-align: middle; }

/*===========================================================================*\
|  Footer
\*===========================================================================*/
#footer-1 { border-top: 2px solid #060606; background: #f5f5f5; padding-bottom: 40px; padding-top: 40px; }
@media (max-width: 991px) { #footer-1 { padding-bottom: 0; } }

.box-with-pager, .box-with-top-button { position: relative; }

.top-box-btn-1 { font-family: HelveticaNeue, Arial,Helvetica,sans-serif; font-size: 13px; text-transform: uppercase; color: #80838a; line-height: 24px; height: 24px; vertical-align: middle; padding: 0 15px; position: absolute; border: 1px solid #d7d9db; right: 0; top: 17px; }
@media (max-width: 991px) { .top-box-btn-1 { position: static; margin-top: 20px; } }

.title-type-1, .title-type-2 { font-size: 16px; text-transform: uppercase; font-family: HelveticaNeue, Arial,Helvetica,sans-serif; height: 38px; }

.title-type-1 { color: #212224; border-bottom: 1px solid #d9dbde; }

.title-type-2 { color: #4c4c4c; border-bottom: 1px solid #1e1e1f; }
footer .title-type-2 {color: #fff;}

.vertical-bx-1 .pic { max-width: 100%; transition: all 0.5s ease; }

.vertical-bx-1 figure:hover .pic { transform: scale(1.3); -ms-transform: scale(1.3); -moz-transform: scale(1.3); -webkit-transform: scale(1.3); -o-transform: scale(1.3); }

.vertical-bx-1 figcaption, .vertical-bx-1 .img-cover { float: left; }

.vertical-bx-1 figcaption { font-family: HelveticaNeue, Arial,Helvetica,sans-serif; font-size: 14px; color: #212224; }

.vertical-bx-1 .price { font-size: 15px !important; display: block; }

.vertical-bx-1 figure { display: table; margin: 0 0 15px; padding: 0; color: #B8BC27; }

.img-cover { margin-right: 20px; display: block; overflow: hidden; position: relative; vertical-align: bottom; width: 90px; }

.box-with-pager .bx-prev, .box-with-pager .bx-next { border: 1px solid #d2d4d6; display: inline-block; width: 26px; height: 26px; float: left; margin-left: 5px; position: relative; }

.box-with-pager .bx-prev i, .box-with-pager .bx-next i { font-size: 18px; width: 18px; position: absolute; top: 3px; left: 3px; }

.box-with-pager .bx-controls { position: absolute; top: 15px; right: 0; }

.box-with-pager .bx-prev:focus, .box-with-pager .bx-next:focus { color: inherit; }

.box-with-pager .bx-prev:focus:hover, .box-with-pager .bx-next:focus:hover { color: #B8BC27; }

.tweets-group a { color: #AF9541; }

.tweets-group li { margin-bottom: 30px; }

.tweets-group span { font-style: italic; font-size: 12px; }

.get-in-touch-box input, .get-in-touch-box textarea { background: transparent; color: #212224 !important; }

#footer-2 { border-top: 1px solid #d9dbde; background: #f5f5f5; padding-bottom: 40px; padding-top: 40px; }
@media (max-width: 991px) { #footer-2 { border: 0; padding-top: 0; } }

.contact-info-box i { font-size: 18px; display: inline-block; vertical-align: middle; margin-top: -2px; }

.contact-info-box li span { display: table-cell; vertical-align: middle; text-align: left; }

.contact-info-box li span:first-child { width: 30px; }

.contact-info-box address { line-height: 18px; }

.contact-info-box li { display: table; width: 100%; margin-bottom: 30px; }

.google-maps { position: relative; padding-bottom: 40%; thisistheaspectratioheight: 0; overflow: hidden; margin-bottom: 15px; }

.google-maps iframe { position: absolute; top: 0; left: 0; width: 100% !important; height: 100% !important; border: none; }

.fb-fans { overflow: hidden; }

.facebox-fan-box iframe { border: none; width: 100%; height: 250px; margin-top: -10px; }

#footer-3, #footer-4, #footer-5 { background: #3a5785; }

#footer-3 .container { margin-top: 0; padding: 10px 15px; }

#footer-3 li { margin: 0 0 10px; font-size: 14px; }

#footer-3 .list-unstyled.mobile-collapse-body > p,#footer-3 span,#footer-3 .icon-call-in{color: #fafafa;}
#footer-3 li a { color: #fafafa; }

#footer-3 li a:hover { color: #9198a1; }

.product-tags-box .tags { margin-bottom: 20px; }

.product-tags-box .tags a { color: #fff; background: #ccbe8f; display: inline-block; padding: 4px 10px; text-transform: uppercase; margin: 2px 0; font-size: 13px; }

.product-tags-box .tags a:hover { background: #B8BC27; }

#footer-4 .container { margin-top: 0; padding: 20px 15px 10px 15px; }
@media (max-width: 991px) { #footer-4 .container { padding: 20px 15px; } }

#footer-4 { border-top: 1px solid #1e1e1f; border-bottom: 1px solid #1e1e1f; }

#footer-5{ border-top:1px solid #1e1e1f;}
#footer-5 .container { margin-top: 0; padding: 20px 15px 20px 15px; color: #4c4c4c; }
#footer-5 .container .copyright {color:#9198A1;}
#footer-5 .copyright a {color:#fff;}

#footer-5 a { color: #4c4c4c; }

/*#social-buttons{text-align:right;}*/
#social-buttons a, .social-buttons a { display: block; width: 28px; line-height: 26px; height: 28px; text-align: center; vertical-align: middle; background: #1e1e1f; color: #fff; }

#social-buttons i, .social-buttons i { font-size: 18px; vertical-align: middle; }

#social-buttons .facebook:hover a, .social-buttons .facebook:hover a { background: #064ca1; }

#social-buttons .tweeter:hover a, .social-buttons .tweeter:hover a { background: #27b9f2; }

#social-buttons .gplus:hover a, .social-buttons .gplus:hover a { background: #da4735; }

#social-buttons .youtube:hover a, .social-buttons .youtube:hover a { background: #e52d27; }

#social-buttons .instantgram:hover a, .social-buttons .instantgram:hover a { background: #306a92; }

#social-buttons .skype:hover a, .social-buttons .skype:hover a { background: #12A5F4; }

#social-buttons .dribbble:hover a, .social-buttons .dribbble:hover a { background: #f46899; }

@media (max-width: 991px) { #social-buttons, .social-buttons { margin-top: 30px; } }
/*===========================================================================*\
|  Top Menu
\*===========================================================================*/
.top-menu { display: none; height: 50px; background:#f5f5f5 none repeat scroll 0 0}

.top-menu .container { padding: 0; }

@media (min-width: 992px) { .top-menu { display: block;border-bottom: 1px solid #eee; } }
.nav-menu { position: relative; list-style: none; margin: 0; padding: 0; z-index: 15; }

.nav-item { list-style: none; display: inline-block; padding: 0; margin: 0; }

.nav-item > a { position: relative; display: block; line-height: 50px; color: #3a5785; font-size: 16px; text-align: center;font-weight: 500;font-family: 'Maven Pro', sans-serif;

}

.nav-item > a > span { display: inline-block; vertical-align: middle; line-height: 1.2; }

@media (min-width: 992px) { .nav-item > a { width: 114px; } .nav-item:nth-child(1) a,.nav-item:nth-child(2) a { width: 220px;} .nav-tienda-online a{width: 200px!important;}}
@media (min-width: 1200px) { .nav-item > a { width: 140px; margin-left: 15px; margin-right:15px;} .nav-item:nth-child(1) a,.nav-item:nth-child(2) a { width: 180px;} .nav-tienda-online a{width: 160px!important;}}
@media (min-width: 992px)  and (max-width:1199px) { .nav-item > a { width: 130px; } .nav-item:nth-child(1) a,.nav-item:nth-child(2) a { width: 190px;} .nav-tienda-online a{width: 160px!important;}}
.nav-item > a i { color: #8A8A8A; margin-right: 5px; }

.nav-item > a:focus, .nav-item > a:hover, .nav-item > a.open { color: #fff; background-color: #3a5785; }

.nav-item > a.open i, .nav-item > a:hover i, .nav-item > a:focus i { color: white; }

.nav-item > a.open { z-index: 1; }

/* Dropdown */
.sub-nav { position: absolute; display: block; opacity: 0; visibility: hidden; top: 50px; margin-top: 20px; width: 237px; background-color: #f7f7f7; border: 1px solid #f4f4f4;transition: visibility 0.15s linear, opacity 0.3s ease, margin 0.3s ease;-webkit-box-shadow: inset 0px 11px 3px -8px rgba(0,0,0,0.4);
-moz-box-shadow: inset 0px 11px 3px -8px rgba(0,0,0,0.4);
box-shadow: inset 0px 11px 3px -8px rgba(0,0,0,0.4); }

/*DIEGO NO QUIERE QUE SE VEAN SUBMENUS. DESCOMENTAR ESTAS 2 LINEAS PARA VOLVER A MOSTRARLOS */
.sub-nav.open { display:none;/*visibility: visible; opacity: 1; margin-top: 0;*/ }
/*.nav-item > a:focus:after, .nav-item > a.open:after { content: ''; position: absolute; bottom: -14px; left: 50%; margin-left: -7px; border: 7px solid transparent; border-top-color: #B8BC27; }*/


/* Dropdown full width */
.sub-nav.full { width: 100%; left: 0; }

.sub-nav.padding { padding: 30px 30px 10px 30px; }

/* Dropdown menu style */
.sub-nav-group { list-style-type: none; padding: 0; }

.sub-nav-group li { display: block; height: auto; }

.sub-nav-group li a { display: block; height: 50px; line-height: 50px; padding: 0 25px;  font-size: 14px; color: #3A5785;}
.sub-nav .img-fade-hover img{ width:100%;}

.sub-nav-group li a > span { display: inline-block; vertical-align: middle; line-height: 1.2;  }
.sub-nav .row:first-child{margin-bottom:15px;}
.sub-nav .img-fade-hover{text-align:center;}
.sub-nav .img-fade-hover > span { line-height: 1.2;color: #3A5785; text-transform:uppercase;font-size: 14px; display:block;padding-top: 5px;min-height: 3.5em;}

.sub-nav-group li a:hover { color: white; background-color: #B8BC27; }

.sub-nav.padding .sub-nav-group { padding: 0 15px; margin: 0 -15px; }

.sub-nav.padding .sub-nav-group li a { padding: 0 10px; }
.sub-nav-group li a:hover span {color: #fff;}

/* Dropdown menu style (grey) */
.sub-nav-title { margin: 7px 10px 17px 10px; padding-bottom: 10px; color: #999999; border-bottom: 1px solid #252626; font-size: 16px; font-weight: 400; text-transform: uppercase; }

.sub-nav-group.sub-nav-grey { padding-bottom: 30px; }

.sub-nav-group.sub-nav-grey li a { height: 36px; line-height: 36px; padding: 0 30px; color: #969696; }

/* Dropdown Level 2 */
.sub-nav-group li { position: relative; }

.sub-nav-group li .sub-nav { top: 0; left: 237px; margin-left: 20px; }

.sub-nav-group li .sub-nav.left-side { top: 0; left: -237px; margin-left: -20px; }

.sub-nav-group li:hover .sub-nav { visibility: visible; opacity: 1; margin-top: 0; margin-left: 0; }

.has-sub-nav:after { content: "\35"; position: absolute; display: block; top: 0; right: 15px; line-height: 50px; font-family: 'ElegantIcons'; font-size: 20px; }

.has-sub-nav:hover:after { color: white; }

/* Megamenu Elements */
.megamenu-popular .sub-nav-title { margin: 7px 0 32px 0; padding-right: 50px; padding-bottom: 7px; }

.megamenu-popular.box-with-pager .bx-controls { top: 0; right: 27px; }

.megamenu-popular.box-with-pager .bx-next, .megamenu-popular.box-with-pager .bx-prev { border-color: #555657; }

.megamenu-popular .img-cover { display: inline-block; width: auto; margin: 0 auto; background-color: white; text-align: center; }

.megamenu-popular .img-cover img { max-height: 100%; }

.megamenu-popular .vertical-bx-1 figcaption { color: #e3e2e2; }

.megamenu-popular .vertical-bx-1 figcaption p { margin: 10px 0 0; font-size: 14px; line-height: 14px; }

.megamenu-popular .vertical-bx-1 .price { display: inline-block; color: #B8BC27; }

.megamenu-popular .vertical-bx-1 .old-price { display: inline-block; margin-left: 5px; color: #626262; text-decoration: line-through; }

.megamenu-popular.box-with-pager.mmp-type-2 { padding-bottom: 40px; margin-bottom: 30px; }

.megamenu-popular.box-with-pager.mmp-type-2 .bx-controls { top: auto; bottom: 10px; right: 50%; margin-right: -31px; }

@media (min-width: 992px) { .megamenu-popular.mmp-type-2 .vertical-bx-1 .img-cover { height: 270px; } }
@media (min-width: 1200px) { .megamenu-popular.mmp-type-2 .vertical-bx-1 .img-cover { height: 290px; } }
/*===========================================================================*\
|  Mobile Menu
\*===========================================================================*/
.mobile-menu { display: block; }

@media (min-width: 992px) { .mobile-menu { display: none; } }
.mobile-menu-button { width: 50px; height: 45px; line-height: 45px; margin: 0 5px 5px; padding: 0 0 0 20px; color: white; float:left;/*#B8BC27*/; font-size: 16px; }

.mobile-menu-toggler { display: block; float: right; width: 50px; height: 45px; padding: 11px 0px; }

.mobile-menu-toggler span { display: block; width: 26px; height: 6px; margin-bottom: 3px; background-color: #3a5785; }

.mobile-menu-toggler:active {  }

.mobile-menu-toggler:active span { background-color: #B8BC27; }

.mobile-menu-body { display: none; margin-top: 50px;position: absolute;z-index: 999;padding-left:0}
	@media (max-width: 460px){ .mobile-menu-body{margin-top:45px}}
.mobile-menu-body ul { list-style-type: none; padding: 0; margin: 0; background:#405d89 none repeat scroll 0 0; }

.mobile-menu-body ul li { position: relative; }

.mobile-menu-body ul li a { position: relative; display: block; line-height: 50px; padding-left: 30px; border-bottom: 1px solid #292929!important; color: #B8BC27; font-size: 14px; text-transform: uppercase; border-bottom: 1px solid #293d5b; }

.mobile-menu-body ul li a > span { display: inline-block; vertical-align: middle; line-height: 1.2; }

.mobile-menu-body ul li a i { color: #b4b82e; margin-right: 5px; }

.mobile-menu-body ul li .submenu-toggler { position: absolute; width: 50px; height: 50px; right: 0; top: 0; padding: 0; border: 0; text-align: center; font-size: 20px; }

.mobile-menu-body ul li .submenu-toggler i { margin: 0; }

.mobile-menu-body ul li a:active, .mobile-menu-body ul li.open > a { color: white!important; background-color: #B8BC27; }
	.mobile-menu-body ul li a:active .submenu-toggler i,.mobile-menu-body ul li.open .submenu-toggler i{ color: white!important;}
	.mobile-menu-body ul li a.submenu-toggler{ border-bottom:0px !important}

.mobile-menu-body ul li ul { display: none; }

.mobile-menu-body ul li ul li a { color: white; text-transform: none; background: #405d89 none repeat scroll 0 0; }

.mobile-menu-body p { line-height: 50px; padding: 0 0 0 30px; margin-bottom: 0; border-bottom: 1px solid #293d5b; color: #b4b82e; background:#3a5785;}

.mobile-menu-search { padding: 7px 0px 5px 20px; }

.mobile-menu-search .form-group { margin-bottom: 0; }

.mobile-menu-search .form-control { float: left; height: 30px; margin-right: -40px; padding-right: 40px; border: 1px solid ; background:white; color:#333; }

.mobile-menu-search .form-control:focus { border-color: #d7d9db; }

.mobile-menu-search .btn { float: left; position: relative; z-index: 1; width: 35px; height: 26px; line-height: 30px; padding: 0; border: none; border-left: 0; color: #3c3f42; font-size: 16px; text-align: center; margin-top: 1px;}

.mobile-menu-search .btn:active { color: white; background-color: #B8BC27; }
/*
.mobile-menu-search .form-control::-webkit-input-placeholder { color: #383a3d; }

.mobile-menu-search .form-control:-moz-placeholder { color: #383a3d; }

.mobile-menu-search .form-control::-moz-placeholder { color: #383a3d; }

.mobile-menu-search .form-control:-ms-input-placeholder { color: #383a3d; }
*/
/*===========================================================================*\
|  Blocks
\*===========================================================================*/
/*===========================================================================*\
|  Lists styles
\*===========================================================================*/
.list-checked { list-style-type: none; padding: 0; }

.list-checked li { margin: 17px 0; display: block; color: #9198a1; }

.list-checked li:before { content: "\4e"; display: inline-block; line-height: 15px; height: 15px; width: 15px; border-radius: 50%; color: #fff; background-color: #a1a8b2; font-family: 'ElegantIcons'; font-size: 11px; text-align: center; vertical-align: middle; margin: -3px 13px 0 0; }

.list-arrow-right { list-style-type: none; padding: 0; }

.list-arrow-right li { margin: 17px 0; display: block; color: #9198a1; }

.list-arrow-right li:before { content: "\35"; display: inline-block; line-height: 15px; height: 15px; width: 15px; border-radius: 50%; color: #fff; background-color: #a1a8b2; font-family: 'ElegantIcons'; font-size: 11px; text-align: center; vertical-align: middle; margin: -3px 13px 0 0; }

.list-plus { list-style-type: none; padding: 0; }

.list-plus li { margin: 17px 0; display: block; color: #9198a1; }

.list-plus li:before { content: "\4c"; display: inline-block; line-height: 15px; height: 15px; width: 15px; border-radius: 50%; color: #fff; background-color: #a1a8b2; font-family: 'ElegantIcons'; font-size: 11px; text-align: center; vertical-align: middle; margin: -3px 13px 0 0; }

.list-circle { list-style-type: none; padding: 0; }

.list-circle li { margin: 17px 0; display: block; color: #9198a1; }

.list-circle li:before { content: ""; display: inline-block; line-height: 6px; height: 6px; width: 6px; border-radius: 50%; color: #fff; background-color: #a1a8b2; font-family: 'ElegantIcons'; font-size: 11px; text-align: center; vertical-align: middle; margin: -3px 13px 0 0; }

.list-arrow_right_alt { list-style-type: none; padding: 0; }

.list-arrow_right_alt li { margin: 17px 0; display: block; color: #9198a1; }

.list-arrow_right_alt li:before { content: "\e03c"; display: inline-block; line-height: 15px; height: 15px; width: 15px; border-radius: 50%; color: #a1a8b2; font-family: 'ElegantIcons'; font-size: 16px; text-align: center; vertical-align: middle; margin: -3px 13px 0 0; -webkit-font-smoothing: antialiased; }

.list-carrot-right { list-style-type: none; padding: 0; }

.list-carrot-right li { margin: 17px 0; display: block; color: #9198a1; }

.list-carrot-right li:before { content: "\35"; display: inline-block; line-height: 15px; height: 15px; width: 15px; border-radius: 50%; color: #a1a8b2; font-family: 'ElegantIcons'; font-size: 16px; text-align: center; vertical-align: middle; margin: -3px 13px 0 0; -webkit-font-smoothing: antialiased; }

.list-carrot-right_alt2 { list-style-type: none; padding: 0; }

.list-carrot-right_alt2 li { margin: 17px 0; display: block; color: #9198a1; }

.list-carrot-right_alt2 li:before { content: "\3d"; display: inline-block; line-height: 15px; height: 15px; width: 15px; border-radius: 50%; color: #a1a8b2; font-family: 'ElegantIcons'; font-size: 16px; text-align: center; vertical-align: middle; margin: -3px 13px 0 0; -webkit-font-smoothing: antialiased; }

.list-star { list-style-type: none; padding: 0; }

.list-star li { margin: 17px 0; display: block; color: #9198a1; }

.list-star li:before { content: "\e031"; display: inline-block; line-height: 15px; height: 15px; width: 15px; border-radius: 50%; color: #a1a8b2; font-family: 'ElegantIcons'; font-size: 16px; text-align: center; vertical-align: middle; margin: -3px 13px 0 0; -webkit-font-smoothing: antialiased; }

/*===========================================================================*\
|  Stylish checkbox & radio buttons
\*===========================================================================*/
input.stl[type=checkbox]:not(old), input.stl[type=radio]:not(old) { display: none; }

input.stl[type=checkbox]:not(old) + label, input.stl[type=radio]:not(old) + label { display: inline-block; height: 20px; line-height: 19px; /*margin:0 -30px;*/ vertical-align: middle; cursor: pointer; }

input.stl[type=checkbox]:not(old) + label > span, input.stl[type=radio]:not(old) + label > span { display: inline-block; width: 15px; height: 15px; margin: .25em .5em .25em -5px; border: 1px solid #d7d9db; border-radius: 0; vertical-align: bottom; cursor: pointer; }

input.required-alert[type=checkbox]:not(old) + label > span, input.required-alert[type=radio]:not(old) + label > span { border: 1px solid #f54325 !important; }

input.stl[type=radio]:not(old) + label > span { border-radius: 50px; }

input.stl[type=checkbox]:not(old):checked + label > span:before { content: "N"; font-family: ElegantIcons; display: block; width: 13px; color: #B8BC27; font-size: .875em; line-height: 13px; text-align: center; text-shadow: 0 0 0.0714em #73994d; font-weight: 300; }

input.stl[type=checkbox]:not(old):disabled + label > span:before { background: #f0f0f1; color: #b2b7c2; }

input.stl[type=radio]:not(old):checked + label > span > span { display: block; width: 9px; height: 9px; margin: 2px; border: 1px solid #fff; border-radius: 50px; background: #B8BC27; }

.customSelect { /* custom select box  */ }

.customSelect:after { /* Put whatever custom styles you want here */ content: "3"; font-family: ElegantIcons; font-size: 18px; z-index: 9; float: right; margin: -22px -5px 0 0; }

.checked.customSelect { border: 1px solid #79c257; }

.checked.customSelect:after { color: #79c257; }

.required-alert.customSelect { border: 1px solid #f54325; color: #f54325; }

.customSelect.customSelectHover { /* Styles for when the select box is hovered */ }

.customSelect.customSelectOpen { /* Styles for when the select box is open */ }

.customSelect.customSelectFocus { /* Styles for when the select box is in focus */ border-color: #B8BC27; }

.customSelect.customSelectFocus:after { /* Styles for when the select box is in focus */ color: #B8BC27; }

.customSelect.customSelectDisabledOption { /* Styles for when the selected item is a disabled one */ }

.customSelect.customSelectDisabled { /* Styles for when the select box itself is disabled */ background: #f0f0f1; }

.customSelectInner { /* You can style the inner box too */ }

/*===========================================================================*\
|  Mobile Collapse
\*===========================================================================*/
@media (max-width: 991px) { .mobile-collapse-header { position: relative; margin-bottom: 0; cursor: pointer; }
  .mobile-collapse-header:after { content: "\50"; display: block; position: absolute; top: 0; right: 0; color: #212224; font-family: 'ElegantIcons'; -webkit-font-smoothing: antialiased; }
  .mobile-collapse.opened .mobile-collapse-header:after { content: "\4f"; }
  .mobile-collapse-body { display: none; margin-top: 30px; }
  .mobile-collapse-additional { display: none; }
  .mobile-collapse.opened .mobile-collapse-additional { display: inline-block; }
  #footer-3 .mobile-collapse-header:after { color: #fff; }
  .mobile-collapse .bx-wrapper { margin-top: 60px !important; }
  .mobile-collapse .bx-controls { top: 75px; } 
  	  
  }
@media (min-width: 992px) { .mobile-collapse-body { display: block !important; } }
	
}
/*===========================================================================*\
|  ResponsiveSlides slider
\*===========================================================================*/
.rslides-container { position: relative; }
.rslides-container .rslides_nav_block { position: absolute; z-index: 2; width: 90px; bottom: 0; left: 50%; margin-left: -46px; text-align: center; }
.rslides-container .rslides_nav { display: block; float: left; height: 46px; line-height: 50px; color: #3a5785; font-size: 36px; width: 50%;; transition: all 0.3s ease; }
.rslides-container .rslides_nav:hover { background-color: ; color: #B8BC27; }
.rslides-container .rslides-number { margin-bottom: 0; color: white; font-size: 18px; font-style: italic; }

.rslides li { position: relative; }

.slider-container { position: absolute; z-index: 2; top: 0; width: 100%; height: 100%; padding: 0 15px; left: 0; }
@media (min-width: 768px) { .slider-container { left: 44%; width: 750px; margin-left: -375px; } }
@media (min-width: 992px) { .slider-container { left: 44%; width: 970px; margin-left: -485px; } }
@media (min-width: 1200px) { .slider-container { left: 44%;width: 1200px; text-align:right;} }
.rslide-caption-1 { margin-top: 17%; }
.rslide-caption-1 span { display: block; line-height: 1; color: #000; font-size: 70px; margin-top: 0.4em;font-weight: 700;}
.rslide-caption-1 span:last-child { text-transform: uppercase; font-size: 56px; letter-spacing:5px;font-weight: 400;}
.rslide-caption-1 .sc1-year { float: right; line-height: 1.2; margin-top: 12px; margin-right: 7px; font-size: 50px; font-style: italic; font-weight: 300; border-bottom: 1px solid white; color: #B8BC27; }

.rslide-caption-2 { position: relative; margin-top: 30px; padding: 14px 0; width: 500px; line-height: 1.6; font-size: 18px; font-weight: 300; color: white; }
.rslide-caption-2:before, .rslide-caption-2:after { content: ''; display: block; position: absolute; left: 0; width: 100%; height: 4px; border: 1px solid #e1e3e6; border-left: 0; border-right: 0; }
.rslide-caption-2:before { top: 0; }
.rslide-caption-2:after { bottom: 0; }

.rslide-caption-3 { position: relative; margin: 10% auto 0; padding: 14px 0; width: 843px; line-height: 1.6; font-size: 16px; font-weight: 300; color: white; text-align: center; }
.rslide-caption-3 a { display: inline-block; margin: 0 10px; color: #f0f0f0; }

.rslide-caption-4 { position: relative; margin: 0 auto 0; padding: 14px 0; width: 843px; line-height: 1.6; font-size: 60px; font-weight: 300; color: white; text-align: center; }
.rslide-caption-4:before, .rslide-caption-4:after { content: ''; display: block; position: absolute; left: 0; width: 100%; height: 4px; border: 1px solid #e1e3e6; border-left: 0; border-right: 0; }
.rslide-caption-4:before { top: 0; }
.rslide-caption-4:after { bottom: 0; }

.rslide-caption-5 { color: white; margin-top: 10%; margin-bottom: 20px; font-size: 32px; }

.rslide-caption-6 { color: white; font-size: 18px; }

@media (max-width: 991px) { .rslide-caption-1, .rslide-caption-2, .rslide-caption-3, .rslide-caption-4, .rslide-caption-5, .rslide-caption-6 { width: auto; margin-top: 5%; font-size: 18px; }
  .rslide-caption-1 span, .rslide-caption-1 .sc1-year, .rslide-caption-2 span, .rslide-caption-2 .sc1-year, .rslide-caption-3 span, .rslide-caption-3 .sc1-year, .rslide-caption-4 span, .rslide-caption-4 .sc1-year, .rslide-caption-5 span, .rslide-caption-5 .sc1-year, .rslide-caption-6 span, .rslide-caption-6 .sc1-year { display: inline-block; font-size: 18px; float: none; } }
.rslide-button-1 { width: 274px; height: 47px; line-height: 41px; margin-top: 55px; margin-left: 3px; padding-left: 28px; background-color: #B8BC27; color: white; border: 1px solid white; font-size: 15px; text-align: left; text-transform: uppercase; white-space: nowrap; -webkit-box-shadow: 0px 0px 0px 3px #B8BC27; -moz-box-shadow: 0px 0px 0px 3px #B8BC27; box-shadow: 0px 0px 0px 3px #B8BC27; }
.rslide-button-1:after { content: "тЖТ"; display: inline-block; line-height: 38px; margin-left: 15px; color: white; font-size: 25px; font-family: Arial; vertical-align: top; transition: all .2s ease 0; }
.rslide-button-1:hover:after { padding-left: 10px; }

#home1-slider { position: relative; width: 100%; height: 0; padding-bottom: 28.45%; }
#home1-slider .rslides-container { position: absolute; width: 100%; height: 100%; }
#home1-slider .rslides-container.loading { background: url(images/loader-64.gif) center center no-repeat; }


/*===========================================================================*\
|  Products List Block
\*===========================================================================*/
.product-categories { list-style-type: none; display: inline-block; position: relative; margin: 0; padding: 0; margin-bottom: 35px; text-transform: uppercase; font-size: 18px; font-weight: 400; }
.product-categories:before, .product-categories:after { content: " "; display: table; }
.product-categories:after { clear: both; }
.product-categories li { float: left; margin: 0 30px; }
@media (max-width: 767px) { .product-categories li { float: none; }
  .product-categories li.hover-line { display: none; } }
.product-categories li a { display: block; padding: 5px 0; }
.product-categories li.active a, .product-categories li a:hover { color: #B8BC27; }

/* =========== Pdoruct List =========== */
.products-list { margin-bottom: 50px; }

/* Product list item */
.pl-item { text-align: center; }
.pl-item figure { position: relative; /*height: 290px; line-height: 309px;*/ margin-bottom: 15px; overflow: hidden; border: 1px solid transparent; }
/*@media (max-width: 1199px) {.pl-item figure { line-height: 250px;}}*/

.products-list .row .pl-item{height: 320px;}
/*@media (max-width: 1199px) {.products-list .row .pl-item{height: 270px;}}*/

.pl-item figure img { max-width: 100%; max-height: 100%; opacity: 1; vertical-align: middle; transition: opacity 0.5s ease; -moz-backface-visibility: hidden; }
.pl-item figure .pl-backside { display: block; position: absolute; left: 0; top: 0; width: 100%; height: 100%; }
.pl-item figure .pl-backside img { opacity: 0; }
.pl-item figure figcaption { display: block; position: absolute; left: 0; bottom: 0; width: 100%; height: 55px; margin-bottom: -55px; background-color: rgba(0, 0, 0, 0.7); transition: all 0.5s ease; }
@media (max-width: 767px) { .pl-item figure figcaption { margin-bottom: 0; } }
.pl-item figure:hover .pl-w-backside img { opacity: 0; }
.pl-item figure:hover .pl-backside img { opacity: 1; }
.pl-item figure:hover figcaption { margin-bottom: 0; }
.pl-item figure .pl-badge { position: absolute; left: 0; top: 0; line-height: 37px; border: 2px solid #d7d9db; padding: 0 15px; background-color: white; color: #57595e; font-size: 16px; font-weight: 400; }
.pl-item figure .pl-badge:after, .pl-item figure .pl-badge:before { content: ''; display: block; position: absolute; bottom: -22px; right: 12px; border: 10px solid transparent; border-top-color: #d7d9db; border-right-width: 0; }
.pl-item figure .pl-badge:after { bottom: -17px; right: 14px; border-top-color: white; }

.pl-button { display: block; width: 50%; float:left; font-size: 32px; line-height: 55px; color: white; text-align: center; background: #3a5785;}
.pl-button:hover { background-color: #B8BC27; color: white; }

.pl-price-block{ position: relative;  font-weight: 400; line-height: 30px; margin-bottom:0; height:4.8em; overflow:hidden;}
.pl-price-block:before, .pl-price-block:after { content: ''; display: block; position: absolute; left: 0; width: 100%; height: 4px; border: ; border-left: 0; border-right: 0; }
.pl-price-block:before { top: 0; }
.pl-price-block:after { bottom: 0; }
.pl-price-block .pl-reference { color: #000;font-size: 17px;display:block; }
.pl-price-block .pl-title { color: #000;font-size: 13px;display:block; }
.pl-price-block .pl-price { color: #fff; background: #3A5785; font-size: 13px;margin-left: 5px; padding: 0 2px;}
.pl-price-block .pl-price-old { color: #a3a3a3; text-decoration: line-through; }


.pl-name { margin: 0; color: #212224; font-size: 14px; font-weight: 400; }

/* =========== Product Carousel =========== */
.pl-carousel { position: relative; }

.pl-controls { text-align: center; margin-bottom: 15px; }
.pl-controls.plc-bottom { margin-top: 15px; margin-bottom: 0; }

.pl-ctl-left, .pl-ctl-right { display: inline-block; width: 30px; height: 30px; line-height: 28px; border: 1px solid #d7d9db; font-size: 18px; text-align: center; }
.pl-ctl-left:after, .pl-ctl-right:after { content: "\34"; font-family: ElegantIcons; }
.pl-ctl-left:hover, .pl-ctl-right:hover { color: #B8BC27; }

.pl-ctl-right { margin-left: 3px; }
.pl-ctl-right:after { content: "\35"; }

ul.pl-pages { list-style-type: none; position: relative; margin: 0; padding: 0; overflow: hidden; }
ul.pl-pages > li { visibility: hidden; position: absolute; }
ul.pl-pages > li .pl-item { transform: scale(0); -webkit-transform: scale(0); transition: all 0.5s ease; }
ul.pl-pages > li.active { visibility: visible; position: static; }
ul.pl-pages > li.active .pl-item { transform: scale(1); -webkit-transform: scale(1); }
ul.pl-pages > li.animation { visibility: visible; position: static; }

/* Stars rating */
.stars-rating { display: inline-block; width: 73px; height: 13px; background: url(images/stars-rating.png) 0 -13px no-repeat; }
.stars-rating .stars { display: block; width: 100%; height: 100%; background: url(images/stars-rating.png) 0 0 no-repeat; }
.stars-rating.stars-5 .stars { width: 100%; }
.stars-rating.stars-4 .stars { width: 80%; }
.stars-rating.stars-3 .stars { width: 60%; }
.stars-rating.stars-2 .stars { width: 40%; }
.stars-rating.stars-1 .stars { width: 20%; }
.stars-rating.stars-0 .stars { width: 0; }

/* =========== Product list (list view) =========== */
/* Product list listview item */
.plv-item { margin-bottom: 30px; border: 1px solid #ebebeb; text-align: center; }
.plv-item .plv-image figure { position: relative; height: 216px; line-height: 214px; overflow: hidden; border-right: 1px solid #ebebeb; }
.plv-item .plv-image figure img { max-width: 100%; max-height: 100%; opacity: 1; vertical-align: middle; transition: opacity 0.5s ease; -moz-backface-visibility: hidden; }
.plv-item .plv-image figure .plv-backside { display: block; position: absolute; left: 0; top: 0; width: 100%; height: 100%; }
.plv-item .plv-image figure .plv-backside img { opacity: 0; }
.plv-item .plv-image figure figcaption { display: block; position: absolute; left: 0; bottom: 0; width: 100%; height: 55px; margin-bottom: -55px; background-color: rgba(0, 0, 0, 0.7); transition: all 0.5s ease; }
@media (max-width: 767px) { .plv-item .plv-image figure figcaption { margin-bottom: 0; } }
.plv-item .plv-image figure:hover .plv-w-backside img { opacity: 0; }
.plv-item .plv-image figure:hover .plv-backside img { opacity: 1; }
.plv-item .plv-image figure:hover figcaption { margin-bottom: 0; }
.plv-item .plv-body { margin-left: -1px; padding: 10px 25px 10px; border-left: 1px solid #ebebeb; text-align: left; }
	@media (max-width: 767px) {.plv-item .plv-body{text-align:center;}}
.plv-item .plv-body .plv-header { line-height: 42px; border-bottom: 1px solid #ebebeb; }
.plv-item .plv-body .plv-title { font-size: 14px; font-weight: 400; color: #212224; }
.plv-item .plv-body .plv-title a { color: #212224; }
.plv-item .plv-body .plv-title a:hover { color: #B8BC27; }
.plv-item .plv-body .plv-availability { font-size: 13px; text-align: right; color: #212224; }
.plv-item .plv-body .plv-availability span { color: #a2a8af; }
.plv-item .plv-body .plva-label { display: inline-block; margin-right: 10px; }
.plv-item .plv-body .plv-price-block { line-height: 26px; margin-bottom: 4px; }
.plv-item .plv-body .plv-price { display: inline-block; margin-right: 70px; font-size: 13px; font-weight: 400; color:#737880; }
	@media (max-width: 767px) {.plv-item .plv-body .plv-price{margin-right:0;}}
.plv-item .plv-body .plv-reference a{color: #000; font-size: 17px;}
.plv-item .plv-body .plv-reviews-count { display: inline-block; margin-left: 6px; }
.plv-item .plv-body .plv-add-review { display: inline-block; margin-left: 16px; }
.plv-item .plv-body .plv-add-review:before { content: ''; display: inline-block; height: 16px; margin-right: 10px; margin-bottom: -3px; border-left: 1px solid #ebebeb; }
.plv-item .plv-body .plv-exerpt { margin-bottom: 20px; font-size: 14px; }
.plv-item .plv-body .plv-buttons .btn { margin-right: 15px; margin-bottom: 10px; font-size: 14px; }
.plv-item .plv-body .plv-buttons .btn:last-child { margin-right: 0; }
.plv-item .plv-body .plv-buttons .btn-prim-col { text-transform: none; }

.dot-green, .dot-red { display: inline-block; width: 12px; height: 12px; margin-bottom: -1px; border-radius: 50%; background-color: #93ca6c; vertical-align: baseline; }

.dot-red { background-color: red; }

/*===========================================================================*\
|  Clients block
\*===========================================================================*/
.client-item { margin-bottom: 20px; }
.client-item:before, .client-item:after { content: " "; display: table; }
.client-item:after { clear: both; }
.client-item figure { display: block; float: left; width: 80px; margin-top: 7px; }
.client-item .ci-body { float: left; width: 100%; margin-left: -80px; padding-left: 100px; }
.client-item p { margin-bottom: 5px; }
.client-item .ci-name { color: black; }

/*===========================================================================*\
|  Brands block
\*===========================================================================*/
.brands-list { margin-left: -5px; margin-right: -5px; margin-bottom: 30px; }
.brands-list:before, .brands-list:after { content: " "; display: table; }
.brands-list:after { clear: both; }
.brands-list .bl-item { position: relative; float: left; width: 50%; min-height: 1px; padding-left: 5px; padding-right: 5px; position: relative; min-height: 1px; padding-left: 5px; padding-right: 5px; padding-bottom: 10px; }
@media (min-width: 768px) { .brands-list .bl-item { float: left; width: 33.33333%; } }
.brands-list .bl-item-inner { display: block; height: 100px; line-height: 100px; border: 1px solid #e6e8eb; text-align: center; }

/*===========================================================================*\
|  News List
\*===========================================================================*/
.news-title { font-size: 18px; margin-bottom: 45px; text-align: center; text-transform: uppercase; }

.news-container { margin-bottom: 10px; }

.news-item { margin-bottom: 30px; text-align: center; }
.news-item.animate { transform: scale(0); -webkit-transform: scale(0); transition: all 0.5s ease; }
.news-item.scale { transform: scale(1); -webkit-transform: scale(1); }
.news-item .ni-body { padding: 30px; border: 2px solid #e6e8eb; border-top: 0; text-align: left; }
@media (max-width: 767px) { .news-item .ni-body { border: 0; } }
.news-item .ni-title { margin-top: 0; margin-bottom: 10px; font-size: 16px; text-align: center; text-transform: uppercase; }
.news-item .ni-title-line { width: 60px; margin: 10px auto; border-top: 2px solid #B8BC27; }
.news-item .ni-info { display: block; margin-top: 17px; color: #b3b9c2; }
.news-item .ni-info:before, .news-item .ni-info:after { content: " "; display: table; }
.news-item .ni-info:after { clear: both; }
.news-item .ni-date { float: left; }
.news-item .ni-date i { margin-right: 5px; color: #8a9099; }
.news-item .ni-commments { float: right; }
.news-item .ni-commments i { margin-right: 5px; color: #8a9099; }

.news-loadmore { margin-top: 5px; border: 1px solid #e1e3e6; color: black; background-color: white; }
.news-loadmore i { margin-right: 10px; color: #B8BC27; }
.news-loadmore:hover { color: white; background-color: #e1e3e6; }

/*===========================================================================*\
|  Services Block
\*===========================================================================*/
.services-item { margin: 7px 7px 37px; padding: 30px; background-color: #b09965; border: 1px solid #eae3d5; -webkit-box-shadow: 0px 0px 0px 7px #b09965; -moz-box-shadow: 0px 0px 0px 7px #b09965; box-shadow: 0px 0px 0px 7px #b09965; }
.services-item p, .services-item h3, .services-item a { margin: 0; color: white; }
.services-item a:hover { color: #B8BC27; }
.services-item .si-icon { margin-top: 5px; margin-bottom: 12px; font-size: 30px; text-align: center; }
.services-item .si-title { font-size: 30px; text-align: center; }
.services-item .si-line { position: relative; height: 2px; margin: 19px 0 30px; border: 1px solid white; border-left: 0; border-right: 0; }
.services-item .si-line:before, .services-item .si-line:after { content: ''; display: block; position: absolute; bottom: -13px; left: 50%; margin-left: -6px; border: 6px solid transparent; }
.services-item .si-line:before { border-top-color: white; }
.services-item .si-line:after { bottom: -9px; margin-left: -4px; border-width: 4px; border-top-color: #b09965; }
.services-item .si-content { margin-bottom: 8px; }

/*===========================================================================*\
|  Review
\*===========================================================================*/
.comment { padding-top: 40px; padding-bottom: 34px; border-bottom: 1px solid #d7d9db; }
.comment .img-cover { width: 100px; height: 98px; float: left; margin-top: 6px; }
@media all and (max-width: 768px) { .comment .img-cover { width: 100%; float: none; margin-bottom: 20px; } }
.comment .data { margin-left: 120px; }
@media all and (max-width: 768px) { .comment .data { margin-left: 0; } }
.comment .data > p { margin-bottom: 0; }
.comment .data time { font: 14px "Open Sans", sans-serif; color: #a1a8b2; display: inline-block; }
.comment .data:before, .comment .data:after { content: ""; display: block; clear: right; }
.comment .comment-info { float: left; }
.comment .name { font: 14px "Open Sans", sans-serif; color: #212224; display: inline-block; margin-right: 18px; }
.comment .like-wrapper { float: right; text-align: right; margin-top: -5px; }
@media all and (max-width: 768px) { .comment .like-wrapper { float: left; text-align: left; padding: 0; } }
.comment .count { color: #B8BC27; font-size: 16px; margin-left: 5px; }
.comment .count:before { content: "("; }
.comment .count:after { content: ")"; }
.comment .dislike { margin-left: 15px; }
.comment .stars-rating { display: block; margin-bottom: 7px; margin-top: 3px; }
.comment .reply { font-size: 14px; position: relative; left: 15px; top: 5px; }
@media all and (max-width: 991px) { .comment .reply { left: 0; } }
.comment .reply span { vertical-align: -2px; }
.comment .comment-text { margin-top: 3px; font: 13px/1.6em "Open Sans", sans-serif; letter-spacing: 0.01em; color: #9198a1; float: left; display: inline-block; }
.comment.second-lvl { padding-left: 40px; }

.wp-pagenavi { margin-top: 25px; margin-bottom: 80px; float: left; }
.wp-pagenavi .current { cursor: default; }
.wp-pagenavi .btn { padding: 0; margin-right: 6px; font-size: 15px; line-height: 22px; vertical-align: middle; height: 25px; width: 25px; text-align: center; text-transform: uppercase; position: relative; }
.wp-pagenavi .btn:before { position: absolute; top: 50%; left: 45%; -moz-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); }
.wp-pagenavi .btn:last-child { margin-right: 0; }

.by { margin-top: 28px; font: 14px "Open Sans", sans-serif; }
.by a { color: #B8BC27; }
.by a:hover { color: #737880; }

/*===========================================================================*\
|  Widgets
\*===========================================================================*/
.widget { margin-bottom: 40px; }
.widget .wg-title { margin: 0 0 15px; color: black; font-family: HelveticaNeue, Arial, Helvetica, sans-serif; font-size: 16px; font-weight: 400; text-transform: uppercase; }
@media all and (max-width: 1199px) {.widget .wg-title {font-size: 14px;}}
.widget .carousel { display: inline-block; }

/* =============================== Categories =============================== */
.wg-categories { border-bottom: 1px solid #e1e3e6; padding-bottom: 35px; }

.wg-categories-list-lat {  margin: 0px; padding: 0 0 0 0px;}
.wg-categories-list-lat li { line-height: 1.3em;margin-bottom:8px; list-style: none ;
    list-style-position: inside;
    text-indent: -1em;
    padding-left: 1em;}
.wg-categories-list-lat li:empty { display:none; }
.wg-categories-list-lat li:before { content:"•"; color:#3a5785;}
.wg-categories-list-lat li ul { list-style: none ; margin: 0; padding: 0 0 0 12px; }
.wg-categories-list-lat .wgc-count { color: #a1a8b3; }

/* =============================== Active Filters =============================== */
.wg-active-fiters { border: 2px solid #ebebeb; padding: 20px 10px; }
.wg-active-fiters .wg-title { text-align: center; }
.wg-active-fiters .wg-af-list { list-style-type: none; margin-bottom: 23px; padding: 0; }
.wg-active-fiters .wg-af-list li { line-height: 25px; }
.wg-active-fiters .wg-af-list li:before, .wg-active-fiters .wg-af-list li:after { content: " "; display: table; }
.wg-active-fiters .wg-af-list li:after { clear: both; }
.wg-active-fiters .wg-af-list li label { margin: 0; color: black; }
.wg-active-fiters .wg-afl-del { display: block; float: right; font-size: 18px; }
.wg-active-fiters .close-btn { display: inline-block; }

/* =============================== Price filter =============================== */
.wgpf-label { margin: 10px 0 0; }
.wgpf-label label { margin: 0; text-transform: uppercase; }
.wgpf-label .price-range-label { color: black; }

/* =============================== Filters List =============================== */
.wg-filterslist .wgfl-count { color: #a1a8b3; font-style: normal; }
.wg-filterslist .wgfl-list { display: inline-block; list-style-type: none; padding: 0; margin-right: 25px; color: #737880; }
.wg-filterslist .wgfl-list li { padding: 5px 0; }
.wg-filterslist label { margin: 0; }
.wg-filterslist a, .wg-filterslist label { color: #737880; transition: all 0.3s ease; }
.wg-filterslist a:hover, .wg-filterslist label:hover { color: #B8BC27; }
.wg-filterslist input.stl[type=checkbox]:not(old) + label > span, .wg-filterslist input.stl[type=radio]:not(old) + label > span { margin: .25em .5em .25em 0; }

.color-option { width: 16px; height: 16px; padding: 0; margin-left: 0; margin-top: 1px; margin-bottom: 6px; margin-right: 5px; border: 1px solid #666; vertical-align: middle; }
.color-option.on { border: 2px solid black; }

.wg-size-tabs { list-style-type: none; padding: 0; margin-left: 30px; margin-bottom: -2px; display: inline-block; font-size: 12px; color: #81878f; vertical-align: middle; }
.wg-size-tabs:before, .wg-size-tabs:after { content: " "; display: table; }
.wg-size-tabs:after { clear: both; }
.wg-size-tabs li { float: left; padding: 0 0 0 8px; }
.wg-size-tabs li:after { content: '|'; display: block; float: right; margin-left: 8px; color: #d3d6db; }
.wg-size-tabs li:last-child:after { content: ''; }
.wg-size-tabs li.active a { color: #B8BC27; }
.wg-size-tabs li a { color: #959aa1; }
.wg-size-tabs li a:hover { color: #B8BC27; }

/* =============================== Specials =============================== */
.wg-specials .wg-title { margin-bottom: 25px; }
.wg-specials .wgsp-item figure { display: block; overflow: hidden; width: 100%; height: 270px; line-height: 270px; text-align: center; }
.wg-specials .wgsp-item figure img { max-width: 100%; max-height: 100%; vertical-align: middle; }
.wg-specials .wgsp-title { margin-bottom: 0px; color: #212224; font-size: 14px; font-weight: 400; text-align: center; }
.wg-specials .wgsp-title a { color: #212224; }
.wg-specials .wgsp-title a:hover { color: #B8BC27; }
.wg-specials .wgsp-price { color: #B8BC27; font-size: 16px; font-weight: 500; text-align: center; }
.wg-specials.box-with-pager .bx-controls { top: 0; }
@media (max-width: 767px) { .wg-specials.box-with-pager .bx-controls { top: 40px; } }
.wg-specials .btn { min-width: 0; }
.wg-specials .btn-grey { background-color: #e1e3e6; color: #212224; }
.wg-specials .btn-grey:hover { background-color: #B8BC27; color: white; }

/* =============================== Viwed Products =============================== */
.wg-viwed-products .wg-title { margin-bottom: 25px; }
.wg-viwed-products .wgvp-list { list-style-type: none; padding: 0; }
.wg-viwed-products .wgvp-item { margin-bottom: 20px; }
.wg-viwed-products .wgvp-item:before, .wg-viwed-products .wgvp-item:after { content: " "; display: table; }
.wg-viwed-products .wgvp-item:after { clear: both; }
.wg-viwed-products .wgvp-item figure { float: left; overflow: hidden; width: 90px; height: 102px; line-height: 102px; margin-right: 20px; border: 1px solid #ebebeb; text-align: center; }
.wg-viwed-products .wgvp-item figure img { max-width: 100%; max-height: 100%; vertical-align: top; }
.wg-viwed-products .wgvp-item-title { margin-bottom: 0px; color: #212224; font-size: 14px; font-weight: 400; }
.wg-viwed-products .wgvp-item-title a { color: #212224; }
.wg-viwed-products .wgvp-item-title a:hover { color: #B8BC27; }
.wg-viwed-products .wgvp-item-price { color: #B8BC27; font-size: 14px; font-weight: 500; }

/* =============================== Our Stores =============================== */
@media (min-width: 768px) { .wg-our-stores { /*border-bottom: 1px solid #e1e3e6;*/ padding-bottom: 35px; } }
.wg-our-stores .wgos-discover { margin-top: 14px;margin-bottom: 14px; }
@media all and (min-width: 1200px) {.wg-our-stores .wgos-discover .btn { padding-left: 30px; }}

.arrow-button:after { content: "тЖТ"; display: inline-block; width: 43px; margin-left: 15px; padding-left: 0; padding-right: 10px; font-size: 18px; line-height: 22px; font-family: Arial; vertical-align: top; transition: all .2s ease 0; }
.arrow-button:hover:after { padding-left: 10px; padding-right: 0; }
.carousel.slide.no-bullets, .carousel.slide.no-bullets img{ width: 100%;} 
.btn.btn-sm.btn-third-col.arrow-button { display: block;}

/* =============================== Links =============================== */
.wg-links { border-bottom: 1px solid #e1e3e6; padding-bottom: 35px; }

.wg-links-list { list-style-type: disc; margin: 0; padding: 0 0 0 16px; }
.wg-links-list li { line-height: 25px; }
.wg-links-list li ul { list-style-type: none; margin: 0; padding: 0 0 0 12px; }

/*===========================================================================*\
|  _mediaelementplayer.scss
\*===========================================================================*/
.mejs-container { position: relative; background: #000; font-family: Helvetica, Arial; text-align: left; vertical-align: top; text-indent: 0; }

.me-plugin { position: absolute; }

.mejs-embed, .mejs-embed body { width: 100%; height: 100%; margin: 0; padding: 0; background: #000; overflow: hidden; }

.mejs-fullscreen { /* set it to not show scroll bars so 100% will work */ overflow: hidden !important; }

.mejs-container-fullscreen { position: fixed; left: 0; top: 0; right: 0; bottom: 0; overflow: hidden; z-index: 1000; }

.mejs-container-fullscreen .mejs-mediaelement, .mejs-container-fullscreen video { width: 100%; height: 100%; }

.mejs-clear { clear: both; }

/* Start: LAYERS */
.mejs-background { position: absolute; top: 0; left: 0; }

.mejs-mediaelement { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

.mejs-poster { position: absolute; top: 0; left: 0; background-size: contain; background-position: 50% 50%; background-repeat: no-repeat; }

:root .mejs-poster img { display: none; }

.mejs-poster img { border: 0; padding: 0; border: 0; }

.mejs-overlay { position: absolute; top: 0; left: 0; }

.mejs-overlay-play { cursor: pointer; }

.mejs-overlay-button { position: absolute; top: 50%; left: 50%; width: 100px; height: 100px; margin: -50px 0 0 -50px; background: url('/images/mediaelementplayer/bigplay.svg') no-repeat; }

.no-svg .mejs-overlay-button { background-image: url('/images/mediaelementplayer/bigplay.png'); }

.mejs-overlay:hover .mejs-overlay-button { background-position: 0 -100px; }

.mejs-overlay-loading { position: absolute; top: 50%; left: 50%; width: 80px; height: 80px; margin: -40px 0 0 -40px; background: #333; background: url('/images/mediaelementplayer/background.png'); background: rgba(0, 0, 0, 0.9); background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(50, 50, 50, 0.9)), to(rgba(0, 0, 0, 0.9))); background: -webkit-linear-gradient(top, rgba(50, 50, 50, 0.9), rgba(0, 0, 0, 0.9)); background: -moz-linear-gradient(top, rgba(50, 50, 50, 0.9), rgba(0, 0, 0, 0.9)); background: -o-linear-gradient(top, rgba(50, 50, 50, 0.9), rgba(0, 0, 0, 0.9)); background: -ms-linear-gradient(top, rgba(50, 50, 50, 0.9), rgba(0, 0, 0, 0.9)); background: linear-gradient(rgba(50, 50, 50, 0.9), rgba(0, 0, 0, 0.9)); }

.mejs-overlay-loading span { display: block; width: 80px; height: 80px; background: transparent url('/images/mediaelementplayer/loading.gif') 50% 50% no-repeat; }

/* End: LAYERS */
/* Start: CONTROL BAR */
.mejs-container .mejs-controls { position: absolute; list-style-type: none; margin: 0; padding: 0; bottom: 0; left: 0; background: url('/images/mediaelementplayer/background.png'); background: rgba(0, 0, 0, 0.7); background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(50, 50, 50, 0.7)), to(rgba(0, 0, 0, 0.7))); background: -webkit-linear-gradient(top, rgba(50, 50, 50, 0.7), rgba(0, 0, 0, 0.7)); background: -moz-linear-gradient(top, rgba(50, 50, 50, 0.7), rgba(0, 0, 0, 0.7)); background: -o-linear-gradient(top, rgba(50, 50, 50, 0.7), rgba(0, 0, 0, 0.7)); background: -ms-linear-gradient(top, rgba(50, 50, 50, 0.7), rgba(0, 0, 0, 0.7)); background: linear-gradient(rgba(50, 50, 50, 0.7), rgba(0, 0, 0, 0.7)); height: 30px; width: 100%; }

.mejs-container .mejs-controls div { list-style-type: none; background-image: none; display: block; float: left; margin: 0; padding: 0; width: 26px; height: 26px; font-size: 11px; line-height: 11px; font-family: Helvetica, Arial; border: 0; }

.mejs-controls .mejs-button button { cursor: pointer; display: block; font-size: 0; line-height: 0; text-decoration: none; margin: 7px 5px; padding: 0; position: absolute; height: 16px; width: 16px; border: 0; background: transparent url('/images/mediaelementplayer/controls.svg') no-repeat; }

.no-svg .mejs-controls .mejs-button button { background-image: url('/images/mediaelementplayer/controls.png'); }

/* :focus for accessibility */
.mejs-controls .mejs-button button:focus { outline: dotted 1px #999; }

/* End: CONTROL BAR */
/* Start: Time (Current / Duration) */
.mejs-container .mejs-controls .mejs-time { color: #fff; display: block; height: 17px; width: auto; padding: 8px 3px 0 3px; overflow: hidden; text-align: center; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }

.mejs-container .mejs-controls .mejs-time span { color: #fff; font-size: 11px; line-height: 12px; display: block; float: left; margin: 1px 2px 0 0; width: auto; }

/* End: Time (Current / Duration) */
/* Start: Play/Pause/Stop */
.mejs-controls .mejs-play button { background-position: 0 0; }

.mejs-controls .mejs-pause button { background-position: 0 -16px; }

.mejs-controls .mejs-stop button { background-position: -112px 0; }

/* Start: Play/Pause/Stop */
/* Start: Progress Bar */
.mejs-controls div.mejs-time-rail { direction: ltr; width: 200px; padding-top: 5px; }

.mejs-controls .mejs-time-rail span { display: block; position: absolute; width: 180px; height: 10px; -webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px; cursor: pointer; }

.mejs-controls .mejs-time-rail .mejs-time-total { margin: 5px; background: #333; background: rgba(50, 50, 50, 0.8); background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(30, 30, 30, 0.8)), to(rgba(60, 60, 60, 0.8))); background: -webkit-linear-gradient(top, rgba(30, 30, 30, 0.8), rgba(60, 60, 60, 0.8)); background: -moz-linear-gradient(top, rgba(30, 30, 30, 0.8), rgba(60, 60, 60, 0.8)); background: -o-linear-gradient(top, rgba(30, 30, 30, 0.8), rgba(60, 60, 60, 0.8)); background: -ms-linear-gradient(top, rgba(30, 30, 30, 0.8), rgba(60, 60, 60, 0.8)); background: linear-gradient(rgba(30, 30, 30, 0.8), rgba(60, 60, 60, 0.8)); }

.mejs-controls .mejs-time-rail .mejs-time-buffering { width: 100%; background-image: -o-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent)); background-image: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); background-image: -moz-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); background-image: -ms-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); background-image: linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0)); -webkit-background-size: 15px 15px; -moz-background-size: 15px 15px; -o-background-size: 15px 15px; background-size: 15px 15px; -webkit-animation: buffering-stripes 2s linear infinite; -moz-animation: buffering-stripes 2s linear infinite; -ms-animation: buffering-stripes 2s linear infinite; -o-animation: buffering-stripes 2s linear infinite; animation: buffering-stripes 2s linear infinite; }

@-webkit-keyframes buffering-stripes { from { background-position: 0 0; }
  to { background-position: 30px 0; } }
@-moz-keyframes buffering-stripes { from { background-position: 0 0; }
  to { background-position: 30px 0; } }
@-ms-keyframes buffering-stripes { from { background-position: 0 0; }
  to { background-position: 30px 0; } }
@-o-keyframes buffering-stripes { from { background-position: 0 0; }
  to { background-position: 30px 0; } }
@keyframes buffering-stripes { from { background-position: 0 0; }
  to { background-position: 30px 0; } }
.mejs-controls .mejs-time-rail .mejs-time-loaded { background: #3caac8; background: rgba(60, 170, 200, 0.8); background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(44, 124, 145, 0.8)), to(rgba(78, 183, 212, 0.8))); background: -webkit-linear-gradient(top, rgba(44, 124, 145, 0.8), rgba(78, 183, 212, 0.8)); background: -moz-linear-gradient(top, rgba(44, 124, 145, 0.8), rgba(78, 183, 212, 0.8)); background: -o-linear-gradient(top, rgba(44, 124, 145, 0.8), rgba(78, 183, 212, 0.8)); background: -ms-linear-gradient(top, rgba(44, 124, 145, 0.8), rgba(78, 183, 212, 0.8)); background: linear-gradient(rgba(44, 124, 145, 0.8), rgba(78, 183, 212, 0.8)); width: 0; }

.mejs-controls .mejs-time-rail .mejs-time-current { background: #fff; background: rgba(255, 255, 255, 0.8); background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(255, 255, 255, 0.9)), to(rgba(200, 200, 200, 0.8))); background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.9), rgba(200, 200, 200, 0.8)); background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.9), rgba(200, 200, 200, 0.8)); background: -o-linear-gradient(top, rgba(255, 255, 255, 0.9), rgba(200, 200, 200, 0.8)); background: -ms-linear-gradient(top, rgba(255, 255, 255, 0.9), rgba(200, 200, 200, 0.8)); background: linear-gradient(rgba(255, 255, 255, 0.9), rgba(200, 200, 200, 0.8)); width: 0; }

.mejs-controls .mejs-time-rail .mejs-time-handle { display: none; position: absolute; margin: 0; width: 10px; background: #fff; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; cursor: pointer; border: solid 2px #333; top: -2px; text-align: center; }

.mejs-controls .mejs-time-rail .mejs-time-float { position: absolute; display: none; background: #eee; width: 36px; height: 17px; border: solid 1px #333; top: -26px; margin-left: -18px; text-align: center; color: #111; }

.mejs-controls .mejs-time-rail .mejs-time-float-current { margin: 2px; width: 30px; display: block; text-align: center; left: 0; }

.mejs-controls .mejs-time-rail .mejs-time-float-corner { position: absolute; display: block; width: 0; height: 0; line-height: 0; border: solid 5px #eee; border-color: #eee transparent transparent transparent; -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0; top: 15px; left: 13px; }

.mejs-long-video .mejs-controls .mejs-time-rail .mejs-time-float { width: 48px; }

.mejs-long-video .mejs-controls .mejs-time-rail .mejs-time-float-current { width: 44px; }

.mejs-long-video .mejs-controls .mejs-time-rail .mejs-time-float-corner { left: 18px; }

/*
.mejs-controls .mejs-time-rail:hover .mejs-time-handle {
	visibility:visible;
}
*/
/* End: Progress Bar */
/* Start: Fullscreen */
.mejs-controls .mejs-fullscreen-button button { background-position: -32px 0; }

.mejs-controls .mejs-unfullscreen button { background-position: -32px -16px; }

/* End: Fullscreen */
/* Start: Mute/Volume */
.mejs-controls .mejs-mute button { background-position: -16px -16px; }

.mejs-controls .mejs-unmute button { background-position: -16px 0; }

.mejs-controls .mejs-volume-button { position: relative; }

.mejs-controls .mejs-volume-button .mejs-volume-slider { display: none; height: 115px; width: 25px; background: url('/images/mediaelementplayer/background.png'); background: rgba(50, 50, 50, 0.7); -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0; top: -115px; left: 0; z-index: 1; position: absolute; margin: 0; }

.mejs-controls .mejs-volume-button:hover { -webkit-border-radius: 0 0 4px 4px; -moz-border-radius: 0 0 4px 4px; border-radius: 0 0 4px 4px; }

/*
.mejs-controls .mejs-volume-button:hover .mejs-volume-slider {
	display: block;
}
*/
.mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-total { position: absolute; left: 11px; top: 8px; width: 2px; height: 100px; background: #ddd; background: rgba(255, 255, 255, 0.5); margin: 0; }

.mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-current { position: absolute; left: 11px; top: 8px; width: 2px; height: 100px; background: #ddd; background: rgba(255, 255, 255, 0.9); margin: 0; }

.mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-handle { position: absolute; left: 4px; top: -3px; width: 16px; height: 6px; background: #ddd; background: rgba(255, 255, 255, 0.9); cursor: N-resize; -webkit-border-radius: 1px; -moz-border-radius: 1px; border-radius: 1px; margin: 0; }

/* horizontal version */
.mejs-controls div.mejs-horizontal-volume-slider { height: 26px; width: 60px; position: relative; }

.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total { position: absolute; left: 0; top: 11px; width: 50px; height: 8px; margin: 0; padding: 0; font-size: 1px; -webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px; background: #333; background: rgba(50, 50, 50, 0.8); background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(30, 30, 30, 0.8)), to(rgba(60, 60, 60, 0.8))); background: -webkit-linear-gradient(top, rgba(30, 30, 30, 0.8), rgba(60, 60, 60, 0.8)); background: -moz-linear-gradient(top, rgba(30, 30, 30, 0.8), rgba(60, 60, 60, 0.8)); background: -o-linear-gradient(top, rgba(30, 30, 30, 0.8), rgba(60, 60, 60, 0.8)); background: -ms-linear-gradient(top, rgba(30, 30, 30, 0.8), rgba(60, 60, 60, 0.8)); background: linear-gradient(rgba(30, 30, 30, 0.8), rgba(60, 60, 60, 0.8)); }

.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current { position: absolute; left: 0; top: 11px; width: 50px; height: 8px; margin: 0; padding: 0; font-size: 1px; -webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px; background: #fff; background: rgba(255, 255, 255, 0.8); background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(255, 255, 255, 0.9)), to(rgba(200, 200, 200, 0.8))); background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.9), rgba(200, 200, 200, 0.8)); background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.9), rgba(200, 200, 200, 0.8)); background: -o-linear-gradient(top, rgba(255, 255, 255, 0.9), rgba(200, 200, 200, 0.8)); background: -ms-linear-gradient(top, rgba(255, 255, 255, 0.9), rgba(200, 200, 200, 0.8)); background: linear-gradient(rgba(255, 255, 255, 0.9), rgba(200, 200, 200, 0.8)); }

.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-handle { display: none; }

/* End: Mute/Volume */
/* Start: Track (Captions and Chapters) */
.mejs-controls .mejs-captions-button { position: relative; }

.mejs-controls .mejs-captions-button button { background-position: -48px 0; }

.mejs-controls .mejs-captions-button .mejs-captions-selector { visibility: hidden; position: absolute; bottom: 26px; right: -10px; width: 130px; height: 100px; background: url('/images/mediaelementplayer/background.png'); background: rgba(50, 50, 50, 0.7); border: solid 1px transparent; padding: 10px; overflow: hidden; -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0; }

/*
.mejs-controls .mejs-captions-button:hover  .mejs-captions-selector {
	visibility: visible;
}
*/
.mejs-controls .mejs-captions-button .mejs-captions-selector ul { margin: 0; padding: 0; display: block; list-style-type: none !important; overflow: hidden; }

.mejs-controls .mejs-captions-button .mejs-captions-selector ul li { margin: 0 0 6px 0; padding: 0; list-style-type: none !important; display: block; color: #fff; overflow: hidden; }

.mejs-controls .mejs-captions-button .mejs-captions-selector ul li input { clear: both; float: left; margin: 3px 3px 0 5px; }

.mejs-controls .mejs-captions-button .mejs-captions-selector ul li label { width: 100px; float: left; padding: 4px 0 0 0; line-height: 15px; font-family: helvetica, arial; font-size: 10px; }

.mejs-controls .mejs-captions-button .mejs-captions-translations { font-size: 10px; margin: 0 0 5px 0; }

.mejs-chapters { position: absolute; top: 0; left: 0; -xborder-right: solid 1px #fff; width: 10000px; z-index: 1; }

.mejs-chapters .mejs-chapter { position: absolute; float: left; background: #222; background: rgba(0, 0, 0, 0.7); background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(50, 50, 50, 0.7)), to(rgba(0, 0, 0, 0.7))); background: -webkit-linear-gradient(top, rgba(50, 50, 50, 0.7), rgba(0, 0, 0, 0.7)); background: -moz-linear-gradient(top, rgba(50, 50, 50, 0.7), rgba(0, 0, 0, 0.7)); background: -o-linear-gradient(top, rgba(50, 50, 50, 0.7), rgba(0, 0, 0, 0.7)); background: -ms-linear-gradient(top, rgba(50, 50, 50, 0.7), rgba(0, 0, 0, 0.7)); background: linear-gradient(rgba(50, 50, 50, 0.7), rgba(0, 0, 0, 0.7)); filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, startColorstr=#323232,endColorstr=#000000); overflow: hidden; border: 0; }

.mejs-chapters .mejs-chapter .mejs-chapter-block { font-size: 11px; color: #fff; padding: 5px; display: block; border-right: solid 1px #333; border-bottom: solid 1px #333; cursor: pointer; }

.mejs-chapters .mejs-chapter .mejs-chapter-block-last { border-right: none; }

.mejs-chapters .mejs-chapter .mejs-chapter-block:hover { background: #666; background: rgba(102, 102, 102, 0.7); background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(102, 102, 102, 0.7)), to(rgba(50, 50, 50, 0.6))); background: -webkit-linear-gradient(top, rgba(102, 102, 102, 0.7), rgba(50, 50, 50, 0.6)); background: -moz-linear-gradient(top, rgba(102, 102, 102, 0.7), rgba(50, 50, 50, 0.6)); background: -o-linear-gradient(top, rgba(102, 102, 102, 0.7), rgba(50, 50, 50, 0.6)); background: -ms-linear-gradient(top, rgba(102, 102, 102, 0.7), rgba(50, 50, 50, 0.6)); background: linear-gradient(rgba(102, 102, 102, 0.7), rgba(50, 50, 50, 0.6)); filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, startColorstr=#666666,endColorstr=#323232); }

.mejs-chapters .mejs-chapter .mejs-chapter-block .ch-title { font-size: 12px; font-weight: bold; display: block; white-space: nowrap; text-overflow: ellipsis; margin: 0 0 3px 0; line-height: 12px; }

.mejs-chapters .mejs-chapter .mejs-chapter-block .ch-timespan { font-size: 12px; line-height: 12px; margin: 3px 0 4px 0; display: block; white-space: nowrap; text-overflow: ellipsis; }

.mejs-captions-layer { position: absolute; bottom: 0; left: 0; text-align: center; line-height: 22px; font-size: 12px; color: #fff; }

.mejs-captions-layer a { color: #fff; text-decoration: underline; }

.mejs-captions-layer[lang=ar] { font-size: 20px; font-weight: normal; }

.mejs-captions-position { position: absolute; width: 100%; bottom: 15px; left: 0; }

.mejs-captions-position-hover { bottom: 45px; }

.mejs-captions-text { padding: 3px 5px; background: url('/images/mediaelementplayer/background.png'); background: rgba(20, 20, 20, 0.8); }

/* End: Track (Captions and Chapters) */
/* Start: Error */
.me-cannotplay a { color: #fff; font-weight: bold; }

.me-cannotplay span { padding: 15px; display: block; }

/* End: Error */
/* Start: Loop */
.mejs-controls .mejs-loop-off button { background-position: -64px -16px; }

.mejs-controls .mejs-loop-on button { background-position: -64px 0; }

/* End: Loop */
/* Start: backlight */
.mejs-controls .mejs-backlight-off button { background-position: -80px -16px; }

.mejs-controls .mejs-backlight-on button { background-position: -80px 0; }

/* End: backlight */
/* Start: Picture Controls */
.mejs-controls .mejs-picturecontrols-button { background-position: -96px 0; }

/* End: Picture Controls */
/* context menu */
.mejs-contextmenu { position: absolute; width: 150px; padding: 10px; border-radius: 4px; top: 0; left: 0; background: #fff; border: solid 1px #999; z-index: 1001; /* make sure it shows on fullscreen */ }

.mejs-contextmenu .mejs-contextmenu-separator { height: 1px; font-size: 0; margin: 5px 6px; background: #333; }

.mejs-contextmenu .mejs-contextmenu-item { font-family: Helvetica, Arial; font-size: 12px; padding: 4px 6px; cursor: pointer; color: #333; }

.mejs-contextmenu .mejs-contextmenu-item:hover { background: #2C7C91; color: #fff; }

/* Start: Source Chooser */
.mejs-controls .mejs-sourcechooser-button { position: relative; }

.mejs-controls .mejs-sourcechooser-button button { background-position: -128px 0; }

.mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector { visibility: hidden; position: absolute; bottom: 26px; right: -10px; width: 130px; height: 100px; background: url('/images/mediaelementplayer/background.png'); background: rgba(50, 50, 50, 0.7); border: solid 1px transparent; padding: 10px; overflow: hidden; -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0; }

.mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector ul { margin: 0; padding: 0; display: block; list-style-type: none !important; overflow: hidden; }

.mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector ul li { margin: 0 0 6px 0; padding: 0; list-style-type: none !important; display: block; color: #fff; overflow: hidden; }

.mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector ul li input { clear: both; float: left; margin: 3px 3px 0 5px; }

.mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector ul li label { width: 100px; float: left; padding: 4px 0 0 0; line-height: 15px; font-family: helvetica, arial; font-size: 10px; }

/* End: Source Chooser */
/* Start: Postroll */
.mejs-postroll-layer { position: absolute; bottom: 0; left: 0; width: 100%; height: 100%; background: url('/images/mediaelementplayer/background.png'); background: rgba(50, 50, 50, 0.7); z-index: 1000; overflow: hidden; }

.mejs-postroll-layer-content { width: 100%; height: 100%; }

.mejs-postroll-close { position: absolute; right: 0; top: 0; background: url('/images/mediaelementplayer/background.png'); background: rgba(50, 50, 50, 0.7); color: #fff; padding: 4px; z-index: 100; cursor: pointer; }

/* End: Postroll */
/*===========================================================================*\
|  Shortcodes
\*===========================================================================*/
.quote-author { color: #B8BC27; font-size: 13px; margin-top: 10px; display: block; }

.q-w-bg { background: #B8BC27; color: #fff; }

.quote-ic { font-size: 20px; float: left; width: 30px; margin-right: 5px; transform: rotate(180deg); -ms-transform: rotate(180deg); /* IE 9 */ -webkit-transform: rotate(180deg); /* Opera, Chrome, and Safari */ }

.white { color: #fff; }

.checked input, .checked input:focus { border: 1px solid #79c257 !important; }

.checked input:before { font-size: 18px; }

.checked i { color: #79c257; font-size: 17px; }

input.required-alert, input.required-alert:focus, .required-alert textarea { border: 1px solid #f54325 !important; color: #f54325; }

/*===========================================================================*\
|  Login & Register
\*===========================================================================*/
.login-register { padding-bottom: 40px; }
.login-register .whith-f-t { border: 1px solid #d7d9db; max-width: 570px; min-height: 160px; margin: 0 auto; text-align: center; }
.login-register .whith-f-t p { background-color: #fff; padding: 15px; display: inline-block; color: #737880; font-size: 14px; transform: translateY(-50%); }
.login-register .whith-f-t a { display: inline-block; width: 195px; height: 50px; line-height: 50px; vertical-align: middle; color: #fff; font-size: 18px; text-transform: uppercase !important; margin: -10px 10px 20px 10px; }
.login-register .whith-f-t a.facebook { background-color: #3c599f; }
.login-register .whith-f-t a.facebook span { margin-right: 5px; }
.login-register .whith-f-t a.twitter { background-color: #1ec7fd; }
.login-register .whith-f-t a.twitter span { margin-right: 10px; }
.login-register .login a { margin: 0; margin-left: 25px; vertical-align: bottom; color: #B8BC27; }
.login-register .login a:hover { color: #737880; }
.login-register .login .stl { margin: 0; color: #6e747a; font-size: 13px; vertical-align: bottom; }
.login-register .login .stl span { margin: 0; margin-right: 5px; vertical-align: bottom; }
.login-register h6 { border-bottom: 1px solid #d7d9db; padding-bottom: 10px; margin-bottom: 25px; }
.login-register form { margin-top: 45px; margin-bottom: 45px; }
.login-register form > div { margin-left: 0; color: #6e747a; font-size: 13px; margin-bottom: 17px; }
.login-register form > div > p { margin-bottom: 6px; }
.login-register input,.login-register select { margin-bottom: 12px; margin-top: 5px; vertical-align: middle; height: 39px; line-height: 39px; }
.login-register input[type=password] { margin-bottom: 8px; }
.login-register input[type=radio] { height: 2em;margin: 0 1em 0;}
.login-register input[type=submit], .login-register button { width: 107px; height: 38px; line-height: 38px; vertical-align: middle; padding: 0; text-align: center; text-transform: uppercase; margin-right: 13px; }

/*===========================================================================*\
|  404
\*===========================================================================*/
.page-404 { text-align: center; max-width: 570px; margin: 0 auto; padding-top: 95px; }
.page-404 h1 { font: 600 180px/150px HelveticaNeue, Arial, Helvetica, sans-serif; margin: 0; }
@media all and (max-width: 768px) { .page-404 h1 { font-size: 160px; line-height: 170px; overflow: hidden; } }
.page-404 h5 { font-family: "Open Sans", sans-serif; margin: 0 0 30px 0; }
.page-404 p { font-size: 14px; margin-bottom: 25px; }
.page-404 p a { color: #B8BC27; }
.page-404 p a:hover { color: #737880; }

.search input, input[type=submit] { height: 46px; line-height: 46px; vertical-align: middle; padding-top: 0; padding-bottom: 0; }

.search .field-icon { display: inline-block; width: auto; height: auto; position: absolute; top: 50%; right: 35px; -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -webkit-transform: translateY(-50%); transform: translateY(-50%); }

.page-404 .btn, .subscribe .btn { width: 100%; }

.best-product { border-top: 2px solid #dbdbdb; text-align: center; margin-top: 40px; }
.best-product h6 { text-align: center; padding: 0px 20px; display: inline-block; -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -webkit-transform: translateY(-50%); transform: translateY(-50%); margin: 0; background-color: #fff; margin-bottom: 20px; text-transform:uppercase; }

.pl-pages { max-width: 100%; overflow: hidden; }



/*===========================================================================*\
|  contact
\*===========================================================================*/
.contact { padding-top: 60px; }
.contact form { margin-bottom: 70px; }
.contact h6 { font-size: 16px; color: black; border-bottom: 1px solid #d7d9db; padding-bottom: 10px; margin-bottom: 30px; margin-top: 0; }
.contact .google-maps { margin-bottom: 60px; padding-bottom: 420px; }
.contact .person { margin-bottom: 38px; height: 80px; }
.contact .person .img-cover { float: left; width: 80px; height: 80px; }
.contact .person .name { font-size: 14px; color: #212224; line-height: 14px; margin-bottom: 20px; }
.contact .person .name span { color: #a5adb8; }
.contact .person .smart-phone, .contact .person .email { margin-bottom: 9px; }
.contact .smart-phone, .contact .phone { margin-bottom: 17px; line-height: 18px; }
.contact .smart-phone i, .contact .phone i { font-size: 18px; margin-right: 15px; vertical-align: middle; }
.contact .smart-phone span, .contact .phone span { color: black; vertical-align: top; }
.contact .email { margin-bottom: 15px; }
.contact .email i { font-size: 16px; margin-right: 15px; }
.contact .email a { color: #b8bc27; }
.contact .email a:hover { color: #3a5785; }
.contact .skype i { font-size: 16px; margin-right: 15px; }
.contact .skype a { color: #B8BC27; }
.contact .skype a:hover { color: #737880; }
.contact .detail { margin-bottom: 70px; }
.contact .detail h6 { margin-top: 103px; margin-bottom: 20px; }

/*===========================================================================*\
|  wishlist
\*===========================================================================*/
.clrfix:after, .clrfix:before { content: ""; display: block; clear: both; height: 0; }

.user-info { border: 1px solid #d7d9db; margin-top: 60px; margin-bottom: 60px; width: 100%; }
@media all and (max-width: 768px) { .user-info { display: block; width: 100%; border: none; }
  .user-info:after { content: ""; display: block; width: 100%; clear: both; height: 0; }
  .user-info > thead, .user-info > tbody { display: block; width: 100%; max-width: 100%; }
  .user-info > thead > tr, .user-info > tbody > tr { display: block; width: 100%; max-width: 100%; }
  .user-info > thead > tr > td, .user-info > thead > tr th, .user-info > tbody > tr > td, .user-info > tbody > tr th { display: block; width: 100% !important; max-width: 100% !important; border: 1px solid #d7d9db; clear: both; float: left; }
  .user-info > thead > tr > td .wellcome, .user-info > thead > tr > td .last, .user-info > thead > tr th .wellcome, .user-info > thead > tr th .last, .user-info > tbody > tr > td .wellcome, .user-info > tbody > tr > td .last, .user-info > tbody > tr th .wellcome, .user-info > tbody > tr th .last { border-left: none; }
  .user-info > thead > tr > td.picture, .user-info > thead > tr th.picture, .user-info > tbody > tr > td.picture, .user-info > tbody > tr th.picture { border-bottom: none; } }
.user-info .picture { text-align: center; width: 145px; min-width: 145px; max-width: 145px; }
.user-info .picture .img-cover { display: inline-block; margin: 0; margin-top: 34px; width: 75px; }
.user-info .picture .name { font-size: 12px; margin-top: 10px; margin-bottom: 28px; }
.user-info .picture .change-picture { margin-bottom: 19px; }
.user-info .picture .change-picture i { display: block; text-align: center; }
.user-info .picture .change-picture a { color: #B8BC27; }
.user-info .picture .change-picture a:hover { color: #737880; }
.user-info .wellcome { border-left: 1px solid #d7d9db; border-bottom: 1px solid #d7d9db; padding-top: 37px; padding-bottom: 40px; }
.user-info .wellcome h4 { margin-top: 0; margin-bottom: 5px; }
.user-info .wellcome h4 span { color: #B8BC27; }
.user-info .wellcome .my-orders { font-size: 15px; font-weight: 600; margin-bottom: 3px; }
.user-info .wellcome .view-cart { text-align: center; }
@media all and (max-width: 768px) { .user-info .wellcome .view-cart { text-align: left; } }
.user-info .wellcome .view-cart .btn { margin-top: 3px; }
.user-info .last { border-left: 1px solid #d7d9db; width: 100%; padding-top: 20px; padding-bottom: 8px; }
.user-info .last p span { color: #B8BC27; margin-left: 10px; }
.user-info .last p span.price { font-size: 14px; font-weight: 600; color: #212224; }

.left-menu { min-width: 145px; text-align: center; margin-bottom: 40px; }
.left-menu div { width: 145px; height: 125px; background-color: #f5f5f5; text-align: center; font-size: 14px; padding-top: 40px; position: relative; color: #212224; -moz-transition: color 0.2s; -o-transition: color 0.2s; -webkit-transition: color 0.2s; transition: color 0.2s; }
.left-menu div:hover { color: #B8BC27; }
@media all and (max-width: 992px) { .left-menu div { display: block; width: 100%; height: 70px; padding: 10px; } }
.left-menu div:not(:last-child) { border-bottom: 1px solid #d7d9db; }
@media all and (max-width: 992px) { .left-menu div:not(:last-child) { border: none; border-bottom: 1px solid #d7d9db; } }
.left-menu div i { font-size: 1.7em; }
.left-menu div.active { background-color: #B8BC27; color: #fff; }
.left-menu div.active:hover { color: #212224; }
.left-menu div.active:after { content: ""; display: block; position: absolute; height: 0; width: 0; border: 10px solid transparent; border-left-color: #B8BC27; right: -20px; top: 50%; -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -webkit-transform: translateY(-50%); transform: translateY(-50%); }
@media all and (max-width: 992px) { .left-menu div.active:after { display: none; } }

h6.account-table-head { margin-top: 0; border-bottom: 1px solid #d7d9db; padding-bottom: 10px; margin-bottom: 25px; text-transform: uppercase; }

#order-detail-content { margin-bottom: 100px; }
#order-detail-content .table.table-bordered { border-color: #ebebeb; }
#order-detail-content .table tbody > tr > td { vertical-align: top; padding-top: 20px; text-align: center; position: relative; }
#order-detail-content .table tbody > tr > td:before { font: 14px HelveticaNeue, Arial, Helvetica, sans-serif; }
#order-detail-content .table tbody > tr { position: relative; }
#order-detail-content .table tbody > tr a.close-btn.ddr { display: inline-block; position: absolute; top: 15px; right: 12px; margin: 0; }
@media all and (max-width: 767px) { #order-detail-content .table tbody > tr a.close-btn.ddr { top: auto; bottom: 45px; } }
#order-detail-content .subtotal { padding-left: 20px; padding-right: 60px; text-align: left; }
@media all and (max-width: 767px) { #order-detail-content .subtotal { padding: 0; }
  #order-detail-content .subtotal p { text-align: center; } }
#order-detail-content .subtotal p { font-size: 14px; /*font-family: HelveticaNeue, Arial, Helvetica, sans-serif;*/ }
#order-detail-content .subtotal.no-cls-btn { padding-left: 0; padding-right: 0; text-align: center; width: 120px; }
#order-detail-content .table tbody > tr > td.default { width: 100px; }
#order-detail-content .table tbody > tr > td.default span { font-family: HelveticaNeue, Arial, Helvetica, sans-serif; font-size: 14px; }
#order-detail-content .table tbody > tr > td.date { width: 130px; }
#order-detail-content .table tbody > tr > td.date span { font-family: HelveticaNeue, Arial, Helvetica, sans-serif; font-size: 14px; }
#order-detail-content .table tbody > tr > td.cart_quantity { text-align: center; width: 140px; vertical-align: top; padding-top: 20px; }
#order-detail-content .table tbody > tr > td.cart_quantity .cart_quantity_button { white-space: nowrap; vertical-align: middle; display: inline-block; clear: both; }
#order-detail-content .table tbody > tr > td.cart_quantity .cart_quantity_button a { float: left; display: block; margin: 0; height: 30px; line-height: 25px; vertical-align: middle; padding: 0; width: 30px; font-size: 20px; border: 1px solid #d7d9db; color: #8c929b; text-align: center; }
#order-detail-content .table tbody > tr > td.cart_quantity .cart_quantity_button a:hover { color: #212224; }
#order-detail-content .table tbody > tr > td.cart_quantity .cart_quantity_button a:focus:not(:hover) { background: none; }
#order-detail-content .cart_quantity .cart_quantity_input { padding: 0; text-align: center; float: left; display: block; margin: 0; width: auto; min-width: 30px; text-indent: 0; height: 30px; line-height: 30px; font-size: 15px; color: #212224; font-family: "Open Sans", sans-serif; border-left: none; border-right: none; }
#order-detail-content .cart_quantity .cart_quantity_input:disabled { background-color: transparent; cursor: default; }
#order-detail-content .table tbody > tr > td.cart_delete { padding: 0; width: 170px; vertical-align: top; padding-top: 20px; }
#order-detail-content .table tbody > tr > td.cart_delete .btn { width: 120px; padding-left: 0; padding-right: 0; }
#order-detail-content .table tbody > tr > td.cart_delete .remove { text-transform: none; font-size: 13px; color: #81878f; vertical-align: middle; text-align: left; }
#order-detail-content .table tbody > tr > td.cart_delete .remove:hover { color: #212224; }
#order-detail-content .table tbody > tr > td.cart_delete .remove i { font-size: 18px; vertical-align: -3px; }
#order-detail-content .table tfoot > tr > td { vertical-align: middle; }
#order-detail-content #cart_summary tbody td.cart_product { padding: 10px; width: 131px; text-align: center; vertical-align: middle; }
#order-detail-content #cart_summary tbody td.cart_product img { border: none; vertical-align: middle; }
#order-detail-content #cart_summary tbody td.cart_factura {padding: 10px; width: 131px; text-align: center; vertical-align: middle;}
#order-detail-content #cart_summary tbody td.cart_unit { text-align: center; vertical-align: top; padding-top: 20px; width: 120px; font-size: 14px; /*font-family: HelveticaNeue, Arial, Helvetica, sans-serif;*/ }
#order-detail-content #cart_summary tbody td.cart_unit .old-price { text-decoration: line-through; color: #a3a3a3; }
#order-detail-content #cart_summary tbody td.cart_description small { display: block; padding: 0; color: #36383b; font-family: "Open Sans", sans-serif; font-size: 13px; }
#order-detail-content #cart_summary tbody td.cart_description small span { color: #9198a1; }
#order-detail-content #cart_summary tbody td.cart_description { vertical-align: top; text-align: left; }
#order-detail-content #cart_summary tfoot td.text-right { color: #333333; font-weight: bold; }
#order-detail-content #cart_summary tfoot td.price { text-align: right; }
#order-detail-content #cart_summary tfoot td.total_price_container span { color: #555454; font: 600 18px/22px "Open Sans",sans-serif; text-transform: uppercase; }
#order-detail-content #cart_summary tfoot td#total_price_container { background: none repeat scroll 0 0 white; color: #333333; font: 600 21px/25px "Open Sans",sans-serif; }
#order-detail-content .table > tbody > tr > td.cart_description { padding: 5px 10px; }
#order-detail-content tfoot.dd-list-empty tr td { border: none; }
#order-detail-content #cart_summary { margin-bottom: 0; }
#order-detail-content .info { border: 1px solid #d7d9db; margin-bottom: 0; border-top: none; font: 14px/50px HelveticaNeue, Arial, Helvetica, sans-serif; color: black; height: 50px; vertical-align: middle; font-weight: 600; white-space: nowrap; }
#order-detail-content .info.total span { color: #212224; }
#order-detail-content .info.total span + span { color: #B8BC27; }
@media (max-width: 767px) { #order-detail-content { border-bottom: none;font-size:13px; }
  #order-detail-content .info { border-left: none; border-right: none; }
  #order-detail-content #cart_summary table, #order-detail-content #cart_summary thead, #order-detail-content #cart_summary tbody, #order-detail-content #cart_summary th, #order-detail-content #cart_summary td, #order-detail-content #cart_summary tr { display: block; }
  #order-detail-content #cart_summary tbody td.cart_product {width:50%;/* width: 100%;*/ }
  #order-detail-content #cart_summary tbody td.cart_description {width:50%;/* width: 100%;*/ }
  #order-detail-content #cart_summary tbody td.cart_factura { width: 100%; }
  #order-detail-content #cart_summary thead tr { left: -9999px; position: absolute; top: -9999px; }
  #order-detail-content #cart_summary tr { border-bottom: 1px solid #cccccc; overflow: hidden; }
  #order-detail-content #cart_summary td { font-size:12px;border: medium none; float: left; position: relative; white-space: normal; width: 100%; display: block; text-align: center; }
  #order-detail-content #cart_summary td.cart_avail { clear: both; }
  #order-detail-content #cart_summary td.cart_quantity { clear: both; text-align: center;width:19%; }
  #order-detail-content #cart_summary td.cart_delete { clear: both; float: right; width: 100%; }
  	#order-detail-content #cart_summary td.cart_quantity input { width:100%; }
  #order-detail-content #cart_summary tbody td.subtotal { width:27%;/*width: 100%; max-width: 100%;*/ }
  	#order-detail-content .subtotal p { font-size: 12px;}
    #order-detail-content #cart_summary tbody td.papelera { width:4%;float:right;right:20px;top:10px/*width: 100%; max-width: 100%;*/ }
  #order-detail-content #cart_summary tbody td.cart_unit {width:20%;font-size:12px }
  #order-detail-content #cart_summary tbody td.cart_discount {width:12%; }
  #order-detail-content #cart_summary tbody td.cart_cu {width:16%; }
  #order-detail-content #cart_summary tbody td.cart_unit .old-price { display: block; }
  #order-detail-content #cart_summary td.cart_delete:before { display: inline-block; padding-right: 0.5em; position: relative; top: -3px; }
  #order-detail-content #cart_summary td:before { content: attr(data-title); display: block; }
  #order-detail-content #cart_summary tfoot td { /*float: none; width: 100%;*/ float:left;width:50% }
  	#order-detail-content #cart_summary tfoot td.totales-relleno{display:none;width:0%;}
  #order-detail-content #cart_summary tfoot td:before { display: inline; }
  #order-detail-content #cart_summary tfoot tr .text-right, #order-detail-content #cart_summary tfoot tr .price { display: block; float: left; width: 100%; }
  #order-detail-content .table { border-bottom: none; } }
#order-detail-content .table > thead > tr > th { background: none repeat scroll 0 0 #ebebeb; border-bottom-width: 1px; border-color: #ebebeb; vertical-align: middle; color: #212224; font-size: 13px; font-family: HelveticaNeue, Arial, Helvetica, sans-serif; text-transform: uppercase; text-align: center; height: 46px; line-height: 24px; padding: 0; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; }
#order-detail-content .product-name { color: #212224; font-size: 13px; font-weight: 600; line-height: 18px; margin-bottom: 0; height: 40px; overflow:hidden;  }
#order-detail-content .product-name a { color: #212224; line-height: 18px; }
#order-detail-content .product-name a:hover { color: #B8BC27; }
#order-detail-content .table .price, #order-detail-content .subtotal p, #order-detail-content .totales { color: #000; font-weight: 600; white-space: nowrap; }

/*===========================================================================*\
|  account
\*===========================================================================*/
.personal-detail { margin-top: 0; margin-bottom: 60px; overflow: hidden; }
.personal-detail h6 { margin-top: 0; margin-bottom: 25px; }
.personal-detail .form-group { margin-bottom: 11px; }
.personal-detail .form-group .hasCustomSelect { margin-top: 6px; }
.personal-detail .btn { margin-top: 10px; }

label.type-text { width: 100%; margin: 0; font: 13px "Open Sans", sans-serif; color: #212224; }
label.type-text input { margin-top: 10px;margin-right:6px; }

/*===========================================================================*\
|  Checkout
\*===========================================================================*/
.checkout-menu { padding-right: 30px; overflow: hidden; margin-top: 60px; margin-bottom: 60px; }
.checkout-menu .btn { position: relative; height: 60px; line-height: 60px; vertical-align: middle; padding: 0; float: right; }
.checkout-menu .btn:not(.btn-third-col) { color: #828A98; }
.checkout-menu .btn:after, .checkout-menu .btn:before { content: ""; display: block; position: absolute; height: 0; width: 0; right: -15px; top: 0; border-top: 30px solid transparent; border-bottom: 30px solid transparent; border-right: none; border-left-width: 15px; border-left-style: solid; -moz-transition: all 0.2s ease 0s; -o-transition: all 0.2s ease 0s; -webkit-transition: all 0.2s ease; -webkit-transition-delay: 0s; transition: all 0.2s ease 0s; }
.checkout-menu .btn.btn-third-col:after, .checkout-menu .btn.btn-third-col:before { border-left-color: #060606; }
.checkout-menu .btn.btn-third-col:hover:after, .checkout-menu .btn.btn-third-col:hover:before { border-left-color: #B8BC27; }
.checkout-menu .btn:after { border-left-color: white; border-left-width: 15px; right: -14px; }
.checkout-menu .btn:before { border-left-color: #ebedf0; right: -15px; }
.checkout-menu .btn:hover:before, .checkout-menu .btn:hover:after { border-left-color: #ebedf0; }

.you-order { margin-bottom: 10px; }
.you-order #order-detail-content .table tbody { width: 100%; }
.you-order #order-detail-content .table tbody > tr { position: relative; }
.you-order #order-detail-content .table tbody > tr a.close-btn.ddr { display: inline-block; position: absolute; top: 20px; right: 12px; margin: 0; }
@media all and (max-width: 767px) { .you-order #order-detail-content .table tbody > tr a.close-btn.ddr { top: auto; bottom: 20px; } }
.you-order #order-detail-content .table tbody > tr > td { border-top: none; position: static; }
.you-order #order-detail-content .table tbody > tr > td.cart_description { border-right: none; padding-right: 40px; }
.you-order #order-detail-content .table tbody > tr > td.cart_description .qty {  padding-top: 5px; font: 14px HelveticaNeue, Arial, Helvetica, sans-serif; }
.you-order #order-detail-content .table tbody > tr > td.cart_description .qty span {color:#666;}
.you-order #order-detail-content .table tbody > tr > td.cart_description .total {margin-bottom: 10px;}
.you-order #order-detail-content .table tbody > tr > td.cart_description .total span {color: #B8BC27; font-size: 16px; margin-left:5px;}
.you-order #order-detail-content .table tbody > tr > td.cart_product { border-right: 1px solid #d7d9db; }
.you-order #order-detail-content .table > thead > tr > th { text-align: left; text-indent: 5px; font: 13px HelveticaNeue, Arial, Helvetica, sans-serif; vertical-align: middle; height: 43px; line-height: 0; padding-top: 1px; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; }
.you-order #order-detail-content { border: none; }
.you-order #order-detail-content #cart_summary { border-collapse: collapse; border-left: 1px solid #d7d9db; border-right: 1px solid #d7d9db; border-top-width: 0 !important; }
.you-order #order-detail-content #cart_summary td { position: relative; }
.you-order #order-detail-content .info { height: 55px; font: 13px/55px "Open Sans", sans-serif; color: black; border-left: 1px solid #d7d9db; border-right: 1px solid #d7d9db; }
.you-order #order-detail-content .info span + span { font-size: 15px; }
.you-order #order-detail-content .info.total { font: 600 15px/55px "Open Sans", sans-serif; text-transform: uppercase; }
.you-order #order-detail-content .info .gray { color: #9198a1; }
.you-order .mobile-collapse-header { font: 16px HelveticaNeue, Arial, Helvetica, sans-serif; background-color: #ebebeb; padding-left: 20px; padding-right: 20px; height: 45px; line-height: 43px; padding-top: 1px; vertical-align: middle; border: 1px solid #d7d9db; }
.you-order .mobile-collapse-header:after { right: 15px; }
.you-order .mobile-collapse-body { margin-top: 0; }
.you-order .mobile-collapse-body .dd-list-empty { border: 1px solid #d7d9db; border-top: none; }

h6.accordion-h6 { font: 600 16px HelveticaNeue, Arial, Helvetica, sans-serif; margin-top: 30px; }

#accordion-order .accordion-header:hover, #accordion-order .accordion-header:not(.collapsed) { background-color: #B8BC27; color: white !important; border: 1px solid #B8BC27; }
#accordion-order .accordion-header:hover:after, #accordion-order .accordion-header:not(.collapsed):after { border-color: #B8BC27; color: white; }
#accordion-order h6 { font: 600 16px HelveticaNeue, Arial, Helvetica, sans-serif; margin-top: 30px; }
#accordion-order .accordion-body { padding-top: 0; }
#accordion-order .checkbox { margin-bottom: 15px; margin-top: 0; height: auto; }
#accordion-order .form-group input { height: 43px; }
#accordion-order .btn.btn-md { width: 110px; padding: 0; vertical-align: middle; min-width: 0; font: 14px/38px "Open Sans", sans-serif; }
#accordion-order label[for=checkbox3] { margin-bottom: 32px; }
#accordion-order .customSelect { height: 43px; }
#accordion-order .customSelect:after { margin: -19px -5px 0 0; }
#accordion-order select.hasCustomSelect { width: calc(100% - 30px) !important; }
#accordion-order .caption { display: none; }
#accordion-order input[type=radio]:checked + label + .caption { display: block; }
#accordion-order input[type=radio] + label { color: black; margin-left: 0; padding-left: 10px; margin-bottom: 5px; display: inline-block; }
#accordion-order .form-group.radio { border-bottom: 1px solid #d7d9db; margin: 0; padding-top: 15px; padding-bottom: 10px; }
#accordion-order .form-group.radio img { margin-left: 10px; }
#accordion-order .form-group.radio:first-child { border-top: 1px solid #d7d9db; padding-bottom: 10px; margin-top: 30px; }
#accordion-order .big-button { text-align: center; }
#accordion-order .big-button .btn-lg { font: 14px/54px "Open Sans", sans-serif; padding: 0; width: 250px; vertical-align: middle; }

/*===========================================================================*\
|  Shopping Cart
\*===========================================================================*/
h6.gold-header { background-color: #B8BC27; padding: 2px 0 0 15px; margin: 0; color: white; vertical-align: middle; font: 16px/46px HelveticaNeue, Arial, Helvetica, sans-serif; height: 46px; }

.cart-detail { margin-bottom: 40px; }

.info { height: 55px; font: 13px/55px "Open Sans", sans-serif; color: black; border-left: 1px solid #d7d9db; border-right: 1px solid #d7d9db; border-bottom: 1px solid #d7d9db; margin-top: 0; margin-bottom: 0; }
.info span + span { font-size: 15px; }
.info.total { font: 600 15px/60px "Open Sans", sans-serif; text-transform: uppercase; height: 60px; }
.info.total span { vertical-align: middle; }
.info.total span + span { color: #B8BC27; font-size: 18px; }
.info .gray { color: #9198a1; font-size: 13px; }

.calc-shipping { padding-top: 15px; border: 1px solid #d7d9db; margin-bottom: 40px; overflow: hidden; }

.bottom-buttons input[type=text] { height: 46px; width: 100%; margin-bottom: 20px; }
.bottom-buttons .btn { display: inline-block; height: 46px; text-align: center; width: 100%; font-size: 14px; min-width: 0; margin-bottom: 20px; }

.mb-40 { margin-bottom: 40px !important; }

#order-detail-content span.count { color: #212224; font: 16px "Open Sans", sans-serif; }
#order-detail-content .subtotal p { text-align: center; }
#order-detail-content .subtotal .close-btn + p { text-align: left; }
@media all and (max-width: 767px) { #order-detail-content .subtotal .close-btn + p { text-align: center; } }

/*===========================================================================*\
|  Order Complete
\*===========================================================================*/
.thank-you { margin-top: 0; margin-bottom: 30px; }

.left-arrow-btn { position: relative; }
.left-arrow-btn:before { line-height: 32px; font-family: Arial; content: "тЖТ"; font-size: 25px; color: #B8BC27; display: inline-block; float: left; transition: all .2s ease 0; -moz-transform: rotate(180deg); -ms-transform: rotate(180deg); -webkit-transform: rotate(180deg); transform: rotate(180deg); }
.left-arrow-btn:hover:before { color: #fff; }

.contact-info { width: 235px; float: right; }
@media all and (max-width: 991px) { .contact-info { float: none; margin: 0 auto 40px auto; } }
.contact-info p { margin-bottom: 5px; }
.contact-info p span { color: #212224; }
.contact-info h6 { font-size: 16px; margin-top: 0; }
.contact-info h6 span { color: #9198a1; margin-right: 10px; font-size: 20px; }
.contact-info .hr { display: block; height: 0; border-bottom: 1px solid #e1e3e6; margin-bottom: 20px; margin-top: 15px; }

/*===========================================================================*\
|  wishlist
\*===========================================================================*/
.compare-div { position: relative; overflow: hidden; }
.compare-div .compare-table { display: block; overflow-x: auto !important; width: auto; position: static !important; margin-left: 120px; }
.compare-div .compare-table tbody { position: static; display: inline-block !important; }
.compare-div .compare-table .dd-list-empty { width: 100%; }
.compare-div .compare-table .dd-list-empty.visible { display: block; }
.compare-div .compare-table .dd-list-empty > * { display: block; width: 100%; }
.compare-div .compare-table tr { position: static !important; display: block; width: 100%; white-space: nowrap; display: inline-block !important; border: none; }
.compare-div .compare-table tr td { white-space: normal; display: inline-block !important; padding: 20px; vertical-align: top; min-width: 150px; max-width: 265px; float: none !important; border-top: none; border-left: none; border-right: 1px solid #d7d9db; }
.compare-div .compare-table tr td p { margin: 0; }
.compare-div .compare-table tr td.row-title { width: 120px !important; min-width: 120px; max-width: 120px; margin-top: -1px; background-color: #ebebeb; font: 13px HelveticaNeue, Arial, Helvetica, sans-serif; color: #212224; text-align: left !important; position: absolute !important; left: 0; height: 100%; }
.compare-div .compare-table tr.compare-image td.cart_product { padding: 0 !important; position: relative; height: 285px; }
.compare-div .compare-table tr.compare-image td.cart_product a { height: 285px; width: 100%; }
.compare-div .compare-table tr.compare-image td.cart_product .img-cover { height: 285px; width: 100%; position: relative; }
.compare-div .compare-table tr.compare-image td.cart_product .img-cover img { position: absolute; top: 50%; left: 50%; -moz-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); width: 100%; height: auto; }
.compare-div .compare-table tr.compare-name td p.product-name { text-align: center !important; }
.compare-div .compare-table tr.compare-description td p { text-align: justify; }
.compare-div .compare-table tr.compare-brand td p { text-align: left; font: 14px HelveticaNeue, Arial, Helvetica, sans-serif; color: #212224; }
.compare-div .compare-table tr.compare-size td p, .compare-div .compare-table tr.compare-color td p { text-align: left; font-size: 14px; }
.compare-div .compare-table tr.compare-availability td p span { display: inline-block; width: 11px; height: 11px; -moz-border-radius: 50%; -webkit-border-radius: 50%; border-radius: 50%; background-color: #26cdb3; margin-right: 8px; vertical-align: -1px; }
.compare-div .compare-table tr.compare-price td.cart_unit { width: auto; }
.compare-div .compare-table tr.compare-add-cart td.cart_delete { padding: 20px !important; }
.compare-div .compare-table tr.compare-control td.cart_delete { padding: 20px 0 20px 0 !important; }
.compare-div .compare-table tr.compare-control td.cart_delete a { white-space: nowrap; margin-left: 7px; margin-right: 7px; }
.compare-div .compare-table tr.compare-control td.cart_delete a span { margin-right: 8px; vertical-align: -1px; }

#order-detail-content #cart_summary.compare-table tbody td.cart_unit { width: auto; }

#order-detail-content #cart_summary.compare-table td:not(:last-child) { border-right: 1px solid #d7d9db; }

/*===========================================================================*\
|  Blog
\*===========================================================================*/
.w100 { width: 100% !important; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; }

@media all and (max-width: 991px) { .container-sm-fullwidth { width: 100%; } }

@media all and (max-width: 991px) { .container-collapse { width: 750px; margin: 0 auto !important; float: none; } }
@media all and (max-width: 767px) { .container-collapse { width: 100%; } }

@media all and (max-width: 991px) { .clearfix-sm:before, .clearfix-sm:after { content: ""; display: block; clear: both; } }

@media all and (max-width: 991px) { .sidebar { background-color: #f7f7f7; padding-left: 0; padding-right: 0; }
  .sidebar > div { padding-left: 0; padding-right: 10px; } }
.sidebar > div { background-color: #f7f7f7; }
.sidebar > div > div { padding-right: 5px; }
.sidebar .mobile-collapse-header { margin-top: 30px; }
@media all and (max-width: 991px) { .sidebar .mobile-collapse-header { margin-top: 0; } }

.sidebar-subscribe .mobile-collapse-header { border-bottom: none; margin-bottom: 0; }
.sidebar-subscribe .mobile-collapse-body .form-group { margin-bottom: 0; }
.sidebar-subscribe .mobile-collapse-body form > div { margin: 0; padding: 0; }
.sidebar-subscribe .mobile-collapse-body form > div button { height: 42px; }
.sidebar-subscribe .mobile-collapse-body form > div .form-control { height: 42px; background-color: #fff; font-style: italic; }

.sidebar-categories .mobile-collapse-header { margin-bottom: 10px; }
.sidebar-categories ul { padding: 0; }
.sidebar-categories ul li { position: relative; list-style: none; display: block; color: #63676e; border-bottom: 1px solid #d7d9db; }
.sidebar-categories ul li a { display: block; position: relative; line-height: 40px; vertical-align: middle; }
.sidebar-categories ul li a span { color: #a1a8b2; margin-left: 5px; }
.sidebar-categories ul li a span:before { content: "("; }
.sidebar-categories ul li a span:after { content: ")"; }
.sidebar-categories ul li:after { content: "5"; display: inline-block; font-family: 'ElegantIcons'; font-size: 20px; position: absolute; right: 0; top: 50%; -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -webkit-transform: translateY(-50%); transform: translateY(-50%); -moz-transition: all 0.2s ease 0s; -o-transition: all 0.2s ease 0s; -webkit-transition: all 0.2s ease; -webkit-transition-delay: 0s; transition: all 0.2s ease 0s; }
.sidebar-categories ul li:hover:after { color: #B8BC27; }
.sidebar .btn.btn-third-col.w100{ font-size:13px; padding:3px!important;}
.sidebar .sidebar-popular-posts figure { white-space: nowrap; }
.sidebar .sidebar-popular-posts .vertical-bx-1 figcaption { max-width: 200px; float: left; }
.sidebar .sidebar-popular-posts .vertical-bx-1 figcaption p { font: 13px "Open Sans", sans-serif; color: #212224; }
.sidebar .sidebar-popular-posts .vertical-bx-1 figcaption .post-info { color: #7c828a; }
.sidebar .sidebar-comments .vertical-bx-1 figure { margin-bottom: 35px; }
.sidebar .sidebar-comments .vertical-bx-1 figure figcaption { max-width: 200px; }
.sidebar .sidebar-comments .vertical-bx-1 figure figcaption p { font: 13px "Open Sans", sans-serif; color: #9198a1; }
.sidebar .sidebar-comments .vertical-bx-1 figure figcaption .post-info { color: #212224; }
.sidebar .sidebar-comments .vertical-bx-1 figure figcaption .post-info span { color: #a5adb8; }
.sidebar .sidebar-accordion .panel { background-color: transparent; }
.sidebar .sidebar-accordion .panel .accordion-header { background-color: #fff; }
.sidebar .sidebar-accordion .panel .accordion-header:hover { background-color: #B8BC27; }
.sidebar .sidebar-accordion .panel .accordion-body { border: none; background-color: transparent; padding-left: 2px; padding-right: 2px; }
.sidebar .sidebar-tags .mobile-collapse-body { padding-right: 10px; }
.sidebar .sidebar-tags .btn { padding: 12px; float: left; margin-right: 5px; padding-top: 0; padding-bottom: 0; vertical-align: middle; font: 13px/28px "Open Sans", sans-serif; color: #9198a1; margin-bottom: 5px; border: 1px solid #e6e8eb; }
.sidebar .sidebar-tags .btn:hover { color: white; border-color: #B8BC27; }
@media all and (max-width: 991px) { .sidebar .sidebar-flickr .mobile-collapse-header { border: none; } }

.blog .cover, .blog .article-info { padding-right: 0; }
.blog .short-post { margin-bottom: 60px; }
.blog .btn { margin-top: 15px; }
.blog .left-info { padding-left: 0; }
.blog .left-info > div { padding-right: 15px; }
@media all and (max-width: 767px) { .blog .left-info > div { margin: 0; padding-right: 0; margin-right: -30px; } }
@media all and (max-width: 767px) { .blog .left-info > div > div { display: inline-block; padding: 0; } }
.blog .left-info span { padding: 0; }
.blog .left-info .icon { background-color: #B8BC27; width: 60px; height: 55px; text-align: center; padding: 0; }
.blog .left-info .icon span { font-size: 25px; color: white; line-height: 55px; vertical-align: middle; }
.blog .left-info .date { font: 14px HelveticaNeue, Arial, Helvetica, sans-serif; color: #010101; text-align: center; padding: 15px 0 12px 0; border-bottom: 1px solid #d7d9db; vertical-align: middle; margin-bottom: 10px; }
@media all and (max-width: 767px) { .blog .left-info .date { border: none; padding: 0; line-height: 1; } }
.blog .left-info .after-date { margin-bottom: 2px; }
@media all and (max-width: 767px) { .blog .left-info .after-date { margin-bottom: 10px; margin-left: 20px; line-height: 1; vertical-align: middle; float: right; } }
.blog .left-info .after-date span { margin-right: 8px; vertical-align: -2px; }
.blog .carousel .carousel-control.left span { left: 30%; }
.blog .carousel .carousel-control.right span { left: auto; right: 30%; -moz-transform: translate(50%, -50%); -ms-transform: translate(50%, -50%); -webkit-transform: translate(50%, -50%); transform: translate(50%, -50%); }
.blog .carousel .carousel-control span { border: 2px solid white; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; display: inline-block; width: 35px; height: 35px; vertical-align: middle; position: absolute; top: 50%; -moz-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); font-size: 26px; padding-top: 2px; }

.article-info { font: 11px "Open Sans", sans-serif; color: #7a7a7a; }
.article-info .for-border-bottom { border-bottom: 1px solid #d7d9db; }
.article-info .for-border-top { border-top: 1px solid #d7d9db; padding-top: 15px; margin-top: 25px; }
.article-info span { display: inline-block; margin-right: 15px; line-height: 1em; padding-top: 6px; padding-bottom: 6px; }
.article-info span > span { margin-right: 5px; font-size: 1.2em; vertical-align: -1px; }
.article-info .views { float: right; margin-right: 5px; }
.article-info .views span { vertical-align: -2px; }
.article-info .social-buttons { float: right; margin: 0; }
@media all and (max-width: 767px) { .article-info .social-buttons { float: none; display: block; margin: 55px auto 20px auto; } }
.article-info .social-buttons li a:not(:hover) { background-color: transparent; border: 1px solid #d7d9db; color: inherit; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; }
.article-info .social-buttons li a:hover { border: 1px solid transparent; }

.custom-audio-player { width: 100% !important; }
.custom-audio-player .mejs-controls { background: #393939; height: 100%; }
.custom-audio-player .mejs-controls .mejs-time-rail span { -moz-border-radius: 0; -webkit-border-radius: 0; border-radius: 0; }
.custom-audio-player .mejs-controls .mejs-time-rail .mejs-time-current { background: #b8b8b8; }
.custom-audio-player .mejs-controls .mejs-time-rail .mejs-time-loaded { background: #292828; }
.custom-audio-player .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total { background: #292828; -moz-border-radius: 0; -webkit-border-radius: 0; border-radius: 0; }
.custom-audio-player .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current { -moz-border-radius: 0; -webkit-border-radius: 0; border-radius: 0; background: #b8b8b8; }
.custom-audio-player .mejs-button.mejs-playpause-button.mejs-play, .custom-audio-player .mejs-button.mejs-playpause-button.mejs-pause { padding: 0; width: 30px; text-align: center; position: relative; -moz-transition: all 0.2s ease 0s; -o-transition: all 0.2s ease 0s; -webkit-transition: all 0.2s ease; -webkit-transition-delay: 0s; transition: all 0.2s ease 0s; }
.custom-audio-player .mejs-button.mejs-playpause-button.mejs-play:hover, .custom-audio-player .mejs-button.mejs-playpause-button.mejs-pause:hover { background-color: #B8BC27; }
.custom-audio-player .mejs-controls div { height: 100%; }
.custom-audio-player .mejs-controls .mejs-button button { margin: 7px 0; padding: 0; float: none; display: inline-block; position: static; }

blockquote.blog-quote { border: 1px solid #d7d9db; padding-top: 40px; padding-bottom: 40px; margin: 0; }
blockquote.blog-quote p { font: italic 20px "Open Sans", sans-serif; color: black; }
blockquote.blog-quote span { font: 14px HelveticaNeue, Arial, Helvetica, sans-serif; color: #B8BC27; }

.blog-nav { margin-bottom: 90px; border-top: 1px solid #d7d9db; margin-top: -25px; padding-top: 25px; }
.blog-nav .wp-pagenavi { margin: 0; }
.blog-nav .wp-pagenavi a, .blog-nav .wp-pagenavi span { margin-top: 0; }
@media all and (max-width: 767px) { .blog-nav > * { display: block; width: 100%; text-align: center; margin-bottom: 15px; } }

.blog .comment.bordered { border: 1px solid #d7d9db; margin-top: 45px; margin-left: 0; padding-top: 27px; padding-left: 10px; padding-bottom: 30px; margin-bottom: 30px; }
.blog .comment.bordered .name { text-transform: uppercase; margin-right: 8px; }

.related-posts { margin-left: 0; margin-bottom: 45px; }
.related-posts .title-type-1 { margin-bottom: 30px; font-size: 16px; }
.related-posts li a { float: left; margin-right: 24px; width: 215px; height: 200px; }
@media all and (max-width: 1199px) { .related-posts li a { float: none; display: block; margin: 15px auto; }
  .related-posts li a:before, .related-posts li a:after { content: ""; display: block; clear: both; } }
.related-posts li a:last-child { margin-right: 0; }
@media all and (max-width: 1199px) { .related-posts li a:last-child { margin-right: auto; } }
.related-posts .img-cover { width: 100%; height: 100%; margin: 0; }

.blog .comment { margin-left: 0; padding-top: 20px; padding-bottom: 20px; }
.blog .comment:last-child { border: none; }

.blog .review h6 { margin-bottom: 0; }

.comment-count:before { content: "("; }
.comment-count:after { content: ")"; }

#respond { margin-right: -30px; }
#respond h6 { margin-bottom: 20px; }
#respond .btn { margin-top: 0; }

.single-post-nav { margin-top: 55px; margin-left: 0; font-size: 14px; }
.single-post-nav .nav { padding-right: 0; margin-bottom: 0; }
.single-post-nav .wp-pagenavi { margin-bottom: 20px; }
.single-post-nav .wp-pagenavi a { vertical-align: middle; margin-bottom: 15px; }
.single-post-nav .wp-pagenavi a span { vertical-align: top; }

.blog h6 { font-size: 16px; }

/*===========================================================================*\
|  Product page
\*===========================================================================*/
.product-top-line { padding: 22px 0 32px 15px; overflow: hidden;}
.product-top-line .back-catalog { position: relative; height: 46px; line-height: 46px; vertical-align: middle; padding: 0; max-width: 155px; min-width: 130px; }
.product-top-line .back-catalog:not(.btn-third-col) { color: #212224; }
.product-top-line .back-catalog:after, .product-top-line .back-catalog:before { content: ""; display: block; position: absolute; height: 0; width: 0; left: -15px; top: 0; border-top: 23px solid transparent; border-bottom: 23px solid transparent; border-right: none; border-right-width: 10px; border-right-style: solid; -moz-transition: all 0.2s ease 0s; -o-transition: all 0.2s ease 0s; -webkit-transition: all 0.2s ease; -webkit-transition-delay: 0s; transition: all 0.2s ease 0s; }
.product-top-line .back-catalog.btn-third-col:after, .product-top-line .back-catalog.btn-third-col:before { border-right-color: #060606; }
.product-top-line .back-catalog.btn-third-col:hover:after, .product-top-line .back-catalog.btn-third-col:hover:before { border-right-color: #B8BC27; }
.product-top-line .back-catalog:after { border-right-color: white; border-right-width: 10px; left: -9px; }
.product-top-line .back-catalog:before { border-right-color: #ebedf0; left: -10px; }
.product-top-line .back-catalog:hover:before, .product-top-line .back-catalog:hover:after { border-right-color: #ebedf0; }

.previous-product, .next-product { width: 45px; height: 46px; overflow: hidden; position: relative; cursor: pointer; border: 1px solid #d7d9db; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; font-size: 32px; line-height: 44px; text-align: center; float: left; margin-left: 10px; }
.previous-product img, .next-product img { position: absolute; width: 100%; height: auto; z-index: 1; opacity: 0; visibility: hidden; -moz-transition: all 0.2s ease 0s; -o-transition: all 0.2s ease 0s; -webkit-transition: all 0.2s ease; -webkit-transition-delay: 0s; transition: all 0.2s ease 0s; top: 0; left: 0; }
.previous-product span, .next-product span { position: relative; z-index: 2; }
.previous-product:hover, .next-product:hover { color: white; }
.previous-product:hover img, .next-product:hover img { visibility: visible; opacity: 1; }

.brand { float: right;max-height: 67px;}
@media all and (max-width: 767px) { .brand { float: none; display: block; margin: 0 auto; } }

.product-reviews { float: left; vertical-align: top; }
.product-reviews > a { margin-right: 15px; margin-bottom: 10px; white-space: nowrap; vertical-align: top; line-height: 15px; }
.product-reviews .stars-rating { margin-right: 10px; margin-bottom: 10px; vertical-align: top; line-height: 15px; }

@media all and (min-width: 1200px) { .product-info { padding: 0; margin-left: -15px; } }
.product-info h3 { margin-top: 0; margin-bottom: 5px; }
.product-info .hr { display: block; clear: both; padding-top: 10px; border-bottom: 1px solid #d7d9db; height: 0; margin-bottom: 23px; width: 100%; }
.product-info .hr:before, .product-info .hr:after { content: ""; display: block; height: 0; clear: both; }
.product-info .price { font: 600 30px/30px HelveticaNeue, Arial, Helvetica, sans-serif; color: black; vertical-align: middle; float: left; margin-bottom: 10px; margin-right: 20px; }
.product-info .price .old-price { font: italic 18px/30px HelveticaNeue, Arial, Helvetica, sans-serif; color: #a3a3a3; text-decoration: line-through; vertical-align: middle; }

.availability { color: #212224; margin-top: 2px; margin-bottom: 15px; display: inline-block; }
.availability span { color: #9198a1; margin-left: 5px; }
.availability span span { display: inline-block; width: 11px; height: 11px; -moz-border-radius: 50%; -webkit-border-radius: 50%; border-radius: 50%; margin-right: 5px; vertical-align: -1px; }
.availability span span.in-stock { background-color: #26cdb3; }
.availability span span.out-stock { background-color: #c6c6c6; }

@media all and (min-width: 0) { .col-xs-pull-left { float: left; } }

@media all and (min-width: 768px) { .col-sm-pull-right { float: right; } }

.availability + .hr { margin-bottom: 15px; }

.data-info { font: 13px "Open Sans", sans-serif; color: #212224; margin-bottom: 5px; }
.data-info span { color: #9198a1; margin-left: 10px; }

.data-info + .hr { padding-top: 13px; margin-bottom: 15px; }

.tech-info { font-size: 12px; color: #212224; list-style: none; padding-left: 0; margin-top: -2px; margin-bottom: 6px; }
.tech-info div { padding-left: 0; }
.tech-info span { display: block; }
.tech-info span:before { content: "тАв\a0\a0"; }

.tech-info + .hr { margin-bottom: 15px; }

#select-color{ border-top:1px solid #d7d9db;/*border-bottom:1px solid #d7d9db;*/padding-bottom: 20px; margin:1.5em auto;}
#select-color .col-md-5{ float: none; padding-left: 0;}
.color-blocks .color { height: auto; padding: 0; margin: 0 7px 7px 0; }
.color-blocks .color input { display: none; }
.color-blocks .color label, .color-blocks .color a { width: 53px; height: 54px; border: 1px solid #ddd; padding: 1px; background-clip: content-box; cursor: pointer; float: left; margin: 0; -moz-user-select: -moz-none; -ms-user-select: none; -webkit-user-select: none; user-select: none; }
.color-blocks .color label.white, .color-blocks .color a.white { background-color: white; }
.color-blocks .color label.peach, .color-blocks .color a.peach { background-color: #ff8f68; }
.color-blocks .color label.blue, .color-blocks .color a.blue { background-color: #2aabe1; }
.color-blocks .color label.orange, .color-blocks .color a.orange { background-color: #ff6c00; }
.color-blocks .color label.yellow, .color-blocks .color a.yellow { background-color: #ffe159; }
.color-blocks .color label.lime, .color-blocks .color a.lime { background-color: #93ca6c; }
.color-blocks .color label.pink, .color-blocks .color a.pink { background-color: #f7acbc; }
.color-blocks .color label.cherry, .color-blocks .color a.cherry { background-color: #e04145; }
.color-blocks .color input:checked + label { border-width: 2px; }

.color-blocks + .hr { padding-top: 13px; margin-bottom: 16px; }

.secondary-font-family { font-family: HelveticaNeue, Arial, Helvetica, sans-serif !important; }

.size-blocks { margin-top: 8px; margin-bottom: 6px; }
.size-blocks .size { height: auto; padding: 0; margin: 0 7px 7px 0; }
.size-blocks .size input { display: none; }
.size-blocks .size label, .size-blocks .size a { width: 33px; height: 34px; border: 1px solid #828385; padding: 1px; background-clip: content-box; cursor: pointer; float: left; margin: 0; color: #71747a; font: 13px/32px HelveticaNeue, Arial, Helvetica, sans-serif; text-align: center; text-transform: uppercase; -moz-user-select: -moz-none; -ms-user-select: none; -webkit-user-select: none; user-select: none; }
.size-blocks .size input:checked + label { border-width: 2px; line-height: 30px; }

.product-count { margin-right: 38px; margin-bottom: 13px; white-space: nowrap; }
.product-count > *, .product-count input.form-control:disabled { display: inline-block; width: 46px; height: 44px; font: 23px/42px "Open Sans", sans-serif; padding: 0; background-color: #fff; border: 1px solid #e1e3e6; vertical-align: middle; text-indent: 0; text-align: center; }
.product-count input.form-control:disabled { margin-left: 5px; margin-right: 5px; cursor: default; color: #212224; }
.product-count .btn:hover { color: #212224; }
.product-count .btn:focus:not(:hover) { background: none; border-color: #e1e3e6; }
.product-count .btn { color: #8a9099; }

.product-info .add-cart { margin-bottom: 13px; }
.btn.btn-sec-col.add-cart { display: block;  float: none;  font-size: 16px; font-weight: bold;  margin: 10px auto; width: 70%;}

.btn-gray { background-color: #e3e3e3; color: #8a9099; margin-bottom: 13px; float: left; margin-right: 8px; font-size: 18px; line-height: 46px; height: 44px; width: 44px; padding: 0; text-align: center; }

.product-info .btn-sec-col + .btn-gray { margin-left: 16px; }

.product-tabs .nav.nav-tabs li { margin-right: 8px; margin-bottom: 8px; }
.product-tabs .nav.nav-tabs li a { background-color: white; height: 40px; font: 13px/40px HelveticaNeue, Arial, Helvetica, sans-serif; color: #6e737a; border: 1px solid #e1e3e6; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; padding-left: 12px; padding-right: 12px; }
.product-tabs .nav.nav-tabs li.active a, .product-tabs .nav.nav-tabs li:hover a { background-color: #060606; color: #B8BC27; border-color: transparent; }
.product-tabs .nav.nav-tabs li.active a { cursor: default; position: relative; }
.product-tabs .nav.nav-tabs li.active a:after { content: ''; display: block; height: 0; width: 0; border: 5px solid transparent; border-top-color: #060606; position: absolute; bottom: -10px; left: 50%; -moz-transform: translateX(-50%); -ms-transform: translateX(-50%); -webkit-transform: translateX(-50%); transform: translateX(-50%); }
.product-tabs .tab-content .tab-pane { border: none; padding-left: 0; padding-right: 0; padding-top: 12px; }
.product-tabs .tab-content .tab-pane .type-text { font-family: HelveticaNeue, Arial, Helvetica, sans-serif; }
.product-tabs .tab-content .tab-pane#tab-review .you-rating { margin-bottom: 17px; }
.product-tabs .tab-content .tab-pane#tab-review .you-rating .stars-rating { -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; padding-right: 7px; border-right: 1px solid #d7d9db; margin-right: 5px; -moz-background-clip: content; -o-background-clip: content-box; -webkit-background-clip: content; background-clip: content-box; }
.product-tabs .tab-content .tab-pane#tab-review .you-rating .stars-rating .stars { width: 0; }
.product-tabs .tab-content .tab-pane#tab-review .you-rating .stars-rating:hover .stars { width: 100%; }
.product-tabs .tab-content .tab-pane#tab-review .you-rating .stars-rating.stars-1 { width: 14.6px; }
.product-tabs .tab-content .tab-pane#tab-review .you-rating .stars-rating.stars-2 { width: 29.2px; }
.product-tabs .tab-content .tab-pane#tab-review .you-rating .stars-rating.stars-3 { width: 43.8px; }
.product-tabs .tab-content .tab-pane#tab-review .you-rating .stars-rating.stars-4 { width: 58.4px; }
.product-tabs .tab-content .tab-pane#tab-review .you-rating .stars-rating.stars-5 { width: 73px; }
.product-tabs .tab-content .tab-pane#tab-review textarea { margin-top: 10px; }
.product-tabs .tab-content .tab-pane#tab-review button[type=submit] { padding-top: 11px; padding-bottom: 11px; font: 14px "Open Sans", sans-serif; }

/*===========================================================================*\
|  Product page  -  Zoom
\*===========================================================================*/
.big-image { max-width: 500px; width: 100%; /*border: 1px solid #d7d9db;*/ position: relative; text-align: center; 
			overflow: hidden; 
			-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; }
@media all and (max-width: 1199px) { .big-image { float: none; margin-top: 37px; }
  .big-image .zoomWrapper { width: 100% !important; height: auto !important; }
  .big-image .zoomWrapper img { position: static !important; width: auto !important; height: auto !important; -moz-transform: translate(0, 0); -ms-transform: translate(0, 0); -webkit-transform: translate(0, 0); transform: translate(0, 0); }
  .big-image .zoomWrapper img + img { position: absolute !important; top: 0 !important; -moz-transform: translateX(-50%); -ms-transform: translateX(-50%); -webkit-transform: translateX(-50%); transform: translateX(-50%); } }
@media all and (min-width: 1200px) { .big-image.product-page .zoomWrapper { /*min-height: 500px;*/ }
  .big-image.product-page .zoomWrapper img { vertical-align: top;/*middle;*/ } }

.qview { overflow: hidden; }
@media all and (max-width: 1199px) { .qview .product-images { text-align: center; } }
.qview .zoom-content { padding-bottom: 30px; margin-bottom: 30px; }
@media all and (min-width: 768px) { .qview .zoom-content { display: inline-block; min-width: 605px; } }
.qview .big-image { max-width: 500px; float: right; margin-top: 0; }
@media all and (max-width: 767px) { .qview .big-image { float: none; margin: 0 auto; } }
.qview .big-image .zoomWrapper { width: 100% !important; height: auto !important; }
.qview .big-image .zoomWrapper img { position: static !important; width: auto !important; height: auto !important; -moz-transform: translate(0, 0); -ms-transform: translate(0, 0); -webkit-transform: translate(0, 0); transform: translate(0, 0); }
.qview .big-image .zoomWrapper img + img { position: absolute !important; top: 0 !important; -moz-transform: translateX(-50%); -ms-transform: translateX(-50%); -webkit-transform: translateX(-50%); transform: translateX(-50%); }
.qview .thumbnails { float: right; height: 500px; width: 90px; margin-right: 15px; }
.qview .thumbnails .bx-viewport { height: 500px !important; }
.qview .thumbnails .bx-controls-direction a { transform-origin: center center 0; line-height: 27px; position: absolute; bottom: -40px; top: auto; left: 50%; margin: 0; }
.qview .thumbnails .bx-controls-direction a.bx-prev { -moz-transform: translateX(-100%) rotate(90deg); -ms-transform: translateX(-100%) rotate(90deg); -webkit-transform: translateX(-100%) rotate(90deg); transform: translateX(-100%) rotate(90deg); }
.qview .thumbnails .bx-controls-direction a.bx-next { -moz-transform: rotate(90deg); -ms-transform: rotate(90deg); -webkit-transform: rotate(90deg); transform: rotate(90deg); left: 50%; }
.qview .thumbnails .bx-controls-direction a:hover { background: #B8BC27; border-color: #B8BC27; color: white; }
.qview .thumbnails ul { padding: 0; }
.qview .thumbnails ul li { position: absolute; left: 50%; -moz-transform: translateX(-50%); -ms-transform: translateX(-50%); -webkit-transform: translateX(-50%); transform: translateX(-50%); width: 80px !important; height: 110px; line-height: 100px; }
.qview .thumbnails ul li a { vertical-align: middle; display: block; width: 100%; height: 100%; border: 1px solid #d7d9db; }
.qview .thumbnails ul li a.zoomThumbActive { border: 2px solid #B8BC27; }
.qview .thumbnails ul li a img { vertical-align: middle; }
@media all and (max-width: 767px) { .qview .thumbnails { float: none; height: auto; width: auto; margin: 20px 0 0 0; }
  .qview .thumbnails .bx-viewport { height: auto !important; }
  .qview .thumbnails .bx-controls-direction a { bottom: 0; }
  .qview .thumbnails .bx-controls-direction a.bx-prev { -moz-transform: translateX(-100%) rotate(0); -ms-transform: translateX(-100%) rotate(0); -webkit-transform: translateX(-100%) rotate(0); transform: translateX(-100%) rotate(0); }
  .qview .thumbnails .bx-controls-direction a.bx-next { -moz-transform: rotate(0); -ms-transform: rotate(0); -webkit-transform: rotate(0); transform: rotate(0); }
  .qview .thumbnails ul li a { display: block; width: 100%; height: 100%; }
  .qview .thumbnails ul li a img { vertical-align: middle; } }

.zoomLens { z-index: 99999; -webkit-transform: translateZ(1px); }

.zoomContainer { overflow: visible; }
.zoomContainer .zoomWindowContainer { display: none; }

.zoomWrapper { position: relative; display: inline-block; width: 100% !important; height: auto !important; }
.zoomWrapper img { position: absolute; top: 50%; left: 50%; -moz-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); }
.zoomWrapper img { position: static !important; width: auto !important; height: auto !important; -moz-transform: translate(0, 0); -ms-transform: translate(0, 0); -webkit-transform: translate(0, 0); transform: translate(0, 0); }
.zoomWrapper img + img { position: absolute !important; top: 0 !important; -moz-transform: translateX(-50%); -ms-transform: translateX(-50%); -webkit-transform: translateX(-50%); transform: translateX(-50%); }

/*********************************************************
/ When clicking on thumbs will add the class
/ "zoomThumbActive" on the anchor selected
/*********************************************************/
ul#thumblist { display: block; }

ul#thumblist li { list-style: none; text-align: center; }

ul#thumblist li a { display: block; border: 1px solid #CCC; text-align: center; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; height: 120px; overflow: hidden; position: relative; }
ul#thumblist li a img { height: 100%; width: auto; max-width: none; position: absolute; top: 50%; left: 50%; -moz-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); }

ul#thumblist li a.zoomThumbActive { border: 2px solid #B8BC27; }

/*===========================================================================*\
|  Product page  -  bxslider
\*===========================================================================*/
.thumbnails { max-width: 500px; position: relative; }
.thumbnails .bx-controls-direction { height: 0; }
.thumbnails .bx-controls-direction a { border: 1px solid #d7d9db; display: inline-block; font-size: 18px; height: 30px; line-height: 28px; text-align: center; width: 30px; position: absolute; left: 0; top: 50%; -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -webkit-transform: translateY(-50%); transform: translateY(-50%); }
.thumbnails .bx-controls-direction a:after { content: "4"; font-family: ElegantIcons; }
.thumbnails .bx-controls-direction a:hover { color: #B8BC27; }
.thumbnails .bx-controls-direction a.bx-next { left: auto; right: 0; }
.thumbnails .bx-controls-direction a.bx-next:after { content: "5"; }
@media all and (max-width: 1199px) { .thumbnails .bx-controls-direction { height: 30px; text-align: center; margin-top: 15px; }
  .thumbnails .bx-controls-direction a { position: static; -moz-transform: translateY(0); -ms-transform: translateY(0); -webkit-transform: translateY(0); transform: translateY(0); margin: 0 15px; float: left; }
  .thumbnails .bx-controls-direction a.bx-next { float: right; } }
.thumbnails .bx-controls-direction .disabled { visibility: hidden; }

.product-images { overflow: hidden; }
.product-images .article-info { max-width: 500px; padding: 0; }

.article-info .share-wrapp { padding-top: 18px; }
.article-info .share-wrapp .h7 { margin-top: 5px; float: left; }

.article-info .print-wrapp { margin-top: 18px; margin-bottom: 30px; padding-top: 0; }

.h7 { font: 600 13px HelveticaNeue, Arial, Helvetica, sans-serif; color: #212224; }

.print { font-size: 13px; vertical-align: middle; }
.print span { font-size: 16px; margin-right: 8px; vertical-align: middle; }

.zoom-content { margin-bottom: 10px; position: relative; }
.zoom-content #product-video-button, .zoom-content #product-pupGallery-button { position: absolute; right: 30px; width: 40px; height: 37px; padding: 0; text-align: center; vertical-align: middle; line-height: 37px; background-color: #b8bc27; color: white; border: none; }
.zoom-content #product-video-button:hover, .zoom-content #product-pupGallery-button:hover { background-color: #e2e2e2; }
.zoom-content #product-pupGallery-button { top: -1px; font-size: 16px; }
@media all and (max-width: 1199px) { .zoom-content #product-pupGallery-button { top: 0px; left: 0px; } }
.zoom-content #product-video-button { top: 41px; font-size: 18px; }
@media all and (max-width: 1199px) { .zoom-content #product-video-button { top: 0px; left: 46px; } }

.zoom-content-2 .big-image { float: left; border: none; max-width: 680px; width: 100%; text-align: center; background-color: #fff; overflow: hidden; }
@media all and (max-width: 1199px) { .zoom-content-2 .big-image { float: none; margin: 0 auto; }
  .zoom-content-2 .big-image .zoomWrapper { width: 100% !important; height: auto !important; }
  .zoom-content-2 .big-image .zoomWrapper img { position: static !important; width: auto !important; height: auto !important; -moz-transform: translate(0, 0); -ms-transform: translate(0, 0); -webkit-transform: translate(0, 0); transform: translate(0, 0); }
  .zoom-content-2 .big-image .zoomWrapper img + img { position: absolute !important; top: 0 !important; -moz-transform: translateX(-50%); -ms-transform: translateX(-50%); -webkit-transform: translateX(-50%); transform: translateX(-50%); } }
@media all and (min-width: 1200px) { .zoom-content-2 .big-image .zoomWrapper { min-height: 670px; line-height: 668px; }
  .zoom-content-2 .big-image .zoomWrapper img { vertical-align: middle; } }
.zoom-content-2 .big-image .zoomWindowContainer { display: none; }
.zoom-content-2 .thumbnails { width: 205px; height: 611px; margin-top: 30px; margin-bottom: 30px; overflow: auto; float: right; }
@media all and (max-width: 1199px) { .zoom-content-2 .thumbnails { width: 100%; float: none; margin: 20px auto; height: 220px; padding-left: 20px; } }
.zoom-content-2 .thumbnails ul { width: 100%; padding: 0; display: block; }
.zoom-content-2 .thumbnails ul li { list-style: none; display: inline-block; margin-right: 10px; margin-bottom: 12px; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; }
.zoom-content-2 .thumbnails ul li a { display: block; border: 1px solid #d7d9db; text-align: center; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; overflow: hidden; position: relative; width: 82px; height: 82px; }
.zoom-content-2 .thumbnails ul li a.zoomThumbActive { border: 2px solid #B8BC27; }
.zoom-content-2 .thumbnails ul li a img { position: absolute; top: 50%; left: 0; -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -webkit-transform: translateY(-50%); transform: translateY(-50%); }

#product-pupGallery-box .modal-body { background-color: whitesmoke; padding: 0; }

@media all and (min-width: 1200px) { .qview .modal-dialog.modal-lg { width: 1150px; } }
@media all and (min-width: 992px) and (max-width: 1199px) { .qview .modal-dialog.modal-lg { width: 920px; } }
@media all and (min-width: 768px) and (max-width: 991px) { .qview .modal-dialog.modal-lg { width: 700px; } }
.qview .modal-dialog.modal-lg .modal-body.modal-body-info { padding-left: 15px; padding-right: 15px; }

/*===========================================================================*\
|  Category page 
\*===========================================================================*/
/* =============================== View options =============================== */
.cat-view-options { margin: 0 0 10px; padding-bottom: 7px; border-bottom: 1px solid #e1e3e6; }
.cat-view-options .cvo-label { line-height: 30px; color: #212224; text-transform: uppercase; }
@media (min-width: 992px) { .cat-view-options .cvo-availability-col { padding-left: 0; } }
.cat-view-options .form-group { margin-bottom: 10px; }
.cat-view-options .form-control { height: 30px; padding: 5px 15px; }
.cat-view-options .cvo-view-type { display: inline-block; margin-left: 10px; vertical-align: top; }
.cat-view-options .cvo-view-type li:last-child { padding-right: 0; }
.cat-view-options .cvo-view-type a { display: inline-block; line-height: 10px; padding: 8px; border: 1px solid #e1e3e6; }
.cat-view-options .cvo-view-type a svg { transition: all 0.3s ease; fill: #a1a8b2; }
.cat-view-options .cvo-view-type a:hover svg, .cat-view-options .cvo-view-type li.active a svg { fill: #B8BC27; }

/* =============================== Pagination =============================== */
.cat-pagination { margin-top: 20px; margin-bottom: 30px; }
.cat-pagination .wp-pagenavi { float: none; margin: 0; }
.cat-pagination .wp-pagenavi .btn { line-height: 25px; padding-left: 2px; }
.cat-pagination .wp-pagenavi:before { position: static; }
.cat-pagination .wp-pagenavi .nextpostlink { font-size: 18px; }

/*===========================================================================*\
|	Home - Store
\*===========================================================================*/
.wg-categories.store-alt { border-bottom: none; padding-bottom: 10px; }

.wg-title.store-alt { position: relative; padding-bottom: 17px; }
.wg-title.store-alt:before { content: ""; display: block; width: 90px; height: 2px; background-color: #0c0c0c; position: absolute; bottom: 0; }

.wg-categories.store-alt h5 { font-size: 15px; text-align: left; margin-bottom: 2px; }
.wg-categories.store-alt .wg-categories-list-lat { padding-left: 0; list-style: none; }
.wg-categories.store-alt .wg-categories-list-lat li { line-height: 26px; }
.wg-categories.store-alt .wg-categories-list-lat li:empty{display:none;}
.wg-categories.store-alt .wg-categories-list-lat li:blank{display:none;}
.wg-viwed-products.box-with-pager.store-alt { padding-top: 13px; margin-bottom: 35px; }
.wg-viwed-products.box-with-pager.store-alt.bx-controls { top: 0; }
.wg-viwed-products.box-with-pager.store-alt .wgvp-item { margin-bottom: 4px; }
.wg-viwed-products.box-with-pager.store-alt .wgvp-item figure { background-color: #ebebeb; }
.wg-viwed-products.box-with-pager.store-alt .wgvp-item figure img { vertical-align: middle; }

.wg-tweets .top-box-btn-1 { top: 0; }
.wg-tweets .tweets-group li { margin-bottom: 25px; }
.wg-tweets .tweets-group li .reply { float: right; color: #a5adb8; }
.wg-tweets .tweets-group li .reply:hover { color: #B8BC27; }
.wg-tweets .tweets-group li .reply span { vertical-align: -2px; }

.wg-brands .brands-list .bl-item { width: 50%; }
.wg-brands .box-with-pager .bx-controls { top: 0; }
@media all and (max-width: 991px) { .wg-brands .box-with-pager .bx-controls { top: 40px; } }

.back-line { text-align: center; margin-bottom: 25px; vertical-align: middle; position: relative; }
.back-line h2 { margin: 0; padding: 0 20px; background-color: #fff; display: inline-block; vertical-align: middle; font-size: 18px; line-height: 18px; }
.back-line:after { content: ""; display: block; position: absolute; z-index: -1; width: 100%; height: 2px; background-color: #0c0c0c; top: 50%; left: 0; -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -webkit-transform: translateY(-50%); transform: translateY(-50%); }

.mobile-collapse.opened .mobile-collapse-header.back-line:after, .mobile-collapse .mobile-collapse-header.back-line:after { content: ""; }

@media all and (max-width: 991px) { .widget.mobile-collapse.store-alt { padding-top: 0; padding-bottom: 0; margin-bottom: 40px; } }

.store-alt-products .news-item { margin-bottom: 0; }

#carousel-clients-say .client-item { text-align: center; padding-top: 25px; }
#carousel-clients-say .client-item > * { display: block; width: 100%; padding: 0; margin: 0; float: none; text-align: center; }
#carousel-clients-say .client-item img { max-width: 80px; }
#carousel-clients-say .client-item .ci-body { margin-top: 12px; }
#carousel-clients-say .carousel-indicators { bottom: 20px; }

.news-container.store-alt .news-item .ni-body { padding: 15px; }

.loadmore-wrapp { position: absolute; width: 100%; bottom: 50px; left: 0; }

.news-loadmore.store-alt { margin-top: 15px; }

.relative { position: relative; }

@media all and (min-width: 992px) { .wg-specials.box-with-pager.store-alt .wg-title.mobile-collapse-header.store-alt { padding-right: 65px; } }
@media all and (max-width: 991px) { .wg-specials.box-with-pager.store-alt .bx-controls { top: 40px; } }

.wg-banner #carousel-banner { width: 100%; text-align: center; }
.wg-banner #carousel-banner img { display: inline-block; }

.rslide-button-1:after { content: "\2192"; }



#shopping-cart-wrapper .s-bag-2::after, .arrow-btn::after { content: "\2192"; }

#promo-abajo{ background:url('../../../images/home-1/bg-abajo2.jpg'); overflow:hidden; display:none;}
#promo-abajo .col-md-4.col-sm-12{  text-align:right!important;}
#promo-abajo .col-md-4.col-sm-12 h4{  text-align:right!important; color:#3A5785; font-weight:200;font-size:20px; margin: 30px 0 0;}
#promo-abajo .col-md-4.col-sm-12 p{ text-align:right!important; color:#FFF;font-size:42px;text-shadow:0 2px 2px rgba(10, 10, 10, 0.9);-webkit-text-stroke-width: 1px;font-weight: bold;-webkit-text-stroke-color: #fff; margin-bottom:0;}
#promo-abajo .col-md-8.col-sm-12{  text-align:left!important; padding-left:15px; border-left:2px solid #fff;margin: 15px 0 15px}
#promo-abajo .col-md-8 h3{font-size:35px;text-transform:uppercase;color:#fff; margin: 0 0;}
#promo-abajo .col-md-8.col-sm-12 h3:last-child{ margin: 10px 0 0;}
#promo-abajo .col-md-8.col-sm-12 h4{ font-size:20px;margin: 10px 0 0;color:#fff;}
@media (max-width: 991px) { #promo-abajo .col-md-4.col-sm-12 h4 {font-size:20px;};#promo-abajo .col-md-4.col-sm-12 p {font-size:20px;} }
@media (max-width: 767px) { #promo-abajo{display:none;}; }
@media (max-width: 1250px) { #promo-abajo .col-md-8 h3{font-size:20px;text-transform:uppercase;color:#fff; margin: 0 0;};}
@media (max-width: 1250px) { #promo-abajo .col-md-8 ; h4{font-size:20px;text-transform:uppercase;color:#fff; margin: 0 0;} }
#migas{ text-align:right;}
#migas li { display: inline-block; margin: 0 1px;}#migas li:last-child{color:#B6BB28;}
/*===========================================================================*\
	Tables  - Store
\*===========================================================================*/
.table-fill { animation: 5s ease 0s normal none infinite running float; background: white none repeat scroll 0 0; border-collapse: collapse; margin: 1px; padding: 5px;  width: 100%;}
.table-fill { border-collapse: collapse;/*border:1px solid #ccc;*/}
.table-fill th { background: #b3b3b3 none repeat scroll 0 0; border-right: 1px solid white;  color: #eeeeee; font-size: 14px;  font-weight: 100;  padding: 7px; text-align: left; text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);vertical-align: middle;
}
.table-fill tr { color: #666b85;}

.table-fill td { background: #ffffff none repeat scroll 0 0;/* border-right: 1px solid #c1c3d1;*/ font-size: 12px;font-weight: 500;padding: 7px; text-align: left;vertical-align: middle;}
.table-striped > tbody > tr:nth-child(2n+1) > td {background-color: #f1f1f1;}
.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {/* border-top: 1px solid #ddd;*/line-height: 1.42857;padding: 8px;vertical-align: top;}


.msg-resultado-contacto{margin:0.5em;display:block;padding:0.5em 1em;border:2px solid green;font-weight:bold;}
	.msg-resultado-contacto:empty{display:none;}
	
#tarifas {margin-bottom: 20px;}		

input[readonly]{  background: #f0f0f1;/*background-color:#eee*/}

.nota-informativa-pedido{padding:10px;border:1px solid #d7d9db;border-top:0;line-height:1.4em;}

/* TOOLTIP DATOS ENVIO FORMULARIO PEDIDO */
span.question {
  cursor: pointer;
  display: inline-block;
  width: 16px;
  height: 16px;
  background-color: #3A5785;
  line-height: 1em;
  color: White;
  font-size: 13px;
  font-weight: bold;
  border-radius: 8px;
  text-align: center;
  position: relative;
  margin-left: 4px;
}
span.question:hover { background-color: #3A5785; }
div.tooltip {
  background-color: #3A5785;
  color: White;
  position: absolute;
  left: 25px;
  top: -45px;
  z-index: 1000000;
  width: 250px;
  border-radius: 5px;
  opacity:1
}
div.tooltip:before {
  border-color: transparent #3A5785 transparent transparent;
  border-right: 6px solid #3A5785;
  border-style: solid;
  border-width: 6px 6px 6px 0px;
  content: "";
  display: block;
  height: 0;
  width: 0;
  line-height: 0;
  position: absolute;
  top: 40%;
  left: -6px;
  
}
div.tooltip p {
  margin: 10px;
  color: White;
  text-align: left;
}
/* FIN - TOOLTIP DATOS ENVIO FORMULARIO PEDIDO */


.errors{ list-style:none;color:red}

#form-registro #como_conocio_otros{ margin-left: 1em; width: 70%;}
#form-registro #label-modelo-36{ margin-left: 3.4em; }
#buscador_mini i,#top_buscador_mini i,#form-login i{ color: #333;}
#top_buscador_mini .form-group{width:60%; margin:0 auto;}
#buscador_mini .form-group{width:60%; }

.products-list .pl-button { width:100% !important;}
.sub-nav .col-md-2{ height:220px;}
.rslides-container .rslides-number{ display:none !important;}
/*.rslides_nav_block{ display:none !important;}*/

#avisolegal-element{ vertical-align:top;}
	#avisolegal-element input#avisolegal{ height:10px;float:left;}
	#avisolegal-element span{ display:inline-block;margin-left:10px;}
	
	
@media (max-width: 768px) { #top-bar .container{padding-left:4px;padding-right:4px;}.list-inline > li {padding-left:1px;padding-right:1px;}#top-contacts li > span{font-size:14px;}; #top-bar ul > li > a {height: 30px;};#user-top-bar li > a { height: 30px;};#top-contacts li i {  border-left: 0;  }
						#user-top-bar li > a:hover {  background: #B8BC27; color: #fff; }}
						
@media (max-width: 380px) { #user-top-bar .dropdown-menu { left:-170px} .dropdown-triangle-up {right:0;left:200px;}	}

.top-search-box {margin-top:30px;}
	.top-search-box input, .top-search-box .placeholder-fix{color:#333}
	
.mobile-menu-search .form-control,.mobile-menu-search .btn { border-color:#d7d9db;background-color:#fff;color:#333}	

@media (max-width: 768px) {
	footer{ margin-top:2em;}
	#footer-3 .title-type-1,#footer-3 .title-type-2{ font-size:13px;height: 30px;text-transform: none;border:0}
		#footer-3 .mobile-collapse-body{margin-top:0;margin-left:2em;} 
			#footer-3 li { font-size: 12px;line-height: 1.2;}
	#footer-3 .mobile-collapse-header::after {  color:#ffff;}
	#footer-5{ border-top: 1px solid #3a5785;}
		#footer-5 .container {   padding: 6px 15px;}
		
}

@media (min-width: 768px) { #home h2 { font-size: 15px;line-height:1.42857;}#home1-slider{ margin-bottom: 0px;} }
@media (max-width: 767px) { #home h2 { font-size: 15px;line-height:1.42857;}#home1-slider{ margin-bottom: 10px;}}


@media (min-width: 319px) {  #sticktop{ padding: 0 1px;} }
#sticktop .container div{ padding: 3px 0px 0px 0px;} 
#col-md-6 col-xs-6 text-center{margin-top:40px;}
#top-bar-movil-2 div{padding: 3px 0px 0px 0px;}



@media (max-width: 991px) {
	#sticktop,.sticktop {width: 100%;left: 0;z-index:999!important;;position:fixed;top:0;display:block;}
}

@media (min-width: 992px) {
	#sticktop,.sticktop {width: 100%;left: 0;z-index:999!important;	}	
	.sticky-wrapper .navbar-default{display:none;}
	.sticky-wrapper.is-sticky .navbar-default{	display:block;}
	#home1-slider{ margin-bottom: 10px;} }
}
.sticky-wrapper {
	background: #fff;
	z-index:999;
}

.mobile-menu-body ul li a {
    border-bottom: 1px solid #292929;
    color: #b8bc27!important;
    display: block;
    font-size: 14px;
    line-height: 50px;
    padding-left: 30px;
    position: relative;
    text-transform: uppercase;
}
.mobile-menu-button{z-index:999}
@media (max-width: 380px){ .mobile-menu-button{height:40px;line-height:40px;}}
	
#top-bar{ width:100%}
@media (max-width: 1023px){.pg-body{margin-top:40px}; }
@media (max-width: 1220px){.s-bag-2:after {display:none;}}
/*@media (min-width: 992px) and (max-width: 1199px){#header-bar{margin-top:60px}}*/
@media (min-width: 991px){#header-bar{margin-top:10px;margin-bottom:10px;}}
@media (max-width: 991px){ .sticktop{position:fixed;top:0;}}

#home h2 { color:#6d6d6d; }
#home .best-product h6{margin-bottom:0px;}
@media (max-width: 380px){ #home h2 { line-height:1.3em;font-size:13px;margin-top:0; text-align:left; }}

#mobile-cart {
    height: 30px;
    line-height: 30px;
	min-width: 120px;
    /*margin: 38px 0 0;
    position: relative;*/
    text-align: right;
    vertical-align: middle;
}

	#mobile-cart .s-bag-1 i{ font-size:17px; }
	#mobile-cart .s-cart-pan {height: 30px;line-height: 30px;}
	
	#mobile-cart .s-bag-3 {
		font-size: 12px;
    	font-style: italic;
    	line-height: 30px;
   		text-align: left;
	}
	
	#mobile-cart .s-bag-1 {
		background: #b8bc27 none repeat scroll 0 0;
		color: #fff;
		display: inline-block;
		float: left;
		height: 30px;
		left: 0;
		/*position: absolute;*/
		text-align: center;
		top: 0;
		width: 30px;
	}
	
	#mobile-cart .s-bag-3 { float: left; font-size: 12px; font-style: normal; padding: 0 0 0 37px; border: 1px solid #d7d9db; border-left: none; height: 30px; line-height: 27px; width: 90%; text-align: left; }
#user-top-bar-movil{ padding-top:5px;}
@media (max-width: 380px){#mobile-cart {min-width: 95px} #mobile-cart .s-bag-3 {font-size:11px;}#top_buscador_mini .form-group{width: 100%;}}

.products-listview .plv-item{ border:0}
	.products-listview .plv-item .plv-body{ border:0}
	.products-listview .plv-item .plv-image figure{ border:0}
	
	.wg-body ul li a:hover { color:#b4b82e;/* background-color:#3a5785*/;}
	.wg-body ul li a{padding:5px;}

	
	#tarifas .table-responsive thead th{background-color:#b3b3b3;}



	@media (max-width: 759px){.cat-pagination div{ text-align:center;} .cat-pagination .col-sm-6{padding-bottom:20px;}}

	@media (min-width: 200px) and (max-width: 499px) {.wg-categories-list-lat li {/*display:inline-block*/;/* width:42%*/;margin-right: 12px; vertical-align:top; }}
	@media (min-width: 500px) and (max-width: 991px) {.wg-categories-list-lat li {/*display:inline-block*/;/* width:29%*/;/*min-height:2em*/;margin-right: 12px; vertical-align:top; }}

	@media (min-width: 992px){.wg-categories-list-lat li {/*display:inline-block*/; width:81%; }}

	
	/*@media (min-width: 700px){.wg-categories-list-lat li {display:inline-block; width:33%; }}
	
	@media (min-width: 500px){.wg-categories-list-lat li {display:inline-block; width:32%; } }
		
	@media (max-width: 990px){.wg-categories-list-lat li {display:inline-block; width:60%; }}*/

#pag-searchresults h1{ font-size:22px}
@media (max-width: 767px) { #pag-searchresults h1 { margin-left:1em;font-size: 13px; } }

@media (max-width: 767px) {.ficha-producto{z-index:999!important;background-attachment: scroll;} 
#zoom_03{z-index:998!important;background-attachment: scroll;} .zoomContainer{overflow:hidden;z-index:0!important;}}

#pag-accesoprofesional #form-login2 .form-group{ width:215px;}
#pag-accesoprofesional #form-login2 i{color: #333;}
@media (max-width:767px){	h1{ font-size:20px;} 
							.product-top-line{padding:10px;margin-top:0;} 
							
}
@media (max-width: 991px){			.pl-item { margin-bottom:50px;}
								.pl-item .pl-caption .pl-price-block{ height:2.4em;line-height:1.2em;}
								.pl-item figure{margin-bottom:10px}
						
						
}
@media (min-width: 992px){	
								.pl-item .pl-caption .pl-price-block{ height:2.8em;line-height:1.4em;}
								.pl-item figure{margin-bottom:10px}
						
						
}
.pl-item { margin-bottom:50px;}

#generar_enlace textarea{height: 116px;
    padding: 6px 10px;
    text-indent: 0;
    width: 80%;}
	
#header-logo img, .header-logo img{width:100%;height:auto;object-fit: scale-down;}

@media (max-width: 768px){
	#tabla-referencias>td{width:60px!important;}
		#tabla-referencias input.td-cantidad{width:100%;}
}

.fs1[data-icon]::before {font-size:18px;color:black;}
	
	
.producto-sin-imagen{ text-align:center;width:100%}
	.producto-sin-imagen span{  border:1px solid #dedede;height:270px;width:266px;position:relative;display:inline-block;padding-top:120px}
@media (min-width: 992px) and (max-width: 1199px){
		.producto-sin-imagen span{	height:210px;width:210px;padding-top:90px; }
}

/* ETIQUETAS NIÑOS EN COLORES */
#form_referencias .color-blocks{margin-top:20px;}
#form_referencias .label-img-colores, #form_referencias .thumbli { position: relative;}	

.ribbon.kids {
    z-index: 999;
}
.ribbon.kids {
    background-color: goldenrod;
}
.ribbon {
    color: #fff;
    display: inline-block;
    font-size: 11px;
    font-size: 0.9rem;
    right: -0.7px;
    line-height: 1;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    top: -15px;
    padding: 3px 2px;
    font-weight: 600;
	border-radius: 4px 4px 0px 4px;
}
.ribbon.kids::before {
    border-color: goldenrod transparent transparent;
}
.ribbon::before {
    border-style: solid solid solid solid;
    border-width: 7px 0px 7px 7px;
    bottom: -12px;
    content: "";
    right: 0;
    position: absolute;
    width: 7px;
}
#thumblist .ribbon {top: 0px!important;}

/*---- Barra Cookies ----*/
#barra_aviso_cookies{
	position: fixed!important;
	bottom: 30px!important; 
	background-color: #CCC!important; 
	color: #000!important;
	text-align: center!important;
	opacity: 1!important;
	z-index: 9999!important;
}