@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Rubik:ital,wght@0,300..900;1,300..900&display=swap");

body {
    margin: 0;
    font-family: "Poppins", serif;
}
.top-header {
    background-color: #231f20;
}
.top-head-email {
    color: #fff;
    font-size: 14px;
    display: flex;
    justify-content: flex-start;
}
.top-header .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.social-icon ul {
    margin: 5px 0px;
}
.social-icon ul li {
    list-style: none;
    display: inline-block;
}
i.fa {
    font-size: 28px;
    line-height: 28px;
    color: #2ea3f2;
}
.top-head-email span {
    padding: 0 5px;
    font-weight: 500;
}
.main-header-full {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.main-header-full .logo {
    flex: 0 0 15%;
}
.main-header-full .search-section {
    flex: 0 0 30%;
}
.main-header-full .add-cart {
    flex: 0 0 3%;
    padding-left: 5px;
}
.main-header-full .address-full {
    flex: 0 0 25%;
    border-right: #c2c2c2 1px solid;
}
.main-header-full .phone-field {
    flex: 0 0 15%;
    border-right: #c2c2c2 1px solid;
    padding-left: 10px;
}
.main-head-typ1 {
    display: block;
    color: #009bc9;
    font-size: 13px;
    font-weight: 600;
}
.main-head-typ2 {
    float: left;
    color: #666666;
    font-size: 14px;
}
.logo img {
    width: 100%;
    object-fit: cover;
}
.add-cart .fa-shopping-cart:before {
    content: "\f07a";
    font-size: 21px;
    color: #666666;
}
.search-section input#form1 {
    background-color: #f5f5f5;
    color: #000000;
    border: 0px;
    border-radius: 50px;
    padding: 25px;
}
.search-section .form-outline {
    width: 90%;
}
.main-menu-header {
    background-color: #009bc9 !important;
    color: #fff;
}
.main-menu-full {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding: 3px 0;
}
.main-menu ul {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
}
.main-menu ul li a {
    color: #ffffff !important;
    padding: 0 10px;
    font-size: 17px;
    text-decoration: none;
    margin: 10px 0;
}
.log-reg .btn {
    padding: 0px 20px;
    height: 34px;
    border-radius: 25px;
    font-size: 13px;
}
.log-reg .btn.log {
    background: #00c5ff;
    color: #fff;
}
.log-reg .btn.reg {
    background: #000;
    color: #fff;
}
.log-reg .btn.log:hover {
    background-color: transparent;
    border: 1px solid #00c5ff;
}
.log-reg .btn.reg:hover {
    background-color: transparent;
    border: 1px solid #000;
}
.banner-cont h1 span {
    display: block;
    font-size: 30px;
}
.banner-cont h1 {
    font-weight: 700;
    font-size: 48px;
    color: #ffffff;
}
.banner-cont p {
    font-size: 18px;
}
.banner-cont {
    max-width: 720px;
    color: #fff;
}
.banner-section {
    position: relative;
    width: 100%;
    height: 500px;
    display: flex;
    z-index: 2;
    align-items: center;
    background: transparent
        linear-gradient(
            90deg,
            rgba(0, 155, 201, 0.9) 0%,
            rgba(0, 155, 201, 0.92) 31%,
            rgba(0, 155, 201, 0.45) 100%
        )
        0% 0% no-repeat padding-box;
}
.cont-title-btn {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: #00c5ff 1px solid;
    position: relative;
}
.cont-title-btn::before {
    width: 40px;
    height: 3px;
    background: #00c5ff;
    position: absolute;
    left: 0px;
    bottom: -2px;
    content: "";
    z-index: 99;
    visibility: visible;
}
.product-single img {
    position: relative;
    display: block;
    width: 100%;
    height: 160px;
    border-radius: 10px;
}
.slick-prev:before,
.slick-next:before {
    font-size: 27px !important;
    border-radius: 50%;
    background-color: #009bc9;
}
.space-50 {
    padding: 50px 0px;
}
.btn-typ1 {
    border: 1px solid #00c5ff;
    border-radius: 25px;
    padding: 0px 20px;
    background-color: #ffffff;
    white-space: nowrap;
    height: 30px;
}
.btn-typ1 a {
    color: #00c5ff;
    font-size: 12px;
}
.btn-typ1:hover {
    background-color: #00c5ff;
}
.btn-typ1:hover a {
    color: #fff;
    text-decoration: none;
}
.product-full {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: space-between;
    align-items: flex-start;
    margin: -10px;
    padding: 25px 0 0px;
}
.product-full .product-single {
    flex: 0 0 20%;
    padding: 0px 10px;
    position: relative;
}
.product-full .product-single img {
    width: 100%;
}
.img-cont {
    color: #231f20;
    padding: 10px 0 0px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.img-cont h5 {
    font-size: 15px;
    font-weight: 500px;
    line-height: 17px;
    height: 30px;
}
.img-cont h6 {
    color: #009bc9;
    font-size: 18px;
    font-weight: bold;
    display: block;
    padding-top: 5px;
}

.img-cont h6 span {
    color: #231f20;
    font-size: 15px;
    font-weight: 500;
}
/* .product-full .product-single:hover img {
  background-color: #fff;
  opacity: 1;
  z-index: 9;
} */
/* .product-full .product-single:hover img::after {
  color: #2ea3f2;
  content: "\E050";
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 32px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  z-index: 9;
} */
span.et_shop_image {
    background-color: rgba(0, 0, 0, 0.8);
}
span.et_shop_image img {
    opacity: 1;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
span.et_overlay::after {
    display: block;
}
/* span.et_overlay {
  display: none;
} */
span.et_shop_image:hover span.et_overlay {
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    transform: translateX(0%);
    background: rgba(0, 0, 0, 0.5);
    height: 285px;
    width: calc(100% - 20px);
    margin: 0px 10px;
    border-radius: 12px;
    text-align: center;
    vertical-align: middle;
}

span.et_shop_image:hover span.et_overlay i {
    display: none;
}
span.et_shop_image span.et_overlay {
    position: relative;
}
span.et_shop_image span.et_overlay {
    display: none;
}
span.et_shop_image:hover img {
    z-index: -1;
}
span.et_shop_image span::after {
    color: #2ea3f2;
    content: "\E050";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 32px;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    font-family: "FontAwesome";
    display: none;
}
span.et_shop_image:hover span::after {
    color: #00c1ff;
    content: "\f055";
    position: absolute;
    font-family: "FontAwesome";
    top: 50%;
    z-index: 99;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 32px;
    transition: all 0.4s;
    display: block;
}

/* .product-full .product-single img::after {
  display: none;
} */
/* .product-full .et_overlay {
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: hsla(0, 0%, 100%, 0.9);
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: 1px solid #e5e5e5;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-font-smoothing: antialiased;
}
.et_overlay:before {
  color: #2ea3f2;
  content: "\E050";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 32px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
} */
.pro-category .product-full .product-single {
    flex: 0 0 16.66%;
    max-width: 16.66%;
}
.pro-category .product-full .product-single img {
    border-radius: 50%;
    height: 100%;
    object-fit: cover;
    padding: 0px;
    margin: 0 auto;
    max-width: fit-content;
}
.pro-category .product-full .slick-prev {
    left: 47%;
    top: 294px;
}
.pro-category .product-full .slick-next {
    right: 47%;
    top: 294px;
}
.heading-typ1.set-txt-center {
    text-align: center;
}
.slick-track .single-test {
    padding: 0 30px;
    padding-bottom: 80px;
}
.pro-category.space-50 {
    padding-bottom: 80px;
}

.slick-prev,
.slick-next {
    width: 30px;
    height: 30px;
    background: #fff;
}

.slick-prev:before,
.slick-next:before {
    font-family: "slick";
    font-size: 35px !important;
    line-height: 1;
    opacity: 0.75;
    color: #009bc9 !important;
    background: none;
}
.pro-category .product-full .product-single .img-cont span {
    color: #00c5ff;
    font-size: 12px;
    font-weight: 600;
    width: 100%;
    display: inline-block;
    background: none;
    text-align: center;
    margin-top: 15px;
}
.pro-category .product-full .product-single .img-cont {
    padding-top: 20px;
}
.testimonials {
    background-color: #f0f0f0;
    text-align: center;
    overflow: hidden;
}
.testimonials h2.heading-typ1 {
    padding-bottom: 30px;
}
.test-cont {
    position: relative;
}
.test-cont .pro-desc {
    position: absolute;
    bottom: -80px;
    left: 50%;
    transform: translateX(-50%);
}
.test-cont .pro-desc img {
    padding: 3px;
    height: 50px;
    width: 50px;
    object-fit: cover;
    border: 1px solid #3cb0d3;
    border-radius: 50%;
}
.single-test h3 {
    font-size: 18px;
    margin: 8px 0px 0px;
    padding: 0px;
    line-height: 1.25;
    font-weight: 600;
    color: #231f20;
    text-align: center;
    width: 100%;
    text-transform: capitalize;
}
.test-cont::before {
    content: "\f10d";
    color: #00c5ff;
    position: absolute;
    bottom: 10px;
    right: 22px;
    font-size: 30px;
    font-style: normal;
    font-family: "FontAwesome";
}
.pro-desc h5 {
    color: #009bc9;
    font-size: 13px;
    font-weight: 400;
}
.latest-news .heading-typ1 {
    text-align: center;
}
.single-test .test-cont {
    font-style: italic;
    font-size: 15px;
    line-height: 1.6;
    width: 100%;
    display: inline-block;
    background: #fff;
    padding: 20px 30px;
    padding-bottom: 60px;
    font-weight: 600;
    position: relative;
    color: #666666;
    height: 160px;
}
.single-test.slick-slide.slick-current {
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.main-testimonials.slick-dotted {
    max-width: 80%;
    margin: 0 auto;
}
.slick-dots li button::before {
    content: "" !important;
    width: 30px !important;
    height: 8px !important;
}
.slick-dots li {
    margin: 0 10px !important;
}
.slick-dots {
    bottom: -70px !important;
}
.slick-dots li button::before {
    margin: 0 5px !important;
    width: 30px;
    height: 8px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    border-radius: 20px;
    background: #fff;
    border: #009bc9 1px solid;
    opacity: 1;
}
.slick-dots .slick-active button::before {
    margin: 0 5px !important;
    width: 30px;
    height: 8px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    border-radius: 20px;
    background: #009bc9 !important;
    border: #009bc9 1px solid;
    opacity: 1;
}
.blog-full {
    display: flex;
    flex-wrap: wrap;
    margin: -20px;
}
.blog-full .blog-single {
    flex: 0 0 33.33%;
    padding: 20px;
    width: 100%;
}
.blog-full .date-sec {
    color: #009bc9 !important;
    text-align: left;
    padding: 6px 8px;
    background-color: #f5f5f5;
    font-size: 14px;
}
.blog-full .blog-single img {
    max-width: 100%;
    border-radius: 8px 8px 0 0;
}
.blog-full .blog-heading {
    font-weight: 600 !important;
    padding: 10px 0;
    color: #231f20;
    font-size: 16px;
}

.blog-cont {
    color: #666666;
    font-size: 15px;
}

.blog-full .blog-cont-full {
    font-size: 15px;
    text-align: left;
    color: #666666;
}
.latest-news h2.heading-typ1 {
    text-align: center;
    padding-bottom: 20px;
}
.btn-typ2 {
    border: 1px solid #00c5ff;
    border-radius: 36px;
    padding: 10px 20px;
    display: flex;
    width: 150px;
    background-color: #00c5ff;
    justify-content: center;
    margin: 23px auto 0;
    color: #fff;
}

.btn-typ2 a {
    color: #fff;
    font-size: 20px;
}
/* .btn-typ2:hover {
    background-color: #fff;
} */
.btn-typ2:hover {
    color: #00c5ff !important;
    background-color: transparent;
    text-decoration: none;
}
.btn-typ2:hover a {
    color: #00c5ff;
    text-decoration: none;
}
.contact-form {
    background-color: #f0f0f0;
}
.contact-form h2.heading-typ1 {
    text-align: center;
}
.contact-form-full {
    display: flex;
    flex-wrap: wrap;
    margin: -15px 10%;
}
.contact-form-full .cont-field {
    flex: 0 0 50%;
    padding: 15px;
}
.contact-form .heading-typ1 {
    font-size: 36px;
    padding-bottom: 60px;
}
.contact-form .btn-typ2 {
    color: #fff;
}
.contact-form-full input[type="text"],
.contact-form-full input[type="email"],
.contact-form-full input[type="number"],
.cont-text-area textarea {
    border-radius: 30px;
    border: 1px solid #c2c2c2;
    color: #4d4d4d;
    background-color: #ffffff;
    font-size: 14px;
    padding: 0px 20px;
    width: 100%;
    height: 48px;
}
.contact-form-full textarea {
    border-radius: 30px;
    border: 1px solid #c2c2c2;
    color: #4d4d4d;
    background-color: #ffffff;
    font-size: 14px;
    padding: 20px;
    width: 100%;
    height: 120px;
}
.contact-form-full .cont-text-area {
    padding: 15px;
    width: 100%;
    text-align: left;
}
.footer-menu-full {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.footer {
    background-color: #3b3b3b;
    color: #fff;
}
.footer-container {
    max-width: 1240px;
    margin: 0 auto;
}
.cont-info-full {
    flex: 0 0 23%;
}
.cont-info-heading {
    font-weight: bold;
    width: 100%;
    display: inline-block;
    text-transform: uppercase;
    margin-top: 20px;
    font-size: 24px;
}
.footer-cont-typ {
    font-weight: 400;
    font-size: 16px;
    padding: 5px 0;
}
.social-icons {
    display: flex;
    justify-content: flex-start;
}
.social-icons i.fa {
    color: #fff;
    background-color: #000;
    border-radius: 50%;
    font-size: 15px;
    width: 35px;
    height: 35px;
    display: flex;
    margin: 20px 10px 0 0;
    justify-content: center;
    align-items: center;
}
.cont-info-heading {
    margin-bottom: 10px;
}
input#quantity {
    border: 1px solid #00c5ff;
    border-radius: 36px;
    padding: 10px;
}
.footer-menu-full ul {
    list-style: none;
    padding: 0;
}
.terms-cond {
    padding-top: 60px;
}
.subscribe-newsletter {
    flex: 0 0 40%;
}
.subscribe-newsletter input#email {
    background: #2c2c2c;
    border-radius: 3px;
    font-size: 13px;
    width: 90%;
    color: #999;
    font-size: 14px;
    padding: 16px;
    border: 0px;
}
.subscribe-newsletter .btn-typ2 {
    border-radius: 6px;
    margin: 0;
}
.news-letter-main {
    display: flex;
    justify-content: space-between;
    padding-top: 30px;
}
.news-letter-main div {
    flex: 0 0 70%;
}
.news-letter-main .btn-typ2 {
    flex: 0 0 30%;
}
.subscribe-newsletter .btn-typ2:hover {
    background-color: transparent;
}
.copyright-full {
    border-top: 1px solid #343434;
    padding-top: 20px;
    margin-top: 30px;
}
.copyright-full .footer-container a {
    color: #fff;
    text-decoration: underline;
}
.copyright-full .footer-container a:hover {
    text-decoration: none;
}
.copyright-full .copy-img {
    flex: 30%;
    text-align: end;
}
.copyright-full .copy-img-full {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.copyright-full .copy-main {
    flex: 70%;
    font-size: 14px;
}
.copyright-full .copy-img img {
    width: 40%;
    height: 75px;
}
.space-50.footer {
    padding: 50px 0px 0px;
}
/*About Us*/
.banner-section.about-us {
    height: 40vh;
}
.set50 {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
    margin: -20px;
}
.set50 .content-full {
    flex: 0 0 50%;
    padding: 20px;
}
.set50 .img-50 {
    flex: 0 0 50%;
    padding: 20px;
}
.set50 .img-50 img {
    max-width: 100%;
    width: 100%;
    object-fit: contain;
}
.main-content p {
    color: #666;
    line-height: 1.7em;
    font-size: 15px;
}
.related-pro-full {
    padding: 50px 0 80px;
    background-color: #f5f5f5;
}
.related-pro-full .product-single .img-cont a span {
    font-size: 19px;
    color: #d9a560;
    width: 100%;
    display: block;
}
.related-pro-full .product-single .img-cont a {
    font-size: 17px;
    color: #202020;
}
.main-content {
    padding-top: 10px;
    font-family: rubik;
}
.question-main {
    background-color: #f5f5f5 !important;
}
.question-main .ques-heading {
    text-align: center;
    font-size: 30px;
    padding-bottom: 35px;
}
.question-main .single-ques {
    color: #666666 !important;
    text-align: center;
    background-color: rgba(255, 255, 255, 0.67);
    border-radius: 100px 100px 100px 100px;
    overflow: hidden;
    border-width: 2px;
    border-style: dashed;
    border-color: #707070;
    padding: 30px 50px 30px 50px;
    width: 80%;
    font-weight: 500;
    margin: 0 auto;
    margin-bottom: 35px;
}
.single-ques p {
    font-size: 21px;
}
.question-main .single-ques h5 {
    font-weight: 700;
    font-size: 24px;
    color: #231f20;
    padding-bottom: 19px;
}
/*contact us*/
.contact-info {
    background-color: #f5f5f5;
}
.contact-info h2 {
    text-align: center;
    font-size: 36px;
}
.cont-full h5 {
    color: #000;
    font-size: 24px;
}
.cont-full h5 {
    font-size: 21px;
}
.main-info-detail {
    display: flex;
    flex-wrap: wrap;
    margin: -30px;
}
.single-info {
    flex: 0 0 33.33%;
    padding: 30px;
}
.cont-full {
    padding: 0px 30px;
    color: #666666;
    border-width: 2px;
    border-style: dashed;
    background-color: #ffffffb3;
    border-color: #707070;
    min-height: 160px;
    border-radius: 140px 140px 140px 140px;
    text-align: center;
}

.cont-full p {
    font-size: 15px;
    color: #666666;
    line-height: 24px;
    margin: 0px;
}
.contact-us {
    background-color: #fff;
}
.contact-us .heading-typ1 {
    text-align: center;
    padding-bottom: 25px;
}

/*Product page*/
.product .list-img-full {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -40px;
}
.product .list-img-full .pro-list {
    flex: 0 0 25%;
    padding: 40px 20px;
}

.product .list-img-full .pro-list h3 {
    font-size: 18px;
    color: #231f20;
}
.product .list-img-full .set50 {
    flex: 0 0 75%;
    padding: 0 40px;
    align-content: baseline !important;
}
.pro-list {
    padding: 35px 10px 20px 14px;
    background-color: #f5f5f5;
}
.pro-list-items ul {
    list-style: none;
    padding: 0px;
}
.pro-list-items ul li {
    border-bottom: 1px solid #00c5ff;
    padding: 10px 0px 10px 25px;
    line-height: 1em;
    position: relative;
}
.pro-list-items ul li a {
    color: #666666;
    line-height: normal;
    font-size: 16px;
    font-weight: normal;
}
.product .set50 .content-full {
    flex: 0 0 100%;
}
.product .product-full .product-single {
    flex: 0 0 25%;
    padding: 10px;
}
/* .product-single img {
    padding: 6px 18px;
} */
.product .set50 {
    margin: 30px 0;
}
.pro-list-items ul li a.active-item {
    color: #009bc9;
}
/* .boat-builder.product .list-img-full {
    align-items: flex-start;
} */
.sub-title-section {
    color: #666666;
    line-height: normal;
    font-size: 15px;
    font-weight: 500;
}
.sub-section {
    display: flex;
    justify-content: space-between;
    align-content: center;
    padding-top: 40px;
}
.sub-filter select {
    background-color: #ececec;
    border: none;
    border-radius: 3px;
    border-width: 0;
    color: #666 !important;
    font-size: 12px;
    padding: 4px 8px;
    font-weight: 500;
    font-family: "Open Sans", Arial, sans-serif;
}
.main-menu ul ul {
    display: none;
    position: absolute;
    top: 49px;
    background-color: #fff;
    width: 300px;
    border-top: 3px solid #2ea3f2;
}
.main-menu ul.main-menu-ul li.first-li:first-child {
    background-color: #000;
}

.main-menu ul.main-menu-ul li.first-li:first-child svg {
    float: right;
}

/* Display Dropdowns on Hover */
.main-menu ul li:hover > ul {
    display: inherit;
}
.main-menu ul.main-menu-ul li.first-li:hover {
    background-color: #000000;
}
.main-menu a {
    display: block;
    padding: 0 10px;
    color: #fff;
    font-size: 20px;
    text-decoration: none;
}

/* Fisrt Tier Dropdown */
.main-menu ul ul li {
    width: 100%;
    float: none;
    display: list-item;
    position: relative;
    line-height: 2em;
    padding: 0 20px;
    margin: 0;
}

.main-menu ul ul li:hover {
    background: #fff;
}
.main-menu ul ul li a {
    background: #fff;
    border-bottom: #00c5ff 1px solid;
    padding: 5px 0px;
    color: #666666 !important;
    font-size: 15px;
    line-height: 2.2em;
}
.news-letter-main .btn-typ2 i.fa {
    font-size: 20px;
    color: #fff;
    padding-left: 10px;
}
.menu-btn {
    display: none;
}
/*Admin Panel*/
.card-full {
    width: 500px;
    margin: auto;
    box-shadow: none;
    background-color: rgba(255, 255, 255, 1);
    text-align: center;
    padding: 0px;
    position: relative;
    border-radius: 25px;
    z-index: 2;
}
.card-body {
    padding: 40px;
}
.card-body h3 {
    font-family: poppins;
    color: #009bc9;
    font-size: 24px;
    width: 100%;
    display: inline-block;
    padding: 20px 0px 10px;
    margin-top: 0px;
    margin-bottom: 20px;
    text-transform: capitalize;
}
.card-text:last-child {
    margin-bottom: 0;
}
.global-container {
    background-color: #009bc9;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}
.global-container form {
    padding-top: 0;
    font-size: 17px;
    margin-top: 0;
}
.global-container form .form-group a {
    text-decoration: underline;
}
.global-container input {
    background: none;
    border: 1px solid #e4e4e4;
    font-size: 14px;
    opacity: 1;
    font-weight: 400;
    padding: 0px 0.75rem;
    color: #009bc9;
    height: 46px;
}
.form-group {
    position: relative;
}
.num_rows .form-group {
    position: relative;
    display: flex;
    align-items: center;
}
.mb-4,
.my-4 {
    margin-bottom: 1.5rem;
}
.global-container .login-form label {
    color: #009bc9;
    font-family: poppins;
    float: left;
    text-align: left;
    letter-spacing: 0.07px;
    opacity: 1;
    font-size: 14px;
}
.global-container input:-webkit-autofill,
.global-container input:-webkit-autofill:hover,
.global-container input:-webkit-autofill:focus {
    background: none;
    font-family: poppins;
    border: 1px solid #e4e4e4;
    font-size: 14px;
    color: #009bc9;
    box-shadow: 0 0 0 30px rgba(255, 255, 255, 1) inset !important;
}
.position-relative {
    position: relative !important;
}
.login-form .field-icon.password-eye {
    background: none !important;
    padding: 6px 0px;
    top: 35px;
    font-size: 16px;
}
.field-icon {
    z-index: 2;
    position: absolute;
    font-size: 17px;
    color: #009bc9;
    right: 9px;
    top: 41px;
}
.global-container button.login-btn {
    background: #009bc9;
    width: 140px;
    height: 50px;
    text-align: center;
    margin: 0px;
    line-height: 40px;
    padding: 0px 20px;
    display: inline-block;
    color: #fff;
    border: 1px solid #009bc9;
    font-size: 18px;
    border-radius: 15px;
    font-family: poppins;
}
.global-container button.login-btn:hover {
    background: transparent;
    color: #009bc9;
    text-decoration: none;
}

.global-container button.all-btn {
    background: #009bc9;
    width: auto;
    height: 50px;
    text-align: center;
    margin: 0px;
    line-height: 40px;
    padding: 0px 20px;
    display: inline-block;
    color: #fff;
    border: 1px solid #009bc9;
    font-size: 18px;
    border-radius: 15px;
}
.global-container button.all-btn:hover {
    background: transparent;
    color: #009bc9;
    text-decoration: none;
}
/*Dashboard*/
#wrapper {
    padding-left: 0;
    transition: all 0.5s ease;
    position: relative;
}

#sidebar-wrapper {
    z-index: 1000;
    position: fixed;
    left: 290px;
    width: 0;
    height: 100%;
    margin-left: -290px;
    overflow-y: auto;
    overflow-x: hidden;
    transition: all 0.5s ease;
}

#wrapper.toggled #sidebar-wrapper {
    width: 290px;
}

.sidebar-brand {
    position: relative;
    top: 0;
    width: 290px;
    padding: 20px 20px 20px 10px;
}
.sidebar-brand h2 {
    margin: 0;
    font-weight: 600;
    font-size: 24px;
    color: #fff;
}

.sidebar-nav {
    position: relative;
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
}
.sidebar-nav > li {
    text-indent: 10px;
    line-height: 42px;
    margin: 2px 0;
    text-align: left;
}
.sidebar-nav > li a {
    display: block;
    text-decoration: none;
    color: #202020;
    font-weight: 500;
    font-size: 16px;
}
.sidebar-nav > li > a:hover,
.sidebar-nav > li.active > a {
    text-decoration: none;
    color: #fff;
    background: #009bc9;
    border-radius: 10px;
}
.sidebar-nav > li > a:hover,
.sidebar-nav > li.active > a i {
    color: #fff;
}
.sidebar-nav > li > a i.fa {
    font-size: 18px;
    width: 60px;
}

#navbar-wrapper {
    width: 100%;
    position: absolute;
    z-index: 2;
}
#wrapper.toggled #navbar-wrapper {
    position: absolute;
    margin-right: -290px;
}
#navbar-wrapper .navbar {
    border-width: 0 0 0 0;
    background-color: #fff;
    font-size: 24px;
    margin-bottom: 0;
    border-radius: 0;
}
#navbar-wrapper .navbar a {
    color: #757575;
}
#navbar-wrapper .navbar a:hover {
    color: #009bc9;
}

