/*
Theme Name:   NakedCannabis
Description:  Write here a brief description about your child-theme
Author:       h6dev
Author URL:   Write here the author's blog or website url
Template:     oceanwp
Version:      1.0
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  oceanwp-child
*/

/* Write here your own personal stylesheet */

img:focus,
a:focus {
	outline: none !important;
}

.product-inner li.image-wrap  {
	margin: 0 0px !important;
	padding: 0 5px !important;
	clear: none !important;
}

.product-inner li.image-wrap span.onsale {
    top: 10px !important;
    left: 15px !important;
    right: unset !important;
}

.product-inner ul.woo-entry-inner li {
	margin-bottom: .75em !important;
}

.product-inner li.image-wrap .woo-entry-image {
	position: relative;
	background-color: #fff;
}

.product-inner li.title a {
	font-size: 18px !important;
	font-weight: 600 !important;
}

.product-inner li.title a:hover {
	color: #369BB6;
}

.product-inner li.inner .price ins .amount {
	font-weight: 700 !important;
}

.product-inner li.btn-wrap .add_to_cart_button {
	letter-spacing: normal !important;
	padding: 10px 35px !important;
}

.product-inner li.btn-wrap .add_to_cart_button:hover {
	border-color: #369bb6 !important;
	color: #369bb6 !important;
}

.woopspro-product-slider button.slick-arrow {
	padding: 0  !important;
}

.woopspro-product-slider button.slick-prev {
	left: -35px !important;
	background: url('../img/slider_arrow.png') no-repeat !important;
	width: 21px !important;
	height: 34px !important;
}

.woopspro-product-slider button.slick-prev:hover,
.woopspro-product-slider button.slick-prev:focus {
	background: url('../img/slider_arrow.png') no-repeat !important;
	opacity: .5;
}

.woopspro-product-slider button.slick-prev:focus {
	opacity: 1;
}

.woopspro-product-slider button.slick-next {
	right: -35px !important;
	background: url('../img/slider_arrow.png') no-repeat !important;
	width: 21px !important;
	height: 34px !important;
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1);
}

.woopspro-product-slider button.slick-next:hover,
.woopspro-product-slider button.slick-next:focus {
	background: url('../img/slider_arrow.png') no-repeat !important;
	opacity: .5;
}

.woopspro-product-slider .slick-dots li {
	width: 13px !important;
	height: 13px !important;
}

.woopspro-product-slider .slick-dots li button {
	background: #b7b7b7 !important;
	border: none !important;
	width: 13px !important;
	height: 13px !important;
}

.woopspro-product-slider .slick-dots li.slick-active button {
	background: #369bb6 !important;
}

.page-header {
	display: none !important;
}

.custom-container {
	width: 1200px;
	max-width: 90%;
	margin: 0 auto;
}

.home .breadcrumb,
.home .shop_features {
	display: none;
}

.breadcrumb {
	background-color: #369bb6;
	padding: 10px 0;
}

.breadcrumb .breadcrumb_wrap {
	color: #fff;
	text-transform: uppercase;
	font-weight: 700;
}

.breadcrumb .breadcrumb_wrap a {
	color: #fff;
	font-weight: 400;
}

.owp-floating-bar {
	background-color: #369bb6 !important;
}

.owp-floating-bar form.cart .quantity {
	margin: 0 15px !important;
}

.owp-floating-bar form.cart .quantity .minus,
.owp-floating-bar form.cart .quantity .plus,
.owp-floating-bar form.cart .quantity .qty {
	color: #000 !important;
}

.owp-floating-bar .cart button[type="submit"] {
	border: none !important;
}

.owp-floating-bar .cart button[type="submit"]:hover {
	background-color: #09141f;
}

.shop_features {
	padding: 1em 0;
	position: relative;
	box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.2);
	z-index: 2;
	background: #fff;
}

.shop_features_wrap {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
}

.shop_features_item {
	width: 33.333%;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
}

.shop_features_item:not(:first-of-type) {
	border-left: 1px solid #bdbdbd;
	padding-left: 30px;
}

.shop_features_txt {
	margin-left: 15px;
}

.shop_features_txt h2 {
	margin-bottom: 0;
    color: #09141F;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1;
}

.shop_features_txt p {
	margin-bottom: 0;
	color: #09141F;
	font-size: 16px;
	font-weight: 400;
	line-height: 1;
}

.best-place p:last-of-type {
	margin-bottom: 0 !important;
}

.menu-class ul {
	list-style-type: none;
	margin: 0;
}

