/*
Theme Name: DollarSaver V3
Theme URI: https://github.com/Loud-Canvas-Media/dollarsaver
Author: Loud Canvas
Author URI: https://loudcanvas.com
Description: This is a version of the Dollar Saver theme for sites with Resrved Stck Plugin (This theme needs to be used on sites with the plugin enabled )
Version: 0.1
License: N/A
License URI: N/A
Tags: DollarSaver
Text Domain: dollarsavershow
*/

/* fonts */
@import url('https://fonts.googleapis.com/css?family=Nunito:400,800&display=swap');

/* html */
body {
    font-family: 'Nunito', sans-serif;
}
a, a:visited {
    color: #6D990C;
}
a:hover {

}
h1,h2,h3,h4,h5,h6 {

}
input[type=checkbox]:hover, input[type=radio]:hover {
    cursor: pointer;
}

/* global */
.green-bg-notice {
    background: #476A0C;
    color: #fff;
	padding:10px 20px;
	text-align:center;
	font-size:25px;	
}

.btn-white {
    background: #fff;
    color: #6D990C;
}
.btn-white:visited {
    color: #6D990C; !important;
}
.btn-white:hover {
    background: #6D990C;
    color: #fff;
}
.btn-green {
    background: #6D990C;
    color: #fff;
}
.btn-green:visited {
    color: #fff !important;
}
.btn-green:hover {
    background: #476A0C;
    color: #fff;
}
.btn-white-transparent {
    border: 1px solid #fff;
    border-radius: 5px;
    color: #fff;
}
.btn-white-transparent:visited {
    color: #fff;
}
.btn-white-transparent:hover {
    background: #6D990C;
    color: #fff;
    border: 1px solid #6D990C;
}
.btn-white-transparent-hover:hover {
    background: #fff;
    color: #6d990c;
    border: #fff 1px solid;
}


/*Adding load animation to button on click*/

.woocommerce button.button.single_add_to_cart_button.loading, .single_add_to_cart_button.loading  {
    background : #DBE6C3 !important;
    color : #fff;
    opacity : 1;
    padding-right : 1em;
    pointer-events: none;
} 

/*Dont show loading icon gif until loading class is added.*/
.woocommerce button.button.single_add_to_cart_button:after, .single_add_to_cart_button.loading:after {
    content : url('/wp-content/themes/dollarsaver/assets/img/loading-spin45.gif');
    display : none;
} 
.woocommerce button.button.single_add_to_cart_button.loading:after, .single_add_to_cart_button.loading:after {
    display : inline-block;
    position : absolute;
    top : 0px;
    left : 160px;
    animation : none;
    right: initial;
    cursor: wait;;
    
} 


.carousel-item.active .single_add_to_cart_button.loading:after {
    left : 70%;
}




