@import url('https://fonts.googleapis.com/css2?family=Fira+Sans:wght@300;400;500;600;700&display=swap');

body {
font-family: Fira Sans, sans-serif;
font-weight: 400;
color: #333;
font-size: 16px;
line-height: 20px;
width: 100%;
}
header {
padding: 20px 0px;
background: url(/catalog/view/theme/default/image/bg.png);
}
h1, h2, h3, h4, h5, h6 {
color: #967447;
font-family: Fira Sans;
}
/* default font size */
.fa {
font-size: 14px;
}
/* Override the bootstrap defaults */
h1 {
font-size: 34px;
margin-top: 0px;
margin-bottom: 20px;
}
h2 {
font-size: 30px;
margin-top: 10px;
}
h3 {
font-size: 24px;
}
h4 {
font-size: 18px;
}
h5 {
font-size: 12px;
}
h6 {
font-size: 10.2px;
}
a {
color: #4ec2ce;
}
a:hover {
text-decoration: none;
}
legend {
font-size: 18px;
padding: 7px 0px
}
label {
font-size: 16px;
font-weight: normal;
}
select.form-control, textarea.form-control, input[type="text"].form-control, input[type="password"].form-control, input[type="datetime"].form-control, input[type="datetime-local"].form-control, input[type="date"].form-control, input[type="month"].form-control, input[type="time"].form-control, input[type="week"].form-control, input[type="number"].form-control, input[type="email"].form-control, input[type="url"].form-control, input[type="search"].form-control, input[type="tel"].form-control, input[type="color"].form-control {
font-size: 16px;
}
.input-group input, .input-group select, .input-group .dropdown-menu, .input-group .popover {
font-size: 16px;
}
.input-group .input-group-addon {
font-size: 14px;
height: 35px;
}
.input-group-sm>.form-control, .input-group-sm>.input-group-addon, .input-group-sm>.input-group-btn>.btn {
height: 35px;
font-size: 14px;
}
/* Fix some bootstrap issues */
span.hidden-xs, span.hidden-sm, span.hidden-md, span.hidden-lg {
display: inline;
}

