/* Created on Wed, 13 Jun 2018 20:20:54 GMT */
/* Created on Fri, 17 Jun 2016 08:00:58 GMT */
@media screen and (max-width: 1200px) {
body {
	-webkit-text-size-adjust: 100%;
  	scroll-behavior: smooth;
  	font-family: 'Open Sans', sans-serif;
  	font-size: 16px;
  	font-weight: 300;
  	color: #57011c;
  	background: #57011c url(/images/wrapper-bg.png) repeat repeat;
}
.has-error .control-label, .has-error.checkbox label, .has-error.checkbox-inline label, .has-error.radio label, .has-error.radio-inline label {
	-webkit-animation: swing 2s ease-in-out;
	animation: swing 2s ease-in-out;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
}
#content.col-sm-12{
	padding: 0;
}
#content .block.firms ul{
	list-style: none;	
}
.register-wrap .pull-right{
	float: none !important;
}
.content_account .list-unstyled{
	flex-wrap: wrap
}
.content_account .list-unstyled img{
	width: 50% !important;
}
#dropdownMenuButton input{
	background-color: transparent;
	border: 1px solid #ffd2db;
	color: #ffd2db;
	border-radius: 7px;
}
#dropdownMenuButton{
	float: left;
	font-size: 11px;
	margin: 15px auto;
}
.input-group-btn button{
	vertical-align: top;
	font-size: 12px;
}
.optrozn .dropdown-menu input{
	border:none;
	background-color: transparent;
}
.optrozn .dropdown-menu a{
	display: block;
}
.optrozn .dropdown-menu{
	top: 52px;
	left: 85px;
}
#simple_login_layer {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99990;
    display: none;
    width: 100%;
    background-color: #000000;
}
#simple_login {
    position: fixed;
    z-index: 99991;
    display: none;
    padding: 5px;
    width: 300px;
    height: 250px;
    border: 1px solid #FFD9FF;
    -webkit-border-radius: 7px 7px 7px 7px;
    -moz-border-radius: 7px 7px 7px 7px;
    border-radius: 7px 7px 7px 7px;
    background: none repeat scroll 0 0 #FFFFFF;
    -khtml-border-radius: 7px 7px 7px 7px;
}
#simplecheckout_login {
    margin: auto;
    text-align: center;
}
#simple_login .simplecheckout-block-content {
    border: none !important;
}
#simplecheckout_login .simplecheckout-block-content {
    padding: 5px !important;
}
#simple_login_header {
    padding: 0px 0px;
    text-align: right;
}
.simple-content fieldset {
    text-align: left;
}
.simple-content .button, #simplecheckout_login .button {
    margin: 0px !important;
}
.simple-content .button, #simplecheckout_login .button {
    float: right;
}
a[data-onclick="openLoginBox"]{
	display: inline-block;
}
@keyframes swing {
	15% {
		-webkit-transform: translateX(9px);
		transform: translateX(9px);
	}
	30% {
		-webkit-transform: translateX(-9px);
		transform: translateX(-9px);
	}
	40% {
		-webkit-transform: translateX(6px);
		transform: translateX(6px);
	}
	50% {
		-webkit-transform: translateX(-6px);
		transform: translateX(-6px);
	}
	65% {
		-webkit-transform: translateX(3px);
		transform: translateX(3px);
	}
	100% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}
