@font-face {
    font-family: myFirstFont;
    src: url(../fonts/STC-Regular.ttf);
}

@font-face {
    font-family: boldLine;
    src: url(../fonts/STC-Bold.ttf);
}

body,
html {
    padding: 0 !important;
    margin: 0 !important;
    font-family: "myFirstFont", sans-serif !important;
    width: 100%;
    height: 100%;
}

body {
    overflow-x: hidden;
}

a,
a:hover,
a:active {
    text-decoration: none !important;
    -webkit-transition: 0.5s all !important;
    -o-transition: 0.5s all !important;
    transition: 0.5s all !important;
    outline: none !important;
    color: #fff;
}

textarea {
    resize: none;
    outline: none;
}

/** {
    -webkit-transition: .5s all;
    -o-transition: .5s all;
    transition: .5s all;
}*/

.p-sections {
    padding: 60px 0px;
}

.product {
    background-image: url(../img/img3.png);
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: contain;
    position: relative;
}

.product:before {
    content: "";
    background-image: url(../img/background3.png);
    background-position: top;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-repeat: no-repeat;
}

button {
    outline: none !important;
}

::-webkit-scrollbar {
    width: 10px;
}

::-webkit-scrollbar-track {
    background: #fff;
}

::-webkit-scrollbar-thumb {
    background: #209cee;
    border-radius: 10px;
}

.tit-wrap .tit {
    font-size: 45px;
    font-weight: 600;
    color: #000;
    position: relative;
}

.tit-wrap {
    background-size: contain;
    /* background-image: url(../img/img17.png); */
    background-repeat: no-repeat;
    background-position: center;
    padding: 20px;
    margin-bottom: 100px;
    position: relative;
}

.tit-wrap h3 {
    font-size: 33px;
    color: #000;
    font-family: boldline;
    position: relative;
}

.tit-wrap.text-center:before {
    content: " ";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    /* background: rgba(255, 255, 255, 0.4); */
    z-index: 0;
    display: inline-block;
    width: 130px;
    height: 100%;
    margin: auto;
    border-radius: 50%;
}

.tit-wrap.text-center:after {
    content: "";
    position: absolute;
    bottom: -30px;
    background-image: url(../img/img-title.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    height: 20px;
    z-index: 6;
    width: 100px;
    left: 0;
    right: 0;
    margin: auto;
}

.wrap-loader {
    background: #005c97;
    background: linear-gradient(to left, #005c97, #363795);
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: "Oswald", sans-serif;
    letter-spacing: 6px;
    overflow: hidden;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    z-index: 999999;
}

.loader {
    position: absolute;
    margin: -75px 0 0 -75px;
    width: 150px;
    height: 150px;
    left: 50%;
    top: 50%;
    overflow: hidden;
    font-family: verdana;
    letter-spacing: -21px;
    border-radius: 50%;
    z-index: 1;
    display: inline-block;
    padding: 25px;
}

.loader:after {
    position: absolute;
    content: "";
    width: 150px;
    height: 150px;
    bottom: 0;
    left: 0;
    opacity: 1;
    background: url(https://priteshgupta.com/demos/fill/waves.png) no-repeat;
    -webkit-animation: loader 3s infinite;
    animation: loader 3s infinite;
    z-index: 0;
}

.loader img {
    display: inline-block;
    width: 100%;
    height: 100%;
}

/*
.loader:before {
  content: 'ryan';
  position: absolute;
  z-index: 1;
  font-size: 100px;
  top: 50%;
  left: 50%;
  margin: -55px 0 0 -65px;
  color: #fff;
}
*/

@-webkit-keyframes loader {
    0% {
        opacity: 0.1;
        background-position: left 100px;
    }

    80% {
        opacity: 1;
        background-position: right -100px;
    }

    100% {
        opacity: 0;
        background-position: right -100px;
    }
}

@keyframes loader {
    0% {
        opacity: 0.1;
        background-position: left 100px;
    }

    80% {
        opacity: 1;
        background-position: right -100px;
    }

    100% {
        opacity: 0;
        background-position: right -100px;
    }
}

.wrapper {
    padding: 1.5rem 0;
    filter: url(#goo);
    margin-top: 30px;
}

.wrapper .button {
    display: inline-block;
    text-align: center;
    font-weight: bold;
    padding: 15px 30px;
    line-height: 1;
    border-radius: 9px;
    position: relative;
    min-width: 200px;
    text-decoration: none;
    font-size: 20px;
    background: #1eaf9e;
    color: #fff;
    border: none;
}
.wrapper .button:hover{
    background: #4f8bdb;

}
.wrapper .button:before,
.wrapper .button:after {
    width: 4.4em;
    height: 2.95em;
    position: absolute;
    content: "";
    display: inline-block;
    background: #4f8bdb;
    border-radius: 50%;
    transition: transform 1s ease;
    transform: scale(0);
    z-index: -1;
}

.wrapper .button:before {
    top: -30%;
    left: 2%;
}

.wrapper .button:after {
    bottom: -30%;
    right: 2%;
}

.wrapper .button:hover:before,
.wrapper .button:hover:after {
    transform: none;
}

.delivery-service {
    /* background: #1d0197; */
    background-image: linear-gradient(to bottom, #1361a9, #126ab3, #1073be, #0d7cc8, #0985d2, #0985d2, #0885d3, #0885d3, #0d7cc9, #1074c0, #126bb6, #1363ac);
    background-image: radial-gradient(circle, #6ca7de, #60a3df, #549edf, #459ae0, #3396e0, #2990dc, #1c8bd7, #0885d3, #0d7cc9, #1074c0, #126bb6, #1363ac);
    box-shadow: 0px 0px 10px rgb(60 154 224);
}

/*__________________________ Start Style Navbar ____________________________*/
.cd-container {
    /* this class is used to horizontally align the gallery of items */
    position: relative;
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
}

.cd-container::after {
    /* clearfix */
    content: "";
    display: table;
    clear: both;
}

header {
    position: relative;
    top: 0;
    right: 0;
    height: 70px;
    width: 100%;
    background: #fff;
    text-align: center;
    z-index: 4;
}

#navbar-wrapper {
    position: relative;
    /*    z-index: 9999999999;*/
    margin-bottom: 100px;
}
/* #navbar-wrapper header {
    border-bottom: 1px solid #eee;
    height: 80px;
    top: 44px;
} */

#logo {
    padding-top: 5px;
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
    width: 100px;
    margin: auto;
    height: 100px;
    height: 100%;
}

#cd-hamburger-menu {
    position: absolute;
    top: 0;
    height: 100%;
}

#cd-hamburger-menu a,
#cd-cart-trigger a {
    width: 60px;
    height: 100%;
}
#cd-cart-trigger a svg{
    color: #be9cee;
}
#cd-hamburger-menu {
    right: 0px;
}

#cd-hamburger-menu a {
    color: #60D2EB;
    text-align: center;
    font-size: 30px;
    padding: 16px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

#cd-hamburger-menu a:hover {
    color: #f5a93f;
}

#cd-cart-trigger {
    height: auto;
    position: relative;
    top: 2px;
    animation-duration: 2s;
}

#cd-cart-trigger {
    display: inline-block;
    z-index: 6;
}

#cd-cart-trigger .cd-img-replace i {
    position: absolute;
    right: 0px;
}

#cd-cart-trigger a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    color: #fff;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 22px;
    background: none;
    width: 50px;
    height: 50px;
    justify-content: center;
    align-items: center;
    left: 0px;
    border-radius: 50%;
    border: 1px dashed #be9cee;
    transition: 0.5s ease-in;
    box-shadow: 0px 0px 10px #be9cee;
}
.badge.sh_bdg {background: #be9cee!important;}
.cd-cart-trigger{
    transition: 0.5s ease-in;

}
#cd-cart-trigger a:hover + .badge.sh_bdg{
background-color: #fff;
}
#cd-cart-trigger a:hover svg{
    color: #fff;
}
.chat.whatssapp{
    background: green;
    border-radius: 50%;
    line-height: 25px;
    width: 25px;
    height: 25px;
    text-align: center;
    padding: 0;
}
.chat.whatssapp.messanger{
    background: #00B2FF;
}

#cd-cart-trigger a:hover,
.search-wrap button:hover {
    background: #be9cee;
    color: #fff;
}
.search-wrap button:hover {
background: #1462AB;
}
#main-nav,
#cd-cart {
    position: fixed;
    top: 0;
    height: 100%;
    width: 260px;
    /* header height */
    padding-top: 105px;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    z-index: 3;
}