#content-wrapper {
    width: 100%;
    position: absolute;
    padding: 15px;
    top: 100px;
    background-color: #eee;
}
#wrapper.toggled #content-wrapper {
    position: absolute;
    margin-right: -290px;
}

.sidebar-brand img {
    padding-bottom: 22px;
    max-width: 110px;
}
.navbar-header {
    display: flex;
}
.has-search .form-control {
    padding-left: 2.375rem;
}
.form-group.has-search .fa-search:before {
    font-size: 17px;
    position: relative;
    top: -3px;
    left: 5px;
}
.form-control {
    line-height: 1em;
}
.has-search .form-control-feedback {
    position: absolute;
    z-index: 2;
    display: block;
    width: 12px;
    height: 1em;
    line-height: 2.375rem;
    text-align: center;
    pointer-events: none;
    color: #898989;
}
.heading-typ1 {
    font-size: 25px;
    font-weight: 700;
    line-height: 34px;
    text-align: left;
    color: #202020;
}
.heading-typ2 {
    font-size: 14px;
    font-weight: 400;
    line-height: 16.94px;
    text-align: left;
    color: #898989;
}
.progress-box-full {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: -5px;
}
.progress-box-full .progress-single {
    flex: 0 0 25%;
    padding: 5px;
}
.progress-box-full .progressbars {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
}
.progress-box-full .progressbars .progress {
    flex: 0 0 80%;
}
.progress-box-full .progressbars h6 {
    flex: 0 0 10%;
}
.heading-typ3 {
    font-size: 12px;
    font-weight: 500;
    line-height: 14.52px;
    text-align: right;
    color: #898989;
}
.heading-typ4 {
    font-size: 24px;
    font-weight: 700;
    line-height: 29.05px;
    text-align: left;
    color: #202020;
}
.progress-box-full .progress-inner {
    position: relative;
    background-color: #fff;
    padding: 20px;
    border-radius: 10px;
}
.progress-box-full .progress-inner img {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 24px;
    height: 24px;
    object-fit: contain;
}
#content-wrapper .heading-full {
    padding: 20px 0;
}
th {
    background: #333;
    color: #fff;
}
.pagination {
    margin: 0;
}
.pagination li:hover {
    cursor: pointer;
}
.header_wrap {
    padding: 50px 0;
}
.num_rows {
    width: 20%;
    float: left;
}
.tb_search {
    width: 20%;
    float: right;
}
.pagination-container {
    width: 60%;
    float: left;
    padding: 35px 0;
}
.rows_count {
    width: 40%;
    float: right;
    text-align: right;
    color: #999;
    padding: 35px 0;
}
::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}
/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1;
}
/* Handle */
::-webkit-scrollbar-thumb {
    background: #009bc9;
}
/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #009bc9;
}
.toggled .sidebar-brand img {
    padding-bottom: 0;
    max-width: 50px;
}
.table-full {
    overflow-x: scroll;
}
.sidebar-nav > li > a:hover i.fa {
    color: #fff;
}
i.fa.fa-circle-o {
    position: relative;
    left: -10px;
}
.pagination-container .pagination li.active {
    padding: 0 10px;
    background-color: #009bc9;
    color: #fff;
    margin: 0 5px;
    border: 1px solid #009bc9;
    border-radius: 5px;
}
.pagination-container .pagination li {
    padding: 0 10px;
    background-color: transparent;
    color: #009bc9;
    margin: 0 5px;
    border: 1px solid #009bc9;
    border-radius: 5px;
}
.num_rows {
    width: fit-content;
}
div#nav-tab {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
}
.num_rows .tab-pane .form-control {
    width: fit-content;
}
.num_rows .tab-content > .active {
    padding-top: 40px;
}
tr.odd td:first-child {
    display: none;
}
td.dataTables_empty {
    text-align: center;
}
.subscribe-user .row.heading-full {
    width: 100%;
}
.subscribe-user button.nav-link .active {
    background-color: #009bc9;
    color: #fff;
}
.subscribe-user button.nav-link {
    background-color: transparent;
    color: #009bc9;
}
.img-cont-full {
    display: flex;
    flex-wrap: wrap;
    margin: -20px;
}
.img-cont-full .img-full {
    flex: 0 0 45%;
    padding: 20px;
}
.img-cont-full .pro-cont-full {
    flex: 0 0 55%;
    padding: 20px;
}
.img-cont-full .pro-cont-full .price.heading-typ1 {
    color: #00c5ff;
}
.img-cont-full .img-full img {
    width: 100%;
    height: auto;
    border-radius: 35px;
}
.img-cont-full hr {
    background-color: #00c5ff;
}
.pro-cont-full .price.heading-typ1 {
    color: #009bc9;
    font-size: 48px;
    font-weight: 700;
    padding-bottom: 20px;
}
.sub-cont {
    color: #666;
    font-size: 16px;
    font-weight: 500;
}
input#number {
    width: 150px;
    border-radius: 35px;
    background: #f5f5f5;
    height: 50px;
    border: 0;
    text-align: center;
}
.pro-cont-full input.btn-typ2 {
    display: inline;
    color: #fff;
}
.imgs-section img {
    width: 125px;
    height: auto;
    padding: 10px;
}
.imgs-section {
    margin: -10px;
}
.main-cont-full {
    width: 100%;
    display: inline-block;
}
#loader {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 1;
    width: 120px;
    height: 120px;
    margin: -76px 0 0 -76px;
    border: 16px solid #fff;
    border-radius: 50%;
    border-top: 16px solid #009bc9;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