.discountButton {
    color: #fff;
    background: #ACC12F;
    box-shadow: 0 3px 6px #00000029;
    border-radius: 5px;
    margin: 20px 0;
    padding: 10px;
    display: inline-block;
}
.soldOutDiscountButton {
    background: #A6A8A9;
}
.discountButton .discountPercentage {
    color: #fff;
    font-weight: bold;
    font-size: 42px;
    font-family: 'Nunito', sans-serif;
}
.discountButton .separator {
    border-right: 1px solid #fff;
    padding-right: 5px;
    margin-right: 5px;
}
@media only screen and (max-width: 1185px) {
    .discountButton .separator {border-right: 0;}
}
.discountButton .quantityTime {
    font-size: 20px;
}
.discountButtonProduct {
    position: absolute;
    width: 175px;
    left: -6px;
    top: -21px;

}
.discountButtonProduct .discountPercentage {
    font-size: 14px;
    padding-top: 2px;
}
.discountButtonProduct .quantityTime {
    font-size: 9px;
}
@media only screen and (max-width: 1325px) {
    .discountButtonProduct {
        position: relative;
        margin-bottom: -10px;
    }
}
.bg-gray {
    background: #F3EFF5;
}
.bg-gray-new {
    background: #F6F6F6A1;
}
.headerLines {
    position: relative;
    font-size: 30px;
    z-index: 1;
    overflow: hidden;
    text-align: center;
    font-weight: bold;
}
.headerLines:before, .headerLines:after {
    position: absolute;
    top: 51%;
    overflow: hidden;
    width: 48%;
    height: 1px;
    content: '\a0';
    background-color: #000;
    margin: 0 30px;
}
.headerLines:before {
    margin-left: -50%;
    text-align: right;
}
.cardTopHeader {
    position: absolute;
    top: -40px;
    left: -30px;
    color: #fff;
    padding: 10px 40px;
    font-weight: bold;
    font-size: 26px;
    background: #6D990C;
}
.cardShadow {
    box-shadow: 0 3px 6px #0000005E;
    margin-bottom: 8px;
    background: transparent linear-gradient(180deg, #FFFFFF 0%, #FFFFFF 50%, #FDF8FF 100%) 0% 0% no-repeat padding-box;
}
.dsBlock {
    background: #6D990C url('assets/img/ds-block.png') bottom right no-repeat;
    padding: 15px;
    box-shadow: 0 3px 6px #0000005E;
    min-height: 480px;
}
.c-white {
    color: #fff;
}
.c-black {
    color: #000;
}
.c-green {
    color: #6D990C;
}
.c-android-green {
    color: #ACC12F;
}
.c-gray {
    /* color: #A6A8A9; */
    color: #666;
}
.t-12 {
    font-size: 12px
}
.t-16 {
    font-size: 16px;
}
.t-18 {
    font-size: 18px;
}
.t-20 {
    font-size: 20px;
}
.t-24 {
    font-size: 24px;
}
.t-30 {
    font-size: 30px;
}
.t-40 {
    font-size: 40px;
}
.t-54 {
    font-size: 54px;
}
.strike {
    text-decoration: line-through;
}
.overlay {
    width: 480px;
    height: 248px;
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0;
    left: 10px;
}
.pointer:hover {
    cursor: pointer;
}
.boxPadding {
    padding: 75px 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
}
.badge-green {
    background-color: #6D990C;
    color: #fff;
}
.list-group-ds a:hover {
    background-color: #6D990C;
    color: #fff;
    text-decoration: none;
}
.list-group-ds a:hover .badge-green {
    background-color: #fff;
    color: #6D990C;
}
.list-group-ds .active {
    background-color: #6D990C;
    color: #fff;
    text-decoration: none;
    border-color: #6D990C;
}
.list-group-ds .active .badge-green {
    background-color: #fff;
    color: #6D990C;
}
.dsNumberedList ol {
    display: block;
    list-style: none;
    overflow: hidden;
    counter-reset: numList;
}
.dsNumberedList ol li:before {
    counter-increment: numList;
    content: counter(numList);

    float: left;
    position: absolute;
    left: 10px;

    font: bold 18px sans-serif;
    text-align: center;
    color: #fff;
    line-height: 30px;

    width: 30px; height: 30px;
    background: #6D990C;

    -moz-border-radius: 999px;
    border-radius: 999px;
    margin-top: 5px;
}
.pagination .page-link {
    color: #6D990C;
}
.pagination .page-item.active .page-link {
    background: #6D990C;
    border-color: #6D990C;
    color: #fff;
}

/* body content */
#bodyContent {
}

/* header */
#header .dropdown-menu {
    position: absolute;
}
#header .navbar-brand img {
    max-height: 60px;
}
#header #headerTop {
    background: transparent linear-gradient(180deg, #FFFFFF 0%, #FFFFFF 38%, #FDF8FF 100%) 0% 0% no-repeat padding-box;
}
#searchform .form-control {
    box-shadow: 0 3px 6px #00000029;
    border-radius: 7px 0 0 7px;
    border: 0;
}
#searchform .btn {
    box-shadow: 0 3px 6px #00000029;
    border-radius: 0 7px 7px 0;
    border: 0;
}

/* main nav */
#mainNav {
    font-size: 14px;
    padding-top: 0;
}
#mainNav a, #mainNav a:visited {
    color: #454955;
}
#mainNav .menu-item {
    margin-right: 15px;
}
#mainNav .menu-item:last-of-type {
    margin-right: 0;
}
#mainNav .mainNavSeparator {
    border-right: 1px solid #454955;
    padding-right: 15px;
}
@media only screen and (max-width: 991px) {
    #mainNav .mainNavSeparator {
        border-right: 0;
    }
}
#mainNav .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0,0,0,1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}
#mainNav .navbar-toggler {
    width: 100%;
    float: none;
    margin: 0 auto;
    border-radius: 0;
}
@media (min-width: 1640px){
    .navbar-expand-custom {
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: flex-start;
    }
    .navbar-expand-custom .navbar-nav {
        flex-direction: row;
    }
    .navbar-expand-custom .navbar-nav .nav-link {
        padding-right: .4rem;
        padding-left: .4rem;
    }
    .navbar-expand-custom .navbar-collapse {
        display: flex!important;
    }
    .navbar-expand-custom .navbar-toggler {
        display: none;
    }
}
#mainNav .dropdown-menu li.active > a,
#mainNav .dropdown-menu li.active > a:hover,
#mainNav .dropdown-menu li.active > a:focus {
    background-color: #6D990C;
}
#mainNav .dropdown-menu li > a:focus {
    background-color: #6D990C;
    color: #fff;
}