@media only screen and (min-width: 768px) {
    #main-nav,
    #cd-cart {
        width: 350px;
    }
}

#main-nav {
    right: -100%;
    background: #fff;
    -webkit-transition: right 0.3s;
    -o-transition: right 0.3s;
    transition: right 0.3s;
}

#main-nav.speed-in {
    right: 0;
}

#main-nav ul a {
    display: block;
    height: 50px;
    line-height: 50px;
    padding: 0 1em;
    border-bottom: 1px solid #e0e6ef;
}

#main-nav ul .current {
    -webkit-box-shadow: inset -3px 0 #435779;
    box-shadow: inset -3px 0 #435779;
}

.cd-cart .navb-top {
    display: inline-block;
}

form button.btnn.rounded {
    margin: 20px auto;
    /* text-align: center; */
    display: block;
}

#cd-cart {
    left: -100%;
    background: #fff;
    -webkit-transition: left 0.3s;
    -o-transition: left 0.3s;
    transition: left 0.3s;
}

#cd-cart.speed-in {
    left: 22px;
    text-align: right;
    /* top: 146px; */
    /* padding-top: 0; */
    border-radius: 5px;
}

#cd-cart > * {
    padding: 0 1em;
}

#cd-cart h2 {
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    text-transform: uppercase;
    margin: 1em 0;
}

#cd-cart .cd-cart-items {
    padding: 0;
}

#cd-cart .cd-cart-items li {
    position: relative;
    padding: 1em;
    border-top: 1px solid #e0e6ef;
    text-align: right;
    list-style: none;
}

#cd-cart .cd-cart-items li:last-child {
    border-bottom: 1px solid #e0e6ef;
}

#cd-cart .cd-qty,
#cd-cart .cd-price {
    color: #a5aebc;
    display: inherit;
}

#cd-cart .cd-price {
    margin-top: 0.4em;
    display: inline-block;
}

#cd-cart .cd-item-remove {
    position: absolute;
    left: 6px;
    top: 13px;
    -ms-transform: translateY(-50%);
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #1eaf9e;
    border: none;
    color: #fff;
    font-size: 10px;
    text-align: center;
    line-height: 18px;
}

.cd-price span {
    color: #1d0197;
    margin-left: 5px;
    font-weight: 600;
}

.no-touch #cd-cart .cd-item-remove:hover {
    background-color: #e0e6ef;
}

#cd-cart .cd-cart-total {
    padding-top: 1em;
    padding-bottom: 1em;
}

#cd-cart .cd-cart-total span {
    float: left;
}

#cd-cart .cd-cart-total::after {
    content: "";
    display: table;
    clear: both;
}

#cd-cart .checkout-btn {
    background: #28b3a2;
    color: #fff;
    text-align: center;
    border: none;
}

.no-touch #cd-cart .checkout-btn:hover {
    background: #a2dda8;
}

#cd-cart .cd-go-to-cart {
    text-align: center;
    margin: auto;
    border: none;
    background: #1d0197;
    color: #fff;
}

.wrap-but {
    display: inline-flex;
    width: 100%;
}

.wrap-but a {
    padding: 7px 10px;
    margin: 0px 11px !important;
    border-radius: 20px;
    font-size: 15px;
    width: 44%;
    display: block;
    margin: auto !important;
}

#cd-cart .cd-go-to-cart a {
    text-decoration: underline;
}

main {
    position: relative;
    min-height: 100%;
    background: #eeeff7;
    /* padding-top: 70px; */
    z-index: 1;
}

@media only screen and (min-width: 768px) {
    main {
        //padding-top: 90px;
    }
}

#cd-shadow-layer {
    position: fixed;
    min-height: 100%;
    width: 100%;
    top: 0;
    right: 0;
    background: rgba(29, 1, 151, 0.3);
    cursor: pointer;
    z-index: 2;
    display: none;
}

#cd-shadow-layer.is-visible {
    display: block;
    -webkit-animation: cd-fade-in 0.3s;
    animation: cd-fade-in 0.3s;
}

@-webkit-keyframes cd-fade-in {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes cd-fade-in {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

#logo img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

#main-nav a {
    color: #1462AB;
    font-size: 22px;
    font-weight: 600;
    margin-left: 25px;
    -webkit-transition: 0.4s all ease-in-out;
    -o-transition: 0.4s all ease-in-out;
    transition: 0.4s all ease-in-out;
    position: relative;
}

#main-nav a:after {
    content: "";
    position: absolute;
    right: 0;
    bottom: -14px;
    height: 3px;
    width: 0;
    background-color: #1eaf9e;
    -webkit-transition: 0.4s all ease-in-out;
    -o-transition: 0.4s all ease-in-out;
    transition: 0.4s all ease-in-out;
    border-radius: 50px;
}

#main-nav a.active-link:after {
    width: 100%;
}

#main-nav a:hover,
#main-nav a.active-link,
#main-nav a:active {
    color: #1eaf9e!important;
}

#main-nav a:hover:after {
    width: calc(100% - 15px);
}

.user-settings {
    background: none;
    display: inline-block;
    z-index: 6;
    border-radius: 50%;
    position: relative;
    top: -7px;
    animation-duration: 1.5s;
}

.user-settings .dropdown-menu a i {
    margin-left: 8px;
}
.user-settings .dropdown-menu .dropdown-item:last-child {
border-bottom: unset !important;}

.user-settings .dropdown-menu a:hover svg:not(:root).svg-inline--fa 
    {
color: #fff;
}
.user-settings .dropdown-menu a svg:not(:root).svg-inline--fa {
    margin-left: 8px;
    color: #be9cee;
}

.user-settings .dropdown-menu a {
    margin-bottom: 2px;
    color: #000;
    font-size: 15px;
    font-weight: lighter;
    display: block;
    padding: 5px 10px;
    /* width: 93%; */
    border-bottom: 1px solid #eee;
    margin: 5px;
    transition: 0.5s ease-in;
}

.user-settings .dropdown-menu a:last-child {
    color: #ac0000;
    border-bottom: none;
}

.user-settings .dropdown-menu a:hover {
    background: #be9cee;
    border-radius: 25px;
    /* margin: 5px; */
    color: #fff;
}

.user-settings .open > .dropdown-menu {
    display: block;
    text-align: right;
    border-radius: 9px;
    width: 200px;
}

.user-settings .dropdown {
    position: relative;
    line-height: initial;
}

.user-settings #dropdownMenuButton .svg-inline--fa.fa-w-16 {
    width: 1em;
    margin-left: 7px;
}
.user-settings #dropdownMenuButton svg{
    color: #1eaf9e;
}
.user-settings #dropdownMenuButton:hover svg{
    color: #fff;
}
.svg-inline--fa.fa-w-20 {
    font-size: 20px;
}

/*__________________________ Start Style search ____________________________*/

.search-wrap {
    display: inline-block;
    animation-duration: 2.5s;
    position: relative;
    top: -5px;
}

.search-wrap button {
    border: 1px dashed #eee !important;
    width: 50px;
    height: 50px;
    padding: 0;
    background: #fff;
    z-index: 9;
    border: none;
    font-size: 20px;
    border-radius: 50%;
    color: #4f8bdb;
    box-shadow: 0px 0px 10px #337ab7;
}

.search input {
    width: 100%;
    border: none;
    border-radius: 8px;
    padding: 8px 22px;
    transition: inherit;
    font-size: 18px;
    text-align: right;
}

.search input:focus {
    border: none;
    border-bottom: 1px solid #1eaf9e;
    outline: none;
}

.search {
    left: 35px;
    position: absolute;
    width: 93%;
    height: auto;
    background: #ddd;
    top: 70px;
    text-align: center;
    padding: 20px;
    display: none;
    text-align: right;
    transition: 0.5s all;
    z-index: 99999;
    border-radius: 10px;
}

/*__________________________ End Style Search ____________________________*/

/*__________________________ Start Style Navbar ____________________________*/
.fixed-nav {
    position: fixed !important;
    left: 0;
    right: 0;
    top: 0;
    z-index: 999999999;
    -webkit-box-shadow: 0 2px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 0 rgba(0, 0, 0, 0.1);
}

.fixed-nav header {
    top: 0px !important;
    background: #fff !important;
    height: 85px;
    -webkit-box-shadow: 0 2px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 0 rgba(0, 0, 0, 0.1);
}

