
body {
    background: #f5f3ea;
    font-family: Arial,sans-serif !important;
    position: relative;
  	margin: 0;
}


.footer-fixed{
position: fixed;
 bottom: 0;
 left:0;
 right:0;

}

.navbar{
padding:0px;
}

.sticky-top{
    z-index: 1051 !important;
}
.navigation{
    background-color: #fff;
    width: 100%;  
}
#main{
    padding: 40px 0 0;
    position: relative;
}

a{
    color: #0c0c0c;
}
a:hover{
    color: #0c0c0c;
}

.nav-fixed-height{
    height: 55px;
}

.top-navigation .list-inline-item{
    margin: 0 20px 0 0;
    padding: 0;
}

.li-vertical-separator {
    background-color: #d7d7d7;
    display: inline;
    float: left;
    position: relative;
    top: 1px;
    height: 20px;
    margin-right: 20px;
    width: 1px;
}

.logo{
    height: 52px;
    width: 100px;
}

.searchbox {
    background-color: #f06c00;
    color: #ffffff;
}
.searchbox:hover {
    background-color: #e55000;
    color: #ffffff;
}

.margin-top-10{
    margin-top: 10px;
}
.margin-top-20{
    margin-top: 20px;
}
.margin-bottom-10{
    margin-bottom: 10px;
}
.margin-bottom-20{
    margin-bottom: 20px;
}
.margin-left-10{
    margin-left: 10px;
}
.margin-right-10{
    margin-right: 10px;
}

.margin-top-150{
    margin-top: 150px;
}

.padding-top-10{
    padding-top: 10px;
}

.padding-bottom-10{
    padding-bottom: 10px;
}

.padding-left-0{
    padding-left: 0px !important;
}
.margin-left-0{
    margin-left: 0px !important;
}
.margin-right-0{
    margin-right: 0px !important;
}

.no-margin{
    margin: 0 !important;
}
.no-padding{
    padding: 0 !important;
}

.home-promo-img{
    padding-left: 5px;
    width: 100%;
    height: 370px;
    height: auto;
}

.section-heading-block{
    display: block;
    text-align: center;
    overflow: hidden;
    /*white-space: nowrap;*/
    white-space: inherit;
    width: 100%;
}

.section-heading {
    color: #4c4c4c;
    display: inline-block;
    font-family: MaryAnnWebLight,Arial,sans-serif;
    font-size: 18px;
    position: relative;
    line-height: 1.181;
}

.section-heading:before {
    background: #4c4c4c;
    content: "";
    position: absolute;
    top: 54%;
    width: 9999px;
    height: 1px;
    right: 100%;
    margin-right: 15px;
}
.section-heading:after {
    background: #4c4c4c;
    content: "";
    position: absolute;
    top: 54%;
    width: 9999px;
    height: 1px;
    left: 100%;
    margin-left: 15px;
}

.img-content {
    box-sizing: border-box;
    pointer-events: none;
    padding: 0;
    position: absolute;
    top: 75%;
    text-align: center;
    width: 100%;
}
.img-content-text {
    box-sizing: border-box;
    max-width: 356px;
    margin: 0 auto;
    min-height: 1.2em;
    padding: 0 10px;
    overflow: hidden;
    zoom: 1;
}
.img-content-title {
    color: #4c4c4c;
    font-family: MaryAnnWebBold,Arial,sans-serif;
    line-height: 1.2336;
    margin-bottom: 5px;
    font-size: 20px;
    color: #db3e34!important;
    font-weight: bold;
}
.img-content-text-link {
    pointer-events: auto;
    font-size: 15px;
    font-weight: bold;
    text-align: center;
    color: #4c4c4c;
    font-family: MaryAnnWebBold,Arial,sans-serif;
}

.round-image-wrapper {
    width: 632px;
    margin: 0 auto;
}
.round-image {
    left: 15px;
    position: absolute;
    top: 20px;
}

.footer {
    background-color: #fff;
    margin-top: 20px;
}
.footer ul {
    margin: 0 15px;
    padding: 15px 0 15px 15px;
}

.color-black{
    color: #4c4c4c !important;
}

.color-white{
    color: white !important;
}

.width-100{
    width: 100% !important;
}

.width-50{
    width: 50%;
}

.width-33{
    width: 33.33%;
}

.login-card-background{
    background-color: #dfdccd;
}
.login-card-background .card-header{
    background-color: #dfdccd;
}

.border-none{
    border: none !important;
}
.margin-10{
    margin: 10px;
}

