/*******************
********NAVBAR******
*******************/
header#navbar {
  margin: 0 auto;
  top: 0;
  width: 100%;
  max-width: 100%;
  box-shadow: none;
  position: fixed;
  height: 60px !important;
  overflow: hidden;
  z-index: 9999;
  box-shadow: 2px 0px 10px 4px #0000005c;
  scroll-behavior: smooth;
  transition: top .3s cubic-bezier(0,.65,.09,.94);
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  background: transparent;
}
.words {
  font-size: 1.2em;
  margin: 14px 5px 0px;
}
h1.header__logo {
  margin: 0 auto;
  font-size: 16px;
  font-weight: 900;
  color: #535353;
  left: 30px;
  top: 0;
  position: relative;
  display: inline-block;
}
.img-responsive {
  width: 60px;
  top: -4px;
  position: relative;
  left: 0px;
}
@media (max-width: 345px){
.img-responsive {
  width: 50px;
  top: 1px;
  position: relative;
  left: -5px;
  }
}
@media (max-width: 440px){
h1.header__logo {
  display: none;
  }
}
@media (min-width: 992px){
.img-responsive {
  width: 60px;
  border-radius: 100%;
  left: 0;
  top: -4px;
  }
}

/*******************
******************** 
BODY MENUS
********************
********************/
.cp-dropdown-menu-wrapper {
  height: auto;
  padding: 1rem;
}
.cp-dropdown-header {
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cp-dropdown-header h2 {
  color: #393939;
  font-size: 18px;
  margin-bottom: 0;
  line-height: 1.2;
  font-weight: 400;
  margin-top: 0px;
  font-family: open-sans, sans-serif;
  font-weight: 500;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.cp-dropdown-item a {
  display: inline-block;
  align-items: center;
  padding: .5rem;
  width: 100%;
  color: #495057;
  text-decoration: none !important;
  outline: none !important;
}

/*******************
******************** 
SIDEBAR ONE
********************
********************/
#sidebarMenu_one {
  height: 100%;
  position: fixed;
  left: -5px;
  width: 250px;
  transform: translateX(-250px);
  transition: transform 250ms ease-in-out;
  background: #152945;
  z-index: 9999;
  box-shadow: none;
  top: 0;

	transition: 1s ease ;
	-webkit-transition: 1s ease ;
	-moz-transition: 1s ease ;
	-o-transition: 1s ease ;
}
#sidebarMenu_one.openMenu_one {
  transform: translateX(0);
  left: 0px;
  box-shadow: 2px 0px 10px 4px #0000005c;
  top: 0;
  background: #152945;
  overflow: hidden;
}
.cp-dropdown-menu-wrapper {
  height: auto;
  padding: 1rem;
}
.bg-header {
  height: 250px;
  background-image: url("https://www.shutterstock.com/image-vector/movie-time-600nw-324455369.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  baseline-source: auto;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.closeMenu_one {
    transition: all 0.3s;
    box-sizing: border-box;
    display: none;
}
.sidebarIconToggle_mone {
  transition: all 0.3s;
  box-sizing: border-box;
  cursor: pointer;
  position: absolute;
  z-index: 99;
  height: 100%;
  width: 100%;
  top: 16px;
  left: 10px;
  height: 26px;
  width: 26px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.sidebarIconToggle_mone:hover {
    border: none;
    border-radius: 100%;
    padding: 0;
    box-shadow: 1px 0px 8px 2px#00000014;
}
.btnClose_mone {
  background: none;
  color: #fff;
  border: 0 none;
  position: absolute;
  right: 15px;
  top: 10px;
  cursor: pointer;
}

/*******************
******************** 
!END SIDEBAR ONE
********************
********************/


.switch {
  display: block;
  height: 34px;
  position: absolute;
  width: 70px;
  z-index: 999;
  top: 13px;
  right: 78px;
}
.switch .slider-icon-holder {
  background: transparent;
  bottom: 0;
  cursor: pointer;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 30px;
  -webkit-transition: 0.4s;
  -ms-transition: 0.4s;
  transition: 0.4s;
  border: 1px solid #fff;
}
.switch .slider-icon-holder::before {
  background-image: radial-gradient(circle at 78.51% 66.46%, #dddfe5 0, #c6c5c2 50%, #ecebea 100%);
  bottom: 2px;
  border-radius: 50%;
  content: "";
  height: 28px;
  left: 4px;
  right: inherit;
  position: absolute;
  -webkit-transition: 0.4s;
  -ms-transition: 0.4s;
  transition: 0.4s;
  width: 28px;
  border: 1px solid #000;
}
.switch input {
  display: none;
}
.switch input:checked + .slider-icon-holder {
  background: #2d314d;
}
.switch input:checked + .slider-icon-holder:before {
  -webkit-transform: translateX(35px);
  -ms-transform: translateX(35px);
  transform: translateX(35px);
}


/*******************
******************** 
SIDEBAR THREE
********************
********************/
#sidebarMenu_three {
  height: 100%;
  position: fixed;
  right: -5px;
  width: 250px;
  transform: translateX(250px);
  transition: transform 250ms ease-in-out;
  background: #fff;
  z-index: 9999;
  box-shadow: none;
  top: 0px;
}
#sidebarMenu_three.openMenu_three {
  transform: translateX(0);
  overflow-y: auto;
  right: 0px;
  box-shadow: 2px 0px 10px 4px #0000005c;
  top: 0px;
  z-index: 999999;
}
.closeMenu_three {
    transition: all 0.3s;
    box-sizing: border-box;
    display: none;
}
.sidebarIconToggle_mthree {
  transition: all 0.3s;
  box-sizing: border-box;
  cursor: pointer;
  position: absolute;
  z-index: 99;
  height: 100%;
  width: 100%;
  top: 14px;
  right: 43px;
  height: 30px;
  width: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.sidebarIconToggle_mthree:hover {
    border: none;
    border-radius: 100%;
    padding: 0;
    box-shadow: 1px 0px 8px 2px#00000014;
}
h2.cartC {
  font-size: 20px;
  margin: 10px 20px;
}
.btnClose_mthree {
  background: none;
  border: 0 none;
  border-radius: 100%;
  width: 20px;
  height: 20px;
  cursor: pointer;
  transition: all 0.3s;
}
.btnClose_mthree:hover {
  border: none;
  border-radius: 100%;
  padding: 2px;
  background: #00000014;
}
/*******************
******************** 
!END SIDEBAR THREE
********************
********************/







/*******************
******************** 
SIDEBAR LOGIN
********************
********************/
#sidebarMenu_login {
  height: 100%;
  position: fixed;
  right: -5px;
  width: 250px;
  transform: translateX(250px);
  transition: transform 250ms ease-in-out;
  background: #fff;
  z-index: 9999;
  box-shadow: none;
  top: 0px;
}
#sidebarMenu_login.openMenu_login {
  transform: translateX(0);
  overflow-y: auto;
  right: 0px;
  box-shadow: 2px 0px 10px 4px #0000005c;
  top: 0px;
  z-index: 999999;
}
.closeMenu_login {
    transition: all 0.3s;
    box-sizing: border-box;
    display: none;
}
.sidebarIconToggle_mlogin {
  transition: all 0.3s;
  box-sizing: border-box;
  cursor: pointer;
  position: absolute;
  z-index: 99;
  height: 100%;
  width: 100%;
  top: 14px;
  right: 43px;
  height: 30px;
  width: 30px;
  justify-content: center;
  align-items: center;
  display: none;
}
.sidebarIconToggle_mlogin:hover {
    border: none;
    border-radius: 100%;
    padding: 0;
    box-shadow: 1px 0px 8px 2px#00000014;
}
.btnClose_mlogin {
  background: none;
  border: 0 none;
  border-radius: 100%;
  width: 20px;
  height: 20px;
  cursor: pointer;
  transition: all 0.3s;
}
.btnClose_mlogin:hover {
  border: none;
  border-radius: 100%;
  background: #00000014;
}
/*******************
******************** 
!END SIDEBAR LOGIN
********************
********************/







