@font-face {
    font-family: 'Rajdhani';
    src: url('../fonts/Rajdhani-Light.eot');
    src: url('../fonts/Rajdhani-Light.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Rajdhani-Light.woff2') format('woff2'),
         url('../fonts/Rajdhani-Light.woff') format('woff'),
         url('../fonts/Rajdhani-Light.ttf')  format('truetype'),
         url('../fonts/Rajdhani-Light.svg#Rajdhani Light') format('svg');
         font-weight: 300;
}
@font-face {
    font-family: 'Rajdhani';
    src: url('../fonts/Rajdhani-Regular.eot');
    src: url('../fonts/Rajdhani-Regular.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Rajdhani-Regular.woff2') format('woff2'),
         url('../fonts/Rajdhani-Regular.woff') format('woff'),
         url('../fonts/Rajdhani-Regular.ttf')  format('truetype'),
         url('../fonts/Rajdhani-Regular.svg#Rajdhani') format('svg');
         font-weight: 400;
}
@font-face {
    font-family: 'Rajdhani';
    src: url('../fonts/Rajdhani-Medium.eot');
    src: url('../fonts/Rajdhani-Medium.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Rajdhani-Medium.woff2') format('woff2'),
         url('../fonts/Rajdhani-Medium.woff') format('woff'),
         url('../fonts/Rajdhani-Medium.ttf')  format('truetype'),
         url('../fonts/Rajdhani-Medium.svg#Rajdhani Medium') format('svg');
         font-weight: 500;
}
@font-face {
    font-family: 'Rajdhani';
    src: url('../fonts/Rajdhani-SemiBold.eot');
    src: url('../fonts/Rajdhani-SemiBold.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Rajdhani-SemiBold.woff2') format('woff2'),
         url('../fonts/Rajdhani-SemiBold.woff') format('woff'),
         url('../fonts/Rajdhani-SemiBold.ttf')  format('truetype'),
         url('../fonts/Rajdhani-SemiBold.svg#Rajdhani SemiBold') format('svg');
         font-weight: 600;
}
@font-face {
    font-family: 'Rajdhani';
    src: url('../fonts/Rajdhani-Bold.eot');
    src: url('../fonts/Rajdhani-Bold.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Rajdhani-Bold.woff2') format('woff2'),
         url('../fonts/Rajdhani-Bold.woff') format('woff'),
         url('../fonts/Rajdhani-Bold.ttf')  format('truetype'),
         url('../fonts/Rajdhani-Bold.svg#Rajdhani') format('svg');
         font-weight: 700;
}
* {
    box-sizing: border-box;
}
body {
	  font: 400 13px / 1.35 Rajdhani, Helvetica\ Neue, Verdana, Arial, sans-serif;
    background: #f6f7f9;
}

ul.header.links li {
    margin: 0;
    padding: 0 11px;
}
ul.header.links li a {
    font-weight: 600;
    font-size: 11px;
    color: #282828;
    padding: 5px 0;
    text-transform: capitalize;
    display: inline-block;
}
.page-header {
    background-color: transparent;
    border-bottom: none;
    margin: 0 auto;
    width: 1400px;
    padding: 0px 10px;
    margin-top: 20px;
}
.header-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    box-shadow: rgba(0, 0, 0, 0.08) 0px 4px 34px;
    border-radius: 5px;
    background: #fff;
    padding: 0;
    align-items: center;
}
.header-panel-left {
    display: flex;
    align-items: center;
    width: 29.16667%;
}
button.utilies-toggle-btn {
    background: transparent;
    border: none;
    padding: 0;
    border-right: 1px solid #f0f2f7;
    min-height: 90px;
    min-width: 105px;
}
button.utilies-toggle-btn:after {
    content: '\e609';
    font-family: 'icons-blank-theme';
    display: inline-block;
    font-size: 19px;
    color: #a8aeba;
}
.logo {
    margin: 0px 20px;
    max-width: 100%;
}
.logo img {
    max-height: max-content;
    width: 100%;
    height: 100%;
}
.header-panel-right {
    padding: 0px 10px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: 70.83333%;
}   
.header-panel-right .links-wrapper {
    padding: 5px 20px  0px 20px;
}
ul.header.links {
    margin: 0;
    display: flex;
    list-style: none;
    background-color: #f7f7f7;
    border-radius: 6px;
    padding: 5px 10px;
}
.block.block-search {
    width: 56%;
    padding-left: 0px;
    padding-right: 10px;
    display: flex;
    align-items: center;
    border-right: 1px solid #f0f2f7;
}
.block-search .block-content {
    margin-bottom: 0;
    width: calc(100% - 35px);
    padding-right: 5px;
    display: inline-block;
    border-right: 1px solid #f0f2f7;
}
.block-search .block-content form {
    position: relative;
}
.block-search .control {
    padding: 0px;
}
.block-search .field input {
    background-color: #f7f7f7 !important;
    border-radius: 50px !important;
    font-weight: 500 !important;
    font-size: 14px !important;
    border: 1px solid #e31e24 !important;
    outline: none;
    box-shadow: none !important;
    height: 40px !important;
    color: #e31e24;
    font-family: 'Rajdhani' !important;
    padding: 0px 15px;
}
.block-search input::placeholder {
    color: #e31e24;
    text-transform: uppercase;
}
.block-search button.action.search {
    background-color: #E31E24 !important;
    height: 39px;
    border-radius: 0 50px 50px 0;
    width: 45px;
    text-align: center;
    right: 0px;
    padding: 0;
}
.block-search button.action.search:before {
    color: #fff;
}
.block-search .nested {
    display: inline-block;
    text-align: center;
    opacity: .8;
    transition: all 500ms ease;
    backface-visibility: hidden;
    cursor: pointer;
    position: absolute;
    right: -40px;
}
.block-search .nested a {
    width: 35px;
    height: 35px;
    display: inline-block;
}
.block-search .nested a:after {
    content: "\f085";
    font-size: 18px;
    font-family: FontAwesome;
    line-height: 35px;
}
.block-search .nested .advanced-label {
    background: #000000;
    padding: 3px 5px;
    border-radius: 3px;
    position: absolute;
    font-size: 12px;
    line-height: 14px;
    white-space: nowrap;
    color: #ffffff;
    visibility: hidden;
    transition: all 500ms ease;
    backface-visibility: hidden;
    opacity: 0;
    top: -23px;
    left: 50%;
    transform: translateX(-50%);
}
.block-search .nested .advanced-label:before {
    position: absolute;
    left: calc(50% - 5px);
    bottom: -10px;
    border: 5px solid transparent;
    border-top-color: #000000;
    content: '';
}
.block-search .nested:hover .advanced-label {
    visibility: visible;
    backface-visibility: visible;
    opacity: 1;
}
.callus-head {
    display: inline-block;
    width: 100%;
    text-align: right;
    padding-top: 10px;
}
.callus-head a {
    color: #e31e24;
    font-size: 15px;
    font-weight: 500;
}

.header-panel-bottom {
    width: 100%;
    display: flex;
    justify-content: space-between;
    border-top: 1px solid #f0f2f7;
    position: relative;
    margin: 0 -10px;
}
.minicart-wrapper {
     width: 16.33% ;
    border-left: 1px solid #f0f2f7;
    display: flex;
    align-items: center;
    padding: 0px 10px;
}
.minicart-wrapper .action.showcart .counter.qty.empty, .minicart-wrapper .action.showcart .counter.qty {
    display: inline-block;
    background: #e31e24;
}
.nav-sections {
    background: transparent;
    margin: 0px;
   width: 83.33%;
   padding: 0px 10px;
}
.navigation {
    background: transparent;
    margin-left: 0;
    margin-right: auto;
    position: static;
}
.nav-sections ul {
    padding: 0;
    position: static;
}
.navigation .level0.parent {
    margin: 0;
     position: static;
}
.navigation .level0.parent>.level-top {
    color: #343e5c;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1.35;
    padding: 15px 14px 16px 14px !important;
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
}
.navigation .level0.parent>.level-top>.ui-menu-icon {
    position: static;
    margin: 0px 5px;
}
.navigation .level0.parent>.level-top>.ui-menu-icon:after {
    line-height: 13px;
    width: 8px;
    color: #343e5c;
    display: flex;
    align-items: center;
    justify-content: center;
}
.navigation .level0.parent>.level-top:before {
    width: 0;
    height: 3px;
    top: 2px;
    left: 3px;
    transition: all 500ms ease;
    backface-visibility: hidden;
    content: "";
    background-color: #343e5c;
    position: absolute;
}
.navigation .level0.parent:hover>.level-top:before {
    width: 98%;
    background-color: #ffb21e;
}
.navigation .level0.parent:hover > a, .navigation .level0.parent:hover > a .ui-menu-icon:after {
    color: #ffb21e;
}
/***************submenu-**************/
@media(min-width:768px){.navigation .level0:hover > .submenu{display: flex !important;}}
.navigation .level0 > .submenu {
    width: 100%;
    justify-content: space-between;
    left: 10px !important;
    z-index: 9;
}
.navigation .level0 .submenu > li {
    width: 100%;
    padding: 8px 15px;
}
.navigation .level0 .submenu  .submenu > li {
    padding: 0px;
}
.navigation .level0 .submenu li.parent > a {
    padding: 0px;
    font-size: 16px;
    font-weight: 600;
    color: #000;
    text-transform: uppercase;
    margin-bottom: 5px;
    background-color: transparent;
}
.navigation .level0 .submenu li.parent > a .ui-menu-icon {
    display: none;
}
.navigation .level0 .submenu .submenu {
    display: block !important;
    position: static !important;
    border: none;
    box-shadow: none;
    padding: 0px;
}
.navigation .level0 .submenu .submenu a {
    font-size: 15px;
    font-weight: 500;
    color: #000;
    padding: 3px 0px;
    background: transparent;
    border-left: none;
}


/*********banner*******************/
div#mageplaza-bannerslider-block-before-content-1 {
    max-width: 1380px;
    margin: 0 auto;
    margin-bottom: 60px;
    margin-top: 40px;
    padding: 0px 10px;
}
.mp-banner-slider .owl-nav button span {
    font-size: 27px;
    color: #fff;
    position: static;
}
.mp-banner-slider .owl-nav button {
    border-color: #e31e24 !important;
    background: #e31e24 !important;
    width: 40px;
    height: 40px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    border-radius: 50% !important;
    position: absolute;
    top: calc((100% - 40px) / 2);
    left: 40px;
}
.mp-banner-slider .owl-nav button.owl-next {
    right: 40px;
    left: auto;
}
.cms-index-index .page-title-wrapper {
    display: none;
}
.data.surprise-for ul {
    display: flex;
    padding: 0;
    margin: 0;
    margin-bottom: 25px;
    list-style: none;
    border: 1px solid #e0e0e0;
    background-color: #fff;
}
main#maincontent {
    max-width: 100%;
    padding: 0;
}


