@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-Regular.eot");
  src: url("../fonts/Poppins-Regular.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Poppins-Regular.woff2") format("woff2"),
    url("../fonts/Poppins-Regular.woff") format("woff"),
    url("../fonts/Poppins-Regular.ttf") format("truetype"),
    url("../fonts/Poppins-Regular.svg#Poppins-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-Bold.eot");
  src: url("../fonts/Poppins-Bold.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Poppins-Bold.woff2") format("woff2"),
    url("../fonts/Poppins-Bold.woff") format("woff"),
    url("../fonts/Poppins-Bold.ttf") format("truetype"),
    url("../fonts/Poppins-Bold.svg#Poppins-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-Medium.eot");
  src: url("../fonts/Poppins-Medium.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Poppins-Medium.woff2") format("woff2"),
    url("../fonts/Poppins-Medium.woff") format("woff"),
    url("../fonts/Poppins-Medium.ttf") format("truetype"),
    url("../fonts/Poppins-Medium.svg#Poppins-Medium") format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-SemiBold.eot");
  src: url("../fonts/Poppins-SemiBold.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Poppins-SemiBold.woff2") format("woff2"),
    url("../fonts/Poppins-SemiBold.woff") format("woff"),
    url("../fonts/Poppins-SemiBold.ttf") format("truetype"),
    url("../fonts/Poppins-SemiBold.svg#Poppins-SemiBold") format("svg");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-Bold.eot');
  src: url('../fonts/Inter-Bold.eot?#iefix') format('embedded-opentype'),
      url('../fonts/Inter-Bold.woff2') format('woff2'),
      url('../fonts/Inter-Bold.woff') format('woff'),
      url('../fonts/Inter-Bold.ttf') format('truetype'),
      url('../fonts/Inter-Bold.svg#Inter-Bold') format('svg');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-Regular.eot');
  src: url('../fonts/Inter-Regular.eot?#iefix') format('embedded-opentype'),
      url('../fonts/Inter-Regular.woff2') format('woff2'),
      url('../fonts/Inter-Regular.woff') format('woff'),
      url('../fonts/Inter-Regular.ttf') format('truetype'),
      url('../fonts/Inter-Regular.svg#Inter-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-SemiBold.eot');
  src: url('../fonts/Inter-SemiBold.eot?#iefix') format('embedded-opentype'),
      url('../fonts/Inter-SemiBold.woff2') format('woff2'),
      url('../fonts/Inter-SemiBold.woff') format('woff'),
      url('../fonts/Inter-SemiBold.ttf') format('truetype'),
      url('../fonts/Inter-SemiBold.svg#Inter-SemiBold') format('svg');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

body,
html {
  height: 100%;
}

body {
  font-family: "Poppins";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0;
  padding: 0;
  scroll-behavior: smooth;
  transition: 0.5s;
}

button,
input,
select,
textarea {
  font-size: 100%;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  transition: 0.3s !important;
}

.btn-primary.focus,
.btn-primary:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  box-shadow: none;
}

a {
  text-decoration: none;
  color: #010101;
  display: inline-block;
}

a:focus {
  outline: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  padding: 0;
  margin: 0 0 12px 0;
  line-height: 1.3;
}

p {
  padding: 0;
  margin: 0 0 10px 0;
  line-height: 1.4;
}

a:hover {
  transition: 0.5s;
  text-decoration: none;
  color: #fff;
}

a,
button,
input[type="submit"] {
  cursor: pointer;
  transition: 0.5s !important;
}

ul{
  margin-bottom:0;
  padding:0;
}

ul li{
  list-style:none;
}

