/*@import url('https://fonts.googleapis.com/css?family=Raleway:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');*/
/*@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&display=swap');*/
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Yanone+Kaffeesatz:wght@200;300;400;500;600;700&display=swap');
body {
    font-weight: normal;
    font-size: 16px;
    /*font-family: 'Raleway', sans-serif;*/
    font-family: 'Roboto', sans-serif;
    /*font-family: arial;*/
    text-align: left;
    background: #FFF;
    margin: 0;
    padding: 0;
    color: #2D2C2A;
}

table,
tr,
td {
    font-weight: normal;
}

a {
    color: #6F1007;
}

a:hover {
    color: #A84301;
}

h1 {
    font-size: 38px;
}

h1 a {
    text-decoration: none;
    color: #A10101;
    font-weight: normal;
}

h2 {
}

h2 a {
    text-decoration: none;
}

h3 {
}

h3 a {
    color: #460A10;
}

.logo {
    margin-top: -14px;
}

.container_audio h1 {
    font-size: 50px;
    color: #460A10;
    margin: 10px 10px 26px 10px;
    font-weight: bold;
    align-items: center;
    display: flex;
}

.container_audio h1::before,
.container_audio h1::after {
    background-color: #460A10;
    content: '';
    display: inline-block;
    flex-grow: 1;
    height: 3px;
}

.container_audio h1:after {
    right: 0;
    margin-left: 20px;
}

.container_audio h1:before {
    left: 0;
    margin-right: 20px;
}

.container_spages h1 {
    font-size: 50px;
    color: #460A10;
    margin: 10px 10px 26px 10px;
    font-weight: bold;
    align-items: center;
    display: flex;
}

.container_spages h1::before,
.container_spages h1::after {
    background-color: #460A10;
    content: '';
    display: inline-block;
    flex-grow: 1;
    height: 3px;
}

.container_spages h1:after {
    right: 0;
    margin-left: 20px;
}

.container_spages h1:before {
    left: 0;
    margin-right: 20px;
}

.container_about .short_desc {
    text-align: center;
}

.container_audio_zoom {
}

.container_audio_zoom h1 {
    font-size: 50px;
    color: #460A10;
    margin: 10px 10px 26px 10px;
    font-weight: bold;
    align-items: center;
    display: flex;
}

.container_audio_zoom h1::before,
.container_audio_zoom h1::after {
    background-color: #460A10;
    content: '';
    display: inline-block;
    flex-grow: 1;
    height: 3px;
}

.container_audio_zoom h1:after {
    right: 0;
    margin-left: 20px;
}

.container_audio_zoom h1:before {
    left: 0;
    margin-right: 20px;
}

ul.list-of-gemarot {
    display: inline-block;
    text-align: left;
    font-size: 30px;
}

.hidden {
    display: none !important;
}

.view_cart_buttons input {
    margin: 3px;
}

.dropdown-item {
    white-space: normal;
}

.dropdown-item.active,
.dropdown-item:active {
    /*color: #FFF;*/
    /*text-decoration: none;*/
    background-color: rgba(79, 100, 128, 0.089);
}

/*.btn-danger
{
	color: #FFF;
	background-color: #DF4900;
	border-color: #DF4900;
}*/
/*.btn-primary
{
	color: #FFF;
	background-color: #00777F;
	border-color: #00777F;
}*/
.min-h {
    min-height: 500px;
}

