html, body {
    font-family: 'Open Sans', sans-serif;
    color: #111;
}

body {
    margin: 0 !important;
    font-size: 14px;
}

.bold {
    font-weight: 600;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Bitter', serif;
}

h1 {
    font-size: 48px;
    font-weight: bold;
}

h2 {
    font-size: 28px;
}

h3 {
    font-size: 24px;
}

hr {
    border-color: #3B623D;
}

.btn {
    font-family: 'Open Sans', sans-serif;
}

#home-carousel {
    height: 90vh;
}

.testimonials .carousel-item {
    min-height: 350px;
    background-color: #D3E7BF;
    border-radius: 5px;
    text-align: center;
    padding-top: 50px;
}

.testimonials .carousel-caption {  
    color: #111;
}

.testimonials {
    margin: 0px;
}

.testimonials .carousel-control-next, .testimonials  .carousel-control-prev {
    color: #111;
}

.testimonials img {
    border-radius: 30px;
    width: 60px;
    height: 60px;
    object-fit: cover;
    width: auto;
    display: inline;
    margin-bottom: 10px;
}

.img-rounded {
    border-radius: 16px;
}

.highlight-photo {
    width: 100%;
    text-align: center;
    object-fit: cover;
}

.highlight-text {
    position: absolute;
    top: 25%;
    width: 100%;
}

.highlight-text h1 {
    color: white;
    font-size: 4.5rem;
    text-shadow: 2px 2px black;
}

.navbar {
    background-color: white;
    padding-bottom: 15px;
    padding-top: 15px;
}

.nav-search {
    position: relative;
    bottom: 0;
    width: 100%;
    background-color: white;
}

.nav-search .search {
    margin-top: 10px;
    padding-bottom: 30px;
}

#nav-search-container {
    display: none;
}

#user-nav-icon {
    padding-left: 8px;
}

.highlight-text p {
    background-color: rgba(0, 0, 0, 0.5);
    display: inline-block;
    color: white;
    padding: 10px 40px;
    font-size: 18px;
}

.icon-container {
    background-color: #F8F8F8;
    display: inline-block;
    width: 80px;
    height: 80px;
    border-radius: 50px;
    color: #2D562E;
    padding-top: 30px;
}

.icon-container-text {
    padding-left: 8px;
    padding-right: 8px;
}

.icon-container .fas, .icon-container .fab, .icon-container .far {
    font-size: 24px;
}

.shadow {
    text-shadow: 1.5px 1.5px black;
}

.desktop-top-margin {
    margin-top: 60px;
}

.category-hero {
    position: relative; 
}

.category-hero img {
    width: 100%;
    height: 770px;
    text-align: center;
    object-fit: cover;
}

.category-hero p {
    font-size: 20px;
}

.category-text-container {
    position: absolute; 
    top: 30%; 
    width: 100%
}

.category-container {
    position: relative;
    width: 100%;
    display: flex;
    flex-flow: row wrap;
}

.image-box {
    width: 50%;
}

.image-box img {
    width: 100%;
    height: 600px;
    text-align: center;
    object-fit: cover;
}

.text-box {
    width: 50%;
    height: 600px;
    position: relative;
}

#flowershop-header {
    background-color: rgba(254, 241, 220, 0.0); 
    padding: 30px; 
    border-radius: 8px;
    color: #6E0111;
}

#flowershop-header h1 {
    color: #6E0111 !important;
}

#interior-header {
    background-color: rgb(232, 241, 248, 0.0); 
    padding: 30px; 
    border-radius: 8px;
}

#walls-header {
    background-color: rgb(234, 173, 102, 0.0);
    padding: 30px; 
    border-radius: 8px;
}

#exterior-header {
    background-color: rgb(17, 27, 18, 0.0);
    padding: 30px; 
    border-radius: 8px;
}

#pots-header {
    background-color: rgb(214, 167, 120l, 0.0);
    padding: 30px; 
    border-radius: 8px;
}

#event-header {
    background-color: rgb(147, 150, 123, 0.0);
    padding: 30px; 
    border-radius: 8px;
}

.filters-nav-mobile {
    display: none;
}

#filters {
    display: block;
}

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

    .highlight-photo {
        height: 600px;
    }
    h1 {
        font-size: 32px;
    }

    .products li {
        width: 100% !important;
    }

    .highlight-text {
        text-align: center;
        padding-top: 50px;
    }

    .highlight-text h1 {
        font-size: 48px;
    }

    .highlight-text p {
        font-size: 16px;
    }

    h4 {
        font-size: 18px;
    }
    
    #flowershop-header {
        background-color: rgba(254, 241, 220, 0.8); 
    }

    #interior-header {
        background-color: rgb(232, 241, 248, 0.8); 
    }

    #walls-header {
        background-color: rgb(234, 173, 102, 0.8);
    }

    #exterior-header {
        background-color: rgb(17, 27, 18, 0.8);
    }

    #pots-header {
        background-color: rgb(214, 167, 120, 0.8);
    }

    #event-header {
        background-color: rgb(147, 150, 123, 0.8);
    }

    .filters-nav-mobile {
        display: block;
    }

    #filters {
        display: none;
    }

    .single-product-des {
        padding-left: 0px !important;
    }

    .etcodes_breadcrumb {
        padding: 30px;
        padding-bottom: 40px;
        margin: 3%;
    }
}

