/*
	Theme Name: Techtrade 
	Description: Szablon stworzony dla Techtrade
	Version: 1.0
	Author: ZespolWWW
	Author URI: https://www.brandpixel.de


	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
*/
/*------------------------------------*\
    MAIN
\*------------------------------------*/

/* global box-sizing */
*,
*:after,
*:before {
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}
/* html element 62.5% font-size for REM use */
html {
	font-size:62.5%;
}
 


body {
	font:500 16px/1.4 'Roboto', sans-serif;
	color: black;
	margin: unset;
}
/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}

.clear:after {
    clear:both;
}
.clear {
    *zoom:1;
}
img {
	height: auto;
	max-width:100%;
	vertical-align:bottom;
}
a {
	color: black;
	text-decoration:none;
	transition: 0.4s;
}
a:hover {
	color:#444;
} 
/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/

/* wrapper */
.wrapper {
	max-width: 1200px;
	width:95%;
	margin:0 auto;
	position:relative;
}
/* header */
.header {

}
/* logo */
.logo {

}
.logo-img {

}
/* nav */
.nav {

}

.nav ul{
    padding: unset;
    list-style: none;
    display: flex;
    justify-content: center;
    margin: unset;
}
.nav li{
    margin: 15px 35px;
    position: relative;
    white-space: nowrap;
    text-transform: uppercase;
    font-size: 18px;
}

.nav a:hover,
 .current-menu-item > a, .current-menu-ancestor > a{
	transition: 0.4s;
	color: #be1622!important;
}

.product-right .current-menu-parent a,
.product-right .nav a:hover, 
.product-right .current-menu-item > a, 
.product-right .current-menu-ancestor > a{
	color: black!important;
	font-weight: 700;
}

  
.header  .nav .sub-menu{
	display: none;
	position:absolute;
	flex-direction: column;
	z-index: 99999;
}

.header  .menu-item-has-children:hover .sub-menu{
	background: #1E1E1E;
	width: auto;
	display: block;
}

.header .sub-menu   li{margin-left: unset;}
.header .sub-menu a{
	padding-left: unset;
	display: block;
	padding: 10px 15px;
	margin: unset;
}


.nav a{}
/* sidebar */
.sidebar {

}
/* footer */
.footer {background-position: center right;}

/*------------------------------------*\
    PAGES
\*------------------------------------*/



/*------------------------------------*\
    IMAGES
\*------------------------------------*/



/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------*/

@font-face {
	font-family:'Font-Name';
	src:url('fonts/font-name.eot');
	src:url('fonts/font-name.eot?#iefix') format('embedded-opentype'),
		url('fonts/font-name.woff') format('woff'),
		url('fonts/font-name.ttf') format('truetype'),
		url('fonts/font-name.svg#font-name') format('svg');
    font-weight:normal;
    font-style:normal;
}

/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/

@media only screen and (min-width:320px) {

}
@media only screen and (min-width:480px) {

}
@media only screen and (min-width:768px) {

}
@media only screen and (min-width:1024px) {

}
@media only screen and (min-width:1140px) {

}
@media only screen and (min-width:1280px) {

}
@media only screen and (-webkit-min-device-pixel-ratio:1.5),
	   only screen and (min-resolution:144dpi) {

}

/*------------------------------------*\
    MISC
\*------------------------------------*/

::selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-webkit-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-moz-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

.alignnone {
	margin:5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
	display:block;
	margin:5px auto 5px auto;
}
.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
a img.alignnone {
	margin:5px 20px 20px 0;
}
a img.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.wp-caption {
	background:#FFF;
	border:1px solid #F0F0F0;
	max-width:96%;
	padding:5px 3px 10px;
	text-align:center;
}
.wp-caption.alignnone {
	margin:5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin:5px 20px 20px 0;
}
.wp-caption.alignright {
	margin:5px 0 20px 20px;
}
.wp-caption img {
	border:0 none;
	height:auto;
	margin:0;
	max-width:98.5%;
	padding:0;
	width:auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}
.sticky {

}
.bypostauthor {

}

/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
	* {
		background:transparent !important;
		color:#000 !important;
		box-shadow:none !important;
		text-shadow:none !important;
	}
	a,
	a:visited {
		text-decoration:underline;
	}
	a[href]:after {
		content:" (" attr(href) ")";
	}
	abbr[title]:after {
		content:" (" attr(title) ")";
	}
	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content:"";
	}
	pre,blockquote {
		border:1px solid #999;
		page-break-inside:avoid;
	}
	thead {
		display:table-header-group;
	}
	tr,img {
		page-break-inside:avoid;
	}
	img {
		max-width:100% !important;
		height: auto;
	}
	@page {
		margin:0.5cm;
	}
	p,
	h2,
	h3 {
		orphans:3;
		widows:3;
	}
	h2,
	h3 {
		page-break-after:avoid;
	}
}


#toggle{
 display: none;
}

 

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


	header .nav.show-mobile ul{
		display: none;
		position: initial;
	}
	header .sub-menu{
		padding: 0px!important;
	}
	header .sub-menu li{
		margin: 0px!important;
		padding-left: 10px;
		white-space: normal;
	}

.header .nav .sub-menu{
	position:initial;
}

	 header .nav ul{
	    overflow: hidden;
	    position: absolute;
	    display: none;
	    background: #1E1E1E;
	    flex-direction: column;
	    width: 100%;
	    padding: 19px;
	    z-index: 9999999;
	    top: 60px;
	    border-top: unset!important;
	}
	header .nav ul a{
		padding: 5px;
		display: inline-block;
		font-size: 20px;
		width: 100%;
		background:unset;
	}




	.wrapper-mobile {
	    width: 100%;
	}
 

	header .nav{
		z-index: 999999;
		width: 100%!important;
		position: relative;
		height: 60px;
	}

	#toggle{
	    display: flex;
	    padding: 10px;
	    text-align: right;
	    font-size: 40px;
	    width: 100%;
	    padding-right: 19px;
	    flex-direction: column;
	    align-items: flex-end;
	    position: absolute;
	    margin-left: unset;
	    width: 70px;
	    right: 0px;
	    z-index: 99999;
	    top: 10px;
	}
	 

	.hamburger-icon{
	    width: 31px;
	    height: 2px;
	    background-color: white;
	    margin: 2px 0;
	    display: block;
	}
	  
	.head-wrap{
		width: 100%;
	}
	  
}