.nav-tabs {
margin-bottom: 15px;
}
div.required .control-label:before {
content: '* ';
color: #F00;
font-weight: bold;
}
/* Gradent to all drop down menus */
.dropdown-menu li > a:hover {
text-decoration: none;
color: #ffffff;
background-color: #4ec2ce;
background-repeat: repeat-x;
}
/* Top */
#top {
background-color: transparent;
border-bottom: 1px solid #eaeaea;
padding: 0px 0px 0px 0px;
margin: 0 0 0 0;
min-height: 40px;
}
#top .container {
padding: 0 20px;
}
#top #form-currency .currency-select,
#top #form-language .language-select {
text-align: left;
}
#top #form-currency .currency-select:hover,
#top #form-language .language-select:hover {
text-shadow: none;
color: #ffffff;
background-color: #229ac8;
background-image: linear-gradient(to bottom, #4ec2ce, #1f90bb);
background-repeat: repeat-x;
}
#top .btn-link, #top-links li, #top-links a {
color: #333;
text-decoration: none;
}
#top .btn-link:hover, #top-links a:hover {
color: #333;
}
#top-links .dropdown-menu a {
text-shadow: none;
}
#top-links .dropdown-menu a:hover {
color: #fff !important;
}
#top .btn-link strong {
font-size: 14px;
line-height: 14px;
}
#top-links {
padding-top: 10px;
}
#top-links a + a {
margin-left: 15px;
}
/* Logo */
#logo {
margin: 0px 0 0 0;
}
/* Search */
#search {
margin-bottom: 10px;
}
#search .input-lg {
height: 40px;
line-height: 20px;
padding: 0 10px;
border-radius: 5px 0px 0px 5px;
font-size: 14px;
}
#search .btn-lg {
font-size: 16px;
line-height: 18px;
padding: 10px 35px;
text-shadow: none;
border-radius: 0px 5px 5px 0px;
}
/* Cart */
:focus {
outline: none !important;
}
#cart {
margin-bottom: 10px;
}
#cart > .btn {
font-size: 16px;
line-height: 24px;
color: #FFF;
border-radius: 5px;
}
#cart.open > .btn {
background-image: none;
background-color: #FFFFFF;
border: 1px solid #E6E6E6;
color: #666;
box-shadow: none;
text-shadow: none;
}
#cart.open > .btn:hover {
color: #444;
}
#cart .dropdown-menu {
background: #eee;
z-index: 1001;
}
#cart .dropdown-menu {
min-width: 100%;
}
@media (max-width: 478px) {
#cart .dropdown-menu {
width: 100%;
}
}
#cart .dropdown-menu table {
margin-bottom: 10px;
}
#cart .dropdown-menu li > div {
min-width: 427px;
padding: 0 10px;
}
@media (max-width: 478px) {
#cart .dropdown-menu li > div {
min-width: 100%;
}
}
#cart .dropdown-menu li p {
margin: 20px 0;
}
/* menu */
#menu {
background-color: #229ac8;
background-image: linear-gradient(to bottom, #4ec2ce, #1f90bb);
background-repeat: repeat-x;
border-color: #1f90bb #1f90bb #145e7a;
min-height: 40px;
}
#menu .nav > li > a {
color: #fff;
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
padding: 10px 15px 10px 15px;
min-height: 15px;
background-color: transparent;
}
#menu .nav > li > a:hover, #menu .nav > li.open > a {
background-color: rgba(0, 0, 0, 0.1);
}
#menu .dropdown-menu {
padding-bottom: 0;
}
#menu .dropdown-inner {
display: table;
}
#menu .dropdown-inner ul {
display: table-cell;
}
#menu .dropdown-inner a {
min-width: 160px;
display: block;
padding: 3px 20px;
clear: both;
line-height: 20px;
color: #333;
font-size: 12px;
}
#menu .dropdown-inner li a:hover {
color: #FFFFFF;
}
#menu .see-all {
display: block;
margin-top: 0.5em;
border-top: 1px solid #DDD;
padding: 3px 20px;
-webkit-border-radius: 0 0 4px 4px;
-moz-border-radius: 0 0 4px 4px;
border-radius: 0 0 3px 3px;
font-size: 12px;
}
#menu .see-all:hover, #menu .see-all:focus {
text-decoration: none;
color: #ffffff;
background-color: #229ac8;
background-image: linear-gradient(to bottom, #4ec2ce, #1f90bb);
background-repeat: repeat-x;
}
#menu #category {
float: left;
padding-left: 15px;
font-size: 16px;
font-weight: 700;
line-height: 40px;
color: #fff;
text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}
#menu .btn-navbar {
font-size: 16px;
font-stretch: expanded;
color: #FFF;
padding: 2px 18px;
float: right;
background-color: #229ac8;
background-image: linear-gradient(to bottom, #4ec2ce, #1f90bb);
background-repeat: repeat-x;
border-color: #1f90bb #1f90bb #145e7a;
}
#menu .btn-navbar:hover, #menu .btn-navbar:focus, #menu .btn-navbar:active, #menu .btn-navbar.disabled, #menu .btn-navbar[disabled] {
color: #ffffff;
background-color: #229ac8;
}
@media (min-width: 824px) {
#menu .dropdown:hover .dropdown-menu {
display: block;
}

#megamenu-menu {
text-align: center;
}

.navbar-nav {
float: none !important;
display: inline-block !important;
}

.top-line {
margin-bottom: 30px !important;
}

#megamenu-menu {
background-color: transparent !important;
border: 0px !important;
min-height: 46px !important;
}

#megamenu-menu .nav > li > a {
text-shadow: none !important;
height: 46px !important;
line-height: 26px !important;
font-family: Fira Sans !important;
}

