/*
Theme Name: My Shop Theme
Author: Summus Technologies
Version: 2.0.0
*/

:root {
  --primarycolor: #b90004;
  --secondarycolor: #fff;
}
html, body {
    max-width: 100%;
    overflow-x: hidden;
	   font-family: 'Varta', sans-serif;
    background:#fff;
}
 

header{
    background: #fff;
    box-shadow: 0 0 5px;
}

.header-top{
    background: var(--primarycolor);
    padding: 10px;
}

.header-top span{
    padding-right: 10px;
}

.header-top i.fa{
    color: #fff;
}

.header-top .header-contact{
	text-align: right;
}
table {
  border-collapse: collapse;
  width: 100%;
}

th, td {
  text-align: left;
  padding: 8px;
}

tr:nth-child(even) {background-color: #f2f2f2;}
.our-products .product img {
    width: 100%;
    max-height: 245px;
}

.navigation{
    padding: 10px;
}

.navigation .cart .cart-contents i.fa{
    font-size: 22px;
    background: var(--primarycolor);
    color: #fff;
    padding: 10px;
    border-radius: 25px;
}

.navigation .cart .cart-contents span.cart-contents-count{
    color: #000;
}

.navigation .mobileMenuToggle{
    display: none;
}

.navigation ul.menu{
    list-style: none;
    display: flex;
    margin: 0;
}

.navigation ul.menu li{
    margin: 0 5px;
}

.navigation ul.menu li a{
    display: block;
    padding: 10px;
    font-size: 18px;
    color: #000;
    font-weight: bold;
}

.banner img{
    width: 100%;
}

.more-products img, .featured-products img{
    width: 100%;
}

.featured-products {
    padding: 40px 10px;
}

.home .product{
    padding: 40px;
    margin: 10px;    
    box-shadow: 0px 0px 10px -5px;
    background: #fff;
}

.product.side{
    padding: 20px;
    position: relative;
}

.product span.title{
    display: block;
    font-size: 30px;
}

.product span.price{
    display: block;
    color: var(--primarycolor);
}

.product.side span.title{
    display: block;
    font-size: 20px;
}
.h4, h4 {
    font-size: 1.5rem;
    line-height: 30px;
    margin: 10px 0px;
}
.product.side .mask{
    display: none;
    position: absolute;
    background: #ffffffd9;
    z-index: 999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
}

.product.side:hover .mask{
    display: block;
}

.product.side a.shop {
    margin-top: 50%;
}

a.shop{
    background: var(--primarycolor);
    color: #fff;
}

h3.section-headline{
    padding: 10px;
    width: fit-content;
    font-size: 22px;
    font-weight: bold;
}

h3.section-headline::after{
    content: "";
    display: block;
    border-bottom: 4px solid var(--primarycolor);
    width: 30%;
}

.shop-now {
    margin: 20px 0;
    padding: 40px;
	background: linear-gradient(60deg, #000000, #af3e3e0f, #af3e3e24, #af3e3e14, #000000)
}

.shop-now strong, .shop-now p{
    font-size: 16px;
}
.shop-now2 {
    margin: 20px 0;
    padding: 40px;
	background: linear-gradient(60deg, #000000, #af3e3e0f, #af3e3e24, #af3e3e14, #000000)
}
.breadcrumb {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    list-style: none;
    line-height: 0;
    padding: 20px 0 0;
	background: none;
}

.woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images {
    float: left;
    width: 35%;
}

.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1 {
    float: left;
    width: 48%;
    max-width: none !important;
}
.woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2 {
    float: right;
    width: 48%;
    max-width: none !important;
}
.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {
    float: right;
    width: 58%;
    clear: none;
}
.inner-content .front-page{
    padding: 40px 10px;
}

.inner-content .page{
    padding: 40px;
    background: #fff;
    box-shadow: 0 0 2px;
    margin: 20px auto;
}

.inner-content .page img.postImage{
    width: 100%;
    padding: 20px 5px;
}

.inner-content .page h1, .inner-content .contact h1{
    font-size: 26px;
    font-weight: bold;
}

.inner-content .page h2{
    font-size: 23px;
    font-weight: bold;
}

.inner-content .page h3{
    font-size: 23px;
}
.woocommerce ul.products li.product .star-rating {
    font-size: .857em;
    margin-left: 60px;
}
.inner-content .page h4{
    font-size: 22px;
}

.inner-content .page p{
    text-align: justify;
    font-size: 18px;
    line-height: 30px;
}

 
.inner-content .contact{
    padding: 40px 20px;
}

.contact-details i.fa{
    display: block;
    font-size: 35px;
    color: var(--primarycolor);
    padding: 10px;
}

.contact-details strong{
    font-size: 20px;
}

.contact-form {
    background: #fff;
    padding: 40px;
    text-align: center;
    margin: 0 auto;
    width: 600px;
    border: 2px solid var(--primarycolor);
}

.blog-list {
    padding: 40px;
}

.blog-list .blog-single {
    padding: 0px;
    text-align: left;
    margin: 20px auto !important;
}

.blog-list .blog-single img {
	width: 100%;
	height: auto;
}

.page404{
    background: #f2f2f2;
	padding: 40px;
}

footer{
    background: #024;
    color: #fff;
    padding: 40px 10px;
}

footer li.menu-item a{
	color: #fff;
}

footer h3{
	font-size: 26px;
}
.pb-60{padding-bottom:60px !important;}
.pt-60{padding-top:60px !important;}
@media only screen and (max-width: 600px){
    .inner-content .page {
        padding: 40px 10px;
    }
    .header-top {
    background: var(--primarycolor);
    padding: 10px;
	display:none;
}
    .social {
        text-align: center;
    }
    
    .header-contact {
        text-align: center;
    }
	
	.header-contact span{
		display: block;
	}
	
	.nav-main {
		position: absolute;
	}
	
	.nav-main ul.menu {
		position: fixed;
		display: none;
		background: #af3e3ef2;
		top: 0;
		right: 0;
		height: 100%;
		width: 40%;
		z-index: 99;
		box-shadow: 0 0 5px;
		padding: 40px 0;
	}
	
	.nav-main ul.menu li {
		border-bottom: 1px solid #ffffff91;
	}
	
	.navigation .cart{
		text-align: right;
	}
	
	span.mobileMenuToggle {
		display: block !important;
		position: absolute;
		right: 130px;
		top: 25px;
		font-size: 20px;
		z-index: 99;
	}
}

.woocommerce .woocommerce-product-gallery{
    border: 2px solid var(--primarycolor);
    box-shadow: 0 0 5px;
}

.woocommerce p.price, .woocommerce span.price{
    text-align: left;
}

.woocommerce ul.wc-tabs, .woocommerce .woocommerce-Tabs-panel{
    text-align: left;
}

.woocommerce .woocommerce-Tabs-panel h2{
    font-weight: bold;
    font-size: 23px;
}

.woocommerce .woocommerce-Tabs-panel p{
    text-align: justify;
    font-size: 18px;
    line-height: 30px;
}

.woocommerce .single-product .product{
    box-shadow: none;
}

.woocommerce select, .woocommerce .input-text {
    border-color: #e0e0e0;
    background: #fff;
    padding: 10px;
}

.woocommerce button.single_add_to_cart_button{
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    background: var(--primarycolor);
}

.woocommerce .product_meta span.sku_wrapper, .woocommerce .product_meta span.posted_in{
    display: block;
    text-align: left;
}

.woocommerce .products .product{
    border: 1px solid var(--primarycolor);
    padding: 10px !important;
    text-align: center;
    position: relative;
}

.woocommerce .woocommerce-loop-product__title{
    font-size: 20px !important;
    font-weight: bold;
    color: var(--primarycolor);
}

.woocommerce .products .product span.price{
    text-align: center;
	padding: 10px;
    font-size: 18px !important;
}

.woocommerce .products .product a.button{
    position: absolute;
    bottom: -25px;
    left: 5px;
    right: 5px;
    background: var(--primarycolor);
    color: #fff;
    font-size: 20px;
}

.wrps_related_products_area .owl-theme .owl-nav{
    top: 0;
}
.custom-logo{width:85%; height:auto;}
@media only screen and (min-width: 320px) and (max-width: 600px){
	.header-top {
    background: var(--primarycolor);
    padding: 10px;
	display:none;
} 
/* Cart page css add  */
	.custom-logo{width:103px; height:auto;}	
	span.mobileMenuToggle {
  display: block !important;
  position: absolute;
  right: 120px;
  top: 7px;
  font-size: 20px;
  z-index: 99;
}
	
	.woocommerce ul.products[class*="columns-"] li.product, .woocommerce-page ul.products[class*="columns-"] li.product {
  width: 100%;
  float: left;
  clear: both;
  margin: 0 0 2.992em;
}
	
	.nav-main ul.menu {
    position: fixed;
    display: none;
    background: #af3e3ef2;
    top: 0;
    right: 0;
    height: 100%;
    width: 60%;
    z-index: 99;
    box-shadow: 0 0 5px;
    padding: 40px 0;
}
	.banner img { width:100%; height:auto;}	

.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1 {
    float: left;   
	max-width:unset;
}
.woocommerce form .form-row label {
    line-height: 2;
    display: block !important;
    width: 100%;
}
.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1 {
  float: left;
  width: 100%;
  max-width: none !important;
}	
	
.woocommerce-input-wrapper{width:100% !important;}
.tabsd{width:100%; height:auto;}
.woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2 {
    float: right;
    width: 100%;
	max-width:unset; 
}
	.woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images {
    float: left;
    width: 100%;
}
	.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {
    float: right;
    width:100%;
    clear: none;
}
	
.woocommerce ul.products[class*=columns-] li.product, .woocommerce-page ul.products[class*=columns-] li.product {
        width: 100%;
        float: left;
        clear: both;
        margin: 0 0 2.992em;
    }	
	
}


.border {
    border: 1px solid #dee2e6 !important;
    border-collapse: unset;
	 
}

.table-responsive{
	oveflow-x: auto;
}
.comment-form-url{display:none !important}

.woocommerce form .form-row {
    padding: 3px;
    margin: 0 0 6px;
    display: block !important;
}
.wp-image-94{width:100% !important; height:auto !important;}

 