* {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 12px;	
}
body {
	color: black;
}

h1, .h1 {
	font-size: 3rem;
	margin-bottom: 15px;
}


h2, .h2 {
    font-size: 2.2rem;
}

hr {
	margin-top:0;
	margin-bottom:0;
}

a
{
	color: black;
}

a:hover
{
	color: #b1b1b1;
}

.stickybox {
	display: none;
	background: #fbfbfb;
	-webkit-box-shadow: 1px 1px 5px 0px rgba(0,1,1,0.35);
	-moz-box-shadow: 1px 1px 5px 0px rgba(0,1,1,0.35);
	box-shadow: 1px 1px 5px 0px rgba(0,1,1,0.35);
}

.fs-2r {font-size: 2rem!important;}

.stickytop {
	display: block;
	position:fixed;
	top:0;
	width: 100%;
	z-index: 10;
}

.logo, .sticky_logo, .logo a, .sticky_logo a{
    font-size: 2rem;
    text-transform: uppercase;
    font-weight: 600;
}

.logo a:hover, .sticky_logo a:hover {
    text-decoration: none;
    color: inherit;
}

.logo svg, .sticky_logo svg {
    width: 28px;
    height: 28px;
}

.callback {
	font-size: 1.6rem;
}

.callback a {
	font-size: 1.6rem;
	cursor: pointer;
}

.top_menu {
    margin-top: 20px;
}

.top_menu .nav-item{
    border-right: 1px dotted #9b4573;
    text-transform: uppercase;
}
	
.top_menu .nav-item:last-child {
    border-right: none;
}

