/* line 1, ../sass/screen.scss */
*:focus, button:focus, input:focus, *, input, button, *:active, input:active, button:active, .bootstrap-select .btn:focus, option {
  outline: none !important;
  outline: 0px !important;
}

/* line 5, ../sass/screen.scss */
.banner-section {
  background: #000;
  height: 1500px;
  font-size: 14px;
}
/* line 14, ../sass/screen.scss */
.header-section {
  font-family: 'Open Sans', sans-serif;
  background-color: #020203;
  padding-top: 5px;
}

/* line 22, ../sass/screen.scss */
.header-section img {
  max-width: 100%;
}
/* line 25, ../sass/screen.scss */
.header-section .container {
  max-width: 1200px;
  width: auto;
}

/* =========== menu logo margins ============ */

/* line 29, ../sass/screen.scss */
.header-section .logo {
  display: inline-block;
  margin-top: 18px;
}
.header-section .logo.bg-prim {
	background-color:#fccb06;
	margin:0px;
	padding:23px 80px;
	
}
.header-section .logo.bg-dark {
	background-color:rgb(34, 4, 4);
	margin:0px;
	padding:23px 80px;	
}



.header-section .logo.top-mar-1 {
  margin-top: 22px;
}

/*----SF logo _____*/
.header-section .logo.style-2 {
  margin-top: 18px;
}
.header-section .logo.mar-1 {
  margin-top: 1.5em;
  margin-left: 3em;
}
@media (max-width: 480px) {

  .header-section .logo.mar-1 {
    margin-top: 2em;
    margin-left: 1em;
  }


}


.header-section .logo.mar-2 {
  margin-top: 15px;
}
.header-section .logo.mar-3 {
  margin-top: 20px;
}
.header-section .logo.mar-4 {
  margin-top: 23px;
}
.header-section .logo.mar-5 {
  margin-top: 25px;
}
.header-section .logo.mar-6 {
  margin-top: 27px;
}
.header-section .logo.mar-7 {
  margin-top: 30px;
}
.header-section .logo.im-mar {
  margin-top: 18px;
  margin-bottom:20px;
}
.header-section .logo.no-mar {
  margin-top: 0;
}

.header-section .logo.bor-right {
	padding:24px 20px;
	margin-top: 0;
	border-right:1px solid rgba(255, 255, 255, 0.2);
}
.header-section .logo.bor-left {
	border-left:1px solid rgba(255, 255, 255, 0.2);
}


/* line 33, ../sass/screen.scss */
.header-section .row {
  position: static;
}
/* line 35, ../sass/screen.scss */
.header-section .row > * {
  position: static;
}
/* line 39, ../sass/screen.scss */
.header-section .mod-menu {
  position: relative;
  z-index: 999;
}
/* line 43, ../sass/screen.scss */
.header-section ul {
  list-style: none;
  padding: 0px;
  margin: 0 30px 0 10px;
}
.header-section ul.no-left-mar {
  margin: 0 0 0 0;
}
/* line 47, ../sass/screen.scss */
.header-section ul li {
  text-transform: uppercase;
  position: relative;
  
}


/* SF  MENU TEXT           ========line 49, ../sass/screen.scss */
.header-section ul li a {
  color: #fff;
  background: none !important;
  padding: 0px 15px;
  text-decoration: none !important;
  
}

/*=======end======*/

.header-section ul li a.icon-center {
  text-align:center;
  
}
.header-section ul li a.m-link {
    color: #045EC1;
    
}



