body {
    background-color: #f2f2f2;
}
a{color:#eb1a20;}
.top-head {
    background-color: #222222;
}

ul.social-icon {
    height: 100%;
    padding: 0px;
    display: flex;
    align-items: center;
}

ul.social-icon li:first-child {
    padding-left: 0px;
}

ul.social-icon li {
    float: left;
    list-style: none;
    padding: 0px 15px;
}

ul.social-icon li a {
    color: #fff;
    font-size: 20px;
}

.logo {
    padding: 15px 0px;
}

.logo img {
    height: 40px;
}

.right-sign {
    border: 1px solid;
    color: #fff;
    text-align: center;
    padding: 7px 15px;
    border-radius: 23px;
}

.right-sign a {
    color: #fff;
    padding: 6px;
}

/*navbar*/
nav.navbar {
    height: 80px;
    padding: 0px;
}

ul.navbar-nav i.fa-home {
    color: #eb1a20;
}

ul.navbar-nav li.nav-item a.nav-link:first-child {
    padding-left: 0px;
}

ul.navbar-nav li.nav-item a.nav-link {
    color: #222;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 600;
    padding: 0px 40px;
}









/*side header icon*/
ul.side-icon {
    padding: 0px;
    margin: 0px;
}

ul.side-icon li:first-child {
    padding-left: 0px;
    border-left: 0px;
}

ul.side-icon li:last-child {
    padding-right: 0px;
}

ul.side-icon li {
    float: left;
    list-style: none;
    padding: 0px 15px;
    border-left: 1px solid #ccc;
    height: 17px;
    align-items: center;
    display: flex;
}

ul.side-icon li a {
    color: #222;
    font-size: 24px;
    display: flex;
    align-items: end;
}

ul.side-icon li a span {
    background-color: #eb1a20;
    color: #fff;
    padding: 1px 7px 2px;
    border-radius: 44px;
    font-size: 13px;
    margin-left: 3px;
}

/*product Box css*/
.products {
    padding: 100px 0px;
}

.product-box {
    border: 1px solid #cccc;
    text-align: center;
    background-color: #fff;
    /*        margin-bottom: 40px;*/
}

.product-box h4 {
    color: #222;
    margin-bottom: 20px;
}

.product-box p {
    color: #908e8e;
    font-size: 20px;
}

.product-box p span {
    font-size: 20px;
    color: #222;
    font-weight: 600;
}

.add-btn {
    color: #fff;
    background-color: #eb1a20;
    margin-bottom: 20px;
    text-transform: uppercase;
    transition: all 0.5s;
}

.add-btn:hover {
    color: #fff;
    background-color: #222;
    transition: all 0.5s;
}

.view-btn {
    color: #222;
    /* background-color: #eb1a20; */
    /* margin-bottom: 20px; */
    text-transform: uppercase;
    transition: all 0.5s;
    border: 2px solid #eb1a20;
    border-radius: 0px;
    font-weight: 600;
}

.view-btn:hover {
    color: #fff;
    background-color: #eb1a20;
    transition: all 0.5s;
}
        div#faq .card {
            /* background-color: transparent; */
            border-right: 0;
            border-left: 0px;
            border-radius: 0;
        }

        #faq .card .card-header {
            padding: 0;
            background-color: transparent;
        }

        #faq .card .card-header .btn-header-link {
            display: block;
            text-align: left;
        }

        #faq .card .card-header .btn-header-link:after {
            content: "\f107";
            font-family: 'FontAwesome';
            font-weight: 900;
            float: right;
        }

        #main #faq .card .card-header .btn-header-link.collapsed:after {
            content: "\f106";
            font-family: 'FontAwesome';
            font-weight: 900;
        }

        .btn:focus {
            outline: 0;
            box-shadow: 0px 0px;
        }

        .wrap-gallery-article {
            margin-bottom: 1rem;
            max-width: 800px;
        }

        .wrap-gallery-article .list-thumb-gallery {
            padding: 0;
            list-style-type: none;
            padding-top: 1rem;
            list-style-type: none;
        }

        .wrap-gallery-article .list-thumb-gallery>li {
            margin-bottom: 1rem;
        }

        button.owl-prev {
            display: flex;
            align-items: center;
            height: 100%;
            position: absolute;
            top: 0px;
            left: 0px;
        }

        button.owl-next {
            display: flex;
            align-items: center;
            height: 100%;
            position: absolute;
            top: 0px;
            right: 0;
        }

        button.owl-prev span,
        button.owl-next span {
            text-align: center;
            background-color: #212529;
            height: 71px;
            color: #fff;
            width: 20px;
            display: flex;
            justify-content: center;
            align-items: center;
            font-size: 28px
        }

        button:focus {
            outline: 0;
        }

        .review-star i {
            color: #ffb100;
        }

        .product-price {
            font-size: 20px;
        }

        .product-price span {
            color: #908e8e;
        }

        .add-to-cat {
            display: flex;
        }

        .add-to-cat input {
            max-width: 3rem;
            text-align: center;
            border: 1px solid #908e8e;
            color: #908e8e;
            border-right: 0px;
        }

        .add-to-cat button.btn {
            border: 1px solid #908e8e;
            color: #908e8e;
            border-radius: 0px;
            font-size: 20px;
        }

        .add-to-cat button.btn.add-to-btn {
            color: #fff;
            background-color: #212529;
            border: 0px;
            text-transform: uppercase;
            font-size: 14px;
            padding: 10px 35px;
            margin-left: 20px;
        }

        .add-to-cat .input-group.mb-3 {
            width: auto;
            display: contents;
        }

        .option span {
            background-color: #ccc;
            padding: 6px 16px;
            border-radius: 16px;
            font-weight: 500;
        }

        .item-no h6 span {
            color: #908e8e;
        }

        .product-categories h6 span {
            color: #908e8e;
        }

        .modal .modal-dialog-aside {
            width: 350px;
            max-width: 80%;
            height: 100%;
            margin: 0;
            transform: translate(0);
            transition: transform .2s;
        }

        .modal .modal-dialog-aside .modal-content {
            height: inherit;
            border: 0;
            border-radius: 0;
        }

        .modal .modal-dialog-aside .modal-content .modal-body {
            overflow-y: auto
        }

        .modal.fixed-left .modal-dialog-aside {
            margin-left: auto;
            transform: translateX(100%);
        }

        .modal.fixed-right .modal-dialog-aside {
            margin-right: auto;
            transform: translateX(-100%);
        }

        .modal.show .modal-dialog-aside {
            transform: translateX(0);
        }

        ul.nav.nav-tabs.register {
            justify-content: center;
        }

        ul.nav.nav-tabs.register li {
            width: 50%;
            text-align: center;
        }

        ul.nav.nav-tabs.register .nav-link.active {
            border: 0px;
            border-bottom: 2px solid;
        }

        .form-control {
            font-size: 14px;
        }

        button.register-btn {
            color: #fff;
            background-color: #212529;
            border: 0px;
            text-transform: uppercase;
            font-size: 14px;
            padding: 10px 35px;
            margin-left: 20px;
        
        }
        .product-cart{display: flex;
    justify-content: space-around;
    background-color: #f1f1f1;
    padding: 10px;}
        .product-cart img {
    height: 70px;
}
        .shopping-card span {
    background-color: #eb1a20;
    color: #fff;
    padding: 1px 7px 2px;
    border-radius: 44px;
            font-size: 13px;}
        ul.my-menu {
    padding: 0px;
}
ul.my-menu li {
    list-style: none;
    border-bottom: 1px solid #ccc;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
        ul.my-menu span i {
    background-color: #eb1a20;
    color: #fff;
    padding: 11px 14px;
            margin-right: 10px;
    border-radius: 30px;
}
        ul.my-menu li:nth-child(2) span i, ul.my-menu li:nth-child(4) span i {
    padding: 11px;
}
         ul.my-menu li:nth-child(3) span i {
             padding: 11px 12px;}
        ul.my-menu a {
        color: #222;
    text-decoration: none;
}

/*footer css*/
footer {
    padding-top: 50px;
    background-color: #222;
    color: #fff;
}

footer ul.info {
    padding: 0px;
    list-style: none;
}

footer .about-info img {
    width: 90%;
}

footer ul.info a {
    color: #fff;
}

footer h4 {
    /*    text-align: center;*/
    text-transform: uppercase;
    font-size: 18px;
}

footer ul.nav.d-flex.uselink li.nav-item {
    width: 50%;
}

footer ul.nav.d-flex.uselink li.nav-item a {
    color: #fff;
    padding: 6px 0px;
}

footer ul.nav.latest-post img {
    height: 50px;
}

ul.nav.latest-post li {
    margin-bottom: 15px;
}

footer .post-text {
    margin-left: 10px;
}

footer .post-text h6 {
    color: #fff
}

footer .post-text i {
    color: #ccc;
}

footer form .form-control {
    border-radius: 0px;
}

footer form button.btn {
    background-color: #eb1a20;
    color: #fff;
    border-radius: 0px;
}

/* order css */
.product-order{padding: 100px 0px;}
.user-name {
    font-weight: 700;
}
.side-menubar ul.navbar-nav li.nav-item a.nav-link {
    font-size: 16px;
    padding: 7px 0px;
    text-transform: capitalize;
}
.side-menubar ul.navbar-nav li.nav-item a.nav-link.active {color:#208061;}
.side-menubar ul.navbar-nav li.nav-item a.nav-link i{    font-size: 18px;
    margin-right: 8px;}

.bg-black{background-color:#000;}
.top-side-text .bg-black i{margin-right: 8px;}
label.password-change-head {
    position: absolute;
    top: -12px;
    background-color: #fff;
}
.password-eyes {
    position: relative;
}
.password-eyes i {    position: absolute;
    top: 14px;
    right: 9px;}
    .right-content form .form-control {
        border-radius: 0px;
        height: 45px;
    }


.menu-area{ }
.dropdown-menu{
padding:0;margin:0;
border:0 solid transition!important;
border:0 solid rgba(0,0,0,.15);
border-radius:0;-webkit-box-shadow:none!important;box-shadow:none!important
}

.dropdown-menu >li:first-child{
 border-top: 1.2px solid #e3e3e3;

}

.mainmenu a, .navbar-default .navbar-nav > li > a, .mainmenu ul li a , .navbar-expand-lg .navbar-nav .nav-link
{

font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
color: #222;
/*font-size: 16px;*/
text-transform: uppercase;
font-weight: 600;
padding: 0 15px;
}
.mainmenu .active a,.mainmenu .active a:focus,.mainmenu .active a:hover,.mainmenu li a:hover,.mainmenu li a:focus ,.navbar-default .navbar-nav>.show>a{
color: #222;outline: 0;
}
.navbar-default .navbar-nav>.show>a:focus, .navbar-default .navbar-nav>.show>a:hover{
}
/*==========Sub Menu=v==========*/
.mainmenu .collapse ul > li:hover > a{}
.mainmenu .collapse ul ul > li:hover > a, .navbar-default .navbar-nav .show .dropdown-menu > li > a:focus, .navbar-default .navbar-nav .show .dropdown-menu > li > a:hover{}
.mainmenu .collapse ul ul ul > li:hover > a{}
.mainmenu .collapse ul ul, .mainmenu .collapse ul ul.dropdown-menu{}
.mainmenu .collapse ul ul ul, .mainmenu .collapse ul ul ul.dropdown-menu{}
.mainmenu .collapse ul ul ul ul, .mainmenu .collapse ul ul ul ul.dropdown-menu{}
/******************************Drop-down menu work on hover**********************************/
.mainmenu{background: none;border: 0 solid;margin: 0;padding: 0;min-height:20px;width: 100%;}
@media only screen and (min-width: 767px) {
.mainmenu .collapse ul li:hover> ul{display:block}
.mainmenu .collapse ul ul{position:absolute;top:100%;left:0;min-width:320px;display:none}
/*******/
.mainmenu .collapse ul ul li{
position:relative;
border-bottom: 1.2px solid #e3e3e3;
padding: 8px 10px;
}
.fa-angle-right:before{
font-family: FontAwesome!important;
position: absolute;
right: 20px;
font-size: 20px;
top: 6px;
color: #000000b8;
}
.dropdown-menu > .dropdown > .dropdown-toggle:after{
display: none!important;
}
.mainmenu .collapse ul ul li:hover> ul{display:block}
.mainmenu .collapse ul ul ul{position:absolute;top:-1px;left:100%;min-width:320px;display:none}
/*******/
.mainmenu .collapse ul ul ul li{position:relative}
.mainmenu .collapse ul ul ul li:hover ul{display:block}
.mainmenu .collapse ul ul ul ul{position:absolute;top:-1px;    
right: -100%;
min-width: 320px;
display: none;
z-index: 1;}
}
@media only screen and (max-width: 767px) {
.navbar-nav .show .dropdown-menu .dropdown-menu > li > a{padding:16px 15px 16px 35px}
.navbar-nav .show .dropdown-menu .dropdown-menu .dropdown-menu > li > a{padding:16px 15px 16px 45px}
}


/*order history css*/
.order-container{
    border: 1px solid #ccc;
    padding: 15px;
    display: flex;
    flex-wrap: nowrap;
    max-width: 90%;
    justify-content: space-around;    
    margin-bottom: 20px;
}  
.order-heading{
    margin-bottom: 25px;
}
.order-container .order-box:first-child:after {
    border-right: 1px solid #ccc;
    content: "";
    height: 100%;
    position: absolute;
    top: 0;
    right: -15%;
}

.order-container .order-box:last-child{    
    padding-left: 15px;
    text-align: right;
}

.order-box {
    flex: 0 0 35%;
    position: relative;
}

.order-label {
    color: #000;
    font-size: 18px;
    font-weight: 500;
}
.order-num {
    color: #eb1a20;
    font-size: 30px;
    font-weight: 700;
}

.order-date {
    font-size: 12px;
    color: #000;
    font-weight: 500;
}

.order-status {
    font-size: 16px;
    color: #2a8910c2;
    font-weight: 700;
}

.order-amt{
    font-size: 20px;
    font-weight: 700;
}


/*checkout css*/

 /* #grad1 {
 background-color: : #9C27B0;
 background-image: linear-gradient(120deg, #FF4081, #81D4FA)
 } */
 /* #msform {
 text-align: center;
 position: relative;
 margin-top: 20px
 } */
 #msform fieldset .form-card {
 background: white;
 border: 0 none;
 border-radius: 0px;
 box-sizing: border-box;
 width: 94%;
 margin: 0 3% 20px 3%;
 position: relative
 }
 #msform fieldset {
 background: white;
 border: 0 none;
 border-radius: 0.5rem;
 box-sizing: border-box;
 width: 100%;
 margin: 0;
 padding-bottom: 20px;
 position: relative
 }
 #msform fieldset:not(:first-of-type) {
 display: none
 }
 #msform fieldset .form-card {
 text-align: left;
 color: #9E9E9E
 }
 /* 
 #msform input,
 #msform textarea {
 padding: 0px 8px 4px 8px;
 border: none;
 border-bottom: 1px solid #ccc;
 border-radius: 0px;
 margin-bottom: 25px;
 margin-top: 2px;
 width: 100%;
 box-sizing: border-box;
 font-family: montserrat;
 color: #2C3E50;
 font-size: 16px;
 letter-spacing: 1px
 } */
 /* #msform input:focus,
 #msform textarea:focus {
 -moz-box-shadow: none !important;
 -webkit-box-shadow: none !important;
 box-shadow: none !important;
 border: none;
 font-weight: bold;
 border-bottom: 2px solid skyblue;
 outline-width: 0
 } */
 #msform .action-button {
 font-weight: bold;
 border-radius: 0px;
 cursor: pointer;
 color: #fff;
 background-color: #212529;
 border: 0px;
 text-transform: uppercase;
 font-size: 14px;
 padding: 10px 35px;
 margin-left: 20px;
 }
 #msform .action-button:hover,
 #msform .action-button:focus {
 box-shadow: 0 0 0 2px white, 0 0 0 3px #f44336
 }
 #msform .action-button-previous {
 background: #616161;
 font-weight: bold;
 color: white;
 border: 0px;
 border-radius: 0px;
 cursor: pointer;
 font-size: 14px;
 padding: 10px 35px;
 margin-left: 20px;
 text-transform: uppercase;
 }
 #msform .action-button-previous:hover,
 #msform .action-button-previous:focus {
 box-shadow: 0 0 0 2px white, 0 0 0 3px #f44336
 }
 select.list-dt {
 border: none;
 outline: 0;
 border-bottom: 1px solid #ccc;
 padding: 2px 5px 3px 5px;
 margin: 2px
 }
 select.list-dt:focus {
 border-bottom: 2px solid skyblue
 }
 .card-checkout {
 z-index: 0;
 border: none;
 border-radius:0;
 position: relative;
 box-shadow: 0 2px 2px 2px rgba(0, 0, 0, 0.2);
 padding: 20px 40px 30px 40px;
 }
 .order-confirm .p-2.bg-light{
 font-size: 18px;
 color: #000;
 padding: 10px 25px!important;
 font-weight: 700;
 }


 .order-confirm b, .order-confirm .price-qty{
    color: #000;
    font-size: 16px;
    font-weight: 700;

 }

 .order-confirm .price-sum{
    font-weight: 700;
    font-size: 16px;
 }

 .total-price{
    font-size: 24px;
    font-weight: 700;
 }

 .total{
    font-size: 24px;
    color: #000;
    font-weight: 700;
 }
    

 .order-confirm p, .order-summary{
 padding-left: 25px!important;
 }
 .fs-title {
 font-size: 25px;
 color: #2C3E50;
 margin-bottom: 10px;
 font-weight: bold;
 text-align: left
 }
 #progressbar {
 margin-bottom: 30px;
 overflow: hidden;
 color: lightgrey;
 padding-right: 40px;
 text-align: center;
 }
 #progressbar .active {
 color: #000000
 }
 #progressbar li {
 list-style-type: none;
 font-size: 12px;
 width: 25%;
 float: left;
 position: relative
 }
 #progressbar #account:before {
 font-family: FontAwesome;
 content: "\f023"
 }
 #progressbar #personal:before {
 font-family: FontAwesome;
 content: "\f21a"
 }
 #progressbar #payment:before {
 font-family: FontAwesome;
 content: "\f09d"
 }
 #progressbar #confirm:before {
 font-family: FontAwesome;
 content: "\f00c"
 }
 #progressbar li:before {
 width: 50px;
 height: 50px;
 line-height: 45px;
 display: block;
 font-size: 18px;
 color: #ffffff;
 background: lightgray;
 border-radius: 50%;
 margin: 0 auto 10px auto;
 padding: 2px
 }
 #progressbar li:after {
 content: '';
 width: 100%;
 height: 2px;
 background: lightgray;
 position: absolute;
 left: 0;
 top: 25px;
 z-index: -1
 }
 #progressbar li.active:before,
 #progressbar li.active:after {
 background: #eb1a20;
 }
 .radio-group {
 position: relative;
 margin-bottom: 25px
 }
 .radio {
 display: inline-block;
 width: 204;
 height: 104;
 border-radius: 0;
 background: lightblue;
 box-shadow: 0 2px 2px 2px rgba(0, 0, 0, 0.2);
 box-sizing: border-box;
 cursor: pointer;
 margin: 8px 2px
 }
 .radio:hover {
 box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.3)
 }
 .radio.selected {
 box-shadow: 1px 1px 2px 2px rgba(0, 0, 0, 0.1);
 background: red;
 }
 .fit-image {
 width: 100%;
 object-fit: cover
 }
 .account-box {
 box-shadow: 0px 0px 3px 0px #ccc;
 }
 .account-details {
 font-size: 13px;
 line-height: normal;
 }
 .account-details .name {
 color: #eb1a20;
 font-size: 16px;
 font-weight: 500;
 }
 .shipping-method .account-details .name{
 color: #2f2b2b;
 padding-top: 5px;
 }
 .shipping-price  {
 color: #eb1a20;
 font-weight: 700;
 font-size: 18px;
 }
 input[type="radio"] {
 padding: 10px;
 height: 30px;
 width: 20px;
 margin-right: 10px;
 margin-top: 2px;
 }
 .icon,.color-red {
 color: #eb1a20;
 }
 .form-card .pt-4{
 font-size: 18px;
 font-weight: 700;
 color: #020202;
 margin-bottom: 20px;
 }

 .previous.btn, .next.btn, .confirm.btn{
     display: inline-flex;
     position: relative;
    left: 33%;
 }

 /* #grad1 {
 background-color: : #9C27B0;
 background-image: linear-gradient(120deg, #FF4081, #81D4FA)
 } */
 /* #msform {
 text-align: center;
 position: relative;
 margin-top: 20px
 } */
 #msform fieldset .form-card {
 background: white;
 border: 0 none;
 border-radius: 0px;
 box-sizing: border-box;
 width: 94%;
 margin: 0 3% 20px 3%;
 position: relative
 }
 #msform fieldset {
 background: white;
 border: 0 none;
 border-radius: 0.5rem;
 box-sizing: border-box;
 width: 100%;
 margin: 0;
 padding-bottom: 20px;
 position: relative
 }
 #msform fieldset:not(:first-of-type) {
 display: none
 }
 #msform fieldset .form-card {
 text-align: left;
 color: #9E9E9E
 }
 /* 
 #msform input,
 #msform textarea {
 padding: 0px 8px 4px 8px;
 border: none;
 border-bottom: 1px solid #ccc;
 border-radius: 0px;
 margin-bottom: 25px;
 margin-top: 2px;
 width: 100%;
 box-sizing: border-box;
 font-family: montserrat;
 color: #2C3E50;
 font-size: 16px;
 letter-spacing: 1px
 } */
 /* #msform input:focus,
 #msform textarea:focus {
 -moz-box-shadow: none !important;
 -webkit-box-shadow: none !important;
 box-shadow: none !important;
 border: none;
 font-weight: bold;
 border-bottom: 2px solid skyblue;
 outline-width: 0
 } */
 #msform .action-button {
 font-weight: bold;
 border-radius: 0px;
 cursor: pointer;
 color: #fff;
 background-color: #212529;
 border: 0px;
 text-transform: uppercase;
 font-size: 14px;
 padding: 10px 35px;
 margin-left: 0px;
 }
 #msform .action-button:hover,
 #msform .action-button:focus {
 box-shadow: 0 0 0 2px white, 0 0 0 3px #f44336
 }
 #msform .action-button-previous {
 background: #616161;
 font-weight: bold;
 color: white;
 border: 0px;
 border-radius: 0px;
 cursor: pointer;
 font-size: 14px;
 padding: 10px 35px;
 margin-left: 20px;
 text-transform: uppercase;
 }
 #msform .action-button-previous:hover,
 #msform .action-button-previous:focus {
 box-shadow: 0 0 0 2px white, 0 0 0 3px #f44336
 }
 select.list-dt {
 border: none;
 outline: 0;
 border-bottom: 1px solid #ccc;
 padding: 2px 5px 3px 5px;
 margin: 2px
 }
 select.list-dt:focus {
 border-bottom: 2px solid skyblue
 }
 .card {
 z-index: 0;
 border: none;
 border-radius:0;
 position: relative;
 box-shadow: 0 2px 2px 2px rgba(0, 0, 0, 0.2);
 padding: 20px 40px 30px 40px;
 }
 .order-confirm .p-2.bg-light{
 font-size: 18px;
 color: #000;
 padding: 10px 25px!important;
 font-weight: 700;
 }


 .order-confirm b, .order-confirm .price-qty{
    color: #000;
    font-size: 16px;
    font-weight: 700;

 }

 .order-confirm .price-sum{
    font-weight: 700;
    font-size: 16px;
 }

 .total-price{
    font-size: 24px;
    font-weight: 700;
 }

 .total{
    font-size: 24px;
    color: #000;
    font-weight: 700;
 }
    

 .order-confirm p, .order-summary{
 padding-left: 25px!important;
 }
 .fs-title {
 font-size: 25px;
 color: #2C3E50;
 margin-bottom: 10px;
 font-weight: bold;
 text-align: left
 }
 .wizard >.steps>ul  {
 margin-bottom: 30px;
 overflow: hidden;
 color: lightgrey;
 padding: 0 15px;
 text-align: center;
 }
 .wizard >.steps>ul .current {
 color: #000000
 }
 .wizard >.steps>ul> li {
 list-style-type: none;
 font-size: 12px;
 width: 25%;
 float: left;
 position: relative
 }
 .wizard >.steps>ul>li:first-child:before {
 font-family: FontAwesome;
 content: "\f023"
 }
 .wizard >.steps>ul>li:nth-child(2):before {
 font-family: FontAwesome;
 content: "\f21a"
 }
 .wizard >.steps>ul>li:nth-child(3):before {
 font-family: FontAwesome;
 content: "\f09d"
 }
 .wizard >.steps>ul>li:nth-child(4):before {
 font-family: FontAwesome;
 content: "\f00c"
 }
 .wizard >.steps>ul>li:before {
 width: 50px;
 height: 50px;
 line-height: 45px;
 display: block;
 font-size: 18px;
 color: #ffffff;
 background: lightgray;
 border-radius: 50%;
 margin: 0 auto 10px auto;
 padding: 2px
 }
 .wizard >.steps>ul>li:after {
 content: '';
 width: 100%;
 height: 2px;
 background: lightgray;
 position: absolute;
 left: 0;
 top: 25px;
 z-index: -1
 }
 .wizard >.steps>ul>li.current:before,
  .wizard >.steps>ul>li.current:after {
 background: #eb1a20;
 }
 .radio-group {
 position: relative;
 margin-bottom: 25px
 }
 .radio {
 display: inline-block;
 width: 204;
 height: 104;
 border-radius: 0;
 background: lightblue;
 box-shadow: 0 2px 2px 2px rgba(0, 0, 0, 0.2);
 box-sizing: border-box;
 cursor: pointer;
 margin: 8px 2px
 }
 .radio:hover {
 box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.3)
 }
 .radio.selected {
 box-shadow: 1px 1px 2px 2px rgba(0, 0, 0, 0.1);
 background: red;
 }
 .fit-image {
 width: 100%;
 object-fit: cover
 }
 .account-box {
 box-shadow: 0px 0px 3px 0px #ccc;
 }
 .account-details {
 font-size: 13px;
 line-height: normal;
 }
 .account-details .name {
 color: #eb1a20;
 font-size: 16px;
 font-weight: 500;
 }
 .shipping-method .account-details .name{
 color: #2f2b2b;
 padding-top: 5px;
 }
 .shipping-price  {
 color: #eb1a20;
 font-weight: 700;
 font-size: 18px;
 }
 input[type="radio"] {
 padding: 10px;
 height: 30px;
 width: 20px;
 margin-right: 10px;
 margin-top: 2px;
 }
 .icon,.color-red {
 color: #eb1a20;
 }
 .form-card .pt-4{
 font-size: 18px;
 font-weight: 700;
 color: #020202;
 margin-bottom: 20px;
 }


 .previous.btn, .next.btn{
     display: inline-flex;
     position: relative;
    left: 33%;

 }
#msform .d-flex {
flex-wrap: wrap;
}