@media (max-width: 575px) {
    h1 {
        font-size: 20px;
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    h1 {
        font-size: 25px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    h1 {
        font-size: 25px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    h1 {
        font-size: 31px;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1299px;
    }
}

img,
form {
    margin: 0px;
    padding: 0px;
    background: none;
}

p {
    margin: 10px 0px;
}

img {
    border: none;
}

select.form-control[size="1"] {
    height: 34px;
}

.navbar-expand-lg {
    flex-flow: row wrap;
}

.navbar-toggler {
    border: 2px solid rgba(70, 10, 16, 0.363) !important;
}

.navbar {
    padding: 0;
    margin: 0;
}

.top-menu {
    width: 100%;
    margin: 0;
    background: #740700;
    text-align: center;
    padding: 10px 0;
    /*color: #FFF;*/
}

.top-menu ul {
    width: 100%;
}

.top-menu ul li {
    /*padding: 0 3%;*/
    /*border-left: 1px solid rgba(203, 203, 203, 0.369);*/
    height: auto;
}

.top-menu ul li:first-child {
}

.top-menu .nav-link {
    font-size: 22px;
    display: block;
    text-align: center;
    /*text-transform: uppercase !important;*/
    /*padding: 18px 0 !important;*/
    color: #FFF !important;
}

.top-menu .btn-lg {
    margin-top: -10px;
    margin-bottom: -10px;
}

.top-menu .dropdown-menu {
    font-size: 18px;
    min-width: 1200px;
    left: -229px;
    /*display: block !important;*/
    padding: 30px 20px 20px 50px;
}

.top-menu .dropdown-menu .dropdown-item.lavel-1 {
    width: 15.5%;
    margin: 0 0.5%;
    display: inline-block;
    float: left;
    clear: none;
    vertical-align: top;
}

.top-menu .dropdown-menu .dropdown-item.lavel-1 > a {
    font-size: 25px;
    display: block;
}

.top-menu .lavel-nashim {
    width: 14% !important;
}

.top-menu .lavel-moed {
    width: 17% !important;
}

/*.top-menu .lavel-kodashim
{
	width: 18% !important;
}*/
/*.top-menu .lavel-toharot
{
	margin-top: 50px !important;
}*/
.top-menu .dropdown-menu .dropdown-item ul {
    padding: 0;
    margin: 8px 0 0;
}

.top-menu .dropdown-menu .dropdown-item ul li {
    padding: 2px;
}

.top-menu .dropdown-menu .dropdown-item ul li:before {
    font-family: "Font Awesome 5 Free";
    margin-right: 0;
    vertical-align: 2px;
    font-size: 13px;
    font-weight: bold;
    content: "\f054";
}

.top-menu .dropdown-menu .dropdown-item.lavel-2 {
    /*display: inline-block;*/
    /*width: auto;*/
    /*width: 1%;*/
    margin: 0;
}

.top-menu .dropdown-menu li {
    /*border-top: 1px dotted #CCC;*/
    /*padding: 0;*/
    /*text-transform: uppercase;*/
}

.top-menu .dropdown-menu li:first-child {
    border: none;
}

.js-searchform {
    /*display: none;*/
}

.js-searchform.active {
    display: block;
}

.js-adrecom-search-toggle {
    display: block;
}

.js-adrecom-search-toggle.active {
    display: none;
}

.nav-item.nav-item-home {
    line-height: 50px;
    font-size: 20px;
    text-align: center;
    /*font-weight: bold;*/
    /*padding-right: 20px;*/
    color: #FFF;
}

.nav-item.nav-item-home a {
    color: #FFF;
}

.navbar-brand {
    background: #FFF;
    float: left;
    margin: 10px 0;
    /*width: 19%;*/
}

.navbar-brand div div {
    font-size: 65px;
    font-weight: bold;
    color: #460A10;
    font-family: 'Yanone Kaffeesatz', sans-serif;
    width: ;
}

.navbar-brand div span {
    padding-left: 20px;
    margin-left: 25px;
    border-left: 1px solid rgba(70, 10, 16, 0.333);
    color: #460A10;
    font-weight: 600;
}

/*.navbar-brand IMG
{
	(*height: 78%;*)
}*/
.navbar-brand-box {
    display: block;
    width: 100%;
    text-align: center;
    padding-top: 30px;
    padding-bottom: 40px;
}

.navbar-brand-title {
    display: block;
    width: 100%;
    font-size: 40px;
}

.navbar-brand-subtitle {
    display: block;
    width: 100%;
    font-size: 30px;
}

.roof {
    padding: 0px 0px;
    font-size: 14px;
    vertical-align: top;
    text-align: right;
    margin: 0;
    /*width: 78%;*/
}

.roof ul {
    /*margin: 0 0 10px 0;*/
    padding: 0;
    margin-right: 0;
}

.roof a {
    color: #2B415F;
    padding: 0 3px;
}

.roof a i {
    color: #464241;
}

.roof a.order {
    color: #FFF;
    padding: 5px 17px;
    text-transform: uppercase;
    vertical-align: 2px;
}

.roof a.order i {
    color: #FFF;
}

.roof .dropdown .btn {
    /*padding: 0;*/
    font-size: 14px;
    background: transparent;
    line-height: 100%;
    margin-top: -2px;
    padding-right: 0;
}

.roof img {
    vertical-align: -2px;
    margin-right: 3px;
}

.roof .dropdown-menu {
    /*display: block !important;*/
    padding: 10px 0;
}

.roof .list-about .dropdown .dropdown-menu {
    /*display: block !important;*/
    padding: 20px 25px;
}

.roof .list-about .dropdown .dropdown-menu .dropdown-item {
    white-space: nowrap;
    padding: 6px 0;
    font-size: 16px;
}

.list-about {
    margin: 4px 0 0 !important;
}

.list-about li {
    font-size: 18px;
    padding: 0;
}

.list-inline-item.phone {
    /*padding: 5px 10px;*/
    font-size: 18px;
    /*background: #FFF;*/
}

.list-inline-item.phone a {
    /*color: #00508E;*/
    color: #DF4900;
}

.list-inline-item.gsa {
    vertical-align: 1px;
    color: #000;
}

.list-inline-item.gsa span {
    margin-left: 5px;
    vertical-align: -4px;
}

.social-links {
    margin: -5px 0 0;
    padding: 0 !important;
    vertical-align: middle;
    display: inline-block;
}

.social-links div {
    display: inline-block;
}

.social-links a {
    /*margin: 0 3px;*/
    vertical-align: middle;
}

.social-links a i {
    width: 25px;
    height: 30px;
    vertical-align: middle;
    border-radius: 100%;
    line-height: 30px;
    transition: all 0.2s linear 0s;
    font-size: 30px;
    text-align: center;
    color: #464241;
}

.slogan {
    /*float: right;*/
    text-align: right;
    font-weight: 400;
    margin-top: 14px;
    margin-bottom: 0;
    color: #C5C9CD;
}

.slogan a {
    padding: 3px;
    color: #4C555D;
    font-size: 13px;
    letter-spacing: 1px;
}

.top_search {
    padding: 0;
    margin-left: 7px;
    /*vertical-align: 2px;*/
}

.top_search input[type=text] {
    min-width: 255px;
    /*font-size: 14px;*/
    vertical-align: middle;
    /*padding: 5px 30px 5px 5px;*/
}

.top_search .btn {
    background: transparent;
    margin-left: -39px;
}

.top_search .btn:hover,
.top_search .btn:focus {
}

.creator {
    max-width: 600px;
    margin: 0 auto;
    padding: 10px 80px;
}

.footer {
    background: repeat-x #02494F;
    clear: both;
    color: #FFFFFF;
    margin: 0;
    padding: 80px 0;
    z-index: 20;
    position: relative;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.footer .greyLG {
    margin: 50px 0 20px;
    padding: 20px;
    background: rgba(255, 255, 255, 0.208);
}

.footer a {
    color: #FFF;
}

.footer a i {
    color: #FFF;
}

.loginbar {
    margin-top: 8px;
}

.menu-search {
    margin-left: 5px;
}

.menu-search * {
    width: auto;
    margin-left: 5px;
}

.madatorystar {
    color: #CC0000;
}

.count {
    text-align: right;
    /*color: #FFD324;*/
    font-style: italic;
    font-family: georgia;
    font-size: 11px;
    margin-top: 17px;
    margin-right: 6px;
    margin-bottom: 5px;
}

.sorting_form {
    float: right;
}

.price {
    color: #9E011C;
}

.msrp {
    color: #686464;
    font-weight: normal;
    text-decoration: line-through;
}

.save {
    color: #477558;
}

.left {
    text-align: left;
}

.center {
    text-align: center;
}

.right {
    text-align: right;
}

.page-item.active .page-link {
    z-index: 1;
    color: #FFF;
    background-color: #598ABF;
    border-color: #598ABF;
}

.page-item a.page-link {
    color: #598ABF;
}

.color-box {
    min-height: 260px;
    padding: 20px;
    text-align: center;
    background: url(../img/bg.jpg) #ECE8DD;
    margin-bottom: 30px;
}

.index_box .row:nth-of-type(odd) .list_item:nth-of-type(even) .color-box {
    background: url(../img/bg-2.jpg);
}

.index_box .row:nth-of-type(even) .list_item:nth-of-type(odd) .color-box {
    background: url(../img/bg-2.jpg);
}

.color-box .more {
    background: rgba(255, 255, 255, 0.526);
    padding: 1px 15px;
    margin-top: 10px;
    display: inline-block;
    font-size: 13px;
    border-radius: 10px;
    width: 100%;
}

.color-box .more i {
    vertical-align: -3px;
}

.listen-box {
    position: absolute;
    right: 15px;
    left: 15px;
    padding: 10px 20px;
    background: rgba(70, 10, 16, 0.093);
    bottom: 30px;
}

.listen-box font {
    font-size: 12px;
    display: block;
}

.listen-box span {
    width: 30%;
    text-align: center;
}

.listen-box span i {
    font-size: 23px;
    vertical-align: 0;
}

.listen-box-zoom {
    padding: 10px 20px;
    text-align: center;
    margin: 20px 0;
    background: #E9ECEF;
    border-radius: 5px;
}

.listen-box-zoom font {
    font-size: 12px;
    display: block;
}

.listen-box-zoom span {
    width: auto;
    text-align: center;
    padding: 10px 30px;
}

.listen-box-zoom span i {
    font-size: 23px;
    vertical-align: -2px;
}

.audio_list_cats {
    margin-bottom: 30px;
}

.audio_list_cats li {
    padding: 0 10px;
}

.audio_list_cats li a {
    text-decoration: underline;
}

.desc p {
    display: inline-block;
    margin: 0;
}

.top_container {
    padding: 30px;
    margin-bottom: 0;
    margin-top: 10px;
}

.daily-podcast {
    font-size: 22px;
    padding: 10px 20px;
    text-align: center;
    background: #ECE7E8;
    border-radius: 10px;
    width: 310px;
}

.daily-podcast i {
    color: #F76E00;
    font-size: 25px;
}

.audio-title {
    text-align: center;
    padding: 20px !important;
    margin: 10px 0 0px !important;
    background: rgba(141, 111, 114, 0.163) !important;
}

.audio-title h2 {
    font-size: 40px;
    color: #6E0913;
    text-transform: uppercase;
    margin: 0;
    /*color: #FFF;*/
}

.audio_list .table td {
    vertical-align: middle;
}

.audio_list .table th {
    vertical-align: middle;
}

.audio_list .table th i {
    vertical-align: -4px;
    font-size: 27px;
}

.audio_list .table th:nth-child(1) {
    /*width: 30%;*/
}

.audio_list .table th:nth-child(2) {
    /*width: 30%;*/
}

.audio_list .table th.listen {
    width: 9%;
    text-align: center;
}

.audio_list .table th.down {
    width: 9%;
    text-align: center;
}

.audio_list .table th.ask {
    width: 9%;
    text-align: center;
}

.audio_list .table th.book {
    width: 9%;
    text-align: center;
}

.audio_list .table font {
    font-size: 11px;
    font-weight: normal;
    display: block;
}

.audio_list .table i {
    font-size: 30px;
}

.audio_list .table .ask {
    text-align: center;
}

.audio_list .table .down {
    text-align: center;
}

.audio_list .table .listen {
    text-align: center;
}

.audio_list .table .book {
    text-align: center;
}

/*.audio_list .table .more
{
	background: #FFFFFF;
	padding: 1px 15px;
	margin-top: 10px;
	display: inline-block;
	font-size: 13px;
	border-radius: 10px;
}*/
/*.audio_list .table .more I
{
	vertical-align: -2px;
	font-size: 16px;
}*/
.index-cat-menu > ul > li {
    padding-bottom: 20px;
}

.index-cat-menu ul {
    padding: 0;
    margin: 25px 0 0;
    text-align: center;
    list-style: none;
}

.index-cat-menu ul ul {
    margin: 0;
}

.cat-menu-heb {
    text-align: right;
}

.cat-menu {
    text-align: left;
}

.index-cat-menu li {
}

/*.index-cat-menu > UL > LI.clearfix
{
	padding: 4px 0;
	margin-bottom: 20px;
}*/
.index-cat-menu .item_0 {
    width: 100%;
    background: rgba(237, 237, 237, 0.853);
    font-weight: bold;
    text-align: center;
    padding: 3px 10px 3px 3px;
    font-size: 20px;
    display: block;
    float: none;
    clear: both;
    margin-bottom: 5px;
    color: #CE200F;
}

.index-cat-menu .item_10 {
    font-size: 16px;
    padding: 3px 7px;
}

.index-cat-menu .item_10 a {
    text-decoration: underline;
}

.index-cat-menu-heb {
    text-align: right;
    border-top: 2px dotted #CCC;
    margin-top: 30px;
}

.index-cat-menu-heb .item_0 {
    text-align: left;
    padding-left: 10px;
}

@media (max-width: 575px) {
    .top_search input[type=text] {
    }
    
    .top_search .btn {
        /*background: transparent;*/
        /*margin-left: -39px;*/
        margin-left: -50px;
    }
    
    .top_search {
        text-align: center !important;
        padding-left: 0;
        height: auto !important;
    }
    
    /*.top-menu .nav-link
    {
    	font-size: 14px;
    }*/
    .top-menu .btn-lg {
        /*font-size: 15px;*/
        /*padding: 3px 5px;*/
        margin-bottom: 20px;
        margin-top: 20px;
    }
    
    .navbar-toggler {
        margin: 0 10px 10px 0;
    }
    
    .nav-item.nav-item-home {
        line-height: 39px;
        font-size: 16px;
    }
    
    .daily-podcast {
        font-size: 13px;
        padding: 5px;
        margin: 0 0 10px 10px;
        width: 175px;
    }
    
    .daily-podcast i {
        font-size: 15px;
    }
    
    .navbar-brand {
        width: 100%;
        padding: 0;
        margin-top: 0;
    }
    
    .navbar-brand div {
        text-align: center;
    }
    
    .navbar-brand div div {
        font-size: 45px;
        display: block;
    }
    
    .navbar-brand div span {
        font-size: 12px;
        padding: 0 10px;
        margin: -8px 0 0;
        display: block;
        width: 100%;
        line-height: 134%;
        border: none;
    }
    
    .navbar-brand div span br {
    }
    
    .top-menu .dropdown-menu {
        font-size: 16px;
        min-width: auto;
        left: auto;
        /*display: block !important;*/
        padding: 20px 10px 10px 30px;
        /*height: 522px;*/
    }
    
    .top-menu .dropdown-menu .dropdown-item.lavel-1 {
        width: 98% !important;
        margin: 0 0 10px 0;
        display: block;
        float: none;
        clear: none;
        vertical-align: top;
    }
    
    .top-menu .dropdown-menu .dropdown-item.lavel-1 ul li {
        display: inline-block;
        width: auto;
        padding-right: 10px;
        padding-bottom: 10px;
    }
    
    .top-menu .dropdown-menu .dropdown-item.lavel-1 > a {
        font-size: 20px;
    }
    
    .top-menu .dropdown-menu .dropdown-item.lavel-1.lavel-toharot {
        margin-top: 0px !important;
        /*float: left;*/
        /*width: 40% !important;*/
        /*clear: none !important;*/
    }
    
    .top-menu .dropdown-menu .dropdown-item.lavel-1.lavel-zeraim {
        margin-top: 0;
        /*float: left;*/
        /*width: 40% !important;*/
        /*clear: none !important;*/
    }
    
    .index-cat-menu .item_0 {
        width: 100%;
        font-size: 16px;
        text-align: left;
    }
    
    .index-cat-menu-heb .item_0 {
        width: 100%;
        text-align: right;
    }
    
    .index-cat-menu .item_10 {
        font-size: 14px;
    }
    
    .audio-title h2 {
        font-size: 22px;
    }
    
    .audio_list .table {
        font-size: 11px;
    }
    
    .audio_list .table td {
        padding: 3px 5px;
    }
    
    .audio_list .table td i {
        /*font-size: 25px;*/
    }
    
    .audio_list .table .title {
        font-size: 14px;
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .top_search input[type=text] {
    }
    
    /*.top_search .btn
    {
    	(*background: transparent;*)
    	(*margin-left: -39px;*)
    	line-height: 14px;
    	margin-top: -5px;
    	margin-left: -50px;
    }*/
    .top_search {
        text-align: center !important;
        padding-left: 25%;
    }
    
    /*.top-menu .nav-link
    {
    	font-size: 14px;
    }*/
    .top-menu .btn-lg {
        /*font-size: 15px;*/
        /*padding: 3px 5px;*/
        margin-bottom: 20px;
        margin-top: 20px;
    }
    
    .navbar-toggler {
        margin: -117px 0 0;
    }
    
    .nav-item.nav-item-home {
        line-height: 39px;
        font-size: 16px;
    }
    
    .daily-podcast {
        font-size: 13px;
        padding: 5px;
        margin: -16px 0 12px;
        width: 310px;
    }
    
    .daily-podcast i {
        font-size: 15px;
    }
    
    .navbar-brand div div {
        font-size: 40px;
    }
    
    .navbar-brand div span {
        font-size: 14px;
    }
    
    .top-menu .dropdown-menu {
        font-size: 16px;
        min-width: auto;
        left: auto;
        /*display: block !important;*/
        padding: 20px 10px 10px 30px;
        /*height: 522px;*/
    }
    
    .top-menu .dropdown-menu .dropdown-item.lavel-1 {
        width: 98% !important;
        margin: 0 0 10px 0;
        display: block;
        float: none;
        clear: none;
        vertical-align: top;
    }
    
    .top-menu .dropdown-menu .dropdown-item.lavel-1 ul li {
        display: inline-block;
        width: auto;
        padding-right: 10px;
        padding-bottom: 10px;
    }
    
    .top-menu .dropdown-menu .dropdown-item.lavel-1 > a {
        font-size: 20px;
    }
    
    .top-menu .dropdown-menu .dropdown-item.lavel-1.lavel-toharot {
        margin-top: 0px !important;
        /*float: left;*/
        /*width: 40% !important;*/
        /*clear: none !important;*/
    }
    
    .top-menu .dropdown-menu .dropdown-item.lavel-1.lavel-zeraim {
        margin-top: 0;
        /*float: left;*/
        /*width: 40% !important;*/
        /*clear: none !important;*/
    }
    
    .index-cat-menu .item_0 {
        width: 100%;
        font-size: 16px;
        text-align: left;
    }
    
    .index-cat-menu-heb .item_0 {
        width: 100%;
        text-align: right;
    }
    
    .index-cat-menu .item_10 {
        font-size: 14px;
    }
    
    .audio-title h2 {
        font-size: 30px;
    }
    
    .audio_list .table {
        font-size: 12px;
    }
    
    .audio_list .table th {
        font-size: 11px;
    }
    
    .audio_list .table td {
        padding: 3px 5px;
    }
    
    .audio_list .table td i {
        /*font-size: 25px;*/
    }
    
    .audio_list .table .title {
        font-size: 14px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .top_search input[type=text] {
    }
    
    /*.top_search .btn
    {
    	(*background: transparent;*)
    	(*margin-left: -39px;*)
    	line-height: 14px;
    	margin-top: -5px;
    	margin-left: -50px;
    }*/
    .top_search {
        text-align: center !important;
        padding-left: 30%;
    }
    
    /*.top-menu .nav-link
    {
    	font-size: 14px;
    }*/
    .top-menu .btn-lg {
        /*font-size: 15px;*/
        /*padding: 3px 5px;*/
        margin-bottom: 20px;
        margin-top: 20px;
    }
    
    .nav-item.nav-item-home {
        line-height: 39px;
        font-size: 16px;
    }
    
    .daily-podcast {
        font-size: 14px;
        padding: 5px;
        width: 193px;
    }
    
    .navbar-brand div div {
        font-size: 40px;
    }
    
    .navbar-brand div span {
        font-size: 14px;
    }
    
    .top-menu .dropdown-menu {
        font-size: 16px;
        min-width: auto;
        left: auto;
        /*display: block !important;*/
        padding: 20px 10px 10px 30px;
        /*height: 522px;*/
    }
    
    .top-menu .dropdown-menu .dropdown-item.lavel-1 {
        width: 98% !important;
        margin: 0 0 10px 0;
        display: block;
        float: none;
        clear: none;
        vertical-align: top;
    }
    
    .top-menu .dropdown-menu .dropdown-item.lavel-1 ul li {
        display: inline-block;
        width: auto;
        padding-right: 10px;
        padding-bottom: 10px;
    }
    
    .top-menu .dropdown-menu .dropdown-item.lavel-1 > a {
        font-size: 20px;
    }
    
    .top-menu .dropdown-menu .dropdown-item.lavel-1.lavel-toharot {
        margin-top: 0px !important;
        /*float: left;*/
        /*width: 40% !important;*/
        /*clear: none !important;*/
    }
    
    .top-menu .dropdown-menu .dropdown-item.lavel-1.lavel-zeraim {
        margin-top: 0;
        /*float: left;*/
        /*width: 40% !important;*/
        /*clear: none !important;*/
    }
    
    .index-cat-menu .item_0 {
        width: 100%;
        font-size: 16px;
        text-align: left;
    }
    
    .index-cat-menu-heb .item_0 {
        width: 100%;
        text-align: right;
    }
    
    .index-cat-menu .item_10 {
        font-size: 14px;
    }
    
    .audio-title h2 {
        font-size: 30px;
    }
    
    .audio_list .table {
        font-size: 14px;
    }
    
    .audio_list .table th {
        font-size: 12px;
    }
    
    .audio_list .table td {
        padding: 3px 5px;
    }
    
    .audio_list .table td i {
        /*font-size: 25px;*/
    }
    
    .audio_list .table .title {
        font-size: 16px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .top_search input[type=text] {
        min-width: 154px;
        font-size: 12px;
        margin-top: -4px;
        /*margin-bottom: -20px;*/
    }
    
    .top_search .btn {
        /*background: transparent;*/
        /*margin-left: -39px;*/
        line-height: 14px;
        margin-top: -5px;
    }
    
    .top_search {
        padding: 0;
        height: 41px !important;
    }
    
    .top-menu .nav-link {
        font-size: 16px;
    }
    
    .top-menu .btn-lg {
        font-size: 16px;
        padding: 5px 10px;
        margin-bottom: -20px;
        margin-top: -26px;
    }
    
    .nav-item.nav-item-home {
        line-height: 39px;
        font-size: 16px;
    }
    
    .daily-podcast {
        font-size: 16px;
        width: 226px;
    }
    
    .navbar-brand div div {
        font-size: 55px;
    }
    
    .navbar-brand div span {
        font-size: 17px;
    }
    
    .top-menu .dropdown-menu {
        font-size: 16px;
        min-width: 932px;
        left: -178px;
        /*display: block !important;*/
        padding: 20px 10px 10px 30px;
    }
    
    .top-menu .dropdown-menu .dropdown-item.lavel-1 > a {
        font-size: 20px;
    }
}

@media (min-width: 1200px) {
}

/**********************************************************************************************************************
contact-page*/
.googlemap {
    margin-bottom: 30px;
}

.contact_form_box {
    padding: 23px 20px 10px;
    margin-bottom: 30px;
    background: #F2F2F2;
}

.contact_info {
    font-size: 16px;
}

/**********************************************************************************************************************
left menu*/
.left_menu .title {
    font-size: 20px;
    margin: 0 5px 5px 16px;
}

.lead {
    font-size: 20px;
    margin: 5px;
}

.left_menu .badge {
    font-size: 9px;
}

.left_menu .active a {
    color: #FFF;
}

.left_menu .l_0 {
    padding: 7px 15px;
}

.left_menu .l_10 {
    font-size: 13px;
    padding: 6px 15px 6px 20px;
    /*background: #F5F5F5;*/
}

.left_menu .l_20 {
    font-size: 12px;
    font-size: 13px;
    padding: 6px 25px;
    background: #E7E7E7;
}

.category_menu {
}

.category_menu_list--sub {
    display: none;
}

.category_menu_list__item--open > .category_menu_list--sub,
.category_menu_list__item--path.category_menu_list__item--open > .category_menu_list--sub,
.category_menu_list__item--current.category_menu_list__item--open > .category_menu_list--sub {
    display: block;
}

.category_menu .badge.badge-secondary {
    font-size: 10px;
}

.category_menu .list-group-flush .list-group-item {
    padding: 10px 15px;
    background: #F2F2F2;
    font-size: 13px;
}

/*lend eft menu
*/
/*lend eft menu
*/
/*articles
*/
.plain_list {
}

.plain_list > .row > div {
    margin-bottom: 10px;
}

.plain_list .card {
    height: 100%;
}

.card-header .rr-star-st {
    margin: 0;
}

.plain_list .well {
    border: none;
    background: #F0F0F0;
    font-size: 13px;
    margin: 0 0 10px 0;
    padding: 7px 10px;
    box-shadow: none;
}

.plain_list .well .date {
    margin-right: 10px;
    font-weight: bold;
}

.plain_list .img {
    display: block;
    height: 250px;
    overflow: hidden;
}

.img .review-post-st {
    margin-top: 10px;
    display: inline-block;
}

.more {
}

.more a {
    text-decoration: none;
}

.more a:hover {
    color: #DB0202;
    text-decoration: underline;
}

.side_list .title {
    font-size: 20px;
    margin: 0 5px 5px 16px;
    color: #FC6400;
}

.side_list h4.list-group-item-heading {
    font-size: 15px;
    margin: 0;
}

.side_list p.list-group-item-text {
    margin: 0;
    font-size: 13px;
    margin-top: 5px;
}

.articles__list__item {
    margin-bottom: 30px;
}

.about-pict2 {
    background: url(../img/1779312533.jpg) center center / cover;
    min-height: 350px;
}

.about-pict1 {
    background: url(../img/449050010.jpg) center top / cover;
    min-height: 301px;
}

.about-text1 {
    padding-top: 20px;
    padding-right: 30px;
}

.about-text2 {
    padding-top: 50px;
    padding-left: 50px;
    margin-bottom: 30px;
}

.container_about-owi h1 {
    text-align: center;
    font-size: 50px;
    margin-bottom: 30px;
    margin-top: 30px;
}

/**********************************************************************************************************************
products list*/
.jumbotron {
    /*background: url(../img/products_top.jpg) 0 0 / cover;*/
    /*color: #FFF;*/
    /*text-transform: uppercase;*/
    font-size: 18px;
    padding: 50px;
    border-radius: 0;
    color: #FFF;
    /*box-shadow: inset 0 -5px 10px 0 rgba(184, 184, 184, 0.238);*/
    background: url(../img/bg-index.jpg) bottom right / cover no-repeat rgb(11, 82, 87);
}

.jumbotron ul {
    list-style: none;
    padding: 0;
    margin: 20px 0 40px;
}

.jumbotron ul li {
    list-style: none;
    padding: 7px 30px;
    text-align: center;
    border-radius: 5px;
    margin: 0;
    text-transform: uppercase;
    background: rgba(255, 255, 255, 0.264);
    vertical-align: middle;
}

.jumbotron ul li:nth-child(2) {
    line-height: 52px;
}

.jumbotron_real-acne-treatment-story h1 {
    text-align: center;
    text-transform: uppercase;
}

.jumbotron_real-acne-treatment-story h2 {
    text-align: center;
}

.jumbotron_real-acne-treatment-story .back {
    margin-top: -8px;
    margin-bottom: -10px;
}

.jumbotron .ask {
    max-width: 333px;
    margin: -14px 0 0;
    font-size: 15px;
    color: #FFF;
}

.jumbotron .ask a {
    display: block;
    color: #FFF;
}

.jumbotron .ask h2 {
    font-size: 25px;
    margin: 10px 0;
}

.jumbotron .agnes_pict {
    display: inline-block;
    width: 150px;
    border-radius: 150px;
    overflow: hidden;
    float: left;
    margin-right: 20px;
    margin-top: -10px;
}

.jumbotron .agnes_pict img {
    max-width: 100%;
}

.Choose {
    margin-top: 20px;
}

.Choose h2 {
    text-align: center;
    text-transform: uppercase;
    color: #FFF;
}

.Choose h2 a {
    color: rgba(77, 215, 255, 0.566);
    text-decoration: underline;
}

.Choose h2 a:hover {
    color: #FFF;
}

.Choose h3 {
    text-align: center;
    font-size: 20px;
    color: #FFDA4D;
}

.desc-prod {
    padding-top: 20px;
    margin-top: 30px !important;
    border-top: 3px dotted rgba(255, 255, 255, 0.183);
    font-size: 20px;
    text-align: center;
}

.shop_price {
    margin-bottom: 20px;
}

.title {
    font-size: 18px;
    margin: 5px 0;
}

.title a {
    color: #818181;
    text-decoration: underline;
}

.next_prev {
    margin: 0;
    position: absolute;
    z-index: 10;
    right: 0;
    padding: 5px;
    background: #F3F3F3;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

.next_prev a {
    text-decoration: none;
    font-size: 30px;
    color: #CCC;
    padding: 0 10px;
    text-align: center;
    display: inline-block;
}

.next_prev a:hover {
    color: #5296D3;
}

.nopict {
    font-size: 20px;
    color: #D1D1D1;
    line-height: 195px;
    height: 195px;
    vertical-align: middle;
    background: #F0F0F0;
}

.nopict i {
    vertical-align: middle;
}

.discounts_info_upsale {
    margin: 10px 0;
}

.discounts_info_upsale th {
    text-align: center;
    font-size: 12px;
    padding: 2px !important;
}

.discounts_info_upsale td {
    text-align: center;
    font-size: 12px;
    padding: 2px !important;
}

.products_list {
}

.products_list form {
    height: 100%;
}

.products_list .card {
    height: 100%;
    text-align: center;
}

.products_list .products__list__item {
    /*text-align: center;*/
    margin-bottom: 20px;
}

.products__list__item__offer {
}

.products__list__item__picture {
    height: 250px;
    line-height: 250px;
    overflow: hidden;
    text-align: center;
    margin-right: 0;
}

.products__list__item__picture img {
    max-height: 100% !important;
}

.products__list__item__offer__price {
    font-size: 18px;
    text-align: center;
    color: #00777F;
}

.products_list .qty div {
    padding: 0 2px;
}

.products_list .cat-item {
    margin-bottom: 20px;
}

.product_option {
    float: none;
    padding: 0;
    margin: 0;
    padding: 10px;
}

.product_option label {
    padding-right: 0;
    text-align: right;
}

.product_option .row {
    margin-top: 3px;
    margin-bottom: 3px;
}

.products_list h3 {
    margin: 10px 0 0;
    font-size: 19px;
}

.products_list .sdesc {
    /*text-align: left;*/
    font-size: 12px;
    margin: 5px 0;
}

.qty {
    margin: 10px 0;
    /*background: #F0F0F0;*/
    /*padding: 7px 0 5px;*/
    /*border-radius: 3px;*/
}

.qty .form-group {
    margin-bottom: 0;
}

.qty label {
    text-align: right;
    padding-right: 5px;
    font-weight: bold;
}

.products_list .cat_desc {
    margin-bottom: 20px;
}

.product_option_tab {
    margin-top: 10px;
    margin-bottom: 10px;
    background: #E9ECEF;
    width: 350px;
    padding-left: 10px;
}

/*.product_option
{
}*/
.product_option .Who strong {
    float: left;
    margin-right: 16px;
    /*margin-left: 9px;*/
    vertical-align: middle;
}

.product_option ul {
    margin: 0;
    padding: 0;
    list-style: none;
    /* font-weight: bold; */
}

.product_option ul li {
    float: left;
    margin-right: 11px;
}

.product_option ul li label {
    font-weight: 300;
    margin-left: 4px;
    margin-bottom: 0;
    vertical-align: middle;
}

.product_option input[type=radio]:checked + label {
    color: #B70202;
    font-weight: bold;
}

.wishlist-box {
    text-align: center;
    margin: 10px 0;
}

.products_list .rating_table {
    text-align: center;
}

.products_list .rating_table .review-post-st {
    display: inline-block;
}

.manuf_list {
    margin-top: 30px;
}

.manuf_list .list-inline-item {
    display: inline-block;
    /*height: 150px;*/
    vertical-align: top;
    width: 15.7%;
    text-align: center;
    vertical-align: top;
    margin-bottom: 20px;
}

.manuf_list .list-inline-item img {
    max-height: 95%;
}

.manuf_list .list-inline-item span {
    display: block;
    vertical-align: middle;
    line-height: 136px;
    height: 150px;
    border: 1px solid #CCC;
}

.products_categories_list {
    /*padding: 30px 0 50px;*/
    /*background: rgba(243, 243, 243, 0.961);*/
    font-size: ;
    margin-bottom: 40px;
    margin-top: 40px;
}

.products_categories_list .item {
    padding-bottom: 20px;
    text-align: center;
}

.products_categories_list .card-body {
    padding: 10px 0 0;
}

.products_categories_list h2 {
    font-size: 22px;
    text-align: center;
    /*margin-bottom: 20px;*/
}

.featured_products_list {
    background: #E9ECEF;
    padding: 50px 0;
    margin-bottom: -50px;
}

.featured_products_list h3 {
    font-size: 35px;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.opt_text {
    /*margin: 0 0 20px;*/
    font-size: 16px;
    color: #037EA8;
}

.money_back {
    background: url(../img/60day1.png) center / cover no-repeat;
    width: 214px;
    height: 211px;
    margin: -23px 0 0;
    float: right;
}

.gray_line {
    padding: 50px 0;
    background: #F5F5F5;
    margin: 50px 0;
}

.duration {
    margin-top: 15px;
}

.dataGrid1 {
    border-collapse: separate;
    border-spacing: 1px;
}

.duration .dataGrid1 {
    width: 100%;
}

.dataGrid1 th {
    font-weight: bolder;
    background: #01819E;
    color: #FFFFFF !important;
    text-align: center;
    padding: 5px;
}

.dataGrid1 .selected {
    padding: 6px 0;
}

.dataGrid1 .even {
    background: #C5E9F1;
}

.dataGrid1 .odd {
    background: #E2F1F4;
}

.dataGrid1 td {
    vertical-align: middle;
    text-align: center;
}

.duration .note {
    font-size: 11px;
}

.note {
    font-size: 11px;
    margin-top: 15px;
}

.long_desc {
    margin: 0 0 15px 10px;
    font-size: 16px;
}

.long_desc p strong {
    font-weight: bold;
    /*color: #01819E;*/
    font-size: 19px;
}

.long_desc ul {
    margin: 10px;
    padding: 0;
    list-style-position: inside;
}

.long_desc ul li {
    margin: 5px 0 0;
    padding: 0;
}

.long_desc ul li h4 {
    display: inline;
}

.men {
    display: none;
}

.rejuvel_sm {
    text-align: center;
    background: #FFF;
    padding: 10px;
    font-size: 13px;
}

.rejuvel_sm img {
    display: inline-block;
    max-height: 257px;
    margin: 10px;
}

.rejuvel_sm .title {
    text-transform: uppercase;
    font-size: 25px;
    color: #01819E;
    font-weight: bold;
}

.rejuvel_sm .sub-title {
    /*text-transform: uppercase;*/
    font-size: 16px;
    font-weight: bold;
    color: #BF0001;
}

.rejuvel_sm .sub-title span {
    font-size: 17px;
    text-transform: uppercase;
    padding: 0 5px;
    background: #BF0001;
    color: #FFF;
    display: block;
}

.baner-prod .ask {
    /*float: left;*/
    padding: 10px 30px 10px 25px !important;
    background: none #00777F;
    color: #FFF;
    /*width: 395px;*/
    position: relative;
    z-index: 10;
    margin: 46px 0 20px;
    border-radius: 10px;
}

.baner-prod .ask a {
    color: #FFF;
    font-size: 16px;
    display: block;
}

.baner-prod .ask h2 {
    color: #FFF;
    margin: 10px 0 5px;
}

.baner-prod .ask h2 a {
    color: #F6DF0B;
    font-size: 25px;
    text-decoration: underline;
}

.baner-prod .agnes_pict {
    float: left;
    border-radius: 100px;
    overflow: hidden;
    margin-right: 20px;
}

.baner-prod .agnes_pict img {
    width: 87px;
}

.qa-prod-page {
}

.qa-prod-page h4 {
    margin-bottom: 20px;
    text-transform: uppercase;
    font-size: 35px;
    color: #00777F;
}

.qa-prod-page h3 {
    font-size: 18px;
}

.qa-prod-page p {
    padding: 10px;
    background: #F5F5F5;
    margin-bottom: 30px;
}

#treatment-system {
    margin-top: 20px;
    border-bottom: 3px solid #1CA5CB;
}

#treatment-system .nav-item .nav-link {
    background: #00777F;
    color: #FFFFFF;
    margin-right: 3px;
    border: none;
    border-radius: 10px 10px 0 0;
}

#treatment-system .nav-item .nav-link span {
    height: 42px;
    width: 50px;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    margin-top: -12px;
    margin-bottom: -5px;
    margin-left: -5px;
    margin-right: 5px;
}

#treatment-system .nav-item #Teen-tab span {
    /*margin-top: 5px;*/
    height: 42px;
    padding-top: 5px;
}

#treatment-system .nav-item #Women-tab span {
    padding-top: 2px;
}

#treatment-system .nav-item .nav-link span img {
    max-height: 100%;
}

#treatment-system .nav-item .nav-link.active {
    background: #1CA5CB;
}

#treatment-system .nav-item a {
    font-size: 20px;
    padding: 15px 30px;
    display: block;
}

#treatment-system-Content {
    padding: 50px 50px 40px 50px;
    /*background: #E9ECEF;*/
    /*border: 3px solid #1CA5CB;*/
    /*border-top: none;*/
}