.navb-top {
    /* background: #1d0197; */
    z-index: 99;
    padding: 7px 60px;
    position: relative;
    /* background-image: linear-gradient(to right, #32cdeb, #2acaea, #21c7e8, #15c4e7, #01c1e5); */
    background-image: radial-gradient(circle, #1ac7e9, #46ccea, #60d2eb, #75d7ec, #87dcee, #87dcee, #87dcee, #87dcee, #75d7ec, #60d2eb, #46ccea, #1ac7e9);
    background-image: linear-gradient(to right, #b589f4, #789bfd, #2ea7f6, #00ade2, #00b0c8, #00aec2, #00acbd, #00aab7, #00a5c5, #009ed2, #1396d9, #4f8bdb);
}

.language {
    display: inline-block;
    float: left;
}

.right-link a {
    display: inline-block;
    padding: 0px 15px;
    font-size: 15px;
}

.right-link a:hover,
.right-link a:focus {
    text-decoration: none;
    color: #fff;
}

.signal-pount {
    position: absolute;
    top: 2px;
    width: 14px;
    height: 14px;
    background: #f5a93f;
    display: inline-block;
    right: 0;
    border-radius: 50%;
}

.right-link i {
    margin-left: 6px;
    font-size: 19px;
    -webkit-transition: 0.2s all;
    -o-transition: 0.2s all;
    transition: 0.2s all;
}

.right-link {
    display: inline-block;
    float: right;
    font-weight: 600;
}

#dropdownMenuButton i {
    font-size: 21px;
    margin-left: 7px;
}

.user-settings #dropdownMenuButton {
}

.user-settings #dropdownMenuButton {
    height: 50px;
    width: 50px;
    border-radius: 50%;
    background: transparent;
    color: #fff;
    font-size: 16px;
    padding: 3px 5px;
    border: 1px dashed #1eaf9e;
    transition: 0.5s ease-in-out;
    box-shadow: 0px 0px 10px #1eaf9e;
}

#dropdownMenuButton:hover {
    background: #1eaf9e;
    border: 1px solid #1eaf9e;
    /* box-shadow: 0px 0px 10px rgb(0 0 0 / 30%); */
}

.navbar-tools > div {
    margin-right: 13px;
}

.navbar-tools {
    position: absolute;
    z-index: 9999;
    width: auto;
    display: inline-block;
    left: 30px;
    top: 21px;
    float: left;
}

.product-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.product-img {
    width: 75px;
    display: inline-block;
    border-radius: 5px;
    background: #209cee;
    float: right;
    height: 7s0px;
    margin-left: 10px;
}

.Product-name {
    width: calc(100% - 120px);
    text-overflow: ellipsis;
    overflow: hidden;
    display: inline-block;
    white-space: nowrap;
    direction: rtl;
}

#cd-cart .cd-cart-total p .total-price {
    color: #209cee;
    margin-right: 5px;
    font-weight: 600;
}

/***********|||||||||||||||||||| Start main-panner ||||||||||||****/
.main-panner {
    background-image: url(../img/background.png);
    background-size: contain;
    background-repeat: no-repeat;
    height: calc(100vh - 40px);
}
.main-panner {
 
    box-shadow: inset 1px 0px 10px 0px rgb(135 220 238 / 53%) !important;
}
.panner-txt {
    color: #000;
    padding: 50px 0px;
    margin-top: 160px;
    position: relative;
    bottom: 0;
    display: inline-block;
    width: 100%;
}

.panner-txt h2 {
    font-size: 55px;
    animation-duration: 2.5s;
}

.panner-txt h1 {
    font-size: 70px;
    font-weight: 600;
    animation-duration: 2s;
}

.panner-txt h3 {
    font-weight: 600;
    color: #1caf9e;
    animation-duration: 1.5s;
}

/***********|||||||||||||||||||| End main-panner ||||||||||||****/

/***********|||||||||||||||||||| Start rate-us ||||||||||||****/

.rate-us-wrap p {
    font-size: 20px;
    height: 150px;
    overflow: hidden;
    text-align: justify;
    color: #000;
}

.rate-us-wrap h3 {
    font-weight: 600;
    margin-bottom: 20px;
    font-size: 24px;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 100%;
    white-space: nowrap;
    height: 30px;
    color: #1caf9e;
}

.rate-us-wrap img {
    padding: 8px 16px;
    background: #508cdb;
    border-radius: 50%;
    height: 75px;
    width: 75px;
    margin: 10px 0px;
    box-shadow: 0px 0px 10px #337ab7;
}

.rate-us-wrap {
    text-align: center;
    padding: 20px 10px;
    margin-bottom: 15px;
    animation-duration: 8s;
    background: #fff;
    border-radius: 8px;
    /* text-align: center; */
}

.rate-us {
    background-color: #e7f4fc;
    display: inline-block;
    width: 100%;
}

/***********|||||||||||||||||||| End rate-us ||||||||||||****/
.wrap-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.wrap-img {
    width: 100%;
    height: 530px;
    display: inline-block;
    animation-duration: 2s;
    padding-top: 60px;
}

.butt .wrapper .button {
    background: #1eaf9e;
}

.butt .wrapper .button:before,
.butt .wrapper .button:after {
    background: #1eaf9e;
}

.butt2 .wrapper .button {
    background: #21b6ff;
}

.butt2 .wrapper .button:before,
.butt2 .wrapper .button:after {
    background: #21b6ff;
}

.delivery-service-buttons .butt .wrapper .button {
    margin: 0px 15px;
}

.delivery-service-buttons {
    display: inline-flex;
    width: 100%;
}

.wrap-delivery-service {
    animation-duration: 2s;
    padding: 70px 0px;
}

.wrap-delivery-service h1 span {
    color: #1eaf9e;
    font-family: boldline;
    margin-right: 10px;
}

.wrap-delivery-service h2 {
    font-size: 37px;
    color: #fff;
    margin-bottom: 20px;
}

.wrap-delivery-service ul {
    padding: 0px;
}

.wrap-delivery-service ul li {
    list-style: none;
    color: #333;
    padding: 0px;
    margin-bottom: 14px;
    font-size: 22px;
    font-weight: lighter;
}

.wrap-delivery-service ul li svg:not(:root).svg-inline--fa {
    color: #1caf9e;
    margin-left: 10px;
}

.wrap-delivery-service h1 {
    color: #fff;
    font-family: boldline;
    margin-top: 0px;
    font-size: 50px;
}

/**********||||||||||||||||||||||||||||| Start product-section ||||||||||||||| ********/

.product .tit-wrap {
    background-image: unset;
}

.wrap-product {
    border: 1px solid #e7f4fc;
    padding-bottom: 20px;
    display: inline-block;
    width: 100%;
    overflow: hidden;
    margin-bottom: 20px;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 30%);
}

.wrap-product img {
    display: inline-block;
    width: 100%;
    background: #e7f4fc;
    padding: 30px;
    object-fit: contain;
    height: 100%;
    transition: 0.5s ease-in;
}
.wrap-product-img {
    display: inline-block;
    width: 100%;
    height: 200px;
    overflow: hidden;
}
.wrap-product .button.pascit-to-add {
    padding: 10px 0px;
    min-width: 95px;
    font-size: 13px;
    margin-top: 4px;
}

.wrap-product .number.number-input {
    display: inline-block;
}

.wrap-product > a {
    height: 170px;
    display: inline-block;
    overflow: hidden;
    width: 100%;
}

.wrap-product .wrapper {
    margin: 0;
    display: inline-block;
    width: auto;
    float: left;
    padding: 0;
}

.wrap-product .number.number-input {
    display: inline-block;
}

.wrap-product .number.number-input input {
    text-align: center;
    padding: 5px;
    width: 40px;
    margin: 0;
    border: none;
    font-size: 18px;
    font-weight: 600;
    margin-left: -6px;
    outline: none !important;
    color: #1462ab;
}

.wrap-product .number.number-input button {
    border-radius: 8px;
    border: none;
    background: #B384F7;
    color: #fff;
    padding: 5px 10px;
    margin: 0px 4px;
}

.wrap-product .number.number-input button:hover,
.wrap-product .number.number-input button:focus {
    background: #1caf9e;
}

.wrap-product h1 {
    width: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    font-size: 23px;
    height: 30px;
    font-weight: 600;
    margin-bottom: 3px;
    color: #148A72;
}

.wrap-product .product-price {
    font-weight: 600;
}

.wrap-product .product-data {
    display: inline-block;
    width: 100%;
    padding: 0px 10px;
}

.wrap-product p {
    color: #1462ab;
    font-size: 18px;
    margin-bottom: 30px;
}

.wrap-product .pro-qountity {
    color: #000;
    margin-right: 10px;
}

.wrap-product:hover img {
    background: #43d6f257;
    transform: scale(1.1);
}

