

.template-brand-color {
    color: #d8242b
}
.template-product .product-price {
    color: #d8242b
}
.qv-text {
    color:#999;
}
.margin-left-25 {
    margin-left: 0.25rem;
}
.margin-top {
    margin-top: 15px;
}
.account-field{
margin-bottom: 0px !important;
margin-top: 15px !important;
}

.mobile-field {
    display: flex;
    width: 100%;
}

.mobile-field .prefix{
    display: flex;
    align-items: center;
    padding: 0 12px;
    border: 2px solid #cccccc;
    border-right: none;
    background: #f5f5f5;
    height: 42px;
}

.mobile-field input{
    border: 2px solid #cccccc;
    flex: 1;
    height: 42px;
    padding: 0 10px;
}

.mobile-field.addr input,.mobile-field.addr .prefix{
    border: 1px solid #cccccc;
}

.invalid-feedback {
    width: 100%;
    margin-top: .25rem;
    font-size: .875em;
    color: #dc3545;
}
.is-invalid {
    border-color: #dc3545 !important;
}
.select2-selection.is-invalid {
    border: 1px solid #dc3545 !important;
}
.sw-btn {
    color: #fff !important;
    /* font-size: 18px !important; */
    display: inline-block !important;
    font-weight: 400 !important;
    height: 40px;
    line-height: 30px;
    border-radius: 20px;
    border-width: 1px;
    border-style: solid;
    text-align: center;
    padding: 0 15px !important;
    min-width: 100px;
}
.sw-success {
    background-color: #a5dc86 !important;
    border-color: #e4f4da !important;
}
.sw-success:hover {
    background-color: #fff !important;
    color: #a5dc86 !important;
    border-color: #a5dc86 !important;
}

.sw-danger {
    background-color: #f25b61 !important;
    border-color: #f25b61 !important;
}
.sw-danger:hover {
    background-color: #fff !important;
    color: #f25b61 !important;
    border-color: #f25b61 !important;
}

#toast-container > .toast-success {
    background-image: none !important;
    padding-left: 15px !important; /* remove icon space */
}

#toast-container > .toast-success {
    background-image: none !important;
    padding-left: 15px !important; /* remove icon space */
}
#toast-container > .toast-success {
    background-color: #000000 !important;
    color: #ffffff !important;
}

/* Close button always white */
#toast-container .toast-close-button {
    color: #ffffff !important;
    opacity: 1 !important;
    text-shadow: none !important;
}

/* Link style */
.toast-cart-link {
    margin-left: 12px;
    font-weight: 400;
    color: #f25b61 !important;
    text-decoration: underline;
    text-transform: capitalize;
}

.ml-2 {
    margin-left:0.5rem;
}

.toast-message {
    text-align: center;
}

.range-wrapper {
    position: relative;
    width: 250px;
    height: 40px;
}

/* Track */
.range-wrapper::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    height: 4px;
    background: #ddd;
    transform: translateY(-50%);
    border-radius: 2px;
}

/* Active range */
.range-track {
    position: absolute;
    top: 50%;
    height: 4px;
    background: black;
    transform: translateY(-50%);
    border-radius: 2px;
    z-index: 1;
}

/* Inputs */
input[type="range"] {
    position: absolute;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
    appearance: none;
    background: none;
    z-index: 2;
}

/* Thumb */
input[type="range"]::-webkit-slider-thumb {
    pointer-events: all;
    width: 14px;
    height: 14px;
    background: black;
    border-radius: 50%;
    cursor: pointer;
    appearance: none;
}

/* Label */
.slider-label {
    position: absolute;
    top: -25px;
    background: black;
    color: #fff;
    padding: 2px 6px;
    font-size: 12px;
    border-radius: 4px;
    transform: translateX(-50%);
    white-space: nowrap;
}

.product-item .group-button-wishlist.active {
    opacity: 1;
    background-color: var(--color_primary) !important;
    color: #fff !important;
    border-color: var(--color_primary) !important;
}

.product-item .group-button-wishlist:hover {
    
    color: inherit !important;
    border-color: inherit !important;
}





body  
{
    background: #f5f5f5;
}
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6
{
    color: #000000;
}
.box-divider .box-title
{
    text-transform: uppercase;
}
.layout-main
{
    background: #f5f5f5;
}

a:hover, a:focus, a:active, a.active
{
    color: #f39b00;
}
.topheader
{
    background: #2a1a7d;
}
.topheader .col-left .header-social .social-media-link
{
    border-left: 1px solid #e5e5e517;
    padding: 5px 5px;
}
.topheader .col-left .header-social .social-media-container > div:last-child .social-media-link
{
    border-right: 1px solid #e5e5e517;
}
.desktop-header-top a, .layout-header a
{
    color: #e5e5e5;
}
.topheader .col-left .header-social .social-media-link:hover svg
{
    color: #f39b00 !important;
}
.template-index .layout-main
{
    background: #f5f5f5;
    padding-top: 30px;
}
.header-menu .header-menu-root
{
    padding: 30px 15px !important;
}
.header-menu .header-menu-root > a
{
    font-weight: 500;
    text-transform: uppercase;
    font-size: 17px;
    letter-spacing: .3px;
}
.topheader .col-right .desktop-header-welcome p.welcome-text
{
    color: #f5f5f5;
}
.topheader .col-right .desktop-header-account, .topheader .col-right .desktop-header-currency
{
    border-left: 1px solid #e5e5e517;
}
.topheader .col-right .desktop-header-account:nth-child(2) a 
{
    position: relative;

}
.topheader .col-right .desktop-header-account:nth-child(2) a::before
{
    position: absolute;
    content: "\e066";
    font-family: simple-line-icons;
    left: -27px;
    font-size: 16px;
    color: #ffdd04;

}
.topheader .col-right .desktop-header-account:nth-child(3) a 
{
    position: relative;

}
.topheader .col-right .desktop-header-account:nth-child(3) a::before
{
    position: absolute;
    content: "\e002";
    font-family: simple-line-icons;
    left: -27px;
    top: 7px;
    font-size: 16px;
    color: #ffdd04;

}
.topheader .col-right .desktop-header-currency
{

}
.topheader .col-right .desktop-header-account > a.icon-account, .topheader .col-right .desktop-header-currency
{
    color: #f5f5f5 !important;
}
.desktop-header-top, .layout-header
{
    box-shadow: 0 3px 16px #00000036;
}
.homepage-layout-group .leftcontent-item.desktop-header-categorie .categorie-title
{
    background-color: #2a1a7d !important;
}