.item-buy-box{
	position: fixed;
	left:0;
	right:0;
	bottom: 0;
	z-index: 10000;
	height: 40px;
	background-color: rgb(195, 51, 96);
	box-shadow: 0 0 10px 0px #333;
}
img{
	max-width: 100% !important;
	height: auto !important;
}
.carousel-inner>.item>a>img, .carousel-inner>.item>img, .img-responsive, .thumbnail a>img, .thumbnail>img{
	max-width: 100%;
	display: inline;
}
h1,h2,h3,h4{
	text-align: center;
}
h1{
	font-size: 26px;
}
.tel{
	font-size: 12px;
}
/*div[class*='col-']{*/
/*	padding-left: 0 !important;*/
/*	padding-right: 0 !important;*/
/*}*/
input[type='text'],input[type='password']{
	height: 31px;
}
.optroz{
	text-align: center;
	margin: 10px auto;
}
.optroz input{
	background-color: #711830;
	color: #ffd2db;
	border: none;
	padding: 5px 10px;
	border-radius: 5px;
	font-size: 14px;
	font-weight: bold;
}
.optroz input[style]{
	background-color: #ffd2db;
	color: #711830;
}
span.price{
	display: block;
}
.additional-block .logo a span {
    display: none;
}
.additional-block .logo a {
    display: block;
    position: relative;
    width: 100%;
}
.additional-block .logo img {
    max-width: 100%;
    max-height: 120px;
}
.additional-block .logo a:hover span {
    display: block;
    position: absolute;
    display: block;
    color: #fff;
    font-family: Arial, sans-serif;
    text-transform: uppercase;
    border: 1px solid #fff;
    padding: 10px 12px 9px 12px;
    font-size: 13px;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    left: 50%;
}
.additional-block .logo a:hover:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(119, 15, 37, 0.5);
    left: 0;
    right: 0;
    border: 1px solid #fff;
}
.switch-pc a{
	border: 1px solid pink;
	padding: 10px;
	display: block;
	margin: 10px 0;
	color: #fff;
	border-radius: 5px;
}
.item-box footer{
	padding-bottom: 50px;
}
.jcarousel-wrapper{
	width: 100% !important;
	height: auto !important;
	margin-bottom: 15px;
	margin-top: 15px;
}
.jcarousel-pagination{
	display: none;
}
.slide-arrow{
	position:absolute;
	z-index: 100;
	margin-top: -15px;
	background: rgba(0,0,0,0.2)
	
}
.slide-arrow span{
	margin: 0;
	font-size: 30px;
	
}
.left-arrow{
	left: 0;
	top: 50%;
}
.right-arrow{
	right: 0;
	top: 50%;
}
.jcarousel img{
	display: block;
	max-width: 100% !important;
	height: auto !important;
}
.row{
	margin: 0;
}
.centered{
	text-align: center;
}
.mb10{
	margin-bottom: 10px;
}
.container-fluid{
	padding-left: 10px;
	padding-right: 10px;

}
.catalog-list li.list-group-item,
#useful .list-group-item{
	border: none;
	border-bottom: 1px dashed #ff6666;
	border-radius: 0;
	margin-bottom: 0;
}
.catalog-list .list-group-item a, #useful .list-group-item a{
	display: block;	color: #57011c !important;	
}
.navbar-inverse{
	border-bottom:1px solid #ccc;
	box-shadow:0 -3px 15px;
	margin-bottom: 10px;
	background: #57011c url(/catalog/view/theme/anabel/image/body-bg.png) repeat repeat;

}
.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form{
	border-color: #514B49;
	max-height: auto;
	width: 100%;
	position: absolute;


}
.navbar-inverse .navbar-toggle {
    border-color: transparent;
    font-size: 25px;
	color: #514B49;
	margin: 0;
}
.navbar-inverse .navbar-toggle:focus, .navbar-inverse .navbar-toggle:hover {
    background:transparent !important;
}
.navbar-inverse .navbar-toggle span.icon-bar{
   background-color: #ffcddc;
   width: 30px;
   height: 3px;
   margin-bottom: 7px;
}
.navbar-header a{
	float: right;
	margin: 0 4px;
	outline: none;

}
.navbar-toggle{
	
}
.navbar-inverse .navbar-toggle{
	margin-top: 5px;

	float: left;
	margin-left: 0;
}
.navbar-fixed-top .navbar-collapse{
	max-height: auto !important;
}
.navbar-collapse.in {
    overflow-y: initial;
}
.navbar-brand{
	float: left !important;
	margin: 0 !important;
	padding: 16px 0;
}
.navbar-brand img{
	width: 100px;
	margin-top: -10px;
	margin-left: -5px;
	
}
.navbar-nav{
	background:#57011c;
	margin-top:0;
	margin-bottom: 0;
}
.navbar-nav li{
	border-bottom: 1px dashed #ccc;
}
.navbar-nav li:last-child{
	border-bottom: none;
}
.navbar-inverse .navbar-nav>li>a{
	color: #FFF;
	text-align: center;
	padding: 8px;

}
.navbar-inverse .navbar-nav>li>a img:last-child{
	display: none;
}
.navbar-inverse .navbar-nav>li>a:focus,.navbar-inverse .navbar-nav>li>a:active{
	
	outline: none;
}
.navbar-inverse .search-icon{
	font-size:20px;
	color: #ffcddc;
	margin-top: 13px;
}
#navbar .navbar-toggle{
	float: none;
	margin: 0;
	padding: 0;
	font-size: inherit;
	border-bottom: 1px dashed #ccc;
}
#navbar .navbar-collapse{
	position: static;
}
#search{
	margin: 10px 5px;
}
#search input{
	height: 38px;
}
.glyphicon{
	margin-left: 8px;
	color:#ffcddc;
	cursor: pointer;
}
.glyphicon:before{
	color: #ffcddc;
}
.glyphicon-shopping-cart{
	position: relative;
}
.badge{
	position: absolute;
	top: 10px;
	left:-10px;
	background: #ffcddc;
	color: red;
}

