
/* Import style*/
@import url(chekbox_style.css);
@import url(ocfilter_myzemex_style.css);

/* roboto-condensed-300 - cyrillic_cyrillic-ext_latin */
@font-face {
  font-family: 'Roboto Condensed';
  font-display:swap;
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/roboto-condensed-v17-cyrillic_cyrillic-ext_latin-300.eot'); /* IE9 Compat Modes */
  src: local('Roboto Condensed Light'), local('RobotoCondensed-Light'),
       url('../fonts/roboto-condensed-v17-cyrillic_cyrillic-ext_latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/roboto-condensed-v17-cyrillic_cyrillic-ext_latin-300.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/roboto-condensed-v17-cyrillic_cyrillic-ext_latin-300.woff') format('woff'), /* Modern Browsers */
       url('../fonts/roboto-condensed-v17-cyrillic_cyrillic-ext_latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/roboto-condensed-v17-cyrillic_cyrillic-ext_latin-300.svg#RobotoCondensed') format('svg'); /* Legacy iOS */
}
/* roboto-condensed-regular - cyrillic_cyrillic-ext_latin */
@font-face {
  font-family: 'Roboto Condensed';
  font-display:swap;
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/roboto-condensed-v17-cyrillic_cyrillic-ext_latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Roboto Condensed'), local('RobotoCondensed-Regular'),
       url('../fonts/roboto-condensed-v17-cyrillic_cyrillic-ext_latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/roboto-condensed-v17-cyrillic_cyrillic-ext_latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/roboto-condensed-v17-cyrillic_cyrillic-ext_latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/roboto-condensed-v17-cyrillic_cyrillic-ext_latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/roboto-condensed-v17-cyrillic_cyrillic-ext_latin-regular.svg#RobotoCondensed') format('svg'); /* Legacy iOS */
}
/* roboto-condensed-italic - cyrillic_cyrillic-ext_latin */
@font-face {
  font-family: 'Roboto Condensed';
  font-display:swap;
  font-style: italic;
  font-weight: 400;
  src: url('../fonts/roboto-condensed-v17-cyrillic_cyrillic-ext_latin-italic.eot'); /* IE9 Compat Modes */
  src: local('Roboto Condensed Italic'), local('RobotoCondensed-Italic'),
       url('../fonts/roboto-condensed-v17-cyrillic_cyrillic-ext_latin-italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/roboto-condensed-v17-cyrillic_cyrillic-ext_latin-italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/roboto-condensed-v17-cyrillic_cyrillic-ext_latin-italic.woff') format('woff'), /* Modern Browsers */
       url('../fonts/roboto-condensed-v17-cyrillic_cyrillic-ext_latin-italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/roboto-condensed-v17-cyrillic_cyrillic-ext_latin-italic.svg#RobotoCondensed') format('svg'); /* Legacy iOS */
}
/* roboto-condensed-700 - cyrillic_cyrillic-ext_latin */
@font-face {
  font-family: 'Roboto Condensed';
  font-display:swap;
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/roboto-condensed-v17-cyrillic_cyrillic-ext_latin-700.eot'); /* IE9 Compat Modes */
  src: local('Roboto Condensed Bold'), local('RobotoCondensed-Bold'),
       url('../fonts/roboto-condensed-v17-cyrillic_cyrillic-ext_latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/roboto-condensed-v17-cyrillic_cyrillic-ext_latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/roboto-condensed-v17-cyrillic_cyrillic-ext_latin-700.woff') format('woff'), /* Modern Browsers */
       url('../fonts/roboto-condensed-v17-cyrillic_cyrillic-ext_latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/roboto-condensed-v17-cyrillic_cyrillic-ext_latin-700.svg#RobotoCondensed') format('svg'); /* Legacy iOS */
}


body {
	font-family: 'Roboto Condensed', sans-serif;
    font-display:swap;
	font-size: 16px;
	background: url(../image/page-bg.jpg) #252425;
	color: #cccccc;
}


h1 {
	font-size: 36px;
	color: #ccc;
	text-transform: uppercase;
	margin: 30px 0;
	font-weight: 600;
}
h2 {
	font-size: 24px;
	color: #ccc;
	text-transform: uppercase;
	font-weight: 600;
}

p {
	color: #ccc;
    margin: 0 0 15px;
}

a {
    color: #00d400;
    text-decoration: none;
}
a:hover {
	color: #00d400;
    text-decoration: underline;
}

.strongYellow {
    font-weight: 700;
    color: #dab734;
}

.home_inform {
    font-size: 18px;
    text-align: center;
    margin: 0 auto;
    margin-top: 30px;
    margin-bottom: -10px;
    color: #6fc01f;
    border: 1px solid #3fbb3f;
    display: table;
    padding: 5px 10px;
    border-radius: 20px;
}

