@font-face {
    font-family: MYRIADPRO-BOLD;
    src: url(../fonts/MYRIADPRO-BOLD.OTF);
}
@font-face {
    font-family: MyriadPro-Light;
    src: url(../fonts/MyriadPro-Light.otf);
}
@font-face {
    font-family: MYRIADPRO-REGULAR;
    src: url(../fonts/MYRIADPRO-REGULAR.OTF);
}
@font-face {
    font-family: MYRIADPRO-SEMIBOLD;
    src: url(../fonts/MYRIADPRO-SEMIBOLD.OTF);
}

/* body {
    font-family: MyriadPro-Light;
} */
.site {
    position: relative;
    overflow: hidden;
}
.swiper-button-next, .swiper-button-prev {
    color: #d49c32;
}
/* .mySwiperSlider .swiper-slide img {
    height: 200px;
    object-fit: cover;
    width: 100%;
} */
/* @media screen and (min-width: 768px) {
    .mySwiperSlider .swiper-slide img {
        height: 350px;
    }
}
@media screen and (min-width: 1400px) {
    .mySwiperSlider .swiper-slide img {
        height: 450px;
    }
} */
.elementor-location-header {
    position: absolute;
    width: 100%;
}
.header_background {
    position: relative;
    border-bottom: 8px solid #FFB400;
}
.image_m::after {
    content: '';
    position: absolute;
    top: 35px;
    left: 35px;
    border: 1px solid #fff;
    border-radius: 10px;
    width: 90%;
    height: 100%;
    z-index: 0;
}
.image_m img {
    position: relative;
    z-index: 10;
}
.header_background_content {
    position: absolute;
    width: 100%;
    height: 100%;
    padding-top: 200px;
}
.header_background_content ul {
    font-size: 14px;
}
.btn-main {
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    background-color: #FFB400;
    border-color: #FFB400;
    border-radius: 45px;
    text-transform: uppercase;
    font-weight: bold;
}
a.btn-main:hover {
    color: #fff!important;
}
.normal_img {
    border-radius: 15px;
}
.normal_img img {
    width: 100%;
    max-width: 100%;
    height: 270px;
    object-fit: cover;
    margin: auto;
    border-radius: 15px;
}
.custom-padding-section {
    padding: 60px;
}
.custom-background-section {
    background: rgb(255 180 0 / 3%);
}
.bg-0 {
    background: none;
}
.border-width-2 {
    border-width: 2px;
}
.border-radius-15 {
    border-radius: 15px;
}
.play-now {
    position: relative;
}
.video_main_home img {
    border-radius: 15px;
}
.video_main_home .height-1 {
    height: 300px;
    object-fit: cover;
}
.video_main_home .height-2 {
    height: 200px;
    object-fit: cover;
}
.video_main_home::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    border-radius: 15px;
    background-color: rgb(0 0 0 / 30%);
    transition: all .3s;
    opacity: 0;
    visibility: hidden;
}
.play-now::after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    width: 60px;
    height: 67px;
    background-image: url(../images/Polygon_1.png);
    background-repeat: no-repeat;
    background-size: contain;
    transform: translate(-50%, -50%);
    transition: all .3s;
    opacity: 0;
    visibility: hidden;
}
.play-now:hover::after, .play-now.main::after, .play-now:hover .video_main_home::after, .play-now.main .video_main_home::after {
    opacity: 1;
    visibility: visible;
}
/* .background_footer {
    background-image: url(../images/footer.jpg);
    background-size: cover;
    background-repeat: no-repeat;
} */
.background_footer::before {
    content: '';
    position: absolute;
    width: 100%;
    height: calc(100% + 500px);
    top: -500px;
    left: 0;
    background-image: url(../images/footer.jpg);
    background-size: cover;
    z-index: -1;
}
.elementor-widget-woocommerce-product-title .elementor-heading-title {
    font-size: 55px;
    text-transform: uppercase;
    color: #FFB400;
}
.elementor-widget-woocommerce-product-related.elementor-wc-products ul.products li.product .woocommerce-loop-product__title {
    color: #000;
    text-transform: uppercase;
}
.product-single-tabs .nav-tabs .nav-item.show .nav-link, .product-single-tabs .nav-tabs .nav-link.active {
    color: #fff;
    background-color: #333;
    border-color: #333;
}
.sold_out_circle::before {
    content: '';
    width: 30px;
    height: 30px;
    position: absolute;
    top: 15px;
    left: 15px;
    background-color: #AD1818;
    border-radius: 50%;
}
/* .sold_out_circle img {
    max-width: 60px!important;
    height: auto!important;
} */
.sold_out span {
    color: #fff;
    display: inline-block;
    padding: 2px 15px;
    border-radius: 40px;
    background-color: rgb(255 180 0 / 30%);
}
.sold_out.dark span {
    background-color: rgb(255 180 0 / 100%);
}
.sold_out:after {
    content: '';
    height: 1px;
    width: calc(100% - 50px);
    background-color: rgb(255 180 0 / 30%);
    position: absolute;
    top: 50%;
    left: 65px;
}
.image_main_detail, .image_main_detail img {
    border-radius: 20px;
}
.image_main_detail img {
    height: 500px;
    width: 100%;
    object-fit: contain;
}
.scale-1-2 {
    transform: scale(1.3);
}
.padding-scale {
    padding: 40px 0 65px;
}
.sold_out_product {
    text-align: right;
}
.sold_out_product span {
    color: #fff;
    display: inline-block;
    padding: 2px 15px;
    border-radius: 40px;
    background-color: rgb(255 180 0 / 30%);
}
.sold_out_product.dark span {
    background-color: rgb(255 180 0 / 100%);
}
.sold_out_product:after {
    content: '';
    height: 1px;
    width: calc(100% - 50px);
    background-color: rgb(255 180 0 / 30%);
    position: absolute;
    top: 50%;
    right: 65px;
}
/** Below CSS is completely optional **/

