/*!
Theme Name: Discount City
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: discount-city
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Discount City is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
@charset "utf-8";
/* CSS Document */
html, body {
	margin: 0;
	padding: 0;
	overflow-x: hidden;
	font-family: "Nunito Sans", sans-serif;
}
 body::-webkit-scrollbar-track {
 -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
 border-radius: 10px;
 background-color: #F5F5F5;
}
body::-webkit-scrollbar {
 width: 3px;
 background-color: #F5F5F5;
}
 body::-webkit-scrollbar-thumb {
 background-color: #666;
}
h1, h2, h3, h4, h5, h6, p, ul, ol {
	margin: 0;
	padding: 0
}
a, button {
	text-decoration: none;
	transition: ease-in 0.3s;
	-moz-transition: ease-in 0.3s;
	-webkit-transition: ease-in 0.3s;
	-ms-transition: ease-in 0.3s;
	-o-transition: ease-in 0.3s;
}
img {
	max-width: 100%
}
/* CSS Document */

/* CSS header */


/* CSS topbar */

.header-main-wraper {
}
.header-main-wraper .topbar-wraper {
	background: #ed2c31;
}
.topbar-wraper h4 {
	font-size: 14px;
	color: #fff;
	font-weight: bold;
	padding: 11px 0;
}
.topbar-nav-wrap {
	background: #f1f1f1;
	padding: 8px 0;
	position: relative
}
.topbar-nav-wrap:before {
	content: "";
	background: url(assets/images/boder-left.jpg) no-repeat top;
	width: 38px;
	height: 50px;
	position: absolute;
	left: 0;
	background-size: contain;
	top: 0
}
.topbar-nav-wrap:after {
	content: "";
	background: #f1f1f1;
	position: absolute;
	height: 41px;
	right: -100%;
	width: 100%;
	top: 0;
}
.topbar-nav-wrap ul {
	list-style: none;
	text-align: right;
}
.topbar-nav-wrap ul li {
	display: inline-block;
	padding: 0 25px;
	border-left: 1px solid #ffc1d6;
}
.topbar-nav-wrap ul li:nth-child(1) {
	border: none;
}
.topbar-nav-wrap ul li a {
	font-weight: bold;
	font-size: 14px;
	color: #333333
}
.topbar-nav-wrap ul li a:hover {
	color: #ed2c31
}
/* CSS topbar */

/* CSS middle header */

.middile-header-wraper {
	padding: 10px 0;
}
.middile-header-wraper .site-logo-wraper img {
	width: 130px;
}
.header-middle-nav-wrap {
	margin-top: 18px
}
.header-middle-nav-wrap ul {
	list-style: none;
	text-align: center
}
.header-middle-nav-wrap ul li {
	display: inline-block;
	padding: 0 25px;
	border-left: 1px solid #ccc;
}
.header-middle-nav-wrap ul li:nth-child(1) {
	border: none;
	padding-left: 0;
}
.header-middle-nav-wrap ul li a {
	text-transform: uppercase;
	font-size: 13px;
	font-weight: bold;
	color: #000;
}
.header-middle-nav-wrap ul li a:hover {
	color: #ed2c31
}
.phone-number-wraper {
	line-height: 22px;
	margin-left: 50px;
	margin-top: 12px
}
.phone-number-wraper .phone-number-icon {
	font-size: 40px;
	color: #ed2c31;
	width: 50px;
	float: left;
	padding-top: 5px;
}
.phone-number-wraper .phone-number-text {
	width: 80%;
	float: left;
}
.phone-number-wraper .phone-number-text span {
	font-size: 20px;
	color: #ed2c31;
	font-weight: bold;
	display: block;
}
.phone-number-wraper .phone-number-text strong {
	font-size: 22px;
	font-weight: 800;
	color: #000;
}
.dropdown-header-wrap {
	background: #fff;
	padding: 20px;
	position: absolute;
	width: 192px;
	z-index: 111;
	text-align: left !important;
	display: none;
	border-radius: 10px;
}
.header-middle-nav-wrap ul li:hover .dropdown-header-wrap {
	display: block;
}
.dropdown-header-wrap a {
	display: block;
	padding: 5px 0;
}
/* CSS middle header */

/* CSS category, search, cart */

