@charset "UTF-8";
/* Project Name: Todan.fo */
/* Project URL:  */
/* Develop by: Appnet */
/* Developer URL: appnet.fo/ */
/* Brand Colors */
*, *, *:after, *:before {
  margin: 0;
  padding: 0;
  position: relative;
  box-sizing: border-box;

}

::-moz-selection {
  background-color: #2CBE2C;
  color: #fff;
}

::selection {
  background-color: #2CBE2C;
  color: #fff;
}

html, body {
  font-family: "Roboto", sans-serif !important;
  font-weight: 400;
  scroll-behavior: smooth;
}
@media (max-width: 768px) {
  html, body {
    overflow-x: hidden !important;
  }
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
}

div, header, nav, footer, section, aside, article {
  display: block;
}

a {
  color: #2CBE2C;
  text-decoration: none;
  transition: all 0.05s ease-in !important;
}
a:hover {
  text-decoration: none !important;
  color: #091E42;
}

p {
  font-size: 16px;
  color: #747474;
  font-weight: 400;
}
@media (max-width: 576px) {
  p {
    font-size: 14px;
  }
}

ul {
  margin: 0;
  padding: 0;
}
ul li {
  list-style-type: none;
  font-size: 16px;
  position: relative;
}

img {
  width: 100%;
}

.bg-success {
  background: #4CAF50 !important;
}

.bg-warning {
  background: #FFAB00 !important;
}

.bg-secondary {
  background: #091E42 !important;
}

.bg-primary {
  background: #2CBE2C !important;
}

.btn {
  min-width: 120px;
  border-radius: 8px;
  font-size: 18px;
  font-weight: bold;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 5px 20px;
}

.btn-primary {
  background-color: #2CBE2C;
  border-color: #2CBE2C;
}
.btn-primary:hover {
  background-color: #091E42;
  border-color: #091E42;
}

/* .btn-secondary {
  background-color: #091E42;
  border-color: #091E42;
}
.btn-secondary:hover {
  background-color: #2CBE2C;
  border-color: #2CBE2C;
} */

.btn-outline-light {
  border-color: #fff;
  color: #fff;
}

.page-title {
  margin-bottom: 16px;
}
.page-title h1, .page-title h2, .page-title h3, .page-title h4, .page-title h5, .page-title h6 {
  font-size: 32px;
  color: #091E42;
}
@media (max-width: 576px) {
  .page-title h1, .page-title h2, .page-title h3, .page-title h4, .page-title h5, .page-title h6 {
    font-size: 28px;
  }
}

.card {
  background-color: #fff;
  box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.1);
  border: none;
  padding: 15px;
}

/* Main CSS */
header {
  background-color: #fff;
  min-height: 90px;
}
header .navbar-nav {
  width: 100%;
  justify-content: flex-end;
}
header .navbar-nav .nav-link {
  text-transform: uppercase;
  color: #091E42;
  padding: 5px 15px !important;
}
header .navbar-nav .nav-link.active {
  font-weight: bold;
  color: #2CBE2C;
}

