.cookiesnotice {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    color: white;
    padding: 10px;
    display: none;
    z-index: 99999999;
}
.cookiesnotice a {
    color: #C9B037;
}
.cookiesnotice a:hover {
    text-decoration: underline;
}

#cookiesNoticeClose {
    max-width: 100px;
    margin-left: 10px;
    display: inline-block;
}
.lngImg {
    width: 20px;
    /* height: 20px; */
    /* border-radius: 80%; */
    object-fit: cover;
    -o-object-fit: cover;
    object-position: center;
    -o-object-position: center;
}
.p-no-margin p {
    margin: 0;
}
article.post-large h1 {
    margin-bottom: 5px;
    font-size: 2.2rem;
    color: var(--primary);
}
.socialShare li {
    height: 33px;
    line-height: 33px;
    width: 33px;
    font-size: 0.9rem;
    border-radius: 100%;
    text-align: center;
    transition: all 0.1s ease-in-out;
    border: 1px solid black;
    cursor: pointer;
    color: black;
}
.social-icons {
    margin: 0;
    padding: 0;
    width: auto;
}
.social-icons li {
    display: inline-block;
    margin: -1px 1px 0 0;
    padding: 0;
    border-radius: 100%;
    overflow: visible;
}
.solialLinks li {
    font-size: 1.35rem;
    color: #C9B037;
}
.solialLinks li a:hover{
    color: white;
}
.socialShare .social-icons li:hover.social-icons-x {
    border-color: white;
    color: white;
    background: #1aa9e1 !important;
}

.socialShare .social-icons li:hover.social-icons-facebook {
    border-color: white;
    color: white;
    background: #3b5a9a !important;
}

.socialShare .social-icons li:hover.social-icons-linkedin {
    border-color: white;
    color: white;
    background: #0073b2 !important;
}

.socialShare .social-icons li:hover.social-icons-rss {
    border-color: white;
    color: white;
    background: #ff8201 !important;
}

.socialShare .social-icons li:hover.social-icons-googleplus {
    border-color: white;
    color: white;
    background: #dd4b39 !important;
}

.socialShare .social-icons li:hover.social-icons-pinterest {
    border-color: white;
    color: white;
    background: #cc2127 !important;
}

.socialShare .social-icons li:hover.social-icons-youtube {
    border-color: white;
    color: white;
    background: #c3191e !important;
}

.socialShare .social-icons li:hover.social-icons-instagram {
    border-color: white;
    color: white;
    background: #7c4a3a !important;
}

.socialShare .social-icons li:hover.social-icons-skype {
    border-color: white;
    color: white;
    background: #00b0f6 !important;
}

.socialShare .social-icons li:hover.social-icons-email {
    border-color: white;
    color: white;
    background: #dd4b39 !important;
}

.socialShare .social-icons li:hover.social-icons-vk {
    border-color: white;
    color: white;
    background: #6383a8 !important;
}

.socialShare .social-icons li:hover.social-icons-xing {
    border-color: white;
    color: white;
    background: #1a7576 !important;
}

.socialShare .social-icons li:hover.social-icons-tumblr {
    border-color: white;
    color: white;
    background: #304e6c !important;
}

.socialShare .social-icons li:hover.social-icons-reddit {
    border-color: white;
    color: white;
    background: #ff4107 !important;
}

.socialShare .social-icons li:hover.social-icons-whatsapp {
    border-color: white;
    color: white;
    background: #25d366 !important;
}

.img_item_place {
    height: 205px;
    width: 100%;
}
.img_item_place img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    -o-object-fit: cover;
    object-position: center top;
    -o-object-position: center top;
}
.post-image {
    position: relative;
}
.play_button {
    position: absolute;
    top: 50%;
    left: 50%;
    width: auto;
    font-size: 5rem;
    opacity: 0.5;
    transform: translate(-50%, -50%);
}
.play_button:hover {
    opacity: 1;
}
.video_full_youtube {
    width: 100%;
    height: 70vh;
}
.item_post_image_big {
    width: 100%;
    height: 100%;
    max-height: 60vh;
    object-fit: cover;
    -o-object-fit: cover;
    object-position: center;
    -o-object-position: center;
}

.text_hover_black:hover {
    text-decoration-color: #000 !important;
}
.bottom_cta {
    position: absolute;
    bottom: 0;
    right: 0;
    text-align: right;
    width: auto;
}
.bottom_cta div {
    display: inline;
}
.prica_show .item_post_image_big {
    max-height: 70vh;
}
.height_100h {
    height: 100%;
}

/*
* Carousel
*/
.custom-carousel-box-shadow-1 {
    position: relative;
}

.custom-carousel-box-shadow-1:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 65%;
    height: 0px;
    box-shadow: 0 40px 40px 120px rgba(0, 0, 0, 0.03);
    transform: translate3d(-50%, -50%, 0);
    z-index: 0;
}

.custom-dots-style-1 .owl-dots,
.custom-dots-style-2 .owl-dots {
    margin-top: 30px !important;
}

.custom-dots-style-1 .owl-dots .owl-dot > span,
.custom-dots-style-2 .owl-dots .owl-dot > span {
    background: #9e9e9e !important;
    transition: ease all 300ms;
}

.custom-dots-style-1 .owl-dots .owl-dot.active > span,
.custom-dots-style-2 .owl-dots .owl-dot.active > span {
    background: #3e3e3e !important;
    width: 18px;
}

