@charset "utf-8";
/* CSS Document */
html{
	overflow-x:hidden;
}
body { 
	margin: 0px;
	color: #696969;
	font-size:18px;
    font-family: 'Josefin Sans', sans-serif;
	font-weight:300;
	line-height:normal;
	padding:0px !important;
}
img{ max-width:100%; }
h1, h2, h3, h4, h5, h6{
    font-family: 'Josefin Sans', sans-serif;
	margin:0px;
	color:#696969;
	line-height:normal;
	font-weight:500;
	margin-bottom:15px;
}
h1{
	font-size:45px;	
	font-weight:300;
	color:#636262;
	text-transform:uppercase;
}
h2 {
    font-size:30px;
}
h3{ 
	font-size:25px;
}
h4{ 
	font-size:24px;
}
h5{ 
	font-size:22px; 
}
h6{ 
	font-size:20px; 
}
hr{ margin:10px 0px; border:0px; border-bottom:1px dashed #828282;}
p, ul, ol{ margin:0px; line-height:25px; padding:0px;}
ul *, ol * { margin:0px; padding:0px;}
ol,ul { padding-left: 25px;}
ul {display:block; }
ul li{
	line-height:30px;
}
ul li+li{
}
a img { border: 0px;}
p,ul,ol {
    margin-bottom: 18px;
}
.clr{ display: block; float: none; clear: both;}
.c { overflow:hidden; float:none;}
.underline{text-decoration:underline;}
.round5 {
	-webkit-border-radius: 5px;
	border-radius: 5px;
	behavior: url(css/PIE.htc);
	position: relative;
}
.round10 {
	-webkit-border-radius: 10px;
	border-radius: 10px;
	behavior: url(css/PIE.htc);
	position: relative;
}
.round15 {
	-webkit-border-radius: 15px;
	border-radius: 15px;
	behavior: url(css/PIE.htc);
	position: relative;
}

.left,.flot_left{ float:left;}
.right,.flot_right{ float:right ;}
.a_left { text-align: left ;}
.a_center { text-align: center;}
.a_right { text-align: right;}
a { text-decoration:none; cursor:pointer;}
.hidden { display:none;}
.italic{
	font-style:italic;	
}
.bold{
	font-weight:bold;	
}
table{
	border-spacing:0px;
	border-collapse:collapse;
}
input[type="text"],input[type="url"],input[type="tel"], input[type="email"], input[type="password"], select, textarea {
    background:#fff;
    border:1px solid #e0e0e0;
    color: #000;
    font-size: 14px;
    padding: 10px 15px;
    resize: vertical;
    width:100%;
	font-weight:300;
	box-sizing:border-box;
    font-family: 'Josefin Sans', sans-serif;
}
textarea {
    width:100%;
}
input[type="text"]:focus, input[type="password"]:focus, select:focus, textarea:focus { }
select { padding: 12px; width:100%;}
input[type="button"], input[type="submit"], input[type="reset"],.primary-button,.btn {
	border:0px;
	padding:8px 16px;
	background:#0ca89c;
	color:#fff;
	font-size:16px;
	font-weight:500;
    font-family: 'Josefin Sans', sans-serif;
}
input[type=button]:hover, input[type=submit]:hover, input[type=reset]:hover ,.primary-button:hover,.btn:hover,.primary-button:focus,.btn:focus{ 
	background-color:#ff8f8f;
	color:#fff;
}
.form-control {
    border-radius:0px;
    -moz-border-radius:0px;
    -ms-border-radius:0px;
    -o-border-radius:0px;
    -webkit-border-radius:0px;
    box-shadow: 0 0 0;
    height: auto;
}
a:focus{
	outline:none;	
	text-decoration:none;
}
a{
	color:#dc7277;
}
a:hover{
	text-decoration:none;
	color:#eaf8fe;
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	opacity:1;
}
::-moz-placeholder { /* Firefox 19+ */
	opacity:1;
}
:-ms-input-placeholder { /* IE 10+ */
	opacity:1;
}
:-moz-placeholder { /* Firefox 18- */
	opacity:1;
}	
/*-------------------------*/

#mob_menu{
	position: fixed;
	background-color: #b6d3df;
	height: 100%;
	z-index: 999999;
	width: 280px;
	color: #fff;
	top: 0;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	opacity: 1;
	left:-320px;
	overflow:auto;
}
#mob_menu.show_menu{
	left:0px;
}
#mob_menu .closeBox{
	text-align:right;
	padding:8px 15px;
}
#mob_menu ul,
#mob_menu ul li{
	margin:0px;
	padding:0px;
	list-style:none;	
}
#mob_menu ul li{
	display:block;	
}
#mob_menu ul li a {
    color: #fff;
    display: block;
    font-size: 15px;
    font-weight:300;
    padding: 8px 15px;
    text-transform: uppercase;
}
#mob_menu ul li + li {
    border-top:1px solid #9fbcc8;
}
/*--------------------------------------*/
*{
	transition:all linear .2s;
	-moz-transition:all linear .2s;
	-ms-transition:all linear .2s;
	-o-transition:all linear .2s;
	-webkit-transition:all linear .2s;
}

