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

.header_outer {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index:999;
	background:#fff !important;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.fixed_header {
	box-shadow: 0px 0 7px 0px #00000059;
	-webkit-box-shadow: 0px 0 7px 0px #00000059;
	-moz-box-shadow: 0px 0 7px 0px #00000059;
	-ms-box-shadow: 0px 0 7px 0px #00000059;
	-o-box-shadow: 0px 0 7px 0px #00000059;
}
@keyframes smoothScroll {
 0% {
 transform: translateY(-40px);
}
 100% {
 transform: translateY(0px);
}
}
img {
	max-width: 100%;
	height: 0 auto;
}
a{
	transition:all .4s;
}
a:hover {
    text-decoration: none;
}
.banner_outer {
  margin-top: 80px;
}
.pro_whatsapp_btn {
	display: inline-flex;
	align-items: center;
	color: #fff !important;
	font-weight: 600;
	font-size: 18px;
	margin-top: 30px;
	vertical-align: top;
	margin-left: 20px;
}
.pro_whatsapp_btn img {
	width: 30px;
	margin-right: 8px;
}
.popup_text {
	text-align: center;
	font-weight: bold;
	color: #111;
	font-size: 22px;
}
.popup_form {
	text-align: center;
	margin-top: 10px;
}
.popup_form p {
	margin-bottom: 0 !important;
}
.popup_form input {
    margin-top: 15px;
    min-height: 45px;
    border: 1px solid #ccc !important;
    width: 100%;
	border-radius: 4px;
}
.popup_form textarea {
    margin-top: 15px;
    height: 150px;
    border: 1px solid #ccc !important;
	resize: none;
	border-radius: 4px;
}
.popup_form .contact_btn input {
    min-height: 45px;
    border: none !important;
    width: auto;
    background: #d9b99c !important;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 500;
}
.popup_form .wpcf7-spinner {
	display: block !important;
}
.pum-container {
	border: none !important;
}
.enquire_now a {
	background: #111;
	padding: 12px 20px;
	display: inline-block;
	line-height: normal;
	color: #fff;
	text-transform: uppercase;
	font-weight: 600;
	border-radius: 4px;
	font-size: 15px;
}
.enquire_now a:hover {
    background: #fff;
	color: #111;
}
.menu_bar {
  padding-right: 50px;
}
.logo img {
  width: 150px;
  margin-bottom: -45px;
}
.header_right {
	text-align: right;
}
.menu_sec {
  display: inline-block;
  vertical-align: top;
}
.header_whatsapp {
  display: inline-flex;
  background: #29a71a;
  color: #fff !important;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 15px;
  padding: 12px 18px;
  border-radius: 0 0 4px 4px;
  position: fixed;
  top: 50%;
  right: -45px;
  transform: rotate(90deg);
  align-items: center;
}
.header_whatsapp img {
	width: 20px;
	margin-right: 8px;
}
.enquire_now {
	display: inline-block;
	vertical-align: top;
	text-align: center;
	background: #d9b99c;
	padding: 20px 0 20px 20px;
	position: relative;
}
/* .enquire_now:before {
	background: #d9b99c;
	position: absolute;
	content: "";
	top: 0;
	bottom: 0;
	width: 32px;
	left: -31px;
	clip-path: polygon(100% 0, 0% 100%, 100% 100%);
} */
.enquire_now:after {
	background: #d9b99c;
	position: absolute;
	content: "";
	top: 0;
	bottom: 0;
	width: 3000px;
	right: -3000px;
}
.menu_sec ul li {
	margin-right: 15px;
}
.menu_sec ul li a {
	padding: 30px 0;
	font-size: 15px;
  font-weight: 600;
}
/* .logo {
    padding-top: 10px;
} */
.ms-slide-info {
    position: absolute !important;
    width: 100%;
    text-align: center;
    top: 50%;
    left: 0;
    transform: translate(0px, -50%);
}
.banner_cap {
    background: rgba(23, 23, 23, 0.32);
    padding: 25px 0;
    width: 58%;
    margin: 50px auto 0;
}
.banner_titl span {
    display: block;
    font-size: 20px;
}
.banner_titl {
    color: #ffffff;
    font-size: 40px;
	font-weight: 600;
	text-transform: capitalize;
    margin-bottom: 10px;
}
.banner_txt {
    color: #fff;
    font-size: 17px;
    padding: 0 100px;
    line-height: 1.5;
    margin-bottom: 10px;
}
.banner_btn {
    margin-top: 20px;
}

