@charset "utf-8";
/* CSS Document */

@font-face {
	font-family: 'Material-Design-Iconic-Font';
	src: url('../fonts/Material-Design-Iconic-Font.woff2?v=2.2.0') format('woff2'), 
	url('../fonts/Material-Design-Iconic-Font.woff?v=2.2.0') format('woff'), 
	url('../fonts/Material-Design-Iconic-Font.ttf?v=2.2.0') format('truetype');
	font-weight: normal;
	font-style: normal;
}
/*
font-family: 'Montserrat', sans-serif;
*/
* {
    margin: 0;
    padding: 0;
    }

/*for Chrom*/
* { -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
input, textarea { outline:none; }
input:active, textarea:active { outline:none; }
:focus { outline:none; }

/*for FireFox*/
button::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="file"] > input[type="button"]::-moz-focus-inner {
	border: none;
}

:focus::-webkit-input-placeholder {color: transparent;}
:focus::-moz-placeholder          {color: transparent;}
:focus:-moz-placeholder           {color: transparent;}
:focus:-ms-input-placeholder      {color: transparent;}

*:focus::-webkit-input-placeholder { opacity:0; }
*:focus:-moz-placeholder { opacity:0; }
*:focus::-moz-placeholder { opacity:0; } 
*:focus:-ms-input-placeholder { opacity:0; } 

/*::-webkit-input-placeholder { 
   color: #ffffff;
}
:-moz-placeholder { 
   color: #ffffff;
}
::-moz-placeholder { 
   color: #ffffff;
}
:-ms-input-placeholder { 
   color: #ffffff;
}*/

