
/* ===============================================
   GENERAL
================================================== */

@font-face {
    font-family: 'OpenSans Condensed';
    src: url('../webfonts/OpenSans_Condensed-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'OpenSans Condensed';
    src: url('../webfonts/OpenSans_Condensed-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'OpenSans Condensed';
    src: url('../webfonts/OpenSans_Condensed-ExtraBold.ttf') format('truetype');
    font-weight: 800;
    font-style: normal;
}

@font-face {
    font-family: 'Bebas Neue';
    src: url('../webfonts/BebasNeue-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}


@font-face {
    font-family:star;
    src:url(../webfonts/star.eot);
    src:url(../webfonts/star.eot?#iefix) format("embedded-opentype"),url(../webfonts/star.woff) format("woff"),url(../webfonts/star.ttf) format("truetype"),url(../webfonts/star.svg#star) format("svg");
    font-weight:400;
    font-style:normal;
}

@font-face {
    font-family:WooCommerce;
    src:url(../webfonts/WooCommerce.eot);
    src:url(../webfonts/WooCommerce.eot?#iefix) format("embedded-opentype"),url(../webfonts/WooCommerce.woff) format("woff"),url(../webfonts/WooCommerce.ttf) format("truetype"),url(../webfonts/WooCommerce.svg#WooCommerce) format("svg");
    font-weight:400;
    font-style:normal;
}

:root {
     --color-dark-blue: #1A2A40; 
     --color-yellow: #F4A300; 
     --color-white: #FFFFFF; 
     --color-light-gray:#f8f8f8; 
     --color-gray: #333333; 
	 --color-border: #E5E7EB;
	 --color-opacity: rgba(26, 42, 64, 0.7); 
}


::-moz-selection {
	background-color: var(--color-yellow);
	color: var(--color-gray);
}


::selection {
	background-color: var(--color-yellow);
	color: var(--color-gray);
}

* {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	outline: none;
}

a {
	text-decoration: none;
	display: inline-block;
	-webkit-transition: all;
	transition: all;
	-webkit-transition-duration: 0.5s;
	        transition-duration: 0.5s;
}

img {
	display: block;
	height: auto;
}


body {
	font-family: "Open Sans", sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
	color:var(--color-gray);
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "Bebas Neue", sans-serif;
    font-weight: 400;
	line-height: 1;
	margin-bottom: 30px;
	text-transform: uppercase;
    color: var(--color-dark-blue);
}

h1 {
	font-size: 100px;
	color: var(--color-white);
}

h2 {
	font-size: 65px;
}

h3 {
	font-size: 45px;
}


@-webkit-keyframes menu {

	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}


@keyframes menu {

	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

@-webkit-keyframes load {

	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

@keyframes load {

	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

.owc-align-center {
	text-align: center;
}


.owc-btn, .single_add_to_cart_button, .checkout-button.button, .checkout-content-order .button[type="submit"], #account-content button[type="submit"], .return-to-shop a, .wp-block-button__link, .wpcf7-form-control.wpcf7-submit.has-spinner.owc-btn {
	padding: 15px 20px !important;
	background-color: var(--color-yellow);
	color: var(--color-white);
	text-transform: uppercase;
	font-size: 14px;
	border: none;
	font-weight: 400;
	border-radius: 3px;
	cursor: pointer;
	-webkit-transition: all;
	transition: all;
	-webkit-transition-duration: 0.5s;
	        transition-duration: 0.5s;
}

.return-to-shop a {
    margin-top: 20px;
}

.single_add_to_cart_button {
	-webkit-transition: all;
	transition: all;
	-webkit-transition-duration: 0.5s;
	        transition-duration: 0.5s;
	cursor: pointer;
}

.checkout-button.button {
	width: 100%;
	text-align: center;
}

.owc-btn:hover, 
.single_add_to_cart_button:hover, .checkout-button.button:hover, 
.checkout-content-order .button[type="submit"]:hover, #account-content button[type="submit"]:hover, .return-to-shop a:hover, .wp-block-button__link:hover,
.wpcf7-form-control.wpcf7-submit.has-spinner.owc-btn:hover {
	background-color: var(--color-dark-blue);
}

.add_to_cart_button {
	color: var(--color-gray);
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 400;
}

.add_to_cart_button:hover {
	color: var(--color-yellow);
}

.owc-wrapper {
	max-width: 1920px;
	width: 100%;
	margin: 0 auto;
}

.owc-container {
	max-width: 1200px;
	width: 100%;
	margin: 0 auto;
	padding: 0 10px;
}

.owc-ptb {
	padding-top: 100px;
	padding-bottom: 100px;
}

.owc-flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}

#owc-scroll-top {
	position: fixed;
	bottom: 30px;
	right: 30px;
	z-index: 100;
	padding: 15px 15px;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	color: var(--color-white);
	background-color: var(--color-yellow);
}

#owc-scroll-top i {
    position: absolute;
    top:50%;
    left:50%;
    transform: translate(-50%, -50%);
}

#owc-scroll-top:hover {
    background-color: var(--color-dark-blue); 
}

.elementor-editor-active #owc-preload {
	display: none !important;
}


#owc-preload {
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100vh;
	background-color: var(--color-dark-blue);
	z-index: 100000;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

#owc-preload img {
	width: 36px;
	height: auto;
	-webkit-animation-name: load;
	animation-name: load;
	-webkit-animation-duration: 3s;
	animation-duration: 3s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
}

.owc-suptitle {
	display: inline-block;
	color: var(--color-yellow);
	font-size: 14px;
	letter-spacing: 2px;
	text-transform: uppercase;
	margin-bottom: 10px;
	position: relative;
}

#owc-openmenu,
#owc-closemenu {
	font-size: 20px;
	color: var(--color-white);
	display: none;
}

#owc-close-search {
	font-size: 20px;
	color: var(--color-white);
	margin-bottom: 30px;
}

#owc-close-search:hover {
	color: var(--color-yellow);
}

#owc-openfilter {
	font-size: 20px;
	color: var(--color-white);
}

#owc-closefilter {
	font-size: 25px;
	color: var(--color-yellow);
	float: right;
	margin: 30px 20px;
	margin-bottom: 20px;
}

#owc-openmenu:hover,
#owc-closemenu:hover,
#owc-openfilter:hover, 
#owc-closefilter:hover {
	color: var(--color-yellow);
}

#owc-mobile-nav {
	position: fixed;
	top: 0;
	left: -320px;
	bottom: 0;
	width: 320px;
	background-color: var(--color-dark-blue);
	z-index: 10000;
	padding: 20px;
	overflow: auto;
}


.owc-mobile-menu {
	clear: both;
}

.owc-mobile-menu li {
	padding: 10px;
}

.owc-mobile-menu li a {
	text-decoration: none;
	color: var(--color-white);
	font-size: 20px;
	text-transform: uppercase;
	font-size: 16px;
}

.owc-mobile-menu li a:hover {
	color: var(--color-yellow);
}

.owc-mobile-menu .sub-menu li a {
	padding: 5px;
	font-size: 16px;
}

.owc-mobile-menu>li.menu-item-has-children>a {
	display: block;
}

.owc-mobile-menu>li.menu-item-has-children>a i {
	font-size: 12px;
	margin-left: 5px;
	float: right;
	margin-top: 4px;
}

.owc-mobile-menu .sub-menu>li.menu-item-has-children>a {
	display: block;
}

.owc-mobile-menu .sub-menu>li.menu-item-has-children>a i {
	font-size: 12px;
	margin-left: 5px;
	float: right;
	margin-top: 4px;
}

.owc-mobile-menu .sub-menu li.menu-item-has-children {
	padding-right: 0px;
}

.owc-mobile-menu .sub-menu {
	display: none;
	margin-top: 20px;
}

.breadcrumbs-content {
	padding:5px;
	color: var(--color-white);
}

.breadcrumbs-content>div {
	margin-right: 10px;
}

