/* Start Header */

.btn.focus, .btn:focus{
    box-shadow: none;
}
.navigation .navigation__right ul.menu>li>a {
    transition: all 0.2s ease !important;
}

.navigation .navigation__right ul.menu>li>a:hover {
    color: #33CB98 !important;
}

.header--1 {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 98;
}

.header--1 .header__top {
    border-bottom: 1px solid #05593D;
}
.ps-product .ps-product__actions .product-card-add-to-cart:hover img{
    filter: brightness(0) invert(1);
}
.ps-dropdown-menu{
    max-height: 0;
    overflow: hidden;
    transition: all linear .4s;
    opacity:  1 !important;
}
.ps-dropdown:hover .ps-dropdown-menu{
    max-height: 500px !important;
    visibility: visible;
}

.account-list li, 
.account-list li a, 
.account-list li a img,
.account-list li a svg{
    transition: all .2s ease-in-out;
} 
.authenticated .account-list li:hover{
    background: #33CB98;
}
.authenticated .account-list li:hover a{
    color: #FFF !important;
}
.authenticated .account-list li:hover a img,
.authenticated .account-list li:hover a svg{
    filter: brightness(0) invert(1);
}
.unauth .account-list li{
    margin: 15px;
}
.ps-dropdown ul {
    min-width: 170px !important;
}
.ps-dropdown-menu .lang-list{
    display: flex;
    flex-direction: row-reverse;
    padding-top: 10px;
    padding-right: 10px;
    transition: all .2s ease-in-out;
    align-items: center;
    padding: 7px;
}

.ps-dropdown-menu .lang-list a{
    transition: all .2s ease-in-out;
    line-height: 0;
}

.ps-dropdown-menu .lang-list:not(:last-of-type)::after{
    content: '';
    background: #33333348;
    width: 100%;
    height: 1px;
    position: absolute;
    left: 0px;
    margin-top: 40px;
}
.ps-dropdown-menu .lang-list img{
    border-radius: 50%;
}
.ps-dropdown-menu .lang-list:hover{
    background: #05593D;
}
.ps-dropdown-menu .lang-list:hover a{
    color: #FFF;
}
@media (max-width:1199px){
    .ps-dropdown ul .lang-list a{
        padding:0 !important
    }
}
/* End Header */

/* Start Bottom Header */
.mega-menu{
    padding: 0 !important;
}
.navigation .navigation__right ul.menu>li .mega-menu{
    border-radius: 0 0 10px 10px !important;
}
.navigation .navigation__right ul.menu>li .mega-menu h4{
    color: #000 !important;
}

#wrapper .menu>li.has-mega-menu:nth-of-type(5) .mega-menu {
    right: calc(8.3% * 4) !important;
}

#wrapper .menu>li.has-mega-menu:nth-of-type(7) .mega-menu {
    right: 50% !important;
}

#wrapper .menu>li.has-mega-menu:nth-of-type(8) .mega-menu {
    right: 58.5% !important;
}

#wrapper .menu>li.has-mega-menu:nth-of-type(9) .mega-menu {
    right: 66.5% !important;
}

#wrapper .menu>li.has-mega-menu:nth-of-type(10) .mega-menu {
    right: 75% !important;
}

#wrapper .menu>li.has-mega-menu:nth-of-type(11) .mega-menu {
    right: 75% !important;
}

#wrapper .menu>li.has-mega-menu:nth-of-type(12) .mega-menu {
    right: 75% !important;
}
.navigation .navigation__right ul.menu>li .mega-menu .column-mega:not(:last-of-type){
    border-left: 1px solid #f5f5f5!important;
    padding-left: 0;
}
/* .mega-menu .mega-menu__column h4::after {
	position: absolute;
	content: "";
	width: 0%;
	height: 2px;
	background-color: #058057;
	left: 50%;
	bottom: -10px;
	transition: all 0.4s ease-in-out;
}
.mega-menu .mega-menu__column h4:hover::after {
	width: 100%;
	left: 0;
} */
.mega-menu>*{
    overflow: hidden;
}
.mega-menu .mega-menu__column:not(:last-of-type) h4::after {
	position: absolute;
	content: "";
	width: 110%;
	height: 2px;
	background-color: #F5F5F5;
	right: 0;
	bottom: -3px;
	transition: all 0.4s ease-in-out;
}

.w-10{
    width: 10% !important;
}
.sidebar-nav>li>.megadrop {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    list-style: none;
    right: 300px;
    width: calc(100vw - 320px);
    min-height: 100%;
    text-align: left;
    margin-top: 30px;
    padding: 0;
    z-index: 9999;
    border-top: 2px solid #fff;
    background: #fff;
    max-width: 1200px;
    height: 98vh;
    overflow-y: auto;
    overflow-x: hidden;
    top: 0
}
@media (max-width:1299px){
    #sidebar-wrapper .megadrop a{
        color: #000 !important;
    }
    .megadrop .html .row > div > div{
        text-align: right;
    }
}

