
@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700,700i,900&display=swap');

html,body
{
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
}
body{
   font-family: 'Montserrat', sans-serif;
   font-weight: 500;
}
a{
  color: black;
}
a:hover{
  color: black;
}
a:active{
  color: black;
}
.about{
  margin: 5% 0%;
}
p{
  margin-top: 1rem;
}
.whatspp-plugin{
  position: fixed; 
  width: 60px; 
  height: 60px;
  bottom: 55px;
  right: 40px;
  border-radius: 50px;
  text-align: center; 
  font-size: 30px;
  z-index: 100;
}
/*----------------Navbar Top*/
.navbar{
	border-bottom: 1px solid #d3d3d3;
}
.navbar-menu{
	height: 80px;
}
.fixed-top{
  background-color: white;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.navbar-menu .nav-item{
	width: auto;
	padding: 0px 20px 0px 20px
}
.navbar-menu .nav-item .nav-link{
	font-size: 14px;
	text-transform: uppercase;
}

/*------------Dropdown menu*/
.navbar .dropdown-menu div[class*="col"] {
   margin-left:-20px;
   height: 40px;
}

.navbar .dropdown-menu {
  border:none;
  height: 600px;
  max-height: 800px;
  background-color:#181818!important;
  color: white;
}

/* breakpoint and up - mega dropdown styles */
@media screen and (min-width: 992px) {
  
  /* remove the padding from the navbar so the dropdown hover state is not broken */
.navbar {
  padding-top:0px;
  padding-bottom:0px;
}

/* remove the padding from the nav-item and add some margin to give some breathing room on hovers */
.navbar .nav-item {
  color: #6d6e71;
  padding:.5rem .5rem;
  margin:0 .25rem;
}

/* makes the dropdown full width  */
.navbar .dropdown {position:static;}
.dropdown .nav-item .nav-link{
	color: white;
}
.dropdown-menu span{
  font-weight: bold;
}
.dropdown .nav-item .nav-link {
  width: 100%;
  height: auto;
  display: block;
  background: linear-gradient(to right, #a3238e 50%,  #181818 50%);
  background-size: 200% 100%;
  background-position: right bottom;
  transition: all .5s ease-out;
  padding: 0px;
  text-transform: capitalize;
}

.dropdown .nav-item .nav-link:hover {
	color: white;
  background-position: left bottom;
}
.dropdown .nav-item .nav-link:hover {
  color: white !important;  
}

.dropdown .nav-item .active{
	background-color: #a3238e;
	color: white;
}

.dropdown .container{
	padding-top: 20px;
}
.navbar .dropdown-menu {
  width:100%;
  left:0;
  right:0;
/*  height of nav-item  */
  top:70px;
  
  display:block;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s, opacity 0.3s linear;
  
}
  
 

  
  /* shows the dropdown menu on hover */
.navbar .dropdown:hover .dropdown-menu, .navbar .dropdown .dropdown-menu:hover {
  display:block;
  visibility: visible;
  opacity: 1;
  transition: visibility 0s, opacity 0.3s linear;
}
  
  .navbar .dropdown-menu {
    border: 1px solid rgba(0,0,0,.15);
    background-color: #fff;
  }

}
/*------------Drop down menu end*/


/*-------Side nav*/
.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  background-color: #181818;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
}

.sidenav a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  /*font-size: 14px;*/
  color: #818181;
  display: block;
  transition: 0.3s;
}

.sidenav a:hover {
  color: #f1f1f1;
}

.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}
.dropdown a{
	color: #6d6e71 !important;
}
.dropdown-menu.show{
	background-color:  #181818;
	color: #6d6e71;
	border: none;
	width: 100%
}

@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
}
/*---------Side nav ends*/


/*------------Search bar*/
nav .form-inline{
	border-bottom: 1px solid #d3d3d3;
}
.search-control{
	border: none;
    border-radius: 0px;
    font-size: 14px;
}
input[type="search"]:focus,
.uneditable-input:focus {   
  border-color: white;
  box-shadow: 0 1px 1px white inset, 0 0 8px white;
  outline: 0 none;
}
.btn-success{
	background-color: white;
	color: #d3d3d3;
	border: none;
}
.btn-success:hover{
	background-color: white;
	color: #a3238e;
	border: none;
}
/*------------------navbar category*/
.navbar-cat{
  margin-top: 110px; 
	height: 45px;
}

.navbar-cat .nav-item{
	padding: 0px 10px 0px 10px
}

