html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	/*font: inherit;*/
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
.mainWrap
{
    font-family: 'Lato', sans-serif;
}
.siteHeader
{
    font-family: 'Lato', sans-serif;
}
.siteHeader .NavBarRow
{
    margin:0;
    width: 100%;
    align-items: center;
}
.siteHeader .navbar-collapse ul
{
    padding:0 1rem;
}
.siteHeader .navbar-collapse ul li
{
    padding:0 1.5rem 0 0;
}
.siteHeader .navbar-collapse ul li:last-child
{
    padding-right: 0;
}
.siteHeader .navbar-collapse ul li a
{
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.112rem;
    color: #2A2A2A;
    padding:0;
}
.mobileLogo
{
    display: none;
}
.desktopLogo
{
    text-align: center;
    margin:auto;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 7.888888888888889;
}
.desktopLogo img
{
    width: 7.889rem;
}
.rightSideHeader
{

}
.rightBarMenu
{
    margin-left: auto;
    display: flex;
    justify-content: flex-end;
    padding:0 1rem;
}
.rightBarMenu li
{
    list-style: none;
    display: inline-block;
}
.rightBarMenu li
{
    padding:0 1.5rem 0 0;
}
.rightBarMenu li:last-child
{
    padding-right: 0;
}
.rightBarMenu li a
{
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.112rem;
    color: #2A2A2A;
    padding:0;
    text-decoration: none;
}
.rightBarMenu li a i
{
    color: #2A2A2A;
}
.rightBarMenu li a i.rightMenuIcon
{
    margin-right: 0.4rem;
    color: #2A2A2A;
}
.rightBarMenu li a span.textLabel
{
    
}
.headerBannerWrap
{
    height: calc(100vh - 93px);
    background-size: cover;
    width: 100%;
    position: relative;
}
.bannerBodyImg
{
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.insideBannerText
{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    flex-direction: column;
    max-width: 72%;
    margin: auto;
    text-align: center;
    z-index: 1;
    position: relative;
}
.insideBannerText h2
{
    font-style: normal;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 4rem;
    line-height: 4.22rem;
    color: #FFFFFF;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.5);
    margin-bottom: 2rem;
}
.insideBannerText p
{
    font-style: normal;
    font-weight: 400;
    font-size: 1.57rem;
    line-height: 2.265rem;
    letter-spacing: 0.04em;
    color: #FFF0F0;
    font-family: 'Lato', sans-serif;
    max-width: 90%;
    margin-bottom: 2rem;
}
.insideBannerText a
{
    font-family: 'Lato', sans-serif;
    background: #E24524;
    display: inline-block;
    font-style: normal;
    font-weight: 400;
    font-size: 1.1rem;
    color: #FFFFFF;
    text-decoration: none;
    padding:0.9rem 5rem;
    transition: 0.4s;
}
.insideBannerText a:hover
{
    background: #fff;
    color: #E24524;
}
.categoryBannerWrap
{
    height: 100vh;
    background-size: cover !important;
    width: 100%;
    position: relative;
}
.category1
{ 
}
.category2
{
    background: url(../img/category-banner2.jpg) no-repeat;  
}
.category3
{
    background: url(../img/category-banner3.jpg) no-repeat;  
}
.leftSideText .insideBannerText
{
    text-align: left;
    align-items: flex-start;
    max-width: 100%;
    padding-left: 3rem;
}
.leftSideText .insideBannerText h2
{
    color:#27282C;
    font-weight: 600;
    text-shadow: 0 0 0;
}
.leftSideText .insideBannerText p
{
    max-width: 50%;
    color:#27282C;
}
.bottomSideText .insideBannerText
{
    text-align: left;
    align-items: center;
    justify-content: flex-end;
    max-width: 100%;
    padding-bottom: 3rem;
}
.bottomSideText .insideBannerText h2
{
    color:#fff;
    font-weight: 600;
    text-shadow: 0 0 0;
}
/*.bottomSideText .insideBannerText a
{
    background: #fff;
    color: #040404;
}
.bottomSideText .insideBannerText a:hover
{
    background: #E24524;
    color: #fff;
}
.category3 .insideBannerText a
{
    background: transparent;
    color: #040404;
    border: 2px solid #1C1717;
}
.category3 .insideBannerText a:hover
{
    background: #E24524;
    color: #fff;
    border-color:#E24524
}*/
.homeProdSection
{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}
.homeProdSection .row
{
    margin:0;
}
.homeProdSection .col-md-4
{
    padding:0;
    position: relative;
    text-align: center;
    margin: auto;
    text-decoration: none;
}
.homePrdBoxImg
{
    width: 100%;
}
.prdHoverWrap
{
    margin: auto;
    text-align: center;
    position: absolute;
    bottom: 1.5rem;
    display: none;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.prdHoverWrap .prdName
{
    font-style: normal;
    font-weight: 700;
    font-size: 1.26rem;
    line-height: 2.7rem;
    text-align: center;
    letter-spacing: 0.04em;
    color: #000000;
    font-family: 'Lato', sans-serif;
    display: block;
}
.prdHoverWrap .prdPrice
{
    font-style: normal;
    font-weight: 400;
    font-size: 1.26rem;
    line-height: 1.6rem;
    text-align: center;
    letter-spacing: 0.04em;
    color: #000000;
    font-family: 'Lato', sans-serif;
    display: block;
}
.homeProdSection .col-md-4:hover
{
    cursor: pointer;
}
.homeProdSection .col-md-4:hover .prdHoverWrap
{
    display: flex;
}
.homeBestSellerSection
{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    padding:4rem 0;
}
.homeBestSellerSection .row
{
    margin:0;
    width: 100%;
}
.homeBestSellerSection .col-md-3
{
    padding:0;
    position: relative;
    text-align: center;
    margin: auto;
    text-decoration: none;
}
.bestSellerHeading
{
    font-style: normal;
    font-weight: 400;
    font-size: 2.889rem;
    line-height:3.2rem;
    font-family: 'Montserrat', sans-serif;
    text-align: center;
    color: #1A1413;
    padding: 0 0 4rem 0;
    margin: auto;
}
.homeBestSellerSection
{
    width: 100%;
}
.insidePrdSellerBox
{
    margin: auto;
    text-align: center;
    bottom: 1.5rem;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    display: flex;
}
.insidePrdSellerBox .prdName
{
    font-style: normal;
    font-weight: 700;
    font-size: 1.26rem;
    line-height: 2.7rem;
    text-align: center;
    letter-spacing: 0.04em;
    color: #000000;
    font-family: 'Lato', sans-serif;
    display: block;
}
.insidePrdSellerBox .prdPrice
{
    font-style: normal;
    font-weight: 400;
    font-size: 1.26rem;
    line-height: 1.6rem;
    text-align: center;
    letter-spacing: 0.04em;
    color: #000000;
    font-family: 'Lato', sans-serif;
    display: block;
}
.homeBestSellerImg
{
    width: 100%;
}
.bottomBlackBoxWrap
{
    display: flex;
    flex-wrap: wrap;
    max-width: 1140px;
    margin: auto;
}
.bottomBlackBoxWrap .insideContainer
{
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    border: 1px solid #000;
    border-radius: 2px;
    margin: 4rem 0;
    padding: 3rem;
}
.bottomBlackBoxWrap .insideContainer .row
{
    width: 100%;
}
.shipmentReturnBox
{
    display: flex;
    align-items: center;
    justify-content: center;
}
.smallImgBox
{
    height: 78px;
    width: auto;
    margin-right: 1rem;
}
.smallImgBox img
{
    width: 100%;
}
.smallBoxContent
{
    display: flex;
    flex-direction: column;
}
.shipmentReturnBox h4
{
    font-size: 1.1rem;
    font-weight: 600;
    margin: 0 0 0.5rem 0;
}
.shipmentReturnBox p
{
    font-size: 0.87rem;
    margin:0;
    line-height: 1.3rem;
}
.newsletterSmallBox
{
    display: flex;
    width: 100%;
    flex-direction: column;
}
.newsletterSmallBox h4
{
    font-size: 1.31rem;
    font-weight: 600;
    margin: 0 0 0.5rem 0;
}
.newsletterForm
{
    border-bottom: 1px solid #ccc;
    display: flex;
}
.newsletterForm .form-control
{
    border:0;
    font-size: 0.875rem;
    padding-left: 0;
}
.newsletterForm .form-control:focus,
.newsletterForm .form-control:active,
.newsletterForm .form-control:hover
{
    outline: 0 none !important;
    box-shadow: 0 0 0 !important;
    border:0 !important;
    border-color: transparent !important;
}
.newsletterForm .submitBtn
{
    border:0;
    background: transparent;
}
.instagramWrap
{
    display: flex;
    width: 100%;
}
.instagramWrap .row
{
    margin:0;
}
.instagramWrap .instaPostBox
{
    padding:0;
}
.instagramWrap .instaPostBox img
{
    width: 100%;
}
.siteFooter
{
    display: flex;
    width: 100%;
    padding-top: 3.5rem;
}
.insideSiteFooter
{
    display: flex;
    flex-wrap: wrap;
    margin: auto;
}
.insideSiteFooter .row
{
    margin:0;
    width: 100%;
}
.footerHeading
{
    font-weight: 400;
    font-size: 1rem;
    padding-bottom: 1.5rem;
    line-height: 1.3rem;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 0.04em;
    color: #000F08;
    margin:0;
}
.footerNav
{

}
.footerNav li,
.footerSocialNav li
{
    display: flex;
    width: 100%;
    margin-bottom: 1rem;
}
.footerNav li:last-child,
.footerSocialNav li:last-child
{
    margin-bottom: 0;
}
.footerNav li a,
.footerSocialNav li a
{
    font-style: normal;
    font-weight: 400;
    font-size: 0.8334rem;
    line-height: 1.112rem;
    font-family: 'Montserrat', sans-serif;
    color: #000F08;
    text-decoration: none;
    display: flex;
    align-items: center;
}
.footerNav li a:hover,
.footerSocialNav li a:hover
{
    color: #E24524;
}
.footerCompanyAddress
{
    font-style: normal;
    font-weight: 400;
    font-size: 0.8334rem;
    line-height: 1.112rem;
    font-family: 'Montserrat', sans-serif;
    color: #000F08;
    text-decoration: none;
}
.footerSocialNav li a img
{
    margin-right: .9rem;
}
.paymentOptionWrap
{
    display: flex;
    margin:2.5rem auto;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.openSearchBtn
{
    background: transparent;
    border:0;
}
.openSearchBtn:hover,
.openSearchBtn:active,
.openSearchBtn:focus
{
    background: transparent;
    border:0;
    outline: 0;
}
.overlay {
  height: 100%;
  width: 100%;
  display: none;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: rgba(255,255,255, 0.97);
}

.overlay-content {
  position: relative;
  top: 37%;
  width: 50%;
  text-align: left;
  margin-top: 00px;
  left: 5%;
}
.overlay-content h3
{
    font-style: normal;
    font-weight: 600;
    font-size: 36px;
    line-height: 76px;
    font-family: 'Montserrat', sans-serif;
    color: #27282C;
    text-align: left;
}
.overlay .closebtn {
  position: absolute;
  top: 20px;
  right: 45px;
  font-size: 60px;
  cursor: pointer;
  color: #333;
}

.overlay .closebtn:hover {
  color: #000;
}

.overlay input[type=text] {
  padding: 15px;
  font-size: 17px;
  border: none;
  float: left;
  width: 88%;
  background: #EDEDED;
  font-family: 'Montserrat', sans-serif;
  color: #27282C;
  height: 70px;
  border-radius: 0;
}
.overlay .form-control:focus,
.overlay.form-control:active,
.overlay .form-control:hover
{
    outline: 0 none !important;
    box-shadow: 0 0 0 !important;
    border:0 !important;
    border-color: transparent !important;
}
.overlay button {
  float: left;
  width: 12%;
  padding: 12px;
  background: #E24524;
  font-size: 17px;
  border: none;
  cursor: pointer;
}
.overlay button img
{
    height: 100%;
}
.fullscreenRightImg
{
    position: absolute;
    right: 0;
    width: 27%;
    bottom: 0;
}
.fullscreenRightImg img
{
    width: 100%;
}

.loginModalWrap
{
    max-width: 460px;
}
.loginModalWrap .modal-header
{
    align-items: center;
    justify-content: center;
}
.loginModalWrap .modal-header .modal-title
{
    text-align: center;
    font-size: 1.2rem;
    color: #000F08;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
}
.loginModalWrap .modal-header .btn-close
{
    position: absolute;
    right: 1rem;
}
.loginModalWrap .modal-body
{
    padding:2.2rem;
}
.loginBodyWrap .form-group
{
    margin-bottom: 1.2rem;
}
.loginBodyWrap .form-control
{
    min-height: 3rem;
    border-radius: 0;
    font-family: 'Montserrat', sans-serif;
}
.loginBodyWrap .form-check
{
    display: flex;
    align-items: center;
}
.loginBodyWrap .form-check label
{
    padding: 3px 0 0 10px;
    font-size: 0.875rem;
    color: #000F08 !important;
    opacity: 1;
    font-family: 'Montserrat', sans-serif;
}
.forgetPwdLink 
{
    display: flex;
    margin:1.2rem 0;
}
.forgetPwdLink a
{
    font-size: 0.875rem;
    color: #000F08;
    font-family: 'Montserrat', sans-serif;
    text-decoration: none;
}
.forgetPwdLink a:hover
{
    text-decoration: underline;
}
.loginBodyWrap .btn-primary
{
    background: transparent;
    border: 1.3px solid #ced4da;
    font-size: 1.2rem;
    color: #000F08;
    text-align: center;
    display: block;
    margin: 1.2rem 0;
    width: 100%;
    border-radius: 0;
    min-height: 3rem;
    font-family: 'Montserrat', sans-serif;
}
.signUpLinkWrap
{
    display: flex;
    margin:1.2rem 0;
    width: 100%;
    flex-direction: column;
}
.signUpLinkWrap span
{
    font-size: 0.875rem;
    color: #000F08;
    font-family: 'Montserrat', sans-serif;
    margin-bottom: 0.875rem;
}
.signUpLinkWrap a
{
    font-size: 0.875rem;
    color: #000F08;
    font-family: 'Montserrat', sans-serif;
}
.customBagDropdown
{

}
.customBagDropdown .dropdown-toggle
{
    border:0;
    padding:0;
    background: transparent;
    margin:1px 0 0 0;
}
.customBagDropdown .dropdown-toggle:hover,
.customBagDropdown .dropdown-toggle:active,
.customBagDropdown .dropdown-toggle:focus
{
    background: transparent;
    border:0;
    outline: 0;
}
.customBagDropdown .dropdown-toggle::after
{
    border:0;
    display: none;
}
.customBagDropdown .dropdown-menu
{
    margin-top: 1rem;
}
.customBagDropdown .dropdown-menu li
{
    display: flex;
    flex-direction: column;
    padding:0;
}
.customBagDropdown .dropdown-menu li a
{
    display: flex;
    width: 100%;
    padding:0.5rem 1rem 0.5rem 0.5rem;
    align-items: center;
}
.customBagDropdown .dropdown-menu li a:hover
{
    background: transparent;
}
.customBagDropdown .dropdown-menu li img
{
    width: 40px;
    margin-right: 0.5rem;
}
.customBagDropdown .dropdown-menu li span
{
    font-size: 0.875rem;
    color: #000F08;
    font-family: 'Montserrat', sans-serif;
}
.customBagDropdown .dropdown-menu li a:hover span
{
    text-decoration: underline;
}
.mobileHeaderWrap
{
    display: none;
}
.signInButton
{
    display: none;
    margin-bottom: 2rem;
}
.signInButton span
{
    display: block;
    font-size: 1rem;
    color: #000F08;
    font-family: 'Montserrat', sans-serif;
    line-height: 1.5rem;
}
.signInButton a
{
    display: block;
    font-size: 1rem;
    color: #000F08;
    font-family: 'Montserrat', sans-serif;
    line-height: 1.5rem;
}
.overlayMenuLayer
{
    opacity: 0;
}
.overlayMenuLayer.show
{
    opacity: 1;
}
.desktopHideCloseBtn
{
    display: none;
}
body.hidden 
{
    overflow-y: unset !important;
}