/* Add animation to "page content" */
.animate-bottom {
    position: relative;
    -webkit-animation-name: animatebottom;
    -webkit-animation-duration: 1s;
    animation-name: animatebottom;
    animation-duration: 1s;
}

@-webkit-keyframes animatebottom {
    from {
        bottom: -100px;
        opacity: 0;
    }
    to {
        bottom: 0px;
        opacity: 1;
    }
}

@keyframes animatebottom {
    from {
        bottom: -100px;
        opacity: 0;
    }
    to {
        bottom: 0;
        opacity: 1;
    }
}

#wrapper {
    display: none;
    text-align: center;
}
i.fa-times {
    color: #f00;
}
.cart-full td img {
    height: 50px;
}
.recent-post button.btn.my-2.my-sm-0 {
    background-color: #ddd;
    color: #fff;
    margin: 0;
    height: 40px !important;
    margin: 0;
    font-size: 14px;
    border: 1px solid #ddd;
    color: #666;
}
.recent-post input.form-control.mr-sm-2 {
    margin-right: 0 !important;
}
.cart-cont-full {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
}
.cart-cont-full .cart-full {
    flex: 0 0 100%;
    border-right: 1px solid #ddd;
    padding: 50px 0px;
}
.cart-cont-full .recent-post {
    flex: 0 0 30%;
    padding: 20px;
}
.recent-post-links a {
    height: 40px;
    margin: 0;
    font-size: 14px;
    color: #666;
    display: block;
    margin-bottom: 10px;
}
.recent-comment {
    height: 40px;
    margin: 0;
    font-size: 14px;
    color: #666;
    display: block;
    margin-bottom: 10px;
}
.cart-full .table td,
.table th {
    vertical-align: middle;
    background-color: #fff;
    color: #666;
}
.apply-code-full {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.code-btn input#couponcode {
    width: 150px;
    margin-right: 10px;
    background-color: #eee;
    color: #999;
    font-size: 14px;
    padding: 14px;
    line-height: 1.7em;
    border: 0px;
}
input[type="button"] {
    border: 0px;
    background-color: transparent;
    color: #2ea3f2;
}
.btn-typ3 {
    font-size: 20px;
    font-weight: 500;
    padding: 0.3em 1em;
    line-height: 1.7em !important;
    background: transparent;
    position: relative;
    border: 2px solid #2ea3f2;
    border-radius: 3px;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    color: #2ea3f2;
}
.btn-typ3:hover {
    border-color: transparent;
    background-color: #eee;
    padding-right: 40px;
}
.btn-typ3 span {
    display: none;
    position: relative;
}
.btn-typ3:hover span {
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 10px;
}
.code-btn {
    display: flex;
}
.update-cart input[type="button"] {
    color: #666;
}
.update-cart .btn-typ3 {
    border-color: #666;
}
.update-cart .btn-typ3:hover span i.fa {
    color: #666;
}
.update-cart .btn-typ3:hover {
    border: 0px;
}
.botm-table th,
.botm-table td {
    background: transparent;
    color: #555;
    vertical-align: baseline;
    border: 1px solid rgba(0, 0, 0, 0.1);
    padding: 0.857em 0.587em;
    max-width: 100%;
}
.botm-table-full {
    max-width: 30%;
    float: right;
}
.botm-table ul#shipping_method {
    list-style: none;
    padding: 0;
    margin: 0;
}
.botm-table .btn-typ3 {
    margin-top: 40px;
    text-align: center;
}
.related-pro-full .product-single img {
    height: 285px;
}
.related-pro-full .product-full .product-single {
    flex: 0 0 33.33%;
}
/* .related-pro-full h2.heading-typ1 {
    text-align: center;
} */
.main-cont-full button.tablinks {
    border: 0px;
    padding: 10px 30px;
    margin-right: 10px;
}
.cont-inner .heading-typ1 {
    padding: 10px 0 20px 20px;
}
.main-cont-full button.tablinks.active {
    border: 0px;
    outline: none;
    background-color: #00c5ff;
    color: #fff;
}
.main-cont-full {
    width: 100%;
    display: inline-block;
    padding: 80px 0;
}
.cont-inner {
    padding: 30px 0;
}
.cont-inner ul li {
    padding-bottom: 5px;
}
#ai table.woocommerce-product-attributes.shop_attributes {
    border: 1px solid #eee;
    margin: 0 0 15px;
    text-align: left;
    width: 100%;
}
#ai table tr th {
    padding: 0.857em 0.587em;
    max-width: 100%;
    background-color: transparent;
    color: #555;
}
.cont-inner p {
    color: #666;
    line-height: 2em;
    font-weight: 400;
    border: 0;
    outline: 0;
    padding: 0;
    margin: 0;
    background: transparent;
}
#commentform input[type="email"],
#commentform input[type="text"],
#commentform input[type="url"],
#commentform textarea {
    padding: 12px;
    color: #999;
    width: 50%;
    line-height: 1em;
    background-color: #eee;
    font-size: 18px;
    border-width: 0;
    border-radius: 0px;
    margin-bottom: 20px;
}
#commentform textarea {
    width: 100%;
}
button.btn.btn-typ2 {
    width: fit-content;
    color: #fff;
    text-decoration: none;
}
.heading-full .text-right a {
    text-decoration: none;
}
.heading-full .text-right a button:hover {
    color: #00c5ff;
    border: 1px solid #00c5ff;
}
.form-full .input-group-addon a,
.form-full .input-group-addon a:hover {
    color: #333;
}
.form-full .form-group {
    text-align: left;
    padding: 10px 0;
}
.form-full .form-group label {
    padding-bottom: 5px;
}
.form-full .input-group {
    display: block;
    width: 100%;
    height: calc(2.25rem + 2px);
    padding: 0 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #555;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    box-shadow: inset 0 0 0 transparent;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    position: relative;
}
.form-full .input-group > .form-control,
.form-full .input-group > .form-floating,
.form-full .input-group > .form-select {
    width: 90%;
}
.form-full input.form-control {
    top: 0px;
    left: 10px;
    border: 0px;
    height: 100%;
    padding: 9px 0;
}
.input-group-addon a i.fa {
    position: absolute;
    top: 0;
    right: 15px;
}
.dashboard-main .widget-content-wrapper.text-white {
    background-color: #009bc9;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px;
}
.dashboard-main .widget-content-left {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.dashboard-main .widget-heading {
    flex: 0 0 100%;
    text-align: left;
}
.dashboard-main .widget-subheading {
    flex: 0 0 100%;
    text-align: left;
}
.dashboard-main .widget-numbers.text-white {
    font-size: 40px;
}
.dashboard-main .widget-content-outer {
    padding: 10px 20px;
}
.dashboard-main .card-header {
    background-color: #009bc9;
    color: #fff;
    font-size: 30px;
}
.dashboard-main .card-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.product-categories .cat-item a {
    color: #000;
    font-weight: 500;
}
.product-categories .cat-item a:hover {
    color: #009bc9;
    text-decoration: none;
}
ul.product-categories {
    list-style: none;
    padding-left: 0;
}
.cat-list h2 {
    font-size: 29px;
    padding: 15px 0;
    color: #009bc9;
    border-bottom: 2px solid #000000;
}
.col-sm-3.cat-list {
    border-left: 1px solid #666;
}
.main-cont h1 {
    font-size: 32px;
    color: #1b1b1b;
    padding-top: 45px;
}
.main-cont span {
    font-size: 16px;
    color: #666;
    font-weight: 100;
}
.blog-cont-inner img.full-img {
    width: 100%;
}
/* .blog-img-cont {
  display: flex;
} */
.blog-img-cont img {
    width: 200px;
    height: fit-content;
    float: left;
    padding: 5px 10px 5px 0;
}
div#respond {
    padding-top: 50px;
}
.form-submit input#submit {
    width: fit-content;
}
.backimage {
    height: 80vh;
    text-align: center;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}
