/*
Theme Name: tdkzto

WooCommerce styles override
*/

/**
 * WooCommerce color variables
 */
/**
 * Imports
 */

/**
 * Shop tables
 */
/**
 * Shop tables
 */
.woocommerce-breadcrumb a:nth-child(3){
	display: none;
}
.woocommerce-breadcrumb span:nth-child(2){
	display: none;
}
table.shop_table_responsive thead {
	display: none;
}

table.shop_table_responsive tbody th {
	display: none;
}

table.shop_table_responsive tr td {
	display: block;
	text-align: right;
	clear: both;
}

table.shop_table_responsive tr td:before {
	content: attr(data-title) ": ";
	float: left;
}

table.shop_table_responsive tr td.product-remove a {
	text-align: left;
}

table.shop_table_responsive tr td.product-remove:before {
	display: none;
}

table.shop_table_responsive tr td.actions:before, table.shop_table_responsive tr td.download-actions:before {
	display: none;
}

table.shop_table_responsive tr td.download-actions .button {
	display: block;
	text-align: center;
}

@media screen and (min-width: 48em) {
	table.shop_table_responsive thead {
		display: table-header-group;
	}
	table.shop_table_responsive tbody th {
		display: table-cell;
	}
	table.shop_table_responsive tr th, table.shop_table_responsive tr td {
		text-align: left;
	}
	table.shop_table_responsive tr td {
		display: table-cell;
	}
	table.shop_table_responsive tr td:before {
		display: none;
	}
}

/**
 * Products
 */
/**
 * Products
 */
ul.products {
	content: "";
	display: table;
	table-layout: fixed;
	margin: 0;
	padding: 0;
}

ul.products li.product {
	list-style: none;
	position: relative;
	margin-bottom: 2em;
	border-width: 2px;
    border-color: rgb(0, 96, 181);
    border-style: solid;
}

ul.products li.product .price{
	color: rgb(0, 96, 181);
}

ul.products li.product:hover{
	border-color: rgb(214, 57, 10);
}

ul.products li.product .button{
	border-radius: 5px;
    background-color: rgb(0, 96, 181);
    box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.35);
    padding: 10px 40px;
    margin: 10px auto;
    cursor: pointer;
    transition: background-color 0.4s;
    color: white;
    width: fit-content;
    text-decoration: none;
}

ul.products li.product .button:hover{
    background-color: rgb(214, 57, 10);
    transition: background-color 0.4s;
}


.woocommerce-products-header{
	text-align: center;
}

.woocommerce-LoopProduct-link.woocommerce-loop-product__link{
	text-decoration: none;
	display: block;
}

.added_to_cart.wc-forward{
	display: block;
	width: fit-content;
	margin-bottom: 10px;
	font-size: 1rem;
  	font-family: 'GothaPro',sans-serif;
  	color: white;
  	text-decoration: none;
  	border-radius: 5px;
    background-color: rgb(0, 96, 181);
    transition: background-color 0.4s;
    box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.35);
    padding: 5px;
}

.added_to_cart.wc-forward:hover{
    background-color: rgb(214, 57, 10);
    transition: background-color 0.4s;
}

ul.products li.product .woocommerce-loop-product__title {
	font-size: 1rem;
  	font-family: 'GothaPro',sans-serif;
  	color: rgb(36, 36, 36);
  	min-height: 36px;
}

ul.products li.product img {
	display: block;
	padding: 5px;
}

ul.products li.product .button {
	display: block;
}

@media screen and (min-width: 48em) {
	ul.products li.product {
		width: 30.7966666667%;
		float: left;
		margin-right: 3.8%;
	}
	ul.products li.product.first {
		clear: both;
	}
	ul.products li.product.last {
		margin-right: 0;
	}
	.columns-1 ul.products li.product {
		float: none;
		width: 100%;
	}
	.columns-2 ul.products li.product {
		width: 48.1%;
	}
	.columns-3 ul.products li.product {
		width: 30.7966666667%;
	}
	.columns-4 ul.products li.product {
		width: 22.15%;
	}
	.columns-5 ul.products li.product {
		width: 16.96%;
	}
	.columns-6 ul.products li.product {
		width: 13.4933333333%;
	}
}

/**
 * Single product
 */
/**
 * Single Product
 */
.single-product div.product {
	content: "";
	display: table;
	table-layout: fixed;
	position: relative;
}

