/*May 16 2022 - vania*/

/*Font styles*/

@font-face {
  font-family: 'Poppins-Bold';
  src:  url('../fonts/Poppins/Poppins-Bold.ttf') format('truetype');
}

@font-face {
  font-family: 'Poppins-Regular';
  src:  url('../fonts/Poppins/Poppins-Regular.ttf') format('truetype');
}

/*Header*/
.header-img{
	width: 100%;
}

.header-content h4{
	color: #fe5a13;
	margin-top: 20px;
}

.header-content h2{
	font-family: 'Poppins-Bold';
    font-size: 50px;
    margin-top: -15px;
}

.header-content p{
	font-family: 'Poppins-Regular';
    color: #828282;
    font-size: 14px;
    padding: 0px 160px 0px 0px;
    margin-bottom: 30px;
}

.btn-buy-now{
	background: #fe5a13;
    border-color: #fe5a13;
    padding: 15px 35px!important;
    border-radius: 0px!important;
    font-size: 22px!important;
}

.contact-cont{
	font-family: 'Poppins-Regular';
	background: #2d2e29;
    color: #c8c8c7;
    padding-top: 10px;
}

.contact-cont p{
	font-size: 14px;
	font-family: 'Poppins-Regular';
}

/*Product*/

.product-img{
	width: 80%;
    background: #f2f2f2;
    border-radius: 20px;
    box-shadow: 3px 3px #00000012;
    padding: 20px;
}

.product-content h4{
	font-family: 'Poppins-Regular';
    font-size: 14px;
    color: #fe5a13;
}

.product-content h3{
	font-family: 'Poppins-Bold';
    font-size: 32px;
    margin-top: -10px;
    margin-bottom: 50px;
}

.product-details h4{
	color: #fe5a13;
    font-size: 14px;
    margin-left: 5px;
}

.product-details h2{
	font-family: 'Poppins-Regular';
    font-size: 35px;
    margin-top: -15px;
}

.product-details p{
	font-family: 'Poppins-Regular';
    color: #828282;
    font-size: 14px;
    margin-bottom: 25px;
}

.product-line{
	border-top: 1px solid #ececec;
	padding: 5px 0px;
}

.product-ins ul li a{
	font-family: 'Poppins-Regular';
    color: #353631!important;
    font-weight: 700;
    font-size: 15px;
    background-color: #f7f7f7!important;
    /*text-decoration: underline #fe5a13 2px;*/
}

.product-ins > ul>li.active{
	font-family: 'Poppins-Regular';		
    font-weight: 700;
    font-size: 15px;
    text-decoration: underline #fe5a13 2px;
}

.prod-pad{
	padding: 10px 15px;
}

.prod-align-center p{
	align-items: center;
    display: flex;
    line-height: 0px;
}

.entry-content{
	margin-left: 20px;
}

/*How To*/

.howto-img{
	width: 80%;
	border-radius: 10px;
}

.howto-content h3{
	font-family: 'Poppins-Bold';
    font-size: 32px;
    margin-top: -10px;
    margin-bottom: 50px;
}

.howto-padding{
	padding-top: 0px;
    padding-bottom: 100px;
}

.how-one{
	background: #fff;
    padding: 30px 30px 30px 45px;
    margin: -120px 90px 20px 90px;
    position: relative;
    color: #656060;
    border: 1px solid #8080803d;
    border-radius: 20px;
    padding-bottom: 50px;
    text-align: left;
}

.how-two{
	background: #fff;
    padding: 30px 30px 30px 45px;
    margin: -120px 90px 20px 90px;
    position: relative;
    color: #656060;
    border: 1px solid #8080803d;
    border-radius: 20px;
    padding-bottom: 20px;
    text-align: left;
}

.how-phone{
    background: #fe5a12;
    width: 35px;
    padding-left: 9px;
    border-radius: 20px;
    color: #fff;
    font-size: 20px;
    margin-bottom: 15px;
}

.how-cart{
    background: #fe5a12;
    width: 35px;
    padding-left: 7px;
    border-radius: 20px;
    color: #fff;
    font-size: 20px;
    margin-bottom: 15px;
}


/*Footer*/

.footer-p1{
	font-family: 'Poppins-Regular';
    color: #828282;
    font-size: 12px;
    margin-top: 20px;
    margin-bottom: 25px;
    margin-left: 4px;
    padding-right: 70px;
}

.footer-p2{
	font-family: 'Poppins-Regular';
    color: #828282;
    font-size: 12px;
    margin-bottom: 25px;
    margin-left: 4px;
}

h3.footer-title{
	font-family: 'Poppins-Regular';
    color: #52534f;
    font-size: 14px;
}

.footer-line{
	border-top: 3px solid #fe5a12;
    width: 30px;
    text-align: right;
    margin-bottom: 20px;
}

.footer-credits{
	background: #ffe7dd;
	text-align: center;
}

.footer-padding{
	padding-top: 60px;
    padding-bottom: 20px;
}

.footer-credits-p{
	font-family: 'Poppins-Regular';
    color: #828282;
    font-size: 10px;
    padding: 20px 0px;
}

/*Thank you*/

.thankyou-padding{
	padding-top: 100px;
    padding-bottom: 120px;
}

.ty-pad{
	padding: 0px 200px;
}

.ty-bg{
	padding: 50px;
    background: #fff;
}

.btn-shop-more{
	background: #fe5a13;
    border-color: #fe5a13;
    padding: 10px 25px!important;
    border-radius: 2px!important;
    font-size: 14px!important;
}

.ty-details{
	background: #f5f5f5;
    padding: 10px 10px;
    border-radius: 5px;
    margin-bottom: 10px;
}

.ty-cont{
	font-family: 'Poppins-Regular';
    color: #828282;
    font-size: 14px;
}

