body {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	color: #1D2A4E;
	font-size: 15px;
	line-height: 24px;
	width: 100%;
}
h1, h2, h3, h4, h5, h6 {
	color: #1D2A4E;
	line-height: normal;
}
/* default font size */
.fa {
	font-size: 14px;
}
/* Override the bootstrap defaults */
h1 {
	font-size: 30px;
}
h2 {
	font-size: 27px;
}
h3 {
	font-size: 20px;
}
h4 {
	font-size: 15px;
}
h5 {
	font-size: 12px;
}
h6 {
	font-size: 10.2px;
}
a {
	color: #0272E4;
}
a:hover, a:focus {
	text-decoration: none;
	color: #008CFF;
	outline: none;
}
legend {
	font-size: 18px;
	padding: 7px 0px
}
label {
	font-size: 12px;
	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: 15px;
}
.input-group input, .input-group select, .input-group .dropdown-menu, .input-group .popover {
	font-size: 12px;
}
.input-group .input-group-addon {
	font-size: 12px;
	height: 30px;
}
/* Fix some bootstrap issues */
span.hidden-xs, span.hidden-sm, span.hidden-md, span.hidden-lg {
	display: inline;
}

.nav-tabs {
	margin-bottom: 35px;
	margin-top: 25px;
}
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: #F90C55;
}
@media (min-width: 1400px){
	.container {
	    width: 1538px;
	}
	/*
	#featured .container {
		width: 1272px;
	}*/	
}
.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    padding-right: 15px;
    padding-left: 15px;
}
header {
	position: relative;
}
.form-control {
	height: 40px;
	border-color: #b8c0ca;
	box-shadow: none;
	-webkit-box-shadow: none;
}
.form-control:focus {
	border-color: #0272E4;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(2,114,228,0.2);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(2,114,228,0.2);	
}
.input-lg {
	height: 50px;
}
.form-group {
	margin-bottom: 20px;
}
.help-block {
	color: #b8c0ca;
}
.well {
	box-shadow: none;
    background-color: #eff3f9;
    border-color: #d6dae1;	
}
/* icon */
/* icon */
.icon {
  width: 24px;
  height: 24px;
  display: inline-block;
  vertical-align: middle;
  background-color: #0272E4;	
}
.icon-shopping-cart {
    -webkit-mask-image: url(../image/icons/icon-shopping-cart.svg);
    mask-image: url(../image/icons/icon-shopping-cart.svg);	
}
.icon-search {
    -webkit-mask-image: url(../image/icons/icon-search.svg);
    mask-image: url(../image/icons/icon-search.svg);	
}
.icon-phone {
    -webkit-mask-image: url(../image/icons/icon-phone.svg);
    mask-image: url(../image/icons/icon-phone.svg);	
}
.icon-truck {
    -webkit-mask-image: url(../image/icons/icon-truck.svg);
    mask-image: url(../image/icons/icon-truck.svg);	
}
.icon-credit-card {
    -webkit-mask-image: url(../image/icons/icon-credit-card.svg);
    mask-image: url(../image/icons/icon-credit-card.svg);	
}
.icon-return {
    -webkit-mask-image: url(../image/icons/icon-return.svg);
    mask-image: url(../image/icons/icon-return.svg);	
}
.icon-plus {
    -webkit-mask-image: url(../image/icons/icon-plus.svg);
    mask-image: url(../image/icons/icon-plus.svg);	
}
.icon-minus {
    -webkit-mask-image: url(../image/icons/icon-minus.svg);
    mask-image: url(../image/icons/icon-minus.svg);	
}
.icon-menu {
    -webkit-mask-image: url(../image/icons/icon-menu.svg);
    mask-image: url(../image/icons/icon-menu.svg);	
}
.icon-close {
    -webkit-mask-image: url(../image/icons/icon-close.svg);
    mask-image: url(../image/icons/icon-close.svg);	
}
.icon-arrow-left-circle {
    -webkit-mask-image: url(../image/icons/icon-arrow-left-circle.svg);
    mask-image: url(../image/icons/icon-arrow-left-circle.svg);	
}
.icon-arrow-right-circle {
    -webkit-mask-image: url(../image/icons/icon-arrow-right-circle.svg);
    mask-image: url(../image/icons/icon-arrow-right-circle.svg);	
}
.icon-user {
    -webkit-mask-image: url(../image/icons/icon-user.svg);
    mask-image: url(../image/icons/icon-user.svg);	
}
#account .icon, #address .icon {
	width: 60px;
    height: 60px;
}
.btn-outline-primary .icon-arrow-left-circle {
	background-color: #0272E4;
}
.btn-outline-primary:hover .icon-arrow-left-circle {
	background-color: #fff;
}
.btn-danger .icon-arrow-right-circle {
	background-color: #fff;
}
#top .icon-search {
	width: 15px;
	height: 15px;
	margin-right: 8px;
}
#top .icon-phone {
	width: 15px;
	height: 15px;
}
.cart-info .icon {
	width: 60px;
	height: 60px;
	background-color: #13a300;
}
/*
.icon {
	background: url(../image/sprite.png) 0 0 no-repeat;
	width: 32px;
	height: 32px;
	display: inline-block;
	float: left;
}
.icon.icon-search {
	background-position: -5px -4px;
    width: 24px;
    height: 24px;
}
.icon.icon-phone {
	background-position: -262px -4px;
    width: 16px;
    height: 24px;
}
.icon.icon-user {
	background-position: -299px -37px;
    width: 16px;
    height: 24px;
}
.icon.icon-shopping-cart {
    background-position: -131px -6px;
    width: 28px;
    height: 28px;	
}
.icon.icon-bars {
    background-position: -420px -7px;
    width: 27px;
    height: 19px;		
}*/

/* margin */
.bottom-28 {
	margin-bottom: 28px;
}
.bottom-85 {
	margin-bottom: 85px;
}

/* top */
#top {
	margin: 0 auto;
	padding-top: 6px;
	min-height: 40px;
	background: #fff;
	position: relative;
	font-size: 12px;
}
#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: #008CFF;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
}
#top .nav .open>a, #top .nav .open>a:focus, #top .nav .open>a:hover {
	background: #fff;
}
#top .btn-link, #top-links li, #top-links a {
	color: #6f859e;
	text-shadow: 0 1px 0 #FFF;
	text-decoration: none;
	/* text-transform: uppercase;*/
}
#top .btn-link:hover, #top-links a:hover {
	color: #f70c55;
	/*background-color: #fff;*/
}
#top-links .dropdown-menu a {
	text-shadow: none;
}
#top-links .dropdown-menu a:hover {
	/*color: #FFF;*/
}
#top .btn-link strong {
	font-size: 14px;
        line-height: 14px;
}
#top-links {
	padding-top: 0px;
}
#top-links .list-inline {
	margin-bottom: 8px;
}
/*#top-links a + a {
	margin-left: 15px;
}*/
#top-links li.register a {
    position: relative;
    margin-left: 15px;
}
#top-links li.register a:before {
    content: "/";
    position: absolute;
    left: -15px;
    color: #6F87A0;
}
#top-links .btn-login {
    color: #F90C55;
    background: none;
    padding: 0;
}
#top-links .btn-login:focus {
	outline: none;
}
#top .btn-search {
	padding: 0;
}
#top .btn-search:focus {
	outline: none;
}
#top input[name="search"] {
	height: 28px;
	color: #6F87A0;
	padding: 10;
	border: none;
    box-shadow: none;
    /*text-transform: uppercase;*/
}
#top .opening {
	font-family: 'Open Sans', sans-serif;
	/*text-transform: uppercase;*/
	color: #6F87A0;
}
#top .phone {
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 0.5px;
	color: #0272E4;
}
/* logo */
#logo-wrap {
	position: relative;
	margin-bottom: 40px;
}
#logo {
	
}
#logo a {
    display: block;
    width: 240px;
    height: 30px;
	padding-top: 1px;
    margin: 5px auto;
}
/* search */
#search {
	margin-bottom: 6px;
}
#search .input-lg {
	height: 40px;
	line-height: 20px;
	padding: 0 10px;
}
#search .btn-lg {
	font-size: 15px;
	line-height: 18px;
	padding: 10px 35px;
	text-shadow: 0 1px 0 #FFF;
}
#search input[name="search"] {
	border: none;	
	/*text-transform: uppercase;*/
}
/* cart */
#cart-wrap {
	margin-bottom: 10px;
    position: absolute;
    top: 52px;
    right: 8px;	
    z-index: 10;
}
#cart-wrap > a {
	/*text-transform: uppercase;*/
	color: #1F233E;
	font-weight: 500;
	font-size: 14px;
}
#cart-wrap > a:hover {
	color: #F90C55;
}
#cart > .btn {
	font-size: 14px;
	line-height: 18px;
	color: #6F87A0;
}
#cart.open > .btn {
	background-image: none;
	background-color: #FFFFFF;
	color: #1F233E;
}
#cart.open > .btn:hover {
	color: #444;
}
#cart .dropdown-menu {
	background: #eee;
	z-index: 1001;
}
#cart .dropdown-menu {
	min-width: 540px;
    background: #fff;
    border-radius: 0;
	-webkit-box-shadow: 0 1px 10px rgba(0,0,0,.175);
    box-shadow: 0 1px 10px rgba(0,0,0,.175);    
}
@media (max-width: 478px) {
	#cart .dropdown-menu {
		width: 100%;
		min-width: 320px;
	    overflow-y: auto;
	    max-height: 470px;
	    right: 0;
	    margin-right: -15px;
	    margin-top: 8px;		
	}
}
#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;
}
#cart .btn-cart {
	font-family: 'Open Sans', sans-serif;	
	padding: 0;
	text-decoration: none;
}
#cart-count {    
    font-size: 13px;    
    background: #F90C55;
    color: #FFFFFF;
    position: absolute;
    left: 16px;
    top: -6px;
    padding: 4px;
    line-height: 1;
    text-align: center;
    min-width: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px; 
}
#cart-total {
	font-family: 'Open Sans', sans-serif;
	font-weight: bold;
	color: #1F233E;
	margin-left: 16px;
	line-height: 20px;
}
#cart caption {
	font-family: 'Open Sans', sans-serif;
	color: #1F233E;
	font-size: 22px;
	font-weight: normal;
	text-transform: uppercase;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 26px;
}
#cart .btn-close {
position: absolute;
    right: 20px;
    top: 18px;
    background: transparent;
    border: none;
    opacity: 0.5;
    padding: 0;
    margin: 0;
}
/*#cart .btn-close:hover {
	opacity: 1;
}
#cart .icon.icon-close {
    width: 16px;
    height: 16px;
    background-position: -393px -200px;    
}*/
#cart table td a {
	color: #1F233E;
	font-size: 14px;
	font-weight: bold;
}
#cart table td a:hover {
	color: #F90C55;
}
#cart table tr td {
	vertical-align: middle;
}
#cart table tr td .fa {
	font-size: initial;
}
#cart table.table-product {
	border-bottom: 1px solid #ddd;
}
#cart table.table-product tr td:nth-last-child(3) {
	font-weight: normal;
    font-size: 14px;
}
#cart table.table-product tr td:nth-last-child(2) {
	font-weight: 600;
    font-size: 14px;
}
#cart table.table-total>tbody>tr>td {
	border: none;
}
#cart table.table-total>tbody>tr>td:first-child {
	text-transform: uppercase;
}
#cart table.table-total>tbody>tr:last-child>td {	
	font-weight: bold;
	font-size: 18px;
}