/* description style */
.vline {
    border-left: 4px solid #00d200;
    margin-bottom: 15px;
    padding: 8px 15px 8px 15px;
    background: rgba(51, 51, 51, 0.74);
    border-radius: 2px;
}
.vline-green    { border-left: 4px solid #00d200; }
.vline-maline   { border-left: 4px solid #c50080; }
.vline-blue     { border-left: 4px solid #06a7d8; }
.vline-orange   { border-left: 4px solid #ffca00; }

.text-orange    { color:#ffca00; }
.text-green     { color:#00d200; }
.text-y-green   { color:#78b32a; }
    


#productPage .alert-success {
    background: #252525;
    color: #32ad31;
    border-radius: 2px;
    margin-top: 20px;
    border: 1px solid #ccc;
}

.alert-success {
    color: #ffffff;
    background-color: rgba(14, 144, 14, 0.4196078431372549);
    border-color: rgba(214, 233, 198, 0);
    margin-top: 30px;
    border-radius: 2px;
}

.liline {
	border-left: 8px solid #00d400;
	padding-left: 15px;
	background: #333;
	padding-top: 6px;
	padding-bottom: 6px;
	font-style: italic;
}

#content {
	min-height: 80vh;
}



/* Bootstrap Style
---------------------------------------- */

.btn-primary {
    color: #fff;
    background-color: #31b931;
    border-color: #31b931;
    transition:0.3s;
    font-size: 20px;
    border-radius: 2px;
}

.btn-primary:hover {
	background-color: #139c13;
    border-color: #43b543;
}

input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill {
    background-color: rgb(68, 68, 68) !important;
    background-image: none !important;
    color: rgb(0, 0, 0) !important;
}

.form-control:focus {
    border-color: #00d400;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(0, 212, 0, 0.24);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(0, 212, 0, 0.24);
}

@media (min-width: 992px) {
    .container {
        width: 100%;
    }
}
@media (min-width: 1200px) {
    .container {
        width: 1170px;
    }
}


.form-control {
    font-size: 17px;
    border: 1px solid #8c8c8c;
    border-radius: 2px;
}

/* Style Radio Button
--------------------------------- */

.radio input {
	position: absolute;
	z-index: -1;
	opacity: 0;
	margin: 10px 0 0 7px;
}

.radio {
    position: relative;
    display: block;
    margin-top: 15px;
    margin-bottom: 15px;
}

.radio__text {
	position: relative;
	padding: 0 0 0 35px;
	cursor: pointer;
}
.radio__text:focus {
	outline: none;
}
.radio__text:before {
	content: '';
	position: absolute;
	top: -3px;
	left: 0;
	width: 22px;
	height: 22px;
	border: 1px solid #cccccc;
	border-radius: 50%;
	background: #FFF;
	-webkit-box-sizing: initial;
}
.radio__text:after {
	content: '';
	position: absolute;
	top: 1px;
	left: 4px;
	width: 16px;
	height: 16px;
	border-radius: 50%;
	background: #00d400;
	box-shadow: inset 0 1px 1px rgba(0,0,0,.5);
	opacity: 0;
	transition: .2s;
	-webkit-box-sizing: initial;
}
.radio input:checked + .radio__text:after {
	opacity: 1;
	-webkit-box-sizing: initial;
}
.radio input:focus + .radio__text:before {
	box-shadow: 0 0 0 3px rgba(255,255,0,.7);
	-webkit-box-sizing: initial;
}



/* Fancybox
----------------------------------- */
.fancybox-slide--html .fancybox-content {
    min-width: 600px;
}

.fancybox-container {
    font-family: inherit !important;
}

.fancybox-close-small {
    border: 0;
    border-radius: 0;
    cursor: pointer;
    height: 44px;
    margin: 0;
    padding: 6px;
    position: absolute;
    right: 0;
    top: 0;
    width: 44px;
    z-index: 10;
    background: #4a4a4a !important;
    color: #1b1b1b !important;
    transition: 0.3s;
}
.fancybox-close-small:hover {
	color: #4caf50 !important;
	background: #5f5f5f !important;
}

/* Header
----------------------------------- */
header {
	background-color: rgba(49, 49, 49, 0.82);
	/*border-bottom: 1px solid rgba(101, 210, 17, 0.31);*/
}

header #nav {
	margin: 0;
	line-height: 60px;
	padding-left: 0;
}


header #nav li {
	display: inline-block;
}
header #nav li a {
	padding: 0 15px;
	color: #ccc;
	font-size: 17px;
	text-transform: uppercase;
	display: inline-block;
}
header #nav li a:hover {
	text-decoration: none;
	color: #eee;
	background: #585656;
}

header #nav .dropdown-menu {
	border-radius: 0;
	background: rgba(49, 49, 49, 0.82);
	background: url(../image/page-bg.jpg);
	margin: 0;
	min-width: 380px;
	padding: 0;
}
header #nav .dropdown-menu ul {
	margin: 0;
	padding: 0;
}
header #nav .dropdown-menu ul li {
	display: block;
	line-height: 26px;
	border-top: 1px solid hsla(0,0%,100%,.07);
    border-bottom: 1px solid rgba(0,0,0,.7);
}

