.shop-link {
    display: block;
    background: red;
    padding: 15px;
    margin: 0 auto;
    color: #fff;
    border-radius: 5px;
    text-decoration: none !important;
    width: 60%;
    text-align: center;
    margin-bottom: 15px;
}

.shop-link:hover {color: #fff; background: #d60000;}

/* Меню для небольших экранов */ 

#menu-icon {
    padding: 8px;
    cursor: pointer;
    position: absolute;
    top: 0px;
    right: 0px;
    background: #fff;
    font-size: 20px;
	z-index: 99;
}

#menu-icon .fa {margin: 0px; -o-transition: all 0.3s; transition: all 0.3s ease; -webkit-transition: all 0.3s ease 0s;}
#menu-icon.active .fa {transform: rotate(270deg);}


/* ---------- Header +++ ---------- */

#top-pannel {background: #111; font-size: 0.9rem; position: relative; color: #fff; line-height: 25px; padding: 5px 0;}

#top-pannel a {color: #fff;}
#top-pannel a:hover {color: #CDDC39;}
#top-pannel .fa {color: #CDDC39; padding-right: 5px;}


/* Хлебные крошки */

#path {font-size: 12px; text-decoration: none; margin-bottom: 15px;}
#path a {font-weight: 600; text-decoration: none;}
#path .fa {margin-right: 0px;}

@media screen and (max-device-width: 480px) { #path {display: none;} }


/* ---------- Поиск ---------- */

#header-search #s {
    width: 100%;
    padding: 5px 8px 5px 16px;
    border-radius: 50px;
    position: relative;
    z-index: 75;
    border: 1px solid #ccc;
    background: rgba(255, 255, 255, 0.5);
}

#searchform {position: relative;}

#header-search #s:focus {background: #fff;}

#header-search .pic-sea {
    padding: 5px 10px 5px 0;
    right: 10%;
    border: none;
    background: none !important;
    position: absolute;
    color: #fff;
    z-index: 76;
    cursor: pointer;
}

#header-search .pic-sea .fa {
	color: #ccc !important;
	margin: 0;
	transition: color .3s ease;
    -o-transition: color 0.3s;
	-webkit-transition: color 0.3s ease 0s;
}

#header-search .pic-sea .fa:hover {color: #000 !important;}
#header-search .pic-sea:focus, #s:focus {outline: none;}

#header-search #s::-webkit-input-placeholder {color: #ccc;}
#header-search #s::-moz-placeholder          {color: #ccc;}
#header-search #s:-ms-input-placeholder      {color: #ccc;}

@media screen and (max-device-width: 1280px) { #header-search .pic-sea .fa {color: #333 !important;} }

@media screen and (max-device-width: 800px) { #header-search {width: 26% !important;} }

@media screen and (max-device-width: 480px) { #header-search {width: 20% !important; text-align: center; margin-bottom: 15px;} }

@media screen and (max-device-width: 375px) {
	#header-search {width: 25% !important;}
	#header-search #s {padding: 3px 8px 3px 16px;}
	#header-search .pic-sea {padding: 3px 0;} 
}

@media screen and (max-device-width: 330px) {
	#header-search {width: 15% !important;}
	#head-order #header-search p {display: none;} 
}

/* Меню */

#pod-header {background: #2196f3;}

#navigate {text-align: center; position: relative; font-size: 0.9rem;}

#navigate ul > li {display: inline-block; width: 20%; font-weight: bold; line-height: 30px;}

#navigate ul > li a {display: block; color: #fff; text-decoration: none; position: relative;}

#navigate ul > .menu-item-has-children:hover {background: whitesmoke;}

#navigate ul > li a:hover { color: #2196f3; }

#navigate ul > li ul { 
	list-style:none;
	position:absolute;
	display: none;
    width: 100%;
    left: 0;
    background: whitesmoke;
    cursor: auto;
    padding: 15px 0;
}

#navigate ul > li ul li {
	width: 100%;
    border: none !important;
    position: relative;
    max-width: 20%;
    line-height: 15px;
    margin-bottom: 10px;
    min-height: 130px;
}

#navigate ul > li ul li a {padding: 5px 0;}

#navigate ul a {display: block;}

#navigate ul > li:hover > ul {display: block;}


/* Анимированный эффект выделенного пункта */

#navigate ul > li > a::after {
    content: "";
    display: block;
    position: absolute;
    left: 51%;
    right: 51%;
    top: 0;
    height: 0;
    border-top: 2px solid #1c286f;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

#navigate ul > li > a:hover::after, #navigate .menu > li > a:focus::after {left: 0; right: 0;}

#navigate ul > li.disabled > a::after { display: none; }

.menu-item {cursor: pointer;}


#navigate ul > li ul li ul {display: block; position: relative; padding: 0;}

#navigate ul > li ul li ul li {clear: both; width: 100%; max-width: 100%; line-height: 10px; padding: 0; margin-bottom: 5px; min-height: 0px;}

#navigate ul > li ul li ul li a {padding: 5px 0;}


@media screen and (max-device-width: 800px) { #navigate ul > li { width: 33.33%; } }

@media screen and (max-device-width: 480px) { 
	#navigate ul > li:hover > ul {float: left; position: relative;}  
	#navigate ul > li ul li {max-width: 100%; z-index: 9;} 
}




/* Контентная часть */

#content {position: relative; align-self: self-start;}

#after-content {background: whitesmoke; margin-top: 30px; border-top: 2px solid #50aaff;}

#title {margin-bottom: 15px; font-size: 2rem;}

.descript {margin-bottom: 30px;}

#brends .owl-stage {display: flex; align-items: center;}
#brends .owl-item span {padding: 15px; display: flex; justify-content: center;}
#brends .owl-item span img {width: auto; max-width: 120px; max-height: 80px;}


#global-category {margin-bottom: 20px;}
#global-category .owl-stage {display: flex;}
#global-category .owl-item {background: #203549;}
#global-category .owl-item .global-category-title {padding: 15px; text-align: center; color: #fff;}
#global-category .owl-item:hover .global-category-title {color: #ff8e32;}

@media screen and (max-device-width: 800px) { 
	#content {width: 100%;} 
}

@media screen and (max-device-width: 480px) { 
	#brends {display: none;}
	#title {margin-bottom: 7px; font-size: 1.6rem;}
}



/* Страница, Запись */

#post-content {
    background: #fff;
    box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.1);
    padding: 30px 45px;
    min-height: 400px;
	width: 100%;
    display: inline-block;
	/*margin-bottom: 30px;*/
}