#treatment-system-Content .tab-pane {
    line-height: 166%;
}

#treatment-system-Content .tab-pane ul {
    margin-top: 20px;
    padding: 0 0 0 20px;
}

#treatment-system-Content .tab-pane ul li {
    margin-bottom: 5px;
}

#treatment-system-Content .pict1 {
    width: 213px;
    height: 159px;
    background: url(../img/ac2.png);
    float: left;
    margin: 0 25px 12px 0px;
    -webkit-border-radius: 13px;
    -moz-border-radius: 13px;
    border-radius: 8px;
    behavior:   url(css/PIE.htc);
    overflow: hidden;
}

#treatment-system-Content .pict2 {
    width: 213px;
    height: 159px;
    background: url(../img/ac3.png);
    float: left;
    margin: 0 25px 12px 0px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}

#treatment-system-Content .pict3 {
    width: 244px;
    height: 184px;
    background: url(../img/ac1.png);
    float: right;
    margin: 0 0px 12px 25px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    overflow: hidden;
}

.Guide-box {
    margin: 50px 0 100px;
}

@media (max-width: 575px) {
}

@media (min-width: 576px) and (max-width: 767px) {
}

@media (min-width: 768px) and (max-width: 991px) {
}

@media (min-width: 992px) and (max-width: 1199px) {
}