/* line 56, ../sass/screen.scss */
.header-section ul li.active > a {
  color: #83CAEF;
  
}
/* line 60, ../sass/screen.scss */
.header-section ul li .number {
  font-size: 0.71429em;
  background: #fccb06;
  width: 17px;
  height: 17px;
  line-height: 17px;
  text-align: center;
  color: #fff;
  position: absolute;
  right: -4px;
  top: 19px;
  border-radius: 100%;
  
}
.header-section ul li .number.mar2 {
  top: 37px;
  
}
/* line 74, ../sass/screen.scss */
.header-section ul li ul {
  position: absolute;
  top: 100%;
  left: -20%;
  margin-left: -115px;
  background: #fff;
  width: 230px;
  -webkit-transition: all .2s;
  transition: all .2s;
  
}
/* line 85, ../sass/screen.scss */
.header-section ul li ul li {
  border-bottom: 1px solid #e6e6e6;
  overflow: hidden;
  
}
.header-section.style3 ul li ul li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  overflow: hidden;
  
}
.header-section.style1 ul li ul li {
  border-bottom: 1px solid #f0f0f0;
  
}


/* line 87, ../sass/screen.scss */
.header-section ul li ul li a {
  color: #242424;
  padding: 12px 23px;
  display: block;
  text-transform: none;
  
}
.header-section.style1 ul li ul li a {
  padding: 12px 23px;
}
.header-section.style1 ul li.align-left ul li a {
	text-align:left;

}
.header-section.style4 ul li.align-left ul li a {
	text-align:left;

}
.header-section.style4 ul li ul li a {
  padding: 12px 23px;
}
.header-section ul li ul li a:hover {
	margin-left:8px;
}
/* line 95, ../sass/screen.scss */
.header-section ul li ul li ul {
  left: 100%;
  right: auto;
  top: 0px;
  margin-left: 0px;
  width: 0px;
  overflow: hidden;
  display: block;
}
.header-section ul li ul.dm-align-2 {
    left: 120px;
}
/* line 103, ../sass/screen.scss */
.header-section ul li ul li ul li {
  width: 230px;
}
/* line 120, ../sass/screen.scss */
.header-section ul li.right ul li ul {
  left: auto;
  right: 100%;
}
/* line 134, ../sass/screen.scss */
.header-section ul li.mega-menu {
  position: static;
  
}
/* line 136, ../sass/screen.scss */
.header-section ul li.mega-menu > ul {
  width: 100%;
  left: 0px;
  float: none;
  margin-left: 0px;
  max-height: 0px;
  display: block;
  overflow: hidden;
  -webkit-transition: all .2s;
  transition: all .2s;
  -webkit-transition-delay: .2s;
  transition-delay: .2s;
  
}
/* line 149, ../sass/screen.scss */
.header-section ul li.mega-menu > ul > li {
  padding: 30px 0;
  float: left;
  border: none;
  width: 25%;
  
}
.header-section ul li.mega-menu.align-left > ul > li {
  text-align:left;
  
}
.header-section ul li.mega-menu.five-col > ul > li {
  padding: 30px 0;
  float: left;
  border: none;
  width: 20%;
  
}
.header-section ul li.mega-menu.six-col > ul > li {
  padding: 30px 0;
  float: left;
  border: none;
  width: 16%;
  
}

/* line 154, ../sass/screen.scss */
.header-section ul li.mega-menu > ul > li > a {
  text-transform: uppercase;
  padding-bottom: 10px;
  font-weight: 600;
  
}
/* line 160, ../sass/screen.scss */
.header-section ul li.mega-menu > ul > li ul {
  width: 100%;
  position: relative;
  right: auto;
  top: auto;
  left: auto;
  
}
/* line 166, ../sass/screen.scss */
.header-section ul li.mega-menu > ul > li ul li {
  border: none;
}
/* line 168, ../sass/screen.scss */
.header-section ul li.mega-menu > ul > li ul li a {
  padding-top: 8px;
  padding-bottom: 8px;
  
}
.header-section ul li.mega-menu > ul > li ul li a:hover {
 color:#6406fc;
 margin-left:8px;
 transition: all 0.2s ease-out 0s;
 
}

.header-section.primary-dropdowns ul li.mega-menu > ul > li ul li a:hover {
 color:#101010;
 margin-left:8px;
 transition: all 0.2s ease-out 0s;
}