#megamenu-menu.navbar {
margin-bottom: 0px !important;
}
}
@media (max-width: 823px) {
#menu {
border-radius: 4px;
}
header {
background: none;
}
#content .sub-category .col-xs-6:nth-child(2n+1) {
clear: both;
}
#menu div.dropdown-inner > ul.list-unstyled {
display: block;
}
#menu div.dropdown-menu {
margin-left: 0 !important;
padding-bottom: 10px;
background-color: rgba(0, 0, 0, 0.1);
}
.breadcrumb {
margin: 20px 0 20px 0 !important;
}
header {
padding: 20px 0px;
}
.contacts-top {
margin-bottom: 20px;
}
#logo {
margin: 0px 0 25px 0;
}
#menu .dropdown-inner {
display: block;
}
#menu .dropdown-inner a {
width: 100%;
color: #fff;
}
#menu .dropdown-menu a:hover,
#menu .dropdown-menu ul li a:hover {
background: rgba(0, 0, 0, 0.1);
}
#menu .see-all {
margin-top: 0;
border: none;
border-radius: 0;
color: #fff;
}
.text-slider {
left: 0px !important;
bottom: 0px !important;
font-size: 16px !important;
padding: 10px 10px !important;
border-radius: 0px !important;
line-height: 20px !important;
max-width: 100% !important;
width: 100% !important;
top: inherit !important;
text-align: center;
}
}
/* content */
#content {
min-height: 600px;
}
/* footer */
footer {
margin-top: 50px;
padding-top: 24px;
background-color: #efefef;
border-top: 1px solid #ddd;
color: #333;
background: url(/catalog/view/theme/default/image/bg.png);
}
footer hr {
border-top: none;
border-bottom: 0px solid #666;
}
footer a {
color: #333;
line-height: 24px;
}
footer a:hover {
color: #d0a673;
}
footer h5 {
font-size: 21px;
font-weight: 500;
color: #333;
font-family: Fira Sans;
}
/* alert */
.alert {
padding: 8px 14px 8px 14px;
}
/* breadcrumb */
.breadcrumb {
margin: 0 0 20px 0;
padding: 0px 0;
border: 0px solid #ddd;
background-color: transparent;
}
.breadcrumb i {
font-size: 16px;
}
.breadcrumb > li {
text-shadow: none;
padding: 0 12px;
position: relative;
white-space: nowrap;
}
.breadcrumb > li + li:before {
content: '';
padding: 0;
}
.breadcrumb > li:after {
content: '';
display: block;
position: absolute;
top: 6px;
right: -5px;
width: 8px;
height: 8px;
border-right: 1px solid #DDD;
border-bottom: 1px solid #DDD;
-webkit-transform: rotate(-45deg);
-moz-transform: rotate(-45deg);
-o-transform: rotate(-45deg);
transform: rotate(-45deg);
}
.pagination {
margin: 0;
}
/* buttons */
.buttons {
margin: 1em 0;
}
.btn {
padding: 7.5px 12px;
border: 1px solid #cccccc;
border-radius: 4px;
box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
}
.btn-xs {
font-size: 9px;
}
.btn-sm {
font-size: 10.2px;
}
.btn-lg {
padding: 10px 16px;
font-size: 16px;
}
.btn-group > .btn, .btn-group > .dropdown-menu, .btn-group > .popover {
font-size: 14px;
}
.btn-group > .btn-xs {
font-size: 9px;
}
.btn-group > .btn-sm {
font-size: 10.2px;
}
.btn-group > .btn-lg {
font-size: 16px;
}
.btn-default {
color: #777;
text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
background-color: #e7e7e7;
background-image: linear-gradient(to bottom, #eeeeee, #dddddd);
background-repeat: repeat-x;
border-color: #dddddd #dddddd #b3b3b3 #b7b7b7;
}
.btn-primary {
color: #ffffff;
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
background-color: #229ac8;
background-image: linear-gradient(to bottom, #4ec2ce, #1f90bb);
background-repeat: repeat-x;
border-color: #1f90bb #1f90bb #145e7a;
border-radius: 5px;
}
.btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
border-color: #eec288 !important;
background-color: #eec288 !important;
background-position: 0 -15px;
}
.btn-warning {
color: #ffffff;
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
background-color: #faa732;
background-image: linear-gradient(to bottom, #fbb450, #f89406);
background-repeat: repeat-x;
border-color: #f89406 #f89406 #ad6704;
}
.btn-warning:hover, .btn-warning:active, .btn-warning.active, .btn-warning.disabled, .btn-warning[disabled] {
box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-danger {
color: #ffffff;
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
background-color: #da4f49;
background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
background-repeat: repeat-x;
border-color: #bd362f #bd362f #802420;
}
.btn-danger:hover, .btn-danger:active, .btn-danger.active, .btn-danger.disabled, .btn-danger[disabled] {
box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-success {
color: #ffffff;
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
background-color: #5bb75b;
background-image: linear-gradient(to bottom, #62c462, #51a351);
background-repeat: repeat-x;
border-color: #51a351 #51a351 #387038;
}
.btn-success:hover, .btn-success:active, .btn-success.active, .btn-success.disabled, .btn-success[disabled] {
box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-info {
color: #ffffff;
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
background-color: #df5c39;
background-image: linear-gradient(to bottom, #e06342, #dc512c);
background-repeat: repeat-x;
border-color: #dc512c #dc512c #a2371a;
}
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
background-image: none;
background-color: #df5c39;
}
.btn-link {
border-color: rgba(0, 0, 0, 0);
cursor: pointer;
color: #4ec2ce;
border-radius: 0;
}
.btn-link, .btn-link:active, .btn-link[disabled] {
background-color: rgba(0, 0, 0, 0);
background-image: none;
box-shadow: none;
}
.btn-inverse {
color: #ffffff;
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
background-color: #363636;
background-image: linear-gradient(to bottom, #444444, #222222);
background-repeat: repeat-x;
border-color: #222222 #222222 #000000;
}
.btn-inverse:hover, .btn-inverse:active, .btn-inverse.active, .btn-inverse.disabled, .btn-inverse[disabled] {
background-color: #222222;
background-image: linear-gradient(to bottom, #333333, #111111);
}
/* list group */
.list-group a {
border: 1px solid #DDDDDD;
color: #333;
padding: 8px 12px;
}
.list-group a.active, .list-group a.active:hover, .list-group a:hover {
color: #967447;
background: #fbfaf8;
border: 1px solid #DDDDDD;
text-shadow: none;
}
/* carousel */
.carousel-caption {
color: #FFFFFF;
text-shadow: 0 1px 0 #000000;
}
.carousel-control .icon-prev:before {
content: '\f053';
font-family: FontAwesome;
}
.carousel-control .icon-next:before {
content: '\f054';
font-family: FontAwesome;
}
/* product list */
.product-thumb {
border: 0px;
margin-bottom: 25px;
overflow: auto;
border-radius: 3px;
background: #fff;
}
.product-thumb .image {
text-align: center;
padding: 0px;
}
.product-thumb .image a {
display: block;
}
.product-thumb .image a:hover {
opacity: 1;
}
.product-thumb .image img {
margin-left: auto;
margin-right: auto;
border-radius: 6px;
}
.product-grid .product-thumb .image {
float: none;
}
@media (min-width: 824px) {
.product-list .product-thumb .image {
float: left;
padding: 0 25px 0 0;
}
#content .sub-category .col-xs-6:nth-child(6n+1) {
clear: both;
}
}
.product-thumb h4 {
font-weight: 400;
font-family: Fira Sans;
margin: 15px 0px 10px 0px;
}
.product-thumb .caption {
padding: 0px;
}
.product-list .product-thumb .caption {
margin-left: 230px;
}
@media (max-width: 1200px) {
.product-grid .product-thumb .caption {
padding: 0 0px;
}
}
@media (max-width: 420px) {
.text-slider {
line-height: 20px !important;
font-size: 18px !important;
}
}
@media (max-width: 823px) {
#logo img {
max-height: 240px !important;
}
.product-thumb .button-group button {
width: 100% !important;
font-size: 14px !important;
}
.product-list .product-thumb .caption {
min-height: 0;
margin-left: 0;
padding: 0 10px;
}
.product-grid .product-thumb .caption {
min-height: 0;
}
#megamenu-menu {
background-color: #4ec2ce !important;
border: 0px !important;
}
#megamenu-menu .nav > li > a {
text-shadow: none !important;
}
.contacts-top {
margin-top: 0px !important;
line-height: 26px !important;
color: #333 !important;
}
.contacts-top img {
max-width: 18px !important;
}
.ya-share2 {
margin-bottom: 30px;
}
.top-line {
background: transparent !important;
margin-bottom: 0px !important;
display: none;
}
}
.product-thumb .rating {
padding-bottom: 10px;
}
.rating .fa-stack {
font-size: 8px;
}
.rating .fa-star-o {
color: #999;
font-size: 16px;
}
.rating .fa-star {
color: #FC0;
font-size: 16px;
}
.rating .fa-star + .fa-star-o {
color: #E69500;
}
h2.price {
margin: 0;
}
.product-thumb .price {
color: #333;
font-size: 20px;
margin-bottom: 15px;
font-family: Fira Sans, sans-serif;
}
.product-thumb .price-new {
font-weight: 400;
color: #ff0000;
}
.product-thumb .price-old {
color: #999;
text-decoration: line-through;
margin-left: 2px;
}
.product-thumb .price-tax {
color: #999;
font-size: 12px;
display: block;
}
.product-thumb .button-group {
border-top: 0px solid #ddd;
background-color: #fff;
overflow: auto;
}
.product-list .product-thumb .button-group {
border-left: 0px solid #ddd;
}
@media (max-width: 823px) {
.product-list .product-thumb .button-group {
border-left: none;
}
}
.product-thumb .button-group button {
width: 80%;
border: none;
display: block;
float: none;
background-color: #4ec2ce;
color: #fff;
line-height: 38px;
font-weight: 400;
text-align: center;
border-radius: 5px;
margin: 0 auto 10px auto;
box-shadow: inset 0 2px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
font-size: 16px;
}
.product-thumb .button-group button + button {
width: 20%;
border-left: 1px solid #fff;
display: none;
}
.product-thumb .button-group button:last-child {
display: none;
}
.product-thumb .button-group button:hover {
color: #fff;
background-color: #eec288;
text-decoration: none;
cursor: pointer;
}
@media (max-width: 1200px) {
/*.product-thumb .button-group button, .product-thumb .button-group button + button {
width: 33.33%;
}*/
}
@media (max-width: 823px) {
/*.product-thumb .button-group button, .product-thumb .button-group button + button {
width: 33.33%;
}*/
}
.thumbnails {
overflow: auto;
clear: both;
list-style: none;
padding: 0;
margin: 0;
}
.thumbnails > li {
margin-left: 20px;
}
.thumbnails {
margin-left: -20px;
}
.thumbnails > img {
width: 100%;
}
.image-additional a {
margin-bottom: 20px;
padding: 5px;
display: block;
border: 0px solid #ddd;
}
.image-additional {
max-width: 78px;
}
.thumbnails .image-additional {
float: left;
margin-left: 20px;
}

@media (min-width: 1200px) {
#content .col-lg-2:nth-child(6n+1),
#content .col-lg-2:nth-child(6n+1),
#content .col-lg-3:nth-child(4n+1),
#content .col-lg-4:nth-child(3n+1),
#content .col-lg-6:nth-child(2n+1),
#content .related-block .col-md-3:nth-child(4n+1) {
clear: both;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
#content .col-md-2:nth-child(6n+1),
#content .col-md-2:nth-child(6n+1),
#content .col-md-3:nth-child(4n+1),
#content .col-md-4:nth-child(3n+1),
#content .col-md-6:nth-child(2n+1) {
clear: both;
}
}
@media (min-width: 824px) and (max-width: 991px) {
#content .col-sm-2:nth-child(6n+1),
#content .col-sm-2:nth-child(6n+1),
#content .col-sm-3:nth-child(4n+1),
#content .col-sm-4:nth-child(3n+1),
#content .col-sm-6:nth-child(2n+1) {
clear: both;
}
}
@media (max-width: 823px) {
#content .product-layout.col-xs-6:nth-child(2n+1) {
clear: both;
}
#content .related-block .col-xs-6:nth-child(2n+1) {
clear: both;
}
}

