/*---------------------------------------------------------------

    Template Name: EliteRetailer - eCommerce HTML Template
    Template URL: https://lucasantoro.it/demos/EliteRetailer/index.html
    Description: EliteRetailer is a modern e-commerce HTML template that offers an elegant and intuitive design, designed to enhance the online shopping experience with a responsive layout, eye-catching visuals and advanced features.
    Author: LucaSantoroWebDesign
    Author URL: https://themeforest.net/user/lucasantorowebdesign
    Version: 1.0

-----------------------------------------------------------------

    CSS INDEX
    ==================

    1. Form Input CSS
    2. Spinner CSS
    3. Heading CSS
    4. Button CSS
    5. Category CSS
    6. Sidebar CSS
    7. Navbar CSS
    8. Hero Header CSS
    9. Title CSS
    10. Product Item CSS
    11. Product Discount CSS
    12. Product Deluxe Item CSS
    13. Categories CSS
    14. Searchbox CSS
    15. Testimonial CSS
    16. Footer CSS
    17. Reviews CSS
    18. Contact CSS
    19. Cart CSS
    20. Checkout CSS
    21. Profile CSS
    22. Coupons CSS

----------------------------------------------------------------*/
:root {
    --primary: #11002D;
    --secondary: #FBA504;
    --light: #F6F4F9;
    --dark: #04000B;
}

/**********************************/
/********* 1. Form Input CSS *********/
/**********************************/

input{
    border-radius: 0 !important;
}

.form-control,
.custom-select {
    width: 100%;
    height: 35px;
    padding: 0 15px;
    color: #999999;
    border: 1px solid #dddddd;
    margin-bottom: 15px
}

.form-control:focus,
.custom-select:focus {
    box-shadow: none;
    border-color: #11002D;
}

.custom-radio,
.custom-checkbox {
    margin-bottom: 15px;
}

.custom-radio .custom-control-label::before,
.custom-checkbox .custom-control-label::before {
    background: #dddddd;
    border-color: #dddddd;
}

.custom-radio .custom-control-input:checked~.custom-control-label::before,
.custom-checkbox .custom-control-input:checked~.custom-control-label::before {
    color: #ffffff;
    background: #11002D;
    border-color: #11002D;
    box-shadow: none;
}

/**********************************/
/********* 2. Spinner CSS *********/
/**********************************/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 45px;
    bottom: 45px;
    z-index: 99;
}


/**********************************/
/********* 3. Heading CSS *********/
/**********************************/
h1,
h2,
.fw-bold {
    font-weight: 700 !important;
}

h3,
h4,
.fw-semi-bold {
    font-weight: 600 !important;
}

h5,
h6,
.fw-medium {
    font-weight: 500 !important;
}


/**********************************/
/********* 4. Button CSS *********/
/**********************************/
.btn {
    font-weight: 500;
    transition: .5s;
}

.btn:hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, .5);
}

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
    border-radius: 50px;
}

/**********************************/
/********** 5. Category CSS **********/
/**********************************/
.category {
    position: relative;
    padding: 0 15px;
    margin-bottom: 30px;
}

.category .col-md-3 {
    padding: 0;
}

.category .category-item {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    height: 100%;
    max-height: 400px;
    overflow: hidden;
    background: #ffffff;
}

.category .category-item.ch-400 {
    height: 400px;
}

.category .category-item.ch-250 {
    height: 250px;
}

.category .category-item.ch-150 {
    height: 150px;
}

.category .category-item img {
    width: 100%; 
    height: 100%; 
    object-fit: cover; 
}

.category .category-name {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    background: rgba(255, 111, 97, .7);
    transition: all 0.3s;
    opacity: 0;
}

.category .category-name:hover {
    opacity: 1;     
}

.category .category-name p {
    margin: 0 0 50px 0;
    padding: 15px;
    width: 100%;
    text-align: center;
    color: #ffffff;
    font-size: 16px;
    transition: all 0.3s;
}

.category .category-name:hover p {
    margin: 0;       
}


/**********************************/
/********** 6. Sidebar CSS ***********/
/**********************************/
.sidebar-widget {
    padding: 30px;
    background: #ffffff;
}

.sidebar-widget:not(:first-child) {
    padding-top: 0;
}

.sidebar-widget .title {
    position: relative;
    font-size: 22px;
    text-transform: capitalize;
    margin-bottom: 15px;
}

