/*
 Theme Name:   Basel Retail
 Description:  Basel Child Retail Theme
 Template:     basel
 Version:      2.2.5
 Text Domain:  basel-retail
*/

@font-face {
    font-family: Bison_Bold;
    src: url('/assets/fonts/Bison-Bold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

.header-promotion {
    display: inline-block;
    float: left;
    text-transform: uppercase;
}
.main-header {
	margin-bottom: 20px !important;
}
.main-header .site-logo {
    padding-right: 0;
    padding: 7px 0;
}
.main-header .site-logo img {
    padding-bottom: 0 !important;
    padding-top: 0 !important;
    width: 150px;
    object-fit: cover;
}
.sticky-header .site-logo img {
    padding-top: 2px !important;
    padding-bottom: 2px !important;
}
.main-header .wrapp-header {
	border-bottom: 1px solid #e6e6e6;
}
.page-id-2814 .main-page-wrapper,
.page-id-2838 .main-page-wrapper,
.woocommerce-page .main-page-wrapper,
.post-type-archive .main-page-wrapper {/*wishlist page, Contact US, Woocommerce, SHOP*/
	margin-top: 0px;
}
.site-logo {
	text-align: center;
}
#menu-primary-menu-1 {
    white-space: nowrap;
	margin-bottom: 0;
}
.site-mobile-menu {
    margin-bottom: 0;
}
.main-nav .menu>li>a {
	font-size: 16px;
	font-weight: 600;
}
.menu-mobile-menu-container .external-link a,
.menu-primary-menu-container .external-link a {
    display: inline-flex !important;
    align-items: center;
	width: 100%;
}
.menu-primary-menu-container .external-link a i {
    order: 2;
    font-size: 11px !important;
    margin: 0 0 1px 4px !important;
}
.menu-mobile-menu-container .external-link a i {
	order: 2;
    font-size: 9px!important;
    margin: 0 0 0px 4px!important;
}
.title-shop.without-title.title-size-small {
    padding-bottom: 15px !important;
}
#menu-item-17032 a { /*retail shop link always 'active'*/
    color: #66883f;
}
.woocommerce-breadcrumb > a:first-of-type {
    margin-top: -2px;
}
.entry-title {
	font-size: 42px;
}
.page-title-default {
    background-color: #484848;
}
.cb-top-banner {
	margin-top: -1px;
}
.cb-banner{
	font-family: Bison_Bold;
	color: white;
}
.cb-bg-banner {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.cb-bg-banner .vc_column-inner {
    min-height: 350px;
}
.cb-banner-title{
  font-size: 2.2em;
  position: absolute;
 	margin-left:4%;
  bottom: 50%;
  display: block;
}
.cb-banner-subt{
  font-size: .7em;
  font-weight: 600;
}
.cb-banner-cta {
    position: absolute;
    bottom: 38%;
    left: 4%;
}
.cb-button {
    display: inline-block;
}
.cb-button > a {
		color: #fff;
    background-color: transparent;
    font-size: 18px;
    text-decoration: none;
    border: 2px solid #fff;
    border-radius: 2px;
    padding: 5px 30px;
}
.cb-button > a:hover {
    background-color: #66883f;
}
#info-btn {
	display:none;	
}
.btn.btn-color-alt:hover {
	background-color: #000;
  border-color: #000;
  opacity: 1;
}
.mc4wp-form-theme-dark input[type=submit]{
	background-color:#66883f !important;
	border-color: #66883f !important;
}
.basel-cookies-inner {
	width: 90%;	
}
div.wpcf7-response-output {
	border:none;
}
.cosmos img {
	max-width:100px!important;	
}
.cookies-info-text > a {
    color: #66883f;
}

/******************* WOOCOMMERCE *********************/
@media only screen and (min-width: 768px) {
    div#woocommerce_product_categories-2 {
        width: 100%;
    }
}
@media only screen and (min-width: 992px) {
    div#woocommerce_product_categories-2 {
        width: 66%;
    }
}
#woocommerce_product_categories-2 .product-categories {
    display: flex;
    flex-wrap: wrap;
    column-gap: 10px;
}
.single-breadcrumbs-wrapper .container {
    display: flex;
}
nav.woocommerce-breadcrumb {
    display: flex !important;
    flex-wrap: wrap;
    align-content: center;
}
.product-grid-item img {
    height: 250px;
    object-fit: scale-down;
}
div#wcpa-paragraph-1603780522418 {
    margin-bottom: 15px;
}