@media (min-width: 1200px) {
}

/*products zoom*/
.content_products_zoom .jumbotron {
    /*background: transparent;*/
    padding-top: 30px;
    padding-bottom: 30px;
    background: #F7F7F7;
    /*border: 2px solid #CCC;*/
}

.long_desc {
    /*margin: 20px 0;*/
}

.pict_zoom {
    padding: 0;
    border: 2px solid #EDEDED;
    text-align: center;
    border-radius: 4px;
    overflow: hidden;
    margin: 0 0 30px 0;
    min-height: 350px;
    line-height: 350px;
}

.pict_zoom img {
    max-width: 100%;
    max-height: 100%;
}

.stamp {
    height: 66px;
    position: absolute;
    z-index: 10;
    width: 138px;
    background: url(../img/pack7.png);
    top: 0;
    right: 17px;
}

#pack3 {
    background: url(../img/pack3.png);
}

.all_panel_frsite #pack3 {
    background: url(../img/pack3-fr.png);
}

#pack5 {
    background: url(../img/pack5.png);
}

.all_panel_frsite #pack5 {
    background: url(../img/pack5-fr.png);
}

#pack7 {
    background: url(../img/pack7.png);
}

.all_panel_frsite #pack7 {
    background: url(../img/pack7-fr.png);
}

