@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
/*start header styles*/

body {
    font-family: 'Montserrat', serif;
}

#bodySection {
    margin-top: 32px;
}
.wishlistBtn {
  font-size:19px;
  font-weight:bold;
  text-transform: uppercase
}
#fullWrap {
    border-top: 6px solid #a7a7a7;
    max-width:1240px;
    width: 100%;
    margin: 0 auto;
    position: relative;
}

#headerSection {
    display:flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width:100%;    
    padding: 20px 0;
    position: relative;
}

#leftHeader{
    display:flex;
    flex-direction: column;
    width: 100%;

}
#searchEngine {
    display:flex;
    flex-direction: row;
    width:100%;
    font-size: 12px;
    font-family: 'Open Sans', sans-serif;    
}
.close {
  display:none;  
}
#searchInputBox {
    border: 1px solid #ccc;
    border-right: 0px;
    background: #fff;
    height: 30px;
}

#searchInputBox input {
    border: 0px;
    background: transparent;
    margin: 2px;
    padding: 3px;
    width: 140px;
    font-size: 14px;
    font-weight: 300;
    color: #666;
    font-family: inherit;
}

#searchSubmitBtn {
float: right;
    height: 29px;
    /*! line-height: 30px; */
    padding: 0px 10px;
    background: #fff;
    border: 1px solid #ccc;
    border-left: 0px;
    border-top:0;
    border-bottom:0;
    cursor: pointer;
}

#searchSubmitBtn i {
    line-height: 30px;
    color: #3f4e6c;
}

#searchSubmitBtn:hover i {
    color: #000;
}

#middleHeader {
    margin-top: -15px;
    z-index: 10000;
}

#logoImage {
    display:flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}


.hideDesktop{
    display: none!important;
}
#menuSection {
    display:flex;
    flex-direction: row;
    justify-content: space-between;
    max-width:800px;
    margin:0 auto;
    font-size
}
.hideDesktop{
    display:none;
}

.dropName {
    padding: 5px 10px 20px;
    border-bottom: none;
    color: #000;
    font-size: 16px;
    text-transform: uppercase;
    transition: all .3s ease-in-out;
}

.dropTab:hover  > .dropBox{
    display:flex;
    flex-direction: column;  
    width:500px;
}
.dropBox {
    width: 100%;
    background: #fff;
    border: 1px solid #f9f9f9;
    box-sizing: border-box;
    padding: 10px;
    min-height: 300px;
}

.productsBox {
    display: inline-block;
}

.dropBox .dropName {
    color: #000;
    transition: all .3s ease-in-out;
    padding: 5px 10px;
    border-bottom: 3px solid transparent;
    width: 250px;
}

.dropBox .dropName:hover {
    color: #a7a7a7;
}

.activeDrop {
    color: #000 !important;
    padding: 5px 10px;
    border-bottom: 3px solid #a7a7a7;
}

.activeLeft {
    margin-left: -200px;
}

.activeRight {
    margin-left: 200px;
}

#rightHeader {
    display:flex;
    flex-direction: column;
    justify-content: flex-end;   
    width:100%;
}

#socialMediaHolder {
    text-align: right;
}

.socialMediaBtn {
    display: inline-block;
    margin: 0 2px;
    width: 30px;
    height: 30px;
    line-height: 35px;
    text-align: center;
    font-size: 20px;
    color: #fff;
    background: #a7a7a7;
    border-radius: 50px;
}

.headerBtn {
    margin: 20px 0;
    color: #000;
    font-size: 14px;
}

#rightHeader .headerBtn {
    margin: 10px 0;
    text-align: right;
}

@font-face {
    font-family: Sterling Display;
    src: url(/sterling-display.ttf);
}

@font-face {
    font-family: Commercial;
    src: url(/commercial-font.ttf);
}


/*end header styles*/


/*start footer styles*/

.footerContainer {
    padding: 20px 0;
    border-bottom: 1px solid #a7a7a7;
    border-top: 1px solid #a7a7a7;
    margin-top: 30px;
}

.boxBtn {
    width: 235px;
    padding: 20px 0;
    background: #ededed;
    float: left;
    margin: 0 13px 0 0;
    text-align: center;
    color: #b3b3b3;
    font-size: 14px;
}

.endBox {
    margin: 0 0 0 0px;
}

.boxBtn strong {
    color: #666;
    font-size: 20px;
    font-weight: 300;
}

.contactColumn {
    float: left;
    font-size: 14px;
    color: #666;
    width: 33.33333333%;
    padding: 0 15px;
    box-sizing: border-box;
}

.contactColumn .popupMainText {
    margin: 20px 0 0;
}

.popupMainText {
    text-align: left;
    font-size:17px;
    font-weight:600;
    color:#fff;
    border:1px solid #a7a7a7;
    border-radius: 5px;
    background: #a7a7a7;
    width:265px;
    padding:10px;
}

