/*
Theme Name: flatsome-child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
.product-small{
    border: 2px solid #c5dde7;
    padding: 2px;
    border-radius: 10px;
}

.product-small:hover {
   border-color: #BFEFFF;
}
.col.post-item{
    border: 1px solid #EEEEEE;
    padding: 2px;

	margin-left: 20px;
    border-radius: 15px;
}


.product-small.box .price span.amount bdi {
    color: #213699;
    font-size: 18px;
    text-shadow: 2px 0 0 #fff, -2px 0 0 #fff, 0 2px 0 #fff, 0 -2px 0 #fff, 1px 1px #fff, -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 3px 3px 2px rgb(150 150 150);
}

.modal-overlay .img-inner {
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  transition: transform 0.3s ease;
}
a#top-link {
    background-color: #e58106;
    border-color: #dd8411;
    color: #fdfffe !important;
    box-shadow: 1px 0px 25px 5px #3d463e;
}


.fake_slb { padding-top: 16px;
border-top: 1px solid rgb(228, 232, 237);}
.css-tc11gt {
font-size: 14px;
line-height: 20px;
font-weight: 600;
color: #dc6803;
}
.css-u5y24t { 
display: inline-block;
vertical-align: -0.5em;}

@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}