/* *****************************************************

    ** Custom Stylesheet **

    Any custom styling you want to apply should be
    defined here.

***************************************************** */
.pricing-table.product .price-tag .pricing.original-price {
    font-size: 16px !important;
    letter-spacing: 0px;
    text-decoration: line-through;
    color: #0b1c63;
} 
.banner-image video {
    width: 100%;
}

.custom-alert-message {
    margin-bottom: 0;
    border-radius: 0;
    background-color: #000;
    color: #fff;
    text-align: center;
    font-size: 18px;
    border: 0;
}

.custom-alert-message button.close {
    opacity: 1;
    top: 3px;
}
.auto-discount-message {
    background-color: #0b1c63;
    color: #fff;
    font-size: 16px;
    padding: 8px;
    margin-bottom: 5px;
    border-radius: 3px;
}
ul.product-features {
    list-style: none;
}
ul.product-features br {
    display: none;
}

ul.product-features li {
    font-size: 14px;
}

#order-standard_cart .products .product div.product-desc {
    float: none !important;
    width: 100% !important;
    padding: 0 !important;
}

#order-standard_cart .products .product footer {
    float: none !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 15px;
}

.product-desc p:empty, .product-desc ul:empty {
    display: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

.product-desc p, .product-desc ul {
    margin: 0 !important;
    padding: 0 !important;
}

#order-standard_cart .products .product div.product-pricing br {
    display: none;
}

#order-standard_cart .products .product footer a.btn {
    width: 100%;
    padding: 10px;
    font-size: 16px;
    font-weight: 700;
}

#order-standard_cart .products .product {
    padding: 0 0 10px 0;
}

#order-standard_cart .products .product header {
    background-color: #0e5077 !important;
    text-align: center;
    margin: 0 !important;
}

#order-standard_cart .products .product header span {
    color: #fff !important;
    text-transform: uppercase;
    font-weight: 700;
}
ul.product-features {
    padding: 0;
}

.pricing-table.product h2 {
    margin-bottom: 10px !important;
    text-align: center;
}

.list-box h3 {
    margin: 5px 0;
    font-size: 18px;
    padding: 10px;
    color: #000;
}
ul.product-features li {
    padding: 5px 10px;
    /*background-color: #f7f7f7;*/
    border-bottom: 1px solid #eaeaea;
    position: relative;
}

ul.product-features li:before {
    content: '\f00c';
    font-family: "Font Awesome 5 Pro";
    font-weight: 800;
    position: relative;
    top: 1px;
    margin-right: 7px;
    color: #0e5077;
}

.main-head {
	margin-bottom: 3rem;
	margin-top: 3rem;
	font-weight: 500;
	text-transform: uppercase;
	color: #043d5f;
    font-size: 32px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 20px;
}

.pricing-table {
	background: #fff;
	box-shadow: 0px 1px 10px -6px rgba(0, 0, 0, .15);
	padding: 2rem;
	border-radius: 4px;
	transition: .3s;
}

.pricing-table:hover {
	box-shadow: 0px 1px 10px -4px rgba(0, 0, 0, .15);
}

.pricing-table .pricing-label {
	border-radius: 2px;
	padding: .25rem .5rem;
	margin-bottom: 1rem;
	display: inline-block;
	font-size: 12px;
	font-weight: 500;
}

.pricing-table h2 {
	color: #3b3b3b;
    font-size: 18px;
    font-weight: 700;
    margin: 10px 0;
    font-family: 'Open Sans';
}

.pricing-table h5 {
	color: #B3B3B3;
	font-size: 14px;
	font-weight: 400;
}

.pricing-table .pricing-features {
	margin-top: 2rem;
}

.pricing-table .pricing-features .feature {
	font-size: 14px;
	margin: .5rem 0;
	color: #B3B3B3;
}

.pricing-table .pricing-features .feature span {
	display: inline-block;
	float: right;
	color: #3b3b3b;
	font-weight: 500;
}

.pricing-table 	.price-tag {
	margin-top: 2rem;
	text-align: center;
	font-weight: 500;
}

.pricing-table .price-tag .symbol {
	font-size: 24px;
}

.pricing-table .price-tag .amount {
	letter-spacing: -2px;
	font-size: 30px;
}
.pricing-table .price-tag .amount-original {
    text-decoration: line-through;
    text-decoration-thickness: 1.5px; 
}
.pricing-table .price-tag .after {
	color: #3b3b3b;
	font-weight: 500;
}