/*--------------*/
#mob_menu ul li ul {
    padding-left: 30px;
}
.top-section{background:#ffffff;padding:25px 0px;}
.top-section .container {position: relative;}
.top-section .logo-box {float: left;}
.top-section .nav-box {margin-left: 252px;text-align: right;}
.top-section .nav-box ul, .top-section .nav-box ul li {list-style: outside none none;margin: 0;padding: 0;}
.top-section .nav-box ul li {display: inline-block;vertical-align: top;}
.top-section .nav-box ul li a {
    color: #9c9c9c;
    display: block;
    font-size: 14px;
    font-weight: 400;
    padding: 6px 28px 6px 25px;
    text-transform: uppercase;
	position:relative;
	font-family: 'Muli', sans-serif;
}
.top-section .nav-box ul li + li {
    margin-left: 5px;
}
.top-section .nav-box ul li:first-child a {
    background-color: #253f8f;
    border-radius: 4px;
    color: #fff;
    text-align: left;
	font-weight:400;
}
.top-section .nav-box ul li.active a , .top-section .nav-box ul li:hover a{
    background-color: #253f8f;
    border-radius: 4px;
    color: #fff;
    text-align: left;
	font-weight:400;
}
.top-section .nav-box ul li.login:hover a ,.top-section .nav-box ul li.cart-box:hover a{
	background-color:inherit;
	color:#9c9c9c;
}
/*.top-section .nav-box ul li a::after {
    background: #b6d3df none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 2px;
    left: 50%;
    position: absolute;
    width: 0;
    transform: translateX(-50%);
    transition: all linear .2s;
}

.top-section .nav-box ul li:hover a::after {
    width: 100%;
}
*/
.top-section .nav-box ul li a::after {
    content: "\f107";
    font-family: "FontAwesome";
	right: 14px;
	position: absolute;
}
.top-section .nav-box ul li.no-dropdown a::after{
	display:none;	
}
.top-section .nav-box ul li.login a::after {
    content: "";
}
.top-section .nav-box ul li.cart-box a::after {
    content: "";
}
.top-section .nav-box ul li.cart-box a{
	background-image:url("//d3a1v57rabk2hm.cloudfront.net/mytexasmarket/delight_mobile-copy-4/images/cart-icon.png?ts=1565071661&host=my.cratejoy.com");
	background-repeat:no-repeat;
	background-position:left center;
	padding-left:28px;	
}
/*.top-section .nav-box ul li.cart-box:hover a{
	background-image:url(../images/cart-icon-hover.png);
}
*/
.top-section .nav-box ul li ul{
	position:absolute;
	z-index:9;	
	background:#d1cfcf;
	min-width: 155px;
	display:none;
	border-radius: 4px;
}
.top-section .nav-box ul li ul li:hover{
	background:#3b55a5;
	border-radius:4px;
}
.top-section .nav-box ul li ul li a::after{content:"";}

.top-section .nav-box ul li:hover ul{display:block;}
.top-section .nav-box ul li:hover ul li ul{display:none;}
.top-section .nav-box ul li ul li:hover ul{display:block;}
.top-section .nav-box ul li ul li{display:block;white-space: nowrap;}
.top-section .nav-box ul li a{background:none;}
.top-section .nav-box ul li.active ul li a, .top-section .nav-box ul li:hover ul li a{background:none;}
.top-section .nav-box ul li ul li ul {margin-left: 100%;position: absolute;top:0;}
.top-section .nav-box ul li ul li + li {border-top: 1px solid #bababa;margin-left: 0;}
.top-section .nav-box .main-menu{
	display:block;
	padding-top: 16px;	
}
.top-section .nav-box .mobile-menu{
	display:none;	
}
.banner-section{
	background:#e0e7ec;
	position:relative;
}
#layerslider .ls-bg{
	margin-top:0px !important;	
}
.how-it-section{
	padding:120px 0px;	
}
.how-it-section h1 {
    margin-bottom: 115px;
}
.how-it-section .steps {
    display: inline-block;
    vertical-align: top;
    max-width: 340px;
	margin: 0 20px;
}
.how-it-section .steps h1 {
    margin-bottom: 15px;
	font-family: 'Muli', sans-serif;
	font-weight:900;
	color:#b6d3df;

}
.how-it-section .step-image {
    margin-bottom: 45px;
}
.how-it-section .steps h3{
	font-weight:700;
}
.get-the-next{
	background-color:#eaf8fe;
	padding: 60px 0;
}
.button a {
    background: #eb4b4f none repeat scroll 0 0;
    border-radius: 4px;
    color: rgb(255, 255, 255);
    display: inline-block;
    font-family: "Muli",sans-serif;
    font-size: 24px;
    font-weight: 700;
    min-width: 300px;
    padding: 15px 20px;
    text-align: center;
}


.get-the-next .get-next-left {
    display: inline-block;
    vertical-align: middle;
    width: 36%;
}
.get-the-next .get-next-right {
    display: inline-block;
    margin-left: 100px;
    vertical-align: middle;
    width: 55%;
}
.get-the-next .get-next-right img {
    display: inline-block;
    vertical-align: middle;
    width: 49%;
}
.get-the-next .get-next-left h1{
	color:#000;
	margin-bottom: 50px;
}
.get-the-next .get-next-left p{
	font-size:22px;
	color: #303030;
	line-height: 30px;
    margin-bottom: 45px;
}
.testimonial {
	padding:60px 0;
	text-align:center;
}
.testimonial .testimonials{
    border: 5px solid #e2e2e2;
}
.testimonial h1{
	color:#919191;
	margin-bottom: 50px;
}
.testimonial p{
	font-size:25px;
	font-style:italic;
	letter-spacing: 1px;
	margin-bottom: 50px;
	position:relative;
}
.testimonial .testimonial-box {
    padding: 80px;
}
.testimonial .testimonial-box .testi-name{
	font-weight:600;
    font-family: "Muli",sans-serif;
	font-size:25px;
}
.testimonial p::before {
	background-image:url("//d3a1v57rabk2hm.cloudfront.net/mytexasmarket/delight_mobile-copy-4/images/qoute-left.png?ts=1565071665&host=my.cratejoy.com");
    background-position: left center;
    background-repeat: no-repeat;
    content: "";
    height: 38px;
    left: -50px;
    position: absolute;
    top: 0;
    width: 49px;
}
.testimonial p::after {
	background-image:url("//d3a1v57rabk2hm.cloudfront.net/mytexasmarket/delight_mobile-copy-4/images/quote-right.png?ts=1565071672&host=my.cratejoy.com");
    background-position: right center;
    background-repeat: no-repeat;
    content: "";
    height: 38px;
    right: -50px;
    position: absolute;
    bottom: 0;
    width: 49px;
}
.testimonial .owl-prev::after {
    color: #000;
    content: "\f104";
    font-size: 30px;
    height: 10px;
    left: -22px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 10px;
	font-family: FontAwesome;
	cursor:pointer;
}
.testimonial .owl-next::after {
    color: #000;
    content: "\f105";
    font-size: 30px;
    height: 10px;
    right: -22px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 10px;
	font-family: FontAwesome;
	cursor:pointer;
}

.for-the-love .for-love-images {
    position: relative;
}
.for-the-love .for-love-text {
    background: rgba(0, 0, 0, 0.42) none repeat scroll 0 0;
    bottom: 0;
    position: absolute;
    text-align: center;
	padding: 25px 0;
    width: 100%;
}
.for-the-love .for-love-text p {
    border-bottom: 1px solid;
    border-top: 1px solid;
    color: #fff;
    display: inline-block;
    font-family: "Playfair Display",serif;
    font-size: 50px;
    font-style: italic;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 0;
    padding-bottom: 5px;
}

.footer-section {
    background-color: #e7f6ff;
    padding: 70px 0;
    text-align: center;
}
.footer-section h5 {
    color: #000;
    font-weight: 300;
    margin-bottom: 55px;
}
.footer-section h5 strong {
    font-weight: 700;
}

.footer-section .signup-form {
    font-size: 0;
    margin: 0 auto 50px;
    max-width: 650px;
}
.footer-section .signup-form .input-field {
    display: inline-block;
    vertical-align: middle;
    width: 70%;
}
.footer-section .signup-form .submit-field {
    display: inline-block;
    vertical-align: middle;
    width: 30%;
}
.footer-section .signup-form .input-field input {
    background-color: transparent;
    border-color: #90a7b0;
	border-right: 0 none;
    color: #000;
    font-size: 12px;
    font-weight: 200;
    font-family: "Muli",sans-serif;
    padding: 20px;
}
.footer-section .signup-form .submit-field input {
    background: #ed7067 none repeat scroll 0 0;
    border: 1px solid #90a7b0;
    padding: 20px 20px;
    width: 100%;
}


.footer-section .footer-logo {
    float: left;
    width: 170px;
	text-align: left;
}
.footer-section .footer-nav {
    float: left;
    padding-top: 35px;
}
.footer-section .footer-nav ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.footer-section .footer-nav li {
    display: inline-block;
}
.footer-section .social-media {
    float: right;
    padding-top: 30px;
}
.footer-section .footer-nav a {
    color: #677583;
    font-size: 11px;
    font-weight: 400;
    padding: 5px 10px;
    font-family: "Muli",sans-serif;
	text-transform: uppercase;
}
.footer-section  .social-media i {
    color: #83b0c3;
    font-size: 40px;
    margin: 0 10px;
}
.copyright {
    color: #373737;
    font-size: 14px;
    font-weight: 200;
    padding: 30px 0;
    text-align: center;
    font-family: "Muli",sans-serif;
}

#demo-1 {
	position: relative; /* can either be relative, absolute or fixed. If position is not set (i.e. static), it would be set to "relative" by script */
	overflow: hidden; /* to bound the empty top space created by inner element's top margin */
	width: 100%;
	min-height: 700px;
	background-color: #999;
}
.demo-inner-content {
	position: relative; /* if position is not set, the script will set it to 'relative'. */
	z-index: 2; /* if z-index is not set, the script will set it to '2'. */
	margin: 180px auto;
	padding: 40px;
	max-width: 600px;
	color: #fff;
	text-align: center;
	font-size: 1.5em;
}
.demo-inner-content h1 {
	font-size: 2.5em;
	margin: 0;
}
.zs-enabled .zs-slideshow .zs-bullets{display:none;}