/* fixed colum left + content + right*/
@media (min-width: 824px) {
#column-left  .product-layout .col-md-3 {
width: 100%;
}

#column-left + #content .product-layout .col-md-3 {
width: 50%;
}

#column-left + #content + #column-right .product-layout .col-md-3 {
width: 100%;
}

#content + #column-right .product-layout .col-md-3 {
width: 100%;
}

.mobile-yo {
display: none !important;
}
}

/* fixed product layouts used in left and right columns */
#column-left .product-layout, #column-right .product-layout {
width: 100%;
}

/* fixed mobile cart quantity input */
.input-group .form-control[name^=quantity] {
min-width: 50px;
}

/* Missing focus and border color to overwrite bootstrap */
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
background-image: none;
background-color: #df5c39;
}

/* Custom */
.owl-wrapper-outer {
border: 0px solid #fff !important;
-webkit-border-radius: 7px !important;
-moz-border-radius: 7px !important;
-o-border-radius: 7px !important;
border-radius: 7px !important;
-webkit-box-shadow: none !important;
-moz-box-shadow: none !important;
-o-box-shadow: none !important;
box-shadow: none !important;
}

#slideshow0 .owl-pagination {
top: 10px;
}

#smca-modal-body {
border-radius: 4px;
overflow: hidden;
}