.pricing-table .price-button {
	display: block;
	color: #fff;
	margin-top: 2rem;
	padding: .75rem;
	border-radius: 2px;
	text-align: center;
	font-weight: 500;
	transition: .3s;
}

.pricing-table .price-button:hover {
	text-decoration: none;
}

.purple .pricing-label {
	background: #627afe;
	color: #fff;
}

.purple .price-tag {
	color: #627afe;
}

.purple .price-button {
	background: #627afe;
}

.purple .price-button:hover {
	background: #546dfe;
}

.turquoise .pricing-label {
	background: #44cdd2;
	color: #fff;
}

.turquoise .price-tag {
	color: #44cdd2;
}

.turquoise .price-button {
	background: #44cdd2;
}

.turquoise .price-button:hover {
	background: #2dbcc4;
}

.red .pricing-label {
	background: #ff5e5e;
	color: #fff;
}
.sale-flash {
    background-color: #c71013 !important;
}
.red .price-tag {
	color: #ff5e5e;
}

.red .price-button {
	background: #ff5e5e;
}

.red .price-button:hover {
	background: #f23c3c;
}



.theme-blue .pricing-label {
	background: #03a84e;
	color: #fff;
}

.theme-blue .price-tag {
	color: #03a84e;
}

.theme-blue .price-button {
	background: #03a84e;
}

.theme-blue .price-button:hover {
	background: #03a84e;
}



.light-blue .pricing-label {
	background: #1e90f2;
	color: #fff;
}

.light-blue .price-tag {
	color: #1e90f2;
}

.light-blue .price-button {
	background: #1e90f2;
}

.light-blue .price-button:hover {
	background: #1e90f2;
}


.cta {
    margin-top: 20px;
    margin-bottom: 20px;
}

.cta .price-button {
    max-width: 222px;
    margin: 2rem 0 auto auto;
}



section#home-banner .banner-image img {
    width: 100%;
}

.row.cta {
    margin-top: 20px;
    margin-bottom: 20px;
}

.row.cta a.price-button {
    max-width: 222px;
    margin-right: 0;
    margin-left: auto;
}
.main-content h2 {
    margin-bottom: 3rem !important;
    margin-top: 3rem;
    text-transform: uppercase;
    color: #000;
    font-size: 32px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 20px;
}

.announcement-single .label-default {
    background-color: transparent !important;
    color: #333;
    font-weight: unset;
    font-family: 'Open Sans';
    display: block;
    text-align: left;
}

section#home-banner {
    background-color: #0f502d;
}

.banner-content {
    text-align: left;
}

.banner-content  h2 {
    line-height: 38px;
    text-transform: uppercase;
    font-weight: 700;
    padding: 0 !important;
}

.banner-content ul {
    padding: 0;
    list-style: none;
    margin: 0;
}

.banner-content li {
    position: relative;
    font-size: 16px;
    margin-bottom: 5px;
}

.banner-content li:before {
    content: '\f00c';
    font-family: "Font Awesome 5 Pro";
    font-weight: 800;
    position: relative;
    top: 1px;
    margin-right: 7px;
    color: #fff;
}
.row.collections {
    margin-bottom: 20px;
}
.banner-content .price-button {
    background-color: #fff;
    color: #156e3e !important;
    margin-top: 10px;
    font-weight: 700 !important;
    min-width: 200px;
    font-size: 20px;
    text-transform: uppercase;
    border-radius: 2px !important;
}

section#footer {
    background-color: #03a84e;
    padding: 10px !important;
}

section#footer p {
    color: #fff;
    font-size: 14px;
}

.navbar-main {
    background-color: #03a84e;
    border-radius: 0 !important;
}

.navbar-main .navbar-nav>li>a {
    padding-top: 14px;
    padding-bottom: 14px;
    font-family: 'Open Sans';
}

.navbar-main .navbar-nav>.active>a, .navbar-main .navbar-nav>.active>a:focus, .navbar-main .navbar-nav>.active>a:hover, .navbar-main .navbar-nav>.open>a, .navbar-main .navbar-nav>.open>a:focus, .navbar-main .navbar-nav>.open>a:hover, .navbar-main .navbar-nav>li>a:focus, .navbar-main .navbar-nav>li>a:hover {
    background-color: #156e3e;
}

ul.top-nav>li.primary-action>a.btn {
    background-color: #03a84e !important;
}

h2.main-head {
    color: #000;
}

.dark-bg {
    background-color: #0f502d;
}

.dark-bg h2 {
    color: #fff;
}

