.bg-origin {
    background-color: #232f3e;
}

.gcmalls .navbar {
    border: none !important;
}

.gcmalls .welcome-msg {
    color: #fff;
    font-size: 12px;
    line-height: 40px;
    clear: both;
}
.gcmalls .paddingMargin {
    margin: 0 45px 0 45px;
}

.gcmalls .menu li a {
    display: flex;
    padding: 7px;
    background: none !important;
    color: white !important;

}

div#bs-example-navbar-collapse-1 {
     background: none;
}
.gcmalls .navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    background-color: #ff3c20 !important;
}

.gcmalls .mobile img {
    margin-left: 30px;
}

.gcmalls .menu li a:hover {
    color: #ff3c20 !important;
}

.gcmalls .bd_bottom {
    border-bottom: 1px solid rgba(100, 100, 100, 0.50);
    margin-right: 0 !important;
}

.gcmalls .mg-top {
    margin-top: 15px;
}

.gcmalls .signIn-link li a {
    margin-inline-start: 9px;
    font-size: 14px;
}

.gcmalls .contain-megamenu {
    margin: 10px 0 10px 0;
}

.gcmalls .megamenuToggleWrapper {
    background-color: #ff3c20;
    padding: 8px 10px;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
}

.gcmalls .span span {
    display: block;
    width: 20px;
    height: 3px;
    margin-top: 2px;
    background-color: white;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.15);

}

.gcmalls .navbar-defaults {
    /*width: 20% !important;*/
    /*padding-right: 80px;*/
    margin-top: 15px;
    padding: 0;
    margin-bottom: 15px;
    margin-inline-start: 20px;
    margin-inline-end: 20px;
}

.gcmalls .font-category span {
    font-weight: bold;
    color: white;
    padding: 0 !important;
    margin-inline-start: 8px;
    font-size: 15px;
}

.gcmalls .padding {
    padding: 0;
}

.gcmalls .arrow {
    border: solid #ffffff;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
    margin-left: 8px;
}

.gcmalls .down {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.gcmalls .cart-padding .dropdown-toggle span {
    margin-left: 40px;
}

.gcmalls .join-button {
    padding: 12px !important;
    border: none !important;
}

.gcmalls .join-form {
    padding: 20px;
    border: none;
    height: 41px;
}

.gcmalls .marginTopButton {
    margin-top: 25px;
    margin-bottom: 25px;
}

.gcmalls .text-white {
    color: white;
}

.gcmalls .btn1 {
    font-size: 25px;
    padding-top: 5px;
    font-weight: bold;
}

.gcmalls .btn2 {
    font-size: 25px;
    padding-top: 5px;
    font-weight: bold;
}

.gcmalls .btn3 {
    font-size: 20px;
    font-weight: bold;
    border-radius: 30px;

}

.gcmalls .background {
    background-color: #ff3c20;
    padding: 10px;
    border-radius: 20px;
}

.gcmalls .primary {
    color: #ff3c20;
    font-size: 14px;
    font-weight: bold;
}

.gcmalls .btn_s {
    width: 30% !important;
    padding: 0 !important;
    display: inline-flex;
}

.gcmalls .myCart {
    margin-top: 35px;
}

.gcmalls .myCart a {
    text-decoration: none;
    list-style: none;
    font-size: 14px;
    font-weight: bold;
}

.gcmalls .myCart a:hover {
    color: white;
}

.gcmalls .copyright {
    padding: 20px;

}

.gcmalls .copyright a,
.gcmalls .copyright a:hover {
    list-style: none;
    text-decoration: none;
    color: #ff3c20;
}

.gcmalls .text-white-50 {
    color: rgba(255, 255, 255, 0.5);
}

.gcmalls .nav-padding {
    padding: 20px;
}

.gcmalls .menu {
    padding-left: 40px;
}


.gcmalls .btn-origin,
.gcmalls .btn-origin:hover,
.gcmalls .btn-origin:focus,
.gcmalls .btn-origin:visited,
.gcmalls .btn-origin:active {
    background-color: #ff3c20;
    border: 1px solid #ff3c20;
}

.gcmalls .width-20 {
    width: 60px;
}

.gcmalls .megamenuToggleWrapper a i {
    font-size: 19px;
    color: white;
}

.gcmalls .megamenuToggleWrapper a {
    padding: 8px;
    list-style: none;
    text-decoration: none;
}

.gcmalls .megamenuToggleWrapper a span {
    font-size: 15px;
    margin-bottom: 4px;
    color: white;
    margin-top: 0;

}

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

.sidenav a {
  padding: 8px 8px 8px 0;
  text-decoration: none;
  font-size: 12px;
  color: white;
  display: block;
  transition: 0.3s;
    border-bottom: 1px solid rgba(100, 100, 100, 0.50);
    margin-inline-start: 20px;
    margin-inline-end: 20px;
    font-weight: bold;
}
.sidenav a:hover{
    color: #FF3C20;
}


.sidenav .closebtn {
  position: absolute;
  top: 30px;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
    cursor: pointer;
    color: white!important;
}

@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
}
@media only screen and (min-width: 800px) {
   .side-leftbar{
       display: none;
   }
}
.navbar-header span{
    display: none ;
}

@media screen and (max-width: 1100px) {
    .gcmalls .megamenuToggleWrapper {
    }
    .container-full{
        margin-left: -30px!important;
        margin-right: -16px!important;
        background-color: white;
    }
    .container-full a{
        color: #3c3c3c;
        margin-left: 15px;

    }
    .gcmalls .marginTopButton {
        display: none;
    }

    .gcmalls .btn_s {
        display: none;
    }

    .gcmalls .myCart {
        display: none;
    }

    .gcmalls .welcome-msg {
        padding: 0;
        font-size: 11px;
        text-transform: uppercase !important;
    }

    .gcmalls .signIn-link li a {
        margin-inline-start: 0 !important;
        text-transform: uppercase;
        font-weight: bold;
    }

    .gcmalls .bottomHeader {
        display: none;
    }
    .gcmalls .nav-padding{
        padding: 0;
    }
    .navbar-header span{
        display: block;
        color: white;
        font-size: 30px!important;
        float: right;
        padding: 10px 20px 0 0 ;
        cursor: pointer;
        font-weight: lighter;
    }
    .navbar-toggle{
        background: none;
        margin-top: 0!important;
    }
}
.arrows {
    border: solid #3c3c3c;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 5px;

}
.down {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.profile .header_white  a{
    color: #3c3c3c!important;
}