/********surprise-for**************/
.surprise-for ul li.leaf {
    display: inline-block;
    text-align: center;
    border-left: 1px solid transparent;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    border-radius: 0;
    width: 16.6%;
    margin: 0;
    vertical-align: middle;
    max-width: 398px;
    border-right: 1px solid #e0e0e0;
}

.surprise-for ul li.leaf span.category {
    font-size: 18px;
    width: 100%;
    display: block;
    color: #000;
}
.data.surprise-for ul li a {
    display: inline-block;
    width: 100%;
    text-align: center;
    padding: 24px 0 24px 0;
    text-decoration: none;
}
.surprise-for ul li.leaf .icon img {
    max-width: 100px;
    text-align: center;
    margin: 15px auto;
    width: 100%;
    display: inline-block;
}
.surprise-for ul li.leaf:hover {
    border: 1px solid #e8072a;
}
.surprise-for ul li.leaf:hover a span {
    color: #e8072a;
}




/*******home-double-pics***********/
.home-double-pics img {
    width: 100%;
    vertical-align: middle;
}
.home-double-pics .pagebuilder-column-line{gap: 20px;}

/********home-single-pics***************/
.home-single-pics {
    margin: 25px 0px;
}

.mb-40 {
    margin-bottom: 40px;
}
.mb-25 {
    margin-bottom: 25px;
}

/**********Product*************/
.cdz-block-title .b-title.h2 {
    font: 600 24px / 1.35 Rajdhani, Helvetica\ Neue, Verdana, Arial, sans-serif;
    color: #414b56;
    margin-bottom: 0;
    font-weight: 500;
    white-space: nowrap;
}
.cdz-block-title .b-title.h2 a {
    color: #a8aeba;
}
.cdz-block-title .b-title.h2 a:hover {
    color: #e6393f;
    text-decoration: none;
}
.cdz-product-wrap .cdz-block-title .title-desc {
    color: #e6393f;
    font-weight: 500;
    font-size: 15px;
    margin: 0;
}

.product-items-homepage  .owl-stage-outer {
    padding: 20px 0px 40px 0px;
}
.product-reviews-summary {
    margin-bottom: 0;
}
.rating-summary .rating-result {
    width: 70px;
}
.rating-summary .rating-result>span:before{
   color: #FFAD11;
}
.rating-summary .rating-result:before,
.rating-summary .rating-result>span:before {
    line-height: normal;
    height: auto;
    font-size: 20px;
    display: flex;
    align-items: center;
    letter-spacing: -7px;
    width: auto;
}
.product-image-wrapper{padding-bottom: 100% !important;}
.product-item-info {
    margin-bottom: 0;
    padding: 10px !important;
    position: relative;
    background: #fff;
    border-radius: 3px;
    box-shadow: rgba(0, 0, 0, .08) 0 4px 34px;
    padding-bottom: 42px !important;
            transition: all 500ms ease;
        backface-visibility: hidden;
}
.block.widget .product-item-info:hover {
    margin-top: -20px;
}
.product-item-name > a, .product.name a > a {
    display: inline-block;
    overflow: hidden;
    white-space: nowrap;
    width: 100%;
    text-overflow: ellipsis;
    vertical-align: middle;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
}
.product-item-name > a:hover, .product.name a > a:hover {
    color: #e8072a;
    text-decoration: none;
}
button.action.tocart.primary {
    position: relative;
    padding: 5px;
    border-radius: 0;
    color: #a8aeba !important;
    border-color: transparent;
    background: transparent;
    text-transform: uppercase;
    font: 600 12px/1.35 Rajdhani,Helvetica\ Neue,Verdana,Arial,sans-serif;
}
button.action.tocart.primary span {
    display: flex;
    align-items: center;
}
.minicart-wrapper .action.showcart:before, button.action.tocart.primary span:before {
    background-image: url(../images/shopping-cart.svg);
    font-size: 0;
    width: 30px;
    height: 30px;
    background-position: center;
    background-size: contain;
    display: inline-block;
    margin-right: 10px !important;
    background-repeat:no-repeat ;
    content: "" !important;
}
button.action.tocart.primary span:before {
    content: "";
    width: 14px;
    height: 14px;
}
.minicart-wrapper .action.showcart:hover:before, button.action.tocart.primary:hover :before, .minicart-wrapper .action.showcart.active:before{
    background-image: url(../images/shopping-cart-red.svg);
}
button.action.tocart.primary:after {
    content: '';
    width: 100%;
    left: 0;
    position: absolute;
    height: 0;
    background: #e31e24;
    bottom: 0;
    z-index: 0;
    transition: all 500ms ease;
    backface-visibility: hidden;
}
button.action.tocart.primary:hover {
    color: #e31e24 !important;
}
button.action.tocart.primary:hover:after {
    height: 6px;
}
.product-reviews-summary .reviews-actions {
    line-height: normal;
}
.product-item-info  .product-item-details {
    margin-top: 10px;
    min-height: 73px;
    transform: none !important;
    position: static !important;
    padding: 0px !important;
}
.product-item-info  .product-item-inner {
    width: 100%;
    padding: 5px 10px;
    border-top: 1px solid #e9eaec;
    position: absolute;
    left: 0;
    right: 0px;
    bottom: 0px;
}
.product-item-info .product-item-inner .product-item-actions {
    margin: 0 !important;
}
.product-item .price-box {
    margin: 0px !important;
    margin-bottom: 5px !important;
}
.product-item .price-box .price {
    color: #e31e24;
    font: 600 18px / 1.35 Rajdhani, Helvetica Neue, Verdana, Arial, sans-serif;
}

 .owl-dots {
    width: 100%;
    text-align: center;
    margin: 15px 0 0;
}
 button.owl-dot {
    overflow: hidden;
    display: inline-block;
    margin: 0 2px;
    cursor: pointer;
    background-color: transparent;
    box-shadow: inset 0 0 0 2px #a8aeba;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    position: relative !important;
}
 button.owl-dot.active {
    background: #646d7e;
    border-color: #646d7e;
    box-shadow: none;
}
.cdz-product-wrap .owl-nav button {
    color: #414b56 !important;
    border-color: #b9bed1 !important;
    background: #f6f7f9 !important;
    border-width: 2px !important;
    border-style: solid !important;
    top: -30px;
    line-height: 24px !important;
    right: 38px;
    left: auto;
    border-radius: 30px 0 0 30px !important;
    width: 40px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
}
.cdz-product-wrap .owl-nav button.owl-next {
    right: 0px;
    border-radius: 0px 30px 30px 0px !important;
}
.cdz-product-wrap .owl-nav button span {
    font-size: 30px;
    color: #414b56 !important;
    font-weight: 500;
}
.cdz-product-wrap .owl-nav button:hover {
    border-color: #e8072a !important;
    color: #e8072a !important;
}
.cdz-product-wrap .owl-nav button:hover span{
       color: #e8072a !important;
}
/* .column a {
    color: #a8aeba;
} */
/**********testimonial************/
.wrapper-adv-style-02 {
    padding: 50px 0 50px;
    margin-bottom: 0;
    text-align: center;
    background: #fff;
}
.wrapper-adv-style-02 .cdz-block-title .b-title {
    font: 500 46px / 1.35 Pacifico, Helvetica\ Neue, Verdana, Arial, sans-serif;
    color: #414b56;
    margin-bottom: 0;
}
.wrapper-adv-style-02 .cdz-block-title .title-desc {
    font-size: 24px;
}
.wrapper-adv-style-02 .item .tt-top {
    width: 80px;
    height: 80px;
    border-radius: 100%;
    margin-bottom: 15px;
    display: inline-block;
    vertical-align: top;
    overflow: hidden;
}
.wrapper-adv-style-02 .item {
    padding: 50px 30px 0;
    text-align: center;
}
/**********flowercity-bottom-home**************/
.flowercity-bottom-home {
    color: #000 !important;
}
h1, .h1 {
    font: 600 24px/1.35 Rajdhani,Helvetica\ Neue,Verdana,Arial,sans-serif;
    color: #414b56;
    margin: 0 0 10px;
}
h2, .h2 {
    font: 600 20px/1.35 Rajdhani,Helvetica\ Neue,Verdana,Arial,sans-serif;
    margin: 0 0 10px;
    color: #000;
}
h3, .h3 {
    font: 600 18px/1.35 Rajdhani,Helvetica\ Neue,Verdana,Arial,sans-serif;
    margin: 0 0 10px;
}
.cms-index-index .flowercity-bottom-home p {
    font-size: 16px;
}   
.cms-index-index .flowercity-bottom-home tr td a {
    color: #a8aeba;
}
.cms-index-index .flowercity-bottom-home tr td {
    font-size: 16px;
    padding: 8px 16px;
}
.cms-index-index .flowercity-bottom-home li {
    font-size: 16px;
}   
.flowercity-bottom-home a{
    color: #a8aeba;
}
/*******foote**************/
.page-footer .footer.content {
    padding: 0px 10px;
    padding-bottom: 30px;
    max-width: 1400px;
    border-top: 1px solid #d1d1d1;
    padding-top: 25px;
    margin-top: 25px;
}
.page-footer .footer.content [data-content-type=row][data-appearance=contained] {
    max-width: 100%;
}
.page-footer {
    background-color: transparent;
    margin-top: auto;
}
.page-footer .footer-box .h5 {
    font-size: 23px;
    border-bottom: 2px solid red;
    display: inline-block;
    margin-bottom: 20px;
    font-weight: 600;
    text-transform: uppercase;
        color: #414b56;
}
ul.footer-link li::before {
    content: "";
    display: inline-block;
    border-left: 4px solid #777;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    vertical-align: top;
    margin-right: 6px;
    margin-top: 6px;
}
ul.footer-link li, ul.footer-link li a {
    font-size: 16px;
    color: #414b56;
    text-decoration: none;
    position: relative;
    overflow: hidden;
}