.category-search-cart-wrap {
	padding: 10px;
	background: #fff;
	border-top: 1px solid #ddd
}
.category-btn-wraper a {
	display: block;
	height: 50px;
	text-align: center;
	border: 1px solid #0c141d;
	color: #0c141d;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: bold;
	padding-top: 12px;
}
.category-btn-wraper a i {
	font-size: 22px;
	position: relative;
	top: 3.5px;
	margin-right: 5px;
	color: #ed2c31
}
.category-search-cart-wrap .col-md-6 {
	padding: 0;
}
.category-search-cart-wrap .search-group-main-wrap {
	position: relative;
}
.category-search-cart-wrap .search-group-main-wrap .form-control {
	height: 50px;
	border-radius: 0;
	box-shadow: none;
	outline: none;
	border: none;
	padding-left: 220px;
	padding-right: 60px;
	font-size: 14px;
	background: #eaeaea
}
.select-form-control {
	position: absolute;
	padding-left: 20px !important;
	width: 30%;
	font-weight: bold;
	font-size: 14px;
	border-right: 1px solid #ccc !important;
	padding-right: 0 !important
}
.category-search-cart-wrap .search-group-main-wrap button {
	position: absolute;
	right: 0;
	height: 50px;
	border: none;
	outline: none;
	top: 2px;
	background: none;
	font-size: 25px;
	width: 58px;
}
.cart-button-wrap {
}
.cart-button-wrap a {
	display: block;
	background: #ed2c31;
	height: 50px;
	text-align: center;
	color: #fff;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: bold;
	padding-top: 12px;
}
.cart-button-wrap a i {
	font-size: 22px;
	position: relative;
	top: 3.5px;
	margin-right: 5px;
}
.delivery-info-wraper ul {
	list-style: none;
	text-align: center;
}
.delivery-info-wraper ul li {
	display: inline-block;
	padding: 0 75px;
	border-left: 1px solid #ccc;
	font-size: 16px;
}
.delivery-info-wraper ul li i {
	font-size: 22px;
	color: #ff7a00;
	position: relative;
	top: 3px;
}
.delivery-info-wraper ul li:nth-child(1) {
	border: none;
}
.delivery-info-wraper {
	padding: 10px 30px;
	background: #fff;
}
.category-btn-wraper {
	position: relative
}
.category-btn-wraper .big-dropdown-category {
	background: #fff;
	padding: 0 35px 35px 35px;
	position: absolute;
	width: 1296px;
	z-index: 111;
	border: 1px solid #ccc;
	display: none
}
.category-btn-wraper:hover .big-dropdown-category {
	display: block;
}
.category-heading-list h4 {
	font-size: 20px;
	font-weight: bold;
	border-bottom: 1px solid #ccc;
	padding-bottom: 10px;
	margin-bottom: 1px;
}
.category-heading-list ul {
	border-top: 1px solid #ccc;
	list-style: none
}
.category-heading-list ul li a {
	text-align: left;
	background: none;
	font-size: 14px;
	color: #000 !important;
	height: 30px;
	text-transform: none;
	font-weight: normal;
	border: none !important
}
.category-heading-list ul li a:hover {
	color: #ff7a00 !important;
}
.listing-category-dropdown-wrap .col-md-6 {
	padding: 0 15px;
}
.category-heading-list {
	margin-top: 30px;
}
.sale-banner-wrap {
	padding-top: 35px;
}
.sale-banner-wrap a {
	display: block;
	background: none;
	height: auto;
	padding: 0;
}
/* CSS category, search, cart */

/* CSS header */

/* CSS slider */

