/*
Theme Name: Polo
Theme URI: 
Author: Polo
Author URI: 
Description: It is IT services website
Requires at least: 5.3
Tested up to: 5.6
Requires PHP: 5.6
Version: 1.2
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: gold
Tags: one-column

Gold Theme, (C) 2020 WordPress.org
Twenty Twenty-One is distributed under the terms of the GNU GPL.
*/

span.wpcf7-form-control-wrap {
    display: block;
}
.wpcf7-form-control {
    width: 100%;
}
.col-gap-2 {
    column-gap: 1.25rem;
}
.list-inline li {
    display: inline;
}
.single-product h2 {
    margin-bottom: 30px;
}
.checkout-button, .woocommerce-checkout-payment #place_order {
    background: #ee4423 !important;
}
.woocommerce-info {
    border-top-color: #ee4423;
}
a.showcoupon, .woocommerce-info::before {
    color: #ee4423;
}
.marquee-bar {
	width: 100%;
	background: #81b29a;
	color: #000000;
	overflow: hidden;
	position: relative;
	height: 70px;
	font-size: 20px;
	letter-spacing: 1px;
	display: flex;
	align-items: center;
}

.marquee-track {
	display: inline-block;
	white-space: nowrap;
	padding-left: 100%;
	animation: scroll-left 40s linear infinite;
}
svg {
    width: 18px;
    fill: currentColor;
}
li.social-whatsapp a:hover {
    background: #25d366;
}
@keyframes scroll-left {
	0% {
		transform: translateX(0);
	}
	100% {
		transform: translateX(-100%);
	}
}
.cart-product-thumbnail a {
    max-width: 52px;
}
.widget .list {
    padding: 0;
}
div#logo img,
.footer_logo{
    max-width: 280px;
}

input#coupon_code {
    width: 130px;
}
th {
    font-weight: 500 !important;
}
.wp-element-button {
    padding: 12px 18px !important;
    color: #fff !important;
}
input:not([type="checkbox"]):not([type="radio"]), select {
    padding: 10px 4px !important;
}
.cart_totals h2 {
    font-size: 20px;
}
.wc-proceed-to-checkout {
    text-align: right;
}
.checkout-button.button.alt.wc-forward.wp-element-button, button#place_order, .single_add_to_cart_button{
    background: #2250fc !important;
    font-weight: 500;
    padding: 12px 18px !important;
    font-size: 14px;
    display: inline-block;
    text-transform: uppercase;
}
.checkout-button:hover{
	background: #0333e8 !important;
}
span.woocommerce-input-wrapper {
    width: 100%;
}
div#sidebar {
    display: none;
}
.single-product h2 {
    font-size: 24px;
}
.woocommerce div.product p.price, .woocommerce div.product span.price {
    color: #000000 !important;
    font-size: 1.25em;
    font-weight: 500;
}
.fs-4 {
    font-size: 22px !important;
}

/* Cart drawer */

/* #mainMenu nav {
    display: flex;
    align-items: center;
    gap: 15px;
} */
.cart-drawer {
  position: fixed;
  top: 0; right: 0;
  width: 100%; height: 100%;
  display: none;
  z-index: 9999;
}

.cart-drawer-overlay {
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background: rgba(0, 0, 0, 0.5);
}

.cart-drawer-content {
  position: absolute;
  right: 0;
  width: 350px;
  height: 100%;
  background: #fff;
  padding: 20px;
  overflow-y: auto;
  transform: translateX(100%);
  transition: transform 0.3s ease;
}
a.open-cart {
    color: inherit;
}
.cart-drawer.open .cart-drawer-content {
  transform: translateX(0);
}

.cart-drawer.open {
  display: block;
}

.close-cart {
  background: none;
  border: none;
  font-size: 24px;
  float: right;
  cursor: pointer;
}
.shop-category-box img {
    width: 150px !important;
    height: 150px !important;
    border-radius: 50%;
    object-fit: cover;
}

/* size chart */

.size-chart-button {
    padding: 5px 10px;
    background: #333;
    color: #fff;
    font-size: 14px;
    border: none;
    cursor: pointer;
    margin-bottom: 15px;
}

.size-chart-modal {
  display: none;
  position: fixed;
  z-index: 9999;
  left: 0; top: 0;
  width: 100%; height: 100%;
  background: rgba(0,0,0,0.7);
}

.size-chart-content {
  background: #fff;
  padding: 20px;
  max-width: 700px;
  margin: 10% auto;
  position: relative;
  border-radius: 6px;
}

.close-button {
  position: absolute;
  top: 10px; right: 15px;
  font-size: 24px;
  cursor: pointer;
}


@media(min-width: 1400px){
	.container{
		max-width: 1240px;
	}
}
@media(max-width: 767px){
	#topbar{
		display:none;
	}
	.shop-category-box img {
		width: 100px !important;
		height: 100px !important;
	}
	#header .header-inner #logo a span{
		font-size: clamp(14px, 5vw ,20px) !important;
		line-height: 73px;
	}
	.product .product-title h3, .product .product-title h3 a {
		font-size: 16px;
		letter-spacing: 0;
		line-height: 1.2;
	}
	div#logo img, .footer_logo{
		max-width: 200px;
	}
	.product .product-price {
		margin-top: -10px;
	}
}