@media (max-width: 768px) {
  .welcome-wrapper img {
    min-height: 300px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.product-wrapper {
  text-align: center;
}
.product-wrapper .product-item {
  padding: 10px;
}
.product-wrapper .product-item::before {
  position: absolute;
  width: 100%;
  right: -20px;
  content: "";
  left: 0;
  border-radius: 8px;
  background-color: #2CBE2C;
  height: 50%;
}
.product-wrapper .product-item p {
  margin-bottom: 0;
  padding: 12px 5px;
  color: #fff;
  font-weight: bold;
  font-size: 16px;
}
.product-wrapper .product-item img {
  width: 100%;
  max-height: 220px;
  min-height: 220px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
}
.product-wrapper .product-item .product-action {
  position: absolute;
  width: 100%;
  left: 0;
  display: flex;
  bottom: -10px;
  z-index: 2;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.product-wrapper .product-item .product-action .btn {
  max-width: 120px;
}
.product-wrapper .product-item .product-action .price {
  display: flex;
  background-color: #091E42;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
  border-radius: 8px;
}
.product-wrapper .product-item .product-action .price p, .product-wrapper .product-item .product-action .price strike {
  margin: 0;
  padding: 5px 7px;
  color: #fff;
}
@media (max-width: 1200px) {
  .product-wrapper {
    margin-top: -50px;
  }
  .product-wrapper .product-item {
    margin-bottom: 16px;
  }
}

.cta-wrapper {
  padding: 130px 0;
}
.cta-wrapper::before {
  position: absolute;
  width: 100%;
  left: 0;
  top: 50%;
  height: 50px;
  content: "";
  background-color: #2CBE2C;
  transform: translateY(-50%);
}
.cta-wrapper .container {
  box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.1);
  background-color: #fff;
  padding: 20px 50px;
  border-left: 5px solid #2CBE2C;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 200px;
}
.cta-wrapper .container p {
  margin-bottom: 0;
  font-size: 22px;
  font-weight: bold;
  color: #091E42;
  line-height: 24px;
}

.about-wrapper {
  background-color: #f1f3f6;
}
.about-wrapper .about-item {
  display: flex;
  align-items: center;
  justify-content: center;
}
.about-wrapper .about-item .content {
  padding: 10px;
}
.about-wrapper .about-item .items {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}
.about-wrapper .about-item .inner-item {
  padding: 10px;
  background-color: #fff;
  box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  text-align: center;
  min-width: 170px;
}
.about-wrapper .about-item .inner-item p {
  font-size: 14px;
}
@media (max-width: 768px) {
  .about-wrapper .about-item {
    flex-direction: column;
  }
}

.product-slider-wrapper {
  padding: 75px 0;
  padding-bottom: 0;
}
.product-slider-wrapper .slider-item {
  display: flex;
  align-items: center;
  gap: 8px;
  padding-top: 30px;
}
.product-slider-wrapper .slider-item .slick-arrow {
  min-width: 34px;
  height: 34px;
  background-color: #2CBE2C;
  border: 0;
  text-indent: -99px;
  overflow: hidden;
  border-radius: 4px;
  display: grid;
  place-content: center;
}
.product-slider-wrapper .slider-item .slick-arrow.slick-next::before {
  content: "\ea6b";
  font-family: remixicon !important;
  width: 24px;
  height: 24px;
  font-size: 24px;
  z-index: 10;
  color: #fff;
  text-indent: 0;
  top: 6px;
}
.product-slider-wrapper .slider-item .slick-arrow.slick-prev::before {
  content: "\ea5f";
  font-family: remixicon !important;
  width: 24px;
  height: 24px;
  font-size: 24px;
  z-index: 10;
  color: #fff;
  text-indent: 0;
  top: 6px;
}
.product-slider-wrapper .slider-item .slick-track {
  padding-top: 30px;
}
.product-slider-wrapper .slider-item .item {
  text-align: center;
  margin: 4px;
}
.product-slider-wrapper .slider-item .item:hover {
  border-radius: 8px;
  border: 1px solid #DCDFDD;
}
.product-slider-wrapper .slider-item .item:hover .product-action {
  transform: translateY(0);
}
.product-slider-wrapper .slider-item .item:hover img {
  transform: scaleY(1.2);
}
.product-slider-wrapper .slider-item .item:hover .btn {
  visibility: visible !important;
  transform: translateY(0) !important;
}
.product-slider-wrapper .slider-item .item img {
  max-height: 170px;
  min-height: 170px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
}
.product-slider-wrapper .slider-item .item .product-action {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 10px;
  transform: translateY(-20px);
}
.product-slider-wrapper .slider-item .item .product-action p {
  color: #091E42;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 0;
  padding: 5px;
}
.product-slider-wrapper .slider-item .item .product-action .btn {
  visibility: hidden;
  transform: translateY(-30px);
}
.product-slider-wrapper .slider-item .item .product-action .price {
  display: flex;
  justify-content: center;
  background-color: #091E42;
  width: -moz-max-content;
  width: max-content;
  margin: auto;
  border-radius: 8px;
}
.product-slider-wrapper .slider-item .item .product-action .price p {
  font-size: 16px;
  font-weight: bold;
}
.product-slider-wrapper .slider-item .item .product-action .price p, .product-slider-wrapper .slider-item .item .product-action .price strike {
  margin: 0;
  padding: 0 5px;
  color: #fff;
}

.feature-wrapper {
  min-height: 450px;
  display: flex;
  align-items: center;
  margin: 50px 0;
}
.feature-wrapper::before {
  position: absolute;
  left: 0;
  width: 50%;
  top: 0;
  height: 100%;
  content: "";
  background: url(/content/images/cover.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  padding: 50px 0;
}
.feature-wrapper .content {
  background-color: #fff;
  padding: 16px;
  border-radius: 8px;
}
.feature-wrapper .item .item-box {
  display: flex;
  flex-direction: column;
  background-color: #fff;
  box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  margin-bottom: 16px;
  text-align: center;
  align-items: center;
  justify-content: center;
  min-height: 120px;
  padding: 16px;
}
.feature-wrapper .item .item-box:last-child {
  margin-bottom: 0;
}
.feature-wrapper .item .item-box h1, .feature-wrapper .item .item-box h2, .feature-wrapper .item .item-box h3, .feature-wrapper .item .item-box h4, .feature-wrapper .item .item-box h5, .feature-wrapper .item .item-box h6 {
  font-size: 18px;
  color: #2CBE2C;
}
.feature-wrapper .item .item-box p {
  font-size: 14px;
  color: #747474;
}
@media (max-width: 768px) {
  .feature-wrapper::before {
    display: none;
  }
}

footer {
  background-color: #031803;
}
footer .credit {
  padding: 20px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
footer .credit p {
  margin-bottom: 0;
}
footer .credit img {
  max-width: 110px;
  text-align: right;
}
footer .branding img {
  max-width: 200px;
  margin-bottom: 20px;
}
footer .col-sm-4 {
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  min-height: 225px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 20px 0;
}
footer .col-sm-4 ul li {
  margin: 5px 0;
  color: #fff;
  display: flex;
  align-items: center;
}
footer .col-sm-4 h1, footer .col-sm-4 h2, footer .col-sm-4 h3, footer .col-sm-4 h4, footer .col-sm-4 h5, footer .col-sm-4 h6 {
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
}
footer .col-sm-4 i {
  color: #fff;
  font-size: 24px;
  margin-right: 5px;
}
footer .col-sm-4:last-child {
  border: 0;
}
@media (max-width: 768px) {
  footer .col-sm-4 {
    justify-content: start;
    padding: 20px;
    align-items: start;
    min-height: unset;
  }
  footer .credit img {
    margin-top: 15px;
  }
  footer .credit * {
    text-align: center !important;
  }
}/*# sourceMappingURL=style.css.map */



.fc-button {
    background-color: #2c2c2c;
    border-color: #2c2c2c;
}

    .fc-button:hover,
    .fc-state-active {
        color: #fff;
        background-color: #2c2c2c;
        border-color: #2c2c2c;
    }

    .fc-button:not(:disabled):active,
    .fc-button:not(:disabled).fc-button-active {
        color: #fff;
        background-color: #2c2c2c;
        border-color: #2c2c2c;
    }

#calendar .fa-plus {
    display: none;
}

.product-list .news .box {
    position: relative;
    margin-bottom: 20px;
    padding-bottom: 20px;
    background-color: #fff;
    box-shadow: 0px 8px 24px rgba(0, 0, 0, 0.1)
}

    .product-list .news .box:hover .but-btn span {
        transform: scale(1.2);
    }

    .product-list .news .box img {
        min-height: 250px;
        max-height: 250px;
        object-fit: cover;
    }

    .product-list .news .box .buy-now {
        padding: 8px 30px;
        background: #112636;
        color: #fff;
        display: inline-block;
        min-width: 130px;
    }

    .product-list .news .box .sold-out {
        padding: 8px 30px;
        background: #fff;
        color: #FF512F;
        display: inline-block;
        min-width: 130px;
        border: 1px solid #FF512F;
    }

    .product-list .news .box .labels {
        position: absolute;
        top: 30px;
        left: 0;
        display: flex;
        flex-direction: column;
    }

        .product-list .news .box .labels span {
            display: inline-block;
            padding: 5px 10px;
            color: #fff;
        }

            .product-list .news .box .labels span.new-producs {
                background-color: #003495;
            }

            .product-list .news .box .labels span.on-sale {
                background-color: #F2BA29;
            }

.product-list .news .box {
    text-align: center;
}

    .product-list .news .box .product-name {
        color: #112636;
        margin-top: 0.8em;
        font-size: 18px;
        font-weight: 500;
        margin-bottom: 0;
    }

    .product-list .news .box .price {
        padding-bottom: 15px;
    }

        .product-list .news .box .price strike {
            font-size: 16px;
            color: #112636;
        }

        .product-list .news .box .price span {
            font-size: 20px;
            font-weight: bold;
            color: #112636;
        }

        .product-list .news .box .price p {
            margin: 0 !important;
        }

    .product-list .news .box .product-category {
        color: rgb(78, 78, 78);
        margin-top: 0.8em;
        font-size: 14px;
    }

    .product-list .news .box .caption p {
        font-size: 20px;
        font-weight: bold;
    }

    .product-list .news .box .caption strike {
        font-weight: 400 !important;
        font-size: 17px !important;
        display: inline-block;
        padding-right: 3px;
    }

.product-list .slide-arrow.slick-prev {
    position: absolute;
    top: 50%;
    left: -60px;
    width: 30px;
    height: 30px;
    display: grid;
    place-content: center;
    background-color: #112636;
    color: #fff;
    border: 0;
}

.product-tabs .slider-item {
    min-width: 350px;
}

.product-tabs .tab-pane:not(:first-child) .slick-track {
    width: 100% !important;
}


.product-slider .slider-item .badge {
    top: 20px;
    user-select: none;
    pointer-events: none;
}

.product-list .slide-arrow.slick-next {
    position: absolute;
    top: 50%;
    right: -60px;
    width: 30px;
    height: 30px;
    display: grid;
    place-content: center;
    background-color: #112636;
    color: #fff;
    border: 0;
}

@media (max-width: 576px) {
    .product-list .slide-arrow.slick-prev {
        position: absolute;
        top: 100%;
        left: 130px;
        width: 30px;
        height: 30px;
        display: grid;
        place-content: center;
        background-color: #112636;
        color: #fff;
        border: 0;
    }

    .product-list .slide-arrow.slick-next {
        position: absolute;
        top: 100%;
        right: 130px;
        width: 30px;
        height: 30px;
        display: grid;
        place-content: center;
        background-color: #112636;
        color: #fff;
        border: 0;
    }
}

.product-list .slick-dots li {
    overflow: hidden;
}

    .product-list .slick-dots li:focus {
        outline: none !important;
    }

        .product-list .slick-dots li:focus button {
            outline: none !important;
        }

    .product-list .slick-dots li button:focus {
        outline: none !important;
    }

    .product-list .slick-dots li button {
        text-indent: -999px;
        width: 10px;
        height: 10px;
        border-radius: 50px;
        border: 1px solid #112636;
        background: #fff;
    }

.product-list .slick-dots .slick-active button {
    border-color: #FF512F;
    background-color: #FF512F;
}


.CartContainer .table th {
    background: #112636;
    border: 1px solid #ffffff3d;
    color: #fff;
}

.CartContainer .table tr td:nth-child(1) img {
    min-width: 130px;
}

.CartContainer .table .remove_product {
    cursor: pointer;
    font-size: 32px;
}

.shhoping-cart-main .shhoping-cart-box {
    background-color: #fff;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
    padding: 15px;
    border-radius: 8px;
}

.shhoping-cart-main .shhoping-cart-box-details li p:first-child {
    margin-bottom: 0;
    font-size: 12px;
    font-weight: bold;
    color: #b1b1b1;
    text-transform: uppercase;
}

.shhoping-cart-main .shhoping-cart-box-details li p:last-child {
    margin-bottom: 10px;
    color: #112636;
}

.shhoping-cart-main .shhoping-cart-box-action div span {
    margin-bottom: 0;
    font-size: 12px;
    font-weight: bold;
    color: #b1b1b1;
    text-transform: uppercase;
}

.shhoping-cart-main .shhoping-cart-box-action div p {
    margin-bottom: 10px;
    color: #112636;
}

.shhoping-cart-box .remove_product {
    width: 30px;
    height: 30px;
    display: grid;
    place-content: center;
    background-color: #f1f3f6;
    border-radius: 4px;
    cursor: pointer;
}

.shhoping-cart-main .shhoping-cart-box-thumb img {
    border-radius: 4px;
}

.shhoping-cart-main .shhoping-cart-subtotal-box {
    background-color: #fff;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    padding: 15px;
    border-radius: 4px;
}

    .shhoping-cart-main .shhoping-cart-subtotal-box .checkout {
        text-align: center;
    }

        .shhoping-cart-main .shhoping-cart-subtotal-box .checkout .btn {
            width: 100%;
        }

        .shhoping-cart-main .shhoping-cart-subtotal-box .checkout a:first-child {
            display: none;
        }

    .shhoping-cart-main .shhoping-cart-subtotal-box ul li {
        display: flex;
        justify-content: space-between;
    }

        .shhoping-cart-main .shhoping-cart-subtotal-box ul li p {
            font-weight: bold;
        }

        .shhoping-cart-main .shhoping-cart-subtotal-box ul li span {
            color: #b1b1b1;
        }

.shhoping-cart-main .checout-option {
    padding-top: 20px;
    border-top: 1px solid #f1f3f6;
}

    .shhoping-cart-main .checout-option .payment-methods {
        padding: 0;
    }

    .shhoping-cart-main .checout-option .checkout {
        padding-top: 0;
    }

    .shhoping-cart-main .checout-option h2 {
        font-size: 20px;
        margin-bottom: 15px;
    }

.cart-hover-items .inner-items a:hover {
    color: inherit;
    cursor: pointer;
}

.order-wrapper {
    padding: 50px 0;
}

@media (max-width: 576px) {
    .order-wrapper .box {
        padding: 10px !important;
    }

    .order-wrapper .fonts {
        left: 0 !important;
        top: -300px !important;
    }

    .order-wrapper .matrialis {
        left: 0 !important;
        top: -300px !important;
    }

    .order-wrapper .pos {
        left: 0 !important;
        top: 100px !important;
    }
}

.order-wrapper .colors.open {
    visibility: visible;
    height: auto !important;
}

.order-wrapper .colors {
    display: flex;
    flex-wrap: wrap;
    position: absolute;
    width: 100%;
    z-index: 2;
    background-color: #F1F3F6;
    padding: 10px;
    margin-top: 2px;
    height: 0;
    visibility: hidden;
}

    .order-wrapper .colors .color-box {
        flex: 0 0 calc( 25% - 10px);
        height: 100px;
        display: grid;
        place-content: center;
        cursor: pointer;
        margin: 5px;
    }

.order-wrapper .matrialis.open {
    visibility: visible;
    height: auto !important;
}

.order-wrapper .matrialis {
    display: flex;
    flex-wrap: wrap;
    position: absolute;
    width: 100%;
    z-index: 2;
    background-color: #F1F3F6;
    padding: 10px;
    margin-top: 2px;
    height: 0;
    visibility: hidden;
    left: 100%;
    top: -100px;
}

    .order-wrapper .matrialis .matriali-box {
        flex: 0 0 calc( 20% - 10px);
        display: grid;
        place-content: center;
        cursor: pointer;
        margin: 5px;
    }

    .order-wrapper .matrialis img {
        width: 100%;
        height: 80px;
        object-fit: cover;
    }

.order-wrapper .fonts.open {
    visibility: visible;
    height: auto !important;
}

.order-wrapper .fonts {
    display: flex;
    flex-wrap: wrap;
    position: absolute;
    width: 100%;
    z-index: 2;
    background-color: #F1F3F6;
    padding: 10px;
    margin-top: 2px;
    height: 0;
    visibility: hidden;
    left: 100%;
    top: -500px;
}

    .order-wrapper .fonts .fonts-box {
        flex: 0 0 calc( 50% - 10px);
        display: grid;
        place-content: center;
        cursor: pointer;
        margin: 5px;
    }

    .order-wrapper .fonts img {
        width: 100%;
        height: 80px;
    }

.order-wrapper .pos.open {
    visibility: visible;
    height: auto !important;
}

.order-wrapper .pos {
    display: flex;
    flex-wrap: wrap;
    position: absolute;
    width: 100%;
    z-index: 2;
    background-color: #F1F3F6;
    padding: 10px;
    margin-top: 2px;
    height: 0;
    visibility: hidden;
    left: 100%;
    top: 0;
}

    .order-wrapper .pos .pos-box {
        flex: 0 0 calc( 33.33% - 10px);
        display: grid;
        place-content: center;
        cursor: pointer;
        margin: 5px;
    }

    .order-wrapper .pos img {
        width: 100%;
    }

.order-wrapper .row {
    justify-content: center;
}

    .order-wrapper .row .title {
        margin-bottom: 30px;
    }

        .order-wrapper .row .title h1,
        .order-wrapper .row .title h2,
        .order-wrapper .row .title h3,
        .order-wrapper .row .title h4,
        .order-wrapper .row .title h5,
        .order-wrapper .row .title h6 {
            font-weight: 400;
            font-size: 24px;
        }

    .order-wrapper .row .box {
        padding: 20px 50px;
        background-color: #ffffff;
        box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.1);
        margin-bottom: 20px;
    }

    .order-wrapper .row .input {
        border-bottom: 2px solid #181F2C;
        margin-bottom: 20px;
    }

        .order-wrapper .row .input:focus-within {
            border-color: #112636;
        }

            .order-wrapper .row .input:focus-within label,
            .order-wrapper .row .input:focus-within input,
            .order-wrapper .row .input:focus-within select,
            .order-wrapper .row .input:focus-within textarea {
                color: #112636;
            }

        .order-wrapper .row .input input,
        .order-wrapper .row .input select,
        .order-wrapper .row .input textarea,
        .order-wrapper .row .input button:not(.btn) {
            background-color: transparent;
            border: none;
            width: 100%;
            display: block;
            outline: 0 !important;
        }

.inner-content {
    padding: 0px 0 100px 0;
}

.CartContainer {
    margin-bottom: 50px;
}

@media (max-width: 576px) {
    .inner-content {
        padding: 50px 0;
    }

        .inner-content .sidebar {
            margin-top: 30px;
        }
}

.inner-content .sidebar .share {
    display: flex;
    justify-content: center;
    padding: 10px;
    flex-wrap: wrap;
}

    .inner-content .sidebar .share .date,
    .inner-content .sidebar .share .author {
        max-width: 100%;
        flex: 0 0 100%;
        background-color: #fff;
        margin: 5px 0;
        display: flex;
        justify-content: center;
        padding: 10px;
        border-radius: 4px;
    }

        .inner-content .sidebar .share .date p,
        .inner-content .sidebar .share .author p {
            margin-bottom: 0;
            font-weight: bold;
        }

        .inner-content .sidebar .share .date i,
        .inner-content .sidebar .share .author i {
            vertical-align: middle;
        }

    .inner-content .sidebar .share ul {
        display: flex;
        background-color: #fff;
        width: 100%;
        justify-content: space-around;
        border-radius: 4px;
        padding: 5px 10px;
    }

        .inner-content .sidebar .share ul i {
            color: #000000;
            font-size: 20px;
            display: block;
        }

            .inner-content .sidebar .share ul i:hover {
                transform: scale(1.6);
            }

.inner-content .sidebar .sidebar-item {
    background-color: #2c2c2c;
    border-radius: 8px;
}

    .inner-content .sidebar .sidebar-item .title {
        padding: 10px;
        border-bottom: 1px solid #fff;
        font-weight: bold;
        font-size: 24px;
        color: #fff;
    }

    .inner-content .sidebar .sidebar-item ul {
        padding: 10px;
        padding-left: 30px;
        padding-bottom: 100px;
    }

        .inner-content .sidebar .sidebar-item ul .has-menu {
            font-weight: bold;
        }

            .inner-content .sidebar .sidebar-item ul .has-menu ul {
                margin-left: 20px;
                margin-top: 10px;
            }

                .inner-content .sidebar .sidebar-item ul .has-menu ul::before {
                    position: absolute;
                    top: 0;
                    left: -35px;
                    content: '';
                    width: 1px;
                    height: 100%;
                    background-color: #fff;
                }

                .inner-content .sidebar .sidebar-item ul .has-menu ul li:hover {
                    transform: translateX(20px);
                }

            .inner-content .sidebar .sidebar-item ul .has-menu li {
                font-weight: 400;
            }

                .inner-content .sidebar .sidebar-item ul .has-menu li.active {
                    font-weight: bold;
                }

        .inner-content .sidebar .sidebar-item ul li {
            margin-bottom: 10px;
            position: relative;
        }

            .inner-content .sidebar .sidebar-item ul li:hover {
                transform: translateX(20px);
            }

                .inner-content .sidebar .sidebar-item ul li:hover::before {
                    transform: rotate(90deg) scale(1.9);
                }

                .inner-content .sidebar .sidebar-item ul li:hover ul {
                    transform: translateX(-20px);
                }

            .inner-content .sidebar .sidebar-item ul li a {
                color: #fff;
                text-decoration: none;
            }

            .inner-content .sidebar .sidebar-item ul li::before {
                position: absolute;
                left: -20px;
                top: 12px;
                content: '';
                background-color: #000000;
                width: 4px;
                height: 4px;
                transform: rotate(45deg);
            }

.inner-content .content ul {
    padding-left: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
}

    .inner-content .content ul li {
        margin-bottom: 5px;
    }

.inner-content .content .sidebar .sidebar-item ul li::before {
    position: absolute;
    left: -20px;
    top: 8px;
    content: '';
    background-color: #2c2c2c;
    width: 8px;
    height: 8px;
    transform: rotate(45deg);
}

.inner-content .content .layout {
    margin-bottom: 20px;
    position: relative;
}

.inner-content .content .inner-thumb .author {
    position: absolute;
    width: max-content;
    padding: 10px;
    background-color: #2c2c2c;
    bottom: 20px;
    left: -20px;
    border-radius: 8px;
}

    .inner-content .content .inner-thumb .author p {
        margin-bottom: 0;
        font-weight: bold;
    }

    .inner-content .content .inner-thumb .author i {
        vertical-align: middle;
    }

.inner-content .content .inner-thumb::before {
    position: absolute;
    top: -20px;
    left: -20px;
    width: 100%;
    height: 100%;
    content: '';
    background-color: #2c2c2c;
    border-radius: 8px;
    z-index: -1;
}

.inner-content .content .inner-thumb img {
    max-height: 350px;
    width: 100%;
    object-fit: cover;
    border-radius: 8px;
}

.shipping-wrapper .box .input i {
    position: absolute;
    right: 0;
    bottom: 10px;
}

.shipping-wrapper .box .input input, .shipping-wrapper .box .input select, .shipping-wrapper .box .input textarea {
    width: calc( 100% - 24px);
}

.shipping-wrapper .box h2 {
    font-size: 24px;
    color: #4A4A4A;
    margin-left: -50px;
    width: calc( 100px + 100%);
    padding: 20px;
    border-bottom: 1px solid #F1F3F6;
    margin-top: -20px;
    margin-bottom: 30px;
}

.shipping-wrapper .box hr {
    width: calc( 100px + 100%);
    margin-left: -50px;
}

@media (max-width: 576px) {
    .shipping-wrapper .box h2 {
        margin-left: 0 !important;
        width: 100% !important;
    }

    .cart-wrapper .cart-box {
        background-color: transparent !important;
    }

    .cart-wrapper {
        padding: 30px 0 !important;
        margin-bottom: 20px;
    }

    .search-bar {
        display: none;
    }
}

.radio-inputs .d-flex {
    flex-wrap: wrap;
}

.radio-inputs .items {
    max-width: 100%;
    flex: 0 0 100%;
    margin-left: 0 !important;
}

.subpage {
    padding: 60px 0;
    background-color: #d8ded8;
    text-align: left;
    margin-bottom: 30px;
}

    .subpage h1,
    .subpage h2,
    .subpage h3,
    .subpage h4,
    .subpage h5 {
        margin-bottom: 0;
        font-size: 42px;
        text-align: left !important;
        font-weight: 700;
        color: #2CBE2C;
    }

.cart-wrapper .cart-details .prod-action .btn,
.cart-wrapper .cart-details .buttons-items {
    background: #2CBE2C !important;
}

.cart-wrapper {
    margin-bottom: 20px;
    padding: 20px 0 !important;
}

    .cart-wrapper .row {
        align-items: center;
    }

        .cart-wrapper .row .col-sm-6:first-child {
            text-align: center;
            max-width: 40%;
            flex: 0 0 40%;
        }

            .cart-wrapper .row .col-sm-6:first-child img {
                min-height: 400px;
                object-position: center;
            }

        .cart-wrapper .row .col-sm-6:last-child {
            max-width: 60%;
            flex: 0 0 60%;
        }

    .cart-wrapper .cart-box {
        background-color: transparent !important;
    }

.pro-addmore .buttons-items #Quantity {
    background: transparent;
    color: #fff;
    font-weight: bold;
    text-align: center;
    width: 30px;
    height: 30px;
    border: 0;
}

.cart-wrapper .pull-right {
    text-align: right;
    margin-top: 30px;
}

.nav-item ul {
    position: absolute;
    background-color: #fff;
    z-index: 10;
    padding: 10px;
    border-radius: 10px;
    box-shadow: 0 0 24px rgba(0, 0, 0, 0.1);
}

.inner-content .sidebar .sidebar-item {
    background: #2cbe2c !important;
    border-radius: 0 !important;
}

.product-list .news .box .labels span {
    border-radius: 4px;
}

    .product-list .news .box .labels span.new-producs {
        background-color: #2CBE2C;
    }

.cart-item-btn:hover .cart-hover-items {
    transform: scaleX(1);
}




.cart-hover-items {
    position: absolute;
    right: 0;
    top: 77%;
    min-width: 300px;
    border-radius: 4px;
    background-color: #ffffff;
    transform: scaleX(0);
    transform-origin: top;
}

    .cart-hover-items .display-items {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding: 10px;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        border-bottom: 1px solid #F1F3F6;
    }

        .cart-hover-items .display-items:last-child {
            border: 0;
        }

        .cart-hover-items .display-items p {
            margin-bottom: 0;
        }

    .cart-hover-items .thumb {
        margin-right: 10px;
    }

        .cart-hover-items .thumb img {
            max-width: 50px;
        }

    .cart-hover-items .price p {
        font-size: 18px;
        font-weight: bold;
    }

        .cart-hover-items .price p span {
            color: #000000;
        }

    .cart-hover-items .remove {
        position: absolute;
        top: 5px;
        right: 5px;
    }

.display-items {
    position: relative;
}

.cart-hover-items .remove button {
    width: 20px;
    height: 20px;
    display: -ms-grid;
    display: grid;
    place-content: center;
    background-color: #fff;
    color: #112636;
    border: 0;
}

.cart-hover-items .size p {
    font-size: 14px;
    font-weight: bold;
}

.cart-hover-items a {
    color: inherit;
    cursor: pointer;
}

.cart-item-btn:hover .cart-hover-items {
    transform: scaleX(1);
}

.cart-hover-items .thumb img {
    max-width: 50px;
}


.cart-hover-items .display-items p {
    margin-bottom: 0;
}

.cart-hover-items .size p {
    font-size: 14px;
    font-weight: bold;
}

.cart-hover-items .price p {
    font-size: 18px;
    font-weight: bold;
}

    .cart-hover-items .price p span {
        color: #000000;
    }


.display-items {
    position: relative;
}

.cart-hover-items {
    z-index: 10;
    box-shadow: 0 0 24px rgba(0,0,0,0.4)
}

.cart-counter {
    padding: 5px;
    position: absolute;
    right: -18px;
    top: 0px;
    width: 20px;
    height: 20px;
    background: #fff;
    color: #2CBE2C;
    display: grid;
    place-content: center;
    border-radius: 50%;
    border: 1px solid #2CBE2C;
}

.slick-slide {
    margin: 0 12px;
}

/* the parent */
.slick-list {
    margin: 0 -12px;
}
.product-slider-wrap .slick-arrow {
    position: absolute;
    width: 45px;
    height: 45px;
    overflow: hidden;
    border: 0;
    background-color: #2CBE2C;
    color: #ffffff;
    border-radius: 8px;
}

    .product-slider-wrap .slick-arrow::before {
        position: absolute;
        left: 0px;
        top: 0px;
        width: 45px;
        height: 45px;
        font-size: 24px;
        color: #ffffff;
        font-family: remixicon !important;
        font-style: normal;
        z-index: 2;
        background-color: #2CBE2C;
        display: grid;
        place-content: center;
    }

.product-slider-wrap .slick-prev {
    left: -70px;
    top: 50%;
}

    .product-slider-wrap .slick-prev::before {
        content: "\ea64";
    }

.product-slider-wrap .slick-next {
    right: -70px;
    top: 50%;
}

    .product-slider-wrap .slick-next::before {
        content: "\ea6e";
    }

.carousel-caption {
    background: #2CBE2C;
    max-width: 500px;
    left: 50%;
    transform: translate(-50%);
    padding: 20px;
    border-radius: 8px;
}

.carousel-inner img {
    max-height: 650px;
    object-fit: cover;
    object-position: top;
}
/* Profile page CSS */

.profile-wrapper {
    background-color: #F1F3F6;
}

    .profile-wrapper .profile-tag {
        margin: 0 auto;
        margin-top: -40px;
        width: -moz-max-content;
        width: max-content;
        padding: 20px;
        background-color: #2CBE2C;
        color: #ffffff;
        font-size: 36px;
        font-weight: bold;
        border-radius: 8px;
        min-width: 410px;
        text-align: center;
        position: relative;
    }

    .profile-wrapper .profile-card {
        margin: 50px 0;
        background-color: #fff;
        border: 1px solid #2CBE2C;
        box-shadow: 0px 0px 25px 10px #F8F8FB;
        border-radius: 8px;
        padding: 10px;
        overflow: hidden;
    }

        .profile-wrapper .profile-card:hover img {
            transform: scale(1.1);
        }

        .profile-wrapper .profile-card img {
            max-height: 390px;
            min-height: 390px;
            -o-object-fit: cover;
            object-fit: cover;
            -o-object-position: center;
            object-position: center;
            border-radius: 8px;
            transform-origin: bottom;
        }

        .profile-wrapper .profile-card .profile-social {
            position: absolute;
            top: 20px;
            left: 20px;
        }

            .profile-wrapper .profile-card .profile-social ul {
                display: flex;
            }

                .profile-wrapper .profile-card .profile-social ul i {
                    font-size: 24px;
                }

        .profile-wrapper .profile-card .profile-details {
            padding: 15px 10px;
            min-height: 150px;
        }

            .profile-wrapper .profile-card .profile-details h1, .profile-wrapper .profile-card .profile-details h2, .profile-wrapper .profile-card .profile-details h3, .profile-wrapper .profile-card .profile-details h4, .profile-wrapper .profile-card .profile-details h5, .profile-wrapper .profile-card .profile-details h6 {
                font-size: 20px;
                margin: 0;
                color: #2CBE2C;
            }

            .profile-wrapper .profile-card .profile-details span {
                font-size: 14px;
                color: #111013;
                margin: 10px auto;
                display: block;
            }

            .profile-wrapper .profile-card .profile-details p {
                font-size: 14px;
            }

        .profile-wrapper .profile-card .profile-contact {
            display: flex;
            justify-content: space-around;
            text-align: center;
        }

            .profile-wrapper .profile-card .profile-contact .icon {
                max-width: 50%;
                flex: 0 0 50%;
            }

                .profile-wrapper .profile-card .profile-contact .icon i {
                    vertical-align: middle;
                }

                .profile-wrapper .profile-card .profile-contact .icon span {
                    color: #656565;
                }

.close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: 0.5;
}

    .close:hover {
        color: #000;
        text-decoration: none;
    }

    .close:not(:disabled):not(.disabled):focus,
    .close:not(:disabled):not(.disabled):hover {
        opacity: 0.75;
    }