.banner_btn a {
    font-size: 17px;
    text-transform: uppercase;
    color: #fff;
    border: 2px solid #ccc;
    padding: 10px 20px;
    display: inline-block;
}
.cate_cont {
    padding: 0 7%;
}
.cate_bag:hover, .lapbag_cate:hover, .cross_cate:hover, .coin_cate:hover, .wallet_cate:hover {
    background: #efebff;
}
.cate_bag {
    background: #000;
    padding: 0px 15px;
    transition: all .4s;
}
.cate_img_bag {
	display: inline-block;
    vertical-align: bottom;
}
.cate_bag_right {
    display: inline-block;
    vertical-align: bottom;
    width: 44%;
    padding-bottom: 30px;
}
.cate_name {
    text-transform: uppercase;
    color: #2a2a2a;
    font-weight: 900;
    font-size: 25px;
    margin-bottom: 7px;
}
.cate_txt {
    color: #464444;
    line-height: 1.5;
    font-weight: 300;
    margin-bottom: 10px;
}
.arow {
    text-align: right;
    margin-top: 20px;
}
.wallet_cate {
	background: #d9b99c;
    padding-right: 25px;
    position: relative;
}
.wallet_titl {
    position: absolute;
    right: -6px;
    transform: rotate(90deg);
    top: 80px;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 900;
    color: #2a2a2a;
}
.right_cate_btm {
    margin-top: 26px;
}
.right_cate_btm .wallet_cate {
    background: #fff2e5;
    padding-right:0;
}
.right_cate_btm .wallet_titl {
    left: -36px;
    transform: rotate(-90deg);
    top: 80px;
	right:auto;
}
.right_cate_btm .cate_img {
    text-align: right;
}
.lapbag_cate {
    margin-top: 20px;
    background: #fff2e5;
    padding-top: 20px;
    padding-right: 15px;
}
.laptopbag_titl {
	text-align: right;
    font-size: 18px;
    font-weight: 900;
    text-transform: uppercase;
    margin-bottom: 15px;
    color: #2a2a2a;
}
.cross_cate .laptopbag_titl {
    margin-bottom: 0;
}
.cross_cate {
    background: #d9b99c;
    margin-top: 20px;
    padding: 15px 0;
}
.cross_cate .cate_img {
    margin-bottom: 10px;
}
.coin_cate {
    background: #111;
    margin-top: 20px;
    padding: 34px 30px;
    position: relative;
}
.sub_titl{
    color: #727272;
    font-weight: 300;
    margin-bottom: 8px;
}
.category_outer {
  margin: 35px 0 60px;
}
.coin_titl {
	font-size: 18px;
    font-weight: 900;
    text-transform: uppercase;
    transform: rotate(90deg);
    right: -30px;
    position: absolute;
    top: 80px;
	color: #2a2a2a;
}
.about_outer .page_titl:after {
    left: 0;
    bottom: -10px;
	transform:none;
}
.about_outer .page_titl {
    margin-bottom: 40px;
}
.abt_txt {
    font-size: 16px;
    line-height: 26px;
    padding-right: 35px;
	color: #666;
    /*text-align: justify;*/
	position:relative;
}
.about_inner .abt_txt:after {
    width: 100%;
    height: 220px;
    background: #ffe8dd;
    content: "";
    position: absolute;
    left: -17px;
    top: 181px;
    z-index: -1;
}
.read_more {
    margin-top: 50px;
}
.read_more a {
    border: 2px solid #2b2b2b;
    padding: 12px 25px;
    text-transform: uppercase;
    color: #2b2b2b;
    border-radius: 4px;
}
.read_more a:hover {
    background: #232323;
    color: #fff;
}
.about_outer {
    padding: 60px 0;
	background: #fff;
}
.page_titl:after {
    width: 45px;
    height: 3px;
    background: #d9b99c;
    content: "";
    position: absolute;
    left: 50%;
    transform: translate(-50%, 50px);
}
.page_titl {
    font-size: 28px;
    color: #111;
	font-weight: bold;
    position: relative;
    margin-bottom: 60px;
    text-transform: uppercase;
}
.export_outer{
    background: url(../images/bag_bg1.jpg) #000 no-repeat center;
    padding: 60px 0;
    background-size: cover;
	position: relative;
}
.export_outer:before {
    background: rgba(0, 0, 0, 0.9);
	position: absolute;
	content: "";
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
.export_outer .container {
	position: relative;
	z-index: 9;
}
.export_titl {
    font-size: 30px;
    color: #fff;
    font-weight: 900;
}
b.colorng {
    display: block;
    font-weight: 900;
    color: #d9b99c;
}
.pro_btn {
    margin-top: 20px;
}
.pro_btn a {
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 600;
	border: 2px solid #d9b99c;
	padding: 12px 25px;
	display: inline-block;
	border-radius: 3px;
	color: #d9b99c;
}
.pro_btn a:hover, .banner_btn a:hover {
    background: #d9b99c;
	color: #fff;
}
.product_outer {
    margin: 70px 0;
}
.testimonial_outer{
	background: url(../images/testibg.png) #ffefdf no-repeat;
    padding: 70px 0;
    background-size: cover;
}
.footer_outer {
    background: #0e0e0e;
    padding: 50px 0 0;
}
.top_foot_titl {
    font-size: 30px;
    font-family: 'Aero';
    color: #f05e19;
}
.call_foot a:hover {
    color: #f05e19;
}
.call_foot a {
    color: #fff;
}
.call_foot:before {
    width: 100px;
    height: 1px;
    background: #fff;
    content: "";
    position: absolute;
    left: 0;
    top: 20px;
}
.call_foot {
    font-family: 'Aero';
    font-size: 31px;
    color: #fff;
    position: relative;
    padding-left: 110px;
    display: inline-block;
    vertical-align: middle;
}
.whatsapp strong {
    font-family: 'Aero';
    font-size: 23px;
    color: #f05e19;
    margin-right: 24px;
}
.whatsapp {
    display: inline-block;
    vertical-align: sub;
    margin-left: 30px;
}
.call_whatsapp {
    margin-top: 15px;
    margin-bottom: 30px;
}
.adrs_titl {
    font-family: 'Aero';
    font-size: 24px;
    color: #f05e19;
    padding-right: 20px;
    margin-bottom: 10px;
}
.adrs_txt {
    color: #fff;
    font-size: 18px;
    padding-right: 90px;
    line-height: 1.6;
}
.mail_titl {
    font-family: 'Aero';
    font-size: 30px;
    color: #f05e19;
    padding-left: 246px;
    margin-bottom: 10px
}
.mail_txt:before {
	width: 80px;
    height: 1px;
    background: #fff;
    content: "";
    left: 150px;
    position: absolute;
    top: 17px;
}
.mail_txt {
    position: relative;
    padding-left: 250px;
}
.mail_txt a:hover {
    color: #f05e19;
}
.mail_txt a {
    font-family: 'Aero';
    font-size: 24px;
    color: #ffffff;
    margin-bottom: 5px;
    display: block;
}
.foot_midl {
    margin: 50px 0;
}
.foot_btm a {
    color: #f05e19;
}

.foot_btm {
    color: #fff;
	background: #29176f;
    padding: 15px 0;
}
.product_bottom_col {
	width: 20%;
	min-width: 20%;
}
.pro_name {
	text-transform: capitalize;
	font-weight: bold;
	margin: 0 0 40px;
	color: #fff;
	background: #111;
	padding: 10px 0;
	border-radius: 0 0 10px 10px;
}
.product_bottom_col:nth-child(even) .pro_name {
	background: #d9b99c;
}
.footer_logo img {
	width: 150px;
}


/*=========== New Footer ==========*/

.footer_top {
	background: #333;
	padding: 40px 0;
}
.footer_top_heading {
    font-size: 20px;
	color: #f0dac4;
	font-weight: bold;
	text-transform: uppercase;
}
.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: #fff;
	font-size: 15px;
	font-style: normal;
	text-decoration: none;
	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 {
	padding-left: 2px;
}
.footer_contact_info ul {
	padding: 0;
	margin: 20px 0 0;
}
.footer_contact_info ul li {
	color: #fff;
	position: relative;
	list-style: none;
	margin-top: 15px;
	padding-left: 26px;
}
.footer_contact_info ul li img {
	position: absolute;
	top: 1px;
	left: 0;
	max-width: 19px;
}
.footer_contact_info ul li a {
	color: #fff;
}
.footer_social {
	margin-top: 20px;
}
.footer_social img {
	width: 32px;
}
.footer_social a {
	margin-right: 5px;
}
.footer_top_block {
	border-left: 1px solid rgba(255, 255, 255, 0.15);
	padding-left: 25px;
}
.footer_top_block:first-child {
	border-left: none;
	padding-left: 12px;
}
.footer_bottom {
	background: #000;
	padding: 18px 0;
	font-size: 14px;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
}
.footer_bottom a {
	color: #fff;
}
.footer_common_section {
	background: #fff6ed;
	padding: 60px 0;
}
.footer_common_map_inner {
	background: #d9b99c;
	padding: 20px 10px;
	border-radius: 8px;
	min-height: 100%;
}
.footer_common_map_inner iframe, .footer_common_map_inner p {
	margin-bottom: 0 !important;
}
.footer_common_map_heading {
	font-weight: 600;
	color: #fff;
	font-size: 18px;
	margin-bottom: 15px;
}


#scroll {
 	position: fixed;
    right: 10px;
    bottom: 70px;
    cursor: pointer;
    width: 60px;
    height: 60px;
    background-image: url(../images/stt.png);
    text-indent: -9999px;
    display: none;
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
    border-radius: 60px;
    background-repeat: no-repeat;
    background-position: center;
}
#scroll span {
    position:absolute;
    top:50%;
    left:50%;
    margin-left:-8px;
    margin-top:-12px;
    height:0;
    width:0;
    border:8px solid transparent;
    border-bottom-color:#ffffff;
}
.page .entry-header, .blog_page_header {
	height: 160px;
    text-align: center;
    background: #000 !important;
    margin-bottom: 50px !important;
	margin-top: 78px !important;
}
.page .entry-title, .blog_page_title {
	padding: 65px 0 40px;
    margin: 0;
    color: #ffffff;
    font-size: 30px;
    letter-spacing: 2px;
    font-weight: 600;
}
.adrs_sec a {
    text-decoration: none !important;
    color: #000;
}
.adrs_sec {
    margin-bottom: 13px;
    font-size: 16px;
    font-weight: 600;
}
.adrs_sec img {
    width: 14px;
    margin-right: 6px;
}
.contact_adrs strong {
    font-size: 20px;
}
.frm_fld textarea {
    height: 110px;
}
.frm_fld input, .frm_fld textarea {
    width: 100%;
    background: transparent;
    font-size: 15px;
    padding: 10px;
    color: #000;
}
.frm_fld {
    margin-bottom: 10px;
}
.contact_form .page_titl {
    margin-bottom: 20px;
}
.contact_form .page_titl:after{
	display:none;
}
.send_btn input {
    background: #f05e19 !important;
}
.usp_contact {
	background: #29166f;
    padding: 20px;
    color: #fff;
    font-size: 17px;
    line-height: 1.5;
}
.enquire {
    margin: 0 20%;
}
.pro_img {
    overflow: hidden;
    width: 100%;
	border-radius: 10px 10px 0 0;
	box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.1);
}
.pro_img img:hover {
    transform: scale(1.1);
}
.pro_img img {
    transition: all .4s;
}
.amazingcarousel-title {
  color: #f05e19 !important;
}
.thankyou-btn {
    margin-top: 30px;
}