#pack8 {
    background: url(../img/pack8.png);
}

.all_panel_frsite #pack8 {
    background: url(../img/pack8-fr.png);
}

#pack10 {
    background: url(../img/pack10.png);
}

.all_panel_frsite #pack10 {
    background: url(../img/pack10-fr.png);
}

.products_related_right {
    padding: 0px 0;
    font-size: 13px;
}

.products_related_right .price {
    font-size: 13px;
}

.products_related_right .price .save {
    display: block;
    padding: 0;
    margin: 0;
    text-align: left;
}

.products_related_right h2 {
    padding: 0px;
    margin-top: 0;
    font-size: 18px !important;
}

.products_related_right .list_item {
    border-bottom: none;
    padding-bottom: 20px;
    /*padding: 0 0 20px 0;*/
    /*padding: 10px 0 5px;*/
}

.products_related_right .pict {
    margin: 0 0 10px 0;
    min-height: 155px;
    float: none;
    border: 1px solid #EBEAEA;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

.products_related_right .pict a {
    display: block;
    line-height: 150px;
}

.products_related_right .pict img {
    max-width: 100%;
    max-height: 100%;
}

.cat_title {
    font-size: 18px;
    margin: 7px 10px;
    color: #818181;
}

.cat_title a {
    color: #E85800;
    text-decoration: none;
    font-family: "Trebuchet MS";
}

.zoom_properties .sku {
    margin: 5px 0;
}

.zoom_properties div.product_option {
    /*margin: 10px 0 0;*/
    /*width: 70%;*/
}

.zoom_properties .qty .col-sm-4 {
    padding-left: 0;
}

.zoom_properties .discounts_info_upsale {
    float: right;
}

.zoom_properties .rr-star-st {
    clear: left;
    margin-top: 10px;
}

.zoom_properties .products__list__item__offer__price {
    text-align: left;
    font-size: 25px;
}

.zoom_properties .dict {
}

.zoom_properties .docs ul {
    list-style: none;
    margin: 42px 0 0 7px;
    padding: 0;
}

.zoom_properties .docs ul li {
    /*display: inline-block;*/
    /*width: 24%;*/
    margin-bottom: 20px;
}

.zoom_properties .docs ul li a {
    color: #4F6481;
    padding:7 px 30px;
}

.zoom_properties .docs ul li i {
    font-size: 28px;
    vertical-align: -2px;
    margin-right: 7px;
}

.zoom-rel {
    margin-top: 20px;
}

.share-wrapp {
    margin: 0;
}

.share-mail {
    float: left;
    margin-right: 23px;
    font-size: 13px;
}

.share-mail-sp {
    float: left;
    margin-right: 17px;
}

.share-fb {
    float: left;
    margin-right: 15px;
    text-align: center;
    margin-bottom: 10px;
}

.share-add {
    float: right;
}

.send-by-mail {
    color: #517E04;
    font-size: 14px;
}

.send-by-mail span {
    font-size: 12px;
    /*vertical-align: sub;*/
}

/*bundle*/
.bundle_but {
    text-align: center;
    padding: 2px 0px;
    margin: 10px 0;
}

.bundle_but a {
    width: 100%;
}

.bundles_list {
}

.bundl__list__item {
    margin-bottom: 20px;
}

.bundles_list .row {
    margin-top: 20px;
    text-align: center;
}

.bundles_list ul {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center;
    width: 100%;
}

.bundles_list ul li {
    margin: 0.2%;
    padding: 0;
    list-style: none;
    /*float: left;*/
    width: 32%;
    text-align: center;
    display: inline-block;
    vertical-align: top;
}

.bundles_list .pict {
    border: 1px solid #CCCCCC;
    margin-bottom: 5px;
}

.bundles_list .gray {
    min-height: 130px;
}

.bundles_list h3 {
    font-size: 20px;
    text-align: center;
    /*margin-bottom: 10px;*/
}

.bundl_price {
    margin-top: 5px;
    /*font-weight: bold;*/
}

.bundles_in_list {
    margin-top: -8px !important;
}

.bundled_item_info {
}

.bundled_item_info h4 {
    font-size: 15px;
    margin-top: 9px;
}

.bundl_price {
    color: #B30000;
}

.bundle_all_price {
    text-align: center;
    margin-bottom: 10px;
    margin-top: 10px;
    font-size: 16px;
}

.bundle_all_price span {
    padding: 0 5px;
}

.bundles_list .qty {
    text-align: center;
}

.bundles_list .qty .row {
    margin: 0;
}

.bundles_list .qty div {
    padding: 0 5px;
}

.bundles_list .tellfriend {
    padding-left: 10px;
}

/**********************************************************************************************************************
blog*/
.blog_list {
}

.blog_list .card {
    height: 100%;
}

.blog_list a {
    color: #107DAC;
}

.blog_list h1 {
    text-transform: uppercase;
}

.blog-post .short_desc {
}

.blog-post .long_desc {
    /*padding-left: 30px;*/
    /*border-left: 5px solid #E7E7E7;*/
    font-size: 15px;
}

.blog-post .long_desc ol {
    list-style: numeric outside !important;
}

.blog-post .long_desc ol li {
    list-style: numeric outside !important;
    padding: 0 0 0 8px;
    margin: 5px 0 5px 30px;
}

.blog-post .long_desc ul {
    padding: 0 0 0 8px;
    margin: 5px 0 5px 8px;
}

.blog-post .long_desc ul li {
    list-style-type: disc;
    padding: 0 0 0 3px;
    margin: 5px 0;
}

.blog-post {
    margin-bottom: 50px;
}

.blog-post .card-title {
    font-size: 30px;
}

.blog-post .date {
    margin-right: 10px;
}

.blog-post h1 {
}

.left_part_blog .product_right_baner {
    margin-top: 50px;
    margin-bottom: 50px;
}

.left_part_blog .product_right_baner h4 {
    font-size: 20px;
}

.jumbotron_blog {
    margin-bottom: 20px;
}

@media (max-width: 767px) {
    .blog-post .pict_right {
        margin: 0;
        float: none;
    }
    
    .blog-post .pict_right img {
        max-width: 100%;
    }
    
    .blog-post h1 {
        font-size: 25px;
    }
}

.blog_search {
    /*margin-top: 7px;*/
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
    background: #F5F5F5;
}

.rss {
    margin-left: 16px;
    float: right;
}

.cloud {
    padding: 10px 15px;
    margin: 20px 0 10px;
    background: #F5F5F5;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.cloud h2 {
    margin: 0 0 10px 0;
    color: #000;
}

.cloud h2 a {
    margin-bottom: 5px;
    font-weight: bold;
    font-size: 20px;
    color: #4C555D;
}

.blog_arhive {
}

.blog_arhive h2 {
    margin-bottom: 5px;
    font-size: 20px;
    padding-left: 10px;
}

.blog_arhive ul {
    margin: 0;
    padding: 0;
}

.blog_arhive li {
    padding: 5px 5px 5px 15px;
    background: #F2F2F2;
    margin-bottom: 1px;
    border-bottom: 1px solid #CCC;
    list-style: none;
}

.blog_arhive li a {
    text-decoration: none;
    color: #171717;
}

.blog_cats {
    margin-top: 20px;
}

.blog_cats .cat_title {
    margin-bottom: 5px;
    font-weight: bold;
    font-size: 20px;
    color: #4C555D;
    margin-left: 10px;
}

.blog_cats .cat_title a {
    color: #4C555D;
}

.recennt_post .cat_title {
    margin-bottom: 5px;
    font-weight: bold;
    font-size: 20px;
    color: #4C555D;
    margin-left: 10px;
    margin-top: 30px;
}

.recennt_post .cat_title a {
    color: #4C555D;
}

.blog_cats a.sel {
    color: #D81C1C;
}

.blog_cats .cnt {
    float: right;
    font-size: 10px;
}

.blog_cats .menu_link a {
    color: #282727 !important;
    text-decoration: none;
}

.subscribe {
    font-size: 15px;
    font-weight: bold;
    padding: 10px 0 10px 63px;
    color: #9B0101;
    margin: 0 0 20px;
    background: url(../img/icon-subscribe.jpg) no-repeat 8px 1px;
}

.subscribe a {
    padding: 0;
}

.blog-post-title {
    font-size: 30px;
    color: #2D5880;
}

.blog-post-title a {
    color: #2D5880;
}

.contact_links {
    margin-top: -13px;
    padding: 10px;
}

.contact_links a {
    color: #4C555D;
    font-size: 17px;
}

.contact_links .icon {
    margin: 5px 0;
}

.contact_links .icon i {
    width: 20px;
    text-align: center;
}

/*faq*/
.faq_list ol {
    padding: 0 0 0 24px;
    font-size: 25px;
    margin: 30px !important;
}

.faq_list ol li {
    margin: 20px 0;
}

.faq_list h3 {
    font-size: 30px;
    margin: 5px 0;
}

.faq_list ol li a {
    padding-bottom: 0;
    font-size: 25px;
}

.faq_list .list_item {
    padding: 10px 5px;
}

.faq_list .blockquote {
    margin: 50px 0;
}

/*members*/
.members_list {
}

.members_list .nopict {
    text-align: center;
    height: 160px;
    line-height: 160px;
    border: 1px solid #CCC;
}

.members_list .pict {
    text-align: center;
    height: 160px;
    line-height: 160px;
    border: 1px solid #CCC;
    vertical-align: middle;
}

.members_list .date {
    font-size: 11px;
    float: right;
}

.members_list .list_item {
    padding-bottom: 34px;
}

.members_list .pict_mem_zoom {
    float: left;
    width: 160px;
    margin-right: 20px;
}

.members_list .inactive {
    float: right;
    color: #FF0000;
}

.members_list .item_property {
    /*float: left;*/
    /*width: 355px;*/
}

/*team*/
.team_pict {
    float: right;
}

.team_linkedin img {
    width: 100px;
    height: 35px;
}

.team_zoom dt {
    font-weight: bold;
}

.team_zoom dd {
    margin: 0;
}

/*events
calendar & events search*/
.calendar_next {
    font-size: 12px;
    color: #434343;
    text-decoration: none;
}

.calendar_next:hover {
    color: #CC0000;
}

.calendar_day_name {
    font-size: 9px;
    text-decoration: none;
    background: #888888;
    color: #FFFFFF;
}

.calendar_sun {
    font-size: 9px;
    font-weight: bold;
}

.calendar_sat {
    font-size: 9px;
    font-weight: bold;
}

.calendar_curr {
    font-size: 9px;
    color: #FF0000;
    font-weight: bold;
}

.calendar_fri {
    font-size: 9px;
    font-weight: bold;
}

.calendar_thu {
    font-size: 9px;
    font-weight: bold;
}

.calendar_wed {
    font-size: 9px;
    font-weight: bold;
}

.calendar_tue {
    font-size: 9px;
    font-weight: bold;
}

.calendar_mon {
    font-size: 9px;
    font-weight: bold;
}

.calendar {
    border: 1px solid #D2DFD8;
    padding: 3px 1px 5px;
    margin-bottom: 7px;
}

.events_calendar_left {
}

.calendar_search {
    padding: 10px;
    background: #ECECEC;
}

.calendar_search input[type=text] {
    max-width: 45%;
}

/*for alphabetical  search (left and top)*/
.ot {
    text-decoration: none;
    border: 1px solid #D7D7D7;
    text-align: center;
    font-size: 12px;
    padding: 0;
}

.ot a {
    display: block;
    padding: 2px;
}

.table_ab {
}

.table_ab td {
}

.table_ab .last {
    border: none;
    text-align: left;
}

/*befor_after*/
.before_after {
}

.before_after h2 {
    background: #EFEFEF;
    padding: 10px;
    margin: 0 0 10px;
}

.before_after h2 span {
    font-size: 12px;
    float: right;
}

.before_after h3 {
    /*[disabled]background:#EFEFEF;*/
    padding: 5px 10px;
    text-align: center;
    font-weight: bold;
    font-size: 18px;
    margin: 0;
}

.before_after .picts {
    clear: both;
}

.before_after .pict {
    padding: 3px;
    text-align: center;
}

/*video & picts*/
.video_list {
}

.video_list a {
    display: block;
}

.video_list .item {
    /*padding-bottom: 30px;*/
}

.video_list .item .card-img-top {
    text-align: center;
    height: 270px;
    border: 1px solid #E7E7E7;
    border-radius: 4px;
    margin-bottom: 10px;
    overflow: hidden;
}

.video_list .item .nopict {
    line-height: 270px;
    height: 270px;
    vertical-align: middle;
}

.container-real-acne-treatment-story-youtube .video_list .card-img-top {
    height: 200px;
}

.container-real-acne-treatment-story-youtube .video_list .nopict {
    line-height: 200px;
    height: 200px;
    vertical-align: middle;
}

.video_zoom {
    text-align: center;
}

.video_zoom .rating_table {
    float: left;
}

.event_video {
    text-align: center;
}

.event_video object embed {
    width: 450px;
    height: 350px;
}

.event_video object {
    /*[disabled]width:486px;*/
    /*[disabled]height:auto;*/
}

.list_picts {
}

.list_picts .list_item {
    padding-bottom: 30px;
}

.galleries_list {
    margin-top: 10px;
}

.galleries_list h1 {
    text-align: center;
    margin-bottom: 20px;
}

.galleries_list .list_item {
    padding-bottom: 20px;
}

.galleries_picts {
    margin-top: 10px;
}

.galleries_picts .list_item {
    padding-bottom: 20px;
}

.galleries_picts .pict {
    float: none;
    padding: 0;
    margin: 0 0 5px;
    border: 1px solid #CCC;
    height: 150px;
    overflow: hidden;
}

.galleries_picts .name {
    margin-bottom: 10px;
}

/**********************************************************************************************************************
jobs offers*/
.job_offers {
}

.job_offers .date {
}

.job_offers .job_desc {
    margin-bottom: 10px;
    border-bottom: 5px solid #CCC;
}

.content_mid_jobs h2 {
    margin: 0;
    padding: 3px;
}

.content_mid_jobs .list_item {
    padding: 3px 3px 10px;
    margin-bottom: 10px;
}

.content_mid_jobs .right {
    margin: -7px 0 0;
    padding: 0;
}

.resume_form {
    background: #F7F7F7;
    margin: 20px 0;
    padding: 20px;
}

.resume_form h2 {
    margin-bottom: 10px;
    text-align: center;
    margin: 10px 0;
}

.resume_form table {
    width: 90%;
}

.jobs_top_search {
    padding: 10px;
    background: #F5F5F5;
    text-align: center;
    margin-bottom: 50px;
}

.jobs_top_search .form-group {
    margin-bottom: 10px;
}

/****  raiting*/
.w-stars-st > span.o-act,
.w-stars-st > span.selected {
    background: url(../img/review-st/w-stars-o.png) no-repeat;
}

.rr-star-st {
    margin: 8px 0 0;
    clear: both;
    height: 25px;
}

.rr-star-st > div {
    width: 155px;
    height: 26px;
    line-height: 17px;
    float: left;
    overflow: hidden;
}

.rr-star-st > div > span {
    float: left;
    width: 28px;
    height: 22px;
    background: url(../img/review-st/w-stars-h.png) no-repeat;
    margin-left: 2px;
    margin-top: 1px;
    cursor: pointer;
    /*cursor: pointer;*/
}

.rr-star-st > div.rating1 > span.rating1,
.rr-star-st > div.rating2 > span.rating1,
.rr-star-st > div.rating2 > span.rating2,
.rr-star-st > div.rating3 > span.rating1,
.rr-star-st > div.rating3 > span.rating2,
.rr-star-st > div.rating3 > span.rating3,
.rr-star-st > div.rating4 > span.rating1,
.rr-star-st > div.rating4 > span.rating2,
.rr-star-st > div.rating4 > span.rating3,
.rr-star-st > div.rating4 > span.rating4,
.rr-star-st > div.rating5 > span {
    background: url('../img/review-st/w-stars-0.png') no-repeat;
}

.w-stars-st > span.o-act,
.w-stars-st > span.selected {
    background: url(../img/review-st/w-stars-o.png) no-repeat;
}

.rr-star-st > var {
    color: #00002E;
    font-size: 11px;
    line-height: 17px;
    font-style: normal;
    float: left;
}

.rr-star-st > span {
    display: block;
    clear: both;
    color: #617996;
    font-size: 11px;
}

/*comments*/
.comments {
    margin: 50px 0;
    padding: 0;
    clear: both;
    list-style: none none;
    text-align: left;
    width: 100%;
}

/*.comments .well
{
	padding: 10px;
	border-radius: 5px;
}*/
.comments .well .btn {
    margin-top: 4px;
    margin-right: 10px;
}

.comments .title {
    font-size: 25px;
    background: rgba(203, 203, 203, 0.662);
    padding: 5px 5px 5px 20px;
    border-radius: 5px;
}

.comments li {
    margin: 10px 0;
    padding: 5px 0;
    list-style: none none;
    text-align: left;
}

.comments_list {
    margin: 0;
    padding: 0 20px;
    clear: both;
    /*[disabled]width:100%;*/
    list-style: none none;
    text-align: left;
}

.comments .date {
    font-weight: normal;
    font-style: italic;
    margin-top: 10px;
    color: #666666;
}

.comments .author {
    font-weight: normal;
    font-style: normal;
    margin-left: 10px;
    font-size: 15px;
}

.comments .replay_line {
    border-bottom: 2px solid #EDEDED;
    padding-bottom: 20px;
}

.comments .comment_ID {
    color: #000;
    padding-bottom: 3px;
    font-weight: normal;
}

.comments blockquote {
    font-weight: 100 !important;
    font-size: 16px;
}

.comments .madatorystar {
    font-size: 18px;
    font-weight: normal;
    padding-left: 2px;
}

.comment_form .col-form-label {
    font-weight: bold;
}

/*redefine owl for index*/
.owl-index-carousel-wrap {
    margin: 20px 5px -20px;
}

.owl-index-carousel .item {
    text-align: center;
}

.owl-index-carousel.owl-theme .owl-controls .owl-page span {
    background: #FC6400;
}

.owl-index-carousel.owl-theme .owl-controls .owl-buttons div {
    background: #FC6400;
}

.owl-index-carousel .owl-controls {
    position: relative;
}

.owl-index-carousel.owl-theme .owl-controls .owl-prev,
.owl-index-carousel.owl-theme .owl-controls .owl-next {
    position: absolute;
    top: -210px;
    font-size: 40px;
    background: none !important;
    color: #FC6400;
}

.owl-index-carousel.owl-theme .owl-controls .owl-prev {
    left: -5px;
}

.owl-index-carousel.owl-theme .owl-controls .owl-next {
    right: -5px;
}

.owl-index-carousel.owl-theme .owl-controls .owl-page span {
    margin-left: 3px;
    margin-right: 3px;
}

.owl-cat-index-carousel-wrap {
    margin: 0 20px;
}

.owl-cat-index-carousel-wrap h2 {
    margin-bottom: 10px;
}

.owl-cat-index-carousel .owl-pagination {
    display: none;
}

.owl-cat-index-carousel .owl-controls {
    position: relative;
}

.owl-cat-index-carousel.owl-theme .owl-controls .owl-prev,
.owl-cat-index-carousel.owl-theme .owl-controls .owl-next {
    position: absolute;
    top: -150px;
    font-size: 20px;
    background: none !important;
    color: #FC6400;
}

.owl-cat-index-carousel.owl-theme .owl-controls .owl-prev {
    left: -32px;
}

.owl-cat-index-carousel.owl-theme .owl-controls .owl-next {
    right: -32px;
}

.owl-cat-index-carousel-wrap [class*=col-] {
    padding: 0 5px;
}

/*redefine bootstrap*/
.index-carousel {
    /*margin-bottom: 30px;*/
    width: 100%;
    margin: 0 0 50px 0;
    /*padding: 0 150px;*/
    /*margin-left: 25%;*/
    /*padding-top: 40px;*/
}

.index-carousel .item {
    height: 352px;
    /*background: #CCC;*/
    font-size: 25px;
    /*padding-left: 5%;*/
    /*padding-right: 5%;*/
}

.index-carousel .item a {
    display: block;
    text-align: center;
}

.index-carousel .item a:hover {
    text-decoration: none;
}

.carousel-caption {
    padding: 0;
    margin: 0;
}

.carousel-indicators li {
    /*width: 10px;*/
    height: 5px;
    /*border-radius: 5px;*/
    background: #00777F;
}

.carousel-indicators li.active {
    background: #DF4900;
}

.carousel-control-prev {
    width: 5%;
    margin-left: -5%;
    /*display: none;*/
}

.carousel-control-next {
    width: 5%;
    margin-right: -5%;
}

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%2300777F' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%2300777F' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
    width: 50px;
    height: 50px;
}