.slider-mian-wraper {
	background-size: cover !important;
}
.carousel-control-next, .carousel-control-prev {
	width: 8%;
	opacity: 1
}
.slider-inner-text-wrap {
	width: 55%;
	padding-left: 200px;
	padding-top: 90px;
	padding-bottom: 120px;
}
.slider-top-info {
	background: #ed2c31;
	border-radius: 6px;
	color: #fff;
	text-transform: uppercase;
	padding: 8px 0;
	width: 50%;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 3px;
}
.slider-top-info span {
	margin: 0 15px;
	position: relative;
}
.slider-top-info span:before {
	content: "";
	position: absolute;
	width: 5px;
	height: 5px;
	background: #fff;
	border-radius: 50%;
	right: -15px;
	top: 7px;
}
.slider-top-info span:nth-child(3):before {
	display: none;
}
.slider-inner-text-wrap h2 {
	font-size: 65px;
	line-height: 65px;
	margin: 15px 0 10px 0;
	color: #fff;
	font-weight: bold;
	position: relative
}
.slider-inner-text-wrap h2:before {
	content: "";
	background: url(assets/images/border-image.png) no-repeat top;
	background-size: contain;
	width: 80px;
	height: 3px;
	border-radius: 4px;
	position: absolute;
	left: 0;
	bottom: -20px;
}
.slider-inner-text-wrap p {
	font-size: 22px;
	color: #fff;
	line-height: 32px;
	font-weight: 300;
	padding-bottom: 15px;
}
.price-slider-wrap {
	font-size: 50px;
	color: #f37808;
	font-weight: bold;
	line-height: 60px;
}
.button-slider-wrap {
	margin-top: 20px;
}
.button-slider-wrap a {
	background: #ed2c31;
	padding: 16px 45px;
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 14px;
}
.button-slider-wrap a:hover {
	background: #fff;
	color: #000
}
.arrow-scroll-down {
	text-align: center;
	margin-top: 10px;
}
.arrow-scroll-down img {
	width: 80px;
	position: relative;
	top: 0;
	-webkit-animation: action 1s infinite alternate;
	animation: action 1s infinite alternate;
}
 @-webkit-keyframes action {
 0% {
transform: translateY(0);
}
 100% {
transform: translateY(-10px);
}
}
 @keyframes action {
 0% {
transform: translateY(0);
}
 100% {
transform: translateY(-10px);
}
}
.carousel-control-prev-icon {
	background-image: url(assets/images/arrow-left.png);
	opacity: 1;
}
.carousel-control-next-icon, .carousel-control-prev-icon {
	width: 40px;
	height: 40px;
}
.carousel-control-next-icon {
	background-image: url(assets/images/arrow-right.png)
}
.inner-slider-wraper {
	padding: 40px 0;
	text-align: center;
	background-size: cover !important
}
.inner-slider-wraper h1 {
	text-align: center;
	font-size: 50px;
	color: #1c2a3a;
	font-weight: bold;
}
.cart-main-wraper {
	padding: 50px 0;
}
.cart-heading-wrp {
	font-weight: bold;
	border: none !important;
	font-size: 16px;
	height: 10px !important
}
.cart-heading-wrp td {
	border: none !important;
}
.cart-table-wraper tr {
	border: 1px solid #ccc;
	height: 65px;
	vertical-align: middle;
	border-spacing: 0 10px;
}
.cart-table-wraper tr td {
	padding: 15px;
	font-weight: bold;
	color: #1c2a3a
}
.product-image-cart-wrap {
	width: 80px;
	height: 80px;
	border: 1px solid #000;
	float: left;
	background-size: cover !important;
}
.cart-text-wrap {
	width: 55%;
	float: left;
	padding-left: 15px;
	font-weight: bold;
	font-size: 16px;
	line-height: 21px;
	color: #1c2a3a;
	padding-top: 20px;
}
.total-price-wrp {
	color: #ff7a00;
}
.total-price-wrp a {
	float: right;
	font-size: 20px;
	color: #000;
	padding-right: 20px;
}
.input-group {
	border: 1px solid #000;
	width: 80%
}
.input-group button {
	border: none;
	background: none;
	outline: none;
	height: 40px;
	width: 40px;
}
#quantity {
	border: none;
	box-shadow: none;
	outline: none;
	height: 40px;
	text-align: center;
}
.about-btn-slider {
	background: #fff !important;
	color: #000 !important;
	margin-left: 15px
}
.inner-slider-wrap {
	background: #ed2c31;
	padding: 30px 0;
}
.inner-slider-wrap h1 {
	text-align: center;
	font-weight: bold;
	font-size: 35px;
	color: #fff
}
.breadcrums-wrap {
	text-align: center;
}
.breadcrums-wrap a {
	color: #fff;
	font-size: 16px;
}
.breadcrums-wrap span {
	color: #fff;
	margin: 0 10px
}
.inner-feature-list-wrap {
	background: none !important;
}
/* CSS slider */

/* CSS content */