/* line 263, ../sass/screen.scss */
.header-section ul li.cart-parent .cart-box span {
  color: #83CAEF;
  
}
/* line 266, ../sass/screen.scss */
.header-section ul li.cart-parent .cart-box ul {
  display: block;
  position: relative;
  left: 0px;
  
  width: 100%;
  border-top: 1px solid #ededed;
  margin-top: 25px;
  max-height: none !important;
  opacity: 1 !important;
}


/* line 277, ../sass/screen.scss */
.header-section ul li.cart-parent .cart-box ul li {
  position: relative;
  padding: 30px 30px 30px 100px;
  min-height: 141px;
  font-size: 1.21429em;
  
}
/* line 282, ../sass/screen.scss */
.header-section ul li.cart-parent .cart-box ul li .close-btn {
  position: absolute;
  top: 50%;
  margin-top: -15px;
  padding: 0px;
  right: 10px;
  font-size: 1.05882em;
  color: #070707;
  opacity: .4;
  font-weight: 300;
}

/* line 293, ../sass/screen.scss */
.header-section ul li.cart-parent .cart-box ul li span {
  display: block;
  font-size: 1.05882em;
  padding-top: 10px;
  
}
/* line 298, ../sass/screen.scss */
.header-section ul li.cart-parent .cart-box ul li img {
  position: absolute;
  top: 30px;
  left: 0px;
  
}
/* line 305, ../sass/screen.scss */
.header-section ul li.cart-parent .cart-box .row {
  margin-left: -5px;
  margin-right: -5px;
}
/* line 308, ../sass/screen.scss */
.header-section ul li.cart-parent .cart-box .row > * {
  padding-left: 5px;
  padding-right: 5px;
}
/* line 313, ../sass/screen.scss */
.header-section ul li.cart-parent .cart-box .btn {
  margin-top: 30px;
  border-radius: 0px;
  background: #070607 !important;
  padding: 15px;
  color: #a1a1a1;
  font-size: 14px;
  border: none;
}
/* line 324, ../sass/screen.scss */
.header-section ul li.cart-parent .cart-box .btn.btn-primary {
  background: #fccb06 !important;
  color: #fff;
  
}
/* line 335, ../sass/screen.scss */
.header-section #menu {
  float: right;
}
/* line 339, ../sass/screen.scss */
.header-section .main-nav .nav {
  float: none;
}
.header-section .main-nav.border {
	border-bottom:1px solid #f1f1f1;
  border-top:1px solid #f1f1f1;

}

/* line 341, ../sass/screen.scss */
.header-section .main-nav .nav.top-nav {
  float: right;
 
}
/* line 343, ../sass/screen.scss */
.header-section .main-nav .nav.top-nav > li {
  float: left;
  
}

/* =========== SF PAGES menu style 1 ============ */
/* SF Pages Menu BG */
.header-section.style1 {
	position:relative;
	background-color: #C6B200;
	border-bottom:1px solid rgb(0, 213, 255);
}
.header-section.style1.noborder {
	border-bottom:none;
}
.header-section.style1.bor-top {
	position:relative;
	border-top:1px solid rgba(255, 255, 255, 0.2);
	padding:0;
}
.header-section.style1 .container.cs-boder {
	border-top:1px solid #1f1f1f;
	border-bottom:1px solid #1f1f1f;
}
.header-section.style1 ul li a {
  padding: 35px 15px;
  
}
.header-section.style1 ul li a.dark {
  color:#101010;
  
}
.header-section.style1 ul li a.padd-more {
  padding: 25px 20px;
  border-right:1px solid #f0f0f0;
  
}
.header-section.style1 ul li.search-parent .search-box .close-btn.mar-1 {
  top:8px;
  
  
}
.header-section.style1 ul li.search-parent .search-box .form-control .search-btn.mar-1 {
  top: 5px;
  
}