.menu-class ul li {
	padding: 5px 0;
}

.menu-class ul li a {
	color: #fff;
	font-size: 14px;
}

.navigation li#menu-item-387 a,
.navigation li.woo-menu-icon a,
.navigation li.search-toggle-li a {
	padding: 0 5px !important;
}

.navigation li#menu-item-387 a i.before {
	margin-right: 0;
}

.navigation li#menu-item-387 a span.menu-text {
	display: none;
}

.custom-footer-class li.menu-item-387 {
	display: none;
}

.elementor-element-51e7749 ul.ekit_social_media {
	margin: 0;
}

.elementor-element-83c8036 {
	position: absolute;
	right: 0;
	left: 0;
}

.custom-breacrumbs h2 {
	position: relative;
}

.custom-breacrumbs h2:after {
	position: absolute;
}

#site-navigation-wrap .dropdown-menu>li>a {
	color: #fff !important;
	text-transform: uppercase !important;
	font-weight: 700 !important; 
}

.with-span {
	margin-bottom: 1em !important;
}

.with-span p {
	margin-bottom: 5px;
}

.with-span p a {
	color: #3497b1;
	font-size: 18px;
}

.form-wrap {
	display: flex;
	justify-content: space-between;
}

.insta_section .ekit_social_media {
	margin: 0 !important;
}

.insta_section .ri-grid {
	margin: 0 auto !important;
}

.insta_section .ri-shadow:after,
.insta_section .ri-shadow:before {
	display: none;
}

.insta_section .ri-grid ul li {
	border: 5px solid #FFF;
}

/*.insta_section .ri-grid ul li:nth-of-type(3) {
	border-right: none !important;
	border-bottom: none !important;
}

.insta_section .ri-grid ul li:nth-of-type(4) {
	border-bottom: none !important;
}

.insta_section .ri-grid ul li:nth-of-type(9) {
	border-right: none !important;
}

.insta_section .ri-grid ul li:nth-of-type(3) a,
.insta_section .ri-grid ul li:nth-of-type(4) a,
.insta_section .ri-grid ul li:nth-of-type(9) a,
.insta_section .ri-grid ul li:nth-of-type(10) a {
	background: #D01467 !important;
	border: none !important;
}*/

.flip-image img {
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1);
}

.custom-contact-form input[type="text"],
.custom-contact-form input[type="email"],
.custom-contact-form textarea {
	border-radius: 0;
	border-color: #858585;
}

.custom-contact-form label {
	color: #09141f;
	font-size: 16px;
}

.custom-contact-form input[type="submit"]{
	margin-top: 2em;
	width: 250px;
	border-radius: 100px;
	background-color: #3599b4;
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
}

.left-col {
	width: 50%;
	margin-bottom: 1em;
	padding-right: 15px;
}

.right-col {
	width: 50%;
	margin-bottom: 1em;
	padding-left: 15px;
}

.single-product #main,
.woocommerce-cart #main,
.woocommerce-checkout #main,
.archive #main,
.single-post #main {
	background-image: url(https://shopnaked.co/wp-content/uploads/2020/09/pattern_bg.jpg);
	background-repeat: repeat;
}

.single-product .product_meta {
	padding: 0 !important;
	border: none !important;
	margin-top: 0 !important;
}

.product_meta .posted_in a {
	font-weight: 700 !important;
	font-size: 16px !important;
	color: #369bb5 !important;
	text-transform: uppercase !important;
}

.hide_this {
	display: none !important;
}

.woocommerce div.product .product_title {
	font-weight: 800;
	font-size: 30px !important; 
	text-transform: uppercase;
	color: #09141f;
	border-bottom: none;
	padding-bottom: 0;
	line-height: .875;
}

.single-product span.woocommerce-Price-amount.amount {
	color: #d01467;
	font-weight: 800;
}

.single-product .woocommerce div.product p.price {
	margin: 0 !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
	margin: 0;
	text-align: left !important;
	border-top: none !important;
	border-color: #bdbdbd !important;
}

.woocommerce div.product form.cart {
    padding: 0 !important;
    margin-top: 20px;
    display: flex !important;
    align-items: center !important;
    border: none !important;
}

.quantity .minus {
	border-top-left-radius: 30px !important;
	border-bottom-left-radius: 30px !important;
}

.quantity .plus {
	border-top-right-radius: 30px !important;
	border-bottom-right-radius: 30px !important;
}

.quantity .qty,
.quantity .minus,
.quantity .plus {
	font-size: 24px !important;
	line-height: 44px !important;
    width: 46px !important;
    min-height: 46px !important;
    background-color: #fff !important;
    border-color: #858585 !important;
}

