
body {
    font-family: 'Rajdhani', Helvetica, sans-serif;
    background-color: #ffffff;
}
.main__wrapper {
	overflow: hidden;
}

/* Polish These */
.navbar-left {
	display: none;
}
.email-signup {
	background-color: #ebebeb;
}
.navbar-links li:nth-child(1) {
	display: none;
}
.navbar-links .visible-lg {
	display: none !important;
}
/* END Polish These */


/* Top Navigation Div */
.topnav--div {
	background-color: #007ac2;
	height: 36px;
	color: #fff;
	padding-top: 8px;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 14px;
}
.topnav--right {
    text-align: right;
}
.topnav--right a {
    color: #fff;
}

/* Header Div */
.header--div {
    background-color:#000000;
    padding: 40px 0;
    border-bottom: 1px solid #ffffff;
    position: relative;
}
.header--div h5 {
	display: inline-block;
	font-size: 14px;
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
	padding-left: 50px;
}
    /* Mobile Menu */
    .samLeftNavOpenBtn {
        display: none;
        border-radius: 2px;
    }
    .samLeftNavOpenBtn i {
        font-size: 30px;
    }
    .samLeftNavSidebarPDP {
        height: 100%;
        width: 0px;
        position: fixed;
        z-index: 9999;
        top: 0;
        left: 0;
        background-color: #fff;
        box-shadow: 0px 8px 50px 0px rgb(0 0 0 / 50%);
        overflow-x: hidden;
        transition: 0.5s;
        padding-top: 60px;
    }
    .samLeftNavSidebarPDP a {
        padding: 8px 8px 8px 32px;
        text-decoration: none;
        font-size: 20px;
        color: #000;
        font-weight: 600;
        display: block;
        transition: 0.3s;
        border-top: 1px solid #ccc;
    } 
    .samLeftNavSidebarPDP a:hover {
        text-decoration: underline;
    }
    
    .samLeftNavSidebarPDP .samLeftNavCloseBtn {
        position: absolute;
        top: -12px;
        right: 8px;
        font-size: 40px;
        border: 0;
    }
    .samLeftNavSidebarPDP .samLeftNavCloseBtn:hover {
        text-decoration: none;
    } 
    .samLeftNavOpenBtn {
        font-size: 30px;
        cursor: pointer;
        background-color: #000;
        color: #fff;
        padding: 0 10px 0 10px;
        border: none;
    }
    #samLeftNavSideBarMainDiv {
        transition: margin-left .5s;
        padding: 16px;
    }
    .mymobilenav {
        list-style: none;
        margin: 0;
        padding-left: 0px;
    }
    .mymobilesubnav {
        list-style: none;
        margin: -5px 10px 10px 20px;
        padding-left: 0px;
    }
    .mymobilesubnav a {
        border: 0px;
        font-size: 16px;
        line-height: 10px;
        color: #000;
        font-weight: 500;
    }
    /* END Mobile Menu */


@media (max-width: 991px){
    .header-text {
    	color: #007ac2 !important
    }
    .header-text a {
        display: none;
    }
}
@media (max-width: 834px){
    .samLeftNavOpenBtn {
        display: inline;
        margin-right: 30px;
    }
    .samNavBarDesktop {
        display: none;
    }
    .header--div {
    	border: 0;
    	height: 130px;
    }
    .header--logo {
    	position: absolute;
    	left: 0;
    }
    .header--searchbox {
    	position: absolute;
    	right: 20px;
    }
}
@media (max-width: 767px){
	.header--searchbox {
    	width: 40%;
    }
}
@media (max-width: 670px){
	.header--div {
    	height: 165px;
    }
	.header--logo {
		top: 25px;
	}
	.header--logo img {
		height: 50px;
		margin-left: 150px;
	}
    .header--searchbox {
    	left: 0px;
    	top: 100px;
    	width: 100%;
    	padding: 10px 10px 10px 10px;
    	background-color: #999;
    }
    .header--searchbox input {
    	height: 45px !important;
    }
}
@media (max-width: 500px){
	.header--div {
    	height: 135px;
    }
	.header--logo {
		top: 15px;
	}
	.samLeftNavOpenBtn i {
        font-size: 24px;
    }
	.header--logo img {
		height: 40px;
		margin-left: 50px;
	}
    .header--searchbox {
    	left: 0px;
    	top: 80px;
    	width: 100%;
    	padding: 10px 10px 10px 10px;
    	background-color: #999;
    }
    .header--searchbox input {
    	height: 35px !important;
    }
}
/* END Header Div */