@media only screen and (max-width: 767px) {
    .text-box, .image-box {
        width: 100%;
    }

    .text-box {
        order: 2;
    }

    .image-box {
        order: 1;
    }

    .category-hero {
        margin-top: 0px;
    }

    .desktop-top-margin {
        margin-top: 0px;
    }
}

.vertical-center {
    margin: 0;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  

#p21 {
    position: absolute;
}

#p43 {
    width: 150px;
    position: absolute;
}

#p62 {
    position: absolute; 
    z-index: 10;
}

#p18 {
    position: absolute; 
    right: 0;
    z-index: 10;
}

.highlight {
    color: #3B623D !important;
    text-shadow: none !important;
}

.green-bg {
    background-color: #3B623D !important;
}

.light-green-bg {
    background-color: #D3E7BF !important;
}

.gray-bg {
    background-color: #F8F8F8 !important;
}

.white {
    color: white !important;
}

.btn{
    border-radius: 7px;
    text-transform: uppercase;
}

.btn-green-round {
    color: #fff;
    border: 2px solid #3B623D;
    border-radius: 40px;
    background: #3B623D;
    transition: all 0.2s ease 0s;
}

.et-banner figure.effect-banner {
    min-height: 40vh !important;
}

.et-banner figure.effect-banner figcaption {
    padding: 30px 20px !important;
}

.et-banner figure.effect-banner h2 {
    background-color: #3B623D;
    border-radius: 24px;
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
}

.btn-default {
    background: #3B623D;
    border-color: #3B623D;
}

.btn-info {
    background: white;
    border-color: white;
    color: #3B623D;
}

.btn-info:hover {
    background: #3B623D;
    border-color: #3B623D;
}

.branded-bg {
    background: #3B623D;
    padding: 40px;
    color: white;
}

.footer {
    color: #444;
}


.hero_title_container {
    position: relative;
}

.article-main-img {
    height: 300px;
    width: 100%;
    object-fit: cover;
}

.article-related-img {
    height: 250px;
    width: 100%;
    object-fit: cover;
}

.shop-category-list {
    padding: 0px;
}

.filter-sub-category {
    padding-left: 20px;
}

.form-check-input {
    text-align: right;
}

.shop-category {
    color: #777;
    font-weight: 700;
    border-bottom: 1px solid #3B623D;
    padding-top: 20px;
}

.shop-price {
    border-bottom: 1px solid #3B623D;
}

.ui-widget-header {
background-color: #D3E6BF !important;  
}

.ui-widget.ui-widget-content {
    border-color: #D3E6BF !important;
}

.price-amount {
    border: none !important;
    padding-left: 0px !important;
}

.ui-state-default, .ui-widget-content .ui-state-default {
    background: #3B623D !important;
    border: none !important;
    border-radius: 15px;
}

.shop-subcategory {
    color: #777;
    font-weight: 500;
}

.shop-category-list li:hover {
    cursor: pointer;
}

.item-qty {
    background-color: #3B623D;
    color: white;

    padding: 6px 10px;
    border-radius: 15px;
}

.form-check-input {
    width: 20px !important;
    right: 20px;
}

input[type=checkbox]
{
  /* Double-sized Checkboxes */
  -ms-transform: scale(1.3); /* IE */
  -moz-transform: scale(1.3); /* FF */
  -webkit-transform: scale(1.3); /* Safari and Chrome */
  -o-transform: scale(1.3); /* Opera */
  transform: scale(1.3);
  padding: 10px;
}

input[type=checkbox] {
    width: 20px;
    display: inline;
}

.calculator input[type] {
    padding: 0px;
}

input[type=range]{
    -webkit-appearance: none;
    border: none;
}

input[type=range]::-webkit-slider-runnable-track {
    height: 16px;
    background: rgb(211, 230, 191);
    border: none;
    border-radius: 6px;
}

input[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none;
    border: none;
    height: 16px;
    width: 16px;
    border-radius: 50%;
    background: rgb(59, 98, 61);
    margin-top: 0px;
}

input[type=range]:focus {
    outline: none;
}

input[type=range]:focus::-webkit-slider-runnable-track {
    background: rgb(211, 230, 191)
}

.form-check-label {
    padding-left: 0px;
}

.size input[type="radio"] {
    display: none;
}

