/*========generic css start=====*/
body {
	color: #181935;
	font-size: 14px;
	font-family: 'Poppins', sans-serif;
	font-style: normal;
	/*font-weight: 700;*/
	background: #fff;
	margin: 0;
	padding: 0;
}
.sambrand{background-color: #000000;
	color: #ccc;
	font-size: 11px;
	padding: 10px 20px;
	border-top: solid 1px #333438;
	text-align: center;}

	.sambrand a {color: #fff;}
	.sambrand a:hover{text-decoration: underline;}
.pCat a {color: #000!important; font-size: 11px;}
.pCat a:hover{color: #000; text-decoration: underline;}
.amount{font-weight: bold;}
*:focus {
	outline: none;
}
a, a:active, a:focus, button, button:focus {
	text-decoration: none !important;
	outline: 0;
	cursor: pointer;
}
.container {
	max-width: 1250px;
	margin: auto;
	padding: 0 15px;
	height: auto;
	display: block
}
p {
	font-size: 14px;
	font-family: 'Poppins', sans-serif;
	font-weight: 500;
	color: #181935;
	font-weight: normal;
}
h1, h2 {
	margin: 0;
	padding-bottom: 0px;
	font-weight: 500;
	/* font-family: 'Poppins', sans-serif; */
	font-size: 24px;
	line-height: 25px;
	color: #1c1d38;
	text-transform: uppercase;
	font-weight: bold;
	font-family: georgia;
}
h3 {
	font-family: 'Poppins', sans-serif;
	font-style: normal;
	margin: 0
}
h4 {
	font-size: 16px;
	color: #181935;
	font-weight: bold;
}
h6 {
	font-family: 'Poppins', sans-serif;
	font-size: 14px;
	color: #181935;
	margin-top: 3px;
	font-weight: normal;
}
ul {
	padding: 0;
	margin: 0
}
li {
	list-style: none;
}
.button {
	border: 2px solid transparent;
	display: inline-block;
	background: #1c1d38;
	padding: 4px 17px;
	color: #fff!important;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 500;
}
.button:hover, .button:focus {
	background: none;
	border: 2px solid #181935;
	color: #181935!important;
	transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
	-webkit-transition: all .5s;
	-ms-transition: all .5s;
}
.search_fields input::-webkit-input-placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
 color: #000;
 opacity: 1; /* Firefox */
}
 .search_fields input::-moz-placeholder { /* Internet Explorer 10-11 */
 color: #000;
opacity: 1; /* Firefox */
}
.search_fields input:-moz-placeholder { /* Internet Explorer 10-11 */
 color: #000;
opacity: 1; /* Firefox */
}
.search_fields input::-ms-input-placeholder { /* Microsoft Edge */
 color: #000;
opacity: 1; /* Firefox */
}
.search_fields input:-ms-input-placeholder { /* Microsoft Edge */
 color: #000;
font-size:13px;
opacity: 1; /* Firefox */
}
.search_fields input::-moz-placeholder { /* Microsoft Edge */
 color: #000;
opacity: 1; /* Firefox */
}
.search_fields input::placeholder { /* Microsoft Edge */
 color: #000;
opacity: 1; /* Firefox */
}
/*=========generic css ends=========*/

/*========header css================*/
.fixed-top.fixed {
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	z-index: 999;
	background: #fff;
	transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
	-webkit-transition: all .5s;
	-ms-transition: all .5s;
}
.my_nav {
	padding-bottom: 154px;
}
.navbar {
	background: rgba(0, 0, 0, .95)
}
.navbar-expand-lg.menu-onscroll {
	background: rgba(0, 0, 0, .95);
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 999;
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown;
	-webkit-transform-origin: center;
	transform-origin: center;
	-moz-box-shadow: 0 10px 20px -12px rgba(0, 0, 0, .42), 0 3px 20px 0 rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(0, 0, 0, .2);
	-webkit-box-shadow: 0 10px 20px -12px rgba(0, 0, 0, .42), 0 3px 20px 0 rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(0, 0, 0, .2);
	-o-box-shadow: 0 10px 20px -12px rgba(0, 0, 0, .42), 0 3px 20px 0 rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(0, 0, 0, .2);
	box-shadow: 0 10px 20px -12px rgba(0, 0, 0, .42), 0 3px 20px 0 rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(0, 0, 0, .2)
}
.nav-item:hover .dropdown-menu {
	display: block
}
.navbar-expand-lg.menu-onscroll {
	animation-duration: .6s;
	animation-timing-function: linear
}
 @-webkit-keyframes fadeInDown {
 from {
 opacity: 0;
 -webkit-transform: translate3d(0, -100%, 0);
 transform: translate3d(0, -100%, 0)
}
 to {
 opacity: 1;
 -webkit-transform: none;
 transform: none
}
}
 @keyframes fadeInDown {
 from {
 opacity: 0;
 -webkit-transform: translate3d(0, -100%, 0);
 transform: translate3d(0, -100%, 0)
}
 to {
 opacity: 1;
 -webkit-transform: none;
 transform: none
}
}
.fadeInDown {
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown
}
.navbar-brand {
	padding: 0;
}
.navbar-expand-lg .navbar-nav .nav-link {
	color: #181935;
	font-size: 14px;
	position: relative;
	padding: 10px 15px;
	font-family: georgia;
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: 0.8px;
}
.navbar-expand-lg .navbar-nav .nav-link:hover {
	color: #000;
	text-decoration: underline;
}
.fixed-top {
	transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
	-webkit-transition: all .5s;
	-ms-transition: all .5s;
	position: absolute;
	padding: 20px 0;
	background: #fff;
	position: fixed;
	left: 0;
	right: 0;
	top: 30px;
	z-index: 999;
	background: #fff;
	transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
	-webkit-transition: all .5s;
	-ms-transition: all .5s;
	border-bottom: solid 2px #181935;
	border-top: 2px solid #181935;
}
.nav-item:last-child {
	padding-right: 0
}
.nav-item {
	padding: 0 10px;
	position: relative;
}
/*
.nav-item a:after{    position: absolute;
    background: #181935;
    bottom: 0;
    color: transparent !important;
    content: ".";
    height: 2px !important;
    left: 0;
    margin: auto;
    right: 0;
    width: 0;
    transition: all 0.5s;}
.nav-item a:hover:after,.nav-item a.active:after { width: calc(100% - 30px);}
*/
.right-bar {
	overflow: hidden;
	margin-top: 15px;
	margin-left: 2rem;
	display: flex
}
.fixed-top.fixed {
	top: 0;
	box-shadow: 0 1px 7px rgba(0, 0, 0, .5)
}
/*================search bar css start=======*/
.search-bar-section li {
	display: inline-block;
	padding: 0px 10px;
	vertical-align: middle;
    position: relative;
}
.search-bar-section li:last-child {
	padding-right: 0px;
}
.search_bar_tab {
	display: block;
	top: 15px;
	float: right;
	z-index: 99;
	border: none;
	border-radius: 0;
	padding: 0px 13px;
	background-color: transparent;
	background-image: none;
	margin-right: 0px;
	position: relative;
	top: 0px;
	outline: none;
}
.search_bar_tab .icon-bar {
	background: #181935;
	height: 3px;
	width: 12px;
	display: block;
	position: relative;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
}
.search_bar_tab .icon-bar:first-child {
	border-radius: 50%;
	height: 15px;
	width: 15px;
	background: none;
	border: solid 3px #181935;
	position: absolute;
	top: -9px;
}
.search_bar_tab .icon-bar:last-child {
	-moz-transform: rotate(44deg);
	-ms-transform: rotate(44deg);
	-o-transform: rotate(44deg);
	-webkit-transform: rotate(44deg);
	position: absolute;
	left: 23px;
	top: 4px;
}
/*========search box open and close========*/
.search {
	position: absolute;
	cursor: pointer;
	/* width: 10px; */
	right: 6px;
	top: 7px;
	font-size: 20px;
	transition: height 0.25s ease 0.2s;
	color: #000;
	width: 27px;
	/* padding-bottom: 14px; */
}
.search_box {
	position: absolute;
	left: 0;
	top: 100%;
	transition: opacity 0.25s linear 0s;
	width: 100%;
	height: 0px;
	z-index: -10;
	opacity: 1;
	perspective: 1600px;
	transition: height 0.25s ease 0.2s;
	overflow: hidden;
}
.search_box form {
	background-color: #fff;
	height: 65px;
	transform: rotateX(-100deg);
	transform-origin: center top 0;
	-moz-transition: all 0.25s linear 0s;
	-o-transition: all 0.25s linear 0s;
	-webkit-transition: all 0.25s linear 0s;
	-ms-transition: all 0.25s linear 0s;
}
.search_box form .search_fields {
	position: relative;
	padding: 0px 0px;
	/* margin-top: 2px; */
	border: solid 1px #000;
}
.search_box.active {
	height: 100px;
	opacity: 1;
	z-index: 10;
	transition: all 0.5s;
	transition: height 0.25s ease 0.2s;
}
.search_box.active form {
	transform: rotateX(0deg);
	transition-delay: 0.2s;
}
.search_box input {
	background-color: transparent !important;
	font-size: 18px;
	line-height: 46px;/* padding-left:0px !important; */
	padding-right: 80px !important;
	width: 100%;
	color: #000;
	border-bottom: none;
	border-left: none;
	border-right: none;
	border-top: none;/* border: solid 1px #000; */
	padding: 0px 10px;
}
.current01.search_bar_tab .icon-bar {
	background: #181935;
	height: 2px;
	width: 22px;
	display: block;
}
.current01.search_bar_tab .icon-bar:first-child {
	border-radius: 0px;
	height: 2px;
	width: 22px;
	background: #181935;
	border: none;
	position: absolute;
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	top: 0px;
	left: 14px;
}
.current01.search_bar_tab .icon-bar:last-child {
	position: absolute;
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	top: 0px;
	left: 14px;
}
.current01.search_bar_tab .icon-bar {
	background: #181935;
	height: 2px;
	width: 22px;
	display: block;
}
.search_box input:focus {
	outline: none;
}
/*================search bar css ends========*/

.masonry-section .row {
	margin: 0
}
.masonry-section [class|=col] {
	padding: 0px
}
.image-section {
	position: relative;
	-o-transition: all 0.4s;
	-ms-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-webkit-transition: all 0.4s;
	height: 264px;
	overflow: hidden;
	display: block;
}
.image-section img {
	width: 100%;
	-moz-transition: all 3s;
	-ms-transition: all 3s;
	-o-transition: all 3s;
	-webkit-transition: all 3s;
	height: auto;
}
.image-section:hover img {
	-moz-transform: scale(1.2);
	-o-transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-ms-transform: scale(1.2);
}
.image-section h4 {
	display: table;
	position: absolute;
	left: 0px;
	bottom: 20px;
	background: #060405;
	color: #e7e7e7;
	padding: 5px 15px;
	font-size: 16px;
	font-weight: normal;
}
.image-section h4:after {
	font-family: FontAwesome;
	content: "\f178";
	display: inline-block;
	padding-left: 10px;
	vertical-align: top;
}
.product-gallery .product {
	padding: 120px 0;
	border-bottom: 1px solid #d4d4d4;
}
.product-gallery .product:last-child {
	border-bottom: none;
}
.product-gallery .product:nth-child(2n) .row {
	flex-direction: row-reverse;
}
.product-description p, .product-description .dress-size, .product-description h4 {
	color: #181935;/* font-weight:normal; */
	padding: 10px 0px;
	margin: 0;
}
.product-description .dress-size span {
	color: #675f5f;
}
.product-description .button {
	border-radius: 3px;
	font-size: 14px;
	padding: 6px 40px;
	font-weight: 700;
	margin-top: 15px;
}
.product-detail-section h4 {
	margin: 15px 0px 15px 0px;
}
.product-details {
	margin: 20px 0px;
}
.product-detail-section h2 {/* text-transform: none; *//* font-weight: 400; *//* font-size: 28px; */
}
.product-detail-section h3 {
	font-size: 18px;
	margin-bottom: 5px;
	font-weight: 500;
}
.product-detail-section h6 {
/* font-size: 13px; */
    /* font-weight: 400; */
    /* font-style: italic; */
}
.product-detail-section {
	margin-bottom: 120px;
}
.product-detail-section .product-detail {
	padding: 0px 0px;
}
.product-size {
	width: 250px;
	padding: 0px 0px;
	position: relative;
}
.product-size select {
	width: 100%;
	padding: 8px 10px 8px 10px;
	border: 1px solid #181935;
	-moz-appearance: none; /* Firefox */
	-webkit-appearance: none; /* Safari and Chrome */
	appearance: none;
}
.product-detail-section p, .product-detail-section span {
	font-size: 14px;
	color: #000;
	font-weight: 400;
	margin-bottom: 15px;
}
.product-detail-section .button {
	margin-top: 20px;
}
.policy-btn {
	font-size: 11px;
	color: #0056b3 !important;
	text-transform: none !important;
	text-decoration: underline !important;
	display: table;
	font-weight: 400;
	margin: 15px 0px 0px 0px;
}
.arrow-down {
	width: 0;
	height: 0;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-top: 8px solid #181935;
	position: absolute;
	right: 10px;
	top: 15px;
}
a.size-guide img {
	margin-right: 3px;
}
a.size-guide {
	text-transform: none !important;
	font-size: 12px;
	color: #0056b3 !important;
	text-decoration: underline !important;
	display: table;
	font-weight: 400;
	margin-left: 0;
	margin-top: 10px;
	/* text-align: left; */
	margin-top: 5px;
	margin-bottom: 20px;
}
a.size-guide:hover, a.size-guide:focus, .policy-btn:hover, policy-btn:focus {
	text-decoration: underline !important;
	color: #181935 !important
}
/*========footer========*/
.footer-detail {
	margin: 30px 0;
	position: relative;
	text-align: left;
}
.footer-heading {
	font-size: 14px;
	border-bottom: solid 2px #ccc;
	padding-bottom: 5px;
	font-weight: 600;
	position: relative;
}
.footer-heading::before {
	position: absolute;
	content: "";
	width: 10px;
	display: block;
	height: 10px;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-top: 8px solid #181935;
	right: 3px;
	top: 14px;
}
.footer-heading::after {
	position: absolute;
	content: "";
	width: 0;
	height: 0;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-top: 8px solid #fff;
	right: 3px;
	top: 7px;
}
.footer-detail h6 {
	font-size: 16px;
	text-transform: uppercase;
	color: #fff;
	font-weight: 600;
	font-family: georgia;
	letter-spacing: 0.8px;
}
.footer-detail ul {
	margin-top: 10px;
}
.footer-detail ul li a {
	font-size: 13px;
	color: #fff;
	font-weight: 400;
	line-height: 20px;
}
.footer-detail ul li a:hover {
	color: #fff;
	text-decoration: underline!important;
}
.footer-detail .contact-detail li a {
	font-size: 14px;
	font-weight: normal;
	color: #fff;/* text-transform: uppercase; */
	position: relative;
	padding-left: 20px;
}
.footer-detail .contact-detail {/* margin-top: 40px; */
}
.footer-detail .contact-detail h6 {
	text-transform: uppercase;
	font-size: 16px;
	font-family: georgia;
	letter-spacing: 0.8px;
}
.footer-detail .contact-detail ul {/* margin: 0px; */
	margin-top: 10px;
}
.footer-detail .contact-detail li a i {
	position: absolute;
	left: 0px;
	top: 3px;
	font-size: 15px;
	width: 15px;
}
.subscribe {
	/* position: relative; */
	width: 282px;
	/* margin-left: auto; */
	float: left;
	/* margin-left: 30px; */
}
.subscribe input[type="text"] {
	/* width: 162px; */
	border: 2px solid #181935;
	border-radius: 0px;
	padding: 8px 10px;
	float: left;
}
.subscribe input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
 color: #a0a0a0;
 opacity: 1; /* Firefox */;
 font-size: 15px;
}
 .subscribe input:-ms-input-placeholder { /* Internet Explorer 10-11 */
 color: #a0a0a0;
 font-size: 15px;
}
 .subscribe input::-ms-input-placeholder { /* Microsoft Edge */
 color: #a0a0a0;
 font-size: 15px;
}
.subscribe input[type="submit"] {
	background: #181935;
	border-radius: 0px;
	color: #fff;
	text-transform: uppercase;
	font-size: 14px;
	position: absolute;
	right: 17px;
	/* top: 2px; */
	padding: 6px 10px;
	border: 2px solid #fff;
	margin-top: 2px;
	cursor: pointer;
}
.credit-cards {
	margin-top: 30px;
}
.credit-cards p {
	font-size: 13px;
	color: #675f5f;
	font-weight: 400;
	line-height: 20px;
	text-transform: uppercase;
	padding-top: 10px;
}
.whatsapp {
	position: absolute;
	right: 31px;
	bottom: 50px;
}
.product-detail-section {
	/* padding-left: 40px; */
	position: relative;
}
/*======owl crousel=====*/
#big .item {
	background: #181935;
	/* margin: 2px; */
	color: #FFF;
	text-align: center;
}
#thumbs {
	/* margin-top: 30px; */
	/* padding: 30px 40px 20px 40px; */
	/* background-color: #f1f1f1; */
	/* border: Solid 1px #ccc; */
}
#thumbs .item {
	background: #181935;
	padding: 0px;
	color: #FFF;
	/* border-radius: 3px; */
	text-align: center;
	cursor: pointer;
}
#thumbs .current .item {
	background: #181935;
}
.owl-theme .owl-nav [class*='owl-'] {
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}
.owl-theme .owl-nav [class*='owl-'].disabled:hover {
	background-color: #D6D6D6;
}
#big.owl-theme {
	position: relative;
}
#thumbs.owl-theme .owl-next, #thumbs.owl-theme .owl-prev {
	background: none;
	color: #000;
}