/* second nav */
@media only screen and (max-width: 991px) {
    #secondNav {
        display: none;
    }
}
#secondNavigation {
    background: #454955;
    font-size: 14px;
}
#secondNav a, #secondNav a:visited {
    color: #fff;
}
#secondNav .menu-item {
    margin-right: 20px
}
#secondNav .menu-item:last-of-type {
    margin-right: 0;
}
#secondNav .nav-link {
    padding: 0;
}
@media only screen and (max-width: 991px) {
    #secondNav .nav-link {
        padding: 5px 0;
    }
}
#secondNav .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255,1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}
#secondNav .navbar-toggler {
    border: 2px solid #fff;
    width: 100%;
    float: none;
    margin: 0 auto;
    border-radius: 0;
}

/* mobile nav */
#mobileNav {
    position: absolute;
    top: 0;
    right: 0;
    width: 400px;
    max-width: 100%;
    background: #454955;
    z-index: 99999;
    padding: 10px 0;
}
#mobileNav .nav-link {
    color: #fff;
    font-size: 30px;
    padding-left: 30px;
}
#mobileNav .dropdown-menu {
    position: relative !important;
    transform: none !important;
    background: #f3eff5;
    border-radius: 0;
}
#mobileNav .dropdown-item {
    padding: 10px 0 10px 30px;
    color: #000;
    font-size: 30px;
}
#mobileNav .dropdown.show, #mobileNav .dropdown:active {
    color: #fff;
    background-color: #6D990C;
}

/* homepage carousel */
#mainCarousel {
    min-height: 650px;
}
.mainCarouselBG {
    background-image: url('assets/img/carousel/carousel-bg.jpg');
    box-shadow: 0 3px 6px #0000004D;
    background-size: cover;
    overflow: hidden;
}
#mainCarousel .carousel-inner {
    max-width: 80%;
    width: 100%;
    margin: 0 auto;
    display: block;
}
#mainCarousel .carouselAdvertiserLogoContainer {
    height: 300px !important;
    text-align: center;
    align-items: center;
    justify-content: center;
    display: flex;
}
#mainCarousel .carouselAdvertiserLogoContainer img {
    max-height: 300px;
}
#mainCarousel .carousel-control-prev-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
}
#mainCarousel .carousel-control-prev-icon {
    background-color: rgba(250, 250, 250, 1) !important;
    padding: 20px;
    background-size: 20px !important;
}
#mainCarousel .carousel-control-next-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3e%3c/svg%3e");
}
#mainCarousel .carousel-control-next-icon {
    background-color: rgba(250, 250, 250, 1) !important;
    padding: 20px;
    background-size: 20px !important;
}
#mainCarousel .carousel-control-prev, #mainCarousel .carousel-control-next {
    width: 5%;
}


/* stations carousel */
#stationCarousel .stationImage {
    max-width: 150px;
    margin: 0 20px;
}
#stationCarousel .carousel-control-prev-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
}
#stationCarousel .carousel-control-prev-icon {
    background-color: rgba(250, 250, 250, 1) !important;
    padding: 20px;
    background-size: 20px !important;
}
#stationCarousel .carousel-control-next-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3e%3c/svg%3e");
}
#stationCarousel .carousel-control-next-icon {
    background-color: rgba(250, 250, 250, 1) !important;
    padding: 20px;
    background-size: 20px !important;
}