.btn-process{
    background: #910048;
    color: #ffffff;
    font-weight: 400;
    border-radius: 20px;
    /*padding: 5px 30px;*/
}
.btn-back-to-product{
    background: maroon;
    color: #ffffff;
    font-weight: 400;
    border-radius: 20px;
    /*padding: 5px 30px;*/
}

.custom-textbox {
    border: 1px solid #aaa;
    border-radius: 18px;
    box-sizing: border-box;
    margin: 0;
}

.shop-now{
    box-sizing: border-box;
    position: absolute;
    top: 70%;
    right: 4%;
    text-align: right;
    width: 100%;
}

.shop-now-button{
    padding: 5px 40px 5px 40px;
}

.color-green{
    color: green;
}

.color-red{
    color: red;
}

.product-list-section{
    background: #fff;
    border: 1px solid #fff; 
    padding: 0px !important;
    margin: 0px 5px 5px 0px !important;
    min-height: 370px;
}
.product-list-section img{
    height: 135px; 
    width: 100%;
}

.product-list-section #add-button{
    /*padding: 5px 20px 5px 20px;*/
}

.cursor-pointer{
    cursor: pointer;
}

.highlight{
    color: #f06c00;
}

.error{
    color: red;
}

.success{
    color: green;
}

.display-none{
    display: none !important;
}

.display-block{
    display: block !important;
}

.border-radius-20{
    border-radius: 20px !important;
}

.margin-left-2{
    margin-left: 2px !important;
}

.margin-left-next{
    margin-left: .5rem !important;
}

.background_color_transparent{
    background-color: transparent !important;
}

.hoverable-dropdown:hover .dropdown-menu{
    display: block;
}

.skype-icon-color{
    color: rgb(18,165,244);
}
.facebook-icon-color{
    color: #3b5998;
}
.twitter-icon-color{
    color: #1dcaff;
}

.my-account-nav .active {
    border-color: #e55000 !important;
    color: #fff !important;
    background: #e55000 !important;
}

.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #f06c00;
    border-color: #f06c00;
}
.page-link {
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #f06c00;
    background-color: #fff;
    border: 1px solid #dee2e6;
}
.page-link:hover {
    color: #f06c00;
    text-decoration: none;
    background-color: #e9ecef;
    border-color: #dee2e6;
}

.dataTables_info{
    color: #f06c00;
}

.custom-card-background{
    background-color: #edebe0;
}

.border-bottom-design {
    border-bottom: 1px dashed grey;
}

.dropdown-item.active, .dropdown-item:focus, .dropdown-item:hover  {
    color: #fff;
    text-decoration: none;
    background-color: #e55000;
}

.font-bold{
    font-weight: bold;
}

.cancel-change{
    background: #777; 
    color: white;
}

.breadcrumb{
    background-color: #ffffff;
}

/*Date Range Picker Start*/
/*.ranges li {
    color: #000000;
}
.ranges li.active {
    background-color: #f06c00;
    border: 1px solid #f06c00;
    color: #fff;
}
.ranges li:active, .ranges li:focus, .ranges li:hover {
    background-color: #f06c00;
    border: 1px solid #f06c00;
    color: #fff;
}*/
.range_inputs .applyBtn{
    background: #910048;
    border: #910048;
    color: #ffffff;
    border-radius: 20px;
}
.range_inputs .cancelBtn{
    color: #ffffff;
    border-radius: 20px;
}
/*Date Range Picker End*/

.bottom-div{
    position: absolute; 
    height: auto;
    width: 100%;
    top: 85%;
}

.bottom-textbox{
    width: 44%; 
    float: left; 
    margin-left: 2%;
}

.bottom-button{
    width: 44%;
    margin-left: 2%;
}

.height-auto{
    height: auto !important;
}

.favourites-div{
    position: absolute;
    margin: auto;
    height: auto;
    width: 100%;
    top: 65%;
}
.price-div{
    position: absolute;
    margin: auto;
    height: auto;
    width: 100%;
    top: 75%;
}