:root {
  --white: rgb(255, 255, 255);
  --black: rgba(0, 0, 0);
}
.catalogue-btn, .header_btn{
	display: inline-block;
}
.catalogue-btn a{
    font-size: 11px;
    color: #fff;
    line-height: 17px;
    font-weight: 500;
    text-transform: uppercase;
    background: #a10b0f;
    border-radius: 30px;
    margin: 0;
    padding: 10px 10px;
}
.enquiry-btn{
	font-size: 11px;
    color: #fff;
    line-height: 17px;
    font-weight: 500;
    text-transform: uppercase;
    background: #a10b0f;
    border-radius: 30px;
    margin: 0;
    padding: 10px 10px;
}
.common-btn1{
    font-size: 16px;
    color: #fff;
    line-height: 17px;
    font-weight: 500;
    text-transform: uppercase;
    background: #a10b0f;
    border-radius: 30px;
    margin: 0;
    padding: 14px 20px;
}
.common-btn1:hover, .catalogue-btn a:hover, .enquiry-btn:hover{
  background:#000;
}

.common-btn2{
  font-size:18px;
  color:#fff;
  line-height:20px;
  font-weight:500;
  border: 3px solid #40acef;
  border-radius:6px;
  margin:0;
  padding:10px 36px;
}

.common-btn2:hover{
  background:#40acef;
}

.common_paragraph{
  font-size:16px;
  color:#121212;
  line-height:26px;
  font-weight:400;
  margin:0;
  padding:0 0 20px;
}

/* fixed header and scroll top cmn css end*/
.navbar-default{
  background:#fff;
  border:none;
  margin:0;
  padding:20px 0;
  transition:all 500ms ease-in-out;
}

.header_search input{
  border:none;
  border-bottom:1px solid rgba(0,0,0,.1);
  width: 70%;
  height:30px;
  font-size:14px;
  color:#212020;
  line-height:16px;
  font-weight:500;
  padding:0;
}

.header_search input:focus{
  border:none;
  border-bottom: 1px solid rgba(0,0,0,.1);
}

.header_search input::placeholder {
  color:#212020;
  opacity:1;
}

.header_search input::-ms-input-placeholder {
  color:#212020;
}

.header_search button{
  background:none;
  border:none;
  font-size:20px;
  line-height:22px;
  color:#000;
  padding:0;
  position:relative;
  top:-5px;
}

.header_search button:hover{
	background:none;
	color:#a10b0f;
}

@media screen and (min-width:992px){
  .navbar-default.navbar-fixed{
    padding:10px 0;
    box-shadow:0 4px 6px rgba(0,0,0,.1);
  }
}

.home_slider{
  margin-top:80px;
}

.home_slider .ms-slide-info{
  position:absolute !important;
  width:100%;
  left:0;
  bottom:25%;
}

.banner_small_heading{
  display:inline-block;
  font-size:16px;
  color:#fff;
  line-height:18px;
  font-weight:500;
  text-transform:uppercase;
  padding-right:48px;
  margin-bottom:10px;
  position:relative;
}

.banner_small_heading:after{
  content:"";
  position:absolute;
  width:38px;
  height:1px;
  background:#fff;
  right:0;
  top:0;
  bottom:0;
  margin:auto 0;
}

.banner_big_heading{
  font-size:35px;
  color:#fff;
  line-height:41px;
  font-weight:700;
  margin-bottom:20px;
}

.home_slider .text_block{
  width:600px;
}

.home_slider .text_block .common-btn1:hover{
  background:#fff;
  color:#a10b0f;
}

.home_slider .ms-nav-prev,
.home_slider .ms-nav-next{
  background:url(../images/left-arrow01.png) no-repeat left center !important;
  border:none !important;
  border-radius:0 !important;
}

.home_slider .ms-nav-next{
  background:url(../images/right-arrow01.png) no-repeat right center !important;
}

.trending_section{
  padding:65px 0 40px;
}

.trending_small_heading{
  font-size:14px;
  color:#949494;
  line-height:16px;
  text-transform:uppercase;
  padding-bottom:10px;
}

.trending_big_heading{
  display:inline-block;
  font-size:26px;
  color:#1a1919;
  line-height:28px;
  font-weight:700;
  text-transform:uppercase;
  margin-bottom:50px;
  padding:0 88px;
  position:relative;
}

