.exo-menu{
    list-style: none;
    position:relative;
    background: #fff;
    z-index: 99;
}
.exo-menu > li {
    display: inline-block;
    float:left;
}
.exo-menu > li > a{
    color: #333;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    position: relative;
}
.exo-menu > li > a::after {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 2.5em;
    bottom: 0;
    width: 20%;
    height: 2px;
    background-color: #262626;
    content: "";
    z-index: 1;
    opacity: 0;
    transition: all 0.3s;
}
.exo-menu > li > a.active::after {
    width: calc(100%);
    opacity: 1;
}
.exo-menu > li:hover > a::after {
    width: calc(100%);
    opacity: 1;
}

.flyout-mega-wrap {
    top: 0;
    right: 0;
    left: 100%;
    width: 100%;
    display:none;
    height: 100%;
    padding: 15px;
}
.mega-menu {
    left: 0;
    right: 0;
    padding: 15px;
    display:none;
    padding-top: 0;
    min-height: 100%;
}
.flyout-right ul>li>a , .flyout-left ul>li>a, .flyout-mega-wrap, .mega-menu{
    box-shadow: 0px 1px 24px 0px rgba(0, 0, 0, 0.09);
    background-color: #fff;
    -webkit-transition: margin .1s linear .3s,visibility .1s linear .3s,opacity .1s linear .3s;
    -o-transition: margin .1s linear .3s,visibility .1s linear .3s,opacity .1s linear .3s;
    transition: margin .1s linear .3s,visibility .1s linear .3s,opacity .1s linear .3s;
    padding:30px
}
.mega-menu:hover, .drop-down-ul:hover, li.flyout-left>ul:hover, li.flyout-right>ul:hover, .flyout-mega-wrap:hover, li.flyout-left a:hover +ul, li.flyout-right a:hover +ul, li.drop-down>a:hover +.drop-down-ul, .mega-drop-down a:hover+.mega-menu, li.flyout-mega>a:hover +.flyout-mega-wrap{
    display:block;
}
.exo-menu > ul > li > ul li a.menu-title {
    color: #181818;
    font-size: 18px;
    letter-spacing: -1px;
    position: relative;
    padding-bottom: 15px;
}
.mega-menu-box {
  
}
.mega-menu-title {
    color: #181818;
    font-size: 18px;
    letter-spacing: -1px;
    position: relative;
    padding-bottom: 15px;
}
.mega-menu-title::before {
    position: absolute;
    content: "";
    width: 36px;
    height: 2px;
    bottom: -2px;
    background-color: #e77878;
}
.mega-menu-box .sub-menu-width {
    margin-top: 30px;
}
li.drop-down,
.flyout-right,
.flyout-left{position:relative;}
li.drop-down:before {
  content: "\f103";
  color: #fff;
  font-family: FontAwesome;
  font-style: normal;
  display: inline;
  position: absolute;
  right: 6px;
  top: 20px;
  font-size: 14px;
}
li.drop-down>ul{
	left: 0px;
	min-width: 230px;

}
.drop-down-ul{display:none;}
.flyout-right>ul,
.flyout-left>ul{
  top: 0;
  min-width: 230px;
  display: none;
  border-left: 1px solid #365670;
  }

li.drop-down>ul>li>a,
.flyout-right ul>li>a ,
.flyout-left ul>li>a {
	color: #333;
	display: block;
	text-decoration: none;
	background-color: #fff;
	-webkit-transition: color 0.2s linear, background 0.2s linear;
	-moz-transition: color 0.2s linear, background 0.2s linear;
	-o-transition: color 0.2s linear, background 0.2s linear;
    transition: color 0.2s linear, background 0.2s linear;
    padding: 7px 20px;
}
.flyout-right ul>li>a ,
.flyout-left ul>li>a {
	border-bottom: 1px dotted #B8C7BC;
}