/*custom breadcrumb*/
.custom-breadcrumb-arrow {
    /*height: 36px;*/
    padding: 0;
    line-height: 36px;
    list-style: none;
    /*background-color: #fff;*/
}
.custom-breadcrumb-arrow li:first-child a {
    border-radius: 4px 0 0 4px;
    -webkit-border-radius: 4px 0 0 4px;
    -moz-border-radius: 4px 0 0 4px
}
.custom-breadcrumb-arrow li, .custom-breadcrumb-arrow li a, .custom-breadcrumb-arrow li span {
    display: inline-block;
    vertical-align: top
}
.custom-breadcrumb-arrow li:not(:first-child) {
    margin-left: -5px;
}
.custom-breadcrumb-arrow li+li:before {
    padding: 0;
    content: ""
}
.custom-breadcrumb-arrow li span {
    padding: 0 10px
}
.custom-breadcrumb-arrow li a, .custom-breadcrumb-arrow li:not(:first-child) span {
 
    padding: 0 10px 0 25px;
    line-height: 36px
}
.custom-breadcrumb-arrow li:first-child a {
    padding: 0 10px
}
.custom-breadcrumb-arrow li a {
    position: relative;
    color: #000000;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #fff;
}
.custom-breadcrumb-arrow li:first-child a {
    padding-left: 10px
}
.custom-breadcrumb-arrow li a:after, .custom-breadcrumb-arrow li a:before {
    position: absolute;
    top: -1px;
    width: 0;
    height: 0;
    content: '';
    border-top: 18px solid transparent;
    border-bottom: 18px solid transparent
}
.custom-breadcrumb-arrow li a:before {
    right: -10px;
    z-index: 3;
    border-left-color: #F1F1F1;
    border-left-style: solid;
    border-left-width: 11px
}
.custom-breadcrumb-arrow li a:after {
    right: -11px;
    z-index: 2;
    /*border-left: 11px solid #2494be*/
}
.custom-breadcrumb-arrow li a:focus, .custom-breadcrumb-arrow li a:hover {
    background-color: #f6f6f6;
    border: 1px solid #f6f6f6
}
.custom-breadcrumb-arrow li a:focus:before, .custom-breadcrumb-arrow li a:hover:before {
    /*border-left-color: #4fc1e9*/
}
.custom-breadcrumb-arrow li a:active {
    background-color: #f6f6f6;
    border: 1px solid #f6f6f6;
}
.custom-breadcrumb-arrow li a:active:after, .custom-breadcrumb-arrow li a:active:before {
    border-left-color: #f6f6f6
}
.custom-breadcrumb-arrow li span {
    /*color: #434a54*/
}
/* //custom breadcrumb*/

.action-fixed-width{
    width: 50px;
}

.ribbon {
    position: absolute!important;
    top: 62px;
    /*left: -5px;*/
    width: 96px;
    height: 94px;
    border-bottom-right-radius: 92px;
}
.ribbon {
    overflow: hidden;
}
.ribbon .ribbon-inner {
    text-align: center;
    color: #FFF;
    top: 24px;
    left: -31px;
    width: 135px;
    padding: 3px;
    position: relative;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.ribbon .ribbon-unpaid {
    background: #f59d00;
    border-color: #c27c00;
}
.ribbon .ribbon-paid {
    background: #1fcd6d;
    border-color: #18a155;
}

.custom-card-header-background{
    background-color: #dfdccd;
}

/*.home-promo-img{
    background-size: contain;
    height: 135px;
    width: 100%;
    background-repeat: no-repeat;
    margin: 0 auto;
    stroke: #fff!important;
    fill: #fff!important;
    background-position: center; 
}*/

/* Extra small devices (portrait phones, less than 576px)*/
@media (max-width: 575.98px) { 
    #mobile-menu{
        display: '';
    }
    #menu-top{
        display: none;
    }
    .footer ul{
        margin: 0;
    }
  
  #footer .container{
    padding:0;
  }
  
  .navbar{
  padding-bottom:10px;
  }
   .discovery-info{
     padding-left:5px;
  }
  
  .home-promo-img{
      padding-left:0px;
  }
}

/* Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) and (max-width: 767.98px) { 
   .footer ul{
        margin: 0;
    }
    .home-promo-img{
        padding-left: 5px;
        width: 100%;
        height: auto;
    }
    .img-content {
        top: 55%;
    }

    #footer .container{
        padding:0;
    }

    .navbar{
        padding-bottom:10px;
    }
    .discovery-info{
        padding-left:5px;
    }
    .home-promo-img{
        padding-left:0px;
    }
}

/* Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) and (max-width: 991.98px) { 
    .home-promo-img{
        padding-left: 5px;
        width: 100%;
        height: auto;
    }
    .img-content {
        top: 55%;
    }
    #footer .container{
  
    padding:0;
  }
  
  .navbar{
  padding-bottom:10px;
  }
  .discovery-info{
       padding-left:5px;
  }
   .home-promo-img{
      padding-left:0px;
  }
  
}

/* Large devices (desktops, 992px and up)*/
@media (min-width: 992px) and (max-width: 1199.98px) { 
 
   .main-block{
  padding-right:25px;
  }
  

}

/* Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) { 
   
  
  .main-block{
  padding-right:25px;
  }

}