.trending_big_heading:before,
.trending_big_heading:after{
  content:"";
  position:absolute;
  width:72px;
  height:1px;
  background:rgba(25,24,24,.3);
  left:0;
  top:0;
  bottom:0;
  margin:auto 0;
}

.trending_big_heading:after{
  left:auto;
  right:0;
}

.trending_section .lower_section .left_side img{
  border-radius:8px;
}

.trending_section .lower_section .left_side .text_box{
  width:100%;
  left:0;
  bottom:0;
  background:#92080a;
  border-radius:0 0 8px 8px;
  padding:75px 20px 50px;
  clip-path:polygon(0 25%, 100% 0, 100% 100%, 0% 100%);
}

.manufacturer_text{
  font-size:22px;
  color:#fff;
  line-height:28px;
  font-weight:600;
  text-transform:uppercase;
}

.product_box{
  background:#fff;
  border:1px solid rgba(0,0,0,.1);
  border-radius:12px;
  box-shadow:0 4px 6px rgba(0,0,0,.05);
  margin-bottom:25px;
  padding:15px 15px 30px;
}

.product_box:hover{
  border-color:rgba(146,8,10,.7);
}

.product_title{
  font-size:17px;
  color:#1a1919;
  line-height:20px;
  font-weight:600;
  margin-bottom:20px;
}

.enquiry_btn a{
  font-size:15px;
  color:#fff;
  line-height:17px;
  font-weight:500;
  background:#151515;
  border-radius:30px;
  margin:0;
  padding:14px 20px;
}

.product_box:hover .enquiry_btn a{
  background:#92080a;
}

.warranty_section{
  background:#151515;
  padding:40px 0;
}

.warranty_section .block{
  display:inline-block;
  border-right:1px solid rgba(255,255,255,.1);
  margin-right:32px;
  padding-right:32px;
}

.warranty_section .block:last-child{
  border-right:none;
  margin-right:0;
  padding-right:0;
}

.warranty_section .block .icon{
  display:inline-block;
}

.warranty_section .block .text{
  display:inline-block;
  padding-left:12px;
  vertical-align:middle;
}

.warranty_text{
  font-size:18px;
  color:#fff;
  line-height:24px;
  font-weight:24px;
  text-align:left;
}

.warranty_text span{
  display:block;
}

.about_section .thumb_box{
  background:url(../images/about-bg.png) no-repeat center center;
  background-size:cover;
  border-radius:15px;
  padding-right:55px; 
}

.about_section .thumb_box .about_text{
  padding:85px 0 85px 65px;
}

.about_heading{
  font-size:31px;
  color:#fff;
  line-height:34px;
  font-weight:700;
  padding-bottom:22px;
}

.about_section .about_img img{
  margin-bottom:-50px;
}

.about_text .common_paragraph{
  color:#fff;
}

.about_text .common-btn1:hover{
  background:#fff;
  color:#a10b0f;
}

.footer_top{
  padding:94px 0 50px;
}

.footer_top .col-lg-4{
  border-left:1px solid rgba(0,0,0,.1);
  border-right:1px solid rgba(0,0,0,.1);
}

.footer_top .box{
  padding-left:20px;
}

.footer_top .col-lg-5 .box{
  padding-left:0;
}

.footer_heading{
  font-size:20px;
  color:#b81319;
  line-height:22px;
  font-weight:700;
  text-transform:uppercase;
  padding-bottom:15px;
}

.footer_small_heading{
  font-size:17px;
  color:#121111;
  line-height:20px;
  font-weight:600;
  text-transform:uppercase;
  padding-bottom:28px;
}

.footer_contact .block{
  margin-bottom:12px;
}

.footer_contact .block:last-child{
  margin-bottom:0;
}

.footer_contact .block .icon{
  display:inline-block;
}

.footer_contact .block .text{
  display:inline-block;
  width:85%;
  vertical-align:middle;
  padding-left:8px;
}

.footer_contact .block .text a{
  font-size:15px;
  color:#121111;
  line-height:17px;
  font-weight:500;
}