.cont-sub {
    text-align: center;
}
.cont-sub h3 {
    font-size: 30px;
    padding: 60px 0 20px 0;
    font-weight: 700;
}
.btn-typ2 {
    width: auto;
    display: inline-block;
    padding: 0px 50px;
    height: 50px;
    line-height: 45px;
}
.product-full a:hover {
    text-decoration: none;
}
/* .wave {
    display: block;
    position: relative;
    height: 40px;
    width: 100%;
    background: rgb(123, 118, 131);
    transform: scale(1, 1);
}
.wave:before {
    content: "";
    display: block;
    position: absolute;
    border-radius: 100%;
    width: 100%;
    height: 300px;
    background-color: white;
    right: -25%;
    top: 20px;
}
.wave:after {
    content: "";
    display: block;
    position: absolute;
    border-radius: 100%;
    width: 100%;
    height: 300px;
    background: rgb(123, 118, 131);
    left: -25%;
    top: -240px;
    clip-path: ellipse(100% 10% at -10% 100%);
} */
.free-fast-single {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 10px;
    border: 1px solid #c2c2c2;
    flex: 0 0 23%;
    justify-content: space-between;
    height: 85px;
    align-content: center;
    cursor: pointer;
}
.free-fast-single:hover {
    border-color: #fff;
}
.free-fast-sec {
    margin: -10px;
    padding: 50px 0px;
}
.full-flex {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding: 10px;
    justify-content: space-between;
}
.free-fast-single .icon-img img {
    width: 40px;
}
.blue-back-cont {
    background-color: #009bc9;
    padding: 20px;
    color: #fff;
    margin: 20px 0;
}
.checkout-form input[type="text"],
.checkout-form input[type="email"],
textarea,
select {
    width: 100%;
    border: 0px;
    background-color: #ededed;
    height: 44px;
    border-radius: 0;
}

