/*primary color*/
/*green color: #368f2b*/
/*blue color 0d63e3*/
/*black color #181818*/


@media (min-width: 1440px) {
    .container {
        max-width: 1400px;
        width: 100%;
    }
}

header{
    padding-block: 10px;
}
.header-top-container {
    /* background-color: #e7f3f1; */
    padding: 10px;
}

.header-top {
    max-width: 1600px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
    margin: 0 auto;
}

.header-top p {
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    line-height: normal;
    margin: 0;
}

.header-top-left {
    display: flex;
    align-items: center;
    color: #191919;
    gap: 5px;
}

.header-top-left p {
    font-size: 14px;
    color: #fff;
    font-weight: 600;
}

.header-top-right {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 12px;
}

.header-top-right p,
.header-top-right a {
    font-size: 14px;
    color: #fff;
    font-weight: 500;
}

.header-top-right a:hover {
    text-decoration: underline;
}

.trust svg {
    height: 20px;
    margin-left: 5px;
    vertical-align: text-bottom;
}

.header-center {
    display: flex;
    align-items: center;
    gap: 5px;
}

.header-center p {
    /* font-weight: 600; */
}

.header-middle {
    max-width: 1244px;
    margin: 1.14286rem auto 0;
    padding-bottom: 20px;
    align-items: center;
    justify-content: space-between;
}

.header-middle .icon-users, .header-middle .icon-cart {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid #f3f4f6;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
}

.header-middle .icon-users:hover, .header-middle .icon-cart:hover {
    color: #0052A6;
}

.search-holder {
    max-width: 550px;
}

.search-holder input {
    border-radius: 22px;
    width: 100%;
    height: 40px;
    background: #f3f4f6;
    border: unset;
    font-size: 14px;
    font-weight: 400;
    padding-left: 15px;
}

.search-holder .icon-search:before {
    color: #ff6b6b;
}

.header-bottom {
    border-top: 1px solid #e5e5e5;
    width: 100%;
    z-index: 2;
}

.header-bottom-inner {
    max-width: 1244px;
    margin: 0 auto;
    justify-content: center;
}

.header-bottom-inner .group a {
    font-size: 14px;
    font-weight: 600;
    color: #081f2c;
}
.header-cart-right {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    margin-top: 15px;
}
ul.account-section,#cart {
    list-style: none;
    padding: 0;
    border: 1px solid #ddd;
    width: 45px;
    height: 45px;
    justify-content: center;
    align-items: center;
    display: flex;
    border-radius: 50%;
    margin: 0;
}
ul.account-section a.dropdown-toggle {
    display: flex;
    align-items: center;
    gap: .5rem;
    color: #368f2b;
}
ul.account-section a.dropdown-toggle .caret{
    display: none;
}
ul.account-section a.dropdown-toggle i{
    font-size: 18px;
}

.menu-wrapper{
    background-color: #e7f3f1;
    margin-bottom: 15px;
}
.menu-wrapper .navbar {
    background: transparent !important;
    border: 0;
    margin: 0;
}



.features-bx {
    text-align: center;
    font-size: 14px;
    cursor: pointer;
    background: transparent;
    transition: transform 0.5s, background 0.5s;
    border-radius: 6px;
    background-color: #e7f3f1;
    padding: 25px;
    height: 220px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.features-bx i {
  font-size: 40px;
  margin-bottom: 10px;
  color: #368f2b;
}

.features-bx h2 {
    font-weight: 600;
    margin-block: 10px;
    font-size: 20px;
}

/*.features-bx:hover {
  background: #303ef7;
  color: #fff;
  transform: scale(1.05);
}*/

/*.features-bx:hover i {
  color: #fff;
}*/

.swiper-viewport {
    margin: 0 0 70px;
    background: #fff;
    z-index: 1;
    border: 0;
    border-radius: 4px;
    box-shadow: none;
    width: 100%;
    position: relative;
    overflow: visible;
}

.btn-green{
    background-color: #368f2b;
    color: #fff;
}
.btn-primary{
    background-color: #368f2b;
    color: #fff;
}
.btn-green:hover{
  color: #fff;
}
.btn-primary:hover {
  color: #fff;
}
.prod_title,.prod_title:hover{
    display: block;
    font-weight: 700;
    color: #181818;
    text-decoration: none;
}
.product_title{
    font-size: 33px;
    display: block;
    font-weight: 700;
    color: #181818;
    line-height: 1.3;
    border-bottom: 2px solid #181818;
    padding-bottom: 10px;
}
.prod-details-price h2{
    margin: 0;
}
.prod-details-price li {
    line-height: 1;
}
.prod-details-price {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 1rem;
    margin-top: 2rem;
}

.discountPrice {
    color: #368f2b;
    font-weight: 700;
    font-size: 30px;
}
.mainPrice {
    text-decoration: line-through;
    font-size: 18px;
}
.prod-details-btn-grp{
    margin-top: 2rem;
}
label.control-label {
    font-size: 18px;
    margin-bottom: 1rem;
}
input#input-quantity {
    padding: 5px 10px;
    height: 45px;
}
.addtocartbtn{
    width: 100%;
    border: none;
    display: block;
    background-color: #368f2b;
    color: #fff;
    line-height: 1.1;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    margin: 8px auto 0;
    border-radius: 25px;
    padding: 15px 10px;
    font-size: 15px;
}


.cart-prod-imgbx{
    width: 120px;
}
.cart-prod-contentbx{
    width: 58%;
}
.cart-prod-price {
    font-size: 16px;
    font-weight: 600;
    /*color: #368f2b;*/
}

.flycart-qty-bx {
    display: flex;
    align-items: center;
    gap: 3rem;
}
p.flycart-qty {
    font-size: 18px;
    font-weight: 500;
    border: 1px solid #ddd;
    padding: 0 5px;
    border-radius: 5px;
}
.prod-removebtn{
    border: 0;
    box-shadow: none;
    background: transparent;
}
.prod-removebtn i{
    color: #eb2821;
    font-size: 18px;
}


.prod-details-list{
    margin-top: 3rem;
    /* background: #ededed; */
    /* padding: 10px 20px; */
    /* width: fit-content; */
    /* border-radius: 5px; */
}

.prod-details-list li{
    font-size: 18px;
    font-weight: 600;
    padding-left: 8px;
    /*border-bottom: 1px solid #ddd;*/
    padding-bottom: 1rem;
}
.prod-details-list li +li{
    /* margin-top: 1rem; */
    /* border-top: 1px solid #ddd; */
}
a.brand-name, .model-name, .stock-name {
    border: 1px solid #ddd;
    display: inline-block;
    margin-top: 10px;
    padding: 5px 10px;
    font-size: 16px;
    width: fit-content;
    border-radius: 5px;
    font-weight: 500;
    color: #666;
    margin-left: 1rem;
}
span.stock-name {
    background: #368f2b;
    color: #fff;
}






@media (min-width: 768px) {
    .swiper-viewport .swiper-button-next {
        right: 0;
    }
    .swiper-viewport .swiper-button-prev {
        left: 0;
    }
}