.sidebar-widget.category {
    margin: 0;
}

.sidebar-widget.category .navbar {
    padding: 0;
    overflow: hidden;
    background: #ffffff !important;
}

.sidebar-widget.category .navbar-nav {
    width: 100%;
}

.sidebar-widget.category .navbar li {
    border-bottom: 1px solid #f3f6ff;
}

.sidebar-widget.category .navbar li:last-child {
    border-bottom: none;
}

.sidebar-widget.category .navbar a {
    color: #353535;
}

.sidebar-widget.category .navbar a:hover {
    color: #FF6F61;
}

.sidebar-widget.category .navbar i {
    color: #FF6F61;
    width: 20px;
    text-align: center;
    margin-right: 8px;
}

.sidebar-widget.category .navbar a:hover i {
    color: #353535;
}

.sidebar-widget.brands ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.sidebar-widget.brands ul li {
    margin-bottom: 12px; 
}

.sidebar-widget.brands ul li:last-child {
    margin-bottom: 0; 
}

.sidebar-widget.brands ul li a {
    color: #353535;
    white-space: nowrap;
    display: inline-block;
    line-height: 23px;
    transition: all .3s;
}

.sidebar-widget.brands ul li a::before {
    content: '\f105';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    padding-right: 5px;
}

.sidebar-widget.brands ul li a:hover {
    color: #FF6F61;
}

.sidebar-widget.brands ul li a:hover::before {
    content: '\f101';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
}

.sidebar-widget.brands ul li a:hover {
    padding-left: 10px; 
}

.sidebar-widget.brands ul li span {
    display: inline-block;
    float: right;
    color: #666666;
    font-size: 14px;
    font-weight: 400;
}

.sidebar-widget.widget-slider {
    position: relative;
}

.sidebar-widget.image a {
    display: block;
    width: 100%;
    overflow: hidden;
}

.sidebar-widget.image img {
    max-width: 100%;
    transition: .3s;
}

.sidebar-widget.image img:hover {
    transform: scale(1.1);
    filter: blur(3px);
    -webkit-filter: blur(3px);
}

.sidebar-widget.tag a {
    display: inline-block;
    margin: 0 0 4px 0;
    padding: 3px 8px;
    font-size: 14px;
    color: #353535;
    background: #ffffff;
    border: 1px solid #353535;
    border-radius: 4px;
    transition: .3s;
}

.sidebar-widget.tag a:hover {
    color: #ffffff;
    background: #FF6F61;
    border-color: #FF6F61;
}


/**********************************/
/********* 7. Navbar CSS *********/
/**********************************/
.navbar .dropdown-toggle::after {
    border: none;
    content: "\f067";
    font-family: "Font Awesome 5 Free";
    font-size: 10px;
    font-weight: bold;
    vertical-align: middle;
    margin-left: 8px;
}

.navbar-light .navbar-nav .nav-link {
    position: relative;
    margin-right: 25px;
    padding: 35px 0;
    font-family: 'Jost', sans-serif;
    font-size: 18px;
    font-weight: 500;
    color: var(--light) !important;
    outline: none;
    transition: .5s;
}