.woocommerce form input[type="number"] {
	font-size: 18px !important;
}

.single-product button.single_add_to_cart_button.button.alt {
	border-radius: 100px;
	background-color: #09141f !important;
	color: #fff !important;
	min-height: 46px !important;
	font-size: 16px;
	padding: 12px 30px;
}

.woocommerce div.product .woocommerce-tabs .panel h2:first-child {
	display: none;
}

.woocommerce div.product .woocommerce-tabs .panel p,
.woocommerce div.product div.woocommerce-product-details__short-description p {
	color: #09141f;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
	font-size: 16px !important;
	font-weight: 700 !important;
	color: #a0a0a0 !important;
	padding: 10px !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
	font-size: 16px;
	font-weight: 700;
	color: #0a0c0b !important;
	border-top: none !important;
	border-bottom: 3px solid #858585 !important;
}

.woocommerce .related.products h2 {
	font-weight: 800;
	font-size: 40px !important; 
	text-transform: uppercase;
	color: #09141f;
    border-bottom: none;
    padding-bottom: 0;
    text-align: center;
}

.custom-cart-page {
	width: 100%;
	display: flex;
	margin-left: -15px !important;
	margin-right: -15px !important;
}

.woocommerce-cart-form {
	background-color: #fff;
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
	padding: 2em !important;
}

.woocommerce-cart-form h2 {
	margin-bottom: 10px;
	color: #09141F;
	font-weight: 800;
	text-transform: uppercase;
	line-height: 1;
	font-size: 24px;
}

.woocommerce-page .cart-collaterals .cart_totals {
	width: 100% !important;
}

.woocommerce-page .cart-collaterals .cart_totals h2 {
	display: block;
    margin-bottom: 10px;
    color: #09141F;
    font-weight: 800;
    text-transform: uppercase;
    line-height: 1;
    font-size: 24px;
    padding: 0;
    text-align: left;
    background: none;
    margin: 0 0 10px;
    border: none;
}

.shop_table {
	border: none !important;
}

.shop_table thead {
	display: none;
}

.cart-left {
	width: 65%;
	padding-left: 15px !important;
	padding-right: 15px !important;
}

.cart-right {
	width: 35%;
	padding-left: 15px !important;
	padding-right: 15px !important;
}

.woocommerce .cart-collaterals h2 {
	display: none;
}

.woocommerce-page .cart-collaterals .cart_totals {
	background-color: #fff;
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
	border: none !important;
	padding: 2em !important;
}

.woocommerce .cart-left table.shop_table td {
	padding: 1.5em 0.5em !important;
}

.woocommerce .cart-left table.shop_table td:first-of-type {
	padding-left: 0 !important;
}

.woocommerce .cart-left table.shop_table td:last-of-type {
	padding-right: 0 !important;
}

.product-thumbnail {
	width: 10%;
}

.woocommerce .cart-left table.shop_table td:nth-of-type(2) {
	width: 40%;
}

.product-remove {
	width: 5%;
}

.product-thumbnail img {
	border: 1px solid #858585;
}

.product-name, 
.product-price,
.product-total {
	line-height: 1;
}

.product-name a {
	font-size: 16px;
	color: #000;
}

.product-price .amount,
.product-subtotal .amount {
	font-size: 18px;
	font-weight: 700;
	color: #000;
}

.woocommerce-cart table.cart td.actions .coupon .input-text {
	border-radius: 0;
	border-color: #c6c6c6;
	height: 41px;
}

.coupon button[type="submit"],
.cart button[type="submit"] {
	font-weight: 800;
	font-size: 15px;
	text-transform: uppercase;
	color: #102337 !important;
	border-radius: 100px;
	border: 1px solid #102337 !important;
	background-color: #fff !important;
}

.woocommerce table.shop_table a.remove {
	border: none !important;
}

.content-left-sidebar .content-area,
.single-post .content-area {
	border: none !important;
}

.archive form input[type="search"] {
	border-radius: 0 !important;
	border-color: #858585 !important;
	padding: 10px;
}

.archive form input[type="search"]::placeholder {
	color: #afafaf !important;
	background: #fff;
}

.archive .woocommerce-product-search {
	position: relative;
}

.archive .woocommerce-product-search button[type="submit"] {
	position: absolute;
	top: 0;
	right: 0;
	margin-top: 0;
	min-height: 47px;
	visibility: hidden;
}