/* menu */
#menu {
    min-height: 40px;
    border: none;
    line-height: normal;
    margin-bottom: 4px;
}
#menu .navbar-collapse {
	text-align: center;
}
#menu .navbar-nav {
	float: none;
	display: inline-block;
}
#menu .nav > li > a {
	color: #1F233E;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0.5px;
	text-transform: uppercase;
	padding: 10px 7px;
	min-height: 15px;
	background-color: transparent;
	position: relative;
}
#menu .nav > li.dropdown:hover {
	z-index:1001;
}
#menu .nav > li > a > i {
	color: #4d4d4d;
	font-size: 12px;
	font-weight: 600;
}
/*#menu .nav > li.dropdown > a {
	padding-right: 35px;
}
#menu .nav > li.dropdown > a:after {
    content: "";
    position: absolute;
    width: 12px;
    height: 6px;
    background: url(../image/sprite.png) -10px -205px no-repeat;
    top: 18px;
    right: 18px;
}*/
#menu .nav > li > a:hover, #menu .nav > li.open > a, #menu .nav > li.active > a {
	color: #0272E4;    
}
#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: #1F233E;
	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: #008CFF;
	background-image: linear-gradient(to bottom, #23a1d1, #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: 15px;
	font-stretch: expanded;
	color: #FFF;
	padding: 2px 18px;
	float: right;
	background-color: #008CFF;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
	border-color: #008CFF #008CFF #0061CD;
}
#menu .btn-navbar:hover, #menu .btn-navbar:focus, #menu .btn-navbar:active, #menu .btn-navbar.disabled, #menu .btn-navbar[disabled] {
	color: #ffffff;
	background-color: #008CFF;
}
@media (min-width: 768px) {
	#menu .dropdown:hover .dropdown-menu {
		display: block;
	}
}
@media (max-width: 767px) {
	#menu {
		border-radius: 4px;
	}
	#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);
	}
	#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;
	}
}
/**/
#menu .nav p {
	margin: 0;
}
#menu .mega-dropdown {
   /*position: static !important;*/
}
#menu .dropdown-menu {
	background: #fff;
	border: none;
	border-radius: 2px;  
}
#menu .dropdown-menu .dropdown-menu {
	/*background: #ddd;*/
}
#menu .dropdown-menu {
    width: 230px;
    margin-top: -4px;
    padding: 5px 0;
    /*left: -webkit-calc(50% - 115px);
    left: -moz-calc(50% - 115px);	
    left: calc(50% - 115px);*/
	margin-left: -115px!important;
	left: 50%;
}
#menu .dropdown-menu > ul {
	display: table;
	text-align: left;
	margin: 0 0px;
}
#menu .dropdown-menu > ul li a {
    color: #1F233E;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.5px;
    /*text-transform: uppercase;*/
    padding: 5px 15px;    
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
	display: flex;	
    position: relative;
    justify-content: space-between;
    align-items: center;
}
/*#menu .nav .dropdown a.dropdown-toggle:after {
    content: "";
    position: absolute;
    width: 12px;
    height: 6px;
    background: url(../image/sprite.png) -10px -205px no-repeat;
    top: 18px;
    right: 18px;
}
#menu .dropdown-menu > ul li a.dropdown-toggle {
	padding-right: 20px;
}
#menu .nav .dropdown .dropdown a.dropdown-toggle:after {
	right: 5px;
	top: 12px;
}*/
#menu .dropdown-menu li > a:hover {
	background: transparent;
	color: #0272E4;	
}
#menu .dropdown-menu > ul li img {
    -webkit-transition: -webkit-transform .5s;
    transition: -webkit-transform .5s;
    transition: transform .5s;
    transition: transform .5s,-webkit-transform .5s;
}
#menu .dropdown-menu ul > li:hover > a img {
    -webkit-transform: translateY(-7px);
    transform: translateY(-7px);
}
#menu .dropdown .dropdown-menu {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;

    max-height: 0;
    display: block;
    overflow: hidden;
    opacity: 0;
    /*padding: 10px 5px 8px 5px;*/
    margin: 0;
    padding: 0;
}

#menu .dropdown:hover > .dropdown-menu {
    opacity: 1;
    overflow: visible;
}
#menu .dropdown > .dropdown-menu:hover > .dropdown-menu {
	opacity: 1;
}
#menu > .dropdown-menu {
	background: #ffffff;
}
#menu > .dropdown-menu > .dropdown-menu {
	background: #ffffff;
}
#menu .dropdown-menu > ul {
	width: 100%;
	padding: 10px 0;
	background: #ffffff;
	border: 1px solid #fff;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);	
}
#menu .mega-dropdown li {
	display: block;
	vertical-align: middle;	
	padding: 0;
}
#menu .mega-dropdown li:hover {
	background: #ffffff;
}

#menu .dropdown:hover > .dropdown-menu .dropdown-menu {
	left: 100%;
	top: 0;
}

#menu .dropdown-menu>.arrow, 
#menu .dropdown-menu>.arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}
#menu .dropdown-menu>.arrow {
    border-width: 11px;
}

#menu .dropdown-menu>.arrow {
    top: -10px;
    left: 50%;
    margin-left: -10px;
    border-top-width: 0;
    border-bottom-color: #bac2cc;
    border-bottom-color: rgba(0,0,0,.25);
}


#menu .dropdown-menu>.arrow:after {
    content: "";
    border-width: 10px;
}
#menu .dropdown-menu>.arrow:after {
    top: 1px;
    margin-left: -10px;
    content: " ";
    border-top-width: 0;
    border-bottom-color: #fff;
}



/* content */
#content {
	min-height: 600px;
}
#custom_banner {
	margin-bottom: 5px;
}
#custom_banner .banner {
	/*margin: 0;*/
}
h3.heading,
#featured h3,
#carousel h3, 
#instagram h3, 
#blog_latest h3
{
	font-size: 30px;
	font-weight: 700;
	color: #1F233E;	
	/*text-transform: uppercase;*/
	text-align: center;
	margin-top: 38px;
	margin-bottom: 34px;
	text-decoration: underline;
/*text-decoration-color: #0272E4;*/
}
#featured .col-md-4 {
	padding-left: 10px;
	padding-right: 10px;
}
#featured, #carousel {
	margin-bottom: 85px;
}
#featured {
	margin-bottom: 0;
}
#blog_latest h3 {
	margin-top: 36px;
}
#instagram {
	margin-bottom: 65px;
}
#instagram .thumbnail {
    border: none;
    padding: 0;	
}
/* footer */
footer {
	margin-top: 100px;
	padding-top: 98px;
	background-color: #1D2A4E;
	color: #fff;
}
footer a {
	color: #e0f4fe;
}
footer a:hover {
	color: #71d1ff;
}
footer h5 {
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	font-weight: 500;
	color: #fff;
	/*text-transform: uppercase;*/
	letter-spacing: 1px;
	margin-bottom: 20px;
}
footer img.footer-logo {
	margin-top: -17px;
	margin-bottom: 20px;
}
footer ul {
	margin-bottom: 30px;
}
footer ul li a {
	color: #fff;
	font-size: 12px;
	/*text-transform: uppercase;*/
	line-height: 25px;
	letter-spacing: 0.5px;
}
footer .copyright {
	border-top: 1px solid #1a2642;
}
footer .copyright, footer .copyright a {
	font-weight: 400;
	color: #2a4477;
	/*text-transform: uppercase;*/
}
footer .copyright-content {
	float: left;
	padding: 25px 0;
}
footer .copyright-content p {
	margin: 0;
}
footer .payment {
	float: right;
	padding: 25px 0;
}
/* alert */
.alert {
	padding: 8px 14px 8px 14px;
}
/* breadcrumb */
.breadcrumb {
	margin: 0 0 20px 0;
	padding: 3px 0;
	background-color: #fff;
	/*text-transform: uppercase; */
	/*border-bottom: 1px solid #e6e6e6;*/
}
.breadcrumb li {
	font-size: 12px;
}
.breadcrumb a {
	font-size: 12px;
	color: #bac2cc;
}
.breadcrumb>li+li:before {
    padding: 0 5px;
    color: #e8e8e8;
    /*content: "\f105";*/
    content: "/\00a0";
    font-family: FontAwesome;
    font-size: 15px;
}
.pagination {
	margin: 0;
}
.pagination>li>a, .pagination>li>span {
	color: #1F233E;
	padding: 9px 15px;
	min-width: 40px;
	margin-right: 10px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {	
	background-color: #13A500;
    border-color: #13A500;	
}
.pagination>li>a:focus, .pagination>li>a:hover, .pagination>li>span:focus, .pagination>li>span:hover {
	color: #fff;
	background-color: #85a0ba;
    border-color: #85a0ba;		
}
.pagination>li:first-child>a, 
.pagination>li:first-child>span,
.pagination>li:last-child>a, 
.pagination>li:last-child>span {
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
/* buttons */
.buttons {
	margin: 1em 0;
}
.btn {
	padding: 12px 16px;
	font-size: 13px;
	font-weight: 600;
	/*text-transform: uppercase;*/
	letter-spacing: 0.5px;
	/*border: 1px solid #cccccc;*/
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 5px;
}
.btn-xs {
	font-size: 9px;
}
.btn-sm {
	font-size: 10.2px;
}
.btn-lg {
	padding: 12px 16px;
	font-size: 16px;
}
.btn-group > .btn, .btn-group > .dropdown-menu, .btn-group > .popover {
	font-size: 12px;
}
.btn-group > .btn-xs {
	font-size: 9px;
}
.btn-group > .btn-sm {
	font-size: 10.2px;
}
.btn-group > .btn-lg {
	font-size: 15px;
}
.btn-default {
	color: #0272E4;
	background-color: #ffffff;
}
.btn-primary {
	color: #ffffff;
	background-color: #0272E4;	
	border-color: #0272E4;
	box-shadow: none;
}
.btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled],
.btn-primary.focus, .btn-primary:focus {
	background-color: #0272E4;
	border-color: #0272E4;
	background-position: 0 -15px;
}
.btn-outline-primary {
    color: #0272E4;
    background-image: none;
    background-color: transparent;
    border-color: #0272E4;
}
.btn-outline-primary:hover {
    color: #fff;
    background-color: #0272E4;
    border-color: #0272E4;
}
.btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary:active.focus, .btn-primary:active:focus, .btn-primary:active:hover, .open>.dropdown-toggle.btn-primary.focus, .open>.dropdown-toggle.btn-primary:focus, .open>.dropdown-toggle.btn-primary:hover {
	background-color: #0272E4;
    border-color: #0272E4;	
}
.btn-primary.disabled, .btn-primary.disabled.active, .btn-primary.disabled.focus, .btn-primary.disabled:active, .btn-primary.disabled:focus, .btn-primary.disabled:hover, .btn-primary[disabled], .btn-primary[disabled].active, .btn-primary[disabled].focus, .btn-primary[disabled]:active, .btn-primary[disabled]:focus, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary, fieldset[disabled] .btn-primary.active, fieldset[disabled] .btn-primary.focus, fieldset[disabled] .btn-primary:active, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary:hover {
	background-color: #0272E4;
    border-color: #0272E4;		
}
.btn-warning {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #ff9a1e;
	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;
	background-color: #0272E4;
}
.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);
	background-color: #008CFF;
	color: #ffffff;	
}
.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: #008CFF;
	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, #1F233E1F233E, #111111);
}
/* list group */
.list-group a {
	border: 1px solid #D8DCE3;
	color: #6F87A0;
	padding: 8px 12px;
}
.list-group a.active, .list-group a.active:hover, .list-group a:hover {
	color: #6f859e;
	background: #eeeeee;
	border: 1px solid #D8DCE3;
	text-shadow: 0 1px 0 #FFF;
}
/* 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 {
	margin-bottom: 20px;
	overflow: auto;
	text-align: center;
}
.product-thumb .image {
	text-align: center;
}
.product-thumb .image a {
	display: block;
}
.product-thumb .image a:hover {
	opacity: 0.8;
}
.product-thumb .image img {
	margin-left: auto;
	margin-right: auto;
}
.product-grid .product-thumb .image {
	float: none;
}
.product-grid.col-md-4 {
	padding-left: 10px;
	padding-right: 10px;
}
@media (min-width: 767px) {
.product-list .product-thumb .image {
	float: left;
	padding: 0 15px;
}
}
.product-thumb h4 {
	font-weight: 500;
    /*text-transform: uppercase;*/
    font-size: 14px;
    line-height: 20px;
    margin-top: 5px;
	margin-bottom: 8px;
}
.product-thumb h4 a {
	color: #1F233E;
}
.product-thumb .caption {
	/*padding: 0 60px;*/
	padding: 0 10px;
	min-height: 100px;
}
.product-list .product-thumb .caption {
	margin-left: 230px;
}
@media (max-width: 1200px) {
.product-grid .product-thumb .caption {
	min-height: 120px;
	padding: 0 2px;
}
}
@media (max-width: 767px) {
.product-list .product-thumb .caption {
	min-height: 0;
	margin-left: 0;
	padding: 0 10px;
}
.product-grid .product-thumb .caption {
	min-height: 120px;
}
}
.product-thumb .rating {
	padding-bottom: 10px;
}
.rating .fa-stack {
	font-size: 8px;
}
.rating .fa-star-o {
	color: #F90C55;
	font-size: 15px;
}
.rating .fa-star {
	color: #f70c55;
	font-size: 15px;
}
.rating .fa-star + .fa-star-o {
	color: #f70c55;
}
h2.price {
	margin: 0;
}
.product-thumb .price {
    color: #1F233E;
    font-weight: 700;
    font-size: 20px;    
}
.product-thumb .price-new {
	font-weight: 700;
	color: #F90C55;
}
.product-thumb .price-old {
	color: #1f233e;
	font-size: 16px;
	text-decoration: line-through;
	margin-left: 4px;
	text-decoration-color: #f70c55;
    text-decoration-thickness: 2px;
}
.product-thumb .price-tax {
	color: #6F87A0;
	font-size: 12px;
	display: block;
}
.product-thumb .button-group {
	border-top: 1px solid #D8DCE3;
	background-color: #eee;
	overflow: auto;
}
.product-list .product-thumb .button-group {
	border-left: 1px solid #D8DCE3;
}
@media (max-width: 768px) {
	.product-list .product-thumb .button-group {
		border-left: none;
	}
}
.product-thumb .button-group button {
	width: 60%;
	border: none;
	display: inline-block;
	float: left;
	background-color: #eee;
	color: #6F87A0;
	line-height: 38px;
	font-weight: bold;
	text-align: center;
	/*text-transform: uppercase;*/
}
.product-thumb .button-group button + button {
	width: 20%;
	border-left: 1px solid #D8DCE3;
}
.product-thumb .button-group button:hover {
	color: #6F87A0;
	background-color: #D8DCE3;
	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: 767px) {
	.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: 1px 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) {
		clear:left;
	}
}
@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:left;
	}
}
@media (min-width: 768px) 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:left;
	}
}

