body{
    background-color:#F4F3F4;
    font-family: "alefalefalef-atlas" !important;
}

    /*@media (max-width: 768px){*/
    /*    body{*/
    /*        font-size: 14px !important;*/
    /*    }*/
    /*}*/
    @media (max-width: 1150px) {
        body{
            font-size: 11px !important;
        }
    }
    @media (min-width: 1150px) {
        body{
            font-size: 14px !important;
        }
    }
    @media (min-width: 1300px) {
        body{
        font-size: 15px !important;
        }
    }
    @media (min-width: 1500px) {
        body{
        font-size: 16px !important;
        }
    }
    @media (min-width: 1800px) {
        body{
        font-size: 18px;
        }
    }

.body-content{
 
    font-family: "alefalefalef-atlas" !important;
    
}
div
{
 
    font-family: "alefalefalef-atlas" !important;
    
}
@media (min-width: 1200px)
.container {
    max-width: 1860px;
}

h2{
    font-size:2em !important;
}

.shopping-cart-maintable{
    border:0px solid gray;
    width:100%;
    border-bottom:2px solid black;
}
.shopping-cart-maintable td{
    vertical-align:bottom;
    font-size:22px;
    padding: 5px 5px 5px 5px;
}
.shopping-cart-uppermargin{
    height:200px;
    width:100%;
    
}
.shopping-cart-pagetitle{
    font-size:30px;
    font-weight:700;
    color:black;
    margin-bottom:60px;
    
}
.shopping-cart-product-item-nameanddescr{
    vertical-align:bottom;
    
}
.shopping-cart-product-item-name{
    font-size:35px;
    line-height:38px;
    font-weight:700;
}
.shopping-cart-product-item-briefdescr {
    
    font-size:20px;
    line-height:22px;
    font-weight:500;
}
.red{
    color:#F63C3F;
    
}
.navbaritemdiv{
    /*float:right;
    height:50px;
    margin-top:10px !important;*/
    padding:10px 0px;
    max-width: 100% !important;
    width: auto !important;
    flex: auto !important;
    align-self: center;
    white-space: nowrap;
}
.navbar-general{
   /* background:url(/Content/FrontEnd/images/navbar-bg.png),repeat-x;*/
    /*width:100%;*/
    /*z-index:9999;
    max-height:65px;
    overflow-y:hidden;
    height:65px !important;
    vertical-align:middle !important;*/
    border-bottom:solid 2px #C5C6C6;
    margin-bottom:20px;
    position:relative;
    z-index:999;
    justify-content: space-between;
    
}
.navbar-general-fixedcompensation{
    height:0px;
    width:100%;
}
.navbarlink{
    padding-top:2px;
    color:#5B5B5B;
    font-weight:500;
    font-size:1.25em;
    border-radius: 20px;
    padding: 6px 15px;
    
}
.navbarlink:hover{
    /*margin-top:20px !important;*/
    color:#E52941;
    text-decoration:none;
    background: #fff;
    
}
.login-type-div{
    /*margin-top:70px;*/
    /*margin-bottom:50px;*/
    padding-left:20px !important;
    padding-right:20px !important;
   
}
.login-type-div .login-type-header{
   font-size:35px;
   font-size: 2.1875em;
   font-weight:700;
    margin-top:53px;
    margin-top: 7%;
    /*margin-bottom:25px;*/
}

.login-type-div.newregistration{
    background-color:rgba(196, 196, 196, 0.2);
    
}
.contact-type-div{
    margin-top:10px;
    margin-bottom:30px;
   
    padding-left:20px !important;
    padding-right:20px !important;
   
}

.contact-type-div.contactform{
    /*background-color:rgba(196, 196, 196, 0.2);*/
     padding-top:20px;
    
}
.stretchbutton
{font-size: 25px !important; 
line-height: 36px !important; 
width: 100% !important;
    
}

.link-redhover{
    color:#5B5B5B;
    font-weight:500;
    font-size:19px;
    margin-right:50px;
    
}
.link-redhover:hover{
    color:#F63C3F;
    text-decoration:none;
    font-weight:600;
    
   
    
}
.navbarbutton-red{
    
    border-radius:20px;
    color:white;
    font-weight:500;
    background-color:#F63C3F;
    font-size:19px;
    padding-top:5px;
    padding-bottom:5px;
    padding-left:20px;
    padding-right:20px;
    margin-left:10px;
    margin-right:10px;
}

.navbarbutton-red:hover{
    
   color:#F63C3F;
    font-weight:500;
  text-decoration:none;
    background-color:white;
}
/*  BUTTON CLASSES  */

