html, body {
    overflow-x: hidden;
    width: 100%;
}
body {
    font-family: 'verdana';
    color: #5b5f56;
    min-width: 320px;
 /*   background: url(../img/background.png); */
}
a, a:hover {
    color: #262626;
}
p {text-align:justify}
header {
    border-bottom: 5px solid #ffffff;
    margin-bottom: 20px;
    padding: 5px;
}
footer {
    border-top: 2px solid #f074b0;
    padding: 5px;
}

.custom-logo {
    max-width: 100%;
    height: auto;
}

.main-menu ul {
    display: flex;
    padding: 0;
    padding-top: 1rem;
    flex-wrap: wrap;
}
.main-menu ul li {
    list-style-type: none;
    margin-right: 1rem;
    padding: .5rem;
}
.main-menu ul li a {
    font-weight: 600;
    box-shadow: 0px 1px 3px 1px #CCC;
    display: block;
    white-space: nowrap;
    padding: 5px 10px 0px;
    border-bottom: 2px solid #0000FF;
    color: #FFFFFF;
    background: #1a73e8;
    text-transform: uppercase;
}
.main-menu ul li a:hover {
    text-decoration: none;
    color: white;
    background-color: #1e5b2a;
}

.sidebar {
    padding: 0 5px;
}
.sidebar-categories a {
    display: block;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 13px;
    color: #FFFFFF;
    margin: -5px 0px 5px 0;
    padding: 8px 0 0 15px;
    padding-left: 10px;
    border: 5px solid transparent;
    background: #1d5e28;
}
.sidebar-categories a:hover {
    color: white;
    background-color: #ad2128!important;
    border: 3px double #fff;
}

.rs-posts {
    margin: 40px 0;
}
.rs-post a h2, .rs-post a:hover h2{
    color: #333;
    text-decoration: none;
    font-weight: bold;
    text-transform: uppercase;
	font-size: 1rem;
}
.rs-post a, .rs-post a:hover {
    color: #333;
    text-decoration: none;
    font-weight: bold;
    text-transform: uppercase;
}
.rs-post a img, .img-mini {
    margin-bottom: 5px;
    height: 150px;
    width: auto;
}
.rs-ajax-loader {
    display: none;
}
.rs-ajax-loader.active {
    display: block;
}

.rs-post {
    display: none;
}
.rs-post.active {
    display: initial;
}

.sidebar-search {
    text-align: right;
}
.sidebar-search input {
    height: 42px;
    width: 100%;
    border: 1px solid #ab9c83;
    border-radius: 3px;
    padding: 10px;
    font-weight: bold;
    font-size: 14px;
    color: #5b5f56;
}
.sidebar-search button {
    white-space: nowrap;
    border: 0;
    text-shadow: 0 0 0;
    padding: 5px 10px 0px;
    border-radius: 0;
    border-bottom: 2px solid #000080;
    color: #000000;
    background: 	#f6c4bc;
    font-size: 16px;
    font-weight: 900;
    text-transform: uppercase;
    margin: 10px 0;
}

.sidebar-top-title {
    color: #5D5D5D;
    font-weight: bold;
    margin-top: 2rem;
}
.sidebar-top .wpp-list {
    padding: 0;
}
.sidebar-top .wpp-meta.post-stats {
    display: none;
}

body {
    counter-reset: top-counter;
}
.container {
    width:100%!important;
    max-width: 1300px;
}
.sidebar-top .wpp-list li:before {
    counter-increment: top-counter;
    content: counter(top-counter);
    color: #000;
    text-align: center;
    line-height: 42px;
    width: 42px;
    height: 42px;
    background: #e9b534;
    display: inline-block;
}
.sidebar-top .wpp-list li {
    background: #fff7e3;
    list-style-type: none;
}
.sidebar-top .wpp-list li:nth-child(2n){
    background: #fff1f5;
    border-bottom: 1px dashed #CBD1D1;
    border-top: 1px dashed #CBD1D1;
}