.wrap-product:hover h1 {
    color: #b384f7;
}

/**********||||||||||||||||||||||||||||| End product-section ||||||||||||||| ********/
.sup-panner {
    text-align: center;
    background-image: url(../img/img8.png);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.paymentContainer::after {
    display: none;
}
.paymentContainer::before {
    display: none;
}
.paymentContainer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #c9e7f2;
    padding: 12px 4%;
    direction: rtl;
}
@media only screen and (max-width: 625px) {
    .paymentContainer {
        flex-direction: column;
    }
    .paymentContainer a {
        margin-bottom: 10px;
    }
}
@media only screen and (max-width: 450px) {
    .paymentMethods {
        flex-direction: column;
    }
}
.paymentContainer img {
    width: 50px;
    border-radius: 8px;
    transition: 0.5s ease-out;
    box-shadow: 0px 0px 10px #ffffff;
}
.paymentContainer img:hover {
   opacity: 0.6;
   transform: scale(1.1);
}
.paymentContainer a {
    background-color: #f5f5f5;
    color: #158a73;
    padding: 12px;
    border-radius: 10px;
    box-shadow: 0px 0px 10px #ffffff;
}
.paymentContainer span {
    color: #ba94f1;
    font-weight: bold;
}
.paymentMethods {
    display: flex;
    align-items: center;
}
.paymentMethods span {
    text-align: center;
    padding: 8px;
}
.breadcrumb {
    padding: 8px 15px;
    margin-bottom: 20px;
    list-style: none;
    background-color: transparent;
    border-radius: 4px;
    font-size: 22px;
    color: #000;
}

.breadcrumb > .active {
    color: white;
    font-weight: bold;
}

.breadcrumb-item a {
    color: #1a66ad;
}

.sup-panner h1 {
    font-weight: 600;
    font-size: 40px;
    margin-bottom: 25px;
    color: #158a73;
}

.sup-panner canvas {
    display: inline-block;
    vertical-align: baseline;
    width: 100%;
    height: 91px !important;
    position: absolute;
    bottom: 0;
    right: 0;
}

.price-before-discount {
    color: #ccc;
    text-decoration: line-through;
    font-size: 17px;
    font-weight: 600;
}

.offer {
    background: #1d0197;
    /* color: #fff; */
    padding: 6px 15px;
    /* border-radius: 50%; */
    position: absolute;
    right: 28px;
    top: 28px;
    /* transform: rotate(45deg); */
    font-size: 12px;
    /* display: inline-block; */
    /* text-align: center; */
    /* line-height: 1; */
    /* padding-bottom: 10px; */
}

.pagination .page-item .page-link {
    /* padding: 21px; */
    border-radius: 50%;
    font-size: 23px;
    height: 70px;
    width: 70px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    color: #000;
}

.pagination .page-item .page-link:hover,
.pagination .page-item .page-link:focus {
    background-color: #1d0197;
    color: #fff;
}

.pagination .page-item .page-link.active {
    background-color: #eb7c27;
    color: #fff;
    border-color: #eb7c27;
}

.pagination > li {
    display: inline;
    margin: 15px;
}

.pagination {
    padding-right: 0;
    width: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

/***********|||||||||||||||||||| Start static-page ||||||||||||****/

section.static-page {
    min-height: 100vh;
    background-image: url(../img/img3.png);
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
}

.wrap-sign-in-form {
    padding: 50px 0px;
    width: 450px;
    margin: auto;
    text-align: center;
}

.but-submit .wrapper button {
    border: none;
    width: 100%;
}

.sign-in-button,
.register-button {
    display: inline-block;
    margin: 30px 15px;
}

.register-button .button {
    background: #4f8bdb;
}

.wrapper.register-button .button:before,
.wrapper.register-button .button:after {
    background: #4f8bdb !important;
}

.wrap-input {
    width: 100%;
}

.wrap-input div {
    position: relative;
    margin: 25px 0;
}

.wrap-input label {
    position: absolute;
    top: 0;
    font-size: 17px;
    margin: 12px;
    margin-right: 14px;
    padding: 0 10px;
    background-color: transparent;
    -webkit-transition: top 0.2s ease-in-out, font-size 0.2s ease-in-out;
    transition: top 0.2s ease-in-out, font-size 0.2s ease-in-out;
    color: #aaa;
    font-weight: 400;
}

.wrap-input .active {
    top: -25px;
    font-size: 18px;
    background: #fff;
    border-radius: 8px;
    color: #4f8bdb;
    font-weight: 400;
}

.wrap-sign-in-form form .logo {
    text-align: none;
    margin: auto !important;
    display: inline-block;
    width: 100%;
    text-align: center;
}

.wrap-sign-in-form form .logo img {
    width: 190px;
}

.wrap-sign-in-form form > h1 {
    font-size: 26px;
    font-weight: 600;
    color: #4f8bdb;
}

.wrap-sign-in-form form > span a {
    color: #b78df2;
    font-weight: 600;
}

.wrap-sign-in-form form > span {
    font-size: 18px;
    color: #1d0197;
}

.wrap-sign-in-form form > a {
    font-size: 22px;
    font-weight: 600;
    text-align: right;
    color: #b78df2;
    float: right;
    margin-bottom: 40px;
    margin-top: -15px;
    margin-right: 10px;
}

.wrap-input input {
    width: 100%;
    padding: 10px 18px;
    border: 1px solid #4f8bdb;
    font-size: 20px;
    background-color: transparent;
    color: #000;
    border-radius: 24px;
}

.wrap-input input:focus {
    outline: none;
}

.but-submit.register .wrapper button {
    border: none;
    width: 100%;
    background: #1eaf9e;
}

.but-submit.register .wrapper button:before,
.but-submit.register .wrapper button:after {
    background: #eb7c27;
}

/***********|||||||||||||||||||| Start wallet ||||||||||||****/

.wrap-wallet .the-currency {
    color: #fff;
    font-size: 28px;
    /* background: #1f3a4a; */
    /* padding: 0.5rem 1rem; */
    /* border-radius: 5px; */
    /* color: #02ca8c; */
}

.wrap-wallet .arithmetic {
    font-size: 20px;
    font-weight: 600;
    color: #1d0197;
    margin-bottom: 10px;
    display: inline-block;
    background: #1f3a4a;
    padding: 0.5rem 1rem;
    border-radius: 5px;
    color: #02ca8c;
}

.wrap-wallet h1 {
    margin-top: 10px;
    margin-bottom: 10px;
    font-weight: 600;
    font-size: 41px;
}

.wrap-wallet {
    margin: 50px 0;
    text-align: center;
    padding: 40px;
    background: #21223f;
    border-radius: 20px;
    margin: auto;
    width: 500px;
    margin-top: 50px;
    margin-bottom: 50px;
}

/***********|||||||||||||||||||| Start Footer ||||||||||||****/
footer {
    background-image: url(../img/img3.png);
    background-repeat: no-repeat;
    background-size: cover;
    display: inline-block;
    width: 100%;
    padding-top: 40px;
    margin-bottom: -5px;
    box-shadow: 0px 0px 10px rgb(127 204 246 / 61%);
}

.footer-wrap a {
    display: inline-block;
    width: 100%;
    margin-bottom: 5px;
    font-size: 21px;
    color: #1a66ad;
}

.footer-margin:first-child .footer-wrap {
    margin-top: 0px;
}

.footer-wrap {
    display: inline-block;
    width: 100%;
    text-align: right;
    margin-top: 100px;
}

.footer-wrap a img {
    width: 145px;
    margin-bottom: 12px;
}

.footer-wrap p {
    color: #1a66ad;
    font-size: 18px;
    text-align: justify;
    /* height: 185px; */
    overflow: hidden;
}

.footer-wrap .site-link {
    font-size: 22px;
    color: #209cee;
    font-weight: 600;
}

.footer-wrap a:hover {
    color: #1eaf9e;
}

.footer-wrap h3 {
    color: #b588f4;
    font-weight: 600;
    margin-top: 20px !important;
    margin-bottom: 10px !important;
    font-size: 24px !important;
}

.footer-end {
    width: 100%;
    padding: 10px;
    text-align: center;
    font-size: 20px;
    background: #1a66ad;
    color: #fff;
}
.footer-end a{
    color: #32cdeb;
}
.footer-end:hover a {
    color: #b68bf4;
}

/***********|||||||||||||||||||| End Footer ||||||||||||****/

/*
.notfsecion {
    background-color: #f5eedc;
    background-image: url(../img/Layer3-3.png);
    background-repeat: no-repeat;
    background-position: center left;
    background-size: contain;
} */

.dropdown-menu {
    right: -110px;
    left: auto;
    float: left;
    text-align: right;
}
.product-layName {
    font-size: 22px;
    font-weight: bold;
    color: #158a73;
}
.flexNotfication {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    padding: 10px;
    border-bottom: 2px solid #e9e9e9;
}

.dropabs {
    position: absolute;
    top: 3px;
    left: 5px;
    font-size: 10px;
    list-style: none;
    color: #333;
}

.flexNotfication img {
    width: 35px;
    height: 35px;
    margin-left: 20px;
}
.dropabs span {
    color: #333;
}
.flexNotfication p:nth-child(1) {
    font-size: 20px;
}
.notfsecion-contant {
    display: inline-block;
    width: 100%;
    padding: 15px;
    border-radius: 10px;
    box-shadow: 0px 0px 10px rgba(3, 3, 3, 0.1);
}
.allnota {
    font-size: 14px;
    color: #666;
    margin-top: 15px;
    margin-bottom: 25px;
    text-align: center;
}
.caret {
    margin-right: 2px;
    margin-left: 0;
    color: #333;
}

.allnota p {
    margin-bottom: 0;
    color: #666;
}

.allnota span {
    display: block;
}

input.form-control.inputspn:focus ,.formContact textarea.form-control:focus {
    border-color: #63b1a1 !important;
}


.formContact input.form-control ,.formContact textarea.form-control {

    border: 1px solid #9ebfeb !important;
    transition: 0.5s ease-in !important;
}
.wrap-product:hover .number-input button  {
    background: #1caf9e;

}
.cd-cart-items li .product-img{
    border-radius: 8px;
    border: 1px solid #aaaade26;
    padding: 5px;
    width: 70px;
    height: 70px;
    background: none;
}
/***********|||||||||||||||||||| Start Media ||||||||||||****/
@media only screen and (min-width: 1200px) {
    .fixed-nav .search {
        top: 85px;
    }

    .navb-top {
        display: inline-block;
        width: 100%;
    }

    .cd-cart .navb-top {
        display: none;
    }

    #main-nav,
    #cd-cart {
        width: 30%;
        padding-top: 135px;
    }

    #main-nav {
        position: absolute;
        height: 100%;
        width: calc(100% - 317px) !important;
        right: auto;
        padding-top: 0;
        left: 190px;
        background: transparent;
        -webkit-box-shadow: none;
        box-shadow: none;
        line-height: 80px;
        z-index: 4;
    }

    #main-nav li {
        display: inline-block;
        margin-right: 1em;
    }

    #main-nav ul a {
        display: inline-block;
        height: auto;
        line-height: 1;
        padding: 1em 1.4em;
        border-bottom: none;
        color: rgba(255, 255, 255, 0.8);
        border-radius: 0.25em;
    }

    #main-nav ul a.current {
        -webkit-box-shadow: none;
        box-shadow: none;
        background: #435779;
        color: #fff;
    }

    .no-touch #main-nav ul a:hover {
        background: #435779;
        color: #fff;
    }

    main {
      //  padding-top: 120px;
    }

    #cd-cart > * {
        padding: 0 2em;
    }

    #cd-cart .cd-cart-items li {
        padding: 1em 2em;
    }

    #cd-cart .cd-item-remove {
        left: 2em;
    }

    .main-panner .txt-slider {
        top: 90px;
        right: -50px;
    }

    header {
        position: fixed;
        top: 0;
        height: 100px;
        top: 47px;
    }

    #logo {
        padding-top: 10px;
        position: absolute;
        right: 2.4em;
        top: 0;
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        height: 92%;
    }

    #cd-hamburger-menu {
        display: none;
    }

    #cd-cart-trigger {
        top: auto;
    }

    #cd-cart-trigger a {
        position: relative;
        border-right: none;
    }
}

