:root {
    --border: 1px solid #ddd;
    --primary: #18bfbd;
    --light-primary: #18bfbd4f;
    --white: #fff;
    --dark: #1e1e1e;
    --info-dark: #373a3d;
    --shadow: #ddd;
}



body {
    position: relative;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    background: var(--white);
    transition: 0.5s all ease;
}



.overlycrt {
    top: 112%!important;
}


.header {

    background: #fff;
    transition: 0.3s all ease;
    position: relative;
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #000;
    background-color: #ddd;
}
.header.sticky {
    background: #fff;
    box-shadow: 0px 0px 10px #ddd;
    position: fixed;
    top: 0;
    z-index: 9999;
    width: 1250px;
    /* background: #0000000d; */
    transition: 0.4s all ease;
}

.header .wrpper{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: #00000082;
    height: 166px;
}
.header .headerUp {
    padding: 30px 0px;
}
.header .headerUp .locmail{}
.header .headerUp .locmail .location{
    margin-right: 0px;
}
.header .headerUp .locmail .location span,
.header .headerUp .locmail .phoneCountry .phone span{
    font-family: "Roboto", Sans-serif;
    font-size: 10px;
    font-weight: normal;
    text-transform: uppercase;
    line-height: 1em;
    letter-spacing: 4px;
    color: #fff;
}
.header .headerUp .locmail .location span.icons{
    font-size: 15px;
}
.header .headerUp .phoneCountry .phone{
    margin-right: 0px;
}
.header .headerUp .phoneCountry .phone a{
    display: flex;
    align-items: center;
}
.header .headerUp .phoneCountry .phone a span {
    font-weight: 500;
    font-size: 14px;
    line-height: 2em;
    letter-spacing: 1px;
    color: #fff;
}
.header .headerUp .phoneCountry .phone a span.icon-phone2 {
    font-family: "Roboto", Sans-serif;
    font-weight: 600;
    font-size: 16px;
    margin-right: 5px;
}
.header .headerUp .phoneCountry select{
    font-family: "Roboto", Sans-serif;
    padding: 8px 15px;
    font-weight: 400;
    font-size: 14px;
    line-height: 2em;
    letter-spacing: 1px;
    color: #5c5c5c;
    border: none;
}















.header .logoMenu {
    padding: 10px 10px 10px 20px;
    background: #fff;
    border-left: 5px solid #65bdc2;
    width: 78%;
}

.header .logoMenu .logo {
    width: 239px;
    background: #fff;
}

.header.sticky .logoMenu .logo {
    width: 239px;
}

.header .logoMenu .logo a img{
    width: 239px;
}


.header .logoMenu .menu {
     /*width: 80%; */
}

.header .logoMenu .menu ul {
    margin-right: 50px;
}

.header .logoMenu .menu ul li {
    text-transform: capitalize;
    position: relative;
    font-size: 13px;
    padding: 8px 5px;
    font-weight: 500;
    /* background: #146CB0; */
}

.header .logoMenu .menu ul li a {
    padding: 0px 15px;
    font-family: "DM Sans", Sans-serif;
    font-size: 12px;
    font-weight: normal;
    text-transform: uppercase;
    letter-spacing: 3px;
    color: #5C5C5C;
}

.header.sticky .logoMenu .menu ul li a {
    color: #64b8e1;
}

.header .logoMenu .menu ul li a:hover {
    color: #18bfbd;
}

.header .logoMenu .menu ul li.active a {
    color: #18bfbd;
}

.header .logoMenu .menu ul li ul {
    position: absolute;
    background: #0e3055;
    width: 200%;
    left: 0;
    top: 52px;
    transform: rotateX(90deg);
    transform-origin: top;
    transition: 0.4s all ease;
}

.header .logoMenu .menu ul li:hover ul {
    transform: rotateX(0deg);
}

.header .logoMenu .menu ul li ul li {
    padding: 20px;
    font-size: 10px;
    cursor: pointer;
}
.header .logoMenu .menu ul li ul li:hover {
    background: #18bfbd;
}

.header .logoMenu .menu ul li ul li a {
    color: #fff;
}
.header .logoMenu .menu ul li ul li:hover a {
    color: #fff;
}
.header .signuplogin {

    background: #18bfbd;
}
.header .signuplogin button{
    background: #18bfbd;
    border: none;
    width: 140px;
    padding: 26px 0;
    color: #fff;
    font-size: 14px;
    font-family: 'Roboto';
    transition: 0.5s all ease;
    cursor: pointer;
}
.header .signuplogin button:hover{
    transform: scale(0.9);
}