/*.index-2tabs-tab-content
{
	padding: 20px;
	border: 1px solid #DDD;
	border-top: 0;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
}*/
/*.index-3tabs-tab-content
{
	padding: 20px;
	border: 1px solid #DDD;
	border-top: 0;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
}*/
/*.index-3tabs-nav-tabs
{
	margin-top: 31px;
}*/
.cat-index-thumbnail .pict {
    background: #F7F7F9;
    display: block;
    height: 90px;
}

.cat-index-thumbnail .caption {
    height: 64px;
    overflow: hidden;
    font-size: 12px;
}

.video-index-thumbnail .pict {
    background: #F7F7F9;
    display: block;
}

.video-index-thumbnail .caption {
    height: 64px;
    overflow: hidden;
    font-size: 12px;
}

.picts-index-thumbnail .pict {
    background: #F7F7F9;
    display: block;
}

.picts-index-thumbnail .caption {
    height: 31px;
    overflow: hidden;
    font-size: 12px;
}

.picts-index-thumbnail .caption h5 {
    margin-top: 0;
}

/*index*/
.index-tabs-expert article h5 {
    margin-bottom: 0;
}

.index-tabs-expert article h5 + p {
    margin-top: 3px;
}

.index-tabs-expert article hr {
    margin: 5px 0;
}