.choose-plan{text-align:center;padding: 100px 0 60px;}
.choose-plan h1 {
    margin-bottom: 40px;
}
.choose-plan p {
	margin-bottom: 30px;
}
.choose-plan h6 {
	color:#3f3f3f;
	margin-bottom: 10px;
}
.choose-plan .choose-boxes {
    display: inline-block;
    padding: 20px;
    position: relative;
    vertical-align: top;
    width: 49%;
	margin-bottom: 130px;
}
.choose-plan .choose-boxes h2{
	font-weight:600;
	color:#4e4e4e;
	margin-bottom: 10px;
}
.choose-plan .choose-boxes .rate h1 {
    background-color: #e7f2f6;
    color: #829fbb;
    font-weight: 400;
    margin: 0 auto 20px;
    max-width: 250px;
    padding: 20px;
}
.choose-plan .choose-boxes p{
	font-weight:400;
	color:#4e4e4e;
	font-size:16px;
	margin-bottom: 40px;
}
.choose-plan .choose-boxes .free {
    color: #7b7b7b;
    display: inline-block;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 50px;
    padding-left: 30px;
    padding-top: 3px;
    position: relative;
}
.choose-plan .choose-boxes .free::before {
	background-image:url("//d3a1v57rabk2hm.cloudfront.net/mytexasmarket/delight_mobile-copy-4/images/bus.png?ts=1565071660&host=my.cratejoy.com");
	content: "";
    height: 20px;
    left: -10px;
    position: absolute;
    top: 0;
    width: 29px;
}
.choose-plan .choose-boxes .button.choose-btn a {
    background-color: #dc7277;
    font-size: 16px;
    font-weight: 400;
    min-width: 220px;
}
.choose-plan .choose-boxes .choose-boxes-img {
    bottom: -46px;
    left: 10px;
    position: absolute;
    width: 200px;
}
.choose-plan .choose-boxes .choose-boxes-cntnt {
    border: 1px solid #c6c7c8;
    float: right;
    padding: 50px 80px;
}
.choose-plan .gift-text {
    color: #000;
    font-weight: 400;
    margin-bottom: 30px;
}
.choose-plan .button.gift-btn a {
    background-color: #253f8f;
    font-size: 16px;
    font-weight: 400;
    min-width: 220px;
}
.choose-plan .give-gift {
    margin-bottom: 30px;
}
.choose-plan .shipping-chrg {
    color: #000;
    font-size: 16px;
}
.choose-plan .shipping-chrg p {
    margin-bottom: 10px;
}


