/*
Theme Name:   Divi child theme
Description:  Write here a brief description about your child-theme
Author:       fasl
Author URL:   Write here the author's blog or website url
Template:     Divi
Version:      1.0
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  Divi-child
*/

/* Write here your own personal stylesheet */


/*button.single_add_to_cart_button.button.alt {
    display: none !important;
}*/


.et-db #et-boc .et-l .et_animated {
    opacity: 1;
 }

 article#post-1844 .main_title {
    display: none;
}
/*.et_full_width_page #left-area {
    margin-top: 50px;
    margin-left: 70px;
}*/
p.has-text-align-left.ty_page {
    position: absolute;
    top: 20px;
    left: 0;
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #cae6be;
    right: 0;
    padding: 15px 15px;
    border-left: 5px solid #cae6be;
    /* position: relative; */
    text-align: left;
    height: 80px;
    font-family: "Roboto",Sans-serif;
    font-weight: 600;
}
.preview-shipping {
    text-align: center;
    margin-bottom: 60px;
}
.preview-shipping h2 {
    text-transform: uppercase;
    margin-bottom: 20px;
}
.preview-shipping ul {
    list-style: none !important;
    text-transform: uppercase;
    color: #333;
    font-size: 17px;
    margin-bottom: 10px; 
}
.preview-shipping ul li {
    margin-bottom: 5px;
}
.preview-shipping p {
    text-transform: uppercase;
    color: #333;
    font-size: 17px;
}
.img-center {
    /*margin: 0 auto;*/
    text-align: center;
    margin-top: 50px;
}

@media (max-width: 991px){
    p.has-text-align-left.ty_page {
        height: 100px;
        /*line-height: 1.4;*/
    }
    .img-center {
        margin-top: 80px;
    }
}

@media (max-width: 767px){
    p.has-text-align-left.ty_page {
        height: 110px;
        /*line-height: 1.4;*/
    }
    .img-center {
        margin-top: 80px;
    }
}

@media (max-width: 568px){
	
    p.has-text-align-left.ty_page {
        line-height: 1.4;
    }
	.fpd-draggable-dialog {
	    top: 134px !important;
	}
     
    .preview-shipping ul {
        padding: 0 !important;
    }
}

@media (max-width: 480px){
   
    p.has-text-align-left.ty_page {
        padding: 5px 15px;
    }
   
}