#thumbs .item img {
	width: 100%;
}
#thumbs .owl-item.active.current .item {
	border: 2px solid #000;
}
.owl-theme .owl-controls .owl-page span {
	border-radius: 0;
	background: #624c39;
	opacity: 1
}
.owl-pagination {
	display: none
}
.owl-buttons .fa {
	color: #000;
	font-size: 30px
}
.owl-prev {
	position: absolute;
	left: 5px;
	top: 50%;
	transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
}
.owl-next {
	position: absolute;
	right: 5px;
	top: 50%;
	transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
}
#preload {
	background: #ececee;
}
.loader {
	border-top: 1.1em solid rgba(255, 255, 255, 0.2);
	border-right: 1.1em solid rgba(255, 255, 255, 0.2);
	border-bottom: 1.1em solid rgba(255, 255, 255, 0.2);
	border-left: 1.1em solid #181935;
}
#preload {
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100%;
	z-index: 9999;
	display: table;
}
.preload {
	display: table-cell;
	vertical-align: middle;
	width: 100%;
	height: 100%;
}
.loader {
	margin: 3em auto;
	font-size: 10px;
	position: relative;
	text-indent: -9999em;
	-webkit-animation: load8 1.1s infinite linear;
	animation: load8 1.1s infinite linear;
}
.loader, .loader:after {
	border-radius: 50%;
	width: 10em;
	height: 10em;
}
 @-webkit-keyframes load8 {
 0% {
 -webkit-transform: rotate(0deg);
 transform: rotate(0deg);
}
 100% {
 -webkit-transform: rotate(360deg);
 transform: rotate(360deg);
}
}
@keyframes load8 {
 0% {
 -webkit-transform: rotate(0deg);
 transform: rotate(0deg);
}
 100% {
 -webkit-transform: rotate(360deg);
 transform: rotate(360deg);
}
}
.product-gallery .product:nth-child(2n) .row img {
	padding-left: 15px;
	padding-right: 0px;
	width: 100%
}
.product-gallery .product .row img {
	padding-right: 15px;
	width: 100%;
}
.container-nav {
	background-color: #fff;
	display: block;
	height: 50px;
	opacity: 1;
	right: 23px;
	top: 23px;
	transition: all 0.25s ease-in-out 0s;
	width: 50px;
	z-index: 21;
}
.nav-icon.nav-open span:nth-child(1), .nav-icon.nav-open span:nth-child(4) {
	left: 50%;
	top: 9px;
	width: 0;
}
.nav-icon.nav-open span:nth-child(2) {
	transform: rotate(45deg);
}
.nav-icon span:nth-child(2), .nav-icon span:nth-child(3) {
	top: 9px;
}
.nav-icon.nav-open span:nth-child(3) {
	transform: rotate( -45deg );
}
.nav-icon.nav-open span:nth-child(1), .nav-icon.nav-open span:nth-child(4) {
	left: 50%;
	top: 9px;
	width: 0;
}
.open {
	position: fixed;
	right: 20px;
	top: 20px;
	transition: all 0.25s ease-in-out 0s;
	z-index: 20;
}
.transition span:nth-child(1) {
	background-color: #0a394d;
	border-radius: 50%;
	height: 8000px;
	pointer-events: none;
	right: -3200px;
	top: -3200px;
	transition: all 1s ease-in-out 0s;
	width: 8000px;
	z-index: 100;
}
.sub-menu {
	background: #fff;
	width: 204px;
	position: absolute;
	top: 100%;
	left: 0px;
	padding: 3px 10px 15px 12px;
	/* box-shadow: 0px 6px 5px rgba(0,0,0,0.2); */
	/* border: 1px solid #181935; */
	border-radius: 1px;
	display: none;
}
.sub-menu.current {
	display: block;
}
.sub-menu li {
	padding: 0px;
	position: relative;
	display: table;
}
.sub-menu li a {
	color: #181935;
	font-size: 13px;
	padding: 5px 15px;
	display: block;
	font-weight: normal;
}
.sub-menu li a:hover {/* color: #181935; */
}
.sub-menu li a::before {
	font-family: FontAwesome;
	content: "\f0da";
	display: inline-block;
	padding-right: 8px;
	vertical-align: top;
}
.nav-item.caret-active:after {
	content: "";
	width: 0;
	height: 0;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 5px solid #181935;
	position: absolute;
	right: 10px;
	top: 16px;
}
.enquire-box {
	box-shadow: -2px 2px 8px 1px rgb(0, 0, 0, 0.3 );
	background: #fff;



	border: 2px solid #181935;
	padding: 20px;
	border-radius: 5px;
	margin-top: 10px;
	display: none;
}
.enquire-box.current {
	display: block;
}
.intsagram a {
	color: #181935;
	font-size: 23px;
}
.mobile-slider {
	display: none;
}
.footer-section {
	background: #1c1d38;
	padding: 15px 0px;
	color: #fff;
}
.footer-detail .contact-detail li a i {
	position: absolute;
	left: 0px;
	top: 3px;
	font-size: 13px;
	width: 14px;
}
.product-gallery .product {
	padding: 0px 0;
	border-bottom: 1px solid #d4d4d4;
}
.subscribe input[type="text"] {
	width: 100%;
}
.loadMore {/* background-color: #fff; */
	padding: 6px 15px;
	color: #000;
	font-size: 16px;
	border-radius: 2px;
	font-weight: 500;
	text-transform: uppercase;
	border: solid 1px #1c1d38;/* text-decoration: underline; */
}
.loadMore:hover {
	background-color: #1c1d38;
	color: #fff!important;
}
.headTitle {
	font-size: 31px;
	/* padding:10px; */
	/* background-color:#e7e7e7; */
	line-height: 31px;
	font-weight: 600;
	margin-top: 0px;
	text-align: left;
	text-transform: uppercase;
	padding-bottom: 0px;
	font-family: georgia;
	letter-spacing: 0.5px;
}
.readBtn {
	border-bottom: solid 1px #ccc;
	padding: 10px 0px 15px 0px;
	/* text-align: center; */
	/* width: 500px; */
	/* background: #f1f1f1; */
	font-size: 23px;
	/* margin-bottom: 30px; */
}
.readtext {
	font-size: 13px;
	font-weight: normal;
	padding: 15px 0px 0px 0px;
	color: #666;
}
/*.headTitle:after {
    font-family: FontAwesome;
    content: "\f178";
    display: inline-block;
    padding-left: 10px;
    vertical-align: top;
}*/