.checkout-form textarea {
    width: 100%;
    border: 0px;
    background-color: #ededed;
    height: 120px !important;
    border-radius: 0;
    padding: 10px;
}
.checkout-form table {
    width: 100%;
}
.checkout-form table tr {
    border: 1px solid #544f4f;
    color: #000;
    background-color: transparent;
}
.checkout-form table th {
    background: transparent;
    color: #000;
}
.checkout-form table td,
.checkout-form table th {
    padding: 10px 8px;
}
.payment.row {
    background-color: rgb(227, 229, 229);
    padding: 20px 0;
    margin: 40px 0;
}
.payment img {
    width: 140px;
}
.set-border {
    background-color: #b2b5b5;
    padding: 10px;
    margin: 10px 0;
}
.payment .btn-typ3 {
    text-align: center;
    margin: 20px 0;
}
.payment hr {
    width: 100%;
    border-top: 2px solid #c3c3c3;
}

/*Timeline*/
.timeline {
    position: relative;
    padding: 20px 0;
    list-style: none;
    display: flex;
}
.timeline::before {
    content: "";
    position: absolute;
    top: 0;
    left: 30px;
    width: 100%;
    height: 4px;
    background: #000;
}
.timeline-item {
    position: relative;
    margin-bottom: 20px;
    padding-left: 30px;
    flex: 0 0 20%;
}
.timeline-item::before {
    content: "";
    position: absolute;
    top: -24px;
    left: 30px;
    width: 12px;
    height: 12px;
    background: #fff;
    border: 4px solid #000;
    border-radius: 50%;
}
.timeline-item.active::before {
    border-color: #009bc9;
}
.timeline-item.active .timeline-content {
    color: #009bc9;
}
.timeline-content {
    margin-top: -5px;
}

/*Dropdown menu*/
.dropdown {
    position: relative;
    display: inline-block;
    text-align: left;
    width: 45px;
    top: -18px;
}
.main-header-full .dropdown .fa.fa-user-circle-o {
    color: #666666;
    font-size: 22px;
    top: 2px;
    left: -10px;
    position: relative;
}

.dropdown-text {
    cursor: pointer;
    position: absolute;
    text-indent: 10px;
    line-height: 32px;
    color: #000 !important;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    border-radius: 50px;
}

.dropdown-text:after {
    position: absolute;
    right: 6px;
    top: 15px;
    color: #000 !important;
    content: "";
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 5px 4px 0 4px;
    border-color: #555 transparent transparent transparent;
}

.dropdown-text,
.dropdown-content a {
    color: #000;
    text-shadow: 0 1px #fff;
}

.dropdown-toggle {
    font-size: 0;
    z-index: 1;
    cursor: pointer;
    position: absolute;
    top: 0;
    border: none;
    padding: 0;
    margin: 0 0 0 1px;
    background: transparent;
    text-indent: -10px;
    height: 34px;
    width: 100%;
    border: 0px;
    /* background-color: #fff; */
}

.dropdown-toggle:focus {
    outline: 0;
}

.dropdown-content {
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
    list-style-type: none;
    position: absolute;
    top: 32px;
    padding: 0;
    margin: 0;
    opacity: 0;
    visibility: hidden;
    border-radius: 3px;
    text-indent: 10px;
    line-height: 32px;
    background-color: #eee;
    border: 1px solid #ccc;
    width: fit-content;
}
.icon-title i.fa {
    color: #666666;
    font-size: 23px;
}

.dropdown-content a {
    display: block;
}

.dropdown-content a:hover {
    background: #e8e8e8;
}

.dropdown-toggle:hover ~ .dropdown-text,
.dropdown-toggle:focus ~ .dropdown-text {
    background-color: #fff;
}

/* .dropdown-toggle:focus ~ .dropdown-text {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2) inset,
    0 1px 0 rgba(255, 255, 255, 0.8);
  z-index: 2;
} */

.dropdown-toggle:focus ~ .dropdown-text:after {
    border-width: 0 4px 5px 4px;
    border-color: transparent transparent #555 transparent;
}

.dropdown-content:hover,
.dropdown-toggle:focus ~ .dropdown-content {
    opacity: 1;
    visibility: visible;
    top: 42px;
    z-index: 9;
    padding: 10px;
    background-color: #fff;
}
.icon-title {
    display: flex;
}
section.map-img img {
    height: 80vh;
    width: 100%;
    object-fit: cover;
}
.pro-list-items li:before {
    content: "";
    background: url(../../assets/images/angle-right-svgrepo-com.svg);
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 8px;
    background-size: 25px;
    left: 0px;
}
.related-pro-full .product-full button.slick-prev {
    top: 0;
    position: absolute;
    left: 46%;
}
.related-pro-full .product-full button.slick-next {
    top: 0;
    position: absolute;
    right: 46%;
}
/* .container.mt-5 .tab-content {
    border: 0px;
} */
.banner-section .bac-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99;
}
.banner-section .bac-img img {
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0.2;
    object-fit: cover;
}

.banner-section .container {
    z-index: 999;
}
.free-fast-cont b {
    font-size: 17px;
}
.free-fast-cont div {
    font-size: 15px;
}
.free-fast-single .icon-img {
    flex: 0 0 20%;
}
.free-fast-single .free-fast-cont {
    flex: 0 0 80%;
}
.pro-category .product-full .product-single .img-cont span {
    padding-top: 11px;
    margin-top: 0;
}
.product-single .sale-badge {
    position: absolute;
    top: 20px;
    left: 1px;
}

.product-single .sale-badge::before {
    content: "";
    position: absolute;
    top: 27px;
    left: 1px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 9px 12px 0;
    border-color: transparent #f00 transparent transparent;
}
.product-single .sale-badge {
    text-transform: capitalize;
    color: #ffffff;
    background: #f00;
    border-radius: 0;
    letter-spacing: 0;
    font-size: 14px;
    line-height: 15px;
    font-weight: 600;
    padding: 10px 15px;
    display: block;
    text-decoration: none;
}
.pagination .page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #009bc9;
    border-color: #009bc9;
}
.pagination .page-link {
    color: #009bc9;
}
.pro-cont-full hr {
    border-color: #009bc9;
}
.price.heading-typ1 h6,
.price.heading-typ1 p {
    font-size: 25px !important;
}
.product_details .container.mt-5 .tab-content {
    margin-top: 1px;
    border-top: 1px solid #00c1ff;
}

@media (min-width: 1500px) {
    .container {
        max-width: 1400px !important;
    }
}
@media (max-width: 1400px) {
    .free-fast-cont b {
        font-size: 14px;
    }
    .free-fast-cont div {
        font-size: 13px;
    }
    .main-content p {
        line-height: 1.7em;
        font-size: 15px;
    }
    .single-ques p {
        font-size: 18px;
    }
    .question-main .single-ques h5 {
        font-size: 21px;
    }
    .contact-info h2 {
        font-size: 26px;
    }
    .cont-full h5 {
        font-size: 18px;
        color: #231f20;
    }
    .cont-full p {
        font-size: 15px;
        color: #666666;
        list-style: 24px;
    }
    .img-cont {
        font-size: 15px;
    }
    .img-cont span {
        font-size: 15px;
    }
    .img-cont h6 {
        font-size: 15px;
    }
    .pro-cont-full .price.heading-typ1 {
        font-size: 32px;
    }
    .product-full.cat-pro .img-cont {
        font-size: 13px;
    }
    .sub-cont {
        font-size: 16px;
    }
}
@media (max-width: 1199.98px) {
    .main-header-full .search-section {
        flex: 0 0 20%;
    }
    .footer-container {
        max-width: 950px;
    }
    .news-letter-main .btn-typ2 {
        padding: 10px 2px;
    }
    .cont-full {
        padding: 30px 20px 30px 20px;
    }
    .free-fast-single .icon-img {
        flex: 0 0 20%;
        width: 100%;
    }
    .free-fast-single .free-fast-cont {
        width: 100%;
        flex: 0 0 75%;
    }
    .free-fast-single.free-fast-single .icon-img img {
        width: 35px;
    }
    .product .product-full .product-single {
        flex: 0 0 33.33%;
    }
}