a { outline: none !important;
	cursor: pointer;
}
a img {
    border:-moz-none !important;
    outline:-moz-none !important;
}
img {
    max-width: 100%;
}
body {
    
}
.sppb-row {
	margin: 0 !important;
}
.row {
    
}
.container-fluid {
    padding: 0;
    width: 100%;
    float: left;
}
.home-content {
    width: 100%;
    float: left;
    /*background-color: #f9f9f9;*/
}
.home-content .sppb-col-md-12 {
    padding: 0 !important;
}
/************* header *********/
/*-------- top site ----------*/
#HeaderHome {
    background-image: url(../images/bg-header-home.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    /*background-size: contain;*/
    height: 100vh;
}
#Header {
    /*background-image: url(../images/bg-header.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;*/
}
.top-header-home,
.top-header {
    padding: 30px 0;
}
.logo {}
.logo .img-logo {
    display: block;
    float: left;
  	max-width: 80%;
    /*margin-right: 20px;*/
}
.logo .img-logo:hover,
.logo .img-logo:focus {
    opacity: 0.8;
}
.logo a {
    color: #110D40;
    font-size: 16px;
    display: block;
    line-height: 1.2;
}
.logo span.desc-logo {
    display: block;
    padding-top: 12px;
}
.logo a:hover,
.logo a:focus {
    text-decoration: none;
    color: #0d1db8;
}
.top-info {}
.top-info ul {
    margin-bottom: 0;
    float: right;
}
.top-info ul li {
    float: left;
    display: block;
    margin-left: 26px;
}
.top-info ul li:first-child {
    margin-left: 0;
    line-height: 1;
}
.top-info ul li:first-child a {
    color: #110D40;
}
.top-info ul li.link-modal a {
    border-radius: 50px;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 10px 45px;
}
.top-info ul li.cart-desctop [class^="icon-"], 
.top-info ul li.cart-desctop [class*=" icon-"] {
    width: auto;
    height: auto;
}
.top-info ul li:last-child {
    padding-top: 8px;
}
.mod-languages_langs .inputbox {
    font-size: 14px;
    border: none;
    background-color: #ececec;
    padding: 6px;
    border-radius: 8px;
  	width: 54px;
}
.mod-languages_langs .inputbox option {
    text-align: center;
}
.mod-languages_langs .chzn-container {
    width: 40px !important;
}
.mod-languages_langs .chzn-container .chzn-single {
    border: none !important;
    border-radius: 12px !important;
    background: #ececec !important;
    box-shadow: none !important;
    height: 30px;
    text-align: center;
    padding-left: 0;
    line-height: 2.2;
}
.mod-languages_langs .chzn-container-single .chzn-single div {
    display: none;
}
.mod-languages_langs .chzn-container-single .chzn-single span {
    margin-right: 0 !important;
}
.mod-languages_langs .chzn-container .chzn-drop {
    border: none !important;
}
.mod-languages_langs .chzn-container ul.chzn-results {
    margin: 0 !important;
  	padding: 0 !important;
}
.mod-languages_langs .chzn-container ul.chzn-results li:first-child {
    line-height: 1.3;
}
.mod-languages_langs .chzn-container .chzn-results li.highlighted {
    background-color: transparent !important;
    background-image: none !important;
}
.mod-languages_langs .chzn-container .chzn-results li {
    color: #444 !important;
  	padding: 5px 0 !important;
    width: 100%;
    text-align: center;
}
.mod-languages_langs .chzn-container .chzn-results li:hover {
    background-color: #ececec !important;
    color: #000 !important;
}
/*-------- main-menu --------------*/
.main-menu {
    padding-top: 30px;
}
.main-menu ul {
    font-family: 'Montserrat', sans-serif !important;
}
.main-menu ul.level0 li {
    display: inline-block !important;
    margin-right: 3% !important;
    float: none !important;
}
.main-menu ul li:first-child a,
.main-menu ul li:first-child span {
    padding-left: 0 !important;
}
.main-menu ul.level0 li:last-child {
    margin-right: 0 !important;
}
.main-menu ul li:last-child a,
.main-menu ul li:last-child span {
    padding-right: 0 !important;
}
.main-menu ul.level0 li a.megacss {
    color: #110D40 !important;
    text-transform: uppercase;
    font-weight: 500 !important;
    box-shadow: none !important;
    border-bottom: 2px solid transparent !important;
    font-size: 18px;
    padding: 12px 0 !important;
}
.main-menu ul.level0 li span.megacss {
    padding: 0 !important;
}
.main-menu ul.level0 li span.megacss span.menu-title {
    color: #110D40 !important;
    text-transform: uppercase;
    font-weight: 500 !important;
    box-shadow: none !important;
    border-bottom: 2px solid transparent !important;
    font-size: 18px;
    padding: 0 12px 12px 0 !important;
}
.main-menu ul.level0 .childcontent-inner {
    box-shadow: 0px 4px 20px rgba(15, 76, 129, 0.04);
    padding: 15px 0;
}
.main-menu ul.level0 li.megacss.active a,
.main-menu ul.level0 li.megacss.active span.megacss.active span,
.main-menu ul.level0 li a.megacss:hover,
.main-menu ul.level0 li a.megacss:focus,
.main-menu ul.level0 li span.megacss span.menu-title:hover {
    background-color: transparent !important;
    color: #D4B25E !important;
    border-bottom: 2px solid #D4B25E !important;
}
.main-menu .megamenu.blackwhite,
.main-menu .megamenu.blackwhite_1 {
    box-shadow: none !important;
    background-color: transparent !important;
    background: none !important;
    border: none !important;
    border-radius: 0 !important; 
}
.main-menu .container-menu {
    background: transparent !important;
}
.main-menu ul li ul.level1 li {
    float: left !important;
    margin-right: 0 !important;
    width: 100%;
  	padding-right: 10px !important;
}
.main-menu ul.level0 li ul.level1 li a.megacss,
.main-menu ul.level0 li ul.level1 li a.megacss span {
    font-size: 15px;
    padding: 4px 0 !important;
    color: #110D40;
    border-bottom: 2px solid transparent !important;
}
.main-menu ul.level0 li ul.level1 li:first-child a,
.main-menu ul.level0 li ul.level1 li:first-child a span,
.main-menu ul.level0 li ul.level1 li:last-child a,
.main-menu ul.level0 li ul.level1 li:last-child a span {
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.main-menu ul.level0 li ul.level1 li a.megacss:hover,
.main-menu ul.level0 li ul.level1 li a.megacss span:focus,
.main-menu ul.level0 li ul.level1 li.megacss.active a {
    color: #D4B25E !important;
    border-bottom: 2px solid #D4B25E !important;
}
.main-menu ul.level0 li ul.level1 li a.megacss span:hover {
    color: #D4B25E !important;
}
.main-menu ul.level0 li.megacss.active ul.level1 li.megacss a {
    color: #D4B25E;
}
.main-menu ul.level0 li.megacss.active ul.level1 li.megacss.active a.megacss.active span {
    color: #D4B25E !important;
}
/*--------- bottom header ----------*/
.moduletable_bottom-header {}
.moduletable_bottom-header .desc-promo {
    padding-top: 90px;
}
.moduletable_bottom-header .desc-promo h1 {
    font-weight: 300;
    font-size: 80px;
    text-transform: uppercase;
    margin-bottom: 0;
}
.moduletable_bottom-header .desc-promo ul {
    margin-bottom: 0;
    margin-top: 70px;
    float: left;
    width: 100%;
}
.moduletable_bottom-header .desc-promo ul li {
    display: block;
    float: left;
    position: relative;
    width: 50%;
}
.moduletable_bottom-header .desc-promo ul li:nth-child(1),
.moduletable_bottom-header .desc-promo ul li:nth-child(2) {
    margin-bottom: 60px;
}
.moduletable_bottom-header .desc-promo ul li .icon-promo {
    float: left;
    margin-right: 25px;
}
.moduletable_bottom-header .desc-promo ul li .title-promo {
    font-size: 20px;
    text-transform: uppercase;
    line-height: 1.2;
    padding-top: 6px;
}
.moduletable_bottom-header .desc-promo ul li .title-promo a {
  	color: #110D40;
}
.moduletable_bottom-header .desc-promo ul li:nth-child(1) .title-promo {
   
}
.moduletable_bottom-header .img-promo {}

/*********** modules home page ********/
/*---------- Advantages --------------*/
#Advantages {}
.custom_advan {}
.custom_advan .h1 {
    margin-bottom: 60px;
}
.custom_advan .block-advan {
    text-align: center;
}
.custom_advan .block-advan .img-advan {
    margin-bottom: 30px;
}
.custom_advan .block-advan .title-advan {
    text-transform: uppercase;
}
/*---------- about -------------*/
#About {}
.custom_about-home {}
.custom_about-home .h1 {
    margin-bottom: 60px;
}
.custom_about-home .desc-about {}
.custom_about-home .desc-about p {
    margin-bottom: 40px;
    padding-right: 40px;
    line-height: 1.6;
}
.custom_about-home .desc-about p:last-child {
    margin-bottom: 0;
}
.custom_about-home .desc-about ul {
    padding-left: 20px;
}
.custom_about-home .desc-about ul li {
    font-weight: 400;
    line-height: 2;
}
.custom_about-home .imgs-about {}
.custom_about-home .imgs-about .object-img {
    position: absolute;
    top: -20px;
    left: 30px;
}
.custom_about-home .imgs-about ul {
    margin-bottom: 0;
    width: 100%;
    overflow: hidden;
    text-align: center;
}
.custom_about-home .imgs-about ul li {
    display: inline-block;
    position: relative;
    z-index: 10;
    text-align: center;
    margin-right: 5%;
}
.custom_about-home .imgs-about ul li:last-child {
    margin-right: 0;
}
.custom_about-home .imgs-about ul li .img-doc {
    margin-bottom: 40px;
}
.custom_about-home .imgs-about ul li .name-doc {
    margin: 0;
}
/*------------- AdvertisingBanner ------------*/
#AdvertisingBanner {}
#AdvertisingBanner .sppb-addon-single-image-container {}
#AdvertisingBanner .sppb-addon-single-image-container a img {}
#AdvertisingBanner .sppb-addon-single-image-container a img:hover {
  	opacity: 0.7;
}
/*----------- Treatment ----------*/
#Treatment {}
.custom_treatment {}
.custom_treatment .desc-treatment {}
.custom_treatment .desc-treatment .h1 {
    margin-bottom: 60px;
}
.custom_treatment .desc-treatment p {
    line-height: 1.5;
    margin-bottom: 0;
}
.custom_treatment .desc-treatment h4 {
    margin: 50px 0 40px;
}
.custom_treatment .desc-treatment .ul-treatment {}
.custom_treatment .desc-treatment .ul-treatment ul {
    margin-bottom: 0;
    width: 100%;
    float: left;
}
.custom_treatment .desc-treatment .ul-treatment ul li {
    display: block;
    font-weight: 400;
    line-height: 1.5;
}
.custom_treatment .form-treatment {}
.custom_treatment .form-treatment .img-object {
    position: absolute;
}
.custom_treatment .form-treatment .img-object-1 {
    top: 170px;
    left: -30px;
}
.custom_treatment .form-treatment .img-object-2 {
    right: -12px;
    top: 340px;
}
.custom_treatment .form-treatment .wrap-form-treatment {
    position: relative;
    z-index: 10;
    background: #FFFFFF;
    box-shadow: 0px 4px 20px rgba(15, 76, 129, 0.04);
    border-radius: 30px;
    max-width: 640px;
    margin-left: 5%;
    overflow: hidden;
    padding: 50px 0;
}
.custom_treatment .form-treatment .include-form {
    max-width: 500px;
    margin: 0 auto;
}
.custom_treatment .form-treatment .include-form h3 {
    margin: 0 0 30px;
}
.custom_treatment .form-treatment .include-form p {
    color: #9E9E9E;
    font-size: 16px;
}
.custom_treatment .form-treatment .include-form .cf-form-wrap {
    padding: 0;
}
.custom_treatment .form-treatment .include-form .cf-input {
    border-bottom: 2px solid #eee;
    border-left: none;
    border-top: none;
    border-right: none;
}
.custom_treatment .form-treatment .include-form button.cf-btn {
    margin-top: 30px;
}
/*----------- EducationHome ------------*/
#EducationHome {}
.custom_education {}
.custom_education .block-desc {}
.custom_education .block-desc .h1 {
    margin-bottom: 20px;
    background-image: url(../images/bg-title-1.png);
    background-repeat: no-repeat;
    background-position: left center;
    line-height: 2.9;
}
.custom_education .block-desc h3 {
    margin: 0 0 25px;
}
.custom_education .block-desc p {
    margin-bottom: 0;
    line-height: 1.5;
    padding-right: 50px;
}
.custom_education .block-image {}
.custom_education .block-prog {}
.custom_education .block-prog .wrap-block-prog {
    width: 100%;
    float: left;
    box-shadow: 0px 4px 20px rgba(15, 76, 129, 0.04);
    border-radius: 30px;
}
.custom_education .block-prog .wrap-block-prog .title-block-prog {
    background-color: #F5F8FA;
    border-radius: 30px 30px 0px 0px;
    padding: 30px 0 17px 45px;
    margin: 0;
}
.custom_education .block-prog .wrap-block-prog .desc-block-prog {
    background-color: #ffffff;
    border-radius: 0 0 30px 30px;
    padding: 25px 65px 25px 45px;
    font-weight: 400;
    line-height: 1.5;
}
.custom_education .block-prog-link {}
.custom_education .block-prog-link .wrap-block-prog-link {
    width: 100%;
    float: left;
    border-radius: 30px;
    box-shadow: 0px 4px 20px rgba(15, 76, 129, 0.04);
}
.custom_education .block-prog-link .wrap-img-prog-link {
    position: relative;
}
.custom_education .block-prog-link .img-prog {}
.custom_education .block-prog-link .img-prog img {
    border-radius: 30px 30px 0 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: 0 0;
}
.custom_education .block-prog-link .wrap-img-prog-link:hover a.img-prog-link {
    display: block;
}
.custom_education .block-prog-link a.img-prog-link {
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(17, 13, 64, 0.7) no-repeat scroll 50% 50%;
    opacity: 1;
    transition: opacity 0.4s ease-in 0s;
    top: 0;
    border-radius: 30px 30px 0 0;
}
.custom_education .block-prog-link a.img-prog-link img {
    position: relative;
    left: 42%;
    top: 40%;
    border-radius: 100%;
}
.custom_education .block-prog-link .desc-prog-link {
    background-color: #ffffff;
    border-radius: 0 0 30px 30px;
    padding: 30px 20px;
}
.custom_education .block-prog-link .desc-prog-link h4 {
    margin: 0 0 25px 0;
}
.custom_education .block-prog-link .desc-prog-link p {
    margin-bottom: 20px;
    line-height: 1.5;
}
.custom_education .block-prog-link .desc-prog-link p.start {
    margin-bottom: 15px;
}
.custom_education .block-prog-link .desc-prog-link p.start span {
    font-weight: 600;
}
.custom_education .block-prog-link .desc-prog-link .link-more {
    text-align: right;
    margin-bottom: 0;
}
.custom_education .block-prog-link .desc-prog-link .link-more a {
    font-weight: 700;
    font-size: 20px;
    text-transform: uppercase;
}
.custom_education .link-all {
    margin-top: 40px;
    text-align: center;
}
.custom_education .link-all a {
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
}
.custom_education .link-all a i {
    padding-left: 20px;
    font-size: 34px;
    font-weight: 700;
    vertical-align: bottom;
}
.custom_education .row-1 {}
.custom_education .row-2 {}
.custom_education .row-3 {
    margin-top: 30px;
}
.custom_education .row-4 {
    margin-top: 80px;
    position: relative;
}
.custom_education .row-4 .img-object {
    position: absolute;
}
.custom_education .row-4 .img-object-1 {
    top: -40px;
    right: -60px;
}
.custom_education .row-4 .img-object-2 {
    top: -40px;
    left: 38%;
}
/*------------ office ----------*/
#Office {}
.custom_office {}
.custom_office .img-office {}
.custom_office .desc-office {
    padding-top: 35px;
}
.custom_office .desc-office p {
    line-height: 1.5;
    margin-bottom: 40px;
}
.custom_office .desc-office p:last-child {
    margin-bottom: 0;
}
.custom_office .block-office {}
.custom_office .block-office h4 {
    margin-bottom: 30px;
}
.custom_office .block-office p {
    line-height: 1.5;
    margin-bottom: 0;
}
.custom_office ul.img-blocks {
    width: 100%;
    float: left;
    margin-bottom: 0;
}
.custom_office ul.img-blocks li {
    display: block;
    float: left;
    text-align: center;
    margin-right: 2%;
    width: 18%;
}
.custom_office ul.img-blocks li .img-block-office {
    margin-bottom: 15px;
}
.custom_office ul.img-blocks li .img-block-office img {
    border-radius: 30px;
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: 0 0;
}
.custom_office ul.img-blocks li .title-block-office {
    font-weight: 500;
    text-transform: uppercase;
}
.custom_office ul.img-blocks li:last-child {
    margin-right: 0;
}
.custom_office .row-1 {
    margin-top: 25px;
}
.custom_office .row-2 {
    margin-top: 50px;
}
.custom_office .row-3 {
    margin-top: 50px;
}
.custom_office .row-4 {
    margin-top: 80px;
}
.custom_office .link-term {
    padding-top: 40px;
    text-align: center;
}
.custom_office .link-term a {
    font-weight: 700;
    font-size: 24px;
    text-transform: uppercase;
    padding: 10px 90px;
    border-radius: 45px;
}
/*--------- ShopHome -----------*/
#ShopHome {}
.custom_shop-home {}
.custom_shop-home .h1 {
    background-image: url(../images/bg-title-2.png);
    background-repeat: no-repeat;
    background-position: left center; 
    line-height: 2.9;
    margin: 0 0 30px;
}
.custom_shop-home .wrap-random {
    width: 100%;
    float: left;
    position: relative;
}
.custom_shop-home .wrap-random .img-object {
    position: absolute;
}
.custom_shop-home .wrap-random .img-object-1 {
    top: 45%;
    left: -60px;
}
.custom_shop-home .wrap-random .img-object-2 {
    right: 13%;
    top: 80%;
}
.custom_shop-home .wrap-random .nav-tabs {
    margin-bottom: 50px;
    border-bottom: 4px solid #EEE0E6;
}
.custom_shop-home .wrap-random .nav-tabs li {
    margin-bottom: -4px;
    margin-right: 15px;
}
.custom_shop-home .wrap-random .nav-tabs li:last-child {
    margin-right: 0;
}
.custom_shop-home .wrap-random .nav-tabs li a {
    color: #767676;
    border-bottom: 4px solid transparent;
    border-top: none;
    border-left: none;
    border-right: none;
    border-radius: 0;
    font-size: 20px;
    font-weight: 500;
    text-transform: uppercase;
    margin-right: 0;
}
.custom_shop-home .wrap-random .nav-tabs > li > a:hover, 
.custom_shop-home .wrap-random .nav-tabs > li > a:focus {
    color: #110D40;
    border-bottom: 4px solid #110D40;
    border-top: none;
    border-left: none;
    border-right: none;
    background-color: transparent; 
}
.custom_shop-home .wrap-random .nav-tabs > li.active > a, 
.custom_shop-home .wrap-random .nav-tabs > li.active > a:hover, 
.custom_shop-home .wrap-random .nav-tabs > li.active > a:focus {
    color: #110D40;
    border-bottom: 4px solid #110D40;
    border-top: none;
    border-left: none;
    border-right: none;
    background-color: transparent; 
}
.custom_shop-home .wrap-random .random_products {
    width: 100%;
    float: left;
}
.custom_shop-home .wrap-random .random_products .block_item {
    
}
.custom_shop-home .wrap-random .random_products .block_item .wrap-block-item {
    width: 100%;
    float: left;
    box-shadow: 0px 4px 20px rgba(15, 76, 129, 0.04);
    border-radius: 30px;
}
.custom_shop-home .wrap-random .random_products .block_item .item_image {
    position: relative;
}
.custom_shop-home .wrap-random .random_products .block_item .item_image .img-prod {}
.custom_shop-home .wrap-random .random_products .block_item .item_image .img-prod img {
    border-radius: 30px 30px 0 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: 0 0;
}
.custom_shop-home .wrap-random .random_products .block_item .item_image a.img-prod-hover {
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(17, 13, 64, 0.7) no-repeat scroll 50% 50%;
    opacity: 1;
    transition: opacity 0.4s ease-in 0s;
    top: 0;
    border-radius: 30px 30px 0 0;
}
.custom_shop-home .wrap-random .random_products .block_item .item_image a.img-prod-hover img {
    position: relative;
    left: 42%;
    top: 40%;
    border-radius: 100%;
}
.custom_shop-home .wrap-random .random_products .block_item .item_image:hover a.img-prod-hover {
    display: block;
}
.custom_shop-home .wrap-random .random_products .block_item .desc-item {
    width: 100%;
    float: left;
    background-color: #ffffff;
    border-radius: 0 0 30px 30px;
    padding: 25px 15px;
}
.custom_shop-home .wrap-random .random_products .block_item .item_name {
    margin-bottom: 10px;
  	height: 54px;
}
.custom_shop-home .wrap-random .random_products .block_item .item_name a {
    font-weight: 500;
    font-size: 20px;
    text-transform: uppercase;
    color: #110D40;
}
.custom_shop-home .wrap-random .random_products .block_item .description {
    font-weight: 400;
    line-height: 1.5;
    height: 110px;
    overflow: hidden;
    margin-bottom: 10px;
}
.custom_shop-home .wrap-random .random_products .block_item .item_price {
    font-weight: 500;
    font-size: 22px;
    text-transform: uppercase;
    text-align: right;
    margin-bottom: 15px;
}
.custom_shop-home .wrap-random .random_products .block_item .buttons {
    text-align: center;
}
.custom_shop-home .wrap-random .random_products .block_item .buttons a {
    font-weight: 700;
    font-size: 20px;
    text-transform: uppercase;
    border-radius: 45px;
    width: 100%;
}
.custom_shop-home .link-shop {
    text-align: center;
    margin-top: 40px;
}
.custom_shop-home .link-shop a {
    font-weight: 700;
    font-size: 24px;
    text-transform: uppercase;
    padding: 10px 90px 6px;
    border-radius: 45px;
}
.custom_shop-home .link-shop a i {
    padding-left: 20px;
    font-size: 34px;
    font-weight: 700;
    vertical-align: bottom;
}
/*--------- News -------------*/
#News {}
.custom_news {}
.custom_news .h1 {
    margin-bottom: 20px;
    background-image: url(../images/bg-title-1.png);
    background-repeat: no-repeat;
    background-position: left center;
    line-height: 2.9;
}
.custom_news .include-module {
    width: 100%;
    float: left;
}
.custom_news .block-news {}
.custom_news .block-news .wrap-block-news {
    width: 100%;
    float: left;
    border-radius: 30px;
    position: relative;
    box-shadow: 0px 4px 20px rgba(15, 76, 129, 0.04);
}
.custom_news .block-news .teaser-img-news {
    position: relative;
}
.custom_news .block-news .teaser-img-news .allmode-img {}
.custom_news .block-news .teaser-img-news .allmode-img a img {
    border-radius: 30px 30px 0 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: 0 0;
}
.custom_news .block-news .teaser-img-news a.img-prod-hover {
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(17, 13, 64, 0.7) no-repeat scroll 50% 50%;
    opacity: 1;
    transition: opacity 0.4s ease-in 0s;
    top: 0;
    border-radius: 30px 30px 0 0;
}
.custom_news .block-news .teaser-img-news:hover a.img-prod-hover {
    display: block;
}
.custom_news .block-news .teaser-img-news a.img-prod-hover img {
    position: relative;
    left: 44%;
    top: 45%;
    border-radius: 100%;
}
.custom_news .block-news .teaser-desc {
    width: 100%;
    float: left;
    background-color: #ffffff;
    padding: 25px 15px;
    border-radius: 0 0 30px 30px;
}
.custom_news .block-news .teaser-desc .allmode-title {
    margin: 0 0 10px 0;
    height: 54px;
    overflow: hidden;
}
.custom_news .block-news .teaser-desc .allmode-title a {
    color: #110D40;
}
.custom_news .block-news .teaser-desc .teaser-text {
    font-weight: 400;
}
.custom_news .block-news .teaser-desc .teaser-info {
    margin-top: 35px;
    overflow: hidden;
}
.custom_news .block-news .teaser-desc .teaser-info .date-new {
    float: right;
}
.custom_news .block-news .teaser-desc .teaser-info .date-new span {
    color: #A8A8A8;
}
.custom_news .block-news .teaser-desc .teaser-info .read-more-new {
    float: left;
}
.custom_news .block-news .teaser-desc .teaser-info .read-more-new a {
    font-weight: 700;
    font-size: 20px;
    text-transform: uppercase;
}