.modal-backdrop.fade.in{
	z-index: 10;
}
#myModal .modal-content{
	background: rgb(153, 28, 67);;
	color: #57011c;
}
#myModal2 .modal-content{
	background: rgb(153, 28, 67);;
	color: #57011c;
}
#myModal .glyphicon:before{
	color:#57011c;
}
#myModal .modal-body p{
	font-size: 18px;
	text-align: left;
	font-weight: bold !important;
}
#myModal .modal-title, #myModal2 .modal-title{
	color: #ffcddc;
}
#myModal .modal-body p a{
	text-align: left;
	font-size: 18px;
	color: #57011c;
	background: #ffcddc !important;
}
#myModal2 ul li{
	padding:5px;
	background: #ffcddc;
	
}
#myModal2 ul li a{
	color: #57011c;	
}
#myModal .modal-footer button{
	background: #ffcddc;
	color: #57011c;
}
#myModal .modal-body p a.tel{
	font-size: 12px;
}
.catalog-box .panel-heading h4{
	font-size: 12px;
	line-height: 20px;
}
.catalog-box .panel-heading, .news-toggler{
	color: #ffd2db;
	/*height: 40px;*/
	background: #711830;
}
.catalog-box{
	padding: 0;
	width: 50%;
}
.panel-heading h4 a{
	display: block;
}
.promos-box a{
	width: 30%;
	display: inline-block;
}
.subscript-box input{
	margin-bottom: 10px;
}
.info-box{
	height: 260px;
	overflow-y: scroll;
}
.info-box h2{
	font-size: 18px;
}
/*REVIEWS PAGES*/
.review-company .comment {
	display: block;
	margin-bottom: 10px;
}
.review-company .name{
	float: left;
	font-size: 20px;
}
.review-company .date{
	float: right;
	color: #333;
	font-size: 14px;
}
.review-company .author{
	display: inline-block;
	width: 100%;

}
.review-company .review-item{
	margin-bottom: 30px;
}
#unicoding_manufacturer_reviews form#create-review .input-group-horizontal > label > input, #unicoding_manufacturer_reviews form#create-review .input-group-horizontal > label > select {
    width: 100%;
}
#unicoding_manufacturer_reviews form#create-review textarea, #unicoding_manufacturer_reviews form#create-review input, #unicoding_manufacturer_reviews form#create-review select {
    border-radius: 5px;
    border: 1px solid #b6a0a2;
    outline: none;
    padding-left: 10px;
    padding-right: 10px;
}
#unicoding_manufacturer_reviews form#create-review textarea {
    width: 100%;
    margin-bottom: 10px;
}
#unicoding_manufacturer_reviews form#create-review input[type=submit]{
	margin: 20px auto;
}
.error-text{
	font-size: 13px;
	color: red;
}
.rev-btn{
	text-transform: uppercase;
}
.user-links small{
	color: pink;
}
.user-links,.user-links a{
	color: #fff;
}
.user-links a{
	margin-right: 10px;
}
/*REVIEW BOX*/
.review-box .feedback td{
	display: block;
}
.review-box .feedback td input[type = text],
.review-box .feedback td textarea{
	max-width: 460px;
	min-height: 40px;
	min-width: 300px;
}
.name_otz {
    padding-top: 5px;
    color: #ce2a51;
    padding-bottom: 6px;
    background-color: #f9e3e5;
    border-bottom: 1px dashed red;
    padding-left: 10px;
}
.otz_date {
    float: right;
    text-align: right;
    padding-right: 10px;
    font-weight: bold;
    font-size: 11px;
}
.text_otz {
    padding-top: 25px;
    padding-bottom: 25px;
    padding-left: 5px;
    background: #fff;
}
.pager_otz {
   
    background-color: #fff9fa;
}
.pager_otz ul {
    position: relative;
  	padding: 0;
    list-style-type: none;
}
.pager_otz ul li {
    display: inline-block;
    vertical-align: middle;
}
.pager_otz ul li.prev a {
    background: url('http://anabel.by/images/pager-prev.png') no-repeat 50% 50%;
}
.pager_otz ul li.next a {
    background: url('http://anabel.by/images/pager-next.png') no-repeat 50% 50%;
}
.pager_otz ul li a {
    display: block;
    padding: 10px;
    font-size: 20px;
    line-height: 12px;
  
    color: #8b2440;
    text-align: center;
}
.pager_otz ul li.active a {
    background-color: #f9d7db;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

/*CONTACTS*/
.contacts-box form td{
	display: block;
}
.contacts-box form input[type=text]{
	height: 40px;
	min-width: 300px;
}
.contacts-box form textarea{
	min-width: 300px;
}

/*SALES*/

.sales-box ul.products > li a {
    display: block;
}
.sales-box ul.products > li .image {
    position: relative;
    border: 1px solid #efcacb;
    text-align: center;
   /* height: 266px;*/
    vertical-align: top;
}
.sales-box ul.products > li .image img{
	
}
.sales-box .sale_img {
    position: absolute;
    bottom:0;
    right: 0;
    background-image: url('http://anabel.by/images/sale.png');
    height: 56px;
    width: 56px;
}
.sales-box .hits_image {
    position: absolute;
    margin-left: -38px;
    height: 156px;
    width: 156px;
}
.sales-box .p_image_opt,.sales-box .p_image {
    font-size: 14px;
    line-height: 12px !important;
    color: white;
    font-weight: bold;
    margin-top: 8px;
}
.sales-box .p_image{
	padding-top: 15px;
}
.sales-box .new {
    position: absolute;
}
.sales-box ul.products > li .image ul.accessories {
    position: absolute;
    right: 1px;
    bottom: 1px;
    list-style-type: none;
}
.sales-box ul.products > li h4 {
    font-size: 14px;
    text-transform: uppercase;
    color: #ca003f;
    text-align: center;
    line-height: 18px;
}
.sales-box ul.products table td {
    font-size: 14px;
    text-align: left;
    vertical-align: top;
    color: #57011c;
}

.pagination {
    background-color: #fff9fa;
}
.pagination  {
    position: relative;
  	padding: 0;
  	margin: 0;
    list-style-type: none;
}
.pagination li {
    display: inline-block;

}
.pagination li a {
    display: block;    
    border: none;
    padding: 10px;
    font-size: 20px;
    line-height: 12px;
    color: #8b2440;
    text-align: center;

}
.pagination li.active span {
    background-color: #57011c;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    
}

#form-review .form-group{
	margin: 0 !important;
}
/*COLLECTIONS*/
.category-box ul{
	list-style: none;
	padding: 0;
	margin: 0;
}
.category-box li{
	display: inline-block;
	text-transform: uppercase;
	margin:5px 10px;
}
.category-box li a{
	color: #8b2440;
}
.category-box li.active{
	background: #fff;
	padding: 5px 10px;
}

