::selection{
    background: cornflowerblue;
    color: white;
}

div.dropdown-menu.has-submenu {

    margin-left: -100px;
}

.has-submenu {
    margin-top: 40px;
}

.drop-down-scrolled {
    margin-top: 20px;
}

.mega-nav-container {
    width: 900px;
    min-height: 300px;
    height: 100%;
    position: relative;

}

.mega-nav-container > div {
    height: inherit;
}

.mega-nav-container > div > div {
    height: inherit;
}

.category-menu {
    border-right: 1px solid #ebebeb;
    height: inherit;
    width: 30%;
}
.col-md-4.category-menu{
    max-width: 30.333333%;
}

.category-menu > ul li {
    width: 110%;
}

.has-children {
    margin: 0 0;
}

div.is-hidden {
    display: none;
}

.has-children > div:first-child {
    display: block;
}

.nav-link.link {

    padding: .5rem 1rem;
}

i.fa.fa-caret-right.hidden {
    display: none;
    font-size: 16px;

}

i.fa.fa-caret-right {
    display: inline-block;
    float: right;

}

.has-children > div {
    position: absolute;
    box-sizing: border-box;
    width: 225%;
    height: 95%;
    min-height: 290px;
    left: 275px;
    top: 4%;
    margin: 0 2px;
    background-color: #f5f5f5;
}

.child-menu-left {
    float: left;
    display: inline-block;
    width: 55%;
}

.child-menu-right {
    float: right;
    display: inline-block;
    width: 40%;
}

.child-menu-right ul,
.child-menu-left ul {
    margin-left: 5px;
    font-size: 20px;
}

.child-menu-right span,
.child-menu-left span {

    font-size: 30px;
    margin-left: 20px;
}

/*Categories LIST Page*/
.sidebar_section.categories_list:nth-child(odd) {
    margin-right: 0px;
}

.sidebar_section.categories_list {
    width: calc((100% - 0px) / 1);
    float: left;
}

.sidebar_section.categories_list ul {
    width: 60%;
    float: left;
}

.sidebar_section.categories_list ul li {
    border-right: solid 1px #e0e3e4;
}

.categories_list.sidebar_section_content ul li {
    height: 100%;
}

.sidebar_section.categories_list ul li a:hover {
    color: #937c6f;
}

.sidebar_section.categories_list ul li:last-child {
    border-bottom: solid 1px #e0e3e4 !important;
}

.sidebar_section.categories_list:hover .sidebar_section_content ul li:last-child {
    border-bottom: solid 1px #937c6f !important;
}

.sidebar_section.categories_list:hover .sidebar_section_content ul li {
    border-right: solid 1px #937c6f;
}

.sidebar_section.categories_list div.category_image {
    width: 40%;
    float: right;
}

@media (min-width: 375px) and  (max-width: 425px) {
    .sidebar_section.categories_list ul li a {
        font-size: 12px;
    }
}

/* Categories LIST Page END*/