.sticky-top.navbar-light .navbar-nav .nav-link {
    padding: 20px 0;
    color: var(--dark) !important;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active {
    color: var(--secondary) !important;
}

.navbar-light .navbar-brand h1 {
    color: #FFFFFF;
}

.navbar-light .navbar-brand img {
    max-height: 60px;
    transition: .5s;
}

.sticky-top.navbar-light .navbar-brand img {
    max-height: 45px;
}

@media (max-width: 991.98px) {
    .sticky-top.navbar-light {
        position: relative;
        background: #FFFFFF;
    }

    .navbar-light .navbar-collapse {
        margin-top: 15px;
        border-top: 1px solid #DDDDDD;
    }

    .navbar-light .navbar-nav .nav-link,
    .sticky-top.navbar-light .navbar-nav .nav-link {
        padding: 10px 0;
        margin-left: 0;
        color: var(--dark) !important;
    }

    .navbar-light .navbar-brand h1 {
        color: var(--primary);
    }

    .navbar-light .navbar-brand img {
        max-height: 45px;
    }
}

@media (min-width: 992px) {
    .navbar-light {
        position: absolute;
        width: 100%;
        top: 0;
        left: 0;
        border-bottom: 1px solid rgba(256, 256, 256, .1);
        z-index: 999;
    }
    
    .sticky-top.navbar-light {
        position: fixed;
        background: #FFFFFF;
    }

    .sticky-top.navbar-light .navbar-brand h1 {
        color: var(--primary);
    }

    .navbar-light .navbar-nav .nav-item .dropdown-menu {
        display: block;
        border: none;
        margin-top: 0;
        top: 150%;
        opacity: 0;
        visibility: hidden;
        transition: .5s;
    }

    .navbar-light .navbar-nav .nav-item:hover .dropdown-menu {
        top: 100%;
        visibility: visible;
        transition: .5s;
        opacity: 1;
    }

    .navbar-light .btn {
        color: var(--dark);
        background: #FFFFFF;
    }

    .sticky-top.navbar-light .btn {
        color: var(--dark);
        background: var(--secondary);
    }
}


/**********************************/
/********* 8. Hero Header CSS *********/
/**********************************/
.hero-header {
    margin-bottom: 6rem;
    padding: 18rem 0;
}

@media (max-width: 991.98px) {
    .hero-header {
        padding: 6rem 0 9rem 0;
    }
}
.bg-home{
    background: url('../image/bg.png') no-repeat; 
    background-size: cover;
}

.product-cat{
    margin-bottom: 60px;
    height: 90px;
}

.product-cat-page{
    margin-bottom: 30px;
    height: 180px;
}

/**********************************/
/********* 9. Title CSS *********/
/**********************************/
.section-title {
    position: relative;
    display: flex;
    align-items: center;
    font-weight: 500;
    text-transform: uppercase;
}

.section-title span:first-child,
.section-title span:last-child {
    position: relative;
    display: inline-block;
    margin-right: 30px;
    width: 30px;
    height: 2px;
}

.section-title span:last-child {
    margin-right: 0;
    margin-left: 30px;
}

.section-title span:first-child::after,
.section-title span:last-child::after {
    position: absolute;
    content: "";
    width: 15px;
    height: 2px;
    top: 0;
    right: -20px;
}

.section-title span:last-child::after {
    right: auto;
    left: -20px;
}

.section-title.text-primary span:first-child,
.section-title.text-primary span:last-child,
.section-title.text-primary span:first-child::after,
.section-title.text-primary span:last-child::after {
    background: var(--primary);
}

.section-title.text-secondary span:first-child,
.section-title.text-secondary span:last-child,
.section-title.text-secondary span:first-child::after,
.section-title.text-secondary span:last-child::after {
    background: var(--secondary);
}

.section-title.text-white span:first-child,
.section-title.text-white span:last-child,
.section-title.text-white span:first-child::after,
.section-title.text-white span:last-child::after {
    background: #FFFFFF;
}


/**********************************/
/********* 10. Product Item CSS *********/
/**********************************/
.product-item {
    transition: .5s;
}

.product-item:hover {
    margin-top: -15px;
}

.product-orders-image{
    width: 50px;
    height: auto;
}


/**********************************/
/********* 11. Product Discount CSS *********/
/**********************************/
.product-discount-image{
    border-radius: 14px;
}

/**********************************/
/********* 12. Product Deluxe Item CSS *********/
/**********************************/
.product-deluxe-item {
    position: relative;
    padding: 45px 30px;
    background: var(--light);
    overflow: hidden;
    transition: .5s;
}

.product-deluxe-item:hover {
    margin-top: -15px;
    padding-bottom: 60px;
    background: var(--primary);
}

.product-deluxe-item .service-icon {
    margin: 0 auto 20px auto;
    width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--light);
    background: url(../image/blob-primary.png) center center no-repeat;
    background-size: contain;
    transition: .5s;
}

.product-deluxe-item:hover .service-icon {
    color: var(--dark);
    background: url(../image/blob-secondary.png) center center no-repeat;
    background-size: contain;
}

.product-deluxe-item h5,
.product-deluxe-item p {
    transition: .5s;
}

.product-deluxe-item:hover h5,
.product-deluxe-item:hover p {
    color: #FFFFFF;
}

.product-deluxe-item a.btn {
    position: absolute;
    bottom: -40px;
    left: 50%;
    transform: translateX(-50%);
    color: var(--primary);
    background: #FFFFFF;
    border-radius: 40px 40px 0 0;
    transition: .5s;
    z-index: 1;
}

