/*
Table of contents
===========================================
- General Style
- Utility Classes
- Button Style
- Form Elements
- Page Header
- Breadcrumb
- Tab
- Pagination
===========================================
*/


/*
------------------------------------
- General Style
------------------------------------
*/

*,
*:before,
*:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

*:focus {
    outline: 0;
}

html {
    font-size: 62.5%;
    -webkit-font-smoothing: antialiased;
    font-family: "Poppins", sans-serif;
}

body {
    background: #fff;
    font-family: "Poppins", sans-serif;
    font-weight: normal;
    font-size: 15px;
    letter-spacing: 1.5px;
    color: #000;
    line-height: 30px;
    -webkit-font-smoothing: antialiased;
    /* Fix for webkit rendering */
    -webkit-text-size-adjust: 100%;
}

img {
    max-width: 100%;
    height: auto;
}

.mn-top-0{
    margin-top: 0px !important;
}

.mn-bottom-0{
    margin-bottom: 0px !important;
}

button,
input,
textarea {
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 1px;
}

#mobile-nab-tab {
    display: none;
}

.amount-wrapper span {
    display: block;
    font-size: 13px;
    color: #fff;
    font-weight: 400;
    letter-spacing: 0;
}

.amount-wrapper span:first-child {
    display: block;
    font-size: 20px;
    color: #fff;
    font-weight: 400;
    letter-spacing: 0;
}

.amount-wrapper span:hover {
    color: #e99035;
}

.mn-bt-50 {
    margin-bottom: 50px !important;
}

.best-deal-wrapper {
    margin-top: 50px;
}

.payment-details-wrapper {
    margin: 130px 0px;
}

.mn-special-top-30{
    margin-bottom: 30px !important;
}

.sp-btn-mn{
    padding: 10px 30px !important;
}
.mn-0{
    margin: 0;
}
/*
------------------------------------
- Utility Classes
------------------------------------
*/

.navbar-default .navbar-toggle .icon-bar {
    background-color: #E99035 !important;
}

span.special-mn {
    position: absolute;
    top: 1px;
}

.default-title-wrapper {
    width: 100%;
    display: block;
    height: auto;
    position: relative;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 100px;
    z-index: -1;
}