.template-index .index-information .group .item-icon
{
    background-color: #f39b00;
    box-shadow: 0px 0px 0px 2px #ffffff;
}
.template-index .index-information .item-caption .heading
{
    color: #ffffff;
    padding-bottom: 8px;
}
.header-menu .header-menu-root:hover > a, .header-menu .header-menu-root > a:hover, .header-menu .header-menu-root.active > a:hover, .header-menu .header-menu-root.active > a
{
    color: #f39b00 !important;
}
.desktop-header-user-nav .header-counter-pill
{
    background-color: #f39b00;
}
.desktop-header-top .dropdown.menu > li.opens-right > .is-dropdown-submenu
{
    border-top: 4px solid #f39b00 !important;
}
.desktop-header-top .dropdown .is-dropdown-submenu .is-submenu-item a:not(.product-item-button-cart)
{
    border-bottom: 1px solid #e6e6e6;
    color: #000 !important;
    font-family: 'Oswald';
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: .2px;
}
.desktop-header-top .dropdown .is-dropdown-submenu .is-submenu-item.active a:not(.product-item-button-cart), .desktop-header-top .dropdown .is-dropdown-submenu .is-submenu-item a:not(.product-item-button-cart):hover
{
    color: #f39b00 !important;
}
.index-slideshow-pagination-bullet:before
{
    border: 1px solid #f39b00;

}
.index-slideshow-pagination-bullet-active:before
{
    border: 1px solid #f39b00;
    background: #f39b00;   
}
.index-category .index-category-item:hover .index-category-image img.image-hover
{
    opacity: .1;
}

.index-category .index-category-item .gr-item .item-hover a.action {
        text-decoration: none;
    font-size: 18px;
    font-weight: 300;
    background: #2a1a7dd6;
    padding: 6px 14px;
    border-radius: 0px;
    color: #fff;
    width: 100%;
    display: block;
    letter-spacing: 1px;
    padding-top: 4px;
    padding-bottom: 12px;
}
.index-category .index-category-item .gr-item .item-hover a.action:hover
{
    color: #ffde04;
}
.index-category .index-category-item:hover .item-hover
{
    top: 94% !important;
}
.homepage-layout-group .leftcontent-item.desktop-header-categorie .dropdown-pane>li>a
{
    padding: 15px 10px 12px 17px;
}
.homepage-layout-group .leftcontent-item.desktop-header-categorie .dropdown-pane>li>a span.text
{
    padding-left: 15px;
}
.homepage-layout-group .homepage-maincontent
{
    padding-left: 10px;
}
.homepage-layout-group .leftcontent-item.desktop-header-categorie .dropdown-pane>li>a span.text
{
    padding-left: 15px;
    font-weight: 400;
    letter-spacing: -0.5px;
    line-height: 23px;
}
.homepage-layout-group .leftcontent-item.desktop-header-categorie .dropdown-pane .view-more a
{
    font-size: 16px;
    font-weight: 600;
}
.index-category .index-category-item .title
{
    text-align: center;
    color: #000000;
    font-size: 20px;
    font-weight: 900;
    margin-top: 20px;
    margin-bottom: 0;
    text-transform: uppercase;

}
.homepage-layout-group .leftcontent-item.desktop-header-categorie .categorie-title span
{
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 1px;
}
.homepage-layout-group .leftcontent-item.desktop-header-categorie .categorie-title
{
    padding: 18px 10px;
}
.homepage-layout-group .leftcontent-item.banner-layout .btn
{
    background-color: #2a1a7d !important;
    height: 45px;
    line-height: 45px;
    font-size: 15px;
    text-transform: uppercase;
}
.homepage-layout-group .leftcontent-item.banner-layout:hover .btn
{
    color: #ffde04 !important ;
}
.product-item .product-item-button-cart
{
    background-color: #2a1a7d !important;
    border: 1px solid #ffffff !important;
    font-weight: 400 !important;
    font-size: 16px !important;
    padding: 0px 35px !important;
    border-radius: 10px;
    line-height: 39px;
    height: 40px;
    text-transform: uppercase;
}
.product-item .product-item-button-cart:hover
{
    background-color: #ffffff !important;
    color: #2a1a7d !important;
    border: 1px solid #2a1a7d !important;

}

.carousel-pagination-bullet-active:before
{
    background: #2a1a7d;
    border-color: #2a1a7d;
}
.desktop-header-user-nav > a:hover
{
    color: #f39b00 !important;
}
.desktop-header-account .dropdown-pane
{
    padding-left: 0;
    padding-right: 0;
}
.desktop-header-account .dropdown-pane > li
{
    padding-top: 7px;
    padding-bottom: 7px;
    font-size: 15px;
    padding-left: 25px;
    font-size: 15px;
    border-bottom: 1px solid #e5e5e5c7;
}
.desktop-header-account .dropdown-pane > li:hover 
{
    background: #e5e5e5;
}
.desktop-header-account .dropdown-pane > li:last-child
{
    border-bottom: 0px solid #ffffff;
}
.desktop-header-account .dropdown-pane > li:last-child a
{
    position: relative;
}
.desktop-header-account .dropdown-pane > li:last-child a::before
{
    content: "" !important;
    position: absolute;
}
.desktop-header-top .desktop-header-top-content .grid-x .left-logo img
{
    max-width: 175px;
}
.template-index .index-information
{
    margin-bottom: 80px;
}
.index-category
{
    margin-bottom: 90px;
}

.index-collection-grid
{
    margin-bottom: 80px;
}
.index-section
{
    margin-bottom: 100px;
}
.spr-icon-star-empty:before
{
    font-size: 100%;
}

.layout-left-sidebar
{
    /*background: #ffffff;*/
}