.header .cart.show{
     display: flex;
}
.header .cart.hide{
    display: none;
}
.header .cart{
    background: #18bfbd;
    border: none;
     /* width: 50px;  */
    padding: 20px 15px 20px 0px;
    color: #fff;
    font-size: 14px;
    font-family: 'Roboto';
    transition: 0.5s all ease;
    cursor: pointer;
    display: flex;
    align-items: center;
    position: relative;
}
.header h4{
    font-size: 15px;
    margin-left: 15px;
    margin-right: 15px;
}
.header h4 a{
    color: #fff;

}
.header .cart span.icon-shopping-bag{
    font-size: 22px;
    /* background: ; */
}

.overlycrt{
    position: absolute;
    top: 100%;
    right: 0px;
    width: 360px;
    padding: 15px;
    background: #18bfbd;
    transform: rotateX(90deg);
    transform-origin: top;
    transition: 0.4s all ease;
}
.header .cart:hover .overlycrt{
    transform: rotateX(0deg);
}

.allcrt{
    max-height: 234px;
    height: auto;
    box-shadow: inset 0 0 5px #048887;
    padding: 15px;
}
.allcrt::-webkit-scrollbar{
    width: 5px;
    background: #048887;
}
.allcrt::-webkit-scrollbar-thumb{
    width: 5px;
    background: #ddd;
}


.overlycrt .single{
    padding: 12px 0px;
    border-bottom: 1px solid #fff;
}
.overlycrt .single:last-child{
    padding: 12px 0px;
    border-bottom: none;
}
.overlycrt .single .img{
    width: 100px;
    margin-right: 15px;
}
.overlycrt .single .img img{}
.overlycrt .single .info h5{
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 15px;
}
.overlycrt .single .info p{}
.overlycrt .single .info span{}
.overlycrt h4{
    font-size: 15px;
    font-weight: 500;
    text-align: right;
    padding: 10px;
}
.overlycrt .single .delete a span{
    color: #fff;
    display:inline-block;
    margin: 12px;
}
.overlycrt .vichek{
    display: flex;
    justify-content: space-between;
}
.overlycrt .vichek a{
    display: inline-block;
    padding: 10px 0;
    background: #fff;
    width: 48%;
    text-align: center;
    border-radius: 2px;
    color: #18bfbd;
}
.overlycrt .vichek .checkout {
    background: #fff;
    width: 48%;
    text-align: center;
    border-radius: 2px;
    color: #18bfbd;
}
.overlycrt .vichek .checkout a {
    display: inline-block;
    padding: 10px 0;
    background: #fff;
    width: 48%;
    text-align: center;
    border-radius: 2px;
    color: #18bfbd;
}
.overlycrt .vichek .checkout button.signuploginbtn {
    display: inline-block;
    padding: 10px 0;
    background: #fff;
    width: 48%;
    text-align: center;
    border-radius: 2px;
    color: #18bfbd;
}











.accNameMenu p {
    font-size: 14px;
    font-weight: 700;
    cursor: pointer;
    color: var(--primary);
    z-index: 111;
}






.account ul.accountSubMenu {
    position: absolute;
    background: var(--white);
    padding: 10px 15px;
    width: 180px;
    right: 0px;
    top: 50px;
    height: auto;
    border: var(--border);
    transition: 0.5s all ease;
    z-index: -9;
    transform: rotateX(-90deg);
    transform-origin: top;
}

.account ul.accountSubMenu.active {
    transform: rotateX(0deg);
}

.account ul.accountSubMenu li {
    font-size: 14px;
    padding: 8px 0px;
    border-bottom: var(--border);
}

.account ul.accountSubMenu li:last-child {
    border-bottom: none;
}

.account ul.accountSubMenu li a {
    color: var(--primary);
}


.logout {
    cursor: pointer;
}

.logout span.out {
    font-size: 14px;
    font-weight: 700;
    cursor: pointer;
    color: var(--color-primary);
    cursor: pointer;
}

.cart {}

.cart span {
    font-size: 18px;
    font-weight: 700;
    cursor: pointer;
    color: #fff;
    z-index: 111;
}

.cart span sup {
    background: #18bfbd;
    color: #fff;
    padding: 3px 6px;
    border-radius: 50%;
}

.overlycrt {
    position: absolute;
    top: 190%;
    right: 0;
    width: 320px;
    padding: 15px;
    background: #18bfbd;
    transform: rotateX(90deg);
    transform-origin: top;
    transition: 0.4s all ease;
}

.cart:hover .overlycrt {
    transform: rotateX(0deg);
}