/*********** Footer *************/
#Footer {
    background-color: #24213e;
    padding: 100px 0;
    width: 100%;
    float: left;
}
.itemid-138 #Footer,
.itemid-144 #Footer,
.itemid-150 #Footer {
    padding: 50px 0;
}
.footer-page-contacts .copyright {
    color: #ffffff;
  	font-weight: 400;
}
.moduletable_footer {}
.moduletable_footer .footer-info {}
.moduletable_footer .footer-info h3 {
    margin: 0;
    color: #ffffff;
}
.moduletable_footer .footer-info ul.req {
    width: 100%;
    float: left;
    margin: 50px 0 0;
    font-weight: 400;
}
.moduletable_footer .footer-info ul.req li {
    display: block;
    color: #ffffff;
    margin-bottom: 15px;
}
.moduletable_footer .footer-info ul.req li i {
    color: #ffffff;
    padding-right: 14px;
    float: left;
}
.moduletable_footer .footer-info ul.req li:last-child i {
    height: 50px;
    padding-right: 18px;
}
.moduletable_footer .footer-info ul.req li a {
    color: #ffffff;
}
.moduletable_footer .footer-info .social {
    width: 100%;
    float: left;
    margin-top: 125px;
}
.moduletable_footer .footer-info .social ul {
    width: 100%;
    float: left;
    margin-bottom: 0;
}
.moduletable_footer .footer-info .social ul li {
    display: inline-block;
    margin: 0 10px;
}
.moduletable_footer .footer-info .social ul li a {
    color: #ffffff;
}
.moduletable_footer .footer-info .social ul li a:hover,
.moduletable_footer .footer-info .social ul li a:focus {
    opacity: 0.8;
}
.moduletable_footer .footer-info .copyright {
    width: 100%;
    float: left;
    margin-top: 30px;
    color: #ffffff;
    font-weight: 400;
}
.moduletable_footer .footer-form {}
.moduletable_footer .footer-form .cf-form-wrap {
    padding: 0;
}
.moduletable_footer .footer-form .cf-form-wrap textarea {
    resize: none;
}
.moduletable_footer .footer-map {}
.moduletable_footer .footer-map iframe {
    border-radius: 30px;
}