.owl-theme .owl-nav {
/* position: relative; */
    /* margin: 25px 35px; */
}
.cartIcon img {
	width: 26px
}
.buttonshopnow {
	text-align: center;
	border: 2px solid transparent;
	display: inline-block;
	background: #1c1d38;
	padding: 7px 30px;
	color: #fff!important;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 500;
	/* margin-top: -15px; */
	float: none;
	width: auto;
	height: 39px;
	/* margin-top: 20px; */
}
.SelectSize {
	position: relative;
	width: 49%;
	float: left;
}
.SelectSize select {
	border-radius: 0px
}
.modal-content{ border-radius:0px}
.modal-header{padding: 0.5rem 1rem;background-color: #1c1d38;color: #fff;border-radius: 0px;}
.modal-title {
    margin-bottom: 0;
    line-height: 24px;
    color: #fff;
    font-size: 17px;
}

.SelectSize {
    position: relative;
    width: auto;
    float: none;
}
.pkPhoto{
    /* padding: 30px; */
    /* background-color: #e9e0d2; */
}

.pkPhoto img{/* border-radius:50% */}

.socialMedia ul {margin: 10px 0px;padding:0;}
.socialMedia ul li{padding:0;margin: 0px 10px 0px 0px;float:left;display:inline-block;}
.socialMedia ul li a img{width: 32px; opacity: 0.7;}
.socialMedia ul li a img:hover{opacity: 1;}
.PkName{/* background-color: #181935; *//* color:#fff; */padding: 3px 0px;/* margin-top: 8px; */display: inline-block;border-bottom: 1px solid #000;}

.mobBanner{display: none;}
.deskBanner{margin: 20px 0px 60px 0px;}

.chartHead{text-transform: uppercase;font-size: 18px;font-weight: bold;text-align: center;padding: 0px 0px 12px 0px;}
.chartTable{text-transform: uppercase;font-size: 14px;border: solid 1px #ffffff;}
.chartTable td{padding: 5px;text-align: center;border: solid 1px #ffffff;font-weight: bold;}
.bluebg{background-color:#1c1d38;color: #fff;border-left: solid 1px #fff!important;border-right: solid 1px #fff!important;border-bottom: solid 1px #fff!important;}
.graybg{background-color:#e7e7e7;}

.mobHigh{padding: 5px 0px;}

.product-description p{padding: 0px;margin-bottom: 10px;/* padding-top: 5px; */}
	.shodesktoponly{
		margin-top: 10px;
		display: inline-block;
		
		}






/*===========================media css start===============*/

@media(max-width:1200px) {
.image-section h4 {
	padding: 5px 15px;
}
.nav-item {
	padding: 0px 10px;
}
.image-section {
	height: 250px;
}
.subscribe input[type="submit"] {/* padding:10px 14px; */
}
.whatsapp {
	right: 15px;
	bottom: 50px;
}
}

@media(max-width:1100px) {
.image-section h4 {
	font-size: 16px;
}
.navbar-brand {
	width: 300px;
}
.nav-item {
	padding: 0px 4px;
}
.my_nav {
	padding-bottom: 160px;
}
.product-gallery .product {
	/* padding: 70px 0; */
}
}

@media(max-width:992px) {
	
	.qty {
		width: 3em!important;}
	.woocommerce-error, .woocommerce-info, .woocommerce-message {margin-top: 30px !important;}

	.woocommerce table.shop_table {
		border: 1px solid #ccc !important;
		padding: 0px 0px!important;
	}

	#thumbs {
	/* padding: 30px 30px 1px 30px; */
	margin: 0px;
}
h6 {
	margin-top: 1px;
}
.owl-theme .owl-nav {
	position: relative;
	margin: 29px 0px;
}
.headTitle {
	font-size: 31px;/* padding:10px; *//* background-color:#e7e7e7; */
	line-height: 31px;
	font-weight: bold;
	margin-top: 30px;
	text-align: left;
	text-transform: uppercase;
	padding-bottom: 22px;
}
.readBtn {
	border: solid 1px #ccc;
	padding: 10px;
	text-align: center;
	font-size: 14px;
	font-weight: 600;
	margin-bottom: 10px;
	color: #000;
}
.readtext {
	font-size: 13px;



	font-weight: normal;
	padding: 10px 0px 15px 0px;
	color: #666;
}
.headTitle {
	font-size: 20px;
	color: #000;
	line-height: 24px;
	/* padding: 10px; */
    /* background-color: #e7e7e7; */
	margin-top: 25px;
	padding-bottom: 0px;
	font-family: JACKETS AND SHIRTS, JUST FOR YOU;
}
.footer-detail {
	text-align: left;
}
.navbar-expand-lg .navbar-nav .nav-link {
	color: #000;
}
.navbar-expand-lg .navbar-nav .nav-link:hover {
	color: #000;
	text-decoration: underline;
}
.sub-menu li a {
	color: #000;
	font-size: 13px;
	padding: 5px 15px;
}
.subscribe {
	width: 100%;
	margin-top: 30px;
}
.footer-detail .contact-detail {
	margin-top: 40px;
	margin-bottom: 30px;/* border-top: solid 1px #ccc; */
}
.whatsapp {
	bottom: 163px;
}
.subscribe {
	margin-left: 0px;
}
.subscribe input[type="text"] {
/* width: 172px; */
}
.sub-menu li {
	padding: 0;
	display: block;
	margin: 0px;
}
.sub-menu li a {
	font-weight: 400;
	padding: 15px;
	display: block;
}
.sub-menu {
	width: 100%;
	box-shadow: none;
	padding: 0px 10px;
	border-bottom: none;
	/* margin-top: -11px; */
}
.nav-item a::after {
	display: none;
}
.navbar-collapse {
	position: fixed;
	right: -100%;
	width: 250px;
	background: #fff;
	top: 67px;
	height: 100%;
	transition: all 0.25s ease-in-out 0s;
}
.navbar-collapse.menu-open {
	right: 0;
}
.sub-menu {
	position: inherit;
	display: block !important;/* padding: 0px; */
}
.product-detail-section {
	margin-bottom: 20px;
	margin-top: 27px;
}
#thumbs .owl-next {
	right: 5px;
	top: 0px;
	transform: none;
	margin-top: -90%;
}
#thumbs .owl-prev {
	left: 7px;
	top: 0px;
	transform: none;
	margin-top: -90%;
}
#mobile-carousel .owl-next {
	right: 15px;
	background: #fff;/* border-radius:50%; */
	height: 30px;
	width: 30px;
	font-size: 8px;
}
#mobile-carousel .owl-prev {
	left: 15px;
	background: #fff;/* border-radius:50%; */
	height: 30px;
	width: 30px;
	font-size: 8px;
}
#mobile-carousel.owl-theme .owl-nav [class*="owl-"]:hover {
	color: #181935;
}
.button {/* padding:8px 20px; */
}
.product-detail-section {
	padding-left: 0px;
}
.subscribe {
	width: 100%;
}
.product-gallery .product:nth-child(2n) .row img {
	padding-left: 30px;
	padding-right: 0px;
	width: 100%
}
.product-gallery .product .row img {
	padding-right: 30px;
	width: 100%
}
.product-gallery .product {
	/* padding: 60px 0; */
}
.product-description .button {
	font-size: 16px;/* padding:10px 80px; */
}
h1, h2, .product-detail-section h2 {
	font-size: 24px;
}
h6, .product-detail-section h3 {
	font-size: 12px;
}
.product-detail-section h4 {
	font-size: 14px;
	margin: 13px 0px 12px 0px;
	font-weight: bold;
}
.product-details, .product-detail-section .button {
/* margin: 10px 0px; */
}
.product-detail-section p, .product-detail-section span {
	font-size: 16px;
	color: #000;
	/* font-weight: bold; */
}
.product-description p, .product-description .dress-size, .product-description h4 {
	padding: 5px 0 !important;
	font-size: 14px;
}
.my_nav {
	padding-bottom: 80px;
}
.search_box input {
	font-size: 16px;
	line-height: 40px;
	border: none;/* border-top: solid 1px #000; *//* color: #000; */
	padding: 0px 10px;
}
.search_box.active {
	height: 64px;/* border: solid 1px; */
}
.search_box form .search_fields {
	padding: 0px 0px;
	border: solid 1px #000;
}
.fixed-top {
	top: 0px;
}
.navbar-expand-lg {
	padding: 12px 15px;
	border-width: 2px;
}
.search-bar-section li {
	padding: 0px 15px;
}
.search-bar-section {
	position: absolute;
	right: 62px;
	top: 50%;
	transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
}
.navbar-toggler:not(:disabled):not(.disabled) {
	position: absolute;
	right: 2px;
	top: 50%;
	transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
}
.nav-icon {
	display: block;
	height: 18px;
	right: 33px;
	top: 0px;
	transform: rotate(0deg);
	transition: all 0.25s ease-in-out 0s;
	width: 22px;
	z-index: 22;
}
.nav-icon span {
	background: #0a394d none repeat scroll 0 0;
	border-radius: 0px;
	display: block;
	height: 2px;
	left: 0;
	opacity: 1;
	position: absolute;
	transform: rotate(0deg);
	transition: all 0.25s ease-in-out 0s;
	width: 100%;
}
.nav-icon span:nth-child(2), .nav-icon span:nth-child(3) {
	top: 8px;
}
.nav-icon span:nth-child(4) {
	top: 16px;
}
.title {
	font-size: 30px;
	margin-bottom: 10px;
}
.navbar-expand-lg .navbar-nav .nav-link {
	padding: 6px 8px;
	font-size: 14px;
}
.navbar-nav {
	display: block
}
.dropdown-menu .dropdown-item:hover, .nav-link:hover, .page-breadcrumb li {
	color: #ecbd92
}
.navbar-expand-lg.menu-onscroll {
	position: inherit
}
.navbar-expand-lg>.container, .navbar-expand-lg>.container-fluid, .navbar-toggle {
	display: block
}
.right-bar {
	overflow: hidden;
	margin-top: 0;
	margin-left: 0;
	display: block
}
.navbar .common-btn {
	padding: 4px 14px;
	background: 0 0;
	font-size: 12px
}
li.left-br {
	border-left: none
}
.navbar-expand-lg .navbar-nav .nav-link {
	padding: 15px 6px
}
.navbar-nav {
	padding: 15px 0px;
}
.navbar-expand-lg .navbar-nav .nav-link {
	padding: 10px 15px 10px 15px;
}
.sub-menu li a {
	padding: 4px 15px;
}
/*    .navbar-expand-lg .navbar-nav .nav-link.active,.navbar-expand-lg .navbar-nav .nav-link:hover,.sub-menu a.active,.sub-menu a:hover{background:#181935;color:#fff;padding: 15px;}*/

.navbar-expand-lg.fixed-top {
	background: #fff
}
.navbar-toggle span {
	background-color: #fff !important;
	width: 26px;
	height: 3px
}
.navbar-toggle .icon-bar+.icon-bar {
	margin-top: 4px
}
.navbar-header {
	float: none
}
.navbar-nav, .navbar-nav>li {
	float: none;
	width: 100%
}
.navbar-toggle .icon-bar {
	display: block;
	width: 22px;
	height: 2px;
	border-radius: 1px
}
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
	background-color: #000
}
.navbar-expand-lg .navbar-toggle {
	position: relative;
	float: right;
	padding: 9px 10px;
	margin-top: 8px;
	margin-right: 15px;
	margin-bottom: 8px;
	background-color: #000;
	background-image: none;
	border: 1px solid transparent;
	border-top-color: transparent;
	border-right-color: transparent;
	border-bottom-color: transparent;
	border-left-color: transparent;
	border-radius: 4px
}
}