@media (min-width:767px){
    .exo-menu > li > a{
        display:block;
        padding: 12px;
   }
   .exo-menu > li > a:first-child{
    padding-left: 0px;
   }
    .mega-menu, .flyout-mega-wrap, .Images, .Blog,.flyout-right>ul, .flyout-left>ul, li.drop-down>ul{
        position:absolute;
   }
    .flyout-right>ul{
        left: 100%;
   }
    .flyout-left>ul{
        right: 100%;
   }
}
@media (max-width:767px){
    .exo-menu {
        min-height: 58px;
        background-color: #23364B;
        width: 100%;
   }
    .exo-menu > li > a{
        width:100% ;
        display:none ;
   }
    .exo-menu > li{
        width:100%;
   }
    .display.exo-menu > li > a{
        display:block ;
        padding: 20px 22px;
   }
    .mega-menu, .Images, .Blog,.flyout-right>ul, .flyout-left>ul, li.drop-down>ul{
        position:relative;
   }
}

.product-fixed-top {
    position: relative;
}
.discount {
    position: absolute;
    top: 10px;
    right:10px;
    color:#fff;
    background-color:#ae1f27 !important;
    padding: 5px;
    border-radius: 4px;
    font-size: 12px;
}
.discount div {
    font-size: 20px;
    font-weight: 900;
}

.discount2 {
    position: absolute;
    top: 10px;
    right:10px;
    color:#fff;
    background-color:green !important;
    padding: 5px;
    border-radius: 4px;
    font-size: 12px;
}
.discount2 div {
    font-size: 16px;
    font-weight: 900;
}

.product-title {
    margin-top: 30px;
}
.basketDiscount {
    background-color: green;
    padding: 10px;
    color:#fff;
    border-radius: 6px;
    text-align: center;
}
.basketDiscount span {
    font-weight: 600;
}
.add-to-cart .add-to-cart-panel .add-to-basket .add-to-cart-button {
    float: left;
    width: 100%;
    height: 45px;
    padding-left: 25px;
    background-color: #ae1f27;
    color: #fff;
    font-size: 16px;
    line-height: 45px;
    text-align: center;
    position: relative;
    transition: all .3s;
    border-radius: 6px;
    box-shadow: inset 0 -2px 0 rgba(0,0,0,.1);
    margin: 5px 0px 10px 0px;
}
.product-wrap {
    position: relative;
}
.categoryDiscount {
    position: absolute;
    top: 10px;
    right:10px;
    color:#fff;
    background-color:#ae1f27 !important;
    padding: 5px;
    border-radius: 4px;
    font-size: 10px;
    z-index: 999;
    text-align: center;
    line-height: 15px;
    width: 110px;
}
.categoryDiscount div {
    font-size: 12px;
    font-weight: 900;
}


.categoryDiscount2 {
    position: absolute;
    top: 10px;
    right:12px;
    color:#fff;
    background-color:green !important;
    padding: 7px;
    border-radius: 4px;
    font-size: 10px;
    z-index: 999;
    text-align: center;
    line-height: 15px;
    width: 110px;
}
.categoryDiscount2 div {
    font-size: 12px;
    font-weight: 900;
}

.product-wrap .product-img {
    position: relative;
    overflow: hidden;
    padding: 15px 15px;
    background: #fff;
}