.truck-load-specail-wraper {
	background: #fef0f0;
}
.advantages-main-wraper {
	background: #fff;
	border-radius: 6px;
	width: 88%;
	margin: 0 auto;
	margin-top: -50px;
	position: relative;
	overflow: hidden;
	box-shadow: 0 16px 22px -6px #e7d9d9;
}
.advantages-main-wraper ul {
	list-style: none;
}
.advantages-main-wraper ul li .listing-advantage-wrap {
	background: #fff;
	padding: 25px;
	border-right: 1px solid #ddd;
}
.advantages-main-wraper ul li:nth-child(3) .listing-advantage-wrap {
	border: none;
}
.listing-advantage-wrap .listing-advantage-icon {
	width: 75px;
	height: 75px;
	float: left;
}
.listing-advantage-text {
	width: 76%;
	float: left;
	padding-left: 15px;
}
.listing-advantage-text h2 {
	font-size: 18px;
	color: #000000;
	font-weight: bold;
	margin-bottom: 5px;
}
.listing-advantage-text p {
	font-size: 14px;
	color: #807f7f;
}
.truck-carousel-specail-wraper {
	padding: 60px 0;
}
.truck-carousel-specail-wraper h2 {
	text-align: center;
	font-size: 40px;
	color: #240405;
	font-weight: bold;
}
.truck-carousel-specail-wraper p {
	text-align: center;
	font-size: 16px;
	color: #000000;
	padding-bottom: 35px;
}
.truck-load-list-wrap {
	background: #fff;
	border-radius: 10px;
	overflow: hidden;
}
.truck-load-list-wrap .truck-load-image-wrp {
	height: 280px;
	overflow: hidden;
	background-size: cover !important;
	position: relative
}
.truck-load-image-wrp span {
	position: absolute;
	bottom: 0;
	width: 100%;
	background: url(assets/images/price-bg.png) no-repeat bottom;
	background-size: cover;
	display: block;
	color: #fff;
	padding-bottom: 15px;
	text-align: center;
	font-size: 18px;
	padding-top: 115px;
}
.truck-load-image-wrp span strong {
	font-size: 25px;
}
.truck-load-text {
	padding: 15px 25px;
}
.truck-load-text span {
	font-size: 16px;
	color: #ed2c31;
	font-weight: bold;
}
.truck-load-list-wrap h3 {
	font-size: 18px;
	color: #000;
	line-height: 24px;
	padding: 5px 0;
	font-weight: bold;
}
.truck-load-list-wrap ul {
	list-style: none;
}
.truck-load-list-wrap ul li {
	padding-left: 22px;
	color: #000;
	background: url(assets/images/arrow.png) no-repeat left;
	margin: 3px 0;
}
.truck-load-btn {
	background: #000;
}
.truck-load-btn a {
	display: inline-block;
	width: 49%;
	padding: 16px 0;
	text-align: center;
	color: #fff;
	font-size: 13px;
	background: #000;
	font-weight: bold;
	text-transform: uppercase;
}
.truck-load-btn .phone-number-btn {
	background: #ed2c31
}
.about-section-wrap {
	padding: 60px 0 130px 0;
}
.about-section-wrap .about-image-wrap {
	height: 500px;
	width: 70%;
	position: relative;
	margin-left: 90px;
}
.about-section-wrap .about-image-wrap img {
	width: 100%;
	border-radius: 10px;
}
.about-box-wrap {
	background: #ed2c31;
	border-radius: 10px;
	padding: 10px;
	text-align: center;
	position: absolute;
	bottom: 84px;
	right: -60px;
	width: 180px;
}
.about-box-wrap .about-box-icon img {
	width: auto;
}
.about-box-icon {
	margin-top: 10px;
}
.about-box-wrap strong {
	font-size: 35px;
	color: #fff;
	font-weight: bold;
	display: block;
	line-height: 35px;
	margin-top: 15px;
}
.about-box-wrap p {
	color: #fff;
	font-size: 16px;
	padding-bottom: 15px;
}
.about-text-wraper {
	margin-left: -30px;
}
.about-text-wraper span {
	font-size: 18px;
	color: #ed2c31;
	display: block;
	font-weight: bold;
	margin-top: 40px;
}
.about-text-wraper h3 {
	font-weight: bold;
	font-size: 45px;
	line-height: 45px;
	margin: 15px 0;
	color: #240405;
}
.about-text-wraper p {
	font-size: 18px;
	color: #000000;
	line-height: 30px;
	padding-bottom: 30px;
	padding-top: 10px;
}
.about-text-wraper .btn-about-wrap {
	margin-top: 15px;
}
.about-text-wraper .btn-about-wrap a {
	background: #ed2c31;
	padding: 16px 35px;
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 14px;
	margin-right: 15px;
}
.about-contact-btn {
	background: #1d150c !important;
}
.bg-number-wraper {
	background: #ccc url(assets/images/bg-numbers.jpg) no-repeat top;
	padding: 160px 0 120px 0;
	background-size: cover;
	position: relative;
}
.video-main-wrap span {
	display: block;
	font-size: 22px;
	color: #fff;
	font-weight: bold;
	display: block;
	margin: 75px 0 0 0
}
.video-main-wrap h2 {
	font-size: 50px;
	color: #fff;
	font-weight: bold;
	line-height: 60px
}
.pinkBg {
	background-color: #fff!important;
	background-image: linear-gradient(90deg, #ed2c31, #ed2c31);
}
.intro-banner-vdo-play-btn {
	height: 90px;
	width: 90px;
	position: absolute;
	top: 28%;
	left: 149px;
	text-align: center;
	margin: -30px 0 0 -30px;
	border-radius: 100px;
	z-index: 1;
}
.intro-banner-vdo-play-btn i {
	line-height: 56px;
	font-size: 37px;
	color: #fff;
	position: relative;
	top: 19px;
}
.intro-banner-vdo-play-btn .ripple {
	position: absolute;
	width: 160px;
	height: 160px;
	z-index: -1;
	left: 50%;
	top: 50%;
	opacity: 0;
	margin: -80px 0 0 -80px;
	border-radius: 100px;
	-webkit-animation: ripple 1.8s infinite;
	animation: ripple 1.8s infinite
}
 @-webkit-keyframes ripple {
 0% {
 opacity:1;
 -webkit-transform:scale(0);
 transform:scale(0)
}
 100% {
 opacity:0;
 -webkit-transform:scale(1);
 transform:scale(1)
}
}
@keyframes ripple {
 0% {
 opacity:1;
 -webkit-transform:scale(0);
 transform:scale(0)
}
 100% {
 opacity:0;
 -webkit-transform:scale(1);
 transform:scale(1)
}
}
.intro-banner-vdo-play-btn .ripple:nth-child(2) {
	animation-delay: .3s;
	-webkit-animation-delay: .3s
}
.intro-banner-vdo-play-btn .ripple:nth-child(3) {
	animation-delay: .6s;
	-webkit-animation-delay: .6s
}
.nuumber-main-wrap {
	margin-top: 60px;
}
.nuumber-main-wrap ul {
	list-style: none;
	margin-top: 75px;
}
.nuumber-main-wrap ul li {
	display: inline-block;
	margin: 0 25px;
	text-align: center
}
.number-text-wrap {
	margin-top: 15px;
	text-align: center;
}
.number-text-wrap span {
	display: block;
	font-size: 40px;
	line-height: 40px;
	font-weight: bold;
	color: #fff;
}
.number-text-wrap p {
	font-size: 16px;
	color: #fff;
}
.top-category-wraper {
	padding: 60px 0;
}
.top-category-wraper h2 {
	text-align: center;
	font-size: 45px;
	color: #240405;
	font-weight: bold;
}
.top-category-wraper p {
	text-align: center;
	font-size: 16px;
	color: #000000;
	padding-bottom: 55px;
}
.top-category-wraper ul {
	list-style: none;
}
.top-category-wraper ul li {
}
.top-category-wraper ul li .listing-category-wrap {
	border-radius: 10px;
	height: 400px;
	background-size: cover !important;
	padding: 25px;
	position: relative;
	margin-bottom: 35px
}
.top-category-wraper ul li .listing-category-text {
	background: #fff;
	padding: 25px;
	border-radius: 10px;
	position: absolute;
	bottom: 25px;
	width: 88%
}
.top-category-wraper ul li:hover .listing-category-text {
	background: #ed2c31
}
.top-category-wraper ul li .listing-category-text h3 a {
	color: #000;
	font-weight: bold;
	font-size: 25px;
	line-height: 22px;
}
.cat-icon-wrap {
	text-align: right;
	padding-top: 5px;
}
.top-category-wraper ul li:hover h3 a {
	color: #fff;
}
.see-all-cat {
	text-align: center;
	margin-top: 20px
}
.see-all-cat a {
	background: #ed2c31;
	padding: 16px 35px;
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 14px;
	margin-right: 15px;
}
.featured-product-wrap {
	padding: 60px 0;
	background: #fef0f0;
}
.featured-product-wrap h2 {
	text-align: center;
	font-size: 45px;
	color: #240405;
	font-weight: bold;
}
.featured-product-wrap p {
	text-align: center;
	font-size: 16px;
	color: #000000;
	padding-bottom: 55px;
}
.featured-product-wrap ul {
	list-style: none;
	width: 90%;
	margin: 0 auto;
}
.featured-product-wrap ul li {
}
.featured-product-wrap ul li .feature-product-list {
	background: #fff;
	padding: 15px;
	border-radius: 10px;
	margin-bottom: 25px;
	box-shadow: 0px 17px 40px 0 #e8e8e8;
}
.featured-product-wrap ul li .feature-product-list .feature-product-image {
	height: 300px;
	overflow: hidden;
	border-radius: 10px;
}
.featured-product-wrap ul li .feature-product-list .feature-product-image img {
	width: 100%;
}
.feature-product-text {
	text-align: center;
	padding: 25px 0 15px 0
}
.feature-product-text h4 a {
	font-size: 18px;
	color: #000;
	font-weight: bold;
	line-height: 22px;
	display: block;
}
.amount-feature-wrap {
	text-align: center;
	margin-top: 5px;
	line-height: 29px
}
.amount-feature-wrap span {
	color: #000;
	font-size: 16px;
	display: block;
	font-weight: bold;
}
.amount-feature-wrap strong {
	font-size: 30px;
	font-weight: bold;
	color: #ed2c31
}
.pagination-product-wrap {
	text-align: center;
	margin-top: 30px;
}
.pagination-product-wrap a {
	width: 45px;
	height: 45px;
	color: #000;
	text-align: center;
	border: 1px solid #ddd;
	padding-top: 10px;
	display: inline-block;
}
.pagination-product-wrap a:hover {
	background: #ed2c31;
	color: #fff;
}
.content-how-work-wrap {
	padding: 60px 0;
}
.content-how-work-wrap h2 {
	font-size: 30px;
	font-weight: bold;
}
.content-how-work-wrap ul {
	list-style: none;
}
.content-how-work-wrap ul li {
	margin: 5px 0;
}
.product-detail-page {
	padding: 60px 0;
}
.product-image-wrap {
	height: 500px;
	overflow: hidden;
	border-radius: 10px;
}
.top-product-image-detail-wrap img {
	width: 100%;
}
.prduct-detail-text-heading {
	padding-left: 15px;
}
.prduct-detail-text-heading h3 {
	font-size: 40px;
	color: #000;
	font-weight: bold;
	margin-bottom: 15px;
}
.price-product {
	font-size: 18px;
	font-weight: bold;
	border-bottom: 1px solid #ccc;
	padding-bottom: 15px;
	margin-bottom: 15px;
}
.price-product strong {
	font-size: 36px;
	color: #ed2c31;
	font-weight: bold;
}
.prduct-info-wrap {
	font-size: 16px;
	margin: 15px 0;
}
.buy-now-btn {
	margin-top: 25px;
}
.buy-now-btn a {
	display: block;
	background: #ed2c31;
	padding: 12px 0;
	text-align: center;
	color: #fff;
	font-weight: bold;
}
.product-info-detail-wrap {
	margin-top: 35px;
}
.product-info-detail-wrap h5 {
	font-size: 25px;
	font-weight: bold;
	color: #000;
	border-bottom: 1px solid #ccc;
	padding-bottom: 15px;
	margin-bottom: 15px;
}
.product-info-detail-wrap p {
	font-size: 16px;
	padding-bottom: 15px;
}
.product-info-detail-wrap ul {
	list-style: none;
}
.product-info-detail-wrap ul li {
	border: 1px solid #ccc;
	padding: 12px 30px;
	border-radius: 6px;
	margin-bottom: 10px;
}
.request-info-wraper {
	padding: 60px 0;
}
.request-info-wraper .form-group {
	margin-bottom: 15px;
}
.request-info-wraper .form-group label {
	font-weight: bold;
}
.request-info-wraper .form-group .form-control {
	height: 45px;
	box-shadow: none;
	outline: none;
}
.form-select {
	height: 45px;
	box-shadow: none !important;
	outline: none;
}
.checkbox-main-wrap label {
	font-weight: bold;
}
.checkbox-main-wrap {
	margin-bottom: 25px;
}
.checkbox-main-wrap .checkbox {
	border: 1px solid #ccc;
	padding: 10px 15px;
	margin-top: 15px;
	border-radius: 6px;
}
.textarea-group label {
	font-weight: bold;
}
.textarea-group .form-control {
	box-shadow: none;
	outline: none;
}
.request-info-btn {
	margin-top: 25px;
}
.request-info-btn button {
	background: #ed2c31;
	border: none;
	outline: none;
	box-shadow: none;
	color: #fff;
	padding: 12px 40px;
	font-weight: bold;
}
.content-how-work-wrap h4 {
	font-weight: bold;
	font-size: 20px;
	border-bottom: 1px solid #ccc;
	padding-bottom: 10px;
	margin-bottom: 15px
}
.content-how-work-wrap p {
	padding-bottom: 25px;
}
/* CSS content */

/* CSS footer */

.footer-main-wraper {
	background: #182330;
	padding: 70px 0 0 0;
}
.who-we-are-wraper {
}
.who-we-are-wraper .footer-logo-wrap {
	position: relative;
}
.who-we-are-wraper span {
	display: block;
	font-size: 22px;
	font-weight: bold;
	color: #fff;
	margin-top: 25px;
}
.who-we-are-wraper p {
	font-size: 14px;
	color: #fff;
	padding: 10px 0;
	padding-right: 30px;
}
.button-footer-wraper {
}
.button-footer-wraper a {
	border-bottom: 1px solid #ed2c31;
	color: #ed2c31;
	font-size: 14px;
	font-weight: bold;
}
.footer-link-wraper {
}
.footer-link-wraper span {
	display: block;
	border-bottom: 1px solid #2e3f53;
	padding-bottom: 15px;
	position: relative;
	font-weight: bold;
	color: #fff;
	font-size: 22px;
}
.footer-link-wraper span:before {
	content: "";
	position: absolute;
	bottom: -3px;
	background: #ed2c31;
	height: 4px;
	width: 60px;
	border-radius: 10px;
}
.footer-link-wraper {
}
.footer-link-wraper ul {
	list-style: none;
	margin-top: 30px;
}
.footer-link-wraper ul li {
}
.footer-link-wraper ul li a {
	color: #fff;
	font-size: 13px;
}
.footer-link-wraper ul li a:hover {
	color: #ed2c31;
}
.copyright-wraper {
	background: #101923;
	padding: 20px 0;
	margin-top: 50px;
}
.copyright-wraper span {
	display: block;
	color: #fff;
	font-size: 14px;
	text-align: center;
}
.payment-option {
	text-align: right;
}
.payment-option img {
	width: 240px;
}
.listing-advantage-text p br {
	display: none;
}
.drawer-menu {
	box-sizing: border-box;
	position: fixed;
	top: 0;
	right: 0;
	width: 280px;
	height: 100vh;
	padding: 65px 0 0 0;
	background: #000;
	-webkit-transition-property: all;
	transition-property: all;
	-webkit-transition-duration: .5s;
	transition-duration: .5s;
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
	-webkit-transform-origin: right center;
	-ms-transform-origin: right center;
	transform-origin: right center;
	-webkit-transform: perspective(500px) rotateY(-90deg);
	transform: perspective(500px) rotateY(-90deg);
	opacity: 0;
	overflow: auto;
}
.drawer-menu li {
	text-align: left;
}
.drawer-menu li a {
	display: block;
	height: auto;
	line-height: 52px;
	font-size: 14px;
	font-weight: 500;
	color: #fff;
	-webkit-transition: all .8s;
	transition: all .8s;
	padding-left: 30px;
	border-bottom: 1px solid #2c1a0f;
}
.drawer-menu li a:hover {
	color: #1a1e24;
	background: #fff;
}
/* checkbox */
.check {
	display: none;
}
/* menu button - label tag */
.menu-btn {
	position: absolute;
	display: block;
	top: 26px;
	right: 18px;
	display: block;
	width: 40px;
	height: 40px;
	font-size: 10px;
	text-align: center;
	cursor: pointer;
	z-index: 3;
}
.bar {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 35px;
	height: 1px;
	background: #3b2517;
	-webkit-transition: all .5s;
	transition: all .5s;
	-webkit-transform-origin: left top;
	-ms-transform-origin: left top;
	transform-origin: left top;
}
.bar.middle {
	top: 10px;
	opacity: 1;
}
.bar.bottom {
	top: 20px;
	-webkit-transform-origin: left bottom;
	-ms-transform-origin: left bottom;
	transform-origin: left bottom;
}
.menu-btn__text {
	position: absolute;
	bottom: -15px;
	left: 0;
	right: 0;
	margin: auto;
	color: #fff;
	-webkit-transition: all .5s;
	transition: all .5s;
	display: block;
	visibility: visible;
	opacity: 1;
}
.menu-btn:hover .bar {
	background: #18b6a4;
}
.close-menu {
	position: fixed;
	top: 0;
	right: 280px;
	width: 100%;
	height: 100vh;
	background: rgba(0,0,0,0);
	cursor: url(http://theorthodoxworks.com/demo/images/cross.svg), auto;
	-webkit-transition-property: all;
	transition-property: all;
	-webkit-transition-duration: .3s;
	transition-duration: .3s;
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
	visibility: hidden;
	opacity: 0;
}
/* checked */
.check:checked ~ .drawer-menu {
	-webkit-transition-delay: .3s;
	transition-delay: .3s;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
	opacity: 1;
	z-index: 2;
}
.check:checked ~ .contents {
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
	-webkit-transform: translateX(-300px);
	-ms-transform: translateX(-300px);
	transform: translateX(-300px);
}
.check:checked ~ .menu-btn .menu-btn__text {
	visibility: hidden;
	opacity: 0;
}
.check:checked ~ .menu-btn .bar.top {
	width: 40px;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	background: #fff
}
.check:checked ~ .menu-btn .bar.middle {
	opacity: 0;
}
.check:checked ~ .menu-btn .bar.bottom {
	width: 40px;
	top: 28px;
	background: #fff;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.check:checked ~ .close-menu {
	-webkit-transition-duration: 1s;
	transition-duration: 1s;
	-webkit-transition-delay: .3s;
	transition-delay: .3s;
	background: rgba(0,0,0,.5);
	visibility: visible;
	opacity: 1;
	z-index: 3;
}
.menusitebar-main-wraper{
	display:none;
}
.footer-link-wraper li strong{
	color:#fff;
}
.footer-link-wraper li{
	color:#fff;
	font-size:14px;
	margin-bottom:10px
}
.checkbox-main-wrap label br{
	display:none;
}
/* CSS media */

@media (max-width:1470px) and (min-width:1170px) {
.header-middle-nav-wrap ul li {
	padding: 0 15px;
}
.phone-number-wraper .phone-number-text span {
	font-size: 16px;
}
.phone-number-wraper .phone-number-text {
	width: 75%;
}
.phone-number-wraper .phone-number-text strong {
	font-size: 20px;
}
.advantages-main-wraper {
	width: 100%;
}
.listing-advantage-text {
	width: 72%;
}
.slider-inner-text-wrap {
	padding-left: 140px;
}
.slider-inner-text-wrap h2 {
	font-size: 60px;
}
}
@media (max-width:1400px) and (min-width:1170px) {
.about-section-wrap .about-image-wrap {
	width: 80%;
	margin: 0;
}
.about-text-wraper span {
	margin: 0;
}
.nuumber-main-wrap ul li {
	margin: 0 15px;
}
}
 @media screen and (max-width:1169px) {
.header-middle-nav-wrap {
	display: none;
}
.phone-number-wraper {
	display: none
}
.slider-inner-text-wrap {
	width: 70%;
	margin: 0 auto;
	text-align: center;
	padding-left: 0;
	padding-right: 0;
}
.slider-top-info {
	margin: 0 auto;
}
.listing-advantage-wrap {
	text-align: center;
}
.listing-advantage-wrap .listing-advantage-icon {
	margin: 0 auto;
	margin-bottom: 15px;
	float: none;
}
.listing-advantage-text {
	width: 100%;
	float: none;
	padding: 0;
}
.advantages-main-wraper {
	width: 100%;
}
.about-section-wrap .about-image-wrap {
	width: 100%;
	margin-left: 0;
}
.about-box-wrap {
	display: none;
}
.about-section-wrap .about-image-wrap {
	height: auto;
}
.about-text-wraper {
	margin-left: 0;
}
.about-text-wraper span {
	margin-top: 0;
}
.featured-product-wrap ul li .feature-product-list .feature-product-image {
	height: auto;
}
.featured-product-wrap ul {
	width: 100%;
}
.nuumber-main-wrap ul {
	display: none;
}
.about-text-wraper p {
	font-size: 16px;
	color: #000000;
	padding-bottom: 20px;
}
.middile-header-wraper {
	position: relative;
}
.check:checked ~ .menu-btn .bar.top {
	top: -10px;
}
.check:checked ~ .menu-btn .bar.bottom {
	width: 40px;
	top: 28px;
	background: #fff;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	top: 19px
}
.menu-btn {
	top: 30px
}
.menusitebar-main-wraper{
	display:block;
}
}
 @media screen and (max-width:990px) {
.container, .container-md, .container-sm {
	max-width: 100%;
}
.intro-banner-vdo-play-btn {
	left: 50%;
}
.bg-number-wraper {
	text-align: center;
}
.bg-number-wraper .col-md-6 {
	width: 100%;
}
.nuumber-main-wrap {
	display: none;
}
.top-category-wraper ul li .listing-category-text {
	width: 85%;
}
.category-search-cart-wrap .col-md-6 {
	display: none;
}
.category-search-cart-wrap .col-md-3 {
	width: 100%;
	padding: 0;
}
}
 @media screen and (max-width:880px) {
.slider-inner-text-wrap h2 {
	font-size: 55px;
	line-height: 55px;
}
.category-btn-wraper {
	margin-bottom: 10px;
}
}
 @media screen and (max-width:768px) {
.topbar-wraper {
	display: none;
}
.slider-top-info {
	width: 100%;
}
.slider-inner-text-wrap h2 {
	font-size: 49px;
	line-height: 55px;
}
.about-text-wraper span {
	margin-top: 30px;
}
.carousel-control-next-icon, .carousel-control-prev-icon{
	display:none
}
.slider-inner-text-wrap{
	width:100%;
	padding:40px 20px
}
.advantages-main-wraper{
	margin-top:20px;
}
    .slider-inner-text-wrap h2 {
        font-size: 38px;
        line-height: 43px;
    }
	.carousel-indicators{
		display:none
	}
	.advantages-main-wraper ul li .listing-advantage-wrap {
    padding: 25px 92px;
	}
	.truck-carousel-specail-wraper {
    padding: 25px 0 0px 0;
}
.about-section-wrap{
	padding-bottom:60px;
}
.truck-carousel-specail-wraper h2{
	font-size:30px;
	line-height:30px;
}
.about-text-wraper h3{
	font-size:30px;
	line-height:30px;
}
.top-category-wraper h2{
	font-size:30px;
	line-height:30px;
}
.featured-product-wrap h2{
	font-size:30px;
}
.cat-icon-wrap{
	display:none;
}
.top-category-wraper ul li .listing-category-text{
	text-align:center
}
.footer-link-wraper{
	margin:15px 0;
}
}