header #nav .dropdown-menu ul li:first-child {
	border-top: 1px solid hsla(0,0%,100%,.07);
}
header #nav .dropdown-menu ul li:last-child {
    border-bottom: 1px solid hsla(0,0%,100%,.07);
}

header #nav .dropdown-menu ul li a {
	display: block;
	padding: 10px 15px;
	font-size: 16px;
	color: #fff;
	text-transform: none;
}

header #nav .dropdown-menu ul li a:hover {
	background-color: rgba(28, 28, 29, 0.55);
}

.dropdown-toggle:focus {
    outline: 0;
    outline: none;
    text-decoration: none;
}


h2 {
	font-size: 26px;
	color: #ccc;
	text-transform: uppercase;
}

/* Локализация
----------------------------------- */
#form-language {
    display:inline-block; 
    margin-right:15px;
}
#form-language .selected {
    color: #777;
}
#form-language b {
    color: #777;
    font-weight: 500;
}
#form-language a.selected:hover {
    cursor: inherit;
    text-decoration: none;
    
}
#form-language a:hover {
    cursor: pointer;
    text-decoration: underline;
}

#form-language b:last-child {
    display: none;
}



#productPage h2 {
	font-size: 26px;
	color: #ccc;
	text-transform: uppercase;
	margin: 30px 0 15px;
}

#productPage h3 {
    font-size: 25px;
    color: #ccc;
    text-transform: uppercase;
    margin: 30px 0 15px;
    font-weight: 600;
}

.nPad {
	padding-bottom: 30px;
}

/*Slideshow */
.owl-wrapper-outer {
    border: 0 !important;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    -o-border-radius: 0 !important;
    border-radius: 0 !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: 0 !important;
    -o-box-shadow: 0 !important;
    box-shadow: none !important;
}

.owl-carousel {
    margin: 0 !important;
    background: rgba(49, 49, 49, 0.82);
    direction: ltr !important;
    z-index: 1;
}

/* Header
------------------------------------ */
#slider {
	position: relative;
	text-align: center;
	background: #060606;
}
#slider img {
	margin: auto;
}

#slider .owl-pagination {
    text-align: center;
    background: transparent;
    position: relative;
    top: -22px;
    height: 0px;
}

/* Line site
------------------------------------ */
.line_hor hr { margin: 0; }
.line_hor .tTop { border-color: #101010; margin-bottom: 2px; }
.line_hor .tBot {border-color: #3c3c3c; }

.line_hor .tTop.slide_lin { border-color: #101010; margin-bottom: 0px; }

.clear {
	clear: both;
}


/* Cart
-------------------------------------*/

#cart-total {
	color: #fff;
	line-height: 60px;
	display: inline-block;
	padding: 0 20px;
	background: rgb(60, 61, 62);
	position: relative;
}
#cart-total:hover {
	cursor: pointer;
}
#cart-total span {
	position: absolute;
	right: 10px;
	top: 10px;
	background: #7d7d7d;
	border-radius: 50%;
	padding: 1px 6px;
	line-height: 18px;
	font-size: 14px;
}
#cart-total span.active {
	background: #00d200;
}
#cart-total i {
	font-size: 26px;
	position: relative;
	top: 4px;
	color: #ccc;
}


#cart.modal_cart {
	background: #333;
}

#cart.modal_cart .name_modal_cart a {
	color: #ccc;
}
#cart.modal_cart .total_modal_cart {
	color: #ccc;
}
#cart.modal_cart .price_modal_cart {
	color: #ccc;
}

#cart .row_cart_model {
    border-top: 1px solid #252525;
    border-bottom: 1px solid #3a3939;
    padding-top: 10px;
    padding-bottom: 10px;
    display: block;
}
#cart .row_cart_model:first-child {
    border-top: 0;
}

#cart .row_cart_model .imagecol {
    padding-left: 0px;
}

#cart .row_cart_model .imagecol .image img {
    background: #414041;
    padding: 5px;
    border-radius: 2px;
}

#cart .row_cart_model .nametwocol {
	padding-right: 0px;
}
#cart .row_cart_model .name_modal_cart {
    margin-bottom: 5px;
}
#cart .row_cart_model .name_modal_cart a {
    color: #cccccc;
    font-size: 16px;
    font-weight: 600;
    transition: 0.3s;
}
#cart .row_cart_model .name_modal_cart a:hover {
    text-decoration: none;
    color: #00d400;
}

#cart .row_cart_model .price_modal_cart {
	color: #ababab;
	font-size: 14px;
}

#cart .totalcols {
	padding-top: 15px;
	margin-bottom: 20px;
	border-top: 1px solid #252525;
}

#cart .totalcols .total_modal_cart:last-child {
	font-size: 22px;
}



