/*
 Theme Name:   Storefront Child
 Theme URI:    http://example.com/storefront-child
 Description:  Child theme for the Storefront theme
 Author:       Rajan Chipkar
 Author URI:   
 Template:     storefront
 Version:      1.0.0
*/

/* Import parent theme styles */
/*@import url("../storefront/style.css");*/
* {
    transition: all 0.5s;
}
a:focus, input:focus, textarea:focus, button:focus {
    outline: 0;
}
a {
    color: #f85f02;
}
.btn-group-lg>.btn, .btn-lg {
    padding: 6px 20px;
    font-size: 15px;
    border-radius: 2px;
}

.section-title {
    font-size: 2.2rem;
    font-weight: 700;
    color: #212529;
}
.section-title.white {
    color: #ffffff;
    font-weight: 500;
}
.custom-header {
    position: relative;
    z-index: 50;
}
.custom-navbar {
    background: #24242a;
}
.split-nav {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: max-content 250px;
    justify-content: space-between;
}
.site-branding {
    width: 100%;
}
.site-branding img {
    max-width: 250px;
}
.header-bottom {
    box-shadow: 0 2px 5px rgba(0, 0, 0, .1);
    padding: 15px 0;
}
.split-header {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: max-content 250px;
    justify-content: space-between;
    align-items: center;
}
.site-branding, 
.site-search, 
.site-header-cart, 
.site-logo-anchor, 
.site-logo-link, 
.custom-logo-link,
.searchbar .widget {
    margin: 0;
}




.home.blog .site-header, 
.home.page:not(.page-template-template-homepage) .site-header, 
.home.post-type-archive-product .site-header {
    margin: 0;
}
.storefront-primary-navigation {
    background: #21212a;
}
.main-navigation ul.menu>li>a, .main-navigation ul.nav-menu>li>a {
    padding: 10px 1em;
    font-size: 14px;
}
.site-header-cart .cart-contents {
    padding: 10px 0;
}
.main-navigation ul li a, 
ul.menu li a.cart-contents {
    color: #ffffff;
    font-size: 14px;
}
ul.menu li.current-menu-item>a {
    color: #f85f02;
}
.searchbar .widget_product_search form:not(.wp-block-search) input[type=search] {
    border: 0px solid #c1c1c1;
    border-radius: 2px;
    padding: 10px 20px 10px 40px;
    box-shadow: inset 0 2px 5px rgba(0, 0, 0, .1);
}
.searchbar .site-search .widget_product_search form::before {
    top: 14px;
    left: 15px;
    color: #ff6202;
}
.widget_search form:not(.wp-block-search) input[type=submit], 
.widget_search form:not(.wp-block-search) button[type=submit], 
.widget_product_search form:not(.wp-block-search) input[type=submit], 
.widget_product_search form:not(.wp-block-search) button[type=submit] {
    border: 0;
    clip: unset;
    clip-path: none;
    height: auto;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 80px;
    word-wrap: normal !important;
    top: 0;
    right: 0;
    left: auto;
    color: #ffffff;
    background: #f85f02;
    padding: 8px;
}
.product-list .products.columns-4 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
}
.product-list .products .product {
    /*background: #f5f5f5;*/
    padding: 15px;
    border: 1px solid #e7e7e7;
    box-shadow: 0 6px 9px rgba(0, 0, 0, .1);
}
.product-list ul.products::before, ul.products::after {
    display: none;
}
.onsale {
    position: absolute;
    top: 10px;
    right: 10px;
    background: #ff6202;
    border: 0;
    border-radius: 0;
    color: #fff;
    padding: 5px 20px;
}
.swiper-button-prev, .swiper-rtl .swiper-button-next,
.swiper-button-next, .swiper-rtl .swiper-button-prev  {
    background: #fff;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .1);
    width: 30px;
    height: 30px;
}
.swiper-button-next:after, .swiper-button-prev:after {
    font-size: 14px;
    font-weight: 900;
    color: #ff6202;
}
.swiper-button-next svg, .swiper-button-prev svg {
    display: none;
}