p.demo_store {
    top: 0 !important;
	  bottom: unset !important;
}
.cookies-info-text a[href^=tel] {
    color: #66883f;
}
.cookies-info-text a[href^=tel]:hover {
    color: #fff;
}
.sku_wrapper, .product_meta {
	display:none !important;	
}
#BASEL_Widget_Price_Filter{
	display: none;	
}
body .star-rating span:before{
	color:#f9b403 !important;
}
body .star-rating:before {
	color:#f9b403 !important;
}
/*Product Grid*/
.products .basel-hover-alt .wrap-price { justify-content: center !important; }
.products .basel-hover-alt .product-title { text-align: center; } 
.products .basel-hover-alt .product-title a { font-size: 20px; color: #333c1a; }
.single-product-content #tab-additional_information>h2, .single-product-content #tab-description>h2 {
	font-size: 22px;	
}
.basel-hover-alt.purchasable .product-title { text-align: center !important; }  
.basel-hover-alt .wrap-price { align-items: center !important; justify-content: center !important;}

#tab-description > h2:nth-child(1) {
	display: none;	
}

span.no-price.one-time-price {
    font-size: 1.1em;
    color: #66883f;
    font-weight: 600;
    text-transform: uppercase;
}
.single-product-content .variations .swatches-select>div {
	font-size: 18px; color: #333c1a;
}
.widget_shopping_cart .amount {
	color: #333c1a !important;
}
.single-product-content .variations label {
    font-size: 16px;
    color: #66883f;
    font-weight: 600;
	text-transform: uppercase;
}
.variation > dd p { 
	font-size: 14px;
}
.woocommerce .cart-actions .button {
	color: #fff;
}
a.button.btn-cart.wc-forward { 
	background-color:#d3d3d3; 
} 
a.button.btn-cart.wc-forward:hover { 
	background-color: #000; 
}
.after-content-button { 
	margin: 30px 0px; 
} 
.after-content-button strong { 
	color: #fff; 
}
/******* Checkout ********/
.ship-address,
#shipping_method label {
    white-space: nowrap;
}
.ship-address {
    font-size: 14px;
    color: #6c883f;
}
input#shipping_method_0_usps_priority, 
input#shipping_method_0_local_pickup8 {
    position: absolute;
    margin-top: 6px;
    margin-left: -17px;
}
#square-gift-card-apply-button-wrapper button {
    height: 50px;
    color: #fff;
}
.woocommerce-checkout #billing_country_field {
    display: none !important;
}
@media (max-width: 900px) {
   .woocommerce-checkout .col-sm-6 {
       width: 100%;
   }
}
@media (max-width: 400px) {
   .woocommerce-checkout .site-content {
       padding: 0 2.5%;
   }
}
@media (max-width: 300px) {
   .woocommerce-checkout .site-content {
       padding: 0 1.5%;
   }
}
@media (min-width: 900px) {
   .woocommerce-checkout .container {
       width: 100%;
       padding: 0 2%;
   }
}
@media (min-width: 1200px) {
   .woocommerce-checkout .container {
       width: 1170px;
   }
}
/**** Square Payment *********/
button.gpay-card-info-container.black.long.en {
    border-radius: 0px;
}
.woocommerce-cart div#wc-square-google-pay {
    padding-top: 15px;
}
/******* Password Form *******/
.page-id-2769 .woocommerce .form-row-last {
    width: 100%;
}
/******* Exit Popup *******/
.exi-popup-content p { 
	overflow-y: auto; 
	margin-bottom: 40px; 
} .exi-popup-content ul li .exi-popup-button {
	border-radius: 5px;
}
/******* Customer Backend Account *******/
a.wcs-switch-link.button {
    color: white !important;
    text-transform: uppercase !important;
}

.subscription_details a {
    color: white;
}


/*********************** Products ***********************************/
.single-product-content .out-of-stock.product-label {
    display: none;
}
.woocommerce-variation-add-to-cart.variations_button.woocommerce-variation-add-to-cart-disabled {
	display: none !important;
}
.single-product-content .entry-title {
    color: #333c1a !important;
}
.woocommerce-product-details__short-description > h4 {
	color: #66883f;
}
.basel-swatch {
    cursor: pointer;
}
#square-gift-card-buying-options {
    width: 100%;
}  
.clamp-text-margin {
    margin-bottom: -22px;
}
.read-button-clamp {
    color: #6d8748 !important;
    padding: 1px 10px;
    background-color: rgb(239 237 237);
    border-radius: 5px;
    font-size: 12px;
    font-weight: 600;
    display: block;
    width: fit-content;
    margin: 5px 0 10px auto;
}
.clamp-line {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 10;
}
@media only screen and (max-width: 600px) {
    .clamp-line {
        -webkit-line-clamp: 3;
    }
}