@media (max-width: 991px) {
    .custom-dots-style-2 .owl-dots {
        transform: translate3d(0, -50px, 0);
    }
}

.custom-carousel-vertical-center-items .owl-stage {
    display: flex;
    align-items: center;
}

.custom-nav-style-1 .owl-nav {
    left: 50%;
    width: 105%;
    transform: translate3d(-50%, -50%, 0);
}

.owl-carousel.carousel-center-active-item .owl-item {
    opacity: 1;
}

.btn-primary {
    background-color: #C9B037;
    border: none;
    font-family: "Roboto", sans-serif;
}
.btn-primary:hover {
    background-color: #2b4174;
}
.header_section {
    /* background-color: #fff; */
}
.breadcrumbs_no_bg .breadcrumbs_text {
    padding-bottom: 0;
}
.page_content p {
    margin-bottom: 0 !important;
}
.pagination ul li a {
    padding: 0;
}
.page-item:last-child .page-link {
    border-top-right-radius: 50%;
    border-bottom-right-radius: 50%;
}
.page-item:first-child .page-link {
    border-radius: 50%;
    border-top-left-radius: 50%;
    border-bottom-left-radius: 50%;
}
.active > .page-link,
.page-link.active {
    font-size: 18px;
    font-weight: 500;
    color: #ffffff;
    width: 38px;
    height: 38px;
    line-height: 34px;
    text-align: center;
    background: #c9b037;
    border: 1px solid #c9b037;
    border-radius: 50%;
    display: inline-block;
}

.top_noheader {
    margin-top: 130px;
}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
    .top_noheader {
        margin-top: 110px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .top_noheader {
        margin-top: 100px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .top_noheader {
        margin-top: 90px;
    }
}
@media only screen and (max-width: 767px) {
    .top_noheader {
        margin-top: 60px;
    }
}
@media only screen and (max-width: 575px) {
    .top_noheader {
        margin-top: 50px;
    }
}


.top_noheader_breadcrubs ul li {
  display: inline-block;
  font-weight: 600;
  font-size: 18px;
  line-height: 30px;
  color: #C9B037;
}
.top_noheader_breadcrubs ul li a {
  color: #282828;
}
.top_noheader_breadcrubs ul li a:hover {
  color: #C9B037;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .top_noheader_breadcrubs ul li {
    font-size: 17px;
    line-height: 28px;
  }
}
@media only screen and (max-width: 767px) {
  .top_noheader_breadcrubs ul li {
    font-size: 16px;
    line-height: 27px;
  }
}

span.new_price {
    font-weight: 600;
    color: #fc7c7c !important;
    font-size: 16px;
}
.price.usteda{
    color: #fc7c7c !important;
}
.price.kupon{
    color: #1a7576 !important;
}
span.old_price {
    color: #282828;
    font-size: 14px;
    font-weight: 400;
    text-decoration: line-through;
    margin-left: 5px;
}
.cart_info  span.new_price , .cart_info  span.old_price, .cart_info  span.current{
    font-size: 12px !important;
}
.product_category span{
    font-size: 16px;
    font-weight: 700;
    text-transform: capitalize;
    height: 27px;
    line-height: 27px;
    background: #C9B037;
    display: inline-block;
    color: #ffffff;
    padding: 0 13px;
    border-radius: 10px;
    margin-bottom: 23px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .product_category span {
    font-size: 15px;
    margin-bottom: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .product_category span {
    font-size: 14px;
    height: 25px;
    line-height: 25px;
    padding: 0 12px;
    border-radius: 8px;
    margin-bottom: 14px;
  }
}

.product_pro_button .pro-qty label{
    line-height: 50px;
    border: 0;
    width: 35px;
    text-align: center;
    font-size: 20px;
    color: #ffffff;
    background: inherit;
}
.msg_msg{
    font-size: 12px;
    font-weight: bold;
}
.msg_error{
    color: #fc7c7c !important;
}
.msg_ok{
    color: #1a7576 !important;
}
.radioinput{
    margin-right: 7px;
    cursor: pointer;
}
.terms a{
    color: #C9B037;
}
.terms a:hover{
    color: #C9B037;
    text-decoration: underline;
}
.clr_white{
    color: white !important;
}


/* Single Product Image Galery */
#lightSlider .lslide img {
    width: 100% !important;
    height: 400px !important;
    object-fit: contain;
}

.lSAction > a {
    background-image: none !important;
    color: black !important;
    font-size: 30px;
    z-index: 1 !important;
}

.lSAction > .lSNext {
    text-align: right;
}

.lightSlider li img {
    height: 400px !important;
    width: 100% !important;
    object-fit: contain;
}

.lSSlideOuter .lSPager.lSGallery {
    width: auto !important;
    margin-top: 10px !important;
}
.lSSlideOuter .lSPager.lSGallery li {
    width: 110px !important;
    margin-right: 10px !important;
}

.lSSlideOuter .lSPager.lSGallery img {
    height: 85px !important;
    object-fit: contain;
    width: 110px !important;
    max-width: auto !important;
}
/* Single Product Image Galery End*/
.single_product > figure{
    position: relative;
}
.single_product .product_category{
    position: absolute;
    z-index: 9999;
    top: 10px;
    left: 10px;
}