.checkbox input[type="checkbox"]{
	position: static ;
	margin: 0 10px 0 0;
}
.checkbox span{
	font-size: 18px;
}
.filter-size select {
	height: 40px;
}
#filter_vier .title-filter  {
    height: 31px;
    line-height: 30px;
    background: url('http://anabel.by/images/filter-h4.png') repeat-x 50% 50%;
    color: #ca003f;
    text-align: center;
    text-transform: uppercase;
    font-family: Georgia, Arial;
    font-size: 13px;
    text-align: center;
    font-weight: bold;
}
.subb li{
	font-size: 16px;
	text-align: center;
	padding: 5px;

}
.subb li a{
		color: pink;
}
.subnav a{
	padding: 5px;
	display: block;
	color: #cc3366;
	border: 1px solid;
	border-radius: 4px;
	margin-bottom: 5px;
	text-align: center;
}
/*ITEM PAGE*/
.form-box .list-unstyled h2{
	font-size: 1.5em !important;
}
.new-items ul.products li{
	width: 100px;
	height: 	295px;
	margin-right: 10px;
	margin-left: 10px;
}
.new-items ul.products li .image{
	height: auto;
}
.item-box .image-pane{
	margin: 10px auto;
	text-align: center;
}
.item-box .image-pane a{
	display: inline-block;
	width: 80px;
}
.image-box{
	text-align: center;
}
.image-box .cloudzoom{
	max-width: 280px !important;
}
.item-box .form-box .pic{
	display: none;
}
.form-box .cost {
    font-size: 26px;
    color: #ca003f;
    padding: 10px 5px;

    font-weight: bold;
    margin-bottom: 10px;

}
.form-box .error_model {
    display: none;
    margin-left: 10px;
    width: 100%;
    font-size: 13px;
    color: red;
    text-align: center;
    font-size: 20px;
}
.form-box .razmer-2 {
    padding-bottom: 10px;
    width: 100%;
   
    display: block;
   
}
.form-box .tablica a {
    color: #d12057;
    border-bottom: 1px dashed;
    font-size: 16px !important;
   
}
.form-box .label-color,.form-box .label-size {
    padding: 8px;
    margin-left: 10px;
    cursor: pointer;
    background-color: #ffffff;
    color: #57011c;
    border-radius: 6px;
    border: 1px solid #de979b;
    font-weight: bold;
    display: inline-block !important;
    margin-top: 10px;
}
.form-box form>div{
margin-left: 0 !important;
margin-right: 0 !important;
}
#modal-window-sizes {
    width: 100%;
    border: 10px hotpink solid;
    background: #fff;
    position: fixed;
	top: 0;
	left: 0;
	transform: translateY(-50%);
    display: none;
    opacity: 0;
    z-index: 500;
    padding: 25px 0px;
}
#modal-window-sizes img{
	position: static !important;
}
#modal-window-sizes #modal-close {
    width: 21px;
    height: 21px;
    position: absolute;
    top: 5px;
    right: 5px;
    cursor: pointer;
    display: block;
}
.button_cart {

    background: url(/images/btncart.png) !important;
    height: 41px !important;
    width: 213px !important;
    border: none !important;
    box-shadow: none !important;
	padding-left: 40px;
    color: #fff;
	padding-right: 10px !important;
    font-size: 15px !important;
}
.item-buy-box .button_cart{
	margin: 0;
	float: right;
}
.item-buy-box a{
	display: inline-block;
	margin: 5px 0 5px 10px;
}
/*.rating+div{
	display: none;
}*/
.mfp-wrap{
	z-index: 10000000 !important;
}
#popup-purchase-wrapper .popup-center {
    padding: 10px;
    overflow: auto;
    background: #f0cccc;
    text-align: center;
    font-size: 15px;
}
#popup-purchase-wrapper input{
	width: 100%;
	height: 35px;
}
#popup-purchase-wrapper textarea{
	display: block;
	width: 100%;
}
.form-box .label-color-select, .form-box .label-size-select {
    padding: 8px;
    margin-left: 10px;
    cursor: pointer;
    color: white;
    font-weight: bold;
    border-radius: 6px;
    background-color: #88002b;
    color: white;
    border: 1px solid #88002b;
    margin-top: 10px;
   
}
.form-box .colors-1{
	display: block;
}
.descrip .opis {
    font-family: Georgia, Arial;
    font-size: 13px;
    color: #ca003f;
    padding-bottom: 2px;
    text-transform: uppercase;
    margin-left: 10px;
    font-weight: bold;
}
#hidden-blocks{
	display: none;
}
#deliv-message{
display: none;
width: 100% !important;
height:195px;
left: 0px !important;
}
#cart-message {
display: none;
width: 400px;
height:195px;
left: 0px !important;
}
#cart-message-1{
background: url(/images/border_top.png) center bottom no-repeat;
height: 50px;
width:450px
}
#cart-message-2{
background: url(/images/border_bot.png) center top no-repeat;
height: 50px;
width:450px
}
#message {
background: #f0cccc;
z-index: 9999;
padding: 22px 20px 23px 20px;
/* background: url('/catalog/view/theme/anabel/img/small-pop.png') no-repeat scroll right bottom #ecf4e5; */
width: 400px;
height: 150px;
border-radius: 7px;
}
#img_close{
display: block;
height: 30px;
text-decoration: none;
width: 30px;
position: absolute;
top: 52px;
right: 5px;
background: url('http://anabel.by/images/cclose.png') no-repeat left top;
}
#img_close-1{
display: block;
height: 30px;
text-decoration: none;
width: 30px;
position: absolute;
top: 5px;
right: 5px;
background: url('http://anabel.by/images/cclose.png') no-repeat left top;
}
#img_close-2{
display: block;
height: 30px;
text-decoration: none;
width: 30px;
position: absolute;
top: 52px;
right: 5px;
background: url('http://anabel.by/images/cclose.png') no-repeat left top;
}
#cart-inform-button{
margin-top: 6px;
text-decoration: none;
text-align: center;
padding: 9px 20px;
-webkit-border-radius: 7px;
-moz-border-radius: 7px;
border-radius: 7px;
font: 12px Arial, Helvetica, sans-serif;
color: #ffffff;
background-color: #991c43;
background-image: -moz-linear-gradient(top, #991c43 0%, #6b0122 100%);
background-image: -webkit-linear-gradient(top, #991c43 0%, #6b0122 100%);
background-image: -o-linear-gradient(top, #991c43 0%, #6b0122 100%);
background-image: -ms-linear-gradient(top, #991c43 0% ,#6b0122 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6b0122', endColorstr='#6b0122',GradientType=0 );
background-image: linear-gradient(top, #991c43 0% ,#6b0122 100%);
-webkit-box-shadow: 0px 0px 2px #bababa, inset 0px 0px 1px #ffffff;
-moz-box-shadow: 0px 0px 2px #bababa, inset 0px 0px 1px #ffffff;
box-shadow: 0px 0px 2px #bababa, inset 0px 0px 1px #ffffff;
text-shadow: #000 1px 1px 1px;
filter: dropshadow(color=#000000, offx=0, offy=-1);
-webkit-transition: background 0s ease;
-moz-transition: background 0s ease;
-o-transition: background 0s ease;
transition: background 0s ease;
cursor: pointer;
text-transform: uppercase;
}
#cart-inform-button:hover {
margin-top: 6px;
padding:9px 20px; 
-webkit-border-radius:7px;
-moz-border-radius:7px; 
border-radius: 7px; 
font:12px Arial, Helvetica, sans-serif; 

color:#ffffff; 
background-color:#cc3a5e; 
text-shadow: #000 1px 1px 1px;
background-image: -moz-linear-gradient(top, #cc3a5e 0%, #e67a90 100%); 
background-image: -webkit-linear-gradient(top, #cc3a5e 0%, #e67a90 100%); 
background-image: -o-linear-gradient(top, #cc3a5e 0%, #e67a90 100%); 
background-image: -ms-linear-gradient(top, #cc3a5e 0% ,#e67a90 100%); 
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e67a90', endColorstr='#e67a90',GradientType=0 ); 
background-image: linear-gradient(top, #cc3a5e 0% ,#e67a90 100%);   
-webkit-box-shadow:0px 0px 2px #bababa, inset 0px 0px 1px #ffffff; 
-moz-box-shadow: 0px 0px 2px #bababa,  inset 0px 0px 1px #ffffff;  
box-shadow:0px 0px 2px #bababa, inset 0px 0px 1px #ffffff; 
cursor: pointer;
text-transform: uppercase; 
}
.message_text{
font-size: 24px;
padding-top: 40px;
text-align: center;
margin-bottom: 30px;
font-family: Georgia;
}
#dostav-message-1{
background: url(/images/border_top.png) center bottom no-repeat;
height: 50px;
width:100% ;
}
#dostav-message-2{
background: url(/images/border_bot.png) center top no-repeat;
height: 50px;
width:100%;
}
#dostav-message {
background: #f0cccc;
z-index: 9999;
padding: 5px;
width: 100% !important;
border-radius: 7px;

}
.dostavka-tab{
background-color: #fce8e8;
border-collapse: collapse;
border: 1px solid #fce8e8;
width: 100%;
}
.dostavka-tab tr td{

text-align: center;
}
.dostavka-tab tr,.dostavka-tab td{
border: 1px dashed #f2aeba;
}
.dostavka-span{
color: #ca003f;
font-size:12px;
padding-bottom:7px;
padding-top:7px;
display: block;
font-family: Georgia;
}
.dostavka-p{
color:	#480117;
padding-bottom:20px;
padding-top:20px;
}
.dostavka-title {
color: #b3013d;
font-weight: bold;
font-family: Georgia;
font-size: 15px;
padding-bottom: 3px;
display: block;
}
.dostavka-bg {

width: 100%;
height: 15px;
padding-bottom:7px;
}
.error_model{
display:none;
margin-left:10px;
width:100%;
font-size:13px;
color:red;
text-align:center;
margin-left: 250px;
}
#oneclick-message-1{
background: url(/images/border_top.png) center bottom no-repeat;
height: 50px;
width:100%;
}
#oneclick-message-3{
background: url(/images/border_bot.png) center top no-repeat;
height: 50px;
width:100%;
}
#oneclick-message-2 {
background: #f0cccc;
z-index: 9999;
padding: 12px 20px 40px 20px;
width:100%;
height: 240px;
border-radius: 7px;
text-align: center;
}
#oneclick-message{
display: none;
width:100%;
height: 250px;
left: 0px !important;
}
#form_oneclick label {
width: 100%;
display: block;
text-align: left;
color: #57011c;
padding-bottom: 4px;
font-size: 15px;
}
#form_oneclick input[type='text']{
	width: 100%;
}
#oneclick_name, #oneclick_phone {
width: 394px;
margin-bottom: 20px;
height: 30px;
border-radius: 4px;
border-top: 1px solid #C0C0C0;
border-left: 1px solid #C0C0C0;
font-size: 18px;
padding-left: 5px;
}
.oneclick_help {
margin: -10px 0 20px 0px;
font-size: 12px;
font-style: italic;
color: #7f7f7f;
}
.form_error{
margin-top: -25px;
margin-bottom: 10px;
color: red;
display:none;
}
.radio-custom-edit_color {
    border: 1px solid #a10034;
    position: relative;
    border-radius: 4% !important;
    width: 100%;
    height: 33px;
    padding: 5px;
    background: #6f0224;
    font-weight: bold;
    color: white !important;
    text-transform: uppercase;
    font-family: inherit;
    padding-left: 10px;
    padding-right: 10px;
    display: inline-block;
    outline: none;
}
.radio-custom_color {
    border: 1px solid #a10034;
    position: relative;
    border-radius: 5% !important;
    width: 100%;
    height: 33px;
    padding: 5px;
    background: white;
    font-weight: bold;
    color: black !important;
    text-transform: uppercase;
    font-family: inherit;
    padding-left: 10px;
    padding-right: 10px;
    display: inline-block;
    outline: none;
}
.checkbox input[type=checkbox], .checkbox-inline input[type=checkbox], .radio input[type=radio], .radio-inline input[type=radio] {
    position: relative;
    margin-top: 0px;
    margin-left: 0px;
}
.checkbox label, .radio label {
    min-height: 20px;
    margin-bottom: 0;
    font-weight: 400;
    cursor: pointer;
    padding-left: 0px !important;
}
.checkbox, .radio {
    position: relative;
    display: inline-block;
    margin-top: 0px;
    margin-bottom: 0px;
}
.opis {
    font-family: -webkit-pictograph;
    font-size: 13px;
    color: #700023;
    padding-bottom: 2px;
    text-transform: uppercase;
    margin-left: 10px;
    font-weight: bold;
}
div.required .control-label:before {
    content: '* ';
    color: #F00;
    font-weight: bold;
}
.radio-custom_size {
    border: 1px solid #a10034;
    position: relative;
    border-radius: 9% !important;
    width: 100%;
    height: 33px;
    padding: 5px;
    background: #b72a56;
    font-weight: bold;
    color: white;
    text-transform: uppercase;
    font-family: inherit;
    padding-left: 10px;
    padding-right: 10px;
    display: inline-block;
    outline: none;
}
.radio-product {
    display: none;
}
.radio-custom-edit_size {
    border: 1px solid #a10034;
    position: relative;
    border-radius: 9% !important;
    width: 100%;
    height: 33px;
    padding: 5px;
    background: #6f0224;
    font-weight: bold;
    color: white !important;
    text-transform: uppercase;
    font-family: inherit;
    padding-left: 10px;
    padding-right: 10px;
    display: inline-block;
    outline: none;
}
.radio-custom_size {
    background: white !important;
    color: #1b1919 !important;
}
.text-danger {
    color: #ff0500;
    font-weight: bold;
    text-transform: uppercase;
}
#button-cart{
	margin-top: 80px;
	margin-bottom: 20px;
}
.onclick-block{
	margin: 20px 0;
}
.onclick-block button{
	font-size: 16px;
}
/*CART*/
.summary {
    margin: 30px 0;
    font-size: 19px;
    text-transform: uppercase;
}
#cartform table tr td{
	padding: 5px;
}
#cartform table{
	margin-bottom: 15px;
	width: 100%;
	table-layout: fixed;
}
#cartform table tr{
	border: 1px solid #ccc;
}
#cartform table td.text-center{
	text-align: left;
}
.cart-start #cartform .table-responsive table:last-child tr td:first-child{
	display: none;		
}
.cart-final .simplecheckout-cart-total {
    display: none;
    padding: 7px 3px;
    text-align: right;
}
.simplecheckout .panel{
	background-color: transparent;
}
#simplecheckout_payment .simplecheckout-block-content .radio label span, #simplecheckout_shipping .simplecheckout-block-content .radio label span, #agreement_checkbox .checkbox label span, .account-newsletter .radio-inline span, .account-register .radio-inline span, .account-register .buttons span {
    position: relative;
    padding: 0 0 0 35px;
    cursor: pointer;
    display: block;
    margin-bottom: 3px;
}
#simplecheckout_payment .simplecheckout-block-content .radio label span:before, #simplecheckout_shipping .simplecheckout-block-content .radio label span:before, #agreement_checkbox .checkbox label span:before, .account-newsletter .radio-inline span:before, .account-register .radio-inline span:before, .account-register .buttons span:before {
    content: '';
    position: absolute;
    top: -2px;
    left: 1px;
    width: 22px;
    height: 22px;
    border: 1px solid #CDD1DA;
    border-radius: 50%;
    background: #FFF;
}
#simplecheckout_payment .simplecheckout-block-content .radio label input, #simplecheckout_shipping .simplecheckout-block-content .radio label input, #agreement_checkbox .checkbox label input, .account-newsletter .radio-inline input, .account-register .radio-inline input, .account-register .buttons input[type=checkbox] {
    position: absolute;
    z-index: -1;
    opacity: 0;
    margin: 10px 0 0 7px;
}
#simplecheckout_payment .simplecheckout-block-content .radio label span:after, #simplecheckout_shipping .simplecheckout-block-content .radio label span:after, #agreement_checkbox .checkbox label span:after, .account-newsletter .radio-inline span:after, .account-register .radio-inline span:after, .account-register .buttons span:after {
    content: '';
    position: absolute;
    top: 1px;
    left: 4px;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #F0CCCC;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.5);
    opacity: 0;
    transition: .2s;
}
#simplecheckout_payment .simplecheckout-block-content .radio label input:checked + span:after, #simplecheckout_shipping .simplecheckout-block-content .radio label input:checked + span:after, #agreement_checkbox .checkbox label input:checked + span:after, .account-newsletter .radio-inline input:checked + span:after, .account-register .radio-inline input:checked + span:after, .account-register .buttons input[type=checkbox]:checked + span:after {
    opacity: 1;
}
#cartform .count-input {
    width: 65%;
}
#cartform .table-responsive table{
	table-layout: fixed;
	font-size: 14px;
}
#cartform .table-responsive table:last-child{
	table-layout: auto;
	font-size: 14px;
}
#cartform .table-responsive table:last-child td:last-child{
white-space: nowrap;
	
}
#cartform .times {
    padding-top: 5px;
    padding-bottom: 3px;
    float: left;
}
#cartform .refresh {
    float: left;
}
#cartform .buttons>div{
	float: none !important;
}
#cartform [data-onchange=changeProductQuantity]{
	padding: 2px;
	text-align: center;
}
#cartform .buttons>div a{
	margin:20px 0 !important;
}
#cartform #col-sm-12 > div{
	float: none !important;
}
#collapse-coupon input{
	width: 100% !important;
	display: block !important;
	float: none !important;
}
#collapse-coupon .input-group-btn{
	display: block;
	width: 200px;
	margin: 10px 0;
}
#collapse-coupon .input-group-btn input{
	border-radius: 5px;
}
#cartform [id^='options_edit']{
	top:50px !important;
	width: 100% !important;
	
}
.logins{
	
	margin: 5px 0;
}
.logins div{
	display: inline-block;
	float: right;
}
.logins a#enter {
    display: inline-block;
    background: url('http://anabel.by/images/enter.png') no-repeat 0 0;
    width: 187px;
    height: 28px;
}
.logins a{
	color:#57011c;
}
.reg-box table td{
	display: block;
}
.btn-login{
	float: right;
	padding: 5px;
	background: #711830;
	border: none;
	outline: none;
	margin-bottom: 5px;
}
.btn-login:focus, .btn-login:hover, .btn-login:active{
	background: #ffcddc;	outline: none;
}
#restorepass{
	display: none;
}
#enter-box input{
	margin: 0 5px 5px 0;
}
.logins {
	border-bottom: 2px dashed;
}
.cabinet-box .cabinet-menu a{
	background: #711830;
	color: #fff;
	padding: 5px;
	border-radius: 5px;
	display: inline-block;
	margin-bottom: 5px;
}
 #regform td{
	display: block;
}
/*FOOTER*/
footer{
	background: #57011c url(/catalog/view/theme/anabel/img/body-bg.png) repeat repeat;
	color: #fff;
    border-top: 3px solid #cc3366;
    border-bottom: 3px solid #cc3366;
	margin-top: 10px;
	margin-left: -10px;
	margin-right: -10px;
	text-align: center !important;
	padding: 5px;
	font-size: 12px;
}
footer .copywr{
	font-size: 12px;
}
footer .social-box{
	margin-bottom: 10px;
}