#compare-total {
display: none;
}

#megamenu-menu .nav > li > a {
text-transform: uppercase;
}

.top-line {
padding: 0px;
margin: 0 auto;
line-height: 0px;
background: #4ec2ce;
line-height: 0px;
width: 100%;
}

@media (min-width: 992px) {
#cart {
margin-top: 60px;
}
}

@media (min-width: 1200px) {
#megamenu-menu {
max-width: 1260px;
margin: 0 auto;
}
}

@media (min-width: 992px) and (max-width: 1199px) {
#megamenu-menu {
max-width: 970px;
margin: 0 auto;
}
}

@media (min-width: 824px) and (max-width: 991px) {
#megamenu-menu {
max-width: 750px;
margin: 0 auto;
}
}

#yo-1.panel {
border-color: #4ec2ce;
border-radius: 4px;
}

.yo-am li+li, .yo-am li li {
border-top: 1px solid #4ec2ce !important;
}

.yo-am .item-wrapper > div {
font-size: 16px;
}

#yo-1.panel-default>.panel-heading {
color: #fff;
background-color: #4ec2ce;
border-color: #4ec2ce;
text-transform: uppercase;
font-family: Fira Sans;
padding-left: 23px;
padding: 15px 15px;
box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
}

#yo-1 .panel-heading:after {
background-color: rgb(255, 255, 255);
-webkit-box-shadow: 0 2px transparent, 0 4px rgb(255, 255, 255), 0 6px transparent, 0 8px rgb(255, 255, 255);
-moz-box-shadow: 0 2px transparent, 0 4px rgba(0,0,0,.6), 0 6px transparent, 0 8px rgba(0,0,0,.6);
box-shadow: 0 2px transparent, 0 4px rgb(255, 255, 255), 0 6px transparent, 0 8px rgb(255, 255, 255);
}