/* fixed colum left + content + right*/
@media (min-width: 768px) {
    #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%;
    }
}

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

/* +++++ Blog +++++ */
/* Latest News */
#blog_latest .entry-title {	
	font-size: 15px;
	font-weight: bold;
	/*text-transform: uppercase;*/
	text-align: center;
	margin-top: 24px;
}
#blog_latest .entry-title a {
	color: #1a1a1a;
}
#blog_latest .entry-content {
	color: #6F87A0;
	font-size: 14px;
	text-align: center;	
	margin-bottom: 10px;
}
#blog_latest .read-more {
	color: #0272E4;
	font-size: 14px;
	font-weight: 600;
	/*text-transform: uppercase;*/
	text-align: center;
	display: block;
	margin-top: 15px;
}
#blog_latest .entry-title a:hover {
	color: #F90C55;
}
#blog_latest .read-more:hover {
	color: #F90C55;
	text-decoration: underline;
}
#blog_latest .article-thumbnail {
	position: relative;
}
#blog_latest .article-thumbnail .article-date {
	position: absolute;
	left: 5px;
	bottom: 5px;
	font-size: 14px;
	font-weight: 600;
	color: #fff;
	padding: 6px 12px;
	background: rgba(19, 163, 0, 0.87);
}
#blog_latest {
	margin-bottom: 22px;
}
#blog_latest article {
	margin-bottom: 25px;
}
#carousel .owl-wrapper-outer {
	box-shadow: none;
}

@media (max-width: 767px) {
	.owl-carousel .owl-buttons div {
	    opacity: 0.7!important;
	}	
}

/* Newsletter */
#newsletter {
    text-align: center;
    color: #1F233E;
    margin-bottom: 45px;
}
#newsletter h3 {
	font-family: 'PT Sans', sans-serif;
	font-size: 24px;
	font-weight: bold;
	text-transform: uppercase;	
	margin-bottom: 14px;
}
#newsletter .newsletter-description {
	font-size: 17px;
	font-weight: 600;
	text-transform: uppercase;
	margin-bottom: 46px;
}
#newsletter .newsletter-info {
	font-size: 14px;
	color: #ccc;
}
#newsletter .input-group {
	border: 1px solid #D8DCE3;
	padding: 3px;
}
#newsletter .input-group #email {
    font-size: 14px;
    color: #bac2cc;
    border: none;
    box-shadow: none;
    height: 48px;
    /*width: 320px;*/
}
#newsletter .btn-primary {	
	text-transform: uppercase;
	border-radius: 0;
	font-size: 14px;
	padding: 13px 25px;
}
#newsletter form {
	margin-bottom: 36px;
}    

.banner {
	/*display: block;
    margin-bottom: 10px;*/
}
/* Mobile */
/*@media (max-width: 478px) {*/
@media (max-width: 767px) {	
	#top {
		padding-top: 0;
		min-height: 60px;
		border-bottom: 1px solid #ececec;
		margin-bottom: 12px;	
	    position: fixed;
	    width: 100%;
	    z-index: 999;
	    top: 0;			
	}
	#top .container {
		padding: 0;
	}
	#top .container > .row {	
		margin-left: 0;
		margin-right: 0;
	}
	#top .btn-menu {
	    border: none;
	    box-shadow: none;
	    padding: 20px 15px;
	    position: absolute;	
	    background: transparent;	
	    outline: none;
	}
	#top-links {
		display: none;
	    /*padding-top: 17px;
	    display: block;
	    text-align: center;
	    float: none!important;*/
	}
	#cart-wrap {
	    position: initial;
	    float: right;
	    margin-top: 16px;
	    margin-bottom: 0;
    }
    #cart-total {
    	display: none;
    }
	#logo a {
		width: 144px;
		height: 25px;
		margin-top: 14px;
	}
	#logo-wrap {
		margin-top: 32px;
	}
}

/* Product */
#product-container {
	position: relative;
	background-color: #fff;
	margin-bottom: 30px;
	top: -25px;
}
#product-carousel {
	margin-bottom: 0;
	height: 550px;
}
#product-carousel .owl-item img {
  display: block;
  width: 100%;
  height: 100%;  
}
#product-carousel .owl-wrapper-outer, 
#product-carousel .owl-wrapper, 
#product-carousel .owl-item {
  height: 100%;
}
#product-carousel .carousel-image {
  width: 100%;
  height: 100%;
  background-position: left center;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;  
}
.owl-carousel .owl-wrapper-outer {
	box-shadow: none;
	border: none;
	border-radius: 0;	
}
#product-detail {
	text-align: center;
	position: absolute;
    top: 50%;
    right: 10%;    
    z-index: 9;    
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
#product {
	text-align: left;
}
#product .text-danger {
	text-align: center;
}
#product .product-option.required.has-error {
    border-color: #a94442;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);	
}
#product .form-group {
	margin-bottom: 0;
}
.panel.panel-product {
   	background: rgba(34, 54, 73, 0.85);
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    width: 430px;    
    max-height: 500px;
    margin-bottom: 0;
    overflow-y: overlay;
}
.panel-product .panel-heading {
	padding: 35px 25px 5px;
}
    
.panel.panel-product h1 {
	font-size: 22px;
	font-weight: 500;
	/*text-transform: uppercase;*/
	line-height: 26px;
	color: #fff;
}
.panel.panel-product .panel-body,
.panel.panel-product .panel-footer {
	margin: 0 auto;
}
.panel.panel-product .panel-body {
	padding-left: 70px;
	padding-right: 70px;
	padding-top: 0px;
	padding-bottom: 0px;
}
.panel.panel-product h2 {
	color: #fff;
	font-size: 30px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 20px;
}
.panel.panel-product h2 .price-old {
	color: #D8DCE3;
    text-decoration: line-through;
    margin-left: 10px;
    font-weight: 600;	
}
.panel.panel-product .product-option-wrap,
.panel.panel-product .product-qty-wrap {
    text-transform: uppercase;
    text-align: left;
    position: relative;
	width: 100%;
	margin-bottom: 1px;
    float: left;    
}
.panel.panel-product .product-option-wrap.inline {
	width: 65%;
	float: left;
}
.panel.panel-product .product-option,
.panel.panel-product .product-qty {
    border: 1px solid #ffffff;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 0px;	
	margin: 0;
}
.panel.panel-product .product-option label {
	font-size: 10px;
	color: #bac2cc;
	padding-left: 10px;
}
.panel.panel-product .product-option label:before {
	content: none;
}
.panel.panel-product .product-option select,
.panel.panel-product .product-qty input {
	font-size: 16px;
	font-weight: 600;
	background: transparent;
    border: none;
    color: #fff;
    box-shadow: none;
    padding-top: 0;
    padding-bottom: 3px;
    height: 25px;    
    cursor: pointer;
	-ms-appearance: none;
	appearance: none!important;
	-webkit-appearance: none;	
}
.panel.panel-product .product-option:after {
	display: inline-block;
    content: '\f0dc';
    font-family: 'FontAwesome';
    position: absolute;
    font-size: 15px;
    color: #CDCDCD;
    pointer-events: none;
    right: 10px;
    top: 30px;	
}
.panel.panel-product .product-option select option {
    background: rgba(255, 255, 0, 0.02);
    color: #000;
    line-height: 20px;
}
.panel.panel-product .product-qty-wrap.inline {	
	width: 35%;
	float: right;
}
.panel.panel-product .product-qty {
	margin: 0;	
}
.panel.panel-product .product-qty-wrap.inline .product-qty {
	margin-left: 10px;	
}
.panel.panel-product .product-qty label {
	font-size: 10px;
	color: #bac2cc;
	padding-left: 10px;
}
#product .btn-lg {
	font-size: 18px;
    font-weight: normal;
   /* text-transform: uppercase;*/
    padding: 18px 16px;
    max-height: 65px;
	/*max-width: 400px;*/
}
#button-cart {
	font-size: 16px;
	font-weight: 600;
	/*text-transform: uppercase;*/
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 5px;	
	padding-top: 18px;
	padding-bottom: 18px;
	background-color: #0272E4;
	border: none;
}
#button-cart:hover {
	background-color: #008CFF;
}
.panel.panel-product .panel-footer {
	background: transparent;
	font-size: 12px;
	text-transform: uppercase;
	border: none;
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 10px;
}