.breadcrumbs-content a {
	color: var(--color-white);
}

.breadcrumbs-content a:hover {
	color: var(--color-yellow);
}

.owc-site-title {
	font-size: 50px;
	color: var(--color-white);
	text-transform: uppercase;
}

/* ===============================================
   HEADER
================================================== */



#owc-header {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	z-index: 1000;
}

.owc-wrapper-header {
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	padding-top: 20px;
	padding-bottom: 20px;
}

.owc-site-title {
	text-transform: uppercase;
	color: var(--color-white);
	font-size: 24px;
}

.owc-wrapper-nav-cart {
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.owc-header-menu>li {
	float: left;
	margin: 0px 20px;
}

.owc-header-menu>li a {
	color: var(--color-white);
	text-transform: uppercase;
	padding-top: 10px;
	padding-bottom: 10px;
}

.owc-header-menu>li a:hover {
	color: var(--color-yellow);
}

.owc-header-menu>.menu-item-has-children {
	position: relative;
}

.owc-header-menu>.menu-item-has-children>.sub-menu {
	position: absolute;
	top: 100%;
	left: 0;
	display: none;
	background-color: var(--color-dark-blue);
	z-index: 100000;
	padding-top: 15px;
	padding-bottom: 15px;
}

.owc-header-menu>.menu-item-has-children>.sub-menu>li {
	margin-left: 0px;
	white-space: nowrap;
	width: 100%;
	padding-top: 8px;
	padding-bottom: 8px;
	margin: 0px;
}

.owc-header-menu>.menu-item-has-children>.sub-menu>li a {
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 400;
	display: block;
	color: var(--color-white);
	padding: 0px 20px;
}

.owc-header-menu>.menu-item-has-children .sub-menu li a {
	color: var(--color-white);
}

.owc-header-menu>.menu-item-has-children .sub-menu li a:hover {
	color: var(--color-yellow);
}

.owc-header-menu>.menu-item-has-children:hover>.sub-menu {
	display: block;
	-webkit-animation-name: menu;
	animation-name: menu;
	-webkit-animation-duration: 0.5s;
	animation-duration: 0.5s;
}

.owc-header-menu>.menu-item-has-children>.sub-menu>.menu-item-has-children {
	position: relative;
}

.owc-header-menu>.menu-item-has-children>.sub-menu>.menu-item-has-children>.sub-menu {
	position: absolute;
	padding-top: 15px;
	padding-bottom: 15px;
	top: -15px;
	left: 100%;
	display: none;
	z-index: 10000;
	background-color: var(--color-dark-blue);
}

.owc-header-menu>.menu-item-has-children>.sub-menu>.menu-item-has-children:hover>.sub-menu {
	display: block;
	-webkit-animation-name: menu;
	animation-name: menu;
	-webkit-animation-duration: 0.5s;
	animation-duration: 0.5s;
}

.owc-header-menu>.menu-item-has-children>.sub-menu>.menu-item-has-children>.sub-menu li {
	margin-left: 0px;
	width: 100%;
	margin: 0px;
	padding-top: 8px;
	padding-bottom: 8px;
}

.owc-header-menu li {
	white-space: nowrap;
}

.owc-wrapper-cart-account {
	margin-left: 50px;
}

.owc-wrapper-cart-account a {
	color: var(--color-white);
	font-size: 18px;
	margin-left: 10px;
}

.owc-wrapper-cart-account a:hover {
	color: var(--color-yellow);
}

.owc-wrapper-cart-account .link-cart {
	position: relative;
	margin-right: 20px;
}

.owc-wrapper-cart-account .link-cart span {
    font-size: 14px;
    position: absolute;
    right: -22px;
    top: -5px;
    width: 20px;
}


.owc-wrapper-header-top {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-top: 20px;
    padding-bottom: 10px;
    color: var(--color-white);
}

.owc-wrapper-header-top p i {
    color: var(--color-yellow);
    margin-right: 10px;
}

.owc-wrapper-header-top .owc-social-link li {
	float: left;
	margin-left: 20px;
}

.owc-wrapper-header-top .owc-social-link li a {
	color: var(--color-white);
}

.owc-wrapper-header-top .owc-social-link li a:hover {
	color: var(--color-yellow);
}


#owc-header.page {
	background-color: var(--color-dark-blue);
	position: static;
}


.owc-wrapper-title {
	padding-top: 30px;
	padding-bottom: 30px;
	background-color: var(--color-light-gray);
}

.owc-wrapper-title h1 {
	color: var(--color-dark-blue);
	font-size: 40px;
	margin-bottom: 10px;
}


.breadcrumbs-content {
	color: var(--color-dark-blue);
}

.breadcrumbs-content>div {
	margin-right: 10px;
}

.breadcrumbs-content a {
	color: var(--color-dark-blue);
}

.breadcrumbs-content a:hover {
	color: var(--color-yellow);
}


/* ===============================================
   HEADER CONTENT
================================================== */

.owc-wrapper-header-content {
	background-repeat: no-repeat;
	background-position: bottom left;
	background-size: cover;
	height:850px;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}


/* ===============================================
   ABOUTUS
================================================== */

/*
#aboutus {
    background-color:var(--color-dark-blue);
}

.owc-wrapper-aboutus {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}
*/
.owc-aboutus-img {
	position: relative;
}

.owc-aboutus-img img {
    width: 100%;
}

.owc-aboutus-img>a {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	font-size: 80px;
	color: var(--color-yellow);
}

.owc-aboutus-img>a:hover {
	color: var(--color-dark-blue);
}


.owc-aboutus-content {
    color: var(--color-white);
	padding-left: 50px;
}

.owc-aboutus-content p {
	margin-bottom: 20px;
}

.owc-aboutus-content h2 {
    color: var(--color-white);
}

.owc-wrapper-signature {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 50px;
}

.owc-wrapper-signature img {
	max-width: 180px;
	margin-right: 10px;
}

.owc-wrapper-signature h3 {
	font-size: 18px;
	margin-bottom: 5px;
    color: var(--color-white);
    letter-spacing: 3px;
}

.owc-wrapper-signature p {
	text-transform: uppercase;
	letter-spacing: 3px;
	font-size: 12px;
	color: var(--color-yellow);
}

/* ===============================================
   STEP
================================================== */




.owc-wrapper-step {
    max-width: 1400px;
}

.owc-single-step {
	
	padding: 40px 20px;
}

.owc-single-step span {
	line-height: 1;
	color: rgba(244, 163, 0, 0.5);
	font-size: 120px;
    font-family: "Bebas Neue", sans-serif;
    font-weight: 400;
}

.owc-single-step>div {
	margin-top: -50px;
	padding-left: 20px;
}

.owc-single-step>div h3 {
	margin-bottom: 10px;
	font-size: 30px;
}



/* ===============================================
   BANNER
================================================== */


#banner h2 {
	font-size: 70px;
    color: var(--color-white);
}


/* ===============================================
   PROJECTS
================================================== */

#owc-projects {
	background-color: var(--color-dark-blue);
}

#owc-projects h2 {
	color: var(--color-white);
}


.owc-single-project {
	overflow: hidden;
}

.owc-single-project a {
	display: block;
	position: relative;
}

.owc-single-project .owc-project-content {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(26, 42, 64, 0);
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	padding: 30px 20px;
	-webkit-transition: all;
	transition: all;
	-webkit-transition-duration: 0.5s;
	transition-duration: 0.5s;
}

.owc-single-project .owc-project-content h3 {
	color: var(--color-white);
	font-size: 28px;
	-webkit-transition: all;
	transition: all;
	-webkit-transition-duration: 0.5s;
	        transition-duration: 0.5s;
}


.owc-single-project a:hover .owc-project-content {
	background-color: rgba(26, 42, 64, 0.5);
}

.owc-single-project a:hover .owc-project-content  h3  {
    color: var(--color-yellow);
}

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

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: var(--color-yellow);
}