.navbar-cat .nav-item .nav-link{
	font-size: 12px;
	text-transform: uppercase;
}
/*-------------button hover effect*/
.hover-effect {
  width: 100px;
  height: auto;
  display: block;
  background: linear-gradient(to right, #a3238e 50%, white 50%);
  background-size: 200% 100%;
  background-position: right bottom;
  transition: all .5s ease-out;
}

.hover-effect:hover {
	color: white;
  background-position: left bottom;
}
.text:hover {
  color: white !important;  
}
/*----------------------------*/
.featured-pro{
	height: auto;
  margin-bottom: 6%;
}
.feature-txt{
	text-transform: uppercase;
  font-size: 3.05rem;
  font-weight: bold;
  padding: 50px;
  text-align: center;
}

.parallax {
  /* The image used */
  background-image: url("../images/parrallex-banner.jpg");

  /* Set a specific height */
  height: 600px;

  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

/*------------------- category-section*/
.category-section{
	height: 900px;
}
.cat-box{
	margin-top: 10%;
}
.cat-info{
	height: 270px;
	width:484px;
	background-color: black;
}
.cat-txt{
	color: white;
	font-size: 42px;
	font-weight: 700;
	padding-top: 60px;
    padding-left: 30px;
    text-transform: uppercase;
}
.logo-img{
    top: 454px;
    left: 400px;
    position: absolute;
    z-index: 1;
}
.cat-img{
 position: absolute;
 top:164px;
 right: -122px;

}
.small-img{
 z-index: -1;
}

/*-----------------------Footer */

footer{
	background-color: #181818;
	color: #6d6e71;
 /* position: fixed;
  bottom: 0;
  width: 100%;
  height: 350px;*/
}
/*.main-container{
  position: relative;
  z-index: 2;
  height: 3500px;
}*/

.footer-col{
	height: 200px;
	
}
.footer-box{
	height: 180px;
}
hr{
	border-bottom: 2px solid #6d6e71;
}
.footer-txt{
	font-size: 16px;
	font-weight: 600;
	padding-top: 70px;
	color: #6d6e71;
	text-transform: uppercase;
}
/*-----mail chimp*/
.footer-box .form-inline{
	border: 1px solid #d3d3d3;
}
.footer-menu-row{
  padding: 60px 30px;
	border-bottom: 1px solid #6d6e71;
}

.email-control{
	background-color: #fff;
	border: none;
    border-radius: 0px;
    font-size: 14px;
}
input[type="email"]:focus,
.uneditable-input:focus {   
  border-color: #181818;
  box-shadow: 0 1px 1px #181818 inset, 0 0 8px #181818;
  outline: 0 none;
  background-color: #181818;
}
.btn-default{
	background-color: #a2228d;
	color: #d3d3d3;
	border: none;
}
.btn-default:hover{
	background-color: #181818;
	color: #a3238e;
	border: none;
}
/*---------Footer fonts*/
.footer-heading{
	color: white;
	padding-top: 25px;
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
}
.footer-list{
	margin-left: -38px;
	list-style: none;
	font-size: 14px;
	font-weight: 500;
}
.footer-list a{
  color: #6d6e71;
}
.footer-list a:hover{
  color: white;
}

.social-icon{
	padding: 12px 0px 0px 13px;
	height: 50px;
	width: 50px;
  color: #a3238e;
}
.copyright-txt{
	padding-top: 14px;
	font-size: 14px;
	font-weight: 500;
}

/*------------------Contact Page Styles-------*/
.contact-us{
  padding-top: 40px;
  padding-bottom: 40px;
}
.contact-heading{
  font-size: 3.25rem;
  font-weight: bold;
  text-transform: uppercase;
  border-bottom: 2px solid #a3238e;
}
.cont-sub-heading{
  font-size: 18px;
  text-transform: uppercase;
  color: #181818;
  padding-top: 36px;
}
.contct-info{
  font-size: 16px;
  color: #d3d3d3;
}
.contact-form{
  padding-top: 40px;
  padding-bottom: 40px;
}
.form-box{
  background-color: #eeeeee;
}
.contact-form{
  padding-top: 20px;
  padding-bottom: 80px;
}
.contact-form .form-control{
  border-radius: 0px;
  border:none;
  padding: 20px;
  margin-top: 20px;
  font-size: 12px;
}
input[type="text"]:focus,
.uneditable-input:focus {   
  border-color: white;
  box-shadow: 0 1px 1px white inset, 0 0 8px white;
  outline: 0 none;
}
.form-check-label{
  font-size: 12px;
}
.btn-primary{
  font-size: 14px;
  color: white;
  background-color: #a3238e;
  border-radius: 0px;
  text-transform: uppercase;
  padding: 10px 30px;
  border:none;
}
.btn-primary:hover{
  border: 1px solid #a3238e;
  color: #a3238e;
  border-radius: 0px;
  background-color: white;
}
/*----------------Products Page styles------*/
.products-section{
  padding-top: 40px;
}
.product-head{
  text-transform: uppercase;
}
.prod-subhead{
  text-transform: uppercase;
  font-size: 14px;
  margin-bottom: 0px;
}
.prod-info{
  font-size: 14px;
}
.product-txt{
  font-size: 14px;
  margin-bottom: 0px;
  font-weight: 600;
  color: #6d6e71;
  padding-top: 10px;
}
.products-box{
  margin-top: 5%;
}
.img-container{
  position: relative;
}
.bottom-left {
  position: absolute;
  bottom: 30px;
  left: 20px;
}

/* Centered text */
.centered {
  width: 100%;
  height: 60px;
  background-color: #d3d3d37F;
  position: absolute;
  bottom: 0px;
  display: flex;
}
.size-box{
  border: 1px solid black;
  height: 30px;
  width: 50px;
  padding: 5px 10px ;
  margin-left: 10px;
  margin-top: 20px;
  text-transform: uppercase;
}
.size-box:hover{
  background-color: black;
  color: white;
  border: none;
}
.hover-box{
  display: none;
}
.img-container:hover .hover-box{
  display: block;
  cursor: pointer;
}
.img-container:hover{
  cursor: pointer;
}
/*---------------Side menu style*/
.main{
  margin-left: 24%;
  width: 80%;
}

.side-menu {
  width: 20%;
  position: fixed;
  z-index: 1;
  top: 360px;
  left: 10px;
  overflow-x: hidden;
  padding: 8px 10px;
}
.side-menu-txt{
  border-bottom: 1px solid grey;
}
.card{
  border: none;
}
.card-header{
  padding: 0px;
  background-color: white;
  border-bottom: none;

}
.card-body{
  padding: 10px;
}
.btn-link{
  color: black;
  text-transform: uppercase;
  font-weight: 500;
  text-decoration: none;
}
.btn-link:hover{
  color: #a3238e;
  text-decoration: none;
}
.category-list li{
  text-decoration: none;
  list-style: none;
  font-size: 14px;
}
a{
  color: black;
  text-decoration: none;
}
a:hover{
  text-decoration: none;
  color: black;
}
/*----------Product large page styles*/

.Product-large{
  background-color: #fff;
}
.thumbnail{
  height: 80px;
  border:1px solid #d3d3d3;
  margin: 10px;
}
.product-info-box{
  padding: 30px 40px;
  background-color: white;
  margin: 20px;
}
.prod-name{
  font-size: 24px;
}
.art-no{
  font-size: 18px;
}
.prod-desc{
 font-size: 14px;
}
.size-main{
  display: flex;
}
.prod-sub-head{
  padding-top: 20px;
}
.size-box-prod{
  border: 1px solid black;
  height: 40px;
  width: 60px;
  padding: 10px 20px ;
  margin-left: 10px;
  margin-top: 10px;
  text-transform: uppercase;
}
.size-box-prod:hover{
  background-color: black;
  color: white;
  border: none;
  cursor: pointer;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.colors-main{
  display: flex;
}
.color-box{
  height: 40px;
  width: 60px;
  margin-left: 10px;
  margin-top: 10px;
}
.color-box:hover{
  cursor: pointer;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.inquiry-box{
  display: flex;
}
.btn-info{
  height: 38px;
  width: 200px;
  margin-top: 14px;
  background-color: #a3238e;
  font-size: 14px;
  color: white;
  border:none;
  border-radius: 0px;
}
.btn-info:hover{
  background-color: white;
  color: #a3238e;
  border: 1px solid #a3238e;
}

/*----------- quantity field*/
input,
textarea {
  border: 1px solid #eeeeee;
  box-sizing: border-box;
  margin: 0;
  outline: none;
  padding: 10px;
}

input[type="button"] {
  -webkit-appearance: button;
  cursor: pointer;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

.input-group {
  width: auto;
  clear: both;
  margin: 15px 0;
  position: relative;
}

.input-group input[type='button'] {
  background-color: #eeeeee;
  min-width: 38px;
  width: auto;
  transition: all 300ms ease;
}

.input-group .button-minus,
.input-group .button-plus {
  font-weight: bold;
  height: 38px;
  padding: 0;
  width: 38px;
  position: relative;
}

.input-group .quantity-field {
  position: relative;
  height: 38px;
  left: -6px;
  text-align: center;
  width: 62px;
  display: inline-block;
  font-size: 13px;
  margin: 0 0 5px;
  resize: vertical;
}

.button-plus {
  left: -13px;
}

input[type="number"] {
  -moz-appearance: textfield;
  -webkit-appearance: none;
}

/*-----------------------Media Query-----------------------*/

@media all and (max-width: 768px) { 
	.feature-txt{
	display: table-cell;
    width: 350px;
    padding-top: 8%;
    height: 40px;
    vertical-align: middle;
	text-transform: uppercase;
	font-size: 24px;
	font-weight: 500;
	text-align: center;
   }
   .social-icon{
   	margin-bottom: 20px;
   }
   .category-section {
    height: 430px;
    }
   .cat-txt{
   	font-size: 34px;
   }
   .cat-info{
   	height: 130px;
   	width: 100%;
   }
   .cat-img{
   	position: unset;
   	right: 0;
   }
   #mixedSlider2 .MS-content .item{
   	padding: 0px !important;
   }
 } 
@media only screen and (min-width: 992px) { 
  .product-large-img{
    width: 536px !important;
    height: 728px !important;
  }
  .product-info-box{
    margin: 10px !important;
  }

} 
@media only screen and (max-width: 1200px) { 
  .product-large-img{
    width: 536px !important;
    height: 728px !important;

  }
  .product-info-box{
    margin: 20px !important;
  }
  .centered {
    width: 90%;
  }
  .size-box{
    padding: 6px 20px;
    margin-left: 25px;
   } 
} 

/*-----------------------Media Query Ends-----------------------*/