.footer-link li a:after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    position: absolute;
    left: 0;
    bottom: 0;
       background-color: #e31e24;
    transform: translate3d(-110%,0,0);
    transition: transform .3s ease-in;
    opacity: 0;
}
.footer-link li a:hover{
 color: #e31e24;   
}
.footer-link li a:hover:after, .footer-link li a:focus:after {
    transform: translate3d(0,0,0);
    opacity: 1;
}
ul.footer-link li {
    line-height: 28px;
}
.call_now-sidefixed {
    position: fixed;
    right: 0;
    top: 50%;
    width: 50px;
    text-align: right;
    z-index: 9;
}
.call_now-sidefixed li {
    display: inline-block;
    width: 100%;
    margin: 0;
}
.call_now-sidefixed img {
    width: auto !important;
    height: 100%;
    border-radius: 50px;
    min-width: 50px;
}
/*********groupmeu*********/
.ver-menu-stage {
    position: fixed;
    z-index: 1000;
    overflow-y: auto;
    overflow-x: hidden;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: none;
}
.cdz-panel-open-left .ver-menu-stage{display: block;}
.ver-menu-stage .stage-backface {
    background: rgb(0 0 0 / 40%);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 22;
}
.stage-menu-wrap {
    width: 320px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 23;
    background: #fff;
    animation: cdzSideMenuShow 300ms ease;
    height: 100vh;
    overflow: hidden;
}
ul.groupmenu {
    list-style: none;
    padding: 0;
    margin: 0;
}
ul.groupmenu li {
   margin: 0;
}
ul.groupmenu a {
    font-size: 12px;
    font-weight: 500;
    color: #999;
    line-height: normal;
    display: inline-block;
    text-transform: uppercase;
    width: 100%;
    border-bottom: 1px solid #ebebeb;
    padding-left: 10px;
}
ul.groupmenu a span {
    display: inline-block;
    padding: 10px;
}
ul.groupmenu li:hover a {
    background: #e8072a;
    border-color: #e8072a;
    color: #fff;
    text-decoration: none;
}
.cdz-product-wrap.base-slider {
    padding: 0px 15px;
}
small.copyright {
    padding: 0px;
}
.bottom-footer:before, .bottom-footer:after{display: none;}
.bottom-footer-wrape{    background-color: #343434;
padding: 10px;}
.bottom-footer {
    display: flex;
    color: #cdcdcd;
    align-items: center;
    justify-content: space-between;
}
small.copyright {
    font-size: 13px;
    color: #fff;
}
@media (min-width: 1200px) {
    .container {
        width: 1380px;
        padding: 0px 10px;
    }
}
.columns {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0px 10px;
}
.cms-codazon-home-page .columns {
    max-width: 100%;
    padding: 0px;
}
.cms-page-view p {
    font-size: 16px;
    color: #000;
}
.page-title-wrapper {
    display: none;
}
.breadcrumbs {
    max-width: 1400px;
    padding: 0px 10px;
    padding-top: 20px;
    margin-bottom: 10px;
    line-height: normal;
}
.breadcrumbs .item:not(:last-child):after {
    line-height: 18px;
}
.breadcrumbs > * {
    font-size: 13px !important;
}
ul {
    list-style: none;
    color: #000;
}
.cms-delivery-locations .columns a {
    color: #a8aeba;
}
.cms-delivery-locations .columns a:hover {
    color: #e31e24;
    text-decoration: none;
}
form#contact-form, .form.create.account, .form-orders-search, .contact-index-index .store-info.block {
    max-width: 690px;
    margin: 0 auto;
    padding: 20px;
    border: 1px solid #e9eaec;
    background: #fff;
    border-radius: 3px;
    box-shadow: rgba(0, 0, 0, 0.08) 0px 4px 34px;
    margin-bottom: 20px !important;
}
form#contact-form .field.note {
    text-align: left;
}
.form-orders-search {
    max-width: 100%;
    width: 100% !important;
}
form#contact-form .fieldset {
    margin-bottom: 10px;
}
form#contact-form  legend.legend, .contact-index-index .store-info.block .block-title{
    border-bottom: 1px solid #e9eaec;
    margin-bottom: 10px !important;
    padding-bottom: 10px !important;
    width: 100%;
    font-size: 14px !important;
    font-weight: 600;
    text-transform: uppercase;
    color: #414b56;
}
form#contact-form button.submit, 
.form-orders-search button.submit, .optimized-theme .checkout-payment-method .payment-option-content .form-discount .actions-toolbar .primary .action {
    color: #fff;
    border-color: #e31e24 !important;
    background-color: #e31e24 !important;
    font: 600 17px / 1.35 Rajdhani, Helvetica Neue, Verdana, Arial, sans-serif;
    border-radius: 4px;
    transition: all 500ms ease;
    backface-visibility: hidden;
    padding: 7px 15px;
    text-transform: uppercase;
}
form#contact-form button.submit:hover, .form-orders-search button.submit:hover {
    background-color: #ffffff !important;
    color: #e31e24 !important;
}
.field input, .field textarea, .field select {
    border: 1px solid #e1e1e1 !important;
    width: 100%;
    background: #fff;
    font: 400 12px / 1.35 Rajdhani, Helvetica Neue, Verdana, Arial, sans-serif;
    height: 35px !important;
    line-height: 35px !important;
    padding-left: 10px !important;
    padding-right: 10px !important;
    border-radius: 2px !important;
}
.field textarea {
    height: auto !important;
    line-height: normal !important;
    padding: 10px !important;
}
form#contact-form .field label.label{
    color: #a8aeba;
}
.field label.label {
    margin: 0px !important;
    margin-top: 6px !important;
}
.field {
    margin-bottom: 0px !important;
}
form#contact-form .field.name.required{
    float: left;
 width: calc(50% - 20px);
    padding-right: 20px;
}
form#contact-form .field.email.required {
    float: right;
    padding-left: 20px;
    width: calc(50% - 20px);
}
form#contact-form .field.telephone {
    display: inline-block;
    width: 100%;
}
.customer-account-login .login-container .block {
    background: #fff;
    padding: 20px 10%;
    max-width: 688px;
    width: 100%;
    float: none;
    margin: 0 auto;
    border: 1px solid #e9eaec;
    box-shadow: rgba(0, 0, 0, 0.08) 0px 4px 34px;
}
.login-container .block .block-title {
    font-size: 1.8rem;
    text-align: center;
    text-transform: uppercase;
    border: none;
    padding: 0;
    margin: 0;
}
.login-container .block .block-title strong {
    font-weight: 500;
}

.field.note {
    text-align: center;
    color: #000;
}
.customer-account-login .actions-toolbar .primary, .form.create.account .actions-toolbar .primary  {
    margin: 0px !important;
    width: 100% !important;
}
.customer-account-forgotpassword .form.password.forget .actions-toolbar>.primary {
    width: 100%;
}
.customer-account-forgotpassword .form.password.forget {
    background: #fff;
    padding: 50px 20px;
    max-width: 690px;
    width: 100%;
    float: none;
    margin: 0 auto;
    border: 1px solid #e9eaec;
    box-shadow: rgba(0, 0, 0, 0.08) 0px 4px 34px;;
}

.account .form-address-edit .actions-toolbar .action.primary, a.action.primary, .action.primary, .cdz-popup-area .cdz-popup .actions-toolbar .primary button {
    color: #fff;
    border-color: #e31e24;
    background: #e31e24;
    font: 600 17px/1.35 Rajdhani,Helvetica\ Neue,Verdana,Arial,sans-serif;
    border-radius: 4px;
    font-family: 'Rajdhani';
    line-height: normal;
    text-transform: uppercase;
    padding: 7px 15px;
    box-shadow: none;
    transition: all 500ms ease;
    backface-visibility: hidden;
    min-height: auto;
    width: 100% !important;
}
.account .form-address-edit .actions-toolbar .action.primary:hover, a.action.primary, .action.primary:hover, .cdz-popup-area .cdz-popup .actions-toolbar .primary button:hover{
color: #e31e24;
background-color: #fff;
border-color: #e31e24;;
}
.customer-account-login .login-container .block .fieldset {
    margin: 0;
}
.login-container .block .login .actions-toolbar>.secondary {
    width: 100%;
}
a.action.remind {
    color: #a8aeba;
    text-transform: uppercase;
    text-decoration: underline;
}
a.action.remind:hover {
    color: #e31e24;
}
.login-container .fieldset:after{
    display: none;
}
.customer-account-login .login-container .block.block-new-customer {
    border: none;
    background: transparent;
    text-align: center;
}
.customer-account-login .field.choice {
    text-align: center;
}
.customer-account-login .field.choice input {
    width: 13px;
    height: 13px !important;
}
 .field.choice input {
    width: 16px;
    line-height: normal !important;
    height: 16px !important;
}
.form.create.account legend.legend, .form-orders-search legend.legend{
    border-bottom: 1px solid #414b56;
    display: inline-block;
    width: 100%;
    text-align: center;
    padding-bottom: 10px !important;
    font-size: 14px !important;
    font-weight: 600;
    text-transform: uppercase;
    color: #414b56;
}
.form-orders-search legend.legend{
        border-bottom: 1px solid #e9eaec;
}
.sitemapSection.std, .amsitemap-index-index .columns .field {
    padding: 10px;
    border: 0 solid #e1e1e1;
    background: #fff;
    border-radius: 3px;
    box-shadow: rgb(0 0 0 / 8%) 0 4px 34px;
}
.amsitemap-index-index .columns .field {
    margin: 20px 0px !important;
}
.field .htmlsitemap-search-wrapper {
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: center;
}
.field .htmlsitemap-search-wrapper label {
    padding: 0;
    font-weight: 600;
    font-size: 15px;
}
.field .htmlsitemap-search-wrapper input {
    max-width: 437px;
}
.column.main {
    padding-bottom: 20px !important;
}
a.action.primary {
    color: #fff;
    border-color: #e31e24;
    background: #e31e24;
    font: 600 12px / 1.35 Rajdhani, Helvetica\ Neue, Verdana, Arial, sans-serif;
    border-radius: 4px;
    transition: all 500ms ease;
    backface-visibility: hidden;
    padding: 7px 15px;
}
a.action.primary:hover{
    background-color: #fff;
    color: #e31e24;;
}

 .toolbar.toolbar-products .items .item,  .pager .items .item  {
    margin-right: 8px;
    margin-bottom: 0px;
}
.page-layout-1column .products~.toolbar-products:before, .page-layout-1column .products~.toolbar-products:after {
    display: none;
}
.pages .page {
    border: none !important;
    font-size: 12px !important;
    line-height: normal !important;
    font-weight: 700 !important;
    padding: 0px !important;
    background: transparent !important;
}
 .items .item.current .page {
    color: #e31e24;
}
.pages-item-previous a,  .pages-item-next a {
    width: 20px;
    height: 20px;
    display: flex !important;
    align-items: center;
    justify-content: center;
}
.pages-item-previous a, .pages-item-next a {
    width: 30px;
    height: 30px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    border: 1px solid #d1d1d1;
}
 .pages-item-previous a:before, .pages-item-next a:before {
    content: "";
    background: transparent;
    width: 10px;
    height: 10px;
    border-left: 2px solid #7d7d7d;
    border-bottom: 2px solid #7d7d7d;
    transform: rotate(45deg);
    position: static;
    margin: 0px !important;
}
 .pages-item-previous a:before{
    margin-left: 4px !important;
}
 .pages-item-next a:before {
    transform: rotate(225deg);
}
 .pages-item-previous a svg,  .pages-item-next a svg {
    display: none;
}
/******catagories page****************/
.page-products.page-layout-1column .products-grid .product-items {
    display: flex;
    flex-wrap: wrap;
    gap: 0px;
    margin: 0px -10px;
}
.products-grid li.item.product.product-item {
    width: 20%;
    padding: 10px;
}
.page-products.page-layout-1column .products-list .product-items {
    display: flex;
    flex-wrap: wrap;
    gap: 0;
}
.products-list li.item.product.product-item {
    width: 100%;
     margin-bottom: 20px;
}
.products-list  .products.list.items.product-items .product.photo.product-item-photo {
    width: 250px;
    min-width: 250px;
}
.products-list .products.list.items.product-items .product-image-wrapper {
    padding-bottom: 100% !important;
}

