.owl-theme .owl-nav .owl-prev {
    font-size: 0 !important;
    position: absolute;
    left: -30px;
    top: 46%;
}

.owl-theme .owl-nav .owl-prev:before {
    font-family: "Font Awesome 5 Free";
    content: "\f053";
    display: inline-block;
    padding-right: 3px;
    vertical-align: middle;
    font-weight: 900;
    font-size: 25px;
}

.owl-theme .owl-nav .owl-next {
    font-size: 0 !important;
    position: absolute;
    right: -30px;
    top: 46%;
}

.owl-theme .owl-nav .owl-next:before {
    font-family: "Font Awesome 5 Free";
    content: "\f054";
    display: inline-block;
    padding-right: 3px;
    vertical-align: middle;
    font-weight: 900;
    font-size: 25px;
}

.owl-theme .owl-nav {
    margin-top: 10px;
    text-align: center;
    -webkit-tap-highlight-color: transparent; }

.owl-theme .owl-nav [class*='owl-'] {
    color: #FFF;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: #D6D6D6;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px; }

.owl-theme .owl-nav [class*='owl-']:hover {
    background: #869791;
    color: #FFF;
    text-decoration: none; }

.owl-theme .owl-nav .disabled {
    opacity: 0.5;
    cursor: default; }

.owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: 10px; }

.owl-theme .owl-dots {
    text-align: center;
    -webkit-tap-highlight-color: transparent; }

.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    *display: inline; }

.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #D6D6D6;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity 200ms ease;
    border-radius: 30px; }

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #869791; }

.owl-carousel {
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    /* position relative and z-index fix webkit rendering fonts issue */
    position: relative;
    z-index: 1; }

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y; }

.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0; }

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px); }

.owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none; }

.owl-carousel .owl-item img {
    display: block;
    width: 100%;
    -webkit-transform-style: preserve-3d; }

.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
    display: none; }

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }

.owl-carousel.owl-loaded {
    display: block; }

.owl-carousel.owl-loading {
    opacity: 0;
    display: block; }

.owl-carousel.owl-hidden {
    opacity: 0; }

.owl-carousel.owl-refresh .owl-item {
    display: none; }

.owl-carousel.owl-drag .owl-item {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }

.owl-carousel.owl-grab {
    cursor: move;
    cursor: grab; }

.owl-carousel.owl-rtl {
    direction: rtl; }

.owl-carousel.owl-rtl .owl-item {
    float: right; }

/* No Js */
.no-js .owl-carousel {
    display: block; }

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
    -webkit-animation-duration: 1000ms;
    animation-duration: 1000ms;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
    z-index: 0; }

.owl-carousel .owl-animated-out {
    z-index: 1; }

.owl-carousel .fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut; }

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1; }
    100% {
        opacity: 0; }
}

@keyframes fadeOut {
    0% {
        opacity: 1; }
    100% {
        opacity: 0; }
}

/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
    transition: height 500ms ease-in-out; }

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity 400ms ease; }

.owl-carousel .owl-item img.owl-lazy {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d; }

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000; }

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url("owl.video.play.png") no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    transition: -webkit-transform 100ms ease;
    transition: transform 100ms ease; }

.owl-carousel .owl-video-play-icon:hover {
    -webkit-transform: scale(1.3, 1.3);
    -ms-transform: scale(1.3, 1.3);
    transform: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
    display: none; }

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity 400ms ease; }

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%; }

.woocommerce .product .onsale {
    min-height: 36px;
    font-family: Montserrat;
    font-size: 10px;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: 0.1em;
    text-align: center;
    text-transform: uppercase;
    color: #902d3c;
    background: transparent;
    padding: 5px 8px;
    border: 2px solid #902d3c;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    position: absolute;
    top: 10px;
    left: 10px;
}

/*.woocommerce .products .attachment-woocommerce_thumbnail {*/
/*    -webkit-transition: 0.3s;*/
/*    transition: 0.3s;*/
/*    border: solid 1px rgba(136, 192, 0, 0.2);*/
/*    border-radius: 1px;*/
/*    width: 100%;*/
/*}*/

.woocommerce .products a.woocommerce-LoopProduct-link:before {
    content: "";
    position: absolute;
    z-index: 2;
    width: 40%;
    height: 1px;
    background: #902d3c;
    left: 30%;
    bottom: 0;
}

.woocommerce .products a.woocommerce-LoopProduct-link {
    position: relative;
}

.woocommerce .products a.woocommerce-LoopProduct-link:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
    width: 100%;
    height: 1px;
    background: #f9f9f9;
}

.woocommerce .products a.add_to_cart_button,
.woocommerce .products a.added_to_cart.wc-forward,
.woocommerce .products a.readmore-product {
    background: #fc3e04;
    border: 2px solid #fc3e04;
    color: white;
    text-transform: uppercase;
    margin-top: 15px;
    font-size: 13px;
    border-radius: 3px;
    margin: 2px;
}