.product-deluxe-item a.btn:hover {
    color: var(--dark);
    background: var(--secondary);
}

.product-deluxe-item:hover a.btn {
    bottom: 0;
}

.product-front-page-image-box{
    margin-bottom: 30px;
}

.product-front-page-image-box img{
    border-radius: 14px;
    height: 200px;
}

.ProductFrontPage{
    cursor: pointer;
}

.product-list-hero{
    padding-bottom: 0px;
    margin-bottom: 0px;
    height: 400px;
    background: url('../image/bg-list-layout.png') no-repeat !important;
    background-size: cover;
}

.product-list-container{
    padding-top: 10px !important;
}

.product-list-information{
    background-color: white;
    padding-left: 30px;
    border-radius: 14px;
    padding-top: 20px;
    padding-left: 30px;
    padding-bottom: 20px;
    padding-right: 30px;
    text-align: left;
}

.product-list-color-red{
    height: 20px;
    width: 20px;
    border-radius: 10px;
    background-color: red;
    float: left;
}

.product-list-color-blue{
    height: 20px;
    width: 20px;
    border-radius: 10px;
    background-color: cyan;
    float: left;
}

.product-list-color-pink{
    height: 20px;
    width: 20px;
    border-radius: 10px;
    background-color: pink;
    float: left;
}

.product-list-color-green{
    height: 20px;
    width: 20px;
    border-radius: 10px;
    background-color: yellowgreen;
    float: left;
}

.product-list-color-orange{
    height: 20px;
    width: 20px;
    border-radius: 10px;
    background-color: orange;
    float: left;
}

.product-list-color-yellow{
    height: 20px;
    width: 20px;
    border-radius: 10px;
    background-color: yellow;
    float: left;
}

.product-list-color-black{
    height: 20px;
    width: 20px;
    border-radius: 10px;
    background-color: black;
    float: left;
}

.product-list-image{
    height: 200px;
}

.product-list-price{
    font-size: 20px;
}

.product-details-choose-image{
    width: 100%;
    height: auto;
    margin-bottom: 20px;
    border-radius: 14px;
}

.product-details-image{
    width: 100%;
    height: auto;
    border-radius: 14px;
}

.product-details-image-b{
    width: 100%;
    height: auto;
    border-radius: 14px;
}

.product-simple-color-green{
    height: 20px;
    width: 20px;
    border-radius: 10px;
    background-color: green;
    margin-left: 10px;
    margin-top: 0px !important;
    float: left;
}

.product-simple-color-red{
    height: 20px;
    width: 20px;
    border-radius: 10px;
    background-color: red;
    margin-left: 10px;
    margin-top: 0px !important;
    float: left;
}

.product-simple-color-orange{
    height: 20px;
    width: 20px;
    border-radius: 10px;
    background-color: orange;
    margin-left: 10px;
    margin-top: 0px !important;
    float: left;
}

.product-simple-color-pink{
    height: 20px;
    width: 20px;
    border-radius: 10px;
    background-color: pink;
    margin-left: 10px;
    margin-top: 0px !important;
    float: left;
}

.product-simple-details-head div{
    text-align: center;
    font-size: 21px;
    border-bottom: 1px solid var(--primary);
    padding-bottom: 10px;
}

.product-simple-body{
    padding: 18px;
    width: 100%;
    text-align: center;
}

.product-simple-body div {
    text-align: left;
}

.product-in-cart{
    border-radius: 14px;
    width: 100%;
}

.product-cart-description{
    padding-left: 60px;
}

.product-cart-box{
    padding-top: 40px;
    padding-bottom: 40px;
    border-bottom: 1px solid var(--primary);
}

.product-simple-description-1{
    width: 300px;
}

.product-simple-information-table{
    width: 100%;
    text-align: left;
    margin-top: 20px;
}

.product-video-box{
    margin-top: 60px;
}

.product-video-frame{
    width: 100%;
    height: 500px;
}

.product-price-green{
    color: green;
    font-size: 30px;
}

/**********************************/
/********* 13. Categories CSS *********/
/**********************************/
.categories-container{
    margin-top: 70px;
}

.categories-second-row{
    margin-top: 30px;
}


/**********************************/
/********* 14. Searchbox CSS *********/
/**********************************/
.searchbox-product-grid {
    margin-top: 10px !important;
}

.container-search-box{
    margin-top: 20px;
    margin-bottom: 20px;
}

