/* Custom Container */
@media only screen and (min-width : 1200px){
	.container{
		max-width: 1300px;
	}
}

/* Global */
::-moz-selection { /* Code for Firefox */
	background-color: rgba(255, 79, 134, 0.5);
}
::selection {
	background-color: rgba(255, 79, 134, 0.5);
}
/* Works on Firefox */
*{
  scrollbar-width: thin;
  scrollbar-color: #393f47 #cccccc;
}
/* Works on Chrome, Edge, and Safari */
*::-webkit-scrollbar{
  width: 8px;
}
*::-webkit-scrollbar-track{
  background: #cccccc;
}
*::-webkit-scrollbar-thumb{
  background: #393f47;
}
*, body, h1, h2, h3, h4, h5, h6, p, a{
	outline: 0 !important;
	font-family: 'Montserrat', sans-serif;
}
html{
	scroll-behavior: smooth;
}
.btn:focus,
.form-control:focus,
.form-select:focus{
	outline: 0;
	box-shadow: none;
}
.add_shadow{
	box-shadow: 0 0 10px rgba(0,0,0,0.4);
}
a{
	text-decoration: none;
	color: inherit;
}

/* Back To Top Button */
#back_to_top_btn{
	display: inline-block;
	background-color: #000;
	width: 40px;
	height: 40px;
	text-align: center;
	border-radius: 50%;
	position: fixed;
	bottom: 30px;
	transition: background-color .3s, opacity .5s, visibility .5s;
	opacity: 0;
	visibility: hidden;
	z-index: 1000;
	box-shadow: 0 0 10px rgba(0,0,0,0.4);
	text-decoration: none;
	display: flex;
	align-items: center;
	justify-content: center;
	right: 25px;
}
#back_to_top_btn::after{
	font-family: "Font Awesome 5 Pro";
  	font-weight: 900;
  	content: "\f077";
	font-size: 22px;
	color: #fff;
}
#back_to_top_btn:hover{
	cursor: pointer;
	background-color: #3d3d3d !important;
}
#back_to_top_btn:active{
	background-color: #3d3d3d !important;
}
#back_to_top_btn.show{
	opacity: 1;
	visibility: visible;
}

.btn-light{
	display: inline !important;
	padding: 15px;
}
.btn-primary{
	background-color: #191919;
	border: 1px solid #191919;
	padding-top: 8px;
  	padding-bottom: 8px;
  	padding-left: 12px;
  	padding-right: 12px;
	border-radius: 9px;
}
.btn-primary:hover{
	background-color: #D89B4A !important;
	border: 1px solid #D89B4A !important;
}
.btn-primary:active{
	background-color: #D89B4A !important;
	border: 1px solid #D89B4A !important;
}

/* Input Fields */
/* Search Field */
.th_part_b .search_input{
	border-radius: 14px;
	border: 1px solid #E2E2E2;
	padding-top: 10px;
	padding-left: 42px;
	padding-bottom: 10px;
	text-align: left;
  	height: 100%;	
}
.th_part_b .search_input:focus{
	border: 1px solid #191919;
}
.th_part_b form{
	position: relative;
}
.th_part_b form i{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	font-size: 24px;
	left: 10px;
}

.form-select{
	border-radius: 14px;
	border: 1px solid #E2E2E2;
	padding-top: 10px;
	padding-left: 10px;
	padding-bottom: 10px;	
}
.form-select:focus{
	border: 1px solid #191919;
}

/* Header */
/* Topbar */
.main_header{
	background: #000;
	border-bottom: 2px solid #D89B4A;
}
.main_header .navbar-toggler-icon {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgb%28255, 255, 255, 255' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.main_header .top_bar_row{
	justify-content: space-between;
	align-items: center;
}
.head_topbar{
	border-bottom: 1px solid #F3F3F3;
	padding-bottom: 10px;
}
.main_header .th_part_b{
	justify-content: end;
	align-items: center;
}
.topbar_action_btns a{
	color: #ffffff;
	font-size: 24px;
}
.h_sel_items{
	position: relative;
}
.item_counter{
	position: absolute;
	background-color: #D89B4A;
	color: #fff;
	font-size: 14px;
	font-weight: 600;
	width: 20px;
	height: 20px;
	border-radius: 50px;
	display: flex;
	justify-content: center;
	top: -8px;
  	left: 16px;
}
/* Main Menu */
.header_menu a{
	text-transform: uppercase;
}
.header_menu .navbar-expand-lg .navbar-nav .nav-link{
	padding-left: 12px;
  	padding-right: 12px;
	color: #fff;
}
.header_menu .navbar-expand-lg .navbar-nav .nav-link:hover{
	color: #D89B4A;
}
.cart_for_reponsive{
	display: none !important;
}
/* Banner Area */
.main_banner{
	width: 100%;
	height: 815px;
}
.main_banner img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.main_banner .mob_img_bnr{
	display: none;
}