.btn-bottom-disabled{
        background-color: #DCDDDD !important;
        border: none !important;
        cursor: default !important;
        display: initial !important;
        pointer-events: none;
    }
    
    
.button-red {
    border-radius: 40px;
    font-size: 25px;
    font-size: 1.563rem;
    font-weight: bold;
    vertical-align: middle;
    text-align: center;
   /* padding-left: 15px;
    padding-right: 15px;
    padding-top: 11px;
    padding-bottom: 11px;*/
    padding:6px 16px;
    cursor: pointer;
    color: white;
    background-color: #E52941;
    
    margin-left: auto;
    margin-right: auto;
    margin-top: 15px;
    margin-bottom: 15px;
    border: 1px solid #E52941;
    /*min-height: 60px;*/
    transition: 0.5s ease-in;
    height: 56px;
}

body .button-red:hover {
  color:#F63C3F;
    background-color: white;
    border: 1px solid #E52941;
}
    
    .button-gray {
    border-radius: 40px;
    font-size: 25px;
    font-size: 1.563rem;
    font-weight: normal;
    vertical-align: middle;
    text-align: center;
    padding-left: 30px;
    padding-right: 30px;
    cursor: pointer;
    color: #5B5B5B;
    background-color: rgba(197, 198, 198, 0.6);
    padding-top: 11px;
    padding-bottom: 11px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0px;
    margin-bottom: 15px;
    border: 0 solid transparent;
    min-height: 56px;
}

    .button-gray:hover {
        color: black;
        background-color: white;
        border: 1px solid #000;
    }

.contact-title{
    
    font-size:23px;
    font-weight:600;
}
.contact-infotext{
    margin-right:15px;
     font-size:20px;
    font-weight:400;
    margin-bottom:20px;
    
}

footer{
    
    text-align:center;
    /*height:80px;*/
    z-index:9999;
    /*background-color:#fff;*/
    position:fixed;
  padding:5px;
    bottom:0px;
    width:100%;
    color:#5B5B5B;
    
}
.fixedfooter-compensation{
   /* height:100px;
    width:100vw !important;*/
    
    display:none;
}
/* personal tabs*/

.persoal-area-title{
    text-align: center;
    font-weight: bold;
}
.persoal-tabs-wrap{
    background: #fff;
    min-height: 460px;
    padding: 20px;
    border-radius: 15px;
    box-shadow: 0 0 25px 0 #D9DADA;
    margin: 50px 0;
}
.persoal-tabs-wrap ul{
    flex-direction: column;
    padding-left: 20px;
    border-left: 1px dotted #D7E4E4;
}
.persoal-tabs-wrap ul li{
    margin: 10px 0;
}
.persoal-tabs-wrap ul li a{
    display: block;
    padding: 10px;
}
.persoal-tabs-wrap ul li a:hover,
.persoal-tabs-wrap ul li a.active{
    background: #D7E4E4;
    color:black;
}

.persoal-tabs-wrap ul li a.nav-link:hover,
.persoal-tabs-wrap ul li a.nav-link.active{
    background: #D7E4E4 !important ;
     color:black;
}



.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
     background: #D7E4E4 !important;
}

.persoal-tabs-wrap .tab-content {
    padding: 0 40px;
}

.persoal-tabs-wrap #profile .form-item{
    margin: 12px 0;
}
/*.persoal-tabs-wrap #profile .form-item:hover:after{
    content: 'Edit';
    cursor: pointer;
    margin-right: -40px;
}*/
.persoal-tabs-wrap #profile .form-item label{
    display: block;
    margin: 0;
}
.persoal-tabs-wrap #profile .form-item input{
    font-weight: bold;
    color: #5B5B5B;
    outline: none;
    width:50%;
}
.persoal-tabs-wrap #profile .form-item input[type=radio]{
    width:5% !important
}
.persoal-tabs-wrap #profile .form-item input[readonly]{
    border-color: transparent;
    background: none;
}
.persoal-tabs-wrap .tab-content .table-bordered{
    border-style: dotted;
}
.persoal-tabs-wrap .tab-content  .table-bordered thead th{
    border-style: dotted;
    border-bottom-width: 1px;
    font-weight: normal;
}
.persoal-tabs-wrap .tab-content .table-bordered td{
   border-style: dotted; 
   font-weight: bold;
}
.persoal-tabs-wrap #coupon{
    color: #5B5B5B;
}
.persoal-tabs-wrap #coupon .text{
    font-size: 18px;
    padding: 20px 0;
    margin-bottom: 20px;
    border-bottom: 1px dotted #D7E4E4;
}
.persoal-tabs-wrap #coupon ol{
    margin: 0;
    padding: 20px;
}
.persoal-tabs-wrap #coupon ol li{
    padding: 10px;
}