.overlycrt .single {
    padding-bottom: 15px;
    border-bottom: 1px solid #fff;
}

.overlycrt .single .img {
    width: 100px;
    margin-right: 15px;
}

.overlycrt .single .img img {}

.overlycrt .single .info {}

.overlycrt .single .info h5 {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 8px;
    color: #fff;
}

.overlycrt .single .info p {}

.overlycrt .single .info span {
    color: #fff;
    font-size: 15px;
    font-weight: 600;
}

.overlycrt h4 {
    font-size: 15px;
    font-weight: 500;
    text-align: right;
    padding: 10px;
}

.overlycrt .vichek {
    display: flex;
    justify-content: space-between;
}

.overlycrt .vichek a {
    display: inline-block;
    padding: 10px 0;
    background: #fff;
    width: 48%;
    text-align: center;
    border-radius: 2px;
    color: #18bfbd;
}



.leftRight{
    padding: 100px;
    align-items: start;
}

.leftSide {
    width: 20%;
    /*background: var(--white);*/
    border: var(--border);
    padding-left: left;
}

.leftSide .logo {
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 10px 0px;
    background: var(--white);
}

.leftSide .logo a {
    width: 50%;
}

.leftSide .logo a img {
    margin-top: 8px;
}

/* .leftSide .logo a img#colorLogo{
	display: none;
	margin-top: 8px;
} */
.leftSide .logo .close {
    cursor: pointer;
    opacity: 0;
}

.leftSide .logo .close span {}

.leftSide .menu {
    padding: 25px;
    background: var(--white);
}

.leftSide .menu li {
    padding: 0px 0px 0px 10px;
    transition: .5s;
    cursor: pointer;
    font-size: 20px;
    position: relative;
    border-bottom: var(--border);
}

.leftSide .menu li:hover {
    background: var(--light-primary);
    color: var(--primary);
    border-left: 5px solid var(--primary);
}

.leftSide .menu li.active {
    background: var(--light-primary);
    color: var(--primary);
    border-left: 5px solid var(--primary);
}

.leftSide .menu li.active a {}

.leftSide .menu li a {
    color: var(--info-dark);
    padding: 14px 0px 14px 10px;
    display: block;
}

.leftSide .menu li a span.icons {
    margin-right: 10px;
    font-size: 18px;
    color: #18bfbd;
}

.leftSide .menu li a span.menuName {
    font-size: 18px;
    font-weight: 400;
}

.leftSide .menu li ul {
    margin-left: 35px;
    background: var(--light-primary);
    color: var(--primary);
    border-left: 5px solid var(--primary);
    margin-top: 15px;
}

.leftSide .menu li ul li {
    color: var(--dark);
}

.leftSide .menu li ul li a {
    color: var(--dark);
    font-size: 17px;
    font-weight: 300;
}



.rightSide {
    width: 80%;
    padding: 0 50px 50px 50px;
    background: #fff;
}

.rightSide p {
    font-size: 18px;
}



.name {
    display: flex;
    justify-content: space-between;
}

.radio div {
    margin-bottom: 7px;
}

.name div {
    width: 100%;
    display: flex;
    flex-direction: column;
}

label {
    margin-bottom: 5px;
}

.name input[type="text"],
.note textarea,
.name input[type="password"] {
    background: #18bfbd24;
    border: none;
    border-bottom: 1px solid #18bfbd;
    padding: 10px 15px;
    margin-right: 10px;
    cursor: pointer;
    width: calc(100% - 30px);
    margin-bottom: 12px;
}

.note textarea {
    background: #18bfbd24;
    border: none;
    border-bottom: 1px solid #18bfbd;
    padding: 10px 15px;
    margin-right: 10px;
    cursor: pointer;
    width: calc(100% - 30px);
    margin-bottom: 12px;
    height: 100px;
}

.email input[type="email"],
.email input[type="password"],
.email input[type="text"],
.email input[type="tel"] {
    background: #18bfbd24;
    border: none;
    border-bottom: 1px solid #18bfbd;
    padding: 10px 15px;
    margin-right: 10px;
    cursor: pointer;
    width: calc(100% - 30px);
    margin-bottom: 12px;
}

.country select {
    background: #18bfbd24;
    border: none;
    border-bottom: 1px solid #18bfbd;
    padding: 10px 15px;
    margin-right: 10px;
    cursor: pointer;
    width: calc(33% - 30px);
    margin-bottom: 12px;
}

input[type="submit"] {
    border: none;
    background: #18bfbd;
    margin-top: -20px;
    border-radius: 5px;
    color: #fff;
    cursor: pointer;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 1px;
    /* text-transform: uppercase; */
    transition: 0.5s ease;
    padding: 15px 35px;
    display: inline-block;
    margin-top: 20px;
}