.footer_contact .block .text a:hover,
.footer_link li a:hover,
.footer_bottom .common_paragraph a:hover{
  color:#b81319;
}

.footer_location{
  font-size:14px;
  color:#121111;
  line-height:21px;
}

.follow_text{
  font-size:20px;
  color:#121111;
  line-height:22px;
  font-weight:700;
  text-transform:uppercase;
  padding-bottom:15px;
  padding-top:30px;
}

.social_icon li{
  display:inline-block;
  margin-right:6px;
}

.footer_link li{
  line-height:0;
  margin-bottom:10px;
}

.footer_link li:last-child{
  margin-bottom:0;
}

.footer_link li a{
  font-size:15px;
  color:#0b0b0b;
  line-height:17px;
}

.footer_bottom{
  background:#040404;
  padding:15px;
}

.footer_bottom .common_paragraph{
  color:#fff;
  text-transform:uppercase;
  padding:0;
}

.footer_bottom .common_paragraph a{
  color:#fff;
}

#back_to_top{
  display:none;
  position:fixed;
  bottom:60px;
  right:30px;
  z-index:99;
  font-size:18px;
  border:none;
  outline:none;
  background:none;
  color:white;
  cursor:pointer;
  padding:10px 15px;
}

.page .entry-header,
.blog_page_header,
.error404 .page-header{
  background:url(../images/home-banner01.jpg) no-repeat center center;
  background-size:cover;
  margin-top:86px !important;
  padding:150px 0 120px !important;
}

.blog_page_header{
	margin-bottom:50px;
}

.page .entry-header .entry-title,
.blog_page_header .blog_page_title,
.error404 .page-header .page-title{
  font-size:36px;
  color:#fff;
  line-height:40px;
  font-weight:700;
}

.more-link{
  background:#a10b0f;
  display:block;
  color:#fff !important;
  text-transform:capitalize;
  margin-top:20px;
  width:195px;
  padding:12px 0 12px 15px;
  border-radius:30px;
}

.inner_title{
	font-size: 26px;
	color: #a10b0f;
	line-height: 28px;
	font-weight: 700;
}

.contact_sec .lt_sec .block .icon{
  width:65px;
  height:65px;
  background:#a10b0f;
  line-height:65px;
  border-radius:50%;
}

.contact_title{
  font-size:20px;
  color:#000;
  line-height:22px;
  font-weight:600;
}

.contact_sec .lt_sec .block .text{
  width:84%;
}

.contact_sec .lt_sec .block .text .common_paragraph{
	font-size:15px;
}

.contact_sec .lt_sec .block .text a{
  color:#121212;
}

.contact_sec .lt_sec .block .text a:hover{
  color:#a10b0f;
}

.contact_form p{
  margin-bottom:0;
}

.contact_form .box{
  margin-bottom:20px;
}
.contact_form .box label{
	font-size: 16px;
    color: #000;
    font-weight: 500;
	padding-bottom: 10px;
}

.contact_form .col-lg-12:last-child .box{
  margin-bottom:0;
}

.contact_form .box .form-control{
  background:none;
  border:1px solid rgba(0,0,0,.2);
  border-radius:0;
  height:48px;
  font-size:16px;
  color:#6c6c6c;
  line-height:20px;
  padding:10px 20px;
}

.contact_form .box .form-control::placeholder{
  color:#6c6c6c;
  opacity:1;
}

.contact_form .box .form-control::-ms-input-placeholder{
  color:#6c6c6c;
}

.contact_form .box textarea.form-control{
  height:100px;
  resize:none;
}

.contact_form .box .form-control:focus,
.contact_form .box .btn:focus{
  box-shadow:none;
}

.contact_form .box .btn{
  width:auto !important;
  font-size:15px;
  color:#fff;
  line-height:17px;
  font-weight:500;
  width:100%;
  background:#a10b0f;
  border-radius:30px;
  text-align:center;
  transition:all 500ms ease-in-out;
  padding:14px 20px;
}