.thankyou-btn a {
    background: #f05e19;
    padding: 10px 20px 13px 20px;
    display: inline-block;
    line-height: normal;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    border-radius: 3px;
}

.woocommerce-loop-product__title {
	color: #222;
	font-weight: 600;
	line-height: 23px;
}
.price {
	color: #66c1d7 !important;
	font-size: 20px !important;
}
.add_to_cart_button, .single_add_to_cart_button, #place_order {
	background-image: #d9b99c !important;
	color: #111 !important;
	line-height: normal !important;
	text-transform: none !important;
	border-radius: 30px !important;
	font-size: 16px !important;
	padding: 11px 20px !important;
	font-weight: 500 !important;
	margin-top: 5px !important;
}
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
	text-align: center;
}
.summary .product_title {
	font-size: 20px;
}
.summary .product_title {
	font-size: 26px;
	text-transform: none;
	line-height: 30px;
	color: #111;
	font-weight: 600;
}
.quantity .plus, .quantity .minus {
	background: #091f50 !important;
	height: 41px;
	border-radius: 50% !important;
	width: 41px;
	padding: 0 !important;
	font-size: 20px !important;
	color: #fff !important;
	font-weight: normal !important;
}
.quantity .input-text {
	height: 41px;
	border-radius: 5px;
}
.product_meta a {
	color: #d9b99c;
}
.shop_table thead {
	background: #000;
	color: #fff;
}
.shop_table .product-name a {
	color: #16a0db;
}
.checkout-button {
	background: #16a0db !important;
	border-radius: 30px !important;
	font-size: 16px !important;
}
.woocommerce-input-wrapper .input-text {
	width: 100%;
	border: 1px solid #ccc !important;
	min-height: 45px;
}
#order_comments {
	resize: none;
	height: 150px;
}
.select2-selection, .select2-selection__arrow {
	min-height: 45px;
}
.select2-selection__rendered {
	line-height: 44px !important;
}
.variations tbody {
	display: flex;
	flex-wrap: wrap;
}
.variations tbody tr {
	width: 100%;
}
.variations tbody th, .variations tbody td {
	display: block;
	padding-right: 10px;
}
.variations tbody select {
	width: 100%;
	border: 1px solid #ccc !important;
	background: url(../images/dropdown.png) no-repeat center right 10px;
	padding: 10px 30px 10px 8px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
.orderby {
	border: 1px solid #ccc !important;
	background: url(https://hydecraftindia.in/wp-content/uploads/2024/09/dropdown.png) no-repeat center right 10px;
	padding: 10px 30px 10px 8px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
.woocommerce-product-gallery .flex-control-thumbs li {
	padding: 10px 5px 0;
}
.woocommerce-product-gallery .flex-control-thumbs li img {
	padding: 5px;
	border: 1px solid #ddd;
}
.woocommerce div.product div.images .flex-control-thumbs li img.flex-active, .woocommerce div.product div.images .flex-control-thumbs li img:hover {
	border-color: #d9b99c;
}
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
	border: 1px solid rgb(234, 234, 234);
	border-radius: 5px;
	padding: 20px 15px 25px !important;
}
.home_product_block_inner .add_to_cart_button {
	display: inline-block;
	margin-top: 10px;
}
.woocommerce span.onsale {
	background-color: #091f50 !important;
	width: 50px;
	height: 50px;
}
.woocommerce-product-details__short-description {
	color: #666;
}
.single_add_to_cart_button {
	margin-top: 0 !important;
	background: #d9b99c !important;
	font-weight: 500;
	color: #fff !important;
	border-radius: 5px !important;
}
.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: #d9b99c !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;
}
.woocommerce-Tabs-panel ul {
	padding: 0;
	margin: 15px 0;
}
.woocommerce-Tabs-panel ul li {
	list-style: none;
	position: relative;
	padding-left: 20px;
	margin-top: 5px;
	color: #666;
}
.woocommerce-Tabs-panel ul li:before {
	position: absolute;
	content: "";
	top: 6px;
	left: 0;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #144fa5;
}
.product_meta .sku_wrapper {
	display: block;
}
.woocommerce-Tabs-panel {
	color: #666;
}
.woocommerce-tabs strong {
	font-weight: 600;
	color: #555;
}
.woocommerce ul.products li.product .button {
	background: #144fa5;
	border: none;
	color: #fff;
	font-weight: normal;
	text-transform: capitalize;
	padding: 9px 20px;
	line-height: normal;
}
.aws-container .aws-search-field {
	border-right: none !important;
	font-size: 15px !important;
	padding-left: 15px !important;
}
.aws-container .aws-search-form .aws-search-btn {
	background: #fff !important;
	border-left: 1px solid #ddd !important;
}
.ui-dialog-title {
	font-family: 'Montserrat';
	font-weight: 600;
}
.wdm-enquiry-action-btns {
	border-bottom: none !important;
}
#send-btn {
	font-family: 'Montserrat';
	background: #d9b99c !important;
	font-size: 16px;
	font-weight: 500;
	border-radius: 30px;
	padding: 14px 30px;
}
.ui-widget-header .ui-icon {
	filter: brightness(0) invert(1);
}
.button.product_type_simple {
	display: inline-block;
	background: #d9b99c !important;
	font-size: 15px;
	font-weight: 500;
	text-transform: capitalize;
	border-radius: 4px;
	margin-top: 15px;
}
.product_desc_heading {
	font-weight: 600;
	font-size: 22px;
	color: #333;
}
#enquiry-form .wdm-pef-form-row {
	margin: 10px 0 !important;
}
.footer_cle_logo {
	text-align: center;
}
.footer_cle_logo img {
	width: 100px;
}
.footer_iso {
	color: #d9b99c;
	font-weight: 500;
	font-size: 15px;
	text-align: center;
	margin-top: 10px;
}
#post-13 {
	margin-bottom: 0 !important;
}
.cert_page_img img {
  border: 10px solid #fff;
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
}
.woocommerce-loop-category__title {
  color: #222;
  font-weight: 600;
}
.woocommerce-loop-category__title mark {
  display: none;
}
.wpfFilterWrapper .wfpTitle {
  font-size: 18px !important;
  font-weight: bold;
}
.wpfFilterTitle {
	margin-bottom: 8px !important;
}
.wpfFilterButton {
  background: #d9b99c !important;
  font-weight: 600 !important;
  font-size: 16px !important;
  text-transform: none !important;
  min-height: 44px !important;
}
.wpfClearButton {
  background: #111 !important;
  font-weight: 600 !important;
  font-size: 16px !important;
  text-transform: none !important;
  min-height: 44px !important;
}
.wpfFilterVerScroll li {
	margin-top: 5px;
	color: #555;
}
.woocommerce-tabs {
  display: none;
}
.sister_text {
  font-weight: 600;
  font-size: 18px;
  color: #111;
  margin-bottom: 20px;
}
.home_tanneries_section {
	background: #111;
	padding: 60px 0;
}