/*Home PAGE*/
.gallery_title.text-center > h2 {
    font-family: 'Lucida', serif;
    font-size: 36px;
    font-weight: 700;
    color: #FFFFFF;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}

.gallery_title.text-center > h2:hover {
    color: #937c6f;
}
/* Footer Newsletter*/
.newsletter_input{
    border-right: 2px solid #ebebeb;
}
.newsletter_input_textarea{
    width: 100%;
    height: 150px;
    min-height: 106px;
    max-height: 150px;
    padding-right: 10px;
    background: #FFFFFF;
    padding-left: 25px;
    padding-top: 10px;
    margin-top: 10px;
    border: none;
    font-size: inherit;
    outline: none;
}
.newsletter_input_textarea::placeholder{
    color: lightgrey;
    font-style: italic;

}
.newsletter_button_footer{

    margin-top: 2%;
  float:left;
    width: 100%;
    height: 46px;
    background: #937c6f;
    color: #FFFFFF;
    font-size: 14px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    border: none;
    outline: none;
    cursor: pointer;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}

.newsletter_button_footer:hover{
    background: #e0e3e4;
    color: #232323;
}
/* Footer Newsletter END*/
/*Home PAGE END*/
/* Product Css Home Page*/
.product_info {
    display: inline-block;
    float: left;
    width: 60%;
    margin-top: 20px;
}

.product_grid div.product{
    min-height: 420px;
}
.product_name {
    line-height: 1.2;
}

.product_name a {
    font-size: 16px;
    font-weight: 800;
    color: #232323;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}

.product_options {
    float: right;
    display: inline-block;
    width: 25%;
    margin-left: 20px;
    margin-top: 12px;

    transform: translateY(0px);
}

.product_slider div.owl-nav {

    width: 100%;
    position: absolute;
    left: 0;
    top: 50%;
}

.product_slider div.owl-nav div.owl-prev {
    background-color: #c6c8ca;
    font-size: 20px;
    float: left;
}

.product_slider div.owl-nav div.owl-next {
    background-color: #c6c8ca;
    font-size: 20px;
    float: right;
}


/* Product Css Home Page END*/

/* Product Page CSS*/
.reviews_title{
    line-height: 1;
}
.product.related-product {
    width: 100%;
}
div.product_image>a >img {
    max-height: 250px;
    max-width: 350px;
}
.product_image.related-product {
    width: 100%;
}

.product_buy.related-product:hover {
    background: #2f2f2f;
}

.product_buy.related-product {
    display: inline-block;
    background: #937c6f;
    vertical-align: middle;
    margin-right: 4px;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}

.product_buy img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 23px;
    height: 23px;
}

.product_name a:hover {
    color: #937c6f;
}

.product_option.related-product {
    width: 37px;
    height: 37px;
    cursor: pointer;
}

/* Product Page END*/

/* Category Page */
#pagination-12 > div > ul li {
    padding: 3px;
    border: 3px solid #a78853;
}

#pagination-12 > div > ul li:hover {
    background-color: #2f2f2f;

    border: 3px solid #928888;

}

#pagination-12 > div > ul li:hover a {
    color: white;
    transition: color .3s ease-in;

}

/* Category Page END */
/*checkout page*/
.cart_product_image {
    width: 15%;
    box-sizing: border-box;
}

.cart_product_image > img {
    border: none;
}

.product_quantity input[type=number] {
    width: 60px;
}

.product_quantity {
    width: 80px;
}
.alert-cart{
    margin-bottom: 0;
    border-radius:0;
    padding: .45rem 1rem;
}

/* checkout page end*/

/*contact Page*/

.contact_form_input label.error {
    display: block;
    text-align: left;
    bottom: 0px;
    left: 0px;
    position: unset;
    font-size: 16px;
}

.contact_form_input input {
    display: block;
    width: 100%;
}

/*contact page END*/

/* inquiry page*/
.inquiry_product_quantity {
    width: 50%;
    text-align: center;
}

.inquiry_contact_form {
    padding-top: 90px;
}

.inquiry_contact_cart_table {
    padding-top: 90px;
}

.inquiry_product_info {
    width: 30%;
    font-size: 25px;
    margin-left: 40px;
}

.inquiry_title_name {
    font-size: 14px;
    font-weight: 600;
    color: #232323;
    margin-left: 35px;
}

.review_form_select_input {
    display: block;
    width: 100%;
    height: 53px;
    border: solid 1px #b5b5b5;
    outline: none;
    padding-left: 22px;
}

.review_form_input.inquiry {
    display: block;
    width: calc((100% - 10px) / 2);
    height: 53px;
    border: solid 1px #b5b5b5;
    outline: none;
    padding-left: 22px;
}

.review_form_input_address.inquiry {
    display: block;
    width: 100%;
    height: 53px;
    border: solid 1px #b5b5b5;
    outline: none;
    padding-left: 22px;
}