/* Top Dresses */
.top_dresses{
	margin-top: 50px;
}
.top_dresses_box{
	text-align: center;
}
.td_circle_img_box{
	width: 100%;
	height: 155px;
	border-radius: 100%;
	overflow: hidden;
}
.td_circle_img_box img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.top_dresses_box h6{
	margin-top: 10px;
}
.top_dresses h3{
	font-weight: 700;
}
.top_dresses a{
	text-decoration: none;
	color: #000;
}
/* Dresses Category */
.dress_category_listing{
	margin-top: 70px;
	padding-bottom: 70px;
}
.dress_category_listing .nav-tabs .nav-link.active{
	border-top: 0;
	border-right: 0;
	border-left: 0;
	border-bottom: 3px solid #000;
	color: #000;
	font-weight: 600;
}
.dress_category_listing .nav-tabs .nav-link{
	color: #3d3d3d;
	border: 0;
}

.dress_category_listing .nav-tabs .nav-link:hover{
	border: 0;
}
.dress_category_listing .nav-tabs .nav-link:focus{
	border-bottom: 3px solid #000;
	color: #000;
	font-weight: 600;
}
.dress_category_listing .nav_line:active{
	border: 1px solid;
}
.product_listing{
}
.product_listing .product_img{
	width: 100%;
	height: 390px;
	margin-top: 20px;
	position: relative;
}
.product_listing .product_img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all .5s ease;
}
.product_listing .product_img .p_hover_img{
	display: none;
}
.product_listing .product_img:hover .p_hover_img{
	display: block;
}
.product_listing .product_img:hover .p_random_img{
	display: none;
}


.product_listing .product_body{
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 10px;
}
.product_listing .product_body .btn-primary{
	display: block;
	background-color: #191919;
	border: 1px solid #191919;
	padding-top: 8px;
  	padding-bottom: 8px;
  	padding-left: 12px;
  	padding-right: 12px;
	border-radius: 9px;
}
.product_listing .product_body h5{
	font-weight: 700;
}
.product_listing .product_body h6{
	color: #00000098;
}

/* Shop by Category */
.category_block h2{
	font-weight: 700;
	margin-bottom: 30px;
	color: #000;
}
.shop_categ_block{
	width: 100%;
	height: 630px;
	position: relative;
}
.shop_categ_block img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.shop_categ_block .overlay{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgb(0,0,0);
	background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.5466387238489145) 100%); 
}
.shop_categ_block .shop_categ_block_body{
	position: absolute;
	bottom: 45px;
  	left: 45px;
}
.shop_categ_block .shop_categ_block_body h1{
	color: #fff;
	font-weight: 600;
}

/* Message Section */
.ab_section{
	margin-top: 70px;
}
.ab_section h1{
	font-weight: 700;
	text-transform: uppercase;
	margin-top: 0;
	margin-bottom: 10px;
}
.ab_section h3{
	color: #0000008c;
	font-weight: 400;
	line-height: 48px;
	margin: 0;
}
.ab_section p{
	color: #0000008c;
	margin: 0;
}
.trust_buttons{
	display: flex;
	gap: 20px;
	margin-top: 20px;
}
.trust_buttons .grey_text_box{
	background: #FFF8EA;
	border-radius: 20px;
	padding-left: 25px;
	padding-right: 25px;
	padding-top: 20px;
	padding-bottom: 20px;
	text-align: center;
}