/*---Responsive---*/

@media only screen and (max-width : 320px) {
	.enquire_now {
		margin-top: 23px;
	}
	.product_bottom_col {
		width: 50%;
		min-width: 50%;
	}
	.header_right {
		text-align: left;
	}
	.header_whatsapp, .enquire_now {
		display: none;
	}
	.enquire_now a {
		padding: 8px 10px 9px 10px;
		font-size: 12px;
	}
	.menu_sec {
		display: block;
	}
	.logo img {
		width: 125px;
	}
	.banner_outer {
		margin-top: 60px;
	}
	.header_outer {
		padding: 6px 0 0;
	}
	.menu-toggle {
		top:-45px !important;
	}
	.banner_titl {
		font-size: 22px;
	}
	.banner_btn {
		margin-top: 10px;
	}
	.footer_top_block {
		border-left: none;
		padding-left: 12px;
		margin-top: 30px;
	}
	.banner_cap {
		padding: 10px 0;
		width:80%;
		margin: 0 auto;
	}
	.banner_btn a {
		font-size: 13px;
		padding: 7px 10px;
	}
	.category_outer {
		margin: 0;
	}
	.page_titl {
		font-size: 22px;
		margin-bottom: 50px;
	}
	.cate_img img {
		width: 100%;
	}
	.cate_img_bag img {
		width: 100%;
	}
	.cate_bag {
		margin-bottom: 20px;
	}
	.cate_bag_right {
		width: 100%;
		padding-bottom: 10px;
		text-align: center;
		padding-top: 20px;
	}
	.wallet_titl {
		top: 43px;
	}
	.right_cate_btm .wallet_cate {
		padding-top: 40px;
	}
	.right_cate_btm .wallet_titl {
		top: 70px;
	}
	.lapbag_cate .cate_img img {
		width: 150px;
	}
	.cross_cate .cate_img img {
		width: 160px;
	}
	.coin_cate .cate_img img {
		width: 120px;
	}
	.cate_name {
		font-size: 18px;
	}
	.about_outer {
		margin: 30px 0 30px;
	}
	.abt_txt {
		font-size: 17px;
		padding-right: 0;
	}
	.read_more {
		margin-top: 40px;
		margin-bottom: 40px;
	}
	.export_titl {
		font-size: 22px;
	}
	.export_outer {
		padding: 30px 0;
	}
	.product_outer {
		margin: 30px 0;
	}
	.pro_img {
		margin: 0 auto;
	}
	.pro_name {
		margin: 15px 0 20px;
		text-align: center;
	}
	.testimonial_outer {
		padding: 30px 0 40px;
	}
	.top_foot_titl {
		font-size: 25px;
	}
	.call_foot:before {
		display:none;
	}
	.call_foot {
		font-size: 20px;
		padding-left: 0;
	}
	.whatsapp {
		margin-left: 0;
		margin-top: 20px;
	}
	.foot_midl {
		margin: 30px 0;
	}
	.adrs_titl {
		font-size: 18px;
		padding-right: 0;
	}
	.adrs_txt {
		font-size: 15px;
	}
	.mail_titl {
		font-size: 20px;
		padding-left: 0;
		margin-bottom: 10px;
		margin-top: 20px;
	}
	.mail_txt {
		padding-left: 0;
	}
	.mail_txt a {
		font-size: 17px;
		margin-bottom: 5px;
	}
	.foot_btm {
		font-size: 14px;
	}
	#wonderplugincarousel-1 .amazingcarousel-description {
		font-size: 18px !important;
	}
	.page .entry-header {
		height: 90px;
		margin-top: 60px !important;
	}
	.menu_sec ul li a {
		padding: 14px 0;
		font-size: 15px;
	}
	.page .entry-title {
		padding: 35px 0 36px;
		font-size: 18px;
	}
	.enquire {
		margin: 0 0%;
	}
	.about_inner .abt_txt:after {
		left: 0;
	}
}