.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: var(--color-border);
    display: block;
    -webkit-backface-visibility: visible;
    -webkit-transition: opacity .2s ease;
    transition: opacity .2s ease;
    border-radius: 30px;
}



/* ===============================================
   TESTIMONIALS
================================================== */


.owc-single-testimonials img {
	width: 80px !important;
	height: 80px !important;
	margin: 0 auto;
	border-radius: 50% !important;
	margin-bottom: 30px;
}

.owc-single-testimonials p {
	margin-bottom: 20px;
}

.owc-wrapper-author h3 {
	margin-bottom: 10px;
	font-size: 20px;
}

.owc-wrapper-author p {
	font-size: 14px;
	letter-spacing: 2px;
	text-transform: uppercase;
	color: var(--color-yellow);
}

.owc-owl-carousel.owc-testimonials-carousel .owl-item {
	height: auto;
}


/* ===============================================
   FOOTER
================================================== */


footer {
	background-color: var(--color-dark-blue);
}

#owc-contacts .owc-container {
	max-width: 1400px;
}

.owc-wrapper-contact {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.owc-wrapper-contact>div {
	width: 25%;
	padding: 20px;
	color: var(--color-white);
}

.owc-wrapper-contact>div p {
	margin-bottom: 10px;
}

.owc-wrapper-contact>div h3 {
	font-size: 26px;
	color: var(--color-white);
}

.owc-wrapper-contact>div a {
	color: var(--color-white);
}

.owc-wrapper-contact>div a:hover {
	color: var(--color-yellow);
}

.owc-copyright {
	padding: 15px 15px 50px 15px;
	text-align: center;
	font-size: 14px;
	color: var(--color-white);
}

#owc-contacts .owc-social-link {
	margin-top: 30px;
}

#owc-contacts .owc-social-link li {
	margin-right: 20px;
}

.owc-social-link li a {
	color: var(--color-yellow);
}

.owc-social-link li a:hover {
	color: var(--color-white);
}


/* ===============================================
   SEARCH
================================================== */


#owc-wrapper-search-popup {
	position:fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 100000;
	background-color:  var(--color-opacity);
	display: none;
}

.owc-search-container {
	max-width: 900px;
	padding-top: 50px;
}


/* ===============================================
   PAGES
================================================== */


.owc-content p {
	margin-bottom: 30px;
}

.owc-content img {
	max-width: 100%;
	margin-bottom: 30px;
	width: auto;
}

.owc-content ul,
.owc-content ol {
	margin: 30px;
}

.owc-content ul li {
	list-style: disc;
}

.owc-content ol li {
	list-style: decimal;
}

.owc-content strong {
	font-weight: 900;
}

.owc-content .alignleft {
	float: left;
	max-width: 100%;
	margin-right: 30px;
	margin-bottom: 30px;
}

.owc-content .alignright {
	float: right;
	max-width: 100%;
	margin-left: 30px;
	margin-bottom: 30px;
}

.owc-content .aligncenter {
	clear: both;
	display: block;
	float: none;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}

.owc-content h1 {
	font-size: 75px;
	color: var(--color-gray);
}

.owc-content h2 {
	font-size: 65px;
}

.owc-content h3 {
	font-size: 55px;
}

.owc-content h4 {
	font-size: 45px;
}

.owc-content h5 {
	font-size: 40px;
}

.owc-content h6 {
	font-size: 35px;
}

.owc-content em {
	font-style: italic;
}

.owc-content blockquote {
	margin-bottom: 30px;
}

.owc-content blockquote:before {
	content: "“";
}

.owc-content blockquote:after {
	content: "“";
}


.tags-links {
	margin-bottom: 30px;
	display: block;
}

.tags-links a {
	display: inline-block;
	color: var(--color-gray);
	font-size: 14px;
	text-transform: uppercase;
	margin: 20px 10px;
}

.tags-links a:hover {
	color: var(--color-yellow);
}



/* ===============================================
   FORM
================================================== */

.owc-wrapper-contact-form {
	margin: 0 auto;
}

input, select {
	background-color: var(--color-light-gray);
    outline: none;
    border: none;
    display: block;
    padding: 15px;
    margin-bottom: 20px;
    width: 100%;
	font-family: "Open Sans", sans-serif;
    font-weight: 400;
	color: var(--color-gray);
    font-size: 16px;
    -webkit-transition: all;
    transition: all;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
}


.owc-wrapper-input {
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}

.owc-wrapper-input p {
    width: calc(50% - 10px);
	margin-bottom: 0px;
}

textarea {
    background-color: var(--color-light-gray);
    outline: none;
    border: none;
    display: block;
    padding: 15px;
    margin-bottom: 20px;
    width: 100%;
    min-height: 180px;
    color: var(--color-gray);
    -webkit-transition: all;
    transition: all;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    font-size: 16px;
	font-family: "Open Sans", sans-serif;
    font-weight: 400;
}


input.owc-btn[type="submit"] {
    outline: none;
    border: none;
    -webkit-transition: all;
    transition: all;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    cursor: pointer;
    display: block;
}

.owc-wrapper-input {
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}

.wpcf7 form .wpcf7-response-output {
    margin: 10px 0px;
    padding: 0px;
    border: none !important;
}


/* ===============================================
   BLOG
================================================== */


.owc-wrapper-blog .w-70 {
   width: 70%;
}

.owc-wrapper-blog .w-30 {
	width: calc(30% - 10px);
	padding:20px;
	margin-top: 10px;
	margin-left: 10px;
}

.owc-single-blog {
	margin: 10px;
}

.owc-single-blog.owc-single-blog-w-1 {
	width: calc(100% - 20px);
}

.owc-single-blog.owc-single-blog-w-2 {
	width: calc(50% - 20px);
}

.owc-single-blog-img {
	position: relative;
}

.owc-single-blog-img:hover .owc-overlay {
	opacity: 1;
}

.owc-single-blog-img {
	width:100%;
	display: block;
}

.owc-single-blog-img img {
	width: 100%;
	-webkit-transition: all;
	transition: all;
	-webkit-transition-duration: 0.5s;
	        transition-duration: 0.5s;
}


.owc-single-blog-img:hover img {
	-webkit-filter: opacity(80%);
	        filter: opacity(80%);
}

.owc-single-blog-content {
    padding: 20px 0px;
}


.owc-single-blog-content h3 {
    font-size: 26px;
    margin-bottom: 20px;
    text-transform: none;
    -webkit-transition: all;
    transition: all;
    -webkit-transition-duration: 0.5s;
            transition-duration: 0.5s;
}

.owc-single-blog-content h3:hover {
	color: var(--color-yellow);
}

.owc-single-blog-content span {
	display: block;
	margin-bottom: 20px;
}

.owc-single-blog-content span i {
	margin-right: 10px;
}

.navigation.pagination {
	margin-top: 50px;
}

.navigation.pagination .nav-links {
	font-size: 18px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-weight: 400;
}

.navigation.pagination .nav-links span.current {
	display: inline-block;
	padding: 10px;
	border-radius: 3px;
	text-decoration: none;
	color: var(--color-gray);
	margin: 0px 5px;
	-webkit-transition: all;
	transition: all;
	-webkit-transition-duration: 0.5s;
	transition-duration: 0.5s;
	cursor: pointer;
}

.navigation.pagination .nav-links a {
	display: inline-block;
	padding: 10px;
	border-radius: 3px;
	text-decoration: none;
	color: var(--color-gray);
	margin: 0px 5px;
	-webkit-transition: all;
	transition: all;
	-webkit-transition-duration: 0.5s;
	transition-duration: 0.5s;
}

.navigation.pagination .nav-links span.current:hover,
.navigation.pagination .nav-links a:hover {
	color: var(--color-yellow);
}


/* ===============================================
   WOOCOMMERCE
================================================== */


