.product_review_tab .nav li{
    width: 16.66%;
    font-size: 12px;
}
.product_variant.quantity {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    padding-bottom: 25px;
    margin-bottom: 20px;
    border-bottom: 1px solid #C3C3C3;
}
@media only screen and (max-width: 767px) {
    .product_variant.quantity {
        margin-bottom: 16px;
    }
}
.product_variant.quantity label {
    font-weight: 500;
    text-transform: inherit;
    font-size: 14px;
    margin-bottom: 0;
}
.product_variant.quantity input {
    width: 50px;
    border: 0px solid #ebebeb;
    background: none;
    height: 42px;
    padding: 0;
    border-radius: 5px;
    padding-left: 5px;
    text-align: center;
}
#decreaseQuantity{
    margin-left: 20px !important;
}
.quantitybox{
    border-radius: 33px;
    border: 1px solid #313183;
    display: flex;
    font-size: 18px;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: -0.01em;
    text-align: left;
    justify-content: center;
    align-items: center;
    padding: 10px 10px 10px 30px;
    max-width: 250px;
}
.quantitybox label{
    font-size: 18px !important;
    color: #313183;
    font-weight: 400 !important;
}
.product-buttons .addtocard{
    background: #313183;
    margin-left: 30px;
    font-size: 18px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: -0.01em;
    text-align: center;
    padding: 18px 50px;
    border-radius: 33px;
    height: 60px;
    text-transform: none;
    border: 1px solid #313183;
}
.product-buttons .addtocard:hover{
    color: #313183;
    border: 1px solid #313183;
    background: white;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .product_variant.quantity input {
        width: 110px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .product_variant.quantity input {
        width: 80px;
    }
}
@media only screen and (max-width: 767px) {
    .product_variant.quantity input {
        width: 65px;
        margin-left: 10px;
    }
}
.product_variant.quantity button {
    border: 0;
    font-size: 16px;
    text-transform: inherit;
    color: #6E6E6E !important;
    background: transparent !important;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {

}
@media only screen and (min-width: 768px) and (max-width: 991px) {

}
@media only screen and (max-width: 767px) {
    .product_variant.quantity button {
        min-width: inherit;
        margin-left: 10px;
    }
}
.product_variant.color {
    margin-bottom: 26px;
}
@media only screen and (max-width: 767px) {
    .product_variant.color {
        margin-bottom: 18px;
    }
}
.product_variant.color h3 {
    font-weight: 500;
    text-transform: inherit;
    font-size: 18px;
    margin-bottom: 0;
    margin-right: 40px;
}
.product_variant.color label {
    font-size: 15px;
    font-weight: 500;
    text-transform: inherit;
}
.product_variant.color ul li {
    display: inline-block;
    padding: 2px;
    border: 1px solid #ccc;
    margin-right: 5px;
}
.product_variant.color ul li.selected{
    border: 2px solid #ff5151;
}
.product_variant.color ul li:hover {
    border-color: #ff5151;
}
.product_variant.color ul li:last-child {
    margin-right: 0;
}
.product_variant.color ul li a {
    display: block;
    font-weight: bold;
    padding: 5px 10px;
}
.product_variant.color ul li a:hover{
    color: black;
}

.product_variant.color ul li.color1 a {
    background: #000000;
}
.product_variant.color ul li.color2 a {
    background: #BEBEBE;
}
.product_variant.color ul li.color3 a {
    background: #FE0000;
}
.product_variant.color ul li.color4 a {
    background: #FFFF01;
}
.product_variant.size {
    margin-bottom: 30px;
}
.product_variant.size label {
    font-size: 15px;
    font-weight: 500;
    text-transform: inherit;
}
.product_variant.size .niceselect_option {
    float: inherit;
    max-width: 200px;
}

.product_d_action {
    margin-bottom: 14px;
}
.product_d_action ul li a {
    font-size: 14px;
    line-height: 28px;
}
.product_d_action ul li a:hover {
    color: #ff5151;
}

.product_meta {
    margin-bottom: 24px;
}
@media only screen and (max-width: 767px) {
    .product_meta {
        margin-bottom: 15px;
        padding-bottom: 18px;
    }
}
.ingredient_slider_detail .quantity{
    display: flex;
    margin-bottom: 0px;
}
.quantityarea{
    display: flex;
}

.mini_cart.visible {
    opacity: 1;
    visibility: visible;
    right: 0px;
}

body.overlay:after {
    display: block;
}

.mini_cart_wrapper:hover > a {
    color: #ff5151;
}
.mini_cart_wrapper span.cart_quantity {
    position: absolute;
    left: 30px;
    width: 19px;
    height: 19px;
    line-height: 19px;
    text-align: center;
    background: #fff;
    border-radius: 50%;
    top: -5px;
    font-size: 11px;
    box-shadow: 0px 4px 37px 0px rgba(0, 0, 0, 0.5);
}
.mini_cart_wrapper > a {
    font-size: 16px;
    font-weight: 600;
    text-transform: inherit;
    display: block;
}
.mini_cart_wrapper > a span {
    font-size: 27px;
    padding-right: 21px;
    vertical-align: middle;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .mini_cart_wrapper > a span {
        font-size: 27px;
        padding-right: 2px;
    }
}
body.overlay .mini_cart {
    opacity: 1;
    visibility: visible;
    right: 0px;
}

.mini_cart {
    position: fixed;
    min-width: 450px;
    height: 100dvh;
    background: #fff;
    box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.15);
    z-index: 999;
    right: -100%;
    top: 0px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    border-top-left-radius: 16px; /* Gornji levi ugao */
    border-bottom-left-radius: 16px;
}
body.overlay {
    overflow: hidden;
}
body.overlay:after {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5); /* polu-providna crna */
    display: none;
    z-index: 998; /* ispod mini cart-a */
}