/* Latest Trend */
.latest_trend{
	background-image: url(../images/latest_trend_bnr.png);
	width: 100%;
	height: 698px;
	background-repeat: no-repeat;
	background-size: cover;
	margin-top: 70px;
	position: relative;
}
.latest_trend .overlay {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgb(171,124,155);
	background: linear-gradient(90deg, rgba(171,124,155,0) 18%, rgb(43, 19, 34) 100%);
}
.latest_trend .lt_trend_body{
	position: absolute;
	z-index: 2;
	top: 50%;
	transform: translateY(-50%);
}
.white_btn{
	border-radius: 50px;
	background: #fff;
	padding-top: 17px;
	padding-bottom: 17px;
	padding-left: 24px;
	padding-right: 24px;
	font-weight: 600;
}

.white_btn:hover, .white_btn:active{
	background: #D89B4A !important;
	color: #fff !important;
	border-color: #D89B4A !important;
}
.latest_trend h1{
	color: #fff;
	font-weight: 700;
}
.latest_trend h3{
	color: #ffffffcb;
	line-height: 42px;
}

/* Footer */
.footer{
	background: #F7FAFA;
  	padding-top: 42px;
}
.footer_body .form-control{
	height: 100%;
}
.footer_body h6 {
	text-transform: uppercase;
	color: #000;
	font-weight: 700;
	font-size: 18px;
}
.footer_body ul {
	list-style: none;
	padding-left: 0;
}
.footer_body ul a, .footer_bottom a{
	text-decoration: none;
	color: #6E6F6F;
	transition: all 0.5s ease;
}
.footer_body ul a:hover{
	color: #000;
}
.footer_body ul li {
	color: #6E6F6F;
	padding-top: 5px;
	padding-bottom: 5px;
}

.sec_social .sec_social_links {
	display: flex;
	gap: 10px;
	flex-wrap: wrap;
}
.sec_social .sec_social_links a {
	text-decoration: none;
	color: #434343 !important;
	background: #EAEEEE;
	border-radius: 50%;
	width: 44px;
	height: 44px;
	font-size: 18px;
	border-radius: 50px;
	display: flex !important;
	justify-content: center;
	align-items: center;
	padding: 10px;
	display: inline-block;
	flex-shrink: 0;
	transition: all 0.5s;
}
.sec_social .sec_social_links a:hover{
	color: #fff !important;
	background: #D89B4A;
}
.sm_footer_r_col .input-group .btn-primary{
	background-color: #191919;
	border-radius: 14px;
	border: 1px solid #191919;
}
.sm_footer_r_col .input-group .form-control{
	padding-top: 10px;
	padding-bottom: 10px;
	border-radius: 14px;
	border: 1px solid #E2E2E2;
}
.sm_footer_r_col .input-group .form-control:focus{
	border: 1px solid #191919;
}

/* Buttons */
.btn-outline-light{
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 18px;
	padding-right: 18px;
	border-radius: 10px;
}

/* Product Listing */
.inner_banner_parent .inner_banner{
	width: 100%;
	height: 424px;
	overflow: hidden;
	position: relative;
}
.inner_banner_parent .inner_banner img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.inner_banner_parent .inner_banner .banner_overlay{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgb(0,0,0);
	background: linear-gradient(90deg, rgba(0,0,0,0.6922969871542367) 0%, rgba(0,0,0,0) 69%); 
}
.inner_banner_parent .inner_banner .inner_bnr_content{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}
.inner_banner_parent .inner_banner .inner_bnr_content h1{
	color: #fff;
	font-weight: 700;
}
.inner_banner_parent .inner_banner .breadcrumb-item.active{
	color: #fff;
}
.inner_banner_parent .inner_banner .breadcrumb-item a{
	color: #fff;
}

.pro_listing_filters{
	margin-top: 40px;
}
.pro_page_listing{
	margin-top: 40px;
	margin-bottom: 70px;
}
.wh_header{
	border-bottom: 1px solid #eeeeee;
}