#product-info .thumbnail {
	border: none;
}
#product-info h3.heading {
	font-size: 28px;
    font-family: 'Open Sans', sans-serif;    
    font-weight: 500;
    line-height: 34px;
   /* text-transform: uppercase;*/
    text-align: left;
    margin-bottom: 18px;
}
#product-info .model, 
#product-info .rating,
#product-info .share {
	display: inline-block;
	position: relative;
}
#product-info .model {
    font-size: 14px;
    font-weight: 600;
    color: #6F87A0;
}
#product-info .model,
#product-info .rating {
    padding-right: 20px;
    margin-right: 16px;
}
#product-info .model:after,
#product-info .rating:after {
	content: "";
    position: absolute;
    width: 2px;
    height: 13px;
    background-color: #f3f3f3;
    right: 0;
    top: 4px;
}
#product-info .share {
	margin-bottom: 10px;
	margin-left: -10px;
}
#product-info .share a {
	color: #ccc;
	padding: 10px;
}
#product-info .share a:hover {
	color: #6F87A0;
}
#product-info .rating a {
	color: #6F87A0;
}
#product-info .rating a:hover {
	color: #F90C55;
}
#product-info .nav-tabs {
	margin-top: 34px;
}
.nav-tabs>li>a {
	color: #bac2cc;
    margin-right: 2px;
    line-height: 1.42857143;    
    border: none;
    border-radius: 0;
    /*text-transform: uppercase;*/
}
.nav-tabs>li.active>a, 
.nav-tabs>li.active>a:focus, 
.nav-tabs>li.active>a:hover {
	color: #6F87A0;
    cursor: default;
    background-color: #fff;    
    border: none;
    border-bottom: 4px solid #13a300;    
}
.nav-tabs>li>a:hover {
    border: none;
    border-bottom: 4px solid #13a300;
    background-color: #fff;
    color: #13a300;
}
.product-badge {
	width: 80px;
	height: 80px;
	display: inline-block;	
}

.hint-container {
	display: table;
    text-align: center;
    width: 100%;	
}
.hint {
    display: table-cell;
    color: #fff;	
    opacity: 0.80;
    cursor: pointer;
}
.hint img {
	width: 40px;	
}
.hint p {
	margin: 0;
	line-height: 20px;
}
.hint:hover {
	opacity: 1;
}
#product-sizechart {
	margin-top: 65px;
}
#product_banner {
	height: 550px;
}
#product_banner, #viewed {
	margin-bottom: 65px;
	margin-top: 75px;
}
/* Popover */
.popover {
    /*border: 2px dotted red;*/
    /*border: none;*/
    border-radius: 0;
    /*background-color: #1F233E;*/    
}

/* Popover Header */
.popover-title {
    background-color: #73AD21; 
    color: #FFFFFF; 
    font-size: 28px;
    text-align:center;
}

/* Popover Body */
.popover-content {
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
   /* background-color: #fff;
    color: #FFFFFF;*/
    /*padding: 15px;*/
}

/* Popover Arrow */
.popover.bottom>.arrow:after {
	/*border-bottom-color: #1F233E;*/
}

#product_information {
	text-align: center;
	margin-top: 10px;
	margin-bottom: 125px;
}
#product_information h3.heading {
	font-family: 'Open Sans', sans-serif;
	font-size: 32px;
	font-weight: 700;
	text-align: center;
	margin-bottom: 35px;
}

/* Category */
.sort-wrap {
	
}
.sort-wrap h2 {
	margin: 0;
}
.sort-wrap label {
	font-size: 11px;
	color: #bac2cc;
	text-transform: uppercase;
}
.sort-wrap select {	
    color: #4d4d4d;
    border: none;
    font-size: 11px;
    text-transform: uppercase;
    cursor: pointer;
    padding: 0 15px;
    box-shadow: none;    
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;    
}
.sort-wrap .sort, .sort-wrap .limit {
	position: relative;		
}
.sort-wrap .sort select {
	max-width: 182px;
}

.sort-wrap .sort:after,
.sort-wrap .limit:after {
	content: "\f0d7";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;
    text-decoration: inherit;
    color: #4d4d4d;
    font-size: 14px;
    padding-left: .5em;
    position: absolute;
    top: 0px;
    right: 5px;
    z-index: 0;
}
.limit, .sort {
	float: right;
}

/* Carousel */
#subcats .owl-wrapper-outer {
    border: 0;
    border-radius: 0;
    box-shadow: none;
}
#subcats .item a {
	color: #6F87A0;
	font-size: 12px;
	text-transform: uppercase;
}
#subcats .item img {
	margin: 0 auto;
}
.sorting {
	margin-bottom: 10px;
}
.sorting .input-group-addon {
	background: transparent;
    border: none;
    color: #0272E4;
    font-size: 11px;
    /*text-transform: uppercase;*/
    padding: 0;
    height: 21px;
}
.sorting .form-control {
	border: none;
    box-shadow: none;
    /*text-transform: uppercase;*/
    color: #6f859e;
    font-size: 11px;
    padding: 0;
    margin: 0px 10px;
    height: 21px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;    
}
.sorting .select-box {
	position: relative;
}
.sorting .select-box:after {
    content: "\f0d7";
    font-family: FontAwesome;
    color: #4d4d4d;
    font-size: 12px;
    padding-left: .5em;
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: 9;
}
.category-banner {
	margin-top: -21px;
	margin-bottom: 15px;
}
nav.side-menu {
	margin-top: 30px;
}
nav.side-menu ul {
	list-style-type: none;
}
nav.side-menu ul li a {
	font-family: 'Open Sans', sans-serif;
	/*text-transform: uppercase;*/
	color: #1F233E;
}
nav.side-menu > ul {
	padding-left: 36px;
	margin-bottom: 25px;
}
nav.side-menu > ul > li > a {
	font-size: 14px;
	font-weight: 700;
	/*letter-spacing: 1px;*/
	text-decoration: none;
}

nav.side-menu > ul > li > ul {
	padding-left: 8px;
	padding-top: 8px;
}
nav.side-menu > ul > li > ul > li > a {
	font-size: 13px;
	letter-spacing: 1px;
	line-height: 26px;
}
nav.side-menu ul li.active > a,
nav.side-menu ul > li > a:hover {
	color: #F90C55;
}

/* Checkout Cart Page */
#checkout-cart h1 {
	color: #1F233E;
	font-size: 24px;
	font-weight: 600;
	/*text-transform: uppercase;*/
	margin-top: 20px;
	margin-bottom: 40px;
}
#checkout-cart table>thead {
	background-color: #f2f6fc;
	/*text-transform: uppercase;*/
	color: #6f859e;
}
#checkout-cart table>tbody>tr>td {
	vertical-align: middle;
	border-color: #D8DCE3;
}
#checkout-cart table .img-thumbnail {
	border: none;
}
#checkout-cart .table-cart {
	color: #1F233E;
	font-size: 13px;
	border: 1px solid #d6dae1;
}
#checkout-cart .table-cart a {
	color: #1F233E;
	font-size: 13px;
	font-weight: 600;
}
#checkout-cart .table-cart a:hover {
	color: #0272E4;
}
#checkout-cart .panel-default>.panel-heading {
	padding: 20px 20px 20px 168px;
	background: #D8DCE3;
	border-color: #eff3f9;
}
#checkout-cart .panel-title {
	font-size: 14px;
	font-weight: bold;
	/*text-transform: uppercase;*/
}
#checkout-cart .panel-title i {
	float: right;
	font-size: 18px;
}
#checkout-cart a[href="#collapse-shipping"] {
	position: relative;
	display: block;
}
#checkout-cart a[href="#collapse-shipping"]:before {
	content: "";
    background: url(../image/sprite.png) -523px -154px no-repeat;
    width: 50px;
    height: 30px;
    display: block;
    position: absolute;
    left: -120px;
    top: -6px;
}
#checkout-cart table>thead>tr>td {
	padding: 18px 8px;
}
#checkout-cart .table-total>tbody>tr>td {
	border: none;	
}
#checkout-cart .table-total>tbody>tr>td:first-child {
	font-size: 14px;
	/*text-transform: uppercase;*/
}
#checkout-cart .table-total>tbody>tr>td:last-child {
	font-size: 18px;
	white-space: pre;
}
#checkout-cart .table-total>tbody>tr:last-child>td:first-child {
	font-size: 18px;
	font-weight: bold;
}
#checkout-cart .table-total>tbody>tr:last-child>td:last-child {
	font-size: 22px;
	font-weight: bold;
}
.checkout-cart input[name="city"] {
    background: #fff url(../image/icon-sort.png) right center no-repeat;      
}
.checkout-cart input[name="city"].autocomplete-loading,
.checkout-checkout input[name="city"].autocomplete-loading {
	background: #fff url(../image/loading.gif) 99.5% center no-repeat;
}
#checkout-cart input[type="text"].form-control,
#checkout-cart select.form-control {
	font-size: 14px;  
}
#checkout-cart .form-horizontal .control-label {
    color: #1F233E;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    padding-top: 14px;
}
#button-quote {
	background: #4d4d4d;
	border-color: #4d4d4d;
	color: #fff;
	font-size: 16px;
}
#button-quote:hover { 
	background: #000;
	border-color: #000;
}
.form-group-city {
	padding-top: 85px;
	padding-bottom: 85px;
}
.form-city label {
	color: #1F233E;
	font-size: 16px;
	font-weight: 600;
	text-transform: uppercase;
}
.form-city input[name="city"] {
	color: #0272E4;
	font-size: 21px;
	font-weight: 600;
	/*text-transform: uppercase;*/
	border: none;
	background: #fff url(../image/icon-caret-down.png) 99.5% center no-repeat;
	box-shadow: none;
}
.form-city input[name="city"]:focus {
	box-shadow: none;
}
.form-inline.form-city {
    padding-top: 6px;
    padding-bottom: 35px;
}