.products-list .products.list.items.product-items .product-image-wrapper img {
    position: absolute;
    height: 100%;
    object-fit: cover;
    width: 100%;
}
.products-list .products.list.items .product-item-info .product-item-inner .product-item-description {
    margin: 20px 0px 5px 0px;
}
.products-list .products.list.items .product-item-info .product-item-inner {
    position: static;
    padding: 0px;
    border: none;
    color: #b9bed1;
    font-size: 13px;
}
.products-list .products.list.items button.action.tocart.primary span:before, .products-list .products.list.items button.action.tocart.primary:after{display: none;}

.products-list .products.list.items button.action.tocart.primary {
    color: #fff !important;
    border: 1px solid #e31e24;
    background: #e31e24;
    padding: 7px 15px;
    border-radius: 4px;
    line-height: normal;
}
.products-list .products.list.items button.action.tocart.primary:hover{
    color: #e31e24 !important;
    background-color: #fff;
}
 .products-list .product-items .product-item-info, .products-grid .product-items .product-item-info {
    border: none !important;
    box-shadow: rgba(0, 0, 0, 0.08) 0px 4px 34px !important;
}
 .products-list .product-items .product-item-info {
    padding: 10px !important;
}
.page-layout-1column .filter.block {
    display: none;
}
.cdz-subcategories .cdz-subcat-inner {
    padding: 10px;
    background: #fff;
    border-radius: 3px;
    box-shadow: 0px 1px 4px 0px rgba(204, 204, 204, 0.48);
    margin-bottom: 30px;
}
.item-subcat .item-top ~ a {
    font-weight: 500;
    color: #414b56;
    padding: 5px 0px;
    display: inline-block;
    width: 100%;
    text-align: center;
}
.toolbar.toolbar-products {
    padding: 0;
    margin-top: 0;
    margin-bottom: 20px;
    padding: 10px;
    border: 0px solid #e1e1e1;
    background: #fff;
    border-radius: 3px;
    box-shadow: rgba(0, 0, 0, 0.08) 0px 4px 34px;
    position: static;
}
.page-layout-1column .products~.toolbar-products {
    position: static;
    display: flex !important;
    justify-content: space-between;
}
.page-layout-1column .products~.toolbar-products .pages {
    margin: 0 auto;
}
 .items.pages-items li a {
    width: 34px !important;
    height: 34px !important;
    font-size: 15px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #000 !important;
    border-radius: 0px;
}
 .items.pages-items {
    display: flex;
    align-items: center;
    gap: 5px;
}
 .items.pages-items li {
    margin: 0px !important;
}
 .items.pages-items li.item.current  .page {
    background: #e31e24 !important;
    color: #fff;
    width: 34px;
    height: 34px;
    border-radius: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px !important;
    border: 1px solid #e31e24 !important;
}
.toolbar-products .limiter {
    color: #666;
    font-size: 13px;
    font-weight: 600;
}
.toolbar-products .limiter .control {
    margin: 0px 5px;
}
.toolbar-products .limiter .control select#limiter {
    display: inline-block;
    margin: 0px;
    border-color: #666 !important;
    color: #666;
    font-weight: 600;
}
.toolbar-sorter.sorter {
    display: flex;
    align-items: center;
}
ul#sorter {
    display: flex;
    padding: 0;
    margin: 0 0 0 7px;
    width: auto;
}
ul#sorter li {
    display: inline-block;
    margin: 0 3px;
}
ul#sorter li a {
    border: 1px solid #db322c;
    color: #000;
    font-weight: 500;
    display: inline-block;
    padding: 5px 10px;
    text-transform: capitalize;
    line-height: normal;
    cursor: pointer;
}
ul#sorter li a::before {
    margin-right: 5px;
}
li.sort-price_desc a:before {
    font-family: FontAwesome;
    content: '\f176';
}
li.sort-bestsellers a:before {
    font-family: FontAwesome;
    content: '\f005 ';
}
li.sort-price_asc a::before {
    font-family: FontAwesome;
    content: '\f175';
}
ul#sorter li a:hover, ul#sorter li a.active {
    color: #db322c;
}
.toolbar-sorter.sorter label.sorter-label {
    color: #000;
    font-size: 16px;
    font-weight: 500;
}
.sorter .sorter-action{opacity: 1 !important;}
.sorter-action:before{display: none;}
.toolbar .modes-mode {
    padding: 5px;
    transition: all 500ms ease;
    backface-visibility: hidden;
    color: #e31e24;
    border-color: #e31e24;
    background: #fff;
}
.toolbar .modes-mode:not(.active):hover, .toolbar .modes-mode.active, .toolbar.toolbar-products .items.pages-items li a:hover, .items.pages-items li a:hover {
    color: #fff;
    border-color: #e31e24 !important;
    background: #e31e24 !important;
}
.mode-list:before{
       color: #e31e24;
}
.modes-mode.active:before, .toolbar .modes-mode:not(.active):hover:before{
     color: #fff;
}
p#toolbar-amount {
    display: block !important;
    color: #000;
}

/*********produc page************/
.product-info-main .page-title-wrapper, .checkout-cart-index  .page-title-wrapper {
    display: block;
}
.product-info-main h1.page-title {
    font-size: 30px;
    margin-top: 0px !important;
}
.product-reviews-summary .reviews-actions a {
    color: #e31e24;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    text-decoration: underline;
}
.product-info-main .product-info-review-stock-sku {
    padding: 0;
    margin: 0px;
    border: none;
}
.product-info-main .product-info-price {
    border: none;
    padding: 0;
    margin: 0px;
}
.product-info-main .price-box .price-wrapper .price {
    font-size: 40px;
    font-weight: 600;
    color: #e31e24;
}
.product-info-main .product.attribute.overview p {
    font-size: 14px;
    font-weight: 600;
    color: #000;
}
.product-info-main .product.attribute.sku {
    font-weight: 600;
    color: #333;
}
div#product-options-wrapper-input .fieldset input, select.select-predmessage, div#product-options-wrapper-input .fieldset select, div#product-options-wrapper-input .fieldset textarea {
    border-radius: 5px;
    background-color: #f7f7f7;
    font-size: 16px;
    height: 42px;
    color: #000;
    border: 1px solid #bebbc3;
    width: 100% !important;
    margin-bottom: 7px;
    font-family: 'Rajdhani';
}
div#product-options-wrapper-input .amprot-field {
    margin: 0px !important;
}
div#product-options-wrapper-input .fieldset>div {
    display: flex;
    justify-content: space-between;
    width: 100%;
}
div#product-options-wrapper-input .fieldset>div .amprot-field-container {
    width: 100%;
    min-width: 50%;
    padding: 0 5px;
}
div#product-options-wrapper-input .amprot-input-block {
    max-width: 100%;
}
.product-info-main .box-tocart {
    margin: 0px;
    width: 100%;
}
.product-info-main .box-tocart .primary.tocart {
    border-color: #e31e24;
    background: #e31e24;
    width: 100%;
    padding: 10px 15px;
    margin-left: 0;
    margin-right: 0;
    font-size: 16px !important;
    font-weight: 500 !important;
    letter-spacing: 1px;
    border-radius: 4px;
    color: #fff !important;
    display: flex;
    align-items: center;
    justify-content: center;
}
.product-info-main .box-tocart .primary.tocart:hover {
    color: #fff !important;
}
.product-info-main .box-tocart .primary.tocart::after{display: none;}
.product-info-main .box-tocart .primary.tocart span:before {
    width: 20px;
    height: 20px;
    background-image: url(../images/shopping-bag-product.svg);
}
div#product-options-wrapper-input .fieldset:last-child {
    margin-bottom: 5px;
}
ul.productside {
    display: inline-block;
    width: 100%;
    padding: 0!important;
}
ul.productside li {
    display: flex;
    align-items: center;
    padding: 10px 10px;
}
li.allindia-delivery, li.sameday-delivery, li.midnight-delivery {
    background-color: #ffebed;
}
li.secured-payment, li.customer-satif {
    background-color: #e3fce1;
}
ul.productside li img {
    max-width: 54px;
}
ul.productside li span {
    font-size: 17px;
    font-weight: 600;
    margin-left: 10px;
}

.product.info.detailed .product.items .item.title>.switch {
    padding: 8px 10px 18px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 14px;
    font-weight: 400;
    color: #414b56;
    border-color: transparent;
    background: transparent;
    height: auto;
}
.product.data.items>.item.title>.switch:after {
    background: #e31e24;
}
.product.info.detailed .product.items>.item.content {
    margin-top: 45px;
    border-top: 2px solid #e9eaec;
    padding-left: 0;
    padding-right: 0;
}