.wh_breadcrumb{
	margin-top: 20px;
	margin-bottom: 20px;
}
.breadcrumb a{
	color: #191919;
}
.pro_detail_page .product_image{
	width: 100%;
	height: 500px;
	display: block;
	overflow: hidden;
	margin-bottom: 10px;
}
.pro_detail_page .product_image img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.pro_detail_page .gallery_product_image{
	width: 100%;
	height: 200px;
	overflow: hidden;
	display: block;
}
.pro_detail_page .gallery_product_image img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.pg_actions{
	display: flex;
	gap: 15px;
	align-items: center;
}
span {cursor:pointer; }
.number{
	display: flex;
}
.minus, .plus{
	width:35px;
	height:35px;
	background:#191919;
	border-radius:50px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
}
input{
	height:34px;
	width: 48px;
	text-align: center;
	font-size: 20px;
	font-weight: 600;
	border: none;
	border-radius:4px;
	display: inline-block;
	vertical-align: middle;
}
.pg_head h3{
	font-size: 30px;
	font-weight: 600;
	color: #000;
}
.pg_head h4{
	color: #363636;
	font-size: 24px;

}
.pg_head .ran_link{
	text-decoration: none;
	color: #000;
	margin-top: 30px;
	margin-bottom: 10px;
	display: block;
}
.heart_btn{
	color: #000;
	text-decoration: none;
	font-size: 30px;
	padding: 5px;
	border-radius: 50px;
}
.heart_btn:hover{
	color: #000;
	background: #f1f1f1;
}
.pg_reviews {
	margin-top: 20px;
}
.pg_reviews .reviews_star {
	display: flex;
	gap: 5px;
	color: #FFBB00;
	font-size: 24px;
}
.pg_reviews a{
	text-decoration: none;
	color: #000;
	display: block;
}
.pg_reviews a{
	margin-top: 10px;
}
.pg_reviews a span{
	font-weight: 700;
}

/* Color Selection Radio  */
.custom_color_selection_radio{
	display: flex;
	gap: 10px;
}
.pg_color_selection{
	margin-top: 20px;
}
.pg_color_selection h5{
	font-weight: 700;
}
.pg_color_selection .p_color_circle{
	width: 27px;
	height: 26px;
	border-radius: 50px;
	flex-shrink: 0;
}
.custom_color_selection_radio .color_check{
	display: flex;
  	justify-content: center;
  	align-items: center;
	width: 40px;
  	border-radius: 50px;
  	height: 40px;
	border-color: transparent !important;
	background: transparent !important;
}
.custom_color_selection_radio .btn-check:checked + .btn {
	border: 1px solid #000 !important;
}

/* Size Selection Radio  */
.pg_size_selection{
	margin-top: 20px;
}
.custom_size_selection_radio{
	display: flex;
	gap: 10px;
}
.pg_size_selection h5{
	font-weight: 700;
}
.custom_size_selection_radio .size_check{
	display: flex;
	flex-shrink: 0;
  	justify-content: center;
  	align-items: center;
	width: 46px;
  	border-radius: 9px;
  	height: 46px;
	border-color: #000 !important;
	background: transparent !important;
	color: #000;
}
.p_size_square{
	color: #000;
	font-weight: 600;
}
.custom_size_selection_radio .btn-check:checked + .btn {
	background: #000 !important;
	
}
.custom_size_selection_radio .btn-check:checked + .btn .p_size_square{
	color: #fff !important;
}
.grey_p{
	margin-top: 20px;
	font-weight: 600;
}
.grey_p a{
	color: #727272;
}
.pro_detail_col_footer {
	margin-top: 20px;
}
.pro_detail_col_footer .btn-primary{
	text-transform: uppercase;
	font-weight: 600;
	padding-top: 10px;
	padding-bottom: 10px;
	width: 40%;
}
.pro_detail_col_footer a{
	display: block;
}
.pro_detail_col_footer .paypal_btn{
	background-color: #FFDB76;
	border-color: #FFDB76;
	color: #263B80;
	text-transform: none;
	margin-top: 10px;
}
.pro_detail_col_footer .paypal_btn:active{
	color: #263B80;
}
.pro_detail_col_footer .paypal_btn img{
	width: 40%;
}
.pro_detail_col_footer .paypal_btn:hover{
	background-color: #e6b01c !important;
	border-color: #e6b01c !important;
}
.pro_detail_col_footer p{
	margin-top: 10px;
	font-weight: 500;
	color: #363636;
}
.product_discription{
	margin-top: 30px;
}
.product_discription h3{
	font-weight: 700;
	margin-bottom: 20px;
}
.product_discription ul{
	padding-left: 0;
}
.product_discription ul li{
	list-style: none;
}