@media only screen and (min-width : 321px) and (max-width : 480px) {
	.enquire_now {
		margin-top: 23px;
	}
	.product_bottom_col {
		width: 50%;
		min-width: 50%;
	}
	.header_right {
		text-align: left;
	}
	.header_whatsapp, .enquire_now {
		display: none;
	}
	.enquire_now a {
		padding: 8px 10px 9px 10px;
		font-size: 12px;
	}
	.menu_sec {
		display: block;
	}
	.logo img {
		width: 125px;
	}
	.banner_outer {
		margin-top: 60px;
	}
	.header_outer {
		padding: 6px 0 0;
	}
	.menu-toggle {
		top:-45px !important;
	}
	.banner_titl {
		font-size: 22px;
	}
	.banner_btn {
		margin-top: 10px;
	}
	.footer_top_block {
		border-left: none;
		padding-left: 12px;
		margin-top: 30px;
	}
	.banner_cap {
		padding: 10px 0;
		width:80%;
		margin: 0 auto;
	}
	.banner_btn a {
		font-size: 13px;
		padding: 7px 10px;
	}
	.category_outer {
		margin: 0;
	}
	.page_titl {
		font-size: 22px;
		margin-bottom: 50px;
	}
	.cate_img img {
		width: 100%;
	}
	.cate_img_bag img {
		width: 100%;
	}
	.cate_bag {
		margin-bottom: 20px;
	}
	.cate_bag_right {
		width: 100%;
		padding-bottom: 10px;
		text-align: center;
		padding-top: 20px;
	}
	.wallet_titl {
		top: 43px;
	}
	.right_cate_btm .wallet_cate {
		padding-top: 40px;
	}
	.right_cate_btm .wallet_titl {
		top: 70px;
	}
	.lapbag_cate .cate_img img {
		width: 150px;
	}
	.cross_cate .cate_img img {
		width: 160px;
	}
	.coin_cate .cate_img img {
		width: 120px;
	}
	.cate_name {
		font-size: 18px;
	}
	.about_outer {
		margin: 30px 0 30px;
	}
	.abt_txt {
		font-size: 17px;
		padding-right: 0;
	}
	.read_more {
		margin-top: 40px;
		margin-bottom: 40px;
	}
	.export_titl {
		font-size: 22px;
	}
	.export_outer {
		padding: 30px 0;
	}
	.product_outer {
		margin: 30px 0;
	}
	.pro_img {
		margin: 0 auto;
	}
	.pro_name {
		margin: 15px 0 20px;
		text-align: center;
	}
	.testimonial_outer {
		padding: 30px 0 40px;
	}
	.top_foot_titl {
		font-size: 25px;
	}
	.call_foot:before {
		display:none;
	}
	.call_foot {
		font-size: 20px;
		padding-left: 0;
	}
	.whatsapp {
		margin-left: 0;
		margin-top: 20px;
	}
	.foot_midl {
		margin: 30px 0;
	}
	.adrs_titl {
		font-size: 18px;
		padding-right: 0;
	}
	.adrs_txt {
		font-size: 15px;
	}
	.mail_titl {
		font-size: 20px;
		padding-left: 0;
		margin-bottom: 10px;
		margin-top: 20px;
	}
	.mail_txt {
		padding-left: 0;
	}
	.mail_txt a {
		font-size: 17px;
		margin-bottom: 5px;
	}
	.foot_btm {
		font-size: 14px;
	}
	#wonderplugincarousel-1 .amazingcarousel-description {
		font-size: 18px !important;
	}
	.page .entry-header {
		height: 90px;
		margin-top: 60px !important;
	}
	.menu_sec ul li a {
		padding: 14px 0;
		font-size: 15px;
	}
	.page .entry-title {
		padding: 35px 0 36px;
		font-size: 18px;
	}
	.enquire {
		margin: 0 0%;
	}
	.about_inner .abt_txt:after {
		left: 0;
	}
}
@media only screen and (min-device-width : 414px) and (max-device-width : 736px) and (orientation : portrait) {
	.enquire_now {
		margin-top: 28px;
	}
	.menu-toggle {
		top: -54px !important;
	}
}
/* 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) {
	.enquire_now {
		text-align: right;
	}
	.enquire_now a {
		padding: 10px 15px 11px 15px;
		font-size: 15px;
	}
	.menu-toggle {
		top:-62px !important;
	}
	.banner_btn {
		margin-top: 10px;
	}
	.banner_cap {
		padding: 10px 0;
		width:90%;
		margin: 0 auto;
	}
	.category_outer {
		margin: 20px 0;
	}
	.cate_img img {
		width: 100%;
	}
	.coin_cate {
		padding: 34px 20px;
	}
	.coin_titl, .laptopbag_titl, .wallet_titl  {
    	font-size: 16px;
	}
	.cate_img_bag img {
		width: 100%;
	}
	.cate_bag {
		margin-bottom: 20px;
	}
	.cate_bag_right {
		width: 100%;
		padding-bottom: 10px;
		text-align: center;
		padding-top: 20px;
	}
	.wallet_titl {
		top: 43px;
	}
	.right_cate_btm .wallet_cate {
		padding-top: 40px;
	}
	.right_cate_btm .wallet_titl {
		top: 70px;
	}
	.lapbag_cate .cate_img img {
		width: 150px;
	}
	.cross_cate .cate_img img {
		width: 160px;
	}
	.coin_cate .cate_img img {
		width: 120px;
	}
	.about_outer {
		margin: 30px 0 30px;
	}
	.abt_img {
		text-align: center;
	}
	.abt_txt {
		font-size: 17px;
		padding-right: 0;
	}
	.read_more {
		margin-top: 40px;
		margin-bottom: 40px;
	}
	.export_titl {
		font-size: 28px;
	}
	.export_outer {
		padding: 30px 0;
	}
	.product_outer {
		margin: 30px 0;
	}
	.pro_img {
		margin: 0 auto;
	}
	.pro_name {
		margin: 15px 0 20px;
		text-align: center;
	}
	.testimonial_outer {
		padding: 30px 0 40px;
	}
	.top_foot_titl {
		font-size: 28px;
	}
	.call_foot:before {
		display:none;
	}
	.call_foot {
		font-size: 24px;
		padding-left: 0;
	}
	.whatsapp {
		margin-left: 0;
		margin-top: 20px;
	}
	.foot_midl {
		margin: 30px 0;
	}
	.adrs_titl {
		font-size: 22px;
		padding-right: 0;
	}
	.adrs_txt {
		font-size: 16px;
		padding-right: 0;
	}
	.mail_titl {
		font-size: 20px;
		padding-left: 0;
		margin-bottom: 10px;
		margin-top: 0px;
	}
	.mail_txt:before {
		left: 0px;
	}
	.mail_txt {
		padding-left: 100px;
	}
	.mail_txt a {
		font-size: 20px;
		margin-bottom: 5px;
	}
	.foot_btm {
		font-size: 14px;
	}
	#wonderplugincarousel-1 .amazingcarousel-description {
		font-size: 18px !important;
	}
	.page .entry-header {
		height: 90px;
	}
	.page .entry-title {
		padding: 35px 0 36px;
		font-size: 24px;
	}
	.enquire {
		margin: 0 0%;
	}
	.about_inner .abt_txt:after {
		left: 0;
	}
	.footer_outer {
		padding: 30px 0 0;
	}
}

@media only screen and (min-width : 481px) and (max-width : 767px) {
	.enquire_now {
		margin-top:30px;
	}
	.enquire_now a {
		padding: 10px 15px 11px 15px;
		font-size: 15px;
	}
	.menu-toggle {
		top:-62px !important;
	}
	.banner_titl {
		font-size: 30px;
	}
	.banner_btn {
		margin-top: 10px;
	}
	.banner_cap {
		padding: 10px 0;
		width:80%;
		margin: 0 auto;
	}
	.banner_btn a {
		font-size: 15px;
		padding: 9px 20px;
	}
	.category_outer {
		margin: 0;
	}
	.page_titl {
		font-size: 25px;
		margin-bottom: 50px;

	}
	.cate_img img {
		width: 100%;
	}
	.cate_img_bag img {
		width: 100%;
	}
	.cate_bag {
		margin-bottom: 20px;
	}
	.cate_bag_right {
		width: 100%;
		padding-bottom: 10px;
		text-align: center;
		padding-top: 20px;
	}
	.wallet_titl {
		top: 43px;
	}
	.right_cate_btm .wallet_cate {
		padding-top: 40px;
	}
	.right_cate_btm .wallet_titl {
		top: 70px;
	}
	.lapbag_cate .cate_img img {
		width: 150px;
	}
	.cross_cate .cate_img img {
		width: 160px;
	}
	.coin_cate .cate_img img {
		width: 120px;
	}
	.about_outer {
		margin: 30px 0 30px;
	}
	.abt_img {
		text-align: center;
	}
	.abt_txt {
		font-size: 17px;
		padding-right: 0;
	}
	.read_more {
		margin-top: 40px;
		margin-bottom: 40px;
	}
	.export_titl {
		font-size: 28px;
	}
	.export_outer {
		padding: 30px 0;
	}
	.product_outer {
		margin: 30px 0;
	}
	.pro_img {
		margin: 0 auto;
	}
	.pro_name {
		margin: 15px 0 20px;
		text-align: center;
	}
	.testimonial_outer {
		padding: 30px 0 40px;
	}
	.top_foot_titl {
		font-size: 28px;
	}
	.call_foot:before {
		display:none;
	}
	.call_foot {
		font-size: 24px;
		padding-left: 0;
	}
	.whatsapp {
		margin-left: 0;
		margin-top: 20px;
	}
	.foot_midl {
		margin: 30px 0;
	}
	.adrs_titl {
		font-size: 22px;
		padding-right: 0;
	}
	.adrs_txt {
		font-size: 18px;
	}
	.mail_titl {
		font-size: 24px;
		padding-left: 0;
		margin-bottom: 10px;
		margin-top: 20px;
	}
	.mail_txt:before {
		left: 0px;
	}
	.mail_txt {
		padding-left: 100px;
	}
	.mail_txt a {
		font-size: 23px;
		margin-bottom: 5px;
	}
	.foot_btm {
		font-size: 14px;
	}
	#wonderplugincarousel-1 .amazingcarousel-description {
		font-size: 18px !important;
	}
	.page .entry-header {
		height: 90px;
	}
	.page .entry-title {
		padding: 35px 0 36px;
		font-size: 24px;
	}
	.enquire {
		margin: 0 0%;
	}
	.about_inner .abt_txt:after {
		left: 0;
	}
	.footer_outer {
		padding: 30px 0 0;
	}
}

@media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : portrait) {
	.enquire_now {
		text-align: right;
	}
	  .logo img {
		  width: 125px;
	}
	.menu_sec {
		display: block;
	}
	  .header_outer {
		  padding: 6px 0 0;
	}
	.header_whatsapp, .enquire_now {
		display: none;
	}
	.enquire_now a {
		padding: 10px 15px 11px 15px;
		font-size: 15px;
	}
	.menu-toggle {
		top:-45px !important;
	}
	.banner_outer {
		margin-top: 60px;
	}
	.product_bottom_col {
		width: 25%;
		min-width: 25%;
		max-width: 25%;
	}
	.footer_top_block {
		border-left: none;
		padding-left: 10px;
		margin-top: 30px;
	}
	.header_right {
		text-align: left;
	}
	.menu_sec ul li a {
		padding: 12px 0;
	}
	  .page .entry-header {
		  margin-top: 60px !important;
	}
	.banner_btn {
		margin-top: 10px;
	}
	.banner_cap {
		padding: 10px 0;
		width:90%;
		margin: 0 auto;
	}
	.category_outer {
		margin: 20px 0;
	}
	.cate_img img {
		width: 100%;
	}
	.coin_cate {
		padding: 34px 20px;
	}
	.coin_titl, .laptopbag_titl, .wallet_titl  {
    	font-size: 16px;
	}
	.cate_img_bag img {
		width: 100%;
	}
	.cate_bag {
		margin-bottom: 20px;
	}
	.cate_bag_right {
		width: 100%;
		padding-bottom: 10px;
		text-align: center;
		padding-top: 20px;
	}
	.wallet_titl {
		top: 43px;
	}
	.right_cate_btm .wallet_cate {
		padding-top: 40px;
	}
	.right_cate_btm .wallet_titl {
		top: 70px;
	}
	.lapbag_cate .cate_img img {
		width: 150px;
	}
	.cross_cate .cate_img img {
		width: 160px;
	}
	.coin_cate .cate_img img {
		width: 120px;
	}
	.about_outer {
		margin: 30px 0 30px;
	}
	.abt_img {
		text-align: center;
	}
	.abt_txt {
		font-size: 17px;
		padding-right: 0;
	}
	.read_more {
		margin-top: 40px;
		margin-bottom: 40px;
	}
	.export_titl {
		font-size: 28px;
	}
	.export_outer {
		padding: 30px 0;
	}
	.product_outer {
		margin: 30px 0;
	}
	.pro_img {
		margin: 0 auto;
	}
	.pro_name {
		margin: 15px 0 20px;
		text-align: center;
	}
	.testimonial_outer {
		padding: 30px 0 40px;
	}
	.top_foot_titl {
		font-size: 28px;
	}
	.call_foot:before {
		display:none;
	}
	.call_foot {
		font-size: 24px;
		padding-left: 0;
	}
	.whatsapp {
		margin-left: 0;
		margin-top: 20px;
	}
	.foot_midl {
		margin: 30px 0;
	}
	.adrs_titl {
		font-size: 22px;
		padding-right: 0;
	}
	.adrs_txt {
		font-size: 16px;
		padding-right: 0;
	}
	.mail_titl {
		font-size: 20px;
		padding-left: 0;
		margin-bottom: 10px;
		margin-top: 0px;
	}
	.mail_txt:before {
		left: 0px;
	}
	.mail_txt {
		padding-left: 100px;
	}
	.mail_txt a {
		font-size: 20px;
		margin-bottom: 5px;
	}
	.foot_btm {
		font-size: 14px;
	}
	#wonderplugincarousel-1 .amazingcarousel-description {
		font-size: 18px !important;
	}
	.page .entry-header {
		height: 90px;
	}
	.page .entry-title {
		padding: 35px 0 36px;
		font-size: 24px;
	}
	.enquire {
		margin: 0 0%;
	}
	.about_inner .abt_txt:after {
		left: 0;
	}
	.footer_outer {
		padding: 30px 0 0;
	}
}

@media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : landscape) {
	.menu_sec ul li a {
		font-size: 13px;
	}
	.header_whatsapp {
		font-size: 13px;
		padding: 10px 14px;
		margin-right: 30px;
	}
	.mail_txt a {
		font-size: 20px;
	}
	.enquire_now a {
		padding: 10px 10px 13px 10px;
		font-size: 13px;
	}
	.cate_img img {
		width: 100%;
	}
	.cate_img_bag img {
		width:84%;
	}
	.banner_outer {
		margin-top: 75px;
	}
	.page .entry-header {
		margin-top: 75px !important;
	}
	.cate_bag_right {
		width: 30%;
	}
	.coin_cate .cate_img img {
		width: 120px;
	}
	.cross_cate .cate_img img {
		width: 190px;
	}
	.lapbag_cate .cate_img img {
		width: 150px;
	}
}