footer .copywr img{
	display: block;
	margin: auto;
	width: 120px;
}
footer .requisites-box{
	font-size: 14px;
}
footer .requisites-box img{
	display: none;
}
footer .requisites-box button{
	background:#cc3366;
	border:none;
	outline: none;
}
footer .requisites-box .glyphicon:before{
	color: #fff;
}
footer .requisites-box button:active,footer .requisites-box button:focus{
	outline: #fff !important;
}



.sales-items .text-right{
	text-align: left;
}
#deliveryBlock{
	display: none;
}
.optv .onli_param p {
    float: left;
    padding-right: 0px;
}
.title-filter {
    border-left: none;
    /* border-top: none; */
    border-top: 1px solid;
    box-shadow: none;
    margin-bottom: 0;
    font-weight: 600;
    margin: 6px;
    background-color: #F5F5F5;
    padding: 0 3px !important;
    cursor: default;
}
.optv .onli_param {
    padding: 0px 0px 9px 12px;
    display: inline-block;
}
.img_opts, .botton_opts {
    display: inline-block;
    margin: 0 !important;
    /* margin: 0 5px; */
}
.block_param p, .no_ram p {
    padding: 0px 7px 2px 10px;
    position: relative;
    /* margin: 0px !important; */
}
#filter_vier label {
    margin: 0 !important;
    width: 100% !important;
    font-weight: 400;
    font-size: 16px;
}
.block-fv a {
    word-wrap: break-word;
    position: relative;
    text-decoration: none;
}
a {
    color: rgb(197, 20, 75);
    /* font-family: -webkit-pictograph !important; */
    letter-spacing: 1px;
    font-weight: bolder;
}
#filter_vier .checkb:before, #filter_vier .checka:before {
    width: 10px;
    height: 10px;
    margin-right: 4px;
    top: 1px;
}
#filter_vier .checkb:before {
    background: #666 none repeat scroll 0% 0%;
}
#filter_vier a:before, #action_get a:before {
    content: "" !important;
    margin: 0;
    position: relative;
    display: inline-block;
}
#filter_vier .checka:before, #filter_vier .checkb:hover:before, #filter_vier .checka:hover:before {
    background: #57BB09 none repeat scroll 0% 0%;
    border-radius: 50%;
}
.btn-primary {
	text-shadow: 1px 1px 1px black;
    background-repeat: repeat-x;
    font-size: 13px;
    color: rgb(255, 255, 255);
    background-color: rgb(195, 51, 96);
    margin-bottom: 14px;
    font-family: inherit;
    font-weight: bold;
    margin: 0 20px;
    letter-spacing: 1px;
    border-radius: 7px;
    border-width: initial;
    border-style: none;
    border-color: initial;
    border-image: initial;
}
.btn-default {
    box-shadow: 1px 1px 8px grey;
}
.btn {
    border-radius: 7px;
}
.btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
    background-color: rgb(230, 99, 140);
    box-shadow: rgba(0, 0, 0, 0.1) 0px 1000px 0px inset;
    border-collapse: collapse !important;
    background-position: 0px -15px;
    border-color: white;
}
.sales-items{
	text-align: center;
}
.sales-items .product-layout.product-grid,
.sales-items .product-layout.product-list{
	display: inline-block;
	max-width:49%;
	vertical-align: top;
}
.sales-items .product-thumb {
    margin-bottom: 20px;
    overflow: auto;
    border-radius: 5px;
    background: white;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(223, 181, 181);
  
}
.product-grid .product-thumb .image,
.product-list .product-thumb .image{
    position: relative;
    float: none;
    z-index: 4;
    overflow: hidden;
}
.image .discount {
    position: absolute;
    right: 5px;
    bottom: 5px;
    width: 60px;
    height: 60px;
    background-color: #ab1d49;
    border-radius: 50%;
    color: rgb(255, 255, 255);
    line-height: 80px;
    font-family: Arial;
    font-weight: bold;
    font-size: 12px;
    cursor: default;
}
.product-thumb .button-group {
    border-top: 1px solid #ddd;
    background-color: #eee;
    overflow: auto;
}
.product-thumb .button-group button {
    width: 100%;
    border: none;
    display: inline-block;
    float: left;
    background-color: #ab1d49;
    color: #ffffff;
    font-weight: 600;
    text-align: center;
    text-shadow: 0px 0px 2px black;
    height: 30px;
    font-family: Arial, sans-serif;
}
span.hidden-xs, span.hidden-sm, span.hidden-md, span.hidden-lg {
    display: inline;
    font-weight: normal;
    letter-spacing: 1px;
}
.product-thumb .button-group button + button {
   display: none
}
.product-thumb .button-group button:hover {
    color: white;
    background-color: #d63663;
    text-decoration: none;
    cursor: pointer;
}
.discount .text {
    display: inline-block;
   
    font-size: 12px;
    line-height: 12px;
}
.product-thumb .caption {
    padding: 0 5px;
    text-align: center;
    font-size: 12px;
 
}
.product-thumb .caption h4{
	font-size: 12px;
}
@media only screen and (min-width: 768px){

body{
	font-size: 20px;
}
header .navbar .container{
	width: 100%;
	padding: 0;
}
.navbar-header {
    float: none;
    padding: 0 0 0 25px;
}
.navbar-toggle {
    display: block;
}
.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
    border-top: 1px solid #ccc;
}