@media (max-width:767px) {
	.shodesktoponly{
		display: none;
		
		}
	.mobHigh{display: none;}
	
	.chartHead{font-size: 14px;}
	.chartTable{font-size: 14px;}
	.deskBanner{display: none;}
	.mobBanner{display: block;margin-top: 30px;}
	.woocommerce-additional-fields, #order_review_heading{margin-top: 0px;margin-bottom: 20px;}
	
	.woocommerce ul.order_details {
		margin: 40px 0 1em!important;
	
	}
	#btn-razorpay, #btn-razorpay-cancel{margin-bottom: 20px!important;}
	.pkPhoto {
    /* padding: 15px; */
}
.pkPhoto img {
    /* border-radius: 50%; */
}
	.buttonshopnow {
	
float: right;
	
width: 49%;
	
margin-top: 0px;
	
height: 39px;
	
padding: 7px 10px;
}
.SelectSize {
	/* position: relative; */
	/* width: 49%; */
	/* float: left; */
}
.mobView {
	position: fixed;
	bottom: 0px;
	background-color: #fff;
	width: 100%;
	padding: 15px;
	margin: 0px;
	left: 0px;
	/* border-top: solid 1px #e7e7e7; */
	z-index: 1000;
	/* box-shadow: 2px -3px 6px #eee; */
	box-shadow: 0px 0 10px rgb(0 0 0 / 80%);
}
.loadMore {
	font-size: 13px
}
.bgloadMore {
	background-color: #f1f1f1;
}
.imgmob {
	width: 90px;
}
.footcnt {/* text-align:center */
}
.product-gallery .product {
	/* padding: 25px 0; */
	border-bottom: 1px solid #d4d4d4;
}
.footer-detail .contact-detail h6 {
	margin-top: 30px;
}
.footer-detail .contact-detail li a i {
	top: 1px;
	font-size: 13px;
}
.footer-detail .contact-detail li a {
	font-size: 13px;
	font-weight: 400;
	color: #fff;
}
.subscribe input[type="submit"] {
	padding: 6px 8px 6px 8px;
	float: left;
	position: absolute;
	right: 17px;
}
h1, h2, .product-detail-section h2 {
	font-size: 14px;
	margin-top: 20px;
	color: #000;
	line-height: 19px;
}
.product-detail-section h3 {
	font-size: 13px;
	color: #000;
	font-weight: bold;
}
.product-description {
	font-size: 12px;
}
.dress-size {
	font-size: 12px;
}
.product-description .button {
	font-size: 12px;
	padding: 4px 22px;
}
.product-description p {
	font-size: 14px;
	color: #000;
}
.product-description h4 {
	font-size: 14px;
	color: #000;
	font-weight: bold;
}
.my_nav {
	padding-bottom: 63px;
}
.masonry-section {
	display: none;
}
.mobile-slider {
	display: block;
	margin-top: 2px;
}
.mobile-slider a {
	display: block;
	position: relative;
}
.mobile-slider a h4 {
	position: absolute;
	left: 83px;
	bottom: 15px;
	left: 0px;
	background: #000;
	color: #fff;
	font-size: 14px;
	padding: 5px 15px 7px 15px;
	margin: 0px !important;/* border-radius: 27px; */
	line-height: 14px;
	width: auto!important;
	margin-left: 0px;
	display: inline-block
}
.mobile-slider a h4:after {
	font-family: FontAwesome;
	content: "\f178";
	display: inline-block;
	padding-left: 10px;
	vertical-align: top;
}
.footer-detail ul {
	margin-top: 5px;
}
.product-description {
	margin-top: 15px;
}
.product-gallery .product:nth-child(2n) .row img {
	padding-left: 0;
	padding-right: 0px;
	width: 100%;
	/* padding: 60px; */
}
.product-gallery .product .row img {padding-right: 0;width: 100%;/* padding: 60px; *//* background: #e9e9e9; */}
.image-section {
	height: auto;
}
.search {
	right: 3px;
	top: 4px;
}
.fixed-top.fixed .navbar-header, .navbar-header {
	padding: 5px 30px;
	width: 135px;
	text-align: center;
	border-bottom-left-radius: 50%;
	border-bottom-right-radius: 50%
}
}