/************ content **************/
#Content {
    background-image: url(../images/bg-content.png);
    background-repeat: repeat-y;
}
.mainContent {
    padding-bottom: 60px;
}
/*--------- breadcrumbs --------*/
.breadcrumb {
    padding-left: 0;
    padding-right: 0;
    background-color: transparent;
}
.breadcrumb li {
    font-size: 14px
}
.breadcrumb li a {
    text-decoration: underline;
    color: #110D40;
}
.breadcrumb li:first-child a span {
    display: none;
}
.breadcrumb li:first-child a::after {
    color: #110D40;
    content: "\f175";
    font-family: 'Material-Design-Iconic-Font';
    font-size: 18px;
    font-weight: normal;
}
.breadcrumb li a:hover,
.breadcrumb li a:focus {
    text-decoration: none;
}
.breadcrumb > .active a {
    color: #110D40;
}
/*------------ blog --------------*/
.blog {}
.blog .name-categ-blog {
    margin-bottom: 30px;
}
.blog .name-categ-blog .h1 {
    margin-top: 0;
}
.blog .teaser-item-blog {

}
.blog .wrap-block-news {
    width: 100%;
    float: left;
    border-radius: 30px;
    position: relative;
    box-shadow: 0px 4px 20px rgba(15, 76, 129, 0.04);
    background-color: #ffffff;
}
.blog .teaser-blog-item-img {
    padding-left: 0;
}
.blog .wrap-teaser-blog-item-img {
    position: relative;
    width: 100%;
    float: left;
}
.blog .wrap-teaser-blog-item-img .item-image {
    width: 100%;
}
.blog .wrap-teaser-blog-item-img .item-image a img {
    border-radius: 30px;
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: 0 0;
}
.blog .wrap-teaser-blog-item-img:hover a.img-prod-hover {
    display: block;
}
.blog .wrap-teaser-blog-item-img a.img-prod-hover {
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(17, 13, 64, 0.7) no-repeat scroll 50% 50%;
    opacity: 1;
    transition: opacity 0.4s ease-in 0s;
    top: 0;
    border-radius: 30px;
}
.blog .wrap-teaser-blog-item-img a.img-prod-hover img {
    position: relative;
    left: 42%;
    top: 40%;
    border-radius: 100%;
}
.blog .teaser-desc-blog {}
.blog .teaser-desc-blog .teaser-blog-item-name {}
.blog .teaser-desc-blog .teaser-blog-item-name .page-header {
    border-bottom: none;
    padding-bottom: 0;
  	margin: 0;
}
.blog .teaser-desc-blog .teaser-blog-item-name h2 a {
    color: #110D40;
    text-decoration: underline;
}
.blog .teaser-desc-blog .teaser-blog-item-name h2 a:hover,
.blog .teaser-desc-blog .teaser-blog-item-name h2 a:focus {
    text-decoration: none;
}
.blog .teaser-desc-blog .teaser-blog-item-date {}
.blog .teaser-desc-blog .teaser-blog-item-date .published time {}
.blog .teaser-desc-blog .teaser-blog-item-intro {}
.blog .teaser-desc-blog .teaser-blog-item-intro p {}
.blog .teaser-desc-blog .teaser-blog-item-intro ul {
  	padding-left: 25px;
}
.blog .teaser-desc-blog .teaser-blog-item-intro ul li {
  	font-weight: 400;
}
.blog .teaser-desc-blog .teaser-blog-item-readmore {
    margin-top: 20px;
}
.blog .teaser-desc-blog .teaser-blog-item-readmore p.readmore {}
.blog .teaser-desc-blog .teaser-blog-item-readmore p.readmore a {
    color: #ffffff;
    background-color: #d5b25e;
    padding: 10px 45px;
    border-radius: 45px;
    text-transform: uppercase;
    font-weight: 700;
}
.blog .teaser-desc-blog .teaser-blog-item-readmore p.readmore a:hover,
.blog .teaser-desc-blog .teaser-blog-item-readmore p.readmore a:focus {
    background-color: #ca9d30;
}
.blog .items-row {
    margin-bottom: 40px;
}
.blog .row-tags {}
.blog .row-tags ul {}
.blog .row-tags ul li {
  	display: inline-block;
    margin: 0 2px;
}
.blog .row-tags ul li a {
  	background-color: #d5b25e;
}
.blog .row-tags ul li a:hover,
.blog .row-tags ul li a:focus {
  	background-color: #ca9d30;
}
/*----------- pagination --------------*/
.pagination {
    width: 100%;
    float: left;
    text-align: center;
}
.pagination p.counter {
    font-size: 14px;
}
.pagination ul {}
.pagination ul li {
    display: inline-block;
    margin: 0 4px;
}
/*-------------- pager pagenav -----------*/
.item-page .pager {
    width: 100%;
    float: left;
}
.item-page .pager li > a, 
.item-page .pager li > span {
    color: #ffffff;
    border-radius: 25px;
    border: none;
    padding: 8px 25px;
    background-color: #d5b25e;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
}
.item-page .pager li > a:hover {
    background-color: #ca9d30;
}
/*------------ item-page -------------*/
.item-page {}
.item-page .page-header {
    border-bottom: none;
    margin: 0 0 20px;
    padding-bottom: 0;
    padding-top: 24px;
    min-height: 111px;
    background-repeat: no-repeat;
    background-position: left top;
}
.item-page .page-header.img-1 {
    background-image: url(../images/bg-title-1.png);
}
.item-page .page-header.img-2 {
    background-image: url(../images/bg-title-2.png);
}
.item-page .page-header .h1 {
    /*background-image: url(../images/bg-title-2.png);
    background-repeat: no-repeat;
    background-position: left center;
    line-height: 2.9;*/
  	margin-top: 0;
}
.item-page .item-image {
    width: 100%;
    margin-bottom: 20px;
}
.item-page .article-body {
    width: 100%;
    float: left;
}
.item-page .article-body p {}
.item-page .article-body ul {
    padding-left: 40px;
}
.item-page .article-body ol {
    padding-left: 40px;
}
.item-page .article-body li {
    font-weight: 400;
}
.item-page .row-tags {
  	width: 100%;
  	float: left;
  	margin-top: 40px;
}
.item-page .row-tags ul {}
.item-page .row-tags ul li {
  	display: inline-block;
    margin: 0 2px;
}
.item-page .row-tags ul li a {
  	background-color: #d5b25e;
}
.item-page .row-tags ul li a:hover,
.item-page .row-tags ul li a:focus{
  	background-color: #ca9d30;
}
/*--------- page contacts ----------*/
.contacts-info ul.req {
    width: 100%;
    float: left;
    /*margin: 50px 0 0;*/
    font-weight: 400;
    padding-left: 0;
}
.contacts-info ul.req li {
    display: block;
    color: #110D40;
    margin-bottom: 15px;
}
.contacts-info ul.req li i {
    color: #110D40;
    padding-right: 14px;
    float: left;
}
.contacts-info ul.req li:last-child i {
    height: 50px;
    padding-right: 18px;
}
.contacts-info ul.req li a {
    color: #110D40;
}
.contacts-info .social {
    width: 100%;
    float: left;
    margin-top: 310px;
}
.contacts-info .social ul {
    width: 100%;
    float: left;
    margin-bottom: 0;
    padding-left: 0;
}
.contacts-info .social ul li {
    display: inline-block;
    margin: 0 10px;
}
.contacts-info .social ul li a {
    color: #110D40;
}
.contacts-info .social ul li a:hover,
.contacts-info .social ul li a:focus {
    opacity: 0.7;
}
.contacts-form {}
.contacts-form .cf-form-wrap {
    padding-top: 0;
}
.contacts-form .convertforms .cf-input {
    box-shadow: 0px 4px 20px rgba(15, 76, 129, 0.04);
  	border-color: #f0f0f0 !important;
}
.contacts-form .cf-form-wrap textarea {
    resize: none;
    box-shadow: 0px 4px 20px rgba(15, 76, 129, 0.04);
}
.contacts-map {}
.contacts-map iframe {
    border-radius: 30px;
    box-shadow: 0px 4px 20px rgba(15, 76, 129, 0.2);
}
/*--------- page about ----------*/
.text-about {}
.text-about h3 {
    font-weight: 500;
    font-size: 20px;
    margin-bottom: 30px;
    margin-top: 0;
}
.text-about p {
    margin-bottom: 30px;
}
.text-about p:last-child {
    margin-bottom: 0;
}
.img-about {}
.row-about-2,
.row-about-3,
.row-about-4 {
    margin-top: 50px;
}
/*--------- page services ----------*/
.row-serv-4 .row {
  	margin: 0 0 30px 0;
}
.row-serv-5 {
    margin-top: 20px;
}
.row-serv-4 h5,
.row-serv-4 .h5 {
  	text-align: center;
}
/*--------- moduletable_form-consult ------------*/
.moduletable_form-consult {
    width: 100%;
    float: left;
    position: relative;
  	z-index: 1;
}
.moduletable_form-consult h3 {
    margin: 0;
    padding-left: 18px;
}
.moduletable_form-consult .include-form {
    
}
.moduletable_form-consult .wrap-module {
    position: relative;
    z-index: 10;
    width: 100%;
    float: left;
    margin-top: 30px;
    box-shadow: 0px 4px 20px rgba(15, 76, 129, 0.04);
    border-radius: 30px;
    padding: 18px 0 10px 0;
    background-color: #ffffff;
}
.moduletable_form-consult .wrap-module .include-form .convertforms {
    background-color: transparent !important;
}
.moduletable_form-consult .wrap-module .include-form .cf-input {
    border-bottom: 2px solid #eee;
    border-left: none;
    border-top: none;
    border-right: none;
    background-color: transparent !important;
}
.moduletable_form-consult .img-object {
    position: absolute;
}
.moduletable_form-consult .img-object-1 {
    left: -10px;
    top: 20px;
    width: 40px;
}
.moduletable_form-consult .img-object-1 img {}
.moduletable_form-consult .img-object-2 {
    right: -25px;
    top: 120px;
    width: 40px;
}
.moduletable_form-consult .img-object-2 img {}
/************** OS Services Booking ***********/
.categ-booking {
    margin-bottom: 30px;
}
.categ-booking #ospitem-watermark_box {
    border: none !important;
    padding: 0;
    margin: 0;
    border-radius: 30px;
}
.categ-booking #ospitem-watermark_box img {
    border-radius: 30px;
    box-shadow: 0px 4px 20px rgba(15, 76, 129, 0.04);
}
.categ-booking #ospitem-watermark_box img:hover {
    opacity: 0.7;
}
.categ-booking .ospitem-itemtitle {
    font-family: 'Montserrat', sans-serif !important;
}
.categ-booking .ospitem-itemtitle a {
    color: #110D40;
    margin: 0;
    font-size: 18px;
    font-weight: 400;
    text-transform: uppercase;
}
#calendardetails .bookingformdiv,
#calendardivleft .bookingformdiv {
    padding: 0;
    border: none !important;
}
#calendardetails .span12.btn,
#calendardivleft .span12.btn {
    background-color: #24213e;
    border-color: #24213e;
    text-shadow: none;
}
#calendardetails .span12.btn .apptable img {
    background-color: #ffffff;
    border-radius: 100%;
}
#calendardetails table tr td .btn-warning {
    background-color: #d5b25e;
    border-color: #d5b25e;
}
#calendardetails table tr td .btn-warning:hover {
    background-color: #ca9d30;
    border-color: #ca9d30;
}
#cartbox {
    padding: 0;
    border: none !important;
}
#cartbox .span12.btn {
    background-color: #24213e;
    border-color: #24213e;
    text-shadow: none;
}
#cartdiv {
    font-weight: 400;
    line-height: 1.5;
}
#cartdiv table tr {
    
}
#cartdiv table tr td {
    font-size: 14px !important;
    padding: 6px 0 !important;
}
#cartdiv table tr td a {
    font-size: 20px;
}
#cartdiv table tr td a.btn {
    border-radius: 50px;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    text-shadow: none;
    background-color: #d5b25e;
    border-color: #d5b25e;
    color: #ffffff;
    padding: 8px 20px;
}
#cartdiv table tr td a.btn i {
    color: #ffffff;
}
#maindivright {}
#maindivright .nav-pills > .active > a, 
#maindivright .nav-pills > .active > a:hover, 
#maindivright .nav-pills > .active > a:focus,
#maindivright .nav > li > a:hover, 
#maindivright .nav > li > a:focus {
    background-color: #E4E7EE !important;
    border-color: #E4E7EE;
    color: #24213e;
}
#maindivright .nav-pills > li > a {
    color: #706D8A;
    font-weight: 400;
}
#maindivright .tab-content .bookingformdiv {
    padding: 0;
    border: none !important;
}
#maindivright .tab-content .bookingformdiv .span12.btn {
    margin-top: 6px;
    text-shadow: none;
    background-color: #24213e;
    border-color: #24213e;
}
#maindivright .tab-content .bookingformdiv .span12 {
    padding-top: 10px;
}
#maindivright .tab-content .bookingformdiv .span12 img {
    padding: 0 !important;
    border: none !important;
    width: 300px;
}
#maindivright .tab-content .bookingformdiv .span12 .service_information_box {
    
}
#maindivright .tab-content .bookingformdiv .span12 .service_information_box span.editlinktip img {
    width: 20px !important;
}
#maindivright .tab-content .bookingformdiv .span12 .service_information_box strong {
    color: #24213e;
    font-weight: 600 !important;
}
#maindivright .tab-content .bookingformdiv .span12 .sub_header {
    background-color: #24213e;
    border-color: #24213e;
    color: #ffffff;
    font-weight: 400;
    height: 40px;
    line-height: 40px;
}
#maindivright .tab-content .bookingformdiv .span12 .sub_header .employee_information,
#maindivright .tab-content .bookingformdiv .span12 .sub_header .employee_information a {
    color: #ffffff;
}
#maindivright .tab-content .bookingformdiv .span12 .available_information {
    background-color: #E4E7EE !important;
    border-color: #E4E7EE !important;
    color: #24213e;
    padding: 10px 5px;
    font-size: 14px;
}
#maindivright .tab-content .bookingformdiv input[name="addtocartbtn"] {
    text-shadow: none;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 700;
    color: #ffffff;
    text-transform: uppercase;
    background-color: #d5b25e;
    border-color: #d5b25e;
    padding: 6px 25px;
}
#maindivright .tab-content .bookingformdiv input[name="addtocartbtn"]:hover {
    color: #ffffff;
    background-color: #ca9d30;
    border-color: #ca9d30;
}
#maincontentdiv .bookingformdiv {
    padding: 0;
    border: none !important;
}
#maincontentdiv .bookingformdiv .span12.btn {
    text-shadow: none;
    background-color: #24213e;
    border-color: #24213e;
}
#maincontentdiv form#bookingForm .span3 {}
#maincontentdiv form#bookingForm .span8 {}
#maincontentdiv form#bookingForm .span8 input[type="text"] {
    width: 100%;
    height: 32px;
}
#maincontentdiv form#bookingForm .span8 textarea {
    width: 100%;
    resize: none;
}
#maincontentdiv form#bookingForm .span8 input[type="radio"] {}
#maincontentdiv form#bookingForm .span8 label {
    padding-left: 10px;
    margin-bottom: 0;
    position: relative;
    top: 3px;
    font-weight: 500;
}
#maincontentdiv form#bookingForm input[type="button"] {
    text-shadow: none;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 700;
    color: #ffffff;
    text-transform: uppercase;
    background-color: #d5b25e;
    border-color: #d5b25e;
    padding: 6px 25px;
}
#maincontentdiv form#bookingForm input[type="button"]:hover {
    color: #ffffff;
    background-color: #ca9d30;
    border-color: #ca9d30;
}
table.orderdetailstable tr.success td {
    background-color: #24213e;
    color: #ffffff;
}
table#orderdetailstable tr:nth-child(3),
#deposit_label,
#deposit_value {
    display: none;
}