.collection-main-container .cell.layout-content
{
    /*background: #ffffff;*/
}
.box-divider .box-title
{

}
.box-divider .box-title, .index-category .box-divider .box-title
{
    background-color: transparent;
}
.box-divider .box-title:before, .index-category .box-divider .box-title:before
{
    background-color: transparent;
}
.product-item
{
    border: 1px solid #ffffff;
    box-shadow: 0 0 13px -9px #00000069;
}
.homepage-layout-group .leftcontent-item.collection-deal-layout 
{
    border: 0px solid rgba(0, 0, 0, .1);
    border-radius: 0;
    padding: 15px 0 0;
    background: #ffffff;
    /* box-shadow: 0 0 13px -9px #00000069;*/
}
.homepage-layout-group .homepage-leftcontent .box-divider .box-title
{
    width: 100%;
    background: #f39b00;
}
.homepage-layout-group .leftcontent-item.collection-deal-layout
{
    padding-top: 0px;
}
.homepage-layout-group .homepage-leftcontent .box-divider .box-title 
{
    width: 100%;
    background: #f39b00;
    font-size: 27px;
    color: #fff !important;
    font-weight: 500;
    padding: 4px 4px;
}
.homepage-layout-group .homepage-leftcontent
{
    position: sticky;
    top: 95px;
}
.about-v1-content .box-divider .box-title
{
    background-color: transparent;
}
.about-v1-content .box-divider .box-title::before
{
    background-color: transparent;
}
.about-v1-content .box-divider .box-sub-title {
    margin: 0 0;
    background: #2a1a7d;
    display: block;
    width: auto;
    padding: 2px 20px;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 200;
    border-radius: 10px;
}
.about-v1-content .box-divider
{
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
    margin-bottom: 60px !important;
}
.about-v1-content .info-list.info-left .item-top .title, .about-v1-content .info-list .info-item .item-top .title
{
    font-family: 'Oswald';
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 0px;
}
.about-v1-content .info-list .info-item .item-top
{
    margin-bottom: 5px;
}
.about-v1-content .section-info
{
    background-color: #ffffff;
}

.template-collection .collection-refine {
    margin-bottom: 20px;
    background: #ffffff;
    padding: 20px 10px 20px 10px;
    border-radius: 13px;
    box-shadow: 0 0 13px #0000000a;
}
.layout-left-sidebar {
    background: #ffffff;
    padding: 20px 25px 20px 25px;
}
.layout-sidebar-title
{
    position: relative;
    position: relative;
    font-size: 20px;
    font-family: 'Oswald';
    margin-bottom: 35px;
}
.layout-sidebar-title::before
{
    content: "";
    position: absolute;
    /* display: inline-block; */
    /* position: absolute; */
    left: -25px;
    top: 4px;
    width: 0;
    height: 0;
    border-right: 20px solid transparent;
    border-bottom: 33px solid #E0E0E0;
}
.layout-sidebar-title::after 
{
        content: "";
    position: absolute;
    width: calc(100% + 25px);
    height: 2px;
    background: #E0E0E0;
    left: -25px;
    bottom: -9px;
}
.layout-sidebar-content
{
    padding-left: 10px;
}
.layout-sidebar ul.vertical.menu li:hover > a, .layout-sidebar ul.vertical.menu li.active > a,
.template-collection .collection-filter-list:hover a
{
    color: #f39b00;
}
.range-wrapper
{
    width: 100%;
}
input[type="range"]
{
    top: 45%;
    left: -2px;
}
.layout-sidebar-content .layout-sidebar-content-inner ul li 
{

}

/*.product-button-quantity
{
    display: flex;
    flex-direction: row;
    align-items: stretch;
}
.template-product .product-add-cart
{
    height: 40px;
}
.template-product .product-quantity
{
    margin: 0 0;
}
.template-product .product-quantity .input-group
{
    width: 130px;
    margin-bottom: 0px;
}
.input-group-label
{
    
}*/

.product-button-quantity
{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
}

.template-product .product-quantity .input-group
{
    height: 46px;
    /*border: 2px solid #2a1a7c;*/
}
.template-product .product-quantity .input-group-field
{
        /*background: #2a1a7d;*/
    height: 46px;
    /*color: #fff;*/
    padding: 0 8px;
    border: 2px solid #2a197d;

}
.template-product .product-quantity .input-group-field:hover, .template-product .product-quantity .input-group-field:focus
{

}
.template-product .product-quantity .input-group-label
{

}
.template-product .product-quantity .input-group-label em {
    font-size: 14px;

    font-weight: 400;
}
.template-product .product-add-cart
{
    background: #2a197d;
    border-color: #2a1a7d;
}
.template-product .product-info-container
{
    background: #ffffff;
    padding: 35px 30px;
    border-radius: 15px;
}
.template-product .product-info-container .content-area>ul li
{
    position: relative;
    font-size: 13px;
}
.template-product .product-info-container .content-area>ul li::before, product-sku::before
{
    content: "";
    position: absolute;
    list-style: none;
}
.template-product .product-info-container .content-area>ul li::marker, product-sku::marker
{
    color: #f39b00;
}
.template-product .product-info-container .content-area>ul li span.product-info-title, .product-info-title
{
    color: #000000;
}
.template-product .product-info-container .content-area>ul li span.product-info-text, .product-info-text
{
    color: #2a197d;
}
::marker
{
    color: #f39b00;
}



.featured-products
{

}

.brands-section
{

}
.brands-sectio-cat
{

}
#brand-list
{

}
#brand-list .brands-sectio-cat h5
{
    text-transform: uppercase;
    font-weight: 500;
    text-align: center;
    font-size: 17px;
    margin-top: 16px;
}