.about-page {
    padding: 90px 0 120px;
}
.about-page h1 {
    text-align: center;
	margin-bottom: 90px;
}
.about-page h3{
	color:#3f3f3f;
	margin-bottom: 50px;
}
.about-page .about-page-left {
    display: inline-block;
    vertical-align: top;
    width: 36%;
}
.about-page .about-page-right {
    border: 1px solid #e2e2e2;
    display: inline-block;
    margin-left: 100px;
    padding: 25px;
    vertical-align: top;
    width: 55%;
}
.about-paget .about-page-right img {
    display: inline-block;
    vertical-align: middle;
    width: 49%;
}
.about-page .about-page-left h1{
	color:#000;
	margin-bottom: 50px;
}
.about-page .about-page-left p{
	font-size:22px;
	color: #303030;
	line-height: 30px;
    margin-bottom: 45px;
}
.shop-head {
    padding: 90px 0 30px;
    text-align: center;
}
.shop-head h1 {
    margin-bottom: 25px;
}





.product-category {
    text-align: center;
}
.product-category ul {
    border-bottom: 1px solid #d4d4d4;
    border-top: 1px solid #d4d4d4;
    display: inline-block;
    list-style: outside none none;
    padding: 15px 0;
}
.product-category .nav-item {
    display: inline-block;
}
.product-category .nav-item .nav-link {
    color: #000;
    font-weight: 600;
    padding: 10px 30px;
}
.product-category .nav-item .nav-link.active{
	color:#253f8f;
}
.product-category .nav-item .nav-link:hover{
	color:#253f8f;
}
.product-category .nav-item + .nav-item {
    border-left: 1px solid #afafaf;
    line-height: 18px;
}
.products {
    padding: 85px 0 0;
	text-align: center;
}
.products .products-box  {
    display: inline-block;
    min-height: 300px;
    vertical-align: top;
    width: 23%;
	margin: 0 10px 90px;
}
.products .shop-listing-item__image.square-img-content {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 270px;
}
.products .products-box .product-image {
    border: 1px solid #c6c7c8;
    margin-bottom: 15px;
    padding: 15px;
}
.products .products-box .product-boxes .product-name {
    color: #000;
    font-size: 16px;
	margin-bottom: 15px;
	min-height: 40px;
	text-align: left;
}
.products .products-box .product-boxes p {
	font-weight:600;
	text-align: left;
	color:#000;
}
.text-center.paging {
	margin: 30px 0 130px;
}
.text-center.paging .product_paging {
    border-bottom: 1px solid #d4d4d4;
    border-top: 1px solid #d4d4d4;
    margin: 0 auto;
    max-width: 710px;
    padding: 10px 0;
}
.text-center.paging .product_paging li {
    display: inline-block;
    vertical-align: middle;
}
.text-center.paging li a {
    padding: 10px 20px;
	color: #000;
    font-weight: 600;
}
.text-center.paging li.active a {
    color: #253f8f;
}
.text-center.paging li a:hover{
    color: #253f8f;
	
}