.checkout-cart .help {
	text-align: center;
	margin-bottom: 65px;
}
.checkout-cart .help h4 {
	font-size: 22px;
	font-weight: 600;
	color: #1F233E;
	line-height: 40px;
	/*text-transform: uppercase;*/
	margin-bottom: 18px;
}
.checkout-cart .help a {
	color: #0272E4;
	font-size: 26px;
	font-weight: 600;
}
.checkout-cart .help a:hover {
	color: #F90C55;
}
.checkout-cart .buttons {
    border-top: 1px solid #D8DCE3;
    padding-top: 15px;
    margin-bottom: 60px;
}
#checkout-cart input[name="quantity"].form-control {
	text-align: center;
	font-size: 16px;
}
.checkout-cart .btn-minus {
	background: url(../image/icon-minus.png) center center no-repeat;
	text-indent: -9999px;
	box-shadow: none;
	height: 40px;
	opacity: 0.8;
}
.checkout-cart .btn-plus {
	background: url(../image/icon-plus.png) center center no-repeat;
	text-indent: -9999px;
	box-shadow: none;
	height: 40px;
	opacity: 0.8;
}
.checkout-cart .btn-del {
	background: url(../image/icon-del.png) center center no-repeat;
	text-indent: -9999px;
	box-shadow: none;
	height: 40px;
	opacity: 0.8;
}
.checkout-cart .btn-minus:hover,  
.checkout-cart .btn-plus:hover,
.checkout-cart .btn-del:hover {
	opacity: 1;
}

/* Step 2 */
/*.checkout-checkout fieldset#shipping-method,
.checkout-checkout fieldset#shipping-method {*/
.checkout-checkout fieldset {	
	padding-bottom: 20px;
    border-bottom: 1px solid #eff3f9;
    margin-bottom: 50px;
    position: relative;
}
.checkout-checkout fieldset legend {
	color: #1F233E;
	font-size: 18px;
	font-weight: 600;
	/*text-transform: uppercase;*/
	border: none;
}
.checkout-checkout fieldset label {
	color: #1f233e;
	font-size: 13px;
	font-weight: 500;
	/*text-transform: uppercase;*/
}
.checkout-checkout input[name="telephone"] {
	font-size: 19px;
}
.checkout-checkout #account_register fieldset label {
	color: #6f859e;
}

.checkout-checkout .account-info img,
.checkout-checkout .address-info img {
	margin: 0 auto;
}
.checkout-checkout .account-info h3 {
	font-size: 16px;
	font-weight: bold;
}
.checkout-checkout .account-info p {
	font-size: 16px;
}

.cart-widget {
	position: relative;
}
.loading {
    background: url(../image/ring-alt.svg) no-repeat center center;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 10001;
    top: 0;
    left: 0;
}
.cart-widget .loading + table {
	opacity: 0.5;
}

/* Modal */
.modal {
  text-align: center;
  padding: 0!important;
}
.modal:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -4px;
}

.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}
#modalAddCart {
	color: #1F233E;
	font-size: 14px;
}
#modalAddCart .modal-header {
	border: none;
	padding-bottom: 0;
}
#modalAddCart .modal-title {
	font-size: 22px;
	font-weight: bold;
	text-transform: uppercase;
	color: #1F233E;
	text-align: center;
	padding-top: 30px;
}
#modalAddCart .modal-body-title {
	font-size: 14px;
	text-transform: uppercase;	
	text-align: center;
}
#modalAddCart .modal-body-title a {
	color: #ff6c5a;
}
#modalAddCart .modal-body h3 {
	font-size: 16px;
	font-weight: bold;
	line-height: normal;
}
#modalAddCart .price-old {
    font-size: 22px;
    text-decoration: line-through;
    margin-left: 10px;
    font-weight: 600;
    color: #bac2cc;
}
#modalAddCart .price {
	font-size: 22px;
	font-weight: bold;
}
#modalAddCart .modal-footer {
	text-align: center;
	border-top: none;
	padding-bottom: 43px;
}

#modalAddCart .thumbnail {
	border: none;
}
@media (min-width: 768px) {
	.modal-dialog {
	    /*width: 620px;*/
	}
}
.btn-icon-left {
	padding-left: 45px;
	position: relative;
}
.btn-icon-right {
	padding-right: 45px;
	position: relative;
}
.btn-icon-left>.icon {
	content: "";
	position: absolute;
	top: 9px;
    left: 8px	
}
.btn-icon-right>.icon {
	content: "";
	position: absolute;
	top: 9px;
    right: 8px	
}
.icon.icon-arrow-circle-o-left-1 {
    height: 28px;
    width: 28px;
    background: url(../image/sprite.png) -34px -418px no-repeat;
    display: block;
}
.btn-outline-primary:hover .icon.icon-arrow-circle-o-left-1 {
	background-position: -34px -450px;
}
.icon.icon-arrow-circle-o-right-2 {
    height: 28px;
    width: 28px;
    background: url(../image/sprite.png) -162px -450px no-repeat;
    display: block;
}

/* checkout/checkout */
.checkout-checkout .breadcrumb a, .checkout-checkout .breadcrumb a.accordion-toggle.collapsed {
	color: #F90C55;
}
.checkout-checkout .alert ol {
	margin-bottom: 0;
}
.checkout-checkout fieldset .text-agree label {
	color: #1F233E;
}
.checkout-checkout .text-agree a {
	color: #F90C55;	
}
.checkout-checkout a:hover {
	/*color: #F90C55;*/
}
.checkout-checkout .breadcrumb [aria-expanded="true"] {
    color: #1F233E;
}
.checkout-checkout .breadcrumb [aria-expanded="false"] {
    color: #bac2cc;
}
.checkout-checkout .panel-default {
    border-radius: 0;
    box-shadow: none;
    border-color: #fff;	
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
.checkout-checkout .panel-default>.panel-heading+.panel-collapse>.panel-body {
	border-top-color: #fff;
}

.checkout-checkout .panel-default>.panel-heading {
    background-color: #fff;
    border-color: #fff;
}
.checkout-checkout .panel-title {
	font-size: 20px;
	font-weight: 600;
	color: #6F87A0;
	line-height: 24px;
	/*text-transform: uppercase;*/
}
.checkout-checkout .panel-title .step-num {
	font-size: 16px;
	background-color: #D8DCE3;
	width: 24px;
	height: 24px;
    float: left;
    text-align: center;
    line-height: 24px;
    margin-right: 15px;	
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;		
}
.checkout-checkout .panel-title a {
	color: #1F233E;
}
#collapse-checkout-option h3 {
	color: #1F233E;
	font-size: 16px;
	font-weight: 600;
	/*text-transform: uppercase;*/
	margin-top: 15px;
	margin-bottom: 20px;
}

/* CHECKOUT LOGIN */
.checkout-checkout #accordion {
	border-right: 1px solid #D8DCE3;
    padding-right: 7%;
    margin-right: 4%;	
}
.checkout-login-body .form-group {
    margin-bottom: 10px;
}
.checkout-login {

}
.checkout-checkout #accordion .panel-title a i {
	display: none;
}
.checkout-login label {
	color: #6f859e;
	font-size: 13px;
	/*text-transform: uppercase;*/
	margin-bottom: 8px;
}
.checkout-login > .col-sm-6 {
	/*border-right: 1px solid #D8DCE3;*/
}
.checkout-login .forgotten {
	margin-top: 10px;
}
.checkout-login .forgotten a {
	color: #13A500;
	font-size: 12px;
	text-decoration: underline;
}
.checkout-login .forgotten a:hover {
	color: #1F233E;
}
.checkout-login-body {
	height: 180px;
}
.text-info-guest {
	color: #1F233E;
	font-size: 14px;
	font-weight: 600;
	/*text-transform: uppercase;	*/
}
.text-info-account {
	color: #6F87A0;
	font-size: 14px;	
}
.checkout-checkout .btn-danger {
	background-color: #0272E4;
	border-color: #0272E4;
}
.btn-danger.btn-icon-right {
    background: #0272E4 url(../image/arrow_carrot-right_alt2.png) right center no-repeat;
}
.btn-outline-primary.btn-icon-left {
	background: #fff url(../image/arrow_carrot-left_alt.png) left center no-repeat;	
}
.btn-outline-primary.btn-icon-left:hover {
	background: #0272E4 url(../image/arrow_carrot-left_alt2.png) left center no-repeat;	
	color: #fff;
}
.checkout-checkout .btn-danger:active:focus, .checkout-checkout .btn-danger:active:hover {
	background-color: #0272E4;
	border-color: #0272E4;
}
.checkout-checkout .collapse.in {
	margin-bottom: 48px;
}
ul.list-info-details {
	margin-top: 18px;
    margin-left: 35px;
}
ul.list-info-details li {
	color: #85a0ba;
	font-size: 14px;
	font-weight: 500;
	/*text-transform: uppercase;*/
	line-height: 28px;
}
#button-confirm {
	font-size: 16px;
    font-weight: normal;
    /*text-transform: uppercase;*/
    background-color: #0272E4;
    border-color: #0272E4;
    padding: 13px 18px;
}
#button-confirm:hover {
    box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);	
}
/* CHECKOUT SHIPPING METHOD */
.table-shipping-method {
	margin-top: 0;
}
.table-nobordered>thead>tr>th {
	border: none;
}
.table-nobordered>tbody>tr>td, .table-nobordered>tbody>tr>th, .table-nobordered>tfoot>tr>td, .table-nobordered>tfoot>tr>th, .table-nobordered>thead>tr>td, .table-nobordered>thead>tr>th {
	border: none;
}
.table-shipping-method>thead>tr>th {
	color: #1f233e;
	font-size: 12px;
	font-weight: 600;
	/*text-transform: uppercase;*/
}
.table-shipping-method>thead>tr>th:last-child {
	text-align: right;
}
.table-shipping-method>tbody>tr>td,
/*.checkout-checkout fieldset#shipping-method label,*/
#shipping-method label,
#payment-method label {
	color: #1F233E;
	font-size: 14px;
	vertical-align: bottom;
	text-transform: none;
}
#shipping-method label[for="input-shipping-city"] {
    /*text-transform: uppercase;*/
    font-size: 18px;
    padding: 10px 0 6px;
}
#shipping-method .table-shipping-method>tbody>tr>td:first-child label {
	text-transform: uppercase;
}
#shipping-method .table-shipping-method>tbody>tr>td:last-child {
	text-align: right;
	font-weight: bold;
}
input[type="checkbox"], .checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"] {
	position: relative;
    width: 17px;
    width: 16px \0;
    height: 17px;
    height: 16px \0;
    -webkit-appearance: none;
    background: white;
    border: 1px solid #F90C55;
    border: 1px solid transparent \0;
    border-radius: 0px;	
    margin-right: 5px;
}
input[type="checkbox"][disabled], .checkbox input[type="checkbox"][disabled], .checkbox-inline input[type="checkbox"][disabled],
input[type="checkbox"].disabled, .checkbox input[type="checkbox"].disabled, .checkbox-inline input[type="checkbox"].disabled {
	-webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray;
    opacity: 0.2;
}

