@font-face {
    font-family: 'source_sans_proregular';
    src: url('../fonts/sourcesanspro-regular-webfont.woff2') format('woff2'),
         url('../fonts/sourcesanspro-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'source_sans_probold';
    src: url('../fonts/sourcesanspro-bold-webfont.eot');
    src: url('../fonts/sourcesanspro-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/sourcesanspro-bold-webfont.woff2') format('woff2'),
         url('../fonts/sourcesanspro-bold-webfont.woff') format('woff'),
         url('../fonts/sourcesanspro-bold-webfont.svg#source_sans_probold') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'open_sansregular';
    src: url('../fonts/OpenSans-Regular-webfont.eot');
    src: url('../fonts/OpenSans-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/OpenSans-Regular-webfont.woff') format('woff'),
         url('../fonts/OpenSans-Regular-webfont.ttf') format('truetype'),
         url('../fonts/OpenSans-Regular-webfont.svg#open_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

img {
	max-width:100%;
	height:auto;
}
body {
	margin:0;
	padding:0;
	font-size:15px;
	font-family: 'open_sansregular', sans-serif;
	color:#000;
	font-weight:400;
}
* {
	box-sizing:border-box;
}
ul {
	padding:0;
	margin:0;
	list-style-type:none;
}
a {
	text-decoration:none;
}
textarea:focus, input:focus, button:focus, select:focus {
	outline:none;
}
input::-webkit-input-placeholder {
 color:#a7a7a7 !important;
}
textarea::-webkit-input-placeholder {
}
h1,h2,h3,h4,h5,h6{
	float: left;
	width: 100%;
}
:root {
  --primary: #dc2b45;
  --secondary: #2b2828;
  --text: #555252;
}
.field-error {
	float: left;
	color: #F00;
	width: 100%;
}
.container {
	width: 96%;
	max-width: 1100px;
	margin: 0 auto;
	position: relative;
}
p {
    color: #000;
    line-height: 24px;
}
.button_area {
    width: 100%;
    float: left;
    margin-top: 20px;
}
.btn {
    border-width: 1px;
    color: #ffffff;
    cursor: pointer;
    justify-content: center;
    padding-bottom: 14px;
    padding-left: 24px;
    padding-right: 24px;
    padding-top: 12px;
    text-align: center;
    white-space: nowrap;
    background: var(--secondary);
    font-size: 16px;
    border-radius: 4px;
    letter-spacing: 0.5px;
	font-weight:bold;
}
.section {
    float: left;
    width: 100%;
    padding: 50px 0;
    position: relative;
}
h3 {
    font-size: 40px;
    color: #000;
    float: left;
    width: 100%;
    text-transform: capitalize;
    margin-top: 0;
    margin-bottom: 24px;
    line-height: 1;
	font-family: 'source_sans_probold';
}
p {
    font-size: 15px;
    margin-bottom: 16px;
    line-height: 1.5;
}
/*header*/
.navbar {
    float: left;
    width: 100%;
    background: #fff;
    padding: 8px;
    left: 0;
    position: fixed;
    right: 0;
    z-index: 450;
    top: 0;
    box-shadow: 1px 2px 10px #7a0808;
    /* margin-bottom: 40px; */
}
.navbar_logo {
    float: left;
    width: auto;
}
.navbar_menu {
    float: right;
    width: auto;
}
.navbar_item {
    float: left;
    width: auto;
    color: #000;
    font-size: 16px;
    padding: 14px 24px;
    font-weight: bold;
}
.navbar_menu ul li {
    float: left;
    width: auto;
}
.navbar_menu ul li.current-menu-item > a, .navbar_menu ul li:hover > a {
    border-bottom: 2px solid var(--primary);
    transition: all 0.1s ease-out;
}
/*banner*/
.section.banner {
    position: relative;
    background-image: linear-gradient(to right, #b2023b , #fa494b);
    padding-top: 10%;
}
.banner_product_image {
    position: relative;
    float: right;
    width: 35.66667%;
    padding: 8px 0;
    z-index: 9;
}
.banner_description {
    float: left;
    width: 58%;
    padding-top: 12%;
}
span.small_text {
    color: #fff;
    text-transform: uppercase;
}
.banner_description h2 {
    color: #fff;
    font-size: 45px;
    margin-top: 20px;
}
.banner_description .btn{
	background:#fff;
	color:#000;
}
.banner_description .subheading {
    color: #fff;
}
.banner_description .subheading:before {
    background: #ffffff;
}
/*about*/
.section.about_sec:before {
    content: "";
    position: absolute;
    background: #fff;
    clip-path: polygon(0 52%, 100% 0%,100% 100%, 0 100%);
    width: 100%;
    height: 280px;
    margin-top: -15%;
}
.section.about_sec {
    position: relative;
    padding: 14px 0 70px;
    background: #fff;
}
.about_img {
    float: left;
    background-size: cover;
    /* height: 830px; */
    background-position: top center;
    margin-right: 24px;
    width: 44%;
}
.about_text {
    float: left;
    width: 53%;
}
.about_text p {
    font-size: 16px;
    margin-bottom: 16px;
    line-height: 1.5;
}
.subheading {
    line-height: 1;
    margin-top: 0;
    font-size: 15px !important;
    color: #555252;
    text-transform: uppercase;
    position: relative;
    padding-left: 66px;
    margin-bottom: 8px;
}
.subheading:before {
    content: "";
    width: 60px;
    height: 1px;
    position: absolute;
    left: 0;
    background: var(--primary);
    top: 50%;
}
.color_text {
    color: var(--primary);
}
/*category*/
.section.category {
    background: #f6f6f6;
    text-align: center;
}
.category ul {
    margin-left: -20px;
}

.category ul li {
    float: left;
    width: 48%;
    margin: 0 auto;
    display: inline;
    margin-top: 30px;
    margin-left: 20px;
}
.category_img {
    float: left;
    width: 100%;
}
.category_name {
    float: left;
    width: 100%;
    text-align: center;
    font-weight: bold;
    margin-top: 16px;
    color: var(--secondary);
}
/*product*/
.product_section ul li {
    float: left;
    width: 23%;
    margin-left: 20px;
    margin-bottom: 20px;
}
.product_section ul{
	 margin-left: -20px;
}
.product_img {
    float: left;
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
}
.product_name {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 15px;
    color: #000;
    font-weight: bold;
}
/*footer*/
.section.footer {
    background: #efeded;
    padding-bottom: 0;
}
.footer_bottom {
    float: left;
    width: 100%;
    background: #444141;
    padding: 10px 0;
}
.copyright_text {
    float: left;
    width: auto;
    font-size: 12px;
    color: #ccc;
}
.footer_upper {
    float: left;
    width: 100%;
    padding: 0 0 40px;
}
.footer_section {
    float: left;
    width: 26%;
    margin-right: 20px;
}
.footer_section.links {
    width: 14%;
}
.footer_logo {
    float: left;
    width: 100%;
    margin-bottom: 20px;
}
h4 {
    float: left;
    width: 100%;
    font-size: 23px;
    margin: 0 0 15px 0;
}
.footer_section ul li, .address_wrap ul li {
    float: left;
    width: 100%;
    margin-bottom: 10px;
}
.footer_section ul li a, .address_wrap ul li a{
    float: left;
    width: 100%;
    color:#474545;
}
.address_wrap {
    float: left;
    width: 100%;
}
.add_icon {
    float: left;
    color: var(--primary);
    width: 4%;
    font-size: 17px;
    /* height: 25px; */
    margin-top: 3px;
}
.add_content {
    float: right;
    color: #000;
    width: 85%;
    font-size: 14px;
}
.contact_form {
    float: left;
    width: 100%;
}
.contact_form .input_field {
    float: left;
    width: 100%;
    margin-bottom: 10px;
}
.contact_form .input_field .enter {
    float: left;
    width: 100%;
    padding: 12px;
    border: 1px solid #ccc;
}
.social_wrap {
    float: right;
    width: auto;
}
.social_icon {
    float: left;
    width: auto;
    margin-left: 10px;
    color: #fff;
}
/*contact-page*/
.section.banner.inner_page {
    padding-top: 0%;
}
.contact_info {
    float: left;
    width: 30%;
}
.section.contact_wrap .contact_form {
    float: right;
    width: 60%;
}
/*product details*/
.breadcrumbs {
    float: left;
    width: 100%;
    margin-bottom: 15px;
    font-size: 16px;
	color:var(--primary);
}
.breadcrumbs a {
    position: relative;   
    color: #838080;
}
.breadcrumbs span {
    color: #000;
	padding: 0 5px;
}
.section.product_details_wrap {
    padding-bottom: 10px;
}
.product_image_section {
    float: left;
    width: 47%;
    margin-right: 20px;
}
.product_gallery {
    float: left;
    width: 100%;
    margin-right: 14px;
    position: relative;
}
.related_product_img {
    float: right;
    width: 15%;
}
.product_main_img {
    float: left;
    width: 100%;
    position: relative;
}
.product_main_img img {
    width: 100%;
}
.product_main_img {
    float: left;
    width: 80%;
    position: relative;
}
.product_gallery_trigger {
    position: absolute;
    top: 8px;
    left: 6px;
    background: #000;
    padding: 6px;
    color: #fff;
    border-radius: 4px;
}
.related_product_img ul li {
    float: left;
    width: auto;
    margin-right: 12px;
    margin-bottom: 12px;
}
.product_description {
    float: right;
    width: 50%;
}
.product_description h2 {
    margin-top: 0;
}
.ratings_stock_wrap {
    float: left;
    width: 100%;
}
.checked {
  color: orange;
}
.review-count {
    float: left;
    width: auto;
}
.product_rating {
    float: left;
    width: 100%;
    margin-bottom: 8px;
}
.star-rating {
    float: left;
    width: auto;
    margin-right: 10px;
}
.availability {
    float: left;
    width: 100%;
    margin-bottom: 14px;
}
.availability .label {
    float: left;
    width: auto;
    margin-right: 5px;
}
.availability .availability-text {
    color: #10c910;
}
.product_details {
    float: left;
    width: 100%;
}
.product_details p {
    margin-top: 0;
    margin-bottom: 8px;
}
.product_details {
    float: left;
    width: 100%;
    margin-bottom: 20px;
}
.color_option {
    float: left;
    width: 100%;
    margin-bottom: 20px;
}
.color_option ul li {
    float: left;
    width: 40px;
    height: 40px;
    border: 1px solid #ccc;
    margin-right: 6px;
    padding: 5px;
}
.product_color {
    float: left;
    width: 100%;
    background: #000;
    height: 100%;
}
.product_color.blue {
    background: #2a2adb;
}
.product_color.red {
    background: #c53b3b;
}
.single_variation_wrap {
    float: left;
    width: 100%;
    margin-bottom: 15px;
}
.number-button {
    float: left;
    width: 40%;
    margin-right: 12px;
}
.number-button input {
    padding: 14px 20px;
    float: left;
    width: auto;
    background: #f3f3f3;
    border: 1px solid #ccc;
    /* border-right: 0; */
}
.number-button .input-text {
    width: 50%;
    text-align: center;
    border-left: 0;
    border-right: 0;
}
.button_area .btn.buy_now_btn{
    float: left;
    width: auto;
    padding: 12px 30px;
}
.product_content {
    float: left;
    width: 100%;
    margin-bottom: 30px;
    margin-top: 30px;
    padding-top: 20px;
    border-top: 1px solid #ccc;
}
.sku-wrapper.product_meta,.product-brands, .tags-link {
    float: left;
    width: 100%;
    margin-bottom: 8px;
}
.product_content a {
    color: #848484;
	font-weight:100;
}
.product_content span {
    font-weight: bold;
}