.star-rating {
    position: relative;
    display: inline-block;
    overflow: hidden;
    width: 5.3em;
    height: 1em;
    line-height: 1;
    font-size: 1em;
    font-family: star;
}

.star-rating::before {
    content: "\73\73\73\73\73";
    position: absolute;
    top: 0;
    left: 0;
    color: var(--color-yellow);
}

.star-rating span {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    padding-top: 1.5em;
}

.star-rating span::before {
    content: "\53\53\53\53\53";
    position: absolute;
    top: 0;
    left: 0;
    color: var(--color-yellow);
}


 p.stars {
    display: block;
    margin: 0;
    line-height: 1;
}

p.stars span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 5px;
}

 p.stars a {
    position: relative;
    display: block;
    width: 1em;
    height: 1em;
    overflow: hidden;
    text-indent: -999em;
    text-decoration: none;
    cursor: pointer;
    font-size: 16px;
}

 p.stars a::before {
    content: "\e021";
    font-family: WooCommerce;
    position: absolute;
    top: 0;
    left: 0;
    text-indent: 0;
    line-height: 1;
    color: var(--color-yellow);
}

 p.stars:hover a::before {
    content: "\e020";
}

 p.stars a:hover ~ a::before {
    content: "\e021";
}

p.stars.selected a.active::before {
    content: "\e020";
}

 p.stars.selected a.active ~ a::before {
    content: "\e021";
}

 p.stars.selected a:not(.active)::before {
    content: "\e020";
}

.woocommerce-product-rating {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px;
}

.products .star-rating {
    margin-top: 5px;
}

.single-product .star-rating {
    margin-right: 10px;
}


select {
	padding: 10px;
	-webkit-appearance: none;
	   -moz-appearance: none;
	        appearance: none;
	background-image: url('../images/arrow-down.png');
	background-size: 12px auto;
	background-repeat: no-repeat;
	background-position: 95% 55%;
}



/* ===============================================
   SHOP
================================================== */


#category {
	background-color: var(--color-light-gray);
}

.owc-wrapper-category {
	max-width: 1400px;
}

.owc-wrapper-category   .product-category  {
	margin: 10px;
	-webkit-transition: all;
	transition: all;
	-webkit-transition-duration: 0.5s;
	        transition-duration: 0.5s;
	display: block;
}

.owc-wrapper-category   .product-category  a {
	display: block;
	width: 100%;
}

.columns-5 .product-category {
	width: calc(20% - 20px);
}

.columns-4 .product-category {
	width: calc(25% - 20px);
}

.columns-3 .product-category {
	width: calc(33.333333% - 20px);
}

.columns-2 .product-category {
	width: calc(50% - 20px);
}

.product-category a {
	display: block;
}

.product-category img {
	width:100%;
	margin: 0 auto 20px auto;
	-webkit-transition: all;
	transition: all;
	-webkit-transition-duration: 0.5s;
	        transition-duration: 0.5s;
}


.product-category a:hover img {
	-webkit-filter: opacity(80%);
	        filter: opacity(80%);
}

.product-category h3 {
	color: var(--color-gray);
	font-size: 26px;
}

.product-category a  h3  {
	-webkit-transition: all;
	transition: all;
	-webkit-transition-duration: 0.5s;
	        transition-duration: 0.5s;
}

.product-category a:hover h3 {
	color: var(--color-yellow);
}


/* ===============================================
   ARCHIVE SHOP
================================================== */


.owc-sidebar-shop.w-30 {
	width: calc(30% - 10px);
	margin-left: 10px;
	padding: 20px;
	border: 1px solid var(--color-border);
}

.owc-sidebar-shop.w-30 input {
	padding: 0px;
}

.owc-wrapper-shop  {
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
}

.owc-wrapper-product.w-70 {
	width: 70%;
}

.woocommerce-pagination {
	padding-top: 50px;
	width: 100%;
}

.page-numbers {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 400;
    font-size: 18px;
}

.page-numbers .page-numbers.current {
    display: inline-block;
    padding: 10px;
    border-radius: 3px;
    text-decoration: none;
    color: var(--color-gray);
    margin: 0px 5px;
    -webkit-transition: all;
    transition: all;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    cursor: pointer;
}

.page-numbers li a {
    display: inline-block;
    padding: 10px;
    border-radius: 3px;
    text-decoration: none;
    color: var(--color-gray);
    margin: 0px 5px;
    -webkit-transition: all;
    transition: all;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
}

.page-numbers li a:hover {
	color: var(--color-yellow);
}

.woocommerce-message {
	padding: 20px;
	background-color: var(--color-yellow);
	margin-bottom: 20px;
	max-width: 1200px;
	margin: 0 auto;
}

.woocommerce-message > .button,  .woocommerce-message > a {
    color: var(--color-gray);
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 900;
}

.woocommerce-message > .button:hover, .woocommerce-message > a:hover {
	color: var(--color-white);
}