/********************* Contact Us **********************************/
.wcpa_form_item.wcpa_type_color {
    display: inline-block;
    padding-right: 20%;
}
/* .grecaptcha-badge { visibility: hidden; } */
.page-id-2838 a[href^=tel], .page-id-2838 a[href^=mailto] {color: #66883f;}
input.wpcf7-form-control.wpcf7-submit {
    color: white;
}

/******************* Terms & Conditions *****************************/
.page-id-4164 .sticky-header.act-scroll {
    visibility: hidden;
}

/*********************** FOOTER ************************************/
.main-footer .elementor-icon-box-description, 
.main-footer .elementor-icon-box-title,
.footer-container.color-scheme-light a,
.color-scheme-light .mc4wp-form input[type=email]{ 
	color: white !important; 
}
#footer-address p {
    margin-top: -2px;
    color: #fff;
    line-height: 1.4;
    font-size: 17px;
    width: 200px;
}
.footer-social-icons {
	padding-left: 20px;
}
#footer-clm-1 {
    min-width: 210px;
}
#footer-clm-2 {
    min-width: 238px;
}
.ft-3-cl {
	min-width: 120px;
}
.footer-links {
    line-height: 1.4;
}
.footer-links a {
	white-space: nowrap;
}
@media only screen and (min-width: 768px) and (max-width: 992px){
	.container.main-footer {
    width: 99%;
	}
}
@media only screen and (max-width: 767px) {
	#footer-clm-1 .image-footer-big, 
	#footer-clm-1 #footer-address,
	#footer-store-info,
	.ft-3-cl,
	#footer-clm-4 #mc4wp-form-1,
	#footer-clm-4 .footer-social-icons {
    	text-align: center;
			padding-left: 0;
	}
	.footer-container .mc4wp-form input[type="email"] {
		text-align: center;
	}
	#footer-address p {
		margin: auto;
	}
}
.mc4wp-form-fields {
    width: 220px;
}
.footer-column h4 {
    font-size: 21px;
    letter-spacing: 1px;
}
.copyrights-wrapper a {
	color: rgba(255,255,255,.6) !important; 
}
.footer-phone .vc_column-inner {
	width: 250px !important;
}
.footer-container .widget-area {
	margin-top: 40px;	
}
.mc4wp-form input[type=email] {
	border-bottom: 2px solid #fff;
} 
.mc4wp-form input[type="email"]::placeholder { 
	color: #fff; 
} 
.footer-container img {
    max-width: 50px;
}

.ft-3-cl {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
}
.footer-container .image-footer-big img {
    margin-top: 18px;
    min-width: 160px;
    max-width: 160px;
}
.wcsatt-options.overrides_exist {
    text-align: left;
    margin-left: 50px !important;
    display: inline-block;
}
.footer-right {
  text-align:left!important;
}
.wpb_text_column ol, .wpb_text_column ul {
    padding-left: 0px;
}
.ft-3-cl {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
}
.footer-container .image-footer-big img {
    margin-top: 18px;
    min-width: 160px;
    max-width: 160px;
}
.wcsatt-options.overrides_exist {
    text-align: left;
    margin-left: 50px !important;
    display: inline-block;
}
.footer-right {
  text-align:left!important;
}

.wpb_text_column ol, .wpb_text_column ul {
    padding-left: 0px;
}

/********************* Google Reviews Widget ***************/