button.close {
    padding: 0;
    background-color: transparent;
    border: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

a.close.disabled {
    pointer-events: none;
}

header .search input[type=text] {
    border: 1px solid #333333;
    padding: 7px 12px;
    width: 100%;
}

header .search input[type="submit"] {
    background-color: #0852A3;
    color: #fff;
    width: 100%;
}

    header .search input[type="submit"]:hover {
        background-color: #fff;
        color: #0852A3;
        width: 100%;
    }


header .search .close {
    position: absolute;
    top: 15px;
    right: 15px;
    cursor: pointer;
}

#search-overlay {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 800;
    width: 100%;
    height: 100%;
    display: none;
}

    #search-overlay .search-bg {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 1;
        background: #2CBE2C !important;
        opacity: 92%;
    }

        #search-overlay .search-bg .fa-search {
            color: #fff !important;
        }

        #search-overlay .search-bg .fa-search {
            color: #fff !important;
        }

.searchbox input {
    border: 1px solid #0C2E2D;
    padding: 7px 12px;
}

.searchbox {
    max-width: 700px;
    margin: 0 auto;
    margin-top: 10%;
    width: 90%;
    text-align: center;
}

    .searchbox i {
        color: #fff;
        font-size: 24px;
    }

#search-overlay .close-search-overlay {
    position: absolute;
    right: 13px;
    width: 24px;
    height: 24px;
    z-index: 100;
    color: #ffffff;
}

    #search-overlay .close-search-overlay:hover {
        color: #000000;
    }