@media (max-width:480px) {
.headTitle {
	padding-right: 50px;
}
.navbar-collapse {
	top: 60px;
}
.my_nav {
	padding-bottom: 48px;
}
.search-bar-section {
	right: 50px;
}
.nav-icon span {/* height: 2px; */
}
.nav-icon {/* width:25px; */
}
.search-bar-section li {
	padding: 0 8px;
}
.navbar-brand {
	width: 240px;
}
}

@media(max-width:380px) {
.subscribe input[type="text"] {
	width: 100%;
}
.navbar-collapse {
	top: 52px;
}
.search-bar-section img {
	width: 26px;
	margin-top: -2px;
}
.search_bar_tab .icon-bar {
	width: 10px;
}
.search_bar_tab .icon-bar:last-child {
	top: 3px;
	left: 24px;
}
.search_bar_tab .icon-bar:first-child {
	width: 15px;
	height: 15px;
	top: -11px;
}
.navbar-brand {
	width: 184px;
}
}

@media (max-width: 360px) {
.subscribe input[type="text"] {
/* width: 212px; */
}
}

@media(max-width:320px) {
.subscribe input[type="text"] {
/* width: 172px; */
}
}


.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals{width:100%; float: none;}
.woocommerce table.shop_table {
    border: 1px solid rgba(0,0,0,.1);
    margin: 0;
    /* padding: 10px 0px; */
    text-align: left;
    width: 100%;
    border-collapse: collapse;
    border-radius: 0px;
    margin-top: 20px;
    background-color: #ffffff;
}
#add_payment_method table.cart img, .woocommerce-cart table.cart img, .woocommerce-checkout table.cart img {
    width: 72px;
    box-shadow: none;
}
.btn-group-sm>.btn, .btn-sm {
    padding: 0.28rem .9em;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: 0px;
}
.woocommerce-checkout table.cart img {
    width: 60px;
    box-shadow: none;
}