.form-row-cf{
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    width: 100%;
}

 
.form-item-cf{
    flex-basis: 30%;
}

 

.wpcf7-text, .wpcf7-textarea, .wpcf7-captchar {
    width: 100% !important;
    border-radius: 0 !important;
    font-size: 14px;
    color: black!important;
    padding: 20px !important;
    font-weight: normal;
    border: 1px solid #d9d9d9;
    margin-bottom: 16px;
    font-family: 'Roboto';
    background: #F7F7F7;
}

.wpcf7-text{
	height: 70px;
}


.wpcf7-text:active, .wpcf7-text:focus, .wpcf7-textarea:active, .wpcf7-textarea:focus {
    outline: none!important;
    border:none;
    color: black;
    border: 1px solid #d9d9d9;
}



::-webkit-input-placeholder { /* Chrome */
  color: #c3c3c3;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #c3c3c3;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #c3c3c3;
  opacity: 1;
}
:-moz-placeholder { /* Firefox 4 - 18 */
  color: #c3c3c3;
  opacity: 1;
}


input[type="submit"] {
    transition: 0.4s;
    cursor: pointer;
    border: none;
    color: white;
    font-size: 14px;
    text-transform: uppercase;
    background: #258ed0;
    font-weight: 700;
    transition: 0.4s;
    opacity: 1;
    padding: 20px 45px;
}

input[type="submit"]:hover{
    background:white;
    color:black;
}

div.wpcf7 .wpcf7-submit:disabled{
	opacity:0.7;
}



.wpcf7-text:active::-webkit-input-placeholder,
.wpcf7-text:focus::-webkit-input-placeholder,
.wpcf7-textarea:active::-webkit-input-placeholder,
.wpcf7-textarea:focus::-webkit-input-placeholder{ 
    color:black;
}
.wpcf7-text:active::-ms-input-placeholder,
.wpcf7-text:focus::-ms-input-placeholder,
.wpcf7-textarea:active::-ms-input-placeholder,
.wpcf7-textarea:focus::-ms-input-placeholder{ 
    color:black;
}
.wpcf7-text:active::-moz-placeholder,
.wpcf7-text:focus::-moz-placeholder,
.wpcf7-textarea:active::-moz-placeholder,
.wpcf7-textarea:focus::-moz-placeholder{ 
    color:black;
}
.wpcf7-text:active::-moz-placeholder,
.wpcf7-text:focus::-moz-placeholder,
.wpcf7-textarea:active::-moz-placeholder,
.wpcf7-textarea:focus::-moz-placeholder{ 
    color:black;
} 

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



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

    .form-column-cf{
		flex-direction: column;
	}

	.form-row-cf{
		width:100%;
	}

}



.bg-single{
	height: 450px;
	background-size: cover;
	background-position: center;
	display: flex;
	justify-content: center;
	align-items: center;
	color: white;
	text-align: center;
	padding: 0 10px;
}

.bg-single.no-img{background-color: black;height: 150px;}



/*custom shop*/
.woocommerce-error, 
.woocommerce-info, 
.woocommerce-message{ 
	color: white;
	font-size: 15px;
	font-weight: bold;
	display: flex;
	align-items: center;
	justify-content: space-around;
}

.woocommerce-info a{
	color:white;
}

.woocommerce-form-login-toggle .woocommerce-info{
	justify-content: flex-start;
}

.woocommerce-info{
	background: black;
	color:white;
	border: unset; 
    flex-direction: column;
	align-items:flex-start;
}

.woocommerce-info::before {
    content:"";
}
 
.woocommerce-message{
	background: #8fae1b; 
}

.woocommerce-message a{order: 1;background-color: white!important;color: black!important;border: 3px solid white!important;transition: 0.4s;margin-top: 10px!important;}

.woocommerce-message a:hover{
	order: 1;
	background-color: black!important;
	color: white!important;
	border: 3px solid white!important;
}


.woocommerce-message::before{
	content:"";
}


.woocommerce button.button,
.woocommerce table.my_account_orders .button{
	background: #000000;
	color: white;
	border: 1px solid #000000;
	transition:0.4s;
	font-size: 14px;
	padding: 20px 30px;
}

.woocommerce-variation-add-to-cart button,
.product-type-simple button{
	border: unset!important;
}


.woocommerce button.button:hover,
.woocommerce table.my_account_orders .button:hover{
	background: white;
	color: #000000;
	border: 1px solid #000000;
}


.restore-item{
	padding:10px;
}


form.woocommerce-checkout #customer_details textarea.input-text,
form.woocommerce-checkout #customer_details input.input-text{
	height: 28px;
	padding: 10px;
	font-size: 16px;
	border-radius: 1px;
	border: 1px solid #aaa;
}


form.woocommerce-checkout #customer_details textarea.input-text{
	height:123px;
	font-family: 'Roboto';
}

.shop_table{
	font-size: 16px;
}
.woocommerce-checkout-payment{background: #f0f0f0!important;}

.payment_methods{
	padding: 30px!important;
	font-size: 16px;
}
 

.checkout.woocommerce-checkout h3{font-size: 24px;}

.checkout .select2-container--default .select2-selection--single{
	font-size: 18px;
}

.place-order{
	padding: 55px!important;
	font-size: 14px;
}


.woocommerce-checkout form .form-row label{font-size: 16px;}


.woocommerce table.shop_table{
	    border: unset;
	    margin-top: 40px;
}
  
.woocommerce table.shop_table td,
.woocommerce table.shop_table tbody th, 
.woocommerce table.shop_table tfoot td, 
.woocommerce table.shop_table tfoot th,
.woocommerce-cart .cart-collaterals .cart_totals tr th,
.woocommerce-cart .cart-collaterals .cart_totals tr td{
	    border-bottom: 15px solid #F4F4F4;
}
 
#place_order:hover{
	background:white;
	color:#7f1f9c;
}
.payment_box p{
	margin-top: 0px!important;
}