/* Desktop Menu */
.menu--div {
    background-color:#000; 
    font-size: 16px;
    height: 52px;
}
.menu--content .navbar .nav-link {
    color: #fff;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: bold;
}
.menu--content .navbar ul {
    width: 100%;
    list-style: none;
    margin: -8px 0 -8px -20px;
    z-index: 9999;
}
.menu--content .navbar ul li {
    width: 20%;
    padding-top: 22px;
    padding-left: 10px;
}
.nav--link--view--all li {
	text-transform: uppercase;
	font-weight: bold;
	color: #007ac2 !important;
}
.nav--link--view--all li:hover {
	color: #ffffff !important;
}
#samShopAllGalls a:hover {
	color: #007ac2;
}
#samMenuBarToggle ul ul {
    display: none;
    background: #ffffff;   
    padding: 0;
    margin-left: -20px;
    margin-top: 3px;
    width:250px;
	position: absolute;
    top: 100%;
    box-shadow: 0px 8px 50px 0px rgb(0 0 0 / 50%);
}
#samMenuBarToggle ul li:hover > ul {
    display: block;
}
#samMenuBarToggle ul ul li {
    padding: 12px 0 12px 25px;
    color: #000;
    width: 100%;
}
#samMenuBarToggle ul ul li a {
    color: #000;
}
#samMenuBarToggle ul ul li:hover {
    cursor: pointer;
    background-color: #007ac2;
    color: #fff;
}

    /* Dropdown Animation */
    .nav-item:hover .samDD_Menu--animated {
        display: block;
    }
    .samDD_Menu--animated {
        display: none;
    }
    .samDD_Menu--animated li {
        display: block;
        opacity: 1;
    }
    .samDD_Menu_FallDown {
        animation: growDown 300ms ease-in-out forwards;
        transform-origin: top center;
    }

    @-moz-keyframes growDown {
        0% {
          transform: scaleY(0);
        }
        80% {
          transform: scaleY(1.1);
        }
        100% {
          transform: scaleY(1);
        }
    }
    @-webkit-keyframes growDown {
        0% {
          transform: scaleY(0);
        }
        80% {
          transform: scaleY(1.1);
        }
        100% {
          transform: scaleY(1);
        }
    }
    @-o-keyframes growDown {
        0% {
          transform: scaleY(0);
        }
        80% {
          transform: scaleY(1.1);
        }
        100% {
          transform: scaleY(1);
        }
    }
    @keyframes growDown {
        0% {
          transform: scaleY(0);
        }
        80% {
          transform: scaleY(1.1);
        }
        100% {
          transform: scaleY(1);
        }
    }
    /* END Dropdown Animation */

/* END Desktop Menu */



