
.user-dashboard ul li {
    margin: 5px 0;
}
.user-dashboard ul li a {
    display: block;
    text-align: left;
}

.user-dashboard ul li .logout {
    text-align: center;
}
.user-dashboard ul li a .fa {
    margin-right: 5px;
    font-size: 18px;
}
.profile-image {
    border-radius: 50%;
}
.profile-image img {
    width: 100%;
    border-radius: 50%;
}
.user-profile-edit form {
    margin-top: 20px;
    padding: 30px;
}
.user-profile-edit form .form-control {
    margin: 10px 0;
}
.swal2-html-container {
    font-size: 14px !important;
}
.user-info-table td {
    font-size: 16px;
    padding: 15px !important;
}

.delete {
    text-decoration: line-through;
}
.stock.in-stock {
    background-color: green;
    color: #fff;
    padding: 5px;
    border-radius: 5px;
}
.stock.out-stock {
    background-color: red;
    color: #fff;
    padding: 5px;
    border-radius: 5px;
}
.d-none {
    display: none;
}
.add-to-wishlist,
.compare {
    background: #66ad44;
    border-radius: 0;
    color: #fff;
}
h4.cart-product-description {
    max-width: 250px;
}
.shipping-area {
    background: #fff;
    padding: 30px;
}
.shipping-area  .shipping-is-check {
    margin-top: 24px;
}
.shipping-area label,
.shipping-area input {
    font-size: 15px;
}
span.select2-selection.select2-selection--single {
    height: 35px;
    font-size: 15px;
}
.order-table tr {
    border-bottom: 2px solid #f3f3f3;
}
.sale-offer-tag {
    display: flex;
    justify-content: center;
    align-items: center;
}
.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #eee;
    border-radius: 3px;
}
.buy-item .form-control {
    display: inline-block;
    width: auto;
}
.buy-item .unicase-form-control {
    padding: 6px 12px !important;
}
.buy-item #qty {
    width: 50px;
}
#remove-coupon {
    margin-right: -45px;
    background: #fdd922;
    color: #fff;
    border-radius: 50px;
}
.address-item {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    border: 1px dashed #1865b2;
    border-radius: 5px;
    margin-bottom: 10px;
}
.add-address {
    cursor: pointer;
}
.address-input {
    height: 20px;
    width: 20px;
    margin-right: 10px !important;
}
.display-hide {
    display: none;
}
.select2-container {
    display: block;
    width: 100% !important;
}
input.search-field:focus {
    outline: none;
}
.shopping-cart .cart-shopping-total .cart-sub-total,
.shopping-cart .cart-shopping-total .cart-grand-total {
    text-align: left;
    width: 200px;
    margin-left: auto;
}
.product-info {
    padding-right: 20px;
}
.sidebar {
    z-index: 9;
    position: sticky;
    top: 180px;
}

.tag {
    line-height: 10px !important;
}
.attribute-table th,
.attribute-table td {
    border: 1px solid gray !important;
    padding: 5px !important;
}
.category-item {
  display: block;
  position: relative;
  width: 100%;
  height: 200px;
  margin-bottom: 10px;
  border: 1px solid #e3e3e3;
}

.category-image {
  opacity: 1;
  display: block;
  width: 100%;
  height: 100%;
  transition: .5s ease;
  backface-visibility: hidden;
}

.category-content {
  transition: .5s ease;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
}

.category-item:hover .category-image {
  opacity: 0.3;
}

.category-item:hover .category-content {
  opacity: 1;
}

.category-name {
  background-color: #59B210;
  color: white;
  font-size: 16px;
  padding: 16px 32px;
}
.img-100 {
    width: 100%;
    height: 100%;
}
.payment-methods ul li {
    display: flex;
    margin: 10px 0;
    height: 50px;
}
.payment-methods ul li label {
    margin-left: 10px;
}
.sub-menu-item {
    position: relative;
}
.dropdown-sub-menu {
    position: absolute;
    display: none;
    left: 100%;
    width: max-content;
    background: #fff;
    padding: 10px 20px;
    z-index: 9999 !important;
}