/* Customer Reviews */
.customer_reviews{
	margin-top: 50px;
	/* background: #FBFBFB; */
	padding-top: 50px;
	padding-bottom: 50px;
}
.customer_reviews h3{
	font-weight: 700;
	margin-bottom: 20px;
}
.customer_reviews .rating_analytics h2{
	font-weight: 700;
	margin-bottom: 0;
}
.customer_reviews .pg_reviews{
	margin-top: 8px;
}
.rating_write_review .btn-primary{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
}
.rating_write_review .btn-outline-light{
	border: 1px solid #000;
	color: #000;
	font-size: 27px;
	padding-top: 8px;
	padding-bottom: 8px;
}
.rating_write_review .btn-outline-light:hover{
	background-color: #e2e2e2;
	border: 1px solid #e2e2e2;
}
.rating_write_review{
	padding-right: 20px;
	border-right: 1px solid #EBEBEB;
	flex-shrink: 0;
}
.rating_progress .rate_progress_bar{
	display: flex;
	align-items: center;
	gap: 8px;
}
.rating_progress p{
	margin: 0;
	width: 28%;
}
.rating_progress .progress-bar{
	background-color: #FFA800;
}
.rating_progress .rate_progress_bar .progress{
	width: 100%;
}
.testimonials{
	margin-top: 40px;
}
.testimonials .review_box{
	background: #fff;
	border-radius: 9px;
	padding: 25px;
	margin-top: 20px;
	box-shadow: rgba(100, 100, 111, 0.041) 0px 7px 29px 0px;
}
.testimonials .review_box .reviews_star{
	color: #FFBB00;
	font-size: 20px;
}
.testimonials .review_box h6{
	font-weight: 700;
	margin-top: 10px;
	font-size: 20px;
}
.testimonials .review_box .review_date{
	margin: 0;
	color: #191919;
}
.btn-outline{
	border: 1px solid #191919;
	padding-top: 14px;
	padding-bottom: 14px;
	padding-left: 25px;
	text-transform: uppercase;
	font-weight: 600;
	padding-right: 25px;
	border-radius: 9px;
}
.btn-outline:hover{
	background: #191919;
	color: #fff;
}

/* FAQs */
.faqs_section{
	margin-top: 50px;
}
.faqs_section h3{
	font-weight: 700;
	margin-bottom: 30px;
}
.accordion-button:not(.collapsed){
	color: #000;
	background: #F6F6F6;
}
.accordion-button:focus{
	box-shadow: none;
}
.accordion-button:not(.collapsed)::after {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000000'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
.product_images_swiper {
	position: relative;
}
.pro_images_navigation{
	position: absolute;
	z-index: 2;
	bottom: 30px;
	left: 50%;
	transform: translateX(-50%);
}

.pro_images_navigation{
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 10px;
}
.swiper-button-prev, .swiper-button-next {
	position: unset;
	color: #fff;
	border: 2px solid #fff;
	border-radius: 50%;
	width: 30px;
	height: 30px;
	margin-top: 0;

	display: flex;
  align-items: center;
  justify-content: center;
}
.swiper-button-prev::after, .swiper-button-next::after{
	display: none;
}

.product_box_parent .product_box{
	text-decoration: none;
	width: 60%;
}
.product_body .product_title{
	color: #000;
}
.heart_btn_cust {
	background: none;
	border: none;
}
.fa-stack {
	width: 1.3em;
  }

.review_write_btn {
	background: #000;
	display: flex;
	padding: 17px 42px;
	color: #fff;
	border-radius: 9px;
	text-decoration: none;
}

.review_write_btn:hover {
	color: #fff;
	background: #3b3b3b;
  }

  
/* Tahir 11-6-2024 */
.form-control{
	border-radius: 14px;
  border: 1px solid #E2E2E2;
  padding-top: 24px;
  padding-left: 15px;
  padding-bottom: 24px;
  text-align: left;
}
.form-control:focus{
	border-color: #000;
}
.sign_form p{
	color: #0000008c;
}
.rounded{
	border-radius: 20px !important;
}
.sign_form h4{
	font-weight: 600;
}
.sign_form h6{
	color: #0000008c;
}
.sign_form a{
	color: #000;
	text-decoration: none;
	display: block;
}
.sign_form a:hover{
	color: #000;
	text-decoration: none;
}
.out_form h4{
	font-weight: 600;
}
.out_form p{
	color: #0000008c;
}

.sign_form .btn-primary{
	padding-top: 15px;
	padding-bottom: 15px;
}

/* Side my account bar */
.list-group-item:first-child{
	border-top-left-radius: 20px !important;
  	border-top-right-radius: 20px !important;
}
.list-group-item:last-child {
	border-bottom-right-radius: 20px !important;
	border-bottom-left-radius: 20px !important;
}
.list-group-item{
	padding-top: 10px;
  	padding-bottom: 10px;
}
.list-group-item.active{
	background-color: #191919 !important;
	border-color: #191919 !important;
	color: #fff !important;
}
.list-group-item.active:hover{
	background-color: #191919;
	border-color: #191919;
	color: #fff;
}
.list-group a:hover{
	color: #535353;
}
h1{
	font-weight: 600;
}
#account-register{
	margin-bottom: 40px;
}
#account-register p{
	color: #0000008c;
}
.form-check-input:checked {
	background-color: #000;
	border-color: #000;
}
.form-check-input:checked:focus{
	box-shadow: none;
}
.form-check-input:focus{
	box-shadow: none;
}
.product_box_parent .product_img{
	width: 100%;
	height: 390px;
	margin-top: 20px;
	position: relative;
}
.product_box_parent a:hover{
	color: #000;
}
.product_box_parent .product_img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all .5s ease;
}
.product_box_parent .product_img .p_hover_img{
	display: none;
}
.product_box_parent .product_img:hover .p_hover_img{
	display: block;
}
.product_box_parent .product_img:hover .p_random_img{
	display: none;
}