.wrapper-product-info {
	padding: 10px 20px 20px 20px;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.woocommerce-ordering select {
	margin-bottom: 0px;
}

.wc-block-product-filter-checkbox-list__items label {
    -webkit-transition: all;
    transition: all;
	-webkit-transition-duration: 0.5s;
	        transition-duration: 0.5s;
	text-transform: uppercase;
}

.wc-block-product-filter-checkbox-list__items label:hover {
     cursor: pointer;
	 color: var(--color-yellow);
}


/* ===============================================
   PRODUCT
================================================== */


.owc-wrapper-product .product img,
.up-sells.upsells  .product img {
	width: 100%;
}

.owc-wrapper-product .product,
.up-sells.upsells .product {
	margin:0px 10px 20px 10px;
	padding: 20px;
	-webkit-transition: all;
	transition: all;
	-webkit-transition-duration: 0.5s;
	        transition-duration: 0.5s;
	background-color: var(--color-white);
	position: relative;
	border: 1px solid var(--color-border);
}

.owc-wrapper-product .product:hover,
.up-sells.upsells .product:hover {
	border-color: var(--color-yellow);
}

.onsale {
   position: absolute;
   top: 20px;
   right: 20px;
   z-index: 1000;
   font-size: 12px;
   background-color: var(--color-yellow);
   padding: 8px;
   display: inline-block;
   color: var(--color-white);
   text-transform: uppercase;
} 

.columns-5 .product {
	width: calc(20% - 20px);
}

.columns-4 .product {
	width: calc(25% - 20px);
}

.columns-3 .product {
	width: calc(33.333333% - 20px);
}

.columns-2 .product {
	width: calc(50% - 20px);
}

.woocommerce-LoopProduct-link img {
	margin-bottom: 20px;
	-webkit-transition: all;
	transition: all;
	-webkit-transition-duration: 0.5s;
	transition-duration: 0.5s;
}

.woocommerce-LoopProduct-link:hover img {
	-webkit-filter: opacity(70%);
	filter: opacity(70%);
}

.woocommerce-LoopProduct-link h3 {
	color: var(--color-dark-blue);
	font-size: 24px;
	-webkit-transition: all;
	transition: all;
	-webkit-transition-duration: 0.5s;
	transition-duration: 0.5s;
	margin-bottom: 10px;
}

.woocommerce-LoopProduct-link:hover h3 {
	color: var(--color-yellow);
}

.price {
	font-size: 20px;
	margin-bottom: 10px;
	color: var(--color-gray);
	font-weight: 400;
	margin-bottom: 10px;
	display: block;
}

.price span {
	color: var(--color-gray);
}

.woocommerce-Price-amount {
	border: none;
	text-decoration: none;
	outline: none;
}

span.price,
.price ins {
    text-decoration: none;
}

span.price del {
    color: var(--color-gray);
}

p.price,
.price ins {
    text-decoration: none;
}

p.price del {
    color: var(--color-gray);
}

.added_to_cart.wc-forward {
    display: block;
    color: var(--color-gray);
    font-size: 14px;
    margin-top: 10px;
}

.added_to_cart.wc-forward:hover {
   color: var(--color-yellow);
}

.wc-block-product-filter-price-slider .text input[type=text] {
    border: 1px solid;
    border-radius: 0px !important;
    font-size: .875em;
    margin: 0;
    max-width: 60px;
    min-width: 0;
    padding: 12px !important;
    width: auto;
}

.yith-wcwl-add-to-wishlist-button.yith-wcwl-add-to-wishlist-button--single.yith-wcwl-add-to-wishlist-button--anchor {
    color: var(--color-gray);
}

/* ===============================================
   WIDGETS
================================================== */


.widget {
	margin-bottom: 30px;
	color: var(--color-gray);
	clear: both;
	overflow-wrap: anywhere;
}

.widget-title {
	font-size: 18px;
	margin-bottom: 15px;
	color: var(--color-gray);
	padding-bottom: 5px;
}

.wp-block-search__inside-wrapper {
	display: block !important;
	width: 100%;
}

.wp-block-search__input {
	display: block;
	width: 100%;
	min-width: 0;
}

.owc-btn.submit-search {
	width: 100%;
	display: block;
	border:none !important;
}

.widget ul li {
	margin-bottom: 15px;
}

.widget ul li a {
	color: var(--color-gray);
	display: inline-block;
	text-transform: uppercase;
	font-size: 16px;
	overflow-wrap: anywhere;
}

.widget ul li a:hover {
	color: var(--color-yellow);
}

.wp-block-tag-cloud {
	display: block;
}

.wp-block-tag-cloud a {
	display: inline-block;
	color: var(--color-gray);
	font-size: 14px !important;
	text-transform: uppercase;
	margin:10px 10px 10px 0px;
	overflow-wrap: anywhere;
}

.wp-block-tag-cloud a:hover {
	color: var(--color-yellow);
}

*[class^="wp-block-woocommerce-product"] {
	margin-bottom: 30px;
	color: var(--color-gray);
	clear: both;
}

.wp-block-heading {
	margin-bottom: 20px;
}

.wc-block-product-filter-price-slider__range {
	background-color: var(--color-gray) !important;
}

.wc-block-product-filter-price-slider .text input[type=text] {
	border: 1px solid var(--color-border) !important;
	border-radius: 4px;
	font-size: .875em;
	margin: 0;
	max-width: 60px;
	min-width: 0;
	padding: 8px;
	width: auto;
}


/* ===============================================
   FILTER
================================================== */


[class^="wp-block-woocommerce-product"] {
    margin-bottom: 10px !important;
    clear: both;
}
.wp-block-heading {
	margin-bottom: 20px !important;
	font-size: 24px;
}


/* ===============================================
   SINGLE PRODUCT
================================================== */



.owc-wrapper-single-product {
	width: 100%;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
}

.owc-single-product-img {
	width: 40%;
}

.owc-single-product-content {
	width: 60%;
	padding-left: 50px;
}

.owc-single-product-img a {
	display: block;
	width: 100%;
}

.owc-single-product-img  img {
	width: 100%;
	display: block;
	-webkit-transition: all;
	transition: all;
	-webkit-transition-duration: 0.5s;
	        transition-duration: 0.5s;
}

.owc-single-product-img img:hover {
	-webkit-filter: opacity(70%);
	filter: opacity(70%);
}

.woocommerce div.product div.images .woocommerce-product-gallery__trigger {
    visibility: hidden;
}

.woocommerce div.product div.images .woocommerce-product-gallery__trigger::before {
    visibility: visible;
}

.woocommerce div.product div.images .woocommerce-product-gallery__trigger::after {
    visibility: visible;
}

.flex-control-thumbs {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}

.flex-control-thumbs li {
	width: 100px;
	height: auto;
	margin: 10px;
	cursor: pointer;
    border: 1px solid var(--color-border);
	-webkit-transition: all;
	transition: all;
	-webkit-transition-duration: 0.5s;
	        transition-duration: 0.5s;
	border-radius: 3px;
	overflow: hidden;
}

.flex-control-thumbs li:hover {
	border: 1px solid var(--color-yellow);
}

.flex-control-thumbs li img {
	display: block;
	width: 100%;
	-webkit-transition: all;
	transition: all;
	-webkit-transition-duration: 0.5s;
	        transition-duration: 0.5s;
}

.flex-control-thumbs li img:hover {
	-webkit-filter: opacity(70%);
	filter: opacity(70%);
}

.owc-single-product-content h1 {
    font-size: 40px;
    margin-bottom: 20px;
    color: var(--color-dark-blue);
}

.woocommerce-review-link {
	color: var(--color-dark-blue);
	margin-bottom: 0px;
}

.woocommerce-product-rating {
	margin-bottom: 10px;
}

.woocommerce-review-link:hover {
   color: var(--color-yellow);
}

.owc-single-product-content .price {
    font-size: 20px;
}

.owc-single-product-content .variations tr {
    width: 100%;
}

.owc-single-product-content .variations .label {
    font-weight: 400;
    display: inline-block;
    font-size: 14px;
    margin-right: 10px;
}

.owc-single-product-content .variations select {
    margin-bottom: 10px;
    width: 200px;
}

.owc-single-product-content .woocommerce-product-details__short-description {
    margin-bottom: 20px;
}

.owc-single-product-content input[type="number"] {
    width: 100px;
    margin-bottom: 0px;
    margin-right: 10px;
	padding: 12px;
}

.owc-single-product-content .quantity {
    float: left;
}

.product_meta {
    clear: both;
    padding-top: 20px;
}

.product_meta > span {
    display: block;
	margin-bottom: 5px;
}

.product_meta > span a {
    color: var(--color-gray);
}

.product_meta > span a:hover {
    color: var(--color-yellow);
}

.owc-single-product-content .reset_variations {
    margin-bottom: 20px;
    color: var(--color-gray);
}

.owc-single-product-content .reset_variations:hover {
	color: var(--color-yellow);
}


.tabs.wc-tabs {
	margin-top: 30px;
    background-color: var(--color-light-gray);
}

.wc-tabs li {
    padding: 20px;
}

.wc-tabs li a {
    color: var(--color-gray);
    text-transform: uppercase;
	font-weight: 400;
	font-size: 14px;
}

.wc-tabs li a:hover {
	color: var(--color-yellow);
}

.wc-tabs li.active a {
    color: var(--color-yellow);
}

.woocommerce-Tabs-panel {
    padding: 20px 20px 50px 20px;
}

.woocommerce-Tabs-panel h2 {
    font-size: 28px;
}

.woocommerce-Tabs-panel h1 {
	font-size: 30px;
}

.woocommerce-Tabs-panel h3 {
	font-size: 26px;
}

.woocommerce-Tabs-panel h4 {
	font-size: 24px;
}

.woocommerce-Tabs-panel h5 {
	font-size: 22px;
}

.woocommerce-Tabs-panel h6 {
	font-size: 20px;
}

.woocommerce-Tabs-panel p {
	margin-bottom: 20px;
}


.woocommerce-product-attributes {
    width: 100%;
}

.woocommerce-product-attributes th {
    text-align: left;
}

.woocommerce-product-attributes-item__value p {
	margin-bottom: 0px;
}

.woocommerce-product-attributes tr td, .woocommerce-product-attributes th {
    border: 1px solid var(--color-border);
    padding: 10px;
}

.comment_container {
    margin-bottom: 40px;
}

.comment_container img {
	width: 60px !important;
	height: 60px !important;
	display: inline-block;
    border-radius: 50%;
	margin-bottom: 5px;
}

.woocommerce-review__author, 
.woocommerce-review__dash, 
.woocommerce-review__published-date {
	font-weight: 700;
	color: var(--color-dark-blue);
	text-transform: uppercase;
	font-size: 12px;
}

.commentlist p.meta {
   margin-bottom: 20px;
   font-size: 10px;
   margin-top: 10px;
} 

.comment_container {
	margin-bottom: 40px;
}

.comment-reply-title {
	font-weight: 700;
	margin-bottom: 20px;
	text-transform: uppercase;
	font-size: 14px;
	display: block;
}

.comment-form-rating {
	margin-bottom: 20px;
}

label[for="comment"], 
.comment-form-author label, 
.comment-form-email label  {
	margin-bottom: 20px;
	display: block;
}

.comment-form-cookies-consent {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-ms-flex-wrap:nowrap;
	    flex-wrap:nowrap;
}

#wp-comment-cookies-consent {
   width: 50px;
   margin-bottom: 0px;
}