/* Category Nav  */
.category {
    transition: all 0.3s ease 0s;
    position: relative;
    width: 100%;
    border-bottom: 1px solid #eaeaea;
    height: max-content;
}

.category .nav-category-item,
.category .category-sub-menu .sub-category-item,
.category .category-sub-menu .sub-sub-category-item {
    display: flex;
    justify-content: space-between;
    padding: 13px 15px;
    color: #666666;
    font-family: "Open Sans", sans-serif;
    letter-spacing: 0.2px;
}

.category .nav-category-item:hover,
.category .category-sub-menu .sub-category-item:hover,
.category .category-sub-menu .sub-sub-category-item:hover {
    color: #333;
}
.category .category-sub-menu {
    position: absolute;
    display: none;
    left: 100%;
    top: 0;
    background: #fff;
    box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
    min-width: 300px;
    max-width: max-content;
}

.side-menu .category:hover .category-sub-menu {
    display: block;
}
.sub-category {
    transition: all 0.3s ease 0s;
    position: relative;
    width: 100%;
    border-bottom: 1px solid #eaeaea;
}
li.sub-sub-category {
    border-bottom: 1px solid #eee;
}
#mobile-header .category:first-child,
#mobile-header .sub-category:first-child,
#mobile-header .sub-sub-category:first-child{
    border-top: 1px solid #59b210;
}

#mobile-header .sub-category:last-child,
#mobile-header .sub-sub-category:last-child{
    border-bottom: 1px solid transparent;
}
#mobile-header .category,
#mobile-header .sub-category,
#mobile-header .sub-sub-category{
    border-bottom: 1px solid #59b210;
}
.category .category-sub-sub-menu {
    position: absolute;
    display: none;
    left: 100%;
    top: 0;
    background: #fff;
    box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
    min-width: 300px;
    max-width: max-content;
}
.side-menu .category .sub-category:hover .category-sub-sub-menu {
    display: block;
}
.category:hover,
.category li:hover {
    background: #59B210;
}
.category a,
.category li a,
.category li .sub-sub-category-item {
    color: #333 !important;
}
.category:hover > a,
.category li:hover > a,
.category li a li:hover > a {
    color: #fff !important;
}
.price-box {
    display:flex;
    align-items:center;
}
@media only screen and (max-width: 992px) {
    .category .category-sub-menu,
    .category .category-sub-sub-menu {
        position: inherit;
        box-shadow: none;
        width: 100%;
    }
    .category .category-sub-menu,
    .category .category-sub-sub-menu {
        left: 0;
    }
    .category .category-sub-menu span {
        margin-left: 20px;
    }
    .category .category-sub-sub-menu a {
        margin-left: 40px;
    }


}

/* Mobile Header Css  */

.header-top-row {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}
.toggler {
    width: 10%;
}
.search-box {
    width: 80%;
}
.indicator {
    width: 5%;
}
.header-top-row .indicator-btn,
.header-top-row .toggler-btn {
    background: transparent;
    outline: none;
    box-shadow: none;
    border: none;
    color: #fff;
    font-size: 24px;
}
.topbar-close-btn,
.close-btn {
    background: transparent;
    outline: none;
    box-shadow: none;
    border: none;
    color: #333;
    font-size: 20px;
}
.search-box .search-area .search-field {
    border: medium none;
    -webkit-border-radius: 5px 0 0 5px;
    -moz-border-radius: 5px 0 0 5px;
    border-radius: 5px 0 0 5px;
    padding: 13px;
    width: 80%;
    margin-top: 10px;
}
.search-box .search-area .search-button {
    border-radius: 0px 3px 3px 0px;
    display: inline-block;
    float: right;
    margin: 0px;
    padding: 12px 19px 12px;
    text-align: center;
    background-color: #59b210;
    border: 1px solid #59b210;
    width: 20%;
    margin-top: 10px;
}
.search-box .search-area .search-button:after {
    color: #fff;
    content: "\f002";
    font-family: fontawesome;
    font-size: 16px;
    line-height: 9px;
    vertical-align: middle;
}
#mobile-header {
    position: relative;
}