/* Breadcrumbs
------------------------------------ */
#breadcrums  {
	
}
#breadcrums .b_links  {
	padding: 0;
	display: block;
	margin: 8px 0;

}
#breadcrums .b_links li {
	display: inline-block;
	list-style-type: none;
	float: left;
	margin-right: 5px;
	color: #888;
	line-height: 30px;
}
#breadcrums .b_links li a {
	display: inline-block;
	list-style-type: none;
	float: left;
	margin-right: 5px;
	color: #ccc;
}
#breadcrums .b_links li i {
	margin-right: 10px;
	color: #888;
}

#breadcrums .b_links li:last-child {
	display: none;
}

.line_breadcrumb hr { margin: 0; }
.line_breadcrumb .tTop { border-color: #101010; margin-bottom: 1px; }
.line_breadcrumb .tBot {border-color: #3c3c3c; }

/* News home
------------------------------------ */

#news .nBox {
    padding: 10px;
    border: 1px solid rgba(58, 58, 58, 0.65);
    background-color: rgba(0, 0, 0, 0.25);
}
#news img {
	float: left;
	display: inline-block;
	width: 82px;
	height: 82px;
	margin-right: 10px;

}
#news a {
	font-weight: bold;
	font-size: 16px;
    color: #d8d8d8;
    text-decoration: none;
}
#news a:hover {
        color: #a2e297;
}
#news p {
	color: #727272;
	margin: 0;
	font-size: 15px;
}

/* Special timer Style
-------------------------------------*/
.specBox.categ_special {
    position: absolute;
    top: 0px;
    right: 0px;
    background: rgba(189, 26, 70, 0.82);
    padding: 5px 12px;
    text-align: center;
    z-index: 9;
}

.specBox.categ_special .icon_days {
    font-size: 14px;
    font-weight: 600;
    color: white;
    display: block;
    border-bottom: 1px solid #bf4f6d; 
    
    padding: 0 5px;
    padding-bottom: 2px;
    margin-bottom: 5px;
}
.specBox.categ_special .icon_days i {
    font-size: 14px;
    color: white;
    padding-right: 3px;
}

.specBox.categ_special .procent {
    font-size: 22px;
    font-weight: 600;
    color: white;
    display: block;
    line-height: 22px;
}

/* personal style procent mini grid product */

.home_page .product-thumb.fourcol .specBox.categ_special {
    position: absolute;
    top: 0px;
    right: 0px;
    background: rgba(189, 26, 70, 0.82);
    padding: 4px 10px;
    text-align: center;
}

.home_page .product-thumb.fourcol .specBox.categ_special .icon_days {
    font-size: 13px;
    font-weight: 600;
    color: white;
    display: block;
    border-bottom: 1px solid #bf4f6d; 
    
    padding: 0 5px;
    padding-bottom: 2px;
    margin-bottom: 5px;
}
.home_page .product-thumb.fourcol .specBox.categ_special .icon_days i {
    font-size: 13px;
    color: white;
    padding-right: 3px;
}

.home_page .product-thumb.fourcol .specBox.categ_special .procent {
    font-size: 18px;
    font-weight: 600;
    color: white;
    display: block;
    line-height: 22px;
}

/* personal style procent product product */

#productPage .specBox.categ_special {
    position: relative;
    top: 0px;
    right: 0px;
    background: rgba(189, 26, 70, 0.82);
    padding: 6px 15px;
    text-align: center;
    margin-top: 17px;
    width: 120px;
    float: right;
}

#productPage .specBox.categ_special .icon_days {
    font-size: 16px;
    font-weight: 600;
    color: white;
    display: block;
    border-bottom: 1px solid #bf4f6d; 
    padding: 0 5px;
    padding-bottom: 2px;
    margin-bottom: 5px;
}
#productPage .specBox.categ_special .icon_days i {
    font-size: 18px;
    color: white;
    padding-right: 3px;
}

#productPage .specBox.categ_special .procent {
    font-size: 24px;
    font-weight: 600;
    color: white;
    display: block;
    line-height: 22px;
}

/* Catrgory home
------------------------------------ */

.cat_box {
	background-color: rgba(0, 0, 0, 0.25);
	box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.4);
	border: 1px solid rgba(58, 58, 58, 0.58);
	transition: 0.2s;
    overflow: hidden;
}
.cat_box:hover {
    box-shadow: 0 0px 9px 0px rgba(173, 173, 173, 0.33);
    background: rgb(39, 39, 39);


}


.cat_box:hover img   {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    transition: 0.2s;
}

.cat_box a {
	position: relative;
	display: block;
}