.contact_form .box .btn:hover{
  background:#000;
}

.contact_form .box .wpcf7-spinner{
  display:none;
}

.contact_form .box .wpcf7-not-valid-tip{
  font-size:14px;
  margin-top:6px;
}

.contact_form .wpcf7-response-output{
  border:none !important;
  margin:20px 0 0 !important;
  padding:0 !important;
  font-size:14px;
}

.common_listing li{
	margin-bottom:10px;
}

.common_listing li:last-child{
	margin-bottom:0;
}

.common_listing li a{
	color:#121212;
}

.common_listing li a:hover{
	color:#a10b0f;
}

.mob_res {
    position:fixed;
    width:100%;
    z-index:999;
    bottom:0;
}

.mob_res ul li a {
    color:#fff;
    padding:10px 0;
    display:block;
}

.mob_res ul li {
    float:left;
    width:50%;
    text-align:center;
    text-transform:uppercase;
    background:#a10b0f;
}

.mob_res ul{
    margin:0;
}

li.mail_mob {
    background:#e52e2c !important;
}

.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
    text-align: center;
}
.woocommerce-loop-product__title {
	font-weight: normal;
    color: #000;
    text-transform: uppercase;
    line-height: 1.4;
}
.woocommerce ul.products li.product .price {
    color: #ed6ca6 !important;
    font-weight: bold !important;
    font-size: 18px !important;
}
.home .add_to_cart_button {
    padding: 11px !important;
}
.add_to_cart_button, a.added_to_cart, a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart, a.button.product_type_variable.add_to_cart_button, a.button.product_type_simple{
	background: #000 !important;
    font-weight: normal !important;
    color: #fff !important;
    padding: 11px 20px !important;
    display: inline-block !important;
    font-size: 13px !important;
    text-transform: uppercase;
    border-radius: 0 !important;
    margin-top: 10px;
}
a.added_to_cart.wc-forward {
    padding: 11px !important;
    vertical-align: -5px !important;
    background: #2f93d8 !important;
}
.woocommerce div.product p.price, .woocommerce div.product span.price {
    color:#ed6ca6  !important;
    font-weight: bold !important;
	font-size: 25px !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs {
    padding: 0 !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
    border: none !important;
    background-color: transparent !important;
    border-radius: 0 !important;
    margin: 0 5px 0 0 !important;
    padding: 0 !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li::before, .woocommerce div.product .woocommerce-tabs ul.tabs li::after {
    display: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
    padding: 10px 15px !important;
	background: #ddd;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
    background: #222 !important;
	color: #fff !important;
}
.single_add_to_cart_button {
    background: #000 !important;
    padding: 0 20px !important;
    height: 42px !important;
    border-radius: 0px !important;
    outline: none !important;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    font-size: 15px !important;
    font-weight: 500 !important;
}
.variations td {
    display: block !important;
}
select#pa_select-size {
    padding: 10px;
    min-width: 54%;
}
.single_add_to_cart_button:hover {
    background: #0059ab !important;
}
.qib-button:not(#qib_id):not(#qib_id) {
    height: 40px !important;
    width: 40px !important;
    font-weight: 500;
}
.qib-container .quantity input.qty:not(#qib_id):not(#qib_id) {
    height: 40px !important;
	color: #333;
}
.sku_wrapper {
	display: block;
}
.checkout-button {
    background: #000 !important;
    font-size: 16px !important;
    font-weight: 500 !important;
    border-radius: 0 !important;
}
.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1, .woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2 {
    min-width: 48%;
}
.woocommerce-input-wrapper {
    display: block;
    width: 100%;
}
.woocommerce-input-wrapper input {
    width: 100%;
	border: 1px solid #ccc !important;
	min-height: 45px;
	border-radius: 0 !important;
	font-size: 15px;
}
.woocommerce-input-wrapper textarea {
	border: 1px solid #ccc !important;
	height: 136px !important;
	border-radius: 0 !important;
	font-size: 15px;
	resize: none;
}
.woocommerce div.product div.images .flex-control-thumbs li img {
    border: 1px solid #efeeee;
    padding: 7px;
}
.woocommerce div.product div.images .flex-control-thumbs li {
    padding: 9px 5px 0px;
}
.woocommerce-Tabs-panel--product-description ul {
    padding: 0;
    margin: 0;
}
.woocommerce-Tabs-panel--product-description ul li {
    display: inline-block;
    padding-right: 20px;
    width: 19%;
}
form.checkout_coupon.woocommerce-form-coupon button, .woocommerce-cart-form button{
    background: #313131 !important;
    color: #fff !important;
    font-size: 15px !important;
    padding: 12px !important;
    border-radius: 0 !important;
}
input#coupon_code {
    height: 40px !important;
}
input.minus, input.plus {
    background: #000 !important;
    padding: 11px 17px !important;
}
.col-lg-6.offset-lg-6.cart-bottom-text {
    display: none;
}

