@import url('https://fonts.googleapis.com/css2?family=Archivo:ital,wght@0,100..900;1,100..900&family=Jost:ital,wght@0,100..900;1,100..900&family=Manrope:wght@200..800&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');



body {
    font-family: "Archivo", sans-serif;
}

ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

header {
    /* background-color: #000000; */
    position: absolute;
    width: 100%;
}

.navbar-light .navbar-nav .nav-link {
    color: white;
}

.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .show>.nav-link {
    color: #FF6A00;
}

.btn-orange {
    background-color: #FF6A00;
    border-radius: 50px;
    color: white;
    padding: 12px 65px 12px 40px;
    font-family: "Manrope", sans-serif;
    font-weight: bold;
    position: relative;
}

.btn-orange i {
    width: 40px;
    height: 40px;
    background-color: #9C4100;
    border-radius: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 6px;
    top: 4px;
    transform: rotate(-40deg);
}

.header-right ul {
    display: flex;
    align-items: center;
    gap: 15px;
}

.header-right ul li a {
    color: white;
}

.header-right {
    display: flex;
    gap: 40px;
}

ul.navbar-nav li {
    margin-right: 15px;
}

a.navbar-brand {
    position: absolute;
    top: 5px;
}

.navbar {
    padding: 30px 0px;
}

ul.navbar-nav {
    padding-left: 220px;
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: #FF6A00;
}