.cat_box h3 {
    display: block;
    color: #ccc;
    font-size: 24px;
    text-align: center;
    margin: 10px;
    font-weight: 600;
}
.cat_box img {
	width: 100%;
    transition: transform .2s;
    transition: 0.2s;
}
.cat_box p {
	display: block;
	color: #727272;
	text-align: center;
	padding-bottom: 15px;
	padding-right: 10px;
	padding-left: 10px;
	margin: 0;
	font-size: 16px;
	height: 125px;
	overflow: hidden;
}
.cat_box a:hover h3, .cat_box a:hover p, .cat_box a:hover {
	text-decoration: none;
}

.results_qty {
	margin-bottom: 35px;
    margin-top: 25px;
}


/* Category
---------------------------------- */

.invise_cats {
    position: relative;
}
.invise_box {

}




.price_list {
	font-size: 18px;
	color: #ccc;
	text-align: center;
	padding-bottom: 10px;
}


#category_desc {
    /*background-color: rgba(26, 26, 25, 0.6);*/
    background-color: rgb(27, 27, 27);
    padding: 25px 0;
}
#category_desc p, #category_desc li {
    color: #717171;
    line-height: 24px;
}

.products_list .price_list {
	font-size: 18px;
	font-weight: 600;
}
.products_list .price_list .special_price {

}


.cat_box.not-available {
    filter: url(theme/myzemex/image/grayscale_filter.svg#grayscale);
    filter: gray;
    -webkit-filter: grayscale(1);
}
.cat_box.not-available:hover {
    filter: none;
    -webkit-filter: grayscale(0);
}





/* Product Page
---------------------------------- */

#productPage {
    margin-bottom: 40px;
}


#product_nav {
    margin-bottom: 20px;
}

#product_nav li {
    display: inline-block;
    margin-right: 8px;
}



#product_nav li a {
    display: inline-block;
    padding: 2px 6px;
    font-size: 17px;
    color: #ccc;
    border-radius: 3px;
    background: #383d45;
    transition: 0.3s;
}
#product_nav li a:hover, #product_nav li a:active, #product_nav li a:focus {
    color: #2d2d2d;
    background: #00d400;
    text-decoration: none;
    outline: none;
}


.prodict_slide img {
	/*max-height: 462px;*/
	/*max-height: 675px; */
    max-height: 710px;
}

#small_description p, .small_description {
	color: #ccc;
}
#small_description { 
	margin-bottom: 30px;
}

/* Description Full */
#description_full, #description_full p { color: #ccc; }
#description_tab, #description_tab p { color: #ccc; }
#description_tab ol, #description_tab ul {
	padding-left: 15px;
}

#description_full ul li {
    padding-bottom: 6px;
}

#description_full h4 {
	font-size: 22px;
	font-weight: 600;
	margin-top: 30px;
}



.img_podlojka {
	text-align: center;
	background: #333;
}

.img_podlojka img {
	
	padding: 10px;
}

/* model */

#model .model_head {
  
}
#model .model_head th {
	/*background: rgb(51, 51, 51);*/
	color: #fff;
    /*border: 5px solid rgba(38, 38, 38, 0.97);*/
    border: 5px solid #333;
    background: #444;
	text-align: center;
	text-transform: uppercase;
	font-weight: 500;
	padding: 8px 8px 6px 8px;

}
#model .model_body td {
	background: rgba(255, 255, 255, 0.9098039215686274);
	color: #000;
    /*border: 5px solid rgba(38, 38, 38, 0.97);*/
    border: 5px solid #333;
	text-align: center;
	font-weight: 500;
	font-size: 18px;
	padding: 4px;
}
#model .model_body {

}
#model .model_body:hover  {
	
}

#model .model_body td.name_model {
	text-align: left;
	padding-left: 10px;
	padding-right: 5px;
}

/* Price */
#model .model_body .one_price {

}
#model .model_body .old_price {
	text-decoration: line-through;
	font-size: 15px;
	color: #e20e51;
}
#model .model_body .new_price {
	
}





#model td.buycol {
	padding: 0;
	background: rgb(69, 103, 69);
}
#model button.buyModel {
	width: 100%;
    height: 100%;
    color: #fff;
    min-height: 33px;
    padding: 4px 0;
    font-size: 17px;
    border: 0;
    background: #31b931;
    border-radius: 2px;
    box-shadow: 0px 0px 1px #197b19;
    display: block;
    cursor: pointer;
    text-align: center;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.45);
    text-decoration: none;
    user-select: none;
    outline: none;
    border-color: #104a10 #167b15 #409c40;
    background: #00d500 linear-gradient(#15af15,#076d07);
    box-shadow: inset 0 0 0 1px rgba(255,255,255,.2);
    transition: box-shadow .2s , border-color .2s;
}
#model button.buyModel:hover {
	background: #1edc1e linear-gradient(#16f316,#088c08);
	transition: box-shadow .2s , border-color .2s;
}