/************ tags ********************/
.tag-category .filters {
  	display: none;
}
.tag-category ul.category {}
.tag-category ul.category li {
  	display: block;
}

/*********** joomshopping *************/
#mxcpr {
    display: none;
}
.jshop {

}
/*----------- list category ----------*/
.jshop .row-fluid [class*="sblock"] {
    padding-left: 30px;
}
.jshop_list_category {
    margin-left: -30px;
}
.jshop_list_category .wrap-block-item {
    border-radius: 30px;
    position: relative;
    box-shadow: 0px 4px 20px rgba(15, 76, 129, 0.04);
  	width: 100%;
    float: left;
}
.jshop_list_category .categ-image {
  	width: 100%;
    float: left;
    position: relative;
}
.jshop_list_category .categ-image .img-category {}
.jshop_list_category .categ-image .img-category img {
    border-radius: 30px 30px 0 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: 0 0;
}
.jshop_list_category .categ-image:hover a.img-category-hover {
    display: block;
}
.jshop_list_category .categ-image a.img-category-hover {
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(17, 13, 64, 0.7) no-repeat scroll 50% 50%;
    opacity: 1;
    transition: opacity 0.4s ease-in 0s;
    top: 0;
    border-radius: 30px 30px 0 0;
}
.jshop_list_category .categ-image a.img-category-hover img {
    position: relative;
    left: 42%;
    top: 42%;
    border-radius: 100%;
}
.jshop_list_category .title-categ {
    width: 100%;
    float: left;
    background-color: #ffffff;
    padding: 25px 15px;
    border-radius: 0 0 30px 30px;
}
.jshop_list_category .title-categ .category_name {
    height: 54px;
    overflow: hidden;
}
.jshop_list_category .title-categ .category_name a {
    color: #110D40;
  	margin: 0;
  	font-size: 18px;
}
.jshop .product_label {
    z-index: 10;
}
/*----------- list product -----------*/
.jshop .page-header {
    border-bottom: none;
    margin: 0 0 20px;
    padding-bottom: 0;
    padding-top: 24px;
    min-height: 111px;
    background-repeat: no-repeat;
    background-position: left top;
}
.jshop .page-header.img-1 {
    background-image: url(../images/bg-title-1.png);
}
.jshop .page-header.img-2 {
    background-image: url(../images/bg-title-2.png);
}
.jshop h1,
.jshop .h1 {
    /*background-image: url(../images/bg-title-2.png);
    background-repeat: no-repeat;
    background-position: left center;
    line-height: 2.9;*/
    font-size: 50px;
}
.jshop_list_product {}
/*----- sort and filter ------*/
.jshop_list_product .form_sort_count {
    margin-bottom: 50px;
    width: 100%;
    float: left;
}
.jshop_list_product .form_sort_count .block_sorting_count_to_page {
    margin-bottom: 10px;
}
.jshop_list_product .block_sorting_count_to_page .box_products_sorting {
    width: 34%;
}
.jshop_list_product .block_sorting_count_to_page .box_products_sorting .control-label {
    width: auto;
    padding: 0 10px 0 0;
}
.jshop_list_product .block_sorting_count_to_page .box_products_sorting .controls {
    margin: 0;
}
.jshop_list_product .block_sorting_count_to_page .box_products_sorting .controls .inputbox {
    width: 230px;
}
.jshop_list_product .block_sorting_count_to_page .box_products_count_to_page {
    width: 20%;
}
.jshop_list_product .block_sorting_count_to_page .box_products_count_to_page .control-label {
    width: auto;
    padding: 0 10px 0 0;
}
.jshop_list_product .block_sorting_count_to_page .box_products_count_to_page .controls {
    margin: 0;
}
.jshop_list_product .form_sort_count .filters {
  	padding-top: 0;
}
.jshop_list_product .form_sort_count .filters .box_cat_man {
    width: 34%;
    float: left;
}
.jshop_list_product .form_sort_count .filters .box_cat_man .box_manufacrurer .control-label,
.jshop_list_product .form_sort_count .filters .box_cat_man .box_category .control-label {
    width: auto;
    padding: 0 10px 0 0;
}
.jshop_list_product .form_sort_count .filters .box_cat_man .box_manufacrurer .controls,
.jshop_list_product .form_sort_count .filters .box_cat_man .box_category .controls {
    margin: 0;
}
.jshop_list_product .form_sort_count .filters .box_cat_man .box_manufacrurer .controls .inputbox,
.jshop_list_product .form_sort_count .filters .box_cat_man .box_category .controls .inputbox {
    width: 195px;
}
.jshop_list_product .form_sort_count .filters .filter_price {
    width: 66%;
    float: left;
    padding-right: 0;
}
.jshop_list_product .form_sort_count .filters .filter_price .control-label {
    padding-top: 0;
}
.jshop_list_product .form_sort_count .filters .filter_price .controls {}
.jshop_list_product .form_sort_count .filters .filter_price .controls .currency-code {
    display: inline;
}
.jshop_list_product .form_sort_count .filters .filter_price .box_button .btn {
    padding: 2px 12px;
    text-transform: uppercase;
    border-radius: 15px;
    font-size: 12px;
    font-weight: 700;
}
.jshop_list_product .form_sort_count .filters .filter_price .clear_filter {
    font-size: inherit;
}
/*------------------*/
.jshop_list_product .list_product {
    width: 100%;
    float: left;
    margin-left: -30px;
  	padding-top: 0;
}
.jshop_list_product .list_product .block_product {
  	width: 100%;
    float: left;
}
.jshop_list_product .list_product .wrap-block-item {
    width: 100%;
    float: left;
    box-shadow: 0px 4px 20px rgba(15, 76, 129, 0.04);
    border-radius: 30px;
}
.jshop_list_product .list_product .block_product .image {
    position: relative;
    margin-bottom: 0;
    text-align: inherit;
}
.jshop_list_product .list_product .block_product .image .image_block {
    padding: 0;
}
.jshop_list_product .list_product .block_product .image .img-prod {}
.jshop_list_product .list_product .block_product .image .img-prod img {
    border-radius: 30px 30px 0 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: 0 0;
}
.jshop_list_product .list_product .block_product .image:hover .img-prod-hover {
    display: block;
}
.jshop_list_product .list_product .block_product .image .img-prod-hover {
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(17, 13, 64, 0.7) no-repeat scroll 50% 50%;
    opacity: 1;
    transition: opacity 0.4s ease-in 0s;
    top: 0;
    border-radius: 30px 30px 0 0;
}
.jshop_list_product .list_product .block_product .image .img-prod-hover img {
    position: relative;
    left: 42%;
    top: 40%;
    border-radius: 100%;
}
.jshop_list_product .list_product .block_product .oiproduct {
    width: 100%;
    float: left;
    background-color: #ffffff;
    border-radius: 0 0 30px 30px;
    padding: 25px 15px;
}
.jshop_list_product .list_product .block_product .oiproduct .name {
    margin-bottom: 15px;
    text-align: left;
    font-size: inherit;
  	height: 50px;
    overflow: hidden;
}
.jshop_list_product .list_product .block_product .oiproduct .name a {
    font-weight: 500;
    font-size: 20px;
    text-transform: uppercase;
    color: #110D40;
}
.jshop_list_product .list_product .block_product .oiproduct .description {
    font-weight: 400;
    line-height: 1.5;
    height: 110px;
    overflow: hidden;
    margin-bottom: 10px;
    padding: 0;
}
.jshop_list_product .list_product .block_product .oiproduct .prices-prod {
    width: 100%;
    float: left;
    font-weight: 500;
    text-transform: uppercase;
    text-align: right;
    margin-bottom: 15px;
}
.jshop_list_product .list_product .block_product .oiproduct .prices-prod .old_price {
    float: left;
    margin-bottom: 0;
}
.jshop_list_product .list_product .block_product .oiproduct .prices-prod .jshop_price {
    float: right;
    margin-bottom: 0;
    color: #110D40;
}
.jshop_list_product .list_product .block_product .oiproduct .buttons {
    width: 100%;
    float: left;
}
.jshop_list_product .list_product .block_product .oiproduct .buttons a {
    font-weight: 700;
    font-size: 20px;
    text-transform: uppercase;
    border-radius: 45px;
    width: 100%;
}
.jshop_pagination {
    width: 100%;
    float: left;
}
.pagination_result_counter {
    display: none;
}
/*------------ full prod --------------*/
.jshop.productfull {
    padding-top: 0;
}
.productfull {}
.productfull .full-img-prod .image_middle {
    width: 100%;
}
.productfull .full-img-prod .image_middle img.big-img-prod {
    border-radius: 30px;
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: 0 0;
}
.productfull .full-desc-prod {}
.productfull .full-desc-prod strong {
    font-weight: 600;
}
.productfull .full-desc-prod .code-ean {
    width: 100%;
    float: left;
    padding-bottom: 10px;
    font-weight: 400;
}
.productfull .full-desc-prod .code-ean .jshop_code_prod {
    color: inherit;
    font-size: inherit;
}
.productfull .full-desc-prod .manufacturer_name {
    width: 100%;
    float: left;
    font-weight: 400;
}
.productfull .full-desc-prod .manufacturer_code {
    width: 100%;
    float: left;
    font-weight: 400;
}
.productfull .full-desc-prod .price_prod_qty_list_head {
    width: 100%;
    float: left;
    font-weight: 600;
    padding-bottom: 10px;
}
.productfull .full-desc-prod .price_prod_qty_list .qty_price {
    font-weight: 600;
}
.productfull .full-desc-prod .old_price {
    margin-bottom: 10px;
}
.productfull .full-desc-prod .prod_price {
    margin-bottom: 10px;
}
.productfull .full-desc-prod .prod_price span {
    font-size: inherit !important;
    color: #d5b25e !important;
    font-weight: 700;
}
.productfull .full-desc-prod .prod_buttons {
    margin-bottom: 10px;
}
.productfull .full-desc-prod .prod_buttons .quantity-text {}
.productfull .full-desc-prod .prod_buttons .quantity-text .inputbox {
    text-align: center;
    width: 55px;
    height: 32px;
    border: 1px solid #ccc;
    border-radius: 25px;
}
.productfull .full-desc-prod .prod_buttons .prod_qty_input .quantity-minus {
    border: 1px solid #ccc;
    padding: 4px 10px;
    background: #f4f4f4;
    cursor: pointer;
    border-radius: 25px;
}
.productfull .full-desc-prod .prod_buttons .prod_qty_input .quantity-minus:hover {
    background: #d5b25e;
    color: #fff;
}
.productfull .full-desc-prod .prod_buttons .prod_qty_input .quantity-plus {
    border: 1px solid #ccc;
    padding: 4px 10px;
    background: #f4f4f4;
    cursor: pointer;
    border-radius: 25px;
}
.productfull .full-desc-prod .prod_buttons .prod_qty_input .quantity-plus:hover {
    background: #d5b25e;
    color: #fff;
}
.productfull .full-desc-prod .product-buttons .btn {
    text-transform: uppercase;
    font-weight: 700;
    border-radius: 25px;
}
.productfull .full-desc-prod .productweight {
    font-weight: 400;
}
.productfull .full-desc-prod .extra_fields {}
.productfull .full-desc-prod .extra_fields .extra_fields_el {
    font-weight: 400;
}
.productfull .full-desc-prod .extra_fields .extra_fields_name {
    width: 32%;
    display: block;
    float: left;
}
.productfull .button_back {}
.productfull .button_back .btn {
    color: #ffffff;
    background-color: #d5b25e;
    border-color: #d5b25e;
    text-transform: uppercase;
    font-weight: 700;
    border-radius: 25px;
}
.productfull .button_back .btn:hover,
.productfull .button_back .btn:focus {
    color: #ffffff;
    background-color: #ca9d30;
    border-color: #ca9d30;
}
.productfull .page-header-related {
    margin-top: 30px;
}
.productfull .related_header {
    border-bottom: none;
}
/*--------- .b-popup .b-popup-content -----------*/
.mainContent .b-popup .b-popup-content {
    height: 300px;
	padding-top: 80px;
}
.mainContent .content_popup_msg_tocatr {}
.mainContent .groupe-buttons-shop {
	margin-top: 50px;
}
.mainContent .groupe-buttons-shop a.btn {
	font-size: 16px;
}
/*----------- cart -----------*/
.moduletable_top-info .cart-desctop .mat_cart_button {
    height: 30px;
    top: 8px;
}
.moduletable_top-info .cart-desctop .mat_cart_button .mat_cart_counter {
    color: #110D40;
    font-family: inherit;
}
.shop-cart {
    
}
.moduletable_shop-cart .icon-cart-top-wrapper {
    background-color: #110D40;
    border-radius: 100%;
    width: 48px;
    text-align: center;
}
.moduletable_shop-cart .mat_cart_button {
    top: 10px;
}
.quantity .data .minus {
    border: 1px solid #ccc;
    padding: 4px 10px;
    background: #f4f4f4;
}
.quantity .data .minus:hover,
.quantity .data .plus:hover {
    background: #d5b25e;
    color: #fff;
}
.quantity .data .text {
    text-align: center;
    width: 40px;
    height: 29px;
    border: 1px solid #ccc;
}
.quantity .data .plus {
    border: 1px solid #ccc;
    padding: 4px 10px;
    background: #f4f4f4;
}
table.cart td {
    vertical-align: baseline;
  	border: 1px solid #110D40;
  	font-size: 14px;
}
.cart th {
    background-color: #110D40;
    border: 1px solid #110D40;
    color: #ffffff;
    font-weight: 500;
}
.jshop .cart .product_name th,
.cart th {
    font-size: 14px;
}
.cart .jshop_img_description_center {}
.cart .jshop_img_description_center a img {
    border-radius: 30px;
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: 0 0;
}
.cart .jshop_img_description_center a img:hover {
    opacity: 0.8;
}
.jshop .cart .product_name {
    text-align: center;
}
.btn.btn-arrow-left, 
.btn.btn-arrow-left:hover, 
.btn.btn-arrow-left:focus,
.btn.btn-arrow-right, 
.btn.btn-arrow-right:hover, 
.btn.btn-arrow-right:focus {
    background-image: none;
    padding: 6px 12px;
    text-transform: uppercase;
    font-weight: 600;
    border-radius: 25px;
}
/*-------------- banner ins pages ------------*/
.moduletable_banner-serv-home {
  	margin-bottom: 30px;
}
/*-------------- сheckout ------------*/
#jshop_menu_order {
    background-color: #110D40;
    border: 1px solid #110D40;
}
#jshop_menu_order span.not_active_step a {
    color: #ffffff;
    vertical-align: baseline;
    font-size: 18px;
    font-weight: 500;
}
#jshop_menu_order span.not_active_step a:hover {
    text-decoration: none;
}
td.jshop_order_step {
    color: #ffffff;
}
div.jshop_register {
    overflow: hidden;
    padding: 0;
}
.address_block .control-group {
    margin-bottom: 15px;
    width: 100%;
    float: left;
}
.address_block .jshop_register .name {
    float: left;
    width: 20%;
    text-align: left;
    padding-top: 4px;
}
.address_block .jshop_register .controls {
    float: left;
}
div.jshop_register .inputbox {
    width: 260px;
    font-size: 14px;
    height: 28px;
    padding-left: 10px;
}
.address_block .jshop_register .controls input {
    height: 28px;
    font-size: 14px;
    padding-left: 10px;
    width: 260px;
}
div.jshop_register .inputbox option .highlighted {}
div.jshop_register select option:hover,
div.jshop_register select > option:focus {
    background-color: #110D40;
}
.address_block .other_delivery_adress {}
.address_block .other_delivery_adress .name {
    text-align: left;
}
.address_block .box_button {}
.address_block .box_button a.a_checkout_back_button {}
.address_block .box_button input,
.checkout_payment_block input,
.checkout_shipping_block input,
.checkout_pfinish_block .box_button input{
    text-transform: uppercase;
    font-weight: 600;
    border-radius: 25px;
}
/************ sidebar a ***********/
.moduletable_left-menu {
  	margin-top: 30px;
}
.moduletable_left-menu ul {}
.moduletable_left-menu ul li {
    margin-bottom: 6px;
}
.moduletable_left-menu ul li a {
    color: #110D40;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 16px;
    padding: 8px 0;
    border-bottom: 2px solid transparent;
}
.moduletable_left-menu ul li a:hover,
.moduletable_left-menu ul li a:focus,
.moduletable_left-menu ul li.active a {
    color: #D4B25E;
    border-bottom: 2px solid #D4B25E;
    background-color: transparent;
}