.woocommerce button.button:disabled, 
.woocommerce button.button:disabled[disabled]{
	color: white;
	font-size: 14px;
	padding: 20px 30px;
}

.woocommerce button.button:disabled:hover, 
.woocommerce button.button:disabled[disabled]:hover{
	color: #7f1f9c;
}


.woocommerce-checkout #payment div.payment_box{
	padding:30px;
} 
.woocommerce-MyAccount-navigation{
    margin-top: 30px;
}
.woocommerce-MyAccount-navigation ul{
	list-style:none;
}

.woocommerce-MyAccount-navigation li{
	
}

#coupon_code{
	width:auto;
}

.woocommerce-MyAccount-content a{
	color: #000000;
}

.woocommerce-MyAccount-navigation a{
	color:black;
}




@media only screen and (max-width:495px) {
	
	#coupon_code{
		width:100%;
	}
	
	.coupon button{
		width:100%!important
		
	}

}

.woocommerce form .form-row.woocommerce-invalid label{
	font-weight:bold;
}




.woocommerce-error{
	    color: white;
    font-size: 15px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: space-around;
	    flex-direction: column;
    align-items: flex-start;
}


.woocommerce-error {
    background: #000000;
}



#billing_country_field,
#shipping_country_field{
	display:none;
}


.shop_table tbody .cart_item .product-remove a{margin: 0 auto;}

 
@media only screen and (max-width:768px) {
	
.woocommerce-cart-form table.cart td{
		border-top: unset;
}
 
.shop_table .quantity select{
	margin: 0 auto;
	height: 40px!important;
}
.woocommerce  .woocommerce-cart-form table.shop_table td, .woocommerce  .woocommerce-cart-form table.shop_table th{
	border-top: unset;
	padding: 9px 5px;
	font-size: 14px;
	text-align: center!important;
}



.woocommerce td.product-quantity{
	min-width:unset;
}

	
	.woocommerce table.shop_table_responsive thead, .woocommerce-page table.shop_table_responsive thead{
		    /* display: table-header-group; */
	}


	.woocommerce table.shop_table_responsive tr, .woocommerce-page table.shop_table_responsive tr {
    /* display: table-row; */
}
	
	.woocommerce table.shop_table_responsive tr td::before, .woocommerce-page table.shop_table_responsive tr td::before{
		content:unset;
	}

.woocommerce table.shop_table_responsive tr td, .woocommerce-page table.shop_table_responsive tr td{
	/* display:table-cell; */
}
	
}



.woocommerce-order-details__title,
.woocommerce-customer-details h2{
text-align: center;
    margin-top: 20px;
    font-weight: bold;
    font-size: 24px;
}


.woocommerce .woocommerce-customer-details address{
	border-radius: unset;
	border: unset;
}

.woocommerce ul.order_details{
	margin: unset;
	padding: unset;
	display: flex;
	justify-content: center;
	margin: 30px;
	margin-bottom: 40px;
	flex-wrap: wrap;
}


.woocommerce-thankyou-order-received{
	padding-top: 40px;
	text-align: center;
	margin-top: 20px;
	font-weight: bold;
	font-size: 24px;
}

.woocommerce-info,
.woocommerce button.button, 
.woocommerce table.my_account_orders .button,
 .woocommerce #respond input#submit.alt, 
.woocommerce a.button.alt, 
.woocommerce button.button.alt, 
.woocommerce input.button.alt, 
input[type="submit"]{
		background: #000000;
		border: 2px solid black!important;
}

.woocommerce #review_form #respond .form-submit input{
	background: black;
	color: white;
	transition: 0.4s;
	font-size: 14px;
	padding: 20px 30px;
}

.woocommerce #review_form #respond .form-submit input:hover{
	background:white;
	border:1px solid black;
	color:black;
}

.single_add_to_cart_button {
	text-transform:uppercase
}
.checkout-button{
	display: inline-flex!important;
	align-items: flex-end;
}

.woocommerce button.button, .woocommerce table.my_account_orders .button{
	    border: 1px solid #000000;
}

.price_slider_amount button{
	padding: 10px 20px!important;
}

.woocommerce #respond input#submit.alt:hover,
 .woocommerce a.button.alt:hover, 
.woocommerce button.button.alt:hover, 
.woocommerce input.button.alt:hover{
		background: white;
		color: black;
		border: 2px solid black!important;
}


.produkt-single-box .quantity{
	display:none;
}


.woocommerce-cart-form .product-thumbnail {
	margin: 0 auto;
	max-width: unset;
	text-align: center;
}