.review_form_text.inquiry {

    margin-top: 5px;

}

.review_form_content.inquiry {
    margin-top: 65px;
}

.review_form_input::-webkit-input-placeholder, .review_form_text::placeholder {

}

.inquiry.review_form_input::-webkit-input-placeholder, .inquiry.review_form_text::placeholder,
.inquiry.review_form_input_address::-webkit-input-placeholder,
.review_form_text::-webkit-input-placeholder {
    font-size: 12px !important;
    font-weight: 400 !important;
    font-style: italic;
    color: #8c8c8c !important;
}

li.cart_product.inquiry {

    padding-bottom: 5px;
    padding-top: 5px;
}

label.error {

    font-size: 14px;
    color: #ea0505;
    position: absolute;
    bottom: -10px;
    left: 2px;
}

label#inquiry_customer_email-error {
    right: 3px;
    left: unset;
}

/*inquiry page END*/

/* About US PAGE*/
.aboutus_text_container {
    margin-top: 30px;
}

.aboutus_text {

}
.fa.fa-angle-right{
    vertical-align: middle;
}

/*About US PAGE END*/
@media (max-width: 575.98px) {
    .cart_product_image.inquiry {
        width: 40%;
    }

    .cart_product_image {
        width: 40%;
    }

    .inquiry_product_info {
        width: 50%;
        font-size: 25px;
        margin-left: 0;
    }

    .review_form_input.inquiry {
        width: 100%;
        margin-bottom: 8px;
    }

    .cart_title.inquiry {
        font-size: 24px;
    }

    .review_form_title.inquiry {
        font-size: 24px;
    }
}

@media (min-width: 576px) and (max-width: 767.98px) {
    .cart_product_image.inquiry {
        width: 40%;
    }

    .cart_product_image {
        width: 40%;
    }

    .inquiry_product_info {
        width: 100%;
        font-size: 1.4rem;
        margin-left: 20px;
    }

    .review_form_input.inquiry {
        width: 100%;
        margin-bottom: 8px;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .cart_product_image.inquiry {
        width: 40%;
    }

    .cart_title.inquiry {
        font-size: 25px;
    }

    .review_form_title.inquiry {
        font-size: 24px;
    }

    .main_nav ul li {
        margin-right: 0;
    }

}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .cart_product_image.inquiry {
        width: 40%;
    }

    .main_nav ul li {
        margin-right: 0;
    }

    .main_nav {
        padding-left: 10px;
    }

    .mega-nav-container {
        width: 700px;
    }

    .has-children > div {
        width: 225%;
        left: 213px;
    }
    div.dropdown-menu.has-submenu{
        margin-left: -55px;
    }
}

@media (min-width: 1200px) {
    .main_nav {
        padding-left: 50px;
    }
}

/* BHASKAR CHANGES */

.img-responsive {
    /* width: 100%; */
    max-width: 100%;
    max-height: 150px;
    padding-left: 15px;
    padding-right: 15px;
}
.w-100 {
    width: 100%!important;
    float: left;
    margin-right: 1%;
	
}