table{
    border: 1px solid #ddd;
    background: #fff;
    width: 100%;
}
table thead{
    border-bottom: 1px solid #ddd;
}
table th{
    padding: 10px 0px;
    text-align: center;
    font-size: 15px;
    border: 1px solid#ddd;
}
table tbody td{
    padding: 10px;
    border: 1px solid#ddd;
    text-align: center;
}
table tbody td img{
    width: 80px;
    padding: 5px;
    border: 1px solid #ddd;
}
table tbody td a{
    padding: 5px 10px;
    background: #0e3055;
    color: #fff;
}
table tbody td a:hover{
    color: #fff;
}
table tbody td a.py{
    background: #18BFBD;
}
table tbody td a.View{
    background: #5C5C5C;
}
table tbody td a.Cancel{
    background: #ce0505;
}




.rightSide .bilship{
    display: flex;
}
.rightSide .bilship .billing{
    margin-right: 50px;
}
.rightSide .bilship .billing h4{
    color: #fff;
    background: #002244;
    margin-top: 20px;
    padding: 10px 20px;
}
.rightSide .bilship .billing h4 ul{
    margin-left: 0!important;
    padding-left: 0!important;
}
.rightSide .bilship .billing h4 ul li{
    font-size: 15px;
margin-bottom: 15px;
}
.rightSide .bilship .billing button{
    border: none;
    background: #18bfbd;
    margin-top: -20px;
    border-radius: 5px;
    color: #fff;
    cursor: pointer;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 1px;
    /* text-transform: uppercase; */
    transition: 0.5s ease;
    padding: 15px 35px;
    display: inline-block;
    margin-top: 20px;
}














footer {
    background: linear-gradient(#18bfbdd9, #18bfbdd9), url('../img/pr-02.jpg') no-repeat center center / cover;
    padding: 100px 0px 0px 0px;
}

.footerabout,
.footerMenu,
.footerContact,
.footerGlry {
    width: calc(25% - 25px);
    margin-bottom: 50px;
}

.footerabout h5 {
    font-size: 14px;
    letter-spacing: 1px;
    color: #fff;
    font-weight: 700;
    line-height: 26px;
    margin-bottom: 20px;
    font-family: "Carter One", Sans-serif;
    font-style: oblique;
}

.footerabout ul {
    display: flex;

}

.footerabout ul li {
    padding: 10px;
}

.footerabout ul li svg {
    fill: #fff;
}


.footerMenu h4,
.footerContact h4,
.footerGlry h4 {
    color: #FFFFFF;
    font-size: 20px;
    font-weight: 500;
    line-height: 1em;
    letter-spacing: 1px;
    margin-bottom: 20px;
}

.footerMenu ul {}

.footerMenu ul li {
    font-size: 13px;
    letter-spacing: 1px;
    padding: 12px 0px;
    font-weight: 300;
}

.footerMenu ul li a {
    color: #fff;
}



.footerContact ul {}

.footerContact ul li {
    color: #fff;
    padding: 12px 0px;
}

.footerContact ul li span {
    font-size: 10px;
    letter-spacing: 1px;

    font-weight: 300;
    color: #fff;
}

.footerContact ul li span.icons {
    font-size: 18px;
    margin-right: 10px;
}



.footerGlry ul {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.footerGlry ul li {
    width: 30%;
}

.footerGlry ul li a {}

.footerGlry ul li a img {
    width: 80px;
    height: 70px;
    object-fit: cover;
}



.footerBottom {
    background: #13375f;
    padding: 18px 0px;
}

.footerBottom .footerBottomleft {}

.footerBottom .footerBottomleft h5 {}

.footerBottom .footerBottomleft h5 a {}

.footerBottom .footerBottomright {}

.footerBottom .footerBottomright input[type='email'] {
    color: #18BFBD !important;
    background-color: #FFFFFF00;
    border-width: 0px 0px 1px 0px;
    border-color: #f1f1f1;
    border-radius: 0px;
    text-align: left;
    padding: 10px 20px 10px 20px;
    font-size: 13px;
    font-weight: normal;
    line-height: 1em;
    letter-spacing: 1px;
}

.footerBottom .footerBottomright input[type='submit'] {
    font-family: "DM Sans", Sans-serif;
    font-size: 13px;
    line-height: 1em;
    letter-spacing: 3px;
    padding: 13px 18px 13px 18px;
    color: #ffffff;
    background-color: #65BDC2;
    border: none;
}