.login-head {
    padding: 50px 0 0;
    text-align: center;
}
.login-form {
    padding-bottom: 100px;
}
.login-form .login-box {
    margin: 0 auto;
    max-width: 500px;
    text-align: center;
}
.login-form .login-submit button {
    background-color: #eb4b4f;
    display: block;
    margin-bottom: 20px;
    padding: 15px 0;
    width: 100%;
}
.login-submit button:hover,.login-submit button:focus {
    background-color: #eb4b4f;
}
.login-form .login-box a {
    color: #eb4b4f;
}
.forgot-head {
    padding: 50px 0 20px;
    text-align: center;
}

.forgot-input .card-block {
    margin: 0 auto;
    max-width: 500px;
}
.forgot-input .form-horizontal .form-group {
    margin: 0 0 25px;
}
.forgot-input button{
    background-color: #eb4b4f;
    display: block;
    margin-bottom: 20px;
    padding: 15px 0;
    width: 100%;
}
.forgot-input button:hover,.forgot-input .btn:focus {
    background-color: #eb4b4f;
}

.account-page {
    padding: 60px 0;
}
.account-page .btn{
    background-color: #253f8f;
}
.shop-page-head {
    padding: 50px 0 30px;
    text-align: center;
}
.shop-page-product input[type="button"],.shop-page-product  input[type="submit"],.shop-page-product  input[type="reset"],.shop-page-product  .primary-button,.shop-page-product .btn{
	background-color: #eb4b4f;
}
.shop-page-product .shop-product__add-to-cart {
    margin-bottom: 20px;
}
.shop-page-product .shop-product__review-share-desktop {
    display: none;
}
.shop-page-product .product-avg-rating {
    margin-bottom: 10px;
}
.shop-page-product {
    padding-bottom: 70px;
}
.shop-page-product .shop-product__add-to-cart{max-width: 250px;}
.cart-page {
    padding: 0 0 100px;
}
.cart-page-head {
    padding: 50px 0 40px;
    text-align: center;
}
.cart-page .row.cart-thead{
	margin-bottom:15px;
}