.product-wrap .product-img > a > span.price-dec2 {
    background-color: #ae1f27;
    display: inline-block;
    color: #fff;
    right: -4px;
    top: 40px;
    width: 110px;
    height: 30px;
    line-height: 30px;
    border-radius: 5px;
    text-align: center;
    position: absolute;
    font-size: 13px;
    z-index: 999;
}
.address {
    background-color: #fff;
    border-left: solid 1px #e2e2e2;
    border-bottom: solid 1px #e2e2e2;
    border-top: 5px solid #ae1f27;
    height: 160px;
}
.paymentActive:after {
    content: "";
    display: inline-block;
    position: absolute;
    bottom: -16px;
    left: 45%;
    background: url(../../img/payment-marker.png) no-repeat left center;
    width: 44px;
    height: 22px;
    z-index: 10;
}
.address h3 {
    height: 20px;
    font-size: 18px;
    font-weight: 400;
    line-height: 25px;
    color:#181818 !important;
    font-weight: 600;
}
.payment {
    background-color: #fcfbfa;
    border-right: solid 1px #e2e2e2;
    border-bottom: solid 1px #e2e2e2;
    border-top: 5px solid #e8e2de;
    height: 160px;
}
.payment h3 {
    height: 20px;
    font-size: 18px;
    font-weight: 400;
    line-height: 25px;
    color:#181818 !important;
    font-weight: 600;
}
.payment h5 {
    font-size: 12px;
}
.adressBox {
    background-color: #fff;
    border: solid 1px #e2e2e2;
}
.adressBox h3 {
    height: 20px;
    font-size: 18px;
    font-weight: 400;
    line-height: 25px;
    color:#181818 !important;
    font-weight: 600;
}
.adressListBox {
    width: 230px;
    border: solid 1px #f6f6f6;
    float: left;
    padding: 10px;
    margin-right: 14px;
    font-size: 11px;
    height: 150px;
    cursor: pointer;
    margin-bottom: 15px;
}
.adressListBox P {
    font-size: 12px !important;
}
.addressActive {
    border-color: #ae1f27;
}
.addAddress {
    background-color: #f5f5f5;
    border-color: #f6f6f6;
    position: relative;
    height: 150px;
    background: #ebebea url(../../img/payment-plus-white.png) no-repeat center 35px;
    cursor: pointer;
    width: 230px;
    border: solid 1px #f6f6f6;
    float: left;
    padding: 10px;
    margin-right: 14px;
    font-size: 11px;
}
.addAddress p {
    position: absolute;
    bottom: 30px;
    left: 0;
    width: 100%;
    display: block;
    text-align: center;
    color: #333;
    font-size: 12px;
}
.adressP b {
    color:#ae1f27;
}
.your-order-area {
    padding: 15px;
    border-width: 2px;
    border-style: solid;
    position: relative;
    border-color: rgb(252 251 250);
    display: flex;
    flex-direction: column;
    margin-bottom: 1.25rem;
    background-color: #fff;
    border-radius: 2px;
    box-shadow: 0 0px 0px 0 rgba(0,0,0,.08);
    border: solid 1px #e2e2e2;
}
.your-order-area h3 {
    font-size: 18px;
    font-weight: 400;
    line-height: 25px;
    color:#181818 !important;
    font-weight: 600;
    margin: 0;
}
.your-order-area h3:before {
    position: absolute;
    content: "";
    left: 0;
    bottom: -14px;
    background-color: #000;
    width: 50px;
    height: 2px;
    display: none;
}
.your-order-area .your-order-wrap .your-order-info ul li {
    padding: 0 0 7px;
    font-size: 14px !important;
}
.your-order-area .your-order-wrap .your-order-info.order-total ul li span {
    font-size: 14px !important;
}
.total-span {
    float: right;
    font-weight: bold;
    color:#ae1f27;
}
.your-order-area .your-order-wrap .condition-wrap {
    margin: 10px 0 0;
}
.btn-warning {
    color: #212529;
    background-color: #ae1f27;
    border-color: #ae1f27;
}
.your-order-area .Place-order a {
    background-color: #262626;
    display: block;
    cursor: pointer;
    padding: 10px 10px 10px;
    width: 100%;
    color: #fff;
    text-align: center;
    border-radius: 4px;
}
#guestForm input {
    background: #ffffff;
    border: 1px solid #eceff8 !important;
}
.basketContainer {
    background-color: #fff;
}
.cart-main-area {
    background-color: #fff;
    border-top: solid 1px #e2e2e2;
    padding-top: 30px;
}
.cart-main-area h3 {
    font-size: 18px;
    font-weight: 400;
    line-height: 25px;
    color:#181818 !important;
    font-weight: 600;
    margin: 0;
}