.comment-form-cookies-consent  {
	width: 100%;
	padding: 20px 0px;
}

.woocommerce-tabs.wc-tabs-wrapper .submit  {
	padding: 15px 20px !important;
	background-color: var(--color-yellow);
	color: var(--color-white);
	text-transform: uppercase;
	font-size: 14px;
	border: none;
	font-weight: 400;
	border-radius: 3px;
	cursor: pointer;
	-webkit-transition: all;
	transition: all;
	-webkit-transition-duration: 0.5s;
	        transition-duration: 0.5s;
}


.woocommerce-tabs.wc-tabs-wrapper .submit:hover {
	background-color: var(--color-dark-blue);
}

.upsells.products h2 {
    font-size: 30px;
}

.up-sells.upsells.products {
	padding-bottom: 50px;
}


/* ===============================================
   CART / CHEKOUT
================================================== */


table {
	width: 100%;
}

.shop_table thead {
	width: 100%;
}

.title-table {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	width: 100%;
	color: var(--color-gray);
	font-size: 14px;
	text-transform: uppercase;
	margin-bottom: 20px;
	text-align: left;
}

.title-table  .product-remove {
	width: 5%;
}

.title-table  .product-thumbnail {
	width: 15%;
}

.title-table .product-name {
	width: 40%;
}

.title-table .product-price {
	width: 10%;
} 

.title-table .product-quantity {
	width: 20%;
}

.title-table .product-subtotal {
	width: 10%;
}

.woocommerce-cart-form__cart-item.cart_item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	width: 100%;
	margin-bottom: 10px;
	border-bottom: 1px solid var(--color-border);
}

.woocommerce-cart-form__cart-item.cart_item  > td, .title-table > th {
	padding: 10px;
}

.woocommerce-cart-form__cart-item.cart_item .product-remove {
	width: 5%;
}

.woocommerce-cart-form__cart-item.cart_item .product-remove a {
	color: var(--color-yellow);
}

.woocommerce-cart-form__cart-item.cart_item .product-remove a:hover {
	color: var(--color-gray);
}

.woocommerce-cart-form__cart-item.cart_item .product-thumbnail {
	width: 15%;
}

.woocommerce-cart-form__cart-item.cart_item .product-name {
	width: 40%;
}

.woocommerce-cart-form__cart-item.cart_item .product-name a {
	color: var(--color-gray);
}

.woocommerce-cart-form__cart-item.cart_item .product-name a:hover {
	color: var(--color-yellow);
}

.woocommerce-cart-form__cart-item.cart_item .product-price {
	width: 10%;
}

.woocommerce-cart-form__cart-item.cart_item .product-quantity {
	width: 20%;
}

.woocommerce-cart-form__cart-item.cart_item .product-subtotal {
	width: 10%;
}

.woocommerce-cart-form__cart-item.cart_item .product-name > .variation {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 14px;
}

.woocommerce-cart-form__cart-item.cart_item .product-name > .variation > dt {
	margin-right: 5px;
}

.woocommerce-cart-form__cart-item.cart_item .product-thumbnail img, .woocommerce-cart-form__cart-item.cart_item .product-quantity input  {
    margin-bottom: 0px;
}

.wrapper-coupons-update-btn {
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}

.wrapper-coupons, .wrapper-update-btn {
	width: 50%;
	padding: 20px;
}

.wrapper-update-btn button.owc-btn {
	float: right;
	border: none;
}

.wrapper-update-btn button.owc-btn:disabled {
	border: 1px solid var(--color-border);
	-webkit-box-shadow: none;
	        box-shadow: none;
	color: var(--color-gray);
	cursor: not-allowed;
	background-color: transparent;
}

.wrapper-coupons button.btn {
	border: none;
	width: 100%;
}

.variation p {
	margin-bottom: 0px;
}

.wrapper-cart-content {
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
}

.wrapper-cart-form.w-70 {
	width: 70%;
}

.wrapper-cart-total-info.w-30 {
	width: calc(30% - 30px);
	padding: 30px;
	margin-left: 30px;
}

.wrapper-cart-total-info .btn {
	width: 100%;
	text-align: center;
}

.cart_totals h3 {
    font-size: 20px;
    text-transform: capitalize;
    margin-bottom: 20px;
}

ul.woocommerce-shipping-methods {
	margin: 0px;
}

.cart_totals .shop_table {
	width: 100%;
}

.cart_totals .shop_table  tr {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	margin-bottom: 10px;
	border-bottom: 1px solid var(--color-border);
	padding-bottom: 10px;
}

.cart_totals .shop_table .order-total {
	margin-bottom: 0px;
	border: none;
	padding-bottom: 0px;
}

.wc-proceed-to-checkout {
	margin-top: 30px;
}

.cart_totals .shop_table  tr  th {
	text-align: left;
	width: 30%;
}

.cart_totals .shop_table  tr  td {
	text-align: right;
	width: 70%;
} 

.cart-subtotal th, .order-total th {
	text-transform: uppercase;
	font-size: 16px;
}

.cart-subtotal > td, .order-total > td {
    font-weight: 700;
}

.cart-discount .woocommerce-remove-coupon {
	color: var(--color-gray);
}

.cart-discount .woocommerce-remove-coupon:hover {
	color: var(--color-yellow);
}

#shipping_method.woocommerce-shipping-methods {
	list-style: none;
}

#shipping_method.woocommerce-shipping-methods input[type="radio"] {
   width: auto;
   display: inline;
   margin: 0px;
   margin-right: 10px;
} 

#shipping_method.woocommerce-shipping-methods  li {
	margin-bottom: 10px;
	list-style: none;
}

.wrapper-checkout-order {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
	width: 100%;
}

.checkout-content-form {
	width: 60%;
	padding-right: 50px;
}

.checkout-content-order {
	width: 40%;
	padding: 30px;
}

.checkout-content-order .product-name > .variation {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 14px;
}

.checkout-content-order .product-name > .variation td {
	margin-right: 5px;
}

.checkout-content-form h3, 
.checkout-content-order h3  {
	font-size: 30px;
	text-transform: capitalize;
}

.wrapper-coupons-update-btn {
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}

.wrapper-coupons, .wrapper-update-btn {
	width: 50%;
	padding: 20px;
}

.wrapper-update-btn button.owc-btn {
	float: right;
	border: none;
}


.wrapper-coupons button.owc-btn {
	border: none;
	width: 100%;
}

.checkout-content-form p {
	margin-bottom: 0px;
}

.checkout-content-form label {
	margin-bottom: 10px;
	display: inline-block;
}