/* Hero Section */
section.bg-light.text-center {
  background: linear-gradient(-180deg, #f7f7f7, #dae0f3);
  padding: 100px 20px;
}

section.bg-light.text-center h1 {
  color: #212529;
}

section.bg-light.text-center p {
  font-size: 1.2rem;
  font-weight: 400;
  max-width: 700px;
  margin: auto;
  color: #555;
}

/* Buttons */
.btn-primary {
  background-color: #ff6202;
  border-color: #ff6202;
}

.btn-primary:hover {
  background-color: #e85a2a;
  border-color: #e85a2a;
}

.btn-outline-dark:hover {
  background-color: #333;
  color: #fff;
}

/* Categories */
section.container h2 {
  font-size: 2.2rem;
  font-weight: 700;
}
.categories-thumb {
    background: #fff;
    border: 1px solid #dae0f3;
    padding: 15px;
}
.category-title {
    /*font-family: agency fb;*/
    background: #212529;
    padding: 10px 0;
    color: #ffffff;
    font-size: 18px;
    letter-spacing: 1px;
    margin: 10px 0 0 0;
}
/* Why Choose Us */
section.bg-dark {
  background: #212529;
}

section.bg-dark p {
  font-size: 1.1rem;
}
.custom-icons {
    max-width: 80px;
    margin: 20px auto 20px;
    padding: 15px;
    background: #ffffff;
    box-shadow: 0 15px 20px #1a1a1a;
}
/* How It Works */
section.container h4 {
  margin-top: 15px;
  font-weight: 600;
}

/* Best Sellers */
section.bg-light .btn-outline-primary {
  border-radius: 25px;
  padding: 6px 18px;
}

/* Call to Action */
section.bg-success {
  background: linear-gradient(135deg, #28a745, #218838);
}

section.bg-success h2 {
  font-size: 2rem;
}
.product-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 15px;
    list-style-type: none;
    text-align: center;
}
.woocommerce-loop-product__title {
    font-size: 1rem;
    font-weight: 400;
    margin: .5407911001em 0;
}
.product-grid .product {
    width: auto;
    float: unset;
    margin-right: unset;
    background: #fff;
    padding: 10px;
    border: 1px solid #e7e7e7;
    position: relative;
    padding-bottom: 60px;
}
.product-grid .product a.woocommerce-LoopProduct-link.woocommerce-loop-product__link {
    float: left;
    width: 100%;
    height: 100%;
    border: 1px solid #dfdfdf;
    transition: all 0.8s;
}
.product-grid .product a.woocommerce-LoopProduct-link.woocommerce-loop-product__link img {
    position: relative;
}
.product-grid .product a.woocommerce-LoopProduct-link.woocommerce-loop-product__link img:after {
    position: absolute;
    content:"";
    border: 2px solid #fff;
    left:10px;
    right:10px;
    top:10px;
    bottom:10px;
}
.product-grid .product a.woocommerce-LoopProduct-link.woocommerce-loop-product__link:hover {
    border: 1px solid #f85f02;
    /*transform: scale(1.05);
    box-shadow: 0 20px 25px rgb(0 0 0 / 50%);*/
}
.product-grid .product .price {
    width: 100%;
    float: left;
    margin: 0 0 10px;
}
.product-grid .product .add_to_cart_button {
    background: #212529;
    color: #fff;
    text-transform: uppercase;
    position: absolute;
    left: 10px;
    right: 10px;
    bottom: 10px;
    font-size: 14px;
    font-weight: 500;
}
.product-grid .product .add_to_cart_button:hover {
    background: #f85f02;
    color: #fff;
}
.price .woocommerce-Price-amount.amount  {
    color: #212529;
    font-size: 18px;
}
.price del .woocommerce-Price-amount.amount {    
    color: #212529;
}
/* Footer */
.footer-section {
    padding: 50px 0 0;
}
footer {
  background: #111;
  color: #aaa;
}

footer a {
  color: #ddd;
  text-decoration: none;
}

footer a:hover {
  color: #ff6202;
}

footer form input {
  border-radius: 30px;
  text-align: center;
}






/*CSS for shop screen*/
.storefront-breadcrumb {
    padding: 10px 5px;
    margin: 0 0 50px 0;
    border-bottom: 1px solid #e7e7e7;
}
.col-full {
    max-width: 1116px;
    padding: 0 15px;
}
.content-area {/*
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;*/
    background: #ffffff;
}
header.woocommerce-products-header, 
ul.products.columns-3::before, 
ul.products.columns-3::after {
    display: none;
}
.storefront-full-width-content .content-area {
    width: 1116px;
    float: unset;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
}
.storefront-sorting {
    margin-bottom: 15px;
    background: #f5f5f5;
    padding: 10px 15px;
}
.products.columns-3 {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 15px;
}
.storefront-full-width-content .site-main ul.products.columns-3 li.product {
    width: auto;
    float: unset;
    margin-right: unset;
    background: #fff;
    padding: 10px;
    border: 1px solid #e7e7e7;
}
.woocommerce-product-gallery__wrapper img {
    width: 100%;
}
.woocommerce-tabs.wc-tabs-wrapper {
    background: #ffffff;
    padding: 20px;
    margin-bottom: 50px;
    border: 1px solid #e7e7e7;
    border-radius: 4px;
}
.storefront-full-width-content .woocommerce-tabs ul.tabs {
    width: 100%;
    float: unset;
    margin-right: 0;
    border-bottom: 1px solid #e1e1e1;
}
.storefront-product-pagination {
    display: none;
}
.woocommerce-tabs ul.tabs li {
    display: inline-block;
    padding: 0 50px;
    border-bottom: 1px solid #fff;
}
.woocommerce-tabs ul.tabs li.active {
    border-bottom: 1px solid #f85f02;
}
.woocommerce-tabs ul.tabs li a {
    color: #a3a3a3;
}
.woocommerce-tabs ul.tabs li a:hover {
    color: #6d6d6d;
}
.storefront-full-width-content .woocommerce-tabs .panel {
    width: 100%;
    float: left;
    margin-right: 0;
    margin-bottom: 0;
    color: #999;
    font-size: 14px;
}
.woocommerce-tabs ul.tabs li.active::after {
    display: none;
}
.woocommerce-tabs .panel h2 {
    font-size: 1.618em;
    margin-bottom: 1em;
    display: none;
}
.comment-form-comment textarea {
    background: #fff;
}
.comment-respond {
    padding: 20px !important;
    border: 1px solid #e1e1e1;
}
.comment-respond button, 
.comment-respond input[type="button"], 
.comment-respond input[type="reset"], 
.comment-respond input[type="submit"], 
.comment-respond .button:hover, 
.comment-respond .widget a.button:hover {
    background-color: #f85f02;
    border-color: #f85f02;
    color: #ffffff;
}
p.stars.selected a.active:before, 
p.stars:hover a:before, 
p.stars.selected a:not(.active):before, 
p.stars.selected a.active:before {
    color: #f85f02;
}
p.stars.selected a.active::before {
    color: #f85f02;
}

/*My Account Dashboard*/
.entry-header {
    display: none;
}
.woocommerce-MyAccount-navigation {
    background: #212529;
    padding: 0 20px;
    width: 250px;
    margin-right: 0;    
    box-shadow: 0 20px 25px rgb(0 0 0 / 50%);
}
.hentry .entry-content .woocommerce-MyAccount-navigation ul {
    border-top: 0;
    margin-bottom: 0;
}
.hentry .entry-content .woocommerce-MyAccount-navigation ul li {
    border-bottom: 1px solid rgb(255 255 255 / 5%);
}
.hentry .entry-content .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link a {
    color: #a7a7a7;
}

.hentry .entry-content .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link.is-active a,
.hentry .entry-content .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link a:hover {
    color: #ffffff;
}
.woocommerce-MyAccount-content {
    width: calc(100% - 270px);
    margin-right: 0;
    padding: 20px;
    border: 2px solid #dbdbdb;
}


@media only screen and (max-width: 768px) {
    .bg-light.text-center h1, .section-title {
        font-size: 1.5rem;
    }
    .bg-light.text-center {
        padding: 20px !important;
    }
    .product-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}