@media (max-width: 1300px) {
    #main-nav a {
        font-size: 19px;
    }
}

@media (max-width: 1199px) {
    .fixed-nav #main-nav,
    .fixed-nav #cd-cart {
        padding-top: 87px;
    }

    #navbar-wrapper {
        margin-bottom: 0px;
    }

    .main-panner {
        background-size: cover;
    }

    .flexproduct {
        text-align: center;
    }

    .wrap-product .wrapper {
        float: none;
        margin-top: 10px;
    }

    .search {
        top: 70px;
    }

    .navbar-tools > div {
        margin-right: 8px;
    }

    .navbar-tools {
        left: 15px;
        top: 13px;
    }

    .user-settings {
        top: -6px;
    }

    .search-wrap button,
    .user-settings #dropdownMenuButton,
    #cd-cart-trigger a {
        width: 45px;
        height: 45px;
        font-size: 20px;
    }

    #main-nav a {
        margin: 2px 0px !important;
        text-align: right;
        padding: 10px 20px;
        display: inline-block;
        width: 100%;
    }

    #main-nav a:hover,
    #main-nav a.active-link,
    #main-nav a:active {
        color: #fff !important;
        background: #eb7c27;
    }

    #main-nav a:after {
        content: "";
        display: none;
    }

    .user-settings .open > .dropdown-menu {
        width: 170px;
        right: -60px;
        left: unset;
        margin-bottom: 20px;
    }
}

@media (max-width: 991px) {
    .fixed-nav #main-nav,
    .fixed-nav #cd-cart {
        padding-top: 87px;
    }

    .pagination .page-item .page-link {
        height: 50px;
        width: 50px;
    }

    .wrap-img img {
        object-fit: contain;
    }

    .wrap-img {
        height: 350px;
    }

    .wrap-delivery-service {
        padding: 50px 0px;
    }

    .butt2 .wrapper,
    .butt .wrapper {
        margin-top: 10px;
    }

    .butt2 .wrapper .button,
    .butt .wrapper .button {
        padding: 10px;
        min-width: 175px;
    }

    .wrap-delivery-service h2 {
        font-size: 27px;
    }

    .wrap-delivery-service h1 {
        font-size: 42px;
    }

    .wrap-delivery-service ul li {
        font-size: 19px;
    }

    .main-panner {
        height: calc(100vh - 70px);
    }

    .panner-txt {
        margin-top: 100px;
    }

    .panner-txt h2 {
        font-size: 45px;
    }

    .panner-txt h1 {
        font-size: 60px;
    }

    .rate-us-wrap {
        padding: 10px 5px;
    }

    .rate-us-wrap h3 {
        margin-bottom: 5px;
    }

    .rate-us-wrap p {
        font-size: 19px;
        height: 110px;
    }

    .wrap-product .number.number-input {
        float: right;
    }

    .flexproduct {
        text-align: none;
    }

    .wrap-product .wrapper {
        margin: 0;
        float: left;
    }

    .signal-pount {
        top: -3px;
        width: 12px;
        height: 12px;
    }

    .footer-wrap {
        margin-top: 20px;
    }

    .footer-wrap p {
        height: auto;
    }
}