.SearcchResult li {
    padding: 7px 0px;
}

.SearcchResult {
    background: #f2f2f2;
    margin-top: 0px;
    border: 1px solid RBG( 0, 150, 235,0.5);
    overflow-y: scroll;
    max-height: 500px;
    max-width: 579px;
    width: 100%;
    text-align: left;
}

    .SearcchResult li:hover {
        /*background: #2F80ED;*/
        color: #2F80ED;
    }

    .SearcchResult a {
        padding: 10px;
        line-height: 24px;
    }

        .SearcchResult a:hover {
            transition: color 0.05s cubic-bezier(0.32, 0.01, 0, 1) 0.05s;
            color: #DE6F00;
        }

.cart-hover-items a {
    color: #2CBE2C !important;
    flex-direction: column;
    justify-content: start !important;
    align-items: start !important;
}

.cart-hover-items h5.text-center {
    text-align: center !important;
    font-size: 18px !important;
    margin-bottom: 0;
    padding: 8px;
}

    .cart-hover-items h5.text-center a {
        text-align: center !important;
        font-size: 16px !important;
        justify-content: center !important;
        align-items: center !important;
    }

@media (max-width: 576px) {
    .top-head .row .col-sm-6:first-child {
        display: none;
    }

    .top-head .row .col-sm-6.text-end ul {
        justify-content: center !important;
    }

    #slides .slides-container img {
        width: 100% !important;
        max-height: 215px !important;
        object-fit: cover !important;
        object-position: top !important;
        top: 0 !important;
        left: 0 !important;
    }

    #slides .carousel-caption {
        display: block !important;
        left: 0 !important;
        transform: translate(0) !important;
        width: 100%;
        max-width: unset !important;
        top: 210px;
        bottom: auto !important;
    }

        #slides .carousel-caption .d-none {
            display: block !important;
        }

    #slides {
        height: 400px !important;
    }

    .feature-wrapper .section-title {
        padding-bottom: 0 !important;
    }

    .feature-wrapper .tab-content {
        padding-top: 0 !important;
    }

    .offer-wrapper .row .col-sm-6:first-child {
        margin-bottom: 60px;
    }

    footer .brand.box img {
        width: 120px;
    }

    footer .credit * {
        text-align: center !important;
    }
}