.product_box_parent .product_body{
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 10px;
}
.product_box_parent .product_body .btn-primary{
	display: block;
	background-color: #191919;
	border: 1px solid #191919;
	padding-top: 8px;
  	padding-bottom: 8px;
  	padding-left: 12px;
  	padding-right: 12px;
	border-radius: 9px;
}
.product_listing .product_body h5{
	font-weight: 700;
}
.product_box_parent .product_body h6{
	color: #00000098;
}

/* View Cart on Header */
.header_cart .dropdown-menu{
	width: 320px;
	border-radius: 20px;
}
.cart_dropdown a{
	font-size: 16px;
	color: #000;
}
.header_cart .header_cart_title a{
	font-weight: 600;
	color: #000;
	font-size: 16px;
}

.fw_semibold{
	font-weight: 600;
}
.view_cart_remove_btn i{
	color: #000;
	position: unset !important;
	transform:none !important; 
	font-size: 20px !important;
}
#checkout-cart{
	margin-bottom: 70px;
}
.footer_body{
	margin-bottom: 20px;
}
.btn:disabled{
	color: #141414;
  	background-color: #cfcfcf;
  	border-color: #cfcfcf;
}
.web_search_btn{
	position: relative;
}
/* .web_search_btn button{
	background-color: #FFBB00;
} */
#search button {
	position: absolute;
	height: 100%;
  }
#search .search_input {
	border-radius: 14px;
	border: 1px solid #E2E2E2;
	padding-top: 10px;
	padding-left: 42px;
	padding-bottom: 10px;
	text-align: left;
	height: 100%;
}
.productVideoBtn {
	position: absolute;
	bottom: 16px;
	right: 6px;
	z-index: 100;
	background-color:#D89B4A;
	color: #000;
}
@media (min-width: 576px) {
	.productVideoModel {
	  max-width: 50% !important;
	}
  }

/* Responsive */
/* Small Device */
@media only screen and (max-width: 1199px){
	.th_part_b .search_input {
		width: 156px;
  		min-width: 50px;
  		max-width: 156px;
	}
	.header_menu .navbar-expand-lg .navbar-nav .nav-link{
		font-size: 14px;
	}
	.main_banner {
		height: 566px;
	}
	.td_circle_img_box{
		height: 129px;
	}
	.product_listing .col-sm-3{
		width: 33%;
	}
	 .rating_analytics_col{
		width: 70%;
	}
	.pro_detail_col_footer .btn-primary{
		width: 52%;
	}
	.pro_detail_page .product_image{
		height: 450px;
	}
	.pro_detail_page .gallery_product_image{
		height: 150px;
	}
}

@media only screen and (max-width: 992px){
	.td_circle_img_box {
		height: 172px;
	}
	.trust_buttons{
		flex-wrap: wrap;
	}
	.latest_trend .lt_trend_body {
		padding-right: 45px;
	}
	.pro_page_listing .product_listing .col-sm-4{
		width: 50%;
	}
	
}

