body {
	padding: 0px;
	margin: 0px;
	font-family: 'Poppins';
}
img {
	max-width: 100%;
	height: 0 auto;
}
a {
	text-decoration: none !important;
}
a:focus {
	outline: none;
	outline: 0px auto -webkit-focus-ring-color;
	outline-offset: 0px
}
.btn.active.focus, .btn.active:focus, .btn.focus, .btn.focus:active, .btn:active:focus, .btn:focus {
	outline: none;
	outline-offset: 0px;
}
a:focus, a:hover {
	text-decoration: none !important;
}

@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-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: '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;
}


.header {
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
	background: #fff;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.darkHeader {
	box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
}
.logo img {
	width: 170px;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.header_menu ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
.header_menu ul li {
	position: relative;
}
.header_menu ul li a {
	display: block;
	color: #111;
	font-style: normal;
	font-size: 14px;
	text-decoration: none;
	position: relative;
	z-index: 99;
	padding: 30px 13px;
	font-weight: 500;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.header_menu ul li a:before {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 0;
	background: rgba(0, 0, 0, 0.05);
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.header_menu ul li a:hover, .header_menu ul li.active a {
	color: #111;
}
.header_menu ul li a:hover:before, .header_menu ul li.active a:before {
	height: 100%;
}
.header_icon, .header_search {
	margin-left: 15px;
}
.header_icon img {
	width: 35px;
	background: #111;
	border-radius: 50%;
	padding: 5px;
}
.home_banner_section {
	background: url("../images/banner_bg.jpg") #0a0a0a no-repeat;
	background-size: cover;
	padding: 200px 0 2px;
}
#banner_slide {
	margin-bottom: -60px;
}
.banner_subheading {
	font-weight: bold;
	font-size: 48px;
	line-height: 1.2;
}
.banner_heading {
	font-weight: bold;
	font-size: 60px;
	line-height: 1.2;
	margin-top: 40px;
}
.banner_heading strong {
	color: transparent;
	-webkit-text-stroke-width: 1px;
	-webkit-text-stroke-color: #fff;
}
.banner_heading img {
	background: rgba(255, 255, 255, 0.3);
	width: 60px;
	border-radius: 50%;
}
.banner_btn1 {
	display: inline-block;
	background: #fff;
	color: #333 !important;
	border-radius: 30px;
	padding: 12px 25px;
	font-weight: 500;
	font-size: 15px;
	margin: 35px 10px 0 0;
	position: relative;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.banner_btn1:hover {
	background: #af0e04;
	color: #fff !important;
}
.banner_btn2 {
	display: inline-block;
	color: #fff !important;
	border-radius: 30px;
	border: 2px solid #fff;
	padding: 10px 25px;
	font-weight: 500;
	font-size: 15px;
	margin: 35px 0 0;
	position: relative;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.banner_btn2:hover {
	background: #af0e04;
	border-color: #af0e04;
	color: #fff !important;
}
.rotating_icon {
	position: absolute;
	top: 0;
	right: -180px;
}
.rotating_play {
	width: 115px;
	padding: 28px 30px 30px;
}
.rotating_play_circle {
	position: absolute;
	top: 0;
	left: 0;
	width: 115px;
	min-width: 115px;
	animation: rotating 20s linear infinite;
  	-webkit-animation: rotating 20s linear infinite;
}
@-webkit-keyframes rotating {
    from{
        transform: rotate(0deg);
    }
    to{
        transform: rotate(360deg);
    }
}
#banner_slide .owl-nav {
	position: absolute;
	top: 45%;
	left: -80px;
	right: -80px;
	transform: translate(0, -50%);
	margin-top: 0;
}
#banner_slide .owl-prev {
	background: url("../images/prev_icon.png") no-repeat center !important;
	width: 20px;
	height: 38px;
	border-radius: 0;
	font-size: 0 !important;
	float: left;
}
#banner_slide .owl-next {
	background: url("../images/next_icon.png") no-repeat center !important;
	width: 20px;
	height: 38px;
	border-radius: 0;
	font-size: 0 !important;
	float: right;
}
#banner_slide .owl-dots {
	display: none !important;
}
.home_products_section {
	background: #ebebeb;
	padding: 130px 0 20px;
}
.home_products_section_heading {
	color: #111;
	font-size: 35px;
	font-weight: bold;
	line-height: 1.2;
}
.home_products_block {
	margin-top: 35px;
}
.home_products_block_img {
	border-radius: 10px;
	overflow: hidden;
}
.home_products_block_heading {
	color: #111;
	font-weight: 500;
	font-size: 17px;
	line-height: 1.2;
	margin-top: 20px;
}
.home_products_block_category {
	color: #737373;
	font-size: 13px;
	font-weight: 500;
	margin-top: 2px;
}
.home_products_block_price {
	color: #111;
	font-size: 22px;
	font-weight: 500;
	margin-top: 10px;
}
.home_category_section {
	padding: 50px 0 0;
}
.home_category_section_subheading {
	font-weight: 500;
	font-size: 13px;
	color: #555;
}
.home_category_section_subheading:before {
	width: 70px;
	border-top: 1px solid #ccc;
	position: absolute;
	content: "";
	top: 8px;
	left: -80px;
}
.home_category_section_subheading:after {
	width: 70px;
	border-top: 1px solid #ccc;
	position: absolute;
	content: "";
	top: 8px;
	right: -80px;
}
.home_category_section_btn {
	display: inline-block;
	background: #111;
	color: #fff !important;
	border-radius: 30px;
	padding: 11px 25px;
	font-weight: 500;
	font-size: 15px;
	margin-top: 20px;
	position: relative;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.home_category_section_btn:hover {
	background: #af0e04;
}
.home_category_section_img_btn {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	display: block;
	background: #fff;
	color: #333 !important;
	padding: 12px 20px;
	font-weight: 500;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.home_category_section_img_btn:hover {
	background: #af0e04;
	color: #fff !important;
}
.home_spec_section {
	background: url(../images/spec_bg.jpg) #111 no-repeat center;
	background-size: cover;
	background-attachment: fixed;
	padding: 120px 0 80px;
}
.home_spec_section_heading {
	font-weight: bold;
	font-size: 42px;
	line-height: 1.2;
}
.home_spec_section_heading span {
	margin-left: 240px;
}
.home_spec_block {
	margin-top: 70px;
}
.home_spec_block img {
	background: #fff;
	border-radius: 50%;
	margin-right: 10px;
	width: 85px;
	border: 7px solid #262626;
}
.home_spec_block_heading {
	font-weight: 500;
	font-size: 17px;
	line-height: 1.3;
}
.home_spec_block_text {
	color: #b7b7b7;
	font-size: 13px;
	margin-top: 10px;
}
.home_spec_section_mid_img img {
	margin-top: -75px;
}
.home_insta_section {
	padding: 80px 0;
}
.home_insta_btn {
	display: inline-flex;
	align-items: center;
	background: #111;
	color: #fff !important;
	padding: 10px 20px 10px 15px;
	border-radius: 30px;
	font-weight: 500;
	font-size: 15px;
	margin-top: 50px;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.home_insta_btn img {
	width: 25px;
	margin-right: 10px;
}
.home_insta_btn:hover {
	background: #af0e04;
}
.home_about_sec {
	background: url(../images/spec_bg.jpg) #111 no-repeat center;
	background-size: cover;
	padding: 80px 0;
}
.home_about_sec_text {
	color: #e6e6e6;
	font-size: 15px;
	margin-top: 20px;
}
.home_about_sec_btn {
	display: inline-block;
	background: #fff;
	color: #444 !important;
	padding: 10px 25px;
	border-radius: 30px;
	font-weight: 500;
	margin-top: 25px;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.home_about_sec_btn:hover {
	background: #af0e04;
	color: #fff !important;
}
.home_about_sec_img {
	position: absolute;
	top: 0;
	left: 0;
	width: 50%;
	height: 100%;
	object-fit: cover;
}
.footer_top {
	background: #eee;
	padding: 60px 0;
}
.footer_top_heading {
    font-size: 21px;
	color: #111;
	text-transform: uppercase;
	font-weight: bold;
	line-height: 1.2;
}
.footer_about {
	color: #555;
	font-size: 14px;
	margin-top: 20px;
}
.footer_about_btn {
	display: inline-block;
	background: #111;
	color: #fff !important;
	padding: 10px 20px 11px;
	border-radius: 30px;
	font-size: 15px;
	margin-top: 20px;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.footer_about_btn:hover {
	background: #af0e04;
	color: #fff !important;
}
.footer_menu ul {
    list-style-type: none;
    padding: 0;
    margin: 18px 0 0;
}
.footer_menu ul li {
    position: relative;
    margin-top: 4px;
}
.footer_menu ul li a {
	color: #555;
	font-style: normal;
	text-decoration: none;
	font-size: 14px;
	text-transform: uppercase;
	position: relative;
	z-index: 99;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.footer_menu ul li a:hover, .footer_menu ul li.active a {
	color: #111;
	padding-left: 2px;
}
.footer_social {
	margin-top: 20px;
}
.footer_social img {
	width: 32px;
}
.footer_social a {
	margin-right: 5px;
}
.footer_bottom {
	background: #eee;
	padding: 20px 0;
	color: #222;
	font-size: 15px;
	border-top: 1px solid #ccc;
}
.footer_bottom a {
	color: #222;
}
.footer_bottom img {
	width: 130px;
	margin: -2px 0 0 5px;
}
#back-to-top {
	background: #af0e04;
    position: fixed;
    bottom: 15px;
    right: 15px;
    z-index: 9999;
	text-transform: uppercase;
    cursor: pointer;
    border-radius: 50%;
    text-decoration: none;
    transition: opacity 0.2s ease-out;
    opacity: 0;
}
#back-to-top.show {
    opacity: 1;
}
.site-content, .site-main .widecolumn {
    margin-left: 0px !important;
}
.page .entry-header, .blog_page_header {
    background: url("../images/spec_bg.jpg") #eee no-repeat center !important;
    background-size: cover !important;
    max-width: 100% !important;
    padding: 200px 0 110px !important;
    margin: 0 0 50px !important;
    position: relative;
    overflow: hidden;
    text-align: center;
}
/* .page .entry-header:before, .blog_page_header:before {
	background: rgba(0, 0, 0, 0.7);
	position: absolute;
	content: "";
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
} */
.page .entry-content {
	max-width: 100% !important;
	padding: 0px !important;
}
.content-area, .content-sidebar {
    padding-top: 0px !important;
}
.page .entry-title, .blog_page_title {
    color: #fff;
	position: relative;
    font-size: 32px;
	font-weight: 600;
    text-transform: uppercase;
    z-index: 99;
	margin-bottom: 3px;
}
.breadcrumb-container {
    width: 100%;
	color: #af0e04;
	position: relative;
	font-size: 15px;
}
.breadcrumb-container a, .woocommerce-breadcrumb, .woocommerce-breadcrumb a {
	color: #999 !important;
}
.page {
	margin-top: 0 !important;
}
.woocommerce-loop-product__title {
	color: #666;
	font-weight: normal;
	line-height: 23px;
	text-transform: uppercase;
}
.price {
	color: #111 !important;
	font-size: 22px !important;
	font-weight: 500 !important;
}
.add_to_cart_button, .wc-block-cart__submit-button, .wc-block-components-checkout-place-order-button, .single_add_to_cart_button {
	background: #111 !important;
	color: #fff !important;
	line-height: normal !important;
	border-radius: 30px !important;
	font-size: 14px !important;
	padding: 10px 22px !important;
	font-weight: 500 !important;
}
/* .woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
	text-align: center;
} */
.summary .product_title {
	font-size: 28px;
	text-transform: none;
	line-height: 1.2;
	color: #333;
}
.quantity .plus, .quantity .minus {
	background: #ddd !important;
	height: 42px;
	border-radius: 50% !important;
	width: 42px;
	padding: 0 !important;
	font-size: 18px !important;
	font-weight: normal !important;
	color: #333 !important;
	border: 1px solid #ccc !important;
}
.quantity .input-text {
	min-height: 40px;
	font-size: 15px;
}
.product_meta a {
	color: #a2a09b;
}
.woocommerce-MyAccount-navigation ul {
	border: 1px solid #ddd;
	border-radius: 6px;
	overflow: hidden;
	margin-left: 0 !important;
}
.woocommerce-MyAccount-navigation ul li {
	list-style: none;
}
.woocommerce-MyAccount-navigation ul li a {
	display: block;
	border-bottom: 1px solid #ddd;
	padding: 12px 15px;
	color: #666 !important;
}
.woocommerce-MyAccount-navigation ul li:last-child a {
	border-bottom: none;
}
.woocommerce-MyAccount-navigation ul li.is-active a {
	background: #222;
	color: #fff !important;
}
.woocommerce-MyAccount-content {
	color: #666;
}
.woocommerce-MyAccount-content a {
	color: #a2a09b;
}
.woocommerce div.product .woocommerce-tabs ul.tabs {
	padding: 0 !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
	border: none !important;
	background: #111 !important;
	padding: 0 !important;
	margin: 0 6px 0 0 !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li::before, .woocommerce div.product .woocommerce-tabs ul.tabs li::after {
	display: none !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
	padding: 11px 20px !important;
	font-weight: 500 !important;
	color: #fff !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
	background: #a2a09b !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
	color: #fff !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs::before {
	border-color: #eee !important;
}
#tab-description {
	color: #666;
}
#tab-description h2 {
	color: #222;
}
.orderby {
	background: url("../images/dropdown.png") no-repeat center right 10px !important;
	border: 1px solid #ccc;
	color: #666;
	padding: 8px 30px 8px 10px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
.aws-container .aws-search-field {
	border-width: 2px !important;
	border-color: #999 !important;
	font-size: 15px !important;
  	border-right: none !important;
}
.aws-container .aws-search-form .aws-search-btn {
	background: none !important;
	border-width: 2px !important;
	border-color: #999 !important;
	border-left: none !important;
}
.header_cart_count {
	background: #af0e04;
	position: absolute;
	bottom: -4px;
	right: -5px;
	color: #fff !important;
	font-size: 11px;
	width: 18px;
	height: 18px;
	border-radius: 50%;
	text-align: center;
	padding-top: 1px;
}
.wc-block-cart__sidebar {
	box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.15);
	border-radius: 10px;
	padding: 25px !important;
}
.wc-block-components-product-name {
	font-weight: 500;
	color: #555;
}
.variations tr th label {
	font-weight: 500 !important;
	color: #444;
}
.vi-wpvs-label-selected-title {
	font-weight: 500 !important;
}
.vi-wpvs-variation-wrap-color .vi-wpvs-option-wrap {
	padding: 1px !important;
	width: 35px !important;
	height: 35px !important;
}
.woocommerce-product-gallery .flex-viewport {
	border: 1px solid #ccc;
}
.woocommerce div.product div.images .flex-control-thumbs li {
	width: 23.1% !important;
	margin: 10px 5px !important;
}
.woocommerce div.product div.images .flex-control-thumbs {
	margin: 0 -5px !important;
}
.woocommerce div.product div.images .flex-control-thumbs li img {
	border: 1px solid #ccc;
	padding: 10px;
}
.woocommerce div.product div.images .flex-control-thumbs li img.flex-active {
	border-color: #222;
}
.center-products ul.products {
    display: flex;
    justify-content: center;
	gap: 12px;
}
.center-products ul.products li.product {
    float: none;
}
.mobile_search {
	padding: 62px 0 5px;
}
.rmp-menu-title-image {
	width: 135px;
	height: auto;
}
.footer_fixed_buttons {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	text-align: center;
	z-index: 99;
}
.footer_btn1 {
	background: #af0e04;
	color: #fff !important;
	width: 50%;
	float: left;
	font-size: 15px;
	padding: 10px 0;
}
.footer_btn2 {
	background: #fff;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%, 0);
	height: 42px;
	width: 42px;
	border-radius: 50%;
	padding: 9px 12px 0;
}
.footer_btn2 img {
	animation: tilt-shaking .2s infinite;
}
.footer_btn3 {
	background: #111;
	color: #fff !important;
	width: 50%;
	float: left;
	font-size: 15px;
	padding: 10px 0;
}
@keyframes tilt-shaking {
  0% {
    transform:rotate(0deg)
  }
  25% {
    transform:rotate(7deg)
  }
  50% {
    transform:rotate(0 eg)
  }
  75% {
    transform:rotate(-7deg)
  }
  100% {
    transform:rotate(0deg)
  }
}
.contact_form_box_heading {
	font-size: 27px;
	color: #111;
	text-transform: uppercase;
	font-weight: bold;
	line-height: 1.2;
}
.contact_form_box {
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
	border-radius: 10px;
	padding: 40px 30px 15px;
}
.contact_form {
	margin-top: 10px;
}
.contact_form p {
	margin-bottom: 0 !important;
}
.contact_form input {
    margin-top: 15px;
    min-height: 45px;
    border: 1px solid #ccc !important;
    width: 100%;
}
.contact_form textarea {
    margin-top: 15px;
    height: 150px;
    border: 1px solid #ccc !important;
	resize: none;
}
.contact_form .contact_btn input {
    min-height: 45px;
    border: none !important;
    width: auto;
    background: #111 !important;
    border-radius: 30px;
    font-size: 16px;
    font-weight: 500;
}
.contact_form .wpcf7-spinner {
	display: block !important;
}
.thankyou_text {
	color: #666;
}
.thankyou_btn {
	display: inline-block;
	background: #111;
	color: #fff !important;
	margin-top: 20px;
	padding: 9px 22px;
	border-radius: 30px;
	font-size: 15px;
}
.error_container {
	display: flex;
	min-height: 100vh;
	align-items: center;
	text-align: center;
}
.error_container img {
	margin-bottom: 20px;
}
.inner_page_heading {
	font-weight: 600;
	color: #111;
	font-size: 27px;
	line-height: 1.2;
}
.inner_page_text {
	color: #666;
	margin-top: 20px;
}
.inner_page_text strong {
	color: #555;
	font-weight: 600;
}
.inner_page_mid_section {
	background: url(../images/spec_bg.jpg) #111 no-repeat center;
	background-size: cover;
	padding: 60px 0;
	margin: 60px 0 0;
}
.about_mid_box {
	margin-top: 35px;
}
.about_mid_box img {
	background: #fff;
	border-radius: 50%;
	width: 80px;
	border: 5px solid #262626;
	padding: 5px;
}
.about_mid_box_heading {
	color: #fff;
	font-weight: 600;
	font-size: 17px;
	line-height: 1.3;
}
.about_mid_box_text {
	color: #a9a9a9;
	font-size: 14px;
	margin-top: 5px;
}
#post-11 {
	margin-bottom: 0 !important;
}
.inner_page_img img {
	border-radius: 10px;
}
.terms_page_heading {
	color: #111;
	font-weight: 600;
	font-size: 20px;
	margin-top: 35px;
}
.terms_page_text {
	color: #666;
	margin-top: 10px;
	font-size: 15px;
}
.terms_page_list ul {
	padding: 0;
	margin: 15px 0 0;
}
.terms_page_list ul li {
	list-style: none;
	position: relative;
	padding-left: 16px;
	color: #666;
	font-size: 15px;
	margin-top: 4px;
}
.terms_page_list ul li::before {
	background: #111;
	width: 7px;
	height: 7px;
	position: absolute;
	content: "";
	top: 8px;
	left: 0;
	border-radius: 50%;
}


/*========== Responsive =========*/

@media only screen and (min-width : 300px) and (max-width : 1023px) {
.header_search, .header_menu {
  display: none;
}
.header {
  padding: 4px 0;
}
.logo img {
  width: 120px !important;
}
.rotating_icon {
  right: auto;
  left: 50%;
  transform: translate(-50%, 0);
}
#banner_slide .owl-nav {
  display: none;
}
.home_banner_section {
  padding: 50px 0 2px;
}
.banner_subheading {
  font-size: 28px;
  margin-top: 135px;
}
.banner_heading {
  font-size: 30px;
  margin-top: 30px;
}
.banner_heading img {
  width: 40px;
}
.banner_btn1 {
  padding: 10px 20px;
  margin: 25px 5px 0 0;
}
.banner_btn2 {
  padding: 8px 20px;
  margin: 25px 0 0;
}
.banner_right_img img {
  width: 250px;
  margin-top: 20px;
}
.home_products_section {
  padding: 100px 0 20px;
}
.home_products_section_heading, .home_spec_section_heading {
  font-size: 26px;
}
.home_spec_section, .home_insta_section {
  padding: 50px 0;
}
.home_spec_section_heading span {
  margin-left: 0;
}
.price {
  font-size: 18px !important;
}
.add_to_cart_button, .wc-block-cart__submit-button, .wc-block-components-checkout-place-order-button, .single_add_to_cart_button {
  font-size: 13px !important;
  padding: 9px 20px !important;
}
.home_category_section {
  padding: 40px 0 0;
}
.home_category_section_btn {
  padding: 9px 20px;
}
.home_category_section_img {
  margin-top: 20px;
  padding: 0 12px;
}
.home_category_section_img_btn, .home_about_sec_btn, .footer_about_btn {
  padding: 8px 20px;
  font-size: 15px;
}
.home_spec_block img {
  width: 65px;
}
.home_spec_block {
  margin-top: 30px;
}
.home_spec_section_mid_img img {
  margin: 30px 0;
  width: 220px;
}
.home_insta_btn {
  font-size: 14px;
  margin-top: 25px;
}
.home_about_sec_img {
  position: static;
  width: 100%;
  height: auto;
  margin-bottom: 30px;
}
.home_about_sec {
  padding: 0 0 50px;
}
.footer_top_block {
  margin-top: 30px;
}
.footer_top {
  padding: 10px 0 40px;
}
.footer_bottom span {
  display: block;
}
.footer_bottom {
  padding: 20px 0;
}
#back-to-top {
  bottom: 55px;
}
.page .entry-title, .blog_page_title {
  font-size: 28px;
}
.page .entry-header, .blog_page_header {
  padding: 65px 0 50px !important;
  margin: 0 0 40px !important;
}
.center-products ul.products {
  display: block;
}
.inner_page_heading {
  font-size: 24px;
}
.inner_page_img {
  margin-bottom: 20px;
}
.inner_page_mid_section {
  padding: 40px 0;
  margin: 40px 0 0;
}
}