.size input[type="radio"] + label {
    background-color: #F9F9F9;
    cursor: pointer;
    display: block;
    height: 50px;
    padding-top: 11px;
    width: 50px;
    text-align: center;
    border: solid 1px #ececec;
    float: left;
    margin-right: 10px;
}

.size input[type="radio"]:checked + label {
    background-color: #3B623D;
    color: white;
}

.color input[type="radio"] {
    display: none;
}

.color input[type="radio"] + label {
    background-color: #F9F9F9;
    cursor: pointer;
    display: block;
    height: 50px;
    padding-top: 11px;
    width: 50px;
    text-align: center;
    border: solid 1px #ececec;
    float: left;
    margin-right: 10px;
}

.color input[type="radio"]:checked + label {
    border-color: #3B623D;
    color: white;
}

.invalid-feedback {
    background-color: #F8D7D9;
    padding: 10px 25px;
    margin-top: 15px;
    font-size: 14px;
    color: #721c24;
    border-radius: 5px;
}

.address-container {
    background-color: #F0F0F0;
    padding: 25px !important;
}

.newBillingAdd {
    display: none;
}

.slidecontainer {
    width: 100%; /* Width of the outside container */
  }
  
  .slider {
    -webkit-appearance: none;
    width: 100%;
    height: 15px;
    border-radius: 5px;  
    background: #d3d3d3;
    outline: none;
  }
  
  .slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 25px;
    height: 25px;
    border-radius: 50%; 
    background: #3B623D;
    cursor: pointer;
  }
  
  .slider::-moz-range-thumb {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: #3B623D;
    cursor: pointer;
  }

  .size-wrap {
    border: solid 1px #3B623D;
    background-color: #F9F9F9;
    display: inline;
    margin-right: 10px;
}

select.form-control:not([size]):not([multiple]) {
    height: auto;
    padding-right: 20px;
}

.radio-wrapper{
    display: inline-flex;
    background: #fff;
    height: 54px;
    width: 400px;
    align-items: center;
    justify-content: center;
  }

  .radio-wrapper .option{
    background: #fff;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 10px;
    border-radius: 5px;
    cursor: pointer;
    padding: 0 10px;
    border: 1px solid #f0f0f0;
    transition: all 0.3s ease;
  }
  .radio-wrapper .option .dot{
    height: 20px;
    width: 20px;
    background: #d9d9d9;
    border-radius: 50%;
    position: relative;
    margin-right: 7px;
  }
  .radio-wrapper .option .dot::before{
    position: absolute;
    content: "";
    top: 4px;
    left: 4px;
    width: 12px;
    height: 12px;
    background: #3B623D;
    border-radius: 50%;
    opacity: 0;
    transform: scale(1.5);
    transition: all 0.3s ease;
  }
  .radio-wrapper input[type="radio"]{
    display: none;
  }
  #payment_mode_1:checked:checked ~ .payment_mode_1,
  #payment_mode_2:checked:checked ~ .payment_mode_2{
    border-color: #3B623D;
    background: #3B623D;
  }
  #payment_mode_1:checked:checked ~ .payment_mode_1 .dot,
  #payment_mode_2:checked:checked ~ .payment_mode_2 .dot{
    background: #fff;
  }
  #payment_mode_1:checked:checked ~ .payment_mode_1 .dot::before,
  #payment_mode_2:checked:checked ~ .payment_mode_2 .dot::before{
    opacity: 1;
    transform: scale(1);
  }
  .wrapper .option span{
    font-size: 20px;
    color: #808080;
  }
  #payment_mode_1:checked:checked ~ .payment_mode_1 span,
  #payment_mode_2:checked:checked ~ .payment_mode_2 span{
    color: #fff;
  }

  .cards img {
      height: 40px;
      padding-right: 8px;
      padding-top: 10px;
      display: inline-block;
  }

  .select-radio {
	padding: 4px;
	border-radius: 3px;
	position: relative;
}

.select-radio input {
	width: auto;
    height: 54px;
	appearance: none;
	outline: none;
	cursor: pointer;
	border-radius: 5px;
	background: #fff;
	color: #bdbdbdbd;
	transition: all 100ms linear;
    display: inline-block;
    padding-top: 18px;
    color: #111;
    margin-bottom: 8px;
    margin-right: 10px;
    font-size: 14px;
}

.select-radio input:checked {
	background-color: #3B623D;
	color: #fff;
}

.select-radio input:before {
	content: attr(label);
	display: inline-block;
	text-align: center;
	width: 100%;
}

.single-product-des {
    padding-top: 0px;
    padding-left: 30px;
}

.single-product-images .product-images-gallery {
    max-height: 590px;
    overflow: scroll;
}

.product-hero-image img {
    max-height: 590px;
    object-fit: cover;
}

.product-remove a {
    padding: 5px 10px;
    border-radius: 5px;
}

.variation {
    display: block;
}