@media (max-width: 767px) {
    .flexNotfication img {
        width: 30px;
        height: 30px;
        margin-left: 6px;
    }
    .dropabs {
        position: absolute;
        top: 3px;
        left: 5px;
        font-size: 10px;
    }
    .flexNotfication p:nth-child(1) {
        width: 84%;
        font-size: 15px;
    }
    .flexNotfication p:nth-child(2) {
        font-size: 12px;
    }

    .wrap-delivery-service {
        padding: 25px 0px;
    }

    .sup-panner canvas {
        height: 60px !important;
    }

    .pagination .page-item .page-link {
        font-size: 17px;
        height: 40px;
        width: 40px;
    }

    .footer-wrap a img {
        width: 100px;
        margin-bottom: 12px;
    }

    .wrap-delivery-service ul li {
        margin-bottom: 5px;
        font-size: 16px;
    }

    .wrap-delivery-service h2 {
        font-size: 22px;
        margin-bottom: 10px;
        margin-top: 10px;
    }

    .wrap-delivery-service h1 {
        margin-top: 0px;
        font-size: 33px;
    }

    .panner-txt .wrapper .button {
        padding: 12px;
        min-width: 150px;
        font-size: 18px;
    }

    .panner-txt {
        margin-top: 40px;
        padding: 50px 10px;
    }

    .panner-txt h3 {
        font-size: 17px;
    }

    .panner-txt h1 {
        font-size: 45px;
    }

    .panner-txt h2 {
        font-size: 30px;
    }

    .main-panner {
        height: auto;
    }

    .rate-us-wrap p {
        font-size: 16px;
        height: 70px;
    }

    .rate-us-wrap h3 {
        font-size: 20px;
    }

    .rate-us-wrap {
        margin-bottom: 10px;
    }

    .tit-wrap {
        padding: 15px;
        margin-bottom: 50px;
    }

    .tit-wrap.text-center:before {
        width: 100px;
    }

    .tit-wrap h3 {
        font-size: 22px;
        margin-top: 10px;
        margin-bottom: 0;
    }

    .tit-wrap .tit {
        font-size: 30px;
    }

    .tit-wrap.text-center:after {
        bottom: -25px;
    }

    .p-sections {
        padding: 35px 0px;
    }

    .wrap-product .number.number-input button {
        padding: 2px 6px;
    }

    .wrap-product .button.pascit-to-add {
        padding: 8px 0px;
    }

    .wrap-product h1 {
        font-size: 18px;
        height: 25px;
        margin-top: 10px;
    }

    .wrap-product p {
        color: #1d0197;
        font-size: 16px;
    }

    .wrap-product .wrap-product-img {
        height: 130px;
    }

    .wrap-product img {
        padding: 20px;
    }

    .wrap-product {
        padding-bottom: 10px;
    }

    .wrap-product .number.number-input {
        float: none;
    }

    .flexproduct {
        text-align: center;
    }

    .wrap-product .wrapper {
        margin-top: 3px;
        float: none;
    }

    .footer-wrap p {
        font-size: 16px;
    }

    .footer-wrap .site-link {
        font-size: 19px;
    }

    .search input {
        padding: 3px 22px;
    }

    #main-nav a {
        font-size: 17px;
    }

    .navb-top {
        padding: 7px 35px;
    }

    .right-link a {
        padding: 0px 5px;
        font-size: 13px;
    }

    .search {
        padding: 10px;
    }

    .footer-wrap h3 {
        font-size: 21px;
    }

    .footer-wrap a {
        font-size: 17px;
    }

    .footer-end {
        font-size: 17px;
    }

    .wrap-input input {
        padding: 6px 18px;
    }

    .wrap-input label {
        margin: 7px;
    }

    .wrap-sign-in-form form > h1 {
        font-size: 20px;
    }

    .wrap-sign-in-form form .logo img {
        width: 150px;
    }

    .wrap-sign-in-form form > a {
        font-size: 18px;
    }

    .but-submit .wrapper button {
        font-size: 15px;
    }

    .wrap-wallet .the-currency {
        font-size: 20px;
    }

    .wrap-wallet .arithmetic {
        font-size: 20px;
        margin-bottom: 5px;
    }

    .wrap-wallet h1 {
        margin-bottom: 10px;

        font-size: 30px;
    }

    .wrap-wallet {
        margin: 20px 15px;
        padding: 25px;
    }

    .fixed-nav .search {
        top: 86px;
    }

    .search {
        top: 70px;
    }
}

@media (max-width: 500px) {
    .fixed-nav #main-nav,
    .fixed-nav #cd-cart {
        padding-top: 65px;
    }

    .wrap-sign-in-form {
        width: 100%;
        padding: 50px 15px;
    }

    .panner-txt {
        padding: 5px 10px;
    }

    .panner-txt h2 {
        margin-bottom: 0;
        margin-top: 10px;
    }

    .panner-txt h1 {
        font-size: 32px;
        margin-bottom: 0px;
        margin-top: 0;
    }

    .butt2 .wrapper .button,
    .butt .wrapper .button {
        padding: 9px;
        min-width: 135px;
        font-size: 16px;
    }

    .delivery-service-buttons .butt .wrapper .button {
        margin: 0px 6px;
    }

    .panner-txt h1 {
        font-size: 35px;
    }

    .responsev-width {
        padding: 10px;
    }

    .wrap-product h1 {
        font-size: 16px;
        height: 20px;
        margin-top: 6px;
        margin-bottom: 0;
    }

    .wrap-product p {
        margin-bottom: 20px;
    }

    .wrap-product .product-data {
        padding: 0px 4px;
    }

    .search-wrap button,
    .user-settings #dropdownMenuButton,
    #cd-cart-trigger a {
        width: 35px;
        height: 35px;
        font-size: 13px !important;
    }

    .navbar-tools > div {
        margin-right: 3px;
    }

    .navbar-tools {
        left: 8px;
        top: 6px;
    }

    .svg-inline--fa.fa-w-20 {
        font-size: 15px;
    }

    .user-settings {
        top: -1px;
    }

    .navb-top {
        text-align: center;
    }

    .language {
        float: none;
    }

    .right-link {
        float: none;
        width: 100%;
    }

    .fixed-nav .navbar-tools {
        left: 8px;
        top: 10px;
    }

    .fixed-nav header {
        height: 60px;
    }

    header {
        right: 0;
        height: 50px;
    }

    .fixed-nav .search {
        top: 60px;
    }

    .search {
        top: 51px;
    }

    .buttons-pages-static > div {
        margin: 0;
    }

    .buttons-pages-static {
        display: inline-flex;
    }
}