.dark-bg .pricing-label {
    background-color: #f61717;
}

.dark-bg .price-button {
    background-color: #f61717;
}
.dark-bg .price-button:hover, .dark-bg .price-button:focus {
    background-color: #fff !important;
    color: #156e3e !important;
}
.banner-content .btn-wrap {
    column-gap: 15px;
    display: flex;
    flex-wrap: wrap;
}

.banner-content .price-button {
    border-radius: 30px !important;
    padding: 10px 20px;
    font-size: 16px;
}
a.btn.weekendpass-btn {
    background-color: #ffee48;
}
.banner-content .price-button:hover, .banner-content .price-button:focus {
    background-color: #03a84e;
    color: #fff !important;
}

.dropdown-menu>li>a {
    font-family: 'Open Sans';
}
.collections .price-tag .amount {
    font-size: 24px;
}

.collections .price-tag {
    text-align: left;
}

.pricing-tabs {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 0 20px 0;
}

.pricing-tabs li  a {
    background-color: #efefef;
    font-size: 16px;
    font-weight: 700;
}

.pricing-tabs li.active a, .pricing-tabs li.active a:focus {
    background-color: #03a84e;
    color: #fff;
}

.pricing-tabs li a:hover, .pricing-tabs li a:focus {
    background-color: #eaeaea;
    color: #03a84e;
}
.template-products #main-body {
    padding-top: 0;
    background-color: #f8f8f8;
}

.template-products #main-body > .container {
    width: 100%;
    padding: 0;
}

.shop-banner {
    background-color: #156e3e;
    padding: 40px 0;
}

.shop-banner h1 {
    text-transform: uppercase;
    color: #fff;
    font-weight: 700;
    font-size: 30px;
    margin-bottom: 20px !important;
}

.template-products #main-body > .container > .row {
    margin: 0;
}

.template-products #main-body > .container > .row .col-xs-12.main-content {
    padding: 0;
}

#order-modern .product .description {
    margin: 0 !important;
}

#order-modern .product .description br {
    display: none;
}


.pricing-table.product h2 {
    margin: 10px 0;
    font-size: 20px;
    text-align: left;
    line-height: 26px;
}

.pricing-table.product .price-tag br {
    display: none;
}

.pricing-table.product .price-tag .pricing {
    float: none !important;
    font-family: 'Open Sans' !important;
    letter-spacing: -2px;
    font-size: 30px !important;
    font-weight: 700;
}

.currencychooser {
    text-align: center !important;
}
body:not(.template-homepage)  section#main-body {
    min-height: 82vh;
}
.panel-sidebar>.panel-heading {
    background-color: #156e3e;
    color: #fff;
}

.panel-sidebar .panel-title {
    color: #fff;
    font-weight: 700;
    font-size: 14px;
}
.announcement-single {
    background: #fff;
    box-shadow: 0px 1px 10px -6px rgba(0, 0, 0, .15);
    padding: 2rem;
    border-radius: 4px;
    transition: .3s;
}

.announcement-single h3 {
    font-size: 14px;
    line-height: 23px;
    font-family: "Open Sans";
}

.announcement-single h3 a {
    text-decoration: none !important;
}

.readmore-btn a {
    background-color: #03a84e;
    padding: 10px;
    color: #ffff;
    display: block;
    font-size: 14px;
}
.kb-inner {
    background-color: #fff;
    padding: 10px;
    border: 1px solid #efefef;
    margin: 20px 0;
    box-shadow: 0px 1px 10px -6px rgba(0, 0, 0, .15);
    padding: 2rem;
    border-radius: 4px;
    transition: .3s;
    font-size: 14px;
    font-weight: 700;
}

.kb-inner p {
    margin: 0;
}

.kbarticles-inner {
    background-color: #fff;
    padding: 10px;
    border: 1px solid #efefef;
    margin: 5px 0;
    box-shadow: 0px 1px 10px -6px rgba(0, 0, 0, .15);
    padding: 10px;
    border-radius: 4px;
    transition: .3s;
    font-size: 14px;
    font-weight: 700;
}