aside.gr-widget {
	height: 34px;
    width: 138px;
    bottom: 30px;
    left: 30px;
    overflow: hidden;
    display: flex;
	justify-content: flex-start;
    position: fixed;
	z-index: 1090;
	border: #333333 1px solid;
    background-color: white;
    border-radius: 5px;
	opacity: .95;
}
aside.gr-widget.gr-active {
    left: 0;
    width: 40vw;
    height: 80vh;
    padding: 12px;
    opacity: 1;
	bottom: 0;
	max-width: 450px;
}
aside.gr-widget>img {
    width: 19px;
    height: 19px;
    align-self: center;
    margin-left: 10px;
	margin-right: -2px;
}
aside.gr-widget.gr-active>img {
    display: none;
}
button.gr-btn.open {
    position: absolute;
    z-index: 1000000000000000000000;
    width: 100%;
    height: 100%;
    opacity: 0;
}
button.gr-btn {
    padding: 12px;
    background-color: white;
    border: none;
}
button.gr-btn:hover {
    background-color: #8f8d8d;
    border: none;
}
.gr-active button.gr-btn {
    display: none;
}
button.gr-btn.close {
    display: none;
    padding: 5px;
}
button.gr-btn.close:hover {
    color: #66883f;
}
.gr-active button.gr-btn.close {
    display: block;
    position: absolute;
    z-index: 10000000000;
    right: 5px;
    background-color: transparent;
}
i.fas.fa-window-close {
    font-size: 22px;
}

/* Ratings Shortcode */
.wp-gr {
    background-color: #fff!important;
    padding: 4px 0 !important;
    width: 106px !important;
    z-index: 10000000000!important;
   	display: inline-block;
}
.gr-active .wp-gr {
	width: 100% !important;
    overflow-y: scroll !important;
}
.wp-google-place .wp-google-left, .wp-google-review .wp-google-left {
    display: none!important;
}
.gr-active .wp-google-left {
    display: block !important;
}
.wp-gr .wp-google-right {
    padding-left: 10px!important;
}
.gr-active .wp-gr .wp-google-right {
    padding-left: 15px!important;
}
.wp-gr .wp-google-rating {
    color: #333c1a!important;
}
.wp-gr .wp-google-content-inner {
    padding-top: 10px!important;
}
.wp-gr.wpac .wp-google-name {
    display:none;
}
.gr-active .wp-gr .wp-google-name {
    display:block;
	width: 95% !important;
}
.wp-google-right > .wp-google-name > a > span {
    color: #333c1a !important;
	font-size: 17px !important;
}
.wp-gr .wp-google-rating {
    display: none;
}
.wp-gr.wpac .wp-google-place .wp-star svg {
    width: 15px !important;
    height: 15px !important;
}
span.wp-star svg path {
    fill: #f9b403 !important;
}
.wp-gr .wp-google-powered {
    display: none;
}
.gr-active .wp-google-powered {
	display: block;
}
.wp-gr .wp-google-powered img {
    width: 120px!important;
}
.wp-gr .wp-google-powered img {
	display: none;
}
img.rplg-review-avatar.rplg-blazy {
    max-width: 40px !important;
    max-height: 40px !important;
}
.wp-gr::-webkit-scrollbar {
    width: 7px;
}
/* Track */
.wp-gr::-webkit-scrollbar-track {
    background: gainsboro;
    border-radius: 5px;
	margin-top: 50px;
    margin-bottom: 50px;
}
/* Handle */
.wp-gr::-webkit-scrollbar-thumb {
    background: #5e5d5d !important;
    border-radius: 5px;
}
/* Handle on hover */
.wp-gr::-webkit-scrollbar-thumb:hover {
    background: #555;
}

/**** Enabled When Cosmo's 5 star rating ****/
/* aside.gr-widget>img {
    display: none;
}
.wp-gr .wp-google-rating {
    display: inline;
    font-size: 16px !important;
    color: #70757a !important;
}
.wp-gr {
    width: 100% !important;
}
.wp-gr .wp-google-right {
    padding-left: 8px !important;
}
.wp-google-right>.wp-google-name>a>span {
    color: #202124 !important;
    font-weight: 500 !important;
    font-size: 18px!important;
}
.gr-active .wp-gr .wp-google-name {
    padding-bottom: 5px !important;
} */


/********************* Media Queries **********************/