.navbar-collapse.collapse {
	display: none !important;
}
.navbar-collapse.collapse.in {
	display: block !important;
}
.promos-box img{
	width: 180px;
}
}
@media(min-width: 640px){
	.sales-items .product-layout.product-grid, .sales-items .product-layout.product-list{
		max-width: 32%;
	}
	
	}

.sales-box .form-group-product .row.no-margin + div {
	display: none;
}




#unicoding_manufacturer_reviews {
    padding: 20px;
}

#unicoding_manufacturer_reviews .reviews {
    display: flex;
    flex-direction: column;
}

#unicoding_manufacturer_reviews .reviews > .review-item {
    margin: 0 0 20px 0;
    padding: 10px;
    overflow: auto !important;
    border: 1px solid rgba(221, 221, 221, 0);
    border-radius: 10px;
    text-align: left;
    font-size: 15px;
    color: #000;
    box-shadow: 1px 1px 10px #999;
    background-color: #F5DEB3;
}

#unicoding_manufacturer_reviews .reviews > .review-item .author {
    display: flex;
    flex-direction: row;
}

#unicoding_manufacturer_reviews .reviews > .review-item .author .name {
    flex: 1 0 0;
    text-align: left;
    color: #000;
}

#unicoding_manufacturer_reviews .reviews > .review-item .author .date {
    flex: 1 0 0;
    text-align: right;
    color: #aaa;
}