.slogan {background: #ea202b; color: #fff; padding: 10px 15px; font-weight: 600;}

.shortdesc {background: #eee; padding: 30px 15px; margin-top: -20px;}

.area {font-size: 1.1rem; text-align: left;}

.area a {text-decoration: underline;}
.area a:hover {text-decoration: none;}

.area > h2:after, #post-content > h2:after {
    position: absolute;
    top: 50%;
    margin-top: 1px;
    content: '';
    height: 1px;
    background-color: #fe9ea4;
    margin-left: 40px;
    width: 100%;
}

.area p {margin-bottom: 15px; line-height: 1.5;}

.area > img, .area > div {margin-bottom: 20px;}

.area > ul, .area > ol {margin-bottom: 25px; padding-left: 20px;}
  
.area ul li, .area ol li {width: 100%; margin-bottom: 7px;}

.area table {border-spacing: 3px; margin-bottom: 20px; font-size: 1rem; overflow-x: scroll; display: block;}

.area table.big-table {overflow-x: scroll; display: block; font-size: 0.8rem;}
.area table.big-table td {padding: 2px;}

.area th {text-align: center; padding: 10px 12px; border: 1px solid #ccc; font-weight: bold;}

.area td {padding: 7px; border: 1px solid #ccc;}

.area tbody tr td:not(:first-child) {text-align: center;}

.area tr:nth-child(2n) {background: whitesmoke;}

.area table h2 {margin: 10px 0;}

.area thead tr {background: #333 !important; color: #fff; text-align: center;}

tfoot {text-align: center;}


blockquote {font-style: italic; border-left: 2px solid #80c7ff; padding-left: 30px; margin-bottom: 30px; color: #555;}
  
.alignleft {display: inline; float: left; margin-right: 30px; margin-bottom: 15px;}
.alignright {display: inline; float: right; margin-left: 30px; margin-bottom: 15px;}
.aligncenter {display: block; margin-right: auto; margin-left: auto; margin-bottom: 15px;}

a.btn-link {
    background: #ea202d;
    color: #fff;
    padding: 10px 35px;
    display: inline-block;
    text-decoration: none;
    border-radius: 3px;
}
a.btn-link:hover {background: #d71420;}

a.btn-dl {
    background: #30b935;
    color: #fff;
    padding: 10px 35px;
    display: inline-block;
    text-decoration: none;
    border-radius: 3px;
}
a.btn-link:hover {background: #1ea023;}

a.btn-dl:before {
    content: "\f56d";
    font-family: FontAwesome5;
    font-weight: 600;
    color: #fff;
    display: inline-block;
    margin-right: 15px;
}

@media screen and (max-device-width: 1280px) { 
	#post-content {padding: 15px 30px;}
	img.alignleft, img.alignright {max-width: 400px;} 
	.area table {font-size: 0.8rem;}
}

@media screen and (max-device-width: 1024px) { 
	#post-content {padding: 15px;} 
	.area table {display: block; overflow-x: scroll;}
}

@media screen and (max-device-width: 480px) { 
	#post-content {padding: 15px; box-shadow: none;} 
	.area table {font-size: 0.9rem; overflow-x: scroll; display: inline-block;} 
}



/* Записи в архивах */

.posts-archive {display: -webkit-flex; display: flex; flex-wrap: wrap; margin-bottom: 30px; margin-left: -15px; margin-right: -15px;}

.hentry {position: relative; width: 33.33%; margin-bottom: 30px; padding: 0 15px;}

a.post-image {display: inline-block; width: 100%; margin-bottom: 15px;}

.post-title {display: inline-block; width: 100%; text-align: center; font-size: 1.1rem; padding: 0 30px; margin-bottom: 15px;}
.post-title a {color: #333;}

.hentry img {width: 100%; transition: all 0.3s ease; -o-transition: all 0.3s; -webkit-transition: all 0.3s ease 0s;}

.hentry:hover .post-title a {color: #ff8e32;}
/*.hentry:hover img {transform: scale(1.02); box-shadow: 0 7px 20px rgba(65,49,27,0.3);}*/

.hentry .line-cont {width: 100%;}

.hentry .excerpt {display: none;}		

@media screen and (max-device-width: 800px) { 
	.posts-archive {margin-bottom: 0;} 
	.hentry {margin-bottom: 20px;} 
	a.post-image {margin-bottom: 10px;}
	.post-title {padding: 0 15px;}
}  

@media screen and (max-device-width: 480px) {
	.posts-archive {margin-left: -10px; margin-right: -10px;}
	.hentry {width: 50%; padding: 0 10px;}
	a.post-image {margin-bottom: 5px;}
}

@media screen and (max-device-width: 320px) { .hentry {width: 100%;} }	


/* Блоки с подкатегориями */
  
.subcategory-archive {display: -webkit-flex; display: flex; flex-wrap: wrap; margin-bottom: 30px; margin-left: -15px; margin-right: -15px;}

.subcategory {position: relative; width: 33.33%; padding: 0 15px; margin-bottom: 30px; text-align: center;}
	
a.subcategory-image {display: inline-block; width: 100%; margin-bottom: 15px;}	
	
a.subcategory-image img {width: 100%; display: block; transition: all 0.3s ease; -o-transition: all 0.3s; -webkit-transition: all 0.3s ease 0s;}	

/*.subcategory:hover img {
    transform: scale(1.02);
    box-shadow: 0 7px 20px rgba(65,49,27,0.3);
}*/
	
.subcategory-title {display: inline-block; width: 100%; font-size: 1.1rem; padding: 0 30px; margin-bottom: 15px;}

.subcategory-title a {color: #000;} 
	  
.subcategory:hover .subcategory-title a {color: #ff8e32;}  
	
.subcategory ul {display: inline-block; padding: 0 15px 0 30px; margin-bottom: 15px; color: #203549;}	
.subcategory ul li {text-align: left;}
.subcategory ul li a {color: #000;}
.subcategory ul li a:hover {color: #ff8e32;}
	
.subcategory .count {
    position: absolute;
    background: #afd615;
    width: 40px;
    line-height: 40px;
    text-align: center !important;
    top: 15px;
    left: 15px;
    border-radius: 50px;
}

@media screen and (max-device-width: 1024px) { 
	#subcategory-archive {margin-bottom: 0;}
	.subcategory {margin-bottom: 20px;} 
	a.subcategory-image {margin-bottom: 10px;}
	.subcategory-title {padding: 0 15px;}

	#subcategory-archive {margin-left: -10px; margin-right: -10px;} 
	.subcategory {width: 50%; padding: 0 10px;} 
}

@media screen and (max-device-width: 480px) { .subcategory {width: 100%; } }
	


	
/* Сайтбар, Виджеты */

aside {align-self: flex-start; min-width: 250px;}
	  
aside > div:last-child {margin-bottom: 0px;}

.widget {margin-bottom: 30px; padding: 15px 0;}

.widget:first-child {padding-top: 0;}
  
.widget a {color: #000;}  

/*.headwidget {margin-top: 15px;}*/

.headwidget a {
	display: block;
    text-align: center;
    position: relative;
    background: #ea202a;
    font-weight: 600;
    font-size: 1.1rem;
    color: #fff;
    padding: 10px 0;
}

.headwidget a:hover {color: #fff; background: #c60f1b !important;}

.widget > ul, .widget > ol, .textwidget > ul {padding: 0 0 0 30px;}
.widget > ul li, .widget > ol li {margin-bottom: 7px;}

#calculate {box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.1); text-align: center;}

#calculate .headwidget {
    text-align: center;
    position: relative;
    background: #203549;
    font-weight: 600;
    font-size: 1.1rem;
    color: #fff;
    padding: 10px 0;
}

#calculate .widget {background: #fff; padding: 15px; border: 1px solid #fff;}

#calculate img {max-width: 250px; margin-bottom: 10px;}

.button {padding: 10px 20px; display: inline-block; border-radius: 5px;}

#calculate a.button {background: #ff8e32; color: #fff; margin-top: 15px; font-size: 1.1rem;}


.widget ul.menu li {margin-bottom: 15px; list-style: none; font-size: 1.1rem;}

.widget ul.menu > li > a {
    background: #203549;
	color: #fff;
    box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.1);
    display: block;
    padding: 10px 30px;
    border-radius: 3px;
	/*font-weight: 600;*/
}

.widget ul.sub-menu {margin-top: 15px;}

.widget ul.menu .sub-menu li a {
    background: #fff;
    box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.1);
    display: block;
    padding: 10px 30px;
    border-radius: 3px;
}
.widget ul.menu li a:hover {margin-left: -15px; margin-right: 15px;}

@media screen and (max-device-width:1440px) { #calculate img {max-width: 100%;} }

@media screen and (max-device-width:1024px) {
	.widget > div, .widget > form  {padding: 0;}
	.widget ul, .widget ol {padding: 0;}
	#calculate .widget {padding: 15px;}
	.widget ul.menu > li > a {padding: 10px 15px;}
	.widget ul.menu .sub-menu li a {padding: 10px 15px;}
}

@media screen and (max-device-width: 800px) { aside {display: none;} }



/* Постраничная навигация, Предыдущая-Следующая записи */

.nav {width: 100%; display: -webkit-flex; display: flex; margin-bottom: 30px; text-align: center; justify-content: center;}

nav.navigation.pagination {text-align: center;}

.nav-links {display: inline-block; overflow: hidden;}

.nav-links a, .page-numbers.current, .page-numbers.dots {
    float: left;
    font-size: 0.8rem;
    text-transform: uppercase;
    min-width: 42px;
    line-height: 42px;
    background: #fff;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    border-left: 1px solid #eee;
    -webkit-transition: color .2s ease, background .2s ease, border-color .2s ease;
    -moz-transition: color .2s ease, background .2s ease, border-color .2s ease;
    transition: color .2s ease, background .2s ease, border-color .2s ease;
}
	
.page-numbers.current {
    float: left;
    margin: 0;
    list-style-type: none;
    list-style-image: none;
    padding: 0;
    text-align: center;
    background: #203549;
    color: #fff;
    border-color: #eee;
}		

.nav-links a:last-child {border-right: 1px solid #eee;}
	
.prev.page-numbers, .next.page-numbers {padding: 0 11px;}

.nav > a p {display: table-cell; vertical-align: middle;}

.nav > a {display: table; width: 100%; padding: 10px 0;}

#nav-left, #nav-right {width: 49%; background: #fff; border: 1px solid #fff; border-radius: 3px;}

#nav-right {margin-left: auto;}

#nav-left:hover, #nav-right:hover {border: 1px solid #50aaff;}

.nav img {border-radius: 25px;}
.nav .fa {color: #50AAFF; padding: 0 10px;}

@media screen and (max-device-width: 800px) { #nav-left, #nav-right {width: 100%; margin: 5px 0;} }



/* Результаты поиска */

.list {display: -webkit-flex; display: flex; align-items: center; margin-bottom: 20px;}
.list img {max-width: 50px; margin-right: 25px; display: block;} 
.list p {margin-bottom: 0;}
.list a {color: #111;}
  
@media screen and (max-device-width: 375px) { .list img {align-self: start;} }



/* Подвал */

footer {position: relative; z-index: 66;}

#footer-foot {padding: 15px 0; background: #203549; color: #fff; font-size: 0.9rem;}

#footer-foot a {color: #fff;}
#footer-foot a:hover {text-decoration: underline;}

#footer-foot #footer-info {font-size: 0.8rem; text-align: center;}

#footer-head {background: #2196F3; padding: 7px 0;}

#footmenu {margin-bottom: 30px; padding: 30px 0;}

#footmenu > div {align-self: flex-start;}
#footmenu > div div {display: inline-block; width: 100%;}
  
#footmenu > div p {font-size: 1rem; width: 100%; margin-bottom: 15px;}

#footmenu > div .fa, #footmenu > div .fas, #footmenu > div .fab {color: #ffed00;}

#footmenu > div ul {display: inline-block; padding-left: 15px;}

.double-menu ul {-webkit-column-count: 2; -moz-column-count: 2; column-count: 2; width: 100%;}

#footmenu > div li {list-style: none; margin-bottom: 7px; text-align: left;}
#footmenu > div li:last-child {margin-bottom: 0;}

#footmenu > div li a:before {
    content: "\f105";
    font-family: FontAwesome5;
	font-weight: 600;
    color: #ffed00;
    display: inline-block;
    margin-left: -1.3em;
    width: 1.3em;
	transition: all 0.3s ease;
	-o-transition: all 0.3s;
	-webkit-transition: all 0.3s ease 0s;
}

.social {font-size: 1.8rem; display: flex !important; justify-content: center;}

a.btn-shop {
    position: fixed;
    right: -30px;
    top: 250px;
    background: #ea202d;
    color: #fff;
    padding: 16px 25px;
    line-height: 15px;
    text-align: center;
    font-weight: 600;
    border-radius: 5px 5px 0 0;
    transform: rotate(-90deg);
}

@media screen and (max-device-width: 800px) {
	#footmenu {-webkit-flex-wrap: wrap; flex-wrap: wrap;}
	#footmenu > div {width: 50%; margin-bottom: 50px;}
}

@media screen and (max-device-width: 480px) { 
	#footer-foot {padding: 15px 30px;}
	#footmenu {margin-bottom: 0px;}
	#footmenu > div {width: 100%; margin: 0 0 30px 0;} 
	a.btn-shop {right: -33px; padding: 10px 25px;}
	.double-menu ul {-webkit-column-count: 1; -moz-column-count: 1; column-count: 1;}
}

@media screen and (max-device-width: 330px) { 
	#footer-foot {padding: 15px 20px;}
	a.btn-shop {right: -38px; padding: 5px 25px;} 
}



/* ScrolBar */
::-webkit-scrollbar {width: 10px;}
::-webkit-scrollbar-thumb {background: #ddd; -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);}
::-webkit-scrollbar-thumb:hover {background: #B9B9B9;}
::-webkit-scrollbar-thumb:window-inactive {background: #999;}

/* плавное изменение прозрачности  placeholder-а при фокусе */
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder       {opacity: 1; transition: opacity 0.3s ease;}
input::-moz-placeholder, textarea::-moz-placeholder                {opacity: 1; transition: opacity 0.3s ease;}
input:-moz-placeholder, textarea:-moz-placeholder                 {opacity: 1; transition: opacity 0.3s ease;}
input:-ms-input-placeholder, textarea:-ms-input-placeholder            {opacity: 1; transition: opacity 0.3s ease;}

input:focus::-webkit-input-placeholder, textarea:focus::-webkit-input-placeholder {opacity: 0; transition: opacity 0.3s ease;}
input:focus::-moz-placeholder, textarea:focus::-moz-placeholder        {opacity: 0; transition: opacity 0.3s ease;}
input:focus:-moz-placeholder, textarea:focus:-moz-placeholder           {opacity: 0; transition: opacity 0.3s ease;}
input:focus:-ms-input-placeholder, textarea:focus:-ms-input-placeholder      {opacity: 0; transition: opacity 0.3s ease;}

/* Текст предназначен только для чтения с экрана */
.screen-reader-text {clip: rect(1px, 1px, 1px, 1px); position: absolute !important;	height: 1px; width: 1px; overflow: hidden;}


#Go_Top {
	position: fixed;
	right: 5%;
	width: 50px;
	bottom: -70px;
	z-index: 291; 
	transition: bottom .4s ease; 
	-webkit-transition:  bottom .4s ease; 
}

#Go_Top .fa {margin: 0;}

#Go_Top a {
    display: block;
    text-align: center;
    font-size: 25px;
    line-height: 50px;
    border-radius: 5px;
    background: rgba(255, 255, 255, 0.8);
    color: #203549;
}

#Go_Top a:hover {background: #ff8e32; color: #fff;}

.up {bottom: 70px !important;}

@media (max-width:1024px) { 
	#Go_Top {right: 0;}
	.up {bottom: 0px !important;} 
}