@media only screen and (min-width: 500px) {
	.wpb_column.all-fun-box {
		padding:10% 20%;
	}
	.wpb_column.all-fun-box p {
		padding: 0 15%; 
		text-align:justify;
		font-size: 20px;
	}
	.home h2 {
		font-size: 2.3em;
	}
	.testimonials-title h3,
	.wpb_column.all-fun-box h3 {
		font-size: 2.0em;
	}
	.cb-banner-title {
    	font-size: 3.5em;
	}
	.cb-button > a {
    	font-size: 25px;
    	padding: 5px 40px;
	}
}
@media only screen and (min-width: 550px) {
	#wcpa-paragraph-1603780522418 strong {
    	line-height: 40px;
	}
}
@media only screen and (min-width: 767px) {
  	#membership-arrow {
    	display: block;
  	  margin-top: 100px;
  	}
	#info-btn {
    	display: inline-block;
	}
	.home h1 {
		font-size: 4em; 
	}
}
@media only screen and (min-width: 992px) {
    .header-promotion {
		position: absolute;
		left: 50%;
		transform: translate(-50%);
		font-weight: 600;
		font-size: 15px;
	}
	.main-header .right-column {
		text-align: center;
	}
	.cb-banner {
		text-align: center;
	}
	.cb-banner-title {
	   	font-size: 6em;
	    position: absolute;
	    top: 15%;
	    left: 50%;
		margin-left: auto;
	    margin-right: auto;
	    transform: translateX(-50%);
		width: 100%;
  	}
	.cb-banner-cta {
	  	bottom: 25%;
	  	left: 50%;
	  	transform: translateX(-50%);
		width: 100%;
	}
	.cb-button > a {
	    font-size: 40px;
	    padding: 5px 40px;
	}
	.cb-bg-banner .vc_column-inner {
    	min-height: 600px;
	}
	#info-btn {
		display:inline-block;	
		padding-left:100px;
	}
	#home-bg-banner {
		background-image: none;
	    background: -moz-linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.7));
	    background: -webkit-linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.7));
	    background: linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.7));
	    filter: unquote("progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3000000', endColorstr='#b3000000',GradientType=0 )");
	    background: linear-gradient(rgba(0,0,0,0.3),rgba(0,0,0,0.3)),url(https://cosmosdogbakery.com/wp-content/uploads/2020/07/cosmos-cooking-hp-banner-1.jpg);
	}
	.home h2 {
		font-size: 2.5em;
	}
	.testimonials-title h3,
	.wpb_column.all-fun-box h3 {
		font-size: 2.3em;
	}
	.footer-container .widget-area {
		margin-top: 50px;
	}
	/*Fixed iOS bug double click open*/
	button.gr-btn.open:hover {
		opacity: 10%;
		background-color: black;
	}	
}
@media only screen and (max-width: 992px) {
    .main-header .site-logo img {
        width: 77px;
    }
    .header-info {
        float: right;
    }
    .scrollToTop.button-show {
        margin-bottom: 1.5%;
    }
    .site-logo img {
        max-height: 80px !important;
    }
    .act-scroll .site-logo img, .header-clone .site-logo img {
        max-height: 60px !important;
    }
    .woocommerce-cart .cross-sells {
        display: none;
    }
}

@media only screen and (max-width: 767px) {
  .vc_btn3-container.vc_btn3-left, 
  .vc_btn3-container.vc_btn3-right { 
  	text-align: center !important; 
  }
  .gr-widget {
	display: none;
  }
}
@media only screen and (max-width: 700px) {
	.wpb_column.all-fun-box {
        padding: 10% 10% !important;
	}
}
@media only screen and (max-width: 600px) {
    .header-promotion {
		float: unset;
	}
	.header-info {
		display: none;
	}
	aside.gr-widget.gr-active {
        width: 70vw;
		z-index: 390;
	}
    aside.gr-widget {
        bottom: 3%;
        left: 3%;
    }
	.wp-gr .wp-google-right {
    	padding-left: 7px !important;
	}
    .gr-active .wp-gr .wp-google-right {
        padding-left: 5% !important;
    }
/* 	.postid-2883 div.wcpa_type_time {
    	width: 66.66% !important;
	} */
}
@media only screen and (max-width: 450px) {
	.wpb_column.all-fun-box {
        padding: 10% 5% !important;
	}
	aside.gr-widget.gr-active {
        width: 85vw;
	}
	.woocommerce .checkout-order-review {
		padding: 30px 0 15px 0 !important;
	}
	.woocommerce-checkout-review-order-table tr {
		display: flex;
		flex-wrap: wrap;
	}
	#order_review .woocommerce-shipping-totals.shipping {
		justify-content: space-between;
	}
	#order_review .woocommerce-shipping-totals.shipping > td {
		min-width: 218px;
	}
	#order_review .woocommerce-shipping-totals.shipping > th {
		width: 100px;
	}
	div#wcpa-paragraph-1605097369026, div#wcpa-file-1602762143076 {
    	width: 100%;
	}
}