.pc-range-slider .ui-slider-range {
	background: #3598b2 !important;
}

.pc-range-slider .ui-slider-handle {
	background: #0f4f60 !important;
}

.single .entry-title {
	border-bottom: none !important;
	padding-bottom: 0 !important;
	color: #000;
}

ul.meta li:after {
	display: none;
}

ul.meta li {
	padding-right: 5px;
	text-transform: uppercase;
	color: #000;
	font-size: 14px;
}

ul.meta li a {
	font-size: 14px;
}

.pwb-filter-products ul li label {
	font-size: 16px !important;
	font-weight: 400 !important;
	color: #09141F;
}

.premmerce-active-filters-widget-wrapper .widget-title,
.widget_premmerce_filter_filter_widget .widget-title,
.widget_pwb_filter_by_brand_widget .widget-title {
	padding-left: 0 !important;
	border: none !important;
    color: #09141F;
    font-weight: 800;
    font-size: 20px;
    text-transform: uppercase;
    line-height: 1;
    margin-bottom: 10px !important;
}

.single-post #right-sidebar h4.widget-title {
	margin-bottom: 0;
	color: #09141F;
	font-weight: 800;
	text-transform: uppercase;
	line-height: 1;
	font-size: 24px;
	margin-bottom: 1em;
	padding-left: 0;
	border: none;
}

.premmerce-active-filters-widget-wrapper form input[type="number"],
.widget_premmerce_filter_filter_widget form input[type="number"] {
	border-radius: 0 !important;
	background: #fff !important;
	border-color: #858585 !important;
}

.premmerce-active-filters-widget-wrapper .filter__checkgroup-check,
.widget_premmerce_filter_filter_widget .filter__checkgroup-check,
.premmerce-active-filters-widget-wrapper .filter__checkgroup-control:checked + .filter__checkgroup-check,
.widget_premmerce_filter_filter_widget .filter__checkgroup-control:checked + .filter__checkgroup-check  {
	display: none !important;
}

.premmerce-active-filters-widget-wrapper .filter__checkgroup-control:checked + .filter__checkgroup-check:before,
.widget_premmerce_filter_filter_widget .filter__checkgroup-control:checked + .filter__checkgroup-check:before {
	display: none;
}
.premmerce-active-filters-widget-wrapper .filter__checkgroup-aside,  
.widget_premmerce_filter_filter_widget .filter__checkgroup-aside {
	vertical-align: middle !important;
}

.premmerce-active-filters-widget-wrapper .filter__properties-list .filter__properties-item,
.widget_premmerce_filter_filter_widget .filter__properties-list .filter__properties-item {
	padding: 10px;
	border: 1px solid #858585;
	background: #fff !important;
}

.premmerce-active-filters-widget-wrapper .filter__checkgroup-title,
.widget_premmerce_filter_filter_widget .filter__checkgroup-title {
	font-size: 16px !important;
	font-weight: 600 !important;
	color: #09141F;
	padding: 0;
}

.premmerce-active-filters-widget-wrapper .filter__checkgroup-count,
.widget_premmerce_filter_filter_widget .filter__checkgroup-count {
	font-size: 16px !important;
	background: #3598b2 !important;
	border: none !important;
	color: #fff !important;
}

.cart_disclaimer {
	font-size: 12px;
	color: #959595;
	text-align: center;
	margin-top: 1em !important;
}

.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
	font-weight: 800;
    font-size: 15px;
    text-transform: uppercase;
    font-size: 15px;
    color: #102337;
    border-radius: 100px;
    border: 1px solid #102337;
    background-color: #fff;
}

.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover {
	color: #369bb6;
	border-color: #369bb6;
}

.woocommerce-cart .cart-collaterals .cart_totals tr th {
	width: 50% !important;
	padding: 0 0 10px !important;
	position: relative;
	border: none !important;
	font-size: 16px;
	font-weight: 400 !important;
	line-height: 1 !important;
	color: #09141f !important;
}

.woocommerce-cart .cart-collaterals .cart_totals tr th span {
	font-size: 12px;
	color: #959595;
	position: relative;
	top: 0;
}

.woocommerce-cart .cart-collaterals .cart_totals tr td {
	text-align: right;
	padding: 0 0 15px !important;
	border: none !important;
	font-size: 16px;
	line-height: 1 !important;
	color: #09141f !important;
}

.woocommerce-cart .cart-collaterals .cart_totals .order-total th:last-of-type,
.woocommerce-cart .cart-collaterals .cart_totals .order-total td:last-of-type {
	border-bottom: 1px solid #bdbdbd !important;
	padding-bottom: 20px !important;
}

