a33939
@import url('https://fonts.googleapis.com/css?family=Roboto:100,300,400,700&subset=cyrillic,cyrillic-ext');

/* #Helper classes
================================================== */
a {
    text-decoration: none;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
    color: #431313;
    color: #a33939;
}
label a{
    color: #a33939;
}
label a:hover{
    color: #67292a;
}
img {
    text-decoration: none;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
h1,h2,h3,p {
    margin:0;
}
.center_them {
     display:inline-block;
     zoom: 1;
    *display:inline;
}
.vertical_centering {
    display: table-cell;
    vertical-align: middle;
}
.vertical_centering_css3 {
    position: relative;
    float: left;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.clear { clear: both; }
.left { float: left; }
.right { float: right; }
.pointer {cursor: pointer;}
.relative {position: relative;}
.absolute {position:absolute;}
.absolute_n_coordinats {position:absolute;top:0;left:0;}
.invisible {display: none;}
.block {display:block !important;}
.w100 {width:100%;}
.w100_important {width:100% !important;}
.h100 {height:100% !important;}
.center {text-align:center;}
.ta-right {text-align:right;}
.upper {text-transform: uppercase;}
.bold {font-weight:bold;}
.decor_none {text-decoration: none;}
.border_none {border: 0 !important;}
.box_sizing {box-sizing:border-box;}
.overflow_hidden {overflow: hidden;}
.clearfix {
   zoom:1;}
.clearfix:after {
   content: "";
   display: block;
   clear: both;
   height: 0;
}
.ml25 {margin-left:25px;}
.mr70 {margin-right:70px;}
.mt50 {margin-top:50px;}
.mt55 {margin-top:55px;}
.mt10 {margin-top:10px;}
.ml10 {margin-left:10px;}
.mb15 {margin-bottom:15px;}
.mt30 {margin-top:30px;}
.mt6 {margin-top:6px;}
.owl-carousel .owl-item img {
    display: inline-block !important;
}
input,textarea,a, button, select, span {outline: none !important;}
* { -webkit-tap-highlight-color: rgba(0,0,0,0); }

/* #Site styles
================================================== */
body {
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
    line-height: normal;
    background: #fafafa;
}

header {
    height: 100px;
    background: #fff;
    box-shadow: 0 4px 4px 0 rgba(1, 1, 1, 0.2);
    margin-bottom: 0;
}
.navbar-brand {
    height: auto;
    line-height: normal;
    padding: 0;
    margin-top: 25px;
    width: 160px;
}
.navbar-brand img{
    width: 100%;
}
.promos {
    background: #b8a6a6;
}
.navbar-nav > li.promos > a{
    color: #fff;
}
.navbar-nav > li > a {
    padding: 0 15px;
    height: 100px;
    line-height: 135px;
    color: #666;
    font-size: 12px;
    text-transform: uppercase;
    position: relative;
}
.navbar-nav > li > a span {
    position: relative;
    z-index: 1;
}
.navbar-nav > li > a::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
    content: "";
    background: #fafafa;
    border-bottom: 2px solid #a33939;
    opacity: 0;
    box-sizing: border-box;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.navbar-nav > li > a:hover::after {
    height: 115%;
    opacity: 1;
}
.navbar-nav > li > a:hover {
    background: none;
}
.navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
    margin-left: 0;
}
.navbar-right {
    margin-right: 0;
}
.navbar-header {
    margin-right: 20px !important;
    margin-left: 31px !important;
    margin-top: -9px;
    position: relative;
    z-index: 1;
}
.navbar-toggle {
  border: none;
  background: transparent !important;
}
.navbar-toggle:hover {
  background: transparent !important;
}
.navbar-toggle .icon-bar {
  width: 22px;
  transition: all 0.2s;
}
.navbar-toggle .top-bar {
  transform: rotate(45deg);
  transform-origin: 10% 10%;
}
.navbar-toggle .middle-bar {
  opacity: 0;
}
.navbar-toggle .bottom-bar {
  transform: rotate(-45deg);
  transform-origin: 10% 90%;
}
.navbar-toggle.collapsed .top-bar {
  transform: rotate(0);
}
.navbar-toggle.collapsed .middle-bar {
  opacity: 1;
}
.navbar-toggle.collapsed .bottom-bar {
  transform: rotate(0);
}
header .orders_info {
    width: 167px;
    margin-top: 30px;
    margin-left: 50px;
}
header .orders_info span {
    color: #666666;
    font-size: 11px;
}
header .orders_info a {
    color: #666666;
    font-size: 24px;
    letter-spacing: 0.9px;
}
header .login_holder {
    position: absolute;
    top: 10px;
    right: 0;
}
header .login_holder a {
    color: #666666;
    font-size: 11px;
}
header .login_holder .devider {
    margin: 0 5px;
    color: #666666;
    font-size: 11px;
}
#cartDropdown{
    background: #fff;
    padding-top: 10px;
}
header .cart {
    position: absolute;
    bottom: -1px;
    right: 0;
    width: 73px;
}

header .cart.have-product #cartDropdown {
    border-radius: 50%;
  cursor: pointer;
  box-shadow: 0 0 0 rgba(163,57,57, 0.4);
  animation: pulse 1.5s infinite;
}

@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(163,57,57, 0.4);
  }
  70% {
      -webkit-box-shadow: 0 0 0 20px rgba(163,57,57, 0);
  }
  100% {
      -webkit-box-shadow: 0 0 0 0 rgba(163,57,57, 0);
  }
}
@keyframes pulse {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(163,57,57, 0.4);
    box-shadow: 0 0 0 0 rgba(163,57,57, 0.4);
  }
  70% {
      -moz-box-shadow: 0 0 0 20px rgba(163,57,57, 0);
      box-shadow: 0 0 0 20px rgba(163,57,57, 0);
  }
  100% {
      -moz-box-shadow: 0 0 0 0 rgba(163,57,57, 0);
      box-shadow: 0 0 0 0 rgba(163,57,57, 0);
  }
}