.mobile-nav,
.mobile-topbar-nav {
    position: absolute;
    top: 0;
    width: 300px;
    min-height: 100vh;
    transition: all 0.3s ease 0s;
    background: #fff;
    right: -300px;
    box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
}

.mobile-nav .head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    color: #fff;
    font-size: 14px;
    font-family: "Open Sans", sans-serif;
    padding: 10px 12px;
    text-transform: uppercase;
    background-color: #59b210;
    border: 1px solid #59b210;
    font-weight: 700;
    letter-spacing: 0.5px;
}
.mobile-nav .head .close-btn {
    color: #fff;
}
.mobile-nav {
    left: -300px;
}
.mobile-topbar-nav {
    right: -300px;
    padding: 10px 20px;
}
.mobile-topbar-nav ul li {
    margin: 5px 0 0;
    padding: 5px;
}
.mobile-topbar-nav ul li a {
    font-size: 14px;
    color: #59b210;
}
.social-links {
    overflow: hidden;
    display: flex;
    flex-direction: row;
    justify-content: center;
}
.social-links li a {
    color: #fff !important;
}
.mobile-nav-active {
    left: 0;
    z-index: 9999999 !important;
}
.mobile-topbar-nav-active {
    right: 0px;
    z-index: 9999999 !important;
}
#mobile-header .logo {
    width: 200px;
    margin: auto;
    padding: 10px 0;
    text-align: center;
}
.category-toggler {
    width: 30px;
    text-align: center;
    color: #59b210;
}
.category-active > a {
    color: #59B210;
}
.category-active {
    color: #59B210;
}

/* Mobile Bottom Navbar  */
.mobile-footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    background: #222222;
    text-align: center;
}
.mobile-footer .bottom-nav {
    display: flex;
    justify-content: space-around;
    align-items: center;
    color: #fff;
}
.mobile-footer .bottom-nav a {
    color: #fff;
}
.bottom-nav-link.active-bottom-nav {
    position: relative;
}
.bottom-nav-link.active-bottom-nav .icon {
    position: absolute;
    bottom: 60%;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    justify-content: center;
    align-items: center;
    background: #f3f3f3;
    width: 50px;
    height: 50px;
    border-radius: 50%;
}
.bottom-nav-link.active-bottom-nav .icon-bg {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #59b210;
    width: 40px;
    height: 40px;
    border-radius: 50%;
}
.bottom-nav-link .icon-bg {
    font-size: 20px;
}

.bottom-nav-link.active-bottom-nav .text {
    padding-top: 28px;
}

/*Product Item Mobile View*/