.woocommerce-cart .cart-collaterals .cart_totals .shipping-calculator-button {
	margin-top: 0 !important;
}

.woocommerce-cart form input[type="text"] {
	border-radius: 0 !important;
	border-color: #858585 !important;
}

.woocommerce-cart .select2-container .select2-selection--single {
	height: 38px;
	border-radius: 0 !important;
	border-color: #858585 !important;
}

.woocommerce-cart .select2-container--default .select2-selection--single .select2-selection__rendered {
	line-height: 38px;
	text-align: left !important;
}

.woocommerce-cart .select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 36px;
}

.woocommerce-checkout .hide_checkout {
	display: none;
}

.blog_header {
	background-image: url(https://shopnaked.co/wp-content/uploads/2020/09/about_bg.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
	padding: 5em 0em 5em 0em;
	text-align: center;
}

.blog_header h2 {
	color: #FFFFFF;
	font-size: 30px;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 0;
}

.custom-related-posts {
	padding: 2em 0 5em;
	width: 100%;
	float: left;
}

.custom-related-posts .custom-container {
	max-width: 100%;
}

.custom-related-posts #related-posts {
	margin-top: 0;
	padding-top: 0;
	border-top: none;
}

.custom-related-posts #related-posts h3.related-posts-title {
	margin-bottom: 0;
	color: #09141F;
	font-weight: 800;
	text-transform: uppercase;
	line-height: 1;
	font-size: 24px;
	margin-bottom: 1em;
}

.custom-related-posts #related-posts h3.related-posts-title span:before {
	display: none;
}

.custom-related-posts #related-posts .related-thumb img {
	margin-bottom: 10px;
}

.custom-related-posts #related-posts h3.related-post-title {
	font-size: 20px;
	text-align: left;
	margin: 0 0 10px;
}

.custom-related-posts #related-posts .related-post-content p {
	color: #000000;
    text-align: left;
}

.single-post #right-sidebar-inner {
	background-color: #fff;
	padding: 2em;
	box-shadow: 0 0 15px rgba(0, 0, 0, .15);
}

.single-post #content .entry-content p {
	color: #000000;
	font-size: 16px;
}

.single .entry-share {
	margin-top: 30px;
	padding-top: 30px;
	margin-bottom: 30px;
	padding-bottom: 30px;
	border-top: 1px solid #cecece !important;
	border-bottom: 1px solid #cecece !important;
}

ul.oss-social-share li a {
	border: none !important;
	background-color: #3598b2 !important;
}

ul.oss-social-share li a:hover {
	background-color: #0f4f60 !important;
}

ul.oss-social-share li a .oss-icon-wrap .oss-icon {
	fill: #fff !important;	
}

.custom-checkout-form {
	width: 100%;
	display: flex;
	margin-left: -15px !important;
	margin-right: -15px !important;
}

.form-left {
	width: 65%;
	padding-left: 15px !important;
	padding-right: 15px !important;
}

.form-right {
	width: 35%;
	padding-left: 15px !important;
	padding-right: 15px !important;
}

.woocommerce-shipping-fields {
	clear: both;
}

.woocommerce .woocommerce-checkout #customer_details h3 input[type="checkbox"] {
	float: none !important;
	position: relative;
	top: -2px;
}

.checkout-form-wrap {
	background-color: #fff;
	padding: 2em;
	box-shadow: 0 0 15px rgba(0, 0, 0, .15);
}

.woocommerce form .form-row {
	padding: 0 !important;
	margin-bottom: 10px !important;
}

.woocommerce-checkout #place_order {
	font-weight: 800;
    font-size: 15px;
    text-transform: uppercase;
    font-size: 15px;
    color: #fff;
    border-radius: 100px;
    background-color: #3599b4;
}

.woocommerce-checkout #place_order:hover {
	background-color: #0f4f60;
}

h3.billing_details_heading,
h3.order_review_heading {
	margin: 0 0 10px !important;
	color: #09141F;
	font-weight: 800;
	text-transform: uppercase !important;
	line-height: 1;
	font-size: 24px !important;
	padding: 0 !important;
	border: none !important;
}

.custom-checkout-form input[type="text"],
.custom-checkout-form input[type="email"],
.custom-checkout-form input[type="tel"],
.custom-checkout-form textarea,
.custom-checkout-form .select2-selection,
#billing_country_field .woocommerce-input-wrapper {
	border-radius: 0 !important;
	border-color: #858585 !important;
}