.index-tabs-news article hr {
    margin: 5px 0;
}

.index-tabs-articles article h5 {
    margin-bottom: 0;
}

.index-tabs-articles article h5 + p {
    margin-top: 3px;
}

.index-tabs-articles article hr {
    margin: 5px 0;
}

.index-right-events article h5 {
    margin-bottom: 0;
}

.index-right-events article h5 + p {
    margin-top: 3px;
}

.index-right-events article hr {
    margin: 5px 0;
}

.index-members article h5 {
    margin-bottom: 0;
}

.index-members article h5 + p {
    margin-top: 3px;
}

.index-members article hr {
    margin: 5px 0;
}

.index-banner {
    margin: 20px 0;
}

.index-right-list article hr {
    margin: 5px 0;
}

.index-buttons {
}

.index-buttons .qa {
    font-size: 20px;
    margin-bottom: 20px;
    color: #3F69B3;
}

.index-ask-btn {
    /*width: 100%;*/
    font-size: 20px;
    margin-bottom: 10px;
    white-space: normal;
}

.madein {
    margin-top: -29px;
    margin-bottom: 26px;
}

/**********************************************************************************************************************
sitemap_*/
.sitemap_div {
    padding: 7px;
    float: left;
    width: 45%;
}

/*******************************contacts_zoom************************************/
.contacts_information {
    margin-right: 30px;
    line-height: 180%;
}

.contacts_information2 {
    line-height: 180%;
}

.BUSINESS_DIR_card {
    margin: 20px 20px 20px 0;
    float: left;
    border: 1px solid #CCC;
}

.BUSINESS_DIR_card .title {
    background: #1D5188;
    color: #FFF;
    padding: 5px 0px;
    font-size: 15px;
    text-align: center;
    margin: 0;
}

.BUSINESS_DIR_card .pict {
    margin: 10px;
    float: none;
}

.BUSINESS_DIR_card .contact_person {
    margin: 20px 20px 0 10px;
    color: #1D5188;
    font-weight: bold;
}

.BUSINESS_DIR_card .contact_person .rep_name {
    color: #1D5188;
    font-size: 18px;
    font-weight: bold;
}

.BUSINESS_DIR_card .rep_name_sm {
    color: #1D5188;
    font-weight: bold;
}

.BUSINESS_DIR_card .company_info {
    margin: 0 2px;
    padding: 5px 20px;
    background: #EEE;
}

.BUSINESS_DIR_card td .left {
    text-align: left;
    color: #053260;
    margin: 0 20px 0 10px;
}

.BUSINESS_DIR_card td .right {
    text-align: right;
    color: #053260;
    margin: 0 20px 0 10px;
}

/********************************/
.all_panel_404 {
    text-align: center;
}

.all_panel_404 .shadow_panel {
    padding-bottom: 100px;
}

.all_panel_404 .logo {
    float: none;
    margin: 37px 0 0;
    width: 227px;
    height: 60px;
    display: inline-block;
    clear: both;
    /*[disabled]background:url(../img/logo.jpg);*/
}

.num404 {
    font-size: 150px;
    font-family: "Trebuchet MS";
    line-height: 100%;
    background: #F0EFEF;
    color: #D83D04;
    width: 350px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    clear: both;
    display: inline-block;
    margin-bottom: 20px;
}

/*Checkout Form
******************************************************************************/
/***********************************************************************/
/******** Checkout cart ticket *****************************************/
/******** Checkout cart ticket *****************************************/
.c_order_preview {
}

.c_order_preview table td table td {
    padding: 3px;
    border-bottom: 1px dotted #CCC;
}

.c_order_preview .prod_table td {
    border: 1px solid #CCC;
    padding: 7px;
    white-space: normal !important;
}

@media (min-width: 576px) and (max-width: 767px) {
    .c_order_preview .prod_table td {
        display: block;
        white-space: normal !important;
        border: none;
        padding: 3px 10px 3px 20px;
        /*text-align: center;*/
    }
    
    /*.c_order_preview .prod_table TR
    {
        display: block;
        padding: 10px 0;
    }*/
    .c_order_preview .prod_table tr:first-child {
        display: none;
    }
    
    .c_order_preview .prod_table td:nth-child(1) {
        border-top: 1px solid #FFF;
        padding-top: 20px;
    }
    
    .c_order_preview .prod_table td:nth-child(6) {
        border-bottom: 5px solid #CCC;
        padding-bottom: 20px;
    }
    
    .c_order_preview .prod_table td:nth-child(1):before {
        font-size: 12px;
        color: #A3A3A5;
        content: "Item:";
    }
    
    .c_order_preview .prod_table td:nth-child(2):before {
        font-size: 12px;
        color: #A3A3A5;
        content: "Quantity: ";
    }
    
    .c_order_preview .prod_table td:nth-child(3):before {
        font-size: 12px;
        color: #A3A3A5;
        content: "Ship to: ";
    }
    
    .c_order_preview .prod_table td:nth-child(4):before {
        font-size: 12px;
        color: #A3A3A5;
        content: "Shipping method: ";
    }
    
    .c_order_preview .prod_table td:nth-child(5):before {
        font-size: 12px;
        color: #A3A3A5;
        content: "Unit Cost: ";
    }
    
    .c_order_preview .prod_table td:nth-child(6):before {
        font-size: 12px;
        color: #A3A3A5;
        content: "Cost: ";
    }
    
    .c_order_preview > table > tbody > tr > td {
        display: block;
        width: 100% !important;
        text-align: left;
    }
    
    .c_order_preview > table > tbody > tr > td > table {
        width: auto;
        margin-bottom: 10px;
    }
    
    .c_order_preview > table > tbody > tr > td > table td {
        text-align: left;
        white-space: normal !important;
    }
}

/********************** registration & forms ********************************/
.madatorystar {
    color: #CC0000;
}

.mandatory_selected {
    border: 1px solid #FF0000;
}

label.mandatory_selected {
    border: 0;
    color: #FF0000;
    font-weight: bold;
}

.form_err_message,
.form_email_error,
.form_password_error,
.form_mandatory_error,
.validate_terms_error {
    display: none;
}

.error_mess,
.submit_mess,
.soldout {
    color: #CC0000;
}

.register_form {
    margin-bottom: 50px;
}

.register_form h1 {
    margin: 0;
    text-align: center;
}

.register_form .title {
    font-weight: normal;
    margin-bottom: 10px;
    font-size: 22px;
    color: #4C555D;
}