.woocommerce table.cart .product-thumbnail{
	display:block;
	text-align: center!important;
}

 
@keyframes fade-in {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 60%, 0);
    transform: translate3d(0, 60%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fade-in-element {
  animation: fade-in 0.8s;
}
.hidden {
  opacity: 0;
}
 

.foot-bg {
    color: white;
}
.logo-item:hover{
	opacity:0.7;
}
.foot-cols {display: flex;justify-content: space-between;padding: 60px 0px;flex-wrap: wrap;padding-bottom: 80px;}
.foot-col a {transition: 0.4s;}

.foot-col a:hover{
opacity:0.7;
}
.foot-col p{
	margin-top: 0px;
}
.foot-col ul{
    margin: unset;
    padding: unset;
    list-style: none;
    line-height: 28px;
}
.foot-col li{
    max-width: 146px;
}
.foot-col a{
    color: white;
    font-weight: 400;
}

.foot-title {margin-bottom: 10px;font-weight: 500;min-height: 22px;}
.hr-bar {height: 6px;background: #525151;}

.copyright{
	text-align: center;
	padding: 20px 0px;
	margin: unset;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}

.foot-col img{
	margin:unset;
}


.foot-logo{
	height: 30px;
	margin-top: 50px;
	margin-bottom: 20px;
	display: block;
}

header a{
	color:white;
}
 
.head-top-bg {background: #1E1E1E;} 
.head-top {display: flex;justify-content: space-between;align-items: center;padding-top: 5px;padding-bottom: 0px;}
.head-t-l {
}
.logo {
}
.head-t-r {display: flex;align-items: center;font-weight: 900;font-size: 16px;}
.head-t-r a:hover{
	color: white;
	opacity: 0.8;
}
.head-t-r a{
	    margin-left: 30px;
}
.basket-header-count {
}
.head-mid {background-position: right;background-size: cover;background-repeat: no-repeat;background-color: black;position: relative;overflow: hidden;min-height: 345px;display: flex;align-items: center;}
.bg-dots {position: absolute;opacity: 0.1;}
.hero-box {color: white;padding-left: 350px;line-height: 50px;}
.page-id-61 .hero-box{
	line-height: 27px;
}
.btn{
	background: #BE1622;
	padding: 5px 20px;
	display: inline-block;
	margin-left: 180px;
	transform: translateY(20px);
	font-size: 18px;
	font-weight: 500;
	transition:0.4s;
	border: 1px solid #BE1622;
}
.btn:hover{
    background:transparent;
    border: 1px solid #BE1622;
    color:white;

}
.btn-black{background: #000000;color: white;padding: 15px 20px;margin: unset;width: max-content;border: 1px solid black;}

.hero-item {display: flex;align-items: center;text-transform: uppercase;font-weight: 700;font-size: 24px;}
.page-id-61 .hero-item{text-transform: initial;line-height: 45px;}
.head-bot {background: #1E1E1E;}  
.hero-item svg{
	width: 47px;
	margin-right: 30px;
}

form.search{width: 320px;display: flex;justify-content: center;margin: 0 auto;margin-top: 50px;}

.head-contact{
	min-height: 220px;
	color: white;
}

.icon-box{position: relative;}

.icon-box svg{
	position: absolute;
	right: 35px;
	top: 10px;
}
.search-input{
	height: 51px;
	width: 343px;
	margin-right: 20px;
	padding-left: 15px;
	border-radius: 5px;
	border: 1px solid #adadad;
}
.search-submit{transition: 0.4s;border: unset;background: black;color: white;padding: 10px 40px;display: inline-block;font-size: 18px;cursor: pointer;border: 1px solid black;}

.search-submit:hover{
	background: white;
	border: 1px solid black;
	color: black;
}

.footer-menu-down ul{
    padding: unset;
    list-style: none;
    display: flex;
    justify-content: flex-end;
    margin: unset;
}
.footer-menu-down li{}
.footer-menu-down a{
    color: white;
    margin-left: 30px;
    font-size: 18px;
    transition: 0.4s;
}
.footer-menu-down a:hover{
	color:#be1622;
}

.down-bg{
	background:#303030;
	padding: 14px 0;
}

.foot-map p{
	height: 100%;
	position: relative;
}

.foot-contact-box{
	margin-bottom: 15px;
}

.foot-contact-item{
	margin-bottom:8px;
}

.footer-data-item strong{
	font-weight:900;
}

.footer-watch a{
	display: inline-block;
	margin-right: 5px;
}
.footer-watch p{
	margin-bottom: unset;
}

.footer-watch{
	margin-bottom:10px;
}

.footer-data-item{
	line-height:30px;
}

.foot-contact-item svg{
	margin-right: 5px;
}

.foot-map{
	width: 40%;
	filter: grayscale(100%);
}

.category-main-box {display: flex;justify-content: space-between;flex-wrap: wrap;margin-top: 60px;}
.category-main-item {width: 24%;height: 370px;background-position: center;background-size: cover;position: relative;display: flex;justify-content: center;align-items: center;padding: 50px;font-size: 24px;text-align: center;font-weight: 700;text-transform: uppercase;margin-bottom: 22px;transition: 0.4s;}
.bg-overlay {position: absolute;height: 100%;width: 100%;background: #00000073;transition: 0.4s;}
.category-main-title {color: white;z-index: 999;position: relative;}

.category-main-item:hover .bg-overlay{
	background: hsl(0deg 61% 31% / 80%);
}

.btn-box{
	display: flex;
	justify-content: center;
	margin: 20px 0;
}

.popular-bg {padding: 60px 0;margin: 60px 0;background-position: center;background-repeat: no-repeat;background-size: cover;min-height: 1082px;display: flex;align-items: center;}  
.popular-bg .wrapper{
	height: 100%;
	display: flex;
	justify-content: center;
}
.popular-box {display: flex;justify-content: space-between;height: 100%;}
.popular-left {width: 40%;display: inline-flex;flex-direction: column;justify-content: center;transform: translateY(-110px);}
.popular-content {color: white;line-height: 30px;} 
.btn-black:hover {border: 1px solid black;color: black;}
.popular-left .btn-black:hover{
	color:white;
}
.popular-right {width: 50%;position: relative;display: flex;}
.popular-item {background: white;display: block;padding: 55px 45px;width: 420px;transform: translateY(-180px);box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.25);transition: 0.4s;}
.popular-img {
    height: 310px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}
.popular-title {font-weight: 900;font-size: 36px;}
.popular-item-sec {position: absolute;z-index: 99;transform: translateX(220px) translateY(30px);}

.popular-item:hover{transform: translateY(-200px);}

.popular-item-sec:hover{transform: translateX(220px) translateY(10px);}
 
.popular-content strong{
	line-height: 75px;
}

.about-box {display: flex;justify-content: space-between;align-items: center;box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.1);margin-bottom: 120px;}
.about-left {width: 50%;min-height: 525px;background-position: center;background-size: cover;}
.about-right {width: 50%;padding-right: 40px;padding-left: 30px;}
.about-text {line-height: 30px;font-size: 14px;font-weight: 400;}
.about-text strong{
	margin-bottom: 10px;
	display: block;
}

.review-box {
    display: block;
    background: white;
    border-radius: 10px;
    padding: 30px;
}

.review-box:hover{
	opacity: 0.9;
}
.rev-img {height: 280px;background-repeat: no-repeat;background-size: contain;background-position: center;transition: 0.4s;}
.rev-top-box {
}
.rev-left {font-weight: 900;font-size: 14px;}
.rev-right {
}
.review {
}
.review-title {font-size: 12px;font-weight: 700;margin-bottom: 10px;}
.review-content {font-weight: 400;font-size: 12px;line-height: 20px;}

.rev-bg{
	min-height: 900px;
	background-position: top;
	background-size: cover;
	display: flex;
	align-items: flex-end;
}


.comments_box{
	height: 100%;
	margin-bottom: 50px;
}

.woocommerce .star-rating span::before{
	color:#FFD800;
}
.owl-theme .owl-dots .owl-dot span{background:#838383;border-radius: unset;height: 5px;width: 5px;}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span{
	background: #FFFFFF;
}

.owl-nav{
	position:relative
}


.owl-nav span{
	font-size: 100px;
	color: white;
	font-weight: 100;
}

.owl-prev{
    position: absolute;
    left: -60px;
    top: -330px;
}
.owl-next{
    position: absolute;
    right: -60px;
    top: -330px;
}

.owl-next,
.owl-prev{
	transition: 0.4s;
}

.owl-theme .owl-dots{
	margin-top:30px;
}

.page-id-61 .hero-box .btn{
	margin: unset;
	transform: translateY(-20px);
	padding: 20px 40px;
}
.blog-box {display: flex;justify-content: space-between;background: white;padding-bottom: 70px;}
.blog-left {width: 37%;min-height: 380px;background-position: center;background-size: contain;background-repeat: no-repeat;transition: 0.4s;}
.blog-right {width: 60%;display: flex;flex-direction: column;}
.blog-title-box {display: flex;align-items: center;width: 100%;justify-content: center;margin-top: 60px;font-weight: 900;}
.blog-title {text-transform: uppercase;font-size: 24px;margin-right: 5px;}
.blog-subtitle {font-size: 24px;}
.single-item-title {font-weight: 700;font-size: 24px;text-transform: uppercase;}
.subtitle-item-title {font-weight: 700;font-size: 18px;margin-bottom: 20px;color: #838383;}
.single-item-ext {line-height: 30px;font-size: 14px;color: #444444;}
.single-item-button {
} 
.blog-left:hover{
	opacity:0.7;
}
.blog-title-left{
	min-height: unset;
}
.blog-box-item{background: white;padding: 0 40px;margin-bottom: -85px;padding-bottom: 70px;}
 


.pagination{display: flex;justify-content: center;margin-bottom: 50px;}

ul.page-numbers{border: unset!important;}


.pagination .page-numbers.current,
.pagination a.page-numbers:hover{
    background: black!important;
    color: white!important;
}

.pagination a.page-numbers,
.pagination span.page-numbers{
    width: 35px;
    text-align: center;
    height: 35px;
    align-self: center;
    display: flex!important;
    justify-content: center;
    align-items: center;
}

.pagination li{border: unset!important;font-size: 16px;display: flex!important;justify-content: center;}

.contact-bg-head{
	position: absolute;
	right: 0px;
}

.hero-contact-box{
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-style: italic;
}

.hero-subtitle-social {font-size: 48px;font-weight: 900;margin-bottom: 20px;}
.hero-socials-box {display: flex;justify-content: center;align-items: center;}

.hero-socials-box a{
	margin: 0 50px;
	transition:0.4s;
}

.hero-socials-box a:hover{
	opacity:0.7;
}

.hero-contact-box .hero-left .hero-item{
    font-size: 64px;
}
.hero-contact-box .hero-left{
    width: 50%;
}
.hero-contact-box .hero-right{
    width: 50%;
    text-align: center;
}
  

form .upload {
	position: relative;
	overflow: hidden;
	width: 100%;
	text-align: center;
	border-radius: 3px;
	display: flex;
	align-items: center;
}
form .upload input[type="file"] {
	position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    width: 100%;
	height: 100%;
    cursor: pointer;
    opacity: 0;
}
.file-frame img{margin-left: 5px;}
form .upload label {
	font-size: 14px;
	font-weight: 500;
	margin-left: 10px;
} 
.file-frame{
	display: flex;
	align-items: center;
}

span.wpcf7-list-item{
	margin-left:unset;
}

.copysend{
	display: none;
}



.contact-box {display: flex;justify-content: space-between;padding: 50px 0;align-items: flex-end;}
.contact-left {width: 40%;padding-bottom: 120px;}
.contact-data-box {display: flex;flex-direction: column;margin-bottom: 10px;}
.contact-data-box a{
	margin-bottom: 10px;
}
.contact-social a{margin-right: 10px;}
.contact-right {width: 57%;}

.form-title{
    font-style: italic;
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.contact-content-box p{
	font-weight: 400;
}
.contact-content-box strong{
	font-weight: 900;
}

.contact-content-box{
	line-height: 24px;
	font-size: 14px;
	margin-top: 30px;
}

.send-btn{
	display: flex;
	justify-content: flex-end;
	margin-top: 20px;
}

.wpcf7-acceptance{
	font-size: 14px;

}

.wpcf7-acceptance span{
		cursor: pointer;
}

.map-box{
	filter: grayscale(100%);
	margin-bottom: -6px;
}


.item-box-normal {width: 32.8%;border: 2px solid #E8E8E8;position: relative;margin-bottom: 20px;display: flex;flex-direction: column;justify-content: space-between;transition: 0.4s;}
.item-box-normal  a{
	display: block;
	padding: 20px;
}

.item-box-normal:hover {opacity: 0.8;}

.item-box-normal:hover .item-img{transform: translateY(-15px);}





.up-sells .item-box-normal{
	width: 24%;
}
.item-best {position: absolute;top: 0px;left: 0px;background: #BE1622;color: white;padding: 10px 25px;font-size: 18px;font-weight: 900;}

   .item-best:after {
   	content:"";
   	position:absolute;
   	width: 0;
   	height: 0;
   	border-bottom: 45px solid #BE1622;
   	border-right: 30px solid transparent;
   	top: 0px;
   	right: -30px;
   	}

.item-img {height: 286px;background-position: center;background-size: contain;background-repeat: no-repeat;margin-top: 40px;transition: 0.4s;}
.item-price {font-size: 16px;font-weight: 900;display: flex;}
.item-price-new {
}
.item-price-old {text-decoration: line-through;margin-left: 10px;}
.item-title {font-size: 16px;font-weight: 900;text-transform: uppercase;}
.item-category-main {font-style: italic;font-size: 12px;text-transform: uppercase;margin: 3px 0;}
.item-stars {display: flex;align-items: center;}
.item-stars-icons {
}
.item-stars-icons .star-rating{
	float: unset;
	font-size: 11px;
}
.entry-summary .star-rating{
	font-size: 25px;
}
.rating {
}
.item-stars-count {font-size: 10px;font-weight: 500;color: #ACACAC;}
.item-extra {display: flex;justify-content: space-between;}
.item-extra a{
	width: 50%;
	padding: 10px!important;
	text-align: center;
	display: flex!important;
	justify-content: center;
	align-items: center;
	text-transform: uppercase;
	background-color: #000000!important;
	color: white!important;
	border-radius: unset!important;
	transition: 0.4s;
}

.item-extra a:hover{
	background-color:white!important;
	color: black!important;
	border: 1px solid black;
}
a.more-button{
    display: flex;
    background-color: #BE1622!important;
    color: white;
    text-align: center;
    text-transform: uppercase;
    transition: 0.4s;
    border: 1px solid #BE1622;
}

a.more-button:hover{
	background-color: white!important;
	border: 1px solid #BE1622;
	color: #BE1622!important;
}
.add_to_cart_button {
}

.product-list{
	display: flex;
	justify-content: space-between;
	padding-top: 30px;
	flex-wrap: wrap;
}
.product-list::after {  content: "";flex: 0 0 32%;max-width: 480px;}










.woocommerce form .form-row input.input-text, 
.woocommerce form .form-row textarea{background: #F7F7F7;border: 1px solid rgb(51 51 51 / 20%);border-radius: 3px;}


.woocommerce form .form-row input.input-text{height: 70px!important;padding-left: 20px;font-family:"Roboto"}

.woocommerce form .form-row textarea{}


.woocommerce form .show-password-input, 
.woocommerce-page form .show-password-input{
	top: 26px;
}

.woocommerce-account .woocommerce-MyAccount-content{
	margin-top: 30px;
}
 
  
/*LOGOWANIE i REJESTRACJA*/
.woocommerce form.login, 
.woocommerce form.register{
	border:unset;
}

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

.woocommerce-LostPassword.lost_password{
	margin:unset;
	margin-bottom: 20px;
}

.btn-ctr{
	display: flex;
	justify-content: center;
}
.login-title p{
    margin: unset;
}
.login-title h2{
    margin: unset;
}
.login-title{
	text-align:center;
}

#customer_login{
	margin: 100px 0px;
}

#customer_login .u-column2{
	border-left: 1px solid #C4C4C4;
}
 
#customer_login .col-1{width: 50%;padding-right: 100px;}

 
#customer_login .col-2{width: 50%;padding-left: 100px;}
/*END*/

.woocommerce-notices-wrapper{
	margin-top:20px;
}

body.woocommerce-cart .bg-single{
	display:none;
}

.woocommerce-cart-form{

}

.shop_table  thead{
	background: #F4F4F4;
}

.shop_table thead tr{
	height: 92px;
	font-size: 24px;
	font-weight: 700;
}

.woocommerce-cart table.cart img{
	width: auto;
	max-height: 200px;
}

.woocommerce table.shop_table td strong,
.woocommerce table.shop_table td{
	font-size:24px;
	font-weight:900;
}

#order_review  table.shop_table td strong,
#order_review  table.shop_table td,.woocommerce-MyAccount-content table.shop_table td strong,
.woocommerce-MyAccount-content table.shop_table td{
	font-weight:initial;
	font-size:initial;
}


.woocommerce-MyAccount-content table.shop_table td strong{
	font-size: initial;
	font-weight: initial;
}


.order_details  thead,
.order_details tr,
.order_details td,
.order_details th,
#order_review tr,
#order_review  th,
#order_review  td{
	background:initial;
	height: initial!important;
	font-size: initial!important;
	font-weight: initial!important;
	border-bottom: initial;
	border-bottom: initial!important;
}
 

.cart_item .product-name{
	text-transform:uppercase;
}


.woocommerce table.shop_table td.actions{
	border-bottom: unset;
}

.cart_totals td,
.cart_totals th{
    border-bottom: unset!important;
    padding: 30px!important;
}

.cart_totals td{
    background: #FAFAFA;
    padding-left: 100px!important;
}
.cart_totals th{background: #F4F4F4;font-size: 24px;}

.wc-proceed-to-checkout{
	display: flex;
	justify-content: flex-end;
}


.shop_table .quantity select{
height: 50px;
text-align: center;
display: flex;
justify-content: center;
padding-left: 10px;
padding-right: 45px;
font-size: 18px;
width: 103px;
border: 1px solid;
font-weight: 700;
border-radius: 2px;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    background: transparent url(/wp-content/themes/techtrade/img/selectbg.svg) no-repeat 100% center;
    padding-right: 25px;
    cursor: pointer;
}

.entry-summary select{
	width: 90px;
	height: 57px;
	border: 1px solid black;
	padding-left: 17px;
	font-size: 20px;
}


.shop_table .star-rating{
	float: left;
	margin-top: 5px;
}

 


.owl-theme .owl-dots .owl-dot span{
background:#838383;
border-radius: unset;
height: 5px;
width: 5px;
}

.owl-theme .owl-dots .owl-dot.active span, 
.owl-theme .owl-dots .owl-dot:hover span{
	background: #FFFFFF;
}

.owl-nav{
	position:relative
}


.owl-nav span{
	font-size: 100px;
	color: white;
	font-weight: 100;
}

.owl-prev{
    position: absolute;
    left: -60px;
    top: -410px;
}
.owl-next{
    position: absolute;
    right: -60px;
    top: -410px;
}

.owl-theme .owl-nav [class*=owl-]:hover{
	background: unset;
	opacity: 0.4;
}

.owl-theme .owl-dots{
	margin-top:30px;
}

.owl-carousel2 .owl-prev{
    top: -220px;
}
.owl-carousel2  .owl-next{
    top: -220px;
}

 



.product-top-wrap .woocommerce-pagination{
    margin-bottom: -20px!important;
}

.woocommerce-pagination ul.page-numbers{border: unset!important;}


.woocommerce-pagination .page-numbers.current,
.woocommerce-pagination a.page-numbers:hover{
    background: unset!important;
    color: black!important;
}

.woocommerce-pagination a.page-numbers,
.woocommerce-pagination span.page-numbers{
    text-align: center;
    align-self: center;
    display: flex!important;
    justify-content: center;
    align-items: center;
    font-size: 18px!Important;
    color: #ABABAB;
    font-weight: 900!important;
}

.woocommerce-pagination li{border: unset!important;font-size: 16px;display: flex!important;justify-content: center;font-style: italic;}



.products-box {display: flex;justify-content: space-between;}
.product-left {width: 22%;}
.product-right {width: 72%;}
.single-product .product-right{
	margin-bottom: 50px;
	width: 100%;
}
.product-right .menu a{
	font-size: 12px;
	font-weight: 700;
	font-style: italic;
	color: #737373;
}

.product-left h3{
	font-weight:700;
	font-size:16px;
}

.product-right .menu a:hover{
	color: black;
}

.product-right .menu li{
	margin-right: 20px;
}

.product-right .menu {
	display: flex;
	list-style: none;
	padding: unset;
	margin: unset;
	margin-top: 40px;
}


.product-top-wrap{

}

.product-right .woocommerce-pagination{margin-bottom: 60px;}

.textwidget p{
    font-size:24px;font-weight:900;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-range{background-color: #A6A6A6;}

.woocommerce .widget_price_filter .ui-slider .ui-slider-handle{
	background-color: #444444;
	top: -4px;
}

.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content{
	background-color: #DEDEDE;
}

.up-sells{
	clear:both;
	margin-bottom: 50px;
}

.product h2{
	font-weight:900;
	font-size:24px;
	text-align:center;
	text-transform:uppercase;
}

.product_title.entry-title{
	margin: unset;
	text-transform: uppercase;
	font-size: 30px;
	margin-bottom: 5px;
	font-weight: 900;
} 

.entry-summary .cart{
	display: flex;
	justify-content: flex-end;
}

.entry-summary .price{
	text-align:right;
	color: black!important;
	font-size: 36px!important;
	font-weight: 700;
	margin: unset;
	margin-top: 20px;
}

.sum-title-box {font-size: 24px;margin-top: 20px;}
.sum-title-item {display: flex;}
.sum-item-left {margin-right: 10px;font-weight: 500;}
.sum-item-right {font-weight: 400;}

.woocommerce div.product p.price ins, 
.woocommerce div.product span.price ins{
	text-decoration:none;
}
 
 .woocommerce-product-gallery__wrapper > div{
 	border: 1px solid #C4C4C4;
 }
 
.woocommerce div.product div.images .woocommerce-product-gallery__image:nth-child(n+2){width: 23%;}

.woocommerce-product-gallery__wrapper >div:first-child{
 	margin-bottom: 15px;
 	width: 100%;
}

.wp-post-image{
	height: 420px!important;
	width: auto!important;
	margin: 0 auto;
}
.woocommerce div.product div.images.woocommerce-product-gallery figure{
	display:flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.short-text strong{
	font-weight:900;
}
.short-text{
	font-size: 18px;
	line-height: 45px;
	font-weight: 400;
}

.product-content{
	clear: both;
}

.woocommerce div.product div.summary{
	width: 42%;
}
 
.short-text {
}
.prod-desc {}
.prod-desc-title {font-size: 18px;font-style: italic;margin-top: 30px;text-transform: uppercase;margin-bottom: 19px;}
.elements-list {margin-bottom: 80px;}
.element-item {display: flex;justify-content: space-between;padding: 20px;}
 

.elements-list .element-item:nth-child(odd) {
   background-color: #F4F4F4;
}


.element-item-left {width: 50%;font-size: 18px;}
.element-item-right {width: 50%;}
 
 .review-box:hover .rev-img{
 	transform: translateX(0px) translateY(-20px);
 }

.woocommerce #review_form #respond textarea{
    background: #F7F7F7;
    border: 1px solid rgb(51 51 51 / 20%);
    border-radius: 3px;
    padding: 20px;
}

#respond .form-submit{
	display:flex;
	justify-content:flex-end;
}

.woocommerce-verification-required{position: relative;top: -80px;display: inline;}


.woocommerce p.stars a{
	color: #FFD800;
	font-size: 20px;
}

.comment-form-email,
.comment-form-author{display: flex;flex-direction: column;width: 300px;}

.comment-form-email input,
.comment-form-author input{
    background: #F7F7F7;
    border: 1px solid rgb(51 51 51 / 20%);
    border-radius: 3px;
    padding: 20px;
}

.owl-carousel2 .review-box{
	border-radius: 2px;
	box-shadow: 0px 4px 18px rgba(0, 0, 0, 0.1);
	margin: 10px;
	display: flex;
	justify-content: space-between;
}

.owl-carousel2 .rev-img{
    width: 45%;
}
.owl-carousel2 .rev-top-box{
    display: flex;
    flex-direction: column;
}

.owl-carousel2 .rev-top-box .rev-left{
	order: 1;
	margin-top: 10px;
	margin-bottom: 5px;
}

.owl-carousel2 .rev-top-box .star-rating{
    float: unset;
}



.owl-carousel2 .review{}
.rev-single-box{
	width: 50%;
}

.rev-img-item{background-size: 70%;}
.stock {
	display:none;
}

:focus {
    outline: none
}

.woocommerce-MyAccount-navigation .is-active a,
.woocommerce-MyAccount-navigation a:hover {
	color: #be1622!important;
}


.woocommerce-account .woocommerce-MyAccount-content .addresses .woocommerce-Address-title a{
    background: #BE1622;
    padding: 5px 20px;
    display: inline-block;
    font-size: 18px;
    font-weight: 500;
    transition: 0.4s;
    border: 1px solid #BE1622;
    color: white;
}


.woocommerce-account .woocommerce-MyAccount-content .addresses .woocommerce-Address-title a:hover{
	
background: white;
	
color: #BE1622;
}

 


@media only screen and (max-width:1635px) {
    .comments_box{
    	max-width: 100%;
    	width: 85%;
    }
}



@media only screen and (max-width:1577px) {
.about-box{
    flex-direction: column;
}
.about-left{
    width: 100%;
    margin-bottom: 20px;
}
.about-right{
    width: 90%;
    padding: 50px 0;
}

}

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

	.up-sells .item-box-normal{
	    	width: 49%;
	}

	.head-mid{
		justify-content: center;
	}

	.hero-box{
		background: #00000073;
		display: flex;
		flex-direction: column;
		padding-left: unset;
		align-items: flex-start;
		padding: 30px;
		border-radius: 5px;
	}

	.category-main-item{width: 49%;height: 40vw;}
	
	.popular-box{
		flex-direction: column;
		padding-top: 160px;
	}
		.popular-left{
		width: 100%;
		transform: translateY(0px);
	}
		.popular-right{width: 100%;justify-content: space-between;margin-top: 60px;}


	.popular-item{transform: translateY(0px);width: 48%;}

	.popular-item-sec{
		position: initial;
		width: 50%;
		transform: translateY(0px);
	}

	.popular-bg{

	}


}


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

	.products-box{
		flex-direction: column;
	}

	.product-left{
		width: 100%;
	}

	.product-right{
		width: 100%;
	}

	.owl-carousel2 .review-box{
		flex-direction:column;
	}

	.owl-carousel2 .rev-img{width: 100%;}

	.owl-carousel2 .rev-single-box{width: 100%;}
 
	.wp-post-image{
		height: auto!important;
	}
	.woocommerce ul.order_details{
		flex-direction: column;
		justify-content: flex-start;
	}
	.item-box-normal{
		width: 49%;
	}
	.hero-socials-box a{margin: 10px 0px;}

	.hero-socials-box{
		flex-direction: column;
	}
	.hero-subtitle-social{
		font-size:30px;
	}
	.hero-socials-box svg{
		height: 40px;
	}
	.hero-contact-box .hero-left{
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 20px;
    margin-bottom: 20px;
}
.page-id-65 	.hero-contact-box .hero-left{margin-top: unset;}


.page-id-65 	.hero-contact-box .hero-right{
	margin-bottom: unset;
}


	.hero-contact-box .hero-right{
    width: 100%;
    margin-bottom: 40px;
}

	.hero-contact-box{
		flex-direction: column;
	}
.form-item-cf{
	flex-basis:100%;
}
	.page-id-65 	.head-mid{
	padding: 30px 0;
	background: #be1622;
	}
	.blog-title-left{
		height: unset!important;
	}
	.blog-box{flex-direction: column;}
	.blog-left{
    width: 100%;
    height: 40vw;
    min-height: unset;
    background-size: cover;
    margin-bottom: 20px;
}
	.blog-right{
    width: 100%;
}
	.foot-col{
	width: 20%;
	margin-bottom: 40px;
	}
	.foot-map{
		width:100%;
	}
.foot-cols{
    flex-wrap: wrap;
}
}



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

	.contact-box{
		flex-direction: column;
	}
	.contact-left{
		width: 100%;
	}
	.contact-right{
		width: 100%;
	}
	.footer-menu-down ul{
		flex-direction: column;
	}
	.foot-map{
		margin-left: unset!important;
	}
.popular-right{
	flex-direction: column;
}

.popular-img{
	height: 30vw;
}

.popular-title{
	font-size: 30px;
	text-align: center;
}

.foot-logo{
margin-left:30px;	
}
	.foot-col{
	width: 100%;
	margin-bottom: 40px;
	margin-left: 30px;
	}
.popular-item{
	width: 100%;
	margin-bottom: 20px;
}
.popular-bg{
	background: #7e0002;
	background-image: unset!important;
}
.popular-box{
	padding-top: unset;
}
}

@media only screen and (max-width:615px) {
	.bg-blog{
		display:none;
	}
	.item-box-normal{
		width: 100%;
	}
	.head-t-r a{
		margin:0 20px;
	}
	.popular-content span{
		font-size: 45px!Important;
	}
	.owl-next, .owl-prev{
		display: none!important;
	}
	.head-top{flex-direction: column;}
	.head-t-l{
    margin-bottom: 15px;
    margin-top: 10px;
}
	.head-t-r{}
	.btn{
		padding: 10px 20px;
		font-size: 15px;
		margin-left: unset;
	}
	.hero-box .btn{
		padding: 0px 20px;
	}
	.page-id-61 .hero-box .btn{
		margin-top:20px;
	}
	.hero-item span{
		font-size:20px!important;
	}
	.hero-item{
				font-size: 12px!important;
	}
	.hero-contact-box .hero-left .hero-item{
		font-size:50px!important;
		text-align: center;
	}
	.hero-box{
		margin: 20px;

	}
	.about-text strong{
		line-height: 60px;
		font-size: 40px;
	}
	.about-text{
		line-height: 30px;
	}
	.about-left{
		min-height: unset;
		height: 40vw;
	}
	.category-main-item{
		padding: 20px;
		font-size: 24px;
		width: 100%;
		height: 70vw;
	}
	form.search{flex-direction: column;width: unset;}
	.icon-box{width: 100%;}
	.search-input{
		width:100%;
		margin-right: unset;
	}
	.search-submit{
		width: 100%;
	}
}






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

	.product-right .menu{
		flex-direction:column;
	}

	.woocommerce-verification-required{
		top:unset;
		margin-bottom: 40px;
		display: block;
	}

	.woocommerce div.product div.summary{
		width:100%;
	}
	.up-sells .item-box-normal{
		width:100%;
	}


#customer_login .col-1,
#customer_login .col-2{
	width:100%;
	padding-left: unset;
	border: unset;
	padding-right: unset;
}

}

.pswp{
	z-index:999999;
}

.has-cookie-bar #catapult-cookie-bar{
	z-index:9999999;
}

.bg-blog {background-size: cover;height: 1064px;width: 100%;position: absolute;top: 70%;z-index: -1;}
.bg-blog1 {
} 
.bg-blog2 {top: unset;bottom: 0px;background-size: contain;background-position-y: bottom;background-repeat: no-repeat;} 

.blog-foot{
	position:relative;
}
*{

}

.cross-sells{
	width: 100%!important;
}

.owl-bestsellers .item-box-normal{
	width: 100%;
	min-height: 520px;
}

.bestsellers-text{
	font-size: 36px;
	margin-bottom: 30px;
}

.owl-bestsellers{
	margin-bottom:50px;
}