.home-banner {
    background-image: url(https://samplelinkweb.site/custom-html/mo-mem/img/home-banner.png);
    padding: 200px 0px;
}

.gallery-banner {
    background-image: url(https://samplelinkweb.site/custom-html/mo-mem/img/gallery-bg.png);
    padding: 200px 0px;
}

.how-it-works-banner {
    background-image: url(https://samplelinkweb.site/custom-html/mo-mem/img/how-it-works-bg.png);
    padding: 200px 0px;
}

.shop-banner {
    background-image: url(https://samplelinkweb.site/custom-html/mo-mem/img/shop-bg.png);
    padding: 200px 0px;
}

.shop-banner {
    background-image: url(https://samplelinkweb.site/custom-html/mo-mem/img/about-bg.png);
    padding: 200px 0px;
}


.banner h1 {
    color: white;
    font-weight: bold;
    font-size: 75px;
    line-height: 85px;
    margin-bottom: 15px;
}

.banner p {
    color: #FFFFFF;
    line-height: 30px;
    font-size: 18px;
    font-family: "Montserrat", sans-serif;
    margin-bottom: 30px;
}

.banner {
    position: relative;
    z-index: -1;
}

.banner:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: #00000052;
    z-index: -1;
    top: 0;
}

section.qr-code {
    background-color: #9C4100;
    color: white;
    padding: 60px 0px;
}

.section-heading h2 {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 50px;
    margin-bottom: 15px;
}

p {
    font-family: "Montserrat", sans-serif;
}

.section-heading p {
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    margin: 0;
}

.qr-code-img img {
    width: 70%;
}

section.work {
    background-color: #111111;
    padding: 150px 0px;
    color: white;
    background-image: url(https://samplelinkweb.site/custom-html/mo-mem/img/concert-bg.jpg);
    background-size: contain;
}

section.work {}

footer .section-heading h6 {
    font-weight: bold;
    color: #FF6A00;
    margin-bottom: 15px;
}

.work-box {
    text-align: center;
    margin-top: 70px;
}

.work-box img {
    width: 100%;
    margin-bottom: 25px;
}

.work-box h4 {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 30px;
    padding: 0px 50px;
    margin-bottom: 15px;
}

.work-box p {
    font-size: 15px;
    line-height: 24px;
}

.event {
    background-image: url(https://samplelinkweb.site/custom-html/mo-mem/img/event-bg.png);
    color: white;
    position: relative;
    z-index: 0;
    padding: 150px 0px;
}


section.event:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #000000a1;
    left: 0;
    right: 0;
    top: 0;
}

.event-box {
    position: relative;
}

.event-box p {
    margin-bottom: 30px;
}

section.gallery {
    background-color: #111111;
    color: white;
    padding: 80px 0;
    background-image: url(https://samplelinkweb.site/custom-html/mo-mem/img/concert.webp);
    background-repeat: no-repeat;
    background-size: cover;
}

.gallery-img img {
    width: 100%;
}

.gallery-img {
    position: relative;
    margin-bottom: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.gallery-row {
    margin-top: 50px;
}

section.momem {
    background-color: #9C4100;
    position: relative;
    color: white;
    height: 650px;
    display: flex;
    align-items: center;
}

.momem-img {
    position: absolute;
    right: 0;
    width: 50%;
    height: 100%;
    object-fit: cover;
}

.momem-img img {
    width: 100%;
    height: 100%;
}

section.momem .section-heading h6 {
    color: black;
    font-weight: 600;
}

section.momem .section-heading p {
    margin-bottom: 15px;
    padding-right: 60px;
}

.btn-black {
    background-color: #000000;
}

.btn-black i {
    background-color: #424242;
}

section.momem .btn-black {
    margin-top: 40px;
}

section.shop {
    background-color: #111111;
    color: white;
    padding: 80px 0;
}

.product-box img {
    width: 100%;
    mix-blend-mode: luminosity;
    margin-bottom: 25px;
}

.product-bottom {
    text-align: center;
}

.product-bottom h4 {
    color: #FF6A00;
    font-family: "Montserrat", sans-serif;
    text-transform: uppercase;
    font-weight: bold;
}

.product-bottom p {
    font-size: 15px;
    padding: 0px 30px;
    margin-bottom: 10px;
}

.product-bottom span {
    color: #FF6A00;
    font-family: "Montserrat", sans-serif;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 25px;
}

.product-box {
    margin: 30px 0px;
}

footer {
    background-color: #9C4100;
    color: white;
    padding-top: 80px;
}

footer .section-heading h6 {
    color: white;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-size: 20px;
    margin-bottom: 15px;
}

.section-heading h3 {
    text-transform: uppercase;
    font-weight: bold;
    font-family: "Montserrat", sans-serif;
}

ul.instagram-post {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin-top: 40px;
}

ul.instagram-post li img {
    width: 100%;
    height: 260px;
    object-fit: cover;
}

ul.instagram-post li {
    flex: 0 0 16.66%;
}

ul.instagram-post li a {
    display: block;
}

ul.social {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 30px;
}

ul.social li a {
    display: flex;
    width: 36px;
    height: 36px;
    background-color: #000000;
    color: #EEE7DB;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}

.footer-content h6 {
    font-weight: bold;
    font-size: 30px;
}

.footer-content p {
    font-size: 17px;
}

.footer-content input {
    border-radius: 50px !important;
    height: 60px;
    padding-left: 30px;
    border: 1px solid #FF6A00;
}

.footer-content .input-group button {
    border-radius: 50px;
    background-color: #FF6A00;
    border-radius: 50px !important;
    position: absolute;
    right: 7px;
    color: white;
    padding: 12px 42px;
    top: 5px;
    border-color: #FF6A00;
}

.footer-content .input-group {
    position: relative;
    margin-top: 22px;
}

.footer-content h5 {
    color: #FFFFFF;
    font-size: 22px;
    font-family: "Montserrat", sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.footer-content ul.links li a {
    text-decoration: none;
    color: #EEE7DB;
    font-weight: 300;
}

.footer-content ul.links li {
    margin: 12px 0px;
}

.mid-footer {
    padding-top: 80px;
}

section.inner-banner p {
    width: 50%;
    margin: 0 auto;
}

span.showcase-tag {
    font-family: 'Montserrat';
    font-size: 20px;
    font-weight: bold;
    color: #FF6A00;
}

.w-one-fourth {
    width: 25%;
}

.w-three-fourth {
    width: 75%;
}

.w-one-half {
    width: 50%;
}


/* Slick Slider Custom Styles */
.work-slider {
    margin: 0 -15px;
}

.work-slider .work-box {
    margin: 70px 15px 30px;
}

.slick-dots {
    bottom: -50px;
}

.slick-dots li button:before {
    color: #FF6A00;
    font-size: 12px;
    opacity: 0.5;
}

.slick-dots li.slick-active button:before {
    color: #FF6A00;
    opacity: 1;
}

.work-slider .slick-prev,
.work-slider .slick-next {
    z-index: 10;
}

.work-slider .slick-prev:before,
.work-slider .slick-next:before {
    color: #FF6A00;
    font-size: 30px;
}

.work-slider .slick-prev {
    left: -25px;
}

.work-slider .slick-next {
    right: -25px;
}

.work-slider .work-box {
    padding: 0 15px;
}

.work-slider .work-box img {
    border-radius: 16px;
    width: 100%;
}

a.orange {
    color: #ff6a02;
    text-decoration: none;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 14px;
}

a.orange:hover {
    color: white;
}

section.section {
    padding: 120px 0;
}

section.section-orange {
    background-color: #9C4100;
    color: white;
}

section.section-black {
    background: #111111;
    color: white;
    padding: 5rem 0;
}

input.news-letter-input {
    width: 50%;
}

input.news-letter-input {
    padding: 1rem 1rem;
    width: 100%;
    background: transparent;
    border: 0;
    color: white;
}

.input-container {
    background: #2A2A2A;
    display: flex;
    border: 2px solid #30373E;
}

button.newsletter-btn {
    position: relative;
    width: 25%;
    background: transparent;
    border: 0;
    color: #30373E;
    text-transform: uppercase;
    font-weight: bold;
    font-family: "Jost", sans-serif;
    overflow: hidden;
    cursor: pointer;

    transition:
        color 0.3s ease,
        padding-left 0.3s ease;
}

/* LINE */
button.newsletter-btn::after {
    content: '';
    position: absolute;
    height: 25px;
    width: 3px;
    left: -1px;
    background: #30373E;
    top: 50%;
    transform: translateY(-50%);
    transition: left 0.4s ease;
}

button.newsletter-btn:hover {
    color: white;
}

button.newsletter-btn:hover::after {
    left: 0;
    background: white;
}

.news-letter-check {
    width: 33%;
    margin: 0 auto;
    color: #30373E;
    margin-top: 1rem;
    font-family: "Jost", sans-serif;
    text-transform: capitalize !important;
}

.work-vertical {
    padding-top: 3rem;
}

.section-heading h3 {
    font-size: 40px;
}

.workbox-vertical::after {
    position: absolute;
    width: 100%;
    content: '';
    background: white;
    height: 1px;
    opacity: 0.2;
    margin-top: 1rem;
}

.workbox-vertical {
    position: relative;
}

.workbox-vertical {
    padding-bottom: 3rem;
}

.workbox-vertical.last:after {
    width: 0;
}

.bg-orange {
    background: #9c4100;
}

.bg-white {
    background: #fff;
    color: black;
}

.spacing-contact {
    padding: 2rem 3rem;
}

ul.contact-list {
    margin-top: 2rem;
}

ul.contact-list li {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 0.75rem;
}

.contact-details a {
    color: white;
    text-decoration: none;
}

.contact-border-left {
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
}

.contact-border-right {
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
}

.contact-content h2 {
    text-transform: capitalize;
}

.contact-form h3 {
    text-transform: capitalize;
}

.contact-form {
    padding: 2rem 3rem;
    background: #f3f3f3;
    color: black;
}

form.contact-form-box {
    margin: 1.5rem 0;
}

.form-contact input {
    border-radius: 4px;
    background: white;
    border: 1px solid white;
    border-radius: 5px;
    padding: 12px 20px;
}

.form-contact {
    margin-bottom: 1rem;
}

.form-contact textarea {
    background: white;
    border: 1px solid white;
    border-radius: 5px;
    padding: 12px 20px;
}

button.btn.btn-contact {
    width: 100%;
    background: #FF6A00;
    color: white;
    padding: 0.75rem 0;
    text-transform: uppercase;
}

ul.contact-list-icon {
    display: flex;
    gap: 1rem;
    padding: 0;
    margin-top: 2rem;
}

ul.contact-list-icon a {
    background: #FF6A00;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
}

ul.contact-list-icon li i {
    font-size: 20px;
    margin: 0;
    padding: 0;
}

.bg-black {
    background: black;
}

.bg-black a {
    color: white;
}

ul.list-footer {
    display: flex;
    gap: 18px;
}

ul.list-footer a {
    text-decoration: none;
    text-transform: uppercase;
}

ul.list-white-select {
    display: flex;
    gap: 10px;
    height: 21px;
}

ul.list-white-select {
    display: flex;
    gap: 10px;
    height: 21px;
}

ul.list-white-select select {
    font-weight: 700;
    text-transform: uppercase;
}

.copy-right p {
    margin: 0;
}

.gall-iner.inner-banner {
    padding: 100px 0;
}

.inner-gall {
    position: relative;
    text-align: center;
    border-radius: 25px;
    padding: 2rem 0;
}

/* bottom horizontal line */
.inner-gall::after {
    content: '';
    position: absolute;
    width: 80%;
    height: 1px;
    background: white;
    left: 50%;
    bottom: 0;
    opacity: 0.2;
    transform: translateX(-50%);
}

/* right vertical line */
.inner-gall::before {
    content: '';
    position: absolute;
    right: 0;
    width: 1px;
    height: 80%;
    background: white;
    top: 50%;
    opacity: 0.2;
    transform: translateY(-50%);
}

/* left vertical line */
.inner-gall .left-line {
    position: absolute;
    left: 0;
    width: 1px;
    height: 80%;
    background: white;
    top: 50%;
    transform: translateY(-50%);
}

.gallery-box.inner-gall p {
    margin: 0;
}

.gallery-box.inner-gall i {
    font-size: 5rem;
    margin-bottom: 1rem;
}



.inner-gall:hover {
    background: #9c4100;
}

.row>.col-lg-3:nth-child(4n) .inner-gall::before {
    content: none;
}

.inner-gall a {
    color: white;
    text-decoration: none;
}

.gallery-img a {
    position: absolute;
    text-align: center;
    right: 0;
    left: 0;
    z-index: 999;
    display: none;
    text-decoration: none;
}


.gallery-img i {
    color: black;
    font-size: 25px;
}

.gallery-img::after {
    position: absolute;
    content: '';
    background: #0000004d;
    width: 100%;
    height: 100%;
    z-index: 2;
    left: 0;
    top: 0;

    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
}

.gallery-img:hover::after {
    opacity: 1;
    visibility: visible;
}

.gallery-img:hover a {
    display: flex;
    width: 60px;
    height: 60px;
    /* border-radius: 50%; */
    background: white;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    margin: 0 auto;
}

.gallery-img:hover a:hover {
    background: #9c4100;
}

.gallery-img:hover a:hover i {
    color: white;
}

.black-bg {
    background: #111111 !important;
}

.gallery-modal h5 span {
    display: block;
    font-size: 12px;
    font-style: italic;
}

.gallery-modal .modal-content {
    border-radius: 0px;
}

.btn-download-free i{
    transform: rotate(0deg);
}

.merchandise-box img {
    width: 100%;
}

.product-image img {
    width: 100%;
}

.merchandise {
    border-top: 1px solid #dee2e6;
    padding-top: 20px;
    margin-top: 30px;
}

.merchandise h2 {
    font-size: 30px;
    margin: 0;
}

.merchandise p {
    font-size: 15px;
}

.merchandise-box h4 {
    color: black;
    font-family: "Montserrat", sans-serif;
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
    margin-top: 30px;
}

.merchandise-box p {
    color: #FF6A00;
    font-family: "Montserrat", sans-serif;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 25px;
    text-align: center;
}

.merchandise-box img {
    height: 300px;
    object-fit: cover;
}

.merchandise-box {
    margin-top: 30px;
}

.quantity-control {
    display: flex;
    align-items: center;
    gap: 6px;
    margin: 8px 0;
    justify-content: center;
}

.qty-btn {
    width: 28px;
    height: 28px;
    border: 1px solid #ccc;
    background: #9C4100;
    cursor: pointer;
    font-size: 18px;
    line-height: 1;
    color: white;
}

.quantity-box {
    width: 50px;
    border: 0;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #e5e5e5;
    border: 1px solid #e5e5e5;
}

.quantity-box::-webkit-outer-spin-button,
.quantity-box::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
.quantity-box {
    -moz-appearance: textfield;
}

.cart-summary {
    border-radius: 0;
    background: transparent;
    padding: 20px 40px 0;
}

.cart-item {
    display: flex;
    justify-content: space-between;
    margin-bottom: 5px;
    border-bottom: 1px solid #FF6A00;
    padding-bottom: 6px;
    padding-top: 6px;
}

.cart-total {
    font-weight: bold;
    font-size: 18px;
}


.cart-summary > p {
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-weight: bold;
    font-size: 20px;
    margin-top: 10px;
    border-bottom: 1px solid #FF6A00;
    padding-bottom: 10px;
}

.btn-purchase {
    background-color: black;
    border-radius: 50px;
    color: white;
    padding: 11px 35px;
}

.cart-summary h4 {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 28px;
    margin-bottom: 15px;
}

.cart-items span.item-price {
    font-size: 20px;
    font-weight: bold;
}

.cart-summary a {
    margin-left: auto;
    display: inline-block;
    float: right;
    text-align: center;
    padding: 10px 25px;
    margin-top: 25px;
}

.checkout-main-item {
    padding: 0 40px;
    display: flex;
    gap: 30px;
}

.checkout-main-item .checkout-left {
    flex: 1;
}

.checkout-main-item .checkout-left .login-prompt {
    padding: 18px;
    margin-bottom: 35px;
    font-size: 16px;
    background: transparent;
    border: 1px dashed #D4D4D4;
}

.checkout-main-item .checkout-left .login-prompt a {
    color: #111;
    font-weight: 700;
    text-decoration: none;
    border-bottom: 1px solid #111;
}

.checkout-main-item .checkout-left .section-box {
    margin-bottom: 20px;
}

.checkout-main-item .title {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 15px;
    color: #111;
}

.checkout-main-item .checkout-left .form-grid input, .checkout-main-item .checkout-left .form-grid select, .checkout-main-item .checkout-left .form-grid textarea {
    width: 100%;
    padding: 12px 20px;
    font-size: 15px;
    background: transparent;
    border: 1px solid #D4D4D4;
    outline: none;
    height: 48px;
}

.checkout-main-item .checkout-left .payment-section .payment-methods {
    margin-bottom: 25px;
    border: 1px solid #eee;
}

.checkout-main-item .checkout-left .payment-section .payment-methods .payment-option {
    border: 1px solid #D4D4D4;
    padding: 32px 24px;
    margin-bottom: 16px;
}

.checkout-main-item .checkout-left .payment-section .payment-methods .method-item .method-transfer label {
    font-size: 16px;
    font-weight: 600;
    margin-left: 10px;
    cursor: pointer;
}

.checkout-main-item .checkout-left .payment-section .payment-methods .method-item .method-content {
    margin-top: 10px;
}

.checkout-main-item .checkout-left .payment-section .payment-methods .method-item .method-content .desc {
    font-size: 15px;
    margin-bottom: 15px;
}

.checkout-main-item .checkout-left .payment-section .payment-methods .method-item .method-content .full-width {
    width: 100%;
    padding: 12px 20px;
    font-size: 15px;
    background: transparent;
    border: 1px solid #D4D4D4;
    outline: none;
    height: 48px;
}

.checkout-main-item .checkout-left .payment-section .payment-methods .method-item .method-content .card-input-box {
    position: relative;
    margin: 15px 0;
}

.checkout-main-item .checkout-left .payment-section .payment-methods .method-item .method-content .card-input-box input {
    width: 100%;
    padding: 12px 20px;
    font-size: 15px;
    background: transparent;
    border: 1px solid #D4D4D4;
    outline: none;
    color: #121212;
}

.checkout-main-item .checkout-left .payment-section .payment-methods .method-item .method-content .card-input-box .card-icons {
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
    display: flex;
    gap: 8px;
    max-width: 255px;
}

.checkout-main-item .checkout-left .payment-section .payment-methods .method-item .method-content .form-grid-3 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
}

.checkout-main-item .checkout-left .payment-section .payment-methods .method-item .method-header {
    border: 1px solid #D4D4D4;
    padding: 20px 24px;
    line-height: 1;
}

.checkout-main-item .checkout-left .payment-section .payment-methods .method-item .method-header label {
    font-size: 16px;
    font-weight: 600;
    margin-left: 10px;
    cursor: pointer;
}

.checkout-main-item .checkout-left .payment-section .payment-methods .method-item .method-content .form-grid-3 input {
    width: 100%;
    padding: 12px 20px;
    font-size: 15px;
    background: transparent;
    border: 1px solid #D4D4D4;
    outline: none;
    height: 48px;
}

.checkout-main-item .checkout-left .payment-section .payment-methods .method-item .method-content .form-grid-3 select {
    width: 100%;
    padding: 12px 20px !important;
    font-size: 15px;
    background: transparent;
    border: 1px solid #D4D4D4;
    outline: none;
    height: 48px;
}

.checkout-main-item .checkout-left .payment-section .payment-methods .method-item .method-content .save-card {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 20px;
    font-size: 13px;
    font-weight: 600;
}

.checkout-main-item .checkout-left .payment-section .payment-methods .method-item .method-content .save-card input {
    width: 16px;
    height: 16px;
    accent-color: #111;
}

.checkout-main-item .checkout-right {
    flex: 1;
}

.checkout-main-item .checkout-right .order-list-box {
    padding: 32px 24px;
    border: 1px solid #D4D4D4;
}

.checkout-main-item .checkout-right .order-list-box .list-head {
    display: flex;
    justify-content: space-between;
    padding-bottom: 10px;
    margin-bottom: 15px;
    font-size: 16px;
    color: #999;
    border-bottom: 1px solid #D4D4D4;
}

.checkout-main-item .checkout-right .order-list-box .list-head span {
    color: #808080;
}

.checkout-main-item .checkout-right .order-list-box .order-item {
    display: flex;
    align-items: center;
    gap: 15px;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #D4D4D4;
}

.checkout-main-item .checkout-right .order-list-box .order-item .item-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.checkout-main-item .checkout-right .order-list-box .order-item .item-info {
    flex: 1;
}

.checkout-main-item .checkout-right .order-list-box .order-item .item-info .cat {
    font-size: 12px;
    color: #808080;
    font-weight: 500;
    line-height: 1;
}

.checkout-main-item .checkout-right .order-list-box .order-item .item-info .name {
    font-size: 16px;
    font-weight: 600;
    margin: 3px 0;
    color: #121212;
}

.checkout-main-item .checkout-right .order-list-box .order-item .item-info .price {
    font-size: 14px;
    font-weight: 500;
    color: #121212;
    line-height: 1;
}

.checkout-main-item .checkout-right .order-list-box .order-item .qty-control {
    display: flex;
    align-items: center;
    gap: 10px;
}

.checkout-main-item .checkout-right .order-list-box .order-item .qty-control .qty-box {
    display: flex;
    border: 1px solid #D4D4D4;
}

.checkout-main-item .checkout-right .order-list-box .order-item .qty-control .qty-box .minus {
    border-right: 1px solid #D4D4D4;
}

.checkout-main-item .checkout-right .order-list-box .order-item .qty-control .qty-box button {
    width: 30px;
    height: 30px;
    font-size: 10px;
    background: transparent;
    border: none;
    cursor: pointer;
}

.checkout-main-item .checkout-right .order-list-box .order-item .qty-control .qty-box .plus {
    border-left: 1px solid #D4D4D4;
}

.checkout-main-item .checkout-right .order-list-box .order-item .qty-control .del {
    background: transparent;
    border: none;
    font-size: 16px;
    color: #999;
    cursor: pointer;
}

.checkout-main-item .checkout-right .orange-coupon {
    position: relative;
    margin: 30px 0;
    background: #FF6A00;
    color: #fff;
}

.checkout-main-item .checkout-right .orange-coupon::before {
    left: -9px;
}

.checkout-main-item .checkout-right .orange-coupon .top {
    padding: 20px 25px;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    border-bottom: 1px dashed #D4D4D4;
}

.checkout-main-item .checkout-right .orange-coupon .top .lbl {
    font-size: 14px;
    color: #121212;
}

.checkout-main-item .checkout-right .orange-coupon .top h3 {
    font-size: 24px;
    color: #121212;
}

.checkout-main-item .checkout-right .orange-coupon .top .txt-right {
    text-align: right;
    font-size: 14px;
    color: #121212;
    text-transform: capitalize;
    font-weight: 500;
}

.checkout-main-item .checkout-right .orange-coupon .bottom {
    padding: 18px 25px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.checkout-main-item .checkout-right .orange-coupon .bottom p {
    font-weight: 600;
    color: #121212;
}

.checkout-main-item .checkout-right .orange-coupon .bottom .apply-btn {
    padding: 10px 22px;
    border-radius: 30px;
    background: #111;
    color: #fff;
    border: none;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.4s ease-in-out;
}


.checkout-main-item .checkout-right .orange-coupon::before, .checkout-main-item .checkout-right .orange-coupon::after {
    content: "";
    position: absolute;
    top: 59%;
    width: 28px;
    height: 28px;
    background: white;
    border-radius: 50%;
    transform: translateY(-50%);
}

.checkout-main-item .checkout-right .coupon-field {
    margin-bottom: 30px;
    border-bottom: 1px solid #D4D4D4;
    padding-bottom: 24px;
}

.checkout-main-item .checkout-right .coupon-field h3 {
    font-size: 18px;
    margin-bottom: 15px;
}

.checkout-main-item .checkout-right .coupon-field .input-grp {
    display: flex;
}

.checkout-main-item .checkout-right .coupon-field .input-grp input {
    flex: 1;
    padding: 16px 16px;
    border: 1px solid #D4D4D4;
    outline: none;
    color: var(--text);
    font-size: 14px;
}

.checkout-main-item .checkout-right .coupon-field .input-grp button {
    padding: 0 30px;
    background: #121212;
    color: #fff;
    border: none;
    font-weight: 600;
    cursor: pointer;
    margin-left: 10px;
    transition: all 0.4s ease-in-out;
}

.checkout-main-item .checkout-right .totals .rows {
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
    font-size: 15px;
    color: #424242;
}

.checkout-main-item .checkout-right .totals .rows.grand-total {
    margin-top: 25px;
    padding-top: 25px;
    border-top: 1px solid #D4D4D4;
    font-size: 20px;
    color: #111;
}

.section-padding {
    padding: 80px 0;
}


.checkout-main-item .checkout-left .form-grid textarea {
    height: auto;
}

.checkout-main-item .checkout-left .payment-section .theme-btn {
    width: 100%;
    background-color: #121212;
    color: #fff;
    border-radius: 50px;
    text-decoration: none;
    overflow: hidden;
}
.theme-btn {
    background-color: #fff;
    color: #121212;
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    padding: 18px 30px;
    text-transform: capitalize;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    position: relative;
    z-index: 1;
    line-height: 1;
}

.checkout-main-item .checkout-right .orange-coupon::after {
    right: -9px;
}

.checkout-main-item .checkout-right .order-list-box .order-item .qty-control .qty-box input {
    width: 30px;
    border: none;
    text-align: center;
    font-size: 13px;
    outline: none;
    background-color: transparent;
    color: #121212;
}

.item-img {
    width: 80px;
}

.checkout-main-item .checkout-left .payment-section .theme-btn::before, .checkout-main-item .checkout-left .payment-section .theme-btn::after {
    background-color: #FF6A00;
}
.theme-btn:hover::before, .theme-btn:hover::after {
    width: 100%;
}
.theme-btn::before {
    content: "";
    background-color: #FF6A00;
    width: 0;
    height: 50%;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    z-index: -1;
}

.theme-btn::after {
    content: "";
    background-color: #FF6A00;
    width: 0;
    height: 50%;
    position: absolute;
    bottom: 0;
    right: 0;
    -webkit-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    z-index: -1;
}

span.like-button {
    position: absolute;
    right: 0;
    z-index: 3;
    background-color: #e5e5e5;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 25px;
    bottom: 10px;
    border-radius: 14px;
    right: 10px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.2);
    cursor: pointer;
}

span.like-button.liked {
    background-color: #FF6A00;
}

span.like-button:hover {
    background-color: #FF6A00;
}

.banner-video {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    top: 0;
    z-index: -2;
}

.banner-video video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}