.top_menu li.current a, .top_menu a:hover {color: #b1b1b1;}

.top_menu li a, .top_menu_stickybox  li a {
	line-height: 28px;
	color: black;
	font-size: 1.5rem;
}

.wrapper {
	background: #fff;
	padding: 25px;
}

.btn_phone, .btn_order{
	cursor: pointer;
	font-size: 15px;
	padding: 8px 8px;
	border: none;
	color: #fff!important;
	background: #a92020;
	border-radius: 5px;
}

a.btn_order:hover {
	text-decoration: none;
	color: #fff;
}

a.h_phone {
    font-size: 1.7rem;
    color: black;
    text-decoration: none;
    border-radius: 5px;
    border: 2px solid #a92020;
}

 ul.shop_menu{
	padding: 5px 10px;
}

.shop_menu li {
	border-bottom: 1px dashed #ccc;
}

.shop_menu li:last-child {
	border-bottom: none;
}


.shop_menu a {
	color: black;
	display: block;
	padding: 10px;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 1.3rem;
	min-width: 150px;
	text-align: left;
}

.shop_menu a:hover {color: #7c529d;}

.shop_group_box {
	background: #f2f2f2;
	background: -moz-linear-gradient(left, #f2f2f2 0%, #ffffff 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#f2f2f2), color-stop(100%,#ffffff));
	background: -webkit-linear-gradient(left, #f2f2f2 0%, #ffffff 100%);
	background: -o-linear-gradient(left, #f2f2f2 0%, #ffffff 100%);
	background: -ms-linear-gradient(left, #f2f2f2 0%, #ffffff 100%);
	background: linear-gradient(to right, #f2f2f2 0%, #ffffff 100%);
	border: 1px solid #e4e4e4;
	border-radius: 10px;
}

.owl-stage-outer{
	border-radius: 10px 10px 0 0;
}

.content  {min-height: 650px;}

.content p, .content ul li, .content ol li, .content strong, content b, .content a {font-size: 1.3rem;}

.breadcrumbs {
	margin-bottom: 10px;
	font-size: 1.3rem;
}

.breadcrumbs a {
	font-size: 1.3rem;
}

.price_block {
    font-size: 0;
    text-align: center;
}

.item_block {
    text-align: center;
    border: 1px solid #eae7e7;
    border-radius: 5px;
}

.item_block img {padding: 10px;}

.item_title {
	padding: 8px;
	font-size: 1.3rem;
}

.item_title_2 {
	text-align: center;
	padding: 0 8px;
	height: 26px;
    overflow: hidden;
    font-size: 1.2rem;
}

.item_title_2 a {
	font-weight: 600;
	text-decoration: none;
}

.item_buy {
	cursor: pointer;
    display: inline-block;
    width: 50%;
    background: #a92020;
    padding: 5px 0;
    color: white;
    border-radius: 0 0 5px 0;
}

.item_buy a {
    font-size: 1rem;
}


.price {
	background: black;
	color: white;
	top: 0;
	border: 1px solid black;
    	border-radius: 10px 0;
}

.item_block a:hover {color: inherit;}

.item_price {font-size: 2.5rem;}


.foot, .foot a {color: white;}

.foot li a {font-size: 1.3rem;}

#upbutton {
	color: #5f5f84;
	bottom: 30px;
	right: 30px;
	cursor: pointer;
	display: none;
	overflow: hidden;
	position: fixed;
	z-index: 9999;
	font-size: 60px;
}

#close-sidebar-nav {
    position: fixed;
    visibility: hidden;
    opacity: 0;
    text-decoration: none;
    top: 0;
    left: 0;
    font-size: 1.4em;
    padding: 10px;
    height: 100%;
    background: rgba(0, 0, 0, .8);
    right: 0;
    z-index: 100000;
    cursor: pointer;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
}

#sidebar-nav {
box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    position: fixed;
    top: 0;
    height: 100%;
    z-index: 100000;
    width: 280px;
    overflow-y: auto;
    padding: 30px 20px 20px;
    background: #f9f9f9;
    left: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transform: translateX(-280px);
    -webkit-transform: translateX(-280px);
    -moz-transform: translateX(-280px);
}

.button-menu-mobile-cont {padding: 20px 35px 0;}

.button-menu-mobile {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	float: right;
	line-height: 40px;
	text-align: center;
	color: black;
	font-size: 24px;
	cursor: pointer;
	transition: color 0.3s;
	-webkit-transition: color 0.3s;
	-moz-transition: color 0.3s;
	display: inline-block;
	cursor:pointer;
}

.modal-header {
    border-bottom: 3px solid #5f5f84!important;
}

.modal-footer {
    border-top: 3px solid #5f5f84!important;
}

.modal-body .h3 {
    font-size: 2rem;
    margin-bottom: 15px;
    color: #5f5f84;
    text-transform: uppercase;
}

.modal-body .form-control {
	border: 1px solid #ececec;
}

.form-group {margin-bottom: 1.5rem;}

.modal-footer button {
	font-size: 15px;
	padding: 10px 25px;
	border: none;
	color: #fff;
	background: #a92020!important;
	text-decoration: none;
}

.btn-success2 {
    background: linear-gradient(to bottom,#13823f 0%,#08d73c 100%)!important;
}

.modal-footer>:not(:last-child) {margin-right: 1rem;}

.btn-secondary:not(:disabled):not(.disabled):active {
	background-color: #636363;
	border-color: #636363;
}

.btn:not(:disabled):not(.disabled):active {
	background-color: #636363;
}

.modal-footer {padding: 2rem;}

.btn-cart {
	display: inline-block;
	color: #fff;
	padding: 4px 15px;
	font-size: 1.3rem;
	margin-top: 8px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border: 1px solid white;
}

.btn_cart_button{
	cursor: pointer;
	font-size: 1.3rem;
	padding: 10px 20px;
	border-radius: 5px;
	border: none;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	transition: all 0.3s linear;
	color: #fff;
	background: #a92020;
}

.header-cart > div {
	font-size: 1.3rem;
	text-align: center;
}

.table-cart > div {
	text-align: center;
	font-size: 1.3rem;
}

.table-cart a {
	font-size: 1.3rem;
}

.foot-cart > div {
	font-size: 1.3rem;
	font-weight: bold;
	text-align: center;
	margin: 10px 0;
}

.form-control {
	padding: 10px 12px;
	font-size: 1.3rem;
	border: 1px solid #ececec;
	
}

.form-group label, .form-group option {
	font-size: 1.3rem;
}

.shop_cart span, .shop_cart .total tr, .shop_cart th, .shop_cart td, .shop_cart td a {
	font-size: 1.1rem;
}


.shop_cart tr:nth-child(odd) {
    background: #5f5f84;
    color: white;
}

select.form-control:not([size]):not([multiple]) {
	height: unset;
}

.input_error {color: red;}

.close span {
	font-size: 4.5rem;
	color: black;
}

.quantity {
	position: relative;
	display: inline-block;
}

.quantity input {
	border: 1px solid black;
	width: 80px;
	padding: 11px 11px;
	font-size: 1.3rem;
	border-radius: 4px;
}

.quantity span.qty-up {
	position: absolute;
	right: 5px;
	top: 7px;
	color: black;
	cursor: pointer;
}

.quantity span.qty-down {
	position: absolute;
	right: 5px;
	bottom: 5px;
	color: black;
	cursor: pointer;
}

.img_fast {width: 70px;}

.pr {
    text-align: center;
    color: black;
    width: 50%;
    display: inline-block;
    font-size: 1.2rem;
}

.item_block_associated {
	border: 1px solid #e4e4e4;
	border-radius: 10px;
}

.item_buy_associated {
	right:0;
}

.head_email {font-size: 1.3rem;}

.top-cart {display: inline-block;}

.top-cart a.top-cart-link::before, .top-favorite a.top-favorite-link::before {
    bottom: 0;
    content: "\f291";
    font-family: fontawesome;
    font-size: 26px;
    left: -2px;
    line-height: 40px;
    position: absolute;
    text-align: center;
    width: 41px;
}
.top-cart a.top-cart-link::before {
	color: #5f5f84;
}
.top-favorite a.top-favorite-link::before {
	color: #F8BBD0;
}
.top-cart a.top-cart-link, .top-favorite a.top-favorite-link {
	border-radius: 5px;
	display: block;
	height: 41px;
	position: relative;
	width: 41px;
}
.top-cart a.top-cart-link {
	border: 2px solid #5f5f84;
}

.top-cart a.top-cart-link span, .top-favorite a.top-favorite-link span {
    display: block;
    font-size: 10px;
    font-weight: 600;
    height: 15px;
    position: absolute;
    right: 11px;
    top: 20px;
    text-align: center;
    width: 15px;
    background: #a92020;
}
.top-cart a.top-cart-link span {
	color: white;
}

.more-cart-info {
	background-color: #fff;
	box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.1);
	padding: 15px;
	position: absolute;
	right: 0;
	transform-origin: 0 0 0;
	transition: all 0.5s ease 0s;
	display: none;
	width: 250px;
	z-index: 110;
	top: 50px;
	left: auto;
}

.cart-item-list-empty {
    padding: 10px 0 10px 10px;
	font-size: 14px;
}
.more-cart-info > span {
  padding: 10px;
  font-size: 12pt;
  font-weight: 300;
}
.cart-active + .more-cart-info {
  display: block;
}
.cart_content h3 > i {
  font-size: 17px;
  padding-right: 10px;
}
.cart-item-image {
  min-width: 60px;
  text-align: center;
  float: left;
  padding-right: 10px;
  padding-left: 10px;
}
.cart-item-image img {
  max-width: 100%;
  max-height: 64px;
}
.cart-item-list {
  margin-bottom: 0px;
}
.cart-item {
  border-bottom: 1px solid #f2f2f2;
  overflow: hidden;
  padding: 10px;
}
.cart-item:hover {
  background-color: #f2f2f2;
}
.cart-item-name {
  padding-left: 10px;
}
.cart-item-name > a {
  color: #000;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
}
.cart-price {
  font-size: 8pt;
  color: #999;
  padding: 5px 0 0 10px;
}

.cart-link {
  float: right;
  padding: 10px 10px 10px 0;
}
.cart-link a {
	font-size: 1.3rem;
}

.actions a {
	font-size: inherit;
}

footer {
	border-top: 1px solid #dadada;
	background: #f6f6f6;
}
.main_banner {
	color: white;
	text-align: center;
	text-transform: uppercase;
	padding: 8px 0;
	background: black;
}

.breadcrumbs i {margin: 0 5px;}

.group_block {min-height: unset;}

.input__text, .textarea {
	width: 100%; 
	border: 1px solid #e4e4e4; 
	padding: 4px 8px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 10px;
	background: #fff;
	color: #282828;
	font-size: 14px;
	margin-bottom: 15px;
}

.search_box {
    margin: 20px 0;
}

.search_box .btn {
    background: #a92020;
    border: none;
}

.h24 img {width:40px;}

.age18 img {width:50px; float:left;}

.header-cart {
    background: #5f5f84;
    padding: 10px 0;
    color: white;
}

.table-cart {
    border-bottom: 1px solid #dad2d2;
    background: #fafafa;
    min-height: 90px;
}

.foot-cart {
    background: #5f5f84;
    color: white;
}

.table-cart i {
    font-size: 2rem;
    color: red;
}

@media only screen and (max-width: 679px) {

	.fix-top {
		position: fixed;
		right: 0;
		z-index: 1030;
	}

	.button-menu-mobile-cont.menu-mobile-fix {position: fixed;top:0;z-index: 999;left:7.5%;}

	.open-sidebar-nav #sidebar-nav {left: 280px;}
	.open-sidebar-nav #close-sidebar-nav {
		left: 280px;
		opacity: 1;
		visibility: visible;
	}

	ul.shop_menu a{
		text-align: center;
	}

	.top_menu ul li{
		margin-bottom: 10px;
	}

	.top_menu li {
		background: none;
		border-right: none;}

	.top_menu li a {
		font-size: 1.1rem;
        text-transform: uppercase;
        font-weight: 300;
	}

	.shop_menu a {min-width: 150px}

	.shop_nav_item {
		margin-bottom: 15px;
	}
	.close1 {display: none;}

	.main_banner{background: none;}

	.shop_group_box {border: none;}

	.more-cart-info {
        width: 100%;
        top: 52px;
    }
    
    .item_title_mob {
        text-align: center;
        background: #5f5f84;
        color: white;
        text-transform: uppercase;
        padding: 10px 0;
        border-radius: 3px;
    }
    
    .group_main_mob a {
        text-decoration: none;
    }
}