/******** Thank Page ******/
#ThankPage {
    padding-top: 25vh!important;
    height: 100vh;
}
#ThankPage p {
    color: #3a424c;
    font-size: 200%;
    font-weight: 700;
}
#ThankPage p a {
    color: #da251c;
}
#ThankPage p a:hover {
    text-decoration: none;
    color: #b91109;
}

/********* other *********/
.su-counter-wrapper {
    padding: 0;
}
.su-counter-number {
    line-height: 1;
}

/******** 404 ***********/
.error-page-inner {
    padding-top: 20px;
    padding-bottom: 80px;
}
.error-page-inner .img-error {
    text-align: center;
    margin-bottom: 30px;
}
.error-page-inner .img-error img {
    max-width: 25%;
}
.error-page-inner p {
    font-size: 18px;
    font-weight: 600;
}
.error-page-inner ul li {
    font-size: 16px;
}
.error-page-inner .right-error-page-inner ul li {
    list-style: none;
}
.error-page-inner a {
    color: red;
}

/******** modal ******/
.my-modal-dialog {
    width: 400px;
    margin-left: auto;
    margin-right: auto;
}
.my-modal-dialog .modal-header {
    border-bottom: none;
    padding-bottom: 0;
}
.my-modal-dialog .modal-header h4 {
    text-align: center;
}
.my-modal-dialog .modal-body {
    padding-top: 0;
}
.cf-btn {
    text-transform: uppercase !important;
    font-weight: 700;
}
.fox-container h2 {
    margin: 0;
}
.fox-container input {
    border-radius: 4px !important;
    height: 34px !important;
    border: 1px solid #E1E1E1;
    background-color: #F9F9F9 !important;
    font-size: 14px !important;
    padding-left: 14px !important;
}
.fox-container textarea {
  	border-radius: 0px !important;
  	border: 1px solid #E1E1E1;
    background-color: #F9F9F9 !important;
    font-size: 14px !important;
    padding-left: 14px !important;
}
.fox-container .chzn-container-single .chzn-single {
  	border-radius: 0px !important;
    height: 34px !important;
    border: 1px solid #E1E1E1;
    background-color: #F9F9F9 !important;
    font-size: 14px !important;
    padding-left: 14px !important;
  	box-shadow: none !important; 
  	color: #999 !important;
  	line-height: 30px !important;
  	background-image: none !important;
}
.fox-container .fox-item-dropdown .controls select {
  	border-radius: 0px !important;
    height: 34px !important;
    border: 1px solid #E1E1E1;
    background-color: #F9F9F9 !important;
    font-size: 14px !important;
    padding-left: 14px !important;
  	box-shadow: none !important; 
  	color: #999 !important;
  	line-height: 30px !important;
  	background-image: none !important;
}
.fox-container .fox-item-checkbox .checkbox {
  	font-size: 14px !important;
  	font-weight: normal !important;
}
.fox-container .fox-item-checkbox .checkbox input {
  	height: auto !important;
}
.fox-container button.btn {
    background-color: #448CCB !important;
    background-image: none !important;
    border: medium none !important;
    border-radius: 4px !important;
    font-size: 130%;
    font-weight: 700;
    height: 38px !important;
    margin: 0 !important;
    text-shadow: none !important;
    width: 100%;
}
.fox-container button.btn:hover, 
.fox-container button.btn:focus {
    background-color: #2971b0 !important;
}
.fox-container button.btn span {
    color: white !important;
    text-transform: uppercase;
    font-weight: 700;
}
.fox-container textarea:focus, 
.fox-container input[type="text"]:focus, 
.fox-container input[type="email"]:focus {
    border-color: rgba(213, 178, 94, 0.8) !important;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(213, 178, 94, 0.6) !important;
}
.btn.disabled {
    opacity: 1;
}

.nav-pills > li + li {
  width:100%;
}