#billing_country_field .woocommerce-input-wrapper {
display: inline-block;
    min-height: 40px;
    width: 100%;
    font-size: 14px;
    line-height: 1.8;
    padding: 6px 12px;
    vertical-align: middle;
    background-color: transparent;
    color: #333;
    border: 1px solid #ddd;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.custom-checkout-form .form-row label {
	color: #09141f;
	text-transform: capitalize;
}

.woocommerce .woocommerce-checkout #customer_details h3 {
	padding-bottom: 0!important;
	border: none!important;
}

.product-thumb {
	width: 10%;
}

.custom-td {
	width: 90%;
}

.product-thumb img {
	width: 50px;
	height: 50px;
	border: 1px solid #858585;
}

.product-name p {
	font-size: 15px;
	margin-bottom: 0;
	color: #000;
}

.product-total .amount {
	font-weight: 700;
	font-size: 17px;
}

.woocommerce-checkout-review-order-table tbody td {
	padding: 0.8em 0 !important;
	background-color: #fff !important;
}

.woocommerce-checkout-review-order-table tbody tr:last-of-type td {
	border-bottom: 0 !important;
}

.woocommerce-checkout-review-order-table tfoot th {
	background-color: #fff !important;
	padding: 0.5em 0 !important;
	text-transform: capitalize;
	color: #000;
	line-height: 1;
	font-size: 16px;
}

.woocommerce-checkout-review-order-table tfoot td {
	background-color: #fff !important;
	padding: 0.5em 0 !important;
	text-transform: capitalize;
	color: #000;
	line-height: 1;
	text-align: right;
	font-size: 16px;
}

.woocommerce-checkout-review-order-table tfoot th,
.woocommerce-checkout-review-order-table tfoot td {
	border: none;
}

.woocommerce-checkout-review-order-table tfoot tr:last-of-type th,
.woocommerce-checkout-review-order-table tfoot tr:last-of-type td {
	border-bottom: 1px solid #bdbdbd;
	padding-bottom: 1.5em !important;
}

/*.woocommerce-checkout .woocommerce-form-coupon-toggle {
	display: none;
}*/

.woocommerce-checkout form.checkout {
	margin-top: 0 !important;
}

.checkout-ssl {
	font-size: 12px;
	color: #959595;
	text-align: center;
	margin-top: 1em !important;
}

.oceanwp-mobile-menu-icon a {
	color: #fff !important;
}

.woocommerce ul.product_list_widget li {
	display: flex;
	align-items: center;
}

.woocommerce ul.product_list_widget li .quantity {
	margin: 0 0 0 5px !important;
}

.woocommerce.widget_shopping_cart .cart_list li a {
	margin-left: 80px;
}

.woocommerce.widget_shopping_cart .cart_list li a.remove {
	right: 20px !important;
}

.widget_shopping_cart_content .buttons .button {
	padding: 10px !important;
	border-radius: 50px !important;
}

.widget_shopping_cart_content .buttons .button:first-child:hover {
    border-color: #369bb6 !important;
}

.widget_shopping_cart_content .buttons .checkout {
	background-color: #369bb6;
}

.age-gate-subheading {
	color: #3599b4 !important;
	font-weight: 800;
	font-size: 40px;
}

.age-gate input[type="submit"] {
	font-weight: 800;
    font-size: 15px;
    text-transform: uppercase;
    font-size: 15px;
    color: #fff;
    border-radius: 100px;
    background-color: #3599b4;
    margin: 15px 0;
}

.age-gate input[type="submit"]:hover {
	background-color: #0f4f60;
}

.age-gate-label {
	margin-right: 10px;
}

.age-gate-select {
	border-radius: 0;
}

.age-gate-remember,
.age-gate .custom-checkbox {
    margin: 0 auto;
    display: block;
    width: 80%;
    text-align: left;
}

.age-gate .custom-checkbox a {
	color: #3599b4;
}

.woocommerce-privacy-policy-text p {
	color: #09141f !important;
}

.home .woocommerce .products.mobile-2-col .product {
	width: 285px !important;
}


@media (min-width: 320px) and (max-width: 359px) {
	.home .woocommerce .products.mobile-2-col .product {
		width: 160px !important;
	}
}

@media (min-width: 360px) and (max-width: 374px) {
	.home .woocommerce .products.mobile-2-col .product {
		width: 180px !important;
	}
}

@media (min-width: 375px) and (max-width: 410px) {
	.home .woocommerce .products.mobile-2-col .product {
		width: 187.5px !important;
	}
}

