/**
 * Theme Name:     florist child
 * Author:         VWThemes
 * Template:       florist-flower-shop
 * Text Domain:	   florist-child
 * Description:    A child theme of Florist Flower Shop
 * Version:        1.0
 */
#footer h3 {color: #234ea4;}
#footer ul li {color: #000000;}
#footer ul li a {color: #000000;}
 @media screen and (min-width: 1200px) and (max-width: 1366px){
  .custom-social-icons i {
    margin: 20px 7px;
  }
  .admin-bar #slider .carousel-caption,#slider .carousel-caption {
    top: 0px;
    right: 30px !important;
    left: 30px !important;
  }
  .slider-inner-box,#product-slide{
    top: 0;
  }
  .page-template-custom-home-page .home-page-header, .page-template-ibtana-page-template .home-page-header{
    position: static;
  }
  .page-template-custom-home-page .top-bar, .page-template-ibtana-page-template .top-bar{
    background: #394ca6;
  }
  .page-template-custom-home-page .inner-head-box, .page-template-ibtana-page-template .inner-head-box{
    padding: 0;
  }

  #slider .carousel-caption h1 a {
    font-size: 45px;
  }
  tr.wc-block-cart-items__row {
    gap: 1em;
  }
  li.wc-block-grid__product{
    max-width: 100% !important;
  }
  .wc-block-grid__products {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr);
    padding: 0px 50px !important;
  }
  header.woocommerce-Address-title.title a{
    padding: 8px 10px !important;
  }
  .woocommerce-account .addresses .title h3 {
    font-size: 20px;
  }
  #slider .carousel-control-prev, #slider .carousel-control-next{
    top: 75%;
  }
  #slider .carousel-control-prev{
    left: 5%;
  }
  #slider .carousel-control-next {
    right: 82%; 
  }
  #slider .carousel-caption p{
    display: none;
  }
  #product-slide h3 {
    font-size: 21px;
    margin-bottom: 0;
  }
  #slider .carousel-caption {
    right: 4% !important;
    left: 4% !important;
  }
 }
 @media screen and (min-width: 1367px) and (max-width: 1850px){
  .custom-social-icons i {
    margin: 20px 7px;
  }
  .admin-bar #slider .carousel-caption,#slider .carousel-caption {
    top: 0px;
    right: 30px !important;
    left: 30px !important;
  }
  .slider-inner-box,#product-slide{
    top: 0;
  }
  .page-template-custom-home-page .home-page-header, .page-template-ibtana-page-template .home-page-header{
    position: static;
  }
  .page-template-custom-home-page .top-bar, .page-template-ibtana-page-template .top-bar{
    background: #394ca6;
  }
  .page-template-custom-home-page .inner-head-box, .page-template-ibtana-page-template .inner-head-box{
    padding: 0;
  }
  #slider .carousel-caption h1 a {
    font-size: 45px;
  }
  tr.wc-block-cart-items__row {
    gap: 1em;
  }
  li.wc-block-grid__product{
    max-width: 100% !important;
  }
  .wc-block-grid__products {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr);
    padding: 0px 50px !important;
  }
  header.woocommerce-Address-title.title a{
    padding: 8px 10px !important;
  }
  .woocommerce-account .addresses .title h3 {
    font-size: 20px;
  }
  #slider .carousel-control-prev, #slider .carousel-control-next{
    bottom: 10px !important;
	top: 35%;
  }
  #slider .carousel-control-prev{
    left: 4%;
  }
  #slider .carousel-control-next{
    right: 70% !important;
  }
 }