@media (max-width:500px){
    .sidebar-nav>li a{
        text-align: right;
    }
    .sidebar-nav{
        width: 240px;
    }
    .sidebar-nav>li>.megadrop{
        right: 241px;
        width: calc(100vw - 260px);
    }
    #sidebar-wrapper .megadrop a{
        font-size: 14px;
    }
    .megadrop .html .row > div{
        text-indent: 0;
    }
}
@media (max-width:375px){
    .megadrop .html .row > div{
        overflow-x: overlay;
    }
    .sidebar-nav{
        width: 210px;
    }
    #sidebar-wrapper .megadrop a,
    .sidebar-nav>li a{
        font-size: 12px;
    }
    .sidebar-nav>li>.megadrop{
        right: 211px;
        width: calc(100vw - 220px);
    }
    #sidebar-wrapper .megadrop h3{
        white-space: nowrap;
    }

}
/* End Bottom Header */

/* Start Back To Top */
.back-to-top {
    display: none;
    border-radius: 50%;
    background: #f8f8f8;
    padding: 1px 9px;
    position: fixed;
    bottom: 20px;
    border: 1px solid #33333340;
    width: 35px;
    height: 35px;
    font-size: 22px;
    color: #33CB98;
    z-index: 34534543;
    left: 8px;
    cursor: pointer;
    font-weight: 600;
    transition: 0.3s all ease-in;
    box-shadow: rgb(0 0 0 / 2%) 0px 1px 3px 0px,
        rgb(27 31 35 / 15%) 0px 0px 0px 1px;
}

.back-to-top svg {
    width: 100% !important;
    height: 100%;
}

.back-to-top:hover {
    background: #33CB98;
    color: #f8f8f8;
}

/* End To Top */

.notify {
    z-index: 99999999 !important;
}

.notify .notify-text h3 {
    font-weight: 600 !important;
    font-size: 18px !important
}

.navigation .navigation__right ul.menu>li>a {
    padding: 7px 2px;
}
.breakcrumb ul.breadcrumb {
    padding-left: 12px;
}
.list-icon {
    margin-top: -2px;
}

.account-list {
    right: -36px !important;
}

.unauth .account-list {
    /* right: 44px !important; */
}

.ps-dropdown ul {
    min-width: 170px !important;
}

.cart-button span {
    height: 39px !important;
}



.ps-product .ps-product__actions button {
    background: #fff;
}

.ps-product .ps-product__actions .product-card-add-to-cart img{
    transition: all .15s ease-in-out;
}
/* Start Footer 2 */

#footer_2 .top-footer h4 {
    color: #f05f29 !important;
    font-weight: 500 !important;
    font-size: 20px;
}

#footer_2 .top-footer p {
    color: #5c6168 !important;
    font-size: 13px !important;
}

.footer-child-1 {
    border-top: 2px solid #e6e6e6;
}

.footer-copyright a {
    font-size: 18px !important;
}

a[class*="whatsapp"] b,
a[class*="whatsapp"] svg,
a[class*="whatsapp"] svg path,
a[class*="whatsapp"] {
    transition: all 0.25s ease-in-out;
}

a[class*="whatsapp"]:hover {
    background-color: #25d366 !important;
    color: #fff !important;
}

#footer_1 a[class*="whatsapp"]:hover b {
    color: #fff !important;
}

#footer_1 a[class*="whatsapp"]:hover svg {
    filter: brightness(0) invert(1);
}

/* End Footer 2 */

/* Start Footer 1 */
.footer-child-1  .footer-copyright{
    display: flex ;
    justify-content: space-around;
}
#footer-socails-links a img {
    transition: all 0.25s ease-in-out;
}

#footer-socails-links a img:hover {
    filter: drop-shadow(0px 3px 6px #00000029);
}
#footer_1 .middle-footer-row .footer--link:last-of-type .phone_number{
    display: flex;
    flex-direction: row-reverse;
    direction: ltr;
}
.notify .notify-text{
    float: right !important;
}
@media (min-width:1301px) and (max-width:1437px){
    .navigation .navigation__right ul.menu>li>a {
        font-size: 13px !important;
    }
}
@media (min-width:1200px){
    #footer_1 .middle-footer-row .footer--link:last-of-type .phone_number{
        justify-content: center;
    }
}
@media (max-width:1024px){
    #footer_1 .middle-footer-row .footer--link:last-of-type{
        text-align: right !important;
    }
    #footer_1 .middle-footer-row .footer--link:last-of-type a{
        margin-right: 0 !important;
    }
    #footer_1 .middle-footer-row .footer--link:last-of-type .call-us-parag::before,
    #footer_1 .middle-footer-row .footer--link:last-of-type .call-us-parag::after{
       display: none;
    }
}
@media (max-width:768px){
    #footer_1 .footer-copyright{
        display: flex;
        justify-content: space-around;
    }
}


/* End Footer 1 */

/* Start Cstomize Scroll */
::-webkit-scrollbar-track
{
	/* -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); */
	/* border-radius: 10px; */
	background-color: #dadada;
}

::-webkit-scrollbar
{
	width: 12px;
	/* background-color: #F5F5F5; */
}

::-webkit-scrollbar-thumb
{
	/* border-radius: 10px; */
	/* -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3); */
	background-color: #058057;
    /* height: 200px; */
}

/* End Customize Scroll */