.cart-page .info.col-xs-6.hidden-md-up{display:none;}
.cart-page .row.cart-item.cart-table.flex-center {
    margin-bottom: 50px;
}
.cart-page input[type="button"],.cart-page  input[type="submit"],.cart-page  input[type="reset"],.cart-page  .primary-button,.cart-page  .btn{
	background-color: #eb4b4f;
}
.checkout_content .btn{
	background-color: #eb4b4f;
}
.checkout_content .checkout_button.primary-button{
	background-color: #eb4b4f;
}
.checkout_content input.not-required[type="text"] + label[placeholder], .checkout_content input[type="text"][required] + label[placeholder], .checkout_content input[type="email"][required] + label[placeholder], .checkout_content input[type="password"][required] + label[placeholder]{
	margin-top: calc(-2.5em - 2px);
}
.checkout_content input.not-required[type="text"]:focus + label[placeholder]::before, .checkout_content input.not-required[type="text"]:valid + label[placeholder]::before, .checkout_content input[type="text"][required]:focus + label[placeholder]::before, .checkout_content input[type="text"][required]:valid + label[placeholder]::before, .checkout_content input[type="email"][required]:focus + label[placeholder]::before, .checkout_content input[type="email"][required]:valid + label[placeholder]::before, .checkout_content input[type="password"][required]:focus + label[placeholder]::before, .checkout_content input[type="password"][required]:valid + label[placeholder]::before{transform: translate(0px, -1.1em) scale(0.9, 0.9);}

.help-heading {
    padding: 60px 0 40px;
}
.help-section .help-box {
    margin-bottom: 45px;
}
.help-section .q-box {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 20px;
    padding-left: 55px;
    position: relative;
}
.help-section .q-box::after {
    background-color: #d7272c;
    color: #ffff;
    content: "?";
    font-size: 25px;
    height: 32px;
    left: 0;
    line-height: 35px;
    padding-top:0px;
    position: absolute;
    text-align: center;
    top: 0;
    vertical-align: top;
    width: 32px;
}
.help-section .ans {
    padding-left: 85px;
    position: relative;
}
.help-section .ans::after {
    color: #5270cc;
    content: "A:";
    font-size: 20px;
    font-weight: 600;
    left: 55px;
    position: absolute;
    top: 0;
}
.help-section {
    padding-bottom: 60px;
}
.contact-heading {
    padding: 80px 0 40px;
}
.contact-heading h2 {
    font-weight: 700;
}
.contact-form-section {
    padding-bottom: 60px;
}

#form div[data-role=form-footer],.form-footer #footer-content{
	display:none !important;	
}
.inner-section {
    padding: 60px 0;
}













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