.ty-result{
	font-family: 'Poppins-Bold';
    color: #353631;
    font-size: 14px;
    text-align: right;
}

/*mobile*/
@media only screen and (max-width : 399px) {
	.ty-pad {
	     padding: 0px 10px; 
	}

	.footer-p1 {
	    font-family: 'Poppins-Regular';
	    color: #828282;
	    font-size: 12px;
	    margin-top: 20px;
	    margin-bottom: 25px;
	    text-align: center;
	     margin-left: 0px; 
	     padding-right: 0px; 
	}

	.footer-p2 {
	    font-family: 'Poppins-Regular';
	    color: #828282;
	    font-size: 12px;
	    margin-bottom: 25px;
	    margin-left: 0px;
	    text-align: center;
	}

	h3.footer-title {
	    font-family: 'Poppins-Regular';
	    color: #52534f;
	    font-size: 14px;
	    text-align: center;
	}

	.footer-line {
	    border-top: 3px solid #fe5a12;
	    width: 30px;
	    text-align: center;
	    margin-bottom: 20px;
	    display: none;
	}

	.footer-links p {
	    line-height: 15px;
	    font-size: 16px;
	    text-align: center;
	}

	.social-media-icons-wrap{
		text-align: center;
	}

	.footer-logo-address {
	    width: 100%!important;
	    margin-bottom: 10px;
	    text-align: center;
	}

	.header-content p {
	    font-family: 'Poppins-Regular';
	    color: #828282;
	    font-size: 14px;
	    padding: 0px 0px 0px 0px;
	    margin-bottom: 30px;
	}

	.header-content h2 {
	    font-family: 'Poppins-Bold';
	    font-size: 42px;
	    margin-top: -15px;
	    text-align: center;
	}

	.header-content h4 {
	    color: #fe5a13;
	    margin-top: 20px;
	    text-align: center;
	}

	.header-content{
		text-align: center;
	}

	.product-details h4 {
	    color: #fe5a13;
	    font-size: 14px;
	    margin-left: 5px;
	    margin-top: 50px;
	}

	.how-one {
	    background: #fff;
	    padding: 20px 20px 20px 20px;
	    margin: -120px 60px 20px 60px;
	    position: relative;
	    color: #656060;
	    border: 1px solid #8080803d;
	    border-radius: 20px;
	    padding-bottom: 30px;
	    text-align: left;
	}

	.how-two {
	    background: #fff;
	    padding: 20px 20px 20px 20px;
	    margin: -120px 60px 20px 60px;
	    position: relative;
	    color: #656060;
	    border: 1px solid #8080803d;
	    border-radius: 20px;
	    padding-bottom: 30px;
	    text-align: left;
	}
}

/*iphone 7 and up*/
@media only screen and (max-width : 550px) {
	.ty-pad {
	     padding: 0px 10px; 
	}

	.footer-p1 {
	    font-family: 'Poppins-Regular';
	    color: #828282;
	    font-size: 12px;
	    margin-top: 20px;
	    margin-bottom: 25px;
	    text-align: center;
	     margin-left: 0px; 
	     padding-right: 0px; 
	}

	.footer-p2 {
	    font-family: 'Poppins-Regular';
	    color: #828282;
	    font-size: 12px;
	    margin-bottom: 25px;
	    margin-left: 0px;
	    text-align: center;
	}

	h3.footer-title {
	    font-family: 'Poppins-Regular';
	    color: #52534f;
	    font-size: 14px;
	    text-align: center;
	}

	.footer-line {
	    border-top: 3px solid #fe5a12;
	    width: 30px;
	    text-align: center;
	    margin-bottom: 20px;
	    display: none;
	}

	.footer-links p {
	    line-height: 15px;
	    font-size: 16px;
	    text-align: center;
	}

	.social-media-icons-wrap{
		text-align: center;
	}

	.footer-logo-address {
	    width: 100%!important;
	    margin-bottom: 10px;
	    text-align: center;
	}

	.header-content p {
	    font-family: 'Poppins-Regular';
	    color: #828282;
	    font-size: 14px;
	    padding: 0px 0px 0px 0px;
	    margin-bottom: 30px;
	}

	.header-content h2 {
	    font-family: 'Poppins-Bold';
	    font-size: 42px;
	    margin-top: -15px;
	    text-align: center;
	}

	.header-content h4 {
	    color: #fe5a13;
	    margin-top: 20px;
	    text-align: center;
	}

	.header-content{
		text-align: center;
	}

	.product-details h4 {
	    color: #fe5a13;
	    font-size: 14px;
	    margin-left: 5px;
	    margin-top: 50px;
	}

	.how-one {
	    background: #fff;
	    padding: 20px 20px 20px 20px;
	    margin: -120px 60px 20px 60px;
	    position: relative;
	    color: #656060;
	    border: 1px solid #8080803d;
	    border-radius: 20px;
	    padding-bottom: 30px;
	    text-align: left;
	}

	.how-two {
	    background: #fff;
	    padding: 20px 20px 20px 20px;
	    margin: -120px 60px 20px 60px;
	    position: relative;
	    color: #656060;
	    border: 1px solid #8080803d;
	    border-radius: 20px;
	    padding-bottom: 30px;
	    text-align: left;
	}
}

/* Ipad */
@media only screen and (max-width : 992px) {

	.header-content{
		text-align: center;
    	margin-bottom: 50px;
	}

	body {
	    font-family: 'Lato-Regular', sans-serif;
	    font-size: 18px;
	    line-height: 1.6;
	    overflow-x: hidden;
	    color: #868F9B;
	    background: #f7f7f7;
	}

	.product-details h4 {
	    color: #fe5a13;
	    font-size: 14px;
	    margin-left: 5px;
	    margin-top: 50px;
	}
}