.gallery-item {
  width: 200px;
  padding: 5px;
  cursor: pointer;
}
.resp-container {
    position: relative;
    overflow: hidden;
    padding-top: 55.80%;
}
.resp-iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}
ul.sub-menu {
    background: #eda92b;
    padding: 10px 15px!important;
    width: 18em !important;
    z-index: 9999;
}
ul.sub-menu li a {
    color: #fff;
    padding-top: 5px!important;
    padding-bottom: 5px!important;
    border: none!important;
    border-bottom: 1px solid transparent!important;
}
ul.sub-menu li:hover > a {
    border-color: #eee!important;
}
.menu-item:hover > ul.sub-menu {
    display: block;
}
.elementor-nav-menu--layout-horizontal .elementor-nav-menu a {
    white-space: unset;
}
.elementor-30497 .elementor-element.elementor-element-64d90937 .elementor-nav-menu--main .sub-menu .elementor-item:hover {
    color: #fff;
    fill: #fff;
}
.elementor-nav-menu--toggle .elementor-menu-toggle+.elementor-nav-menu__container {
    width: 100vw;
    left: 0;
    position: fixed;
    top: 120px;
}
.elementor-nav-menu--toggle .elementor-menu-toggle.elementor-active+.elementor-nav-menu__container {
    transform: scaleY(1);
    max-height: var(--menu-height);
    animation: hide-scroll .3s backwards;
}
.elementor-nav-menu > li > a {
    margin-bottom: 10px;
}
.logo_footer img {
    max-width: 158px;
}
.footer-contact {
    font-size: 13px;
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}
.footer-contact .content a, .footer-contact .content {
    color: #fff;
}
.footer-contact .icon i {
    font-size: 20px;
    color: #000;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    border-radius: 50%;
    background-color: #fff;
    margin-right: 12px;
}
.footer-contact .content .value {
    font-weight: 700;
}
.footer_copyright {
    font-size: 12px;
    margin-top: 25px;
    padding: 12px 0;
    border-top: 1px solid #fff;
}
.breacrumb_nav {
    position: relative;
    border-bottom: 8px solid #FFB400;
    max-height: 500px;
    min-height: 300px;
    overflow: hidden;
}
.breacrumb_nav .header_background_img {
    max-height: 500px;
}
.nav_custom {
    margin-top: -285px!important;
}
.nav_custom .nav_container {
    padding-left: 50px;
    padding-right: 50px;
}
.nav_custom .nav_container::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 1px;
    height: 50%;
    background-color: #fff;
}
.breacrumb_nav.height_2 {
    max-height: 350px;
}
.breacrumb_nav.height_2 .header_background_img {
    max-height: 350px;
}
.nav_custom_2 {
    margin-top: -230px!important;
}
.border-top-kh:before {
    content: '';
    position: absolute;
    left: 0;
    top: 20px;
    height: 2px;
    width: 100px;
    background-color: #FFB400;
}
.nav_container .heading_nav {
    height: 250px;
}
.text-unset {
    text-transform: none!important;
}
.contact_main .background_footer::before {
    background-image: url(../images/header.png);
}
.contact_main .elementor-30506 .elementor-element.elementor-element-157c369 {
    padding-top: 220px;
}
.intro_main {
    background-color: #000;
}
.about_us {
    padding-top: 200px;
}
.intro_main .background_footer::before {
    background: none!important;
}
/* the slides */
  .slick-slide {
      margin: 5px 15px;
  }

  /* the parent */
  .slick-list {
      margin: 0 -15px;
  }
@media screen and (max-width: 991px) {
    .header_background .header_background_content {
        position: unset;
        background-image: url(../images/header.png);
        background-repeat: no-repeat;
        background-size: cover;
        padding-bottom: 30px;
    }
    .header_background .header_background_img {
        display: none;
    }
    .normal_img img {
        height: 170px;
    }
    .elementor-30506 .elementor-element.elementor-element-e164ac0>.elementor-widget-container {
        padding: 0;
    }
    .nav_custom .nav_container {
        padding-left: 10px;
        padding-right: 10px;
    }
}
@media screen and (max-width: 767px) {
    .nav_container .heading_nav {
        height: 50px;
    }
    .breacrumb_nav .header_background_img img{
        min-height: 300px;
        object-fit: cover;
    }
    .elementor-30506 .elementor-element.elementor-element-507aa98 .eael-product-grid .woocommerce ul.products li.product .eael-product-price {
        font-size: 15px;
    }
    .nav_custom_2 {
        margin-top: 0 !important;
    }
    .text-dark-mobile {
        color: #5B5B5B!important;
    }
    .elementor-widget-woocommerce-product-title .elementor-heading-title {
        font-size: 35px;
    }
    .image_main_detail img {
        height: 300px;
    }
}
@media screen and (max-width: 575px) {
    #footer_section {
        padding: 0;
    }
    .image_m::after {
        top: 10px;
        left: 10px;
    }
}
@media (min-width: 992px) {
    .col-lg-9.offset-lg-custom {
        flex: 0 0 80%;
        max-width: 80%;
    }
    .offset-lg-custom {
        margin-left: 3.333333%;
    }
}
@media screend and (min-width: 1600px) {
    .footer-contact {
        font-size: 15px;
    }
}