.catalog-product-view .columns {
    background-color: #fff;
    max-width: 1370px;
    border: 0 solid #e1e1e1;
    background: #fff;
    border-radius: 3px;
    box-shadow: rgb(0 0 0 / 8%) 0px 4px 34px;
    margin-top: 70px!important;
}
.catalog-product-view .column.main{
    padding: 20px;
}
 .catalog-product-view .sidebar-additional {
    padding: 20px;
}
.testimonial-wrapper {
    background-color: #f7f7f7;
    border-radius: 9px;
    display: inline-block;
    padding: 10px 20px;
    margin-bottom: 40px;
    width: 100%;
}
.testimonial-wrapper .tmls-slide {
    padding: 0px !important;
    border: none !important;
}
.testimonial-wrapper .block-title.content-heading {
    margin: 0px;
    text-transform: uppercase;
}
.testimonial-wrapper .block-title.content-heading h2 {
    margin: 0px;
    font: 500 16px / 1.35 Rajdhani, Helvetica\ Neue, Verdana, Arial, sans-serif;
    color: #e8072a;
}
.testimonial-wrapper .block-title.content-heading h2 span {
    background-color: transparent;
    width: 100%;
    display: inline-block;
    text-align: center;
}
.tmls-widget .block-title h2:after {
    background: #e31e24;
}
.link-tt-all {
    display: inline-block;
    width: 100%;
    text-align: center;
}
.product-info-main .field label.label {
    display: inline-block !important;
}
.product-custom-order-629 .product-info-main .product-info-price {
    display: none;
}
/************cart******************/
.checkout-cart-index .page-title-wrapper {
    max-width: 1380px !important;
    margin: 0 auto;
    padding: 0px 10px;
    margin-top: 30px;
}
.checkout-cart-index  h1 {
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 600;
}
table#shopping-cart-table thead {
    background-color: #e31e24;
    border-radius: 5px!important;
}
table#shopping-cart-table thead th {
    color: #fff!important;
    font-weight: 500!important;
    text-transform: capitalize;
    padding: 10px 20px;
}
table>thead>tr>th {
    font: 500 14px/1.35 Rajdhani,Helvetica\ Neue,Verdana,Arial,sans-serif;
}
table#shopping-cart-table thead th {
    color: #fff!important;
    font-weight: 500!important;
    text-transform: capitalize;
    padding: 10px 20px;
}
.cart.table-wrapper .items>.item {
    border-bottom: 1px solid #d1d1d1;
    position: relative;
    background-color: #fff;
    border-top: 15px solid #f6f7f9 !important;
}
.cart.table-wrapper tbody td {
    padding: 15px 20px!important;
}
div.cart.table-wrapper .product-item-photo {
    width: 100px !important;
    max-width: 100px;
    padding: 0 !important;
}
div.cart.table-wrapper .product-item-photo span.product-image-container {
    width: 100px !important;
}
.cart .product-image-photo {
    width: 100%;
    object-fit: cover;
    height: 110px;
}
.cart.table-wrapper .product-item-name a {
    font-weight: 600;
    color: #000;
    font-size: 16px;
    text-transform: none;
    white-space: normal;
}
.cart.table-wrapper .product-item-name {
    margin-top: 0;
    margin-left: 10px;
}
.cart-container .cart.table-wrapper tbody span.price {
    font-size: 15px;
    padding-top: 16px !important;
    display: inline-block;
}
.cart.table-wrapper .col .control.qty {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: center;
    margin-top: 7px;
}
.cart.table-wrapper .col .control.qty button {
    background-color: #000;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    padding: 0!important;
    border: 0!important;
    font-size: 15px;
    color: #fff;
    position: relative;
    line-height: 30px;
}
.cart.table-wrapper .col .control.qty button::before {
    content: "+";
    font-size: 25px;
}
.cart.table-wrapper .col .control.qty button.decrease::before {
    content: "-";
}
.cart-container .cart.table-wrapper .col.qty .input-text {
    margin-top: 0;
    height: 30px !important;
    line-height: 30px !important;
    border: none !important;
    font-size: 14px;
    font-weight: 600;
}
.cart.table-wrapper tbody td .actions-toolbar a.action.action-delete {
    border-radius: 100%;
    background: #e31e24;
    border: 1px solid #e31e24;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 14px;
    transition: all 500ms ease;
    backface-visibility: hidden;
    z-index: 1;
    padding: 0;
    font-size: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 12px;
}
.cart.table-wrapper tbody td .actions-toolbar a.action.action-delete:after {
    font-size: 12px;
    font-weight: 600;
    display: inline-block;
    content: '\f00d';
    font-family: FontAwesome;
    color: #fff;
}
.cart.table-wrapper tbody td .actions-toolbar a.action.action-delete:hover{
background-color: transparent;
}
.cart.table-wrapper tbody td .actions-toolbar a.action.action-delete:hover::after{
      color: #e31e24;
}
.cart.table-wrapper a.action.action-edit {
    display: none;
}
.cart-container .form-cart{
    padding: 0px 20px;
}
.cart-container .cart-summary {
    padding: 0!important;
    margin-top: -40px;
    background-color: #fff!important;
    width: 27%;
}
.cart-container .cart-summary strong.summary.title {
    font-size: 24px !important;
    font-weight: 600 !important;
    text-transform: uppercase;
    border: 0 !important;
    background-color: #f6f7f9;
    margin: 0;
}
.cart-summary .block.shipping, .cart-summary .block.discount {
    display: none;
}
.cart-container .cart-summary table>tbody>tr>th, .cart-container .cart-summary table>tbody>tr>td {
    padding: 3px 10px !important;
}
.cart-container .cart-summary table>tbody>tr.grand.totals th, .cart-container .cart-summary table>tbody>tr.grand.totals td {
    padding: 10px !important;
}
.cart-totals .grand .mark strong {
    font-weight: 400;
}
.cart-container .cart-totals .grand .amount strong {
    color: #e31e24;
}
.cart.main.actions {
    display: flex;
    flex-wrap: wrap;
    padding: 0px 10px 10px;
    justify-content: space-between;
    width: 100%;
}
.cart.main.actions a.action {
    background-color: red;
    color: #fff;
    font-weight: 600;
    font-size: 19px;
    text-transform: capitalize;
    padding: 10px 30px;
    border-radius: 5px;
}

.modal-popup .modal-inner-wrap {
    width: 40%;
    max-height: 100% !important;
    text-align: center;
    margin: 2rem auto;
}
.modal-popup .modal-header {
    padding-top: 2rem;
    padding-bottom: 0;
}
div#popup-modal-register {
    padding: 0 20px 20px 20px;
}
.modal-popup .modal-inner-wrap .popup_fm_field {
    margin-bottom: 10px;
    display: inline-block;
    width: 100%;
}
.modal-popup .modal-inner-wrap .popup_fm_field label {
    width: 80px;
    display: inline-block;
    float: left;
    text-align: left;
}
.modal-popup .modal-inner-wrap .popup_fm_field input {
    width: calc(100% - 80px);
    float: left;
    color: #9c9c9c;
    border: 1px solid #e1e1e1;
    background: #fff;
    font: 400 12px / 1.35 Rajdhani, Helvetica\ Neue, Verdana, Arial, sans-serif;
    height: 35px;
    line-height: 35px;
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 2px;
    background: transparent;
}
.modal-popup .modal-inner-wrap .popup_fm_field div {
    text-align: center;
    font-size: 15px;
    margin-top: 4px;
    display: inline-block;
    width: 100%;
    color: #000;
}
.modal-popup .modal-inner-wrap .popup_fm_field div#cart_name-error{
    color: #e31e24;
}
.popup_form_txt h4 {
    font: 500 16px / 1.35 Rajdhani, Helvetica\ Neue, Verdana, Arial, sans-serif;
    margin: 0 0 5px;
}
.modal-popup .modal-inner-wrap .modal-header .action-close {
    padding: 0;
    margin: 0px;
    border-color: #e31e24;
    background: #e31e24;
    border-radius: 0;
}
.modal-popup .modal-inner-wrap .modal-header .action-close:before {
    color: #fff;
}
.modal-popup.modal-slide .modal-footer {
    display: none;
}

button, .cart-container .form-cart .action.continue, a.action.secondary {
    color: #e31e24;
    border-color: #e31e24;
    background: #fff;
    font: 600 12px / 1.35 Rajdhani, Helvetica\ Neue, Verdana, Arial, sans-serif;
    border-radius: 4px;
    text-transform: uppercase;
}
/*******chekout***************/

div#shipping-new-address-form {
    display: inline-block;
    width: 100%;
    margin: 0px;
}
div#shipping-new-address-form .field {
    float: left;
}
.checkout-index-index .nav-sections {
    display: block;
}
.checkout-index-index .page-header .minicart-wrapper {
    display: flex;
}
.amcheckout-step-container .amcheckout-title, .emaiaddress-step .step-title, .step-title.delivery-address, .amcheckout-step-container .amcheckout-shipping-address .checkout-billing-address .field.field-select-billing label.label {
    background-color: #e8072a;
    color: #fff;
}   
.optimized-theme #checkout li.checkout-shipping-method {
    padding: 0;
    background: transparent;
    visibility: hidden;
    height: 0;
    margin: 0px;
}
.amcheckout-main-container.-modern .amcheckout-block:not(:first-of-type) {
    margin: 0;
}
.order-attributes .order-attributes-form {
    margin: 0px;
}
.amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-shipping-methods .amcheckout-method {
    margin: 0px;
}
.amcheckout-step-container .amcheckout-title-container+.amcheckout-content>.amcheckout-wrapper {
    padding: 10px 15px 10px 15px;
    background: #fff;
}
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method {
    padding: 0;
    width: 100%;
    border: none;
    background: transparent;
}
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method-title .label {
    align-items: flex-start;
    padding: 10px 0px;
    font-size: 13px;
    margin: 0px !important;
}
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method._active .payment-method-content>* {
    margin: 0;
    font-size: 13px;
}
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method {
    background-color: #fff;
    border: 0 !important;
    border-bottom: 1px solid #ddd !important;
    box-shadow: none !important;
}
.optimized-theme.checkout-index-index {
    color: #333;
    background-color: #f6f7f9;
}
.amcheckout-step-container .amcheckout-summary-container, .amcheckout-step-container .amcheckout-summary-container .amcheckout-title, .amcheckout-step-container .amcheckout-additional-options {
    background: #fff !important;
}
.optimized-theme .checkout-payment-method .payment-option-content .form-discount .payment-option-inner {
    width: 100%;
}
.amcheckout-main-container.-modern.-layout-2columns .amcheckout-step-container.-summary>.checkout-payment-method .actions-toolbar .amasty.checkout, .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container.-summary>.checkout-payment-method .actions-toolbar .amasty.checkout {
    width: 70% !important;
}
.amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-title {
    cursor: default;
    border-bottom: 1px solid #ececec;
}
.amcheckout-step-container .amcheckout-summary-container .table-totals th, .amcheckout-step-container .amcheckout-summary-container .table-totals td {
    padding: 3px 0px !important;
}
.amcheckout-step-container .amcheckout-summary-container .table-totals tr.grand.totals th, .amcheckout-step-container .amcheckout-summary-container .table-totals tr.grand.totals td {
    padding-top: 11px !important;
}
.amcheckout-step-container .amcheckout-summary-container .table-totals tr.grand.totals th strong {
    font-weight: 400;
}
div#checkout {
    margin-top: 50px;
}
.amcheckout-step-container .amcheckout-summary-container .product-item-details .product-item-inner{
    flex-wrap: nowrap;
}
.optimized-theme #checkout .opc-block-summary .product-item-details .cart-price .price {
    color: #e8072a;
}
.message.warning, .message.error, .message.notice, .message.info {
    font: 400 13px/1.35 Rajdhani,Helvetica\ Neue,Verdana,Arial,sans-serif;
}
.field .message.warning {
    margin-top: 10px !important;
}
.page.messages .messages {
    position: static;
    max-width: 1380px;
    margin: 0 auto;
}
.message-success.success.message {
    transform: none !important;
    opacity: 1 !important;

}
.message-success:before{
    color: #006400;
    content: '\e610';
    font-family: 'icons-blank-theme';
    left: 0;
    top: 18px;
    width: 40px;
    position: absolute;
}
.message.success>*:first-child:before{
display: none;
}
.message:before, .message.warning>*:first-child:before, .message.success>*:first-child:before{
    font-size: 28px;
    line-height: 28px;
    margin: -14px 0 0;
    top: 18px;
    width: 40px;
}
.message {
    margin: 0 0 10px !important;
    padding: 10px 20px !important;
    display: inline-block !important;
    line-height: 1.2em !important;
    font-size: 1.3rem !important;
    box-shadow: none !important;
    border-radius: 0 !important;
    padding-left: 40px !important;
    position: relative !important;
    border: none !important;
}
.message-success{
background-color: #e5efe5 !important;
color: #006400;
}
 .message.warning {
    background: #fdf0d5;
    color: #6f4400;
    border: navajowhite;

}
/**********minicart************/
.minicart-wrapper .block-minicart {
    padding: 0px;
    border: none;
    background: #fff;
    width: 310px;
    right: 0px;
    margin-top: 1px;
}
.minicart-wrapper .block-minicart:before, .minicart-wrapper .block-minicart:after{
    display: none;
}
.block-minicart .items-total{
    text-transform: uppercase;
    font-size: 14px;
    border-bottom: 1px solid #e1e1e1;
    padding: 15px 20px 15px;
    color: #e31e24;
    font-weight: 600;
    margin: 0px !important;
    width: 100%;
    display: flex;
    align-items: center;
    gap: 5px;
    background-color: #fff;
}
#btn-minicart-close {
    display: none;
}
.block-minicart .items-total a.action.viewcart {
    font-size: 0;
    display: inline-block;
    line-height: normal;
    margin-left: auto;
}
.block-minicart .items-total a.action.viewcart:before {
    font-family: FontAwesome;
    font-weight: normal;
    content: '\f08e';
    font-size: 18px;
}
.block-minicart .block-content {
    display: inline-block;
    width: 100%;
}
.minicart-items-wrapper {
    width: 100%;
    height: auto !important;
    border: 0;
    margin: 0;
    padding: 20px;
    max-height: 300px;
}
.minicart-wrapper .block-minicart li {
    margin: 0;
    padding: 0px;
    padding-top: 20px;
    border: none !important;
    position: relative;
}
.minicart-wrapper .block-minicart .block-content .minicart-items li .product-item-name a {
    color: #282828;
    font-size: 13px;
    font-weight: 500;
    white-space: normal;
    line-height: normal;
    display: inline-block;
    width: auto;
}
.minicart-items .product>.product-item-photo {
    width: 25%;
}
header .minicart-items .product-item-details {
    padding-left: 20px;
    display: flex;
    width: 75%;
    gap: 10px;
}
.minicart-items .product-item-name {
    width: 58.33%;
    float: left;
}
.product-item-pricing {
    width: 41.66%;
    float: right;
}
.minicart-wrapper .product .actions {
    margin: 0px;
    position: absolute;
    left: 0px;
    z-index: 9;
    top: 0px;
    gap: 5px;
    display: flex;
    flex-direction: column;
}
.minicart-wrapper .product .actions a {
    background: #ff0000;
}
.minicart-items .action.edit:before, .minicart-items .action.delete:before {
    color: #fff;
    font-size: 18px;
    line-height: normal;
}
.product-item-pricing .price-container {
    display: none;
}
.block-minicart .subtotal {
    text-align: right;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 18px;
    font-weight: 600;
    color: #686770;
    margin: 0;
    padding: 20px 20px 15px;
    background: #f5f5f5;
}
.block-minicart .subtotal .price {
    color: #e31e24;
}
.block-minicart .block-content>.actions {
    padding: 0px 20px 20px;
    margin: 0;
    background: #f5f5f5;
}
.block-minicart .actions .action.viewcart {
    margin: 0px;
    font-size: 13px;
    font-weight: 600;
    color: #fff;
    background: #e31e24;
    width: 100%;
    display: inline-block;
    padding: 6px 15px;
    border-radius: 4px;
    text-transform: uppercase;
    line-height: normal;
}
.minicart-wrapper .block-minicart .block-content .minicart-items li .product-image-container {
    display: inline-block;
    width: 65px !important;
}
.minicart-items .product-item-details .details-qty {
    display: flex;
}
/********product-step***********/
.amprot-options-list.nested, div#product-options-wrapper div.options-list {
    display: flex;
    align-items: center;
    gap: 15px;
}
div#product-options-wrapper div.options-list .field.choice input[type="radio"] {
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
}
label.amprot-radio-block .amprot-input:checked ~ .amprot-mark + span.amprot-text, div#product-options-wrapper div.options-list .field.choice input[type="radio"]:checked ~ label.label {
    background-color: #e31e24;
    color: #fff !important;
    border-color: #e31e24;
}