/*******************
******************** 
SIDEBAR TWO
********************
********************/
#sidebarMenu_two {
  height: 100%;
  position: fixed;
  right: -5px;
  width: 250px;
  transform: translateX(250px);
  transition: transform 250ms ease-in-out;
  background: #fff;
  z-index: 9999;
  box-shadow: none;
  top: 0px;
}
#sidebarMenu_two.openMenu_two {
    transform: translateX(0);
    overflow-y: auto;
    right: 0px;
    box-shadow: 2px 0px 10px 4px #0000005c;
    top: 0px;
}
.closeMenu_two {
    transition: all 0.3s;
    box-sizing: border-box;
    display: none;
}
.sidebarIconToggle_mtwo {
  transition: all 0.3s;
  box-sizing: border-box;
  cursor: pointer;
  position: absolute;
  z-index: 99;
  height: 100%;
  width: 100%;
  top: 16px;
  right: 10px;
  height: 30px;
  width: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.sidebarIconToggle_mtwo:hover {
    border: none;
    border-radius: 100%;
    padding: 0;
    box-shadow: 1px 0px 8px 2px#00000014;
}
h2.cartC {
  font-size: 20px;
  margin: 10px 20px;
}
.btnClose_mtwo {
  background: none;
  border: 0 none;
  border-radius: 100%;
  width: 20px;
  height: 20px;
  cursor: pointer;
}

/*******************
******************** 
!END SIDEBAR TWO
********************
********************/



/*******************
******************** 
SIDEBAR EDITONE
********************
********************/
#sidebarMenu_editOne {
  height: 100%;
  position: fixed;
  right: -5px;
  width: 250px;
  transform: translateX(250px);
  transition: transform 250ms ease-in-out;
  background: #fff;
  z-index: 9999;
  box-shadow: none;
  top: 0px;
}
#sidebarMenu_editOne.openMenu_editOne {
  transform: translateX(0);
  overflow-y: auto;
  right: 0px;
  box-shadow: 2px 0px 10px 4px #0000005c;
  top: 0px;
  z-index: 999999;
}
.closeMenu_editOne {
    transition: all 0.3s;
    box-sizing: border-box;
    display: none;
}
.sidebarIconToggle_meditOne {
  transition: all 0.3s;
  box-sizing: border-box;
  cursor: pointer;
  position: absolute;
  z-index: 99;
  height: 100%;
  width: 100%;
  top: 14px;
  right: 43px;
  height: 30px;
  width: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.sidebarIconToggle_meditOne:hover {
    border: none;
    border-radius: 100%;
    padding: 0;
    box-shadow: 1px 0px 8px 2px#00000014;
}
.btnClose_meditOne {
  background: none;
  border: 0 none;
  border-radius: 100%;
  width: 20px;
  height: 20px;
  cursor: pointer;
  transition: all 0.3s;
}
.btnClose_meditOne:hover {
  border: none;
  border-radius: 100%;
  background: #00000014;
}
/*******************
******************** 
!END SIDEBAR EDITONE
********************
********************/





/*******************
******************** 
SIDEBAR EDITTWO
********************
********************/
#sidebarMenu_editTwo {
  height: 100%;
  position: fixed;
  right: -5px;
  width: 250px;
  transform: translateX(250px);
  transition: transform 250ms ease-in-out;
  background: #fff;
  z-index: 9999;
  box-shadow: none;
  top: 0px;
}
#sidebarMenu_editTwo.openMenu_editTwo {
  transform: translateX(0);
  overflow-y: auto;
  right: 0px;
  box-shadow: 2px 0px 10px 4px #0000005c;
  top: 0px;
  z-index: 999999;
}
.closeMenu_editTwo {
    transition: all 0.3s;
    box-sizing: border-box;
    display: none;
}
.sidebarIconToggle_meditTwo {
  transition: all 0.3s;
  box-sizing: border-box;
  cursor: pointer;
  position: absolute;
  z-index: 99;
  height: 100%;
  width: 100%;
  top: 14px;
  right: 43px;
  height: 30px;
  width: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.sidebarIconToggle_meditTwo:hover {
    border: none;
    border-radius: 100%;
    padding: 0;
    box-shadow: 1px 0px 8px 2px#00000014;
}
.btnClose_meditTwo {
  background: none;
  border: 0 none;
  border-radius: 100%;
  width: 20px;
  height: 20px;
  cursor: pointer;
  transition: all 0.3s;
}
.btnClose_meditTwo:hover {
  border: none;
  border-radius: 100%;
  background: #00000014;
}
/*******************
******************** 
!END SIDEBAR EDITTWO
********************
********************/