.rs-gallery img {
    height: 195px;
    width: auto;
}
.rs-gallery a {
    text-decoration: none;
    box-shadow: 0 0 3px 1px #ccc;
    border-radius: 6px;
    border: 1px #ccc solid;
    text-align: center;
    padding: 5px;
    height: auto !important;
    display: inline-block;
    margin-right: 20px;
    margin-bottom: 20px;
    position: relative;
}
.rs-gallery a .zoom {
    opacity: 0;
    transition: opacity .5s;
    -webkit-transition: opacity .5s;
    -moz-transition: opacity .5s;
    -ms-transition: opacity .5s;
    -o-transition: opacity .5s;
    background: url(zoom.png) no-repeat center center,url(zoom-bg.png) repeat left top;
    -webkit-background-size: 50px 50px;
    background-size: 50px 50px;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.rs-gallery a:hover .zoom {
    opacity: 1;
}
.img-popup {
    max-width: 100%;
    max-height: calc(75vh - 200px);
    margin: auto;
}
.rs-nav a {
    color: #333;
    text-decoration: none;
}

.popup-prev img, .popup-next img {
    width: 28px;
}
.popup-counter {
    position: relative;
    top: 2px;
}

.popup-dl img, .popup-print img {
    width: 16px;
}
.popup-dl, .popup-print, .popup-counter {
    white-space: nowrap;
}
.popup-dl {
    display: block;
    background: #115a1d;
    padding: 5px 20px;
    color: #fff;
}
.popup-print {
    display: block;
    background: #f41765;
    padding: 5px 20px;
    color: #fff;
    border: none;
}
.modal-body{padding-bottom:30px;}
.modal-footer{justify-content:space-between;}
.modal-footer .close {
    font-size: 16px;
    color: #ff0505;
    opacity: .7;
}
.arrow-car {
    opacity: 1;
    width: 50px;
    height: 65px;
    background: #ffffff;
}
.carousel-control-prev, .carousel-control-next{align-items:flex-end;bottom:-30px;}
.carousel-control-prev {left: -20px;}
.carousel-control-next {right: -15px;}
.popup-dl:hover,.popup-print:hover,.modal-footer .close:hover{
    color: #c9c4c4;
    text-decoration: none;
}

.pin {
    position: relative;
}
.pin .pin-btn {
    position: absolute;
    top: 15px;
    left: 15px;
    opacity: 0;
}
.pin:hover .pin-btn {
    opacity: 1;
}

.rs-related-title {
    font-size: 24px;
    font-weight: bold;
}

.fixed-header {
    position: fixed;
    z-index: 100;
    top: 0;
    opacity: 0;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    background: #fff;
    background: rgba(255,255,255,0.97);
    border-bottom: 1px solid #ccc;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition: 0.3s all ease-out;
    transition: 0.3s all ease-out;
}
.fixed-header.active {
    opacity: 1;
    transform: translateY(0);
}

.simplefavorite-button, .fav-my {
    margin-right: 10px;
}
.fav-my, .fav-my:hover, .simplefavorite-button {
    text-decoration: none;
    font-weight: 600;
    color: #333!important;
    cursor: pointer;
}

.simplefavorite-button img, .fav-my img {
    width: 24px!important;
    height: auto!important;
}
.simplefavorite-button.active {
    opacity: 1!important;
}

.rs-post-unfav a {
    margin-top: 10px;
    font-size: 12px;
    line-height: normal;
    display: block;
}
.rs-post a span {
    display: block;
}

.sidebar-categories a img {
    max-width: 28px;
    max-height: 28px;
}

.titleproduct {
    display: inline-flex;
}

.titleproduct h1 {
    font-size: 2rem;
    margin: auto;
	margin-left:5px;
}

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

}
.ads_wr{
	width: 100%;
	min-width: 280px;
	margin: 20px auto;
	text-align: center;
	display: block;
}
.rrs-gallery a {
    text-decoration: none;
    box-shadow: 0 0 3px 1px #ccc;
    border-radius: 6px;
    border: 1px #ccc solid;
    text-align: center;
    padding: 5px;
    height: auto !important;
    display: inline-block;
    margin-right: 20px;
    margin-bottom: 20px;
    position: relative;
}
.rrs-gallery a .zoom {
    opacity: 0;
    transition: opacity .5s;
    -webkit-transition: opacity .5s;
    -moz-transition: opacity .5s;
    -ms-transition: opacity .5s;
    -o-transition: opacity .5s;
    background: url(../images/zoom.png) no-repeat center center,url(../images/zoom-bg.png) repeat left top;
    -webkit-background-size: 50px 50px;
    background-size: 50px 50px;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.rrs-gallery a:hover .zoom {
    opacity: 1;
}
.orig-name {
    margin-bottom: 15px;
    color: #b9b7b7;
    font-size: 90%;
}
.pagination a, .pagination span {
    padding: 5px 8px;
    font-size: 25px;
    color: #1e5b2a;
    text-decoration: none
}
.banner {margin: 15px 15px 15px 15px; text-align: center;}