label.amprot-radio-block span.amprot-text, div#product-options-wrapper div.options-list .field.choice input[type="radio"] + label.label {
    border: 1px solid #333;
    padding: 4px 15px;
    display: inline-block;
    width: 100%;
    text-align: center;
    margin-bottom: 8px !important;
}
.amprot-radio-block > .amprot-text, .amprot-checkbox-block > .amprot-text, div#product-options-wrapper div.options-list .field.choice label.label{
    font-size: 15px;
    color: #000;
    font-weight: 500;
}
div#product-options-wrapper div.options-list .field.choice {
    position: relative;
}
div#product-options-wrapper div.options-list span.price-notice {
    display: none;
}
body .product-options-wrapper .fieldset>.field:not(.choice)>.label {
    display: none;
}
div#product-options-wrapper div.options-list .field.choice input[type="checkbox"] {
    width: 12px;
    height: 12px;
    line-height: normal;
    margin-top: 0;
}

aside.modal-popup.product-addons .modal-inner-wrap {
    max-width: 98% !important;
    width: 100% !important;
    margin: 0 auto;
    top: 4%;
    border-radius: 10px;
    overflow: hidden;
    max-height: 93vh !important;
    padding-bottom: 80px;
    position: relative;
}
aside.modal-popup.product-addons header.modal-header {
    background-color: #efefef;
    min-height: 50px;
    margin-bottom: 10px;
    position: relative;
    padding-bottom: 0;
    padding-top: 20px;
}
.modal-popup .modal-title {
    border-bottom: 1px solid #c1c1c1;
    font-weight: 300;
    padding-bottom: 10px;
    font-size: 26px;
    margin-bottom: 0;
    min-height: 1em;
    word-wrap: break-word;
}
.addonspop-title {
    text-align: center;
    font-weight: 600;
    color: #e31e24;
}
.addonspop-title strong {
    margin-right: 5px;
    color: #000;
}
.modal-popup._inner-scroll .modal-content {
    padding: 0px;
}
.modal-slide .modal-inner-wrap, .modal-popup .modal-inner-wrap {
    background-color: #fff;
    box-shadow: 0 0 12px 2px rgba(0, 0, 0, .35);
    opacity: 1;
    pointer-events: auto;
}
aside.modal-popup.product-addons .addonsproducts {
    padding: 0 10px 10px 0;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}
aside.modal-popup.product-addons .addonsproducts .addon-item {
    text-align: center;
    box-shadow: 0px 0px 4px #999;
    border-radius: 4px;
    width: 15.2%;
    display: inline-block;
    margin: 10px 0 1px 10px;
    background-color: #fff;
}   
.addqtybox {
    display: inline-block;
    padding: 4px 10px;
    width: 100%;
    background-color: #f7f7f7;
}
aside.modal-popup.product-addons .addonsproducts .addon-item img {
    width: 110px;
    height: 115px;
    display: inline-block;
    padding-top: 5px;
}
.addon-prprice {
    color: #e31e24;
    font-weight: 600;
    font-size: 15px;
}
.addqtybox input {
    margin: 2px 5px 0 0;
    position: relative;
    top: 2px;
}
.addqtybox input[type="text"] {
    width: 40px;
    height: 30px;
    text-align: center;
    font-weight: 600;
    font-size: 15px;
    margin-left: 20px;
}
.final-price {
    display: flex;
    justify-content: flex-end;
    width: 100%;
    background-color: #efefef;
    padding: 14px 20px;
    font-size: 15px;
    font-weight: 600;
    align-items: center;
    line-height: normal;
}
div#popup-modal-addonsproducts .final-price {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99;
}
.addonfooter-child.price-heading {
    width: 50px;
}
.final-price > div {
    margin-left: 20px;
}
.final-price span.sign {
    margin: 0 10px 0 20px;
    vertical-align: middle;
}
.addonfooter-child.total-block {
    margin-right: 8%;
}
.final-price #total-price span.h-price.webprice {
    color: #e31e24;
    font-size: 19px;
}
.final-price button#product-addtocart-button {
    font-weight: 600;
    background-color: #e31e24;;
    color: #fff !important;
    padding: 8px;
    border-radius: 4px;
    margin-right: 25px;
    border: 1px solid #e31e24;
    width: 270px !important;
    font-size: 16px;
    cursor: pointer;
    height: 40px;
}
.final-price button#product-addtocart-button:after, .final-price button#product-addtocart-button span:before {
    display: none;
}
.final-price button#product-addtocart-button span {
    justify-content: center;
}

.productadd .modal-inner-wrap {
    border-radius: 10px;
    background-color: #fff;
    width: 100% !important;
    max-width: 532px;
}
.productadd .modal-inner-wrap::before {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: transparent;
    width: 2000%;
    height: 1000%;
    display: inline-block!important;
    content: "";
    z-index: -1;
    left: -1000%;
    top: -100%;
}
.productadd header.modal-header{padding: 0;}
.ui-datepicker .ui-datepicker-header {
    position: relative;
    padding: .2em 0;
    padding-bottom: 10px;
}
.productadd .modal-inner-wrap .modal-content {
    padding: 20px 20px 30px 20px;
    overflow-y: auto!important;
    max-height: 400px;
}
.goback-wrapper, span.calendartitle {
    display: inline-block;
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
    border-bottom: 1px solid #000;
    padding-bottom: 6px;
}
.productadd .modal-inner-wrap .ui-datepicker {
    background-color: transparent;
    padding: 0;
    border: 0;
    box-shadow: none!important;
}
.ui-datepicker .ui-datepicker-header {
    background: 0 0;
    border: none;
    padding-bottom: 10px;
}
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
    position: absolute;
    top: 2px;
    width: 1.8em;
    height: 1.8em;
    cursor: pointer;
}
.ui-datepicker .ui-datepicker-prev {
    left: 2px;
}
.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span {
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -8px;
    top: 50%;
    margin-top: -5px;
    font-size: 0;
    width: 0;
    height: 0;
    border: solid;
    border-width: 5px 8px 5px 0;
    border-color: transparent #ff9635 transparent transparent;
}
.ui-datepicker .ui-datepicker-next {
    right: 2px;
}
.ui-datepicker .ui-datepicker-next span {
    margin-left: 0;
    top: 50%;
    margin-top: -5px;
    border-width: 5px 0 5px 8px;
    border-color: transparent transparent transparent #ff9635;
}
.goback-wrapper span.shippingtitle, .goback-wrapper span.timeslottitle, span.calendartitle {
    text-align: center;
    display: inline-block;
    font-size: 27px;
    font-weight: 600;
    color: #000;
}
.ui-datepicker .ui-datepicker-title {
    margin: 0 2.3em;
    line-height: 1.8em;
    text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
    border: 0;
    width: auto!important;
    border-bottom: 1px solid #000;
    font-size: 15px;
    color: #9c9c9c;
    font-weight: 400;
    font-family: 'Rajdhani';
    background-color: #fff !important;
}
.ui-datepicker .ui-datepicker-title .ui-datepicker-month {
    width: 47%;
    margin-right: 6%;
}
.ui-datepicker .ui-datepicker-calendar th, .ui-datepicker .ui-datepicker-calendar td {
    background-color: transparent;
    text-align: center!important;
    border: 0!important;
    text-transform: uppercase;
}
.ui-datepicker .ui-datepicker-calendar th {
    font-size: 19px;
    font-weight: normal;
}
.ui-datepicker .ui-datepicker-calendar .ui-state-disabled span {
    color: #a0a0a0;
    text-decoration: line-through;
}
.ui-datepicker .ui-datepicker-calendar .ui-state-disabled {
    background: transparent;
}
.ui-datepicker .ui-datepicker-calendar .ui-datepicker-today {
    background: #f3d7d2;
}
.ui-datepicker .ui-datepicker-calendar td a {
    color: #000;
}
.ui-datepicker .ui-datepicker-calendar .ui-state-active {
    background: #ffdf66;
}
.ui-datepicker .ui-datepicker-calendar td .ui-state-hover {
    background: #f9eae7;
    text-decoration: none;
}
.ui-datepicker td span, .ui-datepicker td a {
    text-align: center;
    font-size: 20px;
    padding: 4px;
    display: block;
}
.goback-wrapper span.goback{
        font-size: 0;
    float: left;
}
.goback-wrapper span.goback::before {
    content: '\e625';
    font-family: 'icons-blank-theme';
    font-size: 20px;
}
div#popup-modal-productadd ul.methods-list {
    padding: 0;
    margin: 0;
}
div#popup-modal-productadd ul.methods-list li>a {
    line-height: 45px;
    padding: 0 0 0 9px;
    border: 1px solid #ccc;
    margin: 0 auto 13px;
    width: 70%;
    display: flex;
    align-items: center;
    font-size: 15px;
    color: #000;
    padding-right: 55px;
    position: relative;
    border-radius: 5px;
}
div#popup-modal-productadd ul.methods-list li>a input[type="radio"] {
    margin-top: -2px;
}
ul.methods-list li>a label {
    margin-left: 6px;
}
.selectedshipp {
    position: absolute;
    right: 0;
    top: 0;
    padding: 0 10px;
    bottom: 0;
    background-color: #e31e24;
    color: #fff;
    vertical-align: middle;
    min-width: 67px;
    text-align: center;
}
a:hover{text-decoration: none;}