/* Full Width Carousel CSS */
.sam--full--width {
    width: 102vw;
    position: relative;
    margin-left: -51vw;
    left: 50%;
    margin-top: -40px;
}
.sam--full--image--desktop, .sam--full--image--mobile {
	width: 100%;
} 
.sam--full--image--mobile {
	display: none !important;
}
.samBtn {
	text-shadow: none;
	background-color: #fff;
	color: #000;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 19px;
	padding: 8px 15px !important;
	border-radius: 5px !important;
}
.samBtn:hover {
	background-color: #007ac2;
	color: #fff !important;
}
.glyphicon {
	background-color: #000;
    width: 40px !important; 
	height: 40px !important;
	padding: 4px 0 0 2px;
    border-radius: 2px;
}
.carousel-caption {
    color: #fff;
}
.carousel-caption h2 {
	font-weight: 700;
	text-shadow: 2px 2px #000;
}
.carousel-caption span {
    padding: 5px 10px;
    border-radius: 2px;
}
.carousel-caption span:hover {
    color: #007ac2;
}
@media (max-width: 991px) {
    .sam--full--image--desktop {
    	display: none !important;
	}
    .sam--full--image--mobile {
        display: block !important;
    }
    .sam--full--width {
        width: 104vw;
        margin-left: -52vw;
    }
    .glyphicon {
		font-size: 28px;
        padding: 5px 0 0 2px;
	}
}
@media (max-width: 499px) {
    .sam--full--width {
        width: 106vw;
        margin-left: -53vw;
    }
}
@media (max-width: 499px) {
    .carousel-caption h2 {
    	font-size: 40px;
	}
}
@media (max-width: 375px) {
    .carousel-caption h2 {
    	font-size: 36px;
	}
}
@media (max-width: 320px) {
    .carousel-caption h2 {
    	font-size: 32px;
	}
}
/* END Carousel CSS */


/*  Content Div */
.main--content--div {
    background-color: #ffffff;
    padding-top: 30px;
    height: auto;
}
@media (max-width: 1024px) {
    .main--content--div .container {
        max-width: 100%;
    }
}
/* END Content Div */




/* Featured Image Section */
.featured--img {
    margin-bottom: 30px;
    width: 100%;
}
.featured--title--div {
	position: absolute;
	top: 40%;
	left: 50%;
	text-align: center;
	-webkit-transform: translate(-50%, 0%);
	transform: translate(-50%, 0%);
}
.featured--title--div h4 {
	color: #000;
    font-weight: bold;
    background-color: rgb(255,255,255);opacity:0.7;
    padding: 5px 20px;
    border-radius: 2px;
} 
.featured--title--div h4:hover {
    background-color: rgb(0,0,0);opacity:0.7;
    color: #fff;
}
.top--category--left--list {
    width: 60%; 
    float: left;
}
.top--category--right--list {
    width: 40%; 
    float: right;
}

	/* 3.1 Added animation */
	.featured--image--div {
		overflow: hidden;
	}
	.featured--img {
		-ms-transition: all 1s ease;
		-webkit-transition: all 1s ease;
		-moz-transition: all 1s ease;
		-o-transition: all 1s ease;
		transition: all 1s ease;
	}
	.featured--img:hover {
		-ms-transform: scale(0.95, 0.95);
		-webkit-transform: scale(0.95, 0.95);
		-moz-transform: scale(0.95, 0.95);
		-o-transform: scale(0.95, 0.95); 
		transform: scale(0.95, 0.95);
		cursor: pointer;
	}
    /* Disable animation for Top Category */
    .top--categoory--img:hover {
		-ms-transform: scale(1.00, 1.00);
		-webkit-transform: scale(1.00, 1.00);;
		-moz-transform: scale(1.00, 1.00);
		-o-transform: scale(1.00, 1.00); 
		transform: scale(1.00, 1.00);
		cursor: pointer;
	}
	/* END 3.1 Added animation */

@media (max-width: 1024px) {
	.featured--title--div h4 {
        font-size: 40px;
    } 
}
@media (max-width: 834px) {
    .featured--title--div h4 {
        font-size: 40px;
    } 
}
@media (max-width: 768px) {
    .featured--title--div h4 {
        font-size: 36px;
    }
}
@media (max-width: 670px) {
    .featured--title--div h4 {
        font-size: 30px;
    } 
}
@media (max-width: 500px) {
	.featured--image--div {
		padding: 0 10px;
		margin-bottom: -5px;
	}
    .featured--img {
        margin-bottom: 20px;
    }
    .featured--title--div {
        top: 33%;
    }
}
@media (max-width: 414px) {
    .main--content--div {
        margin-top: -10px;
    }
    .featured--title--div h4 {
        font-size: 24px;
    } 
    .featured--title--div {
        top: 30%;
    }
}
@media (max-width: 390px) {
    .featured--title--div h4 {
        font-size: 22px;
    } 
    .main--content--div h4 {
    	font-size: 24px;
    }
}
@media (max-width: 320px) {
    .featured--title--div h4 {
        font-size: 20px;
    } 
    .main--content--div h4 {
    	font-size: 20px;
    }
    .featured--title--div {
        top: 27%;
    }
}