@media only screen and (max-width : 320px) {
.woocommerce .woocommerce-ordering, .woocommerce-page .woocommerce-ordering {
  float: none !important;
}
}

@media only screen and (min-width : 321px) and (max-width : 480px) {
.woocommerce .woocommerce-ordering, .woocommerce-page .woocommerce-ordering {
  float: none !important;
}
}

@media only screen and (min-width : 481px) and (max-width : 767px) {
.woocommerce .woocommerce-ordering, .woocommerce-page .woocommerce-ordering {
  float: none !important;
}
}

@media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : portrait) {
.header_search {
    display: block;
	max-width: 220px;
}
.banner_right_img img {
    width: auto;
    margin-top: 20px;
}
.rotating_icon {
    right: -135px;
    left: auto;
    transform: none;
}
.banner_subheading {
    margin-top: 50px;
}
.home_banner_section {
    padding: 100px 0 2px;
}
.home_about_sec_img {
    position: absolute;
    width: 48%;
    height: 100%;
    margin-bottom: 0;
}
.home_about_sec {
    padding: 50px 0;
}
.page .entry-header, .blog_page_header {
    padding: 120px 0 50px !important;
}
}

@media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : landscape) {
.header_search {
  max-width: 200px;
}
.header_menu ul li a {
  padding: 30px 10px;
}
.banner_subheading {
  font-size: 38px;
}
.banner_heading {
  font-size: 50px;
}
.home_spec_section_heading {
  font-size: 35px;
}
.home_spec_section_mid_img img {
  margin-top: -35px;
}
#banner_slide .owl-nav {
  left: -25px;
  right: -25px;
}
.footer_top_heading {
  font-size: 19px;
}
}

/* iPhone X/XS */
@media only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {

}

/* iPhone XR */
@media only screen and (min-device-width: 414px) and (max-device-width: 896px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {

}

/* iPhone XS Max */
@media only screen and (min-device-width: 414px) and (max-device-width: 896px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {

}

/* iPad Pro 10.5 inch */
@media only screen and (min-device-width: 1112px) and (max-device-width: 1112px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {

}

/* 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) {

}

@media screen and (min-width: 1424px) {

}

@media screen and (min-width: 1624px) {

}

@media screen and (min-width: 1920px) {

}

@media screen and (min-width: 2048px) {

}

@media screen and (min-width: 2550px) {

}