.woocommerce span.onsale {
    height: 45px !important;
    width: 45px !important;
    padding: 0px !important;
}
.inner_page_header {
border-bottom: 1px solid #efefef;
  margin-bottom: 30px;
  margin-top: 100px;
}
.inner_banner_heading {
    text-align: center;
    color: #222;
    width: 100%;
    font-weight: 500;
    font-size: 25px;
    text-transform: uppercase;
    margin-top: 35px;
    line-height: 1.0909090909;
    z-index: 99;
}
.breadcrumb-container {
    text-transform: uppercase;
    left: 0;
    width: 100%;
    text-align: center;
    color: #666;
    font-size: 16px;
}
.woocommerce-breadcrumb {
    margin-top: 10px !important;
}
.woocommerce ul.products li.product .onsale {
    top: 15px !important;
    right: 15px !important;
	background-color: #000 !important;
}
.wpfFilterTitle {
    background: #fff2f8;
    padding: 9px 6px 0 !important;
    margin-bottom: 13px !important;
}
.wpfTitleToggle {
    padding-top: 8px !important;
}
.wpfFilterWrapper .wfpTitle {
    font-size: 16px;
    padding: 5px !important;
}
button.wpfFilterButton.wpfButton {
    background: #000 !important;
    padding: 10px !important;
    min-height: auto;
    font-size: 13px;
    border-radius: 0;
}
.add-to-wishlist-before_image .yith-wcwl-add-to-wishlist i {
    font-size: 18px !important;
}
.woocommerce span.onsale {
    top: 1.5em !important;
    left: 1.5em !important;
    background-color: #000000 !important;
}
.add-to-wishlist-before_image .yith-wcwl-add-to-wishlist {
    right: 10px !important;
	left:auto !important;
}
.product_meta {
  margin-top: 20px;
}

/* product css */
.woocommerce-loop-product__title{
	font-size: 17px !important;
    color: #1a1919 !important;
    line-height: 40px !important;
    font-weight: 600 !important;
	margin-bottom: 10px !important;
	line-height: 1.2 !important;
}
.woocommerce ul.products li.product .button{
	font-size: 15px !important;
    color: #fff !important;
    line-height: 17px !important;
    font-weight: 500 !important;
    text-transform: uppercase !important;
    background: #a10b0f !important;
    border-radius: 30px !important;
    margin: 0 auto !important;
    padding: 14px 5px !important;
	width: 85%;
}
.woocommerce ul.products li.product .button:hover{
	background: #000 !important;
}
.woocommerce-page ul.products li.product{
    border: 1px solid rgba(0,0,0,.1) !important;
    border-radius: 12px !important;
    box-shadow: 0 4px 6px rgba(0,0,0,.05) !important;
    margin-bottom: 25px !important;
    padding-bottom: 20px !important;
}
.posted_in a{
	color: #a10b0f !important;
}
.woocommerce-product-details__short-description ul{
	margin: 0 0 30px !important;
	padding-left: 20px !important;
}
.woocommerce-product-details__short-description ul li{
	list-style: disc !important;
	padding-bottom: 10px !important;
}