header .cart.have-product .cart_img{
/*	animation: cartPusle 3s infinite;  */ 
}
#cartDropdown:hover .cart_img {

    -webkit-transform: scale(1.2); /* Safari */
    transform: scale(1.2);
}
@keyframes cartPusle{
	0%{
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	50%{
		-webkit-transform: scale(1.2); /* Safari */
    	transform: scale(1.2);
	}
	100%{
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

header .cart .title {
    color: #000;
    font-size: 10px;
    font-weight: 300;
    text-transform: uppercase;
    margin-top: 12px;
    text-align: center;
    padding-bottom: 8px;
    border-bottom: 3px solid #a33939;

}
body header .open > .cart_dropdown {
    display: block;
}
header .cart .cart_dropdown {
    position: absolute;
    top: 72px;
    background: #fff;
    right: 0;
    width: 220px;
    display: none;
    box-shadow: 0px 1px 3px 0 rgba(1, 1, 1, 0.2);
}
header .cart .cart_dropdown .ordered_prods {
    padding: 0 10px;
    margin-top: 10px;
}
header .cart .cart_dropdown .column {
    margin-top: 8px;
}
header .cart .cart_dropdown .column .right_info {
    width: 120px;
    margin-left: 10px;
}
header .cart .cart_dropdown .column .prod_name {
    color: #666666;
    font-size: 12px;
    font-weight: 300;
}
header .cart .cart_dropdown .column .right_info:hover .prod_name {
    text-decoration: underline;
}
header .cart .cart_dropdown .column .price {
    color: #666666;
    font-size: 12px;
    margin-top: 4px;
}
header .cart .cart_dropdown .column .prod_img {
    border: 1px solid #e8ddeb;
    overflow: hidden;
}
header .cart .cart_dropdown .column .prod_img:hover img {
    -ms-transform: scale(1.1); /* IE 9 */
    -webkit-transform: scale(1.1); /* Safari */
    transform: scale(1.1);
}
header .cart .cart_dropdown .column .prod_img img {
    margin-left: 0;
}
header .cart .cart_dropdown .summary {
    margin-top: 10px;
    background: #fafafa;
    padding: 14px 15px;
}
header .cart .cart_dropdown .summary .left_text {
    color: #666666;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 300;
    margin-top: 2px;
}
header .cart .cart_dropdown .summary .right_text {
    color: #a33939;
    font-size: 14px;
    text-transform: uppercase;
}
header .cart .cart_dropdown .to_cart {
    margin: 15px 0;
}
header .cart .cart_dropdown .to_cart span {
    color: #a33939;
    font-size: 14px;
    margin-left: 15px;
    margin-top: 3px;
}
header .cart .cart_dropdown .to_cart img {
    margin-right: 15px;
}
#main_content {
    margin-top: 100px;
}
.top_infos {
    margin-top: 30px;
}
.top_infos .top_box {
    height: 38px;
}
.top_infos .top_box .txt {
    margin-left: 7px;
}
.top_infos .top_box.mr70{
    margin-right: 50px;
}
.top_infos .top_box .txt span {
    color: #666666;
    font-size: 14px;
    float: left;
    clear: both;
}
.top_infos .search_bar {
    position: relative;
    margin-top: 3px;
}
.top_infos .search_bar .search_input {
    width: 280px;
    height: 32px;
    border: 2px solid #cccccc;

    font-size: 15px;
    background: none;
    padding: 0 32px 0 10px;
    color: #666666;
}
.hover_s_icon {
    display: none;
}
.is_focused .search_input {
    border-bottom: 1px solid #a33939!important;
}
.top_infos .search_bar .search_input::-moz-placeholder {
    opacity: 1;
    color: #666666;
    filter: alpha(opacity=100);
}
.top_infos .search_bar .search_input:-moz-placeholder {
    opacity: 1;
    color: #666666;
    filter: alpha(opacity=100);
}
.top_infos .search_bar .search_input:-ms-placeholder {
    opacity: 1;
    color: #666666;
    filter: alpha(opacity=100);
}
.top_infos .search_bar .search_input:-webkit-placeholder {
    opacity: 1;
    color: #666666;
    filter: alpha(opacity=100);
}
.top_infos .search_bar .submit_search {
    position: absolute;
    top: 0;
    right: 0;
    border: 0;
    cursor: pointer;
    height: 27px;
    background: none;
    padding: 0;
    width: 28px;
}
.top_infos .search_bar .submit_search img {
    margin-left: 5px;
}
.top_infos .socials {
    margin-top: 8px;
}
.top_infos .socials a {
    margin-left: 6px;
}
.top_infos .socials a:hover img {
    opacity: 0.5;
}
.second_menu {
    margin-top: 15px;

}
.second_menu .second_menu_links {
    color: #666666;
    font-size: 14px;
    height: 52px;
    border-bottom: 1px solid #cccccc;
    background: #fff;
    padding-left: 10px;
    position: relative;
    overflow: hidden;
    z-index: 100;
}
.second_menu .second_menu_links .vertical_centering_css3 {
    z-index: 1;
}
.second_menu .second_menu_links::after {
    position: absolute;
    top: 0;
    right: -100%;
    height: 100%;
    content: "";
    width: 100%;
    border-left: 2px solid #a33939;
    background: #fafafa;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.second_menu_dropdown .third-level .second_menu_links::after{
    background: transparent;
    right:-100%;

}
.second_menu .second_menu_links:hover::after, .second_menu .second_menu_links.active::after, .second_menu_dropdown .second_menu_links::after {
    right: 0;
}

.products_desc {
    margin-left: 200px;
}
.index_top_slider {
    margin-top: 18px;
}
.index_top_slider .owl-nav {
    display: none;
}
.index_top_slider .owl-dots {
    position: absolute;
    bottom: 15px;
    right: 22px;
}
.index_top_slider .owl-dots .owl-dot {
    float: left;
    width: 12px;
    height: 12px;
    border: 1px solid #333333;
    margin-left: 10px;
}
.index_top_slider .owl-dots .active {
    background: #333333;
}
.fav_parfume {
    margin-top: 30px;
}
.fav_parfume .parfume_back {
    margin-left: -28px;
    width: 1195px;
}
.fav_parfume .form_content {
    position: absolute;
    top: 8px;
    right: 290px;
    z-index: 1;
    width: 335px;
}
.fav_parfume .form_content .styled_input {
    width: 100%;
    background: rgba(255,255,255,0.6);
    height: 40px;
    border-radius: 500px;
    border: 0;
    padding: 0 20px;
    color: #000;
    font-size: 14px;
    font-style: italic;
    margin-top: 10px;
}
body .fav_parfume .form_content .mail_input {
    padding: 0 115px 0 20px;
}
.fav_parfume .form_content .styled_input::-moz-placeholder {
    opacity: 1;
    color: #000;
    filter: alpha(opacity=100);
}
.fav_parfume .form_content .styled_input:-moz-placeholder {
    opacity: 1;
    color: #000;
    filter: alpha(opacity=100);
}
.fav_parfume .form_content .styled_input:-ms-placeholder {
    opacity: 1;
    color: #000;
    filter: alpha(opacity=100);
}
.fav_parfume .form_content .styled_input:-webkit-placeholder {
    opacity: 1;
    color: #000;
    filter: alpha(opacity=100);
}
.fav_parfume .form_content .send {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 109px;
    height: 43px;
    border: 0;
    cursor: pointer;
    background: url("/box/img/send.png") no-repeat;
    background-size: 109px;
    padding: 0;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
    text-indent: 8px;
    line-height: 48px;
}
.fav_parfume .form_content .send:hover {
    background: url("/box/img/send_hover.png") no-repeat;
    background-size: 109px;
}
.parfume_gender {
    margin-top: 71px;
}
.fav_parfume .negative22 {
    margin-top: -22px;
}
.fav_parfume .texts {
    position: absolute;
    bottom: 12px;
        left: 0;
    width: 100%;
}
.fav_parfume .texts .title {
    color: #fff;
    font-size: 68px;
    text-transform: uppercase;
    font-weight: 300;
    padding-left: 15px;
    margin: 0;
}
.fav_parfume .texts .see_full {
    font-size: 16px;
    font-weight: 300;
    color: #fff;
    padding: 0 55px;

}
.fav_parfume .texts .see_full img {
    margin-left: 6px;
    margin-top: 1px;
}
.parfume_gender_link {
    overflow: hidden;
}
.fav_parfume a:hover .see_full img {
    margin-left: 12px;
}
.on_right {
   float: right;
}
.parfume_gender_link:hover .main_img {
    -ms-transform: scale(1.1); /* IE 9 */
    -webkit-transform: scale(1.1); /* Safari */
    transform: scale(1.1);
}
.heading {
    color: #666666;
    font-size: 30px;
    text-transform: uppercase;
    padding-bottom: 10px;
    border-bottom: 1px solid #cccccc;
    display: inline-block;
    overflow: hidden;
    font-weight: 300;
}
.sub_heading {
    color: #666666;
    font-size: 14px;
    font-weight: 300;
    display: inline-block;
    overflow: hidden;
}
.prod_box {
    border: 1px solid #cccccc;
    position: relative;
    background: #fff;
    overflow: hidden;
}
.prod_box .img_wrap {
    height: 188px;
    overflow: hidden;
}
.prod_box .img_wrap img {
    display: inline-block;
    overflow: hidden;
}
.prod_box .percent {
    position: absolute;
    top: 0;
    left: 0;
    width: 36px;
    height: 46px;
    background: url("/box/img/percent.png") no-repeat;
    background-size: 36px;
    color: #fff;
    font-size: 20px;
    text-align: left;
    text-indent: 7px;
}
.prod_box .product_info {
    padding: 0 25px;
}
.prod_box .product_info .prod_name {
    color: #666666;
    font-size: 14px;
    margin-top: 5px;
    height: 54px;
    overflow: hidden;
}
.prod_box .product_info .descr {
    color: #666666;
    font-size: 12px;
    font-weight: 300;
    height: 28px;
    overflow: hidden;
}
.prod_box .product_info .prices_wrap {
    margin-top: 8px;
    min-height: 49px;
}
#sub_image_pos {
    margin-top: 8px;
}
#sub_text {
    color: #fff;
}
.prod_box .product_info .prices_wrap .left_part {
    width: 60%;
}
.prod_box .product_info .prices_wrap .left_part .old_price {
    color: #666666;
    font-size: 14px;
    text-decoration: line-through;
}
.prod_box .product_info .prices_wrap .left_part .new_price {
    color: #67292a;
    font-size: 18px;
    font-weight: bold;
}
.prod_box .product_info .prices_wrap .right_part {
    width: 40%;
}
.prod_box .product_info .prices_wrap .right_part .save_top {
    color: #654685;
    font-size: 10px;
    text-align: right;
    margin-top: 3px;
}
.prod_box .product_info .prices_wrap .right_part .save_bottom {
    color: #654685;
    font-size: 12px;
    text-align: right;
    margin-top: 6px;
}
.prod_box .fast_order_wrap {
    margin-right: -100%;
    height: 40px;
    background: #67292a; /* Old browsers */
    background: -moz-linear-gradient(top, #67292a 0%, #341012 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #67292a 0%,#341012 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #67292a 0%,#341012 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#67292a', endColorstr='#341012',GradientType=0 ); /* IE6-9 */
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.prod_box .hover_fix {
    height: 40px;
    margin-top: 12px;
}
.prod_box:hover .fast_order_wrap {
    margin-right: 0;
}
.prod_box .fast_order_wrap:hover {
    background: #341012; /* Old browsers */
    background: -moz-linear-gradient(top, #341012 0%, #67292a 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #341012 0%,#67292a 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #341012 0%,#67292a 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#341012', endColorstr='#67292a',GradientType=0 ); /* IE6-9 */
}
.prod_box .fast_order_wrap .fast_order {
    height: 40px;
    line-height: 40px;
    padding-left: 18px;
}
.prod_box .fast_order_wrap .fast_order img {
    margin-top: 14px;
}
.prod_box .fast_order_wrap .fast_order span {
    color: #dfdfdf;
    font-size: 14px;
    margin-left: 7px;
}
.prod_box .fast_order_wrap .buy_now {
    height: 40px;
    line-height: 40px;
    padding-right: 18px;
    padding-left: 15px;
    position: relative;
}
.prod_box .fast_order_wrap .buy_now::after {
    position: absolute;
    top: 10px;
    left: 0;
    width: 1px;
    height: 22px;
    content: "";
    background: #a996bd;
}
.prod_box .fast_order_wrap .buy_now img {
    margin-top: 9px;
}
.prod_box .fast_order_wrap .buy_now span {
    color: #dfdfdf;
    font-size: 14px;
    margin-left: 7px;
}
.cats_box {
    margin-top: 40px;
}
.cats_box .series {
    height: 40px;
    background: #67292a;
    color: #fff;
    line-height: 40px;
    font-size: 14px;
    padding: 0 15px;
    text-transform: uppercase;
}
.products_slider {
    margin-top: 64px;
}
.products_slider .box {
    border: 1px solid #e8e8e8;
    background: #fff;
    padding-bottom: 35px;
}
.products_slider .box .img_wrap {
    margin-top: 15px;
    overflow: hidden;
}
.products_slider .box:hover .img_wrap img {
    -ms-transform: scale(1.1); /* IE 9 */
    -webkit-transform: scale(1.1); /* Safari */
    transform: scale(1.1);
}
.products_slider .box img {
    display: inline-block;
    width: auto !important;
}
.products_slider .box .prod_name {
    color: #666666;
    font-size: 14px;
    margin-top: 5px;
    padding: 0 25px;
    margin-top: 5px;
    height: 34px;
    overflow: hidden;
}
.products_slider .box .descr {
    color: #666666;
    font-size: 12px;
    font-weight: 300;
    padding: 0 25px;
    margin-top: 5px;
}
.products_slider .box .price {
    color: #666666;
    font-size: 16px;
    font-weight: bold;
    padding: 0 25px;
    margin-top: 5px;
}
.blog_box {
    margin-top: 45px;
    overflow: hidden;
}
.blog_box:hover img {
    -ms-transform: scale(1.1); /* IE 9 */
    -webkit-transform: scale(1.1); /* Safari */
    transform: scale(1.1);
}
.blog_box .absolute_box {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    padding: 0 95px;
}
.blog_box .absolute_box .info_holder {
    float: left;
    height: inherit;
    background: rgba(51,51,51,0.8);
    padding: 0 15px;
    position: relative;
}
.blog_box .absolute_box .info_holder .title {
    font-size: 18px;
    text-transform: uppercase;
    margin-top: 14px;
    color: #fff;
    padding-bottom: 10px;
    border-bottom: 1px solid #848585;
    padding-right: 25px;
}
.blog_box .absolute_box .info_holder .descr {
    font-size: 12px;
    color: #fff;
    margin-top: 10px;
    font-weight: 300;
}
.blog_box .absolute_box .info_holder .see_more {
    font-weight: 300;
    font-size: 12px;
    color: #fff;
    text-transform: uppercase;
    padding: 7px 0;
    border-top: 1px solid #7e7f7f;
    border-bottom: 1px solid #7e7f7f;
}
.blog_box .absolute_box .info_holder .see_more {
    position: absolute;
    bottom: 12px;
    left: 15px;
}
.blog_box .absolute_box .info_holder .see_more:hover{
    text-decoration: none;
    border-color: #fff;
}
.subscribe {
    margin-top: 85px;
}
.subscribe .has_background {
    height: 130px;
    background: url("/box/img/subscribe.jpg") no-repeat;
    background-size: cover;
}
.subscribe .content_holder {
    display: inline-block;
    position: relative;
    width: 753px;
    height: 138px;
    padding-left: 60px;
    padding-right: 40px;
}
.subscribe .content_holder::after {
    position: absolute;
    top: -4px;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.6);
    -ms-transform: skewX(-20deg); /* IE 9 */
    -webkit-transform: skewX(-20deg); /* Safari */
    transform: skewX(-20deg);
    content: "";
}
.subscribe .content_holder .left_part {
    width: 230px;
    position: relative;
    z-index: 1;
}
.subscribe .content_holder .left_part img {
    margin-top: 14px;
}
.subscribe .content_holder .left_part .text1 {
    color: #fff;
    font-size: 20px;
    font-weight: 300;
    margin-top: -11px;
    text-indent: 19px;
}
.subscribe .content_holder .left_part .text2 {
    color: rgba(255,255,255,0.7);
    font-size: 14px;
    font-weight: 300;
    text-align: left;
    font-style: italic;
}
.subscribe .content_holder .right_part {
    width: 340px;
    position: relative;
    z-index: 1;
    height: 138px;
}
.subscribe .content_holder .right_part input {
    height: 42px;
    color: #fff;
    font-size: 12px;
    font-weight: 300;
    font-style: italic;
    border-radius: 500px;
    padding: 0 110px 0 20px;
    background: rgba(255,255,255,0.2);
    border: 1px solid #6a6367;
}
.subscribe .content_holder .right_part input::-moz-placeholder {
    opacity: 1;
    color: #fff;
    filter: alpha(opacity=100);
}
.subscribe .content_holder .right_part input:-moz-placeholder {
    opacity: 1;
    color: #fff;
    filter: alpha(opacity=100);
}
.subscribe .content_holder .right_part input:-ms-placeholder {
    opacity: 1;
    color: #fff;
    filter: alpha(opacity=100);
}
.subscribe .content_holder .right_part input:-webkit-placeholder {
    opacity: 1;
    color: #fff;
    filter: alpha(opacity=100);
}
.subscribe .content_holder .right_part button {
    width: 110px;
    position: absolute;
    top: 0;
    right: 0;
    height: 42px;
    border-radius: 500px;
    border: 0;
    background: #ada7a6; /* Old browsers */
    background: -moz-linear-gradient(top, #ada7a6 0%, #dedcdb 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #ada7a6 0%,#dedcdb 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #ada7a6 0%,#dedcdb 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ada7a6', endColorstr='#dedcdb',GradientType=0 ); /* IE6-9 */
}
.subscribe .content_holder .right_part button:hover {
    background: #dedcdb; /* Old browsers */
    background: -moz-linear-gradient(top, #dedcdb 0%, #ada7a6 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #dedcdb 0%,#ada7a6 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #dedcdb 0%,#ada7a6 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dedcdb', endColorstr='#ada7a6',GradientType=0 ); /* IE6-9 */
}
.subscribe .content_holder .right_part span {
    color: #333333;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 300;
    height: 42px;
    line-height: 42px;
    margin-left: 5px;
}
.subscribe .content_holder .right_part img {
    margin-left: 4px;
    margin-top: 13px;
}
footer {
    background: #e7e7e7;
    padding-bottom: 35px;
}
footer .box .title {
    color: #333333;
    font-size: 14px;
    text-transform: uppercase;
    margin: 25px 0;
}
footer .box .links_wrap a {
    clear: both;
    margin-top: 12px;
    color: #666666;
    font-size: 14px;
    position: relative;
    overflow: hidden;
    text-decoration: none !important;
}
footer .box .links_wrap a::after {
    position: absolute;
    top: 3px;
    left: -12px;
    width: 12px;
    height: 12px;
    background: url("/box/img/footer_arr.png") no-repeat;
    background-size: 12px;
    content: "";
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
footer .box .links_wrap a:hover {padding-left:20px;}
footer .box .links_wrap a:hover::after {
    left: 0;
}
footer .socials_wrap a {
    margin-left: 37px;
    margin-top: 10px;
    clear: both;
}
footer .socials_wrap a:hover img {
    opacity: 0.5;
}
footer::after {
    position: absolute;
    top: 62px;
    left: 0;
    width: 100%;
    height: 1px;
    background: #cccccc;
    content: "";
}
.bottom_line {
    background: #333333;
    height: 40px;
    line-height: 40px;
}
.bottom_line .text {
    color: #c7c7c7;
    font-size: 11px;
}
.navbar-toggle {
    border-radius: 4px;
    margin-top: 21px;
}
.navbar-toggle .icon-bar {
    background: #a33939;
    height: 4px;
    width: 35px;
}
.navbar-toggle .icon-bar + .icon-bar {
    margin-top: 5px;
}
.search_bar_mobile {
    float: left;
    width: 100%;
    background: #a33939;
    margin-top: 10px;
    position: relative;
}
.search_bar_mobile .search_input {
    width: 100%;
    height: 40px;
    border: 0;
    font-size: 12px;
    background: none;
    padding: 0 32px 0 10px;
    color: #fff;
}
.search_bar_mobile .search_input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #fff;
}
.search_bar_mobile .search_input::-moz-placeholder { /* Firefox 19+ */
  color: #fff;
}
.search_bar_mobile .search_input:-ms-input-placeholder { /* IE 10+ */
  color: #fff;
}
.search_bar_mobile .search_input:-moz-placeholder { /* Firefox 18- */
  color: #fff;
}
.search_bar_mobile .search_input::-moz-placeholder {
    opacity: 1;
    color: #fff;
    filter: alpha(opacity=100);
}
.search_bar_mobile .search_input:-moz-placeholder {
    opacity: 1;
    color: #fff;
    filter: alpha(opacity=100);
}
.search_bar_mobile .search_input:-ms-placeholder {
    opacity: 1;
    color: #fff;
    filter: alpha(opacity=100);
}
.search_bar_mobile .search_input:-webkit-placeholder {
    opacity: 1;
    color: #fff;
    filter: alpha(opacity=100);
}
.search_bar_mobile .submit_search {
    position: absolute;
    top: 0;
    right: 0;
    border: 0;
    cursor: pointer;
    height: 40px;
    background: none;
    padding: 0;
    width: 28px;
}
.search_bar_mobile .submit_search img {
    margin-left: 3px;
    margin-top: 2px;
}
.filters {
    margin-top: 30px;
    margin-bottom: 10px;
    padding: 0 15px;
}
.filters .select_holder {
    float: left;
    width: 160px;
}
.paging_wrap {
    margin-top: 30px;
}
.paging {
    display: inline-block;
}
.paging .prev {
    background: url("/box/img/paging_left.png") no-repeat center;
    background-size: 8px;
    height: 20px;
    line-height: 20px;
    width: 20px;
    float: left;
    border-left: 1px solid #a33939;
    border-top: 1px solid #a33939;
    border-bottom: 1px solid #a33939;
}
.paging .page {
    height: 20px;
    padding: 0 5px;
    float: left;
    border-left: 1px solid #a33939;
    border-top: 1px solid #a33939;
    border-bottom: 1px solid #a33939;
    color: #a33939;
    font-size: 14px;
}
.paging .next {
    background: url("/box/img/paging_right.png") no-repeat center;
    background-size: 8px;
    height: 20px;
    width: 20px;
    float: left;
    border-left: 1px solid #a33939;
    border-right: 1px solid #a33939;
    border-top: 1px solid #a33939;
    border-bottom: 1px solid #a33939;
}
.pic_slider .owl-stage-outer {
    border: 1px solid #cccccc;
}
.second_menu .product_name {
    color: #666666;
    font-size: 35px;
    margin-top: 12px;
}
.second_menu .description {
    color: #666666;
    font-size: 16px;
}
.second_menu .number {
    color: #666666;
    font-size: 15px;
    margin-top: 2px;
}
.second_menu .old_price, .product-popup .old_price {
    color: #666666;
    font-size: 20px;
    text-decoration: line-through;
    margin-top: 10px;
}
.second_menu .new_price, .product-popup .new_price {
    color: #666666;
    font-size: 40px;
    font-weight: 300;
}
.second_menu .to_cart {
    float: left;
    width: 220px;
    margin-top: 40px;
    height: 40px;
    background: #341012; /* Old browsers */
    background: -moz-linear-gradient(top, #341012 0%, #67292a 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #341012 0%,#67292a 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #341012 0%,#67292a 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#341012', endColorstr='#67292a',GradientType=0 ); /* IE6-9 */
}
.second_menu .to_cart:hover {
    background: #67292a; /* Old browsers */
    background: -moz-linear-gradient(top, #67292a 0%, #341012 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #67292a 0%,#341012 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #67292a 0%,#341012 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#67292a', endColorstr='#341012',GradientType=0 ); /* IE6-9 */
}
.second_menu .to_cart img {
    float: left;
    margin-left: 22px;
    margin-top: 6px;
}
.second_menu .to_cart span {
    float: left;
    margin-left: 15px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    color: #fff;
}
.second_menu .prod_bottom_info {
    margin-top: 25px;
    padding-top: 10px;
    border-top: 1px solid #cccccc;
}
.fastOrd{
    margin-top: 10px;
}
.second_menu .order {
    width: 155px;
    text-decoration: none;
    text-align: center;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    color: #fff;
    background: #67292a; /* Old browsers */
    background: -moz-linear-gradient(top, #67292a 0%, #341012 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #67292a 0%,#341012 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #67292a 0%,#341012 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#67292a', endColorstr='#341012',GradientType=0 ); /* IE6-9 */
}
.second_menu .order:hover {
    background: #341012; /* Old browsers */
    background: -moz-linear-gradient(top, #341012 0%, #67292a 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #341012 0%,#67292a 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #341012 0%,#67292a 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#341012', endColorstr='#67292a',GradientType=0 ); /* IE6-9 */
}
.second_menu .leave_num {
    width: calc(100% - 185px);
    height: 40px;
    border-left: 1px solid #b8a6a6;
    border-right: 1px solid #b8a6a6;
    border-top: 1px solid #b8a6a6;
    border-bottom: 2px solid #b8a6a6;
}
#phone_promo {
    /*width: calc(100% - 265px);*/
    width: calc(100% - 167px);
}
.second_menu .leave_num img {
    float: left;
    margin-left: 10px;
    margin-top: 12px;
}
.second_menu .leave_num .phone_input {
    color: #a33939;
    font-size: 14px;
    height: 100%;
    width: calc(100% - 25px);
    border: 0;
    padding: 0 10px;
}
.second_menu .leave_num .phone_input::-moz-placeholder {
    opacity: 1;
    color: #a33939;
    filter: alpha(opacity=100);
}
.second_menu .leave_num .phone_input:-moz-placeholder {
    opacity: 1;
    color: #a33939;
    filter: alpha(opacity=100);
}
.second_menu .leave_num .phone_input:-ms-placeholder {
    opacity: 1;
    color: #a33939;
    filter: alpha(opacity=100);
}
.second_menu .leave_num .phone_input:-webkit-placeholder {
    opacity: 1;
    color: #a33939;
    filter: alpha(opacity=100);
}
.second_menu .legend {
    color: #666666;
    font-size: 14px;
    margin-top: 7px;
}
.second_menu .legend span {
    color: #832c2c;
    font-size: 24px;
}
.second_menu_dropdown{
    position: absolute;
    left:95%;
    top: 0;
    z-index: 10;
    width: 860px;
    background: #fafafa;
    min-height: 50px;

    border-left: 1px solid #ece8ed;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;

    -webkit-box-shadow: 5px 2px 5px 0px rgba(1, 1, 1, 0.2);
-moz-box-shadow:    5px 2px 5px 0px rgba(1, 1, 1, 0.2);
box-shadow:         5px 2px 5px 0px rgba(1, 1, 1, 0.2);
    visibility: hidden;
    opacity: 0;
    padding-left: 10px;

}
.hasSubMenu{
    position: relative;
}
.hasSubMenu .menu-arrow{
    background: url("/box/img/slider_arrow_right-gray.png") no-repeat right 10px center;
    background-size: 10px;
    position: absolute;
    right: 0;
    top: 0;
    height: 37px;
    width: 100%;
    z-index: 100;
    display: none;
}

.hasSubMenu:hover .second_menu_dropdown, .second_menu_dropdown.opened{
    left: 100%;
    visibility: visible;
    opacity: 1;
    z-index: 1000;
}
.second_menu_dropdown .second_menu_links{

    height: 52px;
    width: 100%;
    font-weight: bold;
    background: transparent;
}
.second_menu_dropdown .second-level{
    display: block;
    width:33.33%;
    float: left;
}
.second_menu_dropdown  .second_menu_links{
    padding-top: 7px;
    padding-bottom: 7px;
    border-left: none;
    float: none;
    display: block;
}
.second_menu_dropdown .third-level{
    display: block;
    width: 100%;
}
.second_menu_dropdown .third-level .second_menu_links{
    font-weight: normal;
    border-bottom: none;
}
.second_menu_dropdown .second_menu_links:hover{
    color: #a33939;
}
.second_menu_dropdown .second_menu_links::after{
    content: none;
}

.tabs_holder .nav-tabs {
    border-bottom: 1px solid #cccccc;
    margin-top: 10px;
}
.tabs_holder .nav-tabs > li {
    margin-bottom: 0;
}
.tabs_holder .nav-tabs > li > a {
    border-radius: 0;
    padding: 5px 10px;
    color: #666666;
    font-size: 14px;
    border-top: 1px solid #cccccc;
    position: relative;
    margin-right: 0;
}
.tabs_holder .nav-tabs > li > a:hover {
    background:  none;
    border-left: 1px solid transparent;
    border-right: 1px solid transparent;
    border-bottom: 1px solid transparent;
    color: #7a45b0;
}
.tabs_holder .nav-tabs > li.active > a, .tabs_holder .nav-tabs > li.active > a:focus, .tabs_holder .nav-tabs > li.active > a:hover {
    background: none ;
    border-left: 1px solid transparent;
    border-right: 1px solid transparent;
}
.tabs_holder .tab-content {
    margin-top: 15px;
    color: #666666;
    font-size: 14px;
}
.tabs_holder .nav-tabs > li.active > a {
    border-top: 1px solid #832c2c;
    color: #832c2c;
}
.tabs_holder .nav-tabs > li.active > a::after {
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 100%;
    height: 1px;
    background: #832c2c;
    content: "";
}
.blog_list .blog_box {
    margin-top:10px;
}
.blog_list .mt50 {
    margin-bottom:20px;
}
.blog_read .blog_img {
    margin-right: 20px;
    margin-bottom: 10px;
    float: left;
}
.blog_read .blog_title {
    color: #a33939;
    font-size: 22px;
    text-transform: uppercase;
}
.blog_read .blog_text {
    color: #7f7f7f;
    font-size: 14px;
    margin-top: 20px;
}
.login_register_wrap {

    padding: 55px 0 55px 0;
}
.login_register {
    width: 315px;
    display: inline-block;
}
.login_register .top_btns {
    margin-bottom: 25px
}
.login_register .top_btns a {
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    font-weight: 300;
    color: #a33939;
    text-align: center;
    width: 50%;
    float: left;
    text-decoration: none;
    border-bottom: 1px solid #a33939;
}
.login_register .top_btns .active {
    background: #a33939;
    color: #fff;
    border-bottom: 1px solid transparent;
    cursor: default;
}
.login_register .input_div {
    height: 48px;
    border: 1px solid #a33939;
    background: none;
}
.login_register .input_div input {
    width: calc(100% - 45px);
    height: 100%;
    border: 0;
    background: none;
    color: #a33939;
    font-size: 14px;
    padding-left: 20px;
}
.login_register .input_div img {
    margin-right: 15px;
    margin-top: 17px;
}
.login_register .input_div input::-moz-placeholder {
    opacity: 1;
    color: #666666;
    filter: alpha(opacity=100);
}
.login_register .input_div input:-moz-placeholder {
    opacity: 1;
    color: #666666;
    filter: alpha(opacity=100);
}
.login_register .input_div input:-ms-placeholder {
    opacity: 1;
    color: #666666;
    filter: alpha(opacity=100);
}
.login_register .input_div input:-webkit-placeholder {
    opacity: 1;
    color: #666666;
    filter: alpha(opacity=100);
}
.login_register .forgot_pass {
    color: rgba(255,255,255,0.7);
    text-decoration: none;
    font-size: 12px;
    margin-top: 10px;
    margin-bottom: 4px;
}
.login_register .enter {
    height: 40px;
    background: #67292a; /* Old browsers */
    background: -moz-linear-gradient(top, #67292a 0%, #341012 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #67292a 0%,#341012 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #67292a 0%,#341012 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#67292a', endColorstr='#341012',GradientType=0 ); /* IE6-9 */
    color: #fff;
    font-size: 14px;
    border: 0;
    cursor: pointer;
    margin-top: 15px;
}
.login_register .enter:hover {
    background: #341012; /* Old browsers */
    background: -moz-linear-gradient(top, #341012 0%, #67292a 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #341012 0%,#67292a 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #341012 0%,#67292a 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#341012', endColorstr='#67292a',GradientType=0 ); /* IE6-9 */
}
.login_register .fb_login_wrap {
    border-top: 1px solid #a33939;
    padding-top: 15px;
    margin-top: 15px;
}
.login_register .fb_login_wrap a {
    float: left;
    width: 100%;
    height: 40px;
    background: #3a5897;
    text-align: center;

}
.login_register .fb_login_wrap a img {
    float: left;
    margin-top: 10px;
}
.login_register .fb_login_wrap a .txt {
    float: left;
    color: #fff;
    font-size: 14px;
    margin-left: 10px;
    margin-top: 11px;
}
.login_register .captcha {
    height: 35px;
    margin-top: 8px;
    width: 120px;
}
.login_register .captcha_txt {
    color: #a33939;
    font-size: 12px;
    margin-top: 10px;
    width: 190px;
}
.login_register .styled_check[type=checkbox] {
    display:none;
}
.login_register .styled_check[type=checkbox] + label {
    width: auto;
    background: url("/box/img/not_checked.png") no-repeat;
    background-size: 15px;
    padding: 0 0 0 20px;
    float: left;
    color: #a33939;
    font-size: 12px;
    cursor: pointer;
    text-align: left;
    font-weight: normal;
    line-height: 16px;
}
.login_register .styled_check[type=checkbox]:checked + label {
    width: auto;
    background: url("/box/img/checked2.png") no-repeat;
    background-size: 15px;
    padding: 0 0 0 20px;
    float: left;

}
.login_register label a{
    color: #a33939;
    text-decoration: underline;
}
.profile_left {
    border-right: 1px solid #a33939;
    padding-right: 100px;
}
.profile_title {
    color: #a33939;
    font-size: 18px;
    margin-bottom: 15px;
}
.profile_left .styled_input {
    color: #666666;
    font-size: 14px;
    border: 1px solid #e2d9ea;

    background: none;
    margin-bottom: 15px;
    line-height: 33px;
    padding-right: 10px;
    padding-left: 10px;
}
.profile_left .edit {
    position: absolute;
    top: 5px;
    right: 10px;
    display: none;
}
.profile_left .save {
    position: absolute;
    top: 5px;
    right: 10px;
    display: none;
}
.profile_right {
    padding-left: 100px;
    margin-top: 50px;
}
.profile_right .styled_check[type=checkbox] {
    display:none;
}
.profile_right .styled_check[type=checkbox] + label {
    width: auto;
    background: url("/box/img/not_checked2.png") no-repeat 0 2px;
    background-size: 15px;
    padding: 0 0 0 23px;
    float: left;
    color: #666666;
    font-size: 12px;
    cursor: pointer;
    text-align: left;
    font-weight: normal;
    min-height: 30px;
}
.profile_right .styled_check[type=checkbox]:checked + label {
    width: auto;
    background: url("/box/img/checked2.png") no-repeat 0 2px;
    background-size: 15px;
    padding: 0 0 0 23px;
    float: left;
    min-height: 30px;
}
.profile_right .save_changes {
    height: 40px;
    background: #67292a; /* Old browsers */
    background: -moz-linear-gradient(top, #67292a 0%, #341012 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #67292a 0%,#341012 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #67292a 0%,#341012 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#67292a', endColorstr='#341012',GradientType=0 ); /* IE6-9 */
    color: #fff;
    font-size: 14px;
    border: 0;
    cursor: pointer;
    margin-top: 15px;
}
.profile_right .save_changes:hover {
    background: #341012; /* Old browsers */
    background: -moz-linear-gradient(top, #341012 0%, #67292a 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #341012 0%,#67292a 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #341012 0%,#67292a 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#341012', endColorstr='#67292a',GradientType=0 ); /* IE6-9 */
}
.orders_history {
    padding: 0 15px;
}
.orders_history .orders_title {
    color: #a33939;
    font-size: 18px;
}
.order_heading_holder {
    border-bottom: 1px solid #a33939;
    margin-top: 15px;
    padding-bottom: 8px;
    padding-left: 10px;
    padding-right: 20px;
}
.order_heading {
    color: #666666;
    font-size: 12px;
}
.orders_history .width1 {
    width: 50%;
}
.orders_history .width2 {
    width: 30%;
}
.orders_history .width3 {
    width: 10%;
    text-align: right;
}
.orders_history .width4 {
    width: 10%;
    text-align: right;
}
.orders_row {
    background: #e7e7e7;
    margin-bottom: 1px;
    padding-left: 10px;
    padding-right: 20px;
}
.orders_row .order_box {
    padding: 10px 0;
    color: #666666;
    font-size: 12px;
}
.even {
    background: #f3f2f2 !important;
}
.orders_row:hover {
    background: #431313 !important;
}
.orders_row:hover .order_box {
    color: #fff;
}
.static_text {
    color: #999999;
    font-size: 14px;
    font-weight: 300;
}
.cart_wrap {
    padding: 0 15px;
}
.cart_title {
    color: #431313;
    font-size: 18px;
    margin-bottom: 17px;
}
.cart_wrap .cart_heading {
    color: #999999;
    font-size: 12px;
}
.cart_row_holder {
    border-top: 1px solid #431313;
    margin-top: 5px;
}
.cart_wrap .width1 {
    width: 340px;
}
.cart_wrap .width2 {
    width: 60px;
    text-align: center;
}
.cart_wrap .width3 {
    width: 310px;
    text-align: center;
}
.cart_wrap .width4 {
    width: 214px;
}
.cart_wrap .width5 {
    width: 155px;
}
.cart_heading_wrap {
    padding: 0 10px;
}
.cart_wrap .cart_row {
    border-left: 1px solid #431313;
    border-right: 1px solid #431313;
    border-bottom: 1px solid #431313;
    padding: 18px 8px;
}
.cart_wrap .cart_row .info_p {
    width: calc(100% - 88px);
    height: 83px;
}
.cart_wrap .cart_row .title {
    color: #333333;
    font-size: 14px;
    font-weight: 300;
}
.cart_wrap .cart_row .descr {
    color: #666666;
    font-size: 12px;
    font-weight: 300;
}
.cart_wrap .cart_row .delete {
    float: left;
    width: 100%;
    border-left: 1px solid #431313;
    border-right: 1px solid #431313;
    text-align: center;
    height: 83px;
}
.cart_wrap .cart_row .delete img {
    display: inline-block;
}
.cart_wrap .cart_row .cart_price {
    color: #333333;
    font-size: 16px;
    height: 83px;
}
.cart_wrap .cart_row .quantity_holder {
    height: 83px;
    border-left: 1px solid #431313;
    padding-left: 8px;
}
.cart_wrap .cart_row .quantity_box {
    width: 90px;
    border: 1px solid #431313;
    height: 30px;
}
.cart_wrap .cart_row .quantity_box input {
    width: 50px;
    float: left;
    font-weight: 300;
    color: #333333;
    font-size: 16px;
    height: 30px;
    line-height: 30px;
    border: 0;
    background: none;
    padding-left: 10px;
}
.cart_wrap .cart_row .quantity_box .arrows {
    width: 12px;
    margin-right: 8px;
    margin-top: 6px;
}
.cart_wrap .cart_row .summary {
    height: 83px;
    border-left: 1px solid #431313;
    padding-left: 12px;
    color: #a33939;
    font-size: 18px;
}
.cart_heading_wrap .width5 {
    padding-left: 12px;
}
.cart_wrap .bottom_row {
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 15px;
    margin-top: 15px;
}
.cart_wrap .bottom_row .txt {
    color: #333333;
    font-size: 14px;
}
.cart_wrap .bottom_row img {
    margin-left: 22px;
    margin-right: 10px;
}
.cart_wrap .bottom_row .total {
    color: #431313;
    font-size: 25px;
    margin-left: 70px;
    font-weight: bold;
}
.note {
    color: #999999;
    font-size: 10px;
    font-weight: 300;
    margin-top: 10px;
}
.back_to_shop span {
    float: left;
    color: #431313;
    font-size: 14px;
    margin-right: 10px;
}
.back_to_shop {
    margin-top: 21px;
    margin-left: 15px;
}
.back_to_shop img {
    margin-top: 3px;
}
.buy {
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #341012; /* Old browsers */
    background: -moz-linear-gradient(top, #341012 0%, #67292a 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #341012 0%,#67292a 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #341012 0%,#67292a 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#341012', endColorstr='#67292a',GradientType=0 ); /* IE6-9 */
    color: #fff !important;
    font-size: 14px;
    border: 0;
    cursor: pointer;
    margin-top: 10px;
    width: 350px;
    text-transform: uppercase;
    text-decoration: none !important;
    margin-right: 15px;
}
.buy:hover {
    background: #67292a; /* Old browsers */
    background: -moz-linear-gradient(top, #67292a 0%, #341012 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #67292a 0%,#341012 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #67292a 0%,#341012 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#67292a', endColorstr='#341012',GradientType=0 ); /* IE6-9 */
}
.del_m {
    color: red;
    font-size: 14px;
    margin-left: 10px;
}
.hover_pic {
    position: relative;
    overflow: hidden;
}
.hover_pic::before {
    position: absolute;
    top: 0;
    left: -75%;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
    background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
}
.hover_pic:hover::before {
    -webkit-animation: shine .75s;
    animation: shine .75s;
}
@-webkit-keyframes shine {
    100% {
        left: 125%;
    }
}
@keyframes shine {
    100% {
        left: 125%;
    }
}

header .cart .cart_dropdown .to_cart:hover img {
    -webkit-animation: cart .75s;
    animation: cart .75s;
}
@-webkit-keyframes cart {
    100% {
        margin-right: 15px;
    }
    0% {
        margin-right: 25px;
    }
}
@keyframes cart {
    100% {
        margin-right: 15px;
    }
    0% {
        margin-right: 25px;
    }
}

.cart_row .img_wrap:hover img {
     -ms-transform: scale(1.1); /* IE 9 */
    -webkit-transform: scale(1.1); /* Safari */
    transform: scale(1.1);
}
.your_data .title {
    color: #431313;
    font-size: 18px;
    margin-bottom: 15px;
    text-transform: uppercase;
    margin-top: 15px;
}
.your_data .input_div {
    height: 40px;
    border: 1px solid rgba(103,41,42,0.5);
    background: none;
}
.your_data .input_div input {
    width: calc(100% - 45px);
    height: 100%;
    border: 0;
    background: none;
    color: #666666;
    font-size: 14px;
    padding-left: 20px;
}
.your_data .input_div input::-moz-placeholder {
    opacity: 1;
    color: #666666;
    filter: alpha(opacity=100);
}
.your_data .input_div input:-moz-placeholder {
    opacity: 1;
    color: #666666;
    filter: alpha(opacity=100);
}
.your_data .input_div input:-ms-placeholder {
    opacity: 1;
    color: #666666;
    filter: alpha(opacity=100);
}
.your_data .input_div input:-webkit-placeholder {
    opacity: 1;
    color: #666666;
    filter: alpha(opacity=100);
}

.your_data .styled_check[type=checkbox] {
    display:none;
}
.your_data .styled_check[type=checkbox] + label {
    width: auto;
    background: url("/box/img/not_checked2.png") no-repeat 0 2px;
    background-size: 15px;
    padding: 0 0 0 23px;
    float: left;
    color: #666666;
    font-size: 12px;
    cursor: pointer;
    text-align: left;
    font-weight: normal;
    min-height: 18px;
}
.your_data .styled_check[type=checkbox]:checked + label {
    width: auto;
    background: url("/box/img/checked2.png") no-repeat 0 2px;
    background-size: 15px;
    padding: 0 0 0 23px;
    float: left;
    min-height: 18px;
}
.your_data textarea{
    width: 100%;
    height: 90px;
    border: 1px solid rgba(103,41,42,0.5);
    background-color: #F9F9F9;
    padding: 10px 20px;
    color: #666666;
}
.path{
    list-style: none;
    margin: 10px 0;
}
.path li{
    float: left;
}
.path a{
    color: #ccc;
    font-size: 12px;
    float: left;
}

.path .active a.active{
    color: #666;

}
.path a:hover{
    color: #a33939;
    text-decoration: none;
}
.path a::before{
    content: "/";
    float: left;
    margin: 0 3px;
    color: #ccc;

}
.path li:first-of-type a::before{
    content: none;
}

.tooltip.in{
    opacity: 1;
}
.tooltip.right .tooltip-arrow {
    border-right-color: #cab8db;
}
.tooltip-inner {
    color: #666;
    background-color: #cab8db;
        min-width: 200px;
}
div.floating-cart{
    position:fixed;
    top:0;
    right:0;
    width:315px;
    height:480px;
    background:#fff;
    z-index:2000;
    overflow:hidden;
    box-shadow:0px 5px 31px -1px rgba(0, 0, 0, 0.15);
    display:none;
}

div.floating-cart .stats-container{display:none;}
div.floating-cart .product-front{width:100%; top:0; left:0;}
div.floating-cart.moveToCart{
        right: 113px !important;
    top: 43px !important;
    width: 47px;
    height: 47px;
    -webkit-transition: all 800ms ease-in-out;
       -moz-transition: all 800ms ease-in-out;
        -ms-transition: all 800ms ease-in-out;
         -o-transition: all 800ms ease-in-out;
             transition: all 800ms ease-in-out;
}
body.MakeFloatingCart div.floating-cart.moveToCart{
    right: 90px !important;
    top: 140px !important;
    width: 21px;
    height: 22px;
    box-shadow:0px 5px 31px -1px rgba(0, 0, 0, 0);
    -webkit-transition: all 200ms ease-out;
       -moz-transition: all 200ms ease-out;
        -ms-transition: all 200ms ease-out;
         -o-transition: all 200ms ease-out;
             transition: all 200ms ease-out;
}
body.MakeFloatingCart div.cart-icon-top{z-index:30;}
body.MakeFloatingCart div.cart-icon-bottom{z-index:300;}

.mobile_dim {
    background: rgba(0, 0, 0, 0.6);
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 100;
    display: none;
}
.pagination{
    float: right;
}
.pagination>li:first-child>a, .pagination>li:first-child>span, .pagination>li:last-child>a, .pagination>li:last-child>span{
    border-radius: 0;
}
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover{
    background-color: #a33939;
    border-color: #a33939;
}
.pagination>li>a, .pagination>li>span{
    color: #a33939;
}
.pagination>li>a:focus, .pagination>li>a:hover, .pagination>li>span:focus, .pagination>li>span:hover{
    color: #a33939;
    background-color: #fafafa;
    border-color: #e8e8e8;
}
.dim{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.3);
    z-index: 2000;
    display: none;
}
.product-popup{
    position: relative;


    background: #fff;
    z-index: 2001;

    color: #666;
    padding-bottom: 35px;
    border: 1px solid #c6a9cc;

}
.header-pop{

    width: 100%;
    background: url("/box/img/popup-bg.jpg") no-repeat;
    padding-top: 10px;
    padding-bottom: 20px;

}
.popup-logo{
    opacity: 0.4;
}
.prod-info-hld{
    width: 100%;
    position: relative;
    padding-left: 250px;
    font-size: 16px;
    color: #fff;
}
.product-name{
    color: #fff;
    font-size: 18px;

    width: 100%;
    margin-top: 10px;
}

.modal-content .product-name {
    color: #fff !important; 
}
.product-desc{
    font-weight: 300;
    float: left;
    width: 100%;
    margin: 10px 0;
}
.price-hld{

    width: 100%;
    background: #fff;
    padding: 10px 0 55px 250px;

}
.product-popup .old_price{
    font-size: 14px;
}
.img-pop{
    border: 1px solid #d0d0d0;
    position: absolute;
    left: 10px;
    top: 0;
    background: #fff;
    text-align: center;
}
.img-pop img{
    max-width: 96%;
}
.popup-txt-hld{

    width: 100%;
    padding: 15px 25px;
    text-align: center;
    font-size: 14px;
}
.popup-title{
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 15px;
}
.popup-input{
    display: inline-block;
    width: 315px;
    line-height: 45px;
    height: 45px;
    border: 1px solid #b8a6a6;
    margin-bottom: 15px;
    padding: 0 7px;
}
.product-popup .buy{
    float: none;
    display: inline-block;
    width: 315px;
    margin-right: 0;
}
.close-popup{
    float: right;
    font-size: 40px;
    opacity: 1;
    color: #fff;
    margin-right: 10px;
    font-weight: 300;
}
.close-popup:hover{
    text-decoration: none;
    color: #fff;
}
@media (min-width: 768px){

    .modal-dialog {
        width: 540px;
    }
}

.calendar_left ol li { list-style: decimal inside; }
.calendar_left ul li { list-style: disc inside;  }
.calendar_left li              { display: list-item; }
.calendar_left table           { display: table; }
.calendar_left tr              { display: table-row; }
.calendar_left thead           { display: table-header-group; }
.calendar_left tbody           { display: table-row-group; }
.calendar_left tfoot           { display: table-footer-group; }
.calendar_left col             { display: table-column; }
.calendar_left colgroup        { display: table-column-group; }
.calendar_left td, .calendar_left th { display: table-cell; }
.calendar_left caption         { display: table-caption; }
.calendar_left th              { font-weight: bolder; text-align: center; }
.calendar_left caption         { text-align: center; }

.calendar_left h1              { font-size: 2em; margin: .67em 0; }
.calendar_left h2              { font-size: 1.5em; margin: .75em 0; }
.calendar_left h3              { font-size: 1.17em; margin: .83em 0; }
.calendar_left h4, .calendar_left p,
.calendar_left blockquote, .calendar_left ul,
.calendar_left fieldset, .calendar_left form,
.calendar_left ol, .calendar_left dl, .calendar_left dir,
.calendar_left menu            { margin: 1.12em 0; }
.calendar_left h5              { font-size: .83em; margin: 1.5em 0; }
.calendar_left h6              { font-size: .75em; margin: 1.67em 0; }
.calendar_left h1, .calendar_left h2, .calendar_left h3, .calendar_left h4,
.calendar_left h5, .calendar_left h6, .calendar_left b,
.calendar_left strong          { font-weight: bold; }
.calendar_left blockquote      { margin-left: 40px; margin-right: 40px }
.calendar_left i, .calendar_left cite, .calendar_left em,
.calendar_left var, .calendar_left address    { font-style: italic }
.calendar_left pre             { white-space: pre }
.calendar_left small, .calendar_left sub, .calendar_left sup { font-size: .83em }

.calendar_left table           { border-spacing: 2px; }
.calendar_left thead, .calendar_left tbody,
.calendar_left tfoot           { vertical-align: middle }
.calendar_left td, .calendar_left th, .calendar_left tr      { vertical-align: inherit }
.calendar_left s, .calendar_left strike, .calendar_left del  { text-decoration: line-through }

.calendar_left ol, .calendar_left ul, .calendar_left dir,
.calendar_left menu, .calendar_left dd        { margin-left: 40px }
.calendar_left ol              { list-style-type: decimal }
.calendar_left ol ul, .calendar_left ul ol,
.calendar_left ul ul, .calendar_left ol ol    { margin-top: 0; margin-bottom: 0 }

.calendar_left br:before       { content: "\A"; white-space: pre-line }
.calendar_left center          { text-align: center }

/* bomb */
.bomb-button{
    position: fixed;
    right: 0;
    bottom: 250px;
    background: rgba(0,0,0,0.9) url(../img/customer-service.svg) no-repeat 4px center;
    background-size: 25px;
    color: #fff;
    padding: 20px 4px 20px 33px;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    cursor: pointer;
     z-index: 9999;
}
.bomb-button.closed, .bomb-content.closed{
    right: -100%;
}
.bomb-content{
    position: fixed;
    right: 0;
    bottom: 250px;
    width: 220px;
    background: rgba(0,0,0,0.9);
    color: #fff;
    padding: 20px;
    z-index: 9999;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    font-weight: 300;

}
.bomb-inp{
    float: left;
    width: 100%;
    background: #fff;
    padding-left: 5px;
    border: none;
    color: #a33939;
    line-height: 30px;
    box-sizing: border-box;
}
.close-bomb{
    float: right;
    cursor: pointer;
    margin-top: -10px;
}
.bomb-content .enter{
    background: #7c46b2;
    background: -moz-linear-gradient(top, #341012 0%, #67292a 100%);
    background: -webkit-linear-gradient(top, #341012 0%,#67292a 100%);
    background: linear-gradient(to bottom, #341012 0%,#67292a 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#341012', endColorstr='#67292a',GradientType=0 );
    border: none;
    float: left;
    width: 100%;
    line-height: 30px;
    margin-top: 10px;
}
.mobile-phone-header{
    display: none;
}
.code-input-button{
    width: 75px;
    height: 47px;
    line-height: 47px;
    text-align: center;
    font-size: 14px;
    text-transform: uppercase;
    background: #67292a;
    border: 0;
    color: #fff !important;
}
.code-input-button:hover {
    background: #341012; /* Old browsers */
    background: -moz-linear-gradient(top, #341012 0%, #67292a 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #341012 0%,#67292a 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #341012 0%,#67292a 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#341012', endColorstr='#67292a',GradientType=0 ); /* IE6-9 */
}
.promo-product {
    width: 97px;
    margin-left: 5px;
    height: 40px;
    color: #a33939;
    font-size: 14px;
    border-left: 1px solid #a33939;
    border-right: 1px solid #a33939;
    border-top: 1px solid #a33939;
    border-bottom: 2px solid #a33939;
    padding-left: 5px;
}
.promo-product::-moz-placeholder {
    text-align: center;
    opacity: 1;
    color: #a33939;
    filter: alpha(opacity=100);
}


#rating-popup{
    position: absolute;
    left: -203px;
    bottom: 50px;
    background: rgba(0,0,0,0.9);
    color: #fff;
    z-index: 999;
    padding: 3px;
    width: 266px;
    height: 75px;
    overflow: hidden;
    transition: all 0.4s;
}
#promoPopInfoInner{
    width: 260px;
}
#rating-popup .rating-name, #rating-popup .rating-opinion{

}
#rating-popup:hover {
  left: 0;
  height: 90px;
}
#rating-popup img{
    width: 50px;
}

#rating-popup:hover img{
    width: 60px;
}
#rating-popup .my-rating{
    margin-top: 5px;
}
.rating-more{
    float: left;
    padding-left: 5px;
    width: 200px;
}
#rating-popup:hover .rating-more{

}
#rating-popup .rating-opinion{
    font-size: 13px;
    line-height: 15px;
    height: 45px;
    overflow: hidden;
    margin: 3px 0;
}
.rating-link{
    float: left;
    color: #fff;
}
.rating-link:hover{
    color: #fff;
}
@-webkit-keyframes spaceboots {
    0% {  -webkit-transform: translate(0, 0) rotate(0); }
    2% { -webkit-transform: translate(-1px, -2px) rotate(-1deg); }
    4% { -webkit-transform: translate(-3px, 0px) rotate(1deg); }
    6% { -webkit-transform: translate(-1px, -2px) rotate(-1deg); }
    8% { -webkit-transform: translate(0, 0) rotate(0); }
}
.shake {
    -webkit-animation-name: spaceboots;
    -webkit-animation-duration: 8s;
    -webkit-transform-origin:50% 50%;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
}
.normal_s_icon {
    margin-top: 5px;
}
.clean-header{
    height: 90px;
}
.clean-header .navbar-brand{
    margin-top: 10px;
}
.clean-header .navbar-brand img {
    width: 100%;
}