/* General style */
ul,ol,dl,li,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,input {margin: 0; padding: 0;
}
input:focus, a:focus { outline:none;
}
.clear {
  clear: both;
}
@media (min-width: 1px) {
.xs-padding-no {
    padding-left: 0;
    padding-right: 0;
}
.xs-padding-min {
    padding-left: 7px;
    padding-right: 7px;
}
.xs-padding-left-no {
    padding-left: 0;
    padding-right: 14px;
}
.xs-padding-right-no {
    padding-right: 0;
    padding-left: 14px;
}
}
@media (min-width: 768px) {
.sm-padding-no {
    padding-left: 0;
    padding-right: 0;
}
.sm-padding-min {
    padding-left: 7px;
    padding-right: 7px;
}
.sm-padding-left-no {
    padding-left: 0;
    padding-right: 15px;
}
.sm-padding-right-no {
    padding-right: 0;
    padding-left: 15px;
}
}
html, body {
    height: 100%;
    min-height: 100%;
}
body {
    overflow-x: hidden;
}

/*Fonts*/
@font-face {
    font-family: 'PG Isadora Cyr Pro';
    src: url("../fonts/Isadora/PGIsadoraCyrPro-Regular.eot");
    src: local('PG Isadora Cyr Pro'), url("../fonts/Isadora/PGIsadoraCyrPro-Regular.eot?#iefix") format("embedded-opentype"),
         url("../fonts/Isadora/PGIsadoraCyrPro-Regular.woff") format("woff"),
         url("../fonts/Isadora/PGIsadoraCyrPro-Regular.ttf") format("truetype"),
         url("../fonts/Isadora/PGIsadoraCyrPro-Regular.svg#PGIsadoraCyrPro-Regular") format("svg");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Franklin Gothic Book';
    src: url("../fonts/Frank/FranklinGothic-Book.eot");
    src: local('Franklin Gothic Book'), url("../fonts/Frank/FranklinGothic-Book.eot?#iefix") format("embedded-opentype"),
         url("../fonts/Frank/FranklinGothic-Book.woff") format("woff"),
         url("../fonts/Frank/FrankingGotic-Book.ttf") format("truetype"),
         url("../fonts/Frank/FrankingGotic-Book.svg#FranklinGothic-Book") format("svg");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Univers';
    src: url("../fonts/UniversalMedium/Univers-Medium.eot");
    src: local('Univers'), url("../fonts/UniversalMedium/Univers-Medium.eot?#iefix") format("embedded-opentype"),
         url("../fonts/UniversalMedium/Univers-Medium.woff") format("woff"),
         url("../fonts/UniversalMedium/Univers-Medium.ttf") format("truetype"),
         url("../fonts/UniversalMedium/Univers-Medium.svg#Univers-Medium") format("svg");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'ProximaNova';
    src: url("../fonts/ProximaNova/ProximaNovaRegular.eot");
    src: local('ProximaNovaRegular'), url("../fonts/ProximaNova/ProximaNovaRegular.eot") format("embedded-opentype"),
         url("../fonts/ProximaNova/ProximaNovaRegular.woff2") format("woff2"),
         url("../fonts/ProximaNova/ProximaNovaRegular.woff") format("woff"),
         url("../fonts/ProximaNova/ProximaNovaRegular.ttf") format("truetype"),
         url("../fonts/ProximaNova/ProximaNovaRegular.svg#ProximaNovaRegular") format("svg");
    font-weight: normal;
    font-style: normal;        
}
/*End fonts*/

/* End general style */

/* Style for header */
.header {
    display: block;
    position: relative;
    margin-bottom: 4px;
    border-top: 9px solid #052640;
}
.header-top .container {
    border-bottom: 1px solid #000;
}
/*Style for header logo*/
.logo {
    position: relative;
    min-height: 142px;
}
.logo img.logo-miss {
    position: absolute;
    left: -85px;
    top: -4px;
    z-index: 1;
}
@media (min-width: 992px) and (max-width: 1199px) {
.logo {
    min-height: 122px;
}
.logo img.logo-miss {
    width: 437px;
    height: auto;
    left: -75px;
	top: 17px;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.logo {
    min-height: 122px;
}
.logo img.logo-miss {
    width: 342px;
    height: auto;
    left: -65px;
	top: 18px;
}
}
@media (max-width: 767px) {
.logo {
    min-height: 100px;
    text-align: center;
}
.logo img.logo-miss {
    width: 100%;
    max-width: 342px;
    min-width: 270px;
    height: auto;
    left: 50%;
    margin-left: -160px;
}
}
/*End style for header logo*/

/*Style for header top block left*/
.header-top-block-left {
    margin-top: 50px;
    z-index: 2;
    position: relative;
}
.header-top-block-left .title {
    font-family: "Times New Roman", Arial, sans-serif;
	font-size: 12px;
    display: block;
    color: #6c727d;
    text-transform: uppercase
}
.header-top-block-left .wrap-phone {
    padding-left: 20px;
}
.header-top-block-left .wrap-phone:before{
	content: '\260E';
    position: absolute;
    left: 0;
    color: #052640;
    top: 18px;
}
.header-top-block-left p {
    font-family: 'ProximaNova', Arial;
    font-size: 18px;
    display: block;
    color: #052640;
    font-weight: bold;
}
.header-top-block-left p i {
    font-size: 12px;
    color: #6c727d;
    padding-left: 7px;
    font-family: 'Times New Roman', arial, sans-serif;
    font-weight: normal;
}
@media (min-width: 768px) and (max-width: 991px) {
.header-top-block-left .wrap-phone {
    padding-left: 18px;
}
.header-top-block-left .title {
    font-size: 13px;
}
.header-top-block-left p {
    font-size: 16px;
}
.header-top-block-left p i {
    font-size: 10px;
    padding-left: 3px;
}
.header-top-block-left {
    margin-top: 35px;
}
}
@media (max-width: 767px) {
.header-top-block-left {
    margin-top: 10px;
}

}
/*End style for header top block left*/

/*Style for header top block right*/
.header-top-block-right {
    margin-top: 50px;
}
.wrap-top-block-right1 {
    margin-bottom: 10px;
    position: relative;
    z-index: 101;
}
.header-login {
    display: inline-block;
    float: left;
}
.wrap-top-block-right1, #search {
    width: 95%;
    max-width: 350px;
    float: right;
}
.wrap-top-block-right1 a {
    font-family: "Times New Roman", Arial, sans-serif;
    font-size: 12px;
	color: #6c727d;
    text-transform: uppercase;
}
.wrap-top-block-right1 a.black {
    color: #052640;
    padding-left: 15px;
    background: url(../img/miss_reg_enter_i.png) no-repeat 3px 4px;
}
.wrap-top-block-right1 .basket {
    float: right;
}
.basket a {
    font-family: "Times New Roman", Arial, sans-serif;
    font-size: 12px;
    color: #6c727d;
    text-transform: uppercase;
}
.basket a:hover {
    text-decoration: underline;
}
.basket span {
    font-family: "Times New Roman", Arial, sans-serif;
    font-size: 14px;
}
.basket span a {
    color: #052640;
}
#search {
    margin-bottom: 12px;
    z-index: 100;
    position: relative;
}
#search form{
    position: relative;
    display: block;
}
#search input[type="text"] {
    height: 32px;
    border: 1px solid #cfd3da;
    padding: 0 124px 0 3px;
    width: 100%;
}
#search .wrap_input {
    position: absolute;
    right: 0;
    top: 0;
    width: 120px;
    height: 32px;
}
#search .wrap_input input[type="submit"] {
    font-family: 'ProximaNova', Arial, regular;
    font-size: 15px;
    color: #fff;
    background-color: #052640;
    border: none;
    display: block;
    width: 100%;
    line-height: 32px;
    height: 32px;
    text-transform: uppercase;   
}
#search .wrap_input input[type="submit"]:hover {
    background-color: #0c3657;
}
@media (min-width: 768px) and (max-width: 991px) {
#search input[type="text"] {
    padding: 0 100px 0 3px;
}
#search .wrap_input {
    width: 96px;
}
#search {
    margin-bottom:0;
}
#search .wrap_input input[type="submit"] {
    font-size: 12px;
}

}
@media (max-width: 767px) {
.header-top-block-right {
    margin-top: 25px;
}
#search input[type="text"] {
    padding: 0 100px 0 3px;
}
#search .wrap_input {
    width: 96px;
}
}

/*title-search-result */
div.title-search-result {
    border:1px solid #cfd3da;
    display:none;
    z-index:99;
    max-width: 348px;
    margin-left: 1px;
    margin-top: -2px;
    background: url(../img/mister_title_search_result_small_bg.png) repeat-y 0 0 #f6f6f6;  
}

div.title-search-fader {
    display:none;
    display: block;
    /*background-image: url('images/fader.png');*/
    background-position: right top;
    background-repeat: repeat-y;
    position:absolute;
}

p.title-search-preview {
    font-size:12px;
}
div.title-search-result td.title-search-price span {
    font-size: 26px;
}
.miss_search{
    padding-bottom: 25px;
}
.miss_search .bx_item_block{
    min-height: 69px;
    position: relative;
    display: block;
    border: 1px solid transparent;
    margin: 3px 10px 0px 10px
}
.miss_search a.bx_item_block:hover {
    border: 1px solid #cfd3da;
    background: #ffffff;
}
.miss_search .bx_img_element{
    float: left;
    display: block;
    width: 72px;
    padding: 8px;
}
.miss_search .bx_img_element img {
    border: 1px solid #f7f7f7;
    margin: 0 auto;
}
.miss_search .bx_item_element{
    margin-left: 82px;
    display: block;
}
.miss_search .bx_item_element .bx_item_name {
    font-family: "ProximaNova", Arial, sans-serif;
    display: inline-block;
    color: #6c727d;
    font-size: 16px;
    padding-top: 10px;
}
.miss_search .bx_item_element .bx_item_name b{
    color: #010101;
    font-weight: normal;
}
.miss_search .bx_price .old{
    font-weight:normal;
    text-decoration: line-through;
    color: #636363
}
.miss_search .bx_item_block.all_result{
    min-height: 0;
    margin-top: 20px;
}
.miss_search .bx_item_block.all_result .bx_img_element {
    width: 70px; 
}
.miss_search .bx_item_block.all_result .bx_item_element {
    padding: 0px;  
    margin-left: 70px;  
}

.miss_search .bx_item_block.all_result .all_result_title {
    font-family: 'ProximaNova', Arial, regular;
    font-size: 18px;    
    color: #fff;
    display: inline-block;
    padding: 5px 0 5px 0;
    text-decoration: none;
    display:block;
    background-color: #001f37; 
    border: 10px solid #c5c3c0;
    text-align: center;  
}
.miss_search .bx_item_block.all_result  .all_others {
   /* font-family: 'ProximaNova', Arial, regular;
    font-size: 18px;    
    color: #c69696;
    display: inline-block;
    padding: 5px 15px 5px 0;
    text-decoration: underline;
    text-transform:capitalize;    */    
    display:none;
}

.miss_search .bx_item_block.all_result .all_result_title:hover,
.miss_search .bx_item_block.all_result  .all_others:hover {
    text-decoration: none; 
}
/*end title-search-result*/

@media (min-width: 992px) and (max-width: 1199px) {
.header-login {
    text-align: right;
    display:block;
    margin-top: -20px;
    float: none;
}
.miss_search .bx_img_element{
    width: 72px;
    padding: 8px;
}
.miss_search .bx_item_block .bx_item_element {
    padding: 12px 5px 5px 10px;
    margin-left: 72px;
}
.miss_search .bx_item_block.all_result .bx_item_element {
    padding: 12px 5px 12px 10px;
    margin-left: 60px;
}
.miss_search .bx_item_block.all_result .all_result_title {
    font-size: 16px;    
}
.miss_search .bx_item_block.all_result  .all_others {
    font-size: 16px;
    padding: 5px 10px 5px 0;          
}
.miss_search .bx_item_block.all_result .bx_item_element .all_result_r {
    width: 9px;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.header-login {
    text-align: right;
    display:block;
    margin-top: -20px;
    float: none;    
}
.wrap-top-block-right1 {
    text-align: right;
}
.wrap-top-block-right1, #search {
    width: 100%;
    max-width: 100%;
}
.miss_search .bx_img_element{
    width: 72px;
    padding: 8px;
}
.miss_search .bx_item_block .bx_item_element {
    padding: 12px 5px 5px 10px;
    margin-left: 72px;
}
.miss_search .bx_item_block.all_result .bx_item_element {
    padding: 12px 5px 12px 10px;
    margin-left: 60px;
}
.miss_search .bx_item_block.all_result{
    width: 105%;
}
.miss_search .bx_item_block.all_result .all_result_title {
    font-size: 16px;
}
.miss_search .bx_item_block.all_result  .all_others {
    font-size: 16px;
    padding: 5px 10px 5px 0;          
}
.miss_search .bx_item_block.all_result .bx_item_element .all_result_r {
    width: 9px;
}
}
@media (max-width: 767px) {
.header-login.enter {
    text-align: right;
    display:block;
    margin-top: -20px;
    float: none;
    margin-bottom: 5px;
}
.wrap-top-block-right1, #search {
    width: 100%;
    max-width: 100%;
    float: left;
}
div.title-search-result {
    display:none !important;
}
}
@media (max-width: 480px) {
.header-login {
    text-align: right;
    display:block;
    margin-top: -20px;
    float: none;
    margin-bottom: 5px;
}
}
/*End style for header top block right*/

/*Style for main menu*/
.main-top-menu {
    position: relative;
    width: 100%;
    margin: 0px;
    padding-bottom: 0px;
    z-index: 10;
    background: transparent;
    padding-bottom: 5px;
}
.main-top-menu .wrap-main-top-menu {
    display:table;
    width: auto;
    min-width: 100%;
}

.main-top-menu .wrap-main-top-menu ul {
    display: table-row;
}
.main-top-menu .wrap-main-top-menu ul > li {
    display: table-cell;
    padding: 0 5px;
    vertical-align: middle;
    width: 10%;
}
.main-top-menu .wrap-main-top-menu ul > li > a {
    font-family: "Times New Roman", Arial, sans-serif;
    font-size: 14px;
    color: #052640;
    display: inline-block;
    width: 100%;
    padding: 14px 3% 14px 3%;
    text-align: center;
    text-decoration: none;
    line-height: 16px;
    text-transform: uppercase
}


.main-top-menu .wrap-main-top-menu ul > li > a span {
    display: inline-block;
    text-align: left;
}
.main-top-menu .wrap-main-top-menu ul > li > a:hover,
.main-top-menu .wrap-main-top-menu ul > li > a:active,
.main-top-menu .wrap-main-top-menu ul > li.li-active > a,
.main-top-menu .wrap-main-top-menu ul > li.li-hover > a {
    color: #6c727d;
}

@media (min-width: 992px) and (max-width: 1199px) {
.main-top-menu .wrap-main-top-menu ul > li > a {
    text-align: left;
}
.main-top-menu .wrap-main-top-menu ul > li.li-first > a {
    padding-left: 15px;
}
}
@media (min-width: 768px) and (max-width: 991px) { 
.main-top-menu .wrap-main-top-menu ul > li > a {
    font-size: 12px;
    text-align: left;
}
.main-top-menu .wrap-main-top-menu ul > li.li-first > a {
    padding-left: 5px;
}
}

.wrap-top-inner-menu {
    position: absolute;
    top: 60px;
    left: 0;
    width: 100%;
    background: #fff;
    z-index: 10;
    padding: 35px 35px 35px 35px;
    opacity: 0;
    border-top: 1px solid #d9d9d9;
    box-shadow:  0px 2px 3px 1px #cdccc9;
    -webkit-box-shadow:  0px 2px 3px 1px #cdccc9;
    -moz-box-shadow:  0px 2px 3px 1px #cdccc9;
}
/*For ie9 and ie10*/
@media screen and (min-width:0\0) { 
.wrap-top-inner-menu {
    margin-top: -5px;     
}    
}
/*End for ie9 and ie10*/ 
.wrap-top-inner-menu .wrap-item {
    width: 100%;
}
.wrap-top-inner-menu .wrap-item .item {
    position: absolute;
}
.wrap-top-inner-menu .item .wrap-title {
    margin-bottom: 30px;
}
.wrap-top-inner-menu .item .wrap-title-banner {
    padding-top: 60px;
    display: block;
    text-decoration: none;
}
.wrap-top-inner-menu .item .wrap-title-banner .banner-title {
    font-family: "Times New Roman", Arial, sans-serif;
    font-size: 30px;
    line-height: 35px;
    color: #000;
    text-transform: uppercase;
    text-align: center;
}
.wrap-top-inner-menu .item .wrap-title-banner .banner-title-del {
    height: 1px;
    background: #000;
    width: 60%;
    margin: 0 auto;
    margin-top: 27px;
    margin-bottom: 27px;
}
.wrap-top-inner-menu .item .wrap-title-banner .banner-title-2 {
    font-family: "Times New Roman", Arial, sans-serif;
    font-size: 16px;
    line-height: 22px;
    color: #000;
    text-transform: uppercase;
    text-align: center;
}
.wrap-top-inner-menu .item .wrap-banner {
    position: relative;
    display: block;
}
.wrap-top-inner-menu .item .wrap-img {
    position: relative;
    display: block;
}

.wrap-top-inner-menu .item .wrap-img .wrap-img-text {
    position: absolute;
    bottom: 15px;
    left: 20px;
    display: block;
    width: 48%;
    color: #a76e6e;
    font-size: 18px;
    line-height: 20px;
}
.wrap-top-inner-menu .item .wrap-element {
    color: #000;
    text-decoration: none;
}
.wrap-top-inner-menu .item .wrap-element img {
    border: 1px solid #acacac;
    margin-bottom: 5px;
}
.wrap-top-inner-menu .item .wrap-element .wrap-name {
    min-height: 50px;
    min-height: 35px;
    margin-bottom: 5px;
    display: block;
}
.wrap-top-inner-menu .item .wrap-element .item-name {
    font-family: "Times New Roman", Arial, sans-serif;
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 0;
    text-decoration: none;
    margin-bottom: 5px;
    display: block;
}
.wrap-top-inner-menu .item .wrap-element .item-second-name {
    font-family: Arial, sans-serif;
    font-style: italic;
    font-size: 12px;
    line-height: 14px;
    margin-bottom: 0;
    text-decoration: none;
    display: block;
}
.wrap-top-inner-menu .item .wrap-element .wrap-price {
    display: block;
}
.wrap-top-inner-menu .item .wrap-element .wrap-price .item_price {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: bold;
    color: #d44343;
    display: inline-block;
    margin-bottom: 3px;
    margin-right: 3px;
}
.wrap-top-inner-menu .item .wrap-element .wrap-price .item_price_big {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    color: #bababa;
    text-decoration: line-through;
    margin-bottom: 0px;
    display: inline-block;
    margin-bottom: 3px;
}
@media (min-width: 1200px) {
.wrap-top-inner-menu .item a.wrap-banner:hover .img_hover,
.wrap-top-inner-menu .item a.wrap-element .img_hover {
    background: none repeat scroll 0 0 #fff;
    display: none;
    height: 100%;
    left: 0;
    opacity: 1;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 2;
}
.wrap-top-inner-menu .item a.wrap-banner:hover .img_hover,
.wrap-top-inner-menu .item a.wrap-element:hover .img_hover {
    display: block;
    opacity: 0.1;
}
}
.wrap-top-inner-menu .item .wrap-img .wrap-img-text .text-1 {
    font-family: 'ProximaNova', Arial, sans-serif;
    display: block;
}
.wrap-top-inner-menu .item .wrap-img .wrap-img-text .text-2 {
    font-family: "Times New Roman", Arial, sans-serif;
    display: block;
    text-transform: uppercase;
}
.wrap-top-inner-menu .item .wrap-title .menu-inner-title {
    font-family: "Times New Roman", Arial, sans-serif;
    font-size: 27px;
    line-height: 30px;
    color: #000;
    margin-bottom: 5px;
    font-style: normal;
    font-weight: normal;
}
.wrap-top-inner-menu .item .wrap-title .menu-inner-title a {
	font-family: "Times New Roman", Arial, sans-serif;
    font-size: 25px;
    line-height: 100%;
    color: #052640;
    text-decoration: none;
	text-transform: uppercase;
}
.wrap-top-inner-menu .item .wrap-title .menu-inner-title-2 {
	font-family: 'Times New Roman', Arial, sans-serif;
    font-size: 14px;
    line-height: 18px;
    color: #6c727d;
    margin-bottom: 0px;
    font-style: italic;
    font-weight: normal;
}
.wrap-top-inner-menu .item .menu-inner-title-del {
    height: 1px;
    background: #888888;
    width: 35%;
    margin-top: 15px;
}

.wrap-top-inner-menu .item .menu-inner-wrap-text,
.wrap-top-inner-menu .item .menu-inner-wrap-text p {
    font-family: "Times New Roman", Arial, sans-serif;
    font-size: 14px;
    line-height: 16px;
    color: #000;
    font-style: normal;
    font-weight: normal;
}
.wrap-top-inner-menu .item .menu-inner-wrap-text p {
    margin-bottom: 15px;
}
.wrap-top-inner-menu .item .menu-lv-2-1,
.wrap-top-inner-menu .item .menu-lv-2-2 {
    margin-bottom: 10px;
}
.wrap-top-inner-menu .item .menu-lv-2-1,
.wrap-top-inner-menu .item .menu-lv-2-2 {

}
.wrap-top-inner-menu .item .menu-lv-2-1 > li,
.wrap-top-inner-menu .item .menu-lv-2-2 > li {
    list-style: none;
}
.wrap-top-inner-menu .item .menu-lv-2-1 > li > a,
.wrap-top-inner-menu .item .menu-lv-2-2 > li > a {
    font-family: "Times New Roman", Arial, sans-serif;
    font-size: 14px;
    line-height: 24px;
    display: block;
    color: #33363b;
    text-transform: uppercase;
    text-decoration: none;
}
.wrap-top-inner-menu .item .menu-lv-2-1 > li.li-active > a,
.wrap-top-inner-menu .item .menu-lv-2-1 > li:hover > a,
.wrap-top-inner-menu .item .menu-lv-2-1 > li:active > a,
.wrap-top-inner-menu .item .menu-lv-2-2 > li.li-active > a,
.wrap-top-inner-menu .item .menu-lv-2-2 > li:hover > a,
.wrap-top-inner-menu .item .menu-lv-2-2 > li:active > a {
    color: #8b8b8b;
    text-decoration: none;
}


@media (min-width: 992px) and (max-width: 1199px) {
.wrap-top-inner-menu {
    padding: 25px 25px 25px 25px;
}
.wrap-top-inner-menu .item .wrap-title-banner {
    padding-top: 45px;
}
.wrap-top-inner-menu .item .wrap-title-banner .banner-title {
    font-size: 23px;
    line-height: 30px;
}
.wrap-top-inner-menu .item .wrap-title-banner .banner-title-del {
    margin-top: 20px;
    margin-bottom: 20px;
}
.wrap-top-inner-menu .item .wrap-title-banner .banner-title-2 {
    font-size: 14px;
    line-height: 20px;
}
.wrap-top-inner-menu .item .wrap-banner .wrap-img-text {
    font-size: 16px;
    line-height: 18px;
}
.wrap-top-inner-menu .item .wrap-title .menu-inner-title {
    font-size: 23px;
    line-height: 27px;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.wrap-top-inner-menu {
    padding: 20px 20px 20px 20px;
}
.wrap-top-inner-menu .item .wrap-title-banner {
    padding-top: 45px;
}
.wrap-top-inner-menu .item .wrap-title-banner .banner-title {
    font-size: 23px;
    line-height: 30px;
}
.wrap-top-inner-menu .item .wrap-title-banner .banner-title-del {
    margin-top: 20px;
    margin-bottom: 20px;
}
.wrap-top-inner-menu .item .wrap-title-banner .banner-title-2 {
    font-size: 14px;
    line-height: 20px;
}
.wrap-top-inner-menu .item .wrap-banner .wrap-img-text {
    font-size: 16px;
    line-height: 18px;
}
.wrap-top-inner-menu .item .wrap-title .menu-inner-title {
    font-size: 23px;
    line-height: 27px;
}
}
/* End style for main menu*/

/*Style for main menu mobile*/
.open-mobile-menu {
   /* margin-bottom: 20px;
    position: relative;
    background: url(../img/miss_header_menu_bg.png) 0 0;
    box-shadow:  0px 02px 2px 2px #d6d6d6;
    -webkit-box-shadow:  0px 02px 2px 2px #d6d6d6;
    -moz-box-shadow:  0px 02px 2px 2px #d6d6d6;
    padding: 5px 10px 5px 10px; */
    position: absolute;
    top: -50px;
    left: 0;
    height: 50px;
    background-color: #333333;
    width: 100%;
}
#open-menu {
    display: inline-block;
    padding: 18px 15px 14px  15px;
    opacity: 1;
    color: #fff;
    text-decoration: none;
}
#open-menu .icon-bar {
    background: #fff;
    border-radius: 1px;
    display: block;
    height: 2px;
    width: 22px;
    margin-bottom: 4px;
}
#open-menu .navbar-menu-name {
    color: #ffffff;
    left: 42px;
    position: absolute;
    top: 14px;
}

.menu_mobile .main-menu-lv-1 li {
    width: 100% !important;
}
.menu_mobile .main-menu-lv-2 > ul {
    float: none;
    display: block;
}
.menu_mobile .main-menu-lv-2 > ul > li {
    width: auto;
}
.menu_mobile .main-menu-lv-2 > ul.menu-lv-2-2.mm-list > li.li-1:not(.mm-subtitle):not(.mm-label):not(.mm-noresults):after {
    border-bottom: none;
}
.menu_mobile .main-menu-lv-2 > ul > li.mm-subclose > a {
    padding: 10px 10px 10px 20px;
}
.menu_mobile .mm-list a.mm-subclose:before {
    top: 15px;

}

.menu_mobile .main-menu-lv-2 > ul > li > a {
    padding: 10px 10px 10px 20px;
    color: inherit;
}

.menu_mobile .main-menu-lv-2 > ul.menu-lv-2-2 > li.li-1 > a {
    color: rgba(255, 255, 255, 0.3);
}
.menu_mobile .main-menu-lv-2 .span-img {
    display: block;
    float: none;
    width: 90%;
    margin-bottom: 30px;
}
.menu_mobile .main-menu-lv-2 .span-img img {
    margin: 0 auto;
}
@media (max-width: 767px) {
.header {
    border-top: 0;
}    
.header-top {
    margin-top: 50px;
}
}
/*End style for main menu mobile*/

/* End style for main menu*/

/* Style for content */
.container  {
}
/* Style for content text */
.content-text h1 {
    font-family: "Times New Roman", Arial, sans-serif;
    font-size: 25px;
    color: #6c727d;
    margin-bottom: 18px;
    font-style: normal;
    font-weight: normal;
}
.content-text h2 {
    font-family: "Times New Roman", Arial, sans-serif;
    font-size: 23px;
    color: #052640;
    margin-bottom: 18px;
    font-style: normal;
    font-weight: normal;
}
.content-text h3 {
    font-family: "Times New Roman", Arial, sans-serif;
    font-size: 18px;
    color: #6c727d;
    margin-bottom: 18px;
    font-style: normal;
    font-weight: normal;
}
.content-text h4 {
    font-family: "Times New Roman", Arial, sans-serif;
    font-size: 16px;
    color: #6c727d;
    margin-bottom: 18px;
    font-style: normal;
    font-weight: normal;
}
.content-text h5 {
    font-family: "Times New Roman", Arial, sans-serif;
    font-size: 14px;
    color: #6c727d;
    margin-bottom: 12px;
    font-style: normal;
    font-weight: normal;
}
.content-text,
.content-text p {
    font-family: "Times New Roman", Arial, sans-serif;
    font-size: 14px;
    color: #33363b;
    margin-bottom: 14px;
    font-style: normal;
    font-weight: normal;
}
.content-text a {
    font-family: "Times New Roman", Arial, sans-serif;
    font-size: 14px;
    color: #010101;
    font-style: normal;
    font-weight: normal;
    text-decoration: underline;
}
.content-text a:hover {
    text-decoration: none;
}
.content-text ul {
    margin: 0 0 12px 27px;
}
.content-text ul li {
    font-family: "Times New Roman", Arial, sans-serif;
    font-size: 14px;
    color: #787f8c;
    color: #33363b;
}
.content-text img {
    max-width: 100%;
    display: block;
    height: auto;
}
.errortext,
font.errortext {
    font-family: "ProximaNova",Arial,regular;
    font-size: 15px;   
}

@media (min-width: 992px) and (max-width: 1199px) {
.content-text h1 {
    font-size: 23px;
    line-height: 26px;
    margin-bottom: 15px;
}
.content-text h2 {
    font-size: 18px;
    line-height: 21px;
    margin-bottom: 15px;
}
.content-text h3 {
    font-size: 16px;
    line-height: 19px;
    margin-bottom: 15px;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.content-text h1 {
    font-size: 23px;
    line-height: 26px;
    margin-bottom: 15px;
}
.content-text h2 {
    font-size: 18px;
    line-height: 21px;
    margin-bottom: 15px;
}
.content-text h3 {
    font-size: 16px;
    line-height: 19px;
    margin-bottom: 15px;
}
}
@media(max-width: 767px) {
.content-text h1 {
    font-size: 23px;
    line-height: 26px;
    margin-bottom: 15px;
}
.content-text h2 {
    font-size: 18px;
    line-height: 21px;
    margin-bottom: 15px;
}
.content-text h3 {
    font-size: 16px;
    line-height: 19px;
    margin-bottom: 15px;
}
}
/*Style text_page*/
.content-text .text_page h1,
.content-text .text_page h2,
.content-text .text_page h3,
.content-text .text_page h4,
.content-text .text_page a {
    color: #001f38;
}
.content-text .text_page a {
    color: #3c6585;    
}


/*End style text_page*/
/*End style for content text*/

/*Style for main content*/
main {
    margin-bottom: 50px;
}

/*Style main top block*/
.main-top-block {
    margin-bottom: 17px;
}

.main-top-block a,
.main-top-block span {
    font-family: "Times New Roman", Arial, sans-serif;
    font-size: 14px;
    line-height: 30px;
    color: #6c727d;
}
.main-top-block a,
.main-top-block .alpha {
    text-decoration: underline;
    cursor: pointer;
}
.main-top-block a:hover,
.main-top-block .alpha:hover {
    text-decoration: none;
	color: #052640;
}
/*Style main center top block*/
.block_alpha {
    display:table;
    width: auto;
    min-width: 100%;    
}
ul.main-top-center {
    display: table-row;
}
ul.main-top-center > li {
    list-style: none;
    display: table-cell;
    vertical-align: middle;
    width: 1%;
} 


.main-top-center > li > a,
.main-top-center .alpha {
    display: block;
    text-align: center;
}
.main-top-center li > .alpha_inner {
    position: absolute;
    top: 30px;
    left: 2%;
    z-index: 2;
    width: 93%;
    min-height: 250px;
    padding: 35px 50px 60px 20px;
    display: none;
    box-shadow:  0px 2px 1px 1px #e2e2e2;
    -webkit-box-shadow:  0px 2px 1px 1px #e2e2e2;
    -moz-box-shadow:  0px 2px 1px 1px #e2e2e2;
    background-color: #fff;
}
.alpha_inner img {
    border: 1px solid #7f7f7f;
}
.alpha_inner .alpha_banner {
    font-family: 'ProximaNova', Arial, regular;
    color: #000000;
    font-size: 120px;
    border: 1px solid #7f7f7f;
    max-width: 172px;
    line-height: 172px;
    height: 172px;
    text-align: center;
}
.alpha_inner ul {
    margin: 0;
}
.alpha_inner ul li {
    list-style: none;
    float: left;
    width: 46%;
    padding-right: 2%;
}
.main-top-center li > .alpha_inner a {
    font-family: "Times New Roman", Arial, sans-serif;
    font-size: 14px;
    line-height: 16px;
    text-decoration: none;
    text-transform: uppercase;
    display: inline-block;
    padding: 3% 0;
}
.main-top-center li > .alpha_inner a:hover {
    text-decoration: underline;
}
@media (min-width: 992px) and (max-width: 1199px) {
.main-top-center li > .alpha_inner a {
    font-family: "Times New Roman", Arial, sans-serif;
    font-size: 12px;
}
.alpha_inner .alpha_banner {
    font-size: 90px;
    max-width: 129px;
    line-height: 129px;
    height: 129px;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.main-top-center li > .alpha_inner a {
    font-family: "Times New Roman", Arial, sans-serif;
    font-size: 12px;
}
.alpha_inner .alpha_banner {
    font-size: 70px;
    max-width: 89px;
    line-height: 89px;
    height: 89px;
}
}
/*End style main center top block*/

.main-top-right {
    text-align: right;
}
.main-top-right a.left {
   text-align: left;
   text-decoration: none;
}

.main-top-right a {
    width: 47%;
    display: inline-block;
}
@media (min-width: 992px) and (max-width: 1199px) {
.main-top-right a {
    width: 42%;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.main-top-block a,
.main-top-block span {
    font-size: 12px;
}
.main-top-right a {
    width: 45%;
}

}
@media (max-width: 767px) {
.main-top-center a {
    width: 10% !important;
}
.main-top-right a {
    width: 48%;
    margin-right: 1%;
}
}
/*End style main top block*/

/* Style for main banner */
.block_banner .banner-inner {
    background-color: #fff;
    margin-bottom: 20px;
    position: relative;
}
.block_banner .banner-inner .item {
    display: block;
}
.block_banner .banner-inner .item.item_absolute {
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 1px;
}
/* Styling main banner Pagination*/
.block_banner .banner-inner .owl-pagination {
    position: absolute;
    right: 1%;
    bottom: 1%;
}
.block_banner .banner-inner .owl-controls .owl-page{
	display: inline-block;
	zoom: 1;
	*display: inline; /*IE7 life-saver */
}
.block_banner .banner-inner .owl-controls .owl-page span{
	display: block;
	width: 12px;
	height: 12px;
	margin: 5px 7px;
	filter: Alpha(Opacity=30);/*IE7 fix*/
	opacity: 0.3;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background: #052640;
}

.block_banner .banner-inner .owl-controls .owl-page.active span,
.block_banner .banner-inner .owl-controls.clickable .owl-page:hover span{
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
}
/* End Styling main banner Pagination*/

.block_banner .banner-inner .owl-buttons .owl-prev,
.block_banner .banner-inner .owl-buttons .owl-next {
	position:absolute;
	width: 16px;
    height: 33px;
    top: 50%;
    margin-top: -16.5px;
}
.block_banner .banner-inner .owl-buttons .owl-prev:hover,
.block_banner .banner-inner .owl-buttons .owl-next:hover {
	opacity:0.5;
} 
.block_banner .banner-inner .owl-buttons .owl-prev {
    background: url(../img/mister_arrow_banner_prev.png) 0 0 no-repeat;
    left: 1%;
}

.block_banner .banner-inner .owl-buttons .owl-next {
    background: url(../img/mister_arrow_banner_next.png) 0 0 no-repeat;
    right: 1%;
}
@media (min-width: 768px) and (max-width: 991px) {
.block_banner .banner-inner .owl-controls .owl-page span{
	width: 10px;
	height: 10px;
	margin: 5px 6px;
}
}
@media (max-width: 767px) {
.block_banner .banner-inner .owl-controls .owl-page span{
	width: 9px;
	height: 9px;
	margin: 3px 4px;
}
}
/* End style for main banner */

/* Style for small banner */
.block_small_banner {
    margin-bottom: 50px;
}
.block_small_banner a,
.block_small_banner span {
    display: block;
}
.block_small_banner img {
    display: inline;
}
.block_small_banner .sm-padding-right-no {
    text-align: right;
}
.block_small_banner .sm-padding-left-no {
    text-align: left;
}
.block_small_banner .sm-padding-min{
    text-align: center;
}
.block_small_banner img {

}
@media (min-width: 768px) and (max-width: 991px) {
.block_small_banner {
    margin-bottom: 20px;
}
}
@media (max-width: 767px) {
.block_small_banner {
    margin-bottom: 20px;
}
.block_small_banner .sm-padding-min,
.block_small_banner .sm-padding-left-no,
.block_small_banner .sm-padding-right-no {
    text-align: center;
}
}
/* End style for small banner */

/* Style for block brand and use this you look*/
.block_brand {
    margin-bottom: 0px;
    padding-bottom: 65px;
}
.block_brand .block_title,
.block_buy_now .block_title,
.main_block_news .block_title {
    font-family: "Times New Roman", Arial, sans-serif;
    font-size: 25px;
    line-height: 36px;
    color: #052640;
    margin-bottom: 0px;
    text-transform: uppercase;    
}
.block_brand .block_title span,
.block_buy_now .block_title span,
.main_block_news .block_title span {
    font-family: 'ProximaNova', Arial, regular;
    color: #9da5b3;
    font-size: 13px;
    white-space: nowrap;
}
.block_brand_wrap {
    width: 100%;
    background-color: #fff;
    padding:5px;
    border-top: #cfd3da 1px solid
}
.block_brand_inner {
    padding-top: 20px;
    padding-bottom: 20px;    
    height: 140px;
    overflow: hidden;
}
.block_brand_inner .block_wrap_carousel {
    overflow: hidden;
    display: block;
    height: 100%;
    width: 100%;
}
.block_brand_inner .block_carousel .item {
    padding: 0 15px;
    opacity: 0.3;
}
.block_brand_inner .block_carousel .item:hover {
    opacity: 1;
}
.block_brand_inner .block_carousel a,
.block_brand_inner .block_carousel span {
    display: block;
    text-align: center;
    width: 100%;
    height: 80px;
    line-height: 80px;
}
.block_brand_inner .block_carousel > div {
    /*padding: 0 1%;*/
}
.block_brand_inner .block_carousel a > img,
.block_brand_inner .block_carousel span > img {
    margin: 0 auto;
    display: inline-block;
}
@media (min-width: 992px) and (max-width: 1199px) {

}
@media (min-width: 768px) and (max-width: 991px) {
.block_brand_inner {
    height: 120px;
    padding: 25px;
}
.block_brand_inner .block_carousel a,
.block_brand_inner .block_carousel span {
    height: 65px;
    line-height: 65px;
}
}
@media (max-width: 767px) {
.block_brand_inner {
    height: 100px;
    padding: 15px;
}
.block_brand .block_title,
.block_buy_now .block_title,
.main_block_news .block_title {
    font-size: 25px;
    line-height: 27px;
}
.block_brand_inner .block_carousel a,
.block_brand_inner .block_carousel span {
    height: 70px;
    line-height: 70px;
}
}
@media (max-width: 459px) {
.block_brand_inner {
    height: 90px;
    padding: 15px;
}
.block_brand_inner .block_carousel a,
.block_brand_inner .block_carousel span {
    height: 65px;
    line-height: 65px;
}
}
/* End style for block brand */


/*Style block_news*/
.main_block_news {
    margin-bottom: 40px;
    padding-bottom: 30px;
}
.main_block_news .block_title {
    border-bottom: 1px solid #cfd3da;
    margin-bottom: 25px;
}
.main_block_news .wrap_news {
    padding: 0px;
}
.main_block_news .wrap_news .bl_left {
    display: block;
    text-decoration: none;
}

.main_block_news .wrap_news .bl_left .title {
    font-family: "Times New Roman", Arial, sans-serif;
    color: #6c727d;
    margin-bottom: 5px;
    font-size: 16px;
    line-height: 18px;
}
.main_block_news .wrap_news .bl_left .title a {
    font-size: 23px;
    text-decoration: none;
    color: #052640
}
.main_block_news .wrap_news .bl_left .title a:hover {
    color: #052640;
}
@media (min-width: 1200px) {
.main_block_news .wrap_news .bl_left .title {
    font-size: 21px;
    line-height: 23px;
}
}
.main_block_news .wrap_news .bl_left .date {
    font-family: 'ProximaNova', Arial, sans-serif;
    font-size: 13px;
    color: #9da5b3;
    margin-bottom: 15px;
}
.main_block_news .wrap_news .bl_left .wrap_img {
    display: block;
    margin-bottom: 15px;
}
.main_block_news .wrap_news .bl_left .text {
    font-family: "Times New Roman", Arial, sans-serif;
    font-size: 14px;
    line-height: 16px;
	color: #6c727d;
}
.main_block_news .wrap_news .bl_center {
    margin-top: 4px;
}

.main_block_news .wrap_news .bl_center .news_one {
    margin-bottom: 30px;
    display: block;
    text-decoration: none;
}
.main_block_news .wrap_news .bl_center .news_one .title {
    font-family: "Times New Roman", Arial, sans-serif;
    font-size: 14px;
    line-height: 16px;
    color: #6c727d;
    margin-bottom: 5px;
}
.main_block_news .wrap_news .bl_center .news_one .date {
    font-family: 'ProximaNova', Arial, sans-serif;
    font-size: 13px;
    color: #9da5b3;
    margin-bottom: 0px;
}
.main_block_news .wrap_news .bl_center .news_one:hover .title {
    color: #010101;
}
.main_block_news .bl_right .news_slide {
    background: #f6f6f6;
    padding: 17px 15px 17px 15px;
    position: relative;
}
.main_block_news .bl_right .news_slide .slides {
    margin: 0;
}
.main_block_news .bl_right .news_slide .slides li {
    list-style: none;
}
.main_block_news .bl_right .news_slide .item {

}
.main_block_news .bl_right .news_slide .item.item_absolute {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    
}
.main_block_news .bl_right .news_slide .item .title {
    font-family: "Times New Roman", Arial, sans-serif;
    color: #052640;
    margin-bottom: 5px;
    font-size: 18px;
    line-height: 20px;
}
.main_block_news .bl_right .news_slide .item .title a {
    font-size: 23px;
    text-decoration: none;
    color: #052640
}
.main_block_news .bl_right .news_slide .item .title a:hover {
    color: #666666;
}
.main_block_news .bl_right .news_slide .item .date {
    font-family: 'ProximaNova', Arial, sans-serif;
    font-size: 13px;
    color: #9da5b3;
    margin-bottom: 15px;
}
.main_block_news .bl_right .news_slide .item .wrap_img {
    display: block;
    margin-bottom: 15px;
}
.main_block_news .bl_right .news_slide .item .wrap_img img {
    /*margin: 0 auto;*/
}
.main_block_news .bl_right .news_slide .item .text {
    font-family: "Times New Roman", Arial, sans-serif;
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 5px;
    color: #6c727d
}
.main_block_news .bl_right .news_slide .item .wrap_go_detail {
    text-align: right;
}
.main_block_news .bl_right .news_slide .item .wrap_go_detail a {
    font-family: 'ProximaNova', Arial, regular;
    font-size: 18px;
    color: #a76e6e;
}
.main_block_news .bl_right .news_slide .flex-control-nav {
    left: 0;
    bottom: -30px;
}
.main_block_news .bl_right .news_slide .flex-control-nav li {

}
.main_block_news .bl_right .news_slide .flex-control-nav li a {
    background: #ffffff;
}
.main_block_news .bl_right .news_slide .flex-control-nav li a.flex-active {
    background: #052640;
}

@media (min-width: 992px) and (max-width: 1199px) {
.main_block_news {
    padding-bottom: 60px;
}
.main_block_news .wrap_news {
    padding: 20px 20px 30px 20px;
}
.main_block_news .wrap_news .bl_center .news_one {
    margin-bottom: 25px;
}
.main_block_news .bl_right .news_slide .item .wrap_go_detail a {
    font-size: 16px;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.main_block_news {
    margin-bottom: 35px;
    padding-bottom: 50px;
}
.main_block_news .wrap_news {
    padding: 20px 20px 30px 20px;
}
.main_block_news .wrap_news .bl_center .news_one {
    margin-bottom: 15px;
}
.main_block_news .bl_right .news_slide .item .wrap_go_detail a {
    font-size: 16px;
}
}
@media (max-width: 767px) {
.main_block_news {
    margin-bottom: 30px;
    padding-bottom: 50px;
}
.main_block_news .wrap_news {
    padding: 15px 15px 40px 15px;
}
.main_block_news .wrap_news .bl_left {
    margin-bottom: 25px;
}
.main_block_news .wrap_news .bl_center {
    margin-bottom: 20px;
}
.main_block_news .wrap_news .bl_center .news_one {
    margin-bottom: 10px;
}
.main_block_news .bl_right .news_slide .item .wrap_go_detail a {
    font-size: 16px;
}
}
/*End style block news*/



/*Style for block buy now*/
.block_buy_now {

}
.block_buy_now .block_title {
    font-family: "Times New Roman", Arial, sans-serif;
    font-size: 25px;
    color: #052640;
    margin-bottom: 0;
}
.block_buy_now  .wrap_online {
    text-align: right;
    margin-bottom: 0;
    line-height: 36px;
}
.block_buy_now .wrap_online .block_online {
    font-family: "Times New Roman",  Arial, regular;
    color: #052640;
    font-size: 20px;
    line-height: 36px;
    display: block;

}
.block_buy_now .wrap_online .block_online a,
.block_buy_now .wrap_online .block_online span {
    font-family: "Times New Roman",  Arial, regular;
    font-style: italic;
    color: #052640;
	font-size: 17px;
    line-height: 36px;
    display: inline-block;
    text-decoration: none;
	cursor: pointer;
}
.block_buy_now .wrap_online .block_online a:hover,
.block_buy_now .wrap_online .block_online span:hover {
    color:#6c727d;
}
.wrap-buy-now-slider {
    border-top: 1px solid #cfd3da;
}

#buy-now-slider,
.buy-now-slider {
    width: 1000%;
    display: inline-block;
    padding-top: 20px;
}
#buy-now-slider .owl-item,
.buy-now-slider .owl-item {
    z-index: 1;
    position: relative;
}
#buy-now-slider .owl-item.hover,
.buy-now-slider .owl-item.hover {
    z-index: 2;
}
#buy-now-slider .item,
.buy-now-slider .item {
    padding: 3px 0 110px 0;
    position: relative;
    z-index: 1;
    float: left;
    max-width: 256px;
}
#buy-now-slider .owl-prev,
.buy-now-slider .owl-prev{
    background: url(../img/mister_arrow_banner-sm_prev.png) left 0 no-repeat;
    height: 43px;
    width: 17px;
    position: absolute;
    top: 31%;
    left: -2%;
    z-index: 50;
}
#buy-now-slider .owl-next,
.buy-now-slider .owl-next{
    background: url(../img/mister_arrow_banner-sm_next.png) right 0 no-repeat;
    height: 43px;
    width: 17px;
    position: absolute;
    top: 31%;
    right: -2%;
    z-index: 50;
}
#buy-now-slider .owl-prev:hover,
#buy-now-slider .owl-next:hover {
	opacity:0.5;
}
@media (min-width: 992px) and (max-width: 1199px) {
#buy-now-slider .owl-next,
#buy-now-slider .owl-prev,
.buy-now-slider .owl-next,
.buy-now-slider .owl-prev{
	background-size: 10px 30px;
    background-position: 2px 2px;
    top: 26%;
}
#buy-now-slider .item,
.buy-now-slider .item {
    padding: 3px 0 80px 0;
}
}
@media (min-width: 768px) and (max-width: 991px) {
#buy-now-slider .owl-prev,
.buy-now-slider .owl-prev {
    background-size: 13px 33px;
    background-position: 2px 2px;
    top: 29%;
    left: 1.2%;
}
#buy-now-slider .owl-next,
.buy-now-slider .owl-next{
    background-size: 13px 33px;
    background-position: 2px 2px;
    top: 29%;
    right: 1.2%;
}
}
@media (max-width: 767px) {
.block_buy_now {
    margin-bottom: 30px;
}
.block_buy_now  .wrap_online {
    display: none;
}
#buy-now-slider .item,
.buy-now-slider .item {
    padding-bottom: 10px;
    //margin: 0 11px;
}
#buy-now-slider .owl-prev,
.buy-now-slider .owl-prev {
    background-size: 12px 16px;
    background-position: 2px 2px;
    top: 30%;
    left: 2.8%;
}
#buy-now-slider .owl-next,
.buy-now-slider .owl-next {
    background-size: 12px 16px;
    background-position: 2px 2px;
    top: 30%;
    right: 1.5%;
}
}
@media (max-width: 479px) {
#buy-now-slider .owl-next,
#buy-now-slider .owl-prev,
.buy-now-slider .owl-next,
.buy-now-slider .owl-prev {
    top: 20%;
}
}
#buy-now-slider .buy_now_top,
.buy-now-slider .buy_now_top {
    padding: 0 0 10px 0;
    position: relative;
}
#buy-now-slider .buy-now-top-inner,
.buy-now-slider .buy-now-top-inner {
    height: 427px;
    line-height: 425px;
    background: #fff;
    text-align: center;
    overflow: hidden;
}
#buy-now-slider .buy_now_top a,
#buy-now-slider .buy_now_top .wrap_img,
.buy-now-slider .buy_now_top a,
.buy-now-slider .buy_now_top .wrap_img {
    display: block;
}
#buy-now-slider .item-discount,
.buy-now-slider .item-discount {
    padding: 4px;
    display: block;
    background: url(../img/miss_bg_dfbebe_modal_block.png) 0 0;
    position: absolute;
    bottom: 5%;
    right: -4px;
    z-index: 101;
}
#buy-now-slider .item-discount .item-discount-inner,
.buy-now-slider .item-discount .item-discount-inner {
    font-family: 'ProximaNova', Arial, regular;
    font-size: 27px;
    line-height: 30px;
    color: #001f37;
    padding: 0 15px;
    border: 1px solid #001f37;
    background: #fff;
    display: block;
    white-space: nowrap;
}
#buy-now-slider .buy_now_bottom,
.buy-now-slider .buy_now_bottom {
    background-color: #fff;
    padding-top: 5px;
}
#buy-now-slider .buy_now_bottom .buy_now_bottom_inner,
.buy-now-slider .buy_now_bottom .buy_now_bottom_inner {
    border-top: 1px solid #7f7f7f;
    padding: 25px 0 23px 0;
}
#buy-now-slider .buy_now_bottom .buy_now_bottom_inner .wrap_price_name,
.buy-now-slider .buy_now_bottom .buy_now_bottom_inner .wrap_price_name {
    width: 100%;
    display: inline-block;
}
@media (min-width: 1200px){
#buy-now-slider .buy_now_bottom .buy_now_bottom_inner .wrap_price_name,
.buy-now-slider .buy_now_bottom .buy_now_bottom_inner .wrap_price_name {
    height: 66px;
    overflow: hidden; 
}
}
#buy-now-slider .block_name,
.buy-now-slider .block_name {
    width: 60%;
    float: left;
    word-wrap: break-word;
}
#buy-now-slider .block_price,
.buy-now-slider .block_price {
    width: 40%;
    margin-left: 60%;
}
#buy-now-slider .block_name .item_name,
.buy-now-slider .block_name .item_name {
    font-family: "Times New Roman", Arial, sans-serif;
    font-size: 18px;
    line-height: 19px;
    color: #000;
    margin-bottom: 0;
}
#buy-now-slider .block_name .item_name a,
.buy-now-slider .block_name .item_name a {
    font-size: 16px;
    line-height: 18px;
    text-decoration: none;
    font-family: "ProximaNova", Arial, sans-serif;
    color: #001f37;
}
#buy-now-slider .block_name .item_name a:hover,
#buy-now-slider .block_name .item_name a:active,
.buy-now-slider .block_name .item_name a:hover,
.buy-now-slider .block_name .item_name a:active {
    color: #6c727d;
}
#buy-now-slider .block_name .item_second_name,
.buy-now-slider .block_name .item_second_name {
    font-family: "Times New Roman", Arial, sans-serif;
    font-size: 14px;
    line-height: 15px;
    margin-top: 2px;
    margin-bottom: 0;
    margin-left: 0;
}
#buy-now-slider .block_name .item_second_name a,
.buy-now-slider .block_name .item_second_name a {
    text-decoration: none;
	color: #001f37;
	font-size: 14px;
}
#buy-now-slider .block_name .item_second_name a:hover,
#buy-now-slider .block_name .item_second_name a:active,
.buy-now-slider .block_name .item_second_name a:hover,
.buy-now-slider .block_name .item_second_name a:active {
    text-decoration: underline;
}
#buy-now-slider .block_price .item_price,
.buy-now-slider .block_price .item_price {
	font-family: "Times New Roman", Arial, sans-serif;
    font-size: 18px;
    line-height: 21px;
    color: #d44343;
    text-align: right;
    margin-bottom: 0px;
}
#buy-now-slider .block_price .item_price_big,
.buy-now-slider .block_price .item_price_big {
    font-family:  "Univers", Arial, sans-serif;
    font-size: 14px;
    color: #bababa;
    text-decoration: line-through;
    text-align: right;
    margin-bottom: 0px;
}
#buy-now-slider .block_text,
.buy-now-slider .block_text {
    font-family: "Times New Roman", Arial, sans-serif;
    font-size: 14px;
    line-height: 16px;
    color: #797979;
    margin-top: 9px;
}
@media (min-width: 992px) and (max-width: 1199px) {
#buy-now-slider .buy-now-top-inner,
.buy-now-slider .buy-now-top-inner {
   /* height: 354px;
    line-height: 354px; */
}
#buy-now-slider .item-discount .item-discount-inner,
.buy-now-slider .item-discount .item-discount-inner {
    font-size: 22px;
    line-height: 26px;
    padding: 0 11px;
}
#buy-now-slider .block_name .item_name,
.buy-now-slider .block_name .item_name {
    font-size: 17px;
    line-height: 18px;
}
#buy-now-slider .block_name .item_second_name,
.buy-now-slider .block_name .item_second_name {
    font-size: 13px;
    line-height: 14px;
}
#buy-now-slider .block_price .item_price,
.buy-now-slider .block_price .item_price {
    font-size: 15px;
}
#buy-now-slider .block_price .item_price_big,
.buy-now-slider .block_price .item_price_big {
    font-size: 13px;
}
#buy-now-slider .block_text,
.buy-now-slider .block_text {
    font-size: 13px;
    line-height: 15px;
}
}
@media (min-width: 768px) and (max-width: 991px) {
#buy-now-slider .buy-now-top-inner,
.buy-now-slider .buy-now-top-inner {
  /*  height: 358px;
    line-height: 356px;  */
}
#buy-now-slider .item-discount,
.buy-now-slider .item-discount {
    padding: 3px;
    right: -3px;
}
#buy-now-slider .item-discount .item-discount-inner,
.buy-now-slider .item-discount .item-discount-inner {
    font-size: 18px;
    line-height: 22px;
}
#buy-now-slider .block_name,
.buy-now-slider .block_name {
    width: 100%;
    float: none;
    word-wrap: break-word;
}
#buy-now-slider .buy_now_bottom .buy_now_bottom_inner,
.buy-now-slider .buy_now_bottom .buy_now_bottom_inner {
    padding: 15px 5% 13px 7%;
}
#buy-now-slider .block_price,
.buy-now-slider .block_price {
    width: 100%;
    margin-left: 0;
    margin-top: 5px;
}
#buy-now-slider .block_price .item_price,
#buy-now-slider .block_price .item_price_big {
    display: inline;    
}
#buy-now-slider .block_price .item_price,
#buy-now-slider .block_price .item_price_big,
.buy-now-slider .block_price .item_price,
.buy-now-slider .block_price .item_price_big {
    text-align: left;
}
#buy-now-slider .block_name .item_name,
.buy-now-slider .block_name .item_name {
    font-size: 17px;
    line-height: 18px;
}
#buy-now-slider .block_name .item_second_name,
.buy-now-slider .block_name .item_second_name {
    font-size: 13px;
    line-height: 14px;
}
#buy-now-slider .block_price .item_price,
.buy-now-slider .block_price .item_price {
    font-size: 15px;
}
#buy-now-slider .block_price .item_price_big,
.buy-now-slider .block_price .item_price_big {
    font-size: 13px;
}
#buy-now-slider .block_text {
    font-size: 13px;
    line-height: 15px;
}
}
@media (max-width: 767px) {
#buy-now-slider .buy-now-top-inner,
.buy-now-slider .buy-now-top-inner {
    height: auto;
    line-height: inherit;
}
#buy-now-slider .item-discount,
.buy-now-slider .item-discount {
    padding: 2px;
    right:-2px;
    bottom: 6%;
}
#buy-now-slider .item-discount .item-discount-inner,
.buy-now-slider .item-discount .item-discount-inner {
    font-size: 18px;
    line-height: 20px;
    padding: 0 5px;
}
#buy-now-slider .buy_now_bottom .buy_now_bottom_inner,
.buy-now-slider .buy_now_bottom .buy_now_bottom_inner {
    padding: 15px 5% 13px 7%;
}
#buy-now-slider .block_name,
.buy-now-slider .block_name {
    width: 100%;
}
#buy-now-slider .block_price,
.buy-now-slider .block_price {
    width: 100%;
    margin-left: 0;
}
#buy-now-slider .block_name .item_name,
.buy-now-slider .block_name .item_name {
    font-size: 17px;
    line-height: 18px;
}
#buy-now-slider .block_name .item_second_name,
.buy-now-slider .block_name .item_second_name {
    font-size: 13px;
    line-height: 14px;
}
#buy-now-slider .block_price .item_price,
.buy-now-slider .block_price .item_price {
    font-size: 15px;
    text-align: left;
}
#buy-now-slider .block_price .item_price_big,
.buy-now-slider .block_price .item_price_big {
    font-size: 13px;
    text-align: left;
}
#buy-now-slider .block_text,
.buy-now-slider .block_text {
    display: none;
}
}
@media (max-width: 479px) {
#buy-now-slider .item-discount .item-discount-inner,
.buy-now-slider .item-discount .item-discount-inner {
    font-size: 15px;
    line-height: 18px;
    padding: 0 7px;
}
#buy-now-slider .block_name,
.buy-now-slider .block_name {
    width: 100%;
    float: none;
    word-wrap: break-word;
}
#buy-now-slider .block_price,
.buy-now-slider .block_price {
    width: 100%;
    margin-left: 0;
    margin-top: 5px;
}
#buy-now-slider .block_price .item_price,
.block_price .item_price_big,
#buy-now-slider .block_price .item_price {
    text-align: left;
}
}


/*icon property*/
#buy-now-slider .buy_now_top .icon_property_wrap,
.buy-now-slider .buy_now_top .icon_property_wrap {
    position: absolute;
    right: -30px;
    top: 43px;
    display: inline-block;
    text-align: center;
    z-index: 101;
    border: 1px solid #3d3d3d;
    padding: 5px;
    background: url(../img/miss_modal_basket_item_a_bg.png) 0 0;
    -webkit-transform: rotate(-90deg); /* Chrome y Safari */
    -moz-transform: rotate(-90deg); /* Firefox */
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3); /* Internet Explorer */
    -o-transform: rotate(-90deg); /* Opera */
    transform: rotate(-90deg);
}
#buy-now-slider .buy_now_top .icon_property_wrap:before,
.buy-now-slider .buy_now_top .icon_property_wrap:before {
    content: "";
    width: 21px;
    height: 12px;
    display: block;
    position: absolute;
    top: 15px;
    right: -8px;
    background: url(../img/miss_buy_now_prop_bg.png) 0 0 no-repeat;
    z-index: 101;
}
#buy-now-slider .buy_now_top .icon_property_wrap .icon_property,
.buy-now-slider .buy_now_top .icon_property_wrap .icon_property {
    background: #052640;
    display: block;
    padding: 5px 17px;
}
#buy-now-slider .buy_now_top .icon_property_wrap .icon_property .icon_property_name,
.buy-now-slider .buy_now_top .icon_property_wrap .icon_property .icon_property_name {
    font-family: 'ProximaNova', Arial, regular;
    font-size: 18px;
    line-height: 20px;
    color: #fff;
}
@media (min-width: 992px) and (max-width: 1199px) {
#buy-now-slider .buy_now_top .icon_property_wrap,
.buy-now-slider .buy_now_top .icon_property_wrap {
    padding: 4px;
}
#buy-now-slider .buy_now_top .icon_property_wrap:before,
.buy-now-slider .buy_now_top .icon_property_wrap:before {
    top: 14px;
}
#buy-now-slider .buy_now_top .icon_property_wrap .icon_property,
.buy-now-slider .buy_now_top .icon_property_wrap .icon_property {
    padding: 5px 13px;
}
#buy-now-slider .buy_now_top .icon_property_wrap .icon_property .icon_property_name,
.buy-now-slider .buy_now_top .icon_property_wrap .icon_property .icon_property_name {
    font-size: 18px;
    line-height: 20px;
}
}
@media (min-width: 768px) and (max-width: 991px) {
#buy-now-slider .buy_now_top .icon_property_wrap,
.buy-now-slider .buy_now_top .icon_property_wrap {
    padding: 3px;
}
#buy-now-slider .buy_now_top .icon_property_wrap:before,
.buy-now-slider .buy_now_top .icon_property_wrap:before {
    top: 12px;
}
#buy-now-slider .buy_now_top .icon_property_wrap .icon_property,
.buy-now-slider .buy_now_top .icon_property_wrap .icon_property {
    padding: 4px 13px 4px 10px;
}
#buy-now-slider .buy_now_top .icon_property_wrap .icon_property .icon_property_name,
.buy-now-slider .buy_now_top .icon_property_wrap .icon_property .icon_property_name {
    font-size: 16px;
    line-height: 18px;
}
}
@media (max-width: 767px) {
#buy-now-slider .buy_now_top .icon_property_wrap,
.buy-now-slider .buy_now_top .icon_property_wrap {
    padding: 2px;
}
#buy-now-slider .buy_now_top .icon_property_wrap:before,
.buy-now-slider .buy_now_top .icon_property_wrap:before {
    top: 10px;
}
#buy-now-slider .buy_now_top .icon_property_wrap .icon_property,
.buy-now-slider .buy_now_top .icon_property_wrap .icon_property {
    padding: 3px 13px 3px 4px;
}
#buy-now-slider .buy_now_top .icon_property_wrap .icon_property .icon_property_name,
.buy-now-slider .buy_now_top .icon_property_wrap .icon_property .icon_property_name {
    font-size: 14px;
    line-height: 16px;
}
}
/*end icon property*/



/*Hover style block buy now*/
#buy-now-slider .item_open,
.buy-now-slider .item_open {
	position: absolute;
    display: none;
    right: 0;
    top: 0;
    z-index: 100;
    width: 139%;
    margin-top: 3px;
	-webkit-box-shadow: 0 0 0 1px #cfd3da;
	-moz-box-shadow: 0 0 0 1px #cfd3da;
	box-shadow: 0 0 0 1px #cfd3da;
}
#buy-now-slider .hover .item .item_open,
.buy-now-slider .hover .item .item_open{
    display: block;
}
#buy-now-slider .hover .item .buy_now_top,
.buy-now-slider .hover .item .buy_now_top  {
    background-color: #fff;
}
#buy-now-slider .hover .item .buy_now_bottom,
.buy-now-slider .hover .item .buy_now_bottom {
    box-shadow: none;
}
#buy-now-slider .hover .item .item_open .buy_now_top,
.buy-now-slider .hover .item .item_open .buy_now_top {
    background: none;
    display: block;
}

#buy-now-slider .item_open .buy_now_top,
.buy-now-slider .item_open .buy_now_top {
    border: 0;
    margin: 0 0px 0px 28%;
    background: none;
}
#buy-now-slider .buy_now_top_small_img,
.buy-now-slider .buy_now_top_small_img {
    float: left;
    width: 28%;
    padding: 5px 3% 0 3%;
    background-color: #fff;
    z-index: 3;
}
#buy-now-slider .buy_now_top_small_img a,
.buy-now-slider .buy_now_top_small_img a,
#buy-now-slider .buy_now_top_small_img span,
.buy-now-slider .buy_now_top_small_img span {
    width: 100%;
    display: block;
    margin-top: 9%;
    cursor: pointer;
}
#buy-now-slider .buy_now_top_small_img img,
.buy-now-slider .buy_now_top_small_img img {
    margin: 0 auto;
}
#buy-now-slider .item_open .buy_now_bottom,
.buy-now-slider .item_open .buy_now_bottom {
    padding-left: 28%;
    box-shadow: none;
    padding-top: 5px;
    background-color: #fff;
    border-right: none;
}
#buy-now-slider .item_open .buy_now_bottom .buy_now_bottom_inner,
.buy-now-slider .item_open .buy_now_bottom .buy_now_bottom_inner {
    padding: 25px 0px 6px 0;
}
#buy-now-slider .block_size_color,
.buy-now-slider .block_size_color {
    margin-top: 9px;
}
#buy-now-slider .block_size_color p,
.buy-now-slider .block_size_color p {
	font-family: "Times New Roman", Arial, sans-serif;
    font-size: 12px;
    line-height: 16px;
    color: #9da5b3;
    margin-bottom: 2px;
}
#buy-now-slider .block_size_color .name_color,
.buy-now-slider .block_size_color .name_color {
    margin-bottom: 5px;
}
#buy-now-slider .block_size_color .item_size,
.buy-now-slider .block_size_color .item_size {
    color: #33363b;
}
#buy-now-slider .block_size_color .item_size span,
.buy-now-slider .block_size_color .item_size span {
    color: #33363b;
}
#buy-now-slider .block_size_color .item_color,
.buy-now-slider .block_size_color .item_color {
    min-width: 105px;
    height: 21px;
    overflow: hidden;
}
#buy-now-slider .owl-wrapper .owl-item.active:not(:last-child){
	margin-right:11px;
}
#buy-now-slider .owl-wrapper .owl-item.active:first-of-type,
#buy-now-slider .owl-wrapper :not(.active) + .active{
	margin-left: 1px;
}
@media (min-width:992px) and (max-width:1199px){
	#buy-now-slider .owl-wrapper .owl-item.active:not(:last-child){
		margin-right:10px;
	}
	#buy-now-slider .owl-wrapper .owl-item .item{
		max-width: 86%;
	}
}
@media (min-width:768px) and (max-width:991px){
	#buy-now-slider .owl-wrapper .owl-item.active:not(:last-child){
		margin-right:5px;
	}
	#buy-now-slider .owl-wrapper .owl-item .item{
		max-width: 95%;
	}
}
@media (max-width:768px){
	#buy-now-slider .owl-wrapper .owl-item.active:not(:last-child){
		margin-right:3px;
	}
	#buy-now-slider .owl-wrapper .owl-item .item{
		max-width: 95%;
	}
}

#buy-now-slider .block_size_color .item_color span,
.buy-now-slider .block_size_color .item_color span {
    height: 19px;
    width: 19px;
    display: inline-block;
    margin: 2px;
    box-shadow: inset 0px 0px 0px 1px #c0c1c2;
    -webkit-box-shadow: inset 0px 0px 0px 1px #c0c1c2;
    -moz-box-shadow: inset 0px 0px 0px 1px #c0c1c2;
}
#buy-now-slider .item_open .wrap_item_bnt,
.buy-now-slider .item_open .wrap_item_bnt {
    position: absolute;
    top: 31%;
    right: 0px;
    z-index: 100;
    display: block;
    width: 72%;
}
#buy-now-slider .item_open .wrap_item_bnt .bnt_left,
.buy-now-slider .item_open .wrap_item_bnt .bnt_left {
    display: block;
    float: left;
    height: 42px;
    width: 10%;
    background: url(../img/miss_item_arrow_left.png) no-repeat center center;
    cursor: pointer;
}
#buy-now-slider .item_open .wrap_item_bnt .bnt_right,
.buy-now-slider .item_open .wrap_item_bnt .bnt_right {
    display: block;
    float: right;
    height: 42px;
    width: 10%;
    background: url(../img/miss_item_arrow_right.png) no-repeat center center;
    cursor: pointer;
}
#buy-now-slider .item_open .wrap_item_bnt .bnt_center,
.buy-now-slider .item_open .wrap_item_bnt .bnt_center {
    display: none;
}
#buy-now-slider .item_open .wrap_item_bnt .bnt_center:hover,
.buy-now-slider .item_open .wrap_item_bnt .bnt_center:hover {
    background: #fff;
}
@media (min-width: 1200px) {
#buy-now-slider .item_open .wrap_item_bnt .bnt_center,
.buy-now-slider .item_open .wrap_item_bnt .bnt_center {
    font-size: 16px;
    line-height: 16px;
    text-align: center;
    display: block;
    border: 1px solid #9a9a9a;
    text-decoration: none;
    padding: 12px 5px;
    width: 78%;
    background: url(../img/miss_modal_basket_item_a_bg.png) repeat 0 0;
    cursor: pointer;
    margin: 0 11%;
	color: #000;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
#buy-now-slider .item_open .wrap_item_bnt,
.buy-now-slider .item_open .wrap_item_bnt {
    top: 28%;
}
#buy-now-slider .item_open .wrap_item_bnt .bnt_left,
.buy-now-slider .item_open .wrap_item_bnt .bnt_left,
#buy-now-slider .item_open .wrap_item_bnt .bnt_right,
.buy-now-slider .item_open .wrap_item_bnt .bnt_right {
    width: 15%;
}
#buy-now-slider .block_size_color .item_color,
.buy-now-slider .block_size_color .item_color {
    height: 17px;
}
#buy-now-slider .block_size_color .item_color span,
.buy-now-slider .block_size_color .item_color span {
    height: 15px;
    width: 15px;
}
}
@media (min-width: 768px) and (max-width: 991px) {
#buy-now-slider .item_open .buy_now_bottom .buy_now_bottom_inner,
.buy-now-slider .item_open .buy_now_bottom .buy_now_bottom_inner {
    padding: 15px 5% 13px 7%;
}
#buy-now-slider .buy_now_top_small_img,
.buy-now-slider .buy_now_top_small_img {
    width: 27%;
}
#buy-now-slider .item_open .wrap_item_bnt,
.buy-now-slider .item_open .wrap_item_bnt {
    top: 23%;
}
#buy-now-slider .item_open .wrap_item_bnt .bnt_left,
.buy-now-slider .item_open .wrap_item_bnt .bnt_left,
#buy-now-slider .item_open .wrap_item_bnt .bnt_right,
.buy-now-slider .item_open .wrap_item_bnt .bnt_right {
    width: 15%;
}
#buy-now-slider .block_size_color .item_color,
.buy-now-slider .block_size_color .item_color {
    height: 17px;  
}
#buy-now-slider .block_size_color .item_color span,
.buy-now-slider .block_size_color .item_color span {
    height: 15px;
    width: 15px;
    margin: 1px;
}
}
@media (max-width: 767px) {
#buy-now-slider .item_open .buy_now_bottom .buy_now_bottom_inner,
.buy-now-slider .item_open .buy_now_bottom .buy_now_bottom_inner {
    padding: 15px 5% 13px 7%;
}
#buy-now-slider .item_open .wrap_item_bnt,
.buy-now-slider .item_open .wrap_item_bnt {
    top: 27%;
}
#buy-now-slider .item_open .wrap_item_bnt .bnt_left,
.buy-now-slider .item_open .wrap_item_bnt .bnt_left,
#buy-now-slider .item_open .wrap_item_bnt .bnt_right,
.buy-now-slider .item_open .wrap_item_bnt .bnt_right {
    width: 15%;
    background-size: 9px 22px;
}
#buy-now-slider .block_size_color,
.buy-now-slider .block_size_color {
    display: none;
}
#buy-now-slider .block_size_color .item_color,
.buy-now-slider .block_size_color .item_color {
    height: 14px;
}
#buy-now-slider .block_size_color .item_color span,
.buy-now-slider .block_size_color .item_color span {
    height: 12px;
    width: 12px;
}
}
@media (max-width: 479px) {
#buy-now-slider .item_open .wrap_item_bnt,
.buy-now-slider .item_open .wrap_item_bnt {
    top: 31%;
}
}
/*For first hover style block buy now*/
#buy-now-slider .active-first,
.buy-now-slider .active-first {
    z-index: 15;
}

#buy-now-slider .active-first .item_open,
.buy-now-slider .active-first .item_open  {
    left: 0;
}
#buy-now-slider .active-first .buy_now_top_small_img,
.buy-now-slider .active-first .buy_now_top_small_img {
    float: right;
    z-index: 3;
}
#buy-now-slider .active-first .item_open .buy_now_top,
.buy-now-slider .active-first .item_open .buy_now_top {
    margin: 0;
}
#buy-now-slider .active-first .item_open .buy_now_bottom,
.buy-now-slider .active-first .item_open .buy_now_bottom {
    padding-left: 0;
    padding-right: 28%;
    border-left: none;
    border-right: 1px solid #fff;
}
#buy-now-slider .active-first .item_open .buy_now_bottom .buy_now_bottom_inner,
.buy-now-slider .active-first .item_open .buy_now_bottom .buy_now_bottom_inner {
    padding: 25px 0px 6px 0px;
}
@media (min-width: 1200px){ }
#buy-now-slider .active-first .item_open .wrap_item_bnt,
.buy-now-slider .active-first .item_open .wrap_item_bnt {
    right: auto;
    left: 0px;
}

@media (min-width: 768px) and (max-width: 991px) {
#buy-now-slider .active-first .item_open .buy_now_bottom .buy_now_bottom_inner,
.buy-now-slider .active-first .item_open .buy_now_bottom .buy_now_bottom_inner {
    padding: 15px 0% 13px 7%;
}
}
@media (max-width: 767px) {
#buy-now-slider .active-first .item_open .buy_now_bottom .buy_now_bottom_inner,
.buy-now-slider .active-first .item_open .buy_now_bottom .buy_now_bottom_inner {
    padding: 15px 0% 13px 7%;
}
}
/*End first hover style block buy now*/

/*For swipper vertical slider*/
.buy_now_top_small_img .wrap {
    position: relative;
    padding-top: 9px;
    padding-bottom: 13px;
    margin-top: 8%;
}
.buy_now_top_small_img .swiper-slide {
    max-width: 99%;
}
.buy_now_top_small_img .swiper-container {

}
.buy_now_top_small_img .arrow-top,
.buy_now_top_small_img .arrow-bottom {
    height: 10px;
    width: 100%;
    cursor: pointer;
    position: absolute;
    display: block;
    left: 0;
}
.buy_now_top_small_img .arrow-top {
    top: 0px;
    background: url(../img/miss_swiper_arrow_top.png) center top no-repeat;

}
.buy_now_top_small_img .arrow-bottom {
    bottom: 0px;
    background: url(../img/miss_swiper_arrow_bottom.png) center bottom no-repeat;
}
/*End for swipper vertical slider*/
/*End hover style block buy now*/







/*Correct style for inner page block you look*/
.block_you_look #buy-now-slider, .buy-now-slider,
.block_you_look .buy-now-slider, .buy-now-slider {
    padding-top: 12px;
}

.block_you_look #buy-now-slider .item,
.block_you_look .buy-now-slider .item {
    padding: 3px 0 112px 0;
    margin: 0 12px;
    max-width: 192px;
}

.block_you_look #buy-now-slider .owl-prev,
.block_you_look #buy-now-slider .owl-next,
.block_you_look .buy-now-slider .owl-prev,
.block_you_look .buy-now-slider .owl-next  {
    background-size: 16px 25px;
    background-position: 2px 2px;
    top: 22%;
}
@media (min-width: 992px) and (max-width: 1199px) {
.block_you_look #buy-now-slider .item,
.block_you_look .buy-now-slider .item {
    margin: 0 10px;
}
.block_you_look #buy-now-slider .owl-next,
.block_you_look #buy-now-slider .owl-prev,
.block_you_look .buy-now-slider .owl-next,
.block_you_look .buy-now-slider .owl-prev{
    background-size: 12px 16px;
    background-position: 2px 2px;
    top: 18%;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.block_you_look #buy-now-slider .item,
.block_you_look .buy-now-slider .item {
    padding-bottom: 128px;
    margin: 0 8px;
}

.block_you_look #buy-now-slider .owl-prev,
.block_you_look .buy-now-slider .owl-prev {
    background-size: 12px 16px;
    background-position: 2px 2px;
    top: 18%;
}
.block_you_look #buy-now-slider .owl-next,
.block_you_look .buy-now-slider .owl-next{
    background-size: 12px 16px;
    background-position: 2px 2px;
    top: 18%;
}
}
@media (max-width: 767px) {
.block_you_look #buy-now-slider .item,
.block_you_look .buy-now-slider .item {
    padding-bottom: 30px;
    margin: 0 8px;
}
.block_you_look #buy-now-slider .owl-prev,
.block_you_look #buy-now-slider .owl-prev {
    background-size: 12px 16px;
    background-position: 2px 2px;
    top: 20%;
}
.block_you_look #buy-now-slider .owl-next,
.block_you_look .buy-now-slider .owl-next {
    background-size: 12px 16px;
    background-position: 2px 2px;
    top: 20%;
}
}
@media (max-width: 479px) {
.block_you_look #buy-now-slider .owl-next,
.block_you_look #buy-now-slider .owl-prev,
.block_you_look .buy-now-slider .owl-next,
.block_you_look .buy-now-slider .owl-prev {
    top: 22%;
}
}

/*icon*/
.block_you_look #buy-now-slider .buy_now_top .icon_property_wrap,
.block_you_look .buy-now-slider .buy_now_top .icon_property_wrap {
    padding: 3px;
}
.block_you_look #buy-now-slider .buy_now_top .icon_property_wrap:before,
.block_you_look .buy-now-slider .buy_now_top .icon_property_wrap:before {
    top: 11px;
}
.block_you_look #buy-now-slider .buy_now_top .icon_property_wrap .icon_property,
.block_you_look .buy-now-slider .buy_now_top .icon_property_wrap .icon_property {
    padding: 5px 13px 5px 6px;
}
.block_you_look #buy-now-slider .buy_now_top .icon_property_wrap .icon_property .icon_property_name,
.block_you_look .buy-now-slider .buy_now_top .icon_property_wrap .icon_property .icon_property_name {
    font-size: 17px;
    line-height: 19px;
}
.block_you_look #buy-now-slider .buy_now_top .item-discount,
.block_you_look .buy-now-slider .buy_now_top .item-discount {
    padding: 3px;
    right: -3px;
    bottom: 6%;
}
.block_you_look #buy-now-slider .buy_now_top .item-discount-inner,
.block_you_look .buy-now-slider .buy_now_top .item-discount-inner {
    font-size: 18px;
    line-height: 20px;
    padding: 0 9px;
}
/*End icon*/

.block_you_look #buy-now-slider .buy_now_bottom_inner,
.block_you_look .buy-now-slider .buy_now_bottom_inner {
    padding: 6px 5% 6px 5%;
}
.block_you_look #buy-now-slider .buy_now_bottom_inner p,
.block_you_look .buy-now-slider .buy_now_bottom_inner p {
    word-wrap: break-word;
    font-family: "Times New Roman", Arial, sans-serif;
    font-size: 14px;
    line-height: 16px;
    color: #000;
    margin-top: 0;
}
.block_you_look #buy-now-slider .buy_now_bottom_inner .item_name,
.block_you_look #buy-now-slider .buy_now_bottom_inner .item_name a,
.block_you_look .buy-now-slider .buy_now_bottom_inner .item_name,
.block_you_look .buy-now-slider .buy_now_bottom_inner .item_name a {
    font-family: "Times New Roman", Arial, sans-serif;
    font-size: 16px;
    line-height: 19px;
    text-decoration: none;
    margin-bottom: 3px;
}
.block_you_look #buy-now-slider .buy_now_bottom_inner .item_name a {
    margin-bottom: 0;
}
.block_you_look #buy-now-slider .buy_now_bottom_inner .item_name a:hover,
.block_you_look #buy-now-slider .buy_now_bottom_inner .item_name a:active,
.block_you_look .buy-now-slider .buy_now_bottom_inner .item_name a:hover,
.block_you_look .buy-now-slider .buy_now_bottom_inner .item_name a:active {
    color: #a86e6d;    
}

.block_you_look #buy-now-slider .buy_now_bottom_inner .item_second_name,
.block_you_look #buy-now-slider .buy_now_bottom_inner .item_second_name a,
.block_you_look .buy-now-slider .buy_now_bottom_inner .item_second_name,
.block_you_look .buy-now-slider .buy_now_bottom_inner .item_second_name a {
    font-family: "Times New Roman", Arial, sans-serif;
    font-size: 14px;
    line-height: 15px;
    margin-top: 0;
    margin-bottom: 9px;
    text-decoration: none;
    min-height: 45px;
}
.block_you_look #buy-now-slider .buy_now_bottom_inner .item_second_name a,
.block_you_look .buy-now-slider .buy_now_bottom_inner .item_second_name a {
    margin-bottom: 0px;
}
.block_you_look #buy-now-slider .buy_now_bottom_inner .item_second_name a:hover,
.block_you_look #buy-now-slider .buy_now_bottom_inner .item_second_name a:active,
.block_you_look .buy-now-slider .buy_now_bottom_inner .item_second_name a:hover,
.block_you_look .buy-now-slider .buy_now_bottom_inner .item_second_name a:active {
    text-decoration: underline;
}
.block_you_look #buy-now-slider .buy_now_bottom_inner .item_price,
.block_you_look .buy-now-slider .buy_now_bottom_inner .item_price {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    line-height: 15px;
    font-weight: bold;
    color: #ec859b;
    display: inline-block;
    margin-bottom: 5px;
    margin-right: 3px;
}
.block_you_look #buy-now-slider .buy_now_bottom_inner .item_price_big,
.block_you_look .buy-now-slider .buy_now_bottom_inner .item_price_big {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    line-height: 15px;
    color: #bababa;
    text-decoration: line-through;
    display: inline-block;
    margin-bottom: 5px;
}

@media (min-width: 992px) and (max-width: 1199px) {
.block_you_look #buy-now-slider .buy_now_top .icon_property_wrap,
.block_you_look .buy-now-slider .buy_now_top .icon_property_wrap {
    padding: 3px;
}
.block_you_look #buy-now-slider .buy_now_top .icon_property_wrap:before,
.block_you_look .buy-now-slider .buy_now_top .icon_property_wrap:before {
    top: 11px;
}
.block_you_look #buy-now-slider .buy_now_top .icon_property_wrap .icon_property,
.block_you_look .buy-now-slider .buy_now_top .icon_property_wrap .icon_property {
    padding: 3px 13px 4px 6px;
}
.block_you_look #buy-now-slider .buy_now_top .icon_property_wrap .icon_property .icon_property_name,
.block_you_look .buy-now-slider .buy_now_top .icon_property_wrap .icon_property .icon_property_name {
    font-size: 15px;
    line-height: 17px;
}
.block_you_look #buy-now-slider .buy_now_top .item-discount,
.block_you_look .buy-now-slider .buy_now_top .item-discount {
    padding: 3px;
}
.block_you_look #buy-now-slider .buy_now_top .item-discount .item-discount-inner,
.block_you_look .buy-now-slider .buy_now_top .item-discount .item-discount-inner {
    font-size: 17px;
    line-height: 19px;
    padding: 0 7px;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.block_you_look #buy-now-slider .buy_now_top .icon_property_wrap,
.block_you_look .buy-now-slider .buy_now_top .icon_property_wrap {
    padding: 3px;
    display: none;
}
.block_you_look #buy-now-slider .buy_now_top .icon_property_wrap:before,
.block_you_look .buy-now-slider .buy_now_top .icon_property_wrap:before {
    top: 11px;
}
.block_you_look #buy-now-slider .buy_now_top .icon_property_wrap .icon_property,
.block_you_look .buy-now-slider .buy_now_top .icon_property_wrap .icon_property {
    padding: 3px 13px 4px 6px;
}
.block_you_look #buy-now-slider .buy_now_top .icon_property_wrap .icon_property .icon_property_name,
.block_you_look .buy-now-slider .buy_now_top .icon_property_wrap .icon_property .icon_property_name {
    font-size: 15px;
    line-height: 17px;
}
.block_you_look #buy-now-slider .buy_now_top .item-discount,
.block_you_look .buy-now-slider .buy_now_top .item-discount {
    padding: 2px;
}
.block_you_look #buy-now-slider .buy_now_top .item-discount .item-discount-inner,
.block_you_look .buy-now-slider .buy_now_top .item-discount .item-discount-inner {
    font-size: 16px;
    line-height: 18px;
    padding: 0 6px;
}
}
@media (max-width: 767px) {
.block_you_look #buy-now-slider .buy_now_top .icon_property_wrap,
.block_you_look .buy-now-slider .buy_now_top .icon_property_wrap {
    padding: 2px;
}
.block_you_look #buy-now-slider .buy_now_top .icon_property_wrap:before,
.block_you_look .buy-now-slider .buy_now_top .icon_property_wrap:before {
    top: 10px;
}
.block_you_look #buy-now-slider .buy_now_top .icon_property_wrap .icon_property,
.block_you_look .buy-now-slider .buy_now_top .icon_property_wrap .icon_property {
    padding: 3px 13px 4px 4px;
}
.block_you_look #buy-now-slider .buy_now_top .icon_property_wrap .icon_property .icon_property_name,
.block_you_look .buy-now-slider .buy_now_top .icon_property_wrap .icon_property .icon_property_name {
    font-size: 15px;
    line-height: 17px;
}
.block_you_look #buy-now-slider .buy_now_top .item-discount,
.block_you_look .buy-now-slider .buy_now_top .item-discount {
    padding: 2px;
    right:-2px;
    bottom: 6%;
}
.block_you_look #buy-now-slider .buy_now_top .item-discount .item-discount-inner,
.block_you_look .buy-now-slider .buy_now_top .item-discount .item-discount-inner {
    font-size: 18px;
    line-height: 20px;
    padding: 0 5px;
}
}


/*Hover style block you look*/
.block_you_look #buy-now-slider .item_open .wrap_item_bnt,
.block_you_look .buy-now-slider .item_open .wrap_item_bnt {
    top: 27%;
}
.block_you_look #buy-now-slider .item_open .wrap_item_bnt .bnt_left,
.block_you_look .buy-now-slider .item_open .wrap_item_bnt .bnt_left,
.block_you_look #buy-now-slider .item_open .wrap_item_bnt .bnt_right,
.block_you_look .buy-now-slider .item_open .wrap_item_bnt .bnt_right {
    height: 34px;
    background-size: 6px 20px;
}
.block_you_look #buy-now-slider .item_open .wrap_item_bnt .bnt_center,
.block_you_look .buy-now-slider .item_open .wrap_item_bnt .bnt_center {
    font-size: 16px;
    line-height: 16px;
    padding: 8px 5px;
}
.block_you_look #buy-now-slider .item_open .buy_now_bottom,
.block_you_look .buy-now-slider .item_open .buy_now_bottom {

}
.block_you_look #buy-now-slider .item_open .buy_now_bottom .buy_now_bottom_inner,
.block_you_look .buy-now-slider .item_open .buy_now_bottom .buy_now_bottom_inner {
    padding: 6px 5% 6px 5%;
}
.block_you_look #buy-now-slider .block_size_color,
.block_you_look .buy-now-slider .block_size_color {
    margin-top: 0px;    
}
.block_you_look #buy-now-slider .block_size_color .name_color,
.block_you_look .buy-now-slider .block_size_color .name_color {
    margin-bottom: 3px;
}
.block_you_look  #buy-now-slider .block_size_color .item_color,
.block_you_look  .buy-now-slider .block_size_color .item_color {
    height: 17px;        
}
.block_you_look  #buy-now-slider .block_size_color .item_color span,
.block_you_look  .buy-now-slider .block_size_color .item_color span {
    height: 15px;
    width: 15px;
}
.block_you_look #buy-now-slider .block_size_color p,
.block_you_look .buy-now-slider .block_size_color p {
    color: #797979;
}
.block_you_look #buy-now-slider .block_size_color .item_size,
.block_you_look .buy-now-slider .block_size_color .item_size {
    color: #000000;
}
@media (min-width: 992px) and (max-width: 1199px) {
.block_you_look #buy-now-slider .item_open .wrap_item_bnt,
.block_you_look .buy-now-slider .item_open .wrap_item_bnt {
    top: 22%;
}
.block_you_look  #buy-now-slider .block_size_color .item_color span,
.block_you_look  .buy-now-slider .block_size_color .item_color span {
    height: 14px;
    width: 14px;
    margin: 1px;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.block_you_look #buy-now-slider .item_open .wrap_item_bnt,
.block_you_look .buy-now-slider .item_open .wrap_item_bnt {
    top: 22%;
}
.block_you_look  #buy-now-slider .block_size_color .item_color span,
.block_you_look  .buy-now-slider .block_size_color .item_color span {
    height: 13px;
    width: 13px;
    margin: 1px;
}
}
@media (max-width: 767px) {
}
/*End hover style block you look*/
/*End correct style for inner page block you look*/





























/*Style block-you-slider-big*/
.block_you_look_big .title {
    margin-bottom: 0;
    text-transform: uppercase;
    font-size: 20px;
    color: #001f38;
}

.block-you-slider {
    width: 1000%;
    display: inline-block;
    padding-top: 12px;
}
.wrap-block-you-slider {
    overflow: hidden;
}
.block-you-slider .owl-item {
    z-index: 1;
    position: relative;
}
.block-you-slider .owl-item.hover {
    z-index: 2;
}
.block-you-slider .item {
    padding: 3px 0 112px 0;
    margin: 0 19px;
    position: relative;
    z-index: 1;
    float: left;
    max-width: 192px;
}
.block-you-slider .owl-prev{
    background: url(../img/mister_buy_now_prev.png) left 0 no-repeat;
    height: 44px;
    width: 18px;
    position: absolute;
    top: 22%;
    left: 0%;
    z-index: 50;
}
.block-you-slider .owl-next{
    background: url(../img/mister_buy_now_next.png) right 0 no-repeat;
    height: 44px;
    width: 18px;
    position: absolute;
    top: 22%;
    right: 0%;
    z-index: 50;
}

/*START COLOR SLIDER*/

.js_detail_prop_block .js_detail_prop{clear:both;}

.detail_color ul .owl-wrapper-outer li.color_img span{
	border:0;
}
.detail_color ul .owl-wrapper-outer li.color_img span img{
	border:1px solid #b8b8ba;
}

.detail_color .owl-buttons .owl-prev,.detail_color .owl-buttons .owl-next{
	cursor:pointer;
	height:14px;
	position:absolute;
	top:50%;
	margin-top:-7px;
	width:9px;
	z-index:50;
}
.detail_color .owl-item{z-index:1;text-align: center;}
.detail_color .owl-item div{display:inline-block;margin:0 auto;}
.detail_color .owl-item li{float:left;display: block;clear:both;}
/*.detail_color .owl-item li.li-active{border:0;}
.detail_color .owl-item li.li-active span{border:1px solid #7b7b7b;}*/
.detail_color .owl-buttons .owl-prev{
	background:rgba(0, 0, 0, 0) url("../img/miss_buy_now_prev_color.png") no-repeat;
	left:0;
}
.detail_color .owl-buttons .owl-next{
	background:rgba(0, 0, 0, 0) url("../img/miss_buy_now_next_color.png") no-repeat;
	right:0;

}



/*END COLOR SLIDER*/


@media (min-width: 992px) and (max-width: 1199px) {
.block-you-slider .owl-next,
.block-you-slider .owl-prev{
    background-size: 12px 16px;
    top: 18%;
}
.block-you-slider .owl-next {
    background-position: 0px 2px;
}
.block-you-slider .owl-prev {
    background-position: 0px 2px;
}
.block-you-slider .item {
    margin: 0 20px;
    padding-bottom: 115px;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.block-you-slider .owl-prev {
    background-size: 12px 16px;
    background-position: 0px 2px;
    top: 18%;
    left: 1.2%;
}
.block-you-slider .owl-next{
    background-size: 12px 16px;
    background-position: 0px 2px;
    top: 18%;
    right: 1.2%;
}
.block-you-slider .item {
    padding-bottom: 128px;
    margin: 0 20px;
}
}
@media (max-width: 767px) {
.block-you-slider .item {
    padding-bottom: 30px;
    margin: 0 11px;
}
.block-you-slider .owl-prev {
    background-size: 12px 16px;
    background-position: 2px 2px;
    top: 20%;
    left: 0%;
}
.block-you-slider .owl-next {
    background-size: 12px 16px;
    background-position: 2px 2px;
    top: 20%;
    right: 0%;
}
}
@media (max-width: 479px) {
.block-you-slider .owl-next,
.block-you-slider .owl-prev {
    top: 22%;
}
}
.block-you-slider .buy_now_top {
    padding: 0 0 10px 0;
    position: relative;
}
.block-you-slider .buy-now-top-inner {
    background: #fff;
    text-align: center;
    overflow: hidden;
}
.block-you-slider .buy_now_top a,
.block-you-slider .buy_now_top .wrap_img {
    display: block;
}
.block-you-slider .item-discount {
    padding: 3px;
    display: block;
    background: url(../img/miss_bg_dfbebe_modal_block.png) 0 0;
    position: absolute;
    bottom: 6%;
    right: -3px;
    z-index: 101;
}
.block-you-slider .item-discount .item-discount-inner {
    font-family: 'ProximaNova', Arial, regular;
    font-size: 18px;
    line-height: 20px;
    color: #001f37;
    padding: 0 9px;
    border: 1px solid #001f37;
    background: #fff;
    display: block;
    white-space: nowrap;
}
.block-you-slider .buy_now_bottom {
    background-color: #fff;
    padding-top: 5px;
}
.block-you-slider .buy_now_bottom .buy_now_bottom_inner {
    border-top: 1px solid #7f7f7f;
    padding: 6px 0 6px 0;
    text-align: center;
}
.block-you-slider .buy_now_bottom_inner p {
    word-wrap: break-word;
    font-family: "Times New Roman", Arial, sans-serif;
    font-size: 14px;
    line-height: 16px;
    color: #000;
    margin-top: 0;
}

.block-you-slider .buy_now_bottom_inner .item_name,
.block-you-slider .buy_now_bottom_inner .item_name a {
	font-family: "Proxima Nova", Arial, sans-serif;
    font-size: 16px;
    line-height: 19px;
    text-decoration: none;
    margin-bottom: 3px;
    color: #001f37;
}
.block-you-slider .buy_now_bottom_inner .item_name a {
    margin-bottom: 0;
}
.block-you-slider .buy_now_bottom_inner .item_name a:hover,
.block-you-slider .buy_now_bottom_inner .item_name a:active {
	color: #6c727d;
}
.block-you-slider .buy_now_bottom_inner .item_second_name,
.block-you-slider .buy_now_bottom_inner .item_second_name a {
    font-family: "Times New Roman", Arial, sans-serif;
    font-size: 13px;
    line-height: 15px;
    margin-top: 0;
    margin-bottom: 9px;
    text-decoration: none;
    color: #001f37;
}
.block-you-slider .buy_now_bottom_inner .item_second_name a {
    margin-bottom: 0px;
}
.block-you-slider .buy_now_bottom_inner .item_second_name a:hover,
.block-you-slider .buy_now_bottom_inner .item_second_name a:active {
    text-decoration: underline;
}
.block-you-slider .buy_now_bottom_inner .item_price {
    font-family: "Times New Roman", Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 15px;
    font-weight: bold;
    color: #d44343;
    display: inline-block;
    margin-bottom: 5px;
    margin-right: 3px;
}
.block-you-slider .buy_now_bottom_inner .item_price_big {
    font-family: "Times New Roman", Arial, Helvetica, sans-serif;
    font-size: 13px;
    line-height: 15px;
    color: #9da5b3;
    text-decoration: line-through;
    display: inline-block;
    margin-bottom: 5px;
}

@media (min-width: 992px) and (max-width: 1199px) {
.block-you-slider .item-discount {
    padding: 3px;
}
.block-you-slider .item-discount .item-discount-inner {
    font-size: 22px;
    line-height: 26px;
    padding: 0 11px;
}

}
@media (min-width: 768px) and (max-width: 991px) {
.block-you-slider .item-discount {
    padding: 2px;
    right: -2px;
}
.block-you-slider .item-discount .item-discount-inner {
    font-size: 16px;
    line-height: 18px;
    padding: 0 6px;
}
.block-you-slider .buy_now_bottom .buy_now_bottom_inner {
    padding: 15px 5% 13px 7%;
}
}
@media (max-width: 767px) {
.block-you-slider .buy-now-top-inner {
    height: auto;
    line-height: inherit;
}
.block-you-slider .item-discount {
    padding: 2px;
    right:-2px;
    bottom: 6%;
}
.block-you-slider .item-discount .item-discount-inner {
    font-size: 18px;
    line-height: 20px;
    padding: 0 5px;
}
.block-you-slider .buy_now_bottom .buy_now_bottom_inner {
    padding: 15px 5% 13px 7%;
}

}
@media (max-width: 479px) {
.block-you-slider .item-discount .item-discount-inner {
    font-size: 15px;
    line-height: 18px;
    padding: 0 7px;
}

}


/*icon property*/
.block-you-slider .buy_now_top .icon_property_wrap {
    position: absolute;
    right: -30px;
    top: 43px;
    display: inline-block;
    text-align: center;
    z-index: 101;
    border: 1px solid #3d3d3d;
    padding: 3px;
    background: url(../img/miss_modal_basket_item_a_bg.png) 0 0;
    -webkit-transform: rotate(-90deg); /* Chrome y Safari */
    -moz-transform: rotate(-90deg); /* Firefox */
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3); /* Internet Explorer */
    -o-transform: rotate(-90deg); /* Opera */
    transform: rotate(-90deg);
}
.block-you-slider .buy_now_top .icon_property_wrap:before {
    content: "";
    width: 21px;
    height: 12px;
    display: block;
    position: absolute;
    top: 11px;
    right: -8px;
    background: url(../img/miss_buy_now_prop_bg.png) 0 0 no-repeat;
    z-index: 101;
}
.block-you-slider .buy_now_top .icon_property_wrap .icon_property {
    background: #052640;
    display: block;
    padding: 5px 13px 5px 6px;
}
.block-you-slider .buy_now_top .icon_property_wrap .icon_property .icon_property_name {
    font-family: 'ProximaNova', Arial, regular;
    font-size: 15px;
    line-height: 17px;
    color: #fff;
}
@media (min-width: 992px) and (max-width: 1199px) {
.block-you-slider .buy_now_top .icon_property_wrap {
    padding: 3px;
}
.block-you-slider .buy_now_top .icon_property_wrap:before {
    top: 11px;
}
.block-you-slider .buy_now_top .icon_property_wrap .icon_property {
    padding: 3px 13px 4px 6px;
}
.block-you-slider .buy_now_top .icon_property_wrap .icon_property .icon_property_name {
    font-size: 15px;
    line-height: 17px;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.block-you-slider .buy_now_top .icon_property_wrap {
    padding: 3px;
    display: none;
}
.block-you-slider .buy_now_top .icon_property_wrap:before {
    top: 11px;
}
.block-you-slider .buy_now_top .icon_property_wrap .icon_property {
    padding: 3px 13px 4px 6px;
}
.block-you-slider .buy_now_top .icon_property_wrap .icon_property .icon_property_name {
    font-size: 15px;
    line-height: 17px;
}
}
@media (max-width: 767px) {
.block-you-slider .buy_now_top .icon_property_wrap {
    padding: 2px;
}
.block-you-slider .buy_now_top .icon_property_wrap:before {
    top: 10px;
}
.block-you-slider .buy_now_top .icon_property_wrap .icon_property {
    padding: 3px 13px 3px 4px;
}
.block-you-slider .buy_now_top .icon_property_wrap .icon_property .icon_property_name {
    font-size: 15px;
    line-height: 17px;
}
}
/*end icon property*/



/*Hover style block buy now*/
.block-you-slider .item_open {
    position: absolute;
    display: none;
    right: 0;
    top: 0;
    z-index: 100;
    width: 139%;
    margin-top: 3px;
	border: 1px solid #cfd3da;
}
.block-you-slider .hover .item .item_open{
    display: block;
}
.block-you-slider .hover .item .buy_now_top  {
    background-color: #fff;
}
.block-you-slider .hover .item .buy_now_bottom {
    box-shadow: none;
}
.block-you-slider .hover .item .item_open .buy_now_top {
    background: none;
    display: block;
}

.block-you-slider .item_open .buy_now_top {
    border: 0;
    margin: 0 0px 0px 28%;
    background: none;
}
.block-you-slider .buy_now_top_small_img {
    float: left;
    width: 28%;
    padding: 5px 3% 0 3%;
    background-color: #fff;
    z-index: 3;
}
.block-you-slider .buy_now_top_small_img a,
.block-you-slider .buy_now_top_small_img span {
    width: 100%;
    display: block;
    margin-top: 9%;
    cursor: pointer;
}
.block-you-slider .buy_now_top_small_img img {
    margin: 0 auto;
}
.block-you-slider .item_open .buy_now_bottom {
    padding-left: 28%;
    box-shadow: none;
    padding-top: 4px;
    background-color: #fff;
    border-right: none;
}
.block-you-slider .item_open .buy_now_bottom .buy_now_bottom_inner {
    padding: 6px 0 6px 0;
    text-align: center;
}
.block-you-slider .block_size_color {
    margin-top: 0px;
}
.block-you-slider .block_size_color p {
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 2px;
    color: #adadad;
    font-family: "Times New Roman", Arial, sans-serif;
}
.block-you-slider .block_size_color .name_color {
    margin-bottom: 3px;
}
.block-you-slider .block_size_color .item_size {
    color: #000000;
}
.block-you-slider .block_size_color .item_size span {
    color: #666666;
}
.block-you-slider .block_size_color .item_color {
    min-width: 105px;
    height: 17px;
    overflow: hidden;
}
.block-you-slider .block_size_color .item_color span {
    height: 15px;
    width: 15px;
    display: inline-block;
    margin: 2px;
    box-shadow: inset 0px 0px 0px 1px #c0c1c2;
    -webkit-box-shadow: inset 0px 0px 0px 1px #c0c1c2;
    -moz-box-shadow: inset 0px 0px 0px 1px #c0c1c2;
}
.block-you-slider .item_open .wrap_item_bnt {
    position: absolute;
    top: 27%;
    right: 0px;
    z-index: 100;
    display: block;
    width: 72%;
}
.block-you-slider .item_open .wrap_item_bnt .bnt_left {
    display: block;
    float: left;
    height: 34px;
    width: 10%;
    background: url(../img/miss_item_arrow_left.png) no-repeat center center;
    background-size: 6px 20px;
    cursor: pointer;
}
.block-you-slider .item_open .wrap_item_bnt .bnt_right {
    display: block;
    float: right;
    height: 34px;
    width: 10%;
    background: url(../img/miss_item_arrow_right.png) no-repeat center center;
    background-size: 6px 20px;
    cursor: pointer;
}
.block-you-slider .item_open .wrap_item_bnt .bnt_center {
    display: none;
}
.block-you-slider .item_open .wrap_item_bnt .bnt_center:hover {
    background: #fff;
}
@media (min-width: 1200px) {
.block-you-slider .item_open .wrap_item_bnt .bnt_center {
    font-size: 16px;
    line-height: 16px;
    text-align: center;
    display: block;
    border: 1px solid #9a9a9a;
    text-decoration: none;
    padding: 8px 5px;
    width: 78%;
    background: url(../img/miss_modal_basket_item_a_bg.png) repeat 0 0;
    cursor: pointer;
    margin: 0 11%;
	color: #000;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
.block-you-slider .item_open .wrap_item_bnt {
    top: 22%;
}
.block-you-slider .item_open .wrap_item_bnt .bnt_left,
.block-you-slider .item_open .wrap_item_bnt .bnt_right {
    width: 15%;
}
.block-you-slider .block_size_color .item_color {
    height: 17px;
}
.block-you-slider .block_size_color .item_color span {
    height: 13px;
    width: 13px;
    margin: 1px;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.block-you-slider .item_open .buy_now_bottom .buy_now_bottom_inner {
    padding: 15px 5% 13px 7%;
}
.block-you-slider .buy_now_top_small_img {
    width: 27%;
}
.block-you-slider .item_open .wrap_item_bnt {
    top: 22%;
}
.block-you-slider .item_open .wrap_item_bnt .bnt_left,
.block-you-slider .item_open .wrap_item_bnt .bnt_right {
    width: 15%;
}
.block-you-slider .block_size_color .item_color {
    height: 17px;
}
.block-you-slider .block_size_color .item_color span {
    height: 13px;
    width: 13px;
    margin: 1px;
}
}
@media (max-width: 767px) {
.block-you-slider .item_open .buy_now_bottom .buy_now_bottom_inner {
    padding: 15px 5% 13px 7%;
}
.block-you-slider .item_open .wrap_item_bnt {
    top: 27%;
}
.block-you-slider .item_open .wrap_item_bnt .bnt_left,
.block-you-slider .item_open .wrap_item_bnt .bnt_right {
    width: 15%;
    background-size: 9px 22px;
}
.block-you-slider .block_size_color {
    display: none;
}
.block-you-slider .block_size_color .item_color {
    height: 14px;
}
.block-you-slider .block_size_color .item_color span {
    height: 12px;
    width: 12px;
}
}
@media (max-width: 479px) {
.block-you-slider .item_open .wrap_item_bnt {
    top: 31%;
}
}
/*For first hover style block buy now*/
.block-you-slider .active-first {
    z-index: 15;
}

.block-you-slider .active-first .item_open  {
    left: 0;
}
.block-you-slider .active-first .buy_now_top_small_img {
    float: right;
    z-index: 3;
}
.block-you-slider .active-first .item_open .buy_now_top {
    margin: 0;
}
.block-you-slider .active-first .item_open .buy_now_bottom {
    padding-left: 0;
    padding-right: 28%;
    border-left: none;
    border-right: 1px solid #fff;
}
@media (min-width: 1200px){ }
.block-you-slider .active-first .item_open .wrap_item_bnt {
    right: auto;
    left: 0px;
}
/*End style block-you-slider-big*/
/*End style for block buy now and use this you look*/








/*Style for block seo*/
.block_seo ul {
    padding: 0 0 12px 12px;
    margin: 0;
}
.block_seo ul > li {
    font-family: "Times New Roman", Arial, sans-serif;
    font-size: 14px;
    line-height: 22px;
    color: #787f8c;
}
/*End style for block seo*/











/*Style for inner page*/
.inner_page  .center_wrap{
    min-height: 500px;
}
.main-bg .inner_page  .center_wrap{
    min-height: 700px;
}
.inner_page .main_inner_title {
    border-bottom: 1px solid #cfd3da;
    margin-bottom: 30px;
    height: 60px;
    line-height: 60px;
    padding: 0 10px 0 0;
    overflow: hidden;
}
.inner_page .main_inner_title.title_center {
    text-align: center;
}

.inner_page .main_inner_title .text {
    text-transform: uppercase;
    margin-bottom: 0;
    line-height: 58px;
    display: inline-block;
    color: #001f38;
}
.inner_page .main_inner_title .text span {
    font-size: 17px;
    text-transform: none;
}
@media (min-width: 992px) and (max-width: 1199px) {
.inner_page .main_inner_title .text span {
    font-size: 16px;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.inner_page .main_inner_title .text span {
    font-size: 16px;
}
}
@media (max-width: 767px) {
.inner_page .main_inner_title {
    height: auto;
    line-height: 24px;
    margin-bottom: 25px;
    overflow: visible;
}
.inner_page .main_inner_title .text {
    font-size: 20px;
    line-height: 24px;
    padding: 12px 0;
}
.inner_page .main_inner_title .text span {
    display: none;
}
}
/*Style for left block*/
.center_wrap .col-sm-6.left-wrap {
    z-index: 2;
}
.left-block {

}
.left-block .left-block-inner.margin-top {
    margin-top: 31px;
}

.left-block .title {
    font-family: "Times New Roman", Arial, sans-serif;
    font-size: 17px;
    line-height: 21px;
    text-transform: uppercase;
    padding-left: 30px;
    margin-bottom: 10px;
    color: #000;
}
.left-block-inner {
    background-color: #fff;
    margin-bottom: 50px;
}
@media (min-width: 992px) and (max-width: 1199px) {
.left-block-inner {
    margin-bottom: 40px;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.left-block-inner {
    margin-bottom: 35px;
}
}
@media (max-width: 767px) {
.left-block-inner {
    margin-bottom: 20px;
}
}

/*Left menu*/
.block_left_menu {
}
.block_left_menu > ul {
    margin: 0px;
}
.block_left_menu ul li {
    list-style: none;
    position: relative;
    display: block;
}
.block_left_menu ul li a {
    font-family: "Times New Roman", Arial, sans-serif;
    font-size: 15px;
    text-decoration: none;
    display: block;
}
.block_left_menu > ul > li {
    position: relative;
}

/*mistershop_new*/
.block_left_menu > ul > li:not(:last-child) {
    border-top: 1px solid #cfd3da;
}
.block_left_menu > ul > li:last-child {
    border-top: 1px solid #cfd3da;
	border-bottom: 1px solid #cfd3da;
}
/*mistershop_new_end*/

.block_left_menu > ul > li > a {
    display: block;
	padding: 7px 4px 7px 30px;
    color: #000;
	text-transform: uppercase;
    font-size: 15px;
    color: #33363b
}
.block_left_menu > ul > li > .open_close_menu {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 30px;
    height: 35px;
    cursor: pointer;
    opacity: 0;
}
/*.block_left_menu > ul > li > .open_dropdown_menu:hover {
    opacity: 1;
}*/ 
.block_left_menu > ul > li.li-active > a,
.block_left_menu > ul > li.li-open > a,
.block_left_menu > ul > li:hover > a {
    background-color: #052640;
    color: #fff;
}
.block_left_menu > ul > li.dropdown > a  {
    background-image: url(../img/mister_left_block_li_icon_close.png);
    background-repeat: no-repeat;
    background-position: 14px 13px;
}
.block_left_menu > ul > li.dropdown:hover > a,
.block_left_menu > ul > li.dropdown.li-active > a  {
    background-image: url(../img/mister_left_block_li_icon_white_close.png);
    background-repeat: no-repeat;
    background-position: 14px 13px;
}
.block_left_menu > ul > li.dropdown.li-open > a,
.block_left_menu > ul > li.dropdown.li-active.li-open > a {
    background-image: url(../img/mister_left_block_li_icon_white.png);
    background-repeat: no-repeat;
    background-position: 12px 16px;
}

.block_left_menu > ul > li .inner-menu {
    margin: 0;
    padding-top: 5px;
    width: 96%;
    display: none;
}
.block_left_menu > ul > li .inner-menu ul {
    margin-left: 30px;
    position: relative;
}
.block_left_menu > ul > li ul > li > a {
    color: #6c727d;
    padding: 4px 4px 4px 0px;
	text-transform: uppercase;
    font-size: 12px;
}
.block_left_menu > ul > li ul > li:hover > a,
.block_left_menu > ul > li ul > li.li-active > a {
    //text-decoration: underline;
    color: #33363b;
}
.block_left_menu > ul > li ul > li:after {
    display: block;
    color: #797979;
    position: absolute;
    top: 4px;
    left: 0;
}
/*End left menu*/

/*Style selection left menu and filter many style for chrome*/
.block_left_menu{
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.block_form_filter {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.filter_block .block_name::selection,
.filter_price .block_name::selection  {
    background: none;
}
.filter_block .block_name::-moz-selection,
.filter_price .block_name::-moz-selection  {
    background: none;
}
.block_left_menu  ul  li a::selection {
    background: none;
}
.block_left_menu > ul  li a::-moz-selection {
    background: none;
}
.block_left_menu  ul  li::selection {
    background: none;
}
.inner_filter_block ul li label::selection {
    background: none;
    color: #797979;
}
.inner_filter_block ul li input[type="checkbox"]::selection {
    background: none;
}
/*End style selection left menu and filter many style for chrome*/


/*Style for block filter*/
.block_form_filter {
    margin: 30px 0 25px 0;
	padding: 10px 14px;
	border:1px solid #cfd3da;
}
.filter_block {
    border-top: 1px solid #cfd3da;
    padding: 10px 0 0 0;
}


@media (min-width: 1200px){
.block_form_filter {
    
}
.filter_block {
    padding: 10px 0 0 10px;
}
}
.filter_block .block_name {
    color: #000;
    font-family: "Times New Roman", Arial, sans-serif;
    font-size: 15px;
    line-height: 18px;
    padding-bottom: 10px;
    padding-left: 17px;
    text-transform: uppercase;
    display: block;
    float: none;
    background: url(../img/mister_left_block_li_icon_close.png) 2px 4px no-repeat;
    text-decoration: none;
    cursor: pointer;
}
.filter_block.block_open .block_name {
    background: url(../img/mister_left_block_li_icon.png) 0 6px no-repeat;
}

.filter_block .inner_filter_block {
    margin-bottom: 21px;
    display: none;
}
.inner_filter_block ul {
    margin: 0;
}
.inner_filter_block ul li {
    font-family: "Times New Roman", Arial, sans-serif;
    font-size: 14px;
    color: #797979;
    list-style: none;
    display: block;
    position:relative;
}
.inner_filter_block ul li input[type="checkbox"] {
    display: none;
}
.inner_filter_block ul li label {
    line-height: 18px;
    min-height: 22px;
    display: inline-block;
    cursor: pointer;
    background: url(../img/mister_input_chek_sprite.png) 0 3px no-repeat;
    padding-left: 20px;
    cursor: pointer;
	color: #6c727d;
    font-size: 13px;
}
.inner_filter_block ul li input[type="checkbox"]::-moz-selection,
.inner_filter_block ul li label::-moz-selection {
    background: none;
}
.inner_filter_block ul li label.label-disable {
    color: #797979;
    opacity: 0.4;
    cursor: default;
    text-decoration: none;
    cursor: default;
}
.inner_filter_block ul li label:hover {
    color: #000;
}
.inner_filter_block ul li label.label-active {
    background-position: 0px -60px;
    color: #000;
}
.inner_filter_block ul li label.label-disable:hover {
    color: #797979;
    text-decoration: none;
}
.scrollbarY {
    width: 100%;
    margin: 0 0 32px 0;
}
.scrollbarY .scrollbar {
    right: -4px;
    top: 1px;
}
.scrollbarY .track {
    background: none;
    width: 1px;
    background-color: #7c7c7b;
    padding: 0;
}
.scrollbarY .thumb {
    background: none;
    border-radius: 8px;
    width: 16px;
    background-color: #ffffff;
    border: none;
    left: -7px;
    box-shadow:  0px 1px 2px 1px #d3d2d1;
    -webkit-box-shadow:  0px 1px 2px 1px #d3d2d1;
    -moz-box-shadow:  0px 1px 2px 1px #d3d2d1;
    cursor: pointer;
}

.scrollbarY .thumb .end {
    background: none;
    height: 0;
    overflow: hidden;
    width: 0;
}

.scrollbarY .viewport {
    width: 90%;
    height: 45px;
}
@media (min-width: 768px) and (max-width: 991px) {
.scrollbarY .viewport {
    width: 86%;
    height: 45px;
}
}
@media (max-width: 768px) {
.block_form_filter {
    margin-bottom: 0px;
}
}
/*Block filter color and filter size*/
.filter_size .inner_filter_block {

}
.filter_color ul,
.filter_size ul {
    margin-left: 12px;
    display: inline-block;
}
.filter_color ul li,
.filter_size ul li {
    float: left;
    display: inline-block;
    margin: 2px 2px;
}
.filter_size ul > li > label {
    font-family: "Times New Roman", Arial, sans-serif;
    font-size: 14px;
    line-height: 26px;
    color: #797979;
    text-align: center;
    text-decoration: none;
    display: block;
    min-width: 28px;
    height: 28px;
    padding: 0px 3px;
    border: 1px solid #7f7f7f;
    background: none;
}
.filter_size ul li > label.label-active{
    border: 1px solid #000;
    background: none;
    background-color: #000;
    text-decoration: none;
    color: #fff;
}
@media (min-width: 1200px){
.filter_size ul li > label:hover {
    border: 1px solid #000;
    background: none;
    background-color: #000;
    text-decoration: none;
    color: #fff;
}
}



.filter_color ul > li > label {
    display: block;
    width: 28px;
    height: 28px;
    background: none;
    padding: 1px;
    border: 1px solid transparent;
}
.filter_color ul > li > label span {
    display: block;
    width: 100%;
    height: 100%;
box-shadow: inset 0px 0px 1px 0px #c0c1c2;
-webkit-box-shadow: inset 0px 0px 1px 0px #c0c1c2;
-moz-box-shadow: inset 0px 0px 1px 0px #c0c1c2;
}
.filter_color ul li > label.label-active {
    border: 1px solid #7f7f7f;
    background: none;
}

@media (min-width: 1200px){
.filter_color ul li > label:hover {
    border: 1px solid #7f7f7f;
    background: none;
}
}

.filter_size ul li > label.label-disable,
.filter_color ul li > label.label-disable {
    border: 1px solid #e2e2e2;
    background: transparent;
    opacity: 1;
    color: #d4d4d4;
}
@media (min-width: 1200px){
.filter_size ul li > label.label-disable:hover,
.filter_color ul li > label.label-disable:hover {
    border: 1px solid #e2e2e2;
    background: transparent;
    opacity: 1;
    color: #d4d4d4;
}
}
.filter_size ul li > label.label-disable:before,
.filter_color ul li > label.label-disable:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: url("../img/detail_color_size_disable.png") 0 0 repeat;
    position: absolute;
    top: 0px;
    left: 0px;
}
.filter_size .inner_filter_block  ul > li > input[type="checkbox"],
.filter_color .inner_filter_block ul > li > input[type="checkbox"] {
    display: none;
}
/*End block filter color and filter size*/

/*Block filter price*/
.filter_block.filter_price {
    padding: 10px 0 0 0;
}
@media (min-width: 1200px) {
.filter_block.filter_price .block_name{
    margin-left: 10px;
}
}
.price-slider {

}
.noUi-handle:after, .noUi-handle:before {
    display: none;
}
.noUi-target {
    border-radius: 0;
    box-shadow: none;
    border: none;
    background-color: #7c7c7b;
    height: 1px;
    margin: 15px 2% 20px 2%;
}
.noUi-origin {
    border-radius: 0;
}
.noUi-background {
    background-color: #7c7c7b;
    box-shadow: none;
}
.noUi-horizontal .noUi-handle {
    height: 14px;
    width: 14px;
    border-radius: 7px;
    left: -7px;
    top: -7px;
    background-color: #fff;
    border: none;
    box-shadow:  0px 1px 2px 1px #d3d2d1;
    -webkit-box-shadow:  0px 1px 2px 1px #d3d2d1;
    -moz-box-shadow:  0px 1px 2px 1px #d3d2d1;
    cursor: pointer;
}
.filter_price .block_name {
    color: #7f7f7f;
}
.filter_price .inner_filter_block {
    background-color: #f9f8f7;
    border-radius: 2px;
    padding: 10px 2% 20px 2%;
    margin-bottom: 0px;
}
.inner_filter_block_2_1,
.inner_filter_block_2_2 {
    font-family: "Times New Roman", Arial, sans-serif;
    font-size: 14px;
    height: 26px;
    line-height: 26px;
    width: 48%;
    display: inline-block;
}
.inner_filter_block_2 label {
    float: left;
    display: inline-block;
    margin: 0 2% 0 18%;
    min-width: 16px;
}

.inner_filter_block_2_1 input,
.inner_filter_block_2_1 input:focus,
.inner_filter_block_2_2 input,
.inner_filter_block_2_2 input:focus {
    font-family: "Times New Roman", Arial, sans-serif;
    font-size: 14px;
    height: 26px;
    line-height: 26px;
    box-shadow: none;
    border: 1px solid #e7e3e3;
    border-radius: 0;
    color: #6c727d;
    width: 50%;
    max-width: 60px;
    text-align: center;
    display: block;

}
.block_form_filter .wrap_del_form_filter {
    margin-top: 20px;
}
.block_form_filter .wrap_del_form_filter .del_form_filter {
    font-family: 'Times New Roman', Arial, regular;
    color: #797979;
    position: relative;
    background-color: #ffffff;
    background-image: -ms-linear-gradient(top, #FFFFFF 0%, #F5F5F5 100%);
    background-image: -moz-linear-gradient(top, #FFFFFF 0%, #F5F5F5 100%);
    background-image: -o-linear-gradient(top, #FFFFFF 0%, #F5F5F5 100%);
    border: 1px solid #d4d4d4;
    -moz-box-shadow: 0px 2px 2px 1px #f1f1f1;
    display: block;
    font-size: 14px;
    font-style: normal;
    font-weight: normal;
    height: 28px;
    line-height: 28px;
    text-align: center;
    text-decoration: none;
    padding: 0 5px;
    width: 100%;
    margin-bottom: 7px;
    max-width: 120px;
}
.block_form_filter .wrap_del_form_filter .del_form_filter:hover,
.block_form_filter .wrap_del_form_filter .del_form_filter:active {
    background: #ffffff;
}
@media (min-width: 992px) and (max-width: 1199px) {
.noUi-target {
    margin: 15px 4% 20px 4%;
}
.noUi-horizontal .noUi-handle {
    height: 20px;
    width: 20px;
    border-radius: 10px;
    left: -10px;
    top: -10px;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.noUi-target {
    margin: 15px 5% 20px 5%;
}
.inner_filter_block_2_1,
.inner_filter_block_2_2 {
    width: 100%;
    margin-bottom: 5px;
}
.noUi-horizontal .noUi-handle {
    height: 20px;
    width: 20px;
    border-radius: 10px;
    left: -10px;
    top: -10px;
}
}
@media (max-width: 767px) {
.noUi-horizontal .noUi-handle {
    height: 20px;
    width: 20px;
    border-radius: 10px;
    left: -10px;
    top: -10px;
}
}
/*End block filter price*/
/*End style for block filter*/

/*End style for left block*/





/*Style for center block*/
.center_wrap {
    z-index: 1;
}

/*breadcrumb*/
ul.breadcrumb {
    color: #6c727d;
    margin: 0;
    padding: 0 0 7px 0;
    border-bottom: 1px solid #cfd3da;
}
.breadcrumb > li {
    text-shadow: none;
    display: inline-block;
}
.breadcrumb > li > a {
    font-family: "Times New Roman", Arial, sans-serif;
    font-size: 14px;
    line-height: 16px;
    color: #6c727d;
    text-decoration: none;
}
.breadcrumb > li > a:hover {
    text-decoration: underline;
}
.breadcrumb > li > span {
    color: #6c727d;
}
.breadcrumb > li > .divider {
    color: #6c727d;
    padding: 0 4px;
}
/*Style breadcrumb-catalog*/
ul.breadcrumb-section {
    color: #797979;
    padding: 0px;
    margin: 0;
    padding-bottom: 4px;
    /*border-bottom: 1px solid #cfd3da;  */
}
.breadcrumb-section > li {
    text-shadow: none;
    display: inline-block;
}
.breadcrumb-section > li > a {
    font-family: "Times New Roman", Arial, sans-serif;
    font-size: 14px;
    line-height: 16px;
    color: #797979;
    text-decoration: none;
}
.breadcrumb-section > li > a:hover {
    text-decoration: underline;
}
.breadcrumb-section > li > span {
    color: #6c727d;
}
.breadcrumb-section > li > .divider {
    color: #797979;
    padding: 0 2px;
}

@media (max-width: 767px){
ul.breadcrumb-section {
    margin: 0px;
}
}
/*End style breadcrumb-catalog*/
/*End breadcrumb*/

/*Block pagination*/
.block-pagination {
    font-family: "Proxima Nova", Arial, sans-serif;
    font-size: 13px;
    color: #6c727d;
    margin-bottom: 15px;
    display: inline-block;
    width: 100%;
    border-top: 1px solid #cfd3da;
    padding-top: 10px;
}
.block-pagination .count_item,
.block-pagination .visible_item,
.block-pagination .bx_pagination_page,
.block-pagination .block_sort {
    margin-top: 5px;
}
.count_item .number{
	color: #001f38;
}
.bx_pagination_page {
    display: inline-block;
    width: 100%;
}
.bx_pagination_page .bx_pg_text {
    float: left;
    margin-right: 3px;
}
.bx_pagination_page .navig_previous,
.bx_pagination_page .navig_next {
    font-size: 20px;
    line-height: 17px;
    height: 17px;
    width: 11px;
    display: block;
    padding: 0 3px;
}
.bx_pagination_page .navig_previous {
	background: url(../img/miss_navig_previous.png) 4px 4px no-repeat;
}
.bx_pagination_page .navig_next {
	background: url(../img/miss_navig_next.png) 0px 4px no-repeat;
}
.bx_pagination_page ul {
    margin: 0;
}
.bx_pagination_page ul li {
    font-family: "Times New Roman", Arial, sans-serif;
    font-size: 14px;
    float: left;
    list-style: none;
    padding: 1px 1px;
    margin: 0px 1px;
    border: 1px solid #ffffff;
}
.bx_pagination_page ul li a,
.bx_pagination_page ul li span {
    font-family: "Proxima Nova", Arial, sans-serif;
    font-size: 13px;
    line-height: 17px;
    text-decoration: none;
    padding: 0 2px;
    display: block;
    color: #6c727d;
}
.bx_pagination_page ul li span.nav-current-page{
    cursor: default;
}
.bx_pagination_page ul li:hover,
.bx_pagination_page ul li.bx_active {
	border: 1px solid #cfd3da;
}
.block-pagination .block_sort {
}
.block-pagination .block_sort .block_sort_name{
    float: left;
    margin-right: 1%;
    width: 34%;
}
.block-pagination .block_sort .wrap_select_sort {
    width: 65%;
    display: inline-block;
    max-width: 100%;
	margin-top: -2px;
}
.block-pagination .block_sort .wrap_select_sort select,
.block-pagination .block_sort .wrap_select_sort select:hover,
.block-pagination .block_sort .wrap_select_sort select:focus {
    max-width: 100%;
    display: block;
    cursor: pointer;
}
.block-pagination .block_sort .wrap_select_sort .ik_select {
    position: relative;
    width: 100%;
    max-width: 100%;
    border: 1px solid #cfd3da;
    cursor: pointer;
    height: 22px;
}
.block-pagination .block_sort .wrap_select_sort .ik_select  .ik_select_link {
    padding-right: 1px;
}

.block-pagination .block_sort .wrap_select_sort .ik_select .ik_select_link_text {
    font-family: "Times New Roman", Arial, sans-serif;
    padding: 0 19px 0 5px;
    height: 20px;
    line-height: 20px;
    overflow: hidden;
	background: url("../img/mister_select_arrow.png") no-repeat right center #fff;
}
.ik_select_dropdown {
    border: 1px solid #cfd3da;
    background: #fff;
}
.ik_select_dropdown ul {
    list-style: none;
}
.ik_select_dropdown ul li {
    margin-left: 5px;
}
.ik_select_dropdown ul li span{
	cursor: pointer;
    color: #001f38;
    font-size: 13px;
    font-family: "Proxima Nova", arial, sans-serif;
}

.block-pagination .visible_item .wrap_text {
    float: left;
    margin-right: 4px;
}
.block-pagination .wrap_select_number {
    display: inline-block;
    width: 52px;
}
.block-pagination .wrap_select_number select,
.block-pagination .wrap_select_number select:hover,
.block-pagination .wrap_select_number select:focus{
    max-width: 100%;
    cursor: pointer;
}
.block-pagination .wrap_select_number .ik_select {
    position: relative;
    width: 100%;
    border: 1px solid #cfd3da;
    cursor: pointer;
    height: 22px;
    background: #fff;
	margin-top: -2px;
}
.block-pagination .wrap_select_number .ik_select .ik_select_link {
    padding-right: 1px;
}
.block-pagination .wrap_select_number .ik_select .ik_select_link_text {
    padding: 0 19px 0 5px;
    height: 20px;
    line-height: 20px;
    overflow: hidden;
    background: url("../img/mister_select_arrow.png") no-repeat right center #fff;
    color: #001f38;
    font-size: 13px;
    font-family: "Proxima Nova", arial, sans-serif;
}
/*.block-pagination .block_sort .wrap_select_sort{
    width: 65%;
    overflow: hidden;
    position: relative;
    height: 22px;
    background: #ffffff;
    border: 1px solid #757575;
}
.block-pagination .block_sort .wrap_select_sort:after {
    content: "";
    display: block;
    width: 19px;
    padding-left: 1px;
    height: 18px;
    position: absolute;
    right: 0;
    top: 1px;
    border-right: 1px solid #efe2c6;
    z-index: 0;
    background: url("../img/miss_select_arrow.png") no-repeat right center #fff;
}
.block-pagination .block_sort .wrap_select_sort select,
.block-pagination .block_sort .wrap_select_sort select:hover,
.block-pagination .block_sort .wrap_select_sort select:focus {
    font-family: "Times New Roman", Arial, sans-serif;
    font-size: 14px;
    position: relative;
    width: 112%;
    padding-right: 12%;
    cursor: pointer;
    border: 1px solid transparent;
    border-radius: none;
    height: 20px;
    line-height: 16px;
    z-index: 1;
    background: none;
    outline: none;
}*/
@media (min-width: 992px) and (max-width: 1199px) {
.count_item .count_name_2 {
    display: none;
}
.visible_item .visible_name_2 {
    display: none;
}
.bx_pagination_page .bx_pg_text {
    display: none;
}
.block-pagination .block_sort .block_sort_name {
    display: none;
}
.block-pagination .block_sort .wrap_select_sort {
    width: auto;
}
.block-pagination .block_sort .wrap_select_sort .ik_select {
    max-width: 100%;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.block-pagination {
    font-size: 12px;
}
.block-pagination a {
    font-size: 12px;
}
.block-pagination ul li {
    font-size: 12px;

}
.bx_pagination_page ul li a {
    font-size: 12px;
}
.block-pagination .visible_item .wrap_text{
    margin-right: 3px;    
}
.bx_pagination_page .navig_previous,
.bx_pagination_page .navig_next {
    font-size: 20px;
    line-height: 15px;
}
.count_item .count_name_2 {
    display: none;
}
.visible_item .visible_name_2 {
    display: none;
}
.bx_pagination_page .bx_pg_text {
    display: none;
}
.block_sort .block_sort_name {
    display: none;
}
.block-pagination .block_sort .wrap_select_sort {
    width: auto;
}
.block-pagination .block_sort .wrap_select_sort .ik_select {
    max-width: 100%;
}
.block-pagination .block_sort .wrap_select_sort .ik_select,
.block-pagination .wrap_select_number .ik_select {
    height: 20px;
}
.block-pagination .block_sort .wrap_select_sort .ik_select .ik_select_link_text,
.block-pagination .wrap_select_number .ik_select .ik_select_link_text {
    height: 18px;
    line-height: 18px;
    background-size: 16px 16px;
}
}
@media (max-width: 767px) {
.block-pagination .count_item,
.block-pagination .visible_item,
.block-pagination .bx_pagination_page,
.block-pagination .block_sort {
    margin-top: 10px;
}
.block-pagination .block_sort .block_sort_name{
    width: 80px;
}
.block-pagination .block_sort .wrap_select_sort {
    width: auto;
    max-width: 165px;
    display: inline-block;
}

.block-pagination .wrap_select_number {
    float: none
}
}
/*End block pagination*/

/*Inner top banner*/
.inner_page .inner_banner_right_top {
    margin-bottom: 20px;
}
.inner_page .banner_descpript {
    padding: 4px;
    margin-bottom: 20px;
    background: #fff;
    border: 1px solid #cfd3da
}
.inner_page .banner_descpript .inner_descpript {
    padding: 40px 6% 30px 4%;
}
.inner_page .banner_descpript .inner_descpript .wrap_img {
    margin-top: 10px;
}
.inner_page .banner_descpript .inner_descpript .wrap_img img {
    margin: 0 auto;
}
.inner_page .banner_descpript .inner_descpript .wrap_text {
    margin-bottom: 0;
    color: #6c727d;
    min-height: 100px;
}

@media (min-width: 992px) and (max-width: 1199px) {
.inner_page .banner_descpript .inner_descpript {
    padding: 35px 5% 45px 3%;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.inner_page .banner_descpript .inner_descpript {
    padding: 25px 5% 25px 3%;
}
}
@media (max-width: 767px) {
.inner_page .banner_descpript {
    margin: 0 15px 20px 15px;
}
.inner_page .banner_descpript .inner_descpript .wrap_img {
    margin-bottom: 10px;
    margin-top: 0;
}
.inner_page .banner_descpript .inner_descpript {
    border: 1px solid #a5a5a5;
    padding: 20px 10px 25px 10px;
}
}

/*End inner banner*/


/*Right block subscribt*/
.right_block_subscribt {
    margin-bottom: 10px;
}

.right_block_subscribt > .row {
    border: 1px solid #d1d2d6;
    margin-left: 0px;
    background: #f3f4f6;
}

.right_block_subscribt .form-subscribe {
    margin: 10px 5px 10px 5px;
}
.right_block_subscribt .right_block_subscribt_center {
    margin: 0px 8px 0px 8px;         
}

.right_block_subscribt_left {
    background: rgba(0, 0, 0, 0) url("../img/mister_subscrible_catalog_curs.png") no-repeat scroll 0 0;
    height: 37px;
    margin: 15px 0px 15px 10px;
    padding-left: 80px;
}

.right_block_subscribt_left p {
    font-family: "Times New Roman", Arial, sans-serif;
    font-size: 14px;
    color: #6c727d;
    margin-bottom: 0px;
}

.right_block_subscribt_center label {
    font-family: "Times New Roman", Arial, sans-serif;
    font-size: 14px;
    color: #000;
    margin-top: 6px;
    margin-left: 0px;
    display: inline-block;
    line-height: 30px;
	display: none;
}
.right_block_subscribt_center input[type="text"] {
	font-family: "Times New Roman", Arial, sans-serif;
    font-size: 16px;
    padding: 0 10px;
    height: 45px;
    border: none;
    background-color: #ffffff;
    width: 100%;
    max-width: 300px;
    color: #6c727d;
    text-align: left;
    border: 1px solid #f3f4f6
    
}

.right_block_subscribt_right .wrap_input input[type="submit"] {
    font-size: 15px;
    color: #fff;
    background: none;
    border: none;
    display: block;
    width: 100%;
    line-height: 45px;
    background-color: #052640;
    font-family: "ProximaNova", Arial, sans-serif;
    text-transform: uppercase;
}
.right_block_subscribt_right .wrap_input input[type="submit"]:hover {
	background-color: #0c3657;
}
@media (min-width: 992px) and (max-width: 1199px) {
.right_block_subscribt_left p {
    font-size: 13px;
}
.right_block_subscribt_center label,
.right_block_subscribt_center input[type="text"] {
    font-size: 13px;
}
.right_block_subscribt_right .wrap_input input[type="submit"] {
    font-size: 14px;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.right_block_subscribt_left p {
    font-size: 12px;
    line-height: 14px;
}
.right_block_subscribt_center label,
.right_block_subscribt_center input[type="text"] {
    font-size: 12px;
}
.right_block_subscribt_right .wrap_input input[type="submit"] {
    font-size: 11px;
}
.right_block_subscribt_center input[type="text"] {
}
}
@media (max-width: 767px) {
.right_block_subscribt_left,
.right_block_subscribt_center,
.right_block_subscribt_top_right {
    max-width: 470px;
    margin: 0 auto;
}
.right_block_subscribt_right {
    height: 57px;
    padding: 0px;
}
.right_block_subscribt_left {
    max-width: 470px;
}
.right_block_subscribt_left:after {
    content: "";
    background: url(../img/miss_right_block_subscribt_left_bg_right.jpg) left top no-repeat;
    display: block;
    height: 51px;
    width: 3px;
    position: absolute;
    top: 0;
    right: 0;
}
.right_block_subscribt_center {
    background: none;
}
.right_block_subscribt_right {
    background: none;
}
.right_block_subscribt_center input[type="text"] {
    font-size: 13px;
    margin-right: 0;
    width: 55%;
    max-width: 255px;
}
.right_block_subscribt_center label {
    font-size: 13px;
    margin-left: 0px;
}
.right_block_subscribt_right .wrap_input {
    max-width: 223px;
    margin: 0 auto;
}
.wrap_input input[type="submit"] {
    font-size: 20px;
    line-height: 30px;
    height: 30px;
}
}
@media (min-width: 468px) and (max-width: 767px) {
.right_block_subscribt_left p {
    text-align: center;
    padding: 17px 3% 5px 2%;
}
}
@media (max-width: 467px) {
.right_block_subscribt_left p {
    font-size: 13px;
    padding: 7px 3% 5px 2%;
    text-align: center;
}
}
/*End right block subscribt*/
.inner_page .inner_title_brand {
    height: 60px;
    line-height: 60px;
    padding: 0 10px 0 0;
    overflow: hidden;
}
.inner_page .inner_title_brand .text {
	text-transform: uppercase;
    font-size: 25px;
    line-height: 60px;
    margin-bottom: 0;
    color: #001f37;
}
@media (min-width: 992px) and (max-width: 1199px) {
.inner_page .inner_title_brand {
    margin-bottom: 20px;
}
.inner_page .inner_title_brand .text {
    font-size: 20px;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.inner_page .inner_title_brand {
    margin-bottom: 15px;
}
.inner_page .inner_title_brand .text {
    font-size: 20px;
}
}
@media (max-width: 767px) {
.inner_page .inner_title_brand {
    margin-bottom: 15px;
    overflow: visible;
    height: auto;  
}
.inner_page .inner_title_brand .text {
    font-size: 20px;
    line-height: 24px;
    padding: 12px 0;
}
}
/*Style right block title for brand page*/

/*End style right block title for brand page*/


/*Style for section list item*/
.section_list {

}
.one-item {
    position: relative;
    padding: 3px 0 30px 0;
    z-index: 1;
}
.item-top-part {
    padding: 0 0 3px 0;
    position: relative;
}
.item-top-part .item-top-part-inner {
    background: #fff;
    text-align: center;
    overflow: hidden;
}
.item-top-part a,
.item-top-part .wrap_img {
    display: block;
    cursor: pointer;
}
.item-top-part img {
    display: inline;
}

/*icon property*/
.item-top-part  .icon_property_wrap {
    position: absolute;
    right: -30px;
    top: 43px;
    display: inline-block;
    text-align: center;
    z-index: 101;
    border: 1px solid #3d3d3d;
    padding: 3px;
    background: url(../img/miss_modal_basket_item_a_bg.png) 0 0;
    -webkit-transform: rotate(-90deg); /* Chrome y Safari */
    -moz-transform: rotate(-90deg); /* Firefox */
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3); /* Internet Explorer */
    -o-transform: rotate(-90deg); /* Opera */
    transform: rotate(-90deg);
}
.item-top-part .icon_property_wrap:before {
    content: "";
    width: 21px;
    height: 12px;
    display: block;
    position: absolute;
    top: 11px;
    right: -8px;
    background: url(../img/miss_buy_now_prop_bg.png) 0 0 no-repeat;
    z-index: 101;
}
.item-top-part .icon_property_wrap .icon_property {
    background: #052640;
    display: block;
    padding: 5px 13px 5px 6px;
}
.item-top-part  .icon_property_wrap .icon_property .icon_property_name {
    font-family: 'ProximaNova', Arial, regular;
    font-size: 15px;
    line-height: 17px;
    color: #fff;
}
/*end icon property*/

.item-top-part .item-discount {
    padding: 3px;
    display: block;
    background: url(../img/miss_bg_dfbebe_modal_block.png) 0 0;
    position: absolute;
    bottom: 6%;
    right: -3px;
    z-index: 101;
}
.item-top-part .item-discount .item-discount-inner {
    font-family: 'ProximaNova', Arial, regular;
    font-size: 15px;
    line-height: 20px;
    color: #001f37;
    padding: 0 9px;
    border: 1px solid #001f37;
    background: #fff;
    display: block;
    white-space: nowrap;
}
.item-bottom-part {
    background-color: #fff;
    padding-top: 5px;
}
.item-bottom-part .buy_now_bottom_inner {
    border-top: 1px solid #7f7f7f;
    padding: 6px 0 6px 0;
	text-align: center;
}
.item-bottom-part p {
    word-wrap: break-word;
    font-family: "Times New Roman", Arial, sans-serif;
    font-size: 14px;
    line-height: 16px;
    color: #000;
    margin-top: 0;
}

.item-bottom-part .item_name,
.item-bottom-part .item_name a {
	font-family: "Proxima Nova", Arial, sans-serif;
    font-size: 16px;
    line-height: 19px;
    text-decoration: none;
    margin-bottom: 3px;
    color: #001f37;
}
.item-bottom-part .item_name a {
    margin-bottom: 0px;
}
.item-bottom-part .item_name a:hover,
.item-bottom-part .item_name a:active {
    color: #6c727d;    
}
.item-bottom-part .item_second_name,
.item-bottom-part .item_second_name a {
    font-family: "Times New Roman", Arial, sans-serif;
    font-size: 13px;
    line-height: 15px;
    margin-top: 0;
    margin-bottom: 9px;
    text-decoration: none;
	color: #001f37;
}
.item-bottom-part .item_second_name a {
    margin-bottom: 0px;
}
.item-bottom-part .item_second_name a:hover,
.item-bottom-part .item_second_name a:active {
    text-decoration: underline;
    margin-bottom: 0px;
}
.item-bottom-part .item_price {
	font-family: "Times New Roman", Arial, sans-serif;
    font-weight: bold;
    color: #d44343;
    display: inline-block;
    margin-bottom: 5px;
    margin-right: 3px;
    font-size: 14px;
}
.item-bottom-part .item_price_big {
    font-family: "Times New Roman", Arial, Helvetica, sans-serif;
    font-size: 13px;
    color: #9da5b3;
    text-decoration: line-through;
    margin-bottom: 0px;
    display: inline-block;
    margin-bottom: 5px;
}
@media (min-width: 992px) and (max-width: 1199px) {
.item-top-part .item-top-part-inner {

}
.item-top-part .icon_property_wrap {
    padding: 3px;
}
.item-top-part .icon_property_wrap:before {
    top: 11px;
}
.item-top-part .icon_property_wrap .icon_property {
    padding: 3px 13px 4px 6px;
}
.item-top-part .icon_property_wrap .icon_property .icon_property_name {
    font-size: 15px;
    line-height: 17px;
}
.item-top-part .item-discount {
    padding: 3px;
}
.item-top-part .item-discount .item-discount-inner {
    font-size: 17px;
    line-height: 19px;
    padding: 0 7px;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.item-top-part .item-top-part-inner {

}
.item-top-part .icon_property_wrap {
    padding: 3px;
    display: none;
}
.item-top-part .icon_property_wrap:before {
    top: 11px;
}
.item-top-part .icon_property_wrap .icon_property {
    padding: 3px 13px 4px 6px;
}
.item-top-part .icon_property_wrap .icon_property .icon_property_name {
    font-size: 15px;
    line-height: 17px;
}
.item-top-part .item-discount {
    padding: 2px;
    right: -2px;
}
.item-top-part .item-discount .item-discount-inner {
    font-size: 16px;
    line-height: 18px;
    padding: 0 6px;
}
.item-bottom-part .item_price,
.item-bottom-part .item_price_big {
    margin-bottom: 3px;
}
}
@media (max-width: 767px) {
.item-top-part .item-top-part-inner {

}
.item-top-part .item-top-part-inner img{

}
.item-top-part .icon_property_wrap {
    padding: 2px;
}
.item-top-part .icon_property_wrap:before {
    top: 10px;
}
.item-top-part .icon_property_wrap .icon_property {
    padding: 3px 13px 4px 4px;
}
.item-top-part .icon_property_wrap .icon_property .icon_property_name {
    font-size: 15px;
    line-height: 17px;
}
.item-top-part .item-discount {
    bottom: 6%;
    padding: 2px;
    right: -2px;
}
.item-top-part .item-discount .item-discount-inner {
    font-size: 18px;
    line-height: 20px;
    padding: 0 5px;
}
}

/*Item open*/
.one-item.hover {
    z-index: 15;
}
.one-item .item_open {
    position: absolute;
    display: none;
    right: 0;
    top: 0;
    z-index: 100;
    width: 139%;
    margin-top: 3px;
    border: 1px solid #cfd3da;
}
.one-item.hover .item_open {
    display: block;
}
.one-item .item_open .item-top-part {
    display: block;
    box-shadow: none;
    border: 0;
    margin: 0 0px 0px 28%;
    background: none;
}
.one-item.hover .item-top-part .item-top-part-inner {

}
.one-item .item_open .buy_now_top_small_img {
    float: left;
    width: 27%;
    padding: 5px 3% 0 3%;
    background-color: #fff;
    z-index: 3;
    overflow: hidden;
    cursor: pointer;
}
.one-item .item_open .buy_now_top_small_img a,
.one-item .item_open .buy_now_top_small_img span {
    width: 100%;
    display: block;
    margin-top: 9%;
    cursor: poiner;
}
.one-item .item_open .buy_now_top_small_img img {
    margin: 0 auto;
}
.one-item .item_open .item-bottom-part {
    padding-left: 28%;
    padding-top: 4px;
    box-shadow: none;
    background-color: #fff;
    border-right: none;
}
.one-item .item_open .item-bottom-part .buy_now_bottom_inner {

}
.one-item .item_open .block_size_color {
    margin-top: 0px;
}
.one-item .item_open .block_size_color p {
    font-family: 'Times New Roman',Arial,sans-serif;
    font-size: 12px;
    line-height: 16px;
    color: #adadad;
    margin-bottom: 2px;
}
.one-item  .item_open .buy_now_bottom_inner .item_price,
.one-item  .item_open .buy_now_bottom_inner .item_price_big {

}
.one-item .item_open .block_size_color .item_size {
    color: #666666;
}
.one-item .item_open .block_size_color .item_color {
    min-width: 105px;
}
.one-item .item_open .block_size_color .item_color span{
    height: 15px;
    width: 15px;
    display: inline-block;
    margin: 2px;
    box-shadow: inset 0px 0px 0px 1px #c0c1c2;
    -webkit-box-shadow: inset 0px 0px 0px 1px #c0c1c2;
    -moz-box-shadow: inset 0px 0px 0px 1px #c0c1c2;
}
.one-item .item_open .wrap_item_bnt {
    position: absolute;
    top: 27%;
    right: 0px;
    z-index: 100;
    display: block;
    width: 72%;
}
.one-item .item_open .wrap_item_bnt .bnt_left {
    display: block;
    float: left;
    height: 34px;
    width: 10%;
    background: url(../img/miss_item_arrow_left.png) no-repeat center center;
    background-size: 6px 20px;
    cursor: pointer;
}
.one-item .item_open .wrap_item_bnt .bnt_right{
    display: block;
    float: right;
    height: 34px;
    width: 10%;
    background: url(../img/miss_item_arrow_right.png) no-repeat center center;
    background-size: 6px 20px;
    cursor: pointer;
}
.one-item .item_open .wrap_item_bnt .bnt_center {
    display: none;
}
.one-item .item_open .wrap_item_bnt .bnt_center:hover {
    background: #fff;
}
@media (min-width: 1200px) {
.one-item .item_open .wrap_item_bnt .bnt_center {
    font-size: 16px;
    line-height: 16px;
    text-align: center;
    display: block;
    border: 1px solid #d6dadf;
    text-decoration: none;
    padding: 8px 5px;
    width: 78%;
    background: url(../img/miss_modal_basket_item_a_bg.png) repeat 0 0;
    cursor: pointer;
    margin: 0 11%;
	color: #000;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
.one-item .item_open .wrap_item_bnt {
    top: 22%;
}
.one-item .item_open .block_size_color .item_color span{
    height: 14px;
    width: 14px;
    margin: 1px;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.one-item .item_open .item-bottom-part {
    padding-top: 4px;
}
.one-item .item_open .wrap_item_bnt {
    top: 17%;
}
.one-item .item_open .block_size_color .item_color span{
    height: 13px;
    width: 13px;
    margin: 1px;
}
}
@media (max-width: 767px) {
.one-item .item_open .wrap_item_bnt {
    top: 27%;
}
.one-item .item_open .block_size_color {
    display: none;
}
}
/*For first hover style item open*/
.one-item.active-first .item_open {
    left: 0;
}
.one-item.active-first .buy_now_top_small_img {
    float: right;
    z-index: 3;
}
.one-item.active-first .item_open .item-top-part {
    margin: 0;
}
.one-item.active-first .item_open .item-bottom-part {
    padding-left: 0;
    padding-right: 28%;
    border-left: none;
    border-right: 1px solid #fff;
}
.one-item.active-first .item_open .wrap_item_bnt {
    left: 0px;
    right: auto;
}
@media (min-width: 992px) and (max-width: 1199px) {
.one-item.active-first .item_open .item-bottom-part .buy_now_bottom_inner{
    padding-left: 7px;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.one-item.active-first .item_open .item-bottom-part .buy_now_bottom_inner {
    padding: 6px 0% 6px 5px;
}
}
@media (max-width: 767px) {
.one-item.active-first .item_open .item-bottom-part .buy_now_bottom_inner {

}
}
/*End first hover style block item open*/
/*End item open*/
/*End style for section list item*/




/*Section description*/
.section_description .title {
    text-transform: uppercase;
}
/*End section description*/



/*Block you look this*/
.block_you_look {

}
.block_you_look .title {
    text-transform: uppercase;
    margin-bottom: 0;
}
/*For slide look up in slide "buy-now-slider"*/
/*End block you look this*/


/*Search page*/
.content-text .search_title {
    text-transform: uppercase;
    margin-bottom: 10px;
    margin-top: 5px;
}

.wrap_search {
    margin-bottom: 21px;
}
.wrap_search .search_left {

}
.wrap_search .search_left input[type="text"] {
    font-family: 'Times New Roman',Arial,sans-serif;
    font-size: 14px;
    color: #000000;
    background-color: white;
    border: 1px solid #cfd3da;
    border-radius: 0;
    height: 30px;
    width: 100%;
    padding: 0 2%;
}

.wrap_search .search_right {
    max-width: 170px;
}
.search_right input[type="submit"] {
    font-family: 'ProximaNova', Arial, regular;
    font-size: 15px;
    color: #fff;
    background: none;
    border: none;
    display: block;
    width: 100%;
    line-height: 30px;
    height: 30px;
    background-color: #052640;
    border-radius: 0;
    text-transform: uppercase;
}
.search_right input[type="submit"]:hover {
    background-color: #0c3657;
}
@media (min-width: 992px) and (max-width: 1199px) {

}
@media (min-width: 768px) and (max-width: 991px) {
.wrap_search .search_left {
    border: 3px solid #fff;
}
.wrap_search .search_left input[type="text"] {
    height: 28px;
}
.wrap_search .search_right {
    padding: 2px;
}
.search_right input[type="submit"] {
    line-height: 27px;
    height: 27px;
}
}
@media (max-width: 767px) {
.wrap_search .search_left {
    border: 3px solid #fff;
}
.wrap_search .search_left input[type="text"] {
    height: 28px;
}
.wrap_search .search_right {
    margin: 0 auto;
    margin-top: 15px;
    padding: 2px;
}
.search_right input[type="submit"] {
    line-height: 26px;
    height: 26px;
}
}
/*End search page*/
/*End style for center block*/










/*Style for inner detail catalog page*/


/*Style detail left*/
/*Style detail pic*/
.detail_big_pic {
    border: 1px solid #f4f4f4;
    text-align: center;
    padding: 0px;
    margin: 5px 0 10px 0;
    overflow: hidden;
    background-color: #fff;
    max-width: 375px;
    position: relative;
}
.detail_big_pic .big_foto {
    display: block;
    max-width: 100%;
}
.detail_big_pic a {
	display:block;
	position:relative;
	float:left;
}
.detail_big_pic img {
    display: inline-block;
}
.detail_big_pic .download_pic {
    position: absolute;
    left: 3px;
    bottom: 3px;
    display: block;
    width: 42px;
    height: 42px;
    background: url(../img/miss_detail_pic_download.png) no-repeat 0 0;
    background-size: cover;
    z-index: 10100;
}

.detail_big_pic .zoomIt_area {
    border: 4px solid #888 !important;
    box-shadow:  0px 0px 0px 1px #888888 !important;
    -webkit-box-shadow:  0px 0px 0px 1px #888888 !important;
    -moz-box-shadow:  0px 0px 0px 1px #888888 !important;
    background: none !important;
}
.zoomIt_zoomed,
.zoomIt_quick_zoomed {
    border: 1px solid #888 !important;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.4) !important;
    margin-top: -2px !important;
    background: #fff;
}
.wrap_detail_pic_small {
    overflow: hidden;
}
.detail_pic_small {
    width: 100%;
    padding: 4px 0;
    display: inline-block;
    margin-bottom: 15px;
}
.detail_pic_small.js_slider_pic_small {
    width: 1000%;
    max-width: 1000%;
}

.detail_pic_small .item {
    margin: 3px 5px;
    text-align: center;
    background-color: #fff;
    text-align: center;
    float: left;
}
.detail_pic_small .item img {
    border: 1px solid #f4f4f4;
}
.detail_pic_small .item.item_active img {
    border: 1px solid #f4f4f4;
}
.detail_pic_small .owl-next,
.detail_pic_small .owl-prev {
    position: absolute;
    width: 10px;
    height: 100%;
    top: 0;
}
.detail_pic_small .owl-prev {
    background: url(../img/miss_detail_js_slider_ar_l.png) 0 47% no-repeat;
    left: 0;
}
.detail_pic_small .owl-next {
    background: url(../img/miss_detail_js_slider_ar_r.png) right 47% no-repeat;
    right: 0;
}
@media (min-width: 992px) and (max-width: 1199px) {
.detail_big_pic .download_pic {
    width: 32px;
    height: 32px;
}
.detail_big_pic .zoomIt_area {
    border: 3px solid #888 !important;
}
}
@media (min-width: 767px) and (max-width: 991px) {
.detail_big_pic .download_pic {
    width: 32px;
    height: 32px;
}
.detail_big_pic .zoomIt_area {
    border: 2px solid #888 !important;
}
}
@media (max-width: 767px) {
.detail_big_pic .download_pic {
    width: 32px;
    height: 32px;
}
.detail_pic_small .item img {
    margin: 0 auto;
}
}
/*End style detail pic*/
/*End style detail left*/




/*Style detail block right*/
/*Style detail blog title*/
.detail_page_wrap > .js-title{
    display: none;
}
.detail_block_title {
    height: 64px;
    border-bottom: 1px solid #cfd3da;
    margin-bottom: 25px;
    margin-left: 15px;
}
.detail_block_title .block_title_left {
    padding: 10px 0 8px 10px;
}
.detail_block_title .detail_title {
    font-family: 'Times New Roman';
    line-height: 25px;
    margin-bottom: 3px;
    color: #001f38
}
.detail_block_title .detail_title_second {
    font-family: 'Times New Roman', Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-style: italic;
    color: #001f38;
    margin-bottom: 0;
}
.detail_block_title .block_title_share {
    padding-top: 18px;
    width: 140px !important;
}
.detail_block_title .block_title_share ul {
    margin: 0;
}
.detail_block_title .block_title_share ul li {
    list-style: none;
    float: left;
}
.detail_block_title .block_title_share ul li {
    margin: 0 2px 4px 2px;
}

.detail_block_title .block_title_list {
    padding-top: 18px;
}
.detail_block_title .block_title_list ul {
    margin: 0;
}
.detail_block_title .block_title_list ul li {
    list-style: none;
    float: left;
}
.detail_block_title .block_title_list ul li {
    margin: 0 3px 4px 3px;
    position: relative;
}
.detail_block_title .block_title_list ul li .list_left {
    width: 27px;
    height: 27px;
    display: block;
    margin: 0 auto;
    cursor: pointer;
    background: url(../img/mister_detail_block_title_arrow_left.png);
}
.detail_block_title .block_title_list ul li .list_right {
    width: 27px;
    height: 27px;
    display: block;
    margin: 0 auto;
    cursor: pointer;
    background: url(../img/mister_detail_block_title_arrow_right.png);
}
.detail_block_title .block_title_list ul li:hover .list_left,
.detail_block_title .block_title_list ul li:hover .list_right {
    opacity: 0.6;
}
.detail_block_title .block_title_list ul li .next_prev_item {
    position: absolute;
    top: 32px;
    right: -2px;
    width: 249px;
    background: #f5f3f2;
    padding: 7px 22px;
    z-index: 10;
    display: none;
}
.detail_block_title .block_title_list ul li:hover .next_prev_item {
    display: block;
}
.detail_block_title .block_title_list ul li .next_prev_item {
    background-color: white;
    border: 1px solid #cfd3da
}
.detail_block_title .block_title_list ul li .next_prev_item:before {
    content: "";
    background: none;
    height: 20px;
    width: 249px;
    top: -10px;
    left: 0;
    position: absolute;
    background: url(../img/mister_next_prev_item_bg_top.png) right top no-repeat;
}
.detail_block_title .block_title_list ul li .next_prev_item:after {
    content: "";
    background: none;
    width: 249px;
    height: 13px;
    bottom: -13px;
    left: 0;
    position: absolute;
}
.detail_block_title .block_title_list ul li .next_prev_item .next_prev_item_inner {
    display: block;
    width: 100%;
}
.detail_block_title .block_title_list ul li .next_prev_item .wrap_img {
    display: block;
    overflow: hidden;
    text-align: center;
    width: 50px;
    height: 69px;
    line-height: 69px;
    float: left;
}
.detail_block_title .block_title_list ul li .next_prev_item .wrap_img img {
    display: inline-block;
    border: 1px solid #f4f4f4;
}

.detail_block_title .block_title_list ul li .next_prev_item .wrap_text {
    margin-left: 64px;
    display: block;
    min-height: 45px;
}
.detail_block_title .block_title_list ul li .next_prev_item .wrap_text .title {
    font-family: "ProximaNova", Arial, sans-serif;
    font-size: 16px;
    line-height: 16px;
    display: block;
    color: #001f37;
}
.detail_block_title .block_title_list ul li .next_prev_item .wrap_text .title_second {
    font-family: "Times New Roman", Arial,Helvetica,sans-serif;
    font-size: 13px;
    font-style: italic;
    line-height: 14x;
    color: #001f37;
    display: block;
}
.detail_block_title .block_title_list ul li .next_prev_item .price {
    font-family: "Times New Roman", Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: bold;
    line-height: 16x;
    color: #d44343;
    display: block;
    margin-top: 5px;
    margin-left: 64px;
}
.miss_small_modal {
    font-family: 'ProximaNova', Arial, regular;
    font-size: 15px;
    line-height: 20px;
    color: #603a2f;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 168px;
    z-index: 10000;
    cursor: pointer;
}
.miss_small_modal {
    border: 1px solid #cfd3da;
    background-color: white;
    width: 168px;
}

.miss_small_modal:after {
    content: "";
    background: none;
    height: 7px;
    width: 168px;
    bottom: -7px;
    left: 0;
    position: absolute;
    background: url(../img/mister_modal_small_bg_bottom.png) right top no-repeat;
}
.miss_small_modal .wrap_text {
    margin: 5px 10px 5px 10px;
    color: #6c727d;
    text-align: center;
    display: block;
    font-family: "Times New Roman", Arial, Helvetica, sans-serif;
    font-size: 14px;    
    font-style: italic;
    text-transform: none;
}
.miss_small_modal .wrap_text i {
    display: inline-block;
    margin-right: 3px;
    margin-left: 3px;
}
.miss_small_modal img {
    display: none;
}

@media (min-width: 992px) and (max-width: 1199px) {
.detail_block_title {
  /*  padding-top: 5px;  */
}
.detail_block_title .block_title_left {
    width: 83%;
}
}
@media (min-width: 767px) and (max-width: 991px) {
.detail_block_title {
    margin-bottom: 15px;
}
.detail_block_title .block_title_share {
    padding-top: 5px;
}
.detail_block_title .block_title_share ul li {
    margin: 0 3px 4px 3px;
}
.detail_block_title .block_title_list {
    padding-top: 4px;
}
}
@media (max-width: 767px) {
.detail_block_title {
    margin: 0;
    height: auto;
    border: none;
}
.js-title {
    display: none;
}
.detail_page_wrap > .js-title{
    display: block;
}

.detail_block_title {
    display: block;
}
.detail_block_title .block_title_list {
    padding-top: 10px;
    padding-bottom: 10px;
    float: right;
}
.detail_block_title .block_title_list ul li{
    margin: 0 0px 4px 30px;
}
}
/*End style detail blog title*/



.detail_block_buy,
.detail_block_service {
    margin: 0 15px;
}
@media (max-width: 767px) {
.detail_block_buy,
.detail_block_service {
    margin: 0;
}
}
/*Style detail blog buy*/
.detail_block_buy {
  min-height: 400px;
  margin-bottom: 15px
}

/*Style detail blog price*/
.detail_block_price {
    padding: 30px 12px 25px 12px;
    border: 1px solid #e0e0e0;
    background-color: #f6f6f6;
    margin-bottom: 15px;
    max-width: 375px;
}
.detail_block_price .discount_price,
.detail_block_price .old_price {
    font-family: 'Times New Roman', Arial, Helvetica, sans-serif;
    display: block;
    text-align: right;
    padding-right: 10%;
    color: #bababa

}
.detail_block_price .discount_price {
    color: #d44343;
    font-size: 30px;
    line-height: 34px;
    margin-bottom: 4px;
}
.detail_block_price .old_price {
    color: #bababa;
    font-size: 19px;
    line-height: 22px;
    text-decoration: line-through;
}
.detail_block_price .block_quantity {
    margin-top: 10px; 
}
a.btn_add_basket {
    font-family: 'ProximaNova', Arial, regular;
    font-size: 15px;
    font-weight: normal;
    font-style: normal;
    color: #fff;
    position: relative;
    background-color: #052640;
    line-height: 38px;
    height: 38px;
    margin-top: 14px;
    display: block;
    text-decoration: none;
    text-align: center;
    text-transform: uppercase;
}
a.btn_add_basket:hover,
a.btn_add_basket:active {
    background-color: #0c3657;
}
a.btn_add_wish {
    font-family: 'ProximaNova', Arial, regular;
    font-size: 15px;
    font-weight: normal;
    font-style: normal;
    color: #797979;
    background-color: #fff;
    border:  1px solid #cfd3da;
    height: 40px;     
    line-height: 40px;
    margin-top: 12px;
    display: block;
    text-decoration: none;
    text-align: center;
    text-transform: uppercase;   
}
a.btn_add_wish:hover,
a.btn_add_wish:active {
    background-color: #fff;
}

@media (min-width: 992px) and (max-width: 1199px) {
.detail_block_price .discount_price {
    font-size: 27px;
    padding-right: 0;
}
.detail_block_price .old_price {
    font-size: 17px;
    padding-right: 0;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.detail_block_price .discount_price {
    font-size: 19px;
    line-height: 28px;
    padding-right: 0;
}
.detail_block_price .old_price {
    font-size: 14px;
    line-height: 18px;
    padding-right: 0;
}
a.btn_add_basket,
a.btn_add_wish {
    font-size: 12px;
    line-height: 30px;
    height: 30px;
}
.detail_block_title .block_title_share {
    display: none;
}
.detail_block_title .block_title_list {
    width: 70px;
    position: relative;
    left: -15px;
}
}
@media (max-width: 767px) {

}

/*End style detail blog price*/



/*Style detail blog book call*/
.detail_block_back_call {
    max-width: 375px;
}
.detail_block_back_call .wrap_back_call{
    border: 1px solid #cccccc;
    background: #ffffff;
    padding: 9px 2px 8px 4px;
}
.wrap_back_call .title {
    font-family: 'Times New Roman', Arial, regular;
    font-size: 15px;
    color: #001f38;
    text-align: center;
    text-transform: uppercase;  
    margin-bottom: 2px;
}
.wrap_back_call label {
    font-family: 'Times New Roman';
    font-size: 12px;
    line-height: 25px;
    color: #6c727d;
}
.wrap_back_call input[type=text],
.wrap_back_call input[type=text]:focus {
    font-family: 'Times New Roman';
    font-size: 14px;
    line-height: 25px;
    height: 25px;
    color: #33363b;
    background: #f6f6f6;
    border: 1px solid #cfd3da;
    max-width: 98%;
    border-radius: 0;
    box-shadow: none;
    padding: 0 1%;
}
@media (min-width: 1200px){
.wrap_back_call input[type=text],
.wrap_back_call input[type=text]:focus {
    width: 133px;
}
}
.detail_block_back_call .wrap_input {
    margin-top: 6px;
    width: 100%;
    max-width: 230px;
}
.detail_block_back_call .wrap_input input[type="submit"] {
    font-family: 'ProximaNova', Arial, regular;
    font-size: 15px;
    color: #fff;
    border: none;
    line-height: 38px;
    height: 38px;
    width: 100%;
    background-color: #052640;
    text-transform: uppercase;
}
.detail_block_back_call .wrap_input input[type="submit"]:hover {
    background-color: #0c3657;
}
@media (min-width: 992px) and (max-width: 1199px) {
.wrap_back_call input[type=text],
.wrap_back_call input[type=text]:focus {
    width: 100%;
    max-width: 100%;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.detail_block_back_call .wrap_input input[type="submit"] {
    font-size: 12px;
}
.wrap_back_call .title {
    font-size: 11px;    
}
}
@media (max-width: 767px) {
.detail_block_back_call {
    margin-top: 10px;
    margin-bottom: 10px;
}
.detail_block_back_call .wrap_input {
    margin: 0 auto;
    margin-top: 6px;
}
}
/*End style detail blog book call*/



/*Style detail blog property*/
.detail_block_property {
    font-family: 'Times New Roman';
    font-size: 14px;
    line-height: 14px;
    font-weight: normal;
    font-style: normal;
    color: #6c727d;
    margin-right: 9px;
    max-width: 375px;
}
.detail_block_brand,
.detail_prop,
.detail_sect,
.detail_color,
.detail_size,
.wrap_table_size {
    padding-left: 15px;
    padding-right: 15px;
}
.detail_block_brand {
    min-height: 59px;
    margin-bottom: 10px;
    text-align: center;
}
.detail_block_brand a {
    display: block;
    position: relative;
}
.detail_block_brand a img {
    margin: 0 auto;
}
@media (min-width: 1200px) {
.detail_block_brand a .img_hover {
    background: none repeat scroll 0 0 #fff;
    display: none;
    height: 100%;
    left: 0;
    opacity: 0.5;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 2;
}
.detail_block_brand a:hover .img_hover {
    display: block;
    opacity: 0.3;
}
}
.detail_sect {
   margin-bottom: 20px;
}
.detail_sect a {
    margin-top: 5px;
    color: #6c727d;
    display: block;
    font-size: 14px;
}
.detail_prop {
    margin-bottom: 20px;
}
.js_detail_prop_block {
    border: 1px solid #cfd3da                                
}
.detail_prop span {
    display: block;
    margin-top: 5px;
    color: #6c727d
}
.detail_prop .black {
    color: #000;
    display: inline;
    color: #33363b
}

.detail_color {
    padding-top: 15px;
}
.detail_size {
    padding-top: 10px;
    padding-bottom: 10px;
}
.detail_prop_title {
    display: block;
    margin-bottom: 5px;
    color: #6c727d;
}

.detail_color ul,
.detail_size ul {
    margin: 0px;
    display: inline-block;
}
.detail_color ul li,
.detail_size ul li {
    float: left;
    padding: 1px;
    border: 1px solid transparent;
    display: inline-block;
    min-width: 28px;
    height: 28px;
    line-height: 28px;
    margin: 2px 2px;
    position: relative;
}
.detail_color ul li.color_img {
    height: auto;
    width: auto;
}
.detail_color ul > li > span,
.detail_size ul > li > span {
    display: block;
    width: 100%;
    height: 100%;
    color: #797979;
    font-family: 'Times New Roman';
    font-size: 14px;
    line-height: 26px;
    text-align: center;
    cursor: pointer;
}
.detail_size ul > li > span {
    padding: 0px 3px;
}
.detail_color ul > li > span {
    box-shadow: inset 0px 0px 1px 0px #c0c1c2;
    -webkit-box-shadow: inset 0px 0px 1px 0px #c0c1c2;
    -moz-box-shadow: inset 0px 0px 1px 0px #c0c1c2;
}
.detail_color ul li span {
    border: 1px solid #b8b8ba;
}
.detail_color ul li:hover,
.detail_color ul li.li-active {
    border: 1px solid #7b7b7b;
}
.detail_size ul li {
    border: 1px solid #7b7b7b;
}
.detail_size ul li:hover,
.detail_size ul li.li-active {
    border: 1px solid #000;
    background-color: #000;
}
.detail_size ul li:hover > span,
.detail_size ul li.li-active > span {
    text-decoration: none;
    color: #fff;
}

.detail_color ul li.li-disable,
.detail_size ul li.li-disable {
    border: 1px solid #e2e2e2;
    background-color: transparent;
}
.detail_color ul li.li-disable:before,
.detail_size ul li.li-disable:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: url("../img/detail_color_size_disable.png") 0 0 repeat;
    position: absolute;
    top: 0px;
    left: 0px;
}
.detail_color ul li.li-disable span,
.detail_size ul li.li-disable span {
    color: #d4d4d4;
    cursor: default;
}
.wrap_table_size {
    text-align: right;
    margin-bottom: 10px;
}
.wrap_table_size .table_size {
    font-family: 'Times New Roman';
    font-size: 14px;
    line-height: 16px;
    color: #6c727d;
}

/*START REVIEWS*/
	.add-comments .spoiler-input{background:#052640!important;font-family: 'ProximaNova', Arial, regular!important;}
	.add-comments .spoiler{background:#052640!important;border:1px solid #052640!important;}
	#comments-body .add-check-error{color:#001f38!important;}
	.item .add-comments .spoiler-input{background:#FFF!important;color:#052640!important;border-bottom:1px dotted #052640!important;}
	.item .add-comments .spoiler{background:#FFF!important;border:none!important;}
	.add-questions .spoiler-input{background:#052640!important;font-family: 'ProximaNova', Arial, regular!important;}
	.add-questions .spoiler{background:#052640!important;border:1px solid #052640!important;}
#questions-body .spoiler_body p.add-check-error{color:#001f38!important;}
.add-reviews .spoiler-input{background:#052640!important;font-family: 'ProximaNova', Arial, regular!important;}
.add-reviews .spoiler{background:#052640!important;border:1px solid #052640!important;}
.spoiler-reviews-body .review-add-title{color:#001f38!important;}
.spoiler-reviews-body .add-check-error{color:#001f38!important;}
.spoiler-reviews-body .not-buy-error{color:#001f38!important;}
#custom-options-select-sort li:hover{
	color:#001f38!important;
}
#custom-options-select-rating li:hover span.uni-stars{
    color:#001f37!important;
}
#reviews-body #filter-pagination button.current{color:#001f37!important;}
 #reviews-statistics h3{color:#001f38!important;}
 #reviews-statistics .reviews-scale-full{background:#001f38!important;}
 
 .add-comments .auth-error{color:#001f38!important;}
 .add-questions .auth-error{color:#001f38!important;}
.add-reviews .auth-error{color:#001f38!important;}
/*END REVIEWS*/

@media (min-width: 992px) and (max-width: 1199px) {
.detail_block_property {
    margin-right: 0px;
}
.detail_block_brand,
.detail_prop,
.detail_sect,
.detail_color,
.detail_size,
.wrap_table_size {
    padding-left: 10px;
    padding-right: 10px;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.detail_block_property {
    margin-right: 0px;
    max-width: 220px;
}
.detail_block_brand,
.detail_prop,
.detail_sect,
.detail_color,
.detail_size,
.wrap_table_size {
    padding-left: 10px;
    padding-right: 10px;
}
}
@media (max-width: 767px) {
.detail_block_property {
    margin-right: 0px;
}
.wrap_table_size {
    margin-bottom: 15px;

}
}
/*End style detail blog property*/
/*Style detail blog buy*/

/*Style setail block service*/
.detail_block_service {
    display: inline-block;
    width: 100%;
    margin-bottom: 42px;
}
.detail_block_service .item {
    width: 22%;
    float: left;
    margin: 0 1%;
    text-align: center;
}
.detail_block_service .item img {
    margin: 0 auto;
    margin-bottom: 10px;
}
.detail_block_service .item a,
.detail_block_service .item span {
    text-transform: uppercase;
    font-family: 'ProximaNova';
    font-size: 14px;
    line-height: 18px;
    text-decoration: none;
    display: block;
    color: #6c727d;
}
@media (min-width: 992px) and (max-width: 1199px) {
.detail_block_service {
    margin-bottom: 32px;
}
.detail_block_service .item a,
.detail_block_service .item span {
    font-size: 12px;
    line-height: 16px;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.detail_block_service {
    margin-bottom: 25px;
}
.detail_block_service .item a,
.detail_block_service .item span {
    font-size: 12px;
    line-height: 16px;
}
}
@media (max-width: 767px) {
.detail_block_service {
   display: none;
}
}
/*End style detail block service*/


/*Style for detail description*/
.detail_description {
    margin: 0 6px 0 6px;
    padding: 16px 2% 1px 4%;
}
@media (max-width: 767px) {
.detail_description {
    margin: 0;
}
}
.description_block {
    margin-bottom: 14px;
}

.description_title {
    padding: 4px;
    cursor: pointer;
}
.description_block .description_title_in {
    font-family: 'Times New Roman', Arial, regular;
    font-size: 18px;
    font-weight: normal;
    background: url("../img/mister_left_block_li_icon_close.png") 96% 12px no-repeat #fff;
    border: 1px solid #cfd3da;
    line-height: 35px;
    color: #001f38;
    padding: 0 10px;
}
.description_block.block_open .description_title_in {
    background: url("../img/mister_left_block_li_icon.png") 96% 14px no-repeat #fff;
}
.description_title_in span {
    display: inline-block;
    position: relative;
}

.description_content {
    font-family: 'Times New Roman';
    font-size: 14px;
    margin: 10px 5px 0px 15px;
    color: #6c727d
}
.description_content .desc_prop {
    margin-bottom: 0px;
    color: #6c727d;
    font-size: 14px;
}
.description_content .desc_prop span {
    color: #33363b;
    font-size: 14px;
}

/*End detail descritrion*/



/*Style detail right*/
.detail_page {

}
.detail_page_wrap {
    margin-bottom: 20px;
}
.detail-right-block {
   margin-bottom: 20px;
   display: inline-block;
   min-width: 100%;
}
.detail-right-block .title{
    text-transform: uppercase;
    font-family: 'Times New Roman';
    font-size: 17px;
    line-height: 24px;
    padding: 9px 4px 7px 4px;
    font-weight: normal;
    margin: 0 0 10px 9px;
    color: #001f38;
    text-align: center;
    border: 1px solid #cfd3da;
}
.detail-right-block ul.block-picture {
    margin: 0;
}
.detail-right-block .block-picture li{
    list-style: none;
    float: left;
    width: 50%;
    margin-bottom: 9px;
    padding-left: 9px;
}
.detail-right-block .block-picture a{
    display: block;
    position: relative;
    overflow: hidden;
}
.detail-right-block .block-picture a img{
    border: 1px solid #f4f4f4;
}
.detail-right-block .picture-descript {
    position: absolute;
    width: 100%;
    bottom: -100%;
    left: 0;
    background: url(../img/miss_modal_basket_item_a_bg.png) repeat 0 0;
    padding: 3px;
    border: 1px solid #d6dadf;
    display: none;
}
.picture-descript .picture-descript-in {
    background: url(../img/mister_detail_carry_pic_bg.png.png) repeat 0 0;
    width: 100%;
    display: block;
    text-align: center;
}
.picture-descript .picture-descript-in .name,
.picture-descript .picture-descript-in .price {
    font-family: 'Times New Roman';
    font-weight: normal;
    font-size: 12px;
    line-height: 14px;
    color: #6c727d;
    display: block;
    margin-bottom: 5px;
}
.picture-descript .picture-descript-in .price {
    font-size: 14px;
    color: #33363b;
    margin-bottom: 10px;
}
@media (min-width: 1200px){
.detail-right-block .picture-descript {
    display: block;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
.detail-right-block .title{
    font-size: 15px;
    line-height: 22px;
    padding: 9px 4px 7px 4px;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.detail-right-block .title{
    font-size: 12px;
    line-height: 18px;
    padding: 6px 1px 4px 1px;
}
}
@media (min-width: 480px) and (max-width: 767px) {
.detail-right-block-wrap {
    margin-top: 10px;
}
.detail-right-block .block-picture li{
    width: 30%;
}
}
@media (max-width: 479px) {
.detail-right-block-wrap {
    margin-top: 10px;
}
.detail-right-block .block-picture li{
    width: 50%;
}
}
/*End style detail right*/



/*Style detail bottom wrap*/
.detail_bottom_wrap {
    border-top: 1px solid #cfd3da;
    border-bottom: 1px solid #cfd3da;
    background-color: #f6f6f6;
    padding-top: 5px;
}
.detail_bottom_wrap .container {
    min-height: 100px;
}
.block_similar_goods {
    margin: 40px 0;
}
.block_similar_goods .block_similar_title {
    text-transform: uppercase;
    font-family: 'Times New Roman';
    font-size: 15px;
    font-weight: normal;
    margin-bottom: 15px;
    color: #001f38
}
.wrap_block_similar_in {
    margin: 0 10px 0 8px;
    overflow: hidden;
}
.block_similar_in {
    width: 100%;
    display: inline-block;
}
.block_similar_in.js_slider_6 {
    width: 1000%;
}
.block_similar_in .item {
    margin: 0 5px;
    text-align: center;
    float: left;
}
.block_similar_in .item a {
   display: block;
   margin: 0 auto;
}
.block_similar_in .item a img {
   margin: 0 auto;
   border: 1px solid #A0A0A0;
}
.block_similar_in .owl-next,
.block_similar_in .owl-prev {
    position: absolute;
    width: 10px;
    height: 100%;
    top: 0;
}
.block_similar_in .owl-prev {
    background: url(../img/miss_detail_js_slider_ar_l.png) 0 47% no-repeat;
    left: 0;
}
.block_similar_in .owl-next {
    background: url(../img/miss_detail_js_slider_ar_r.png) right 47% no-repeat;
    right: 0;
}
.detail_block_banner {
    padding-left: 9px;
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: center;
}
.detail_block_banner a {
    display: block;
}
.detail_block_banner a img {
    margin: 0 auto;
}
@media (min-width: 768px) and (max-width: 991px) {
.block_similar_goods .block_similar_title {
    font-size: 15px;
    margin-bottom: 10px;
}
}
/*End style detail bottom wrap*/
/*End style for inner detail catalog page*/






/*Style page brand list*/
.brand_list {
    padding: 0 9px;
}
.brand_list .brand_cart_wrap {
    display: block;
    text-decoration: none;
    margin-bottom: 25px;
}
.brand_list .brand_cart {
    width: 100%;
    padding: 4px;
    background: #fff;
    margin-bottom: 15px;
    display: block;
    border: 1px solid #9d9d9d
}
.brand_list .brand_cart .brand_cart_inner {
    height: 155px;
    line-height: 155px;
    text-align: center;
    display: block;
}
.brand_list .brand_cart .brand_cart_inner img {
    display: inline-block;
}
.brand_list .brand_name {
    font-family: 'Times New Roman',Arial,sans-serif;
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    padding: 0 8px;
    text-align: center;
    color: #33363b;
    display: block;
}


@media (min-width: 992px) and (max-width: 1199px) {
.brand_list .brand_cart_wrap {
    margin-bottom: 20px;
}
.brand_list .brand_cart .brand_cart_inner {
    height: 122px;
    line-height: 122px;
}

}
@media (min-width: 768px) and (max-width: 991px) {
.brand_list .brand_cart {
    margin-bottom: 10px;
}
.brand_list .brand_cart_wrap {
    margin-bottom: 15px;
}
.brand_list .brand_cart .brand_cart_inner {
    height: 83px;
    line-height: 83px;
}
.brand_list .brand_name {
    font-size: 14px;
    padding: 0 4px;
}
}
@media (max-width: 767px) {
.brand_list {
    padding: 0 15px;
}
.brand_list .brand_cart {
    margin-bottom: 10px;
}
.brand_list .brand_cart_wrap {
    margin-bottom: 15px;
}
.brand_list .brand_cart .brand_cart_inner {
    height: 122px;
    line-height: 122px;
}
}
@media (max-width: 479px) {
.brand_list .brand_cart .brand_cart_inner {
    height: 100px;
    line-height: 100px;
}
}
/*Style brand pagination*/
.wrap_brand_pagination {
    display: block;
    text-align: center;
    width: 100%;
    position: relative;
    padding-bottom: 25px;
}
.wrap_brand_pagination .brand_pagination {
    width: auto;
    display: inline-block;
}
.brand_pagination .navig_previous,
.brand_pagination .navig_next {
    padding: 0 6px;
}
.brand_pagination ul {
    position: relative;
    z-index: 10;
    margin: 0;
}
.brand_pagination ul li {
    float: left;
    list-style: none;
    padding: 0 3px;
    margin: 0 3px;
}
.brand_pagination ul li a {
    font-family: 'ProximaNova', Arial, regular;
    font-size: 20px;
    font-weight: normal;
    color: #9f7f75;
    font-size: 20px;
    text-decoration: none;
}
.brand_pagination ul li span.nav-current-page{
    font-family: 'ProximaNova', Arial, regular;
    font-size: 20px;
    font-weight: normal;
    color: #4d3028;
    cursor: default;
}
.brand_pagination ul li:hover a,
.brand_pagination ul li.bx_active a {
    color: #4d3028;
}
@media (min-width: 992px) and (max-width: 1199px) {

}
@media (min-width: 768px) and (max-width: 991px) {
.brand_pagination ul li a,
.brand_pagination ul li span.nav-current-page {
    font-size: 18px;
}
}
@media (max-width: 767px) {
.wrap_brand_pagination {
    margin-top: 10px;
    padding-bottom: 15px;
}
.brand_pagination .navig_previous,
.brand_pagination .navig_next {
    padding: 0px;
}
.brand_pagination ul li {
    margin: 0 5px;
}
.brand_pagination ul li a,
.brand_pagination ul li span.nav-current-page {
    font-size: 18px;
}
}
/*End style brand pagination*/
/*Ens style page brand list*/






/*Style for basket page*/
/*Style block_order_call*/
.block_order_call {
    border-bottom: 1px solid #cfd3da;
    margin-bottom: 25px;
    padding: 10px 0;
}
.block_order_call h1 {
    line-height: 43px;
    margin: 0;
    color: #001f38;
}
.block_order_call .name_call {
    font-size: 15px;
    font-weight: normal;
    color: #001f38;
    line-height: 43px;
    margin: 0;
    text-align: right;
    text-transform: uppercase;
}

.block_order_call_center {
    border: 1px solid #cfd3da;
    background: #fff;
    height: 43px;
}
.block_order_call_center label {
    color: #6c727d;
    display: inline-block;
    font-family: 'Times New Roman',Arial,sans-serif;
    font-size: 14px;
    line-height: 30px;
    margin-left: 2%;
    margin-top: 6px;
}

.block_order_call_center input[type="text"] {
    background-color: #f6f6f6;
    border: 1px solid #cfd3da;
    border-radius: 0;
    color: #33363b;
    float: right;
    font-family: 'Times New Roman',Arial,sans-serif;
    font-size: 14px;
    height: 30px;
    line-height: 30px;
    margin-right: 2%;
    margin-top: 6px;
    max-width: 270px;
    padding: 0 10px;
    width: 55%;
}
.block_order_call_right {
    padding-left: 15px;
}
.block_order_call_right .wrap_input {
    max-width: 303px;
}
.block_order_call_right .wrap_input input[type="submit"] {
    background: #052640;
    border: medium none;
    border-radius: 0;
    color: #fff;
    display: block;
    font-family: 'ProximaNova',Arial,regular;
    font-size: 17px;
    height: 41px;
    line-height: 41px;
    width: 100%;   
    text-transform: uppercase;
}
.block_order_call_right .wrap_input input[type="submit"]:hover {
    background: #0c3657;
}
@media (min-width: 992px) and (max-width: 1199px) {
.block_order_call_right .wrap_input input[type="submit"] {
    font-size: 15px;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.block_order_call h1 {
    font-size: 19px;
    line-height: 20px;
}
.block_order_call .name_call {
    font-size: 16px;
    line-height: 20px;
    margin-top: 2px;
}
.block_order_call_center label {
    font-size: 13px;
}
.block_order_call_right .wrap_input input[type="submit"] {
    font-size: 16px;
}
.block_order_call_center input[type="text"] {
    width: 45%;
}
}
@media (max-width: 767px) {
.block_order_call {
    border-bottom: none;
    margin-left: 15px;
    margin-right: 15px;
    padding-left: 0;
    padding-right: 0;
}
.block_order_call .name_call {
    text-align: center;
    font-size: 18px;
    margin-top: 10px;
}
.block_order_call_right {
    padding: 9px 0 0 0;
    margin-top: 7px;
    background: none;
}
.block_order_call_right .wrap_input {
    margin: 0 auto;
}
.block_order_call_center input[type="text"] {
    width: 45%;
}
}
/*End style block_order_call*/

/*Style block sort*/
.sort_container {

}
.sort_container .wrap_btn {
    background: #f6f6f6;
    display: inline-block;
    padding: 8px;
}
.sort_container .wrap_btn .button {
    font-family: 'Times New Roman',Arial,sans-serif;
    font-size: 15px;
    color: #33363b;
    font-weight: normal;
    display: inline-block;
    text-transform: uppercase;
    text-decoration: none;
    padding: 0 13px;
    height: 37px;
    line-height: 35px;
    margin: 0 1px;
    border: 1px solid transparent;
}
.sort_container .wrap_btn .button:hover,
.sort_container .wrap_btn .button.active {
    border: 1px solid #c9c8c8;
    background: #fff;
}
/*End style block sort*/

/*Style block basket*/
.block_basket {

}
.block_basket .div_table {
    margin-bottom: 15px;
}
.block_basket .div_table_header {
    font-family: 'Times New Roman',Arial,sans-serif;
    font-size: 15px;
    font-weight: normal;
    height: 46px;
    line-height: 46px;
    color: #6c727d;
    margin-bottom: 16px;
    text-transform: uppercase;
}
.block_basket .div_table_header .first_name {
    padding-left: 9px;
}

.block_basket .div_table_header .row {
    background: #f6f6f6;
}

.basket_item > .row > .col-sm-4 {
    padding-left: 0px;
}


.basket_item,
.basket_item a,
.basket_item p {
    font-family: 'Times New Roman',Arial,sans-serif;
    font-size: 14px;
}
.basket_item .row.divider {
    background: none;
}
.basket_item .row.divider span{
    background: #d1d4db;
    height: 1px;
    margin: 15px 0;
    display: block;
}
.basket_item img {
    border: 1px solid #f6f6f6;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}
.basket_item .wrap_title {
    min-height: 70px;
}
.basket_item .item_name {
    font-family: 'Times New Roman',Arial,sans-serif;
    font-size: 17px;
    color: #000000;
    text-decoration: none;
    margin-bottom: 0px;
    display: block;
    padding-top: 2px;
}
.basket_item .item_name a {
    font-size: 17px;
    color: #000000;
    text-decoration: none;
}
.basket_item .item_name a:hover,
.basket_item .item_name a:focus {
    color: #a86e6d;
}
.basket_item .item_second_name {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 15px;
    margin-bottom: 4px;
    margin-top: 0;
    color: #000000;
    text-decoration: none;
}
.basket_item .item_second_name a {
    font-size: 12px;
    color: #000000;
    text-decoration: none;
}
.basket_item .item_second_name a:hover,
.basket_item .item_second_name a:focus {
    text-decoration: underline;
}
.basket_item .item_prop {
    margin-bottom: 10px;
}
.basket_item .item_prop p {
    color: #797979;
    margin-bottom: 3px;
}
.basket_item .item_prop p .black{
    color: #000;
}
.basket_item .item_prop .detail_color,
.basket_item .item_prop .detail_size {
    background: none;
    padding: 0;
}
.basket_item .item_prop p.item_prop_color {
    line-height: 23px;
    margin-bottom: 2px;
    display: inline-block;
    width: 100%;
}
.basket_item .item_prop p.item_prop_color span.text {
    float: left;
    display: inline-block;
    margin-right: 3px;
}
.basket_item .item_prop p.item_prop_color span.color {
    display: inline-block;
    width: 23px;
    height: 23px;
    border-radius: 2px;
}
.basket_item .wrap_input,
.basket_item .wrap_price,
.basket_item .count_item,
.basket_item .wrap_del_change  {
    margin-top: 40px;
}
.basket_item .wrap_input {
    border: 1px solid #cfd3da;
    background: #fff;
    display: inline-block;
    padding: 4px 4px 3px 4px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.basket_item .wrap_input.input_delayed {
    border: none;
    background: none;
    margin-left: 25%;
}

.basket_item .wrap_input .basket_item_input {
    outline: none;
    border: none;
    width: 26px;
    height: 15px;
    line-height: 15px;
    text-align: center;
    padding: 0 2px;
    border-radius: 0;
    color: #33363b;
}
.basket_item .wrap_input .minus,
.basket_item .wrap_input .plus {
    font-family: 'Times New Roman',Arial,sans-serif;
    font-size: 14px;
    background: #c5cad2;
    color: #33363b;
    width: 12px;
    height: 13px;
    display: inline-block;
    cursor: pointer;
    border-radius: 1px;
    text-align: center;
    line-height: 13px;
}
.basket_item .wrap_input .minus::selection,
.basket_item .wrap_input .plus::selection  {
    background: none;
}
.basket_item .wrap_input .minus::-moz-selection,
.basket_item .wrap_input .plus::-moz-selection  {
    background: none;
}
.basket_item .wrap_price {
    display: inline-block;
}
.basket_item .item_price {
    font-family: 'Times New Roman', Arial, Helvetica, sans-serif;
    font-size: 16px;
    color: #33363b;
    display: block;
    text-align: right;
    margin-bottom: 0px;
}
.basket_item .item_old_price {
    font-family: 'Times New Roman',Arial, Helvetica, sans-serif;
    color: #bababa;
    text-decoration: line-through;
    text-align: right;
    margin-bottom: 0px;
}
.basket_item .count_item {
    font-family: 'Times New Roman', Arial, Helvetica, sans-serif;
    font-size: 16px;
    color: #d44343;
    display: block;
    margin-top: 40px;
}
.basket_item .cart-change-item,
.basket_item .cart-delete-item {
    color: #6c727d;
}
.basket_item .cart-change-item a,
.basket_item .cart-delete-item a{
    color: #6c727d;
    text-decoration: none;
    border-bottom: 1px dashed #6c727d;
}
.basket_item .cart-change-item a:hover,
.basket_item .cart-delete-item a:hover {
    border-bottom: none;
}
.basket_item .mobile_title {
    font-weight: bold;
    display: none;
    margin-top: 10px;
    padding-bottom: 5px;
}


@media (min-width: 992px) and (max-width: 1199px) {

   
}
@media (min-width: 768px) and (max-width: 991px) {
.basket_item,
.basket_item a,
.basket_item p {
    font-size: 13px;
}
.basket_item .item_name,
.basket_item .item_name a  {
    font-size: 15px;
}
.basket_item .item_second_name,
.basket_item .item_second_name a  {
    font-size: 11px;
}
.basket_item .item_price,
.basket_item .count_item {
    font-size: 15px;
}
.basket_item .wrap_input.input_delayed {
    margin-left: 35%;
}
}
@media (max-width: 767px) {
.basket_item {
    margin: 0 15px;
}
.block_basket .div_table {
    margin-bottom: 15px;
}
.basket_item_img {
    margin-bottom: 10px;
    margin-top: 10px;
    display: block;
}
.basket_item .wrap_input,
.basket_item .wrap_price,
.basket_item .count_item,
.basket_item .wrap_del_change  {
    margin-top: 0px;
}
.basket_item .wrap_input {
    width: 80px;
}
.basket_item .wrap_input .basket_item_input {
    width: 36px;
}
.basket_item .wrap_del_change {
    margin-top: 20px;
    margin-bottom: 20px;
}

.div_table_body .basket_item .mobile_title {
    display: block;
}
.div_table_body .basket_item .cart-delete-item {
    margin-top: 10px;
}
.block_basket .div_table_header {
    display: none;
}
.basket_item .wrap_input.input_delayed {
    margin-left: 0%;
}
}
/*End style block basket*/


/*Style for block basket_count*/
.block_basket_count_wrap {
    background: #f6f6f6;
    padding: 15px 20px;
    margin-bottom: 40px;
}
.block_basket_count {
    background: #fff;
    border: 1px solid #cfd3da;
    padding: 14px 2% 14px 2%;
}
.block_basket_count .back_catalog {
    font-family: 'Times New Roman',Arial,sans-serif;
    font-size: 14px;
    color: #33363b;
    height: 30px;
    line-height: 30px;
    display: inline-block;
}
.block_basket_count .block_promo_title {
    font-family: 'Times New Roman',Arial,sans-serif;
    font-size: 17px;
    color: #6c727d;
    height: 30px;
    line-height: 30px;
    text-align: right;
    display: block;
}
.block_basket_count .input_coupon {
    background-color: #f6f6f6;
    border: 1px solid #cfd3da;
    border-radius: 0;
    color: #33363b;
    font-family: 'Times New Roman',Arial,sans-serif;
    font-size: 16px;
    height: 30px;
    padding: 0 5px;
    width: 100%;
}
.block_basket_count .input_coupon.success {
    border-color: #01d3a3;
    box-shadow:  0px 0px 2px 0px #01d3a3;
    -webkit-box-shadow:  0px 0px 2px 0px #01d3a3;
    -moz-box-shadow:  0px 0px 2px 0px #01d3a3;        
}
.block_basket_count .input_coupon.error {
    border-color: #ef0909;
    box-shadow:  0px 0px 2px 0px #ef0909;
    -webkit-box-shadow:  0px 0px 2px 0px #ef0909;
    -moz-box-shadow:  0px 0px 2px 0px #ef0909;       
}
.block_basket_count .basket_refresh {
    font-family: 'ProximaNova',Arial,regular;
    font-size: 15px;
    color: #fff;
    background-color: #052640;
    border: none;
    height: 30px;
    line-height: 30px;
    width: 100%;
    border-radius: 0;
    text-transform: uppercase;
}
.block_basket_count .basket_refresh:hover {
    background-color: #0c3657;    
}
.block_basket_count .basket_count {
    font-family: 'Times New Roman',Arial,sans-serif;
    font-size: 20px;
    color: #33363b;
    margin: 0;
    text-align: right;
    height: 30px;
    line-height: 30px;
}
.block_basket_count .basket_count span {
    font-size: 25px;
    color: #d44343;
}
@media (min-width: 992px) and (max-width: 1199px) {
.block_basket_count .block_promo_title {
    font-size: 16px;
}
.block_basket_count .input_coupon {
    font-size: 15px;
}
.block_basket_count .basket_refresh {
    font-size: 14px;
}
.block_basket_count .basket_count {
    font-size: 18px;
}
.block_basket_count .basket_count span {
    font-size: 23px;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.block_basket_count .back_catalog {
    font-size: 15px;
}
.block_basket_count .block_promo_title {
    font-size: 13px;
}
.block_basket_count .input_coupon {
    font-size: 14px;
}
.block_basket_count .basket_refresh {
    font-size: 11px;
}
.block_basket_count .basket_count {
    font-size: 16px;
}
.block_basket_count .basket_count span {
    font-size: 18px;
}
}
@media (max-width: 767px) {
.block_basket_count .back_catalog {
    margin-bottom: 10px;
}
.block_basket_count .block_promo_title {
    text-align: left;
}
.block_basket_count .input_coupon {
   margin-bottom: 15px;
}
.block_basket_count .basket_refresh {

}
.block_basket_count .basket_count {
    text-align: left;
    margin-bottom: 20px;
}
.block_basket_count .basket_count span {

}
}
/*End style for block basket_count*/

/*Style btn basket_order*/
.wrap_basket_order {
    text-align: right;
    margin-bottom: 30px;
}
.wrap_basket_order .basket_order_btn {
    font-family: 'ProximaNova',Arial,regular;
    font-size: 19px;
    color: #ffffff;
    padding: 6px 20px 7px 20px;
    border: none;
    background: #052640;
    display: inline-block;
    text-decoration: none;
    border-radius: 0px;
    position: relative;
    text-transform: uppercase;
}
.wrap_basket_order .basket_order_btn:hover,
.wrap_basket_order .basket_order_btn:focus {
    background: #0c3756;
}
@media (min-width: 992px) and (max-width: 1199px) {
.wrap_basket_order .basket_order_btn {
    font-size: 16px;
    margin-right: 5px;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.wrap_basket_order .basket_order_btn {
    font-size: 15px;
    margin-right: 20px;
}
}
@media (max-width: 767px) {
.wrap_basket_order {
  text-align: center;
}
.wrap_basket_order .basket_order_btn {
    font-size: 16px;
}
}
/*End style btn basket_order*/


.block_order .section {
    background: #f6f6f6;
    padding: 16px 26px 30px 26px;
    margin-bottom: 35px;
}
.block_order .section .section_title {
    background: url("../img/miss_bg_dfbebe_modal_block.png") 0 0 repeat;
    padding: 4px 0;
    cursor: pointer;
    margin-bottom: 18px;
}
.block_order .section .section_title_in {
    font-family: 'Times New Roman', Arial, regular;
    font-size: 15px;
    font-weight: normal;
    background: #fff;
    border: 1px solid #cfd3da;
    line-height: 35px;
    color: #001f38;
    padding: 0 10px;
    text-transform: uppercase;
}
.block_order .section .section_title_in span {
    display: inline-block;
    position: relative;
}

.block_order .order_props_title {
    font-family: 'Times New Roman',Arial,sans-serif;
    font-size: 17px;
    color: #001f38;
    text-transform: uppercase;
    padding-left: 26px;
    margin-bottom: 15px;
}

/*Style block_buyer*/
.block_buyer .wrap_field {
    margin-bottom: 10px;
}
.block_buyer .sale_order_props .field_name {
    color: #33363b;
    font-family: 'Times New Roman',Arial,sans-serif;
    font-size: 14px;
    line-height: 32px;
    display: block;
}
.block_buyer .sale_order_props input, .block_buyer .sale_order_props textarea {
    font-family: 'Times New Roman',Arial,sans-serif;
    font-size: 16px;
    color: #6c727d;
    border: 1px solid #d7dae0;
    padding: 5px 4%;
    height: 32px;
    line-height: 22px;
    outline: medium none;
    width: 100%;
    border-radius: 0;
    box-shadow: none;
}
.block_buyer .sale_order_props textarea {
    height: 60px;
    resize: none;
    line-height: 20px;
}
@media (min-width: 992px) and (max-width: 1199px) {

}
@media (min-width: 768px) and (max-width: 991px) {
.block_buyer .sale_order_props .field_name {
    font-size: 13px;
}
.block_buyer .sale_order_props input, .block_buyer .sale_order_props textarea {
    font-size: 14px;
}
}
@media (max-width: 767px) {

}
/*End style block_buyer*/


/*Style block order_comment*/
.order_comment textarea {
    font-family: 'Times New Roman',Arial,sans-serif;
    font-size: 16px;
    line-height: 20px;
    color: #6c727d;
    border: 1px solid #d7dae0;
    width: 100%;
    resize: none;
    padding: 15px 4%;
    height: 250px;
    position: relative;
    display: block;
    margin-bottom: 10px;
    border-radius: 0;
    outline: medium none;
}
/*End style order_comment*/

/*Style for block order count*/
.wrap_order_count {
    background: #f8f8f8;
    padding: 16px 6px 16px 6px;
    margin-bottom: 30px;
}
.wrap_order_count .order_count_title {
    font-family: 'Times New Roman',Arial,sans-serif;;
    font-size: 24px;
    font-weight: normal;
    color: #001f38;
    margin-top: 15px;
    text-align: center;
    text-transform: uppercase;
}
.wrap_order_count .block_order_count {
    border: 1px solid #cfd3da;
    padding: 3% 4%;
    background: #fff;
}
.wrap_order_count .block_order_count p {
    font-family: 'Times New Roman',Arial,sans-serif;
    font-size: 14px;
    color: #6c727d;
}
.wrap_order_count .block_order_count p b {
    color: #33363b;
}
.wrap_order_count .block_order_count span {
    display: block;
}
.wrap_order_count .block_order_count .order_prop_price b {
    color: #d44343;
}
@media (min-width: 992px) and (max-width: 1199px) {
.wrap_order_count .order_count_title {
    font-size: 25px;
}
.wrap_order_count .block_order_count p {
    font-size: 13px;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.wrap_order_count .order_count_title {
    font-size: 23px;
}
.wrap_order_count .block_order_count p {
    font-size: 12px;
}
}
@media (max-width: 767px) {
.wrap_order_count {
    padding-top: 5px;
    margin-bottom: 30px;
}
.wrap_order_count .order_count_title {
    margin-top: 0px;
    text-align: left;
}
}
/*End style for block order count*/

/*Style for order_send_btn*/
.wrap_order_send_btn {
    text-align: right;
    margin-bottom: 30px;
    position: relative;
    margin-top: 27px;
}
.wrap_order_send_btn input[type=submit] {
    font-family: 'ProximaNova',Arial,regular;
    font-size: 19px;
    color: #ffffff;
    padding: 6px 20px 7px 20px;
    display: inline-block;
    text-decoration: none;
    border-radius: 0px;
    border: none;
    outline: none;
    position: relative;
    background: #052640;
    width: 90%;
    text-transform: uppercase;
}
.wrap_order_send_btn input[type=submit]:hover,
.wrap_order_send_btn input[type=submit]:focus {
    background: #0c3756;
}
@media (min-width: 992px) and (max-width: 1199px) {
.wrap_order_send_btn {
    font-size: 20px;
    margin-right: 5px;
}
.wrap_order_send_btn input[type=submit] {
    font-size: 16px;
    margin-right: 5px;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.wrap_order_send_btn {
    margin-right: 20px;
}
.wrap_order_send_btn input[type=submit] {
    font-size: 13px;
    width: 100%;
}
}
@media (max-width: 767px) {
.wrap_order_send_btn {
    text-align: right;
    width: 90%;
}
}
/*End style for order_send_btn*/

/*Style wrap section close part*/
.wrap_section .close_block {
    display: none;
}
.wrap_section .wrap_block_btn {
    display: inline-block;
    width: 100%;
    margin-top: 5px;
}

.wrap_section .wrap_block_btn .display_close_block {
    cursor: pointer;
    float: right;
    background: url("../img/miss_bg_dfbebe_modal_block.png") 0 0 repeat;
    padding: 3px;
    cursor: pointer;
    max-width: 186px;
    width: 47%;   
}
.wrap_section .wrap_block_btn .display_close_block span {
    font-family: 'ProximaNova', Arial, regular;
    font-size: 15px;
    font-weight: normal;
    background: #fff;
    border: 1px solid #cfd3da;
    color: #6c727d;
    padding: 0 10px;
    display: block;
    text-align: center; 
    text-transform: uppercase;
       
}
.wrap_section .wrap_block_btn .display_close_block.close .second {
    display: none;
}
.wrap_section .wrap_block_btn .display_close_block.open .first {
    display: none;
}

/*End style wrap section close part*/

/*Style block_delivery*/
.wrap_item_payment {
   position: relative;
}
.wrap_item_payment input {
    display: none;
}
.wrap_item_payment label {
    border:  1px  solid transparent;
    display: block;
    margin-bottom: 25px;
    padding: 8px 3px 8px 6px;
    cursor: pointer;
    min-height: 83px;
}
.wrap_item_payment label:hover,
.wrap_item_payment label.label-active {
    background: #fff;
    border: 1px solid #a0a0a0;
}
.wrap_item_payment label .block_img{
    text-align: center;
    width: 100%;
    border: 1px solid #7b7b7b;
    background: #fff;
    height: 62px;
    line-height: 62px;
}
.wrap_item_payment label .block_img img {
    display: inline-block;
}
.wrap_item_payment label .block_text .title {
    font-family: 'Times New Roman',Arial,sans-serif;
    font-size: 14px;
    color: #33363b;
    margin-bottom: 5px;
    font-weight: bold;
}
.wrap_item_payment label .block_text .payment_text {
    font-family: 'Times New Roman',Arial,sans-serif;
    font-size: 12px;
    color: #6c727d;
    margin-bottom: 0;
}
.wrap_item_payment label .block_cost {
    padding-top: 15px;
    text-align: right;
}
.wrap_item_payment label .block_cost p {
    font-family: 'Times New Roman',Arial,sans-serif;
    font-size: 14px;
    color: #000000;
    font-weight: bold;
    margin-bottom: 0;
}
.wrap_item_payment label .block_cost a {
    font-family: 'Times New Roman',Arial,sans-serif;
    font-size: 14px;
    color: #000000;
    font-weight: bold;
    margin-bottom: 0;
    display: block;
}
.wrap_item_payment label .block_cost p span{
    font-weight: normal;
}

@media (min-width: 768px) and (max-width: 991px) {
.wrap_section .wrap_block_btn .display_close_block span {
    font-size: 13px;
}
}
@media (max-width: 767px) {

}
/*End style block_delivery*/



/*Style block_delivery*/
.wrap_item_delivery {
   position: relative;
}
.wrap_item_delivery input {
    display: none;
}
.wrap_item_delivery label {
    border:  1px  solid transparent;
    display: block;
    margin-bottom: 25px;
    padding: 10px 3px 6px 3px;
    cursor: pointer;
    min-height: 83px;
}
.wrap_item_delivery label:hover,
.wrap_item_delivery label.label-active {
    background: #fff;
    border: 1px solid #a0a0a0;
}
.wrap_item_delivery label .block_img{
    text-align: center;
    width: 100%;
    padding-top: 15px;
}
.wrap_item_delivery label .block_img img {
    display: inline-block;
}
.wrap_item_delivery label .block_text .title {
    font-family: 'Times New Roman',Arial,sans-serif;
    font-size: 14px;
    color: #33363b;
    margin-bottom: 5px;
    font-weight: bold;
}
.wrap_item_delivery label .block_text .delivery_text {
    font-family: 'Times New Roman',Arial,sans-serif;
    font-size: 12px;
    color: #6c727d;
    margin-bottom: 0;
}
.wrap_item_delivery label .block_cost {
    text-align: right;
}
.wrap_item_delivery label .block_cost p {
    font-family: 'Times New Roman',Arial,sans-serif;
    font-size: 14px;
    color: #33363b;
    font-weight: bold;
    margin-bottom: 0;
}
.wrap_item_delivery label .block_cost a {
    font-family: 'Times New Roman',Arial,sans-serif;
    font-size: 14px;
    color: #000000;
    font-weight: bold;
    margin-bottom: 0;
    display: block;
}
.wrap_item_delivery label .block_cost b {
    display: block;
}
.wrap_item_delivery label .block_cost p span{
    font-weight: normal;
    color: #6c727d;
}
@media (min-width: 992px) and (max-width: 1199px) {
.wrap_item_delivery label .block_cost p {
    font-size: 13px;
}
.wrap_item_delivery label .block_cost a {
    font-size: 13px;
}
}
@media (min-width: 768px) and (max-width: 991px) {

}
@media (max-width: 767px) {

}
/*End style block_delivery*/


/*Style end offer page*/
.order_end {

}
.order_end .wrap_order_number {
    padding: 20px 23px 20px 23px;
    border: 1px solid #cfd3da;
    margin-bottom: 18px
}
.order_end .wrap_order_number p {
    margin-bottom: 0;
}
.order_end .wrap_order_number p span {
    color: #000;
}
.order_end .wrap_personal_link {
    background: #f8f8f8;
    padding: 33px 23px 28px 23px;
    min-height: 108px;
    margin-bottom: 50px;
}
.order_end .wrap_personal_link .personal_text {
    margin-bottom: 0;
    line-height: 35px;
    padding: 5px 0;
}

.order_end .wrap_personal_link .personal_link {
    display: block;
    text-decoration: none;
    max-width: 320px;
}
.order_end .wrap_personal_link .personal_link_in {
    font-family: 'ProximaNova', Arial, regular;
    font-size: 18px;
    font-weight: normal;
    background: #fff;
    border: 1px solid #cfd3da;
    line-height: 35px;
    color: #6c727d;
    padding: 0 10px;
    display: block;
    text-align: center;
}
.order_end .wrap_personal_link .personal_link_in span {
    display: inline-block;
    position: relative;
    display: inline-block;
}
.order_end .wrap_personal_link .personal_link:hover,
.order_end .wrap_personal_link .personal_link:active {
    opacity: 0.7;
}
.order_end .wrap_personal_link .personal_link:hover .personal_link_in,
.order_end .wrap_personal_link .personal_link:active .personal_link_in{

}
.order_end .wrap_personal_desc {
    background: #f4f2e3;
    max-width: 320px;
    min-height: 108px;
    padding: 20px 30px 28px 30px;
    position: relative;
    margin-bottom: 50px;
}
.order_end .wrap_personal_desc .personal_desc {
    margin-bottom: 0;
}
.order_end .wrap_personal_desc .nail_1,
.order_end .wrap_personal_desc .nail_2,
.order_end .wrap_personal_desc .nail_3,
.order_end .wrap_personal_desc .nail_4 {
    position: absolute;
    width: 10px;
    height: 6px;
}
.order_end .wrap_personal_desc .nail_1 {
    left: 11px;
    top: 9px;
    background: url("../img/miss_personal_desc_nail_1.png") 0 0 no-repeat;
}
.order_end .wrap_personal_desc .nail_2 {
    right: 11px;
    top: 9px;
    background: url("../img/miss_personal_desc_nail_2.png") 0 0 no-repeat;
}
.order_end .wrap_personal_desc .nail_3 {
    left: 11px;
    bottom: 9px;
    background: url("../img/miss_personal_desc_nail_3.png") 0 0 no-repeat;
}
.order_end .wrap_personal_desc .nail_4 {
    right: 11px;
    bottom: 9px;
    background: url("../img/miss_personal_desc_nail_4.png") 0 0 no-repeat;
}
.order_end .wrap_order_title {
    padding: 20px 23px 20px 9px;
    border: 1px solid #cfd3da;
    margin-bottom: 0px;
    position:relative;
    z-index: 2;
}
.order_end .wrap_order_title h2 {
    margin-bottom: 0;
}
.order_end .wrap_order_pay {
    background: #f8f8f8;
    padding: 40px 23px 55px 23px;
    margin-bottom: 20px;
    position:relative;
}
.order_end .wrap_order_pay .logo_pay {
    margin-bottom: 20px;
}
.order_end .wrap_order_pay .logo_pay img{
    margin-bottom: 10px;
}
.order_end .wrap_order_pay .wrap_btn_pay {
    margin-top: 20px;
}
.order_end .wrap_order_pay input[type=submit],
.order_end .wrap_order_pay .wrap_btn_pay a {
    font-family: 'ProximaNova',Arial,regular;
    font-size: 18px;
    color: #ffffff;
    padding: 7px 5px 7px 5px;
    display: inline-block;
    text-decoration: none;
    border-radius: 0px;
    border: none;
    outline: none;
    position: relative;
    background: #052640;
    width: 90%;
    max-width: 200px;
}
.order_end .wrap_order_pay .wrap_btn_pay input:hover,
.order_end .wrap_order_pay .wrap_btn_pay input:focus,
.order_end .wrap_order_pay .wrap_btn_pay a:hover,
.order_end .wrap_order_pay .wrap_btn_pay a:focus {
    background: #0c3657;
}
@media (min-width: 992px) and (max-width: 1199px) {
.order_end .wrap_personal_link .personal_text {
    margin-bottom: 0;
    line-height: 16px;
    padding: 5px 0;
}

}
@media (min-width: 768px) and (max-width: 991px) {
.order_end .wrap_personal_link .personal_text {
    margin-bottom: 0;
    line-height: 16px;
    padding: 4px 0;
}
.order_end .wrap_personal_link,
.order_end .wrap_personal_desc {
    margin-bottom: 40px;
}
.order_end .wrap_order_pay {
    padding: 30px 23px 45px 23px;
    margin-bottom: 10px;
}
}
@media (max-width: 767px) {
.order_end .wrap_order_number {
    padding: 10px 15px 10px 15px;
}
.order_end .wrap_personal_link .personal_text {
    margin-bottom: 10px;
    line-height: 16px;
    padding: 4px 0;
}
.order_end .wrap_personal_link {
    padding: 18px 15px 18px 15px;
    min-height: 10px;
    margin-bottom: 10px;
}
.order_end .wrap_personal_desc {
    margin-left: 15px;
    margin-bottom: 30px;
}
.order_end .wrap_order_title {
    padding: 10px 15px 10px 9px;
}
.order_end .wrap_order_pay {
    padding: 20px 15px 25px 15px;
    margin-bottom: 0px;
}
}
/*End style end offer page*/
/*End style for basket page*/







/*Style for personal office*/
/*Style for personal left main*/
.personal_left_wrap {

}
.personal_left_wrap .nik_name {
    font-family: 'ProximaNova', Arial, regular;
    font-size: 18px;
    height: 64px;
    padding: 10px 0 0 0;
    text-align: center;
    color: #001f38;
    text-decoration: none;
    margin-bottom: 18px;
    display: block;
}
.personal_left_wrap a {
    color: #6c727d;
    padding: 0 4%;
    display: block;
    margin-bottom: 7px;
    font-size: 15px;
}
.personal_left_wrap .left_block_general {
    margin-bottom: 20px;
}

.personal_left_wrap .left_block_general .block_title {
    margin-bottom: 18px;
}
.personal_left_wrap .left_block_general .block_title_in {
    font-family: 'ProximaNova', Arial, regular;
    font-size: 16px;
    background: #fff;
    border: 1px solid #cfd3da;
    color: #33363b;
    padding: 5px 4%;
    margin-bottom: 0;
}
.personal_left_wrap .left_block_general .block_title_in span {
    font-family: 'ProximaNova', Arial, regular;
    color: #33363b;
    display: inline-block;
    position: relative;
}
.personal_left_wrap .left_block_general.block_active .block_title_in,
.personal_left_wrap .left_block_general .block_title:hover .block_title_in,
.personal_left_wrap .left_block_general .block_title:active .block_title_in {
    background: #052640;
    border: 1px solid #052640;
    color: #fff;
}
.personal_left_wrap .left_block_general.block_active .block_title_in span,
.personal_left_wrap .left_block_general .block_title:hover .block_title_in span,
.personal_left_wrap .left_block_general .block_title:active .block_title_in span {
    color: #fff;
}
.personal_left_wrap  .left_block_general .a_active {
    text-decoration: none;
}

@media (min-width: 1200px){
.personal_left_wrap .left_block_order .description_title_in {
    padding: 0 5%;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
.personal_left_wrap .nik_name {
    font-size: 16px;
}
.personal_left_wrap .left_block_order .description_title {
    margin-bottom: 15px;
}
.personal_left_wrap .left_block_general .block_title_in {
    font-size: 16px;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.personal_left_wrap .nik_name {
    font-size: 16px;
}
.personal_left_wrap .left_block_order .description_title {
    margin-bottom: 15px;
}
.personal_left_wrap .left_block_general .block_title_in {
    font-size: 15px;
}
}
@media (max-width: 767px) {
.personal_left_wrap .nik_name {
    height: 44px;
    font-size: 16px;
}
.personal_left_wrap .left_block_order .description_title {
    margin-bottom: 15px;
}
.personal_left_wrap .left_block_general .block_title_in {
    font-size: 16px;
}
}
/*End style for personal left main*/

/*Style for personal right main*/
.personal_block_title {
    border-bottom: 1px solid #cfd3da;
    margin-bottom: 40px;
    height: 64px;
    line-height: 64px;
    padding: 0 10px 0 0;
}
.personal_block_title .text {
    text-transform: uppercase;
    margin-bottom: 0;
    height: 64px;
    line-height: 64px;
    display: inline-block;
    color: #001f38;
}
.personal_block_title  .text_2 {
    display: inline-block;
    margin-left: -15px;
    height: 64px;
    line-height: 64px;
}
.personal_block_title  .text_2 a {
    display: inline-block;
    margin-left: 34px;
    color: #6c727d;
    text-decoration: underline;
    white-space: nowrap;
    word-wrap: normal;
}
.personal_block_title  .text_2 a:hover,
.personal_block_title  .text_2 a:focus {
    text-decoration: none;    
}
.personal_block_second .title {
    font-family: "Times New Roman", Arial, sans-serif;
    font-size: 25px;
    color: #000;
    margin-bottom: 18px;
    font-style: normal;
    font-weight: normal;
}
.personal_block_second .block_text {
    background: #f8f8f8;
    color: #a76e6e;
    padding: 12px;
    margin-bottom: 45px;
}
.personal_block_third .title {
    font-family: "Times New Roman", Arial, sans-serif;
    font-size: 25px;
    padding-bottom: 5px;
    color: #001f38;
    margin-bottom: 15px;
    font-style: normal;
    font-weight: normal;
    border-bottom: 1px solid #cfd3da;
}
.personal_block_third .wrap_content {
    padding: 20px 4% 60px 4%;
    border: 1px solid #cfd3da;
}
.personal_block_third .wrap_content .left_title,
.personal_block_third .wrap_content .right_title {
    font-family: "Times New Roman", Arial, sans-serif;
    font-style: italic;
    color: #33363b;
    margin-bottom: 10px;
}
.block_third_left .block_third_left_content {
    padding: 40px 25px 40px 0;
    max-width: 270px;
}
.block_third_left .block_third_left_content .prop {
    margin-bottom: 6px;
    color: #33363b;
    font-size: 14px;
}
.block_third_left .block_third_left_content .prop span {
    color: #6c727d;
}
.block_third_left .block_third_left_content .prop_bg {
    font-size: 14px;
    color: #33363b;
    background: #f6f6f6;
    margin-left: -15px;
    padding: 7px 7px 7px 15px;
}
.block_third_left .block_third_left_content .prop_bg span {
    color: #6c727d;
}
.block_third_right {
    margin-left: 30px;
}

.block_third_right .block_third_right_text {
    font-family: "Times New Roman", Arial, sans-serif;
    font-size: 14px;
    line-height: 18px;
    color: #33363b;
}
.social_split .social_list {
    display: inline-block;
    width: 100%;
    margin: 17px 0;
}
.social_split .social_list li {
    float: left;
    list-style: none;
    margin-right: 6px;
}
.block_third_right .block_third_right_content {
    background: #f8f8f8;
    padding: 20px 20px 20px 30px;
    max-width: 270px;
    margin-left: -30px;
}
.block_third_right .block_third_right_content .block_content_text{
    font-family: "Times New Roman", Arial, sans-serif;
    font-size: 14px;
    line-height: 18px;
    color: #000;
    margin-bottom: 15px;
}
.block_third_right .block_third_serv_accounts {

}
.block_third_right .block_third_serv_accounts .item_serv {
    width: 100%;
    display: inline-block;
    margin-bottom: 2px;
}
.block_third_right .block_third_serv_accounts .item_serv .icon_split {
    margin-right: 10px;
}
.block_third_right .block_third_serv_accounts .item_serv .item_serv_link {
    margin-right: 5px;
    float: left;
    line-height: 31px;
    height: 31px;
    text-decoration: none;
}
.block_third_right .block_third_serv_accounts .item_serv .item_serv_link:hover {
    text-decoration: underline;
}
.block_third_right .block_third_serv_accounts .item_serv .item_serv_delete {
    height: 31px;
    width: 31px;
    display: inline-block;
    background: url(../img/miss_item_serv_delete.png) center center no-repeat;
}

@media (min-width: 992px) and (max-width: 1199px) {
.personal_block_title {
    margin-bottom: 35px;
}
.personal_block_second .title,
.personal_block_third .title {
    font-size: 23px;
    line-height: 26px;
    margin-bottom: 15px;
}
.personal_block_second .block_text {
    margin-bottom: 40px;
}
.personal_block_third .wrap_content {
    padding: 20px 4% 50px 4%;
}
.block_third_left .block_third_left_content {
    padding: 35px 20px 35px 0;
}
.block_third_right {
    margin-left: 20px;
}
.block_third_right .block_third_right_content {
    padding: 20px 20px 20px 20px;
    margin-left: -20px;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.personal_block_title {
    margin-bottom: 35px;
}
.personal_block_title  .text_2 {
    margin-left: -10px;
}
.personal_block_title  .text_2 a {
    margin-left: 16px;
}
.personal_block_second .title,
.personal_block_third .title {
    font-size: 23px;
    line-height: 26px;
    margin-bottom: 15px;
}
.personal_block_second .block_text {
    margin-bottom: 40px;
}
.personal_block_third .wrap_content {
    padding: 20px 4% 40px 4%;
}
.block_third_left .block_third_left_content {
    padding: 30px 20px 35px 0;
}
.block_third_right {
    margin-left: 20px;
}
.block_third_right .block_third_right_content {
    padding: 20px 10px 20px 20px;
    margin-left: -20px;
}
}
@media (max-width: 767px) {
.personal_block_title {
    margin-bottom: 30px;
}
.personal_block_title .text {
    font-size: 22px;
}
.personal_block_title  .text_2 {
    margin-left: 0px;
    height: 64px;
    line-height: 20px;
    display: block;
    float: right;
    margin-top: 20px;
}
.personal_block_title  .text_2 a {
    margin-left: 0px;
    margin-right: 15px;
    margin-bottom: 5px;
}
.personal_block_second .title,
.personal_block_third .title {
    
    line-height: 26px;
    margin-bottom: 15px;
}
.personal_block_second .block_text {
    margin-bottom: 30px;
}
.personal_block_third .wrap_content {
    padding: 15px 15px 30px 15px;
}
.block_third_left .block_third_left_content {
    padding: 20px 0px 25px 0;
}
.block_third_left .block_third_left_content .prop {
    margin-left: 15px;
}
.block_third_right {
    margin-left: 0px;
}
.block_third_right .block_third_right_text,
.block_third_right .social_split {
    margin-left: 15px;
}

.block_third_right .block_third_right_content {
    padding: 20px 10px 20px 20px;
    margin-left: 0;
}
.block_third_left .block_third_left_content,
.block_third_right .block_third_right_content {
    max-width: 100%;
}
.block_third_left .block_third_left_content .prop_bg {
    margin-left: 0px;
}
}
/*End style for personal right main*/

/*Style personal_block_inform */
.personal_block_inform .title {
    font-family: "Times New Roman", Arial, sans-serif;
    font-size: 25px;
    padding-bottom: 5px;
    color: #000;
    margin-bottom: 15px;
    font-style: normal;
    font-weight: normal;
    border-bottom: 1px solid #e2e2e2;
}
.personal_block_inform .wrap_content {
    padding: 20px 4% 44px 4%;
    background: #f6f6f6;
}
.personal_block_inform .wrap_content .block_title {
    font-family: "Times New Roman", Arial, sans-serif;
    font-style: italic;
    color: #33363b;
    margin-bottom: 10px;
}
.personal_block_inform .wrap_content .wrap_block {
    margin-bottom: 30px;
}
.personal_block_inform .wrap_content .personal_field_val {
    border: 1px solid transparent;
    height: 30px;
    line-height: 30px;
    padding: 0 2%;
    width: 100%;
    margin-bottom: 11px;
    font-size: 14px;
}
.personal_block_inform .wrap_content .wrap_block input[type=text],
.personal_block_inform .wrap_content .wrap_block input[type=password] {
    border: 1px solid #cfd3da;
    height: 30px;
    padding: 0 2%;
    width: 100%;
    margin-bottom: 11px;
    border-radius: 0;
    font-size: 14px;
}
.personal_block_inform .wrap_content .wrap_block  label {
    line-height: 30px;
    height: 30px;
    color: #6c727d;
    font-size: 14px;
}
.personal_block_inform .wrap_content input[type="submit"] {
    font-family: 'ProximaNova', Arial, regular;
    color: #fff;
    position: relative;
    background-color: #001f37;
    border: none;
    display: block;
    font-size: 15px;
    font-style: normal;
    font-weight: normal;
    height: 38px;
    line-height: 38px;
    text-align: center;
    text-decoration: none;
    padding: 0 5px;
    width: 100%;
    border-radius: 0;
    text-transform: uppercase;
}
.personal_block_inform .wrap_content input[type="submit"]:hover,
.personal_block_inform .wrap_content input[type="submit"]:focus {
    background-color: #0c3657;
}
@media (min-width: 992px) and (max-width: 1199px) {
.personal_block_inform .title {
    font-size: 23px;
    line-height: 26px;
    margin-bottom: 15px;
}
.personal_block_inform .wrap_content {
    padding: 20px 4% 40px 4%;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.personal_block_inform .title {
    font-size: 23px;
    line-height: 26px;
    margin-bottom: 15px;
}
.personal_block_inform .wrap_content {
    padding: 20px 4% 35px 4%;
}
.personal_block_inform .wrap_content input[type="submit"] {
    font-size: 14px;
}
}
@media (max-width: 767px) {
.personal_block_inform .title {
    font-size: 23px;
    line-height: 26px;
    margin-bottom: 15px;
}
.personal_block_inform .wrap_content {
    padding: 15px 15px 30px 15px;
}
.personal_block_inform .wrap_content .wrap_block {
    margin-bottom: 20px;
}
}
/*End right personal_block_inform */


/*Style personal_block_subscribe */
.personal_block_subscribe {

}
.personal_block_subscribe .title {
    font-family: "Times New Roman", Arial, sans-serif;
    font-size: 25px;
    padding-bottom: 5px;
    color: #000;
    margin-bottom: 15px;
    font-style: normal;
    font-weight: normal;
    border-bottom: 1px solid #e2e2e2;
}
.personal_block_subscribe .wrap_content {
    padding: 20px 3% 60px 3%;
    border: 1px solid #cfd3da;
}
.personal_block_subscribe .block_subscribe_right {
    background: #f8f8f8;
    padding: 40px 25px;
}

.personal_block_subscribe .subscribe_email input[type=text] {
    border: 1px solid #cfd3da;
    height: 30px;
    padding: 0 2%;
    width: 100%;
    margin-bottom: 25px;
    border-radius: 0;
    color: #33363b;
}
.personal_block_subscribe .subscribe_email label {
    line-height: 30px;
    height: 30px;
    color: #6c727d;
    display: inline-block;
}
.personal_block_subscribe .subscribe_choose {
    margin-bottom: 25px;
    position: relative;
}
.personal_block_subscribe .subscribe_choose .wrap_input {
    display: inline-block;
    margin-left: -7px;
}

.personal_block_subscribe .subscribe_choose p {
    margin-bottom: 5px;
    color: #6c727d;
}
.personal_block_subscribe .subscribe_choose input {
    display: none;
}
.personal_block_subscribe .subscribe_choose label {
    margin-bottom: 5px;
    cursor: pointer;
    padding: 7px 27px 7px 27px;
    margin-bottom: 0;
    display: inline-block;
    background: url("../img/mister_subscribe_input_snipet.png") no-repeat 7px 11px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -ms-user-select: none;
    user-select: none;
    min-width: 180px;
}
.personal_block_subscribe .subscribe_choose label.label-active {
    background-position: 7px -22px;

}
.personal_block_subscribe .subscribe_format {
    margin-bottom: 15px;
    position: relative;
}
.personal_block_subscribe .subscribe_format input  {
    display: none;
}
.personal_block_subscribe .subscribe_format .wrap_radio {
    background: #f8f8f8;
    min-width: 180px;
    display: inline-block;
    margin-left: -7px;
    padding: 7px 27px 7px 7px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.personal_block_subscribe .subscribe_format label {
    padding-left: 20px;
    cursor: pointer;
     background: url("../img/mister_subscribe_radio_snipet.png") no-repeat 3px 3px;
}
.personal_block_subscribe .subscribe_format label.label-active {
    background-position: 3px -29px;
}
.personal_block_subscribe .subscribe_save,
.personal_block_subscribe .subscribe_reset {
    font-family: 'Times New Roman', Arial, regular;
    color: #fff;
    position: relative;
    background-color: #052640;
    border: none;
    display: block;
    font-size: 15px;
    font-style: normal;
    font-weight: normal;
    height: 38px;
    line-height: 38px;
    text-align: center;
    text-decoration: none;
    padding: 0 5px;
    width: 100%;
    border-radius: 0;
    margin-bottom: 7px;
    max-width: 270px;
    text-transform: uppercase;
}
.personal_block_subscribe .subscribe_save:hover,
.personal_block_subscribe .subscribe_save:active,
.personal_block_subscribe .subscribe_reset:hover,
.personal_block_subscribe .subscribe_reset:active {
    background: #0c3657;
}
@media (min-width: 992px) and (max-width: 1199px) {
.personal_block_subscribe .title {
    font-size: 23px;
    line-height: 26px;
    margin-bottom: 15px;
}
.personal_block_subscribe .wrap_content {
    padding: 20px 4% 50px 4%;
}
.personal_block_subscribe .block_subscribe_right {
    padding: 35px 20px;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.personal_block_subscribe .title {
    font-size: 23px;
    line-height: 26px;
    margin-bottom: 15px;
}
.personal_block_subscribe .wrap_content {
    padding: 20px 4% 40px 4%;
}
.personal_block_subscribe .block_subscribe_right {
    padding: 30px 20px;
}
.personal_block_subscribe .subscribe_save,
.personal_block_subscribe .subscribe_reset {
    font-size: 13px;
}
}
@media (max-width: 767px) {
.personal_block_subscribe .title {
    font-size: 23px;
    line-height: 26px;
    margin-bottom: 15px;
}
.personal_block_subscribe .wrap_content {
    padding: 15px 15px 30px 15px;
}
.personal_block_subscribe .block_subscribe_left {

}
.personal_block_subscribe .block_subscribe_right {
    padding: 20px 20px;
}
.personal_block_subscribe .block_subscribe_left,
.personal_block_subscribe .block_subscribe_right {
    max-width: 100%;
}
.personal_block_subscribe .subscribe_choose .wrap_input {
    margin-left: 0px;
}
.personal_block_subscribe .subscribe_format .wrap_radio {
    margin-left: 0px;
}
}
/*End style personal_block_subscribe */



/*Style personal_list_order*/
.personal_list_order {
    margin-bottom: 20px;
}
.personal_list_order .title {
    font-family: "Times New Roman", Arial, sans-serif;
    font-size: 20px;
    color: #000;
    margin-bottom: 5px;
    font-style: normal;
    font-weight: normal;
    border-bottom: 1px solid #cfd3da;
    padding-bottom: 7px;
}
.personal_list_order .title_text {
    color: #666666;
}
.personal_list_order .table_one_order {
    margin-top: 30px;
    background: #f6f6f6;
}
.personal_list_order .table_header {
    margin-bottom: 30px;
    padding: 0 3%;
    background: none repeat scroll 0 0 #fff;
    border: 1px solid #cfd3da;
    padding: 0 3%;
    position: relative;
    z-index: 2;
}
.personal_list_order .prop_order_number {
    color: #6c727d;
    margin-bottom: 0;
    height: 60px;
    line-height: 60px;
    font-size: 15px;
}
.personal_list_order .prop_order_detail {
    float: right;
    height: 60px;
    line-height: 60px;
}
.personal_list_order .table_body {
    padding: 0 3% 35px 3%;
}
.personal_list_order .table_body .prop_order {
    margin-bottom: 2px;
    color: #000000;
}
.personal_list_order .table_body .prop_order b {
   color: #6c727d;
   font-weight: normal;
}
.personal_list_order .table_body .prop_item_list {
    margin: 5px 0 0 0px;
}
.personal_list_order .table_body .prop_item_list > li {
    list-style-type: none;
    counter-increment: item;
}
.personal_list_order .table_body .prop_item_list > li a {
    color: #000;
    text-decoration: none;
}
.personal_list_order .table_body .prop_item_list > li a:hover,
.personal_list_order .table_body .prop_item_list > li a:active {
    text-decoration: underline;
}
.personal_list_order .table_body .prop_item_list > li:before {
    content: counter(item) ". ";
}
.personal_list_order .table_body .prop_date {
    font-family: 'ProximaNova', Arial, regular; 
    font-size: 13px;       
}
.personal_list_order .table_body .prop_status {
    background: #80c076;
    color: #fff;
    height: 32px;
    line-height: 32px;
    text-align: center;
    width: 90%;
    border-radius: none;
    text-transform: uppercase;
}
.personal_list_order .table_body .prop_status.gray {
    background: #ffd34e;
}
.personal_list_order .table_body .prop_status.red {
    background: #dc6060;
}
.personal_list_order .table_body .prop_status.green {
    background: #80c076;       
}
.personal_list_order .table_body .prop_status.yellow {
    background: #ade421;          
}
.personal_list_order .table_body .prop_btn {

}
.personal_list_order .table_body .prop_btn a  {
    font-family: 'ProximaNova', Arial, regular; 
    color: #6c727d;
    position: relative;
    background-color: #ffffff;
    border: 1px solid #cfd3da;
    display: inline-block;
    font-size: 13px;
    font-style: normal;
    font-weight: normal;
    height: 30px;
    line-height: 30px;
    text-align: center;
    text-decoration: none;
    padding: 0 5px;
    width: 43%;
    border-radius: none;
    margin-right: 10px;
    max-width: 140px;
    margin-top: 10px;
    text-transform: uppercase;
}
.personal_list_order .table_body .prop_btn a:hover,
.personal_list_order .table_body .prop_btn a:active {
    opacity: 0.7;
}
.wrap_order_pagination {
    display: block;
    text-align: right;
    width: 100%;
}
.wrap_order_pagination .bx_pagination_page {
    width: auto;
}
.wrap_order_pagination .bx_pagination_page .bx_pg_text {
    display: inline-block;
}
.wrap_order_pagination .bx_pagination_page ul {
    display: inline-block;
}
@media (min-width: 992px) and (max-width: 1199px) {
.personal_list_order .table_one_order {
    margin-top: 20px;
}
.personal_list_order .table_header {
    margin-bottom: 25px;
}
.personal_list_order .table_body {
    padding: 0 3% 20px 3%;
}
.personal_list_order .table_body .prop_btn a  {
    font-size: 10px;    
}
.personal_list_order .table_body .prop_item_list {
    margin: 15px 0 0 12px;
}
.personal_list_order .table_body .prop_status {
    width: 100%;
    font-size: 11px;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.personal_list_order .table_one_order {
    margin-top: 20px;
}
.personal_list_order .table_header {
    margin-bottom: 25px;
}
.personal_list_order .table_body {
    padding: 0 3% 15px 3%;
}
.personal_list_order .table_body .prop_item_list {
    margin: 10px 0 0 5px;
}
.personal_list_order .table_body .prop_btn a  {
    width: 65%;
    margin: 0 auto;
    margin-top: 10px;
    display: block;
    font-size: 11px;
}
.personal_list_order .table_body .prop_status {
    width: 100%;
    font-size: 11px;
}

}
@media (max-width: 767px) {
.personal_list_order .table_one_order {
    padding: 0;
    margin-top: 20px;
}
.personal_list_order .table_header {
    margin-bottom: 20px;
    padding: 10px 3%;
}
.personal_list_order .prop_order_number {
    height: 30px;
    line-height: 30px;
}
.personal_list_order .prop_order_detail {
    float: none;
    height: 30px;
    line-height: 30px;
}
.personal_list_order .table_body {
    padding: 0 3% 25px 3%;
}
.personal_list_order .table_body .prop_item_list {
    margin: 10px 0 0 5px;
}
.personal_list_order .table_body .prop_btn a  {
    width: 65%;
    display: block;
    margin: 0 auto;
    margin-top: 20px;

}
.personal_list_order .table_body .prop_status {
    width: 100%;
    font-size: 11px;
}
}
/*End style personal_list_order*/

/*End style for personal office*/



/*Style personal_detail_order*/
.personal_detail_order {
    padding-bottom: 20px;
}
.personal_detail_order .table_detail_order {
    background: #f6f6f6;
    padding-bottom: 10px;
    margin-bottom: 40px;
}
.table_detail_order .table_header {
    padding: 0 3%;
    border: 1px solid #cfd3da;
    background: #fff;
    position: relative;
    z-index: 2;
}
.table_detail_order .table_header .prop_order_number {
    color: #6c727d;
    margin-bottom: 0;
    height: 60px;
    line-height: 60px;
    font-size: 15px;
}
.table_detail_order .table_body {
    position: relative;
    z-index: 1;
    padding: 24px 3% 20px 2%;
}
.table_detail_order .table_body .wrap_block_title {
    background: #fff;
    border: 1px solid #cfd3da;
    margin: 30px 0 36px 0;
}

.table_detail_order .table_body .block_title {
    color: #6c727d;
    margin-bottom: 0;
    padding: 0 1%;
    height: 40px;
    line-height: 40px;
}
.table_detail_order .table_body .wrap_block_text {
    padding: 0 1%;
}
.table_detail_order .table_body .wrap_block_text .wrap_prop {
    display: inline-block;
    width: 100%;
}
.table_detail_order .table_body .wrap_block_text .prop_name {
    color: #6c727d;    
}
.table_detail_order .table_body .order_cancel {
    font-family: 'ProximaNova', Arial, regular; 
    color: #fff;
    position: relative;
    background-color: #052640;
    border: none;
    display: block;
    font-size: 13px;
    font-style: normal;
    font-weight: normal;
    height: 28px;
    line-height: 28px;
    text-align: center;
    text-decoration: none;
    padding: 0 5px;
    width: 100%;
    border-radius: none;
    margin-bottom: 7px;
    max-width: 170px;
    text-transform: uppercase;
}
.table_detail_order .table_body .order_cancel:hover,
.table_detail_order .table_body .order_cancel:active {
    background: #0c3657;
}
.table_detail_order .table_footer {
    padding: 0 3%;
}
.table_detail_order .table_footer .footer_text {
    font-family: 'Times New Roman', Arial, regular;
    font-weight: bold;
    font-size: 17px;
    margin-bottom: 3px;
}
.table_detail_order .table_footer .footer_text span {
    color: #c59090;
}
.table_detail_order .table_footer .wrap_bnt_order_pay {
    margin: 55px 0 18px 0;
    width: 100%;
    position: relative;
}

.table_detail_order .table_footer input[type="submit"] {
    background-color: #052640;
    border: none;
    border-radius: none;
    color: #fff;
    display: block;
    font-family: "ProximaNova",Arial,regular;
    font-size: 18px;
    font-style: normal;
    font-weight: normal;
    height: 38px;
    line-height: 38px;
    padding: 0 5px;
    position: relative;
    text-align: center;
    text-decoration: none;
    width: 100%;
    max-width: 284px;
    z-index: 2;
    margin: 0 0 18px 0;
}
.table_detail_order .table_footer input[type="submit"]:hover,
.table_detail_order .table_footer input[type="submit"]:focus {
    background-color: #0c3657;
}

@media (min-width: 992px) and (max-width: 1199px) {
.personal_detail_order .table_detail_order {
    margin-bottom: 30px;
}
.table_detail_order .table_body .wrap_block_title {
    margin: 25px 0 30px 0;
}
.table_detail_order .table_footer .footer_text {
    font-size: 15px;
}
.table_detail_order .table_footer .wrap_bnt_order_pay {
    margin: 45px 0 12px 0;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.personal_detail_order .table_detail_order {
    margin-bottom: 30px;
}
.table_detail_order .table_body .wrap_block_title {
    margin: 25px 0 30px 0;
}
.table_detail_order .table_footer .footer_text {
    font-size: 15px;
}
.table_detail_order .table_footer .wrap_bnt_order_pay {
    margin: 40px 0 12px 0;
}
}
@media (max-width: 767px) {
.personal_detail_order .table_detail_order {
    margin-bottom: 30px;
}
.table_detail_order .table_body .wrap_block_title {
    margin: 20px 0 25px 0;
}
.table_detail_order .table_body .prop_name {
    font-weight: bold;
    margin-bottom: 0px;
}
.table_detail_order .table_footer .footer_text {
    font-size: 15px;
}
.table_detail_order .table_footer .wrap_bnt_order_pay {
    margin: 30px 0 10px 0;
    width: 90%;
    position: relative;
}
}



/*Style personal_order_item*/
.personal_order_item {

}
.personal_order_item .div_table {
    margin-bottom: 15px;
}
.personal_order_item .div_table_header {
    font-weight: normal;
    margin-bottom: 16px;
    background: #f6f6f6;
}
.personal_order_item .div_table_header .title {
    color: #6c727d;
    height: 60px;
    line-height: 60px;
    margin-bottom: 0;
    text-align: center;
    font-size: 14px;
}
.personal_order_item .div_table_header .title_1 {
    margin-left: 30px;
    text-align: left;
}
.personal_order_item .div_table_header .title_3 {
    text-align: left;
}
.personal_order_item .div_table_header .row {
    background: none;
}
.personal_order_item .basket_item,
.personal_order_item .basket_item a,
.personal_order_item .basket_item p {
    font-family: 'Times New Roman',Arial,sans-serif;
    font-size: 14px;
}
.personal_order_item .basket_item {
    background: #fcfcfc;
}
.personal_order_item .basket_item .row {
    background: none;
}
.personal_order_item .row.divider {
    background: none;
}
.personal_order_item .row.divider span{
    background: #d1d4db;
    height: 1px;
    margin: 15px 0;
    display: block;
}
.personal_order_item .basket_item img {
    border: none;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    margin: auto;
}
.personal_order_item .basket_item .wrap_title {
    min-height: 65px;
}
.personal_order_item .basket_item .item_name {
    font-family: 'Times New Roman',Arial,sans-serif;
    color: #000000;
    text-decoration: none;
    margin-bottom: 0px;
    display: block;
    padding-top: 2px;
}
.personal_order_item .basket_item .item_name a {
    color: #000000;
    text-decoration: none;
}
.personal_order_item .basket_item .item_second_name {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 15px;
    margin-bottom: 4px;
    margin-top: 0;
    color: #000000;
    text-decoration: none;
}
.personal_order_item .basket_item .item_second_name a {
    font-size: 12px;
    color: #000000;
    text-decoration: none;
}
.personal_order_item .basket_item .item_prop {
    margin-bottom: 10px;
}
.personal_order_item .basket_item .item_prop p {
    color: #797979;
    margin-bottom: 3px;
}
.personal_order_item .basket_item .item_prop p .black{
    color: #000;
}
.personal_order_item .basket_item .item_prop p.item_prop_color {
    line-height: 23px;
    margin-bottom: 2px;
    display: inline-block;
    width: 100%;
}
.personal_order_item .basket_item .item_prop p.item_prop_color span.text {
    float: left;
    display: inline-block;
    margin-right: 3px;
}
.personal_order_item .basket_item .item_prop p.item_prop_color span.color {
    display: inline-block;
    width: 23px;
    height: 23px;
    border-radius: 2px;
}
.personal_order_item .basket_item .wrap_quantity,
.personal_order_item .basket_item .wrap_price,
.personal_order_item .basket_item .wrap_discount,
.personal_order_item .basket_item .count_item  {
    margin-top: 40px;
    text-align: center;
}

.personal_order_item .basket_item .wrap_price {
    display: inline-block;
}
.personal_order_item .basket_item .item_price {
    font-family: Arial, Helvetica, sans-serif;
    color: #000000;
    display: block;
    text-align: right;
    margin-bottom: 0px;
}
.personal_order_item .basket_item .item_old_price {
    font-family: Arial, Helvetica, sans-serif;
    color: #bababa;
    text-decoration: line-through;
    text-align: right;
    margin-bottom: 0px;
}
.personal_order_item .basket_item .count_item {
    font-family: Arial, Helvetica, sans-serif;
    color: #ec859b;
    display: block;
    margin-top: 40px;
}
.personal_order_item .basket_item .mobile_title {
    font-weight: bold;
    display: none;
    margin-top: 10px;
    padding-bottom: 5px;
}
@media (min-width: 768px) and (max-width: 991px) {
.personal_order_item .basket_item,
.personal_order_item .basket_item a,
.personal_order_item .basket_item p {
    font-size: 13px;
}
.personal_order_item .basket_item_img {
    display: none;
}
.personal_order_item .basket_item .item_name,
.personal_order_item .basket_item .item_name a  {
    font-size: 15px;
}
.personal_order_item .basket_item .item_second_name,
.personal_order_item .basket_item .item_second_name a  {
    font-size: 11px;
}
.personal_order_item .basket_item .item_price,
.personal_order_item .basket_item .count_item {
    font-size: 15px;
}
}
@media (max-width: 767px) {
.personal_order_item  .div_table_header {
    display: none;
}
.personal_order_item .basket_item {
    margin: 0 15px;
}
.personal_order_item .basket_item .row {
    background: #fcfcfc;
}
.personal_order_item .block_basket .div_table {
    margin-bottom: 15px;
}
.personal_order_item .basket_item_img {
    margin-bottom: 10px;
    margin-top: 10px;
    display: block;
}
.personal_order_item .basket_item .wrap_quantity,
.personal_order_item .basket_item .wrap_price,
.personal_order_item .basket_item .wrap_discount,
.personal_order_item .basket_item .count_item {
    margin-top: 0px;
    text-align: left;
}

.personal_order_item .div_table_body .basket_item .mobile_title {
    display: block;
}
.personal_order_item .block_basket .div_table_header {
    display: none;
}
}
/*End style personal_order_item*/

/*Style personal_order_back*/
.personal_detail_order .personal_order_back {
    font-family: "ProximaNova",Arial,regular;
    color: #6c727d;
    position: relative;
    background: #ffffff;
    border: 1px solid #cfd3da;
    display: block;
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
    height: 28px;
    line-height: 28px;
    text-align: center;
    text-decoration: none;
    padding: 0 5px;
    width: 100%;
    border-radius: none;
    margin-bottom: 7px;
    max-width: 170px;
    margin: 20px 0;
    text-transform: uppercase;
    
}
.personal_detail_order .personal_order_back:hover,
.personal_detail_order .personal_order_back:active {
    opacity: 0.7;
}
.personal_order_count {
    background: #f8f8f8;
    padding: 6px 6px 6px 6px;
    margin-bottom: 0px;
}
.personal_order_count .order_count_title {
    font-size: 20px;
    font-weight: normal;
    color: #001f38;
    margin-top: 15px;
    text-align: center;
}
.personal_order_count .personal_order_wrap {
    border: 1px solid #cfd3da;
    padding: 3% 4%;
    background: #fff;
}
.personal_order_count .personal_order_wrap p {
    font-size: 16px;
}
.personal_order_count .personal_order_wrap p b {
    font-size: 15px;
}
.personal_order_count .personal_order_wrap .order_prop.order_prop_price b {
    color: #d44343;         
}
.personal_order_count .personal_order_wrap span {
    display: block;
    color: #6c727d;
}
@media (min-width: 992px) and (max-width: 1199px) {
.personal_order_count .personal_order_wrap p {
    font-size: 13px;
}
.personal_order_count .personal_order_wrap p b {
    font-size: 13px;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.personal_order_count .personal_order_wrap p {
    font-size: 12px;
}
.personal_order_count .personal_order_wrap p b {
    font-size: 12px;
}
}
@media (max-width: 767px) {
.personal_order_count {
    padding-top: 5px;
    margin-bottom: 30px;
}
.personal_order_count .order_count_title {
    margin-top: 0px;
}
}

/*End style personal_order_back*/
/*End style personal_detail_order*/


/*Style personal_cancel_order*/
.personal_cancel_order {
      
}
.personal_cancel_order .block_text_title {
    font-size: 14px;
    color: #d44343;    
    background: #f6f6f6;
    padding: 15px 12px 15px 12px;
    margin-bottom: 30px;     
}
.personal_cancel_order .block_text_title a {
    color: #6c727d;
    display: inline-block;        
}
 .block_text_title b {
    color: #33363b;
    display: inline-block;      
}
.personal_cancel_order .wrap_textarea .title {  
    color: #6c727d;
    margin-bottom: 10px;                  
}
.personal_cancel_order .wrap_textarea textarea {
    border: 1px solid #cfd3da;
    line-height: 18px;
    outline: medium none;
    width: 100%;
    border-radius: 0;
    box-shadow: none;
    padding: 10px;
    height: 95px;
    margin-bottom: 15px;
    max-width: 535px; 
    border-radius: none;
    background: #fff;      
}
.personal_cancel_order .order_cancel {
    font-family: "ProximaNova",Arial,regular;
    color: #6c727d;
    position: relative;
    background-color: #ffffff;
    border: 1px solid #cfd3da;
    display: block;
    font-size: 14px;
    font-style: normal;
    font-weight: normal;
    height: 28px;
    line-height: 28px;
    text-align: center;
    text-decoration: none;
    padding: 0 5px;
    width: 100%;
    border-radius: none;
    margin-bottom: 7px;
    max-width: 170px;
}
.personal_cancel_order .order_cancel:hover,
.personal_cancel_order .order_cancel:active {
    opacity: 0.7;
}
/*End style personal_cancel_order*/


/*Style registr_page*/
.registr_page .title {
    border-bottom: 1px solid #e2e2e2;
    color: #000;
    font-family: "Times New Roman",Arial,sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: normal;
    margin-bottom: 15px;
    padding: 0 0 5px 0px;
}
.registr_page .wrap_registr_form {
    background: #f6f6f6;
    padding: 15px 4% 0 4%;
    margin-bottom: 18px;
}
.registr_page .wrap_registr_form .block_title {
    font-style: italic;
    margin-bottom: 10px;
    color: #33363b;
}
.registr_page .wrap_registr_form {

}
.registr_page .wrap_block input[type=text],
.registr_page .wrap_block input[type=password] {
    border: 1px solid #cfd3da;
    height: 30px;
    padding: 0 2%;
    width: 100%;
    margin-bottom: 11px;
    border-radius: 0;
}
.registr_page .wrap_registr_form .wrap_block label {
    line-height: 30px;
    height: 30px;
    color: #6c727d;;
}
.registr_page .wrap_registr_form .wrap_block .input_message_1 {
    line-height: 16px;
    height: 32px;
    color: #6c727d;
    font-style: italic;
}
.registr_page .wrap_registr_form .wrap_block .input_message_2 {
    height: 32px;
    line-height: 32px;
    color: #6c727d;
    font-style: italic;
}
.registr_page  .wrap_registr_form_2 {
    padding: 15px 4% 10px 4%;
    border: 1px solid #cfd3da;
}
.registr_page .wrap_registr_form_2 .block_title {
    color: #33363b;
    font-style: italic;
    margin-bottom: 20px;
}
.registr_page .wrap_registr_form_2 .wrap_block label {
    color: #6c727d;
    line-height: 16px;
}
.registr_page .wrap_registr_form_2 .wrap_block input[type=text] {
    margin-bottom: 20px;
}
.registr_page .wrap_registr_form_2 .wrap_img {
    padding-top: 12px;
    margin-bottom: 11px;
}
.registr_page .wrap_registr_form_2 input[type="submit"] {
    font-family: 'ProximaNova', Arial, regular;
    color: #fff;
    position: relative;
    background-color: #052640;
    border: none;
    display: block;
    font-size: 15px;
    font-style: normal;
    font-weight: normal;
    height: 38px;
    line-height: 38px;
    text-align: center;
    text-decoration: none;
    padding: 0 5px;
    width: 100%;
    border-radius: 0;
    max-width: 280px;
    margin: 0 auto;
    margin-bottom: 12px;
    text-transform: uppercase;
}
.registr_page .wrap_registr_form_2 input[type="submit"]:hover,
.registr_page .wrap_registr_form_2 input[type="submit"]:focus {
    background-color: #0c3657;
}
.registr_page .wrap_registr_form_2 .wrap_auth .auth {
    font-family: "Times New Roman",Arial,sans-serif;
    font-size: 18px;
    font-style: italic;
    font-weight: normal;
    color: #052640;
    height: 38px;
    line-height: 38px;
}


@media (min-width: 992px) and (max-width: 1199px) {
.registr_page .title {
    margin-bottom: 15px;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.registr_page .title {
    margin-bottom: 15px;
}
}
@media (max-width: 767px) {
.registr_page .title {
    margin-bottom: 5px;
}
.registr_page .wrap_registr_form  {
    padding: 15px 15px 10px 15px;
}
.registr_page .wrap_registr_form_2 .wrap_block label {
    line-height: 30px;
}
.registr_page .wrap_registr_form_2 .wrap_auth {
    text-align: center;
}
}
/*Style end registr_page*/


/*Style forgot_page*/
.forgot_page .title {
    color: #001f38;
    font-family: "Times New Roman",Arial,sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: normal;
    margin-bottom: 15px;
    padding: 0 0 5px 0px;
}
.forgot_page .wrap_title_text {
    color: #000;
    font-family: "Times New Roman",Arial,sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: normal;
    margin-bottom: 25px;
}

.forgot_page .wrap_forgot_form {
    background: #f6f6f6;
    padding: 35px 4% 50px 4%;
    margin-bottom: 22px;
}

.forgot_page .wrap_block input[type=text],
.forgot_page .wrap_block input[type=password] {
    border: 1px solid #cfd3da;
    height: 30px;
    padding: 0 2%;
    width: 100%;
    margin-bottom: 11px;
    border-radius: 0;
}
.forgot_page .wrap_forgot_form .wrap_block label {
    line-height: 30px;
    height: 30px;
    color: #6c727d;
}
.forgot_page .login_or_email {
    margin-bottom: 11px;
    height: 30px;
    line-height: 30px;
    display: block;
}
.forgot_page .wrap_forgot_form_2 input[type="submit"] {
    font-family: 'ProximaNova', Arial, regular;
    color: #fff;
    position: relative;
    background-color: #052640;
    border: none;
    display: block;
    font-size: 18px;
    font-style: normal;
    font-weight: normal;
    height: 38px;
    text-align: center;
    text-decoration: none;
    padding: 0 5px;
    width: 100%;
    border-radius: 0;
    max-width: 280px;
    margin-bottom: 12px;
}
.forgot_page .wrap_forgot_form_2 input[type="submit"]:hover,
.forgot_page .wrap_forgot_form_2 input[type="submit"]:focus {
    background-color: #0c3657;
}
.forgot_page .wrap_forgot_form_2 .wrap_auth .auth {
    font-family: "Times New Roman",Arial,sans-serif;    
    font-size: 18px;
    font-weight: normal;
    font-style: italic;
    color: #6c727d;
    height: 38px;
    line-height: 38px;
}
@media (min-width: 992px) and (max-width: 1199px) {
.forgot_page .title {

}
}
@media (min-width: 768px) and (max-width: 991px) {
.forgot_page .title {

}
}
@media (max-width: 767px) {
.forgot_page .title {

}
.forgot_page .wrap_forgot_form  {
    padding: 15px 15px 10px 15px;
}
.forgot_page .login_or_email {
    margin-bottom: 5px;
}
.forgot_page .wrap_forgot_form_2 input[type="submit"] {
    margin: 0 auto;
    margin-bottom: 12px;
}
.forgot_page .wrap_forgot_form_2 .wrap_auth {
    text-align: center;
}
}
/*End style forgot_page*/


/*Style change_pass_page*/
.change_pass_page .title {
    color: #001f38;
    font-family: "Times New Roman",Arial,sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: normal;
    margin-bottom: 15px;
    padding: 0 0 5px 0px;
}
.change_pass_page .wrap_title_text {
    color: #000;
    font-family: "Times New Roman",Arial,sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: normal;
    margin-bottom: 25px;
}

.change_pass_page .wrap_change_form {
    background: #f6f6f6;
    padding: 35px 4% 50px 4%;
    margin-bottom: 22px;
}

.change_pass_page .wrap_block input[type=text],
.change_pass_page .wrap_block input[type=password] {
    border: 1px solid #cfd3da;
    height: 30px;
    padding: 0 2%;
    width: 100%;
    margin-bottom: 11px;
    border-radius: 0;
}
.change_pass_page .wrap_change_form .wrap_block label {
    line-height: 30px;
    height: 30px;
    color: #6c727d;;
}
.change_pass_page .wrap_change_form_2 input[type="submit"] {
    font-family: 'ProximaNova', Arial, regular;
    color: #fff;
    position: relative;
    background-color: #052640;;
    border: none;
    display: block;
    font-size: 18px;
    font-style: normal;
    font-weight: normal;
    height: 38px;
    text-align: center;
    text-decoration: none;
    padding: 0 5px;
    width: 100%;
    border-radius: 0;
    max-width: 280px;
    margin-bottom: 12px;
}
.change_pass_page .wrap_change_form_2 input[type="submit"]:hover,
.change_pass_page .wrap_change_form_2 input[type="submit"]:focus {
    background-color: #0c3657;
}
.change_pass_page .wrap_change_form_2 .wrap_auth .auth {
    font-family: "Times New Roman",Arial,sans-serif;
    font-size: 18px;
    font-style: italic;
    font-weight: normal;
    color: #6c727d;
    height: 38px;
    line-height: 38px;
}
@media (min-width: 992px) and (max-width: 1199px) {
.change_pass_page .title {

}
}
@media (min-width: 768px) and (max-width: 991px) {
.change_pass_page .title {

}
}
@media (max-width: 767px) {
.change_pass_page .title {

}
.change_pass_page .wrap_change_form  {
    padding: 15px 15px 10px 15px;
}
.change_pass_page .login_or_email {
    margin-bottom: 5px;
}
.change_pass_page .wrap_change_form_2 input[type="submit"] {
    margin: 0 auto;
    margin-bottom: 12px;
}
.change_pass_page .wrap_change_form_2 .wrap_auth {
    text-align: center;
}
}
/*End style change_pass_page*/


/*Style login_page*/
.login_page .title {
    color: #001f38;
    font-family: "Times New Roman",Arial,sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: normal;
    margin-bottom: 15px;
    padding: 0 0 5px 0px;
}
.login_page .wrap_login_form {
    background: #f6f6f6;
    padding: 15px 4% 45px 4%;
    margin-bottom: 18px;
}
.login_page .wrap_login_form .block_title {
    color: #33363b;
    font-style: italic;
    margin-bottom: 10px;
}

.login_page .wrap_block input[type=text],
.login_page .wrap_block input[type=password] {
    border: 1px solid #cfd3da;
    height: 30px;
    padding: 0 2%;
    width: 100%;
    margin-bottom: 11px;
    border-radius: 0;
}
.login_page .wrap_login_form .wrap_block label {
    line-height: 30px;
    height: 30px;
    color: #6c727d;
}
.login_page .wrap_login_form .wrap_block .input_message_1 {
    line-height: 16px;
    height: 32px;
}
.login_page .wrap_login_form .wrap_block .wrap_remember_forgot {
    display: inline-block;
    width: 100%;
}

.login_page .wrap_login_form .rememberme {
    float: left;
    position: relative;
}
.login_page .wrap_login_form .rememberme input{
    display: none;
}
.login_page .wrap_login_form .rememberme label {
    font-family: "Times New Roman", Arial, sans-serif;
    font-size: 14px;
    line-height: 18px;
    cursor: pointer;
    background: url(../img/mister_rememberme_sprite.png) 0 0 no-repeat;
    padding-left: 20px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.login_page .wrap_login_form .rememberme label::selection {
    background: none;
}
.login_page .wrap_login_form .rememberme label::-moz-selection  {
    background: none;
}
.login_page .wrap_login_form .rememberme label.label-active {
    background: url(../img/mister_rememberme_sprite.png) 0 -26px no-repeat;
}
.login_page .wrap_login_form .wrap_block .forgot_password {
    font-family: "Times New Roman", Arial, sans-serif;
    font-size: 14px;
    line-height: 18px;
    float: right;
    color: #33363b;
}

.login_page .wrap_login_form input[type="submit"] {
    font-family: 'ProximaNova', Arial, regular;
    color: #fff;
    position: relative;
    background-color: #052640;
    border: none;
    display: block;
    font-size: 18px;
    font-style: normal;
    font-weight: normal;
    height: 38px;
    line-height: 38px;
    text-align: center;
    text-decoration: none;
    padding: 0 5px;
    width: 100%;
    border-radius: 0;
    max-width: 170px;
    margin-top: 30px;
}
.login_page .wrap_login_form input[type="submit"]:hover,
.login_page .wrap_login_form input[type="submit"]:focus {
    background-color: #0c3657;
}


@media (min-width: 992px) and (max-width: 1199px) {
    
}
@media (min-width: 768px) and (max-width: 991px) {
.login_page .title {
    margin-bottom: 15px;
}

.login_page .wrap_login_form .wrap_block .input_message_1 {
    margin-top: 10px;
    line-height: 16px;
    height: 18px;
}
.login_page .wrap_login_form input[type="submit"] {
    margin-top: 20px;
}
}
@media (max-width: 767px) {
.personal_auth_title {
    padding: 0 15px;

}

.login_page .title {
    margin-bottom: 5px;
}
.login_page .wrap_login_form  {
    padding: 15px 15px 20px 15px;
}
.login_page .wrap_login_form .wrap_block .input_message_1 {
    margin-top: 10px;
    line-height: 16px;
    height: 18px;
}
.login_page .wrap_login_form input[type="submit"] {
    margin-top: 20px;
}
}
/*end style login_page*/


/*Style contacts page*/
.block_contacts {
    background: #f6f6f6;
    padding: 27px 30px 37px 30px;
    margin-bottom: 20px;
}
/*Style block office address*/
.block_office_title {
    border-bottom: 1px solid #cfd3da;
    color: #001f38;
    font-family: "Times New Roman",Arial,sans-serif;
    font-size: 25px;
    font-style: normal;
    font-weight: normal;
    margin-bottom: 15px;
    padding: 0 0 5px 10px;
}
.block_office {
    background: #fff;
    margin-bottom: 20px;
    border: 1px solid #cfd3da;
    padding: 17px 15px 20px 15px;
}
.block_office .block_title {
    color: #001f38;
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 0;
}
.block_office .office_contacts {
    padding-top: 20px;
    margin-bottom: 25px;
    position: relative;
}
.block_office .office_contacts:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background: #e2e2e2;
    width: 52px;
    height: 1px;
}
.block_office .office_contacts.first:before  {
    display: none;
}
.block_office .prop .name {
    font-family: "Times New Roman",Arial,sans-serif;
    font-style: italic;
    font-size: 18px;
    line-height: 24px;
    color: #6c727d;
    margin-bottom: 5px;
    display: inline-block;
}
.block_office .prop_map {
    text-align: right;
}
.block_office .prop_map .show_map {
    font-family: 'ProximaNova', Arial, sans-serif;
    font-size: 18px;
    line-height: 24px;
    color: #a76e6e;
    margin-bottom: 5px;
    display: block;
    cursor: pointer;
}
.block_office .prop .value {
    font-size: 14px;
    line-height: 24px;
    color: #33363b;
    margin-bottom: 5px;
    display: inline-block;
}
.block_office .prop_wrap_btn {
    text-align: right;
    margin-top: 5px;
}
.block_office .prop_wrap_btn .wrap_show_map {
    border: 1px solid #cfd3da;
    padding: 3px;
    display: inline-block;
    max-width: 266px;
    text-decoration: none;
    text-align: center;
    cursor: pointer;
}
.block_office .prop_wrap_btn .wrap_show_map span {
    font-family: 'ProximaNova', Arial, regular;
    font-size: 16px;
    color: #6c727d;
    background: none;
    border: none;
    display: block;
    width: 100%;
    line-height: 24px;
    height: 24px;
    border-radius: 0;
    padding: 0 22px;
}
.block_office .prop_wrap_btn .wrap_show_map:hover {
    opacity: 0.7;
}


@media (min-width: 992px) and (max-width: 1199px) {
.block_office_title {
    font-size: 23px;
    line-height: 26px;
    margin-bottom: 15px;
}
.block_office .block_title {
    font-size: 16px;
}
.block_office .prop .name {
    font-size: 16px;
}
.block_office .prop .name,
.block_office .prop .value {
   line-height: 22px;
}
.block_office .prop_wrap_btn .wrap_show_map span {
    padding: 0 10px;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.block_office_title {
    font-size: 23px;
    line-height: 26px;
    margin-bottom: 10px;
}
.block_contacts {
    padding: 20px 20px 30px 20px;
}
.block_office {
    padding: 15px 15px 10px 15px;
}
.block_office .block_title {
    font-size: 16px;
}
.block_office .office_contacts {
    padding-top: 15px;
    margin-bottom: 20px;
}
.block_office .prop .name {
    font-size: 16px;
}
.block_office .prop .name,
.block_office .prop .value {
   line-height: 22px;
}
.block_office .prop_wrap_btn .wrap_show_map span {
    padding: 0 10px;
}
}
@media (max-width: 767px) {
.block_office_title {
    font-size: 23px;
    line-height: 26px;
    margin-bottom: 5px;
    border-bottom: none;
}
.block_contacts {
    padding: 20px 15px 20px 15px;
}
.block_office {
    padding: 15px 15px 5px 15px;
}
.block_office .block_title {
    font-size: 16px;
}
.block_office .office_contacts {
    padding-top: 15px;
    margin-bottom: 20px;
}
.block_office .prop .name {
    font-size: 16px;
}
.block_office .prop .name,
.block_office .prop .value {
   line-height: 22px;
}
.block_office .prop_wrap_btn .wrap_show_map span {
    padding: 0 10px;
}
}
/*End style block office address*/

/*Style block feedback*/
.block_feedback {
    background: #fff;
    margin-bottom: 21px;
    border: 1px solid #cfd3da;
    padding: 25px 15px 20px 25px;
    min-height: 446px;
}
.block_feedback .field-title {
    font-family: "Times New Roman",Arial,sans-serif;
    font-size: 18px;
    line-height: 30px;
    color: #6c727d;
    margin-bottom: 12px;
    display: inline-block;
    font-style: italic;
}
.block_feedback  input[type=text] {
    border: 1px solid #d9dce1;
    font-size: 14px;
    color: #33363b;
    height: 30px;
    padding: 0 2%;
    width: 100%;
    margin-bottom: 12px;
    border-radius: 0;
}
.block_feedback textarea {
    border: 1px solid #d9dce1;
    font-size: 14px;
    color: #33363b;
    padding: 0 2%;
    width: 100%;
    max-width: 100%;
    min-width:100%;
    margin-bottom: 15px;
    border-radius: 0;
    height: 198px;
    min-height: 198px;
    padding: 5px 2%;
}
.block_feedback .field-title.captcha_label {
    line-height: 40px;
}
.block_feedback  input[type=text].captcha_input {
    margin-bottom: 15px;
    height: 40px;
    padding: 0 5%;
}
.block_feedback .captcha_img {
    display: block;
    margin: 0 auto;    
}
.block_feedback input[type=submit] {
    font-family: 'ProximaNova', Arial, regular;
    color: #fff;
    position: relative;
    background: #052640;
    border: none;
    display: block;
    font-size: 18px;
    font-style: normal;
    font-weight: normal;
    height: 40px;
    line-height: 38px;
    text-align: center;
    text-decoration: none;
    padding: 0 5px;
    width: 100%;
    border-radius: 0;
    max-width: 199px;
    margin: 0 auto;
}
.block_feedback input[type=submit]:hover,
.block_feedback input[type=submit]:active {
    background: #0c3657;
}
.block_feedback .mf-ok-text {
    font-family: "ProximaNova",Arial,sans-serif;
    color: #a76e6e;        
}
@media (min-width: 992px) and (max-width: 1199px) {
.block_feedback {
    min-height: 427px;
}
.block_feedback .field-title {
    font-size: 16px;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.block_feedback {
    padding: 20px 15px 20px 15px;
    min-height: 395px;
}
.block_feedback .field-title {
    font-size: 16px;
}
.block_feedback .field-title.captcha_label {
    line-height: 20px;
}
.block_feedback textarea {
    height: 158px;
    min-height: 158px;
}
.block_feedback input[type=submit] {
    font-size: 16px;
}
}
@media (max-width: 767px) {
.block_feedback {
    padding: 20px 15px 20px 15px;
    min-height: 100px;
}
.block_feedback .field-title.captcha_label {
    line-height: 30px;
}
.block_feedback  input[type=text].captcha_input {
    height: 30px;
}
.block_feedback .field-title {
    font-size: 16px;
    margin-bottom: 0px;
}
.block_feedback  input[type=text] {
    margin-bottom: 5px;
}
.block_feedback textarea {
    height: 128px;
    min-height: 128px;
}
.block_feedback .captcha_img {
    margin-bottom: 12px;    
}
}
/*End style block feedback*/

/*Style block map*/
.block_map {
    background: #fff;
    margin-bottom: 21px;
    border: 1px solid #cfd3da;
    padding: 10px 10px 10px 10px;
}
.block_map .map_point,
.block_map .contact_map,
.block_map .bx-yandex-map {
    max-width: 100%;
    min-width: 100%;
    min-height: 150px;
}
.block_map .map_point {
    border: 1px solid #b4b3af;    
}
.block_map .bx-yandex-map .ymaps-map  {
    max-width: 100% !important;
}
.block_map .bx-yandex-map .ymaps-b-zoom_hints-pos_right {
    top: 55px !important;
}
.yandex_map_title,
.block_map .bx-yandex-map .yandex_map_title {
    color: #000;
    font-family: "Times New Roman", Arial, sans-serif;
    font-size: 16px;
    margin-bottom: 5px;
}
.yandex_map_text {
    font-family: "Times New Roman", Arial, sans-serif;
    color: #000;
    font-style: italic;
    font-size: 14px;
    margin-bottom: 5px;
    padding-right: 5px;
}

.block_map .bx-yandex-map .yandex_map_text {
    font-family: "Times New Roman", Arial, sans-serif;
    color: #000;
    font-style: italic;
    font-size: 14px;
    margin-bottom: 5px;
}
@media (max-width: 767px) {
.block_map .contact_map,
.block_map .bx-yandex-map {
    max-height: 250px;
}
}
/*End style block map*/
/*End style page contacts*/



/*Style page news*/
.page_news .filter_news {
    text-align: center;
    margin-bottom: 25px;
}
.page_news .filter_news .link_section {
    font-size: 16px;
    color: #33363b;
    text-transform: uppercase;
    display: inline-block;
    text-decoration: none;
    padding: 0 20px 10px 20px;
}
.page_news .filter_news .link_section:hover,
.page_news .filter_news .link_section.link_active {
    color: #6c727d;
}
@media (min-width: 992px) and (max-width: 1199px) {
.page_news .filter_news {
    margin-bottom: 20px;
}
.page_news .filter_news .link_section {
    padding: 0 15px 7px 15px;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.page_news .filter_news {
    margin-bottom: 15px;
}
.page_news .filter_news .link_section {
    padding: 0 10px 7px 10px;
}
}
@media (max-width: 767px) {
.page_news .filter_news {
    margin-bottom: 15px;
}
.page_news .filter_news .link_section {
    padding: 0 5px 5px 5px;
}
}
/*Style main list news*/
.page_news .news_main_list {

}
.page_news .news_main_list  .news_main_one {
    padding: 17px 15px 17px 15px;
    margin-bottom: 30px;
    border: 1px solid #cfd3da
}


.page_news .news_main_list  .news_main_one .title {
    font-family: "Times New Roman", Arial, sans-serif;
    font-size: 16px;
    line-height: 18px;
    color: #000;
    margin-bottom: 5px;
}
.page_news .news_main_list  .news_main_one .title a{
    font-family: "Times New Roman", Arial, sans-serif;
    font-size: 100%;
    line-height: 100%;
    color: #33363b;
    text-decoration: none;
}
.page_news .news_main_list  .news_main_one .title a:hover{
    color: #33363b;
}
@media (min-width: 1200px) {
.page_news .news_main_list  .news_main_one .title {
    font-size: 17px;
    line-height: 19px;
}
}
.page_news .news_main_list  .news_main_one .date {
    color: #9da5b3;
    font-family: "ProximaNova",Arial,sans-serif;
    font-size: 14px;
    margin-bottom: 10px;
}
.page_news .news_main_list  .news_main_one .wrap_img {
    display: block;
    margin-bottom: 15px;
}
.page_news .news_main_list  .news_main_one .text {
    font-family: "Times New Roman", Arial, sans-serif;
    font-size: 14px;
    line-height: 15px;
    color: #4a4a4a;
}
.page_news .news_main_list  .news_main_one .wrap_go_detail {
    text-align: right;
}
.page_news .news_main_list  .news_main_one .wrap_go_detail a {
    font-family: 'Times New Roman', Arial, regular;
    font-style: italic;
    font-size: 16px;
    color: #9da5b3;
    text-decoration: underline;
}
.page_news .news_main_list  .news_main_one {
    color: #6c727d;    
}


.page_news .more_news {
    text-align: center;
    margin-bottom: 30px;
    min-height: 26px;
}
.page_news .more_news  a,
.page_news .more_news  span {
    font-family: 'Times New Roman', Arial, regular;
    font-style: italic;
    font-size: 18px;
    color: #9da5b3;
    text-decoration: underline;
    cursor: pointer;
}
.page_news .more_news  a:hover,
.page_news .more_news  span:hover {
    text-decoration: none
}
@media (min-width: 992px) and (max-width: 1199px) {
.page_news .news_main_list  .news_main_one .wrap_go_detail a {
    font-size: 16px;
}
.page_news .more_news {
    margin-bottom: 25px;
}
.page_news .more_news  a,
.page_news .more_news  span {
    font-size: 16px;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.page_news .news_main_list  .news_main_one .wrap_go_detail a {
    font-size: 16px;
}
.page_news .more_news {
    margin-bottom: 20px;
}
.page_news .more_news  a,
.page_news .more_news  span {
    font-size: 16px;
}
}
@media (max-width: 767px) {
.page_news .news_main_list  .news_main_one .wrap_go_detail a {
    font-size: 16px;
}
.page_news .more_news {
    margin-bottom: 20px;
}
.page_news .more_news  a,
.page_news .more_news  span {
    font-size: 16px;
}
}
/*End style main news list*/


/*Style inner news*/
/*Style right column*/
.page_news .news_right_column {

}
.page_news .news_right_column .title {
    font-family: 'Times New Roman', Arial, sans-serif;
    font-size: 29px;
    color: #001f38;
    margin-bottom: 18px;
    font-style: normal;
    font-weight: normal;
}
.page_news .news_right_column .block_popular .news_one {
    margin-bottom: 35px;
}
.page_news .news_right_column .block_popular .news_one .title_section {
    font-family: "Times New Roman", Arial, sans-serif;
    font-size: 16px;
    line-height: 18px;
    color: #000;
    margin-bottom: 5px;
    font-style: normal;
    font-weight: normal;
}
@media (min-width: 1200px) {
.page_news .news_right_column .block_popular .news_one .title_section {
    font-family: "Times New Roman", Arial, sans-serif;
    font-size: 17px;
    line-height: 19px;
    color: #33363b
}
}
.page_news .news_right_column .block_popular .news_one .title_section a {
    font-family: "Times New Roman", Arial, sans-serif;
    font-size: 100%;
    color: #33363b;
    text-decoration: none;
}
.page_news .news_right_column .block_popular .news_one .date {
    color: #9da5b3;
    font-family: "ProximaNova",Arial,sans-serif;
    font-size: 14px;
    margin-bottom: 5px;
}
.page_news .news_right_column .block_popular .news_one .wrap_img {
    display: block;
    margin-bottom: 12px;
}
.page_news .news_right_column .block_popular .news_one .name {
    font-family: "Times New Roman", Arial, sans-serif;
    font-size: 16px;
    line-height: 18px;
    color: #000;
    margin-bottom: 15px;
    font-style: normal;
    font-weight: normal;
}
@media (min-width: 1200px) {
.page_news .news_right_column .block_popular .news_one .name  {
    font-family: "Times New Roman", Arial, sans-serif;
    font-size: 17px;
    line-height: 19px;
}
}
.page_news .news_right_column .block_popular .news_one .name a {
    font-family: "Times New Roman", Arial, sans-serif;
    font-size: 100%;
    color: #33363b;
    text-decoration: none;
}
.page_news .news_right_column .block_popular .news_one .text {
    font-family: "Times New Roman", Arial, sans-serif;
    font-size: 14px;
    line-height: 15px;
    color: #4a4a4a;
}
.page_news .news_right_column .block_popular .news_one .wrap_go_detail {
    text-align: right;
}
.page_news .news_right_column .block_popular .news_one .wrap_go_detail a {
    font-family: 'Times New Roman', Arial, regular;
    font-size: 16px;
    font-style: italic;
    color: #9da5b3;
}


@media (min-width: 992px) and (max-width: 1199px) {
.page_news .news_right_column .block_popular .news_one {
    margin-bottom: 30px;
}
.page_news .news_right_column .block_popular .news_one .title {
    font-size: 25px;
}
.page_news .news_right_column .block_popular .news_one .wrap_go_detail a {
    font-size: 16px;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.page_news .news_right_column .block_popular .news_one {
    margin-bottom: 30px;
}
.page_news .news_right_column .block_popular .news_one .title {
    font-size: 23px;
}
.page_news .news_right_column .block_popular .news_one .wrap_go_detail a {
    font-size: 16px;
}
}
@media (max-width: 767px) {
.page_news .news_right_column .block_popular .news_one {
    margin-bottom: 20px;
}
.page_news .news_right_column .block_popular .news_one .title {
    font-size: 23px;
}
.page_news .news_right_column .block_popular .news_one .wrap_go_detail a {
    font-size: 16px;
}
}
/*End style right column*/


/*Style left column*/
.page_news .news_left_column {

}
.page_news .news_left_column .title {
    font-family: 'Times New Roman', Arial, sans-serif;
    font-size: 29px;
    color: #001f38;
    margin-bottom: 18px;
    font-style: normal;
    font-weight: normal;
}
.page_news .news_left_column .news_one {
    padding-bottom: 10px;
    margin-bottom: 30px;
    border-bottom: 1px solid #dac2c2;
}
.page_news .news_left_column .news_one .title {
    font-family: "Times New Roman", Arial, sans-serif;
    font-size: 18px;
    line-height: 20px;
    color: #000;
    margin-bottom: 10px;
}
@media (min-width: 1200px) {
.page_news .news_left_column .news_one .title {
    font-size: 22px;
    line-height: 24px;
}
}
.page_news .news_left_column .news_one .title a {
    font-family: "Times New Roman", Arial, sans-serif;
    font-size: 100%;
    text-decoration: none;
}
.page_news .news_left_column .news_one .title a:hover{
    color: #666;
}
.page_news .news_left_column .news_one .date {
    color: #a76e6e;
    font-family: "ProximaNova",Arial,sans-serif;
    font-size: 16px;
    margin-bottom: 17px;
}
.page_news .news_left_column .news_one .wrap_img {
    display: block;
    margin-bottom: 15px;
}
.page_news .news_left_column .news_one .text {
    margin-bottom: 15px;
}
.page_news .news_left_column .news_one .text,
.page_news .news_left_column .news_one .text p,
.page_news .news_left_column .news_one .text a {
    color: #4a4a4a;
}


@media (min-width: 992px) and (max-width: 1199px) {
.page_news .news_left_column .title {
    font-size: 25px;
}
.page_news .news_left_column .news_one {
    margin-bottom: 25px;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.page_news .news_left_column .title {
    font-size: 23px;
}
.page_news .news_left_column .news_one {
    margin-bottom: 25px;
}
}
@media (max-width: 767px) {
.page_news .news_left_column .title {
    font-size: 23px;
}
.page_news .news_left_column .news_one {
    padding-bottom: 0px;
}
}

/*Style left column news detail*/
.page_news .news_detail {
    margin-bottom: 20px;
}
.page_news .news_detail .wrap_top_info {
    padding: 6px 0;
    border-top: 1px solid #cfd3da;
    border-bottom: 1px solid #cfd3da;
    text-align: center;
    margin-bottom: 35px;
}
.page_news .news_detail .wrap_top_info > span {
    font-family: "Times New Roman", Arial, sans-serif;
    font-size: 14px;
    height: 18px;
    line-height: 18px;
    color: #6c727d;
    font-style: italic;
    padding: 6px 0;
    display: inline-block;
    position: relative;
}
.page_news .news_detail .wrap_top_info > span a{
    font-family: "Times New Roman", Arial, sans-serif;
    font-size: 100%;
    color: #797979;
}
.page_news .news_detail .wrap_top_info .look,
.page_news .news_detail .wrap_top_info .text {
    padding-left: 28px;
}
.page_news .news_detail .wrap_top_info .look:before,
.page_news .news_detail .wrap_top_info .text:before {
    content: "";
    position: absolute;
    left: 14px;
    top: 13px;
    width: 5px;
    height: 5px;
    background: #33363b;
    border-radius: 2px;
}
.page_news .news_detail .wrap_top_info .look div {
    display: inline-block;
}

.page_news .news_detail .title {
    font-family: "Times New Roman", Arial, sans-serif;
    font-size: 30px;
    color: #001f38;
    text-align: center;
    margin-bottom: 30px;
}
.page_news .news_detail .wrap_text {
    padding-bottom: 40px;
    margin-bottom: 40px;
    border-bottom: 1px solid #cfd3da;
}
.page_news .news_detail .go_list {
    padding: 8px;
    display: inline-block;
    max-width: 266px;
    text-decoration: none;
    text-align: center;
    margin-bottom: 25px;
}
.page_news .news_detail .go_list span {
    font-family: 'ProximaNova', Arial, regular;
    font-size: 15px;
    color: #fff;
    background: none;
    border: none;
    display: block;
    width: 100%;
    line-height: 30px;
    height: 30px;
    background-color: #052640;
    border-radius: 0;
    padding: 0 10px;
    text-transform: uppercase;
}
.page_news .news_detail .go_list:hover span {
    background-color: #0c3657;
}
/*
.page_news .news_detail .wrap_text,
.page_news .news_detail .wrap_text p,
.page_news .news_detail .wrap_text a {
    color: #4a4a4a;
} */
.page_news .news_detail .wrap_text .detail_picture {
    margin: 0 auto !important;
    margin-bottom: 10px !important;
}
.page_news .news_detail .wrap_text p img,
.page_news .news_detail .wrap_text .caption img,
.page_news .news_detail .wrap_text .photo img {
    margin: 0 auto !important;
    margin-bottom: 10px !important;
}
.page_news .news_detail .wrap_text p span.small,
.page_news .news_detail .wrap_text .photo strong {
    text-align: center;
    display: block;
    font-family: 'ProximaNova';
    color: #a76e6e;
    font-size: 18px;
    font-style: normal;
    font-weight: normal;
    margin-bottom: 10px;
}
.page_news .news_detail .wrap_text p span.small {
    margin-bottom: 30px;
}

.page_news .news_detail .wrap_text .photo p,
.page_news .news_detail .wrap_text .quick_view_button,
.page_news .news_detail .wrap_text .top_navigation,
.page_news .news_detail .wrap_text .middle_navigation,
.page_news .news_detail .wrap_text .description_container,
.page_news .news_detail .wrap_text .quick_view_container,
.page_news .news_detail .wrap_text .moving_ribbon.middle,
.page_news .news_detail .wrap_text .moving_ribbon.left   {
    display: none;
}
.page_news .news_detail .wrap_text iframe {
    margin: 0 auto;
    max-width: 100%;
    display: block;
    margin-bottom: 15px;
}

.page_news .news_detail .wrap_text .moving_ribbon_container ul {
    margin: 0;
    display: inline-block;
    width: 100%;
}
.page_news .news_detail .wrap_text .moving_ribbon_container li{
    list-style: none;
    width: 31%;
    margin: 5px 1%;
    float: left;
    display: block;
}
.page_news .news_detail .wrap_text .moving_ribbon_container li img {
    max-width: 100%;
    margin: 0 auto;
}
.page_news .news_detail .wrap_top_info > span a:hover{
    text-decoration: none;
}
.page_news .news_detail {

}
.page_news .news_detail .prop_text {
    margin-bottom: 25px;
}
.page_news .news_detail .prop_text p {
    font-family: "Times New Roman", Arial, sans-serif;
    font-size: 14px;
    line-height: 18px;
    color: #797979;
    margin-bottom: 2px;
    font-weight: normal;
    font-style: italic;
    text-align: right;
}
.page_news .news_detail .prop_text p a {
    font-family: "Times New Roman", Arial, sans-serif;
    font-size: 100%;
    line-height: 100%;
    color: #797979;
    font-weight: normal;
    font-style: italic;
    text-decoration: none;
}
.page_news .news_detail .news_share {
    display: inline-block;
    margin-bottom: 20px
}
.page_news .news_detail .news_share .social_list {
    list-style: none;
    margin: 0;
}
.page_news .news_detail .news_share .social_list li {
    float: left;
    margin-right: 8px;
}
@media (min-width: 992px) and (max-width: 1199px) {
.page_news .news_detail .wrap_top_info{
    margin-bottom: 30px;
}
.page_news .news_detail .title {
    font-size: 23px;
}
.page_news .news_detail .wrap_text {
    padding-bottom: 35px;
    margin-bottom: 35px;
}
.page_news .news_detail .wrap_text p span.small,
.page_news .news_detail .wrap_text .photo strong {
    font-size: 16px;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.page_news .news_detail .wrap_top_info{
    margin-bottom: 25px;
}
.page_news .news_detail .title {
    font-size: 23px;
    margin-bottom: 25px;
}
.page_news .news_detail .wrap_text {
    padding-bottom: 35px;
    margin-bottom: 35px;
}
.page_news .news_detail .wrap_text p span.small,
.page_news .news_detail .wrap_text .photo strong {
    font-size: 16px;
}
.page_news .news_detail .go_list span {
    font-size: 15px;
    padding: 0 8px;
}
}
@media (max-width: 767px) {
.page_news .news_detail .wrap_top_info{
    margin-bottom: 20px;
}
.page_news .news_detail .title {
    font-size: 20px;
    margin-bottom: 20px;
}
.page_news .news_detail .wrap_text {
    padding-bottom: 35px;
    margin-bottom: 25px;
}
.page_news .news_detail .wrap_text p span.small,
.page_news .news_detail .wrap_text .photo strong {
    font-size: 16px;
}
.page_news .news_detail .prop_text {
    display: none;
}
.page_news .news_detail .prop_text p {
    text-align: left;
}
.page_news .news_detail .go_list span {
    font-size: 15px;
    padding: 0 8px;
}
.page_news .news_detail .news_share {
    display: none;
}
.page_news .news_detail .wrap_text .moving_ribbon_container li{
    list-style: none;
    width: 100%;
    margin: 5px 0;
    float: none;
}
}
/*End style left column news detail*/
/*End style left column*/


/*End style inner news*/

/*End style page news*/


/*Style for page 404*/
.bg-404  .inner_page .container {
    min-height: 850px;
    position: relative;
    background: url("../img/mister_404_bg.png") no-repeat scroll center 96px #f6f6f6;
}
.block_404_left {
    margin-top: 460px;
    border-top: 2px solid #001f38;
    width: 780px;
    margin-left: 185px;
    margin-top: 460px;
    text-align: center;
    padding-top: 35px;
}
.block_404_left .title {
    font-family: 'ProximaNova', Arial, sans-serif;
    font-size: 150px;
    line-height: 150px;
    color: #000;
    margin-bottom: 20px;
    font-style: normal;
    font-weight: normal;
    display: none;
}
.block_404_left .text {
    font-size: 30px;
    line-height: 30px;
    color: #001f38;
    margin-bottom: 50px;    
    font-style: normal;
    font-weight: normal;
    position: relative;
    text-transform: uppercase;
}
.block_404_left .wrap_btn {
    margin-bottom: 30px;
    padding-left: 170px;
}
.block_404_left .wrap_btn a {
    font-size: 18px;
    font-weight: normal;
    font-style: normal;
    line-height: 38px;
    height: 38px;
    display: block;
    text-decoration: none;
    text-align: center;
    font-family: 'ProximaNova', Arial, regular;
    color: #fff;
    position: relative;
    background-color: #052640;
    border: none;
    margin-bottom: 15px;
}
.block_404_left .wrap_btn a:hover,
.block_404_left .wrap_btn a:active {
    background-color: #0c3657;
}

@media (min-width: 992px) and (max-width: 1199px) {
.block_404_left {
     margin-left: 80px;       
}
.block_404_left .wrap_btn {
    padding-left: 0px;  
}
}

@media (min-width: 768px) and (max-width: 991px) {
.bg-404  .inner_page .container {
    min-height: 650px;
}    
.bg-404  .inner_page .container {
    background-size:  567px 208px;
    background-position: center 76px;    
}
.block_404_left {
    margin-left: 40px;
    margin-top: 370px;
    padding-top: 35px;
    width: 650px;
}
.block_404_left .wrap_btn {
    padding-left: 0px;  
}
.block_404_left .text {
    font-size: 25px;
    line-height: 25px;    
    margin-bottom: 35px;    
}
}

@media (max-width: 767px) {
.bg-404  .inner_page .container {
    min-height: 550px;
    background-size: contain;
    background-position: center 26px;  
}
.block_404_left {
    width: 100%;
    margin-top: 300px;
    margin-left: 0;
}
.block_404_left .text {
    font-size: 25px;
    line-height: 25px;    
    margin-bottom: 35px;    
}
.block_404_left .wrap_btn {
    padding-left: 0px;  
}
}
@media (max-width: 479px) {
.block_404_left {
    margin-top: 200px;    
}    
.block_404_left .text {
    font-size: 21px;
    line-height: 21px;  
}
}
/*End style for page 404*/
/*End style for inner page*/

/*End style for main content*/









/*Style for footer*/
.footer {
    display: block;
    margin-top: 35px;
}

/*Style for footer block top*/
.footer_block_top {
    margin-bottom: 30px;
}
.footer_block_top>.container>.row{
	border: 1px solid #d1d2d6;
}
.footer_block_top .form-subscribe {
    margin: 25px 0px 25px 0px;
    border: 1px solid #d1d2d6;
    padding: 15px 15px 15px 15px; 
}

.footer_block_top .footer_block_top_left {
    background: url("../img/mister_subscrible_curs.png") no-repeat ;
    height: 80px;  
    padding-left: 180px; 
    margin: 25px 0px 25px 25px;
}
.footer_block_top .footer_block_top_center {
    margin: 0px 8px 0px 15px;         
}
.footer_block_top .footer_block_top_right {
    margin: 0px 15px 0px 8px;         
}



.footer_block_top_left p {
    font-family: "Times New Roman", Arial, sans-serif;
    font-size: 14px;
    color: #000;
    padding: 20px 12% 5px 5%;
}

.footer_block_top_center label {
    font-family: "Times New Roman", Arial, sans-serif;
    font-size: 16px;
    color: #666666;
    margin-top: 16px;
    margin-left: -10px;
    display: none;
    line-height: 38px;
}
.footer_block_top_center input[type="text"] {
	font-family: "Times New Roman", Arial, sans-serif;
    font-size: 16px;
	padding: 0 10px;
    height: 45px;
    border: none;
    border: 1px solid #f6f6f6;
    background-color: #f3f4f6;
    width: 100%;
    color: #666;
    text-align: left;
}
/*
.footer_block_top_right {
    padding: 18px 0 0 19px;
}
.footer_block_top_right .wrap_input {
	width: 300px;
}
*/

.wrap_input input[type="submit"] {
    font-size: 15px;
    color: #fff;
    background: none;
    border: none;
    display: block;
    width: 100%;
    line-height: 45px;
    background-color: #052640;
    font-family: "ProximaNova", Arial, sans-serif; 
    text-transform: uppercase;
}
.wrap_input input[type="submit"]:hover {
	background-color: #0c3657;
}

@media (min-width: 768px) and (max-width: 991px) {
.footer_block_top_left p {
    font-size: 13px;
    padding: 0;
}
.footer_block_top_center label {
    font-size: 13px;
}
.footer_block_top_center input[type="text"] {
    font-size: 13px;
}
.wrap_input input[type="submit"] {
    font-size: 12px;
}
}
@media (max-width: 767px) {
.footer_block_top {
    margin-left: 15px;
    margin-right: 15px;
}
.footer_block_top .footer_block_top_left {
    background: none;
    height: auto;  
    padding-left: 0px; 
    margin: 25px 15px 25px 15px;
}  
.footer_block_top .footer_block_top_left p { 
    font-size: 18px;
    padding: 0;
} 
.footer_block_top_left,
.footer_block_top_center,
.footer_block_top_right {
    margin: 0 auto;
}
.footer_block_top_right {
    height: 57px;
    padding: 0px;
}
/*
.footer_block_top_left {
    max-width: 470px;
    background: url(../img/miss_footer_block_top_left_bg_center_phon.jpg) left top no-repeat;
}

.footer_block_top_left:after {
    content: "";
    background: url(../img/miss_footer_block_top_left_bg_right.jpg) left top no-repeat;
    display: block;
    height: 78px;
    width: 3px;
    position: absolute;
    top: 0;
    right: 0;
}
*/
.footer_block_top .footer_block_top_center {
    margin: 0px; 
    background: none;        
}
.footer_block_top .footer_block_top_right {
    background: none;
    margin: 20px 0 10px 0;
    height: auto;
}
.footer_block_top_center input[type="text"] {
    font-size: 13px;
    margin-right: 0;
}
.footer_block_top_center label {
    font-size: 13px;
    margin-left: 0px;
}
.footer_block_top_right .wrap_input {
    max-width: 223px;
    margin: 0 auto;
}
.wrap_input input[type="submit"] {
    font-size: 15px;
    line-height: 32px;
    height: 32px;
}
}
@media (min-width: 468px) and (max-width: 767px) {
.footer_block_top_left p {
    text-align: center;
    padding: 25px 5% 5px 5%;
}
}
@media (max-width: 467px) {
.footer_block_top_left p {
    font-size: 13px;
    text-align: center;
}
}
/*End style for footer block top*/



/*Style for footer block center*/
.footer_block_second {
    border-top: 1px solid #cfd3da;
    background-color: #f3f4f6;
    padding-top: 10px;
    padding-bottom: 17px;
}

.footer_block_center {
    background-color: #fff;
    position: relative;
}
.footer_block_center .row{
    background-color: #ffffff;
    padding-bottom: 15px;
	border: 1px solid #dbdfe6;
}
/*Style for footer menu*/
.wrap_footer_menu {
    display: inline-block;
    width: 100%;
    margin: 10px 0 0 0;
    position: relative;
}
.footer_menu {
    width: 100%;
}
.footer_menu li {
    list-style: none;
}
.footer_menu > li {
    float: left;
    width: 26%;
}
.footer_menu > li.li-first {
    width: 22%;
}
.footer_menu li a {
    font-family: "Times New Roman", Arial, sans-serif;
    padding-right: 10%;
    padding-left: 20%;
    display: block;
    position: relative;
}
.footer_menu > li.li-first a{
    padding-left: 5%;
}
.footer_menu > li > a {
    font-size: 20px;
    color: #001f37;
    line-height: 40px;
    text-transform: uppercase;
}
.footer_menu > li.li-hover > a,
.footer_menu > li.li-active > a{
    text-decoration: none;
}
.footer_menu > li:hover > a,
.footer_menu > li:active > a {
    text-decoration: none;
}

.footer_menu > li > ul{
    border-right: 1px solid #f2efed;
    padding-top: 10px;
}
.footer_menu > li > ul > li > a{
    font-size: 14px;
    line-height: 20px;
    color: #6c727d;
    padding-top: 2px;
    padding-bottom: 3px;
}
.footer_menu > li > ul > li > a > i{
    margin-right: 5px;
}
.footer_menu > li > ul >li > a:hover,
.footer_menu > li > ul >li > a:active,
.footer_menu > li > ul >li.li-active-2 > a {
    text-decoration: underline;
    color: #3465a1;
}
@media (min-width: 992px) and (max-width: 1199px) {
.footer_menu li a {
    padding-left: 18%;            
}
.footer_menu > li > a {
    font-size: 18px;
    line-height: 36px;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.footer_menu li a {
    padding-right: 5%;
    padding-left: 5%;
}
.footer_menu > li > a {
    font-size: 15px;
    line-height: 36px;
}
.footer_menu > li > ul > li > a{
    font-size: 13px;
    line-height: 18px;
}
}
@media (max-width: 767px) {
.footer_block_center .row{
    padding-bottom: 25px;
}
.footer_menu > li,
.footer_menu > li.li-first {
    float: none;
    width: 100%;
}
.footer_menu > li > ul {
    border-right: none;
    padding-top: 10px;
    margin-left: 5%;
    padding: 10px 0;
    display: none;
}
.footer_menu > li.li-hover > ul,
.footer_menu > li.li-active > ul {
    display: block;
}
.footer_menu > li a,
.footer_menu > li.li-first a{
    padding-left: 5%;
}
}
/*End style for footer menu*/


/*Style for footer block center left*/
.footer_block_center_left {
    margin: 10px 0 0 0;
}
.footer_block_center_left .center_left_title {
    font-family: "Times New Roman", Arial, sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 20px;
    color: #000;
    line-height: 40px;
    text-transform: uppercase;
    margin-bottom: 12px;
}
.footer_block_center_left .center_left_title a {
    font-family: "Times New Roman", Arial, sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 100%;
    color: #001f37;
    text-decoration: none;
}
.footer_block_center_left .center_left_title,
.footer_block_center_left .center_left_email,
.footer_block_center_left .footer_wrap_phone {
    margin-left: 25%;
}

.center_left_email {
    font-family: "ProximaNova", Arial, sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 16px;
    color: #9da5b3;
    margin-bottom: 20px;
}
.footer_wrap_phone {
    font-family: "ProximaNova", Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: bold;
    color: #052640;
    margin-bottom: 5px;
}
.footer_wrap_phone  p > i{
    display: none;
}
.footer_social {
    width: 100%;
    max-width: 190px;
    margin-left: 17%;
    padding-top: 30px;
    margin-bottom: 10px;
}
.footer_social ul {
    display: inline-block;
    width: 100%;
    padding: 7px 10% 7px 10%;
    position: relative;
    z-index: 2;
}
.footer_social ul li {
    float: left;
    list-style: none;
    width: 25%;
}


@media (min-width: 992px) and (max-width: 1199px) {
.footer_block_center_left .center_left_title,
.footer_block_center_left .center_left_email,
.footer_block_center_left .footer_wrap_phone {
    margin-left: 17%;
}
.footer_social {
    margin-left: 10%;
}
.footer_social .social_list {
    padding: 7px 5% 7px 5%;
}
.footer_block_center_left .center_left_title {
    font-size: 18px;
    line-height: 36px;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.footer_block_center_left .center_left_title,
.footer_block_center_left .center_left_email,
.footer_block_center_left .footer_wrap_phone,
.footer_social {
    margin-left: 5%;
}
.footer_social {
    margin-left: 0;
}
.footer_social ul {
    padding: 7px 3% 7px 3%;
}
.footer_block_center_left .center_left_title {
    font-size: 15px;
    line-height: 36px;
}
}
@media (max-width: 767px) {
.footer_block_center_left .center_left_title,
.footer_social {
    margin-left: 5%;
}
.footer_block_center_left .center_left_email,
.footer_block_center_left .footer_wrap_phone {
    margin-left: 10%;
}
}
/*End style for block center left*/
/*End style for footer block center*/


/*Style for footer block bottom*/
.footer_block_bottom {
	margin-top: 15px;
}
.footer_block_bottom .container{
    min-height: 50px;
}
.copyright {
    font-family: "Times New Roman", Arial, sans-serif;
    font-size: 14px;
    color: #6c727d;
    line-height: 1.2;
    padding-top: 5px;
}
a.sotbit {
    font-family: "Times New Roman", Arial, sans-serif;
    font-size: 14px;
    color: #6c727d;
    padding-left: 40px;
    background: url(../img/miss_sotbit_logo.png) no-repeat 0 11px;
    display: block;
    line-height: 1.2;
    padding-top: 5px;
}
a.sotbit:hover {
    text-decoration: none;
}

.footer_bottom_center {
    font-family:  "Univers", Arial, sans-serif;
    font-size: 14px;
    color: #000000;
    text-align: center;
}
.footer_bottom_center .text {
    display: inline-block;
    line-height: 40px;
	color: #6c727d;
	margin-right: 10px;
}
.footer_bottom_center .block_bottom_center {
    display: inline-block;
    border: 1px solid #cfd3da;
    padding: 8px 5px;
    max-width: 170px;
}
.footer_bottom_center .block_bottom_center a {
    display: inline-block;
    margin: 0px 5px;
}
.footer_bottom_center .block_bottom_center img {
    display: inline-block;
}
.footer_bottom_right {
    text-align: right;
    font-family:  "Univers", Arial, sans-serif;
    font-size: 14px;
    color: #6c727d;
}
.footer_bottom_right .text {
    display: inline-block;
    line-height: 40px;
	margin-right: 10px;
}
.footer_bottom_right .block_bottom_right {
	display: inline-block;
    padding: 8px;
    text-align: center;
    max-width: 320px;
    border: 1px solid #cfd3da;
    background-color: #f3f4f6;
}
.footer_bottom_right .block_bottom_right img {
}
.block_bottom_right img {
    margin: 0 2px;
}
@media (min-width: 992px) and (max-width: 1199px) {
a.sotbit {
    padding-left: 36px;    
}
}
@media (min-width: 768px) and (max-width: 991px) {
.footer_bottom_right .block_bottom_right {
   padding: 8px 0px;
}

.block_bottom_right img {
    margin: 0px;
}
.block_bottom_right a {
    margin: 0px;
}
.copyright {
    font-size: 11px;
    padding-top: 7px;
}
a.sotbit {
    font-size: 11px;
    padding-left: 30px;
    background-position: 0 9px;
    background-size: 27px;
    padding-top: 7px;
}
}
@media (max-width: 767px) {
.copyright {
    margin-bottom: 10px;
}
.footer_block_bottom {
    text-align: left;
}

}
/*End style for footer block bottom*/
/*End style for footer*/











/*Style for modal window and modal block*/
/*General style for modal window and modal block*/
.modal-window {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    min-height: 100%;
    z-index: 1000;
    overflow: hidden;
    opacity: 0;
}
.modal-window .modal-window-bg {
    background: url(../img/miss_modal_bg.png) 0 0 repeat;
    width: 100%;
    min-height: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.wrap-out {
    position: absolute;
    top: 105px;
    width: 100%;
    z-index: 103;
    height: auto;
}
@media (max-width: 767px) {
.wrap-out {
    top: 225px;
}
}

.modal-block {
    background: url(../img/mister_bg_c5c3c0_modal_block.png) 0 0 repeat;
    width: 485px;
    margin: 0 auto;
    padding: 7px;
    position: relative;
    z-index: 1000;
    height: auto;
}
.modal-block .close {
    height: 38px;
    width: 37px;
    display: block;
    position: absolute;
    top: -7px;
    right: -50px;
    cursor: pointer;
    background: url(../img/mister_detail_fancybox_close.png) no-repeat;
}
.modal-block-inner {
    width: 100%;
    position: relative;
    border: 1px solid #000;
    background-color: #fff;
    padding: 14px 9% 14px 5%;
    min-height: 150px;
    height: auto;
}
.modal-content {
    width: 100%;
    height: auto;
}
.modal-block-inner .modal-title {
    font-family: "ProximaNova", Arial, sans-serif;
    font-size: 22px;
    font-weight: normal;
    font-style: normal;
    color: #6c727d;
    padding: 0 0 0 3%;
}

@media (min-width: 992px) and (max-width: 1199px) {
.modal-block {
    width: 435px;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.modal-block {
    width: 410px;
}
}
@media (max-width: 767px) {
.modal-block {
    width: 97%;
    max-width: 485px;
}
.modal-block .close {
    height: 35px;
    width: 34px;
    background-size: 30px 30px;
    top: 10px;
    right: 10px;
}
}



/*Style for block window without bg*/
.window-without-bg {
    position: absolute;
    top: 105px;
    left: 50%;
    margin-left: -242px; /*depend from style width ".modal-block"*/
    display: inline-block;
    z-index: 100;
}
@media (min-width: 992px) and (max-width: 1199px) {
.window-without-bg {
    margin-left: -217px; /*depend from style width ".modal-block"*/
}
}
@media (min-width: 768px) and (max-width: 991px) {
.window-without-bg {
    margin-left: -205px; /*depend from style width ".modal-block"*/
}
}
@media (max-width: 767px) {
.window-without-bg {
    margin-left: 2%;
    top: 225px;
    left: auto;
    width: 97%;
    max-width: 485px;
}
}
/*End style for block window without bg*/
/*End General style for modal window and modal block*/



/*Style for modal window login*/
.login-form {
    padding: 0 0 0 3%;
}
.login-form form {
    font-family: "Times New Roman", Arial, sans-serif;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    display: block;
}
.login-form .wrap-label{
    padding: 18px 0 3px 0;
}
.login-form .wrap-label label{
    color: #000;
}
.login-form .wrap-label a{
    font-family: "Times New Roman", Arial, sans-serif;  
    font-size: 14px;  
    float: right;
    color: #33363b;
    text-decoration: underline;
}
.login-form .wrap-label a:hover{
    text-decoration: none;
}
.login-form input[type=text],
.login-form input[type=password] {
    width: 100%;
    padding: 0 2%;
    height: 30px;
    border: 1px solid #9f9f9f;
}
.login-form .rememberme{
    margin-top: 2px;
    position: relative;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.login-form .rememberme input{
    display: none;
}
.login-form .rememberme label {
    cursor: pointer;
    background: url(../img/mister_rememberme_sprite.png) 0 2px no-repeat;
    padding-left: 20px;
    min-height: 19px;
    display: inline-block; 
}
.login-form .rememberme label.label-active {
    background: url(../img/mister_rememberme_sprite.png) 0 -24px no-repeat;
}
.login-form .rememberme label::selection {
    background: none;
}
.login-form .rememberme label::-moz-selection  {
    background: none;
}
.login-form .wrap-login {
    margin-top: 10px;
    width: 100%;
    display: inline-block;
    margin-bottom: 150px;
}
.login-form .wrap-login div {
    float: left;
}
.login-form .social {
    width: 50%;
    background-color: #f8f8f8;
    margin-top: 27px;
}

.login-btn-wpar {
    width: 50%;
    padding-top: 28px;
}

.login_send,
.login_send:hover,
.login_send:active {
    font-family: 'ProximaNova', Arial, regular;
    font-size: 15px;
    color: #fff;
    background-color: #052640;
    line-height: 32px;
    height: 32px;
    border: none;
    width: 86%;
    text-transform: uppercase;
    
}
.login_send:hover,
.login_send:active {
    background-color: #0c3657;
}
.social span {
    font-family: "Times New Roman", Arial, sans-serif;   
    font-size: 12px;
    text-transform: uppercase;      
    padding: 10px 5px 5px 0px;
    display: block;
    text-align: center;
    color: #9f9f9f;
}
.social .social_list {  
    display: inline-block;
    color: #33363b;
    width: 95%;
    margin-left: 5%;
    padding: 7px 13px 7px 10px;
}
.social .bx-auth-service-form {
    margin-left: 5%;
}
.social .social_list li {
    float: left;
    list-style: none;
    width: 25%;
}
.social_vk,
.social_fb,
.social_twitt,
.social_gog {
    width: 30px;
    height: 31px;
    display: block;
    margin: 0 auto;
    background: url(../img/mister_sprite_social_icon.png);
}
.social_vk {
    background-position: -5px -5px;
}
.social_vk:hover {
    background-position: -5px -40px;
}
.social_fb {
    background-position: -5px -75px;
}
.social_fb:hover {
	background-position:-5px -110px;
}
.social_twitt {
    background-position: -5px -145px;
}
.social_twitt:hover {
    background-position:-5px -180px;
}
.social_gog {
    background-position:-5px -215px;
}
.social_gog:hover {
    background-position:-5px -250px;
}
.VKontakte a,
.Twitter a,
.Facebook a,
.Google a {
    width: 31px;
    height: 31px;
    display: block;
    margin: 0 auto;
    background: url(../img/mister_sprite_social_icon.png);
}
.VKontakte a {
    background-position: -5px -5px;
}
.VKontakte:hover a{
    background-position: -5px -40px;
}
.Facebook a{
    background-position: -5px -75px;
}
.Facebook:hover a{
    background-position:-5px -110px;
}
.Twitter a{
    background-position: -5px -145px;
}
.Twitter:hover a{
    background-position:-5px -180px;
}
.Google a{
    background-position:-5px -215px;
}
.Google:hover a{
    background-position:-5px -250px;
}
.icon_split {
    width: 31px;
    height: 31px;
    display: block;               
    background: url(../img/mister_sprite_social_icon.png);
    float: left;
}
.icon_split.VKontakte {
    background-position: -4px -40px;
}
.icon_split.Facebook {
    background-position: -4px -110px;
}
.icon_split.Twitter {
    background-position: -4px -179px;
}
.icon_split.Google {
    background-position: -4px -250px;
}
.bx-auth-service-form .bx-ss-icon {
    width: 16px;
    height: 16px;
    padding: 0;
}
@media (min-width: 992px) and (max-width: 1199px) {
.login_send,
.login_send:hover,
.login_send:active {
    width: 84%;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.login-form form {
    font-size: 13px;
}
.login_send,
.login_send:hover,
.login_send:active {
    width: 82%;
}
}
@media (max-width: 767px) {
.login-form form {
    font-size: 13px;
}
.login_send,
.login_send:hover,
.login_send:active {
    width: 82%;
}
.login-btn-wpar {
    width: 100%;
}
.login-form .social {
    width: 100%;
}
.login-form .social span {
    padding-top: 10px;
    text-align: center;
}
.social .social_list {
    margin-right: 10%;
    width: 80%;
    margin-left: 10%;
    padding: 7px 7px 7px 0px;
    text-align: center;
}
.login-form .wrap-login div {
    float: none;
}
.login-btn-wpar {
    width: 100%;
    text-align: center;
}

.login_send,
.login_send:hover,
.login_send:active {
    width: 70%;
}
}
/*End style for modal window login*/




/*Style for modal block basket*/
.window-without-bg.window_basket {
    margin-left: 0;
    left: auto;
    right: 0;
    display: block;
}
@media (min-width: 1200px){
.window_basket .modal-block .close {
    display: none;
}
}
@media (min-width: 768px){
.wrap-top-block-right1 #basket {
    position: relative;
}
}
@media (max-width: 767px) {
.window-without-bg.window_basket {
    right: 2%;
}
}
.window_basket .modal-block .modal-block-inner {
    padding: 30px 0 40px 0;
}
.window_basket .basket-item {
    padding: 0 10px;
    position: relative;
}
.window_basket .basket-item.item-bg-2 {
    padding-top: 10px;
    padding-bottom: 10px;
}
.window_basket .basket-item .delete {
    position: absolute;
    display: block;
    width: 27px;
    height: 28px;
    right: 40px;
    top: 12px;
    background: url(../img/mister_modal_basket_item_delete.png) 3px 3px no-repeat;
    border-radius: 10px;
    z-index: 5;
    display: none;
}
.window_basket .basket-item a.item-tovar {
    display: inline-block;
    position: relative;
    width: 100%;
    padding: 5px 30px 8px 28px;
    z-index: 1;

}
.window_basket .basket-item a.item-tovar:hover,
.window_basket .basket-item a.item-tovar.del  {
    /*background: url(../img/miss_modal_basket_item_a_bg.png) repeat 0 0;*/
    text-decoration: none;
}

.window_basket .basket-item .wrap-img {
    margin-right: 25px;
    float: left;
    padding-left: 28px;
    position: relative;
    margin-left: -28px;
    display: block;
    width: 27%;
}
.window_basket .basket-item .wrap-img img{
    border: 1px solid #f4f4f4;
}
.window_basket .characteristics {
    font-family: "Times New Roman", Arial, sans-serif;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    color: #000;
    display: block;
    text-align:left;
    float: left;
    width: 73%;
}
.window_basket .characteristics span {
    display: block;
}
.window_basket .characteristics .item-name {
    font-size: 18px;
    margin-top: 10px;
    max-width: 92%;
}
.window_basket .characteristics .item-second-name {
    margin-bottom: 10px;
}
.window_basket .characteristics .item-second-name i {
    font-family: Arial, Helvetica, sans-serif;
}
.window_basket .characteristics .item-size,
.window_basket .characteristics .item-color {
    color: #797979;
    max-width: 65%;
}
.window_basket .characteristics .item-size b,
.window_basket .characteristics .item-color b{
    color: #000;
    font-weight: normal;
}
.window_basket .characteristics .item-color {
    line-height: 18px;
}
.window_basket .characteristics .item-color span {
    height: 10px;
    width: 10px;
    display: inline-block;
}
.window_basket .item-tovar .item-price {
    position: absolute;
    bottom: 9px;
    right: 30px;
    max-width: 35%;
}
.window_basket .item-tovar .item-price .price {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    color: #d44343;
}

.window_basket .item-tovar .item-count {
    font-family: "Times New Roman", Arial, sans-serif;
    font-size: 14px;
    color: #797979;
    display: block;
    margin-bottom: 5px;
    min-width: 60px;
}
.window_basket .item-tovar .item-count span {
    color: #000000;
}
.window_basket .basket-total {
    font-family: "Times New Roman", Arial, sans-serif;
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    /*background: url(../img/miss_modal_basket_item_a_bg.png) repeat 0 0; */
    background: #f8f8f8;
    margin: 18px 10px 0 10px;
    padding: 10px 30px 5px 28px;
}
.window_basket .basket-total div.quantity {
    width: 49%;
    display: inline-block;
}
.window_basket .basket-total div.quantity b {
    font-weight: normal;
}
.window_basket .basket-total div.total-price {
    width: 50%;
    float: right;
    text-align: right;
}
.window_basket .basket-total div.quantity b {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: 16px;
    color: #000;
}
.window_basket .basket-total div.total-price b {
    color: #d44343;
    font-weight: normal;
}
@media (min-width: 768px) and (max-width: 991px) {
.window_basket .basket-item .delete {
    background-position: 1px 2px;
    width: 23px;
    height: 21px;
}
}
@media (max-width: 767px) {
.window_basket .basket-item .delete {
    background-position: 1px 2px;
    width: 27px;
    height: 28px;
}
.window_basket .basket-item .wrap-img {
    float: none;
    margin-right: 0px;
    width: 100%;
}
.window_basket .characteristics {
    width: 100%;
}
.window_basket .characteristics .item-name {
    max-width: 100%;
}
.window_basket .basket-total div.quantity {
    width: 100%;
    display: block;
    text-align: center
}
.window_basket .basket-total div.total-price {
    width: 100%;
    float: none;
    text-align: center;
}
}
.window_basket  .basket-btn-order {
    margin: 0 10px 0 10px;
    padding: 13px 30px 13px 28px; 
    display: block;
    text-decoration: none;
    background: #f8f8f8;
    position: relative;
}
.window_basket .basket-btn-order:hover,
.window_basket .basket-btn-order:active {
    text-decoration: none;
}
.basket-btn-order .basket-btn-order-inner {
    font-family: "ProximaNova", Arial,sans-serif;
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    color: #fff;
    display: block;
    line-height: 48px;
    text-align: center;
    background-color: #052640;
    position: relative;
}
.basket-btn-order:hover .basket-btn-order-inner,
.basket-btn-order:active .basket-btn-order-inner {
    background-color: #0c3657;
}
@media (min-width: 992px) and (max-width: 1199px) {

}
@media (min-width: 768px) and (max-width: 991px) {

}
@media (max-width: 767px) {

}
/*End style for modal block basket*/
/*End style for modal window*/




/*Style for bitrix visual redactor*/
.bx-core-window * {
    -moz-box-sizing: content-box;
}
.bx-core-window .bxedmainframe td, .bxedmainframe table td {
    line-height: 140%;
}
/*End style for bitrix visual redactor*/




@media (min-width: 1200px){

}
@media (min-width: 992px) and (max-width: 1199px) {

}
@media (min-width: 768px) and (max-width: 991px) {

}
@media (max-width: 767px) {

}

@media (min-width: 480px) and (max-width: 767px) {

}
@media (max-width: 479px) {

}


/*AVAILABLE BLOCK*/
.detail_available_title{
  padding:17px;border: 1px solid #e0e0e0; background: #fcfcfc
}
.detail_available_title .title{
    color: #d44343; 
    font-family: "Times New Roman";
    font-size: 17px;
    font-weight: normal;
    line-height: 24px;
    text-transform: uppercase;
}
.subscribe_product_form{
  margin-top: 10px;
}

.subscribe_product_form .wrap_input {
    margin-top: 4px;
    max-width: 230px;
    padding: 3px 5px;
    width: 100%;
}
.subscribe_product_form .wrap_input input[type="submit"] {
    background-color: #052640;
    border: medium none;
    color: #fff;
    font-family: "ProximaNova",Arial,regular;
    font-size: 15px;
    height: 38px;
    line-height: 38px;
    width: 100%;
    text-transform: uppercase;
}
.subscribe_new{
  border: 1px solid #cccccc;
  padding: 15px 14px 8px 14px;
  margin-top:7px;
}
.subscribe_new input[name=user_mail]{
  background: #f6f6f6; 
  border: 1px solid #cfd3da; 
  color: #33363b;
  width: 100%;
  height:25px;
  margin-bottom: 7px;
  text-align:center;
}
.subscribe_new_form .wrap_input{
  position: relative;
}
.subscribe_new input[type=submit]{
    background-color: #052640;
    color: #ffffff;
    display: inline-block;
    font-family: "ProximaNova",Arial,regular;
    font-size: 15px;
    font-style: normal;
    font-weight: normal;
    height: 38px;
    line-height: 38px;
    padding: 0 5px;
    position: relative;
    text-align: center;
    text-decoration: none;
    width: 100%;
    text-transform: uppercase;
}

.subscribe_new input[type=submit]:hover, .subscribe_new input[type=submit]:active{
    background: #0c3657;
}
.detail_block_buy .block_quantity{
  text-align: center;
}
.detail_block_buy .block_quantity input{
  width: 40px;text-align:center;
}

@media (min-width: 1200px){

}
@media (min-width: 992px) and (max-width: 1199px) {
.subscribe_product_form .wrap_input input[type="submit"] { 
    font-size: 12px;
}

}
@media (min-width: 768px) and (max-width: 991px) {
.subscribe_product_form .wrap_input input[type="submit"] { 
    font-size: 9px;
}
.subscribe_new input[type=submit] {
    font-size: 12px;    
}    
}
@media (max-width: 767px) {

}

@media (min-width: 480px) and (max-width: 767px) {

}
@media (max-width: 479px) {

}
/*END*/