.woocommerce #content div.product div.images img,
.woocommerce div.product div.images img,
.woocommerce-page #content div.product div.images img,
.woocommerce-page div.product div.images img {
	padding: 10px !important;
	background-color: #B5B5B5 !important;
    /* height: 100% !important; */
    height: auto;
}
body.woocommerce ul.products li.product,
body.woocommerce-page ul.products li.product { 
    display: inline-block!important;
    float: none!important;
}
html,body{
    overflow-x: hidden;
}

ul.list-inline.social-link > li a i:hover {
    opacity: 0.7;
}

.footer-logo {
    transition: all .2s ease-out;
}

.footer-logo:hover {
    transform: scale(.85);
}

a:focus, a:hover, a:active {
    text-decoration: none !important;
}

.cad-logo a {
    text-decoration: none !important;
}

.cad-logo a:hover {
	color: #918151 !important;
}
.kurts-father{
    padding-left: 15px !important; 
    margin-top: 50px;
}
.bottom-footer,
.top-header{
    background-color: #fff;
    padding: 10px 0;
    background-size: cover;
    background-image: url("./img/about-bg.png");
}
.bottom-footer .footer-logo,
.top-header a.header-logo img{
    width: 300px;
    margin-right: auto;
    margin-left: auto;
}
header .contact{
    text-align: center !important;
    margin-top: 10px;
}
footer p.copyright{
    text-align: right;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li{
    background: transparent !important;
    padding: 1rem 0 0 0 !important;
}
.woocommerce .product a>img{
    height: 300px !important;
    width: 100% !important;
    object-fit: cover !important;
    object-position: center !important;
}
.woocommerce .product img{
    object-fit: cover !important;
    object-position: center !important;
}
.single-product .summary.entry-summary{
    height: 300px;
}
.single-product form.cart{
    display: flex !important;
    width: 100% !important;
}
.back-to-top{
    bottom: 10px;
    right: 15px;
}

/* 09-15-2021 */
.list-img {
    border: 15px solid #ddd;
    opacity: 0.8;
}
li.picture-list.col-lg-6 {
    margin-bottom: 30px;
}
li.picture-list .list-img {
    transition: 0.3s;
}
li.picture-list:hover .list-img {
    opacity: 1;
}
section.furniture-pictures {
    padding-bottom: 60px;
}

body.archive.tax-product_cat.woocommerce ul.products li.product a img, body.archive.tax-product_cat.woocommerce-page ul.products li.product a img {

    padding: 0 !important;
    border: none !important;
    max-height: auto !important;
    max-width: auto!important;
    margin: auto;
  }


  .sticky {
    position: fixed;
    z-index: 99;
    top: 0;
    left: 0;
  }
  body.woocommerce ul.products li.product, body.woocommerce-page ul.products li.product:hover img {
    transition: all 0.3s;
  }
      body.woocommerce ul.products li.product, body.woocommerce-page ul.products li.product:hover img {
        transform: scale(1.02);
      }

    body.page-template-page-contact .entry.contact-content a:hover {
        color: #918151 !important;
    }
    input#gform_submit_button_1:hover {
        background-color: #fefe3b !important;
        background-image: -webkit-radial-gradient(circle,#fefe3b 10%,#fefe59 11%) !important;
        background-image: radial-gradient(circle,#fefe3b 10%,#fefe59 11%) !important;
        background-repeat: no-repeat !important;
        background-size: 1000% !important;
        -webkit-box-shadow: 2px 2px 2px rgba(0,0,0,.3) !important;
        box-shadow: 2px 2px 2px rgba(0,0,0,.3) !important;
    }

    .blog-permalink {
        padding: 8px;
        border: 1px solid #000;
        background-color: #000;
        color: #fff;
        border-radius: 3px;
    }

    .blog-permalink:hover {
        background-color: #fff !important;
        background-image: -webkit-radial-gradient(circle,#fff 10%,#fff 11%) !important;
        background-image: radial-gradient(circle,#fff 10%,#fff 11%) !important;
        background-repeat: no-repeat !important;
        background-size: 1000% !important;
        -webkit-box-shadow: 2px 2px 2px rgba(0,0,0,.3) !important;
        box-shadow: 2px 2px 2px rgba(0,0,0,.3) !important;
        color: #000 !important;
    }

    .pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
      background-color: #000 !important;
      border-color: #918151;
    }
@media (max-width:1024px){
    .single-product .summary.entry-summary{
        width: 59% !important;
    }
}

@media (max-width:992px){
    .single-product .summary.entry-summary{
        width: 47% !important;
       
    }
}
@media (max-width:767px){
    .lb-container {
        padding: 0 !important;
    }
    .single-product .summary.entry-summary{
        width: 100% !important;
        height: auto !important;
    }
    .single-product .woocommerce-images {
        left: 50% !important ;
        transform: translateX(-50%);
    }
}

@media (max-width: 991px){
    .list-img {
        border: 10px solid #ddd;
    }
    #gallery-2 .gallery-item{
        width: 100% !important;
    }
    .gallery-columns-1 .gallery-item,
    .gallery-columns-3 .gallery-item{
        max-width: 100% !important;
    }
    .page-id-856 #gallery-2 img{
        width: 100%;
    }
    .page-id-856 #gallery-2{
        max-width: 80%;
    }
    footer p.copyright{
        text-align: center;
    }
}
@media (max-width: 767px){
    .home #gallery #gallerySlider .item .image:first-child,
    .home #gallery #gallerySlider .item .image:last-child{
        display: none !important;
    }
    #gallery #gallerySlider .carousel-inner .item .image{
        width: 100% !important;
    }
    .page-id-856 #gallery-2 img{
        height: 350px;
    }
}
@media ( max-width: 550px ) {
    .list-img {
        border: 5px solid #ddd;
    }
}
@media (max-width: 440px) {
    #about{
        margin-top: 0 !important;
    }
    .page-id-856 #gallery-2 img{
        height: 250px;
    }
    #gallery-2{
        max-width: 80%;
    }
    #gallery-2 img{
        width: 100%;
    }
}

#gallery-2 img {
    width: 100% !important;
    height: auto !important;
}