.newsletter {
    margin: 6rem 0;
    background:
        url(../image/blob-top-left.png),
        url(../image/blob-top-right.png),
        url(../image/blob-bottom-left.png),
        url(../image/blob-bottom-right.png),
        url(../image/blob-center.png);
    background-position:
        left 0px top 0px,
        right 0px top 0px,
        left 0px bottom 0px,
        right 0px bottom 0px,
        center center;
    background-repeat: no-repeat;
}


/**********************************/
/********* 15. Testimonial CSS *********/
/**********************************/
.testimonial-carousel .testimonial-item {
    padding: 0 30px 30px 30px;
}

.testimonial-carousel .owl-nav {
    display: flex;
    justify-content: center;
}

.testimonial-carousel .owl-nav .owl-prev,
.testimonial-carousel .owl-nav .owl-next {
    margin: 0 12px;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--primary);
    background: var(--light);
    border-radius: 60px;
    font-size: 22px;
    transition: .5s;
}

.testimonial-carousel .owl-nav .owl-prev:hover,
.testimonial-carousel .owl-nav .owl-next:hover {
    color: #FFFFFF;
    background: var(--primary);
    box-shadow: 0 0 10px rgba(0, 0, 0, .5);
}


/**********************************/
/********* 16. Footer CSS *********/
/**********************************/
.footer {
    margin-top: 6rem;
    padding-top: 1rem;
    background-position:
        center top,
        center center;
}

.footer .btn.btn-social {
    margin-right: 5px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--light);
    border: 1px solid rgba(256, 256, 256, .1);
    border-radius: 40px;
    transition: .3s;
}

.footer .btn.btn-social:hover {
    color: var(--primary);
}

.footer .btn.btn-link {
    display: block;
    margin-bottom: 10px;
    padding: 0;
    text-align: left;
    color: var(--light);
    font-weight: normal;
    transition: .3s;
}

.footer .btn.btn-link::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 10px;
}

.footer .btn.btn-link:hover {
    letter-spacing: 1px;
    box-shadow: none;
    color: var(--secondary);
}

.footer .copyright {
    padding: 25px 0;
    font-size: 14px;
    border-top: 1px solid rgba(256, 256, 256, .1);
}

.footer .copyright a {
    color: var(--light);
}

.footer .footer-menu a {
    margin-right: 15px;
    padding-right: 15px;
    border-right: 1px solid rgba(255, 255, 255, .1);
}

.footer .footer-menu a:last-child {
    margin-right: 0;
    padding-right: 0;
    border-right: none;
}

.footer .copyright a:hover,
.footer .footer-menu a:hover {
    color: var(--secondary);
}

.fact {
    margin: 6rem 0;
    background:
        url(../image/blob-top-left.png),
        url(../image/blob-top-right.png),
        url(../image/blob-bottom-left.png),
        url(../image/blob-bottom-right.png),
        url(../image/blob-center.png);
    background-position:
        left 0px top 0px,
        right 0px top 0px,
        left 0px bottom 0px,
        right 0px bottom 0px,
        center center;
    background-repeat: no-repeat;
}

.banner-evidence-home{
    margin-top: 20px;
    margin-bottom: 20px;
}

/**********************************/
/********* 17. Reviews CSS *********/
/**********************************/
.comment-add{
	padding-top: 10px;
	display: flex;
}

.comment-add-logo{
	padding-top: 10px;
}

.comment-text{
	width: 500px;
	margin-left: 20px;
	border-bottom: 2px solid gray;
	height: 50px;
}

.product-textarea{
    height: 150px !important;
    margin-left: 10px;
    margin-right: 10px;
    padding-top: 0 !important;
}

.product-button{
    margin-left: 10px;
}

.row-comments{
	margin-top: 30px;
}

.comment-box{
	display: flex;
	margin-top: 10px;
    margin-bottom: 30px;
}

.comment-box-icon{
	width: 6%;
}

.comment-box-text{
	width: 94%;
}

.comment-user{
	font-size: 14px;
}

.comment-message{
	font-size: 14px;
}

.comment-rating{
	display: flex;
	margin-top: 0px;
    margin-bottom: 2px;
}

.comment-rating-text{
	margin-left: 5px;
	margin-right: 10px;
	font-size: 12px;
}

.rating-user-profile{
    width: 35px;
    border-radius: 50%;
}

.rating-add-box{
    margin-top: 10px;
}