#yo-2.panel {
border-color: #4ec2ce;
border-radius: 4px;
}

#yo-1 .panel-title {
font-family: Fira Sans;
font-size: 18px;
}

#yo-2 .panel-title {
font-family: Fira Sans;
font-size: 18px !important;
}

.yo-am li+li, .yo-am li li {
border-top: 1px solid #4ec2ce !important;
}

.yo-am .item-wrapper > div {
font-size: 16px;
}

#yo-2.panel-default>.panel-heading {
color: #fff;
background-color: #4ec2ce;
border-color: #4ec2ce;
text-transform: uppercase;
font-family: Fira Sans;
padding-left: 23px;
padding: 11px 15px;
}

#yo-2 .panel-heading:after {
background-color: rgb(255, 255, 255);
-webkit-box-shadow: 0 2px transparent, 0 4px rgb(255, 255, 255), 0 6px transparent, 0 8px rgb(255, 255, 255);
-moz-box-shadow: 0 2px transparent, 0 4px rgba(0,0,0,.6), 0 6px transparent, 0 8px rgba(0,0,0,.6);
box-shadow: 0 2px transparent, 0 4px rgb(255, 255, 255), 0 6px transparent, 0 8px rgb(255, 255, 255);
}

.btn-primary {
text-shadow: none !important;
background-color: #4ec2ce !important;
border-color: #4ec2ce !important;
background-image: none !important;
}