@media (max-width: 991.98px) {
    .main-header-full .address-full {
        flex: 0 0 22%;
    }
    .main-menu ul li {
        padding: 0 5px;
    }
    .banner-section {
        height: 350px;
    }
    .product-full .product-single {
        flex: 0 0 33.33%;
    }
    .pro-category .product-full .product-single {
        flex: 0 0 33.33%;
        max-width: 33.33%;
    }
    .footer-container {
        max-width: 100%;
        padding: 0 20px;
    }
    .news-letter-main .btn-typ2 {
        flex: 0 0 40%;
        padding: 10px;
    }
    .news-letter-main div {
        flex: 0 0 60%;
    }
    .main-menu-full {
        flex-wrap: nowrap;
        /* overflow: scroll; */
    }
    .main-menu ul li {
        white-space: nowrap;
    }
    .log-reg {
        display: flex;
    }
    .product-full .product-single {
        flex: 0 0 50%;
    }
    .log-reg .btn.log {
        margin: 0 11px;
    }
    .log-reg .btn.log {
        white-space: nowrap;
    }
    .set50 .content-full {
        flex: 0 0 100%;
    }
    .set50 .img-50 {
        flex: 0 0 100%;
    }
    .about-us.space-50 {
        padding: 20px 0px;
    }
    .question-main .single-ques {
        width: 100%;
    }
    .single-info {
        padding: 5px;
    }
    .main-info-detail {
        margin: -5px;
        justify-content: center;
    }
    .single-info {
        flex: 0 0 50%;
    }
    .product .product-full .product-single {
        flex: 0 0 50%;
    }
    .pro-list-items ul li {
        padding: 10px 0px 10px 8px;
    }
    /*mobile-menu*/
    .menu-btn {
        width: 30px;
        height: 30px;
        position: relative;
        z-index: 2;
        overflow: hidden;
    }
    .menu-btn {
        display: block;
    }
    .menu-btn .bar {
        width: 25px;
        height: 4px;
        position: absolute;
        top: 50%;
        left: 50%;
        border-radius: 4px;
        transform: translate(-50%, -50%);
        background-color: #fff;
        color: #009bc9;
        transition: all 0.3s ease-in-out;
    }
    .menu-btn.active .bar {
        background-color: #009bc9;
    }
    .main-menu.active ul.main-menu-ul .first-li:hover ul {
        top: 5px;
        right: -293px;
        display: block;
    }
    .main-menu.active ul ul {
        display: none;
        position: absolute;
        top: 0px;
        right: -300px;
    }
    .main-menu ul.main-menu-ul ul {
        display: none;
    }

    .menu-btn .bar:nth-of-type(2) {
        top: calc(50% - 9px);
    }
    .menu-btn .bar:nth-of-type(3) {
        top: calc(50% + 9px);
    }

    /* Меняем гамбургер иконку, когда меню открыто */
    .menu-btn.active .bar:nth-of-type(1) {
        display: none;
    }
    .menu-btn.active .bar:nth-of-type(2) {
        top: 50%;
        transform: translate(-50%, 0%) rotate(45deg);
    }
    .menu-btn.active .bar:nth-of-type(3) {
        top: 50%;
        transform: translate(-50%, 0%) rotate(-45deg);
    }

    /* Меню, которое будет появляться */
    .nav {
        position: fixed;
        top: 3px;
        left: 0;
        width: 25%;
        height: 300px;
        padding: 15px;
        background: #ffefba;
        transform: translateX(100%);
        display: none !important;
        transition: transform 0.5s;
    }

    .nav.active {
        transform: translateX(0);
        background-color: #fff;
        position: absolute;
        height: 350px;
        width: 300px;
        display: block !important;
    }
    .main-menu.active ul li a {
        color: #009bc9 !important;
    }
    .main-menu.active .main-menu-ul {
        display: block;
        position: absolute;
        top: 35px;
        left: 0;
        background: #fff;
    }
    .main-menu.active .main-menu-ul li {
        background-color: #fff;
        width: 300px;
        border-top: 1px solid #2ea3f2;
    }
    .main-menu.active .main-menu-ul li {
        margin: 5px 0;
    }
    .nav .nav__list_item {
        list-style-type: none;
    }
    .main-menu ul li a {
        margin: 0px 0;
        padding: 10px 10px;
    }

    .subscribe-user .header_wrap {
        padding: 0px 0;
    }
    .cart-cont-full .cart-full {
        border-right: 0px;
    }
    .botm-table-full {
        padding-top: 40px;
    }
    .cart-cont-full .recent-post {
        flex: 0 0 100%;
    }
    .botm-table-full {
        max-width: 100%;
        float: left;
    }
    .num_rows {
        width: 100%;
    }
    .free-fast-single {
        flex: 0 0 32%;
        margin: 10px 0;
    }
    .free-fast-single {
        height: 105px;
    }
    .pro-category .product-full .slick-next {
        right: 44%;
    }
    .pro-category .product-full .slick-pre {
        left: 44%;
    }
}
@media (min-width: 992px) {
    #wrapper {
        padding-left: 290px;
    }
    #wrapper.toggled {
        padding-left: 60px;
    }
    #sidebar-wrapper {
        width: 290px;
    }
    #wrapper.toggled #sidebar-wrapper {
        width: 65px;
    }
    /* #wrapper.toggled #sidebar-wrapper .sidebar-brand {
    width: 80px;
  } */
    #wrapper.toggled #navbar-wrapper {
        position: absolute;
        margin-right: -190px;
    }
    #wrapper.toggled #content-wrapper {
        position: absolute;
        margin-right: -190px;
    }
    #navbar-wrapper {
        position: relative;
    }
    #wrapper.toggled {
        padding-left: 60px;
    }
    #content-wrapper {
        position: relative;
        top: 0;
    }
    #wrapper.toggled #navbar-wrapper,
    #wrapper.toggled #content-wrapper {
        position: relative;
        margin: 0px;
        padding-left: 30px;
    }
    .box.blue button {
        width: 102px;
    }
    .box.green button {
        width: 102px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    #wrapper {
        padding-left: 60px;
    }
    #sidebar-wrapper {
        width: 60px;
    }
    #wrapper.toggled #navbar-wrapper {
        position: absolute;
        margin-right: -290px;
    }
    #wrapper.toggled #content-wrapper {
        position: absolute;
        margin-right: -290px;
    }
    #navbar-wrapper {
        position: relative;
    }
    #wrapper.toggled {
        padding-left: 290px;
    }
    #content-wrapper {
        position: relative;
        top: 0;
    }
    #wrapper.toggled #navbar-wrapper,
    #wrapper.toggled #content-wrapper {
        position: relative;
        margin-right: 290px;
    }
    td {
        font-size: 15px;
        white-space: nowrap;
    }
}

@media (max-width: 767.98px) {
    .blog-full .blog-single {
        flex: 0 0 50%;
    }
    .cont-info-full {
        flex: 0 0 100%;
    }
    .copyright-full .copy-img-full {
        flex-wrap: wrap;
    }
    .copyright-full .copy-main {
        flex: 100%;
    }
    .copyright-full .copy-img {
        flex: 100%;
        text-align: center;
        padding-top: 20px;
    }
    .subscribe-newsletter {
        flex: 0 0 100%;
    }
    .single-info {
        flex: 0 0 100%;
    }
    .pro-list-items ul li {
        padding: 10px 0px 10px 8px;
        flex: 0 0 50%;
    }
    .pro-list-items ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .product .list-img-full .pro-list {
        flex: 0 0 100%;
    }
    .product .list-img-full .set50 {
        flex: 0 0 100%;
    }
    .product .list-img-full .set50 {
        padding: 0 0px;
    }
    #wrapper {
        padding-left: 0;
    }
    #sidebar-wrapper {
        width: 0;
    }
    #wrapper.toggled #sidebar-wrapper {
        width: 290px;
    }
    #wrapper.toggled #navbar-wrapper {
        position: absolute;
        margin-right: -290px;
    }
    #wrapper.toggled #content-wrapper {
        position: absolute;
        margin-right: -290px;
    }
    #navbar-wrapper {
        position: relative;
    }
    #wrapper.toggled {
        padding-left: 290px;
    }
    #content-wrapper {
        position: relative;
        top: 0;
    }
    #wrapper.toggled #navbar-wrapper,
    #wrapper.toggled #content-wrapper {
        position: relative;
        margin-right: 290px;
    }
    .progress-box-full .progress-single {
        flex: 0 0 50%;
    }
    .table-full {
        overflow-x: scroll;
    }
    table#table-id {
        display: block;
        overflow-x: scroll;
        white-space: nowrap;
    }
    .img-cont-full .pro-cont-full {
        flex: 0 0 100%;
    }
    .img-cont-full .img-full {
        flex: 0 0 100%;
    }
    .main-cont-full button.tablinks {
        padding: 10px 20px;
    }
    .main-cont-full {
        padding: 40px 0;
    }
    .related-pro-full .product-full .product-single {
        flex: 0 0 50%;
    }
    #commentform input[type="email"],
    #commentform input[type="text"],
    #commentform input[type="url"],
    #commentform textarea {
        width: 100%;
    }
    .review-form .comment-form-cookies-consent label {
        display: inline;
    }
    table#cart-table-id {
        overflow-x: scroll;
    }
    .cart-cont-full .cart-full {
        flex: 0 0 100%;
        overflow-x: scroll;
    }
    .btn-typ3 {
        padding: 3px;
        height: 50px;
    }
    .apply-code-full {
        flex-wrap: nowrap;
    }
    .timeline::before {
        width: 4px;
        height: 100%;
    }
    .timeline {
        display: block;
        padding: 0;
        padding-left: 30px;
    }
    .timeline-item::before {
        top: 0px;
        left: -4px;
    }
    .main-header-full .logo {
        flex: 0 0 30%;
    }
    .main-header-full .search-section {
        flex: 0 0 70%;
    }
    .main-header-full .address-full,
    .main-header-full .phone-field {
        flex: 0 0 50%;
    }
    .main-header-full .add-cart {
        flex: 0 0 50%;
        padding: 15px 0px;
    }
    .main-header-full .dropdown {
        flex: 0 0 50%;
        padding: 15px 0px;
    }
    .free-fast-single {
        flex: 0 0 49%;
    }
    .pro-category .product-full .slick-prev {
        left: 43%;
    }
    .pro-category .product-full .slick-next {
        right: 43%;
    }
    .related-pro-full .product-full button.slick-prev {
        left: 83%;
        top: 0px;
    }
    .related-pro-full .product-full button.slick-next {
        top: 0px;
        right: 6%;
    }
    .heading-typ1 {
        line-height: 30px;
    }
}

@media (max-width: 575.98px) {
    .main-header-full .logo {
        flex: 0 0 40%;
    }
    .main-header-full .search-section {
        flex: 0 0 60%;
    }
    .main-header-full .address-full,
    .main-header-full .phone-field {
        flex: 0 0 50%;
    }
    /* .main-header-full .add-cart {
    flex: 0 0 10%;
  } */
    .top-head-email {
        display: block;
    }
    .top-head-email span {
        display: none;
        margin: 0 3px;
    }
    .main-testimonials.slick-dotted {
        max-width: 90%;
    }
    .blog-full .blog-single {
        flex: 0 0 100%;
    }
    .contact-form-full .cont-field {
        flex: 0 0 100%;
        padding: 5px 15px;
        text-align: left;
    }
    .pro-category .product-full .product-single {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .product .product-full .product-single {
        flex: 0 0 100%;
    }
    .pro-list-items ul li {
        flex: 0 0 100%;
    }
    .product .list-img-full {
        margin: 0 0px;
    }
    .nav.active {
        width: 280px;
    }
    .main-menu.active .main-menu-ul li {
        width: 100%;
    }
    .card-full {
        margin: 0px 20px;
    }
    .progress-box-full .progress-single {
        flex: 0 0 100%;
    }
    .related-pro-full .product-full .product-single {
        flex: 0 0 100%;
    }
    .main-cont-full button.tablinks {
        padding: 10px 10px;
    }
    select#maxRows {
        max-width: 50px;
    }
    .free-fast-single {
        flex: 0 0 100%;
        height: 65px;
    }
}

/*----Ramendra----*/

section.best-selling {
    background: #f5f5f5;
}

.top-head-email {
    font-size: 13px;
    line-height: 18px;
    font-weight: 300;
    font-family: "Rubik", serif;
}

.top-head-email span {
    margin: 0px 15px;
    padding: 0px;
    height: 18px;
    width: 1px;
    background: #fff;
}
.top-head-email svg {
    margin-right: 8px;
}
.top-head-email svg path {
    fill: #fff;
}