#frame {
    width: 100%;
    height: auto;
    min-height: 300px;
    height: 500px;
    background: #e6eaea;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
    border-radius: 25px;
    overflow: hidden;
}
@media screen and (max-width: 360px) {
    #frame {
        width: 100%;
        height: 100vh;
    }
}
#frame #sidepanel {
    float: right;
    min-width: 280px;
    max-width: 340px;
    width: 40%;
    height: 100%;
    background: #2c3e50;
    color: #f5f5f5;
    overflow: hidden;
    position: relative;
}
@media screen and (max-width: 735px) {
    #frame #sidepanel {
        width: 58px;
        min-width: 58px;
    }
}
#frame #sidepanel #profile {
    width: 80%;
    margin: 25px auto;
}
@media screen and (max-width: 735px) {
    #frame #sidepanel #profile {
        width: 100%;
        margin: 0 auto;
        padding: 5px 0 0 0;
        background: #1d0197;
    }
}
#frame #sidepanel #profile.expanded .wrap {
    height: 210px;
    line-height: initial;
}
#frame #sidepanel #profile.expanded .wrap p {
    margin-top: 20px;
}
#frame #sidepanel #profile.expanded .wrap i.expand-button {
    -moz-transform: scaleY(-1);
    -o-transform: scaleY(-1);
    -webkit-transform: scaleY(-1);
    transform: scaleY(-1);
    filter: FlipH;
    -ms-filter: "FlipH";
}
#frame #sidepanel #profile .wrap {
    height: 60px;
    line-height: 60px;
    overflow: hidden;
    -moz-transition: 0.3s height ease;
    -o-transition: 0.3s height ease;
    -webkit-transition: 0.3s height ease;
    transition: 0.3s height ease;
}
@media screen and (max-width: 735px) {
    #frame #sidepanel #profile .wrap {
        height: 55px;
    }
}
#frame #sidepanel #profile .wrap img {
    width: 50px;
    border-radius: 50%;
    padding: 3px;
    border: 2px solid #e74c3c;
    height: auto;
    float: right;
    cursor: pointer;
    -moz-transition: 0.3s border ease;
    -o-transition: 0.3s border ease;
    -webkit-transition: 0.3s border ease;
    transition: 0.3s border ease;
}
@media screen and (max-width: 735px) {
    #frame #sidepanel #profile .wrap img {
        width: 40px;
        margin-right: 4px;
    }
}
#frame #sidepanel #profile .wrap img.online {
    border: 2px solid #2ecc71;
}
#frame #sidepanel #profile .wrap img.away {
    border: 2px solid #f1c40f;
}
#frame #sidepanel #profile .wrap img.busy {
    border: 2px solid #e74c3c;
}
#frame #sidepanel #profile .wrap img.offline {
    border: 2px solid #95a5a6;
}
#frame #sidepanel #profile .wrap p {
    float: right;
    margin-right: 15px;
}
@media screen and (max-width: 735px) {
    #frame #sidepanel #profile .wrap p {
        display: none;
    }
}
#frame #sidepanel #profile .wrap i.expand-button {
    float: left;
    margin-top: 23px;
    font-size: 0.8em;
    cursor: pointer;
    color: #435f7a;
}
@media screen and (max-width: 735px) {
    #frame #sidepanel #profile .wrap i.expand-button {
        display: none;
    }
}
#frame .status-options {
    position: absolute;
    opacity: 0;
    visibility: hidden;
    width: 150px;
    margin: 0;
    border-radius: 6px;
    z-index: 99;
    line-height: initial;
    background: #435f7a;
    -moz-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
    left: 0;
}
@media screen and (max-width: 735px) {
    #frame .status-options {
        width: 58px;
        margin-top: 0;
    }
}
#frame .status-options.active {
    opacity: 1;
    visibility: visible;
}
i.fa.fa-chevron-down.expand-button {
    position: absolute;
    left: 0;
    top: 5px;
}
#frame .status-options:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
    border-bottom: 8px solid #435f7a;
    margin: -8px 0 0 4px;
    left: 0;
}
@media screen and (max-width: 735px) {
    #frame .status-options:before {
        margin-right: 23px;
    }
}
#frame .status-options ul {
    overflow: hidden;
    border-radius: 6px;
}
#frame .status-options ul li a {
    padding: 5px;
    display: block;
    cursor: pointer;
    color: #fff;
    text-decoration: none !important;
}
#frame .status-options ul li a.text-danger {
    background-color: #a94442;
}
@media screen and (max-width: 735px) {
    #frame .status-options ul li {
        padding: 15px 22px 35px 0;
    }
}
#frame .status-options ul li:hover {
    background: #496886;
}
#frame #sidepanel #profile .wrap #expanded {
    padding: 100px 0 0 0;
    display: block;
    line-height: initial !important;
}
#frame #sidepanel #profile .wrap #expanded label {
    float: right;
    clear: both;
    margin: 0 0 5px 8px;
    padding: 5px 0;
}
#frame #sidepanel #profile .wrap #expanded input {
    border: none;
    margin-bottom: 6px;
    background: #1d0197;
    border-radius: 3px;
    color: #f5f5f5;
    padding: 7px;
    width: calc(100% - 43px);
}
#frame #sidepanel #profile .wrap #expanded input:focus {
    outline: none;
    background: #435f7a;
}
#frame #sidepanel #search {
    border-top: 1px solid #1d0197;
    border-bottom: 1px solid #1d0197;
    font-weight: 300;
}
@media screen and (max-width: 735px) {
    #frame #sidepanel #search {
        display: none;
    }
}
#frame #sidepanel #search label {
    position: absolute;
    margin: 10px 20px 0 0;
}
#frame #sidepanel #search input {
    padding: 10px 46px 10px 0;
    width: calc(100%);
    border: none;
    background: #1d0197;
    color: #f5f5f5;
}
#frame #sidepanel #search input:focus {
    outline: none;
    background: #435f7a;
}
#frame #sidepanel #search input::-webkit-input-placeholder {
    color: #f5f5f5;
}
#frame #sidepanel #search input::-moz-placeholder {
    color: #f5f5f5;
}
#frame #sidepanel #search input:-ms-input-placeholder {
    color: #f5f5f5;
}
#frame #sidepanel #search input:-moz-placeholder {
    color: #f5f5f5;
}
#frame #sidepanel #contacts {
    height: calc(100% - 177px);
    overflow-y: scroll;
    overflow-x: hidden;
    text-align: right;
}
@media screen and (max-width: 735px) {
    #frame #sidepanel #contacts {
        height: calc(100% - 149px);
        overflow-y: scroll;
        overflow-x: hidden;
    }
    #frame #sidepanel #contacts::-webkit-scrollbar {
        display: none;
    }
}
#frame #sidepanel #contacts.expanded {
    height: calc(100% - 334px);
}
#frame #sidepanel #contacts::-webkit-scrollbar {
    width: 8px;
    background: #2c3e50;
}
#frame #sidepanel #contacts::-webkit-scrollbar-thumb {
    background-color: #243140;
}
#frame #sidepanel #contacts ul li.contact {
    position: relative;
    padding: 10px 0 15px 0;
    font-size: 0.9em;
    cursor: pointer;
}
#frame #sidepanel #contacts ul li.contact.unread {
    background-color: #e6eaea;
    color: #2c3e50;
}
#frame #sidepanel #contacts ul li.contact.unread:hover {
    color: #fff;
}
@media screen and (max-width: 735px) {
    #frame #sidepanel #contacts ul li.contact {
        padding: 6px 8px 46px 0;
    }
}
#frame #sidepanel #contacts ul li.contact:hover {
    background: #1d0197;
}
#frame #sidepanel #contacts ul li.contact.active {
    background: #1d0197;
    border-left: 5px solid #435f7a;
}
#frame #sidepanel #contacts ul li.contact.active span.contact-status {
    border: 2px solid #1d0197 !important;
}
#frame #sidepanel #contacts ul li.contact .wrap {
    width: 88%;
    margin: 0 auto;
    position: relative;
}
@media screen and (max-width: 735px) {
    #frame #sidepanel #contacts ul li.contact .wrap {
        width: 100%;
    }
}
#frame #sidepanel #contacts ul li.contact .wrap span {
    position: absolute;
    right: 0;
    margin: -2px -2px 0 0;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: 2px solid #2c3e50;
    background: #95a5a6;
}
#frame #sidepanel #contacts ul li.contact .wrap span.online {
    background: #2ecc71;
}
#frame #sidepanel #contacts ul li.contact .wrap span.away {
    background: #f1c40f;
}
#frame #sidepanel #contacts ul li.contact .wrap span.busy {
    background: #e74c3c;
}
#frame #sidepanel #contacts ul li.contact .wrap img {
    width: 40px;
    border-radius: 50%;
    float: right;
    margin-left: 10px;
}
@media screen and (max-width: 735px) {
    #frame #sidepanel #contacts ul li.contact .wrap img {
        margin-left: 0px;
    }
}
#frame #sidepanel #contacts ul li.contact .wrap .meta {
    padding: 5px 0 0 0;
}
@media screen and (max-width: 735px) {
    #frame #sidepanel #contacts ul li.contact .wrap .meta {
        display: none;
    }
}
#frame #sidepanel #contacts ul li.contact .wrap .meta .name {
    font-weight: 600;
}
#frame #sidepanel #contacts ul li.contact .wrap .meta .preview {
    margin: 5px 0 0 0;
    padding: 0 0 1px;
    font-weight: 400;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -moz-transition: 1s all ease;
    -o-transition: 1s all ease;
    -webkit-transition: 1s all ease;
    transition: 1s all ease;
}
#frame #sidepanel #contacts ul li.contact .wrap .meta .preview span {
    position: initial;
    border-radius: initial;
    background: none;
    border: none;
    padding: 0 0 0 2px;
    margin: 0 1px 0 0;
    opacity: 0.5;
}
#frame #sidepanel #bottom-bar {
    position: absolute;
    width: 100%;
    bottom: 0;
}
#frame #sidepanel #bottom-bar button {
    float: right;
    border: none;
    width: 50%;
    padding: 10px 0;
    background: #1d0197;
    color: #f5f5f5;
    cursor: pointer;
    font-size: 0.85em;
}
@media screen and (max-width: 735px) {
    #frame #sidepanel #bottom-bar button {
        float: none;
        width: 100%;
        padding: 15px 0;
    }
}
#frame #sidepanel #bottom-bar button:focus {
    outline: none;
}
#frame #sidepanel #bottom-bar button:nth-child(1) {
    border-left: 1px solid #2c3e50;
}
@media screen and (max-width: 735px) {
    #frame #sidepanel #bottom-bar button:nth-child(1) {
        border-left: none;
        border-bottom: 1px solid #2c3e50;
    }
}
#frame #sidepanel #bottom-bar button:hover {
    background: #435f7a;
}
#frame #sidepanel #bottom-bar button i {
    margin-left: 3px;
    font-size: 1em;
}
@media screen and (max-width: 735px) {
    #frame #sidepanel #bottom-bar button i {
        font-size: 1.3em;
    }
}
@media screen and (max-width: 735px) {
    #frame #sidepanel #bottom-bar button span {
        font-size: 0;
    }
    #frame #sidepanel #bottom-bar button span span {
        font-size: 15px;
    }
}
#frame .content {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
}
@media screen and (max-width: 735px) {
    #frame {
        margin: 0px 10px;
        width: auto;
    }
    #frame .content {
        width: 100%;
        min-width: 300px !important;
    }
}
@media screen and (min-width: 900px) {
    /*
  #frame .content {
    width: calc(100% - 340px);
  }
*/
}
#frame .content .contact-profile {
    width: 100%;
    height: 60px;
    line-height: 60px;
    background: #f5f5f5;
}
#frame .content .contact-profile img {
    width: 40px;
    border-radius: 50%;
    float: right;
    margin: 9px 9px 0 12px;
}
#frame .content .contact-profile p {
    float: right;
}
#frame .content .contact-profile .additional-links {
    float: left;
    padding-left: 15px;
}
.btn-info.active.focus,
.btn-info.active:focus,
.btn-info.active:hover,
.btn-info:active.focus,
.btn-info:active:focus,
.btn-info:active:hover,
.open > .dropdown-toggle.btn-info.focus,
.open > .dropdown-toggle.btn-info:focus,
.open > .dropdown-toggle.btn-info:hover,
.btn-info.active,
.btn-info:active,
.open > .dropdown-toggle.btn-info,
.btn-info {
    color: #fff;
    background-color: #2c3e50;
    border-color: #2c3e50;
}
.btn-info:hover {
    color: #fff;
    background-color: #435f7a;
    border-color: #435f7a;
}
.btn,
input,
a,
button {
    -moz-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    -webkit-transition: 0.3s all ease;
    transition: 0.5s all ease;
}
#frame .content .messages {
    height: auto;
    min-height: calc(100% - 93px);
    max-height: calc(100% - 93px);
    overflow-y: scroll;
    overflow-x: hidden;
}
@media screen and (max-width: 735px) {
    #frame .content .messages {
        max-height: calc(100% - 105px);
    }
}
#frame .content .messages::-webkit-scrollbar {
    width: 8px;
    background: transparent;
}
#frame .content .messages::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.3);
}
#frame .content .messages ul li {
    display: inline-block;
    clear: both;
    float: right;
    margin: 15px 15px 5px 15px;
    width: calc(100% - 25px);
    font-size: 0.9em;
    text-align: right;
}
#frame .content .messages ul li:nth-last-child(1) {
    margin-bottom: 20px;
}
#frame .content .messages ul li.sent img {
    margin: 6px 0 0 8px;
}
#frame .content .messages ul li.sent p {
    background: #1d0197;
    color: #f5f5f5;
}
#frame .content .messages ul li.replies img {
    float: left;
    margin: 6px 8px 0 0;
}
#frame .content .messages ul li.replies p {
    background: #f5f5f5;
    float: left;
}
#frame .content .messages ul li img {
    width: 22px;
    border-radius: 50%;
    float: right;
}
#frame .content .messages ul li p {
    display: inline-block;
    padding: 10px 15px;
    border-radius: 20px;
    max-width: 205px;
    line-height: 130%;
}
@media screen and (min-width: 735px) {
    #frame .content .messages ul li p {
        max-width: 300px;
    }
}
#frame .content .message-input {
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: 99;
}
#frame .content .message-input .wrap {
    position: relative;
}
#frame .content .message-input .wrap input {
    float: right;
    border: none;
    width: calc(100% - 50px);
    padding: 14px 8px 12px 8px;
    font-size: 0.8em;
    color: #1d0197;
}
@media screen and (max-width: 735px) {
    #frame .content .message-input .wrap input {
        padding: 10px 8px 16px 32px;
    }
}
#frame .content .message-input .wrap input:focus {
    outline: none;
}
#frame .content .message-input .wrap .attachment {
    position: absolute;
    left: 60px;
    z-index: 4;
    margin-top: 10px;
    font-size: 1.1em;
    color: #435f7a;
    opacity: 0.5;
    cursor: pointer;
}
@media screen and (max-width: 735px) {
    #frame .content .message-input .wrap .attachment {
        margin-top: 17px;
        left: 65px;
    }
}
#frame .content .message-input .wrap .attachment:hover {
    opacity: 1;
}
#frame .content .message-input .wrap button {
    float: left;
    border: none;
    width: 50px;
    padding: 16px 0;
    cursor: pointer;
    background: #1d0197;
    color: #f5f5f5;
}
@media screen and (max-width: 735px) {
    #frame .content .message-input .wrap button {
        padding: 16px 0;
    }
    #frame .status-options,
    .meta + i.fa.fa-chevron-down.expand-button {
        display: none;
    }
}
#frame .content .message-input .wrap button:hover {
    background: #435f7a;
}
#frame .content .message-input .wrap button:focus {
    outline: none;
}
.additional-links .btn.btn-danger {
    background: #eb7c27;
    border: none;
    border-radius: 25px;
}