#timer{
    font-size: 40px;
    color: green;
}

@media only screen and (max-width: 500px) {
    .comment-box-text{
        margin-left: 30px;
    }
}

/**********************************/
/********* 18. Contact CSS *********/
/**********************************/
.container-contact{
    margin-top: 50px !important;
}


/**********************************/
/************ 19. Cart CSS ************/
/**********************************/
.cart-page {
    position: relative;
    margin-top: 30px;
}

.cart-page .cart-page-inner {
    padding: 30px;
    margin-bottom: 30px;
    background: #ffffff;
}

.cart-page .table {
    width: 100%;
    text-align: center;
    margin-bottom: 0;
}

.cart-page .table .thead-dark th {
    font-family: 'Source Code Pro', monospace;
    font-size: 18px;
    font-weight: 700;
    color: #353535;
    text-align: center;
    background: transparent;
    border-color: #dddddd;
    border-bottom: none;
    vertical-align: middle;
}

.cart-page .table td {
    font-size: 16px;
    vertical-align: middle;
}

.cart-page .table .img {
    display: flex;
    align-items: center;
}

.cart-page .table .img img {
    max-width: 60px;
    max-height: 60px;
    margin-right: 15px;
}

.cart-page .table .img p {
    display: inline-block;
    text-align: left;
    margin: 0;
}

.cart-page .table .qty {
    display: inline-block;
    width: 100px;
    font-size: 0;
}

.cart-page .table button {
    width: 30px;
    height: 30px;
    font-size: 14px;
    text-align: center;
    color: #ffffff;
    background: #11002D;
    border: none;
    border-radius: 4px;
}

.cart-page .table button.btn-minus {
    border-radius: 4px 0 0 4px;
}

.cart-page .table button.btn-plus {
    border-radius: 0 4px 4px 0;
}

.cart-page .table button.btn-cart {
    width: auto;
}

.cart-page .table input {
    width: 40px;
    height: 30px;
    font-size: 16px;
    color: black;
    text-align: center;
    background: white;
    border: none;
    border: 1px solid black;
}

.cart-page .coupon {
    position: relative;
    width: 100%;
    margin-bottom: 15px;
    font-size: 0;
}

.cart-page .coupon input {
    width: calc(100% - 135px);
    height: 40px;
    padding: 0 15px;
    font-size: 16px;
    color: #999999;
    background: #ffffff;
    border: 1px solid #dddddd;
    border-radius: 4px;
    margin-right: 15px;
    transition: all .3s;
}

.cart-page .coupon input:focus {
    border-color: #11002D;
}

.cart-page .coupon button {
    width: 120px;
    height: 40px;
    padding: 2px 0;
    font-size: 16px;
    text-align: center;
    color: #11002D;
    background: #ffffff;
    border: 1px solid #11002D;
    border-radius: 4px;
}

.cart-page .coupon button:hover {
    color: #ffffff;
    background: #11002D;
}

.cart-page .cart-summary {
    position: relative;
    width: 100%;
}

.cart-page .cart-summary .cart-content {
    padding: 30px;
    background: #f3f6ff;
}

.cart-page .cart-summary .cart-content h1 {
    font-size: 22px;
    margin-bottom: 20px;
}

.cart-page .cart-summary .cart-content p span,
.cart-page .cart-summary .cart-content h2 span {
    float: right;
}

.cart-page .cart-summary .cart-content h2 {
    font-size: 20px;
    font-weight: 600;
    padding-top: 12px;
    border-top: 1px solid #dddddd;
    margin: 0;
}

.cart-page .cart-summary .cart-btn button {
    margin-top: 15px;
    width: calc(50% - 15px);
    height: 50px;
    padding: 2px 10px;
    text-align: center;
    color: #ffffff;
    background: #11002D;
    border: none;
    border-radius: 4px;
    border: 1px solid #11002D;
}

.cart-page .cart-summary .cart-btn button:hover {
    color: #11002D;
    background: white;
}

.cart-page .cart-summary .cart-btn button:first-child {
    margin-right: 25px;
    color: #11002D;
    background: #ffffff;
    border: 1px solid #11002D;
}

.cart-page .cart-summary .cart-btn button:first-child:hover {
    color: #ffffff;
    background: #11002D;
}


/**********************************/
/********** 20. Checkout CSS **********/
/**********************************/
.checkout {
    position: relative;
    padding-top: 30px;
}