.social-icon ul li a {
    background: #009bc9;
    width: 24px;
    height: 24px;
    display: inline-block;
    border-radius: 5px;
    text-align: center;
    line-height: 21px;
}

.social-icon ul li a svg {
    width: 12px;
    height: 12px;
}

.main-header {
    padding: 5px 0px;
    z-index: 999;
    position: relative;
}

.main-header-full .address-full {
    flex: 0 0 23%;
    margin-top: -10px;
}

.main-header-full .phone-field {
    flex: 0 0 12%;
    border-right: #c2c2c2 1px solid;
    padding-left: 10px;
    margin-top: -10px;
}

.main-header-full .search-section {
    flex: 0 0 45%;
}

.main-header-full .logo {
    flex: 0 0 15%;
}

.main-header-full .add-cart {
    margin-top: -10px;
}

.search-section .form-outline {
    width: calc(100% - 10px);
}

.input-group {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%;
    padding-top: 20px;
}

.main-head-typ1 {
    font-size: 14px;
}

.main-menu ul.main-menu-ul li.first-li:first-child {
    width: 180px;
    padding: 0px;
}

.main-menu-full {
    padding: 0px !important;
}

.main-menu ul li a {
    color: #ffffff !important;
    padding: 0 20px;
    font-size: 13px;
    text-decoration: none;
    margin: 10px 0;
    text-transform: uppercase;
    font-family: "Rubik", serif;
}

.main-menu ul li:hover,
.main-menu ul li.active {
    background: #00c5ff;
}

.log-reg .btn {
    padding: 0px 20px;
    height: 34px;
    border-radius: 25px;
    font-size: 13px;
    width: 110px;
    font-weight: 500;
}

.main-menu-header {
    background-color: #009bc9 !important;
    color: #fff;
    box-shadow: 0px 5px 12px #231f2075;
    position: relative;
    z-index: 99;
}

.main-menu ul ul {
    display: none;
    position: absolute;
    top: 40px;
    background-color: #fff;
    width: 280px;
    border-top: 3px solid #2ea3f2;
    left: 0px;
    height: 350px;
    overflow-y: auto;
}

.cont-info-heading {
    font-weight: 600;
    width: 100%;
    display: inline-block;
    text-transform: uppercase;
    margin-top: 0;
    font-size: 21px;
}

.footer-cont-typ {
    font-weight: 300;
    font-size: 14px;
    padding: 5px 0;
    margin: 0px;
    color: #e1e1e1;
}

.social-icons {
    margin: 10px 0px 0px;
}

.social-icons a {
    width: 36px;
    height: 36px;
    background: #2c2c2c;
    line-height: 32px;
    text-align: center;
    margin: 0px 5px;
    border-radius: 50px;
}

.social-icons a svg {
    width: 16px;
    height: 16px;
}

.footer a {
    color: #e1e1e1;
    font-size: 13px;
}

.cont-info-full {
    flex: 0 0 27%;
    margin-right: 3%;
}

.site-links {
    flex: 0 0 35%;
}

.subscribe-newsletter {
    flex: 0 0 35%;
}

ul li.footer-cont-typ {
    font-weight: 300;
    font-size: 14px;
    padding: 5px 0;
    margin: 0px;
    color: #e1e1e1;
    width: 50%;
    float: left;
}

#footer_email {
    background: #2c2c2c;
    border-radius: 3px;
    font-size: 13px;
    width: 95% !important;
    color: #999;
    font-size: 14px;
    padding: 0px 15px;
    border: 0px;
    height: 44px;
}

.subscribe-newsletter .btn-typ2 {
    border-radius: 3px;
    margin: 0;
    color: #fff;
    font-size: 14px;
    line-height: 44px;
    display: inline-block;
    width: 100%;
    height: 44px;
    padding: 0px;
}

.copyright-full .copy-img img {
    width: 40%;
    height: auto;
}
.copyright-full {
    border-top: 1px solid #343434;
    padding: 20px 0px;
    margin-top: 50px;
}

.contactpage .contact-form {
    background-color: #fff;
}

#search-box {
    background: #f5f5f5 url(../images/search-ic.png) 96% center no-repeat;
    background-size: 25px;
    color: #000000;
    border: 0px;
    border-radius: 50px;
    padding: 25px;
}

.blog_details .date-sec {
    color: #009bc9 !important;
    text-align: left;
    padding: 6px 18px;
    background-color: #f5f5f5;
    width: auto;
    display: inline-block;
    margin-bottom: 20px;
    border-radius: 6px;
}

.blog_details img.full-img {
    width: 50%;
    border-radius: 12px;
    margin-bottom: 20px;
    margin-right: 20px;
    float: left;
}

.blog_details p {
    line-height: 1.7em;
    font-size: 15px;
    color: #666666;
}

.blog_details span {
    background: #f5f5f5;
    width: 100%;
    display: inline-block;
    padding: 20px;
    border-radius: 12px;
    font-size: 15px;
    font-weight: 500;
}

div#respond {
    padding: 30px;
    background: #f5f5f5;
    border-radius: 12px;
    text-align: center;
    margin-bottom: 30px;
}

div#respond .heading-typ1 {
    text-align: center;
    margin-bottom: 20px;
}

.single-ques p {
    font-size: 18px;
    font-weight: 400;
}

.cart-full .table {
    width: 100%;
    margin-bottom: 1rem;
    color: #212529;
    float: left;
}

.cart-full .apply-code-full {
    float: right;
    width: 30%;
    background: #f1f1f1;
    padding: 10px;
    border-radius: 8px;
    margin: 30px 0px;
}

.code-btn {
    width: 100% !important;
    display: inline-block;
}

.apply-code-full .code-btn input.inp-fild {
    border-radius: 30px;
    border: 1px solid #c2c2c2 !important;
    color: #2ea3f2;
    background: #ffffff !important;
    font-size: 14px;
    padding: 16px;
    width: 100%;
}

.card-cont {
    width: 67%;
    float: left;
    min-height: 500px;
}

.btn-typ2 .apply-code-btn {
    color: #fff !important;
}

.btn-typ2 .submit-btn {
    color: #fff;
}

.payment a {
    color: #00c5ff;
    text-decoration: none;
}

.payment a:hover {
    text-decoration: underline;
}

.headerprofile {
    flex: 0 0 65%;
    position: relative;
    margin-top: -10px;
}

.headerprofile a.dropdown-toggle {
    position: relative;
    width: 100%;
    float: left;
}
.profile_info {
    width: auto;
    float: left;
    margin-right: 0px;
}

.profile_info img {
    float: left;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin-right: 0px;
}

.profile_info h6 {
    width: calc(100% - 50px);
    float: left;
    font-size: 16px;
    font-weight: bold;
    color: #202020;
    margin-top: 2px;
    margin-bottom: 0px;
    margin-left: 10px;
    text-indent: 0%;
}

.profile_info h6 span {
    width: 100%;
    float: left;
    font-size: 14px;
    font-weight: 500;
    color: #898989;
}

.headerprofile .dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}

.headerprofile .dropdown-menu .divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5;
}

.headerprofile .dropdown-menu li {
    width: 100%;
    margin: 0px;
    padding: 0px;
    display: block;
}

.headerprofile .dropdown-menu li a {
    display: block;
    padding: 8px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
    text-decoration: none;
}

.headerprofile .dropdown-menu li a:focus,
.headerprofile .dropdown-menu li a:hover {
    color: #262626 !important;
    text-decoration: none;
    background-color: #f5f5f5;
}

.headerprofile .dropdown-menu-right {
    right: 20px;
    left: auto;
    top: 41px;
}

.headerprofile .dropdown-menu.show {
    display: block;
}

.headerprofile .dropdown-menu:before {
    position: absolute;
    top: -7px;
    left: 9px;
    display: inline-block;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #ccc;
    border-left: 7px solid transparent;
    border-bottom-color: rgba(0, 0, 0, 0.15);
    content: "";
}

.headerprofile .dropup .dropdown-menu.dropdown-menu-right:before,
.headerprofile .dropdown-menu.dropdown-menu-right:before {
    left: initial;
    right: 9px;
}

.headerprofile .dropdown-menu.show {
    margin-top: 8px;
}

.headerprofile .universal-add .dropdown-menu.show {
    margin-top: 15px;
}

.login-logo {
    width: 120px;
    margin: 0px auto;
}

.login-logo img {
    width: 100%;
}

.register-form {
    width: 700px;
}

.register-form .card-body {
    display: inline-block;
}

.register-form .form-group {
    width: 46%;
    float: left;
    margin: 0px 2% 20px !important;
}

.register-form .form-group.w100 {
    width: 96%;
    float: left;
    margin: 0px 2% 20px !important;
}

.product .product-full .product-single a:hover span.et_overlay {
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    transform: translateX(0%);
    background: rgba(0, 0, 0, 0.5);
    height: 180px;
    width: calc(100% - 20px);
    margin: 10px 10px 0px;
    border-radius: 12px;
    text-align: center;
    vertical-align: middle;
}

.product .product-full .product-single a:hover span.et_overlay::after {
    color: #00c1ff;
    content: "\f055";
    position: absolute;
    font-family: "FontAwesome";
    top: 50%;
    z-index: 99;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 32px;
    transition: all 0.4s;
    display: block;
}

.best-selling .product-full .product-single a:hover span.et_overlay {
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    transform: translateX(0%);
    background: rgba(0, 0, 0, 0.5);
    height: 180px;
    width: calc(100% - 20px);
    margin: 0px 10px;
    border-radius: 12px;
    text-align: center;
    vertical-align: middle;
}

.best-selling .product-full .product-single a:hover span.et_overlay::after {
    color: #00c1ff;
    content: "\f055";
    position: absolute;
    font-family: "FontAwesome";
    top: 50%;
    z-index: 99;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 32px;
    transition: all 0.4s;
    display: block;
}

.thankyou-heading {
    width: 100%;
    max-width: 100%;
    text-align: center;
}

.thankyou-cont {
    padding: 0px 0px 50px;
}

.save-checkbox label {
    margin: 0px;
}

.text-danger {
    font-size: 14px;
}

/*----------prodect details photo gallery---------------*/

/* Thumbnails carousel */

.thumbnails-slider {
    width: 100%;
    padding: 30px 0;
    margin-right: 5px;
    /** Previous/next buttons */
}