/* products carousel */
.productCarousel .carousel-control-prev-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
}
.productCarousel .carousel-control-prev-icon {
    background-color: rgba(250, 250, 250, 1) !important;
    padding: 20px;
    background-size: 20px !important;
}
.productCarousel .carousel-control-next-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3e%3c/svg%3e");
}
.productCarousel .carousel-control-next-icon {
    background-color: rgba(250, 250, 250, 1) !important;
    padding: 20px;
    background-size: 20px !important;
}
.productCarousel .carousel-control-prev {
    margin-left: -150px;
}
.productCarousel .carousel-control-next {
    margin-right: -150px;
}
@media only screen and (max-width: 1785px) {
    .productCarousel .carousel-control-prev {
        display: none;
    }
    .productCarousel .carousel-control-next {
        display: none;
    }
    .productCarousel {
        overflow: hidden;
    }
}
.productCarousel .carousel-indicators .active {
    background-color: #ACC12F;
}
.productCarousel .carousel-indicators li {
    background-color: #CCC;
}
.productCarousel .carousel-inner {
    padding: 10px;
}

/* product box */
.productBox {
    overflow: hidden;
}
.productBox .productImageContainer {
    height: 294px;
    line-height: 294px;
    align-items: center;
    justify-content: center;
    display: flex;
}
.productBox .productImage {
    max-height: 294px;
}
.productBox .productTitle a, .productBox .productTitle a:visited {
    color: #000;
}
.productBox .productLocation a, .productBox .productLocation a:visited {
    color: #000;
}
.productBox .productCategories {
    word-break: break-all;
    overflow: hidden;
}
.productBox .productCategories a {
    color: #7D7D7D;
    margin-right: 5px;
    font-size: 10px;
    font-weight: bold;
    white-space: nowrap;
}
.productBox .productTitle {
    font-size: 16px;
    height: 22px;
    overflow: hidden;
}
.productBox .productAdvertiser a {
    font-size: 16px;
    color: #000;
    /*white-space: nowrap;*/
}
.productBox .productLocation {
    font-size: 11px;
}
.productBox .productContent {
    min-height: 75px;
    overflow: hidden;
}
.productIcon {
    height: 80px;
    width: 80px;
    border-radius: 50%;
    position: absolute;
    right: 15px;
    top: 15px;
    text-align: center;
    font-weight: bold;
    transform: rotate(-10deg);
    overflow: hidden;
    z-index: 1;
}
.productIconNew {
    background: #E9CC10;
    color: #fff;
    line-height: 80px;
}
.productIconHot {
    background: #E95A10;
    color: #fff;
    line-height: 80px;
    font-size: 24px;
}
.productIconSoldOut {
    background: #900;
    color: #fff;
    font-size: 22px;
    padding-top: 6px;
}
.productIconComingSoon {
    background: #900;
    color: #fff;
    font-size: 18px;
    padding-top: 13px;
}
@media only screen and (max-width: 1500px) {
    /* layout 1 */
    .dealOfTheWeekCarouselPriceFix {
        flex: 0 0 100%;
        max-width: 100%;
    }
}
@media only screen and (max-width: 1660px) {
    /* layout 2 */
    .dealOfTheWeekCarouselButtonFix {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .dealOfTheWeekCarouselButtonFix .discountButton {
        position: relative;
    }
}

/* slick slider */
.slick-prev:before {
    font-family: "Font Awesome 5 Free", 'sans-serif';
    content: "\f104";
    font-weight: 900;
    color: #000;
    font-size: 30px;
    background-color: rgba(250, 250, 250, 1) !important;
    padding: 5px;
}

.slick-next:before {
    font-family: "Font Awesome 5 Free";
    content: "\f105";
    font-weight: 900;
    color: #000;
    font-size: 30px;
    background-color: rgba(250, 250, 250, 1) !important;
    padding: 5px;
}

/* homepage */
.dealWeekCat3 {padding: 2rem 3rem 2rem 3rem;}
.dotw-homepage {
    min-height: 448px;
}

/* product page */
#productPage .productPageCategories {
    color: #7D7D7D;
    font-size: 11px;
}
#productPage .productPageCategories a, #productPage .productPageCategories a:visited {
    color: #7D7D7D;
}
#productPage .featuredImage {
    max-height: 480px;
}

/* content */
#content {
    padding: 20px 0;
}

/* pop up */
#newsletterPopUpModal {
    overflow: hidden;
    z-index: 100;
}
#newsletterPopUpModal .modal-content {
    background: transparent;
    border: 0;
    overflow: hidden;
}
#newsletterPopUpModal .modal-body {
    background: #fff;
}
#newsletterPopUpModal .modal-header {
    border-bottom: #454955 solid 12px;
    padding: 2px;
}
#newsletterPopUpModal .newsletterHeader {
    text-align: center;
    font-size: 28px;
    font-weight: bold;
    color: #0D0A0B;
}
#newsletterPopUpModal .newsletterDescription {

}