/* Default Button
---------------------------------- */
.deffButton {
    color: #fff;
    padding: 4px 12px;
    font-size: 17px;
    border: 0;
    margin: 15px 0;
    background: #31b931;
    border-radius: 2px;
    box-shadow: 0px 0px 1px #197b19;
    display: block;
    cursor: pointer;
    text-align: center;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.45);
    text-decoration: none;
    user-select: none;
    outline: none;
    border-color: #104a10 #167b15 #409c40;
    background: #00d500 linear-gradient(#15af15,#076d07);
    box-shadow: inset 0 0 0 1px rgba(255,255,255,.2);
    transition: box-shadow .2s , border-color .2s;
}

.deffButton:hover {
	background: #1edc1e linear-gradient(#16f316,#088c08);
	transition: box-shadow .2s , border-color .2s;
}


.deffButt2 {
	color: #fff;
    padding: 8px 18px;
    font-size: 17px;
    border: 0;
    margin: 15px 0;
    background: #31b931;
    border-radius: 2px;
    box-shadow: 0px 0px 1px #197b19;
    display: block;
    cursor: pointer;
    text-align: center;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.45);
    text-decoration: none;
    user-select: none;
    outline: none;
    border-color: #104a10 #167b15 #409c40;
    background: #00d500 linear-gradient(#15af15,#076d07);
    box-shadow: inset 0 0 0 1px rgba(255,255,255,.2);
    transition: box-shadow .2s , border-color .2s;
}



/* Product Review 
---------------------------------- */
#coments {
	margin-top: 40px;
	margin-bottom: 20px;
}
#review .review_box {
	background: #333;
	color: #fff;
	padding: 15px;
	margin-bottom: 10px;
}

.review_info {
	margin-bottom: 8px;
}

.title_reviews {
	display: inline-block;
}
.review_header .rating {
	display: inline-block;
	position: relative;
	top: -5px;
	left: 10px;
}

.title_reviews span {
	background: #3a3939;
    padding: 2px 10px;
    border-radius: 22%;
}

.review_box .review_info strong {
    padding-right: 10px;
}
.review_box .review_info span {
    color: #888;
}
.review_box .review_info .rating {
    float: right;
}
.text_review.onanswer {
    border-bottom: 1px solid #3a3939;
    margin-bottom: 0;
    padding-bottom: 15px;
}
.answer_title {
    font-weight: 600;
    margin-bottom: 5px;
    color: #00d400;
}
.answer_review {
    border-top: 1px solid #252525;
    padding-top: 15px;
    margin-bottom: 0;
    padding-left: 40px;
}
.answer_text {
    margin-bottom: 0;
}


.rating .fa-stack {
	font-size: 8px;
}
.rating .fa-star-o {
	color: #999;
	font-size: 16px;
}
.rating .fa-star {
	color: #ecae38;
	font-size: 16px;
}
.rating .fa-star + .fa-star-o {
	color: #E69500;
}


/* Review new style */
#morphing-content.review_product h2 {
	color: #ccc;
	font-size: 28px;
	text-align: center;
}
#morphing-content.review_product h3 {
    color: #31b931;
    font-size: 22px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
}
#morphing-content.review_product .modal-content {
    position: relative;
    background-color: #333333;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #999;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 0px;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

#morphing-content {
	background: #333 !important;
}


/* Styled rating star */
.prod-rating {
	font-size: 0;
	color: #ccc;
	display: inline-block;
	vertical-align: middle;
}
.prod-rating input {
	display: none;
}
.prod-rating * {
	margin: 0 1px 0 0;
}
.prod-rating label .fa {
	font-size: 22px;
	padding: 2px 4px 2px 0px;
	cursor: pointer;
}
.rat-star.active, .rat-star.active .ratText {
	color: #ffa500!important;
}
.rat-star.checked, .rat-star.checked .ratText {
	color: #ffa500;
}
.ratText {
    display: block;
    color: #fff;
    font-size: 12px;
    font-weight: 500;
}
.prod-rating {
    text-align: center;
    padding-left: 5px;
    padding-right: 5px;
}
.prod-rating .rat-star {
    padding-left: 5px;
    padding-right: 5px;
}
.prod-rating i {
    font-size: 40px !important;
    text-align: center;
}

/* Новые отзывы и комментарии
---------------------------------- */
#userReview .nav-tabs a {
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
    border: 0;
    background: none;
    transition:0.1s;
    text-align: center;
    margin-right: 0;
}

#userReview .nav-tabs li {
    width: 50%;
    text-align: center;
}
#userReview .nav-tabs {
    border-bottom: 1px solid #6f6e6e;
    margin-bottom: 20px;
}
#userReview .nav-tabs li.active {
    border-bottom: 5px solid #31b931;
}
#userReview .nav-tabs li.active a {
    color: #31b931;
    border: 0;
    background: none;
}
#userReview .nav-tabs a:hover {
    background: none;
    color: #ff6a99;
    border: 0;
    border-bottom: 5px solid #ff6a99;
}

#userReview label {
    margin-bottom: 0;
}



/* Product Gllery 
---------------------------------- */
#product_gallery  {
	
}