.btn-top-1 {
	position: relative;
	color:#fff;
	float:right;
	right: -343px;
	top: -25px;
	margin-top: 17px;
  padding: 10px 35px;
  border-radius:30px;
  z-index:5;
  background-color:#fccb06;
  transition: all 0.3s ease-out 0s;
}
.btn-top-1:hover {
	color:#fff;
  background-color:#101010;
}
.btn-top-2 {
	position: relative;
	color:#fff;
	float:right;
	right:0px;
	top: -25px;
	margin-top: 17px;
  padding: 10px 35px;
  border-radius:30px;
  z-index:5;
  background-color:#fccb06;
  transition: all 0.3s ease-out 0s;
}
.btn-top-2:hover {
	color:#fff;
  background-color:#101010;
}

/* =========== menu style 3 ============ */
/* line 19, ../sass/screen.scss */
.header-section.style3 {
  background: #fff;
}

/* SF--Home Menu BG    Banner */
.header-section.light {
  background-color: #83CAEF;

 
}

  /* SF - PAGE MENU BG==========line 371, ../sass/screen.scss */
  .header-section.pin-style.pin {
    background: rgba(193, 171, 4);
    -webkit-transition: all .6s;
    transition: all .6s;
  }

/*  SF Menu Dropdown BG */
.header-section.dark-dropdowns ul li ul {
  background-color:#497186;
  color: white;
  border-radius: 4px;
  
}


@media only screen and (min-width: 1001px) {
  /* line 352, ../sass/screen.scss */
  .header-section {
    top: 0px;
    left: 0px;
    width: 100%;
    z-index: 999;
	padding-top:0px;
	padding-bottom:0px;
  }
  /* line 1018, ../sass/screen.scss */
  #menu {
    display: block;
  }
  /* line 359, ../sass/screen.scss */
  .header-section.absotule {
    position: absolute;
  }
  
  /* =================== pin style ==================== */ 
  
  /* line 364, ../sass/screen.scss */
  .header-section.pin-style.pin-start {
    position: fixed;
  }

  .header-section.white.pin-style.pin {
    background:#fff;
  }
  /* line 390, ../sass/screen.scss */
  .header-section.pin-style.before {
    -webkit-transition: all .6s;
    transition: all .6s;
  }
  /* line 394, ../sass/screen.scss */
  .header-section.pin-style .mod-menu {
    border: none !important;
  }



  /* line 603, ../sass/screen.scss */
  .header-section ul li ul {
    opacity: 0;
    max-height: 0px;
    overflow: hidden;
    
  }
  /* line 609, ../sass/screen.scss */
  .header-section ul li ul li ul {
    max-height: none;
    opacity: 1;
  }
  /* line 614, ../sass/screen.scss */
  .header-section ul li ul li:hover > ul {
    width: 230px;
  }
  /* line 623, ../sass/screen.scss */
  .header-section ul li:hover > ul {
    opacity: 1;
    max-height: 2000px;
    overflow: visible;
  }
  /* line 627, ../sass/screen.scss */
  .header-section ul li:hover > ul li {
    overflow: visible;
  }
  /* line 629, ../sass/screen.scss */
  .header-section ul li:hover > ul li ul {
    overflow: hidden;
    opacity: 1;
  }
  /* line 637, ../sass/screen.scss */
  .header-section ul li.mega-menu > ul {
    opacity: 0;
  }
  /* line 642, ../sass/screen.scss */
  .header-section ul li.mega-menu:hover > ul {
    opacity: 1;
    max-height: 2000px;
  }
  /* line 648, ../sass/screen.scss */
  .header-section ul li.search-parent {
    position: static;
  }
  .header-section ul li.search-parent a.m-link {
    color: #83CAEF;
}

  .header-section ul li.cart-parent a.m-link {
    color: #83CAEF;
}


  /* line 650, ../sass/screen.scss */
  .header-section ul li.search-parent .search-box {
    opacity: 0;
  }
  /* line 654, ../sass/screen.scss */
  .header-section ul li.search-parent.active .search-box {
    opacity: 1;
    max-height: 2000px;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
  }
  /* line 663, ../sass/screen.scss */
  .header-section ul li.cart-parent .cart-box {
    opacity: 0;
  }
  /* line 667, ../sass/screen.scss */
  .header-section ul li.cart-parent.active .cart-box {
    opacity: 1;
    max-height: 2000px;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
  }
  /* line 679, ../sass/screen.scss */
  .header-section ul li.cart-parent .cart-box .btn:hover {
    opacity: .8;
  }
  


 /*=======SF NAVIGATION============================================*/


  /* SF  MENU ACTIVE=====================line 598, ../sass/screen.scss */
  .header-section ul li:hover > a, .header-section ul li.active > a {
    color: #83CAEF;
  }

  /* SF Non Active Menu text */
  .header-section.style1.links-dark ul li a {
    color: #1a1919;
  }

  