/* alert message */
.alert-main {
    max-width: 600px;
    width: 100%;
    margin: 100px auto;
    z-index: 9999;
    position: absolute;
    left: 0;
    right: 0;
}

/* footer */
.footerNewsletter {
    max-width: 400px;
    margin: 0 auto;
    display: block;
}
.footerNewsletterForm {
    max-width: 600px;
    margin: 0 auto;
}
.footerNewsletterForm .form-control {
    box-shadow: 0 3px 6px #00000029;
    border-radius: 7px;
    border: 0;
}
#footer {
    background: #454955;
    color: #fff;
    overflow: auto;
    padding: 45px 0 15px 0;
}
#footer a, #footer a:visited {
    color: #A6A8A9;
}
#footer .footerTitle {
    display:inline-block;
    border-bottom: 1px solid #ACC12F;
    padding-bottom: 1px;
    font-weight: bold;
    margin-bottom: 5px;
}
@media only screen and (max-width: 767px) {
    #footer .footerTitleBlank {
        display: none;
    }
}
#footer .footerList {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
#footer .footerList li {
    margin: 5px 0 5px 0;
}
#footer #copyright {
    font-size: 11px;
    color: #A6A8A9;
    padding-bottom: 5px;
}
#footer #copyright a, #footer #copyright a:visited {
    color: #A6A8A9;
}

/* to top anchor */
#toTop {
    position: fixed;
    bottom: 0;
    right: 0;
    background: #6D990C;
    border-radius: 50%;
    padding: 10px 20px;
    margin: 50px;
}
#toTop a, #toTop a:visited {
    color: #fff;
}

/* woo notices */
.woocommerce-error, .woocommerce-info, .woocommerce-message {
    font-size: 24px !important;
}

/* cart */
.woocommerce-cart button[name="update_cart"] {
    display: none !important;
}


/* checkout */
#add_payment_method .wc-proceed-to-checkout a.checkout-button, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button, .woocommerce-checkout .wc-proceed-to-checkout a.checkout-button {
    background: #6D990C !important;
}
.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
    background: #6D990C !important;
}
#order_review_heading {
    margin-top: 30px;
}


/* container overwrite */
#header .container, #footer .container {
    max-width: 1700px;
    width: 100%;
}
.container {
    max-width: 1500px;
    width: 100%;
}

/* Checkout Fixes */
.woocommerce-billing-fields .form-row, .woocommerce-shipping-fields .form-row,.woocommerce form .form-row {
    display: block;
}
.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1,.woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2 {
    max-width: unset;
}
.woocommerce #payment #place_order, .woocommerce-page #payment #place_order {
    float: left;
}
.woocommerce-shipping-methods span.woocommerce-Price-amount.amount {
    display: inline-block !important;
}

/* Cart */
.woocommerce #content table.cart td.actions .input-text, .woocommerce table.cart td.actions .input-text, .woocommerce-page #content table.cart td.actions .input-text, .woocommerce-page table.cart td.actions .input-text {
    width: 150px !important;
}

/* Certificate */
.printableCertificate {
    border: 1px dashed #000;
    border-radius: 5px;
    position: relative;
}
.printableCertificate .printableCertificateTitle {
    font-weight: bold;
    font-size: 32px;
}
.printableCertificate .advertiserLogo {
    max-height: 200px;
}
.printableCertificate .overlay {
    z-index: 10;
    /* background-color: rgba(0,0,0,0.5); /*dim the background*/
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    display:table;
    width: 100%;
    background: rgb(0,0,0);
    background: linear-gradient(180deg, rgba(109, 153, 12, .5) 0%, rgba(255,255,255,0.5) 100%);
}
.printableCertificate .overlay .overlayText {
    text-align: center;
}
.printableCertificate .overlay .overlayText .overlayVoid {
    color: #f00;
    font-size: 100px;
    font-weight: bold;
    height: auto;
}
.printableCertificate .overlay .overlayText .overlayUsedDate {
    color: #f00;
    font-size: 30px;
    font-weight: bold;
    height: auto;
}