.checkout .checkout-inner {
    margin-bottom: 30px;
    padding: 30px;
    background: #ffffff;
}

.checkout .billing-address,
.checkout .shipping-address {
    position: relative;
    width: 100%;
}

.checkout .shipping-address {
    display: none;
    margin-top: 30px;
}

.checkout .billing-address h2,
.checkout .shipping-address h2 {
    font-size: 25px;
    margin-bottom: 20px;
}

.checkout .checkout-summary,
.checkout .checkout-payment {
    position: relative;
    width: 100%;
}

.checkout .checkout-summary h1,
.checkout .checkout-payment h1 {
    font-size: 25px;
    margin-bottom: 20px;
}

.checkout .checkout-summary,
.checkout .checkout-payment .payment-methods {
    padding: 30px;
    background: #f3f6ff;
    margin-bottom: 30px;
}

.checkout .checkout-summary p.sub-total,
.checkout .checkout-summary p.ship-cost {
    padding-top: 15px;
    border-top: 1px solid #dddddd;
}

.checkout .checkout-summary p span,
.checkout .checkout-summary h2 span {
    float: right;
}

.checkout .checkout-summary h2 {
    font-size: 20px;
    padding-top: 12px;
    border-top: 1px solid #dddddd;
    margin: 0;
}

.checkout .checkout-payment .payment-methods .payment-content {
    display: none;
}

.checkout .checkout-payment .checkout-btn button {
    width: 100%;
    height: 50px;
    padding: 2px 10px;
    font-family: 'Source Code Pro', monospace;
    font-weight: 700;
    font-size: 25px;
    text-align: center;
    color: white;
    background: #11002D;
    border: none;
    border-radius: 4px;
    transition: all .3s;
}

.checkout .checkout-payment .checkout-btn button:hover {
    color: #11002D;
    background: white;
    border: 1px solid #11002D;
}


/**********************************/
/********* 21. Profile CSS *********/
/**********************************/
.my-account {
    position: relative;
    padding: 30px 0;
}

.my-account .nav.nav-pills .nav-link {
    padding: 10px 15px;
    color: #353535;
    background: #ffffff;
    border-radius: 0;
    border-bottom: 1px solid #dddddd;
    transition: all .3s;
}

.my-account .nav.nav-pills .nav-link:last-child {
    border-bottom: none;
}

.my-account .nav.nav-pills .nav-link:hover,
.my-account .nav.nav-pills .nav-link.active {
    color: #ffffff;
    background: #11002D;
}

.my-account .nav.nav-pills .nav-link i {
    margin-right: 5px;
}

.my-account .tab-content {
    padding: 30px;
    background: #ffffff;
}

.my-account .tab-content .table {
    width: 100%;
    text-align: center;
    margin-bottom: 0;
}

.my-account .tab-content .table .thead-dark th {
    text-align: center;
    color: #353535;
    background: #ffffff;
    border-color: #dddddd;
    border-bottom: none;
    vertical-align: middle;
}

.my-account .tab-content .table td {
    vertical-align: middle;
}

/**********************************/
/********** 22. Coupons CSS **********/
/**********************************/
.coupon-container{
    margin-top: 90px !important;
}

.coupon {
    border: 1px solid #ccc;
    padding: 10px;
    margin: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-align: center;
    margin-bottom: 40px;
}

.coupon-product-info {
    flex: 1;
    padding: 0 10px;
    text-align: left !important;
}

.coupon-product-image {
    width: 200px;
    height: auto;
    margin-right: 10px;
}

.coupon-code-box {
    border: 2px solid greenyellow;
    padding-top: 20px !important;
    padding: 5px;
    background-color: #cffac3;
}

.coupon-discount{
    text-align: right !important;
    padding-right: 20px;
}

.coupon-discount img{
    width: 100px;
    height: auto;
}

.coupon h2{
    font-size: 20px;
}

.coupon p{
    font-size: 12px;
}

@media only screen and (max-width: 600px) {
    .coupon{
        display: block;
    }

    .coupon-product-info{
        padding-left: 15px;
    }

    .coupon-product-image{
        width: 200px;
    }
}

@media only screen and (max-width: 500px) {
    .coupon{
        display: block;
    }

    .coupon-product-info{
        padding-left: 15px;
    }

    .coupon-product-image{
        width: 100px;
    }
}