table.cart td.actions .coupon .input-text {
    float: left;
    box-sizing: border-box;
    border: 1px solid #d3ced2;
    padding: 5px 7px 5px;
    margin: 0 8px 0 0;
    outline: 0;
    width: 110px;
}
.woocommerce form .form-row {
    padding: 3px;
    margin: 0 0 6px;
    display: block;
}
.woocommerce h1, .cart_totals h2{
    /* padding-bottom: 15px; */
    font-size: 20px;
    color: #1b1c3b;
    }
.woocommerce form .form-row label, .woocommerce-page form .form-row label {
    display: block!important;
}
.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    outline: 0;
    line-height: normal;
    padding: 5px;
    border-radius: 0px;
    border: solid 1px #ccc;
}
label {
    display: inline-block;
    margin-bottom: 0px;
}

#mini-cart-count{
        position: absolute;
        top: -2px;
        right: -7px;
        width: 16px;
        height: 16px;
        background-color: #1f1e3d;
        border-radius: 50%;
        font-size: 11px;
        color: #fff;
        text-align: center;
}

.nav-link {
    display: block;
   padding:0px;
}

.fa-user{font-size: 23px!important;
    color: #272644;
    display: inline-block;}

.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    outline: 0;
    line-height: normal;
    padding: 10px;
    border-radius: 0px;
    border: solid 1px #ccc;
    font-size: 13px;
}
.woocommerce form .form-row label, .woocommerce-page form .form-row label {
    display: block!important;
    font-size: 13px;
    margin-top: 10px;
}
.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 0px;
}
.select2-container .select2-selection--single .select2-selection__rendered {
    display: block;
    padding-left: 10px;
    padding-right: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-top: 6px;
    font-size: 13px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 8px;
    right: 7px;
    width: 20px;
}
.select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 42px;
    margin: 0 0 -4px;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-select: none;
}
.woocommerce-form p{font-size: 14px;
    padding: 0px;
    margin: 10px 4px;}