/* cart page override*/

.offer{
    --f: 10px; /* control the folded part*/
    --r: 15px; /* control the ribbon shape */
    --t: 10px; /* the top offset */
    position: absolute;
    inset: var(--t) calc(-1*var(--f)) auto auto;
    padding: 3px 26px var(--f) calc(25px + var(--r));
    clip-path: 
      polygon(0 0,100% 0,100% calc(100% - var(--f)),calc(100% - var(--f)) 100%,
        calc(100% - var(--f)) calc(100% - var(--f)),0 calc(100% - var(--f)),
        var(--r) calc(50% - var(--f)/2));
    background: #bd1550;
    box-shadow: 0 calc(-1*var(--f)) 0 inset #0005;
    right: 5px;
    color: #fff;
    padding-bottom: 19px;
    text-align: center;
  }
  .image1 .off-hint{
    --f: 8px; /* control the folded part*/
    --r: 15px; /* control the ribbon shape */
    --t: 10px; /* the top offset */
    position: absolute;
    inset: var(--t) calc(-1*var(--f)) auto auto;
    padding: 0px 16px var(--f) calc(5px + var(--r)) !important;
    clip-path: 
      polygon(0 0,100% 0,100% calc(100% - var(--f)),calc(100% - var(--f)) 100%,
        calc(100% - var(--f)) calc(100% - var(--f)),0 calc(100% - var(--f)),
        var(--r) calc(50% - var(--f)/2));
    background-color: #bd1550 !important;
    box-shadow: 0 calc(-1*var(--f)) 0 inset #0005;
    right: -9px !important;
    color: #fff;
    padding-bottom: 11px !important;
    text-align: center;
    border-radius: unset !important;
    transform: unset !important;
    top: 4px !important;
  }

  .image1 {
   
    border-radius: 8px;
    border: 1px solid #ebe0fa;
    height: 70px;
    width: 100px;
    text-align: center;
}

.image1 img{
   
display: inline-block;
width: 100%;
background: #e7f4fc;
padding: 10px;
object-fit: contain;
height: 100%;
transition: 0.5s ease-in;
max-width: none !important;
max-height: none !important;
}
table.dataTable.no-footer tbody th, table.dataTable.no-footer tbody td, table.dataTable tbody th, table.dataTable tbody td {
    vertical-align: middle;
}


.number-input button:last-child {
    background-color: #35c1a9 !important;
}
.number-input button:first-child {
    background-color: #b384f6 !important ;
} 
table.dataTable.no-footer button.removeTr, table.dataTable button.removeTr {
    color: red !important;
    
}
.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    color: #FFF !important;
   
    border-radius: 8px !important;
    background: #b384f6 !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:active{
    color: #FFF !important;
   
    border-radius: 8px !important;
    background: #b384f6 !important;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover{
    color: #FFF !important;
   
    border-radius: 8px !important;
    background: #1eaf9e  !important;
  
}
.block1 h3, .block-hd{
    color: #1eaf9e;
}
.br-block {
    border: none !important;
  
    box-shadow: 0px 0px 10px #337ab77d;
}
.calcs {
    border-bottom: 1px solid #b1ccef !important;
   
}
.calcs b {
    color: #1eaf9e;
}
.calcs span {
    color: #1462ab;
}

.wrapper  .continuePayment {
    color: #1eaf9e !important;
    border: 1px solid #1eaf9e !important;
}
.wrapper  .continuePayment:hover {
    border: none !important;
}
 .block1 .wrapper .continuePayment::before, .block1 .wrapper .continuePayment::after {
    background: #be9cee !important;
}
.block1 .br-block p.calcs:last-of-type {
    border: 0 !important;
}

.number-input input[type="number"] {
   
    color: #5b92dd !important;
    border-bottom: 1px solid #337ab7 !important;

}

.cartForm input:focus {
 
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px #337ab757 !important;
    border-color: #337ab7 !important;

}
.cd-cart-items li:first-child{
    border-top: none !important;
}

.combit-name {
    color: #1eaf9e !important;
}



.wallet-container {
	background: linear-gradient(rgba(0,0,0,0.6),rgba(0,0,0,0.6)),
    ;
		color: #fff;
		font-size: 15px;
		padding: 20px 20px 0;
	
        
}

.page-title {
	text-align: left;
}

.fa-user {
	float: right;
}

.fa-align-left {
	margin-right: 15px;
}

.amount-box img {
	width: 50px;
}



.amount-box p {
	margin-top: 10px;
	margin-bottom: -10px;
}

.btn-group {
	margin: 20px 0;
}