@media (min-width: 411px) and (max-width: 413px) {
	.home .woocommerce .products.mobile-2-col .product {
		width: 206px !important;
	}
}

@media (min-width: 414px) and (max-width: 479px) {
	.home .woocommerce .products.mobile-2-col .product {
		width: 207px !important;
	}
}

@media (min-width: 479.8px) and (max-width: 480px){
	.home .woocommerce .products.mobile-2-col .product {
		width: 240px !important;
	}
}



@media (max-width: 480px) {
	.woocommerce ul.products li.product .button {
		font-size: 12px !important;
	}

	.product-inner li.title a {
		font-size: 14px !important;
	}

	.product-inner li.btn-wrap .add_to_cart_button {
		padding: 10px 20px !important;
	}

	.woocommerce-cart table.cart td.actions .coupon {
		margin-top: 2em;
	}

	.woocommerce .cart-collaterals p,
	.woocommerce-cart .cart-collaterals .cart_totals tr th,
	.woocommerce-cart .cart-collaterals .cart_totals tr td {
		font-size: 14px;
	}
}


@media (max-width: 767px) {

	.custom-cart-page {
		width: 100%;
		display: block;
		margin-left: 0 !important;
		margin-right: 0 !important;
	}

	.cart-right,
	.cart-left {
	    width: 100%;
	    padding-left: 0 !important;
	    padding-right: 0 !important;
	}

	.cart-right {
		margin-top: 2em;
	}
	
	.woocommerce .cart-collaterals p,
	.woocommerce-cart .cart-collaterals .cart_totals tr th,
	.woocommerce-cart .cart-collaterals .cart_totals tr td {
		font-size: 14px;
	}

	.woocommerce ul.woocommerce-shipping-methods {
		margin-bottom: 10px !important;
	}

	.woocommerce-cart .woocommerce .cart-right table.shop_table tr td {
		width: 50% !important;
	}

	.woocommerce-cart .woocommerce .cart-left table.shop_table tr td.actions,
	.woocommerce-cart .woocommerce .cart-right table.shop_table tr.hide_checkout td {
		width: 100% !important;
	}

	.woocommerce-cart .woocommerce .cart-right table.shop_table tr {
		display: flex;
	}

	.woocommerce-cart .woocommerce table.shop_table tr td.product-thumbnail {
		margin-right: 10px;`
	}

	.woocommerce-cart .woocommerce .cart-left table.shop_table tr td:before,
	.woocommerce-cart .woocommerce .cart-right table.shop_table tr td:before {
		display: none;
	}

	.woocommerce-cart .woocommerce .cart-right table.shop_table tbody th {
		display: block;
	}

	.woocommerce-cart .woocommerce .cart-left table.shop_table tr td {
		width: unset !important;
		border-bottom: none !important;
	    padding: 0.5em 0 !important;
	}

	.woocommerce-cart .woocommerce .cart-right table.shop_table tr td,
	.woocommerce-cart .woocommerce .cart-right table.shop_table tr th {
		padding: 0.5em !important;
	}

	.woocommerce-cart .woocommerce table.shop_table tr td.product-name-wrap,
	.woocommerce-cart .woocommerce table.shop_table tr td.product-quantity,
	.woocommerce-cart .woocommerce table.shop_table tr td.product-subtotal {
		padding-right: 10px !important;
	}

	.product-name, .product-price, .product-total {
		text-align: left;
	}

	.quantity .qty, .quantity .minus, .quantity .plus {
		font-size: 15px !important;
		line-height: 34px !important;
		width: 36px !important;
		min-height: 36px !important;
		background-color: #fff !important;
		border-color: #858585 !important;
	}


	.woocommerce div.product .product_title,
	.woocommerce div.product p.price,
	.woocommerce .related.products h2 {
		font-size: 24px !important;
	}
	
	.woopspro-product-slider button.slick-arrow {
		display: none !important;
	}

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

	#mobile-dropdown ul#menu-shop-1 li.menu-item-387 {
		display: none;
	}

	.shop_features {
		padding: 0;
	}

	.shop_features .custom-container {
		max-width: 100%;
	}

	.shop_features_wrap {
		display: block;
	}

	.shop_features_item {
		width: 100%;
	}

	.shop_features_img {
		padding: 5px 20px;
	}

	.shop_features_txt {
		padding: 5px 10px;
		margin-left: 0;
	}

	.shop_features_txt h2 {
		font-size: 16px;
	}

	.shop_features_txt p {
		font-size: 12px;
	}

	.shop_features_item:first-of-type,
	.shop_features_item:nth-of-type(2) {
		border-bottom: 1px solid #bdbdbd;
	}

	.shop_features_item:not(:first-of-type),
	.shop_features_item:not(:first-of-type) {
		border-left: none;
		padding-left: 0;
	}

	.elementor-10 .elementor-element.elementor-element-cfc3497 > .elementor-element-populated,
	.elementor-10 .elementor-element.elementor-element-3f26e57 > .elementor-element-populated {
		border-right: none !important;
		border-bottom: 1px solid #bdbdbd !important;
	}

	.home-category-wrap a {
		width: 100% !important;
	}

	.home-category-wrap img {
		width: 100% !important;
		height: 150px !important;
		object-fit: cover;
	}

	.elementor-154 .elementor-element.elementor-element-dab573b,
	.elementor-154 .elementor-element.elementor-element-eed1ee6,
	.elementor-154 .elementor-element.elementor-element-c42b547,
	.elementor-154 .elementor-element.elementor-element-d11b942 {
		margin-bottom: 10px !important;
	}

	.menu-class ul {
		text-align: center;
	}

	.menu-class ul li {
		line-height: 1;
	}

	.form-wrap {
		display: block;
	}

	.left-col,
	.right-col {
		width: 100%;
		padding: 0;
		margin-bottom: 10px;
	}

	.custom-contact-form textarea {
		height: 100px;
	}

	.elementor-295 .elementor-element.elementor-element-23202a0 > .elementor-element-populated,
	.elementor-295 .elementor-element.elementor-element-9ebcf8d > .elementor-element-populated,
	.elementor-313 .elementor-element.elementor-element-b584f61,
	.elementor-313 .elementor-element.elementor-element-667db0c,
	.elementor-313 .elementor-element.elementor-element-9e72687 {
		box-shadow: none !important;
	}

	.custom-contact-form input[type="submit"] {
		width: 100%;
	}

	.entry-share.side .theme-heading {
		float: none !important;
		text-align: center;
	}

	.entry-share.side ul {
		float: none !important;
		text-align: center;
	}

	.entry-share.side ul li {
		float: none !important;
		display: inline-block;
	}

	.single .entry-title {
		line-height: 1.2;
	}

	.blog_header {
		padding: 3em 0;
	}

	.woocommerce div.product form.cart {
		display: block !important;
	}

	img.cart_security {
		margin-top: 15px;
	}

	.owp-floating-bar .cart button[type="submit"] {
		min-height: 46px;
	}

	.owp-floating-bar .container,
	.owp-floating-bar.show{
		padding: 10px 0 !important;
		height: unset !important;
	}

	.oceanwp-mobile-menu-icon a {
		color: #fff !important;
	}

	.woocommerce span.onsale {
		top: 50px !important;
		left: 10px !important;
	}

	.custom-checkout-form {
		display: block;
		margin-left: 0 !important;
		margin-right: 0 !important;
	}

	.form-left,
	.form-right {
		width: 100%;
	}

	.form-right {
		margin-top: 2em;
	}

}

@media (min-width: 768px) and (max-width: 991px) {

	.woocommerce .cart-collaterals p,
	.woocommerce-cart .cart-collaterals .cart_totals tr th,
	.woocommerce-cart .cart-collaterals .cart_totals tr td {
		font-size: 14px;
	}

	.woocommerce ul.woocommerce-shipping-methods {
		margin-bottom: 10px !important;
	}

	.custom-checkout-form {
		margin-left: 0 !important;
		margin-right: 0 !important;
	}

	.form-left,
	.form-right {
		width: 50%;
	}

	.shop_features_txt h2 {
		font-size: 16px;
	}

	.shop_features_txt p {
		font-size: 12px;
	}

	.woocommerce .related.products h2 {
		font-size: 30px !important;
	}

	.custom-cart-page {
		display: block;
	}

	.cart-left,
	.cart-right {
		width: 100%;
	}

	.cart-right {
		margin-top: 1em;
	}
}

@media (min-width: 768px) and (max-width: 1366px) {

	.woocommerce .cart-collaterals p,
	.woocommerce-cart .cart-collaterals .cart_totals tr th,
	.woocommerce-cart .cart-collaterals .cart_totals tr td {
		font-size: 14px;
	}

	.woocommerce ul.woocommerce-shipping-methods {
		margin-bottom: 10px !important;
	}

	.woocommerce div.product form.cart {
		display: block !important;
	}

	img.cart_security {
		margin-top: 15px;
	}
}