.single-product div.product .woocommerce-product-gallery {
	position: relative;
}

.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
	position: absolute;
	top: 1em;
	right: 1em;
	display: block;
	z-index: 99;
	width: 100%;
    height: 68%;
    text-align: right;
}

.single-product div.product .woocommerce-product-gallery .flex-viewport {
	margin-bottom: 1em;
}

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs {
	content: "";
	display: table;
	table-layout: fixed;
	margin: 0;
	padding: 0;
}

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li {
	list-style: none;
	cursor: pointer;
	float: left;
}

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li img {
	opacity: .5;
}

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li img.flex-active {
	opacity: 1;
}

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li:hover img {
	opacity: 1;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-2 .flex-control-thumbs li {
	width: 48.1%;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-2 .flex-control-thumbs li:nth-child(2n) {
	margin-right: 0;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-2 .flex-control-thumbs li:nth-child(2n+1) {
	clear: both;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-3 .flex-control-thumbs li {
	width: 30.7966666667%;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-3 .flex-control-thumbs li:nth-child(3n) {
	margin-right: 0;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-3 .flex-control-thumbs li:nth-child(3n+1) {
	clear: both;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li {
	width: 32.15%;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li:nth-child(4n) {
	margin-right: 0;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li:nth-child(4n+1) {
	clear: both;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-5 .flex-control-thumbs li {
	width: 16.96%;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-5 .flex-control-thumbs li:nth-child(5n) {
	margin-right: 0;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-5 .flex-control-thumbs li:nth-child(5n+1) {
	clear: both;
}

.stock:empty:before {
	display: none;
}

.stock.in-stock {
	color: #0f834d;
}

.stock.out-of-stock {
	color: #e2401c;
}

/**
 * Checkout
 */
/**
 * Checkout
 */
@media screen and (min-width: 768px) {
	.col2-set .form-row-first {
		float: left;
	}
	.col2-set .form-row-last {
		float: right;
		margin-right: 0;
	}

}

/**
 * General WooCommerce components
 */
/**
 * Header cart
 */
.site-header-cart {
	position: relative;
	margin: 0;
	padding: 0;
	content: "";
	display: table;
	table-layout: fixed;
}

.site-header-cart .cart-contents {
	text-decoration: none;
}

.site-header-cart .widget_shopping_cart {
	display: none;
}

.site-header-cart .product_list_widget {
	margin: 0;
	padding: 0;
}

/**
 * Star rating
 */
.star-rating {
	overflow: hidden;
	position: relative;
	height: 1.618em;
	line-height: 1.618;
	font-size: 1em;
	width: 5.3em;
	font-family: 'star';
	font-weight: 400;
}

.star-rating:before {
	content: "\53\53\53\53\53";
	opacity: .25;
	float: left;
	top: 0;
	left: 0;
	position: absolute;
}

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

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

p.stars a {
	position: relative;
	height: 1em;
	width: 1em;
	text-indent: -999em;
	display: inline-block;
	text-decoration: none;
	margin-right: 1px;
	font-weight: 400;
}

p.stars a:before {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 1em;
	height: 1em;
	line-height: 1;
	font-family: "star";
	content: "\53";
	color: #404040;
	text-indent: 0;
	opacity: .25;
}

p.stars a:hover ~ a:before {
	content: "\53";
	color: #404040;
	opacity: .25;
}

p.stars:hover a:before {
	content: "\53";
	color: royalblue;
	opacity: 1;
}

p.stars.selected a.active:before {
	content: "\53";
	color: royalblue;
	opacity: 1;
}

p.stars.selected a.active ~ a:before {
	content: "\53";
	color: #404040;
	opacity: .25;
}

p.stars.selected a:not(.active):before {
	content: "\53";
	color: royalblue;
	opacity: 1;
}

/**
 * Tabs
 */
.woocommerce-tabs ul.tabs {
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: left;
}

.woocommerce-tabs ul.tabs li {
	display: block;
	margin: 0;
	position: relative;
}

.woocommerce-tabs ul.tabs li a {
	padding: 1em 0;
	display: block;
}

.woocommerce-tabs .panel h2:first-of-type {
	margin-bottom: 1em;
}

/**
 * Password strength meter
 */
.woocommerce-password-strength {
	text-align: right;
}

.woocommerce-password-strength.strong {
	color: #0f834d;
}

.woocommerce-password-strength.short {
	color: #e2401c;
}

.woocommerce-password-strength.bad {
	color: #e2401c;
}

.woocommerce-password-strength.good {
	color: #3D9CD2;
}

/**
 * Forms
 */
.form-row.woocommerce-validated input.input-text {
	box-shadow: inset 2px 0 0 #0f834d;
}

.form-row.woocommerce-invalid input.input-text {
	box-shadow: inset 2px 0 0 #e2401c;
}

.required {
	color: red;
}

/**
 * Notices
 */
.woocommerce-message,
.woocommerce-info,
.woocommerce-error,
.woocommerce-noreviews,
p.no-comments {
	content: "";
	display: table;
	table-layout: fixed;
	background-color: #0f834d;
	clear: both;
}

.woocommerce-info,
.woocommerce-noreviews,
p.no-comments {
	background-color: #3D9CD2;
}

.woocommerce-error {
	background-color: #e2401c;
}

.demo_store {
	position: fixed;
	left: 0;
	bottom: 0;
	right: 0;
	margin: 0;
	padding: 1em;
	background-color: #3D9CD2;
	z-index: 9999;
}

@media screen and (min-width: 48em) {
	/**
	 * Header cart
	 */
	.site-header-cart .widget_shopping_cart {
		position: absolute;
		top: 100%;
		width: 100%;
		z-index: 999999;
		left: -999em;
		display: block;
		box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	}
	.site-header-cart:hover .widget_shopping_cart, .site-header-cart.focus .widget_shopping_cart {
		left: 0;
		display: block;
	}
}

/**
 * WooCommerce widgets
 */
/**
 * WooCommerce Price Filter
 */
.widget_price_filter .price_slider {
	margin-bottom: 1.5em;
}

.widget_price_filter .price_slider_amount {
	text-align: right;
	line-height: 2.4em;
}

.widget_price_filter .price_slider_amount .button {
	float: left;
}

.widget_price_filter .ui-slider {
	position: relative;
	text-align: left;
}

.widget_price_filter .ui-slider .ui-slider-handle {
	position: absolute;
	z-index: 2;
	width: 1em;
	height: 1em;
	cursor: ew-resize;
	outline: none;
	background: royalblue;
	box-sizing: border-box;
	margin-top: -.25em;
	opacity: 1;
}

.widget_price_filter .ui-slider .ui-slider-handle:last-child {
	margin-left: -1em;
}

.widget_price_filter .ui-slider .ui-slider-handle:hover, .widget_price_filter .ui-slider .ui-slider-handle.ui-state-active {
	box-shadow: 0 0 0 0.25em rgba(0, 0, 0, 0.1);
}

.widget_price_filter .ui-slider .ui-slider-range {
	position: absolute;
	z-index: 1;
	display: block;
	border: 0;
	background: royalblue;
}

.widget_price_filter .price_slider_wrapper .ui-widget-content {
	background: rgba(0, 0, 0, 0.1);
}

.widget_price_filter .ui-slider-horizontal {
	height: .5em;
}

.widget_price_filter .ui-slider-horizontal .ui-slider-range {
	height: 100%;
}

.woocommerce-billing-fields__field-wrapper{
	display: flex;
    flex-wrap: wrap;
}

.woocommerce-billing-fields>h3{
	text-align: center;
}

.form-row {
    display: flex;
    -ms-flex-wrap: wrap;
    flex-direction: column;
    margin-left: 8%;
    width: 40%;
}


.col2-set .form-row-first {
	width: 40%;
    margin-right: 0px; 
}


#billing_address_2_field{
	display: flex;
    align-self: flex-end;
}


#order_review_heading{
	text-align: center;
	position: relative;
	padding-top: 20px;
}

#order_review_heading:before{
	content:"";
	position: absolute;
    width: 100%;
    left: 0%;
    top: 0%;
	border-top: solid 1px rgb(0, 96, 181);
}

.woocommerce-checkout-payment .form-row.place-order{
	margin: 0 auto;
}


.woocommerce-checkout-review-order-table .woocommerce-shipping-methods{
	padding-left: 0px;
    list-style: none;
}

.woocommerce-checkout-payment .wc_payment_methods.payment_methods.methods{
	list-style: none;
	padding-left: 0px;
}

.woocommerce-checkout-payment .wc_payment_methods.payment_methods.methods li{
    text-align: left;
}


.woocommerce-checkout-payment .button.alt{
	border-radius: 5px;
    background-color: rgb(0, 96, 181);
    box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.35);
    padding: 10px 15px;
    cursor: pointer;
    color: white;
    transition: background-color 0.4s;
    width: inherit;
    margin: 0 auto;
    font-size: 16px;
    font-family: 'ProximaNova';
}

.woocommerce-checkout-payment .button.alt:hover{
    background-color: rgb(214, 57, 10);
    transition: background-color 0.4s;
}


.single-product div.product{
	display: flex;
    flex-wrap: wrap;
    font-family: 'GothaPro',sans-serif;
    color: rgb(36, 36, 36);
}


.single-product .entry-summary{
	width: 46%;
    margin-left: 2%;
}

.single-product .entry-summary .product_title{
	text-transform: uppercase;
}


.single-product .entry-summary .woocommerce-Price-amount{
  	font-size: 28px;
  	color: rgb(0, 0, 0);
  	text-transform: uppercase;
}

.single-product .woocommerce-product-gallery{
	width: 50%;
}


.single-product .cart .input-text.qty.text{
	display: none;
}

.single-product .single_add_to_cart_button{
	border-radius: 3px;
	background-color: rgb(214, 57, 10);
	font-size: 20px;
	font-family: "Microsoft-Sans-Serif";
	color: rgb(255, 255, 255);
	text-transform: uppercase;
	margin-bottom: 20px;
	cursor: pointer;
}

.single-product .single_add_to_cart_button:hover{
	background-color: rgb(0, 96, 181);
    transition: background-color 0.4s;	
}

.single-product .nav-tabs{
	margin: 30px;
	border-bottom:unset;
	display: flex!important;
}

.single-product .nav-tabs li{
	margin-left: 10px;
}


.nav-tab-single-product a{
	display: block;
	padding: 6px;
	font-size: 22px;
	color: black; 
  	font-family: "Microsoft-Sans-Serif";
  	text-decoration: none;
  	border-width: 1px;
	border-color: rgb(0, 0, 0);
	border-style: solid;
	border-radius: 7px;
	background-color: rgb(248, 248, 248);
}

.nav-tab-single-product a.active{
   	background-color: rgb(0, 96, 181);
   	color: white
}

.nav-tab-single-product a:hover{
	background-color: rgb(0, 96, 181);
	color: white;
}


.nav-tab-single-product a.active:hover{
	background-color: rgb(214, 57, 10);
}


.woocommerce-cart-form__contents .product-remove a{
	font-size: 40px;
	color:rgb(214, 57, 10);
}

.woocommerce-cart-form__contents .product-remove a:hover{
	color:rgb(0, 96, 181);
}

.woocommerce-cart-form__contents .product-quantity{
	width: 7%;
}

table.shop_table_responsive tr td {
    padding: 15px;
}

table.shop_table_responsive tr th, table.shop_table_responsive tr td {
    text-align: center;
}

.woocommerce-cart-form__contents a{
	color:black;
	text-decoration: none;
}

.woocommerce-cart-form__contents .button{
	border-radius: 5px;
    background-color: rgb(214, 57, 10);
    box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.35);
    padding: 10px 20px;
    cursor: pointer;
    font-size: 16px;
    font-family: 'ProximaNova';
    color: white;
    transition: background-color 0.4s;
}

.woocommerce-cart-form__contents .button:hover{
    background-color: rgb(0, 96, 181);
    transition: background-color 0.4s;
}


.woocommerce-cart-form__contents .product-name a{
    font-weight: bold;
}

.woocommerce-cart-form__contents .product-name a:hover{
     color: rgb(0, 96, 181); 
}


.cart-collaterals table.shop_table_responsive tr th, .cart-collaterals table.shop_table_responsive tr td {
    text-align: left;
}

.cart-collaterals .woocommerce-shipping-methods{
	padding-left: 0px;
	list-style: none;
}

.cart-collaterals .cart_totals {
    border-top: 2px solid rgb(0, 96, 181);
    text-align: center;
    padding-top: 20px;
}

.cart-collaterals .wc-proceed-to-checkout a{
	border-radius: 5px;
    background-color: rgb(214, 57, 10);
    box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.35);
    padding: 10px 20px;
    cursor: pointer;
    font-size: 16px;
    font-family: 'ProximaNova';
    text-decoration: none;
    color: white;
    transition: background-color 0.4s;
}

.cart-collaterals .wc-proceed-to-checkout a:hover{
	background-color: rgb(0, 96, 181);
    transition: background-color 0.4s;
}




.woocommerce-message{
	background-color: rgb(0, 96, 181);
	color: white;
}

.woocommerce-message a{
	margin-left: 5px;
    background-color: rgb(214, 57, 10);
    color: white;
    padding: 3.5px 5px;
}


.archive.tax-product_cat ul.products{
	width: 100%;
}


.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li {
    width: max-content;
}


.single-product div.product .woocommerce-product-gallery .flex-control-thumbs {
    display: flex;
    flex-wrap: wrap;
}

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li {
    margin-right: 15px;
    margin-bottom: 15px;
}


.single-product .tab-content{
    display: block;
    width: 100%;
}



.archive.tax-product_cat ul.products .product-category .woocommerce-loop-category__title{
	font-size: 24px;
    margin-left: 10px;

}

.archive.tax-product_cat ul.products .product-category img{
    margin: 0 auto;
    width: auto;
    max-height: 270px;
}

.archive.tax-product_cat ul.products li.product{
/*    min-height: 290px;
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;*/
}

.archive.tax-product_cat ul.products li.product-category{
	min-height: 368px;
	/*display: flex;*/
}

.archive.tax-product_cat ul.products li.product-category a{
	display: flex;
   	flex-direction: column;
    justify-content: space-between;

    height: 100%;
    min-height: calc(270px + 30px);
    width: 100%;

}

.woocommerce-product-gallery__wrapper>div{
	text-align: center;
}

.simple-little-table {
    width: 100%;
    font-family: 'GothaPro',sans-serif;
    color: #666;
    font-size: 12px;
    text-shadow: 1px 1px 0px #fff;
    background: #eaebec;
    border: #ccc 1px solid;
    border-collapse: separate!important;
    border-radius: 3px;
    box-shadow: 0 1px 2px #d1d1d1;
    margin: 0 auto;
}

.simple-little-table tr {
    text-align: center;
    padding-left: 20px;
}

.simple-little-table tr td {
    padding: 3px;
    border-top: 1px solid #ffffff;
    border-bottom: 1px solid #e0e0e0;
    border-left: 1px solid #e0e0e0;
    background: #fafafa;
    font-size: 13px;
}

.simple-little-table tr td:first-child {
    text-align: left;
    padding-left: 20px;
    border-left: 0;
}

.simple-little-table tr:first-child td{
	font-weight: bold;
}



@media screen and (max-width: 770px){
	
	
	.cart.woocommerce-cart-form__contents .woocommerce-cart-form__cart-item.cart_item{
		border-bottom: 2px solid rgb(209, 209, 209);
    	padding-bottom: 20px;
	}

	.cart.woocommerce-cart-form__contents .woocommerce-cart-form__cart-item.cart_item:last-child{
		border-color: transparent;
	}
	
	.woocommerce-cart-form__contents .product-remove{
	    padding: 0px;
	    padding-top: 20px;
    	text-align: right;
   	 	position: relative;
    	text-align: right;
	}

	.woocommerce-cart-form__contents .product-quantity {
	     width: unset; 
	}
	
	.cart-collaterals .woocommerce-shipping-methods {
    	padding-left: 10px;
    	display: flex;
    	flex-direction: column;
	}

	.cart-collaterals .woocommerce-Price-amount.amount{
		padding-left: 10px;
	}
	
	table.shop_table_responsive tr td {
    	padding: 5px;
	}

	table.shop_table_responsive tr td.product-remove a {
	    text-align: left;
	    position: absolute;
	    right: 1px;
	    top: -3px;
	}
	
	.woocommerce-cart-form__cart-item.cart_item .product-thumbnail{
		padding-top: 20px;
	}
	.woocommerce-cart-form__cart-item.cart_item .product-thumbnail:before{
		content: attr(data-title) "";
	}

	.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents .actions{
		padding-top: 20px;
		padding-bottom: 20px;
		
	}
}






@media screen and (max-width: 770px){
	.woocommerce-cart-form__contents .product-remove a {
    	font-size: 60px;
	}

	table.shop_table_responsive tr td.product-remove a {
    	text-align: left;
    	position: absolute;
    	right: 0px;
    	top: -28px;
	}

	.simple-little-table tr td {
    	padding: 1px;
    	font-size: 10px;
	}

	.simple-little-table tr td:first-child {
	    padding-left: 5px;
	}
}


@media screen and (max-width: 360px){

	.single-product .nav-tabs{
    	display: block!important;
	}

	.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
    	text-align: right;
    	height: 66%;
    	width: 100%;
	}

}


.product-attributes-block{
    margin-top: 20px;
}

.tax-product_cat .term-description ul{
	padding: 0px;
    margin: 0px 0px 22px 45px;
}

.woocommerce-products-header .woocommerce-products-header__title.page-title{
	padding: 20px 0px;
}

.tax-product_cat .term-description h2 , .tax-product_cat .term-description h1{
	text-align: center;
}


.buy-alert{
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 999;
    background-color: rgba(0,0,0,0.7);
    display: none;

}

.alert-img{
    background-color: green;
    text-align: center;
}


.alert-text{
	font-weight: bold;
	color: white;
}


.woocommerce-message{
	display: none!important;
}

.added_to_cart.wc-forward{
	display: none;
}


.box-alert{
	z-index: 10000;
	position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    border-radius: 3px;
    text-align: center;
    background-color: white;
    min-width: 500px;
}





.alert-box-title{
    background-color: rgb(0, 96, 181);
    padding: 15px 0px;
}

.alert-title{
	font-family: 'GothaPro',sans-serif;
	text-transform: uppercase;
	color: white;
	font-weight: bold;
	font-size: 19px;
}


.box-product{
	padding: 10px 20px;
	font-family: 'GothaPro',sans-serif;
	font-size: 17px;
    font-weight: bold;
}

.added-product-title{
	padding-bottom: 4px;
}


.btn.btn-cart{
	border: solid 2px rgb(0, 96, 181);
	font-family: 'GothaPro',sans-serif;
    font-size: 16px;
    font-weight: bold;
    color: #404040;
    transition: background-color .3s;
}
.btn.btn-continue{
	border: solid 2px rgb(0, 96, 181);
	font-family: 'GothaPro',sans-serif;
    font-size: 16px;
    font-weight: bold;
    color: #404040;
    transition: background-color .3s;
}


.btn.btn-cart:hover{
	background-color: rgb(214, 57, 10);
	color: white;
	transition: background-color .3s;
}

.btn.btn-continue:hover{
	background-color: rgb(214, 57, 10);
	color: white;
	transition: background-color .3s;
}


.box-btn{
	margin-bottom: 10px;
    display: flex;
    justify-content: space-around;
}

#btn-add-single-product{
    border-radius: 3px;
    background-color: rgb(214, 57, 10);
    font-size: 20px;
    font-family: "Microsoft-Sans-Serif";
    color: rgb(255, 255, 255);
    text-transform: uppercase;
    margin-bottom: 20px;
    cursor: pointer;
    padding: 10px 20px;
}

#btn-add-single-product:hover{
    background-color: rgb(0, 96, 181);
}


.single-product .cart{
	display: none;
}


/*.pswp {
    height: 93%;
    top: 9%;
}*/

.pswp {
    height: calc(100% - 63px);
    top: 63px;
}

@media screen and (max-width: 1540px){
    #masthead .wrapper-header-logo-nav .custom-logo-link img {
        max-width: 104px;
    }
    
    .pswp {
        height: calc(100% - 43px);
        top: 43px;
    }
}

@media screen and (max-width: 1024px){
    .pswp {
        height: calc(100% - 50px);
        top: 50px;
    }
}

.page-numbers{
	display: flex;
    list-style-type: none;
    justify-content: center;
    padding: 0;
    margin: 0;
    margin-bottom: 15px;
}

.page-numbers li{
	margin-right: 15px;
	color: black;
	font-family:'GothaPro',sans-serif;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
}
.page-numbers li:last-child{
	margin-right: 0px;
}


@media screen and ( max-width: 320px){
	.box-alert{
    	min-width: 100%;
	}
}

#billing_country_field{
	display: none;
}

.box-actions-submit{
	width: unset;
    margin: unset;
    text-align: center;
}
.box-actions-submit .btn-submit-order button{
    border-radius: 5px;
    background-color: rgb(214, 57, 10);
    padding: 10px 20px;
    cursor: pointer;
    font-family: 'GothaPro';
    color: rgb(255, 255, 255);
    text-transform: uppercase;
    font-size: 16px;
    transition: background-color 0.2s;
}

.box-actions-submit .btn-submit-order button:hover{
    background-color: rgb(0, 96, 181);
    transition: background-color 0.2s;
}


.woocommerce-billing-fields__field-wrapper .form-row.comment-field{
	order: 1;
	width: 87.5%;
}
.woocommerce-billing-fields__field-wrapper .form-row.comment-field label{
	text-align: center;
}

.woocommerce-billing-fields__field-wrapper .form-row.comment-field textarea{
    height: 100px;
}

.woocommerce-product-details__short-description{
	width: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}
.woocommerce-product-details__short-description h2{
	text-align: center;
}

.archive.tax-product_cat .woocommerce-info{
	display: none;
}

.woocommerce-LoopProduct-link.woocommerce-loop-product__link{
	width: 100%;
}

.woocommerce-LoopProduct-link.woocommerce-loop-product__link .attachment-woocommerce_thumbnail{
	margin: 0 auto;
	max-height: 250px;
    min-height: 250px;
    width: auto;
}


.woocommerce-product-gallery__image a > img{
	/*width: auto!important;*/
    max-height: 320px!important;
}

#breadcrumbs{
    color: black;
    font-size: 16px;
    font-family: 'MyriadPro';
    border-bottom: 1px solid #ccc;
    padding-bottom: 1.5em;
    margin-bottom: 0px;
}