.footer
		{
		
			padding-top: 21px;
				background-color: #ffffff;
				padding-bottom:10px;
		}
		.footer_copyright
		{
		
				background-color: #937c6f;
			
			
		}
				.copyright
		{
			margin-top:5px;
			padding-bottom: 3px;
			font-family: 'Jura, sans-serif!important';
			font-size: 15px;
			color: #ffffff;
		}
		.footer_social {
    margin-top: 16px;
}
.footer_nav {
    margin-top: 4px;
}
	.menu .logo {
	width:100%;
    margin-bottom:30px;
}	
.logo {
    margin-bottom:4px;
}	
	.newsletter {
    width: 100%;
	padding-left: 0px; 
     padding-right:0px; 
}
.newsletter_content {
    width: 100%;
    padding-top: 25px;
    padding-bottom: 25px;
}
.newsletter_image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}	
.newsletter .section_subtitle,
.newsletter .section_title
{
	color: #FFFFFF;
	font-size:38px;
}
.newsletter_container
{
	margin-top: 75px;
}
.newsletter_input
{
	width: 100%;
	height: 46px;
	background: #FFFFFF;
	padding-left: 25px;
	border: none;
	outline: none;
}
.newsletter_input::-webkit-input-placeholder
{
	font-size: 12px !important;
	font-weight: 400 !important;
	font-style: italic;
	color: #b3b3b3 !important;
}
.newsletter_input:-moz-placeholder
{
	font-size: 12px !important;
	font-weight: 400 !important;
	font-style: italic;
	color: #b3b3b3 !important;
}
.newsletter_input::-moz-placeholder
{
	font-size: 12px !important;
	font-weight: 400 !important;
	font-style: italic;
	color: #b3b3b3 !important;
} 
.newsletter_input:-ms-input-placeholder
{ 
	font-size: 12px !important;
	font-weight: 400 !important;
	font-style: italic;
	color: #b3b3b3 !important;
}
.newsletter_input::input-placeholder
{
	font-size: 12px !important;
	font-weight: 400 !important;
	font-style: italic;
	color: #b3b3b3 !important;
}
.newsletter_button
{
	position: absolute;
	top: 0;
	right: 0;
	width: 142px;
	height: 46px;
	background: #937c6f;
	color: #FFFFFF;
	font-size: 12px;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	border: none;
	outline: none;
	cursor: pointer;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.newsletter_button:hover
{
	background: #e0e3e4;
	color: #232323;
}
.newsletter_text
{
	font-size: 14px;
	font-style: italic;
	color: #FFFFFF;
	margin-top: 19px;
}

		@media (min-width: 992px){
.col-md-6 {
    width: 50%;
	float:left;
}
}
.contact_half
{
 max-width:48%;
 float:left;
 padding:5%;
 background-color:#f3f3f3;
margin-right: 2%;

}

.hovereffect {
  width: 100%;
  height: 100%;
  float: left;
  overflow: hidden;
  position: relative;
  text-align: center;
  cursor: default;
}

.hovereffect .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  background-color: rgba(0,0,0,0.6);
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: translate(460px, -100px) rotate(180deg);
  -ms-transform: translate(460px, -100px) rotate(180deg);
  transform: translate(460px, -100px) rotate(180deg);
  -webkit-transition: all 0.2s 0.4s ease-in-out;
  transition: all 0.2s 0.4s ease-in-out;
}

.hovereffect img {
  display: block;
  position: relative;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

.hovereffect h2 {
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  position: relative;
  font-size: 17px;
  padding: 10px;
  background: rgba(0, 0, 0, 0.6);
}

.hovereffect a.info {
  display: inline-block;
  text-decoration: none;
  padding: 7px 14px;
  text-transform: uppercase;
  color: #fff;
  border: 1px solid #fff;
  margin: 50px 0 0 0;
  background-color: transparent;
  -webkit-transform: translateY(-200px);
  -ms-transform: translateY(-200px);
  transform: translateY(-200px);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.hovereffect a.info:hover {
  box-shadow: 0 0 5px #fff;
}

.hovereffect:hover .overlay {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

.hovereffect:hover h2 {
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}

.hovereffect:hover a.info {
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}



.float{
	position:fixed;
	width:60px;
	height:60px;
	bottom:60px;
	left:40px;
	background-color:#937c6f;
	color:#FFF;
	border-radius:50px;
	text-align:center;
  font-size:30px;
	box-shadow: 2px 2px 3px #999;
  z-index:100;
}
a:hover {
    color: #000000;
	}
.float :hover
{
 color:#000000;
}
.my-float{
	margin-top:16px;
}

.footer_social ul li a i:hover {
    color: #937c6f;
}
.contact_info_social ul li a i:hover
{
color: #937c6f;
}