.slick-vertical .slick-slide {
    width: 100% !important;
}
.thumbnails-slider button {
    height: 30px;
    width: 30px;
    padding: 0;
    margin: 0;
    font-size: 30px;
    color: rgba(0, 0, 0, 0.7);
    z-index: 9999;
}
.thumbnails-slider button:not([disabled]):hover {
    background-color: rgba(0, 0, 0, 0.1);
    color: black;
}
.thumbnails-slider button:focus {
    background-color: royalblue;
}
.thumbnails-slider button:focus .slick-prev-icon,
.thumbnails-slider button:focus .slick-next-icon {
    color: white !important;
}
.thumbnails-slider button.slick-prev {
    top: 70px;
    left: 10px;
    transform: rotate(0deg);
}
.thumbnails-slider button.slick-prev .slick-prev-icon {
    display: inline-block;
    transform: rotate(90deg);
    color: black;
}
.thumbnails-slider button.slick-next {
    bottom: 75px;
    right: 10px;
    top: auto;
    transform: rotate(0deg);
}
.thumbnails-slider button.slick-next .slick-next-icon {
    display: inline-block;
    transform: rotate(90deg);
    color: black;
    /** Single thumbnail */
}
.thumbnails-slider .thumbnail-button {
    display: block;
    height: var(--thumbnail-height) !important;
    cursor: pointer;
    border: 0;
    background: none;
    background-color: rgba(0, 0, 0, 0.4);
    transition: opacity 0.1s linear;
}
.thumbnails-slider .thumbnail-button:focus img,
.thumbnails-slider .thumbnail-button:hover img,
.thumbnails-slider .thumbnail-button[aria-current="true"] img {
    opacity: 1;
    filter: grayscale(0);
}
.thumbnails-slider .thumbnail-button:focus img {
    outline: 3px dashed white;
    outline-offset: -4px;
}
.thumbnails-slider .thumbnail-button img {
    display: block;
    width: 100%;
    height: 100%;
    opacity: 0.3;
    object-fit: cover;
    filter: grayscale(0.6);
    transition: all 0.1s linear;
}

.thumbnails-slider .slick-prev:before,
.thumbnails-slider .slick-next:before {
    color: #000 !important;
}
/**
   Main image carousel
   */
.main-image-slider {
    position: relative;
    width: 100%;
    height: var(--main-image-height);
    position: relative;
    margin-bottom: 1px;
    /** Previous/next buttons */
}
.main-image-slider button {
    z-index: 1;
}
.main-image-slider button.slick-prev {
    left: 10px;
}
.main-image-slider button.slick-prev .slick-prev-icon {
    opacity: 1;
}
.main-image-slider button.slick-next {
    right: 25px;
}
.main-image-slider button.slick-next .slick-next-icon {
    opacity: 1;
    /** Slides */
}

.main-image-slider .slick-prev:before,
.main-image-slider .slick-next:before {
    color: #000 !important;
}
.main-image-slider .slick-slide {
    width: var(--main-image-width);
}
.main-image-slider .slick-slide .image-link {
    height: var(--main-image-height);
    overflow: hidden;
    transition: outline 0.1s linear;
}
.main-image-slider .slick-slide .image-link:focus {
    outline: 4px dashed white;
    outline-offset: -7px;
}
.main-image-slider .slick-slide .image-link img {
    display: block;
    object-fit: cover;
    width: 100%;
    height: 100%;
}

span.slick-sr-only {
    font-size: 0px;
}

#update-shipping {
    border: 1px solid #00c5ff;
    border-radius: 36px;
    padding: 10px 20px;
    width: auto;
    background-color: #00c5ff;
    justify-content: center;
    margin: 0px;
    color: #fff;
}

#update-shipping:hover {
    color: #00c5ff !important;
    background-color: transparent;
    text-decoration: none;
    color: #00c5ff;
    text-decoration: none;
}

.product .set50 .content-full div.mt-2 {
    width: 100%;
    text-align: center;
}

.product .set50 .content-full nav {
    display: inline-block !important;
    width: auto;
    margin-top: 20px;
}

@media (max-width: 1199.98px) {
    .container {
        max-width: 100% !important;
        padding: 0px 50px;
    }
}

@media (max-width: 991.98px) {
    .main-menu-full {
        padding: 5px 0px !important;
    }

    .main-header-full .address-full {
        flex: 0 0 28%;
    }

    .main-header-full .phone-field {
        flex: 0 0 15%;
        border-right: #c2c2c2 1px solid;
        padding-left: 10px;
        margin-top: -10px;
    }

    .main-header-full .logo {
        margin-right: 20px;
    }

    .card-cont {
        width: 100%;
        float: left;
        min-height: auto;
    }

    .cart-full .apply-code-full {
        float: left;
        width: 51%;
        margin: 0px;
    }

    .botm-table-full {
        max-width: 100%;
        float: right;
        padding: 0px !important;
    }

    ul#detailTab {
        display: inline-block !important;
        width: 100% !important;
        position: relative;
        top: auto;
        left: 0;
        width: 25%;
        height: auto;
        padding: 0;
        background: none;
        transform: none;
        transition: transform 0.5s;
    }
    ul#detailTab {
        display: inline-block !important;
        width: 100% !important;
        position: relative;
        top: auto;
        left: 0;
        width: 25%;
        height: auto;
        padding: 0;
        background: none;
        transform: none;
        transition: transform 0.5s;
    }

    .nav-tabs .nav-item {
        display: inline-block;
        width: auto;
    }
}

@media (max-width: 767.98px) {
    .main-header-full .search-section {
        flex: 0 0 50%;
    }

    .main-header-full .address-full {
        flex: 0 0 45%;
        margin-right: 5%;
    }
    .main-header-full .phone-field {
        flex: 0 0 25%;
        margin-right: 5%;
    }

    .main-header-full .add-cart {
        flex: 0 0 5%;
        padding: 15px 0px;
    }

    .cart-full .apply-code-full {
        float: left;
        width: 100%;
        margin: 0px;
    }

    .apply-code-full .code-btn {
        padding: 20px 0px 0px;
    }
    .apply-code-full .code-btn input.inp-fild {
        width: 60%;
    }

    .apply-code-full .code-btn .btn-typ2 {
        width: 38%;
        float: right;
        margin: 0px;
        height: 56px;
        /* margin: 0px; */
    }
}

@media (max-width: 567.98px) {
    .contact-form-full {
        margin: -15px;
    }
    .banner-cont h1 {
        font-size: 58px;
    }
    .banner-cont p {
        font-size: 15px;
    }
    .main-header-full .address-full,
    .main-header-full .phone-field {
        display: none;
    }
    .main-header-full .logo {
        flex: 0 0 20%;
    }

    .main-header-full .search-section {
        flex: 0 0 50%;
    }

    .main-header-full .add-cart {
        flex: 0 0 5%;
        padding: 15px 0px;
    }

    .headerprofile {
        flex: 0 0 6%;
        position: relative;
        margin-right: 10px;
    }

    .profile_info h6 {
        display: none;
    }

    .headerprofile .dropdown-menu-right {
        right: 0px;
    }

    .nav-tabs .nav-item {
        display: inline-block;
        width: 100%;
    }
    .apply-code-full .code-btn input.inp-fild {
        width: 100%;
    }

    .apply-code-full .code-btn .btn-typ2 {
        width: 100%;
        margin-top: 20px;
    }

    .pro-category .product-full .slick-next {
        right: 40%;
    }
    .pro-category .product-full .slick-prev {
        left: 40%;
    }

    .top-header {
        padding: 5px 0px;
    }
}

@media (max-width: 425px) {
    .main-header-full .address-full,
    .main-header-full .phone-field {
        display: none;
    }
    .main-header-full .logo {
        flex: 0 0 36%;
        margin: 10px 0x 0px;
    }

    .main-header-full .search-section {
        flex: 0 0 100%;
    }

    .headerprofile {
        flex: 0 0 6%;
        position: absolute;
        top: 25px;
        right: 50px;
    }

    .main-header-full .add-cart {
        flex: 0 0 10%;
        padding: 0px;
        position: absolute;
        top: 20px;
        right: 20px;
    }
}

@media (max-width: 379.98px) {
    .social-icon {
        display: none;
    }
}

/*Jeel*/
.main-content p {
    margin-bottom: 2rem;
}
.single-ques p {
    font-family: rubik;
}
.question-main .single-ques {
    width: 100%;
}
.set50 {
    align-items: flex-start;
}
.contact-form.bgwhite {
    background-color: #fff;
}
.cont-full {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.product-single img {
    border: 1px solid #c2c2c2;
    padding: 0;
    height: 180px;
    object-fit: cover;
}
.set50 .product-full .img-cont {
    font-size: 13px;
    font-weight: 500;
}
.set50 .product-full .img-cont span {
    font-size: 19px;
    color: #009bc9;
}
.question-main .single-ques {
    background-color: #ffffffa3;
}
.cont-inner p {
    font-family: "Rubik";
    font-size: 15px;
    color: #6e6e6e;
}
.set-space {
    padding-top: 20px;
}

.set-space p {
    margin: 0px 0px 10px;
    font-size: 15px;
    color: #6e6e6e;
}

.set-space p strong {
    font-weight: 500;
}
span.et_shop_image img {
    padding: 0;
}
.tc .main-content p {
    margin-bottom: 5px;
}
.tc {
    padding: 30px 0;
}
@media (max-width: 1199px) {
    .product .list-img-full {
        margin: 0px 0px;
    }
}
@media (max-width: 991px) {
    .pro-list-items ul li {
        padding: 10px 0px 10px 25px;
    }
    #detailTab {
        display: block !important;
    }
}
@media (max-width: 567.98px) {
    .question-main .single-ques {
        padding: 30px 30px 30px 30px;
    }

    .main-menu.active ul.main-menu-ul .first-li:hover ul {
        top: auto;
        right: auto;
        display: block;
        position: relative;
        width: 100%;
    }

    .main-menu ul.main-menu-ul li.first-li:first-child {
        width: 280px;
        padding: 5px;
    }

    .main-menu.active .main-menu-ul {
        width: 100%;
    }

    .main-menu ul ul li a {
        border-bottom: 0px;
        padding: 0px;
        margin: 0px;
    }

    .cont-info-full {
        flex: 0 0 100%;
        margin-right: 0%;
    }

    .site-links {
        flex: 0 0 100%;
        margin-top: 30px;
    }

    .subscribe-newsletter {
        flex: 0 0 100%;
        margin-top: 30px;
    }
}