/* Tablet */
@media only screen and (max-width: 810px){
	.main_header .head_topbar .top_bar_row {
		align-items: center;
	}
	.main_header .head_topbar .top_bar_row .col-sm-5{
		width: 100%;
	}
	.main_header .head_topbar .top_bar_row .col-sm-2{
		width: 35%;
		margin-top: 20px;
	}
	.main_header .head_topbar .top_bar_row .resposive_items_head_col{
		width: 65%;
		margin-top: 20px;
	}
	.th_part_b .search_input {
		width: 300px;
		max-width: 300px;
	}
	.main_banner {
		height: 430px;
	}
	.td_circle_img_box {
		height: 160px;
	}
	.product_listing .col-sm-3 {
		width: 50%;
	}
	.shop_categ_block{
		height: 438px;
	}
	.ab_section h3{
		font-size: 20px;
		line-height: 34px;
	}
	.footer_body .col-sm-2{
		width: 33%;
	}
	.footer_body .col-sm-3{
		width: 33%;
	}
	.footer_body .sm_footer_r_col{
		width: 67%;
	}
	.footer_bottom .col-sm-3{
		width: 100%;
		text-align: center;
	}
	.footer_bottom .col-sm-9{
		width: 100%;
		text-align: center;
	}
	.footer .footer_bottom .col-sm-9 .th_part_a {
		justify-content: center !important;
	}
	.latest_trend{
		height: 378px;
	}
	.pro_listing_filters .col-sm-3{
		width: 38%;
	}
	.pro_detail_col_footer .btn-primary {
		width: 76%;
	}
	.product_discription .col-sm-4{
		width: 50%;
	}
	.rating_analytics_col {
		width: 100%;
	}
}

/* Mobile */
@media only screen and (max-width: 481px){
	.dress_category_listing {
		margin-top: 20px;
	}
	.top_bar_row .col-sm-5 .th_part_a {
		justify-content: center;
	}
	.main_header .head_topbar .top_bar_row .col-sm-2 {
		width: 100%;
		text-align: center;
	}
	.main_header .head_topbar .top_bar_row .resposive_items_head_col{
		width: 100%;
	}
	.main_header .head_topbar .top_bar_row .topbar_action_btns{
		margin-right: 15px;
	}
	.th_part_b .search_input{
		width: 248px;	
	}
	.main_banner {
		height: 558px;
	}
	
	.topbar_action_btns{
		/* display: none !important; */
		margin-top: 20px;
	}

	.cart_for_reponsive{
		/* display: block !important; */
		margin-top: 16px;
    	padding-left: 13px;
	}
	.main_banner .mob_img_bnr{
		display: block;
	}
	.main_banner .web_img_bnr{
		display: none;
	}
	.top_dresses .top_d_body {
		flex-wrap: wrap;
		text-align: center;
		justify-content: center;
	}
	.td_circle_img_box {
		height: 180px;
	}
	.product_listing .col-sm-3 {
		width: 100%;
	}
	.trust_buttons{
		justify-content: center;
	}
	.ab_section h3 {
		margin-bottom: 20px;
	}
	.footer_body .col-sm-3 {
		width: 100%;
	}
	.footer_body .col-sm-2{
		width: 100%;
	}
	.footer .footer_bottom .col-sm-9 .th_part_a{
		justify-content: center !important;
		flex-wrap: wrap;
	}
	.footer .footer_bottom{
		margin-top: 30px;
	}
	.pro_listing_filters .col-sm-3 {
		width: 50%;
		margin-bottom: 20px;
	}
	.inner_banner_parent .inner_banner {
		height: 250px;
	}
	.pro_listing_filters {
		margin-top: 18px;
	}
	.pro_page_listing {
		margin-top: 6px;
	}
	.product_discription .col-sm-4 {
		width: 100%;
	}
	.rating_progress{
		margin-top: 30px;
	}
	.pro_detail_page .product_image {
		height: 330px;
	}
	.pro_detail_page .gallery_product_image {
		height: 106px;
	}
	.pg_head{
		margin-top: 20px;
	}
	.pro_page_listing .product_listing .col-sm-4{
		width: 100%;
	}
}

/* Tablet Landscape Mode */
@media only screen
and (min-device-width: 768px)
and (max-device-width: 1280px)
and (orientation: landscape){
	
}

/* Mobile Landscape Mode */
@media only screen 
and (min-device-width: 360px) 
and (max-device-width: 926px) 
and (orientation: landscape) {
 	
}