input[type="checkbox"]:checked::after, .checkbox input[type="checkbox"]:checked::after, .checkbox-inline input[type="checkbox"]:checked::after {
    position: absolute;
    top: -3px;
    left: -1px;
    display: block;
    /*content: url(../image/checkmark.png);*/
    content: "";
    background: url(../image/checkmark.png) center center no-repeat;
    background-size: cover;
    width: 21px;
    height: 21px;
}
input[type=file]:focus, input[type=checkbox]:focus, input[type=radio]:focus {
	outline: none;	
}
.radio input[type="radio"] {
	position: relative;
	top: 6px;
	width: 23px;
	height: 23px;
	-webkit-appearance: none;
    background: white;
    border: 1px solid #b8c0ca;
    /*border: 1px solid transparent;*/
    border-radius: 1px;	
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;  
	margin-right: 10px;  
}
/*#payment-method .radio input[type="radio"] {
	top: 7px;
}*/
.radio input[type="radio"]:checked {
	background: #0272E4;
	border-color: #0061CD;
}
.radio input[type="radio"]:checked::after {
    position: relative;
    top: 6px;
    left: 6px;
    display: block;
    width: 9px;
    height: 9px;
    content: '';
    background: #fff;
    border-radius: 1em;	
}
.table-shipping-method .radio {
	margin: 0;
}
#payment-method p.desc {
    font-size: 12px;
    color: #bac2cc;
    margin-left: 53px;
}

.table-cart {
	/*text-transform: uppercase;*/
	color: #1F233E;
	position: relative;
}
.table-cart caption {
	color: #1F233E;
	font-size: 18px;
	font-weight: bold;
	/*text-transform: uppercase;*/
}
.table-cart>tbody>tr:first-child>td,
.table-info>tbody>tr:first-child>td {
	border-top: none;
}
.table-cart>tbody>tr>td {
	border-color: #D8DCE3;
    height: 60px;
    vertical-align: middle;	
}
.table-cart>tbody>tr>td:last-child {
	font-size: 16px;
	font-weight: bold;
	white-space: pre;
}
.table-cart>tbody>tr:last-child>td:first-child {
	font-size: 14px;
	font-weight: bold;
}
.table-cart>tbody>tr:last-child>td:last-child {
	font-size: 20px;
	font-weight: 600;
}
.table-info>tbody>tr>td {
	color: #1F233E;
	font-size: 14px;
	font-weight: 600;
	vertical-align: middle;
}

/* Checkout confirm */
.table-order thead {
    background-color: #eff3f9;
    /*text-transform: uppercase;*/
    color: #1F233E;
    border: 1px solid #D8DCE3;
}
.table-order tbody {
	border: 1px solid #D8DCE3;	
}
.table-order>tbody>tr>td {
    border-color: #D8DCE3;
}
.table-order>tbody>tr>td a {
	/*text-transform: uppercase;*/
}
.table-order>tfoot>tr>td {
	border-top: none;
}
.table-order>tfoot>tr:last-child>td {
	font-size: 16px;
	font-weight: bold;
}
.table-order>tfoot>tr:last-child>td:first-child {
	text-transform: uppercase;
}

.checkout-success h1 {
	font-size: 22px;
	font-weight: bold;
	text-transform: uppercase;
	color: #1F233E;
}
.checkout-success h3 {
	font-size: 16px;
	font-weight: 600;
	text-transform: uppercase;
	color: #1F233E;
}
.checkout-success h3 span {
	font-size: 21px;
	font-weight: bold;
	color: #F90C55;
}
.checkout-success p {
	font-size: 14px;
	font-weight: normal;
	color: #1F233E;
}

.checkout-success .btn-primary {
	font-size: 16px;
    font-weight: normal;
    text-transform: uppercase;
    background-color: #F90C55;
    border-color: #F90C55;
    padding: 13px 18px;
}
.checkout-success .btn-primary:hover, 
.checkout-success .btn-primary:active:focus, 
.checkout-success .btn-primary:active:hover {
    box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);	
}


/* Information Page */
.information-information-8 h1 {
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	/*text-transform: uppercase;*/
    margin-top: 28px;
    margin-bottom: 70px;	
}
/* Accordion */
#accordion .panel {
	border: none;	
}
#accordion .panel-default>.panel-heading {
	background: #fff;	
}
#accordion .panel-title a {
	font-size: 18px;
	font-weight: bold;
	color: #0272E4;
	/*text-transform: uppercase;*/
	display: block;
	position: relative;
}
#accordion .panel-title a:after {
	content: "";
    position: absolute;
    /*background: url(../image/icon-plus-32x32.png) center center no-repeat;*/
    display: block;
    width: 10px;
    height: 10px;
    right: 0;
    top: 0;
    -webkit-mask-image: url(../image/icons/icon-plus.svg);
    mask-image: url(../image/icons/icon-plus.svg);	
    background-color: #0272E4;    
}
#accordion .panel-title a[aria-expanded="true"]:after {
	/*background: url(../image/icon-minus-32x32.png) center center no-repeat; */
    -webkit-mask-image: url(../image/icons/icon-minus.svg);
    mask-image: url(../image/icons/icon-minus.svg);		
}
#accordion .panel-default>.panel-heading+.panel-collapse>.panel-body {
	border: none;
}
#accordion .panel-body h4 {
	font-size: 16px;
	font-weight: 600;
	/*text-transform: uppercase;*/
}
#accordion .panel-body ul li {
	list-style-type: none;
	/*font-size: 14px;
	color: #6F87A0;
	line-height: 24px;*/
}

.img-center {
	margin: 0 auto;
}
.information-information-4 h1:first-child {
	display: none;
}

/* MENU MOBILE */
#menu-toggle {
	position: fixed;
	width: 260px;
	
	/* Firefox */
	height: -moz-calc(100% - 60px);
	/* WebKit */
	height: -webkit-calc(100% - 60px);
	/* Opera */
	height: -o-calc(100% - 60px);
	/* Standard */
	height: calc(100% - 60px);

	padding: 0;
	margin: 0;
	top: 60px;
	left: -270px;
	background-color: #fff;	
	z-index: 101;
	overflow-y: scroll;
	transition: all 0.3s;
	-webkit-box-shadow: 3px 0px 10px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 3px 0px 10px 0px rgba(0,0,0,0.75);
	box-shadow: 3px 0px 10px 0px rgba(0,0,0,0.75);	
}
#menu-toggle.active {
	left: 0px;
}
.menu-overlay {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .6);
    z-index: 100;
    visibility: hidden;
}
.menu-overlay.active {
	visibility: visible;
    left: 260px;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;	
}
#accordion-menu .panel {
	margin-top: 0px;
    border-radius: 0;
    border-width: 0;
    border-bottom-width: 1px;
    border-color: #D8DCE3;
    box-shadow: none;
}
#accordion-menu .panel-default>.panel-heading {
    background-color: #fff;
    border: none;	
}
#accordion-menu .panel .panel-default>.panel-heading {
	background: #F1F5FB;
    border-color: #fff;	
}
#accordion-menu .panel-title {
	color: #1F233E;
	font-size: 16px;
	text-transform: uppercase;
}
#accordion-menu .panel-title a {
	display: block;
	position: relative;
}
#accordion-menu .list-group a:hover {	
	background: inherit;
}
#accordion-menu .panel-title a:after {
    content: "";
    position: absolute;
    background: url(../image/icon-plus-32x32.png) center center no-repeat;
    display: block;
    width: 10px;
    height: 10px;
    right: 0;
    top: 0;
}
#accordion-menu .panel-title a[aria-expanded="true"]:after {
    background: url(../image/icon-minus-32x32.png) center center no-repeat;
}
#accordion-menu .panel-body {
	padding: 0;
	border: none;
}
#accordion-menu .list-group-item {
	border: none;
	border-bottom: 1px solid #D8DCE3;
	margin: 0;
}
#accordion-menu .list-group-item a {
	font-size: 16px;
	color: #1F233E;
	text-transform: uppercase;
}
#accordion-menu .list-group a {
    display: block;
    padding: 0;
    margin: 0;
    border: none;
    color: #1F233E;
}
#accordion-menu .panel-body > .list-group {
	margin-bottom: 0;
}
#accordion-menu .panel-body > .list-group .list-group-item {
	background: #F1F5FB;
	border-color: #fff;
}
#accordion-menu .panel-body > .list-group .list-group-item a, 
#accordion-menu .panel-body .panel-body > .list-group .list-group-item a,
#accordion-menu .panel .panel .panel-title { 	
	font-size: 14px;
}



#accordion-menu .panel-body > .list-group .list-group-item:last-child {
	border: none;
}
#accordion-menu .panel-title.active > a {
	color: #F90C55;
}
#accordion-menu .list-group-item.active {
	background: inherit;
}
#accordion-menu .list-group-item.active a {
	color: #F90C55;	
}
.menu-auth {
    padding: 10px 10px;
    border-bottom: 1px solid #D8DCE3;
}
.menu-auth-avatar {
    width: 40px;
    height: 40px;
    border-radius: 100px;
    overflow: hidden;
    margin-right: 8px;
    display: inline-block;
}	
.menu-auth-info {
    display: inline-block;
    max-width: 180px;
}	
.menu-auth-login a {
    font-size: 14px;
    padding: 5px 0;
    display: inline-block;
    line-height: 24px;
}	
.menu-auth-login .btn-login {
	color: #F90C55;
    background: none;
    padding: 5px 0;
    text-transform: none;
    border: none;
    font-size: 14px;
    line-height: 24px;
}
.menu-auth-info p {
    color: #c1c2c5;
    font-size: 12px;
    line-height: 16px;
}
#menu-search {	
	border-bottom: 1px solid #D8DCE3;
}
#menu-search #search {
	margin: 0;
	background: #F1F5FB;
}
#menu-search .btn {
	padding: 6px 0 6px 10px;
}
#menu-search input[name="search"] {
	border: none;
	background: #F1F5FB;
}
#menu-search input[name="search"]:focus {
	box-shadow: none;
}
/* BLOG */
#blog {
	margin-bottom: 180px;
}
/*#blog .blog-content-wrap,
.blog-article .blog-content-wrap,*/
.blog-content-wrap {
	border-right: 1px solid #F1F5FB;
    padding-right: 7%;
    margin-right: 4%;
}
#blog-search {
	border-bottom: 1px solid #F1F5FB;
	margin-bottom: 40px;
}
#blog-search input[name="search"] {
	border: none;	
	/*text-transform: uppercase;*/
	height: 30px;
}
#blog-search .btn-search {
	background: url(../image/icon-blog-search.png) center center no-repeat;
	border: none;
}
#blog-search input[name="search"]:focus {
	box-shadow: none;
}
#blog #column-right {
    margin-top: 45px;
}