/* pop up */
.modal.right .modal-dialog {
    position:fixed;
    right: 0;
    bottom: 0;
    width: 500px;
    margin-top: 100px;
    -webkit-transform: translate3d(0%, 0, 0);
    -ms-transform: translate3d(0%, 0, 0);
    -o-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0);
}
.modal.right .modal-content {
    height: 100%;
    overflow-y: auto;
}

/* acf maps */
.acf-map {
    width: 100%;
    height: 500px;
    border: #ccc solid 0;
}
.acf-map img {
    max-width: inherit !important;
}

/* mini cart */
#mini-cart-dropdown {
    width: 300px;
}
#mini-cart-dropdown ul {padding: 0;}
#mini-cart-dropdown ul li {list-style-type: none;}
#mini-cart-dropdown .woocommerce-mini-cart__buttons .button {text-align: center; margin: 0 2px;}
#mini-cart-dropdown .remove_from_cart_button {display: none !important;}
#mini-cart-dropdown ul.cart_list li a, #mini-cart-dropdown ul.product_list_widget li a {
    display: block;
    font-weight: 700;
}
#mini-cart-dropdown  ul.cart_list li img, #mini-cart-dropdown  ul.product_list_widget li img {
    float: right;
    margin-left: 4px;
    width: 32px;
    height: auto;
    box-shadow: none;
}
#mini-cart-dropdown #respond input#submit, #mini-cart-dropdown a.button, #mini-cart-dropdown button.button, #mini-cart-dropdown input.button {
    font-size: 100%;
    margin: 0;
    line-height: 1;
    cursor: pointer;
    position: relative;
    text-decoration: none;
    overflow: visible;
    padding: .618em 1em;
    font-weight: 700;
    border-radius: 3px;
    left: auto;
    color: #515151;
    background-color: #ebe9eb;
    border: 0;
    display: inline-block;
    background-image: none;
    box-shadow: none;
    text-shadow: none;
}

/* deal of the week */
.deal-of-the-week-title {
    background: #6D990C;
    color: #fff;
    font-weight: bold;
    padding: 10px 80px;
    text-align: center;
    font-size: 32px;
}
@media only screen and (max-width: 600px) {
    .deal-of-the-week-title {
        padding: 10px;
    }
}
.deal-of-the-week-advertiser-logo {
    max-height: 350px;
}

/* print fixes */
@media print {
    .print-page {
        display: block;
        break-after: always;
    }
    .certificate-header {
        flex-wrap: nowrap !important;
    }
    .woocommerce-MyAccount-navigation {
        display: none;
    }
    .woocommerce-MyAccount-content {
        float: none !important;
        width: 100% !important;
    }
    .woocommerce-view-order #breadcrumbs {
        display: none;
    }
    #searchform {
        display: none;
    }
    .shareIcons {
        display: none;
    }
    .footerNewsletter, #footer {
        display: none;
    }
}

/* hide shipping */
.woocommerce-shipping-totals {display: none;}

/* fix for new checkout plugin */
@media only screen and (max-width: 800px) {
    .two-column-layout-left, .two-column-layout-right {
        width: 100% !important;
    }
}

/* fix select on checkout */
.select2-container .select2-selection--single {
    height: 48px;
}
.select2-container .select2-selection--single .select2-selection__rendered {
    padding-top: 10px;
    padding-bottom: 10px;
}

/* make checkout one page */
.woocommerce .woocommerce-checkout .col2-set .col-1,
.woocommerce .woocommerce-checkout .col2-set .col-2 {
    width: 100% !important;
}

.woocommerce .woocommerce-checkout .col2-set .col-1 {
    margin-bottom: 30px;
}

/* hide shipping on new checkout */
.shipping-total {display: none;}

/* spacing fix for new checkout */
#payment .place-order {padding: 15px !important;}

/* font fix for checkout */
.woocommerce .woocommerce-checkout label, .woocommerce .woocommerce-checkout span, .woocommerce .woocommerce-checkout p, .woocommerce.woocommerce-checkout textarea, .woocommerce .woocommerce-checkout input, .woocommerce .woocommerce-checkout select {
    font-size: 18px !important;
}

/* label fix for checkout */
.woocommerce label {line-height: inherit !important;}
/* row spacing fix for checkout */
.woocommerce-checkout .express-one-page-checkout-main .form-row {
    margin: 0 0 20px !important;
}
/* review order fixes */
.order-total .left-corner, .order-total .right-corner .woocommerce-Price-amount {
    font-size: 24px !important;
}
.woocommerce-Price-currencySymbol {
    font-weight: 400;
}
.woocommerce #payment #place_order, .woocommerce-page #payment #place_order {font-size: 24px;}