#unicoding_manufacturer_reviews .reviews > .review-item .rating {

}

#unicoding_manufacturer_reviews .reviews > .review-item .comment {
    text-align: justify;
}

#unicoding_manufacturer_reviews .reviews > .review-item .product {
    margin: 20px 0 0 0;
}

/*FORM STYLES*/
#unicoding_manufacturer_reviews form#create-review {

}

#unicoding_manufacturer_reviews form#create-review .input-group-horizontal {
    display: flex;
    flex-direction: row;
}

#unicoding_manufacturer_reviews form#create-review .input-group-vertical {
    display: flex;
    flex-direction: column;
}

#unicoding_manufacturer_reviews form#create-review .input-group-vertical > label,
#unicoding_manufacturer_reviews form#create-review .input-group-horizontal > label {
    flex: 1 0 0;
    padding: 0 10px;
}

#unicoding_manufacturer_reviews form#create-review .input-group-horizontal > label > input,
#unicoding_manufacturer_reviews form#create-review .input-group-horizontal > label > select {
    width: 100%;
}

#unicoding_manufacturer_reviews form#create-review textarea {
    width: 100%;
    min-height: 200px;
    resize: none;
}

#unicoding_manufacturer_reviews form#create-review textarea,
#unicoding_manufacturer_reviews form#create-review input,
#unicoding_manufacturer_reviews form#create-review select {
    border-radius: 5px;
    border: 1px solid #b6a0a2;
    outline: none;
    padding-left: 10px;
    padding-right: 10px;
}

#unicoding_manufacturer_reviews form#create-review input[type="submit"] {
    color: #ffffff;
    background-color: #c33360;
    text-shadow: 0 1px 1px black;
}

#unicoding_manufacturer_reviews form#create-review input[type="submit"]:hover {
    background-color: #ff4378;
}

#unicoding_manufacturer_reviews .message-success {
    padding: 10px;
    border-radius: 10px;
    background-color: #aaffaa;
    color: #000;
    text-align: center;
    margin: 10px 0;
    box-shadow: 1px 1px 10px #999;
    border: 1px solid #ccc;
    box-sizing: border-box;
}

#unicoding_manufacturer_reviews span.error-text {
    color: #ff0000;
}
}
/*
     */
/*
*/