#blog article {
	margin-bottom: 45px;
    -webkit-transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;	
}
#blog .blog-title {
    font-size: 24px;
    font-weight: bold;
    /*text-transform: uppercase;*/
    margin-top: 20px;
    margin-bottom: 35px;
}
#blog article .article-img-wrap {
    position: relative;
    min-height: 150px;
    background-color: rgb(234, 234, 234);
}
#blog .article-img-wrap .article-date {
    position: absolute;
    bottom: 5px;
    left: 5px;
    padding: 5px 8px;
    background: rgba(19, 163, 0, 0.87);
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
}
#blog article .article-img-wrap img {
	width: 100%;
}
#blog article .article-title {
	font-weight: bold;
	text-align: center;
	/*text-transform: uppercase;*/
	margin-top: 16px;
	margin-bottom: 7px;
}
#blog article .article-title a {
	color: #1F233E;
	font-size: 16px;
	font-weight: 700;
	/*letter-spacing: 0.5px;*/
	/*text-transform: uppercase;*/
}
#blog article .article-content {
	text-align: center;
	margin-bottom: 20px;
}
#blog article .article-footer {
	padding: 0;
	margin: 0;
	background: inherit;
	text-align: center;
}
.btn-read-more {
	padding: 6px 17px;
    font-size: 12px;
	color: #fff;
	background-color: #0272E4;
	/*border: 2px solid #0272E4;*/
	border-radius: 4px;	
    -webkit-transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;	
}
.btn-read-more:hover {
	background-color: #008CFF;
	color: #fff;
}
#blog article:hover .article-title a {
	color: #0272E4;
}
#share-buttons .addthis_toolbox {
	float: left;
	margin-right: 15px;
}
.widget-title {
	font-size: 16px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 1px;
}
nav.side-menu > ul {
    padding-left: 0px;
    margin-bottom: 10px;
}
.blog-category-banner {
    margin-bottom: 15px;
}
.article-meta {
	font-family: 'Open Sans', sans-serif;
	margin: 30px 0;
	font-size: 13px;
	/*text-transform: uppercase;*/
	color: #13A500;
}
.article-meta .article-date {
	font-size: 12px;
	color: #fff;
	background-color: #0272E4;
	padding: 10px 15px;	
}
.article-meta .category-links a,
.article-meta .comment-count a {
	color: #13A500;
	cursor: pointer;
}
.article-meta .article-date,
.article-meta .article-category,
.article-meta .comment-count,
.article-meta .viewed
 {
	display: inline;
	margin-right: 16px;
}
.pagination-wrap {
    margin-top: 20px;
}
nav.side-menu-blog ul li a {
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	font-size: 15px;
}

/* BLOG ARTICLE */
.blog-article .article-title {
	font-size: 26px;
    font-weight: 600;
    /*text-transform: uppercase;*/
    margin-top: 48px;
}
.blog-article .article-footer {
	border-top: 1px solid #D8DCE3;
	border-bottom: 1px solid #D8DCE3;
	padding: 30px 0;
	margin: 30px 0;
}
#related_articles .relater-title {
	font-size: 24px;
    font-weight: bold;
    margin-top: 45px;
    margin-bottom: 40px;
   /* text-transform: uppercase;*/
}
#related_articles .article-title {
	font-size: 16px;
	font-weight: 600;
	text-align: center;
	margin-top: 22px;
}
#related_articles .article-title a {
	color: #1F233E;
}
#related_articles .article-title a:hover {
	color: #0272E4;	
}
#comments {
    margin-top: 70px;
    margin-bottom: 75px;
    border-top: 1px solid #F1F5FB;
}
.comments-total {
	font-size: 20px;
    font-weight: 600;
  /*  text-transform: uppercase;*/
    color: #1F233E;
    line-height: 40px;
}
#comment {
	border-bottom: 1px solid #F1F5FB;
	margin-top: 54px;  
    margin-bottom: 20px;
    padding-bottom: 20px;	
}
#comment .media-heading {
	color: #6F87A0;
	font-weight: 600;
	font-size: 14px;
}
#comment .comment-date {
	color: #008CFF;
}
#comment .media-body {
	color: #6F87A0;
}
#comments .write-comment {

}
#comments .write-comment .write-comment-title {
	font-size: 16px;
	font-weight: 400;
	/*text-transform: uppercase;*/
}
#comments .write-comment label {
	color: #1f233e;
	font-size: 13px;
	font-weight: 400;
	/*text-transform: uppercase;*/
}
/* CONTACT PAGE */
.contact-banner {
	margin-bottom: 30px;
}
.contact-boxes,.contact-info {
	max-width: 800px;
	margin: 0 auto;
}
.contact-box-icon {
	width: 82px;
    height: 82px;
    margin: 0 auto;	
}
.icon-contact-telegram {
	width: 82px;
	height: 82px;
	background-position: 0 -1600px;
}
.icon-contact-chat {
	width: 82px;
	height: 82px;
	background-position: 0 -1000px;
}
.icon-contact-messenger {
	width: 82px;
	height: 82px;
	background-position: 0 -1100px;
}
.icon-contact-whatsapp {
	width: 82px;
	height: 82px;
	background-position: 0 -1200px;
}
.icon-contact-viber {
	width: 82px;
	height: 82px;
	background-position: 0 -1300px;
}
.icon-contact-phone {
	width: 82px;
	height: 82px;
	background-position: 0 -1400px;
}
.icon-contact-mail {
	width: 82px;
	height: 82px;
	background-position: 0 -1500px;
}
.contact-box-title {
	font-size: 14px;
	font-weight: 600;
	/*text-transform: uppercase;*/
	text-align: center;
	margin-bottom: 24px;
}
.contact-boxes .btn {
	font-size: 16px;
	font-weight: 600;
	text-transform: none;
}
.page-title {
    font-size: 24px;
    font-weight: 600;
    /*text-transform: uppercase;*/
    margin-top: 38px;
    margin-bottom: 8px;
}
.contact-title {
	font-family: 'Open Sans', sans-serif;
	font-weight: bold;
	font-size: 24px;
	color: #1F233E;
	/*text-transform: uppercase;*/
	margin-top: 70px;
    margin-bottom: 20px;
    text-align: center;	
}
.contact-description {
	font-size: 16px;
    font-weight: normal;
    color: #1F233E;
    /*text-transform: uppercase;*/
    margin-top: 28px;
    margin-bottom: 52px;
    text-align: center;	
}
.contact-description p {
	text-transform: none;
}
.contact-description span {
    margin-bottom: 44px;
    display: block;
}
.contact-box-inner {
    margin-bottom: 62px;
}
.contact-info {
	width: 800px;
	text-align: center;
}
.contact-info .info-1 {
	color: #1F233E;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 80px;
}
.contact-info .info-2 {
	color: #1F233E;
	font-size: 16px;
	font-weight: normal;
}
.contact-info .info-2 a {
	font-weight: bold;
}
.contact-address {
	color: #1F233E;
	font-size: 16px;
	border-top: 1px solid #D8DCE3;
	border-bottom: 1px solid #D8DCE3;
	margin-top: 55px;
	margin-bottom: 125px;
	padding-top: 44px;
	padding-bottom: 74px;
	text-align: center;
}
.contact-address-title {
	font-size: 16px;
	font-weight: 600;
	text-transform: uppercase;	
	margin-bottom: 27px;
}
.contact-social {
	margin-bottom: 135px;
}
.contact-social-title {
	font-size: 24px;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	margin-bottom: 72px;
}
.social-icons {
	text-align: center;
}
.social-icons li {
	min-width: 124px;
}
.social-icons a i {
	font-size: 33px;
    border: 1px solid #0272E4;
    border-radius: 50%;
    width: 82px;
    height: 82px;
    text-align: center;
    line-height: 82px;
    margin-bottom: 20px;
}
.social-icons a span {
	display: block;
	font-size: 13px;
	/*text-transform: uppercase;*/
}
.social-icons a:hover i {
	color: #fff;
	background-color: #F90C55;
}
/* Mailchimp Subscribe Form */
#mailchimp {
	text-align: center;
	margin-bottom: 30px;
}
#mailchimp h3 {
	font-size: 24px;
	font-weight: bold;
	color: #1F233E;	
	/*text-transform: uppercase;*/
	text-align: center;
	margin-top: 72px;
	margin-bottom: 10px;
}
#mailchimp h4 {
	color: #1F233E;
	font-size: 20px;
	font-weight: 600;
	/*text-transform: uppercase;*/
}
#mailchimp #form-subscribe {
	border: 1px solid #D8DCE3;
	padding: 3px;
	margin-top: 45px;
	margin-bottom: 32px;
}
#mailchimp .input-group .form-control {
	border: none;
	font-size: 14px;
}
#mailchimp .form-control:focus {
	box-shadow: none;
}
#mailchimp #button-subscribe {
	border-radius: 0;
	font-size: 14px;
}
#mailchimp .subscribe-info {
	color: #ccc;
}
#mailchimp ::-webkit-input-placeholder {color:#bac2cc;}
#mailchimp ::-moz-placeholder          {color:#bac2cc;}/* Firefox 19+ */
#mailchimp :-moz-placeholder           {color:#bac2cc;}/* Firefox 18- */
#mailchimp :-ms-input-placeholder      {color:#bac2cc;}

.panel-group ~ #mailchimp {
	margin-top: 254px;
	margin-bottom: 0;
}	


#back-to-top .scrollup {
    background: #363636;
    background: rgba(194,24,63,1);
    color: #FFF;
    bottom: 20px;
    cursor: pointer;
    display: none;
    position: fixed;
    left: 20px;
    z-index: 100;
    font-size: 24px;
    text-align: center;
    line-height: 60px;
    width: 60px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;	
    -webkit-box-shadow: 0 0 3px rgba(0,0,0,0.1), 0 0 10px rgba(0,0,0,0.3);
    box-shadow: 0 0 3px rgba(0,0,0,0.1), 0 0 10px rgba(0,0,0,0.3);	
    /*opacity: .8;	*/
    -webkit-transition: background-color .3s linear;
    -moz-transition: background-color .3s linear;
    -o-transition: background-color .3s linear;
    transition: background-color .3s linear;
}
#back-to-top .scrollup i {
	font-size: 24px;
}
#back-to-top .scrollup:hover {
    background: #F90C55;
    /*border-bottom: 3px solid #F90C55;*/
    /*opacity: 1;*/
}

/* Отзывы */
#review {
    margin-top: 35px;
}
.review-write-title {
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	font-weight: 600;
	color: #1F233E;
	text-transform: uppercase;	
}
.review-info {
	margin-top: 35px;
}
.review-rating .fa-stack {
	font-size: 6px;
}
.review-rating .fa-star-o {
	color: #bac2cc;
	font-size: 11px;
}
.review-rating .fa-star {
	color: #F90C55;
	font-size: 11px;
}
.review-rating .fa-star + .fa-star-o {
	color: #F90C55;
}

.review-info .fa-stack {
	font-size: 8px;
}
.review-info .rating .fa-star,
.review-info .rating .fa-star-o {
	font-size: 17px;
}
#product-info .review-info .rating {
	position: inherit;
}
.rating-val {
	font-size: 22px;
	font-weight: bold;
	color: #1F233E;
}

.review-author {
	font-size: 14px;
	font-weight: 600;
	color: #6F87A0;	
}
.review-rating, .review-author {
	margin-right: 10px;
}
.review-date {
	color: #ccc;
}
.review-heading {
    margin-bottom: 10px;
}
.review {
    margin-bottom: 24px;
}


.br-theme-fontawesome-stars {
	display: inline-block;
}
.br-theme-fontawesome-stars .br-widget {
  height: 28px;
  white-space: nowrap;
}
.br-theme-fontawesome-stars .br-widget a {
  font: normal normal normal 17px/1 FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  text-decoration: none;
  margin-right: 2px;
}
.br-theme-fontawesome-stars .br-widget a:after {
  content: '\f006';
  color: #d2d2d2;
}
.br-theme-fontawesome-stars .br-widget a.br-active:after {
	content: '\f005';
  color: #F90C55;
}
.br-theme-fontawesome-stars .br-widget a.br-selected:after {
	content: '\f005';
  color: #F90C55;
}
.br-theme-fontawesome-stars .br-widget .br-current-rating {
  display: none;
}
.br-theme-fontawesome-stars .br-readonly a {
  cursor: default;
}
@media print {
  .br-theme-fontawesome-stars .br-widget a:after {
    content: '\f006';
    color: black;
  }
  .br-theme-fontawesome-stars .br-widget a.br-active:after,
  .br-theme-fontawesome-stars .br-widget a.br-selected:after {
    content: '\f005';
    color: black;
  }
}
#form-review label {
	font-size: 11px;
	color: #bac2cc;
	text-transform: uppercase;
}