/* =========== menu style 1 ============ */

.header-section.pin-style.pin.style1 {
	-webkit-box-shadow: 0px 0px 8px 1px rgba(0, 0,0, 0.2);
       -moz-box-shadow: 0px 0px 8px 1px rgba(0, 0,0, 0.2);
            box-shadow: 0px 0px 8px 1px rgba(0, 0,0, 0.2);
			
  }
.header-section.pin-style.pin.style1.no-shadow {
	-webkit-box-shadow: none;
       -moz-box-shadow: none;
            box-shadow: none;
			
  }   
}


  
@media only screen and (max-width: 1000px) {

  
  /* line 720, ../sass/screen.scss */
  .header-section ul li.cart-parent .cart-box {
    -webkit-transition: all 0s;
    transition: all 0s;
  }

  /* line 724, ../sass/screen.scss */
  .header-section ul li.menu-icon {
    font-size: 1.71429em;
    padding: 19px 0 0 30px;
  }
  /* line 727, ../sass/screen.scss */
  .header-section ul li.menu-icon a {
    margin: 0px;
    border: none;
    padding: 10px;
  }

  /* line 733, ../sass/screen.scss */
  .header-section {
    padding-bottom: 20px;
    border: none;
    left: 0px;
    top: 0px;
    width: 100%;
    z-index: 999;
  }
  /* line 741, ../sass/screen.scss */
  .header-section.pin-start {
    position: absolute;
  }

  /* line 747, ../sass/screen.scss */
  .header-section.off {
    position: fixed;
  }
  /* line 750, ../sass/screen.scss */
  .header-section .logo {
    position: relative;
    z-index: 9999;
  }
  /* line 755, ../sass/screen.scss */
  .header-section .main-nav .nav {
    float: none;
  }
  /* line 757, ../sass/screen.scss */
  .header-section .main-nav .nav.top-nav {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 100%;
    z-index: 2;
    text-align: right;
    
  }
  /* line 765, ../sass/screen.scss */
  .header-section .main-nav .nav.top-nav li {
    display: inline-block !important;
    vertical-align: top;
    float: none;
    
  }
  /* line 773, ../sass/screen.scss */
  .header-section .logo {
    padding-left: 10px;
  }

/*SF Hamburger position*/
 /* line 776, ../sass/screen.scss */
  .header-section #menu {
    float: none;
    border: none;
    box-shadow: none;
    margin: 0 -15px;
    padding: 55px 0 0;
    z-index: 99;
  }


  
  /* line 783, ../sass/screen.scss */
  .header-section #menu > ul {
    background: #fff;
    margin: 0px;
  }

  /* line 786, ../sass/screen.scss */
  .header-section #menu > ul li {
    position: relative;
    border-bottom: 1px solid #ececec;
  }
  /* line 787, ../sass/screen.scss */
  .header-section #menu > ul li a {
    color: #242424;
    padding: 15px 25px;
    text-transform: none;
  }
  /* line 793, ../sass/screen.scss */