.wrapper-checkout-order label.checkbox {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.wrapper-checkout-order label.checkbox > input {
	margin-bottom: 0px;
	margin-right: 10px;
	display: inline-block;
	width: auto;
}

.select2-container--default .select2-selection--single {
    border: none;
}

.form-row .select2-container--default .select2-selection--single {
    min-height: 55px;
}

.form-row .select2-container--default .select2-selection--single {
    background-color: transparent;
    border-radius: 3px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 55px;
	border: 1px solid var(--color-border);
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 16px;
    right: 1px;
    width: 20px;
}

.select2-container {
	margin-bottom: 20px;
}

.checkout-content-order .woocommerce-checkout-review-order-table tr {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

.checkout-content-order .woocommerce-checkout-review-order-table  thead tr {
	border-bottom: 1px solid var(--color-border);
}

.checkout-content-order .woocommerce-checkout-review-order-table th.product-name,
.checkout-content-order .woocommerce-checkout-review-order-table th.product-total {
	width: 50%;
	text-transform: uppercase;
	color: var(--color-gray);
}

.checkout-content-order .woocommerce-checkout-review-order-table th.product-name {
	text-align: left;
}

.checkout-content-order .woocommerce-checkout-review-order-table th.product-total {
	text-align: right;
}

.checkout-content-order .woocommerce-checkout-review-order-table .cart-subtotal {
    padding-top: 10px;
	border-top:1px solid var(--color-border);
	border-bottom: 1px solid var(--color-border);
	text-transform: uppercase;
}

.checkout-content-order .woocommerce-checkout-review-order-table  .order-total {
	padding-top: 10px;
	border-top: 1px solid var(--color-border);
	border-bottom: 1px solid var(--color-border);
	text-transform: uppercase;
}

.checkout-content-order .wc_payment_methods.payment_methods.methods {
	list-style: none;
}

.checkout-content-order .wc_payment_methods.payment_methods.methods  li {
    margin-bottom: 10px;
    list-style: none;
}

.checkout-content-order .wc_payment_methods.payment_methods.methods  li > div {
	padding-top: 10px;
}

.checkout-content-order .wc_payment_methods.payment_methods.methods input[type="radio"] {
    width: auto;
    display: inline;
    margin: 0px;
    margin-right: 10px;
}

.checkout-content-order .wc_payment_methods.payment_methods.methods  li label {
	text-transform: uppercase;
	font-size: 14px;
}

.checkout-content-order .woocommerce-privacy-policy-text  {
	border:1px solid var(--color-border);
	padding: 20px;
}

.checkout-content-order .woocommerce-privacy-policy-text p {
	margin-bottom: 0px;
}

.checkout-content-order .woocommerce-privacy-policy-text a {
	color: var(--color-gray);
}

.checkout-content-order .woocommerce-privacy-policy-text a:hover {
	color:var(--color-yellow);
}

.checkout-content-order .button[type="submit"] {
	width: 100%;
	text-align: center;
	border: none;
	cursor: pointer;
	margin-top: 30px;
	-webkit-transition: all;
	transition: all;
	-webkit-transition-duration: 0.5s;
	        transition-duration: 0.5s;
}

.cart_totals  h2 {
	font-size: 30px;
}

#order-checkout-thankyou h2 {
	font-size: 30px;
}
#order-checkout-thankyou h3 {
	font-size: 28px;
}
.woocommerce-Address-title.title h2 {
   font-size: 30px;
} 
.woocommerce-MyAccount-content h2 {
	font-size: 30px;
}

.woocommerce-MyAccount-content h3 {
	font-size: 28px;
}

.woocommerce-error {
	padding: 30px;
	background-color: var(--color-yellow);
	color: var(--color-gray);
	list-style: none;
	margin: 30px 0px;
}

.woocommerce-error li {
	list-style: none;
	margin-bottom: 5px;
}

.woocommerce-error li a {
	color:var(--color-gray);
}

.woocommerce-error li a:hover {
	color:var(--color-white);
}

#order-checkout-thankyou   .woocommerce-notice.woocommerce-notice--success.woocommerce-thankyou-order-received {
		font-weight: 400;
		margin-bottom: 30px;
		text-transform: capitalize;
		line-height: 1.3;
		font-size: 24px;
		text-align: center;
}

#order-checkout-thankyou .woocommerce-order-overview.woocommerce-thankyou-order-details.order_details, #order-checkout-thankyou .wc-bacs-bank-details.order_details.bacs_details {
	margin-left: 0px;
}

#order-checkout-thankyou .woocommerce-order-overview.woocommerce-thankyou-order-details.order_details li, #order-checkout-thankyou .wc-bacs-bank-details.order_details.bacs_details li  {
	margin-bottom: 10px;
	list-style: none;
}

#order-checkout-thankyou .woocommerce-table.woocommerce-table--order-details.shop_table.order_details {
    margin-bottom: 50px;
}

#order-checkout-thankyou .woocommerce-table.woocommerce-table--order-details.shop_table.order_details tr td, #order-checkout-thankyou .woocommerce-table.woocommerce-table--order-details.shop_table.order_details th {
    border: 1px solid var(--color-border);
    padding: 10px;
}

#order-checkout-thankyou .woocommerce-table.woocommerce-table--order-details.shop_table.order_details th  {
	text-align: left;
	text-transform: uppercase;
}

#order-checkout-thankyou .woocommerce-table.woocommerce-table--order-details.shop_table.order_details a {
	color: var(--color-gray);
}

#order-checkout-thankyou .woocommerce-table.woocommerce-table--order-details.shop_table.order_details a:hover {
	color: var(--color-yellow);
}

#order-checkout-thankyou .woocommerce-table.woocommerce-table--order-details.shop_table.order_details .wc-item-meta {
	list-style: none;
	margin:0px;
	margin-top: 10px;	
}

#order-checkout-thankyou .woocommerce-table.woocommerce-table--order-details.shop_table.order_details .wc-item-meta li {
	list-style: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	margin-bottom: 5px;
	font-size: 12px;
}

#order-checkout-thankyou .woocommerce-table.woocommerce-table--order-details.shop_table.order_details .wc-item-meta li p {
	margin-bottom: 0px;
	padding-left: 5px;
}

#customer_login {
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
}

#customer_login .u-column1.col-1 h3,
#customer_login .u-column2.col-2 h3 {
    font-size: 30px;
    text-transform: capitalize;
} 

#customer_login .u-column1.col-1 {
	width: 50%;
	padding-right: 25px;
}

#customer_login .u-column2.col-2 {
	width: 50%;
	padding-left: 25px;
}

#customer_login  label {
    margin-bottom: 10px;
    display: inline-block;
}

#customer_login  .woocommerce-form__label.woocommerce-form__label-for-checkbox.woocommerce-form-login__rememberme {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	width: 100%;
}

#customer_login  .woocommerce-form__label.woocommerce-form__label-for-checkbox.woocommerce-form-login__rememberme  input {
	width: auto;
	margin-right: 10px;
	margin-bottom: 0px;
}

#customer_login  .woocommerce-form__label.woocommerce-form__label-for-checkbox.woocommerce-form-login__rememberme span {
	display: inline-block;
	padding-top: 3px;
}

#customer_login  .btn {
	display: block;
	border: none;
	width: 100%;
}

#customer_login  .woocommerce-LostPassword.lost_password a {
    color: var(--color-gray);
}

#customer_login  .woocommerce-LostPassword.lost_password a:hover {
	color: var(--color-yellow);
}

#customer_login .woocommerce-privacy-policy-link {
   color: var(--color-gray);
}

#customer_login .woocommerce-privacy-policy-link:hover {
	color: var(--color-yellow);
}

.wrapper-lost-pass {
	width: 70%;
	margin: 0 auto;
}

.wrapper-lost-pass  label {
    margin-bottom: 10px;
    display: inline-block;
}

.wrapper-lost-pass  .btn {
	display: block;
	border: none;
	width: 100%;
}

#wrapper-account {
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
}

#account-navigation {
	width: 30%;
	padding-right: 50px;
}

#account-navigation ul {
	margin: 0px;
}

#account-navigation ul li {
	list-style: none;
	margin-bottom: 10px;
}

#account-navigation ul li a {
	color: var(--color-gray);
	font-size: 16px;
	text-transform: uppercase;
}

#account-navigation ul li a:hover {
	color: var(--color-yellow);
}

#account-content {
	width: 70%;
}

#account-content a {
	color: var(--color-gray);
}

#account-content a:hover {
	color: var(--color-yellow);
}

#account-content a.button.view {
    padding: 0px;
    border-radius: 0px;
	background-color: transparent;
	color: var(--color-gray);
}

#account-content a.button.view:hover {
	color: var(--color-yellow);
}