.cartTitle {
    padding: 10px;
    padding-left: 20px;
    background-color: #fafafa;
    border:1px solid #e2e2e2;
    margin-top: 15px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    color:#999999;
}
.cartTitle b {
    color: #000;
}
.cardBody {
    padding:15px;
    border:1px solid #e2e2e2;
    border-top: none;
}
.cardBody li {
    float: left;
    list-style-type: none;
    margin-right: 10px;
    font-size: 13px !important;
}
.cartImage {
    padding-top: 7px;
}
.sendTime {
    font-size: 13px;
    color: #777;
}
.productTitle {
    font-size: 16px;
}

.cardBody .input-group {
    clear: both;
    position: relative;
    margin-top: 30px;
  }
  
  .cardBody .input-group input[type='button'] {
    background-color: #eeeeee;
    min-width: 38px;
    width: auto;
    transition: all 300ms ease;
  }
  
  .cardBody .input-group .button-minus,
  .cardBody .input-group .button-plus {
    font-weight: bold;
    height: 38px;
    padding: 0;
    width: 35px !important;
    position: relative;
    min-width: inherit !important;
  }
  
  .cardBody .input-group .quantity-field {
    position: relative;
    height: 38px;
    left: -6px;
    width: 50px;
    display: inline-block;
    font-size: 13px;
    margin: 0 0 5px;
    resize: vertical;
    background-color: #fff;
    border-top: solid 1px #eee;
    border-bottom: solid 1px #eee;
    text-align: center !important;
    padding-right: 17px;
  }
  
  .cardBody .button-plus {
    left: -13px;
  }
  
  .cardBody input[type="number"] {
    -moz-appearance: textfield;
    -webkit-appearance: none;
  }
  
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

input[type=number] {
  -moz-appearance: textfield;
}
.trash {
    font-size: 20px !important;
    margin-top: 35px;
    color: #999 !important;
}
.amountLine {
    color: #ae1f27;
    text-decoration: line-through;
}
.mt-45 {
    margin-top: 40px;
}
.show-cart-del {
    color: #999 !important;    
}
#update-cart {
    background-color: #ae1f27;
    border-color: #ae1f27;
}
.cart-shiping-update-wrapper {
    border-top: 0px solid #CDCDCD;
    margin-top: 10px;
    padding: 0px;
}
.nextButton {
    border: solid 1px #777;
    padding-left: 40px;
    padding-right: 40px;
}
.cartBox {
    margin-top: 30px;
}
.your-order-area2 {
    padding: 15px;
    border-width: 2px;
    border-style: solid;
    position: relative;
    border-color: rgb(252 251 250);
    display: flex;
    flex-direction: column;
    margin-bottom: 1.25rem;
    background-color: #fff;
    border-radius: 2px;
    box-shadow: 0 0px 0px 0 rgba(0,0,0,.08);
    border: solid 1px #e8e8e8;
}
.sidebar-cart-active .sidebar-cart-all .cart-content .cart-total {
    display: block;
    width: 100%;
    margin: 2px 0 10px;
}
.headerBasketContainer {
    padding: 15px;
    border:solid 1px #b9b9b9;
    margin-bottom: 15px;
}
.checkout-main-area {
    background: #ffffff;
    border-top: solid 1px #e2e2e2;
}
.modal-md {
    width: 750px;
}
.addressH3 {
    height: 20px;
    font-size: 18px;
    font-weight: 400;
    line-height: 25px;
    color:#181818 !important;
    font-weight: 600;
}
.modal-dialog .modal-content .modal-body {
    height: inherit !important;
}
.modal-dialog .modal-content {
    border-radius: 8px;
}