.template-cart .cart .cart-tfoot .cart-tfoot-content
{
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
}
.template-cart .cart .cart-tfoot .cart-tfoot-content .cart-tfoot-note .textarea-button-cart input
{
        height: 45px;
    border: 1px solid #dddddd;
    border-radius: 25px;
    padding-left: 10px;
    font-size: 15px;
    width: 350px;
    color: #878787;
    
}
.template-cart .button.apply-coupon
{
    background-color: #f39b00;
    border-color: #f39b00;
}
.template-cart .cart .cart-tfoot .cart-tfoot-content .cart-buttons a.button 
{
    background-color: #2a197d;
    border-color: #2a197d;
    color: #ffffff;
    font-size: 14px;
    font-weight: 400;
    width: 185px;
}
.template-cart .cart .cart-tfoot .cart-tfoot-content .cart-buttons a.button.clear-cart
{
    background-color: #f39b00;
    border-color: #f39b00;
}
.template-cart .cart .cart-footer .cart-total-checkout .button
{
    background-color: #2a197d;
    border-color: #2a197d;
    /*background-color: #000000;
    border-color: #000000;*/
    color: #ffffff;
    font-size: 14px;
    font-weight: 400;
    width: 185px;
    width: 100%;
}
.template-cart .cart-thead
{
    background: #ffffff;
    border-bottom: 2px solid #000000;
}
.template-cart .cart .cart-tr
{
        display: flex;
    flex-direction: row;
    align-items: center;
    padding: 10px 0px;
}
.template-cart .cart-product-quantity .input-group
{
        width: 110px;
    border: 1px solid #E0E0E0;
    border-radius: 25px;
    background: #f5f5f5;
}
.template-cart .cart .cart-tr .cart-product-title a
{
        color: #000000;
    font-size: 16px;
    font-weight: 500;
}
.template-cart .cart-product-option-item
{
    margin: 5px 0px;
}
.template-cart .cart-product-image
{
    width: 100px;
}
.template-cart .cart-product-price, .template-cart .cart-product-quantity, .template-cart .cart-product-subtotal
{
    color: #000000;
}
.template-cart .cart-product-remove a
{
    color: #000000;
}

.checkout-page-foot-sect
{
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-top: 50px;
    padding: 40px 50px 40px 50px;
    /*border: 2px solid #dddddd;*/
    background: #f5f5f5;
}
.checkout-page-foot-sect .cart-tfoot-note
{
    width: 50%;
        display: flex;
    flex-direction: column;
    padding-right: 40px;
}
.checkout-page-foot-sect .cart-footer.checkout-total-sec
{
    width: 50%;
    padding-top: 35px;
    margin-bottom: 40px;
    padding-left: 50px;
}

.checkout-page-foot-sect .cart-footer.checkout-total-sec h5.cart-total-title
{
    font-size: 20px;
    color: #000000;
    padding: 0;
    text-transform: uppercase;
    margin-bottom: 19px;
    text-align: left;
    font-weight: 600;
}
.template-cart .cart .cart-footer .cart-total-discount, .template-cart .cart .cart-footer .cart-total-subtotal
{
    display: flex;
    justify-content: space-between;
    position: relative;
}
.template-cart .cart .cart-footer .cart-total-discount .cart-total-title, .template-cart .cart .cart-footer .cart-total-subtotal .cart-total-title
{
    font-size: 17px;
    font-weight: 500;
    font-family: 'Oswald';
    text-transform: uppercase;
    color: #000000;
}
.free-shipping-msg
{
    position: absolute;
    bottom: 0;
}