.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {
outline: none !important;
}

.nav-tabs>li {
font-size: 17px !important;
}

.product-thumb .caption p {
display: none;
}

.product-thumb .caption .price {
display: block;
}

.yo-am li a.item-current {
font-weight: 400 !important;
font-family: Fira Sans !important;
background-color: rgb(150 116 71 / 4%) !important
}

.yo-am li.active > .item-wrapper, .yo-am li .item-wrapper:hover {
font-weight: 400 !important;
font-family: Fira Sans !important;
background-color: rgb(150 116 71 / 4%) !important
}

.yo-am li.active > .item-wrapper, .yo-am li .item-wrapper:hover {
text-shadow: none !important;
}

.yo-am .item-wrapper {
font-family: Fira Sans !important;
}

.yo-am li a.item-current:hover,
.yo-am li.active > .item-wrapper:hover {
font-family: Fira Sans !important;
}

#input-captcha {
margin-bottom: 10px !important;
}

.related-products {
font-size: 30px !important;
margin-bottom: 20px !important;
text-align: center !important;
text-transform: uppercase;
margin-top: 30px;
}

.common-home #content .featured-products {
font-size: 32px !important;
margin-bottom: 20px !important;
text-align: center !important;
text-transform: uppercase;
}

.common-home .owl-carousel {
margin: 0 0 40px;
}

.product-thumb:hover {
border: 0px;
}

h4 a {
color: #333;
}

a:focus, a:hover {
color: #d0a673;
}

.thumbnail {
padding: 0px !important;
border: 0px solid #ddd !important;
}

.thumbnail>img {
border-radius: 6px;
}

#logo img {
max-height: 220px;
margin: 0 auto;
}

.breadcrumb a {
color: #555;
}

.breadcrumb a:hover {
color: #4ec2ce;
}

#megamenu-menu #category {
font-size: 18px !important;
font-weight: 400 !important;
line-height: 46px !important;
text-shadow: none !important;
text-transform: uppercase !important;
}

.wishlist-button {
margin-bottom: 20px;
}

#topcontrol {
bottom: 30px !important;
left: 30px !important;
width: 52px;
z-index: 99999;
}

.owl-carousel .owl-buttons div i {
font-size: 30px !important;
}

.owl-carousel .owl-buttons .owl-prev {
left: 20px !important;
top: 46% !important;
}

.owl-carousel .owl-buttons .owl-next {
right: 20px !important;
top: 46% !important;
}

.owl-controls .owl-page.active span {
background: rgb(85 208 220) !important;
}