.choose-plan .choose-boxes h2 {
	font-size: 20px;
}
.choose-plan .choose-boxes p {
    margin-bottom: 20px;
}
.choose-plan .choose-boxes .rate h1 {
    font-size: 30px;
}
.choose-plan .choose-boxes .free {
    margin-bottom: 30px;
}
.choose-plan .choose-boxes .choose-boxes-img {
    bottom: -20px;
    width: 140px;
	left: -10px;
}

	
	
}
@media only screen and (min-width:769px) and (max-width:991px){
	
	
	
}
@media only screen and (max-width:1260px){
	.top-section .logo-box {
		width: 180px;
	}
	.top-section .nav-box {
		margin-left: 180px;
	}
	.how-it-section .steps{
		margin: 0 10px;
		max-width: 290px;
	}
	.get-the-next .get-next-left{width: 40%;}
	.get-the-next .get-next-left h1 {
		font-size: 30px;
		margin-bottom: 20px;
	}
	.get-the-next .get-next-left p {
		font-size: 18px;
		margin-bottom: 30px;
	}
	.get-the-next .get-next-right {
		margin-left: 40px;
		width: 55%;
	}
	
	.for-the-love .for-love-text p {
		font-size: 30px;
	}
	.for-the-love .for-love-text {
		padding: 20px 0;
	}
	.about-page .about-page-left{width: 40%;}
	.about-page .about-page-left h1 {
		font-size: 30px;
		margin-bottom: 20px;
	}
	.about-page .about-page-left p {
		font-size: 18px;
		margin-bottom: 30px;
	}
	.about-page .about-page-right {
		margin-left: 40px;
		width: 55%;
	}
	.products .products-box {
		margin-bottom: 60px;
		width: 30%;
	}
	.account-page .gift-card-container {
		padding-bottom: 20px;
	}
	.account-page h2 {
		text-align: center;
	}
}
@media only screen  and (max-width:991px){
	h1{
		font-size:35px;	
	}
	h2 {
		font-size:28px;
	}
	h3{ 
		font-size:25px;
	}
	h4{ 
		font-size:22px;
	}
	h5{ 
		font-size:20px; 
	}
	h6{ 
		font-size:18px; 
	}
	
	.top-section .logo-box {
		width: 140px;
	}
	.top-section .nav-box {
		margin-left: 140px;
	}
	.top-section .nav-box ul li + li {
		margin-left: 14px;
	}
	.top-section .nav-box ul li a {
		font-size: 12px;
		padding: 4px 0;
	}
	.top-section .nav-box .main-menu{
		display:none;	
	}
	.top-section .nav-box .mobile-menu{
		display:block;	
		padding-top: 30px;
	}
	#layerslider{
		height:400px !important;	
	}
	.how-it-section {
		padding: 60px 0;
	}	
	.how-it-section h1 {
		margin-bottom: 55px;
	}
	.how-it-section .steps {
		margin-bottom: 20px;
		max-width: 330px;
	}
	.get-the-next .get-next-left {
		display: block;
		margin-bottom: 40px;
		text-align: center;
		width: 100%;
	}
	.get-the-next .get-next-right {
		margin-left: 0;
		width: 100%;
	}
	.button a {
		font-size: 16px;
		min-width: 200px;
	}
	.testimonial .testimonial-box{padding: 50px 80px;}
	.testimonial p {
		font-size: 20px;
		margin-bottom: 20px;
	}
	.testimonial .testimonial-box .testi-name {
		font-size: 20px;
	}
	.footer-section .social-media {
		clear: both;
		float: none;
		text-align: center;
	}
		.choose-plan {padding: 50px 0;}
	.choose-plan .choose-boxes {
		margin: 0 auto;
		max-width: 500px;
		width: 100%;
	}
	.choose-plan .choose-boxes .choose-boxes-img {
		left: -40px;
	}
	.choose-plan .choose-boxes + .choose-boxes {
		margin-top: 60px;
	}
	.choose-plan h1 {
		margin-bottom: 20px;
	}
	.about-page .about-page-left {
		display: block;
		margin-bottom: 40px;
		text-align: center;
		width: 100%;
	}
	.about-page .about-page-right {
		margin-left: 0;
		width: 100%;
	}

	.about-page {
		padding: 50px 0;
	}
	.about-page h3 {
		margin-bottom: 30px;
	}
	.about-page h1 {margin-bottom: 30px;}
	.products {
		padding: 45px 0 0;
	}
	.products .products-box {
		width: 46%;
		margin-bottom: 40px;
	}
	.my-account .panel{overflow:auto;}
	body{overflow-x:hidden}
	.cart-page .info.col-xs-6.hidden-md-up{display:block;}
	.cart-page .row.cart-thead.cart-table.hidden-sm-down{display:none;}
	.cart-page .product-main.col-md-6.cart-td {
		margin-bottom: 30px;
	}
	.cart-page .col-md-2.cart-td {
		margin-bottom: 20px;
	}
}
@media only screen  and (max-width:768px){
	
	#layerslider{
		height:350px !important;	
	}
	.how-it-section .step-image {
		margin-bottom: 30px;
	}
	.how-it-section .step-image img {
		width: 120px;
	}	
	.testimonial .owl-controls{display:none;}
	.testimonial h1{margin-bottom: 30px;}
	.testimonial {
		padding: 40px 0;
	}
	.footer-section .footer-logo {
		float: none;
		text-align: center;
		width: auto;
	}
	.footer-section .footer-nav {
	    float: none;
	}
	.footer-section {
		padding: 40px 0;
	}
	.footer-section h5{margin-bottom: 25px;}
	.copyright{padding: 25px 0;}
	.testimonial p::before{background-size: 20px auto;left: -30px;}
	.testimonial p::after{background-size: 20px auto;right: -30px;}
	.testimonial .testimonial-box {
		padding: 30px 60px;
	}
	.for-the-love .for-love-text p {
		font-size: 20px;
	}
	.for-the-love .for-love-text {
		padding: 15px 0;
	}
	#demo-1 {
		min-height: 400px;
	}
	.choose-plan .choose-boxes h2 {
		font-size: 20px;
	}
	.choose-plan .choose-boxes p {
		font-size: 13px;
		margin-bottom: 20px;
	}
	.choose-plan .choose-boxes .free {
		margin-bottom: 30px;
	}
	.product-category .nav-item {
		margin-bottom: 12px;
	}
	.text-center.paging {
		margin: 30px 0 50px;
	}
	.product-category ul{padding:10px 0 5px;}
	.product-category .nav-item .nav-link{padding: 10px 18px;}
	.login-head {
		padding: 30px 0 0;
	}
	.login-form {
		padding-bottom: 50px;
	}
}
@media only screen  and (max-width:640px){
	h1{
		font-size:30px;	
	}
	h2 {
		font-size:26px;
	}
	h3{ 
		font-size:22px;
	}
	h4{ 
		font-size:20px;
	}
	h5{ 
		font-size:18px; 
	}
	h6{ 
		font-size:16px; 
	}
	#layerslider{
		height:300px !important;	
	}
	.choose-plan .choose-boxes .choose-boxes-cntnt {
		float: none;
	}
	.choose-plan .choose-boxes .choose-boxes-img {
		bottom: auto;
		left: auto;
		margin: 0 auto;
		position: relative;
	}
	.choose-plan .choose-boxes .button.choose-btn a{min-width:100%;}
	.choose-plan .choose-boxes + .choose-boxes {
		margin-top: 10px;
	}
	.choose-plan .choose-boxes .choose-boxes-cntnt{padding: 30px 60px;}

	.products .products-box {
		margin: 0 0 30px;
		width: 100%;
	}
	.products .products-box .product-boxes .product-name {
		min-height: auto;
	}
}
@media only screen  and (max-width:550px){
	
	
}
@media only screen  and (max-width:500px){
	
	
}
@media only screen  and (max-width:480px){

	.top-section {
		padding: 10px 0;
	}	
	.top-section .logo-box {
		padding: 0;
		position: relative;
		top: 0;
		width: 90px;
	}
	.top-section .nav-box .mobile-menu {
		padding-top: 15px;
	}
	#layerslider{
		height:250px !important;	
	}
	.how-it-section h1 {
		margin-bottom: 35px;
	}
	.how-it-section {
		padding: 40px 0;
	}
	.how-it-section .step-image {
		margin-bottom: 30px;
	}
	.footer-section .signup-form .input-field input{padding: 15px;}
	.footer-section .signup-form .submit-field input{padding: 15px;}
	.text-center.paging {
		margin: 30px 0 60px;
	}
	.gift-card-balance{text-align: center;margin-bottom: 20px;}
	.gift-card-cta{text-align: center;}
	.gift-card-cta a{float:none !important;}
	.help-section .q-box {	font-size: 24px;}
}
@media only screen  and (max-width:360px){
	
	#layerslider{
		height:200px !important;	
	}
	
}


















  