#mobile-view-btn {
    display: none;
}
.mobile-copyright {
    display: block;
    text-align: center;
}
.mobile-copyright span {
    display: block;
}
.mobile-copyright a {
    color: #59b210;
}
.custom-row {
    display: flex;
    gap: 1%;
    flex-wrap: wrap;
}
.custom-col-12 {
    width: 98%;
}
.custom-col-8 {
    width: 64.66%;
}
.custom-col-md-8 {
    width: 64.66%;
}
.custom-col-6 {
    width: 48%;
}
.custom-col-4 {
    width: 31.33%;
}
.custom-col-md-4 {
    width: 31.33%;
}
.custom-col-3 {
    width: 23%;
}
.single-product .product-info .price-container {
    padding: 0;
}
.quantity {
    border: 1px solid #eee;
    width: 100%;
}
.single-product .product-info .quantity-container {
    padding: 0;
}
#get-quote-btn {
    margin-top: 10px;
}
#get-quote-btn,
#buy-btn,
#add-cart {
    width: 100%;
}
.single-product .product-tabs .tab-content {
    min-height: 300px;
}
.logo a img {
    width: auto;
    height: 72px;
    position: absolute;
    top: -30px;
    left: 0;
}
.fixed {
    position: fixed;
    top:0;
    z-index:99;
    width: 100%;
    display: block;
    background: #333333;
}
.password-group {
    position: relative;
}
.password-icon {
    position: absolute;
    top: 35px;
    right: 20px;
    cursor: pointer;
}
.body-content {
    margin-top: 180px;
}
/*#stacky-nav {*/
/*    display: none;*/
/*}*/
/*.fixed #header-top-inner {*/
/*    display: none;*/
/*}*/
/*.fixed #stacky-nav {*/
/*    display: block;*/
/*}*/
/*.fixed #main-header {*/
/*    display: none;*/
/*}*/
/*#stacky-nav .top-bar .cnt-account {*/
/*    margin-top: 15px;*/
/*}*/
.copyright-text {
    background: #121212;
    padding: 10px 0;
}
.copyright-text p,
.copyright-text a {
    color: #fff;
}
.developer-text p {
    text-align: right;
}
a.page-link {
    padding: 5.5px 10px !important;
}
@media only screen and (min-width: 1200px) {
    .header-style-1 .header-nav .navbar-default .navbar-collapse .navbar-nav > li > a {
        padding: 15px 20px;
    }
}
@media only screen and (max-width: 992px) {
    .logo a img {
        width: 100%;
        position: relative;
        top: initial;
        left: initial;
        height: auto;
    }
}
@media only screen and (max-width: 756px) {
    .single-product .product-tabs .tab-content .tab-pane,
    .single-product .product-info .description-container {
        overflow-x: scroll;
    }
    .custom-col-md-8,
    .custom-col-md-4 {
        width: 98%;
    }
    .product-price {
        display: flex;
        justify-content: space-between;
    }
    .social-sign-in a {
        width: 100%;
    }
    .social-sign-in a:first-child {
        margin-bottom: 10px;
    }
    .radio.outer-xs {
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .body-content {
         margin-top: 10px;
    }
    #product-tabs-slider .custom-carousel .owl-controls {
        top: -70px;
    }
    h3.new-product-title.pull-left {
        float: none !important;
    }
    ul#new-products-1 {
        display: flex;
        flex-wrap: nowrap;
        overflow-x: auto;
        margin-right: 0;
        float: none !important;
        padding: 10px 0;
    }
    ul#new-products-1 li {
        float: none !important;
    }
    ul#new-products-1 li a {
        white-space: nowrap;
    }
}
.floating-action {
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 99999;
  background: gray;
}

.artboards {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}

.artboardTitle {
  font-size: 1rem;
  font-weight: bold;
  margin: 1rem 0;
}

.artboard {
  display: flex;
  flex-direction: column;
  margin: 1rem;
}

.screen {
  background-color: white;
  border: 1px solid black;
  background-color: #ECEFF1;
}
.screen.iPhone4 {
  width: 320px;
  height: 480px;
}
.screen.iPhone5 {
  width: 320px;
  height: 568px;
}
.screen.iPhone6, .screen.iPhone7 {
  width: 375px;
  height: 667px;
}
.screen.iPhonePlus {
  width: 414px;
  height: 736px;
}

iframe {
  width: 100%;
  height: 100%;
  border: none;
}

.gallery-holder .zoom-image { 
  max-width: 100%;
  height: auto;
}
.nps.screenshot img {
  width: 100%;
  height: auto;
}