.header-section #menu > ul li .arrow {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 5px;
    right: 25px;
    cursor: pointer;
    z-index: 999;
}
  /* line 802, ../sass/screen.scss */
  .header-section #menu > ul li .arrow:before {
    content: "";
    background: #242424;
    position: absolute;
    top: 17px;
	left: 11px;
    width: 15px;
    height: 3px;
  }
  /* line 811, ../sass/screen.scss */
  .header-section #menu > ul li .arrow:after {
    content: "";
    background: #242424;
    position: absolute;
    top: 10px;
	left: 17px;
    height: 15px;
    width: 3px;
  }
  /* line 824, ../sass/screen.scss */
  .header-section #menu > ul li.hover > a, .header-section #menu > ul li.active > a {
    color: #83CAEF;
  }
  /* line 831, ../sass/screen.scss */
  .header-section #menu > ul li.hover > .arrow:after {
    display: none;
  }
  /* line 836, ../sass/screen.scss */
  .header-section #menu > ul li.hover > ul {
    display: block;
  }
  /* line 841, ../sass/screen.scss */
  .header-section #menu > ul li ul {
    display: none;
    max-height: none;
    position: relative;
    width: 100%;
    left: auto;
    margin: 0px;
    top: auto;
    border-top: 1px solid #ececec;
  }
  /* line 850, ../sass/screen.scss */
  .header-section #menu > ul li ul li {
    float: none;
    width: 100%;
    padding: 0px;
    border: none;
  }
  /* line 856, ../sass/screen.scss */
  .header-section #menu > ul li ul li a {
    text-transform: none;
    font-weight: 400;
    padding-left: 45px;
  }
  /* line 861, ../sass/screen.scss */
  .header-section #menu > ul li ul li ul {
    right: 0px;
  }
  /* line 863, ../sass/screen.scss */
  .header-section #menu > ul li ul li ul li a {
    padding-left: 65px;
  }
  /* line 876, ../sass/screen.scss */
  .header-section ul li.search-parent.active > a {
    color: #83CAEF;
  }
  /* line 879, ../sass/screen.scss */
  .header-section ul li.search-parent.active .search-box {
    max-height: none;
  }
  /* line 885, ../sass/screen.scss */
  .header-section ul li.cart-parent {
    position: static;
  }
  /* line 888, ../sass/screen.scss */
  .header-section ul li.cart-parent.active > a {
    color: #83CAEF;
  }
  /* line 891, ../sass/screen.scss */
  .header-section ul li.cart-parent.active .cart-box {
    width: 100%;
    max-height: 2000px;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
  }
  /* line 897, ../sass/screen.scss */
  .header-section ul li.cart-parent.active .cart-box ul li {
    display: block !important;
    text-align: left;
  }
  /* line 902, ../sass/screen.scss */
  .header-section ul li.cart-parent.active .cart-box .col-xs-8 {
    text-align: left;
  }