.default-title {
    font-family: "Poppins", sans-serif;
    font-size: 45px;
    font-style: normal;
    font-weight: 700;
    line-height: 60px;
    text-transform: capitalize;
    background: linear-gradient(90deg, #E99035 0%, #EFC43D 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 0;
}

.default-sub-title {
    color: #2E3A54;

    text-align: center;
    font-family: "Segoe UI";
    font-size: 35px;
    font-style: normal;
    font-weight: 600;
    line-height: 40px;
    text-transform: capitalize;
}

.user-img {
    margin-right: 10px;
}

.username {

    color: #FFF;

    text-align: center;
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    /* 125% */
    text-transform: capitalize;
}


.title-bar {
    text-align: center;
    margin: 30px 0 0;
}

.title-bar h3 {
    display: inline-block;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 24px;
    color: #000000;
    text-transform: uppercase;
    position: relative;
}

.title-bar h3:before,
.title-bar h3:after {
    content: "";
    position: absolute;
    top: 50%;
    width: 200px;
    height: 1px;
    background: rgba(0, 0, 0, 0.45);
    ;
}

.title-bar h3:before {
    left: -215px;
    /* Adjust to position the left line */
}

.title-bar h3:after {
    right: -215px;
    /* Adjust to position the right line */
}

.inner-padding {
    padding: 60px 0px;
}

.details-category-wrapper {
    margin: 100px 0px;
}

.pn {
    padding: 0;
}

.scroll-top {
    position: fixed;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background-color: #fcc012;
    right: 60px;
    bottom: 60px;
    text-align: center;
    z-index: 10;
    display: none;
    animation: fade .5s linear;
}

.scroll-top i {
    font-size: 24px;
    line-height: 42px;
    color: #242424;
}

@keyframes fade {
    0% {
        opacity: 0;
        transform: translateY(60px);
    }

    100% {
        opacity: 1;
        transform: translateY(0px);
    }
}

.owl-dots {
    width: 100%;
    height: auto;
    position: absolute;
    bottom: 20px;
    text-align: center;
    z-index: 1;
}

.owl-dots .owl-dot {
    display: inline-block;
}

.owl-dots span {
    display: inline-block;
    width: 15px;
    height: 15px;
    opacity: 1;
    margin: 15px 5px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: transparent;
    border: 3px solid #fff;
}

.owl-dot.active span,
.owl-dot:hover span {
    background-color: #21B14C;
    border: 3px solid #21B14C;
}


.mn-top-45 {
    margin-top: 15px;
}

.pn-left-50 {
    padding-left: 50px;
}

.joteio {
    color: #000;
    font-family: "Open Sans";
    font-size: 23.99px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    text-transform: lowercase;
}

.checkout-wrapper {
    margin: 100px 0 50px 0;
}

/*
------------------------------------
- Button Style
------------------------------------
*/

.btn {
    font-size: 16px;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #fff !important;
    border: none;
    background-color: #2E3A54;
    padding: 13px 50px;
    text-transform: uppercase;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.btn:hover {
    background: linear-gradient(90deg, #EFC43D 0%, #E99035 100%);
    color: #fff !important;
}

.btn-outline-sm {
    font-size: 14px;
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
    line-height: 18px;
    letter-spacing: 0px;
    color: #fff;
    background-color: transparent;
    border-radius: 50px;
    padding: 13px 45px;
    border: 2px solid #21B14C;
}

.btn-outline-sm:hover {
    background-color: #21B14C;
}

.btn-field-sm {
    font-size: 16px;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #fff !important;
    border: none;
    background-color: #EFC43D;
    padding: 13px 50px;
    text-transform: uppercase;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.mn-r-15 {
    margin-right: 15px;
}

.mn-r-20 {
    margin-right: 20px;
}



.btn-field-sm:hover {
    color: #fff !important;
}

.btn-outline-md {
    font-size: 18px;
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: 0px;
    color: #fff;
    background-color: transparent;
    padding: 10px 25px;
    position: relative;
}

.btn-outline-md:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    border-radius: 10px;
    background-color: #fcc012;
    -webkit-transform: skewX(-15deg);
    -ms-transform: skewX(-15deg);
    -moz-transform: skewX(-15deg);
    -o-transform: skewX(-15deg);
    transform: skewX(-15deg);
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    z-index: -1;
}

.btn-outline-md:hover {
    background-color: transparent;
}

.btn-outline-md:hover::after {
    background-color: #d09b01;
}

.btn-field-md {
    width: 100%;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0px;
    color: #242424 !important;
    background-color: #fcc012;
    padding: 10px 25px;
    border-radius: 5px;
    text-transform: uppercase;
    box-shadow: 0px 4px 8px -2px #bcbcbc;
    -webkit-box-shadow: 0px 4px 8px -2px #bcbcbc;
}

.btn-lg {
    width: 85px;
    height: 85px;
    background-color: transparent;
    background-image: url('../img/video-icon.png');
    background-repeat: no-repeat;
    background-position: top center;
    -webkit-background-size: cover;
    background-size: cover;
    display: block;
    margin: 0px auto 25px;
}

.btn-lg:hover {
    background-color: transparent;
}

.section-wrapper {
    margin-bottom: 50px;
}

.all-btn {
    font-size: 16px !important;
    font-weight: 500 !important;
    font-style: normal;
    background: transparent;
    color: #21B24C !important;
    border: 1px solid #21B24C;
}

.home-title {
    font-size: 35px;
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-style: normal;
    color: #21B14C;
    line-height: 45px;
    margin-bottom: 0px;
}

.home-sub-title {
    font-size: 14px;
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    font-style: normal;
    margin-bottom: 35px;
}

.category-body-btn-left {
    margin-right: 15%;
}

.category-body-btn-right {
    color: #2E3A54 !important;
}

.btn-account {
    padding: 17px 40px !important;
}


/*
------------------------------------
- Form Elements
------------------------------------
*/


/*
------------------------------------
- Page Header
------------------------------------
*/


/*
------------------------------------
- Bread Crumb
------------------------------------
*/
.breadcum-menu {
    width: 100%;
    height: 120px;
    margin-top: 80px;
    background: #cdcbcb;
}

.breadcum-menu-wrapper {
    padding: 50px 0px;
}

.breadcum-menu h4 {
    letter-spacing: 20px;
}

.breadcum-menu .breadcrumb {
    background: transparent;
    padding: 0;
    margin: 0;
}



.breadcrumb>li+li:before {
    color: #000;
    content: ">\00a0";
}

.breadcum-menu .breadcrumb>.active {
    color: #22B14C !important;
}

/*
------------------------------------
- Pagination
------------------------------------
*/

/*
------------------------------------
- rating
------------------------------------
*/

.rating {
    direction: rtl;
    font-size: 30px;
    unicode-bidi: bidi-override;
    margin-bottom: 10px;
}

.star {
    display: inline-block;
    cursor: pointer;
    color: #EFC43D;
}

.star:hover,
.star:hover~.star {
    color: #000;
}

.star.selected,
.star.selected~.star {
    color: #000;
}


.color {
    display: flex;
    gap: 10px;
    margin-bottom: 10px;
}

.circle {
    width: 26px;
    /* Set the size of the circles */
    height: 26px;
    border-radius: 50%;
    display: inline-block;
    cursor: pointer;
    border: 2px solid transparent;
    /* Default border */
    transition: border-color 0.3s ease;
}

.circle[data-value="1"] {
    background-color: #000000;
    /* Red */
}

.circle[data-value="2"] {
    background-color: #372E96;
    /* Green */
}

.circle[data-value="3"] {
    background-color: #3F1263;
    /* Blue */
}

.circle[data-value="4"] {
    background-color: #124E96;
    /* Yellow */
}

.circle.selected {
    border-color: #000000;
    /* Black border for selected circle */
}


.product-quantity {
    display: flex;
    align-items: center;
    margin-bottom: 45px;
}

.product-quantity button {
    width: 30px;
    height: 30px;
    font-size: 12px;
    background-color: #21B24C;
    border: 1px solid #21B24C;
    color: #000;
    cursor: pointer;
}



.add-combo-btn {
    font-size: 12px;
    background-color: #21B24C;
    border: 1px solid #21B24C;
    color: #000;
    cursor: pointer;
    margin-left: 15px;
    /* Adjust this value to control spacing */
    padding: 5px 10px;
    /* Adjust padding for better button size */
}

.combo-list {
    margin-top: 20px;
    border: none;
    padding: 10px;
    background-color: transparent;
    margin-bottom: 20px;
}

.combo-item {
    
}

.combo-item select,
.combo-item input[type="text"] {
    padding: 5px;
    margin-right: 10px;
    border: 1px solid #ccc;
    border-radius: 3px;
}

.delete-btn {
    background-color: transparent;
    border: none;
    padding: 5px 10px;
    cursor: pointer;
    border-radius: 3px;
    color: #ff4d4d;
    font-size: 16px;
}

.size-option {
    display: inline-block;
    padding: 5px 10px;
    margin: 0;
    border: none;
    border-radius: 0px;
    cursor: pointer;
    background-color: transparent;
    transition: background-color 0.3s ease, border-color 0.3s ease;
    font-size: 16px;
    color: #222A3C;
}

.size-option.selected {
    background-color: #f0f0f0;
    color: #000;
    border-color: #f0f0f0;
}

.add-combo-btn {
    font-size: 16px !important;
    background-color: transparent !important;
    border: none !important;
    color: #000 !important;
    cursor: pointer;
    margin-left: 0 !important;
    padding: 0 !important;
    width: 100% !important;
    font-weight: 600;
}

.details-submit-wrapper a {
    margin-right: 40px;
}

/*
------------------------------------
- Tab
------------------------------------
*/

.way {
    opacity: 0;
}

.way.animated {
    opacity: 1;
}

.otp-btn-wrapper {
    text-align: center;
}