.mini_cart .product-list{
    max-height: calc(100vh - 220px);
    overflow: auto;
    overflow-y: scroll;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .mini_cart {
        display: none;
        opacity: inherit;
        visibility: inherit;
        top: 135%;
        transition: unset;
        min-width: 265px;
        padding: 0px;
        right: auto;
        left: -84px;
    }

}
@media only screen and (max-width: 767px) {
    .mini_cart {
        position: fixed;
        min-width: 285px;
        right: auto;
        display: none;
        opacity: inherit;
        visibility: inherit;
        top: 135%;
        transition: unset;
        padding: 0px;
        left: -84px;
    }

    .current_price {
        display: block;
        text-align: center;
        font-size: 20px !important;
        color: #313183;
        font-weight: 600;
    }

    .product-list {
        padding: 0px 10px;
    }

    .mini_cart .product-list {
        max-height: calc(100vh - 180px);
        overflow: auto;
    }
}
.mini_cart_footer{
    background: linear-gradient(90deg, #ff5151 0%, #a51616 61.74%);
    display: flex;
    padding: 30px 10px;
    position: absolute;
    width: 100%;
    bottom: 0px;
    border-bottom-left-radius: 10px; /* Donji levi ugao */
}
.mini_cart_button1{
    background: #FFFFFF;
    border-radius: 33px;
    color: #ff5151;
    font-size: 16px;
    padding: 10px;
    margin: auto;
    width: 180px;
    text-align: center;
}

.mini_cart_button2{
    background: transparent;
    border: 1px solid white;
    border-radius: 33px;
    color: white;
    padding: 10px;
    margin: auto;
    width: 180px;
    text-align: center;
}

.cartinfos .product:last-child{
    border-bottom: 1px solid #E1E7EB;
}
.cartinfos .product> * {
    vertical-align:middle;
}
.cartinfos .product .remove{
    vertical-align:top;
}
.cartinfos .product .image,.cartinfos .product .nameprice,.cartinfos .product .remove{
    display: inline-block;
}
.cartinfos .product .image{
    width: 40%;
}
.cartinfos .product .nameprice{
    width: 50%;
    font-weight: 600;
    padding-left: 15px;
}
.cartinfos .product .nameprice span{
    display: block;
}
.cartinfos .product .nameprice .name{
    font-size: 18px;
    line-height: 18px;
    font-weight: 400;
}
.cartinfos .product .nameprice .price{
    margin-top: 40px;
    color: #313183;
    font-weight: 400;
    font-size: 16px;
    line-height: 16px;
}
.footer_five_middle_flex .widget a{
    color: white;
}
.cart-section h1{
    color: #313183;
    font-size: 40px;
    font-weight: 500;
    line-height: 18px;
    border-bottom: 4px solid #313183;
    padding-bottom: 40px;
}
.shopping-cart-table img{
    width: 190px;
}
.shopping-cart-table .product-name{
    width: 15%
}
.shopping-cart-table .product-thumbnail{
    width: 30%
}
.shopping-cart-table .product-price-cart{
    width: 15%
}
.shopping-cart-table .product-quantity{
    width: 20%
}
.shopping-cart-table .subtotal{
    width: 13%
}
.shopping-cart-table thead th{
    color: #212121;
    font-size: 20px;
    line-height: 30px;
    font-weight: 500;
}
.shopping-cart-table .brend-cart{
    color: #313183;
    font-size: 24px;
    line-height: 24px;
    font-weight: 400;

}
.shopping-cart-table .product-shoppingcart{
    color: #212121;
    font-size: 16px;
    line-height: 18px;
    font-weight: 400;

}
.shopping-cart-table .cena-cart h4{
    color: #313183;
    font-size: 18px;
    line-height: 18px;
    font-weight: 400;
    font-family: "Barlow", sans-serif;
}
.shopping-cart-table .quantiti-cart{
    width: 180px;
}
.shopping-cart-table .ukupnacena-cart h4{
    color: #313183;
    font-size: 18px;
    line-height: 18px;
    font-weight: 400;
    font-family: "Barlow", sans-serif;
}
.shopping-cart-table .delete-icon{
    width: 18px;
}
.cart-subtotal th{
    color: #212121;
    font-size: 20px;
    line-height: 18px;
    font-weight: 500;
}
.cart-subtotal .amount{
    color: #313183;
    font-size: 20px;
    line-height: 18px;
    font-weight: 500;
    font-family: "Barlow", sans-serif;
}
.cart-subtotal{
    border-bottom: 1px solid  #DCE5EA;
}
.cart-summ{
    background: linear-gradient(270deg, #313183 0%, #4A2A80 100%);
    padding: 10px;
}
.cart-summ th, .cart-summ td{
    color: white;
    font-weight: 500;
    font-size: 25px;
    padding: 10px;
    line-height: 18px;
}
#promocode-section{
    width: 430px;
}
#promocode-section .input-group-append{
    position: absolute;
    right: 0px;
}
#promocode-section .input-group-append .btn{
    height: 51px;
}
.deleteallholder{
    margin-bottom: 20px;
    margin-top: 35px;
    border-top: 1px solid #313183;
}
.deletefromcart{
    color: #212121;
    font-size: 18px;
    font-weight: 400;
    line-height: 18px;
}
.deletefromcart img{
    width: 18px;
    margin-right: 10px;
}
.payment-type{
    margin-top: 60px;


}
.payment-type .payment-wrapper{
    display: flex;
    background:  #DCE5EA;

}
@media only screen and (max-width: 767px) {
    .register-page h1{
        font-size: 30px!important;
    }
    .mobsearch{
        position: absolute;
        width: 100%;
        bottom: -15px;
    }
    .account_form button:hover{
        background: var(--boja) !important;
    }
    .searchcontainder{
        position: relative;
    }
    .header_cart_wishlist .mini_cart {
        left: 60px;
        right: 0px;
        top: 0px;
    }
    .sticky-header.sticky .mini_cart{
        top: 5px;
    }
    .cart-section h1,.register-page  h3,.payment-type h3{
        font-size: 28px;
    }
    .scproduct{
        margin: 0px 0px 20px;
        padding-bottom: 20px;
        border-bottom: 1px solid whitesmoke;
    }
    .scproduct a{
        text-decoration: none;
        text-align: center;
        display: block;
    }
    .delonshoppingcart {
        width: 26px;
        height: 26px;
        position: absolute;
        background: whitesmoke;
        border-radius: 50%;
        padding: 0px 5px;
        margin-top: -10px;
        box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1882352941);
    }
    .delonshoppingcart svg {
        width: 15px;
    }
    .cartprices {
        width: 100%;
        background: whitesmoke;
        padding: 10px 0px;
        border-radius: 5px;
    }

    .cartprices th{
        font-size: 12px;
        font-weight: normal;
        text-align: center;
    }
    .cartprices td{
        text-align: center;
    }
    .cartprices th:nth-child(1),.cartprices th:nth-child(3){
        width: 40%;
    }
    .cartprices th:nth-child(2){
        width: 20%;
    }
    .cartprices a{
        text-decoration: none;
        font-weight: bold;
    }
    .cartprices .notbold{
        font-weight: 400;
    }
    .cartprices td .col {
        padding: 0px;
        margin: 0 auto;
    }
    .cartprices td .col input{
        margin: 0 auto;
        background: whitesmoke;
    }
    .cart-section .deleteall {
        font-size: 11px;
        background: whitesmoke;
    }
    .cart-section .deleteall svg {
        width: 14px;
    }
    .cart-section small {
        font-size: 12px;
    }
}
.breadcrumbs_area{
    padding: 120px 0px 0px 0px;
}
.breadcrumb_content {
    padding: 20px 0 20px;
}
.breadcrumb_content ul li {
    display: inline-block;
    text-transform: inherit;
    font-size: 14px;
    margin-right: 3px;
    padding-right: 13px;
    position: relative;
    color: #8F67A4;
}
.breadcrumb_content ul li a{
    color: #6E6E6E;
}
.breadcrumb_content ul li a:hover{
    color: #8F67A4;
}
.breadcrumb_content ul li::before {
    position: absolute;
    content: "/";
    right: 0;
    top: 50%;
    transform: translatey(-50%);
    color:#6E6E6E;
}
.breadcrumb_content ul li:last-child {
    margin-right: 0;
}
.breadcrumb_content ul li:last-child::before {
    display: none;
}
.breadcrumb-item+.breadcrumb-item::before{
    right: -8px;
}
.breadcrumb_content ul{
    padding-left: 0px;
    padding-bottom: 0px;
    margin-bottom: 0px;
}
.cart-section h1{
    margin-bottom: 0px;
}
.rounded-pill {
    border-radius: 50rem !important;
}
.card-plus:hover span, .card-minus:hover span{
    color: white;
}
.cart-table .table td, .cart-table .table th, .wishlist-table .table td, .wishlist-table .table th {
    border-width: 0;
    vertical-align: middle;
}
.pdvinfo{
    font-size: 8px;
}
.deletefromcart{
    font-size: 12px;
}
.deletefromcart img{
    width: 14px;
}
.paymentbox{
    padding: 15px 20px;
}
.paymentbox label{
    margin-bottom: 0px;
}
.info-delivery{
    border: 1px solid #D9D9D9;
    padding: 20px 40px;
}
.info-delivery button{
    color: #313183;
    font-weight: 500;
    font-size: 20px;
    line-height: 18px;

}