.button-interestquestion {
    background: rgba(197, 198, 198, 0.6);
    cursor: pointer;
    color: black;
    margin-right: 20px;
    margin-left: 20px;
    font-size: 20px;
    font-size: 1.25em;
    padding: 12px 36px 12px 28px;
    vertical-align: middle;
    border-radius: 46px;
    width: 90%;
    border: 2px solid transparent;
        
}
.button-interestquestion:hover {
 border:2px solid #E52941;
        
}
    .button-interestquestion.selected {
        background-color: #E52941 !important;
        color:white;
 
       
    }
    
    
    
    .gotonextinterestquestions {
        height: 54px;
        margin-bottom: 80px !important;
    }
    
    
    /*CSS Added by Monica*/
    .right-panel
    {
        background-color:#EEEEEE;
        width:100%;
        min-height:170px;
        text-align:center;
        padding:40px 20px;
        min-height: 880px;
        min-height: 93.9vh;
    }
    .cross-box{
        
        width:120px;
        height:117px;
        border:solid 1px #000;
        background-color:#D8D9D9;
        margin:0 auto;
        padding:10px;
    }
    .box-title{
        color:#E52941;
        font-size:40px;
        font-weight:700;
        line-height:40px;
    }
    .box-text1{
        margin-top: 58px;
        margin-top: 14%;
        font-size: 25px;
        font-size: 1.5625em;
        line-height: 20px;
        line-height: 1.45em;
        font-weight: 400;
        color: #5B5B5B;
    }
     .box-icon{
         margin-top:55px;
         margin-top: 13%;
     }
    .box-icon .fa{
        color:#E52941;
        font-size:50px;
        font-size: 3.125em;
    }
    .box-text2{
        margin-top: 10px;
        font-size: 25px;
        font-size: 1.5625em;
        line-height: 1.45em;
        font-weight: 700;
        color: #5B5B5B;
    }
    .box-text3{
        
        font-size: 25px;
        font-size: 1.5625em;
        font-weight: 400;
        margin-top: 150px;
    }
    .btn-bottom{
        position:absolute;
        bottom:0;
        margin-bottom:58px;
    }
  
    .vjs-poster{
        background-color:#dbdcdc !important;
    }
   .video-js:hover .vjs-big-play-button, .video-js .vjs-big-play-button:focus, .video-js .vjs-big-play-button{
        border-radius: 50% !important;
    width: 80px !important;
    height: 80px !important;
    background-color:transparent !important;
border-color:#000 !important;
    }
   
     .vjs-icon-play:before, .video-js .vjs-big-play-button .vjs-icon-placeholder:before{
        color: #000 !important;
    margin-top: 15px !important;
    }
    .gray-outer-circle{
        width: 242px;
        height: 242px;
        background-color:#c4c4c4;
        border-radius:50%;
        position:absolute;
        /*left: 50%;*/
        /*margin-left: -72px;*/
        margin-top:16vh;
    }
    .gray-inner-circle{
        width:215.11px;
        height:215.11px;
        border:solid 5px #fff;
        background-color:#C4C4C4;
        border-radius:50%;
        position: absolute;
        top: 13.44px;
        left: 13.44px;
        font-size:26.16px;
        font-size: 1.635rem;
        text-align: center;
        line-height: 100%;
        color: #5B5B5B;
        font-weight: normal;
    }
    .gray-inner-circle .fa{
        color: #E52941;
        font-size: 21.13px;
        display:block;
        margin: 29px 0 8px;

    }
    .gray-inner-circle span{
        color:#5b5b5b;
    }
     .gray-inner-circle span .red{  color: #E52941;}
     .down-arrow{
         position: fixed;
    bottom: 70px;
    right: 40px;
     }
     .down-arrow .fa{font-size:26px;}
     .title h2{
        color: #E52941;
        font-weight: 700;
        font-size: 45px;
        font-size: 2.813rem;
        margin-top: 36px;
     }
            .order-red-button {
            border-radius: 40px;
            font-size: 18px;
            font-weight: 400;
            vertical-align: middle;
            text-align: center;
            padding: 6px 16px;
            color: white;
            background-color: #E52941;
            border: 1px solid #E52941;
            min-width: 250px;
        }

        .order-gray-button {
            border-radius: 40px;
            font-size: 1.125em;
            font-weight: 400;
            vertical-align: middle;
            text-align: center;
            padding: 6px 16px;
            color: white;
            background-color: #C5C6C6;
            border: 1px solid #C5C6C6;
            min-width: 250px;
        }

        .gray-color-text {
            color: #C5C6C6 !important;
        }

        .fs-22 {
            font-size: 22px
        }