#product_gallery a {
	/*float: left;*/
	margin-right: 10px;
	display: inline-block;
	outline: none;
	margin-bottom: 10px;
}
#product_gallery a img {
	background: #333;
	padding: 10px;
	max-width: 212px;

}

/* video */
#videos {
	display: inline-block;
	position: relative;
}
#videos a img {
	/*max-width: 212px;*/
    max-width: 360px;
	background: #333;
	padding: 10px;
	margin-right: 10px;
	margin-top: 10px;
}

#videos a i {
	position: absolute;
    top: 40%;
    left: 40%;
	font-size: 45px;
	color: rgba(47, 47, 47, 0.91);
	transition:0.4s;
}

#videos a:hover i {
	font-size: 45px;
	color: #f30007;
}


/* Subscribe
---------------------------------- */
#about_zemex {
    background-color: rgba(26, 26, 25, 0.43);
    padding: 25px 0;
}
#about_zemex .container h1 {
	text-align: center;
	font-size: 28px;
	margin-top: 15px;
	margin-bottom: 15px;
	color: #696969;
}
#about_zemex .container p {
	color: #696969;
	text-align: justify;
}


#products_home {
	margin-bottom: 25px;
}

/* FOOTER
---------------------------------- */
.line_footer { margin: 40px 0 0 0; }
.line_footer hr { margin: 0; }
.line_footer .tTop { border-color: #101010; margin-bottom: 0px; }
.line_footer .tBot {border-color: #292929; }

footer {
	background-color: rgba(27, 27, 27, 0.94);
    padding: 60px 0 40px;
}

footer .power {
	font-size: 28px;
	color: #777;
	font-weight: 600;
}

.hidden {
    display: none;
}

.footer_one a.power {
    margin-bottom: 25px;
    display: block;
}

.footer_two ul {
    
}
.footer_two ul li {
    line-height: 32px;
}
.footer_two ul li a, .footer_two ul li span {
    color: #a9a9a9;
    transition: 0.3s;
}
.footer_two ul li a:hover {
    text-decoration: none;
    color: #00d400;
}

.footer_two ul li a i, .footer_two ul li span i {
    color: #888;
    margin-right: 6px;
}

.work_time {
    margin-top: 25px;
    color: #717171;
    font-size: 17px;

}
.work_time .titopz {
    margin-bottom: 6px;
}
.work_time .pn_pt, .work_time .sb_day, .work_time .vs_day {
    color: #a9a9a9;
    font-size: 15px;
}


.footer_tree .title_footer {
    line-height: 26px;
    margin-bottom: 15px;
    color: #717171;
    font-size: 17px;
}
.footer_tree li {
    line-height: 26px;
}

.footer_tree li a {
    color: #a9a9a9;
    transition: 0.3s;
}
.footer_tree li a:hover {
    color: #00d400;
    text-decoration: none;
}



/*

Advanced example - Morphing modal window

https://codepen.io/fancyapps/pen/rmwyXN

*/

.morphing-btn-wrap {
    display: inline-block;
    position: relative;
    text-align: center;
}

.morphing-btn {
    box-sizing: border-box;
    -webkit-transition: background .3s, color .2s .2s, width .2s 0s;
       -moz-transition: background .3s, color .2s .2s, width .2s 0s;
         -o-transition: background .3s, color .2s .2s, width .2s 0s;
            transition: color .3s .2s, width .2s 0s;
    white-space: nowrap;
}

.morphing-btn_circle {
color: #0f9b1000 !important;
    padding-left: 0;
    /* color: transparent !important; */
    /* opacity: 0.1; */
    padding-right: 0;
    -webkit-transition: color .2s 0s, width .3s .2s;
    -moz-transition: color .2s 0s, width .3s .2s;
    -o-transition: color .2s 0s, width .3s .2s;
    transition: color .2s 0s, width .3s .2s;
    width: 35.6px !important;
    text-shadow: none;
    /* font-size: 1px; */
    overflow: hidden;
}

.morphing-btn-clone {
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    background: #444;
    background: url(../image/page-bg.jpg);
    border-radius: 50%;
    position: fixed;
    -webkit-transition: all .5s cubic-bezier(.65, .05, .36, 1);
       -moz-transition: all .5s cubic-bezier(.65, .05, .36, 1);
         -o-transition: all .5s cubic-bezier(.65, .05, .36, 1);
            transition: all .5s cubic-bezier(.65, .05, .36, 1);
    z-index: 3;
}

.morphing-btn-clone_visible {
    display: block;
    -webkit-transform: scale(1) !important;
       -moz-transform: scale(1) !important;
        -ms-transform: scale(1) !important;
         -o-transform: scale(1) !important;
            transform: scale(1) !important;
}

.fancybox-morphing .fancybox-bg {
    background: #444444;
    background-color: rgba(26, 26, 25, 0.43);
    opacity: 1;
}

.fancybox-morphing .fancybox-toolbar {
    right: 40px;
    top: 20px;
}

.fancybox-morphing .fancybox-button--close {
    background: rgba(0, 0, 0, .2);
    border-radius: 50%;
    color: #fff;
    transition:0.3s;
}

.fancybox-morphing .fancybox-button--close:hover {
    background: #15af15;

}

/* Styling for element used in example */

#morphing-content {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background: transparent;
    line-height: 2;
    margin: 0;
    padding: 6em 10vw;
    position: relative;
    z-index: 3;
    min-width: 800px;
}

#morphing-content * {
    /*color: #222;*/
}