.woocommerce .products a.readmore-product {
    background: #4c9ae2;
    border: 2px solid #4c9ae2;
}

.woocommerce .products a.add_to_cart_button.added {
    display: none;
}


/*event*/
ul.tribe_events_grid {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: flex;
}

ul.tribe_events_grid li.item {
    flex: 1 1;
    margin: 10px;
    background: #fff;
    padding: 30px;
    margin-bottom: 0;
}

ul.tribe_events_grid li.item .bt-events-grid-content .title-pi a {
    font-size: 25px;
    text-transform: uppercase;
    color: #333;
    text-decoration: none;
    font-weight: 600;
    line-height: 27px;
    margin-bottom: 10px !important;
    display: inline-block;
}

ul.tribe_events_grid li.item .bt-events-grid-content i.fa {
    color: #902d3c;
    margin-right: 5px;
}

ul.tribe_events_grid li.item .bt-events-grid-content .date {
    color: #902d3c;
    text-transform: uppercase;
    padding: 5px 0;
}

ul.tribe_events_grid li.item .bt-events-grid-content .local {
    padding: 5px 0;
}

ul.tribe_events_grid li.item .bt-events-grid-content .readmore {
    color: #902d3c;
    margin-top: 15px;
    display: inline-block;
}

/*single*/
body.single-product h1, body.single-product h2 {
    padding: 0 0 15px;
    margin: 22px 0 20px;
    border-bottom: 2px solid #ccc;
    text-transform: uppercase;
    font-size: 20px !important;
}

.storefront-full-width-content.single-product div.product .images .slick-slide img {
    display: block;
    margin: 0 auto;
    width: 100%;
}

@media (min-width: 768px) {
    .storefront-full-width-content.single-product .site-main div.product .images {
        width: 47.130435%;
    }
}

.woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {
    float: right;
    width: 48%;
}

@media screen and (max-width: 768px) {
    .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {
        float: none;
        width: 100%;
    }
}
.admin-bar.woocommerce div.product .woocommerce-tabs ul.tabs {
    top: 115px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs {
    list-style: none;
    width: 100%;
    margin: 0 0 1.618em;
    overflow: hidden;
    position: sticky;
    top: 83px;
    z-index: 9;
    background: #FFF;
    border-top: none;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
    display: inline-block;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
    background: #fff;
    z-index: 2;
    border-bottom-color: #fff;
}

.woocommerce div.product .woocommerce-tabs .panel {
    margin: 0 0 2em;
    padding: 0;
    width: 100%;
}

#tab-description .span6 {
    float: left;
    margin: 0 4%;
    width: 42%;
}

#tab-description .span-wrap {
    margin-left: -4%;
    margin-right: -4%;
}

@media screen and (max-width: 768px) {
    #tab-description .span6 {
        float: none;
        margin: 0 0 4%;
        width: 100%;
    }

    #tab-description .span-wrap {
        margin: 0;
    }
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
    border: 1px solid #d3ced2;
    background-color: #ebe9eb;
    display: inline-block;
    position: relative;
    z-index: 0;
    border-radius: 4px 4px 0 0;
    padding: 0 1em;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li:after {
    content: none;
}

.woocommerce div.product .woocommerce-tabs ul.tabs:before {
    position: absolute;
    content: ' ';
    width: 100%;
    bottom: 0;
    left: 0;
    border-bottom: 1px solid #d3ced2;
    z-index: 1;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
    display: inline-block;
    padding: .5em 0;
    font-weight: 700;
    color: #515151;
    text-decoration: none;
    outline: none;
}

textarea, input[type=text], input[type=password], input[type=datetime], input[type=datetime-local], input[type=date], input[type=month], input[type=time], input[type=week], input[type=number], input[type=email], input[type=url], input[type=search], input[type=tel], input[type=color], .uneditable-input {
    background-color: #fff !important;
    border: 1px solid #ccc !important;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075) !important;
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075) !important;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075) !important;
    -webkit-transition: border linear .2s, box-shadow linear .2s !important;
    -moz-transition: border linear .2s, box-shadow linear .2s !important;
    -o-transition: border linear .2s, box-shadow linear .2s !important;
    transition: border linear .2s, box-shadow linear .2s !important;
}

.wpcf7-form p.field {
    position: relative;
    overflow: hidden;
    margin-bottom: 15px;
    vertical-align: top;
}

.wpcf7-form textarea {
    overflow: auto;
    margin: 0;
    padding: 6px 6px 7px;
    width: 100%;
    height: 200px;
    line-height: 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    resize: none;
    overflow: auto;
}

span.wpcf7-form-control-wrap {
    display: block;
}

