.zazzle_product_name {
    line-height: 30px;
    font: 500 15px "Roboto", sans-serif;
    color: gray;
}
    

.zazzle_product_price {
    font: 600 15px "Roboto", sans-serif;
    color: black;}

.zazzle_product_promolabel {
    font: 400 13px "Roboto", sans-serif;
    color: red;}

.avatar_person .avatar_box {
    /* background-color: #fff; */
    padding: 2px !important;
}

.heading_title h4 {
    color: #0c0d0e;
    font: 400 14px "Roboto", sans-serif;
    margin: 15px 0;
}

.heading_title .middle_heading {
    display: flex;
    flex-direction: column;
}

/* 
  .avatar_person .avatar_box .heading_title .middle_heading .btn_buy {
    display: flex;
    flex: 1;
    color: #000000;
    font: 500 18px "Roboto", sans-serif;
    opacity: .4;
  } */

.avatar_person .avatar_box .heading_title .middle_heading h5 {
    font: 300 24px "Fredoka One", sans-serif;
    color: #000;
    opacity: .4;
}

.avatar_person .avatar_box .heading_title .middle_heading h6 {
    font: 100 12px "Fredoka One", sans-serif;
    color: #f8712e;
    opacity: .9;
}

.avatar_person .avatar_box:hover .middle_heading .btn_buy {
    color: #5bccfb;
    opacity: 1;
}

.avatar_person .avatar_box:hover .middle_heading h5 {
    color: #f8712e;
    opacity: 1;
}

.avatar_box_area {
    margin: 2px;
    padding: 12px;
    box-shadow: 0px 0px 14px -7px #ccc;
    transition: all .5s ease-in-out;
    background-color: white;
    height: 99%;
}

#dropdown_counties {
    width: 200px !important;
}

.SiteCultureSelector-listItem {
    position: relative;
    height: 30px;
}

.SiteCultureSelector-listItemRegionButton {
    display: block;
    padding: 0;
    text-align: left;
    background: none;
    border: none;
    border-radius: 0;
    -webkit-appearance: none;
    width: 100%;
    height: 100%;
    font-size: 16px;
}

[data-site_mode="dark"] .SiteCultureSelector-listItemRegionButton {
    display: block;
    padding: 0;
    text-align: left;
    background: none;
    border: none;
    border-radius: 0;
    -webkit-appearance: none;
    width: 100%;
    height: 100%;
    font-size: 16px;
    color: white;
}


.SiteCultureSelector-listItemOverlay {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    padding: 0 10px;
    pointer-events: none;
}

.SiteCultureSelector-flag {
    height: 20px;
    margin-right: 10px;
}

.SiteCultureSelector-text {
    color: #000 !important;
    white-space: nowrap;
    font-family: verdana !important;
    font-size: 16px !important;
}

[data-site_mode="dark"] .SiteCultureSelector-text {
    color: #000 !important;
    white-space: nowrap;
    font-family: verdana !important;
    font-size: 16px !important;
}

.SiteCultureSelector-display {
    color: #000 !important;
    display: inline-block;
    white-space: nowrap;
    font-family: verdana !important;
    font-size: 16px !important;
}

[data-site_mode="dark"] .SiteCultureSelector-display {
    color: #000 !important;
    display: inline-block;
    white-space: nowrap;
    font-family: verdana !important;
    font-size: 16px !important;

}

.SiteCultureSelector-nonFlyout-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}