/* Top Category Section */
.top--category--title--div {
	position: absolute;
	top: 20%;
	left: 30%;
	text-align: center;
}
.top--category--title--div h3 {
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
	text-shadow: 2px 2px #000;
}
.top--category--bottom--div {
	position: absolute;
	bottom: 30px;
	width: 100%;
	background: rgba(0, 0, 0, 0.6);
	padding: 8px 15px;
}
.top--category--bottom--div a {
	color: #eee;
	font-size: 24px;
	font-weight: 600;
	display: block;
	padding: 2px 0;
}
.top--category--bottom--div a:hover {text-decoration: underline;}
.hp--flex--grid {margin: 0;}

@media (min-width: 1025px) and (max-width: 1280px) {
	.top--category--title--div {top: 15%; left: 25%}
	.top--category--bottom--div a {font-size: 20px;}
}
@media (min-width: 835px) and (max-width: 1024px) {
	.top--category--title--div h3 {font-size: 60px}
	.top--category--title--div {left: 30%}
	.top--category--bottom--div a {font-size: 34px;}
}
@media (min-width: 671px) and (max-width: 834px) {
	.top--category--title--div {top: 18%; left: 25%}
	.top--category--bottom--div {padding: 15px 20px;}
	.top--category--bottom--div a {font-size: 26px;}
	.top--category--title--div h3 {font-size: 56px;}
}
@media (min-width: 501px) and (max-width: 670px) {
	.top--category--title--div {top: 12%; left: 25%}
	.top--category--bottom--div {padding: 10px 15px;}
	.top--category--bottom--div a {font-size: 22px;}
	.top--category--title--div h3 {font-size: 50px;}
}
@media (min-width: 415px) and (max-width: 500px) {
	.top--category--title--div {top: 15%; left: 25%}
	.top--category--bottom--div {padding: 5px 10px; bottom: 20px;}
	.top--category--bottom--div a {font-size: 18px;}
	.top--category--title--div h3 {font-size: 34px;}
}
@media (min-width: 321px) and (max-width: 414px) {
	.top--category--title--div {top: 5%; left: 24%}
	.top--category--bottom--div {padding: 8px 10px; bottom: 20px;}
	.top--category--bottom--div a {font-size: 16px;}
	.top--category--title--div h3 {font-size: 30px;}
}
@media (max-width: 320px) {
	.top--category--title--div {top: 3%; left: 22%}
	.top--category--bottom--div {padding: 5px 10px; bottom: 20px;}
	.top--category--bottom--div a {font-size: 14px;}
	.top--category--title--div h3 {font-size: 24px;}
}
/* END Top Category Section */






/* SHOP Popular PRODUCTS */
@media (max-width: 834px) {
	.slider--products {
    	margin-top: -20px;
    	margin-bottom: 30px;
    }
}
/* END SHOP Popular PRODUCTS */





/* Footer: Customize on top of existing styles */
.footer {
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
/* .email-signup {
    background-color: #ebebeb;      
}
.email-signup h4 {    
    text-transform: uppercase;
    font-weight: bold;
} */
.footer .footer__inner h5 {
	text-transform: uppercase;
	font-weight: bold;
}
.footer .footer__inner ul li {
	font-size: 14px;
}
.footer__mobile ul li h4 {
	text-transform: uppercase;
	font-weight: bold;
}
.copyright ul li {
    display: inline-block;
    padding-right: 10px;
}
.copyright p {
    font-size: 16px;
}

@media (max-width: 834px){
    .samFooterDesktop {
        display: none;
    }
    .copyright p {
        font-size: 12px;
    }
}
	

/* END Footer: Customize on top of existing styles */