.nps.formContainer {
  position: fixed;
  width: 100%;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.nps.formContainer::-webkit-scrollbar {
    display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
.nps.formContainer {
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;
    /* Firefox */
}

.floating-logo {
    display: flex;
    text-align: center;
    width: 120px;
    height: 120px;
    margin: auto;
    border-radius: 60px;
    border: .5px solid #000;
    justify-content: center;
    margin-bottom: 30px;
    box-shadow: 0 7px 15px 0 rgba(0, 0, 0, 0.13), 0 1px 4px 0 rgba(0,0,0,0.11);
}
.floating-logo img {
    width: 100%;
    height: auto;
}
@media (min-width: 736px) {
  .nps.formContainer {
    width: 350px;
    height: auto;
    top: inherit;
    right: 1rem;
    bottom: 1rem;
    left: inherit;
    border-radius: 0.5rem;
    box-shadow: 0 0.5rem 3rem rgba(0, 0, 0, 0.33);
  }
  
}
@media (max-width: 736px) {
  
  .gallery-holder .zoom-image { 
      max-width: 50%;
      height: auto;
    }
}
.nps.formContainer.transitionOut {
  display: none;
}
.nps.formContainer.transitionIn {
  display: block;
}

.nps.form {
  position: relative;
  display: flex;
  flex-direction: column;
  background-color: white;
  width: 100%;
  min-height: 100%;
  padding: 30px;
}


/*.nps.floatingActionButton {*/
/*  position: fixed;*/
/*  bottom: 1rem;*/
/*  right: 1rem;*/
/*  z-index: 0;*/
/*  cursor: pointer;*/
/*  min-width: 2.5rem;*/
/*  height: 2.5rem;*/
/*  border-radius: 1.5rem;*/
/*  background-color: #000;*/
/*  color: white;*/
/*  font-weight: normal;*/
/*  display: flex;*/
/*  flex-direction: column;*/
/*  align-items: center;*/
/*  justify-content: center;*/
/*  text-align: center;*/
/*  border: none;*/
/*  box-shadow: 0 0.5rem 3rem rgba(0, 0, 0, 0.25);*/
/*  font-size: 1.4rem;*/
/*  padding: 0 1rem;*/
/*}*/

.nps.floatingActionButton {
	position:fixed;
	bottom:40px;
	right:40px;
	background-color: #00a651;
	color:#FFF;
	border-radius:10px;
	text-align:center;
    font-size: 18px;
	box-shadow: 2px 2px 3px #999;
    z-index: 0;
    padding: 8px 15px;
    border: 1px solid #000;
    cursor: pointer;
}
.nps.floatingActionButton:focus {
  outline: 0;
}
.nps.floatingActionButton.thankYou {
  background-color: #00c853;
  transform: scale(0);
  -webkit-animation: thankYou ease-in-out 1200ms 150ms forwards;
          animation: thankYou ease-in-out 1200ms 150ms forwards;
}

/*.nps .fa-phone {*/
/*    color: #59B210;*/
/*    font-size: 1.5rem !important;*/
/*}*/
/*.nps .fa-whatsapp {*/
/*    color: #075E54;*/
/*    font-size: 1.5rem !important;*/
/*}*/
/*.nps .fa-envelope {*/
/*    color: #32AAF7;*/
/*    font-size: 1.5rem !important;*/
/*}*/
.yamm .dropdown-menu li a:hover {
    color: #59B210 !important;
    text-decoration: underline;
}
.close-query-btn {
    position: absolute;
    right: 30px;
}
.floating-action-item {
    display: flex;
    align-items: center;
    border-radius: 50px;
	background-color: #00a651;
	padding: 8px;
	gap: 10px;
	margin-bottom: 10px;
	box-shadow: 0 7px 15px 0 rgba(0, 0, 0, 0.13), 0 1px 4px 0 rgba(0,0,0,0.11);
}
.floating-action-item .floating-action-icon {
    width: 30px;
    height: 30px;
    background: #fff;
    border-radius: 100%;
    font-size: 20px !important;
    color: #00a651 !important;
}
..floating-action-item a {
    display: block;
    color: #fff;
    font-size: 16px;
}
.bounce {
    animation: bounce 2s infinite;
}

@keyframes bounce {
    0%,
    25%,
    50%,
    75%,
    100% {
        transform: translateY(0);
    }
    40% {
        transform: translateY(-20px);
    }
    60% {
        transform: translateY(-12px);
    }
}

@-webkit-keyframes thankYou {
  0% {
    transform: scale(0);
  }
  25% {
    transform: scale(1.1);
  }
  50% {
    transform: scale(0.9);
  }
  75% {
    transform: scale(1.05);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes thankYou {
  0% {
    transform: scale(0);
  }
  25% {
    transform: scale(1.1);
  }
  50% {
    transform: scale(0.9);
  }
  75% {
    transform: scale(1.05);
  }
  100% {
    transform: scale(1);
  }
}