.contactTitle {
    font-size: 16px;
    padding-bottom: 10px;
}

#socialMedia {
    margin: 10px 0;
}

.socialBtn {
    width: 34px;
    height: 34px;
    border-radius: 50px;
    line-height: 38px;
    text-align: center;
    color: #fff;
    background-color: #666;
    display: inline-block;
    margin: 10px;
    font-size: 20px;
}

.customSubmitBox {
    width: 70px !important;
    font-size: 14px;
    border-radius: 0px !important;
    float: left;
}

.customFormBtn {
    border-radius: 0px !important;
    text-transform: capitalize !important;
    background: #ededed !important;
    line-height: 30px !important;
}

.customFormBtn:hover {
    font-weight: 300 !important;
}

.buttonContainer {
    padding: 2px 0 !important;
}

.customFormBox {
    float: left;
    width: calc(100% - 80px) !important;
    margin: 0px !important;
}

.customFormInput {
    width: 100%;
}

.customFormInput input {
    height: 28px !important;
    line-height: 28px !important;
}

.iconInput .formIcon {
    height: 30px !important;
    line-height: 30px !important;
}

#midFooter {
    display:flex;
    flex-direction: row;
    padding: 50px 0 25px;
    width:100%;
    max-width:1300px;
    margin:0 auto;
        
}

.footerColumn {
    float: left;
    font-size: 14px;
    padding: 0 15px;
    width: 25%;
    box-sizing: border-box;
}

.firstCol {
    margin: 0 0 20px 0;
}

.colTitle {
    border-bottom: 1px solid #888;
    margin-bottom: 15px;
    font-size: 18px;
    color: #666;
}




#footerLogo img {
    height: 25px;
}

#footerNum {
    font-size: 18px;
    color: #fff;
    font-weight: 600;
    position: relative;
    right:15px;
}

#bottomFooter{
    background: #a7a7a7;
    margin:0 auto;
    width: 100%;
    padding-top:19px;
    padding-bottom:19px;
}
#bottomArea {
    display:flex;
    justify-content: space-between;
    margin: 0 auto;   
    font-size: 18px;
    color: #fff;
    padding: 5px;
    width:100%;
    max-width: 1300px;
}

#bottomRightArea img {
    height: 30px;
    margin-top: -5px;
}

.requiredStar {
    display: none !important;
}

#checkoutForm .iconInput .formIcon {
    height: 50px !important;
    line-height: 50px !important;
    margin-left: -10px !important;
}


.hamburger {
	display: none;
}
.hamburger.active .top-bar {
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 50%;
}
.hamburger.active .middle-bar {
	opacity: 0;
}
.hamburger.active .bottom-bar {
	-moz-transform: rotate(135deg);
	-webkit-transform: rotate(135deg);
	-o-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	transform: rotate(135deg);
	top: 50%;
}
.top-bar ,
.middle-bar, 
.bottom-bar {
	width: 22px;
	height: 2px;
	background-color: #ccc;
	position: absolute;
	right: 50%;
	transition-delay: 0.1s,0.2s;
	transition-duration: 0.1s,0.1s;
	transition-timing-function: ease-in-out;
	left: calc(50% - 11px);
	border-radius: 5px;
}
.top-bar {
	top: calc(50% - 7px);
	transform-origin: 11px 1px;
}
.middle-bar {
	top: 50%;
}
.bottom-bar {
	top: calc(50% + 7px);
}
@media only screen and (max-width: 768px) {
.close.show {
  display:block;  
}
    .dropName{
        display:flex;
        flex-direction: row;
        justify-content: space-between;            
    }    
    .dropBox.show{
        display:flex;
    }
    .dropTab:hover > .dropBox{
        display:none;
        position: relative;
    }
    #menuSection{
        display:none;
    }
    #menuSection.show{
        display:flex;
        flex-direction: column;
    }
    .dropBox{
        display:none;
    }
    .hideDesktop{
        display:inline-block!important;
    }
    .mobileHide{
        displaY:none!important;
    }
    #headerSection{
        flex-direction: column;        
    }
  #leftHeader{
    display:flex;
    flex-direction: column;
    align-items: center;
    padding-top:50px;

  }
    #leftHeader,#rightHeader{
    width:auto        
    }
    
  #rightHeader{
    flex-direction: column-reverse;
    align-items: center;
    text-align: center;
  }
  
  #socialMediaHolder{
    padding-top:15px;
  }
    #hamburgerFlex{
        display:flex;
        flex-direction: row;
        justify-content: center
    }
.hamburger {    
		display: inline-block;
		cursor: pointer;
		padding: 20px;
	 	    position: relative;
	}
}
/*end footer styles*/