#account-content  table  tr {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom:1px solid var(--color-border);
}

#account-content .wc-item-meta {
   margin: 0px;
   margin-top: 10px;
   font-size: 14px;
}

#account-content .wc-item-meta li {
	list-style: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

#account-content .wc-item-meta li p {
	margin-bottom: 0px;
	margin-left: 5px;
}

#account-content .woocommerce-Address {
    float: left;
	padding: 20px;
	width: 50%;
}

#account-content  label {
	margin-bottom: 10px;
	display: inline-block;
}

#account-content legend {
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 10px;
}

#account-content button[type="submit"] {
	border: none;
	outline:none;
	width: 100%;
	display: block;
	text-align: center;
	margin-top: 0px;
	cursor: pointer;
	-webkit-transition: all;
	transition: all;
	-webkit-transition-duration: 0.5s;
	        transition-duration: 0.5s;
}


.show-password-input {
	display: none !important;
}

.woocommerce-shipping-destination strong {
	font-weight: 400;
}

.wc-block-product-filters__overlay-content input {
	padding: 0 !important;
}



/* ===============================================
   Wishlist
================================================== */


.cart.wishlist_table.wishlist_view th {
    background-color: var(--color-light-gray);
	color: var(--color-dark-blue);
	font-size: 18px;
} 

.wishlist-items-wrapper tr td {
    vertical-align: middle;
}

.wishlist-items-wrapper a {
	color: var(--color-gray);
}

.wishlist-items-wrapper a:hover {
	color: var(--color-yellow);
}

.wishlist-items-wrapper .product-remove a {
	font-size: 25px;
	color: var(--color-gray);
}
.wishlist-items-wrapper .product-remove a:hover {
	color:var(--color-yellow);
}

.wishlist-items-wrapper .product-name,
.wishlist-items-wrapper .product-price,
.wishlist-items-wrapper .product-add-to-cart {
	font-size: 16px;
} 



/* ===============================================
   MEDIA
================================================== */

@media (max-width: 1024px) {

	  #owc-navigation {
		display: none;
	}

	#owc-openmenu, 
	#owc-closemenu {
		display: inline-block;
	}

	#owc-closemenu {
		float: right;
	}

	.owc-wrapper-blog .w-70, 
  .owc-wrapper-blog .w-30 {
      width: 100%;
   }

   .owc-wrapper-blog .w-30   {
	  margin-left: 0px;
   }

   .owc-aboutus-content {
	padding-left: 0px;
   }

   .owc-sidebar-shop.w-30 {
	width: 100%;
	-webkit-box-ordinal-group: 2;
	    -ms-flex-order: 1;
	        order: 1;
	border: none;
	padding: 20px 0px;
	margin-left: 0px;
   }

	.owc-wrapper-product.w-70 {
		width: 100%;
		-webkit-box-ordinal-group: 3;
		    -ms-flex-order: 2;
		        order: 2;
	}

	:where(.wc-block-product-filters) .wc-block-product-filters__close-overlay span, :where(.wc-block-product-filters) .wc-block-product-filters__open-overlay span {
    font-family: "Bebas Neue", sans-serif;
    font-weight: 400;
	font-size: 24px;
	line-height: 1;
	text-transform: uppercase;
    color: var(--color-dark-blue);
    }

	:where(.wc-block-product-filters) .wc-block-product-filters__close-overlay span:hover, :where(.wc-block-product-filters) .wc-block-product-filters__open-overlay span:hover {
		color: var(--color-yellow);
	}

	:root :where(.wp-element-button, .wp-block-button__link) {
    padding: 15px 20px !important;
	background-color: var(--color-yellow);
	color: var(--color-white);
	text-transform: uppercase;
	font-size: 14px;
	border: none;
	font-weight: 400;
	border-radius: 3px;
	cursor: pointer;
	-webkit-transition: all;
	transition: all;
	-webkit-transition-duration: 0.5s;
	        transition-duration: 0.5s;
    }

	:root :where(.wp-element-button, .wp-block-button__link):hover {
		background-color: var(--color-dark-blue);
	}

	.owc-single-product-img {
	    width: 100%;
		margin-bottom: 50px;
   }

	.owc-single-product-content {
		width: 100%;
		padding-left: 0px;
	}


	  #customer_login .u-column1.col-1 {
		width: 100%;
		padding-right: 0px;
   }

	#customer_login .u-column2.col-2 {
		width: 100%;
		padding-left: 0px;
	}

	 .wrapper-cart-form.w-70 {
		width: 100%;
		margin-bottom: 50px;
	}
	
	.wrapper-cart-total-info.w-30 {
		width: 100%;
		margin-left: 0px;
	}

    .title-table {
		display: none;
	}
    .woocommerce-cart-form__cart-item.cart_item {
        padding-bottom: 20px;
    }
    .woocommerce-cart-form__cart-item.cart_item .product-remove {
        width: 5%;
    }

    .woocommerce-cart-form__cart-item.cart_item .product-thumbnail {
        width: 30%;
    }

    .woocommerce-cart-form__cart-item.cart_item .product-name {
        width: 65%;
    }

    .woocommerce-cart-form__cart-item.cart_item .product-price {
        width: 33.333333%;
        text-align:center;
    }
    .woocommerce-cart-form__cart-item.cart_item .product-quantity {
        width: 33.333333%;
    }

    .woocommerce-cart-form__cart-item.cart_item .product-quantity input {
        width: 100%;
    }

    .woocommerce-cart-form__cart-item.cart_item .product-subtotal {
        width: 33.333333%;
        text-align:center;
    }

    .wrapper-coupons, .wrapper-update-btn {
        width: 100%;
    }

    .wrapper-coupons, .wrapper-update-btn {
        width: 100%;
    }
    .checkout-content-form {
        width: 100%;
        padding-right: 0px;
        margin-bottom: 50px;
    }
    
    .checkout-content-order {
        width: 100%;
    }

    #account-navigation {
        width: 100%;
        padding-right: 0px;
        margin-bottom: 50px;
    }

    #account-content {
        width: 100%;
    }

	.cart.wishlist_table.wishlist_view .label {
        display: none !important;
	}
	.cart.wishlist_table.wishlist_view  .product-name h3,
    .cart.wishlist_table.wishlist_view  .product-price,
     .cart.wishlist_table.wishlist_view .product-add-to-cart,
	 .cart.wishlist_table.wishlist_view .product-remove {
	    font-size: 16px !important;
		color: var(--color-gray);
    } 
	.cart.wishlist_table.wishlist_view  .product-name h3 a,
	.cart.wishlist_table.wishlist_view .product-remove a {
		color: var(--color-gray) !important;
	}



}

@media (max-width: 768px) {

	.columns-5 .product,
	.columns-4 .product,
	.columns-3 .product,
	.columns-2 .product,
	.columns-5 .product-category,
	.columns-4 .product-category,
	.columns-3 .product-category,
	.columns-2 .product-category {
		width: calc(50% - 20px);
	}

	 .owc-wrapper-cart-account {
        margin-left: 0px;
    }
   
	.owc-wrapper-header-top {
		display: none;
	}

    h1 {
		font-size: 75px;
	}

	#banner h2 {
	font-size: 65px;
   }

	.owc-wrapper-contact>div {
			width: 50%;
	} 

   .owc-wrapper-input p {
       width: 100%;
    }

	.owc-single-blog.owc-single-blog-w-1,
	.owc-single-blog.owc-single-blog-w-2 {
	width: calc(100% - 20px);
   }

}

@media (max-width: 576px)  {
	.columns-5 .product,
	.columns-4 .product,
	.columns-3 .product,
	.columns-2 .product,
	.columns-5 .product-category,
	.columns-4 .product-category,
	.columns-3 .product-category,
	.columns-2 .product-category  {
		width: calc(100% - 20px);
	}
	.owc-wrapper-contact>div {
			width: 100%;
		} 
}