#cart .btn-inverse {
background-color: #4ec2ce !important;
border-color: #4ec2ce !important;
background-image: none !important;
}

#cart .btn-inverse:hover {
background-color: #eec288 !important;
border-color: #eec288 !important;
}

.nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
background-color: transparent !important;
}

.product-list .product-thumb h4 {
margin: 0px 0px 15px 0px;
font-size: 24px;
}

.contacts-top {
font-size: 18px;
line-height: 28px;
padding-bottom: 0px;
margin-top: 15px;
text-align: center;
color: #333;
}

.contacts-top img {
border-radius: 4px;
margin-top: -4px;
}

.panel-heading:after {
width: 0.9em !important;
}

#megamenu-menu {
background-image: none !important;
}

#megamenu-menu .btn-navbar {
background-color: transparent !important;
background-image: none !important;
border-color: #ffffff !important;
border: 0px solid #fff !important;
box-shadow: none !important;
padding: 4px 18px !important;
}

.account-login h2 {
margin-top: 0px;
}

.account-login .well {
min-height: 320px;
}

footer li img {
border-radius: 4px;
margin-top: -4px;
max-width: 18px;
}

footer li{
line-height: 24px;
}

.rb-tr {
top: 5px !important;
right: 5px !important;
}

.product-page .rb-tr {
top: 10px !important;
right: 10px !important;
}

.product-thumb .hidden-xs,
.product-thumb .hidden-sm
.product-thumb .hidden-md {
display: inline !important;
}

@media (min-width: 992px) and (max-width: 1199px) {
.col-md-3 {

}
}

.form-control {
height: 37px;
}

.contacts-top a {
color: #333;
}

.contacts-top a:hover {
color: #333;
}

.text-slider {
position: absolute;
left: 0px;
bottom: 8%;
font-size: 28px;
color: #333;
padding: 18px 15px;
background-color: #fff;
border-radius: 0px 10px 10px 0px;
line-height: 30px;
opacity: 0.85;
width: 50%;
text-align: center;
font-family: Fira Sans;
text-transform: uppercase;
font-weight: 500;
}

.mfp-bg.mfp-ready {
background: #444 !important;
}

.fa-shopping-cart:before {
content: "\f291" !important;
}

.table-bordered>thead>tr>td, .table-bordered>thead>tr>th {
border-bottom-width: 1px;
}

.pull-left.soc-icons {
padding: 7.5px;
}

.pull-left.soc-icons img {
max-width: 25px;
border-radius: 3px;
}

.bepaid {
text-align: center;
display: block;
clear: both;
padding: 0px 20px 0px 20px;
}

.bepaid img {
max-width: 100%:
}

.well {
background-color: #f9f9f9;
}

.table.table-bordered thead {
background: #eee;
}

.nav-tabs>li>a {
font-family: Fira Sans;
}

.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
color: #333;
}

.icon-bar .fa {
padding: 12px !important;
font-size: 16px !important;
color: #ffffff !important;
background: #4ec2ce;
width: 40px;
text-align: center;
}

.icon-bar .fa:hover {
color: #ffffff;
}

.pull-left.icon-bar {
margin-right: 10px;
}

.mm-menu {
background: #f9f9f9 !important;
}

.mm-menu .mm-navbar a, .mm-menu .mm-navbar>* {
color: #333 !important;
font-family: Fira Sans;
font-size: 20px;
}

.mm-listview>li>a, .mm-listview>li>span {
font-size: 17px;
}

.mm-menu.mm-offcanvas.mm-opened {
box-shadow: 40px 0px 100px #fff;
}

.mm-listview>li>a, .mm-listview>li>span {
padding: 12px 10px 12px 20px !important;
}

#tmenu {
display: none;
}

#tmenu.mm-opened {
display: block;
}

a:focus {
text-decoration: none;
}

#testimonial .table>tbody>tr>td {
padding: 20px;
}

blockquote {
font-size: 16px;
}