#breadcrumbs a{
	color: black;
}



@media screen and (max-width: 1024px){

	.woocommerce-billing-fields__field-wrapper .form-row.comment-field label{
		text-align: left;
	}
	.woocommerce-billing-fields__field-wrapper .form-row.comment-field{
		width: 100%;
	}
	
	.woocommerce-billing-fields__field-wrapper .form-row-first{
		width: 100%;
	}
	.woocommerce-billing-fields__field-wrapper .form-row {
    	margin-left: 0%; 
    	width: 100%;
	}

	.woocommerce-checkout-review-order .form-row.place-order{
		width: unset;
	}


	.single-product .entry-summary .product_title{
		font-size: 22px;
	}

	.single-product .entry-summary .woocommerce-Price-amount{
		font-size: 22px;
	}

	.single-product .single_add_to_cart_button{
		font-size: 18px;
	}

	.nav-tab-single-product a{
		font-size: 18px;
	}

	.single-product .nav-tabs {
    	margin-left: 0px;
	}

	.single-product div.product{
		display: unset;
	}

	.single-product .woocommerce-product-gallery {
    	margin: 0 auto;
	}

	.single-product .entry-summary{
		width: unset;
		margin: unset;
		padding-left: 15px;
	}

	.single-product .nav-tabs li {
		margin-left: 15px;
    	margin-bottom: 15px;
	}

	.single-product .tab-content{
		padding-left: 15px;
	}

	.tab-content .woocommerce-product-details__short-description  ul{
		margin: 0px;
	}

	.woocommerce-product-gallery .flex-viewport{
	    height: 520px;
	}
	
}


@media screen and ( max-width: 770px){
	
	.alert-box-title {
	 	padding: 15px 10px;
	}
	.box-btn{
		flex-direction: column;
	}

	.added-product-link-cart{
		margin-bottom: 10px;
	}

	.btn.btn-cart{
    	background-color: rgb(0, 96, 181);
    	color: white;
    	width: 90%;
	}

	.btn.btn-continue{
		background-color: rgb(0, 96, 181);
    	width: 90%;
    	color: white;
	}

	.tax-product_cat .term-description ul {
    	margin-left: 25px;
	}

	#home ul{
		padding: 0;
    	margin-left: 25px;
	}

	#home ul li ul{
		padding: 0px;
	}

	.single-product .woocommerce-product-gallery {
    	width: unset; 
	}

	.single-product div.product .woocommerce-product-gallery .flex-control-thumbs{
	    justify-content: center;
	}

	.box-alert{
    	min-width: 320px;
	}

	.woocommerce-product-details__short-description ol{
		margin: 0px;
		padding: 0px;
	}

	.woocommerce-product-gallery .flex-viewport{
	    height: 520px;
	}
}