[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {
    display: none !important;
}
.product-inner-wrapper .product-wrapper .product-item img {
    object-fit: contain;
}

.product-inner-wrapper .col-sm-4.product-inner-widget {
    width: calc(33.33333333% - 20px);
    margin: 8px;
    margin-bottom:30px;
}
@media (max-width: 768px){
    .product-wrapper {
            margin-top: 50px !important;
    }
}
@media (max-width: 1200px){
    .cart-counter{
        right: 0 !important;
        top: 10px !important;
    }
}
footer .social .box ul li a{
    display: flex;
    align-items: center;
    gap: 5px;
    color: #fff;
}
.slick-list{
padding-bottom: 20px !important;
}
.inner-content img {
    object-fit: contain;
}
@media (max-width: 768px){
    .cta-wrapper{
        padding: 50px 0 !important;
    }
}
@media (max-width: 768px){
    #slides{
        max-height: 230px !important;
    }
}
@media (max-width: 768px){
    footer .branding img{
        max-width: 300px !important;
    }
}

footer .branding img{
        max-width: 350px !important;
    }
footer .col-sm-4 li a,
footer .col-sm-4 li i,
footer .col-sm-4 li span{
  color: #fff;
}
 
footer .col-sm-4 li:hover a{
  color: #2cbe2d !important;
}
footer .col-sm-4 li:hover span{
  color: #2cbe2d !important;
}
footer .col-sm-4 li:hover i{
  color: #2cbe2d !important;
}
[ng-cloak] {
    opacity: 0.01;
}