.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
    font-size: 100%;
    margin: 0;
    line-height: 1;
    cursor: pointer;
    position: relative;
    text-decoration: none;
    overflow: visible;
	padding: 10px 30px;
    font-weight: 700;
    
    left: auto;
    color: #515151;
    background-color: #1c1c3c;
    border: 0;
    display: inline-block;
    background-image: none;
    box-shadow: none;
    text-shadow: none;
}

.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
    background-color: #272644;
    color: #fff;
    -webkit-font-smoothing: antialiased;
}
.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover {
    background-color: #171719;
    color: #ffffff!important;
}

#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment {
    background: #f5f5f5;
    border-radius: 0px;
    margin: 40px 0px;
}

.h3, h3 {
    font-size: 20px;
}

form.checkout_coupon, .woocommerce form.login, .woocommerce form.register {
    border: 1px solid #d3ced2;
    padding: 20px;
    margin: 2em 0;
    text-align: left;
    border-radius: 0px;
    /* font-size: 13px; */
}
.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals {
    width: 100%;
    float: none;
    margin-bottom: 100px;
}

.woocommerce .quantity .qty {
    width: 3em;
    text-align: center;
    /* padding: 4px; */
    border: solid 1px #e0dbdb;
    height: 38px;
    text-align: center;
    margin-top: -2px;
    font-size: 15px;
    border-radius: 0px;
}

.quantity{float: left; padding-right: 15px;}

.woocommerce-error, .woocommerce-info, .woocommerce-message {
    padding: 1em 1em 1em 3.5em;
    margin: 0px 0px 20px 0px;
    position: relative;
    background-color: #f7f6f7;
    color: #515151;
    border-top: 0px solid #a46497;
    list-style: none outside;
    width: auto;
    word-wrap: break-word;
    font-size: 12px;
}