/* make currency for total bold */
#order_review_table > div > div > div.order-total > span > strong > span > span {font-weight: bold;}

/* padding for checkout totals */
.express-one-page-checkout-main .cart_totals div:nth-child(odd) {
    padding: 5px;
}

/* gravity forms newsletter layout tweaks */
.gform_fields input, .gform_fields textarea {
    box-shadow: 0 3px 6px #00000029;
    border-radius: 7px;
    border: 0;
	padding: 8px 14px !important;
}
.gform_button.button {
    background: #6d990c;
    color: #fff;
    border: 0px;
    border-radius: 5px;
    padding: 6px 22px;
	font-weight:400px;
	font-size:1rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.gform_button.button:hover {
    background: #476a0c;
    color: #fff;
}
.c-white .gform_wrapper {
	width:100%; 
}
.c-white .gform_wrapper ul.gform_fields li.gfield {
    padding-right: 0px;
}
.c-white .gform_fields input, .c-white .gform_fields textarea {
    box-shadow: 0 3px 6px #00000029;
    border-radius: 7px;
    border: 0;
	padding: 8px 14px !important;
}
.c-white .gform_button.button {
    background: transparent;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 5px;
    padding: 6px 22px;
	font-weight:400px;
	font-size:1rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	width:100% !important;
}

.c-white .gform_button.button:hover {
    background: #fff;
    color: #6d990c;
}
.c-white .gform_wrapper .gform_footer {
    padding: 0;
    margin: 10px 0 0 0;
}
.gform_footer {
    margin: 0 auto;
	text-align:center;
}
.modal-body .gform_button.button {
	width:100% !important;
}

/* new note for CC purchases */
.payment-note {
	width: 100%;
	height: auto;
	line-height: 21px;
	text-align: left;
	padding: 10px !important;
	background-color: var(--wc-blue);
	border-left: 4px solid var(--main-bor-color);
	margin-bottom: 12px !important;
	margin-top: 10px !important;
	text-transform: uppercase;
	display: inline-block;
	color: var(--main-bor-text-color);
	font-size: 16px !Important;
	font-weight: 500;
	box-sizing: border-box;
}
.place-order .payment-note {
	background-color: var(--wc-red);
}
.print-certs { 
	background:#6D990C;
	color:#fff;
	padding:20px;
	text-align:center;
	font-weight:bold;
	font-size:22px;
	margin: 20px 0;
}
.print-certs a, .print-certs a:visited { 
	color:#fff !important;
}

.certificate-container {
    display: flex;
    flex-direction: column;
    border: 1px dashed #000;
    padding: 10px;
    margin-bottom: 15px;
    /*page-break-before: page;*/
    /*break-before: page;*/
}

.certificate-header {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 10px;
}
@media (max-width: 767px) {
.advertiser-info, .product-info, .qr-code {
    flex: 1 1 100%; /* Defaults to full width on small screens */
    margin: 10px 0;
    text-align: center;
}
}
.advertiser-info {
    display: flex;
    flex-direction: column;
    justify-content: center; /* Vertically centers content */
    align-items: center; /* Horizontally centers content */
    flex: 1 1 20%;
    text-align: center;
    margin-right: 10px;
}
@media (min-width: 768px) {
    .certificate-container {
        display: flex;
        flex-wrap: wrap; /* Allows wrapping but is not necessary if all elements fit */
    }

    .advertiser-info,
    .product-info,
    .qr-code {
        flex: 1 1 30%; /* Each will take up one-third of the width */
        text-align: center;
    }

    .product-info {
        padding: 20px; /* Optional padding for product-info */
    }
}

.site-title {
    min-width: max-content;
}

.advertiser-image {
    width: 100%;
    max-height: 300px;
    max-width: 300px;
}

.price {
    font-size: 42px;
    color: #f00;
    font-weight: bold;
}

.cert-id, .advertiser-title {
    font-size: 22px;
    font-weight: bold;
    text-align:left;
}
.advertiser-address, .purchase-info {
    font-size: 15px;
    font-weight: normal;
    text-align:left;
}
.qr-code img {
    height: 150px;
    width: 150px;
}

.certificate-footer {
    font-size: 12px;
    padding-top: 10px;
}

.slick-slide img {
    max-height: 100px;
}