/*****blog************/
.post-list .post-holder, .post-view .post-holder {
    padding: 20px;
    margin-bottom: 20px;
    border: 0 solid #e9eaec;
    background: #fff;
    border-radius: 3px;
    box-shadow: rgba(0, 0, 0, .08) 0 4px 34px;
}
.post-list .post-description {
    line-height: 21px;
    font-size: 13px;
    display: flex;
    align-items: stretch;
    margin: 0px -10px;
}
.post-content .post-description .post-ftimg-hld {
    margin: 0;
    width: 37.5%;
    padding: 0px 10px;
}
.post-list .post-content .post-content {
    padding: 10px 0px;
}
.postcontent-wrape {
    width: 62.5%;
    padding: 0px 10px;
    height: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
}
.post-list .post-title {
    padding-right: 100px;
}
.post-list .post-header .post-title a {
    text-decoration: none;
    font-size: 18px;
    font-weight: 600;
    color: #414b56;
    font-family: 'Rajdhani';
}
.post-list .post-date {
    position: absolute;
    top: 0;
    right: 0;
    border: 2px solid #e9eaec;
    padding: 5px 10px 4px;
}
 .post-info .item {
    display: inline-block;
    margin-right: 15px;
    margin-bottom: 5px;
    padding: 0 0 0 20px;
    position: relative;
}
 .post-info .item .label {
    display: none;
}
 .post-info .item .mf-blog-icon {
    margin: 0 3px;
    position: absolute;
    top: 0;
    left: 0;
}
.post-holder .post-header .post-info .item:after{display: none;}
.post-list .post-content .post-read-more {
    width: 100%;
    border-top: 1px dashed #e9eaec;
}
.sidebar.sidebar-additional .block {
    border: navajowhite;
    padding: 0px !important;
}
.sidebar .widget.block .block-content, .sidebar .widget.block .tagclaud-hld, .widget.block-categories ul{
    margin-bottom: 0;
    padding: 15px 20px;
    margin-bottom: 0;
    background: #fff;
    border-radius: 0 0 3px 3px;
}
.blog-page .sidebar.sidebar-additional .block .block-title {
    background: #e31e24;
    color: #fff;
    font: 500 16px / 1.35 Rajdhani, Helvetica\ Neue, Verdana, Arial, sans-serif;
    text-transform: uppercase;
    margin-bottom: 0;
    min-width: 100%;
    padding: 10px 20px;
    border-radius: 3px 3px 0 0;
}