.info-cart-delivery p, .info-cart-delivery label{
    margin-bottom: 0px;
    color: #212121;
    font-size: 16px;
    font-weight: 400;
    line-height: 18px;
}
.account_form{
    background: #fff;
    padding: 75px 40px;
    -webkit-box-shadow: 0px 44px 62px rgba(0, 0, 0, 0.14);
    box-shadow: 0px 44px 62px rgba(0, 0, 0, 0.14);
    border: 6px solid rgba(0, 0, 0, 0.03);
}
input{
    width: 100%;
    height: 50px;
    border: 1px solid #ddd;
    border-radius: 0px;
    padding: 0 20px !important;
    margin-bottom: 10px;
}
input:focus{
    border: 1px solid #45D638;
}
.login,.singin-btn,.btn-order,#subscribeButtonExample2{
    width: 100%;
    height: 52px;
    background: transparent;
    border: 2px solid #45D638;
    color: #45D638 !important;
    border-radius: 0px;
    line-height: 46px;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 0;
    line-height: 50px;
    cursor: pointer;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.login:hover,.singin-btn:hover,.btn-order:hover,#subscribeButtonExample2:hover{
    color: #fff !important;
    background: #45D638 !important;
}
.color-black{
    color: #383838 !important;
}
.sign-up-area{
    padding-top: 0px;
}
.paymentbox input, .paymentbox label{
    height: 20px;
    display: inline;
}
.paymentbox input{
    width: auto;
    height: auto;
}
.woocommerce .sn_related_product .sn_pd_img.product-thumb{
    height: 185px;
}
.header-icon{
    display: flex;
}
.hdr_btn_wrapper a{
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    color: #ff5151;
    letter-spacing: 2px;
    vertical-align: middle;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    padding: 0px 10px;
}
.hdr_btn_wrapper a:hover i {
    color: #000;
}
.ingredeint4_section .ingredient_slider_detail .product_price p.in-stock {
    background: #ff5151;
    color: #fff;
    margin-bottom: 45px;
}
.product-buttons .addtocard {
    background: #ff5151;
    margin-left: 30px;
    font-size: 18px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: -0.01em;
    text-align: center;
    padding: 18px 50px;
    border-radius: 33px;
    height: 60px;
    text-transform: none;
    border: 1px solid #ff5151;
    color: white;
}
.quantitybox {
    border-radius: 33px;
    border: 1px solid #ff5151;
    display: flex;
    font-size: 18px;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: -0.01em;
    text-align: left;
    justify-content: center;
    align-items: center;
    padding: 10px 10px 10px 30px;
    max-width: 250px;
}
.quantitybox label {
    font-size: 18px !important;
    color: #ff5151;
    font-weight: 400 !important;
}
.vaxine_all_fact2 .product_review_tab .nav li a.active, .vaxine_all_fact2 .sn_review_right .sn_review_icon a, .vaxine_all_fact2 .sn_pd_rating a i {
    color: #ff5151;
}
.sn_pd_detail ins {
    font-size: 16px;
    color: #ff5151;
    font-weight: 700;
}
.related_product_slider .sn_related_product:hover {
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid #ff515136;
}
.product_desc ul, .product_desc ol, .product_desc li {
    list-style: disc;
}
.related_product_slider .owl-nav button i {
    color: #ff5151;
}
.footer_five_area .footer_five_top_flex .footer_five_top_left h3 span {
    color: #ff5151;
}
.footer_five_area .widget5_title h3 {
    font-size: 20px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 20px;
    letter-spacing: 2.4px;
    text-align: left;
    color: #ff5151;
    border-bottom: 0px;
    margin-bottom: 14px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.widget.widget5:hover .widget5_title h3 {
    color: #ff5151;
}
.hdr_area_four .top_toolbar_new {
    background: #ff5151;
    position: relative;
}
.hdr_area_four .main_menu > ul > li > a {
    font-size: 14px;
    color: #ff5151;;
    position: relative;
    padding: 0 19px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.hdr_area_four .main_menu > ul > li > a:hover, .hdr_area_four .main_menu > ul > li > a.current_page_item {
    background: transparent;
    color: #000;
}
.sub-menu li a {
    padding: 7px 0px;
    width: 100%;
    display: block;
    color:  #ff5151;
    border-radius: 0;
    text-transform: uppercase;
    position: relative;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    font-size: 14px;
    font-weight: 500;
    border-bottom: 1px solid #ededed;
}
.hdr_area_two .main_menu .sub-menu a:hover, .hdr_area_two .main_menu .sub-menu a.current_page_item {
    color:  #000;
}
.page_header_list li a {
    padding: 0;
    color:  #ff5151;
}
.page_header_list li {
    color:  #ff5151;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 0.25px;
    display: inline-block;
    line-height: normal;
    padding: 0px 12px;
    border-right: 1px solid #7f7f7f;
}