/** WHATSAPP **/
#whatsapp-widget {
    position: fixed;
    bottom: 20px;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
    z-index: 99999999;
    -webkit-transition: all 2s ease 0s;
    transition: all 2s ease 0s;
    left: 20px;
}
#whatsapp-widget .ww-icon-link {
    padding: 5px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 50%;
    cursor: pointer;
    overflow: hidden;
    -webkit-box-shadow: rgba(0,0,0,.4) 2px 2px 6px;
    box-shadow: 2px 2px 6px rgba(0,0,0,.4);
    -webkit-transition: all .5s ease 0s;
    transition: all .5s ease 0s;
    position: relative;
    z-index: 200;
    display: block;
    border: 0;
    background: #4dc247!important;
    width: 75px;
    height: 75px;
}
#whatsapp-widget svg {
    fill: #fff;
    z-index: 1;
    border-radius: 50px;
    cursor: pointer;
    -webkit-transition: -webkit-transform .7s ease-in-out;
    transition: -webkit-transform .7s ease-in-out;
    transition: transform .7s ease-in-out;
    transition: transform .7s ease-in-out,-webkit-transform .7s ease-in-out;
    width: 100%;
    height: 100%;
    stroke: none;
}
#order-standard_cart .order-summary {
    background-color: #92929e !important;
    border-bottom: 3px solid #92929e !important;
}
#order-standard_cart .view-cart-items-header {
    background-color: #92929e !important;
}
#order-standard_cart .empty-cart .btn {
    background-color: #92929e !important;
}
#order-standard_cart .view-cart-items {
    border-bottom: 2px solid #92929e !important;
}
#order-standard_cart .order-summary h2 {
    text-transform: none;
    font-weight: 700;
    margin-bottom: 0 !important;
}

button#btnCompleteProductConfig {
    width: 100%;
    background-color: #03a84e;
    border-radius: 4px;
    border: 1px solid #03a84e;
}

.product-info br {
    display: none;
}

.product-info .feature {
    font-size: 14px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 4px 0;
}

.product-info .feature span {
    font-weight: 700;
}

.product-info  p.product-title {
    font-weight: 700;
}

/* Style for the Copy button */
#copyCoupon {
  margin-left: 10px;
}

/* Style for the coupon code */
#couponCode {
  background-color: #f0f0f0;
  padding: 2px 5px;
  border-radius: 3px;
  font-weight: bold;
}

#myModal .modal-content {
    border-radius: 0;
    background-color: #156e3e;
    border: 0;
    color: #fff;
    font-family: 'Open Sans' !important;
}

#myModal .modal-content * {
    font-family: 'Open Sans' !important;
}

#myModal .modal-content .modal-header {
    border: 0;
    text-align: center;
}

#myModal .modal-content .modal-header h4 {
    font-size: 26px;
    font-weight: 700;
}

#myModal .modal-content .modal-body {
    text-align: center;
    font-size: 18px;
    max-width: 450px;
    margin: 0 auto;
}

#myModal .modal-content .modal-body span#couponCode {
    background-color: #000;
    padding: 3px 20px;
}

#myModal .modal-content .modal-body button#copyCoupon {
    margin: 0;
    position: relative;
    border-radius: 3px;
    font-weight: 700;
}

.copy-code {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 6px;
    justify-content: center;
    margin: 20px 0;
}
#myModal .modal-content .modal-header button.close {
    opacity: 1;
    color: #fff;
}
#myModal .modal-footer {
    border: 0;
}

#myModal .modal-footer .btn-default {
    border-radius: 3px;
    font-weight: 700;
}
.static-page h2 {
    text-align: left;
    font-size: 22px;
}

.banner-image {
    padding-top: 60px;
}
@media only screen and (max-width: 768px){
    .row.mb-reverse {
        display: flex;
        flex-wrap: wrap;
        flex-flow: column-reverse;
    }
    .banner-image {
        padding-top: 0px;
    }
    #header ul.top-nav {
        display: none;
    }
    
    #header  a.logo {
        display: block;
        text-align: center;
    }
    
    section#home-banner .btn {
        margin-bottom: 20px;
    }
    
    section#home-banner h2 {
        font-size: 18px;
        line-height: 20px;
    }
    
    section#home-banner {
        padding: 30px 0;
    }
    
    .main-head {
        font-size: 24px;
    }
    
    .pricing-table {
        margin-bottom: 20px;
    }
    
    .row.cta a.price-button {
        max-width: 100%;
    }
    
    section#home-banner h4 {
        line-height: 22px;
    }
    .template-configureproduct .sidebar-collapsed .panel, .template-configureproduct .sidebar-collapsed .panel-heading,
    .template-viewcart .sidebar-collapsed .panel, .template-viewcart .sidebar-collapsed .panel-heading
    {
        display: none !important;
    }
    #whatsapp-widget .ww-icon-link {
        width: 60px;
        height: 60px;
    }
}