.sidebar ul.accordion li, .sidebar .widget.block .block-content .item {
    position: relative;
    padding: 5px 0;
    margin-bottom: 5px;
      color: #a8aeba;
      width: 100%;
}
.widget.block-categories ul li a, .sidebar .widget.block .block-content .item a, .sidebar .block-tagclaud a{
    color: #a8aeba;
    font-weight: 400;
}
.blog-page .sidebar .widget.block {
    background: #fff;
    box-shadow: rgba(0, 0, 0, .08) 0 4px 34px;
}
.widget.block-categories ul li a:hover, .sidebar .widget.block .block-content .item a:hover {
    color: #e31e24;
}
.sidebar .widget.block .block-content .item:after{display: none;}
.sidebar .block-tagclaud span.largest {    font-size: 26px;}
.sidebar .block-tagclaud .large {    font-size: 13px;}
.sidebar .block-tagclaud span.small {    font-size: 20px;}
.post-view .post-header {
    position: relative;
    border-bottom: 1px dashed #e9eaec;
    padding: 20px 0;
    margin-bottom: 20px;
}
.blog-post-view .post-sharing {
    margin-bottom: 20px;
    display: none;
}
.post-holder .post-header .post-info {    padding: 0;}
.widget.blog-search .action.search:before {    color: #e31e24;}
body, html {    overflow-x: hidden;}
.testimonial .add-button {
    display: inline-block;
}
.post-view  .post-info.mf-initial {
    position: relative;
    border-bottom: 1px dashed #e9eaec;
    padding: 20px 0;
    margin-bottom: 20px;
}
.checkout-onepage-success .column.main {
    padding: 40px 0px;
}
.checkout-success {
    text-align: center;
    background: #fff;
    border: 1px solid #e9eaec;
    box-shadow: rgba(0, 0, 0, 0.08) 0px 4px 34px;
    padding: 25px;
    color: #000;
}
.checkout-success p a {
    color: #a8aeba;
}
.checkout-success .actions-toolbar {
    display: flex;
    justify-content: center;
}
.checkout-success .actions-toolbar a.action.primary.continue {
    margin: 0px;
    font-size: 16px;
}
.ias-noneleft, .ias-spinner {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}
div#scroll-to-top a {
    border-color: #e31e24;
    padding: 0;
    width: 50px;
    height: 50px;
    line-height: 48px;
    border: 1px solid;
    text-align: center;
    border-radius: 100%;
    transition: all 500ms ease;
    backface-visibility: hidden;
    color: #e31e24;
    border-color: #fff;
    background: #fff;
    display: block;
    box-shadow: 3px 5px 10px 0 rgba(0,0,0,.3);
}
div#scroll-to-top a:before {
    content: "\f106";
    font-family: FontAwesome;
    font-size: 30px;
    line-height: 46px;
}
div#scroll-to-top a img {
    display: none !important;
}
div#scroll-to-top a:hover {
    border-color: #e31e24;
}
@media(max-width:1399px){.page-header, div#mageplaza-bannerslider-block-before-content-1 {width: 1300px;}
.catalog-product-view .columns {    margin: 0px 15px;}}
@media(max-width:1299px){.page-header, div#mageplaza-bannerslider-block-before-content-1 {width: 1200px;}}

@media(max-width:1199px){
.page-header, div#mageplaza-bannerslider-block-before-content-1 {width: 970px;}
.navigation .level0.parent>.level-top {    font-size: 14px;    padding: 15px 7px 16px 7px !important;}
.home-double-pics .pagebuilder-column-line {    gap: 15px;    padding: 0px 15px;}
.home-single-pics {    padding: 15px;}
.data.surprise-for {    padding: 15px;}
.data.surprise-for ul {    flex-wrap: wrap;}
.surprise-for ul li.leaf {    width: 33.33%;    border-bottom: 1px solid #e0e0e0;}
.data.surprise-for ul {    flex-wrap: wrap;    border-bottom: 0;}
.products-grid li.item.product.product-item {    width: 25%;}
.catalog-product-view .column.main {    width: 70%;}
.catalog-product-view .sidebar-additional {    width: 30%;}
aside.modal-popup.product-addons .addonsproducts .addon-item {    width: calc(25% - 10px);}
}

@media(max-width:991px){
.page-header, div#mageplaza-bannerslider-block-before-content-1 {    width: 750px;}
.hidden-xs, .header-panel-right .links-wrapper,.block-search .nested {    display: none;}
.wrapper-adv-style-02 .cdz-block-title .b-title {    font-size: 24px;}
.mp-banner-slider .owl-nav button {left: 15px;}
.mp-banner-slider .owl-nav button.owl-next {    right: 15px;    left: auto;}
.cms-index-index .flowercity-bottom-home table {    overflow-x: auto;}
.products-grid li.item.product.product-item {    width: 33.33%;}
aside.modal-popup.product-addons .addonsproducts .addon-item {    width: calc(33.33% - 10px);}
.final-price button#product-addtocart-button {    margin-right: 0px;    width: 100% !important; height: auto;}}
@media(max-width:767px){
.nav-sections {    background: #36405e;    padding: 0px;}
.nav-sections-item-title {    border: none;}
.navigation .level0{border-top: none;}
.nav-sections-item-title.active a {    color: #fff;}
.navigation .level0.parent>.level-top {    justify-content: left;    padding: 10px !important;    line-height: normal;    color: #fff;    font-weight: 400;    border-left: none !important;    border-bottom: 1px solid #d1d1d1 !important;}
.navigation .level0.parent>.level-top span {    margin: 0px !important;}
.navigation .level0.parent:hover > a{color: #fff;}
.navigation .level0 > .submenu .submenu {    display: none !important;}
.navigation .level0 .submenu > li {    width: 100%;    padding: 5px 0px;}
.navigation .level0 .submenu li.parent > a {    padding: 0px;    font-size: 12px;    font-weight: 400;    color: #ffffff;    text-transform: uppercase;    margin-bottom: 0;    background-color: transparent;    border-bottom: 1px solid #515e85;    padding: 10px 20px; border-left: none !important; position: relative;}
.navigation .level0 > .submenu {    margin: 0px;    padding: 10px;    box-shadow: none;    border: none;    background: #2d354e;    left: 0px !important;}
.navigation .level0 > .submenu li.all-category {    display: none;}
 .navigation .level0.parent:hover > a .ui-menu-icon:after{display: none;}
 .navigation .level0.parent:hover>.level-top:before{display: none;}
.navigation .level0>.level-top:after, .navigation .level0.parent>.level-top:before{display: none;}

.navigation .level0.parent>.level-top>.ui-menu-icon, .navigation .level0 .submenu li.parent > a .ui-menu-icon {
    width: 40px;
    height: 40px;
    right: 0px;
    top: 50%;
    content: "+";
    color: #fff;
    line-height: normal;
    transform: translateY(-50%);
    font-size: 23px;
    font-weight: 500;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 99;
}
.navigation .level0.parent>.level-top>.ui-menu-icon:after, .navigation .level0 .submenu li.parent > a .ui-menu-icon:after {
    color: #fff;
    line-height: normal;
    font-size: 23px;
    font-weight: 500;
    content: '+';
    font-family: 'icons-blank-theme';
    position: static;
    display: inline-block;
}
.navigation .level0.parent>.level-top.ui-state-active>.ui-menu-icon:after, .navigation .level0 .submenu li.parent > a.ui-state-active .ui-menu-icon:after{ content: "-";}
/* .navigation .level0:hover > .submenu {
    display: inherit !important;
} */
.page-header {    width: 100%;    margin: 0px;    padding: 0px;}
div#mageplaza-bannerslider-block-before-content-1{    width: 100%;    padding: 0 10px;}
.header-wrap {    padding: 0px 10px;    position: relative;}
.page-header .logo {    float: none;    display: inline-block;    max-width: 150px;    margin: 0 auto;    margin-top: 10px;    margin-bottom: 10px; }
.page-header .logo img {    margin-left: -28px;}
.nav-toggle {    position: static;}
.header-panel-left {    width: 100%;    justify-content: center;}
.header-panel-right {    width: 100%;    padding: 0px;}
.header-panel-bottom {    position: static;        border: none;}
.minicart-wrapper {    display: flex;    align-items: center;    height: 50px;    border: none;    position: absolute;    right: 6px;    top: 0;    padding: 8px 10px 0 0;    z-index: 801;    white-space: nowrap;    justify-content: right;    width: auto; margin-top: 0;}
.minicart-wrapper .action.showcart .counter.qty {    border-radius: 50%;    font-size: 11px;    width: 15px !important;    height: 15px;    display: flex;    align-items: center;    justify-content: center;    position: absolute;    top: 7px;    right: 5px;    max-width: 15px !important;    padding: inherit;    margin: 0; min-width: 15px;         line-height: 18px;}
.minicart-wrapper .action.showcart:before{margin: 0px !important;}
.block.block-search {   width: 100%;    padding: 10px;    border: none; margin-top: 0px;}
.block-search .block-content {    width: 100%;    border: none;    padding: 0px;}
.block-search  label.label {    display: none;}
.block-search .block-content  .actions {    position: absolute;    right: 0;    top: 0px;}
.block-search .control {    margin: 0px;    padding: 0px;    display: inline-block;    width: 100%;    border: none;}
.block-search button.action.search {    display: flex;    align-items: center;    justify-content: center;    font-size: 0px;}
.block-search .field input{position: static;    margin: 0px;}
.block-search button.action.search:before {    content: '\e615';    font-family: 'icons-blank-theme';    font-size: 22px;    line-height: 22px;    font-weight: 400;}
.mp-banner-slider .owl-nav button{display: none !important;}
div#mageplaza-bannerslider-block-before-content-1 {    margin-bottom: 20px;}
.product-item .product-reviews-summary .rating-summary {    margin: 0;}
.product-item .product-reviews-summary .reviews-actions {    display: none;}
h1, .h1 {    font-size: 22px;}
h2, .h2 {    font-size: 18px;}
.surprise-for ul li.leaf {    width: 50%;    border-bottom: 1px solid #e0e0e0;}
.home-single-pics {    margin: 20px 0px;}
.mb-40 {    margin-bottom: 20px;}
.product-item-info {    padding-bottom: 70px !important;}
.product-item-info  .product-item-details {    text-align: center;}
.product-item-info .product-item-inner {    border: none;    padding: 0px;    bottom: 15px;}
.product-item .product-reviews-summary {    justify-content: center;}
.product-item-info .product-reviews-summary .reviews-actions a {    font-size: 0;}
button.action.tocart.primary span {    font-size: 0;}
.cdz-product-wrap.base-slider {    padding-bottom: 20px;}
button.action.tocart.primary:after{display: none;}
button.action.tocart.primary span:before {    width: 15px;    height: 15px;    background-color: #dee3ff;    padding: 10px;    background-size: 20px;    border-radius: 5px;    background-image: url(../images/shopping-cart-red.svg);}
.product-items-homepage  .owl-stage-outer {    padding: 20px 0px;}
.wrapper-adv-style-02 {    padding: 25px 0 25px;}
.wrapper-adv-style-02 .cdz-block-title .b-tile {    font-size: 24px;}
.wrapper-adv-style-02 .cdz-block-title .title-desc {    font-size: 17px;}
.cms-index-index .flowercity-bottom-home tr td {    font-size: 15px;    padding: 6px 12px;}
ul {    padding-left: 15px;    margin-bottom: 10px;}   
.page-footer .footer.content {    margin-top: 0px;    padding: 20px 15px;}
.page-footer .footer-box .h5 {    font-size: 20px;    margin-bottom: 9px;}
.bottom-footer {    padding: 0px;    flex-wrap: wrap;    row-gap: 8px;    justify-content: center;}
.products-grid li.item.product.product-item {    width: 50%; padding: 7px;}
.page-products.page-layout-1column .products-grid .product-items {    margin: 0px -7px;    }
.toolbar-sorter.sorter {    position: static;}
.toolbar-sorter.sorter label.sorter-label{font-size: 0;}
ul#sorter {    margin: 0;    flex-wrap: wrap;    justify-content: center;}
ul#sorter li {    margin: 2px 3px;}
.products-grid li.item.product.product-item .price-box {    justify-content: center;}
.products {
    margin: 20px 0;
}
.catalog-product-view .column.main {
    padding: 0px 10px;
}
.catalog-product-view .columns {
    margin: 0 auto;
}
.product-info-main h1.page-title {
    font-size: 20px;
    margin-top: 0 !important;
}
.product-info-main .price-box .price-wrapper .price {
    font-size: 26px;
    font-weight: 600;
    color: #e31e24;
}
.product-info-main .box-tocart .primary.tocart {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 15px;
    z-index: 9;
}
.product-info-main .box-tocart .primary.tocart span {
    font-size: 23px;
    font-weight: 700;
}
.product-info-main .box-tocart .primary.tocart span:before {
    background-color: transparent;
    padding: 0px;
    background-size: contain;
    width: 24px;
    height: 24px;
}
.product.info.detailed .product.items>.item.content {
    margin-top: 0px;
    border: none;
    padding-left: 0;
    padding-right: 0;
}
.product.info.detailed .product.items .item.title>.switch {
    padding: 9px 0px;
    border-bottom: 3px solid #e31e24;
    position: relative;
    line-height: normal;
}
.product.info.detailed .product.items .item.title>.switch:before {
    content: "";
    background: transparent;
    border-bottom: 1px solid #414b56;
    border-left: 1px solid #414b56;
    display: inline-block;
    width: 9px;
    height: 9px;
    transform: rotate(-45deg);
    position: absolute;
    right: 0px;
}
.product.info.detailed .product.items .item.title.active>.switch:before {
    transform: rotate(-225deg);
}
.product.info.detailed {
    clear: both;
    margin-bottom: 0;
}
.modal-popup.modal-slide._inner-scroll .modal-inner-wrap {
    border-radius: 0;
}
div#popup-modal-productadd ul.methods-list li>a{width: 100%;}
.goback-wrapper span.shippingtitle, .goback-wrapper span.timeslottitle, span.calendartitle{font-size: 20px;}
.modal-custom .action-close, .modal-popup .action-close, .modal-slide .action-close {    top: 17px;}
aside.modal-popup.product-addons .addonsproducts .addon-item {
    width: calc(50% - 10px);
}
aside.modal-popup.product-addons.modal-slide._inner-scroll._show {
    left: 0px;
}
.product-addons.modal-popup.modal-slide .modal-inner-wrap[class] {
    max-width: 100% !important;
    padding-bottom: 0px !important;
    overflow: visible !important;
    position: static;
    width: 100% !important;
}
div#popup-modal-addonsproducts .final-price {
    justify-content: space-between;
    background-color: #fff;
    padding: 10px 0 0 0;
    box-shadow: 0 0 5px 2px #dadad8;
    flex-wrap: wrap;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99;
}
.final-price button#product-addtocart-button span {
    font-size: 20px;
}
div#popup-modal-addonsproducts .final-price .addonfooter-child.price-heading + .addonfooter-child, div#popup-modal-addonsproducts .final-price .addonfooter-child.price-heading {
    display: none;
}
div#popup-modal-addonsproducts .final-price .addonfooter-child {
    padding: 0 10px 5px 10px;
}
div#popup-modal-addonsproducts .final-price span.sign {
    display: none;
}
div#popup-modal-addonsproducts .final-price .addonfooter-child {
    padding: 0 10px 5px 10px;
}
.modal-popup.modal-slide._inner-scroll._show .modal-inner-wrap {
    max-width: 100%;
}
.cart.table-wrapper .item .col.item {
    display: flex;
}
div.cart.table-wrapper .product-item-photo{position: static;     min-width: 80px;}
.cart.table-wrapper .col {
    text-align: left !important;
}
.cart.table-wrapper .col.qty {
    text-align: center !important;
}
.cart.table-wrapper .col:before {
    font-family: 'Rajdhani';
    font-weight: 500 !important;
}
.cart.table-wrapper .col .control.qty button {
    width: 24px;
    height: 24px;
    line-height: 24px;
}
.cart-container .cart.table-wrapper .col.qty .input-text {
    width: 30px;
}
.cart.table-wrapper .items>.item td {
    padding: 10px !important;
}
.cart-container .form-cart {
    padding: 0px 10px;
}
.cart-container .cart-summary {
    width: 100%;
    margin: 0px;
    position: fixed;
    left: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 9;
    top: auto !important;
}
.cart-container .cart-summary strong.summary.title{display: none;}
aside.modal-popup.checkoutregister._show {
    left: 0px;
    z-index: 99999 !important;
}
.amcheckout-step-container .amcheckout-title {
    font-size: 18px;
    padding: 10px;
}
.amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container.-summary>.checkout-payment-method .actions-toolbar .amasty.checkout {
    width: 100% !important;
            z-index: 99;
}
.checkout-payment-method .payment-methods .actions-toolbar .action.primary {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0px;
    width: 100% !important;
}
.customer-account-login .login-container .block, .customer-account-forgotpassword .form.password.forget{padding: 20px;}
.postcontent-wrape, .post-content .post-description .post-ftimg-hld {
    width: 100%;
}
.post-list .post-info {
    padding: 0;
}
.post-list .post-description{flex-wrap: wrap;}
.post-view  .post-info.mf-initial {
    padding: 5px 0;
    margin-bottom: 10px;
}
.checkout-onepage-success .column.main {
    padding: 25px 0px;
}
.checkout-success {
    padding: 15px;
}
}