.wpcf7-form p.field input {
    margin: 0;
    padding: 6px 6px 7px;
    width: 100%;
    height: 30px;
    line-height: 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.wpcf7-form .submit-wrap input {
    margin-right: 10px;
}

@media (min-width: 1200px) {
    .row-fluid .span4 {
        width: 31.623931623931625%;
        float: left;
    }

    .row-fluid {
        width: 100%;
        overflow: hidden;
    }

    .row-fluid [class*=span] {
        display: block;
        min-height: 30px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        float: left;
        margin-left: 2.564102564102564%;
        *margin-left: 2.5109110747408616%;
    }

    .row-fluid [class*=span]:first-child {
        margin-left: 0;
    }
}

a:focus, input:focus, textarea:focus, button:focus {
    outline: none !important;
}

.single-product .wpgs--with-images .wpgs-for .slick-list .slick-track{
  display: flex;
  align-items: flex-end;
}

.single-product .wpgs-for .slick-arrow.flaticon-back{
  left: 10px;
}

.single-product .wpgs-for .slick-arrow.flaticon-right-arrow{
  right: 10px;
}

.single-product .vbox-next,.single-product .vbox-prev{
  background: rgb(255, 255, 255);
  display: block;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  box-shadow: 0 0 4px 0 #000;
}

.single-product .vbox-next span,.single-product .vbox-prev span{
  right: 25px;
  top: 18px;
}

.single-product .vbox-prev span{
  left: 25px;
}

.single-product .vbox-next{
  right: calc(100% / 2 - 380px);
}

.single-product .vbox-prev{
  left: calc(100% / 2 - 380px);
}
/* Modal add to cart success */
.close-pop-pr-atc {
    cursor: pointer;
    position: absolute;
    top: 3px;
    right: 25px;
    font-size: 20px;
    font-weight: bold;
    line-height: 1;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.btn-product-custom {
    padding: 60px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}
.btn-product-custom a{
    padding: 15px 30px;
    margin: 5px 12px;
    background: #c4d02d;
    color: #000;
    font-weight: bold;
    line-height: 1.5;
}
.close-cart-pp {
    padding-right: 8px;
    align-items: center;
    padding: 10px 15px 10px 15px;
    /* background: #fff; */
    border-bottom: 1px solid;
}
.close-cart-pp span {
        text-transform: uppercase;
}
.close-cart-pp .btn-close-cart-ct{
    line-height: 1;
    text-transform:uppercase;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    color: #333333;
}
.admin-bar .close-cart-pp .btn-close-cart-ct{
    top:5px;
}
.woo-company-cs-custom.remove-ps-mini-cart {
    right: -800px;
    transition: 0.8s;
}
.woo-company-cs-custom {
    margin: 0;
    width: 370px;
    position: fixed;
    z-index: 10000;
    overflow: auto;
    right: 0;
    height: 100vh;
    top: 0px;
    background-color: #f0f0f0;
    list-style: none;
}
.woo-company-cs-custom .dropdown-menu.dropdown-menu-mini-cart{
    margin: 0;
    list-style: none;
    padding: 12px 15px 12px 15px;
    background-color: #f0f0f0;
}
.admin-bar .woo-company-cs-custom {
    top: 32px;
}
ul.woocommerce-mini-cart.cart_list.product_list_widget {
    height: 60vh;
    overflow-x: auto;
    cursor: all-scroll;
    margin-bottom: 0;
    list-style: none;
    margin-bottom: 10px;
    padding-right: 10px;
}
.woocommerce-mini-cart__total.total {
    padding-top: 10px;
    border-top: 1px solid;
}
.woo-company-cs-custom .woocommerce-mini-cart__buttons.buttons a.button.wc-forward{
        background-color: #fff;
        margin:5px;
}
.woo-company-cs-custom .woocommerce-mini-cart__buttons.buttons {
    text-align: center;
}
.woo-company-cs-custom .woocommerce-mini-cart-item.mini_cart_item a.remove.remove_from_cart_button {
    float: left;
    margin-right: 6px;
}
.woo-company-cs-custom .woocommerce-mini-cart-item.mini_cart_item a {
    font-size: 13px;
    color: #333333;
}
.overlay-add-to-cart-custom {
    position: fixed;
    background: #000;
    width: 100%;
    height: 100%;
    z-index: 9999;
    opacity: 0.6;
}
.single-product.right-sidebar #primary.content-area {
    width: 100% !important;
}
.wrapper-popup-product-atc {
    box-shadow: 0 0 20px 0 rgb(1 1 1 / 10%);
    width: 60vw;
    max-height: 80vh;
    overflow: auto;
    padding: 30px;
    position: fixed;
    z-index: 9998;
    background: #fff;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 10vh;
    display:none;
}
.wrapper-popup-product-atc .notice-success span{
    font-size: 18px;
    display: block;
    line-height: 1;
    padding: 15px 15px;
    margin-bottom: 30px;
    background-color: #0f834d;
    color: #fff;
}
.content-product-custom-atc {
    display: grid;
    grid-template-columns: 40% 58%;
    grid-gap: 2%;
    align-items: center;
}
.content-product-custom-atc .product-infor h3{
    font-size: 20px;
    font-weight: 600;
    line-height: 1;
}
.attribute-product-atc .item-ttb {
    margin-bottom: 5px;
}
.attribute-product-atc .item-ttb label{
    font-weight: bold;
}
/* end modal */