#morphing-content.review_product.fancybox-content .alert.alert-danger {
	color: #ffffff;
    background-color: #9a3645;
    border-color: #9a3645;
    margin-top: 20px;
    text-align: center;
}

/* Подбор категорий на главной
--------------------------------------------- */

#home_caticon {
	margin-top: 40px;
	margin-bottom: 30px;
}
#home_caticon .icon_box {
    border: 1px solid #484848;
    border-radius: 1px;
    display: inline-block;
    width: 126px;
    text-align: center;
    margin-bottom: 12px;
    /*margin-right: 10px;*/
    background: rgba(51, 51, 51, 0.5294117647058824);
    transition: 0.6s;
}
#home_caticon .icon_box:last-child {
	margin-right: 0;
}

#home_caticon .col-sm-2 {
	padding-bottom: 15px;
	padding-left: 5px;
	padding-right: 5px;
}

#home_caticon .bigname {
	font-size: 50px;
	color: rgb(91, 97, 91);
	line-height: 60px;
	transition: 0.6s;
    font-weight: 700;
}
#home_caticon .bigname:hover {
	    color: rgb(0, 212, 0);
}
#home_caticon .fillname {
	font-size: 18px;
	color: #636363;
	transition: 0.6s;
}
/*#home_caticon .fillname:hover {
	color: #999;
}
*/

#home_caticon .bigname{

}
#home_caticon .icon_box:hover .bigname{
	color: rgb(0, 212, 0);
}

#home_caticon .icon_box:hover .fillname{
	color: #ccc;
}

#home_caticon .icon_box:hover {
    border: 1px solid #057505;
    cursor: pointer;
    box-shadow: 0 0px 8px 2px #03b7027d;
    background: rgb(39, 39, 39);
    text-decoration: none;
}

/* Товары на главной
-------------------------------------------- */

.title_home {
	text-align: center;
	font-size: 28px;
    color: #ccc;
    text-transform: uppercase;
    margin: 30px 0;
    font-weight: 600;
}

.row8 {
	margin-left: -5px;
	margin-right: -5px;
}

.col8 {
	padding-left: 3px;
	padding-right: 3px;
	margin-bottom: 6px;
}

.home_page .product-thumb.fourcol a {
    position: relative;
    display: block;
}
.home_page .product-thumb.fourcol {
    background-color: rgba(0, 0, 0, 0.25);
    box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.4);
    border: 1px solid rgba(58, 58, 58, 0.58);
    transition: 0.2s;
    overflow: hidden;
}

.home_page .product-thumb.fourcol:hover img   {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    transition: 0.2s;
}

.home_page .product-thumb.fourcol img   {
    transition: transform .2s;
    width: 100%;
}


.home_page .product-thumb.fourcol:hover {
    box-shadow: 0 0px 9px 0px rgba(173, 173, 173, 0.33);
    background: rgb(39, 39, 39);

}

.home_page .product-thumb.fourcol h4.namhom {
    display: block;
    color: #ccc;
    font-size: 19px;
    text-align: center;
    margin: 10px;
    font-weight: 600;
}

.home_page .product-thumb.fourcol p {
    display: block;
    color: #727272;
    text-align: center;
    padding-bottom: 15px;
    padding-right: 10px;
    padding-left: 10px;
    margin: 0;
    font-size: 15px;
    height: 78px;
    overflow: hidden;
}

.home_page .product-thumb.fourcol .price_list {
    font-size: 18px;
    font-weight: 600;
    color: #ccc;
    text-align: center;
    padding-bottom: 10px;
}

.old_price {
	text-decoration: line-through;
	padding-left: 8px;
	color: #b74c73;
}

.home_page .product-thumb.fourcol .rating {
    text-align: center;
    padding-bottom: 10px;
}

.home_page .product-thumb.fourcol a:hover {
    text-decoration: none;
}


/* Стиль таблицы в описании товара
-------------------------------------------- */

.table_content td, .table_content th {
    border: 2px solid #292929;
    background: #333332;
    text-align: center;
    padding: 10px !important;
}

#simplecheckout_text_help {
    font-size:14px;
}



.simplecheckout .fg_cod1 {
    margin-top: -15px;
}
.simplecheckout .fg_cod1 label.cod1 {
    font-size: 14px;
    margin-left: 55px;
    color: #c79c02;
}