/* =========== menu style 3 ============ */

  /* line 744, ../sass/screen.scss */
  .header-section.style3 {
    padding-bottom: 0px;
  }
   /* line 909, ../sass/screen.scss */
  .header-section.style3 .logo {
    margin-top: 5px;
  }
  
   /* line 912, ../sass/screen.scss */
  .header-section.style3 .main-nav .nav.top-nav {
    top: px;
    
  }
   /* line 917, ../sass/screen.scss */
  .header-section.style3 ul li a {
    color: rgb(0, 0, 0);
  }
  /* line 922, ../sass/screen.scss */
  .header-section.style3 .main-nav {
    padding-top: 10px;
  }
  /* line 925, ../sass/screen.scss */
  .header-section.style3 #menu {
    background: #101010;
  }
  /* line 927, ../sass/screen.scss */
  .header-section.style3 #menu ul {
    background: none;
  }
  /* line 929, ../sass/screen.scss */
  .header-section.style3 #menu ul li {
    border-color: #262626;
  }
  /* line 931, ../sass/screen.scss */
  .header-section.style3 #menu ul li a {
    color: #ffffff;
  }
  /* line 936, ../sass/screen.scss */
  .header-section.style3 #menu ul li .arrow:before, .header-section.style3 #menu ul li .arrow:after {
    background: #fff;
  }
  /* line 942, ../sass/screen.scss */
  .header-section.style3 #menu ul li.active > a, .header-section.style3 #menu ul li.hover > a {
    color: #83CAEF;
  }
  /* line 946, ../sass/screen.scss */
  .header-section.style3 #menu ul li ul {
    border-color: #262626;
  }
  /* line 949, ../sass/screen.scss */
  .header-section.style3 #menu ul li ul li a {
    color: #727272;
  }
  
 /* =========== menu style 4 ============ */
 
   /* line 958, ../sass/screen.scss */
  .header-section.style4 {
    background: #fff;
    padding-bottom: 0px;
  }
  /* line 961, ../sass/screen.scss */
  .header-section.style4 .logo {
    margin-bottom: 20px;
  }
  /* line 966, ../sass/screen.scss */
  .header-section.style4 ul li a {
    color: #050505;
  }
  /* line 971, ../sass/screen.scss */
  .header-section.style4 #menu {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  /* line 974, ../sass/screen.scss */
  .header-section.style4 #menu ul {
    background: #fccb06;
  }
  /* line 976, ../sass/screen.scss */
  .header-section.style4 #menu ul li {
    border-color: #f0be64;
  }
  
  /* line 979, ../sass/screen.scss */
  .header-section.style4 #menu ul li a {
    color: #fff;
  }
  /* line 984, ../sass/screen.scss */
  .header-section.style4 #menu ul li .arrow:before, .header-section.style4 #menu ul li .arrow:after {
    background: #fff;
  }
  /* line 989, ../sass/screen.scss */
  .header-section.style4 #menu ul li ul {
    border-color: #f0be64;
  }
  /* line 991, ../sass/screen.scss */
  .header-section.style4 #menu ul li ul li {
    border-color: #f0be64;
  }
  
   .header-section.dark-dropdowns.style4 #menu ul {
    background: #101010;
}
 /* =========== menu style 5 ============ */
  .header-section.style5 #menu > ul {
    background: #fff;
    margin:78px 0 0 0;
  }


  
}

@media only screen and (max-width: 360px) {
  /* line 1004, ../sass/screen.scss */
  .header-section .logo {
    width: 85px;
  }

  /* line 1007, ../sass/screen.scss */
  .header-section .main-nav .nav.top-nav {
    top: -7px;
    
  }

  /* line 1010, ../sass/screen.scss */
  .header-section ul li.menu-icon {
    padding-left: 5px;
  }

  /* line 1013, ../sass/screen.scss */
  .header-section.style3 .main-nav .nav.top-nav {
    top: 7px;
    
  }
}







/* ---------- MAX 1024PX ---------- */
@media screen and (max-width: 1024px) {
	
.btn-top-1 {
    right: -176px;
    margin: 0px;

}
	
	
}


/* ---------- MAX 480PX ---------- */
@media screen and (max-width: 480px) {
.header-section.style5 #menu > ul {
    background: #fff;
    margin: 40px 0 0 0;
}
.header-section .logo.bg-prim {
    padding: 23px 23px;
}
.header-section .logo.bg-prim {
    padding: 7px 0;
}
.header-section .logo.bg-dark {
    padding: 23px 23px;
}
.header-section .logo.bg-dark {
    padding: 7px 0;
}


}
/* ---------- MAX 360PX ---------- */
@media screen and (max-width: 360px) {

.header-section.style4 ul li.search-parent .search-box {
    top: 74px;
}
.header-section.style4 ul li.cart-parent .cart-box {
    top:74px;
}

}


/* line 1046, ../sass/screen.scss */
.box-option .header-section {
  background: none !important;
}
/* line 1048, ../sass/screen.scss */
.box-option .header-section .container {
  background: #fff;
}
/* line 1052, ../sass/screen.scss */
.box-option .header-section.pin .container {
  max-width: 1240px;
}

.logo-middle{
	width:150px;
	height:45px;
	margin:30px auto;
}