.register_form .Sign_In_Information {
}

.register_form .Personal_Information {
}

.register_form .Select_Subscription_Plan {
    margin-top: 50px;
    /*margin-bottom: 50px;*/
}

.register_form .Optional {
    /*margin-top: 50px;*/
}

.register_form .form-group {
    margin: 5px 0;
}

.thanks_reg .form-control-static {
    padding-top: 7px;
    padding-bottom: 7px;
    margin: 0;
    height: 34px;
    border: 1px solid #CCC;
    padding-left: 10px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

/**********************new login form ********************************/
.login_form {
    padding: 0 10px;
}

.facebook_login_block {
}

.login_form .form-group {
    margin-top: 0;
    margin-bottom: 7px;
}

.facebook_login_block {
    text-align: center;
}

.forgot_pass_related {
    display: none;
}

.facebook_login_block .sn_login {
    display: inline-block;
    background: #415DAE;
    color: #FFF;
    padding: 7px 15px;
    font-size: 13px;
    border-radius: 5px;
    width: 45%;
    margin-bottom: 5px;
}

.facebook_login_block .sn_login i {
    font-size: 22px;
    vertical-align: -2px;
    margin-right: 5px;
}

.facebook_login_block .sn_google {
    background: #DD4B39;
}

.facebook_login_block .sn_twitter {
    background: #00B0FC;
}

.facebook_login_block .sn_linked {
    background: #0274B3;
}

.facebook_login_block .sn_vk {
    background: #719AC6;
}

#mm-quote label {
    text-align: right;
    font-weight: bold;
}

.contact_form label {
    text-align: right;
    font-weight: bold;
}

@media (max-width: 575px) {
    .contact_form label {
        text-align: left;
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .contact_form label {
        text-align: left;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
}

@media (min-width: 992px) and (max-width: 1199px) {
}

@media (min-width: 1200px) and (max-width: 1350px) {
}

@media (min-width: 1351px) {
}

/***********************************************************************************************************************/
/***********************************************************************************************************************/
/**********************************************************************************************************************
for big calendar*/
.right_selector {
    float: right;
    padding-top: 7px;
}

.weekdaytop {
    background: url(../img/tile_sub.gif);
    color: #FFFFFF;
    height: 29px;
    text-align: center;
}

.sundaytop {
    background: url(../img/tile_sub1.gif);
    color: #FFFFFF;
    text-align: center;
}

.sunweekdayempty {
    background: #DFE8E4;
    color: #A6AFB4;
    text-align: center;
}

.weekdayempty {
    background: #DDE0E0;
    color: #A6AFB4;
    text-align: center;
    =height: 65px;
    min-height: 65px;
}

.weekday {
    background: #EEF0F0;
    text-align: center;
}

.sunday {
    background: #DFE8E4;
    text-align: center;
}

.event_box {
    background: url(../img/bg_event.gif) bottom;
    margin: 3px;
    border-top: 1px solid #D0D4D4;
    border-left: 1px solid #D0D4D4;
    border-bottom: 1px solid #DFE2E2;
    border-right: 1px solid #DFE2E2;
    padding: 1px 3px 1px 6px;
    =height: 65px;
    min-height: 65px;
}

.event {
    border-bottom: 1px dotted #D0D4D4;
    padding: 3px 0px;
    font-size: 10px;
    text-decoration: none;
    text-align: left;
}

.event a {
    text-decoration: none;
    color: #3D4D55;
}

.weekday:hover {
    background: #CCE1EB;
}

.weekday:hover .calnum {
    background: #CCE1EB;
}

.event a:hover {
    text-decoration: underline;
    color: #FC5300;
}

.calnum {
    float: right;
    margin-right: -4px;
    margin-top: -2px;
    width: 16px;
    text-align: center;
    background: #EEF0F0;
    height: 20px;
    padding-left: 2px;
    border-left: 1px solid #D0D4D4;
    border-bottom: 1px solid #D0D4D4;
    padding-top: 2px;
}

.calnum a {
    text-decoration: none;
    font-weight: bold;
    color: #0F5A80;
}

.sunday .calnum {
    background: #DFE8E4;
}

.sunday:hover {
    background: #D0E8DD;
}

.sunday:hover .calnum {
    background: #D0E8DD;
}

.ev_more {
    text-align: right;
    font-style: italic;
    padding: 3px 0px 0px 3px;
}

.ev_more a {
    font-size: 11px;
    text-decoration: none;
    color: #B80626;
}

.ev_more a:hover {
    text-decoration: underline;
    color: #FC5300;
}

.nextmonth {
    background: #D8E0E4;
    padding: 2px;
    /*[disabled]width:172px;*/
}

.nextmonth a {
    background: #FFFFFF;
    text-decoration: none;
    padding: 3px 5px;
    display: block;
    font-family: georgia;
}

.currentmonth {
    font-family: georgia;
    color: #BD012B;
    font-size: 16px;
    background-color: #DDE0E0;
}

.currday {
    background: #FDD9BB;
}

.currday .calnum {
    background: #FDD9BB;
}

.currday:hover {
    background: #FFC89A;
}

.currday:hover .calnum {
    background: #FFC89A;
}

#calendar_month,
#calendar_year {
    cursor: pointer;
}

div#calendar_year_selector,
div#calendar_month_selector {
    width: 150px;
    padding: 3px;
    background-color: #ACBDC5;
}

#calendar_year_selector,
#calendar_month_selector,
#calendar_year_selector a,
#calendar_month_selector a {
    font-family: georgia;
    color: #6B0C21;
    font-size: 13px;
    background-color: #F9FAFA;
    /*[disabled]font-weight:bold;*/
    padding: 3px 3px 3px 10px;
    margin: 0 0 1px;
    text-decoration: none;
    display: block;
    /*[disabled]font-style:italic;*/
}

#calendar_year_selector a:hover {
    background-color: #FEC799;
}

#calendar_month_selector a:hover {
    background-color: #FEC799;
}

#calendar_year_selector,
#calendar_month_selector {
    display: none;
}

/**********************************************************************************************************************
end for big calendar
*********************************************************************************************************************
*/
/*==========================================================================================================
!diaolog_st default style!*/
.indxe-video {
    padding: 0;
    height: auto;
    margin: 0 10px 0 70px;
    max-width: 100%;
}

.indxe-video video {
    width: 100%;
    height: auto;
}

.free-baner {
    margin-top: 0;
    background: #4CAF50;
    padding: 50px 20px;
    color: #FFF;
    /*min-height: 241px;*/
    text-align: center;
}

.free-baner h2 {
    margin: 0;
    text-transform: none;
    font-size: 20px;
    font-weight: 600;
}

.free-baner h3 {
    margin: 0;
    font-size: 15px;
}

.free-baner h4 {
    margin: 14px 0 0;
    font-size: 15px;
}

.free-baner h4 b {
    display: block;
}

.free-baner a {
    color: #FFF !important;
    display: block;
}

.free-baner .img {
    height: 107px;
    background: url(../img/face.png) center top no-repeat;
    margin-top: 20px;
    margin-bottom: 20px;
}

.free-baner span {
    font-size: 20px;
}

.free-baner span b {
    display: block;
}

.popup-order-replenishment {
    width: 300px;
    min-height: 150px;
    text-align: left;
    padding: 15px;
    line-height: 200%;
    background: #FFF;
    border-radius: 10px;
}

.popup-order-replenishment .error-box {
    display: none;
    color: #FF0000;
    font-weight: bold;
    text-align: center;
    padding: 10px 0;
}

.bottom_logos {
    margin: 50px 0 20px;
    padding: 0;
    background: #EFF2F3;
    box-shadow: inset 0 0 20px -4px rgba(59, 59, 59, 0.467);
}

.bottom_logos > div > div {
}

.bottom_logos_title {
    background: #3584B6;
    color: #FFF;
    text-align: center;
    text-transform: uppercase;
    padding: 45px 0;
    font-size: 16px;
    line-height: 1.5;
}

.bottom_logos_item {
    height: 130px;
    padding: 0 24px;
    display: table-cell;
    vertical-align: middle;
}

.bottom_logos_item_caption {
    text-align: center;
    font-size: 12px;
    color: #000000;
    font-weight: normal;
    margin: 3px 0;
    line-height: 130%;
}

#index-logos-carousel.owl-theme .owl-nav {
    margin-top: 0;
}

#index-logos-carousel.owl-theme .owl-nav [class*=owl-] {
    position: absolute;
    width: 15px;
    height: 25px;
    top: 50px;
    background-color: transparent;
}

#index-logos-carousel.owl-theme .owl-nav .owl-prev {
    background-image: url(/img/arr-left.png);
    left: -15px;
}

#index-logos-carousel.owl-theme .owl-nav .owl-next {
    background-image: url('/img/arr-right.png');
    right: -15px;
}

.sidemenu .links li ul {
    display: none;
    list-style-type: none;
    margin: 0;
    /* padding: 0; */
}

.sidemenu .links li.selected_menu_item.open > ul,
.sidemenu .links li.open > ul {
    display: block;
}

.sidemenu .links li > .menu_arrow {
    float: left;
    margin-top: 7px;
    margin-right: 10px;
    /* vertical-align: -13px; */
    /* display: inline-block; */
    width: 0;
    height: 0;
    border: 5px solid transparent;
    border-top-color: currentColor;
    -webkit-transition: border-color 500ms;
    -o-transition: border-color 500ms;
    transition: border-color 500ms;
    text-decoration: none;
}

.sidemenu .links li > .menu_arrow:active,
.sidemenu .links li > .menu_arrow:focus,
.sidemenu .links li > .menu_arrow:hover {
    text-decoration: none;
}

.sidemenu .links li.selected_menu_item.open > .menu_arrow,
.sidemenu .links li.open > .menu_arrow {
    margin-top: 2px;
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

.js-adrecom-scrolltotop {
    position: fixed;
    bottom: 10px;
    right: 10px;
    width: 50px;
    height: 50px;
    background-color: #000000;
    cursor: pointer;
    z-index: 1090;
    text-align: center;
    line-height: 50px;
    color: #FFFFFF;
    font-size: 2em;
    transition: all 250ms;
    transform: scale(0);
}

.js-adrecom-scrolltotop.active {
    transform: scale(1);
}

.js-adrecom-scrolltotop i {
    transition: all 250ms;
}

.js-adrecom-scrolltotop:hover {
    transform: scale(1.1);
    box-shadow: 0 0 3px #000;
}

.js-adrecom-scrolltotop:hover i {
    transform: scale(0.9);
}

.common_description {
    margin-bottom: 25px;
}