/* Popup Form */
.popup_form input{
	background: none;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 0;
    height: 48px;
    font-size: 16px;
    color: #6c6c6c;
    line-height: 20px;
    padding: 10px 20px;
	width: 100%;
	margin-top: 20px;
}
.popup_form input::placeholder{
	color: #666;
}
.popup_form p{
	margin-bottom: 0;
}
.popup_form .submit_btn{
	text-align: center;
}
.popup_form .submit_btn input{
    width: auto !important;
    font-size: 15px ;
    color: #fff ;
    line-height: 17px ;
    font-weight: 500 ;
    background: #a10b0f ;
    border-radius: 30px ;
    text-align: center ;
    transition: all 500ms ease-in-out ;
    padding: 15px 50px;
}
.popup_form .submit_btn input:hover {
    background: #000;
}
.wpcf7-spinner{
	display:block !important;
}
.wpcf7 form.invalid .wpcf7-response-output{
    border-color: #000 !important;
}

.read_more{
	display: block !important;
	font-size: 15px !important;
    color: #fff !important;
    line-height: 17px !important;
    font-weight: 500 !important;
    text-transform: uppercase !important;
    background: #a10b0f !important;
    border-radius: 30px !important;
    margin: 0 auto 7px!important;
    padding: 14px 5px !important;
	width: 85%;
}
.read_more:hover{
	background-color: #000 !important;
}
/*==== Responsive ====*/
@media only screen and (min-width : 300px) and (max-width : 1023px){
	.header_link, .catalogue-btn, .header_btn{
		display: none;
	}
}
@media only screen and (min-width : 321px) and (max-width : 480px) {
.catalogue-btn a, .enquiry-btn{
	    font-size: 12px !important;
	}
	.catalogue-btn {
		position: fixed;
        top: 18px;
        right: 70px;
        display: block;
}
}
@media only screen and (min-width : 481px) and (max-width : 767px) {
 .catalogue-btn a, .enquiry-btn{
	    font-size: 12px !important;
	}
	.catalogue-btn {
		position: fixed;
        top: 18px;
        right: 90px;
        display: block;
}
}

@media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : portrait) {
.catalogue-btn a, .enquiry-btn{
	    font-size: 12px !important;
	}
	.catalogue-btn {
		position: fixed;
		top: 15px;
		right: 212px;
		display: block;
}
	.header_btn{
		position: fixed;
		top: 15px;
	    right: 100px;
		display: block;
	}
}

@media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : landscape) {
.catalogue-btn a, .enquiry-btn{
		font-size: 9px;
		padding: 12px 10px;
	}
}

/* iPad Pro 12.9 inch */
@media only screen and (min-device-width: 1024px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
.catalogue-btn a, .enquiry-btn{
		font-size: 9px;
		padding: 12px 10px;
	}
}

@media screen and (max-width:1199px){
	.primary-navigation li{
		margin-right:6px !important;
	}
	
	.home_slider .ms-slide-info{
		bottom:20%;
	}
	
	.home_slider .text_block{
		padding-left:55px;
	}
	
	.product_title{
		min-height:40px;
	}
	
	.footer_top .box{
	  padding-left:10px;
	}
	
	.contact_sec .lt_sec .block .text{
		width:80%;
	}
	
	.catalogue-btn a, .enquiry-btn{
		font-size: 9px;
		padding: 12px 10px;
	}
	
}