.information-title {
	font-family: 'Open Sans', sans-serif;
	font-weight: bold;
	color: #1F233E;
	font-size: 26px;
	text-align: center;
/*	text-transform: uppercase;*/
	margin-top: 38px;	
	margin-bottom: 60px;
}
.information-container {
    max-width: 1000px;
    margin: 0 auto;
}

/* Авторизация (Модальное окно) */
#myModalLogin .modal-title {
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
}
#myModalLogin label {
	font-size: 11px;
	text-transform: uppercase;
	color: #bac2cc;	
}
@media (min-width: 768px) {
	#myModalLogin .modal-dialog {
	    width: 420px;
	}
}

/* Дерево категории */
ul.navsidebar-nav li {
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 1px;	
    -webkit-box-shadow: none;
    box-shadow: none;
    margin: 5px 0px 0px 0;

  list-style: none;
  padding: 0;
}
ul.navsidebar-nav>li>a.menu-link {
	padding: 0;
	border: 1px solid transparent;
}
ul.navsidebar-nav li a {
    font-family: 'Open Sans', sans-serif;
  /** text-transform: uppercase;**/
    color: #1F233E;
}
ul.navsidebar-nav li ul li {
	margin: 0;
}
ul.navsidebar-nav li ul li a {
    font-size: 12px;
    letter-spacing: 0.2px;
    line-height: 27px;
    font-weight: 600;
	padding-left: 0px;
	/*text-decoration: none ;*/
	
}
ul.navsidebar-nav ul {
	padding-left: 0px;
	padding-top: 5px;
}

ul.navsidebar-nav li span {
  display: flex;
  justify-content: space-between;
}
ul.navsidebar-nav a.menu-link {
  display: block;
  width: 100%;
}
ul.navsidebar-nav a.icon-caret {
  width: 50px;
  height: auto;
  position: relative;
}  
ul.navsidebar-nav a.icon-caret:before, ul.navsidebar-nav a.icon-caret:after {
  content: '';
  display: block;
  width: 9px;
  height: 1px;
  background-color: #0272E4;
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -1px;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s ease-out;  
}
ul.navsidebar-nav a.icon-caret:before {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  opacity: 1;
  z-index: 2;  
} 
ul.navsidebar-nav li a.icon-caret.open:before {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    background: #F90C55 !important;
}
ul.navsidebar-nav li a.icon-caret.open:after {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    background: #fff !important;
    opacity: 0;
}
ul.navsidebar-nav li.active > a.menu-link,
ul.navsidebar-nav li.active > span > a.menu-link {
  color: #0272E4;
}
ul.navsidebar-nav li a.menu-link:hover {
	background: none;
	color: #0272E4;
}
ul.navsidebar-nav ul ul li a {
    font-size: 11px;
	font-weight: 500;
	color: #0272E4;
	/**text-transform: uppercase;**/
	padding-left: 3px;
	text-decoration: none;
}


/* PRODUCT PAGE */
#product_image {
    overflow: auto;
    clear: both;
    list-style: none;
    padding: 0;
    margin: 0;	
}
#product_image .thumbnail {
	border-color: transparent;
	padding: 0;
	margin-bottom: 10px;
}
#product_image_additional .image-additional a {
    margin-bottom: 0;
    padding: 0;
    border-color: transparent;
}
.product-title {
	font-size: 24px;
	font-weight: 600;
    margin-top: 0px;
	margin-bottom: 15px;
    /* font-family: 'Roboto', sans-serif; */
    font-family: 'Open Sans', sans-serif;
    line-height: 36px;
}
.product-model {
    display: inline-flex;
    justify-content: space-between;
    align-items: center;
    font-size: 13px;
}
.product-model .model > p {
    font-size: 13px;
    font-weight: 600;
    color: #6F87A0;
    padding-right: 20px;
    margin-right: 16px;
    border-right: 2px solid #f3f3f3;    
}
.product-model .rating a {
	color: #6F87A0;
	transition: all 0.3s ease;
}
.product-model .rating a:hover {
	color: #F90C55;
}
#product_price {
	margin-bottom: 40px;
}
#product_price .price h2 {
	font-size: 30px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
}
#product_price .price .price-new {
    font-weight: 600;
    font-size: 34px;
    color: #F90C55;	
}
#product_price .price .price-old {
    color: #85a0ba;
    text-decoration: line-through;
    margin-left: 10px;
}
.product-option .btn-group {
	display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;	
}
.product-option .btn-group .btn-outline-default {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;	
	display: inline-flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    background: transparent;
    border: 1px solid #ddd;
	border-radius: 5px;
    text-transform: uppercase;
    font-size: 13px;
	font-weight: 600;
    padding: 12px 16px;
    height: 55px;
}
.product-option .btn-group .btn-outline-default:active {
	border-color: #F90C55;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(234,46,41,.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(234,46,41,.6);	
}
.product-option .btn-group.open .btn-outline-default {
	border-color: #F90C55;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(234,46,41,.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(234,46,41,.6);
}
.product-option .btn-group label {
	position: absolute;
    top: -12px;
    left: 12px;
    background: #ffffff;
    z-index: 9;
    padding: 0 5px;
    color: #6F87A0;
    font-size: 13px;
}
.product-option .btn-group.open label {
	color: #F90C55;
}
.product-option .dropdown-menu {
	width: 100%;
}
.product-option-wrap.inline {
	width: 65%;
	display: inline-block;
	float: left;
}
.product-qty-wrap {
	position: relative;
}
.product-qty-wrap.inline {
	/*width: calc(35% - 5px);*/
	width: 35%;
	display: inline-block;
	float: right;
}
.product-qty-wrap.inline .product-qty {
	margin-left: 5px;
}
.product-qty label {
    position: absolute;
    top: -12px;
    left: 12px;
    background: #ffffff;
    z-index: 9;
    padding: 0 5px;
    color: #6F87A0;
    font-size: 13px;
}
#input-quantity {
	height: 55px;
	border: 1px solid #D8DCE3;
	border-radius: 5px;
	padding-right: 48px;
	box-shadow: none;
}
.btn-qty {
	position: absolute;
    right: 2px;
    width: 34px;
    height: 34px;
    text-align: center;
    line-height: 34px;
    color: #6F87A0;
    background-color: #F1F5FB;
}
.btn-qty.plus {
	top: 2px;
}
.btn-qty.minus {
	bottom: 2px;
}
.stock-container {
	margin-bottom: 35px;
}
#stock {
	/*margin-bottom: 35px;*/
}

#modalAddCart .btn-left, #modalAddCart .btn-right {
	position: relative;
	width: 50%;
}
#modalAddCart .btn-left {
	color: #0272E4;
}
#modalAddCart .btn-left:before {
    content: "\f104";
    font-family: FontAwesome;
    border: 1px solid #0272E4;
    width: 23px;
    height: 23px;
    display: inline-block;
    border-radius: 50%;
    text-align: center;
    margin-right: 5px;
}
#modalAddCart .btn-left:hover {
	color: #fff;
}
#modalAddCart .btn-left:hover::before {
	border-color: #fff;
}
#modalAddCart .btn-right:after {
    content: "\f105";
    font-family: FontAwesome;
    border: 1px solid #fff;
    width: 23px;
    height: 23px;
    display: inline-block;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
    text-align: center;
    margin-left: 5px;	
}
#modalAddCart .buttons {
	display: flex;
	justify-content: space-between;
	margin: 0;
}






/* Owl Carousel */
.owl-theme {
	position: relative;
}
.owl-theme .owl-nav {
  margin-top: 0px;
  text-align: center;
  -webkit-tap-highlight-color: transparent; }
  .owl-theme .owl-nav [class*='owl-'] {
    color: #FFF;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: #D6D6D6;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px; }
    .owl-theme .owl-nav [class*='owl-']:hover {
      background: #869791;
      color: #FFF;
      text-decoration: none; }
  .owl-theme .owl-nav .disabled {
    opacity: 0.5;
    cursor: default; }

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px; 
}

.owl-theme .owl-dots {
	margin-top: 10px; 
  text-align: center;
  -webkit-tap-highlight-color: transparent; }
  .owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    *display: inline; }
    .owl-theme .owl-dots .owl-dot span {
      width: 10px;
      height: 10px;
      margin: 5px 5px;
      background: #bac2cc;
      display: block;
      -webkit-backface-visibility: visible;
      transition: opacity 200ms ease;
      border-radius: 30px; }
    .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
      background: #008CFF; }

.owl-carousel .owl-nav {

}
.owl-carousel .owl-nav button.owl-prev {
	float: left;
}
.owl-carousel .owl-nav button.owl-next {
	float: right;
}
.owl-carousel.owl-theme .owl-nav {
    opacity: 0.8;
    transition: opacity .5s ease-out;
    -moz-transition: opacity .5s ease-out;
    -webkit-transition: opacity .5s ease-out;
    -o-transition: opacity .5s ease-out;	
}
.owl-carousel.owl-theme:hover .owl-nav {
	opacity: 1;	
}
.owl-carousel.owl-theme .owl-nav button[class*='owl-'] {
	width: 40px;
	height: 40px;    
    top: 50%;
	margin-top: -22px;
    transform: translateY(-50%);	
	background: #fff;
	font-size: 30px;
	position: absolute;	
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;	
	transition: all 0.5s ease;
}
.owl-carousel.owl-theme .owl-nav button.owl-prev {
	left: 0;
}
.owl-carousel.owl-theme .owl-nav button.owl-next {
	right: 0;
}
.owl-carousel.owl-theme .owl-nav button span {
	display: none;
}
.owl-carousel.owl-theme .owl-nav button[class*='owl-']:before {
    color: #000;    
    font-family: FontAwesome;
    font-size: 24px;
    line-height: 30px;	
}
.owl-carousel.owl-theme .owl-nav button.owl-prev:before {
    content: "\f104";
}
.owl-carousel.owl-theme .owl-nav button.owl-next:before {
	content: "\f105";
}
.owl-carousel.owl-theme .owl-nav button[class*='owl-']:hover {
	background: #F90C55;
}
.owl-carousel.owl-theme .owl-nav button[class*='owl-']:hover::before {
	color: #fff;	
}
@media (max-width: 768px){
	.owl-carousel.owl-theme .owl-nav {
		display: none;
	}
}
/* Margin */
.mb-1, .my-1 {
    margin-bottom: .25rem!important;
}
.mb-2, .my-2 {
    margin-bottom: .5rem!important;
}
.mb-3, .my-3 {
    margin-bottom: 1rem!important;
}
.mb-4, .my-4 {
    margin-bottom: 1.5rem!important;
}
.mb-5, .my-5 {
    margin-bottom: 3rem!important;
}
.text-uppercase {
 text-transform: uppercase;
}
.product_information {
	/*text-transform: uppercase;*/
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;	
}
@media (max-width: 768px){
	.product-thumb .price {
		font-size: 18px;
	}
	.product-thumb h4 {
		text-align: center;
		line-height: 22px;
	}
}