#add_payment_method #payment div.payment_box p:last-child, .woocommerce-cart #payment div.payment_box p:last-child, .woocommerce-checkout #payment div.payment_box p:last-child {
    margin-bottom: 0;
    font-size: 13px;
}
.woocommerce-privacy-policy-text p, .woocommerce-form-coupon p{font-size: 13px;}
.woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.register {
   
    border-radius: 0px;
    
}
#coupon_code{padding: 5px;}
.woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.register {
  
    padding: 15px;
    
}

.woocommerce ul.order_details {
    margin: 0 0 1em;
    list-style: none;
    /* font-size: 13px; */
}
.woocommerce p{font-size: 14px;}

#btn-razorpay, #btn-razorpay-cancel{

	font-size: 100%;
    margin: 0;
    line-height: 1;
    cursor: pointer;
    position: relative;
    text-decoration: none;
    overflow: visible;
    padding: 10px 30px;
    font-weight: 700;
    left: auto;
    color: #ffffff;
    background-color: #1c1c3c;
    border: 0;
    display: inline-block;
    background-image: none;
    box-shadow: none;
    text-shadow: none;
}

.SubText{width: 100%; height: 42px; padding: 8px !important; border-radius: 0px!important; border:none}

.add_cartcount{float: none!important;padding-right:0px!important;}
.qty_button{background-color: #efefef;/* padding: 0px 12px 0px 11px; */height: 38px;width: 44px;color: #272644;border: none;margin-bottom: 20px;margin-top: 0px;/* line-height: 22px; *//* font-size: 13px; */border: solid 1px #efefef;border-radius: 0px;cursor: pointer;text-align: center;}
#add_payment_method .cart-collaterals .cart_totals table, .woocommerce-cart .cart-collaterals .cart_totals table, .woocommerce-checkout .cart-collaterals .cart_totals table {
    border-collapse: separate;
    margin: 20px 0 6px;
    padding: 0;
}

.reset_variations {
    display: none !important;
}
.woocommerce a.remove:hover {
    color: rgb(211, 12, 12)!important;
    background:none!important;
}
.updateBtn{display: none;}
.woocommerce-billing-fields{ padding-bottom: 15px;}
.sub-menu li a{font-size: 12px!important;}
#add_payment_method .wc-proceed-to-checkout a.checkout-button, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button, .woocommerce-checkout .wc-proceed-to-checkout a.checkout-button {
   
    font-size: 14px;
   
}

.wpcf7-not-valid-tip {
    color: #e49797;
    font-size: 12px;
    font-weight: normal;
    display: block;
    position: absolute;
    left: 0px;
    top: 36px;
}

.modal-header .close {
    padding: 1rem;
    margin: -1rem -1rem -1rem auto;
    color: #fff;
    font-weight: normal;
    opacity: 100;
}
.cartMenu {
	display: none;
	top: 24px;
	position: absolute;
	background-color: #ffffff;
	min-width: 256px;
	box-shadow: 0px 4px 6px 0px rgb(0 0 0 / 20%);
	z-index: 1;
	right: 0px;
	padding: 10px;
	/* border: solid; */
	border: solid 1px #d6d2d2;
	/* min-height: 362px; */
	overflow-y: scroll;
	}
	.cartMenu:after {
		content: " ";
		position: absolute;
		right: 4px;
		top: -10px;
		border-top: none;
		border-right: 10px solid transparent;
		border-left: 10px solid transparent;
		border-bottom: 10px solid #dcdcdc;
		/* box-shadow: 1px 2px 3px; */
		/* box-shadow: 1px 0px 3px #ccc; */
		}
.cartMenu ul li {padding: 15px 8px;border-bottom: solid 1px #e8e8e8;display: block;width: 100%;}
.prdIcon {width: 58px;float: left;}
.prdIcon img {
    width: 58px;
    height: 58px;
    border-radius: 2px;
    float: left;
}
.prdDtl {width: 130px;float: left;padding-left: 20px;/* font-size: 10px; */}
.prdDtl h6{
    font-size: 12px;
    padding: 0px;
    margin: 0px;
    }
.prdDtl p{font-size: 13px;margin-bottom: 0px;}
.cartIcon:hover .cartMenu {display: block;}
.btnCart{width:100%;margin: 20px 0px 0px 0px;text-align: center;}
.item h4{display: none!important;}


p.woocommerce-shipping-destination {
    display: none;
}   

form.woocommerce-shipping-calculator {
    display: none;
}

* {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
@media screen and (-webkit-min-device-pixel-ratio:0) { 
	select:focus,
	textarea:focus,
	input:focus {
	  font-size: 16px;
	  background: #eee;
	}
  }

  .product_meta{padding-top:10px}
 
  .fancybox-thumbs__list a:before {
    border: 6px solid #05142f!important;
  }
  .search-field{
	border: solid 1px #ccc;
    padding: 5px;
    font-size: 14px;
    background: #fff;
  }
  .focusIcon{
    position: absolute;
    right: 20px;
    bottom: 70px;
    z-index: 100;
    color: #fff;
    font-size: 12px;
    color: #000;
}
.select2-search--dropdown {
    
    padding: 10px;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa;
    font-size: 13px;
}
#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment {
   
    padding: 20px;
}
@media (max-width:767px) {
	.billInfo{padding: 20px;
		background-color: #f5f5f5;
		margin: 3px;}
		#add_payment_method #payment ul.payment_methods, .woocommerce-cart #payment ul.payment_methods, .woocommerce-checkout #payment ul.payment_methods {
		
			padding: 0em;
			border-bottom: 0px solid #d3ced2;
			
		}
		div.form-row, .woocommerce-cart #payment div.form-row, .woocommerce-checkout #payment div.form-row {
			padding: 0em 0px;
		}
		#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment {
			background: #f5f5f5;
			border-radius: 0px;
			margin: 15px 0px;
		}
		#add_payment_method #payment div.payment_box, .woocommerce-cart #payment div.payment_box, .woocommerce-checkout #payment div.payment_box {
			background-color: #e8e8e8;
			color: #515151;
		}
		#add_payment_method #payment div.payment_box::before, .woocommerce-cart #payment div.payment_box::before, .woocommerce-checkout #payment div.payment_box::before {
		border: 1em solid #e8e8e8;
		border-right-color: transparent;
		border-left-color: transparent;
		border-top-color: transparent;
		}
		#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment {
			background: #f5f5f5;
			border-radius: 0px;
			margin: 15px 0px 0px 0px;
		}
		#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment {
			padding: 0px;
		}
		.woocommerce-privacy-policy-text p{font-size:12px}
	}