@media screen and (max-width:991px){
	.navbar-default{
		box-shadow:0 4px 6px rgba(0,0,0,.1);
	}
	
	.home_slider{
		margin-top:60px;
	}
	
	.banner_big_heading{
		font-size:30px;
		line-height:36px;
	}
	
	.trending_section{
		padding:40px 0 10px;
	}
	
	.about_section .thumb_box .about_text{
		padding:35px 0 35px 30px;
	}
	
	.footer_top{
		padding:40px 0 35px;
	}
	
	.footer_contact .block .text{
		width:78%;
	}
	
	.footer_bottom{
		padding-bottom:65px;
	}
	
	#back_to_top{
		right:10px;
	}
	
	.page .entry-header, 
	.blog_page_header, 
	.error404 .page-header{
		margin-top:65px !important;
		padding:100px 0 80px !important;
	}
	
	.contact_sec .lt_sec .block .text{
		width:78%;
	}
	
	.blog_page_header{
		margin-bottom:35px;
	}
}

@media screen and (max-width:767px){
	.home_slider .ms-slide-info{
		bottom:12%;
	}
	
	.banner_big_heading{
		font-size: 20px;
    line-height: 24px;
    margin-bottom: 15px;
	}
	
	.trending_big_heading{
		font-size:22px;
		line-height:24px;
		margin-bottom:25px;
	}
	
	.manufacturer_text{
		font-size:20px;
		line-height:26px;
	}
	
	.product_box{
		padding:15px 15px 25px;
	}
	
	.product_title{
		font-size:15px;
		min-height:auto;
	}
	
	.about_section .thumb_box{
		padding-right:0;
	}
	
	.about_section .thumb_box .about_text{
		padding:25px;
	}
	
	.about_heading{
		font-size:24px;
		line-height:26px;
		padding-bottom:15px;
	}
	
	.common_paragraph{
		font-size:14px;
		line-height:22px;
	}
	
	.common-btn1,
	.enquiry_btn a{
		font-size:14px;
		line-height:16px;
		padding:12px 20px;
	}
	
	.warranty_section{
		padding:30px 0;
	}
		
	.home .footer_top{
		padding-top:80px;
	}
	
	.footer_heading,
	.follow_text{
		font-size:16px;
	}
	
	.footer_small_heading{
		font-size:15px;
		padding-bottom:15px;
	}
	
	.footer_top .col-lg-4{
		border-left:none;
	}
	
	.footer_top .col-lg-4 .box{
		padding-left:0;
	}
	
	.page .entry-header, 
	.blog_page_header, 
	.error404 .page-header{
		padding:80px 0 60px !important;
	}
	
	.page .entry-header .entry-title, 
	.blog_page_header .blog_page_title, 
	.error404 .page-header .page-title{
		font-size:26px;
		line-height:28px;
	}
	
	.contact_title{
		font-size:18px;
		line-height:20px;
	}
	
	.contact_sec .lt_sec .block .text .common_paragraph{
		font-size:14px;
	}
	
	.contact_form .box .form-control{
		height:45px;
		font-size:14px;
		padding:10px 15px;
	}
	
	.contact_form .box .btn{
		font-size:14px;
		line-height:16px;
		padding:12px 20px;
	}
	
	.contact_map iframe{
		height:300px !important;
	}
	
	.thank_you_content img,
	.error404 .page-content img{
		width:200px;
	}

}

@media screen and (max-width:575px){
	.home_slider .ms-nav-prev, 
	.home_slider .ms-nav-next{
		display:none;
	}
	
	.home_slider .text_block{
		width:100%;
		padding-left:0;
	}
	
	.wpb_row .master-slider-parent *, 
	.master-slider-parent *{
		box-sizing:inherit !important;
	}
	
	.home_slider .ms-view,
	.home_slider .ms-slide,
	.home_slider .ms-slide-bgcont{
		height:280px !important;
	}
	
	.home_slider .ms-slide img{
		object-fit:cover;
	}
	
	.trending_big_heading{
		padding:0 40px;
	}
	
	.trending_big_heading:before, 
	.trending_big_heading:after{
		width:30px;
	}
	
	.warranty_section .block{
		display:block;
		border-right:none;
		margin-right:0;
		padding-right:0;
	}
	
	.footer_top .col-lg-4{
		border-right:none;
	}
	
	.footer_top .box{
		padding-left:0;
	}
	
	.follow_text{
		padding-top:12px;
	}
	
	
	
}