.checkout-total-sec
{

}
.checkout-page-foot-sect .cart-tfoot-note label 
{

}
.checkout-page-foot-sect .cart-tfoot-note .textarea-button-cart
{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    position: relative;
    background: #2a197d;
    padding: 50px 22px;
    border-radius: 11px;
    background: linear-gradient(124deg, #2a197d 53%, #2196F3 100%);
    background: linear-gradient(124deg, #2a197d 53%, #2a197d 100%);
    width: auto;
}
.checkout-page-foot-sect .cart-tfoot-note .textarea-button-cart::before
{
    content: "";
    position: absolute;
    background-image: url(https://v2.winmagictoys.com/web/assets/images/ribbon.png);
    width: 136px;
    height: 72px;
    background-position: right;
    background-size: 50%;
    background-repeat: no-repeat;
    z-index: 999;
    top: -7px;
    right: -4px;
}
.checkout-page-foot-sect .cart-tfoot-note .textarea-button-cart::after
{
    content: "";
    position: absolute;
    background-image: url(https://v2.winmagictoys.com/web/assets/images/107.png);
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: 164%;
    background-repeat: no-repeat;
    z-index: 1;
    left: 0;
    top: 0;
    opacity: .05;
}
.checkout-page-foot-sect .cart-tfoot-note .textarea-button-cart .template-brand-color
{
    color: #d8242b;
    position: absolute;
    bottom: -23px;
    left: 8px;
}
.checkout-page-foot-sect .cart-tfoot-note .textarea-button-cart .coupon-success
{
    color: green;
    position: absolute;
    bottom: -23px;
    left: 8px;
}
.checkout-page-foot-sect .cart-tfoot-note .textarea-button-cart input.cart-note
{
    width: 375px;
    line-height: 40px;
    border: 1px solid #dddddd;
    border-radius: 0px;
    padding-left: 10px;
    color: #000000;
    font-size: 15px;
    border-radius: 5px;
    z-index: 99;
}
.checkout-page-foot-sect .cart-tfoot-note .textarea-button-cart button.button.apply-coupon
{
    margin-top: 0px;
    margin-left: 15px;
    z-index: 99;
    color: #ffffff;
    border-radius: 25px;
    box-shadow: 0px 12px 25px rgba(0, 0, 0, 0.18),
    0px 25px 60px rgba(0, 0, 0, 0.12);
}
.checkout-page-foot-sect .cart-tfoot-note .checkout-page-foot-note
{
    margin-top: 40px;
}
.checkout-page-foot-sect .cart-tfoot-note .checkout-page-foot-note label
{

}
.checkout-page-foot-sect .cart-tfoot-note .checkout-page-foot-note textarea
{
    border: 1px solid #dddddd;
    border-radius: 10px;
}










.layout-footer .footer-content
{
    padding-top: 40px;
}
.footer-newsletter
{
    margin-bottom: 40px;
}
.layout-footer .footer-bottom
{
    background: #f39b00a1;   
}
.footer-newsletter .newsletter-title-gr .newsletter-title {
    color: #ffde04 !important;
    font-weight: 400;
    margin-bottom: 5px;
}
.layout-footer .footer-title
{
        color: #ffffff;
        text-transform: uppercase;
        font-weight: 400;
        letter-spacing: 0px;
        position: relative;
}
.layout-footer .footer-title::before
{
        content: "";
    position: absolute;
    width: 25px;
    height: 3px;
    background: #ffde04;
    left: 0px;
    bottom: -7px;
}
.footer-newsletter form .footer-newsletter-button
{
    background-color: #f39b00 !important;
    border-color: #f39b00 !important;
}

.desktop-header-mini-menu
{
    text-align: center;
}
.desktop-header-top .desktop-header-top-content .grid-x .right-icons, .desktop-header-top .desktop-header-top-content .grid-x .left-logo
{
    width: auto;
}
.search-box-desktop-form .input-group
{
    border: 1px solid #f39b00;
}
.search-box-desktop-form .input-group-button
{
    background: #f39b00;
}
.template-collection .collection-refine.bundle-proceed-tab
{
    position: sticky;
    top: 90px;
    z-index: 9999;
    background: #ffffffe8;
}
.mobile-logo
{
    display: flex;
    justify-content: flex-start;
    padding-left: 20px;
}
.mobile-topbar-search
{
    display: flex;
    justify-content: flex-end;
    padding-right: 20px;
}
.mobile-topbar-cart
{
    display: flex;
    justify-content: flex-end;
    padding-right: 20px;
}
.template-index .index-information .group
{
    padding: 20px 10px;
}
.template-index .index-information .item-caption
{
    padding-left: 10px;
}
.homepage-layout-group .leftcontent-item.collection-layout .box-divider .box-title:before
{
    background-color: transparent;
}
.template-product .product-info-container .content-area>ul li
{
    font-size: 15px;
}
.template-product .product-rating .spr-icon
{
    font-size: 15px;
}
.tabs-content
{
    padding: 25px 20px;
}
.template-product .tabs-panel
{
    padding-top: 10px;
}
.template-product .tabs .tabs-title:hover>a, .template-product .tabs .tabs-title.is-active>a
{
    background-color: #2a197d;
    color: #ffffff;
}
.template-product .tabs .tabs-title:hover, .template-product .tabs .tabs-title.is-active
{
    border-color: #2a197d;
}
.template-product .product-info-container
{
    position: sticky;
    top: 90px;
}
.product-quick-view-full
{
        width: 95%;
    left: 0;
    right: 0;
    top: 3% !important;
    height: 94vh;
    bottom: 0;
    box-shadow: 0 0 15px #00000033;
}
.button
{
    background-color: #2a197d;
    color: #ffffff;
}
.template-collection .collection-sort-layout-desktop .collection-layout-button.active
{
    background-color: #f39b00;
    border-color: #f39b00;
}
.desktop-header-account .dropdown-pane > li
{

}
.desktop-header-account .dropdown-pane > li a 
{
    position: relative;
}
.topheader .col-right .desktop-header-account .dropdown-pane > li a
{

}
.topheader .col-right .desktop-header-account .dropdown-pane > li a:hover 
{

}


.topheader .col-right .desktop-header-account .dropdown-pane > li a::before
{
    position: absolute;
    content: '\e606';
    font-size: 8px;
    font-weight: 500;
    color: #2a197d;
    left: -17px;
    top: 10px;

}
.topheader .col-right .desktop-header-account .dropdown-pane > li:last-child a:last-child
{
    color: red !important;
    text-align: center;
    
}
.menu .active > a
{
    background: unset !important;
}
.template-list-collections .collection-item .collection-item-caption
{
    opacity: 1;
    position: absolute;
    top: unset;
    left: unset;
    width: 100%;
    -webkit-transform: unset;
    transform: unset;
    text-align: center;
    -webkit-transition: all .9s;
    transition: all .9s;
    bottom: 0px;
}
.template-list-collections .collection-item .collection-item-caption .collection-item-title
{
    background-color: #f39b00;
    color: #ffffff;
    background-color: #f39b00d1;
}
.template-list-collections .collection-item:hover .collection-item-caption .collection-item-title
{
    background-color: #2a1a9d;
    border: 2px solid #ffffff;
}
.template-list-collections .collection-item .collection-item-caption .collection-item-title a
{
        color: #ffffff;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 1px;
}
.template-list-collections .collection-item:hover .collection-item-caption
{
    opacity: 1;
        -webkit-transform: translate(0%, -200%);
    transform: translate(0%, -200%);   
}
.button:hover, .button:focus, .button:active
{
    background-color: #f39b00;
}
.create-own-birthday-bundle-button
{
    text-align: center;
}
.create-own-birthday-bundle-button a
{
    padding: 25px 25px;
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 50px;
}
.suffix-contact-v2 .box-divider .box-title, .suffix-contact-v1 .box-divider .box-title
{
    background-color: transparent;
}
.suffix-contact-v2 .box-divider .box-title:before, .suffix-contact-v1 .box-divider .box-title:before
{
    background-color: transparent;
}
.suffix-contact-v2 .section-form .form-content .form-button, .suffix-contact-v1 .section-form .form-content .form-button
{
    background-color: #2a197d;
    color: #ffffff;
}
.contact-v1 .grid-container
{
    background-color: #ffffff;
    padding: 60px 40px 50px 40px;
    border-radius: 25px 25px 0 0;
    box-shadow: 0 0 12px -4px #00000059;
}
.address-list .address-card 
{
    display: flex;
    align-items: flex-start;
    background: #ffffff;
    margin-top: 10px;
    padding: 15px 17px;
    border-radius: 10px;
}
.address-list .address-card input
{
    margin: 0;
    margin-right: 25px;
    position: relative;
    top: 7px;
}
.address-list label.address-card > [type="radio"]
{

    
}
.address-list .address-card .address-box
{

}
#billing_section, #new_address_form
{
    padding: 40px 15px;
    background: #ffffff;
}
.about-v1-content .section-story .section-content.checkout-div
{
    display: flex;
    align-items: flex-start;

}
.template-cart .button.mini-cart-button.reverse.width-100.clear-cart
{
    background-color: #f39b00;
    border-color: #f39b00;
    #ffffff
}
.template-cart .button.mini-cart-button.button-cart-custom.width-100
{
    background-color: #2a197d;
    border-color: #2a197d;
    color: #ffffff;

}
.template-cart .cart-product-remove
{
    width: 30px;
}
.template-cart .cart-product-remove a
{
    color: red;
}
.cell.wishlist-item.product-grid
{
    position: relative;
}
button.pointer.wishlist-remove
{
    position: absolute;
    top: -10px;
    right: -9px;
    z-index: 99;
    background: red;
    color: #ffffff;
    font-size: 14px;
    border-radius: 50%;
    width: 22px;
    height: 22px;
    opacity: .6;

}
.cell.wishlist-item.product-grid:hover button.pointer.wishlist-remove
{
    opacity: 1;
}
.breadcrumb.breadcrumb-background
{
    height: 200px;
}
.card.account-details
{
    color: #ffffff;
    font-weight: 300;
    padding-top: 25px;
    margin-bottom: 20px;
}
.card.account-details .card-divider
{
    padding: 0 0;
}
.card.account-details .card-divider h2
{
    background: #202020;
    color: #ffffff;
    width: 100%;
    text-align: left;
    font-weight: 400;
    letter-spacing: 1px;
    padding: 13px 10px 8px 25px;
    font-size: 23px;
}
.card.account-details em
{
        font-size: 17px;
    padding-right: 7px;
    position: relative;
    top: 3px;

}
.card.my-account
{

}
.card.my-account .card-divider
{
    padding: 0 0;
}
.card.my-account .card-divider h2
{
    background: #202020;
    color: #ffffff;
    width: 100%;
    text-align: left;
    font-weight: 400;
    letter-spacing: 1px;
    padding: 13px 10px 8px 25px;
    font-size: 23px;
}
.card
{
    padding: 0 0;
    box-shadow: unset;
    border: unset;
    margin-bottom: 30px;
    background: unset;
}
.card-title
{
    position: relative;
    padding: 0 0 0 0px;
    font-size: 24px;
    font-weight: 600;
    text-transform: uppercase;
}
.card-divider
{
    background: unset;
}
.card-section ul li 
{
    padding: 7px 5px 7px 16px;
    background: #ffffff17;
    margin: 8px 0px;
    border-radius: 5px;
}
.card-section ul li  strong
{
    font-weight: 700;
    padding-right: 10px;
}
.card-section ul li a 
{
    color: #ffffff;
}
.card-section ul li a:hover 
{
    color: #f39b00;
}
.card.account-details .card-section ul li
{

}

.card.total-orders, .card.total-addresses, .card.pending-orders, .card.total-wishlist
{
    border: 2px solid #FAFAFA;
    box-shadow: inset 0 0 10px 0px #0000001f;
    box-shadow: unset;
    padding: 0 0;
    background: #ffffff;
    border-radius: 20px;
    margin-bottom: 0px;
}
.card.total-orders .card-section
{
    display: flex;
    justify-content: center;
    align-items: center;
    flex: unset;
    font-size: 50px;
    font-family: 'Oswald';
    font-weight: 700;
    color: #9C27B0;
    text-align: center;
    background: #F3E5F5;

}
.card.total-addresses .card-section
{
    display: flex;
    justify-content: center;
    align-items: center;
    flex: unset;
    font-size: 50px;
    font-family: 'Oswald';
    font-weight: 700;
    color: #3f51b5;
    text-align: center;
    background: #E8EAF6;
}
.card.pending-orders .card-section
{
    display: flex;
    justify-content: center;
    align-items: center;
    flex: unset;
    font-size: 50px;
    font-family: 'Oswald';
    font-weight: 700;
    color: #4caf50;
    text-align: center;
    background: #e8f5e9;
}
.card.total-wishlist .card-section
{
    display: flex;
    justify-content: center;
    align-items: center;
    flex: unset;
    font-size: 50px;
    font-family: 'Oswald';
    font-weight: 700;
    color: #ff5722;
    text-align: center;
    background: #fbe9e7;
}
.dashboard-icon
{
    
    width: 60px;
    height: 60px;
    display: flex;
    margin: auto;
    border-radius: 50%;
    margin-top: 20px;
    margin-bottom: 15px;
}
.dashboard-icon img
{
    height: 100%;
    display: block;
    margin: auto;
    padding: 13px;
}
.card.total-orders .dashboard-icon
{
    background: #9C27B0;
}
.card.total-addresses .dashboard-icon
{
    background: #3f51b5;
}
.card.pending-orders .dashboard-icon
{
    background: #4caf50;
}
.card.total-wishlist .dashboard-icon
{
    background: #ff5722;
}
.card.total-orders .card-divider, .card.total-addresses .card-divider,
.card.pending-orders .card-divider, .card.total-wishlist .card-divider
{
    display: block;
    text-align: center;
}
.card.total-orders .card-divider h2.card-title,
.card.total-addresses .card-divider h2.card-title,
.card.pending-orders .card-divider h2.card-title,
.card.total-wishlist .card-divider h2.card-title

{
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0px;
    font-family: 'Poppins';
    padding-bottom: 5px;
}
.card-title:before, .card-title:after
{
    visibility: hidden;
    display: none;
}
.grid-margin-x > .large-3.dashboard-left-side
{
    background: #202020;
    border-radius: 5px;
}
.grid-x.grid-margin-x.dashboard-sec
{
    display: flex;
    justify-content: center;
    margin: 0 0;

}
.grid-margin-x > .large-3.dashboard-left-side 
{
    width: calc(27% - 30px);
}
.grid-margin-x > .dashboard-right-side
{
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: 73%;
    align-content: flex-start;
}
.grid-margin-x > .dashboard-right-side .cell.auto
{
    width: calc(50% - 30px);
    flex: unset;
    margin: 15px;
    display: flex;
    align-items: center;
}
.card-section ul li.active
{
    background: #f39b00;
}
.order-history thead
{
    background: #e5e5e5;
}
.order-history td.order-view
{

}
.order-history td.order-view
{

}
.order-history td.order-view a em
{
        color: #558B2F;
    font-size: 17px;
   padding-left: 10px;
}
table.order-history.hover thead tr:hover
{
    background: unset;

}
table.order-history td.badge.badge-primary span, .card-section .address-detail ul.no-bullet.order-no li span.badge.badge-primary,
.card-section .address-detail ul.no-bullet.payment-section li span.badge.badge-primary

{
    background: #FFECB3;
    padding: 1px 10px;
    font-size: 13px;
    border-radius: 20px;
}
table.order-history td.badge.badge-success span, .card-section .address-detail ul.no-bullet.order-no li span.badge.badge-success,
.card-section .address-detail ul.no-bullet.payment-section li span.badge.badge-success 

{
    background: #DCEDC8;
    padding: 0 10px;
    border-radius: 20px;
    font-size: 13px;
}
table.order-history td.badge.badge-info span, .card-section .address-detail ul.no-bullet.order-no li span.badge.badge-info
{
    background: #bbdefb;
    padding: 0 10px;
    border-radius: 20px;
    font-size: 13px;
}
table.order-history td.badge.badge-danger span, .card-section .address-detail ul.no-bullet.order-no li span.badge.badge-danger,
.card-section .address-detail ul.no-bullet.payment-section li span.badge.badge-danger
{
    background: #ffcdd2;
    padding: 0 10px;
    border-radius: 20px;
    font-size: 13px;
}
table.order-history td.badge.badge-warning span, .card-section .address-detail ul.no-bullet.order-no li span.badge.badge-warning
{
    background: #e1bee7;
    padding: 0 10px;
    border-radius: 20px;
    font-size: 13px;
}
.grid-x.grid-margin-x  .cell.small-12.medium-6.addresses-col
{
    background: #fff;
    margin: 10px 10px;
    padding: 35px 5px 0px 25px;
}
.grid-x.grid-margin-x  .cell.small-12.medium-6.addresses-col .card-section ul li
{
    margin: 0 0;
    padding: 5px 0px;
}
.grid-x.grid-margin-x  .cell.small-12.medium-6.addresses-col .card-section .flex-container.align-center
{
    display: flex;
    justify-content: flex-start;
}
.grid-x.grid-margin-x  .cell.small-12.medium-6.addresses-col .card-section button.edit-btn
{
    background: #2a197d;
    padding: 0px 25px;
}
.grid-x.grid-margin-x  .cell.small-12.medium-6.addresses-col .card-section button.delete-address
{
    
}
.layout-404 .page-heading .btn
{
    background-color: #2a197d;
}
.order-success-page
{
    margin-bottom: 0px;
    /* padding: 150px 12px; */
    min-height: calc(85vh - 100px);
    display: flex;
    justify-content: center;
    align-items: center;
}
.order-success-page .layout-404
{
    padding: 25px 25px;
    box-shadow: 0 0 22px -5px #0000002e, inset 0 0 20px -2px #0000002e;
    margin-top: 70px;
    margin-bottom: 70px;
    border-radius: 14px;
    padding-bottom: 50px;
    border: 5px solid #FAFAFA;
    background: #ffffff;
}
.pagination li:hover, .pagination li:hover a
{
    background-color: #f39b00;
    border-color: #f39b00;
    color: #ffffff;
}
.pagination li.current
{
    background-color: #2a197d;
    border-color: #2a197d;
}
.pagination li.current:hover
{
    background-color: #f39b00;
    border-color: #f39b00;
}
.pagination li.current a:hover
{
    background-color: #f39b00;
    border-color: #f39b00;
}
.button.download-invoice
{
    width: fit-content;
    margin-left: 25px;
    padding-left: 20px;
    padding-right: 20px;
    background-color: #2a197d;
    border-color: #2a197d;
}
.button.download-invoice:hover
{
    background-color: #f39b00;
    border-color: #f39b00;
}
.button.cancel-order
{
    width: fit-content;
    margin-left: 25px;
    padding-left: 20px;
    padding-right: 20px;
    background-color: #333333;
    border-color: #333333;
}
.button.cancel-order:hover
{
    background-color: #f39b00;
    border-color: #f39b00;
}
.customer-order-button
{
    display: flex;
    justify-content: flex-start;
    flex-direction: row;
}
@media screen and (max-width: 1260px)
{
    .tablet-header-menu
    {
        border-top: 1px solid #2a1a7d4d;
    }
    .header-menu .menu.horizontal
    {
        border-top: 0px solid transparent;
    }
    .tablet-header-menu .header-menu .header-menu-root
    {
        padding: 10px 18px !important;
        border-right: 1px solid #2a1a7d4d;
    }
    .desktop-header-top .top-row 
    {
        padding-top: 8px;
        padding-bottom: 8px;
    }
    .desktop-header-top.sticky .header-menu .header-menu-root
    {
        padding: 15px 14px !important;
    }
    .homepage-layout-group .homepage-leftcontent
    {
        top: 70px;
    }
    .layout-footer .footer-top-gr .footer-items.footer-about h3.footer-title
    {
        position: relative;
    }
    .layout-footer .footer-top-gr .footer-items.footer-about h3.footer-title::before
    {
        position: absolute;
        content: "";
        left: 0;
        right: 0;
        margin: auto; 
    }
    .template-product .product-box .breadcrumb
    {
        margin-bottom: 70px;
    }
    .template-collection .collection-product-item
    {
        width: 50%;
    }
    .checkout-page-foot-sect
    {
        padding: 30px 10px 30px 10px;
    }
    .checkout-page-foot-sect .cart-tfoot-note
    {
        padding-right: 10px;
        padding-left: 10px;
    }
    .checkout-page-foot-sect .cart-footer.checkout-total-sec
    {
        padding-left: 30px;
    }
    .template-cart .cart-product-price, .template-cart .cart-product-quantity, .template-cart .cart-product-subtotal
    {
        width: 20%;
    }
    .grid-x.grid-margin-x.dashboard-sec .cell.auto
    {
        width: calc(50% - 14px);
        margin: 7px 7px;
    }
    
    .grid-margin-x > .large-3.dashboard-left-side 
    {
        width: calc(35% - 0px);
        margin: 0 0px;
    }
    .grid-margin-x > .dashboard-right-side
    {
        width: calc(65% - 0px);
        margin: 0 0;
        display: flex;
        justify-content: center;
    }
}
@media screen and (max-width: 800px)
{
    .header-icon-search
    {
        padding-right: 15px;
    }
    .header .mobile-header-compare .sli .header-counter-pill, .header .mobile-header-wishlist .sli .header-counter-pill, .header .mini-cart .mini-cart-icon .header-counter-pill, .header .mini-cart .mini-cart-icon .mini-cart-total
    {
        background: #f39b00;
        top: -7px;
        right: 3px;
        font-size: 14px;
    }
    .template-index .layout-main
    {
        padding-top: 20px;
    }
    .index-category .index-category-item .gr-item .item-hover
    {
        top: 90%;
    }
    .index-category .index-category-item .gr-item .item-hover a.action
    {
        padding: 4px;
        font-size: 16px;
    }
    .layout-footer .footer-top-gr .footer-items.footer-about
    {
        width: 50% !important;
        text-align: left;
    }
    .layout-footer .footer-top-gr .footer-items.footer-about h3.footer-title
    {
        text-align: left;
    }
    .layout-footer .footer-top-gr .footer-items.footer-about h3.footer-title::before
    {
        left: 0;
        right: auto;
        margin: unset;
    }
    .layout-footer .footer-top-gr .footer-items .social-media-container
    {
        justify-content: flex-start;
        display: flex;
    }
    .homepage-layout-group .leftcontent-item.discount-layout .discount-container .discount-content .discount-title
    {
        font-size: 45px;
    }
    .homepage-layout-group .leftcontent-item.discount-layout .discount-container .discount-content .discount-caption 
    {
        font-size: 20px;
        margin-bottom: 10px;
        margin-top: 12px;
    }
    .product-item-rating .spr-starrating .spr-icon
    {
        margin-left: .5px;
        margin-right: .5px;
    }
    .template-product .product-box .breadcrumb
    {
        margin-bottom: 40px;
    }

    .accordion-item:hover, .accordion-item:active
    {
        
    }
    .accordion-title
    {
        color: #2a197d;  
    }
    .template-collection .collection-button
    {
        height: 35px;
        width: 60px;
    }
    .template-cart .cart-product-price, .template-cart .cart-product-quantity, .template-cart .cart-product-subtotal
    {
        width: auto;
    }
    .checkout-page-foot-sect
    {
        display: flex;
        flex-direction: column;
    }
    .checkout-page-foot-sect .cart-tfoot-note, .checkout-page-foot-sect .cart-footer.checkout-total-sec
    {
        width: 100%;
    }
    .template-cart .cart-buttons .button.m-checkout
    {
        background: #2a197d;
        color: #ffffff;
        font-size: 15px;
        font-weight: 500;
        border-color: #2a1a9d;
        width: 100%;
        line-height: 50px;
        height: 50px;
        margin-bottom: 15px;
    }
    .template-cart .cart-buttons .button.m-shopping
    {
        background: #f39b00;
        color: #ffffff;
        font-size: 15px;
        font-weight: 500;
        border-color: #f39b00;
        border-radius: 25px;
    }
    .template-cart .cart-buttons .button.clear-cart
    {
        background: #000000;
        color: #ffffff;
        font-size: 15px;
        font-weight: 500;
        border-color: #000000;
        border-radius: 25px;
    }
    .grid-margin-x > .large-3.dashboard-left-side
    {
        width: 100%;
    }
    .grid-margin-x > .dashboard-right-side
    {
        width: 100%;
        margin-top: 50px;
    }
    .cart-footer .cart-total-checkout.show-for-large.checkout-button
    {
        display: block !important;
    }
    .cart-footer .cart-total-checkout.show-for-large.checkout-button .btn-area input.button
    {
        width: 100%;
        background: #2a197d;
    }
    .story-description .cart .grid-container .page-content .cart-table .grid-x.grid-margin-x .cell.large-12 .cart-buttons.hide-for-large
    {
        display: none !important;
    }
}
@media screen and (max-width: 550px)
{
    .template-index .layout-main
    {

    }
    .layout-footer .footer-top-gr .footer-items.footer-about
    {
        width: 100% !important;
        padding-top: 10px;
    }
    .layout-footer .footer-bottom
    {
        background: #f39b00;
    }
    .template-index .index-information .group
    {
        padding: 25px 20px;
    }
    .template-list-collections .collection-item .collection-item-caption .collection-item-title a
    {
        font-size: 14px;
    }
    .contact-v1 .grid-container
    {
        padding: 40px 15px 30px 15px;
    }
    .layout-footer .footer-top-gr .footer-items.footer-about
    {
        padding-top: 0px;
    }

}

@media screen and (max-width: 481px)
{
    .homepage-layout-group .leftcontent-item.discount-layout .discount-container .discount-content .discount-title
    {
        font-size: 30px;
    }
    .homepage-layout-group .leftcontent-item.discount-layout .discount-container .discount-content .discount-caption
    {
        font-size: 14px;
    }
    .template-collection .collection-product-item
    {
        width: 100%;
    }
    .checkout-page-foot-sect .cart-tfoot-note .textarea-button-cart
    {

    }
    .checkout-page-foot-sect .cart-tfoot-note .textarea-button-cart button.button.apply-coupon
    {
        margin-left: 10px;
        width: 30%;
    }
    .checkout-page-foot-sect .cart-tfoot-note .textarea-button-cart input.cart-note
    {
        line-height: 30px;
        padding-left: 10px;
        width: 70%;
    }
    .template-cart .cart-buttons .button.m-checkout
    {
        width: 100%;
    }
    .grid-x.grid-margin-x.dashboard-sec .cell.auto
    {
        width: 100%;
    }
    .customer-order-button
    {
      flex-direction: column;  
    }
    .button.download-invoice, .button.cancel-order
    {
        width: 100%;
        margin-left: 0px;

    }
}











.breadcrumb .breadcrumbs a
{
    font-family: 'Poppins';
        font-size: 15px;
        font-weight: 300;
        color: #cccccc;
}
